aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/po/nb.po13817
-rw-r--r--src/bin/pg_controldata/po/nb.po131
-rw-r--r--src/bin/pg_dump/po/nb.po1834
-rw-r--r--src/bin/pg_resetxlog/po/nb.po224
-rw-r--r--src/bin/psql/po/nb.po2141
-rw-r--r--src/interfaces/libpq/po/nb.po393
6 files changed, 7738 insertions, 10802 deletions
diff --git a/src/backend/po/nb.po b/src/backend/po/nb.po
index 4bc2025e55a..d684adfe059 100644
--- a/src/backend/po/nb.po
+++ b/src/backend/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (postgres).
+# Norwegian bokmål translation of messages for PostgreSQL (postgres).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,1627 +12,762 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:16-0400\n"
-"PO-Revision-Date: 2003-08-20 21:24+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 16:59+0200\n"
+"PO-Revision-Date: 2003-09-29 18:21+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: access/common/heaptuple.c:179
-msgid "heap_attisnull: zero attnum disallowed"
-msgstr "heap_attisnull: null i attnum er ikke tillatt"
-
-#: access/common/heaptuple.c:182
-msgid "heap_attisnull: undefined negative attnum"
-msgstr "heap_attisnull: udefinert negativ attnum"
-
-#: access/common/heaptuple.c:460
-#, c-format
-msgid "heap_getsysattr: invalid attnum %d"
-msgstr "heap_getsysattr: ugyldig attnum %d"
-
#: access/common/heaptuple.c:584
-#, c-format
-msgid "heap_formtuple: numberOfAttributes %d exceeds limit %d"
+#, fuzzy, c-format
+msgid "number of columns (%d) exceeds limit (%d)"
msgstr "heap_formtuple: numberOfAttributes %d overstiger grensen %d"
-#: access/common/heaptuple.c:687
-#, c-format
-msgid "heap_modifytuple: repl is \\%3d"
-msgstr "heap_modifytuple: repl er \\%3d"
-
-#: access/common/indextuple.c:55
+#: access/common/indextuple.c:57
#, c-format
-msgid "index_formtuple: numberOfAttributes %d > %d"
-msgstr "index_formtuple: numberOfAttributes %d > %d"
+msgid "number of index columns (%d) exceeds limit (%d)"
+msgstr ""
-#: access/common/indextuple.c:162
-#, c-format
-msgid "index_formtuple: data takes %lu bytes, max is %d"
+#: access/common/indextuple.c:165
+#, fuzzy, c-format
+msgid "index row requires %lu bytes, maximum size is %lu"
msgstr "index_formtuple: data bruker %lu bytes, maks er %d"
-#: access/common/tupdesc.c:421
-#, c-format
-msgid "Unable to look up type id %u"
-msgstr "Kan ikke slå opp typeid %u"
-
-#: access/common/tupdesc.c:647 executor/nodeFunctionscan.c:200
-#: parser/parse_relation.c:931 parser/parse_relation.c:1286
-#: parser/parse_relation.c:1596
+#: access/common/printtup.c:279 tcop/fastpath.c:187 tcop/fastpath.c:517
+#: tcop/postgres.c:1430
#, c-format
-msgid "Invalid typrelid for complex type %u"
-msgstr "Ugyldig typrelid for kompleks type %u"
-
-#: access/common/tupdesc.c:661 access/common/tupdesc.c:684
-msgid "TypeGetTupleDesc: number of aliases does not match number of attributes"
-msgstr "TypeGetTupleDesc: antallet aliaser stemmer ikke med antallet attributter"
-
-#: access/common/tupdesc.c:680
-msgid "TypeGetTupleDesc: no column alias was provided"
-msgstr "TypeGetTupleDesc: intet kolonnealias ble oppgitt"
-
-#: access/common/tupdesc.c:699
-msgid "Unable to determine tuple description for function returning \"record\""
-msgstr "Kan ikke bestemme tuplebeskrivelse for funksjon med returtype \"record\""
-
-#: access/common/tupdesc.c:701 catalog/pg_proc.c:463
-#: executor/nodeFunctionscan.c:230 parser/parse_relation.c:1383
-#: parser/parse_relation.c:1637
-msgid "Unknown kind of return type specified for function"
-msgstr "Ukjent returtype angitt for funksjon"
-
-#: access/gist/gist.c:171 access/hash/hash.c:72 access/nbtree/nbtree.c:129
-#: access/rtree/rtree.c:128
-#, c-format
-msgid "%s already contains data"
-msgstr "%s inneholder allerede data"
-
-#: access/gist/gist.c:399 access/gist/gist.c:606
-#, c-format
-msgid "gist: failed to add index item to %s"
-msgstr "gist: klarte ikke å legge indekspunkt til %s"
-
-#: access/gist/gist.c:1668
-#, c-format
-msgid "initGISTstate: numberOfAttributes %d > %d"
-msgstr "initGISTstate: numberOfAttributes %d > %d"
-
-#: access/gist/gist.c:1930
-#, c-format
-msgid "%sPage: %d %s blk: %d maxoff: %d free: %d"
-msgstr "%sSide: %d %s blk: %d maxoff: %d ledig: %d"
-
-#: access/gist/gist.c:1940
-#, c-format
-msgid "%s Tuple. blk: %d size: %d"
-msgstr "%s Tuple. blk: %d størrelse: %d"
-
-#: access/gist/gist.c:1955
-msgid "gist_redo: unimplemented"
-msgstr "gist_redo: uimplementert"
-
-#: access/gist/gist.c:1961
-msgid "gist_undo: unimplemented"
-msgstr "gist_undo: uimplementert"
-
-#: access/gist/gistscan.c:254
-#, c-format
-msgid "GiST scan list corrupted -- cannot find 0x%p"
-msgstr "GiST skanneliste ødelagt -- kan ikke finne 0x%p"
-
-#: access/gist/gistscan.c:390
-#, c-format
-msgid "Bad operation in GiST scan adjust: %d"
-msgstr "Feil operasjon i GiST skannejustering: %d"
-
-#: access/hash/hash.c:504
-msgid "hash_redo: unimplemented"
-msgstr "hash_redo: uimplementert"
-
-#: access/hash/hash.c:510
-msgid "hash_undo: unimplemented"
-msgstr "hash_undo: uimplementert"
-
-#: access/hash/hashinsert.c:51
-msgid "Hash indices valid for only one index key."
-msgstr "Hashindekser er gyldig for bare en indeksnøkkel."
-
-#: access/hash/hashinsert.c:166
-msgid "hash item too large"
-msgstr "hashpunkt er for stort"
-
-#: access/hash/hashinsert.c:231
-#, c-format
-msgid "_hash_pgaddtup: failed to add index item to %s"
-msgstr "_hash_pgaddtup: klarte ikke å legge til indekspunkt til %s"
-
-#: access/hash/hashovfl.c:61
-msgid "_hash_addovflpage: problem with _hash_getovfladdr."
-msgstr "_hash_addovflpage: problem med _hash_getovfladdr."
-
-#: access/hash/hashovfl.c:196
-msgid "overflow_page: problem with _hash_initbitmap."
-msgstr "overflow_page: problem med _hash_initbitmap."
-
-#: access/hash/hashovfl.c:568
-#, c-format
-msgid "_hash_squeezebucket: failed to add index item to %s"
-msgstr "_hash_squeezebucket: klarte ikke å legge til indekspunkt til %s"
-
-#: access/hash/hashpage.c:93
-#, c-format
-msgid "Cannot initialize non-empty hash table %s"
-msgstr "Kan ikke initialisere ikke-tom hashtabell %s"
-
-#: access/hash/hashpage.c:151
-msgid "Problem with _hash_initbitmap."
-msgstr "Problem med _hash_initbitmap."
-
-#: access/hash/hashpage.c:196
-msgid "_hash_getbuf: internal error: hash AM does not use P_NEW"
-msgstr "_hash_getbuf: intern feil: hash AM bruker ikke P_NEW"
-
-#: access/hash/hashpage.c:204
-#, c-format
-msgid "_hash_getbuf: invalid access (%d) on new blk: %s"
-msgstr "_hash_getbuf: ugyldig tilgang (%d) på ny blk: %s"
-
-#: access/hash/hashpage.c:231
-#, c-format
-msgid "_hash_relbuf: invalid access (%d) on blk %x: %s"
-msgstr "_hash_relbuf: ugyldig tilgang (%d) på blk %x: %s"
-
-#: access/hash/hashpage.c:290
-#, c-format
-msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s"
-msgstr "_hash_chgbufaccess: ugyldig tilgang (%d) på blk %x: %s"
+msgid "unsupported format code: %d"
+msgstr ""
-#: access/hash/hashpage.c:325
-#, c-format
-msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s"
-msgstr "_hash_setpagelock: ugyldig tilgang (%d) på blk %x: %s"
+#: access/common/tupdesc.c:660 access/common/tupdesc.c:687
+#, fuzzy
+msgid "number of aliases does not match number of columns"
+msgstr ""
+"TypeGetTupleDesc: antallet aliaser stemmer ikke med antallet attributter"
-#: access/hash/hashpage.c:349
-#, c-format
-msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s"
-msgstr "_hash_unsetpagelock: ugyldig tilgang (%d) på blk %x: %s"
+#: access/common/tupdesc.c:681
+msgid "no column alias was provided"
+msgstr "intet kolonnealias ble oppgitt"
-#: access/hash/hashpage.c:537 access/hash/hashpage.c:674
-#, c-format
-msgid "_hash_splitpage: empty overflow page %d"
-msgstr "_hash_splitpage: tom overflytside %d"
+#: access/common/tupdesc.c:704
+msgid "could not determine row description for function returning record"
+msgstr "kunne ikke bestemme tuplebeskrivelse for funksjon med returtype \"record\""
-#: access/hash/hashpage.c:576
-#, c-format
-msgid "_hash_splitpage: empty ovfl page %d!"
-msgstr "_hash_splitpage: tom overflytside %d!"
+#: access/hash/hashinsert.c:90
+#, fuzzy, c-format
+msgid "index row size %lu exceeds hash maximum %lu"
+msgstr "btree: indekspunktets størrelse, %lu, overstiger det maksimale %lu"
-#: access/hash/hashpage.c:629
+#: access/hash/hashovfl.c:521
#, c-format
-msgid "_hash_splitpage: failed to add index item to %s"
-msgstr "_hash_splitpage: klarte ikke å legge til indekspunkt til %s"
+msgid "out of overflow pages in hash index \"%s\""
+msgstr ""
-#: access/hash/hashscan.c:105
-#, c-format
-msgid "hash scan list trashed; can't find 0x%p"
-msgstr "hash skanneliste er rotet til; kan ikke finne 0x%p"
+#: access/hash/hashsearch.c:145
+msgid "hash indexes do not support whole-index scans"
+msgstr ""
-#: access/hash/hashutil.c:81
-msgid "hash indices cannot include null keys"
+#: access/hash/hashutil.c:46
+msgid "hash indexes cannot contain null keys"
msgstr "hashindekser kan ikke inkludere nullnøkler"
-#: access/heap/heapam.c:144
-#, c-format
-msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
-msgstr "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
-
-#: access/heap/heapam.c:150
-#, c-format
-msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)"
-msgstr "heapgettup(%s, tid=0x%x, dir=%d, ...)"
-
-#: access/heap/heapam.c:153
-#, c-format
-msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
-msgstr "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
-
-#: access/heap/heapam.c:155
-#, c-format
-msgid "heapgettup: relation(%c)=`%s', %p"
-msgstr "heapgettup: relation(%c)=`%s', %p"
-
-#: access/heap/heapam.c:203 access/heap/heapam.c:238 access/heap/heapam.c:278
-#: access/heap/heapam.c:372
-msgid "heapgettup: failed ReadBuffer"
-msgstr "heapgettup: ReadBuffer mislyktes"
-
-#: access/heap/heapam.c:474
-#, c-format
-msgid "Relation %u does not exist"
-msgstr "Relasjonen %u finnes ikke"
-
-#: access/heap/heapam.c:553 catalog/namespace.c:189 tcop/utility.c:153
-#, c-format
-msgid "Relation \"%s\" does not exist"
-msgstr "Relasjonen «%s» finnes ikke"
-
-#: access/heap/heapam.c:605 access/heap/heapam.c:634 access/heap/heapam.c:663
-#, c-format
-msgid "%s is an index relation"
-msgstr "%s er en indeksrelasjon"
-
-#: access/heap/heapam.c:608 access/heap/heapam.c:637 access/heap/heapam.c:666
-#, c-format
-msgid "%s is a special relation"
-msgstr "%s er en spesiell relasjon"
-
-#: access/heap/heapam.c:611 access/heap/heapam.c:640 access/heap/heapam.c:669
-#, c-format
-msgid "%s is a composite type"
-msgstr "%s er en sammensatt type"
-
-#: access/heap/heapam.c:698
-msgid "heap_beginscan: !RelationIsValid(relation)"
-msgstr "heap_beginscan: !RelationIsValid(relation)"
-
-#: access/heap/heapam.c:812
-#, c-format
-msgid "heap_getnext([%s,nkeys=%d],dir=%d) called"
-msgstr "heap_getnext([%s,nkeys=%d],dir=%d) called"
-
-#: access/heap/heapam.c:816
-msgid "heap_getnext returning EOS"
-msgstr "heap_getnext returnerer EOS"
-
-#: access/heap/heapam.c:819
-msgid "heap_getnext returning tuple"
-msgstr "heap_getnext returnerer tuple"
-
-#: access/heap/heapam.c:842
-msgid "heap_getnext: NULL relscan"
-msgstr "heap_getnext: NULL relscan"
-
-#: access/heap/heapam.c:932
-#, c-format
-msgid "heap_fetch: ReadBuffer(%s, %lu) failed"
-msgstr "heap_fetch: ReadBuffer(%s, %lu) mislyktes"
-
-#: access/heap/heapam.c:1042
-#, c-format
-msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed"
-msgstr "heap_get_latest_tid: %s relasjon: ReadBuffer(%lx) mislyktes"
-
-#: access/heap/heapam.c:1284
-msgid "heap_delete: failed ReadBuffer"
-msgstr "heap_delete: ReadBuffer mislyktes"
-
-#: access/heap/heapam.c:1303
-msgid "heap_delete: (am)invalid tid"
-msgstr "heap_delete: (am)ugyldig tid"
-
-#: access/heap/heapam.c:1436
-msgid "simple_heap_delete: tuple already updated by self"
-msgstr "simple_heap_delete: tuple er allerede oppdatert av seg selv"
-
-#: access/heap/heapam.c:1444
-msgid "simple_heap_delete: tuple concurrently updated"
-msgstr "simple_heap_delete: tuple oppdatert samtidig"
-
-#: access/heap/heapam.c:1448 executor/execMain.c:1334
-#, c-format
-msgid "Unknown status %u from heap_delete"
-msgstr "Ukjent status %u fra heap_delete"
-
-#: access/heap/heapam.c:1482
-msgid "heap_update: failed ReadBuffer"
-msgstr "heap_update: ReadBuffer mislyktes"
-
-#: access/heap/heapam.c:1507
-msgid "heap_update: (am)invalid tid"
-msgstr "heap_update: (am)ugyldig tid"
-
-#: access/heap/heapam.c:1770
-msgid "simple_heap_update: tuple already updated by self"
-msgstr "simple_heap_update: tuple er allerede oppdatert av seg selv"
-
-#: access/heap/heapam.c:1778
-msgid "simple_heap_update: tuple concurrently updated"
-msgstr "simple_heap_update: tuple oppdatert samtidig"
-
-#: access/heap/heapam.c:1782 executor/execMain.c:1473
-#, c-format
-msgid "Unknown status %u from heap_update"
-msgstr "Ukjent status %u fra heap_update"
-
-#: access/heap/heapam.c:1806
-msgid "heap_mark4update: failed ReadBuffer"
-msgstr "heap_mark4update: ReadBuffer mislyktes"
-
-#: access/heap/heapam.c:1823
-msgid "heap_mark4update: (am)invalid tid"
-msgstr "heap_mark4update: (am)ugyldig tid"
-
-#: access/heap/heapam.c:2123
-msgid "heap_clean_redo: no block"
-msgstr "heap_clean_redo: ingen blokk"
-
-#: access/heap/heapam.c:2127
-msgid "heap_clean_redo: uninitialized page"
-msgstr "heap_clean_redo: uinitialisert side"
-
-#: access/heap/heapam.c:2185
-#, c-format
-msgid "heap_delete_%sdo: no block"
-msgstr "heap_delete_%sdo: ingen blokk"
-
-#: access/heap/heapam.c:2189
-#, c-format
-msgid "heap_delete_%sdo: uninitialized page"
-msgstr "heap_delete_%sdo: uinitialisert side"
-
-#: access/heap/heapam.c:2201
-msgid "heap_delete_undo: bad page LSN"
-msgstr "heap_delete_undo: feil side-LSN"
-
-#: access/heap/heapam.c:2208
-#, c-format
-msgid "heap_delete_%sdo: invalid lp"
-msgstr "heap_delete_%sdo: ugyldig lp"
-
-#: access/heap/heapam.c:2228
-msgid "heap_delete_undo: unimplemented"
-msgstr "heap_delete_undo: uimplementert"
-
-#: access/heap/heapam.c:2256
-#, c-format
-msgid "heap_insert_%sdo: uninitialized page"
-msgstr "heap_insert_%sdo: uinitializert side"
-
-#: access/heap/heapam.c:2280
-msgid "heap_insert_redo: invalid max offset number"
-msgstr "heap_insert_redo: ugyldig maks offsetverdi"
-
-#: access/heap/heapam.c:2304
-msgid "heap_insert_redo: failed to add tuple"
-msgstr "heap_insert_redo: klarte ikke å legge til tuple"
-
-#: access/heap/heapam.c:2314
-msgid "heap_insert_undo: bad page LSN"
-msgstr "heap_insert_undo: feil side-LSN"
-
-#: access/heap/heapam.c:2316
-msgid "heap_insert_undo: unimplemented"
-msgstr "heap_insert_undo: uimplementert"
-
-#: access/heap/heapam.c:2347
-#, c-format
-msgid "heap_update_%sdo: no block"
-msgstr "heap_update_%sdo: ingen blokk"
-
-#: access/heap/heapam.c:2351
-#, c-format
-msgid "heap_update_%sdo: uninitialized old page"
-msgstr "heap_update_%sdo: uinitializert gammel side"
-
-#: access/heap/heapam.c:2365
-msgid "heap_update_undo: bad old tuple page LSN"
-msgstr "heap_update_undo: feil gammel tupleside-LSN"
+#: access/hash/hashutil.c:126
+#, fuzzy, c-format
+msgid "index \"%s\" is not a hash index"
+msgstr "relasjonen «%s» er ikke en indeks"
-#: access/heap/heapam.c:2372
+#: access/hash/hashutil.c:132
#, c-format
-msgid "heap_update_%sdo: invalid lp"
-msgstr "heap_update_%sdo: ugyldig lp"
+msgid "index \"%s\" has wrong hash version"
+msgstr ""
-#: access/heap/heapam.c:2407 access/heap/heapam.c:2507
-msgid "heap_update_undo: unimplemented"
-msgstr "heap_update_undo: uimplementert"
+#: access/hash/hashutil.c:133
+msgid "Please REINDEX it."
+msgstr ""
-#: access/heap/heapam.c:2428
+#: access/heap/heapam.c:580 access/heap/heapam.c:615 access/heap/heapam.c:650
+#: catalog/aclchk.c:242
#, c-format
-msgid "heap_update_%sdo: uninitialized page"
-msgstr "heap_update_%sdo: uinitializert side"
-
-#: access/heap/heapam.c:2452
-msgid "heap_update_redo: invalid max offset number"
-msgstr "heap_update_redo: ugyldig maks offsetverdi"
-
-#: access/heap/heapam.c:2496
-msgid "heap_update_redo: failed to add tuple"
-msgstr "heap_update_redo: klarte ikke å legge til tuple"
-
-#: access/heap/heapam.c:2505
-msgid "heap_update_undo: bad new tuple page LSN"
-msgstr "heap_update_undo: feil ny tupleside-LSN"
-
-#: access/heap/heapam.c:2523
-msgid "_heap_unlock_tuple: can't open relation"
-msgstr "_heap_unlock_tuple: kan ikke åpne relasjon"
-
-#: access/heap/heapam.c:2528
-msgid "_heap_unlock_tuple: can't read buffer"
-msgstr "_heap_unlock_tuple: kan ikke lese buffer"
-
-#: access/heap/heapam.c:2532
-msgid "_heap_unlock_tuple: uninitialized page"
-msgstr "_heap_unlock_tuple: uinitializert side"
-
-#: access/heap/heapam.c:2536
-msgid "_heap_unlock_tuple: invalid itemid"
-msgstr "_heap_unlock_tuple: ugyldig itemid"
-
-#: access/heap/heapam.c:2540
-msgid "_heap_unlock_tuple: unused/deleted tuple in rollback"
-msgstr "_heap_unlock_tuple: ubrukt/slettet tuple i rollback"
-
-#: access/heap/heapam.c:2545
-msgid "_heap_unlock_tuple: invalid xmax in rollback"
-msgstr "_heap_unlock_tuple: ugyldig xmax i rollback"
+msgid "\"%s\" is an index"
+msgstr "«%s» er en indeks"
-#: access/heap/heapam.c:2569
+#: access/heap/heapam.c:585 access/heap/heapam.c:620 access/heap/heapam.c:655
#, c-format
-msgid "heap_redo: unknown op code %u"
-msgstr "heap_redo: ukjent opkode %u"
+msgid "\"%s\" is a special relation"
+msgstr "«%s» er en spesiell relasjon"
-#: access/heap/heapam.c:2589
+#: access/heap/heapam.c:590 access/heap/heapam.c:625 access/heap/heapam.c:660
#, c-format
-msgid "heap_undo: unknown op code %u"
-msgstr "heap_undo: ukjent opkode %u"
-
-#: access/heap/hio.c:53
-msgid "RelationPutHeapTuple: failed to add tuple"
-msgstr "RelationPutHeapTuple: klarte ikke å legge til tuple"
+msgid "\"%s\" is a composite type"
+msgstr "«%s» er en sammensatt type"
-#: access/heap/hio.c:113
-#, c-format
-msgid "Tuple is too big: size %lu, max size %ld"
+#: access/heap/hio.c:109
+#, fuzzy, c-format
+msgid "row is too big: size %lu, maximum size %lu"
msgstr "Tuple er for stor: størrelse %lu, maks størrelse %ld"
-#: access/heap/hio.c:277
-#, c-format
-msgid "Tuple is too big: size %lu"
-msgstr "Tuple er for stor: størrelse %lu"
-
-#: access/heap/tuptoaster.c:899
-msgid "Failed to build TOAST tuple"
-msgstr "Klarte ikke å bygge TOAST-tuple"
-
-#: access/heap/tuptoaster.c:915
-msgid "Failed to insert index entry for TOAST tuple"
-msgstr "Klarte ikke å legge inn indeksinnslag for TOAST-tuple"
-
-#: access/heap/tuptoaster.c:1074 access/heap/tuptoaster.c:1254
-#, c-format
-msgid "unexpected chunk number %d (expected %d) for toast value %u"
-msgstr "uforventet klumpnummer %d (forventet %d) for toastverdi %u"
-
-#: access/heap/tuptoaster.c:1080 access/heap/tuptoaster.c:1087
-#: access/heap/tuptoaster.c:1260 access/heap/tuptoaster.c:1267
-#, c-format
-msgid "unexpected chunk size %d in chunk %d for toast value %u"
-msgstr "uforventet klumpstørrelse %d i klump %d for toastverdi %u"
-
-#: access/heap/tuptoaster.c:1092
-#, c-format
-msgid "unexpected chunk number %d for toast value %u"
-msgstr "uforventet klumpnummer %d for toastverdi %u"
-
-#: access/heap/tuptoaster.c:1110 access/heap/tuptoaster.c:1294
-#, c-format
-msgid "missing chunk number %d for toast value %u"
-msgstr "manglende klumpnummer %d for toastverdi %u"
-
-#: access/index/genam.c:74
-msgid "RelationGetIndexScan: relation invalid"
-msgstr "RelationGetIndexScan: ugyldig relasjon"
-
-#: access/index/genam.c:136
-msgid "IndexScanEnd: invalid scan"
-msgstr "IndexScanEnd: ugyldig skann"
-
-#: access/index/indexam.c:91 access/index/indexam.c:100
-#, c-format
-msgid "index_%s: invalid %s regproc"
-msgstr "index_%s: ugyldig %s regproc"
-
-#: access/index/indexam.c:131 access/index/indexam.c:154
-#: access/index/indexam.c:177
-#, c-format
-msgid "%s is not an index relation"
-msgstr "%s er ikke en indeksrelasjon"
-
-#: access/index/indexam.c:652
-#, c-format
-msgid "Missing support function %d for attribute %d of index %s"
-msgstr "Mangler støttefunksjon %d for attributt %d i indeks %s"
-
-#: access/index/istrat.c:238
-#, c-format
-msgid "StrategyTermEvaluate: impossible case %d"
-msgstr "StrategyTermEvaluate: umulig tilfelle %d"
-
-#: access/index/istrat.c:313
-#, c-format
-msgid "RelationGetStrategy: impossible case %d"
-msgstr "RelationGetStrategy: umulig tilfelle %d"
-
-#: access/index/istrat.c:319
-msgid "RelationGetStrategy: corrupted evaluation"
-msgstr "RelationGetStrategy: korruptert evaluering"
-
-#: access/index/istrat.c:438
-#, c-format
-msgid "RelationInvokeStrategy: cannot evaluate strategy %d"
-msgstr "RelationInvokeStrategy: kan ikke evaluere strategi %d"
-
-#: access/nbtree/nbtinsert.c:250
-#, c-format
-msgid "Cannot insert a duplicate key into unique index %s"
-msgstr "Kan ikke sette inn en duplikat nøkkel i unik indeks %s"
-
-#: access/nbtree/nbtinsert.c:389
-#, c-format
-msgid "btree: index item size %lu exceeds maximum %lu"
-msgstr "btree: indekspunktets størrelse, %lu, overstiger det maksimale %lu"
-
-#: access/nbtree/nbtinsert.c:525
-msgid "btree: concurrent ROOT page split"
-msgstr "btree: samtidig ROOT-sidedeling"
-
-#: access/nbtree/nbtinsert.c:535
-#, c-format
-msgid "bt_insertonpg[%s]: no root page found"
-msgstr "bt_insertonpg[%s]: fant ingen rotside"
-
-#: access/nbtree/nbtinsert.c:538
-#, c-format
-msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels"
-msgstr "bt_insertonpg[%s]: rotside ikke funnet - retter øvre lag"
+#: access/index/indexam.c:134 access/index/indexam.c:159
+#: access/index/indexam.c:184 commands/indexcmds.c:575
+#: commands/indexcmds.c:605 commands/comment.c:309 tcop/utility.c:91
+#, fuzzy, c-format
+msgid "\"%s\" is not an index"
+msgstr "«%s» er en indeks"
-#: access/nbtree/nbtinsert.c:585
+#: access/nbtree/nbtinsert.c:254
#, c-format
-msgid ""
-"_bt_getstackbuf: my bits moved right off the end of the world!\n"
-"\tRecreate index %s."
+msgid "duplicate key violates unique constraint \"%s\""
msgstr ""
-"_bt_getstackbuf: bitene mine flyttet seg til slutten av verden!\n"
-"\tGjenskaper indeks %s."
-
-#: access/nbtree/nbtinsert.c:588
-#, c-format
-msgid "bt_insertonpg[%s]: parent page unfound - fixing branch"
-msgstr "bt_insertonpg[%s]: fant ikke foreldreside - retter gren"
-
-#: access/nbtree/nbtinsert.c:756
-msgid "btree: failed to add hikey to the right sibling"
-msgstr "btree: klarte ikke å legge til hikey til det høyre søskenet"
-
-#: access/nbtree/nbtinsert.c:782
-msgid "btree: failed to add hikey to the left sibling"
-msgstr "btree: klarte ikke å legge til hikey til det venstre søskenet"
-
-#: access/nbtree/nbtinsert.c:1112
-#, c-format
-msgid "_bt_findsplitloc: can't find a feasible split point for %s"
-msgstr "_bt_findsplitloc: kan ikke finne et rimelig splittpunkt for %s"
-
-#: access/nbtree/nbtinsert.c:1339
-msgid "btree: failed to add leftkey to new root page"
-msgstr "btree: klarte ikke å legge til leftkey til ny rotside"
-
-#: access/nbtree/nbtinsert.c:1356
-msgid "btree: failed to add rightkey to new root page"
-msgstr "btree: klarte ikke å legge til rightkey til ny rotside"
-
-#: access/nbtree/nbtinsert.c:1442
-msgid "bt_fixroot: not valid old root page"
-msgstr "bt_fixroot: ugyldig gammel rotside"
-
-#: access/nbtree/nbtinsert.c:1573
-#, c-format
-msgid "bt_fixtree[%s]: invalid start page (need to recreate index)"
-msgstr "bt_fixtree[%s]: ugyldig startside (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1599
-#, c-format
-msgid "bt_fixtree[%s]: fixing root page"
-msgstr "bt_fixtree[%s]: retter rotside"
-
-#: access/nbtree/nbtinsert.c:1647
-#, c-format
-msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)"
-msgstr "bt_fixlevel[%s]: ugyldig maxoff på startside (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1654
-#, c-format
-msgid ""
-"bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to "
-"recreate index)"
-msgstr "bt_fixtlevel[%s]: ikke lengst-til-venstre-barneside av lengst-til-venstre-foreldre (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1657
-#, c-format
-msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)"
-msgstr "bt_fixtlevel[%s]: ugyldig startbarn (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1683
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)"
-msgstr "bt_fixlevel[%s]: ugyldig punktrekkefølge(1) (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1715
-#, c-format
-msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)"
-msgstr "bt_fixlevel[%s]: peker forsvant (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1734
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)"
-msgstr "bt_fixlevel[%s]: ugyldig punktrekkefølge(2) (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1748
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)"
-msgstr "bt_fixlevel[%s]: ugyldig punktrekkefølge(3) (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1878
-#, c-format
-msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)"
-msgstr "bt_fixbranch[%s]: fant ikke venstre peker (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1885
-#, c-format
-msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)"
-msgstr "bt_fixbranch[%s]: ugyldig punktrekkefølge (trenger å gjenskape indeks)"
-#: access/nbtree/nbtinsert.c:1894
-#, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)"
-msgstr "bt_fixbranch[%s]: fant ikke høyre peker(1) (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1902
-#, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)"
-msgstr "bt_fixbranch[%s]: fant ikke høyre peker(2) (trenger å gjenskape indeks)"
-
-#: access/nbtree/nbtinsert.c:1950
-#, c-format
-msgid "bt_fixbranch[%s]: fixing upper levels"
-msgstr "bt_fixbranch[%s]: retter øvre lag"
-
-#: access/nbtree/nbtinsert.c:1981
-#, c-format
-msgid "bt_fixup[%s]: checking/fixing upper levels"
-msgstr "bt_fixup[%s]: sjekker/retter øvre lag"
-
-#: access/nbtree/nbtinsert.c:1996
-#, c-format
-msgid "bt_fixup[%s]: fixing root page"
-msgstr "bt_fixup[%s]: retter rotside"
-
-#: access/nbtree/nbtinsert.c:2059
-#, c-format
-msgid "btree: failed to add item to the %s for %s"
-msgstr "btree: klarte ikke å legge til punkt til %s for %s"
-
-#: access/nbtree/nbtpage.c:66
-#, c-format
-msgid "Cannot initialize non-empty btree %s"
-msgstr "Kan ikke initialisere ikke-tomt B-tre %s"
+#: access/nbtree/nbtinsert.c:406 access/nbtree/nbtsort.c:402
+#, fuzzy, c-format
+msgid "index row size %lu exceeds btree maximum, %lu"
+msgstr "btree: indekspunktets størrelse, %lu, overstiger det maksimale %lu"
-#: access/nbtree/nbtpage.c:127
+#: access/nbtree/nbtpage.c:150 access/nbtree/nbtpage.c:329
#, c-format
-msgid "Index %s is not a btree"
-msgstr "Indeks %s er ikke et B-tre"
+msgid "index \"%s\" is not a btree"
+msgstr "indeks «%s» er ikke et B-tre"
-#: access/nbtree/nbtpage.c:131
-#, c-format
-msgid "Version mismatch on %s: version %d file, version %d code"
+#: access/nbtree/nbtpage.c:156 access/nbtree/nbtpage.c:335
+#, fuzzy, c-format
+msgid "version mismatch in index \"%s\": file version %d, code version %d"
msgstr "Versjon stemmer ikke for %s: filversjon %d, kodeversjon %d"
-#: access/nbtree/nbtpage.c:258
-#, c-format
-msgid "bt_getroot[%s]: fixing root page"
-msgstr "bt_getroot[%s]: retter rotside"
-
-#: access/nbtree/nbtree.c:806
-#, c-format
-msgid ""
-"_bt_restscan: my bits moved right off the end of the world!\n"
-"\tRecreate index %s."
-msgstr ""
-"_bt_restscan: bitene mine flyttet seg til slutten av verden!\n"
-"\tGjenskaper indeks %s."
-
-#: access/nbtree/nbtree.c:836
-msgid "_bt_restore_page: can't add item to page"
-msgstr "_bt_restore_page: kan ikke legge til punkt til side"
-
-#: access/nbtree/nbtree.c:859
-msgid "btree_delete_redo: block unfound"
-msgstr "btree_delete_redo: fant ikke blokk"
-
-#: access/nbtree/nbtree.c:862
-msgid "btree_delete_redo: uninitialized page"
-msgstr "btree_delete_redo: uinitialisert side"
-
-#: access/nbtree/nbtree.c:898
-#, c-format
-msgid "btree_insert_%sdo: block unfound"
-msgstr "btree_insert_%sdo: fant ikke blokk"
-
-#: access/nbtree/nbtree.c:901
-#, c-format
-msgid "btree_insert_%sdo: uninitialized page"
-msgstr "btree_insert_%sdo: uinitialisert side"
-
-#: access/nbtree/nbtree.c:915
-msgid "btree_insert_redo: failed to add item"
-msgstr "btree_insert_redo: klarte ikke å legge til punkt"
-
-#: access/nbtree/nbtree.c:924
-msgid "btree_insert_undo: bad page LSN"
-msgstr "btree_insert_undo: feil side-LSN"
-
-#: access/nbtree/nbtree.c:932
-msgid "btree_insert_undo: unimplemented"
-msgstr "btree_insert_undo: uimplementert"
-
-#: access/nbtree/nbtree.c:959
-#, c-format
-msgid "btree_split_%s: lost left sibling"
-msgstr "btree_split_%s: tapt venstresøsken"
-
-#: access/nbtree/nbtree.c:965
-msgid "btree_split_undo: uninitialized left sibling"
-msgstr "btree_split_undo: uinitialisert venstre-søsken"
-
-#: access/nbtree/nbtree.c:988
-msgid "btree_split_undo: bad left sibling LSN"
-msgstr "btree_split_undo: feil venstresøsken-LSN"
-
-#: access/nbtree/nbtree.c:989 access/nbtree/nbtree.c:1028
-msgid "btree_split_undo: unimplemented"
-msgstr "btree_split_undo: uimplementert"
-
-#: access/nbtree/nbtree.c:997
-#, c-format
-msgid "btree_split_%s: lost right sibling"
-msgstr "btree_split_%s: tapt høyresøsken"
-
-#: access/nbtree/nbtree.c:1003
-msgid "btree_split_undo: uninitialized right sibling"
-msgstr "btree_split_undo: uinitialisert høyresøsken"
-
-#: access/nbtree/nbtree.c:1027
-msgid "btree_split_undo: bad right sibling LSN"
-msgstr "btree_split_undo: feil høyresøsken-LSN"
-
-#: access/nbtree/nbtree.c:1041
-msgid "btree_split_redo: lost next right page"
-msgstr "btree_split_redo: tapt neste høyreside"
-
-#: access/nbtree/nbtree.c:1045
-msgid "btree_split_redo: uninitialized next right page"
-msgstr "btree_split_redo: uinitialisert neste høyreside"
-
-#: access/nbtree/nbtree.c:1082
-msgid "btree_newroot_redo: no root page"
-msgstr "btree_newroot_redo: ingen rotside"
-
-#: access/nbtree/nbtree.c:1085
-msgid "btree_newroot_redo: no metapage"
-msgstr "btree_newroot_redo: ingen metaside"
-
-#: access/nbtree/nbtree.c:1139
-#, c-format
-msgid "btree_redo: unknown op code %u"
-msgstr "btree_redo: ukjent opkode %u"
-
-#: access/nbtree/nbtree.c:1159
-#, c-format
-msgid "btree_undo: unknown op code %u"
-msgstr "btree_undo: ukjent opkode %u"
-
-#: access/nbtree/nbtsearch.c:545
-msgid "_bt_first: btree doesn't support is(not)null, yet"
-msgstr "_bt_first: B-tre støtter ikke is(not)null riktig ennå"
-
-#: access/nbtree/nbtsearch.c:693
-msgid "_bt_first: equal items disappeared?"
-msgstr "_bt_first: like punkter forsvant?"
-
-#: access/nbtree/nbtsearch.c:1004
-#, c-format
-msgid "Illegal scan direction %d"
-msgstr "Ulovlig skanneretning %d"
-
-#: access/nbtree/nbtsort.c:292
-msgid "btree: failed to add item to the page in _bt_sort"
-msgstr "btree: klarte ikke å legge til punkt til siden i _bt_sort"
-
-#: access/nbtree/nbtsort.c:357
-#, c-format
-msgid "btree: index item size %lu exceeds maximum %ld"
-msgstr "btree: indekspunktets størrelse, %lu, overstiger det maksimale %ld"
-
-#: access/nbtree/nbtutils.c:230
-msgid "_bt_orderkeys: key(s) for attribute 1 missed"
-msgstr "_bt_orderkeys: mangler nøkkel/nøkler for attributt 1"
-
-#: access/nbtree/nbtutils.c:308
-#, c-format
-msgid "_bt_orderkeys: key(s) for attribute %d missed"
-msgstr "_bt_orderkeys: mangler nøkkel/nøkler for attributt %d"
-
-#: access/nbtree/nbtutils.c:465
-#, c-format
-msgid "_bt_getstrategynumber: unable to identify operator %u"
-msgstr "_bt_getstrategynumber: kan ikke identifisere operator %u"
-
-#: access/rtree/rtree.c:331
-#, c-format
-msgid "rtdoinsert: failed to add index item to %s"
-msgstr "rtdoinsert: klarte ikke å legge til indekspunkt til %s"
-
-#: access/rtree/rtree.c:523 access/rtree/rtree.c:547
-#, c-format
-msgid "rtdosplit: failed to add index item to %s"
-msgstr "rtdosplit: klarte ikke å legge til indekspunkt til %s"
-
-#: access/rtree/rtree.c:643
-msgid "Variable-length rtree keys are not supported."
-msgstr "R-trenøkler med variabel lengde er ikke støttet."
-
-#: access/rtree/rtree.c:663
-#, c-format
-msgid "rtintinsert: failed to add index item to %s"
-msgstr "rtintinsert: klarte ikke å legge til indekspunkt til %s"
-
-#: access/rtree/rtree.c:689 access/rtree/rtree.c:694
-#, c-format
-msgid "rtnewroot: failed to add index item to %s"
-msgstr "rtnewroot: klarte ikke å legge til indekspunkt til %s"
-
-#: access/rtree/rtree.c:781
-#, c-format
-msgid "rtree: index item size %lu exceeds maximum %lu"
-msgstr "rtree: indekspunktets størrelse, %lu, overstiger det maksimale %lu"
-
-#: access/rtree/rtree.c:1068
-msgid "rtpicksplit: failed to find a workable page split"
-msgstr "rtpicksplit: klarte ikke å finne en brukbar sidesplitt"
-
-#: access/rtree/rtree.c:1347
-msgid "rtree_redo: unimplemented"
-msgstr "rtree_redo: uimplementert"
-
-#: access/rtree/rtree.c:1353
-msgid "rtree_undo: unimplemented"
-msgstr "rtree_undo: uimplementert"
-
-#: access/rtree/rtscan.c:255
-#, c-format
-msgid "rtree scan list corrupted -- cannot find 0x%p"
-msgstr "rtree skanneliste korruptert -- kan ikke finne 0x%p"
-
-#: access/rtree/rtscan.c:391
-#, c-format
-msgid "Bad operation in rtree scan adjust: %d"
-msgstr "Feil operasjon i rtree-skannejustering: %d"
-
-#: access/transam/clog.c:546 access/transam/clog.c:598
-#, c-format
-msgid "open of %s failed: %m"
-msgstr "mislykket åpning av %s: %m"
-
-#: access/transam/clog.c:547
-#, c-format
-msgid "clog file %s doesn't exist, reading as zeroes"
-msgstr "clogfil %s finnes ikke, leser som nuller"
-
-#: access/transam/clog.c:553 access/transam/clog.c:606
-#, c-format
-msgid "lseek of clog file %u, offset %u failed: %m"
-msgstr "mislykket lseek i clogfil %u, offset %u: %m"
-
-#: access/transam/clog.c:558
-#, c-format
-msgid "read of clog file %u, offset %u failed: %m"
-msgstr "mislykket lesing av clogfil %u, offset %u: %m"
-
-#: access/transam/clog.c:602 access/transam/xlog.c:1380
-#, c-format
-msgid "creation of file %s failed: %m"
-msgstr "mislykket opprettelse av fil %s: %m"
-
-#: access/transam/clog.c:615
-#, c-format
-msgid "write of clog file %u, offset %u failed: %m"
-msgstr "mislykket skriving av clogfil %u, offset %u: %m"
-
-#: access/transam/clog.c:834
-msgid "unable to truncate commit log: apparent wraparound"
-msgstr "kan ikke avkorte commitlogg: tilsynelatende rundhopp (wraparound)"
-
-#: access/transam/clog.c:889
-#, c-format
-msgid "could not open transaction-commit log directory (%s): %m"
-msgstr "kunne ikke åpne katalogen for transaksjonscommitlogger (%s): %m"
-
-#: access/transam/clog.c:905
-#, c-format
-msgid "removing commit log file %s"
-msgstr "fjerner commitloggfil %s"
-
-#: access/transam/clog.c:914
-#, c-format
-msgid "could not read transaction-commit log directory (%s): %m"
-msgstr "kunne ikke lese katalogen for transaksjonscommitlogger (%s): %m"
-
-#: access/transam/xact.c:425
-msgid "You may only have 2^32-1 commands per transaction"
-msgstr "Du kan bare ha 2^32-1 kommandoer pr transaksjon"
-
-#: access/transam/xact.c:715
-#, c-format
-msgid "RecordTransactionAbort: xact %u already committed"
-msgstr "RecordTransactionAbort: xact %u allerede begått (committed)"
-
-#: access/transam/xact.c:944
-msgid "CommitTransaction and not in in-progress state"
-msgstr "CommitTransaction og ikke i in-progress-tilstand"
-
-#: access/transam/xact.c:1079
-msgid "AbortTransaction and not in in-progress state"
-msgstr "AbortTransaction og ikke i in-progress-tilstand"
+#: access/rtree/rtree.c:645
+msgid "variable-length rtree keys are not supported"
+msgstr "R-trenøkler med variabel lengde er ikke støttet"
-#: access/transam/xact.c:1164
-msgid "CleanupTransaction and not in abort state"
-msgstr "CleanupTransaction og ikke i abort-tilstand"
-
-#: access/transam/xact.c:1196
-msgid "StartTransactionCommand: can't prevent chain"
-msgstr "StartTransactionCommand: kan ikke forhindre kjede"
-
-#: access/transam/xact.c:1215
-msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN"
-msgstr "StartTransactionCommand: uforventet TBLOCK_BEGIN"
-
-#: access/transam/xact.c:1236
-msgid "StartTransactionCommand: unexpected TBLOCK_END"
-msgstr "StartTransactionCommand: uforventet TBLOCK_END"
-
-#: access/transam/xact.c:1259
-msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT"
-msgstr "StartTransactionCommand: uforventet TBLOCK_ENDABORT"
-
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1475
-#, c-format
-msgid "%s cannot run inside a transaction block"
-msgstr "%s kan ikke kjøres i en transaksjonsblokk"
-
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1485
-#, c-format
-msgid "%s cannot be executed from a function"
-msgstr "%s kan ikke bli utført fra en funksjon"
-
-#: access/transam/xact.c:1489
-msgid "PreventTransactionChain: can't prevent chain"
-msgstr "PreventTransactionChain: kan ikke forhindre kjede"
-
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1496
-#, c-format
-msgid "%s will be committed automatically"
-msgstr "%s vil automatisk bli begått (committed)"
-
-#: access/transam/xact.c:1518
-msgid "BEGIN: already a transaction in progress"
-msgstr "BEGIN: en transaksjon er allerede under utføring"
-
-#: access/transam/xact.c:1582
-msgid "COMMIT: no transaction in progress"
-msgstr "COMMIT: ingen transaksjon under utføring"
-
-#: access/transam/xact.c:1619 access/transam/xact.c:1666
-msgid "ROLLBACK: no transaction in progress"
-msgstr "ROLLBACK: ingen transaksjon under utføring"
-
-#: access/transam/xact.c:1740 access/transam/xact.c:1751
-#, c-format
-msgid "xact_redo: unknown op code %u"
-msgstr "xact_redo: ukjent opkode %u"
-
-#: access/transam/xact.c:1749
-msgid "xact_undo: can't undo committed xaction"
-msgstr "xact_undo: kan ikke angre en begått tranaksjon"
-
-#: access/transam/xact.c:1786
-msgid "XactPushRollback: already installed"
-msgstr "XactPushRollback: allerede installert"
-
-#: access/transam/xlog.c:506
-#, c-format
-msgid "XLogInsert: invalid info mask %02X"
-msgstr "XLogInsert: ugyldig infomaske %02X"
-
-#: access/transam/xlog.c:611
-#, c-format
-msgid "XLogInsert: can backup %d blocks at most"
-msgstr "XLogInsert: kan sikkerhetskopiere på det meste %d blokker"
-
-#: access/transam/xlog.c:629
-#, c-format
-msgid "XLogInsert: invalid record length %u"
-msgstr "XLogInsert: ugyldig postlengde %u"
-
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: access/transam/xlog.c:786 access/transam/xlog.c:2627 utils/adt/name.c:52
-#: utils/adt/varchar.c:83 utils/adt/varchar.c:357 utils/adt/varlena.c:225
-#, c-format
-msgid "%s"
-msgstr ""
-
-#: access/transam/xlog.c:1030
-#, c-format
-msgid "XLogWrite: write request %X/%X is past end of log %X/%X"
-msgstr "XLogWrite: skriveforespørsel %X/%X er forbi slutten på loggen %X/%X"
+#: access/rtree/rtree.c:785
+#, fuzzy, c-format
+msgid "index row size %lu exceeds rtree maximum, %lu"
+msgstr "btree: indekspunktets størrelse, %lu, overstiger det maksimale %lu"
-#: access/transam/xlog.c:1047 access/transam/xlog.c:1157
-#: access/transam/xlog.c:3331
-#, c-format
-msgid "close of log file %u, segment %u failed: %m"
+#: access/transam/xlog.c:1049 access/transam/xlog.c:1165
+#: access/transam/xlog.c:3565
+#, fuzzy, c-format
+msgid "could not close log file %u, segment %u: %m"
msgstr "mislykket lukking av loggfil %u, segment %u: %m"
-#: access/transam/xlog.c:1082
-msgid "XLogWrite: time for a checkpoint, signaling postmaster"
-msgstr "XLogWrite: på tide med et sjekkpunkt, signalerer postmaster"
-
-#: access/transam/xlog.c:1101
-#, c-format
-msgid "lseek of log file %u, segment %u, offset %u failed: %m"
+#: access/transam/xlog.c:1105 access/transam/xlog.c:1867
+#, fuzzy, c-format
+msgid "could not seek in log file %u, segment %u to offset %u: %m"
msgstr "mislykket lseek i loggfil %u, segment %u, offset %u: %m"
-#: access/transam/xlog.c:1113
-#, c-format
-msgid "write of log file %u, segment %u, offset %u failed: %m"
+#: access/transam/xlog.c:1119
+#, fuzzy, c-format
+msgid "could not write to log file %u, segment %u at offset %u: %m"
msgstr "mislykket skriving av loggfil %u, segment %u, offset %u: %m"
-#: access/transam/xlog.c:1209
-#, c-format
-msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X\n"
-msgstr "XLogFlush%s%s: forespørsel %X/%X; skriv %X/%X; tøm %X/%X\n"
-
-#: access/transam/xlog.c:1315
-#, c-format
-msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X"
-msgstr "XLogFlush: forespørsel %X/%X er ikke tilfredsstilt --- bare tømt til %X/%X"
-
-#: access/transam/xlog.c:1358 access/transam/xlog.c:1439
-#: access/transam/xlog.c:1549 access/transam/xlog.c:1553
-#, c-format
-msgid "open of %s (log file %u, segment %u) failed: %m"
+#: access/transam/xlog.c:1363 access/transam/xlog.c:1452
+#: access/transam/xlog.c:1566 access/transam/xlog.c:1572
+#, fuzzy, c-format
+msgid "could not open file \"%s\" (log file %u, segment %u): %m"
msgstr "mislykket åpning av %s (loggfil %u, segment %u): %m"
-#: access/transam/xlog.c:1407
+#: access/transam/xlog.c:1387 access/transam/slru.c:621
#, c-format
-msgid "ZeroFill failed to write %s: %m"
-msgstr "ZeroFill klarte ikke å skrive %s: %m"
+msgid "could not create file \"%s\": %m"
+msgstr "kunne ikke opprette filen «%s»: %m"
-#: access/transam/xlog.c:1412
-#, c-format
-msgid "fsync of file %s failed: %m"
-msgstr "mislykket fsync av fil %s: %m"
+#: access/transam/xlog.c:1416 utils/init/miscinit.c:775 utils/misc/guc.c:3767
+#, fuzzy, c-format
+msgid "could not write to file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:1517
-#, c-format
+#: access/transam/xlog.c:1423
+#, fuzzy, c-format
+msgid "could not fsync file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
+
+#: access/transam/xlog.c:1530
+#, fuzzy, c-format
msgid ""
-"link from %s to %s (initialization of log file %u, segment %u) failed: %m"
-msgstr "mislykket link fra %s til %s (initialisering av loggfil %u, segment %u): %m"
+"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
+"%u): %m"
+msgstr ""
+"mislykket link fra %s til %s (initialisering av loggfil %u, segment %u): %m"
-#: access/transam/xlog.c:1522
-#, c-format
+#: access/transam/xlog.c:1537
+#, fuzzy, c-format
msgid ""
-"rename from %s to %s (initialization of log file %u, segment %u) failed: %m"
-msgstr "mislykket omdøping fra %s til %s (initialisering av loggfil %u, segment %u): %m"
+"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
+"segment %u): %m"
+msgstr ""
+"mislykket omdøping fra %s til %s (initialisering av loggfil %u, segment %u): "
+"%m"
-#: access/transam/xlog.c:1603
-#, c-format
-msgid "could not open transaction log directory (%s): %m"
+#: access/transam/xlog.c:1624
+#, fuzzy, c-format
+msgid "could not open transaction log directory \"%s\": %m"
msgstr "kunne ikke åpne transaksjonsloggkatalog (%s): %m"
-#: access/transam/xlog.c:1618
+#: access/transam/xlog.c:1640
#, c-format
-msgid "archiving transaction log file %s"
-msgstr "arkiverer transaksjonsloggfil %s"
-
-#: access/transam/xlog.c:1620
-msgid "archiving log files is not implemented!"
-msgstr "arkiverte loggfiler er ikke implementert!"
+msgid "archiving transaction log file \"%s\""
+msgstr "arkiverer transaksjonsloggfil «%s»"
-#: access/transam/xlog.c:1634
+#: access/transam/xlog.c:1657
#, c-format
-msgid "recycled transaction log file %s"
-msgstr "resirkulerte transaksjonsloggfil %s"
+msgid "recycled transaction log file \"%s\""
+msgstr "resirkulerte transaksjonsloggfil «%s»"
-#: access/transam/xlog.c:1640
+#: access/transam/xlog.c:1664
#, c-format
-msgid "removing transaction log file %s"
-msgstr "fjerner transaksjonsloggfil %s"
+msgid "removing transaction log file \"%s\""
+msgstr "fjerner transaksjonsloggfil «%s»"
-#: access/transam/xlog.c:1649
-#, c-format
-msgid "could not read transaction log directory (%s): %m"
+#: access/transam/xlog.c:1675
+#, fuzzy, c-format
+msgid "could not read transaction log directory \"%s\": %m"
msgstr "kunne ikke lese transaksjonsloggkatalog (%s): %m"
-#: access/transam/xlog.c:1722
-#, c-format
-msgid "ReadRecord: bad resource manager data checksum in record at %X/%X"
+#: access/transam/xlog.c:1749
+#, fuzzy, c-format
+msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr "ReadRecord: feil sjekksum i ressursstyredata i posten ved %X/%X"
-#: access/transam/xlog.c:1744
-#, c-format
-msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X"
+#: access/transam/xlog.c:1772
+#, fuzzy, c-format
+msgid "incorrect checksum of backup block %d in record at %X/%X"
msgstr "ReadRecord: feil sjekksum i backupblokk %d i posten ved %X/%X"
-#: access/transam/xlog.c:1813
-#, c-format
-msgid "ReadRecord: invalid record offset at %X/%X"
+#: access/transam/xlog.c:1842
+#, fuzzy, c-format
+msgid "invalid record offset at %X/%X"
msgstr "ReadRecord: ugyldig postoffset ved %X/%X"
-#: access/transam/xlog.c:1836
-#, c-format
-msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m"
-msgstr "ReadRecord: mislykket lseek i loggfil %u, segment %u, offset %u: %m"
-
-#: access/transam/xlog.c:1842 access/transam/xlog.c:1926
-#, c-format
-msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m"
+#: access/transam/xlog.c:1875
+#, fuzzy, c-format
+msgid "could not read from log file %u, segment %u at offset %u: %m"
msgstr "ReadRecord: mislykket lesing av loggfil %u, segment %u, offset %u: %m"
-#: access/transam/xlog.c:1852
+#: access/transam/xlog.c:1886
#, c-format
-msgid "ReadRecord: contrecord is requested by %X/%X"
-msgstr "ReadRecord: contrecord er forespurt av %X/%X"
+msgid "contrecord is requested by %X/%X"
+msgstr "contrecord er forespurt av %X/%X"
-#: access/transam/xlog.c:1866
+#: access/transam/xlog.c:1901
#, c-format
-msgid "ReadRecord: record with zero length at %X/%X"
-msgstr "ReadRecord: post med null lengde ved %X/%X"
+msgid "record with zero length at %X/%X"
+msgstr "post med null lengde ved %X/%X"
-#: access/transam/xlog.c:1890
+#: access/transam/xlog.c:1926
#, c-format
-msgid "ReadRecord: record length %u at %X/%X too long"
-msgstr "ReadRecord: postlengden %u ved %X/%X er for lang"
+msgid "record length %u at %X/%X too long"
+msgstr "postlengden %u ved %X/%X er for lang"
-#: access/transam/xlog.c:1896
-#, c-format
-msgid "ReadRecord: invalid resource manager id %u at %X/%X"
+#: access/transam/xlog.c:1933
+#, fuzzy, c-format
+msgid "invalid resource manager ID %u at %X/%X"
msgstr "ReadRecord: ugyldig ressursstyrerid, %u, ved %X/%X"
-#: access/transam/xlog.c:1934
-#, c-format
-msgid ""
-"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u"
-msgstr "ReadRecord: det er ingen ContRecord-flagg i loggfil %u, segment %u, offset %u"
+#: access/transam/xlog.c:1965
+#, fuzzy, c-format
+msgid "could not read from log file %u, segment %u, offset %u: %m"
+msgstr "ReadRecord: mislykket lesing av loggfil %u, segment %u, offset %u: %m"
-#: access/transam/xlog.c:1942
-#, c-format
-msgid ""
-"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %"
-"u"
-msgstr "ReadRecord: ugyldig ContRecord-lengde %u i loggfil %u, segment %u, offset %u"
+#: access/transam/xlog.c:1974
+#, fuzzy, c-format
+msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
+msgstr ""
+"ReadRecord: det er ingen ContRecord-flagg i loggfil %u, segment %u, offset %u"
+
+#: access/transam/xlog.c:1983
+#, fuzzy, c-format
+msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
+msgstr ""
+"ReadRecord: ugyldig ContRecord-lengde %u i loggfil %u, segment %u, offset %u"
-#: access/transam/xlog.c:2006
+#: access/transam/xlog.c:2049
#, c-format
-msgid ""
-"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u"
-msgstr "ReadRecord: ugyldig magisk nummer %04X i loggfil %u, segment %u, offset %u"
+msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
+msgstr "ugyldig magisk nummer %04X i loggfil %u, segment %u, offset %u"
-#: access/transam/xlog.c:2012
+#: access/transam/xlog.c:2056
#, c-format
-msgid ""
-"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u"
-msgstr "ReadRecord: ugyldig infobit %04X i loggfil %u, segment %u, offset %u"
+msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
+msgstr "ugyldig infobit %04X i loggfil %u, segment %u, offset %u"
-#: access/transam/xlog.c:2020
+#: access/transam/xlog.c:2065
#, c-format
-msgid ""
-"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
-msgstr "ReadRecord: uforventet pageaddr %X/%X i loggfil %u, segment %u, offset %u"
+msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
+msgstr "uforventet pageaddr %X/%X i loggfil %u, segment %u, offset %u"
#. translator: SUI = startup id
-#: access/transam/xlog.c:2042
+#: access/transam/xlog.c:2088
#, c-format
-msgid ""
-"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, "
-"offset %u"
-msgstr "ReadRecord: ute-av-sekvens SUI %u (etter %u) i loggfil %u, segment %u, offset %u"
+msgid "out-of-sequence SUI %u (after %u) in log file %u, segment %u, offset %u"
+msgstr "ute-av-sekvens SUI %u (etter %u) i loggfil %u, segment %u, offset %u"
-#: access/transam/xlog.c:2101
+#: access/transam/xlog.c:2149
msgid "invalid LC_COLLATE setting"
msgstr "ugyldig innstilling av LC_COLLATE"
-#: access/transam/xlog.c:2105
+#: access/transam/xlog.c:2154
msgid "invalid LC_CTYPE setting"
msgstr "ugyldig innstilling av LC_CTYPE"
-#: access/transam/xlog.c:2123
+#: access/transam/xlog.c:2173
msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
msgstr "sizeof(ControlFileData) er større enn BLCKSZ; korriger en av de"
-#: access/transam/xlog.c:2131
-#, c-format
-msgid "WriteControlFile: could not create control file (%s): %m"
-msgstr "WriteControlFile: kunne ikke opprette kontrollfil (%s): %m"
+#: access/transam/xlog.c:2183
+#, fuzzy, c-format
+msgid "could not create control file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:2140
-#, c-format
-msgid "WriteControlFile: write to control file failed: %m"
-msgstr "WriteControlFile: mislykket skriving til kontrollfil: %m"
+#: access/transam/xlog.c:2194 access/transam/xlog.c:2371
+#, fuzzy, c-format
+msgid "could not write to control file: %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:2144
-#, c-format
-msgid "WriteControlFile: fsync of control file failed: %m"
-msgstr "WriteControlFile: mislykket fsync av kontrollfil: %m"
+#: access/transam/xlog.c:2200 access/transam/xlog.c:2377
+#, fuzzy, c-format
+msgid "could not fsync control file: %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:2160 access/transam/xlog.c:2283
-#, c-format
-msgid "could not open control file (%s): %m"
+#: access/transam/xlog.c:2218 access/transam/xlog.c:2360
+#, fuzzy, c-format
+msgid "could not open control file \"%s\": %m"
msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:2163
-#, c-format
-msgid "read from control file failed: %m"
-msgstr "mislykket lesing fra kontrollfil: %m"
+#: access/transam/xlog.c:2224
+#, fuzzy, c-format
+msgid "could not read from control file: %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: access/transam/xlog.c:2175
-#, c-format
+#: access/transam/xlog.c:2236 access/transam/xlog.c:2266
+#: access/transam/xlog.c:2273 access/transam/xlog.c:2280
+#: access/transam/xlog.c:2287 access/transam/xlog.c:2294
+#: access/transam/xlog.c:2303 access/transam/xlog.c:2310
+#: access/transam/xlog.c:2318 utils/init/miscinit.c:844
+msgid "database files are incompatible with server"
+msgstr ""
+
+#: access/transam/xlog.c:2237
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with PG_CONTROL_VERSION %d,\n"
-"\tbut the server was compiled with PG_CONTROL_VERSION %d.\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
+"server was compiled with PG_CONTROL_VERSION %d."
msgstr ""
"Databasehopen var initialisert med PG_CONTROL_VERSION %d,\n"
"\tmen serveren var kompilert med PG_CONTROL_VERSION %d.\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2188
-msgid "invalid checksum in control file"
+#: access/transam/xlog.c:2240 access/transam/xlog.c:2270
+msgid "It looks like you need to initdb."
+msgstr ""
+
+#: access/transam/xlog.c:2250
+#, fuzzy
+msgid "incorrect checksum in control file"
msgstr "ugyldig sjekksum i kontrollfil"
-#: access/transam/xlog.c:2204
-#, c-format
+#: access/transam/xlog.c:2267
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with CATALOG_VERSION_NO %d,\n"
-"\tbut the backend was compiled with CATALOG_VERSION_NO %d.\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
+"server was compiled with CATALOG_VERSION_NO %d."
msgstr ""
"Databasehopoen var initialisert med CATALOG_VERSION_NO %d,\n"
"\tmen bakstykket (backend) var kompilert med CATALOG_VERSION_NO %d.\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2210
-#, c-format
+#: access/transam/xlog.c:2274
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with BLCKSZ %d,\n"
-"\tbut the backend was compiled with BLCKSZ %d.\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with BLCKSZ %d, but the server was "
+"compiled with BLCKSZ %d."
msgstr ""
"Databasehopen var initialisert med BLCKSZ %d,\n"
"\tmen bakstykket (backend) var kompilert med BLCKSZ %d.\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2216
-#, c-format
+#: access/transam/xlog.c:2277 access/transam/xlog.c:2284
+#: access/transam/xlog.c:2291 access/transam/xlog.c:2298
+#: access/transam/xlog.c:2306 access/transam/xlog.c:2313
+#: access/transam/xlog.c:2322
+msgid "It looks like you need to recompile or initdb."
+msgstr ""
+
+#: access/transam/xlog.c:2281
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with RELSEG_SIZE %d,\n"
-"\tbut the backend was compiled with RELSEG_SIZE %d.\n"
-"\tIt looks like you need to recompile or initdb."
+"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
+"compiled with RELSEG_SIZE %d."
msgstr ""
"Databasenhopen var initialisert med RELSEG_SIZE %d,\n"
"\tmen bakstykket (backend) var kompilert med RELSEG_SIZE %d.\n"
"\tDet ser ut som at du trenger å rekompilere eller å kjøre initdb."
-#: access/transam/xlog.c:2223
-#, c-format
+#: access/transam/xlog.c:2288
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with NAMEDATALEN %d,\n"
-"\tbut the backend was compiled with NAMEDATALEN %d.\n"
-"\tIt looks like you need to recompile or initdb."
+"The database cluster was initialized with NAMEDATALEN %d, but the server was "
+"compiled with NAMEDATALEN %d."
msgstr ""
"Databasehopen var initialisert med NAMEDATALEN %d,\n"
"\tmen bakstykket (backend) var kompilert med NAMEDATALEN %d.\n"
"\tDet ser ut som at du trenger å rekompilere eller å kjøre initdb."
-#: access/transam/xlog.c:2230
-#, c-format
+#: access/transam/xlog.c:2295
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with FUNC_MAX_ARGS %d,\n"
-"\tbut the backend was compiled with FUNC_MAX_ARGS %d.\n"
-"\tIt looks like you need to recompile or initdb."
+"The database cluster was initialized with FUNC_MAX_ARGS %d, but the server "
+"was compiled with FUNC_MAX_ARGS %d."
msgstr ""
"Databasehopen var initialisert med FUNC_MAX_ARGS %d,\n"
"\tmen bakstykket (backend) var kompilert med FUNC_MAX_ARGS %d.\n"
"\tDet ser ut som at du trenger å rekompilere eller å kjøre initdb."
-#: access/transam/xlog.c:2238
+#: access/transam/xlog.c:2304
+#, fuzzy
msgid ""
-"The database cluster was initialized without HAVE_INT64_TIMESTAMP\n"
-"\tbut the backend was compiled with HAVE_INT64_TIMESTAMP.\n"
-"\tIt looks like you need to recompile or initdb."
+"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
+"server was compiled with HAVE_INT64_TIMESTAMP."
msgstr ""
"Databasehopen var initialisert uten HAVE_INT64_TIMESTAMP\n"
"\tmen bakstykket (backend) var kompilert med HAVE_INT64_TIMESTAMP.\n"
"\tDet ser ut som at du trenger å rekompilere eller å kjøre initdb."
-#: access/transam/xlog.c:2244
+#: access/transam/xlog.c:2311
+#, fuzzy
msgid ""
-"The database cluster was initialized with HAVE_INT64_TIMESTAMP\n"
-"\tbut the backend was compiled without HAVE_INT64_TIMESTAMP.\n"
-"\tIt looks like you need to recompile or initdb."
+"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
+"server was compiled without HAVE_INT64_TIMESTAMP."
msgstr ""
"Databasehopen var initialisert med HAVE_INT64_TIMESTAMP\n"
"\tmen bakstykket (backend) var kompilert uten HAVE_INT64_TIMESTAMP.\n"
"\tDet ser ut som at du trenger å rekompilere eller å kjøre initdb."
-#: access/transam/xlog.c:2251
-#, c-format
+#: access/transam/xlog.c:2319
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with LOCALE_NAME_BUFLEN %d,\n"
-"\tbut the backend was compiled with LOCALE_NAME_BUFLEN %d.\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the "
+"server was compiled with LOCALE_NAME_BUFLEN %d."
msgstr ""
"Databasehopen var initialisert med LOCALE_NAME_BUFLEN %d,\n"
"\tmen bakstykket (backend) var kompilert med LOCALE_NAME_BUFLEN %d.\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2258
-#, c-format
+#: access/transam/xlog.c:2325 access/transam/xlog.c:2332
+msgid "database files are incompatible with operating system"
+msgstr ""
+
+#: access/transam/xlog.c:2326
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with LC_COLLATE '%s',\n"
-"\twhich is not recognized by setlocale().\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with LC_COLLATE \"%s\", which is not "
+"recognized by setlocale()."
msgstr ""
"Databasehopen var initialisert med LC_COLLATE '%s',\n"
"\tsom ikke er gjenkjennelig av setlocale().\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2264
-#, c-format
+#: access/transam/xlog.c:2329 access/transam/xlog.c:2336
+msgid "It looks like you need to initdb or install locale support."
+msgstr ""
+
+#: access/transam/xlog.c:2333
+#, fuzzy, c-format
msgid ""
-"The database cluster was initialized with LC_CTYPE '%s',\n"
-"\twhich is not recognized by setlocale().\n"
-"\tIt looks like you need to initdb."
+"The database cluster was initialized with LC_CTYPE \"%s\", which is not "
+"recognized by setlocale()."
msgstr ""
"Databasehopen var initialisert med LC_CTYPE '%s',\n"
"\tsom ikke er gjenkjennelig av setlocale().\n"
"\tDet ser ut som at du trenger å kjøre initdb."
-#: access/transam/xlog.c:2291
-#, c-format
-msgid "write to control file failed: %m"
-msgstr "mislykket skriving til kontrollfil: %m"
-
-#: access/transam/xlog.c:2295
-#, c-format
-msgid "fsync of control file failed: %m"
-msgstr "mislykket fsync av kontrollfil: %m"
-
-#: access/transam/xlog.c:2435
-#, c-format
-msgid "BootStrapXLOG failed to write log file: %m"
-msgstr "BootStrapXLOG klarte ikke å skrive loggfil: %m"
+#: access/transam/xlog.c:2519
+#, fuzzy, c-format
+msgid "could not write bootstrap transaction log file: %m"
+msgstr "kunne ikke lese transaksjonsloggkatalog (%s): %m"
-#: access/transam/xlog.c:2439
-#, c-format
-msgid "BootStrapXLOG failed to fsync log file: %m"
-msgstr "BootStrapXLOG klarte ikke å fsynce loggfil: %m"
+#: access/transam/xlog.c:2525
+#, fuzzy, c-format
+msgid "could not fsync bootstrap transaction log file: %m"
+msgstr "kunne ikke åpne transaksjonsloggkatalog (%s): %m"
-#: access/transam/xlog.c:2505
-msgid "control file context is broken"
+#: access/transam/xlog.c:2593
+#, fuzzy
+msgid "control file contains invalid data"
msgstr "kontrollfilsammenhengen er brutt"
-#: access/transam/xlog.c:2508
+#: access/transam/xlog.c:2597
#, c-format
msgid "database system was shut down at %s"
msgstr "databasesystemet ble avsluttet %s"
-#: access/transam/xlog.c:2511
+#: access/transam/xlog.c:2601
#, c-format
msgid "database system shutdown was interrupted at %s"
msgstr "avslutning av databasesystemet ble avbrutt %s"
-#: access/transam/xlog.c:2514
-#, c-format
+#: access/transam/xlog.c:2605
+#, fuzzy, c-format
+msgid "database system was interrupted while in recovery at %s"
+msgstr "databasesystemet ble avbrutt %s"
+
+#: access/transam/xlog.c:2607
+#, fuzzy
msgid ""
-"database system was interrupted being in recovery at %s\n"
-"\tThis probably means that some data blocks are corrupted\n"
-"\tand you will have to use the last backup for recovery."
+"This probably means that some data is corrupted and you will have to use the "
+"last backup for recovery."
msgstr ""
"databasesystemet ble avbrutt mens det drev med en bergingsaksjon ved %s.\n"
"\tDette betyr mest sannsynlig at noen datablokker er skadet\n"
"\tog at du må bruke den nyeste backupen for å komme videre."
-#: access/transam/xlog.c:2519
+#: access/transam/xlog.c:2611
#, c-format
msgid "database system was interrupted at %s"
msgstr "databasesystemet ble avbrutt %s"
-#: access/transam/xlog.c:2530
+#: access/transam/xlog.c:2629
#, c-format
msgid "checkpoint record is at %X/%X"
msgstr "sjekkpunktpost er ved %X/%X"
-#: access/transam/xlog.c:2539
+#: access/transam/xlog.c:2639
#, c-format
msgid "using previous checkpoint record at %X/%X"
msgstr "bruker forrige sjekkpunktpost ved %X/%X"
-#: access/transam/xlog.c:2544
-msgid "unable to locate a valid checkpoint record"
-msgstr "kan ikke finne en gyldig sjekkpunktpost"
+#: access/transam/xlog.c:2645
+msgid "could not locate a valid checkpoint record"
+msgstr "kunne ikke finne en gyldig sjekkpunktpost"
# Hmm, kan noen finne noen gode norske ord for redo og undo?
# TE, 2003-08-19.
-#: access/transam/xlog.c:2550
+#: access/transam/xlog.c:2652
#, c-format
msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s"
msgstr "redopost er ved %X/%X; undopost er ved %X/%X; avslutning %s"
-#: access/transam/xlog.c:2554
-#, c-format
-msgid "next transaction id: %u; next oid: %u"
+#: access/transam/xlog.c:2657
+#, fuzzy, c-format
+msgid "next transaction ID: %u; next OID: %u"
msgstr "neste transaksjonsid: %u; neste oid: %u"
-#: access/transam/xlog.c:2557
-msgid "invalid next transaction id"
+#: access/transam/xlog.c:2661
+#, fuzzy
+msgid "invalid next transaction ID"
msgstr "ugyldig neste transaksjonsid"
-#: access/transam/xlog.c:2568
+#: access/transam/xlog.c:2685
msgid "invalid redo in checkpoint record"
msgstr "ugyldig redo i sjekkpunktpost"
-#: access/transam/xlog.c:2576
+#: access/transam/xlog.c:2694
msgid "invalid redo/undo record in shutdown checkpoint"
msgstr "ugyldig redo-/undo-post i avslutningssjekkpunkt"
-#: access/transam/xlog.c:2585
+#: access/transam/xlog.c:2706
msgid ""
"database system was not properly shut down; automatic recovery in progress"
-msgstr "databasesystemet var ikke skikkelig avsluttet; automatisk bergingsaksjon i anmarsj"
+msgstr ""
+"databasesystemet var ikke skikkelig avsluttet; automatisk bergingsaksjon i "
+"anmarsj"
-#: access/transam/xlog.c:2605
+#: access/transam/xlog.c:2734
#, c-format
msgid "redo starts at %X/%X"
msgstr "redo starter ved %X/%X"
-#: access/transam/xlog.c:2636
+#: access/transam/xlog.c:2766
#, c-format
msgid "redo done at %X/%X"
msgstr "redo ferdig ved %X/%X"
-#: access/transam/xlog.c:2642
+#: access/transam/xlog.c:2773
msgid "redo is not required"
msgstr "redo er ikke nødvendig"
-#: access/transam/xlog.c:2724
+#: access/transam/xlog.c:2842
#, c-format
msgid "undo starts at %X/%X"
msgstr "undo starter ved %X/%X"
-#: access/transam/xlog.c:2734
+#: access/transam/xlog.c:2853
#, c-format
msgid "undo done at %X/%X"
msgstr "undo ferdig ved %X/%X"
-#: access/transam/xlog.c:2738
+#: access/transam/xlog.c:2858
msgid "undo is not required"
msgstr "undo er ikke nødvendig"
-#: access/transam/xlog.c:2772
+#: access/transam/xlog.c:2948
msgid "database system is ready"
msgstr "databasesystemet er klar til bruk"
-#: access/transam/xlog.c:2804
+#: access/transam/xlog.c:2981
msgid "invalid primary checkpoint link in control file"
msgstr "ugyldig primær sjekkpunktlink i kontrollfil"
-#: access/transam/xlog.c:2805
+#: access/transam/xlog.c:2984
msgid "invalid secondary checkpoint link in control file"
msgstr "ugyldig sekundær sjekkpunklink i kontrollfil"
-#: access/transam/xlog.c:2814
+#: access/transam/xlog.c:2994
msgid "invalid primary checkpoint record"
msgstr "ugyldig primær sjekkpunktpost"
-#: access/transam/xlog.c:2815
+#: access/transam/xlog.c:2997
msgid "invalid secondary checkpoint record"
msgstr "ugyldig sekundær sjekkpunktpost"
-#: access/transam/xlog.c:2821
-msgid "invalid resource manager id in primary checkpoint record"
+#: access/transam/xlog.c:3004
+#, fuzzy
+msgid "invalid resource manager ID in primary checkpoint record"
msgstr "ugyldig ressursstyrerid i primær sjekkpunktpost"
-#: access/transam/xlog.c:2822
-msgid "invalid resource manager id in secondary checkpoint record"
+#: access/transam/xlog.c:3007
+#, fuzzy
+msgid "invalid resource manager ID in secondary checkpoint record"
msgstr "ugyldig ressursstyrerid i sekundær sjekkpunkt post"
-#: access/transam/xlog.c:2829
+#: access/transam/xlog.c:3015
msgid "invalid xl_info in primary checkpoint record"
msgstr "ugyldig xl_info i primær sjekkpunktpost"
-#: access/transam/xlog.c:2830
+#: access/transam/xlog.c:3018
msgid "invalid xl_info in secondary checkpoint record"
msgstr "ugyldig xl_info i sekundær sjekkpunktpost"
-#: access/transam/xlog.c:2836
+#: access/transam/xlog.c:3025
msgid "invalid length of primary checkpoint record"
msgstr "ugyldig lengde på primær sjekkpunktpost"
-#: access/transam/xlog.c:2837
+#: access/transam/xlog.c:3028
msgid "invalid length of secondary checkpoint record"
msgstr "ugyldig lengde på sekundær sjekkpunktpost"
-#: access/transam/xlog.c:2900
+#: access/transam/xlog.c:3092
msgid "shutting down"
msgstr "avslutter"
-#: access/transam/xlog.c:2913
+#: access/transam/xlog.c:3106
msgid "database system is shut down"
msgstr "databasesystemet er avsluttet"
-#: access/transam/xlog.c:2934
-msgid "CreateCheckPoint: cannot be called inside transaction block"
+#: access/transam/xlog.c:3129
+#, fuzzy
+msgid "checkpoint cannot be made inside transaction block"
msgstr "CreateCheckPoint: kan ikke bli kallet i en transaksjonsblokk"
-#: access/transam/xlog.c:3049
-msgid "active transaction while database system is shutting down"
-msgstr "aktiv transaksjon mens databasesystemet avsluttes"
-
-#: access/transam/xlog.c:3095
+#: access/transam/xlog.c:3317
msgid ""
"concurrent transaction log activity while database system is shutting down"
msgstr "samtidig aktivitet i transaksjonslogg mens databasesystemet avsluttes"
-#: access/transam/xlog.c:3326 access/transam/xlog.c:3354
+#: access/transam/xlog.c:3558 access/transam/xlog.c:3590
+#, fuzzy, c-format
+msgid "could not fsync log file %u, segment %u: %m"
+msgstr "mislykket lukking av loggfil %u, segment %u: %m"
+
+#: access/transam/xlog.c:3598
+#, fuzzy, c-format
+msgid "could not fdatasync log file %u, segment %u: %m"
+msgstr "mislykket fdatasync av loggfil %u, segment %u: %m"
+
+#: access/transam/slru.c:492
+#, fuzzy, c-format
+msgid "file \"%s\" doesn't exist, reading as zeroes"
+msgstr "clogfil %s finnes ikke, leser som nuller"
+
+#: access/transam/slru.c:613 access/transam/slru.c:620
+#: access/transam/slru.c:627 access/transam/slru.c:634
+#: access/transam/slru.c:641
#, c-format
-msgid "fsync of log file %u, segment %u failed: %m"
-msgstr "mislykket fsync av loggfil %u, segment %u: %m"
+msgid "could not access status of transaction %u"
+msgstr ""
-#: access/transam/xlog.c:3360
+#: access/transam/slru.c:614 libpq/hba.c:818 libpq/hba.c:842
+#: storage/smgr/smgr.c:278 utils/error/elog.c:876 utils/init/miscinit.c:726
+#: utils/init/miscinit.c:826 utils/misc/database.c:149
#, c-format
-msgid "fdatasync of log file %u, segment %u failed: %m"
-msgstr "mislykket fdatasync av loggfil %u, segment %u: %m"
+msgid "could not open file \"%s\": %m"
+msgstr "kunne ikke åpne filen «%s»: %m"
+
+#: access/transam/slru.c:628
+#, c-format
+msgid "could not seek in file \"%s\" to offset %u: %m"
+msgstr ""
+
+#: access/transam/slru.c:635
+#, c-format
+msgid "could not read from file \"%s\" at offset %u: %m"
+msgstr ""
+
+#: access/transam/slru.c:642
+#, c-format
+msgid "could not write to file \"%s\" at offset %u: %m"
+msgstr ""
+
+#: access/transam/slru.c:820
+#, fuzzy, c-format
+msgid "could not truncate directory \"%s\": apparent wraparound"
+msgstr "kan ikke avkorte commitlogg: tilsynelatende rundhopp (wraparound)"
+
+#: access/transam/slru.c:879
+#, c-format
+msgid "could not open directory \"%s\": %m"
+msgstr ""
+
+#: access/transam/slru.c:895
+#, fuzzy, c-format
+msgid "removing file \"%s/%s\""
+msgstr "fjerner commitloggfil %s"
+
+#: access/transam/slru.c:907
+#, fuzzy, c-format
+msgid "could not read directory \"%s\": %m"
+msgstr "kunne ikke lese rettighetene til katalogen %s: %m"
+
+#: access/transam/xact.c:418
+#, fuzzy
+msgid "cannot have more than 2^32-1 commands in a transaction"
+msgstr "Du kan bare ha 2^32-1 kommandoer pr transaksjon"
-#: access/transam/xlog.c:3368
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1388
+#, c-format
+msgid "%s cannot run inside a transaction block"
+msgstr "%s kan ikke kjøres i en transaksjonsblokk"
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1400
#, c-format
-msgid "bogus wal_sync_method %d"
-msgstr "falsk wal_sync_method %d"
+msgid "%s cannot be executed from a function"
+msgstr "%s kan ikke bli utført fra en funksjon"
-#: access/transam/xlogutils.c:253
-msgid "_xl_remove_hash_entry: file was not found in cache"
-msgstr "_xl_remove_hash_entry: fil ble ikke funnet i cache"
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1443
+#, c-format
+msgid "%s may only be used in transaction blocks"
+msgstr "%s kan bare kjøres i en transaksjonsblokk"
-#: access/transam/xlogutils.c:350
-msgid "XLogOpenRelation: out of memory for cache"
-msgstr "XLogOpenRelation: tomt for minne for cache"
+#: access/transam/xact.c:1522
+msgid "there is already a transaction in progress"
+msgstr "en transaksjon er allerede under utføring"
-#: access/transam/xlogutils.c:353
-msgid "XLogOpenRelation: file found on insert into cache"
-msgstr "XLogOpenRelation: fil funnet ved innsetting i cache"
+#: access/transam/xact.c:1584 access/transam/xact.c:1622
+#: access/transam/xact.c:1670
+msgid "there is no transaction in progress"
+msgstr "ingen transaksjon under utføring"
-#: bootstrap/bootstrap.c:193
+#: bootstrap/bootstrap.c:196
+#, fuzzy
msgid ""
"Usage:\n"
-" postgres -boot [-d level] [-D datadir] [-F] [-o file] [-x num] dbname\n"
-" -d 1-5 debug mode\n"
+" postgres -boot [OPTION]... DBNAME\n"
+" -c NAME=VALUE set run-time parameter\n"
+" -d 1-5 debug level\n"
" -D datadir data directory\n"
" -F turn off fsync\n"
" -o file send debug output to file\n"
@@ -1646,6489 +781,4568 @@ msgstr ""
" -o file sende debugoutput til fil\n"
" -x num internt bruk\n"
-#: bootstrap/bootstrap.c:307 postmaster/postmaster.c:308
-#, c-format
+#: bootstrap/bootstrap.c:319 postmaster/postmaster.c:567 tcop/postgres.c:2412
+#, fuzzy, c-format
+msgid "--%s requires a value"
+msgstr "--%s krever et argument"
+
+#: bootstrap/bootstrap.c:324 postmaster/postmaster.c:572 tcop/postgres.c:2417
+#, fuzzy, c-format
+msgid "-c %s requires a value"
+msgstr "-c %s krever et argument"
+
+#: bootstrap/bootstrap.c:357 postmaster/postmaster.c:314 tcop/postgres.c:2487
+#, fuzzy, c-format
msgid ""
"%s does not know where to find the database system data.\n"
"You must specify the directory that contains the database system\n"
"either by specifying the -D invocation option or by setting the\n"
"PGDATA environment variable.\n"
-"\n"
msgstr ""
"%s vet ikke hvor databasesystemets data finnes.\n"
"Du må angi katalogen som inneholder databasesystemet enten ved hjelp\n"
"av bryteren -D ved oppstart eller ved å sette miljøvariabelen PGDATA.\n"
"\n"
-#: bootstrap/bootstrap.c:407
+#: catalog/pg_proc.c:88 commands/functioncmds.c:150 parser/parse_func.c:1514
#, c-format
-msgid "Unsupported XLOG op %d"
-msgstr "Ustøttet XLOG op %d"
+msgid "functions cannot have more than %d arguments"
+msgstr "funksjoner kan ikke ha mer enn %d argumenter"
-#: bootstrap/bootstrap.c:510
-#, c-format
-msgid "open relation %s, attrsize %d"
-msgstr "åpen relasjon %s, attrsize %d"
+#: catalog/pg_proc.c:112 catalog/pg_proc.c:535 catalog/pg_aggregate.c:165
+msgid "cannot determine result data type"
+msgstr ""
-#: bootstrap/bootstrap.c:526
-#, c-format
-msgid "create attribute %d name %s len %d num %d type %u"
-msgstr "opprett attributt %d navn %s lengde %d num %d type %u"
+#: catalog/pg_proc.c:113 catalog/pg_proc.c:536
+msgid ""
+"A function returning \"anyarray\" or \"anyelement\" must have at least one "
+"argument of either type."
+msgstr ""
-#: bootstrap/bootstrap.c:545
+#: catalog/pg_proc.c:168
#, c-format
-msgid "closerel: close of '%s' when '%s' was expected"
-msgstr "closerel: lukking av '%s' når '%s' ble forventet"
+msgid "\"%s\" is already an attribute of type %s"
+msgstr "«%s» er allrede et attributt av typen %s"
-#: bootstrap/bootstrap.c:549
+#: catalog/pg_proc.c:220
#, c-format
-msgid "closerel: close of '%s' before any relation was opened"
-msgstr "closerel: lukking av '%s' før noen relasjoner var åpnet"
-
-#: bootstrap/bootstrap.c:554
-msgid "no open relation to close"
-msgstr "ingen åpne relasjoner å lukke"
+msgid "function \"%s\" already exists with same argument types"
+msgstr "funksjonen «%s» eksisterer allerede med de samme argumenttypene"
-#: bootstrap/bootstrap.c:557
-#, c-format
-msgid "close relation %s"
-msgstr "lukke relasjon %s"
+#: catalog/pg_proc.c:234
+msgid "cannot change return type of existing function"
+msgstr "kan ikke endre returtypen til en eksisterende funksjon"
-#: bootstrap/bootstrap.c:581
-msgid "warning: no open relations allowed with 'create' command"
-msgstr "advarsel: ingen åpne relasjoner er tillatt med «create»-kommandoen"
+#: catalog/pg_proc.c:235
+msgid "Use DROP FUNCTION first."
+msgstr "Bruk først DROP FUNCTION."
-#: bootstrap/bootstrap.c:590
+#: catalog/pg_proc.c:243
#, c-format
-msgid "column %s %s"
-msgstr "kolonne %s %s"
+msgid "function \"%s\" is an aggregate"
+msgstr "funksjonen «%s» er en aggregatfunksjon"
-#: bootstrap/bootstrap.c:680
+#: catalog/pg_proc.c:248
#, c-format
-msgid "inserting row oid %u, %d columns"
-msgstr "setter inn rad oid %u, %d kolonner"
+msgid "function \"%s\" is not an aggregate"
+msgstr "funksjonen «%s» er ikke en aggregatfunksjon"
-#: bootstrap/bootstrap.c:692
-msgid "row inserted"
-msgstr "raden er innsatt"
-
-#: bootstrap/bootstrap.c:714
-#, c-format
-msgid "inserting column %d value '%s'"
-msgstr "setter inn kolonne %d med verdi «%s»"
+#: catalog/pg_proc.c:367 catalog/pg_proc.c:388 catalog/pg_proc.c:398
+#: catalog/pg_proc.c:422 catalog/pg_proc.c:430 catalog/pg_proc.c:482
+#: catalog/pg_proc.c:494 catalog/pg_proc.c:514
+#, fuzzy, c-format
+msgid "return type mismatch in function declared to return %s"
+msgstr ""
+"returtypen stemmer ikke i funksjonen; er deklarert til å returnere %s, men "
+"returnerer %s"
-# Appareantly there is no need to translate this string.
-# TE, 2003-08-19.
-#: bootstrap/bootstrap.c:720
-msgid "Typ != NULL"
+#: catalog/pg_proc.c:369 catalog/pg_proc.c:400
+#, fuzzy
+msgid "Function's final statement must be a SELECT."
msgstr ""
+"funksjonen er deklarert til å returnere %s, men siste utsagn er ikke en "
+"SELECT"
-#: bootstrap/bootstrap.c:727
-#, c-format
-msgid "unable to find atttypid %u in Typ list"
-msgstr "kan ikke finne atttypid %u i Typ-listen"
+#: catalog/pg_proc.c:390
+#, fuzzy
+msgid "Function's final statement must not be a SELECT."
+msgstr ""
+"funksjonen er deklarert til å returnere %s, men siste utsagn er ikke en "
+"SELECT"
-# Appareantly there is no need to translate this string.
-# TE, 2003-08-19.
-#: bootstrap/bootstrap.c:738 bootstrap/bootstrap.c:759
-#, c-format
-msgid " -> %s"
+#: catalog/pg_proc.c:424
+msgid "Final SELECT must return exactly one column."
msgstr ""
-#: bootstrap/bootstrap.c:749
-#, c-format
-msgid "type oid %u not found"
-msgstr "fant ikke type oid %u"
+#: catalog/pg_proc.c:432
+#, fuzzy, c-format
+msgid "Actual return type is %s."
+msgstr "kunne ikke opprette datatypen %s"
-# Appareantly there is no need to translate this string.
-# TE, 2003-08-19.
-#: bootstrap/bootstrap.c:750
-#, c-format
-msgid "Typ == NULL, typeindex = %u"
+#: catalog/pg_proc.c:484
+msgid "Final SELECT returns too many columns."
msgstr ""
-#: bootstrap/bootstrap.c:762
-msgid "inserted"
-msgstr "innsatt"
-
-#: bootstrap/bootstrap.c:772
-#, c-format
-msgid "inserting column %d NULL"
-msgstr "setter inn kolonne %d NULL"
+#: catalog/pg_proc.c:496
+#, fuzzy, c-format
+msgid "Final SELECT returns %s instead of %s at column %d."
+msgstr ""
+"funksjonen er deklarert til å returnere %s, men returnerer %s istedet for %s "
+"ved kolonne %d"
-#: bootstrap/bootstrap.c:819
-msgid "Memory manager fault: cleanup called twice.\n"
-msgstr "Feil ved minnestyrer: cleanup ble kalt opp dobbelt\n"
+#: catalog/pg_proc.c:516
+msgid "Final SELECT returns too few columns."
+msgstr ""
-#: bootstrap/bootstrap.c:866
+#: catalog/pg_proc.c:541
#, c-format
-msgid "external type: %s"
-msgstr "ekstern type: %s"
+msgid "return type %s is not supported for SQL functions"
+msgstr ""
-#: bootstrap/bootstrap.c:890
+#: catalog/pg_proc.c:578
#, c-format
-msgid "Error: unknown type '%s'.\n"
-msgstr "Feil: ukjent type «%s».\n"
-
-#: bootstrap/bootstrap.c:906
-msgid "AllocateAttribute: malloc failed"
-msgstr "AllocateAttribute: mislykket malloc"
-
-#: bootstrap/bootstrap.c:1057
-msgid ""
-"There are too many string constants and identifiers for the compiler to "
-"handle."
-msgstr "Det er for mange strengkonstanter og identifikatorer som kompilatoren må håndtere."
+msgid "there is no built-in function named \"%s\""
+msgstr "det finnes ingen innebygd funksjon som heter «%s»"
-#: catalog/aclchk.c:60
+#: catalog/pg_proc.c:671
#, c-format
-msgid "acl size = %d, # acls = %d"
-msgstr "acl størrelse = %d, # acls = %d"
+msgid "SQL functions cannot return type %s"
+msgstr "SQL-funksjoner kan ikke returnere datatypen %s"
-# Appareantly there is no need to translate this string.
-# TE, 2003-08-19.
-#: catalog/aclchk.c:64
+#: catalog/pg_proc.c:687
#, c-format
-msgid "\tacl[%d]: %s"
-msgstr ""
+msgid "SQL functions cannot have arguments of type %s"
+msgstr "SQL-funksjoner kan ikke ha argumenter av datatypen %s"
-#: catalog/aclchk.c:153
-#, c-format
-msgid "bogus GrantStmt.objtype %d"
-msgstr "falsk GrantStmt.objtype %d"
+#: catalog/aclchk.c:130
+msgid "grant options can only be granted to individual users"
+msgstr ""
-#: catalog/aclchk.c:173
-#, c-format
-msgid "invalid privilege type %s for table object"
+#: catalog/aclchk.c:201
+#, fuzzy, c-format
+msgid "invalid privilege type %s for table"
msgstr "ugyldig privilegietype %s for tabellobjekt"
-#: catalog/aclchk.c:202
-#, c-format
-msgid "relation %u not found"
-msgstr "relasjonen %u ble ikke funnet"
-
-#: catalog/aclchk.c:209
-#, c-format
-msgid "\"%s\" is an index"
-msgstr "«%s» er en indeks"
-
-#: catalog/aclchk.c:268
-#, c-format
-msgid "invalid privilege type %s for database object"
+#: catalog/aclchk.c:303
+#, fuzzy, c-format
+msgid "invalid privilege type %s for database"
msgstr "ugyldig privilegietype %s for databaseobjekt"
-#: catalog/aclchk.c:298
+#: catalog/aclchk.c:335 commands/comment.c:440 commands/dbcommands.c:502
+#: commands/dbcommands.c:623 commands/dbcommands.c:712 utils/adt/acl.c:1311
+#: utils/init/postinit.c:261 utils/init/postinit.c:273
#, c-format
-msgid "database \"%s\" not found"
-msgstr "fant ikke databasen «%s»"
-
-#: catalog/aclchk.c:302 catalog/aclchk.c:474 catalog/pg_conversion.c:180
-#: commands/dbcommands.c:515 commands/user.c:911 tcop/utility.c:827
-#: utils/init/miscinit.c:616
-msgid "permission denied"
-msgstr "ikke tillatt"
+msgid "database \"%s\" does not exist"
+msgstr "databasen «%s» eksisterer ikke"
-#: catalog/aclchk.c:359
-#, c-format
-msgid "invalid privilege type %s for function object"
+#: catalog/aclchk.c:401
+#, fuzzy, c-format
+msgid "invalid privilege type %s for function"
msgstr "ugyldig privilegietype %s for funksjonsobjekt"
-#: catalog/aclchk.c:389 parser/parse_func.c:891 parser/parse_func.c:1339
-#, c-format
-msgid "function %u not found"
-msgstr "fant ikke funksjon %u"
-
-#: catalog/aclchk.c:452
-#, c-format
-msgid "invalid privilege type %s for language object"
+#: catalog/aclchk.c:497
+#, fuzzy, c-format
+msgid "invalid privilege type %s for language"
msgstr "ugyldig privilegietype %s for språkobjekt"
-#: catalog/aclchk.c:481
+#: catalog/aclchk.c:525 commands/functioncmds.c:441 commands/proclang.c:200
+#: commands/proclang.c:255 utils/adt/acl.c:1729
#, c-format
-msgid "language \"%s\" not found"
-msgstr "fant ikke språket «%s»"
+msgid "language \"%s\" does not exist"
+msgstr "språket «%s» eksisterer ikke"
-#: catalog/aclchk.c:485
+#: catalog/aclchk.c:531
#, c-format
msgid "language \"%s\" is not trusted"
msgstr "språket «%s» er ikke betrodd"
-#: catalog/aclchk.c:542
-#, c-format
-msgid "invalid privilege type %s for namespace object"
+#: catalog/aclchk.c:596
+#, fuzzy, c-format
+msgid "invalid privilege type %s for schema"
msgstr "ugyldig privilegietype %s for navneromsobjekt"
-#: catalog/aclchk.c:568
+#: catalog/aclchk.c:624 catalog/namespace.c:245 catalog/namespace.c:1200
+#: catalog/namespace.c:1238 catalog/namespace.c:1800 commands/comment.c:490
+#: commands/schemacmds.c:181 commands/schemacmds.c:247 utils/adt/acl.c:1933
#, c-format
-msgid "namespace \"%s\" not found"
-msgstr "fant ikke navnerommet «%s»"
-
-#: catalog/aclchk.c:644
-#, c-format
-msgid "privilege_to_string: unrecognized privilege %d"
-msgstr "privilege_to_string: ugjenkjennelig privilegie %d"
-
-#: catalog/aclchk.c:666
-#, c-format
-msgid "non-existent group \"%s\""
-msgstr "ikke-eksisterende gruppe «%s»"
-
-#: catalog/aclchk.c:736
-#, c-format
-msgid "in_group: group %u not found"
-msgstr "in_group: fant ikke gruppe %u"
-
-#: catalog/aclchk.c:764
-msgid "aclcheck: null ACL, returning OK"
-msgstr "aclcheck: null ACL, returnerer OK"
-
-#: catalog/aclchk.c:779
-msgid "aclcheck: zero-length ACL, returning OK"
-msgstr "aclcheck: ACL med null-lengde, returnerer OK"
-
-#: catalog/aclchk.c:788
-msgid "aclcheck: first entry in ACL is not 'world' entry"
-msgstr "aclcheck: første innslag i ACL er ikke «world»-innslag"
-
-#: catalog/aclchk.c:792
-#, c-format
-msgid "aclcheck: using world=%d"
-msgstr "aclcheck: bruker world=%d"
-
-#: catalog/aclchk.c:808
-#, c-format
-msgid "aclcheck: found user %u/%d"
-msgstr "aclcheck: fant brukeren %u/%d"
-
-#: catalog/aclchk.c:825 catalog/aclchk.c:846
-#, c-format
-msgid "aclcheck: found group %u/%d"
-msgstr "aclcheck: fant gruppen %u/%d"
-
-#: catalog/aclchk.c:858
-#, c-format
-msgid "aclcheck: bogus ACL id type: %d"
-msgstr "aclcheck: falsk ACL idtype: %d"
-
-#: catalog/aclchk.c:879 commands/user.c:1299
-#, c-format
-msgid "%s: permission denied"
-msgstr "%s: ikke tillatt"
-
-#: catalog/aclchk.c:882
-#, c-format
-msgid "%s: must be owner"
-msgstr "%s: må være eier"
-
-#: catalog/aclchk.c:885
-#, c-format
-msgid "%s: unexpected AclResult %d"
-msgstr "%s: uforventet AclResult %d"
+msgid "schema \"%s\" does not exist"
+msgstr "skjemaet «%s» eksisterer ikke"
-#: catalog/aclchk.c:913
+#: catalog/aclchk.c:726 commands/user.c:1454 commands/user.c:1691
+#: commands/user.c:1726 libpq/pqcomm.c:475
#, c-format
-msgid "pg_class_aclcheck: invalid user id %u"
-msgstr "pg_class_aclcheck: ugyldig brukerid %u"
+msgid "group \"%s\" does not exist"
+msgstr "gruppen «%s» eksisterer ikke"
-#: catalog/aclchk.c:928
+#: catalog/aclchk.c:798
#, c-format
-msgid "pg_class_aclcheck: relation %u not found"
-msgstr "pg_class_aclcheck: fant ikke relasjonen %u"
-
-#: catalog/aclchk.c:941
-msgid "pg_class_aclcheck: catalog update: permission denied"
-msgstr "pg_class_aclcheck: katalogoppdatering: ikke tillatt"
+msgid "group with ID %u does not exist"
+msgstr "gruppen med ID %u eksisterer ikke"
-#: catalog/aclchk.c:953
+#: catalog/aclchk.c:867
#, c-format
-msgid "pg_class_aclcheck: %u is superuser"
-msgstr "pg_class_aclcheck: %u er superbruker"
+msgid "permission denied for relation %s"
+msgstr ""
-#: catalog/aclchk.c:1021
+#: catalog/aclchk.c:869
#, c-format
-msgid "pg_database_aclcheck: database %u not found"
-msgstr "pg_database_aclcheck: fant ikke databasen %u"
+msgid "permission denied for database %s"
+msgstr ""
-#: catalog/aclchk.c:1076
+#: catalog/aclchk.c:871
#, c-format
-msgid "pg_proc_aclcheck: function %u not found"
-msgstr "pg_proc_aclcheck: fant ikke funksjonen %u"
+msgid "permission denied for function %s"
+msgstr ""
-#: catalog/aclchk.c:1129
+#: catalog/aclchk.c:873
#, c-format
-msgid "pg_language_aclcheck: language %u not found"
-msgstr "pg_language_aclcheck: fant ikke språket %u"
+msgid "permission denied for operator %s"
+msgstr ""
-#: catalog/aclchk.c:1186
+#: catalog/aclchk.c:875
#, c-format
-msgid "pg_namespace_aclcheck: namespace %u not found"
-msgstr "pg_namespace_aclcheck: fant ikke navnerommet %u"
+msgid "permission denied for type %s"
+msgstr ""
-#: catalog/aclchk.c:1234
+#: catalog/aclchk.c:877
#, c-format
-msgid "pg_class_ownercheck: relation %u not found"
-msgstr "pg_class_ownercheck: fant ikke relasjonen %u"
+msgid "permission denied for language %s"
+msgstr ""
-#: catalog/aclchk.c:1260
+#: catalog/aclchk.c:879
#, c-format
-msgid "pg_type_ownercheck: type %u not found"
-msgstr "pg_type_ownercheck: fant ikke typen %u"
+msgid "permission denied for schema %s"
+msgstr ""
-#: catalog/aclchk.c:1286
+#: catalog/aclchk.c:881
#, c-format
-msgid "pg_oper_ownercheck: operator %u not found"
-msgstr "pg_oper_ownercheck: fant ikke operatoren %u"
+msgid "permission denied for operator class %s"
+msgstr ""
-#: catalog/aclchk.c:1312
+#: catalog/aclchk.c:883
#, c-format
-msgid "pg_proc_ownercheck: function %u not found"
-msgstr "pg_proc_ownercheck: fant ikke funksjonen %u"
+msgid "permission denied for conversion %s"
+msgstr ""
-#: catalog/aclchk.c:1338
+#: catalog/aclchk.c:889
#, c-format
-msgid "pg_namespace_ownercheck: namespace %u not found"
-msgstr "pg_namespace_ownercheck: fant ikke navnerommet %u"
+msgid "must be owner of relation %s"
+msgstr ""
-#: catalog/aclchk.c:1365
+#: catalog/aclchk.c:891
#, c-format
-msgid "pg_opclass_ownercheck: operator class %u not found"
-msgstr "pg_opclass_ownercheck: fant ikke operatorklassen %u"
+msgid "must be owner of database %s"
+msgstr ""
-#: catalog/dependency.c:162
+#: catalog/aclchk.c:893
#, c-format
-msgid ""
-"Cannot drop %s because other objects depend on it\n"
-"\tUse DROP ... CASCADE to drop the dependent objects too"
+msgid "must be owner of function %s"
msgstr ""
-"Kan ikke fjerne %s fordi andre objekter avhenger av den\n"
-"\tBruk DROP ... CASCADE for også å fjerne de avhengige objektene"
-#: catalog/dependency.c:252 catalog/dependency.c:571
+#: catalog/aclchk.c:895
#, c-format
-msgid "Cannot drop %s because it is required by the database system"
-msgstr "Kan ikke fjerne %s fordi den er påkrevet av databasesystemet"
+msgid "must be owner of operator %s"
+msgstr ""
-#: catalog/dependency.c:256
+#: catalog/aclchk.c:897
#, c-format
-msgid "findAutoDeletableObjects: unknown dependency type '%c' for %s"
-msgstr "findAutoDeletableObjects: ukjent avhengighetstype «%c» for %s"
+msgid "must be owner of type %s"
+msgstr ""
-#: catalog/dependency.c:385
+#: catalog/aclchk.c:899
#, c-format
-msgid ""
-"Cannot drop %s because %s requires it\n"
-"\tYou may drop %s instead"
+msgid "must be owner of language %s"
msgstr ""
-"Kan ikke fjerne %s fordi %s trenger den\n"
-"\tDu kan fjerne %s istedet"
-#: catalog/dependency.c:411
+#: catalog/aclchk.c:901
#, c-format
-msgid "recursiveDeletion: multiple INTERNAL dependencies for %s"
-msgstr "recursiveDeletion: multippel INTERNAL avhengigheter for %s"
+msgid "must be owner of schema %s"
+msgstr ""
-#: catalog/dependency.c:423
+#: catalog/aclchk.c:903
#, c-format
-msgid "recursiveDeletion: incorrect use of PIN dependency with %s"
-msgstr "recursiveDeletion: ukorrekt bruk av PIN-avhengighet med %s"
+msgid "must be owner of operator class %s"
+msgstr ""
-#: catalog/dependency.c:427 catalog/dependency.c:575
+#: catalog/aclchk.c:905
#, c-format
-msgid "recursiveDeletion: unknown dependency type '%c' for %s"
-msgstr "recursiveDeletion: ukjent avhengighetstype «%c» for %s"
+msgid "must be owner of conversion %s"
+msgstr ""
-#: catalog/dependency.c:453 catalog/dependency.c:531 catalog/dependency.c:557
+#: catalog/aclchk.c:963
#, c-format
-msgid "Drop auto-cascades to %s"
-msgstr "Drop auto-kaskaderer til %s"
+msgid "user with ID %u does not exist"
+msgstr "brukeren med ID %u eksisterer ikke"
-#: catalog/dependency.c:457 catalog/dependency.c:535
+#: catalog/aclchk.c:980 catalog/aclchk.c:1296
#, c-format
-msgid "%s depends on %s"
-msgstr "%s avhenger av %s"
+msgid "relation with OID %u does not exist"
+msgstr "relasjonen med OID %u eksisterer ikke"
-#: catalog/dependency.c:463 catalog/dependency.c:541
+#: catalog/aclchk.c:1075 catalog/aclchk.c:1475
#, c-format
-msgid "Drop cascades to %s"
-msgstr "Drop kaskaderer til %s"
+msgid "database with OID %u does not exist"
+msgstr "databasen med OID %u eksisterer ikke"
-#: catalog/dependency.c:692
+#: catalog/aclchk.c:1132 catalog/aclchk.c:1380 tcop/fastpath.c:231
#, c-format
-msgid "doDeletion: Unsupported object class %u"
-msgstr "doDeletion: Ustøttet objektklasse %u"
+msgid "function with OID %u does not exist"
+msgstr "funksjonen med OID %u eksisterer ikke"
-#: catalog/dependency.c:775
+#: catalog/aclchk.c:1187
#, c-format
-msgid "find_expr_references_walker: bogus varlevelsup %d"
-msgstr "find_expr_references_walker: falsk varlevelsup %d"
+msgid "language with OID %u does not exist"
+msgstr "språket med OID %u eksisterer ikke"
-#: catalog/dependency.c:779
+#: catalog/aclchk.c:1246 catalog/aclchk.c:1408
#, c-format
-msgid "find_expr_references_walker: bogus varno %d"
-msgstr "find_expr_references_walker: falsk varno %d"
+msgid "schema with OID %u does not exist"
+msgstr "skjemaet med OID %u eksisterer ikke"
-#: catalog/dependency.c:794
+#: catalog/aclchk.c:1324
#, c-format
-msgid "find_expr_references_walker: bogus varattno %d"
-msgstr "find_expr_references_walker: falsk varattno %d"
-
-#: catalog/dependency.c:833
-msgid "find_expr_references_walker: already-planned subqueries not supported"
-msgstr "find_expr_references_walker: forhåndsplanlagte subspørringer er ikke støttet"
+msgid "type with OID %u does not exist"
+msgstr "typen med OID %u eksisterer ikke"
-#: catalog/dependency.c:1169
+#: catalog/aclchk.c:1352
#, c-format
-msgid "getObjectClass: Unknown object class %u"
-msgstr "getObjectClass: Ukjent objektklasse %u"
+msgid "operator with OID %u does not exist"
+msgstr "operatoren med OID %u eksisterer ikke"
-#: catalog/dependency.c:1226
-#, c-format
-msgid "getObjectDescription: Cast %u does not exist"
-msgstr "getObjectDescription: Omstøping (cast) %u eksisterer ikke"
+#: catalog/aclchk.c:1436
+#, fuzzy, c-format
+msgid "operator class with OID %u does not exist"
+msgstr "Opklassen %u eksisterer ikke"
-#: catalog/dependency.c:1260
-#, c-format
-msgid "getObjectDescription: Constraint %u does not exist"
-msgstr "getObjectDescription: Tvangstrøye (constraint) %u eksisterer ikke"
+#: catalog/dependency.c:173
+#, fuzzy, c-format
+msgid "cannot drop %s because other objects depend on it"
+msgstr ""
+"Kan ikke fjerne %s fordi andre objekter avhenger av den\n"
+"\tBruk DROP ... CASCADE for også å fjerne de avhengige objektene"
-#: catalog/dependency.c:1290
-#, c-format
-msgid "getObjectDescription: Conversion %u does not exist"
-msgstr "getObjectDescription: Konvertering %u eksisterer ikke"
+#: catalog/dependency.c:175
+#, fuzzy
+msgid "Use DROP ... CASCADE to drop the dependent objects too."
+msgstr ""
+"Kan ikke fjerne %s fordi andre objekter avhenger av den\n"
+"\tBruk DROP ... CASCADE for også å fjerne de avhengige objektene"
-#: catalog/dependency.c:1319
+#: catalog/dependency.c:233
#, c-format
-msgid "getObjectDescription: Default %u does not exist"
-msgstr "getObjectDescription: Standardverdi (default) %u does not exist"
+msgid "failed to drop all objects depending on %s"
+msgstr ""
-#: catalog/dependency.c:1344
-#, c-format
-msgid "getObjectDescription: Language %u does not exist"
-msgstr "getObjectDescription: Språk %u eksisterer ikke"
+#: catalog/dependency.c:330 catalog/dependency.c:729
+#, fuzzy, c-format
+msgid "cannot drop %s because it is required by the database system"
+msgstr "Kan ikke fjerne %s fordi den er påkrevet av databasesystemet"
-#: catalog/dependency.c:1369
-#, c-format
-msgid "cache lookup of opclass %u failed"
-msgstr "mislykket oppslag i cache for opklasse %u"
+#: catalog/dependency.c:466
+#, fuzzy, c-format
+msgid "cannot drop %s because %s requires it"
+msgstr ""
+"Kan ikke fjerne %s fordi %s trenger den\n"
+"\tDu kan fjerne %s istedet"
-#: catalog/dependency.c:1387 utils/adt/ruleutils.c:425
+#: catalog/dependency.c:468
#, c-format
-msgid "syscache lookup for AM %u failed"
-msgstr "mislykket oppslag i syscache for AM %u"
+msgid "You may drop %s instead."
+msgstr ""
-#: catalog/dependency.c:1419
-#, c-format
-msgid "getObjectDescription: Rule %u does not exist"
-msgstr "getObjectDescription: Regel %u eksisterer ikke"
+#: catalog/dependency.c:536 catalog/dependency.c:686 catalog/dependency.c:714
+#, fuzzy, c-format
+msgid "drop auto-cascades to %s"
+msgstr "Drop auto-kaskaderer til %s"
-#: catalog/dependency.c:1453
+#: catalog/dependency.c:541 catalog/dependency.c:691
#, c-format
-msgid "getObjectDescription: Trigger %u does not exist"
-msgstr "getObjectDescription: Utløser (trigger) %u eksisterer ikke"
+msgid "%s depends on %s"
+msgstr "%s avhenger av %s"
-#: catalog/dependency.c:1473
+#: catalog/dependency.c:548 catalog/dependency.c:698
#, c-format
-msgid "getObjectDescription: Schema %u does not exist"
-msgstr "getObjectDescription: Skjema (schema) %u eksisterer ikke"
+msgid "drop cascades to %s"
+msgstr "drop kaskaderer til %s"
-#: catalog/dependency.c:1505 catalog/heap.c:1635 catalog/pg_constraint.c:445
-#: utils/adt/ruleutils.c:3120
+#: catalog/heap.c:227
#, c-format
-msgid "cache lookup of relation %u failed"
-msgstr "mislykket oppslag i cache for relasjon %u"
+msgid "permission denied to create \"%s.%s\""
+msgstr ""
-#: catalog/heap.c:155 catalog/heap.c:158
-#, c-format
-msgid "SystemAttributeDefinition: invalid attribute number %d"
-msgstr "SystemAttributeDefinition: ugyldig attributtnummer %d"
+#: catalog/heap.c:229
+#, fuzzy
+msgid "System catalog modifications are currently disallowed."
+msgstr ""
+"kan ikke opprette %s.%s: endringer av systemkatalogen er for øyeblikket ikke "
+"tillatt"
-#: catalog/heap.c:225
+#: catalog/heap.c:356 commands/tablecmds.c:1809
#, c-format
-msgid ""
-"cannot create %s.%s: system catalog modifications are currently disallowed"
-msgstr "kan ikke opprette %s.%s: endringer av systemkatalogen er for øyeblikket ikke tillatt"
+msgid "tables can have at most %d columns"
+msgstr ""
-#: catalog/heap.c:362
-#, c-format
-msgid "name of column \"%s\" conflicts with an existing system column"
+#: catalog/heap.c:373
+#, fuzzy, c-format
+msgid "column name \"%s\" conflicts with a system column name"
msgstr "kolonnenavnet «%s» er i konflikt med en eksisterende systemkolonne"
-#: catalog/heap.c:376
+#: catalog/heap.c:389
#, c-format
msgid "column name \"%s\" is duplicated"
msgstr "kolonnenavnet «%s» er duplikert"
-#: catalog/heap.c:398
+#: catalog/heap.c:429
#, c-format
-msgid ""
-"Attribute \"%s\" has an unknown type\n"
-"\tProceeding with relation creation anyway"
+msgid "column \"%s\" has type \"unknown\""
msgstr ""
-"Attributtet «%s» har en ukjent type\n"
-"\tFortsetter likevel med opprettelse av relasjonen"
-#: catalog/heap.c:402
-#, c-format
-msgid "Attribute \"%s\" has pseudo-type %s"
+#: catalog/heap.c:430
+msgid "Proceeding with relation creation anyway."
+msgstr "Fortsetter likevel med opprettelse av relasjonen."
+
+#: catalog/heap.c:437
+#, fuzzy, c-format
+msgid "column \"%s\" has pseudo-type %s"
msgstr "Attributtet «%s» har pseudotype %s"
-#: catalog/heap.c:410
-#, c-format
-msgid "Attribute \"%s\" has composite type %s"
+#: catalog/heap.c:447
+#, fuzzy, c-format
+msgid "column \"%s\" has composite type %s"
msgstr "Attributtet «%s» har sammensatt type %s"
-#: catalog/heap.c:691
-#, c-format
-msgid "Number of columns is out of range (1 to %d)"
-msgstr "Antall kolonner er utenfor verdiområde (1 til %d)"
-
-#: catalog/heap.c:697
-#, c-format
-msgid "Relation '%s' already exists"
-msgstr "Relasjonen «%s» eksisterer allerede"
-
-#: catalog/heap.c:848
+#: catalog/heap.c:734 catalog/index.c:522 commands/tablecmds.c:1344
#, c-format
-msgid "DeleteRelationTuple: cache lookup failed for relation %u"
-msgstr "DeleteRelationTuple: mislykket oppslag i cache for relasjonen %u"
-
-#: catalog/heap.c:927
-#, c-format
-msgid "RemoveAttributeById: Failed to find attribute %d in relation %u"
-msgstr "RemoveAttributeById: Klarte ikke å finne attributtet %d i relasjonen %u"
-
-#: catalog/heap.c:1006
-#, c-format
-msgid "RemoveAttrDefault: no default found for rel %u attnum %d"
-msgstr "RemoveAttrDefault: fant ingen standardverdi (default) for rel %u attnum %d"
-
-#: catalog/heap.c:1042
-#, c-format
-msgid "RemoveAttrDefaultById: cache lookup failed for attrdef %u"
-msgstr "RemoveAttrDefaultById: mislykket oppslag i cache for attrdef %u"
-
-#: catalog/heap.c:1065
-#, c-format
-msgid "RemoveAttrDefaultById: cache lookup failed for rel %u attr %d"
-msgstr "RemoveAttrDefaultById: mislykket oppslag i cache for rel %u attr %d"
-
-#: catalog/heap.c:1120
-#, c-format
-msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d"
-msgstr "heap_drop_with_catalog: FlushRelationBuffers returnerte %d"
-
-#: catalog/heap.c:1236 parser/parse_relation.c:1503 utils/adt/ruleutils.c:3277
-#, c-format
-msgid "cache lookup of attribute %d in relation %u failed"
-msgstr "mislykket oppslag i cache for attributtet %d i relasjonen %u"
+msgid "relation \"%s\" already exists"
+msgstr "relasjonen «%s» eksisterer allerede"
-#: catalog/heap.c:1493 commands/tablecmds.c:2603 commands/tablecmds.c:2639
+#: catalog/heap.c:1556 commands/tablecmds.c:2850 commands/tablecmds.c:2892
#, c-format
-msgid "constraint \"%s\" already exists for relation \"%s\""
-msgstr "tvangstrøye (constraint) «%s» eksisterer allerede for relasjonen «%s»"
+msgid "constraint \"%s\" for relation \"%s\" already exists"
+msgstr "tvangstrøyen «%s» for relasjonen «%s» eksisterer allerede"
-#: catalog/heap.c:1507 commands/tablecmds.c:184
-#, c-format
-msgid "Duplicate CHECK constraint name: '%s'"
-msgstr "Duplikat CHECK-tvangstrøyenavn: «%s»"
+#: catalog/heap.c:1572
+#, fuzzy, c-format
+msgid "check constraint \"%s\" already exists"
+msgstr "konverteringsnavnet «%s» eksisterer allerede"
-#: catalog/heap.c:1566
-#, c-format
-msgid "Only relation \"%s\" can be referenced in CHECK constraint expression"
+#: catalog/heap.c:1634
+#, fuzzy, c-format
+msgid "only table \"%s\" can be referenced in check constraint"
msgstr "Bare relasjonen «%s» kan bli referert til i CHECK-tvangstrøyeuttrykk"
-#: catalog/heap.c:1573 commands/tablecmds.c:2720
-msgid "cannot use subselect in CHECK constraint expression"
+#: catalog/heap.c:1643 commands/tablecmds.c:2979 commands/typecmds.c:1811
+#, fuzzy
+msgid "cannot use subquery in check constraint"
msgstr "kan ikke bruke subselect i CHECK-tvangstrøyeuttrykk"
-#: catalog/heap.c:1575 commands/tablecmds.c:2722
-msgid "cannot use aggregate function in CHECK constraint expression"
+#: catalog/heap.c:1647 commands/tablecmds.c:2983
+#, fuzzy
+msgid "cannot use aggregate function in check constraint"
msgstr "kan ikke bruke aggregatfunksjoner i CHECK-tvangstrøyeuttrykk"
-#: catalog/heap.c:1690
-msgid "cannot use column references in DEFAULT clause"
+#: catalog/heap.c:1754
+#, fuzzy
+msgid "cannot use column references in default expression"
msgstr "kan ikke bruke kolonnereferanser i DEFAULT-ledd"
-#: catalog/heap.c:1696
-msgid "DEFAULT clause must not return a set"
+#: catalog/heap.c:1762
+#, fuzzy
+msgid "default expression must not return a set"
msgstr "DEFAULT-ledd må ikke returnere en mengde"
-#: catalog/heap.c:1702
-msgid "cannot use subselects in DEFAULT clause"
-msgstr "kan ikke bruke subselect i DEFAULT-ledd"
+#: catalog/heap.c:1770
+#, fuzzy
+msgid "cannot use subquery in default expression"
+msgstr "kan ikke bruke subselect i CHECK-tvangstrøyeuttrykk"
-#: catalog/heap.c:1704
-msgid "cannot use aggregate functions in DEFAULT clause"
-msgstr "kan ikke bruke aggregatfunksjoner i DEFAULT-ledd"
+#: catalog/heap.c:1774
+#, fuzzy
+msgid "cannot use aggregate function in default expression"
+msgstr "kan ikke bruke aggregatfunksjoner i CHECK-tvangstrøyeuttrykk"
-#: catalog/heap.c:1725 rewrite/rewriteHandler.c:485
-#, c-format
-msgid ""
-"Column \"%s\" is of type %s but default expression is of type %s\n"
-"\tYou will need to rewrite or cast the expression"
+#: catalog/heap.c:1792 rewrite/rewriteHandler.c:560
+#, fuzzy, c-format
+msgid "column \"%s\" is of type %s but default expression is of type %s"
msgstr ""
"Kolonnen «%s» er av typen %s, men standardverdiuttrykket er av typen %s\n"
"\tDu må skrive om eller omstøpe uttrykket (cast)"
-#: catalog/index.c:125
-#, c-format
-msgid "Function %u does not exist"
-msgstr "Funksjonen %u eksisterer ikke"
-
-#: catalog/index.c:144 catalog/index.c:281
-#, c-format
-msgid "Opclass %u does not exist"
-msgstr "Opklassen %u eksisterer ikke"
+#: catalog/heap.c:1797 parser/analyze.c:2794 parser/parse_node.c:232
+#: parser/parse_target.c:425 rewrite/rewriteHandler.c:565
+msgid "You will need to rewrite or cast the expression."
+msgstr ""
-#: catalog/index.c:158 catalog/index.c:294
-#, c-format
-msgid "Type %u does not exist"
-msgstr "Typen %u eksisterer ikke"
+#: catalog/heap.c:2059
+msgid "cannot truncate a table referenced in a foreign key constraint"
+msgstr ""
-#: catalog/index.c:239
+#: catalog/heap.c:2060
#, c-format
-msgid "cannot create index: column %d does not exist"
-msgstr "kan ikke opprette indeks: kolonnen %d eksisterer ikke"
-
-#: catalog/index.c:544
-msgid "must index at least one column"
-msgstr "må indeksere minst en kolonne"
+msgid "Table \"%s\" references \"%s\" via foreign key constraint \"%s\"."
+msgstr ""
-#: catalog/index.c:549
-msgid "User-defined indexes on system catalogs are not supported"
+#: catalog/index.c:505
+#, fuzzy
+msgid "user-defined indexes on system catalog tables are not supported"
msgstr "Brukerdefinerte indekser på systemkataloger er ikke støttet"
-#: catalog/index.c:559
-msgid "Shared indexes cannot be created after initdb"
+#: catalog/index.c:517
+#, fuzzy
+msgid "shared indexes cannot be created after initdb"
msgstr "Delte indekser kan ikke bli opprettet etter initdb"
-#: catalog/index.c:562
+#: catalog/index.c:1659
#, c-format
-msgid "relation named \"%s\" already exists"
-msgstr "relasjonen «%s» eksisterer allerede"
-
-#: catalog/index.c:675
-msgid "index_create: constraint must be PRIMARY or UNIQUE"
-msgstr "index_create: tvangstrøye (constraint) må være PRIMARY eller UNIQUE"
-
-#: catalog/index.c:825
-#, c-format
-msgid "index_drop: cache lookup failed for index %u"
-msgstr "index_drop: mislykket oppslag i cache for indeks %u"
-
-#: catalog/index.c:838
-#, c-format
-msgid "index_drop: FlushRelationBuffers returned %d"
-msgstr "index_drop: FlushRelationBuffers returnerte %d"
-
-#: catalog/index.c:1036
-#, c-format
-msgid "relation %s isn't an indexable relation"
-msgstr "relasjonen %s er ikke en indekserbar relasjon"
-
-#: catalog/index.c:1107
-#, c-format
-msgid "setRelhasindex: cannot find relation %u in pg_class"
-msgstr "setRelhasindex: kan ikke finne relasjonen %u i pg_class"
-
-#: catalog/index.c:1223
-#, c-format
-msgid "setNewRelfilenode: cannot find relation %u in pg_class"
-msgstr "setNewRelfilenode: kan ikke finne relasjonen %u i pg_class"
-
-#: catalog/index.c:1335
-#, c-format
-msgid "UpdateStats: cannot find relation %u in pg_class"
-msgstr "UpdateStats: kan ikke finne relasjonen %u i pg_class"
-
-#: catalog/index.c:1599
-msgid "IndexBuildHeapScan: concurrent insert in progress"
-msgstr "IndexBuildHeapScan: samtidig innsetting under utføring"
-
-#: catalog/index.c:1614
-msgid "IndexBuildHeapScan: concurrent delete in progress"
-msgstr "IndexBuildHeapScan: samtidig sletting under utføring"
-
-#: catalog/index.c:1619 commands/vacuum.c:1207 commands/vacuumlazy.c:360
-#: commands/vacuumlazy.c:847
-msgid "Unexpected HeapTupleSatisfiesVacuum result"
-msgstr "Uforventet HeapTupleSatisfiesVacuum-resultat"
-
-#: catalog/index.c:1706
-#, c-format
-msgid "IndexGetRelation: can't find index id %u"
-msgstr "IndexGetRelation: kan ikke finne indeksid %u"
-
-#: catalog/index.c:1755
-msgid "reindex_index: can't open index relation"
-msgstr "reindex_index: kan ikke åpne indeksrelasjon"
-
-#: catalog/index.c:1766
-msgid "reindex_index: can't open heap relation"
-msgstr "reindex_index: kan ikke åpne heaprelasjon"
-
-#: catalog/index.c:1780 catalog/index.c:1903
-#, c-format
-msgid "the target relation %u is shared"
-msgstr "målrelasjonen %u er delt (shared)"
-
-#: catalog/index.c:1786
-#, c-format
-msgid "the target relation %u is nailed"
-msgstr "målrelasjonen %u er fastspikret (nailed)"
+msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
+msgstr ""
-#: catalog/namespace.c:168 catalog/namespace.c:215 catalog/namespace.c:1072
-#: parser/parse_expr.c:826 parser/parse_target.c:147
-msgid "Cross-database references are not implemented"
+#: catalog/namespace.c:167 catalog/namespace.c:220 catalog/namespace.c:1167
+#: parser/parse_expr.c:1118 parser/parse_target.c:162
+#, fuzzy
+msgid "cross-database references are not implemented"
msgstr "Referanser på tvers av databaser er ikke implementert"
-#: catalog/namespace.c:186
-#, c-format
-msgid "Relation \"%s\".\"%s\" does not exist"
+#: catalog/namespace.c:187
+#, fuzzy, c-format
+msgid "relation \"%s.%s\" does not exist"
msgstr "Relasjonen «%s».«%s» eksisterer ikke"
-#: catalog/namespace.c:222
-msgid "TEMP tables may not specify a namespace"
-msgstr "TEMP-tabeller kan ikke angi et navnerom"
-
-#: catalog/namespace.c:236 catalog/namespace.c:1101 catalog/namespace.c:1136
-#: catalog/namespace.c:1693
+#: catalog/namespace.c:192 utils/adt/regproc.c:837
#, c-format
-msgid "Namespace \"%s\" does not exist"
-msgstr "Navnerommet «%s» eksisterer ikke"
+msgid "relation \"%s\" does not exist"
+msgstr "relasjonen «%s» eksisterer ikke"
-#: catalog/namespace.c:246 catalog/namespace.c:1146
-msgid "No namespace has been selected to create in"
-msgstr "Intet navnerom har blitt valgt for opprettelse i"
-
-#: catalog/namespace.c:298
-#, c-format
-msgid "Cache lookup failed for relation %u"
-msgstr "Mislykket oppslag i cache for relasjonen %u"
-
-#: catalog/namespace.c:380
-#, c-format
-msgid "Cache lookup failed for type %u"
-msgstr "Mislykket oppslag i cache for typen %u"
-
-#: catalog/namespace.c:581
-#, c-format
-msgid "Cache lookup failed for procedure %u"
-msgstr "Mislykket oppslag i cache for prosedyren %u"
-
-#: catalog/namespace.c:793
-#, c-format
-msgid "Cache lookup failed for operator %u"
-msgstr "Mislykket oppslag i cache for operatoren %u"
+#: catalog/namespace.c:229
+#, fuzzy
+msgid "temporary tables may not specify a schema name"
+msgstr "TEMP-tabeller kan ikke angi et navnerom"
-#: catalog/namespace.c:1006
-#, c-format
-msgid "Cache lookup failed for opclass %u"
-msgstr "Mislykket oppslag i cache for opklassen %u"
+#: catalog/namespace.c:257 catalog/namespace.c:1249
+#, fuzzy
+msgid "no schema has been selected to create in"
+msgstr "Intet navnerom har blitt valgt for opprettelse i"
-#: catalog/namespace.c:1075
-#, c-format
-msgid "Improper qualified name (too many dotted names): %s"
+#: catalog/namespace.c:1172 parser/parse_expr.c:1150 parser/parse_target.c:170
+#: gram.y:2340 gram.y:7082
+#, fuzzy, c-format
+msgid "improper qualified name (too many dotted names): %s"
msgstr "Feilaktig kvalifisert navn (for mange navn adskilt med punkt (.)): %s"
-#: catalog/namespace.c:1179
-msgid "Improper relation name (too many dotted names)"
+#: catalog/namespace.c:1284
+#, fuzzy, c-format
+msgid "improper relation name (too many dotted names): %s"
msgstr "Feilaktig relasjonsnavn (for mange navn adskilt med punkt (.))"
-#: catalog/namespace.c:1363
-msgid "recomputeNamespacePath: invalid list syntax"
-msgstr "recomputeNamespacePath: ugyldig listesyntaks"
-
-#: catalog/namespace.c:1492
+#: catalog/namespace.c:1628
#, c-format
-msgid "%s: not authorized to create temp tables"
-msgstr "%s: har ikke tillatelse til å opprette temptabeller"
+msgid "permission denied to create temporary tables in database \"%s\""
+msgstr ""
-#: catalog/pg_aggregate.c:62
-msgid "no aggregate name supplied"
-msgstr "intet aggregatnavn angitt"
+#: catalog/pg_aggregate.c:80
+msgid "cannot determine transition data type"
+msgstr ""
-#: catalog/pg_aggregate.c:65
-msgid "aggregate must have a transition function"
-msgstr "aggregat må ha en overgangsfunksjon"
+#: catalog/pg_aggregate.c:81
+msgid ""
+"An aggregate using \"anyarray\" or \"anyelement\" as transition type must "
+"have one of them as its base type."
+msgstr ""
-#: catalog/pg_aggregate.c:87
+#: catalog/pg_aggregate.c:110
#, c-format
msgid "return type of transition function %s is not %s"
msgstr "returtypen til overgangsfunksjonen %s er ikke %s"
-#: catalog/pg_aggregate.c:99
+#: catalog/pg_aggregate.c:132
+#, fuzzy
msgid ""
-"must not omit initval when transfn is strict and transtype is not compatible "
-"with input type"
-msgstr "må ikke utelate initval når transfn er streng og transtype er ikke kompatibel med inputtype"
-
-#: catalog/pg_constraint.c:413
-#, c-format
-msgid "RemoveConstraintById: constraint %u not found"
-msgstr "RemoveConstraintById: fant ikke tvangstrøyen (constraint) %u"
-
-#: catalog/pg_constraint.c:450
-#, c-format
-msgid "RemoveConstraintById: relation %s has relchecks = 0"
-msgstr "RemoveConstraintById: relasjonen %s har relchecks = 0"
+"must not omit initial value when transition function is strict and "
+"transition type is not compatible with input type"
+msgstr ""
+"må ikke utelate initval når transfn er streng og transtype er ikke "
+"kompatibel med inputtype"
-#: catalog/pg_conversion.c:58 catalog/pg_conversion.c:150
-msgid "no conversion name supplied"
-msgstr "intet konverteringsnavn angitt"
+#: catalog/pg_aggregate.c:166
+msgid ""
+"An aggregate returning \"anyarray\" or \"anyelement\" must have one of them "
+"as its base type."
+msgstr ""
-#: catalog/pg_conversion.c:65
+#: catalog/pg_aggregate.c:280 commands/typecmds.c:896 commands/typecmds.c:966
+#: commands/typecmds.c:998 commands/typecmds.c:1030 parser/parse_func.c:319
+#: parser/parse_func.c:1491
#, c-format
-msgid "conversion name \"%s\" already exists"
-msgstr "konverteringsnavnet «%s» eksisterer allerede"
+msgid "function %s does not exist"
+msgstr "funksjonen %s eksisterer ikke"
-#: catalog/pg_conversion.c:76
-#, c-format
-msgid "default conversion for %s to %s already exists"
-msgstr "standardkonvertering for %s til %s eksisterer allerede"
+#: catalog/pg_aggregate.c:285
+#, fuzzy, c-format
+msgid "function %s returns a set"
+msgstr "funksjonen %s er en aggregatfunksjon"
-#: catalog/pg_conversion.c:175
+#: catalog/pg_aggregate.c:316 catalog/pg_aggregate.c:325
#, c-format
-msgid "conversion %s not found"
-msgstr "fant ikke konverteringen %s"
+msgid "function %s requires run-time type coercion"
+msgstr ""
-#: catalog/pg_conversion.c:228
+#: catalog/pg_conversion.c:66
#, c-format
-msgid "conversion %u does not exist"
-msgstr "konverteringen %u eksisterer ikke"
+msgid "conversion \"%s\" already exists"
+msgstr "konverteringen «%s» eksisterer allerede"
-#: catalog/pg_conversion.c:330
-msgid "Conversion does not exist"
-msgstr "Konverteringen eksisterer ikke"
-
-#: catalog/pg_conversion.c:342
+#: catalog/pg_conversion.c:79
#, c-format
-msgid "Conversion %u search from syscache failed"
-msgstr "Mislykket søk i syscache etter konverteringen %u"
+msgid "default conversion for %s to %s already exists"
+msgstr "standardkonvertering for %s til %s eksisterer allerede"
-#: catalog/pg_largeobject.c:108
+#: catalog/pg_conversion.c:308 commands/conversioncmds.c:109
+#: commands/conversioncmds.c:133
#, c-format
-msgid "LargeObjectDrop: large object %u not found"
-msgstr "LargeObjectDrop: fant ikke storobjektet (large object) %u"
+msgid "conversion \"%s\" does not exist"
+msgstr "konverteringen «%s» eksisterer ikke"
-#: catalog/pg_namespace.c:43
-msgid "no namespace name supplied"
-msgstr "intet navnerom angitt"
+#: catalog/pg_largeobject.c:107 storage/large_object/inv_api.c:128
+#: storage/large_object/inv_api.c:248
+#, fuzzy, c-format
+msgid "large object %u does not exist"
+msgstr "Relasjonen %u finnes ikke"
-#: catalog/pg_namespace.c:49
+#: catalog/pg_namespace.c:51 commands/schemacmds.c:256
#, c-format
-msgid "namespace \"%s\" already exists"
-msgstr "navnerommet «%s» eksisterer allerede"
+msgid "schema \"%s\" already exists"
+msgstr "skjemaet «%s» eksisterer allerede"
-#: catalog/pg_operator.c:215 catalog/pg_operator.c:401
+#: catalog/pg_operator.c:217 catalog/pg_operator.c:406
#, c-format
msgid "\"%s\" is not a valid operator name"
msgstr "«%s» er ikke en gyldig operatornavn"
-#: catalog/pg_operator.c:404
+#: catalog/pg_operator.c:412
msgid "at least one of leftarg or rightarg must be specified"
msgstr "minst en av leftarg eller rightarg må angis"
-#: catalog/pg_operator.c:410
+#: catalog/pg_operator.c:420
msgid "only binary operators can have commutators"
msgstr "bare binære operatorer kan ha kommutatorer"
-#: catalog/pg_operator.c:412
+#: catalog/pg_operator.c:424
msgid "only binary operators can have join selectivity"
-msgstr "bare binære operatorer kan ha forenings-selektivitet (join selectivity)"
+msgstr ""
+"bare binære operatorer kan ha forenings-selektivitet (join selectivity)"
-#: catalog/pg_operator.c:414
+#: catalog/pg_operator.c:428
msgid "only binary operators can hash"
msgstr "bare binære operatorer kan hashe"
-#: catalog/pg_operator.c:416
-msgid "only binary operators can mergejoin"
+#: catalog/pg_operator.c:432
+#, fuzzy
+msgid "only binary operators can merge join"
msgstr "bare binære operatorer kan fletteforenes (mergejoin)"
-#: catalog/pg_operator.c:426
-#, c-format
-msgid "OperatorDef: operator \"%s\" already defined"
-msgstr "OperatorDef: operatoren «%s» er allerede definert"
-
-#: catalog/pg_operator.c:623
+#: catalog/pg_operator.c:444
#, c-format
-msgid "OperatorDef: operator %u not found"
-msgstr "OperatorDef: fant ikke operatoren %u"
+msgid "operator %s already exists"
+msgstr "operatoren %s eksisterer allerede"
-#: catalog/pg_operator.c:711
+#: catalog/pg_operator.c:726
msgid "operator cannot be its own negator or sort operator"
msgstr "operatoren kan ikke være sin egen negator eller sorteringsoperator"
-#: catalog/pg_operator.c:728
-#, c-format
-msgid "OperatorDef: can't create operator shell \"%s\""
-msgstr "OperatorDef: kan ikke opprette operatorskall «%s»"
-
-#: catalog/pg_proc.c:86 commands/functioncmds.c:140 parser/parse_func.c:1400
-#, c-format
-msgid "functions cannot have more than %d arguments"
-msgstr "funksjoner kan ikke ha mer enn %d argumenter"
-
-# This message seems to be a message internal to the developers.
-# Is it likely to go away in the future?
-# TE, 2003-08-19.
-#: catalog/pg_proc.c:127
-msgid "lookup for procedure by source needs fix (Jan)"
-msgstr "oppslag for prosedyre fra kildekode trenger rettelse (Jan)"
+#: catalog/pg_type.c:195 catalog/pg_type.c:201
+#, fuzzy, c-format
+msgid "invalid type internal size %d"
+msgstr "TypeCreate: ugyldig intern størrelse %d for datatypen"
-#: catalog/pg_proc.c:139
-#, c-format
-msgid "method %s already an attribute of type %s"
-msgstr "metode %s er allrede et attributt av typen %s"
+#: catalog/pg_type.c:208
+msgid "fixed-size types must have storage PLAIN"
+msgstr "datatyper med fast størrelse må lagres som PLAIN"
-#: catalog/pg_proc.c:189
+#: catalog/pg_type.c:289 catalog/pg_type.c:511
#, c-format
-msgid "function %s already exists with same argument types"
-msgstr "funksjonen %s eksisterer allerede med de samme argumenttypene"
+msgid "type \"%s\" already exists"
+msgstr "datatypen «%s» eksisterer allerede"
-#: catalog/pg_proc.c:192
+#: catalog/pg_type.c:503 commands/functioncmds.c:109 commands/typecmds.c:407
+#: commands/typecmds.c:786 commands/typecmds.c:1113 commands/typecmds.c:1233
+#: commands/typecmds.c:1349 commands/typecmds.c:1436 commands/typecmds.c:2017
+#: parser/parse_func.c:1526 parser/parse_type.c:201 parser/parse_type.c:227
+#: tcop/utility.c:95 utils/adt/regproc.c:1003
#, c-format
-msgid "ProcedureCreate: you do not have permission to replace function %s"
-msgstr "ProcedureCreate: do har ikke rettighet til å erstatte funksjonen %s"
+msgid "type \"%s\" does not exist"
+msgstr "datatypen «%s» eksisterer ikke"
-#: catalog/pg_proc.c:201
-msgid ""
-"ProcedureCreate: cannot change return type of existing function.\n"
-"\tUse DROP FUNCTION first."
-msgstr ""
-"ProcedureCreate: kan ikke endre returtypen til en eksisterende funksjon.\n"
-"\tBruk først DROP FUNCTION."
-
-#: catalog/pg_proc.c:208
-#, c-format
-msgid "function %s is an aggregate"
-msgstr "funksjonen %s er en aggregatfunksjon"
+#: commands/indexcmds.c:92
+#, fuzzy
+msgid "must specify at least one column"
+msgstr "må indeksere minst en kolonne"
-#: catalog/pg_proc.c:211
+#: commands/indexcmds.c:96
#, c-format
-msgid "function %s is not an aggregate"
-msgstr "funksjonen %s er ikke en aggregatfunksjon"
+msgid "cannot use more than %d columns in an index"
+msgstr ""
-#: catalog/pg_proc.c:323
+#: commands/indexcmds.c:109 commands/indexcmds.c:639
#, c-format
-msgid "function declared to return %s, but no SELECT provided"
-msgstr "funksjonen er deklarert til å returnere %s, men siste utsagn er en SELECT"
-
-#: catalog/pg_proc.c:341
-msgid "function declared to return void, but final statement is a SELECT"
-msgstr "funksjonen er deklarert til å returnere void, men siste utsagn er en SELECT"
+msgid "relation \"%s\" is not a table"
+msgstr "relasjonen «%s» er ikke en tabell"
-#: catalog/pg_proc.c:347
-#, c-format
-msgid "function declared to return %s, but final statement is not a SELECT"
-msgstr "funksjonen er deklarert til å returnere %s, men siste utsagn er ikke en SELECT"
+#: commands/indexcmds.c:144 commands/opclasscmds.c:91
+#: commands/opclasscmds.c:497 commands/opclasscmds.c:647
+#, fuzzy, c-format
+msgid "access method \"%s\" does not exist"
+msgstr "Navnerommet «%s» eksisterer ikke"
-#: catalog/pg_proc.c:368
+#: commands/indexcmds.c:152
#, c-format
-msgid "function declared to return %s returns multiple columns in final SELECT"
-msgstr "funksjonen er deklarert til å returnere %s, men returnerer flere kolonner i siste SELECT"
+msgid "access method \"%s\" does not support unique indexes"
+msgstr ""
-#: catalog/pg_proc.c:373
+#: commands/indexcmds.c:157
#, c-format
-msgid "return type mismatch in function: declared to return %s, returns %s"
-msgstr "returtypen stemmer ikke i funksjonen; er deklarert til å returnere %s, men returnerer %s"
+msgid "access method \"%s\" does not support multicolumn indexes"
+msgstr ""
-#: catalog/pg_proc.c:421 catalog/pg_proc.c:447
-#, c-format
+#: commands/indexcmds.c:171
msgid ""
-"function declared to return %s does not SELECT the right number of columns (%"
-"d)"
-msgstr "funksjonen er deklarert til å returnere %s, men SELECTer ikke det korrekte antallet kolonner (%d)"
-
-#: catalog/pg_proc.c:430
-#, c-format
-msgid "function declared to return %s returns %s instead of %s at column %d"
-msgstr "funksjonen er deklarert til å returnere %s, men returnerer %s istedet for %s ved kolonne %d"
-
-#: catalog/pg_proc.c:486 catalog/pg_proc.c:525 catalog/pg_proc.c:568
-#: commands/functioncmds.c:739 utils/adt/ruleutils.c:3162
-#, c-format
-msgid "cache lookup of function %u failed"
-msgstr "mislykket oppslag i cache etter funksjonen %u"
-
-# No need to translate this message as the Norwegian wording would be
-# the same as the original English.
-# TE, 2003-08-20.
-#: catalog/pg_proc.c:491 catalog/pg_proc.c:530 catalog/pg_proc.c:590
-msgid "null prosrc"
+"index expressions and predicates may refer only to the table being indexed"
msgstr ""
-#: catalog/pg_proc.c:495
-#, c-format
-msgid "there is no built-in function named \"%s\""
-msgstr "det finnes ingen innebygd funksjon som heter «%s»"
-
-# No need to translate this message as the Norwegian wording would be
-# the same as the original English.
-# TE, 2003-08-20.
-#: catalog/pg_proc.c:535
-msgid "null probin"
+#: commands/indexcmds.c:202
+msgid "primary keys cannot be expressions"
msgstr ""
-#: catalog/pg_proc.c:578
-#, c-format
-msgid "SQL functions cannot return type %s"
-msgstr "SQL-funksjoner kan ikke returnere datatypen %s"
-
-#: catalog/pg_proc.c:584
-#, c-format
-msgid "SQL functions cannot have arguments of type %s"
-msgstr "SQL-funksjoner kan ikke ha argumenter av datatypen %s"
-
-#: catalog/pg_type.c:171 catalog/pg_type.c:175
-#, c-format
-msgid "TypeCreate: invalid type internal size %d"
-msgstr "TypeCreate: ugyldig intern størrelse %d for datatypen"
-
-#: catalog/pg_type.c:180
-msgid "TypeCreate: fixed size types must have storage PLAIN"
-msgstr "TypeCreate: datatyper med fast størrelse må lagres som PLAIN"
+#: commands/indexcmds.c:232 parser/analyze.c:1442
+#, fuzzy, c-format
+msgid "column \"%s\" named in key does not exist"
+msgstr "regelen «%s» eksisterer ikke"
-#: catalog/pg_type.c:257
-#, c-format
-msgid "type %s already exists"
-msgstr "datatypen %s finnes allerede"
+#: commands/indexcmds.c:291
+#, fuzzy
+msgid "cannot use subquery in index predicate"
+msgstr "kan ikke bruke subselect i CHECK-tvangstrøyeuttrykk"
-#: catalog/pg_type.c:399
-#, c-format
-msgid "type %s does not exist"
-msgstr "datatypen %s eksisterer allerede"
+#: commands/indexcmds.c:295
+#, fuzzy
+msgid "cannot use aggregate in index predicate"
+msgstr "kan ikke bruke aggregatfunksjoner i DEFAULT-ledd"
-#: catalog/pg_type.c:405
-#, c-format
-msgid "type named %s already exists"
-msgstr "datatypen %s eksisterer allerede"
+#: commands/indexcmds.c:304
+msgid "functions in index predicate must be marked IMMUTABLE"
+msgstr ""
-#: commands/aggregatecmds.c:93
+#: commands/indexcmds.c:337 commands/tablecmds.c:1171 parser/parse_expr.c:1034
#, c-format
-msgid "DefineAggregate: attribute \"%s\" not recognized"
-msgstr "DefineAggregate: ugjenkjennelig attributt «%s»"
-
-#: commands/aggregatecmds.c:101
-msgid "Define: \"basetype\" unspecified"
-msgstr "Define: uspesifisert «basetype»"
-
-#: commands/aggregatecmds.c:103
-msgid "Define: \"stype\" unspecified"
-msgstr "Define: uspesifisert «stype»"
+msgid "column \"%s\" does not exist"
+msgstr "kolonnen «%s» eksisterer ikke"
-#: commands/aggregatecmds.c:105
-msgid "Define: \"sfunc\" unspecified"
-msgstr "Define: uspesifisert «sfunc»"
+#: commands/indexcmds.c:369
+#, fuzzy
+msgid "cannot use subquery in index expression"
+msgstr "kan ikke bruke subselect i CHECK-tvangstrøyeuttrykk"
-#: commands/aggregatecmds.c:123
-#, c-format
-msgid "Aggregate transition datatype cannot be %s"
-msgstr "Aggregat overgangstype kan ikke være %s"
+#: commands/indexcmds.c:373
+#, fuzzy
+msgid "cannot use aggregate function in index expression"
+msgstr "kan ikke bruke aggregatfunksjoner i CHECK-tvangstrøyeuttrykk"
-#: commands/aggregatecmds.c:174
-#, c-format
-msgid "RemoveAggregate: couldn't find pg_proc tuple for %s"
-msgstr "RemoveAggregate: kunne ikke finne pg_proc-tuple for %s"
+#: commands/indexcmds.c:384
+msgid "functions in index expression must be marked IMMUTABLE"
+msgstr ""
-#: commands/analyze.c:199
+#: commands/indexcmds.c:439
#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
-msgstr "Hopper over «%s» --- bare tabell- eller databaseeier kan ANALYZEre den"
+msgid "data type %s has no default operator class for access method \"%s\""
+msgstr ""
-#: commands/analyze.c:213 commands/vacuum.c:784
-#, c-format
+#: commands/indexcmds.c:441
msgid ""
-"Skipping \"%s\" --- can not process indexes, views or special system tables"
-msgstr "Hopper over «%s» --- kan ikke behandle indekser, views eller spesielle systemtabeller"
-
-#: commands/analyze.c:242
-#, c-format
-msgid "Analyzing %s.%s"
-msgstr "Analyserer %s.%s"
-
-#: commands/analyze.c:435 utils/adt/ruleutils.c:2496
-#, c-format
-msgid "cache lookup of type %u failed"
-msgstr "mislykket oppslag i cache etter datatypen %u"
-
-#: commands/analyze.c:645
-#, c-format
-msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
-msgstr "acquire_sample_rows: mislykket ReadBuffer(%s,%u)"
-
-#: commands/async.c:153
-#, c-format
-msgid "Async_Notify: %s"
+"You must specify an operator class for the index or define a default "
+"operator class for the data type."
msgstr ""
-#: commands/async.c:201
+#: commands/indexcmds.c:471 commands/indexcmds.c:481
+#: commands/opclasscmds.c:526 commands/opclasscmds.c:536
+#: commands/opclasscmds.c:669 commands/opclasscmds.c:680
#, c-format
-msgid "Async_Listen: %s"
+msgid "operator class \"%s\" does not exist for access method \"%s\""
msgstr ""
-#: commands/async.c:224
-#, c-format
-msgid "Async_Listen: We are already listening on %s"
-msgstr "Async_Listen: Vi lytter allerede på %s"
-
-#: commands/async.c:296
+#: commands/indexcmds.c:494
#, c-format
-msgid "Async_Unlisten %s"
-msgstr ""
-
-#: commands/async.c:354
-msgid "Async_UnlistenAll"
-msgstr ""
-
-#: commands/async.c:456
-msgid "AtCommit_Notify"
+msgid "operator class \"%s\" does not accept data type %s"
msgstr ""
-#: commands/async.c:488
-msgid "AtCommit_Notify: notifying self"
-msgstr "AtCommit_Notify: sender bemerkning til meg selv"
-
-#: commands/async.c:495
+#: commands/indexcmds.c:551 utils/cache/typcache.c:286
#, c-format
-msgid "AtCommit_Notify: notifying pid %d"
-msgstr "AtCommit_Notify: sender bemerkning til pid %d"
-
-#: commands/async.c:544
-msgid "AtCommit_Notify: done"
-msgstr "AtCommit_Notify: ferdig"
-
-#: commands/async.c:621
-msgid "Async_NotifyHandler: perform async notify"
-msgstr "Async_NotifyHandler: utfør asynkron bemerkning"
-
-#: commands/async.c:626
-msgid "Async_NotifyHandler: done"
-msgstr "Async_NotifyHandler: ferdig"
-
-#: commands/async.c:693
-msgid "EnableNotifyInterrupt: perform async notify"
-msgstr "EnableNotifyInterrupt: utfør asynkron bemerkning"
-
-#: commands/async.c:698
-msgid "EnableNotifyInterrupt: done"
-msgstr "EnableNotifyInterrupt: ferdig"
-
-#: commands/async.c:749
-msgid "ProcessIncomingNotify"
+msgid "there are multiple default operator classes for data type %s"
msgstr ""
-#: commands/async.c:785
-#, c-format
-msgid "ProcessIncomingNotify: received %s from %d"
-msgstr "ProcessIncomingNotify: mottok %s fra %d"
-
-#: commands/async.c:820
-msgid "ProcessIncomingNotify: done"
-msgstr "ProcessIncomingNotify: ferdig"
-
-#: commands/async.c:847
-#, c-format
-msgid "NOTIFY for %s"
-msgstr "BEMERKNING for %s"
-
-#: commands/cluster.c:99
-#, c-format
-msgid "CLUSTER: cannot find index \"%s\" for table \"%s\""
-msgstr "CLUSTER: kan ikke finne indeksen «%s» for tabellen «%s»"
-
-#: commands/cluster.c:109
+#: commands/indexcmds.c:651
#, c-format
-msgid "CLUSTER: \"%s\" is not an index for table \"%s\""
-msgstr "CLUSTER: «%s» er ikke en indeks for tabellen «%s»"
-
-#: commands/cluster.c:121
-#, c-format
-msgid "CLUSTER: cannot cluster system relation \"%s\""
-msgstr "CLUSTER: kan ikke sette sammen (cluster) systemrelasjonen «%s»"
-
-#: commands/cluster.c:300 commands/cluster.c:318
-#, c-format
-msgid "Cache lookup failed for index %u"
-msgstr "Mislykket oppslag i cache for indeks %u"
-
-#: commands/cluster.c:385
-#, c-format
-msgid "cache lookup failed for index %u"
-msgstr "mislykket oppslag i cache for indeks %u"
-
-#: commands/cluster.c:437 commands/cluster.c:444
-#, c-format
-msgid "CLUSTER: Cannot find tuple for relation %u"
-msgstr "CLUSTER: Kan ikke finne tuple for relasjonen %u"
-
-#: commands/cluster.c:456 commands/cluster.c:462
-#, c-format
-msgid "CLUSTER: FlushRelationBuffers returned %d"
-msgstr "CLUSTER: FlushRelationBuffers returnerte %d"
-
-#: commands/cluster.c:510
-msgid "CLUSTER: expected both swapped tables to have TOAST tables"
-msgstr "CLUSTER: forventet at begge byttede tabeller har TOAST-tabeller"
-
-#: commands/cluster.c:516 commands/cluster.c:521
-#, c-format
-msgid "CLUSTER: expected one dependency record for TOAST table, found %ld"
-msgstr "CLUSTER: forventet en avhengighetspost for TOAST-tabell, fant %ld"
-
-#: commands/comment.c:111
-#, c-format
-msgid "An attempt was made to comment on a unknown type: %d"
-msgstr "Det ble forsøkt å kommentere en ukjent type: %d"
-
-#: commands/comment.c:306
-#, c-format
-msgid "relation \"%s\" is not an index"
-msgstr "relasjonen «%s» er ikke en indeks"
-
-#: commands/comment.c:311
-#, c-format
-msgid "relation \"%s\" is not a sequence"
-msgstr "relasjonen «%s» er ikke en sekvens"
-
-#: commands/comment.c:316
-#, c-format
-msgid "relation \"%s\" is not a table"
-msgstr "relasjonen «%s» er ikke en tabell"
-
-#: commands/comment.c:321
-#, c-format
-msgid "relation \"%s\" is not a view"
-msgstr "relasjonen «%s» er ikke et view"
-
-#: commands/comment.c:357
-msgid "CommentAttribute: must specify relation.attribute"
-msgstr "CommentAttribute: må angi relasjon.attributt"
-
-#: commands/comment.c:374 commands/tablecmds.c:1923 commands/tablecmds.c:2057
-#: commands/tablecmds.c:2175 commands/tablecmds.c:2392
-#: optimizer/prep/prepunion.c:804 parser/parse_func.c:1183
-#: parser/parse_relation.c:1551 parser/parse_relation.c:1614
-#: parser/parse_relation.c:1770 parser/parse_type.c:88
-#, c-format
-msgid "Relation \"%s\" has no column \"%s\""
-msgstr "Relasjonen «%s» har ingen kolonne «%s»"
-
-#: commands/comment.c:403
-msgid "CommentDatabase: database name may not be qualified"
-msgstr "CommentDatabase: databasenavnet trenger ikke å være kvalifisert"
-
-#: commands/comment.c:409 commands/dbcommands.c:511 utils/adt/acl.c:1039
-#, c-format
-msgid "database \"%s\" does not exist"
-msgstr "databasen «%s» eksisterer ikke"
+msgid "shared table \"%s\" can only be reindexed in stand-alone mode"
+msgstr ""
-#: commands/comment.c:414
-#, c-format
-msgid "you are not permitted to comment on database \"%s\""
-msgstr "du har ikke tillatelse til å kommentere databasen «%s»"
+#: commands/indexcmds.c:658
+#, fuzzy, c-format
+msgid "table \"%s\" has no indexes"
+msgstr "«%s» er en indeks"
-#: commands/comment.c:419
-msgid "Database comments may only be applied to the current database"
+#: commands/indexcmds.c:685
+#, fuzzy
+msgid "can only reindex the currently open database"
msgstr "Databasekommentarer kan bare angis for den nåværende databasen"
-#: commands/comment.c:442
-msgid "CommentSchema: schema name may not be qualified"
-msgstr "CommentSchema: skjemanavn trenger ikke å være kvalifisert"
-
-#: commands/comment.c:449
-#, c-format
-msgid "CommentSchema: Schema \"%s\" could not be found"
-msgstr "CommentSchema: Kunne ikke finne skjemaet «%s»"
-
-#: commands/comment.c:521 commands/comment.c:555
+#: commands/indexcmds.c:768
#, c-format
-msgid "rule \"%s\" does not exist"
-msgstr "regelen «%s» eksisterer ikke"
-
-#: commands/comment.c:527
-#, c-format
-msgid ""
-"There are multiple rules \"%s\"\n"
-"\tPlease specify a relation name as well as a rule name"
+msgid "table \"%s\" was reindexed"
msgstr ""
-"Det finnes flere regler «%s»\n"
-"\tVennligst angi et relasjonsnavn sammen med regelnavnet"
-
-#: commands/comment.c:732
-msgid "CommentTrigger: must specify relation and trigger"
-msgstr "CommentTrigger: må angi relasjon og utløser"
-
-#: commands/comment.c:765
-#, c-format
-msgid "trigger \"%s\" for relation \"%s\" does not exist"
-msgstr "utløseren «%s» for relasjonen «%s» eksisterer ikke"
-#: commands/comment.c:807
-msgid "CommentConstraint: must specify relation and constraint"
-msgstr "CommentConstraint: må angi relasjon og tvangstrøye"
-
-#: commands/comment.c:841
-#, c-format
-msgid "Relation \"%s\" has multiple constraints named \"%s\""
-msgstr "Relasjonen «%s» har flere tvangstrøyer med navnet «%s»"
-
-#: commands/comment.c:851
-#, c-format
-msgid "constraint \"%s\" for relation \"%s\" does not exist"
-msgstr "tvangstrøyen «%s» for relasjonen «%s» eksisterer ikke"
-
-#: commands/conversioncmds.c:61
-#, c-format
-msgid "Invalid for encoding name: %s"
-msgstr "Ugyldig «for»-kodingnavn: %s"
-
-#: commands/conversioncmds.c:65
-#, c-format
-msgid "Invalid to encoding name: %s"
-msgstr "Ugyldig «til»-kodingnavn: %s"
-
-#: commands/conversioncmds.c:73
+#: commands/aggregatecmds.c:97
#, c-format
-msgid "Function %s does not exist"
-msgstr "Funksjonen %s finnes ikke"
-
-#: commands/copy.c:126
-#, c-format
-msgid "CopySendData: %m"
+msgid "aggregate attribute \"%s\" not recognized"
msgstr ""
-#: commands/copy.c:301
-msgid "COPY: BINARY option appears more than once"
-msgstr "COPY: BINARY-valget forekommer mer enn en gang"
+#: commands/aggregatecmds.c:107
+#, fuzzy
+msgid "aggregate basetype must be specified"
+msgstr "Define: uspesifisert «basetype»"
-#: commands/copy.c:308
-msgid "COPY: OIDS option appears more than once"
-msgstr "COPY: OIDS-valget forekommer mer enn en gang"
+#: commands/aggregatecmds.c:111
+#, fuzzy
+msgid "aggregate stype must be specified"
+msgstr "Define: uspesifisert «stype»"
-#: commands/copy.c:315
-msgid "COPY: DELIMITER string may only be defined once in query"
-msgstr "COPY: DELIMITER-strengen kan bare bli definert en gang i spørringen"
+#: commands/aggregatecmds.c:115
+#, fuzzy
+msgid "aggregate sfunc must be specified"
+msgstr "intet aggregatnavn angitt"
-#: commands/copy.c:322
-msgid "COPY: NULL representation may only be defined once in query"
-msgstr "COPY: NULL-representasjonen kan bare bli definert en gang i spørringen"
+#: commands/aggregatecmds.c:138
+#, fuzzy, c-format
+msgid "aggregate transition data type cannot be %s"
+msgstr "Aggregat overgangstype kan ikke være %s"
-#: commands/copy.c:327
-#, c-format
-msgid "COPY: option \"%s\" not recognized"
-msgstr "COPY: ugjenkjennelig valg «%s»"
+#: commands/aggregatecmds.c:259
+#, fuzzy, c-format
+msgid "function %s(*) already exists in schema \"%s\""
+msgstr "funksjonen %s eksisterer allerede med de samme argumenttypene"
-#: commands/copy.c:332
-msgid "You can not specify the DELIMITER in BINARY mode."
-msgstr "Du kan ikke angi DELIMITER i BINARY-modus."
+#: commands/aggregatecmds.c:265 commands/functioncmds.c:688
+#, fuzzy, c-format
+msgid "function %s already exists in schema \"%s\""
+msgstr "funksjonen %s eksisterer allerede med de samme argumenttypene"
-#: commands/copy.c:335
-msgid "You can not specify NULL in BINARY mode."
-msgstr "Du kan ikke angi NULL i BINARY-modus."
+#: commands/analyze.c:200
+#, fuzzy, c-format
+msgid "skipping \"%s\" --- only table or database owner can analyze it"
+msgstr "Hopper over «%s» --- bare tabell- eller databaseeier kan ANALYZEre den"
-#: commands/copy.c:355
+#: commands/analyze.c:215
+#, fuzzy, c-format
msgid ""
-"You must have Postgres superuser privilege to do a COPY directly to or from "
-"a file. Anyone can COPY to stdout or from stdin. Psql's \\copy command "
-"also works for anyone."
+"skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
msgstr ""
-"Du må ha Postgres-superbrukerrettigheter for å gjøre en COPY direkte\n"
-"til eller fra en fil. Alle kan COPYere til stdout eller fra stdin.\n"
-"Psqls \\copy-kommando virker for alle."
+"Hopper over «%s» --- kan ikke behandle indekser, views eller spesielle "
+"systemtabeller"
-#: commands/copy.c:364
-msgid "COPY BINARY is not supported to stdout or from stdin"
-msgstr "COPY BINARY er ikke støttet til stdout eller fra stdin"
-
-#: commands/copy.c:370
-msgid "COPY delimiter must be a single character"
-msgstr "COPY-avgrenser må være et enkelt tegn"
+#: commands/analyze.c:245
+#, fuzzy, c-format
+msgid "analyzing \"%s.%s\""
+msgstr "Analyserer %s.%s"
-#: commands/copy.c:376
+#: commands/analyze.c:544 commands/analyze.c:700
#, c-format
-msgid "COPY: table \"%s\" does not have OIDs"
-msgstr "COPY: tabellen «%s» har ikke OIDer"
+msgid "\"%s\": %u pages, %d rows sampled, %.0f estimated total rows"
+msgstr ""
-#: commands/copy.c:397 commands/copy.c:442
-#, c-format
-msgid "You cannot copy view %s"
-msgstr "Du kan ikke kopiere viewet %s"
+#: commands/cluster.c:150
+#, fuzzy, c-format
+msgid "there is no previously clustered index for table \"%s\""
+msgstr "det finnes ingen innebygd funksjon som heter «%s»"
-#: commands/copy.c:400
-#, c-format
-msgid "You cannot change sequence relation %s"
-msgstr "Du kan ikke endre sekvensrelasjonen %s"
+#: commands/cluster.c:164 commands/tablecmds.c:3963
+#, fuzzy, c-format
+msgid "index \"%s\" for table \"%s\" does not exist"
+msgstr "utløseren «%s» for relasjonen «%s» eksisterer ikke"
-#: commands/copy.c:403 commands/copy.c:448
+#: commands/cluster.c:321
#, c-format
-msgid "You cannot copy object %s"
-msgstr "Du kan ikke kopiere objektet %s"
+msgid "\"%s\" is not an index for table \"%s\""
+msgstr "«%s» er ikke en indeks for tabellen «%s»"
-#: commands/copy.c:423
-#, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for reading. Errno = %s (%d)."
-msgstr "COPY-kommandoen, som kjører i bakstykket (backend) med effektiv uid %d, kunne ikke åpne filen «%s» for lesing. Errno = %s (%d)."
+#: commands/cluster.c:334
+msgid "cannot cluster on partial index"
+msgstr ""
-#: commands/copy.c:432 commands/copy.c:488
-#, c-format
-msgid "COPY: %s is a directory"
-msgstr "COPY: %s er en katalog"
+#: commands/cluster.c:352
+msgid "cannot cluster when index access method does not handle null values"
+msgstr ""
-#: commands/copy.c:445
+#: commands/cluster.c:353
#, c-format
-msgid "You cannot copy sequence %s"
-msgstr "Du kan ikke kopiere sekvensen %s"
-
-#: commands/copy.c:472
-msgid "Relative path not allowed for server side COPY command"
-msgstr "Relativ sti er ikke tillatt for serverside COPY-kommando"
+msgid "You may be able to work around this by marking column \"%s\" NOT NULL."
+msgstr ""
-#: commands/copy.c:480
-#, c-format
+#: commands/cluster.c:365
msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for writing. Errno = %s (%d)."
-msgstr "COPY-kommandoen, som kjører i bakstykket (backend) med effektiv uid %d, kunne ikke åpne filen «%s» for skriving. Errno = %s (%d)."
-
-#: commands/copy.c:557
-#, c-format
-msgid "COPY: couldn't lookup info for type %u"
-msgstr "COPY: kunne ikke slå opp etter info for datatypen %u"
-
-#: commands/copy.c:561 commands/copy.c:827
-msgid "COPY BINARY: cstring not supported"
-msgstr "COPY BINARY: cstring er ikke støttet"
-
-#: commands/copy.c:894
-msgid "COPY BINARY: file signature not recognized"
-msgstr "COPY BINARY: ugjenkjennelig filsignatur"
-
-#: commands/copy.c:898
-msgid "COPY BINARY: incompatible integer layout"
-msgstr "COPY BINARY: inkompatibel heltallslayout"
-
-#: commands/copy.c:902
-msgid "COPY BINARY: bogus file header (missing flags)"
-msgstr "COPY BINARY: falsk filheader (mangler flagg)"
-
-#: commands/copy.c:906
-msgid "COPY BINARY: unrecognized critical flags in header"
-msgstr "COPY BINARY: ugjenkjennelig kritiske flagg i header"
-
-#: commands/copy.c:910
-msgid "COPY BINARY: bogus file header (missing length)"
-msgstr "COPY BINARY: falsk header (mangler lengde)"
-
-#: commands/copy.c:916
-msgid "COPY BINARY: bogus file header (wrong length)"
-msgstr "COPY BINARY: falsk header (feil lengde)"
-
-#: commands/copy.c:965
-msgid "NULL Oid"
+"cannot cluster on expressional index when index access method does not "
+"handle null values"
msgstr ""
-#: commands/copy.c:971
-msgid "Invalid Oid"
-msgstr "Ugyldig Oid"
-
-#: commands/copy.c:988
+#: commands/cluster.c:379
#, c-format
-msgid "Missing data for column \"%s\""
-msgstr "Mangler data for kolonnen «%s»"
+msgid "\"%s\" is a system catalog"
+msgstr ""
-#: commands/copy.c:1020
-msgid "Extra data after last expected column"
-msgstr "Ekstra data etter siste forventede kolonne"
+#: commands/cluster.c:389
+msgid "cannot cluster temporary tables of other sessions"
+msgstr ""
-#: commands/copy.c:1044
+#: commands/comment.c:316 commands/sequence.c:800 tcop/utility.c:81
#, c-format
-msgid "COPY BINARY: tuple field count is %d, expected %d"
-msgstr "COPY BINARY: tuplefeltteller er %d, forventet %d"
+msgid "\"%s\" is not a sequence"
+msgstr "«%s» er ikke en sekvens"
-#: commands/copy.c:1051 commands/copy.c:1057 commands/copy.c:1072
-#: commands/copy.c:1086 commands/copy.c:1095 commands/copy.c:1107
-#: commands/copy.c:1122
-msgid "COPY BINARY: unexpected EOF"
-msgstr "COPY BINARY: uforventet EOF"
-
-#: commands/copy.c:1053
+#: commands/comment.c:323 commands/lockcmds.c:68 commands/tablecmds.c:376
+#: commands/tablecmds.c:1645 commands/tablecmds.c:1936
+#: commands/tablecmds.c:2080 commands/tablecmds.c:2314
+#: commands/tablecmds.c:2480 commands/tablecmds.c:2606
+#: commands/tablecmds.c:2787 commands/tablecmds.c:3791
+#: commands/tablecmds.c:4057 commands/trigger.c:144 commands/trigger.c:546
+#: tcop/utility.c:76
#, c-format
-msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
-msgstr "COPY BINARY: sizeof(Oid) er %d, forventet %d"
-
-#: commands/copy.c:1059
-msgid "COPY BINARY: Invalid Oid"
-msgstr "COPY BINARY: Ugyldig Oid"
+msgid "\"%s\" is not a table"
+msgstr "«%s» er ikke en tabell"
-#: commands/copy.c:1076
+#: commands/comment.c:330 commands/view.c:113 tcop/utility.c:86
#, c-format
-msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
-msgstr "COPY BINARY: sizeof(field %d) er %d, forventet %d"
+msgid "\"%s\" is not a view"
+msgstr "«%s» er ikke et view"
-#: commands/copy.c:1088
-msgid "COPY BINARY: bogus varlena length"
-msgstr "COPY BINARY: falsk varlena-lengde"
+#: commands/comment.c:386 commands/tablecmds.c:1986 commands/tablecmds.c:2130
+#: commands/tablecmds.c:2258 commands/tablecmds.c:2422
+#: commands/tablecmds.c:2627 parser/parse_func.c:1270
+#: parser/parse_relation.c:1583 parser/parse_relation.c:1641
+#: parser/parse_relation.c:1820 parser/parse_type.c:94
+#, fuzzy, c-format
+msgid "column \"%s\" of relation \"%s\" does not exist"
+msgstr "tvangstrøyen «%s» for relasjonen «%s» eksisterer ikke"
-#: commands/copy.c:1264
-#, c-format
-msgid "GetInputFunction: Cache lookup of type %u failed"
-msgstr "GetInputFunction: Mislykket oppslag i cache etter datatype %u"
+#: commands/comment.c:417
+msgid "database name may not be qualified"
+msgstr "databasenavnet trenger ikke å være kvalifisert"
-#: commands/copy.c:1280
-#, c-format
-msgid "GetTypeElement: Cache lookup of type %u failed"
-msgstr "GetTypeElement: Mislykket oppslag i cache etter datatype %u"
+#: commands/comment.c:449
+msgid "database comments may only be applied to the current database"
+msgstr "databasekommentarer kan bare angis for den nåværende databasen"
-#: commands/copy.c:1422
-msgid "CopyReadAttribute: end of record marker corrupted"
-msgstr "CopyReadAttribute: slutt-på-post-markør er ødelagt"
+#: commands/comment.c:481 commands/schemacmds.c:172
+msgid "schema name may not be qualified"
+msgstr "skjemanavn trenger ikke å være kvalifisert"
-#: commands/copy.c:1582
+#: commands/comment.c:564
#, c-format
-msgid "Attribute \"%s\" specified more than once"
-msgstr "Attributtet «%s» er angitt mer enn en gang"
-
-#: commands/dbcommands.c:99 commands/dbcommands.c:105
-#: commands/dbcommands.c:111 commands/dbcommands.c:117
-msgid "CREATE DATABASE: conflicting options"
-msgstr "CREATE DATABASE: konflikt mellom valg"
+msgid "rule \"%s\" does not exist"
+msgstr "regelen «%s» eksisterer ikke"
-#: commands/dbcommands.c:121
+#: commands/comment.c:572
#, c-format
-msgid "CREATE DATABASE: option \"%s\" not recognized"
-msgstr "CREATE DATABASE: ugjenkjennelig valg «%s»"
-
-#: commands/dbcommands.c:144 commands/dbcommands.c:151
-msgid "CREATE DATABASE: permission denied"
-msgstr "CREATE DATABASE: ikke tillatt"
+msgid "there are multiple rules named \"%s\""
+msgstr ""
-#: commands/dbcommands.c:166 commands/dbcommands.c:306
-#, c-format
-msgid "CREATE DATABASE: database \"%s\" already exists"
-msgstr "CREATE DATABASE: databasen «%s» eksisterer allerede"
+#: commands/comment.c:573
+#, fuzzy
+msgid "Specify a relation name as well as a rule name."
+msgstr ""
+"Det finnes flere regler «%s»\n"
+"\tVennligst angi et relasjonsnavn sammen med regelnavnet"
-#: commands/dbcommands.c:178
+#: commands/comment.c:815 commands/trigger.c:484 commands/trigger.c:697
#, c-format
-msgid "CREATE DATABASE: template \"%s\" does not exist"
-msgstr "CREATE DATABASE: malen «%s» eksisterer ikke"
+msgid "trigger \"%s\" for table \"%s\" does not exist"
+msgstr "utløseren «%s» for tabellen «%s» eksisterer ikke"
-#: commands/dbcommands.c:188
-#, c-format
-msgid "CREATE DATABASE: permission to copy \"%s\" denied"
-msgstr "CREATE DATABASE: ikke tillatelse til å kopiere «%s»"
+#: commands/comment.c:894
+#, fuzzy, c-format
+msgid "table \"%s\" has multiple constraints named \"%s\""
+msgstr "Relasjonen «%s» har flere tvangstrøyer med navnet «%s»"
-#: commands/dbcommands.c:207
+#: commands/comment.c:906
#, c-format
-msgid ""
-"CREATE DATABASE: source database \"%s\" is being accessed by other users"
-msgstr "CREATE DATABASE: kildedatabasen «%s» blir aksert av andre brukere"
-
-#: commands/dbcommands.c:215
-msgid "CREATE DATABASE: invalid backend encoding"
-msgstr "CREATE DATABASE: ugyldig bakstykke koding"
-
-#: commands/dbcommands.c:243 commands/dbcommands.c:245
-#: commands/dbcommands.c:247
-msgid "database path may not contain single quotes"
-msgstr "databasestien kan ikke inneholde enkle sitattegn (')"
+msgid "constraint \"%s\" for table \"%s\" does not exist"
+msgstr "tvangstrøyen «%s» for tabellen «%s» eksisterer ikke"
-#: commands/dbcommands.c:270
+#: commands/conversioncmds.c:66
#, c-format
-msgid "CREATE DATABASE: unable to create database directory '%s': %m"
+msgid "source encoding \"%s\" does not exist"
msgstr ""
-#: commands/dbcommands.c:273
+#: commands/conversioncmds.c:73
#, c-format
-msgid "CREATE DATABASE: unable to remove temp directory '%s': %m"
+msgid "destination encoding \"%s\" does not exist"
msgstr ""
-#: commands/dbcommands.c:280
+#: commands/conversioncmds.c:151
#, c-format
-msgid "CREATE DATABASE: could not link '%s' to '%s': %m"
-msgstr ""
-
-#: commands/dbcommands.c:290
-msgid "CREATE DATABASE: could not initialize database directory"
+msgid "conversion \"%s\" already exists in schema \"%s\""
msgstr ""
-#: commands/dbcommands.c:292
-msgid ""
-"CREATE DATABASE: could not initialize database directory; delete failed as "
-"well"
-msgstr ""
-
-#: commands/dbcommands.c:382
-msgid "DROP DATABASE: cannot be executed on the currently open database"
-msgstr ""
+#: commands/copy.c:177 commands/copy.c:189 commands/copy.c:222
+#: commands/copy.c:232
+msgid "COPY BINARY is not supported to stdout or from stdin"
+msgstr "COPY BINARY er ikke støttet til stdout eller fra stdin"
-#: commands/dbcommands.c:399
+#: commands/copy.c:285
#, c-format
-msgid "DROP DATABASE: database \"%s\" does not exist"
+msgid "could not write to COPY file: %m"
msgstr ""
-#: commands/dbcommands.c:402
-msgid "DROP DATABASE: permission denied"
+#: commands/copy.c:293
+msgid "connection lost during COPY to stdout"
msgstr ""
-#: commands/dbcommands.c:410
-msgid "DROP DATABASE: database is marked as a template"
+#: commands/copy.c:376 commands/copy.c:394 commands/copy.c:398
+#: commands/copy.c:458 commands/copy.c:507 tcop/fastpath.c:292
+#: tcop/postgres.c:281 tcop/postgres.c:304
+msgid "unexpected EOF on client connection"
msgstr ""
-#: commands/dbcommands.c:419
+#: commands/copy.c:410
#, c-format
-msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
+msgid "COPY from stdin failed: %s"
msgstr ""
-#: commands/dbcommands.c:436
+#: commands/copy.c:425
#, c-format
-msgid ""
-"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the "
-"contrary"
+msgid "unexpected message type 0x%02X during COPY from stdin"
msgstr ""
-#: commands/dbcommands.c:677
-msgid "Relative paths are not allowed as database locations"
-msgstr ""
-
-#: commands/dbcommands.c:679
-msgid "Absolute paths are not allowed as database locations"
-msgstr ""
-
-#: commands/dbcommands.c:689
-#, c-format
-msgid "Postmaster environment variable '%s' not set"
+#: commands/copy.c:684 commands/copy.c:692 commands/copy.c:700
+#: commands/copy.c:708 commands/dbcommands.c:103 commands/dbcommands.c:111
+#: commands/dbcommands.c:119 commands/dbcommands.c:127
+#: commands/functioncmds.c:220 commands/functioncmds.c:228
+#: commands/functioncmds.c:236 commands/functioncmds.c:244
+#: commands/functioncmds.c:252 commands/sequence.c:895 commands/sequence.c:908
+#: commands/sequence.c:916 commands/sequence.c:924 commands/sequence.c:932
+#: commands/sequence.c:940 commands/user.c:525 commands/user.c:537
+#: commands/user.c:545 commands/user.c:553 commands/user.c:561
+#: commands/user.c:569 commands/user.c:775 commands/user.c:787
+#: commands/user.c:795 commands/user.c:803 commands/user.c:1275
+#: commands/user.c:1283
+msgid "conflicting or redundant options"
msgstr ""
-#: commands/dbcommands.c:691
-#, c-format
-msgid "Postmaster environment variable '%s' must be absolute path"
-msgstr ""
+#: commands/copy.c:719
+msgid "cannot specify DELIMITER in BINARY mode"
+msgstr "kan ikke angi DELIMITER i BINARY-modus"
-#: commands/dbcommands.c:697
-msgid "Alternate path is too long"
-msgstr ""
+#: commands/copy.c:724
+msgid "cannot specify NULL in BINARY mode"
+msgstr "kan ikke angi NULL i BINARY-modus"
-#: commands/dbcommands.c:726
-#, c-format
-msgid "could not remove '%s': %m"
+#: commands/copy.c:742 executor/execMain.c:474 tcop/utility.c:260
+msgid "transaction is read-only"
msgstr ""
-#: commands/dbcommands.c:735
-#, c-format
-msgid "database directory '%s' could not be removed"
-msgstr ""
-
-#: commands/dbcommands.c:807 commands/vacuum.c:581
-#, c-format
-msgid "database %u does not exist"
-msgstr "databasen %u finnes ikke"
-
-#: commands/define.c:68 commands/define.c:157 commands/define.c:185
-#: commands/define.c:215
-#, c-format
-msgid "Define: \"%s\" requires a parameter"
+#: commands/copy.c:753
+msgid "must be superuser to COPY to or from a file"
msgstr ""
-#: commands/define.c:93 commands/define.c:239
-#, c-format
-msgid "Define: cannot interpret argument of \"%s\""
+#: commands/copy.c:754
+#, fuzzy
+msgid ""
+"Anyone can COPY to stdout or from stdin. psql's \\copy command also works "
+"for anyone."
msgstr ""
+"Du må ha Postgres-superbrukerrettigheter for å gjøre en COPY direkte\n"
+"til eller fra en fil. Alle kan COPYere til stdout eller fra stdin.\n"
+"Psqls \\copy-kommando virker for alle."
-#: commands/define.c:106 commands/define.c:115 commands/define.c:128
-#: commands/define.c:144
-#, c-format
-msgid "Define: \"%s\" requires a numeric value"
-msgstr ""
+#: commands/copy.c:763
+msgid "COPY delimiter must be a single character"
+msgstr "COPY-avgrenser må være et enkelt tegn"
-#: commands/define.c:169
+#: commands/copy.c:771
#, c-format
-msgid "Define: argument of \"%s\" must be a name"
-msgstr ""
+msgid "table \"%s\" does not have OIDs"
+msgstr "tabellen «%s» har ikke OIDer"
-#: commands/define.c:201
+#: commands/copy.c:799
#, c-format
-msgid "Define: argument of \"%s\" must be a type name"
-msgstr ""
+msgid "cannot copy to view \"%s\""
+msgstr "kan ikke kopiere viewet «%s»"
-#: commands/define.c:222
+#: commands/copy.c:804
#, c-format
-msgid "Define: \"%s\" requires an integral value"
-msgstr ""
+msgid "cannot copy to sequence \"%s\""
+msgstr "kan ikke kopiere sekvensen «%s»"
-#: commands/define.c:242
+#: commands/copy.c:809
#, c-format
-msgid "Define: invalid argument for \"%s\": \"%s\""
+msgid "cannot copy to non-table relation \"%s\""
msgstr ""
-#: commands/explain.c:815
+#: commands/copy.c:828
#, c-format
-msgid "show_sort_keys: no tlist entry for key %d"
+msgid "could not open file \"%s\" for reading: %m"
msgstr ""
-#: commands/functioncmds.c:81
+#: commands/copy.c:837 commands/copy.c:899
#, c-format
-msgid "SQL function cannot return shell type \"%s\""
-msgstr ""
+msgid "\"%s\" is a directory"
+msgstr "«%s» er en katalog"
-#: commands/functioncmds.c:84
-#, c-format
-msgid "Return type \"%s\" is only a shell"
-msgstr ""
+#: commands/copy.c:849
+#, fuzzy, c-format
+msgid "cannot copy from view \"%s\""
+msgstr "Du kan ikke kopiere viewet %s"
-#: commands/functioncmds.c:103 commands/functioncmds.c:159
-#: commands/typecmds.c:322 commands/typecmds.c:329 commands/typecmds.c:647
-#: parser/parse_func.c:1410 parser/parse_oper.c:98 parser/parse_oper.c:107
-#: parser/parse_type.c:191 parser/parse_type.c:213 parser/parse_type.c:219
-#, c-format
-msgid "Type \"%s\" does not exist"
-msgstr "Datatypen «%s» finnes ikke"
+#: commands/copy.c:854
+#, fuzzy, c-format
+msgid "cannot copy from sequence \"%s\""
+msgstr "Du kan ikke kopiere sekvensen %s"
-#: commands/functioncmds.c:106
+#: commands/copy.c:859
#, c-format
-msgid "ProcedureCreate: type %s is not yet defined"
+msgid "cannot copy from non-table relation \"%s\""
msgstr ""
-#: commands/functioncmds.c:116
-#, c-format
-msgid "could not create type %s"
-msgstr "kunne ikke opprette datatypen %s"
+#: commands/copy.c:881
+#, fuzzy
+msgid "relative path not allowed for COPY to file"
+msgstr "Relativ sti er ikke tillatt for serverside COPY-kommando"
-#: commands/functioncmds.c:150
+#: commands/copy.c:890
#, c-format
-msgid "SQL function cannot accept shell type \"%s\""
+msgid "could not open file \"%s\" for writing: %m"
msgstr ""
-#: commands/functioncmds.c:153
+#: commands/copy.c:1114
#, c-format
-msgid "Argument type \"%s\" is only a shell"
-msgstr ""
-
-#: commands/functioncmds.c:164
-msgid "Functions cannot accept set arguments"
-msgstr "Funksjoner kan ikke akseptere mengdeargumenter"
-
-#: commands/functioncmds.c:200 commands/functioncmds.c:206
-#: commands/functioncmds.c:212 commands/functioncmds.c:218
-#: commands/functioncmds.c:224
-msgid "conflicting or redundant options"
-msgstr ""
-
-#: commands/functioncmds.c:228
-msgid "invalid CREATE FUNCTION option"
+msgid "COPY FROM, line %d"
msgstr ""
-#: commands/functioncmds.c:234
-msgid "no function body specified"
-msgstr "ingen funksjonskropp er angitt"
-
-#: commands/functioncmds.c:239
-msgid "no language specified"
-msgstr "intet språk er angitt"
+#: commands/copy.c:1282
+#, fuzzy
+msgid "COPY file signature not recognized"
+msgstr "COPY BINARY: ugjenkjennelig filsignatur"
-#: commands/functioncmds.c:250
-msgid "invalid volatility"
-msgstr "ugyldig flyktighet"
+#: commands/copy.c:1288
+#, fuzzy
+msgid "invalid COPY file header (missing flags)"
+msgstr "COPY BINARY: falsk filheader (mangler flagg)"
-#: commands/functioncmds.c:297
-#, c-format
-msgid "Unrecognized function attribute '%s' ignored"
-msgstr ""
+#: commands/copy.c:1294
+#, fuzzy
+msgid "unrecognized critical flags in COPY file header"
+msgstr "COPY BINARY: ugjenkjennelig kritiske flagg i header"
-#: commands/functioncmds.c:339
-#, c-format
-msgid "CREATE FUNCTION: only one AS item needed for %s language"
-msgstr ""
+#: commands/copy.c:1300
+#, fuzzy
+msgid "invalid COPY file header (missing length)"
+msgstr "COPY BINARY: falsk header (mangler lengde)"
-#: commands/functioncmds.c:399 utils/adt/acl.c:1443
-#, c-format
-msgid "language \"%s\" does not exist"
-msgstr "språket «%s» finnes ikke"
+#: commands/copy.c:1308
+#, fuzzy
+msgid "invalid COPY file header (wrong length)"
+msgstr "COPY BINARY: falsk header (feil lengde)"
-#: commands/functioncmds.c:505
-#, c-format
-msgid "RemoveFunction: couldn't find tuple for function %s"
+#: commands/copy.c:1376
+msgid "null OID in COPY data"
msgstr ""
-#: commands/functioncmds.c:515
-#, c-format
-msgid ""
-"RemoveFunction: function '%s' is an aggregate\n"
-"\tUse DROP AGGREGATE to remove it"
+#: commands/copy.c:1384 commands/copy.c:1499
+msgid "invalid OID in COPY data"
msgstr ""
-#: commands/functioncmds.c:522
+#: commands/copy.c:1403
#, c-format
-msgid "Removing built-in function \"%s\""
-msgstr ""
+msgid "missing data for column \"%s\""
+msgstr "mangler data for kolonnen «%s»"
-#: commands/functioncmds.c:560
-#, c-format
-msgid "RemoveFunctionById: couldn't find tuple for function %u"
-msgstr ""
+#: commands/copy.c:1449 commands/copy.c:1460
+msgid "extra data after last expected column"
+msgstr "ekstra data etter siste forventede kolonne"
-#: commands/functioncmds.c:582
-#, c-format
-msgid "RemoveFunctionById: couldn't find pg_aggregate tuple for %u"
-msgstr ""
+#: commands/copy.c:1486
+#, fuzzy, c-format
+msgid "row field count is %d, expected %d"
+msgstr "COPY BINARY: tuplefeltteller er %d, forventet %d"
-#: commands/functioncmds.c:614
-#, c-format
-msgid "SetFunctionReturnType: couldn't find tuple for function %u"
+#: commands/copy.c:1691 commands/copy.c:1709
+msgid "literal carriage return found in data"
msgstr ""
-#: commands/functioncmds.c:619
-#, c-format
-msgid "SetFunctionReturnType: function %u doesn't return OPAQUE"
+#: commands/copy.c:1692 commands/copy.c:1710
+msgid "Use \"\\r\" to represent carriage return."
msgstr ""
-#: commands/functioncmds.c:652
-#, c-format
-msgid "SetFunctionArgType: couldn't find tuple for function %u"
+#: commands/copy.c:1728
+msgid "literal newline found in data"
msgstr ""
-#: commands/functioncmds.c:658
-#, c-format
-msgid "SetFunctionArgType: function %u doesn't take OPAQUE"
+#: commands/copy.c:1729
+msgid "Use \"\\n\" to represent newline."
msgstr ""
-#: commands/functioncmds.c:693 commands/functioncmds.c:884
-#, c-format
-msgid "source data type %s does not exist"
+#: commands/copy.c:1826 commands/copy.c:1842
+msgid "end-of-copy marker does not match previous newline style"
msgstr ""
-#: commands/functioncmds.c:698 commands/functioncmds.c:889
-#, c-format
-msgid "target data type %s does not exist"
+#: commands/copy.c:1830 commands/copy.c:1836
+msgid "end-of-copy marker corrupt"
msgstr ""
-#: commands/functioncmds.c:702
-msgid "source data type and target data type are the same"
+#: commands/copy.c:1911 commands/copy.c:1933
+msgid "unexpected EOF in COPY data"
msgstr ""
-#: commands/functioncmds.c:706
+#: commands/copy.c:1920
#, c-format
-msgid "source data type %s is only a shell"
+msgid "invalid size for field %d"
msgstr ""
-#: commands/functioncmds.c:710
+#: commands/copy.c:1947
#, c-format
-msgid "target data type %s is only a shell"
+msgid "incorrect binary data format in field %d"
msgstr ""
-#: commands/functioncmds.c:714
-#, c-format
-msgid "source data type %s is a pseudo-type"
-msgstr ""
+#: commands/copy.c:2067 parser/parse_target.c:500
+#, fuzzy, c-format
+msgid "column \"%s\" specified more than once"
+msgstr "Attributtet «%s» er angitt mer enn en gang"
-#: commands/functioncmds.c:718
+#: commands/dbcommands.c:153
#, c-format
-msgid "target data type %s is a pseudo-type"
+msgid "%d is not a valid encoding code"
msgstr ""
-#: commands/functioncmds.c:723 commands/functioncmds.c:904
+#: commands/dbcommands.c:162
#, c-format
-msgid "must be owner of type %s or type %s"
-msgstr ""
-
-#: commands/functioncmds.c:743
-msgid "cast function must take 1 argument"
-msgstr ""
-
-#: commands/functioncmds.c:745
-msgid "argument of cast function must match source data type"
-msgstr ""
-
-#: commands/functioncmds.c:747
-msgid "return data type of cast function must match target data type"
-msgstr ""
-
-#: commands/functioncmds.c:749
-msgid "cast function must not be volatile"
+msgid "%s is not a valid encoding name"
msgstr ""
-#: commands/functioncmds.c:751
-msgid "cast function must not be an aggregate function"
+#: commands/dbcommands.c:183
+msgid "permission denied to create database"
msgstr ""
-#: commands/functioncmds.c:753
-msgid "cast function must not return a set"
+#: commands/dbcommands.c:192
+msgid "must be superuser to create database for another user"
msgstr ""
-#: commands/functioncmds.c:774
-msgid "Must be superuser to create a cast WITHOUT FUNCTION"
+#: commands/dbcommands.c:203
+msgid "cannot use an alternative location on this platform"
msgstr ""
-#: commands/functioncmds.c:787
-msgid "source and target datatypes are not physically compatible"
-msgstr ""
-
-#: commands/functioncmds.c:803
+#: commands/dbcommands.c:217 commands/dbcommands.c:405
+#: commands/dbcommands.c:653
#, c-format
-msgid "CreateCast: bogus CoercionContext %c"
-msgstr ""
+msgid "database \"%s\" already exists"
+msgstr "databasen «%s» eksisterer allerede"
-#: commands/functioncmds.c:820
-#, c-format
-msgid "cast from data type %s to data type %s already exists"
-msgstr ""
+#: commands/dbcommands.c:231
+#, fuzzy, c-format
+msgid "template database \"%s\" does not exist"
+msgstr "databasen «%s» eksisterer ikke"
-#: commands/functioncmds.c:897
+#: commands/dbcommands.c:242
#, c-format
-msgid "cast from type %s to type %s does not exist"
+msgid "permission denied to copy database \"%s\""
msgstr ""
-#: commands/functioncmds.c:940
+#: commands/dbcommands.c:263
#, c-format
-msgid "could not find tuple for cast %u"
-msgstr ""
+msgid "source database \"%s\" is being accessed by other users"
+msgstr "kildedatabasen «%s» blir aksert av andre brukere"
-#: commands/indexcmds.c:92
-msgid "DefineIndex: must specify at least one attribute"
-msgstr ""
-
-#: commands/indexcmds.c:94
-#, c-format
-msgid "Cannot use more than %d attributes in an index"
-msgstr ""
-
-#: commands/indexcmds.c:105
-#, c-format
-msgid "DefineIndex: relation \"%s\" is not a table"
-msgstr ""
+#: commands/dbcommands.c:274
+#, fuzzy, c-format
+msgid "invalid server encoding %d"
+msgstr "Ugyldig «for»-kodingnavn: %s"
-#: commands/indexcmds.c:114
-msgid "Existing indexes are inactive. REINDEX first"
-msgstr ""
+#: commands/dbcommands.c:304 commands/dbcommands.c:308
+#: commands/dbcommands.c:312
+msgid "database path may not contain single quotes"
+msgstr "databasestien kan ikke inneholde enkle sitattegn (')"
-#: commands/indexcmds.c:142
+#: commands/dbcommands.c:337
#, c-format
-msgid "DefineIndex: access method \"%s\" not found"
+msgid "could not create database directory \"%s\": %m"
msgstr ""
-#: commands/indexcmds.c:148
+#: commands/dbcommands.c:342
#, c-format
-msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
+msgid "could not remove temporary directory \"%s\": %m"
msgstr ""
-#: commands/indexcmds.c:151
+#: commands/dbcommands.c:353
#, c-format
-msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
+msgid "could not link file \"%s\" to \"%s\": %m"
msgstr ""
-#: commands/indexcmds.c:185
-msgid "Functional index can only have one attribute"
+#: commands/dbcommands.c:370 commands/dbcommands.c:385
+msgid "could not initialize database directory"
msgstr ""
-#: commands/indexcmds.c:189
+#: commands/dbcommands.c:371 commands/dbcommands.c:376
+#: commands/dbcommands.c:961
#, c-format
-msgid "Index function can take at most %d arguments"
+msgid "Failing system command was: %s"
msgstr ""
-#: commands/indexcmds.c:244
-msgid "Partial-index predicates may refer only to the base relation"
+#: commands/dbcommands.c:372 commands/dbcommands.c:377
+#: commands/dbcommands.c:962
+msgid "Look in the postmaster's stderr log for more information."
msgstr ""
-#: commands/indexcmds.c:252
-msgid "Cannot use subselect in index predicate"
+#: commands/dbcommands.c:375 commands/dbcommands.c:388
+msgid "could not initialize database directory; delete failed as well"
msgstr ""
-#: commands/indexcmds.c:254
-msgid "Cannot use aggregate in index predicate"
+#: commands/dbcommands.c:483
+msgid "cannot drop the currently open database"
msgstr ""
-#: commands/indexcmds.c:261
-msgid "Functions in index predicate must be marked isImmutable"
-msgstr ""
-
-#: commands/indexcmds.c:299 commands/indexcmds.c:389
-#, c-format
-msgid "DefineIndex: attribute \"%s\" not found"
+#: commands/dbcommands.c:516
+msgid "cannot drop a template database"
msgstr ""
-#: commands/indexcmds.c:324
-msgid "DefineIndex: functional index may not use an aggregate function"
-msgstr ""
+#: commands/dbcommands.c:527 commands/dbcommands.c:643
+#, fuzzy, c-format
+msgid "database \"%s\" is being accessed by other users"
+msgstr "CREATE DATABASE: kildedatabasen «%s» blir aksert av andre brukere"
-#: commands/indexcmds.c:326
-msgid ""
-"DefineIndex: functional index must use a real function, not a type coercion\n"
-"\tTry specifying the index opclass you want to use, instead"
+#: commands/dbcommands.c:634
+msgid "current database may not be renamed"
msgstr ""
-#: commands/indexcmds.c:334
-msgid "DefineIndex: cannot index on a function returning a set"
+#: commands/dbcommands.c:665
+msgid "permission denied to rename database"
msgstr ""
-#: commands/indexcmds.c:350
-msgid "DefineIndex: index function must be marked isImmutable"
+#: commands/dbcommands.c:884
+msgid "relative paths are not allowed as database locations"
msgstr ""
-#: commands/indexcmds.c:385
-msgid "missing attribute for define index"
+#: commands/dbcommands.c:888
+msgid "absolute paths are not allowed as database locations"
msgstr ""
-#: commands/indexcmds.c:418
+#: commands/dbcommands.c:900
#, c-format
-msgid ""
-"data type %s has no default operator class for access method \"%s\"\n"
-"\tYou must specify an operator class for the index or define a\n"
-"\tdefault operator class for the data type"
+msgid "postmaster environment variable \"%s\" not found"
msgstr ""
-#: commands/indexcmds.c:449 commands/indexcmds.c:457
+#: commands/dbcommands.c:905
#, c-format
-msgid ""
-"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
+msgid "postmaster environment variable \"%s\" must be absolute path"
msgstr ""
-#: commands/indexcmds.c:468
-#, c-format
-msgid "operator class \"%s\" does not accept data type %s"
+#: commands/dbcommands.c:914
+msgid "alternative path is too long"
msgstr ""
-#: commands/indexcmds.c:522
+#: commands/dbcommands.c:945
#, c-format
-msgid "pg_opclass contains multiple default opclasses for data type %s"
+msgid "could not remove file \"%s\": %m"
msgstr ""
-#: commands/indexcmds.c:544 commands/indexcmds.c:576 commands/indexcmds.c:619
+#: commands/dbcommands.c:959
#, c-format
-msgid "relation \"%s\" is of type \"%c\""
+msgid "could not remove database directory \"%s\""
msgstr ""
-#: commands/indexcmds.c:573
+#: commands/define.c:71 commands/define.c:169 commands/define.c:201
+#: commands/define.c:235
#, c-format
-msgid "index \"%s\" does not exist"
+msgid "%s requires a parameter"
msgstr ""
-#: commands/indexcmds.c:584
+#: commands/define.c:110 commands/define.c:121 commands/define.c:136
+#: commands/define.c:154
#, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
-"options"
+msgid "%s requires a numeric value"
msgstr ""
-#: commands/indexcmds.c:587
+#: commands/define.c:183
#, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
-"options"
+msgid "argument of %s must be a name"
msgstr ""
-#: commands/indexcmds.c:602
+#: commands/define.c:219
#, c-format
-msgid "index \"%s\" wasn't reindexed"
+msgid "argument of %s must be a type name"
msgstr ""
-#: commands/indexcmds.c:634
+#: commands/define.c:244
#, c-format
-msgid "table \"%s\" wasn't reindexed"
-msgstr ""
-
-#: commands/indexcmds.c:658
-msgid "REINDEX DATABASE: Can be executed only on the currently open database."
+msgid "%s requires an integer value"
msgstr ""
-#: commands/indexcmds.c:661
-msgid "REINDEX DATABASE: Permission denied."
-msgstr ""
-
-#: commands/indexcmds.c:664
-msgid "must be called under standalone postgres with -O -P options"
-msgstr ""
-
-#: commands/indexcmds.c:666
-msgid "must be called under standalone postgres with -P -O options"
-msgstr ""
-
-#: commands/indexcmds.c:732
+#: commands/define.c:265
#, c-format
-msgid "relation %u was reindexed"
+msgid "invalid argument for %s: \"%s\""
msgstr ""
-#: commands/lockcmds.c:65
+#: commands/functioncmds.c:83
#, c-format
-msgid "LOCK TABLE: %s is not a table"
+msgid "SQL function cannot return shell type %s"
msgstr ""
-#: commands/opclasscmds.c:88
+#: commands/functioncmds.c:88
#, c-format
-msgid "DefineOpClass: access method \"%s\" not found"
+msgid "return type %s is only a shell"
msgstr ""
-#: commands/opclasscmds.c:107
-msgid "Must be superuser to create an operator class"
-msgstr ""
-
-#: commands/opclasscmds.c:149
+#: commands/functioncmds.c:114
#, c-format
-msgid "DefineOpClass: invalid operator number %d, must be between 1 and %d"
+msgid "type \"%s\" is not yet defined"
msgstr ""
-#: commands/opclasscmds.c:153
-#, c-format
-msgid "DefineOpClass: operator number %d appears more than once"
+#: commands/functioncmds.c:115
+msgid "Creating a shell type definition."
msgstr ""
-#: commands/opclasscmds.c:170
+#: commands/functioncmds.c:162
#, c-format
-msgid "DefineOpClass: Operator '%s' for types '%s' and '%s' does not exist"
+msgid "SQL function cannot accept shell type %s"
msgstr ""
-#: commands/opclasscmds.c:186
+#: commands/functioncmds.c:167
#, c-format
-msgid "DefineOpClass: invalid procedure number %d, must be between 1 and %d"
+msgid "argument type %s is only a shell"
msgstr ""
-#: commands/opclasscmds.c:190
+#: commands/functioncmds.c:175 parser/parse_oper.c:113 parser/parse_oper.c:124
#, c-format
-msgid "DefineOpClass: procedure number %d appears more than once"
-msgstr ""
-
-#: commands/opclasscmds.c:203
-msgid "DefineOpClass: storage type specified more than once"
-msgstr ""
+msgid "type %s does not exist"
+msgstr "datatypen %s eksisterer ikke"
-#: commands/opclasscmds.c:207
-#, c-format
-msgid "DefineOpClass: bogus item type %d"
-msgstr ""
+#: commands/functioncmds.c:182
+msgid "functions cannot accept set arguments"
+msgstr "funksjoner kan ikke akseptere mengdeargumenter"
-#: commands/opclasscmds.c:229
-#, c-format
-msgid "Storage type may not be different from datatype for access method %s"
-msgstr ""
+#: commands/functioncmds.c:265
+msgid "no function body specified"
+msgstr "ingen funksjonskropp er angitt"
-#: commands/opclasscmds.c:245
-#, c-format
-msgid "Operator class \"%s\" already exists for access method \"%s\""
-msgstr ""
+#: commands/functioncmds.c:272
+msgid "no language specified"
+msgstr "intet språk er angitt"
-#: commands/opclasscmds.c:269
+#: commands/functioncmds.c:333
#, c-format
-msgid ""
-"Can't add class \"%s\" as default for type %s\n"
-"\tclass \"%s\" already is the default"
+msgid "unrecognized function attribute \"%s\" ignored"
msgstr ""
-#: commands/opclasscmds.c:477
+#: commands/functioncmds.c:377
#, c-format
-msgid "RemoveOpClass: access method \"%s\" not found"
+msgid "only one AS item needed for language \"%s\""
msgstr ""
-#: commands/opclasscmds.c:504 commands/opclasscmds.c:512
-#, c-format
-msgid ""
-"RemoveOpClass: operator class \"%s\" not supported by access method \"%s\""
+#: commands/functioncmds.c:448
+msgid "You need to use \"createlang\" to load the language into the database."
msgstr ""
-#: commands/opclasscmds.c:556
+#: commands/functioncmds.c:567 commands/functioncmds.c:673
#, c-format
-msgid "RemoveOpClassById: couldn't find pg_class entry %u"
-msgstr ""
-
-#: commands/operatorcmds.c:103
-msgid "setof type not implemented for leftarg"
-msgstr ""
+msgid "\"%s\" is an aggregate function"
+msgstr "«%s» er en aggregatfunksjon"
-#: commands/operatorcmds.c:109
-msgid "setof type not implemented for rightarg"
+#: commands/functioncmds.c:569
+msgid "Use DROP AGGREGATE to drop aggregate functions."
msgstr ""
-#: commands/operatorcmds.c:135
+#: commands/functioncmds.c:576
#, c-format
-msgid "DefineOperator: attribute \"%s\" not recognized"
+msgid "removing built-in function \"%s\""
msgstr ""
-#: commands/operatorcmds.c:144
-msgid "Define: \"procedure\" unspecified"
+#: commands/functioncmds.c:675
+msgid "Use ALTER AGGREGATE to rename aggregate functions."
msgstr ""
-#: commands/operatorcmds.c:215
+#: commands/functioncmds.c:813 commands/functioncmds.c:1047
#, c-format
-msgid "RemoveOperator: failed to find tuple for operator '%s'"
+msgid "source data type %s does not exist"
msgstr ""
-#: commands/operatorcmds.c:251
+#: commands/functioncmds.c:820 commands/functioncmds.c:1054
#, c-format
-msgid "RemoveOperatorById: failed to find tuple for operator %u"
+msgid "target data type %s does not exist"
msgstr ""
-#: commands/portalcmds.c:88
-msgid "PerformPortalFetch: missing portal name"
+#: commands/functioncmds.c:826
+msgid "source data type and target data type are the same"
msgstr ""
-#: commands/portalcmds.c:98
+#: commands/functioncmds.c:832
#, c-format
-msgid "PerformPortalFetch: portal \"%s\" not found"
-msgstr ""
-
-#: commands/portalcmds.c:201
-msgid "PerformPortalClose: missing portal name"
+msgid "source data type %s is only a shell"
msgstr ""
-#: commands/portalcmds.c:211
+#: commands/functioncmds.c:838
#, c-format
-msgid "PerformPortalClose: portal \"%s\" not found"
-msgstr ""
-
-#: commands/proclang.c:61
-msgid ""
-"Only users with superuser privilege are permitted to create procedural "
-"languages"
+msgid "target data type %s is only a shell"
msgstr ""
-#: commands/proclang.c:73
+#: commands/functioncmds.c:844
#, c-format
-msgid "Language %s already exists"
+msgid "source data type %s is a pseudo-type"
msgstr ""
-#: commands/proclang.c:82
+#: commands/functioncmds.c:850
#, c-format
-msgid "function %s() doesn't exist"
+msgid "target data type %s is a pseudo-type"
msgstr ""
-#: commands/proclang.c:94
+#: commands/functioncmds.c:858 commands/functioncmds.c:1073
#, c-format
-msgid ""
-"CreateProceduralLanguage: changing return type of function %s() from OPAQUE "
-"to LANGUAGE_HANDLER"
+msgid "must be owner of type %s or type %s"
msgstr ""
-#: commands/proclang.c:99
-#, c-format
-msgid "CreateProceduralLanguage: function %s() must return LANGUAGE_HANDLER"
+#: commands/functioncmds.c:880
+msgid "cast function must take one argument"
msgstr ""
-#: commands/proclang.c:109
-#, c-format
-msgid "function %s(oid) doesn't exist"
+#: commands/functioncmds.c:884
+msgid "argument of cast function must match source data type"
msgstr ""
-#: commands/proclang.c:183
-msgid ""
-"Only users with superuser privilege are permitted to drop procedural "
-"languages"
+#: commands/functioncmds.c:888
+msgid "return data type of cast function must match target data type"
msgstr ""
-#: commands/proclang.c:196
-#, c-format
-msgid "Language %s doesn't exist"
+#: commands/functioncmds.c:899
+msgid "cast function must not be volatile"
msgstr ""
-#: commands/proclang.c:225
-#, c-format
-msgid "DropProceduralLanguageById: language %u not found"
+#: commands/functioncmds.c:904
+msgid "cast function must not be an aggregate function"
msgstr ""
-#: commands/schemacmds.c:79
-#, c-format
-msgid ""
-"CREATE SCHEMA: permission denied\n"
-"\t\"%s\" is not a superuser, so cannot create a schema for \"%s\""
+#: commands/functioncmds.c:908
+msgid "cast function must not return a set"
msgstr ""
-#: commands/schemacmds.c:92
-#, c-format
-msgid ""
-"CREATE SCHEMA: Illegal schema name: \"%s\" -- pg_ is reserved for system "
-"schemas"
+#: commands/functioncmds.c:931
+msgid "must be superuser to create a cast WITHOUT FUNCTION"
msgstr ""
-#: commands/schemacmds.c:162
-msgid "Schema name may not be qualified"
+#: commands/functioncmds.c:946
+msgid "source and target data types are not physically compatible"
msgstr ""
-#: commands/schemacmds.c:169
+#: commands/functioncmds.c:981
#, c-format
-msgid "Schema \"%s\" does not exist"
+msgid "cast from type %s to type %s already exists"
msgstr ""
-#: commands/schemacmds.c:206
+#: commands/functioncmds.c:1064
#, c-format
-msgid "RemoveSchemaById: schema %u not found"
+msgid "cast from type %s to type %s does not exist"
msgstr ""
-#: commands/sequence.c:207
-msgid "DefineSequence: ReadBuffer failed"
+#: commands/opclasscmds.c:112
+msgid "must be superuser to create an operator class"
msgstr ""
-#: commands/sequence.c:334
+#: commands/opclasscmds.c:154
#, c-format
-msgid "%s.nextval: you don't have permissions to set sequence %s"
+msgid "invalid operator number %d, must be between 1 and %d"
msgstr ""
-#: commands/sequence.c:409
+#: commands/opclasscmds.c:160
#, c-format
-msgid "%s.nextval: reached MAXVALUE (%s)"
+msgid "operator number %d appears more than once"
msgstr ""
-#: commands/sequence.c:430
+#: commands/opclasscmds.c:192
#, c-format
-msgid "%s.nextval: reached MINVALUE (%s)"
+msgid "invalid procedure number %d, must be between 1 and %d"
msgstr ""
-#: commands/sequence.c:520
+#: commands/opclasscmds.c:198
#, c-format
-msgid "%s.currval: you don't have permissions to read sequence %s"
+msgid "procedure number %d appears more than once"
msgstr ""
-#: commands/sequence.c:524
-#, c-format
-msgid "%s.currval is not yet defined in this session"
+#: commands/opclasscmds.c:214
+msgid "storage type specified more than once"
msgstr ""
-#: commands/sequence.c:559
+#: commands/opclasscmds.c:241
#, c-format
-msgid "%s.setval: you don't have permissions to set sequence %s"
-msgstr ""
-
-#: commands/sequence.c:574
-#, c-format
-msgid "%s.setval: value %s is out of bounds (%s,%s)"
+msgid ""
+"storage type may not be different from data type for access method \"%s\""
msgstr ""
-#: commands/sequence.c:700
+#: commands/opclasscmds.c:259
#, c-format
-msgid "%s.%s: %s is not a sequence"
+msgid "operator class \"%s\" for access method \"%s\" already exists"
msgstr ""
-#: commands/sequence.c:718
-msgid "Memory exhausted in init_sequence"
-msgstr ""
-
-#: commands/sequence.c:746
+#: commands/opclasscmds.c:287
#, c-format
-msgid "%s.%s: invalid number of blocks in sequence"
+msgid "could not make operator class \"%s\" be default for type %s"
msgstr ""
-#: commands/sequence.c:751
+#: commands/opclasscmds.c:290
#, c-format
-msgid "%s.%s: ReadBuffer failed"
+msgid "Operator class \"%s\" already is the default."
msgstr ""
-#: commands/sequence.c:760
+#: commands/opclasscmds.c:701
#, c-format
-msgid "%s.%s: bad magic (%08X)"
+msgid ""
+"operator class \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
msgstr ""
-#: commands/sequence.c:803
-msgid "DefineSequence: CYCLE ??"
+#: commands/operatorcmds.c:106 commands/operatorcmds.c:114
+msgid "setof type not allowed for operator argument"
msgstr ""
-#: commands/sequence.c:807
+#: commands/operatorcmds.c:141
#, c-format
-msgid "DefineSequence: option \"%s\" not recognized"
+msgid "operator attribute \"%s\" not recognized"
msgstr ""
-#: commands/sequence.c:814
-msgid "DefineSequence: can't INCREMENT by 0"
+#: commands/operatorcmds.c:151
+msgid "operator procedure must be specified"
msgstr ""
-#: commands/sequence.c:843
-#, c-format
-msgid "DefineSequence: MINVALUE (%s) must be less than MAXVALUE (%s)"
+#: commands/portalcmds.c:54 commands/portalcmds.c:164
+#: commands/portalcmds.c:209
+msgid "invalid cursor name: must not be empty"
msgstr ""
-#: commands/sequence.c:864
-#, c-format
-msgid "DefineSequence: START value (%s) can't be less than MINVALUE (%s)"
+#: commands/portalcmds.c:80
+msgid "DECLARE CURSOR may not specify INTO"
msgstr ""
-#: commands/sequence.c:874
-#, c-format
-msgid "DefineSequence: START value (%s) can't be greater than MAXVALUE (%s)"
+#: commands/portalcmds.c:84
+msgid "DECLARE CURSOR ... FOR UPDATE is not supported"
msgstr ""
-#: commands/sequence.c:885
-#, c-format
-msgid "DefineSequence: CACHE (%s) can't be <= 0"
+#: commands/portalcmds.c:85
+msgid "Cursors must be READ ONLY."
msgstr ""
-#: commands/sequence.c:905
-#, c-format
-msgid "seq_redo: unknown op code %u"
-msgstr ""
+#: commands/portalcmds.c:172 commands/portalcmds.c:219
+#, fuzzy, c-format
+msgid "cursor \"%s\" does not exist"
+msgstr "regelen «%s» eksisterer ikke"
-#: commands/sequence.c:913
-#, c-format
-msgid "seq_redo: can't read block of %u/%u"
-msgstr ""
+#: commands/portalcmds.c:308 tcop/pquery.c:419 tcop/pquery.c:931
+#, fuzzy, c-format
+msgid "portal \"%s\" already active"
+msgstr "navnerommet «%s» eksisterer allerede"
-#: commands/sequence.c:929
-msgid "seq_redo: failed to add item to page"
+#: commands/portalcmds.c:364
+msgid "could not reposition held cursor"
msgstr ""
-#: commands/tablecmds.c:152
-msgid "DefineRelation: please inherit from a relation or define an attribute"
+#: commands/prepare.c:61
+msgid "invalid statement name: must not be empty"
msgstr ""
-#: commands/tablecmds.c:360
-#, c-format
-msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
+#: commands/prepare.c:80
+msgid "utility statements cannot be prepared"
msgstr ""
-#: commands/tablecmds.c:363
-#, c-format
-msgid "TRUNCATE cannot be used on views. '%s' is a view"
+#: commands/prepare.c:168 commands/prepare.c:173 commands/prepare.c:536
+msgid "prepared statement is not a SELECT"
msgstr ""
-#: commands/tablecmds.c:366
+#: commands/prepare.c:308
#, c-format
-msgid "TRUNCATE can only be used on tables. '%s' is not a table"
+msgid "prepared statement \"%s\" already exists"
msgstr ""
-#: commands/tablecmds.c:372
+#: commands/prepare.c:388
#, c-format
-msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
+msgid "prepared statement \"%s\" does not exist"
msgstr ""
-#: commands/tablecmds.c:393
-msgid "TRUNCATE cannot be used on temp tables of other processes"
+#: commands/proclang.c:63
+msgid "must be superuser to create procedural language"
msgstr ""
-#: commands/tablecmds.c:417
+#: commands/proclang.c:76 commands/proclang.c:263
#, c-format
-msgid ""
-"TRUNCATE cannot be used as table %s references this one via foreign key "
-"constraint %s"
-msgstr ""
-
-#: commands/tablecmds.c:527
-#, c-format
-msgid "CREATE TABLE: attribute \"%s\" duplicated"
-msgstr ""
-
-#: commands/tablecmds.c:550
-#, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" is not a table"
-msgstr ""
+msgid "language \"%s\" already exists"
+msgstr "språket «%s» eksisterer allerede"
-#: commands/tablecmds.c:554
+#: commands/proclang.c:96
#, c-format
-msgid "CREATE TABLE: cannot inherit from temp relation \"%s\""
+msgid ""
+"changing return type of function %s from \"opaque\" to \"language_handler\""
msgstr ""
-#: commands/tablecmds.c:569
+#: commands/proclang.c:103
#, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
+msgid "function %s must return type \"language_handler\""
msgstr ""
-#: commands/tablecmds.c:621
-#, c-format
-msgid ""
-"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\""
+#: commands/proclang.c:186
+msgid "must be superuser to drop procedural language"
msgstr ""
-#: commands/tablecmds.c:626
-#, c-format
-msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)"
+#: commands/proclang.c:269
+msgid "must be superuser to rename procedural language"
msgstr ""
-#: commands/tablecmds.c:772
-#, c-format
-msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition"
-msgstr ""
+#: commands/schemacmds.c:84 commands/user.c:832 commands/user.c:967
+msgid "permission denied"
+msgstr "ikke tillatt"
-#: commands/tablecmds.c:777
+#: commands/schemacmds.c:85
#, c-format
-msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)"
+msgid "\"%s\" is not a superuser, so cannot create a schema for \"%s\""
msgstr ""
-#: commands/tablecmds.c:815
+#: commands/schemacmds.c:100 commands/schemacmds.c:272
#, c-format
-msgid ""
-"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n"
-"\tTo resolve the conflict, specify a default explicitly"
+msgid "unacceptable schema name \"%s\""
msgstr ""
-#: commands/tablecmds.c:1059
-#, c-format
-msgid "setRelhassubclassInRelation: cache lookup failed for relation %u"
+#: commands/schemacmds.c:101 commands/schemacmds.c:273
+msgid "The prefix \"pg_\" is reserved for system schemas."
msgstr ""
-#: commands/tablecmds.c:1114
+#: commands/sequence.c:421 commands/sequence.c:613 commands/sequence.c:656
#, c-format
-msgid "renameatt: class \"%s\" is a system catalog"
+msgid "permission denied for sequence %s"
msgstr ""
-#: commands/tablecmds.c:1160
+#: commands/sequence.c:498
#, c-format
-msgid "Inherited attribute \"%s\" must be renamed in child tables too"
+msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
msgstr ""
-#: commands/tablecmds.c:1168
+#: commands/sequence.c:521
#, c-format
-msgid "renameatt: attribute \"%s\" does not exist"
+msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
msgstr ""
-#: commands/tablecmds.c:1173
+#: commands/sequence.c:619
#, c-format
-msgid "renameatt: system attribute \"%s\" may not be renamed"
+msgid "currval of sequence \"%s\" is not yet defined in this session"
msgstr ""
-#: commands/tablecmds.c:1181
+#: commands/sequence.c:673
#, c-format
-msgid "renameatt: inherited attribute \"%s\" may not be renamed"
+msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
msgstr ""
-#: commands/tablecmds.c:1190
-#, c-format
-msgid "renameatt: attribute \"%s\" exists"
+#: commands/sequence.c:820 executor/execGrouping.c:328
+#: executor/execGrouping.c:388 executor/nodeIndexscan.c:1035 executor/spi.c:85
+#: executor/spi.c:167 lib/dllist.c:43 lib/dllist.c:88 libpq/auth.c:634
+#: postmaster/postmaster.c:1556 postmaster/postmaster.c:2153
+#: postmaster/postmaster.c:2916 postmaster/pgstat.c:828
+#: postmaster/pgstat.c:845 postmaster/pgstat.c:2242 postmaster/pgstat.c:2305
+#: postmaster/pgstat.c:2350 postmaster/pgstat.c:2401
+#: storage/buffer/localbuf.c:129 storage/file/fd.c:523 storage/file/fd.c:556
+#: storage/file/fd.c:701 storage/ipc/shmem.c:170 storage/ipc/shmem.c:229
+#: storage/ipc/shmem.c:349 storage/ipc/sinval.c:348 storage/lmgr/lock.c:479
+#: storage/lmgr/lock.c:527 storage/lmgr/proc.c:154 storage/lmgr/proc.c:170
+#: storage/smgr/mm.c:191 utils/adt/cash.c:297 utils/adt/cash.c:312
+#: utils/adt/regexp.c:189 utils/adt/ri_triggers.c:3188 utils/fmgr/dfmgr.c:119
+#: utils/cache/relcache.c:172 utils/cache/relcache.c:182
+#: utils/cache/relcache.c:196 utils/cache/relcache.c:1218
+#: utils/cache/typcache.c:121 utils/init/miscinit.c:177
+#: utils/init/miscinit.c:198 utils/init/miscinit.c:208 utils/misc/guc.c:1651
+#: utils/misc/guc.c:1848 utils/misc/guc.c:2821 utils/misc/guc.c:2868
+#: utils/misc/guc.c:3754 utils/misc/guc.c:3889 utils/misc/guc.c:3954
+#: utils/misc/guc.c:3962 utils/misc/guc.c:3971 guc-file.l:152 guc-file.l:278
+#: guc-file.l:315 utils/mmgr/aset.c:335 utils/mmgr/aset.c:501
+#: utils/mmgr/aset.c:698 utils/mmgr/aset.c:891 utils/mmgr/portalmem.c:75
+msgid "out of memory"
msgstr ""
-#: commands/tablecmds.c:1220
-#, c-format
-msgid "renameatt: can't find index id %u"
+#: commands/sequence.c:958
+msgid "INCREMENT must not be zero"
msgstr ""
-#: commands/tablecmds.c:1305
+#: commands/sequence.c:994
#, c-format
-msgid "renamerel: system relation \"%s\" may not be renamed"
+msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
msgstr ""
-#: commands/tablecmds.c:1321
+#: commands/sequence.c:1018
#, c-format
-msgid "renamerel: relation \"%s\" does not exist"
+msgid "START value (%s) can't be less than MINVALUE (%s)"
msgstr ""
-#: commands/tablecmds.c:1325
+#: commands/sequence.c:1030
#, c-format
-msgid "renamerel: relation \"%s\" exists"
+msgid "START value (%s) can't be greater than MAXVALUE (%s)"
msgstr ""
-#: commands/tablecmds.c:1623 commands/tablecmds.c:1878
-#: commands/tablecmds.c:2012 commands/tablecmds.c:2227
-#: commands/tablecmds.c:2376 commands/tablecmds.c:2546
-#: commands/tablecmds.c:3508 commands/tablecmds.c:3683
+#: commands/sequence.c:1044
#, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table"
+msgid "CACHE (%s) must be greater than zero"
msgstr ""
-#: commands/tablecmds.c:1634 commands/tablecmds.c:1883
-#: commands/tablecmds.c:2017 commands/tablecmds.c:2135
-#: commands/tablecmds.c:2234 commands/tablecmds.c:2381
-#: commands/tablecmds.c:2551 commands/tablecmds.c:3513
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" is a system catalog"
+#: commands/tablecmds.c:150
+msgid "ON COMMIT can only be used on temporary tables"
msgstr ""
-#: commands/tablecmds.c:1682
-#, c-format
-msgid "ALTER TABLE: child table %u has different type for column \"%s\""
-msgstr ""
+#: commands/tablecmds.c:210
+#, fuzzy, c-format
+msgid "duplicate check constraint name \"%s\""
+msgstr "Duplikat CHECK-tvangstrøyenavn: «%s»"
-#: commands/tablecmds.c:1691
+#: commands/tablecmds.c:387 commands/tablecmds.c:1116
+#: commands/tablecmds.c:1323 commands/tablecmds.c:1661
+#: commands/tablecmds.c:1947 commands/tablecmds.c:2091
+#: commands/tablecmds.c:2219 commands/tablecmds.c:2328
+#: commands/tablecmds.c:2491 commands/tablecmds.c:2617
+#: commands/tablecmds.c:2798 commands/tablecmds.c:3097
+#: commands/tablecmds.c:3802 commands/trigger.c:150 commands/trigger.c:552
+#: tcop/utility.c:162 tcop/utility.c:197
#, c-format
-msgid "ALTER TABLE: merging definition of column \"%s\" for child %s"
+msgid "permission denied: \"%s\" is a system catalog"
msgstr ""
-#: commands/tablecmds.c:1708
-msgid "Attribute must be added to child tables too"
+#: commands/tablecmds.c:397
+msgid "cannot truncate temporary tables of other sessions"
msgstr ""
-#: commands/tablecmds.c:1725
-msgid ""
-"Adding columns with defaults is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE SET DEFAULT."
-msgstr ""
+#: commands/tablecmds.c:509
+#, fuzzy, c-format
+msgid "column \"%s\" duplicated"
+msgstr "kolonnenavnet «%s» er duplikert"
-#: commands/tablecmds.c:1729
-msgid ""
-"Adding NOT NULL columns is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE ... SET NOT NULL."
-msgstr ""
+#: commands/tablecmds.c:534 parser/analyze.c:1188 parser/analyze.c:1393
+#, fuzzy, c-format
+msgid "inherited relation \"%s\" is not a table"
+msgstr "relasjonen «%s» er ikke en tabell"
-#: commands/tablecmds.c:1738 commands/tablecmds.c:3823
+#: commands/tablecmds.c:540
#, c-format
-msgid "ALTER TABLE: relation \"%s\" not found"
+msgid "cannot inherit from temporary relation \"%s\""
msgstr ""
-#: commands/tablecmds.c:1750
+#: commands/tablecmds.c:557
#, c-format
-msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
+msgid "inherited relation \"%s\" duplicated"
msgstr ""
-#: commands/tablecmds.c:1756
+#: commands/tablecmds.c:611
#, c-format
-msgid "ALTER TABLE: relations limited to %d columns"
+msgid "merging multiple inherited definitions of column \"%s\""
msgstr ""
-#: commands/tablecmds.c:1928 commands/tablecmds.c:2062
-#: commands/tablecmds.c:2180
+#: commands/tablecmds.c:618
#, c-format
-msgid "ALTER TABLE: Cannot alter system attribute \"%s\""
+msgid "inherited column \"%s\" has a type conflict"
msgstr ""
-#: commands/tablecmds.c:1949
+#: commands/tablecmds.c:620 commands/tablecmds.c:775 parser/parse_coerce.c:255
+#: parser/parse_coerce.c:918 parser/parse_coerce.c:935
+#: parser/parse_coerce.c:981
#, c-format
-msgid "ALTER TABLE: Index %u not found"
+msgid "%s versus %s"
msgstr ""
-#: commands/tablecmds.c:1964
+#: commands/tablecmds.c:766
#, c-format
-msgid "ALTER TABLE: Attribute \"%s\" is in a primary key"
+msgid "merging column \"%s\" with inherited definition"
msgstr ""
-#: commands/tablecmds.c:1980 commands/tablecmds.c:2094
-#: commands/tablecmds.c:2322
+#: commands/tablecmds.c:773
#, c-format
-msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
+msgid "column \"%s\" has a type conflict"
msgstr ""
-#: commands/tablecmds.c:2081
+#: commands/tablecmds.c:814
#, c-format
-msgid "ALTER TABLE: Attribute \"%s\" contains NULL values"
+msgid "column \"%s\" inherits conflicting default values"
msgstr ""
-#: commands/tablecmds.c:2130
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table or view"
+#: commands/tablecmds.c:816
+msgid "To resolve the conflict, specify a default explicitly."
msgstr ""
-#: commands/tablecmds.c:2254
+#: commands/tablecmds.c:1161
#, c-format
-msgid "ALTER TABLE: statistics target %d is too low"
-msgstr ""
-
-#: commands/tablecmds.c:2259
-msgid "ALTER TABLE: lowering statistics target to 1000"
+msgid "inherited column \"%s\" must be renamed in child tables too"
msgstr ""
-#: commands/tablecmds.c:2280
+#: commands/tablecmds.c:1179
#, c-format
-msgid "ALTER TABLE: \"%s\" storage not recognized"
+msgid "cannot rename system column \"%s\""
msgstr ""
-#: commands/tablecmds.c:2285
+#: commands/tablecmds.c:1189
#, c-format
-msgid "ALTER TABLE: Invalid column flag: %c"
+msgid "cannot rename inherited column \"%s\""
msgstr ""
-#: commands/tablecmds.c:2327
+#: commands/tablecmds.c:1200 commands/tablecmds.c:1801
#, c-format
-msgid "ALTER TABLE: cannot change system attribute \"%s\""
+msgid "column \"%s\" of relation \"%s\" already exists"
msgstr ""
-#: commands/tablecmds.c:2344
+#: commands/tablecmds.c:1714
#, c-format
-msgid "ALTER TABLE: Column datatype %s can only have storage \"plain\""
+msgid "child table \"%s\" has different type for column \"%s\""
msgstr ""
-#: commands/tablecmds.c:2398
+#: commands/tablecmds.c:1722
#, c-format
-msgid "ALTER TABLE: Cannot drop system attribute \"%s\""
+msgid "merging definition of column \"%s\" for child \"%s\""
msgstr ""
-#: commands/tablecmds.c:2404
-#, c-format
-msgid "ALTER TABLE: Cannot drop inherited column \"%s\""
+#: commands/tablecmds.c:1754
+msgid "column must be added to child tables too"
msgstr ""
-#: commands/tablecmds.c:2433 commands/tablecmds.c:2484
-#, c-format
-msgid "ALTER TABLE: relation %u has no column \"%s\""
+#: commands/tablecmds.c:1773
+msgid "adding columns with defaults is not implemented"
msgstr ""
-#: commands/tablecmds.c:2438 commands/tablecmds.c:2489
-#, c-format
-msgid "ALTER TABLE: relation %u has non-inherited column \"%s\""
+#: commands/tablecmds.c:1774
+msgid "Add the column, then use ALTER TABLE SET DEFAULT."
msgstr ""
-#: commands/tablecmds.c:2623
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type."
+#: commands/tablecmds.c:1779
+msgid "adding NOT NULL columns is not implemented"
msgstr ""
-#: commands/tablecmds.c:2653
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
+#: commands/tablecmds.c:1780
+msgid "Add the column, then use ALTER TABLE SET NOT NULL."
msgstr ""
-#: commands/tablecmds.c:2713
+#: commands/tablecmds.c:1993 commands/tablecmds.c:2137
+#: commands/tablecmds.c:2265 commands/tablecmds.c:2429
#, c-format
-msgid "Only relation '%s' can be referenced in CHECK"
+msgid "cannot alter system column \"%s\""
msgstr ""
-#: commands/tablecmds.c:2762
+#: commands/tablecmds.c:2029
#, c-format
-msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
+msgid "column \"%s\" is in a primary key"
msgstr ""
-#: commands/tablecmds.c:2818
+#: commands/tablecmds.c:2158
#, c-format
-msgid "referenced relation \"%s\" is not a table"
+msgid "column \"%s\" contains null values"
msgstr ""
-#: commands/tablecmds.c:2823
+#: commands/tablecmds.c:2208
#, c-format
-msgid "%s: relation \"%s\" is a system catalog"
+msgid "\"%s\" is not a table or view"
msgstr ""
-#: commands/tablecmds.c:2838
+#: commands/tablecmds.c:2347
#, c-format
-msgid "%s: Unable to reference temporary table from permanent table constraint"
+msgid "statistics target %d is too low"
msgstr ""
-#: commands/tablecmds.c:2880
+#: commands/tablecmds.c:2355
#, c-format
-msgid ""
-"%s: number of referencing and referenced attributes for foreign key disagree"
+msgid "lowering statistics target to %d"
msgstr ""
-#: commands/tablecmds.c:2961
+#: commands/tablecmds.c:2378
#, c-format
-msgid "%s: column \"%s\" referenced in foreign key constraint does not exist"
+msgid "invalid storage type \"%s\""
msgstr ""
-#: commands/tablecmds.c:2964
+#: commands/tablecmds.c:2448
#, c-format
-msgid "Can only have %d keys in a foreign key"
+msgid "column data type %s can only have storage PLAIN"
msgstr ""
-#: commands/tablecmds.c:3008
-#, c-format
-msgid "transformFkeyGetPrimaryKey: index %u not found"
+#: commands/tablecmds.c:2554
+msgid "ALTER TABLE WITH OIDS is not yet implemented"
msgstr ""
-#: commands/tablecmds.c:3026
+#: commands/tablecmds.c:2635
#, c-format
-msgid "PRIMARY KEY for referenced table \"%s\" not found"
+msgid "cannot drop system column \"%s\""
msgstr ""
-#: commands/tablecmds.c:3082
+#: commands/tablecmds.c:2643
#, c-format
-msgid "transformFkeyCheckAttrs: index %u not found"
+msgid "cannot drop inherited column \"%s\""
msgstr ""
-#: commands/tablecmds.c:3140
+#: commands/tablecmds.c:2970
+#, fuzzy, c-format
+msgid "check constraint may only reference relation \"%s\""
+msgstr "tvangstrøye (constraint) «%s» eksisterer allerede for relasjonen «%s»"
+
+#: commands/tablecmds.c:3034
#, c-format
-msgid ""
-"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
+msgid "check constraint \"%s\" is violated by some row"
msgstr ""
-#: commands/tablecmds.c:3307
+#: commands/tablecmds.c:3085
#, c-format
-msgid ""
-"number of key attributes in referenced table must be equal to foreign key\n"
-"\tIllegal FOREIGN KEY definition references \"%s\""
+msgid "referenced relation \"%s\" is not a table"
msgstr ""
-#: commands/tablecmds.c:3367
-msgid "Unrecognized ON DELETE action for FOREIGN KEY constraint"
+#: commands/tablecmds.c:3119
+msgid "cannot reference temporary table from permanent table constraint"
msgstr ""
-#: commands/tablecmds.c:3438
-msgid "Unrecognized ON UPDATE action for FOREIGN KEY constraint"
+#: commands/tablecmds.c:3126
+msgid "cannot reference permanent table from temporary table constraint"
msgstr ""
-#: commands/tablecmds.c:3483
-#, c-format
-msgid "fkMatchTypeToString: Unknown MATCH TYPE '%c'"
+#: commands/tablecmds.c:3168 commands/tablecmds.c:3597
+msgid "number of referencing and referenced columns for foreign key disagree"
msgstr ""
-#: commands/tablecmds.c:3559
+#: commands/tablecmds.c:3250
#, c-format
-msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
+msgid "column \"%s\" referenced in foreign key constraint does not exist"
msgstr ""
-#: commands/tablecmds.c:3563
-msgid "Multiple constraints dropped"
+#: commands/tablecmds.c:3255
+#, c-format
+msgid "cannot have more than %d keys in a foreign key"
msgstr ""
-#: commands/tablecmds.c:3588
+#: commands/tablecmds.c:3318
#, c-format
-msgid "ALTER TABLE: relation %u not found"
+msgid "there is no primary key for referenced table \"%s\""
msgstr ""
-#: commands/tablecmds.c:3650
+#: commands/tablecmds.c:3432
#, c-format
msgid ""
-"ALTER TABLE: relation \"%s\" is not a table, TOAST table, index, view, or "
-"sequence"
-msgstr ""
-
-#: commands/tablecmds.c:3700
-msgid "Shared relations cannot be toasted after initdb"
+"there is no unique constraint matching given keys for referenced table \"%s\""
msgstr ""
-#: commands/tablecmds.c:3713
+#: commands/tablecmds.c:3847 commands/trigger.c:2306
#, c-format
-msgid "ALTER TABLE: relation \"%s\" already has a toast table"
+msgid "constraint \"%s\" does not exist"
msgstr ""
-#: commands/tablecmds.c:3728
+#: commands/tablecmds.c:3852
#, c-format
-msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
+msgid "multiple constraints named \"%s\" were dropped"
msgstr ""
-#: commands/trigger.c:132
+#: commands/tablecmds.c:3894
#, c-format
-msgid "Unable to find table for constraint \"%s\""
+msgid "\"%s\" is not a table, TOAST table, index, view, or sequence"
msgstr ""
-#: commands/trigger.c:137
-#, c-format
-msgid "CreateTrigger: relation \"%s\" is not a table"
+#: commands/tablecmds.c:4078
+msgid "shared tables cannot be toasted after initdb"
msgstr ""
-#: commands/trigger.c:141
+#: commands/tablecmds.c:4093
#, c-format
-msgid "CreateTrigger: can't create trigger for system relation %s"
+msgid "tables \"%s\" already has a TOAST table"
msgstr ""
-#: commands/trigger.c:199
-msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet"
-msgstr ""
-
-#: commands/trigger.c:207
-msgid "CreateTrigger: double INSERT event specified"
-msgstr ""
-
-#: commands/trigger.c:212
-msgid "CreateTrigger: double DELETE event specified"
-msgstr ""
-
-#: commands/trigger.c:217
-msgid "CreateTrigger: double UPDATE event specified"
-msgstr ""
-
-#: commands/trigger.c:221
-msgid "CreateTrigger: unknown event specified"
-msgstr ""
-
-#: commands/trigger.c:247
+#: commands/tablecmds.c:4110
#, c-format
-msgid "CreateTrigger: trigger %s already defined on relation %s"
+msgid "table \"%s\" does not need a TOAST table"
msgstr ""
-#: commands/trigger.c:259
+#: commands/trigger.c:137
#, c-format
-msgid "CreateTrigger: function %s() does not exist"
+msgid "could not determine referenced table for constraint \"%s\""
msgstr ""
-#: commands/trigger.c:270
-#, c-format
-msgid ""
-"CreateTrigger: changing return type of function %s() from OPAQUE to TRIGGER"
+#: commands/trigger.c:222
+msgid "multiple INSERT events specified"
msgstr ""
-#: commands/trigger.c:275
-#, c-format
-msgid "CreateTrigger: function %s() must return TRIGGER"
+#: commands/trigger.c:229
+msgid "multiple DELETE events specified"
msgstr ""
-#: commands/trigger.c:375
-#, c-format
-msgid "CreateTrigger: relation %s not found in pg_class"
+#: commands/trigger.c:236
+msgid "multiple UPDATE events specified"
msgstr ""
-#: commands/trigger.c:460
+#: commands/trigger.c:269 commands/trigger.c:654
#, c-format
-msgid "DropTrigger: there is no trigger %s on relation %s"
-msgstr ""
+msgid "trigger \"%s\" for relation \"%s\" already exists"
+msgstr "utløseren «%s» for relasjonen «%s» eksisterer allerede"
-#: commands/trigger.c:509
+#: commands/trigger.c:290
#, c-format
-msgid "RemoveTriggerById: Trigger %u does not exist"
+msgid "changing return type of function %s from \"opaque\" to \"trigger\""
msgstr ""
-#: commands/trigger.c:520
+#: commands/trigger.c:297
#, c-format
-msgid "DropTrigger: relation \"%s\" is not a table"
+msgid "function %s must return type \"trigger\""
msgstr ""
-#: commands/trigger.c:524
+#: commands/trigger.c:1161
#, c-format
-msgid "DropTrigger: can't drop trigger for system relation %s"
+msgid "trigger function %u returned null value"
msgstr ""
-#: commands/trigger.c:549
-#, c-format
-msgid "DropTrigger: relation %s not found in pg_class"
+#: commands/trigger.c:1213 commands/trigger.c:1326 commands/trigger.c:1455
+msgid "BEFORE STATEMENT trigger cannot return a value"
msgstr ""
-#: commands/trigger.c:554
-#, c-format
-msgid "DropTrigger: relation %s has reltriggers = 0"
+#: commands/trigger.c:1582 executor/execMain.c:1136 executor/execMain.c:1436
+#: executor/execMain.c:1571
+msgid "could not serialize access due to concurrent update"
msgstr ""
-#: commands/trigger.c:625
-#, c-format
-msgid "renametrig: trigger %s already defined on relation %s"
+#: commands/trigger.c:2257
+msgid "unnamed constraints cannot be set explicitly"
msgstr ""
-#: commands/trigger.c:666
+#: commands/trigger.c:2290
#, c-format
-msgid "renametrig: trigger %s not defined on relation %s"
+msgid "constraint \"%s\" is not deferrable"
msgstr ""
-#: commands/trigger.c:729
+#: commands/typecmds.c:135
#, c-format
-msgid "RelationBuildTriggers: unexpected record found for rel %s"
+msgid "type names must be %d characters or less"
msgstr ""
-#: commands/trigger.c:757
+#: commands/typecmds.c:167
#, c-format
-msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
+msgid "array element type cannot be %s"
msgstr ""
-#: commands/trigger.c:777
+#: commands/typecmds.c:200
#, c-format
-msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
+msgid "alignment \"%s\" not recognized"
msgstr ""
-#: commands/trigger.c:1129
+#: commands/typecmds.c:217
#, c-format
-msgid "ExecCallTriggerFunc: function %u returned NULL"
+msgid "storage \"%s\" not recognized"
msgstr ""
-#: commands/trigger.c:1368 executor/execMain.c:1044 executor/execMain.c:1318
-#: executor/execMain.c:1453
-msgid "Can't serialize access due to concurrent update"
-msgstr ""
-
-#: commands/trigger.c:1391 executor/execMain.c:1065
+#: commands/typecmds.c:222
#, c-format
-msgid "Unknown status %u from heap_mark4update"
-msgstr ""
-
-#: commands/trigger.c:1403
-msgid "GetTupleForTrigger: failed ReadBuffer"
+msgid "type attribute \"%s\" not recognized"
msgstr ""
-#: commands/trigger.c:1591
-msgid "DeferredTriggerExecute: failed to fetch old tuple"
+#: commands/typecmds.c:232
+msgid "type input function must be specified"
msgstr ""
-#: commands/trigger.c:1598
-msgid "DeferredTriggerExecute: failed to fetch new tuple"
+#: commands/typecmds.c:236
+msgid "type output function must be specified"
msgstr ""
-#: commands/trigger.c:1619
+#: commands/typecmds.c:275
#, c-format
-msgid "DeferredTriggerExecute: can't find trigger %u"
+msgid "changing return type of function %s from \"opaque\" to %s"
msgstr ""
-#: commands/trigger.c:1765
+#: commands/typecmds.c:282
#, c-format
-msgid "deferredTriggerInvokeEvents: relation %u has no triggers"
+msgid "type input function %s must return type %s"
msgstr ""
-#: commands/trigger.c:1876
-msgid "DeferredTriggerBeginXact() called while inside transaction"
-msgstr ""
-
-#: commands/trigger.c:2052
-msgid "unnamed constraints cannot be set explicitly"
-msgstr ""
-
-#: commands/trigger.c:2083
+#: commands/typecmds.c:292
#, c-format
-msgid "Constraint '%s' is not deferrable"
+msgid "changing return type of function %s from \"opaque\" to \"cstring\""
msgstr ""
-#: commands/trigger.c:2097
+#: commands/typecmds.c:299
#, c-format
-msgid "Constraint '%s' does not exist"
-msgstr ""
-
-#: commands/trigger.c:2174
-msgid "DeferredTriggerSaveEvent() called outside of transaction"
+msgid "type output function %s must return type \"cstring\""
msgstr ""
-#: commands/typecmds.c:94
+#: commands/typecmds.c:308
#, c-format
-msgid "DefineType: type names must be %d characters or less"
+msgid "type receive function %s must return type %s"
msgstr ""
-#: commands/typecmds.c:124
+#: commands/typecmds.c:317
#, c-format
-msgid "Array element type cannot be %s"
+msgid "type send function %s must return type \"bytea\""
msgstr ""
-#: commands/typecmds.c:155
+#: commands/typecmds.c:520
#, c-format
-msgid "DefineType: \"%s\" alignment not recognized"
+msgid "domain names must be %d characters or less"
msgstr ""
-#: commands/typecmds.c:171
+#: commands/typecmds.c:541
#, c-format
-msgid "DefineType: \"%s\" storage not recognized"
+msgid "\"%s\" is not a valid base type for a domain"
msgstr ""
-#: commands/typecmds.c:176
-#, c-format
-msgid "DefineType: attribute \"%s\" not recognized"
+#: commands/typecmds.c:598 commands/typecmds.c:1453
+msgid "foreign key constraints not possible for domains"
msgstr ""
-#: commands/typecmds.c:185
-msgid "Define: \"input\" unspecified"
+#: commands/typecmds.c:618
+msgid "multiple default expressions"
msgstr ""
-#: commands/typecmds.c:187
-msgid "Define: \"output\" unspecified"
+#: commands/typecmds.c:648 commands/typecmds.c:657
+msgid "conflicting NULL/NOT NULL constraints"
msgstr ""
-#: commands/typecmds.c:220
-#, c-format
-msgid "TypeCreate: changing return type of function %s from OPAQUE to %s"
+#: commands/typecmds.c:676 commands/typecmds.c:1471
+msgid "unique constraints not possible for domains"
msgstr ""
-#: commands/typecmds.c:225
-#, c-format
-msgid "Type input function %s must return %s"
-msgstr ""
-
-#: commands/typecmds.c:233
-#, c-format
-msgid "TypeCreate: changing return type of function %s from OPAQUE to CSTRING"
-msgstr ""
-
-#: commands/typecmds.c:238
-#, c-format
-msgid "Type output function %s must return cstring"
+#: commands/typecmds.c:682 commands/typecmds.c:1477
+msgid "primary key constraints not possible for domains"
msgstr ""
-#: commands/typecmds.c:366
-#, c-format
-msgid "RemoveTypeById: type %u not found"
+#: commands/typecmds.c:691 commands/typecmds.c:1486
+msgid "specifying constraint deferrability not supported for domains"
msgstr ""
-#: commands/typecmds.c:426
+#: commands/typecmds.c:808 commands/typecmds.c:1720 commands/typecmds.c:2031
#, c-format
-msgid "CREATE DOMAIN: domain names must be %d characters or less"
+msgid "\"%s\" is not a domain"
msgstr ""
-#: commands/typecmds.c:445
+#: commands/typecmds.c:878
#, c-format
-msgid "DefineDomain: %s is not a basetype"
-msgstr ""
-
-#: commands/typecmds.c:509
-msgid "CREATE DOMAIN has multiple DEFAULT expressions"
-msgstr ""
-
-#: commands/typecmds.c:539 commands/typecmds.c:546
-msgid "CREATE DOMAIN has conflicting NULL / NOT NULL constraint"
-msgstr ""
-
-#: commands/typecmds.c:552
-msgid "CREATE DOMAIN / UNIQUE indexes not supported"
-msgstr ""
-
-#: commands/typecmds.c:556
-msgid "CREATE DOMAIN / PRIMARY KEY indexes not supported"
-msgstr ""
-
-#: commands/typecmds.c:560
-msgid "DefineDomain: CHECK Constraints not supported"
-msgstr ""
-
-#: commands/typecmds.c:567
-msgid ""
-"DefineDomain: DEFERRABLE, NON DEFERRABLE, DEFERRED and IMMEDIATE not "
-"supported"
-msgstr ""
-
-#: commands/typecmds.c:571
-msgid "DefineDomain: unrecognized constraint node type"
+msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
msgstr ""
-#: commands/typecmds.c:654
+#: commands/typecmds.c:948
#, c-format
-msgid "RemoveDomain: type \"%s\" does not exist"
+msgid "changing argument type of function %s from \"opaque\" to %s"
msgstr ""
-#: commands/typecmds.c:667
-#, c-format
-msgid "%s is not a domain"
+#: commands/typecmds.c:1059
+msgid "composite type must have at least one attribute"
msgstr ""
-#: commands/typecmds.c:736
+#: commands/typecmds.c:1290
#, c-format
-msgid "TypeCreate: changing argument type of function %s from OPAQUE to %s"
+msgid "column \"%s\" of table \"%s\" contains null values"
msgstr ""
-#: commands/typecmds.c:795
+#: commands/typecmds.c:1557
#, c-format
msgid ""
-"TypeCreate: changing argument type of function %s from OPAQUE to CSTRING"
+"column \"%s\" of table \"%s\" contains values that violate the new constraint"
msgstr ""
-#: commands/typecmds.c:837
-msgid "attempted to define composite type relation with no attrs"
-msgstr ""
+#: commands/typecmds.c:1754
+#, fuzzy, c-format
+msgid "constraint \"%s\" for domain \"%s\" already exists"
+msgstr "tvangstrøyen «%s» for relasjonen «%s» eksisterer ikke"
-#: commands/user.c:147
-#, c-format
-msgid "write_group_file: unable to write %s: %m"
+#: commands/typecmds.c:1794 commands/typecmds.c:1803
+msgid "cannot use table references in domain check constraint"
msgstr ""
-#: commands/user.c:181
-#, c-format
-msgid "Invalid group name '%s'"
-msgstr "Ugyldig gruppenavn «%s»"
-
-#: commands/user.c:211 commands/user.c:335
-#, c-format
-msgid "Invalid user name '%s'"
-msgstr "Ugyldig brukernavn «%s»"
+#: commands/typecmds.c:1815
+#, fuzzy
+msgid "cannot use aggregate in check constraint"
+msgstr "kan ikke bruke aggregatfunksjoner i CHECK-tvangstrøyeuttrykk"
-#: commands/user.c:242 commands/user.c:364
+#: commands/user.c:149 commands/user.c:248 commands/user.c:297
+#: commands/user.c:379
#, c-format
-msgid "%s: %m"
+msgid "could not write to temporary file \"%s\": %m"
msgstr ""
-#: commands/user.c:250 commands/user.c:372
+#: commands/user.c:184
#, c-format
-msgid "rename %s to %s: %m"
-msgstr "omdøpe %s til %s: %m"
+msgid "invalid group name \"%s\""
+msgstr "ugyldig gruppenavn «%s»"
-#: commands/user.c:286
+#: commands/user.c:215 commands/user.c:347
#, c-format
-msgid "write_user_file: unable to write %s: %m"
-msgstr ""
+msgid "invalid user name \"%s\""
+msgstr "ugyldig brukernavn «%s»"
-#: commands/user.c:341
+#: commands/user.c:258 commands/user.c:389
#, c-format
-msgid "Invalid user password '%s'"
-msgstr "Ugyldig brukerpassord «%s»"
-
-#: commands/user.c:505 commands/user.c:515 commands/user.c:521
-#: commands/user.c:527 commands/user.c:533 commands/user.c:539
-msgid "CREATE USER: conflicting options"
+msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr ""
-#: commands/user.c:543
+#: commands/user.c:354
#, c-format
-msgid "CREATE USER: option \"%s\" not recognized"
-msgstr ""
+msgid "invalid user password \"%s\""
+msgstr "ugyldig brukerpassord «%s»"
-#: commands/user.c:555
-msgid "user id must be positive"
+#: commands/user.c:587
+#, fuzzy
+msgid "user ID must be positive"
msgstr "brukerid må være positiv"
-#: commands/user.c:570
-msgid "CREATE USER: permission denied"
+#: commands/user.c:604
+msgid "must be superuser to create users"
msgstr ""
-#: commands/user.c:573
+#: commands/user.c:609
#, c-format
-msgid "CREATE USER: user name \"%s\" is reserved"
-msgstr "CREATE USER: brukernavnet «%s» er reservert"
-
-#: commands/user.c:608
-#, c-format
-msgid "CREATE USER: user name \"%s\" already exists"
-msgstr "CREATE USER: brukernavn «%s» eksisterer allerede"
+msgid "user name \"%s\" is reserved"
+msgstr "brukernavnet «%s» er reservert"
-#: commands/user.c:611
+#: commands/user.c:646 commands/user.c:1191
#, c-format
-msgid "CREATE USER: sysid %d is already assigned"
-msgstr ""
-
-#: commands/user.c:642 commands/user.c:843
-msgid "CREATE USER: password encryption failed"
-msgstr ""
-
-#: commands/user.c:733 commands/user.c:743 commands/user.c:749
-#: commands/user.c:755
-msgid "ALTER USER: conflicting options"
-msgstr ""
-
-#: commands/user.c:759
-#, c-format
-msgid "ALTER USER: option \"%s\" not recognized"
-msgstr ""
-
-#: commands/user.c:782
-msgid "ALTER USER: permission denied"
-msgstr ""
+msgid "user \"%s\" already exists"
+msgstr "brukeren «%s» eksisterer allerede"
-#: commands/user.c:796
+#: commands/user.c:651 commands/user.c:1357
#, c-format
-msgid "ALTER USER: user \"%s\" does not exist"
+msgid "sysid %d is already assigned"
msgstr ""
-#: commands/user.c:907 commands/variable.c:549 utils/cache/lsyscache.c:1507
-#: utils/init/miscinit.c:556
+#: commands/user.c:848 commands/user.c:961 commands/user.c:1053
+#: commands/user.c:1172 commands/variable.c:778 utils/cache/lsyscache.c:1989
+#: utils/init/miscinit.c:310
#, c-format
msgid "user \"%s\" does not exist"
-msgstr ""
-
-#: commands/user.c:963
-msgid "DROP USER: permission denied"
-msgstr ""
+msgstr "brukeren «%s» eksisterer ikke"
-#: commands/user.c:990
-#, c-format
-msgid "DROP USER: user \"%s\" does not exist (no users removed)"
-msgstr ""
-
-#: commands/user.c:992
-#, c-format
-msgid "DROP USER: user \"%s\" does not exist"
+#: commands/user.c:1026
+msgid "must be superuser to drop users"
msgstr ""
-#: commands/user.c:998
+#: commands/user.c:1060
msgid "current user cannot be dropped"
msgstr "nåværende bruker kan ikke fjernes"
-#: commands/user.c:1000
+#: commands/user.c:1064
msgid "session user cannot be dropped"
msgstr "sesjonsbrukeren kan ikke fjernes"
-#: commands/user.c:1024
-#, c-format
-msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
-msgstr "DROP USER: brukeren «%s» eier databasen «%s» og kan ikke bli fjernet%s"
+#: commands/user.c:1090
+#, fuzzy, c-format
+msgid "user \"%s\" cannot be dropped"
+msgstr "sesjonsbrukeren kan ikke fjernes"
-#: commands/user.c:1104
+#: commands/user.c:1091
#, c-format
-msgid "CheckPgUserAclNotNull: \"%s\" not found"
+msgid "The user owns database \"%s\"."
msgstr ""
-#: commands/user.c:1109
-#, c-format
-msgid ""
-"To use passwords, you have to revoke permissions on %s so normal users "
-"cannot read the passwords. Try 'REVOKE ALL ON \"%s\" FROM PUBLIC'."
-msgstr ""
+#: commands/user.c:1183
+#, fuzzy
+msgid "session user may not be renamed"
+msgstr "sesjonsbrukeren kan ikke fjernes"
-#: commands/user.c:1151 commands/user.c:1157
-msgid "CREATE GROUP: conflicting options"
+#: commands/user.c:1197
+msgid "must be superuser to rename users"
msgstr ""
-#: commands/user.c:1161
+#: commands/user.c:1230
#, c-format
-msgid "CREATE GROUP: option \"%s\" not recognized"
-msgstr ""
-
-#: commands/user.c:1169
-msgid "group id must be positive"
+msgid "before using passwords you must revoke privileges on %s"
msgstr ""
-#: commands/user.c:1180
-msgid "CREATE GROUP: permission denied"
+#: commands/user.c:1232
+msgid ""
+"This restriction is to prevent unprivileged users from reading the passwords."
msgstr ""
-#: commands/user.c:1183
+#: commands/user.c:1233
#, c-format
-msgid "CREATE GROUP: group name \"%s\" is reserved"
+msgid "Try REVOKE ALL ON \"%s\" FROM PUBLIC."
msgstr ""
-#: commands/user.c:1218
-#, c-format
-msgid "CREATE GROUP: group name \"%s\" already exists"
-msgstr ""
+#: commands/user.c:1297
+#, fuzzy
+msgid "group ID must be positive"
+msgstr "brukerid må være positiv"
-#: commands/user.c:1221
-#, c-format
-msgid "CREATE GROUP: group sysid %d is already assigned"
+#: commands/user.c:1310
+msgid "must be superuser to create groups"
msgstr ""
-#: commands/user.c:1314
-#, c-format
-msgid "%s: group \"%s\" does not exist"
-msgstr ""
+#: commands/user.c:1315
+#, fuzzy, c-format
+msgid "group name \"%s\" is reserved"
+msgstr "CREATE USER: brukernavnet «%s» er reservert"
-#: commands/user.c:1355
+#: commands/user.c:1352 commands/user.c:1734
#, c-format
-msgid "AlterGroup: unknown tag %s"
-msgstr ""
+msgid "group \"%s\" already exists"
+msgstr "gruppen «%s» eksisterer allerede"
-#: commands/user.c:1367
-#, c-format
-msgid "%s: user \"%s\" is already in group \"%s\""
+#: commands/user.c:1437
+msgid "must be superuser to alter groups"
msgstr ""
-#: commands/user.c:1382
+#: commands/user.c:1516
#, c-format
-msgid "ALTER GROUP: group \"%s\" does not have any members"
+msgid "group \"%s\" does not have any members"
msgstr ""
-#: commands/user.c:1407
+#: commands/user.c:1544
#, c-format
-msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
+msgid "user \"%s\" is not in group \"%s\""
msgstr ""
-#: commands/user.c:1536
-msgid "DROP GROUP: permission denied"
+#: commands/user.c:1676
+msgid "must be superuser to drop groups"
msgstr ""
-#: commands/user.c:1549
-#, c-format
-msgid "DROP GROUP: group \"%s\" does not exist"
+#: commands/user.c:1740
+msgid "must be superuser to rename groups"
msgstr ""
-#: commands/vacuum.c:459
-msgid ""
-"oldest Xmin is far in the past --- close open transactions soon to avoid "
-"wraparound problems"
+#: commands/vacuum.c:466
+msgid "oldest xmin is far in the past"
msgstr ""
-#: commands/vacuum.c:505 commands/vacuum.c:512
-#, c-format
-msgid "pg_class entry for relid %u vanished during vacuuming"
+#: commands/vacuum.c:467
+msgid "Close open transactions soon to avoid wraparound problems."
msgstr ""
-#: commands/vacuum.c:665
-msgid ""
-"Some databases have not been vacuumed in over 2 billion transactions.\n"
-"\tYou may have already suffered transaction-wraparound data loss."
+#: commands/vacuum.c:674
+msgid "some databases have not been vacuumed in over 2 billion transactions"
msgstr ""
-#: commands/vacuum.c:676
-msgid ""
-"Some databases have not been vacuumed in over 1 billion transactions.\n"
-"\tBetter vacuum them soon, or you may have a wraparound failure."
+#: commands/vacuum.c:675
+msgid "You may have already suffered transaction-wraparound data loss."
msgstr ""
-#: commands/vacuum.c:683
-#, c-format
-msgid ""
-"Some databases have not been vacuumed in %d transactions.\n"
-"\tBetter vacuum them within %d transactions,\n"
-"\tor you may have a wraparound failure."
+#: commands/vacuum.c:686
+msgid "some databases have not been vacuumed in over 1 billion transactions"
msgstr ""
-#: commands/vacuum.c:771
-#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
+#: commands/vacuum.c:687
+msgid "Better vacuum them soon, or you may have a wraparound failure."
msgstr ""
-#: commands/vacuum.c:977
+#: commands/vacuum.c:694
#, c-format
-msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
+msgid "some databases have not been vacuumed in %d transactions"
msgstr ""
-#: commands/vacuum.c:1044 commands/vacuumlazy.c:211
+#: commands/vacuum.c:696
#, c-format
-msgid "--Relation %s.%s--"
+msgid ""
+"Better vacuum them within %d transactions, or you may have a wraparound "
+"failure."
msgstr ""
-#: commands/vacuum.c:1078 commands/vacuumlazy.c:269
-#, c-format
-msgid "Rel %s: Uninitialized page %u - fixing"
-msgstr ""
+#: commands/vacuum.c:785
+#, fuzzy, c-format
+msgid "skipping \"%s\" --- only table or database owner can vacuum it"
+msgstr "Hopper over «%s» --- bare tabell- eller databaseeier kan ANALYZEre den"
-#: commands/vacuum.c:1192
-#, c-format
+#: commands/vacuum.c:799
+#, fuzzy, c-format
msgid ""
-"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
+"skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
msgstr ""
+"Hopper over «%s» --- kan ikke behandle indekser, views eller spesielle "
+"systemtabeller"
-#: commands/vacuum.c:1202
+#: commands/vacuum.c:1030 commands/vacuumlazy.c:205
#, c-format
-msgid ""
-"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
+msgid "vacuuming \"%s.%s\""
msgstr ""
-#: commands/vacuum.c:1220 commands/vacuumlazy.c:373
+#: commands/vacuum.c:1065 commands/vacuumlazy.c:263
#, c-format
-msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
+msgid "relation \"%s\" page %u is uninitialized --- fixing"
msgstr ""
-#: commands/vacuum.c:1358
+#: commands/vacuum.c:1182
#, c-format
msgid ""
-"Pages %u: Changed %u, reaped %u, Empty %u, New %u; Tup %.0f: Vac %.0f, Keep/"
-"VTL %.0f/%u, UnUsed %.0f, MinLen %lu, MaxLen %lu; Re-using: Free/Avail. "
-"Space %.0f/%.0f; EndEmpty/Avail. Pages %u/%u.\n"
-"\t%s"
-msgstr ""
-
-#: commands/vacuum.c:1581
-msgid "HEAP_MOVED_IN was not expected"
-msgstr ""
-
-#: commands/vacuum.c:1591
-msgid "Invalid XVAC in tuple header"
-msgstr ""
-
-#: commands/vacuum.c:1616
-msgid "HEAP_MOVED_OFF was expected"
+"relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- can't shrink "
+"relation"
msgstr ""
-#: commands/vacuum.c:1670 commands/vacuum.c:1792
-msgid "Parent item in update-chain not found - can't continue repair_frag"
-msgstr ""
-
-#: commands/vacuum.c:1707
-msgid ""
-"Child itemid in update-chain marked as unused - can't continue repair_frag"
-msgstr ""
-
-#: commands/vacuum.c:1804
-msgid "Parent itemid marked as unused"
-msgstr ""
-
-#: commands/vacuum.c:1828
-msgid "Too old parent tuple found - can't continue repair_frag"
-msgstr ""
-
-#: commands/vacuum.c:1957
+#: commands/vacuum.c:1195
#, c-format
-msgid "moving chain: failed to add item with len = %lu to page %u"
+msgid ""
+"relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- can't shrink "
+"relation"
msgstr ""
-#: commands/vacuum.c:2101
+#: commands/vacuum.c:1357 commands/vacuumlazy.c:428
#, c-format
msgid ""
-"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
-"u)"
-msgstr ""
-
-#: commands/vacuum.c:2190
-msgid "HEAP_MOVED_IN was not expected (2)"
-msgstr ""
-
-#: commands/vacuum.c:2194
-msgid "Invalid XVAC in tuple header (4)"
-msgstr ""
-
-#: commands/vacuum.c:2219
-msgid "HEAP_MOVED_OFF was expected (2)"
-msgstr ""
-
-#: commands/vacuum.c:2330
-msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
-msgstr ""
-
-#: commands/vacuum.c:2332
-msgid "Invalid XVAC in tuple header (2)"
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
msgstr ""
-#: commands/vacuum.c:2350
+#: commands/vacuum.c:1360
#, c-format
msgid ""
-"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
-"\t%s"
-msgstr ""
-
-#: commands/vacuum.c:2412
-msgid "Invalid XVAC in tuple header (3)"
-msgstr ""
-
-#: commands/vacuum.c:2417
-msgid "HEAP_MOVED_OFF was expected (3)"
+"%.0f dead row versions cannot be removed yet.\n"
+"Nonremovable row versions range from %lu to %lu bytes long.\n"
+"There were %.0f unused item pointers.\n"
+"Total free space (including removable row versions) is %.0f bytes.\n"
+"%u pages are or will become empty, including %u at the end of the table.\n"
+"%u pages containing %.0f free bytes are potential move destinations.\n"
+"%s"
msgstr ""
-#: commands/vacuum.c:2467
+#: commands/vacuum.c:2363
#, c-format
-msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
+msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
msgstr ""
-#: commands/vacuum.c:2531
+# Appearently there is no need to translate this string.
+# TE, 2003-08-19.
+#: commands/vacuum.c:2366 commands/vacuumlazy.c:489 commands/vacuumlazy.c:774
+#: nodes/print.c:87 storage/lmgr/deadlock.c:888 tcop/postgres.c:3202
#, c-format
-msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
+msgid "%s"
msgstr ""
-#: commands/vacuum.c:2537
+#: commands/vacuum.c:2550 commands/vacuumlazy.c:771
#, c-format
-msgid "Rel %s: Pages: %u --> %u."
+msgid "\"%s\": truncated %u to %u pages"
msgstr ""
-#: commands/vacuum.c:2622 commands/vacuumlazy.c:600
+#: commands/vacuum.c:2642 commands/vacuum.c:2709 commands/vacuumlazy.c:597
+#: commands/vacuumlazy.c:657
#, c-format
-msgid ""
-"Index %s: Pages %u; Tuples %.0f.\n"
-"\t%s"
+msgid "index \"%s\" now contains %.0f row versions in %u pages"
msgstr ""
-#: commands/vacuum.c:2635 commands/vacuum.c:2689
+#: commands/vacuum.c:2646 commands/vacuumlazy.c:601
#, c-format
msgid ""
-"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
-"\tRecreate the index."
+"%u index pages have been deleted, %u are currently reusable.\n"
+"%s"
msgstr ""
-#: commands/vacuum.c:2676 commands/vacuumlazy.c:647
+#: commands/vacuum.c:2660 commands/vacuum.c:2729
#, c-format
msgid ""
-"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n"
-"\t%s"
+"index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
msgstr ""
-#: commands/vacuumlazy.c:435
-#, c-format
-msgid ""
-"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
-"\tTotal %s"
+#: commands/vacuum.c:2663 commands/vacuum.c:2732
+msgid "Rebuild the index with REINDEX."
msgstr ""
-#: commands/vacuumlazy.c:485
+#: commands/vacuum.c:2713 commands/vacuumlazy.c:661
#, c-format
msgid ""
-"Removed %d tuples in %d pages.\n"
-"\t%s"
-msgstr ""
-
-#: commands/vacuumlazy.c:721
-#, c-format
-msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
+"%.0f index row versions were removed.\n"
+"%u index pages have been deleted, %u are currently reusable.\n"
+"%s"
msgstr ""
-#: commands/vacuumlazy.c:756
+#: commands/vacuumlazy.c:431
#, c-format
msgid ""
-"Truncated %u --> %u pages.\n"
-"\t%s"
-msgstr ""
-
-#: commands/variable.c:62
-msgid "SET DATESTYLE: invalid list syntax"
+"%.0f dead row versions cannot be removed yet.\n"
+"There were %.0f unused item pointers.\n"
+"%u pages are entirely empty.\n"
+"%s"
msgstr ""
-#: commands/variable.c:141
+#: commands/vacuumlazy.c:486
#, c-format
-msgid "SET DATESTYLE: unrecognized keyword %s"
-msgstr ""
-
-#: commands/variable.c:156
-msgid "SET DATESTYLE: conflicting specifications"
-msgstr ""
-
-#: commands/variable.c:288
-msgid "SET TIME ZONE: illegal INTERVAL; month not allowed"
-msgstr ""
-
-#: commands/variable.c:331
-msgid "Unable to clear TZ environment variable"
+msgid "\"%s\": removed %d row versions in %d pages"
msgstr ""
-#: commands/variable.c:351
-msgid "assign_timezone: putenv failed"
+#: commands/variable.c:75
+msgid "invalid list syntax for parameter \"datestyle\""
msgstr ""
-#: commands/variable.c:420
-msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
-msgstr ""
-
-#: commands/variable.c:495
+#: commands/variable.c:161
#, c-format
-msgid "Conversion between %s and %s is not supported"
+msgid "unrecognized \"datestyle\" key word: \"%s\""
msgstr ""
-#: commands/variable.c:507
-msgid "SET SERVER_ENCODING is not supported"
+#: commands/variable.c:179
+msgid "conflicting \"datestyle\" specifications"
msgstr ""
-#: commands/view.c:87
-msgid "attempted to define virtual relation with no attrs"
+#: commands/variable.c:450
+msgid "invalid interval value for time zone: month not allowed"
msgstr ""
-#: commands/view.c:109
+#: commands/variable.c:557
#, c-format
-msgid "%s is not a view"
+msgid "unrecognized time zone name: \"%s\""
msgstr ""
-#: commands/view.c:161 commands/view.c:171
-msgid "Cannot change number of columns in view"
-msgstr ""
-
-#: commands/view.c:174
+#: commands/variable.c:565
#, c-format
-msgid "Cannot change name of view column \"%s\""
-msgstr ""
-
-#: commands/view.c:179
-#, c-format
-msgid "Cannot change datatype of view column \"%s\""
-msgstr ""
-
-#: commands/prepare.c:66
-msgid "No statement name given"
-msgstr ""
-
-#: commands/prepare.c:69
-msgid "Utility statements cannot be prepared"
-msgstr ""
-
-#: commands/prepare.c:117
-msgid "ExecuteQuery: wrong number of arguments"
-msgstr ""
-
-#: commands/prepare.c:168
-msgid "INTO clause specified for non-SELECT query"
+msgid "time zone \"%s\" appears to use leap seconds"
msgstr ""
-#: commands/prepare.c:211
-msgid "InitQueryHashTable: unable to create hash table"
+#: commands/variable.c:567
+msgid "PostgreSQL does not support leap seconds."
msgstr ""
-#: commands/prepare.c:241
-#, c-format
-msgid "Prepared statement with name \"%s\" already exists"
+#: commands/variable.c:636
+msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
msgstr ""
-#: commands/prepare.c:271
+#: commands/variable.c:713 utils/mb/mbutils.c:188
#, c-format
-msgid "Unable to store prepared statement \"%s\"!"
+msgid "conversion between %s and %s is not supported"
msgstr ""
-#: commands/prepare.c:297 commands/prepare.c:314 commands/prepare.c:367
-#: commands/prepare.c:391
-#, c-format
-msgid "Prepared statement with name \"%s\" does not exist"
+#: commands/view.c:89
+msgid "view must have at least one column"
msgstr ""
-#: executor/execAmi.c:161
-#, c-format
-msgid "ExecReScan: node type %d not supported"
+#: commands/view.c:169 commands/view.c:181
+msgid "cannot change number of columns in view"
msgstr ""
-#: executor/execAmi.c:213
+#: commands/view.c:186
#, c-format
-msgid "ExecMarkPos: node type %d not supported"
+msgid "cannot change name of view column \"%s\""
msgstr ""
-#: executor/execAmi.c:254
+#: commands/view.c:193
#, c-format
-msgid "ExecRestrPos: node type %d not supported"
+msgid "cannot change data type of view column \"%s\""
msgstr ""
-#: executor/execMain.c:408
-#, c-format
-msgid "ExecCheckRTEPerms: bogus operation %d"
-msgstr ""
+#: executor/execMain.c:856
+#, fuzzy, c-format
+msgid "cannot change sequence \"%s\""
+msgstr "Du kan ikke endre sekvensrelasjonen %s"
-#: executor/execMain.c:782
+#: executor/execMain.c:862
#, c-format
-msgid "You can't change sequence relation %s"
+msgid "cannot change TOAST relation \"%s\""
msgstr ""
-#: executor/execMain.c:786
+#: executor/execMain.c:868
#, c-format
-msgid "You can't change toast relation %s"
+msgid "cannot change view \"%s\""
msgstr ""
-#: executor/execMain.c:790
+#: executor/execMain.c:1703
#, c-format
-msgid "You can't change view relation %s"
+msgid "null value in column \"%s\" violates not-null constraint"
msgstr ""
-#: executor/execMain.c:992
-msgid "ExecutePlan: NO (junk) `ctid' was found!"
-msgstr ""
-
-#: executor/execMain.c:996
-msgid "ExecutePlan: (junk) `ctid' is NULL!"
-msgstr ""
+#: executor/execMain.c:1715
+#, fuzzy, c-format
+msgid "new row for relation \"%s\" violates check constraint \"%s\""
+msgstr "Relasjonen «%s» har flere tvangstrøyer med navnet «%s»"
-#: executor/execMain.c:1021
+#: executor/execQual.c:180 executor/execQual.c:204 executor/execQual.c:1731
+#: utils/adt/array_userfuncs.c:362 utils/adt/arrayfuncs.c:212
+#: utils/adt/arrayfuncs.c:378 utils/adt/arrayfuncs.c:897
+#: utils/adt/arrayfuncs.c:2237
#, c-format
-msgid "ExecutePlan: NO (junk) `%s' was found!"
+msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr ""
-#: executor/execMain.c:1026
+#: executor/execQual.c:512
#, c-format
-msgid "ExecutePlan: (junk) `%s' is NULL!"
-msgstr ""
-
-#: executor/execMain.c:1115
-msgid "ExecutePlan: unknown operation in queryDesc"
+msgid "no value found for parameter \"%s\""
msgstr ""
-#: executor/execMain.c:1383
-msgid "ExecUpdate: UPDATE can't run without transactions"
-msgstr ""
-
-#: executor/execMain.c:1583
+#: executor/execQual.c:517
#, c-format
-msgid "%s: Fail to add null value in not null attribute %s"
+msgid "no value found for parameter %d"
msgstr ""
-#: executor/execMain.c:1593
-#, c-format
-msgid "%s: rejected due to CHECK constraint \"%s\" on \"%s\""
+#: executor/execQual.c:677
+msgid "functions and operators can take at most one set argument"
msgstr ""
-#: executor/execMain.c:1637
-#, c-format
-msgid "EvalPlanQual: can't find RTE %d"
+#: executor/execQual.c:729 executor/execQual.c:773 executor/execQual.c:960
+#: executor/execQual.c:2971 executor/functions.c:578 executor/functions.c:617
+#: utils/adt/pgstatfuncs.c:191 utils/adt/sets.c:207 utils/fmgr/funcapi.c:38
+msgid "set-valued function called in context that cannot accept a set"
msgstr ""
-#: executor/execMain.c:1655
-msgid "EvalPlanQual: t_xmin is uncommitted ?!"
+#: executor/execQual.c:1071 executor/execQual.c:1112
+msgid "function returning row cannot return null value"
msgstr ""
-#: executor/execProcnode.c:228
-#, c-format
-msgid "ExecInitNode: node type %d unsupported"
+#: executor/execQual.c:1076
+msgid "function returning row did not return a valid tuple slot"
msgstr ""
-#: executor/execProcnode.c:361
-#, c-format
-msgid "ExecProcNode: node type %d unsupported"
+#: executor/execQual.c:1139
+msgid "table-function protocol for materialize mode was not followed"
msgstr ""
-#: executor/execProcnode.c:448
+#: executor/execQual.c:1146
#, c-format
-msgid "ExecCountSlotsNode: node type %d unsupported"
+msgid "unrecognized table-function returnMode: %d"
msgstr ""
-#: executor/execProcnode.c:574
-#, c-format
-msgid "ExecEndNode: node type %d unsupported"
+#: executor/execQual.c:1259
+msgid "IS DISTINCT FROM does not support set arguments"
msgstr ""
-#: executor/execProcnode.c:753
-#, c-format
-msgid "ExecGetTupType: node type %d unsupported"
+#: executor/execQual.c:1327
+msgid "op ANY/ALL (array) does not support set arguments"
msgstr ""
-#: executor/execQual.c:150 executor/execQual.c:172
-#, c-format
-msgid "ExecEvalArrayRef: can only handle %d dimensions"
+#: executor/execQual.c:1717
+msgid "cannot merge incompatible arrays"
msgstr ""
-#: executor/execQual.c:194
-msgid "ExecEvalArrayRef: upper and lower indices mismatch"
+#: executor/execQual.c:1718
+#, c-format
+msgid ""
+"Array with element type %s cannot be included in ARRAY construct with "
+"element type %s."
msgstr ""
-#: executor/execQual.c:275
-msgid "ExecEvalAggref: no aggregates in this expression context"
+#: executor/execQual.c:1751
+msgid ""
+"multidimensional arrays must have array expressions with matching dimensions"
msgstr ""
-#: executor/execQual.c:477
-msgid "ExecEvalParam: new/old params with same id & diff names"
+#: executor/execQual.c:1861
+msgid "NULLIF does not support set arguments"
msgstr ""
-#: executor/execQual.c:486
+#: executor/execQual.c:2042
#, c-format
-msgid "ExecEvalParam: invalid paramkind %d"
+msgid "domain %s does not allow null values"
msgstr ""
-#: executor/execQual.c:500
+#: executor/execQual.c:2072
#, c-format
-msgid "ExecEvalParam: Unknown value for parameter %s"
-msgstr ""
-
-#: executor/execQual.c:534
-msgid "GetAttributeByNum: Invalid attribute number"
-msgstr ""
-
-#: executor/execQual.c:537
-msgid "GetAttributeByNum: cannot access system attributes here"
-msgstr ""
-
-#: executor/execQual.c:540
-msgid "GetAttributeByNum: a NULL isNull flag was passed"
-msgstr ""
-
-#: executor/execQual.c:568
-msgid "GetAttributeByName: Invalid attribute name"
+msgid "value for domain %s violates check constraint \"%s\""
msgstr ""
-#: executor/execQual.c:571
-msgid "GetAttributeByName: a NULL isNull flag was passed"
+#: executor/execQual.c:2429 optimizer/util/clauses.c:411 parser/parse_agg.c:74
+msgid "aggregate function calls may not be nested"
msgstr ""
-#: executor/execQual.c:593
+#: executor/functions.c:183
#, c-format
-msgid "GetAttributeByName: attribute %s not found"
-msgstr ""
-
-#: executor/execQual.c:638
-msgid "Functions and operators can take only one set argument"
-msgstr ""
-
-#: executor/execQual.c:688 executor/execQual.c:730 executor/execQual.c:904
-#: executor/execQual.c:2068 executor/functions.c:531 executor/functions.c:566
-#: utils/adt/sets.c:200
-msgid "Set-valued function called in context that cannot accept a set"
-msgstr ""
-
-#: executor/execQual.c:875
-msgid "ExecMakeTableFunctionResult: expression is not a function call"
-msgstr ""
-
-#: executor/execQual.c:996 executor/execQual.c:1029
msgid ""
-"ExecMakeTableFunctionResult: Invalid result from function returning tuple"
-msgstr ""
-
-#: executor/execQual.c:1054
-msgid "ExecMakeTableFunctionResult: Materialize-mode protocol not followed"
+"could not determine actual result type for function declared to return type %"
+"s"
msgstr ""
-#: executor/execQual.c:1059
+#: executor/functions.c:254
#, c-format
-msgid "ExecMakeTableFunctionResult: unknown returnMode %d"
+msgid "could not determine actual type of argument declared %s"
msgstr ""
-#: executor/execQual.c:1468
+#: executor/functions.c:673
#, c-format
-msgid "ExecEvalNullTest: unexpected nulltesttype %d"
+msgid "SQL function \"%s\" statement %d"
msgstr ""
-#: executor/execQual.c:1548
+#: executor/functions.c:686
#, c-format
-msgid "ExecEvalBooleanTest: unexpected booltesttype %d"
+msgid "SQL function \"%s\""
msgstr ""
-#: executor/execQual.c:1573
+#: executor/functions.c:692
#, c-format
-msgid "Domain %s does not allow NULL values"
+msgid "SQL function \"%s\" during startup"
msgstr ""
-#: executor/execQual.c:1578
-msgid "Domain CHECK Constraints not yet implemented"
-msgstr ""
-
-#: executor/execQual.c:1581
-msgid "ExecEvalConstraintTest: Constraint type unknown"
-msgstr ""
-
-#: executor/execQual.c:1737 executor/execQual.c:1782
+#: executor/nodeAgg.c:1314
#, c-format
-msgid "ExecEvalExpr: unknown expression type %d"
+msgid "aggregate %u needs to have compatible input type and transition type"
msgstr ""
-#: executor/execQual.c:2128
-msgid "ExecTargetList: fjoin nodes not currently supported"
+#: executor/nodeFunctionscan.c:92
+msgid "query-specified return row and actual function return row do not match"
msgstr ""
-#: executor/execTuples.c:259
-msgid ""
-"Plan requires more slots than are available\n"
-"\tsend mail to your local executor guru to fix this"
-msgstr ""
-
-#: executor/functions.c:171
+#: executor/nodeHashjoin.c:561 executor/nodeHashjoin.c:571
#, c-format
-msgid "init_sql_fcache: Cache lookup failed for procedure %u"
+msgid "could not read from hash-join temporary file: %m"
msgstr ""
-#: executor/functions.c:183
+#: executor/nodeHashjoin.c:629 executor/nodeHashjoin.c:636
#, c-format
-msgid "init_sql_fcache: Cache lookup failed for type %u"
+msgid "could not rewind hash-join temporary file: %m"
msgstr ""
-#: executor/functions.c:242
+#: executor/nodeHashjoin.c:687 executor/nodeHashjoin.c:692
#, c-format
-msgid "init_sql_fcache: null prosrc for procedure %u"
+msgid "could not write to hash-join temporary file: %m"
msgstr ""
-#: executor/instrument.c:40
-msgid "InstrStartTimer called twice in a row"
+#: executor/nodeMergejoin.c:1479
+msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
msgstr ""
-#: executor/instrument.c:56
-msgid "InstrStopNode without start"
+#: executor/nodeMergejoin.c:1496 optimizer/path/joinpath.c:821
+msgid "FULL JOIN is only supported with merge-joinable join conditions"
msgstr ""
-#: executor/nodeAgg.c:774
-msgid "ExecInitAgg: could not find any aggregate functions"
+#: executor/nodeSubplan.c:290 executor/nodeSubplan.c:332
+#: executor/nodeSubplan.c:967
+msgid "more than one row returned by a subquery used as an expression"
msgstr ""
-#: executor/nodeAgg.c:872
-#, c-format
-msgid "ExecAgg: cache lookup failed for aggregate %u"
+#: executor/spi.c:753
+msgid "cannot open multi-query plan as cursor"
msgstr ""
-#: executor/nodeAgg.c:927
-#, c-format
-msgid "Aggregate %u needs to have compatible input type and transition type"
+#: executor/spi.c:760
+msgid "cannot open non-SELECT query as cursor"
msgstr ""
-#: executor/nodeAgg.c:950 executor/nodeGroup.c:496
-#, c-format
-msgid "Unable to identify an equality operator for type %s"
+#: executor/spi.c:764
+msgid "cannot open SELECT INTO query as cursor"
msgstr ""
-#: executor/nodeAgg.c:978
+#: libpq/auth.c:113
#, c-format
-msgid ""
-"GetAggInitVal: cache lookup failed on aggregate transition function return "
-"type %u"
+msgid "Kerberos error: %s"
msgstr ""
-#: executor/nodeAgg.c:1060
+#: libpq/auth.c:119
#, c-format
-msgid "Aggregate function %u called as normal function"
-msgstr ""
-
-#: executor/nodeAppend.c:295
-msgid "ExecProcAppend: subnode is NULL"
-msgstr ""
-
-#: executor/nodeFunctionscan.c:93
msgid ""
-"Query-specified return tuple and actual function return tuple do not match"
-msgstr ""
-
-#: executor/nodeHash.c:66
-msgid "ExecHash: hash table is NULL."
-msgstr ""
-
-#: executor/nodeHash.c:311 executor/nodeHash.c:490 executor/nodeHash.c:732
-msgid "Insufficient memory for hash table."
+"unexpected Kerberos protocol version received from client (received \"%s\", "
+"expected \"%s\")"
msgstr ""
-#: executor/nodeHash.c:684
+#: libpq/auth.c:126 libpq/auth.c:306
#, c-format
-msgid "hashFunc: Invalid typLen %d"
-msgstr ""
-
-#: executor/nodeHashjoin.c:357
-#, c-format
-msgid "ExecInitHashJoin: unsupported join type %d"
-msgstr ""
-
-#: executor/nodeHashjoin.c:529 executor/nodeHashjoin.c:537
-msgid "Read from hashjoin temp file failed"
-msgstr ""
-
-#: executor/nodeHashjoin.c:593 executor/nodeHashjoin.c:598
-msgid "Failed to rewind hash temp file"
-msgstr ""
-
-#: executor/nodeHashjoin.c:669 executor/nodeHashjoin.c:672
-msgid "Write to hashjoin temp file failed"
+msgid ""
+"unexpected Kerberos user name received from client (received \"%s\", "
+"expected \"%s\")"
msgstr ""
-#: executor/nodeIndexscan.c:747
-msgid "ExecInitIndexScan: indxqual not an opclause!"
+#: libpq/auth.c:140
+msgid "Kerberos 4 not implemented on this server"
msgstr ""
-#: executor/nodeIndexscan.c:873 executor/nodeIndexscan.c:936
+#: libpq/auth.c:201
#, c-format
-msgid "ExecInitIndexScan: %s"
+msgid "Kerberos initialization returned error %d"
msgstr ""
-#: executor/nodeIndexscan.c:1009
+#: libpq/auth.c:211
#, c-format
-msgid "indexes of the relation %u was inactivated"
-msgstr ""
-
-#: executor/nodeMergejoin.c:131
-msgid "MJFormSkipQuals: op not an Oper!"
+msgid "Kerberos keytab resolving returned error %d"
msgstr ""
-#: executor/nodeMergejoin.c:395
+#: libpq/auth.c:224
#, c-format
-msgid "ExecMergeJoin: unsupported join type %d"
+msgid "Kerberos sname_to_principal(\"%s\") returned error %d"
msgstr ""
-#: executor/nodeMergejoin.c:1379
+#: libpq/auth.c:269
#, c-format
-msgid "ExecMergeJoin: invalid join state %d, aborting"
-msgstr ""
-
-#: executor/nodeMergejoin.c:1458
-msgid "RIGHT JOIN is only supported with mergejoinable join conditions"
-msgstr ""
-
-#: executor/nodeMergejoin.c:1473 optimizer/path/joinpath.c:935
-msgid "FULL JOIN is only supported with mergejoinable join conditions"
+msgid "Kerberos recvauth returned error %d"
msgstr ""
-#: executor/nodeMergejoin.c:1476
+#: libpq/auth.c:294
#, c-format
-msgid "ExecInitMergeJoin: unsupported join type %d"
+msgid "Kerberos unparse_name returned error %d"
msgstr ""
-#: executor/nodeNestloop.c:318
-#, c-format
-msgid "ExecInitNestLoop: unsupported join type %d"
+#: libpq/auth.c:327
+msgid "Kerberos 5 not implemented on this server"
msgstr ""
-#: executor/nodeSetOp.c:174
+#: libpq/auth.c:394
#, c-format
-msgid "ExecSetOp: bogus command code %d"
-msgstr ""
-
-#: executor/nodeSort.c:52
-msgid "ExtractSortKeys: keycount <= 0"
-msgstr ""
-
-#: executor/nodeSubplan.c:53
-msgid "ExecSubPlan: can't set parent params from subquery"
-msgstr ""
-
-#: executor/nodeSubplan.c:120 executor/nodeSubplan.c:142
-#: executor/nodeSubplan.c:385
-msgid "More than one tuple returned by a subselect used as an expression."
-msgstr ""
-
-#: executor/nodeSubplan.c:180
-msgid "ExecSubPlan: failed to find placeholder for subplan result"
-msgstr ""
-
-#: executor/nodeSubplan.c:358
-msgid "ExecSetParamPlan: ANY/ALL subselect unsupported"
-msgstr ""
-
-#: executor/nodeSubplan.c:468
-msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
-msgstr ""
-
-#: executor/nodeSubplan.c:470
-msgid "ExecReScanSetParamPlan: setParam list is NULL"
-msgstr ""
-
-#: executor/nodeSubplan.c:472
-msgid "ExecReScanSetParamPlan: extParam list of plan is NULL"
-msgstr ""
-
-#: executor/spi.c:70
-msgid "SPI_connect: no connection(s) expected"
-msgstr ""
-
-#: executor/spi.c:76
-msgid "SPI_connect: some connection(s) expected"
-msgstr ""
-
-#: executor/spi.c:82
-msgid "Memory exhausted in SPI_connect"
-msgstr ""
-
-#: executor/spi.c:148
-msgid "Memory exhausted in SPI_finish"
-msgstr ""
-
-#: executor/spi.c:313 executor/spi.c:340 executor/spi.c:369 executor/spi.c:407
-#: executor/spi.c:651 executor/spi.c:1427
-msgid "SPI: stack corrupted"
-msgstr ""
-
-#: executor/spi.c:718
-msgid "cannot open multi-query plan as cursor"
-msgstr ""
-
-#: executor/spi.c:723
-msgid "plan in SPI_cursor_open() is not a SELECT"
+msgid "%s authentication failed for user \"%s\""
msgstr ""
-#: executor/spi.c:725
-msgid "plan in SPI_cursor_open() must NOT be a DECLARE already"
+#: libpq/auth.c:418
+msgid "missing or erroneous pg_hba.conf file"
msgstr ""
-#: executor/spi.c:727
-msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO"
+#: libpq/auth.c:419
+msgid "See server log for details."
msgstr ""
-#: executor/spi.c:758
+#: libpq/auth.c:445
#, c-format
-msgid "cursor \"%s\" already in use"
-msgstr ""
-
-#: executor/spi.c:764
-#, c-format
-msgid "failed to create portal \"%s\""
-msgstr ""
-
-#: executor/spi.c:877 executor/spi.c:1333
-msgid "invalid portal in SPI cursor operation"
-msgstr ""
-
-#: executor/spi.c:902
-msgid "SPI: improper call to spi_printtup"
-msgstr ""
-
-#: executor/spi.c:904
-msgid "SPI: stack corrupted in spi_printtup"
-msgstr ""
-
-#: executor/spi.c:1284
-msgid "SPI_select: retrieve into portal not implemented"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
msgstr ""
-#: executor/spi.c:1294
-msgid "SPI_select: # of processed tuples check failed"
+#: libpq/auth.c:447
+msgid "SSL on"
msgstr ""
-#: executor/spi.c:1393
-msgid "SPI_fetch: # of processed tuples check failed"
+#: libpq/auth.c:447
+msgid "SSL off"
msgstr ""
-#: lib/dllist.c:41
-msgid "Memory exhausted in DLNewList"
-msgstr ""
-
-#: lib/dllist.c:84
-msgid "Memory exhausted in DLNewElem"
-msgstr ""
-
-#: libpq/auth.c:106
+#: libpq/auth.c:451
#, c-format
-msgid "pg_krb4_recvauth: kerberos error: %s"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
msgstr ""
-#: libpq/auth.c:112
-#, c-format
-msgid "pg_krb4_recvauth: protocol version \"%s\" != \"%s\""
+#: libpq/auth.c:463
+msgid "Kerberos 4 only supports IPv4 connections"
msgstr ""
-#: libpq/auth.c:118
+#: libpq/auth.c:495
#, c-format
-msgid "pg_krb4_recvauth: name \"%s\" != \"%s\""
-msgstr ""
-
-#: libpq/auth.c:130
-msgid "pg_krb4_recvauth: Kerberos not implemented on this server"
+msgid "could not enable credential reception: %m"
msgstr ""
-#: libpq/auth.c:190
+#: libpq/auth.c:582
#, c-format
-msgid "pg_krb5_init: krb5_init_context returned Kerberos error %d"
+msgid "error from underlying PAM layer: %s"
msgstr ""
-#: libpq/auth.c:199
+#: libpq/auth.c:587
#, c-format
-msgid "pg_krb5_init: krb5_kt_resolve returned Kerberos error %d"
+msgid "unsupported PAM conversation %d/%s"
msgstr ""
-#: libpq/auth.c:211
-#, c-format
-msgid "pg_krb5_init: krb5_sname_to_principal returned Kerberos error %d"
+#: libpq/auth.c:619
+msgid "empty password returned by client"
msgstr ""
-#: libpq/auth.c:255
+#: libpq/auth.c:679
#, c-format
-msgid "pg_krb5_recvauth: krb5_recvauth returned Kerberos error %d"
+msgid "could not create PAM authenticator: %s"
msgstr ""
-#: libpq/auth.c:279
+#: libpq/auth.c:690
#, c-format
-msgid "pg_krb5_recvauth: krb5_unparse_name returned Kerberos error %d"
+msgid "pam_set_item(PAM_USER) failed: %s"
msgstr ""
-#: libpq/auth.c:290
+#: libpq/auth.c:701
#, c-format
-msgid "pg_krb5_recvauth: user name \"%s\" != krb5 name \"%s\""
-msgstr ""
-
-#: libpq/auth.c:309
-msgid "pg_krb5_recvauth: Kerberos not implemented on this server"
+msgid "pam_set_item(PAM_CONV) failed: %s"
msgstr ""
-#: libpq/auth.c:374
+#: libpq/auth.c:712
#, c-format
-msgid "%s authentication failed for user \"%s\""
-msgstr ""
-
-#: libpq/auth.c:396
-msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
+msgid "pam_authenticate failed: %s"
msgstr ""
-#: libpq/auth.c:417
+#: libpq/auth.c:723
#, c-format
-msgid "No pg_hba.conf entry for host %s, user %s, database %s"
+msgid "pam_acct_mgmt failed: %s"
msgstr ""
-#: libpq/auth.c:450
+#: libpq/auth.c:734
#, c-format
-msgid "pg_local_sendauth: can't do setsockopt: %m"
+msgid "could not release PAM authenticator: %s"
msgstr ""
-#: libpq/auth.c:539
+#: libpq/auth.c:772
#, c-format
-msgid "pam_passwd_conv_proc: Error from underlying PAM layer: '%s'"
+msgid "expected password response, got message type %d"
msgstr ""
-#: libpq/auth.c:543
-#, c-format
-msgid "pam_passwd_conv_proc: Unexpected PAM conversation %d/'%s'"
-msgstr ""
-
-#: libpq/auth.c:573
-msgid "received PAM packet"
+#: libpq/auth.c:800
+msgid "invalid password packet size"
msgstr ""
-#: libpq/auth.c:577
-msgid "pam_passwd_conv_proc: no password"
-msgstr ""
-
-#: libpq/auth.c:590
-msgid "pam_passwd_conv_proc: Out of memory!"
+#: libpq/auth.c:804
+msgid "received password packet"
msgstr ""
-#: libpq/auth.c:634
+#: libpq/be-fsstubs.c:124 libpq/be-fsstubs.c:162 libpq/be-fsstubs.c:186
+#: libpq/be-fsstubs.c:214 libpq/be-fsstubs.c:271
#, c-format
-msgid "CheckPAMAuth: Failed to create PAM authenticator: '%s'"
+msgid "invalid large-object descriptor: %d"
msgstr ""
-#: libpq/auth.c:644
-#, c-format
-msgid "CheckPAMAuth: pam_set_item(PAM_USER) failed: '%s'"
+#: libpq/be-fsstubs.c:375
+msgid "must be superuser to use server-side lo_import()"
msgstr ""
-#: libpq/auth.c:654
-#, c-format
-msgid "CheckPAMAuth: pam_set_item(PAM_CONV) failed: '%s'"
+#: libpq/be-fsstubs.c:376
+msgid "Anyone can use the client-side lo_import() provided by libpq."
msgstr ""
-#: libpq/auth.c:664
-#, c-format
-msgid "CheckPAMAuth: pam_authenticate failed: '%s'"
-msgstr ""
+#: libpq/be-fsstubs.c:391
+#, fuzzy, c-format
+msgid "could not open server file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: libpq/auth.c:674
-#, c-format
-msgid "CheckPAMAuth: pam_acct_mgmt failed: '%s'"
-msgstr ""
+#: libpq/be-fsstubs.c:412
+#, fuzzy, c-format
+msgid "could not read server file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: libpq/auth.c:684
-#, c-format
-msgid "CheckPAMAuth: Failed to release PAM authenticator: '%s'"
+#: libpq/be-fsstubs.c:442
+msgid "must be superuser to use server-side lo_export()"
msgstr ""
-#: libpq/auth.c:724
-#, c-format
-msgid "unexpected password packet size: read %d, expected %d"
+#: libpq/be-fsstubs.c:443
+msgid "Anyone can use the client-side lo_export() provided by libpq."
msgstr ""
-#: libpq/auth.c:728
-msgid "received password packet"
-msgstr ""
+#: libpq/be-fsstubs.c:469
+#, fuzzy, c-format
+msgid "could not create server file \"%s\": %m"
+msgstr "kan ikke opprette filen %s: %s"
-#: libpq/be-fsstubs.c:84
-#, c-format
-msgid "lo_open(%u,%d)"
-msgstr ""
+#: libpq/be-fsstubs.c:481
+#, fuzzy, c-format
+msgid "could not write server file \"%s\": %m"
+msgstr "kunne ikke åpne kontrollfil (%s): %m"
-#: libpq/be-fsstubs.c:102
+#: libpq/be-secure.c:274 libpq/be-secure.c:359
#, c-format
-msgid "cannot open large object %u"
+msgid "SSL SYSCALL error: %m"
msgstr ""
-#: libpq/be-fsstubs.c:122
-#, c-format
-msgid "lo_close: invalid large obj descriptor (%d)"
+#: libpq/be-secure.c:279 libpq/be-secure.c:364
+msgid "SSL SYSCALL error: EOF detected"
msgstr ""
-#: libpq/be-fsstubs.c:126
+#: libpq/be-secure.c:287 libpq/be-secure.c:372
#, c-format
-msgid "lo_close(%d)"
+msgid "SSL error: %s"
msgstr ""
-#: libpq/be-fsstubs.c:158
+#: libpq/be-secure.c:296 libpq/be-secure.c:381
#, c-format
-msgid "lo_read: invalid large obj descriptor (%d)"
+msgid "unrecognized SSL error code %d"
msgstr ""
-#: libpq/be-fsstubs.c:180
-#, c-format
-msgid "lo_write: invalid large obj descriptor (%d)"
+#: libpq/be-secure.c:327 libpq/be-secure.c:331 libpq/be-secure.c:341
+msgid "SSL renegotiation failure"
msgstr ""
-#: libpq/be-fsstubs.c:206
-#, c-format
-msgid "lo_lseek: invalid large obj descriptor (%d)"
-msgstr ""
+#: libpq/be-secure.c:335
+#, fuzzy
+msgid "SSL failed to send renegotiation request"
+msgstr "klarte ikke å sende SSL-forhandlingssvar: %m"
-#: libpq/be-fsstubs.c:261
+#: libpq/be-secure.c:634
#, c-format
-msgid "lo_tell: invalid large object descriptor (%d)"
+msgid "could not create SSL context: %s"
msgstr ""
-#: libpq/be-fsstubs.c:363
-msgid ""
-"You must have Postgres superuser privilege to use server-side lo_import().\n"
-"\tAnyone can use the client-side lo_import() provided by libpq."
-msgstr ""
-
-#: libpq/be-fsstubs.c:378
+#: libpq/be-secure.c:644
#, c-format
-msgid "lo_import: can't open unix file \"%s\": %m"
+msgid "could not load server certificate file \"%s\": %s"
msgstr ""
-#: libpq/be-fsstubs.c:386
+#: libpq/be-secure.c:651
#, c-format
-msgid "lo_import: can't create inv object for \"%s\""
+msgid "could not access private key file \"%s\": %m"
msgstr ""
-#: libpq/be-fsstubs.c:397
+#: libpq/be-secure.c:657
#, c-format
-msgid "lo_import: error while reading \"%s\""
+msgid "unsafe permissions on private key file \"%s\""
msgstr ""
-#: libpq/be-fsstubs.c:426
+#: libpq/be-secure.c:659
msgid ""
-"You must have Postgres superuser privilege to use server-side lo_export().\n"
-"\tAnyone can use the client-side lo_export() provided by libpq."
+"File must be owned by the database user and must have no permissions for "
+"\"group\" or \"other\"."
msgstr ""
-#: libpq/be-fsstubs.c:436
+#: libpq/be-secure.c:663
#, c-format
-msgid "lo_export: can't open inv object %u"
+msgid "could not load private key file \"%s\": %s"
msgstr ""
-#: libpq/be-fsstubs.c:454
+#: libpq/be-secure.c:668
#, c-format
-msgid "lo_export: can't open unix file \"%s\": %m"
-msgstr ""
-
-#: libpq/be-fsstubs.c:464
-#, c-format
-msgid "lo_export: error while writing \"%s\""
-msgstr ""
-
-#: libpq/be-secure.c:293 libpq/be-secure.c:343
-#, c-format
-msgid "SSL SYSCALL error: %s"
-msgstr ""
-
-#: libpq/be-secure.c:296 libpq/be-secure.c:346
-#, c-format
-msgid "SSL error: %s"
-msgstr ""
-
-#: libpq/be-secure.c:398
-#, c-format
-msgid "DH errors (%s): %d bits expected, %d bits found"
-msgstr ""
-
-#: libpq/be-secure.c:408
-#, c-format
-msgid "DH_check error (%s): %s"
+msgid "check of private key failed: %s"
msgstr ""
-#: libpq/be-secure.c:413
+#: libpq/be-secure.c:686
#, c-format
-msgid "DH error (%s): p is not prime"
+msgid "could not load root certificate file \"%s\": %s"
msgstr ""
-#: libpq/be-secure.c:420
-#, c-format
-msgid "DH error (%s): neither suitable generator or safe prime"
+#: libpq/be-secure.c:688
+msgid "Will not verify client certificates."
msgstr ""
-#: libpq/be-secure.c:446
+#: libpq/be-secure.c:723
#, c-format
-msgid "DH load buffer: %s"
+msgid "could not initialize SSL connection: %s"
msgstr ""
-#: libpq/be-secure.c:518
+#: libpq/be-secure.c:747
#, c-format
-msgid "DH: generating parameters (%d bits)...."
-msgstr ""
-
-#: libpq/be-secure.c:552
-msgid "SSL: handshake start"
-msgstr ""
-
-#: libpq/be-secure.c:555
-msgid "SSL: handshake done"
+msgid "SSL connection from \"%s\""
msgstr ""
-#: libpq/be-secure.c:558
-msgid "SSL: accept loop"
+#: libpq/crypt.c:62
+msgid ""
+"cannot use authentication method \"crypt\" because password is MD5-encrypted"
msgstr ""
-#: libpq/be-secure.c:561
+#: libpq/hba.c:129
#, c-format
-msgid "SSL: accept exit (%d)"
-msgstr ""
-
-#: libpq/be-secure.c:564
-msgid "SSL: connect loop"
+msgid "authentication file token too long, skipping: \"%s\""
msgstr ""
-#: libpq/be-secure.c:567
+#: libpq/hba.c:265
#, c-format
-msgid "SSL: connect exit (%d)"
+msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
msgstr ""
-#: libpq/be-secure.c:570
+#: libpq/hba.c:666
#, c-format
-msgid "SSL: read alert (0x%04x)"
+msgid "invalid IP address \"%s\" in pg_hba.conf file: %s"
msgstr ""
-#: libpq/be-secure.c:573
+#: libpq/hba.c:760
#, c-format
-msgid "SSL: write alert (0x%04x)"
+msgid "invalid entry in pg_hba.conf file at line %d, token \"%s\""
msgstr ""
-#: libpq/be-secure.c:594
+#: libpq/hba.c:765
#, c-format
-msgid "failed to create SSL context: %s"
+msgid "missing field in pg_hba.conf file at end of line %d"
msgstr ""
-#: libpq/be-secure.c:605
+#: libpq/hba.c:961 guc-file.l:165
#, c-format
-msgid "failed to load server certificate (%s): %s"
+msgid "could not open configuration file \"%s\": %m"
msgstr ""
-#: libpq/be-secure.c:613
+#: libpq/hba.c:1023
#, c-format
-msgid "failed to stat private key file (%s): %s"
+msgid "invalid entry in pg_ident.conf file at line %d, token \"%s\""
msgstr ""
-#: libpq/be-secure.c:620
+#: libpq/hba.c:1028
#, c-format
-msgid "bad permissions on private key file (%s)"
+msgid "missing entry in pg_ident.conf file at end of line %d"
msgstr ""
-#: libpq/be-secure.c:625
-#, c-format
-msgid "failed to load private key file (%s): %s"
+#: libpq/hba.c:1060
+msgid "cannot use Ident authentication without usermap field"
msgstr ""
-#: libpq/be-secure.c:631
+#: libpq/hba.c:1108
#, c-format
-msgid "check of private key failed: %s"
+msgid "could not open Ident usermap file \"%s\": %m"
msgstr ""
-#: libpq/be-secure.c:648
+#: libpq/hba.c:1279
#, c-format
-msgid "could not read root cert file (%s): %s"
+msgid "could not create socket for Ident connection: %m"
msgstr ""
-#: libpq/be-secure.c:682
+#: libpq/hba.c:1295
#, c-format
-msgid "failed to initialize SSL connection: %s"
+msgid "could not bind to local address \"%s\": %m"
msgstr ""
-#: libpq/be-secure.c:704
+#: libpq/hba.c:1307
#, c-format
-msgid "secure connection from '%s'"
+msgid "could not connect to Ident server at address \"%s\", port %s: %m"
msgstr ""
-#: libpq/crypt.c:60
-msgid ""
-"Password is stored MD5 encrypted. 'password' and 'crypt' auth methods "
-"cannot be used."
-msgstr ""
-
-#: libpq/hba.c:123
+#: libpq/hba.c:1327
#, c-format
-msgid "Token too long in authentication file, skipping, %s"
+msgid "could not send query to Ident server at address \"%s\", port %s: %m"
msgstr ""
-#: libpq/hba.c:256
+#: libpq/hba.c:1342
#, c-format
msgid ""
-"tokenize_inc_file: Unable to open secondary authentication file \"@%s\" as "
-"\"%s\": %m"
-msgstr ""
-
-#: libpq/hba.c:659
-#, c-format
-msgid "parse_hba: invalid syntax in pg_hba.conf file at line %d, token \"%s\""
-msgstr ""
-
-#: libpq/hba.c:712 libpq/hba.c:734
-#, c-format
-msgid "could not open %s: %m"
+"could not receive response from Ident server at address \"%s\", port %s: %m"
msgstr ""
-#: libpq/hba.c:845
+#: libpq/hba.c:1383 libpq/hba.c:1414 libpq/hba.c:1482
#, c-format
-msgid "load_hba: Unable to open authentication config file \"%s\": %m"
+msgid "could not get peer credentials: %m"
msgstr ""
-#: libpq/hba.c:908
+#: libpq/hba.c:1392 libpq/hba.c:1423 libpq/hba.c:1493
#, c-format
-msgid ""
-"parse_ident_usermap: invalid syntax in pg_ident.conf file at line %d, token "
-"\"%s\""
+msgid "local user with ID %d does not exist"
msgstr ""
-#: libpq/hba.c:940
+#: libpq/hba.c:1505
msgid ""
-"check_ident_usermap: hba configuration file does not have the usermap field "
-"filled in in the entry that pertains to this connection. That field is "
-"essential for Ident-based authentication."
+"Ident authentication is not supported on local connections on this platform"
msgstr ""
-#: libpq/hba.c:990
+#: libpq/pqcomm.c:248
#, c-format
-msgid "load_ident: Unable to open usermap file \"%s\": %m"
+msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
msgstr ""
-#: libpq/hba.c:1112
+#: libpq/pqcomm.c:252
#, c-format
-msgid "Failed to create socket on which to talk to Ident server: %m"
+msgid "could not translate service \"%s\" to address: %s"
msgstr ""
-#: libpq/hba.c:1148
-#, c-format
-msgid ""
-"Unable to connect to Ident server on the host which is trying to connect to "
-"Postgres (IP address %s, Port %d): %s"
+#: libpq/pqcomm.c:285
+msgid "IPv4"
msgstr ""
-#: libpq/hba.c:1171
-#, c-format
-msgid ""
-"Unable to send query to Ident server on the host which is trying to connect "
-"to Postgres (Host %s, Port %d), even though we successfully connected to it: "
-"%s"
+#: libpq/pqcomm.c:289
+msgid "IPv6"
msgstr ""
-#: libpq/hba.c:1188
-#, c-format
-msgid ""
-"Unable to receive response from Ident server on the host which is trying to "
-"connect to Postgres (Host %s, Port %d), even though we successfully sent our "
-"query to it: %s"
+#: libpq/pqcomm.c:294
+msgid "Unix"
msgstr ""
-#: libpq/hba.c:1230 libpq/hba.c:1295
+#: libpq/pqcomm.c:299
#, c-format
-msgid "ident_unix: error receiving credentials: %m"
+msgid "unrecognized address family %d"
msgstr ""
-#: libpq/hba.c:1238 libpq/hba.c:1304
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:310
#, c-format
-msgid "ident_unix: unknown local user with uid %d"
+msgid "could not create %s socket: %m"
msgstr ""
-#: libpq/hba.c:1314
-msgid "'ident' auth is not supported on local connections on this platform"
-msgstr ""
-
-#: libpq/pqcomm.c:196
+#: libpq/pqcomm.c:322
#, c-format
-msgid "StreamServerPort: socket() failed: %m"
+msgid "setsockopt(SO_REUSEADDR) failed: %m"
msgstr ""
-#: libpq/pqcomm.c:205
+#: libpq/pqcomm.c:336
#, c-format
-msgid "StreamServerPort: setsockopt(SO_REUSEADDR) failed: %m"
+msgid "setsockopt(IPV6_V6ONLY) failed: %m"
msgstr ""
-#: libpq/pqcomm.c:246
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:355
#, c-format
-msgid "StreamServerPort: gethostbyname(%s) failed"
+msgid "could not bind %s socket: %m"
msgstr ""
-#: libpq/pqcomm.c:262
+#: libpq/pqcomm.c:358
#, c-format
msgid ""
-"StreamServerPort: bind() failed: %m\n"
-"\tIs another postmaster already running on port %d?\n"
-"\tIf not, remove socket node (%s) and retry."
+"Is another postmaster already running on port %d? If not, remove socket file "
+"\"%s\" and retry."
msgstr ""
-#: libpq/pqcomm.c:267
+#: libpq/pqcomm.c:361
#, c-format
msgid ""
-"StreamServerPort: bind() failed: %m\n"
-"\tIs another postmaster already running on port %d?\n"
-"\tIf not, wait a few seconds and retry."
+"Is another postmaster already running on port %d? If not, wait a few seconds "
+"and retry."
msgstr ""
-#: libpq/pqcomm.c:306
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:395
#, c-format
-msgid "No such group as '%s'"
+msgid "could not listen on %s socket: %m"
msgstr ""
-#: libpq/pqcomm.c:314
+#: libpq/pqcomm.c:485
#, c-format
-msgid "Could not set group of %s: %m"
+msgid "could not set group of file \"%s\": %m"
msgstr ""
-#: libpq/pqcomm.c:322
+#: libpq/pqcomm.c:496
#, c-format
-msgid "Could not set permissions on %s: %m"
+msgid "could not set permissions of file \"%s\": %m"
msgstr ""
-#: libpq/pqcomm.c:341
+#: libpq/pqcomm.c:526
#, c-format
-msgid "StreamServerPort: listen() failed: %m"
+msgid "could not accept new connection: %m"
msgstr ""
-#: libpq/pqcomm.c:371
+#: libpq/pqcomm.c:678
#, c-format
-msgid "StreamConnection: accept() failed: %m"
+msgid "could not receive data from client: %m"
msgstr ""
-#: libpq/pqcomm.c:390
-#, c-format
-msgid "StreamConnection: getsockname() failed: %m"
+#: libpq/pqcomm.c:841
+msgid "unexpected EOF within message length word"
msgstr ""
-#: libpq/pqcomm.c:402
-#, c-format
-msgid "StreamConnection: setsockopt(TCP_NODELAY) failed: %m"
+#: libpq/pqcomm.c:853
+msgid "invalid message length"
msgstr ""
-#: libpq/pqcomm.c:408
-#, c-format
-msgid "StreamConnection: setsockopt(SO_KEEPALIVE) failed: %m"
+#: libpq/pqcomm.c:867
+msgid "incomplete message from client"
msgstr ""
-#: libpq/pqcomm.c:476
+#: libpq/pqcomm.c:946
#, c-format
-msgid "pq_recvbuf: recv() failed: %m"
+msgid "could not send data to client: %m"
msgstr ""
-#: libpq/pqcomm.c:482
-msgid "pq_recvbuf: unexpected EOF on client connection"
+#: libpq/pqformat.c:443
+msgid "no data left in message"
msgstr ""
-#: libpq/pqcomm.c:680
-#, c-format
-msgid "pq_flush: send() failed: %m"
+#: libpq/pqformat.c:591 libpq/pqformat.c:609 libpq/pqformat.c:630
+#: utils/adt/arrayfuncs.c:1023
+msgid "insufficient data left in message"
msgstr ""
-#: libpq/pqcomm.c:714
-#, c-format
-msgid "pq_eof: recv() failed: %m"
+#: libpq/pqformat.c:671
+msgid "invalid string in message"
msgstr ""
-#: libpq/pqformat.c:159
-#, c-format
-msgid "pq_sendint: unsupported size %d"
+#: libpq/pqformat.c:687
+msgid "invalid message format"
msgstr ""
-#: libpq/pqformat.c:241
-#, c-format
-msgid "pq_getint: unsupported size %d"
-msgstr ""
-
-#: main/main.c:83
+#: main/main.c:84
#, c-format
msgid "%s: setsysinfo failed: %s\n"
msgstr ""
-#: main/main.c:172
+#: main/main.c:175
msgid ""
"\"root\" execution of the PostgreSQL server is not permitted.\n"
-"\n"
-"The server must be started under an unprivileged user id to prevent\n"
-"a possible system security compromise. See the documentation for\n"
+"The server must be started under an unprivileged user ID to prevent\n"
+"possible system security compromise. See the documentation for\n"
"more information on how to properly start the server.\n"
-"\n"
-msgstr ""
-
-#: main/main.c:192
-#, c-format
-msgid "%s: real and effective user ids must match\n"
-msgstr ""
-
-#: main/main.c:227
-#, c-format
-msgid "%s: invalid current euid %d\n"
-msgstr ""
-
-#: nodes/copyfuncs.c:1564
-#, c-format
-msgid "_copyAConst: unknown node type %d"
-msgstr ""
-
-#: nodes/copyfuncs.c:2720
-#, c-format
-msgid "_copyValue: unknown node type %d"
-msgstr ""
-
-#: nodes/copyfuncs.c:3232
-#, c-format
-msgid "copyObject: don't know how to copy node type %d"
msgstr ""
-#: nodes/equalfuncs.c:204
+#: main/main.c:196
#, c-format
-msgid "_equalParam: Invalid paramkind value: %d"
+msgid "%s: real and effective user IDs must match\n"
msgstr ""
-#: nodes/equalfuncs.c:1987
+#: main/main.c:241
#, c-format
-msgid "_equalValue: unknown node type %d"
+msgid "%s: invalid effective UID: %d\n"
msgstr ""
-#: nodes/equalfuncs.c:2438
+#: main/main.c:254
#, c-format
-msgid "equal: don't know whether nodes of type %d are equal"
+msgid "%s: could not determine user name (GetUserName failed)\n"
msgstr ""
-#: nodes/list.c:162
-msgid "tryout to nconc a list to itself"
+#: optimizer/path/allpaths.c:214
+msgid "SELECT FOR UPDATE is not supported for inheritance queries"
msgstr ""
-#: nodes/list.c:245
-msgid "llast: empty list"
-msgstr ""
-
-#: nodes/list.c:260
-msgid "llasti: empty list"
-msgstr ""
-
-#: nodes/outfuncs.c:1026 nodes/readfuncs.c:1694
-#, c-format
-msgid "bogus rte kind %d"
-msgstr ""
-
-#: nodes/outfuncs.c:1324
-#, c-format
-msgid "_outValue: don't know how to print type %d "
+#: optimizer/plan/initsplan.c:101
+msgid "SELECT FOR UPDATE cannot be applied to a join"
msgstr ""
-#: nodes/outfuncs.c:1782
-#, c-format
-msgid "_outNode: don't know how to print type %d "
+#: optimizer/plan/initsplan.c:290 optimizer/prep/prepjointree.c:340
+msgid "UNION JOIN is not implemented"
msgstr ""
-#: nodes/print.c:85
-#, c-format
+#: optimizer/plan/initsplan.c:347
msgid ""
-"%s:\n"
-"%s"
+"SELECT FOR UPDATE cannot be applied to the nullable side of an outer join"
msgstr ""
-#: nodes/print.c:353
+#: optimizer/plan/initsplan.c:763
#, c-format
-msgid "Cache lookup for type %u failed"
+msgid "could not identify an equality operator for types %s and %s"
msgstr ""
-#: nodes/read.c:296
-msgid "nodeRead: did not find '}' at end of plan node"
-msgstr ""
-
-#: nodes/read.c:376
-#, c-format
-msgid "nodeRead: Bad type %d"
-msgstr ""
-
-#: nodes/readfuncs.c:70
-msgid "toIntList: unexpected datatype"
-msgstr ""
-
-#: nodes/readfuncs.c:104
-msgid "toOidList: unexpected datatype"
-msgstr ""
-
-#: nodes/readfuncs.c:823
-#, c-format
-msgid "_readExpr: unknown opType \"%.*s\""
-msgstr ""
-
-#: nodes/readfuncs.c:2276
-#, c-format
-msgid "badly formatted planstring \"%.10s\"..."
-msgstr ""
-
-#: nodes/readfuncs.c:2309 nodes/readfuncs.c:2341
-#, c-format
-msgid "readDatum: expected '%s', got '%s'; length = %lu"
-msgstr ""
-
-#: nodes/readfuncs.c:2316
+#: optimizer/plan/initsplan.c:776
#, c-format
-msgid "readDatum: byval & length = %lu"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:336
-msgid "gimme_gene: Internal error - minimum_count not set"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:362
-msgid "gimme_gene: neither shared nor minimum number nor random edge found"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:422
-msgid "edge_failure(1): no edge found via random decision and total_edges == 4"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:447
-msgid "edge_failure(2): no edge found via random decision and remainig edges"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:465
-msgid "edge_failure(3): no edge found via looking for the last ununsed point"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:470
-msgid "edge_failure: no edge detected"
-msgstr ""
-
-#: optimizer/geqo/geqo_eval.c:139
-msgid "gimme_tree: failed to construct join rel"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:123
-msgid "geqo_main: using edge recombination crossover [ERX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:127
-msgid "geqo_main: using partially matched crossover [PMX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:131
-msgid "geqo_main: using cycle crossover [CX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:136
-msgid "geqo_main: using position crossover [PX]"
+msgid ""
+"equality operator for types %s and %s should be merge-joinable, but isn't"
msgstr ""
-#: optimizer/geqo/geqo_main.c:141
-msgid "geqo_main: using order crossover [OX1]"
+#: optimizer/plan/planner.c:591 parser/analyze.c:2094 parser/analyze.c:2258
+#: parser/analyze.c:2813
+msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT"
msgstr ""
-#: optimizer/geqo/geqo_main.c:146
-msgid "geqo_main: using order crossover [OX2]"
+#: optimizer/plan/planner.c:657
+msgid "SELECT FOR UPDATE is not allowed in subqueries"
msgstr ""
-#: optimizer/geqo/geqo_main.c:211
+#: optimizer/util/clauses.c:2037
#, c-format
-msgid "[GEQO] failures: %d, average: %d"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:214
-msgid "[GEQO] No edge failures detected."
+msgid "SQL function \"%s\" during inlining"
msgstr ""
-#: optimizer/geqo/geqo_main.c:220
-#, c-format
-msgid "[GEQO] mutations: %d, generations: %d"
+#: parser/analyze.c:364
+msgid "CREATE VIEW specifies more column names than columns"
msgstr ""
-#: optimizer/geqo/geqo_main.c:222
-msgid "[GEQO] No mutations processed."
+#: parser/analyze.c:574
+msgid "INSERT ... SELECT may not specify INTO"
msgstr ""
-#: optimizer/geqo/geqo_misc.c:43
-msgid "avg_pool: pool_size of zero"
+#: parser/analyze.c:666
+msgid "INSERT has more expressions than target columns"
msgstr ""
-#: optimizer/path/allpaths.c:204
-msgid "SELECT FOR UPDATE is not supported for inherit queries"
+#: parser/analyze.c:687
+msgid "INSERT has more target columns than expressions"
msgstr ""
-#: optimizer/path/allpaths.c:617
+#: parser/analyze.c:973
#, c-format
-msgid "recurse_pushdown_safe: unexpected node %d"
+msgid "%s will create implicit sequence \"%s\" for \"serial\" column \"%s.%s\""
msgstr ""
-#: optimizer/path/allpaths.c:685
+#: parser/analyze.c:1057 parser/analyze.c:1067
#, c-format
-msgid "recurse_push_qual: unexpected node %d"
+msgid ""
+"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
msgstr ""
-#: optimizer/path/clausesel.c:533
+#: parser/analyze.c:1077
#, c-format
-msgid "clause_selectivity: s1 %f"
+msgid "multiple default values specified for column \"%s\" of table \"%s\""
msgstr ""
-#: optimizer/path/costsize.c:1312
+#: parser/analyze.c:1322
#, c-format
-msgid "set_joinrel_size_estimates: unsupported join type %d"
-msgstr ""
-
-#: optimizer/path/indxpath.c:509
-msgid "extract_or_indexqual_conditions: no matching clause"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1229
-msgid "pred_test_simple_clause: unknown test_op"
+msgid "multiple primary keys for table \"%s\" are not allowed"
msgstr ""
-#: optimizer/path/indxpath.c:1258
-msgid "pred_test_simple_clause: null test result"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1903
+#: parser/analyze.c:1454
#, c-format
-msgid "prefix_quals: unexpected operator %u"
+msgid "column \"%s\" appears twice in primary key constraint"
msgstr ""
-#: optimizer/path/indxpath.c:1919
+#: parser/analyze.c:1459
#, c-format
-msgid "prefix_quals: no = operator for type %u"
+msgid "column \"%s\" appears twice in unique constraint"
msgstr ""
-#: optimizer/path/indxpath.c:1934
+#: parser/analyze.c:1553
#, c-format
-msgid "prefix_quals: no >= operator for type %u"
+msgid "%s / %s%s will create implicit index \"%s\" for table \"%s\""
msgstr ""
-#: optimizer/path/indxpath.c:1950
+#: parser/analyze.c:1569
#, c-format
-msgid "prefix_quals: no < operator for type %u"
+msgid "%s will create implicit triggers for foreign-key checks"
msgstr ""
-#: optimizer/path/indxpath.c:1997
-#, c-format
-msgid "network_prefix_quals: unexpected operator %u"
+#: parser/analyze.c:1662
+msgid "index expression may not return a set"
msgstr ""
-#: optimizer/path/indxpath.c:2010
-#, c-format
-msgid "network_prefix_quals: no %s operator for type %u"
+#: parser/analyze.c:1754
+msgid "rule WHERE condition may not contain references to other relations"
msgstr ""
-#: optimizer/path/indxpath.c:2025
-#, c-format
-msgid "network_prefix_quals: no <= operator for type %u"
+#: parser/analyze.c:1760
+msgid "rule WHERE condition may not contain aggregate functions"
msgstr ""
-#: optimizer/path/joinpath.c:172
-#, c-format
-msgid "sort_inner_and_outer: unexpected join type %d"
+#: parser/analyze.c:1831
+msgid ""
+"rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
+"actions"
msgstr ""
-#: optimizer/path/joinpath.c:343
-#, c-format
-msgid "match_unsorted_outer: unexpected join type %d"
+#: parser/analyze.c:1850 parser/analyze.c:1922 rewrite/rewriteHandler.c:176
+#: rewrite/rewriteManip.c:746 rewrite/rewriteManip.c:800
+msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
msgstr ""
-#: optimizer/path/joinpath.c:602
-#, c-format
-msgid "match_unsorted_inner: unexpected join type %d"
+#: parser/analyze.c:1868
+msgid "ON SELECT rule may not use OLD"
msgstr ""
-#: optimizer/path/joinrels.c:226
-#, c-format
-msgid "make_rels_by_joins: failed to build any %d-way joins"
+#: parser/analyze.c:1872
+msgid "ON SELECT rule may not use NEW"
msgstr ""
-#: optimizer/path/joinrels.c:381
-#, c-format
-msgid "make_jointree_rel: unexpected node type %d"
+#: parser/analyze.c:1881
+msgid "ON INSERT rule may not use OLD"
msgstr ""
-#: optimizer/path/joinrels.c:438
-#, c-format
-msgid "make_join_rel: unsupported join type %d"
+#: parser/analyze.c:1887
+msgid "ON DELETE rule may not use NEW"
msgstr ""
-#: optimizer/path/pathkeys.c:876
+#: parser/analyze.c:2215
msgid ""
-"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to "
-"use"
+"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result "
+"columns"
msgstr ""
-#: optimizer/plan/createplan.c:139
-#, c-format
-msgid "create_plan: unknown pathtype %d"
+#: parser/analyze.c:2253
+msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
msgstr ""
-#: optimizer/plan/createplan.c:214
-#, c-format
-msgid "create_scan_plan: unknown node type: %d"
+#: parser/analyze.c:2314
+msgid ""
+"UNION/INTERSECT/EXCEPT member statement may not refer to other relations of "
+"same query level"
msgstr ""
-#: optimizer/plan/createplan.c:296
+#: parser/analyze.c:2367
#, c-format
-msgid "create_join_plan: unknown node type: %d"
-msgstr ""
-
-#: optimizer/plan/createplan.c:1033
-msgid "fix_indxqual_sublist: indexqual clause is not binary opclause"
+msgid "each %s query must have the same number of columns"
msgstr ""
-#: optimizer/plan/createplan.c:1122
-msgid "fix_indxqual_operand: var is not index attribute"
-msgstr ""
-
-#: optimizer/plan/createplan.c:1560
-msgid "make_sort_from_pathkeys: cannot find tlist item to sort"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:124
-msgid "SELECT FOR UPDATE cannot be applied to a join"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:127
-#, c-format
-msgid "add_base_rels_to_query: unexpected node type %d"
+#: parser/analyze.c:2437
+msgid "CREATE TABLE AS specifies too many column names"
msgstr ""
-#: optimizer/plan/initsplan.c:307 optimizer/plan/planner.c:457
-msgid "UNION JOIN is not implemented yet"
+#: parser/analyze.c:2670
+msgid "cannot specify both SCROLL and NO SCROLL"
msgstr ""
-#: optimizer/plan/initsplan.c:311
+#: parser/analyze.c:2756
#, c-format
-msgid "distribute_quals_to_rels: unsupported join type %d"
+msgid "wrong number of parameters for prepared statement \"%s\""
msgstr ""
-#: optimizer/plan/initsplan.c:321
+#: parser/analyze.c:2758
#, c-format
-msgid "distribute_quals_to_rels: unexpected node type %d"
+msgid "Expected %d parameters but got %d."
msgstr ""
-#: optimizer/plan/initsplan.c:358
-msgid ""
-"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:452
-msgid "JOIN qualification may not refer to other relations"
+#: parser/analyze.c:2773
+msgid "cannot use subquery in EXECUTE parameter"
msgstr ""
-#: optimizer/plan/initsplan.c:611
-msgid "distribute_qual_to_rels: can't cope with variable-free clause"
+#: parser/analyze.c:2777
+msgid "cannot use aggregate function in EXECUTE parameter"
msgstr ""
-#: optimizer/plan/initsplan.c:753
+#: parser/analyze.c:2790
#, c-format
-msgid "Unable to identify an equality operator for types '%s' and '%s'"
+msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
msgstr ""
-#: optimizer/plan/initsplan.c:764
-#, c-format
-msgid ""
-"Equality operator for types '%s' and '%s' should be mergejoinable, but isn't"
+#: parser/analyze.c:2817
+msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
msgstr ""
-#: optimizer/plan/planmain.c:224
-msgid "subplanner: failed to construct a relation"
+#: parser/analyze.c:2821
+msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
msgstr ""
-#: optimizer/plan/planner.c:460
-#, c-format
-msgid "pull_up_subqueries: unexpected join type %d"
+#: parser/analyze.c:2825
+msgid "SELECT FOR UPDATE is not allowed with aggregate functions"
msgstr ""
-#: optimizer/plan/planner.c:466
+#: parser/analyze.c:2892
#, c-format
-msgid "pull_up_subqueries: unexpected node type %d"
+msgid "relation \"%s\" in FOR UPDATE clause not found in FROM clause"
msgstr ""
-#: optimizer/plan/planner.c:487
-msgid "is_simple_subquery: subquery is bogus"
+#: parser/analyze.c:2984
+msgid "misplaced DEFERRABLE clause"
msgstr ""
-#: optimizer/plan/planner.c:602
-#, c-format
-msgid "resolvenew_in_jointree: unexpected node type %d"
+#: parser/analyze.c:2988 parser/analyze.c:3001
+msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
msgstr ""
-#: optimizer/plan/planner.c:681
-#, c-format
-msgid "preprocess_jointree: unexpected node type %d"
+#: parser/analyze.c:2997
+msgid "misplaced NOT DEFERRABLE clause"
msgstr ""
-#: optimizer/plan/planner.c:793
-#, c-format
-msgid "preprocess_qual_conditions: unexpected node type %d"
+#: parser/analyze.c:3008 parser/analyze.c:3032 gram.y:2193 gram.y:2208
+msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
msgstr ""
-#: optimizer/plan/planner.c:908 parser/analyze.c:1774 parser/analyze.c:1947
-#: parser/analyze.c:2444
-msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT"
+#: parser/analyze.c:3015
+msgid "misplaced INITIALLY DEFERRED clause"
msgstr ""
-#: optimizer/plan/planner.c:961
-msgid "SELECT FOR UPDATE is not allowed in subselects"
+#: parser/analyze.c:3019 parser/analyze.c:3043
+msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
msgstr ""
-#: optimizer/plan/planner.c:1563 optimizer/plan/planner.c:1569
-msgid "postprocess_setop_tlist: resjunk output columns not implemented"
+#: parser/analyze.c:3039
+msgid "misplaced INITIALLY IMMEDIATE clause"
msgstr ""
-#: optimizer/plan/setrefs.c:215
+#: parser/analyze.c:3152 parser/analyze.c:3173
#, c-format
-msgid "set_plan_references: unknown plan type %d"
-msgstr ""
-
-#: optimizer/plan/setrefs.c:458
-msgid "join_references: variable not in subplan target lists"
-msgstr ""
-
-#: optimizer/plan/setrefs.c:519
-msgid "replace_vars_with_subplan_refs: variable not in subplan target list"
-msgstr ""
-
-#: optimizer/plan/subselect.c:141
-msgid "make_subplan: invalid expression structure (SubLink already processed?)"
-msgstr ""
-
-#: optimizer/plan/subselect.c:143
msgid ""
-"make_subplan: invalid expression structure (subquery already processed?)"
+"CREATE specifies a schema (%s) different from the one being created (%s)"
msgstr ""
-#: optimizer/plan/subselect.c:281 optimizer/plan/subselect.c:430
+#: parser/analyze.c:3227 parser/parse_expr.c:137 parser/parse_expr.c:143
+#: parser/parse_coerce.c:237
#, c-format
-msgid "cache lookup failed for operator %u"
+msgid "there is no parameter $%d"
msgstr ""
-#: optimizer/plan/subselect.c:705
+#: parser/analyze.c:3232 tcop/postgres.c:1144
#, c-format
-msgid "SS_finalize_plan: node %d unsupported"
+msgid "could not determine data type of parameter $%d"
msgstr ""
-#: optimizer/plan/subselect.c:728
-msgid "SS_finalize_plan: plan shouldn't reference subplan's variable"
+#: parser/parse_expr.c:105
+msgid "expression too complex"
msgstr ""
-#: optimizer/prep/preptlist.c:58
-msgid "preprocess_targetlist: subquery cannot be result relation"
-msgstr ""
-
-#: optimizer/prep/preptlist.c:212
-msgid "expand_targetlist: unexpected command_type"
-msgstr ""
-
-#: optimizer/prep/preptlist.c:242
-msgid "expand_targetlist: targetlist is not sorted correctly"
-msgstr ""
-
-#: optimizer/prep/prepunion.c:193
+#: parser/parse_expr.c:106
#, c-format
-msgid "recurse_set_operations: unexpected node %d"
+msgid "Nesting depth exceeds maximum expression depth %d."
msgstr ""
-#: optimizer/prep/prepunion.c:309
-msgid "generate_nonunion_plan: bogus operation code"
+#: parser/parse_expr.c:108
+msgid "Increase the configuration parameter \"max_expr_depth\"."
msgstr ""
-#: optimizer/util/clauses.c:81
-#, c-format
-msgid "make_clause: unsupported type %d"
+#: parser/parse_expr.c:352
+msgid "IS DISTINCT FROM requires = operator to yield boolean"
msgstr ""
-#: optimizer/util/clauses.c:445
-msgid "Aggregate function calls may not be nested"
+#: parser/parse_expr.c:375
+msgid "NULLIF requires = operator to yield boolean"
msgstr ""
-#: optimizer/util/clauses.c:718
-#, c-format
-msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query"
+#: parser/parse_expr.c:497
+msgid "subquery must return a column"
msgstr ""
-#: optimizer/util/clauses.c:1062
-msgid "CommuteClause: applied to non-binary-operator clause"
+#: parser/parse_expr.c:503
+msgid "subquery must return only one column"
msgstr ""
-#: optimizer/util/clauses.c:1070
+#: parser/parse_expr.c:559
#, c-format
-msgid "CommuteClause: no commutator for operator %u"
+msgid "row comparison cannot use operator %s"
msgstr ""
-#: optimizer/util/clauses.c:1395
-#, c-format
-msgid "eval_const_expressions: unexpected opType %d"
+#: parser/parse_expr.c:586
+msgid "subquery has too many columns"
msgstr ""
-#: optimizer/util/clauses.c:1631 utils/cache/lsyscache.c:581
-#: utils/cache/lsyscache.c:602 utils/cache/lsyscache.c:623
+#: parser/parse_expr.c:604
#, c-format
-msgid "Function OID %u does not exist"
+msgid "operator %s must return type boolean, not type %s"
msgstr ""
-#: optimizer/util/clauses.c:1981
-#, c-format
-msgid "expression_tree_walker: Unexpected node type %d"
+#: parser/parse_expr.c:607 parser/parse_expr.c:614
+msgid ""
+"The operator of a quantified predicate subquery must return type boolean."
msgstr ""
-#: optimizer/util/clauses.c:2371
+#: parser/parse_expr.c:612
#, c-format
-msgid "expression_tree_mutator: Unexpected node type %d"
+msgid "operator %s must not return a set"
msgstr ""
-#: optimizer/util/pathnode.c:125
-msgid "Unable to devise a query plan for the given query"
+#: parser/parse_expr.c:624
+msgid "subquery has too few columns"
msgstr ""
-#: optimizer/util/plancat.c:57
+#: parser/parse_expr.c:796 parser/parse_expr.c:1228 parser/parse_expr.c:1267
+#: parser/parse_coerce.c:1016 parser/parse_coerce.c:1033
+#: parser/parse_coerce.c:1087 parser/parse_oper.c:896
#, c-format
-msgid "get_relation_info: Relation %u not found"
+msgid "could not find array type for data type %s"
msgstr ""
-#: optimizer/util/plancat.c:221
+#: parser/parse_expr.c:1323
#, c-format
-msgid "restriction_selectivity: bad value %f"
+msgid "relation reference \"%s\" cannot be used in an expression"
msgstr ""
-#: optimizer/util/plancat.c:254
+#: parser/parse_expr.c:1531
#, c-format
-msgid "join_selectivity: bad value %f"
+msgid "cannot cast type %s to %s"
msgstr ""
-#: optimizer/util/plancat.c:326
-#, c-format
-msgid "has_subclass: Relation %u not found"
+#: parser/parse_agg.c:120
+msgid "aggregates not allowed in WHERE clause"
msgstr ""
-#: optimizer/util/relnode.c:60
-msgid "build_base_rel: rel already exists"
+#: parser/parse_agg.c:124
+msgid "aggregates not allowed in JOIN conditions"
msgstr ""
-#: optimizer/util/relnode.c:69
-msgid "build_base_rel: rel already exists as 'other' rel"
+#: parser/parse_agg.c:145
+msgid "aggregates not allowed in GROUP BY clause"
msgstr ""
-#: optimizer/util/relnode.c:107
-msgid "build_other_rel: rel already exists as base rel"
-msgstr ""
-
-#: optimizer/util/relnode.c:180
+#: parser/parse_agg.c:305
#, c-format
-msgid "make_base_rel: unsupported RTE kind %d"
-msgstr ""
-
-#: optimizer/util/relnode.c:216
-#, c-format
-msgid "find_base_rel: no relation entry for relid %d"
-msgstr ""
-
-#: optimizer/util/tlist.c:239
msgid ""
-"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist"
-msgstr ""
-
-#: parser/analyze.c:257
-msgid "CREATE VIEW specifies more column names than columns"
+"column \"%s.%s\" must appear in the GROUP BY clause or be used in an "
+"aggregate function"
msgstr ""
-#: parser/analyze.c:448
-msgid "INSERT ... SELECT may not specify INTO"
-msgstr ""
-
-#: parser/analyze.c:531
-msgid "INSERT has more expressions than target columns"
-msgstr ""
-
-#: parser/analyze.c:563
-msgid "INSERT has more target columns than expressions"
-msgstr ""
-
-#: parser/analyze.c:759
-msgid "parser: unrecognized node (internal error)"
-msgstr ""
-
-#: parser/analyze.c:841
-#, c-format
-msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'"
-msgstr ""
-
-#: parser/analyze.c:922 parser/analyze.c:930
+#: parser/parse_agg.c:310
#, c-format
-msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'"
+msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
msgstr ""
-#: parser/analyze.c:938
+#: parser/parse_clause.c:336
#, c-format
-msgid "%s/DEFAULT multiple values specified for '%s.%s'"
+msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
msgstr ""
-#: parser/analyze.c:980 parser/analyze.c:1019
-msgid "parser: unrecognized constraint (internal error)"
+#: parser/parse_clause.c:396 gram.y:4765
+msgid "subquery in FROM must have an alias"
msgstr ""
-#: parser/analyze.c:1015
-msgid "parser: illegal context for constraint (internal error)"
+#: parser/parse_clause.c:419
+msgid "subquery in FROM may not have SELECT INTO"
msgstr ""
-#: parser/analyze.c:1059
-#, c-format
-msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed"
+#: parser/parse_clause.c:441
+msgid "subquery in FROM may not refer to other relations of same query level"
msgstr ""
-#: parser/analyze.c:1127
-#, c-format
-msgid "inherited table \"%s\" is not a relation"
-msgstr ""
-
-#: parser/analyze.c:1156
-#, c-format
+#: parser/parse_clause.c:496
msgid ""
-"inherited attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
-"NOT NULL"
+"function expression in FROM may not refer to other relations of same query "
+"level"
msgstr ""
-#: parser/analyze.c:1182
-#, c-format
-msgid ""
-"Existing attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
-"NOT NULL"
+#: parser/parse_clause.c:508
+msgid "cannot use aggregate function in function expression in FROM"
msgstr ""
-#: parser/analyze.c:1189
+#: parser/parse_clause.c:728
#, c-format
-msgid "%s: column \"%s\" named in key does not exist"
+msgid "column name \"%s\" appears more than once in USING clause"
msgstr ""
-#: parser/analyze.c:1197
+#: parser/parse_clause.c:743
#, c-format
-msgid "%s: column \"%s\" appears twice in %s constraint"
+msgid "common column name \"%s\" appears more than once in left table"
msgstr ""
-#: parser/analyze.c:1287
+#: parser/parse_clause.c:752
#, c-format
-msgid "%s: failed to make implicit index name"
+msgid "column \"%s\" specified in USING clause does not exist in left table"
msgstr ""
-#: parser/analyze.c:1290
+#: parser/parse_clause.c:766
#, c-format
-msgid "%s / %s%s will create implicit index '%s' for table '%s'"
+msgid "common column name \"%s\" appears more than once in right table"
msgstr ""
-#: parser/analyze.c:1304
+#: parser/parse_clause.c:775
#, c-format
-msgid "%s will create implicit trigger(s) for FOREIGN KEY check(s)"
+msgid "column \"%s\" specified in USING clause does not exist in right table"
msgstr ""
-#: parser/analyze.c:1446 parser/analyze.c:1568
+#: parser/parse_clause.c:827
#, c-format
-msgid "transformRuleStmt: unexpected event type %d"
-msgstr ""
-
-#: parser/analyze.c:1455
-msgid "Rule WHERE condition may not contain references to other relations"
-msgstr ""
-
-#: parser/analyze.c:1459
-msgid "Rule WHERE condition may not contain aggregate functions"
-msgstr ""
-
-#: parser/analyze.c:1528
-msgid ""
-"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
-"actions"
-msgstr ""
-
-#: parser/analyze.c:1552
-msgid "ON SELECT rule may not use OLD"
-msgstr ""
-
-#: parser/analyze.c:1554
-msgid "ON SELECT rule may not use NEW"
-msgstr ""
-
-#: parser/analyze.c:1561
-msgid "ON INSERT rule may not use OLD"
-msgstr ""
-
-#: parser/analyze.c:1565
-msgid "ON DELETE rule may not use NEW"
+msgid "column alias list for \"%s\" has too many entries"
msgstr ""
-#: parser/analyze.c:1630 parser/analyze.c:1838
-msgid "DECLARE CURSOR must not specify INTO"
-msgstr ""
-
-#: parser/analyze.c:1632 parser/analyze.c:1840
-msgid ""
-"DECLARE/UPDATE is not supported\n"
-"\tCursors must be READ ONLY"
-msgstr ""
-
-#: parser/analyze.c:1908
-msgid ""
-"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result "
-"columns"
-msgstr ""
-
-#: parser/analyze.c:1942
-msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
-msgstr ""
-
-#: parser/analyze.c:1944
-msgid "Portal may not appear in UNION/INTERSECT/EXCEPT"
-msgstr ""
-
-#: parser/analyze.c:2038
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1020
#, c-format
-msgid "Each %s query must have the same number of columns"
+msgid "argument of %s must not contain variables"
msgstr ""
-#: parser/analyze.c:2096
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1028
#, c-format
-msgid "getSetColTypes: unexpected node %d"
-msgstr ""
-
-#: parser/analyze.c:2107
-msgid "CREATE TABLE AS specifies too many column names"
-msgstr ""
-
-#: parser/analyze.c:2190 parser/analyze.c:2199
-msgid "UPDATE target count mismatch --- internal error"
+msgid "argument of %s must not contain aggregates"
msgstr ""
-#: parser/analyze.c:2285
-msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT"
-msgstr ""
-
-#: parser/analyze.c:2368
-msgid "transformPrepareStmt: internal error"
-msgstr ""
-
-#: parser/analyze.c:2395
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1036
#, c-format
-msgid "Wrong number of parameters, expected %d but got %d"
-msgstr ""
-
-#: parser/analyze.c:2408
-msgid "Cannot use subselects in EXECUTE parameters"
+msgid "argument of %s must not contain subqueries"
msgstr ""
-#: parser/analyze.c:2410
-msgid "Cannot use aggregates in EXECUTE parameters"
-msgstr ""
-
-#: parser/analyze.c:2421
+#. translator: first %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1138
#, c-format
-msgid ""
-"Parameter $%d of type %s cannot be coerced into the expected type %s\n"
-"\tYou will need to rewrite or cast the expression"
+msgid "%s \"%s\" is ambiguous"
msgstr ""
-#: parser/analyze.c:2446
-msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
-msgstr ""
-
-#: parser/analyze.c:2448
-msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
-msgstr ""
-
-#: parser/analyze.c:2450
-msgid "SELECT FOR UPDATE is not allowed with AGGREGATE"
-msgstr ""
-
-#: parser/analyze.c:2515
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1160
#, c-format
-msgid "FOR UPDATE: relation \"%s\" not found in FROM clause"
+msgid "non-integer constant in %s"
msgstr ""
-#: parser/analyze.c:2555
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1177
#, c-format
-msgid "relationHasPrimaryKey: index %u not found"
-msgstr ""
-
-#: parser/analyze.c:2606
-msgid "Misplaced DEFERRABLE clause"
-msgstr ""
-
-#: parser/analyze.c:2608 parser/analyze.c:2617
-msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
-msgstr ""
-
-#: parser/analyze.c:2615
-msgid "Misplaced NOT DEFERRABLE clause"
+msgid "%s position %d is not in select list"
msgstr ""
-#: parser/analyze.c:2622 parser/analyze.c:2640
-msgid "INITIALLY DEFERRED constraint must be DEFERRABLE"
+#: parser/parse_clause.c:1362
+msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
msgstr ""
-#: parser/analyze.c:2627
-msgid "Misplaced INITIALLY DEFERRED clause"
-msgstr ""
-
-#: parser/analyze.c:2629 parser/analyze.c:2647
-msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
-msgstr ""
-
-#: parser/analyze.c:2645
-msgid "Misplaced INITIALLY IMMEDIATE clause"
+#: parser/parse_clause.c:1402
+msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
msgstr ""
-#: parser/analyze.c:2754
+#: parser/parse_coerce.c:253
#, c-format
-msgid ""
-"New table specifies a schema (%s) different from the one being created (%s)"
+msgid "inconsistent types deduced for parameter $%d"
msgstr ""
-#: parser/analyze.c:2773
+#. translator: first %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:579
#, c-format
-msgid ""
-"New view specifies a schema (%s) different from the one being created (%s)"
+msgid "argument of %s must be type boolean, not type %s"
msgstr ""
-#: parser/analyze.c:2790
-msgid "parser: unsupported schema node (internal error)"
-msgstr ""
-
-#: parser/parse_agg.c:112
+#. translator: %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:587 parser/parse_coerce.c:626
#, c-format
-msgid "Attribute %s.%s must be GROUPed or used in an aggregate function"
-msgstr ""
-
-#: parser/parse_agg.c:150
-msgid "Aggregates not allowed in WHERE clause"
-msgstr ""
-
-#: parser/parse_agg.c:152
-msgid "Aggregates not allowed in JOIN conditions"
-msgstr ""
-
-#: parser/parse_agg.c:168
-msgid "Aggregates not allowed in GROUP BY clause"
+msgid "argument of %s must not return a set"
msgstr ""
-#: parser/parse_clause.c:194
-msgid "Bogus InhOption value"
-msgstr ""
-
-#: parser/parse_clause.c:341
+#. translator: first %s is name of a SQL construct, eg LIMIT
+#: parser/parse_coerce.c:618
#, c-format
-msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
-msgstr ""
-
-#: parser/parse_clause.c:400
-msgid "sub-select in FROM must have an alias"
-msgstr ""
-
-#: parser/parse_clause.c:424 parser/parse_clause.c:427
-msgid "Unexpected parse analysis result for subselect in FROM"
-msgstr ""
-
-#: parser/parse_clause.c:430
-msgid "Expected SELECT query from subselect in FROM"
-msgstr ""
-
-#: parser/parse_clause.c:432
-msgid "Subselect in FROM may not have SELECT INTO"
-msgstr ""
-
-#: parser/parse_clause.c:493
-msgid ""
-"FROM function expression may not refer to other relations of same query level"
-msgstr ""
-
-#: parser/parse_clause.c:502
-msgid "cannot use aggregate function in FROM function expression"
-msgstr ""
-
-#: parser/parse_clause.c:514
-msgid "Coercion function not allowed in FROM clause"
-msgstr ""
-
-#: parser/parse_clause.c:624 parser/parse_clause.c:636
-msgid "transformFromClauseItem: unexpected subtree type"
+msgid "argument of %s must be type integer, not type %s"
msgstr ""
-#: parser/parse_clause.c:719
+#: parser/parse_coerce.c:679
#, c-format
-msgid "USING column name \"%s\" appears more than once"
+msgid "%s types %s and %s cannot be matched"
msgstr ""
-#: parser/parse_clause.c:731
+#. translator: first %s is name of a SQL construct, eg CASE
+#: parser/parse_coerce.c:741
#, c-format
-msgid "Common column name \"%s\" appears more than once in left table"
+msgid "%s could not convert type %s to %s"
msgstr ""
-#: parser/parse_clause.c:737
-#, c-format
-msgid "JOIN/USING column \"%s\" not found in left table"
+#: parser/parse_coerce.c:917
+msgid "arguments declared \"anyelement\" are not all alike"
msgstr ""
-#: parser/parse_clause.c:749
-#, c-format
-msgid "Common column name \"%s\" appears more than once in right table"
+#: parser/parse_coerce.c:934
+msgid "arguments declared \"anyarray\" are not all alike"
msgstr ""
-#: parser/parse_clause.c:755
+#: parser/parse_coerce.c:963 parser/parse_coerce.c:1075
+#: parser/parse_coerce.c:1102
#, c-format
-msgid "JOIN/USING column \"%s\" not found in right table"
+msgid "argument declared \"anyarray\" is not an array but type %s"
msgstr ""
-#: parser/parse_clause.c:804
-#, c-format
-msgid "Column alias list for \"%s\" has too many entries"
+#: parser/parse_coerce.c:980
+msgid ""
+"argument declared \"anyarray\" is not consistent with argument declared "
+"\"anyelement\""
msgstr ""
-#: parser/parse_clause.c:831
-#, c-format
+#: parser/parse_coerce.c:991
msgid ""
-"transformFromClauseItem: unexpected node (internal error)\n"
-"\t%s"
+"could not determine anyarray/anyelement type because input has type \"unknown"
+"\""
msgstr ""
-#: parser/parse_clause.c:942
+#: parser/parse_func.c:89
#, c-format
-msgid "buildMergedJoinVar: unexpected jointype %d"
+msgid "cannot pass more than %d arguments to a function"
msgstr ""
-#: parser/parse_clause.c:1063
+#: parser/parse_func.c:224
#, c-format
-msgid "%s '%s' is ambiguous"
+msgid "cannot pass result of subquery or join \"%s\" to a function"
msgstr ""
-#: parser/parse_clause.c:1082
+#: parser/parse_func.c:265
#, c-format
-msgid "Non-integer constant in %s"
+msgid "%s(*) specified, but %s is not an aggregate function"
msgstr ""
-#: parser/parse_clause.c:1095
+#: parser/parse_func.c:271
#, c-format
-msgid "%s position %d is not in target list"
-msgstr ""
-
-#: parser/parse_clause.c:1237
-msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list"
-msgstr ""
-
-#: parser/parse_clause.c:1275
-msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
-msgstr ""
-
-#: parser/parse_clause.c:1299
-msgid ""
-"transformDistinctClause: failed to add DISTINCT ON clause to target list"
+msgid "DISTINCT specified, but %s is not an aggregate function"
msgstr ""
-#: parser/parse_coerce.c:288
+#: parser/parse_func.c:296
#, c-format
-msgid "coerce_type: no conversion function from %s to %s"
+msgid "attribute notation .%s applied to type %s, which is not a complex type"
msgstr ""
-#: parser/parse_coerce.c:414
+#: parser/parse_func.c:301
#, c-format
-msgid "coerce_type_constraints: failed to lookup type %u"
+msgid "attribute \"%s\" not found in data type %s"
msgstr ""
-#. translator: first %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:565
+#: parser/parse_func.c:311
#, c-format
-msgid "Argument of %s must be type boolean, not type %s"
+msgid "function %s is not unique"
msgstr ""
-#. translator: %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:573
-#, c-format
-msgid "Argument of %s must not be a set function"
+#: parser/parse_func.c:314
+msgid ""
+"Could not choose a best candidate function. You may need to add explicit "
+"type casts."
msgstr ""
-#: parser/parse_coerce.c:620
-#, c-format
-msgid "%s types '%s' and '%s' not matched"
+#: parser/parse_func.c:322
+msgid ""
+"No function matches the given name and argument types. You may need to add "
+"explicit type casts."
msgstr ""
-#: parser/parse_coerce.c:672
-#, c-format
-msgid "%s unable to convert to type %s"
+#: parser/parse_func.c:371
+msgid "aggregates may not return sets"
msgstr ""
-#: parser/parse_coerce.c:954
+#: parser/parse_func.c:1353
#, c-format
-msgid "find_coercion_pathway: bogus castcontext %c"
-msgstr ""
+msgid "column %s.%s.%s does not exist"
+msgstr "kolonnen %s.%s.%s eksisterer ikke"
-#: parser/parse_expr.c:101
+#: parser/parse_func.c:1358
#, c-format
-msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
-msgstr ""
+msgid "column %s.%s does not exist"
+msgstr "kolonnen %s.%s eksisterer ikke"
-#: parser/parse_expr.c:120
+#: parser/parse_func.c:1428
#, c-format
-msgid "Parameter '$%d' is out of range"
+msgid "aggregate %s(*) does not exist"
msgstr ""
-#: parser/parse_expr.c:358 parser/parse_expr.c:362
-msgid "Bad query in subselect"
-msgstr ""
-
-#: parser/parse_expr.c:384
-msgid "Subselect must have a field"
-msgstr ""
-
-#: parser/parse_expr.c:388
-msgid "Subselect must have only one field"
-msgstr ""
-
-#: parser/parse_expr.c:418
+#: parser/parse_func.c:1433
#, c-format
-msgid "Row comparison cannot use operator %s"
-msgstr ""
-
-#: parser/parse_expr.c:441
-msgid "Subselect has too many fields"
+msgid "aggregate %s(%s) does not exist"
msgstr ""
-#: parser/parse_expr.c:457
+#: parser/parse_func.c:1454
#, c-format
-msgid ""
-"%s has result type of %s, but must return %s to be used with quantified "
-"predicate subquery"
-msgstr ""
+msgid "function %s(%s) is not an aggregate"
+msgstr "funksjonen %s(%s) er ikke en aggregatfunksjon"
-#: parser/parse_expr.c:463
+#: parser/parse_node.c:124
#, c-format
-msgid "%s must not return a set to be used with quantified predicate subquery"
+msgid "cannot subscript type %s because it is not an array"
msgstr ""
-#: parser/parse_expr.c:475
-msgid "Subselect has too few fields"
+#: parser/parse_node.c:183 parser/parse_node.c:206
+msgid "array subscript must have type integer"
msgstr ""
-#: parser/parse_expr.c:615
+#: parser/parse_node.c:228
#, c-format
-msgid "transformExpr: unexpected booltesttype %d"
+msgid "array assignment requires type %s but expression is of type %s"
msgstr ""
-#: parser/parse_expr.c:652
+#: parser/parse_oper.c:84 parser/parse_oper.c:761 utils/adt/regproc.c:467
+#: utils/adt/regproc.c:487 utils/adt/regproc.c:665
#, c-format
-msgid "transformExpr: does not know how to transform node %d (internal error)"
-msgstr ""
+msgid "operator does not exist: %s"
+msgstr "operatoren eksisterer ikke: %s"
-#: parser/parse_expr.c:744
+#: parser/parse_oper.c:185 utils/adt/arrayfuncs.c:2397
+#: utils/adt/ri_triggers.c:3358
#, c-format
-msgid "Attribute \"%s\" not found"
-msgstr ""
-
-#: parser/parse_expr.c:856 parser/parse_target.c:153
-msgid "Invalid qualified name syntax (too many names)"
-msgstr ""
-
-#: parser/parse_expr.c:913
-msgid "exprType: Cannot get type for untransformed sublink"
+msgid "could not identify an equality operator for type %s"
msgstr ""
-#: parser/parse_expr.c:940
+#: parser/parse_oper.c:249 parser/parse_oper.c:314
#, c-format
-msgid "exprType: Do not know how to get type for %d node"
+msgid "could not identify an ordering operator for type %s"
msgstr ""
-#: parser/parse_expr.c:1110
-#, c-format
-msgid "Cannot cast type %s to %s"
+#: parser/parse_oper.c:251 parser/parse_oper.c:316
+msgid "Use an explicit ordering operator or modify the query."
msgstr ""
-#: parser/parse_func.c:97
+#: parser/parse_oper.c:560
#, c-format
-msgid "Cannot pass more than %d arguments to a function"
+msgid "operator requires run-time type coercion: %s"
msgstr ""
-#: parser/parse_func.c:104
+#: parser/parse_oper.c:754
#, c-format
-msgid "Function '%s' does not allow NULL input"
+msgid "operator is not unique: %s"
msgstr ""
-#: parser/parse_func.c:192
-#, c-format
-msgid "Cannot find type OID for relation %u"
+#: parser/parse_oper.c:756
+msgid ""
+"Could not choose a best candidate operator. You may need to add explicit "
+"type casts."
msgstr ""
-#: parser/parse_func.c:232
-#, c-format
-msgid "Cannot pass result of sub-select or join %s to a function"
+#: parser/parse_oper.c:763
+msgid ""
+"No operator matches the given name and argument type(s). You may need to add "
+"explicit type casts."
msgstr ""
-#: parser/parse_func.c:270
-#, c-format
-msgid "%s(*) specified, but %s is not an aggregate function"
+#: parser/parse_oper.c:853
+msgid "op ANY/ALL (array) requires array on right side"
msgstr ""
-#: parser/parse_func.c:273
-#, c-format
-msgid "DISTINCT specified, but %s is not an aggregate function"
+#: parser/parse_oper.c:882
+msgid "op ANY/ALL (array) requires operator to yield boolean"
msgstr ""
-#: parser/parse_func.c:296
-#, c-format
-msgid "Attribute notation .%s applied to type %s, which is not a complex type"
+#: parser/parse_oper.c:886
+msgid "op ANY/ALL (array) requires operator not to return a set"
msgstr ""
-#: parser/parse_func.c:299
+#: parser/parse_relation.c:174 parser/parse_relation.c:189
#, c-format
-msgid "Attribute \"%s\" not found in datatype %s"
-msgstr ""
-
-#: parser/parse_func.c:348
-msgid "Aggregates may not return sets"
+msgid "table reference \"%s\" is ambiguous"
msgstr ""
-#: parser/parse_func.c:1264
+#: parser/parse_relation.c:249 parser/parse_relation.c:264
#, c-format
-msgid "No such attribute %s.%s.%s"
+msgid "table reference %u is ambiguous"
msgstr ""
-#: parser/parse_func.c:1267
+#: parser/parse_relation.c:356 parser/parse_relation.c:368
#, c-format
-msgid "No such attribute %s.%s"
+msgid "table name \"%s\" specified more than once"
msgstr ""
-#: parser/parse_func.c:1294
+#: parser/parse_relation.c:477 parser/parse_relation.c:573
#, c-format
-msgid "Function %s(%s) does not exist%s%s"
+msgid "column reference \"%s\" is ambiguous"
msgstr ""
-#: parser/parse_func.c:1300
+#: parser/parse_relation.c:668 parser/parse_relation.c:763
+#: parser/parse_relation.c:858 parser/parse_relation.c:978
#, c-format
-msgid "%s: function %s(%s) does not exist%s%s"
+msgid "table \"%s\" has %d columns available but %d columns specified"
msgstr ""
-#: parser/parse_func.c:1326
-#, c-format
-msgid "%s: aggregate %s(*) does not exist"
+#: parser/parse_relation.c:935
+msgid ""
+"a column definition list is only allowed for functions returning \"record\""
msgstr ""
-#: parser/parse_func.c:1329
-#, c-format
-msgid "%s: aggregate %s(%s) does not exist"
+#: parser/parse_relation.c:946
+msgid "a column definition list is required for functions returning \"record\""
msgstr ""
-#: parser/parse_func.c:1345
+#: parser/parse_relation.c:1007
#, c-format
-msgid "%s: function %s(*) is not an aggregate"
+msgid "too many column aliases specified for function %s"
msgstr ""
-#: parser/parse_func.c:1348
+#: parser/parse_relation.c:1030
#, c-format
-msgid "%s: function %s(%s) is not an aggregate"
+msgid "function \"%s\" in FROM has unsupported return type"
msgstr ""
-#: parser/parse_node.c:217
-#, c-format
-msgid "transformArraySubscripts: Cache lookup failed for array type %u"
+#: parser/parse_relation.c:1422 parser/parse_relation.c:1666
+msgid "function in FROM has unsupported return type"
msgstr ""
-#: parser/parse_node.c:223
+#: parser/parse_relation.c:1910
#, c-format
-msgid "transformArraySubscripts: type %s is not an array"
+msgid "missing FROM-clause entry in subquery for table \"%s\""
msgstr ""
-#: parser/parse_node.c:231
+#: parser/parse_relation.c:1915
#, c-format
-msgid "transformArraySubscripts: Cache lookup failed for array element type %u"
-msgstr ""
-
-#: parser/parse_node.c:288 parser/parse_node.c:310
-msgid "array index expressions must be integers"
+msgid "missing FROM-clause entry for table \"%s\""
msgstr ""
-#: parser/parse_node.c:329
+#: parser/parse_relation.c:1934
#, c-format
-msgid ""
-"Array assignment requires type %s but expression is of type %s\n"
-"\tYou will need to rewrite or cast the expression"
+msgid "adding missing FROM-clause entry in subquery for table \"%s\""
msgstr ""
-#: parser/parse_node.c:439
+#: parser/parse_relation.c:1939
#, c-format
-msgid "make_const: unknown type %d"
+msgid "adding missing FROM-clause entry for table \"%s\""
msgstr ""
-#: parser/parse_oper.c:116
+#: parser/parse_target.c:66
#, c-format
-msgid "%s: Prefix operator '%s' for type '%s' does not exist"
+msgid "relation reference \"%s\" cannot be used as a select-list entry"
msgstr ""
-#: parser/parse_oper.c:120
+#: parser/parse_target.c:68
#, c-format
-msgid "%s: Postfix operator '%s' for type '%s' does not exist"
+msgid "Write \"%s\".* to denote all the columns of the relation."
msgstr ""
-#: parser/parse_oper.c:124
+#: parser/parse_target.c:331
#, c-format
-msgid "%s: Operator '%s' for types '%s' and '%s' does not exist"
+msgid "cannot assign to system column \"%s\""
msgstr ""
-#: parser/parse_oper.c:143
-#, c-format
-msgid ""
-"Unable to identify an ordering operator '%s' for type '%s'\n"
-"\tUse an explicit ordering operator or modify the query"
+#: parser/parse_target.c:353
+msgid "cannot set an array element to DEFAULT"
msgstr ""
-#: parser/parse_oper.c:894
-#, c-format
-msgid ""
-"Left hand side of operator '%s' has an unknown type\n"
-"\tProbably a bad attribute name"
+#: parser/parse_target.c:420
+#, fuzzy, c-format
+msgid "column \"%s\" is of type %s but expression is of type %s"
msgstr ""
+"Kolonnen «%s» er av typen %s, men standardverdiuttrykket er av typen %s\n"
+"\tDu må skrive om eller omstøpe uttrykket (cast)"
-#: parser/parse_oper.c:899
-#, c-format
-msgid ""
-"Right hand side of operator %s has an unknown type\n"
-"\tProbably a bad attribute name"
+#: parser/parse_target.c:555
+msgid "SELECT * with no tables specified is not valid"
msgstr ""
-#: parser/parse_oper.c:903
+#: parser/parse_type.c:62
#, c-format
-msgid ""
-"Unable to identify an operator '%s' for types '%s' and '%s'\n"
-"\tYou will have to retype this query using an explicit cast"
+msgid "improper %%TYPE reference (too few dotted names): %s"
msgstr ""
-#: parser/parse_oper.c:919
+#: parser/parse_type.c:83
#, c-format
-msgid ""
-"operand of prefix operator '%s' has an unknown type\n"
-"\t(probably an invalid column reference)"
+msgid "improper %%TYPE reference (too many dotted names): %s"
msgstr ""
-#: parser/parse_oper.c:923
+#: parser/parse_type.c:103
#, c-format
-msgid ""
-"operand of postfix operator '%s' has an unknown type\n"
-"\t(probably an invalid column reference)"
+msgid "type reference %s converted to %s"
msgstr ""
-#: parser/parse_oper.c:930
+#: parser/parse_type.c:206 parser/parse_type.c:237
#, c-format
-msgid ""
-"Unable to identify a prefix operator '%s' for type '%s'\n"
-"\tYou may need to add parentheses or an explicit cast"
+msgid "type \"%s\" is only a shell"
msgstr ""
-#: parser/parse_oper.c:934
+#: parser/parse_type.c:507
#, c-format
-msgid ""
-"Unable to identify a postfix operator '%s' for type '%s'\n"
-"\tYou may need to add parentheses or an explicit cast"
-msgstr ""
+msgid "invalid type name \"%s\""
+msgstr "ugyldig brukernavn «%s»"
-#: parser/parse_relation.c:169 parser/parse_relation.c:181
-#, c-format
-msgid "Table reference \"%s\" is ambiguous"
+#: y.tab.c:9088
+msgid "syntax error: cannot back up"
msgstr ""
-#: parser/parse_relation.c:185
-#, c-format
-msgid "scanNameSpaceForRefname: unexpected node type %d"
+#: gram.y:961 gram.y:987
+msgid "time zone interval must be HOUR or HOUR TO MINUTE"
msgstr ""
-#: parser/parse_relation.c:239 parser/parse_relation.c:251
+#: gram.y:972 gram.y:5090 gram.y:7188
#, c-format
-msgid "Table reference %u is ambiguous"
+msgid "INTERVAL(%d) precision must not be negative"
msgstr ""
-#: parser/parse_relation.c:255
+#: gram.y:978 gram.y:5096 gram.y:7194
#, c-format
-msgid "scanNameSpaceForRelid: unexpected node type %d"
+msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_relation.c:319
-#, c-format
-msgid "checkNameSpaceConflicts: unexpected node type %d"
+#: gram.y:1770 utils/adt/ri_triggers.c:296 utils/adt/ri_triggers.c:358
+#: utils/adt/ri_triggers.c:534 utils/adt/ri_triggers.c:771
+#: utils/adt/ri_triggers.c:961 utils/adt/ri_triggers.c:1121
+#: utils/adt/ri_triggers.c:1304 utils/adt/ri_triggers.c:1472
+#: utils/adt/ri_triggers.c:1652 utils/adt/ri_triggers.c:1821
+#: utils/adt/ri_triggers.c:2038 utils/adt/ri_triggers.c:2217
+#: utils/adt/ri_triggers.c:2421 utils/adt/ri_triggers.c:2517
+msgid "MATCH PARTIAL not yet implemented"
msgstr ""
-#: parser/parse_relation.c:342 parser/parse_relation.c:352
-#, c-format
-msgid "Table name \"%s\" specified more than once"
+#: gram.y:1852
+msgid "CREATE TABLE AS may not specify INTO"
msgstr ""
-#: parser/parse_relation.c:373
-#, c-format
-msgid "scanNameSpaceForConflict: unexpected node type %d"
+#: gram.y:2260
+msgid "CREATE ASSERTION is not yet implemented"
msgstr ""
-#: parser/parse_relation.c:408
-msgid "RTERangeTablePosn: RTE not found (internal error)"
+#: gram.y:2276
+msgid "DROP ASSERTION is not yet implemented"
msgstr ""
-#: parser/parse_relation.c:460 parser/parse_relation.c:553
-#, c-format
-msgid "Column reference \"%s\" is ambiguous"
+#: gram.y:3086
+msgid "CREATE FUNCTION / OUT parameters are not implemented"
msgstr ""
-#: parser/parse_relation.c:547
-#, c-format
-msgid "colnameToVar: unexpected node type %d"
+#: gram.y:3093
+msgid "CREATE FUNCTION / INOUT parameters are not implemented"
msgstr ""
-#: parser/parse_relation.c:646 parser/parse_relation.c:739
-#: parser/parse_relation.c:832 parser/parse_relation.c:946
-#, c-format
-msgid "Table \"%s\" has %d columns available but %d columns specified"
+#: gram.y:3247 utils/adt/regproc.c:639
+msgid "missing argument"
msgstr ""
-#: parser/parse_relation.c:907
-msgid "A column definition list is only allowed for functions returning RECORD"
+#: gram.y:3248 utils/adt/regproc.c:640
+msgid "Use NONE to denote the missing argument of a unary operator."
msgstr ""
-#: parser/parse_relation.c:916
-msgid "A column definition list is required for functions returning RECORD"
+#: gram.y:4150
+msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
msgstr ""
-#: parser/parse_relation.c:972
-#, c-format
-msgid "Too many column aliases specified for function %s"
+#: gram.y:4615
+msgid "LIMIT #,# syntax is not supported"
msgstr ""
-#: parser/parse_relation.c:993
-#, c-format
-msgid "Unknown kind of return type specified for function %s"
+#: gram.y:4616
+msgid "Use separate LIMIT and OFFSET clauses."
msgstr ""
-#: parser/parse_relation.c:1425
-#, c-format
-msgid "expandRTE: unsupported RTE kind %d"
+#: gram.y:4766
+msgid "For example, FROM (SELECT ...) [AS] foo."
msgstr ""
-#: parser/parse_relation.c:1515
-#, c-format
-msgid "Invalid attnum %d for rangetable entry %s"
+#: gram.y:5193
+msgid "precision for type float must be at least 1 bit"
msgstr ""
-#: parser/parse_relation.c:1542 parser/parse_relation.c:1605
-#: parser/parse_relation.c:1683
-#, c-format
-msgid "Relation \"%s\" does not have attribute %d"
+#: gram.y:5201
+msgid "precision for type float must be less than 54 bits"
msgstr ""
-#: parser/parse_relation.c:1574
+#: gram.y:5215 gram.y:5230
#, c-format
-msgid "Subquery %s does not have attribute %d"
+msgid "NUMERIC precision %d must be between 1 and %d"
msgstr ""
-#: parser/parse_relation.c:1655
+#: gram.y:5220
#, c-format
-msgid "get_rte_attribute_type: unsupported RTE kind %d"
+msgid "NUMERIC scale %d must be between 0 and precision %d"
msgstr ""
-#: parser/parse_relation.c:1716
+#: gram.y:5248 gram.y:5263
#, c-format
-msgid "Relation %s does not have attribute %d"
+msgid "DECIMAL precision %d must be between 1 and %d"
msgstr ""
-#: parser/parse_relation.c:1732
+#: gram.y:5253
#, c-format
-msgid "get_rte_attribute_is_dropped: unsupported RTE kind %d"
+msgid "DECIMAL scale %d must be between 0 and precision %d"
msgstr ""
-#: parser/parse_relation.c:1815
+#: gram.y:5313 gram.y:5391
#, c-format
-msgid "attnumAttName: invalid attribute number %d"
+msgid "length for type %s must be at least 1"
msgstr ""
-#: parser/parse_relation.c:1837
+#: gram.y:5318 gram.y:5396
#, c-format
-msgid "attnumTypeId: invalid attribute number %d"
+msgid "length for type %s cannot exceed %d"
msgstr ""
-#: parser/parse_relation.c:1864
+#: gram.y:5469
#, c-format
-msgid "Adding missing FROM-clause entry%s for table \"%s\""
+msgid "TIMESTAMP(%d)%s precision must not be negative"
msgstr ""
-#: parser/parse_target.c:62
-msgid "You can't use relation names alone in the target list, try relation.*."
-msgstr ""
-
-#: parser/parse_target.c:236
+#: gram.y:5475
#, c-format
-msgid "Cannot assign to system attribute '%s'"
+msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_target.c:297
+#: gram.y:5510
#, c-format
-msgid ""
-"column \"%s\" is of type %s but expression is of type %s\n"
-"\tYou will need to rewrite or cast the expression"
+msgid "TIME(%d)%s precision must not be negative"
msgstr ""
-#: parser/parse_target.c:370
+#: gram.y:5516
#, c-format
-msgid "Attribute '%s' specified more than once"
+msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_target.c:405
-#, c-format
-msgid ""
-"ExpandAllTables: unexpected node (internal error)\n"
-"\t%s"
+#: gram.y:5662 gram.y:7766 gram.y:7822
+msgid "unequal number of entries in row expression"
msgstr ""
-#: parser/parse_target.c:423
-msgid "Wildcard with no tables specified not allowed"
+#: gram.y:6075
+msgid "UNIQUE predicate is not yet implemented"
msgstr ""
-#: parser/parse_type.c:60
+#: gram.y:6317
#, c-format
-msgid "Improper %%TYPE reference (too few dotted names): %s"
+msgid "CURRENT_TIME(%d) precision must not be negative"
msgstr ""
-#: parser/parse_type.c:79
+#: gram.y:6323
#, c-format
-msgid "Improper %%TYPE reference (too many dotted names): %s"
+msgid "CURRENT_TIME(%d) precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_type.c:96
+#: gram.y:6371
#, c-format
-msgid "%s converted to %s"
+msgid "CURRENT_TIMESTAMP(%d) precision must not be negative"
msgstr ""
-#: parser/parse_type.c:194 parser/parse_type.c:222
-#: utils/cache/lsyscache.c:1229
+#: gram.y:6377
#, c-format
-msgid "Type \"%s\" is only a shell"
+msgid "CURRENT_TIMESTAMP(%d) precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_type.c:247
+#: gram.y:6424
#, c-format
-msgid "Unable to locate type oid %u in catalog"
-msgstr ""
-
-#: parser/parse_type.c:256
-msgid "typeTypeId() called with NULL type struct"
+msgid "LOCALTIME(%d) precision must not be negative"
msgstr ""
-#: parser/parse_type.c:389
+#: gram.y:6430
#, c-format
-msgid "typeidOutfunc: Invalid type - oid = %u"
+msgid "LOCALTIME(%d) precision reduced to maximum allowed, %d"
msgstr ""
-#: parser/parse_type.c:410
+#: gram.y:6478
#, c-format
-msgid "typeidTypeRelid: Invalid type - oid = %u"
+msgid "LOCALTIMESTAMP(%d) precision must not be negative"
msgstr ""
-#: parser/parse_type.c:447 parser/parse_type.c:463 parser/parse_type.c:465
-#: parser/parse_type.c:471 parser/parse_type.c:477 parser/parse_type.c:481
+#: gram.y:6484
#, c-format
-msgid "Invalid type name '%s'"
-msgstr ""
-
-#: port/ipc_test.c:93 storage/ipc/ipc.c:171
-msgid "Out of on_shmem_exit slots"
-msgstr ""
-
-#: port/pg_sema.c:319 port/posix_sema.c:168 port/sysv_sema.c:319
-msgid "Out of memory in PGReserveSemaphores"
-msgstr ""
-
-#: port/pg_sema.c:358 port/posix_sema.c:205 port/sysv_sema.c:358
-msgid "PGSemaphoreCreate: too many semaphores created"
+msgid "LOCALTIMESTAMP(%d) precision reduced to maximum allowed, %d"
msgstr ""
-#: port/beos/sem.c:159
-msgid "beos : semctl error : GETNCNT not implemented"
+#: gram.y:7635
+msgid "OLD used in query that is not in a rule"
msgstr ""
-#: port/beos/sem.c:174
-msgid "beos : semctl error : unknown flag"
+#: gram.y:7644
+msgid "NEW used in query that is not in a rule"
msgstr ""
-#: port/beos/support.c:45
-msgid "Error loading BeOS support server : can't create communication ports"
+#: y.tab.c:18248
+msgid "syntax error; also virtual memory exhausted"
msgstr ""
-#: port/beos/support.c:71
-msgid "Can't load this add-on "
+#: y.tab.c:18252
+msgid "syntax error"
msgstr ""
-#: port/beos/support.c:95
-msgid "Can't load this add-on : map text error"
+#: y.tab.c:18351
+msgid "parser stack overflow"
msgstr ""
-#: port/beos/support.c:111
-msgid "Can't load this add-on : map data error"
-msgstr ""
-
-#: port/beos/support.c:129
+#: gram.y:7802
#, c-format
-msgid "loading symbol '%s' failed "
-msgstr ""
-
-#: port/dynloader/beos.c:55
-msgid "add-on not loaded correctly"
-msgstr ""
-
-#: port/dynloader/beos.c:66
-msgid "error while unloading add-on"
-msgstr ""
-
-#: port/dynloader/bsdi.c:59 port/dynloader/linux.c:71
-msgid "dld: Cannot link C library!"
-msgstr ""
-
-#: port/dynloader/bsdi.c:66 port/dynloader/linux.c:78
-msgid "dld: Cannot link math library!"
+msgid "operator %s is not supported for row expressions"
msgstr ""
-#: port/dynloader/bsdi.c:75 port/dynloader/linux.c:87
-msgid "dld: Undefined:"
+#: gram.y:7879
+msgid "wrong number of parameters on left side of OVERLAPS expression"
msgstr ""
-#: port/dynloader/bsdi.c:78 port/dynloader/linux.c:90
-#: port/dynloader/ultrix4.c:61
-#, c-format
-msgid " %s"
+#: gram.y:7885
+msgid "wrong number of parameters on right side of OVERLAPS expression"
msgstr ""
-#: port/dynloader/linux.c:35
-msgid "dynamic load not supported"
+#: gram.y:7923
+msgid "multiple ORDER BY clauses not allowed"
msgstr ""
-#: port/dynloader/ultrix4.c:58
-msgid "dl: Undefined:"
+#: gram.y:7931
+msgid "multiple FOR UPDATE clauses not allowed"
msgstr ""
-#: postmaster/pgstat.c:178
-#, c-format
-msgid "PGSTAT: socket() failed: %m"
+#: gram.y:7939
+msgid "multiple OFFSET clauses not allowed"
msgstr ""
-#: postmaster/pgstat.c:192
-#, c-format
-msgid "PGSTAT: bind(127.0.0.1) failed: %m"
+#: gram.y:7947
+msgid "multiple LIMIT clauses not allowed"
msgstr ""
-#: postmaster/pgstat.c:197
-#, c-format
-msgid "PGSTAT: getsockname() failed: %m"
+#: scan.l:295
+msgid "unterminated /* comment"
msgstr ""
-#: postmaster/pgstat.c:209
-#, c-format
-msgid "PGSTAT: connect() failed: %m"
+#: scan.l:323
+msgid "unterminated bit string literal"
msgstr ""
-#: postmaster/pgstat.c:221
-#, c-format
-msgid "PGSTAT: fcntl() failed: %m"
+#: scan.l:342
+msgid "unterminated hexadecimal string literal"
msgstr ""
-#: postmaster/pgstat.c:230 postmaster/pgstat.c:1158
-#, c-format
-msgid "PGSTAT: pipe() failed: %m"
+#: scan.l:388
+msgid "unterminated quoted string"
msgstr ""
-#: postmaster/pgstat.c:273
-msgid "PGSTAT: statistics collector startup skipped"
+#: scan.l:399
+msgid "zero-length delimited identifier"
msgstr ""
-#: postmaster/pgstat.c:296 postmaster/pgstat.c:1165
+#: scan.l:408 scan.l:566
#, c-format
-msgid "PGSTAT: fork() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:697
-msgid "Only database superusers can reset statistic counters"
-msgstr ""
-
-#: postmaster/pgstat.c:764 postmaster/pgstat.c:773 postmaster/pgstat.c:820
-#: postmaster/pgstat.c:830
-msgid "PGSTATBE: malloc() failed"
-msgstr ""
-
-#: postmaster/pgstat.c:1219
-msgid "PGSTAT: Creation of dead backend hash table failed"
+msgid "identifier \"%s\" will be truncated to \"%.*s\""
msgstr ""
-#: postmaster/pgstat.c:1230
-msgid "PGSTAT: Allocation of backend table failed"
+#: scan.l:422
+msgid "unterminated quoted identifier"
msgstr ""
-#: postmaster/pgstat.c:1294
+#. translator: %s is typically "syntax error"
+#: scan.l:593
#, c-format
-msgid "PGSTAT: select() failed: %m"
+msgid "%s at end of input"
msgstr ""
-#: postmaster/pgstat.c:1334
+#. translator: first %s is typically "syntax error"
+#: scan.l:601
#, c-format
-msgid "PGSTAT: read() failed: %m"
+msgid "%s at or near \"%s\""
msgstr ""
-#: postmaster/pgstat.c:1352
-msgid "PGSTAT: bogus message length"
-msgstr ""
-
-#: postmaster/pgstat.c:1502
+#: port/sysv_sema.c:117 port/pg_sema.c:117
#, c-format
-msgid "PGSTATBUFF: fcntl() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:1512
-msgid "PGSTATBUFF: malloc() failed"
+msgid "could not create semaphores: %m"
msgstr ""
-#: postmaster/pgstat.c:1539
-msgid "PGSTATBUFF: Warning - receive buffer full"
-msgstr ""
-
-#: postmaster/pgstat.c:1570
+#: port/sysv_sema.c:118 port/pg_sema.c:118
#, c-format
-msgid "PGSTATBUFF: select() failed: %m"
+msgid "Failed system call was semget(%d, %d, 0%o)."
msgstr ""
-#: postmaster/pgstat.c:1586
+#: port/sysv_sema.c:122 port/pg_sema.c:122
#, c-format
-msgid "PGSTATBUFF: recvfrom() failed: %m"
+msgid ""
+"This error does *not* mean that you have run out of disk space.\n"
+"It occurs when either the system limit for the maximum number of semaphore "
+"sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), "
+"would be exceeded. You need to raise the respective kernel parameter. "
+"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its "
+"max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about configuring "
+"your system for PostgreSQL."
msgstr ""
-#: postmaster/pgstat.c:1661
+#: port/sysv_sema.c:151 port/pg_sema.c:151
#, c-format
-msgid "PGSTATBUFF: write() failed: %m"
+msgid ""
+"You possibly need to raise your kernel's SEMVMX value to be at least %d. "
+"Look into the PostgreSQL documentation for details."
msgstr ""
-#: postmaster/pgstat.c:1714
+#: port/sysv_shmem.c:92 port/pg_shmem.c:92
#, c-format
-msgid "PGSTAT: Invalid backend ID %d"
-msgstr ""
-
-#: postmaster/pgstat.c:1770
-msgid "PGSTAT: DB hash table out of memory - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:1799 postmaster/pgstat.c:2214 postmaster/pgstat.c:2221
-msgid "PGSTAT: failed to initialize hash table for new database entry"
+msgid "could not create shared memory segment: %m"
msgstr ""
-#: postmaster/pgstat.c:1851
-msgid "PGSTAT: dead backend hash table out of memory"
-msgstr ""
-
-#: postmaster/pgstat.c:1898
+#: port/sysv_shmem.c:93 port/pg_shmem.c:93
#, c-format
-msgid "PGSTAT: cannot open temp stats file %s: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:1924
-msgid "PGSTAT: database hash table corrupted during cleanup - abort"
+msgid "Failed system call was shmget(key=%d, size=%u, 0%o)."
msgstr ""
-#: postmaster/pgstat.c:1960
+#: port/sysv_shmem.c:97 port/pg_shmem.c:97
#, c-format
msgid ""
-"PGSTAT: tables hash table for database %d corrupted during cleanup - abort"
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded your kernel's SHMMAX parameter. You can either reduce the "
+"request size or reconfigure the kernel with larger SHMMAX. To reduce the "
+"request size (currently %u bytes), reduce PostgreSQL's shared_buffers "
+"parameter (currently %d) and/or its max_connections parameter (currently %"
+"d).\n"
+"If the request size is already small, it's possible that it is less than "
+"your kernel's SHMMIN parameter, in which case raising the request size or "
+"reconfiguring SHMMIN is called for.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
msgstr ""
-#: postmaster/pgstat.c:2007
+#: port/sysv_shmem.c:110 port/pg_shmem.c:110
#, c-format
-msgid "PGSTAT: Error closing temp stats file %s: %m"
+msgid ""
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded available memory or swap space. To reduce the request size "
+"(currently %u bytes), reduce PostgreSQL's shared_buffers parameter "
+"(currently %d) and/or its max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
msgstr ""
-#: postmaster/pgstat.c:2014
+#: port/sysv_shmem.c:119 port/pg_shmem.c:119
#, c-format
-msgid "PGSTAT: Cannot rename temp stats file %s: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:2035
-msgid "PGSTAT: dead backend hash table corrupted during cleanup - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:2100 postmaster/pgstat.c:2104
-msgid "PGSTAT: Creation of DB hash table failed"
-msgstr ""
-
-#: postmaster/pgstat.c:2142 postmaster/pgstat.c:2148 postmaster/pgstat.c:2177
-#: postmaster/pgstat.c:2183 postmaster/pgstat.c:2248 postmaster/pgstat.c:2254
-#: postmaster/pgstat.c:2287 postmaster/pgstat.c:2293 postmaster/pgstat.c:2316
-#: postmaster/pgstat.c:2322 postmaster/pgstat.c:2370 postmaster/pgstat.c:2376
-#: postmaster/pgstat.c:2411 postmaster/pgstat.c:2417
-msgid "PGSTAT: corrupted pgstat.stat file"
-msgstr ""
-
-#: postmaster/pgstat.c:2164 postmaster/pgstat.c:2170
-msgid "PGSTAT: DB hash table out of memory"
-msgstr ""
-
-#: postmaster/pgstat.c:2273 postmaster/pgstat.c:2279
-msgid "PGSTAT: Tab hash table out of memory"
+msgid ""
+"This error does *not* mean that you have run out of disk space. It occurs "
+"either if all available shared memory IDs have been taken, in which case you "
+"need to raise the SHMMNI parameter in your kernel, or because the system's "
+"overall limit for shared memory has been reached. If you cannot increase "
+"the shared memory limit, reduce PostgreSQL's shared memory request "
+"(currently %u bytes), by reducing its shared_buffers parameter (currently %"
+"d) and/or its max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
msgstr ""
-#: postmaster/pgstat.c:2526
+#: postmaster/postmaster.c:327
#, c-format
-msgid "PGSTAT: tables hash table out of memory for database %d - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:2706
-msgid "PGSTAT: failed to reinitialize hash table for database entry"
+msgid "data directory \"%s\" does not exist"
msgstr ""
-#: postmaster/postmaster.c:328
+#: postmaster/postmaster.c:332
#, c-format
-msgid "data directory %s was not found"
-msgstr "datakatalogen %s ble ikke funnet"
+msgid "could not read permissions of directory \"%s\": %m"
+msgstr "kunne ikke lese rettighetene til katalogen «%s»: %m"
-#: postmaster/postmaster.c:330
+#: postmaster/postmaster.c:347
#, c-format
-msgid "could not read permissions of directory %s: %m"
-msgstr "kunne ikke lese rettighetene til katalogen %s: %m"
+msgid "data directory \"%s\" has group or world access"
+msgstr "datakatalogen «%s» har gruppe- eller verden-aksess"
-#: postmaster/postmaster.c:335
-#, c-format
-msgid ""
-"data directory %s has group or world access; permissions should be u=rwx "
-"(0700)"
-msgstr "datakatalogen %s har gruppe- eller verden-aksess; rettighetene burde være u=rwx (0700)"
+#: postmaster/postmaster.c:349
+msgid "Permissions should be u=rwx (0700)."
+msgstr "Rettighetene burde være u=rwx (0700)."
-#: postmaster/postmaster.c:348
-#, c-format
+#: postmaster/postmaster.c:361
+#, fuzzy, c-format
msgid ""
-"%s does not find the database system.\n"
-"Expected to find it in the PGDATA directory \"%s\",\n"
-"but unable to open file \"%s\": %s\n"
-"\n"
+"%s: could not find the database system\n"
+"Expected to find it in the directory \"%s\",\n"
+"but could not open file \"%s\": %s\n"
msgstr ""
"%s finner ikke databasesystemet.\n"
"Forventet å finne det i PGDATA-katalogen «%s»,\n"
"men klarte ikke å åpne filen «%s»: %s\n"
"\n"
-#: postmaster/postmaster.c:433
-msgid "Assert checking is not compiled in."
+#: postmaster/postmaster.c:459 tcop/postgres.c:2116
+msgid "assert checking is not compiled in"
msgstr ""
-#: postmaster/postmaster.c:539 tcop/postgres.c:1574
-#, c-format
-msgid "--%s requires argument"
-msgstr "--%s krever et argument"
-
-#: postmaster/postmaster.c:541 tcop/postgres.c:1576
+#: postmaster/postmaster.c:585 postmaster/postmaster.c:598
#, c-format
-msgid "-c %s requires argument"
-msgstr "-c %s krever et argument"
-
-#: postmaster/postmaster.c:552 postmaster/postmaster.c:563
-#: postmaster/postmaster.c:628
-#, c-format
-msgid "Try '%s --help' for more information.\n"
+msgid "Try \"%s --help\" for more information.\n"
msgstr "Prøv «%s --help» for mer informasjon.\n"
-#: postmaster/postmaster.c:562
+#: postmaster/postmaster.c:596
#, c-format
-msgid "invalid argument -- %s"
-msgstr "ugyldig argument -- %s"
+msgid "invalid argument: \"%s\""
+msgstr "ugyldig argument: «%s»"
-#: postmaster/postmaster.c:578
+#: postmaster/postmaster.c:624
+#, fuzzy
msgid ""
-"The number of buffers (-B) must be at least twice the number of allowed "
-"connections (-N) and at least 16."
-msgstr "Antall buffer (-B) må være minst dobbelt så mye som antall tillatte forbindelser (-N) og på minst 16."
-
-#: postmaster/postmaster.c:591
-msgid "superuser_reserved_connections must be less than max_connections."
-msgstr "superuser_reserved_connections må være mindre enn max_connections."
-
-#: postmaster/postmaster.c:607
-#, c-format
-msgid "%s: PostmasterMain: initial environ dump:"
-msgstr "%s: PostmasterMain: innledende miljødumo (environ dump):"
-
-#: postmaster/postmaster.c:608 postmaster/postmaster.c:611
-msgid "-----------------------------------------"
+"the number of buffers (-B) must be at least twice the number of allowed "
+"connections (-N) and at least 16"
msgstr ""
+"Antall buffer (-B) må være minst dobbelt så mye som antall tillatte "
+"forbindelser (-N) og på minst 16."
-#: postmaster/postmaster.c:610 postmaster/postmaster.c:2285
-#, c-format
-msgid "\t%s"
+#: postmaster/postmaster.c:630
+msgid "superuser_reserved_connections must be less than max_connections"
+msgstr "superuser_reserved_connections må være mindre enn max_connections"
+
+#: postmaster/postmaster.c:639
+msgid "invalid datetoken tables, please fix"
msgstr ""
-#: postmaster/postmaster.c:618 tcop/postgres.c:1720
-#, c-format
-msgid "%s: could not locate executable, bailing out..."
+#: postmaster/postmaster.c:674 tcop/postgres.c:2602
+#, fuzzy, c-format
+msgid "%s: could not locate postgres executable"
msgstr "%s: kunne ikke finne eksekverbar, hopper ut..."
-#: postmaster/postmaster.c:627
-msgid "For SSL, TCP/IP connections must be enabled."
+#: postmaster/postmaster.c:683
+#, fuzzy
+msgid "TCP/IP connections must be enabled for SSL"
msgstr "TCP/IP-forbindelser må være aktivert for at SSL skal fungere."
-#: postmaster/postmaster.c:674
-msgid "cannot create INET stream port"
-msgstr "kan ikke opprette INET-datastrømport"
+#: postmaster/postmaster.c:757
+#, c-format
+msgid "could not create listen socket for \"%s\""
+msgstr ""
+
+#: postmaster/postmaster.c:776
+msgid "could not create TCP/IP listen socket"
+msgstr ""
-#: postmaster/postmaster.c:686
-msgid "cannot create UNIX stream port"
-msgstr "kan ikke opprette lokal (Unix) datastrømport"
+#: postmaster/postmaster.c:800
+msgid "could not create Unix-domain socket"
+msgstr ""
-#: postmaster/postmaster.c:806
+#: postmaster/postmaster.c:920
#, c-format
-msgid "fork failed: %s"
-msgstr "fork mislyktes: %s"
+msgid "could not fork background process: %s"
+msgstr ""
-#: postmaster/postmaster.c:828
+#: postmaster/postmaster.c:942
#, c-format
-msgid "cannot disassociate from controlling TTY: %s"
-msgstr "kan ikke disassisiere fra kontrollerende TTY: %s"
+msgid "could not dissociate from controlling TTY: %s"
+msgstr "kunne ikke disassisiere fra kontrollerende TTY: %s"
-#: postmaster/postmaster.c:848
+#: postmaster/postmaster.c:962
#, c-format
msgid ""
"%s is the PostgreSQL server.\n"
"\n"
-msgstr "%s er PostgreSQL-serveren.\n\n"
+msgstr ""
+"%s er PostgreSQL-serveren.\n"
+"\n"
-#: postmaster/postmaster.c:849
+#: postmaster/postmaster.c:963
#, c-format
msgid ""
"Usage:\n"
@@ -8139,94 +5353,93 @@ msgstr ""
" %s [VALG]...\n"
"\n"
-#: postmaster/postmaster.c:850
+#: postmaster/postmaster.c:964 tcop/postgres.c:1978
msgid "Options:\n"
msgstr "Valg:\n"
-#: postmaster/postmaster.c:852
+#: postmaster/postmaster.c:966 tcop/postgres.c:1980
msgid " -A 1|0 enable/disable run-time assert checking\n"
msgstr ""
-#: postmaster/postmaster.c:854
-#, c-format
-msgid " -B NBUFFERS number of shared buffers (default %d)\n"
+#: postmaster/postmaster.c:968 tcop/postgres.c:1982
+msgid " -B NBUFFERS number of shared buffers\n"
msgstr ""
-#: postmaster/postmaster.c:855
+#: postmaster/postmaster.c:969 tcop/postgres.c:1983
msgid " -c NAME=VALUE set run-time parameter\n"
msgstr ""
-#: postmaster/postmaster.c:856
+#: postmaster/postmaster.c:970
msgid " -d 1-5 debugging level\n"
msgstr ""
-#: postmaster/postmaster.c:857
+#: postmaster/postmaster.c:971 tcop/postgres.c:1985
msgid " -D DATADIR database directory\n"
msgstr ""
-#: postmaster/postmaster.c:858
+#: postmaster/postmaster.c:972 tcop/postgres.c:1988
msgid " -F turn fsync off\n"
msgstr ""
-#: postmaster/postmaster.c:859
+#: postmaster/postmaster.c:973
msgid " -h HOSTNAME host name or IP address to listen on\n"
msgstr ""
-#: postmaster/postmaster.c:860
+#: postmaster/postmaster.c:974
msgid " -i enable TCP/IP connections\n"
msgstr ""
-#: postmaster/postmaster.c:861
+#: postmaster/postmaster.c:975
msgid " -k DIRECTORY Unix-domain socket location\n"
msgstr ""
-#: postmaster/postmaster.c:863
+#: postmaster/postmaster.c:977
msgid " -l enable SSL connections\n"
msgstr ""
-#: postmaster/postmaster.c:865
-#, c-format
-msgid " -N MAX-CONNECT maximum number of allowed connections (default %d)\n"
+#: postmaster/postmaster.c:979
+msgid " -N MAX-CONNECT maximum number of allowed connections\n"
msgstr ""
-#: postmaster/postmaster.c:867
-msgid " -o OPTIONS pass 'OPTIONS' to each backend server\n"
+#: postmaster/postmaster.c:980
+msgid " -o OPTIONS pass \"OPTIONS\" to each server process\n"
msgstr ""
-#: postmaster/postmaster.c:868
-#, c-format
-msgid " -p PORT port number to listen on (default %d)\n"
+#: postmaster/postmaster.c:981
+msgid " -p PORT port number to listen on\n"
msgstr ""
-#: postmaster/postmaster.c:869
+#: postmaster/postmaster.c:982
msgid ""
" -S silent mode (start in background without logging output)\n"
msgstr ""
-#: postmaster/postmaster.c:870
+#: postmaster/postmaster.c:983 tcop/postgres.c:1996
msgid " --help show this help, then exit\n"
msgstr " --help vise denen hjelpen og avslutte\n"
-#: postmaster/postmaster.c:871
+#: postmaster/postmaster.c:984 tcop/postgres.c:1997
msgid " --version output version information, then exit\n"
msgstr " --version vise programversjon og avslutte\n"
-#: postmaster/postmaster.c:873
+#: postmaster/postmaster.c:986 tcop/postgres.c:1998
msgid ""
"\n"
"Developer options:\n"
-msgstr "\nUtviklers valg:\n"
+msgstr ""
+"\n"
+"Utviklers valg:\n"
-#: postmaster/postmaster.c:874
+#: postmaster/postmaster.c:987
msgid ""
" -n do not reinitialize shared memory after abnormal exit\n"
msgstr ""
-#: postmaster/postmaster.c:875
+#: postmaster/postmaster.c:988
msgid " -s send SIGSTOP to all backend servers if one dies\n"
msgstr ""
-#: postmaster/postmaster.c:877
+#: postmaster/postmaster.c:990
msgid ""
"\n"
"Please read the documentation for the complete list of run-time\n"
@@ -8242,5259 +5455,3581 @@ msgstr ""
"\n"
"Rapporter bugs til <pgsql-bugs@postgresql.org>.\n"
-#: postmaster/postmaster.c:959
+#: postmaster/postmaster.c:1073
#, c-format
-msgid "ServerLoop: select failed: %m"
-msgstr "ServerLoop: select mislyktes: %m"
+msgid "select() failed in postmaster: %m"
+msgstr ""
-#: postmaster/postmaster.c:1085 postmaster/postmaster.c:1102
+#: postmaster/postmaster.c:1190 postmaster/postmaster.c:1221
msgid "incomplete startup packet"
msgstr "ufullstendig oppstartspakke"
-#: postmaster/postmaster.c:1093
+#: postmaster/postmaster.c:1202
msgid "invalid length of startup packet"
msgstr "ugyldig lengde på oppstartspakken"
-#: postmaster/postmaster.c:1135
+#: postmaster/postmaster.c:1254
#, c-format
msgid "failed to send SSL negotiation response: %m"
msgstr "klarte ikke å sende SSL-forhandlingssvar: %m"
-#: postmaster/postmaster.c:1157
-msgid "unsupported frontend protocol"
+#: postmaster/postmaster.c:1283
+#, fuzzy, c-format
+msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
msgstr "ustøttet forsideprotokoll (frontend protocol)"
-#: postmaster/postmaster.c:1184
-msgid "no PostgreSQL user name specified in startup packet"
-msgstr "ingen PostgreSQL-brukernavn oppgitt i oppstartspakken"
-
-#: postmaster/postmaster.c:1217
-msgid "The database system is starting up"
-msgstr "Databasesystemet starter opp"
-
-#: postmaster/postmaster.c:1220
-msgid "The database system is shutting down"
-msgstr "Databasesystemet avslutter"
-
-#: postmaster/postmaster.c:1223
-msgid "The database system is in recovery mode"
-msgstr "Databasesystemet driver med en redningsaksjon (recovery mode)"
-
-#: postmaster/postmaster.c:1226 storage/ipc/sinval.c:52
-#: storage/lmgr/proc.c:211
-msgid "Sorry, too many clients already"
-msgstr "Beklager, for mange klienter"
-
-#: postmaster/postmaster.c:1256
-#, c-format
-msgid "processCancelRequest: CheckPointPID in cancel request for process %d"
+#: postmaster/postmaster.c:1347
+msgid "invalid startup packet layout: expected terminator as last byte"
msgstr ""
-#: postmaster/postmaster.c:1270
-#, c-format
-msgid "processing cancel request: sending SIGINT to process %d"
-msgstr ""
+#: postmaster/postmaster.c:1376
+msgid "no PostgreSQL user name specified in startup packet"
+msgstr "ingen PostgreSQL-brukernavn oppgitt i oppstartspakken"
-#: postmaster/postmaster.c:1276
-#, c-format
-msgid "bad key in cancel request for process %d"
-msgstr ""
+#: postmaster/postmaster.c:1431
+msgid "the database system is starting up"
+msgstr "databasesystemet starter opp"
-#: postmaster/postmaster.c:1283
-#, c-format
-msgid "bad pid in cancel request for process %d"
-msgstr ""
+#: postmaster/postmaster.c:1436
+msgid "the database system is shutting down"
+msgstr "databasesystemet avslutter"
-#: postmaster/postmaster.c:1326
-msgid "ConnCreate: malloc failed"
-msgstr ""
+#: postmaster/postmaster.c:1441
+msgid "the database system is in recovery mode"
+msgstr "databasesystemet driver med en redningsaksjon (recovery mode)"
-#: postmaster/postmaster.c:1421
-msgid "Received SIGHUP, reloading configuration files"
-msgstr "Mottok SIGHUP, leser konfigurasjonsfiler på nytt"
+#: postmaster/postmaster.c:1446 storage/ipc/sinval.c:54
+#: storage/lmgr/proc.c:226
+msgid "sorry, too many clients already"
+msgstr "beklager, for mange klienter"
-#: postmaster/postmaster.c:1445
-#, c-format
-msgid "pmdie %d"
-msgstr ""
+#: postmaster/postmaster.c:1655
+msgid "received SIGHUP, reloading configuration files"
+msgstr "mottok SIGHUP, leser konfigurasjonsfiler på nytt"
-#: postmaster/postmaster.c:1459
-msgid "smart shutdown request"
+#: postmaster/postmaster.c:1699
+msgid "received smart shutdown request"
msgstr "smart avslutning er forespurt"
-#: postmaster/postmaster.c:1471 postmaster/postmaster.c:1515
-#, c-format
-msgid "shutdown process %d already running"
-msgstr "avslutningsprosessen %d kjører allerede"
-
-#: postmaster/postmaster.c:1489
-msgid "fast shutdown request"
+#: postmaster/postmaster.c:1730
+msgid "received fast shutdown request"
msgstr "rask avslutning er forespurt"
-#: postmaster/postmaster.c:1495
+#: postmaster/postmaster.c:1737
msgid "aborting any active transactions"
msgstr "avbryter aktive transaksjoner"
-#: postmaster/postmaster.c:1531
-msgid "immediate shutdown request"
+#: postmaster/postmaster.c:1774
+msgid "received immediate shutdown request"
msgstr "øyeblikkelig avslutning er forespurt"
-#: postmaster/postmaster.c:1566
-msgid "reaping dead processes"
-msgstr "skjærer ned døde prosesser"
-
-#: postmaster/postmaster.c:1583
+#: postmaster/postmaster.c:1831
msgid "statistics collector process"
msgstr "statistikksamlerprosess"
-#: postmaster/postmaster.c:1596
+#: postmaster/postmaster.c:1844
msgid "shutdown process"
msgstr "avslutningsprosess"
-#: postmaster/postmaster.c:1607
+#: postmaster/postmaster.c:1856
msgid "startup process"
msgstr "oppstartsprosess"
-#: postmaster/postmaster.c:1609
+#: postmaster/postmaster.c:1859
msgid "aborting startup due to startup process failure"
msgstr "avbryter oppstart siden oppstartsprosessen mislyktes"
-#: postmaster/postmaster.c:1618
-#, c-format
-msgid "startup process %d died while shutdown process %d already running"
-msgstr ""
-
-#: postmaster/postmaster.c:1650
-msgid ""
-"all server processes terminated; reinitializing shared memory and semaphores"
+#: postmaster/postmaster.c:1914
+msgid "all server processes terminated; reinitializing"
msgstr ""
-#: postmaster/postmaster.c:1688
+#: postmaster/postmaster.c:1952
msgid "child process"
msgstr "barneprosess"
-#: postmaster/postmaster.c:1733
+#: postmaster/postmaster.c:1998
+msgid "checkpoint process"
+msgstr ""
+
+#: postmaster/postmaster.c:1999
msgid "server process"
msgstr "serverprosess"
-#: postmaster/postmaster.c:1734
+#: postmaster/postmaster.c:2002
msgid "terminating any other active server processes"
msgstr ""
-#: postmaster/postmaster.c:1755
+#: postmaster/postmaster.c:2071
#, c-format
-msgid "CleanupProc: sending %s to process %d"
+msgid "%s (PID %d) exited with exit code %d"
msgstr ""
-#: postmaster/postmaster.c:1799
+#: postmaster/postmaster.c:2080
#, c-format
-msgid "%s (pid %d) exited with exit code %d"
+msgid "%s (PID %d) was terminated by signal %d"
msgstr ""
-#: postmaster/postmaster.c:1802
+#: postmaster/postmaster.c:2089
#, c-format
-msgid "%s (pid %d) was terminated by signal %d"
+msgid "%s (PID %d) exited with unexpected status %d"
msgstr ""
-#: postmaster/postmaster.c:1805
-#, c-format
-msgid "%s (pid %d) exited with unexpected status %d"
-msgstr ""
-
-#: postmaster/postmaster.c:1827
-#, c-format
-msgid "SignalChildren: sending signal %d to process %d"
-msgstr ""
-
-#: postmaster/postmaster.c:1865
-msgid "out of memory; connection startup aborted"
-msgstr ""
-
-#: postmaster/postmaster.c:1916
+#: postmaster/postmaster.c:2205
msgid "connection startup failed"
msgstr ""
-#: postmaster/postmaster.c:1933
-#, c-format
-msgid "connection startup failed (fork failure): %s"
-msgstr ""
-
-#: postmaster/postmaster.c:1940
+#: postmaster/postmaster.c:2221
#, c-format
-msgid "BackendStartup: forked pid=%d socket=%d"
+msgid "could not fork new process for connection: %m"
msgstr ""
-#: postmaster/postmaster.c:1974
-msgid "Server process fork() failed: "
+#: postmaster/postmaster.c:2257
+msgid "could not fork new process for connection: "
msgstr ""
-#: postmaster/postmaster.c:2121
-#, c-format
-msgid "connection received: host=%s port=%hu"
-msgstr "mottok forbindelse: host=%s port=%hu"
-
-#: postmaster/postmaster.c:2141
+#: postmaster/postmaster.c:2388
#, c-format
-msgid "connection received: host=%s"
-msgstr "mottok forbindelse: host=%s"
+msgid "connection received: host=%s port=%s"
+msgstr "mottok forbindelse: host=%s port=%s"
-#: postmaster/postmaster.c:2161
-msgid "DoBackend: Unable to set timer for auth timeout"
-msgstr ""
-
-#: postmaster/postmaster.c:2190
-msgid "DoBackend: Unable to disable timer for auth timeout"
-msgstr ""
-
-#: postmaster/postmaster.c:2194
+#: postmaster/postmaster.c:2450
#, c-format
msgid "connection authorized: user=%s database=%s"
msgstr ""
-#: postmaster/postmaster.c:2283
+#: postmaster/postmaster.c:2610
#, c-format
-msgid "%s child[%d]: starting with ("
+msgid "checkpoints are occurring too frequently (%d seconds apart)"
msgstr ""
-#: postmaster/postmaster.c:2286
-msgid ")"
-msgstr ""
-
-#: postmaster/postmaster.c:2585
-#, c-format
-msgid "could not launch startup process (fork failure): %m"
-msgstr ""
-
-#: postmaster/postmaster.c:2588
-#, c-format
-msgid "could not launch checkpoint process (fork failure): %m"
-msgstr ""
-
-#: postmaster/postmaster.c:2591
-#, c-format
-msgid "could not launch shutdown process (fork failure): %m"
-msgstr ""
-
-#: postmaster/postmaster.c:2615
-msgid "CheckPointDataBase: malloc failed"
-msgstr ""
-
-#: postmaster/postmaster.c:2654
-#, c-format
-msgid "cannot create file %s: %s"
-msgstr "kan ikke opprette filen %s: %s"
-
-#: postmaster/postmaster.c:2666
-#, c-format
-msgid "writing file %s failed"
-msgstr ""
-
-#: regex/regcomp.c:1758 regex/regcomp.c:1773
-msgid "cclass_init: out of memory"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:100
-#, c-format
-msgid "Attempt to insert rule \"%s\" failed: already exists"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:227
-msgid ""
-"rule actions on OLD currently not supported\n"
-"\tuse views or triggers instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:230
-msgid ""
-"rule actions on NEW currently not supported\n"
-"\tuse triggers instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:247
+#: postmaster/postmaster.c:2612
msgid ""
-"instead nothing rules on select currently not supported\n"
-"\tuse views instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:255
-msgid "multiple action rules on select currently not supported"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:262
-msgid "only instead-select rules currently supported on select"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:268
-msgid "event qualifications not supported for rules on select"
+"Consider increasing the configuration parameter \"checkpoint_segments\"."
msgstr ""
-#: rewrite/rewriteDefine.c:286
-msgid "select rule's target list has too many entries"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:300
-msgid "cannot convert relation containing dropped columns to view"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:303
+#: postmaster/postmaster.c:2880
#, c-format
-msgid "select rule's target entry %d has different column name from %s"
+msgid "could not fork startup process: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:306
+#: postmaster/postmaster.c:2884
#, c-format
-msgid "select rule's target entry %d has different type from attribute %s"
+msgid "could not fork checkpoint process: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:317
+#: postmaster/postmaster.c:2888
#, c-format
-msgid "select rule's target entry %d has different size from attribute %s"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:321
-msgid "select rule's target list has too few entries"
+msgid "could not fork shutdown process: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:334
+#: postmaster/postmaster.c:2892
#, c-format
-msgid "\"%s\" is already a view"
+msgid "could not fork process: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:356
+#: postmaster/pgstat.c:200
#, c-format
-msgid "view rule for \"%s\" must be named \"%s\""
+msgid "could not resolve \"localhost\": %s"
msgstr ""
-#: rewrite/rewriteDefine.c:373
+#: postmaster/pgstat.c:220
#, c-format
-msgid "Relation \"%s\" is not empty. Cannot convert it to view"
+msgid "could not create socket for statistics collector: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:512
+#: postmaster/pgstat.c:232
#, c-format
-msgid "RenameRewriteRule: rule \"%s\" does not exist"
+msgid "could not bind socket for statistics collector: %m"
msgstr ""
-#: rewrite/rewriteDefine.c:516
+#: postmaster/pgstat.c:244
#, c-format
-msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists"
+msgid "could not get address of socket for statistics collector: %m"
msgstr ""
-#: rewrite/rewriteHandler.c:343
+#: postmaster/pgstat.c:258
#, c-format
-msgid "rewriteTargetList: bogus resno %d in targetlist"
+msgid "could not connect socket for statistics collector: %m"
msgstr ""
-#: rewrite/rewriteHandler.c:385 rewrite/rewriteHandler.c:397
+#: postmaster/pgstat.c:272
#, c-format
-msgid "Multiple assignments to same attribute \"%s\""
-msgstr ""
-
-#: rewrite/rewriteHandler.c:553
-msgid "ApplyRetrieveRule: expected just one rule action"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:555
-msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
+msgid "could not set statistics collector socket to nonblocking mode: %m"
msgstr ""
-#: rewrite/rewriteHandler.c:557
-msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:835
-msgid "fireRIRrules: failed to remove aggs from qual"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:1096
+#: postmaster/pgstat.c:283
#, c-format
-msgid "query rewritten %d times, may contain cycles"
+msgid "could not create pipe for statistics collector: %m"
msgstr ""
-#: rewrite/rewriteHandler.c:1208
-msgid ""
-"Cannot insert into a view\n"
-"\tYou need an unconditional ON INSERT DO INSTEAD rule"
+#: postmaster/pgstat.c:344
+msgid "statistics collector startup skipped"
msgstr ""
-#: rewrite/rewriteHandler.c:1212
-msgid ""
-"Cannot update a view\n"
-"\tYou need an unconditional ON UPDATE DO INSTEAD rule"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:1216
-msgid ""
-"Cannot delete from a view\n"
-"\tYou need an unconditional ON DELETE DO INSTEAD rule"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:1220
+#: postmaster/pgstat.c:375
#, c-format
-msgid "QueryRewrite: unexpected commandType %d"
-msgstr ""
-
-#: rewrite/rewriteManip.c:583 rewrite/rewriteManip.c:590
-msgid "getInsertSelectQuery: expected to find SELECT subquery"
+msgid "could not fork statistics buffer: %m"
msgstr ""
-#: rewrite/rewriteManip.c:601
-msgid "getInsertSelectQuery: can't find rule placeholders"
+#: postmaster/pgstat.c:785
+msgid "must be superuser to reset statistics counters"
msgstr ""
-#: rewrite/rewriteManip.c:635 rewrite/rewriteManip.c:675
-msgid "Conditional utility statements are not implemented"
-msgstr ""
-
-#: rewrite/rewriteManip.c:790
-msgid "ResolveNew: can't handle whole-tuple reference"
-msgstr ""
-
-#: rewrite/rewriteRemove.c:57
-#, c-format
-msgid "Rule \"%s\" not found"
-msgstr ""
-
-#: rewrite/rewriteRemove.c:113
-#, c-format
-msgid "RemoveRewriteRuleById: Rule %u does not exist"
-msgstr ""
-
-#: rewrite/rewriteSupport.c:68
-#, c-format
-msgid "SetRelationRuleStatus: cache lookup failed for relation %u"
-msgstr ""
-
-#: storage/buffer/buf_table.c:58
-msgid "couldn't initialize shared buffer pool Hash Tbl"
-msgstr ""
-
-#: storage/buffer/buf_table.c:100
-msgid "BufTableDelete: BufferLookup table corrupted"
-msgstr ""
-
-#: storage/buffer/buf_table.c:131
-msgid "BufTableInsert: BufferLookup table out of memory"
-msgstr ""
-
-#: storage/buffer/buf_table.c:138
-msgid "BufTableInsert: BufferLookup table corrupted"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:243
-msgid "BufRead: buffer table broken after IO error"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:413
-#, c-format
-msgid "BufferAlloc: cannot write block %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:431
+#: postmaster/pgstat.c:1266
#, c-format
-msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing"
+msgid "could not create pipe for statistics buffer: %m"
msgstr ""
-#: storage/buffer/bufmgr.c:523
-msgid "buffer wasn't in the buffer table"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:531
-msgid "Buffer in lookup table twice"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:570
-#, c-format
-msgid "write_buffer: bad buffer %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:782
-#, c-format
-msgid "BufferSync: cannot write %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:920
-#, c-format
-msgid ""
-"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, "
-"flags=0x%x, refcount=%d %ld)"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1167
+#: postmaster/pgstat.c:1274
#, c-format
-msgid "DropRelFileNodeBuffers: block %u is referenced (private %ld, global %d)"
+msgid "could not fork statistics collector: %m"
msgstr ""
-#: storage/buffer/bufmgr.c:1270 storage/buffer/bufmgr.c:1304
-#, c-format
-msgid ""
-"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, "
-"refcount=%d %ld)"
+#: postmaster/pgstat.c:1331 postmaster/pgstat.c:1344 postmaster/pgstat.c:1633
+#: postmaster/pgstat.c:1889 postmaster/pgstat.c:1921 postmaster/pgstat.c:1975
+#: postmaster/pgstat.c:2236 postmaster/pgstat.c:2297 postmaster/pgstat.c:2343
+#: postmaster/pgstat.c:2394 postmaster/pgstat.c:2623 postmaster/pgstat.c:2805
+msgid "out of memory in statistics collector --- abort"
msgstr ""
-#: storage/buffer/bufmgr.c:1379
+#: postmaster/pgstat.c:1410
#, c-format
-msgid ""
-"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it"
+msgid "select() failed in statistics collector: %m"
msgstr ""
-#: storage/buffer/bufmgr.c:1389
+#: postmaster/pgstat.c:1452
#, c-format
-msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)"
+msgid "could not read from statistics collector pipe: %m"
msgstr ""
-#: storage/buffer/bufmgr.c:1441
-#, c-format
-msgid "FlushRelationBuffers: cannot write %u for %u/%u"
+#: postmaster/pgstat.c:1471
+msgid "invalid statistics message length"
msgstr ""
-#: storage/buffer/bufmgr.c:1467
+#: postmaster/pgstat.c:1621
#, c-format
-msgid ""
-"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)"
+msgid "could not set statistics collector pipe to nonblocking mode: %m"
msgstr ""
-#: storage/buffer/bufmgr.c:1666
-msgid "buffer alloc trace error and can't open log file"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1765
-#, c-format
-msgid "SetBufferCommitInfoNeedsSave: bad buffer %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1859
-#, c-format
-msgid "LockBuffer: unknown lock mode %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1890 storage/buffer/bufmgr.c:1897
-msgid "LockBufferForCleanup: wrong local pin count"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1919
-msgid "Multiple backends attempting to wait for pincount 1"
+#: postmaster/pgstat.c:1661
+msgid "statistics buffer is full"
msgstr ""
-#: storage/buffer/bufmgr.c:2042
+#: postmaster/pgstat.c:1694
#, c-format
-msgid "write error may be permanent: cannot write block %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/freelist.c:201
-msgid "out of free buffers: time to abort!"
-msgstr ""
-
-#: storage/buffer/localbuf.c:83
-msgid "no empty local buffer."
-msgstr ""
-
-#: storage/buffer/localbuf.c:120
-msgid "Out of memory in LocalBufferAlloc"
+msgid "select() failed in statistics buffer: %m"
msgstr ""
-#: storage/buffer/localbuf.c:227
+#: postmaster/pgstat.c:1710
#, c-format
-msgid ""
-"Local Buffer Leak: [%03d] (rel=%u/%u, blockNum=%u, flags=0x%x, refcount=%d %"
-"ld)"
+msgid "could not read statistics message: %m"
msgstr ""
-#: storage/file/buffile.c:477
+#: postmaster/pgstat.c:1775
#, c-format
-msgid "BufFileSeek: invalid whence: %d"
+msgid "could not write to statistics collector pipe: %m"
msgstr ""
-#: storage/file/fd.c:272
+#: postmaster/pgstat.c:1829
#, c-format
-msgid "BasicOpenFile: not enough descs, retry, er= %d"
+msgid "invalid server process ID %d"
msgstr ""
-#: storage/file/fd.c:306
+#: postmaster/pgstat.c:2024
#, c-format
-msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld"
+msgid "could not open temporary statistics file \"%s\": %m"
msgstr ""
-#: storage/file/fd.c:328
-#, c-format
-msgid ""
-"pg_nofile: insufficient file descriptors available to start backend.\n"
-"\tSystem allows %ld, we need at least %d."
+#: postmaster/pgstat.c:2051
+msgid "database hash table corrupted during cleanup --- abort"
msgstr ""
-#: storage/file/fd.c:366
+#: postmaster/pgstat.c:2088
#, c-format
-msgid "Delete %d (%s)"
+msgid "tables hash table for database %u corrupted during cleanup --- abort"
msgstr ""
-#: storage/file/fd.c:385
+#: postmaster/pgstat.c:2137
#, c-format
-msgid "LruDelete %d (%s)"
+msgid "could not close temporary statistics file \"%s\": %m"
msgstr ""
-#: storage/file/fd.c:399
+#: postmaster/pgstat.c:2146
#, c-format
-msgid "LruDelete: failed to close %s: %m"
+msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
msgstr ""
-#: storage/file/fd.c:413
-#, c-format
-msgid "Insert %d (%s)"
+#: postmaster/pgstat.c:2168
+msgid "dead-server-process hash table corrupted during cleanup --- abort"
msgstr ""
-#: storage/file/fd.c:434
-#, c-format
-msgid "LruInsert %d (%s)"
+#: postmaster/pgstat.c:2279 postmaster/pgstat.c:2311 postmaster/pgstat.c:2374
+#: postmaster/pgstat.c:2407 postmaster/pgstat.c:2428 postmaster/pgstat.c:2474
+#: postmaster/pgstat.c:2507
+msgid "corrupted pgstat.stat file"
msgstr ""
-#: storage/file/fd.c:456
+#: rewrite/rewriteDefine.c:103 rewrite/rewriteDefine.c:575
#, c-format
-msgid "RE_OPEN FAILED: %d"
-msgstr ""
+msgid "rule \"%s\" for relation \"%s\" already exists"
+msgstr "regelen «%s» for relasjonen «%s» eksisterer allerede"
-#: storage/file/fd.c:461
-msgid "RE_OPEN SUCCESS"
+#: rewrite/rewriteDefine.c:233
+msgid "rule actions on OLD are not implemented"
msgstr ""
-#: storage/file/fd.c:487
-#, c-format
-msgid "ReleaseLruFile. Opened %d"
+#: rewrite/rewriteDefine.c:234
+msgid "Use views or triggers instead."
msgstr ""
-#: storage/file/fd.c:508
-#, c-format
-msgid "AllocateVfd. Size %d"
+#: rewrite/rewriteDefine.c:238
+msgid "rule actions on NEW are not implemented"
msgstr ""
-#: storage/file/fd.c:515
-msgid "AllocateVfd: no room for VFD array"
+#: rewrite/rewriteDefine.c:239
+msgid "Use triggers instead."
msgstr ""
-#: storage/file/fd.c:547
-msgid "AllocateVfd: no room to enlarge VFD array"
+#: rewrite/rewriteDefine.c:256
+msgid "INSTEAD NOTHING rules on SELECT are not implemented"
msgstr ""
-#: storage/file/fd.c:580
-#, c-format
-msgid "FreeVfd: %d (%s)"
+#: rewrite/rewriteDefine.c:257
+msgid "Use views instead."
msgstr ""
-#: storage/file/fd.c:630
-#, c-format
-msgid "FileAccess %d (%s)"
+#: rewrite/rewriteDefine.c:265
+msgid "multiple actions for rules on SELECT are not implemented"
msgstr ""
-#: storage/file/fd.c:682
-msgid "fileNameOpenFile: NULL fname"
+#: rewrite/rewriteDefine.c:274
+msgid "rules on SELECT must have action INSTEAD SELECT"
msgstr ""
-#: storage/file/fd.c:684
-#, c-format
-msgid "fileNameOpenFile: %s %x %o"
+#: rewrite/rewriteDefine.c:282
+msgid "event qualifications are not implemented for rules on SELECT"
msgstr ""
-#: storage/file/fd.c:704
-#, c-format
-msgid "fileNameOpenFile: success %d"
+#: rewrite/rewriteDefine.c:302
+msgid "SELECT rule's target list has too many entries"
msgstr ""
-#: storage/file/fd.c:711
-msgid "fileNameOpenFile: no room to save VFD filename"
+#: rewrite/rewriteDefine.c:318
+msgid "cannot convert relation containing dropped columns to view"
msgstr ""
-#: storage/file/fd.c:795
+#: rewrite/rewriteDefine.c:323
#, c-format
-msgid "Failed to create temporary file %s"
+msgid "SELECT rule's target entry %d has different column name from \"%s\""
msgstr ""
-#: storage/file/fd.c:814
+#: rewrite/rewriteDefine.c:328
#, c-format
-msgid "FileClose: %d (%s)"
+msgid "SELECT rule's target entry %d has different type from column \"%s\""
msgstr ""
-#: storage/file/fd.c:826
+#: rewrite/rewriteDefine.c:341
#, c-format
-msgid "FileClose: failed to close %s: %m"
+msgid "SELECT rule's target entry %d has different size from column \"%s\""
msgstr ""
-#: storage/file/fd.c:841
-#, c-format
-msgid "FileClose: failed to unlink %s: %m"
+#: rewrite/rewriteDefine.c:347
+msgid "SELECT rule's target list has too few entries"
msgstr ""
-#: storage/file/fd.c:859
+#: rewrite/rewriteDefine.c:362
#, c-format
-msgid "FileUnlink: %d (%s)"
+msgid "\"%s\" is already a view"
msgstr ""
-#: storage/file/fd.c:875
+#: rewrite/rewriteDefine.c:386
#, c-format
-msgid "FileRead: %d (%s) %ld %d %p"
+msgid "view rule for \"%s\" must be named \"%s\""
msgstr ""
-#: storage/file/fd.c:896
+#: rewrite/rewriteDefine.c:406
#, c-format
-msgid "FileWrite: %d (%s) %ld %d %p"
+msgid "could not convert table \"%s\" to a view because it is not empty"
msgstr ""
-#: storage/file/fd.c:922
+#: rewrite/rewriteDefine.c:413
#, c-format
-msgid "FileSeek: %d (%s) %ld %ld %d"
+msgid "could not convert table \"%s\" to a view because it has triggers"
msgstr ""
-#: storage/file/fd.c:932 storage/file/fd.c:953
-#, c-format
-msgid "FileSeek: invalid offset: %ld"
+#: rewrite/rewriteDefine.c:415
+msgid ""
+"In particular, the table may not be involved in any foreign key "
+"relationships."
msgstr ""
-#: storage/file/fd.c:943 storage/file/fd.c:965
+#: rewrite/rewriteDefine.c:420
#, c-format
-msgid "FileSeek: invalid whence: %d"
+msgid "could not convert table \"%s\" to a view because it has indexes"
msgstr ""
-#: storage/file/fd.c:980
+#: rewrite/rewriteDefine.c:426
#, c-format
-msgid "FileTell %d (%s)"
+msgid "could not convert table \"%s\" to a view because it has child tables"
msgstr ""
-#: storage/file/fd.c:993
+#: rewrite/rewriteDefine.c:568 rewrite/rewriteRemove.c:59
#, c-format
-msgid "FileTruncate %d (%s)"
-msgstr ""
+msgid "rule \"%s\" for relation \"%s\" does not exist"
+msgstr "regelen «%s» for relasjonen «%s» eksisterer ikke"
-#: storage/file/fd.c:1024
+#: rewrite/rewriteHandler.c:458 rewrite/rewriteHandler.c:472
#, c-format
-msgid "AllocateFile: Allocated %d"
-msgstr ""
-
-#: storage/file/fd.c:1027
-msgid "AllocateFile: too many private FDs demanded"
+msgid "multiple assignments to same column \"%s\""
msgstr ""
-#: storage/file/fd.c:1041
+#: rewrite/rewriteHandler.c:884 rewrite/rewriteHandler.c:1166
#, c-format
-msgid "AllocateFile: not enough descs, retry, er= %d"
+msgid "infinite recursion detected in rules for relation \"%s\""
msgstr ""
-#: storage/file/fd.c:1057
-#, c-format
-msgid "FreeFile: Allocated %d"
+#: rewrite/rewriteHandler.c:1276
+msgid "cannot insert into a view"
msgstr ""
-#: storage/file/fd.c:1070
-msgid "FreeFile: file was not obtained from AllocateFile"
+#: rewrite/rewriteHandler.c:1277
+msgid "You need an unconditional ON INSERT DO INSTEAD rule."
msgstr ""
-#: storage/freespace/freespace.c:180 storage/freespace/freespace.c:195
-#: storage/freespace/freespace.c:203
-msgid "Insufficient shared memory for free space map"
+#: rewrite/rewriteHandler.c:1282
+msgid "cannot update a view"
msgstr ""
-#: storage/freespace/freespace.c:421
-msgid "MultiRecordFreeSpace: data not in page order"
+#: rewrite/rewriteHandler.c:1283
+msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
msgstr ""
-#: storage/freespace/freespace.c:536
-msgid "FreeSpaceMap hashtable out of memory"
+#: rewrite/rewriteHandler.c:1288
+msgid "cannot delete from a view"
msgstr ""
-#: storage/freespace/freespace.c:606
-msgid "FreeSpaceMap hashtable corrupted"
+#: rewrite/rewriteHandler.c:1289
+msgid "You need an unconditional ON DELETE DO INSTEAD rule."
msgstr ""
-#: storage/freespace/freespace.c:779
-msgid "fsm_record_free_space: unexpected match"
+#: rewrite/rewriteManip.c:734 rewrite/rewriteManip.c:788
+msgid "conditional utility statements are not implemented"
msgstr ""
-#: storage/freespace/freespace.c:889
-msgid "insert_fsm_page_entry: entry already exists!"
+#: rewrite/rewriteManip.c:879
+msgid "cannot handle whole-row reference"
msgstr ""
-#: storage/ipc/ipc.c:95
-#, c-format
-msgid "proc_exit(%d)"
+#: storage/buffer/buf_table.c:128 storage/freespace/freespace.c:1005
+msgid "out of shared memory"
msgstr ""
-#: storage/ipc/ipc.c:113
+#: storage/buffer/bufmgr.c:234
#, c-format
-msgid "exit(%d)"
+msgid "invalid page header in block %u of relation \"%s\"; zeroing out page"
msgstr ""
-#: storage/ipc/ipc.c:126
+#: storage/buffer/bufmgr.c:241
#, c-format
-msgid "shmem_exit(%d)"
+msgid "invalid page header in block %u of relation \"%s\""
msgstr ""
-#: storage/ipc/ipc.c:152
-msgid "Out of on_proc_exit slots"
-msgstr ""
-
-#: storage/ipc/ipci.c:73
+#: storage/buffer/bufmgr.c:439 storage/buffer/bufmgr.c:821
+#: storage/buffer/bufmgr.c:1512 storage/buffer/bufmgr.c:2154
#, c-format
-msgid "invoking IpcMemoryCreate(size=%d)"
-msgstr ""
-
-#: storage/ipc/ipci.c:115
-msgid "Couldn't create the lock table"
-msgstr ""
-
-#: storage/ipc/shmem.c:161
-msgid "ShmemAlloc: out of memory"
-msgstr ""
-
-#: storage/ipc/shmem.c:207
-msgid "InitShmemIndex: couldn't initialize Shmem Index"
-msgstr ""
-
-#: storage/ipc/shmem.c:218
-msgid "InitShmemIndex: Shmem Index out of memory"
+msgid "could not write block %u of %u/%u"
msgstr ""
-#: storage/ipc/shmem.c:336
-msgid "ShmemInitStruct: Shmem Index out of memory"
+#: storage/buffer/bufmgr.c:2158
+msgid "Multiple failures --- write error may be permanent."
msgstr ""
-#: storage/ipc/shmem.c:351
-msgid "ShmemInitStruct: ShmemIndex entry size is wrong"
-msgstr ""
-
-#: storage/ipc/shmem.c:368
+#: storage/buffer/bufmgr.c:2191
#, c-format
-msgid "ShmemInitStruct: cannot allocate '%s'"
+msgid "writing block %u of relation %u/%u"
msgstr ""
-#: storage/ipc/shmqueue.c:234 storage/ipc/shmqueue.c:254
-#, c-format
-msgid "%s: %s"
+#: storage/buffer/freelist.c:203
+msgid "out of free buffers"
msgstr ""
-#: storage/ipc/sinval.c:50
-msgid "Backend cache invalidation initialization failed"
+#: storage/buffer/localbuf.c:85
+msgid "no empty local buffer available"
msgstr ""
-#: storage/ipc/sinval.c:68
-msgid "SendSharedInvalidMessage: SI buffer overflow"
-msgstr ""
-
-#: storage/ipc/sinval.c:111
-msgid "ReceiveSharedInvalidMessages: cache state reset"
-msgstr ""
-
-#: storage/ipc/sinval.c:319 storage/ipc/sinval.c:329
-msgid "Memory exhausted in GetSnapshotData"
-msgstr ""
-
-#: storage/ipc/sinvaladt.c:122
+#: storage/file/fd.c:277 storage/file/fd.c:1067
#, c-format
-msgid "SIBackendInit: backend id %d"
+msgid "out of file descriptors: %m; release and retry"
msgstr ""
-#: storage/ipc/sinvaladt.c:227
-#, c-format
-msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster"
+#: storage/file/fd.c:334
+msgid "insufficient file descriptors available to start server process"
msgstr ""
-#: storage/large_object/inv_api.c:48
-msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error."
-msgstr ""
-
-#: storage/large_object/inv_api.c:74
+#: storage/file/fd.c:335
#, c-format
-msgid "inv_create: large object %u already exists. This is internal error."
+msgid "System allows %ld, we need at least %d."
msgstr ""
-#: storage/large_object/inv_api.c:107
-#, c-format
-msgid "inv_create: invalid flags: %d"
+#: storage/freespace/freespace.c:274 storage/freespace/freespace.c:291
+#: storage/freespace/freespace.c:306
+msgid "insufficient shared memory for free space map"
msgstr ""
-#: storage/large_object/inv_api.c:126
+#: storage/freespace/freespace.c:299
#, c-format
-msgid "inv_open: large object %u not found"
+msgid "max_fsm_pages must exceed max_fsm_relations * %d"
msgstr ""
-#: storage/large_object/inv_api.c:144
-#, c-format
-msgid "inv_open: invalid flags: %d"
+#: storage/freespace/freespace.c:334
+msgid "max_fsm_pages is too large"
msgstr ""
-#: storage/large_object/inv_api.c:244
+#: storage/freespace/freespace.c:705
#, c-format
-msgid "inv_getsize: large object %u not found"
+msgid "free space map: %d relations, %d pages stored; %.0f total pages needed"
msgstr ""
-#: storage/large_object/inv_api.c:257 storage/large_object/inv_api.c:262
-#: storage/large_object/inv_api.c:270
+#: storage/freespace/freespace.c:707
#, c-format
-msgid "inv_seek: invalid offset: %d"
+msgid "Allocated FSM size: %d relations + %d pages = %.0f kB shared memory."
msgstr ""
-#: storage/large_object/inv_api.c:275
+#: storage/ipc/shmem.c:383
#, c-format
-msgid "inv_seek: invalid whence: %d"
-msgstr ""
-
-#: storage/lmgr/deadlock.c:271
-msgid "DeadLockCheckRecurse: inconsistent results"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:85
-msgid "InitLockTable: couldn't initialize lock table"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:94
-msgid "InitLockTable: couldn't rename long-term lock table"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:135
-msgid "LockRelation: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:224
-msgid "LockRelationForSession: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:262
-msgid "LockPage: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:303
-msgid "XactLockTableInsert: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:326
-msgid "XactLockTableWait: LockAcquire failed"
+msgid "could not allocate shared memory segment \"%s\""
msgstr ""
-#: storage/lmgr/lock.c:110
+#: storage/lmgr/deadlock.c:867
#, c-format
-msgid ""
-"%s: lock(%lx) tbl(%d) rel(%u) db(%u) obj(%u) grantMask(%x) req(%d,%d,%d,%d,%"
-"d,%d,%d)=%d grant(%d,%d,%d,%d,%d,%d,%d)=%d wait(%d) type(%s)"
+msgid "Process %d waits for %s on transaction %u; blocked by process %d."
msgstr ""
-#: storage/lmgr/lock.c:136
+#: storage/lmgr/deadlock.c:877
#, c-format
msgid ""
-"%s: holder(%lx) lock(%lx) tbl(%d) proc(%lx) xid(%u) hold(%d,%d,%d,%d,%d,%d,%"
-"d)=%d"
-msgstr ""
-
-#: storage/lmgr/lock.c:245
-#, c-format
-msgid "LockMethodTableInit: too many lock types %d greater than %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:264 storage/lmgr/lock.c:310 storage/lmgr/lock.c:330
-#, c-format
-msgid "LockMethodTableInit: couldn't initialize %s"
+"Process %d waits for %s on relation %u of database %u; blocked by process %d."
msgstr ""
-#: storage/lmgr/lock.c:451
-#, c-format
-msgid "LockAcquire: user lock [%u] %s"
+#: storage/lmgr/deadlock.c:887
+msgid "deadlock detected"
msgstr ""
-#: storage/lmgr/lock.c:462
+#: storage/page/bufpage.c:137 storage/page/bufpage.c:335
+#: storage/page/bufpage.c:474
#, c-format
-msgid "LockAcquire: bad lock table %d"
+msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
msgstr ""
-#: storage/lmgr/lock.c:480
+#: storage/page/bufpage.c:379
#, c-format
-msgid "LockAcquire: lock table %d is out of memory"
-msgstr ""
-
-#: storage/lmgr/lock.c:527
-msgid "LockAcquire: holder table out of memory"
-msgstr ""
-
-#: storage/lmgr/lock.c:572
-#, c-format
-msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u"
-msgstr ""
-
-#: storage/lmgr/lock.c:652
-msgid "LockAcquire: remove holder, table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:908
-msgid "deadlock detected"
+msgid "corrupted item pointer: %u"
msgstr ""
-#: storage/lmgr/lock.c:989
+#: storage/page/bufpage.c:394
#, c-format
-msgid "LockRelease: user lock tag [%u] %d"
+msgid "corrupted item lengths: total %u, available space %u"
msgstr ""
-#: storage/lmgr/lock.c:999
-msgid "lockMethodTable is null in LockRelease"
-msgstr ""
-
-#: storage/lmgr/lock.c:1021
-msgid "LockRelease: no such lock"
-msgstr ""
-
-#: storage/lmgr/lock.c:1044
-msgid "LockRelease: no lock with this tag"
-msgstr ""
-
-#: storage/lmgr/lock.c:1047
-msgid "LockRelease: holder table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1061
+#: storage/page/bufpage.c:492
#, c-format
-msgid "LockRelease: you don't own a lock of type %s"
-msgstr ""
-
-#: storage/lmgr/lock.c:1115
-msgid "LockRelease: remove lock, table corrupted"
+msgid "corrupted item pointer: offset = %u, size = %u"
msgstr ""
-#: storage/lmgr/lock.c:1144
-msgid "LockRelease: remove holder, table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1185
+#: storage/smgr/smgr.c:176
#, c-format
-msgid "LockReleaseAll: lockmethod=%d, pid=%d"
+msgid "could not create relation \"%s\": %m"
msgstr ""
-#: storage/lmgr/lock.c:1193
+#: storage/smgr/smgr.c:251
#, c-format
-msgid "LockReleaseAll: bad lockmethod %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:1297
-msgid "LockReleaseAll: holder table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1315
-msgid "LockReleaseAll: cannot remove lock from HTAB"
+msgid "could not extend relation \"%s\": %m"
msgstr ""
-#: storage/lmgr/lock.c:1330
-msgid "LockReleaseAll: done"
+#: storage/smgr/smgr.c:253
+msgid "Check free disk space."
msgstr ""
-#: storage/lmgr/lock.c:1517
-msgid "DumpAllLocks: holder->tag.lock = NULL"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:71
+#: storage/smgr/smgr.c:295
#, c-format
-msgid "%s(%d): excl %d shared %d head %p rOK %d"
+msgid "could not close relation \"%s\": %m"
msgstr ""
-#: storage/lmgr/lwlock.c:81
+#: storage/smgr/smgr.c:321
#, c-format
-msgid "%s(%d): %s"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:184
-msgid "No more LWLockIds available"
+msgid "could not read block %d of relation \"%s\": %m"
msgstr ""
-#: storage/lmgr/lwlock.c:281
-msgid "LWLockAcquire: can't wait without a PGPROC structure"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:427
+#: storage/smgr/smgr.c:347
#, c-format
-msgid "LWLockRelease: lock %d is not held"
-msgstr ""
-
-#: storage/lmgr/proc.c:143 storage/lmgr/proc.c:157
-msgid "cannot create new proc: out of memory"
+msgid "could not write block %d of relation \"%s\": %m"
msgstr ""
-#: storage/lmgr/proc.c:184
-msgid "InitProcess: Proc Header uninitialized"
-msgstr ""
-
-#: storage/lmgr/proc.c:187
-msgid "InitProcess: you already exist"
-msgstr ""
-
-#: storage/lmgr/proc.c:265
-msgid "InitDummyProcess: Proc Header uninitialized"
-msgstr ""
-
-#: storage/lmgr/proc.c:268
-msgid "InitDummyProcess: you already exist"
-msgstr ""
-
-#: storage/lmgr/proc.c:274
+#: storage/smgr/smgr.c:378
#, c-format
-msgid "InitDummyProcess: DummyProc is in use by PID %d"
-msgstr ""
-
-#: storage/lmgr/proc.c:649
-msgid "ProcSleep: Unable to set timer for process wakeup"
+msgid "could not write block %d of %u/%u blind: %m"
msgstr ""
-#: storage/lmgr/proc.c:671
-msgid "ProcSleep: Unable to disable timer for process wakeup"
-msgstr ""
-
-#: storage/lmgr/spin.c:84
-msgid "spin.c does not support S_LOCK_FREE()"
-msgstr ""
-
-#: storage/page/bufpage.c:92
+#: storage/smgr/smgr.c:407
#, c-format
-msgid ""
-"PageAddItem: corrupted page pointers: lower = %u, upper = %u, special = %u"
+msgid "could not count blocks of relation \"%s\": %m"
msgstr ""
-#: storage/page/bufpage.c:112
-msgid "PageAddItem: tried overwrite of used ItemId"
-msgstr ""
-
-#: storage/page/bufpage.c:139
-msgid "PageAddItem: specified offset after maxoff"
-msgstr ""
-
-#: storage/page/bufpage.c:288
+#: storage/smgr/smgr.c:439
#, c-format
-msgid ""
-"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, "
-"special = %u"
+msgid "could not truncate relation \"%s\" to %u blocks: %m"
msgstr ""
-#: storage/page/bufpage.c:330
+#: storage/smgr/smgr.c:483
#, c-format
-msgid "PageRepairFragmentation: corrupted item pointer %u"
+msgid "could not unlink %u/%u: %m"
msgstr ""
-#: storage/page/bufpage.c:343
+#: tcop/fastpath.c:106 tcop/fastpath.c:450 tcop/fastpath.c:573
#, c-format
-msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u"
+msgid "invalid argument size %d in function call message"
msgstr ""
-#: storage/page/bufpage.c:422
-#, c-format
+#: tcop/fastpath.c:305 tcop/postgres.c:796 tcop/postgres.c:1116
+#: tcop/postgres.c:1574
msgid ""
-"PageIndexTupleDelete: corrupted page pointers: lower = %u, upper = %u, "
-"special = %u"
-msgstr ""
-
-#: storage/page/bufpage.c:427
-#, c-format
-msgid "PageIndexTupleDelete: bad offnum %u"
+"current transaction is aborted, commands ignored until end of transaction "
+"block"
msgstr ""
-#: storage/page/bufpage.c:438
+#: tcop/fastpath.c:420 tcop/fastpath.c:543
#, c-format
-msgid "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u"
-msgstr ""
-
-#: storage/smgr/md.c:252 storage/smgr/md.c:424 storage/smgr/md.c:467
-#: storage/smgr/md.c:506
-msgid "seekpos too big!"
-msgstr ""
-
-#: storage/smgr/md.c:287
-msgid "segment too big!"
+msgid "function call message contains %d arguments but function requires %d"
msgstr ""
-#: storage/smgr/md.c:341
-msgid "segment too big on relopen!"
-msgstr ""
-
-#: storage/smgr/md.c:515
+#: tcop/fastpath.c:428
#, c-format
-msgid "mdblindwrt: lseek(%ld) failed: %m"
+msgid "function call message contains %d argument formats but %d arguments"
msgstr ""
-#: storage/smgr/md.c:529
+#: tcop/fastpath.c:511 tcop/fastpath.c:596
#, c-format
-msgid "mdblindwrt: write() failed: %m"
+msgid "incorrect binary data format in function argument %d"
msgstr ""
-#: storage/smgr/md.c:535
+#: tcop/postgres.c:331 tcop/postgres.c:343 tcop/postgres.c:354
+#: tcop/postgres.c:366 tcop/postgres.c:3079
#, c-format
-msgid "mdblindwrt: close() failed: %m"
-msgstr ""
-
-#: storage/smgr/md.c:572
-msgid "segment too big in mdnblocks!"
+msgid "invalid frontend message type %d"
msgstr ""
-#: storage/smgr/md.c:592
+#: tcop/postgres.c:464
#, c-format
-msgid "cannot count blocks for %s -- open failed: %m"
+msgid "query: %s"
msgstr ""
-#: storage/smgr/md.c:757
-msgid "_fdvec_alloc error"
+#: tcop/postgres.c:563
+msgid "copyObject() failed to produce an equal parse tree"
msgstr ""
-#: storage/smgr/md.c:839
-msgid "segment too big on openseg!"
+#: tcop/postgres.c:608
+msgid "copyObject() failed to produce an equal plan tree"
msgstr ""
-#: storage/smgr/md.c:858
+#: tcop/postgres.c:963
#, c-format
-msgid "_mdfd_getrelnfd: cannot open relation %s: %m"
+msgid "duration_statement: %ld.%06ld %s"
msgstr ""
-#: storage/smgr/md.c:901
+#: tcop/postgres.c:974
#, c-format
-msgid "cannot open segment %u of relation %s (target block %u): %m"
-msgstr ""
-
-#: storage/smgr/md.c:954
-#, c-format
-msgid "_mdfd_blind_getseg: couldn't open %s: %m"
-msgstr ""
-
-#: storage/smgr/mm.c:189
-msgid "main memory storage mgr hash table out of memory"
-msgstr ""
-
-#: storage/smgr/mm.c:232
-msgid "mmunlink: cache hash table corrupted"
-msgstr ""
-
-#: storage/smgr/mm.c:249
-msgid "mmunlink: rel cache hash table corrupted"
-msgstr ""
-
-#: storage/smgr/mm.c:312
-msgid "mmextend: rel cache hash table corrupt"
-msgstr ""
-
-#: storage/smgr/mm.c:323
-msgid "mmextend: cache hash table corrupt"
-msgstr ""
-
-#: storage/smgr/mm.c:434
-msgid "mmwrite: hash table missing requested page"
+msgid "duration: %ld.%06ld sec"
msgstr ""
-#: storage/smgr/smgr.c:132
-#, c-format
-msgid "initialization failed on %s: %m"
+#: tcop/postgres.c:1080
+msgid "cannot insert multiple commands into a prepared statement"
msgstr ""
-#: storage/smgr/smgr.c:154
+#: tcop/postgres.c:1274
#, c-format
-msgid "shutdown failed on %s: %m"
+msgid "bind message has %d parameter formats but %d parameters"
msgstr ""
-#: storage/smgr/smgr.c:174
-#, c-format
-msgid "cannot create %s: %m"
+#: tcop/postgres.c:1287 tcop/postgres.c:1651
+msgid "unnamed prepared statement does not exist"
msgstr ""
-#: storage/smgr/smgr.c:246
+#: tcop/postgres.c:1293
#, c-format
msgid ""
-"cannot extend %s: %m.\n"
-"\tCheck free disk space."
-msgstr ""
-
-#: storage/smgr/smgr.c:270 utils/init/miscinit.c:1015
-#: utils/misc/database.c:149
-#, c-format
-msgid "cannot open %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:284
-#, c-format
-msgid "cannot close %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:307
-#, c-format
-msgid "cannot read block %d of %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:331
-#, c-format
-msgid "cannot write block %d of %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:360
-#, c-format
-msgid "cannot write block %d of %u/%u blind: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:387
-#, c-format
-msgid "cannot count blocks for %s: %m"
+"bind message supplies %d parameters, but prepared statement \"%s\" requires %"
+"d"
msgstr ""
-#: storage/smgr/smgr.c:417
+#: tcop/postgres.c:1423
#, c-format
-msgid "cannot truncate %s to %u blocks: %m"
+msgid "incorrect binary data format in bind parameter %d"
msgstr ""
-#: storage/smgr/smgr.c:459
-#, c-format
-msgid "cannot unlink %u/%u: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:484
-#, c-format
-msgid "transaction commit failed on %s: %m"
-msgstr ""
+#: tcop/postgres.c:1506 tcop/postgres.c:1704
+#, fuzzy, c-format
+msgid "portal \"%s\" does not exist"
+msgstr "regelen «%s» eksisterer ikke"
-#: storage/smgr/smgr.c:506
-#, c-format
-msgid "transaction abort failed on %s: %m"
+#: tcop/postgres.c:1801
+msgid "terminating connection because of crash of another server process"
msgstr ""
-#: storage/smgr/smgr.c:528
-#, c-format
-msgid "storage sync failed on %s: %m"
+#: tcop/postgres.c:1802
+msgid ""
+"The postmaster has commanded this server process to roll back the current "
+"transaction and exit, because another server process exited abnormally and "
+"possibly corrupted shared memory."
msgstr ""
-#: storage/smgr/smgr.c:542
-#, c-format
-msgid "illegal storage manager number %d"
+#: tcop/postgres.c:1806
+msgid ""
+"In a moment you should be able to reconnect to the database and repeat your "
+"command."
msgstr ""
-#: storage/smgr/smgrtype.c:51
-#, c-format
-msgid "smgrin: unknown storage manager name '%s'"
+#: tcop/postgres.c:1921
+msgid "floating-point exception"
msgstr ""
-#: storage/smgr/smgrtype.c:62
-#, c-format
-msgid "Illegal storage manager id %d"
+#: tcop/postgres.c:1922
+msgid ""
+"An invalid floating-point operation was signaled. This probably means an out-"
+"of-range result or an invalid operation, such as division by zero."
msgstr ""
-#: tcop/fastpath.c:172
-#, c-format
-msgid "fetch_fp_info: cache lookup for function %u failed"
+#: tcop/postgres.c:1957
+msgid "terminating connection due to administrator command"
msgstr ""
-#: tcop/fastpath.c:183 tcop/fastpath.c:188
-msgid "CSTRING not supported in fastpath protocol"
+#: tcop/postgres.c:1966
+msgid "canceling query due to user request"
msgstr ""
-#: tcop/fastpath.c:275
+#: tcop/postgres.c:1975
#, c-format
msgid ""
-"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)"
-msgstr ""
-
-#: tcop/fastpath.c:294 tcop/fastpath.c:306
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d"
-msgstr ""
-
-#: tcop/fastpath.c:319
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d, should be %d"
+"%s is the PostgreSQL stand-alone backend. It is not\n"
+"intended to be used by normal users.\n"
+"\n"
msgstr ""
-#: tcop/fastpath.c:337 tcop/postgres.c:679
+#: tcop/postgres.c:1977
+#, fuzzy, c-format
msgid ""
-"current transaction is aborted, queries ignored until end of transaction "
-"block"
-msgstr ""
-
-#: tcop/postgres.c:286
-#, c-format
-msgid "Socket command type %c unknown"
-msgstr ""
-
-#: tcop/postgres.c:374
-#, c-format
-msgid "query: %s"
+"Usage:\n"
+" %s [OPTION]... [DBNAME]\n"
+"\n"
msgstr ""
+"Bruksmåte:\n"
+" %s [VALG]...\n"
+"\n"
-#: tcop/postgres.c:461
-msgid "pg_analyze_and_rewrite: copyObject failed on parse tree"
+#: tcop/postgres.c:1984
+msgid " -d 0-5 debugging level (0 is off)\n"
msgstr ""
-#: tcop/postgres.c:505
-msgid "pg_plan_query: copyObject failed on plan tree"
+#: tcop/postgres.c:1986
+msgid " -e use European date input format (DMY)\n"
msgstr ""
-#: tcop/postgres.c:756
-msgid "ProcessUtility"
+#: tcop/postgres.c:1987
+msgid " -E echo query before execution\n"
msgstr ""
-#: tcop/postgres.c:838
-msgid "ProcessQuery"
+#: tcop/postgres.c:1989
+msgid " -N do not use newline as interactive query delimiter\n"
msgstr ""
-#: tcop/postgres.c:951
-#, c-format
-msgid "duration: %ld.%06ld sec"
+#: tcop/postgres.c:1990
+msgid " -o FILENAME send stdout and stderr to given file\n"
msgstr ""
-#: tcop/postgres.c:965
-msgid "StartTransactionCommand"
+#: tcop/postgres.c:1991
+msgid " -P disable system indexes\n"
msgstr ""
-#: tcop/postgres.c:976
-msgid "CommitTransactionCommand"
+#: tcop/postgres.c:1992
+msgid " -s show statistics after each query\n"
msgstr ""
-#: tcop/postgres.c:1003
-msgid ""
-"Message from PostgreSQL backend:\n"
-"\tThe Postmaster has informed me that some other backend\n"
-"\tdied abnormally and possibly corrupted shared memory.\n"
-"\tI have rolled back the current transaction and am\n"
-"\tgoing to terminate your database system connection and exit.\n"
-"\tPlease reconnect to the database system and repeat your query."
+#: tcop/postgres.c:1993
+msgid " -S SORT-MEM set amount of memory for sorts (in kbytes)\n"
msgstr ""
-#: tcop/postgres.c:1121
+#: tcop/postgres.c:1994
msgid ""
-"floating point exception! The last floating point operation either exceeded "
-"legal ranges or was a divide by zero"
+" --help-config show configuration parameters, then exit;\n"
+" details: --help-config -h\n"
msgstr ""
-#: tcop/postgres.c:1154
-msgid "This connection has been terminated by the administrator."
+#: tcop/postgres.c:1999
+msgid " -f s|i|n|m|h forbid use of some plan types\n"
msgstr ""
-#: tcop/postgres.c:1161
-msgid "Query was cancelled."
+#: tcop/postgres.c:2000
+msgid " -i do not execute queries\n"
msgstr ""
-#: tcop/postgres.c:1308
-msgid "Assert checking is not compiled in"
+#: tcop/postgres.c:2001
+msgid " -O allow system table structure changes\n"
msgstr ""
-#: tcop/postgres.c:1540
-msgid "only one -x flag is allowed"
+#: tcop/postgres.c:2002
+msgid " -t pa|pl|ex show timings after each query\n"
msgstr ""
-#: tcop/postgres.c:1558
-msgid "use -x {off,nor,nopull,nopm,pullall,wait}"
+#: tcop/postgres.c:2003
+msgid " -W NUM wait NUM seconds to allow attach from a debugger\n"
msgstr ""
-#: tcop/postgres.c:1613
+#: tcop/postgres.c:2004
msgid ""
-"Query statistics are disabled because parser, planner, or executor "
-"statistics are on."
-msgstr ""
-
-#: tcop/postgres.c:1690 tcop/postgres.c:1702
-#, c-format
-msgid ""
-"%s: invalid command line arguments\n"
-"Try -? for help."
-msgstr ""
-
-#: tcop/postgres.c:1710
-#, c-format
-msgid "%s: user name undefined and no database specified"
-msgstr ""
-
-#: tcop/postgres.c:1761
-msgid "InitPostgres"
-msgstr ""
-
-#: tcop/postgres.c:1844
-msgid "AbortCurrentTransaction"
-msgstr ""
-
-#: tcop/postgres.c:2052
-msgid "unknown frontend message was received"
+"\n"
+"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
-#: tcop/postgres.c:2181
-#, c-format
+#: tcop/postgres.c:2478
msgid ""
-"%s\n"
-"%s"
+"statement-level statistics are disabled because parser, planner, or executor "
+"statistics are on"
msgstr ""
-#: tcop/postgres.c:2543
-#, c-format
-msgid "CreateCommandTag: unknown parse node type %d"
+#: tcop/postgres.c:2567
+msgid "invalid command-line arguments for server process"
msgstr ""
-#: tcop/pquery.c:112
+#: tcop/postgres.c:2568 tcop/postgres.c:2584
#, c-format
-msgid "Closing pre-existing portal \"%s\""
-msgstr ""
+msgid "Try \"%s --help\" for more information."
+msgstr "Prøv «%s --help» for mer informasjon."
-#: tcop/utility.c:95
+#: tcop/postgres.c:2582
#, c-format
-msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s"
+msgid "%s: invalid command-line arguments"
msgstr ""
-#: tcop/utility.c:99
+#: tcop/postgres.c:2592
#, c-format
-msgid "\"%s\" is not %s %s"
+msgid "%s: no database nor user name specified"
msgstr ""
-#: tcop/utility.c:118 tcop/utility.c:123
+#: tcop/postgres.c:2992
#, c-format
-msgid "%s \"%s\" does not exist"
+msgid "invalid CLOSE message subtype %d"
msgstr ""
-#: tcop/utility.c:136
+#: tcop/postgres.c:3022
#, c-format
-msgid "%s \"%s\" is a system %s"
+msgid "invalid DESCRIBE message subtype %d"
msgstr ""
-#: tcop/utility.c:162
+#: tcop/pquery.c:352
#, c-format
-msgid "relation \"%s\" is a system catalog"
+msgid "bind message has %d result formats but query has %d columns"
msgstr ""
-#: tcop/utility.c:445 tcop/utility.c:449
+#: tcop/pquery.c:415 tcop/pquery.c:927
#, c-format
-msgid "ProcessUtility: Invalid target for RENAME: %d"
+msgid "portal \"%s\" cannot be run anymore"
msgstr ""
-#: tcop/utility.c:553
-msgid "ALTER TABLE: permission denied"
+#: tcop/pquery.c:601
+msgid "cursor can only scan forward"
msgstr ""
-#: tcop/utility.c:559
-msgid "T_AlterTableStmt: unknown subtype"
+#: tcop/pquery.c:602
+msgid "Declare it with SCROLL option to enable backward scan."
msgstr ""
-#: tcop/utility.c:876
+#: tcop/utility.c:75
#, c-format
-msgid "ProcessUtility: command #%d unsupported"
-msgstr ""
+msgid "table \"%s\" does not exist"
+msgstr "tabellen «%s» eksisterer ikke"
-#: utils/adt/acl.c:92
-#, c-format
-msgid "getid: identifier must be <%d characters"
+#: tcop/utility.c:77
+msgid "Use DROP TABLE to remove a table."
msgstr ""
-#: utils/adt/acl.c:130
+#: tcop/utility.c:80
#, c-format
-msgid "aclparse: input = '%s'"
-msgstr ""
+msgid "sequence \"%s\" does not exist"
+msgstr "sekvensen «%s» eksisterer ikke"
-#: utils/adt/acl.c:142
-msgid "aclparse: bad keyword, must be [group|user]"
+#: tcop/utility.c:82
+msgid "Use DROP SEQUENCE to remove a sequence."
msgstr ""
-#: utils/adt/acl.c:145
-msgid "aclparse: a name must follow the [group|user] keyword"
-msgstr ""
+#: tcop/utility.c:85
+#, fuzzy, c-format
+msgid "view \"%s\" does not exist"
+msgstr "regelen «%s» eksisterer ikke"
-#: utils/adt/acl.c:162
-#, c-format
-msgid "aclparse: mode change flag must use \"%c%c%c\""
+#: tcop/utility.c:87
+msgid "Use DROP VIEW to remove a view."
msgstr ""
-#: utils/adt/acl.c:208
+#: tcop/utility.c:90
#, c-format
-msgid "aclparse: mode flags must use \"%s\""
+msgid "index \"%s\" does not exist"
msgstr ""
-#: utils/adt/acl.c:229
-#, c-format
-msgid "aclparse: correctly read [%x %d %x], modechg=%x"
+#: tcop/utility.c:92
+msgid "Use DROP INDEX to remove an index."
msgstr ""
-#: utils/adt/acl.c:249
+#: tcop/utility.c:96
#, c-format
-msgid "makeacl: invalid size: %d"
+msgid "\"%s\" is not a type"
msgstr ""
-#: utils/adt/acl.c:280
-msgid "aclitemin: cannot accept anything but = ACLs"
+#: tcop/utility.c:97
+msgid "Use DROP TYPE to remove a type."
msgstr ""
-#: utils/adt/acl.c:284
-msgid "aclitemin: extra garbage at end of specification"
+#: tcop/utility.c:602 tcop/utility.c:664
+msgid "must be superuser to alter owner"
msgstr ""
-#: utils/adt/acl.c:352
-#, c-format
-msgid "aclitemout: bad idtype: %d"
+#: tcop/utility.c:984
+msgid "must be superuser to do CHECKPOINT"
msgstr ""
-#: utils/adt/acl.c:434
+#: utils/adt/ascii.c:68
#, c-format
-msgid "acldefault: bogus objtype %d"
+msgid "encoding conversion from %s to ASCII not supported"
msgstr ""
-#: utils/adt/acl.c:507
-msgid "aclinsert3: insertion before world ACL??"
+#: utils/adt/acl.c:102 utils/adt/name.c:90
+msgid "identifier too long"
msgstr ""
-#: utils/adt/acl.c:618
-msgid "aclremove: removal of the world ACL??"
-msgstr ""
-
-#: utils/adt/acl.c:865
+#: utils/adt/acl.c:103 utils/adt/name.c:91
#, c-format
-msgid "has_table_privilege: invalid privilege type %s"
+msgid "Identifier must be less than %d characters."
msgstr ""
-#: utils/adt/acl.c:1068
+#: utils/adt/acl.c:190
#, c-format
-msgid "has_database_privilege: invalid privilege type %s"
+msgid "unrecognized key word: \"%s\""
msgstr ""
-#: utils/adt/acl.c:1244
-#, c-format
-msgid "function \"%s\" does not exist"
+#: utils/adt/acl.c:191
+msgid "ACL key word must be \"group\" or \"user\"."
msgstr ""
-#: utils/adt/acl.c:1267
-#, c-format
-msgid "has_function_privilege: invalid privilege type %s"
-msgstr ""
-
-#: utils/adt/acl.c:1466
-#, c-format
-msgid "has_language_privilege: invalid privilege type %s"
+#: utils/adt/acl.c:196
+msgid "missing name"
msgstr ""
-#: utils/adt/acl.c:1642
-#, c-format
-msgid "schema \"%s\" does not exist"
+#: utils/adt/acl.c:197
+msgid "A name must follow the \"group\" or \"user\" key word."
msgstr ""
-#: utils/adt/acl.c:1668
-#, c-format
-msgid "has_schema_privilege: invalid privilege type %s"
+#: utils/adt/acl.c:205
+msgid "missing \"=\" sign"
msgstr ""
-#: utils/adt/arrayfuncs.c:176
+#: utils/adt/acl.c:252
#, c-format
-msgid "array_in: more than %d dimensions"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:179 utils/adt/arrayfuncs.c:188
-msgid "array_in: missing dimension value"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:196
-msgid "array_in: missing ']' in array declaration"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:201
-msgid "array_in: upper_bound cannot be < lower_bound"
+msgid "invalid mode character: must be one of \"%s\""
msgstr ""
-#: utils/adt/arrayfuncs.c:210
-msgid "array_in: Need to specify dimension"
+#: utils/adt/acl.c:282
+msgid "a name must follow the \"/\" sign"
msgstr ""
-#: utils/adt/arrayfuncs.c:219
-msgid "array_in: missing assignment operator"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:246
-msgid "array_in: missing left brace"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:303 utils/adt/arrayfuncs.c:310
-#: utils/adt/arrayfuncs.c:423 utils/adt/arrayfuncs.c:433
+#: utils/adt/acl.c:291
#, c-format
-msgid "malformed array constant: %s"
+msgid "defaulting grantor to user ID %u"
msgstr ""
-#: utils/adt/arrayfuncs.c:319 utils/adt/arrayfuncs.c:330
-#: utils/adt/arrayfuncs.c:452 utils/adt/arrayfuncs.c:465
-#: utils/adt/arrayfuncs.c:501
-msgid "array_in: illformed array constant"
+#: utils/adt/acl.c:350
+msgid "extra garbage at the end of the ACL specification"
msgstr ""
-#: utils/adt/arrayfuncs.c:986
-msgid "Slices of fixed-length arrays not implemented"
+#: utils/adt/acl.c:703
+msgid "dependent privileges exist"
msgstr ""
-#: utils/adt/arrayfuncs.c:1122 utils/adt/arrayfuncs.c:1124
-#: utils/adt/arrayfuncs.c:1141 utils/adt/arrayfuncs.c:1161
-#: utils/adt/arrayfuncs.c:1171 utils/adt/arrayfuncs.c:1297
-#: utils/adt/arrayfuncs.c:1312 utils/adt/arrayfuncs.c:1321
-#: utils/adt/arrayfuncs.c:1328 utils/adt/arrayfuncs.c:1337
-msgid "Invalid array subscripts"
+#: utils/adt/acl.c:704
+msgid "Use CASCADE to revoke them too."
msgstr ""
-#: utils/adt/arrayfuncs.c:1286
-msgid "Updates on slices of fixed-length arrays not implemented"
+#: utils/adt/acl.c:780
+msgid "aclitem for public may not be removed"
msgstr ""
-#: utils/adt/arrayfuncs.c:1347
-msgid "Source array too small"
+#: utils/adt/acl.c:850
+msgid "cannot specify both user and group"
msgstr ""
-#: utils/adt/arrayfuncs.c:1478
+#: utils/adt/acl.c:911 utils/adt/acl.c:1136 utils/adt/acl.c:1348
+#: utils/adt/acl.c:1552 utils/adt/acl.c:1756 utils/adt/acl.c:1965
#, c-format
-msgid "array_map: invalid nargs: %d"
+msgid "unrecognized privilege type: \"%s\""
msgstr ""
-#: utils/adt/arrayfuncs.c:1480
-msgid "array_map: null input array"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1524
-msgid "array_map: cannot handle NULL in array"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1716 utils/cache/lsyscache.c:908
-#: utils/cache/lsyscache.c:931
-#, c-format
-msgid "cache lookup failed for type %u"
-msgstr ""
-
-#: utils/adt/ascii.c:67
-#, c-format
-msgid "pg_to_ascii(): unsupported encoding from %s"
-msgstr ""
-
-#: utils/adt/bool.c:77
+#: utils/adt/acl.c:1525 utils/adt/regproc.c:117 utils/adt/regproc.c:138
+#: utils/adt/regproc.c:290
#, c-format
-msgid "Bad boolean external representation '%s'"
-msgstr ""
-
-#: utils/adt/cash.c:195
-#, c-format
-msgid "Bad money external representation %s"
+msgid "function \"%s\" does not exist"
msgstr ""
-#: utils/adt/cash.c:292 utils/adt/cash.c:305
-msgid "Memory allocation failed, can't output cash"
+#: utils/adt/array_userfuncs.c:50
+msgid "could not determine input data types"
msgstr ""
-#: utils/adt/cash.c:445 utils/adt/cash.c:495
-msgid "cash_div: divide by 0.0 error"
+#: utils/adt/array_userfuncs.c:72
+msgid "neither input type is an array"
msgstr ""
-#: utils/adt/cash.c:546
-msgid "cash_div_int4: divide by 0 error"
+#: utils/adt/array_userfuncs.c:99
+msgid "argument must be empty or one-dimensional array"
msgstr ""
-#: utils/adt/cash.c:596
-msgid "cash_div: divide by 0 error"
+#: utils/adt/array_userfuncs.c:198 utils/adt/array_userfuncs.c:210
+#: utils/adt/array_userfuncs.c:247 utils/adt/array_userfuncs.c:280
+#: utils/adt/array_userfuncs.c:308
+msgid "cannot concatenate incompatible arrays"
msgstr ""
-#: utils/adt/date.c:69
+#: utils/adt/array_userfuncs.c:199
#, c-format
-msgid "Bad date external representation (too long) '%s'"
+msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
msgstr ""
-#: utils/adt/date.c:73
+#: utils/adt/array_userfuncs.c:211
#, c-format
-msgid "Bad date external representation '%s'"
-msgstr ""
-
-#: utils/adt/date.c:81
msgid ""
-"Date CURRENT no longer supported\n"
-"\tdate_in() internal coding error"
+"Arrays with element types %s and %s are not compatible for concatenation."
msgstr ""
-#: utils/adt/date.c:91
-#, c-format
-msgid "Unrecognized date external representation '%s'"
-msgstr ""
-
-#: utils/adt/date.c:400
-msgid "Unable to convert timestamp to date"
-msgstr ""
-
-#: utils/adt/date.c:425
-msgid "Unable to convert reserved abstime value to date"
+#: utils/adt/array_userfuncs.c:248
+msgid ""
+"Arrays with differing element dimensions are not compatible for "
+"concatenation."
msgstr ""
-#: utils/adt/date.c:484
-msgid "Bad date external representation (too long)"
+#: utils/adt/array_userfuncs.c:281 utils/adt/array_userfuncs.c:309
+msgid "Arrays with differing dimensions are not compatible for concatenation."
msgstr ""
-#: utils/adt/date.c:521
+#: utils/adt/array_userfuncs.c:354
#, c-format
-msgid "Bad time external representation (too long) '%s'"
+msgid "invalid array element type OID: %u"
msgstr ""
-#: utils/adt/date.c:525 utils/adt/date.c:1336
+#: utils/adt/array_userfuncs.c:358 utils/adt/arrayfuncs.c:893
+#: utils/adt/arrayfuncs.c:2233
#, c-format
-msgid "Bad time external representation '%s'"
+msgid "invalid number of dimensions: %d"
msgstr ""
-#: utils/adt/date.c:928
-msgid "Unable to convert timestamp to time"
+#: utils/adt/arrayfuncs.c:219 utils/adt/arrayfuncs.c:231
+msgid "missing dimension value"
msgstr ""
-#: utils/adt/date.c:963
-msgid "Unable to convert timestamptz to time"
+#: utils/adt/arrayfuncs.c:241
+msgid "missing \"]\" in array dimensions"
msgstr ""
-#: utils/adt/date.c:1165
-msgid "Bad time external representation (too long)"
+#: utils/adt/arrayfuncs.c:249
+msgid "upper bound cannot be less than lower bound"
msgstr ""
-#: utils/adt/date.c:1196 utils/adt/date.c:1279
-#, c-format
-msgid "TIME units '%s' not recognized"
-msgstr ""
-
-#: utils/adt/date.c:1263
-#, c-format
-msgid "TIME units '%s' not supported"
-msgstr ""
-
-#: utils/adt/date.c:1331
-#, c-format
-msgid "Bad time with time zone external representation (too long) '%s'"
+#: utils/adt/arrayfuncs.c:261
+msgid "array value must start with \"{\" or dimension information"
msgstr ""
-#: utils/adt/date.c:1795
-msgid "Unable to convert timestamptz to timetz"
+#: utils/adt/arrayfuncs.c:272
+msgid "missing assignment operator"
msgstr ""
-#: utils/adt/date.c:1871
-msgid "Bad timetz external representation (too long)"
+#: utils/adt/arrayfuncs.c:300
+msgid "missing left brace"
msgstr ""
-#: utils/adt/date.c:1902 utils/adt/date.c:1998
+#: utils/adt/arrayfuncs.c:358 utils/adt/arrayfuncs.c:367
+#: utils/adt/arrayfuncs.c:392 utils/adt/arrayfuncs.c:486
+#: utils/adt/arrayfuncs.c:498 utils/adt/arrayfuncs.c:519
+#: utils/adt/arrayfuncs.c:534 utils/adt/arrayfuncs.c:572
#, c-format
-msgid "TIMETZ units '%s' not recognized"
+msgid "malformed array literal: \"%s\""
msgstr ""
-#: utils/adt/date.c:1982
-#, c-format
-msgid "TIMETZ units '%s' not supported"
+#: utils/adt/arrayfuncs.c:904
+msgid "invalid array flags"
msgstr ""
-#: utils/adt/date.c:2026 utils/adt/date.c:2058 utils/adt/timestamp.c:3282
-#: utils/adt/timestamp.c:3305 utils/adt/timestamp.c:3419
-#: utils/adt/timestamp.c:3441
-#, c-format
-msgid "Time zone '%s' not recognized"
+#: utils/adt/arrayfuncs.c:912
+msgid "wrong element type"
msgstr ""
-#: utils/adt/date.c:2077 utils/adt/timestamp.c:3327 utils/adt/timestamp.c:3464
+#: utils/adt/arrayfuncs.c:955 utils/cache/lsyscache.c:1709
#, c-format
-msgid "INTERVAL time zone '%s' not legal (month specified)"
-msgstr ""
-
-#: utils/adt/datetime.c:1239 utils/adt/datetime.c:1955
-msgid "'CURRENT' is no longer supported"
+msgid "no binary input function available for type %s"
msgstr ""
-#: utils/adt/datetime.c:1418 utils/adt/datetime.c:2227
-#: utils/adt/formatting.c:3036
+#: utils/adt/arrayfuncs.c:1050
#, c-format
-msgid "Inconsistent use of year %04d and 'BC'"
+msgid "improper binary format in array element %d"
msgstr ""
-#: utils/adt/datum.c:78 utils/adt/datum.c:87
-msgid "datumGetSize: Invalid Datum Pointer"
-msgstr ""
-
-#: utils/adt/datum.c:92
+#: utils/adt/arrayfuncs.c:1129 utils/cache/lsyscache.c:1745
#, c-format
-msgid "datumGetSize: Invalid typLen %d"
+msgid "no binary output function available for type %s"
msgstr ""
-#: utils/adt/encode.c:53 utils/adt/encode.c:87
-#, c-format
-msgid "No such encoding as '%s'"
+#: utils/adt/arrayfuncs.c:1479
+msgid "slices of fixed-length arrays not implemented"
msgstr ""
-#: utils/adt/encode.c:62
-msgid "Overflow - encode estimate too small"
+#: utils/adt/arrayfuncs.c:1617 utils/adt/arrayfuncs.c:1622
+#: utils/adt/arrayfuncs.c:1662 utils/adt/arrayfuncs.c:1684
+#: utils/adt/arrayfuncs.c:1696 utils/adt/arrayfuncs.c:1851
+#: utils/adt/arrayfuncs.c:1868 utils/adt/arrayfuncs.c:1879
+#: utils/adt/arrayfuncs.c:1888 utils/adt/arrayfuncs.c:1899
+msgid "invalid array subscripts"
msgstr ""
-#: utils/adt/encode.c:96
-msgid "Overflow - decode estimate too small"
+#: utils/adt/arrayfuncs.c:1813
+msgid "updates on slices of fixed-length arrays not implemented"
msgstr ""
-#: utils/adt/encode.c:144
-#, c-format
-msgid "Bad hex code: '%c'"
+#: utils/adt/arrayfuncs.c:1911
+msgid "source array too small"
msgstr ""
-#: utils/adt/encode.c:170
-msgid "hex_decode: invalid data"
+#: utils/adt/arrayfuncs.c:2135 utils/adt/arrayfuncs.c:3031
+msgid "null array elements not supported"
msgstr ""
-#: utils/adt/encode.c:284
-msgid "base64: unexpected '='"
+#: utils/adt/arrayfuncs.c:2375 utils/adt/arrayfuncs.c:2530
+msgid "cannot compare arrays of different element types"
msgstr ""
-#: utils/adt/encode.c:294
-msgid "base64: Invalid symbol"
+#: utils/adt/arrayfuncs.c:2547
+#, c-format
+msgid "could not identify a comparison function for type %s"
msgstr ""
-#: utils/adt/encode.c:312
-msgid "base64: invalid end sequence"
+#: utils/adt/arrayfuncs.c:2921
+msgid "could not determine target array type"
msgstr ""
-#: utils/adt/encode.c:419 utils/adt/encode.c:482
-msgid "decode: Bad input string for type bytea"
+#: utils/adt/arrayfuncs.c:2927
+msgid "target type is not an array"
msgstr ""
-#: utils/adt/float.c:148
-msgid "Bad float4 input format -- overflow"
+#: utils/adt/arrayfuncs.c:2939
+msgid "array coercion to domain type elements not currently supported"
msgstr ""
-#: utils/adt/float.c:150
-msgid "Bad float4 input format -- underflow"
+#: utils/adt/date.c:87 utils/adt/datetime.c:1308 utils/adt/datetime.c:2059
+msgid "date/time value \"current\" is no longer supported"
msgstr ""
-#: utils/adt/float.c:172
-msgid "Bad float8 input format -- overflow"
+#: utils/adt/date.c:367 utils/adt/date.c:439 utils/adt/date.c:1001
+#: utils/adt/date.c:1038 utils/adt/date.c:1940 utils/adt/formatting.c:2846
+#: utils/adt/formatting.c:2871 utils/adt/formatting.c:2930
+#: utils/adt/nabstime.c:630 utils/adt/nabstime.c:673 utils/adt/nabstime.c:703
+#: utils/adt/nabstime.c:746 utils/adt/timestamp.c:155
+#: utils/adt/timestamp.c:382 utils/adt/timestamp.c:1735
+#: utils/adt/timestamp.c:1756 utils/adt/timestamp.c:1813
+#: utils/adt/timestamp.c:1836 utils/adt/timestamp.c:2218
+#: utils/adt/timestamp.c:2329 utils/adt/timestamp.c:2563
+#: utils/adt/timestamp.c:2614 utils/adt/timestamp.c:2671
+#: utils/adt/timestamp.c:2723 utils/adt/timestamp.c:2969
+#: utils/adt/timestamp.c:3075 utils/adt/timestamp.c:3082
+#: utils/adt/timestamp.c:3095 utils/adt/timestamp.c:3103
+#: utils/adt/timestamp.c:3177 utils/adt/timestamp.c:3296
+#: utils/adt/timestamp.c:3304 utils/adt/timestamp.c:3583
+#: utils/adt/timestamp.c:3590 utils/adt/timestamp.c:3617
+#: utils/adt/timestamp.c:3621
+msgid "timestamp out of range"
msgstr ""
-#: utils/adt/float.c:174
-msgid "Bad float8 input format -- underflow"
+#: utils/adt/date.c:466
+msgid "cannot convert reserved abstime value to date"
msgstr ""
-#: utils/adt/float.c:204
+#: utils/adt/date.c:527
#, c-format
-msgid "Bad float4 input format '%s'"
+msgid "invalid input syntax for type date: \"%s\""
msgstr ""
-#: utils/adt/float.c:209
+#: utils/adt/date.c:1255
#, c-format
-msgid "Input '%s' is out of range for float4"
+msgid "invalid input syntax for type time: \"%s\""
msgstr ""
-#: utils/adt/float.c:269 utils/adt/numeric.c:2836 utils/adt/numeric.c:2859
+#: utils/adt/date.c:1289 utils/adt/date.c:1359 utils/adt/date.c:1378
#, c-format
-msgid "Bad float8 input format '%s'"
+msgid "\"time\" units \"%s\" not recognized"
msgstr ""
-#: utils/adt/float.c:274
+#: utils/adt/date.c:2018
#, c-format
-msgid "Input '%s' is out of range for float8"
-msgstr ""
-
-#: utils/adt/float.c:493
-msgid "float4div: divide by zero error"
-msgstr ""
-
-#: utils/adt/float.c:555
-msgid "float8div: divide by zero error"
+msgid "invalid input syntax for type time with time zone: \"%s\""
msgstr ""
-#: utils/adt/float.c:805
-msgid "dtoi4: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:822
-msgid "dtoi2: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:867
-msgid "ftoi4: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:884
-msgid "ftoi2: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:1118
-msgid "can't take sqrt of a negative number"
-msgstr ""
-
-#: utils/adt/float.c:1162
-msgid "pow() result is out of range"
-msgstr ""
-
-#: utils/adt/float.c:1190
-msgid "exp() result is out of range"
-msgstr ""
-
-#: utils/adt/float.c:1208 utils/adt/float.c:1229
-msgid "can't take log of zero"
-msgstr ""
-
-#: utils/adt/float.c:1210 utils/adt/float.c:1231
-msgid "can't take log of a negative number"
-msgstr ""
-
-#: utils/adt/float.c:1256
+#: utils/adt/date.c:2052 utils/adt/date.c:2136 utils/adt/date.c:2155
#, c-format
-msgid "acos(%f) input is out of range"
+msgid "\"time with time zone\" units \"%s\" not recognized"
msgstr ""
-#: utils/adt/float.c:1279
+#: utils/adt/date.c:2185 utils/adt/date.c:2222 utils/adt/timestamp.c:3497
+#: utils/adt/timestamp.c:3522 utils/adt/timestamp.c:3649
+#: utils/adt/timestamp.c:3673
#, c-format
-msgid "asin(%f) input is out of range"
+msgid "time zone \"%s\" not recognized"
msgstr ""
-#: utils/adt/float.c:1302
+#: utils/adt/date.c:2244
#, c-format
-msgid "atan(%f) input is out of range"
+msgid "\"interval\" time zone \"%s\" not valid"
msgstr ""
-#: utils/adt/float.c:1326
+#: utils/adt/bool.c:80
#, c-format
-msgid "atan2(%f,%f) input is out of range"
+msgid "invalid input syntax for type boolean: \"%s\""
msgstr ""
-#: utils/adt/float.c:1349
+#: utils/adt/cash.c:198
#, c-format
-msgid "cos(%f) input is out of range"
+msgid "invalid input syntax for type money: \"%s\""
msgstr ""
-#: utils/adt/float.c:1372
-#, c-format
-msgid "cot(%f) input is out of range"
+#: utils/adt/cash.c:496 utils/adt/cash.c:548 utils/adt/cash.c:601
+#: utils/adt/cash.c:653 utils/adt/char.c:186 utils/adt/float.c:571
+#: utils/adt/float.c:635 utils/adt/float.c:1857 utils/adt/float.c:1919
+#: utils/adt/geo_ops.c:3809 utils/adt/int.c:644 utils/adt/int.c:709
+#: utils/adt/int.c:750 utils/adt/int.c:791 utils/adt/int.c:805
+#: utils/adt/int.c:819 utils/adt/int.c:833 utils/adt/int.c:847
+#: utils/adt/int8.c:526 utils/adt/int8.c:555 utils/adt/int8.c:653
+#: utils/adt/int8.c:694 utils/adt/numeric.c:3639 utils/adt/timestamp.c:2002
+msgid "division by zero"
msgstr ""
-#: utils/adt/float.c:1396
+#: utils/adt/datetime.c:1490 utils/adt/datetime.c:2339
+#: utils/adt/formatting.c:3131
#, c-format
-msgid "sin(%f) input is out of range"
+msgid "inconsistent use of year %04d and \"BC\""
msgstr ""
-#: utils/adt/float.c:1419
+#: utils/adt/datetime.c:3242 utils/adt/datetime.c:3249
#, c-format
-msgid "tan(%f) input is out of range"
+msgid "date/time field value out of range: \"%s\""
msgstr ""
-#: utils/adt/float.c:1530
-#, c-format
-msgid "%s: expected 3-element float8 array"
+#: utils/adt/datetime.c:3251
+msgid "Perhaps you need a different \"datestyle\" setting."
msgstr ""
-#: utils/adt/float.c:1741
-msgid "float48div: divide by zero"
-msgstr ""
-
-#: utils/adt/float.c:1801
-msgid "float84div: divide by zero"
-msgstr ""
-
-#: utils/adt/format_type.c:136 utils/adt/format_type.c:162
+#: utils/adt/datetime.c:3256
#, c-format
-msgid "could not locate data type with oid %u in catalog"
+msgid "interval field value out of range: \"%s\""
msgstr ""
-#: utils/adt/format_type.c:315
+#: utils/adt/datetime.c:3262
#, c-format
-msgid "Invalid INTERVAL typmod 0x%x"
+msgid "time zone displacement out of range: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:391
+#. translator: first %s is inet or cidr
+#: utils/adt/datetime.c:3269 utils/adt/network.c:90
#, c-format
-msgid ""
-"TMFC:\n"
-"hh %d\n"
-"am %d\n"
-"pm %d\n"
-"mi %d\n"
-"ss %d\n"
-"ssss %d\n"
-"d %d\n"
-"dd %d\n"
-"ddd %d\n"
-"mm %d\n"
-"ms: %d\n"
-"year %d\n"
-"bc %d\n"
-"iw %d\n"
-"ww %d\n"
-"w %d\n"
-"cc %d\n"
-"q %d\n"
-"j %d\n"
-"us: %d"
+msgid "invalid input syntax for type %s: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:397
-#, c-format
-msgid ""
-"TM:\n"
-"sec %d\n"
-"year %d\n"
-"min %d\n"
-"wday %d\n"
-"hour %d\n"
-"yday %d\n"
-"mday %d\n"
-"nisdst %d\n"
-"mon %d\n"
+#: utils/adt/datum.c:80 utils/adt/datum.c:92
+msgid "invalid Datum pointer"
msgstr ""
-#: utils/adt/formatting.c:964
-msgid "to_char/to_number(): '9' must be ahead of 'PR'."
-msgstr ""
-
-#: utils/adt/formatting.c:981
-msgid "to_char/to_number(): '0' must be ahead of 'PR'."
-msgstr ""
-
-#: utils/adt/formatting.c:1008
-msgid "to_char/to_number(): not unique decimal point."
-msgstr ""
-
-#: utils/adt/formatting.c:1013 utils/adt/formatting.c:1100
-msgid "to_char/to_number(): can't use 'V' and decimal poin together."
+#: utils/adt/encode.c:55 utils/adt/encode.c:91
+#, c-format
+msgid "unrecognized encoding: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:1026
-msgid "to_char/to_number(): not unique 'S'."
+#: utils/adt/encode.c:150
+#, c-format
+msgid "invalid hexadecimal digit: \"%c\""
msgstr ""
-#: utils/adt/formatting.c:1031
-msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together."
+#: utils/adt/encode.c:178
+msgid "invalid hexadecimal data: odd number of digits"
msgstr ""
-#: utils/adt/formatting.c:1053
-msgid "to_char/to_number(): can't use 'S' and 'MI' together."
+#: utils/adt/encode.c:295
+msgid "unexpected \"=\""
msgstr ""
-#: utils/adt/formatting.c:1062
-msgid "to_char/to_number(): can't use 'S' and 'PL' together."
+#: utils/adt/encode.c:307
+msgid "invalid symbol"
msgstr ""
-#: utils/adt/formatting.c:1071
-msgid "to_char/to_number(): can't use 'S' and 'SG' together."
+#: utils/adt/encode.c:327
+msgid "invalid end sequence"
msgstr ""
-#: utils/adt/formatting.c:1081
-msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together."
+#: utils/adt/encode.c:436 utils/adt/encode.c:501 utils/adt/varlena.c:117
+#: utils/adt/varlena.c:157
+msgid "invalid input syntax for type bytea"
msgstr ""
-#: utils/adt/formatting.c:1107
-msgid "to_char/to_number(): 'E' is not supported."
+#: utils/adt/float.c:135
+msgid "type \"real\" value out of range: overflow"
msgstr ""
-#: utils/adt/formatting.c:1131
-msgid "to_char/number(): run parser."
+#: utils/adt/float.c:139
+msgid "type \"real\" value out of range: underflow"
msgstr ""
-#: utils/adt/formatting.c:1327
-msgid "to_from-char(): DUMP FORMAT"
+#: utils/adt/float.c:164
+msgid "type \"double precision\" value out of range: overflow"
msgstr ""
-#: utils/adt/formatting.c:1332
-#, c-format
-msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)"
+#: utils/adt/float.c:168
+msgid "type \"double precision\" value out of range: underflow"
msgstr ""
-#: utils/adt/formatting.c:1335
+#: utils/adt/float.c:200
#, c-format
-msgid "%d:\t NODE_TYPE_CHAR '%c'"
+msgid "invalid input syntax for type real: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:1338
+#: utils/adt/float.c:208
#, c-format
-msgid "%d:\t NODE_TYPE_END"
+msgid "\"%s\" is out of range for type real"
msgstr ""
-#: utils/adt/formatting.c:1342
+#: utils/adt/float.c:301 utils/adt/numeric.c:3117 utils/adt/numeric.c:3143
#, c-format
-msgid "%d:\t UnKnown NODE !!!"
+msgid "invalid input syntax for type double precision: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:1366
+#: utils/adt/float.c:309
#, c-format
-msgid "get_th: '%s' is not number."
+msgid "\"%s\" is out of range for type double precision"
msgstr ""
-#: utils/adt/formatting.c:1540
-msgid "TO-FROM_CHAR: Dump KeyWord Index:"
+#: utils/adt/float.c:887 utils/adt/float.c:906 utils/adt/float.c:953
+#: utils/adt/float.c:972 utils/adt/int.c:286 utils/adt/int8.c:103
+#: utils/adt/int8.c:786 utils/adt/int8.c:811 utils/adt/int8.c:849
+#: utils/adt/int8.c:888 utils/adt/numeric.c:1601 utils/adt/numeric.c:1612
+#: utils/adt/numeric.c:1657 utils/adt/numeric.c:1705 utils/adt/numeric.c:1716
+#: utils/adt/varbit.c:1210 utils/adt/varbit.c:1275
+msgid "integer out of range"
msgstr ""
-#: utils/adt/formatting.c:1546
-#, c-format
-msgid "\t%c: %s, "
+#: utils/adt/float.c:1208 utils/adt/numeric.c:4035
+msgid "cannot take square root of a negative number"
msgstr ""
-#: utils/adt/formatting.c:1552
-#, c-format
-msgid "\t(%d) %c %d"
+#: utils/adt/float.c:1254 utils/adt/float.c:1284
+msgid "result is out of range"
msgstr ""
-#: utils/adt/formatting.c:1555
-#, c-format
-msgid ""
-"\n"
-"\t\tUsed positions: %d,\n"
-"\t\tFree positions: %d"
+#: utils/adt/float.c:1304 utils/adt/float.c:1330
+msgid "cannot take logarithm of zero"
msgstr ""
-#: utils/adt/formatting.c:1627
-msgid "to_timestamp(): bad AM/PM string"
+#: utils/adt/float.c:1309 utils/adt/float.c:1335 utils/adt/numeric.c:4252
+msgid "cannot take logarithm of a negative number"
msgstr ""
-#: utils/adt/formatting.c:1971
-msgid "to_timestamp(): TZ/tz not supported."
+#: utils/adt/float.c:1362 utils/adt/float.c:1387 utils/adt/float.c:1412
+#: utils/adt/float.c:1438 utils/adt/float.c:1463 utils/adt/float.c:1488
+#: utils/adt/float.c:1514 utils/adt/float.c:1539
+msgid "input is out of range"
msgstr ""
-#: utils/adt/formatting.c:1979
-#, c-format
-msgid "to_timestamp(): bad value for %s"
+#: utils/adt/formatting.c:968
+msgid "\"9\" must be ahead of \"PR\""
msgstr ""
-#: utils/adt/formatting.c:2613 utils/adt/formatting.c:3172
-#, c-format
-msgid "Cache is full (%d)"
+#: utils/adt/formatting.c:987
+msgid "\"0\" must be ahead of \"PR\""
msgstr ""
-#: utils/adt/formatting.c:2621 utils/adt/formatting.c:3189
-#, c-format
-msgid "OLD: '%s' AGE: %d"
+#: utils/adt/formatting.c:1016
+msgid "multiple decimal points"
msgstr ""
-#: utils/adt/formatting.c:2632 utils/adt/formatting.c:3201
-#, c-format
-msgid "NEW (%d)"
+#: utils/adt/formatting.c:1023 utils/adt/formatting.c:1128
+msgid "cannot use \"V\" and decimal point together"
msgstr ""
-#: utils/adt/formatting.c:2797 utils/adt/formatting.c:2823
-msgid "to_char(): Unable to convert timestamp to tm"
+#: utils/adt/formatting.c:1038
+msgid "not unique \"S\""
msgstr ""
-#: utils/adt/formatting.c:2999
-msgid "to_timestamp(): AM/PM hour must be between 1 and 12"
+#: utils/adt/formatting.c:1045
+msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
msgstr ""
-#: utils/adt/formatting.c:3068
-msgid "to_timestamp() cat't convert yday without year information"
+#: utils/adt/formatting.c:1069
+msgid "cannot use \"S\" and \"MI\" together"
msgstr ""
-#: utils/adt/formatting.c:3103
-msgid "to_timestamp(): can't convert 'tm' to timestamp."
+#: utils/adt/formatting.c:1082
+msgid "cannot use \"S\" and \"PL\" together"
msgstr ""
-#: utils/adt/formatting.c:3251
-#, c-format
-msgid "REMOVING ENTRY (%s)"
+#: utils/adt/formatting.c:1095
+msgid "cannot use \"S\" and \"SG\" together"
msgstr ""
-#: utils/adt/formatting.c:3476
-msgid "CALL: get_last_relevant_decnum()"
+#: utils/adt/formatting.c:1107
+msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
msgstr ""
-#: utils/adt/formatting.c:3501
-msgid " --- scan start --- "
+#: utils/adt/formatting.c:1137
+msgid "\"E\" is not supported"
msgstr ""
-#: utils/adt/formatting.c:3522
+#: utils/adt/formatting.c:1407
#, c-format
-msgid "Try read sign (%c)."
+msgid "\"%s\" is not a number"
msgstr ""
-#: utils/adt/formatting.c:3534
-#, c-format
-msgid "Try read locale sign (%c)."
+#: utils/adt/formatting.c:1670
+msgid "invalid AM/PM string"
msgstr ""
-#: utils/adt/formatting.c:3553
-#, c-format
-msgid "Try read sipmle sign (%c)."
+#: utils/adt/formatting.c:2016
+msgid "\"TZ\"/\"tz\" not supported"
msgstr ""
-#: utils/adt/formatting.c:3594
+#: utils/adt/formatting.c:2026
#, c-format
-msgid "Read digit (%c)."
+msgid "invalid value for %s"
msgstr ""
-#: utils/adt/formatting.c:3605
-#, c-format
-msgid "Try read decimal point (%c)."
+#: utils/adt/formatting.c:3092
+msgid "AM/PM hour must be between 1 and 12"
msgstr ""
-#: utils/adt/formatting.c:3620
-#, c-format
-msgid "Try read locale point (%c)."
+#: utils/adt/formatting.c:3166
+msgid "cannot calculate day of year without year information"
msgstr ""
-#: utils/adt/formatting.c:3653
-#, c-format
-msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'"
+#: utils/adt/formatting.c:3943
+msgid "\"RN\" not supported"
msgstr ""
-#: utils/adt/formatting.c:3668
-#, c-format
-msgid "Writing sign to position: %d"
+#: utils/adt/geo_ops.c:292 utils/adt/geo_ops.c:3930 utils/adt/geo_ops.c:4820
+msgid "too many points requested"
msgstr ""
-#: utils/adt/formatting.c:3710
-#, c-format
-msgid "Writing bracket to position %d"
+#: utils/adt/geo_ops.c:315
+msgid "could not format \"path\" value"
msgstr ""
-#: utils/adt/formatting.c:3732
+#: utils/adt/geo_ops.c:390
#, c-format
-msgid "Writing blank space to position %d"
+msgid "invalid input syntax for type box: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:3747
+#: utils/adt/geo_ops.c:903
#, c-format
-msgid "Writing zero to position %d"
+msgid "invalid input syntax for type line: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:3765
-#, c-format
-msgid "Writing decimal point to position %d"
+#: utils/adt/geo_ops.c:910 utils/adt/geo_ops.c:977 utils/adt/geo_ops.c:992
+#: utils/adt/geo_ops.c:1004
+msgid "type \"line\" not yet implemented"
msgstr ""
-#: utils/adt/formatting.c:3814
+#: utils/adt/geo_ops.c:1329 utils/adt/geo_ops.c:1352
#, c-format
-msgid "Writing digit '%c' to position %d"
+msgid "invalid input syntax for type path: \"%s\""
msgstr ""
-#: utils/adt/formatting.c:3858
-msgid "to_number(): RN is not supported"
+#: utils/adt/geo_ops.c:1389
+msgid "invalid number of points in external \"path\" value"
msgstr ""
-#: utils/adt/formatting.c:3980
+#: utils/adt/geo_ops.c:1730
#, c-format
-msgid ""
-"\n"
-"\tNUM: '%s'\n"
-"\tPRE: %d\n"
-"\tPOST: %d\n"
-"\tNUM_COUNT: %d\n"
-"\tNUM_PRE: %d\n"
-"\tSIGN_POS: %d\n"
-"\tSIGN_WROTE: %s\n"
-"\tZERO: %s\n"
-"\tZERO_START: %d\n"
-"\tZERO_END: %d\n"
-"\tLAST_RELEVANT: %s"
-msgstr ""
-
-#: utils/adt/formatting.c:4245
-#, c-format
-msgid "TO_NUMBER (number): '%s'"
-msgstr ""
-
-#: utils/adt/geo_ops.c:279
-msgid "Too many points requested"
-msgstr ""
-
-#: utils/adt/geo_ops.c:300
-msgid "Unable to format path"
+msgid "invalid input syntax for type point: \"%s\""
msgstr ""
-#: utils/adt/geo_ops.c:372
+#: utils/adt/geo_ops.c:1958
#, c-format
-msgid "Bad box external representation '%s'"
+msgid "invalid input syntax for type lseg: \"%s\""
msgstr ""
-#: utils/adt/geo_ops.c:831
-#, c-format
-msgid "Bad line external representation '%s'"
+#: utils/adt/geo_ops.c:2550
+msgid "function \"dist_lb\" not implemented"
msgstr ""
-#: utils/adt/geo_ops.c:836 utils/adt/geo_ops.c:900
-msgid "line not yet implemented"
+#: utils/adt/geo_ops.c:3063
+msgid "function \"close_lb\" not implemented"
msgstr ""
-#: utils/adt/geo_ops.c:1226 utils/adt/geo_ops.c:1247
-#, c-format
-msgid "Bad path external representation '%s'"
+#: utils/adt/geo_ops.c:3342
+msgid "cannot create bounding box for empty polygon"
msgstr ""
-#: utils/adt/geo_ops.c:1563
+#: utils/adt/geo_ops.c:3366 utils/adt/geo_ops.c:3378
#, c-format
-msgid "Bad point external representation '%s'"
+msgid "invalid input syntax for type polygon: \"%s\""
msgstr ""
-#: utils/adt/geo_ops.c:1759
-#, c-format
-msgid "Bad lseg external representation '%s'"
+#: utils/adt/geo_ops.c:3418
+msgid "invalid number of points in external \"polygon\" value"
msgstr ""
-#: utils/adt/geo_ops.c:2309
-msgid "dist_lb not implemented"
+#: utils/adt/geo_ops.c:3728
+msgid "function \"poly_distance\" not implemented"
msgstr ""
-#: utils/adt/geo_ops.c:2820
-msgid "close_lb not implemented"
+#: utils/adt/geo_ops.c:4040
+msgid "function \"path_center\" not implemented"
msgstr ""
-#: utils/adt/geo_ops.c:3097
-msgid "Unable to create bounding box for empty polygon"
+#: utils/adt/geo_ops.c:4057
+msgid "open path cannot be converted to polygon"
msgstr ""
-#: utils/adt/geo_ops.c:3119 utils/adt/geo_ops.c:3130
+#: utils/adt/geo_ops.c:4224 utils/adt/geo_ops.c:4234 utils/adt/geo_ops.c:4249
+#: utils/adt/geo_ops.c:4255
#, c-format
-msgid "Bad polygon external representation '%s'"
+msgid "invalid input syntax for type circle: \"%s\""
msgstr ""
-#: utils/adt/geo_ops.c:3418
-msgid "poly_distance not implemented"
+#: utils/adt/geo_ops.c:4277 utils/adt/geo_ops.c:4285
+msgid "could not format \"circle\" value"
msgstr ""
-#: utils/adt/geo_ops.c:3497
-msgid "point_div: divide by 0.0 error"
+#: utils/adt/geo_ops.c:4312
+msgid "invalid radius in external \"circle\" value"
msgstr ""
-#: utils/adt/geo_ops.c:3616
-msgid "too many points requested."
+#: utils/adt/geo_ops.c:4806
+msgid "cannot convert circle with radius zero to polygon"
msgstr ""
-#: utils/adt/geo_ops.c:3724
-msgid "path_center not implemented"
+#: utils/adt/geo_ops.c:4811
+msgid "must request at least 2 points"
msgstr ""
-#: utils/adt/geo_ops.c:3739
-msgid "Open path cannot be converted to polygon"
+#: utils/adt/geo_ops.c:4855 utils/adt/geo_ops.c:4878
+msgid "cannot convert empty polygon to circle"
msgstr ""
-#: utils/adt/geo_ops.c:3904 utils/adt/geo_ops.c:3912 utils/adt/geo_ops.c:3925
-#: utils/adt/geo_ops.c:3929
-#, c-format
-msgid "Bad circle external representation '%s'"
+#: utils/adt/int.c:126
+msgid "int2vector has too many elements"
msgstr ""
-#: utils/adt/geo_ops.c:3949 utils/adt/geo_ops.c:3955
-msgid "Unable to format circle"
-msgstr ""
-
-#: utils/adt/geo_ops.c:4434
-msgid "Unable to convert circle to polygon"
+#: utils/adt/int8.c:88 utils/adt/int8.c:116
+#, c-format
+msgid "invalid input syntax for type bigint: \"%s\""
msgstr ""
-#: utils/adt/geo_ops.c:4441
-msgid "too many points requested"
+#: utils/adt/int8.c:905
+msgid "OID out of range"
msgstr ""
-#: utils/adt/geo_ops.c:4474 utils/adt/geo_ops.c:4495
-msgid "Unable to convert polygon to circle"
+#: utils/adt/like.c:453 utils/adt/like_match.c:291 utils/adt/regexp.c:459
+msgid "invalid escape string"
msgstr ""
-#: utils/adt/int.c:96
-msgid "int2vector value has too many values"
+#: utils/adt/like.c:454 utils/adt/like_match.c:292 utils/adt/regexp.c:460
+msgid "Escape string must be empty or one character."
msgstr ""
-#: utils/adt/int.c:197
+#: utils/adt/mac.c:65
#, c-format
-msgid "i4toi2: '%d' causes int2 underflow"
+msgid "invalid input syntax for type macaddr: \"%s\""
msgstr ""
-#: utils/adt/int.c:199
+#: utils/adt/mac.c:72
#, c-format
-msgid "i4toi2: '%d' causes int2 overflow"
+msgid "invalid octet value in \"macaddr\" value: \"%s\""
msgstr ""
-#: utils/adt/int8.c:101 utils/adt/int8.c:125
-#, c-format
-msgid "Bad int8 external representation \"%s\""
+#: utils/adt/mac.c:190
+msgid "text too long to convert to MAC address"
msgstr ""
-#: utils/adt/int8.c:114
+#: utils/adt/nabstime.c:244 utils/adt/nabstime.c:280
#, c-format
-msgid "int8 value out of range: \"%s\""
+msgid "invalid time zone name: \"%s\""
msgstr ""
-#: utils/adt/int8.c:157
-msgid "Unable to format int8"
+#: utils/adt/nabstime.c:656 utils/adt/nabstime.c:729
+msgid "cannot convert abstime \"invalid\" to timestamp"
msgstr ""
-#: utils/adt/int8.c:748
-msgid "int8 conversion to int4 is out of range"
+#: utils/adt/nabstime.c:882
+#, c-format
+msgid "invalid input syntax for type tinterval: \"%s\""
msgstr ""
-#: utils/adt/int8.c:771
-msgid "int8 conversion to int2 is out of range"
+#: utils/adt/nabstime.c:945
+msgid "invalid status in external \"tinterval\" value"
msgstr ""
-#: utils/adt/int8.c:807 utils/adt/int8.c:844
-msgid "Floating point conversion to int8 is out of range"
+#: utils/adt/nabstime.c:1037
+msgid "cannot convert reltime \"invalid\" to interval"
msgstr ""
-#: utils/adt/int8.c:859
-msgid "int8 conversion to OID is out of range"
+#: utils/adt/network.c:102
+#, c-format
+msgid "invalid cidr value: \"%s\""
msgstr ""
-#: utils/adt/like.c:451 utils/adt/like_match.c:289 utils/adt/regexp.c:400
-msgid "ESCAPE string must be empty or one character"
+#: utils/adt/network.c:103 utils/adt/network.c:229
+msgid "Value has bits set to right of mask."
msgstr ""
-#: utils/adt/mac.c:61
+#: utils/adt/network.c:149 utils/adt/network.c:503 utils/adt/network.c:529
+#: utils/adt/network.c:565
#, c-format
-msgid "macaddr_in: error in parsing \"%s\""
+msgid "could not format inet value: %m"
msgstr ""
-#: utils/adt/mac.c:66
-#, c-format
-msgid "macaddr_in: illegal address \"%s\""
+#: utils/adt/network.c:194
+msgid "invalid address family in external \"inet\" value"
msgstr ""
-#: utils/adt/mac.c:139
-msgid "Text is too long to convert to MAC address"
+#: utils/adt/network.c:199
+msgid "invalid bits in external \"inet\" value"
msgstr ""
-#: utils/adt/nabstime.c:352 utils/adt/nabstime.c:385
-#, c-format
-msgid "Invalid timezone '%s'"
+#: utils/adt/network.c:205
+msgid "invalid type in external \"inet\" value"
msgstr ""
-#: utils/adt/nabstime.c:489
-#, c-format
-msgid "Bad abstime external representation (too long) '%s'"
+#: utils/adt/network.c:210
+msgid "invalid length in external \"inet\" value"
msgstr ""
-#: utils/adt/nabstime.c:493
-#, c-format
-msgid "Bad abstime external representation '%s'"
+#: utils/adt/network.c:228
+msgid "invalid external \"cidr\" value"
msgstr ""
-#: utils/adt/nabstime.c:523
+#: utils/adt/network.c:315
#, c-format
-msgid "Bad abstime (internal coding error) '%s'"
+msgid "invalid mask length: %d"
msgstr ""
-#: utils/adt/nabstime.c:714 utils/adt/nabstime.c:782
-msgid "Unable to convert timestamp to abstime"
+#: utils/adt/not_in.c:64 utils/adt/regproc.c:1110 utils/adt/regproc.c:1115
+#: utils/adt/varlena.c:1618 utils/adt/varlena.c:1623
+msgid "invalid name syntax"
msgstr ""
-#: utils/adt/nabstime.c:738
-msgid "Unable to convert abstime 'invalid' to timestamp"
+#: utils/adt/not_in.c:65
+msgid "Must provide \"relationname.columnname\"."
msgstr ""
-#: utils/adt/nabstime.c:753
-msgid ""
-"Unable to convert ABSTIME to TIMESTAMP\n"
-"\tabstime_timestamp() internal error"
+#: utils/adt/numeric.c:403
+msgid "invalid length in external \"numeric\" value"
msgstr ""
-#: utils/adt/nabstime.c:806
-msgid "Unable to convert abstime 'invalid' to timestamptz"
+#: utils/adt/numeric.c:414
+msgid "invalid sign in external \"numeric\" value"
msgstr ""
-#: utils/adt/nabstime.c:821
-msgid ""
-"Unable to convert ABSTIME to TIMESTAMP WITH TIME ZONE\n"
-"\tabstime_timestamptz() internal error"
+#: utils/adt/numeric.c:424
+msgid "invalid digit in external \"numeric\" value"
msgstr ""
-#: utils/adt/nabstime.c:852
-#, c-format
-msgid "Bad reltime external representation (too long) '%s'"
-msgstr ""
-
-#: utils/adt/nabstime.c:856
-#, c-format
-msgid "Bad reltime external representation '%s'"
+#: utils/adt/numeric.c:1592 utils/adt/numeric.c:1648 utils/adt/numeric.c:1696
+msgid "cannot convert NaN to integer"
msgstr ""
-#: utils/adt/nabstime.c:866
+#: utils/adt/numeric.c:2539 utils/adt/numeric.c:2562 utils/adt/numeric.c:2586
+#: utils/adt/numeric.c:2593 utils/adt/numeric.c:2607
#, c-format
-msgid "Bad reltime (internal coding error) '%s'"
+msgid "invalid input syntax for type numeric: \"%s\""
msgstr ""
-#: utils/adt/nabstime.c:924
-#, c-format
-msgid "Unable to decode tinterval '%s'"
+#: utils/adt/numeric.c:2905
+msgid "value overflows numeric format"
msgstr ""
-#: utils/adt/nabstime.c:1037
-msgid "Unable to convert reltime 'invalid' to interval"
+#: utils/adt/numeric.c:2975
+msgid "numeric field overflow"
msgstr ""
-#: utils/adt/network.c:65
+#: utils/adt/numeric.c:2976
#, c-format
-msgid "invalid %s value '%s'"
+msgid ""
+"The absolute value is greater than or equal to 10^%d for field with "
+"precision %d, scale %d."
msgstr ""
-#: utils/adt/network.c:76
-#, c-format
-msgid "invalid CIDR value '%s': has bits set to right of mask"
+#: utils/adt/numeric.c:4125
+msgid "argument for function \"exp\" too big"
msgstr ""
-#: utils/adt/network.c:128 utils/adt/network.c:469
-#, c-format
-msgid "unable to print address (%s)"
+#: utils/adt/numeric.c:4501
+msgid "zero raised to zero is undefined"
msgstr ""
-#: utils/adt/network.c:138 utils/adt/network.c:402 utils/adt/network.c:439
-#: utils/adt/network.c:473 utils/adt/network.c:519 utils/adt/network.c:559
-#: utils/adt/network.c:601 utils/adt/network.c:637
+#: utils/adt/numutils.c:72 utils/adt/numutils.c:86 utils/adt/numutils.c:91
#, c-format
-msgid "unknown address family (%d)"
+msgid "invalid input syntax for integer: \"%s\""
msgstr ""
-#: utils/adt/network.c:185
+#: utils/adt/numutils.c:105
#, c-format
-msgid "set_masklen - invalid value '%d'"
+msgid "value \"%s\" is out of range for type integer"
msgstr ""
-#: utils/adt/network.c:226 utils/adt/network.c:315 utils/adt/network.c:335
-#: utils/adt/network.c:355 utils/adt/network.c:375
+#: utils/adt/numutils.c:111
#, c-format
-msgid "cannot compare address families %d and %d"
+msgid "value \"%s\" is out of range for type shortint"
msgstr ""
-#: utils/adt/network.c:398 utils/adt/network.c:429
+#: utils/adt/numutils.c:117
#, c-format
-msgid "unable to print host (%s)"
+msgid "value \"%s\" is out of range for 8-bit integer"
msgstr ""
-#: utils/adt/network.c:656
+#: utils/adt/oid.c:49 utils/adt/oid.c:54 utils/adt/oid.c:75
#, c-format
-msgid "convert_network_to_scalar: unsupported type %u"
+msgid "invalid input syntax for type \"oid\": \"%s\""
msgstr ""
-#: utils/adt/not_in.c:62
-msgid "int4notin: must provide relationname.attributename"
+#: utils/adt/oid.c:60 utils/adt/oid.c:98
+#, c-format
+msgid "value \"%s\" is out of range for type \"oid\""
msgstr ""
-#: utils/adt/numeric.c:1512
-msgid "Cannot convert NaN to int4"
+#: utils/adt/oid.c:176
+msgid "oidvector has too many elements"
msgstr ""
-#: utils/adt/numeric.c:1562
-msgid "Cannot convert NaN to int8"
+#: utils/adt/oracle_compat.c:206 utils/adt/oracle_compat.c:303
+#: utils/adt/oracle_compat.c:927
+msgid "requested length too large"
msgstr ""
-#: utils/adt/numeric.c:1613
-msgid "Cannot convert NaN to int2"
+#: utils/adt/pseudotypes.c:38 utils/adt/pseudotypes.c:64
+msgid "cannot accept a value of type record"
msgstr ""
-#: utils/adt/numeric.c:1809
-msgid "do_numeric_accum: expected 3-element numeric array"
+#: utils/adt/pseudotypes.c:51 utils/adt/pseudotypes.c:77
+msgid "cannot display a value of type record"
msgstr ""
-#: utils/adt/numeric.c:1900
-msgid "numeric_avg: expected 3-element numeric array"
+#: utils/adt/pseudotypes.c:147
+msgid "cannot accept a value of type any"
msgstr ""
-#: utils/adt/numeric.c:1936
-msgid "numeric_variance: expected 3-element numeric array"
+#: utils/adt/pseudotypes.c:160
+msgid "cannot display a value of type any"
msgstr ""
-#: utils/adt/numeric.c:2018
-msgid "numeric_stddev: expected 3-element numeric array"
+#: utils/adt/pseudotypes.c:174 utils/adt/pseudotypes.c:202
+msgid "cannot accept a value of type anyarray"
msgstr ""
-#: utils/adt/numeric.c:2214
-msgid "int2_avg_accum: expected 2-element int8 array"
+#: utils/adt/pseudotypes.c:252
+msgid "cannot accept a value of type trigger"
msgstr ""
-#: utils/adt/numeric.c:2234
-msgid "int4_avg_accum: expected 2-element int8 array"
+#: utils/adt/pseudotypes.c:265
+msgid "cannot display a value of type trigger"
msgstr ""
-#: utils/adt/numeric.c:2252
-msgid "int8_avg: expected 2-element int8 array"
+#: utils/adt/pseudotypes.c:279
+msgid "cannot accept a value of type language_handler"
msgstr ""
-#: utils/adt/numeric.c:2443 utils/adt/numeric.c:2458 utils/adt/numeric.c:2476
-#: utils/adt/numeric.c:2480 utils/adt/numeric.c:2491
-#, c-format
-msgid "Bad numeric input format '%s'"
+#: utils/adt/pseudotypes.c:292
+msgid "cannot display a value of type language_handler"
msgstr ""
-#: utils/adt/numeric.c:2810
-#, c-format
-msgid ""
-"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d"
+#: utils/adt/pseudotypes.c:306
+msgid "cannot accept a value of type internal"
msgstr ""
-#: utils/adt/numeric.c:3269
-msgid "division by zero on numeric"
+#: utils/adt/pseudotypes.c:319
+msgid "cannot display a value of type internal"
msgstr ""
-#: utils/adt/numeric.c:3650
-msgid "math error on numeric - cannot compute SQRT of negative value"
+#: utils/adt/pseudotypes.c:333
+msgid "cannot accept a value of type opaque"
msgstr ""
-#: utils/adt/numeric.c:3739
-msgid "argument for EXP() too big"
+#: utils/adt/pseudotypes.c:346
+msgid "cannot display a value of type opaque"
msgstr ""
-#: utils/adt/numeric.c:3818
-msgid "math error on numeric - cannot compute LN of value <= zero"
+#: utils/adt/pseudotypes.c:360
+msgid "cannot accept a value of type anyelement"
msgstr ""
-#: utils/adt/numutils.c:71
-msgid "pg_atoi: NULL pointer"
+#: utils/adt/pseudotypes.c:373
+msgid "cannot display a value of type anyelement"
msgstr ""
-#: utils/adt/numutils.c:73
-msgid "pg_atoi: zero-length string"
-msgstr ""
-
-#: utils/adt/numutils.c:83 utils/adt/numutils.c:95 utils/adt/numutils.c:100
-#: utils/adt/numutils.c:108 utils/adt/numutils.c:113 utils/adt/numutils.c:120
-#: utils/adt/numutils.c:125
+#: utils/adt/regexp.c:176
#, c-format
-msgid "pg_atoi: error reading \"%s\": %m"
+msgid "invalid regular expression: %s"
msgstr ""
-#: utils/adt/numutils.c:85
+#: utils/adt/regproc.c:122 utils/adt/regproc.c:142
#, c-format
-msgid "pg_atoi: error in \"%s\": can't parse \"%s\""
+msgid "more than one function named \"%s\""
msgstr ""
-#: utils/adt/numutils.c:129
+#: utils/adt/regproc.c:471 utils/adt/regproc.c:491
#, c-format
-msgid "pg_atoi: invalid result size: %d"
+msgid "more than one operator named %s"
msgstr ""
-#: utils/adt/oid.c:46
-#, c-format
-msgid "%s: error reading \"%s\": %m"
+#: utils/adt/regproc.c:644 utils/adt/regproc.c:1276
+msgid "too many arguments"
msgstr ""
-#: utils/adt/oid.c:49 utils/adt/oid.c:63
-#, c-format
-msgid "%s: error in \"%s\": can't parse \"%s\""
+#: utils/adt/regproc.c:645
+msgid "Provide two argument types for operator."
msgstr ""
-#: utils/adt/oid.c:84
-#, c-format
-msgid "%s: error reading \"%s\": %s"
+#: utils/adt/regproc.c:1174
+msgid "expected a left parenthesis"
msgstr ""
-#: utils/adt/oid.c:138
-msgid "oidvector value has too many values"
+#: utils/adt/regproc.c:1190
+msgid "expected a right parenthesis"
msgstr ""
-#: utils/adt/oracle_compat.c:199 utils/adt/oracle_compat.c:294
-msgid "Requested length too large"
+#: utils/adt/regproc.c:1209
+msgid "expected a type name"
msgstr ""
-#: utils/adt/oracle_compat.c:857
-msgid "Requested buffer is too large."
+#: utils/adt/regproc.c:1241
+msgid "improper type name"
msgstr ""
-#: utils/adt/pg_locale.c:160
-msgid "Invalid LC_COLLATE setting"
-msgstr ""
-
-#: utils/adt/pgstatfuncs.c:188
-msgid ""
-"pg_stat_get_backend_idset: called in context that does not accept a set "
-"result"
-msgstr ""
-
-#: utils/adt/pgstatfuncs.c:193
-msgid "No function memory context in set-function"
-msgstr ""
-
-#: utils/adt/regexp.c:166
-#, c-format
-msgid "Invalid regular expression: %s"
-msgstr ""
-
-#: utils/adt/regproc.c:115 utils/adt/regproc.c:130 utils/adt/regproc.c:258
+#: utils/adt/ri_triggers.c:332 utils/adt/ri_triggers.c:2965
+#: utils/adt/ri_triggers.c:3002
#, c-format
-msgid "No procedure with name %s"
+msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
msgstr ""
-#: utils/adt/regproc.c:117 utils/adt/regproc.c:132
-#, c-format
-msgid "There is more than one procedure named %s"
+#: utils/adt/ri_triggers.c:335
+msgid "MATCH FULL does not allow mixing of null and nonnull key values."
msgstr ""
-#: utils/adt/regproc.c:413 utils/adt/regproc.c:428 utils/adt/regproc.c:576
+#: utils/adt/ri_triggers.c:2463 utils/adt/ri_triggers.c:2721
#, c-format
-msgid "No operator with name %s"
+msgid "function \"%s\" called with wrong number of trigger arguments"
msgstr ""
-#: utils/adt/regproc.c:415 utils/adt/regproc.c:430
+#: utils/adt/ri_triggers.c:2481 utils/adt/ri_triggers.c:2731
#, c-format
-msgid "There is more than one operator named %s"
+msgid "no target table given for trigger \"%s\" on table \"%s\""
msgstr ""
-#: utils/adt/regproc.c:556
+#: utils/adt/ri_triggers.c:2484 utils/adt/ri_triggers.c:2734
msgid ""
-"regoperatorin: use NONE to denote the missing argument of a unary operator"
+"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
+"ADD CONSTRAINT."
msgstr ""
-#: utils/adt/regproc.c:558
-msgid "regoperatorin: provide two argument types for operator"
-msgstr ""
-
-#: utils/adt/regproc.c:726
+#: utils/adt/ri_triggers.c:2641 utils/adt/ri_triggers.c:2651
+#: utils/adt/ri_triggers.c:3064
#, c-format
-msgid "No class with name %s"
-msgstr ""
-
-#: utils/adt/regproc.c:870
-#, c-format
-msgid "No type with name %s"
-msgstr ""
-
-#: utils/adt/regproc.c:955 utils/adt/regproc.c:958 utils/adt/varlena.c:1355
-#: utils/adt/varlena.c:1358
-#, c-format
-msgid "%s: invalid name syntax"
+msgid ""
+"table \"%s\" does not have column \"%s\" referenced by constraint \"%s\""
msgstr ""
-#: utils/adt/regproc.c:1015
+#: utils/adt/ri_triggers.c:2671
#, c-format
-msgid "%s: expected a left parenthesis"
+msgid "function \"%s\" was not called by trigger manager"
msgstr ""
-#: utils/adt/regproc.c:1029
+#: utils/adt/ri_triggers.c:2680
#, c-format
-msgid "%s: expected a right parenthesis"
+msgid "function \"%s\" must be fired AFTER ROW"
msgstr ""
-#: utils/adt/regproc.c:1045
+#: utils/adt/ri_triggers.c:2688
#, c-format
-msgid "%s: expected a type name"
+msgid "function \"%s\" must be fired for INSERT"
msgstr ""
-#: utils/adt/regproc.c:1075
+#: utils/adt/ri_triggers.c:2694
#, c-format
-msgid "%s: improper type name"
+msgid "function \"%s\" must be fired for UPDATE"
msgstr ""
-#: utils/adt/regproc.c:1107
+#: utils/adt/ri_triggers.c:2701
#, c-format
-msgid "%s: too many argument datatypes"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:185
-msgid "RI_FKey_check() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:188
-msgid "RI_FKey_check() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:191
-msgid "RI_FKey_check() must be fired for INSERT or UPDATE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:199
-msgid "wrong # of arguments in call to RI_FKey_check()"
+msgid "function \"%s\" must be fired for INSERT or UPDATE"
msgstr ""
-#: utils/adt/ri_triggers.c:201
+#: utils/adt/ri_triggers.c:2708
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_check()"
+msgid "function \"%s\" must be fired for DELETE"
msgstr ""
-#: utils/adt/ri_triggers.c:215 utils/adt/ri_triggers.c:758
-#: utils/adt/ri_triggers.c:988 utils/adt/ri_triggers.c:1224
-#: utils/adt/ri_triggers.c:1432 utils/adt/ri_triggers.c:1676
-#: utils/adt/ri_triggers.c:1899 utils/adt/ri_triggers.c:2127
-#: utils/adt/ri_triggers.c:2346 utils/adt/ri_triggers.c:2611
-#: utils/adt/ri_triggers.c:2873 utils/adt/ri_triggers.c:3143
+#: utils/adt/ri_triggers.c:2935
#, c-format
msgid ""
-"No target table given for trigger \"%s\" on \"%s\"\n"
-"\tRemove these RI triggers and do ALTER TABLE ADD CONSTRAINT"
+"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
+"unexpected result"
msgstr ""
-#: utils/adt/ri_triggers.c:291 utils/adt/ri_triggers.c:402
-#: utils/adt/ri_triggers.c:607
-msgid "SPI_connect() failed in RI_FKey_check()"
+#: utils/adt/ri_triggers.c:2939
+msgid "This is most likely due to a rule having rewritten the query."
msgstr ""
-#: utils/adt/ri_triggers.c:296 utils/adt/ri_triggers.c:480
-msgid "SPI_execp() failed in RI_FKey_check()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:301
+#: utils/adt/ri_triggers.c:2967
#, c-format
-msgid "%s referential integrity violation - no rows found in %s"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:307 utils/adt/ri_triggers.c:492
-msgid "SPI_finish() failed in RI_FKey_check()"
+msgid "No rows were found in \"%s\"."
msgstr ""
-#: utils/adt/ri_triggers.c:319 utils/adt/ri_triggers.c:908
-#: utils/adt/ri_triggers.c:1149 utils/adt/ri_triggers.c:1355
-#: utils/adt/ri_triggers.c:1594 utils/adt/ri_triggers.c:1816
-#: utils/adt/ri_triggers.c:2052 utils/adt/ri_triggers.c:2268
-#: utils/adt/ri_triggers.c:2536 utils/adt/ri_triggers.c:2796
-#: utils/adt/ri_triggers.c:3087 utils/adt/ri_triggers.c:3177
-msgid "MATCH PARTIAL not yet supported"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:355
+#: utils/adt/ri_triggers.c:3004
#, c-format
-msgid ""
-"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL "
-"and NON-NULL key values"
+msgid "Key (%s)=(%s) is not present in table \"%s\"."
msgstr ""
-#: utils/adt/ri_triggers.c:379 utils/adt/ri_triggers.c:593
-msgid "MATCH PARTIAL not yet implemented"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:485
+#: utils/adt/ri_triggers.c:3010
#, c-format
msgid ""
-"%s referential integrity violation - key referenced from %s not found in %s"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:501
-msgid "internal error #1 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:678
-msgid "SPI_execp() failed in ri_Check_Pk_Match()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:685
-msgid "SPI_finish() failed in ri_Check_Pk_Match()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:726
-msgid "RI_FKey_noaction_del() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:729
-msgid "RI_FKey_noaction_del() must be fired AFTER ROW"
+"update or delete on \"%s\" violates foreign key constraint \"%s\" on \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:731
-msgid "RI_FKey_noaction_del() must be fired for DELETE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:739
-msgid "wrong # of arguments in call to RI_FKey_noaction_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:741
+#: utils/adt/ri_triggers.c:3013
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:816
-msgid "SPI_connect() failed in RI_FKey_noaction_del()"
+msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
msgstr ""
-#: utils/adt/ri_triggers.c:886
-msgid "SPI_execp() failed in RI_FKey_noaction_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:891 utils/adt/ri_triggers.c:1132
-#: utils/adt/ri_triggers.c:1799 utils/adt/ri_triggers.c:2035
-#, c-format
-msgid "%s referential integrity violation - key in %s still referenced from %s"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:898
-msgid "SPI_finish() failed in RI_FKey_noaction_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:915
-msgid "internal error #2 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:956
-msgid "RI_FKey_noaction_upd() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:959
-msgid "RI_FKey_noaction_upd() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:961
-msgid "RI_FKey_noaction_upd() must be fired for UPDATE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:969
-msgid "wrong # of arguments in call to RI_FKey_noaction_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:971
+#: utils/adt/ruleutils.c:1554
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1057
-msgid "SPI_connect() failed in RI_FKey_noaction_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1127
-msgid "SPI_execp() failed in RI_FKey_noaction_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1139
-msgid "SPI_finish() failed in RI_FKey_noaction_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1156
-msgid "internal error #3 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1192
-msgid "RI_FKey_cascade_del() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1195
-msgid "RI_FKey_cascade_del() must be fired AFTER ROW"
+msgid "rule \"%s\" has unsupported event type %d"
msgstr ""
-#: utils/adt/ri_triggers.c:1197
-msgid "RI_FKey_cascade_del() must be fired for DELETE"
+#: utils/adt/selfuncs.c:3122 utils/adt/selfuncs.c:3485
+msgid "case insensitive matching not supported on type bytea"
msgstr ""
-#: utils/adt/ri_triggers.c:1205
-msgid "wrong # of arguments in call to RI_FKey_cascade_del()"
+#: utils/adt/selfuncs.c:3207 utils/adt/selfuncs.c:3633
+msgid "regular-expression matching not supported on type bytea"
msgstr ""
-#: utils/adt/ri_triggers.c:1207
+#: utils/adt/tid.c:66 utils/adt/tid.c:74 utils/adt/tid.c:82
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1271
-msgid "SPI_connect() failed in RI_FKey_cascade_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1340
-msgid "SPI_execp() failed in RI_FKey_cascade_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1345
-msgid "SPI_finish() failed in RI_FKey_cascade_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1362
-msgid "internal error #4 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1400
-msgid "RI_FKey_cascade_upd() not fired by trigger manager"
+msgid "invalid input syntax for type tid: \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:1403
-msgid "RI_FKey_cascade_upd() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1405
-msgid "RI_FKey_cascade_upd() must be fired for UPDATE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1413
-msgid "wrong # of arguments in call to RI_FKey_cascade_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1415
+#: utils/adt/timestamp.c:100 utils/adt/timestamp.c:326
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1490
-msgid "SPI_connect() failed in RI_FKey_cascade_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1579
-msgid "SPI_execp() failed in RI_FKey_cascade_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1584
-msgid "SPI_finish() failed in RI_FKey_cascade_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1601
-msgid "internal error #5 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1644
-msgid "RI_FKey_restrict_del() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1647
-msgid "RI_FKey_restrict_del() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1649
-msgid "RI_FKey_restrict_del() must be fired for DELETE"
+msgid "timestamp out of range: \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:1657
-msgid "wrong # of arguments in call to RI_FKey_restrict_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1659
+#: utils/adt/timestamp.c:118 utils/adt/timestamp.c:344
+#: utils/adt/timestamp.c:506
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1723
-msgid "SPI_connect() failed in RI_FKey_restrict_del()"
+msgid "date/time value \"%s\" is no longer supported"
msgstr ""
-#: utils/adt/ri_triggers.c:1794
-msgid "SPI_execp() failed in RI_FKey_restrict_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1806
-msgid "SPI_finish() failed in RI_FKey_restrict_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1823
-msgid "internal error #6 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1867
-msgid "RI_FKey_restrict_upd() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1870
-msgid "RI_FKey_restrict_upd() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1872
-msgid "RI_FKey_restrict_upd() must be fired for UPDATE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1880
-msgid "wrong # of arguments in call to RI_FKey_restrict_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1882
+#: utils/adt/timestamp.c:258
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:1957
-msgid "SPI_connect() failed in RI_FKey_restrict_upd()"
+msgid "timestamp(%d) precision must be between %d and %d"
msgstr ""
-#: utils/adt/ri_triggers.c:2030
-msgid "SPI_execp() failed in RI_FKey_restrict_upd()"
+#: utils/adt/timestamp.c:499 utils/adt/timestamp.c:2213
+#: utils/adt/timestamp.c:2324 utils/adt/timestamp.c:2823
+msgid "interval out of range"
msgstr ""
-#: utils/adt/ri_triggers.c:2042
-msgid "SPI_finish() failed in RI_FKey_restrict_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2059
-msgid "internal error #7 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2095
-msgid "RI_FKey_setnull_del() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2098
-msgid "RI_FKey_setnull_del() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2100
-msgid "RI_FKey_setnull_del() must be fired for DELETE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2108
-msgid "wrong # of arguments in call to RI_FKey_setnull_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2110
+#: utils/adt/timestamp.c:831
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2174
-msgid "SPI_connect() failed in RI_FKey_setnull_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2253
-msgid "SPI_execp() failed in RI_FKey_setnull_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2258
-msgid "SPI_finish() failed in RI_FKey_setnull_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2275
-msgid "internal error #8 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2314
-msgid "RI_FKey_setnull_upd() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2317
-msgid "RI_FKey_setnull_upd() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2319
-msgid "RI_FKey_setnull_upd() must be fired for UPDATE"
+msgid "interval(%d) precision must be between %d and %d"
msgstr ""
-#: utils/adt/ri_triggers.c:2327
-msgid "wrong # of arguments in call to RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:1689
+msgid "cannot subtract infinite timestamps"
msgstr ""
-#: utils/adt/ri_triggers.c:2329
+#: utils/adt/timestamp.c:2384
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()"
+msgid "invalid input syntax for type timestamp: \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:2405
-msgid "SPI_connect() failed in RI_FKey_setnull_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2521
-msgid "SPI_execp() failed in RI_FKey_setnull_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2526
-msgid "SPI_finish() failed in RI_FKey_setnull_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2543
-msgid "internal error #9 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2579
-msgid "RI_FKey_setdefault_del() not fired by trigger manager"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2582
-msgid "RI_FKey_setdefault_del() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2584
-msgid "RI_FKey_setdefault_del() must be fired for DELETE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2592
-msgid "wrong # of arguments in call to RI_FKey_setdefault_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2594
+#: utils/adt/timestamp.c:2444
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2658
-msgid "SPI_connect() failed in RI_FKey_setdefault_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2781
-msgid "SPI_execp() failed in RI_FKey_setdefault_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2786
-msgid "SPI_finish() failed in RI_FKey_setdefault_del()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2803
-msgid "internal error #10 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2841
-msgid "RI_FKey_setdefault_upd() not fired by trigger manager"
+msgid "invalid input syntax for type timestamp with time zone: \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:2844
-msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2846
-msgid "RI_FKey_setdefault_upd() must be fired for UPDATE"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2854
-msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2856
+#: utils/adt/timestamp.c:2505
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:2933
-msgid "SPI_connect() failed in RI_FKey_setdefault_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3072
-msgid "SPI_execp() failed in RI_FKey_setdefault_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3077
-msgid "SPI_finish() failed in RI_FKey_setdefault_upd()"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3094
-msgid "internal error #11 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3125
-msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()"
+msgid "invalid input syntax for type interval: \"%s\""
msgstr ""
-#: utils/adt/ri_triggers.c:3127
+#: utils/adt/timestamp.c:2543 utils/adt/timestamp.c:2620
+#: utils/adt/timestamp.c:2945 utils/adt/timestamp.c:3121
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()"
+msgid "timestamp units \"%s\" not recognized"
msgstr ""
-#: utils/adt/ri_triggers.c:3184
-msgid "internal error #12 in ri_triggers.c"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3249
+#: utils/adt/timestamp.c:2606 utils/adt/timestamp.c:3054
+#: utils/adt/timestamp.c:3111
#, c-format
-msgid "unrecognized referential integrity MATCH type '%s'"
+msgid "timestamp units \"%s\" not supported"
msgstr ""
-#: utils/adt/ri_triggers.c:3299 utils/adt/ri_triggers.c:3307
-#: utils/adt/ri_triggers.c:3359
+#: utils/adt/timestamp.c:2652 utils/adt/timestamp.c:2729
+#: utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3321
#, c-format
-msgid "constraint %s: table %s does not have an attribute %s"
-msgstr ""
-
-#: utils/adt/ri_triggers.c:3487
-msgid "out of memory for RI plan cache"
+msgid "timestamp with time zone units \"%s\" not recognized"
msgstr ""
-#: utils/adt/ri_triggers.c:3676
+#: utils/adt/timestamp.c:2713 utils/adt/timestamp.c:3274
+#: utils/adt/timestamp.c:3312
#, c-format
-msgid "ri_AttributesEqual(): cannot find '=' operator for type %u"
+msgid "timestamp with time zone units \"%s\" not supported"
msgstr ""
-#: utils/adt/ri_triggers.c:3692
-msgid "out of memory for RI operator cache"
-msgstr ""
-
-#: utils/adt/ruleutils.c:198
-msgid "get_ruledef: cannot connect to SPI manager"
-msgstr ""
-
-#: utils/adt/ruleutils.c:213 utils/adt/ruleutils.c:330
+#: utils/adt/timestamp.c:2761 utils/adt/timestamp.c:2832
+#: utils/adt/timestamp.c:3353 utils/adt/timestamp.c:3465
#, c-format
-msgid "SPI_prepare() failed for \"%s\""
+msgid "interval units \"%s\" not recognized"
msgstr ""
-#: utils/adt/ruleutils.c:224
+#: utils/adt/timestamp.c:2816 utils/adt/timestamp.c:3435
#, c-format
-msgid "failed to get pg_rewrite tuple for %u"
-msgstr ""
-
-#: utils/adt/ruleutils.c:228 utils/adt/ruleutils.c:253
-msgid "get_ruledef: SPI_finish() failed"
+msgid "interval units \"%s\" not supported"
msgstr ""
-#: utils/adt/ruleutils.c:314
-msgid "get_viewdef: cannot connect to SPI manager"
+#: utils/adt/timestamp.c:2856
+msgid "cannot calculate week number without year information"
msgstr ""
-#: utils/adt/ruleutils.c:343
+#: utils/adt/timestamp.c:3548 utils/adt/timestamp.c:3699
#, c-format
-msgid "failed to get pg_rewrite tuple for view %u"
+msgid "interval time zone \"%s\" must not specify month"
msgstr ""
-#: utils/adt/ruleutils.c:366
-msgid "get_viewdef: SPI_finish() failed"
-msgstr ""
-
-#: utils/adt/ruleutils.c:402
+#: utils/adt/varbit.c:109 utils/adt/varbit.c:263
#, c-format
-msgid "syscache lookup for index %u failed"
+msgid "bit string length %d does not match type bit(%d)"
msgstr ""
-#: utils/adt/ruleutils.c:415
+#: utils/adt/varbit.c:131 utils/adt/varbit.c:370
#, c-format
-msgid "syscache lookup for relid %u failed"
+msgid "\"%c\" is not a valid binary digit"
msgstr ""
-#: utils/adt/ruleutils.c:580
+#: utils/adt/varbit.c:156 utils/adt/varbit.c:395
#, c-format
-msgid "Failed to find constraint with OID %u"
+msgid "\"%c\" is not a valid hexadecimal digit"
msgstr ""
-#: utils/adt/ruleutils.c:600
+#: utils/adt/varbit.c:348 utils/adt/varbit.c:532
#, c-format
-msgid "pg_get_constraintdef: Null conkey for constraint %u"
+msgid "bit string too long for type bit varying(%d)"
msgstr ""
-#: utils/adt/ruleutils.c:613
-#, c-format
-msgid "pg_get_constraintdef: Null confkey for constraint %u"
+#: utils/adt/varbit.c:472
+msgid "invalid length in external bit string"
msgstr ""
-#: utils/adt/ruleutils.c:633
-#, c-format
-msgid "pg_get_constraintdef: Unknown confmatchtype '%c' for constraint %u"
+#: utils/adt/varbit.c:905
+msgid "cannot AND bit strings of different sizes"
msgstr ""
-#: utils/adt/ruleutils.c:659
-#, c-format
-msgid "pg_get_constraintdef: Unknown confupdtype '%c' for constraint %u"
+#: utils/adt/varbit.c:946
+msgid "cannot OR bit strings of different sizes"
msgstr ""
-#: utils/adt/ruleutils.c:684
-#, c-format
-msgid "pg_get_constraintdef: Unknown confdeltype '%c' for constraint %u"
+#: utils/adt/varbit.c:992
+msgid "cannot XOR bit strings of different sizes"
msgstr ""
-#: utils/adt/ruleutils.c:698
-#, c-format
-msgid "pg_get_constraintdef: unsupported constraint type '%c'"
+#: utils/adt/varbit.c:1257 utils/adt/varbit.c:1290
+msgid "64-bit integers not supported on this platform"
msgstr ""
-#: utils/adt/ruleutils.c:1100
+#: utils/adt/varchar.c:105 utils/adt/varchar.c:225
#, c-format
-msgid "get_ruledef: rule %s has unsupported event type %d"
+msgid "value too long for type character(%d)"
msgstr ""
-#: utils/adt/ruleutils.c:1302
+#: utils/adt/varchar.c:383 utils/adt/varchar.c:475
#, c-format
-msgid "get_query_def: unknown query command type %d"
+msgid "value too long for type character varying(%d)"
msgstr ""
-#: utils/adt/ruleutils.c:1537
-#, c-format
-msgid "get_setop_query: unexpected set op %d"
+#: utils/adt/varlena.c:579 utils/adt/varlena.c:643 utils/adt/varlena.c:1294
+msgid "negative substring length not allowed"
msgstr ""
-#: utils/adt/ruleutils.c:1549
+#: utils/adt/varlena.c:1389 utils/adt/varlena.c:1420 utils/adt/varlena.c:1456
+#: utils/adt/varlena.c:1499
#, c-format
-msgid "get_setop_query: unexpected node %d"
+msgid "index %d out of valid range, 0..%d"
msgstr ""
-#: utils/adt/ruleutils.c:1609
-msgid "get_insert_query_def: too many RTEs in INSERT!"
+#: utils/adt/varlena.c:1511
+msgid "new bit must be 0 or 1"
msgstr ""
-#: utils/adt/ruleutils.c:1761
-msgid "get_utility_query_def: unexpected statement type"
+#: utils/adt/varlena.c:2008
+msgid "field position must be greater than zero"
msgstr ""
-#: utils/adt/ruleutils.c:1792
+#: utils/fmgr/dfmgr.c:99 utils/fmgr/dfmgr.c:199 utils/fmgr/dfmgr.c:252
#, c-format
-msgid "get_names_for_var: bogus varlevelsup %d"
+msgid "could not access file \"%s\": %m"
msgstr ""
-#: utils/adt/ruleutils.c:1806
+#: utils/fmgr/dfmgr.c:135
#, c-format
-msgid "get_names_for_var: bogus varno %d"
+msgid "could not load library \"%s\": %s"
msgstr ""
-#: utils/adt/ruleutils.c:2036
+#: utils/fmgr/dfmgr.c:165
#, c-format
-msgid "get_rule_expr: expr opType %d not supported"
+msgid "could not find function \"%s\" in file \"%s\""
msgstr ""
-#: utils/adt/ruleutils.c:2096
-#, c-format
-msgid "Argument type %s of FieldSelect is not a tuple type"
+#: utils/fmgr/dfmgr.c:353
+msgid "invalid macro name in dynamic library path"
msgstr ""
-#: utils/adt/ruleutils.c:2178
-#, c-format
-msgid "get_rule_expr: unexpected nulltesttype %d"
+#: utils/fmgr/dfmgr.c:405
+msgid "zero-length component in parameter \"dynamic_library_path\""
msgstr ""
-#: utils/adt/ruleutils.c:2211
-#, c-format
-msgid "get_rule_expr: unexpected booltesttype %d"
+#: utils/fmgr/dfmgr.c:418
+msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
msgstr ""
-#: utils/adt/ruleutils.c:2256
+#: utils/fmgr/fmgr.c:223
#, c-format
-msgid "get_rule_expr: unknown node type %d"
+msgid "internal function \"%s\" is not in internal lookup table"
msgstr ""
-#: utils/adt/ruleutils.c:2297
+#: utils/fmgr/fmgr.c:403
#, c-format
-msgid "cache lookup for operator %u failed"
-msgstr ""
-
-#: utils/adt/ruleutils.c:2316
-msgid "get_rule_expr: bogus oprkind"
+msgid "unrecognized API version %d reported by info function \"%s\""
msgstr ""
-#: utils/adt/ruleutils.c:2676
+#: utils/fmgr/fmgr.c:622 utils/fmgr/fmgr.c:1486
#, c-format
-msgid "get_sublink_expr: unsupported sublink type %d"
+msgid "function %u has too many arguments (%d, maximum is %d)"
msgstr ""
-#: utils/adt/ruleutils.c:2769
+#: utils/cache/lsyscache.c:1632 utils/cache/lsyscache.c:1668
+#: utils/cache/lsyscache.c:1704 utils/cache/lsyscache.c:1740
#, c-format
-msgid "unexpected rte kind %d"
+msgid "type %s is only a shell"
msgstr ""
-#: utils/adt/ruleutils.c:2841
+#: utils/cache/lsyscache.c:1637
#, c-format
-msgid "get_from_clause_item: unknown join type %d"
+msgid "no input function available for type %s"
msgstr ""
-#: utils/adt/ruleutils.c:2891
+#: utils/cache/lsyscache.c:1673
#, c-format
-msgid "get_from_clause_item: unexpected node type %d"
+msgid "no output function available for type %s"
msgstr ""
-#: utils/adt/ruleutils.c:2958 utils/cache/lsyscache.c:250
+#: utils/cache/relcache.c:3306
#, c-format
-msgid "cache lookup failed for opclass %u"
+msgid "could not create relation-cache initialization file \"%s\": %m"
msgstr ""
-#: utils/adt/ruleutils.c:2998
-msgid "tleIsArrayAssign: I'm confused ..."
+#: utils/cache/relcache.c:3308 utils/cache/relcache.c:3449
+msgid "Continuing anyway, but there's something wrong."
msgstr ""
-#: utils/adt/ruleutils.c:3215
+#: utils/cache/relcache.c:3447
#, c-format
-msgid "cache lookup of operator %u failed"
+msgid ""
+"could not rename relation-cache initialization file \"%s\" to \"%s\": %m"
msgstr ""
-#: utils/adt/ruleutils.c:3236
-#, c-format
-msgid "unexpected oprkind %c for operator %u"
+#: utils/error/elog.c:458
+msgid "error during error recovery, giving up"
msgstr ""
-#: utils/adt/selfuncs.c:878
+#: utils/error/elog.c:886
#, c-format
-msgid "patternsel: no = operator for type %u"
+msgid "could not reopen file \"%s\" as stderr: %m"
msgstr ""
-#: utils/adt/selfuncs.c:1055 utils/adt/selfuncs.c:1132
-#: utils/adt/selfuncs.c:1173 utils/adt/selfuncs.c:1203
+#: utils/error/elog.c:899
#, c-format
-msgid "booltestsel: unexpected booltesttype %d"
+msgid "could not reopen file \"%s\" as stdout: %m"
msgstr ""
-#: utils/adt/selfuncs.c:1238 utils/adt/selfuncs.c:1292
-#, c-format
-msgid "nulltestsel: unexpected nulltesttype %d"
+#: utils/error/elog.c:1057 utils/error/elog.c:1190 utils/error/elog.c:1253
+msgid "missing error text"
msgstr ""
-#: utils/adt/selfuncs.c:2105
+#: utils/error/elog.c:1060 utils/error/elog.c:1256
#, c-format
-msgid "convert_numeric_to_scalar: unsupported type %u"
+msgid " at character %d"
msgstr ""
-#: utils/adt/selfuncs.c:2292
+#: utils/error/elog.c:1067
#, c-format
-msgid "convert_string_datum: unsupported type %u"
+msgid "DETAIL: %s\n"
msgstr ""
-#: utils/adt/selfuncs.c:2481
+#: utils/error/elog.c:1069
#, c-format
-msgid "convert_timevalue_to_scalar: unsupported type %u"
+msgid "HINT: %s\n"
msgstr ""
-#: utils/adt/selfuncs.c:2708 utils/adt/selfuncs.c:3076
-msgid "Cannot perform case insensitive matching on type BYTEA"
-msgstr ""
-
-#: utils/adt/selfuncs.c:2793 utils/adt/selfuncs.c:3222
-msgid "Regex matching not supported on type BYTEA"
-msgstr ""
-
-#: utils/adt/selfuncs.c:2934
-msgid "pattern_fixed_prefix: bogus ptype"
-msgstr ""
-
-#: utils/adt/selfuncs.c:2963
+#: utils/error/elog.c:1071
#, c-format
-msgid "prefix_selectivity: no >= operator for type %u"
+msgid "CONTEXT: %s\n"
msgstr ""
-#: utils/adt/selfuncs.c:2994
+#: utils/error/elog.c:1075
#, c-format
-msgid "prefix_selectivity: no < operator for type %u"
+msgid "LOCATION: %s, %s:%d\n"
msgstr ""
-#: utils/adt/selfuncs.c:3266
-msgid "pattern_selectivity: bogus ptype"
-msgstr ""
-
-#: utils/adt/selfuncs.c:3432
+#: utils/error/elog.c:1079
#, c-format
-msgid "string_lessthan: unexpected datatype %u"
+msgid "LOCATION: %s:%d\n"
msgstr ""
-#: utils/adt/sets.c:87
+#: utils/error/elog.c:1091
#, c-format
-msgid "SetDefine: unable to define set %s"
+msgid "STATEMENT: %s\n"
msgstr ""
-#: utils/adt/tid.c:62
+#: utils/error/elog.c:1361
#, c-format
-msgid "invalid tid format: '%s'"
-msgstr ""
-
-#: utils/adt/tid.c:67 utils/adt/tid.c:72
-msgid "tidin: invalid value."
-msgstr ""
-
-#: utils/adt/tid.c:171
-msgid "ctid isn't of type TID"
-msgstr ""
-
-#: utils/adt/tid.c:176
-msgid "currtid can't handle views with no CTID"
-msgstr ""
-
-#: utils/adt/tid.c:178
-msgid "the view has no rules"
-msgstr ""
+msgid "operating system error %d"
+msgstr "operativsystemfeil %d"
-#: utils/adt/tid.c:188
-msgid "only one select rule is allowed in views"
+#: utils/error/elog.c:1384
+msgid "DEBUG"
msgstr ""
-#: utils/adt/tid.c:209
-msgid "currtid can't handle this view"
-msgstr ""
+#: utils/error/elog.c:1388
+msgid "LOG"
+msgstr "LOGG"
-#: utils/adt/timestamp.c:80
-#, c-format
-msgid "Bad timestamp external representation (too long) '%s'"
+#: utils/error/elog.c:1391
+msgid "INFO"
msgstr ""
-#: utils/adt/timestamp.c:84 utils/adt/timestamp.c:278
-#, c-format
-msgid "Bad timestamp external representation '%s'"
-msgstr ""
+#: utils/error/elog.c:1394
+msgid "NOTICE"
+msgstr "BEMERKNING"
-#: utils/adt/timestamp.c:90
-#, c-format
-msgid "TIMESTAMP out of range '%s'"
-msgstr ""
+#: utils/error/elog.c:1397
+msgid "WARNING"
+msgstr "ADVARSEL"
-#: utils/adt/timestamp.c:106
-#, c-format
-msgid "TIMESTAMP '%s' no longer supported"
-msgstr ""
+#: utils/error/elog.c:1400
+msgid "ERROR"
+msgstr "FEIL"
-#: utils/adt/timestamp.c:111
-#, c-format
-msgid "TIMESTAMP '%s' not parsed; internal coding error"
+#: utils/error/elog.c:1403
+msgid "FATAL"
msgstr ""
-#: utils/adt/timestamp.c:139
-msgid "Unable to format timestamp; internal coding error"
-msgstr ""
+#: utils/error/elog.c:1406
+msgid "PANIC"
+msgstr "PANIKK"
-#: utils/adt/timestamp.c:213
-#, c-format
-msgid "TIMESTAMP(%d) precision must be between %d and %d"
+#: utils/init/miscinit.c:378
+msgid "permission denied to set session authorization"
msgstr ""
-#: utils/adt/timestamp.c:273
+#: utils/init/miscinit.c:404
#, c-format
-msgid "Bad timestamp with time zone external representation (too long) '%s'"
+msgid "invalid user ID: %d"
msgstr ""
-#: utils/adt/timestamp.c:284
+#: utils/init/miscinit.c:494
#, c-format
-msgid "TIMESTAMP WITH TIME ZONE out of range '%s'"
-msgstr ""
+msgid "could not create lock file \"%s\": %m"
+msgstr "kunne ikke opprette låsefilen «%s»: %m"
-#: utils/adt/timestamp.c:300
+#: utils/init/miscinit.c:508
#, c-format
-msgid "TIMESTAMP WITH TIME ZONE '%s' no longer supported"
+msgid "could not open lock file \"%s\": %m"
msgstr ""
-#: utils/adt/timestamp.c:305
+#: utils/init/miscinit.c:514
#, c-format
-msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:334
-msgid "Unable to format timestamp with time zone; internal coding error"
-msgstr ""
+msgid "could not read lock file \"%s\": %m"
+msgstr "kunne ikke lese låsefilen «%s»: %m"
-#: utils/adt/timestamp.c:393
+#: utils/init/miscinit.c:545
#, c-format
-msgid "Bad interval external representation (too long) '%s'"
-msgstr ""
+msgid "lock file \"%s\" already exists"
+msgstr "låsefilen «%s» eksisterer allerede"
-#: utils/adt/timestamp.c:397 utils/adt/timestamp.c:405
+#: utils/init/miscinit.c:548
#, c-format
-msgid "Bad interval external representation '%s'"
+msgid "Is another %s (PID %d) running in data directory \"%s\"?"
msgstr ""
-#: utils/adt/timestamp.c:410
+#: utils/init/miscinit.c:551
#, c-format
-msgid "Interval '%s' no longer supported"
+msgid "Is another %s (PID %d) using socket file \"%s\"?"
msgstr ""
-#: utils/adt/timestamp.c:414
+#: utils/init/miscinit.c:580
#, c-format
-msgid "Interval '%s' not parsed; internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:434
-msgid "Unable to encode interval; internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:437
-msgid "Unable to format interval; internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:695
-msgid "AdjustIntervalForTypmod(): internal coding error"
+msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
msgstr ""
-#: utils/adt/timestamp.c:701
+#: utils/init/miscinit.c:583
#, c-format
-msgid "INTERVAL(%d) precision must be between %d and %d"
-msgstr ""
-
-#: utils/adt/timestamp.c:1525
-msgid "Unable to subtract non-finite timestamps"
-msgstr ""
-
-#: utils/adt/timestamp.c:1587
msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error encoding timestamp"
-msgstr ""
-
-#: utils/adt/timestamp.c:1594
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error decoding timestamp"
-msgstr ""
-
-#: utils/adt/timestamp.c:1672
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error encoding timestamp"
-msgstr ""
-
-#: utils/adt/timestamp.c:1677
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error decoding timestamp"
-msgstr ""
-
-#: utils/adt/timestamp.c:1906
-msgid "interval_div: divide by 0.0 error"
-msgstr ""
-
-#: utils/adt/timestamp.c:1951
-msgid "interval_accum: expected 2-element interval array"
-msgstr ""
-
-#: utils/adt/timestamp.c:1993
-msgid "interval_avg: expected 2-element interval array"
+"If you're sure there are no old server processes still running, remove the "
+"shared memory block with the command \"ipcrm\", or just delete the file \"%s"
+"\"."
msgstr ""
-#: utils/adt/timestamp.c:2115
-msgid ""
-"Unable to encode INTERVAL\n"
-"\ttimestamp_age() internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:2119
-msgid ""
-"Unable to decode TIMESTAMP\n"
-"\ttimestamp_age() internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:2224 utils/adt/timestamp.c:2227
-msgid "Unable to decode TIMESTAMP"
-msgstr ""
-
-#: utils/adt/timestamp.c:2280
-msgid "TIMESTAMP bad external representation (too long)"
-msgstr ""
-
-#: utils/adt/timestamp.c:2336
-msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)"
-msgstr ""
-
-#: utils/adt/timestamp.c:2393
-msgid "INTERVAL bad external representation (too long)"
-msgstr ""
-
-#: utils/adt/timestamp.c:2426 utils/adt/timestamp.c:2490
-#: utils/adt/timestamp.c:2790 utils/adt/timestamp.c:2932
+#: utils/init/miscinit.c:600
#, c-format
-msgid "TIMESTAMP units '%s' not recognized"
+msgid "could not remove old lock file \"%s\": %m"
msgstr ""
-#: utils/adt/timestamp.c:2481 utils/adt/timestamp.c:2893
-#: utils/adt/timestamp.c:2925
-#, c-format
-msgid "TIMESTAMP units '%s' not supported"
+#: utils/init/miscinit.c:602
+msgid ""
+"The file seems accidentally left over, but it could not be removed. Please "
+"remove the file by hand and try again."
msgstr ""
-#: utils/adt/timestamp.c:2486
+#: utils/init/miscinit.c:624
#, c-format
-msgid "Unable to truncate TIMESTAMP to '%s'"
+msgid "could not write lock file \"%s\": %m"
msgstr ""
-#: utils/adt/timestamp.c:2519 utils/adt/timestamp.c:2584
-#: utils/adt/timestamp.c:2962 utils/adt/timestamp.c:3115
+#: utils/init/miscinit.c:735 utils/misc/guc.c:3902
#, c-format
-msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized"
+msgid "could not read from file \"%s\": %m"
msgstr ""
-#: utils/adt/timestamp.c:2573 utils/adt/timestamp.c:3076
-#: utils/adt/timestamp.c:3109
+#: utils/init/miscinit.c:820 utils/init/miscinit.c:833
#, c-format
-msgid "TIMESTAMP WITH TIME ZONE units '%s' not supported"
+msgid "\"%s\" is not a valid data directory"
msgstr ""
-#: utils/adt/timestamp.c:2580
+#: utils/init/miscinit.c:822
#, c-format
-msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'"
+msgid "File \"%s\" is missing."
msgstr ""
-#: utils/adt/timestamp.c:2613 utils/adt/timestamp.c:2681
-#: utils/adt/timestamp.c:3143 utils/adt/timestamp.c:3252
+#: utils/init/miscinit.c:835
#, c-format
-msgid "INTERVAL units '%s' not recognized"
+msgid "File \"%s\" does not contain valid data."
msgstr ""
-#: utils/adt/timestamp.c:2666 utils/adt/timestamp.c:3223
-#, c-format
-msgid "INTERVAL units '%s' not supported"
+#: utils/init/miscinit.c:837
+msgid "You may need to initdb."
msgstr ""
-#: utils/adt/timestamp.c:2670
+#: utils/init/miscinit.c:845
#, c-format
-msgid "Unable to truncate INTERVAL to '%s'"
-msgstr ""
-
-#: utils/adt/timestamp.c:2675
-msgid "Unable to decode INTERVAL; internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:2703
-msgid "isoweek2date(): can't convert without year information"
-msgstr ""
-
-#: utils/adt/timestamp.c:2911 utils/adt/timestamp.c:2918
-msgid "Unable to encode TIMESTAMP"
-msgstr ""
-
-#: utils/adt/timestamp.c:3095 utils/adt/timestamp.c:3102
-msgid "Unable to encode TIMESTAMP WITH TIME ZONE"
-msgstr ""
-
-#: utils/adt/timestamp.c:3232
msgid ""
-"Unable to decode INTERVAL\n"
-"\tinterval_part() internal coding error"
-msgstr ""
-
-#: utils/adt/timestamp.c:3360
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)"
-msgstr ""
-
-#: utils/adt/timestamp.c:3365
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE"
-msgstr ""
-
-#: utils/adt/timestamp.c:3390
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)"
-msgstr ""
-
-#: utils/adt/timestamp.c:3393
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP"
-msgstr ""
-
-#: utils/adt/varbit.c:106 utils/adt/varbit.c:231
-#, c-format
-msgid "Bit string length %d does not match type BIT(%d)"
-msgstr ""
-
-#: utils/adt/varbit.c:127 utils/adt/varbit.c:336
-#, c-format
-msgid "Cannot parse '%c' as a binary digit"
-msgstr ""
-
-#: utils/adt/varbit.c:148 utils/adt/varbit.c:357
-#, c-format
-msgid "Cannot parse '%c' as a hex digit"
-msgstr ""
-
-#: utils/adt/varbit.c:315 utils/adt/varbit.c:436
-#, c-format
-msgid "Bit string too long for type BIT VARYING(%d)"
-msgstr ""
-
-#: utils/adt/varbit.c:806
-msgid "Cannot AND bit strings of different sizes"
-msgstr ""
-
-#: utils/adt/varbit.c:844
-msgid "Cannot OR bit strings of different sizes"
-msgstr ""
-
-#: utils/adt/varbit.c:888
-msgid "Cannot XOR bit strings of different sizes"
-msgstr ""
-
-#: utils/adt/varbit.c:1103
-msgid "Bit string is too large to fit in type integer"
-msgstr ""
-
-#: utils/adt/varbit.c:1147 utils/adt/varbit.c:1174
-msgid "INT64 is not supported on this platform"
+"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
+"not compatible with this version %s."
msgstr ""
-#: utils/adt/varbit.c:1162
-msgid "Bit string is too large to fit in type int64"
+#: utils/init/miscinit.c:887
+msgid "invalid list syntax for parameter \"preload_libraries\""
msgstr ""
-#: utils/adt/varbit.c:1254
+#: utils/init/miscinit.c:932
#, c-format
-msgid "S. %d %d em=%2x sm=%2x r=%d"
+msgid "preloaded library \"%s\" with initialization function \"%s\""
msgstr ""
-#: utils/adt/varchar.c:107 utils/adt/varchar.c:213
+#: utils/init/miscinit.c:936
#, c-format
-msgid "value too long for type character(%d)"
+msgid "preloaded library \"%s\""
msgstr ""
-#: utils/adt/varchar.c:369 utils/adt/varchar.c:447
+#: utils/init/postinit.c:116
#, c-format
-msgid "value too long for type character varying(%d)"
-msgstr ""
-
-#: utils/adt/varlena.c:107 utils/adt/varlena.c:145
-msgid "Bad input string for type bytea"
-msgstr ""
-
-#: utils/adt/varlena.c:337 utils/adt/varlena.c:620 utils/adt/varlena.c:723
-msgid "Invalid backend encoding; encoding max length is less than one."
+msgid "database \"%s\", OID %u, has disappeared from pg_database"
msgstr ""
-#: utils/adt/varlena.c:484 utils/adt/varlena.c:546 utils/adt/varlena.c:1043
-msgid "negative substring length not allowed"
-msgstr ""
-
-#: utils/adt/varlena.c:1136
+#: utils/init/postinit.c:127
#, c-format
-msgid "byteaGetByte: index %d out of range [0..%d]"
+msgid "database \"%s\" is not currently accepting connections"
msgstr ""
-#: utils/adt/varlena.c:1165
+#: utils/init/postinit.c:275
#, c-format
-msgid "byteaGetBit: index %d out of range [0..%d]"
+msgid "The database subdirectory \"%s\" is missing."
msgstr ""
-#: utils/adt/varlena.c:1199
+#: utils/init/postinit.c:280
#, c-format
-msgid "byteaSetByte: index %d out of range [0..%d]"
+msgid "could not access directory \"%s\": %m"
msgstr ""
-#: utils/adt/varlena.c:1240
+#: utils/init/postinit.c:289
#, c-format
-msgid "byteaSetBit: index %d out of range [0..%d]"
+msgid "could not change directory to \"%s\": %m"
msgstr ""
-#: utils/adt/varlena.c:1250
-msgid "byteaSetBit: new bit must be 0 or 1"
+#: utils/init/postinit.c:371
+msgid "no users are defined in this database system"
msgstr ""
-#: utils/adt/varlena.c:1741
-msgid "field position must be > 0"
-msgstr ""
-
-#: utils/adt/pseudotypes.c:35 utils/adt/pseudotypes.c:86
-#: utils/adt/pseudotypes.c:109 utils/adt/pseudotypes.c:157
-#: utils/adt/pseudotypes.c:180 utils/adt/pseudotypes.c:203
-#: utils/adt/pseudotypes.c:226
+#: utils/init/postinit.c:372
#, c-format
-msgid "Cannot accept a constant of type %s"
-msgstr ""
-
-#: utils/adt/pseudotypes.c:46 utils/adt/pseudotypes.c:97
-#: utils/adt/pseudotypes.c:168 utils/adt/pseudotypes.c:191
-#: utils/adt/pseudotypes.c:214 utils/adt/pseudotypes.c:237
-#, c-format
-msgid "Cannot display a value of type %s"
+msgid ""
+"You should immediately run CREATE USER \"%s\" WITH SYSID %d CREATEUSER;."
msgstr ""
-#: utils/cache/catcache.c:151
-#, c-format
-msgid "GetCCHashFunc: type %u unsupported as catcache key"
+#: utils/init/postinit.c:408
+msgid "connection limit exceeded for non-superusers"
msgstr ""
-#: utils/cache/catcache.c:195
+#: utils/mb/conv.c:376
#, c-format
-msgid "CCComputeHashValue: %d nkeys"
+msgid "ignoring unconvertible UTF-8 character 0x%04x"
msgstr ""
-#: utils/cache/catcache.c:260
+#: utils/mb/conv.c:406
#, c-format
-msgid "CCComputeTupleHashValue: %d cc_nkeys"
+msgid "invalid encoding number: %d"
msgstr ""
-#: utils/cache/catcache.c:284
+#: utils/mb/conv.c:445
#, c-format
-msgid "Catcache stats dump: %d/%d tuples in catcaches"
+msgid "ignoring unconvertible %s character 0x%04x"
msgstr ""
-#: utils/cache/catcache.c:291
-#, c-format
-msgid ""
-"Catcache %s/%s: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
-"invals, %ld discards, %ld lsrch, %ld lhits"
+#: utils/mb/encnames.c:445
+msgid "encoding name too long"
msgstr ""
-#: utils/cache/catcache.c:315
+#: utils/mb/mbutils.c:252
#, c-format
msgid ""
-"Catcache totals: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
-"invals, %ld discards, %ld lsrch, %ld lhits"
+"default conversion function for encoding \"%s\" to \"%s\" does not exist"
msgstr ""
-#: utils/cache/catcache.c:550
-#, c-format
-msgid "Cache reference leak: cache %s (%d), list %p has count %d"
-msgstr ""
+#: utils/mb/mbutils.c:326
+#, fuzzy, c-format
+msgid "invalid source encoding name \"%s\""
+msgstr "Ugyldig «for»-kodingnavn: %s"
-#: utils/cache/catcache.c:573
-#, c-format
-msgid "Cache reference leak: cache %s (%d), tuple %u has count %d"
-msgstr ""
+#: utils/mb/mbutils.c:331
+#, fuzzy, c-format
+msgid "invalid destination encoding name \"%s\""
+msgstr "Ugyldig «til»-kodingnavn: %s"
-#: utils/cache/catcache.c:761
-#, c-format
-msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n"
+#: utils/mb/wchar.c:640
+msgid "Unicode characters greater than or equal to 0x10000 are not supported"
msgstr ""
-#: utils/cache/catcache.c:861
+#: utils/mb/wchar.c:669
#, c-format
-msgid "CatalogCacheInitializeCache: cache @%p %s"
+msgid "invalid byte sequence for encoding \"%s\": 0x%s"
msgstr ""
-#: utils/cache/catcache.c:867
-#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u"
+#: utils/misc/guc.c:239
+msgid "Ungrouped"
msgstr ""
-#: utils/cache/catcache.c:871
-#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d"
+#: utils/misc/guc.c:241
+msgid "Connections and Authentication"
msgstr ""
-#: utils/cache/catcache.c:941
-msgid "CatalogCacheInit: only sys attr supported is OID"
+#: utils/misc/guc.c:243
+msgid "Connections and Authentication / Connection Settings"
msgstr ""
-#: utils/cache/fcache.c:39
-msgid "init_fcache: too many arguments"
+#: utils/misc/guc.c:245
+msgid "Connections and Authentication / Security and Authentication"
msgstr ""
-#: utils/cache/inval.c:453
-#, c-format
-msgid "ExecuteInvalidationMessage: bogus message id %d"
+#: utils/misc/guc.c:247
+msgid "Resource Usage"
msgstr ""
-#: utils/cache/inval.c:708 utils/cache/inval.c:731
-msgid "Out of cache_callback_list slots"
+#: utils/misc/guc.c:249
+msgid "Resource Usage / Memory"
msgstr ""
-#: utils/cache/lsyscache.c:72
-#, c-format
-msgid "op_requires_recheck: op %u is not a member of opclass %u"
+#: utils/misc/guc.c:251
+msgid "Resource Usage / Free Space Map"
msgstr ""
-#: utils/cache/lsyscache.c:217
-#, c-format
-msgid "cache lookup failed for relation %u attribute %d"
+#: utils/misc/guc.c:253
+msgid "Resource Usage / Kernel Resources"
msgstr ""
-#: utils/cache/lsyscache.c:369
-#, c-format
-msgid "op_mergejoin_crossops: operator %u not found"
+#: utils/misc/guc.c:255
+msgid "Write-Ahead Log"
msgstr ""
-#: utils/cache/lsyscache.c:377
-#, c-format
-msgid "op_mergejoin_crossops: mergejoin operator %u has no matching < operator"
+#: utils/misc/guc.c:257
+msgid "Write-Ahead Log / Settings"
msgstr ""
-#: utils/cache/lsyscache.c:384
-#, c-format
-msgid "op_mergejoin_crossops: mergejoin operator %u has no matching > operator"
+#: utils/misc/guc.c:259
+msgid "Write-Ahead Log / Checkpoints"
msgstr ""
-#: utils/cache/lsyscache.c:429
-#, c-format
-msgid "Operator OID %u does not exist"
+#: utils/misc/guc.c:261
+msgid "Query Tuning"
msgstr ""
-#: utils/cache/lsyscache.c:661
-#, c-format
-msgid "get_system_catalog_relid: cannot find %s"
+#: utils/misc/guc.c:263
+msgid "Query Tuning / Planner Method Enabling"
msgstr ""
-#: utils/cache/lsyscache.c:1006
-#, c-format
-msgid "get_typdefault: failed to lookup type %u"
+#: utils/misc/guc.c:265
+msgid "Query Tuning / Planner Cost Constants"
msgstr ""
-#: utils/cache/lsyscache.c:1087
-#, c-format
-msgid "getBaseType: failed to lookup type %u"
+#: utils/misc/guc.c:267
+msgid "Query Tuning / Genetic Query Optimizer"
msgstr ""
-#: utils/cache/lsyscache.c:1225
-#, c-format
-msgid "getTypeInputInfo: Cache lookup of type %u failed"
+#: utils/misc/guc.c:269
+msgid "Query Tuning / Other Planner Options"
msgstr ""
-#: utils/cache/lsyscache.c:1255
-#, c-format
-msgid "getTypeOutputInfo: Cache lookup of type %u failed"
+#: utils/misc/guc.c:271
+msgid "Reporting and Logging"
msgstr ""
-#: utils/cache/lsyscache.c:1351
-msgid "get_attstatsslot: stavalues is null"
+#: utils/misc/guc.c:273
+msgid "Reporting and Logging / Syslog"
msgstr ""
-#: utils/cache/lsyscache.c:1373
-#, c-format
-msgid "get_attstatsslot: Cache lookup failed for type %u"
+#: utils/misc/guc.c:275
+msgid "Reporting and Logging / When to Log"
msgstr ""
-#: utils/cache/lsyscache.c:1409
-msgid "get_attstatsslot: stanumbers is null"
+#: utils/misc/guc.c:277
+msgid "Reporting and Logging / What to Log"
msgstr ""
-#: utils/cache/lsyscache.c:1420
-msgid "get_attstatsslot: stanumbers is not a 1-D float4 array"
+#: utils/misc/guc.c:279
+msgid "Statistics"
msgstr ""
-#: utils/cache/relcache.c:168 utils/cache/relcache.c:176
-#: utils/cache/relcache.c:188
-msgid "out of memory for relation descriptor cache"
+#: utils/misc/guc.c:281
+msgid "Statistics / Monitoring"
msgstr ""
-#: utils/cache/relcache.c:234
-msgid "trying to delete a rd_id reldesc that does not exist."
+#: utils/misc/guc.c:283
+msgid "Statistics / Query and Index Statistics Collector"
msgstr ""
-#: utils/cache/relcache.c:239
-msgid "trying to delete a rd_node reldesc that does not exist."
+#: utils/misc/guc.c:285
+msgid "Client Connection Defaults"
msgstr ""
-#: utils/cache/relcache.c:248
-msgid "trying to delete a relname reldesc that does not exist."
+#: utils/misc/guc.c:287
+msgid "Client Connection Defaults / Statement Behavior"
msgstr ""
-#: utils/cache/relcache.c:354
-msgid "ScanPgRelation: bad buildinfo"
+#: utils/misc/guc.c:289
+msgid "Client Connection Defaults / Locale and Formatting"
msgstr ""
-#: utils/cache/relcache.c:508
-#, c-format
-msgid "Bogus attribute number %d for %s"
+#: utils/misc/guc.c:291
+msgid "Client Connection Defaults / Other Defaults"
msgstr ""
-#: utils/cache/relcache.c:550
-#, c-format
-msgid "catalog is missing %d attribute(s) for relid %u"
+#: utils/misc/guc.c:293
+msgid "Lock Management"
msgstr ""
-#: utils/cache/relcache.c:961
-#, c-format
-msgid "RelationInitIndexAccessInfo: no pg_index entry for index %u"
+#: utils/misc/guc.c:295
+msgid "Version and Platform Compatibility"
msgstr ""
-#: utils/cache/relcache.c:976
-#, c-format
-msgid "RelationInitIndexAccessInfo: cache lookup failed for AM %u"
+#: utils/misc/guc.c:297
+msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
msgstr ""
-#: utils/cache/relcache.c:1091
-msgid "IndexSupportInitialize: bogus pg_index tuple"
+#: utils/misc/guc.c:299
+msgid "Version and Platform Compatibility / Other Platforms and Clients"
msgstr ""
-#: utils/cache/relcache.c:1198
-msgid "out of memory for operator class cache"
+#: utils/misc/guc.c:301
+msgid "Developer Options"
msgstr ""
-#: utils/cache/relcache.c:1272
-#, c-format
-msgid "Bogus amopstrategy number %d for opclass %u"
+#: utils/misc/guc.c:352
+msgid "enable planner's use of sequential-scan plans"
msgstr ""
-#: utils/cache/relcache.c:1307
-#, c-format
-msgid "Bogus amproc number %d for opclass %u"
+#: utils/misc/guc.c:360
+msgid "enable planner's use of index-scan plans"
msgstr ""
-#: utils/cache/relcache.c:1645
-#, c-format
-msgid "RelationReloadClassinfo system relation id=%d doesn't exist"
+#: utils/misc/guc.c:368
+msgid "enable planner's use of TID scan plans"
msgstr ""
-#: utils/cache/relcache.c:1772
-#, c-format
-msgid "RelationClearRelation: relation %u deleted while still in use"
+#: utils/misc/guc.c:376
+msgid "enable planner's use of explicit sort steps"
msgstr ""
-#: utils/cache/relcache.c:1855
-#, c-format
-msgid "RelationForgetRelation: relation %u is still open"
+#: utils/misc/guc.c:384
+msgid "enable planner's use of hashed aggregation plans"
msgstr ""
-#: utils/cache/relcache.c:2012
-#, c-format
-msgid "Relcache reference leak: relation \"%s\" has refcnt %d instead of %d"
+#: utils/misc/guc.c:392
+msgid "enable planner's use of nested-loop join plans"
msgstr ""
-#: utils/cache/relcache.c:2298
-#, c-format
-msgid "RelationCacheInitializePhase2: no pg_class entry for %s"
+#: utils/misc/guc.c:400
+msgid "enable planner's use of merge join plans"
msgstr ""
-#: utils/cache/relcache.c:2446
-#, c-format
-msgid "AttrDefaultFetch: second record found for attr %s in rel %s"
+#: utils/misc/guc.c:408
+msgid "enable planner's use of hash join plans"
msgstr ""
-#: utils/cache/relcache.c:2454
-#, c-format
-msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s"
+#: utils/misc/guc.c:416
+msgid "enable genetic query optimization"
msgstr ""
-#: utils/cache/relcache.c:2465
-#, c-format
-msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s"
+#: utils/misc/guc.c:417
+msgid "This algorithm attempts to do planning without exhaustive searching"
msgstr ""
-#: utils/cache/relcache.c:2474
-#, c-format
-msgid "AttrDefaultFetch: %d record(s) not found for rel %s"
+#: utils/misc/guc.c:426
+msgid "shows whether the current user is a superuser"
msgstr ""
-#: utils/cache/relcache.c:2508
-#, c-format
-msgid "CheckConstraintFetch: unexpected record found for rel %s"
+#: utils/misc/guc.c:435
+msgid "accept TCP/IP connections"
msgstr ""
-#: utils/cache/relcache.c:2519
-#, c-format
-msgid "CheckConstraintFetch: conbin IS NULL for rel %s"
+#: utils/misc/guc.c:443
+msgid "enable SSL connections"
msgstr ""
-#: utils/cache/relcache.c:2532
-#, c-format
-msgid "CheckConstraintFetch: %d record(s) not found for rel %s"
+#: utils/misc/guc.c:451
+msgid "force synchronization of updates to disk"
msgstr ""
-#: utils/cache/relcache.c:2995
-#, c-format
+#: utils/misc/guc.c:452
msgid ""
-"Cannot create init file %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
+"The server will use the fsync() system call in several places to make sure "
+"that updates are physically written to disk. This insures that a database "
+"cluster will recover to a consistent state after an operating system or "
+"hardware crash."
msgstr ""
-#: utils/cache/relcache.c:3019
-msgid "cannot write init file -- descriptor length"
+#: utils/misc/guc.c:462
+msgid "continue processing past damaged page headers"
msgstr ""
-#: utils/cache/relcache.c:3023
-msgid "cannot write init file -- reldesc"
+#: utils/misc/guc.c:463
+msgid ""
+"Detection of a damaged page header normally causes PostgreSQL to report an "
+"error, aborting the current transaction. Setting zero_damaged_pages to true "
+"causes the system to instead report a warning, zero out the damaged page, "
+"and continue processing. This behavior will destroy data, namely all the "
+"rows on the damaged page."
msgstr ""
-#: utils/cache/relcache.c:3028
-msgid "cannot write init file -- relation tuple form length"
+#: utils/misc/guc.c:475
+msgid "run the server silently"
msgstr ""
-#: utils/cache/relcache.c:3031
-msgid "cannot write init file -- relation tuple form"
+#: utils/misc/guc.c:476
+msgid ""
+"If this parameter is set, the server will automatically run in the "
+"background and any controlling terminals are dissociated."
msgstr ""
-#: utils/cache/relcache.c:3038
-#, c-format
-msgid "cannot write init file -- length of attdesc %d"
+#: utils/misc/guc.c:484
+msgid "log each successful connection"
msgstr ""
-#: utils/cache/relcache.c:3040
-#, c-format
-msgid "cannot write init file -- attdesc %d"
+#: utils/misc/guc.c:492
+msgid "prefix server log messages with a time stamp"
msgstr ""
-#: utils/cache/relcache.c:3059
-#, c-format
-msgid "write_relcache_init_file: no pg_index entry for index %u"
+#: utils/misc/guc.c:500
+msgid "prefix server log messages with the server PID"
msgstr ""
-#: utils/cache/relcache.c:3063
-msgid "cannot write init file -- index tuple form length"
+#: utils/misc/guc.c:510
+msgid "turn on various assertion checks"
msgstr ""
-#: utils/cache/relcache.c:3065
-msgid "cannot write init file -- index tuple form"
+#: utils/misc/guc.c:511
+msgid "This is a debugging aid."
msgstr ""
-#: utils/cache/relcache.c:3071
-msgid "cannot write init file -- am tuple form length"
+#: utils/misc/guc.c:522 utils/misc/guc.c:612 utils/misc/guc.c:685
+#: utils/misc/guc.c:694 utils/misc/guc.c:703 utils/misc/guc.c:712
+#: utils/misc/guc.c:1010 utils/misc/guc.c:1019 utils/misc/guc.c:1087
+msgid "no description available"
msgstr ""
-#: utils/cache/relcache.c:3074
-msgid "cannot write init file -- am tuple form"
+#: utils/misc/guc.c:531
+msgid "log each SQL statement"
msgstr ""
-#: utils/cache/relcache.c:3080
-msgid "cannot write init file -- strategy map length"
+#: utils/misc/guc.c:539
+msgid "log duration each completed SQL statement"
msgstr ""
-#: utils/cache/relcache.c:3083
-msgid "cannot write init file -- strategy map"
+#: utils/misc/guc.c:547
+msgid "print parse tree to server logs"
msgstr ""
-#: utils/cache/relcache.c:3088
-msgid "cannot write init file -- operator vector length"
+#: utils/misc/guc.c:555
+msgid "print parse tree after rewriting to server log"
msgstr ""
-#: utils/cache/relcache.c:3091
-msgid "cannot write init file -- operator vector"
+#: utils/misc/guc.c:563
+msgid "print execution plan to server log"
msgstr ""
-#: utils/cache/relcache.c:3096
-msgid "cannot write init file -- support vector length"
+#: utils/misc/guc.c:571
+msgid "indent parse and plan tree displays"
msgstr ""
-#: utils/cache/relcache.c:3099
-msgid "cannot write init file -- support vector"
+#: utils/misc/guc.c:579
+msgid "write parser performance statistics to server log"
msgstr ""
-#: utils/cache/relcache.c:3143
-#, c-format
-msgid ""
-"Cannot rename init file %s to %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
+#: utils/misc/guc.c:587
+msgid "write planner performance statistics to server log"
msgstr ""
-#: utils/cache/syscache.c:478
-#, c-format
-msgid "InitCatalogCache: Can't init cache %s (%d)"
+#: utils/misc/guc.c:595
+msgid "write executor performance statistics to server log"
msgstr ""
-#: utils/cache/syscache.c:534
-#, c-format
-msgid "SearchSysCache: Bad cache id %d"
+#: utils/misc/guc.c:603
+msgid "write cumulative performance statistics to server log"
msgstr ""
-#: utils/cache/syscache.c:715
-#, c-format
-msgid "SysCacheGetAttr: Bad cache id %d"
+#: utils/misc/guc.c:623
+msgid "use indented output format for EXPLAIN VERBOSE"
msgstr ""
-#: utils/cache/syscache.c:718
-#, c-format
-msgid "SysCacheGetAttr: missing cache data for id %d"
+#: utils/misc/guc.c:631
+msgid "start server statistics-collection subprocess"
msgstr ""
-#: utils/cache/syscache.c:734
-#, c-format
-msgid "SearchSysCacheList: Bad cache id %d"
+#: utils/misc/guc.c:639
+msgid "zero collected statistics on server restart"
msgstr ""
-#: utils/error/elog.c:128
-msgid "Pre-7.3 object file made an elog() call. Recompile."
+#: utils/misc/guc.c:647
+msgid "collect statistics about executing commands"
msgstr ""
-#: utils/error/elog.c:218
-#, c-format
-msgid "copy: line %d, "
+#: utils/misc/guc.c:648
+msgid ""
+"Enables the collection of statistics on the currently executing command of "
+"each session, along with the time at which that command began execution."
msgstr ""
-#. translator: This must fit in fmt_fixedbuf.
-#: utils/error/elog.c:241 utils/error/elog.c:337
-msgid "elog: out of memory"
+#: utils/misc/guc.c:657
+msgid "collect row-level statistics on database activity"
msgstr ""
-#: utils/error/elog.c:438
-#, c-format
-msgid "statement: %s"
+#: utils/misc/guc.c:665
+msgid "collect block-level statistics on database activity"
msgstr ""
-#: utils/error/elog.c:488
-msgid "elog: error during error recovery, giving up!"
+#: utils/misc/guc.c:674
+msgid "generate debugging output for LISTEN and NOTIFY"
msgstr ""
-#: utils/error/elog.c:533
-#, c-format
-msgid "DebugFileOpen: open of %s: %m"
+#: utils/misc/guc.c:723
+msgid "log host name in connection logs"
msgstr ""
-#: utils/error/elog.c:542
-#, c-format
-msgid "DebugFileOpen: %s reopen as stderr: %m"
+#: utils/misc/guc.c:724
+msgid ""
+"By default, connection logs only show the IP address of the connecting host. "
+"If you want them to show the host name you can turn this on, but depending "
+"on your host name resolution setup it might impose a non-negligible "
+"performance penalty."
msgstr ""
-#: utils/error/elog.c:554
-#, c-format
-msgid "DebugFileOpen: %s reopen as stdout: %m"
+#: utils/misc/guc.c:734
+msgid "log outgoing port number of the connecting host"
msgstr ""
-#: utils/error/elog.c:571
-msgid "DebugFileOpen: could not open debugging file"
+#: utils/misc/guc.c:743
+msgid "include subtables by default in various commands"
msgstr ""
-#: utils/error/elog.c:776
-msgid "Numerical result out of range"
+#: utils/misc/guc.c:751
+msgid "interpret ACST, CST, EST, and SAT as Australian time zones"
msgstr ""
-#: utils/error/elog.c:790
-#, c-format
-msgid "operating system error %d"
-msgstr "operativsystemfeil %d"
-
-#: utils/error/elog.c:812
-msgid "DEBUG: "
+#: utils/misc/guc.c:752
+msgid ""
+"Otherwise they are interpreted as North/South American time zones and "
+"Saturday."
msgstr ""
-#: utils/error/elog.c:816
-msgid "LOG: "
-msgstr "LOGG: "
-
-#: utils/error/elog.c:819
-msgid "INFO: "
+#: utils/misc/guc.c:760
+msgid "encrypt passwords"
msgstr ""
-#: utils/error/elog.c:822
-msgid "NOTICE: "
-msgstr "BEMERKNING: "
-
-#: utils/error/elog.c:825
-msgid "WARNING: "
-msgstr "ADVARSEL: "
-
-#: utils/error/elog.c:828
-msgid "ERROR: "
-msgstr "FEIL: "
-
-#: utils/error/elog.c:831
-msgid "FATAL: "
+#: utils/misc/guc.c:761
+msgid ""
+"When a password is specified in CREATE USER or ALTER USER without writing "
+"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the "
+"password is to be encrypted."
msgstr ""
-#: utils/error/elog.c:834
-msgid "PANIC: "
-msgstr "PANIKK: "
-
-#: utils/fmgr/dfmgr.c:97
-#, c-format
-msgid "stat failed on file '%s': %m"
+#: utils/misc/guc.c:770
+msgid "treat \"expr=NULL\" as \"expr IS NULL\""
msgstr ""
-#: utils/fmgr/dfmgr.c:114
-msgid "Out of memory in load_external_function"
+#: utils/misc/guc.c:771
+msgid ""
+"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
+"treated as expr IS NULL, that is, they return true if expr evaluates to the "
+"null value, and false otherwise. The correct behavior of expr = NULL is to "
+"always return null (unknown)."
msgstr ""
-#: utils/fmgr/dfmgr.c:127
-#, c-format
-msgid "Load of file %s failed: %s"
+#: utils/misc/guc.c:782
+msgid "enable per-database user names"
msgstr ""
-#: utils/fmgr/dfmgr.c:154
-#, c-format
-msgid "Can't find function %s in file %s"
+#: utils/misc/guc.c:791
+msgid "no effect"
msgstr ""
-#: utils/fmgr/dfmgr.c:184
-#, c-format
-msgid "LOAD: could not open file '%s': %m"
+#: utils/misc/guc.c:792
+msgid ""
+"This parameter doesn't do anything. It's just here so that we won't choke on "
+"SET AUTOCOMMIT TO ON from 7.3-vintage clients."
msgstr ""
-#: utils/fmgr/dfmgr.c:239
-#, c-format
-msgid "stat failed on %s: %s"
+#: utils/misc/guc.c:801
+msgid "default read-only status of new transactions"
msgstr ""
-#: utils/fmgr/dfmgr.c:334
-msgid "invalid macro name in dynamic library path"
+#: utils/misc/guc.c:809
+msgid "current transaction's read-only status"
msgstr ""
-#: utils/fmgr/dfmgr.c:384
-msgid "zero length dynamic_library_path component"
+#: utils/misc/guc.c:818
+msgid "automatically add missing table references to FROM clauses"
msgstr ""
-#: utils/fmgr/dfmgr.c:395
-msgid "dynamic_library_path component is not absolute"
+#: utils/misc/guc.c:836
+msgid "set the default statistics target"
msgstr ""
-#: utils/fmgr/dfmgr.c:401
-#, c-format
-msgid "find_in_dynamic_libpath: trying %s"
+#: utils/misc/guc.c:837
+msgid ""
+"This applies to table columns that have not had a column-specific target set "
+"via ALTER TABLE SET STATISTICS."
msgstr ""
-#: utils/fmgr/fmgr.c:187
-#, c-format
-msgid "fmgr_info: function %u: cache lookup failed"
+#: utils/misc/guc.c:845
+msgid "FROM-list size beyond which subqueries are not collapsed"
msgstr ""
-#: utils/fmgr/fmgr.c:220
-#, c-format
-msgid "fmgr_info: function %s not in internal table"
+#: utils/misc/guc.c:847
+msgid ""
+"The planner will merge subqueries into upper queries if the resulting FROM "
+"list would have no more than this many items."
msgstr ""
-#: utils/fmgr/fmgr.c:267
-#, c-format
-msgid "fmgr: Could not extract prosrc for %u from pg_proc"
+#: utils/misc/guc.c:856
+msgid "FROM-list size beyond which JOIN constructs are not flattened"
msgstr ""
-#: utils/fmgr/fmgr.c:274
-#, c-format
-msgid "fmgr: Could not extract probin for %u from pg_proc"
-msgstr ""
-
-#: utils/fmgr/fmgr.c:307
-#, c-format
-msgid "Unknown function API version %d"
+#: utils/misc/guc.c:858
+msgid ""
+"The planner will flatten explicit inner JOIN constructs into lists of FROM "
+"items whenever a list of no more than this many items would result."
msgstr ""
-#: utils/fmgr/fmgr.c:333
-#, c-format
-msgid "fmgr_info: cache lookup for language %u failed"
+#: utils/misc/guc.c:867
+msgid "threshold of FROM items beyond which GEQO is used"
msgstr ""
-#: utils/fmgr/fmgr.c:346
-#, c-format
-msgid "fmgr_info: language %u has old-style handler"
+#: utils/misc/guc.c:875
+msgid "GEQO: number of individuals in one population"
msgstr ""
-#: utils/fmgr/fmgr.c:394
-#, c-format
-msgid "Null result from %s"
+#: utils/misc/guc.c:883
+msgid "GEQO: effort is used to calculate a default for generations"
msgstr ""
-#: utils/fmgr/fmgr.c:402
-#, c-format
-msgid "Unknown version %d reported by %s"
+#: utils/misc/guc.c:891
+msgid "GEQO: number of iterations in the algorithm"
msgstr ""
-#: utils/fmgr/fmgr.c:470
-msgid "Internal error: fmgr_oldstyle received NULL pointer"
+#: utils/misc/guc.c:892
+msgid ""
+"The number must be a positive integer. If 0 is specified then effort * log2"
+"(poolsize) is used."
msgstr ""
-#: utils/fmgr/fmgr.c:619
-#, c-format
-msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)"
+#: utils/misc/guc.c:901
+msgid "time in milliseconds to wait on lock before checking for deadlock"
msgstr ""
-#: utils/fmgr/fmgr.c:666
-#, c-format
-msgid "fmgr_security_definer: function %u: cache lookup failed"
+#: utils/misc/guc.c:911
+msgid "use syslog for logging"
msgstr ""
-#: utils/fmgr/fmgr.c:728
-#, c-format
-msgid "DirectFunctionCall1: function %p returned NULL"
+#: utils/misc/guc.c:912
+msgid ""
+"If this parameter is 1, messages go both to syslog and the standard output. "
+"A value of 2 sends output only to syslog. (Some messages will still go to "
+"the standard output/error.) The default is 0, which means syslog is off."
msgstr ""
-#: utils/fmgr/fmgr.c:756
-#, c-format
-msgid "DirectFunctionCall2: function %p returned NULL"
+#: utils/misc/guc.c:931
+msgid "maximum number of concurrent connections"
msgstr ""
-#: utils/fmgr/fmgr.c:779
-#, c-format
-msgid "DirectFunctionCall3: function %p returned NULL"
+#: utils/misc/guc.c:940
+msgid "number of connection slots reserved for superusers"
msgstr ""
-#: utils/fmgr/fmgr.c:803
-#, c-format
-msgid "DirectFunctionCall4: function %p returned NULL"
+#: utils/misc/guc.c:949
+msgid "number of shared memory buffers used by the server"
msgstr ""
-#: utils/fmgr/fmgr.c:828
-#, c-format
-msgid "DirectFunctionCall5: function %p returned NULL"
+#: utils/misc/guc.c:958
+msgid "TCP port the server listens on"
msgstr ""
-#: utils/fmgr/fmgr.c:855
-#, c-format
-msgid "DirectFunctionCall6: function %p returned NULL"
+#: utils/misc/guc.c:967
+msgid "access permissions of the Unix-domain socket"
msgstr ""
-#: utils/fmgr/fmgr.c:883
-#, c-format
-msgid "DirectFunctionCall7: function %p returned NULL"
-msgstr ""
-
-#: utils/fmgr/fmgr.c:912
-#, c-format
-msgid "DirectFunctionCall8: function %p returned NULL"
-msgstr ""
-
-#: utils/fmgr/fmgr.c:943
-#, c-format
-msgid "DirectFunctionCall9: function %p returned NULL"
+#: utils/misc/guc.c:968
+msgid ""
+"Unix-domain sockets use the usual Unix file system permission set. The "
+"parameter value is expected to be an numeric mode specification in the form "
+"accepted by the chmod and umask system calls. (To use the customary octal "
+"format the number must start with a 0 (zero).)"
msgstr ""
-#: utils/fmgr/fmgr.c:974
-#, c-format
-msgid "FunctionCall1: function %u returned NULL"
+#: utils/misc/guc.c:980
+msgid "maximum memory to be used for sorts and hash tables"
msgstr ""
-#: utils/fmgr/fmgr.c:1002 utils/sort/tuplesort.c:1827
-#, c-format
-msgid "FunctionCall2: function %u returned NULL"
+#: utils/misc/guc.c:981
+msgid ""
+"Specifies the amount of memory to be used by internal sort operations and "
+"hash tables before switching to temporary disk files"
msgstr ""
-#: utils/fmgr/fmgr.c:1026
-#, c-format
-msgid "FunctionCall3: function %u returned NULL"
+#: utils/misc/guc.c:991
+msgid "maximum memory used to keep track of to-be-reclaimed rows"
msgstr ""
-#: utils/fmgr/fmgr.c:1051
-#, c-format
-msgid "FunctionCall4: function %u returned NULL"
+#: utils/misc/guc.c:1000
+msgid "maximum number of simultaneously open files for each server process"
msgstr ""
-#: utils/fmgr/fmgr.c:1077
-#, c-format
-msgid "FunctionCall5: function %u returned NULL"
+#: utils/misc/guc.c:1029
+msgid "maximum expression nesting depth"
msgstr ""
-#: utils/fmgr/fmgr.c:1105
-#, c-format
-msgid "FunctionCall6: function %u returned NULL"
+#: utils/misc/guc.c:1038
+msgid "maximum allowed duration (in milliseconds) of any statement"
msgstr ""
-#: utils/fmgr/fmgr.c:1134
-#, c-format
-msgid "FunctionCall7: function %u returned NULL"
+#: utils/misc/guc.c:1039
+msgid "A value of 0 turns off the timeout."
msgstr ""
-#: utils/fmgr/fmgr.c:1164
-#, c-format
-msgid "FunctionCall8: function %u returned NULL"
+#: utils/misc/guc.c:1047
+msgid "maximum number of tables and indexes for which free space is tracked"
msgstr ""
-#: utils/fmgr/fmgr.c:1196
-#, c-format
-msgid "FunctionCall9: function %u returned NULL"
+#: utils/misc/guc.c:1056
+msgid "maximum number of disk pages for which free space is tracked"
msgstr ""
-#: utils/fmgr/fmgr.c:1227
-#, c-format
-msgid "OidFunctionCall1: function %u returned NULL"
+#: utils/misc/guc.c:1066
+msgid "maximum number of locks per transaction"
msgstr ""
-#: utils/fmgr/fmgr.c:1252
-#, c-format
-msgid "OidFunctionCall2: function %u returned NULL"
+#: utils/misc/guc.c:1067
+msgid ""
+"The shared lock table is sized on the assumption that at most "
+"max_locks_per_transaction * max_connections distinct objects will need to be "
+"locked at any one time."
msgstr ""
-#: utils/fmgr/fmgr.c:1279
-#, c-format
-msgid "OidFunctionCall3: function %u returned NULL"
+#: utils/misc/guc.c:1077
+msgid "maximum time in seconds to complete client authentication"
msgstr ""
-#: utils/fmgr/fmgr.c:1307
-#, c-format
-msgid "OidFunctionCall4: function %u returned NULL"
+#: utils/misc/guc.c:1097
+msgid "maximum distance in log segments between automatic WAL checkpoints"
msgstr ""
-#: utils/fmgr/fmgr.c:1336
-#, c-format
-msgid "OidFunctionCall5: function %u returned NULL"
+#: utils/misc/guc.c:1106
+msgid "maximum time in seconds between automatic WAL checkpoints"
msgstr ""
-#: utils/fmgr/fmgr.c:1367
-#, c-format
-msgid "OidFunctionCall6: function %u returned NULL"
+#: utils/misc/guc.c:1115
+msgid ""
+"log if filling of checkpoint segments happens more frequently than this (in "
+"seconds)"
msgstr ""
-#: utils/fmgr/fmgr.c:1399
-#, c-format
-msgid "OidFunctionCall7: function %u returned NULL"
+#: utils/misc/guc.c:1117
+msgid ""
+"Write a message to the server log if checkpoints caused by the filling of "
+"checkpoint segment files happens more frequently than this number of "
+"seconds. Zero turns off the warning."
msgstr ""
-#: utils/fmgr/fmgr.c:1432
-#, c-format
-msgid "OidFunctionCall8: function %u returned NULL"
+#: utils/misc/guc.c:1127
+msgid "disk-page buffers in shared memory for WAL"
msgstr ""
-#: utils/fmgr/fmgr.c:1467
-#, c-format
-msgid "OidFunctionCall9: function %u returned NULL"
+#: utils/misc/guc.c:1136
+msgid "if nonzero, log WAL-related debugging output"
msgstr ""
-#: utils/fmgr/fmgr.c:1506
-#, c-format
-msgid "fmgr: function %u: too many arguments (%d > %d)"
+#: utils/misc/guc.c:1146
+msgid ""
+"delay in microseconds between transaction commit and flushing WAL to disk"
msgstr ""
-#: utils/fmgr/fmgr.c:1518
-#, c-format
-msgid "fmgr: function %u returned NULL"
+#: utils/misc/guc.c:1156
+msgid "minimum concurrent open transactions before performing commit_delay"
msgstr ""
-#: utils/fmgr/funcapi.c:36
-msgid "function called in context that does not accept a set result"
+#: utils/misc/guc.c:1166
+msgid "number of digits displayed for floating-point values"
msgstr ""
-#: utils/fmgr/funcapi.c:68
-msgid "init_MultiFuncCall may not be called more than once"
+#: utils/misc/guc.c:1167
+msgid ""
+"This affects real, double precision, and geometric data types. The parameter "
+"value is added to the standard number of digits (FLT_DIG or DBL_DIG as "
+"appropriate)."
msgstr ""
-#: utils/hash/dynahash.c:661
-#, c-format
-msgid "hash_search: bogus action %d"
+#: utils/misc/guc.c:1177
+msgid ""
+"minimum execution time in milliseconds above which statements will be logged"
msgstr ""
-#: utils/hash/dynahash.c:934 utils/hash/dynahash.c:936
-#, c-format
-msgid "Hash table '%s' corrupted"
+#: utils/misc/guc.c:1179
+msgid "The default is 0 (turning this feature off)."
msgstr ""
-#: utils/init/findbe.c:63
-#, c-format
-msgid "ValidateBinary: can't stat \"%s\""
+#: utils/misc/guc.c:1196
+msgid "planner's assumption about size of the disk cache"
msgstr ""
-#: utils/init/findbe.c:69
-#, c-format
-msgid "ValidateBinary: \"%s\" is not a regular file"
+#: utils/misc/guc.c:1197
+msgid ""
+"That is, the portion of the kernel's disk cache that will be used for "
+"PostgreSQL data files. This is measured in disk pages, which are normally 8 "
+"kB each."
msgstr ""
-#: utils/init/findbe.c:91
-#, c-format
-msgid "ValidateBinary: \"%s\" is not user read/execute"
+#: utils/misc/guc.c:1206
+msgid "planner's estimate of the cost of a nonsequentially fetched disk page"
msgstr ""
-#: utils/init/findbe.c:117
-#, c-format
-msgid "ValidateBinary: \"%s\" is not group read/execute"
+#: utils/misc/guc.c:1208
+msgid ""
+"This is measured as a multiple of the cost of a sequential page fetch. A "
+"higher value makes it more likely a sequential scan will be used, a lower "
+"value makes it more likely an index scan will be used."
msgstr ""
-#: utils/init/findbe.c:125
-#, c-format
-msgid "ValidateBinary: \"%s\" is not other read/execute"
+#: utils/misc/guc.c:1218
+msgid "planner's estimate of the cost of processing each tuple (row)"
msgstr ""
-#: utils/init/findbe.c:174
-#, c-format
-msgid "FindExec: found \"%s\" using argv[0]"
+#: utils/misc/guc.c:1219 utils/misc/guc.c:1229 utils/misc/guc.c:1238
+msgid "This is measured as a fraction of the cost of a sequential page fetch."
msgstr ""
-#: utils/init/findbe.c:188
-msgid "FindExec: searching PATH ..."
+#: utils/misc/guc.c:1227
+msgid ""
+"planner's estimate of processing cost for each index tuple (row) during "
+"index scan"
msgstr ""
-#: utils/init/findbe.c:209
-#, c-format
-msgid "FindExec: found \"%s\" using PATH"
+#: utils/misc/guc.c:1237
+msgid "planner's estimate of processing cost of each operator in WHERE"
msgstr ""
-#: utils/init/miscinit.c:144 utils/init/miscinit.c:163
-#: utils/init/miscinit.c:171 utils/misc/guc.c:927 utils/misc/guc.c:1110
-#: utils/misc/guc.c:1904 utils/misc/guc.c:1918 utils/misc/guc.c:2673
-#: utils/misc/guc.c:2679 utils/misc/guc.c:2686
-msgid "out of memory"
+#: utils/misc/guc.c:1247
+msgid "GEQO: selective pressure within the population"
msgstr ""
-#: utils/init/miscinit.c:157
-#, c-format
-msgid "cannot get current working directory: %m"
+#: utils/misc/guc.c:1257
+msgid "seed for random-number generation"
msgstr ""
-#: utils/init/miscinit.c:247
-#, c-format
-msgid "SetCharSet: unknown tag %s in file %s"
+#: utils/misc/guc.c:1276
+msgid "client's character set encoding"
msgstr ""
-#: utils/init/miscinit.c:402 utils/init/miscinit.c:458
-#, c-format
-msgid "GetCharSetByHost: unknown tag %s in file %s"
+#: utils/misc/guc.c:1286
+msgid "message levels that are sent to the client"
msgstr ""
-#: utils/init/miscinit.c:636
-#, c-format
-msgid "invalid user id %u"
+#: utils/misc/guc.c:1287
+msgid ""
+"Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, "
+"WARNING, and ERROR. Each level includes all the levels that follow it. The "
+"later the level, the fewer messages are sent."
msgstr ""
-#: utils/init/miscinit.c:718
-#, c-format
-msgid "Can't create lock file %s: %m"
-msgstr "Kan ikke opprette låsefilen %s: %m"
-
-#: utils/init/miscinit.c:729 utils/init/miscinit.c:732
-#, c-format
-msgid "Can't read lock file %s: %m"
-msgstr "Kan ikke lese låsefilen %s: %m"
-
-#: utils/init/miscinit.c:742
-#, c-format
-msgid "Bogus data in lock file %s"
+#: utils/misc/guc.c:1298
+msgid "message levels that are logged"
msgstr ""
-#: utils/init/miscinit.c:816
-#, c-format
+#: utils/misc/guc.c:1299
msgid ""
-"Can't remove old lock file %s: %m\n"
-"\tThe file seems accidentally left, but I couldn't remove it.\n"
-"\tPlease remove the file by hand and try again."
+"Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, "
+"WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels "
+"that follow it."
msgstr ""
-#: utils/init/miscinit.c:837
-#, c-format
-msgid "Can't write lock file %s: %m"
+#: utils/misc/guc.c:1309
+msgid "verbosity of logged messages"
msgstr ""
-#: utils/init/miscinit.c:928
-#, c-format
-msgid "Failed to rewrite %s: %m"
+#: utils/misc/guc.c:1310
+msgid "Valid values are \"terse\", \"default\", and \"verbose\"."
msgstr ""
-#: utils/init/miscinit.c:934
-#, c-format
-msgid "Failed to read %s: %m"
+#: utils/misc/guc.c:1318
+msgid "log statements generating error at or above this level"
msgstr ""
-#: utils/init/miscinit.c:947
-#, c-format
-msgid "Bogus data in %s"
+#: utils/misc/guc.c:1319
+msgid ""
+"All SQL statements that cause an error of the specified level or a higher "
+"level are logged."
msgstr ""
-#: utils/init/miscinit.c:971
-#, c-format
-msgid "Failed to write %s: %m"
+#: utils/misc/guc.c:1328
+msgid "display format for date and time values"
msgstr ""
-#: utils/init/miscinit.c:1013
-#, c-format
-msgid "File %s is missing. This is not a valid data directory."
+#: utils/misc/guc.c:1329
+msgid "Also controls interpretation of ambiguous date inputs."
msgstr ""
-#: utils/init/miscinit.c:1020
-#, c-format
-msgid "File %s does not contain valid data. You need to initdb."
+#: utils/misc/guc.c:1339
+msgid "transaction isolation level of each new transaction"
msgstr ""
-#: utils/init/miscinit.c:1025
-#, c-format
+#: utils/misc/guc.c:1340
msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
+"Each SQL transaction has an isolation level, which can be either \"read "
+"committed\" or \"serializable\"."
msgstr ""
-#: utils/init/postinit.c:114
-#, c-format
-msgid "Database \"%s\", OID %u, has disappeared from pg_database"
+#: utils/misc/guc.c:1349
+msgid "path for dynamically loadable modules"
msgstr ""
-#: utils/init/postinit.c:123
-#, c-format
-msgid "Database \"%s\" is not currently accepting connections"
+#: utils/misc/guc.c:1350
+msgid ""
+"If a dynamically loadable module needs to be opened and the specified name "
+"does not have a directory component (i.e., the name does not contain a "
+"slash), the system will search this path for the specified file."
msgstr ""
-#: utils/init/postinit.c:259
-#, c-format
-msgid "Database \"%s\" does not exist in the system catalog."
+#: utils/misc/guc.c:1361
+msgid "location of the Kerberos server key file"
msgstr ""
-#: utils/init/postinit.c:267
-#, c-format
-msgid ""
-"Database \"%s\" does not exist.\n"
-"\tThe database subdirectory '%s' is missing."
+#: utils/misc/guc.c:1370
+msgid "Rendezvous broadcast service name"
msgstr ""
-#: utils/init/postinit.c:274
-#, c-format
-msgid "Unable to change directory to '%s': %m"
+#: utils/misc/guc.c:1381
+msgid "collation order locale"
msgstr ""
-#: utils/init/postinit.c:303
-#, c-format
-msgid "InitPostgres: bad backend id %d"
+#: utils/misc/guc.c:1391
+msgid "character classification and case conversion locale"
msgstr ""
-#: utils/init/postinit.c:354
-msgid "There are currently no users defined in this database system."
+#: utils/misc/guc.c:1401
+msgid "language in which messages are displayed"
msgstr ""
-#: utils/init/postinit.c:355
-#, c-format
-msgid ""
-"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+#: utils/misc/guc.c:1410
+msgid "locale for formatting monetary amounts"
msgstr ""
-#: utils/init/postinit.c:410
-msgid "Non-superuser connection limit exceeded"
+#: utils/misc/guc.c:1419
+msgid "locale for formatting numbers"
msgstr ""
-#: utils/mb/conv.c:374
-#, c-format
-msgid "UtfToLocal: could not convert UTF-8 (0x%04x). Ignored"
+#: utils/misc/guc.c:1428
+msgid "locale for formatting date and time values"
msgstr ""
-#: utils/mb/conv.c:401
-#, c-format
-msgid "Invalid encoding number %d"
+#: utils/misc/guc.c:1437
+msgid "shared libraries to preload into server"
msgstr ""
-#: utils/mb/conv.c:438
-#, c-format
-msgid "LocalToUtf: could not convert (0x%04x) %s to UTF-8. Ignored"
+#: utils/misc/guc.c:1447
+msgid "regular expression \"flavor\""
msgstr ""
-#: utils/mb/encnames.c:440
-msgid "pg_char_to_encname_struct(): encoding name too long"
+#: utils/misc/guc.c:1448
+msgid "This can be set to advanced, extended, or basic."
msgstr ""
-#: utils/mb/mbutils.c:170
-#, c-format
-msgid "default conversion proc for %s to %s not found"
+#: utils/misc/guc.c:1456
+msgid "schema search order for names not schema-qualified"
msgstr ""
-#: utils/mb/mbutils.c:184
-#, c-format
-msgid "default conversion proc %u for %s to %s not found in pg_proc"
+#: utils/misc/guc.c:1467
+msgid "server (database) character set encoding"
msgstr ""
-#: utils/mb/mbutils.c:243
-#, c-format
-msgid "Invalid source encoding name %s"
+#: utils/misc/guc.c:1478
+msgid "server version"
msgstr ""
-#: utils/mb/mbutils.c:245
-#, c-format
-msgid "Invalid destination encoding name %s"
+#: utils/misc/guc.c:1489
+msgid "session user name"
msgstr ""
-#: utils/mb/mbutils.c:255
-msgid "Encoding conversion failed"
+#: utils/misc/guc.c:1500
+msgid "syslog \"facility\" to be used when syslog enabled"
msgstr ""
-#: utils/mb/mbutils.c:473
-msgid "SetDatabaseEncoding(): invalid database encoding"
+#: utils/misc/guc.c:1501
+msgid ""
+"Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, "
+"LOCAL7."
msgstr ""
-#: utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c:87
-msgid "Could not convert UTF-8 to ISO8859-1"
+#: utils/misc/guc.c:1509
+msgid "program name used to identify PostgreSQL messages in syslog"
msgstr ""
-#: utils/misc/guc.c:1206 utils/misc/guc.c:1221 utils/misc/guc.c:1236
-#: utils/misc/guc.c:1265
-#, c-format
-msgid "Failed to reset %s"
+#: utils/misc/guc.c:1520
+msgid "time zone for displaying and interpreting time stamps"
msgstr ""
-#: utils/misc/guc.c:1333 utils/misc/guc.c:1355 utils/misc/guc.c:1377
-#: utils/misc/guc.c:1407
-#, c-format
-msgid "Failed to commit %s"
+#: utils/misc/guc.c:1529
+msgid "current transaction's isolation level"
msgstr ""
-#: utils/misc/guc.c:1586 utils/misc/guc.c:2136
-#, c-format
-msgid "'%s' is not a valid option name"
+#: utils/misc/guc.c:1539
+msgid "owning group of the Unix-domain socket"
msgstr ""
-#: utils/misc/guc.c:1603
-#, c-format
-msgid "'%s' cannot be changed after server start"
+#: utils/misc/guc.c:1540
+msgid ""
+"(The owning user of the socket is always the user that starts the server.)"
msgstr ""
-#: utils/misc/guc.c:1611
-#, c-format
-msgid "'%s' cannot be changed now"
+#: utils/misc/guc.c:1549
+msgid "directory where the Unix-domain socket will be created"
msgstr ""
-#: utils/misc/guc.c:1638
-#, c-format
-msgid "'%s' cannot be set after connection start"
+#: utils/misc/guc.c:1558
+msgid "host name or IP address to listen to"
msgstr ""
-#: utils/misc/guc.c:1646
-#, c-format
-msgid "'%s': permission denied"
+#: utils/misc/guc.c:1567
+msgid "method used for forcing WAL updates out to disk"
msgstr ""
-#: utils/misc/guc.c:1676
+#: utils/misc/guc.c:2400 utils/misc/guc.c:3005 utils/misc/guc.c:3041
+#: utils/misc/guc.c:3097 utils/misc/guc.c:3391
#, c-format
-msgid "%s: setting ignored because previous source is higher priority"
+msgid "unrecognized configuration parameter \"%s\""
msgstr ""
-#: utils/misc/guc.c:1697
+#: utils/misc/guc.c:2419
#, c-format
-msgid "option '%s' requires a boolean value"
+msgid "parameter \"%s\" cannot be changed"
msgstr ""
-#: utils/misc/guc.c:1711 utils/misc/guc.c:1782
+#: utils/misc/guc.c:2431
#, c-format
-msgid "invalid value for option '%s': %d"
+msgid "parameter \"%s\" cannot be changed after server start"
msgstr ""
-#: utils/misc/guc.c:1761
+#: utils/misc/guc.c:2441
#, c-format
-msgid "option '%s' expects an integer value"
+msgid "parameter \"%s\" cannot be changed now"
msgstr ""
-#: utils/misc/guc.c:1767
+#: utils/misc/guc.c:2471
#, c-format
-msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
+msgid "parameter \"%s\" cannot be set after connection start"
msgstr ""
-#: utils/misc/guc.c:1832
+#: utils/misc/guc.c:2481 utils/misc/guc.c:2551 utils/misc/guc.c:2648
+#: utils/misc/guc.c:2744 utils/misc/guc.c:2843
#, c-format
-msgid "option '%s' expects a real number"
+msgid "permission denied to set parameter \"%s\""
msgstr ""
-#: utils/misc/guc.c:1838
+#: utils/misc/guc.c:2539
#, c-format
-msgid "option '%s' value %g is outside of permissible range [%g .. %g]"
+msgid "parameter \"%s\" requires a Boolean value"
msgstr ""
-#: utils/misc/guc.c:1853
-#, c-format
-msgid "invalid value for option '%s': %g"
+#: utils/misc/guc.c:2553
+msgid "Must be superuser to change this value to false."
msgstr ""
-#: utils/misc/guc.c:1947
+#: utils/misc/guc.c:2575 utils/misc/guc.c:2672
#, c-format
-msgid "invalid value for option '%s': '%s'"
+msgid "invalid value for parameter \"%s\": %d"
msgstr ""
-#: utils/misc/guc.c:2048 utils/misc/guc.c:2082 utils/misc/guc.c:2396
+#: utils/misc/guc.c:2627
#, c-format
-msgid "Option '%s' is not recognized"
+msgid "parameter \"%s\" requires an integer value"
msgstr ""
-#: utils/misc/guc.c:2143
+#: utils/misc/guc.c:2635
#, c-format
-msgid "SET %s takes only one argument"
-msgstr ""
-
-#: utils/misc/guc.c:2156 utils/misc/guc.c:2205
-msgid "flatten_set_variable_args: unexpected input"
+msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
msgstr ""
-#: utils/misc/guc.c:2244
-msgid "SET variable name is required"
+#: utils/misc/guc.c:2650
+msgid "Must be superuser to increase this value or set it to zero."
msgstr ""
-#: utils/misc/guc.c:2780
+#: utils/misc/guc.c:2724
#, c-format
-msgid "cannot parse setting \"%s\""
+msgid "parameter \"%s\" requires a numeric value"
msgstr ""
-#: utils/mmgr/aset.c:333
+#: utils/misc/guc.c:2732
#, c-format
-msgid "Memory exhausted in AllocSetContextCreate(%lu)"
+msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
msgstr ""
-#: utils/mmgr/aset.c:495 utils/mmgr/aset.c:692
-#, c-format
-msgid "Memory exhausted in AllocSetAlloc(%lu)"
+#: utils/misc/guc.c:2746 utils/misc/guc.c:2845
+msgid "Must be superuser to increase this value."
msgstr ""
-#: utils/mmgr/aset.c:741
+#: utils/misc/guc.c:2768
#, c-format
-msgid "AllocSetFree: detected write past chunk end in %s %p"
+msgid "invalid value for parameter \"%s\": %g"
msgstr ""
-#: utils/mmgr/aset.c:762
+#: utils/misc/guc.c:2899
#, c-format
-msgid "AllocSetFree: cannot find block containing chunk %p"
+msgid "invalid value for parameter \"%s\": \"%s\""
msgstr ""
-#: utils/mmgr/aset.c:816
+#: utils/misc/guc.c:3106
#, c-format
-msgid "AllocSetRealloc: detected write past chunk end in %s %p"
+msgid "SET %s takes only one argument"
msgstr ""
-#: utils/mmgr/aset.c:856
-#, c-format
-msgid "AllocSetRealloc: cannot find block containing chunk %p"
+#: utils/misc/guc.c:3210
+msgid "SET requires parameter name"
msgstr ""
-#: utils/mmgr/aset.c:869
+#: utils/misc/guc.c:4021
#, c-format
-msgid "Memory exhausted in AllocSetReAlloc(%lu)"
+msgid "could not parse setting for parameter \"%s\""
msgstr ""
-#: utils/mmgr/aset.c:1039
-#, c-format
-msgid "AllocSetCheck: %s: empty block %p"
+#: utils/misc/guc.c:4368
+msgid "SET AUTOCOMMIT TO OFF is no longer supported"
msgstr ""
-#: utils/mmgr/aset.c:1061
+#: utils/misc/help_config.c:47
#, c-format
-msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p"
-msgstr ""
-
-#: utils/mmgr/aset.c:1064
-#, c-format
-msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p"
+msgid ""
+"Name: %-20s\n"
+"Context: %-20s\n"
+"Group: %-20s\n"
msgstr ""
-#: utils/mmgr/aset.c:1070
+#: utils/misc/help_config.c:51
#, c-format
-msgid "AllocSetCheck: %s: bad single-chunk %p in block %p"
+msgid ""
+"Description: %s\n"
+"%s\n"
msgstr ""
-#: utils/mmgr/aset.c:1079
+#: utils/misc/help_config.c:55
#, c-format
-msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p"
+msgid ""
+"Type: Boolean\n"
+"Default value: %-s\n"
msgstr ""
-#: utils/mmgr/aset.c:1086
+#: utils/misc/help_config.c:59
#, c-format
-msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p"
+msgid ""
+"Type: integer\n"
+"Default value: %-20d\n"
+"Min value: %-20d\n"
+"Max value: %-20d\n"
msgstr ""
-#: utils/mmgr/aset.c:1096
+#: utils/misc/help_config.c:63
#, c-format
-msgid "AllocSetCheck: %s: found inconsistent memory block %p"
+msgid ""
+"Type: real\n"
+"Default value: %-20g\n"
+"Min value: %-20g\n"
+"Max value: %-20g\n"
msgstr ""
-#: utils/mmgr/mcxt.c:449
+#: utils/misc/help_config.c:67
#, c-format
-msgid "MemoryContextAlloc: invalid request size %lu"
+msgid ""
+"Type: string\n"
+"Default value: %-s\n"
msgstr ""
-#: utils/mmgr/mcxt.c:509
+#: utils/misc/help_config.c:149
#, c-format
-msgid "repalloc: invalid request size %lu"
-msgstr ""
-
-#: utils/mmgr/portalmem.c:78
-msgid "out of memory in PortalHashTable"
-msgstr ""
-
-#: utils/mmgr/portalmem.c:80
-msgid "trying to insert a portal name that exists."
-msgstr ""
+msgid "Try \"%s --help-config -h\" for more information.\n"
+msgstr "Prøv «%s --help-config -h» for mer informasjon.\n"
-#: utils/mmgr/portalmem.c:93
-msgid "trying to delete portal name that does not exist."
+#: utils/misc/help_config.c:324
+msgid "false"
msgstr ""
-#: utils/mmgr/portalmem.c:196
-#, c-format
-msgid "CreatePortal: portal \"%s\" already exists"
+#: utils/misc/help_config.c:324
+msgid "true"
msgstr ""
-#: utils/sort/logtape.c:199
+#: utils/misc/help_config.c:387
#, c-format
msgid ""
-"ltsWriteBlock: failed to write block %ld of temporary file\n"
-"\t\tPerhaps out of disk space?"
+"%s --help-config displays information about the\n"
+"run-time configuration parameters available in the PostgreSQL server.\n"
+"\n"
msgstr ""
-#: utils/sort/logtape.c:214
+#: utils/misc/help_config.c:390
#, c-format
-msgid "ltsReadBlock: failed to read block %ld of temporary file"
-msgstr ""
-
-#: utils/sort/logtape.c:569
-msgid "LogicalTapeWrite: impossible state"
-msgstr ""
-
-#: utils/sort/logtape.c:831
-msgid "LogicalTapeBackspace: unexpected end of tape"
-msgstr ""
-
-#: utils/sort/logtape.c:888 utils/sort/logtape.c:898
-msgid "LogicalTapeSeek: unexpected end of tape"
+msgid ""
+"Usage:\n"
+" %s --help-config [OPTION]... [NAME]\n"
+"\n"
msgstr ""
-#: utils/sort/tuplesort.c:698
-msgid "tuplesort_puttuple: invalid state"
+#: utils/misc/help_config.c:391
+msgid "General Options:\n"
msgstr ""
-#: utils/sort/tuplesort.c:745
-msgid "tuplesort_performsort: invalid state"
+#: utils/misc/help_config.c:392
+msgid " NAME output information about parameters matching this name\n"
msgstr ""
-#: utils/sort/tuplesort.c:863 utils/sort/tuplesort.c:878
-msgid "tuplesort_gettuple: bogus tuple len in backward scan"
+#: utils/misc/help_config.c:393
+msgid " -g GROUP output information about parameters matching this group\n"
msgstr ""
-#: utils/sort/tuplesort.c:930
-msgid "tuplesort_gettuple: invalid state"
+#: utils/misc/help_config.c:394
+msgid " -l list available parameter groups\n"
msgstr ""
-#: utils/sort/tuplesort.c:1490
-msgid "tuplesort_rescan: invalid state"
-msgstr ""
+#: utils/misc/help_config.c:395
+msgid " -h show this help, then exit\n"
+msgstr " -h vise denen hjelpen og avslutte\n"
-#: utils/sort/tuplesort.c:1517
-msgid "tuplesort_markpos: invalid state"
+#: utils/misc/help_config.c:396
+msgid ""
+"\n"
+"Output Options:\n"
msgstr ""
-#: utils/sort/tuplesort.c:1542
-msgid "tuplesort_restorepos failed"
+#: utils/misc/help_config.c:397
+msgid " -G do not group by category\n"
msgstr ""
-#: utils/sort/tuplesort.c:1546
-msgid "tuplesort_restorepos: invalid state"
+#: utils/misc/help_config.c:398
+msgid " -m machine-friendly format: tab separated fields\n"
msgstr ""
-#: utils/sort/tuplesort.c:1669
-msgid "tuplesort: unexpected end of tape"
+#: utils/misc/help_config.c:399
+msgid " -M same as -m, but header with column names is suppressed\n"
msgstr ""
-#: utils/sort/tuplesort.c:1671 utils/sort/tuplesort.c:1995
-#: utils/sort/tuplesort.c:1999 utils/sort/tuplesort.c:2121
-#: utils/sort/tuplesort.c:2125 utils/sort/tuplesort.c:2193
-#: utils/sort/tuplesort.c:2197
-msgid "tuplesort: unexpected end of data"
+#: utils/misc/help_config.c:400
+msgid ""
+"\n"
+"If no parameter name is specified, all parameters are shown. By default,\n"
+"parameters are grouped by category, sorted by name, and output in a human-\n"
+"friendly format. Available information about run-time parameters includes\n"
+"a short description, default value, maximum and minimum values.\n"
msgstr ""
-#: utils/sort/tuplesort.c:1789
+#: guc-file.l:268
#, c-format
-msgid "SelectSortFunction: cache lookup failed for operator %u"
+msgid "syntax error in file \"%s\" line %u, near token \"%s\""
msgstr ""
-#: utils/sort/tuplesort.c:1901
+#: utils/mmgr/aset.c:336
#, c-format
-msgid "Invalid SortFunctionKind %d"
-msgstr ""
-
-#: utils/sort/tuplesort.c:2073
-msgid "Cannot create unique index. Table contains non-unique values"
-msgstr ""
-
-#: utils/sort/tuplesort.c:2149
-msgid "copytup_datum() should not be called"
-msgstr ""
-
-#: utils/sort/tuplestore.c:302
-msgid "tuplestore_puttuple: invalid state"
-msgstr ""
-
-#: utils/sort/tuplestore.c:338
-msgid "tuplestore_donestoring: seek(0) failed"
-msgstr ""
-
-#: utils/sort/tuplestore.c:346
-msgid "tuplestore_donestoring: invalid state"
-msgstr ""
-
-#: utils/sort/tuplestore.c:464 utils/sort/tuplestore.c:479
-msgid "tuplestore_gettuple: bogus tuple len in backward scan"
-msgstr ""
-
-#: utils/sort/tuplestore.c:484
-msgid "tuplestore_gettuple: invalid state"
-msgstr ""
-
-#: utils/sort/tuplestore.c:520
-msgid "tuplestore_rescan: seek(0) failed"
+msgid "Failed while creating memory context \"%s\"."
msgstr ""
-#: utils/sort/tuplestore.c:527
-msgid "tuplestore_rescan: invalid state"
+#: utils/mmgr/aset.c:502 utils/mmgr/aset.c:699 utils/mmgr/aset.c:892
+#, c-format
+msgid "Failed on request of size %lu."
msgstr ""
-#: utils/sort/tuplestore.c:553
-msgid "tuplestore_markpos: invalid state"
+#: utils/mmgr/portalmem.c:170
+#, c-format
+msgid "cursor \"%s\" already exists"
msgstr ""
-#: utils/sort/tuplestore.c:578
-msgid "tuplestore_restorepos failed"
+#: utils/mmgr/portalmem.c:174
+#, c-format
+msgid "closing existing cursor \"%s\""
msgstr ""
-#: utils/sort/tuplestore.c:582
-msgid "tuplestore_restorepos: invalid state"
+#: utils/sort/logtape.c:202
+#, c-format
+msgid "could not write block %ld of temporary file: %m"
msgstr ""
-#: utils/sort/tuplestore.c:598
-msgid "tuplestore: unexpected end of tape"
+#: utils/sort/logtape.c:204
+msgid "Perhaps out of disk space?"
msgstr ""
-#: utils/sort/tuplestore.c:600 utils/sort/tuplestore.c:669
-#: utils/sort/tuplestore.c:673
-msgid "tuplestore: unexpected end of data"
+#: utils/sort/logtape.c:221
+#, c-format
+msgid "could not read block %ld of temporary file: %m"
msgstr ""
-#: utils/sort/tuplestore.c:610 utils/sort/tuplestore.c:641
-#: utils/sort/tuplestore.c:644 utils/sort/tuplestore.c:648
-msgid "tuplestore: write failed"
+#: utils/sort/tuplesort.c:2072
+msgid "could not create unique index"
msgstr ""
-#: utils/time/tqual.c:981
-msgid "CopyQuerySnapshot: no snapshot has been set"
+#: utils/sort/tuplesort.c:2073
+msgid "Table contains duplicated values."
msgstr ""
diff --git a/src/bin/pg_controldata/po/nb.po b/src/bin/pg_controldata/po/nb.po
index 86f56524287..4dafbaec739 100644
--- a/src/bin/pg_controldata/po/nb.po
+++ b/src/bin/pg_controldata/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (pg_controldata).
+# Norwegian bokmål translation of messages for PostgreSQL (pg_controldata).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,9 +12,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:17-0400\n"
-"PO-Revision-Date: 2003-08-19 21:41+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 14:48+0200\n"
+"PO-Revision-Date: 2003-09-29 15:21+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
@@ -24,201 +25,207 @@ msgstr ""
#: pg_controldata.c:28
#, c-format
msgid ""
-"%s displays PostgreSQL database cluster control information.\n"
+"%s displays control information of a PostgreSQL database cluster.\n"
+"\n"
+msgstr ""
+"%s viser kontrollinformasjon om PostgreSQL-databasehoper.\n"
"\n"
-msgstr "%s viser kontrollinformasjon om PostgreSQL-databasehoper.\n\n"
-#: pg_controldata.c:29
+#: pg_controldata.c:32
#, c-format
msgid ""
"Usage:\n"
-" %s [DATADIR]\n"
+" %s [OPTION]\n"
"\n"
+"Options:\n"
+" DATADIR show cluster control information for DATADIR\n"
+" --help show this help, then exit\n"
+" --version output version information, then exit\n"
msgstr ""
-"Bruksmåte:\n"
-" %s [DATADIR]\n"
-"\n"
-#: pg_controldata.c:30
+#: pg_controldata.c:41
msgid ""
-"If not data directory is specified, the environment variable PGDATA\n"
+"\n"
+"If no data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
-msgstr "Dersom ingen datakatalog er angitt så blir miljøvariabelen PGDATA benyttet.\n\n"
+msgstr "\nDersom ingen datakatalog er angitt så blir miljøvariabelen PGDATA benyttet.\n\n"
-#: pg_controldata.c:31
+#: pg_controldata.c:42
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Rapporter bugs til <pgsql-bugs@postgresql.org>.\n"
-#: pg_controldata.c:41
+#: pg_controldata.c:52
msgid "starting up"
msgstr "starter opp"
-#: pg_controldata.c:43
+#: pg_controldata.c:54
msgid "shut down"
msgstr "avsluttet"
-#: pg_controldata.c:45
+#: pg_controldata.c:56
msgid "shutting down"
msgstr "avslutter"
-#: pg_controldata.c:47
+#: pg_controldata.c:58
msgid "in recovery"
msgstr "i bergingsaksjon"
-#: pg_controldata.c:49
+#: pg_controldata.c:60
msgid "in production"
msgstr "i produksjon"
-#: pg_controldata.c:51
+#: pg_controldata.c:62
msgid "unrecognized status code"
msgstr "ugjenkjennelig statuskode"
-#: pg_controldata.c:99
+#: pg_controldata.c:107
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: ingen datakatalog angitt\n"
-#: pg_controldata.c:107
+#: pg_controldata.c:108
+#, c-format
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Prøv «%s --help» for mer informasjon.\n"
+
+#: pg_controldata.c:116
#, c-format
-msgid "%s: could not open file \"%s\" for reading (%s)\n"
-msgstr "%s: kunne ikke åpne filen «%s» for lesing (%s)\n"
+msgid "%s: could not open file \"%s\" for reading: %s\n"
+msgstr "%s: kunne ikke åpne filen «%s» for lesing: %s\n"
-#: pg_controldata.c:114
+#: pg_controldata.c:123
#, c-format
-msgid "%s: could not read file \"%s\" (%s)\n"
-msgstr "%s: kunne ikke lese filen «%s» (%s)\n"
+msgid "%s: could not read file \"%s\": %s\n"
+msgstr "%s: kunne ikke lese filen «%s»: %s\n"
-#: pg_controldata.c:128
+#: pg_controldata.c:137
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
"Either the file is corrupt, or it has a different layout than this program\n"
"is expecting. The results below are untrustworthy.\n"
"\n"
msgstr ""
-"ADVARSEL: Beregnet CRC-kontrollsum passer ikke med verdien som er lagret i filen.\n"
+"ADVARSEL: Beregnet CRC-kontrollsum passer ikke med verdien som er lagret i "
+"filen.\n"
"Enten er filen ødelagt, eller så har den en annen oppbygging enn hva dette\n"
"programmet forventer. Resultatene nedenfor er ikke helt troverdige.\n"
"\n"
-#: pg_controldata.c:141
+#: pg_controldata.c:150
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control versjonsnummer: %u\n"
-#: pg_controldata.c:142
+#: pg_controldata.c:151
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Katalogversjonsnummer: %u\n"
-#: pg_controldata.c:143
+#: pg_controldata.c:152
#, c-format
msgid "Database cluster state: %s\n"
msgstr "Databasens hoptilstand: %s\n"
-#: pg_controldata.c:144
+#: pg_controldata.c:153
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "pg_control sist endret: %s\n"
-#: pg_controldata.c:145
+#: pg_controldata.c:154
#, c-format
msgid "Current log file ID: %u\n"
msgstr "Nåværende loggfil-ID: %u\n"
-#: pg_controldata.c:146
+#: pg_controldata.c:155
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Neste loggfilsegment: %u\n"
-#: pg_controldata.c:147
+#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "Nyeste kontrollpunktsposisjon: %X/%X\n"
-#: pg_controldata.c:149
+#: pg_controldata.c:158
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "Forrige kontrollpunktsposisjon: %X/%X\n"
-#: pg_controldata.c:151
+#: pg_controldata.c:160
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "Nyeste kontrollpunkts REDO-posisjon: %X/%X\n"
-#: pg_controldata.c:153
+#: pg_controldata.c:162
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "Nyeste kontrollpunkts UNDO-posisjon: %X/%X\n"
-#: pg_controldata.c:155
+#: pg_controldata.c:164
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "Nyeste kontrollpunkts StartUpID: %u\n"
-#: pg_controldata.c:156
+#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "Nyeste kontrollpunkts NextXID: %u\n"
-#: pg_controldata.c:157
+#: pg_controldata.c:166
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Nyeste kontrollpunkts NextOID: %u\n"
-#: pg_controldata.c:158
+#: pg_controldata.c:167
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Tidspunkt for nyeste kontrollpunkt: %s\n"
-#: pg_controldata.c:159
+#: pg_controldata.c:168
#, c-format
msgid "Database block size: %u\n"
msgstr "Databasens blokkstørrelse: %u\n"
-#: pg_controldata.c:160
+#: pg_controldata.c:169
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blokker pr segment i en stor relasjon: %u\n"
-#: pg_controldata.c:161
+#: pg_controldata.c:170
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maksimal lengde for identifikatorer: %u\n"
-#: pg_controldata.c:162
+#: pg_controldata.c:171
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Maksimalt antall funksjonsargumenter: %u\n"
-#: pg_controldata.c:163
+#: pg_controldata.c:172
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Dato/tid-representasjon: %s\n"
-#: pg_controldata.c:164
+#: pg_controldata.c:173
msgid "64-bit integers"
msgstr "64-bits heltall"
-#: pg_controldata.c:164
-msgid "Floating point"
-msgstr "Flyttall"
+#: pg_controldata.c:173
+msgid "floating-point numbers"
+msgstr "flyttall"
-#: pg_controldata.c:165
+#: pg_controldata.c:174
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Maksimal lengde for localenavn: %u\n"
-# There is currently no need to translate this string.
-# TE, 2003-08-19.
-#: pg_controldata.c:166
+#: pg_controldata.c:175
#, c-format
msgid "LC_COLLATE: %s\n"
-msgstr ""
+msgstr "LC_COLLATE: %s\n"
-# There is currently no need to translate this string.
-# TE, 2003-08-19.
-#: pg_controldata.c:167
+#: pg_controldata.c:176
#, c-format
msgid "LC_CTYPE: %s\n"
-msgstr ""
+msgstr "LC_CTYPE: %s\n"
diff --git a/src/bin/pg_dump/po/nb.po b/src/bin/pg_dump/po/nb.po
index fb2593d8c22..49d55c6c447 100644
--- a/src/bin/pg_dump/po/nb.po
+++ b/src/bin/pg_dump/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (pg_dump).
+# Norwegian bokmål translation of messages for PostgreSQL (pg_dump).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,249 +12,234 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:17-0400\n"
-"PO-Revision-Date: 2003-08-20 18:09+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 15:20+0200\n"
+"PO-Revision-Date: 2003-09-29 15:49+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: pg_dump.c:387 pg_restore.c:254
+#: pg_dump.c:343 pg_restore.c:244
msgid "User name: "
msgstr "Brukernavn: "
-#: pg_dump.c:421 pg_restore.c:281
+#: pg_dump.c:377 pg_restore.c:271
#, c-format
msgid "%s: invalid -X option -- %s\n"
msgstr "%s: ugyldig -X-valg -- %s\n"
-#: pg_dump.c:423 pg_dump.c:445 pg_dumpall.c:173 pg_restore.c:283
-#: pg_restore.c:295
+#: pg_dump.c:379 pg_dump.c:393 pg_dump.c:402 pg_restore.c:273 pg_restore.c:283
+#: pg_dumpall.c:190 pg_dumpall.c:199
#, c-format
-msgid "Try '%s --help' for more information.\n"
+msgid "Try \"%s --help\" for more information.\n"
msgstr "Prøv «%s --help» for mer informasjon.\n"
-#: pg_dump.c:434
+#: pg_dump.c:400 pg_dumpall.c:197
#, c-format
-msgid ""
-"%s was compiled without support for long options.\n"
-"Use --help for help on invocation options.\n"
-msgstr ""
-"%s ble kompilert uten støtte for lange valg.\n"
-"Bruk --help for hjelp om valg.\n"
+msgid "%s: too many command-line arguments (first is \"%s\")\n"
+msgstr "%s: for mange valg på kommandolinjen (første er «%s»)\n"
-#: pg_dump.c:453 pg_dumpall.c:181
-#, c-format
+#: pg_dump.c:413
msgid ""
-"%s: too many command line options (first is '%s')\n"
-"Try '%s --help' for more information.\n"
-msgstr ""
-"%s: for mange valg på kommandolinjen (første er «%s»)\n"
-"Prøv «%s --help» for mer informasjon.\n"
+"options \"schema only\" (-s) and \"data only\" (-a) cannot be used together\n"
+msgstr "valgene «schema only» (-s) og «data only» (-a) kan ikke brukes samtidig\n"
-#: pg_dump.c:465
-msgid ""
-"The options \"schema only\" (-s) and \"data only\" (-a) cannot be used "
-"together.\n"
-msgstr "Valgene «schema only» (-s) og «data only» (-a) kan ikke brukes samtidig.\n"
+#: pg_dump.c:419
+msgid "options \"clean\" (-c) and \"data only\" (-a) cannot be used together\n"
+msgstr "valgene «clean» (-c) og «data only» (-a) kan ikke brukes samtidig\n"
-#: pg_dump.c:471
-msgid ""
-"The options \"clean\" (-c) and \"data only\" (-a) cannot be used together.\n"
-msgstr "Valgene «clean» (-c) og «data only» (-a) kan ikke brukes samtidig.\n"
+#: pg_dump.c:425
+msgid "large-object output not supported for a single table\n"
+msgstr "output av store objekter er ikke støttet for en enkelt tabell\n"
-#: pg_dump.c:477
-msgid "Large object output is not supported for a single table.\n"
-msgstr "Output av store objekter er ikke støttet for en enkelt tabell.\n"
+#: pg_dump.c:426 pg_dump.c:433
+msgid "use a full dump instead\n"
+msgstr "bruk en full dump istedet\n"
-#: pg_dump.c:478
-msgid "Use all tables or a full dump instead.\n"
-msgstr "Bruk alle tabellene eller en full dump istedet.\n"
+#: pg_dump.c:432
+msgid "large-object output not supported for a single schema\n"
+msgstr ""
-#: pg_dump.c:484
-msgid "INSERT (-d, -D) and OID (-o) options cannot be used together.\n"
-msgstr "Valgene INSERT (-d, -D) og OID (-o) kan ikke brukes samtidig.\n"
+#: pg_dump.c:439
+msgid "INSERT (-d, -D) and OID (-o) options cannot be used together\n"
+msgstr "valgene INSERT (-d, -D) og OID (-o) kan ikke brukes samtidig\n"
-#: pg_dump.c:485
+#: pg_dump.c:440
msgid "(The INSERT command cannot set OIDs.)\n"
msgstr "(INSERT-kommandoen kan ikke sette OIDer.)\n"
-#: pg_dump.c:491
-msgid "large object output is not supported for plain text dump files.\n"
-msgstr "output av store objekter er ikke støttet for ren tekst-dumpfiler.\n"
+#: pg_dump.c:446
+msgid "large-object output is not supported for plain-text dump files\n"
+msgstr "output av store objekter er ikke støttet for ren tekst-dumpfiler\n"
-#: pg_dump.c:492
+#: pg_dump.c:447
msgid "(Use a different output format.)\n"
msgstr "(Bruk et annet utdataformat.)\n"
-#: pg_dump.c:522
+#: pg_dump.c:476
#, c-format
msgid "invalid output format \"%s\" specified\n"
msgstr "ugyldig utdataformat «%s» angitt\n"
-#: pg_dump.c:528
+#: pg_dump.c:482
#, c-format
-msgid "could not open output file %s for writing\n"
-msgstr "kunne ikke åpne utfil %s for skriving\n"
+msgid "could not open output file \"%s\" for writing\n"
+msgstr "kunne ikke åpne utfil «%s» for skriving\n"
-#: pg_backup_db.c:48 pg_dump.c:539
+#: pg_dump.c:493 pg_backup_db.c:48
#, c-format
-msgid "unable to parse version string \"%s\"\n"
+msgid "could not parse version string \"%s\"\n"
msgstr "kunne ikke tolke versjonstrengen «%s»\n"
-#: pg_dump.c:557
+#: pg_dump.c:509
#, c-format
msgid "BEGIN command failed: %s"
msgstr "BEGIN-kommandoen mislyktes: %s"
-#: pg_dump.c:563
+#: pg_dump.c:515
#, c-format
msgid "could not set transaction isolation level to serializable: %s"
msgstr "kunne ikke sette transaksjonsisolering til serialiserbar: %s"
-#: pg_dump.c:575
+#: pg_dump.c:522
+#, c-format
+msgid "could not set datestyle to ISO: %s"
+msgstr ""
+
+#: pg_dump.c:534
+#, c-format
+msgid "could not set extra_float_digits: %s"
+msgstr "kunne ikke sette extra_float_digits: %s"
+
+#: pg_dump.c:547
#, c-format
msgid "last built-in OID is %u\n"
msgstr "siste innebygde OID er %u\n"
-#: pg_dump.c:655
+#: pg_dump.c:610
#, c-format
msgid ""
"%s dumps a database as a text file or to other formats.\n"
"\n"
-msgstr "%s dumper en database som en tekstfil eller i andre formater.\n\n"
+msgstr ""
+"%s dumper en database som en tekstfil eller i andre formater.\n"
+"\n"
-#: pg_dump.c:656 pg_dumpall.c:215 pg_restore.c:377
+#: pg_dump.c:611 pg_restore.c:358 pg_dumpall.c:235
msgid "Usage:\n"
msgstr "Bruksmåte:\n"
-#: pg_dump.c:657
+#: pg_dump.c:612
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [VALG]... [DBNAVN]\n"
-#: pg_dump.c:659 pg_restore.c:380
+#: pg_dump.c:614 pg_restore.c:361
msgid ""
"\n"
"General options:\n"
-msgstr "\nGenerelle valg:\n"
+msgstr ""
+"\n"
+"Generelle valg:\n"
-#: pg_dump.c:661 pg_restore.c:383
+#: pg_dump.c:615 pg_restore.c:363
msgid " -f, --file=FILENAME output file name\n"
msgstr " -f, --file=FILNAVN utdatafilnavn\n"
-#: pg_dump.c:662
+#: pg_dump.c:616
msgid ""
" -F, --format=c|t|p output file format (custom, tar, plain text)\n"
-msgstr " -F, --format=c|t|p utdataformat (c:eget, t:tar, p:vanlig tekst)\n"
+msgstr ""
+" -F, --format=c|t|p utdataformat (c:eget, t:tar, p:vanlig tekst)\n"
-#: pg_dump.c:663
+#: pg_dump.c:617
msgid ""
" -i, --ignore-version proceed even when server version mismatches\n"
" pg_dump version\n"
msgstr ""
-" -i, --ignore-version fortsett selv når serverens versjon er forskjellig\n"
+" -i, --ignore-version fortsett selv når serverens versjon er "
+"forskjellig\n"
" fra pg_dump-versjonen\n"
-#: pg_dump.c:665 pg_dumpall.c:227 pg_restore.c:387
+#: pg_dump.c:619 pg_restore.c:367 pg_dumpall.c:248
msgid " -v, --verbose verbose mode\n"
msgstr " -v, --verbose vise mer informasjon\n"
-#: pg_dump.c:666
+#: pg_dump.c:620
msgid " -Z, --compress=0-9 compression level for compressed formats\n"
msgstr " -Z, --compress=0-9 komprimeringsnivå for komprimerte format\n"
-#: pg_dump.c:668 pg_restore.c:390
-msgid " -f FILENAME output file name\n"
-msgstr " -f FILNAVN utdatafilnavn\n"
-
-#: pg_dump.c:669
-msgid ""
-" -F c|t|p output file format (custom, tar, plain text)\n"
-msgstr " -F c|t|p utdataformat (c:eget, t:tar, p:vanlig tekst)\n"
-
-#: pg_dump.c:670
-msgid ""
-" -i proceed even when server version mismatches\n"
-" pg_dump version\n"
-msgstr ""
-" -i fortsett selv når serverens versjon er forskjellig\n"
-" fra pg_dump-versjonen\n"
-
-#: pg_dump.c:672 pg_dumpall.c:236 pg_restore.c:394
-msgid " -v verbose mode\n"
-msgstr " -v vise mer informasjon\n"
-
-#: pg_dump.c:673
-msgid " -Z 0-9 compression level for compressed formats\n"
-msgstr " -Z 0-9 komprimeringsnivå for komprimerte formater\n"
-
-#: pg_dump.c:675 pg_dumpall.c:238 pg_restore.c:396
+#: pg_dump.c:621 pg_restore.c:368 pg_dumpall.c:250
msgid " --help show this help, then exit\n"
msgstr " --help vise denne hjelpen og avslutte\n"
-#: pg_dump.c:676 pg_dumpall.c:239 pg_restore.c:397
+#: pg_dump.c:622 pg_restore.c:369 pg_dumpall.c:251
msgid " --version output version information, then exit\n"
msgstr " --version vise programversjon og avslutte\n"
-#: pg_dump.c:678 pg_restore.c:399
+#: pg_dump.c:624 pg_restore.c:371
msgid ""
"\n"
"Options controlling the output content:\n"
-msgstr "\nValg som styrer utdata:\n"
+msgstr ""
+"\n"
+"Valg som styrer utdata:\n"
-#: pg_dump.c:680
+#: pg_dump.c:625 pg_dumpall.c:239
msgid " -a, --data-only dump only the data, not the schema\n"
msgstr " -a, --data-only bare dumpe data, ikke skjema\n"
-#: pg_dump.c:681
+#: pg_dump.c:626
msgid " -b, --blobs include large objects in dump\n"
msgstr " -b, --blobs ta med store objekter i dumpen\n"
-#: pg_dump.c:682 pg_restore.c:402
+#: pg_dump.c:627 pg_restore.c:373
msgid " -c, --clean clean (drop) schema prior to create\n"
-msgstr " -c, --clean fjern (drop) skjema før det opprettes (create)\n"
+msgstr ""
+" -c, --clean fjern (drop) skjema før det opprettes (create)\n"
-#: pg_dump.c:683
+#: pg_dump.c:628
msgid ""
" -C, --create include commands to create database in dump\n"
-msgstr " -C, --create ta med kommandoer for å opprette databasen i dumpen\n"
+msgstr ""
+" -C, --create ta med kommandoer for å opprette databasen i "
+"dumpen\n"
-#: pg_dump.c:684 pg_dumpall.c:221
+#: pg_dump.c:629 pg_dumpall.c:241
msgid ""
" -d, --inserts dump data as INSERT, rather than COPY, commands\n"
-msgstr " -d, --inserts dump data som INSERT-, istedet for COPY-kommandoer\n"
+msgstr ""
+" -d, --inserts dump data som INSERT-, istedet for COPY-"
+"kommandoer\n"
-#: pg_dump.c:685 pg_dumpall.c:222
+#: pg_dump.c:630 pg_dumpall.c:242
msgid ""
" -D, --column-inserts dump data as INSERT commands with column names\n"
-msgstr " -D, --column-inserts dump data som INSERT-kommandoer med kolonnenavn\n"
+msgstr ""
+" -D, --column-inserts dump data som INSERT-kommandoer med kolonnenavn\n"
+
+#: pg_dump.c:631
+msgid " -n, --schema=SCHEMA dump the named schema only\n"
+msgstr ""
-#: pg_dump.c:686 pg_dumpall.c:226
+#: pg_dump.c:632 pg_dumpall.c:247
msgid " -o, --oids include OIDs in dump\n"
msgstr " -o, --oids ta med OIDer i dumpen\n"
-#: pg_dump.c:687
+#: pg_dump.c:633
msgid ""
-" -O, --no-owner do not output \\connect commands in plain\n"
-" text format\n"
-msgstr " -O, --no-owner ikke ta med \\connect-kommandoen i rent tekstformat\n"
-
-#: pg_dump.c:689
-msgid ""
-" -R, --no-reconnect disable ALL reconnections to the database in\n"
-" plain text format\n"
+" -O, --no-owner do not output commands to set object ownership\n"
+" in plain text format\n"
msgstr ""
-" -R, --no-reconnect slå av ALLE gjenoppkoblinger mot databasen\n"
-" i rent tekstformat\n"
-#: pg_dump.c:691
+#: pg_dump.c:635 pg_dumpall.c:246
msgid " -s, --schema-only dump only the schema, no data\n"
msgstr " -s, --schema-only bare dumpe skjemaet, ikke data\n"
-#: pg_dump.c:692
+#: pg_dump.c:636
msgid ""
" -S, --superuser=NAME specify the superuser user name to use in\n"
" plain text format\n"
@@ -262,25 +247,15 @@ msgstr ""
" -S, --superuser=NAVN angi superbrukerens brukernavn for bruk i\n"
" ren tekstformat\n"
-#: pg_dump.c:694
-msgid " -t, --table=TABLE dump this table only (* for all)\n"
-msgstr " -t, --table=TABELL bare dumpe denne tabellen (* for alle)\n"
+#: pg_dump.c:638
+msgid " -t, --table=TABLE dump the named table only\n"
+msgstr " -t, --table=TABELL bare dumpe denne tabellen\n"
-#: pg_dump.c:695
+#: pg_dump.c:639 pg_dumpall.c:249
msgid " -x, --no-privileges do not dump privileges (grant/revoke)\n"
msgstr " -x, --no-privileges ikke dump rettigheter (grant/revoke)\n"
-#: pg_dump.c:696
-msgid ""
-" -X use-set-session-authorization, --use-set-session-authorization\n"
-" output SET SESSION AUTHORIZATION commands rather\n"
-" than \\connect commands\n"
-msgstr ""
-" -X use-set-session-authorization, --use-set-session-authorization\n"
-" skriv ut SET SESSION AUTHORIZATION-kommandoer\n"
-" istedet for \\connect-kommandoer\n"
-
-#: pg_dump.c:699 pg_restore.c:424
+#: pg_dump.c:640 pg_restore.c:390
msgid ""
" -X disable-triggers, --disable-triggers\n"
" disable triggers during data-only restore\n"
@@ -288,131 +263,37 @@ msgstr ""
" -X disable-triggers, --disable-triggers\n"
" slå av utløsere ved gjenoppretting av bare data\n"
-#: pg_dump.c:702
-msgid " -a dump only the data, not the schema\n"
-msgstr " -a bare dump data, ikke skjema\n"
-
-#: pg_dump.c:703
-msgid " -b include large objects in dump\n"
-msgstr " -b ta med store objekter i dumpen\n"
-
-#: pg_dump.c:704 pg_restore.c:428
-msgid " -c clean (drop) schema prior to create\n"
-msgstr " -c fjern (drop) skjema før det opprettes\n"
-
-#: pg_dump.c:705
-msgid ""
-" -C include commands to create database in dump\n"
-msgstr " -C ta med kommandoer for å opprette databasen i dumpen\n"
-
-#: pg_dump.c:706 pg_dumpall.c:230
-msgid ""
-" -d dump data as INSERT, rather than COPY, commands\n"
-msgstr " -d dump data som INSERT-, istedet for COPY-kommandoer\n"
-
-#: pg_dump.c:707 pg_dumpall.c:231
-msgid ""
-" -D dump data as INSERT commands with column names\n"
-msgstr " -D dump data som INSERT-kommandoer med kolonnenavn\n"
-
-#: pg_dump.c:708 pg_dumpall.c:235
-msgid " -o include OIDs in dump\n"
-msgstr " -o ta med OIDer i dumpen\n"
-
-#: pg_dump.c:709
-msgid ""
-" -O do not output \\connect commands in plain\n"
-" text format\n"
-msgstr " -O ikke skriv \\connect-kommandoen i rent tekstformat\n"
-
-#: pg_dump.c:711
-msgid ""
-" -R disable ALL reconnections to the database in\n"
-" plain text format\n"
-msgstr ""
-" -R slå av ALLE gjenoppkoblinger mot databasen\n"
-" i rent tekstformat\n"
-
-#: pg_dump.c:713
-msgid " -s dump only the schema, no data\n"
-msgstr " -s bare dump skjema, ikke data\n"
-
-#: pg_dump.c:714
-msgid ""
-" -S NAME specify the superuser user name to use in\n"
-" plain text format\n"
-msgstr ""
-" -S NAVN angi superbrukerens brukernavn for bruk i\n"
-" rent tekstformat\n"
-
-#: pg_dump.c:716
-msgid " -t TABLE dump this table only (* for all)\n"
-msgstr " -t TABELL bare dump denne tabellen (* for alle)\n"
-
-#: pg_dump.c:717
-msgid " -x do not dump privileges (grant/revoke)\n"
-msgstr " -x ikke dump rettigheter (grant/revoke)\n"
-
-#: pg_dump.c:718
-msgid ""
-" -X use-set-session-authorization\n"
-" output SET SESSION AUTHORIZATION commands rather\n"
-" than \\connect commands\n"
-msgstr ""
-" -X use-set-session-authorization\n"
-" skriv ut SET SESSION AUTHORIZATION-kommandoer\n"
-" istedet for \\connect-kommandoer\n"
-
-#: pg_dump.c:721 pg_restore.c:449
-msgid " -X disable-triggers disable triggers during data-only restore\n"
-msgstr " -X disable-triggers slå av utløsere ved gjenoppretting av bare data\n"
-
-#: pg_dump.c:724 pg_dumpall.c:241 pg_restore.c:452
+#: pg_dump.c:643 pg_restore.c:393 pg_dumpall.c:253
msgid ""
"\n"
"Connection options:\n"
-msgstr "\nTilkoblingsvalg:\n"
+msgstr ""
+"\n"
+"Tilkoblingsvalg:\n"
-#: pg_dump.c:726 pg_dumpall.c:243 pg_restore.c:454
-msgid " -h, --host=HOSTNAME database server host name\n"
-msgstr " -h, --host=VERTSNAVN databasens vertsnavn\n"
+#: pg_dump.c:644 pg_restore.c:394 pg_dumpall.c:254
+msgid " -h, --host=HOSTNAME database server host or socket directory\n"
+msgstr ""
-#: pg_dump.c:727 pg_dumpall.c:244 pg_restore.c:455
+#: pg_dump.c:645 pg_restore.c:395 pg_dumpall.c:255
msgid " -p, --port=PORT database server port number\n"
msgstr " -p, --port=PORT databasens vertsport\n"
-#: pg_dump.c:728 pg_dumpall.c:245 pg_restore.c:456
+#: pg_dump.c:646 pg_restore.c:396 pg_dumpall.c:256
msgid " -U, --username=NAME connect as specified database user\n"
-msgstr " -U, --username=NAVN koble til databasen med dette brukernavnet\n"
+msgstr ""
+" -U, --username=NAVN koble til databasen med dette brukernavnet\n"
-#: pg_dump.c:729 pg_dumpall.c:246 pg_restore.c:457
+#: pg_dump.c:647 pg_restore.c:397 pg_dumpall.c:257
msgid ""
" -W, --password force password prompt (should happen "
"automatically)\n"
msgstr " -W, --password spørre om passord (burde skje automatisk)\n"
-#: pg_dump.c:731 pg_dumpall.c:248 pg_restore.c:459
-msgid " -h HOSTNAME database server host name\n"
-msgstr " -h VERTSNAVN databasens vertsnavn\n"
-
-#: pg_dump.c:732 pg_dumpall.c:249 pg_restore.c:460
-msgid " -p PORT database server port number\n"
-msgstr " -p PORT databasens vertsport\n"
-
-#: pg_dump.c:733 pg_dumpall.c:250 pg_restore.c:461
-msgid " -U NAME connect as specified database user\n"
-msgstr " -U NAVN tilkoble databasen med dette brukernavnet\n"
-
-#: pg_dump.c:734 pg_dumpall.c:251 pg_restore.c:462
-msgid ""
-" -W force password prompt (should happen "
-"automatically)\n"
-msgstr " -W spørre om passord (burde skje automatisk)\n"
-
-#: pg_dump.c:737
+#: pg_dump.c:649
msgid ""
"\n"
-"If no database name is not supplied, then the PGDATABASE environment\n"
+"If no database name is supplied, then the PGDATABASE environment\n"
"variable value is used.\n"
"\n"
msgstr ""
@@ -421,211 +302,231 @@ msgstr ""
"PGDATABASE i stedet.\n"
"\n"
-#: pg_dump.c:739 pg_dumpall.c:255 pg_restore.c:466
+#: pg_dump.c:651 pg_restore.c:400 pg_dumpall.c:260
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Rapporter bugs til <pgsql-bugs@postgresql.org>.\n"
-#: pg_backup_archiver.c:1286 pg_dump.c:747
+#: pg_dump.c:659 pg_backup_archiver.c:1277
msgid "*** aborted because of error\n"
msgstr "*** avbrutt på grunn av feil\n"
-#: pg_dump.c:814
+#: pg_dump.c:741
#, c-format
msgid "dumping contents of table %s\n"
msgstr "dumper innholdet i tabellen %s\n"
-#: pg_dump.c:853
+#: pg_dump.c:780
#, c-format
msgid "SQL command to dump the contents of table \"%s\" failed\n"
msgstr "SQL-kommandoen for å skrive ut innholdet i tabellen «%s» mislyktes\n"
-#: pg_dump.c:855 pg_dump.c:944 pg_dump.c:993 pg_dump.c:1007 pg_dump.c:1104
-#: pg_dump.c:1222
+#: pg_dump.c:782 pg_dump.c:871 pg_dump.c:921 pg_dump.c:935 pg_dump.c:1039
+#: pg_dump.c:1158
#, c-format
msgid "Error message from server: %s"
msgstr "Feilmelding fra serveren: %s"
-#: pg_dump.c:856 pg_dump.c:865 pg_dump.c:945 pg_dump.c:994 pg_dump.c:1223
+#: pg_dump.c:783 pg_dump.c:792 pg_dump.c:872 pg_dump.c:922 pg_dump.c:1159
#, c-format
msgid "The command was: %s\n"
msgstr "Kommandoen var: %s\n"
-#: pg_dump.c:861
+#: pg_dump.c:788
#, c-format
msgid "SQL command to dump the contents of table \"%s\" executed abnormally.\n"
-msgstr "SQL-kommandoen for å dumpe innholdet av tabellen «%s» ble utført unaturlig.\n"
+msgstr ""
+"SQL-kommandoen for å dumpe innholdet av tabellen «%s» ble utført unaturlig.\n"
-#: pg_dump.c:863
+#: pg_dump.c:790
#, c-format
msgid "The server returned status %d when %d was expected.\n"
msgstr "Serveren returnerte status %d når %d var forventet.\n"
-#: pg_dump.c:943
+#: pg_dump.c:870
#, c-format
msgid ""
"SQL command to dump the contents of table \"%s\" failed: PQendcopy() "
"failed.\n"
-msgstr "SQL-kommandoen for å dumpe innholdet i tabellen «%s» mislyktes: PQendcopy() mislyktes.\n"
+msgstr ""
+"SQL-kommandoen for å dumpe innholdet i tabellen «%s» mislyktes: PQendcopy() "
+"mislyktes.\n"
-#: pg_dump.c:992 pg_dump.c:1006 pg_dump.c:1103
+#: pg_dump.c:920 pg_dump.c:934 pg_dump.c:1038
msgid "dumpClasses(): SQL command failed\n"
msgstr "dumpClasses(): SQL-kommando mislyktes\n"
-#: pg_dump.c:1008
+#: pg_dump.c:936
msgid "The command was: FETCH 100 FROM _pg_dump_cursor\n"
msgstr "Kommandoen var: FETCH 100 FROM _pg_dump_cursor\n"
-#: pg_dump.c:1105
+#: pg_dump.c:1040
msgid "The command was: CLOSE _pg_dump_cursor\n"
msgstr "Kommandoen var: CLOSE _pg_dump_cursor\n"
-#: pg_dump.c:1143
+#: pg_dump.c:1078
#, c-format
msgid "preparing to dump the contents of table %s\n"
msgstr "forbereder for å dumpe innholdet i tabellen %s\n"
-#: pg_dump.c:1206
+#: pg_dump.c:1141
msgid "saving database definition\n"
msgstr "lagrer databasedefinisjon\n"
-#: pg_dump.c:1221
+#: pg_dump.c:1157
msgid "SQL command failed\n"
msgstr "SQL-kommando mislyktes\n"
-#: pg_dump.c:1231
+#: pg_dump.c:1167
#, c-format
msgid "missing pg_database entry for database \"%s\"\n"
msgstr "mangler pg_database-post for databasen «%s»\n"
-#: pg_dump.c:1238
+#: pg_dump.c:1174
#, c-format
msgid ""
"query returned more than one (%d) pg_database entry for database \"%s\"\n"
-msgstr "spørring returnerte mer enn en (%d) pg_database-post for databasen «%s»\n"
+msgstr ""
+"spørring returnerte mer enn en (%d) pg_database-post for databasen «%s»\n"
-#: pg_dump.c:1305
+#: pg_dump.c:1247
msgid "saving large objects\n"
msgstr "lagrer store objekter\n"
-#: pg_dump.c:1319
+#: pg_dump.c:1261
#, c-format
msgid "dumpBlobs(): cursor declaration failed: %s"
msgstr "dumpBlobs(): mislykket markørdeklarasjon: %s"
-#: pg_dump.c:1334
+#: pg_dump.c:1276
#, c-format
msgid "dumpBlobs(): fetch from cursor failed: %s"
msgstr "dumpBlobs(): mislykket innfanging (fetch) fra markør: %s"
-#: pg_dump.c:1347
+#: pg_dump.c:1289
#, c-format
msgid "dumpBlobs(): could not open large object: %s"
msgstr "dumpBlobs(): kunne ikke åpne det store objektet: %s"
-#: pg_dump.c:1360
+#: pg_dump.c:1302
#, c-format
msgid "dumpBlobs(): error reading large object: %s"
msgstr "dumpBlobs(): feil ved lesing av stort objekt: %s"
-#: pg_dump.c:1448
+#: pg_dump.c:1390
#, c-format
-msgid "query to obtain list of namespaces failed: %s"
-msgstr "mislykket spørring for å hente liste over navnerom: %s"
+msgid "query to obtain list of schemas failed: %s"
+msgstr ""
-#: pg_dump.c:1472
+#: pg_dump.c:1414
#, c-format
-msgid "WARNING: owner of namespace %s appears to be invalid\n"
-msgstr "ADVARSEL: eieren av navnerommet %s ser ut til å være ugyldig\n"
+msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
+msgstr "ADVARSEL: eieren av skjemaet «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:1507
+#: pg_dump.c:1431
#, c-format
-msgid "could not find namespace with OID %s\n"
-msgstr "kunne ikke finne navnerommet med OID %s\n"
+msgid "specified schema \"%s\" does not exist\n"
+msgstr ""
-#: pg_dump.c:1587
+#: pg_dump.c:1468
+#, c-format
+msgid "schema with OID %s does not exist\n"
+msgstr ""
+
+#: pg_dump.c:1548
#, c-format
msgid "query to obtain list of data types failed: %s"
msgstr "mislykket spørring for å hente liste over datatyper: %s"
-#: pg_dump.c:1632
+#: pg_dump.c:1593
#, c-format
-msgid "WARNING: owner of data type %s appears to be invalid\n"
-msgstr "ADVARSEL: eieren av datatypen %s ser ut til å være ugyldig\n"
+msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
+msgstr "ADVARSEL: eieren av datatypen «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:1695 pg_dump.c:4021
+#: pg_dump.c:1656 pg_dump.c:4164
#, c-format
msgid "query to obtain list of operators failed: %s"
msgstr "mislykket spørring for å hente liste over operatorer: %s"
-#: pg_dump.c:1720
+#: pg_dump.c:1681
#, c-format
msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
msgstr "ADVARSEL: eieren av operatoren «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:1778
+#: pg_dump.c:1739
#, c-format
msgid "query to obtain list of operator classes failed: %s"
msgstr "mislykket spørring for å hente liste over operatorklasser: %s"
-#: pg_dump.c:1803
+#: pg_dump.c:1764
#, c-format
msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
msgstr "ADVARSEL: eieren av operatorklassen «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:1871 pg_dump.c:4641
+#: pg_dump.c:1832 pg_dump.c:4784
#, c-format
msgid "query to obtain list of aggregate functions failed: %s"
msgstr "mislykket spørring for å hente liste over aggregatfunksjoner: %s"
-#: pg_dump.c:1897
+#: pg_dump.c:1858
#, c-format
msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
-msgstr "ADVARSEL: eieren av aggregatfunksjonen «%s» ser ut til å være ugyldig\n"
+msgstr ""
+"ADVARSEL: eieren av aggregatfunksjonen «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:1971
+#: pg_dump.c:1932
#, c-format
msgid "query to obtain list of functions failed: %s"
msgstr "mislykket spørring for å hente liste over funksjoner: %s"
-#: pg_dump.c:2018
+#: pg_dump.c:1979
#, c-format
msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
msgstr "ADVARSEL: eieren av funksjonen «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:2168
+#: pg_dump.c:2129
#, c-format
msgid "query to obtain list of tables failed: %s"
msgstr "mislykket spørring for å hente liste over tabeller: %s"
-#: pg_dump.c:2264
+#: pg_dump.c:2225
#, c-format
-msgid "Attempt to lock table \"%s\" failed. %s"
-msgstr "Mislykket forsøk på å lese tabellen «%s». %s"
+msgid "attempt to lock table \"%s\" failed: %s"
+msgstr ""
-#: pg_dump.c:2273
+#: pg_dump.c:2234
#, c-format
msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
msgstr "ADVARSEL: eieren av tabellen «%s» ser ut til å være ugyldig\n"
-#: pg_dump.c:2315
+#: pg_dump.c:2252
+#, c-format
+msgid "specified table \"%s\" does not exist\n"
+msgstr ""
+
+#: pg_dump.c:2296
#, c-format
msgid "query to obtain inheritance relationships failed: %s"
msgstr "Mislykket spørring for å hente arverelasjoner. %s"
-#: pg_dump.c:2400
+#: pg_dump.c:2384
#, c-format
-msgid "finding the columns and types of table %s\n"
-msgstr "finner kolonner og typer for tabellen %s\n"
+msgid "finding the columns and types of table \"%s\"\n"
+msgstr "finner kolonner og typer for tabellen «%s»\n"
-#: pg_dump.c:2449
+#: pg_dump.c:2436
#, c-format
msgid "query to get table columns failed: %s"
msgstr "mislykket spørring for å hente tabellkolonner: %s"
+#: pg_dump.c:2475
+#, c-format
+msgid "invalid column numbering in table \"%s\"\n"
+msgstr ""
+
#: pg_dump.c:2505
#, c-format
-msgid "finding DEFAULT expressions of table %s\n"
-msgstr "finner DEFAULT-uttrykk for tabellen %s\n"
+msgid "finding default expressions of table \"%s\"\n"
+msgstr ""
#: pg_dump.c:2536
#, c-format
@@ -634,13 +535,13 @@ msgstr "mislykket spørring for å hente kolonnenes standardverdi: %s"
#: pg_dump.c:2548
#, c-format
-msgid "invalid adnum value %d for table %s\n"
-msgstr "ugyldig adnum-verdi %d for tabellen %s\n"
+msgid "invalid adnum value %d for table \"%s\"\n"
+msgstr "ugyldig adnum-verdi %d for tabellen «%s»\n"
#: pg_dump.c:2665
#, c-format
-msgid "query to get comment on oid %s failed: %s"
-msgstr "mislykket spørring for å hente kommentaren til oid %s: %s"
+msgid "query to get comment on OID %s failed: %s"
+msgstr "mislykket spørring for å hente kommentaren til OID %s: %s"
#: pg_dump.c:2749
#, c-format
@@ -649,276 +550,298 @@ msgstr "mislykket spørring for å hente kommentarene til tabellen %s: %s"
#: pg_dump.c:2832
#, c-format
-msgid "query to get database oid failed: %s"
-msgstr "mislykket spørring for å hente databasens oid: %s"
+msgid "query to get database OID failed: %s"
+msgstr "mislykket spørring for å hente databasens OID: %s"
-#: pg_dump.c:3001
-#, c-format
-msgid "query to obtain information on type %s failed: %s"
+#: pg_dump.c:3028
+#, fuzzy, c-format
+msgid "query to obtain information on data type \"%s\" failed: %s"
msgstr "mislykket spørring for å hente informasjon om typen %s: %s"
-#: pg_dump.c:3010 pg_dump.c:3184 pg_dump.c:3686 pg_dump.c:4029 pg_dump.c:4342
-#: pg_dump.c:4650 pg_dump.c:6601
+#: pg_dump.c:3037 pg_dump.c:3239 pg_dump.c:3786 pg_dump.c:4172 pg_dump.c:4485
+#: pg_dump.c:4793
#, c-format
msgid "Got %d rows instead of one from: %s"
msgstr "Fikk %d rader istedet for en rad fra: %s"
-#: pg_dump.c:3176
+#: pg_dump.c:3231
#, c-format
msgid "query to obtain domain information failed: %s"
msgstr "mislykket spørring for å hente domeneinformasjon: %s"
-#: pg_dump.c:3279
-#, c-format
-msgid "query to obtain type information failed: %s"
+#: pg_dump.c:3296
+#, fuzzy, c-format
+msgid "query to obtain domain constraint information failed: %s"
+msgstr "mislykket spørring for å hente domeneinformasjon: %s"
+
+#: pg_dump.c:3374
+#, fuzzy, c-format
+msgid "query to obtain data type information failed: %s"
msgstr "mislykket spørring for å hente typeinformasjon: %s"
-#: pg_dump.c:3287
+#: pg_dump.c:3382
#, c-format
-msgid "Got no rows from: %s"
-msgstr "Fikk ingen rader fra: %s"
+msgid "query yielded no rows: %s\n"
+msgstr ""
-#: pg_dump.c:3418
+#: pg_dump.c:3513
#, c-format
msgid "query to obtain list of procedural languages failed: %s"
msgstr "mislykket spørring for å hente liste over prosedyrespråk: %s"
-#: pg_dump.c:3453
+#: pg_dump.c:3548
#, c-format
-msgid "handler procedure for procedural language %s not found\n"
-msgstr "fant ikke prosedyrehåndterer for prosedyrespråket %s\n"
+msgid "handler procedure for procedural language \"%s\" not found\n"
+msgstr "fant ikke prosedyrehåndterer for prosedyrespråket «%s»\n"
-#: pg_dump.c:3463
+#: pg_dump.c:3558
#, c-format
-msgid "validator procedure for procedural language %s not found\n"
-msgstr "fant ikke valideringsprosedyre for prosedyrespråket %s\n"
+msgid "validator procedure for procedural language \"%s\" not found\n"
+msgstr "fant ikke valideringsprosedyre for prosedyrespråket «%s»\n"
-#: pg_dump.c:3677
+#: pg_dump.c:3777
#, c-format
-msgid "query to obtain information on function %s failed: %s"
-msgstr "mislykket spørring for å hente informasjon om funksjonen %s: %s"
+msgid "query to obtain information on function \"%s\" failed: %s"
+msgstr "mislykket spørring for å hente informasjon om funksjonen «%s»: %s"
-#: pg_dump.c:3752
+#: pg_dump.c:3853
#, c-format
-msgid "Unexpected provolatile value for function %s\n"
-msgstr "Uventet provolatile-verdi for funksjon %s\n"
+msgid "unrecognized provolatile value for function \"%s\"\n"
+msgstr "uventet provolatile-verdi for funksjon «%s»\n"
-#: pg_dump.c:3818
+#: pg_dump.c:3920
#, c-format
msgid "query to obtain list of casts failed: %s"
-msgstr "mislykket spørring for å hente listen over typeforvandlinger (casts): %s"
+msgstr ""
+"mislykket spørring for å hente listen over typeforvandlinger (casts): %s"
-#: pg_dump.c:4250
+#: pg_dump.c:4393
#, c-format
-msgid "WARNING: cannot find operator with OID %s\n"
-msgstr "ADVARSEL: kan ikke finne operatoren med OID %s\n"
+msgid "WARNING: could not find operator with OID %s\n"
+msgstr "ADVARSEL: kunne ikke finne operatoren med OID %s\n"
-#: pg_dump.c:4334
+#: pg_dump.c:4477
#, c-format
msgid "query to obtain operator class details failed: %s"
msgstr "mislykket spørring for å finne detaljer om operatorklasse: %s"
-#: pg_dump.c:4404
+#: pg_dump.c:4547
#, c-format
msgid "query to obtain operator class operators failed: %s"
msgstr "mislykket spørring for å hente operatorer for operatorklasse: %s"
-#: pg_dump.c:4449
+#: pg_dump.c:4592
#, c-format
msgid "query to obtain operator class functions failed: %s"
msgstr "mislykket spørring for å hente funksjoner for operatorklasse: %s"
-#: pg_dump.c:4678
+#: pg_dump.c:4821
#, c-format
msgid ""
"WARNING: aggregate function %s could not be dumped correctly for this "
"database version; ignored\n"
-msgstr "ADVARSEL: aggregatfunksjonen %s kunne ikke dumpes korrekt for denne databaseversjonen; ignorert\n"
+msgstr ""
+"ADVARSEL: aggregatfunksjonen %s kunne ikke dumpes korrekt for denne "
+"databaseversjonen; ignorert\n"
-#: pg_dump.c:4910
+#: pg_dump.c:4955
#, c-format
-msgid "could not parse ACL list (%s) for object %s (%s)\n"
-msgstr "kunne ikke tolke ACL-listen (%s) for objektet %s (%s)\n"
+msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
+msgstr "kunne ikke tolke ACL-listen (%s) for objektet «%s» (%s)\n"
-#: pg_dump.c:5146
+#: pg_dump.c:5118
#, c-format
msgid "query to obtain definition of view \"%s\" failed: %s"
msgstr "mislykket spørring for å hente definisjonen av viewet «%s»: %s"
-#: pg_dump.c:5154
+#: pg_dump.c:5126
#, c-format
msgid "query to obtain definition of view \"%s\" returned no data\n"
-msgstr "mislykket spørring for å hente definisjonen av viewet «%s» returnerte ingen data\n"
+msgstr ""
+"mislykket spørring for å hente definisjonen av viewet «%s» returnerte ingen "
+"data\n"
-#: pg_dump.c:5157
+#: pg_dump.c:5129
#, c-format
msgid ""
"query to obtain definition of view \"%s\" returned more than one definition\n"
-msgstr "spørring for å hente definisjonen av viewet «%s» returnerte mer enn en definisjon\n"
+msgstr ""
+"spørring for å hente definisjonen av viewet «%s» returnerte mer enn en "
+"definisjon\n"
-#: pg_dump.c:5164
+#: pg_dump.c:5136
#, c-format
-msgid "query to obtain definition of view \"%s\" returned NULL oid\n"
-msgstr "spørring for å hente definisjon av viewet «%s» returnerte NULL oid\n"
+msgid "query to obtain definition of view \"%s\" returned null OID\n"
+msgstr ""
-#: pg_dump.c:5173
+#: pg_dump.c:5145
#, c-format
msgid "definition of view \"%s\" appears to be empty (length zero)\n"
msgstr "definisjon av viewet «%s» ser ut til å være tom (lengde lik null)\n"
-#: pg_dump.c:5311
-#, c-format
-msgid "finding CHECK constraints for table %s\n"
+#: pg_dump.c:5283
+#, fuzzy, c-format
+msgid "finding check constraints for table \"%s\"\n"
msgstr "finner CHECK-tvangstrøyer (constraints) for tabellen %s\n"
-#: pg_dump.c:5353
+#: pg_dump.c:5347
#, c-format
msgid "query to obtain check constraints failed: %s"
msgstr "mislykket spørring for å hente checktvangstrøyer: %s"
-#: pg_dump.c:5359
+#: pg_dump.c:5353
#, c-format
msgid "expected %d check constraints on table \"%s\" but found %d\n"
msgstr "forventet %d check-tvangstrøyer for tabellen «%s», men fant bare %d\n"
-#: pg_dump.c:5361
+#: pg_dump.c:5355
msgid "(The system catalogs might be corrupted.)\n"
msgstr "(systemkatalogene kan være ødelagte.)\n"
-#: pg_dump.c:5488
+#: pg_dump.c:5517
#, c-format
-msgid "getAttrName(): invalid column number %d for table %s\n"
-msgstr "getAttrName(): ugyldig kolonnenummer %d for tabellen %s\n"
+msgid "invalid column number %d for table \"%s\"\n"
+msgstr "ugyldig kolonnenummer %d for tabellen «%s»\n"
-#: pg_dump.c:5576
+#: pg_dump.c:5609
#, c-format
msgid "query to obtain list of indexes failed: %s"
msgstr "mislykket spørring for å hente liste over indekser: %s"
-#: pg_dump.c:5717
+#: pg_dump.c:5783
#, c-format
msgid "could not create pgdump_oid table: %s"
msgstr "kunne ikke opprette tabellen pgdump_oid: %s"
-#: pg_dump.c:5725
+#: pg_dump.c:5791
#, c-format
msgid "could not insert into pgdump_oid table: %s"
msgstr "kunne ikke sette inn i tabellen pgdump_oid: %s"
-#: pg_dump.c:5731
-msgid "inserted invalid oid\n"
-msgstr "satte inn ugyldig oid\n"
+#: pg_dump.c:5797
+msgid "inserted invalid OID\n"
+msgstr "satte inn ugyldig OID\n"
-#: pg_dump.c:5739
+#: pg_dump.c:5805
#, c-format
msgid "could not drop pgdump_oid table: %s"
-msgstr "kan ikke ta bort tabellen pgdump_oid: %s"
+msgstr "kunne ikke ta bort tabellen pgdump_oid: %s"
-#: pg_dump.c:5744
+#: pg_dump.c:5810
#, c-format
-msgid "maximum system oid is %u\n"
-msgstr "største system-oid er %u\n"
+msgid "maximum system OID is %u\n"
+msgstr "største system-OID er %u\n"
-#: pg_dump.c:5781
+#: pg_dump.c:5847
#, c-format
-msgid "error in finding the last system oid: %s"
-msgstr "feil ved henting av siste system-oid: %s"
+msgid "error in finding the last system OID: %s"
+msgstr "feil ved henting av siste system-OID: %s"
-#: pg_dump.c:5787
+#: pg_dump.c:5853
msgid "missing pg_database entry for this database\n"
msgstr "mangler pg_database-post for denne databasen\n"
-#: pg_dump.c:5792
+#: pg_dump.c:5858
msgid "found more than one pg_database entry for this database\n"
msgstr "det finnes mer enn en pg_database-post for denne databasen\n"
-#: pg_dump.c:5820
+#: pg_dump.c:5886
#, c-format
msgid "error in finding the template1 database: %s"
msgstr "feil ved håndtering av databasen template1: %s"
-#: pg_dump.c:5826
-msgid "could not find template1 database entry in the pg_database table\n"
+#: pg_dump.c:5892
+#, fuzzy
+msgid "could not find entry for database template1 in table pg_database\n"
msgstr "kunne ikke finne pg_database-posten for databasen template1\n"
-#: pg_dump.c:5831
-msgid "found more than one template1 database entry in the pg_database table\n"
+#: pg_dump.c:5897
+#, fuzzy
+msgid "found more than one entry for database template1 in table pg_database\n"
msgstr "det finnes mer enn en pg_database-post for databasen template1\n"
-#: pg_dump.c:5865
+#: pg_dump.c:5945
#, c-format
msgid "query to get data of sequence \"%s\" failed: %s"
msgstr "mislykket spørring for å hente data for sekvensen «%s»: %s"
-#: pg_dump.c:5871
+#: pg_dump.c:5951
#, c-format
msgid "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
-msgstr "spørring for å hente data for sekvensen «%s» returnerte %d rader (forventet 1)\n"
+msgstr ""
+"spørring for å hente data for sekvensen «%s» returnerte %d rader (forventet "
+"1)\n"
-#: pg_dump.c:5880
+#: pg_dump.c:5960
#, c-format
msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
msgstr "spørring for å hente data for sekvensen «%s» returnerte navnet «%s»\n"
-#: pg_dump.c:6003
+#: pg_dump.c:6102
#, c-format
-msgid "dumping foreign key constraints for table %s\n"
-msgstr "dumper fremmednøkkeltvangstrøyer for tabellen %s\n"
+msgid "dumping foreign key constraints for table \"%s\"\n"
+msgstr "dumper fremmednøkkeltvangstrøyer for tabellen «%s»\n"
-#: pg_dump.c:6024
+#: pg_dump.c:6123
#, c-format
msgid "query to obtain list of foreign key definitions failed: %s"
-msgstr "mislykket spørring for å hente liste over definisjoner av fremmednøkler: %s"
+msgstr ""
+"mislykket spørring for å hente liste over definisjoner av fremmednøkler: %s"
-#: pg_dump.c:6114
+#: pg_dump.c:6213
#, c-format
-msgid "dumping triggers for table %s\n"
-msgstr "dumper utløser for tabellen %s\n"
+msgid "dumping triggers for table \"%s\"\n"
+msgstr "dumper utløser for tabellen «%s»\n"
-#: pg_dump.c:6163
+#: pg_dump.c:6262
#, c-format
msgid "query to obtain list of triggers failed: %s"
msgstr "mislykket spørring for å hente liste over utløsere: %s"
-#: pg_dump.c:6174
+#: pg_dump.c:6273
#, c-format
msgid "expected %d triggers on table \"%s\" but found %d\n"
msgstr "forventet %d utløsere for tabellen «%s», men fant bare %d\n"
-#: pg_dump.c:6284
+#: pg_dump.c:6383
#, c-format
msgid ""
-"query produced NULL referenced table name for foreign key trigger \"%s\" on "
-"table \"%s\" (oid of table: %s)\n"
-msgstr "spørring produserte NULL som referert tabellnavn for fremmednøkkelutløseren «%s» for tabellen «%s» (tabellens oid: %s)\n"
+"query produced null referenced table name for foreign key trigger \"%s\" on "
+"table \"%s\" (OID of table: %s)\n"
+msgstr "spørring produserte NULL som referert tabellnavn for fremmednøkkelutløseren «%s» for tabellen «%s» (tabellens OID: %s)\n"
-#: pg_dump.c:6324
+#: pg_dump.c:6427
#, c-format
-msgid "bad argument string (%s) for trigger \"%s\" on table \"%s\"\n"
-msgstr "feil argumentstreng (%s) for utløseren «%s» for tabellen «%s»\n"
+msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
+msgstr "ugyldig argumentstreng (%s) for utløseren «%s» for tabellen «%s»\n"
-#: pg_dump.c:6394
+#: pg_dump.c:6497
msgid "dumping out rules\n"
msgstr "dumper regler\n"
-#: pg_dump.c:6447
+#: pg_dump.c:6550
#, c-format
msgid "query to get rules associated with table \"%s\" failed: %s"
msgstr "mislykket spørring for å hente regler assosiert med tabellen «%s»: %s"
-#: pg_dump.c:6530
-#, c-format
-msgid "query to set search_path failed: %s"
+#: pg_dump.c:6633
+#, fuzzy, c-format
+msgid "command to set search_path failed: %s"
msgstr "mislykket spørring for å sette search_path: %s"
-#: pg_dump.c:6592
-#, c-format
-msgid "query to obtain name of type %s failed: %s"
+#: pg_dump.c:6695
+#, fuzzy, c-format
+msgid "query to obtain name of data type %s failed: %s"
msgstr "mislykket for hente navnet til typen %s: %s"
+#: pg_dump.c:6704
+#, c-format
+msgid "query yielded %d rows instead of one: %s\n"
+msgstr ""
+
#: common.c:74
-msgid "reading namespaces\n"
-msgstr "leser navnerommet\n"
+msgid "reading schemas\n"
+msgstr ""
#: common.c:78
msgid "reading user-defined types\n"
@@ -965,8 +888,8 @@ msgid "dumping out database comment\n"
msgstr "dumper databasekommentar\n"
#: common.c:128
-msgid "dumping out user-defined namespaces\n"
-msgstr "dumper brukerdefinerte navnerom\n"
+msgid "dumping out user-defined schemas\n"
+msgstr ""
#: common.c:135
msgid "dumping out user-defined types\n"
@@ -1004,349 +927,357 @@ msgstr "dumper brukerdefinerte operatorklasser\n"
msgid "dumping out user-defined casts\n"
msgstr "dumper brukerdefinerte typeforvandlere (casts)\n"
-#: common.c:452
+#: common.c:450
#, c-format
-msgid "failed sanity check, operator with oid %s not found\n"
-msgstr "mislykket sunnhetskontroll (sanity check), fant ikke operatoren med oid %s\n"
+msgid "failed sanity check, operator with OID %s not found\n"
+msgstr "mislykket sunnhetskontroll (sanity check), fant ikke operatoren med OID %s\n"
-#: common.c:502
-#, c-format
-msgid "failed sanity check, parent oid %s of table %s (oid %s) not found\n"
-msgstr "mislykket sunnhetskontroll (sanity check), fant ikke foreldre-oid %s for tabellen %s (oid %s)\n"
+#: common.c:500
+#, fuzzy, c-format
+msgid "failed sanity check, parent OID %s of table \"%s\" (OID %s) not found\n"
+msgstr ""
+"mislykket sunnhetskontroll (sanity check), fant ikke foreldre-oid %s for "
+"tabellen %s (oid %s)\n"
-#: common.c:507
-#, c-format
-msgid "failed sanity check, parent oid %s of table (oid %s) not found\n"
-msgstr "mislykket sunnhetkontroll (sanity check), fant ikke foreldre-oid %s for tabell (oid %s)\n"
+#: common.c:505
+#, fuzzy, c-format
+msgid "failed sanity check, parent OID %s of table (OID %s) not found\n"
+msgstr ""
+"mislykket sunnhetkontroll (sanity check), fant ikke foreldre-oid %s for "
+"tabell (oid %s)\n"
-#: common.c:545
-msgid "parseNumericArray: too many numbers\n"
-msgstr "parseNumericArray: for mange nummer\n"
+#: common.c:543
+msgid "could not parse numeric array: too many numbers\n"
+msgstr ""
-#: common.c:560
-msgid "parseNumericArray: bogus number\n"
-msgstr "parseNumericArray: falsk nummer\n"
+#: common.c:558
+msgid "could not parse numeric array: invalid character in number\n"
+msgstr ""
-#: pg_backup_archiver.c:67
+#: pg_backup_archiver.c:68
msgid "archiver"
msgstr "arkiverer"
-#: pg_backup_archiver.c:122
-msgid "could not close the output file in CloseArchive\n"
-msgstr "kunne ikke lukke utfilen i CloseArchive\n"
+#: pg_backup_archiver.c:123
+#, fuzzy
+msgid "could not close output archive file\n"
+msgstr "kan ikke lukke arkivfilen: %s\n"
#: pg_backup_archiver.c:149
-msgid "-C and -R are incompatible options\n"
-msgstr "-C og -R er inkompatible valg\n"
-
-#: pg_backup_archiver.c:152
msgid "-C and -c are incompatible options\n"
msgstr "-C og -c er inkompatible valg\n"
-#: pg_backup_archiver.c:159
+#: pg_backup_archiver.c:156
msgid "connecting to database for restore\n"
msgstr "kobler opp mot databasen for gjenoppretting\n"
-#: pg_backup_archiver.c:161
+#: pg_backup_archiver.c:158
msgid "direct database connections are not supported in pre-1.3 archives\n"
msgstr "direkta databaseoppkoblinger støttes ikke i pre-1.3-arkiver\n"
-#: pg_backup_archiver.c:198
+#: pg_backup_archiver.c:195
msgid "implied data-only restore\n"
msgstr "forutsatt gjenoppretting av bare data\n"
-#: pg_backup_archiver.c:222
+#: pg_backup_archiver.c:219
#, c-format
msgid "dropping %s %s\n"
msgstr "fjerner %s %s\n"
-#: pg_backup_archiver.c:246 pg_backup_archiver.c:248
+#: pg_backup_archiver.c:243 pg_backup_archiver.c:245
#, c-format
msgid "warning from original dump file: %s\n"
msgstr "advarsel fra originaldumpfilen: %s\n"
-#: pg_backup_archiver.c:255
+#: pg_backup_archiver.c:252
#, c-format
msgid "creating %s %s\n"
msgstr "oppretter %s %s\n"
-#: pg_backup_archiver.c:262
+#: pg_backup_archiver.c:259
#, c-format
-msgid "connecting to new database %s as user %s\n"
-msgstr "kobler opp mot ny database %s som brukeren %s\n"
+msgid "connecting to new database \"%s\" as user \"%s\"\n"
+msgstr "kobler opp mot ny database «%s» som brukeren «%s»\n"
-#: pg_backup_archiver.c:287
+#: pg_backup_archiver.c:284
msgid ""
-"unable to restore from compressed archive (not configured for compression "
+"cannot restore from compressed archive (not configured for compression "
"support)\n"
-msgstr "kunne ikke gjenopprette fra komprimert arkiv (er ikke konfigurert med støtte for kompresjon)\n"
+msgstr "kan ikke gjenopprette fra komprimert arkiv (er ikke konfigurert med støtte for kompresjon)\n"
-#: pg_backup_archiver.c:306
-msgid "WARNING: skipping large object restoration\n"
+#: pg_backup_archiver.c:304
+msgid "WARNING: skipping large-object restoration\n"
msgstr "ADVARSEL: hoppar over gjenoppretting av store objekter\n"
-#: pg_backup_archiver.c:319
+#: pg_backup_archiver.c:314
#, c-format
-msgid "restoring data for table %s\n"
-msgstr "gjenoppretter data for tabellen %s\n"
+msgid "restoring data for table \"%s\"\n"
+msgstr "gjenoppretter data for tabellen «%s»\n"
-#: pg_backup_archiver.c:344
+#: pg_backup_archiver.c:339
#, c-format
msgid "executing %s %s\n"
msgstr "kjører %s %s\n"
-#: pg_backup_archiver.c:366
+#: pg_backup_archiver.c:361
#, c-format
-msgid "checking whether we loaded %s\n"
-msgstr "sjekker om vi lastet %s\n"
+msgid "checking whether we loaded \"%s\"\n"
+msgstr "sjekker om vi lastet «%s»\n"
-#: pg_backup_archiver.c:372
+#: pg_backup_archiver.c:367
#, c-format
-msgid "fixing up large object cross-reference for %s\n"
-msgstr "retter kryssreferanse for stort objekt %s\n"
+msgid "fixing up large-object cross-reference for \"%s\"\n"
+msgstr "retter kryssreferanse for stort objekt «%s»\n"
-#: pg_backup_archiver.c:377
+#: pg_backup_archiver.c:372
#, c-format
-msgid "ignoring large object cross-references for %s %s\n"
+msgid "ignoring large-object cross-references for %s %s\n"
msgstr "ignorerer kryssreferanse for stort objekt %s %s\n"
-#: pg_backup_archiver.c:466
+#: pg_backup_archiver.c:451
msgid "disabling triggers\n"
msgstr "slår av utløsere\n"
-#: pg_backup_archiver.c:529
+#: pg_backup_archiver.c:490
msgid "enabling triggers\n"
msgstr "slår på utløsere\n"
-#: pg_backup_archiver.c:578
+#: pg_backup_archiver.c:525
+#, fuzzy
msgid ""
-"WriteData cannot be called outside the context of a DataDumper routine\n"
-msgstr "WriteData kan ikke kalles utenfor konteksten til en DataDumper-rutine\n"
+"internal error -- WriteData cannot be called outside the context of a "
+"DataDumper routine\n"
+msgstr ""
+"WriteData kan ikke kalles utenfor konteksten til en DataDumper-rutine\n"
-#: pg_backup_archiver.c:605 pg_backup_archiver.c:1035
-#: pg_backup_archiver.c:1154 pg_backup_archiver.c:1541
-#: pg_backup_archiver.c:1691 pg_backup_archiver.c:1724 pg_backup_custom.c:141
+#: pg_backup_archiver.c:552 pg_backup_archiver.c:1023
+#: pg_backup_archiver.c:1142 pg_backup_archiver.c:1531
+#: pg_backup_archiver.c:1681 pg_backup_archiver.c:1714 pg_backup_custom.c:141
#: pg_backup_custom.c:146 pg_backup_custom.c:152 pg_backup_custom.c:167
-#: pg_backup_custom.c:545 pg_backup_db.c:174 pg_backup_db.c:247
-#: pg_backup_files.c:112 pg_backup_tar.c:168 pg_backup_tar.c:960
+#: pg_backup_custom.c:545 pg_backup_db.c:157 pg_backup_db.c:233
+#: pg_backup_files.c:112 pg_backup_tar.c:169 pg_backup_tar.c:961
msgid "out of memory\n"
msgstr "tomt for minne\n"
-#: pg_backup_archiver.c:702
-msgid "large object output not supported in chosen format\n"
+#: pg_backup_archiver.c:649
+msgid "large-object output not supported in chosen format\n"
msgstr "utmating av store objekter støttes ikke i det valgte formatet\n"
-#: pg_backup_archiver.c:742 pg_backup_archiver.c:827
-msgid "committing large object transactions\n"
+#: pg_backup_archiver.c:689 pg_backup_archiver.c:774
+msgid "committing large-object transactions\n"
msgstr "fullfører (committing) transaksjoner for store objekter\n"
-#: pg_backup_archiver.c:749
+#: pg_backup_archiver.c:696
#, c-format
msgid "restored %d large objects\n"
msgstr "gjenoppretter %d store objekter\n"
-#: pg_backup_archiver.c:766
+#: pg_backup_archiver.c:713
msgid "cannot restore large objects without a database connection\n"
msgstr "kan ikke gjenopprette store objekter uten en databaseoppkobling\n"
-#: pg_backup_archiver.c:780
-msgid "starting large object transactions\n"
+#: pg_backup_archiver.c:727
+msgid "starting large-object transactions\n"
msgstr "starter transaksjoner for store objekter\n"
-#: pg_backup_archiver.c:788
+#: pg_backup_archiver.c:735
msgid "could not create large object\n"
msgstr "kunne ikke opprette stort objekt\n"
-#: pg_backup_archiver.c:790
+#: pg_backup_archiver.c:737
#, c-format
-msgid "restoring large object with oid %u as %u\n"
-msgstr "gjenoppretter stort objekt med oid %u som %u\n"
+msgid "restoring large object with OID %u as %u\n"
+msgstr "gjenoppretter stort objekt med OID %u som %u\n"
-#: pg_backup_archiver.c:796
+#: pg_backup_archiver.c:743
msgid "could not open large object\n"
msgstr "kunne ikke åpne stort objekt\n"
-#: pg_backup_archiver.c:811
+#: pg_backup_archiver.c:758
#, c-format
-msgid "wrote remaining %lu bytes of large object data (result = %lu)\n"
-msgstr "skrev de %lu gjenværende bytes av data til stort objekt (resultat = %lu)\n"
+msgid "wrote remaining %lu bytes of large-object data (result = %lu)\n"
+msgstr ""
+"skrev de %lu gjenværende bytes av data til stort objekt (resultat = %lu)\n"
-#: pg_backup_archiver.c:814 pg_backup_archiver.c:1211
+#: pg_backup_archiver.c:761 pg_backup_archiver.c:1199
#, c-format
msgid "could not write to large object (result: %lu, expected: %lu)\n"
msgstr "kunne ikke skrive til stort objekt (resultat: %lu, forventet: %lu)\n"
-#: pg_backup_archiver.c:951
+#: pg_backup_archiver.c:939
msgid "could not open TOC file\n"
msgstr "kunne ikke åpne TOC-filen\n"
-#: pg_backup_archiver.c:972
+#: pg_backup_archiver.c:960
#, c-format
msgid "WARNING: line ignored: %s\n"
msgstr "ADVARSEL: ignorert rad: %s\n"
-#: pg_backup_archiver.c:979
+#: pg_backup_archiver.c:967
#, c-format
-msgid "could not find entry for id %d\n"
-msgstr "kunne ikke finne en post for id %d\n"
+msgid "could not find entry for ID %d\n"
+msgstr "kunne ikke finne en post for ID %d\n"
-#: pg_backup_archiver.c:988 pg_backup_files.c:156 pg_backup_files.c:438
+#: pg_backup_archiver.c:976 pg_backup_files.c:156 pg_backup_files.c:438
#, c-format
msgid "could not close TOC file: %s\n"
msgstr "kunne ikke lukke TOC-filen: %s\n"
-#: pg_backup_archiver.c:1103 pg_backup_files.c:130
+#: pg_backup_archiver.c:1091 pg_backup_files.c:130
#, c-format
msgid "could not open output file: %s\n"
msgstr "kunne ikke åpne utdatafilen: %s\n"
-#: pg_backup_archiver.c:1119
+#: pg_backup_archiver.c:1107
#, c-format
msgid "could not close output file: %s\n"
msgstr "kunne ikke lukke utdatafilen: %s\n"
-#: pg_backup_archiver.c:1207
+#: pg_backup_archiver.c:1195
#, c-format
msgid "wrote %lu bytes of large object data (result = %lu)\n"
msgstr "skrev %lu bytes av stort objekt (resultat = %lu)\n"
-#: pg_backup_archiver.c:1229
+#: pg_backup_archiver.c:1217
msgid "could not write to compressed archive\n"
msgstr "kunne ikke skrive til komprimert arkiv\n"
-#: pg_backup_archiver.c:1237
+#: pg_backup_archiver.c:1225
msgid "could not write to custom output routine\n"
msgstr "kunne ikke skrive til egen utdatarutine\n"
-#: pg_backup_archiver.c:1252
+#: pg_backup_archiver.c:1240
#, c-format
msgid "could not write to output file (%lu != %lu)\n"
msgstr "kunne ikke skrive til utfilen: (%lu != %lu)\n"
-#: pg_backup_archiver.c:1434
+#: pg_backup_archiver.c:1424
#, c-format
msgid "Unexpected data offset flag %d\n"
msgstr "Uventet dataoffsetflagg %d\n"
-#: pg_backup_archiver.c:1447
+#: pg_backup_archiver.c:1437
msgid "file offset in dump file is too large\n"
msgstr "filoffset i dumpfilen er for stor\n"
-#: pg_backup_archiver.c:1559
+#: pg_backup_archiver.c:1549
msgid "attempting to ascertain archive format\n"
msgstr "forsøker å liste arkivformat\n"
-#: pg_backup_archiver.c:1579 pg_backup_files.c:148
+#: pg_backup_archiver.c:1569 pg_backup_files.c:148
#, c-format
msgid "could not open input file: %s\n"
msgstr "kan ikke åpne innfil: %s\n"
-#: pg_backup_archiver.c:1586
+#: pg_backup_archiver.c:1576
#, c-format
msgid "could not read input file: %s\n"
msgstr "kan ikke lese innfilen: %s\n"
-#: pg_backup_archiver.c:1588
+#: pg_backup_archiver.c:1578
#, c-format
msgid "input file is too short (read %lu, expected 5)\n"
msgstr "inndatafilen er for kort (leste %lu, forventet 5)\n"
-#: pg_backup_archiver.c:1641
+#: pg_backup_archiver.c:1631
msgid "input file does not appear to be a valid archive (too short?)\n"
msgstr "inndatafilen ser ikke ut til å være et gyldig arkiv (for kort?)\n"
-#: pg_backup_archiver.c:1644
+#: pg_backup_archiver.c:1634
msgid "input file does not appear to be a valid archive\n"
msgstr "inndatafilen ser ikke ut til å være et gyldig arkiv\n"
-#: pg_backup_archiver.c:1662
+#: pg_backup_archiver.c:1652
#, c-format
msgid "read %lu bytes into lookahead buffer\n"
msgstr "leste %lu tegn inn i lookaheadbufferet\n"
-#: pg_backup_archiver.c:1669
+#: pg_backup_archiver.c:1659
#, c-format
msgid "could not close the input file after reading header: %s\n"
msgstr "kunne ikke lukke inndatafilen etter å ha lest headeren: %s\n"
-#: pg_backup_archiver.c:1686
+#: pg_backup_archiver.c:1676
#, c-format
msgid "allocating AH for %s, format %d\n"
msgstr "allokerer AH for %s, format %d\n"
-#: pg_backup_archiver.c:1740
+#: pg_backup_archiver.c:1730
#, c-format
msgid "archive format is %d\n"
msgstr "arkivformatet er %d\n"
-#: pg_backup_archiver.c:1768
+#: pg_backup_archiver.c:1758
#, c-format
-msgid "unrecognized file format '%d'\n"
+msgid "unrecognized file format \"%d\"\n"
msgstr "kjenner ikke igjen filformatet «%d»\n"
-#: pg_backup_archiver.c:1881
+#: pg_backup_archiver.c:1871
#, c-format
-msgid "entry id %d out of range - perhaps a corrupt TOC\n"
-msgstr "post-id %d utenfor gyldig intervall - kanske en ødelagt TOC\n"
+msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
+msgstr "post-ID %d utenfor gyldig intervall - kanske en ødelagt TOC\n"
-#: pg_backup_archiver.c:1916
+#: pg_backup_archiver.c:1906
#, c-format
msgid "read dependency for %s -> %s\n"
msgstr "leseavhengighet for %s -> %s\n"
-#: pg_backup_archiver.c:1935
+#: pg_backup_archiver.c:1928
#, c-format
-msgid "read TOC entry %d (id %d) for %s %s\n"
-msgstr "leste TOC-post %d (id %d) for %s %s\n"
+msgid "read TOC entry %d (ID %d) for %s %s\n"
+msgstr "leste TOC-post %d (ID %d) for %s %s\n"
-#: pg_backup_archiver.c:2061
+#: pg_backup_archiver.c:2054
#, c-format
-msgid "could not set session user to %s: %s"
-msgstr "kunne ikke sette sesjonsbruker til %s: %s"
+msgid "could not set session user to \"%s\": %s"
+msgstr "kunne ikke sette sesjonsbruker til «%s»: %s"
#: pg_backup_archiver.c:2175
#, c-format
-msgid "could not set search_path to %s: %s"
-msgstr "kunne ikke sette search_path til %s: %s"
+msgid "could not set search_path to \"%s\": %s"
+msgstr "kunne ikke sette search_path til «%s»: %s"
-#: pg_backup_archiver.c:2235
+#: pg_backup_archiver.c:2248
msgid ""
-"WARNING: requested compression not available in this installation - archive "
+"WARNING: requested compression not available in this installation -- archive "
"will be uncompressed\n"
-msgstr "ADVARSEL: forespurt kompresjon er ikke tilgjengelig i denne installasjonen - arkivet forblir ukomprimert\n"
+msgstr "ADVARSEL: forespurt kompresjon er ikke tilgjengelig i denne installasjonen -- arkivet forblir ukomprimert\n"
-#: pg_backup_archiver.c:2268
+#: pg_backup_archiver.c:2281
msgid "did not find magic string in file header\n"
msgstr "kunne ikke finne den magiske strengen i filheaderen\n"
-#: pg_backup_archiver.c:2282
+#: pg_backup_archiver.c:2295
#, c-format
msgid "unsupported version (%d.%d) in file header\n"
msgstr "ustøttet versjon (%d.%d) i filheaderen\n"
-#: pg_backup_archiver.c:2287
+#: pg_backup_archiver.c:2300
#, c-format
msgid "sanity check on integer size (%lu) failed\n"
msgstr "mislykket synnhetskontroll (sanity check) på heltallstørrelse (%lu)\n"
-#: pg_backup_archiver.c:2291
+#: pg_backup_archiver.c:2304
msgid ""
"WARNING: archive was made on a machine with larger integers, some operations "
"may fail\n"
-msgstr "ADVARSEL: arkivet ble opprettet på en maskin med større heltall, en del operasjoner kan mislykkes\n"
+msgstr ""
+"ADVARSEL: arkivet ble opprettet på en maskin med større heltall, en del "
+"operasjoner kan mislykkes\n"
-#: pg_backup_archiver.c:2301
+#: pg_backup_archiver.c:2314
#, c-format
msgid "expected format (%d) differs from format found in file (%d)\n"
-msgstr "forventet format (%d) er forskjellig fra formatet funnet i filen (%d)\n"
+msgstr ""
+"forventet format (%d) er forskjellig fra formatet funnet i filen (%d)\n"
-#: pg_backup_archiver.c:2317
+#: pg_backup_archiver.c:2330
msgid ""
"WARNING: archive is compressed, but this installation does not support "
-"compression - no data will be available\n"
-msgstr "ADVARSEL: arkivet er komprimert, men denne installasjonen støtter ikke komprimering - kan ikke lese data\n"
+"compression -- no data will be available\n"
+msgstr "ADVARSEL: arkivet er komprimert, men denne installasjonen støtter ikke komprimering -- kan ikke lese data\n"
-#: pg_backup_archiver.c:2335
+#: pg_backup_archiver.c:2348
msgid "WARNING: invalid creation date in header\n"
msgstr "ADVARSEL: ugyldig opprettelsesdato i header\n"
@@ -1356,19 +1287,21 @@ msgstr "egen arkiverer"
#: pg_backup_custom.c:180 pg_backup_custom.c:191
#, c-format
-msgid "could not open archive file %s: %s\n"
-msgstr "kan ikke åpne arkivfilen %s: %s\n"
+msgid "could not open archive file \"%s\": %s\n"
+msgstr "kan ikke åpne arkivfilen «%s»: %s\n"
#: pg_backup_custom.c:388
msgid "invalid OID for large object\n"
msgstr "ugyldig OID for stort objekt\n"
#: pg_backup_custom.c:446
+#, fuzzy
msgid ""
-"Dumping a specific TOC data block out of order is not supported without id "
+"Dumping a specific TOC data block out of order is not supported without ID "
"on this input stream (fseek required)\n"
msgstr ""
-"Dumping av en spesifikt TOC-datablokk utenfor normal rekkefølge støttes ikke\n"
+"Dumping av en spesifikt TOC-datablokk utenfor normal rekkefølge støttes "
+"ikke\n"
"uten et id for denne inndatastrømmen (fseek er nødvendig)\n"
#: pg_backup_custom.c:461
@@ -1383,8 +1316,8 @@ msgstr "feil ved filsøking: %s\n"
#: pg_backup_custom.c:479
#, c-format
-msgid "found unexpected block ID (%d) when reading data - expected %d\n"
-msgstr "fant uventet blokk-ID (%d) under lesing av data - forventet %d\n"
+msgid "found unexpected block ID (%d) when reading data -- expected %d\n"
+msgstr "fant uventet blokk-ID (%d) under lesing av data -- forventet %d\n"
#: pg_backup_custom.c:490
msgid "large objects cannot be loaded without a database connection\n"
@@ -1402,13 +1335,13 @@ msgstr "kunne ikke initialisere komprimeringsbibliotek: %s\n"
#: pg_backup_custom.c:554 pg_backup_custom.c:677
#, c-format
-msgid "could not read data block - expected %lu, got %lu\n"
-msgstr "kunne ikke lese datablokk - forventet %lu, men fikk %lu\n"
+msgid "could not read data block -- expected %lu, got %lu\n"
+msgstr "kunne ikke lese datablokk -- forventet %lu, men fikk %lu\n"
#: pg_backup_custom.c:572 pg_backup_custom.c:602
-#, c-format
-msgid "unable to uncompress data: %s\n"
-msgstr "kan ikke komprimere data: %s\n"
+#, fuzzy, c-format
+msgid "could not uncompress data: %s\n"
+msgstr "kunne ikke komprimere data: %s\n"
#: pg_backup_custom.c:608
#, c-format
@@ -1432,7 +1365,8 @@ msgstr "kan ikke lukke arkivfilen: %s\n"
#: pg_backup_custom.c:843
msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
-msgstr "ADVARSEL: ftell stemmer ikke med forventet posisjon -- ftell ble benyttet\n"
+msgstr ""
+"ADVARSEL: ftell stemmer ikke med forventet posisjon -- ftell ble benyttet\n"
#: pg_backup_custom.c:926
#, c-format
@@ -1456,161 +1390,160 @@ msgstr "kunne ikke stenge komprimeringsstrømmen: %s\n"
msgid "archiver (db)"
msgstr "arkiverer (db)"
-#: pg_backup_db.c:73 pg_backup_db.c:83
-#, c-format
-msgid "could not get version from server: %s"
-msgstr "kunne ikke få versjonen fra serveren: %s"
+#: pg_backup_db.c:64
+msgid "could not get server_version from libpq\n"
+msgstr ""
-#: pg_backup_db.c:91
+#: pg_backup_db.c:74
#, c-format
msgid "server version: %s; %s version: %s\n"
msgstr "serverversjon: %s; %s versjon: %s\n"
-#: pg_backup_db.c:94
+#: pg_backup_db.c:77
msgid "proceeding despite version mismatch\n"
msgstr "fortsetter selv om versjonene ikke stemmer\n"
-#: pg_backup_db.c:96
+#: pg_backup_db.c:79
msgid ""
"aborting because of version mismatch (Use the -i option to proceed "
"anyway.)\n"
-msgstr "avbryter siden versjonene er forskjellige (bruk valget -i for tvungen fortsettelse.)\n"
+msgstr ""
+"avbryter siden versjonene er forskjellige (bruk valget -i for tvungen "
+"fortsettelse.)\n"
-#: pg_backup_db.c:168
+#: pg_backup_db.c:151
#, c-format
-msgid "connecting to database %s as user %s\n"
-msgstr "kobler opp mot databasen %s som brukeren %s\n"
+msgid "connecting to database \"%s\" as user \"%s\"\n"
+msgstr "kobler opp mot databasen «%s» som brukeren «%s»\n"
-#: pg_backup_db.c:172 pg_backup_db.c:205 pg_backup_db.c:245 pg_backup_db.c:274
-#: pg_dumpall.c:624 pg_dumpall.c:650
+#: pg_backup_db.c:155 pg_backup_db.c:188 pg_backup_db.c:231 pg_backup_db.c:260
+#: pg_dumpall.c:704 pg_dumpall.c:730
msgid "Password: "
msgstr "Passord: "
-#: pg_backup_db.c:184
+#: pg_backup_db.c:167
msgid "failed to reconnect to database\n"
msgstr "klarte ikke å koble på nytt til databasen\n"
-#: pg_backup_db.c:208
+#: pg_backup_db.c:191
#, c-format
msgid "could not reconnect to database: %s"
msgstr "klarte ikke å koble på nytt til databasen: %s"
-#: pg_backup_db.c:241
+#: pg_backup_db.c:227
msgid "already connected to a database\n"
msgstr "er allerede koblet opp til en database\n"
-#: pg_backup_db.c:264
+#: pg_backup_db.c:250
msgid "failed to connect to database\n"
msgstr "klarte ikke å koble opp til databasen\n"
-#: pg_backup_db.c:283
+#: pg_backup_db.c:269
#, c-format
msgid "connection to database \"%s\" failed: %s"
msgstr "mislykket oppkobling til databasen «%s»: %s"
-#: pg_backup_db.c:296
-#, c-format
-msgid "SET autocommit TO 'on' failed: %s"
-msgstr "SET autocommit TO «on» mislyktes: %s"
-
# Appearently there is no need to translate this string.
# TE, 2003-08-20.
-#: pg_backup_db.c:310
+#: pg_backup_db.c:284
#, c-format
msgid "%s"
msgstr ""
-#: pg_backup_db.c:338
+#: pg_backup_db.c:312
#, c-format
msgid "%s: no result from server\n"
msgstr "%s: intet resultat fra serveren\n"
-#: pg_backup_db.c:345
+#: pg_backup_db.c:319
msgid "COPY command executed in non-primary connection\n"
msgstr "COPY-kommando utført i en ikke-primær oppkobling\n"
# Appearently there is no need to translate this string.
# TE, 2003-08-20.
-#: pg_backup_db.c:350
+#: pg_backup_db.c:324
#, c-format
msgid "%s: %s"
msgstr ""
-#: pg_backup_db.c:424
+#: pg_backup_db.c:398
msgid "error returned by PQputline\n"
msgstr "PQputline returnerte en feil\n"
-#: pg_backup_db.c:435
+#: pg_backup_db.c:409
msgid "error returned by PQendcopy\n"
msgstr "PQendcopy returnerte en feil\n"
-#: pg_backup_db.c:479
+#: pg_backup_db.c:453
msgid "could not execute query"
msgstr "kunne ikke utføre spørring"
-#: pg_backup_db.c:615
+#: pg_backup_db.c:588
#, c-format
-msgid "could not find oid columns of table \"%s\": %s"
-msgstr "kunne ikke finne oid-kolonner for tabellen «%s»: %s"
+msgid "could not find OID columns of table \"%s\": %s"
+msgstr "kunne ikke finne OID-kolonner for tabellen «%s»: %s"
-#: pg_backup_db.c:621
+#: pg_backup_db.c:594
#, c-format
msgid "no OID type columns in table %s\n"
msgstr "ingen OID-typekolonner i tabellen %s\n"
-#: pg_backup_db.c:628
+#: pg_backup_db.c:608
#, c-format
msgid "fixing large object cross-references for %s.%s\n"
msgstr "retter kryssreferanse til stort objekt for %s.%s\n"
# Appearently there is no need to translate this string.
# TE, 2003-08-20.
-#: pg_backup_db.c:644
+#: pg_backup_db.c:647
#, c-format
msgid "SQL: %s\n"
msgstr ""
-#: pg_backup_db.c:649
+#: pg_backup_db.c:652
#, c-format
msgid "could not update column \"%s\" of table \"%s\": %s"
msgstr "kunne ikke oppdatere kolonneen «%s» i tabellen «%s»: %s"
-#: pg_backup_db.c:654
+#: pg_backup_db.c:657
#, c-format
msgid "error while updating column \"%s\" of table \"%s\": %s"
msgstr "feil under oppdatering av kolunne «%s» i tabellen «%s»: %s"
-#: pg_backup_db.c:677
+#: pg_backup_db.c:680
msgid "creating table for large object cross-references\n"
msgstr "oppretter tabell for kryssreferanser til store objekter\n"
-#: pg_backup_db.c:681
+#: pg_backup_db.c:684
msgid "could not create large object cross-reference table"
msgstr "kunne ikke opprette tabell med kryssreferanser til store objekter"
-#: pg_backup_db.c:686
+#: pg_backup_db.c:689
msgid "could not create index on large object cross-reference table"
-msgstr "kunne ikke opprette indeks for tabell med kryssreferanser til store objekter"
+msgstr ""
+"kunne ikke opprette indeks for tabell med kryssreferanser til store objekter"
-#: pg_backup_db.c:700
+#: pg_backup_db.c:703
msgid "could not create large object cross-reference entry"
msgstr "kunne ikke opprette post for kryssreferanse til stort objekt"
-#: pg_backup_db.c:712
+#: pg_backup_db.c:715
msgid "could not start database transaction"
msgstr "kunne ikke starte databasetransaksjonen"
-#: pg_backup_db.c:726
+#: pg_backup_db.c:729
msgid "could not start transaction for large object cross-references"
msgstr "kunne ikke starte transaksjonen for kryssreferanse til stort objekt"
-#: pg_backup_db.c:739
+#: pg_backup_db.c:742
msgid "could not commit database transaction"
msgstr "kunne ikke gjennomføre databasetransaksjonen"
-#: pg_backup_db.c:752
+#: pg_backup_db.c:755
msgid "could not commit transaction for large object cross-references"
-msgstr "kunne ikke fullføre (commit) transaksjonen for kryssreferanse til stort objekt"
+msgstr ""
+"kunne ikke fullføre (commit) transaksjonen for kryssreferanse til stort "
+"objekt"
#: pg_backup_files.c:69
msgid "file archiver"
@@ -1661,7 +1594,7 @@ msgstr "kunne ikke skrive byte\n"
msgid "could not open large object TOC for output: %s\n"
msgstr "kunne ikke åpne TOC-filen for store objekter for utmating: %s\n"
-#: pg_backup_files.c:492 pg_backup_tar.c:884
+#: pg_backup_files.c:492 pg_backup_tar.c:885
#, c-format
msgid "invalid OID for large object (%u)\n"
msgstr "ugyldig OID for stort objekt (%u)\n"
@@ -1678,215 +1611,207 @@ msgstr "kunne ikke stenge filen for stort objekt\n"
msgid "this format cannot be read\n"
msgstr "dette formatet kan ikke leses\n"
-#: pg_backup_tar.c:106
+#: pg_backup_tar.c:107
msgid "tar archiver"
msgstr "tar-arkiverer"
-#: pg_backup_tar.c:183
+#: pg_backup_tar.c:184
#, c-format
msgid "could not open TOC file for output: %s\n"
msgstr "kunne ikke åpne TOC-filen for utmating: %s\n"
-#: pg_backup_tar.c:208
+#: pg_backup_tar.c:209
msgid "compression not supported by tar output format\n"
msgstr "komprimering støttes ikke at utdataformat for tar\n"
-#: pg_backup_tar.c:220
+#: pg_backup_tar.c:221
#, c-format
msgid "could not open TOC file for input: %s\n"
msgstr "kunne ikke åpne TOC-fil for lesing: %s\n"
-#: pg_backup_tar.c:341
+#: pg_backup_tar.c:342
#, c-format
msgid "could not find file %s in archive\n"
msgstr "kunne ikke finne filen %s i arkivet\n"
-#: pg_backup_tar.c:352
+#: pg_backup_tar.c:353
msgid "compression support is disabled in this format\n"
msgstr "støtte for komprimering er sperret (disabled) for dette formatet\n"
-#: pg_backup_tar.c:367
+#: pg_backup_tar.c:368
#, c-format
msgid "could not generate temporary file name: %s\n"
msgstr "kunne ikke generere midlertidig filnavn: %s\n"
-#: pg_backup_tar.c:376
-msgid "could not gzdopen temporary file\n"
-msgstr "kunne ikke åpne midlertidig fil med gzdopen\n"
+#: pg_backup_tar.c:377
+msgid "could not open temporary file\n"
+msgstr "kunne ikke åpne midlertidig fil\n"
-#: pg_backup_tar.c:406
+#: pg_backup_tar.c:407
msgid "could not close tar member\n"
msgstr "kunne ikke lukke tar-medlem\n"
-#: pg_backup_tar.c:506
-msgid "neither th nor fh specified in tarReadRaw() (internal error)\n"
-msgstr "verken th eller fh ble angitt i kallet til tarReadRaw() (intern feil)\n"
+#: pg_backup_tar.c:507
+#, fuzzy
+msgid "internal error -- neither th nor fh specified in tarReadRaw()\n"
+msgstr ""
+"verken th eller fh ble angitt i kallet til tarReadRaw() (intern feil)\n"
-#: pg_backup_tar.c:510
+#: pg_backup_tar.c:511
#, c-format
msgid "requested %d bytes, got %d from lookahead and %d from file\n"
msgstr "forespurte %d bytes, fikk %d fra lookahead og %d fra filen\n"
-#: pg_backup_tar.c:549
+#: pg_backup_tar.c:550
#, c-format
msgid "could not write to tar member (wrote %lu, attempted %lu)\n"
msgstr "kunne ikke skrive til tar-medlem (skrev %lu, forsøkte %lu)\n"
-#: pg_backup_tar.c:638
+#: pg_backup_tar.c:639
#, c-format
-msgid "bad COPY statement - could not find \"copy\" in string \"%s\"\n"
-msgstr "feil COPY-setning - kunne ikke finne «copy» i strengen «%s»\n"
+msgid "invalid COPY statement -- could not find \"copy\" in string \"%s\"\n"
+msgstr "ugyldig COPY-setning -- kunne ikke finne «copy» i strengen «%s»\n"
-#: pg_backup_tar.c:656
+#: pg_backup_tar.c:657
#, c-format
msgid ""
-"bad COPY statement - could not find \"from stdin\" in string \"%s\" starting "
-"at position %lu\n"
-msgstr "feil COPY-setning - kunne ikke fine «from stdin» i strengen «%s» med start i posisjon %lu\n"
+"invalid COPY statement -- could not find \"from stdin\" in string \"%s\" "
+"starting at position %lu\n"
+msgstr "ugyldig COPY-setning -- kunne ikke fine «from stdin» i strengen «%s» med start i posisjon %lu\n"
-#: pg_backup_tar.c:692
+#: pg_backup_tar.c:693
#, c-format
msgid "restoring large object OID %u\n"
msgstr "gjenoppretter stort objekt OID %u\n"
-#: pg_backup_tar.c:829
+#: pg_backup_tar.c:830
msgid "could not write null block at end of tar archive\n"
msgstr "kunne ikke skrive nullblokk i slutten av tar-arkivet\n"
-#: pg_backup_tar.c:1013
+#: pg_backup_tar.c:1024
msgid "archive member too large for tar format\n"
msgstr "arkivmedlem for stort for tar-formatet\n"
-#: pg_backup_tar.c:1023
+#: pg_backup_tar.c:1034
#, c-format
msgid "write error appending to tar archive (wrote %lu, attempted %lu)\n"
-msgstr "skrivefeil under tilføying (append) til tar-arkiv (skrev %lu, forsøkte %lu)\n"
+msgstr ""
+"skrivefeil under tilføying (append) til tar-arkiv (skrev %lu, forsøkte %lu)\n"
-#: pg_backup_tar.c:1029
+#: pg_backup_tar.c:1040
#, c-format
msgid "could not close tar member: %s\n"
msgstr "kunne ikke lukke tar-medlem: %s\n"
-#: pg_backup_tar.c:1038
+#: pg_backup_tar.c:1049
#, c-format
msgid "actual file length (%s) does not match expected (%s)\n"
msgstr "faktisk fillengde (%s) er forskjellig fra det forventede (%s)\n"
-#: pg_backup_tar.c:1046
+#: pg_backup_tar.c:1057
msgid "could not output padding at end of tar member\n"
msgstr "kunne ikke skrive utfylling (padding) i slutten av tar-medlem\n"
-#: pg_backup_tar.c:1075
+#: pg_backup_tar.c:1086
#, c-format
msgid "moving from position %s to next member at file position %s\n"
msgstr "flytter fra posisjon %s til nesta del ved filposisjon %s\n"
-#: pg_backup_tar.c:1086
+#: pg_backup_tar.c:1097
#, c-format
msgid "now at file position %s\n"
msgstr "nå ved filposisjon %s\n"
-#: pg_backup_tar.c:1095 pg_backup_tar.c:1122
+#: pg_backup_tar.c:1106 pg_backup_tar.c:1133
#, c-format
msgid "could not find header for file %s in tar archive\n"
msgstr "kunne ikke finne filheader for filen %s i tar-arkivet\n"
-#: pg_backup_tar.c:1106
+#: pg_backup_tar.c:1117
#, c-format
msgid "skipping tar member %s\n"
msgstr "hopper over tar-medlemmet %s\n"
-#: pg_backup_tar.c:1110
+#: pg_backup_tar.c:1121
#, c-format
msgid ""
"dumping data out of order is not supported in this archive format: %s is "
"required, but comes before %s in the archive file.\n"
-msgstr "uordnet dumping av data støttes ikke av dette arkivformatet: %s kreves, men kommer før %s i denne arkivfilen.\n"
+msgstr ""
+"uordnet dumping av data støttes ikke av dette arkivformatet: %s kreves, men "
+"kommer før %s i denne arkivfilen.\n"
-#: pg_backup_tar.c:1158
+#: pg_backup_tar.c:1169
#, c-format
msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
msgstr "faktisk filposisjon, %s, stemmer ikke med forventet filposisjon %s\n"
-#: pg_backup_tar.c:1173
+#: pg_backup_tar.c:1184
#, c-format
msgid "incomplete tar header found (%lu bytes)\n"
msgstr "fant ufullstendig tar-header (%lu bytes)\n"
-#: pg_backup_tar.c:1208
+#: pg_backup_tar.c:1219
#, c-format
msgid "TOC Entry %s at %s (length %lu, checksum %d)\n"
msgstr "TOC-innslag %s ved %s (lengde %lu, kontrollsum %d)\n"
-#: pg_backup_tar.c:1218
+#: pg_backup_tar.c:1229
#, c-format
msgid ""
"corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
-msgstr "fant ødelagt tar-header i %s (forventet %d, beregnet %d) filposisjon %s\n"
+msgstr ""
+"fant ødelagt tar-header i %s (forventet %d, beregnet %d) filposisjon %s\n"
-#: pg_backup_tar.c:1308
-msgid "unable to write tar header\n"
-msgstr "kan ikke skrive tar-header\n"
+#: pg_backup_tar.c:1322
+msgid "could not write tar header\n"
+msgstr "kunne ikke skrive tar-header\n"
-#: pg_restore.c:376
+#: pg_restore.c:357
#, c-format
msgid ""
"%s restores a PostgreSQL database from an archive created by pg_dump.\n"
"\n"
-msgstr "%s gjenoppretter en PostgreSQL-database fra et arkiv opprettet av pg_dump.\n\n"
+msgstr ""
+"%s gjenoppretter en PostgreSQL-database fra et arkiv opprettet av pg_dump.\n"
+"\n"
-#: pg_restore.c:378
+#: pg_restore.c:359
#, c-format
msgid " %s [OPTION]... [FILE]\n"
msgstr " %s [VALG]... [FIL]\n"
-#: pg_restore.c:382
+#: pg_restore.c:362
msgid " -d, --dbname=NAME output database name\n"
msgstr " -d, --dbname=NAVN databasen som skal gjenopprettes\n"
-#: pg_restore.c:384
+#: pg_restore.c:364
msgid " -F, --format=c|t specify backup file format\n"
msgstr " -F, --format=c|t backupformat (c:eget, t:tar)\n"
-#: pg_restore.c:385
+#: pg_restore.c:365
msgid ""
" -i, --ignore-version proceed even when server version mismatches\n"
-msgstr " -i, --ignore-version fortsett selv når versjonene er forskjellige\n"
+msgstr ""
+" -i, --ignore-version fortsett selv når versjonene er forskjellige\n"
-#: pg_restore.c:386
+#: pg_restore.c:366
msgid " -l, --list print summarized TOC of the archive\n"
msgstr " -l, --list skriv ut oppsummerert TOC for arkivet\n"
-#: pg_restore.c:389
-msgid " -d NAME output database name\n"
-msgstr " -d NAMN databasen som skal gjenopprettes\n"
-
-#: pg_restore.c:391
-msgid " -F c|t specify backup file format\n"
-msgstr " -F c|t backupformat (c:eget, t:tar)\n"
-
-#: pg_restore.c:392
-msgid ""
-" -i proceed even when server version mismatches\n"
-msgstr " -i fortsett selv når versjonene er forskjellige\n"
-
-#: pg_restore.c:393
-msgid " -l print summarized TOC of the archive\n"
-msgstr " -l skriv ut oppsummerert TOC for arkivet\n"
-
-#: pg_restore.c:401
+#: pg_restore.c:372
msgid " -a, --data-only restore only the data, no schema\n"
msgstr " -a, --data-only bare gjenopprett data, ikke skjema\n"
-#: pg_restore.c:403
+#: pg_restore.c:374
msgid " -C, --create issue commands to create the database\n"
msgstr " -C, --create utfør kommandoer for å opprette databasen\n"
-#: pg_restore.c:404
+#: pg_restore.c:375
msgid " -I, --index=NAME restore named index\n"
msgstr " -I, --index=NAVN gjenopprett angitt index\n"
-#: pg_restore.c:405
+#: pg_restore.c:376
msgid ""
" -L, --use-list=FILENAME use specified table of contents for ordering\n"
" output from this file\n"
@@ -1894,23 +1819,21 @@ msgstr ""
" -L, --use-list=FILNAVN ordne rekkefølgen på output fra TOC\n"
" i den angitte filen\n"
-#: pg_restore.c:407
+#: pg_restore.c:378
msgid " -N, --orig-order restore in original dump order\n"
-msgstr " -N, --orig-order gjenopprett i den opprinnelige rekkefølgen\n"
+msgstr ""
+" -N, --orig-order gjenopprett i den opprinnelige rekkefølgen\n"
-#: pg_restore.c:408
+#: pg_restore.c:379
msgid " -o, --oid-order restore in OID order\n"
msgstr " -o, --oid-order gjenopprett i OID-rekkefølge\n"
-#: pg_restore.c:409
+#: pg_restore.c:380
msgid ""
-" -O, --no-owner do not reconnect to database to match\n"
-" object owner\n"
+" -O, --no-owner do not output commands to set object ownership\n"
msgstr ""
-" -O, --no-owner ikke gjenoppkoble (reconnect) til databasen\n"
-" for å matche objekteieren\n"
-#: pg_restore.c:411
+#: pg_restore.c:381
msgid ""
" -P, --function=NAME(args)\n"
" restore named function\n"
@@ -1918,166 +1841,83 @@ msgstr ""
" -P, --function=NAVN(argument)\n"
" gjenopprett navngitt funksjon\n"
-#: pg_restore.c:413
+#: pg_restore.c:383
msgid ""
" -r, --rearrange rearrange output to put indexes etc. at end\n"
-msgstr " -r, --rearrange omorganiser utdata slik at indexer osv kommer sist\n"
-
-#: pg_restore.c:414
-msgid " -R, --no-reconnect disallow ALL reconnections to the database\n"
-msgstr " -R, --no-reconnect ikke tillat NOEN gjenoppkoblinger til databasen\n"
+msgstr ""
+" -r, --rearrange omorganiser utdata slik at indexer osv kommer "
+"sist\n"
-#: pg_restore.c:415
+#: pg_restore.c:384
msgid " -s, --schema-only restore only the schema, no data\n"
msgstr " -s, --schema-only bare gjenopprett skjema, ikke data\n"
-#: pg_restore.c:416
+#: pg_restore.c:385
msgid ""
" -S, --superuser=NAME specify the superuser user name to use for\n"
" disabling triggers\n"
-msgstr " -S, --superuser=NAVN angi superbrukerens navn for å slå av utløsere\n"
+msgstr ""
+" -S, --superuser=NAVN angi superbrukerens navn for å slå av utløsere\n"
-#: pg_restore.c:418
+#: pg_restore.c:387
msgid " -t, --table=NAME restore named table\n"
msgstr " -t, --table=NAVN gjenopprett navngitt tabell\n"
-#: pg_restore.c:419
+#: pg_restore.c:388
msgid " -T, --trigger=NAME restore named trigger\n"
msgstr " -T, --trigger=NAVN gjenopprett navngitt utløser\n"
-#: pg_restore.c:420
+#: pg_restore.c:389
msgid ""
" -x, --no-privileges skip restoration of access privileges (grant/"
"revoke)\n"
-msgstr " -x, --no-privileges ikke gjenopprett tilgangsrettigheter (grant/revoke)\n"
-
-#: pg_restore.c:421
-msgid ""
-" -X use-set-session-authorization, --use-set-session-authorization\n"
-" use SET SESSION AUTHORIZATION commands instead\n"
-" of reconnecting, if possible\n"
-msgstr ""
-" -X use-set-session-authorization, --use-set-session-authorization\n"
-" bruk SET SESSION AUTHORIZATION-kommandoer,\n"
-" dersom mulig, istedet for å gjenoppkoble\n"
-
-#: pg_restore.c:427
-msgid " -a restore only the data, no schema\n"
-msgstr " -a bare gjenopprett data, ikke skjema\n"
-
-#: pg_restore.c:429
-msgid " -C issue commands to create the database\n"
-msgstr " -C utfør kommandoer for å opprette databasen\n"
-
-#: pg_restore.c:430
-msgid " -I NAME restore named index\n"
-msgstr " -I NAVN gjenopprett navngitt index\n"
-
-#: pg_restore.c:431
-msgid ""
-" -L FILENAME use specified table of contents for ordering\n"
-" output from this file\n"
-msgstr ""
-" -L FILNAVN ordne rekkefølgen på output fra TOC\n"
-" i den angitte filen\n"
-
-#: pg_restore.c:433
-msgid " -N restore in original dump order\n"
-msgstr " -N gjenopprett i opprinnelig rekkefølge fra dumpen\n"
-
-#: pg_restore.c:434
-msgid " -o restore in OID order\n"
-msgstr " -o gjenopprett i OID-rekkefølge\n"
-
-#: pg_restore.c:435
-msgid ""
-" -O do not reconnect to database to match\n"
-" object owner\n"
msgstr ""
-" -O ikke gjenoppkoble (reconnect) til databasen\n"
-" for å matche objekteieren\n"
-
-#: pg_restore.c:437
-msgid " -P NAME(args) restore named function\n"
-msgstr " -P NAVN(args) gjenopprett navngitt funksjon\n"
-
-#: pg_restore.c:438
-msgid ""
-" -r rearrange output to put indexes etc. at end\n"
-msgstr " -r omorganiser utdata slik at indexer osv kommer sist\n"
-
-#: pg_restore.c:439
-msgid " -R disallow ALL reconnections to the database\n"
-msgstr " -R ikke tillat noen gjenoppkoblinger til databasen\n"
-
-#: pg_restore.c:440
-msgid " -s restore only the schema, no data\n"
-msgstr " -s gjenopprett bare skjema, ikke data\n"
-
-#: pg_restore.c:441
-msgid ""
-" -S NAME specify the superuser user name to use for\n"
-" disabling triggers\n"
-msgstr " -S NAVN angi superbrukerens navn for å slå av utløsere\n"
-
-#: pg_restore.c:443
-msgid " -t NAME restore named table\n"
-msgstr " -t NAVN gjenopprett navngitt tabell\n"
-
-#: pg_restore.c:444
-msgid " -T NAME restore named trigger\n"
-msgstr " -T NAVN gjenopprett navngitt utløser\n"
-
-#: pg_restore.c:445
-msgid ""
-" -x skip restoration of access privileges (grant/"
+" -x, --no-privileges ikke gjenopprett tilgangsrettigheter (grant/"
"revoke)\n"
-msgstr " -x ikke gjenopprett tilgangsrettigheter (grant/revoke)\n"
-#: pg_restore.c:446
-msgid ""
-" -X use-set-session-authorization\n"
-" use SET SESSION AUTHORIZATION commands instead\n"
-" of reconnecting, if possible\n"
-msgstr ""
-" -X use-set-session-authorization\n"
-" bruk SET SESSION AUTHORIZATION-kommandoer,\n"
-" dersom mulig, istedet for å gjenoppkoble\n"
-
-#: pg_restore.c:465
+#: pg_restore.c:399
msgid ""
"\n"
"If no input file name is supplied, then standard input is used.\n"
"\n"
-msgstr "\nDersom intet inndatafilnavn er angitt, benyttes standard inn.\n\n"
+msgstr ""
+"\n"
+"Dersom intet inndatafilnavn er angitt, benyttes standard inn.\n"
+"\n"
-#: pg_dumpall.c:214
+#: pg_dumpall.c:234
#, c-format
msgid ""
"%s extracts a PostgreSQL database cluster into an SQL script file.\n"
"\n"
-msgstr "%s ekstraherer en PostgreSQL-databasehop til en SQL-skriptfil.\n\n"
+msgstr ""
+"%s ekstraherer en PostgreSQL-databasehop til en SQL-skriptfil.\n"
+"\n"
-#: pg_dumpall.c:216
+#: pg_dumpall.c:236
#, c-format
msgid " %s [OPTION]...\n"
msgstr " %s [VALG]...\n"
-#: pg_dumpall.c:218
+#: pg_dumpall.c:238
msgid ""
"\n"
"Options:\n"
-msgstr "\nValg:\n"
+msgstr ""
+"\n"
+"Valg:\n"
-#: pg_dumpall.c:220
+#: pg_dumpall.c:240
msgid " -c, --clean clean (drop) databases prior to create\n"
-msgstr " -c, --clean nullstill (drop) databaser før de opprettes\n"
+msgstr ""
+" -c, --clean nullstill (drop) databaser før de opprettes\n"
-#: pg_dumpall.c:223
+#: pg_dumpall.c:243
msgid " -g, --globals-only dump only global objects, no databases\n"
-msgstr " -g, --globals-only bare dump globale objekter, ikke databaser\n"
+msgstr ""
+" -g, --globals-only bare dump globale objekter, ikke databaser\n"
-#: pg_dumpall.c:224
+#: pg_dumpall.c:244
msgid ""
" -i, --ignore-version proceed even when server version mismatches\n"
" pg_dumpall version\n"
@@ -2085,75 +1925,72 @@ msgstr ""
" -i, --ignore-version fortsett selv når serverversjonen er forskjellig\n"
" fra pg_dumpall-versjonen\n"
-#: pg_dumpall.c:229
-msgid " -c clean (drop) databases prior to create\n"
-msgstr " -c nullstill (drop) databaser før de opprettes\n"
-
-#: pg_dumpall.c:232
-msgid " -g dump only global objects, no databases\n"
-msgstr " -g bare dump globale objekter, ikke databaser\n"
-
-#: pg_dumpall.c:233
-msgid ""
-" -i proceed even when server version mismatches\n"
-" pg_dumpall version\n"
-msgstr ""
-" -i fortsett selv når serverversjonen er forskjellig\n"
-" fra pg_dumpall-versjonen\n"
-
-#: pg_dumpall.c:254
+#: pg_dumpall.c:259
msgid ""
"\n"
"The SQL script will be written to the standard output.\n"
"\n"
-msgstr "\nSQL-skriptet vil bli skrevet ut til standard ut.\n\n"
+msgstr ""
+"\n"
+"SQL-skriptet vil bli skrevet ut til standard ut.\n"
+"\n"
+
+#: pg_dumpall.c:495
+#, fuzzy, c-format
+msgid "%s: could not parse ACL list (%s) for database \"%s\"\n"
+msgstr "kunne ikke tolke ACL-listen (%s) for objektet %s (%s)\n"
-#: pg_dumpall.c:569
+#: pg_dumpall.c:636
#, c-format
msgid "%s: dumping database \"%s\"...\n"
msgstr "%s: dumper databasen «%s»...\n"
-#: pg_dumpall.c:575
-#, c-format
-msgid "%s: pg_dump failed on %s, exiting\n"
+#: pg_dumpall.c:642
+#, fuzzy, c-format
+msgid "%s: pg_dump failed on database \"%s\", exiting\n"
msgstr "%s: mislykket pg_dump av %s, avslutter\n"
-#: pg_dumpall.c:597
+#: pg_dumpall.c:676
#, c-format
-msgid "%s: running %s\n"
-msgstr "%s: kjører %s\n"
+msgid "%s: running \"%s\"\n"
+msgstr "%s: kjører «%s»\n"
-#: pg_dumpall.c:637
+#: pg_dumpall.c:717
#, c-format
-msgid "%s: could not connect to database %s\n"
-msgstr "%s: kunne ikke koble til databasen %s\n"
+msgid "%s: could not connect to database \"%s\"\n"
+msgstr "%s: kunne ikke koble til databasen «%s»\n"
-#: pg_dumpall.c:660
+#: pg_dumpall.c:740
#, c-format
-msgid "%s: could not connect to database %s: %s\n"
-msgstr "%s: kunne ikke koble til databasen %s: %s\n"
+msgid "%s: could not connect to database \"%s\": %s\n"
+msgstr "%s: kunne ikke koble til databasen «%s»: %s\n"
-#: pg_dumpall.c:668
+#: pg_dumpall.c:748
#, c-format
msgid "%s: could not get server version\n"
msgstr "%s: kunne ikke hente serverversjonen\n"
-#: pg_dumpall.c:677
+#: pg_dumpall.c:754
#, c-format
msgid "%s: could not parse server version \"%s\"\n"
msgstr "%s: kunne ikke tolke versionstrengen «%s»\n"
-#: pg_dumpall.c:699
+#: pg_dumpall.c:773
+#, c-format
+msgid "%s: executing %s\n"
+msgstr "%s: kjører %s\n"
+
+#: pg_dumpall.c:779
#, c-format
msgid "%s: query failed: %s"
msgstr "%s: mislykket spørring: %s"
-#: pg_dumpall.c:700
+#: pg_dumpall.c:780
#, c-format
msgid "%s: query was: %s\n"
msgstr "%s: spørringen var: %s\n"
-#: pg_dumpall.c:746
+#: pg_dumpall.c:826
#, c-format
msgid ""
"%s: could not find pg_dump\n"
@@ -2161,3 +1998,308 @@ msgid ""
msgstr ""
"%s: kan ikke finne pg_dump\n"
"Kontroller at den finnes i søkestien eller i samma katalog som %s.\n"
+
+#~ msgid ""
+#~ "%s was compiled without support for long options.\n"
+#~ "Use --help for help on invocation options.\n"
+#~ msgstr ""
+#~ "%s ble kompilert uten støtte for lange valg.\n"
+#~ "Bruk --help for hjelp om valg.\n"
+
+#~ msgid " -f FILENAME output file name\n"
+#~ msgstr " -f FILNAVN utdatafilnavn\n"
+
+#~ msgid ""
+#~ " -F c|t|p output file format (custom, tar, plain text)\n"
+#~ msgstr ""
+#~ " -F c|t|p utdataformat (c:eget, t:tar, p:vanlig tekst)\n"
+
+#~ msgid ""
+#~ " -i proceed even when server version mismatches\n"
+#~ " pg_dump version\n"
+#~ msgstr ""
+#~ " -i fortsett selv når serverens versjon er "
+#~ "forskjellig\n"
+#~ " fra pg_dump-versjonen\n"
+
+#~ msgid " -v verbose mode\n"
+#~ msgstr " -v vise mer informasjon\n"
+
+#~ msgid ""
+#~ " -Z 0-9 compression level for compressed formats\n"
+#~ msgstr ""
+#~ " -Z 0-9 komprimeringsnivå for komprimerte formater\n"
+
+#~ msgid ""
+#~ " -R, --no-reconnect disable ALL reconnections to the database in\n"
+#~ " plain text format\n"
+#~ msgstr ""
+#~ " -R, --no-reconnect slå av ALLE gjenoppkoblinger mot databasen\n"
+#~ " i rent tekstformat\n"
+
+#~ msgid ""
+#~ " -X use-set-session-authorization, --use-set-session-authorization\n"
+#~ " output SET SESSION AUTHORIZATION commands "
+#~ "rather\n"
+#~ " than \\connect commands\n"
+#~ msgstr ""
+#~ " -X use-set-session-authorization, --use-set-session-authorization\n"
+#~ " skriv ut SET SESSION AUTHORIZATION-kommandoer\n"
+#~ " istedet for \\connect-kommandoer\n"
+
+#~ msgid " -a dump only the data, not the schema\n"
+#~ msgstr " -a bare dump data, ikke skjema\n"
+
+#~ msgid " -b include large objects in dump\n"
+#~ msgstr " -b ta med store objekter i dumpen\n"
+
+#~ msgid " -c clean (drop) schema prior to create\n"
+#~ msgstr " -c fjern (drop) skjema før det opprettes\n"
+
+#~ msgid ""
+#~ " -C include commands to create database in dump\n"
+#~ msgstr ""
+#~ " -C ta med kommandoer for å opprette databasen i "
+#~ "dumpen\n"
+
+#~ msgid ""
+#~ " -d dump data as INSERT, rather than COPY, "
+#~ "commands\n"
+#~ msgstr ""
+#~ " -d dump data som INSERT-, istedet for COPY-"
+#~ "kommandoer\n"
+
+#~ msgid ""
+#~ " -D dump data as INSERT commands with column "
+#~ "names\n"
+#~ msgstr ""
+#~ " -D dump data som INSERT-kommandoer med "
+#~ "kolonnenavn\n"
+
+#~ msgid " -o include OIDs in dump\n"
+#~ msgstr " -o ta med OIDer i dumpen\n"
+
+#~ msgid ""
+#~ " -O do not output \\connect commands in plain\n"
+#~ " text format\n"
+#~ msgstr ""
+#~ " -O ikke skriv \\connect-kommandoen i rent "
+#~ "tekstformat\n"
+
+#~ msgid ""
+#~ " -R disable ALL reconnections to the database in\n"
+#~ " plain text format\n"
+#~ msgstr ""
+#~ " -R slå av ALLE gjenoppkoblinger mot databasen\n"
+#~ " i rent tekstformat\n"
+
+#~ msgid " -s dump only the schema, no data\n"
+#~ msgstr " -s bare dump skjema, ikke data\n"
+
+#~ msgid ""
+#~ " -S NAME specify the superuser user name to use in\n"
+#~ " plain text format\n"
+#~ msgstr ""
+#~ " -S NAVN angi superbrukerens brukernavn for bruk i\n"
+#~ " rent tekstformat\n"
+
+#~ msgid " -t TABLE dump this table only (* for all)\n"
+#~ msgstr " -t TABELL bare dump denne tabellen (* for alle)\n"
+
+#~ msgid " -x do not dump privileges (grant/revoke)\n"
+#~ msgstr " -x ikke dump rettigheter (grant/revoke)\n"
+
+#~ msgid ""
+#~ " -X use-set-session-authorization\n"
+#~ " output SET SESSION AUTHORIZATION commands "
+#~ "rather\n"
+#~ " than \\connect commands\n"
+#~ msgstr ""
+#~ " -X use-set-session-authorization\n"
+#~ " skriv ut SET SESSION AUTHORIZATION-kommandoer\n"
+#~ " istedet for \\connect-kommandoer\n"
+
+#~ msgid ""
+#~ " -X disable-triggers disable triggers during data-only restore\n"
+#~ msgstr ""
+#~ " -X disable-triggers slå av utløsere ved gjenoppretting av bare "
+#~ "data\n"
+
+#~ msgid " -h HOSTNAME database server host name\n"
+#~ msgstr " -h VERTSNAVN databasens vertsnavn\n"
+
+#~ msgid " -p PORT database server port number\n"
+#~ msgstr " -p PORT databasens vertsport\n"
+
+#~ msgid " -U NAME connect as specified database user\n"
+#~ msgstr ""
+#~ " -U NAVN tilkoble databasen med dette brukernavnet\n"
+
+#~ msgid ""
+#~ " -W force password prompt (should happen "
+#~ "automatically)\n"
+#~ msgstr ""
+#~ " -W spørre om passord (burde skje automatisk)\n"
+
+#~ msgid "query to obtain list of namespaces failed: %s"
+#~ msgstr "mislykket spørring for å hente liste over navnerom: %s"
+
+#~ msgid "WARNING: owner of namespace %s appears to be invalid\n"
+#~ msgstr "ADVARSEL: eieren av navnerommet %s ser ut til å være ugyldig\n"
+
+#~ msgid "could not find namespace with OID %s\n"
+#~ msgstr "kunne ikke finne navnerommet med OID %s\n"
+
+#~ msgid "Got no rows from: %s"
+#~ msgstr "Fikk ingen rader fra: %s"
+
+#~ msgid "query to obtain definition of view \"%s\" returned NULL oid\n"
+#~ msgstr ""
+#~ "spørring for å hente definisjon av viewet «%s» returnerte NULL oid\n"
+
+#~ msgid "dumping out user-defined namespaces\n"
+#~ msgstr "dumper brukerdefinerte navnerom\n"
+
+#~ msgid "parseNumericArray: bogus number\n"
+#~ msgstr "parseNumericArray: falsk nummer\n"
+
+#~ msgid "could not close the output file in CloseArchive\n"
+#~ msgstr "kunne ikke lukke utfilen i CloseArchive\n"
+
+#~ msgid "-C and -R are incompatible options\n"
+#~ msgstr "-C og -R er inkompatible valg\n"
+
+#~ msgid "unable to uncompress data: %s\n"
+#~ msgstr "kan ikke komprimere data: %s\n"
+
+#~ msgid "could not get version from server: %s"
+#~ msgstr "kunne ikke få versjonen fra serveren: %s"
+
+#~ msgid "SET autocommit TO 'on' failed: %s"
+#~ msgstr "SET autocommit TO «on» mislyktes: %s"
+
+#~ msgid " -d NAME output database name\n"
+#~ msgstr " -d NAMN databasen som skal gjenopprettes\n"
+
+#~ msgid " -F c|t specify backup file format\n"
+#~ msgstr " -F c|t backupformat (c:eget, t:tar)\n"
+
+#~ msgid ""
+#~ " -i proceed even when server version mismatches\n"
+#~ msgstr ""
+#~ " -i fortsett selv når versjonene er forskjellige\n"
+
+#~ msgid " -l print summarized TOC of the archive\n"
+#~ msgstr " -l skriv ut oppsummerert TOC for arkivet\n"
+
+#~ msgid ""
+#~ " -R, --no-reconnect disallow ALL reconnections to the database\n"
+#~ msgstr ""
+#~ " -R, --no-reconnect ikke tillat NOEN gjenoppkoblinger til "
+#~ "databasen\n"
+
+#~ msgid ""
+#~ " -X use-set-session-authorization, --use-set-session-authorization\n"
+#~ " use SET SESSION AUTHORIZATION commands "
+#~ "instead\n"
+#~ " of reconnecting, if possible\n"
+#~ msgstr ""
+#~ " -X use-set-session-authorization, --use-set-session-authorization\n"
+#~ " bruk SET SESSION AUTHORIZATION-kommandoer,\n"
+#~ " dersom mulig, istedet for å gjenoppkoble\n"
+
+#~ msgid " -a restore only the data, no schema\n"
+#~ msgstr " -a bare gjenopprett data, ikke skjema\n"
+
+#~ msgid " -C issue commands to create the database\n"
+#~ msgstr ""
+#~ " -C utfør kommandoer for å opprette databasen\n"
+
+#~ msgid " -I NAME restore named index\n"
+#~ msgstr " -I NAVN gjenopprett navngitt index\n"
+
+#~ msgid ""
+#~ " -L FILENAME use specified table of contents for ordering\n"
+#~ " output from this file\n"
+#~ msgstr ""
+#~ " -L FILNAVN ordne rekkefølgen på output fra TOC\n"
+#~ " i den angitte filen\n"
+
+#~ msgid " -N restore in original dump order\n"
+#~ msgstr ""
+#~ " -N gjenopprett i opprinnelig rekkefølge fra "
+#~ "dumpen\n"
+
+#~ msgid " -o restore in OID order\n"
+#~ msgstr " -o gjenopprett i OID-rekkefølge\n"
+
+#~ msgid ""
+#~ " -O do not reconnect to database to match\n"
+#~ " object owner\n"
+#~ msgstr ""
+#~ " -O ikke gjenoppkoble (reconnect) til databasen\n"
+#~ " for å matche objekteieren\n"
+
+#~ msgid " -P NAME(args) restore named function\n"
+#~ msgstr " -P NAVN(args) gjenopprett navngitt funksjon\n"
+
+#~ msgid ""
+#~ " -r rearrange output to put indexes etc. at end\n"
+#~ msgstr ""
+#~ " -r omorganiser utdata slik at indexer osv kommer "
+#~ "sist\n"
+
+#~ msgid ""
+#~ " -R disallow ALL reconnections to the database\n"
+#~ msgstr ""
+#~ " -R ikke tillat noen gjenoppkoblinger til "
+#~ "databasen\n"
+
+#~ msgid " -s restore only the schema, no data\n"
+#~ msgstr " -s gjenopprett bare skjema, ikke data\n"
+
+#~ msgid ""
+#~ " -S NAME specify the superuser user name to use for\n"
+#~ " disabling triggers\n"
+#~ msgstr ""
+#~ " -S NAVN angi superbrukerens navn for å slå av "
+#~ "utløsere\n"
+
+#~ msgid " -t NAME restore named table\n"
+#~ msgstr " -t NAVN gjenopprett navngitt tabell\n"
+
+#~ msgid " -T NAME restore named trigger\n"
+#~ msgstr " -T NAVN gjenopprett navngitt utløser\n"
+
+#~ msgid ""
+#~ " -x skip restoration of access privileges (grant/"
+#~ "revoke)\n"
+#~ msgstr ""
+#~ " -x ikke gjenopprett tilgangsrettigheter (grant/"
+#~ "revoke)\n"
+
+#~ msgid ""
+#~ " -X use-set-session-authorization\n"
+#~ " use SET SESSION AUTHORIZATION commands "
+#~ "instead\n"
+#~ " of reconnecting, if possible\n"
+#~ msgstr ""
+#~ " -X use-set-session-authorization\n"
+#~ " bruk SET SESSION AUTHORIZATION-kommandoer,\n"
+#~ " dersom mulig, istedet for å gjenoppkoble\n"
+
+#~ msgid " -c clean (drop) databases prior to create\n"
+#~ msgstr ""
+#~ " -c nullstill (drop) databaser før de opprettes\n"
+
+#~ msgid " -g dump only global objects, no databases\n"
+#~ msgstr ""
+#~ " -g bare dump globale objekter, ikke databaser\n"
+
+#~ msgid ""
+#~ " -i proceed even when server version mismatches\n"
+#~ " pg_dumpall version\n"
+#~ msgstr ""
+#~ " -i fortsett selv når serverversjonen er "
+#~ "forskjellig\n"
+#~ " fra pg_dumpall-versjonen\n"
diff --git a/src/bin/pg_resetxlog/po/nb.po b/src/bin/pg_resetxlog/po/nb.po
index 72c8c97ba5a..45c0dd8c6df 100644
--- a/src/bin/pg_resetxlog/po/nb.po
+++ b/src/bin/pg_resetxlog/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (pg_resetxlog).
+# Norwegian bokmål translation of messages for PostgreSQL (pg_resetxlog).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,72 +12,75 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:17-0400\n"
-"PO-Revision-Date: 2003-08-19 23:12+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 15:49+0200\n"
+"PO-Revision-Date: 2003-09-29 15:55+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: pg_resetxlog.c:144
+#: pg_resetxlog.c:142
#, c-format
-msgid "%s: invalid argument for -x option\n"
-msgstr "%s: ugyldig argument for -x-valget\n"
+msgid "%s: invalid argument for option -x\n"
+msgstr "%s: ugyldig argument til valget -x\n"
-#: pg_resetxlog.c:145 pg_resetxlog.c:160 pg_resetxlog.c:175 pg_resetxlog.c:182
-#: pg_resetxlog.c:188 pg_resetxlog.c:196
+#: pg_resetxlog.c:143 pg_resetxlog.c:158 pg_resetxlog.c:173 pg_resetxlog.c:180
+#: pg_resetxlog.c:186 pg_resetxlog.c:194
#, c-format
-msgid "Try '%s --help' for more information.\n"
+msgid "Try \"%s --help\" for more information.\n"
msgstr "Prøv «%s --help» for mer informasjon.\n"
-#: pg_resetxlog.c:150
+#: pg_resetxlog.c:148
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: transaksjon-ID (-x) må ikke være 0\n"
-#: pg_resetxlog.c:159
+#: pg_resetxlog.c:157
#, c-format
-msgid "%s: invalid argument for -o option\n"
-msgstr "%s: ugyldig argument til -o-valget\n"
+msgid "%s: invalid argument for option -o\n"
+msgstr "%s: ugyldig argument til valget -o\n"
-#: pg_resetxlog.c:165
+#: pg_resetxlog.c:163
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) må ikke være 0\n"
-#: pg_resetxlog.c:174 pg_resetxlog.c:181
+#: pg_resetxlog.c:172 pg_resetxlog.c:179
#, c-format
-msgid "%s: invalid argument for -l option\n"
-msgstr "%s: ugyldig argument til -l-valget\n"
+msgid "%s: invalid argument for option -l\n"
+msgstr "%s: ugyldig argument til valget -l\n"
-#: pg_resetxlog.c:195
+#: pg_resetxlog.c:193
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: ingen datakatalog er oppgitt\n"
-#: pg_resetxlog.c:215 pg_resetxlog.c:311
+#: pg_resetxlog.c:213 pg_resetxlog.c:309
#, c-format
-msgid "%s: could not open %s for reading: %s\n"
-msgstr "%s: kunne ikke åpne %s for lesing: %s\n"
+msgid "%s: could not open file \"%s\" for reading: %s\n"
+msgstr "%s: kunne ikke åpne filen «%s» for lesing: %s\n"
-#: pg_resetxlog.c:221
+#: pg_resetxlog.c:219
#, c-format
msgid ""
-"%s: lock file %s exists\n"
-"Is a server running? If not, delete the lock file and try again.\n"
+"%s: lock file \"%s\" exists\n"
+"Is a server running? If not, delete the lock file and try again.\n"
msgstr ""
-"%s: låsefilen %s eksisterer\n"
+"%s: låsefilen «%s» eksisterer\n"
"Kjører en server allerede? Hvis ikke, slett låsefilen og prøv igjen.\n"
-#: pg_resetxlog.c:260
+#: pg_resetxlog.c:258
msgid ""
"\n"
"If these values seem acceptable, use -f to force reset.\n"
-msgstr "\nDersom disse verdiene er akseptable, bruk -f for tvungen nullstilling.\n"
+msgstr ""
+"\n"
+"Dersom disse verdiene er akseptable, bruk -f for tvungen nullstilling.\n"
-#: pg_resetxlog.c:272
+#: pg_resetxlog.c:270
msgid ""
"The database server was not shut down cleanly.\n"
"Resetting the transaction log may cause data to be lost.\n"
@@ -87,14 +90,14 @@ msgstr ""
"Nullstilling av transaksjonsloggen kan føre til at data går tapt.\n"
"Dersom du likevel vil fortsette, bruk -f for tvungen nullstilling.\n"
-#: pg_resetxlog.c:285
+#: pg_resetxlog.c:283
msgid "Transaction log reset\n"
msgstr "Nullstilte transaksjonsloggen\n"
-#: pg_resetxlog.c:314
+#: pg_resetxlog.c:312
#, c-format
msgid ""
-"If you are sure the data directory path is correct, do\n"
+"If you are sure the data directory path is correct, execute\n"
" touch %s\n"
"and try again.\n"
msgstr ""
@@ -102,184 +105,190 @@ msgstr ""
" touch %s\n"
"og prøv igjen.\n"
-#: pg_resetxlog.c:327
+#: pg_resetxlog.c:325
#, c-format
-msgid "%s: could not read %s: %s\n"
-msgstr "%s: kunne ikke lese %s: %s\n"
+msgid "%s: could not read file \"%s\": %s\n"
+msgstr "%s: kunne ikke lese filen «%s»: %s\n"
-#: pg_resetxlog.c:350
+#: pg_resetxlog.c:348
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
-msgstr "%s: pg_control eksisterer, men har ugyldig CRC; fortsett med forsiktighet\n"
+msgstr ""
+"%s: pg_control eksisterer, men har ugyldig CRC; fortsett med forsiktighet\n"
-#: pg_resetxlog.c:359
+#: pg_resetxlog.c:357
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
-msgstr "%s: pg_control eksisterer, men er b0rken eller har ukjent versjon; ignorer den\n"
+msgstr ""
+"%s: pg_control eksisterer, men er b0rken eller har ukjent versjon; ignorer "
+"den\n"
-#: pg_resetxlog.c:410
+#: pg_resetxlog.c:408
#, c-format
msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: ugyldig innstilling for LC_COLLATE\n"
-#: pg_resetxlog.c:417
+#: pg_resetxlog.c:415
#, c-format
msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: ugyldig innstilling for LC_CTYPE\n"
-#: pg_resetxlog.c:439
+#: pg_resetxlog.c:437
msgid ""
"Guessed pg_control values:\n"
"\n"
-msgstr "Gjettede pg_control-verdier:\n\n"
+msgstr ""
+"Gjettede pg_control-verdier:\n"
+"\n"
-#: pg_resetxlog.c:441
+#: pg_resetxlog.c:439
msgid ""
"pg_control values:\n"
"\n"
-msgstr "pg_control-verdier:\n\n"
+msgstr ""
+"pg_control-verdier:\n"
+"\n"
-#: pg_resetxlog.c:443
+#: pg_resetxlog.c:441
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control versjonsnummer: %u\n"
-#: pg_resetxlog.c:444
+#: pg_resetxlog.c:442
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Katalogversjonsnummer: %u\n"
-#: pg_resetxlog.c:445
+#: pg_resetxlog.c:443
#, c-format
msgid "Current log file ID: %u\n"
msgstr "Nåværende loggfil-ID: %u\n"
-#: pg_resetxlog.c:446
+#: pg_resetxlog.c:444
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Neste loggfilsegment: %u\n"
-#: pg_resetxlog.c:447
+#: pg_resetxlog.c:445
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "Nyeste kontrollpunkts StartUpID: %u\n"
-#: pg_resetxlog.c:448
+#: pg_resetxlog.c:446
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "Nyeste kontrollpunkts NextXID: %u\n"
-#: pg_resetxlog.c:449
+#: pg_resetxlog.c:447
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Nyeste kontrollpunkts NextOID: %u\n"
-#: pg_resetxlog.c:450
+#: pg_resetxlog.c:448
#, c-format
msgid "Database block size: %u\n"
msgstr "Databasens blokkstørrelse: %u\n"
-#: pg_resetxlog.c:451
+#: pg_resetxlog.c:449
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blokker pr segment i en stor relasjon: %u\n"
-#: pg_resetxlog.c:452
+#: pg_resetxlog.c:450
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maksimal lengde på identifikatorer: %u\n"
-#: pg_resetxlog.c:453
+#: pg_resetxlog.c:451
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Maksimalt antall funksjonsargumenter: %u\n"
-#: pg_resetxlog.c:454
+#: pg_resetxlog.c:452
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Lagringstype for dato/tid: %s\n"
-#: pg_resetxlog.c:455
+#: pg_resetxlog.c:453
msgid "64-bit integers"
msgstr "64-bits heltall"
-#: pg_resetxlog.c:455
-msgid "Floating point"
-msgstr "Flyttall"
+#: pg_resetxlog.c:453
+msgid "floating-point numbers"
+msgstr "flyttall"
-#: pg_resetxlog.c:456
+#: pg_resetxlog.c:454
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Maksimal lengdre på localenavn: %u\n"
-# There is currently no need to translate this string.
-# TE, 2003-08-19.
-#: pg_resetxlog.c:457
+#: pg_resetxlog.c:455
#, c-format
msgid "LC_COLLATE: %s\n"
-msgstr ""
+msgstr "LC_COLLATE: %s\n"
-# There is currently no need to translate this string.
-# TE, 2003-08-19.
-#: pg_resetxlog.c:458
+#: pg_resetxlog.c:456
#, c-format
msgid "LC_CTYPE: %s\n"
-msgstr ""
+msgstr "LC_CTYPE: %s\n"
-#: pg_resetxlog.c:511
+#: pg_resetxlog.c:509
#, c-format
msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
-msgstr "%s: intern feil -- sizeof(ControlFileData) er for stor ... korriger xlog.c\n"
+msgstr ""
+"%s: intern feil -- sizeof(ControlFileData) er for stor ... korriger xlog.c\n"
-#: pg_resetxlog.c:524
+#: pg_resetxlog.c:522
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: kunne ikke opprette pg_control-fil: %s\n"
-#: pg_resetxlog.c:535
+#: pg_resetxlog.c:533
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: kunne ikke skrive pg_control-fil: %s\n"
-#: pg_resetxlog.c:542 pg_resetxlog.c:683
+#: pg_resetxlog.c:540 pg_resetxlog.c:681
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: fsync-feil: %s\n"
-#: pg_resetxlog.c:563
+#: pg_resetxlog.c:561
#, c-format
-msgid "%s: could not open directory %s: %s\n"
-msgstr "%s: kunne ikke åpne katalogen %s: %s\n"
+msgid "%s: could not open directory \"%s\": %s\n"
+msgstr "%s: kunne ikke åpne katalogen «%s»: %s\n"
-#: pg_resetxlog.c:577
+#: pg_resetxlog.c:575
#, c-format
-msgid "%s: could not delete file %s: %s\n"
-msgstr "%s: kunne ikke slette filen %s: %s\n"
+msgid "%s: could not delete file \"%s\": %s\n"
+msgstr "%s: kunne ikke slette filen «%s»: %s\n"
-#: pg_resetxlog.c:587
+#: pg_resetxlog.c:585
#, c-format
-msgid "%s: could not read from directory %s: %s\n"
-msgstr "%s: kunne ikke lese fra katalogen %s: %s\n"
+msgid "%s: could not read from directory \"%s\": %s\n"
+msgstr "%s: kunne ikke lese fra katalogen «%s»: %s\n"
-#: pg_resetxlog.c:650
+#: pg_resetxlog.c:648
#, c-format
-msgid "%s: could not open %s: %s\n"
-msgstr "%s: kunne ikke åpne %s: %s\n"
+msgid "%s: could not open file \"%s\": %s\n"
+msgstr "%s: kunne ikke åpne filen «%s»: %s\n"
-#: pg_resetxlog.c:661 pg_resetxlog.c:675
+#: pg_resetxlog.c:659 pg_resetxlog.c:673
#, c-format
-msgid "%s: could not write %s: %s\n"
-msgstr "%s: kunne ikke skrive %s: %s\n"
+msgid "%s: could not write file \"%s\": %s\n"
+msgstr "%s: kunne ikke skrive filen «%s»: %s\n"
-#: pg_resetxlog.c:694
+#: pg_resetxlog.c:692
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
"\n"
-msgstr "%s nullstiller PostgreSQLs transaksjonslogg.\n\n"
+msgstr ""
+"%s nullstiller PostgreSQLs transaksjonslogg.\n"
+"\n"
-#: pg_resetxlog.c:695
+#: pg_resetxlog.c:693
#, c-format
msgid ""
"Usage:\n"
@@ -290,44 +299,49 @@ msgstr ""
" %s [VALG]... DATAKATALOG\n"
"\n"
-#: pg_resetxlog.c:696
+#: pg_resetxlog.c:694
msgid "Options:\n"
msgstr "Valg:\n"
-#: pg_resetxlog.c:697
+#: pg_resetxlog.c:695
msgid " -f force update to be done\n"
msgstr " -f tvungen nullstilling\n"
-#: pg_resetxlog.c:698
+#: pg_resetxlog.c:696
msgid ""
" -l FILEID,SEG force minimum WAL starting location for new transaction "
"log\n"
-msgstr " -l FILID,SEG angi minste WAL-startposisjon for ny transaksjonslogg\n"
+msgstr ""
+" -l FILID,SEG angi minste WAL-startposisjon for ny transaksjonslogg\n"
-#: pg_resetxlog.c:699
+#: pg_resetxlog.c:697
msgid ""
" -n no update, just show extracted control values (for "
"testing)\n"
-msgstr " -n ingen oppdatering, bare vise kontrollverdier (for testing)\n"
+msgstr ""
+" -n ingen oppdatering, bare vise kontrollverdier (for "
+"testing)\n"
-#: pg_resetxlog.c:700
+#: pg_resetxlog.c:698
msgid " -o OID set next OID\n"
msgstr " -o OID sette neste OID\n"
-#: pg_resetxlog.c:701
+#: pg_resetxlog.c:699
msgid " -x XID set next transaction ID\n"
msgstr " -x XID sette neste transaksjons-ID\n"
-#: pg_resetxlog.c:702
+#: pg_resetxlog.c:700
msgid " --help show this help, then exit\n"
msgstr " --help vise denne hjelpen, deretter avslutte\n"
-#: pg_resetxlog.c:703
+#: pg_resetxlog.c:701
msgid " --version output version information, then exit\n"
msgstr " --version vise programversjon, deretter avslutte\n"
-#: pg_resetxlog.c:704
+#: pg_resetxlog.c:702
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
-msgstr "\nRapporter bugs til <pgsql-bugs@postgresql.org>.\n"
+msgstr ""
+"\n"
+"Rapporter bugs til <pgsql-bugs@postgresql.org>.\n"
diff --git a/src/bin/psql/po/nb.po b/src/bin/psql/po/nb.po
index 7c080c31cb6..d47a94565a9 100644
--- a/src/bin/psql/po/nb.po
+++ b/src/bin/psql/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (psql).
+# Norwegian bokmål translation of messages for PostgreSQL (psql).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,285 +12,277 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:17-0400\n"
-"PO-Revision-Date: 2003-08-20 19:55+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 16:49+0200\n"
+"PO-Revision-Date: 2003-09-29 16:51+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: command.c:156
+#: command.c:154
msgid "Warning: This syntax is deprecated.\n"
msgstr "Advarsel: Denne syntaksen er avviklet (deprecated)\n"
-#: command.c:163
+#: command.c:161
#, c-format
msgid "Invalid command \\%s. Try \\? for help.\n"
msgstr "Ugyldig kommando \\%s. Prøv \\? for hjelp.\n"
-#: command.c:165
+#: command.c:163
#, c-format
msgid "invalid command \\%s\n"
msgstr "ugyldig kommando \\%s\n"
-#: command.c:292
+#: command.c:290
#, c-format
msgid "could not get home directory: %s\n"
msgstr "kunne ikke få tak i hjemmekatalog: %s\n"
-#: command.c:308
+#: command.c:306
#, c-format
-msgid "\\%s: could not change directory to '%s': %s\n"
+msgid "\\%s: could not change directory to \"%s\": %s\n"
msgstr "\\%s: kunne ikke bytte katalog til «%s»: %s\n"
-#: command.c:404 command.c:764
+#: command.c:411 command.c:769
msgid "no query buffer\n"
msgstr "intet spørrebuffer\n"
-#: command.c:459
+#: command.c:468
#, c-format
msgid "%s: invalid encoding name or conversion procedure not found\n"
msgstr "%s: ugyldig kodenavn eller konverteringsprosedyre ikke funnet\n"
-#: command.c:520 command.c:551 command.c:562 command.c:576 command.c:618
-#: command.c:744 command.c:773
+#: command.c:530 command.c:561 command.c:572 command.c:586 command.c:628
+#: command.c:749 command.c:778
#, c-format
msgid "\\%s: missing required argument\n"
msgstr "\\%s: mangler påkrevd argument\n"
-#: command.c:606
+#: command.c:616
msgid "Query buffer is empty."
msgstr "Spørrebuffer er tomt."
-#: command.c:639
+#: command.c:649
msgid "Query buffer reset (cleared)."
msgstr "Spørrebuffer nullstilt."
-#: command.c:650
+#: command.c:660
#, c-format
-msgid "Wrote history to %s.\n"
-msgstr "Skrev kommandohistorikk til %s.\n"
+msgid "Wrote history to file \"%s\".\n"
+msgstr "Skrev kommandohistorikk til filen «%s».\n"
-#: command.c:690 command.c:1144 command.c:1241 command.c:1929 common.c:68
-#: copy.c:90 copy.c:118 describe.c:41 mainloop.c:80 mainloop.c:388
+#: command.c:692 command.c:1149 command.c:1246 command.c:1964 common.c:81
+#: copy.c:88 copy.c:116 mainloop.c:78 mainloop.c:341 describe.c:51
msgid "out of memory\n"
msgstr "tomt for minne\n"
-#: command.c:699 command.c:749
+#: command.c:707 command.c:754
#, c-format
msgid "\\%s: error\n"
msgstr "\\%s: feil\n"
-#: command.c:728
+#: command.c:736
msgid "Timing is on."
msgstr "Tidtaking er på."
-#: command.c:731
+#: command.c:738
msgid "Timing is off."
msgstr "Tidtaking er av."
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: command.c:788 command.c:808 command.c:1004 command.c:1017 command.c:1028
-#: command.c:1586 command.c:1599 command.c:1611 command.c:1624 command.c:1638
-#: command.c:1652 command.c:1682 common.c:117 copy.c:381
+#: command.c:793 command.c:813 command.c:1011 command.c:1024 command.c:1035
+#: command.c:1606 command.c:1619 command.c:1631 command.c:1644 command.c:1658
+#: command.c:1680 command.c:1710 common.c:130 copy.c:378
#, c-format
msgid "%s: %s\n"
-msgstr ""
+msgstr "%s: %s\n"
-#: command.c:874
+#: command.c:879
#, c-format
-msgid "\\%s: extra argument '%s' ignored\n"
+msgid "\\%s: extra argument \"%s\" ignored\n"
msgstr "\\%s: ekstra argument «%s» ignorert\n"
-#: command.c:965 command.c:993 command.c:1117
+#: command.c:972 command.c:1000 command.c:1122
msgid "parse error at the end of line\n"
msgstr "parsefeil ved slutten av linjen\n"
-#: command.c:1356 command.c:1380 startup.c:175 startup.c:193
+#: command.c:1351 command.c:1375 startup.c:173 startup.c:191
msgid "Password: "
msgstr "Passord: "
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: command.c:1394 common.c:166 common.c:286 common.c:472
+#: command.c:1389 common.c:176 common.c:346 common.c:400 common.c:614
#, c-format
msgid "%s"
-msgstr ""
+msgstr "%s"
-#: command.c:1398
+#: command.c:1393
msgid "Previous connection kept\n"
msgstr "Beholder forrige forbindelse\n"
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: command.c:1410
+#: command.c:1405
#, c-format
msgid "\\connect: %s"
-msgstr ""
+msgstr "\\connect: %s"
-#: command.c:1422
+#: command.c:1417
#, c-format
-msgid "You are now connected to database %s.\n"
-msgstr "Du er nå tilkoblet til databasen %s.\n"
+msgid "You are now connected to database \"%s\".\n"
+msgstr "Du er nå tilkoblet til databasen «%s».\n"
-#: command.c:1424
+#: command.c:1419
#, c-format
-msgid "You are now connected as new user %s.\n"
-msgstr "Du er nå tilkoblet som ny bruker %s.\n"
+msgid "You are now connected as new user \"%s\".\n"
+msgstr "Du er nå tilkoblet som ny bruker «%s».\n"
-#: command.c:1427
+#: command.c:1422
#, c-format
-msgid "You are now connected to database %s as user %s.\n"
-msgstr "Du er nå tilkoblet databasen %s som brukeren %s.\n"
+msgid "You are now connected to database \"%s\" as user \"%s\".\n"
+msgstr "Du er nå tilkoblet databasen «%s» som brukeren «%s».\n"
-#: command.c:1524
+#: command.c:1544
#, c-format
-msgid "could not start editor %s\n"
-msgstr "kunne ikke starte editoren %s\n"
+msgid "could not start editor \"%s\"\n"
+msgstr "kunne ikke starte editoren «%s»\n"
-#: command.c:1526
+#: command.c:1546
msgid "could not start /bin/sh\n"
msgstr "kunne ikke starte /bin/sh\n"
-#: command.c:1571
+#: command.c:1591
#, c-format
-msgid "could not open temporary file %s: %s\n"
-msgstr "kunne ikke åpne midlertidig fil %s: %s\n"
+msgid "could not open temporary file \"%s\": %s\n"
+msgstr "kunne ikke åpne midlertidig fil «%s»: %s\n"
-#: command.c:1755
+#: command.c:1783
msgid "\\pset: allowed formats are unaligned, aligned, html, latex\n"
msgstr "\\pset: tillatte formater er unaligned, aligned, html, latex\n"
-#: command.c:1760
+#: command.c:1788
#, c-format
msgid "Output format is %s.\n"
msgstr "Outputformat er %s.\n"
-#: command.c:1770
+#: command.c:1798
#, c-format
msgid "Border style is %d.\n"
msgstr "Kantstil er %d.\n"
-#: command.c:1779
+#: command.c:1807
msgid "Expanded display is on.\n"
msgstr "Utvidet visning er på.\n"
-#: command.c:1780
+#: command.c:1808
msgid "Expanded display is off.\n"
msgstr "Utvidet visning er av.\n"
-#: command.c:1792
+#: command.c:1820
#, c-format
-msgid "Null display is '%s'.\n"
+msgid "Null display is \"%s\".\n"
msgstr "NULL vises som «%s».\n"
-#: command.c:1804
+#: command.c:1832
#, c-format
-msgid "Field separator is '%s'.\n"
+msgid "Field separator is \"%s\".\n"
msgstr "Feltseparator er «%s».\n"
-#: command.c:1818
+#: command.c:1846
msgid "Record separator is <newline>."
msgstr "Postseparator er <nylinje>."
-#: command.c:1820
+#: command.c:1848
#, c-format
-msgid "Record separator is '%s'.\n"
+msgid "Record separator is \"%s\".\n"
msgstr "Postseparator er «%s».\n"
-#: command.c:1831
+#: command.c:1859
msgid "Showing only tuples."
msgstr "Viser bare tupler."
-#: command.c:1833
+#: command.c:1861
msgid "Tuples only is off."
msgstr "Visning av bare tupler er av."
-#: command.c:1849
+#: command.c:1877
#, c-format
msgid "Title is \"%s\".\n"
msgstr "Tittel er «%s».\n"
-#: command.c:1851
+#: command.c:1879
msgid "Title is unset.\n"
msgstr "Tittel er ikke satt.\n"
-#: command.c:1867
+#: command.c:1895
#, c-format
msgid "Table attribute is \"%s\".\n"
msgstr "Tabellattributt er «%s».\n"
-#: command.c:1869
+#: command.c:1897
msgid "Table attributes unset.\n"
msgstr "Tabellattributter er ikke satt.\n"
-#: command.c:1880
-msgid "Using pager is on."
-msgstr "Bruk av sideviser (pager) er på."
+#: command.c:1913
+msgid "Pager is used for long output."
+msgstr ""
+
+#: command.c:1915
+msgid "Pager is always used."
+msgstr ""
-#: command.c:1882
-msgid "Using pager is off."
+#: command.c:1917
+msgid "Pager usage is off."
msgstr "Bruk av sideviser (pager) er av."
-#: command.c:1893
+#: command.c:1928
msgid "Default footer is on."
msgstr "Standard bunntekst er på."
-#: command.c:1895
+#: command.c:1930
msgid "Default footer is off."
msgstr "Standard bunntekst er av."
-#: command.c:1901
+#: command.c:1936
#, c-format
msgid "\\pset: unknown option: %s\n"
msgstr "\\pset: ukjent valg: %s\n"
-#: command.c:1944
+#: command.c:1983
msgid "\\!: failed\n"
msgstr "\\!: mislyktes\n"
-#: common.c:61
+#: common.c:74
#, c-format
msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n"
msgstr "%s: xstrdup: kan ikke duplikere en nullpeker (intern feil)\n"
-#: common.c:234 common.c:347
-msgid "You are currently not connected to a database.\n"
-msgstr "Du er for øyeblikket ikke tilkoblet en database.\n"
-
-#: common.c:293 common.c:482
+#: common.c:258
msgid "connection to server was lost\n"
msgstr "mistet forbindelsen til serveren\n"
-#: common.c:296 common.c:485
+#: common.c:262
msgid "The connection to the server was lost. Attempting reset: "
msgstr "Mistet forbindelsen til serveren. Prøver gjenoppkobling: "
-#: common.c:300 common.c:489
+#: common.c:267
msgid "Failed.\n"
msgstr "Mislykket.\n"
-#: common.c:310 common.c:501
+#: common.c:274
msgid "Succeeded.\n"
msgstr "Vellykket.\n"
-#: common.c:355
+#: common.c:376 common.c:582
+msgid "You are currently not connected to a database.\n"
+msgstr "Du er for øyeblikket ikke tilkoblet en database.\n"
+
+#: common.c:431
#, c-format
msgid ""
-"***(Single step mode: Verify query)"
-"*********************************************\n"
-"%s\n"
-"***(press return to proceed or enter x and return to cancel)"
-"********************\n"
+"Asynchronous notification \"%s\" received from server process with PID %d.\n"
msgstr ""
-"***(Enkeltskrittmodus: Bekreft spørring)**************************************\n"
-"%s\n"
-"***(trykk enter for å fortsette eller x og enter for å avbryte)***************\n"
-#: common.c:461
+#: common.c:534
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
@@ -298,42 +290,50 @@ msgstr ""
"Tast inn data som skal kopieres etterfulgt av en nylinje (newline).\n"
"Avslutt med en backslash og et punktum på egen linje (\\.)."
-#: common.c:507
-#, c-format
-msgid "Asynchronous NOTIFY '%s' from backend with pid %d received.\n"
-msgstr "Mottok asynkron NOTIFY «%s» fra bakstykket med pid %d.\n"
-
-#: common.c:520 common.c:523
+#: common.c:553
#, c-format
msgid "Time: %.2f ms\n"
msgstr "Tid: %.2f ms\n"
-#: copy.c:112
+#: common.c:590
+#, c-format
+msgid ""
+"***(Single step mode: verify command)"
+"*******************************************\n"
+"%s\n"
+"***(press return to proceed or enter x and return to cancel)"
+"********************\n"
+msgstr ""
+"***(Enkeltskrittmodus: Bekreft kommando)"
+"**************************************\n"
+"%s\n"
+"***(trykk enter for å fortsette eller x og enter for å avbryte)"
+"***************\n"
+
+#: copy.c:110
msgid "\\copy: arguments required\n"
msgstr "\\copy: argumenter er påkreved\n"
-#: copy.c:292
+#: copy.c:289
#, c-format
-msgid "\\copy: parse error at '%s'\n"
+msgid "\\copy: parse error at \"%s\"\n"
msgstr "\\copy: parsefeil ved «%s»\n"
-#: copy.c:294
+#: copy.c:291
msgid "\\copy: parse error at end of line\n"
msgstr "\\copy: parsefeil ved slutten av linjen\n"
-#: copy.c:392
+#: copy.c:389
#, c-format
msgid "%s: cannot copy from/to a directory\n"
msgstr "%s: kan ikke kopiere fra/til en katalog\n"
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: copy.c:413
+#: copy.c:410
#, c-format
msgid "\\copy: %s"
-msgstr ""
+msgstr "\\copy: %s"
-#: copy.c:417
+#: copy.c:414
#, c-format
msgid "\\copy: unexpected response (%d)\n"
msgstr "\\copy: uforventet respons (%d)\n"
@@ -356,7 +356,9 @@ msgstr "kunne ikke få tak i nåværende brukernavn: %s\n"
msgid ""
"This is psql %s, the PostgreSQL interactive terminal.\n"
"\n"
-msgstr "Dette er psql %s, PostgreSQLs interaktive terminal.\n\n"
+msgstr ""
+"Dette er psql %s, PostgreSQLs interaktive terminal.\n"
+"\n"
#: help.c:85
msgid "Usage:"
@@ -372,12 +374,15 @@ msgstr "Generelle valg:"
#: help.c:93
#, c-format
-msgid " -d DBNAME specify database name to connect to (default: %s)\n"
-msgstr " -d DBNAVN angi databasenavnet som skal tilkobles (standard: %s)\n"
+msgid ""
+" -d DBNAME specify database name to connect to (default: \"%s\")\n"
+msgstr ""
+" -d DBNAVN angi databasenavnet som skal tilkobles (standard: «%s»)\n"
#: help.c:94
msgid " -c COMMAND run only single command (SQL or internal) and exit"
-msgstr " -c KOMMANDO utfør bare en enkelt kommando (SQL eller intern) og avslutt"
+msgstr ""
+" -c KOMMANDO utfør bare en enkelt kommando (SQL eller intern) og avslutt"
#: help.c:95
msgid " -f FILENAME execute commands from file, then exit"
@@ -388,8 +393,8 @@ msgid " -l list available databases, then exit"
msgstr " -l vis tilgjengelige databaser og avslutt"
#: help.c:97
-msgid " -v NAME=VALUE set psql variable 'NAME' to 'VALUE'"
-msgstr " -v NAVN=VERDI sett psql-variabel «NAVN» til «VERDI»"
+msgid " -v NAME=VALUE set psql variable NAME to VALUE"
+msgstr " -v NAVN=VERDI sett psql-variabel NAVN til VERDI"
#: help.c:98
msgid " -X do not read startup file (~/.psqlrc)"
@@ -407,7 +412,9 @@ msgstr " --version vise programversjon og avslutt"
msgid ""
"\n"
"Input and output options:"
-msgstr "\nInput- og outputvalg:"
+msgstr ""
+"\n"
+"Input- og outputvalg:"
#: help.c:103
msgid " -a echo all input from script"
@@ -424,29 +431,37 @@ msgstr " -E vise spørringer som interne kommandoer genererer"
# XXX
#: help.c:106
msgid " -q run quietly (no messages, only query output)"
-msgstr " -q kjøre stille (ingen meldinger, bare output fra spørringer)"
+msgstr ""
+" -q kjøre stille (ingen meldinger, bare output fra spørringer)"
#: help.c:107
msgid " -o FILENAME send query results to file (or |pipe)"
-msgstr " -o FILNAVN sende resultatene fra spørringene til fil (eller til |rør)"
+msgstr ""
+" -o FILNAVN sende resultatene fra spørringene til fil (eller til |rør)"
#: help.c:108
msgid " -n disable enhanced command line editing (readline)"
-msgstr " -n utkoble (disable) utvidet redigering av kommandolinje (readline)"
+msgstr ""
+" -n utkoble (disable) utvidet redigering av kommandolinje "
+"(readline)"
#: help.c:109
-msgid " -s single step mode (confirm each query)"
+msgid " -s single-step mode (confirm each query)"
msgstr " -s enkeltskrittmodus (bekrefte hver spørring)"
#: help.c:110
-msgid " -S single line mode (end of line terminates SQL command)"
-msgstr " -S enkel linjemodus (slutten av linjen avslutter SQL-kommandoer)"
+msgid " -S single-line mode (end of line terminates SQL command)"
+msgstr ""
+" -S enkel linjemodus (slutten av linjen avslutter SQL-"
+"kommandoer)"
#: help.c:112
msgid ""
"\n"
"Output format options:"
-msgstr "\nValg av outputformat:"
+msgstr ""
+"\n"
+"Valg av outputformat:"
#: help.c:113
msgid " -A unaligned table output mode (-P format=unaligned)"
@@ -464,51 +479,59 @@ msgstr " -t bare skriv ut rader (-P tuples_only)"
msgid ""
" -T TEXT set HTML table tag attributes (width, border) (-P "
"tableattr=)"
-msgstr " -T TEKST sette HTML <tabell> tagattributter (width, border) (-P tableattr=)"
+msgstr ""
+" -T TEKST sette HTML <tabell> tagattributter (width, border) (-P "
+"tableattr=)"
#: help.c:117
msgid " -x turn on expanded table output (-P expanded)"
msgstr " -x turn on expanded table output (-P expanded)"
#: help.c:118
-msgid ""
-" -P VAR[=ARG] set printing option 'VAR' to 'ARG' (see \\pset command)"
-msgstr " -P VAR[=ARG] sette printvalg «VAR» til «ARG» (se \\pset-kommandoen)"
+msgid " -P VAR[=ARG] set printing option VAR to ARG (see \\pset command)"
+msgstr " -P VAR[=ARG] sette printvalg VAR til ARG (se \\pset-kommandoen)"
#: help.c:119
#, c-format
msgid ""
" -F STRING set field separator (default: \"%s\") (-P fieldsep=)\n"
-msgstr " -F STRENG sett feltseparator (standard: \"%s\") (-P fieldsep=)\n"
+msgstr ""
+" -F STRENG sett feltseparator (standard: \"%s\") (-P fieldsep=)\n"
#: help.c:121
msgid ""
" -R STRING set record separator (default: newline) (-P recordsep=)"
-msgstr " -R STRENG sett postseparator (standard: newline) (-P recordsep=)"
+msgstr ""
+" -R STRENG sett postseparator (standard: newline) (-P recordsep=)"
#: help.c:123
msgid ""
"\n"
"Connection options:"
-msgstr "\nTilkoblingsvalg:"
+msgstr ""
+"\n"
+"Tilkoblingsvalg:"
#: help.c:126
-#, c-format
-msgid " -h HOSTNAME specify database server host (default: %s)\n"
-msgstr " -h MASKINNAVN angi maskinnavnet til databaseserveren (standard: %s)\n"
+#, fuzzy, c-format
+msgid ""
+" -h HOSTNAME database server host or socket directory (default: \"%s"
+"\")\n"
+msgstr ""
+" -h MASKINNAVN angi maskinnavnet til databaseserveren (standard: %s)\n"
#: help.c:127
msgid "local socket"
msgstr "lokal socket"
#: help.c:130
-#, c-format
-msgid " -p PORT specify database server port (default: %s)\n"
+#, fuzzy, c-format
+msgid " -p PORT database server port (default: \"%s\")\n"
msgstr " -p PORT angi porten til databaseserveren (standard: %s)\n"
#: help.c:136
-#, c-format
-msgid " -U NAME specify database user name (default: %s)\n"
+#, fuzzy, c-format
+msgid " -U NAME database user name (default: \"%s\")\n"
msgstr " -U NAVN angi brukernavnet for databasen (standard: %s)\n"
#: help.c:137
@@ -532,210 +555,287 @@ msgstr ""
"Rapporter bugs til <pgsql-bugs@postgresql.org>."
#: help.c:174
-msgid " \\a toggle between unaligned and aligned output mode\n"
-msgstr " \\a veksle mellom uopplinjert og opplinjert outputmodus\n"
+msgid "General\n"
+msgstr ""
#: help.c:175
#, c-format
msgid ""
-" \\c[onnect] [DBNAME|- [USER]]\n"
-" connect to new database (currently \"%s\")\n"
+" \\c[onnect] [DBNAME|- [USER]]\n"
+" connect to new database (currently \"%s\")\n"
msgstr ""
-" \\c[onnect] [DBNAVN|- [BRUKER]]\n"
-" koble til ny database (for øyeblikket «%s»)\n"
+" \\c[onnect] [DBNAVN|- [BRUKER]]\n"
+" koble til ny database (for øyeblikket «%s»)\n"
#: help.c:178
-msgid " \\C [STRING] set table title, or unset if none\n"
-msgstr " \\C [STRING] sette tabelltittel eller nullstille dersom ingen er oppgitt\n"
+msgid " \\cd [DIR] change the current working directory\n"
+msgstr " \\cd [DIR] bytte arbeidskatalog\n"
#: help.c:179
-msgid " \\cd [DIR] change the current working directory\n"
-msgstr " \\cd [DIR] bytte arbeidskatalog\n"
+msgid " \\copyright show PostgreSQL usage and distribution terms\n"
+msgstr ""
+" \\copyright vise bruks- og distribusjonsrettigheter for PostgreSQL\n"
#: help.c:180
-msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
-msgstr " \\copy ... utføre SQL COPY med datastrøm til klientens host\n"
-
-#: help.c:181
-msgid " \\copyright show PostgreSQL usage and distribution terms\n"
-msgstr " \\copyright vise bruks- og distribusjonsrettigheter for PostgreSQL\n"
+msgid ""
+" \\encoding [ENCODING]\n"
+" show or set client encoding\n"
+msgstr ""
+" \\encoding [KODING]\n"
+" vise eller sette klientkoding (encoding)\n"
#: help.c:182
-msgid " \\d [NAME] describe table, index, sequence, or view\n"
-msgstr " \\d [NAVN] beskrive tabell, indeks, sekvense, eller view\n"
+msgid " \\h [NAME] help on syntax of SQL commands, * for all commands\n"
+msgstr ""
+" \\h [NAVN] hjelp om syntaksen til SQL-kommandoer, * for alle "
+"kommandoer\n"
-# XXX
#: help.c:183
+msgid " \\q quit psql\n"
+msgstr " \\q avslutte psql\n"
+
+#: help.c:184
msgid ""
-" \\d{t|i|s|v|S} [PATTERN] (add \"+\" for more detail)\n"
-" list tables/indexes/sequences/views/system tables\n"
+" \\set [NAME [VALUE]]\n"
+" set internal variable, or list all if no parameters\n"
msgstr ""
-" \\d{t|i|s|v|S} [MØNSTER] (legg til «+» for flere detaljer)\n"
-" liste tabeller/indesker/sekvenser/views/systemtabeller\n"
-
-#: help.c:185
-msgid " \\da [PATTERN] list aggregate functions\n"
-msgstr " \\da [MØNSTER] liste aggregatfunksjoner\n"
+" \\set [NAVN [VERDI]]\n"
+" sette intern variabel, eller liste alle dersom ingen "
+"parametre er oppgitt\n"
#: help.c:186
-msgid " \\dd [PATTERN] show comment for object\n"
-msgstr " \\dd [MØNSTER] vise kommentar for objekt\n"
-
-#: help.c:187
-msgid " \\dD [PATTERN] list domains\n"
-msgstr " \\dD [MØNSTER] liste domener\n"
+#, c-format
+msgid " \\timing toggle timing of commands (currently %s)\n"
+msgstr " \\timing veksle tidtaking av kommandoer (for øyeblikket %s)\n"
#: help.c:188
-msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n"
-msgstr " \\df [MØNSTER] liste funksjoner (legg til «+» for flere detaljer)\n"
+msgid " \\unset NAME unset (delete) internal variable\n"
+msgstr " \\unset NAVN nullstille (slette) interne variabler\n"
+# XXX
#: help.c:189
-msgid " \\do [NAME] list operators\n"
-msgstr " \\do [NAVN] liste operatorer\n"
-
-#: help.c:190
-msgid " \\dl list large objects, same as \\lo_list\n"
-msgstr " \\dl liste store objekter, samme som \\lo_list\n"
-
-#: help.c:191
-msgid " \\dp [PATTERN] list table access privileges\n"
-msgstr " \\dp [MØNSTER] liste tilgangsprivilegier for tabell\n"
+msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
+msgstr ""
+" \\! [KOMMANDO] utføre kommando i skall eller starte interaktivt skall "
+"(shell)\n"
#: help.c:192
-msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n"
-msgstr " \\dT [MØNSTER] liste datatyper (legg til «+» for flere detaljer)\n"
+#, fuzzy
+msgid "Query Buffer\n"
+msgstr "intet spørrebuffer\n"
#: help.c:193
-msgid " \\du [PATTERN] list users\n"
-msgstr " \\du [MØNSTER] liste brukere\n"
+msgid ""
+" \\e [FILE] edit the query buffer (or file) with external editor\n"
+msgstr ""
+" \\e [FIL] redigere spørrebufferet (eller fil) med ekstern editor\n"
#: help.c:194
-msgid " \\e [FILE] edit the query buffer (or file) with external editor\n"
-msgstr " \\e [FIL] redigere spørrebufferet (eller fil) med ekstern editor\n"
+msgid ""
+" \\g [FILE] send query buffer to server (and results to file or |"
+"pipe)\n"
+msgstr ""
+" \\g [FIL] sende spørrebuffer til server (og resultater til fil eller "
+"|rør)\n"
#: help.c:195
-msgid " \\echo [STRING] write string to standard output\n"
-msgstr " \\echo [STRENG] skrive streng til standard output\n"
+msgid " \\p show the contents of the query buffer\n"
+msgstr " \\p vise innholdet til spørrebufferet\n"
#: help.c:196
-msgid " \\encoding [ENCODING] show or set client encoding\n"
-msgstr " \\encoding [KODING] vise eller sette klientkoding (encoding)\n"
+msgid " \\r reset (clear) the query buffer\n"
+msgstr " \\r nullstill spørrebufferet\n"
#: help.c:197
-msgid ""
-" \\f [STRING] show or set field separator for unaligned query output\n"
-msgstr " \\f [STRENG] vise eller sette feltseparator for uopplinjert spørreoutput\n"
+msgid " \\s [FILE] display history or save it to file\n"
+msgstr " \\s [FIL] vise kommandohistorikken eller lagre den til fil\n"
#: help.c:198
-msgid ""
-" \\g [FILE] send query buffer to server (and results to file or |pipe)\n"
-msgstr " \\g [FIL] sende spørrebuffer til server (og resultater til fil eller |rør)\n"
+msgid " \\w [FILE] write query buffer to file\n"
+msgstr " \\w [FIL] skrive spørrebuffer til fil\n"
-#: help.c:199
-msgid " \\h [NAME] help on syntax of SQL commands, * for all commands\n"
-msgstr " \\h [NAVN] hjelp om syntaksen til SQL-kommandoer, * for alle kommandoer\n"
-
-#: help.c:200
-#, c-format
-msgid " \\H toggle HTML output mode (currently %s)\n"
-msgstr " \\H veksle mellom HTML-outputmodus (for øyeblikket %s)\n"
+#: help.c:201
+msgid "Input/Output\n"
+msgstr ""
#: help.c:202
-msgid " \\i FILE execute commands from file\n"
-msgstr " \\i FIL utføre kommander fra fil\n"
+msgid " \\echo [STRING] write string to standard output\n"
+msgstr " \\echo [STRENG] skrive streng til standard output\n"
#: help.c:203
-msgid " \\l list all databases\n"
-msgstr " \\l liste alle databaser\n"
+msgid " \\i FILE execute commands from file\n"
+msgstr " \\i FIL utføre kommander fra fil\n"
#: help.c:204
+msgid " \\o [FILE] send all query results to file or |pipe\n"
+msgstr " \\o FIL sende alle spørreresultatene til fil eller |rør\n"
+
+#: help.c:205
msgid ""
-" \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
-" large object operations\n"
+" \\qecho [STRING]\n"
+" write string to query output stream (see \\o)\n"
msgstr ""
-" \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
-" operasjoner på store objekter\n"
+" \\qecho [STRENG]\n"
+" skrive streng til spørringens outputstrøm (se \\o)\n"
-#: help.c:206
-msgid " \\o FILE send all query results to file or |pipe\n"
-msgstr " \\o FIL sende alle spørreresultatene til fil eller |rør\n"
+#: help.c:209
+msgid "Informational\n"
+msgstr ""
-#: help.c:207
-msgid " \\p show the contents of the query buffer\n"
-msgstr " \\p vise innholdet til spørrebufferet\n"
+#: help.c:210
+msgid " \\d [NAME] describe table, index, sequence, or view\n"
+msgstr " \\d [NAVN] beskrive tabell, indeks, sekvense, eller view\n"
-#: help.c:208
+# XXX
+#: help.c:211
msgid ""
-" \\pset NAME [VALUE] set table output option\n"
-" (NAME := {format|border|expanded|fieldsep|null|recordsep|\n"
-" tuples_only|title|tableattr|pager})\n"
+" \\d{t|i|s|v|S} [PATTERN] (add \"+\" for more detail)\n"
+" list tables/indexes/sequences/views/system tables\n"
msgstr ""
-" \\pset NAVN [VERDI] sette valg for tabelloutput\n"
-" (NAVN := {format|border|expanded|fieldsep|null|recordsep|\n"
-" tuples_only|title|tableattr|pager})\n"
-
-#: help.c:211
-msgid " \\q quit psql\n"
-msgstr " \\q avslutte psql\n"
-
-#: help.c:212
-msgid " \\qecho [STRING] write string to query output stream (see \\o)\n"
-msgstr " \\qecho [STRENG] skrive streng til spørringens outputstrøm (se \\o)\n"
+" \\d{t|i|s|v|S} [MØNSTER] (legg til «+» for flere detaljer)\n"
+" liste tabeller/indesker/sekvenser/views/systemtabeller\n"
#: help.c:213
-msgid " \\r reset (clear) the query buffer\n"
-msgstr " \\r nullstill spørrebufferet\n"
+msgid " \\da [PATTERN] list aggregate functions\n"
+msgstr " \\da [MØNSTER] liste aggregatfunksjoner\n"
#: help.c:214
-msgid " \\s [FILE] display history or save it to file\n"
-msgstr " \\s [FIL] vise kommandohistorikken eller lagre den til fil\n"
+msgid " \\dc [PATTERN] list conversions\n"
+msgstr ""
#: help.c:215
-msgid ""
-" \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n"
-msgstr " \\set [NAVN [VERDI]] sette intern variabel, eller liste alle dersom ingen parametre er oppgitt\n"
+msgid " \\dC list casts\n"
+msgstr ""
#: help.c:216
-#, c-format
-msgid " \\t show only rows (currently %s)\n"
-msgstr " \\t vise bare rader (for øyeblikket %s)\n"
+msgid " \\dd [PATTERN] show comment for object\n"
+msgstr " \\dd [MØNSTER] vise kommentar for objekt\n"
+
+#: help.c:217
+msgid " \\dD [PATTERN] list domains\n"
+msgstr " \\dD [MØNSTER] liste domener\n"
#: help.c:218
-msgid " \\T [STRING] set HTML <table> tag attributes, or unset if none\n"
-msgstr " \\T [STRENG] sette HTML <table> tagattributter, eller nullstille dersom ingen er oppgitt\n"
+msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n"
+msgstr " \\df [MØNSTER] liste funksjoner (legg til «+» for flere detaljer)\n"
#: help.c:219
-#, c-format
-msgid " \\timing toggle timing of commands (currently %s)\n"
-msgstr " \\timing veksle tidtaking av kommandoer (for øyeblikket %s)\n"
+msgid " \\dn [PATTERN] list schemas\n"
+msgstr ""
+
+#: help.c:220
+msgid " \\do [NAME] list operators\n"
+msgstr " \\do [NAVN] liste operatorer\n"
#: help.c:221
-msgid " \\unset NAME unset (delete) internal variable\n"
-msgstr " \\unset NAVN nullstille (slette) interne variabler\n"
+msgid " \\dl list large objects, same as \\lo_list\n"
+msgstr " \\dl liste store objekter, samme som \\lo_list\n"
#: help.c:222
-msgid " \\w [FILE] write query buffer to file\n"
-msgstr " \\w [FIL] skrive spørrebuffer til fil\n"
+msgid " \\dp [PATTERN] list table access privileges\n"
+msgstr " \\dp [MØNSTER] liste tilgangsprivilegier for tabell\n"
#: help.c:223
-#, c-format
-msgid " \\x toggle expanded output (currently %s)\n"
-msgstr " \\x veksle utvidet output (for øyeblikket %s)\n"
+msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n"
+msgstr " \\dT [MØNSTER] liste datatyper (legg til «+» for flere detaljer)\n"
+
+#: help.c:224
+msgid " \\du [PATTERN] list users\n"
+msgstr " \\du [MØNSTER] liste brukere\n"
#: help.c:225
-msgid " \\z [PATTERN] list table access privileges (same as \\dp)\n"
-msgstr " \\z [MØNSTER] liste tilgangsprivilegier for tabell (samme som \\dp)\n"
+msgid " \\l list all databases (add \"+\" for more detail)\n"
+msgstr ""
+" \\l liste alle databaser (legg til «+» for flere detailjer)\n"
-# XXX
#: help.c:226
-msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
-msgstr " \\! [KOMMANDO] utføre kommando i skall eller starte interaktivt skall (shell)\n"
+msgid " \\z [PATTERN] list table access privileges (same as \\dp)\n"
+msgstr ""
+" \\z [MØNSTER] liste tilgangsprivilegier for tabell (samme som \\dp)\n"
+
+#: help.c:229
+msgid "Formatting\n"
+msgstr ""
+
+#: help.c:230
+msgid " \\a toggle between unaligned and aligned output mode\n"
+msgstr ""
+" \\a veksle mellom uopplinjert og opplinjert outputmodus\n"
+
+#: help.c:231
+msgid " \\C [STRING] set table title, or unset if none\n"
+msgstr ""
+" \\C [STRING] sette tabelltittel eller nullstille dersom ingen er "
+"oppgitt\n"
+
+#: help.c:232
+msgid ""
+" \\f [STRING] show or set field separator for unaligned query output\n"
+msgstr ""
+" \\f [STRENG] vise eller sette feltseparator for uopplinjert "
+"spørreoutput\n"
+
+#: help.c:233
+#, c-format
+msgid " \\H toggle HTML output mode (currently %s)\n"
+msgstr " \\H veksle mellom HTML-outputmodus (for øyeblikket %s)\n"
+
+#: help.c:235
+msgid ""
+" \\pset NAME [VALUE]\n"
+" set table output option\n"
+" (NAME := {format|border|expanded|fieldsep|null|recordsep|\n"
+" tuples_only|title|tableattr|pager})\n"
+msgstr ""
+" \\pset NAVN [VERDI]\n"
+" sette valg for tabelloutput\n"
+" (NAVN := {format|border|expanded|fieldsep|null|recordsep|\n"
+" tuples_only|title|tableattr|pager})\n"
+
+#: help.c:239
+#, c-format
+msgid " \\t show only rows (currently %s)\n"
+msgstr " \\t vise bare rader (for øyeblikket %s)\n"
+
+#: help.c:241
+msgid " \\T [STRING] set HTML <table> tag attributes, or unset if none\n"
+msgstr ""
+" \\T [STRENG] sette HTML <table> tagattributter, eller nullstille dersom "
+"ingen er oppgitt\n"
+
+#: help.c:242
+#, c-format
+msgid " \\x toggle expanded output (currently %s)\n"
+msgstr " \\x veksle utvidet output (for øyeblikket %s)\n"
+
+#: help.c:246
+#, fuzzy
+msgid "Copy, Large Object\n"
+msgstr "Store objekter"
+
+#: help.c:247
+msgid ""
+" \\copy ... perform SQL COPY with data stream to the client host\n"
+msgstr " \\copy ... utføre SQL COPY med datastrøm til klientens host\n"
-#: help.c:256
+#: help.c:248
+msgid ""
+" \\lo_export\n"
+" \\lo_import\n"
+" \\lo_list\n"
+" \\lo_unlink large object operations\n"
+msgstr ""
+" \\lo_export\n"
+" \\lo_import\n"
+" \\lo_list\n"
+" \\lo_unlink\n"
+" operasjoner på store objekter\n"
+
+#: help.c:281
msgid "Available help:\n"
msgstr "Tilgjengelig hjelp:\n"
-#: help.c:294
+#: help.c:340
#, c-format
msgid ""
"Command: %s\n"
@@ -750,77 +850,72 @@ msgstr ""
"%s\n"
"\n"
-#: help.c:305
+#: help.c:353
#, c-format
msgid ""
-"No help available for '%-.*s'.\n"
+"No help available for \"%-.*s\".\n"
"Try \\h with no arguments to see available help.\n"
msgstr ""
"Ingen hjelp tilgjengelig for «%-.*s».\n"
"Prøv \\h uten argumenter for å se tilgjengelig hjelp.\n"
-#: input.c:177
+#: input.c:217
#, c-format
-msgid "could not save history to %s: %s\n"
-msgstr "kunne ikke lagre kommandohistorikk til %s: %s\n"
-
-#: large_obj.c:69
-msgid "Warning: Your transaction in progress has been committed."
-msgstr "Advarsel: Din pågående transaksjon har blitt fullført (committed)."
+msgid "could not save history to file \"%s\": %s\n"
+msgstr "kunne ikke lagre kommandohistorikk til filen «%s»: %s\n"
-#: large_obj.c:71
-msgid "Warning: Your transaction in progress has been rolled back."
-msgstr "Advarsel: Din pågående transaksjon har blitt avbrutt (rolled back)."
-
-#: large_obj.c:98
-msgid "\\lo_export: not connected to a database\n"
-msgstr "\\lo_export: er ikke tilkoblet en database\n"
+#: large_obj.c:39
+#, c-format
+msgid "%s: not connected to a database\n"
+msgstr "%s: er ikke tilkoblet en database\n"
-#: large_obj.c:165
-msgid "\\lo_import: not connected to a database\n"
-msgstr "\\lo_import: er ikke tilkoblet en database\n"
+#: large_obj.c:58
+#, c-format
+msgid "%s: current transaction is aborted\n"
+msgstr ""
-#: large_obj.c:282
-msgid "\\lo_unlink: not connected to a database\n"
-msgstr "\\lo_unlink: er ikke tilkoblet en database\n"
+#: large_obj.c:61
+#, c-format
+msgid "%s: unknown transaction status\n"
+msgstr ""
-#: describe.c:86 describe.c:137 describe.c:210 describe.c:272 describe.c:319
-#: describe.c:418 describe.c:693 describe.c:1268 large_obj.c:363
+#: large_obj.c:278 describe.c:106 describe.c:157 describe.c:230 describe.c:292
+#: describe.c:339 describe.c:438 describe.c:718 describe.c:1343
msgid "Description"
msgstr "Beskrivelse"
-#: large_obj.c:371
+#: large_obj.c:286
msgid "Large objects"
msgstr "Store objekter"
-#: mainloop.c:242
+#: mainloop.c:206
#, c-format
msgid "Use \"\\q\" to leave %s.\n"
msgstr "Bruk «\\q» for å forlate %s.\n"
-#: print.c:402
+#: print.c:421
msgid "(No rows)\n"
msgstr "(Ingen rader)\n"
-#: print.c:1103
+#: print.c:1186
msgid "(1 row)"
msgstr "(1 rad)"
-#: print.c:1105
+#: print.c:1188
#, c-format
msgid "(%d rows)"
msgstr "(%d rader)"
-#: startup.c:134 startup.c:612
+#: startup.c:128 startup.c:567
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: out of memory\n"
-#: startup.c:169
+#: startup.c:167
msgid "User name: "
msgstr "Brukernavn: "
-#: startup.c:278
+#: startup.c:263
#, c-format
msgid ""
"Welcome to %s %s, the PostgreSQL interactive terminal.\n"
@@ -841,385 +936,1539 @@ msgstr ""
" \\q for å avslutte\n"
"\n"
-#: startup.c:452
+#: startup.c:421
#, c-format
-msgid "%s: couldn't set printing parameter %s\n"
-msgstr "%s: kunne ikke sette utskriftsparameter %s\n"
+msgid "%s: couldn't set printing parameter \"%s\"\n"
+msgstr "%s: kunne ikke sette utskriftsparameter «%s»\n"
-#: startup.c:498
+#: startup.c:467
#, c-format
-msgid "%s: could not delete variable %s\n"
-msgstr "%s: kunne ikke slette variabel %s\n"
+msgid "%s: could not delete variable \"%s\"\n"
+msgstr "%s: kunne ikke slette variabel «%s»\n"
-#: startup.c:508
+#: startup.c:477
#, c-format
-msgid "%s: could not set variable %s\n"
-msgstr "%s: kunne ikke sette variabel %s\n"
+msgid "%s: could not set variable \"%s\"\n"
+msgstr "%s: kunne ikke sette variabel «%s»\n"
-#: startup.c:539 startup.c:559
+#: startup.c:508 startup.c:514
#, c-format
-msgid "Try '%s --help' for more information.\n"
+msgid "Try \"%s --help\" for more information.\n"
msgstr "Prøv «%s --help» for mer informasjon.\n"
-#: startup.c:552
-#, c-format
-msgid ""
-"%s was compiled without support for long options.\n"
-"Use --help for help on invocation options.\n"
-msgstr ""
-"%s ble kompilert uten støtte for lange valg.\n"
-"Bruk --help for hjelp om kjørevalg.\n"
-
-#: startup.c:577
+#: startup.c:532
#, c-format
-msgid "%s: warning: extra option %s ignored\n"
-msgstr "%s: advarsel: ignorerte ekstra valg %s\n"
+msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
+msgstr "%s: advarsel: ignorerte ekstra valg «%s»\n"
-#: startup.c:584
+#: startup.c:539
#, c-format
msgid "%s: Warning: The -u option is deprecated. Use -U.\n"
msgstr "%s: Advarsel: -u-valget er avviklet (deprecated). Bruk -U.\n"
-#: startup.c:641
+#: startup.c:596
msgid "contains support for command-line editing"
msgstr "inneholder støtte for redigering av kommandolinje"
-#: startup.c:664
+#: startup.c:619
#, c-format
msgid ""
"SSL connection (cipher: %s, bits: %i)\n"
"\n"
-msgstr "SSL-forbindelse (kryptoalgoritme: %s, antall bit: %i)\n\n"
+msgstr ""
+"SSL-forbindelse (kryptoalgoritme: %s, antall bit: %i)\n"
+"\n"
-#: describe.c:85 describe.c:127 describe.c:197 describe.c:270 describe.c:364
-#: describe.c:418 describe.c:1261 describe.c:1367
+#: describe.c:105 describe.c:147 describe.c:217 describe.c:290 describe.c:384
+#: describe.c:438 describe.c:1336 describe.c:1442 describe.c:1490
msgid "Schema"
msgstr "Skjema"
-#: describe.c:85 describe.c:127 describe.c:197 describe.c:270 describe.c:312
-#: describe.c:418 describe.c:1261 describe.c:1368
+#: describe.c:105 describe.c:147 describe.c:217 describe.c:290 describe.c:332
+#: describe.c:438 describe.c:1336 describe.c:1443 describe.c:1491
+#: describe.c:1586
msgid "Name"
msgstr "Navn"
-#: describe.c:85
+#: describe.c:105
msgid "(all types)"
msgstr "(alle typer)"
-#: describe.c:86
+#: describe.c:106
msgid "Data type"
msgstr "Datatype"
-#: describe.c:100
+#: describe.c:120
msgid "List of aggregate functions"
msgstr "Liste over aggregatfunksjoner"
-#: describe.c:127
+#: describe.c:147
msgid "Result data type"
msgstr "Resultatdatatype"
-#: describe.c:128
+#: describe.c:148
msgid "Argument data types"
msgstr "Argumentdatatyper"
-#: describe.c:136 describe.c:312 describe.c:1263
+#: describe.c:156 describe.c:332 describe.c:1338 describe.c:1587
msgid "Owner"
msgstr "Eier"
-#: describe.c:136
+#: describe.c:156
msgid "Language"
msgstr "Språk"
-#: describe.c:137
+#: describe.c:157
msgid "Source code"
msgstr "Kildekode"
-#: describe.c:171
+#: describe.c:191
msgid "List of functions"
msgstr "Liste over funksjoner"
-#: describe.c:207
+#: describe.c:227
msgid "Internal name"
msgstr "Internt navn"
-#: describe.c:207
+#: describe.c:227
msgid "Size"
msgstr "Størrelse"
-#: describe.c:239
+#: describe.c:259
msgid "List of data types"
msgstr "Liste over datatyper"
-#: describe.c:271
+#: describe.c:291
msgid "Left arg type"
msgstr "Venstre argumenttype"
-#: describe.c:271
+#: describe.c:291
msgid "Right arg type"
msgstr "Høyre argumenttype"
-#: describe.c:272
+#: describe.c:292
msgid "Result type"
msgstr "Resultattype"
-#: describe.c:286
+#: describe.c:306
msgid "List of operators"
msgstr "Liste over operatorer"
-#: describe.c:315
+#: describe.c:335
msgid "Encoding"
msgstr "Koding"
-#: describe.c:331
+#: describe.c:351
msgid "List of databases"
msgstr "Liste over databaser"
-#: describe.c:364 describe.c:1278
+#: describe.c:384 describe.c:1353
msgid "Table"
msgstr "Tabell"
-#: describe.c:364
+#: describe.c:384
msgid "Access privileges"
msgstr "Tilgangsprivilegier"
-#: describe.c:386
+#: describe.c:406
#, c-format
msgid "Access privileges for database \"%s\""
msgstr "Tilgangsprivilegier for databasen «%s»"
-#: describe.c:418
+#: describe.c:438
msgid "Object"
msgstr "Objekt"
-#: describe.c:429
+#: describe.c:449
msgid "aggregate"
msgstr "aggregat"
-#: describe.c:447
+#: describe.c:467
msgid "function"
msgstr "funksjon"
# The Norwegian word for operator is the same as the English word.
# TE, 2003-08-20.
-#: describe.c:461
+#: describe.c:481
msgid "operator"
msgstr ""
-#: describe.c:475
+#: describe.c:495
msgid "data type"
msgstr "datatype"
-#: describe.c:492 describe.c:1262
+#: describe.c:512 describe.c:1337
msgid "table"
msgstr "tabell"
# The Norwegian word for view in this context is the same as the English word.
# TE, 2003-08-20.
-#: describe.c:492 describe.c:1262
+#: describe.c:512 describe.c:1337
msgid "view"
msgstr ""
-#: describe.c:492 describe.c:1262
+#: describe.c:512 describe.c:1337
msgid "index"
msgstr "indeks"
-#: describe.c:492 describe.c:1262
+#: describe.c:512 describe.c:1337
msgid "sequence"
msgstr "sekvens"
-#: describe.c:508
+#: describe.c:528
msgid "rule"
msgstr "regel"
-#: describe.c:524
+#: describe.c:544
msgid "trigger"
msgstr "utløser"
-#: describe.c:542
+#: describe.c:562
msgid "Object descriptions"
msgstr "Objektbeskrivninger"
-#: describe.c:588
+#: describe.c:608
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr "Fant ingen relasjon med navnet «%s».\n"
-#: describe.c:667
+#: describe.c:691
#, c-format
-msgid "Did not find any relation with oid %s.\n"
-msgstr "Fant ingen relasjon med oid %s.\n"
+msgid "Did not find any relation with OID %s.\n"
+msgstr "Fant ingen relasjon med OID %s.\n"
-#: describe.c:680
+#: describe.c:704
msgid "Column"
msgstr "Kolonne"
-# The Norwegian word for type is the same as the English word.
-# TE, 2003-08-20.
-#: describe.c:681 describe.c:1263 describe.c:1369
+#: describe.c:705 describe.c:1338 describe.c:1444
msgid "Type"
-msgstr ""
+msgstr "Type"
-#: describe.c:687
+#: describe.c:712
msgid "Modifiers"
msgstr "Modifikatorer"
-#: describe.c:787
+#: describe.c:819
#, c-format
msgid "Table \"%s.%s\""
msgstr "Tabell «%s.%s»"
-#: describe.c:791
+#: describe.c:823
#, c-format
msgid "View \"%s.%s\""
msgstr "View «%s.%s»"
-#: describe.c:795
+#: describe.c:827
#, c-format
msgid "Sequence \"%s.%s\""
msgstr "Sekvens «%s.%s»"
-#: describe.c:799
+#: describe.c:831
#, c-format
msgid "Index \"%s.%s\""
msgstr "Indeks «%s.%s»"
-#: describe.c:803
+#: describe.c:835
#, c-format
msgid "Special relation \"%s.%s\""
msgstr "Spesiell relasjon «%s.%s»"
-#: describe.c:807
+#: describe.c:839
#, c-format
msgid "TOAST table \"%s.%s\""
msgstr "TOAST-tabell «%s.%s»"
-#: describe.c:811
+#: describe.c:843
#, c-format
msgid "Composite type \"%s.%s\""
msgstr "Sammensatt type «%s.%s»"
-#: describe.c:815
+#: describe.c:847
#, c-format
msgid "?%c? \"%s.%s\""
msgstr "?%c? «%s.%s»"
-#: describe.c:854
+#: describe.c:883
msgid "primary key, "
msgstr "primærnøkkel, "
-#: describe.c:856
+#: describe.c:885
msgid "unique, "
msgstr "unik, "
-#: describe.c:862
+#: describe.c:891
#, c-format
msgid "for table \"%s.%s\""
msgstr "for tabell «%s.%s»"
-#: describe.c:901
+#: describe.c:929
#, c-format
-msgid "View definition: %s"
-msgstr "Viewdefinisjon: %s"
+msgid ""
+"View definition:\n"
+"%s"
+msgstr ""
+"Viewdefinisjon:\n"
+"%s"
-#: describe.c:907 describe.c:1103
+#: describe.c:935
msgid "Rules"
msgstr "Regler"
-#: describe.c:1027
-msgid "Indexes"
-msgstr "Indekser"
+#: describe.c:1084
+msgid "Indexes:"
+msgstr "Indekser:"
-#: describe.c:1041
-msgid " primary key"
-msgstr " primærnøkkel"
+#: describe.c:1092
+#, c-format
+msgid " \"%s\""
+msgstr " «%s»"
-#: describe.c:1043
-msgid " unique"
-msgstr " unik"
+#: describe.c:1098
+msgid " primary key,"
+msgstr " primærnøkkel,"
-#: describe.c:1064
-msgid "Check constraints"
-msgstr "Kontrollere integritetsvilkår"
+#: describe.c:1100
+msgid " unique,"
+msgstr " unik,"
-#: describe.c:1067
-#, c-format
-msgid "%s: \"%s\" %s"
-msgstr "%s: «%s» %s"
+#: describe.c:1118
+msgid "Check constraints:"
+msgstr ""
-#: describe.c:1072
+#: describe.c:1122
#, c-format
-msgid "%*s \"%s\" %s"
-msgstr "%*s «%s» %s"
+msgid " \"%s\" CHECK %s"
+msgstr " «%s» CHECK %s"
-#: describe.c:1082
-msgid "Foreign Key constraints"
-msgstr "Fremmednøkkeltvangstrøyer (constraints)"
+#: describe.c:1133
+msgid "Foreign-key constraints:"
+msgstr "Fremmednøkkeltvangstrøyer (constraints):"
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: describe.c:1085
+#: describe.c:1137
#, c-format
-msgid "%s: %s %s"
-msgstr ""
+msgid " \"%s\" %s"
+msgstr " «%s» %s"
-# Appearently there is no need to translate this string.
-# TE, 2003-08-19.
-#: describe.c:1090
-#, c-format
-msgid "%*s %s %s"
-msgstr ""
+#: describe.c:1148
+msgid "Rules:"
+msgstr "Regler:"
-#: describe.c:1118
-msgid "Triggers"
-msgstr "Triggere"
+#: describe.c:1167
+msgid "Triggers:"
+msgstr "Triggere:"
-#: describe.c:1200
+#: describe.c:1189
+msgid "Inherits"
+msgstr ""
+
+#: describe.c:1275
msgid "User name"
msgstr "Brukernavn"
-#: describe.c:1200
+#: describe.c:1275
msgid "User ID"
msgstr "Bruker-ID"
-#: describe.c:1201
+#: describe.c:1276
msgid "superuser, create database"
msgstr "superbruker, opprette database"
-#: describe.c:1202
+#: describe.c:1277
msgid "superuser"
msgstr "superbruker"
-#: describe.c:1202
+#: describe.c:1277
msgid "create database"
msgstr "opprette database"
-#: describe.c:1203
+#: describe.c:1278
msgid "Attributes"
msgstr "Attributter"
-#: describe.c:1216
+#: describe.c:1291
msgid "List of database users"
msgstr "Liste over databasebrukere"
-#: describe.c:1263
+#: describe.c:1338
msgid "special"
msgstr "spesiell"
-#: describe.c:1324
+#: describe.c:1399
msgid "No matching relations found.\n"
msgstr "Fant ingen passende relasjoner.\n"
-#: describe.c:1326
+#: describe.c:1401
msgid "No relations found.\n"
msgstr "Fant ingen relasjoner.\n"
-#: describe.c:1331
+#: describe.c:1406
msgid "List of relations"
msgstr "Liste over relasjoner"
-#: describe.c:1370
+#: describe.c:1445
msgid "Modifier"
msgstr "Modifikator"
-#: describe.c:1384
+#: describe.c:1459
msgid "List of domains"
msgstr "Lister over domener"
+
+#: describe.c:1492
+msgid "Source"
+msgstr "Kildekode"
+
+#: describe.c:1493
+msgid "Destination"
+msgstr ""
+
+#: describe.c:1494 describe.c:1551
+msgid "yes"
+msgstr ""
+
+#: describe.c:1495 describe.c:1549
+msgid "no"
+msgstr ""
+
+#: describe.c:1496
+msgid "Default?"
+msgstr ""
+
+#: describe.c:1510
+msgid "List of conversions"
+msgstr ""
+
+#: describe.c:1545
+msgid "Source type"
+msgstr ""
+
+#: describe.c:1546
+msgid "Target type"
+msgstr ""
+
+#: describe.c:1547
+msgid "(binary compatible)"
+msgstr ""
+
+#: describe.c:1548
+msgid "Function"
+msgstr "Funksjon"
+
+#: describe.c:1550
+msgid "in assignment"
+msgstr ""
+
+#: describe.c:1552
+msgid "Implicit?"
+msgstr ""
+
+#: describe.c:1560
+msgid "List of casts"
+msgstr ""
+
+#: describe.c:1601
+msgid "List of schemas"
+msgstr ""
+
+#: sql_help.h:25 sql_help.h:341
+msgid "abort the current transaction"
+msgstr ""
+
+#: sql_help.h:26
+msgid "ABORT [ WORK | TRANSACTION ]"
+msgstr ""
+
+#: sql_help.h:29
+msgid "change the definition of an aggregate function"
+msgstr ""
+
+#: sql_help.h:30
+msgid "ALTER AGGREGATE name ( type ) RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:33
+msgid "change the definition of a conversion"
+msgstr ""
+
+#: sql_help.h:34
+msgid "ALTER CONVERSION name RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:37
+msgid "change a database"
+msgstr ""
+
+#: sql_help.h:38
+msgid ""
+"ALTER DATABASE name SET parameter { TO | = } { value | DEFAULT }\n"
+"ALTER DATABASE name RESET parameter\n"
+"\n"
+"ALTER DATABASE name RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:41
+msgid "change the definition of a domain"
+msgstr ""
+
+#: sql_help.h:42
+msgid ""
+"ALTER DOMAIN name\n"
+" { SET DEFAULT expression | DROP DEFAULT }\n"
+"ALTER DOMAIN name\n"
+" { SET | DROP } NOT NULL\n"
+"ALTER DOMAIN name\n"
+" ADD domain_constraint\n"
+"ALTER DOMAIN name\n"
+" DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+"ALTER DOMAIN name\n"
+" OWNER TO new_owner"
+msgstr ""
+
+#: sql_help.h:45
+msgid "change the definition of a function"
+msgstr ""
+
+#: sql_help.h:46
+msgid "ALTER FUNCTION name ( [ type [, ...] ] ) RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:49
+msgid "change a user group"
+msgstr ""
+
+#: sql_help.h:50
+msgid ""
+"ALTER GROUP groupname ADD USER username [, ... ]\n"
+"ALTER GROUP groupname DROP USER username [, ... ]\n"
+"\n"
+"ALTER GROUP groupname RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:53
+msgid "change the definition of a procedural language"
+msgstr ""
+
+#: sql_help.h:54
+msgid "ALTER LANGUAGE name RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:57
+msgid "change the definition of an operator class"
+msgstr ""
+
+#: sql_help.h:58
+msgid "ALTER OPERATOR CLASS name USING index_method RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:61
+msgid "alter the definition of a sequence generator"
+msgstr ""
+
+#: sql_help.h:62
+msgid ""
+"ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
+" [ RESTART [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]"
+msgstr ""
+
+#: sql_help.h:65
+msgid "change the definition of a table"
+msgstr ""
+
+#: sql_help.h:66
+msgid ""
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" DROP [ COLUMN ] column [ RESTRICT | CASCADE ]\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ALTER [ COLUMN ] column { SET DEFAULT expression | DROP DEFAULT }\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ALTER [ COLUMN ] column SET STATISTICS integer\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | "
+"MAIN }\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" SET WITHOUT OIDS\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" RENAME [ COLUMN ] column TO new_column\n"
+"ALTER TABLE name\n"
+" RENAME TO new_name\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" ADD table_constraint\n"
+"ALTER TABLE [ ONLY ] name [ * ]\n"
+" DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+"ALTER TABLE name\n"
+" OWNER TO new_owner\n"
+"ALTER TABLE name\n"
+" CLUSTER ON index_name"
+msgstr ""
+
+#: sql_help.h:69
+msgid "change the definition of a trigger"
+msgstr ""
+
+#: sql_help.h:70
+msgid "ALTER TRIGGER name ON table RENAME TO newname"
+msgstr ""
+
+#: sql_help.h:73
+msgid "change a database user account"
+msgstr ""
+
+#: sql_help.h:74
+msgid ""
+"ALTER USER name [ [ WITH ] option [ ... ] ]\n"
+"\n"
+"where option can be:\n"
+"\n"
+" [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password' \n"
+" | CREATEDB | NOCREATEDB\n"
+" | CREATEUSER | NOCREATEUSER \n"
+" | VALID UNTIL 'abstime'\n"
+"\n"
+"ALTER USER name RENAME TO newname\n"
+"\n"
+"ALTER USER name SET parameter { TO | = } { value | DEFAULT }\n"
+"ALTER USER name RESET parameter"
+msgstr ""
+
+#: sql_help.h:77
+msgid "collect statistics about a database"
+msgstr ""
+
+#: sql_help.h:78
+msgid "ANALYZE [ VERBOSE ] [ table [ (column [, ...] ) ] ]"
+msgstr ""
+
+#: sql_help.h:81 sql_help.h:373
+msgid "start a transaction block"
+msgstr ""
+
+#: sql_help.h:82
+msgid "BEGIN [ WORK | TRANSACTION ]"
+msgstr ""
+
+#: sql_help.h:85
+msgid "force a transaction log checkpoint"
+msgstr ""
+
+#: sql_help.h:86
+msgid "CHECKPOINT"
+msgstr ""
+
+#: sql_help.h:89
+msgid "close a cursor"
+msgstr ""
+
+#: sql_help.h:90
+msgid "CLOSE name"
+msgstr ""
+
+#: sql_help.h:93
+msgid "cluster a table according to an index"
+msgstr ""
+
+#: sql_help.h:94
+msgid ""
+"CLUSTER indexname ON tablename\n"
+"CLUSTER tablename\n"
+"CLUSTER"
+msgstr ""
+
+#: sql_help.h:97
+msgid "define or change the comment of an object"
+msgstr ""
+
+#: sql_help.h:98
+msgid ""
+"COMMENT ON\n"
+"{\n"
+" TABLE object_name |\n"
+" COLUMN table_name.column_name |\n"
+" AGGREGATE agg_name (agg_type) |\n"
+" CONSTRAINT constraint_name ON table_name |\n"
+" DATABASE object_name |\n"
+" DOMAIN object_name |\n"
+" FUNCTION func_name (arg1_type, arg2_type, ...) |\n"
+" INDEX object_name |\n"
+" OPERATOR op (leftoperand_type, rightoperand_type) |\n"
+" RULE rule_name ON table_name |\n"
+" SCHEMA object_name |\n"
+" SEQUENCE object_name |\n"
+" TRIGGER trigger_name ON table_name |\n"
+" TYPE object_name |\n"
+" VIEW object_name\n"
+"} IS 'text'"
+msgstr ""
+
+#: sql_help.h:101 sql_help.h:281
+msgid "commit the current transaction"
+msgstr ""
+
+#: sql_help.h:102
+msgid "COMMIT [ WORK | TRANSACTION ]"
+msgstr ""
+
+#: sql_help.h:105
+msgid "copy data between a file and a table"
+msgstr ""
+
+#: sql_help.h:106
+msgid ""
+"COPY tablename [ ( column [, ...] ) ]\n"
+" FROM { 'filename' | STDIN }\n"
+" [ [ WITH ] \n"
+" [ BINARY ] \n"
+" [ OIDS ]\n"
+" [ DELIMITER [ AS ] 'delimiter' ]\n"
+" [ NULL [ AS ] 'null string' ] ]\n"
+"\n"
+"COPY tablename [ ( column [, ...] ) ]\n"
+" TO { 'filename' | STDOUT }\n"
+" [ [ WITH ] \n"
+" [ BINARY ]\n"
+" [ OIDS ]\n"
+" [ DELIMITER [ AS ] 'delimiter' ]\n"
+" [ NULL [ AS ] 'null string' ] ]"
+msgstr ""
+
+#: sql_help.h:109
+msgid "define a new aggregate function"
+msgstr ""
+
+#: sql_help.h:110
+msgid ""
+"CREATE AGGREGATE name (\n"
+" BASETYPE = input_data_type,\n"
+" SFUNC = sfunc,\n"
+" STYPE = state_data_type\n"
+" [ , FINALFUNC = ffunc ]\n"
+" [ , INITCOND = initial_condition ]\n"
+")"
+msgstr ""
+
+#: sql_help.h:113
+msgid "define a new cast"
+msgstr ""
+
+#: sql_help.h:114
+msgid ""
+"CREATE CAST (sourcetype AS targettype)\n"
+" WITH FUNCTION funcname (argtype)\n"
+" [ AS ASSIGNMENT | AS IMPLICIT ]\n"
+"\n"
+"CREATE CAST (sourcetype AS targettype)\n"
+" WITHOUT FUNCTION\n"
+" [ AS ASSIGNMENT | AS IMPLICIT ]"
+msgstr ""
+
+#: sql_help.h:117
+msgid "define a new constraint trigger"
+msgstr ""
+
+#: sql_help.h:118
+msgid ""
+"CREATE CONSTRAINT TRIGGER name\n"
+" AFTER events ON\n"
+" tablename constraint attributes\n"
+" FOR EACH ROW EXECUTE PROCEDURE funcname ( args )"
+msgstr ""
+
+#: sql_help.h:121
+msgid "define a new conversion"
+msgstr ""
+
+#: sql_help.h:122
+msgid ""
+"CREATE [DEFAULT] CONVERSION name\n"
+" FOR source_encoding TO dest_encoding FROM funcname"
+msgstr ""
+
+#: sql_help.h:125
+msgid "create a new database"
+msgstr ""
+
+#: sql_help.h:126
+msgid ""
+"CREATE DATABASE name\n"
+" [ [ WITH ] [ OWNER [=] dbowner ]\n"
+" [ LOCATION [=] 'dbpath' ]\n"
+" [ TEMPLATE [=] template ]\n"
+" [ ENCODING [=] encoding ] ]"
+msgstr ""
+
+#: sql_help.h:129
+msgid "define a new domain"
+msgstr ""
+
+#: sql_help.h:130
+msgid ""
+"CREATE DOMAIN name [AS] data_type\n"
+" [ DEFAULT expression ]\n"
+" [ constraint [ ... ] ]\n"
+"\n"
+"where constraint is:\n"
+"\n"
+"[ CONSTRAINT constraint_name ]\n"
+"{ NOT NULL | NULL | CHECK (expression) }"
+msgstr ""
+
+#: sql_help.h:133
+msgid "define a new function"
+msgstr ""
+
+#: sql_help.h:134
+msgid ""
+"CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] )\n"
+" RETURNS rettype\n"
+" { LANGUAGE langname\n"
+" | IMMUTABLE | STABLE | VOLATILE\n"
+" | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+" | [EXTERNAL] SECURITY INVOKER | [EXTERNAL] SECURITY DEFINER\n"
+" | AS 'definition'\n"
+" | AS 'obj_file', 'link_symbol'\n"
+" } ...\n"
+" [ WITH ( attribute [, ...] ) ]"
+msgstr ""
+
+#: sql_help.h:137
+msgid "define a new user group"
+msgstr ""
+
+#: sql_help.h:138
+msgid ""
+"CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
+"\n"
+"where option can be:\n"
+"\n"
+" SYSID gid\n"
+" | USER username [, ...]"
+msgstr ""
+
+#: sql_help.h:141
+msgid "define a new index"
+msgstr ""
+
+#: sql_help.h:142
+msgid ""
+"CREATE [ UNIQUE ] INDEX name ON table [ USING method ]\n"
+" ( { column | ( expression ) } [ opclass ] [, ...] )\n"
+" [ WHERE predicate ]"
+msgstr ""
+
+#: sql_help.h:145
+msgid "define a new procedural language"
+msgstr ""
+
+#: sql_help.h:146
+msgid ""
+"CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
+" HANDLER call_handler [ VALIDATOR valfunction ]"
+msgstr ""
+
+#: sql_help.h:149
+msgid "define a new operator class"
+msgstr ""
+
+#: sql_help.h:150
+msgid ""
+"CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type USING index_method "
+"AS\n"
+" { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ] "
+"[ RECHECK ]\n"
+" | FUNCTION support_number funcname ( argument_type [, ...] )\n"
+" | STORAGE storage_type\n"
+" } [, ... ]"
+msgstr ""
+
+#: sql_help.h:153
+msgid "define a new operator"
+msgstr ""
+
+#: sql_help.h:154
+msgid ""
+"CREATE OPERATOR name (\n"
+" PROCEDURE = funcname\n"
+" [, LEFTARG = lefttype ] [, RIGHTARG = righttype ]\n"
+" [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ]\n"
+" [, RESTRICT = res_proc ] [, JOIN = join_proc ]\n"
+" [, HASHES ] [, MERGES ]\n"
+" [, SORT1 = left_sort_op ] [, SORT2 = right_sort_op ]\n"
+" [, LTCMP = less_than_op ] [, GTCMP = greater_than_op ]\n"
+")"
+msgstr ""
+
+#: sql_help.h:157
+msgid "define a new rewrite rule"
+msgstr ""
+
+#: sql_help.h:158
+msgid ""
+"CREATE [ OR REPLACE ] RULE name AS ON event\n"
+" TO table [ WHERE condition ]\n"
+" DO [ INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
+msgstr ""
+
+#: sql_help.h:161
+msgid "define a new schema"
+msgstr ""
+
+#: sql_help.h:162
+msgid ""
+"CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element "
+"[ ... ] ]\n"
+"CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
+msgstr ""
+
+#: sql_help.h:165
+msgid "define a new sequence generator"
+msgstr ""
+
+#: sql_help.h:166
+msgid ""
+"CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
+" [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]"
+msgstr ""
+
+#: sql_help.h:169
+msgid "define a new table"
+msgstr ""
+
+#: sql_help.h:170
+msgid ""
+"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name (\n"
+" { column_name data_type [ DEFAULT default_expr ] [ column_constraint "
+"[, ... ] ]\n"
+" | table_constraint\n"
+" | LIKE parent_table [ { INCLUDING | EXCLUDING } DEFAULTS ] } [, ... ]\n"
+")\n"
+"[ INHERITS ( parent_table [, ... ] ) ]\n"
+"[ WITH OIDS | WITHOUT OIDS ]\n"
+"[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+"\n"
+"where column_constraint is:\n"
+"\n"
+"[ CONSTRAINT constraint_name ]\n"
+"{ NOT NULL | NULL | UNIQUE | PRIMARY KEY |\n"
+" CHECK (expression) |\n"
+" REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL | MATCH "
+"SIMPLE ]\n"
+" [ ON DELETE action ] [ ON UPDATE action ] }\n"
+"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY "
+"IMMEDIATE ]\n"
+"\n"
+"and table_constraint is:\n"
+"\n"
+"[ CONSTRAINT constraint_name ]\n"
+"{ UNIQUE ( column_name [, ... ] ) |\n"
+" PRIMARY KEY ( column_name [, ... ] ) |\n"
+" CHECK ( expression ) |\n"
+" FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn "
+"[, ... ] ) ]\n"
+" [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE action ] [ ON "
+"UPDATE action ] }\n"
+"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]"
+msgstr ""
+
+#: sql_help.h:173 sql_help.h:349
+msgid "create a new table from the results of a query"
+msgstr ""
+
+#: sql_help.h:174
+msgid ""
+"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name "
+"[ (column_name [, ...] ) ]\n"
+" AS query"
+msgstr ""
+
+#: sql_help.h:177
+msgid "define a new trigger"
+msgstr ""
+
+#: sql_help.h:178
+msgid ""
+"CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
+" ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
+" EXECUTE PROCEDURE funcname ( arguments )"
+msgstr ""
+
+#: sql_help.h:181
+msgid "define a new data type"
+msgstr ""
+
+#: sql_help.h:182
+msgid ""
+"CREATE TYPE name AS\n"
+" ( attribute_name data_type [, ... ] )\n"
+"\n"
+"CREATE TYPE name (\n"
+" INPUT = input_function,\n"
+" OUTPUT = output_function\n"
+" [ , RECEIVE = receive_function ]\n"
+" [ , SEND = send_function ]\n"
+" [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
+" [ , PASSEDBYVALUE ]\n"
+" [ , ALIGNMENT = alignment ]\n"
+" [ , STORAGE = storage ]\n"
+" [ , DEFAULT = default ]\n"
+" [ , ELEMENT = element ]\n"
+" [ , DELIMITER = delimiter ]\n"
+")"
+msgstr ""
+
+#: sql_help.h:185
+msgid "define a new database user account"
+msgstr ""
+
+#: sql_help.h:186
+msgid ""
+"CREATE USER name [ [ WITH ] option [ ... ] ]\n"
+"\n"
+"where option can be:\n"
+" \n"
+" SYSID uid \n"
+" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+" | CREATEDB | NOCREATEDB\n"
+" | CREATEUSER | NOCREATEUSER\n"
+" | IN GROUP groupname [, ...]\n"
+" | VALID UNTIL 'abstime'"
+msgstr ""
+
+#: sql_help.h:189
+msgid "define a new view"
+msgstr ""
+
+#: sql_help.h:190
+msgid "CREATE [ OR REPLACE ] VIEW name [ ( column_name [, ...] ) ] AS query"
+msgstr ""
+
+#: sql_help.h:193
+msgid "deallocate a prepared statement"
+msgstr ""
+
+#: sql_help.h:194
+msgid "DEALLOCATE [ PREPARE ] plan_name"
+msgstr ""
+
+#: sql_help.h:197
+msgid "define a cursor"
+msgstr ""
+
+#: sql_help.h:198
+msgid ""
+"DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
+" CURSOR [ { WITH | WITHOUT } HOLD ] FOR query\n"
+" [ FOR { READ ONLY | UPDATE [ OF column [, ...] ] } ]"
+msgstr ""
+
+#: sql_help.h:201
+msgid "delete rows of a table"
+msgstr ""
+
+#: sql_help.h:202
+msgid "DELETE FROM [ ONLY ] table [ WHERE condition ]"
+msgstr ""
+
+#: sql_help.h:205
+msgid "remove an aggregate function"
+msgstr ""
+
+#: sql_help.h:206
+msgid "DROP AGGREGATE name ( type ) [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:209
+msgid "remove a cast"
+msgstr ""
+
+#: sql_help.h:210
+msgid "DROP CAST (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:213
+msgid "remove a conversion"
+msgstr ""
+
+#: sql_help.h:214
+msgid "DROP CONVERSION name [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:217
+msgid "remove a database"
+msgstr ""
+
+#: sql_help.h:218
+msgid "DROP DATABASE name"
+msgstr ""
+
+#: sql_help.h:221
+msgid "remove a domain"
+msgstr ""
+
+#: sql_help.h:222
+msgid "DROP DOMAIN name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:225
+msgid "remove a function"
+msgstr ""
+
+#: sql_help.h:226
+msgid "DROP FUNCTION name ( [ type [, ...] ] ) [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:229
+msgid "remove a user group"
+msgstr ""
+
+#: sql_help.h:230
+msgid "DROP GROUP name"
+msgstr ""
+
+#: sql_help.h:233
+msgid "remove an index"
+msgstr ""
+
+#: sql_help.h:234
+msgid "DROP INDEX name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:237
+msgid "remove a procedural language"
+msgstr ""
+
+#: sql_help.h:238
+msgid "DROP [ PROCEDURAL ] LANGUAGE name [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:241
+msgid "remove an operator class"
+msgstr ""
+
+#: sql_help.h:242
+msgid "DROP OPERATOR CLASS name USING index_method [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:245
+msgid "remove an operator"
+msgstr ""
+
+#: sql_help.h:246
+msgid ""
+"DROP OPERATOR name ( lefttype | NONE , righttype | NONE ) [ CASCADE | "
+"RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:249
+msgid "remove a rewrite rule"
+msgstr ""
+
+#: sql_help.h:250
+msgid "DROP RULE name ON relation [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:253
+msgid "remove a schema"
+msgstr ""
+
+#: sql_help.h:254
+msgid "DROP SCHEMA name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:257
+msgid "remove a sequence"
+msgstr ""
+
+#: sql_help.h:258
+msgid "DROP SEQUENCE name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:261
+msgid "remove a table"
+msgstr ""
+
+#: sql_help.h:262
+msgid "DROP TABLE name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:265
+msgid "remove a trigger"
+msgstr ""
+
+#: sql_help.h:266
+msgid "DROP TRIGGER name ON table [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:269
+msgid "remove a data type"
+msgstr ""
+
+#: sql_help.h:270
+msgid "DROP TYPE name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:273
+msgid "remove a database user account"
+msgstr ""
+
+#: sql_help.h:274
+msgid "DROP USER name"
+msgstr ""
+
+#: sql_help.h:277
+msgid "remove a view"
+msgstr ""
+
+#: sql_help.h:278
+msgid "DROP VIEW name [, ...] [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:282
+msgid "END [ WORK | TRANSACTION ]"
+msgstr ""
+
+#: sql_help.h:285
+msgid "execute a prepared statement"
+msgstr ""
+
+#: sql_help.h:286
+msgid "EXECUTE plan_name [ (parameter [, ...] ) ]"
+msgstr ""
+
+#: sql_help.h:289
+msgid "show the execution plan of a statement"
+msgstr ""
+
+#: sql_help.h:290
+msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
+msgstr ""
+
+#: sql_help.h:293
+msgid "retrieve rows from a query using a cursor"
+msgstr ""
+
+#: sql_help.h:294
+msgid ""
+"FETCH [ direction { FROM | IN } ] cursorname\n"
+"\n"
+"where direction can be empty or one of:\n"
+"\n"
+" NEXT\n"
+" PRIOR\n"
+" FIRST\n"
+" LAST\n"
+" ABSOLUTE count\n"
+" RELATIVE count\n"
+" count\n"
+" ALL\n"
+" FORWARD\n"
+" FORWARD count\n"
+" FORWARD ALL\n"
+" BACKWARD\n"
+" BACKWARD count\n"
+" BACKWARD ALL"
+msgstr ""
+
+#: sql_help.h:297
+msgid "define access privileges"
+msgstr ""
+
+#: sql_help.h:298
+msgid ""
+"GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n"
+" [,...] | ALL [ PRIVILEGES ] }\n"
+" ON [ TABLE ] tablename [, ...]\n"
+" TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT "
+"OPTION ]\n"
+"\n"
+"GRANT { { CREATE | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+" ON DATABASE dbname [, ...]\n"
+" TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT "
+"OPTION ]\n"
+"\n"
+"GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
+" ON FUNCTION funcname ([type, ...]) [, ...]\n"
+" TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT "
+"OPTION ]\n"
+"\n"
+"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+" ON LANGUAGE langname [, ...]\n"
+" TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT "
+"OPTION ]\n"
+"\n"
+"GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+" ON SCHEMA schemaname [, ...]\n"
+" TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT OPTION ]"
+msgstr ""
+
+#: sql_help.h:301
+msgid "create new rows in a table"
+msgstr ""
+
+#: sql_help.h:302
+msgid ""
+"INSERT INTO table [ ( column [, ...] ) ]\n"
+" { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) | query }"
+msgstr ""
+
+#: sql_help.h:305
+msgid "listen for a notification"
+msgstr ""
+
+#: sql_help.h:306
+msgid "LISTEN name"
+msgstr ""
+
+#: sql_help.h:309
+msgid "load or reload a shared library file"
+msgstr ""
+
+#: sql_help.h:310
+msgid "LOAD 'filename'"
+msgstr ""
+
+#: sql_help.h:313
+msgid "lock a table"
+msgstr ""
+
+#: sql_help.h:314
+msgid ""
+"LOCK [ TABLE ] name [, ...] [ IN lockmode MODE ]\n"
+"\n"
+"where lockmode is one of:\n"
+"\n"
+" ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
+" | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
+msgstr ""
+
+#: sql_help.h:317
+msgid "position a cursor"
+msgstr ""
+
+#: sql_help.h:318
+msgid "MOVE [ direction { FROM | IN } ] cursorname"
+msgstr ""
+
+#: sql_help.h:321
+msgid "generate a notification"
+msgstr ""
+
+#: sql_help.h:322
+msgid "NOTIFY name"
+msgstr ""
+
+#: sql_help.h:325
+msgid "prepare a statement for execution"
+msgstr ""
+
+#: sql_help.h:326
+msgid "PREPARE plan_name [ (datatype [, ...] ) ] AS statement"
+msgstr ""
+
+#: sql_help.h:329
+msgid "rebuild indexes"
+msgstr ""
+
+#: sql_help.h:330
+msgid "REINDEX { DATABASE | TABLE | INDEX } name [ FORCE ]"
+msgstr ""
+
+#: sql_help.h:333
+msgid "restore the value of a run-time parameter to the default value"
+msgstr ""
+
+#: sql_help.h:334
+msgid ""
+"RESET name\n"
+"RESET ALL"
+msgstr ""
+
+#: sql_help.h:337
+msgid "remove access privileges"
+msgstr ""
+
+#: sql_help.h:338
+msgid ""
+"REVOKE [ GRANT OPTION FOR ]\n"
+" { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n"
+" [,...] | ALL [ PRIVILEGES ] }\n"
+" ON [ TABLE ] tablename [, ...]\n"
+" FROM { username | GROUP groupname | PUBLIC } [, ...]\n"
+" [ CASCADE | RESTRICT ]\n"
+"\n"
+"REVOKE [ GRANT OPTION FOR ]\n"
+" { { CREATE | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+" ON DATABASE dbname [, ...]\n"
+" FROM { username | GROUP groupname | PUBLIC } [, ...]\n"
+" [ CASCADE | RESTRICT ]\n"
+"\n"
+"REVOKE [ GRANT OPTION FOR ]\n"
+" { EXECUTE | ALL [ PRIVILEGES ] }\n"
+" ON FUNCTION funcname ([type, ...]) [, ...]\n"
+" FROM { username | GROUP groupname | PUBLIC } [, ...]\n"
+" [ CASCADE | RESTRICT ]\n"
+"\n"
+"REVOKE [ GRANT OPTION FOR ]\n"
+" { USAGE | ALL [ PRIVILEGES ] }\n"
+" ON LANGUAGE langname [, ...]\n"
+" FROM { username | GROUP groupname | PUBLIC } [, ...]\n"
+" [ CASCADE | RESTRICT ]\n"
+"\n"
+"REVOKE [ GRANT OPTION FOR ]\n"
+" { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+" ON SCHEMA schemaname [, ...]\n"
+" FROM { username | GROUP groupname | PUBLIC } [, ...]\n"
+" [ CASCADE | RESTRICT ]"
+msgstr ""
+
+#: sql_help.h:342
+msgid "ROLLBACK [ WORK | TRANSACTION ]"
+msgstr ""
+
+#: sql_help.h:345
+msgid "retrieve rows from a table or view"
+msgstr ""
+
+#: sql_help.h:346
+msgid ""
+"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+" * | expression [ AS output_name ] [, ...]\n"
+" [ FROM from_item [, ...] ]\n"
+" [ WHERE condition ]\n"
+" [ GROUP BY expression [, ...] ]\n"
+" [ HAVING condition [, ...] ]\n"
+" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+" [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]\n"
+" [ LIMIT { count | ALL } ]\n"
+" [ OFFSET start ]\n"
+" [ FOR UPDATE [ OF table_name [, ...] ] ]\n"
+"\n"
+"where from_item can be one of:\n"
+"\n"
+" [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
+" ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n"
+" function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias "
+"[, ...] | column_definition [, ...] ) ]\n"
+" function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n"
+" from_item [ NATURAL ] join_type from_item [ ON join_condition | USING "
+"( join_column [, ...] ) ]"
+msgstr ""
+
+#: sql_help.h:350
+msgid ""
+"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+" * | expression [ AS output_name ] [, ...]\n"
+" INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n"
+" [ FROM from_item [, ...] ]\n"
+" [ WHERE condition ]\n"
+" [ GROUP BY expression [, ...] ]\n"
+" [ HAVING condition [, ...] ]\n"
+" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+" [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]\n"
+" [ LIMIT { count | ALL } ]\n"
+" [ OFFSET start ]\n"
+" [ FOR UPDATE [ OF tablename [, ...] ] ]"
+msgstr ""
+
+#: sql_help.h:353
+msgid "change a run-time parameter"
+msgstr ""
+
+#: sql_help.h:354
+msgid ""
+"SET [ SESSION | LOCAL ] name { TO | = } { value | 'value' | DEFAULT }\n"
+"SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
+msgstr ""
+
+#: sql_help.h:357
+msgid "set the constraint mode of the current transaction"
+msgstr ""
+
+#: sql_help.h:358
+msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
+msgstr ""
+
+#: sql_help.h:361
+msgid ""
+"set the session user identifier and the current user identifier of the "
+"current session"
+msgstr ""
+
+#: sql_help.h:362
+msgid ""
+"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
+"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
+"RESET SESSION AUTHORIZATION"
+msgstr ""
+
+#: sql_help.h:365
+msgid "set the characteristics of the current transaction"
+msgstr ""
+
+#: sql_help.h:366
+msgid ""
+"SET TRANSACTION\n"
+" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | "
+"READ ONLY ]\n"
+"SET SESSION CHARACTERISTICS AS TRANSACTION\n"
+" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | "
+"READ ONLY ]"
+msgstr ""
+
+#: sql_help.h:369
+msgid "show the value of a run-time parameter"
+msgstr ""
+
+#: sql_help.h:370
+msgid ""
+"SHOW name\n"
+"SHOW ALL"
+msgstr ""
+
+#: sql_help.h:374
+msgid ""
+"START TRANSACTION [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] "
+"[ READ WRITE | READ ONLY ]"
+msgstr ""
+
+#: sql_help.h:377
+msgid "empty a table"
+msgstr ""
+
+#: sql_help.h:378
+msgid "TRUNCATE [ TABLE ] name"
+msgstr ""
+
+#: sql_help.h:381
+msgid "stop listening for a notification"
+msgstr ""
+
+#: sql_help.h:382
+msgid "UNLISTEN { name | * }"
+msgstr ""
+
+#: sql_help.h:385
+msgid "update rows of a table"
+msgstr ""
+
+#: sql_help.h:386
+msgid ""
+"UPDATE [ ONLY ] table SET column = { expression | DEFAULT } [, ...]\n"
+" [ FROM fromlist ]\n"
+" [ WHERE condition ]"
+msgstr ""
+
+#: sql_help.h:389
+msgid "garbage-collect and optionally analyze a database"
+msgstr ""
+
+#: sql_help.h:390
+msgid ""
+"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
+"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column "
+"[, ...] ) ] ]"
+msgstr ""
diff --git a/src/interfaces/libpq/po/nb.po b/src/interfaces/libpq/po/nb.po
index d7058021093..bf5e025f0cc 100644
--- a/src/interfaces/libpq/po/nb.po
+++ b/src/interfaces/libpq/po/nb.po
@@ -1,4 +1,4 @@
-# Norwegian bokmål translation of messages for PostgreSQL 7.3 (libpq).
+# Norwegian bokmål translation of messages for PostgreSQL (libpq).
# Copyright (C) 2003 The PostgreSQL Global Development Group.
# Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003.
#
@@ -12,9 +12,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-10-25 04:17-0400\n"
-"PO-Revision-Date: 2003-08-20 18:13+0200\n"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-29 14:29+0200\n"
+"PO-Revision-Date: 2003-09-29 15:21+0200\n"
"Last-Translator: Trond Endrestøl <trond@ramstind.gtf.ol.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n"
@@ -26,73 +27,81 @@ msgstr ""
msgid "Kerberos 4 error: %s\n"
msgstr "Kerberos-4-feil: %s\n"
-#: fe-auth.c:395
+#: fe-auth.c:394
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "kunne ikke stille socket i blokkerende tilstand: %s\n"
-#: fe-auth.c:412 fe-auth.c:416
+#: fe-auth.c:411 fe-auth.c:415
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "Kerberos-5-autentiseringskontroll ble avvist: %*s\n"
-#: fe-auth.c:440
+#: fe-auth.c:441
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
msgstr "kunne ikke tilbakestille ikke-blokkerende tilstand for socket: %s\n"
-#: fe-auth.c:503
+#: fe-auth.c:509
msgid "SCM_CRED authentication method not supported\n"
msgstr "autentiseringsmetoden SCM_CRED støttes ikke\n"
-#: fe-auth.c:589
+#: fe-auth.c:600
msgid "Kerberos 4 authentication failed\n"
msgstr "Mislykket Kerberos-4-autentisering\n"
-#: fe-auth.c:595
+#: fe-auth.c:606
msgid "Kerberos 4 authentication not supported\n"
msgstr "Kerberos-4-autentisering støttes ikke\n"
-#: fe-auth.c:606
+#: fe-auth.c:616
msgid "Kerberos 5 authentication failed\n"
msgstr "Mislykket Kerberos-5-autentisering\n"
-#: fe-auth.c:612
+#: fe-auth.c:622
msgid "Kerberos 5 authentication not supported\n"
msgstr "Kerberos-5-autentisering støttes ikke\n"
-#: fe-auth.c:640
+#: fe-auth.c:650
#, c-format
msgid "authentication method %u not supported\n"
msgstr "autentiseringsmetoden %u støttes ikke\n"
-#: fe-auth.c:677
+#: fe-auth.c:687
#, c-format
msgid "invalid authentication service name \"%s\", ignored\n"
msgstr "ugyldig navn for autentiseringstjenesten «%s», ignorert\n"
-#: fe-auth.c:734
+#: fe-auth.c:758
#, c-format
msgid "fe_getauthname: invalid authentication system: %d\n"
msgstr "fe_getauthname: ugyldig autentiseringssystem: %d\n"
-#: fe-connect.c:483
-msgid "could not determine the PostgreSQL user name to use\n"
-msgstr "kan ikke avgjøre hvilket PostgreSQL-brukernavn som skal brukes\n"
+#: fe-connect.c:452
+#, c-format
+msgid "invalid sslmode value: \"%s\"\n"
+msgstr ""
+
+#: fe-connect.c:472
+#, c-format
+msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
+msgstr ""
-#: fe-connect.c:710
+#: fe-connect.c:783
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "kunne ikke sette socket til ikke-blokkerende modus: %s\n"
-#: fe-connect.c:734
+#: fe-connect.c:810
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
-msgstr "kunne ikke sette socket i TCP-ingen-forsinkelse-modus (TCP no delay mode): %s\n"
+msgstr ""
+"kunne ikke sette socket i TCP-ingen-forsinkelse-modus (TCP no delay mode): %"
+"s\n"
# The term Unix domain socket was renamed to local domain socket some
# years ago. TE, 2003-08-20.
-#: fe-connect.c:754
+#: fe-connect.c:841
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -103,123 +112,108 @@ msgstr ""
"\tKjører serveren lokalt og aksepterer den forbindelser\n"
"\tpå local domain socket «%s»?\n"
-#: fe-connect.c:763
+#: fe-connect.c:853
#, c-format
msgid ""
"could not connect to server: %s\n"
-"\tIs the server running on host %s and accepting\n"
+"\tIs the server running on host \"%s\" and accepting\n"
"\tTCP/IP connections on port %s?\n"
msgstr ""
"kunne ikke kopble til serveren: %s\n"
-"\tKjører serveren på verten %s og aksepterer den\n"
+"\tKjører serveren på verten «%s» og aksepterer den\n"
"\tTCP/IP-oppkopplinger på porten %s?\n"
-#: fe-connect.c:827
+#: fe-connect.c:937
#, c-format
-msgid "invalid host address: %s\n"
-msgstr "ugyldig vertsadresse: %s\n"
+msgid "could not translate host name \"%s\" to address: %s\n"
+msgstr ""
-#: fe-connect.c:846
+#: fe-connect.c:941
#, c-format
-msgid "unknown host name: %s\n"
-msgstr "ukjent vertsnavn: %s\n"
+msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
+msgstr ""
+
+#: fe-connect.c:1144
+msgid "invalid connection state, probably indicative of memory corruption\n"
+msgstr "ugyldig forbindelsestilstand, indikerer antakelig korrupt minne\n"
-#: fe-connect.c:893
+#: fe-connect.c:1187
#, c-format
msgid "could not create socket: %s\n"
msgstr "kan ikke opprette socket: %s\n"
-#: fe-connect.c:961
+#: fe-connect.c:1298
#, c-format
-msgid "could not send SSL negotiation packet: %s\n"
-msgstr "kunne ikke sende SSL-pakke for oppkoblingsforhandling: %s\n"
+msgid "could not get socket error status: %s\n"
+msgstr "kunne ikke hente feilstatus for socket: %s\n"
-#: fe-connect.c:974
+#: fe-connect.c:1337
#, c-format
-msgid "could not receive server response to SSL negotiation packet: %s\n"
-msgstr "kunne ikke ta imot serversvar for SSL-oppkoblingsforhandling: %s\n"
+msgid "could not get client address from socket: %s\n"
+msgstr "kunne ikke få tak i klientadressen fra socket: %s\n"
-#: fe-connect.c:1003
+#: fe-connect.c:1382
#, c-format
-msgid "received invalid response to SSL negotiation: %c\n"
-msgstr "tok imot ugyldig svar for SSL-oppkoblingsforhandling: %c\n"
-
-#: fe-connect.c:1012
-msgid "server does not support SSL, but SSL was required\n"
-msgstr "SSL støttes ikke av serveren, men SSL var påkrevet\n"
+msgid "could not send SSL negotiation packet: %s\n"
+msgstr "kunne ikke sende SSL-pakke for oppkoblingsforhandling: %s\n"
-#: fe-connect.c:1198
-msgid "invalid connection state, probably indicative of memory corruption\n"
-msgstr "ugyldig forbindelsestilstand, indikerer antakelig korrupt minne\n"
+#: fe-connect.c:1404 fe-connect.c:2511 fe-connect.c:2520 fe-connect.c:3087
+#: fe-lobj.c:540
+msgid "out of memory\n"
+msgstr "tomt for minne\n"
-#: fe-connect.c:1229
+#: fe-connect.c:1417
#, c-format
-msgid "could not get socket error status: %s\n"
-msgstr "kunne ikke hente feilstatus for socket: %s\n"
+msgid "could not send startup packet: %s\n"
+msgstr "kan ikke sende oppstartspakke: %s\n"
-#: fe-connect.c:1249
+#: fe-connect.c:1457
#, c-format
-msgid "could not get client address from socket: %s\n"
-msgstr "kunne ikke få tak i klientadressen fra socket: %s\n"
+msgid "could not receive server response to SSL negotiation packet: %s\n"
+msgstr "kunne ikke ta imot serversvar for SSL-oppkoblingsforhandling: %s\n"
+
+#: fe-connect.c:1476 fe-connect.c:1493
+msgid "server does not support SSL, but SSL was required\n"
+msgstr "SSL støttes ikke av serveren, men SSL var påkrevet\n"
-#: fe-connect.c:1288
+#: fe-connect.c:1509
#, c-format
-msgid "could not send startup packet: %s\n"
-msgstr "kan ikke sende oppstartspakke: %s\n"
+msgid "received invalid response to SSL negotiation: %c\n"
+msgstr "tok imot ugyldig svar for SSL-oppkoblingsforhandling: %c\n"
-#: fe-connect.c:1344
+#: fe-connect.c:1566 fe-connect.c:1598
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr "forventet autentiseringsforespørsel fra serveren, men fikk %c\n"
-#: fe-connect.c:1456
+#: fe-connect.c:1834
msgid "unexpected message from server during startup\n"
msgstr "uventet melding fra serveren under oppstart\n"
-#: fe-connect.c:1515
+#: fe-connect.c:1904
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr "ugyldig forbindelsetilstand %c, indikerer antakelig korrupt minne\n"
-#: fe-connect.c:1601
-#, c-format
-msgid "invalid setenv state %c, probably indicative of memory corruption\n"
-msgstr "ugyldig setenv-tilstand %c, indikerer antakelig korrupt minne\n"
-
-#: fe-connect.c:1638
-#, c-format
-msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
-msgstr "ugyldig kodingsnavn i PGCLIENTENCODING: %s\n"
-
-#: fe-connect.c:1757
-#, c-format
-msgid "invalid state %c, probably indicative of memory corruption\n"
-msgstr "ugyldig tilstand %c, indikerer antakelig korrupt minne\n"
-
-#: fe-connect.c:2385 fe-connect.c:2394 fe-connect.c:2891 fe-exec.c:1284
-#: fe-lobj.c:536
-msgid "out of memory\n"
-msgstr "tomt for minne\n"
-
-#: fe-connect.c:2433
+#: fe-connect.c:2559
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "manglende «=» etter «%s» i forbindelsesinfostreng\n"
-#: fe-connect.c:2482
+#: fe-connect.c:2608
msgid "unterminated quoted string in connection info string\n"
msgstr "uterminert streng i oppkoblingsinformasjon\n"
-#: fe-connect.c:2516
+#: fe-connect.c:2642
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "ugyldig forbindelsesvalg «%s»\n"
-#: fe-connect.c:2702
+#: fe-connect.c:2854
msgid "connection pointer is NULL\n"
msgstr "tilkoblingspeker er NULL\n"
-#: fe-connect.c:2912
+#: fe-connect.c:3105
#, c-format
msgid ""
"WARNING: Password file %s has world or group read access; permission should "
@@ -228,181 +222,156 @@ msgstr ""
"ADVARSEL: Passordfilen %s har leserettigheter for verden eller gruppe;\n"
" rettighetene skal være u=rw (0600)\n"
-#: fe-exec.c:737
+#: fe-exec.c:484
+msgid "NOTICE"
+msgstr "BEMERKNING"
+
+#: fe-exec.c:637 fe-exec.c:689
msgid "command string is a null pointer\n"
msgstr "kommandostrengen er en nullpeker\n"
-#: fe-exec.c:745
+#: fe-exec.c:724
+msgid "statement name is a null pointer\n"
+msgstr ""
+
+#: fe-exec.c:755
msgid "no connection to the server\n"
msgstr "ingen forbindelse til serveren\n"
-#: fe-exec.c:752
+#: fe-exec.c:762
msgid "another command is already in progress\n"
msgstr "en annen kommando pågår allerede\n"
-#: fe-exec.c:950
-#, c-format
-msgid "message type 0x%02x arrived from server while idle\n"
-msgstr "melding av typen 0x%02x kom fra serveren mens jeg var i hviletilstand\n"
-
-#: fe-exec.c:992
-#, c-format
-msgid ""
-"unexpected character %c following empty query response (\"I\" message)\n"
-msgstr "uventet tegn %c følger etter tomt spørreresultat («I»-melding)\n"
-
-#: fe-exec.c:1049
-msgid ""
-"server sent data (\"D\" message) without prior row description (\"T\" "
-"message)\n"
-msgstr "serveren sendte data («D»-melding) uten foregående radbeskrivelse («T»-melding)\n"
-
-#: fe-exec.c:1066
-msgid ""
-"server sent binary data (\"B\" message) without prior row description (\"T\" "
-"message)\n"
-msgstr "serveren sendte binær data («B»-melding) uten foregående radbeskrivelse («T»-melding)\n"
-
-#: fe-exec.c:1082
-#, c-format
-msgid "unexpected response from server; first received character was \"%c\"\n"
-msgstr "uventet svar fra server; det første mottatte tegnet var «%c»\n"
+#: fe-exec.c:798 fe-exec.c:1432
+msgid "function requires at least protocol version 3.0\n"
+msgstr ""
-#: fe-exec.c:1371
+#: fe-exec.c:1100
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "uventet asyncStatus: %d\n"
-#: fe-exec.c:1421
-msgid "COPY state must be terminated first\n"
-msgstr "COPY-tilstand må avsluttes først\n"
+#: fe-exec.c:1205
+msgid "COPY terminated by new PQexec"
+msgstr ""
+
+#: fe-exec.c:1213
+msgid "COPY IN state must be terminated first\n"
+msgstr "COPY-IN-tilstand må avsluttes først\n"
-#: fe-exec.c:1780
+#: fe-exec.c:1233
+msgid "COPY OUT state must be terminated first\n"
+msgstr "COPY-OUT-tilstand må avsluttes først\n"
+
+#: fe-exec.c:1336 fe-exec.c:1390 fe-exec.c:1474
msgid "no COPY in progress\n"
msgstr "ingen COPY pågår\n"
-#: fe-exec.c:1819
-msgid "lost synchronization with server, resetting connection\n"
-msgstr "mistet synkronisering med serveren, resetter forbindelsen\n"
-
-#: fe-exec.c:1884
+#: fe-exec.c:1666
msgid "connection in wrong state\n"
msgstr "forbindelse i feil tilstand\n"
-#: fe-exec.c:1986 fe-exec.c:2020
-#, c-format
-msgid "protocol error: id=0x%x\n"
-msgstr "protokollfeil: id=0x%x\n"
-
-#: fe-exec.c:2055
+#: fe-exec.c:1697
msgid "invalid ExecStatusType code"
msgstr "ugyldig ExecStatusType-kode"
-#: fe-exec.c:2108 fe-exec.c:2141
+#: fe-exec.c:1761 fe-exec.c:1784
#, c-format
-msgid "column number %d is out of range 0..%d\n"
-msgstr "kolonnenummer %d er utenfor gyldig intervall 0..%d\n"
+msgid "column number %d is out of range 0..%d"
+msgstr "kolonnenummer %d er utenfor gyldig intervall 0..%d"
-#: fe-exec.c:2130
+#: fe-exec.c:1777
#, c-format
-msgid "row number %d is out of range 0..%d\n"
-msgstr "radnummer %d er utenfor gyldig intervall 0..%d\n"
+msgid "row number %d is out of range 0..%d"
+msgstr "radnummer %d er utenfor gyldig intervall 0..%d"
-#: fe-exec.c:2325
+#: fe-exec.c:2014
#, c-format
-msgid "could not interpret result from server: %s\n"
-msgstr "kunne ikke tolke svaret fra serveren: %s\n"
-
-#: fe-exec.c:2341
-msgid "no row count available\n"
-msgstr "antal rader er ikke tilgjengelig\n"
+msgid "could not interpret result from server: %s"
+msgstr "kunne ikke tolke svaret fra serveren: %s"
-#: fe-lobj.c:400 fe-lobj.c:483
+#: fe-lobj.c:402 fe-lobj.c:487
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "kan ikke åpne filen «%s»: %s\n"
-#: fe-lobj.c:412
+#: fe-lobj.c:414
#, c-format
msgid "could not create large object for file \"%s\"\n"
msgstr "kan ikke opprette stort objekt for filen «%s»\n"
-#: fe-lobj.c:422 fe-lobj.c:472
+#: fe-lobj.c:424 fe-lobj.c:474
#, c-format
msgid "could not open large object %u\n"
msgstr "kunne ikke åpne stort objekt %u\n"
-#: fe-lobj.c:437
+#: fe-lobj.c:439
#, c-format
msgid "error while reading file \"%s\"\n"
msgstr "feil ved lesing av filen «%s»\n"
-#: fe-lobj.c:498
+#: fe-lobj.c:502
#, c-format
msgid "error while writing to file \"%s\"\n"
msgstr "feil ved skriving til filen «%s»\n"
-#: fe-lobj.c:564
+#: fe-lobj.c:568
msgid "query to initialize large object functions did not return data\n"
-msgstr "spørring for å initialisere store objektfunksjoner returnerte ingen data\n"
+msgstr ""
+"spørring for å initialisere store objektfunksjoner returnerte ingen data\n"
-#: fe-lobj.c:602
+#: fe-lobj.c:606
msgid "cannot determine OID of function lo_open\n"
msgstr "kan ikke bestemme OID for funksjonen lo_open\n"
-#: fe-lobj.c:609
+#: fe-lobj.c:613
msgid "cannot determine OID of function lo_close\n"
msgstr "kan ikke bestemme OID for funksjonen lo_close\n"
-#: fe-lobj.c:616
+#: fe-lobj.c:620
msgid "cannot determine OID of function lo_creat\n"
msgstr "kan ikke bestemme OID for funksjonen lo_create\n"
-#: fe-lobj.c:623
+#: fe-lobj.c:627
msgid "cannot determine OID of function lo_unlink\n"
msgstr "kan ikke bestemme OID for funksjonen lo_unlink\n"
-#: fe-lobj.c:630
+#: fe-lobj.c:634
msgid "cannot determine OID of function lo_lseek\n"
msgstr "kan ikke bestemme OID for funksjonen lo_lseek\n"
-#: fe-lobj.c:637
+#: fe-lobj.c:641
msgid "cannot determine OID of function lo_tell\n"
msgstr "kan ikke bestemme OID for funksjonen lo_tell\n"
-#: fe-lobj.c:644
+#: fe-lobj.c:648
msgid "cannot determine OID of function loread\n"
msgstr "kan ikke bestemme OID for funksjonen loread\n"
-#: fe-lobj.c:651
+#: fe-lobj.c:655
msgid "cannot determine OID of function lowrite\n"
msgstr "kan ikke bestemme OID for funksjonen lowrite\n"
-#: fe-misc.c:303
+#: fe-misc.c:228
#, c-format
-msgid "integer of size %lu not supported by pqGetInt\n"
-msgstr "heltall med størrelse %lu støttes ikke av pqGetInt\n"
+msgid "integer of size %lu not supported by pqGetInt"
+msgstr "heltall med størrelse %lu støttes ikke av pqGetInt"
-#: fe-misc.c:341
+#: fe-misc.c:264
#, c-format
-msgid "integer of size %lu not supported by pqPutInt\n"
-msgstr "heltall med størrelse %lu støttes ikke av pqPutInt\n"
+msgid "integer of size %lu not supported by pqPutInt"
+msgstr "heltall med størrelse %lu støttes ikke av pqPutInt"
-#: fe-misc.c:389 fe-misc.c:423 fe-misc.c:856
-#, c-format
-msgid "select() failed: %s\n"
-msgstr "select() mislyktes: %s\n"
-
-#: fe-misc.c:450 fe-misc.c:642 fe-misc.c:807
+#: fe-misc.c:544 fe-misc.c:748
msgid "connection not open\n"
msgstr "forbindelsen er ikke åpen\n"
-#: fe-misc.c:515 fe-misc.c:595
+#: fe-misc.c:610 fe-misc.c:701
#, c-format
msgid "could not receive data from server: %s\n"
msgstr "kunne ikke ta imot data fra serveren: %s\n"
-#: fe-misc.c:612 fe-misc.c:686
+#: fe-misc.c:718 fe-misc.c:786
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
@@ -412,114 +381,134 @@ msgstr ""
"\tDette betyr muligens at serveren avsluttet unaturlig\n"
"\tfør eller under behandling av forespørselen.\n"
-#: fe-misc.c:702
+#: fe-misc.c:803
#, c-format
msgid "could not send data to server: %s\n"
msgstr "kunne ikke sende data til serveren: %s\n"
-#: fe-misc.c:863
+#: fe-misc.c:905
msgid "timeout expired\n"
msgstr "timeout ble utløst\n"
-#: fe-secure.c:275 fe-secure.c:321
+#: fe-misc.c:950
+msgid "socket not open\n"
+msgstr ""
+
+#: fe-misc.c:973
+#, c-format
+msgid "select() failed: %s\n"
+msgstr "select() mislyktes: %s\n"
+
+#: fe-secure.c:246
+#, c-format
+msgid "could not establish SSL connection: %s\n"
+msgstr "kunne ikke etablere SSL-forbindelse: %s\n"
+
+#: fe-secure.c:308 fe-secure.c:380 fe-secure.c:913
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "SSL SYSCALL-feil: %s\n"
-#: fe-secure.c:280 fe-secure.c:326
+#: fe-secure.c:313 fe-secure.c:385 fe-secure.c:917
+msgid "SSL SYSCALL error: EOF detected\n"
+msgstr ""
+
+#: fe-secure.c:322 fe-secure.c:393 fe-secure.c:923
#, c-format
msgid "SSL error: %s\n"
msgstr "SSL-feil: %s\n"
-#: fe-secure.c:387
+#: fe-secure.c:330 fe-secure.c:401 fe-secure.c:929
+msgid "Unknown SSL error code\n"
+msgstr ""
+
+#: fe-secure.c:459
#, c-format
msgid "error querying socket: %s\n"
msgstr "feil under spørring av socket: %s\n"
-#: fe-secure.c:400
+#: fe-secure.c:487
#, c-format
msgid "could not get information about host (%s): %s\n"
msgstr "kunne ikke få informasjon om verten (%s): %s\n"
-#: fe-secure.c:419
+#: fe-secure.c:506
msgid "unsupported protocol\n"
msgstr "protokollen støttes ikke\n"
-#: fe-secure.c:441
+#: fe-secure.c:528
#, c-format
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
-msgstr "vertens vanlige navn «%s» løses ikke (does not resolve) til %ld.%ld.%ld.%ld\n"
+msgstr ""
+"vertens vanlige navn «%s» løses ikke (does not resolve) til %ld.%ld.%ld.%ld\n"
-#: fe-secure.c:448
+#: fe-secure.c:535
#, c-format
msgid "server common name \"%s\" does not resolve to peer address\n"
-msgstr "vertens vanlige navn «%s» løses ikke (does not resolve) til motpartens adresse\n"
+msgstr ""
+"vertens vanlige navn «%s» løses ikke (does not resolve) til motpartens "
+"adresse\n"
-#: fe-secure.c:617
+#: fe-secure.c:718
msgid "could not get user information\n"
msgstr "kunne ikke få tak i brukerinformasjon\n"
-#: fe-secure.c:629
+#: fe-secure.c:730
#, c-format
msgid "could not open certificate (%s): %s\n"
msgstr "kunne ikke åpne sertifikatet (%s): %s\n"
-#: fe-secure.c:636
+#: fe-secure.c:737
#, c-format
msgid "could not read certificate (%s): %s\n"
msgstr "kunne ikke lese sertifikatet (%s): %s\n"
-#: fe-secure.c:649
+#: fe-secure.c:750
#, c-format
msgid "certificate present, but not private key (%s)\n"
msgstr "sertifikat tilgjenglig, men ikke den private nøkkelen (%s)\n"
-#: fe-secure.c:658
+#: fe-secure.c:759
#, c-format
msgid "private key (%s) has wrong permissions\n"
msgstr "den private nøkkelen (%s) har feil rettigheter\n"
-#: fe-secure.c:665
+#: fe-secure.c:766
#, c-format
msgid "could not open private key file (%s): %s\n"
msgstr "kan ikke åpne privat nøkkelfil (%s): %s\n"
-#: fe-secure.c:674
+#: fe-secure.c:775
#, c-format
msgid "private key (%s) changed during execution\n"
msgstr "privat nøkkel (%s) endret seg under kjøring\n"
-#: fe-secure.c:681
+#: fe-secure.c:782
#, c-format
msgid "could not read private key (%s): %s\n"
msgstr "kunne ikke lese privat nøkkel (%s): %s\n"
-#: fe-secure.c:693
+#: fe-secure.c:794
#, c-format
msgid "certificate/private key mismatch (%s): %s\n"
msgstr "sertifikat/privat nøkkel stemmer ikke (%s): %s\n"
-#: fe-secure.c:721
+#: fe-secure.c:827
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "kan ikke opprette SSL-sammenheng: %s\n"
-#: fe-secure.c:737 fe-secure.c:745
+#: fe-secure.c:846 fe-secure.c:854
#, c-format
msgid "could not read root certificate list (%s): %s\n"
msgstr "kunne ikke lese root-sertifikatlisten (%s): %s\n"
-#: fe-secure.c:794
-#, c-format
-msgid "could not establish SSL connection: %s\n"
-msgstr "kunne ikke etablere SSL-forbindelse: %s\n"
-
-#: fe-secure.c:812
+#: fe-secure.c:948
#, c-format
msgid "certificate could not be validated: %s\n"
msgstr "sertifikatet kunne ikke bekreftes: %s\n"
-#: fe-secure.c:824
+#: fe-secure.c:960
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "sertifikatet kunne ikke hentes: %s\n"