]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update German translations.
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Nov 2002 21:30:39 +0000 (21:30 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Nov 2002 21:30:39 +0000 (21:30 +0000)
src/backend/po/de.po
src/bin/pg_controldata/po/de.po
src/bin/pg_dump/po/de.po
src/bin/pg_resetxlog/po/de.po
src/bin/psql/po/de.po
src/interfaces/libpq/po/de.po

index 8704eca425c03c508e39ae682105fc61383dd145..eaf50435e9ae399d3ef8a03e4885a335648dedff 100644 (file)
 # German message translation file for PostgreSQL server
 # Peter Eisentraut <peter_e@gmx.net>, 2001.
 #
-# $Header: /cvsroot/pgsql/src/backend/po/de.po,v 1.6 2001/11/30 18:04:23 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/po/de.po,v 1.6.4.1 2002/11/13 21:30:35 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: PostgreSQL 7.2\n"
-"POT-Creation-Date: 2001-11-30 18:19+0100\n"
-"PO-Revision-Date: 2001-11-30 19:03+0100\n"
+"Project-Id-Version: PostgreSQL 7.3\n"
+"POT-Creation-Date: 2002-11-13 20:46+0100\n"
+"PO-Revision-Date: 2002-11-13 22:31+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../access/common/heaptuple.c:171
+#: access/common/heaptuple.c:179
 msgid "heap_attisnull: zero attnum disallowed"
 msgstr ""
 
-#: ../access/common/heaptuple.c:174
+#: access/common/heaptuple.c:182
 msgid "heap_attisnull: undefined negative attnum"
 msgstr ""
 
-#: ../access/common/heaptuple.c:457
+#: access/common/heaptuple.c:460
 #, c-format
 msgid "heap_getsysattr: invalid attnum %d"
 msgstr ""
 
-#: ../access/common/heaptuple.c:582
+#: access/common/heaptuple.c:584
 #, c-format
-msgid "heap_formtuple: numberOfAttributes of %d > %d"
+msgid "heap_formtuple: numberOfAttributes %d exceeds limit %d"
 msgstr ""
 
-#: ../access/common/heaptuple.c:685
-#, c-format
+#: access/common/heaptuple.c:687
+#, c-format, ycp-format
 msgid "heap_modifytuple: repl is \\%3d"
 msgstr ""
 
-#: ../access/common/indextuple.c:55
+#: access/common/indextuple.c:55
 #, c-format
 msgid "index_formtuple: numberOfAttributes %d > %d"
 msgstr ""
 
-#: ../access/common/indextuple.c:162
+#: access/common/indextuple.c:162
 #, c-format
 msgid "index_formtuple: data takes %lu bytes, max is %d"
 msgstr ""
 
-#: ../access/common/printtup.c:49
+#: access/common/tupdesc.c:421
 #, c-format
-msgid "getTypeOutputInfo: Cache lookup of type %u failed"
-msgstr ""
+msgid "Unable to look up type id %u"
+msgstr "kann Typ-OID %u nicht im Katalog finden"
 
-#: ../access/common/tupdesc.c:596
+#: access/common/tupdesc.c:647 executor/nodeFunctionscan.c:200
+#: parser/parse_relation.c:931 parser/parse_relation.c:1286
+#: parser/parse_relation.c:1596
 #, c-format
-msgid "DefineRelation: no such type %s"
+msgid "Invalid typrelid for complex type %u"
+msgstr ""
+
+#: access/common/tupdesc.c:661 access/common/tupdesc.c:684
+msgid "TypeGetTupleDesc: number of aliases does not match number of attributes"
+msgstr ""
+
+#: access/common/tupdesc.c:680
+msgid "TypeGetTupleDesc: no column alias was provided"
 msgstr ""
 
-#: ../access/gist/gist.c:173 ../access/hash/hash.c:72
-#: ../access/nbtree/nbtree.c:129 ../access/rtree/rtree.c:128
+#: access/common/tupdesc.c:699
+msgid "Unable to determine tuple description for function returning \"record\""
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
 
-#: ../access/gist/gist.c:400 ../access/gist/gist.c:599
+#: access/gist/gist.c:399 access/gist/gist.c:606
 #, c-format
 msgid "gist: failed to add index item to %s"
 msgstr ""
 
-#: ../access/gist/gist.c:1655
+#: access/gist/gist.c:1668
 #, c-format
 msgid "initGISTstate: numberOfAttributes %d > %d"
 msgstr ""
 
-#: ../access/gist/gist.c:1917
+#: access/gist/gist.c:1930
 #, c-format
 msgid "%sPage: %d %s blk: %d maxoff: %d free: %d"
 msgstr ""
 
-#: ../access/gist/gist.c:1927
+#: access/gist/gist.c:1940
 #, c-format
 msgid "%s  Tuple. blk: %d size: %d"
 msgstr ""
 
-#: ../access/gist/gist.c:1942
+#: access/gist/gist.c:1955
 msgid "gist_redo: unimplemented"
 msgstr ""
 
-#: ../access/gist/gist.c:1948
+#: access/gist/gist.c:1961
 msgid "gist_undo: unimplemented"
 msgstr ""
 
-#: ../access/gist/gistscan.c:273
+#: access/gist/gistscan.c:254
 #, c-format
 msgid "GiST scan list corrupted -- cannot find 0x%p"
 msgstr ""
 
-#: ../access/gist/gistscan.c:409
+#: access/gist/gistscan.c:390
 #, c-format
 msgid "Bad operation in GiST scan adjust: %d"
 msgstr ""
 
-#: ../access/hash/hash.c:471
+#: access/hash/hash.c:504
 msgid "hash_redo: unimplemented"
 msgstr ""
 
-#: ../access/hash/hash.c:477
+#: access/hash/hash.c:510
 msgid "hash_undo: unimplemented"
 msgstr ""
 
-#: ../access/hash/hashinsert.c:51
+#: access/hash/hashinsert.c:51
 msgid "Hash indices valid for only one index key."
 msgstr ""
 
-#: ../access/hash/hashinsert.c:166
+#: access/hash/hashinsert.c:166
 msgid "hash item too large"
 msgstr ""
 
-#: ../access/hash/hashinsert.c:231
+#: access/hash/hashinsert.c:231
 #, c-format
 msgid "_hash_pgaddtup: failed to add index item to %s"
 msgstr ""
 
-#: ../access/hash/hashovfl.c:61
+#: access/hash/hashovfl.c:61
 msgid "_hash_addovflpage: problem with _hash_getovfladdr."
 msgstr ""
 
-#: ../access/hash/hashovfl.c:196
+#: access/hash/hashovfl.c:196
 msgid "overflow_page: problem with _hash_initbitmap."
 msgstr ""
 
-#: ../access/hash/hashovfl.c:568
+#: access/hash/hashovfl.c:568
 #, c-format
 msgid "_hash_squeezebucket: failed to add index item to %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:93
+#: access/hash/hashpage.c:93
 #, c-format
 msgid "Cannot initialize non-empty hash table %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:151
+#: access/hash/hashpage.c:151
 msgid "Problem with _hash_initbitmap."
 msgstr ""
 
-#: ../access/hash/hashpage.c:196
+#: access/hash/hashpage.c:196
 msgid "_hash_getbuf: internal error: hash AM does not use P_NEW"
 msgstr ""
 
-#: ../access/hash/hashpage.c:204
+#: access/hash/hashpage.c:204
 #, c-format
 msgid "_hash_getbuf: invalid access (%d) on new blk: %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:231
+#: access/hash/hashpage.c:231
 #, c-format
 msgid "_hash_relbuf: invalid access (%d) on blk %x: %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:290
+#: access/hash/hashpage.c:290
 #, c-format
 msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:335
+#: access/hash/hashpage.c:325
 #, c-format
 msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:359
+#: access/hash/hashpage.c:349
 #, c-format
 msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s"
 msgstr ""
 
-#: ../access/hash/hashpage.c:547 ../access/hash/hashpage.c:684
+#: access/hash/hashpage.c:537 access/hash/hashpage.c:674
 #, c-format
 msgid "_hash_splitpage: empty overflow page %d"
 msgstr ""
 
-#: ../access/hash/hashpage.c:586
+#: access/hash/hashpage.c:576
 #, c-format
 msgid "_hash_splitpage: empty ovfl page %d!"
 msgstr ""
 
-#: ../access/hash/hashpage.c:639
+#: access/hash/hashpage.c:629
 #, c-format
 msgid "_hash_splitpage: failed to add index item to %s"
 msgstr ""
 
-#: ../access/hash/hashscan.c:103
+#: access/hash/hashscan.c:105
 #, c-format
 msgid "hash scan list trashed; can't find 0x%p"
 msgstr ""
 
-#: ../access/hash/hashutil.c:81
+#: access/hash/hashutil.c:81
 msgid "hash indices cannot include null keys"
 msgstr ""
 
-#: ../access/heap/heapam.c:145
+#: access/heap/heapam.c:144
 #, c-format
 msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
 msgstr ""
 
-#: ../access/heap/heapam.c:151
+#: access/heap/heapam.c:150
 #, c-format
 msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)"
 msgstr ""
 
-#: ../access/heap/heapam.c:154
+#: access/heap/heapam.c:153
 #, c-format
 msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
 msgstr ""
 
-#: ../access/heap/heapam.c:156
+#: access/heap/heapam.c:155
 #, c-format
 msgid "heapgettup: relation(%c)=`%s', %p"
 msgstr ""
 
-#: ../access/heap/heapam.c:204 ../access/heap/heapam.c:239
-#: ../access/heap/heapam.c:280 ../access/heap/heapam.c:373
+#: 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 ""
 
-#: ../access/heap/heapam.c:475
+#: access/heap/heapam.c:474
 #, c-format
 msgid "Relation %u does not exist"
 msgstr ""
 
-#: ../access/heap/heapam.c:521 ../catalog/heap.c:963
+#: access/heap/heapam.c:553 catalog/namespace.c:189 tcop/utility.c:153
 #, c-format
 msgid "Relation \"%s\" does not exist"
 msgstr ""
 
-#: ../access/heap/heapam.c:573 ../access/heap/heapam.c:598
+#: access/heap/heapam.c:605 access/heap/heapam.c:634 access/heap/heapam.c:663
 #, c-format
 msgid "%s is an index relation"
 msgstr ""
 
-#: ../access/heap/heapam.c:576 ../access/heap/heapam.c:601
+#: access/heap/heapam.c:608 access/heap/heapam.c:637 access/heap/heapam.c:666
 #, c-format
 msgid "%s is a special relation"
 msgstr ""
 
-#: ../access/heap/heapam.c:633
+#: access/heap/heapam.c:611 access/heap/heapam.c:640 access/heap/heapam.c:669
+#, c-format
+msgid "%s is a composite type"
+msgstr ""
+
+#: access/heap/heapam.c:698
 msgid "heap_beginscan: !RelationIsValid(relation)"
 msgstr ""
 
-#: ../access/heap/heapam.c:748
+#: access/heap/heapam.c:812
 #, c-format
-msgid "heap_getnext([%s,nkeys=%d],backw=%d) called"
+msgid "heap_getnext([%s,nkeys=%d],dir=%d) called"
 msgstr ""
 
-#: ../access/heap/heapam.c:752
+#: access/heap/heapam.c:816
 msgid "heap_getnext returning EOS"
 msgstr ""
 
-#: ../access/heap/heapam.c:755
+#: access/heap/heapam.c:819
 msgid "heap_getnext returning tuple"
 msgstr ""
 
-#: ../access/heap/heapam.c:778
+#: access/heap/heapam.c:842
 msgid "heap_getnext: NULL relscan"
 msgstr ""
 
-#: ../access/heap/heapam.c:876
+#: access/heap/heapam.c:932
 #, c-format
-msgid "heap_fetch: %s relation: ReadBuffer(%lx) failed"
+msgid "heap_fetch: ReadBuffer(%s, %lu) failed"
 msgstr ""
 
-#: ../access/heap/heapam.c:965
+#: access/heap/heapam.c:1042
 #, c-format
 msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed"
 msgstr ""
 
-#: ../access/heap/heapam.c:1168
+#: access/heap/heapam.c:1284
 msgid "heap_delete: failed ReadBuffer"
 msgstr ""
 
-#: ../access/heap/heapam.c:1187
+#: access/heap/heapam.c:1303
 msgid "heap_delete: (am)invalid tid"
 msgstr ""
 
-#: ../access/heap/heapam.c:1307
+#: access/heap/heapam.c:1436
 msgid "simple_heap_delete: tuple already updated by self"
 msgstr ""
 
-#: ../access/heap/heapam.c:1315
+#: access/heap/heapam.c:1444
 msgid "simple_heap_delete: tuple concurrently updated"
 msgstr ""
 
-#: ../access/heap/heapam.c:1319 ../executor/execMain.c:1349
+#: access/heap/heapam.c:1448 executor/execMain.c:1334
 #, c-format
 msgid "Unknown status %u from heap_delete"
 msgstr ""
 
-#: ../access/heap/heapam.c:1354
+#: access/heap/heapam.c:1482
 msgid "heap_update: failed ReadBuffer"
 msgstr ""
 
-#: ../access/heap/heapam.c:1379
+#: access/heap/heapam.c:1507
 msgid "heap_update: (am)invalid tid"
 msgstr ""
 
-#: ../access/heap/heapam.c:1624
+#: access/heap/heapam.c:1770
 msgid "simple_heap_update: tuple already updated by self"
 msgstr ""
 
-#: ../access/heap/heapam.c:1632
+#: access/heap/heapam.c:1778
 msgid "simple_heap_update: tuple concurrently updated"
 msgstr ""
 
-#: ../access/heap/heapam.c:1636 ../executor/execMain.c:1485
+#: access/heap/heapam.c:1782 executor/execMain.c:1473
 #, c-format
 msgid "Unknown status %u from heap_update"
 msgstr ""
 
-#: ../access/heap/heapam.c:1659
+#: access/heap/heapam.c:1806
 msgid "heap_mark4update: failed ReadBuffer"
 msgstr ""
 
-#: ../access/heap/heapam.c:1676
+#: access/heap/heapam.c:1823
 msgid "heap_mark4update: (am)invalid tid"
 msgstr ""
 
-#: ../access/heap/heapam.c:1961
+#: access/heap/heapam.c:2123
 msgid "heap_clean_redo: no block"
 msgstr ""
 
-#: ../access/heap/heapam.c:1965
+#: access/heap/heapam.c:2127
 msgid "heap_clean_redo: uninitialized page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2018
+#: access/heap/heapam.c:2185
 #, c-format
 msgid "heap_delete_%sdo: no block"
 msgstr ""
 
-#: ../access/heap/heapam.c:2022
+#: access/heap/heapam.c:2189
 #, c-format
 msgid "heap_delete_%sdo: uninitialized page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2034
+#: access/heap/heapam.c:2201
 msgid "heap_delete_undo: bad page LSN"
 msgstr ""
 
-#: ../access/heap/heapam.c:2041
+#: access/heap/heapam.c:2208
 #, c-format
 msgid "heap_delete_%sdo: invalid lp"
 msgstr ""
 
-#: ../access/heap/heapam.c:2057
+#: access/heap/heapam.c:2228
 msgid "heap_delete_undo: unimplemented"
 msgstr ""
 
-#: ../access/heap/heapam.c:2083
+#: access/heap/heapam.c:2256
 #, c-format
 msgid "heap_insert_%sdo: uninitialized page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2110
+#: access/heap/heapam.c:2280
 msgid "heap_insert_redo: invalid max offset number"
 msgstr ""
 
-#: ../access/heap/heapam.c:2134
+#: access/heap/heapam.c:2304
 msgid "heap_insert_redo: failed to add tuple"
 msgstr ""
 
-#: ../access/heap/heapam.c:2144
+#: access/heap/heapam.c:2314
 msgid "heap_insert_undo: bad page LSN"
 msgstr ""
 
-#: ../access/heap/heapam.c:2146
+#: access/heap/heapam.c:2316
 msgid "heap_insert_undo: unimplemented"
 msgstr ""
 
-#: ../access/heap/heapam.c:2177
+#: access/heap/heapam.c:2347
 #, c-format
 msgid "heap_update_%sdo: no block"
 msgstr ""
 
-#: ../access/heap/heapam.c:2181
+#: access/heap/heapam.c:2351
 #, c-format
 msgid "heap_update_%sdo: uninitialized old page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2195
+#: access/heap/heapam.c:2365
 msgid "heap_update_undo: bad old tuple page LSN"
 msgstr ""
 
-#: ../access/heap/heapam.c:2202
+#: access/heap/heapam.c:2372
 #, c-format
 msgid "heap_update_%sdo: invalid lp"
 msgstr ""
 
-#: ../access/heap/heapam.c:2230 ../access/heap/heapam.c:2335
+#: access/heap/heapam.c:2407 access/heap/heapam.c:2507
 msgid "heap_update_undo: unimplemented"
 msgstr ""
 
-#: ../access/heap/heapam.c:2251
+#: access/heap/heapam.c:2428
 #, c-format
 msgid "heap_update_%sdo: uninitialized page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2278
+#: access/heap/heapam.c:2452
 msgid "heap_update_redo: invalid max offset number"
 msgstr ""
 
-#: ../access/heap/heapam.c:2324
+#: access/heap/heapam.c:2496
 msgid "heap_update_redo: failed to add tuple"
 msgstr ""
 
-#: ../access/heap/heapam.c:2333
+#: access/heap/heapam.c:2505
 msgid "heap_update_undo: bad new tuple page LSN"
 msgstr ""
 
-#: ../access/heap/heapam.c:2351
+#: access/heap/heapam.c:2523
 msgid "_heap_unlock_tuple: can't open relation"
 msgstr ""
 
-#: ../access/heap/heapam.c:2356
+#: access/heap/heapam.c:2528
 msgid "_heap_unlock_tuple: can't read buffer"
 msgstr ""
 
-#: ../access/heap/heapam.c:2360
+#: access/heap/heapam.c:2532
 msgid "_heap_unlock_tuple: uninitialized page"
 msgstr ""
 
-#: ../access/heap/heapam.c:2364
+#: access/heap/heapam.c:2536
 msgid "_heap_unlock_tuple: invalid itemid"
 msgstr ""
 
-#: ../access/heap/heapam.c:2368
+#: access/heap/heapam.c:2540
 msgid "_heap_unlock_tuple: unused/deleted tuple in rollback"
 msgstr ""
 
-#: ../access/heap/heapam.c:2374
-msgid "_heap_unlock_tuple: invalid xmax/cmax in rollback"
+#: access/heap/heapam.c:2545
+msgid "_heap_unlock_tuple: invalid xmax in rollback"
 msgstr ""
 
-#: ../access/heap/heapam.c:2398
+#: access/heap/heapam.c:2569
 #, c-format
 msgid "heap_redo: unknown op code %u"
 msgstr ""
 
-#: ../access/heap/heapam.c:2418
+#: access/heap/heapam.c:2589
 #, c-format
 msgid "heap_undo: unknown op code %u"
 msgstr ""
 
-#: ../access/heap/hio.c:53
+#: access/heap/hio.c:53
 msgid "RelationPutHeapTuple: failed to add tuple"
 msgstr ""
 
-#: ../access/heap/hio.c:112
+#: access/heap/hio.c:113
 #, c-format
 msgid "Tuple is too big: size %lu, max size %ld"
 msgstr ""
 
-#: ../access/heap/hio.c:273
+#: access/heap/hio.c:277
 #, c-format
 msgid "Tuple is too big: size %lu"
 msgstr ""
 
-#: ../access/heap/tuptoaster.c:838
+#: access/heap/tuptoaster.c:899
 msgid "Failed to build TOAST tuple"
 msgstr ""
 
-#: ../access/heap/tuptoaster.c:854
+#: access/heap/tuptoaster.c:915
 msgid "Failed to insert index entry for TOAST tuple"
 msgstr ""
 
-#: ../access/heap/tuptoaster.c:1037
+#: access/heap/tuptoaster.c:1074 access/heap/tuptoaster.c:1254
 #, c-format
-msgid "unexpected chunk number %d for toast value %u"
+msgid "unexpected chunk number %d (expected %d) for toast value %u"
 msgstr ""
 
-#: ../access/heap/tuptoaster.c:1043 ../access/heap/tuptoaster.c:1050
+#: 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 ""
 
-#: ../access/heap/tuptoaster.c:1055
+#: access/heap/tuptoaster.c:1092
 #, c-format
-msgid "chunk %d for toast value %u appears multiple times"
+msgid "unexpected chunk number %d for toast value %u"
 msgstr ""
 
-#: ../access/heap/tuptoaster.c:1073
+#: access/heap/tuptoaster.c:1110 access/heap/tuptoaster.c:1294
 #, c-format
-msgid "not all toast chunks found for value %u"
+msgid "missing chunk number %d for toast value %u"
 msgstr ""
 
-#: ../access/index/genam.c:103
+#: access/index/genam.c:74
 msgid "RelationGetIndexScan: relation invalid"
 msgstr ""
 
-#: ../access/index/genam.c:148
+#: access/index/genam.c:136
 msgid "IndexScanEnd: invalid scan"
 msgstr ""
 
-#: ../access/index/genam.c:176
-msgid "IndexScanRestart: invalid scan"
-msgstr ""
-
-#: ../access/index/genam.c:237
-msgid "IndexScanRestorePosition: no mark to restore"
-msgstr ""
-
-#: ../access/index/indexam.c:90 ../access/index/indexam.c:99
+#: access/index/indexam.c:91 access/index/indexam.c:100
 #, c-format
 msgid "index_%s: invalid %s regproc"
 msgstr ""
 
-#: ../access/index/indexam.c:130 ../access/index/indexam.c:152
+#: 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 ""
 
-#: ../access/index/istrat.c:248
+#: access/index/indexam.c:652
+#, c-format
+msgid "Missing support function %d for attribute %d of index %s"
+msgstr ""
+
+#: access/index/istrat.c:238
 #, c-format
 msgid "StrategyTermEvaluate: impossible case %d"
 msgstr ""
 
-#: ../access/index/istrat.c:323
+#: access/index/istrat.c:313
 #, c-format
 msgid "RelationGetStrategy: impossible case %d"
 msgstr ""
 
-#: ../access/index/istrat.c:329
+#: access/index/istrat.c:319
 msgid "RelationGetStrategy: corrupted evaluation"
 msgstr ""
 
-#: ../access/index/istrat.c:448
+#: access/index/istrat.c:438
 #, c-format
 msgid "RelationInvokeStrategy: cannot evaluate strategy %d"
 msgstr ""
 
-#: ../access/index/istrat.c:472
-#, c-format
-msgid "FillScanKeyEntry: unknown operator %u"
-msgstr ""
-
-#: ../access/index/istrat.c:482
-#, c-format
-msgid "FillScanKeyEntry: no procedure for operator %u"
-msgstr ""
-
-#: ../access/index/istrat.c:527
-#, c-format
-msgid "IndexSupportInitialize: no pg_index entry for index %u"
-msgstr ""
-
-#: ../access/index/istrat.c:541
-msgid "IndexSupportInitialize: bogus pg_index tuple"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:747
-#, c-format
-msgid ""
-"_bt_restscan: my bits moved right off the end of the world!\n"
-"\tRecreate index %s."
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:777
-msgid "_bt_restore_page: can't add item to page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:800
-msgid "btree_delete_redo: block unfound"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:803
-msgid "btree_delete_redo: uninitialized page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:839
-#, c-format
-msgid "btree_insert_%sdo: block unfound"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:842
-#, c-format
-msgid "btree_insert_%sdo: uninitialized page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:856
-msgid "btree_insert_redo: failed to add item"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:865
-msgid "btree_insert_undo: bad page LSN"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:873
-msgid "btree_insert_undo: unimplemented"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:900
-#, c-format
-msgid "btree_split_%s: lost left sibling"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:906
-msgid "btree_split_undo: uninitialized left sibling"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:929
-msgid "btree_split_undo: bad left sibling LSN"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:930 ../access/nbtree/nbtree.c:969
-msgid "btree_split_undo: unimplemented"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:938
-#, c-format
-msgid "btree_split_%s: lost right sibling"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:944
-msgid "btree_split_undo: uninitialized right sibling"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:968
-msgid "btree_split_undo: bad right sibling LSN"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:982
-msgid "btree_split_redo: lost next right page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:986
-msgid "btree_split_redo: uninitialized next right page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:1023
-msgid "btree_newroot_redo: no root page"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:1026
-msgid "btree_newroot_redo: no metapage"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:1080
-#, c-format
-msgid "btree_redo: unknown op code %u"
-msgstr ""
-
-#: ../access/nbtree/nbtree.c:1100
-#, c-format
-msgid "btree_undo: unknown op code %u"
-msgstr ""
-
-#: ../access/nbtree/nbtinsert.c:246
+#: access/nbtree/nbtinsert.c:250
 #, c-format
 msgid "Cannot insert a duplicate key into unique index %s"
 msgstr "Duplizierter Wert kann nicht in »Unique«-Index %s eingefügt werden"
 
-#: ../access/nbtree/nbtinsert.c:362
+#: access/nbtree/nbtinsert.c:389
 #, c-format
 msgid "btree: index item size %lu exceeds maximum %lu"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:492
+#: access/nbtree/nbtinsert.c:525
 msgid "btree: concurrent ROOT page split"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:502
+#: access/nbtree/nbtinsert.c:535
 #, c-format
 msgid "bt_insertonpg[%s]: no root page found"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:505
+#: access/nbtree/nbtinsert.c:538
 #, c-format
 msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:552
+#: access/nbtree/nbtinsert.c:585
 #, c-format
 msgid ""
 "_bt_getstackbuf: my bits moved right off the end of the world!\n"
 "\tRecreate index %s."
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:555
+#: access/nbtree/nbtinsert.c:588
 #, c-format
 msgid "bt_insertonpg[%s]: parent page unfound - fixing branch"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:720
+#: access/nbtree/nbtinsert.c:756
 msgid "btree: failed to add hikey to the right sibling"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:746
+#: access/nbtree/nbtinsert.c:782
 msgid "btree: failed to add hikey to the left sibling"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1075
+#: access/nbtree/nbtinsert.c:1112
 #, c-format
 msgid "_bt_findsplitloc: can't find a feasible split point for %s"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1302
+#: access/nbtree/nbtinsert.c:1339
 msgid "btree: failed to add leftkey to new root page"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1319
+#: access/nbtree/nbtinsert.c:1356
 msgid "btree: failed to add rightkey to new root page"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1403
+#: access/nbtree/nbtinsert.c:1442
 msgid "bt_fixroot: not valid old root page"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1534
+#: access/nbtree/nbtinsert.c:1573
 #, c-format
 msgid "bt_fixtree[%s]: invalid start page (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1560
+#: access/nbtree/nbtinsert.c:1599
 #, c-format
 msgid "bt_fixtree[%s]: fixing root page"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1608
+#: access/nbtree/nbtinsert.c:1647
 #, c-format
 msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1615
+#: access/nbtree/nbtinsert.c:1654
 #, c-format
 msgid ""
 "bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to "
 "recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1618
+#: access/nbtree/nbtinsert.c:1657
 #, c-format
 msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1644
+#: access/nbtree/nbtinsert.c:1683
 #, c-format
 msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1676
+#: access/nbtree/nbtinsert.c:1715
 #, c-format
 msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1695
+#: access/nbtree/nbtinsert.c:1734
 #, c-format
 msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1709
+#: access/nbtree/nbtinsert.c:1748
 #, c-format
 msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1839
+#: access/nbtree/nbtinsert.c:1878
 #, c-format
 msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1846
+#: access/nbtree/nbtinsert.c:1885
 #, c-format
 msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1855
+#: access/nbtree/nbtinsert.c:1894
 #, c-format
 msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1863
+#: access/nbtree/nbtinsert.c:1902
 #, c-format
 msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1911
+#: access/nbtree/nbtinsert.c:1950
 #, c-format
 msgid "bt_fixbranch[%s]: fixing upper levels"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1942
+#: access/nbtree/nbtinsert.c:1981
 #, c-format
 msgid "bt_fixup[%s]: checking/fixing upper levels"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:1957
+#: access/nbtree/nbtinsert.c:1996
 #, c-format
 msgid "bt_fixup[%s]: fixing root page"
 msgstr ""
 
-#: ../access/nbtree/nbtinsert.c:2020
+#: access/nbtree/nbtinsert.c:2059
 #, c-format
 msgid "btree: failed to add item to the %s for %s"
 msgstr ""
 
-#: ../access/nbtree/nbtpage.c:66
+#: access/nbtree/nbtpage.c:66
 #, c-format
 msgid "Cannot initialize non-empty btree %s"
 msgstr ""
 
-#: ../access/nbtree/nbtpage.c:127
+#: access/nbtree/nbtpage.c:127
 #, c-format
 msgid "Index %s is not a btree"
 msgstr ""
 
-#: ../access/nbtree/nbtpage.c:131
+#: access/nbtree/nbtpage.c:131
 #, c-format
 msgid "Version mismatch on %s: version %d file, version %d code"
 msgstr ""
 
-#: ../access/nbtree/nbtpage.c:256
+#: access/nbtree/nbtpage.c:258
 #, c-format
 msgid "bt_getroot[%s]: fixing root page"
 msgstr ""
 
-#: ../access/nbtree/nbtsearch.c:546
+#: 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 ""
+
+#: access/nbtree/nbtree.c:836
+msgid "_bt_restore_page: can't add item to page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:859
+msgid "btree_delete_redo: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtree.c:862
+msgid "btree_delete_redo: uninitialized page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:898
+#, c-format
+msgid "btree_insert_%sdo: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtree.c:901
+#, c-format
+msgid "btree_insert_%sdo: uninitialized page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:915
+msgid "btree_insert_redo: failed to add item"
+msgstr ""
+
+#: access/nbtree/nbtree.c:924
+msgid "btree_insert_undo: bad page LSN"
+msgstr ""
+
+#: access/nbtree/nbtree.c:932
+msgid "btree_insert_undo: unimplemented"
+msgstr ""
+
+#: access/nbtree/nbtree.c:959
+#, c-format
+msgid "btree_split_%s: lost left sibling"
+msgstr ""
+
+#: access/nbtree/nbtree.c:965
+msgid "btree_split_undo: uninitialized left sibling"
+msgstr ""
+
+#: access/nbtree/nbtree.c:988
+msgid "btree_split_undo: bad left sibling LSN"
+msgstr ""
+
+#: access/nbtree/nbtree.c:989 access/nbtree/nbtree.c:1028
+msgid "btree_split_undo: unimplemented"
+msgstr ""
+
+#: access/nbtree/nbtree.c:997
+#, c-format
+msgid "btree_split_%s: lost right sibling"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1003
+msgid "btree_split_undo: uninitialized right sibling"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1027
+msgid "btree_split_undo: bad right sibling LSN"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1041
+msgid "btree_split_redo: lost next right page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1045
+msgid "btree_split_redo: uninitialized next right page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1082
+msgid "btree_newroot_redo: no root page"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1085
+msgid "btree_newroot_redo: no metapage"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1139
+#, c-format
+msgid "btree_redo: unknown op code %u"
+msgstr ""
+
+#: access/nbtree/nbtree.c:1159
+#, c-format
+msgid "btree_undo: unknown op code %u"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:545
 msgid "_bt_first: btree doesn't support is(not)null, yet"
 msgstr ""
 
-#: ../access/nbtree/nbtsearch.c:694
+#: access/nbtree/nbtsearch.c:693
 msgid "_bt_first: equal items disappeared?"
 msgstr ""
 
-#: ../access/nbtree/nbtsearch.c:1004
+#: access/nbtree/nbtsearch.c:1004
 #, c-format
 msgid "Illegal scan direction %d"
 msgstr ""
 
-#: ../access/nbtree/nbtsort.c:285
+#: access/nbtree/nbtsort.c:292
 msgid "btree: failed to add item to the page in _bt_sort"
 msgstr ""
 
-#: ../access/nbtree/nbtsort.c:350
+#: access/nbtree/nbtsort.c:357
 #, c-format
 msgid "btree: index item size %lu exceeds maximum %ld"
 msgstr ""
 
-#: ../access/nbtree/nbtutils.c:219
+#: access/nbtree/nbtutils.c:230
 msgid "_bt_orderkeys: key(s) for attribute 1 missed"
 msgstr ""
 
-#: ../access/nbtree/nbtutils.c:286
+#: access/nbtree/nbtutils.c:308
 #, c-format
 msgid "_bt_orderkeys: key(s) for attribute %d missed"
 msgstr ""
 
-#: ../access/nbtree/nbtutils.c:402
+#: access/nbtree/nbtutils.c:465
 #, c-format
-msgid "_bt_orderkeys: unable to identify operator %u"
+msgid "_bt_getstrategynumber: unable to identify operator %u"
 msgstr ""
 
-#: ../access/rtree/rtree.c:330
+#: access/rtree/rtree.c:331
 #, c-format
 msgid "rtdoinsert: failed to add index item to %s"
 msgstr ""
 
-#: ../access/rtree/rtree.c:522 ../access/rtree/rtree.c:546
+#: access/rtree/rtree.c:523 access/rtree/rtree.c:547
 #, c-format
 msgid "rtdosplit: failed to add index item to %s"
 msgstr ""
 
-#: ../access/rtree/rtree.c:642
+#: access/rtree/rtree.c:643
 msgid "Variable-length rtree keys are not supported."
 msgstr ""
 
-#: ../access/rtree/rtree.c:662
+#: access/rtree/rtree.c:663
 #, c-format
 msgid "rtintinsert: failed to add index item to %s"
 msgstr ""
 
-#: ../access/rtree/rtree.c:688 ../access/rtree/rtree.c:693
+#: access/rtree/rtree.c:689 access/rtree/rtree.c:694
 #, c-format
 msgid "rtnewroot: failed to add index item to %s"
 msgstr ""
 
-#: ../access/rtree/rtree.c:780
+#: access/rtree/rtree.c:781
 #, c-format
 msgid "rtree: index item size %lu exceeds maximum %lu"
 msgstr ""
 
-#: ../access/rtree/rtree.c:1065
+#: access/rtree/rtree.c:1068
 msgid "rtpicksplit: failed to find a workable page split"
 msgstr ""
 
-#: ../access/rtree/rtree.c:1348
+#: access/rtree/rtree.c:1347
 msgid "rtree_redo: unimplemented"
 msgstr ""
 
-#: ../access/rtree/rtree.c:1354
+#: access/rtree/rtree.c:1353
 msgid "rtree_undo: unimplemented"
 msgstr ""
 
-#: ../access/rtree/rtscan.c:270
+#: access/rtree/rtscan.c:255
 #, c-format
 msgid "rtree scan list corrupted -- cannot find 0x%p"
 msgstr ""
 
-#: ../access/rtree/rtscan.c:406
+#: access/rtree/rtscan.c:391
 #, c-format
 msgid "Bad operation in rtree scan adjust: %d"
 msgstr ""
 
-#: ../access/transam/xact.c:439
+#: access/transam/clog.c:546 access/transam/clog.c:598
+#, c-format
+msgid "open of %s failed: %m"
+msgstr "konnte %s nicht öffnen: %m"
+
+#: access/transam/clog.c:547
+#, c-format
+msgid "clog file %s doesn't exist, reading as zeroes"
+msgstr ""
+
+#: access/transam/clog.c:553 access/transam/clog.c:606
+#, c-format
+msgid "lseek of clog file %u, offset %u failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:558
+#, c-format
+msgid "read of clog file %u, offset %u failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:602 access/transam/xlog.c:1379
+#, c-format
+msgid "creation of file %s failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:615
+#, c-format
+msgid "write of clog file %u, offset %u failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:834
+msgid "unable to truncate commit log: apparent wraparound"
+msgstr ""
+
+#: access/transam/clog.c:889
+#, c-format
+msgid "could not open transaction-commit log directory (%s): %m"
+msgstr ""
+
+#: access/transam/clog.c:905
+#, c-format
+msgid "removing commit log file %s"
+msgstr "entferne Commit-Logdatei %s"
+
+#: access/transam/clog.c:914
+#, c-format
+msgid "could not read transaction-commit log directory (%s): %m"
+msgstr ""
+
+#: access/transam/xact.c:425
 msgid "You may only have 2^32-1 commands per transaction"
 msgstr ""
 
-#: ../access/transam/xact.c:923
+#: access/transam/xact.c:715
+#, c-format
+msgid "RecordTransactionAbort: xact %u already committed"
+msgstr ""
+
+#: access/transam/xact.c:944
 msgid "CommitTransaction and not in in-progress state"
 msgstr ""
 
-#: ../access/transam/xact.c:1047
+#: access/transam/xact.c:1079
 msgid "AbortTransaction and not in in-progress state"
 msgstr ""
 
-#: ../access/transam/xact.c:1126
+#: access/transam/xact.c:1164
 msgid "CleanupTransaction and not in abort state"
 msgstr ""
 
-#: ../access/transam/xact.c:1166
+#: access/transam/xact.c:1196
+msgid "StartTransactionCommand: can't prevent chain"
+msgstr "StartTransactionCommand: kann Verkettung nicht verhindern"
+
+#: access/transam/xact.c:1215
 msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN"
 msgstr ""
 
-#: ../access/transam/xact.c:1187
+#: access/transam/xact.c:1236
 msgid "StartTransactionCommand: unexpected TBLOCK_END"
 msgstr ""
 
-#: ../access/transam/xact.c:1210
+#: access/transam/xact.c:1259
 msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT"
 msgstr ""
 
-#: ../access/transam/xact.c:1390
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1475
+#, c-format
+msgid "%s cannot run inside a transaction block"
+msgstr "%s kann nicht in einem Transaktionsblock laufen"
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1485
+#, c-format
+msgid "%s cannot be executed from a function"
+msgstr ""
+
+#: access/transam/xact.c:1489
+msgid "PreventTransactionChain: can't prevent chain"
+msgstr ""
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1496
+#, c-format
+msgid "%s will be committed automatically"
+msgstr ""
+
+#: access/transam/xact.c:1518
 msgid "BEGIN: already a transaction in progress"
 msgstr "BEGIN: eine Transaktion is bereits begonnen"
 
-#: ../access/transam/xact.c:1451
+#: access/transam/xact.c:1582
 msgid "COMMIT: no transaction in progress"
 msgstr "COMMIT: keine Transaktion offen"
 
-#: ../access/transam/xact.c:1488 ../access/transam/xact.c:1535
+#: access/transam/xact.c:1619 access/transam/xact.c:1666
 msgid "ROLLBACK: no transaction in progress"
 msgstr "ROLLBACK: keine Transaktion offen"
 
-#: ../access/transam/xact.c:1609 ../access/transam/xact.c:1620
+#: access/transam/xact.c:1740 access/transam/xact.c:1751
 #, c-format
 msgid "xact_redo: unknown op code %u"
 msgstr ""
 
-#: ../access/transam/xact.c:1618
+#: access/transam/xact.c:1749
 msgid "xact_undo: can't undo committed xaction"
 msgstr ""
 
-#: ../access/transam/xact.c:1655
+#: access/transam/xact.c:1786
 msgid "XactPushRollback: already installed"
 msgstr ""
 
-#: ../access/transam/xlog.c:492
+#: access/transam/xlog.c:506
 #, c-format
 msgid "XLogInsert: invalid info mask %02X"
 msgstr ""
 
-#: ../access/transam/xlog.c:597
+#: access/transam/xlog.c:611
 #, c-format
 msgid "XLogInsert: can backup %d blocks at most"
 msgstr ""
 
-#: ../access/transam/xlog.c:615
+#: access/transam/xlog.c:629
 #, c-format
 msgid "XLogInsert: invalid record length %u"
 msgstr ""
 
-#: ../access/transam/xlog.c:763 ../access/transam/xlog.c:2550
-#: ../tcop/postgres.c:489 ../utils/adt/varchar.c:87 ../utils/adt/varchar.c:431
-#: ../utils/adt/varlena.c:192 scan.l:59
+#: access/transam/xlog.c:786 access/transam/xlog.c:2626 scan.l:36
+#: 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 "%s"
 
-#: ../access/transam/xlog.c:995
+#: access/transam/xlog.c:1030
 #, c-format
 msgid "XLogWrite: write request %X/%X is past end of log %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1012 ../access/transam/xlog.c:1126
-#: ../access/transam/xlog.c:3241
+#: access/transam/xlog.c:1047 access/transam/xlog.c:1157
+#: access/transam/xlog.c:3330
 #, c-format
 msgid "close of log file %u, segment %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1025
-msgid "XLogWrite: new log file created - consider increasing WAL_FILES"
-msgstr ""
-
-#: ../access/transam/xlog.c:1051
+#: access/transam/xlog.c:1082
 msgid "XLogWrite: time for a checkpoint, signaling postmaster"
 msgstr ""
 
-#: ../access/transam/xlog.c:1070
+#: access/transam/xlog.c:1101
 #, c-format
 msgid "lseek of log file %u, segment %u, offset %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1082
+#: access/transam/xlog.c:1113
 #, c-format
 msgid "write of log file %u, segment %u, offset %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1173
+#: access/transam/xlog.c:1209
 #, c-format
-msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X\n"
+msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1238
+#: access/transam/xlog.c:1314
 #, c-format
 msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1286 ../access/transam/xlog.c:1367
-#: ../access/transam/xlog.c:1477 ../access/transam/xlog.c:1481
+#: access/transam/xlog.c:1357 access/transam/xlog.c:1438
+#: access/transam/xlog.c:1548 access/transam/xlog.c:1552
 #, c-format
 msgid "open of %s (log file %u, segment %u) failed: %m"
 msgstr ""
 
-#: ../access/transam/clog.c:603 ../access/transam/xlog.c:1308
-#, c-format
-msgid "creation of file %s failed: %m"
-msgstr ""
-
-#: ../access/transam/xlog.c:1335
+#: access/transam/xlog.c:1406
 #, c-format
 msgid "ZeroFill failed to write %s: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1340
+#: access/transam/xlog.c:1411
 #, c-format
 msgid "fsync of file %s failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1445
+#: access/transam/xlog.c:1516
 #, c-format
 msgid ""
 "link from %s to %s (initialization of log file %u, segment %u) failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1450
+#: access/transam/xlog.c:1521
 #, c-format
 msgid ""
 "rename from %s to %s (initialization of log file %u, segment %u) failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1542
+#: access/transam/xlog.c:1602
 #, c-format
 msgid "could not open transaction log directory (%s): %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1557
+#: access/transam/xlog.c:1617
 #, c-format
 msgid "archiving transaction log file %s"
 msgstr ""
 
-#: ../access/transam/xlog.c:1559
+#: access/transam/xlog.c:1619
 msgid "archiving log files is not implemented!"
 msgstr ""
 
-#: ../access/transam/xlog.c:1573
+#: access/transam/xlog.c:1633
 #, c-format
 msgid "recycled transaction log file %s"
 msgstr ""
 
-#: ../access/transam/xlog.c:1579
+#: access/transam/xlog.c:1639
 #, c-format
 msgid "removing transaction log file %s"
 msgstr "entferne Transaktionslogdatei %s"
 
-#: ../access/transam/xlog.c:1588
+#: access/transam/xlog.c:1648
 #, c-format
 msgid "could not read transaction log directory (%s): %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1661
+#: access/transam/xlog.c:1721
 #, c-format
 msgid "ReadRecord: bad resource manager data checksum in record at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1683
+#: access/transam/xlog.c:1743
 #, c-format
 msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1752
+#: access/transam/xlog.c:1812
 #, c-format
 msgid "ReadRecord: invalid record offset at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1775
+#: access/transam/xlog.c:1835
 #, c-format
 msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1781 ../access/transam/xlog.c:1865
+#: access/transam/xlog.c:1841 access/transam/xlog.c:1925
 #, c-format
 msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:1791
+#: access/transam/xlog.c:1851
 #, c-format
 msgid "ReadRecord: contrecord is requested by %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1805
+#: access/transam/xlog.c:1865
 #, c-format
 msgid "ReadRecord: record with zero length at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1829
+#: access/transam/xlog.c:1889
 #, c-format
 msgid "ReadRecord: record length %u at %X/%X too long"
 msgstr ""
 
-#: ../access/transam/xlog.c:1835
+#: access/transam/xlog.c:1895
 #, c-format
 msgid "ReadRecord: invalid resource manager id %u at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:1873
+#: access/transam/xlog.c:1933
 #, c-format
 msgid ""
 "ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: ../access/transam/xlog.c:1881
+#: access/transam/xlog.c:1941
 #, c-format
 msgid ""
 "ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %"
 "u"
 msgstr ""
 
-#: ../access/transam/xlog.c:1945
+#: access/transam/xlog.c:2005
 #, c-format
 msgid ""
 "ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: ../access/transam/xlog.c:1951
+#: access/transam/xlog.c:2011
 #, c-format
 msgid ""
 "ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: ../access/transam/xlog.c:1959
+#: access/transam/xlog.c:2019
 #, c-format
 msgid ""
 "ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
 msgstr ""
 
 #. translator: SUI = startup id
-#: ../access/transam/xlog.c:1981
+#: access/transam/xlog.c:2041
 #, c-format
 msgid ""
 "ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, "
 "offset %u"
 msgstr ""
 
-#: ../access/transam/xlog.c:2033
+#: access/transam/xlog.c:2100
 msgid "invalid LC_COLLATE setting"
 msgstr ""
 
-#: ../access/transam/xlog.c:2037
+#: access/transam/xlog.c:2104
 msgid "invalid LC_CTYPE setting"
 msgstr ""
 
-#: ../access/transam/xlog.c:2046
-#, c-format
-msgid ""
-"Initializing database with %s collation order.\n"
-"\tThis locale setting will prevent use of index optimization for\n"
-"\tLIKE and regexp searches.  If you are concerned about speed of\n"
-"\tsuch queries, you may wish to set LC_COLLATE to \"C\" and\n"
-"\tre-initdb.  For more information see the Administrator's Guide."
-msgstr ""
-
-#: ../access/transam/xlog.c:2072
+#: access/transam/xlog.c:2122
 msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
 msgstr ""
 
-#: ../access/transam/xlog.c:2080
+#: access/transam/xlog.c:2130
 #, c-format
 msgid "WriteControlFile: could not create control file (%s): %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2089
+#: access/transam/xlog.c:2139
 #, c-format
 msgid "WriteControlFile: write to control file failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2093
+#: access/transam/xlog.c:2143
 #, c-format
 msgid "WriteControlFile: fsync of control file failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2109 ../access/transam/xlog.c:2206
+#: access/transam/xlog.c:2159 access/transam/xlog.c:2282
 #, c-format
 msgid "could not open control file (%s): %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2112
+#: access/transam/xlog.c:2162
 #, c-format
 msgid "read from control file failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2124
+#: access/transam/xlog.c:2174
 #, c-format
 msgid ""
 "The database cluster was initialized with PG_CONTROL_VERSION %d,\n"
@@ -1224,11 +1290,11 @@ msgid ""
 "\tIt looks like you need to initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2137
+#: access/transam/xlog.c:2187
 msgid "invalid checksum in control file"
 msgstr ""
 
-#: ../access/transam/xlog.c:2153
+#: access/transam/xlog.c:2203
 #, c-format
 msgid ""
 "The database cluster was initialized with CATALOG_VERSION_NO %d,\n"
@@ -1236,7 +1302,7 @@ msgid ""
 "\tIt looks like you need to initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2159
+#: access/transam/xlog.c:2209
 #, c-format
 msgid ""
 "The database cluster was initialized with BLCKSZ %d,\n"
@@ -1244,307 +1310,288 @@ msgid ""
 "\tIt looks like you need to initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2165
+#: access/transam/xlog.c:2215
 #, 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 initdb."
+"\tIt looks like you need to recompile or initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2172
+#: access/transam/xlog.c:2222
 #, 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 NAMEDATALEN %d,\n"
+"\tbut the backend was compiled with NAMEDATALEN %d.\n"
+"\tIt looks like you need to recompile or initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2178
+#: access/transam/xlog.c:2229
 #, 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 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."
 msgstr ""
 
-#: ../access/transam/xlog.c:2186
+#: access/transam/xlog.c:2237
+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."
+msgstr ""
+
+#: access/transam/xlog.c:2243
+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."
+msgstr ""
+
+#: access/transam/xlog.c:2250
+#, 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."
+msgstr ""
+
+#: access/transam/xlog.c:2257
+#, 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."
+msgstr ""
+
+#: access/transam/xlog.c:2263
 #, c-format
 msgid ""
-"The database cluster was initialized with LC_COLLATE '%s' and\n"
-"\tLC_CTYPE '%s', but the server was compiled without locale support.\n"
-"\tIt looks like you need to initdb or recompile."
+"The database cluster was initialized with LC_CTYPE '%s',\n"
+"\twhich is not recognized by setlocale().\n"
+"\tIt looks like you need to initdb."
 msgstr ""
 
-#: ../access/transam/xlog.c:2214
+#: access/transam/xlog.c:2290
 #, c-format
 msgid "write to control file failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2218
+#: access/transam/xlog.c:2294
 #, c-format
 msgid "fsync of control file failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2358
+#: access/transam/xlog.c:2434
 #, c-format
 msgid "BootStrapXLOG failed to write log file: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2362
+#: access/transam/xlog.c:2438
 #, c-format
 msgid "BootStrapXLOG failed to fsync log file: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:2428
+#: access/transam/xlog.c:2504
 msgid "control file context is broken"
 msgstr ""
 
-#: ../access/transam/xlog.c:2431
+#: access/transam/xlog.c:2507
 #, c-format
 msgid "database system was shut down at %s"
 msgstr "Datenbanksystem wurde am %s heruntergefahren"
 
-#: ../access/transam/xlog.c:2434
+#: access/transam/xlog.c:2510
 #, c-format
 msgid "database system shutdown was interrupted at %s"
 msgstr "Datenbanksystem wurde am %s während des Herunterfahrens unterbrochen"
 
-#: ../access/transam/xlog.c:2437
+#: access/transam/xlog.c:2513
 #, c-format
 msgid ""
 "database system was interrupted being in recovery at %s\n"
-"\tThis propably means that some data blocks are corrupted\n"
+"\tThis probably means that some data blocks are corrupted\n"
 "\tand you will have to use the last backup for recovery."
 msgstr ""
 
-#: ../access/transam/xlog.c:2442
+#: access/transam/xlog.c:2518
 #, c-format
 msgid "database system was interrupted at %s"
 msgstr "Datenbanksystem wurde am %s unterbrochen"
 
-#: ../access/transam/xlog.c:2453
+#: access/transam/xlog.c:2529
 #, c-format
 msgid "checkpoint record is at %X/%X"
 msgstr "Checkpoint-Eintrag ist bei %X/%X"
 
-#: ../access/transam/xlog.c:2462
+#: access/transam/xlog.c:2538
 #, c-format
 msgid "using previous checkpoint record at %X/%X"
 msgstr "Checkpoint-Eintrag ist bei %X/%X"
 
-#: ../access/transam/xlog.c:2467
+#: access/transam/xlog.c:2543
 msgid "unable to locate a valid checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2473
+#: access/transam/xlog.c:2549
 #, c-format
 msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s"
 msgstr "Redo-Eintrag ist bei %X/%X; Undo-Eintrag ist bei %X/%X; Shutdown %s"
 
-#: ../access/transam/xlog.c:2477
+#: access/transam/xlog.c:2553
 #, c-format
 msgid "next transaction id: %u; next oid: %u"
 msgstr "nächste Transaktions-Id: %u; nächste Oid: %u"
 
-#: ../access/transam/xlog.c:2480
+#: access/transam/xlog.c:2556
 msgid "invalid next transaction id"
 msgstr ""
 
-#: ../access/transam/xlog.c:2491
+#: access/transam/xlog.c:2567
 msgid "invalid redo in checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2499
+#: access/transam/xlog.c:2575
 msgid "invalid redo/undo record in shutdown checkpoint"
 msgstr ""
 
-#: ../access/transam/xlog.c:2508
+#: access/transam/xlog.c:2584
 msgid ""
 "database system was not properly shut down; automatic recovery in progress"
 msgstr ""
 
-#: ../access/transam/xlog.c:2528
+#: access/transam/xlog.c:2604
 #, c-format
 msgid "redo starts at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:2559
+#: access/transam/xlog.c:2635
 #, c-format
 msgid "redo done at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:2565
+#: access/transam/xlog.c:2641
 msgid "redo is not required"
 msgstr ""
 
-#: ../access/transam/xlog.c:2647
+#: access/transam/xlog.c:2723
 #, c-format
 msgid "undo starts at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:2657
+#: access/transam/xlog.c:2733
 #, c-format
 msgid "undo done at %X/%X"
 msgstr ""
 
-#: ../access/transam/xlog.c:2661
+#: access/transam/xlog.c:2737
 msgid "undo is not required"
 msgstr ""
 
-#: ../access/transam/xlog.c:2695
+#: access/transam/xlog.c:2771
 msgid "database system is ready"
 msgstr "Datenbanksystem is bereit"
 
-#: ../access/transam/xlog.c:2727
+#: access/transam/xlog.c:2803
 msgid "invalid primary checkpoint link in control file"
 msgstr ""
 
-#: ../access/transam/xlog.c:2728
+#: access/transam/xlog.c:2804
 msgid "invalid secondary checkpoint link in control file"
 msgstr ""
 
-#: ../access/transam/xlog.c:2737
+#: access/transam/xlog.c:2813
 msgid "invalid primary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2738
+#: access/transam/xlog.c:2814
 msgid "invalid secondary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2744
+#: access/transam/xlog.c:2820
 msgid "invalid resource manager id in primary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2745
+#: access/transam/xlog.c:2821
 msgid "invalid resource manager id in secondary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2752
+#: access/transam/xlog.c:2828
 msgid "invalid xl_info in primary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2753
+#: access/transam/xlog.c:2829
 msgid "invalid xl_info in secondary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2759
+#: access/transam/xlog.c:2835
 msgid "invalid length of primary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2760
+#: access/transam/xlog.c:2836
 msgid "invalid length of secondary checkpoint record"
 msgstr ""
 
-#: ../access/transam/xlog.c:2808
+#: access/transam/xlog.c:2899
 msgid "shutting down"
 msgstr "fahre herunter"
 
-#: ../access/transam/xlog.c:2819
+#: access/transam/xlog.c:2912
 msgid "database system is shut down"
 msgstr "Datenbanksystem ist heruntergefahren"
 
-#: ../access/transam/xlog.c:2837
+#: access/transam/xlog.c:2933
 msgid "CreateCheckPoint: cannot be called inside transaction block"
 msgstr ""
 
-#: ../access/transam/xlog.c:2935
+#: access/transam/xlog.c:3048
 msgid "active transaction while database system is shutting down"
 msgstr ""
 
-#: ../access/transam/xlog.c:2982
+#: access/transam/xlog.c:3094
 msgid ""
 "concurrent transaction log activity while database system is shutting down"
 msgstr ""
 
-#: ../access/transam/xlog.c:3220
-#, c-format
-msgid "bogus wal_sync_method %s"
-msgstr ""
-
-#: ../access/transam/xlog.c:3236 ../access/transam/xlog.c:3262
+#: access/transam/xlog.c:3325 access/transam/xlog.c:3353
 #, c-format
 msgid "fsync of log file %u, segment %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:3268
+#: access/transam/xlog.c:3359
 #, c-format
 msgid "fdatasync of log file %u, segment %u failed: %m"
 msgstr ""
 
-#: ../access/transam/xlog.c:3276
+#: access/transam/xlog.c:3367
 #, c-format
 msgid "bogus wal_sync_method %d"
 msgstr ""
 
-#: ../access/transam/xlogutils.c:252
+#: access/transam/xlogutils.c:253
 msgid "_xl_remove_hash_entry: file was not found in cache"
 msgstr ""
 
-#: ../access/transam/xlogutils.c:349
+#: access/transam/xlogutils.c:350
 msgid "XLogOpenRelation: out of memory for cache"
 msgstr ""
 
-#: ../access/transam/xlogutils.c:352
+#: access/transam/xlogutils.c:353
 msgid "XLogOpenRelation: file found on insert into cache"
 msgstr ""
 
-#: ../access/transam/clog.c:547 ../access/transam/clog.c:599
-#, c-format
-msgid "open of %s failed: %m"
-msgstr "konnte %s nicht öffnen: %m"
-
-#: ../access/transam/clog.c:548
-#, c-format
-msgid "clog file %s doesn't exist, reading as zeroes"
-msgstr ""
-
-#: ../access/transam/clog.c:554 ../access/transam/clog.c:607
-#, c-format
-msgid "lseek of clog file %u, offset %u failed: %m"
-msgstr ""
-
-#: ../access/transam/clog.c:559
-#, c-format
-msgid "read of clog file %u, offset %u failed: %m"
-msgstr ""
-
-#: ../access/transam/clog.c:616
-#, c-format
-msgid "write of clog file %u, offset %u failed: %m"
-msgstr ""
-
-#: ../access/transam/clog.c:835
-msgid "unable to truncate commit log: apparent wraparound"
-msgstr ""
-
-#: ../access/transam/clog.c:890
-#, c-format
-msgid "could not open transaction-commit log directory (%s): %m"
-msgstr ""
-
-#: ../access/transam/clog.c:906
-#, c-format
-msgid "removing commit log file %s"
-msgstr "entferne Commit-Logdatei %s"
-
-#: ../access/transam/clog.c:915
-#, c-format
-msgid "could not read transaction-commit log directory (%s): %m"
-msgstr ""
-
-#: ../bootstrap/bootstrap.c:190
+#: bootstrap/bootstrap.c:193
 msgid ""
 "Usage:\n"
-"  postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname\n"
-"  -d               debug mode\n"
+"  postgres -boot [-d level] [-D datadir] [-F] [-o file] [-x num] dbname\n"
+"  -d 1-5           debug mode\n"
 "  -D datadir       data directory\n"
 "  -F               turn off fsync\n"
 "  -o file          send debug output to file\n"
 "  -x num           internal use\n"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:297 ../postmaster/postmaster.c:288
+#: bootstrap/bootstrap.c:307 postmaster/postmaster.c:308
 #, c-format
 msgid ""
 "%s does not know where to find the database system data.\n"
@@ -1559,121 +1606,121 @@ msgstr ""
 "Umgebungsvariable PGDATA setzen.\n"
 "\n"
 
-#: ../bootstrap/bootstrap.c:395
+#: bootstrap/bootstrap.c:407
 #, c-format
 msgid "Unsupported XLOG op %d"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:499
+#: bootstrap/bootstrap.c:510
 #, c-format
 msgid "open relation %s, attrsize %d"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:528
+#: bootstrap/bootstrap.c:526
 #, c-format
 msgid "create attribute %d name %s len %d num %d type %u"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:548
+#: bootstrap/bootstrap.c:545
 #, c-format
 msgid "closerel: close of '%s' when '%s' was expected"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:552
+#: bootstrap/bootstrap.c:549
 #, c-format
 msgid "closerel: close of '%s' before any relation was opened"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:558
+#: bootstrap/bootstrap.c:554
 msgid "no open relation to close"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:562
+#: bootstrap/bootstrap.c:557
 #, c-format
 msgid "close relation %s"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:586
+#: bootstrap/bootstrap.c:581
 msgid "warning: no open relations allowed with 'create' command"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:598 ../bootstrap/bootstrap.c:610
+#: bootstrap/bootstrap.c:590
 #, c-format
 msgid "column %s %s"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:659
+#: bootstrap/bootstrap.c:680
 #, c-format
 msgid "inserting row oid %u, %d columns"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:670
+#: bootstrap/bootstrap.c:692
 msgid "row inserted"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:693
+#: bootstrap/bootstrap.c:714
 #, c-format
 msgid "inserting column %d value '%s'"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:700
+#: bootstrap/bootstrap.c:720
 msgid "Typ != NULL"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:707
+#: bootstrap/bootstrap.c:727
 #, c-format
 msgid "unable to find atttypid %u in Typ list"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:719 ../bootstrap/bootstrap.c:742
+#: bootstrap/bootstrap.c:738 bootstrap/bootstrap.c:759
 #, c-format
 msgid " -> %s"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:730
+#: bootstrap/bootstrap.c:749
 #, c-format
 msgid "type oid %u not found"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:732
+#: bootstrap/bootstrap.c:750
 #, c-format
 msgid "Typ == NULL, typeindex = %u"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:746
+#: bootstrap/bootstrap.c:762
 msgid "inserted"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:757
+#: bootstrap/bootstrap.c:772
 #, c-format
 msgid "inserting column %d NULL"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:804
+#: bootstrap/bootstrap.c:819
 msgid "Memory manager fault: cleanup called twice.\n"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:845
+#: bootstrap/bootstrap.c:866
 #, c-format
 msgid "external type: %s"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:869
+#: bootstrap/bootstrap.c:890
 #, c-format
 msgid "Error: unknown type '%s'.\n"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:885
+#: bootstrap/bootstrap.c:906
 msgid "AllocateAttribute: malloc failed"
 msgstr ""
 
-#: ../bootstrap/bootstrap.c:1036
+#: bootstrap/bootstrap.c:1057
 msgid ""
 "There are too many string constants and identifiers for the compiler to "
 "handle."
 msgstr ""
 
-#: bootparse.y:58
+#: bootparse.y:59
 msgid "start transaction"
 msgstr ""
 
@@ -1681,1524 +1728,2596 @@ msgstr ""
 msgid "commit transaction"
 msgstr ""
 
-#: bootparse.y:160
-#, c-format
-msgid "creating bootstrap relation %s..."
-msgstr ""
-
-#: bootparse.y:163
+#: bootparse.y:158
 #, c-format
-msgid "creating relation %s..."
+msgid "creating%s%s relation %s..."
 msgstr ""
 
-#: bootparse.y:182
+#: bootparse.y:179
 msgid "create bootstrap: warning, open relation exists, closing first"
 msgstr ""
 
-#: bootparse.y:191
+#: bootparse.y:189
 msgid "bootstrap relation created"
 msgstr ""
 
-#: bootparse.y:206
+#: bootparse.y:201
 #, c-format
 msgid "relation created with oid %u"
 msgstr "Relation erstellt mit OID %u"
 
-#: bootparse.y:219
+#: bootparse.y:212
 #, c-format
 msgid "inserting row with oid %u..."
 msgstr ""
 
-#: bootparse.y:221
+#: bootparse.y:214
 msgid "inserting row..."
 msgstr ""
 
-#: bootparse.y:228
+#: bootparse.y:220
 #, c-format
 msgid "incorrect number of columns in row (expected %d, got %d)"
 msgstr ""
 
-#: bootparse.y:232
+#: bootparse.y:224
 msgid "relation not open"
 msgstr "Relation nicht offen"
 
-#: bootparse.y:303
+#: bootparse.y:305
 msgid "too many columns"
 msgstr ""
 
-#: bootscanner.l:127
+#: bootscanner.l:128
 #, c-format
 msgid "syntax error at line %d: unexpected character %s"
 msgstr ""
 
-#: bootscanner.l:143
+#: bootscanner.l:138
 #, c-format
 msgid "syntax error at line %d: unexpected token %s"
 msgstr ""
 
-#: ../catalog/aclchk.c:56
+#: catalog/aclchk.c:60
 #, c-format
 msgid "acl size = %d, # acls = %d"
 msgstr ""
 
-#: ../catalog/aclchk.c:60
+#: catalog/aclchk.c:64
 #, c-format
 msgid "\tacl[%d]: %s"
 msgstr ""
 
-#: ../catalog/aclchk.c:97 ../commands/trigger.c:80 ../tcop/utility.c:375
-#: ../tcop/utility.c:692 ../tcop/utility.c:851 ../utils/init/miscinit.c:494
-#: ../utils/misc/guc.c:931
-msgid "permission denied"
-msgstr "keine Berechtigung"
+#: catalog/aclchk.c:153
+#, c-format
+msgid "bogus GrantStmt.objtype %d"
+msgstr ""
 
-#: ../catalog/aclchk.c:107
+#: catalog/aclchk.c:173
 #, c-format
-msgid "relation \"%s\" not found"
+msgid "invalid privilege type %s for table object"
 msgstr ""
 
-#: ../catalog/aclchk.c:113
+#: catalog/aclchk.c:202
+#, c-format
+msgid "relation %u not found"
+msgstr "Relation %u nicht gefunden"
+
+#: catalog/aclchk.c:209
 #, c-format
 msgid "\"%s\" is an index"
 msgstr ""
 
-#: ../catalog/aclchk.c:209
+#: catalog/aclchk.c:268
 #, c-format
-msgid "non-existent group \"%s\""
+msgid "invalid privilege type %s for database object"
 msgstr ""
 
-#: ../catalog/aclchk.c:279
+#: catalog/aclchk.c:298
 #, c-format
-msgid "in_group: group %u not found"
-msgstr ""
+msgid "database \"%s\" not found"
+msgstr "Datenbank »%s« nicht gefunden"
 
-#: ../catalog/aclchk.c:306
-msgid "aclcheck: null ACL, returning OK"
-msgstr ""
+#: catalog/aclchk.c:302 catalog/aclchk.c:474 catalog/pg_conversion.c:146
+#: commands/dbcommands.c:535 commands/user.c:911 tcop/utility.c:827
+#: utils/init/miscinit.c:616
+msgid "permission denied"
+msgstr "keine Berechtigung"
 
-#: ../catalog/aclchk.c:321
-msgid "aclcheck: zero-length ACL, returning OK"
+#: catalog/aclchk.c:359
+#, c-format
+msgid "invalid privilege type %s for function object"
 msgstr ""
 
-#: ../catalog/aclchk.c:330
-msgid "aclcheck: first entry in ACL is not 'world' entry"
-msgstr ""
+#: catalog/aclchk.c:389 parser/parse_func.c:891 parser/parse_func.c:1339
+#, c-format
+msgid "function %u not found"
+msgstr "Funktion %u nicht gefunden"
 
-#: ../catalog/aclchk.c:334
+#: catalog/aclchk.c:452
 #, c-format
-msgid "aclcheck: using world=%d"
+msgid "invalid privilege type %s for language object"
 msgstr ""
 
-#: ../catalog/aclchk.c:350
+#: catalog/aclchk.c:481
 #, c-format
-msgid "aclcheck: found user %u/%d"
-msgstr ""
+msgid "language \"%s\" not found"
+msgstr "Sprache »%s« nicht gefunden"
 
-#: ../catalog/aclchk.c:367 ../catalog/aclchk.c:388
+#: catalog/aclchk.c:485
 #, c-format
-msgid "aclcheck: found group %u/%d"
-msgstr ""
+msgid "language \"%s\" is not trusted"
+msgstr "Sprache »%s« ist nicht »trusted«"
 
-#: ../catalog/aclchk.c:400
+#: catalog/aclchk.c:542
 #, c-format
-msgid "aclcheck: bogus ACL id type: %d"
+msgid "invalid privilege type %s for namespace object"
 msgstr ""
 
-#: ../catalog/aclchk.c:430
+#: catalog/aclchk.c:568
 #, c-format
-msgid "pg_aclcheck: invalid user id %u"
-msgstr "pg_aclcheck: ungültige Benutzer-ID %u"
+msgid "namespace \"%s\" not found"
+msgstr "Namespace »%s« nicht gefunden"
 
-#: ../catalog/aclchk.c:446
+#: catalog/aclchk.c:644
 #, c-format
-msgid "pg_aclcheck: catalog update to \"%s\": permission denied"
+msgid "privilege_to_string: unrecognized privilege %d"
 msgstr ""
 
-#: ../catalog/aclchk.c:459
+#: catalog/aclchk.c:666
 #, c-format
-msgid "pg_aclcheck: \"%s\" is superuser"
+msgid "non-existent group \"%s\""
 msgstr ""
 
-#: ../catalog/aclchk.c:476
+#: catalog/aclchk.c:736
 #, c-format
-msgid "pg_aclcheck: class \"%s\" not found"
+msgid "in_group: group %u not found"
 msgstr ""
 
-#: ../catalog/aclchk.c:526
-#, c-format
-msgid "pg_ownercheck: invalid user id %u"
+#: catalog/aclchk.c:764
+msgid "aclcheck: null ACL, returning OK"
 msgstr ""
 
-#: ../catalog/aclchk.c:536 ../catalog/aclchk.c:598 ../catalog/aclchk.c:649
-#, c-format
-msgid "pg_ownercheck: user \"%s\" is superuser"
+#: catalog/aclchk.c:779
+msgid "aclcheck: zero-length ACL, returning OK"
 msgstr ""
 
-#: ../catalog/aclchk.c:553
-#, c-format
-msgid "pg_ownercheck: class \"%s\" not found"
+#: catalog/aclchk.c:788
+msgid "aclcheck: first entry in ACL is not 'world' entry"
 msgstr ""
 
-#: ../catalog/aclchk.c:559
+#: catalog/aclchk.c:792
 #, c-format
-msgid "pg_ownercheck: type \"%s\" not found"
+msgid "aclcheck: using world=%d"
 msgstr ""
 
-#: ../catalog/aclchk.c:564
+#: catalog/aclchk.c:808
 #, c-format
-msgid "pg_ownercheck: invalid cache id: %d"
+msgid "aclcheck: found user %u/%d"
 msgstr ""
 
-#: ../catalog/aclchk.c:588
+#: catalog/aclchk.c:825 catalog/aclchk.c:846
 #, c-format
-msgid "pg_oper_ownercheck: invalid user id %u"
+msgid "aclcheck: found group %u/%d"
 msgstr ""
 
-#: ../catalog/aclchk.c:612
+#: catalog/aclchk.c:858
 #, c-format
-msgid "pg_ownercheck: operator %u not found"
+msgid "aclcheck: bogus ACL id type: %d"
 msgstr ""
 
-#: ../catalog/aclchk.c:639
+#: catalog/aclchk.c:879 commands/user.c:1299
 #, c-format
-msgid "pg_func_ownercheck: invalid user id %u"
-msgstr ""
+msgid "%s: permission denied"
+msgstr "%s: keine Berechtigung"
 
-#: ../catalog/aclchk.c:691
+#: catalog/aclchk.c:882
 #, c-format
-msgid "pg_aggr_ownercheck: invalid user id %u"
+msgid "%s: must be owner"
 msgstr ""
 
-#: ../catalog/aclchk.c:701
+#: catalog/aclchk.c:885
 #, c-format
-msgid "pg_aggr_ownercheck: user \"%s\" is superuser"
+msgid "%s: unexpected AclResult %d"
 msgstr ""
 
-#: ../catalog/indexing.c:162
+#: catalog/aclchk.c:913
 #, c-format
-msgid "CatalogIndexInsert: index %u not found"
-msgstr "CatalogIndexInsert: Index %u nicht gefunden"
+msgid "pg_class_aclcheck: invalid user id %u"
+msgstr "pg_class_aclcheck: ungültige Benutzer-ID %u"
 
-#: ../catalog/index.c:117
+#: catalog/aclchk.c:928
 #, c-format
-msgid "index named \"%s\" already exists"
-msgstr "Index mit Namen »%s« existiert bereits"
+msgid "pg_class_aclcheck: relation %u not found"
+msgstr "pg_class_aclcheck: Relation %u nicht gefunden"
 
-#: ../catalog/index.c:123
-#, c-format
-msgid "cannot create index on non-existent relation \"%s\""
-msgstr "kann keinen Index für nicht existierende Relation »%s« erstellen"
+#: catalog/aclchk.c:941
+msgid "pg_class_aclcheck: catalog update: permission denied"
+msgstr ""
 
-#: ../catalog/index.c:153
+#: catalog/aclchk.c:953
 #, c-format
-msgid "Function %u does not exist"
-msgstr "Funktion %u existiert nicht"
+msgid "pg_class_aclcheck: %u is superuser"
+msgstr ""
 
-#: ../catalog/index.c:172 ../catalog/index.c:306
+#: catalog/aclchk.c:1021
 #, c-format
-msgid "Opclass %u does not exist"
-msgstr "Opclass %u existiert nicht"
+msgid "pg_database_aclcheck: database %u not found"
+msgstr ""
 
-#: ../catalog/index.c:186 ../catalog/index.c:319
+#: catalog/aclchk.c:1076
 #, c-format
-msgid "Type %u does not exist"
-msgstr "Typ %u existiert nicht"
+msgid "pg_proc_aclcheck: function %u not found"
+msgstr "pg_proc_aclcheck: Funktion %u nicht gefunden"
 
-#: ../catalog/index.c:266
+#: catalog/aclchk.c:1129
 #, c-format
-msgid "cannot create index: column %d does not exist"
-msgstr "kann Index nicht erstellen: Spalte %d existiert nicht"
-
-#: ../catalog/index.c:679
-msgid "must index at least one column"
-msgstr "mindestens eine Spalte muß indiziert werden"
+msgid "pg_language_aclcheck: language %u not found"
+msgstr ""
 
-#: ../catalog/index.c:683
-msgid "User-defined indexes on system catalogs are not supported"
+#: catalog/aclchk.c:1186
+#, c-format
+msgid "pg_namespace_aclcheck: namespace %u not found"
 msgstr ""
-"benutzerdefinierte Indizies für Systemkataloge werden nicht unterstützt"
 
-#: ../catalog/index.c:864 ../catalog/index.c:912
+#: catalog/aclchk.c:1234
 #, c-format
-msgid "index_drop: cache lookup failed for index %u"
-msgstr "index_drop: Cachesuche nach Index %u fehlgeschlagen"
+msgid "pg_class_ownercheck: relation %u not found"
+msgstr "pg_class_ownercheck: Relation %u nicht gefunden"
 
-#: ../catalog/index.c:924
+#: catalog/aclchk.c:1260
 #, c-format
-msgid "index_drop: FlushRelationBuffers returned %d"
-msgstr "index_drop: FlushRelationBuffers ergab %d"
+msgid "pg_type_ownercheck: type %u not found"
+msgstr "pg_type_ownercheck: Typ %u nicht gefunden"
 
-#: ../catalog/index.c:1142
+#: catalog/aclchk.c:1286
 #, c-format
-msgid "LockClassinfoForUpdate couldn't lock relid %u"
-msgstr "LockClassinfoForUpdate: konnte relid %u nicht sperren"
+msgid "pg_oper_ownercheck: operator %u not found"
+msgstr "pg_oper_ownercheck: Operator %u nicht gefunden"
 
-#: ../catalog/index.c:1153
-msgid "The tuple isn't committed"
+#: catalog/aclchk.c:1312
+#, c-format
+msgid "pg_proc_ownercheck: function %u not found"
 msgstr ""
 
-#: ../catalog/index.c:1156
-msgid "The tuple is already deleted"
+#: catalog/aclchk.c:1338
+#, c-format
+msgid "pg_namespace_ownercheck: namespace %u not found"
 msgstr ""
 
-#: ../catalog/index.c:1177
+#: catalog/aclchk.c:1365
 #, c-format
-msgid "IndexesAreActive couldn't lock %u"
-msgstr "IndexesAreActive konnte %u nicht sperren"
+msgid "pg_opclass_ownercheck: operator class %u not found"
+msgstr "pg_opclass_ownercheck: Operatorklasse %u nicht gefunden"
 
-#: ../catalog/index.c:1180
+#: catalog/dependency.c:162
 #, c-format
-msgid "relation %u isn't an indexable relation"
-msgstr "Relation %u ist nicht indizierbar"
+msgid ""
+"Cannot drop %s because other objects depend on it\n"
+"\tUse DROP ... CASCADE to drop the dependent objects too"
+msgstr ""
 
-#: ../catalog/index.c:1252
+#: catalog/dependency.c:252 catalog/dependency.c:571
 #, c-format
-msgid "setRelhasindex: cannot find relation %u in pg_class"
-msgstr "setRelhasindex: kann Relation %u nicht in pg_class finden"
-
-#: ../catalog/index.c:1325
-msgid "setNewRelfilenode impossible to lock class tuple"
+msgid "Cannot drop %s because it is required by the database system"
 msgstr ""
 
-#: ../catalog/index.c:1455
+#: catalog/dependency.c:256
 #, c-format
-msgid "UpdateStats: cannot find relation %u in pg_class"
-msgstr "UpdateStats: kann Relation %u nicht in pg_class finden"
-
-#: ../catalog/index.c:1726
-msgid "IndexBuildHeapScan: concurrent insert in progress"
+msgid "findAutoDeletableObjects: unknown dependency type '%c' for %s"
 msgstr ""
 
-#: ../catalog/index.c:1740
-msgid "IndexBuildHeapScan: concurrent delete in progress"
+#: catalog/dependency.c:385
+#, c-format
+msgid ""
+"Cannot drop %s because %s requires it\n"
+"\tYou may drop %s instead"
 msgstr ""
 
-#: ../catalog/index.c:1745 ../commands/vacuum.c:1133
-#: ../commands/vacuumlazy.c:356 ../commands/vacuumlazy.c:835
-msgid "Unexpected HeapTupleSatisfiesVacuum result"
-msgstr "unerwartetes Ergebnis von HeapTupleSatisfiesVacuum"
-
-#: ../catalog/index.c:1832
+#: catalog/dependency.c:411
 #, c-format
-msgid "IndexGetRelation: can't find index id %u"
-msgstr "IndexGetRelation: kann Index %u nicht finden"
-
-#: ../catalog/index.c:1881
-msgid "REINDEX cannot run inside a transaction block"
-msgstr "REINDEX kann nicht in einem Transaktionsblock laufen"
-
-#: ../catalog/index.c:1895
-msgid "reindex_index: can't open index relation"
+msgid "recursiveDeletion: multiple INTERNAL dependencies for %s"
 msgstr ""
 
-#: ../catalog/index.c:1907
+#: catalog/dependency.c:423
 #, c-format
-msgid "reindex_index: index %u not found in pg_index"
-msgstr "reindex_index: Index %u nicht in pg_index gefunden"
-
-#: ../catalog/index.c:1921
-msgid "reindex_index: can't open heap relation"
+msgid "recursiveDeletion: incorrect use of PIN dependency with %s"
 msgstr ""
 
-#: ../catalog/index.c:2045
+#: catalog/dependency.c:427 catalog/dependency.c:575
 #, c-format
-msgid "the target relation %u is nailed"
+msgid "recursiveDeletion: unknown dependency type '%c' for %s"
 msgstr ""
 
-#: ../catalog/index.c:2061
+#: catalog/dependency.c:453 catalog/dependency.c:531 catalog/dependency.c:557
 #, c-format
-msgid "the target relation %u is shared"
+msgid "Drop auto-cascades to %s"
 msgstr ""
 
-#: ../catalog/pg_aggregate.c:75
-msgid "no aggregate name supplied"
-msgstr "kein Name für Aggregatfunktion angegeben"
-
-#: ../catalog/pg_aggregate.c:78
-msgid "aggregate must have a transition function"
-msgstr "Aggregatfunktion muß eine Übergangsfunktion haben"
-
-#: ../catalog/pg_aggregate.c:91
+#: catalog/dependency.c:457 catalog/dependency.c:535
 #, c-format
-msgid "data type %s does not exist"
-msgstr "Datentyp %s existiert nicht"
+msgid "%s depends on %s"
+msgstr ""
 
-#: ../catalog/pg_aggregate.c:102
+#: catalog/dependency.c:463 catalog/dependency.c:541
 #, c-format
-msgid "aggregate function \"%s\" with base type %s already exists"
-msgstr "Aggregatfunktion »%s« mit Basistyp %s existiert bereits"
+msgid "Drop cascades to %s"
+msgstr ""
 
-#: ../catalog/pg_aggregate.c:110
+#: catalog/dependency.c:692
 #, c-format
-msgid "data type %s does not exit"
-msgstr "Datentyp %s existiert nicht"
+msgid "doDeletion: Unsupported object class %u"
+msgstr ""
 
-#: ../catalog/pg_aggregate.c:133
+#: catalog/dependency.c:775
 #, c-format
-msgid "return type of transition function %s is not %s"
-msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s"
-
-#: ../catalog/pg_aggregate.c:146
-msgid ""
-"must not omit initval when transfn is strict and transtype is not compatible "
-"with input type"
+msgid "find_expr_references_walker: bogus varlevelsup %d"
 msgstr ""
-"Der Anfangswert darf nicht ausgelassen werden wenn die Übergangsfunktion "
-"strikt ist und der Übergangstyp nicht mit dem Eingabetyp kompatibel ist"
 
-#: ../catalog/pg_aggregate.c:203
-msgid "AggregateCreate: heap_formtuple failed"
-msgstr "AggregateCreate: heap_formtuple fehlgeschlagen"
-
-#: ../catalog/pg_aggregate.c:205
-msgid "AggregateCreate: heap_insert failed"
-msgstr "AggregateCreate: heap_insert fehlgeschlagen"
-
-#: ../catalog/pg_aggregate.c:238
+#: catalog/dependency.c:779
 #, c-format
-msgid "AggNameGetInitVal: cache lookup failed for aggregate '%s'"
+msgid "find_expr_references_walker: bogus varno %d"
 msgstr ""
-"AggNameGetInitVal: Cachesuche nach Aggregatfunktion »%s« fehlgeschlagen"
 
-#: ../catalog/pg_aggregate.c:263
+#: catalog/dependency.c:794
 #, c-format
-msgid ""
-"AggNameGetInitVal: cache lookup failed on aggregate transition function "
-"return type %u"
+msgid "find_expr_references_walker: bogus varattno %d"
 msgstr ""
-"AggNameGetInitVal: Cachesuche fehlgeschlagen für Rückgabetyp %u der "
-"Übergangsfunktion"
 
-#: ../catalog/pg_operator.c:229
-#, c-format
-msgid "left type \"%s\" of operator %s does not exist"
-msgstr "linker Typ »%s« des Operators %s existiert nicht"
+#: catalog/dependency.c:833
+msgid "find_expr_references_walker: already-planned subqueries not supported"
+msgstr ""
 
-#: ../catalog/pg_operator.c:238
+#: catalog/dependency.c:1169
 #, c-format
-msgid "right type \"%s\" of operator %s does not exist"
-msgstr "rechter Typ »%s« des Operators %s existiert nicht"
+msgid "getObjectClass: Unknown object class %u"
+msgstr ""
 
-#: ../catalog/pg_operator.c:244
+#: catalog/dependency.c:1226
 #, c-format
-msgid "operator %s must have at least one operand type"
-msgstr "Operator %s muß mindestens einen Operandentyp haben"
+msgid "getObjectDescription: Cast %u does not exist"
+msgstr "getObjectDescription: Cast %u existiert nicht"
 
-#: ../catalog/pg_operator.c:299 ../catalog/pg_operator.c:517
+#: catalog/dependency.c:1260
 #, c-format
-msgid "\"%s\" is not a valid operator name"
-msgstr ""
+msgid "getObjectDescription: Constraint %u does not exist"
+msgstr "getObjectDescription: Constraint %u existiert nicht"
 
-#: ../catalog/pg_operator.c:312
-msgid "OperatorShellMake: the operand types are not valid"
-msgstr "OperatorShellMake: die Operandentypen sind ungültig"
-
-#: ../catalog/pg_operator.c:505
+#: catalog/dependency.c:1290
 #, c-format
-msgid "OperatorDef: operator \"%s\" already defined"
-msgstr "OperatorDef: Operator %s ist bereits definiert"
+msgid "getObjectDescription: Conversion %u does not exist"
+msgstr "getObjectDescription: Umwandlung %u existiert nicht"
 
-#: ../catalog/pg_operator.c:529
+#: catalog/dependency.c:1319
 #, c-format
-msgid "left type \"%s\" does not exist"
-msgstr "linker Typ »%s« existiert bereits"
+msgid "getObjectDescription: Default %u does not exist"
+msgstr "getObjectDescription: Default %u existiert nicht"
 
-#: ../catalog/pg_operator.c:538
+#: catalog/dependency.c:1344
 #, c-format
-msgid "right type \"%s\" does not exist"
-msgstr "rechter Typ »%s« existiert bereits"
-
-#: ../catalog/pg_operator.c:544
-msgid "operator must have at least one operand type"
-msgstr "Operator muß mindestens einen Operandentyp haben"
+msgid "getObjectDescription: Language %u does not exist"
+msgstr "getObjectDescription: Sprache %u existiert nicht"
 
-#: ../catalog/pg_operator.c:739
+#: catalog/dependency.c:1369
 #, c-format
-msgid "OperatorDef: can't create operator shell \"%s\""
-msgstr "OperatorDef: kann Operatorhülle %s nicht erstellen"
-
-#: ../catalog/pg_operator.c:751
-msgid "operator cannot be its own negator or sort operator"
-msgstr "Operator kann nicht sein eigener Negator oder Sortierungsoperator sein"
+msgid "cache lookup of opclass %u failed"
+msgstr "Cachesuche nach Operatorklasse %u fehlgeschlagen"
 
-#: ../catalog/pg_operator.c:806
+#: catalog/dependency.c:1387 utils/adt/ruleutils.c:425
 #, c-format
-msgid "OperatorDef: operator %u not found"
-msgstr "OperatorDef: Operator %u nicht gefunden"
-
-#: ../catalog/pg_operator.c:1057
-msgid "at least one of leftarg or rightarg must be specified"
-msgstr "entweder leftarg oder rightarg (oder beides) muß angegeben werden"
-
-#: ../catalog/pg_operator.c:1063
-msgid "only binary operators can have commutators"
-msgstr "nur binäre Operatoren können Kommutatoren haben"
+msgid "syscache lookup for AM %u failed"
+msgstr "Syscache-Suche nach AM %u fehlgeschlagen"
 
-#: ../catalog/pg_operator.c:1065
-msgid "only binary operators can have join selectivity"
-msgstr "nur binäre Operatoren können Join-Selectivity haben"
+#: catalog/dependency.c:1419
+#, c-format
+msgid "getObjectDescription: Rule %u does not exist"
+msgstr "getObjectDescription: Regel %u existiert nicht"
 
-#: ../catalog/pg_operator.c:1067
-msgid "only binary operators can hash"
-msgstr "nur binäre Operatoren können eine Hash-Funktion haben"
+#: catalog/dependency.c:1453
+#, c-format
+msgid "getObjectDescription: Trigger %u does not exist"
+msgstr "getObjectDescription: Trigger %u existiert nicht"
 
-#: ../catalog/pg_operator.c:1069
-msgid "only binary operators can have sort links"
-msgstr "nur binäre Operatoren können Sortierverbindungen haben"
+#: catalog/dependency.c:1473
+#, c-format
+msgid "getObjectDescription: Schema %u does not exist"
+msgstr "getObjectDescription: Schema %u existiert nicht"
 
-#: ../catalog/pg_proc.c:89
+#: catalog/dependency.c:1505 catalog/heap.c:1635 catalog/pg_constraint.c:445
+#: utils/adt/ruleutils.c:3120
 #, c-format
-msgid "language '%s' does not exist"
-msgstr "Sprache »%s« existiert nicht"
+msgid "cache lookup of relation %u failed"
+msgstr "Cachesuche nach Relation %u fehlgeschlagen"
 
-#: ../catalog/pg_proc.c:99 ../commands/comment.c:636 ../commands/remove.c:298
+#: catalog/heap.c:155 catalog/heap.c:158
 #, c-format
-msgid "functions cannot have more than %d arguments"
-msgstr "Funktionen können nicht mehr als %d Argumente haben"
+msgid "SystemAttributeDefinition: invalid attribute number %d"
+msgstr "SystemAttributeDefinition: ungültige Attributnummer %d"
 
-#: ../catalog/pg_proc.c:105
-msgid "SQL functions cannot have arguments of type \"opaque\""
-msgstr "SQL-Funktionen können keine Argument vom Typ »opaque« haben"
+#: catalog/heap.c:225
+#, c-format
+msgid ""
+"cannot create %s.%s: system catalog modifications are currently disallowed"
+msgstr ""
 
-#: ../catalog/pg_proc.c:113
+#: catalog/heap.c:362
 #, c-format
-msgid "argument type %s does not exist"
-msgstr "Argumenttyp %s existiert nicht"
+msgid "name of column \"%s\" conflicts with an existing system column"
+msgstr ""
+"Name der Spalte »%s« steht im Konflikt mit einer bestehenden Systemspalte"
 
-#: ../catalog/pg_proc.c:116
+#: catalog/heap.c:376
 #, c-format
-msgid "argument type %s is only a shell"
-msgstr "Argumenttyp %s ist nur eine Hülle"
+msgid "column name \"%s\" is duplicated"
+msgstr "Spaltenname »%s« besteht mehrfach"
 
-#: ../catalog/pg_proc.c:121
-msgid "functions cannot accept set arguments"
-msgstr "Funktionen können keine SET Argumente haben"
+#: catalog/heap.c:398
+#, c-format
+msgid ""
+"Attribute \"%s\" has an unknown type\n"
+"\tProceeding with relation creation anyway"
+msgstr ""
 
-#: ../catalog/pg_proc.c:159
-msgid "lookup for procedure by source needs fix (Jan)"
-msgstr "Suche nach Prozedur mit Quelltext muß erst noch repariert werden (Jan)"
+#: catalog/heap.c:402
+#, c-format
+msgid "Attribute \"%s\" has pseudo-type %s"
+msgstr ""
 
-#: ../catalog/pg_proc.c:167
-msgid "SQL functions cannot return type \"opaque\""
-msgstr "SQL-Funktionen können keinen Rückgabetyp »opaque« haben"
+#: catalog/heap.c:410
+#, c-format
+msgid "Attribute \"%s\" has composite type %s"
+msgstr ""
 
-#: ../catalog/pg_proc.c:176
+#: catalog/heap.c:691
 #, c-format
-msgid "ProcedureCreate: type %s is not yet defined"
-msgstr "ProcedureCreate: Typ %s ist noch nicht definiert"
+msgid "Number of columns is out of range (1 to %d)"
+msgstr "Anzahl der Spalten ist außerhalb des zulässigen Bereichs (1 bis %d)"
 
-#: ../catalog/pg_proc.c:180
+#: catalog/heap.c:697
 #, c-format
-msgid "could not create type %s"
-msgstr "konnte Typ %s nicht erstellen"
+msgid "Relation '%s' already exists"
+msgstr "Relation »%s« existiert bereits"
 
-#: ../catalog/pg_proc.c:184
+#: catalog/heap.c:848
 #, c-format
-msgid "return type %s is only a shell"
-msgstr "Rückgabetyp %s ist nur eine Hülle"
+msgid "DeleteRelationTuple: cache lookup failed for relation %u"
+msgstr "DeleteRelationTuple: Cachesuche nach Relation %u fehlgeschlagen"
 
-#: ../catalog/pg_proc.c:197
+#: catalog/heap.c:927
 #, c-format
-msgid "method %s already an attribute of type %s"
-msgstr "Methode %s ist schon ein Attribut von Typ %s"
+msgid "RemoveAttributeById: Failed to find attribute %d in relation %u"
+msgstr "RemoveAttributeById: Cachesuche nach Attribut %d von Relation %u fehlgeschlagen"
 
-#: ../catalog/pg_proc.c:232
+#: catalog/heap.c:1006
 #, c-format
-msgid "there is no built-in function named \"%s\""
-msgstr "Es gibt keine eingebaute Funktion namens %s"
+msgid "RemoveAttrDefault: no default found for rel %u attnum %d"
+msgstr ""
 
-#: ../catalog/pg_proc.c:308
+#: catalog/heap.c:1042
 #, c-format
-msgid "function %s already exists with same argument types"
-msgstr "Funktion %s existiert bereits mit den selben Argumenttypen"
+msgid "RemoveAttrDefaultById: cache lookup failed for attrdef %u"
+msgstr "RemoveAttrDefaultById: Cachesuche nach Attrdef %u fehlgeschlagen"
 
-#: ../catalog/pg_proc.c:311
+#: catalog/heap.c:1065
 #, c-format
-msgid "ProcedureCreate: you do not have permission to replace function %s"
+msgid "RemoveAttrDefaultById: cache lookup failed for rel %u attr %d"
 msgstr ""
 
-#: ../catalog/pg_proc.c:320
-msgid ""
-"ProcedureCreate: cannot change return type of existing function.\n"
-"\tUse DROP FUNCTION first."
-msgstr ""
+#: catalog/heap.c:1120
+#, c-format
+msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d"
+msgstr "heap_drop_with_catalog: FlushRelationBuffers ergab %d"
 
-#: ../catalog/pg_proc.c:381
+#: catalog/heap.c:1236 parser/parse_relation.c:1503 utils/adt/ruleutils.c:3277
 #, c-format
-msgid "function declared to return %s, but no SELECT provided"
-msgstr "Funktion mit Rückgabetyp %s deklariert, aber enthält kein SELECT"
+msgid "cache lookup of attribute %d in relation %u failed"
+msgstr "Cachesuche nach Attribut %d von Relation %u fehlgeschlagen"
 
-#: ../catalog/pg_proc.c:399
-msgid "function declared with no return type, but final statement is a SELECT"
-msgstr "Funktion ohne Rückgabetyp deklariert, aber letzte Anweisung ist SELECT"
+#: catalog/heap.c:1493 commands/tablecmds.c:2620 commands/tablecmds.c:2656
+#, c-format
+msgid "constraint \"%s\" already exists for relation \"%s\""
+msgstr "Constraint »%s« existiert bereits in Tabelle »%s«"
 
-#: ../catalog/pg_proc.c:405
+#: catalog/heap.c:1507 commands/tablecmds.c:184
+#, c-format
+msgid "Duplicate CHECK constraint name: '%s'"
+msgstr "doppelter CHECK-Constraint-Name: %s"
+
+#: catalog/heap.c:1566
+#, c-format
+msgid "Only relation \"%s\" can be referenced in CHECK constraint expression"
+msgstr ""
+"Nur Referenzen auf Tabelle »%s« sind im CHECK-Constraint-Ausdruck zugelassen"
+
+#: catalog/heap.c:1573 commands/tablecmds.c:2737
+msgid "cannot use subselect in CHECK constraint expression"
+msgstr ""
+"Subselects können nicht in CHECK-Constraint-Ausdrücken verwendet werden"
+
+#: catalog/heap.c:1575 commands/tablecmds.c:2739
+msgid "cannot use aggregate function in CHECK constraint expression"
+msgstr ""
+"Aggregatfunktionen können nicht in CHECK-Constraint-Ausdrücken verwendet "
+"werden"
+
+#: catalog/heap.c:1690
+msgid "cannot use column references in DEFAULT clause"
+msgstr "Spaltenreferenzen können nicht in DEFAULT-Klausel verwendet werden"
+
+#: catalog/heap.c:1696
+msgid "DEFAULT clause must not return a set"
+msgstr ""
+
+#: catalog/heap.c:1702
+msgid "cannot use subselects in DEFAULT clause"
+msgstr "Subselects können nicht in DEFAULT-Klausel verwendet werden"
+
+#: catalog/heap.c:1704
+msgid "cannot use aggregate functions in DEFAULT clause"
+msgstr "Aggregatfunktionen können nicht in DEFAULT-Klausel verwendet werden"
+
+#: 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"
+msgstr ""
+"Spalte »%s« hat Typ %s, aber der Default-Ausdruck hat Typ %s\n"
+"\tSie müssen den Ausdruck umschreiben oder ein Typumwandlung vornehmen"
+
+#: catalog/index.c:125
+#, c-format
+msgid "Function %u does not exist"
+msgstr "Funktion %u existiert nicht"
+
+#: catalog/index.c:144 catalog/index.c:281
+#, c-format
+msgid "Opclass %u does not exist"
+msgstr "Opclass %u existiert nicht"
+
+#: catalog/index.c:158 catalog/index.c:294
+#, c-format
+msgid "Type %u does not exist"
+msgstr "Typ %u existiert nicht"
+
+#: catalog/index.c:239
+#, c-format
+msgid "cannot create index: column %d does not exist"
+msgstr "kann Index nicht erstellen: Spalte %d existiert nicht"
+
+#: catalog/index.c:544
+msgid "must index at least one column"
+msgstr "mindestens eine Spalte muß indiziert werden"
+
+#: catalog/index.c:549
+msgid "User-defined indexes on system catalogs are not supported"
+msgstr ""
+"benutzerdefinierte Indizies für Systemkataloge werden nicht unterstützt"
+
+#: catalog/index.c:559
+msgid "Shared indexes cannot be created after initdb"
+msgstr ""
+
+#: catalog/index.c:562
+#, c-format
+msgid "relation named \"%s\" already exists"
+msgstr "Relation mit Namen »%s« existiert bereits"
+
+#: catalog/index.c:675
+msgid "index_create: constraint must be PRIMARY or UNIQUE"
+msgstr ""
+
+#: catalog/index.c:825
+#, c-format
+msgid "index_drop: cache lookup failed for index %u"
+msgstr "index_drop: Cachesuche nach Index %u fehlgeschlagen"
+
+#: catalog/index.c:838
+#, c-format
+msgid "index_drop: FlushRelationBuffers returned %d"
+msgstr "index_drop: FlushRelationBuffers ergab %d"
+
+#: catalog/index.c:1036
+#, c-format
+msgid "relation %s isn't an indexable relation"
+msgstr "Relation %s ist nicht indizierbar"
+
+#: catalog/index.c:1107
+#, c-format
+msgid "setRelhasindex: cannot find relation %u in pg_class"
+msgstr "setRelhasindex: kann Relation %u nicht in pg_class finden"
+
+#: catalog/index.c:1223
+#, c-format
+msgid "setNewRelfilenode: cannot find relation %u in pg_class"
+msgstr "setNewRelfilenode: kann Relation %u nicht in pg_class finden"
+
+#: catalog/index.c:1335
+#, c-format
+msgid "UpdateStats: cannot find relation %u in pg_class"
+msgstr "UpdateStats: kann Relation %u nicht in pg_class finden"
+
+#: catalog/index.c:1599
+msgid "IndexBuildHeapScan: concurrent insert in progress"
+msgstr ""
+
+#: catalog/index.c:1614
+msgid "IndexBuildHeapScan: concurrent delete in progress"
+msgstr ""
+
+#: catalog/index.c:1619 commands/vacuum.c:1207 commands/vacuumlazy.c:360
+#: commands/vacuumlazy.c:847
+msgid "Unexpected HeapTupleSatisfiesVacuum result"
+msgstr "unerwartetes Ergebnis von HeapTupleSatisfiesVacuum"
+
+#: catalog/index.c:1706
+#, c-format
+msgid "IndexGetRelation: can't find index id %u"
+msgstr "IndexGetRelation: kann Index %u nicht finden"
+
+#: catalog/index.c:1755
+msgid "reindex_index: can't open index relation"
+msgstr ""
+
+#: catalog/index.c:1766
+msgid "reindex_index: can't open heap relation"
+msgstr ""
+
+#: catalog/index.c:1780 catalog/index.c:1903
+#, c-format
+msgid "the target relation %u is shared"
+msgstr ""
+
+#: catalog/index.c:1786
+#, c-format
+msgid "the target relation %u is nailed"
+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"
+msgstr ""
+
+#: catalog/namespace.c:186
+#, c-format
+msgid "Relation \"%s\".\"%s\" does not exist"
+msgstr "Relation »%s.%s« existiert nicht"
+
+#: catalog/namespace.c:222
+msgid "TEMP tables may not specify a namespace"
+msgstr ""
+
+#: catalog/namespace.c:236 catalog/namespace.c:1101 catalog/namespace.c:1136
+#: catalog/namespace.c:1721
+#, c-format
+msgid "Namespace \"%s\" does not exist"
+msgstr "Namespace »%s« existiert nicht"
+
+#: catalog/namespace.c:246 catalog/namespace.c:1146
+msgid "No namespace has been selected to create in"
+msgstr ""
+
+#: catalog/namespace.c:298
+#, c-format
+msgid "Cache lookup failed for relation %u"
+msgstr "Cachesuche nach Relation %u fehlgeschlagen"
+
+#: catalog/namespace.c:380
+#, c-format
+msgid "Cache lookup failed for type %u"
+msgstr ""
+
+#: catalog/namespace.c:581
+#, c-format
+msgid "Cache lookup failed for procedure %u"
+msgstr ""
+
+#: catalog/namespace.c:793
+#, c-format
+msgid "Cache lookup failed for operator %u"
+msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+
+#: catalog/namespace.c:1006
+#, c-format
+msgid "Cache lookup failed for opclass %u"
+msgstr "Cachesuche nach Operatorklasse %u fehlgeschlagen"
+
+#: catalog/namespace.c:1075 gram.y:2270 gram.y:6772
+#, c-format
+msgid "Improper qualified name (too many dotted names): %s"
+msgstr ""
+
+#: catalog/namespace.c:1179
+msgid "Improper relation name (too many dotted names)"
+msgstr ""
+
+#: catalog/namespace.c:1391
+msgid "recomputeNamespacePath: invalid list syntax"
+msgstr ""
+
+#: catalog/namespace.c:1520
+#, c-format
+msgid "%s: not authorized to create temp tables"
+msgstr ""
+
+#: catalog/pg_aggregate.c:62
+msgid "no aggregate name supplied"
+msgstr "kein Name für Aggregatfunktion angegeben"
+
+#: catalog/pg_aggregate.c:65
+msgid "aggregate must have a transition function"
+msgstr "Aggregatfunktion muß eine Übergangsfunktion haben"
+
+#: catalog/pg_aggregate.c:87
+#, c-format
+msgid "return type of transition function %s is not %s"
+msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s"
+
+#: catalog/pg_aggregate.c:99
+msgid ""
+"must not omit initval when transfn is strict and transtype is not compatible "
+"with input type"
+msgstr ""
+"Der Anfangswert darf nicht ausgelassen werden wenn die Übergangsfunktion "
+"strikt ist und der Übergangstyp nicht mit dem Eingabetyp kompatibel ist"
+
+#: catalog/pg_constraint.c:413
+#, c-format
+msgid "RemoveConstraintById: constraint %u not found"
+msgstr "RemoveConstraintById: Constraint %u nicht gefunden"
+
+#: catalog/pg_constraint.c:450
+#, c-format
+msgid "RemoveConstraintById: relation %s has relchecks = 0"
+msgstr ""
+
+#: catalog/pg_conversion.c:57
+msgid "no conversion name supplied"
+msgstr "kein Name für Umwandlung angegeben"
+
+#: catalog/pg_conversion.c:64
+#, c-format
+msgid "conversion name \"%s\" already exists"
+msgstr "Umwandlung mit Namen »%s« existiert bereits"
+
+#: catalog/pg_conversion.c:75
+#, c-format
+msgid "default conversion for %s to %s already exists"
+msgstr "Standardumwandlung von %s nach %s existiert bereits"
+
+#: catalog/pg_conversion.c:141 catalog/pg_conversion.c:308
+#, c-format
+msgid "Conversion %u search from syscache failed"
+msgstr ""
+
+#: catalog/pg_conversion.c:192
+#, c-format
+msgid "conversion %u does not exist"
+msgstr "Umwandlung %u existiert nicht"
+
+#: catalog/pg_conversion.c:302 commands/conversioncmds.c:97
+#, c-format
+msgid "conversion %s not found"
+msgstr "Umwandlung %s nicht gefunden"
+
+#: catalog/pg_largeobject.c:108
+#, c-format
+msgid "LargeObjectDrop: large object %u not found"
+msgstr "LargeObjectDrop: Large Object %u nicht gefunden"
+
+#: catalog/pg_namespace.c:43
+msgid "no namespace name supplied"
+msgstr "kein Namespace-Namen angegeben"
+
+#: catalog/pg_namespace.c:49
+#, c-format
+msgid "namespace \"%s\" already exists"
+msgstr "Namespace »%s« existiert bereits"
+
+#: catalog/pg_operator.c:215 catalog/pg_operator.c:401
+#, c-format
+msgid "\"%s\" is not a valid operator name"
+msgstr ""
+
+#: catalog/pg_operator.c:404
+msgid "at least one of leftarg or rightarg must be specified"
+msgstr "entweder leftarg oder rightarg (oder beides) muß angegeben werden"
+
+#: catalog/pg_operator.c:410
+msgid "only binary operators can have commutators"
+msgstr "nur binäre Operatoren können Kommutatoren haben"
+
+#: catalog/pg_operator.c:412
+msgid "only binary operators can have join selectivity"
+msgstr "nur binäre Operatoren können Join-Selectivity haben"
+
+#: catalog/pg_operator.c:414
+msgid "only binary operators can hash"
+msgstr "nur binäre Operatoren können eine Hash-Funktion haben"
+
+#: catalog/pg_operator.c:416
+msgid "only binary operators can mergejoin"
+msgstr "nur binäre Operatoren können mergejoinen"
+
+#: catalog/pg_operator.c:426
+#, c-format
+msgid "OperatorDef: operator \"%s\" already defined"
+msgstr "OperatorDef: Operator %s ist bereits definiert"
+
+#: catalog/pg_operator.c:623
+#, c-format
+msgid "OperatorDef: operator %u not found"
+msgstr "OperatorDef: Operator %u nicht gefunden"
+
+#: catalog/pg_operator.c:711
+msgid "operator cannot be its own negator or sort operator"
+msgstr "Operator kann nicht sein eigener Negator oder Sortierungsoperator sein"
+
+#: catalog/pg_operator.c:728
+#, c-format
+msgid "OperatorDef: can't create operator shell \"%s\""
+msgstr "OperatorDef: kann Operatorhülle %s nicht erstellen"
+
+#: 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 "Funktionen können nicht mehr als %d Argumente haben"
+
+#: catalog/pg_proc.c:127
+msgid "lookup for procedure by source needs fix (Jan)"
+msgstr "Suche nach Prozedur mit Quelltext muß erst noch repariert werden (Jan)"
+
+#: catalog/pg_proc.c:139
+#, c-format
+msgid "method %s already an attribute of type %s"
+msgstr "Methode %s ist schon ein Attribut von Typ %s"
+
+#: catalog/pg_proc.c:189
+#, c-format
+msgid "function %s already exists with same argument types"
+msgstr "Funktion %s existiert bereits mit den selben Argumenttypen"
+
+#: catalog/pg_proc.c:192
+#, c-format
+msgid "ProcedureCreate: you do not have permission to replace function %s"
+msgstr ""
+
+#: catalog/pg_proc.c:201
+msgid ""
+"ProcedureCreate: cannot change return type of existing function.\n"
+"\tUse DROP FUNCTION first."
+msgstr ""
+
+#: catalog/pg_proc.c:208
+#, c-format
+msgid "function %s is an aggregate"
+msgstr "Funktion %s ist eine Aggregatfunktion"
+
+#: catalog/pg_proc.c:211
+#, c-format
+msgid "function %s is not an aggregate"
+msgstr "Funktion %s ist keine Aggregatfunktion"
+
+#: catalog/pg_proc.c:323
+#, c-format
+msgid "function declared to return %s, but no SELECT provided"
+msgstr "Funktion mit Rückgabetyp %s deklariert, aber enthält kein SELECT"
+
+#: catalog/pg_proc.c:341
+msgid "function declared to return void, but final statement is a SELECT"
+msgstr "Funktion mit Rückgabetyp void deklariert, aber letzte Anweisung ist ein SELECT"
+
+#: catalog/pg_proc.c:347
 #, c-format
 msgid "function declared to return %s, but final statement is not a SELECT"
 msgstr ""
-"Funktion mit Rückgabetyp %s deklariert, aber letzte Anweisung ist kein SELECT"
+"Funktion mit Rückgabetyp %s deklariert, aber letzte Anweisung ist kein SELECT"
+
+#: catalog/pg_proc.c:368
+#, c-format
+msgid "function declared to return %s returns multiple columns in final SELECT"
+msgstr ""
+"Funktion ist mit Rückgabetyp %s deklariert, aber letztes SELECT ergibt mehr "
+"als eine Spalte"
+
+#: catalog/pg_proc.c:373
+#, c-format
+msgid "return type mismatch in function: declared to return %s, returns %s"
+msgstr ""
+"Rückgabetyp stimmt nicht überein: deklariert als %s, aber tatsächlich %s"
+
+#: catalog/pg_proc.c:421 catalog/pg_proc.c:447
+#, c-format
+msgid ""
+"function declared to return %s does not SELECT the right number of columns (%"
+"d)"
+msgstr ""
+"Funktion deklariert mit Rückgabetyp %s, aber die Abfrage ergibt nicht die "
+"richtige Anzahl Spalten (%d)"
+
+#: catalog/pg_proc.c:430
+#, c-format
+msgid "function declared to return %s returns %s instead of %s at column %d"
+msgstr ""
+"Funktion mit deklariertem Rückgabetyp %s ergibt %s statt %s in Spalte %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 "Cachesuche nach Funktion %u fehlgeschlagen"
+
+#: catalog/pg_proc.c:491 catalog/pg_proc.c:530 catalog/pg_proc.c:590
+msgid "null prosrc"
+msgstr ""
+
+#: catalog/pg_proc.c:495
+#, c-format
+msgid "there is no built-in function named \"%s\""
+msgstr "Es gibt keine eingebaute Funktion namens %s"
+
+#: catalog/pg_proc.c:535
+msgid "null probin"
+msgstr ""
+
+#: catalog/pg_proc.c:578
+#, c-format
+msgid "SQL functions cannot return type %s"
+msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben"
+
+#: catalog/pg_proc.c:584
+#, c-format
+msgid "SQL functions cannot have arguments of type %s"
+msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben"
+
+#: catalog/pg_type.c:171 catalog/pg_type.c:175
+#, c-format
+msgid "TypeCreate: invalid type internal size %d"
+msgstr ""
+
+#: catalog/pg_type.c:180
+msgid "TypeCreate: fixed size types must have storage PLAIN"
+msgstr ""
+
+#: catalog/pg_type.c:257
+#, c-format
+msgid "type %s already exists"
+msgstr "Typ %s existiert bereits"
+
+#: catalog/pg_type.c:399
+#, c-format
+msgid "type %s does not exist"
+msgstr "Typ %s existiert bereits"
+
+#: catalog/pg_type.c:405
+#, c-format
+msgid "type named %s already exists"
+msgstr "Typ namens %s existiert bereits"
+
+#: commands/functioncmds.c:81
+#, c-format
+msgid "SQL function cannot return shell type \"%s\""
+msgstr "SQL-Funktionen können keinen Hüllen-Rückgabetyp »%s« haben"
+
+#: commands/functioncmds.c:84
+#, c-format
+msgid "Return type \"%s\" is only a shell"
+msgstr "Rückgabetyp %s ist nur eine Hülle"
+
+#: 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 "Typ %s existiert nicht"
+
+#: commands/functioncmds.c:106
+#, c-format
+msgid "ProcedureCreate: type %s is not yet defined"
+msgstr "ProcedureCreate: Typ %s ist noch nicht definiert"
+
+#: commands/functioncmds.c:116
+#, c-format
+msgid "could not create type %s"
+msgstr "konnte Typ %s nicht erstellen"
+
+#: commands/functioncmds.c:150
+#, c-format
+msgid "SQL function cannot accept shell type \"%s\""
+msgstr "SQL-Funktionen können keinen Hüllen-Rückgabetyp »%s« haben"
+
+#: commands/functioncmds.c:153
+#, c-format
+msgid "Argument type \"%s\" is only a shell"
+msgstr "Argumenttyp %s ist nur eine Hülle"
+
+#: commands/functioncmds.c:164
+msgid "Functions cannot accept set arguments"
+msgstr "Funktionen können keine SET Argumente haben"
+
+#: 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"
+msgstr ""
+
+#: commands/functioncmds.c:234
+msgid "no function body specified"
+msgstr "kein Funktionskörper angegeben"
+
+#: commands/functioncmds.c:239
+msgid "no language specified"
+msgstr ""
+
+#: commands/functioncmds.c:250
+msgid "invalid volatility"
+msgstr ""
+
+#: commands/functioncmds.c:297
+#, c-format
+msgid "Unrecognized function attribute '%s' ignored"
+msgstr ""
+
+#: commands/functioncmds.c:339
+#, c-format
+msgid "CREATE FUNCTION: only one AS item needed for %s language"
+msgstr ""
+
+#: commands/functioncmds.c:399 utils/adt/acl.c:1443
+#, c-format
+msgid "language \"%s\" does not exist"
+msgstr "Sprache »%s« existiert nicht"
+
+#: commands/functioncmds.c:505
+#, c-format
+msgid "RemoveFunction: couldn't find tuple for function %s"
+msgstr ""
+
+#: commands/functioncmds.c:515
+#, c-format
+msgid ""
+"RemoveFunction: function '%s' is an aggregate\n"
+"\tUse DROP AGGREGATE to remove it"
+msgstr ""
+
+#: commands/functioncmds.c:522
+#, c-format
+msgid "Removing built-in function \"%s\""
+msgstr "eingebaute Funktion »%s« wird entfernt"
+
+#: commands/functioncmds.c:560
+#, c-format
+msgid "RemoveFunctionById: couldn't find tuple for function %u"
+msgstr ""
+
+#: commands/functioncmds.c:582
+#, c-format
+msgid "RemoveFunctionById: couldn't find pg_aggregate tuple for %u"
+msgstr ""
+
+#: commands/functioncmds.c:614
+#, c-format
+msgid "SetFunctionReturnType: couldn't find tuple for function %u"
+msgstr ""
+
+#: commands/functioncmds.c:619
+#, c-format
+msgid "SetFunctionReturnType: function %u doesn't return OPAQUE"
+msgstr ""
+
+#: commands/functioncmds.c:652
+#, c-format
+msgid "SetFunctionArgType: couldn't find tuple for function %u"
+msgstr ""
+
+#: commands/functioncmds.c:658
+#, c-format
+msgid "SetFunctionArgType: function %u doesn't take OPAQUE"
+msgstr ""
+
+#: commands/functioncmds.c:693 commands/functioncmds.c:884
+#, c-format
+msgid "source data type %s does not exist"
+msgstr "Quelldatentyp %s existiert nicht"
+
+#: commands/functioncmds.c:698 commands/functioncmds.c:889
+#, c-format
+msgid "target data type %s does not exist"
+msgstr "Zieldatentyp %s existiert nicht"
+
+#: commands/functioncmds.c:702
+msgid "source data type and target data type are the same"
+msgstr "Quelldatentyp und Zieldatentyp sind der selbe"
+
+#: commands/functioncmds.c:706
+#, c-format
+msgid "source data type %s is only a shell"
+msgstr "Quelldatentyp %s ist nur eine Hülle"
+
+#: commands/functioncmds.c:710
+#, c-format
+msgid "target data type %s is only a shell"
+msgstr "Zieldatentyp %s ist nur eine Hülle"
+
+#: commands/functioncmds.c:714
+#, c-format
+msgid "source data type %s is a pseudo-type"
+msgstr ""
+
+#: commands/functioncmds.c:718
+#, c-format
+msgid "target data type %s is a pseudo-type"
+msgstr "Zieldatentyp %s ist ein Pseudotyp"
+
+#: commands/functioncmds.c:723 commands/functioncmds.c:904
+#, 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"
+msgstr ""
+
+#: commands/functioncmds.c:751
+msgid "cast function must not be an aggregate function"
+msgstr ""
+
+#: commands/functioncmds.c:753
+msgid "cast function must not return a set"
+msgstr ""
+
+#: commands/functioncmds.c:774
+msgid "Must be superuser to create a cast WITHOUT FUNCTION"
+msgstr ""
+
+#: commands/functioncmds.c:787
+msgid "source and target datatypes are not physically compatible"
+msgstr ""
+
+#: commands/functioncmds.c:803
+#, c-format
+msgid "CreateCast: bogus CoercionContext %c"
+msgstr ""
+
+#: commands/functioncmds.c:820
+#, c-format
+msgid "cast from data type %s to data type %s already exists"
+msgstr ""
+
+#: commands/functioncmds.c:897
+#, c-format
+msgid "cast from type %s to type %s does not exist"
+msgstr ""
+
+#: commands/functioncmds.c:940
+#, c-format
+msgid "could not find tuple for cast %u"
+msgstr ""
+
+#: commands/aggregatecmds.c:93
+#, c-format
+msgid "DefineAggregate: attribute \"%s\" not recognized"
+msgstr ""
+
+#: commands/aggregatecmds.c:101
+msgid "Define: \"basetype\" unspecified"
+msgstr "Define: »basetype« nicht angegeben"
+
+#: commands/aggregatecmds.c:103
+msgid "Define: \"stype\" unspecified"
+msgstr "Define: »stype« nicht angegeben"
+
+#: commands/aggregatecmds.c:105
+msgid "Define: \"sfunc\" unspecified"
+msgstr "Define: »sfunc« nicht angegeben"
+
+#: commands/aggregatecmds.c:123
+#, c-format
+msgid "Aggregate transition datatype cannot be %s"
+msgstr ""
+
+#: commands/aggregatecmds.c:174
+#, c-format
+msgid "RemoveAggregate: couldn't find pg_proc tuple for %s"
+msgstr ""
+
+#: commands/analyze.c:199
+#, c-format
+msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
+msgstr ""
+
+#: commands/analyze.c:213 commands/vacuum.c:784
+#, c-format
+msgid ""
+"Skipping \"%s\" --- can not process indexes, views or special system tables"
+msgstr ""
+
+#: commands/analyze.c:242
+#, c-format
+msgid "Analyzing %s.%s"
+msgstr ""
+
+#: commands/analyze.c:435 utils/adt/ruleutils.c:2496
+#, c-format
+msgid "cache lookup of type %u failed"
+msgstr ""
+
+#: commands/analyze.c:645
+#, c-format
+msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
+msgstr ""
+
+#: commands/async.c:153
+#, c-format
+msgid "Async_Notify: %s"
+msgstr ""
+
+#: commands/async.c:201
+#, c-format
+msgid "Async_Listen: %s"
+msgstr ""
+
+#: commands/async.c:224
+#, c-format
+msgid "Async_Listen: We are already listening on %s"
+msgstr ""
+
+#: commands/async.c:296
+#, c-format
+msgid "Async_Unlisten %s"
+msgstr ""
+
+#: commands/async.c:354
+msgid "Async_UnlistenAll"
+msgstr ""
+
+#: commands/async.c:456
+msgid "AtCommit_Notify"
+msgstr ""
+
+#: commands/async.c:488
+msgid "AtCommit_Notify: notifying self"
+msgstr ""
+
+#: commands/async.c:495
+#, c-format
+msgid "AtCommit_Notify: notifying pid %d"
+msgstr ""
+
+#: commands/async.c:544
+msgid "AtCommit_Notify: done"
+msgstr ""
+
+#: commands/async.c:621
+msgid "Async_NotifyHandler: perform async notify"
+msgstr ""
+
+#: commands/async.c:626
+msgid "Async_NotifyHandler: done"
+msgstr ""
+
+#: commands/async.c:693
+msgid "EnableNotifyInterrupt: perform async notify"
+msgstr ""
+
+#: commands/async.c:698
+msgid "EnableNotifyInterrupt: done"
+msgstr ""
+
+#: commands/async.c:749
+msgid "ProcessIncomingNotify"
+msgstr ""
+
+#: commands/async.c:785
+#, c-format
+msgid "ProcessIncomingNotify: received %s from %d"
+msgstr ""
+
+#: commands/async.c:820
+msgid "ProcessIncomingNotify: done"
+msgstr ""
+
+#: commands/async.c:847
+#, c-format
+msgid "NOTIFY for %s"
+msgstr ""
+
+#: commands/cluster.c:99
+#, c-format
+msgid "CLUSTER: cannot find index \"%s\" for table \"%s\""
+msgstr "CLUSTER: kann Index »%s« für Tabelle »%s« nicht finden"
+
+#: commands/cluster.c:109
+#, c-format
+msgid "CLUSTER: \"%s\" is not an index for table \"%s\""
+msgstr "CLUSTER: »%s« ist kein Index für Tabelle »%s«"
+
+#: commands/cluster.c:121
+#, c-format
+msgid "CLUSTER: cannot cluster system relation \"%s\""
+msgstr ""
+
+#: commands/cluster.c:300 commands/cluster.c:318
+#, c-format
+msgid "Cache lookup failed for index %u"
+msgstr "Cachesuche nach Index %u fehlgeschlagen"
+
+#: commands/cluster.c:385
+#, c-format
+msgid "cache lookup failed for index %u"
+msgstr "Cachesuche nach Index %u fehlgeschlagen"
+
+#: commands/cluster.c:437 commands/cluster.c:444
+#, c-format
+msgid "CLUSTER: Cannot find tuple for relation %u"
+msgstr ""
+
+#: commands/cluster.c:456 commands/cluster.c:462
+#, c-format
+msgid "CLUSTER: FlushRelationBuffers returned %d"
+msgstr "CLUSTER: FlushRelationBuffers ergab %d"
+
+#: commands/cluster.c:524
+msgid "CLUSTER: expected both swapped tables to have TOAST tables"
+msgstr ""
+
+#: commands/cluster.c:530 commands/cluster.c:535
+#, c-format
+msgid "CLUSTER: expected one dependency record for TOAST table, found %ld"
+msgstr ""
+
+#: commands/comment.c:111
+#, c-format
+msgid "An attempt was made to comment on a unknown type: %d"
+msgstr ""
+
+#: commands/comment.c:306
+#, c-format
+msgid "relation \"%s\" is not an index"
+msgstr "Relation »%s« ist kein Index"
+
+#: commands/comment.c:311
+#, c-format
+msgid "relation \"%s\" is not a sequence"
+msgstr "Relation »%s« ist keine Sequenz"
+
+#: commands/comment.c:316
+#, c-format
+msgid "relation \"%s\" is not a table"
+msgstr "Relation »%s« ist keine Tabelle"
+
+#: commands/comment.c:321
+#, c-format
+msgid "relation \"%s\" is not a view"
+msgstr "Relation »%s« ist keine Sicht"
+
+#: commands/comment.c:357
+msgid "CommentAttribute: must specify relation.attribute"
+msgstr ""
+
+#: commands/comment.c:374 commands/tablecmds.c:1940 commands/tablecmds.c:2074
+#: commands/tablecmds.c:2192 commands/tablecmds.c:2409
+#: 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 "Relation »%s« hat keine Spalte »%s«"
+
+#: commands/comment.c:403
+msgid "CommentDatabase: database name may not be qualified"
+msgstr ""
+
+#: commands/comment.c:409 commands/dbcommands.c:531 utils/adt/acl.c:1039
+#, c-format
+msgid "database \"%s\" does not exist"
+msgstr "Datenbank »%s« existiert nicht"
+
+#: commands/comment.c:414
+#, c-format
+msgid "you are not permitted to comment on database \"%s\""
+msgstr ""
+
+#: commands/comment.c:419
+msgid "Database comments may only be applied to the current database"
+msgstr ""
+
+#: commands/comment.c:442
+msgid "CommentSchema: schema name may not be qualified"
+msgstr ""
+
+#: commands/comment.c:449
+#, c-format
+msgid "CommentSchema: Schema \"%s\" could not be found"
+msgstr ""
+
+#: commands/comment.c:521 commands/comment.c:555
+#, c-format
+msgid "rule \"%s\" does not exist"
+msgstr "Regel »%s« existiert nicht"
+
+#: commands/comment.c:527
+#, c-format
+msgid ""
+"There are multiple rules \"%s\"\n"
+"\tPlease specify a relation name as well as a rule name"
+msgstr ""
+
+#: commands/comment.c:732
+msgid "CommentTrigger: must specify relation and trigger"
+msgstr ""
+
+#: commands/comment.c:765
+#, c-format
+msgid "trigger \"%s\" for relation \"%s\" does not exist"
+msgstr ""
+
+#: commands/comment.c:807
+msgid "CommentConstraint: must specify relation and constraint"
+msgstr ""
+
+#: commands/comment.c:841
+#, c-format
+msgid "Relation \"%s\" has multiple constraints named \"%s\""
+msgstr ""
+
+#: commands/comment.c:851
+#, c-format
+msgid "constraint \"%s\" for relation \"%s\" does not exist"
+msgstr ""
+
+#: commands/conversioncmds.c:58
+#, c-format
+msgid "Invalid for encoding name: %s"
+msgstr ""
+
+#: commands/conversioncmds.c:62
+#, c-format
+msgid "Invalid to encoding name: %s"
+msgstr "ungültiger Kodierungsname: %s"
+
+#: commands/copy.c:126
+#, c-format
+msgid "CopySendData: %m"
+msgstr ""
+
+#: commands/copy.c:301
+msgid "COPY: BINARY option appears more than once"
+msgstr ""
+
+#: commands/copy.c:308
+msgid "COPY: OIDS option appears more than once"
+msgstr ""
+
+#: commands/copy.c:315
+msgid "COPY: DELIMITER string may only be defined once in query"
+msgstr ""
+
+#: commands/copy.c:322
+msgid "COPY: NULL representation may only be defined once in query"
+msgstr ""
+
+#: commands/copy.c:327
+#, c-format
+msgid "COPY: option \"%s\" not recognized"
+msgstr ""
+
+#: commands/copy.c:332
+msgid "You can not specify the DELIMITER in BINARY mode."
+msgstr ""
+
+#: commands/copy.c:335
+msgid "You can not specify NULL in BINARY mode."
+msgstr ""
+
+#: commands/copy.c:355
+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."
+msgstr ""
+
+#: commands/copy.c:364
+msgid "COPY BINARY is not supported to stdout or from stdin"
+msgstr ""
+
+#: commands/copy.c:370
+msgid "COPY delimiter must be a single character"
+msgstr ""
+
+#: commands/copy.c:376
+#, c-format
+msgid "COPY: table \"%s\" does not have OIDs"
+msgstr "COPY: Tabelle %s hat keine OIDs"
+
+#: commands/copy.c:397 commands/copy.c:442
+#, c-format
+msgid "You cannot copy view %s"
+msgstr ""
+
+#: commands/copy.c:400
+#, c-format
+msgid "You cannot change sequence relation %s"
+msgstr ""
+
+#: commands/copy.c:403 commands/copy.c:448
+#, c-format
+msgid "You cannot copy object %s"
+msgstr ""
+
+#: 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 ""
+
+#: commands/copy.c:432 commands/copy.c:488
+#, c-format
+msgid "COPY: %s is a directory"
+msgstr ""
+
+#: commands/copy.c:445
+#, c-format
+msgid "You cannot copy sequence %s"
+msgstr ""
+
+#: commands/copy.c:472
+msgid "Relative path not allowed for server side COPY command"
+msgstr ""
+
+#: commands/copy.c:480
+#, c-format
+msgid ""
+"COPY command, running in backend with effective uid %d, could not open file "
+"'%s' for writing.  Errno = %s (%d)."
+msgstr ""
+
+#: commands/copy.c:557
+#, c-format
+msgid "COPY: couldn't lookup info for type %u"
+msgstr ""
+
+#: commands/copy.c:561 commands/copy.c:827
+msgid "COPY BINARY: cstring not supported"
+msgstr ""
+
+#: commands/copy.c:894
+msgid "COPY BINARY: file signature not recognized"
+msgstr ""
+
+#: commands/copy.c:898
+msgid "COPY BINARY: incompatible integer layout"
+msgstr ""
+
+#: commands/copy.c:902
+msgid "COPY BINARY: bogus file header (missing flags)"
+msgstr ""
+
+#: commands/copy.c:906
+msgid "COPY BINARY: unrecognized critical flags in header"
+msgstr ""
+
+#: commands/copy.c:910
+msgid "COPY BINARY: bogus file header (missing length)"
+msgstr ""
+
+#: commands/copy.c:916
+msgid "COPY BINARY: bogus file header (wrong length)"
+msgstr ""
+
+#: commands/copy.c:965
+msgid "NULL Oid"
+msgstr ""
 
-#: ../catalog/pg_proc.c:422
+#: commands/copy.c:971
+msgid "Invalid Oid"
+msgstr ""
+
+#: commands/copy.c:988
 #, c-format
-msgid "function declared to return %s returns multiple columns in final SELECT"
+msgid "Missing data for column \"%s\""
+msgstr ""
+
+#: commands/copy.c:1020
+msgid "Extra data after last expected column"
 msgstr ""
-"Funktion ist mit Rückgabetyp %s deklariert, aber letztes SELECT ergibt mehr "
-"als eine Spalte"
 
-#: ../catalog/pg_proc.c:427
+#: commands/copy.c:1044
 #, c-format
-msgid "return type mismatch in function: declared to return %s, returns %s"
+msgid "COPY BINARY: tuple field count is %d, expected %d"
+msgstr ""
+
+#: 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 ""
-"Rückgabetyp stimmt nicht überein: deklariert als %s, aber tatsächlich %s"
 
-#: ../catalog/pg_proc.c:458 ../catalog/pg_proc.c:484
+#: commands/copy.c:1053
 #, c-format
-msgid ""
-"function declared to return %s does not SELECT the right number of columns (%"
-"d)"
+msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
+msgstr ""
+
+#: commands/copy.c:1059
+msgid "COPY BINARY: Invalid Oid"
 msgstr ""
-"Funktion deklariert mit Rückgabetyp %s, aber die Abfrage ergibt nicht die "
-"richtige Anzahl Spalten (%d)"
 
-#: ../catalog/pg_proc.c:474
+#: commands/copy.c:1076
 #, c-format
-msgid "function declared to return %s returns %s instead of %s at column %d"
+msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
+msgstr ""
+
+#: commands/copy.c:1088
+msgid "COPY BINARY: bogus varlena length"
 msgstr ""
-"Funktion mit deklariertem Rückgabetyp %s ergibt %s statt %s in Spalte %d"
 
-#: ../catalog/pg_type.c:307 ../catalog/pg_type.c:538
+#: commands/copy.c:1264
 #, c-format
-msgid "type named %s already exists"
-msgstr "Typ namens %s existiert bereits"
+msgid "GetInputFunction: Cache lookup of type %u failed"
+msgstr ""
 
-#: ../catalog/pg_type.c:317 ../catalog/pg_type.c:533
+#: commands/copy.c:1280
 #, c-format
-msgid "type %s does not exist"
-msgstr "Typ %s existiert bereits"
+msgid "GetTypeElement: Cache lookup of type %u failed"
+msgstr ""
 
-#: ../catalog/pg_type.c:325
+#: commands/copy.c:1422
+msgid "CopyReadAttribute: end of record marker corrupted"
+msgstr ""
+
+#: commands/copy.c:1582
 #, c-format
-msgid "TypeCreate: invalid type internal size %d"
+msgid "Attribute \"%s\" specified more than once"
 msgstr ""
 
-#: ../catalog/pg_type.c:328
+#: commands/dbcommands.c:99 commands/dbcommands.c:105
+#: commands/dbcommands.c:111 commands/dbcommands.c:117
+msgid "CREATE DATABASE: conflicting options"
+msgstr ""
+
+#: commands/dbcommands.c:121
 #, c-format
-msgid "TypeCreate: invalid type external size %d"
+msgid "CREATE DATABASE: option \"%s\" not recognized"
 msgstr ""
 
-#: ../catalog/pg_type.c:332
-msgid "TypeCreate: fixed size types must have storage PLAIN"
+#: commands/dbcommands.c:141
+#, c-format
+msgid "%d is not a valid encoding code"
 msgstr ""
 
-#: ../catalog/pg_type.c:467
+#: commands/dbcommands.c:147
 #, c-format
-msgid "type %s already exists"
-msgstr "Typ %s existiert bereits"
+msgid "%s is not a valid encoding name"
+msgstr ""
+
+#: commands/dbcommands.c:151
+msgid "CREATE DATABASE: bogus encoding parameter"
+msgstr ""
+
+#: commands/dbcommands.c:164 commands/dbcommands.c:171
+msgid "CREATE DATABASE: permission denied"
+msgstr "CREATE DATABASE: keine Berechtigung"
 
-#: ../catalog/pg_largeobject.c:128
+#: commands/dbcommands.c:186 commands/dbcommands.c:326
 #, c-format
-msgid "LargeObjectDrop: large object %u not found"
-msgstr "LargeObjectDrop: Large Object %u nicht gefunden"
+msgid "CREATE DATABASE: database \"%s\" already exists"
+msgstr "CREATE DATABASE: Datenbank »%s« existiert bereits"
 
-#: ../catalog/heap.c:160 ../catalog/heap.c:163
+#: commands/dbcommands.c:198
 #, c-format
-msgid "SystemAttributeDefinition: invalid attribute number %d"
-msgstr "SystemAttributeDefinition: ungültige Attributnummer %d"
+msgid "CREATE DATABASE: template \"%s\" does not exist"
+msgstr "CREATE DATABASE: Schablone »%s« existiert nicht"
+
+#: commands/dbcommands.c:208
+#, c-format
+msgid "CREATE DATABASE: permission to copy \"%s\" denied"
+msgstr "CREATE DATABASE: keine Berechtigung um »%s« zu kopieren"
 
-#: ../catalog/heap.c:234
+#: commands/dbcommands.c:227
 #, c-format
 msgid ""
-"invalid relation name \"%s\"; the 'pg_' name prefix is reserved for system "
-"catalogs"
+"CREATE DATABASE: source database \"%s\" is being accessed by other users"
+msgstr ""
+"CREATE DATABASE: auf Quelldatenbank »%s« wird gerade von anderen Benutzern "
+"zugegriffen"
+
+#: commands/dbcommands.c:235
+msgid "CREATE DATABASE: invalid backend encoding"
 msgstr ""
-"ungültiger Relationsname »%s«; der Präfix »pg_« ist für die Systemkataloge "
-"reserviert"
 
-#: ../catalog/heap.c:380
+#: commands/dbcommands.c:263 commands/dbcommands.c:265
+#: commands/dbcommands.c:267
+msgid "database path may not contain single quotes"
+msgstr ""
+
+#: commands/dbcommands.c:290
 #, c-format
-msgid "name of column \"%s\" conflicts with an existing system column"
+msgid "CREATE DATABASE: unable to create database directory '%s': %m"
+msgstr "CREATE DATABASE: konnte Datenbankverzeichnis »%s« nicht erstellen: %m"
+
+#: commands/dbcommands.c:293
+#, c-format
+msgid "CREATE DATABASE: unable to remove temp directory '%s': %m"
 msgstr ""
-"Name der Spalte »%s« steht im Konflikt mit einer bestehenden Systemspalte"
 
-#: ../catalog/heap.c:383
+#: commands/dbcommands.c:300
 #, c-format
+msgid "CREATE DATABASE: could not link '%s' to '%s': %m"
+msgstr ""
+
+#: commands/dbcommands.c:310
+msgid "CREATE DATABASE: could not initialize database directory"
+msgstr "CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren"
+
+#: commands/dbcommands.c:312
 msgid ""
-"Attribute '%s' has an unknown type\n"
-"\tProceeding with relation creation anyway"
+"CREATE DATABASE: could not initialize database directory; delete failed as "
+"well"
+msgstr ""
+"CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren; Löschen "
+"schlug auch fehl"
+
+#: commands/dbcommands.c:402
+msgid "DROP DATABASE: cannot be executed on the currently open database"
 msgstr ""
+"DROP DATABASE: kann nicht auf aktuell geöffnete Datenbank verwendet werden"
 
-#: ../catalog/heap.c:397
+#: commands/dbcommands.c:419
 #, c-format
-msgid "column name \"%s\" is duplicated"
-msgstr "Spaltenname »%s« besteht mehrfach"
+msgid "DROP DATABASE: database \"%s\" does not exist"
+msgstr "DROP DATABASE: Datenbank »%s« existiert nicht"
 
-#: ../catalog/heap.c:734
+#: commands/dbcommands.c:422
+msgid "DROP DATABASE: permission denied"
+msgstr "DROP DATABASE: keine Berechtigung"
+
+#: commands/dbcommands.c:430
+msgid "DROP DATABASE: database is marked as a template"
+msgstr "DROP DATABASE: Datenbank ist als Schablone gekennzeichnet"
+
+#: commands/dbcommands.c:439
 #, c-format
-msgid "Number of columns is out of range (1 to %d)"
-msgstr "Anzahl der Spalten ist außerhalb des zulässigen Bereichs (1 bis %d)"
+msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
+msgstr ""
+"DROP DATABASE: auf Datenbank »%s« wird von anderen Benutzern zugegriffen"
 
-#: ../catalog/heap.c:742
+#: commands/dbcommands.c:456
 #, c-format
-msgid "Relation '%s' already exists"
-msgstr "Relation »%s« existiert bereits"
+msgid ""
+"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the "
+"contrary"
+msgstr ""
+"DROP DATABASE: Datenbank »%s« existiert nicht, trotz früherer gegenteiliger "
+"Meldungen"
+
+#: commands/dbcommands.c:697
+msgid "Relative paths are not allowed as database locations"
+msgstr ""
+
+#: commands/dbcommands.c:699
+msgid "Absolute paths are not allowed as database locations"
+msgstr ""
 
-#: ../catalog/heap.c:877
+#: commands/dbcommands.c:709
 #, c-format
-msgid "Relation \"%s\" inherits from \"%s\""
-msgstr "Relation »%s« ist von »%s« abgeleitet"
+msgid "Postmaster environment variable '%s' not set"
+msgstr ""
 
-#: ../catalog/heap.c:880
+#: commands/dbcommands.c:711
 #, c-format
-msgid "Relation %u inherits from \"%s\""
-msgstr "Relation %u ist von »%s« abgeleitet"
+msgid "Postmaster environment variable '%s' must be absolute path"
+msgstr ""
 
-#: ../catalog/heap.c:1076
-msgid "TRUNCATE TABLE cannot run inside a transaction block"
-msgstr "TRUNCATE TABLE kann nicht in einem Transaktionsblock laufen"
+#: commands/dbcommands.c:717
+msgid "Alternate path is too long"
+msgstr ""
 
-#: ../catalog/heap.c:1186
+#: commands/dbcommands.c:746
 #, c-format
-msgid "DeleteTypeTuple: type \"%s\" does not exist"
-msgstr "DeleteTypeTuple: Typ »%s« existiert nicht"
+msgid "could not remove '%s': %m"
+msgstr "konnte »%s« nicht löschen: %m"
 
-#: ../catalog/heap.c:1226
+#: commands/dbcommands.c:755
 #, c-format
-msgid "DeleteTypeTuple: column of type %s exists in relation %u"
-msgstr "DeleteTypeTuple: Spalte des Typs %s existiert in Relation %u"
+msgid "database directory '%s' could not be removed"
+msgstr "Datenbankverzeichnis »%s« konnte nicht entfernt werden"
 
-#: ../catalog/heap.c:1297
+#: commands/dbcommands.c:827 commands/vacuum.c:581
 #, c-format
-msgid "System relation \"%s\" may not be dropped"
-msgstr "Systemrelation »%s« darf nicht entfernt werden"
+msgid "database %u does not exist"
+msgstr ""
 
-#: ../catalog/heap.c:1306
+#: commands/define.c:68 commands/define.c:157 commands/define.c:185
+#: commands/define.c:215
 #, c-format
-msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d"
-msgstr "heap_drop_with_catalog: FlushRelationBuffers ergab %d"
+msgid "Define: \"%s\" requires a parameter"
+msgstr ""
 
-#: ../catalog/heap.c:1448 ../parser/parse_relation.c:923
-#: ../utils/adt/ruleutils.c:2737
+#: commands/define.c:93 commands/define.c:239
 #, c-format
-msgid "cache lookup of attribute %d in relation %u failed"
-msgstr "Cachesuche nach Attribut %d von Relation %u fehlgeschlagen"
+msgid "Define: cannot interpret argument of \"%s\""
+msgstr ""
 
-#: ../catalog/heap.c:1639
-msgid "cannot use column references in DEFAULT clause"
-msgstr "Spaltenreferenzen können nicht in DEFAULT-Klausel verwendet werden"
+#: 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 ""
 
-#: ../catalog/heap.c:1645
-msgid "cannot use subselects in DEFAULT clause"
-msgstr "Subselects können nicht in DEFAULT-Klausel verwendet werden"
+#: commands/define.c:169
+#, c-format
+msgid "Define: argument of \"%s\" must be a name"
+msgstr ""
 
-#: ../catalog/heap.c:1647
-msgid "cannot use aggregate functions in DEFAULT clause"
-msgstr "Aggregatfunktionen können nicht in DEFAULT-Klausel verwendet werden"
+#: commands/define.c:201
+#, c-format
+msgid "Define: argument of \"%s\" must be a type name"
+msgstr ""
+
+#: commands/define.c:222
+#, c-format
+msgid "Define: \"%s\" requires an integral value"
+msgstr ""
+
+#: commands/define.c:242
+#, c-format
+msgid "Define: invalid argument for \"%s\": \"%s\""
+msgstr ""
 
-#: ../catalog/heap.c:1669 ../optimizer/prep/preptlist.c:402
+#: commands/explain.c:815
 #, c-format
+msgid "show_sort_keys: no tlist entry for key %d"
+msgstr ""
+
+#: commands/proclang.c:61
 msgid ""
-"Column \"%s\" is of type %s but default expression is of type %s\n"
-"\tYou will need to rewrite or cast the expression"
+"Only users with superuser privilege are permitted to create procedural "
+"languages"
 msgstr ""
-"Spalte »%s« hat Typ %s, aber der Default-Ausdruck hat Typ %s\n"
-"\tSie müssen den Ausdruck umschreiben oder ein Typumwandlung vornehmen"
 
-#: ../catalog/heap.c:1719 ../catalog/heap.c:1733 ../commands/creatinh.c:110
+#: commands/proclang.c:73
 #, c-format
-msgid "Duplicate CHECK constraint name: '%s'"
-msgstr "doppelter CHECK-Constraint-Name: %s"
+msgid "Language %s already exists"
+msgstr ""
 
-#: ../catalog/heap.c:1800
+#: commands/proclang.c:82
 #, c-format
-msgid "CHECK constraint expression '%s' does not yield boolean result"
-msgstr "CHECK-Constraint-Ausdruck %s ergibt kein Resultat vom Typ boolean"
+msgid "function %s() doesn't exist"
+msgstr "Funktion %s() existiert nicht"
 
-#: ../catalog/heap.c:1807
+#: commands/proclang.c:94
 #, c-format
-msgid "Only relation \"%s\" can be referenced in CHECK constraint expression"
+msgid ""
+"CreateProceduralLanguage: changing return type of function %s() from OPAQUE "
+"to LANGUAGE_HANDLER"
 msgstr ""
-"Nur Referenzen auf Tabelle »%s« sind im CHECK-Constraint-Ausdruck zugelassen"
 
-#: ../catalog/heap.c:1814
-msgid "cannot use subselect in CHECK constraint expression"
+#: commands/proclang.c:99
+#, c-format
+msgid "CreateProceduralLanguage: function %s() must return LANGUAGE_HANDLER"
 msgstr ""
-"Subselects können nicht in CHECK-Constraint-Ausdrücken verwendet werden"
 
-#: ../catalog/heap.c:1816
-msgid "cannot use aggregate function in CHECK constraint expression"
+#: commands/proclang.c:109
+#, c-format
+msgid "function %s(oid) doesn't exist"
+msgstr "Funktion %s(oid) existiert nicht"
+
+#: commands/proclang.c:183
+msgid ""
+"Only users with superuser privilege are permitted to drop procedural "
+"languages"
 msgstr ""
-"Aggregatfunktionen können nicht in CHECK-Constraint-Ausdrücken verwendet "
-"werden"
 
-#: ../catalog/heap.c:1857 ../catalog/heap.c:2044 ../utils/adt/ruleutils.c:2713
+#: commands/proclang.c:196
 #, c-format
-msgid "cache lookup of relation %u failed"
-msgstr "Cachesuche nach Relation %u fehlgeschlagen"
+msgid "Language %s doesn't exist"
+msgstr ""
+
+#: commands/proclang.c:225
+#, c-format
+msgid "DropProceduralLanguageById: language %u not found"
+msgstr ""
+
+#: 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 "DefineIndex: Relation »%s« ist keine Tabelle"
+
+#: commands/indexcmds.c:114
+msgid "Existing indexes are inactive. REINDEX first"
+msgstr ""
+
+#: commands/indexcmds.c:142
+#, c-format
+msgid "DefineIndex: access method \"%s\" not found"
+msgstr ""
+
+#: commands/indexcmds.c:148
+#, c-format
+msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
+msgstr ""
+
+#: commands/indexcmds.c:151
+#, c-format
+msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
+msgstr ""
+
+#: commands/indexcmds.c:185
+msgid "Functional index can only have one attribute"
+msgstr ""
 
-#: ../catalog/heap.c:2037
-msgid "check count became negative"
-msgstr "Anzahl der CHECK-Constraints wurde negativ"
+#: commands/indexcmds.c:189
+#, c-format
+msgid "Index function can take at most %d arguments"
+msgstr "Indexfunktion kann höchstens %d Argumente haben"
+
+#: commands/indexcmds.c:244
+msgid "Partial-index predicates may refer only to the base relation"
+msgstr "Indexprädikat kann nur auf die zu indizierende Tabelle Bezug nehmen"
+
+#: commands/indexcmds.c:252
+msgid "Cannot use subselect in index predicate"
+msgstr "Subselects können nicht im Indexprädikat verwendet werden"
+
+#: commands/indexcmds.c:254
+msgid "Cannot use aggregate in index predicate"
+msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
 
-#: ../commands/_deadcode/recipe.c:42
-msgid "You must compile with TIOGA defined in order to use recipes\n"
+#: commands/indexcmds.c:261
+msgid "Functions in index predicate must be marked isImmutable"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:179
-msgid "beginRecipe: Currently eyes cannot have more than one input"
+#: commands/indexcmds.c:299 commands/indexcmds.c:389
+#, c-format
+msgid "DefineIndex: attribute \"%s\" not found"
+msgstr "DefineIndex: Attribut »%s« nicht gefunden"
+
+#: commands/indexcmds.c:324
+msgid "DefineIndex: functional index may not use an aggregate function"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:188
-#, c-format
-msgid "beginRecipe: eyes[%d] = %s\n"
+#: 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"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:240
-#, c-format
-msgid "adding tee plan node to the root of the %s\n"
+#: commands/indexcmds.c:334
+msgid "DefineIndex: cannot index on a function returning a set"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:288
-#, c-format
-msgid "beginRecipe: cursor named %s is now available"
-msgstr ""
+#: commands/indexcmds.c:350
+msgid "DefineIndex: index function must be marked isImmutable"
+msgstr "DefineIndex: Indexfunktion muß als »isImmutable« markiert werden"
 
-#: ../commands/_deadcode/recipe.c:393
-msgid "tg_rewriteQuery: Whoa! why is my qual a List???"
+#: commands/indexcmds.c:385
+msgid "missing attribute for define index"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:502
+#: commands/indexcmds.c:418
 #, c-format
-msgid "tg_replaceNumberedParam: unexpected paramkind value of %d"
+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"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:613
+#: commands/indexcmds.c:449 commands/indexcmds.c:457
 #, c-format
 msgid ""
-"tg_rewriteParamsInExpr:can't substitute for parameter %d when that input is "
-"unconnected"
+"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:627
+#: commands/indexcmds.c:468
 #, c-format
-msgid "tg_rewriteParamsInExpr: unexpected paramkind value of %d"
-msgstr ""
+msgid "operator class \"%s\" does not accept data type %s"
+msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
 
-#: ../commands/_deadcode/recipe.c:698
+#: commands/indexcmds.c:522
 #, c-format
-msgid "getParamTypes: Ingredients cannot take > %d arguments"
+msgid "pg_opclass contains multiple default opclasses for data type %s"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:704
-msgid "getParamTypes: Ingredient functions cannot take type 'opaque'"
-msgstr ""
+#: commands/indexcmds.c:544 commands/indexcmds.c:576 commands/indexcmds.c:619
+#, c-format
+msgid "relation \"%s\" is of type \"%c\""
+msgstr "Relation »%s« hat Typ »%c«"
 
-#: ../commands/_deadcode/recipe.c:710
+#: commands/indexcmds.c:573
 #, c-format
-msgid "getParamTypes: arg type '%s' is not defined"
-msgstr ""
+msgid "index \"%s\" does not exist"
+msgstr "Index »%s« existiert nicht"
 
-#: ../commands/_deadcode/recipe.c:712
+#: commands/indexcmds.c:584
 #, c-format
-msgid "getParamTypes: arg type '%s' is only a shell"
+msgid ""
+"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
+"options"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:837 ../commands/_deadcode/recipe.c:880
+#: commands/indexcmds.c:587
 #, c-format
-msgid "calling parser with %s"
+msgid ""
+"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
+"options"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:847 ../commands/_deadcode/recipe.c:887
-msgid "tg_parseSubQuery: parser produced > 1 query tree"
-msgstr ""
+#: commands/indexcmds.c:602
+#, c-format
+msgid "index \"%s\" wasn't reindexed"
+msgstr "Index »%s« wurde nicht neu indiziert"
 
-#: ../commands/_deadcode/recipe.c:892
-msgid "tg_parseSubQuery: can't parse recipe graph ingredients yet!"
-msgstr ""
+#: commands/indexcmds.c:634
+#, c-format
+msgid "table \"%s\" wasn't reindexed"
+msgstr "Tabelle »%s« wurde nicht neu indiziert"
 
-#: ../commands/_deadcode/recipe.c:895
-msgid "tg_parseSubQuery: can't parse compiled ingredients yet!"
+#: commands/indexcmds.c:658
+msgid "REINDEX DATABASE: Can be executed only on the currently open database."
 msgstr ""
+"REINDEX DATABASE kann nur auf die aktuelle Datenbank angewendet werden."
 
-#: ../commands/_deadcode/recipe.c:898
-#, c-format
-msgid "tg_parseSubQuery: unknown srcLang: %d"
-msgstr ""
+#: commands/indexcmds.c:661
+msgid "REINDEX DATABASE: Permission denied."
+msgstr "REINDEX DATABASE: keine Berechtigung"
 
-#: ../commands/_deadcode/recipe.c:940
-msgid "tg_parseSubQuery: can't handle eye nodes yet"
+#: commands/indexcmds.c:664
+msgid "must be called under standalone postgres with -O -P options"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:1034
-msgid "tg_parseSubQuery: unexpected result from TupleDescInitEntry"
+#: commands/indexcmds.c:666
+msgid "must be called under standalone postgres with -P -O options"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:1045
-msgid "tg_parseSubQuery: can't handle embedded recipes yet!"
-msgstr ""
+#: commands/indexcmds.c:732
+#, c-format
+msgid "relation %u was reindexed"
+msgstr "Relation %u wurde neu indiziert"
 
-#: ../commands/_deadcode/recipe.c:1047
+#: commands/lockcmds.c:65
 #, c-format
-msgid "unknown nodeType: %d"
-msgstr ""
+msgid "LOCK TABLE: %s is not a table"
+msgstr "LOCK TABLE: %s ist keine Tabelle"
 
-#: ../commands/_deadcode/recipe.c:1158
+#: commands/opclasscmds.c:88
 #, c-format
-msgid "appendTeeQuery: teeNodeName '%s' not found in teeInfo"
+msgid "DefineOpClass: access method \"%s\" not found"
 msgstr ""
 
-#: ../commands/_deadcode/recipe.c:1304
-msgid "replaceTeeScans didn't find the corresponding tee plan"
+#: commands/opclasscmds.c:107
+msgid "Must be superuser to create an operator class"
 msgstr ""
 
-#: ../commands/_deadcode/version.c:185
-msgid "Unable to expand all -- amopenr failed "
+#: commands/opclasscmds.c:149
+#, c-format
+msgid "DefineOpClass: invalid operator number %d, must be between 1 and %d"
 msgstr ""
 
-#: ../commands/async.c:153
+#: commands/opclasscmds.c:153
 #, c-format
-msgid "Async_Notify: %s"
+msgid "DefineOpClass: operator number %d appears more than once"
 msgstr ""
 
-#: ../commands/async.c:201
+#: commands/opclasscmds.c:170
 #, c-format
-msgid "Async_Listen: %s"
+msgid "DefineOpClass: Operator '%s' for types '%s' and '%s' does not exist"
 msgstr ""
 
-#: ../commands/async.c:224
+#: commands/opclasscmds.c:186
 #, c-format
-msgid "Async_Listen: We are already listening on %s"
+msgid "DefineOpClass: invalid procedure number %d, must be between 1 and %d"
 msgstr ""
 
-#: ../commands/async.c:303
+#: commands/opclasscmds.c:190
 #, c-format
-msgid "Async_Unlisten %s"
+msgid "DefineOpClass: procedure number %d appears more than once"
 msgstr ""
 
-#: ../commands/async.c:361
-msgid "Async_UnlistenAll"
+#: commands/opclasscmds.c:203
+msgid "DefineOpClass: storage type specified more than once"
 msgstr ""
 
-#: ../commands/async.c:463
-msgid "AtCommit_Notify"
+#: commands/opclasscmds.c:207
+#, c-format
+msgid "DefineOpClass: bogus item type %d"
 msgstr ""
 
-#: ../commands/async.c:495
-msgid "AtCommit_Notify: notifying self"
+#: commands/opclasscmds.c:229
+#, c-format
+msgid "Storage type may not be different from datatype for access method %s"
 msgstr ""
 
-#: ../commands/async.c:502
+#: commands/opclasscmds.c:245
 #, c-format
-msgid "AtCommit_Notify: notifying pid %d"
+msgid "Operator class \"%s\" already exists for access method \"%s\""
 msgstr ""
 
-#: ../commands/async.c:558
-msgid "AtCommit_Notify: done"
+#: commands/opclasscmds.c:269
+#, c-format
+msgid ""
+"Can't add class \"%s\" as default for type %s\n"
+"\tclass \"%s\" already is the default"
 msgstr ""
 
-#: ../commands/async.c:631
-msgid "Async_NotifyHandler: perform async notify"
+#: commands/opclasscmds.c:477
+#, c-format
+msgid "RemoveOpClass: access method \"%s\" not found"
 msgstr ""
 
-#: ../commands/async.c:636
-msgid "Async_NotifyHandler: done"
+#: commands/opclasscmds.c:504 commands/opclasscmds.c:512
+#, c-format
+msgid ""
+"RemoveOpClass: operator class \"%s\" not supported by access method \"%s\""
 msgstr ""
 
-#: ../commands/async.c:703
-msgid "EnableNotifyInterrupt: perform async notify"
+#: commands/opclasscmds.c:556
+#, c-format
+msgid "RemoveOpClassById: couldn't find pg_class entry %u"
 msgstr ""
 
-#: ../commands/async.c:708
-msgid "EnableNotifyInterrupt: done"
+#: commands/operatorcmds.c:103
+msgid "setof type not implemented for leftarg"
 msgstr ""
 
-#: ../commands/async.c:759
-msgid "ProcessIncomingNotify"
+#: commands/operatorcmds.c:109
+msgid "setof type not implemented for rightarg"
 msgstr ""
 
-#: ../commands/async.c:795
+#: commands/operatorcmds.c:135
 #, c-format
-msgid "ProcessIncomingNotify: received %s from %d"
+msgid "DefineOperator: attribute \"%s\" not recognized"
 msgstr ""
 
-#: ../commands/async.c:837
-msgid "ProcessIncomingNotify: done"
-msgstr ""
+#: commands/operatorcmds.c:144
+msgid "Define: \"procedure\" unspecified"
+msgstr "Define: »procedure« nicht angegeben"
 
-#: ../commands/async.c:864
+#: commands/operatorcmds.c:215
 #, c-format
-msgid "NOTIFY for %s"
+msgid "RemoveOperator: failed to find tuple for operator '%s'"
 msgstr ""
 
-#: ../commands/cluster.c:97
-#, c-format
-msgid "CLUSTER: no pg_index entry for index %u"
-msgstr "CLUSTER: kein pg_index-Eintrag für Index %u"
-
-#: ../commands/cluster.c:100
+#: commands/operatorcmds.c:251
 #, c-format
-msgid "CLUSTER: \"%s\" is not an index for table \"%s\""
-msgstr "CLUSTER: »%s« ist kein Index für Tabelle »%s«"
+msgid "RemoveOperatorById: failed to find tuple for operator %u"
+msgstr ""
 
-#: ../commands/command.c:113
+#: commands/portalcmds.c:88
 msgid "PerformPortalFetch: missing portal name"
 msgstr "PerformPortalFetch: Portalname fehlt"
 
-#: ../commands/command.c:123
+#: commands/portalcmds.c:98
 #, c-format
 msgid "PerformPortalFetch: portal \"%s\" not found"
 msgstr "PerformPortalFetch: Portal »%s« nicht gefunden"
 
-#: ../commands/command.c:245
+#: commands/portalcmds.c:201
 msgid "PerformPortalClose: missing portal name"
 msgstr "PerformPortalClose: Portalname fehlt"
 
-#: ../commands/command.c:255
+#: commands/portalcmds.c:211
 #, c-format
 msgid "PerformPortalClose: portal \"%s\" not found"
 msgstr "PerformPortalClose: Portal »%s« nicht gefunden"
 
-#: ../commands/command.c:325 ../commands/command.c:548
-#: ../commands/command.c:1054 ../tcop/utility.c:372
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" is a system catalog"
-msgstr "ALTER TABLE: Relation »%s« ist ein Systemkatalog"
-
-#: ../commands/command.c:328 ../commands/command.c:552
-#: ../commands/command.c:721 ../commands/command.c:1058
-#: ../commands/command.c:1195 ../commands/command.c:1677
-#: ../commands/command.c:1750 ../commands/command.c:1828
-msgid "ALTER TABLE: permission denied"
-msgstr "ALTER TABLE: keine Berechtigung"
-
-#: ../commands/command.c:337 ../commands/command.c:558
-#: ../commands/command.c:727 ../commands/command.c:1068
-#: ../commands/command.c:1205 ../commands/command.c:1696
-#: ../commands/command.c:1838
+#: commands/trigger.c:132
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table"
-msgstr "ALTER TABLE: Relation »%s« ist keine Tabelle"
-
-#: ../commands/command.c:394
-msgid ""
-"Adding columns with defaults is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE SET DEFAULT."
-msgstr ""
-
-#: ../commands/command.c:398
-msgid ""
-"Adding NOT NULL columns is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE ADD CONSTRAINT."
+msgid "Unable to find table for constraint \"%s\""
 msgstr ""
 
-#: ../commands/command.c:409 ../commands/command.c:1088
-#: ../commands/command.c:1766 ../commands/command.c:1852
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" not found"
-msgstr "ALTER TABLE: Relation »%s« nicht gefunden"
-
-#: ../commands/command.c:416
-#, c-format
-msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
-msgstr "ALTER TABLE: Spaltenname »%s« existiert bereits in Tabelle »%s«"
-
-#: ../commands/command.c:422
-#, c-format
-msgid "ALTER TABLE: relations limited to %d columns"
-msgstr "ALTER TABLE: Relationen sind auf %d Spalten beschränkt"
-
-#: ../commands/command.c:443
-#, c-format
-msgid "ALTER TABLE: type \"%s\" does not exist"
-msgstr "ALTER TABLE: Typ »%s« existiert nicht"
-
-#: ../commands/command.c:606 ../commands/command.c:780
+#: commands/trigger.c:137
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
-msgstr "ALTER TABLE: Relation »%s« hat keine Spalte »%s«"
+msgid "CreateTrigger: relation \"%s\" is not a table"
+msgstr "CreateTrigger: Relation »%s« ist keine Tabelle"
 
-#: ../commands/command.c:784
+#: commands/trigger.c:141
 #, c-format
-msgid "ALTER TABLE: cannot change system attribute \"%s\""
-msgstr "ALTER TABLE: Systemattribut »%s« kann nicht geändert werden"
-
-#: ../commands/command.c:966
-msgid "target column is used in a constraint"
-msgstr "Zielspalte wird in einem Constraint verwendet"
-
-#: ../commands/command.c:1001
-msgid "target column is used in an index"
-msgstr "Zielspalte wird in einem Index verwendet"
-
-#: ../commands/command.c:1045
-msgid "ALTER TABLE / DROP COLUMN with inherit option is not supported yet"
+msgid "CreateTrigger: can't create trigger for system relation %s"
 msgstr ""
 
-#: ../commands/command.c:1078
-msgid "ALTER TABLE: cannot drop a column on table that is inherited from"
+#: commands/trigger.c:199
+msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet"
 msgstr ""
 
-#: ../commands/command.c:1099 ../commands/command.c:1863
-msgid "couldn't lock pg_class tuple"
-msgstr "konnte pg_class-Reihe nicht sperren"
-
-#: ../commands/command.c:1114
-#, c-format
-msgid "ALTER TABLE: column name \"%s\" doesn't exist in table \"%s\""
-msgstr "ALTER TABLE: Spaltenname »%s« existiert nicht in Tabelle »%s«"
-
-#: ../commands/command.c:1120
-#, c-format
-msgid "ALTER TABLE: column name \"%s\" was already dropped"
-msgstr "ALTER TABLE: Spalte »%s« wurde bereits entfernt"
-
-#: ../commands/command.c:1129
-msgid "the column is referenced"
+#: commands/trigger.c:207
+msgid "CreateTrigger: double INSERT event specified"
 msgstr ""
 
-#: ../commands/command.c:1176
-msgid "ALTER TABLE / DROP COLUMN is not implemented"
-msgstr "ALTER TABLE / DROP COLUMN ist nicht implementiert"
-
-#: ../commands/command.c:1291
-#, c-format
-msgid "CHECK '%s' does not yield boolean result"
-msgstr "CHECK »%s« ergibt kein boolesches Resultat"
-
-#: ../commands/command.c:1299
-#, c-format
-msgid "Only relation '%s' can be referenced in CHECK"
+#: commands/trigger.c:212
+msgid "CreateTrigger: double DELETE event specified"
 msgstr ""
 
-#: ../commands/command.c:1342
-#, c-format
-msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
-msgstr "AlterTableAddConstraint: wegen CHECK-Constraint »%s« abgelehnt"
-
-#: ../commands/command.c:1442
-#, c-format
-msgid "ALTER TABLE / ADD CONSTRAINT: Index \"%u\" not found"
-msgstr "ALTER TABLE / ADD CONSTRAINT: Index %u nicht gefunden"
-
-#: ../commands/command.c:1501
-#, c-format
-msgid "Unique primary key already defined on relation \"%s\""
+#: commands/trigger.c:217
+msgid "CreateTrigger: double UPDATE event specified"
 msgstr ""
 
-#: ../commands/command.c:1503
-#, c-format
-msgid ""
-"Unique constraint already defined on the specified attributes in relation \"%"
-"s\""
+#: commands/trigger.c:221
+msgid "CreateTrigger: unknown event specified"
 msgstr ""
 
-#: ../commands/command.c:1520
+#: commands/trigger.c:247
 #, c-format
-msgid "ALTER TABLE / ADD UNIQUE will create implicit index '%s' for table '%s'"
+msgid "CreateTrigger: trigger %s already defined on relation %s"
 msgstr ""
 
-#: ../commands/command.c:1523
+#: commands/trigger.c:259
 #, c-format
-msgid ""
-"Unique constraint supercedes existing index on relation \"%s\".  Drop the "
-"existing index to remove redundancy."
-msgstr ""
-
-#: ../commands/command.c:1529
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type."
-msgstr ""
-"ALTER TABLE / ADD CONSTRAINT ist für diesen Constraint-Typ nicht "
-"implementiert."
-
-#: ../commands/command.c:1545
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT: Unable to reference temporary table from "
-"permanent table constraint."
+msgid "CreateTrigger: function %s() does not exist"
 msgstr ""
-"ALTER TABLE / ADD CONSTRAINT: Temporäre Tabelle kann nicht in permanentem "
-"Constraint benutzt werden"
 
-#: ../commands/command.c:1554
+#: commands/trigger.c:270
 #, c-format
-msgid "referenced table \"%s\" not a relation"
-msgstr ""
-
-#: ../commands/command.c:1651
 msgid ""
-"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
+"CreateTrigger: changing return type of function %s() from OPAQUE to TRIGGER"
 msgstr ""
 
-#: ../commands/command.c:1685
-msgid "ALTER TABLE / DROP CONSTRAINT does not support the CASCADE keyword"
-msgstr ""
-
-#: ../commands/command.c:1726
+#: commands/trigger.c:275
 #, c-format
-msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
-msgstr ""
-
-#: ../commands/command.c:1730
-msgid "Multiple constraints dropped"
+msgid "CreateTrigger: function %s() must return TRIGGER"
 msgstr ""
 
-#: ../commands/command.c:1778
+#: commands/trigger.c:375
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table, index, view, or sequence"
+msgid "CreateTrigger: relation %s not found in pg_class"
 msgstr ""
-"ALTER TABLE: Relation »%s« ist weder Tabelle, Index, Sicht noch Sequenz"
-
-#: ../commands/command.c:1881
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" already has a toast table"
-msgstr "ALTER TABLE: Relation »%s« hat schon eine TOAST-Tabelle"
 
-#: ../commands/command.c:1898
+#: commands/trigger.c:460
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
-msgstr "ALTER TABLE: Relation »%s« braucht keine TOAST-Tabelle"
-
-#: ../commands/command.c:2083
-msgid "LOCK TABLE: permission denied"
-msgstr "LOCK TABLE: keine Berechtigung"
+msgid "DropTrigger: there is no trigger %s on relation %s"
+msgstr ""
 
-#: ../commands/command.c:2089
+#: commands/trigger.c:509
 #, c-format
-msgid "LOCK TABLE: %s is not a table"
-msgstr "LOCK TABLE: %s ist keine Tabelle"
+msgid "RemoveTriggerById: Trigger %u does not exist"
+msgstr "RemoveTriggerById: Trigger %u existiert nicht"
 
-#: ../commands/comment.c:112
+#: commands/trigger.c:520
 #, c-format
-msgid "An attempt was made to comment on a unknown type: %d"
-msgstr ""
+msgid "DropTrigger: relation \"%s\" is not a table"
+msgstr "DropTrigger: Relation »%s« ist keine Tabelle"
 
-#: ../commands/comment.c:332 ../commands/comment.c:393
+#: commands/trigger.c:524
 #, c-format
-msgid "you are not permitted to comment on class '%s'"
+msgid "DropTrigger: can't drop trigger for system relation %s"
 msgstr ""
 
-#: ../commands/comment.c:348
+#: commands/trigger.c:549
 #, c-format
-msgid "relation '%s' is not an index"
+msgid "DropTrigger: relation %s not found in pg_class"
 msgstr ""
 
-#: ../commands/comment.c:352
+#: commands/trigger.c:554
 #, c-format
-msgid "relation '%s' is not a table"
+msgid "DropTrigger: relation %s has reltriggers = 0"
 msgstr ""
 
-#: ../commands/comment.c:356
+#: commands/trigger.c:625
 #, c-format
-msgid "relation '%s' is not a view"
+msgid "renametrig: trigger %s already defined on relation %s"
 msgstr ""
 
-#: ../commands/comment.c:360
+#: commands/trigger.c:666
 #, c-format
-msgid "relation '%s' is not a sequence"
+msgid "renametrig: trigger %s not defined on relation %s"
 msgstr ""
 
-#: ../commands/comment.c:403
+#: commands/trigger.c:729
 #, c-format
-msgid "'%s' is not an attribute of class '%s'"
+msgid "RelationBuildTriggers: unexpected record found for rel %s"
 msgstr ""
 
-#: ../commands/comment.c:447
+#: commands/trigger.c:757
 #, c-format
-msgid "database '%s' does not exist"
+msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
 msgstr ""
 
-#: ../commands/comment.c:453
+#: commands/trigger.c:777
 #, c-format
-msgid "you are not permitted to comment on database '%s'"
+msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
 msgstr ""
 
-#: ../commands/comment.c:489
+#: commands/trigger.c:1129
 #, c-format
-msgid "you are not permitted to comment on rule '%s'"
+msgid "ExecCallTriggerFunc: function %u returned NULL"
 msgstr ""
 
-#: ../commands/comment.c:498
-#, c-format
-msgid "rule '%s' does not exist"
+#: 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/comment.c:531
+#: commands/trigger.c:1391 executor/execMain.c:1065
 #, c-format
-msgid "you are not permitted to comment on type '%s'"
+msgid "Unknown status %u from heap_mark4update"
 msgstr ""
 
-#: ../commands/comment.c:540 ../commands/comment.c:574
-#, c-format
-msgid "type '%s' does not exist"
+#: commands/trigger.c:1403
+msgid "GetTupleForTrigger: failed ReadBuffer"
 msgstr ""
 
-#: ../commands/comment.c:584
-#, c-format
-msgid "you are not permitted to comment on aggregate '%s' for all types"
+#: commands/trigger.c:1591
+msgid "DeferredTriggerExecute: failed to fetch old tuple"
 msgstr ""
 
-#: ../commands/comment.c:587
-#, c-format
-msgid "you are not permitted to comment on aggregate '%s' for type %s"
+#: commands/trigger.c:1598
+msgid "DeferredTriggerExecute: failed to fetch new tuple"
 msgstr ""
 
-#: ../commands/comment.c:653
+#: commands/trigger.c:1619
 #, c-format
-msgid "CommentProc: type '%s' not found"
+msgid "DeferredTriggerExecute: can't find trigger %u"
 msgstr ""
 
-#: ../commands/comment.c:660
+#: commands/trigger.c:1765
 #, c-format
-msgid "you are not permitted to comment on function '%s'"
+msgid "deferredTriggerInvokeEvents: relation %u has no triggers"
 msgstr ""
 
-#: ../commands/comment.c:723
-#, c-format
-msgid "left type '%s' does not exist"
+#: commands/trigger.c:1876
+msgid "DeferredTriggerBeginXact() called while inside transaction"
 msgstr ""
 
-#: ../commands/comment.c:732
-#, c-format
-msgid "right type '%s' does not exist"
+#: commands/trigger.c:2052
+msgid "unnamed constraints cannot be set explicitly"
 msgstr ""
 
-#: ../commands/comment.c:744
+#: commands/trigger.c:2083
 #, c-format
-msgid "operator '%s' is of an illegal type'"
+msgid "Constraint '%s' is not deferrable"
 msgstr ""
 
-#: ../commands/comment.c:754
+#: commands/trigger.c:2097
 #, c-format
-msgid "operator '%s' does not exist"
+msgid "Constraint '%s' does not exist"
 msgstr ""
 
-#: ../commands/comment.c:761
-#, c-format
-msgid "you are not permitted to comment on operator '%s'"
+#: commands/trigger.c:2174
+msgid "DeferredTriggerSaveEvent() called outside of transaction"
 msgstr ""
 
-#: ../commands/comment.c:769
+#: commands/schemacmds.c:79
 #, c-format
-msgid "operator '%s' does not have an underlying function"
+msgid ""
+"CREATE SCHEMA: permission denied\n"
+"\t\"%s\" is not a superuser, so cannot create a schema for \"%s\""
 msgstr ""
 
-#: ../commands/comment.c:802
+#: commands/schemacmds.c:92
 #, c-format
-msgid "you are not permitted to comment on trigger '%s' %s '%s'"
-msgstr ""
+msgid ""
+"CREATE SCHEMA: Illegal schema name: \"%s\" -- pg_ is reserved for system "
+"schemas"
+msgstr "CREATE SCHEMA: illegaler Schemaname: »%s« -- pg_ is für Systemschemas reserviert"
 
-#: ../commands/comment.c:821
-#, c-format
-msgid "trigger '%s' defined for relation '%s' does not exist"
+#: commands/schemacmds.c:162
+msgid "Schema name may not be qualified"
 msgstr ""
 
-#: ../commands/copy.c:116
+#: commands/schemacmds.c:169
 #, c-format
-msgid "CopySendData: %m"
-msgstr ""
+msgid "Schema \"%s\" does not exist"
+msgstr "Schema »%s« existiert nicht"
 
-#: ../commands/copy.c:284 ../commands/trigger.c:319 ../executor/execMain.c:424
-#: ../executor/execMain.c:454 ../storage/ipc/shmqueue.c:234
-#: ../storage/ipc/shmqueue.c:254 ../tcop/utility.c:273 ../tcop/utility.c:554
-#: ../tcop/utility.c:876 ../tcop/utility.c:891
+#: commands/schemacmds.c:206
 #, c-format
-msgid "%s: %s"
-msgstr ""
+msgid "RemoveSchemaById: schema %u not found"
+msgstr "RemoveSchemaById: Schema %u nicht gefunden"
 
-#: ../commands/copy.c:286
-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."
+#: commands/sequence.c:207
+msgid "DefineSequence: ReadBuffer failed"
 msgstr ""
 
-#: ../commands/copy.c:295
-msgid "COPY BINARY is not supported to stdout or from stdin"
-msgstr ""
+#: commands/sequence.c:334
+#, c-format
+msgid "%s.nextval: you don't have permissions to set sequence %s"
+msgstr "%s.nextval: keine Berechtigung um Sequenz %s zu setzen"
 
-#: ../commands/copy.c:311 ../commands/copy.c:343
+#: commands/sequence.c:409
 #, c-format
-msgid "You cannot copy view %s"
+msgid "%s.nextval: reached MAXVALUE (%s)"
 msgstr ""
 
-#: ../commands/copy.c:313
+#: commands/sequence.c:430
 #, c-format
-msgid "You cannot change sequence relation %s"
+msgid "%s.nextval: reached MINVALUE (%s)"
 msgstr ""
 
-#: ../commands/copy.c:315 ../commands/copy.c:347
+#: commands/sequence.c:520
 #, c-format
-msgid "You cannot copy object %s"
-msgstr ""
+msgid "%s.currval: you don't have permissions to read sequence %s"
+msgstr "%s.curval: keine Berechtigung um Sequenz %s zu lesen"
 
-#: ../commands/copy.c:331
+#: commands/sequence.c:524
 #, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for reading.  Errno = %s (%d)."
-msgstr ""
+msgid "%s.currval is not yet defined in this session"
+msgstr "%s.currval ist in dieser Sitzung noch nicht definiert"
 
-#: ../commands/copy.c:345
+#: commands/sequence.c:559
 #, c-format
-msgid "You cannot copy sequence %s"
-msgstr ""
+msgid "%s.setval: you don't have permissions to set sequence %s"
+msgstr "%s.setval: keine Berechtigung um Sequenz %s zu lesen"
 
-#: ../commands/copy.c:369
-msgid "Relative path not allowed for server side COPY command."
+#: commands/sequence.c:574
+#, c-format
+msgid "%s.setval: value %s is out of bounds (%s,%s)"
 msgstr ""
 
-#: ../commands/copy.c:377
+#: commands/sequence.c:700
 #, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for writing.  Errno = %s (%d)."
+msgid "%s.%s: %s is not a sequence"
 msgstr ""
 
-#: ../commands/copy.c:426
-#, c-format
-msgid "COPY: table %s does not have OIDs"
-msgstr "COPY: Tabelle %s hat keine OIDs"
+#: commands/sequence.c:718
+msgid "Memory exhausted in init_sequence"
+msgstr ""
 
-#: ../commands/copy.c:446
+#: commands/sequence.c:746
 #, c-format
-msgid "COPY: couldn't lookup info for type %u"
+msgid "%s.%s: invalid number of blocks in sequence"
 msgstr ""
 
-#: ../commands/copy.c:693
-msgid "COPY BINARY: file signature not recognized"
+#: commands/sequence.c:751
+#, c-format
+msgid "%s.%s: ReadBuffer failed"
 msgstr ""
 
-#: ../commands/copy.c:698
-msgid "COPY BINARY: incompatible integer layout"
+#: commands/sequence.c:760
+#, c-format
+msgid "%s.%s: bad magic (%08X)"
 msgstr ""
 
-#: ../commands/copy.c:702
-msgid "COPY BINARY: bogus file header (missing flags)"
+#: commands/sequence.c:803
+msgid "DefineSequence: CYCLE ??"
 msgstr ""
 
-#: ../commands/copy.c:706
-msgid "COPY BINARY: unrecognized critical flags in header"
+#: commands/sequence.c:807
+#, c-format
+msgid "DefineSequence: option \"%s\" not recognized"
 msgstr ""
 
-#: ../commands/copy.c:711
-msgid "COPY BINARY: bogus file header (missing length)"
+#: commands/sequence.c:814
+msgid "DefineSequence: can't INCREMENT by 0"
 msgstr ""
 
-#: ../commands/copy.c:717
-msgid "COPY BINARY: bogus file header (wrong length)"
+#: commands/sequence.c:843
+#, c-format
+msgid "DefineSequence: MINVALUE (%s) must be less than MAXVALUE (%s)"
 msgstr ""
 
-#: ../commands/copy.c:756
-msgid "COPY TEXT: NULL Oid"
+#: commands/sequence.c:864
+#, c-format
+msgid "DefineSequence: START value (%s) can't be less than MINVALUE (%s)"
 msgstr ""
 
-#: ../commands/copy.c:764
-msgid "COPY TEXT: Invalid Oid"
+#: commands/sequence.c:874
+#, c-format
+msgid "DefineSequence: START value (%s) can't be greater than MAXVALUE (%s)"
 msgstr ""
 
-#: ../commands/copy.c:802
+#: commands/sequence.c:885
 #, c-format
-msgid "COPY BINARY: tuple field count is %d, expected %d"
+msgid "DefineSequence: CACHE (%s) can't be <= 0"
 msgstr ""
 
-#: ../commands/copy.c:809 ../commands/copy.c:815 ../commands/copy.c:824
-#: ../commands/copy.c:838 ../commands/copy.c:847 ../commands/copy.c:859
-#: ../commands/copy.c:875
-msgid "COPY BINARY: unexpected EOF"
+#: commands/sequence.c:905
+#, c-format
+msgid "seq_redo: unknown op code %u"
 msgstr ""
 
-#: ../commands/copy.c:811
+#: commands/sequence.c:913
 #, c-format
-msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
+msgid "seq_redo: can't read block of %u/%u"
 msgstr ""
 
-#: ../commands/copy.c:817
-msgid "COPY BINARY: Invalid Oid"
+#: commands/sequence.c:929
+msgid "seq_redo: failed to add item to page"
 msgstr ""
 
-#: ../commands/copy.c:828
-#, c-format
-msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
+#: commands/tablecmds.c:152
+msgid "DefineRelation: please inherit from a relation or define an attribute"
 msgstr ""
 
-#: ../commands/copy.c:840
-msgid "COPY BINARY: bogus varlena length"
+#: commands/tablecmds.c:360
+#, c-format
+msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
 msgstr ""
 
-#: ../commands/copy.c:973
+#: commands/tablecmds.c:363
 #, c-format
-msgid "GetInputFunction: Cache lookup of type %u failed"
+msgid "TRUNCATE cannot be used on views. '%s' is a view"
 msgstr ""
 
-#: ../commands/copy.c:989
+#: commands/tablecmds.c:366
 #, c-format
-msgid "GetTypeElement: Cache lookup of type %u failed"
+msgid "TRUNCATE can only be used on tables. '%s' is not a table"
 msgstr ""
 
-#: ../commands/copy.c:1005
-msgid "CopyReadNewline: extra fields ignored"
+#: commands/tablecmds.c:372
+#, c-format
+msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
 msgstr ""
 
-#: ../commands/copy.c:1140
-msgid "CopyReadAttribute: end of record marker corrupted"
+#: commands/tablecmds.c:393
+msgid "TRUNCATE cannot be used on temp tables of other processes"
 msgstr ""
 
-#: ../commands/creatinh.c:81
-msgid "DefineRelation: please inherit from a relation or define an attribute"
+#: commands/tablecmds.c:417
+#, c-format
+msgid ""
+"TRUNCATE cannot be used as table %s references this one via foreign key "
+"constraint %s"
 msgstr ""
 
-#: ../commands/creatinh.c:329
+#: commands/tablecmds.c:527
 #, c-format
 msgid "CREATE TABLE: attribute \"%s\" duplicated"
 msgstr "CREATE TABLE: Attribut »%s« ist doppelt angegeben"
 
-#: ../commands/creatinh.c:344
-#, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
-msgstr "CREATE TABLE: vererbte Relation »%s« ist doppelt angegeben"
-
-#: ../commands/creatinh.c:367
+#: commands/tablecmds.c:550
 #, c-format
 msgid "CREATE TABLE: inherited relation \"%s\" is not a table"
 msgstr "CREATE TABLE: vererbte Relation »%s« ist keine Tabelle"
 
-#: ../commands/creatinh.c:370
+#: commands/tablecmds.c:554
 #, c-format
 msgid "CREATE TABLE: cannot inherit from temp relation \"%s\""
 msgstr "CREATE TABLE: von temporärer Relation »%s« kann nicht vererbt werden"
 
-#: ../commands/creatinh.c:377
+#: commands/tablecmds.c:569
 #, c-format
-msgid "you do not own table \"%s\""
-msgstr "Sie sind nicht der Eigentümer von Tabelle »%s«"
-
-#: ../commands/creatinh.c:413
-#, c-format
-msgid "CREATE TABLE: cache lookup failed for type %u"
-msgstr ""
+msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
+msgstr "CREATE TABLE: vererbte Relation »%s« ist doppelt angegeben"
 
-#: ../commands/creatinh.c:428
+#: commands/tablecmds.c:621
 #, c-format
 msgid ""
 "CREATE TABLE: merging multiple inherited definitions of attribute \"%s\""
 msgstr ""
 "CREATE TABLE: geerbte Definitionen von Attribut »%s« werden verschmolzen"
 
-#: ../commands/creatinh.c:433
+#: commands/tablecmds.c:626
 #, c-format
 msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)"
 msgstr "CREATE TABLE: Typenkonflikt bei geerbten Attribut »%s« (%s und %s)"
 
-#: ../commands/creatinh.c:567
+#: commands/tablecmds.c:772
 #, c-format
 msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition"
 msgstr "CREATE TABLE: Attribut »%s« wird mit geerbter Definition verschmolzen"
 
-#: ../commands/creatinh.c:572
+#: commands/tablecmds.c:777
 #, c-format
 msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)"
 msgstr "CREATE TABLE: Typenkonflikt bei Attribut »%s« (%s und %s)"
 
-#: ../commands/creatinh.c:606
+#: commands/tablecmds.c:815
 #, c-format
 msgid ""
 "CREATE TABLE: attribute \"%s\" inherits conflicting default values\n"
@@ -3207,2096 +4326,1980 @@ msgstr ""
 "CREATE TABLE: Attribut »%s« erbt widersprüchliche Default-Werte\n"
 "Um den Konflikt zu lösen, muß ein Default-Wert angegeben werden"
 
-#: ../commands/creatinh.c:843
+#: commands/tablecmds.c:1059
 #, c-format
 msgid "setRelhassubclassInRelation: cache lookup failed for relation %u"
 msgstr ""
 
-#: ../commands/dbcommands.c:84 ../commands/dbcommands.c:317
-msgid "current user name is invalid"
-msgstr "aktueller Benutzername ist ungültig"
-
-#: ../commands/dbcommands.c:87
-msgid "CREATE DATABASE: permission denied"
-msgstr "CREATE DATABASE: keine Berechtigung"
-
-#: ../commands/dbcommands.c:91
-msgid "CREATE DATABASE: may not be called in a transaction block"
-msgstr ""
-"CREATE DATABASE: kann nicht in einem Transaktionsblock aufgerufen werden"
-
-#: ../commands/dbcommands.c:102 ../commands/dbcommands.c:233
-#, c-format
-msgid "CREATE DATABASE: database \"%s\" already exists"
-msgstr "CREATE DATABASE: Datenbank »%s« existiert bereits"
-
-#: ../commands/dbcommands.c:114
-#, c-format
-msgid "CREATE DATABASE: template \"%s\" does not exist"
-msgstr "CREATE DATABASE: Schablone »%s« existiert nicht"
-
-#: ../commands/dbcommands.c:124
+#: commands/tablecmds.c:1114
 #, c-format
-msgid "CREATE DATABASE: permission to copy \"%s\" denied"
-msgstr "CREATE DATABASE: keine Berechtigung um »%s« zu kopieren"
+msgid "renameatt: class \"%s\" is a system catalog"
+msgstr "renameatt: Klasse »%s« ist ein Systemkatalog"
 
-#: ../commands/dbcommands.c:143
+#: commands/tablecmds.c:1160
 #, c-format
-msgid ""
-"CREATE DATABASE: source database \"%s\" is being accessed by other users"
-msgstr ""
-"CREATE DATABASE: auf Quelldatenbank »%s« wird gerade von anderen Benutzern "
-"zugegriffen"
-
-#: ../commands/dbcommands.c:152
-msgid "CREATE DATABASE: invalid backend encoding"
-msgstr ""
-
-#: ../commands/dbcommands.c:172 ../commands/dbcommands.c:174
-#: ../commands/dbcommands.c:176
-msgid "database path may not contain single quotes"
+msgid "Inherited attribute \"%s\" must be renamed in child tables too"
 msgstr ""
 
-#: ../commands/dbcommands.c:199
+#: commands/tablecmds.c:1168
 #, c-format
-msgid "CREATE DATABASE: unable to create database directory '%s': %m"
-msgstr "CREATE DATABASE: konnte Datenbankverzeichnis »%s« nicht erstellen: %m"
+msgid "renameatt: attribute \"%s\" does not exist"
+msgstr "renameatt: Attribut »%s« existiert nicht"
 
-#: ../commands/dbcommands.c:207
+#: commands/tablecmds.c:1173
 #, c-format
-msgid "CREATE DATABASE: could not link '%s' to '%s': %m"
-msgstr ""
-
-#: ../commands/dbcommands.c:217
-msgid "CREATE DATABASE: could not initialize database directory"
-msgstr "CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren"
-
-#: ../commands/dbcommands.c:219
-msgid ""
-"CREATE DATABASE: could not initialize database directory; delete failed as "
-"well"
-msgstr ""
-"CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren; Löschen "
-"schlug auch fehl"
+msgid "renameatt: system attribute \"%s\" may not be renamed"
+msgstr "renameatt: Systemattribut »%s« kann nicht umbenannt werden"
 
-#: ../commands/dbcommands.c:311
-msgid "DROP DATABASE: cannot be executed on the currently open database"
+#: commands/tablecmds.c:1181
+#, c-format
+msgid "renameatt: inherited attribute \"%s\" may not be renamed"
 msgstr ""
-"DROP DATABASE: kann nicht auf aktuell geöffnete Datenbank verwendet werden"
 
-#: ../commands/dbcommands.c:314
-msgid "DROP DATABASE: may not be called in a transaction block"
-msgstr "DROP DATABASE: kann nicht in einem Transaktionsblock verwendet werden"
-
-#: ../commands/dbcommands.c:332
+#: commands/tablecmds.c:1190
 #, c-format
-msgid "DROP DATABASE: database \"%s\" does not exist"
-msgstr "DROP DATABASE: Datenbank »%s« existiert nicht"
-
-#: ../commands/dbcommands.c:335
-msgid "DROP DATABASE: permission denied"
-msgstr "DROP DATABASE: keine Berechtigung"
-
-#: ../commands/dbcommands.c:343
-msgid "DROP DATABASE: database is marked as a template"
-msgstr "DROP DATABASE: Datenbank ist als Schablone gekennzeichnet"
+msgid "renameatt: attribute \"%s\" exists"
+msgstr "renameatt: Attribut »%s« existiert bereits"
 
-#: ../commands/dbcommands.c:352
+#: commands/tablecmds.c:1220
 #, c-format
-msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
+msgid "renameatt: can't find index id %u"
 msgstr ""
-"DROP DATABASE: auf Datenbank »%s« wird von anderen Benutzern zugegriffen"
 
-#: ../commands/dbcommands.c:369
+#: commands/tablecmds.c:1305
 #, c-format
-msgid ""
-"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the "
-"contrary"
-msgstr ""
-"DROP DATABASE: Datenbank »%s« existiert nicht, trotz früherer gegenteiliger "
-"Meldungen"
-
-#: ../commands/dbcommands.c:532
-msgid "Relative paths are not allowed as database locations"
-msgstr ""
-
-#: ../commands/dbcommands.c:534
-msgid "Absolute paths are not allowed as database locations"
-msgstr ""
+msgid "renamerel: system relation \"%s\" may not be renamed"
+msgstr "renamerel: Systemrelation »%s« darf nicht umbenannt werden"
 
-#: ../commands/dbcommands.c:544
+#: commands/tablecmds.c:1321
 #, c-format
-msgid "Postmaster environment variable '%s' not set"
-msgstr ""
+msgid "renamerel: relation \"%s\" does not exist"
+msgstr "renamerel: Relation »%s« existiert nicht"
 
-#: ../commands/dbcommands.c:546
+#: commands/tablecmds.c:1325
 #, c-format
-msgid "Postmaster environment variable '%s' must be absolute path"
-msgstr ""
+msgid "renamerel: relation \"%s\" exists"
+msgstr "renamerel: Relation »%s« existiert bereits"
 
-#: ../commands/dbcommands.c:578
+#: commands/tablecmds.c:1623 commands/tablecmds.c:1895
+#: commands/tablecmds.c:2029 commands/tablecmds.c:2244
+#: commands/tablecmds.c:2393 commands/tablecmds.c:2563
+#: commands/tablecmds.c:3525 commands/tablecmds.c:3700
 #, c-format
-msgid "could not remove '%s': %m"
-msgstr "konnte »%s« nicht löschen: %m"
+msgid "ALTER TABLE: relation \"%s\" is not a table"
+msgstr "ALTER TABLE: Relation »%s« ist keine Tabelle"
 
-#: ../commands/dbcommands.c:587
+#: commands/tablecmds.c:1634 commands/tablecmds.c:1900
+#: commands/tablecmds.c:2034 commands/tablecmds.c:2152
+#: commands/tablecmds.c:2251 commands/tablecmds.c:2398
+#: commands/tablecmds.c:2568 commands/tablecmds.c:3530
 #, c-format
-msgid "database directory '%s' could not be removed"
-msgstr "Datenbankverzeichnis »%s« konnte nicht entfernt werden"
+msgid "ALTER TABLE: relation \"%s\" is a system catalog"
+msgstr "ALTER TABLE: Relation »%s« ist ein Systemkatalog"
 
-#: ../commands/define.c:149
-msgid "untrusted function has been decommissioned."
+#: commands/tablecmds.c:1687
+#, c-format
+msgid "ALTER TABLE: child table \"%s\" has different type for column \"%s\""
 msgstr ""
 
-#: ../commands/define.c:160
+#: commands/tablecmds.c:1695
 #, c-format
-msgid "Unrecognized function attribute '%s' ignored"
+msgid "ALTER TABLE: merging definition of column \"%s\" for child %s"
 msgstr ""
 
-#: ../commands/define.c:202
-#, c-format
-msgid "CREATE FUNCTION: only one AS item needed for %s language"
+#: commands/tablecmds.c:1725
+msgid "Attribute must be added to child tables too"
 msgstr ""
 
-#: ../commands/define.c:261
-#, c-format
+#: commands/tablecmds.c:1742
 msgid ""
-"Only users with Postgres superuser privilege are permitted to create a "
-"function in the '%s' language.\n"
-"\tOthers may use the 'sql' language or the created procedural languages."
+"Adding columns with defaults is not implemented.\n"
+"\tAdd the column, then use ALTER TABLE SET DEFAULT."
 msgstr ""
 
-#: ../commands/define.c:282
-#, c-format
+#: commands/tablecmds.c:1746
 msgid ""
-"Unrecognized language specified in a CREATE FUNCTION: '%s'.\n"
-"\tPre-installed languages are SQL, C, and internal.\n"
-"\tAdditional languages may be installed using 'createlang'."
+"Adding NOT NULL columns is not implemented.\n"
+"\tAdd the column, then use ALTER TABLE ... SET NOT NULL."
 msgstr ""
 
-#: ../commands/define.c:292
+#: commands/tablecmds.c:1755 commands/tablecmds.c:3840
 #, c-format
-msgid "Language '%s' isn't defined as PL"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" not found"
+msgstr "ALTER TABLE: Relation »%s« nicht gefunden"
 
-#: ../commands/define.c:299
+#: commands/tablecmds.c:1767
 #, c-format
-msgid ""
-"Only users with Postgres superuser privilege are permitted to create a "
-"function in the '%s' language."
-msgstr ""
-
-#: ../commands/define.c:387
-msgid "setof type not implemented for leftarg"
-msgstr ""
-
-#: ../commands/define.c:394
-msgid "setof type not implemented for rightarg"
-msgstr ""
-
-#: ../commands/define.c:401
-msgid "CREATE OPERATOR: precedence not implemented"
-msgstr ""
-
-#: ../commands/define.c:406
-msgid "CREATE OPERATOR: associativity not implemented"
-msgstr ""
+msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
+msgstr "ALTER TABLE: Spaltenname »%s« existiert bereits in Tabelle »%s«"
 
-#: ../commands/define.c:432
+#: commands/tablecmds.c:1773
 #, c-format
-msgid "DefineOperator: attribute \"%s\" not recognized"
-msgstr ""
-
-#: ../commands/define.c:441
-msgid "Define: \"procedure\" unspecified"
-msgstr "Define: »procedure« nicht angegeben"
+msgid "ALTER TABLE: relations limited to %d columns"
+msgstr "ALTER TABLE: Relationen sind auf %d Spalten beschränkt"
 
-#: ../commands/define.c:503
+#: commands/tablecmds.c:1945 commands/tablecmds.c:2079
+#: commands/tablecmds.c:2197
 #, c-format
-msgid "DefineAggregate: attribute \"%s\" not recognized"
-msgstr ""
-
-#: ../commands/define.c:511
-msgid "Define: \"basetype\" unspecified"
-msgstr "Define: »basetype« nicht angegeben"
-
-#: ../commands/define.c:513
-msgid "Define: \"stype\" unspecified"
-msgstr "Define: »stype« nicht angegeben"
+msgid "ALTER TABLE: Cannot alter system attribute \"%s\""
+msgstr "ALTER TABLE: Systemattribut »%s« kann nicht geändert werden"
 
-#: ../commands/define.c:515
-msgid "Define: \"sfunc\" unspecified"
-msgstr "Define: »sfunc« nicht angegeben"
+#: commands/tablecmds.c:1966
+#, c-format
+msgid "ALTER TABLE: Index %u not found"
+msgstr "ALTER TABLE: Index %u nicht gefunden"
 
-#: ../commands/define.c:556
+#: commands/tablecmds.c:1981
 #, c-format
-msgid "DefineType: type names must be %d characters or less"
+msgid "ALTER TABLE: Attribute \"%s\" is in a primary key"
 msgstr ""
 
-#: ../commands/define.c:610
+#: commands/tablecmds.c:1997 commands/tablecmds.c:2111
+#: commands/tablecmds.c:2339
 #, c-format
-msgid "DefineType: \"%s\" alignment not recognized"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
+msgstr "ALTER TABLE: Relation »%s« hat keine Spalte »%s«"
 
-#: ../commands/define.c:626
+#: commands/tablecmds.c:2098
 #, c-format
-msgid "DefineType: \"%s\" storage not recognized"
+msgid "ALTER TABLE: Attribute \"%s\" contains NULL values"
 msgstr ""
 
-#: ../commands/define.c:631
+#: commands/tablecmds.c:2147
 #, c-format
-msgid "DefineType: attribute \"%s\" not recognized"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" is not a table or view"
+msgstr "ALTER TABLE: Relation »%s« ist keine Tabelle oder Sicht"
 
-#: ../commands/define.c:640
-msgid "Define: \"input\" unspecified"
+#: commands/tablecmds.c:2271
+#, c-format
+msgid "ALTER TABLE: statistics target %d is too low"
 msgstr ""
 
-#: ../commands/define.c:642
-msgid "Define: \"output\" unspecified"
+#: commands/tablecmds.c:2276
+msgid "ALTER TABLE: lowering statistics target to 1000"
 msgstr ""
 
-#: ../commands/define.c:697 ../commands/define.c:749
+#: commands/tablecmds.c:2297
 #, c-format
-msgid "Define: \"%s\" requires a parameter"
+msgid "ALTER TABLE: \"%s\" storage not recognized"
 msgstr ""
 
-#: ../commands/define.c:720 ../commands/define.c:770
+#: commands/tablecmds.c:2302
 #, c-format
-msgid "Define: cannot interpret argument of \"%s\""
+msgid "ALTER TABLE: Invalid column flag: %c"
 msgstr ""
 
-#: ../commands/define.c:730 ../commands/define.c:739
+#: commands/tablecmds.c:2344
 #, c-format
-msgid "Define: \"%s\" requires a numeric value"
-msgstr ""
+msgid "ALTER TABLE: cannot change system attribute \"%s\""
+msgstr "ALTER TABLE: Systemattribut »%s« kann nicht geändert werden"
 
-#: ../commands/define.c:756
+#: commands/tablecmds.c:2361
 #, c-format
-msgid "Define: \"%s\" requires an integral value"
+msgid "ALTER TABLE: Column datatype %s can only have storage \"plain\""
 msgstr ""
 
-#: ../commands/define.c:773
+#: commands/tablecmds.c:2415
 #, c-format
-msgid "Define: invalid argument for \"%s\""
-msgstr ""
+msgid "ALTER TABLE: Cannot drop system attribute \"%s\""
+msgstr "ALTER TABLE: Systemattribut »%s« kann nicht entfernt werden"
 
-#: ../commands/explain.c:54
+#: commands/tablecmds.c:2421
 #, c-format
-msgid "(transaction aborted): %s"
+msgid "ALTER TABLE: Cannot drop inherited column \"%s\""
 msgstr ""
 
-#: ../commands/explain.c:62
-msgid "Utility statements have no plan structure"
-msgstr ""
+#: commands/tablecmds.c:2450 commands/tablecmds.c:2501
+#, c-format
+msgid "ALTER TABLE: relation %u has no column \"%s\""
+msgstr "ALTER TABLE: Relation %u hat keine Spalte »%s«"
 
-#: ../commands/explain.c:72
-msgid "Query rewrites to nothing"
+#: commands/tablecmds.c:2455 commands/tablecmds.c:2506
+#, c-format
+msgid "ALTER TABLE: relation %u has non-inherited column \"%s\""
 msgstr ""
 
-#: ../commands/explain.c:97
+#: commands/tablecmds.c:2640
 msgid ""
-"QUERY PLAN:\n"
-"\n"
-"NOTIFY\n"
+"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type."
 msgstr ""
+"ALTER TABLE / ADD CONSTRAINT ist für diesen Constraint-Typ nicht "
+"implementiert."
 
-#: ../commands/explain.c:99
+#: commands/tablecmds.c:2670
 msgid ""
-"QUERY PLAN:\n"
-"\n"
-"UTILITY\n"
+"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
 msgstr ""
 
-#: ../commands/explain.c:155
+#: commands/tablecmds.c:2730
 #, c-format
-msgid ""
-"QUERY DUMP:\n"
-"\n"
-"%s"
+msgid "Only relation '%s' can be referenced in CHECK"
 msgstr ""
 
-#: ../commands/explain.c:168
+#: commands/tablecmds.c:2779
 #, c-format
-msgid ""
-"QUERY PLAN:\n"
-"\n"
-"%s"
-msgstr ""
+msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
+msgstr "AlterTableAddConstraint: wegen CHECK-Constraint »%s« abgelehnt"
 
-#: ../commands/indexcmds.c:87
-msgid "DefineIndex: must specify at least one attribute"
+#: commands/tablecmds.c:2835
+#, c-format
+msgid "referenced relation \"%s\" is not a table"
 msgstr ""
 
-#: ../commands/indexcmds.c:89
+#: commands/tablecmds.c:2840
 #, c-format
-msgid "Cannot use more than %d attributes in an index"
-msgstr ""
+msgid "%s: relation \"%s\" is a system catalog"
+msgstr "%s: Relation »%s« ist ein Systemkatalog"
 
-#: ../commands/indexcmds.c:96
+#: commands/tablecmds.c:2855
 #, c-format
-msgid "DefineIndex: relation \"%s\" not found"
-msgstr ""
+msgid "%s: Unable to reference temporary table from permanent table constraint"
+msgstr "%s: Temporäre Tabelle kann nicht in permanentem Constraint benutzt werden"
 
-#: ../commands/indexcmds.c:107
+#: commands/tablecmds.c:2897
 #, c-format
-msgid "DefineIndex: access method \"%s\" not found"
+msgid ""
+"%s: number of referencing and referenced attributes for foreign key disagree"
 msgstr ""
 
-#: ../commands/indexcmds.c:113
+#: commands/tablecmds.c:2978
 #, c-format
-msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
-msgstr ""
+msgid "%s: column \"%s\" referenced in foreign key constraint does not exist"
+msgstr "%s: Spalte »%s«, die im Foreign-Key verwendet wird, existiert nicht"
 
-#: ../commands/indexcmds.c:116
+#: commands/tablecmds.c:2981
 #, c-format
-msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
+msgid "Can only have %d keys in a foreign key"
 msgstr ""
 
-#: ../commands/indexcmds.c:135
-msgid "Existing indexes are inactive. REINDEX first"
+#: commands/tablecmds.c:3025
+#, c-format
+msgid "transformFkeyGetPrimaryKey: index %u not found"
 msgstr ""
 
-#: ../commands/indexcmds.c:153
-msgid "Functional index can only have one attribute"
+#: commands/tablecmds.c:3043
+#, c-format
+msgid "PRIMARY KEY for referenced table \"%s\" not found"
 msgstr ""
 
-#: ../commands/indexcmds.c:157
+#: commands/tablecmds.c:3099
 #, c-format
-msgid "Index function can take at most %d arguments"
-msgstr "Indexfunktion kann höchstens %d Argumente haben"
-
-#: ../commands/indexcmds.c:212
-msgid "Partial-index predicates may refer only to the base relation"
-msgstr "Indexprädikat kann nur auf die zu indizierende Tabelle Bezug nehmen"
-
-#: ../commands/indexcmds.c:220
-msgid "Cannot use subselect in index predicate"
-msgstr "Subselects können nicht im Indexprädikat verwendet werden"
-
-#: ../commands/indexcmds.c:222
-msgid "Cannot use aggregate in index predicate"
-msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
+msgid "transformFkeyCheckAttrs: index %u not found"
+msgstr "transformFkeyCheckAttrs: Index %u nicht gefunden"
 
-#: ../commands/indexcmds.c:229
-msgid "Cannot use non-cachable function in index predicate"
+#: commands/tablecmds.c:3157
+#, c-format
+msgid ""
+"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
 msgstr ""
 
-#: ../commands/indexcmds.c:270 ../commands/indexcmds.c:361
+#: commands/tablecmds.c:3324
 #, c-format
-msgid "DefineIndex: attribute \"%s\" not found"
-msgstr "DefineIndex: Attribut »%s« nicht gefunden"
-
-#: ../commands/indexcmds.c:295
 msgid ""
-"DefineIndex: functional index must use a real function, not a type coercion\n"
-"\tTry specifying the index opclass you want to use, instead"
+"number of key attributes in referenced table must be equal to foreign key\n"
+"\tIllegal FOREIGN KEY definition references \"%s\""
 msgstr ""
 
-#: ../commands/indexcmds.c:302
-msgid "DefineIndex: cannot index on a function returning a set"
+#: commands/tablecmds.c:3384
+msgid "Unrecognized ON DELETE action for FOREIGN KEY constraint"
 msgstr ""
 
-#: ../commands/indexcmds.c:319
-msgid "DefineIndex: index function must be marked iscachable"
-msgstr "DefineIndex: Indexfunktion muß als »iscachable« markiert werden"
-
-#: ../commands/indexcmds.c:354
-msgid "missing attribute for define index"
+#: commands/tablecmds.c:3455
+msgid "Unrecognized ON UPDATE action for FOREIGN KEY constraint"
 msgstr ""
 
-#: ../commands/indexcmds.c:388
+#: commands/tablecmds.c:3500
 #, 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 "fkMatchTypeToString: Unknown MATCH TYPE '%c'"
 msgstr ""
 
-#: ../commands/indexcmds.c:404
+#: commands/tablecmds.c:3576
 #, c-format
-msgid ""
-"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
+msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
 msgstr ""
 
-#: ../commands/indexcmds.c:412
-#, c-format
-msgid "operator class \"%s\" does not accept data type %s"
-msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
-
-#: ../commands/indexcmds.c:476
-#, c-format
-msgid "pg_opclass contains multiple default opclasses for data tyype %s"
+#: commands/tablecmds.c:3580
+msgid "Multiple constraints dropped"
 msgstr ""
 
-#: ../commands/indexcmds.c:502 ../commands/indexcmds.c:539
+#: commands/tablecmds.c:3605
 #, c-format
-msgid "index \"%s\" does not exist"
-msgstr "Index »%s« existiert nicht"
+msgid "ALTER TABLE: relation %u not found"
+msgstr "ALTER TABLE: Relation %u nicht gefunden"
 
-#: ../commands/indexcmds.c:505 ../commands/indexcmds.c:542
-#: ../commands/indexcmds.c:581
+#: commands/tablecmds.c:3667
 #, c-format
-msgid "relation \"%s\" is of type \"%c\""
-msgstr "Relation »%s« hat Typ »%c«"
-
-#: ../commands/indexcmds.c:533 ../commands/indexcmds.c:572
-msgid "REINDEX cannot run inside a BEGIN/END block"
-msgstr "REINDEX kann nicht in einem BEGIN/END-Block verwendet werden"
+msgid ""
+"ALTER TABLE: relation \"%s\" is not a table, TOAST table, index, view, or "
+"sequence"
+msgstr "ALTER TABLE: Relation »%s« ist weder Tabelle, TOAST-Tabelle, Index, Sicht noch Sequenz"
 
-#: ../commands/indexcmds.c:548
-#, c-format
-msgid "index \"%s\" wasn't reindexed"
-msgstr "Index »%s« wurde nicht neu indiziert"
+#: commands/tablecmds.c:3717
+msgid "Shared relations cannot be toasted after initdb"
+msgstr ""
 
-#: ../commands/indexcmds.c:578
+#: commands/tablecmds.c:3730
 #, c-format
-msgid "table \"%s\" does not exist"
-msgstr "Tabelle »%s« existiert nicht"
+msgid "ALTER TABLE: relation \"%s\" already has a toast table"
+msgstr "ALTER TABLE: Relation »%s« hat schon eine TOAST-Tabelle"
 
-#: ../commands/indexcmds.c:585
+#: commands/tablecmds.c:3745
 #, c-format
-msgid "table \"%s\" wasn't reindexed"
-msgstr "Tabelle »%s« wurde nicht neu indiziert"
+msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
+msgstr "ALTER TABLE: Relation »%s« braucht keine TOAST-Tabelle"
 
-#: ../commands/indexcmds.c:615
-msgid "REINDEX DATABASE: Can be executed only on the currently open database."
+#: commands/prepare.c:66
+msgid "No statement name given"
 msgstr ""
-"REINDEX DATABASE kann nur auf die aktuelle Datenbank angewendet werden."
 
-#: ../commands/indexcmds.c:618
-msgid "REINDEX DATABASE: Permission denied."
-msgstr "REINDEX DATABASE: keine Berechtigung"
+#: commands/prepare.c:69
+msgid "Utility statements cannot be prepared"
+msgstr ""
 
-#: ../commands/indexcmds.c:626
-msgid "REINDEX DATABASE cannot run inside a BEGIN/END block"
-msgstr "REINDEX DATABASE kann nicht in einem BEGIN/END-Block verwendet werden."
+#: commands/prepare.c:117
+msgid "ExecuteQuery: wrong number of arguments"
+msgstr ""
 
-#: ../commands/indexcmds.c:680
-#, c-format
-msgid "relation %u was reindexed"
-msgstr "Relation %u wurde neu indiziert"
+#: commands/prepare.c:168
+msgid "INTO clause specified for non-SELECT query"
+msgstr ""
 
-#: ../commands/proclang.c:72
-msgid ""
-"Only users with Postgres superuser privilege are permitted to create "
-"procedural languages"
+#: commands/prepare.c:211
+msgid "InitQueryHashTable: unable to create hash table"
 msgstr ""
 
-#: ../commands/proclang.c:84
+#: commands/prepare.c:241
 #, c-format
-msgid "Language %s already exists"
+msgid "Prepared statement with name \"%s\" already exists"
 msgstr ""
 
-#: ../commands/proclang.c:97
+#: commands/prepare.c:271
 #, c-format
-msgid "PL handler function %s() doesn't exist"
+msgid "Unable to store prepared statement \"%s\"!"
 msgstr ""
 
-#: ../commands/proclang.c:100
+#: commands/prepare.c:297 commands/prepare.c:314 commands/prepare.c:367
+#: commands/prepare.c:391
 #, c-format
-msgid "PL handler function %s() isn't of return type Opaque"
+msgid "Prepared statement with name \"%s\" does not exist"
 msgstr ""
 
-#: ../commands/proclang.c:157
-msgid ""
-"Only users with Postgres superuser privilege are permitted to drop "
-"procedural languages"
+#: commands/typecmds.c:94
+#, c-format
+msgid "DefineType: type names must be %d characters or less"
 msgstr ""
 
-#: ../commands/proclang.c:172
+#: commands/typecmds.c:124
 #, c-format
-msgid "Language %s doesn't exist"
+msgid "Array element type cannot be %s"
 msgstr ""
 
-#: ../commands/proclang.c:175
+#: commands/typecmds.c:155
 #, c-format
-msgid "Language %s isn't a created procedural language"
+msgid "DefineType: \"%s\" alignment not recognized"
 msgstr ""
 
-#: ../commands/remove.c:59 ../commands/remove.c:66
+#: commands/typecmds.c:171
 #, c-format
-msgid "RemoveOperator: type '%s' does not exist"
-msgstr "RemoveOperator: Typ »%s« existiert nicht"
+msgid "DefineType: \"%s\" storage not recognized"
+msgstr ""
 
-#: ../commands/remove.c:87
+#: commands/typecmds.c:176
 #, c-format
-msgid "RemoveOperator: operator '%s': permission denied"
-msgstr "RemoveOperator: Operator »%s«: keine Berechtigung"
+msgid "DefineType: attribute \"%s\" not recognized"
+msgstr ""
 
-#: ../commands/remove.c:100
-#, c-format
-msgid ""
-"RemoveOperator: binary operator '%s' taking '%s' and '%s' does not exist"
+#: commands/typecmds.c:185
+msgid "Define: \"input\" unspecified"
 msgstr ""
-"RemoveOperator: binärer Operator »%s« mit Operanden %s und %s existiert nicht"
 
-#: ../commands/remove.c:107
-#, c-format
-msgid "RemoveOperator: right unary operator '%s' taking '%s' does not exist"
+#: commands/typecmds.c:187
+msgid "Define: \"output\" unspecified"
 msgstr ""
-"RemoveOperator: rechter unärer Operator »%s« mit Operand %s existiert nicht"
 
-#: ../commands/remove.c:113
+#: commands/typecmds.c:220
 #, c-format
-msgid "RemoveOperator: left unary operator '%s' taking '%s' does not exist"
+msgid "TypeCreate: changing return type of function %s from OPAQUE to %s"
 msgstr ""
-"RemoveOperator: linker unärer Operator »%s« mit Operand %s existiert nicht"
 
-#: ../commands/remove.c:245
+#: commands/typecmds.c:225
 #, c-format
-msgid "RemoveType: type '%s': permission denied"
-msgstr "RemoveType: Typ »%s«: keine Berechtigung"
+msgid "Type input function %s must return %s"
+msgstr ""
 
-#: ../commands/remove.c:254 ../commands/remove.c:269
+#: commands/typecmds.c:233
 #, c-format
-msgid "RemoveType: type '%s' does not exist"
-msgstr "RemoveType: Typ »%s« existiert nicht"
+msgid "TypeCreate: changing return type of function %s from OPAQUE to CSTRING"
+msgstr ""
 
-#: ../commands/remove.c:316
+#: commands/typecmds.c:238
 #, c-format
-msgid "RemoveFunction: type '%s' not found"
-msgstr "RemoveFunction: Typ »%s« nicht gefunden"
+msgid "Type output function %s must return cstring"
+msgstr ""
 
-#: ../commands/remove.c:322
+#: commands/typecmds.c:366
 #, c-format
-msgid "RemoveFunction: function '%s': permission denied"
-msgstr "RemoveFunction: Funktion »%s«: keine Berechtigung"
+msgid "RemoveTypeById: type %u not found"
+msgstr "RemoveTypeById: Typ %u nicht gefunden"
 
-#: ../commands/remove.c:340
+#: commands/typecmds.c:426
 #, c-format
-msgid "Removing built-in function \"%s\""
-msgstr "eingebaute Funktion »%s« wird entfernt"
+msgid "CREATE DOMAIN: domain names must be %d characters or less"
+msgstr ""
 
-#: ../commands/remove.c:374
+#: commands/typecmds.c:445
 #, c-format
-msgid "RemoveAggregate: type '%s' does not exist"
-msgstr "RemoveAggregate: Typ »%s« existiert nicht"
+msgid "DefineDomain: %s is not a basetype"
+msgstr ""
 
-#: ../commands/remove.c:382
-#, c-format
-msgid "RemoveAggregate: aggregate '%s' for all types: permission denied"
+#: commands/typecmds.c:509
+msgid "CREATE DOMAIN has multiple DEFAULT expressions"
 msgstr ""
-"RemoveAggregate: Aggregatfunktion »%s« für alle Typen: keine Berechtigung"
 
-#: ../commands/remove.c:385
-#, c-format
-msgid "RemoveAggregate: aggregate '%s' for type %s: permission denied"
+#: commands/typecmds.c:539 commands/typecmds.c:546
+msgid "CREATE DOMAIN has conflicting NULL / NOT NULL constraint"
 msgstr ""
-"RemoveAggregate: Aggregatfunction »%s« für Typen %s: keine Berechtigung"
 
-#: ../commands/rename.c:91
-#, c-format
-msgid "renameatt: class \"%s\" is a system catalog"
-msgstr "renameatt: Klasse »%s« ist ein Systemkatalog"
+#: commands/typecmds.c:552
+msgid "CREATE DOMAIN / UNIQUE indexes not supported"
+msgstr ""
 
-#: ../commands/rename.c:95
-#, c-format
-msgid "renameatt: you do not own class \"%s\""
-msgstr "renameatt: Sie sind nicht der Eigentümer von Klasse »%s«"
+#: commands/typecmds.c:556
+msgid "CREATE DOMAIN / PRIMARY KEY indexes not supported"
+msgstr ""
 
-#: ../commands/rename.c:139
-#, c-format
-msgid "renameatt: can't find catalog entry for inheriting class with oid %u"
+#: commands/typecmds.c:560
+msgid "DefineDomain: CHECK Constraints not supported"
 msgstr ""
 
-#: ../commands/rename.c:159
-#, c-format
-msgid "renameatt: attribute \"%s\" does not exist"
-msgstr "renameatt: Attribut »%s« existiert nicht"
+#: commands/typecmds.c:567
+msgid ""
+"DefineDomain: DEFERRABLE, NON DEFERRABLE, DEFERRED and IMMEDIATE not "
+"supported"
+msgstr ""
 
-#: ../commands/rename.c:162
-#, c-format
-msgid "renameatt: system attribute \"%s\" not renamed"
-msgstr "renameatt: Systemattribut »%s« wurde nicht umbenannt"
+#: commands/typecmds.c:571
+msgid "DefineDomain: unrecognized constraint node type"
+msgstr ""
 
-#: ../commands/rename.c:169
+#: commands/typecmds.c:654
 #, c-format
-msgid "renameatt: attribute \"%s\" exists"
-msgstr "renameatt: Attribut »%s« existiert bereits"
+msgid "RemoveDomain: type \"%s\" does not exist"
+msgstr "RemoveDomain: Typ »%s« existiert nicht"
 
-#: ../commands/rename.c:206
+#: commands/typecmds.c:667
 #, c-format
-msgid "renameatt: can't find index id %u"
+msgid "%s is not a domain"
 msgstr ""
 
-#: ../commands/rename.c:281
+#: commands/typecmds.c:736
 #, c-format
-msgid "renamerel: system relation \"%s\" may not be renamed"
-msgstr "renamerel: Systemrelation »%s« darf nicht umbenannt werden"
+msgid "TypeCreate: changing argument type of function %s from OPAQUE to %s"
+msgstr ""
 
-#: ../commands/rename.c:285
+#: commands/typecmds.c:795
 #, c-format
 msgid ""
-"renamerel: Illegal class name: \"%s\" -- pg_ is reserved for system catalogs"
-msgstr "illegaler Klassenname: »%s« -- pg_ is für Systemkataloge reserviert"
+"TypeCreate: changing argument type of function %s from OPAQUE to CSTRING"
+msgstr ""
 
-#: ../commands/rename.c:331
-#, c-format
-msgid "renamerel: relation \"%s\" does not exist"
-msgstr "renamerel: Relation »%s« existiert nicht"
+#: commands/typecmds.c:837
+msgid "attempted to define composite type relation with no attrs"
+msgstr ""
 
-#: ../commands/rename.c:334
+#: commands/user.c:147
 #, c-format
-msgid "renamerel: relation \"%s\" exists"
-msgstr "renamerel: Relation »%s« existiert bereits"
+msgid "write_group_file: unable to write %s: %m"
+msgstr ""
 
-#: ../commands/sequence.c:189
-msgid "DefineSequence: ReadBuffer failed"
+#: commands/user.c:181
+#, c-format
+msgid "Invalid group name '%s'"
 msgstr ""
 
-#: ../commands/sequence.c:268
+#: commands/user.c:211 commands/user.c:335
 #, c-format
-msgid "%s.nextval: you don't have permissions to set sequence %s"
-msgstr "%s.nextval: keine Berechtigung um Sequenz %s zu setzen"
+msgid "Invalid user name '%s'"
+msgstr ""
 
-#: ../commands/sequence.c:320
+#: commands/user.c:242 commands/user.c:364
 #, c-format
-msgid "%s.nextval: reached MAXVALUE ("
+msgid "%s: %m"
 msgstr ""
 
-#: ../commands/sequence.c:320 ../commands/sequence.c:336
-#: ../commands/sequence.c:461 ../commands/sequence.c:785
-#: ../commands/sequence.c:799 ../commands/sequence.c:802
-msgid ")"
+#: commands/user.c:250 commands/user.c:372
+#, c-format
+msgid "rename %s to %s: %m"
 msgstr ""
 
-#: ../commands/sequence.c:336
+#: commands/user.c:286
 #, c-format
-msgid "%s.nextval: reached MINVALUE ("
+msgid "write_user_file: unable to write %s: %m"
 msgstr ""
 
-#: ../commands/sequence.c:400
+#: commands/user.c:341
 #, c-format
-msgid "%s.nextval: WriteBuffer failed"
+msgid "Invalid user password '%s'"
+msgstr ""
+
+#: 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"
 msgstr ""
 
-#: ../commands/sequence.c:414
+#: commands/user.c:543
 #, c-format
-msgid "%s.currval: you don't have permissions to read sequence %s"
-msgstr "%s.curval: keine Berechtigung um Sequenz %s zu lesen"
+msgid "CREATE USER: option \"%s\" not recognized"
+msgstr ""
+
+#: commands/user.c:555
+msgid "user id must be positive"
+msgstr ""
+
+#: commands/user.c:570
+msgid "CREATE USER: permission denied"
+msgstr "CREATE USER: keine Berechtigung"
 
-#: ../commands/sequence.c:421
+#: commands/user.c:573
 #, c-format
-msgid "%s.currval is not yet defined in this session"
-msgstr "%s.currval ist in dieser Sitzung noch nicht definiert"
+msgid "CREATE USER: user name \"%s\" is reserved"
+msgstr "CREATE USER: Benutzername »%s« ist reserviert"
 
-#: ../commands/sequence.c:452
+#: commands/user.c:608
 #, c-format
-msgid "%s.setval: you don't have permissions to set sequence %s"
-msgstr "%s.setval: keine Berechtigung um Sequenz %s zu lesen"
+msgid "CREATE USER: user name \"%s\" already exists"
+msgstr "CREATE USER: Benutzername »%s« existiert bereits"
 
-#: ../commands/sequence.c:461
+#: commands/user.c:611
 #, c-format
-msgid "%s.setval: value "
+msgid "CREATE USER: sysid %d is already assigned"
 msgstr ""
 
-#: ../commands/sequence.c:461
-msgid " is out of bounds ("
+#: commands/user.c:642 commands/user.c:843
+msgid "CREATE USER: password encryption failed"
 msgstr ""
 
-#: ../commands/sequence.c:461
-msgid ","
+#: commands/user.c:733 commands/user.c:743 commands/user.c:749
+#: commands/user.c:755
+msgid "ALTER USER: conflicting options"
 msgstr ""
 
-#: ../commands/sequence.c:505
+#: commands/user.c:759
 #, c-format
-msgid "%s.setval: WriteBuffer failed"
+msgid "ALTER USER: option \"%s\" not recognized"
 msgstr ""
 
-#: ../commands/sequence.c:607
-#, c-format
-msgid "%s.%s: invalid number of blocks in sequence"
-msgstr ""
+#: commands/user.c:782
+msgid "ALTER USER: permission denied"
+msgstr "ALTER USER: keine Berechtigung"
 
-#: ../commands/sequence.c:612
+#: commands/user.c:796
 #, c-format
-msgid "%s.%s: ReadBuffer failed"
+msgid "ALTER USER: user \"%s\" does not exist"
 msgstr ""
 
-#: ../commands/sequence.c:620
+#: commands/user.c:907 commands/variable.c:549 utils/cache/lsyscache.c:1507
+#: utils/init/miscinit.c:556
 #, c-format
-msgid "%s.%s: bad magic (%08X)"
+msgid "user \"%s\" does not exist"
 msgstr ""
 
-#: ../commands/sequence.c:657
+#: commands/user.c:963
+msgid "DROP USER: permission denied"
+msgstr "DROP USER: keine Berechtigung"
+
+#: commands/user.c:990
 #, c-format
-msgid "%s.%s: %s is not a sequence"
+msgid "DROP USER: user \"%s\" does not exist (no users removed)"
 msgstr ""
 
-#: ../commands/sequence.c:668
+#: commands/user.c:992
 #, c-format
-msgid "%s.%s: sequence was re-created"
-msgstr ""
+msgid "DROP USER: user \"%s\" does not exist"
+msgstr "DROP USER: Benutzer »%s« existiert nicht"
 
-#: ../commands/sequence.c:682 ../commands/sequence.c:685
-msgid "Memory exhausted in init_sequence"
-msgstr ""
+#: commands/user.c:998
+msgid "current user cannot be dropped"
+msgstr "aktueller Benutzer kann nicht entfernt werden"
 
-#: ../commands/sequence.c:751
-msgid "DefineSequence: CYCLE ??"
-msgstr ""
+#: commands/user.c:1000
+msgid "session user cannot be dropped"
+msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
 
-#: ../commands/sequence.c:755
+#: commands/user.c:1024
 #, c-format
-msgid "DefineSequence: option \"%s\" not recognized"
+msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
 msgstr ""
 
-#: ../commands/sequence.c:762
-msgid "DefineSequence: can't INCREMENT by 0"
+#: commands/user.c:1104
+#, c-format
+msgid "CheckPgUserAclNotNull: \"%s\" not found"
 msgstr ""
 
-#: ../commands/sequence.c:785
-msgid "DefineSequence: MINVALUE ("
+#: 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/sequence.c:785
-msgid ") can't be >= MAXVALUE ("
+#: commands/user.c:1151 commands/user.c:1157
+msgid "CREATE GROUP: conflicting options"
 msgstr ""
 
-#: ../commands/sequence.c:799 ../commands/sequence.c:802
-msgid "DefineSequence: START value ("
+#: commands/user.c:1161
+#, c-format
+msgid "CREATE GROUP: option \"%s\" not recognized"
 msgstr ""
 
-#: ../commands/sequence.c:799
-msgid ") can't be < MINVALUE ("
+#: commands/user.c:1169
+msgid "group id must be positive"
 msgstr ""
 
-#: ../commands/sequence.c:802
-msgid ") can't be > MAXVALUE ("
-msgstr ""
+#: commands/user.c:1180
+msgid "CREATE GROUP: permission denied"
+msgstr "CREATE GROUP: keine Berechtigung"
 
-#: ../commands/sequence.c:808
-msgid "DefineSequence: CACHE ("
-msgstr ""
+#: commands/user.c:1183
+#, c-format
+msgid "CREATE GROUP: group name \"%s\" is reserved"
+msgstr "CREATE GROUP: Gruppenname »%s« ist reserviert"
 
-#: ../commands/sequence.c:808
-msgid ") can't be <= 0"
+#: commands/user.c:1218
+#, c-format
+msgid "CREATE GROUP: group name \"%s\" already exists"
 msgstr ""
 
-#: ../commands/sequence.c:817
+#: commands/user.c:1221
 #, c-format
-msgid "DefineSequence: \"%s\" value unspecified"
+msgid "CREATE GROUP: group sysid %d is already assigned"
 msgstr ""
 
-#: ../commands/sequence.c:831
+#: commands/user.c:1314
 #, c-format
-msgid "DefineSequence: \"%s\" value must be integer"
-msgstr ""
+msgid "%s: group \"%s\" does not exist"
+msgstr "%s: Gruppe »%s« existiert nicht"
 
-#: ../commands/sequence.c:848
+#: commands/user.c:1355
 #, c-format
-msgid "seq_redo: unknown op code %u"
+msgid "AlterGroup: unknown tag %s"
 msgstr ""
 
-#: ../commands/sequence.c:856
+#: commands/user.c:1367
 #, c-format
-msgid "seq_redo: can't read block of %u/%u"
-msgstr ""
+msgid "%s: user \"%s\" is already in group \"%s\""
+msgstr "%s: Benutzer »%s« ist schon in Gruppe »%s«"
 
-#: ../commands/sequence.c:870
-msgid "seq_redo: failed to add item to page"
-msgstr ""
+#: commands/user.c:1382
+#, c-format
+msgid "ALTER GROUP: group \"%s\" does not have any members"
+msgstr "ALTER GROUP: Gruppe »%s« hat keine Mitglieder"
 
-#: ../commands/trigger.c:75
+#: commands/user.c:1407
 #, c-format
-msgid "CreateTrigger: can't create trigger for system relation %s"
-msgstr ""
+msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
+msgstr "ALTER GROUP: Benutzer »%s« ist nicht in Gruppe »%s«"
 
-#: ../commands/trigger.c:114
-msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet"
+#: commands/user.c:1536
+msgid "DROP GROUP: permission denied"
+msgstr "DROP GROUP: keine Berechtigung"
+
+#: commands/user.c:1549
+#, c-format
+msgid "DROP GROUP: group \"%s\" does not exist"
 msgstr ""
 
-#: ../commands/trigger.c:122
-msgid "CreateTrigger: double INSERT event specified"
+#: commands/vacuum.c:459
+msgid ""
+"oldest Xmin is far in the past --- close open transactions soon to avoid "
+"wraparound problems"
 msgstr ""
 
-#: ../commands/trigger.c:127
-msgid "CreateTrigger: double DELETE event specified"
+#: commands/vacuum.c:505 commands/vacuum.c:512
+#, c-format
+msgid "pg_class entry for relid %u vanished during vacuuming"
 msgstr ""
 
-#: ../commands/trigger.c:132
-msgid "CreateTrigger: double UPDATE event specified"
+#: 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."
 msgstr ""
 
-#: ../commands/trigger.c:136
-msgid "CreateTrigger: unknown event specified"
+#: 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."
 msgstr ""
 
-#: ../commands/trigger.c:156
+#: commands/vacuum.c:683
 #, c-format
-msgid "CreateTrigger: trigger %s already defined on relation %s"
+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."
 msgstr ""
 
-#: ../commands/trigger.c:172
+#: commands/vacuum.c:771
 #, c-format
-msgid "CreateTrigger: function %s() does not exist"
+msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
 msgstr ""
 
-#: ../commands/trigger.c:175
+#: commands/vacuum.c:977
 #, c-format
-msgid "CreateTrigger: function %s() must return OPAQUE"
+msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
 msgstr ""
 
-#: ../commands/trigger.c:189
+#: commands/vacuum.c:1044 commands/vacuumlazy.c:211
 #, c-format
-msgid "CreateTrigger: cache lookup for language %u failed"
+msgid "--Relation %s.%s--"
 msgstr ""
 
-#: ../commands/trigger.c:192
-msgid "CreateTrigger: only internal, C and PL functions are supported"
+#: commands/vacuum.c:1078 commands/vacuumlazy.c:269
+#, c-format
+msgid "Rel %s: Uninitialized page %u - fixing"
 msgstr ""
 
-#: ../commands/trigger.c:284
+#: commands/vacuum.c:1192
 #, c-format
-msgid "CreateTrigger: relation %s not found in pg_class"
+msgid ""
+"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
 msgstr ""
 
-#: ../commands/trigger.c:350
+#: commands/vacuum.c:1202
 #, c-format
-msgid "DropTrigger: there is no trigger %s on relation %s"
+msgid ""
+"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
 msgstr ""
 
-#: ../commands/trigger.c:353
+#: commands/vacuum.c:1220 commands/vacuumlazy.c:373
 #, c-format
-msgid "DropTrigger: found (and deleted) %d triggers %s on relation %s"
+msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
 msgstr ""
 
-#: ../commands/trigger.c:368
+#: commands/vacuum.c:1358
 #, c-format
-msgid "DropTrigger: relation %s not found in pg_class"
+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/trigger.c:439
-#, c-format
-msgid "RelationRemoveTriggers: relation %u not found in pg_class"
+#: commands/vacuum.c:1581
+msgid "HEAP_MOVED_IN was not expected"
 msgstr ""
 
-#: ../commands/trigger.c:475
-#, c-format
-msgid ""
-"DROP TABLE implicitly drops referential integrity trigger from table \"%s\""
+#: commands/vacuum.c:1591
+msgid "Invalid XVAC in tuple header"
 msgstr ""
 
-#: ../commands/trigger.c:566
-#, c-format
-msgid "RelationBuildTriggers: unexpected record found for rel %s"
+#: commands/vacuum.c:1616
+msgid "HEAP_MOVED_OFF was expected"
 msgstr ""
 
-#: ../commands/trigger.c:601
-#, c-format
-msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
+#: 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/trigger.c:623
+#: commands/vacuum.c:1957
 #, c-format
-msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
+msgid "moving chain: failed to add item with len = %lu to page %u"
 msgstr ""
 
-#: ../commands/trigger.c:882
+#: commands/vacuum.c:2101
 #, c-format
-msgid "ExecCallTriggerFunc: function %u returned NULL"
+msgid ""
+"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
+"u)"
 msgstr ""
 
-#: ../commands/trigger.c:1119 ../executor/execMain.c:1062
-#: ../executor/execMain.c:1333 ../executor/execMain.c:1465
-msgid "Can't serialize access due to concurrent update"
+#: commands/vacuum.c:2190
+msgid "HEAP_MOVED_IN was not expected (2)"
 msgstr ""
 
-#: ../commands/trigger.c:1142 ../executor/execMain.c:1083
-#, c-format
-msgid "Unknown status %u from heap_mark4update"
+#: commands/vacuum.c:2194
+msgid "Invalid XVAC in tuple header (4)"
 msgstr ""
 
-#: ../commands/trigger.c:1154
-msgid "GetTupleForTrigger: failed ReadBuffer"
+#: commands/vacuum.c:2219
+msgid "HEAP_MOVED_OFF was expected (2)"
 msgstr ""
 
-#: ../commands/trigger.c:1345
-msgid "DeferredTriggerExecute: failed to fetch old tuple"
+#: commands/vacuum.c:2330
+msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
 msgstr ""
 
-#: ../commands/trigger.c:1353
-msgid "DeferredTriggerExecute: failed to fetch new tuple"
+#: commands/vacuum.c:2332
+msgid "Invalid XVAC in tuple header (2)"
 msgstr ""
 
-#: ../commands/trigger.c:1374
+#: commands/vacuum.c:2350
 #, c-format
-msgid "DeferredTriggerExecute: can't find trigger %u"
+msgid ""
+"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
+"\t%s"
 msgstr ""
 
-#: ../commands/trigger.c:1619
-msgid "DeferredTriggerBeginXact() called while inside transaction"
+#: commands/vacuum.c:2412
+msgid "Invalid XVAC in tuple header (3)"
 msgstr ""
 
-#: ../commands/trigger.c:1827
-msgid "unnamed constraints cannot be set explicitly"
+#: commands/vacuum.c:2417
+msgid "HEAP_MOVED_OFF was expected (3)"
 msgstr ""
 
-#: ../commands/trigger.c:1878
+#: commands/vacuum.c:2467
 #, c-format
-msgid "Constraint '%s' is not deferrable"
+msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
 msgstr ""
 
-#: ../commands/trigger.c:1893
+#: commands/vacuum.c:2531
 #, c-format
-msgid "Constraint '%s' does not exist"
+msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
 msgstr ""
 
-#: ../commands/trigger.c:2008
-msgid "DeferredTriggerSaveEvent() called outside of transaction"
+#: commands/vacuum.c:2537
+#, c-format
+msgid "Rel %s: Pages: %u --> %u."
 msgstr ""
 
-#: ../commands/user.c:81
+#: commands/vacuum.c:2622 commands/vacuumlazy.c:600
 #, c-format
-msgid "write_password_file: unable to write %s: %m"
+msgid ""
+"Index %s: Pages %u; Tuples %.0f.\n"
+"\t%s"
 msgstr ""
 
-#: ../commands/user.c:130
+#: commands/vacuum.c:2635 commands/vacuum.c:2689
 #, c-format
-msgid "Invalid user name '%s'"
+msgid ""
+"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
+"\tRecreate the index."
 msgstr ""
 
-#: ../commands/user.c:133
+#: commands/vacuum.c:2676 commands/vacuumlazy.c:647
 #, c-format
-msgid "Invalid user password '%s'"
+msgid ""
+"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n"
+"\t%s"
 msgstr ""
 
-#: ../commands/user.c:168
+#: commands/vacuumlazy.c:435
 #, c-format
-msgid "%s: %m"
+msgid ""
+"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
+"\tTotal %s"
 msgstr ""
 
-#: ../commands/user.c:176
+#: commands/vacuumlazy.c:485
 #, c-format
-msgid "rename %s to %s: %m"
+msgid ""
+"Removed %d tuples in %d pages.\n"
+"\t%s"
 msgstr ""
 
-#: ../commands/user.c:252 ../commands/user.c:262 ../commands/user.c:268
-#: ../commands/user.c:274 ../commands/user.c:280 ../commands/user.c:286
-msgid "CREATE USER: conflicting options"
+#: commands/vacuumlazy.c:721
+#, c-format
+msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
 msgstr ""
 
-#: ../commands/user.c:290
+#: commands/vacuumlazy.c:756
 #, c-format
-msgid "CREATE USER: option \"%s\" not recognized"
+msgid ""
+"Truncated %u --> %u pages.\n"
+"\t%s"
 msgstr ""
 
-#: ../commands/user.c:302
-msgid "user id must be positive"
+#: commands/variable.c:62
+msgid "SET DATESTYLE: invalid list syntax"
 msgstr ""
 
-#: ../commands/user.c:317
-msgid "CREATE USER: permission denied"
-msgstr "CREATE USER: keine Berechtigung"
-
-#: ../commands/user.c:356
-#, c-format
-msgid "CREATE USER: user name \"%s\" already exists"
-msgstr "CREATE USER: Benutzername »%s« existiert bereits"
-
-#: ../commands/user.c:359
+#: commands/variable.c:141
 #, c-format
-msgid "CREATE USER: sysid %d is already assigned"
+msgid "SET DATESTYLE: unrecognized keyword %s"
 msgstr ""
 
-#: ../commands/user.c:389 ../commands/user.c:627
-msgid "CREATE USER: password encryption failed"
+#: commands/variable.c:156
+msgid "SET DATESTYLE: conflicting specifications"
 msgstr ""
 
-#: ../commands/user.c:494 ../commands/user.c:504 ../commands/user.c:510
-#: ../commands/user.c:516
-msgid "ALTER USER: conflicting options"
+#: commands/variable.c:288
+msgid "SET TIME ZONE: illegal INTERVAL; month not allowed"
 msgstr ""
 
-#: ../commands/user.c:520
-#, c-format
-msgid "ALTER USER: option \"%s\" not recognized"
+#: commands/variable.c:331
+msgid "Unable to clear TZ environment variable"
 msgstr ""
 
-#: ../commands/user.c:543
-msgid "ALTER USER: permission denied"
-msgstr "ALTER USER: keine Berechtigung"
+#: commands/variable.c:351
+msgid "assign_timezone: putenv failed"
+msgstr ""
 
-#: ../commands/user.c:547
-msgid "ALTER USER: password changes cannot be rolled back"
+#: commands/variable.c:420
+msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
 msgstr ""
 
-#: ../commands/user.c:561
+#: commands/variable.c:495
 #, c-format
-msgid "ALTER USER: user \"%s\" does not exist"
+msgid "Conversion between %s and %s is not supported"
 msgstr ""
 
-#: ../commands/user.c:698
-msgid "DROP USER: permission denied"
-msgstr "DROP USER: keine Berechtigung"
+#: commands/variable.c:507
+msgid "SET SERVER_ENCODING is not supported"
+msgstr ""
 
-#: ../commands/user.c:701
-msgid "DROP USER cannot be rolled back completely"
+#: commands/view.c:87
+msgid "attempted to define virtual relation with no attrs"
 msgstr ""
 
-#: ../commands/user.c:728
+#: commands/view.c:109
 #, c-format
-msgid "DROP USER: user \"%s\" does not exist%s"
+msgid "%s is not a view"
 msgstr ""
 
-#: ../commands/user.c:734
-msgid "current user cannot be dropped"
-msgstr "aktueller Benutzer kann nicht entfernt werden"
-
-#: ../commands/user.c:736
-msgid "session user cannot be dropped"
-msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
-
-#: ../commands/user.c:763
-#, c-format
-msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
+#: commands/view.c:161 commands/view.c:171
+msgid "Cannot change number of columns in view"
 msgstr ""
 
-#: ../commands/user.c:843
+#: commands/view.c:174
 #, c-format
-msgid "CheckPgUserAclNotNull: \"%s\" not found"
+msgid "Cannot change name of view column \"%s\""
 msgstr ""
 
-#: ../commands/user.c:848
+#: commands/view.c:179
 #, 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'."
+msgid "Cannot change datatype of view column \"%s\""
 msgstr ""
 
-#: ../commands/user.c:890 ../commands/user.c:896
-msgid "CREATE GROUP: conflicting options"
+#: executor/execAmi.c:161
+#, c-format
+msgid "ExecReScan: node type %d not supported"
 msgstr ""
 
-#: ../commands/user.c:900
+#: executor/execAmi.c:213
 #, c-format
-msgid "CREATE GROUP: option \"%s\" not recognized"
+msgid "ExecMarkPos: node type %d not supported"
 msgstr ""
 
-#: ../commands/user.c:908
-msgid "group id must be positive"
+#: executor/execAmi.c:254
+#, c-format
+msgid "ExecRestrPos: node type %d not supported"
 msgstr ""
 
-#: ../commands/user.c:919
-msgid "CREATE GROUP: permission denied"
-msgstr "CREATE GROUP: keine Berechtigung"
-
-#: ../commands/user.c:952
+#: executor/execMain.c:408
 #, c-format
-msgid "CREATE GROUP: group name \"%s\" already exists"
+msgid "ExecCheckRTEPerms: bogus operation %d"
 msgstr ""
 
-#: ../commands/user.c:955
+#: executor/execMain.c:782
 #, c-format
-msgid "CREATE GROUP: group sysid %d is already assigned"
+msgid "You can't change sequence relation %s"
 msgstr ""
 
-#: ../commands/user.c:1045
+#: executor/execMain.c:786
 #, c-format
-msgid "%s: permission denied"
-msgstr "%s: keine Berechtigung"
+msgid "You can't change toast relation %s"
+msgstr ""
 
-#: ../commands/user.c:1057
+#: executor/execMain.c:790
 #, c-format
-msgid "%s: group \"%s\" does not exist"
-msgstr "%s: Gruppe »%s« existiert nicht"
+msgid "You can't change view relation %s"
+msgstr ""
 
-#: ../commands/user.c:1121
-#, c-format
-msgid "AlterGroup: unknown tag %s"
+#: executor/execMain.c:992
+msgid "ExecutePlan: NO (junk) `ctid' was found!"
 msgstr ""
 
-#: ../commands/user.c:1133
-#, c-format
-msgid "%s: user \"%s\" is already in group \"%s\""
-msgstr "%s: Benutzer »%s« ist schon in Gruppe »%s«"
+#: executor/execMain.c:996
+msgid "ExecutePlan: (junk) `ctid' is NULL!"
+msgstr ""
 
-#: ../commands/user.c:1185
+#: executor/execMain.c:1021
 #, c-format
-msgid "ALTER GROUP: group \"%s\" does not have any members"
-msgstr "ALTER GROUP: Gruppe »%s« hat keine Mitglieder"
+msgid "ExecutePlan: NO (junk) `%s' was found!"
+msgstr ""
 
-#: ../commands/user.c:1238
+#: executor/execMain.c:1026
 #, c-format
-msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
-msgstr "ALTER GROUP: Benutzer »%s« ist nicht in Gruppe »%s«"
+msgid "ExecutePlan: (junk) `%s' is NULL!"
+msgstr ""
 
-#: ../commands/user.c:1304
-msgid "DROP GROUP: permission denied"
-msgstr "DROP GROUP: keine Berechtigung"
+#: executor/execMain.c:1115
+msgid "ExecutePlan: unknown operation in queryDesc"
+msgstr ""
 
-#: ../commands/user.c:1333
-#, c-format
-msgid "DROP GROUP: group \"%s\" does not exist"
+#: executor/execMain.c:1383
+msgid "ExecUpdate: UPDATE can't run without transactions"
 msgstr ""
 
-#: ../commands/vacuum.c:187
+#: executor/execMain.c:1583
 #, c-format
-msgid "%s cannot run inside a BEGIN/END block"
+msgid "%s: Fail to add null value in not null attribute %s"
 msgstr ""
 
-#: ../commands/vacuum.c:403
+#: executor/execMain.c:1593
 #, c-format
-msgid "%s: can not process indexes, views or special system tables"
-msgstr ""
+msgid "%s: rejected due to CHECK constraint \"%s\" on \"%s\""
+msgstr "%s: wegen CHECK-Constraint »%s« an »%s« abgelehnt"
 
-#: ../commands/vacuum.c:427
+#: executor/execMain.c:1637
 #, c-format
-msgid "%s: table not found"
+msgid "EvalPlanQual: can't find RTE %d"
 msgstr ""
 
-#: ../commands/vacuum.c:471
-msgid ""
-"oldest Xmin is far in the past --- close open transactions soon to avoid "
-"wraparound problems"
+#: executor/execMain.c:1655
+msgid "EvalPlanQual: t_xmin is uncommitted ?!"
 msgstr ""
 
-#: ../commands/vacuum.c:517
+#: executor/execProcnode.c:228
 #, c-format
-msgid "pg_class entry for relid %u vanished during vacuuming"
+msgid "ExecInitNode: node type %d unsupported"
 msgstr ""
 
-#: ../commands/vacuum.c:584 ../utils/misc/superuser.c:73
+#: executor/execProcnode.c:361
 #, c-format
-msgid "database %u does not exist"
+msgid "ExecProcNode: node type %d unsupported"
 msgstr ""
 
-#: ../commands/vacuum.c:655
+#: executor/execProcnode.c:448
 #, 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."
+msgid "ExecCountSlotsNode: node type %d unsupported"
 msgstr ""
 
-#: ../commands/vacuum.c:735
+#: executor/execProcnode.c:574
 #, c-format
-msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
+msgid "ExecEndNode: node type %d unsupported"
 msgstr ""
 
-#: ../commands/vacuum.c:907
+#: executor/execProcnode.c:753
 #, c-format
-msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
+msgid "ExecGetTupType: node type %d unsupported"
 msgstr ""
 
-#: ../commands/vacuum.c:974 ../commands/vacuumlazy.c:211
+#: executor/execQual.c:150 executor/execQual.c:172
 #, c-format
-msgid "--Relation %s--"
+msgid "ExecEvalArrayRef: can only handle %d dimensions"
 msgstr ""
 
-#: ../commands/vacuum.c:1004 ../commands/vacuumlazy.c:265
-#, c-format
-msgid "Rel %s: Uninitialized page %u - fixing"
+#: executor/execQual.c:194
+msgid "ExecEvalArrayRef: upper and lower indices mismatch"
 msgstr ""
 
-#: ../commands/vacuum.c:1118
-#, c-format
-msgid ""
-"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
+#: executor/execQual.c:275
+msgid "ExecEvalAggref: no aggregates in this expression context"
 msgstr ""
 
-#: ../commands/vacuum.c:1128
-#, c-format
-msgid ""
-"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
+#: executor/execQual.c:477
+msgid "ExecEvalParam: new/old params with same id & diff names"
 msgstr ""
 
-#: ../commands/vacuum.c:1146 ../commands/vacuumlazy.c:369
+#: executor/execQual.c:486
 #, c-format
-msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
+msgid "ExecEvalParam: invalid paramkind %d"
 msgstr ""
 
-#: ../commands/vacuum.c:1283
+#: executor/execQual.c:500
 #, 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"
+msgid "ExecEvalParam: Unknown value for parameter %s"
 msgstr ""
 
-#: ../commands/vacuum.c:1504
-msgid "Invalid XID in t_cmin"
+#: executor/execQual.c:534
+msgid "GetAttributeByNum: Invalid attribute number"
 msgstr ""
 
-#: ../commands/vacuum.c:1506
-msgid "HEAP_MOVED_IN was not expected"
+#: executor/execQual.c:537
+msgid "GetAttributeByNum: cannot access system attributes here"
 msgstr ""
 
-#: ../commands/vacuum.c:1539
-msgid "HEAP_MOVED_OFF was expected"
+#: executor/execQual.c:540
+msgid "GetAttributeByNum: a NULL isNull flag was passed"
 msgstr ""
 
-#: ../commands/vacuum.c:1569
-msgid "No one parent tuple was found"
+#: executor/execQual.c:568
+msgid "GetAttributeByName: Invalid attribute name"
 msgstr ""
 
-#: ../commands/vacuum.c:1607
-msgid ""
-"Child itemid in update-chain marked as unused - can't continue repair_frag"
+#: executor/execQual.c:571
+msgid "GetAttributeByName: a NULL isNull flag was passed"
 msgstr ""
 
-#: ../commands/vacuum.c:1686
-msgid "Parent tuple was not found"
+#: executor/execQual.c:593
+#, c-format
+msgid "GetAttributeByName: attribute %s not found"
 msgstr ""
 
-#: ../commands/vacuum.c:1694
-msgid "Parent itemid marked as unused"
+#: executor/execQual.c:638
+msgid "Functions and operators can take only one set argument"
 msgstr ""
 
-#: ../commands/vacuum.c:1726
-msgid "Too old parent tuple found - can't continue repair_frag"
+#: 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 ""
 
-#: ../commands/vacuum.c:1855
-#, c-format
-msgid "moving chain: failed to add item with len = %lu to page %u"
+#: executor/execQual.c:875
+msgid "ExecMakeTableFunctionResult: expression is not a function call"
 msgstr ""
 
-#: ../commands/vacuum.c:1978
-#, c-format
+#: executor/execQual.c:996 executor/execQual.c:1029
 msgid ""
-"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
-"u)"
-msgstr ""
-
-#: ../commands/vacuum.c:2046
-msgid "Invalid XID in t_cmin (4)"
+"ExecMakeTableFunctionResult: Invalid result from function returning tuple"
 msgstr ""
 
-#: ../commands/vacuum.c:2048
-msgid "HEAP_MOVED_IN was not expected (2)"
+#: executor/execQual.c:1054
+msgid "ExecMakeTableFunctionResult: Materialize-mode protocol not followed"
 msgstr ""
 
-#: ../commands/vacuum.c:2182
-msgid "Invalid XID in t_cmin (2)"
+#: executor/execQual.c:1059
+#, c-format
+msgid "ExecMakeTableFunctionResult: unknown returnMode %d"
 msgstr ""
 
-#: ../commands/vacuum.c:2191
-msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
+#: executor/execQual.c:1468
+#, c-format
+msgid "ExecEvalNullTest: unexpected nulltesttype %d"
 msgstr ""
 
-#: ../commands/vacuum.c:2201
+#: executor/execQual.c:1548
 #, c-format
-msgid ""
-"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
-"\t%s"
+msgid "ExecEvalBooleanTest: unexpected booltesttype %d"
 msgstr ""
 
-#: ../commands/vacuum.c:2261
-msgid "Invalid XID in t_cmin (3)"
+#: executor/execQual.c:1573
+#, c-format
+msgid "Domain %s does not allow NULL values"
 msgstr ""
 
-#: ../commands/vacuum.c:2268
-msgid "HEAP_MOVED_OFF was expected (2)"
+#: executor/execQual.c:1578
+msgid "Domain CHECK Constraints not yet implemented"
 msgstr ""
 
-#: ../commands/vacuum.c:2303
-#, c-format
-msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
+#: executor/execQual.c:1581
+msgid "ExecEvalConstraintTest: Constraint type unknown"
 msgstr ""
 
-#: ../commands/vacuum.c:2366
+#: executor/execQual.c:1737 executor/execQual.c:1782
 #, c-format
-msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
+msgid "ExecEvalExpr: unknown expression type %d"
 msgstr ""
 
-#: ../commands/vacuum.c:2372
-#, c-format
-msgid "Rel %s: Pages: %u --> %u."
+#: executor/execQual.c:2128
+msgid "ExecTargetList: fjoin nodes not currently supported"
 msgstr ""
 
-#: ../commands/vacuum.c:2446 ../commands/vacuumlazy.c:588
-#, c-format
+#: executor/execTuples.c:259
 msgid ""
-"Index %s: Pages %u; Tuples %.0f.\n"
-"\t%s"
+"Plan requires more slots than are available\n"
+"\tsend mail to your local executor guru to fix this"
 msgstr ""
 
-#: ../commands/vacuum.c:2459 ../commands/vacuum.c:2513
+#: executor/functions.c:171
 #, c-format
-msgid ""
-"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
-"\tRecreate the index."
+msgid "init_sql_fcache: Cache lookup failed for procedure %u"
 msgstr ""
 
-#: ../commands/vacuum.c:2500 ../commands/vacuumlazy.c:635
+#: executor/functions.c:183
 #, c-format
-msgid ""
-"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n"
-"\t%s"
+msgid "init_sql_fcache: Cache lookup failed for type %u"
 msgstr ""
 
-#: ../commands/vacuum.c:2828
+#: executor/functions.c:242
 #, c-format
-msgid "vac_is_partial_index: index %u not found"
+msgid "init_sql_fcache: null prosrc for procedure %u"
 msgstr ""
 
-#: ../commands/variable.c:113
-#, c-format
-msgid "Syntax error near \"%s\": empty setting"
+#: executor/instrument.c:40
+msgid "InstrStartTimer called twice in a row"
 msgstr ""
 
-#: ../commands/variable.c:140 ../commands/variable.c:174
-#, c-format
-msgid "Syntax error near \"%s\""
+#: executor/instrument.c:56
+msgid "InstrStopNode without start"
 msgstr ""
 
-#: ../commands/variable.c:150
-#, c-format
-msgid "Syntax error near \"=%s\""
+#: executor/nodeAgg.c:774
+msgid "ExecInitAgg: could not find any aggregate functions"
 msgstr ""
 
-#: ../commands/variable.c:249
+#: executor/nodeAgg.c:872
 #, c-format
-msgid "Bad value for date style (%s)"
-msgstr ""
-
-#: ../commands/variable.c:253
-msgid "Conflicting settings for date"
+msgid "ExecAgg: cache lookup failed for aggregate %u"
 msgstr ""
 
-#: ../commands/variable.c:402
-msgid "SET TIME ZONE illegal INTERVAL; month not allowed"
+#: executor/nodeAgg.c:927
+#, c-format
+msgid "Aggregate %u needs to have compatible input type and transition type"
 msgstr ""
 
-#: ../commands/variable.c:426
-msgid "Unable to process SET TIME ZONE command; internal coding error"
+#: executor/nodeAgg.c:950 executor/nodeGroup.c:496
+#, c-format
+msgid "Unable to identify an equality operator for type %s"
 msgstr ""
 
-#: ../commands/variable.c:455 ../commands/variable.c:519
+#: executor/nodeAgg.c:978
 #, c-format
-msgid "Unable to set TZ environment variable to %s"
+msgid ""
+"GetAggInitVal: cache lookup failed on aggregate transition function return "
+"type %u"
 msgstr ""
 
-#: ../commands/variable.c:485
+#: executor/nodeAgg.c:1060
 #, c-format
-msgid "Time zone is '%s'"
+msgid "Aggregate function %u called as normal function"
 msgstr ""
 
-#: ../commands/variable.c:487
-msgid "Time zone is unset"
+#: executor/nodeAppend.c:295
+msgid "ExecProcAppend: subnode is NULL"
 msgstr ""
 
-#: ../commands/variable.c:531
-msgid "Unable to clear TZ environment variable"
+#: executor/nodeFunctionscan.c:93
+msgid ""
+"Query-specified return tuple and actual function return tuple do not match"
 msgstr ""
 
-#: ../commands/variable.c:560 ../commands/variable.c:591
-msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
+#: executor/nodeHash.c:66
+msgid "ExecHash: hash table is NULL."
 msgstr ""
 
-#: ../commands/variable.c:569
-#, c-format
-msgid "invalid transaction isolation level: %s"
-msgstr "ungültiges Transaktionsisolationslevel: %s"
-
-#: ../commands/variable.c:579
-msgid "TRANSACTION ISOLATION LEVEL is SERIALIZABLE"
+#: executor/nodeHash.c:311 executor/nodeHash.c:490 executor/nodeHash.c:732
+msgid "Insufficient memory for hash table."
 msgstr ""
 
-#: ../commands/variable.c:581
-msgid "TRANSACTION ISOLATION LEVEL is READ COMMITTED"
+#: executor/nodeHash.c:684
+#, c-format
+msgid "hashFunc: Invalid typLen %d"
 msgstr ""
 
-#: ../commands/variable.c:626
-msgid "Seed for random number generator is unavailable"
+#: executor/nodeHashjoin.c:357
+#, c-format
+msgid "ExecInitHashJoin: unsupported join type %d"
 msgstr ""
 
-#: ../commands/variable.c:670
-#, c-format
-msgid "Client encoding '%s' is not supported"
+#: executor/nodeHashjoin.c:529 executor/nodeHashjoin.c:537
+msgid "Read from hashjoin temp file failed"
 msgstr ""
 
-#: ../commands/variable.c:672
-msgid "No client encoding is specified"
+#: executor/nodeHashjoin.c:593 executor/nodeHashjoin.c:598
+msgid "Failed to rewind hash temp file"
 msgstr ""
 
-#: ../commands/variable.c:678
-#, c-format
-msgid "Conversion between %s and %s is not supported"
+#: executor/nodeHashjoin.c:669 executor/nodeHashjoin.c:672
+msgid "Write to hashjoin temp file failed"
 msgstr ""
 
-#: ../commands/variable.c:685
-#, c-format
-msgid "Client encoding %s is not supported"
+#: executor/nodeIndexscan.c:747
+msgid "ExecInitIndexScan: indxqual not an opclause!"
 msgstr ""
 
-#: ../commands/variable.c:693
+#: executor/nodeIndexscan.c:873 executor/nodeIndexscan.c:936
 #, c-format
-msgid "Current client encoding is '%s'"
-msgstr ""
-
-#: ../commands/variable.c:730
-msgid "SET SERVER_ENCODING is not supported"
+msgid "ExecInitIndexScan: %s"
 msgstr ""
 
-#: ../commands/variable.c:737
+#: executor/nodeIndexscan.c:1009
 #, c-format
-msgid "Current server encoding is '%s'"
+msgid "indexes of the relation %u was inactivated"
 msgstr ""
 
-#: ../commands/variable.c:744
-msgid "RESET SERVER_ENCODING is not supported"
+#: executor/nodeMergejoin.c:131
+msgid "MJFormSkipQuals: op not an Oper!"
 msgstr ""
 
-#: ../commands/variable.c:817 ../utils/misc/guc.c:1228
+#: executor/nodeMergejoin.c:395
 #, c-format
-msgid "%s is %s"
+msgid "ExecMergeJoin: unsupported join type %d"
 msgstr ""
 
-#: ../commands/view.c:80
-msgid "attempted to define virtual relation with no attrs"
+#: executor/nodeMergejoin.c:1379
+#, c-format
+msgid "ExecMergeJoin: invalid join state %d, aborting"
 msgstr ""
 
-#: ../commands/analyze.c:210
-#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
+#: executor/nodeMergejoin.c:1458
+msgid "RIGHT JOIN is only supported with mergejoinable join conditions"
 msgstr ""
 
-#: ../commands/analyze.c:217
-#, c-format
-msgid "Analyzing %s"
+#: executor/nodeMergejoin.c:1473 optimizer/path/joinpath.c:935
+msgid "FULL JOIN is only supported with mergejoinable join conditions"
 msgstr ""
 
-#: ../commands/analyze.c:244
+#: executor/nodeMergejoin.c:1476
 #, c-format
-msgid "ANALYZE: there is no attribute %s in %s"
+msgid "ExecInitMergeJoin: unsupported join type %d"
 msgstr ""
 
-#: ../commands/analyze.c:417 ../utils/adt/ruleutils.c:1880
-#: ../utils/adt/ruleutils.c:1915 ../utils/adt/ruleutils.c:2237
+#: executor/nodeNestloop.c:318
 #, c-format
-msgid "cache lookup of type %u failed"
+msgid "ExecInitNestLoop: unsupported join type %d"
 msgstr ""
 
-#: ../commands/analyze.c:620
+#: executor/nodeSetOp.c:174
 #, c-format
-msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
+msgid "ExecSetOp: bogus command code %d"
 msgstr ""
 
-#: ../commands/vacuumlazy.c:431
-#, c-format
-msgid ""
-"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
-"\tTotal %s"
+#: executor/nodeSort.c:52
+msgid "ExtractSortKeys: keycount <= 0"
 msgstr ""
 
-#: ../commands/vacuumlazy.c:480
-#, c-format
-msgid ""
-"Removed %d tuples in %d pages.\n"
-"\t%s"
+#: executor/nodeSubplan.c:53
+msgid "ExecSubPlan: can't set parent params from subquery"
 msgstr ""
 
-#: ../commands/vacuumlazy.c:710
-#, c-format
-msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
+#: 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 ""
 
-#: ../commands/vacuumlazy.c:745
-#, c-format
-msgid ""
-"Truncated %u --> %u pages.\n"
-"\t%s"
+#: executor/nodeSubplan.c:180
+msgid "ExecSubPlan: failed to find placeholder for subplan result"
 msgstr ""
 
-#: ../executor/_deadcode/nodeTee.c:325
-msgid "A Tee node can only be executed from its left or right parent\n"
+#: executor/nodeSubplan.c:358
+msgid "ExecSetParamPlan: ANY/ALL subselect unsupported"
 msgstr ""
 
-#: ../executor/execAmi.c:161
-msgid "ExecBeginScan: scanDesc = NULL, heap_beginscan failed."
+#: executor/nodeSubplan.c:468
+msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
 msgstr ""
 
-#: ../executor/execAmi.c:198
-msgid "ExecCloseR: not a scan node!"
+#: executor/nodeSubplan.c:470
+msgid "ExecReScanSetParamPlan: setParam list is NULL"
 msgstr ""
 
-#: ../executor/execAmi.c:365
-#, c-format
-msgid "ExecReScan: node type %d not supported"
+#: executor/nodeSubplan.c:472
+msgid "ExecReScanSetParamPlan: extParam list of plan is NULL"
 msgstr ""
 
-#: ../executor/execAmi.c:434
-#, c-format
-msgid "ExecMarkPos: node type %d not supported"
+#: executor/spi.c:70
+msgid "SPI_connect: no connection(s) expected"
 msgstr ""
 
-#: ../executor/execAmi.c:471
-#, c-format
-msgid "ExecRestrPos: node type %d not supported"
+#: executor/spi.c:76
+msgid "SPI_connect: some connection(s) expected"
 msgstr ""
 
-#: ../executor/execMain.c:242
-#, c-format
-msgid "ExecutorRun: Unknown feature %d"
+#: executor/spi.c:82
+msgid "Memory exhausted in SPI_connect"
 msgstr ""
 
-#: ../executor/execMain.c:448
-#, c-format
-msgid "ExecCheckRTEPerms: bogus operation %d"
+#: executor/spi.c:148
+msgid "Memory exhausted in SPI_finish"
 msgstr ""
 
-#: ../executor/execMain.c:805
-#, c-format
-msgid "You can't change sequence relation %s"
+#: 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/execMain.c:809
-#, c-format
-msgid "You can't change toast relation %s"
+#: executor/spi.c:718
+msgid "cannot open multi-query plan as cursor"
 msgstr ""
 
-#: ../executor/execMain.c:813
-#, c-format
-msgid "You can't change view relation %s"
+#: executor/spi.c:723
+msgid "plan in SPI_cursor_open() is not a SELECT"
 msgstr ""
 
-#: ../executor/execMain.c:1014
-msgid "ExecutePlan: NO (junk) `ctid' was found!"
+#: executor/spi.c:725
+msgid "plan in SPI_cursor_open() must NOT be a DECLARE already"
 msgstr ""
 
-#: ../executor/execMain.c:1018
-msgid "ExecutePlan: (junk) `ctid' is NULL!"
+#: executor/spi.c:727
+msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO"
 msgstr ""
 
-#: ../executor/execMain.c:1043
+#: executor/spi.c:758
 #, c-format
-msgid "ExecutePlan: NO (junk) `%s' was found!"
+msgid "cursor \"%s\" already in use"
 msgstr ""
 
-#: ../executor/execMain.c:1048
+#: executor/spi.c:764
 #, c-format
-msgid "ExecutePlan: (junk) `%s' is NULL!"
+msgid "failed to create portal \"%s\""
 msgstr ""
 
-#: ../executor/execMain.c:1134
-msgid "ExecutePlan: unknown operation in queryDesc"
+#: executor/spi.c:877 executor/spi.c:1333
+msgid "invalid portal in SPI cursor operation"
 msgstr ""
 
-#: ../executor/execMain.c:1398
-msgid "ExecReplace: replace can't run without transactions"
+#: executor/spi.c:902
+msgid "SPI: improper call to spi_printtup"
 msgstr ""
 
-#: ../executor/execMain.c:1595
-#, c-format
-msgid "%s: Fail to add null value in not null attribute %s"
+#: executor/spi.c:904
+msgid "SPI: stack corrupted in spi_printtup"
 msgstr ""
 
-#: ../executor/execMain.c:1605
-#, c-format
-msgid "%s: rejected due to CHECK constraint %s"
-msgstr "%s: wegen CHECK-Constraint »%s« abgelehnt"
-
-#: ../executor/execMain.c:1649
-#, c-format
-msgid "EvalPlanQual: can't find RTE %d"
+#: executor/spi.c:1284
+msgid "SPI_select: retrieve into portal not implemented"
 msgstr ""
 
-#: ../executor/execMain.c:1668
-msgid "EvalPlanQual: t_xmin is uncommitted ?!"
+#: executor/spi.c:1294
+msgid "SPI_select: # of processed tuples check failed"
 msgstr ""
 
-#: ../executor/execProcnode.c:222
-#, c-format
-msgid "ExecInitNode: node type %d unsupported"
+#: executor/spi.c:1393
+msgid "SPI_fetch: # of processed tuples check failed"
 msgstr ""
 
-#: ../executor/execProcnode.c:351
-#, c-format
-msgid "ExecProcNode: node type %d unsupported"
+#: lib/dllist.c:41
+msgid "Memory exhausted in DLNewList"
 msgstr ""
 
-#: ../executor/execProcnode.c:435
-#, c-format
-msgid "ExecCountSlotsNode: node type %d unsupported"
+#: lib/dllist.c:84
+msgid "Memory exhausted in DLNewElem"
 msgstr ""
 
-#: ../executor/execProcnode.c:557
+#: libpq/pqcomm.c:196
 #, c-format
-msgid "ExecEndNode: node type %d unsupported"
+msgid "StreamServerPort: socket() failed: %m"
 msgstr ""
 
-#: ../executor/execProcnode.c:728
+#: libpq/pqcomm.c:205
 #, c-format
-msgid "ExecGetTupType: node type %d unsupported"
+msgid "StreamServerPort: setsockopt(SO_REUSEADDR) failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:143 ../executor/execQual.c:165
+#: libpq/pqcomm.c:246
 #, c-format
-msgid "ExecEvalArrayRef: can only handle %d dimensions"
+msgid "StreamServerPort: gethostbyname(%s) failed"
 msgstr ""
 
-#: ../executor/execQual.c:187
-msgid "ExecEvalArrayRef: upper and lower indices mismatch"
+#: libpq/pqcomm.c:262
+#, 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."
 msgstr ""
 
-#: ../executor/execQual.c:265
-msgid "ExecEvalAggref: no aggregates in this expression context"
+#: libpq/pqcomm.c:267
+#, 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."
 msgstr ""
 
-#: ../executor/execQual.c:467
-msgid "ExecEvalParam: new/old params with same id & diff names"
+#: libpq/pqcomm.c:306
+#, c-format
+msgid "No such group as '%s'"
 msgstr ""
 
-#: ../executor/execQual.c:476
+#: libpq/pqcomm.c:314
 #, c-format
-msgid "ExecEvalParam: invalid paramkind %d"
+msgid "Could not set group of %s: %m"
 msgstr ""
 
-#: ../executor/execQual.c:490
+#: libpq/pqcomm.c:322
 #, c-format
-msgid "ExecEvalParam: Unknown value for parameter %s"
+msgid "Could not set permissions on %s: %m"
 msgstr ""
 
-#: ../executor/execQual.c:524
-msgid "GetAttributeByNum: Invalid attribute number"
+#: libpq/pqcomm.c:341
+#, c-format
+msgid "StreamServerPort: listen() failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:527
-msgid "GetAttributeByNum: cannot access system attributes here"
+#: libpq/pqcomm.c:371
+#, c-format
+msgid "StreamConnection: accept() failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:530
-msgid "GetAttributeByNum: a NULL isNull flag was passed"
+#: libpq/pqcomm.c:390
+#, c-format
+msgid "StreamConnection: getsockname() failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:558
-msgid "GetAttributeByName: Invalid attribute name"
+#: libpq/pqcomm.c:402
+#, c-format
+msgid "StreamConnection: setsockopt(TCP_NODELAY) failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:561
-msgid "GetAttributeByName: a NULL isNull flag was passed"
+#: libpq/pqcomm.c:408
+#, c-format
+msgid "StreamConnection: setsockopt(SO_KEEPALIVE) failed: %m"
 msgstr ""
 
-#: ../executor/execQual.c:583
+#: libpq/pqcomm.c:476
 #, c-format
-msgid "GetAttributeByName: attribute %s not found"
-msgstr ""
+msgid "pq_recvbuf: recv() failed: %m"
+msgstr "pq_recvbuf(): recv() fehlgeschlagen: %m"
 
-#: ../executor/execQual.c:628
-msgid "Functions and operators can take only one set argument"
+#: libpq/pqcomm.c:482
+msgid "pq_recvbuf: unexpected EOF on client connection"
 msgstr ""
 
-#: ../executor/execQual.c:681 ../executor/execQual.c:716
-#: ../executor/execQual.c:1707 ../executor/functions.c:546
-#: ../executor/functions.c:572 ../utils/adt/sets.c:203
-msgid "Set-valued function called in context that cannot accept a set"
-msgstr ""
+#: libpq/pqcomm.c:680
+#, c-format
+msgid "pq_flush: send() failed: %m"
+msgstr "pq_flush(): send() fehlgeschlagen: %m"
 
-#: ../executor/execQual.c:1146
+#: libpq/pqcomm.c:714
 #, c-format
-msgid "ExecEvalNullTest: unexpected nulltesttype %d"
-msgstr ""
+msgid "pq_eof: recv() failed: %m"
+msgstr "pq_eof(): recv() fehlgeschlagen: %m"
 
-#: ../executor/execQual.c:1226
+#: libpq/auth.c:106
 #, c-format
-msgid "ExecEvalBooleanTest: unexpected booltesttype %d"
+msgid "pg_krb4_recvauth: kerberos error: %s"
 msgstr ""
 
-#: ../executor/execQual.c:1382 ../executor/execQual.c:1421
+#: libpq/auth.c:112
 #, c-format
-msgid "ExecEvalExpr: unknown expression type %d"
+msgid "pg_krb4_recvauth: protocol version \"%s\" != \"%s\""
 msgstr ""
 
-#: ../executor/execQual.c:1767
-msgid "ExecTargetList: fjoin nodes not currently supported"
+#: libpq/auth.c:118
+#, c-format
+msgid "pg_krb4_recvauth: name \"%s\" != \"%s\""
 msgstr ""
 
-#: ../executor/execTuples.c:258
-msgid ""
-"Plan requires more slots than are available\n"
-"\tsend mail to your local executor guru to fix this"
+#: libpq/auth.c:130
+msgid "pg_krb4_recvauth: Kerberos not implemented on this server"
 msgstr ""
 
-#: ../executor/execUtils.c:534
+#: libpq/auth.c:190
 #, c-format
-msgid "ExecOpenIndices: index %u not found"
+msgid "pg_krb5_init: krb5_init_context returned Kerberos error %d"
 msgstr ""
 
-#: ../executor/functions.c:172
+#: libpq/auth.c:199
 #, c-format
-msgid "init_sql_fcache: Cache lookup failed for procedure %u"
+msgid "pg_krb5_init: krb5_kt_resolve returned Kerberos error %d"
 msgstr ""
 
-#: ../executor/functions.c:184
+#: libpq/auth.c:211
 #, c-format
-msgid "init_sql_fcache: Cache lookup failed for type %u"
+msgid "pg_krb5_init: krb5_sname_to_principal returned Kerberos error %d"
 msgstr ""
 
-#: ../executor/functions.c:241
+#: libpq/auth.c:255
 #, c-format
-msgid "init_sql_fcache: null prosrc for procedure %u"
+msgid "pg_krb5_recvauth: krb5_recvauth returned Kerberos error %d"
 msgstr ""
 
-#: ../executor/nodeAgg.c:760
-msgid "ExecInitAgg: could not find any aggregate functions"
+#: libpq/auth.c:279
+#, c-format
+msgid "pg_krb5_recvauth: krb5_unparse_name returned Kerberos error %d"
 msgstr ""
 
-#: ../executor/nodeAgg.c:858
+#: libpq/auth.c:290
 #, c-format
-msgid "ExecAgg: cache lookup failed for aggregate %s(%s)"
+msgid "pg_krb5_recvauth: user name \"%s\" != krb5 name \"%s\""
 msgstr ""
 
-#: ../executor/nodeAgg.c:901
-#, c-format
-msgid "Aggregate %s needs to have compatible input type and transition type"
+#: libpq/auth.c:309
+msgid "pg_krb5_recvauth: Kerberos not implemented on this server"
 msgstr ""
 
-#: ../executor/nodeAgg.c:923 ../executor/nodeGroup.c:495
+#: libpq/auth.c:374
 #, c-format
-msgid "Unable to identify an equality operator for type '%s'"
+msgid "%s authentication failed for user \"%s\""
 msgstr ""
 
-#: ../executor/nodeAppend.c:293
-msgid "ExecProcAppend: subnode is NULL"
+#: libpq/auth.c:396
+msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
 msgstr ""
 
-#: ../executor/nodeHash.c:66
-msgid "ExecHash: hash table is NULL."
+#: libpq/auth.c:417
+#, c-format
+msgid "No pg_hba.conf entry for host %s, user %s, database %s"
 msgstr ""
 
-#: ../executor/nodeHash.c:312 ../executor/nodeHash.c:491
-#: ../executor/nodeHash.c:725
-msgid "Insufficient memory for hash table."
+#: libpq/auth.c:450
+#, c-format
+msgid "pg_local_sendauth: can't do setsockopt: %m"
 msgstr ""
 
-#: ../executor/nodeHashjoin.c:358
+#: libpq/auth.c:539
 #, c-format
-msgid "ExecInitHashJoin: unsupported join type %d"
+msgid "pam_passwd_conv_proc: Error from underlying PAM layer: '%s'"
 msgstr ""
 
-#: ../executor/nodeHashjoin.c:530 ../executor/nodeHashjoin.c:538
-msgid "Read from hashjoin temp file failed"
+#: libpq/auth.c:543
+#, c-format
+msgid "pam_passwd_conv_proc: Unexpected PAM conversation %d/'%s'"
 msgstr ""
 
-#: ../executor/nodeHashjoin.c:594 ../executor/nodeHashjoin.c:599
-msgid "Failed to rewind hash temp file"
+#: libpq/auth.c:573
+msgid "received PAM packet"
 msgstr ""
 
-#: ../executor/nodeHashjoin.c:670 ../executor/nodeHashjoin.c:673
-msgid "Write to hashjoin temp file failed"
+#: libpq/auth.c:577
+msgid "pam_passwd_conv_proc: no password"
 msgstr ""
 
-#: ../executor/nodeIndexscan.c:726
-msgid "ExecInitIndexScan: indxqual not an opclause!"
+#: libpq/auth.c:590
+msgid "pam_passwd_conv_proc: Out of memory!"
 msgstr ""
 
-#: ../executor/nodeIndexscan.c:852 ../executor/nodeIndexscan.c:915
+#: libpq/auth.c:634
 #, c-format
-msgid "ExecInitIndexScan: %s"
+msgid "CheckPAMAuth: Failed to create PAM authenticator: '%s'"
 msgstr ""
 
-#: ../executor/nodeIndexscan.c:1002
+#: libpq/auth.c:644
 #, c-format
-msgid "indexes of the relation %u was inactivated"
-msgstr ""
-
-#: ../executor/nodeMergejoin.c:137
-msgid "MJFormSkipQual: op not an Oper!"
+msgid "CheckPAMAuth: pam_set_item(PAM_USER) failed: '%s'"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:151
+#: libpq/auth.c:654
 #, c-format
-msgid "MJFormSkipQual: operator %u not found"
+msgid "CheckPAMAuth: pam_set_item(PAM_CONV) failed: '%s'"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:168
+#: libpq/auth.c:664
 #, c-format
-msgid "MJFormSkipQual: mergejoin operator %u has no matching %s op"
+msgid "CheckPAMAuth: pam_authenticate failed: '%s'"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:430
+#: libpq/auth.c:674
 #, c-format
-msgid "ExecMergeJoin: unsupported join type %d"
+msgid "CheckPAMAuth: pam_acct_mgmt failed: '%s'"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:1414
+#: libpq/auth.c:684
 #, c-format
-msgid "ExecMergeJoin: invalid join state %d, aborting"
+msgid "CheckPAMAuth: Failed to release PAM authenticator: '%s'"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:1494
-msgid "RIGHT JOIN is only supported with mergejoinable join conditions"
+#: libpq/auth.c:724
+#, c-format
+msgid "unexpected password packet size: read %d, expected %d"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:1509 ../optimizer/path/joinpath.c:939
-msgid "FULL JOIN is only supported with mergejoinable join conditions"
+#: libpq/auth.c:728
+msgid "received password packet"
 msgstr ""
 
-#: ../executor/nodeMergejoin.c:1512
+#: libpq/be-fsstubs.c:84
 #, c-format
-msgid "ExecInitMergeJoin: unsupported join type %d"
+msgid "lo_open(%u,%d)"
 msgstr ""
 
-#: ../executor/nodeNestloop.c:318
+#: libpq/be-fsstubs.c:102
 #, c-format
-msgid "ExecInitNestLoop: unsupported join type %d"
+msgid "cannot open large object %u"
 msgstr ""
 
-#: ../executor/nodeSort.c:52
-msgid "ExtractSortKeys: keycount <= 0"
+#: libpq/be-fsstubs.c:122
+#, c-format
+msgid "lo_close: invalid large obj descriptor (%d)"
 msgstr ""
 
-#: ../executor/nodeSubplan.c:53
-msgid "ExecSubPlan: can't set parent params from subquery"
+#: libpq/be-fsstubs.c:126
+#, c-format
+msgid "lo_close(%d)"
 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."
+#: libpq/be-fsstubs.c:158
+#, c-format
+msgid "lo_read: invalid large obj descriptor (%d)"
 msgstr ""
 
-#: ../executor/nodeSubplan.c:180
-msgid "ExecSubPlan: failed to find placeholder for subplan result"
+#: libpq/be-fsstubs.c:180
+#, c-format
+msgid "lo_write: invalid large obj descriptor (%d)"
 msgstr ""
 
-#: ../executor/nodeSubplan.c:358
-msgid "ExecSetParamPlan: ANY/ALL subselect unsupported"
+#: libpq/be-fsstubs.c:206
+#, c-format
+msgid "lo_lseek: invalid large obj descriptor (%d)"
 msgstr ""
 
-#: ../executor/nodeSubplan.c:468
-msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
+#: libpq/be-fsstubs.c:261
+#, c-format
+msgid "lo_tell: invalid large object descriptor (%d)"
 msgstr ""
 
-#: ../executor/nodeSubplan.c:470
-msgid "ExecReScanSetParamPlan: setParam list is NULL"
+#: 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 ""
 
-#: ../executor/nodeSubplan.c:472
-msgid "ExecReScanSetParamPlan: extParam list of plan is NULL"
+#: libpq/be-fsstubs.c:378
+#, c-format
+msgid "lo_import: can't open unix file \"%s\": %m"
 msgstr ""
 
-#: ../executor/spi.c:69
-msgid "SPI_connect: no connection(s) expected"
+#: libpq/be-fsstubs.c:386
+#, c-format
+msgid "lo_import: can't create inv object for \"%s\""
 msgstr ""
 
-#: ../executor/spi.c:75
-msgid "SPI_connect: some connection(s) expected"
+#: libpq/be-fsstubs.c:397
+#, c-format
+msgid "lo_import: error while reading \"%s\""
 msgstr ""
 
-#: ../executor/spi.c:81
-msgid "Memory exhausted in SPI_connect"
+#: libpq/be-fsstubs.c:426
+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."
 msgstr ""
 
-#: ../executor/spi.c:154
-msgid "Memory exhausted in SPI_finish"
+#: libpq/be-fsstubs.c:436
+#, c-format
+msgid "lo_export: can't open inv object %u"
 msgstr ""
 
-#: ../executor/spi.c:320 ../executor/spi.c:347 ../executor/spi.c:376
-#: ../executor/spi.c:415 ../executor/spi.c:655 ../executor/spi.c:1300
-msgid "SPI: stack corrupted"
+#: libpq/be-fsstubs.c:454
+#, c-format
+msgid "lo_export: can't open unix file \"%s\": %m"
 msgstr ""
 
-#: ../executor/spi.c:722
-msgid "cannot open multi-query plan as cursor"
+#: libpq/be-fsstubs.c:464
+#, c-format
+msgid "lo_export: error while writing \"%s\""
 msgstr ""
 
-#: ../executor/spi.c:727
-msgid "plan in SPI_cursor_open() is not a SELECT"
+#: libpq/be-secure.c:291 libpq/be-secure.c:340
+#, c-format
+msgid "SSL SYSCALL error: %s"
 msgstr ""
 
-#: ../executor/spi.c:729
-msgid "plan in SPI_cursor_open() must NOT be a DECLARE already"
+#: libpq/be-secure.c:294 libpq/be-secure.c:343
+#, c-format
+msgid "SSL error: %s"
 msgstr ""
 
-#: ../executor/spi.c:731
-msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO"
+#: libpq/be-secure.c:395
+#, c-format
+msgid "DH errors (%s): %d bits expected, %d bits found"
 msgstr ""
 
-#: ../executor/spi.c:761
+#: libpq/be-secure.c:405
 #, c-format
-msgid "cursor \"%s\" already in use"
+msgid "DH_check error (%s): %s"
 msgstr ""
 
-#: ../executor/spi.c:766
+#: libpq/be-secure.c:410
 #, c-format
-msgid "failed to create portal \"%s\""
+msgid "DH error (%s): p is not prime"
 msgstr ""
 
-#: ../executor/spi.c:860 ../executor/spi.c:1213
-msgid "invalid portal in SPI cursor operation"
+#: libpq/be-secure.c:417
+#, c-format
+msgid "DH error (%s): neither suitable generator or safe prime"
 msgstr ""
 
-#: ../executor/spi.c:885
-msgid "SPI: improper call to spi_printtup"
+#: libpq/be-secure.c:443
+#, c-format
+msgid "DH load buffer: %s"
 msgstr ""
 
-#: ../executor/spi.c:887
-msgid "SPI: stack corrupted in spi_printtup"
+#: libpq/be-secure.c:515
+#, c-format
+msgid "DH: generating parameters (%d bits)...."
 msgstr ""
 
-#: ../executor/spi.c:1165
-msgid "SPI_select: retrieve into portal not implemented"
+#: libpq/be-secure.c:549
+msgid "SSL: handshake start"
 msgstr ""
 
-#: ../executor/spi.c:1175
-msgid "SPI_select: # of processed tuples check failed"
+#: libpq/be-secure.c:552
+msgid "SSL: handshake done"
 msgstr ""
 
-#: ../executor/spi.c:1266
-msgid "SPI_fetch: # of processed tuples check failed"
+#: libpq/be-secure.c:555
+msgid "SSL: accept loop"
 msgstr ""
 
-#: ../executor/nodeSetOp.c:174
+#: libpq/be-secure.c:558
 #, c-format
-msgid "ExecSetOp: bogus command code %d"
+msgid "SSL: accept exit (%d)"
 msgstr ""
 
-#: ../executor/instrument.c:40
-msgid "InstrStartTimer called twice in a row"
+#: libpq/be-secure.c:561
+msgid "SSL: connect loop"
 msgstr ""
 
-#: ../executor/instrument.c:56
-msgid "InstrStopNode without start"
+#: libpq/be-secure.c:564
+#, c-format
+msgid "SSL: connect exit (%d)"
 msgstr ""
 
-#: ../lib/dllist.c:41
-msgid "Memory exhausted in DLNewList"
+#: libpq/be-secure.c:567
+#, c-format
+msgid "SSL: read alert (0x%04x)"
 msgstr ""
 
-#: ../lib/dllist.c:84
-msgid "Memory exhausted in DLNewElem"
+#: libpq/be-secure.c:570
+#, c-format
+msgid "SSL: write alert (0x%04x)"
 msgstr ""
 
-#: ../libpq/pqcomm.c:511
+#: libpq/be-secure.c:591
 #, c-format
-msgid "pq_recvbuf: recv() failed: %m"
-msgstr "pq_recvbuf(): recv() fehlgeschlagen: %m"
-
-#: ../libpq/pqcomm.c:517
-msgid "pq_recvbuf: unexpected EOF on client connection"
-msgstr ""
+msgid "failed to create SSL context: %s"
+msgstr "konnte SSL-Kontext nicht erstellen: %s"
 
-#: ../libpq/pqcomm.c:691
+#: libpq/be-secure.c:602
 #, c-format
-msgid "pq_flush: send() failed: %m"
-msgstr "pq_flush(): send() fehlgeschlagen: %m"
+msgid "failed to load server certificate (%s): %s"
+msgstr "konnte Serverzertifikat (%s) nicht laden: %s"
 
-#: ../libpq/pqcomm.c:725
+#: libpq/be-secure.c:610
 #, c-format
-msgid "pq_eof: recv() failed: %m"
-msgstr "pq_eof(): recv() fehlgeschlagen: %m"
+msgid "failed to stat private key file (%s): %s"
+msgstr ""
 
-#: ../libpq/auth.c:473
+#: libpq/be-secure.c:617
 #, c-format
-msgid "%s authentication failed for user \"%s\""
+msgid "bad permissions on private key file (%s)"
 msgstr ""
 
-#: ../libpq/auth.c:495
-msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
-msgstr ""
+#: libpq/be-secure.c:622
+#, c-format
+msgid "failed to load private key file (%s): %s"
+msgstr "konnte Private-Key-Datei (%s) nicht laden: %s"
 
-#: ../libpq/auth.c:526
+#: libpq/be-secure.c:628
 #, c-format
-msgid "No pg_hba.conf entry for host %s, user %s, database %s"
-msgstr ""
+msgid "check of private key failed: %s"
+msgstr "Überprüfung des Private Key fehlgeschlagen: %s"
 
-#: ../libpq/auth.c:560
+#: libpq/be-secure.c:645
 #, c-format
-msgid "pg_local_sendauth: can't do setsockopt: %s\n"
+msgid "could not read root cert file (%s): %s"
 msgstr ""
 
-#: ../libpq/crypt.c:68
+#: libpq/be-secure.c:679
 #, c-format
-msgid "could not open %s: %m"
-msgstr "konnte %s nicht öffnen: %m"
+msgid "failed to initialize SSL connection: %s"
+msgstr "konnte SSL-Verbindung nicht initialisieren: %s"
 
-#: ../libpq/be-fsstubs.c:85
+#: libpq/be-secure.c:701
 #, c-format
-msgid "lo_open(%u,%d)"
+msgid "secure connection from '%s'"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:103
-#, c-format
-msgid "cannot open large object %u"
+#: libpq/crypt.c:60
+msgid ""
+"Password is stored MD5 encrypted.  'password' and 'crypt' auth methods "
+"cannot be used."
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:123
+#: libpq/hba.c:123
 #, c-format
-msgid "lo_close: invalid large obj descriptor (%d)"
+msgid "Token too long in authentication file, skipping, %s"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:127
+#: libpq/hba.c:256
 #, c-format
-msgid "lo_close(%d)"
+msgid ""
+"tokenize_inc_file: Unable to open secondary authentication file \"@%s\" as "
+"\"%s\": %m"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:159
+#: libpq/hba.c:659
 #, c-format
-msgid "lo_read: invalid large obj descriptor (%d)"
+msgid "parse_hba: invalid syntax in pg_hba.conf file at line %d, token \"%s\""
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:181
+#: libpq/hba.c:712 libpq/hba.c:734
 #, c-format
-msgid "lo_write: invalid large obj descriptor (%d)"
-msgstr ""
+msgid "could not open %s: %m"
+msgstr "konnte %s nicht öffnen: %m"
 
-#: ../libpq/be-fsstubs.c:207
+#: libpq/hba.c:845
 #, c-format
-msgid "lo_lseek: invalid large obj descriptor (%d)"
+msgid "load_hba: Unable to open authentication config file \"%s\": %m"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:262
+#: libpq/hba.c:908
 #, c-format
-msgid "lo_tell: invalid large object descriptor (%d)"
+msgid ""
+"parse_ident_usermap: invalid syntax in pg_ident.conf file at line %d, token "
+"\"%s\""
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:364
+#: libpq/hba.c:940
 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."
+"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."
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:379
+#: libpq/hba.c:990
 #, c-format
-msgid "lo_import: can't open unix file \"%s\": %m"
+msgid "load_ident: Unable to open usermap file \"%s\": %m"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:387
+#: libpq/hba.c:1112
 #, c-format
-msgid "lo_import: can't create inv object for \"%s\""
+msgid "Failed to create socket on which to talk to Ident server: %m"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:398
+#: libpq/hba.c:1148
 #, c-format
-msgid "lo_import: error while reading \"%s\""
+msgid ""
+"Unable to connect to Ident server on the host which is trying to connect to "
+"Postgres (IP address %s, Port %d): %s"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:427
+#: libpq/hba.c:1171
+#, c-format
 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."
+"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"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:437
+#: libpq/hba.c:1188
 #, c-format
-msgid "lo_export: can't open inv object %u"
+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"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:455
+#: libpq/hba.c:1230 libpq/hba.c:1295
 #, c-format
-msgid "lo_export: can't open unix file \"%s\": %m"
+msgid "ident_unix: error receiving credentials: %m"
 msgstr ""
 
-#: ../libpq/be-fsstubs.c:465
+#: libpq/hba.c:1238 libpq/hba.c:1304
 #, c-format
-msgid "lo_export: error while writing \"%s\""
+msgid "ident_unix: unknown local user with uid %d"
+msgstr ""
+
+#: libpq/hba.c:1314
+msgid "'ident' auth is not supported on local connections on this platform"
 msgstr ""
 
-#: ../libpq/pqformat.c:200
+#: libpq/pqformat.c:159
 #, c-format
 msgid "pq_sendint: unsupported size %d"
 msgstr ""
 
-#: ../main/main.c:85
+#: libpq/pqformat.c:241
+#, c-format
+msgid "pq_getint: unsupported size %d"
+msgstr ""
+
+#: main/main.c:84
 #, c-format
 msgid "%s: setsysinfo failed: %s\n"
 msgstr ""
 
-#: ../main/main.c:155
+#: main/main.c:173
 msgid ""
 "\"root\" execution of the PostgreSQL server is not permitted.\n"
 "\n"
@@ -5306,1279 +6309,1240 @@ msgid ""
 "\n"
 msgstr ""
 
-#: ../main/main.c:175
+#: main/main.c:193
 #, c-format
 msgid "%s: real and effective user ids must match\n"
 msgstr ""
 
-#: ../main/main.c:224
+#: main/main.c:228
 #, c-format
 msgid "%s: invalid current euid %d\n"
 msgstr ""
 
-#: ../nodes/outfuncs.c:1294
+#: nodes/copyfuncs.c:1564
 #, c-format
-msgid "_outValue: don't know how to print type %d "
+msgid "_copyAConst: unknown node type %d"
 msgstr ""
 
-#: ../nodes/outfuncs.c:1696
+#: nodes/copyfuncs.c:2720
 #, c-format
-msgid "_outNode: don't know how to print type %d "
+msgid "_copyValue: unknown node type %d"
 msgstr ""
 
-#: ../nodes/copyfuncs.c:2976
+#: nodes/copyfuncs.c:3232
 #, c-format
 msgid "copyObject: don't know how to copy node type %d"
 msgstr ""
 
-#: ../nodes/equalfuncs.c:201
+#: nodes/equalfuncs.c:204
 #, c-format
 msgid "_equalParam: Invalid paramkind value: %d"
 msgstr ""
 
-#: ../nodes/equalfuncs.c:2127
+#: nodes/equalfuncs.c:1987
 #, c-format
-msgid "equal: don't know whether nodes of type %d are equal"
+msgid "_equalValue: unknown node type %d"
 msgstr ""
 
-#: ../nodes/print.c:211
+#: nodes/equalfuncs.c:2438
 #, c-format
-msgid "Cache lookup for type %u failed"
-msgstr "Cachesuche nach Typ %u fehlgeschlagen"
-
-#: ../nodes/list.c:162
-msgid "tryout to nconc a list to itself"
-msgstr ""
-
-#: ../nodes/read.c:296
-msgid "nodeRead: did not find '}' at end of plan node"
+msgid "equal: don't know whether nodes of type %d are equal"
 msgstr ""
 
-#: ../nodes/read.c:376
-#, c-format
-msgid "nodeRead: Bad type %d"
+#: nodes/list.c:162
+msgid "tryout to nconc a list to itself"
 msgstr ""
 
-#: ../nodes/readfuncs.c:70
-msgid "toIntList: unexpected datatype"
+#: nodes/list.c:245
+msgid "llast: empty list"
 msgstr ""
 
-#: ../nodes/readfuncs.c:104
-msgid "toOidList: unexpected datatype"
+#: nodes/list.c:260
+msgid "llasti: empty list"
 msgstr ""
 
-#: ../nodes/readfuncs.c:797
+#: nodes/outfuncs.c:1026 nodes/readfuncs.c:1694
 #, c-format
-msgid "_readExpr: unknown opType \"%.*s\""
+msgid "bogus rte kind %d"
 msgstr ""
 
-#: ../nodes/readfuncs.c:2023
+#: nodes/outfuncs.c:1324
 #, c-format
-msgid "badly formatted planstring \"%.10s\"..."
+msgid "_outValue: don't know how to print type %d "
 msgstr ""
 
-#: ../nodes/readfuncs.c:2056 ../nodes/readfuncs.c:2088
+#: nodes/outfuncs.c:1782
 #, c-format
-msgid "readDatum: expected '%s', got '%s'; length = %lu"
+msgid "_outNode: don't know how to print type %d "
 msgstr ""
 
-#: ../nodes/readfuncs.c:2063
+#: nodes/print.c:85
 #, c-format
-msgid "readDatum: byval & length = %lu"
-msgstr ""
-
-#: ../optimizer/geqo/geqo_main.c:123
-msgid "geqo_main: using edge recombination crossover [ERX]"
+msgid ""
+"%s:\n"
+"%s"
 msgstr ""
+"%s:\n"
+"%s"
 
-#: ../optimizer/geqo/geqo_main.c:127
-msgid "geqo_main: using partially matched crossover [PMX]"
-msgstr ""
+#: nodes/print.c:353
+#, c-format
+msgid "Cache lookup for type %u failed"
+msgstr "Cachesuche nach Typ %u fehlgeschlagen"
 
-#: ../optimizer/geqo/geqo_main.c:131
-msgid "geqo_main: using cycle crossover [CX]"
+#: nodes/read.c:296
+msgid "nodeRead: did not find '}' at end of plan node"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:136
-msgid "geqo_main: using position crossover [PX]"
+#: nodes/read.c:376
+#, c-format
+msgid "nodeRead: Bad type %d"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:141
-msgid "geqo_main: using order crossover [OX1]"
+#: nodes/readfuncs.c:70
+msgid "toIntList: unexpected datatype"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:146
-msgid "geqo_main: using order crossover [OX2]"
+#: nodes/readfuncs.c:104
+msgid "toOidList: unexpected datatype"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:217
+#: nodes/readfuncs.c:823
 #, c-format
-msgid "[GEQO] failures: %d, average: %d"
+msgid "_readExpr: unknown opType \"%.*s\""
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:220
-msgid "[GEQO] No edge failures detected."
+#: nodes/readfuncs.c:2276
+#, c-format
+msgid "badly formatted planstring \"%.10s\"..."
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:226
+#: nodes/readfuncs.c:2309 nodes/readfuncs.c:2341
 #, c-format
-msgid "[GEQO] mutations: %d, generations: %d"
+msgid "readDatum: expected '%s', got '%s'; length = %lu"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_main.c:228
-msgid "[GEQO] No mutations processed."
+#: nodes/readfuncs.c:2316
+#, c-format
+msgid "readDatum: byval & length = %lu"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_erx.c:336
+#: optimizer/geqo/geqo_erx.c:336
 msgid "gimme_gene: Internal error - minimum_count not set"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_erx.c:362
+#: 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
+#: 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
+#: 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
+#: 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
+#: optimizer/geqo/geqo_erx.c:470
 msgid "edge_failure: no edge detected"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_eval.c:139
+#: optimizer/geqo/geqo_eval.c:139
 msgid "gimme_tree: failed to construct join rel"
 msgstr ""
 
-#: ../optimizer/geqo/geqo_misc.c:42
-msgid "avg_pool: pool_size of zero"
+#: optimizer/geqo/geqo_main.c:123
+msgid "geqo_main: using edge recombination crossover [ERX]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:96
-msgid "Needed to do a second round of predmig!\n"
+#: optimizer/geqo/geqo_main.c:127
+msgid "geqo_main: using partially matched crossover [PMX]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:130
-msgid "called xfunc_predmig with bad inputs"
+#: optimizer/geqo/geqo_main.c:131
+msgid "geqo_main: using cycle crossover [CX]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:327
-msgid "Didn't find matching node in original stream"
+#: optimizer/geqo/geqo_main.c:136
+msgid "geqo_main: using position crossover [PX]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:338
-msgid "pulling up in xfunc_predmig_pullup!"
+#: optimizer/geqo/geqo_main.c:141
+msgid "geqo_main: using order crossover [OX1]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:385
-msgid "didn't succeed in pulling up in xfunc_prdmig_pullup"
+#: optimizer/geqo/geqo_main.c:146
+msgid "geqo_main: using order crossover [OX2]"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:780
-msgid "bad pointers in stream"
+#: optimizer/geqo/geqo_main.c:211
+#, c-format
+msgid "[GEQO] failures: %d, average: %d"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/predmig.c:787
-msgid "Joins got reordered!"
+#: optimizer/geqo/geqo_main.c:214
+msgid "[GEQO] No edge failures detected."
 msgstr ""
 
-#: ../optimizer/path/_deadcode/xfunc.c:455
-#: ../optimizer/path/_deadcode/xfunc.c:706
-#: ../optimizer/path/_deadcode/xfunc.c:843
-#: ../optimizer/path/_deadcode/xfunc.c:1178
-msgid "Clause node of undetermined type"
+#: optimizer/geqo/geqo_main.c:220
+#, c-format
+msgid "[GEQO] mutations: %d, generations: %d"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/xfunc.c:491
-msgid "Oper's function is undefined"
+#: optimizer/geqo/geqo_main.c:222
+msgid "[GEQO] No mutations processed."
 msgstr ""
 
-#: ../optimizer/path/_deadcode/xfunc.c:501
-#: ../optimizer/path/_deadcode/xfunc.c:677
-#: ../optimizer/path/_deadcode/xfunc.c:1306
-#, c-format
-msgid "Cache lookup failed for procedure %u"
+#: optimizer/geqo/geqo_misc.c:43
+msgid "avg_pool: pool_size of zero"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/xfunc.c:616
-#: ../optimizer/path/_deadcode/xfunc.c:1324
-#, c-format
-msgid "Cache lookup failed for type %u"
+#: optimizer/path/allpaths.c:204
+msgid "SELECT FOR UPDATE is not supported for inherit queries"
 msgstr ""
 
-#: ../optimizer/path/_deadcode/xfunc.c:1405
-msgid "xfunc_LispRemove: didn't find a match!"
+#: optimizer/path/allpaths.c:617
+#, c-format
+msgid "recurse_pushdown_safe: unexpected node %d"
 msgstr ""
 
-#: ../optimizer/path/allpaths.c:192
-msgid "SELECT FOR UPDATE is not supported for inherit queries"
+#: optimizer/path/allpaths.c:685
+#, c-format
+msgid "recurse_push_qual: unexpected node %d"
 msgstr ""
 
-#: ../optimizer/path/clausesel.c:522
+#: optimizer/path/clausesel.c:533
 #, c-format
 msgid "clause_selectivity: s1 %f"
 msgstr ""
 
-#: ../optimizer/path/costsize.c:1229
+#: optimizer/path/costsize.c:1312
 #, c-format
 msgid "set_joinrel_size_estimates: unsupported join type %d"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:506
+#: optimizer/path/indxpath.c:509
 msgid "extract_or_indexqual_conditions: no matching clause"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:1302
+#: optimizer/path/indxpath.c:1229
 msgid "pred_test_simple_clause: unknown test_op"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:1330
+#: optimizer/path/indxpath.c:1258
 msgid "pred_test_simple_clause: null test result"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2008
+#: optimizer/path/indxpath.c:1903
 #, c-format
 msgid "prefix_quals: unexpected operator %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2019
+#: optimizer/path/indxpath.c:1919
 #, c-format
 msgid "prefix_quals: no = operator for type %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2034
+#: optimizer/path/indxpath.c:1934
 #, c-format
 msgid "prefix_quals: no >= operator for type %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2050
+#: optimizer/path/indxpath.c:1950
 #, c-format
 msgid "prefix_quals: no < operator for type %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2099
+#: optimizer/path/indxpath.c:1997
 #, c-format
 msgid "network_prefix_quals: unexpected operator %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2112
+#: optimizer/path/indxpath.c:2010
 #, c-format
 msgid "network_prefix_quals: no %s operator for type %u"
 msgstr ""
 
-#: ../optimizer/path/indxpath.c:2127
+#: optimizer/path/indxpath.c:2025
 #, c-format
 msgid "network_prefix_quals: no <= operator for type %u"
 msgstr ""
 
-#: ../optimizer/path/joinpath.c:172
+#: optimizer/path/joinpath.c:172
 #, c-format
 msgid "sort_inner_and_outer: unexpected join type %d"
 msgstr ""
 
-#: ../optimizer/path/joinpath.c:343
+#: optimizer/path/joinpath.c:343
 #, c-format
 msgid "match_unsorted_outer: unexpected join type %d"
 msgstr ""
 
-#: ../optimizer/path/joinpath.c:602
+#: optimizer/path/joinpath.c:602
 #, c-format
 msgid "match_unsorted_inner: unexpected join type %d"
 msgstr ""
 
-#: ../optimizer/path/joinrels.c:226
+#: optimizer/path/joinrels.c:226
 #, c-format
 msgid "make_rels_by_joins: failed to build any %d-way joins"
 msgstr ""
 
-#: ../optimizer/path/joinrels.c:381
+#: optimizer/path/joinrels.c:381
 #, c-format
 msgid "make_jointree_rel: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/path/joinrels.c:438
+#: optimizer/path/joinrels.c:438
 #, c-format
 msgid "make_join_rel: unsupported join type %d"
 msgstr ""
 
-#: ../optimizer/path/pathkeys.c:872
+#: optimizer/path/pathkeys.c:876
 msgid ""
 "make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to "
 "use"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:133
+#: optimizer/plan/createplan.c:139
 #, c-format
 msgid "create_plan: unknown pathtype %d"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:202
+#: optimizer/plan/createplan.c:214
 #, c-format
 msgid "create_scan_plan: unknown node type: %d"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:282
+#: optimizer/plan/createplan.c:296
 #, c-format
 msgid "create_join_plan: unknown node type: %d"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:980
+#: optimizer/plan/createplan.c:1033
 msgid "fix_indxqual_sublist: indexqual clause is not binary opclause"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:1017
-msgid "fix_indxqual_sublist: failed to find substitute op"
-msgstr ""
-
-#: ../optimizer/plan/createplan.c:1079
+#: optimizer/plan/createplan.c:1122
 msgid "fix_indxqual_operand: var is not index attribute"
 msgstr ""
 
-#: ../optimizer/plan/createplan.c:1497
+#: optimizer/plan/createplan.c:1560
 msgid "make_sort_from_pathkeys: cannot find tlist item to sort"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:151
+#: 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_missing_rels_to_query: unexpected node type %d"
+msgid "add_base_rels_to_query: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:274 ../optimizer/plan/planner.c:412
+#: optimizer/plan/initsplan.c:307 optimizer/plan/planner.c:457
 msgid "UNION JOIN is not implemented yet"
 msgstr "UNION JOIN ist noch nicht implementiert"
 
-#: ../optimizer/plan/initsplan.c:278
+#: optimizer/plan/initsplan.c:311
 #, c-format
 msgid "distribute_quals_to_rels: unsupported join type %d"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:288
+#: optimizer/plan/initsplan.c:321
 #, c-format
 msgid "distribute_quals_to_rels: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:325
+#: 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:387
+#: optimizer/plan/initsplan.c:452
 msgid "JOIN qualification may not refer to other relations"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:545
+#: optimizer/plan/initsplan.c:611
 msgid "distribute_qual_to_rels: can't cope with variable-free clause"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:689
+#: optimizer/plan/initsplan.c:753
 #, c-format
 msgid "Unable to identify an equality operator for types '%s' and '%s'"
 msgstr ""
 
-#: ../optimizer/plan/initsplan.c:700
+#: optimizer/plan/initsplan.c:764
 #, c-format
 msgid ""
 "Equality operator for types '%s' and '%s' should be mergejoinable, but isn't"
 msgstr ""
 
-#: ../optimizer/plan/planmain.c:218
-#, c-format
-msgid "Internal error: no jointree entry for rel %s (%d)"
-msgstr ""
-
-#: ../optimizer/plan/planmain.c:241
+#: optimizer/plan/planmain.c:224
 msgid "subplanner: failed to construct a relation"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:415
+#: optimizer/plan/planner.c:460
 #, c-format
 msgid "pull_up_subqueries: unexpected join type %d"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:421
+#: optimizer/plan/planner.c:466
 #, c-format
 msgid "pull_up_subqueries: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:442
+#: optimizer/plan/planner.c:487
 msgid "is_simple_subquery: subquery is bogus"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:517
+#: optimizer/plan/planner.c:602
 #, c-format
 msgid "resolvenew_in_jointree: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:596
+#: optimizer/plan/planner.c:681
 #, c-format
 msgid "preprocess_jointree: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:682
+#: optimizer/plan/planner.c:793
 #, c-format
 msgid "preprocess_qual_conditions: unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:797 ../parser/analyze.c:2067
-#: ../parser/analyze.c:2234 ../parser/analyze.c:2695
+#: 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"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:850
+#: optimizer/plan/planner.c:961
 msgid "SELECT FOR UPDATE is not allowed in subselects"
 msgstr ""
 
-#: ../optimizer/plan/planner.c:1452 ../optimizer/plan/planner.c:1458
+#: optimizer/plan/planner.c:1563 optimizer/plan/planner.c:1569
 msgid "postprocess_setop_tlist: resjunk output columns not implemented"
 msgstr ""
 
-#: ../optimizer/plan/setrefs.c:192
+#: optimizer/plan/setrefs.c:215
 #, c-format
 msgid "set_plan_references: unknown plan type %d"
 msgstr ""
 
-#: ../optimizer/plan/setrefs.c:413
+#: optimizer/plan/setrefs.c:458
 msgid "join_references: variable not in subplan target lists"
 msgstr ""
 
-#: ../optimizer/plan/setrefs.c:474
+#: optimizer/plan/setrefs.c:519
 msgid "replace_vars_with_subplan_refs: variable not in subplan target list"
 msgstr ""
 
-#: ../optimizer/plan/subselect.c:140
+#: optimizer/plan/subselect.c:141
 msgid "make_subplan: invalid expression structure (SubLink already processed?)"
 msgstr ""
 
-#: ../optimizer/plan/subselect.c:142
+#: optimizer/plan/subselect.c:143
 msgid ""
 "make_subplan: invalid expression structure (subquery already processed?)"
 msgstr ""
 
-#: ../optimizer/plan/subselect.c:280 ../optimizer/plan/subselect.c:418
+#: optimizer/plan/subselect.c:281 optimizer/plan/subselect.c:430
 #, c-format
 msgid "cache lookup failed for operator %u"
 msgstr ""
 
-#: ../optimizer/plan/subselect.c:681
+#: optimizer/plan/subselect.c:705
 #, c-format
 msgid "SS_finalize_plan: node %d unsupported"
 msgstr ""
 
-#: ../optimizer/plan/subselect.c:702
+#: optimizer/plan/subselect.c:728
 msgid "SS_finalize_plan: plan shouldn't reference subplan's variable"
 msgstr ""
 
-#: ../optimizer/prep/preptlist.c:66
+#: optimizer/prep/preptlist.c:58
 msgid "preprocess_targetlist: subquery cannot be result relation"
 msgstr ""
 
-#: ../optimizer/prep/preptlist.c:213
+#: optimizer/prep/preptlist.c:212
 msgid "expand_targetlist: unexpected command_type"
 msgstr ""
 
-#: ../optimizer/prep/preptlist.c:246
-#, c-format
-msgid "Unexpected assignment to attribute \"%s\""
-msgstr ""
-
-#: ../optimizer/prep/preptlist.c:315 ../optimizer/prep/preptlist.c:327
-#, c-format
-msgid "Multiple assignments to same attribute \"%s\""
+#: optimizer/prep/preptlist.c:242
+msgid "expand_targetlist: targetlist is not sorted correctly"
 msgstr ""
 
-#: ../optimizer/prep/prepunion.c:194
+#: optimizer/prep/prepunion.c:193
 #, c-format
 msgid "recurse_set_operations: unexpected node %d"
 msgstr ""
 
-#: ../optimizer/prep/prepunion.c:314
+#: optimizer/prep/prepunion.c:309
 msgid "generate_nonunion_plan: bogus operation code"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:78
+#: optimizer/util/clauses.c:81
 #, c-format
 msgid "make_clause: unsupported type %d"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:441
+#: optimizer/util/clauses.c:445
 msgid "Aggregate function calls may not be nested"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:655
+#: optimizer/util/clauses.c:718
 #, c-format
 msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:946
+#: optimizer/util/clauses.c:1062
 msgid "CommuteClause: applied to non-binary-operator clause"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:954
+#: optimizer/util/clauses.c:1070
 #, c-format
 msgid "CommuteClause: no commutator for operator %u"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:1179
+#: optimizer/util/clauses.c:1395
 #, c-format
 msgid "eval_const_expressions: unexpected opType %d"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:1445 ../utils/cache/lsyscache.c:536
-#: ../utils/cache/lsyscache.c:557
+#: optimizer/util/clauses.c:1631 utils/cache/lsyscache.c:581
+#: utils/cache/lsyscache.c:602 utils/cache/lsyscache.c:623
 #, c-format
 msgid "Function OID %u does not exist"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:1796
+#: optimizer/util/clauses.c:1981
 #, c-format
 msgid "expression_tree_walker: Unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/util/clauses.c:2171
+#: optimizer/util/clauses.c:2371
 #, c-format
 msgid "expression_tree_mutator: Unexpected node type %d"
 msgstr ""
 
-#: ../optimizer/util/pathnode.c:125
+#: optimizer/util/pathnode.c:125
 msgid "Unable to devise a query plan for the given query"
 msgstr ""
 
-#: ../optimizer/util/plancat.c:57
+#: optimizer/util/plancat.c:57
 #, c-format
 msgid "get_relation_info: Relation %u not found"
 msgstr ""
 
-#: ../optimizer/util/plancat.c:112
-#, c-format
-msgid "find_secondary_indexes: index %u not found"
-msgstr ""
-
-#: ../optimizer/util/plancat.c:185
-#, c-format
-msgid "find_secondary_indexes: no amop %u %d"
-msgstr ""
-
-#: ../optimizer/util/plancat.c:239
+#: optimizer/util/plancat.c:221
 #, c-format
 msgid "restriction_selectivity: bad value %f"
 msgstr ""
 
-#: ../optimizer/util/plancat.c:272
+#: optimizer/util/plancat.c:254
 #, c-format
 msgid "join_selectivity: bad value %f"
 msgstr ""
 
-#: ../optimizer/util/plancat.c:344
+#: optimizer/util/plancat.c:326
 #, c-format
 msgid "has_subclass: Relation %u not found"
 msgstr ""
 
-#: ../optimizer/util/relnode.c:68
+#: optimizer/util/relnode.c:60
+msgid "build_base_rel: rel already exists"
+msgstr ""
+
+#: optimizer/util/relnode.c:69
 msgid "build_base_rel: rel already exists as 'other' rel"
 msgstr ""
 
-#: ../optimizer/util/relnode.c:108
+#: optimizer/util/relnode.c:107
 msgid "build_other_rel: rel already exists as base rel"
 msgstr ""
 
-#: ../optimizer/util/relnode.c:201
+#: optimizer/util/relnode.c:180
+#, 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
+#: optimizer/util/tlist.c:239
 msgid ""
 "get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist"
 msgstr ""
 
-#: ../parser/analyze.c:228
+#: parser/analyze.c:257
 msgid "CREATE VIEW specifies more column names than columns"
 msgstr ""
 
-#: ../parser/analyze.c:413
+#: parser/analyze.c:448
 msgid "INSERT ... SELECT may not specify INTO"
 msgstr ""
 
-#: ../parser/analyze.c:497
+#: parser/analyze.c:531
 msgid "INSERT has more expressions than target columns"
 msgstr ""
 
-#: ../parser/analyze.c:707
+#: 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:826
+#: parser/analyze.c:841
 #, c-format
 msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'"
 msgstr "%s erstellt implizit eine Sequenz »%s« für die »SERIAL«-Spalte %s.%s"
 
-#: ../parser/analyze.c:867 ../parser/analyze.c:875
+#: parser/analyze.c:922 parser/analyze.c:930
 #, c-format
 msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'"
 msgstr ""
 
-#: ../parser/analyze.c:883
+#: parser/analyze.c:938
 #, c-format
 msgid "%s/DEFAULT multiple values specified for '%s.%s'"
 msgstr ""
 
-#: ../parser/analyze.c:933 ../parser/analyze.c:972
+#: parser/analyze.c:980 parser/analyze.c:1019
 msgid "parser: unrecognized constraint (internal error)"
 msgstr ""
 
-#: ../parser/analyze.c:968
+#: parser/analyze.c:1015
 msgid "parser: illegal context for constraint (internal error)"
 msgstr ""
 
-#: ../parser/analyze.c:1012
+#: parser/analyze.c:1059
 #, c-format
 msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed"
 msgstr ""
 
-#: ../parser/analyze.c:1080 ../parser/analyze.c:3029
+#: parser/analyze.c:1127
 #, c-format
 msgid "inherited table \"%s\" is not a relation"
 msgstr ""
 
-#: ../parser/analyze.c:1107
+#: parser/analyze.c:1156
 #, c-format
 msgid ""
 "inherited attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
 "NOT NULL"
 msgstr ""
 
-#: ../parser/analyze.c:1136
+#: parser/analyze.c:1182
 #, c-format
 msgid ""
 "Existing attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
 "NOT NULL"
 msgstr ""
 
-#: ../parser/analyze.c:1143
+#: parser/analyze.c:1189
 #, c-format
 msgid "%s: column \"%s\" named in key does not exist"
 msgstr "%s: Spalte »%s«, die im Key verwendet wird, existiert nicht"
 
-#: ../parser/analyze.c:1151
+#: parser/analyze.c:1197
 #, c-format
 msgid "%s: column \"%s\" appears twice in %s constraint"
 msgstr ""
 
-#: ../parser/analyze.c:1238
+#: parser/analyze.c:1287
 #, c-format
 msgid "%s: failed to make implicit index name"
 msgstr ""
 
-#: ../parser/analyze.c:1241
+#: parser/analyze.c:1290
 #, c-format
 msgid "%s / %s%s will create implicit index '%s' for table '%s'"
 msgstr "%s / %s%s erstellt implizit einen Index »%s« für Tabelle »%s«"
 
-#: ../parser/analyze.c:1265
+#: parser/analyze.c:1304
 #, c-format
 msgid "%s will create implicit trigger(s) for FOREIGN KEY check(s)"
 msgstr "%s erstellt implizit Trigger für FOREIGN-KEY-Prüfungen"
 
-#: ../parser/analyze.c:1293 ../parser/analyze.c:1324 ../parser/analyze.c:1381
-#, c-format
-msgid "Can only have %d keys in a foreign key"
-msgstr ""
-
-#: ../parser/analyze.c:1336 ../parser/analyze.c:2914
-#, c-format
-msgid "PRIMARY KEY for referenced table \"%s\" not found"
-msgstr ""
-
-#: ../parser/analyze.c:1398 ../parser/analyze.c:2854
-#, c-format
-msgid ""
-"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
-msgstr ""
-
-#: ../parser/analyze.c:1453
-#, c-format
-msgid ""
-"number of key attributes in referenced table must be equal to foreign key\n"
-"\tIllegal FOREIGN KEY definition references \"%s\""
-msgstr ""
-
-#: ../parser/analyze.c:1514
-msgid "Only one ON DELETE action can be specified for FOREIGN KEY constraint"
-msgstr ""
-
-#: ../parser/analyze.c:1586
-msgid "Only one ON UPDATE action can be specified for FOREIGN KEY constraint"
-msgstr ""
-
-#: ../parser/analyze.c:1732 ../parser/analyze.c:1849
+#: parser/analyze.c:1446 parser/analyze.c:1568
 #, c-format
 msgid "transformRuleStmt: unexpected event type %d"
 msgstr ""
 
-#: ../parser/analyze.c:1741
+#: parser/analyze.c:1455
 msgid "Rule WHERE condition may not contain references to other relations"
 msgstr ""
 
-#: ../parser/analyze.c:1809
+#: 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:1833
+#: parser/analyze.c:1552
 msgid "ON SELECT rule may not use OLD"
 msgstr ""
 
-#: ../parser/analyze.c:1835
+#: parser/analyze.c:1554
 msgid "ON SELECT rule may not use NEW"
 msgstr ""
 
-#: ../parser/analyze.c:1842
+#: parser/analyze.c:1561
 msgid "ON INSERT rule may not use OLD"
 msgstr ""
 
-#: ../parser/analyze.c:1846
+#: parser/analyze.c:1565
 msgid "ON DELETE rule may not use NEW"
 msgstr ""
 
-#: ../parser/analyze.c:1911 ../parser/analyze.c:2131
+#: parser/analyze.c:1630 parser/analyze.c:1838
 msgid "DECLARE CURSOR must not specify INTO"
 msgstr ""
 
-#: ../parser/analyze.c:1913 ../parser/analyze.c:2133
+#: parser/analyze.c:1632 parser/analyze.c:1840
 msgid ""
 "DECLARE/UPDATE is not supported\n"
 "\tCursors must be READ ONLY"
 msgstr ""
 
-#: ../parser/analyze.c:1923 ../parser/analyze.c:2143
-msgid "DECLARE CURSOR may only be used in begin/end transaction blocks"
-msgstr ""
-
-#: ../parser/analyze.c:2195
+#: 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:2229
+#: parser/analyze.c:1942
 msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
 msgstr ""
 
-#: ../parser/analyze.c:2231
+#: parser/analyze.c:1944
 msgid "Portal may not appear in UNION/INTERSECT/EXCEPT"
 msgstr ""
 
-#: ../parser/analyze.c:2326
+#: parser/analyze.c:2038
 #, c-format
 msgid "Each %s query must have the same number of columns"
 msgstr ""
 
-#: ../parser/analyze.c:2384
+#: parser/analyze.c:2096
 #, c-format
 msgid "getSetColTypes: unexpected node %d"
 msgstr ""
 
-#: ../parser/analyze.c:2395
+#: parser/analyze.c:2107
 msgid "CREATE TABLE AS specifies too many column names"
 msgstr ""
 
-#: ../parser/analyze.c:2478 ../parser/analyze.c:2487
+#: parser/analyze.c:2190 parser/analyze.c:2199
 msgid "UPDATE target count mismatch --- internal error"
 msgstr ""
 
-#: ../parser/analyze.c:2567
+#: parser/analyze.c:2285
 msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT"
 msgstr ""
 
-#: ../parser/analyze.c:2640
-#, c-format
-msgid "Unsupported type %d in transformTypeRefs"
+#: parser/analyze.c:2368
+msgid "transformPrepareStmt: internal error"
 msgstr ""
 
-#: ../parser/analyze.c:2681
+#: parser/analyze.c:2395
 #, c-format
-msgid "unsupported expression in %%TYPE"
+msgid "Wrong number of parameters, expected %d but got %d"
+msgstr ""
+
+#: parser/analyze.c:2408
+msgid "Cannot use subselects in EXECUTE parameters"
+msgstr ""
+
+#: parser/analyze.c:2410
+msgid "Cannot use aggregates in EXECUTE parameters"
 msgstr ""
 
-#: ../parser/analyze.c:2684
+#: parser/analyze.c:2421
 #, c-format
-msgid "%s.%s%%TYPE converted to %s"
+msgid ""
+"Parameter $%d of type %s cannot be coerced into the expected type %s\n"
+"\tYou will need to rewrite or cast the expression"
 msgstr ""
 
-#: ../parser/analyze.c:2697
+#: parser/analyze.c:2446
 msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
 msgstr ""
 
-#: ../parser/analyze.c:2699
+#: parser/analyze.c:2448
 msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
 msgstr ""
 
-#: ../parser/analyze.c:2701
+#: parser/analyze.c:2450
 msgid "SELECT FOR UPDATE is not allowed with AGGREGATE"
 msgstr ""
 
-#: ../parser/analyze.c:2766
+#: parser/analyze.c:2515
 #, c-format
 msgid "FOR UPDATE: relation \"%s\" not found in FROM clause"
 msgstr ""
 
-#: ../parser/analyze.c:2813
-#, c-format
-msgid "transformFkeyCheckAttrs: index %u not found"
-msgstr "transformFkeyCheckAttrs: Index %u nicht gefunden"
-
-#: ../parser/analyze.c:2899
-#, c-format
-msgid "transformFkeyGetPrimaryKey: index %u not found"
-msgstr ""
-
-#: ../parser/analyze.c:2970
+#: parser/analyze.c:2555
 #, c-format
 msgid "relationHasPrimaryKey: index %u not found"
 msgstr "relationHasPrimaryKey: Index %u nicht gefunden"
 
-#: ../parser/analyze.c:3010
-#, c-format
-msgid "Unable to lookup type %s"
-msgstr ""
-
-#: ../parser/analyze.c:3063
-#, c-format
-msgid "%s: column \"%s\" referenced in foreign key constraint does not exist"
-msgstr "%s: Spalte »%s«, die im Foreign-Key verwendet wird, existiert nicht"
-
-#: ../parser/analyze.c:3104
+#: parser/analyze.c:2606
 msgid "Misplaced DEFERRABLE clause"
 msgstr ""
 
-#: ../parser/analyze.c:3106 ../parser/analyze.c:3115
+#: parser/analyze.c:2608 parser/analyze.c:2617
 msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
 msgstr ""
 
-#: ../parser/analyze.c:3113
+#: parser/analyze.c:2615
 msgid "Misplaced NOT DEFERRABLE clause"
 msgstr ""
 
-#: ../parser/analyze.c:3120 ../parser/analyze.c:3138 gram.y:1914 gram.y:1927
+#: gram.y:2129 gram.y:2143 parser/analyze.c:2622 parser/analyze.c:2640
 msgid "INITIALLY DEFERRED constraint must be DEFERRABLE"
 msgstr ""
 
-#: ../parser/analyze.c:3125
+#: parser/analyze.c:2627
 msgid "Misplaced INITIALLY DEFERRED clause"
 msgstr ""
 
-#: ../parser/analyze.c:3127 ../parser/analyze.c:3145
+#: parser/analyze.c:2629 parser/analyze.c:2647
 msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
 msgstr ""
 
-#: ../parser/analyze.c:3143
+#: parser/analyze.c:2645
 msgid "Misplaced INITIALLY IMMEDIATE clause"
 msgstr ""
 
-#: ../parser/parse_agg.c:118
+#: parser/analyze.c:2754
+#, c-format
+msgid ""
+"New table specifies a schema (%s) different from the one being created (%s)"
+msgstr ""
+
+#: parser/analyze.c:2773
+#, c-format
+msgid ""
+"New view specifies a schema (%s) different from the one being created (%s)"
+msgstr ""
+
+#: parser/analyze.c:2790
+msgid "parser: unsupported schema node (internal error)"
+msgstr ""
+
+#: parser/parse_agg.c:112
 #, c-format
 msgid "Attribute %s.%s must be GROUPed or used in an aggregate function"
 msgstr ""
 "Attribut %s.%s muß gruppiert werden (GROUP BY) oder in einer "
 "Aggregatfunktion verwendent werden"
 
-#: ../parser/parse_agg.c:156
+#: parser/parse_agg.c:150
 msgid "Aggregates not allowed in WHERE clause"
 msgstr ""
 
-#: ../parser/parse_agg.c:158
+#: parser/parse_agg.c:152
 msgid "Aggregates not allowed in JOIN conditions"
 msgstr ""
 
-#: ../parser/parse_agg.c:174
+#: parser/parse_agg.c:168
 msgid "Aggregates not allowed in GROUP BY clause"
 msgstr ""
 
-#: ../parser/parse_agg.c:249
-#, c-format
-msgid "%s: aggregate '%s' for all types does not exist"
+#: parser/parse_clause.c:194
+msgid "Bogus InhOption value"
 msgstr ""
 
-#: ../parser/parse_agg.c:252
+#: parser/parse_clause.c:341
 #, c-format
-msgid "%s: aggregate '%s' for type %s does not exist"
+msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
 msgstr ""
 
-#: ../parser/parse_clause.c:189
-msgid "Bogus InhOption value"
+#: parser/parse_clause.c:400
+msgid "sub-select in FROM must have an alias"
 msgstr ""
 
-#: ../parser/parse_clause.c:296
-#, c-format
-msgid "JOIN/USING clause must return type boolean, not type %s"
+#: parser/parse_clause.c:424 parser/parse_clause.c:427
+msgid "Unexpected parse analysis result for subselect in FROM"
 msgstr ""
 
-#: ../parser/parse_clause.c:332
-#, c-format
-msgid "JOIN/ON clause must return type boolean, not type %s"
+#: parser/parse_clause.c:430
+msgid "Expected SELECT query from subselect in FROM"
 msgstr ""
 
-#: ../parser/parse_clause.c:352
-#, c-format
-msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
+#: parser/parse_clause.c:432
+msgid "Subselect in FROM may not have SELECT INTO"
 msgstr ""
 
-#: ../parser/parse_clause.c:412
-msgid "sub-select in FROM must have an alias"
+#: parser/parse_clause.c:493
+msgid ""
+"FROM function expression may not refer to other relations of same query level"
 msgstr ""
 
-#: ../parser/parse_clause.c:434 ../parser/parse_clause.c:437
-msgid "Unexpected parse analysis result for subselect in FROM"
+#: parser/parse_clause.c:502
+msgid "cannot use aggregate function in FROM function expression"
 msgstr ""
 
-#: ../parser/parse_clause.c:440
-msgid "Expected SELECT query from subselect in FROM"
+#: parser/parse_clause.c:514
+msgid "Coercion function not allowed in FROM clause"
 msgstr ""
 
-#: ../parser/parse_clause.c:442
-msgid "Subselect in FROM may not have SELECT INTO"
+#: parser/parse_clause.c:624 parser/parse_clause.c:636
+msgid "transformFromClauseItem: unexpected subtree type"
+msgstr ""
+
+#: parser/parse_clause.c:719
+#, c-format
+msgid "USING column name \"%s\" appears more than once"
 msgstr ""
 
-#: ../parser/parse_clause.c:642
+#: parser/parse_clause.c:731
 #, c-format
 msgid "Common column name \"%s\" appears more than once in left table"
 msgstr ""
 
-#: ../parser/parse_clause.c:648
+#: parser/parse_clause.c:737
 #, c-format
 msgid "JOIN/USING column \"%s\" not found in left table"
 msgstr ""
 
-#: ../parser/parse_clause.c:659
+#: parser/parse_clause.c:749
 #, c-format
 msgid "Common column name \"%s\" appears more than once in right table"
 msgstr ""
 
-#: ../parser/parse_clause.c:665
+#: parser/parse_clause.c:755
 #, c-format
 msgid "JOIN/USING column \"%s\" not found in right table"
 msgstr ""
 
-#: ../parser/parse_clause.c:743
+#: parser/parse_clause.c:804
 #, c-format
-msgid "Column alias list for \"%s\" has wrong number of entries (need %d)"
+msgid "Column alias list for \"%s\" has too many entries"
 msgstr ""
 
-#: ../parser/parse_clause.c:755
+#: parser/parse_clause.c:831
 #, c-format
 msgid ""
 "transformFromClauseItem: unexpected node (internal error)\n"
 "\t%s"
 msgstr ""
 
-#: ../parser/parse_clause.c:777
+#: parser/parse_clause.c:942
 #, c-format
-msgid "WHERE clause must return type boolean, not type %s"
+msgid "buildMergedJoinVar: unexpected jointype %d"
 msgstr ""
 
-#: ../parser/parse_clause.c:873
+#: parser/parse_clause.c:1063
 #, c-format
 msgid "%s '%s' is ambiguous"
 msgstr ""
 
-#: ../parser/parse_clause.c:892
+#: parser/parse_clause.c:1082
 #, c-format
 msgid "Non-integer constant in %s"
 msgstr ""
 
-#: ../parser/parse_clause.c:905
+#: parser/parse_clause.c:1095
 #, c-format
 msgid "%s position %d is not in target list"
 msgstr ""
 
-#: ../parser/parse_clause.c:1047
+#: parser/parse_clause.c:1237
 msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list"
 msgstr ""
 
-#: ../parser/parse_clause.c:1085
+#: parser/parse_clause.c:1275
 msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
 msgstr ""
 
-#: ../parser/parse_clause.c:1109
+#: parser/parse_clause.c:1299
 msgid ""
 "transformDistinctClause: failed to add DISTINCT ON clause to target list"
 msgstr ""
 
-#: ../parser/parse_coerce.c:136
+#: parser/parse_coerce.c:288
 #, c-format
-msgid "coerce_type: conversion function %s produced %s"
+msgid "coerce_type: no conversion function from %s to %s"
 msgstr ""
 
-#: ../parser/parse_coerce.c:388
+#: parser/parse_coerce.c:414
 #, c-format
-msgid "%s types \"%s\" and \"%s\" not matched"
+msgid "coerce_type_constraints: failed to lookup type %u"
 msgstr ""
 
-#: ../parser/parse_coerce.c:443
+#. translator: first %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:565
 #, c-format
-msgid "%s unable to convert to type \"%s\""
-msgstr ""
-
-#: ../parser/parse_expr.c:103
-#, c-format
-msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
+msgid "Argument of %s must be type boolean, not type %s"
 msgstr ""
 
-#: ../parser/parse_expr.c:132
+#. translator: %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:573
 #, c-format
-msgid "Parameter '$%d' is out of range"
+msgid "Argument of %s must not be a set function"
 msgstr ""
 
-#: ../parser/parse_expr.c:211
+#: parser/parse_coerce.c:620
 #, c-format
-msgid "left-hand side of AND is type '%s', not '%s'"
+msgid "%s types '%s' and '%s' not matched"
 msgstr ""
 
-#: ../parser/parse_expr.c:216
+#: parser/parse_coerce.c:672
 #, c-format
-msgid "right-hand side of AND is type '%s', not '%s'"
+msgid "%s unable to convert to type %s"
 msgstr ""
 
-#: ../parser/parse_expr.c:237
+#: parser/parse_coerce.c:954
 #, c-format
-msgid "left-hand side of OR is type '%s', not '%s'"
+msgid "find_coercion_pathway: bogus castcontext %c"
 msgstr ""
 
-#: ../parser/parse_expr.c:242
+#: parser/parse_expr.c:101
 #, c-format
-msgid "right-hand side of OR is type '%s', not '%s'"
+msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
 msgstr ""
 
-#: ../parser/parse_expr.c:260
+#: parser/parse_expr.c:120
 #, c-format
-msgid "argument to NOT is type '%s', not '%s'"
+msgid "Parameter '$%d' is out of range"
 msgstr ""
 
-#: ../parser/parse_expr.c:311 ../parser/parse_expr.c:315
+#: parser/parse_expr.c:358 parser/parse_expr.c:362
 msgid "Bad query in subselect"
 msgstr ""
 
-#: ../parser/parse_expr.c:337
+#: parser/parse_expr.c:384
 msgid "Subselect must have a field"
 msgstr ""
 
-#: ../parser/parse_expr.c:341
+#: parser/parse_expr.c:388
 msgid "Subselect must have only one field"
 msgstr ""
 
-#: ../parser/parse_expr.c:370
+#: parser/parse_expr.c:418
 #, c-format
-msgid "Row comparison cannot use '%s'"
+msgid "Row comparison cannot use operator %s"
 msgstr ""
 
-#: ../parser/parse_expr.c:393
+#: parser/parse_expr.c:441
 msgid "Subselect has too many fields"
 msgstr ""
 
-#: ../parser/parse_expr.c:409
+#: parser/parse_expr.c:457
 #, c-format
 msgid ""
-"'%s' result type of '%s' must return '%s' to be used with quantified "
+"%s has result type of %s, but must return %s to be used with quantified "
 "predicate subquery"
 msgstr ""
 
-#: ../parser/parse_expr.c:421
-msgid "Subselect has too few fields"
+#: parser/parse_expr.c:463
+#, c-format
+msgid "%s must not return a set to be used with quantified predicate subquery"
 msgstr ""
 
-#: ../parser/parse_expr.c:461
-msgid "WHEN clause must have a boolean result"
+#: parser/parse_expr.c:475
+msgid "Subselect has too few fields"
 msgstr ""
 
-#: ../parser/parse_expr.c:574
+#: parser/parse_expr.c:615
 #, c-format
 msgid "transformExpr: unexpected booltesttype %d"
 msgstr ""
 
-#: ../parser/parse_expr.c:579
-#, c-format
-msgid "Argument of %s must be boolean"
-msgstr ""
-
-#: ../parser/parse_expr.c:609
+#: parser/parse_expr.c:652
 #, c-format
 msgid "transformExpr: does not know how to transform node %d (internal error)"
 msgstr ""
 
-#: ../parser/parse_expr.c:668
+#: parser/parse_expr.c:744
 #, c-format
-msgid "Attribute '%s' not found"
+msgid "Attribute \"%s\" not found"
 msgstr "Attribut »%s« nicht gefunden"
 
-#: ../parser/parse_expr.c:728
-msgid "Cannot get type for untransformed sublink"
-msgstr ""
-
-#: ../parser/parse_expr.c:756
-#, c-format
-msgid "Do not know how to get type for %d node"
-msgstr ""
-
-#: ../parser/parse_expr.c:902 ../utils/adt/ruleutils.c:447
-#: ../utils/adt/ruleutils.c:2050 ../utils/adt/ruleutils.c:2146
-#, c-format
-msgid "cache lookup for proc %u failed"
+#: parser/parse_expr.c:856 parser/parse_target.c:153
+msgid "Invalid qualified name syntax (too many names)"
 msgstr ""
 
-#: ../parser/parse_expr.c:927 ../utils/adt/ruleutils.c:2160
-#, c-format
-msgid "cache lookup for type %u failed"
+#: parser/parse_expr.c:913
+msgid "exprType: Cannot get type for untransformed sublink"
 msgstr ""
 
-#: ../parser/parse_expr.c:982
+#: parser/parse_expr.c:940
 #, c-format
-msgid "Cannot cast this expression to type '%s'"
+msgid "exprType: Do not know how to get type for %d node"
 msgstr ""
 
-#: ../parser/parse_expr.c:1032
+#: parser/parse_expr.c:1110
 #, c-format
-msgid "Cannot cast type '%s' to '%s'"
+msgid "Cannot cast type %s to %s"
 msgstr "kann Typ »%s« nicht in Typ »%s« umwandeln"
 
-#: ../parser/parse_func.c:154
+#: parser/parse_func.c:97
 #, c-format
 msgid "Cannot pass more than %d arguments to a function"
 msgstr ""
 
-#: ../parser/parse_func.c:161
+#: parser/parse_func.c:104
 #, c-format
 msgid "Function '%s' does not allow NULL input"
 msgstr ""
 
-#: ../parser/parse_func.c:204
+#: parser/parse_func.c:192
 #, c-format
-msgid "Type '%s' is not a relation type"
+msgid "Cannot find type OID for relation %u"
 msgstr ""
 
-#: ../parser/parse_func.c:211 ../parser/parse_func.c:483
+#: parser/parse_func.c:232
 #, c-format
-msgid "No such attribute or function '%s'"
+msgid "Cannot pass result of sub-select or join %s to a function"
 msgstr ""
 
-#: ../parser/parse_func.c:227
-msgid "Aggregate functions may only have one parameter"
+#: parser/parse_func.c:270
+#, c-format
+msgid "%s(*) specified, but %s is not an aggregate function"
 msgstr ""
 
-#: ../parser/parse_func.c:230
-msgid "Aggregate functions cannot be applied to relation names"
+#: parser/parse_func.c:273
+#, c-format
+msgid "DISTINCT specified, but %s is not an aggregate function"
 msgstr ""
 
-#: ../parser/parse_func.c:286
+#: parser/parse_func.c:296
 #, c-format
-msgid "Unable to select an aggregate function %s(%s)"
+msgid "Attribute notation .%s applied to type %s, which is not a complex type"
 msgstr ""
 
-#: ../parser/parse_func.c:297
+#: parser/parse_func.c:299
 #, c-format
-msgid "There is no aggregate function %s(%s)"
+msgid "Attribute \"%s\" not found in datatype %s"
+msgstr "Attribut »%s« nicht gefunden im Datentyp %s"
+
+#: parser/parse_func.c:348
+msgid "Aggregates may not return sets"
 msgstr ""
 
-#: ../parser/parse_func.c:350 ../parser/parse_func.c:395
+#: parser/parse_func.c:1264
 #, c-format
-msgid "No such attribute or function %s.%s"
+msgid "No such attribute %s.%s.%s"
 msgstr ""
 
-#: ../parser/parse_func.c:359
+#: parser/parse_func.c:1267
 #, c-format
-msgid "Cannot pass result of join %s to a function"
+msgid "No such attribute %s.%s"
 msgstr ""
 
-#: ../parser/parse_func.c:366
+#: parser/parse_func.c:1294
 #, c-format
-msgid "ParseFuncOrColumn: unexpected node type %d"
-msgstr ""
+msgid "Function %s(%s) does not exist%s%s"
+msgstr "Funktion %s(%s) existiert nicht%s%s"
 
-#: ../parser/parse_func.c:400
+#: parser/parse_func.c:1300
 #, c-format
-msgid "Cannot pass result of sub-select %s to a function"
-msgstr ""
+msgid "%s: function %s(%s) does not exist%s%s"
+msgstr "%s: Funktion %s(%s) existiert nicht%s%s"
 
-#: ../parser/parse_func.c:1714
+#: parser/parse_func.c:1326
 #, c-format
-msgid "Function '%s(%s)' does not exist%s%s"
-msgstr "Funktion %s(%s) existiert nicht%s%s"
+msgid "%s: aggregate %s(*) does not exist"
+msgstr ""
 
-#: ../parser/parse_func.c:1720
+#: parser/parse_func.c:1329
 #, c-format
-msgid "%s: function '%s(%s)' does not exist%s%s"
-msgstr "%s: Funktion %s(%s) existiert nicht%s%s"
+msgid "%s: aggregate %s(%s) does not exist"
+msgstr ""
 
-#: ../parser/parse_node.c:185
+#: parser/parse_func.c:1345
 #, c-format
-msgid "Relation %s does not have attribute %d"
-msgstr "Relation %s hat kein Attribut %d"
+msgid "%s: function %s(*) is not an aggregate"
+msgstr ""
 
-#: ../parser/parse_node.c:209
+#: parser/parse_func.c:1348
 #, c-format
-msgid "Subquery %s does not have attribute %d"
+msgid "%s: function %s(%s) is not an aggregate"
 msgstr ""
 
-#: ../parser/parse_node.c:263
+#: parser/parse_node.c:217
 #, c-format
 msgid "transformArraySubscripts: Cache lookup failed for array type %u"
 msgstr ""
 
-#: ../parser/parse_node.c:269
+#: parser/parse_node.c:223
 #, c-format
 msgid "transformArraySubscripts: type %s is not an array"
 msgstr ""
 
-#: ../parser/parse_node.c:277
+#: parser/parse_node.c:231
 #, c-format
 msgid "transformArraySubscripts: Cache lookup failed for array element type %u"
 msgstr ""
 
-#: ../parser/parse_node.c:332 ../parser/parse_node.c:352
+#: parser/parse_node.c:288 parser/parse_node.c:310
 msgid "array index expressions must be integers"
 msgstr ""
 
-#: ../parser/parse_node.c:373
+#: parser/parse_node.c:329
 #, c-format
 msgid ""
-"Array assignment requires type '%s' but expression is of type '%s'\n"
+"Array assignment requires type %s but expression is of type %s\n"
 "\tYou will need to rewrite or cast the expression"
 msgstr ""
 
-#: ../parser/parse_node.c:486
+#: parser/parse_node.c:439
 #, c-format
 msgid "make_const: unknown type %d"
 msgstr ""
 
-#: ../parser/parse_oper.c:50
+#: parser/parse_oper.c:116
+#, c-format
+msgid "%s: Prefix operator '%s' for type '%s' does not exist"
+msgstr ""
+
+#: parser/parse_oper.c:120
+#, c-format
+msgid "%s: Postfix operator '%s' for type '%s' does not exist"
+msgstr ""
+
+#: parser/parse_oper.c:124
+#, c-format
+msgid "%s: Operator '%s' for types '%s' and '%s' does not exist"
+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"
 msgstr ""
 
-#: ../parser/parse_oper.c:923
+#: parser/parse_oper.c:894
 #, c-format
 msgid ""
 "Left hand side of operator '%s' has an unknown type\n"
 "\tProbably a bad attribute name"
 msgstr ""
 
-#: ../parser/parse_oper.c:927
+#: parser/parse_oper.c:899
 #, c-format
 msgid ""
 "Right hand side of operator %s has an unknown type\n"
 "\tProbably a bad attribute name"
 msgstr ""
 
-#: ../parser/parse_oper.c:930
+#: parser/parse_oper.c:903
 #, c-format
 msgid ""
 "Unable to identify an operator '%s' for types '%s' and '%s'\n"
@@ -6587,478 +7551,755 @@ msgstr ""
 "Kann keinen Operator »%s« für Typen %s und %s finden\n"
 "\tDie Abfrage muß mit einer ausdrücklichen Typumwandlung umgeschrieben werden"
 
-#: ../parser/parse_oper.c:945
+#: parser/parse_oper.c:919
 #, c-format
 msgid ""
 "operand of prefix operator '%s' has an unknown type\n"
 "\t(probably an invalid column reference)"
 msgstr ""
 
-#: ../parser/parse_oper.c:949
+#: parser/parse_oper.c:923
 #, c-format
 msgid ""
 "operand of postfix operator '%s' has an unknown type\n"
 "\t(probably an invalid column reference)"
 msgstr ""
 
-#: ../parser/parse_oper.c:956
+#: parser/parse_oper.c:930
 #, c-format
 msgid ""
 "Unable to identify a prefix operator '%s' for type '%s'\n"
 "\tYou may need to add parentheses or an explicit cast"
 msgstr ""
 
-#: ../parser/parse_oper.c:960
+#: parser/parse_oper.c:934
 #, 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 ""
 
-#: ../parser/parse_relation.c:139
+#: parser/parse_relation.c:169 parser/parse_relation.c:181
+#, c-format
+msgid "Table reference \"%s\" is ambiguous"
+msgstr "Tabellenbezug »%s« ist nicht eindeutig"
+
+#: parser/parse_relation.c:185
 #, c-format
 msgid "scanNameSpaceForRefname: unexpected node type %d"
 msgstr ""
 
-#: ../parser/parse_relation.c:150
+#: parser/parse_relation.c:239 parser/parse_relation.c:251
 #, c-format
-msgid "Table name \"%s\" specified more than once"
+msgid "Table reference %u is ambiguous"
+msgstr "Tabellenbezug %u ist nicht eindeutig"
+
+#: parser/parse_relation.c:255
+#, c-format
+msgid "scanNameSpaceForRelid: unexpected node type %d"
 msgstr ""
 
-#: ../parser/parse_relation.c:203
+#: parser/parse_relation.c:319
 #, c-format
 msgid "checkNameSpaceConflicts: unexpected node type %d"
 msgstr ""
 
-#: ../parser/parse_relation.c:238
+#: parser/parse_relation.c:342 parser/parse_relation.c:352
+#, c-format
+msgid "Table name \"%s\" specified more than once"
+msgstr ""
+
+#: parser/parse_relation.c:373
+#, c-format
+msgid "scanNameSpaceForConflict: unexpected node type %d"
+msgstr ""
+
+#: parser/parse_relation.c:408
 msgid "RTERangeTablePosn: RTE not found (internal error)"
 msgstr ""
 
-#: ../parser/parse_relation.c:268 ../parser/parse_relation.c:330
-#: ../parser/parse_relation.c:396
+#: parser/parse_relation.c:460 parser/parse_relation.c:553
 #, c-format
 msgid "Column reference \"%s\" is ambiguous"
 msgstr "Spaltenname »%s« ist nicht eindeutig"
 
-#: ../parser/parse_relation.c:390
+#: parser/parse_relation.c:547
 #, c-format
 msgid "colnameToVar: unexpected node type %d"
 msgstr ""
 
-#: ../parser/parse_relation.c:444
+#: 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"
+msgstr ""
+
+#: parser/parse_relation.c:907
+msgid "A column definition list is only allowed for functions returning RECORD"
+msgstr ""
+
+#: parser/parse_relation.c:916
+msgid "A column definition list is required for functions returning RECORD"
+msgstr ""
+
+#: parser/parse_relation.c:972
 #, c-format
-msgid "qualifiedNameToVar: unexpected node type %d"
+msgid "Too many column aliases specified for function %s"
 msgstr ""
 
-#: ../parser/parse_relation.c:500 ../parser/parse_relation.c:593
+#: parser/parse_relation.c:993
 #, c-format
-msgid "Table \"%s\" has %d columns available but %d columns specified"
+msgid "Unknown kind of return type specified for function %s"
+msgstr ""
+
+#: parser/parse_relation.c:1425
+#, c-format
+msgid "expandRTE: unsupported RTE kind %d"
 msgstr ""
 
-#: ../parser/parse_relation.c:915
+#: parser/parse_relation.c:1515
 #, c-format
 msgid "Invalid attnum %d for rangetable entry %s"
 msgstr ""
 
-#: ../parser/parse_relation.c:951
+#: 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"
+msgstr "Relation %s hat kein Attribut %d"
+
+#: parser/parse_relation.c:1574
+#, c-format
+msgid "Subquery %s does not have attribute %d"
+msgstr ""
+
+#: parser/parse_relation.c:1655
+#, c-format
+msgid "get_rte_attribute_type: unsupported RTE kind %d"
+msgstr ""
+
+#: parser/parse_relation.c:1716
+#, c-format
+msgid "Relation %s does not have attribute %d"
+msgstr "Relation %s hat kein Attribut %d"
+
+#: parser/parse_relation.c:1732
 #, c-format
-msgid "Relation '%s' does not have attribute '%s'"
-msgstr "Relation »%s« hat kein Attribut »%s«"
+msgid "get_rte_attribute_is_dropped: unsupported RTE kind %d"
+msgstr ""
 
-#: ../parser/parse_relation.c:995
+#: parser/parse_relation.c:1815
 #, c-format
 msgid "attnumAttName: invalid attribute number %d"
 msgstr "attnumAttName: ungültige Attributnummer %d"
 
-#: ../parser/parse_relation.c:1017
+#: parser/parse_relation.c:1837
 #, c-format
 msgid "attnumTypeId: invalid attribute number %d"
 msgstr "attnumTypeId: ungültige Attributnummer %d"
 
-#: ../parser/parse_relation.c:1044
+#: parser/parse_relation.c:1864
 #, c-format
 msgid "Adding missing FROM-clause entry%s for table \"%s\""
 msgstr ""
 
-#: ../parser/parse_target.c:61
+#: parser/parse_target.c:62
 msgid "You can't use relation names alone in the target list, try relation.*."
 msgstr ""
 
-#: ../parser/parse_target.c:143
-#, c-format
-msgid "transformTargetList: unexpected node type %d"
-msgstr ""
-
-#: ../parser/parse_target.c:204
+#: parser/parse_target.c:236
 #, c-format
 msgid "Cannot assign to system attribute '%s'"
 msgstr ""
 
-#: ../parser/parse_target.c:264
+#: parser/parse_target.c:297
 #, c-format
 msgid ""
-"column \"%s\" is of type '%s' but expression is of type '%s'\n"
+"column \"%s\" is of type %s but expression is of type %s\n"
 "\tYou will need to rewrite or cast the expression"
 msgstr ""
 
-#: ../parser/parse_target.c:384
+#: parser/parse_target.c:370
 #, c-format
 msgid "Attribute '%s' specified more than once"
 msgstr ""
 
-#: ../parser/parse_target.c:434
+#: parser/parse_target.c:405
 #, c-format
 msgid ""
 "ExpandAllTables: unexpected node (internal error)\n"
 "\t%s"
 msgstr ""
 
-#: ../parser/parse_target.c:440
+#: parser/parse_target.c:423
 msgid "Wildcard with no tables specified not allowed"
 msgstr ""
 
-#: ../parser/parse_type.c:50 ../parser/parse_type.c:221
+#: parser/parse_type.c:60
 #, c-format
-msgid "Unable to locate type oid %u in catalog"
-msgstr "kann Typ-OID %u nicht im Katalog finden"
+msgid "Improper %%TYPE reference (too few dotted names): %s"
+msgstr ""
+
+#: parser/parse_type.c:79
+#, c-format
+msgid "Improper %%TYPE reference (too many dotted names): %s"
+msgstr ""
 
-#: ../parser/parse_type.c:62
-msgid "typenameType: Null typename"
+#: parser/parse_type.c:96
+#, c-format
+msgid "%s converted to %s"
 msgstr ""
 
-#: ../parser/parse_type.c:68
+#: parser/parse_type.c:194 parser/parse_type.c:222
+#: utils/cache/lsyscache.c:1229
+#, c-format
+msgid "Type \"%s\" is only a shell"
+msgstr "Typ %s ist nur eine Hülle"
+
+#: parser/parse_type.c:247
 #, c-format
-msgid "Unable to locate type name '%s' in catalog"
-msgstr "kann Typnamen »%s« nicht im Katalog finden"
+msgid "Unable to locate type oid %u in catalog"
+msgstr "kann Typ-OID %u nicht im Katalog finden"
 
-#: ../parser/parse_type.c:77
+#: parser/parse_type.c:256
 msgid "typeTypeId() called with NULL type struct"
 msgstr ""
 
-#: ../parser/parse_type.c:200
+#: parser/parse_type.c:389
 #, c-format
 msgid "typeidOutfunc: Invalid type - oid = %u"
 msgstr ""
 
-#: ../parser/parse_type.c:246
+#: parser/parse_type.c:410
 #, c-format
 msgid "typeidTypeRelid: Invalid type - oid = %u"
 msgstr ""
 
-#: ../parser/parse_type.c:295 ../parser/parse_type.c:311
-#: ../parser/parse_type.c:313 ../parser/parse_type.c:319
-#: ../parser/parse_type.c:324 ../parser/parse_type.c:328
+#: 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
 #, c-format
 msgid "Invalid type name '%s'"
 msgstr ""
 
-#: gram.y:741
-msgid "ALTER SCHEMA not yet supported"
+#: scan.l:295
+msgid "unterminated /* comment"
+msgstr ""
+
+#: scan.l:323
+msgid "unterminated bit string literal"
+msgstr ""
+
+#: scan.l:342
+msgid "unterminated hexadecimal string literal"
+msgstr ""
+
+#: scan.l:388
+msgid "unterminated quoted string"
+msgstr ""
+
+#: scan.l:399
+msgid "zero-length delimited identifier"
+msgstr ""
+
+#: scan.l:406 scan.l:562
+#, c-format
+msgid "identifier \"%s\" will be truncated to \"%.*s\""
+msgstr ""
+
+#: scan.l:420
+msgid "unterminated quoted identifier"
+msgstr ""
+
+#: scan.l:580
+#, c-format
+msgid "parser: %s at end of input"
+msgstr ""
+
+#: scan.l:582
+#, c-format
+msgid "parser: %s at or near \"%s\" at character %d"
+msgstr ""
+
+#: y.tab.c:8502
+msgid "syntax error: cannot back up"
+msgstr ""
+
+#: gram.y:924
+msgid "SET TRANSACTION/READ ONLY not yet supported"
+msgstr ""
+
+#: gram.y:961 gram.y:978
+msgid "Time zone interval must be HOUR or HOUR TO MINUTE"
 msgstr ""
 
-#: gram.y:848
-msgid "SET must have at least one argument"
-msgstr "SET muß mindestens ein Argument haben"
+#: gram.y:972 gram.y:4893 gram.y:6878 utils/adt/timestamp.c:701
+#, c-format
+msgid "INTERVAL(%d) precision must be between %d and %d"
+msgstr ""
 
-#: gram.y:1263 gram.y:1268 gram.y:3601 gram.y:3606
+#: gram.y:1414 gram.y:1420 gram.y:4295 gram.y:4302
 msgid "GLOBAL TEMPORARY TABLE is not currently supported"
 msgstr ""
 
-#: gram.y:1303
+#: gram.y:1458
 #, c-format
 msgid "CREATE TABLE / COLLATE %s not yet implemented; clause ignored"
 msgstr ""
 "CREATE TABLE / COLLATE %s ist noch nicht implementiert; Klausel ignoriert"
 
-#: gram.y:1559
+#: gram.y:1642
+msgid "LIKE in table definitions not yet supported"
+msgstr ""
+
+#: gram.y:1746
 msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented"
 msgstr ""
 
-#: gram.y:1614
+#: gram.y:1820
 msgid "CREATE TABLE AS may not specify INTO"
 msgstr ""
 
-#: gram.y:2173
+#: gram.y:2193
+msgid "CREATE ASSERTION is not yet supported"
+msgstr ""
+
+#: gram.y:2207
+msgid "DROP ASSERTION is not yet supported"
+msgstr ""
+
+#: gram.y:2577
 msgid "FETCH / RELATIVE at current position is not supported"
 msgstr ""
 
-#: gram.y:2301
+#: gram.y:2705
 msgid "FETCH / ABSOLUTE not supported, using RELATIVE"
 msgstr ""
 
-#: gram.y:2418
-msgid ""
-"WITH GRANT OPTION is not supported.  Only relation owners can set privileges"
+#: gram.y:2867 gram.y:2875
+msgid "grant options are not implemented"
 msgstr ""
 
-#: gram.y:2607
+#: gram.y:3051
 msgid "CREATE FUNCTION / OUT parameters are not supported"
 msgstr ""
 
-#: gram.y:2612
+#: gram.y:3057
 msgid "CREATE FUNCTION / INOUT parameters are not supported"
 msgstr ""
 
-#: gram.y:2701
+#: gram.y:3209
 msgid "parser: argument type missing (use NONE for unary operators)"
 msgstr ""
 
-#: gram.y:2961
-msgid "COMMIT / CHAIN not yet supported"
-msgstr ""
-
-#: gram.y:3081
+#: gram.y:3706
 #, c-format
-msgid "%s is not a valid encoding name"
-msgstr ""
-
-#: ../utils/adt/ascii.c:33 gram.y:3084 gram.y:3096
-msgid "Multi-byte support is not enabled"
-msgstr ""
+msgid "CREATE DOMAIN / COLLATE %s not yet implemented; clause ignored"
+msgstr "CREATE DOMAIN / COLLATE %s ist noch nicht implementiert; Klausel ignoriert"
 
-#: gram.y:3093
-#, c-format
-msgid "%d is not a valid encoding code"
+#: gram.y:4381
+msgid ""
+"LIMIT #,# syntax not supported.\n"
+"\tUse separate LIMIT and OFFSET clauses."
 msgstr ""
 
-#: gram.y:3679
+#: gram.y:4397
 msgid "LIMIT must not be negative"
 msgstr "LIMIT darf nicht negativ sein"
 
-#: gram.y:3720
+#: gram.y:4439
 msgid "OFFSET must not be negative"
 msgstr "OFFSET darf nicht negativ sein"
 
-#: gram.y:3825
+#: gram.y:4583
 msgid ""
 "sub-SELECT in FROM must have an alias\n"
 "\tFor example, FROM (SELECT ...) [AS] foo"
 msgstr ""
 
-#: gram.y:4125
+#: gram.y:4987
 msgid "precision for FLOAT must be at least 1"
 msgstr ""
 
-#: gram.y:4131
+#: gram.y:4994
 msgid "precision for FLOAT must be less than 16"
 msgstr ""
 
-#: gram.y:4142 gram.y:4153
+#: gram.y:5007 gram.y:5020
 #, c-format
 msgid "NUMERIC precision %d must be between 1 and %d"
 msgstr ""
 
-#: gram.y:4145
+#: gram.y:5011
 #, c-format
 msgid "NUMERIC scale %d must be between 0 and precision %d"
 msgstr ""
 
-#: gram.y:4168 gram.y:4179
+#: gram.y:5037 gram.y:5050
 #, c-format
 msgid "DECIMAL precision %d must be between 1 and %d"
 msgstr ""
 
-#: gram.y:4171
+#: gram.y:5041
 #, c-format
 msgid "DECIMAL scale %d must be between 0 and precision %d"
 msgstr ""
 
-#: gram.y:4201 gram.y:4239
+#: gram.y:5096 gram.y:5170
 #, c-format
 msgid "length for type '%s' must be at least 1"
 msgstr ""
 
-#: gram.y:4204 gram.y:4242
+#: gram.y:5099 gram.y:5173
 #, c-format
 msgid "length for type '%s' cannot exceed %d"
 msgstr ""
 
-#: gram.y:4316
+#: gram.y:5250
 #, c-format
 msgid "TIMESTAMP(%d)%s precision must be between %d and %d"
 msgstr ""
 
-#: gram.y:4344
+#: gram.y:5282
 #, c-format
 msgid "TIME(%d)%s precision must be between %d and %d"
 msgstr ""
 
-#: gram.y:4471
-msgid "Wrong number of parameters on left side of OVERLAPS expression"
+#: gram.y:5432 gram.y:7433 gram.y:7485
+msgid "Unequal number of entries in row expression"
 msgstr ""
 
-#: gram.y:4476
-msgid "Wrong number of parameters on right side of OVERLAPS expression"
+#: gram.y:5846
+msgid "UNIQUE predicate is not yet implemented"
 msgstr ""
 
-#: gram.y:5037
+#: gram.y:6075
 #, c-format
 msgid "CURRENT_TIME(%d) precision must be between %d and %d"
 msgstr ""
 
-#: gram.y:5091
+#: gram.y:6120
 #, c-format
 msgid "CURRENT_TIMESTAMP(%d) precision must be between %d and %d"
 msgstr ""
 
-#: gram.y:6017
+#: gram.y:6165
+#, c-format
+msgid "LOCALTIME(%d) precision must be between %d and %d"
+msgstr ""
+
+#: gram.y:6210
+#, c-format
+msgid "LOCALTIMESTAMP(%d) precision must be between %d and %d"
+msgstr ""
+
+#: gram.y:7306
 msgid "OLD used in non-rule query"
 msgstr ""
 
-#: gram.y:6024
+#: gram.y:7313
 msgid "NEW used in non-rule query"
 msgstr ""
 
-#: gram.y:6108
-msgid "Unequal number of entries in row expression"
+#: y.tab.c:17187
+msgid "parse error; also virtual memory exhausted"
+msgstr ""
+
+#: y.tab.c:17191
+msgid "parse error"
+msgstr "Parsefehler"
+
+#: y.tab.c:17306
+msgid "parser stack overflow"
 msgstr ""
 
-#: gram.y:6136
+#: gram.y:7467
 #, c-format
 msgid "Operator '%s' not implemented for row expressions"
 msgstr ""
 
-#: gram.y:6171
+#: gram.y:7543
+msgid "Wrong number of parameters on left side of OVERLAPS expression"
+msgstr ""
+
+#: gram.y:7548
+msgid "Wrong number of parameters on right side of OVERLAPS expression"
+msgstr ""
+
+#: gram.y:7585
 msgid "Multiple ORDER BY clauses not allowed"
 msgstr ""
 
-#: gram.y:6177
+#: gram.y:7591
 msgid "Multiple FOR UPDATE clauses not allowed"
 msgstr ""
 
-#: gram.y:6183
+#: gram.y:7597
 msgid "Multiple OFFSET clauses not allowed"
 msgstr ""
 
-#: gram.y:6189
+#: gram.y:7603
 msgid "Multiple LIMIT clauses not allowed"
 msgstr ""
 
-#: scan.l:283
-msgid "Unterminated /* comment"
+#: 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"
+msgstr ""
+
+#: port/beos/sem.c:159
+msgid "beos : semctl error : GETNCNT not implemented"
+msgstr ""
+
+#: port/beos/sem.c:174
+msgid "beos : semctl error : unknown flag"
+msgstr ""
+
+#: port/beos/support.c:45
+msgid "Error loading BeOS support server : can't create communication ports"
+msgstr ""
+
+#: port/beos/support.c:71
+msgid "Can't load this add-on "
+msgstr ""
+
+#: port/beos/support.c:95
+msgid "Can't load this add-on : map text error"
+msgstr ""
+
+#: port/beos/support.c:111
+msgid "Can't load this add-on : map data error"
 msgstr ""
 
-#: scan.l:293
+#: port/beos/support.c:129
 #, c-format
-msgid "invalid bit string input: '%s'"
-msgstr "ungültiger Bitkettenwert: %s"
+msgid "loading symbol '%s' failed "
+msgstr ""
 
-#: scan.l:306
-msgid "unterminated bit string literal"
+#: 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.c:71 port/dynloader/bsdi.c:59 port/dynloader/linux.c:71
+msgid "dld: Cannot link C library!"
+msgstr ""
+
+#: port/dynloader.c:78 port/dynloader/bsdi.c:66 port/dynloader/linux.c:78
+msgid "dld: Cannot link math library!"
+msgstr ""
+
+#: port/dynloader.c:87 port/dynloader/bsdi.c:75 port/dynloader/linux.c:87
+msgid "dld: Undefined:"
 msgstr ""
 
-#: scan.l:325
+#: port/dynloader.c:90 port/dynloader/bsdi.c:78 port/dynloader/linux.c:90
+#: port/dynloader/ultrix4.c:61
 #, c-format
-msgid "Bad hexadecimal integer input '%s'"
+msgid "  %s"
 msgstr ""
 
-#: scan.l:330
-msgid "Unterminated hexadecimal integer"
+#: port/dynloader.c:35 port/dynloader/linux.c:35
+msgid "dynamic load not supported"
 msgstr ""
 
-#: scan.l:349
-msgid "Unterminated quoted string"
+#: port/dynloader/ultrix4.c:58
+msgid "dl: Undefined:"
 msgstr ""
 
-#: scan.l:359
-msgid "zero-length delimited identifier"
+#: postmaster/pgstat.c:178
+#, c-format
+msgid "PGSTAT: socket() failed: %m"
 msgstr ""
 
-#: scan.l:365 scan.l:369 scan.l:520 scan.l:524
+#: postmaster/pgstat.c:192
 #, c-format
-msgid "identifier \"%s\" will be truncated to \"%.*s\""
+msgid "PGSTAT: bind(127.0.0.1) failed: %m"
 msgstr ""
 
-#: scan.l:383
-msgid "Unterminated quoted identifier"
+#: postmaster/pgstat.c:197
+#, c-format
+msgid "PGSTAT: getsockname() failed: %m"
 msgstr ""
 
-#: scan.l:540
+#: postmaster/pgstat.c:209
 #, c-format
-msgid "parser: %s at or near \"%s\""
+msgid "PGSTAT: connect() failed: %m"
 msgstr ""
 
-#: scan.l:609
-msgid "Unput() failed.\n"
+#: postmaster/pgstat.c:221
+#, c-format
+msgid "PGSTAT: fcntl() failed: %m"
 msgstr ""
 
-#: ../port/beos/sem.c:159
-msgid "beos : semctl error : GETNCNT not implemented"
+#: postmaster/pgstat.c:230 postmaster/pgstat.c:1158
+#, c-format
+msgid "PGSTAT: pipe() failed: %m"
 msgstr ""
 
-#: ../port/beos/sem.c:174
-msgid "beos : semctl error : unknown flag"
+#: postmaster/pgstat.c:273
+msgid "PGSTAT: statistics collector startup skipped"
 msgstr ""
 
-#: ../port/beos/support.c:45
-msgid "Error loading BeOS support server : can't create communication ports"
+#: postmaster/pgstat.c:296 postmaster/pgstat.c:1165
+#, c-format
+msgid "PGSTAT: fork() failed: %m"
+msgstr "PGSTAT: fork fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:697
+msgid "Only database superusers can reset statistic counters"
+msgstr "Nur Superuser können Statistikzähler zurücksetzen"
+
+#: postmaster/pgstat.c:764 postmaster/pgstat.c:773 postmaster/pgstat.c:820
+#: postmaster/pgstat.c:830
+msgid "PGSTATBE: malloc() failed"
+msgstr "PGSTATBE: malloc() fehlgeschlagen"
+
+#: postmaster/pgstat.c:1219
+msgid "PGSTAT: Creation of dead backend hash table failed"
 msgstr ""
 
-#: ../port/beos/support.c:71
-msgid "Can't load this add-on "
+#: postmaster/pgstat.c:1230
+msgid "PGSTAT: Allocation of backend table failed"
 msgstr ""
 
-#: ../port/beos/support.c:95
-msgid "Can't load this add-on : map text error"
+#: postmaster/pgstat.c:1294
+#, c-format
+msgid "PGSTAT: select() failed: %m"
+msgstr "PGSTAT: select() fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:1334
+#, c-format
+msgid "PGSTAT: read() failed: %m"
+msgstr "PGSTAT: read() fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:1352
+msgid "PGSTAT: bogus message length"
 msgstr ""
 
-#: ../port/beos/support.c:111
-msgid "Can't load this add-on : map data error"
+#: postmaster/pgstat.c:1502
+#, c-format
+msgid "PGSTATBUFF: fcntl() failed: %m"
+msgstr ""
+
+#: postmaster/pgstat.c:1512
+msgid "PGSTATBUFF: malloc() failed"
+msgstr ""
+
+#: postmaster/pgstat.c:1539
+msgid "PGSTATBUFF: Warning - receive buffer full"
 msgstr ""
 
-#: ../port/beos/support.c:129
+#: postmaster/pgstat.c:1570
 #, c-format
-msgid "loading symbol '%s' failed "
+msgid "PGSTATBUFF: select() failed: %m"
+msgstr "PGSTATBUF: select() fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:1586
+#, c-format
+msgid "PGSTATBUFF: recvfrom() failed: %m"
+msgstr "PGSTATBUFF: recvfrom() fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:1661
+#, c-format
+msgid "PGSTATBUFF: write() failed: %m"
+msgstr "PGSTATBUFF: write() fehlgeschlagen: %m"
+
+#: postmaster/pgstat.c:1714
+#, c-format
+msgid "PGSTAT: Invalid backend ID %d"
 msgstr ""
 
-#: ../port/dynloader.c:67 ../port/dynloader/bsdi.c:59
-#: ../port/dynloader/linux.c:67
-msgid "dld: Cannot link C library!"
+#: postmaster/pgstat.c:1770
+msgid "PGSTAT: DB hash table out of memory - abort"
 msgstr ""
 
-#: ../port/dynloader.c:74 ../port/dynloader/bsdi.c:66
-#: ../port/dynloader/linux.c:74
-msgid "dld: Cannot link math library!"
+#: postmaster/pgstat.c:1799 postmaster/pgstat.c:2214 postmaster/pgstat.c:2221
+msgid "PGSTAT: failed to initialize hash table for new database entry"
 msgstr ""
 
-#: ../port/dynloader.c:83 ../port/dynloader/bsdi.c:75
-#: ../port/dynloader/linux.c:83
-msgid "dld: Undefined:"
+#: postmaster/pgstat.c:1851
+msgid "PGSTAT: dead backend hash table out of memory"
 msgstr ""
 
-#: ../port/dynloader.c:86 ../port/dynloader/bsdi.c:78
-#: ../port/dynloader/linux.c:86 ../port/dynloader/ultrix4.c:61
+#: postmaster/pgstat.c:1898
 #, c-format
-msgid "  %s"
+msgid "PGSTAT: cannot open temp stats file %s: %m"
 msgstr ""
 
-#: ../port/dynloader.c:31 ../port/dynloader/linux.c:31
-msgid "dynamic load not supported"
+#: postmaster/pgstat.c:1924
+msgid "PGSTAT: database hash table corrupted during cleanup - abort"
 msgstr ""
 
-#: ../port/dynloader/ultrix4.c:58
-msgid "dl: Undefined:"
+#: postmaster/pgstat.c:1960
+#, c-format
+msgid ""
+"PGSTAT: tables hash table for database %d corrupted during cleanup - abort"
 msgstr ""
 
-#: ../port/dynloader/beos.c:55
-msgid "add-on not loaded correctly"
+#: postmaster/pgstat.c:2007
+#, c-format
+msgid "PGSTAT: Error closing temp stats file %s: %m"
 msgstr ""
 
-#: ../port/dynloader/beos.c:66
-msgid "error while unloading add-on"
+#: postmaster/pgstat.c:2014
+#, 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/postmaster.c:302
+#: 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"
+msgstr ""
+
+#: postmaster/pgstat.c:2526
+#, 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"
+msgstr ""
+
+#: postmaster/postmaster.c:328
 #, c-format
 msgid "data directory %s was not found"
 msgstr "Datenverzeichnis %s nicht gefunden"
 
-#: ../postmaster/postmaster.c:304
+#: postmaster/postmaster.c:330
 #, c-format
 msgid "could not read permissions of directory %s: %m"
 msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: ../postmaster/postmaster.c:309
+#: postmaster/postmaster.c:335
 #, c-format
 msgid ""
 "data directory %s has group or world access; permissions should be u=rwx "
@@ -7067,7 +8308,7 @@ msgstr ""
 "Datenverzeichnis %s erlaubt Zugriff von Gruppe oder Welt; Rechte sollten "
 "u=rwx (0700) sein"
 
-#: ../postmaster/postmaster.c:321
+#: postmaster/postmaster.c:348
 #, c-format
 msgid ""
 "%s does not find the database system.\n"
@@ -7080,32 +8321,32 @@ msgstr ""
 "aber die Datei »%s« konnte nicht geöffnet werden (%s).\n"
 "\n"
 
-#: ../postmaster/postmaster.c:421 ../postmaster/postmaster.c:432
-#: ../postmaster/postmaster.c:574 ../postmaster/postmaster.c:630
-#, c-format
-msgid "Try '%s --help' for more information.\n"
-msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
-
-#: ../postmaster/postmaster.c:431
-#, c-format
-msgid "invalid argument -- %s"
-msgstr "ungültiges Argument -- %s"
-
-#: ../postmaster/postmaster.c:458
+#: postmaster/postmaster.c:433
 msgid "Assert checking is not compiled in."
 msgstr "Assert-Prüfungen sind bei der Übersetzung nicht konfiguriert worden."
 
-#: ../postmaster/postmaster.c:560 ../tcop/postgres.c:1431
+#: postmaster/postmaster.c:539 tcop/postgres.c:1574
 #, c-format
 msgid "--%s requires argument"
 msgstr "--%s benötigt ein Argument"
 
-#: ../postmaster/postmaster.c:562 ../tcop/postgres.c:1433
+#: postmaster/postmaster.c:541 tcop/postgres.c:1576
+#, c-format
+msgid "-c %s requires argument"
+msgstr "-c %s benötigt ein Argument"
+
+#: postmaster/postmaster.c:552 postmaster/postmaster.c:563
+#: postmaster/postmaster.c:628
+#, c-format
+msgid "Try '%s --help' for more information.\n"
+msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
+
+#: postmaster/postmaster.c:562
 #, c-format
-msgid "-c %s requires argument"
-msgstr "-c %s benötigt ein Argument"
+msgid "invalid argument -- %s"
+msgstr "ungültiges Argument -- %s"
 
-#: ../postmaster/postmaster.c:589
+#: postmaster/postmaster.c:578
 msgid ""
 "The number of buffers (-B) must be at least twice the number of allowed "
 "connections (-N) and at least 16."
@@ -7113,34 +8354,52 @@ msgstr ""
 "Die Zahl der Puffer (-B) muß mindestens doppelt so hoch wie die Anzahl der "
 "erlaubten Verbindungen (-N) und mindestens 16 sein."
 
-#: ../postmaster/postmaster.c:620 ../tcop/postgres.c:1564
+#: postmaster/postmaster.c:591
+msgid "superuser_reserved_connections must be less than max_connections."
+msgstr ""
+
+#: postmaster/postmaster.c:607
+#, c-format
+msgid "%s: PostmasterMain: initial environ dump:"
+msgstr ""
+
+#: postmaster/postmaster.c:608 postmaster/postmaster.c:611
+msgid "-----------------------------------------"
+msgstr ""
+
+#: postmaster/postmaster.c:610 postmaster/postmaster.c:2285
+#, c-format
+msgid "\t%s"
+msgstr "\t%s"
+
+#: postmaster/postmaster.c:618 tcop/postgres.c:1719
 #, c-format
 msgid "%s: could not locate executable, bailing out..."
 msgstr ""
 
-#: ../postmaster/postmaster.c:629
+#: postmaster/postmaster.c:627
 msgid "For SSL, TCP/IP connections must be enabled."
 msgstr "Für SSL müssen TCP/IP-Verbindungen aktiviert sein."
 
-#: ../postmaster/postmaster.c:676
+#: postmaster/postmaster.c:674
 msgid "cannot create INET stream port"
 msgstr ""
 
-#: ../postmaster/postmaster.c:688
+#: postmaster/postmaster.c:686
 msgid "cannot create UNIX stream port"
 msgstr ""
 
-#: ../postmaster/postmaster.c:780
+#: postmaster/postmaster.c:806
 #, c-format
 msgid "fork failed: %s"
 msgstr "fork fehlgeschlagen: %s"
 
-#: ../postmaster/postmaster.c:798
+#: postmaster/postmaster.c:828
 #, c-format
 msgid "cannot disassociate from controlling TTY: %s"
 msgstr ""
 
-#: ../postmaster/postmaster.c:818
+#: postmaster/postmaster.c:848
 #, c-format
 msgid ""
 "%s is the PostgreSQL server.\n"
@@ -7149,83 +8408,91 @@ msgstr ""
 "%s ist der PostgreSQL-Server.\n"
 "\n"
 
-#: ../postmaster/postmaster.c:819
+#: postmaster/postmaster.c:849
 #, c-format
 msgid ""
 "Usage:\n"
-"  %s [options...]\n"
+"  %s [OPTION]...\n"
 "\n"
 msgstr ""
 "Benutzung:\n"
-"  %s [Optionen...]\n"
+"  %s [OPTION]...\n"
 "\n"
 
-#: ../postmaster/postmaster.c:820
+#: postmaster/postmaster.c:850
 msgid "Options:\n"
 msgstr "Optionen:\n"
 
-#: ../postmaster/postmaster.c:822
+#: postmaster/postmaster.c:852
 msgid "  -A 1|0          enable/disable run-time assert checking\n"
 msgstr "  -A 1|0          Assert-Prüfungen ein-/ausschalten\n"
 
-#: ../postmaster/postmaster.c:824
+#: postmaster/postmaster.c:854
 #, c-format
 msgid "  -B NBUFFERS     number of shared buffers (default %d)\n"
 msgstr "  -B ZAHL         Anzahl der geteilten Puffer (Standard: %d)\n"
 
-#: ../postmaster/postmaster.c:825
+#: postmaster/postmaster.c:855
 msgid "  -c NAME=VALUE   set run-time parameter\n"
 msgstr "  -c NAME=WERT    setze Konfigurationsparameter\n"
 
-#: ../postmaster/postmaster.c:826
+#: postmaster/postmaster.c:856
 msgid "  -d 1-5          debugging level\n"
 msgstr "  -d 1-5          Debug-Level\n"
 
-#: ../postmaster/postmaster.c:827
+#: postmaster/postmaster.c:857
 msgid "  -D DATADIR      database directory\n"
 msgstr "  -D VERZEICHNIS  Datenbankverzeichnis\n"
 
-#: ../postmaster/postmaster.c:828
+#: postmaster/postmaster.c:858
 msgid "  -F              turn fsync off\n"
 msgstr "  -F              »fsync« ausschalten\n"
 
-#: ../postmaster/postmaster.c:829
+#: postmaster/postmaster.c:859
 msgid "  -h HOSTNAME     host name or IP address to listen on\n"
 msgstr "  -h HOSTNAME     horche auf Hostname oder IP-Adresse\n"
 
-#: ../postmaster/postmaster.c:830
+#: postmaster/postmaster.c:860
 msgid "  -i              enable TCP/IP connections\n"
 msgstr "  -i              ermögliche TCP/IP-Verbindungen\n"
 
-#: ../postmaster/postmaster.c:831
+#: postmaster/postmaster.c:861
 msgid "  -k DIRECTORY    Unix-domain socket location\n"
 msgstr "  -k VERZEICHNIS  Ort der Unix-Domain-Socket\n"
 
-#: ../postmaster/postmaster.c:833
+#: postmaster/postmaster.c:863
 msgid "  -l              enable SSL connections\n"
 msgstr "  -l              ermögliche SSL-Verbindungen\n"
 
-#: ../postmaster/postmaster.c:835
+#: postmaster/postmaster.c:865
 #, c-format
 msgid "  -N MAX-CONNECT  maximum number of allowed connections (default %d)\n"
 msgstr "  -N ZAHL         Anzahl der erlaubten Verbindugen (Standard: %d)\n"
 
-#: ../postmaster/postmaster.c:837
+#: postmaster/postmaster.c:867
 msgid "  -o OPTIONS      pass 'OPTIONS' to each backend server\n"
 msgstr "  -o OPTIONEN      »OPTIONEN« an Kindprozesse weiterreichen\n"
 
-#: ../postmaster/postmaster.c:838
+#: postmaster/postmaster.c:868
 #, c-format
 msgid "  -p PORT         port number to listen on (default %d)\n"
 msgstr "  -p PORT         auf dieser Portnummer horchen (Standard: %d)\n"
 
-#: ../postmaster/postmaster.c:839
+#: postmaster/postmaster.c:869
 msgid ""
 "  -S              silent mode (start in background without logging output)\n"
 msgstr ""
 "  -S              Stiller Modus (im Hintergrund starten, ohne Log-Ausgaben)\n"
 
-#: ../postmaster/postmaster.c:841
+#: postmaster/postmaster.c:870
+msgid "  --help          show this help, then exit\n"
+msgstr ""
+
+#: postmaster/postmaster.c:871
+msgid "  --version       output version information, then exit\n"
+msgstr ""
+
+#: postmaster/postmaster.c:873
 msgid ""
 "\n"
 "Developer options:\n"
@@ -7233,19 +8500,19 @@ msgstr ""
 "\n"
 "Entwickleroptionen:\n"
 
-#: ../postmaster/postmaster.c:842
+#: postmaster/postmaster.c:874
 msgid ""
 "  -n              do not reinitialize shared memory after abnormal exit\n"
 msgstr ""
 "  -n              Shared Memory nach abnormalem Ende nicht neu "
 "initialisieren\n"
 
-#: ../postmaster/postmaster.c:843
+#: postmaster/postmaster.c:875
 msgid "  -s              send SIGSTOP to all backend servers if one dies\n"
 msgstr ""
 "  -s              SIGSTOP an alle Kindprozesse senden wenn einer stirbt\n"
 
-#: ../postmaster/postmaster.c:845
+#: postmaster/postmaster.c:877
 msgid ""
 "\n"
 "Please read the documentation for the complete list of run-time\n"
@@ -7261,1347 +8528,1352 @@ msgstr ""
 "\n"
 "Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
 
-#: ../postmaster/postmaster.c:927
+#: postmaster/postmaster.c:959
 #, c-format
 msgid "ServerLoop: select failed: %m"
 msgstr "ServerLoop: select fehlgeschlagen: %m"
 
-#: ../postmaster/postmaster.c:1053 ../postmaster/postmaster.c:1067
+#: postmaster/postmaster.c:1085 postmaster/postmaster.c:1102
 msgid "incomplete startup packet"
 msgstr "unvollständiges Startpaket"
 
-#: ../postmaster/postmaster.c:1061
+#: postmaster/postmaster.c:1093
 msgid "invalid length of startup packet"
 msgstr "ungültige Länge des Startpakets"
 
-#: ../postmaster/postmaster.c:1100
-#, c-format
-msgid "failed to send SSL negotiation response: %s"
-msgstr "konnte SSL-Verhandlungsantwort nicht senden: %s"
-
-#: ../postmaster/postmaster.c:1112
+#: postmaster/postmaster.c:1135
 #, c-format
-msgid "failed to initialize SSL connection: %s (%m)"
-msgstr "konnte SSL-Verbindung nicht initialisieren: %s (%m)"
+msgid "failed to send SSL negotiation response: %m"
+msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
 
-#: ../postmaster/postmaster.c:1132
+#: postmaster/postmaster.c:1157
 msgid "unsupported frontend protocol"
 msgstr "nicht unterstütztes Protokoll"
 
-#: ../postmaster/postmaster.c:1159
+#: postmaster/postmaster.c:1184
 msgid "no PostgreSQL user name specified in startup packet"
 msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
 
-#: ../postmaster/postmaster.c:1171
+#: postmaster/postmaster.c:1217
 msgid "The database system is starting up"
 msgstr "Das Datenbanksystem startet"
 
-#: ../postmaster/postmaster.c:1174
+#: postmaster/postmaster.c:1220
 msgid "The database system is shutting down"
 msgstr "Das Datenbanksystem fährt herunter"
 
-#: ../postmaster/postmaster.c:1177
+#: postmaster/postmaster.c:1223
 msgid "The database system is in recovery mode"
 msgstr "Das Datenbanksystem ist im Wiederherstellungsmodus"
 
-#: ../postmaster/postmaster.c:1180 ../storage/ipc/sinval.c:53
-#: ../storage/lmgr/proc.c:1091
+#: postmaster/postmaster.c:1226 storage/ipc/sinval.c:52
+#: storage/lmgr/proc.c:219
 msgid "Sorry, too many clients already"
 msgstr "Tut mir leid, schon zu viele Verbindungen"
 
-#: ../postmaster/postmaster.c:1211
+#: postmaster/postmaster.c:1256
 #, c-format
 msgid "processCancelRequest: CheckPointPID in cancel request for process %d"
 msgstr "processCancelRequest: CheckPointPID in Abbruchanfrage für Prozess %d"
 
-#: ../postmaster/postmaster.c:1226
+#: postmaster/postmaster.c:1270
 #, c-format
 msgid "processing cancel request: sending SIGINT to process %d"
 msgstr "bearbeite Abbruchanfrage: sende SIGINT an Prozess %d"
 
-#: ../postmaster/postmaster.c:1234
+#: postmaster/postmaster.c:1276
 #, c-format
 msgid "bad key in cancel request for process %d"
 msgstr "falscher Schlüssel in Abbruchanfrage für Prozess %d"
 
-#: ../postmaster/postmaster.c:1243
+#: postmaster/postmaster.c:1283
 #, c-format
 msgid "bad pid in cancel request for process %d"
 msgstr "falsche Pid in Abbruchanfrage für Prozess %d"
 
-#: ../postmaster/postmaster.c:1286
+#: postmaster/postmaster.c:1326
 msgid "ConnCreate: malloc failed"
 msgstr "ConnCreate: malloc fehlgeschlagen"
 
-#: ../postmaster/postmaster.c:1408
+#: postmaster/postmaster.c:1421
+msgid "Received SIGHUP, reloading configuration files"
+msgstr ""
+
+#: postmaster/postmaster.c:1445
 #, c-format
 msgid "pmdie %d"
 msgstr "pmdie %d"
 
-#: ../postmaster/postmaster.c:1422
+#: postmaster/postmaster.c:1459
 msgid "smart shutdown request"
 msgstr ""
 
-#: ../postmaster/postmaster.c:1434 ../postmaster/postmaster.c:1478
+#: postmaster/postmaster.c:1471 postmaster/postmaster.c:1515
 #, c-format
 msgid "shutdown process %d already running"
 msgstr "Shutdown-Prozess %d läuft bereits"
 
-#: ../postmaster/postmaster.c:1452
+#: postmaster/postmaster.c:1489
 msgid "fast shutdown request"
 msgstr "Schnelles Herunterfahren verlangt"
 
-#: ../postmaster/postmaster.c:1458
+#: postmaster/postmaster.c:1495
 msgid "aborting any active transactions"
 msgstr "etwaige aktive Transaktionen werden abgebrochen"
 
-#: ../postmaster/postmaster.c:1494
+#: postmaster/postmaster.c:1531
 msgid "immediate shutdown request"
 msgstr "Sofortiges Herunterfahren verlangt"
 
-#: ../postmaster/postmaster.c:1530
+#: postmaster/postmaster.c:1566
 msgid "reaping dead processes"
 msgstr "tote Prozesse werden eingesammelt"
 
-#: ../postmaster/postmaster.c:1547
+#: postmaster/postmaster.c:1583
 msgid "statistics collector process"
 msgstr "Statistiksammelprozess"
 
-#: ../postmaster/postmaster.c:1560
+#: postmaster/postmaster.c:1596
 msgid "shutdown process"
 msgstr "Shutdown-Prozess"
 
-#: ../postmaster/postmaster.c:1571
+#: postmaster/postmaster.c:1607
 msgid "startup process"
 msgstr "Start-Prozess"
 
-#: ../postmaster/postmaster.c:1573
+#: postmaster/postmaster.c:1609
 msgid "aborting startup due to startup process failure"
 msgstr "Serverstart abgebrochen wegen Start-Prozess-Fehler"
 
-#: ../postmaster/postmaster.c:1582
+#: postmaster/postmaster.c:1618
 #, c-format
 msgid "startup process %d died while shutdown process %d already running"
 msgstr "Start-Prozess %d endete als Shutdown-Prozess %d schon lief"
 
-#: ../postmaster/postmaster.c:1614
+#: postmaster/postmaster.c:1650
 msgid ""
 "all server processes terminated; reinitializing shared memory and semaphores"
 msgstr ""
 "alle Serverprozesse beendet; Shared Memory und Semaphoren werden neu "
 "initialisiert"
 
-#: ../postmaster/postmaster.c:1653
+#: postmaster/postmaster.c:1688
 msgid "child process"
 msgstr "Kindprozess"
 
-#: ../postmaster/postmaster.c:1698
+#: postmaster/postmaster.c:1733
 msgid "server process"
 msgstr "Serverprozess"
 
-#: ../postmaster/postmaster.c:1699
+#: postmaster/postmaster.c:1734
 msgid "terminating any other active server processes"
 msgstr "aktive Serverprozesse werden abgebrochen"
 
-#: ../postmaster/postmaster.c:1721
+#: postmaster/postmaster.c:1755
 #, c-format
 msgid "CleanupProc: sending %s to process %d"
 msgstr "CleanupProc: sende %s to Prozess %d"
 
-#: ../postmaster/postmaster.c:1766
+#: postmaster/postmaster.c:1799
 #, c-format
 msgid "%s (pid %d) exited with exit code %d"
 msgstr "%s (PID %d) beendete mit Status %d"
 
-#: ../postmaster/postmaster.c:1769
+#: postmaster/postmaster.c:1802
 #, c-format
 msgid "%s (pid %d) was terminated by signal %d"
 msgstr "%s (PID %d) wurde von Signal %d beendet"
 
-#: ../postmaster/postmaster.c:1772
+#: postmaster/postmaster.c:1805
 #, c-format
 msgid "%s (pid %d) exited with unexpected status %d"
 msgstr "%s (PID %d) beendete mit unerwartetem Status %d"
 
-#: ../postmaster/postmaster.c:1796
+#: postmaster/postmaster.c:1827
 #, c-format
 msgid "SignalChildren: sending signal %d to process %d"
 msgstr "SignalChildren: sende Signal %d an Prozess %d"
 
-#: ../postmaster/postmaster.c:1831
+#: postmaster/postmaster.c:1865
 msgid "out of memory; connection startup aborted"
 msgstr "Speicher aufgebraucht; Verbindungsaufbau abgebrochen"
 
-#: ../postmaster/postmaster.c:1866
+#: postmaster/postmaster.c:1916
 msgid "connection startup failed"
 msgstr "Verbindungsaufbau fehlgeschlagen"
 
-#: ../postmaster/postmaster.c:1881
+#: postmaster/postmaster.c:1933
 #, c-format
 msgid "connection startup failed (fork failure): %s"
 msgstr "Verbindungsaufbau fehlgeschlagen (fork-Fehler): %s"
 
-#: ../postmaster/postmaster.c:1888
+#: postmaster/postmaster.c:1940
 #, c-format
 msgid "BackendStartup: forked pid=%d socket=%d"
 msgstr ""
 
-#: ../postmaster/postmaster.c:2012
-msgid "DoBackend: Unable to set timer for auth timeout"
-msgstr ""
-
-#: ../postmaster/postmaster.c:2089
-msgid "DoBackend: Unable to disable timer for auth timeout"
+#: postmaster/postmaster.c:1974
+msgid "Server process fork() failed: "
 msgstr ""
 
-#: ../postmaster/postmaster.c:2093
+#: postmaster/postmaster.c:2121
 #, c-format
-msgid "connection: host=%s user=%s database=%s"
-msgstr "Verbindung: Host=%s Benutzer=%s Datenbank=%s"
+msgid "connection received: host=%s port=%hu"
+msgstr "Verbindung empfangen: Host=%s Port=%hu"
 
-#: ../postmaster/postmaster.c:2396
+#: postmaster/postmaster.c:2141
 #, c-format
-msgid "failed to create SSL context: %s"
-msgstr "konnte SSL-Kontext nicht erstellen: %s"
+msgid "connection received: host=%s"
+msgstr "Verbindung empfangen: Host=%s"
 
-#: ../postmaster/postmaster.c:2403
-#, c-format
-msgid "failed to load server certificate (%s): %s"
-msgstr "konnte Serverzertifikat (%s) nicht laden: %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:2410
+#: postmaster/postmaster.c:2194
 #, c-format
-msgid "failed to load private key file (%s): %s"
-msgstr "konnte Private-Key-Datei (%s) nicht laden: %s"
+msgid "connection authorized: user=%s database=%s"
+msgstr "Verbindung authorisiert: Benutzer=%s Datenbank=%s"
 
-#: ../postmaster/postmaster.c:2416
+#: postmaster/postmaster.c:2283
 #, c-format
-msgid "check of private key failed: %s"
-msgstr "Überprüfung des Private Key fehlgeschlagen: %s"
+msgid "%s child[%d]: starting with ("
+msgstr ""
+
+#: postmaster/postmaster.c:2286
+msgid ")"
+msgstr ""
 
-#: ../postmaster/postmaster.c:2545
+#: postmaster/postmaster.c:2585
 #, c-format
-msgid "could not launch startup process (fork failure): %s"
-msgstr "konnte Start-Prozess nicht starten (fork-Fehler): %s"
+msgid "could not launch startup process (fork failure): %m"
+msgstr "konnte Start-Prozess nicht starten (fork-Fehler): %m"
 
-#: ../postmaster/postmaster.c:2549
+#: postmaster/postmaster.c:2588
 #, c-format
-msgid "could not launch checkpoint process (fork failure): %s"
-msgstr "konnte Checkpoint-Prozess nicht starten (fork-Fehler): %s"
+msgid "could not launch checkpoint process (fork failure): %m"
+msgstr "konnte Checkpoint-Prozess nicht starten (fork-Fehler): %m"
 
-#: ../postmaster/postmaster.c:2554
+#: postmaster/postmaster.c:2591
 #, c-format
-msgid "could not launch shutdown process (fork failure): %s"
-msgstr "konnte Shutdown-Prozess nicht starten (fork-Fehler): %s"
+msgid "could not launch shutdown process (fork failure): %m"
+msgstr "konnte Shutdown-Prozess nicht starten (fork-Fehler): %m"
 
-#: ../postmaster/postmaster.c:2577
+#: postmaster/postmaster.c:2615
 msgid "CheckPointDataBase: malloc failed"
 msgstr ""
 
-#: ../postmaster/postmaster.c:2617
+#: postmaster/postmaster.c:2654
 #, c-format
 msgid "cannot create file %s: %s"
 msgstr "kann Datei %s nicht erstellen: %s"
 
-#: ../postmaster/postmaster.c:2629
+#: postmaster/postmaster.c:2666
 #, c-format
 msgid "writing file %s failed"
 msgstr "Datei %s konnte nicht geschrieben werden"
 
-#: ../postmaster/pgstat.c:697
-msgid "Only database superusers can reset statistic counters"
-msgstr "Nur Superuser können Statistikzähler zurücksetzen"
-
-#: ../postmaster/pgstat.c:2101
-msgid "PGSTAT: Creation of DB hash table failed"
-msgstr ""
-
-#: ../postmaster/pgstat.c:2147 ../postmaster/pgstat.c:2184
-#: ../postmaster/pgstat.c:2257 ../postmaster/pgstat.c:2298
-#: ../postmaster/pgstat.c:2329 ../postmaster/pgstat.c:2385
-#: ../postmaster/pgstat.c:2426
-msgid "PGSTAT: corrupted pgstat.stat file"
-msgstr ""
-
-#: ../postmaster/pgstat.c:2169
-msgid "PGSTAT: DB hash table out of memory"
-msgstr ""
-
-#: ../postmaster/pgstat.c:2222
-msgid "PGSTAT: failed to initialize hash table for new database entry\n"
-msgstr ""
-
-#: ../postmaster/pgstat.c:2282
-msgid "PGSTAT: Tab hash table out of memory"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:272
-msgid "ApplyRetrieveRule: expected just one rule action"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:274
-msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:276
-msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:490 ../rewrite/rewriteHandler.c:777
-#, c-format
-msgid "Relation \"%s\" with OID %u no longer exists"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:557
-msgid "fireRIRrules: failed to remove aggs from qual"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:829
-#, c-format
-msgid "query rewritten %d times, may contain cycles"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:953
-msgid "Cannot insert into a view without an appropriate rule"
+#: regex/regcomp.c:1758 regex/regcomp.c:1773
+msgid "cclass_init: out of memory"
 msgstr ""
 
-#: ../rewrite/rewriteHandler.c:956
-msgid "Cannot update a view without an appropriate rule"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:959
-msgid "Cannot delete from a view without an appropriate rule"
-msgstr ""
-
-#: ../rewrite/rewriteHandler.c:962
-#, c-format
-msgid "QueryRewrite: unexpected commandType %d"
-msgstr ""
-
-#: ../rewrite/rewriteDefine.c:62
+#: rewrite/rewriteDefine.c:100
 #, c-format
 msgid "Attempt to insert rule \"%s\" failed: already exists"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:129
-msgid "rules not allowed for insert or delete events to an attribute"
-msgstr ""
-
-#: ../rewrite/rewriteDefine.c:198
-msgid "attribute level rules currently not supported"
-msgstr ""
-
-#: ../rewrite/rewriteDefine.c:218
+#: rewrite/rewriteDefine.c:227
 msgid ""
 "rule actions on OLD currently not supported\n"
 "\tuse views or triggers instead"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:221
+#: rewrite/rewriteDefine.c:230
 msgid ""
 "rule actions on NEW currently not supported\n"
 "\tuse triggers instead"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:239
+#: rewrite/rewriteDefine.c:247
 msgid ""
 "instead nothing rules on select currently not supported\n"
 "\tuse views instead"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:247
+#: rewrite/rewriteDefine.c:255
 msgid "multiple action rules on select currently not supported"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:254
+#: rewrite/rewriteDefine.c:262
 msgid "only instead-select rules currently supported on select"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:260
+#: rewrite/rewriteDefine.c:268
 msgid "event qualifications not supported for rules on select"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:278
+#: rewrite/rewriteDefine.c:286
 msgid "select rule's target list has too many entries"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:284
+#: rewrite/rewriteDefine.c:300
+msgid "cannot convert relation containing dropped columns to view"
+msgstr ""
+
+#: rewrite/rewriteDefine.c:303
 #, c-format
 msgid "select rule's target entry %d has different column name from %s"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:287
+#: rewrite/rewriteDefine.c:306
 #, c-format
 msgid "select rule's target entry %d has different type from attribute %s"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:298
+#: rewrite/rewriteDefine.c:317
 #, c-format
 msgid "select rule's target entry %d has different size from attribute %s"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:302
+#: rewrite/rewriteDefine.c:321
 msgid "select rule's target list has too few entries"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:315
+#: rewrite/rewriteDefine.c:334
 #, c-format
 msgid "\"%s\" is already a view"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:326
+#: rewrite/rewriteDefine.c:356
 #, c-format
 msgid "view rule for \"%s\" must be named \"%s\""
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:345
+#: rewrite/rewriteDefine.c:373
 #, c-format
 msgid "Relation \"%s\" is not empty. Cannot convert it to view"
 msgstr ""
 
-#: ../rewrite/rewriteDefine.c:503
+#: rewrite/rewriteDefine.c:512
 #, c-format
 msgid "RenameRewriteRule: rule \"%s\" does not exist"
 msgstr "RenameRewriteRule: Rule »%s« existiert nicht"
 
-#: ../rewrite/rewriteDefine.c:507
+#: rewrite/rewriteDefine.c:516
 #, c-format
 msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists"
 msgstr ""
 
-#: ../rewrite/rewriteManip.c:557 ../rewrite/rewriteManip.c:564
-msgid "getInsertSelectQuery: expected to find SELECT subquery"
+#: rewrite/rewriteHandler.c:343
+#, c-format
+msgid "rewriteTargetList: bogus resno %d in targetlist"
 msgstr ""
 
-#: ../rewrite/rewriteManip.c:575
-msgid "getInsertSelectQuery: can't find rule placeholders"
+#: rewrite/rewriteHandler.c:385 rewrite/rewriteHandler.c:397
+#, c-format
+msgid "Multiple assignments to same attribute \"%s\""
 msgstr ""
 
-#: ../rewrite/rewriteManip.c:609 ../rewrite/rewriteManip.c:649
-msgid "Conditional utility statements are not implemented"
+#: rewrite/rewriteHandler.c:553
+msgid "ApplyRetrieveRule: expected just one rule action"
 msgstr ""
 
-#: ../rewrite/rewriteManip.c:772
-msgid "ResolveNew: can't handle whole-tuple reference"
+#: rewrite/rewriteHandler.c:555
+msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
+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/rewriteRemove.c:44
+#: rewrite/rewriteHandler.c:1096
 #, c-format
-msgid "Rule or view \"%s\" not found"
-msgstr "Rule oder Sicht »%s« nicht gefunden"
+msgid "query rewritten %d times, may contain cycles"
+msgstr ""
+
+#: rewrite/rewriteHandler.c:1208
+msgid ""
+"Cannot insert into a view\n"
+"\tYou need an unconditional ON INSERT DO INSTEAD rule"
+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/rewriteRemove.c:53 ../utils/adt/tid.c:156
+#: rewrite/rewriteHandler.c:1220
 #, c-format
-msgid "Relation %u not found"
-msgstr "Relation %u nicht gefunden"
+msgid "QueryRewrite: unexpected commandType %d"
+msgstr ""
+
+#: rewrite/rewriteManip.c:583 rewrite/rewriteManip.c:590
+msgid "getInsertSelectQuery: expected to find SELECT subquery"
+msgstr ""
+
+#: rewrite/rewriteManip.c:601
+msgid "getInsertSelectQuery: can't find rule placeholders"
+msgstr ""
+
+#: rewrite/rewriteManip.c:635 rewrite/rewriteManip.c:675
+msgid "Conditional utility statements are not implemented"
+msgstr ""
 
-#: ../rewrite/rewriteRemove.c:93
+#: 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 "Rule »%s« nicht gefunden"
 
-#: ../rewrite/rewriteRemove.c:114
-msgid "Cannot remove a view's SELECT rule"
-msgstr ""
+#: rewrite/rewriteRemove.c:113
+#, c-format
+msgid "RemoveRewriteRuleById: Rule %u does not exist"
+msgstr "RemoveRewriteRuleById: Rule %u existiert nicht"
 
-#: ../rewrite/rewriteSupport.c:100
+#: rewrite/rewriteSupport.c:68
 #, c-format
 msgid "SetRelationRuleStatus: cache lookup failed for relation %u"
 msgstr ""
 
-#: ../storage/buffer/buf_table.c:58
+#: storage/buffer/buf_table.c:58
 msgid "couldn't initialize shared buffer pool Hash Tbl"
 msgstr ""
 
-#: ../storage/buffer/buf_table.c:100
+#: storage/buffer/buf_table.c:100
 msgid "BufTableDelete: BufferLookup table corrupted"
 msgstr ""
 
-#: ../storage/buffer/buf_table.c:131
+#: storage/buffer/buf_table.c:131
 msgid "BufTableInsert: BufferLookup table out of memory"
 msgstr ""
 
-#: ../storage/buffer/buf_table.c:138
+#: storage/buffer/buf_table.c:138
 msgid "BufTableInsert: BufferLookup table corrupted"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:258
+#: storage/buffer/bufmgr.c:243
 msgid "BufRead: buffer table broken after IO error"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:428
+#: storage/buffer/bufmgr.c:413
 #, c-format
 msgid "BufferAlloc: cannot write block %u for %u/%u"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:446
+#: storage/buffer/bufmgr.c:431
 #, c-format
 msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:538
+#: storage/buffer/bufmgr.c:523
 msgid "buffer wasn't in the buffer table"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:546
+#: storage/buffer/bufmgr.c:531
 msgid "Buffer in lookup table twice"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:807
+#: 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:978
+#: 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:1374 ../storage/buffer/bufmgr.c:1406
+#: storage/buffer/bufmgr.c:1167
+#, c-format
+msgid "DropRelFileNodeBuffers: block %u is referenced (private %ld, global %d)"
+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)"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:1507
+#: storage/buffer/bufmgr.c:1379
 #, c-format
 msgid ""
 "FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:1517
+#: storage/buffer/bufmgr.c:1389
 #, c-format
 msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:1569
+#: storage/buffer/bufmgr.c:1441
 #, c-format
 msgid "FlushRelationBuffers: cannot write %u for %u/%u"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:1595
+#: storage/buffer/bufmgr.c:1467
 #, c-format
 msgid ""
 "FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:1825
+#: storage/buffer/bufmgr.c:1666
 msgid "buffer alloc trace error and can't open log file"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:2018
+#: 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:2049 ../storage/buffer/bufmgr.c:2056
+#: storage/buffer/bufmgr.c:1890 storage/buffer/bufmgr.c:1897
 msgid "LockBufferForCleanup: wrong local pin count"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:2078
+#: storage/buffer/bufmgr.c:1919
 msgid "Multiple backends attempting to wait for pincount 1"
 msgstr ""
 
-#: ../storage/buffer/bufmgr.c:2201
+#: storage/buffer/bufmgr.c:2042
 #, c-format
 msgid "write error may be permanent: cannot write block %u for %u/%u"
 msgstr ""
 
-#: ../storage/buffer/freelist.c:201
+#: storage/buffer/freelist.c:201
 msgid "out of free buffers: time to abort!"
 msgstr ""
 
-#: ../storage/buffer/localbuf.c:94
+#: storage/buffer/localbuf.c:83
 msgid "no empty local buffer."
 msgstr ""
 
-#: ../storage/buffer/localbuf.c:138
+#: storage/buffer/localbuf.c:120
 msgid "Out of memory in LocalBufferAlloc"
 msgstr ""
 
-#: ../storage/file/fd.c:273
+#: storage/buffer/localbuf.c:227
+#, c-format
+msgid ""
+"Local Buffer Leak: [%03d] (rel=%u/%u, blockNum=%u, flags=0x%x, refcount=%d %"
+"ld)"
+msgstr ""
+
+#: storage/file/buffile.c:477
+#, c-format
+msgid "BufFileSeek: invalid whence: %d"
+msgstr ""
+
+#: storage/file/fd.c:272
 #, c-format
 msgid "BasicOpenFile: not enough descs, retry, er= %d"
 msgstr ""
 
-#: ../storage/file/fd.c:307
+#: storage/file/fd.c:306
 #, c-format
 msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld"
 msgstr ""
 
-#: ../storage/file/fd.c:329
+#: 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."
 msgstr ""
 
-#: ../storage/file/fd.c:367
+#: storage/file/fd.c:366
 #, c-format
 msgid "Delete %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:387
+#: storage/file/fd.c:385
 #, c-format
 msgid "LruDelete %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:422
+#: storage/file/fd.c:399
+#, c-format
+msgid "LruDelete: failed to close %s: %m"
+msgstr ""
+
+#: storage/file/fd.c:413
 #, c-format
 msgid "Insert %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:444
+#: storage/file/fd.c:434
 #, c-format
 msgid "LruInsert %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:466
+#: storage/file/fd.c:456
 #, c-format
 msgid "RE_OPEN FAILED: %d"
 msgstr ""
 
-#: ../storage/file/fd.c:471
+#: storage/file/fd.c:461
 msgid "RE_OPEN SUCCESS"
 msgstr ""
 
-#: ../storage/file/fd.c:495
+#: storage/file/fd.c:487
 #, c-format
 msgid "ReleaseLruFile. Opened %d"
 msgstr ""
 
-#: ../storage/file/fd.c:516
+#: storage/file/fd.c:508
 #, c-format
 msgid "AllocateVfd. Size %d"
 msgstr ""
 
-#: ../storage/file/fd.c:523
+#: storage/file/fd.c:515
 msgid "AllocateVfd: no room for VFD array"
 msgstr ""
 
-#: ../storage/file/fd.c:555
+#: storage/file/fd.c:547
 msgid "AllocateVfd: no room to enlarge VFD array"
 msgstr ""
 
-#: ../storage/file/fd.c:588
+#: storage/file/fd.c:580
 #, c-format
 msgid "FreeVfd: %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:638
+#: storage/file/fd.c:630
 #, c-format
 msgid "FileAccess %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:690
+#: storage/file/fd.c:682
 msgid "fileNameOpenFile: NULL fname"
 msgstr ""
 
-#: ../storage/file/fd.c:692
+#: storage/file/fd.c:684
 #, c-format
 msgid "fileNameOpenFile: %s %x %o"
 msgstr ""
 
-#: ../storage/file/fd.c:712
+#: storage/file/fd.c:704
 #, c-format
 msgid "fileNameOpenFile: success %d"
 msgstr ""
 
-#: ../storage/file/fd.c:719
+#: storage/file/fd.c:711
 msgid "fileNameOpenFile: no room to save VFD filename"
 msgstr ""
 
-#: ../storage/file/fd.c:812
+#: storage/file/fd.c:795
 #, c-format
 msgid "Failed to create temporary file %s"
 msgstr ""
 
-#: ../storage/file/fd.c:831
+#: storage/file/fd.c:814
 #, c-format
 msgid "FileClose: %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:880
+#: storage/file/fd.c:826
+#, c-format
+msgid "FileClose: failed to close %s: %m"
+msgstr ""
+
+#: storage/file/fd.c:841
+#, c-format
+msgid "FileClose: failed to unlink %s: %m"
+msgstr ""
+
+#: storage/file/fd.c:859
 #, c-format
 msgid "FileUnlink: %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:896
+#: storage/file/fd.c:875
 #, c-format
 msgid "FileRead: %d (%s) %ld %d %p"
 msgstr ""
 
-#: ../storage/file/fd.c:917
+#: storage/file/fd.c:896
 #, c-format
 msgid "FileWrite: %d (%s) %ld %d %p"
 msgstr ""
 
-#: ../storage/file/fd.c:943
+#: storage/file/fd.c:922
 #, c-format
 msgid "FileSeek: %d (%s) %ld %ld %d"
 msgstr ""
 
-#: ../storage/file/fd.c:953 ../storage/file/fd.c:974
+#: storage/file/fd.c:932 storage/file/fd.c:953
 #, c-format
 msgid "FileSeek: invalid offset: %ld"
 msgstr ""
 
-#: ../storage/file/fd.c:964 ../storage/file/fd.c:986
+#: storage/file/fd.c:943 storage/file/fd.c:965
 #, c-format
 msgid "FileSeek: invalid whence: %d"
 msgstr ""
 
-#: ../storage/file/fd.c:1001
+#: storage/file/fd.c:980
 #, c-format
 msgid "FileTell %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:1014
+#: storage/file/fd.c:993
 #, c-format
 msgid "FileTruncate %d (%s)"
 msgstr ""
 
-#: ../storage/file/fd.c:1113
-#, c-format
-msgid "FileMarkDirty: %d (%s)"
-msgstr ""
-
-#: ../storage/file/fd.c:1143
+#: storage/file/fd.c:1024
 #, c-format
 msgid "AllocateFile: Allocated %d"
 msgstr ""
 
-#: ../storage/file/fd.c:1146
+#: storage/file/fd.c:1027
 msgid "AllocateFile: too many private FDs demanded"
 msgstr ""
 
-#: ../storage/file/fd.c:1160
+#: storage/file/fd.c:1041
 #, c-format
 msgid "AllocateFile: not enough descs, retry, er= %d"
 msgstr ""
 
-#: ../storage/file/fd.c:1176
+#: storage/file/fd.c:1057
 #, c-format
 msgid "FreeFile: Allocated %d"
 msgstr ""
 
-#: ../storage/file/fd.c:1189
+#: storage/file/fd.c:1070
 msgid "FreeFile: file was not obtained from AllocateFile"
 msgstr ""
 
-#: ../storage/file/buffile.c:477
-#, c-format
-msgid "BufFileSeek: invalid whence: %d"
+#: storage/freespace/freespace.c:180 storage/freespace/freespace.c:195
+#: storage/freespace/freespace.c:203
+msgid "Insufficient shared memory for free space map"
+msgstr ""
+
+#: storage/freespace/freespace.c:421
+msgid "MultiRecordFreeSpace: data not in page order"
+msgstr ""
+
+#: storage/freespace/freespace.c:536
+msgid "FreeSpaceMap hashtable out of memory"
+msgstr ""
+
+#: storage/freespace/freespace.c:606
+msgid "FreeSpaceMap hashtable corrupted"
+msgstr ""
+
+#: storage/freespace/freespace.c:779
+msgid "fsm_record_free_space: unexpected match"
 msgstr ""
 
-#: ../storage/ipc/ipc.c:135
+#: storage/freespace/freespace.c:889
+msgid "insert_fsm_page_entry: entry already exists!"
+msgstr ""
+
+#: storage/ipc/ipc.c:95
 #, c-format
 msgid "proc_exit(%d)"
 msgstr ""
 
-#: ../storage/ipc/ipc.c:154
+#: storage/ipc/ipc.c:113
 #, c-format
 msgid "exit(%d)"
 msgstr ""
 
-#: ../storage/ipc/ipc.c:168
+#: storage/ipc/ipc.c:126
 #, c-format
 msgid "shmem_exit(%d)"
 msgstr ""
 
-#: ../storage/ipc/ipc.c:194
+#: storage/ipc/ipc.c:152
 msgid "Out of on_proc_exit slots"
 msgstr ""
 
-#: ../storage/ipc/ipc.c:213
-msgid "Out of on_shmem_exit slots"
+#: storage/ipc/ipci.c:73
+#, c-format
+msgid "invoking IpcMemoryCreate(size=%d)"
 msgstr ""
 
-#: ../storage/ipc/ipci.c:109
+#: storage/ipc/ipci.c:115
 msgid "Couldn't create the lock table"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:157
+#: storage/ipc/shmem.c:161
 msgid "ShmemAlloc: out of memory"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:203
+#: storage/ipc/shmem.c:207
 msgid "InitShmemIndex: couldn't initialize Shmem Index"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:214
+#: storage/ipc/shmem.c:218
 msgid "InitShmemIndex: Shmem Index out of memory"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:332
+#: storage/ipc/shmem.c:336
 msgid "ShmemInitStruct: Shmem Index out of memory"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:347
+#: storage/ipc/shmem.c:351
 msgid "ShmemInitStruct: ShmemIndex entry size is wrong"
 msgstr ""
 
-#: ../storage/ipc/shmem.c:364
+#: storage/ipc/shmem.c:368
 #, c-format
 msgid "ShmemInitStruct: cannot allocate '%s'"
 msgstr ""
 
-#: ../storage/ipc/sinval.c:51
+#: storage/ipc/shmqueue.c:234 storage/ipc/shmqueue.c:254
+#, c-format
+msgid "%s: %s"
+msgstr ""
+
+#: storage/ipc/sinval.c:50
 msgid "Backend cache invalidation initialization failed"
 msgstr ""
 
-#: ../storage/ipc/sinval.c:69
+#: storage/ipc/sinval.c:68
 msgid "SendSharedInvalidMessage: SI buffer overflow"
 msgstr ""
 
-#: ../storage/ipc/sinval.c:111
+#: storage/ipc/sinval.c:111
 msgid "ReceiveSharedInvalidMessages: cache state reset"
 msgstr ""
 
-#: ../storage/ipc/sinval.c:312 ../storage/ipc/sinval.c:322
+#: storage/ipc/sinval.c:319 storage/ipc/sinval.c:329
 msgid "Memory exhausted in GetSnapshotData"
 msgstr ""
 
-#: ../storage/ipc/sinvaladt.c:122
+#: storage/ipc/sinvaladt.c:122
 #, c-format
 msgid "SIBackendInit: backend id %d"
 msgstr ""
 
-#: ../storage/ipc/sinvaladt.c:222
-#, c-format
+#: storage/ipc/sinvaladt.c:227
+#, c-format, ycp-format
 msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:49
+#: storage/large_object/inv_api.c:48
 msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error."
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:75
+#: storage/large_object/inv_api.c:74
 #, c-format
 msgid "inv_create: large object %u already exists. This is internal error."
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:108
+#: storage/large_object/inv_api.c:107
 #, c-format
 msgid "inv_create: invalid flags: %d"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:127
+#: storage/large_object/inv_api.c:126
 #, c-format
 msgid "inv_open: large object %u not found"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:145
+#: storage/large_object/inv_api.c:144
 #, c-format
 msgid "inv_open: invalid flags: %d"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:254
+#: storage/large_object/inv_api.c:244
 #, c-format
 msgid "inv_getsize: large object %u not found"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:267 ../storage/large_object/inv_api.c:272
-#: ../storage/large_object/inv_api.c:280
+#: storage/large_object/inv_api.c:257 storage/large_object/inv_api.c:262
+#: storage/large_object/inv_api.c:270
 #, c-format
 msgid "inv_seek: invalid offset: %d"
 msgstr ""
 
-#: ../storage/large_object/inv_api.c:285
+#: storage/large_object/inv_api.c:275
 #, c-format
 msgid "inv_seek: invalid whence: %d"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:105
+#: storage/lmgr/deadlock.c:275
+msgid "DeadLockCheckRecurse: inconsistent results"
+msgstr ""
+
+#: storage/lmgr/lmgr.c:85
 msgid "InitLockTable: couldn't initialize lock table"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:114
+#: storage/lmgr/lmgr.c:94
 msgid "InitLockTable: couldn't rename long-term lock table"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:155
+#: storage/lmgr/lmgr.c:135
 msgid "LockRelation: LockAcquire failed"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:244
+#: storage/lmgr/lmgr.c:224
 msgid "LockRelationForSession: LockAcquire failed"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:282
+#: storage/lmgr/lmgr.c:262
 msgid "LockPage: LockAcquire failed"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:323
+#: storage/lmgr/lmgr.c:303
 msgid "XactLockTableInsert: LockAcquire failed"
 msgstr ""
 
-#: ../storage/lmgr/lmgr.c:346
+#: storage/lmgr/lmgr.c:326
 msgid "XactLockTableWait: LockAcquire failed"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:111
+#: storage/lmgr/lock.c:110
 #, 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)"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:137
+#: storage/lmgr/lock.c:136
 #, 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:251
+#: storage/lmgr/lock.c:245
 #, c-format
 msgid "LockMethodTableInit: too many lock types %d greater than %d"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:282 ../storage/lmgr/lock.c:323
-#: ../storage/lmgr/lock.c:343
+#: storage/lmgr/lock.c:264 storage/lmgr/lock.c:310 storage/lmgr/lock.c:330
 #, c-format
 msgid "LockMethodTableInit: couldn't initialize %s"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:464
+#: storage/lmgr/lock.c:451
 #, c-format
 msgid "LockAcquire: user lock [%u] %s"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:475
+#: storage/lmgr/lock.c:462
 #, c-format
 msgid "LockAcquire: bad lock table %d"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:493
+#: storage/lmgr/lock.c:480
 #, c-format
 msgid "LockAcquire: lock table %d is out of memory"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:540
+#: storage/lmgr/lock.c:527
 msgid "LockAcquire: holder table out of memory"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:585
+#: 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:665
+#: storage/lmgr/lock.c:652
 msgid "LockAcquire: remove holder, table corrupted"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:922
+#: storage/lmgr/lock.c:908
 msgid "deadlock detected"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1003
+#: storage/lmgr/lock.c:989
 #, c-format
 msgid "LockRelease: user lock tag [%u] %d"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1013
+#: storage/lmgr/lock.c:999
 msgid "lockMethodTable is null in LockRelease"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1035
+#: storage/lmgr/lock.c:1021
 msgid "LockRelease: no such lock"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1058
+#: storage/lmgr/lock.c:1044
 msgid "LockRelease: no lock with this tag"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1061
+#: storage/lmgr/lock.c:1047
 msgid "LockRelease: holder table corrupted"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1075
+#: storage/lmgr/lock.c:1061
 #, c-format
 msgid "LockRelease: you don't own a lock of type %s"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1129
+#: storage/lmgr/lock.c:1115
 msgid "LockRelease: remove lock, table corrupted"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1158
+#: storage/lmgr/lock.c:1144
 msgid "LockRelease: remove holder, table corrupted"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1199
+#: storage/lmgr/lock.c:1185
 #, c-format
 msgid "LockReleaseAll: lockmethod=%d, pid=%d"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1207
+#: storage/lmgr/lock.c:1193
 #, c-format
 msgid "LockReleaseAll: bad lockmethod %d"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1311
+#: storage/lmgr/lock.c:1297
 msgid "LockReleaseAll: holder table corrupted"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1329
+#: storage/lmgr/lock.c:1315
 msgid "LockReleaseAll: cannot remove lock from HTAB"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1344
+#: storage/lmgr/lock.c:1330
 msgid "LockReleaseAll: done"
 msgstr ""
 
-#: ../storage/lmgr/lock.c:1463
+#: storage/lmgr/lock.c:1517
 msgid "DumpAllLocks: holder->tag.lock = NULL"
 msgstr ""
 
-#: ../storage/lmgr/proc.c:212
-msgid "InitProcess: Proc Header uninitialized"
-msgstr ""
-
-#: ../storage/lmgr/proc.c:215
-msgid "InitProcess: you already exist"
-msgstr "InitProcess: Du existierst bereits"
-
-#: ../storage/lmgr/proc.c:238
-msgid "cannot create new proc: out of memory"
-msgstr ""
-
-#: ../storage/lmgr/proc.c:301
-msgid "InitDummyProcess: Proc Header uninitialized"
-msgstr ""
-
-#: ../storage/lmgr/proc.c:304
-msgid "InitDummyProcess: you already exist"
-msgstr "InitDummyProcess: Du existierst bereits"
-
-#: ../storage/lmgr/proc.c:310
+#: storage/lmgr/lwlock.c:71
 #, c-format
-msgid "InitDummyProcess: DummyProc is in use by PID %d"
-msgstr ""
-
-#: ../storage/lmgr/proc.c:696
-msgid "ProcSleep: Unable to set timer for process wakeup"
-msgstr ""
-
-#: ../storage/lmgr/proc.c:718
-msgid "ProcSleep: Unable to disable timer for process wakeup"
-msgstr ""
-
-#: ../storage/lmgr/deadlock.c:273
-msgid "DeadLockCheckRecurse: inconsistent results"
+msgid "%s(%d): excl %d shared %d head %p rOK %d"
 msgstr ""
 
-#: ../storage/lmgr/lwlock.c:70
+#: storage/lmgr/lwlock.c:81
 #, c-format
-msgid "%s(%d): excl %d shared %d head %p"
+msgid "%s(%d): %s"
 msgstr ""
 
-#: ../storage/lmgr/lwlock.c:173
+#: storage/lmgr/lwlock.c:184
 msgid "No more LWLockIds available"
 msgstr ""
 
-#: ../storage/lmgr/lwlock.c:242
-msgid "LWLockAcquire: can't wait without a PROC structure"
+#: storage/lmgr/lwlock.c:281
+msgid "LWLockAcquire: can't wait without a PGPROC structure"
 msgstr ""
 
-#: ../storage/lmgr/lwlock.c:389
+#: storage/lmgr/lwlock.c:427
 #, c-format
 msgid "LWLockRelease: lock %d is not held"
 msgstr ""
-
-#: ../storage/lmgr/spin.c:165
-msgid "s_init_lock_sema: not enough semaphores"
-msgstr ""
-
-#: ../storage/page/bufpage.c:112
-msgid "PageAddItem: tried overwrite after maxoff"
-msgstr ""
-
-#: ../storage/page/bufpage.c:121
-msgid "PageAddItem: tried overwrite of used ItemId"
-msgstr ""
-
-#: ../storage/page/bufpage.c:296
-#, c-format
-msgid ""
-"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, "
-"special = %u"
-msgstr ""
-
-#: ../storage/page/bufpage.c:338
-#, c-format
-msgid "PageRepairFragmentation: corrupted item pointer %u"
-msgstr ""
-
-#: ../storage/page/bufpage.c:351
-#, c-format
-msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u"
-msgstr ""
-
-#: ../storage/smgr/smgr.c:135
-#, c-format
-msgid "initialization failed on %s: %m"
-msgstr ""
-
-#: ../storage/smgr/smgr.c:157
-#, c-format
-msgid "shutdown failed on %s: %m"
-msgstr ""
-
-#: ../storage/smgr/smgr.c:177
-#, c-format
-msgid "cannot create %s: %m"
-msgstr ""
-
-#: ../storage/smgr/smgr.c:247
-#, c-format
-msgid ""
-"cannot extend %s: %m.\n"
-"\tCheck free disk space."
+
+#: storage/lmgr/proc.c:151 storage/lmgr/proc.c:165
+msgid "cannot create new proc: out of memory"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:269 ../utils/init/miscinit.c:897
-#: ../utils/misc/database.c:149
-#, c-format
-msgid "cannot open %s: %m"
+#: storage/lmgr/proc.c:192
+msgid "InitProcess: Proc Header uninitialized"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:283
-#, c-format
-msgid "cannot close %s: %m"
+#: storage/lmgr/proc.c:195
+msgid "InitProcess: you already exist"
+msgstr "InitProcess: Du existierst bereits"
+
+#: storage/lmgr/proc.c:273
+msgid "InitDummyProcess: Proc Header uninitialized"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:306
+#: storage/lmgr/proc.c:276
+msgid "InitDummyProcess: you already exist"
+msgstr "InitDummyProcess: Du existierst bereits"
+
+#: storage/lmgr/proc.c:282
 #, c-format
-msgid "cannot read block %d of %s: %m"
+msgid "InitDummyProcess: DummyProc is in use by PID %d"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:328
-#, c-format
-msgid "cannot write block %d of %s: %m"
+#: storage/lmgr/proc.c:657
+msgid "ProcSleep: Unable to set timer for process wakeup"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:345
-#, c-format
-msgid "cannot flush block %d of %s to stable store: %m"
+#: storage/lmgr/proc.c:679
+msgid "ProcSleep: Unable to disable timer for process wakeup"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:376
-#, c-format
-msgid "cannot write block %d of %u/%u blind: %m"
+#: storage/lmgr/spin.c:84
+msgid "spin.c does not support S_LOCK_FREE()"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:402
+#: storage/page/bufpage.c:92
 #, c-format
-msgid "cannot mark block %d of %s: %m"
+msgid ""
+"PageAddItem: corrupted page pointers: lower = %u, upper = %u, special = %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:423
-#, c-format
-msgid "cannot mark block %d of %u/%u blind: %m"
+#: storage/page/bufpage.c:112
+msgid "PageAddItem: tried overwrite of used ItemId"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:450
-#, c-format
-msgid "cannot count blocks for %s: %m"
+#: storage/page/bufpage.c:139
+msgid "PageAddItem: specified offset after maxoff"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:482
+#: storage/page/bufpage.c:288
 #, c-format
-msgid "cannot truncate %s to %u blocks: %m"
+msgid ""
+"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, "
+"special = %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:524
+#: storage/page/bufpage.c:330
 #, c-format
-msgid "cannot unlink %u/%u: %m"
+msgid "PageRepairFragmentation: corrupted item pointer %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:547
+#: storage/page/bufpage.c:343
 #, c-format
-msgid "transaction commit failed on %s: %m"
+msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:566
+#: storage/page/bufpage.c:422
 #, c-format
-msgid "transaction abort failed on %s: %m"
+msgid ""
+"PageIndexTupleDelete: corrupted page pointers: lower = %u, upper = %u, "
+"special = %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:585
+#: storage/page/bufpage.c:427
 #, c-format
-msgid "storage sync failed on %s: %m"
+msgid "PageIndexTupleDelete: bad offnum %u"
 msgstr ""
 
-#: ../storage/smgr/smgr.c:599
+#: storage/page/bufpage.c:438
 #, c-format
-msgid "illegal storage manager number %d"
+msgid "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u"
 msgstr ""
 
-#: ../storage/smgr/md.c:252 ../storage/smgr/md.c:442 ../storage/smgr/md.c:485
-#: ../storage/smgr/md.c:519 ../storage/smgr/md.c:564
+#: 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
+#: storage/smgr/md.c:287
 msgid "segment too big!"
 msgstr ""
 
-#: ../storage/smgr/md.c:341
+#: storage/smgr/md.c:341
 msgid "segment too big on relopen!"
 msgstr ""
 
-#: ../storage/smgr/md.c:574
+#: storage/smgr/md.c:515
 #, c-format
 msgid "mdblindwrt: lseek(%ld) failed: %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:588
+#: storage/smgr/md.c:529
 #, c-format
 msgid "mdblindwrt: write() failed: %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:594
+#: storage/smgr/md.c:535
 #, c-format
 msgid "mdblindwrt: close() failed: %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:679
+#: storage/smgr/md.c:572
 msgid "segment too big in mdnblocks!"
 msgstr ""
 
-#: ../storage/smgr/md.c:699
+#: storage/smgr/md.c:592
 #, c-format
 msgid "cannot count blocks for %s -- open failed: %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:891
+#: storage/smgr/md.c:757
 msgid "_fdvec_alloc error"
 msgstr ""
 
-#: ../storage/smgr/md.c:973
+#: storage/smgr/md.c:839
 msgid "segment too big on openseg!"
 msgstr ""
 
-#: ../storage/smgr/md.c:992
+#: storage/smgr/md.c:858
 #, c-format
 msgid "_mdfd_getrelnfd: cannot open relation %s: %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:1035
+#: storage/smgr/md.c:901
 #, c-format
 msgid "cannot open segment %u of relation %s (target block %u): %m"
 msgstr ""
 
-#: ../storage/smgr/md.c:1088
+#: storage/smgr/md.c:954
 #, c-format
 msgid "_mdfd_blind_getseg: couldn't open %s: %m"
 msgstr ""
 
-#: ../storage/smgr/mm.c:189
+#: storage/smgr/mm.c:189
 msgid "main memory storage mgr hash table out of memory"
 msgstr ""
 
-#: ../storage/smgr/mm.c:232
+#: storage/smgr/mm.c:232
 msgid "mmunlink: cache hash table corrupted"
 msgstr ""
 
-#: ../storage/smgr/mm.c:249
+#: storage/smgr/mm.c:249
 msgid "mmunlink: rel cache hash table corrupted"
 msgstr ""
 
-#: ../storage/smgr/mm.c:312
+#: storage/smgr/mm.c:312
 msgid "mmextend: rel cache hash table corrupt"
 msgstr ""
 
-#: ../storage/smgr/mm.c:323
+#: storage/smgr/mm.c:323
 msgid "mmextend: cache hash table corrupt"
 msgstr ""
 
-#: ../storage/smgr/mm.c:434
+#: storage/smgr/mm.c:434
 msgid "mmwrite: hash table missing requested page"
 msgstr ""
 
-#: ../storage/smgr/smgrtype.c:51
+#: storage/smgr/smgr.c:132
 #, c-format
-msgid "smgrin: unknown storage manager name '%s'"
+msgid "initialization failed on %s: %m"
 msgstr ""
 
-#: ../storage/smgr/smgrtype.c:62
+#: storage/smgr/smgr.c:154
 #, c-format
-msgid "Illegal storage manager id %d"
+msgid "shutdown failed on %s: %m"
 msgstr ""
 
-#: ../storage/freespace/freespace.c:178 ../storage/freespace/freespace.c:193
-#: ../storage/freespace/freespace.c:201
-msgid "Insufficient shared memory for free space map"
+#: storage/smgr/smgr.c:174
+#, c-format
+msgid "cannot create %s: %m"
 msgstr ""
 
-#: ../storage/freespace/freespace.c:530
-msgid "FreeSpaceMap hashtable out of memory"
+#: storage/smgr/smgr.c:246
+#, c-format
+msgid ""
+"cannot extend %s: %m.\n"
+"\tCheck free disk space."
 msgstr ""
 
-#: ../storage/freespace/freespace.c:599
-msgid "FreeSpaceMap hashtable corrupted"
+#: storage/smgr/smgr.c:270 utils/init/miscinit.c:1015
+#: utils/misc/database.c:149
+#, c-format
+msgid "cannot open %s: %m"
 msgstr ""
 
-#: ../storage/freespace/freespace.c:772
-msgid "fsm_record_free_space: unexpected match"
+#: storage/smgr/smgr.c:284
+#, c-format
+msgid "cannot close %s: %m"
 msgstr ""
 
-#: ../storage/freespace/freespace.c:891
-msgid "insert_fsm_page_entry: entry already exists!"
+#: 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/freespace/freespace.c:900
-msgid "insert_fsm_page_entry: failed to insert entry!"
+#: storage/smgr/smgr.c:360
+#, c-format
+msgid "cannot write block %d of %u/%u blind: %m"
 msgstr ""
 
-#: ../tcop/postgres.c:289
+#: storage/smgr/smgr.c:387
 #, c-format
-msgid "Socket command type %c unknown"
-msgstr "Socketkommandotyp %c unbekannt"
+msgid "cannot count blocks for %s: %m"
+msgstr ""
 
-#: ../tcop/postgres.c:372
+#: storage/smgr/smgr.c:417
 #, c-format
-msgid "query: %s"
-msgstr "Abfrage: %s"
+msgid "cannot truncate %s to %u blocks: %m"
+msgstr ""
+
+#: storage/smgr/smgr.c:459
+#, c-format
+msgid "cannot unlink %u/%u: %m"
+msgstr ""
 
-#: ../tcop/postgres.c:431
-msgid "parse tree:"
-msgstr "Parsebaum:"
+#: storage/smgr/smgr.c:484
+#, c-format
+msgid "transaction commit failed on %s: %m"
+msgstr ""
 
-#: ../tcop/postgres.c:435
+#: storage/smgr/smgr.c:506
 #, c-format
-msgid "parse tree: %s"
-msgstr "Parsebaum: %s"
+msgid "transaction abort failed on %s: %m"
+msgstr ""
 
-#: ../tcop/postgres.c:466
-msgid "pg_analyze_and_rewrite: copyObject failed on parse tree"
+#: storage/smgr/smgr.c:528
+#, c-format
+msgid "storage sync failed on %s: %m"
 msgstr ""
 
-#: ../tcop/postgres.c:475 ../tcop/postgres.c:485
-msgid "rewritten parse tree:"
-msgstr "umgeschriebener Parsebaum:"
+#: storage/smgr/smgr.c:542
+#, c-format
+msgid "illegal storage manager number %d"
+msgstr ""
 
-#: ../tcop/postgres.c:529
-msgid "pg_plan_query: copyObject failed on plan tree"
+#: storage/smgr/smgrtype.c:51
+#, c-format
+msgid "smgrin: unknown storage manager name '%s'"
+msgstr ""
+
+#: storage/smgr/smgrtype.c:62
+#, c-format
+msgid "Illegal storage manager id %d"
 msgstr ""
 
-#: ../tcop/postgres.c:543
-msgid "plan:"
-msgstr "Plan:"
+#: tcop/postgres.c:284
+#, c-format
+msgid "Socket command type %c unknown"
+msgstr "Socketkommandotyp %c unbekannt"
 
-#: ../tcop/postgres.c:547
+#: tcop/postgres.c:372
 #, c-format
-msgid "plan: %s"
-msgstr "Plan: %s"
+msgid "query: %s"
+msgstr "Abfrage: %s"
+
+#: tcop/postgres.c:459
+msgid "pg_analyze_and_rewrite: copyObject failed on parse tree"
+msgstr ""
+
+#: tcop/postgres.c:503
+msgid "pg_plan_query: copyObject failed on plan tree"
+msgstr ""
 
-#: ../tcop/fastpath.c:334 ../tcop/postgres.c:680
+#: tcop/fastpath.c:337 tcop/postgres.c:674
 msgid ""
 "current transaction is aborted, queries ignored until end of transaction "
 "block"
@@ -8609,28 +9881,28 @@ msgstr ""
 "aktuelle Transaktion wurde abgebrochen, Abfragen werden bis zum Ende der "
 "Transaktion ignoriert"
 
-#: ../tcop/postgres.c:746
-#, c-format
-msgid "ProcessUtility: %s"
-msgstr "ProcessUtility: %s"
-
-#: ../tcop/postgres.c:748
+#: tcop/postgres.c:751
 msgid "ProcessUtility"
 msgstr "ProcessUtility"
 
-#: ../tcop/postgres.c:781
+#: tcop/postgres.c:833
 msgid "ProcessQuery"
 msgstr "ProcessQuery"
 
-#: ../tcop/postgres.c:840
+#: tcop/postgres.c:944
+#, c-format
+msgid "duration: %ld.%06ld sec"
+msgstr ""
+
+#: tcop/postgres.c:958
 msgid "StartTransactionCommand"
 msgstr "StartTransactionCommand"
 
-#: ../tcop/postgres.c:852
+#: tcop/postgres.c:976
 msgid "CommitTransactionCommand"
 msgstr "CommitTransactionCommand"
 
-#: ../tcop/postgres.c:879
+#: tcop/postgres.c:1003
 msgid ""
 "Message from PostgreSQL backend:\n"
 "\tThe Postmaster has informed me that some other backend\n"
@@ -8640,39 +9912,39 @@ msgid ""
 "\tPlease reconnect to the database system and repeat your query."
 msgstr ""
 
-#: ../tcop/postgres.c:997
+#: tcop/postgres.c:1121
 msgid ""
 "floating point exception! The last floating point operation either exceeded "
 "legal ranges or was a divide by zero"
 msgstr ""
 
-#: ../tcop/postgres.c:1029
+#: tcop/postgres.c:1154
 msgid "This connection has been terminated by the administrator."
 msgstr "Diese Verbindung wurde vom Administrator abgebrochen."
 
-#: ../tcop/postgres.c:1035
+#: tcop/postgres.c:1161
 msgid "Query was cancelled."
 msgstr "Abfrage wurde storniert."
 
-#: ../tcop/postgres.c:1176
+#: tcop/postgres.c:1308
 msgid "Assert checking is not compiled in"
 msgstr "Assert-Prüfungen sind bei der Übersetzung nicht konfiguriert worden."
 
-#: ../tcop/postgres.c:1397
+#: tcop/postgres.c:1540
 msgid "only one -x flag is allowed"
 msgstr "Nur ein »-x«-Option ist erlaubt"
 
-#: ../tcop/postgres.c:1415
+#: tcop/postgres.c:1558
 msgid "use -x {off,nor,nopull,nopm,pullall,wait}"
 msgstr "Benutzen Sie -x {off,nor,nopull,nopm,pullall,wait}"
 
-#: ../tcop/postgres.c:1454
+#: tcop/postgres.c:1613
 msgid ""
 "Query statistics are disabled because parser, planner, or executor "
 "statistics are on."
 msgstr ""
 
-#: ../tcop/postgres.c:1534 ../tcop/postgres.c:1546
+#: tcop/postgres.c:1689 tcop/postgres.c:1701
 #, c-format
 msgid ""
 "%s: invalid command line arguments\n"
@@ -8681,24 +9953,24 @@ msgstr ""
 "%s: ungültige Kommandozeilenargumente\n"
 "Versuchen Sie »-?« für weitere Informationen."
 
-#: ../tcop/postgres.c:1554
+#: tcop/postgres.c:1709
 #, c-format
-msgid "%s: user name undefined and no database specified\n"
-msgstr "%s: kein Benutzername und kein Datenbankname angegeben\n"
+msgid "%s: user name undefined and no database specified"
+msgstr "%s: Benutzername undefiniert und kein Datenbankname angegeben"
 
-#: ../tcop/postgres.c:1606
+#: tcop/postgres.c:1760
 msgid "InitPostgres"
 msgstr "InitPostgres"
 
-#: ../tcop/postgres.c:1689
+#: tcop/postgres.c:1845
 msgid "AbortCurrentTransaction"
 msgstr "AbortCurrentTransaction"
 
-#: ../tcop/postgres.c:1878
+#: tcop/postgres.c:2050
 msgid "unknown frontend message was received"
 msgstr "unbekannte Nachricht vom Frontend erhalten"
 
-#: ../tcop/postgres.c:2010
+#: tcop/postgres.c:2179
 #, c-format
 msgid ""
 "%s\n"
@@ -8707,643 +9979,599 @@ msgstr ""
 "%s\n"
 "%s"
 
-#: ../tcop/postgres.c:2032
+#: tcop/postgres.c:2541
 #, c-format
-msgid "Assert test successfull (val = %d)"
+msgid "CreateCommandTag: unknown parse node type %d"
 msgstr ""
 
-#: ../tcop/postgres.c:2035
+#: tcop/fastpath.c:172
 #, c-format
-msgid "Assert checking is disabled (val = %d)"
+msgid "fetch_fp_info: cache lookup for function %u failed"
 msgstr ""
 
-#: ../tcop/fastpath.c:172
-#, c-format
-msgid "fetch_fp_info: cache lookup for function %u failed"
+#: tcop/fastpath.c:183 tcop/fastpath.c:188
+msgid "CSTRING not supported in fastpath protocol"
 msgstr ""
 
-#: ../tcop/fastpath.c:272
+#: tcop/fastpath.c:275
 #, c-format
 msgid ""
 "HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)"
 msgstr ""
 
-#: ../tcop/fastpath.c:291 ../tcop/fastpath.c:303
+#: tcop/fastpath.c:294 tcop/fastpath.c:306
 #, c-format
 msgid "HandleFunctionRequest: bogus argsize %d"
 msgstr ""
 
-#: ../tcop/fastpath.c:316
+#: tcop/fastpath.c:319
 #, c-format
 msgid "HandleFunctionRequest: bogus argsize %d, should be %d"
 msgstr ""
 
-#: ../tcop/pquery.c:119
-#, c-format
-msgid "CreateOperationTag: unknown operation type %d"
-msgstr ""
-
-#: ../tcop/pquery.c:147
+#: tcop/pquery.c:112
 #, c-format
 msgid "Closing pre-existing portal \"%s\""
 msgstr ""
 
-#: ../tcop/utility.c:89
+#: tcop/utility.c:95
 #, c-format
 msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s"
 msgstr ""
 
-#: ../tcop/utility.c:93
+#: tcop/utility.c:99
 #, c-format
 msgid "\"%s\" is not %s %s"
 msgstr ""
 
-#: ../tcop/utility.c:113
+#: tcop/utility.c:118 tcop/utility.c:123
 #, c-format
 msgid "%s \"%s\" does not exist"
 msgstr ""
 
-#: ../tcop/utility.c:121
-#, c-format
-msgid "you do not own %s \"%s\""
-msgstr ""
-
-#: ../tcop/utility.c:126
+#: tcop/utility.c:136
 #, c-format
 msgid "%s \"%s\" is a system %s"
 msgstr ""
 
-#: ../tcop/utility.c:303
+#: tcop/utility.c:162
 #, c-format
-msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
-msgstr ""
+msgid "relation \"%s\" is a system catalog"
+msgstr "Relation »%s« ist ein Systemkatalog"
 
-#: ../tcop/utility.c:309
+#: tcop/utility.c:445 tcop/utility.c:449
 #, c-format
-msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
+msgid "ProcessUtility: Invalid target for RENAME: %d"
 msgstr ""
 
-#: ../tcop/utility.c:312
-#, c-format
-msgid "TRUNCATE cannot be used on views. '%s' is a view"
+#: tcop/utility.c:553
+msgid "ALTER TABLE: permission denied"
+msgstr "ALTER TABLE: keine Berechtigung"
+
+#: tcop/utility.c:559
+msgid "T_AlterTableStmt: unknown subtype"
 msgstr ""
 
-#: ../tcop/utility.c:317
+#: tcop/utility.c:876
 #, c-format
-msgid "you do not own class \"%s\""
+msgid "ProcessUtility: command #%d unsupported"
 msgstr ""
 
-#: ../tcop/utility.c:467
-msgid "T_AlterTableStmt: unknown subtype"
+#: utils/adt/pg_locale.c:160
+msgid "Invalid LC_COLLATE setting"
 msgstr ""
 
-#: ../tcop/utility.c:611
-msgid "CREATE VERSION is not currently implemented"
+#: utils/adt/acl.c:92
+#, c-format
+msgid "getid: identifier must be <%d characters"
 msgstr ""
 
-#: ../tcop/utility.c:689
+#: utils/adt/acl.c:130
 #, c-format
-msgid "CLUSTER: relation \"%s\" is a system catalog"
-msgstr ""
+msgid "aclparse: input = '%s'"
+msgstr "aclparse: input = '%s'"
+
+#: utils/adt/acl.c:142
+msgid "aclparse: bad keyword, must be [group|user]"
+msgstr "aclparse: ungültiges Schlüsselwort, muß »group« oder »user« sein"
+
+#: utils/adt/acl.c:145
+msgid "aclparse: a name must follow the [group|user] keyword"
+msgstr "aclparse: auf Schlüsselwort »group« oder »user« muß ein Name folgen"
 
-#: ../tcop/utility.c:869
+#: utils/adt/acl.c:162
 #, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
-"options"
+msgid "aclparse: mode change flag must use \"%c%c%c\""
 msgstr ""
 
-#: ../tcop/utility.c:872
+#: utils/adt/acl.c:208
 #, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
-"options"
+msgid "aclparse: mode flags must use \"%s\""
 msgstr ""
 
-#: ../tcop/utility.c:884
+#: utils/adt/acl.c:229
 #, c-format
-msgid ""
-"\"%s\" is a system table. call REINDEX under standalone postgres with -O -P "
-"options"
+msgid "aclparse: correctly read [%x %d %x], modechg=%x"
 msgstr ""
 
-#: ../tcop/utility.c:887
+#: utils/adt/acl.c:249
 #, c-format
-msgid ""
-"\"%s\" is a system table. call REINDEX under standalone postgres with -P -O "
-"options"
-msgstr ""
+msgid "makeacl: invalid size: %d"
+msgstr "makeacl: ungültige Größe: %d"
 
-#: ../tcop/utility.c:897
-msgid "must be called under standalone postgres with -O -P options"
-msgstr ""
+#: utils/adt/acl.c:280
+msgid "aclitemin: cannot accept anything but = ACLs"
+msgstr "aclitemin: kann nur »=«-ACLs akzeptieren"
 
-#: ../tcop/utility.c:899
-msgid "must be called under standalone postgres with -P -O options"
-msgstr ""
+#: utils/adt/acl.c:284
+msgid "aclitemin: extra garbage at end of specification"
+msgstr "aclitemin: überflüssiger Müll am Ende der Eingabe"
 
-#: ../tcop/utility.c:912
+#: utils/adt/acl.c:352
 #, c-format
-msgid "ProcessUtility: command #%d unsupported"
+msgid "aclitemout: bad idtype: %d"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:81
+#: utils/adt/acl.c:434
 #, c-format
-msgid ""
-"TextArray2ArrTgString: badly formed string, must have %c as first character\n"
+msgid "acldefault: bogus objtype %d"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:91
-msgid "TextArray2ArrTgString: text string ended prematurely\n"
+#: utils/adt/acl.c:507
+msgid "aclinsert3: insertion before world ACL??"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:97
-msgid "textArray2ArrTgString:  missing a begin quote\n"
+#: utils/adt/acl.c:618
+msgid "aclremove: removal of the world ACL??"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:102
-msgid "textArray2ArrTgString:  missing an end quote\n"
-msgstr ""
+#: utils/adt/acl.c:865
+#, c-format
+msgid "has_table_privilege: invalid privilege type %s"
+msgstr "has_table_privilege: ungültiger Privilegtyp %s"
 
-#: ../tioga/tgRecipe.c:138
+#: utils/adt/acl.c:1068
 #, c-format
-msgid "Element named %s not found in recipe named %s"
-msgstr ""
+msgid "has_database_privilege: invalid privilege type %s"
+msgstr "has_database_privilege: ungültiger Privilegtyp %s"
 
-#: ../tioga/tgRecipe.c:162
+#: utils/adt/acl.c:1244
 #, c-format
-msgid "Node named %s not found in recipe named %s"
-msgstr ""
+msgid "function \"%s\" does not exist"
+msgstr "Funktion »%s« existiert nicht"
 
-#: ../tioga/tgRecipe.c:248
+#: utils/adt/acl.c:1267
 #, c-format
-msgid "fillTgNode: unknown nodeType field value : %s\n"
-msgstr ""
+msgid "has_function_privilege: invalid privilege type %s"
+msgstr "has_function_privilege: ungültiger Privilegtyp %s"
 
-#: ../tioga/tgRecipe.c:326
+#: utils/adt/acl.c:1466
 #, c-format
-msgid "fillTgElement(): unknown srcLang field value : %s\n"
-msgstr ""
+msgid "has_language_privilege: invalid privilege type %s"
+msgstr "has_language_privilege: ungültiger Privilegtyp %s"
 
-#: ../tioga/tgRecipe.c:336
+#: utils/adt/acl.c:1642
 #, c-format
-msgid "fillTgElement(): unknown elemType field value : %s\n"
-msgstr ""
+msgid "schema \"%s\" does not exist"
+msgstr "Schema »%s« existiert nicht"
 
-#: ../tioga/tgRecipe.c:376
+#: utils/adt/acl.c:1668
 #, c-format
-msgid "lookupEdges(): Error while executing query : %s\n"
-msgstr ""
+msgid "has_schema_privilege: invalid privilege type %s"
+msgstr "has_schema_privilege: ungültiger Privilegtyp %s"
 
-#: ../tioga/tgRecipe.c:377 ../tioga/tgRecipe.c:540 ../tioga/tgRecipe.c:559
-#: ../tioga/tgRecipe.c:596 ../tioga/tgRecipe.c:707
+#: utils/adt/arrayfuncs.c:176
 #, c-format
-msgid "result = %s, error is %s\n"
-msgstr ""
+msgid "array_in: more than %d dimensions"
+msgstr "array_in: mehr als %d Dimensionen"
 
-#: ../tioga/tgRecipe.c:402
-msgid "lookupEdges():  SANITY CHECK failed.  Edge with invalid fromPort value!"
-msgstr ""
+#: utils/adt/arrayfuncs.c:179 utils/adt/arrayfuncs.c:188
+msgid "array_in: missing dimension value"
+msgstr "array_in: Dimensionswert fehlt"
+
+#: utils/adt/arrayfuncs.c:196
+msgid "array_in: missing ']' in array declaration"
+msgstr "array_in: »]« in Arraydeklaration fehlt"
 
-#: ../tioga/tgRecipe.c:407
-msgid "lookupEdges():  SANITY CHECK failed.  Edge with invalid toPort value!!"
+#: utils/adt/arrayfuncs.c:201
+msgid "array_in: upper_bound cannot be < lower_bound"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:416
-msgid "lookupEdges():  SANITY CHECK failed.  Edge with bad fromNode value!"
+#: utils/adt/arrayfuncs.c:210
+msgid "array_in: Need to specify dimension"
+msgstr "array_in: Dimension muß angegeben werden"
+
+#: utils/adt/arrayfuncs.c:219
+msgid "array_in: missing assignment operator"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:422
-msgid "lookupEdges():  SANITY CHECK failed.  Edge with bad toNode value!"
+#: utils/adt/arrayfuncs.c:246
+msgid "array_in: missing left brace"
+msgstr "array_in: linke geschweifte Klammer fehlt"
+
+#: utils/adt/arrayfuncs.c:303 utils/adt/arrayfuncs.c:310
+#: utils/adt/arrayfuncs.c:423 utils/adt/arrayfuncs.c:433
+#, c-format
+msgid "malformed array constant: %s"
+msgstr "fehlerhafte Arraykonstante: %s"
+
+#: 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"
+msgstr "array_in: fehlerhafte Arraykonstante"
+
+#: utils/adt/arrayfuncs.c:986
+msgid "Slices of fixed-length arrays not implemented"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:469
-msgid "Internal Error: connectTee() called with a null origToNode"
+#: 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"
+msgstr "ungültige Arrayindizes"
+
+#: utils/adt/arrayfuncs.c:1286
+msgid "Updates on slices of fixed-length arrays not implemented"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:539 ../tioga/tgRecipe.c:558
-#, c-format
-msgid "fillAllNodes(): Error while executing query : %s\n"
+#: utils/adt/arrayfuncs.c:1347
+msgid "Source array too small"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:595
+#: utils/adt/arrayfuncs.c:1478
 #, c-format
-msgid "fillAllElements(): Error while executing query : %s\n"
+msgid "array_map: invalid nargs: %d"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:706
-#, c-format
-msgid "retrieveRecipe: Error while executing query : %s\n"
+#: utils/adt/arrayfuncs.c:1480
+msgid "array_map: null input array"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:715
-#, c-format
-msgid "retrieveRecipe():  No recipe named %s exists\n"
+#: utils/adt/arrayfuncs.c:1524
+msgid "array_map: cannot handle NULL in array"
 msgstr ""
 
-#: ../tioga/tgRecipe.c:720
+#: utils/adt/arrayfuncs.c:1716 utils/cache/lsyscache.c:908
+#: utils/cache/lsyscache.c:931
 #, c-format
-msgid "retrieveRecipe():  Multiple (%d) recipes named %s exists\n"
+msgid "cache lookup failed for type %u"
 msgstr ""
 
-#: ../utils/adt/acl.c:89
+#: utils/adt/ascii.c:67
 #, c-format
-msgid "getid: identifier must be <%d characters"
+msgid "pg_to_ascii(): unsupported encoding from %s"
 msgstr ""
 
-#: ../utils/adt/acl.c:125
+#: utils/adt/bool.c:77
 #, c-format
-msgid "aclparse: input = '%s'"
-msgstr "aclparse: input = '%s'"
+msgid "Bad boolean external representation '%s'"
+msgstr "fehlerhafter »boolean«-Wert: %s"
 
-#: ../utils/adt/acl.c:137
-msgid "aclparse: bad keyword, must be [group|user]"
-msgstr "aclparse: ungültiges Schlüsselwort, muß »group« oder »user« sein"
+#: utils/adt/cash.c:195
+#, c-format
+msgid "Bad money external representation %s"
+msgstr ""
 
-#: ../utils/adt/acl.c:140
-msgid "aclparse: a name must follow the [group|user] keyword"
-msgstr "aclparse: auf Schlüsselwort »group« oder »user« muß ein Name folgen"
+#: utils/adt/cash.c:292 utils/adt/cash.c:305
+msgid "Memory allocation failed, can't output cash"
+msgstr ""
 
-#: ../utils/adt/acl.c:157
-#, c-format
-msgid "aclparse: mode change flag must use \"%s\""
+#: utils/adt/cash.c:445 utils/adt/cash.c:495
+msgid "cash_div:  divide by 0.0 error"
 msgstr ""
 
-#: ../utils/adt/acl.c:188
-#, c-format
-msgid "aclparse: mode flags must use \"%s\""
+#: utils/adt/cash.c:546
+msgid "cash_div_int4: divide by 0 error"
 msgstr ""
 
-#: ../utils/adt/acl.c:207
-#, c-format
-msgid "aclparse: correctly read [%x %d %x], modechg=%x"
+#: utils/adt/cash.c:596
+msgid "cash_div:  divide by 0 error"
 msgstr ""
 
-#: ../utils/adt/acl.c:227
+#: utils/adt/date.c:69
 #, c-format
-msgid "makeacl: invalid size: %d"
-msgstr "makeacl: ungültige Größe: %d"
+msgid "Bad date external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »date« (zu lang): %s"
 
-#: ../utils/adt/acl.c:257
-msgid "aclitemin: cannot accept anything but = ACLs"
-msgstr "aclitemin: kann nur »=«-ACLs akzeptieren"
+#: utils/adt/date.c:73
+#, c-format
+msgid "Bad date external representation '%s'"
+msgstr "fehlerhaftes Format für »date«: %s"
 
-#: ../utils/adt/acl.c:261
-msgid "aclitemin: extra garbage at end of specification"
-msgstr "aclitemin: überflüssiger Müll am Ende der Eingabe"
+#: utils/adt/date.c:81
+msgid ""
+"Date CURRENT no longer supported\n"
+"\tdate_in() internal coding error"
+msgstr ""
 
-#: ../utils/adt/acl.c:329
+#: utils/adt/date.c:91
 #, c-format
-msgid "aclitemout: bad ai_idtype: %d"
-msgstr ""
+msgid "Unrecognized date external representation '%s'"
+msgstr "fehlerhaftes Format für »date«: %s"
 
-#: ../utils/adt/acl.c:450
-msgid "aclinsert3: insertion before world ACL??"
-msgstr ""
+#: utils/adt/date.c:400
+msgid "Unable to convert timestamp to date"
+msgstr "kann »timestamp« nicht in »date« umwandeln"
 
-#: ../utils/adt/acl.c:559
-msgid "aclremove: removal of the world ACL??"
-msgstr ""
+#: utils/adt/date.c:425
+msgid "Unable to convert reserved abstime value to date"
+msgstr "kann reservierten »abstime«-Wert nicht in »date« umwandeln"
 
-#: ../utils/adt/acl.c:830 ../utils/adt/acl.c:901 ../utils/adt/acl.c:1026
-#, c-format
-msgid "has_table_privilege: invalid relation oid %u"
-msgstr "has_table_privilege: ungültige Relations-OID %u"
+#: utils/adt/date.c:484
+msgid "Bad date external representation (too long)"
+msgstr "fehlerhaftes Format für »date« (zu lang)"
 
-#: ../utils/adt/acl.c:962
+#: utils/adt/date.c:521
 #, c-format
-msgid "has_table_privilege: invalid privilege type %s"
-msgstr "has_table_privilege: ungültiger Privilegtyp %s"
+msgid "Bad time external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »time« (zu lang): %s"
 
-#: ../utils/adt/acl.c:1064
+#: utils/adt/date.c:525 utils/adt/date.c:1336
 #, c-format
-msgid "has_table_privilege: relation \"%s\" does not exist"
-msgstr "has_table_privilege: Relation »%s« existiert nicht"
+msgid "Bad time external representation '%s'"
+msgstr "fehlerhaftes Format für »time«: %s"
 
-#: ../utils/adt/arrayfuncs.c:157
-#, c-format
-msgid "array_in: more than %d dimensions"
-msgstr "array_in: mehr als %d Dimensionen"
+#: utils/adt/date.c:928
+msgid "Unable to convert timestamp to time"
+msgstr "kann »timestamp« nicht in »time« umwandeln"
 
-#: ../utils/adt/arrayfuncs.c:160 ../utils/adt/arrayfuncs.c:169
-msgid "array_in: missing dimension value"
-msgstr "array_in: Dimensionswert fehlt"
+#: utils/adt/date.c:963
+msgid "Unable to convert timestamptz to time"
+msgstr "kann »timestamptz« nicht in »time« umwandeln"
 
-#: ../utils/adt/arrayfuncs.c:177
-msgid "array_in: missing ']' in array declaration"
-msgstr "array_in: »]« in Arraydeklaration fehlt"
+#: utils/adt/date.c:1165
+msgid "Bad time external representation (too long)"
+msgstr "fehlerhaftes Format für »time« (zu lang)"
 
-#: ../utils/adt/arrayfuncs.c:182
-msgid "array_in: upper_bound cannot be < lower_bound"
-msgstr ""
+#: utils/adt/date.c:1196 utils/adt/date.c:1279
+#, c-format
+msgid "TIME units '%s' not recognized"
+msgstr "»time«-Einheiten »%s« nicht erkannt"
 
-#: ../utils/adt/arrayfuncs.c:191
-msgid "array_in: Need to specify dimension"
-msgstr "array_in: Dimension muß angegeben werden"
+#: utils/adt/date.c:1263
+#, c-format
+msgid "TIME units '%s' not supported"
+msgstr "»time«-Einheiten »%s« nicht unterstützt"
 
-#: ../utils/adt/arrayfuncs.c:200
-msgid "array_in: missing assignment operator"
+#: utils/adt/date.c:1331
+#, c-format
+msgid "Bad time with time zone external representation (too long) '%s'"
 msgstr ""
 
-#: ../utils/adt/arrayfuncs.c:226
-msgid "array_in: missing left brace"
-msgstr "array_in: linke geschweifte Klammer fehlt"
+#: utils/adt/date.c:1795
+msgid "Unable to convert timestamptz to timetz"
+msgstr "kann »timestamp« nicht in »timetz« umwandeln"
+
+#: utils/adt/date.c:1871
+msgid "Bad timetz external representation (too long)"
+msgstr "fehlerhaftes Format für »timetz« (zu lang)"
 
-#: ../utils/adt/arrayfuncs.c:291
+#: utils/adt/date.c:1902 utils/adt/date.c:1998
 #, c-format
-msgid "malformed array constant: %s"
-msgstr "fehlerhafte Arraykonstante: %s"
+msgid "TIMETZ units '%s' not recognized"
+msgstr "»timetz«-Einheiten »%s« nicht erkannt"
 
-#: ../utils/adt/arrayfuncs.c:414 ../utils/adt/arrayfuncs.c:449
-msgid "array_in: illformed array constant"
-msgstr "array_in: fehlerhafte Arraykonstante"
+#: utils/adt/date.c:1982
+#, c-format
+msgid "TIMETZ units '%s' not supported"
+msgstr "»timetz«-Einheiten »%s« nicht unterstützt"
 
-#: ../utils/adt/arrayfuncs.c:849
-msgid "Slices of fixed-length arrays not implemented"
+#: 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"
+msgstr "Zeitzone %s nicht erkannt"
+
+#: utils/adt/date.c:2077 utils/adt/timestamp.c:3327 utils/adt/timestamp.c:3464
+#, c-format
+msgid "INTERVAL time zone '%s' not legal (month specified)"
 msgstr ""
 
-#: ../utils/adt/arrayfuncs.c:964 ../utils/adt/arrayfuncs.c:966
-#: ../utils/adt/arrayfuncs.c:983 ../utils/adt/arrayfuncs.c:1003
-#: ../utils/adt/arrayfuncs.c:1013 ../utils/adt/arrayfuncs.c:1137
-#: ../utils/adt/arrayfuncs.c:1152 ../utils/adt/arrayfuncs.c:1161
-#: ../utils/adt/arrayfuncs.c:1168
-msgid "Invalid array subscripts"
-msgstr "ungültige Arrayindizes"
+#: utils/adt/datetime.c:1239 utils/adt/datetime.c:1955
+msgid "'CURRENT' is no longer supported"
+msgstr "'CURRENT' wird nicht mehr unterstützt"
 
-#: ../utils/adt/arrayfuncs.c:1126
-msgid "Updates on slices of fixed-length arrays not implemented"
-msgstr ""
+#: utils/adt/datetime.c:1418 utils/adt/datetime.c:2227
+#: utils/adt/formatting.c:3036
+#, c-format
+msgid "Inconsistent use of year %04d and 'BC'"
+msgstr "Inkonsistente Verwendung von Jahr %04d und »BC«"
 
-#: ../utils/adt/arrayfuncs.c:1179
-msgid "Source array too small"
-msgstr ""
+#: utils/adt/datum.c:78 utils/adt/datum.c:87
+msgid "datumGetSize: Invalid Datum Pointer"
+msgstr "datumGetSize: ungültiger »Datum«-Zeiger"
 
-#: ../utils/adt/arrayfuncs.c:1307
+#: utils/adt/datum.c:92
 #, c-format
-msgid "array_map: invalid nargs: %d"
+msgid "datumGetSize: Invalid typLen %d"
 msgstr ""
 
-#: ../utils/adt/arrayfuncs.c:1309
-msgid "array_map: null input array"
+#: utils/adt/encode.c:53 utils/adt/encode.c:87
+#, c-format
+msgid "No such encoding as '%s'"
 msgstr ""
 
-#: ../utils/adt/arrayfuncs.c:1353
-msgid "array_map: cannot handle NULL in array"
+#: utils/adt/encode.c:62
+msgid "Overflow - encode estimate too small"
 msgstr ""
 
-#: ../utils/adt/arrayfuncs.c:1531
-#, c-format
-msgid "array_out: Cache lookup failed for type %u"
+#: utils/adt/encode.c:96
+msgid "Overflow - decode estimate too small"
 msgstr ""
 
-#: ../utils/adt/cash.c:209
+#: utils/adt/encode.c:144
 #, c-format
-msgid "Bad money external representation %s"
+msgid "Bad hex code: '%c'"
 msgstr ""
 
-#: ../utils/adt/cash.c:318 ../utils/adt/cash.c:331
-msgid "Memory allocation failed, can't output cash"
+#: utils/adt/encode.c:170
+msgid "hex_decode: invalid data"
 msgstr ""
 
-#: ../utils/adt/cash.c:471 ../utils/adt/cash.c:521
-msgid "cash_div:  divide by 0.0 error"
+#: utils/adt/encode.c:284
+msgid "base64: unexpected '='"
 msgstr ""
 
-#: ../utils/adt/cash.c:572
-msgid "cash_div_int4: divide by 0 error"
+#: utils/adt/encode.c:294
+msgid "base64: Invalid symbol"
 msgstr ""
 
-#: ../utils/adt/cash.c:622
-msgid "cash_div:  divide by 0 error"
+#: utils/adt/encode.c:312
+msgid "base64: invalid end sequence"
 msgstr ""
 
-#: ../utils/adt/bool.c:77
-#, c-format
-msgid "Bad boolean external representation '%s'"
-msgstr "fehlerhafter »boolean«-Wert: %s"
+#: utils/adt/encode.c:419 utils/adt/encode.c:482
+msgid "decode: Bad input string for type bytea"
+msgstr ""
 
-#: ../utils/adt/float.c:147
+#: utils/adt/float.c:148
 msgid "Bad float4 input format -- overflow"
 msgstr "fehlerhafter float4-Wert: Überlauf"
 
-#: ../utils/adt/float.c:149
+#: utils/adt/float.c:150
 msgid "Bad float4 input format -- underflow"
 msgstr "fehlerhafter float4-Wert: Unterlauf"
 
-#: ../utils/adt/float.c:171
+#: utils/adt/float.c:172
 msgid "Bad float8 input format -- overflow"
 msgstr "fehlerhafter float8-Wert: Überlauf"
 
-#: ../utils/adt/float.c:173
+#: utils/adt/float.c:174
 msgid "Bad float8 input format -- underflow"
 msgstr "fehlerhafter float8-Wert: Unterlauf"
 
-#: ../utils/adt/float.c:204
+#: utils/adt/float.c:204
 #, c-format
 msgid "Bad float4 input format '%s'"
 msgstr "fehlerhaftes float4-Eingabeformat: %s"
 
-#: ../utils/adt/float.c:209
+#: utils/adt/float.c:209
 #, c-format
 msgid "Input '%s' is out of range for float4"
 msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float4"
 
-#: ../utils/adt/float.c:269 ../utils/adt/numeric.c:1685
+#: utils/adt/float.c:269 utils/adt/numeric.c:2836 utils/adt/numeric.c:2859
 #, c-format
 msgid "Bad float8 input format '%s'"
 msgstr "fehlerhaftes float8-Eingabeformat: %s"
 
-#: ../utils/adt/float.c:274
+#: utils/adt/float.c:274
 #, c-format
 msgid "Input '%s' is out of range for float8"
 msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float8"
 
-#: ../utils/adt/float.c:493
+#: utils/adt/float.c:493
 msgid "float4div: divide by zero error"
 msgstr "float4div: Division durch Null"
 
-#: ../utils/adt/float.c:555
+#: utils/adt/float.c:555
 msgid "float8div: divide by zero error"
 msgstr "float8div: Division durch Null"
 
-#: ../utils/adt/float.c:805
+#: utils/adt/float.c:805
 msgid "dtoi4: integer out of range"
 msgstr ""
 
-#: ../utils/adt/float.c:822
+#: utils/adt/float.c:822
 msgid "dtoi2: integer out of range"
 msgstr ""
 
-#: ../utils/adt/float.c:867
+#: utils/adt/float.c:867
 msgid "ftoi4: integer out of range"
 msgstr ""
 
-#: ../utils/adt/float.c:884
+#: utils/adt/float.c:884
 msgid "ftoi2: integer out of range"
 msgstr ""
 
-#: ../utils/adt/float.c:1074
+#: utils/adt/float.c:1118
 msgid "can't take sqrt of a negative number"
 msgstr "Quadratwurzel von negativer Zahl kann nicht ermittelt werden"
 
-#: ../utils/adt/float.c:1118
+#: utils/adt/float.c:1162
 msgid "pow() result is out of range"
 msgstr "Ergebnis von pow() ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/float.c:1146
+#: utils/adt/float.c:1190
 msgid "exp() result is out of range"
 msgstr "Ergebnis von exp() ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/float.c:1164 ../utils/adt/float.c:1185
+#: utils/adt/float.c:1208 utils/adt/float.c:1229
 msgid "can't take log of zero"
 msgstr "Logarithmus von Null kann nicht ermittelt werden"
 
-#: ../utils/adt/float.c:1166 ../utils/adt/float.c:1187
+#: utils/adt/float.c:1210 utils/adt/float.c:1231
 msgid "can't take log of a negative number"
 msgstr "Logarithmus negativer Zahlen kann nicht ermittelt werden"
 
-#: ../utils/adt/float.c:1212
+#: utils/adt/float.c:1256
 #, c-format
 msgid "acos(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für acos()"
 
-#: ../utils/adt/float.c:1235
+#: utils/adt/float.c:1279
 #, c-format
 msgid "asin(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für asin()"
 
-#: ../utils/adt/float.c:1258
+#: utils/adt/float.c:1302
 #, c-format
 msgid "atan(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für atan()"
 
-#: ../utils/adt/float.c:1282
+#: utils/adt/float.c:1326
 #, c-format
 msgid "atan2(%f,%f) input is out of range"
 msgstr "(%f,%f) ist außerhalb des gültigen Bereiches für atan2()"
 
-#: ../utils/adt/float.c:1305
+#: utils/adt/float.c:1349
 #, c-format
 msgid "cos(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für cos()"
 
-#: ../utils/adt/float.c:1328
+#: utils/adt/float.c:1372
 #, c-format
 msgid "cot(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für sin()"
 
-#: ../utils/adt/float.c:1352
+#: utils/adt/float.c:1396
 #, c-format
 msgid "sin(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für sin()"
 
-#: ../utils/adt/float.c:1375
+#: utils/adt/float.c:1419
 #, c-format
 msgid "tan(%f) input is out of range"
 msgstr "%f ist außerhalb des gültigen Bereiches für tan()"
 
-#: ../utils/adt/float.c:1486
+#: utils/adt/float.c:1530
 #, c-format
 msgid "%s: expected 3-element float8 array"
 msgstr "%s: erwartete float8-Array mit 3 Elementen"
 
-#: ../utils/adt/float.c:1681
+#: utils/adt/float.c:1741
 msgid "float48div: divide by zero"
 msgstr "float48div: Division durch Null"
 
-#: ../utils/adt/float.c:1741
+#: utils/adt/float.c:1801
 msgid "float84div: divide by zero"
 msgstr "float48div: Division durch Null"
 
-#: ../utils/adt/ascii.c:107
-#, c-format
-msgid "pg_to_ascii(): unsupported encoding from %s"
-msgstr ""
-
-#: ../utils/adt/date.c:58
+#: utils/adt/format_type.c:136 utils/adt/format_type.c:162
 #, c-format
-msgid "Bad date external representation '%s'"
-msgstr "fehlerhaftes Format für »date«: %s"
-
-#: ../utils/adt/date.c:66
-msgid ""
-"Date CURRENT no longer supported\n"
-"\tdate_in() internal coding error"
+msgid "could not locate data type with oid %u in catalog"
 msgstr ""
 
-#: ../utils/adt/date.c:76
-#, c-format
-msgid "Unrecognized date external representation '%s'"
-msgstr "fehlerhaftes Format für »date«: %s"
-
-#: ../utils/adt/date.c:256 ../utils/adt/date.c:325 ../utils/adt/date.c:747
-#: ../utils/adt/date.c:1371
-msgid "Unable to convert timestamp to date"
-msgstr "kann »timestamp« nicht in »date« umwandeln"
-
-#: ../utils/adt/date.c:290
-msgid "Unable to convert date to tm"
-msgstr "kann »date« nicht in »tm« umwandeln"
-
-#: ../utils/adt/date.c:350
-msgid "Unable to convert reserved abstime value to date"
-msgstr "kann reservierten »abstime«-Wert nicht in »date« umwandeln"
-
-#: ../utils/adt/date.c:409
-msgid "Bad date external representation (too long)"
-msgstr "fehlerhaftes Format für »date« (zu lang)"
-
-#: ../utils/adt/date.c:447 ../utils/adt/date.c:956
-#, c-format
-msgid "Bad time external representation '%s'"
-msgstr "fehlerhaftes Format für »time«: %s"
-
-#: ../utils/adt/date.c:915
-msgid "Bad time external representation (too long)"
-msgstr "fehlerhaftes Format für »time« (zu lang)"
-
-#: ../utils/adt/date.c:1443
-msgid "Bad timetz external representation (too long)"
-msgstr "fehlerhaftes Format für »timetz« (zu lang)"
-
-#: ../utils/adt/date.c:1474 ../utils/adt/date.c:1557
-#, c-format
-msgid "TIMETZ units '%s' not recognized"
-msgstr "»timetz«-Einheiten »%s« nicht erkannt"
-
-#: ../utils/adt/date.c:1547
-#, c-format
-msgid "TIMETZ units '%s' not supported"
-msgstr "»timetz«-Einheiten »%s« nicht unterstützt"
-
-#: ../utils/adt/date.c:1585 ../utils/adt/date.c:1609
-#: ../utils/adt/timestamp.c:2807 ../utils/adt/timestamp.c:2829
-#: ../utils/adt/timestamp.c:2945 ../utils/adt/timestamp.c:2988
-#, c-format
-msgid "Time zone '%s' not recognized"
-msgstr "Zeitzone %s nicht erkannt"
-
-#: ../utils/adt/date.c:1629 ../utils/adt/timestamp.c:2852
-#: ../utils/adt/timestamp.c:3018
+#: utils/adt/format_type.c:315
 #, c-format
-msgid "INTERVAL time zone '%s' not legal (month specified)"
+msgid "Invalid INTERVAL typmod 0x%x"
 msgstr ""
 
-#: ../utils/adt/datetime.c:1069 ../utils/adt/datetime.c:1450
-msgid "'CURRENT' is no longer supported"
-msgstr "'CURRENT' wird nicht mehr unterstützt"
-
-#: ../utils/adt/datetime.c:1228 ../utils/adt/datetime.c:1685
-#: ../utils/adt/formatting.c:3053
-#, c-format
-msgid "Inconsistent use of year %04d and 'BC'"
-msgstr "Inkonsistente Verwendung von Jahr %04d und »BC«"
-
-#: ../utils/adt/datum.c:71
-msgid "datumGetSize: Invalid Datum Pointer"
-msgstr "datumGetSize: ungültiger »Datum«-Zeiger"
-
-#: ../utils/adt/formatting.c:396
+#: utils/adt/formatting.c:391
 #, c-format
 msgid ""
 "TMFC:\n"
@@ -9358,7 +10586,7 @@ msgid ""
 "ddd %d\n"
 "mm %d\n"
 "ms: %d\n"
-"yyyy %d\n"
+"year %d\n"
 "bc %d\n"
 "iw %d\n"
 "ww %d\n"
@@ -9369,7 +10597,7 @@ msgid ""
 "us: %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:402
+#: utils/adt/formatting.c:397
 #, c-format
 msgid ""
 "TM:\n"
@@ -9384,98 +10612,98 @@ msgid ""
 "mon %d\n"
 msgstr ""
 
-#: ../utils/adt/formatting.c:981
+#: utils/adt/formatting.c:964
 msgid "to_char/to_number(): '9' must be ahead of 'PR'."
 msgstr ""
 
-#: ../utils/adt/formatting.c:998
+#: utils/adt/formatting.c:981
 msgid "to_char/to_number(): '0' must be ahead of 'PR'."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1025
+#: utils/adt/formatting.c:1008
 msgid "to_char/to_number(): not unique decimal point."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1030 ../utils/adt/formatting.c:1117
+#: utils/adt/formatting.c:1013 utils/adt/formatting.c:1100
 msgid "to_char/to_number(): can't use 'V' and decimal poin together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1043
+#: utils/adt/formatting.c:1026
 msgid "to_char/to_number(): not unique 'S'."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1048
+#: utils/adt/formatting.c:1031
 msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1070
+#: utils/adt/formatting.c:1053
 msgid "to_char/to_number(): can't use 'S' and 'MI' together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1079
+#: utils/adt/formatting.c:1062
 msgid "to_char/to_number(): can't use 'S' and 'PL' together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1088
+#: utils/adt/formatting.c:1071
 msgid "to_char/to_number(): can't use 'S' and 'SG' together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1098
+#: utils/adt/formatting.c:1081
 msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1124
+#: utils/adt/formatting.c:1107
 msgid "to_char/to_number(): 'E' is not supported."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1148
+#: utils/adt/formatting.c:1131
 msgid "to_char/number(): run parser."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1344
+#: utils/adt/formatting.c:1327
 msgid "to_from-char(): DUMP FORMAT"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1349
+#: utils/adt/formatting.c:1332
 #, c-format
 msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1352
+#: utils/adt/formatting.c:1335
 #, c-format
 msgid "%d:\t NODE_TYPE_CHAR '%c'"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1355
+#: utils/adt/formatting.c:1338
 #, c-format
 msgid "%d:\t NODE_TYPE_END"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1359
+#: utils/adt/formatting.c:1342
 #, c-format
 msgid "%d:\t UnKnown NODE !!!"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1383
+#: utils/adt/formatting.c:1366
 #, c-format
 msgid "get_th: '%s' is not number."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1551
+#: utils/adt/formatting.c:1540
 msgid "TO-FROM_CHAR: Dump KeyWord Index:"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1557
+#: utils/adt/formatting.c:1546
 #, c-format
 msgid "\t%c: %s, "
 msgstr ""
 
-#: ../utils/adt/formatting.c:1563
+#: utils/adt/formatting.c:1552
 #, c-format
 msgid "\t(%d) %c %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1566
+#: utils/adt/formatting.c:1555
 #, c-format
 msgid ""
 "\n"
@@ -9483,133 +10711,133 @@ msgid ""
 "\t\tFree positions: %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:1638
+#: utils/adt/formatting.c:1627
 msgid "to_timestamp(): bad AM/PM string"
 msgstr "to_timestamp(): fehlerhafter Wert für AM/PM"
 
-#: ../utils/adt/formatting.c:1974
+#: utils/adt/formatting.c:1971
 msgid "to_timestamp(): TZ/tz not supported."
 msgstr ""
 
-#: ../utils/adt/formatting.c:1982
+#: utils/adt/formatting.c:1979
 #, c-format
 msgid "to_timestamp(): bad value for %s"
 msgstr "to_timestamp(): fehlerhafter Wert für %s"
 
-#: ../utils/adt/formatting.c:2590 ../utils/adt/formatting.c:3182
+#: utils/adt/formatting.c:2613 utils/adt/formatting.c:3172
 #, c-format
 msgid "Cache is full (%d)"
 msgstr ""
 
-#: ../utils/adt/formatting.c:2598 ../utils/adt/formatting.c:3199
+#: utils/adt/formatting.c:2621 utils/adt/formatting.c:3189
 #, c-format
 msgid "OLD: '%s' AGE: %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:2609 ../utils/adt/formatting.c:3211
+#: utils/adt/formatting.c:2632 utils/adt/formatting.c:3201
 #, c-format
 msgid "NEW (%d)"
 msgstr ""
 
-#: ../utils/adt/formatting.c:2774 ../utils/adt/formatting.c:2800
+#: utils/adt/formatting.c:2797 utils/adt/formatting.c:2823
 msgid "to_char(): Unable to convert timestamp to tm"
 msgstr ""
 
-#: ../utils/adt/formatting.c:2976
+#: utils/adt/formatting.c:2999
 msgid "to_timestamp(): AM/PM hour must be between 1 and 12"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3085
+#: utils/adt/formatting.c:3068
 msgid "to_timestamp() cat't convert yday without year information"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3113
+#: utils/adt/formatting.c:3103
 msgid "to_timestamp(): can't convert 'tm' to timestamp."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3261
+#: utils/adt/formatting.c:3251
 #, c-format
 msgid "REMOVING ENTRY (%s)"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3493
+#: utils/adt/formatting.c:3476
 msgid "CALL: get_last_relevant_decnum()"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3518
+#: utils/adt/formatting.c:3501
 msgid " --- scan start --- "
 msgstr ""
 
-#: ../utils/adt/formatting.c:3539
+#: utils/adt/formatting.c:3522
 #, c-format
 msgid "Try read sign (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3551
+#: utils/adt/formatting.c:3534
 #, c-format
 msgid "Try read locale sign (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3570
+#: utils/adt/formatting.c:3553
 #, c-format
 msgid "Try read sipmle sign (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3611
+#: utils/adt/formatting.c:3594
 #, c-format
 msgid "Read digit (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3622
+#: utils/adt/formatting.c:3605
 #, c-format
 msgid "Try read decimal point (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3637
+#: utils/adt/formatting.c:3620
 #, c-format
 msgid "Try read locale point (%c)."
 msgstr ""
 
-#: ../utils/adt/formatting.c:3670
+#: utils/adt/formatting.c:3653
 #, c-format
 msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3685
+#: utils/adt/formatting.c:3668
 #, c-format
 msgid "Writing sign to position: %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3727
+#: utils/adt/formatting.c:3710
 #, c-format
 msgid "Writing bracket to position %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3749
+#: utils/adt/formatting.c:3732
 #, c-format
 msgid "Writing blank space to position %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3764
+#: utils/adt/formatting.c:3747
 #, c-format
 msgid "Writing zero to position %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3782
+#: utils/adt/formatting.c:3765
 #, c-format
 msgid "Writing decimal point to position %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3835
+#: utils/adt/formatting.c:3814
 #, c-format
 msgid "Writing digit '%c' to position %d"
 msgstr ""
 
-#: ../utils/adt/formatting.c:3878
+#: utils/adt/formatting.c:3858
 msgid "to_number(): RN is not supported"
 msgstr ""
 
-#: ../utils/adt/formatting.c:4000
+#: utils/adt/formatting.c:3980
 #, c-format
 msgid ""
 "\n"
@@ -9626,2659 +10854,2969 @@ msgid ""
 "\tLAST_RELEVANT: %s"
 msgstr ""
 
-#: ../utils/adt/formatting.c:4259
+#: utils/adt/formatting.c:4245
 #, c-format
 msgid "TO_NUMBER (number): '%s'"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:294
+#: utils/adt/geo_ops.c:279
+msgid "Too many points requested"
+msgstr ""
+
+#: utils/adt/geo_ops.c:300
 msgid "Unable to format path"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:366
+#: utils/adt/geo_ops.c:372
 #, c-format
 msgid "Bad box external representation '%s'"
 msgstr "fehlerhaftes »box«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:824
+#: utils/adt/geo_ops.c:831
 #, c-format
 msgid "Bad line external representation '%s'"
 msgstr "fehlerhaftes »line«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:829 ../utils/adt/geo_ops.c:892
+#: utils/adt/geo_ops.c:836 utils/adt/geo_ops.c:900
 msgid "line not yet implemented"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:1219 ../utils/adt/geo_ops.c:1240
+#: utils/adt/geo_ops.c:1226 utils/adt/geo_ops.c:1247
 #, c-format
 msgid "Bad path external representation '%s'"
 msgstr "fehlerhaftes »path«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:1556
+#: utils/adt/geo_ops.c:1563
 #, c-format
 msgid "Bad point external representation '%s'"
 msgstr "fehlerhaftes »point«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:1752
+#: utils/adt/geo_ops.c:1759
 #, c-format
 msgid "Bad lseg external representation '%s'"
 msgstr "fehlerhaftes »lseg«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:2312
+#: utils/adt/geo_ops.c:2309
 msgid "dist_lb not implemented"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:2834
+#: utils/adt/geo_ops.c:2820
 msgid "close_lb not implemented"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3111
+#: utils/adt/geo_ops.c:3097
 msgid "Unable to create bounding box for empty polygon"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3133 ../utils/adt/geo_ops.c:3144
+#: utils/adt/geo_ops.c:3119 utils/adt/geo_ops.c:3130
 #, c-format
 msgid "Bad polygon external representation '%s'"
 msgstr "fehlerhaftes »polygon«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:3432
+#: utils/adt/geo_ops.c:3418
 msgid "poly_distance not implemented"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3511
+#: utils/adt/geo_ops.c:3497
 msgid "point_div:  divide by 0.0 error"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3738
+#: utils/adt/geo_ops.c:3616
+msgid "too many points requested."
+msgstr ""
+
+#: utils/adt/geo_ops.c:3724
 msgid "path_center not implemented"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3753
+#: utils/adt/geo_ops.c:3739
 msgid "Open path cannot be converted to polygon"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:3919 ../utils/adt/geo_ops.c:3927
-#: ../utils/adt/geo_ops.c:3940 ../utils/adt/geo_ops.c:3944
+#: 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'"
 msgstr "fehlerhaftes »circle«-Format: %s"
 
-#: ../utils/adt/geo_ops.c:3964 ../utils/adt/geo_ops.c:3970
+#: utils/adt/geo_ops.c:3949 utils/adt/geo_ops.c:3955
 msgid "Unable to format circle"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:4450
+#: utils/adt/geo_ops.c:4434
 msgid "Unable to convert circle to polygon"
 msgstr ""
 
-#: ../utils/adt/geo_ops.c:4484 ../utils/adt/geo_ops.c:4505
+#: utils/adt/geo_ops.c:4441
+msgid "too many points requested"
+msgstr ""
+
+#: utils/adt/geo_ops.c:4474 utils/adt/geo_ops.c:4495
 msgid "Unable to convert polygon to circle"
 msgstr ""
 
-#: ../utils/adt/int.c:96
+#: utils/adt/int.c:96
 msgid "int2vector value has too many values"
 msgstr "int2vector-Wert hat zu viele Werte"
 
-#: ../utils/adt/int.c:250
+#: utils/adt/int.c:197
 #, c-format
 msgid "i4toi2: '%d' causes int2 underflow"
 msgstr "i4toi2: %d verursacht Unterlauf in int2"
 
-#: ../utils/adt/int.c:252
+#: utils/adt/int.c:199
 #, c-format
 msgid "i4toi2: '%d' causes int2 overflow"
 msgstr "i4toi2: %d verursacht Überlauf in int2"
 
-#: ../utils/adt/int8.c:98 ../utils/adt/int8.c:108
+#: utils/adt/int8.c:101 utils/adt/int8.c:125
 #, c-format
 msgid "Bad int8 external representation \"%s\""
 msgstr "fehlerhaftes Format für int8: %s"
 
-#: ../utils/adt/int8.c:104
+#: utils/adt/int8.c:114
 #, c-format
 msgid "int8 value out of range: \"%s\""
 msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/int8.c:127
+#: utils/adt/int8.c:157
 msgid "Unable to format int8"
 msgstr "kann int8 nicht formatieren"
 
-#: ../utils/adt/int8.c:716
+#: utils/adt/int8.c:748
 msgid "int8 conversion to int4 is out of range"
 msgstr "Umwandlung von int8 in int4 ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/int8.c:739
+#: utils/adt/int8.c:771
 msgid "int8 conversion to int2 is out of range"
 msgstr "Umwandlung von int8 in int2 ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/int8.c:775
+#: utils/adt/int8.c:807 utils/adt/int8.c:844
 msgid "Floating point conversion to int8 is out of range"
 msgstr ""
 "Umwandlung von Fließkommawert in int8 ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/oid.c:46
-#, c-format
-msgid "%s: error reading \"%s\": %m"
-msgstr "%s: kann »%s« nicht lesen: %m"
-
-#: ../utils/adt/oid.c:49 ../utils/adt/oid.c:63
-#, c-format
-msgid "%s: error in \"%s\": can't parse \"%s\""
-msgstr "%s: Fehler in »%s«: kann »%s« nicht parsen"
-
-#: ../utils/adt/oid.c:84
-#, c-format
-msgid "%s: error reading \"%s\": %s"
-msgstr "%s: kann »%s« nicht lesen: %s"
-
-#: ../utils/adt/oid.c:138
-msgid "oidvector value has too many values"
-msgstr "oidvector-Wert hat zu viele Werte"
+#: utils/adt/int8.c:859
+msgid "int8 conversion to OID is out of range"
+msgstr "Umwandlung von int8 in OID ist außerhalb des gültigen Bereiches"
 
-#: ../utils/adt/like.c:493 ../utils/adt/like_match.c:288
+#: 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"
 msgstr "ESCAPE-Zeichenkette muß null oder ein Zeichen lang sein"
 
-#: ../utils/adt/mac.c:51
+#: utils/adt/mac.c:61
 #, c-format
 msgid "macaddr_in: error in parsing \"%s\""
 msgstr "macaddr_in: kann »%s« nicht lesen"
 
-#: ../utils/adt/mac.c:56
+#: utils/adt/mac.c:66
 #, c-format
 msgid "macaddr_in: illegal address \"%s\""
 msgstr "macaddr_in: ungültige Adresse: %s"
 
-#: ../utils/adt/mac.c:129
+#: utils/adt/mac.c:139
 msgid "Text is too long to convert to MAC address"
 msgstr "Text ist zu lang um ihn in eine MAC-Adresse umzuwandeln"
 
-#: ../utils/adt/nabstime.c:370 ../utils/adt/nabstime.c:403
+#: utils/adt/nabstime.c:352 utils/adt/nabstime.c:385
 #, c-format
 msgid "Invalid timezone '%s'"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:507
+#: utils/adt/nabstime.c:489
 #, c-format
-msgid "Bad (length) abstime external representation '%s'"
-msgstr ""
+msgid "Bad abstime external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »abstime« (zu lang): %s"
 
-#: ../utils/adt/nabstime.c:511
+#: utils/adt/nabstime.c:493
 #, c-format
 msgid "Bad abstime external representation '%s'"
 msgstr "Fehlerhaftes »abstime«-Format: %s"
 
-#: ../utils/adt/nabstime.c:541
+#: utils/adt/nabstime.c:523
 #, c-format
 msgid "Bad abstime (internal coding error) '%s'"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:732 ../utils/adt/nabstime.c:798
+#: utils/adt/nabstime.c:714 utils/adt/nabstime.c:782
 msgid "Unable to convert timestamp to abstime"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:756
+#: utils/adt/nabstime.c:738
 msgid "Unable to convert abstime 'invalid' to timestamp"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:817
+#: utils/adt/nabstime.c:753
+msgid ""
+"Unable to convert ABSTIME to TIMESTAMP\n"
+"\tabstime_timestamp() internal error"
+msgstr ""
+
+#: utils/adt/nabstime.c:806
 msgid "Unable to convert abstime 'invalid' to timestamptz"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:860
-#, c-format
-msgid "Bad (length) reltime external representation '%s'"
+#: utils/adt/nabstime.c:821
+msgid ""
+"Unable to convert ABSTIME to TIMESTAMP WITH TIME ZONE\n"
+"\tabstime_timestamptz() internal error"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:864
+#: utils/adt/nabstime.c:852
+#, c-format
+msgid "Bad reltime external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »reltime« (zu lang): %s"
+
+#: utils/adt/nabstime.c:856
 #, c-format
 msgid "Bad reltime external representation '%s'"
 msgstr "fehlerhaftes Format für »reltime«: %s"
 
-#: ../utils/adt/nabstime.c:874
+#: utils/adt/nabstime.c:866
 #, c-format
 msgid "Bad reltime (internal coding error) '%s'"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:932
+#: utils/adt/nabstime.c:924
 #, c-format
 msgid "Unable to decode tinterval '%s'"
 msgstr ""
 
-#: ../utils/adt/nabstime.c:1033
+#: utils/adt/nabstime.c:1037
 msgid "Unable to convert reltime 'invalid' to interval"
 msgstr ""
 
-#: ../utils/adt/network.c:66
+#: utils/adt/network.c:65
 #, c-format
 msgid "invalid %s value '%s'"
 msgstr "ungültiger %s-Wert: %s"
 
-#: ../utils/adt/network.c:77
+#: utils/adt/network.c:76
 #, c-format
 msgid "invalid CIDR value '%s': has bits set to right of mask"
 msgstr "ungültiger CIDR-Wert %s hat Bits rechts von der Maske"
 
-#: ../utils/adt/network.c:129 ../utils/adt/network.c:470
+#: utils/adt/network.c:128 utils/adt/network.c:469
 #, c-format
 msgid "unable to print address (%s)"
 msgstr "kann Adresse nicht ausgeben (%s)"
 
-#: ../utils/adt/network.c:139 ../utils/adt/network.c:403
-#: ../utils/adt/network.c:440 ../utils/adt/network.c:474
-#: ../utils/adt/network.c:520 ../utils/adt/network.c:560
-#: ../utils/adt/network.c:602 ../utils/adt/network.c:638
+#: 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
 #, c-format
 msgid "unknown address family (%d)"
 msgstr "unbekannte Adressfamilie (%d)"
 
-#: ../utils/adt/network.c:186
+#: utils/adt/network.c:185
 #, c-format
 msgid "set_masklen - invalid value '%d'"
 msgstr "set_masklen: ungültiger Wert %d"
 
-#: ../utils/adt/network.c:227 ../utils/adt/network.c:316
-#: ../utils/adt/network.c:336 ../utils/adt/network.c:356
-#: ../utils/adt/network.c:376
+#: 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
 #, c-format
 msgid "cannot compare address families %d and %d"
 msgstr "Adressfamilien %d und %d können nicht verglichen werden"
 
-#: ../utils/adt/network.c:399 ../utils/adt/network.c:430
+#: utils/adt/network.c:398 utils/adt/network.c:429
 #, c-format
 msgid "unable to print host (%s)"
 msgstr "kann Host nicht ausgeben (%s)"
 
-#: ../utils/adt/network.c:657
+#: utils/adt/network.c:656
 #, c-format
 msgid "convert_network_to_scalar: unsupported type %u"
 msgstr "convert_network_to_scalar: Typ %u nicht unterstützt"
 
-#: ../utils/adt/not_in.c:65
+#: utils/adt/not_in.c:62
 msgid "int4notin: must provide relationname.attributename"
 msgstr ""
 
-#: ../utils/adt/not_in.c:76
-#, c-format
-msgid "int4notin: unknown attribute %s for relation %s"
-msgstr ""
-
-#: ../utils/adt/numeric.c:1500
+#: utils/adt/numeric.c:1512
 msgid "Cannot convert NaN to int4"
 msgstr "kann NaN nicht in int4 umwandeln"
 
-#: ../utils/adt/numeric.c:1550
+#: utils/adt/numeric.c:1562
 msgid "Cannot convert NaN to int8"
 msgstr "kann NaN nicht in int8 umwandeln"
 
-#: ../utils/adt/numeric.c:1601
+#: utils/adt/numeric.c:1613
 msgid "Cannot convert NaN to int2"
 msgstr "kann NaN nicht in int2 umwandeln"
 
-#: ../utils/adt/numeric.c:1767
+#: utils/adt/numeric.c:1809
 msgid "do_numeric_accum: expected 3-element numeric array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:1858
+#: utils/adt/numeric.c:1900
 msgid "numeric_avg: expected 3-element numeric array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:1893
+#: utils/adt/numeric.c:1936
 msgid "numeric_variance: expected 3-element numeric array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:1960
+#: utils/adt/numeric.c:2018
 msgid "numeric_stddev: expected 3-element numeric array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:2142
+#: utils/adt/numeric.c:2214
 msgid "int2_avg_accum: expected 2-element int8 array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:2162
+#: utils/adt/numeric.c:2234
 msgid "int4_avg_accum: expected 2-element int8 array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:2180
+#: utils/adt/numeric.c:2252
 msgid "int8_avg: expected 2-element int8 array"
 msgstr ""
 
-#: ../utils/adt/numeric.c:2371 ../utils/adt/numeric.c:2386
-#: ../utils/adt/numeric.c:2404 ../utils/adt/numeric.c:2408
-#: ../utils/adt/numeric.c:2419
+#: 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'"
 msgstr "fehlerhaftes Format für »numeric«: %s"
 
-#: ../utils/adt/numeric.c:2738
+#: utils/adt/numeric.c:2810
 #, c-format
 msgid ""
 "overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d"
 msgstr ""
 
-#: ../utils/adt/numeric.c:3148
+#: utils/adt/numeric.c:3269
 msgid "division by zero on numeric"
 msgstr "Division durch Null"
 
-#: ../utils/adt/numeric.c:3453
+#: utils/adt/numeric.c:3650
 msgid "math error on numeric - cannot compute SQRT of negative value"
 msgstr ""
 
-#: ../utils/adt/numeric.c:3539
+#: utils/adt/numeric.c:3739
 msgid "argument for EXP() too big"
 msgstr ""
 
-#: ../utils/adt/numeric.c:3606
+#: utils/adt/numeric.c:3818
 msgid "math error on numeric - cannot compute LN of value <= zero"
 msgstr ""
 
-#: ../utils/adt/numutils.c:61
-msgid "pg_atoi: NULL pointer!"
+#: utils/adt/numutils.c:71
+msgid "pg_atoi: NULL pointer"
+msgstr ""
+
+#: utils/adt/numutils.c:73
+msgid "pg_atoi: zero-length string"
 msgstr ""
 
-#: ../utils/adt/numutils.c:73 ../utils/adt/numutils.c:85
-#: ../utils/adt/numutils.c:90 ../utils/adt/numutils.c:98
-#: ../utils/adt/numutils.c:103 ../utils/adt/numutils.c:110
-#: ../utils/adt/numutils.c:115
+#: 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
 #, c-format
 msgid "pg_atoi: error reading \"%s\": %m"
 msgstr "pg_atoi: Fehler beim Lesen von »%s«: %m"
 
-#: ../utils/adt/numutils.c:75
+#: utils/adt/numutils.c:85
 #, c-format
 msgid "pg_atoi: error in \"%s\": can't parse \"%s\""
 msgstr "pg_atoi: Fehler in »%s«: kann »%s« nicht parsen"
 
-#: ../utils/adt/numutils.c:119
+#: utils/adt/numutils.c:129
 #, c-format
 msgid "pg_atoi: invalid result size: %d"
 msgstr "pg_atoi: ungültige Ergebnisgröße: %d"
 
-#: ../utils/adt/varbit.c:101 ../utils/adt/varbit.c:217
+#: utils/adt/oid.c:46
+#, c-format
+msgid "%s: error reading \"%s\": %m"
+msgstr "%s: kann »%s« nicht lesen: %m"
+
+#: utils/adt/oid.c:49 utils/adt/oid.c:63
+#, c-format
+msgid "%s: error in \"%s\": can't parse \"%s\""
+msgstr "%s: Fehler in »%s«: kann »%s« nicht parsen"
+
+#: utils/adt/oid.c:84
 #, c-format
-msgid "bit string length does not match type bit(%d)"
-msgstr "Länge der Bitkette stimmt nicht mit Typ bit(%d) überein"
+msgid "%s: error reading \"%s\": %s"
+msgstr "%s: kann »%s« nicht lesen: %s"
+
+#: utils/adt/oid.c:138
+msgid "oidvector value has too many values"
+msgstr "oidvector-Wert hat zu viele Werte"
+
+#: utils/adt/oracle_compat.c:199 utils/adt/oracle_compat.c:294
+msgid "Requested length too large"
+msgstr ""
+
+#: utils/adt/oracle_compat.c:857
+msgid "Requested buffer is too large."
+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/varbit.c:122 ../utils/adt/varbit.c:329
+#: utils/adt/regexp.c:166
 #, c-format
-msgid "cannot parse %c as a binary digit"
-msgstr "%c ist keine Binärziffer"
+msgid "Invalid regular expression: %s"
+msgstr "ungültiger regulärer Ausdruck: %s"
 
-#: ../utils/adt/varbit.c:143 ../utils/adt/varbit.c:350
+#: utils/adt/regproc.c:115 utils/adt/regproc.c:130 utils/adt/regproc.c:258
 #, c-format
-msgid "cannot parse %c as a hex digit"
-msgstr "%c ist keine Hexadezimalziffer"
+msgid "No procedure with name %s"
+msgstr "keine Prozedur mit Namen %s"
 
-#: ../utils/adt/varbit.c:308 ../utils/adt/varbit.c:423
+#: utils/adt/regproc.c:117 utils/adt/regproc.c:132
 #, c-format
-msgid "bit string too long for type bit varying(%d)"
-msgstr "Bitkette ist zu lang für Typ bit varying(%d)"
+msgid "There is more than one procedure named %s"
+msgstr ""
 
-#: ../utils/adt/varbit.c:815
-msgid "cannot AND bit strings of different sizes"
-msgstr "binäres »Und« nicht mit Bitketten unterschiedlicher Länge möglich"
+#: utils/adt/regproc.c:413 utils/adt/regproc.c:428 utils/adt/regproc.c:576
+#, c-format
+msgid "No operator with name %s"
+msgstr "kein Operator mit Namen %s"
 
-#: ../utils/adt/varbit.c:853
-msgid "cannot OR bit strings of different sizes"
-msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
+#: utils/adt/regproc.c:415 utils/adt/regproc.c:430
+#, c-format
+msgid "There is more than one operator named %s"
+msgstr ""
 
-#: ../utils/adt/varbit.c:897
-msgid "cannot XOR bit strings of different sizes"
+#: utils/adt/regproc.c:556
+msgid ""
+"regoperatorin: use NONE to denote the missing argument of a unary operator"
 msgstr ""
-"binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 
-#: ../utils/adt/varbit.c:1112
-msgid "bit string is too large to fit in type integer"
-msgstr "Bitkette ist zu lang für Typ integer"
+#: utils/adt/regproc.c:558
+msgid "regoperatorin: provide two argument types for operator"
+msgstr ""
 
-#: ../utils/adt/varbit.c:1200
+#: utils/adt/regproc.c:726
 #, c-format
-msgid "S. %d %d em=%2x sm=%2x r=%d"
+msgid "No class with name %s"
+msgstr ""
+
+#: utils/adt/regproc.c:870
+#, c-format
+msgid "No type with name %s"
+msgstr "kein Typ mit Namen %s"
+
+#: 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"
+msgstr ""
+
+#: utils/adt/regproc.c:1015
+#, c-format
+msgid "%s: expected a left parenthesis"
+msgstr ""
+
+#: utils/adt/regproc.c:1029
+#, c-format
+msgid "%s: expected a right parenthesis"
+msgstr ""
+
+#: utils/adt/regproc.c:1045
+#, c-format
+msgid "%s: expected a type name"
+msgstr ""
+
+#: utils/adt/regproc.c:1075
+#, c-format
+msgid "%s: improper type name"
+msgstr ""
+
+#: utils/adt/regproc.c:1107
+#, 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()"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:89
+#: utils/adt/ri_triggers.c:201
 #, c-format
-msgid ""
-"CURRENT LOCALE ENVIRONMENT:\n"
-"\n"
-"LANG:   \t%s\n"
-"LC_CTYPE:\t%s\n"
-"LC_NUMERIC:\t%s\n"
-"LC_TIME:\t%s\n"
-"LC_COLLATE:\t%s\n"
-"LC_MONETARY:\t%s\n"
-"LC_MESSAGES:\t%s\n"
+msgid "too many keys (%d max) in call to RI_FKey_check()"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:98
+#: 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
 #, c-format
 msgid ""
-"CURRENT LOCALE ENVIRONMENT:\n"
-"\n"
-"LANG:   \t%s\n"
-"LC_CTYPE:\t%s\n"
-"LC_NUMERIC:\t%s\n"
-"LC_TIME:\t%s\n"
-"LC_COLLATE:\t%s\n"
-"LC_MONETARY:\t%s\n"
+"No target table given for trigger \"%s\" on \"%s\"\n"
+"\tRemove these RI triggers and do ALTER TABLE ADD CONSTRAINT"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:122
-#, c-format
-msgid "pg_setlocale(): 'LC_COLLATE=%s' cannot be honored."
+#: 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()"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:126
-#, c-format
-msgid "pg_setlocale(): 'LC_CTYPE=%s' cannot be honored."
+#: utils/adt/ri_triggers.c:296 utils/adt/ri_triggers.c:480
+msgid "SPI_execp() failed in RI_FKey_check()"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:130
+#: utils/adt/ri_triggers.c:301
 #, c-format
-msgid "pg_setlocale(): 'LC_NUMERIC=%s' cannot be honored."
+msgid "%s referential integrity violation - no rows found in %s"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:134
-#, c-format
-msgid "pg_setlocale(): 'LC_TIME=%s' cannot be honored."
+#: utils/adt/ri_triggers.c:307 utils/adt/ri_triggers.c:492
+msgid "SPI_finish() failed in RI_FKey_check()"
 msgstr ""
 
-#: ../utils/adt/pg_locale.c:138
-#, c-format
-msgid "pg_setlocale(): 'LC_MONETARY=%s' cannot be honored."
+#: 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/pg_locale.c:143
+#: utils/adt/ri_triggers.c:355
 #, c-format
-msgid "pg_setlocale(): 'LC_MESSAGES=%s' cannot be honored."
+msgid ""
+"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL "
+"and NON-NULL key values"
 msgstr ""
 
-#: ../utils/adt/regexp.c:143
-#, c-format
-msgid "Invalid regular expression: %s"
-msgstr "ungültiger regulärer Ausdruck: %s"
-
-#: ../utils/adt/regproc.c:61
-#, c-format
-msgid "No procedure with oid %s"
-msgstr "keine Prozedur mit Oid %s"
+#: utils/adt/ri_triggers.c:379 utils/adt/ri_triggers.c:593
+msgid "MATCH PARTIAL not yet implemented"
+msgstr ""
 
-#: ../utils/adt/regproc.c:128
+#: utils/adt/ri_triggers.c:485
 #, c-format
 msgid ""
-"There is more than one procedure named %s.\n"
-"\tSupply the pg_proc oid inside single quotes."
+"%s referential integrity violation - key referenced from %s not found in %s"
 msgstr ""
 
-#: ../utils/adt/regproc.c:130
-#, c-format
-msgid "No procedure with name %s"
-msgstr "keine Prozedur mit Namen %s"
-
-#: ../utils/adt/ruleutils.c:178
-msgid "get_ruledef: cannot connect to SPI manager"
-msgstr "get_ruledef: kann nicht mit SPI-Manager verbinden"
-
-#: ../utils/adt/ruleutils.c:193 ../utils/adt/ruleutils.c:286
-#, c-format
-msgid "SPI_prepare() failed for \"%s\""
-msgstr "SPI_prepare() für »%s« fehlgeschlagen"
+#: utils/adt/ri_triggers.c:501
+msgid "internal error #1 in ri_triggers.c"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:205
-#, c-format
-msgid "failed to get pg_rewrite tuple for %s"
+#: utils/adt/ri_triggers.c:678
+msgid "SPI_execp() failed in ri_Check_Pk_Match()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:209 ../utils/adt/ruleutils.c:234
-msgid "get_ruledef: SPI_finish() failed"
-msgstr "get_ruledef: SPI_finish() fehlgeschlagen"
+#: utils/adt/ri_triggers.c:685
+msgid "SPI_finish() failed in ri_Check_Pk_Match()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:271
-msgid "get_viewdef: cannot connect to SPI manager"
-msgstr "get_viewdef: kann nicht mit SPI-Manager verbinden"
+#: utils/adt/ri_triggers.c:726
+msgid "RI_FKey_noaction_del() not fired by trigger manager"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:299
-#, c-format
-msgid "failed to get pg_rewrite tuple for view %s"
+#: utils/adt/ri_triggers.c:729
+msgid "RI_FKey_noaction_del() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:323
-msgid "get_viewdef: SPI_finish() failed"
-msgstr "get_viewdef: SPI_finish() fehlgeschlagen"
+#: utils/adt/ri_triggers.c:731
+msgid "RI_FKey_noaction_del() must be fired for DELETE"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:361
-#, c-format
-msgid "syscache lookup for index %u failed"
-msgstr "Syscache-Suche nach Index %u fehlgeschlagen"
+#: utils/adt/ri_triggers.c:739
+msgid "wrong # of arguments in call to RI_FKey_noaction_del()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:371 ../utils/adt/ruleutils.c:381
+#: utils/adt/ri_triggers.c:741
 #, c-format
-msgid "syscache lookup for relid %u failed"
-msgstr "Syscache-Suche nach Relid %u fehlgeschlagen"
+msgid "too many keys (%d max) in call to RI_FKey_noaction_del()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:392
-#, c-format
-msgid "lookup for AM %u failed"
-msgstr "Suche nach AM %u fehlgeschlagen"
+#: utils/adt/ri_triggers.c:816
+msgid "SPI_connect() failed in RI_FKey_noaction_del()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:746
-#, c-format
-msgid "get_ruledef: rule %s has unsupported event type %d"
-msgstr "get_ruledef: Rule %s hat nicht unterstützten Ereignistyp %d"
+#: utils/adt/ri_triggers.c:886
+msgid "SPI_execp() failed in RI_FKey_noaction_del()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:943
+#: 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 "get_ruledef of %s: query command type %d not implemented yet"
+msgid "%s referential integrity violation - key in %s still referenced from %s"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1163
-#, c-format
-msgid "get_setop_query: unexpected set op %d"
+#: utils/adt/ri_triggers.c:898
+msgid "SPI_finish() failed in RI_FKey_noaction_del()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1174
-#, c-format
-msgid "get_setop_query: unexpected node %d"
+#: utils/adt/ri_triggers.c:915
+msgid "internal error #2 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1230
-msgid "get_insert_query_def: too many RTEs in INSERT!"
+#: utils/adt/ri_triggers.c:956
+msgid "RI_FKey_noaction_upd() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1377
-msgid "get_utility_query_def: unexpected statement type"
+#: utils/adt/ri_triggers.c:959
+msgid "RI_FKey_noaction_upd() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1404
-#, c-format
-msgid "get_names_for_var: bogus varlevelsup %d"
+#: utils/adt/ri_triggers.c:961
+msgid "RI_FKey_noaction_upd() must be fired for UPDATE"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1549
-#, c-format
-msgid "find_alias_in_namespace: unexpected node type %d"
+#: utils/adt/ri_triggers.c:969
+msgid "wrong # of arguments in call to RI_FKey_noaction_upd()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1660
+#: utils/adt/ri_triggers.c:971
 #, c-format
-msgid "phony_equal: unexpected node type %d"
+msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1745
-#, c-format
-msgid "cache lookup for operator %u failed"
-msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+#: utils/adt/ri_triggers.c:1057
+msgid "SPI_connect() failed in RI_FKey_noaction_upd()"
+msgstr ""
 
-#: ../utils/adt/ruleutils.c:1762
-msgid "get_rule_expr: bogus oprkind"
+#: utils/adt/ri_triggers.c:1127
+msgid "SPI_execp() failed in RI_FKey_noaction_upd()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1802
-#, c-format
-msgid "get_rule_expr: expr opType %d not supported"
+#: utils/adt/ri_triggers.c:1139
+msgid "SPI_finish() failed in RI_FKey_noaction_upd()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1885
-#, c-format
-msgid "Argument type %s of FieldSelect is not a tuple type"
+#: utils/adt/ri_triggers.c:1156
+msgid "internal error #3 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:1974
-#, c-format
-msgid "get_rule_expr: unexpected nulltesttype %d"
+#: utils/adt/ri_triggers.c:1192
+msgid "RI_FKey_cascade_del() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2007
-#, c-format
-msgid "get_rule_expr: unexpected booltesttype %d"
+#: utils/adt/ri_triggers.c:1195
+msgid "RI_FKey_cascade_del() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2019
-#, c-format
-msgid "get_ruledef of %s: unknown node type %d in get_rule_expr()"
+#: utils/adt/ri_triggers.c:1197
+msgid "RI_FKey_cascade_del() must be fired for DELETE"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2380
-#, c-format
-msgid "get_sublink_expr: unsupported sublink type %d"
+#: utils/adt/ri_triggers.c:1205
+msgid "wrong # of arguments in call to RI_FKey_cascade_del()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2524
+#: utils/adt/ri_triggers.c:1207
 #, c-format
-msgid "get_from_clause_item: unknown join type %d"
+msgid "too many keys (%d max) in call to RI_FKey_cascade_del()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2575
-#, c-format
-msgid "get_from_clause_item: unexpected node type %d"
+#: utils/adt/ri_triggers.c:1271
+msgid "SPI_connect() failed in RI_FKey_cascade_del()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2602 ../utils/cache/lsyscache.c:275
-#, c-format
-msgid "cache lookup failed for opclass %u"
+#: utils/adt/ri_triggers.c:1340
+msgid "SPI_execp() failed in RI_FKey_cascade_del()"
 msgstr ""
 
-#: ../utils/adt/ruleutils.c:2632
-msgid "tleIsArrayAssign: I'm confused ..."
+#: utils/adt/ri_triggers.c:1345
+msgid "SPI_finish() failed in RI_FKey_cascade_del()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:842
-#, c-format
-msgid "patternsel: no = operator for type %u"
+#: utils/adt/ri_triggers.c:1362
+msgid "internal error #4 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:1026 ../utils/adt/selfuncs.c:1103
-#: ../utils/adt/selfuncs.c:1144 ../utils/adt/selfuncs.c:1174
-#, c-format
-msgid "booltestsel: unexpected booltesttype %d"
+#: utils/adt/ri_triggers.c:1400
+msgid "RI_FKey_cascade_upd() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:1215 ../utils/adt/selfuncs.c:1272
-#, c-format
-msgid "nulltestsel: unexpected nulltesttype %d"
+#: utils/adt/ri_triggers.c:1403
+msgid "RI_FKey_cascade_upd() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:1844
-#, c-format
-msgid "convert_numeric_to_scalar: unsupported type %u"
+#: utils/adt/ri_triggers.c:1405
+msgid "RI_FKey_cascade_upd() must be fired for UPDATE"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2034
-#, c-format
-msgid "convert_string_datum: unsupported type %u"
+#: utils/adt/ri_triggers.c:1413
+msgid "wrong # of arguments in call to RI_FKey_cascade_upd()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2205
+#: utils/adt/ri_triggers.c:1415
 #, c-format
-msgid "convert_timevalue_to_scalar: unsupported type %u"
+msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2598
-msgid "pattern_fixed_prefix: bogus ptype"
+#: utils/adt/ri_triggers.c:1490
+msgid "SPI_connect() failed in RI_FKey_cascade_upd()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2627
-#, c-format
-msgid "prefix_selectivity: no >= operator for type %u"
+#: utils/adt/ri_triggers.c:1579
+msgid "SPI_execp() failed in RI_FKey_cascade_upd()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2650
-#, c-format
-msgid "prefix_selectivity: no < operator for type %u"
+#: utils/adt/ri_triggers.c:1584
+msgid "SPI_finish() failed in RI_FKey_cascade_upd()"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2885
-msgid "pattern_selectivity: bogus ptype"
+#: utils/adt/ri_triggers.c:1601
+msgid "internal error #5 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:2914
-msgid "Invalid LC_COLLATE setting"
+#: utils/adt/ri_triggers.c:1644
+msgid "RI_FKey_restrict_del() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/selfuncs.c:3037
-#, c-format
-msgid "string_lessthan: unexpected datatype %u"
+#: utils/adt/ri_triggers.c:1647
+msgid "RI_FKey_restrict_del() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/sets.c:84
-#, c-format
-msgid "SetDefine: unable to define set %s"
+#: utils/adt/ri_triggers.c:1649
+msgid "RI_FKey_restrict_del() must be fired for DELETE"
 msgstr ""
 
-#: ../utils/adt/tid.c:54
-#, c-format
-msgid "invalid tid format: '%s'"
+#: utils/adt/ri_triggers.c:1657
+msgid "wrong # of arguments in call to RI_FKey_restrict_del()"
 msgstr ""
 
-#: ../utils/adt/tid.c:181
+#: utils/adt/ri_triggers.c:1659
 #, c-format
-msgid "Relation %s not found"
+msgid "too many keys (%d max) in call to RI_FKey_restrict_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:68 ../utils/adt/timestamp.c:192
-#, c-format
-msgid "Bad timestamp external representation '%s'"
-msgstr "fehlerhaftes Format für »timestamp«: %s"
-
-#: ../utils/adt/timestamp.c:74
-#, c-format
-msgid "TIMESTAMP out of range '%s'"
-msgstr "TIMESTAMP außerhalb des gültigen Bereichs: %s"
+#: utils/adt/ri_triggers.c:1723
+msgid "SPI_connect() failed in RI_FKey_restrict_del()"
+msgstr ""
 
-#: ../utils/adt/timestamp.c:90
-#, c-format
-msgid "TIMESTAMP '%s' no longer supported"
-msgstr "TIMESTAMP '%s' wird nicht mehr unterstützt"
+#: utils/adt/ri_triggers.c:1794
+msgid "SPI_execp() failed in RI_FKey_restrict_del()"
+msgstr ""
 
-#: ../utils/adt/timestamp.c:95
-#, c-format
-msgid "TIMESTAMP '%s' not parsed; internal coding error"
+#: utils/adt/ri_triggers.c:1806
+msgid "SPI_finish() failed in RI_FKey_restrict_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:123
-msgid "Unable to format timestamp; internal coding error"
+#: utils/adt/ri_triggers.c:1823
+msgid "internal error #6 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:198
-#, c-format
-msgid "TIMESTAMP WITH TIME ZONE out of range '%s'"
-msgstr "TIMESTAMP WITH TIME ZONE außerhalb des gültigen Bereichs: %s"
+#: utils/adt/ri_triggers.c:1867
+msgid "RI_FKey_restrict_upd() not fired by trigger manager"
+msgstr ""
 
-#: ../utils/adt/timestamp.c:214
-#, c-format
-msgid "TIMESTAMP WITH TIME ZONE '%s' no longer supported"
-msgstr "TIMESTAMP WITH TIME ZONE '%s' wird nicht mehr unterstützt"
+#: utils/adt/ri_triggers.c:1870
+msgid "RI_FKey_restrict_upd() must be fired AFTER ROW"
+msgstr ""
 
-#: ../utils/adt/timestamp.c:219
-#, c-format
-msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error"
+#: utils/adt/ri_triggers.c:1872
+msgid "RI_FKey_restrict_upd() must be fired for UPDATE"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:248
-msgid "Unable to format timestamp with time zone; internal coding error"
+#: utils/adt/ri_triggers.c:1880
+msgid "wrong # of arguments in call to RI_FKey_restrict_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:308 ../utils/adt/timestamp.c:316
+#: utils/adt/ri_triggers.c:1882
 #, c-format
-msgid "Bad interval external representation '%s'"
-msgstr "fehlerhaftes Format für »interval«: %s"
+msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()"
+msgstr ""
 
-#: ../utils/adt/timestamp.c:321
-#, c-format
-msgid "Interval '%s' no longer supported"
+#: utils/adt/ri_triggers.c:1957
+msgid "SPI_connect() failed in RI_FKey_restrict_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:325
-#, c-format
-msgid "Interval '%s' not parsed; internal coding error"
+#: utils/adt/ri_triggers.c:2030
+msgid "SPI_execp() failed in RI_FKey_restrict_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:345
-msgid "Unable to encode interval; internal coding error"
+#: utils/adt/ri_triggers.c:2042
+msgid "SPI_finish() failed in RI_FKey_restrict_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:348
-msgid "Unable to format interval; internal coding error"
+#: utils/adt/ri_triggers.c:2059
+msgid "internal error #7 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:470
-msgid "AdjustIntervalForTypmod(): internal coding error"
+#: utils/adt/ri_triggers.c:2095
+msgid "RI_FKey_setnull_del() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1194
-msgid "Unable to subtract non-finite timestamps"
+#: utils/adt/ri_triggers.c:2098
+msgid "RI_FKey_setnull_del() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1252
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error encoding timestamp"
+#: utils/adt/ri_triggers.c:2100
+msgid "RI_FKey_setnull_del() must be fired for DELETE"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1259
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error decoding timestamp"
+#: utils/adt/ri_triggers.c:2108
+msgid "wrong # of arguments in call to RI_FKey_setnull_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1342
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error encoding timestamp"
+#: utils/adt/ri_triggers.c:2110
+#, c-format
+msgid "too many keys (%d max) in call to RI_FKey_setnull_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1347
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error decoding timestamp"
+#: utils/adt/ri_triggers.c:2174
+msgid "SPI_connect() failed in RI_FKey_setnull_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1529
-msgid "interval_div: divide by 0.0 error"
+#: utils/adt/ri_triggers.c:2253
+msgid "SPI_execp() failed in RI_FKey_setnull_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1566
-msgid "interval_accum: expected 2-element interval array"
+#: utils/adt/ri_triggers.c:2258
+msgid "SPI_finish() failed in RI_FKey_setnull_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1608
-msgid "interval_avg: expected 2-element interval array"
+#: utils/adt/ri_triggers.c:2275
+msgid "internal error #8 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1730
-msgid ""
-"Unable to encode INTERVAL\n"
-"\ttimestamp_age() internal coding error"
+#: utils/adt/ri_triggers.c:2314
+msgid "RI_FKey_setnull_upd() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1734
-msgid ""
-"Unable to decode TIMESTAMP\n"
-"\ttimestamp_age() internal coding error"
+#: utils/adt/ri_triggers.c:2317
+msgid "RI_FKey_setnull_upd() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1839 ../utils/adt/timestamp.c:1842
-msgid "Unable to decode TIMESTAMP"
+#: utils/adt/ri_triggers.c:2319
+msgid "RI_FKey_setnull_upd() must be fired for UPDATE"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1895
-msgid "TIMESTAMP bad external representation (too long)"
+#: utils/adt/ri_triggers.c:2327
+msgid "wrong # of arguments in call to RI_FKey_setnull_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:1951
-msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)"
+#: utils/adt/ri_triggers.c:2329
+#, c-format
+msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2008
-msgid "INTERVAL bad external representation (too long)"
+#: utils/adt/ri_triggers.c:2405
+msgid "SPI_connect() failed in RI_FKey_setnull_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2041 ../utils/adt/timestamp.c:2099
-#: ../utils/adt/timestamp.c:2388 ../utils/adt/timestamp.c:2503
-#, c-format
-msgid "TIMESTAMP units '%s' not recognized"
+#: utils/adt/ri_triggers.c:2521
+msgid "SPI_execp() failed in RI_FKey_setnull_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2090 ../utils/adt/timestamp.c:2468
-#: ../utils/adt/timestamp.c:2496
-#, c-format
-msgid "TIMESTAMP units '%s' not supported"
+#: utils/adt/ri_triggers.c:2526
+msgid "SPI_finish() failed in RI_FKey_setnull_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2095
-#, c-format
-msgid "Unable to truncate TIMESTAMP to '%s'"
+#: utils/adt/ri_triggers.c:2543
+msgid "internal error #9 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2128 ../utils/adt/timestamp.c:2187
-#: ../utils/adt/timestamp.c:2533 ../utils/adt/timestamp.c:2658
-#, c-format
-msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized"
+#: utils/adt/ri_triggers.c:2579
+msgid "RI_FKey_setdefault_del() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2176 ../utils/adt/timestamp.c:2623
-#: ../utils/adt/timestamp.c:2652
-#, c-format
-msgid "TIMESTAMP WITH TIME ZONE units '%s' not supported"
+#: utils/adt/ri_triggers.c:2582
+msgid "RI_FKey_setdefault_del() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2183
-#, c-format
-msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'"
+#: utils/adt/ri_triggers.c:2584
+msgid "RI_FKey_setdefault_del() must be fired for DELETE"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2216 ../utils/adt/timestamp.c:2279
-#: ../utils/adt/timestamp.c:2686 ../utils/adt/timestamp.c:2779
-#, c-format
-msgid "INTERVAL units '%s' not recognized"
+#: utils/adt/ri_triggers.c:2592
+msgid "wrong # of arguments in call to RI_FKey_setdefault_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2264 ../utils/adt/timestamp.c:2754
+#: utils/adt/ri_triggers.c:2594
 #, c-format
-msgid "INTERVAL units '%s' not supported"
+msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2268
-#, c-format
-msgid "Unable to truncate INTERVAL to '%s'"
+#: utils/adt/ri_triggers.c:2658
+msgid "SPI_connect() failed in RI_FKey_setdefault_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2273
-msgid "Unable to decode INTERVAL; internal coding error"
+#: utils/adt/ri_triggers.c:2781
+msgid "SPI_execp() failed in RI_FKey_setdefault_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2301
-msgid "isoweek2date(): can't convert without year information"
+#: utils/adt/ri_triggers.c:2786
+msgid "SPI_finish() failed in RI_FKey_setdefault_del()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2482 ../utils/adt/timestamp.c:2489
-msgid "Unable to encode TIMESTAMP"
+#: utils/adt/ri_triggers.c:2803
+msgid "internal error #10 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2638 ../utils/adt/timestamp.c:2645
-msgid "Unable to encode TIMESTAMP WITH TIME ZONE"
+#: utils/adt/ri_triggers.c:2841
+msgid "RI_FKey_setdefault_upd() not fired by trigger manager"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2763
-msgid ""
-"Unable to decode INTERVAL\n"
-"\tinterval_part() internal coding error"
+#: utils/adt/ri_triggers.c:2844
+msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2880
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)"
+#: utils/adt/ri_triggers.c:2846
+msgid "RI_FKey_setdefault_upd() must be fired for UPDATE"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2885
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE"
+#: utils/adt/ri_triggers.c:2854
+msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2910
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)"
+#: utils/adt/ri_triggers.c:2856
+#, c-format
+msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2913
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP"
+#: utils/adt/ri_triggers.c:2933
+msgid "SPI_connect() failed in RI_FKey_setdefault_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:2967
-msgid ""
-"Unable to decode TIMESTAMP WITH TIME ZONE\n"
-"\ttimestamptz_zone() internal coding error"
+#: utils/adt/ri_triggers.c:3072
+msgid "SPI_execp() failed in RI_FKey_setdefault_upd()"
 msgstr ""
 
-#: ../utils/adt/timestamp.c:3028
-msgid ""
-"Unable to decode TIMESTAMP WITH TIME ZONE\n"
-"\ttimestamptz_izone() internal coding error"
+#: utils/adt/ri_triggers.c:3077
+msgid "SPI_finish() failed in RI_FKey_setdefault_upd()"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:175
-msgid "RI_FKey_check() not fired by trigger manager"
+#: utils/adt/ri_triggers.c:3094
+msgid "internal error #11 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:178
-msgid "RI_FKey_check() must be fired AFTER ROW"
+#: utils/adt/ri_triggers.c:3125
+msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:181
-msgid "RI_FKey_check() must be fired for INSERT or UPDATE"
+#: utils/adt/ri_triggers.c:3127
+#, c-format
+msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:189
-msgid "wrong # of arguments in call to RI_FKey_check()"
+#: utils/adt/ri_triggers.c:3184
+msgid "internal error #12 in ri_triggers.c"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:191
+#: utils/adt/ri_triggers.c:3249
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_check()"
+msgid "unrecognized referential integrity MATCH type '%s'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:254 ../utils/adt/ri_triggers.c:365
-msgid "SPI_connect() failed in RI_FKey_check()"
+#: utils/adt/ri_triggers.c:3299 utils/adt/ri_triggers.c:3307
+#: utils/adt/ri_triggers.c:3359
+#, c-format
+msgid "constraint %s: table %s does not have an attribute %s"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:261 ../utils/adt/ri_triggers.c:443
-msgid "SPI_execp() failed in RI_FKey_check()"
+#: utils/adt/ri_triggers.c:3487
+msgid "out of memory for RI plan cache"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:266
+#: utils/adt/ri_triggers.c:3676
 #, c-format
-msgid "%s referential integrity violation - no rows found in %s"
+msgid "ri_AttributesEqual(): cannot find '=' operator for type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:272 ../utils/adt/ri_triggers.c:455
-msgid "SPI_finish() failed in RI_FKey_check()"
+#: utils/adt/ri_triggers.c:3692
+msgid "out of memory for RI operator cache"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:282 ../utils/adt/ri_triggers.c:686
-#: ../utils/adt/ri_triggers.c:900 ../utils/adt/ri_triggers.c:1093
-#: ../utils/adt/ri_triggers.c:1317 ../utils/adt/ri_triggers.c:1528
-#: ../utils/adt/ri_triggers.c:1750 ../utils/adt/ri_triggers.c:1954
-#: ../utils/adt/ri_triggers.c:2207 ../utils/adt/ri_triggers.c:2456
-#: ../utils/adt/ri_triggers.c:2732 ../utils/adt/ri_triggers.c:2813
-msgid "MATCH PARTIAL not yet supported"
-msgstr ""
+#: utils/adt/ruleutils.c:198
+msgid "get_ruledef: cannot connect to SPI manager"
+msgstr "get_ruledef: kann nicht mit SPI-Manager verbinden"
 
-#: ../utils/adt/ri_triggers.c:318
+#: utils/adt/ruleutils.c:213 utils/adt/ruleutils.c:330
 #, c-format
-msgid ""
-"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL "
-"and NON-NULL key values"
-msgstr ""
+msgid "SPI_prepare() failed for \"%s\""
+msgstr "SPI_prepare() für »%s« fehlgeschlagen"
 
-#: ../utils/adt/ri_triggers.c:342
-msgid "MATCH PARTIAL not yet implemented"
+#: utils/adt/ruleutils.c:224
+#, c-format
+msgid "failed to get pg_rewrite tuple for %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:448
+#: utils/adt/ruleutils.c:228 utils/adt/ruleutils.c:253
+msgid "get_ruledef: SPI_finish() failed"
+msgstr "get_ruledef: SPI_finish() fehlgeschlagen"
+
+#: utils/adt/ruleutils.c:314
+msgid "get_viewdef: cannot connect to SPI manager"
+msgstr "get_viewdef: kann nicht mit SPI-Manager verbinden"
+
+#: utils/adt/ruleutils.c:343
 #, c-format
-msgid ""
-"%s referential integrity violation - key referenced from %s not found in %s"
+msgid "failed to get pg_rewrite tuple for view %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:462
-msgid "internal error #1 in ri_triggers.c"
-msgstr ""
+#: utils/adt/ruleutils.c:366
+msgid "get_viewdef: SPI_finish() failed"
+msgstr "get_viewdef: SPI_finish() fehlgeschlagen"
 
-#: ../utils/adt/ri_triggers.c:527
-msgid "RI_FKey_noaction_del() not fired by trigger manager"
-msgstr ""
+#: utils/adt/ruleutils.c:402
+#, c-format
+msgid "syscache lookup for index %u failed"
+msgstr "Syscache-Suche nach Index %u fehlgeschlagen"
 
-#: ../utils/adt/ri_triggers.c:530
-msgid "RI_FKey_noaction_del() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/ruleutils.c:415
+#, c-format
+msgid "syscache lookup for relid %u failed"
+msgstr "Syscache-Suche nach Relid %u fehlgeschlagen"
 
-#: ../utils/adt/ri_triggers.c:532
-msgid "RI_FKey_noaction_del() must be fired for DELETE"
+#: utils/adt/ruleutils.c:580
+#, c-format
+msgid "Failed to find constraint with OID %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:540
-msgid "wrong # of arguments in call to RI_FKey_noaction_del()"
+#: utils/adt/ruleutils.c:600
+#, c-format
+msgid "pg_get_constraintdef: Null conkey for constraint %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:542
+#: utils/adt/ruleutils.c:613
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_del()"
+msgid "pg_get_constraintdef: Null confkey for constraint %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:597
-msgid "SPI_connect() failed in RI_FKey_noaction_del()"
+#: utils/adt/ruleutils.c:633
+#, c-format
+msgid "pg_get_constraintdef: Unknown confmatchtype '%c' for constraint %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:666
-msgid "SPI_execp() failed in RI_FKey_noaction_del()"
+#: utils/adt/ruleutils.c:659
+#, c-format
+msgid "pg_get_constraintdef: Unknown confupdtype '%c' for constraint %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:671 ../utils/adt/ri_triggers.c:885
-#: ../utils/adt/ri_triggers.c:1513 ../utils/adt/ri_triggers.c:1735
+#: utils/adt/ruleutils.c:684
 #, c-format
-msgid "%s referential integrity violation - key in %s still referenced from %s"
+msgid "pg_get_constraintdef: Unknown confdeltype '%c' for constraint %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:678
-msgid "SPI_finish() failed in RI_FKey_noaction_del()"
+#: utils/adt/ruleutils.c:698
+#, c-format
+msgid "pg_get_constraintdef: unsupported constraint type '%c'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:693
-msgid "internal error #2 in ri_triggers.c"
+#: utils/adt/ruleutils.c:1100
+#, c-format
+msgid "get_ruledef: rule %s has unsupported event type %d"
+msgstr "get_ruledef: Rule %s hat nicht unterstützten Ereignistyp %d"
+
+#: utils/adt/ruleutils.c:1302
+#, c-format
+msgid "get_query_def: unknown query command type %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:733
-msgid "RI_FKey_noaction_upd() not fired by trigger manager"
+#: utils/adt/ruleutils.c:1537
+#, c-format
+msgid "get_setop_query: unexpected set op %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:736
-msgid "RI_FKey_noaction_upd() must be fired AFTER ROW"
+#: utils/adt/ruleutils.c:1549
+#, c-format
+msgid "get_setop_query: unexpected node %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:738
-msgid "RI_FKey_noaction_upd() must be fired for UPDATE"
+#: utils/adt/ruleutils.c:1609
+msgid "get_insert_query_def: too many RTEs in INSERT!"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:746
-msgid "wrong # of arguments in call to RI_FKey_noaction_upd()"
+#: utils/adt/ruleutils.c:1761
+msgid "get_utility_query_def: unexpected statement type"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:748
+#: utils/adt/ruleutils.c:1792
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()"
+msgid "get_names_for_var: bogus varlevelsup %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:811
-msgid "SPI_connect() failed in RI_FKey_noaction_upd()"
+#: utils/adt/ruleutils.c:1806
+#, c-format
+msgid "get_names_for_var: bogus varno %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:880
-msgid "SPI_execp() failed in RI_FKey_noaction_upd()"
+#: utils/adt/ruleutils.c:2036
+#, c-format
+msgid "get_rule_expr: expr opType %d not supported"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:892
-msgid "SPI_finish() failed in RI_FKey_noaction_upd()"
+#: utils/adt/ruleutils.c:2096
+#, c-format
+msgid "Argument type %s of FieldSelect is not a tuple type"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:907
-msgid "internal error #3 in ri_triggers.c"
+#: utils/adt/ruleutils.c:2178
+#, c-format
+msgid "get_rule_expr: unexpected nulltesttype %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:943
-msgid "RI_FKey_cascade_del() not fired by trigger manager"
+#: utils/adt/ruleutils.c:2211
+#, c-format
+msgid "get_rule_expr: unexpected booltesttype %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:946
-msgid "RI_FKey_cascade_del() must be fired AFTER ROW"
+#: utils/adt/ruleutils.c:2256
+#, c-format
+msgid "get_rule_expr: unknown node type %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:948
-msgid "RI_FKey_cascade_del() must be fired for DELETE"
+#: utils/adt/ruleutils.c:2297
+#, c-format
+msgid "cache lookup for operator %u failed"
+msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+
+#: utils/adt/ruleutils.c:2316
+msgid "get_rule_expr: bogus oprkind"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:956
-msgid "wrong # of arguments in call to RI_FKey_cascade_del()"
+#: utils/adt/ruleutils.c:2676
+#, c-format
+msgid "get_sublink_expr: unsupported sublink type %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:958
+#: utils/adt/ruleutils.c:2769
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_del()"
+msgid "unexpected rte kind %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1014
-msgid "SPI_connect() failed in RI_FKey_cascade_del()"
+#: utils/adt/ruleutils.c:2841
+#, c-format
+msgid "get_from_clause_item: unknown join type %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1080
-msgid "SPI_execp() failed in RI_FKey_cascade_del()"
+#: utils/adt/ruleutils.c:2891
+#, c-format
+msgid "get_from_clause_item: unexpected node type %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1085
-msgid "SPI_finish() failed in RI_FKey_cascade_del()"
+#: utils/adt/ruleutils.c:2958 utils/cache/lsyscache.c:250
+#, c-format
+msgid "cache lookup failed for opclass %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1100
-msgid "internal error #4 in ri_triggers.c"
+#: utils/adt/ruleutils.c:2998
+msgid "tleIsArrayAssign: I'm confused ..."
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1138
-msgid "RI_FKey_cascade_upd() not fired by trigger manager"
+#: utils/adt/ruleutils.c:3215
+#, c-format
+msgid "cache lookup of operator %u failed"
+msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+
+#: utils/adt/ruleutils.c:3236
+#, c-format
+msgid "unexpected oprkind %c for operator %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1141
-msgid "RI_FKey_cascade_upd() must be fired AFTER ROW"
+#: utils/adt/selfuncs.c:878
+#, c-format
+msgid "patternsel: no = operator for type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1143
-msgid "RI_FKey_cascade_upd() must be fired for UPDATE"
+#: utils/adt/selfuncs.c:1055 utils/adt/selfuncs.c:1132
+#: utils/adt/selfuncs.c:1173 utils/adt/selfuncs.c:1203
+#, c-format
+msgid "booltestsel: unexpected booltesttype %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1151
-msgid "wrong # of arguments in call to RI_FKey_cascade_upd()"
+#: utils/adt/selfuncs.c:1238 utils/adt/selfuncs.c:1292
+#, c-format
+msgid "nulltestsel: unexpected nulltesttype %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1153
+#: utils/adt/selfuncs.c:2105
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()"
+msgid "convert_numeric_to_scalar: unsupported type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1217
-msgid "SPI_connect() failed in RI_FKey_cascade_upd()"
+#: utils/adt/selfuncs.c:2292
+#, c-format
+msgid "convert_string_datum: unsupported type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1304
-msgid "SPI_execp() failed in RI_FKey_cascade_upd()"
+#: utils/adt/selfuncs.c:2481
+#, c-format
+msgid "convert_timevalue_to_scalar: unsupported type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1309
-msgid "SPI_finish() failed in RI_FKey_cascade_upd()"
+#: utils/adt/selfuncs.c:2708 utils/adt/selfuncs.c:3076
+msgid "Cannot perform case insensitive matching on type BYTEA"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1324
-msgid "internal error #5 in ri_triggers.c"
+#: utils/adt/selfuncs.c:2793 utils/adt/selfuncs.c:3222
+msgid "Regex matching not supported on type BYTEA"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1367
-msgid "RI_FKey_restrict_del() not fired by trigger manager"
+#: utils/adt/selfuncs.c:2934
+msgid "pattern_fixed_prefix: bogus ptype"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1370
-msgid "RI_FKey_restrict_del() must be fired AFTER ROW"
+#: utils/adt/selfuncs.c:2963
+#, c-format
+msgid "prefix_selectivity: no >= operator for type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1372
-msgid "RI_FKey_restrict_del() must be fired for DELETE"
+#: utils/adt/selfuncs.c:2994
+#, c-format
+msgid "prefix_selectivity: no < operator for type %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1380
-msgid "wrong # of arguments in call to RI_FKey_restrict_del()"
+#: utils/adt/selfuncs.c:3266
+msgid "pattern_selectivity: bogus ptype"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1382
+#: utils/adt/selfuncs.c:3432
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_del()"
+msgid "string_lessthan: unexpected datatype %u"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1438
-msgid "SPI_connect() failed in RI_FKey_restrict_del()"
+#: utils/adt/sets.c:87
+#, c-format
+msgid "SetDefine: unable to define set %s"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1508
-msgid "SPI_execp() failed in RI_FKey_restrict_del()"
+#: utils/adt/tid.c:62
+#, c-format
+msgid "invalid tid format: '%s'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1520
-msgid "SPI_finish() failed in RI_FKey_restrict_del()"
-msgstr ""
+#: utils/adt/tid.c:67 utils/adt/tid.c:72
+msgid "tidin: invalid value."
+msgstr "tidin: ungültiger Wert"
 
-#: ../utils/adt/ri_triggers.c:1535
-msgid "internal error #6 in ri_triggers.c"
+#: utils/adt/tid.c:171
+msgid "ctid isn't of type TID"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1579
-msgid "RI_FKey_restrict_upd() not fired by trigger manager"
+#: utils/adt/tid.c:176
+msgid "currtid can't handle views with no CTID"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1582
-msgid "RI_FKey_restrict_upd() must be fired AFTER ROW"
+#: utils/adt/tid.c:178
+msgid "the view has no rules"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1584
-msgid "RI_FKey_restrict_upd() must be fired for UPDATE"
+#: utils/adt/tid.c:188
+msgid "only one select rule is allowed in views"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1592
-msgid "wrong # of arguments in call to RI_FKey_restrict_upd()"
+#: utils/adt/tid.c:209
+msgid "currtid can't handle this view"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1594
+#: utils/adt/timestamp.c:80
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()"
+msgid "Bad timestamp external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »timestamp« (zu lang): %s"
+
+#: utils/adt/timestamp.c:84 utils/adt/timestamp.c:278
+#, c-format
+msgid "Bad timestamp external representation '%s'"
+msgstr "fehlerhaftes Format für »timestamp«: %s"
+
+#: utils/adt/timestamp.c:90
+#, c-format
+msgid "TIMESTAMP out of range '%s'"
+msgstr "TIMESTAMP außerhalb des gültigen Bereichs: %s"
+
+#: utils/adt/timestamp.c:106
+#, c-format
+msgid "TIMESTAMP '%s' no longer supported"
+msgstr "TIMESTAMP '%s' wird nicht mehr unterstützt"
+
+#: utils/adt/timestamp.c:111
+#, c-format
+msgid "TIMESTAMP '%s' not parsed; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1658
-msgid "SPI_connect() failed in RI_FKey_restrict_upd()"
+#: utils/adt/timestamp.c:139
+msgid "Unable to format timestamp; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1730
-msgid "SPI_execp() failed in RI_FKey_restrict_upd()"
+#: utils/adt/timestamp.c:213
+#, c-format
+msgid "TIMESTAMP(%d) precision must be between %d and %d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1742
-msgid "SPI_finish() failed in RI_FKey_restrict_upd()"
+#: utils/adt/timestamp.c:273
+#, c-format
+msgid "Bad timestamp with time zone external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »timestamp with timezone« (zu lang): %s"
+
+#: utils/adt/timestamp.c:284
+#, c-format
+msgid "TIMESTAMP WITH TIME ZONE out of range '%s'"
+msgstr "TIMESTAMP WITH TIME ZONE außerhalb des gültigen Bereichs: %s"
+
+#: utils/adt/timestamp.c:300
+#, c-format
+msgid "TIMESTAMP WITH TIME ZONE '%s' no longer supported"
+msgstr "TIMESTAMP WITH TIME ZONE '%s' wird nicht mehr unterstützt"
+
+#: utils/adt/timestamp.c:305
+#, c-format
+msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1757
-msgid "internal error #7 in ri_triggers.c"
+#: utils/adt/timestamp.c:334
+msgid "Unable to format timestamp with time zone; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1793
-msgid "RI_FKey_setnull_del() not fired by trigger manager"
+#: utils/adt/timestamp.c:393
+#, c-format
+msgid "Bad interval external representation (too long) '%s'"
+msgstr "fehlerhaftes Format für »interval« (zu lang): %s"
+
+#: utils/adt/timestamp.c:397 utils/adt/timestamp.c:405
+#, c-format
+msgid "Bad interval external representation '%s'"
+msgstr "fehlerhaftes Format für »interval«: %s"
+
+#: utils/adt/timestamp.c:410
+#, c-format
+msgid "Interval '%s' no longer supported"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1796
-msgid "RI_FKey_setnull_del() must be fired AFTER ROW"
+#: utils/adt/timestamp.c:414
+#, c-format
+msgid "Interval '%s' not parsed; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1798
-msgid "RI_FKey_setnull_del() must be fired for DELETE"
+#: utils/adt/timestamp.c:434
+msgid "Unable to encode interval; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1806
-msgid "wrong # of arguments in call to RI_FKey_setnull_del()"
+#: utils/adt/timestamp.c:437
+msgid "Unable to format interval; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1808
-#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_del()"
+#: utils/adt/timestamp.c:695
+msgid "AdjustIntervalForTypmod(): internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1864
-msgid "SPI_connect() failed in RI_FKey_setnull_del()"
+#: utils/adt/timestamp.c:1525
+msgid "Unable to subtract non-finite timestamps"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1941
-msgid "SPI_execp() failed in RI_FKey_setnull_del()"
+#: utils/adt/timestamp.c:1587
+msgid ""
+"Unable to add TIMESTAMP and INTERVAL\n"
+"\ttimestamp_pl_span() internal error encoding timestamp"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1946
-msgid "SPI_finish() failed in RI_FKey_setnull_del()"
+#: utils/adt/timestamp.c:1594
+msgid ""
+"Unable to add TIMESTAMP and INTERVAL\n"
+"\ttimestamp_pl_span() internal error decoding timestamp"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:1961
-msgid "internal error #8 in ri_triggers.c"
+#: utils/adt/timestamp.c:1672
+msgid ""
+"Unable to add TIMESTAMP and INTERVAL\n"
+"\ttimestamptz_pl_span() internal error encoding timestamp"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2000
-msgid "RI_FKey_setnull_upd() not fired by trigger manager"
+#: utils/adt/timestamp.c:1677
+msgid ""
+"Unable to add TIMESTAMP and INTERVAL\n"
+"\ttimestamptz_pl_span() internal error decoding timestamp"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2003
-msgid "RI_FKey_setnull_upd() must be fired AFTER ROW"
+#: utils/adt/timestamp.c:1906
+msgid "interval_div: divide by 0.0 error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2005
-msgid "RI_FKey_setnull_upd() must be fired for UPDATE"
+#: utils/adt/timestamp.c:1951
+msgid "interval_accum: expected 2-element interval array"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2013
-msgid "wrong # of arguments in call to RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:1993
+msgid "interval_avg: expected 2-element interval array"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2015
-#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:2115
+msgid ""
+"Unable to encode INTERVAL\n"
+"\ttimestamp_age() internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2081
-msgid "SPI_connect() failed in RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:2119
+msgid ""
+"Unable to decode TIMESTAMP\n"
+"\ttimestamp_age() internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2194
-msgid "SPI_execp() failed in RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:2224 utils/adt/timestamp.c:2227
+msgid "Unable to decode TIMESTAMP"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2199
-msgid "SPI_finish() failed in RI_FKey_setnull_upd()"
+#: utils/adt/timestamp.c:2280
+msgid "TIMESTAMP bad external representation (too long)"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2214
-msgid "internal error #9 in ri_triggers.c"
+#: utils/adt/timestamp.c:2336
+msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2250
-msgid "RI_FKey_setdefault_del() not fired by trigger manager"
+#: utils/adt/timestamp.c:2393
+msgid "INTERVAL bad external representation (too long)"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2253
-msgid "RI_FKey_setdefault_del() must be fired AFTER ROW"
+#: utils/adt/timestamp.c:2426 utils/adt/timestamp.c:2490
+#: utils/adt/timestamp.c:2790 utils/adt/timestamp.c:2932
+#, c-format
+msgid "TIMESTAMP units '%s' not recognized"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2255
-msgid "RI_FKey_setdefault_del() must be fired for DELETE"
+#: utils/adt/timestamp.c:2481 utils/adt/timestamp.c:2893
+#: utils/adt/timestamp.c:2925
+#, c-format
+msgid "TIMESTAMP units '%s' not supported"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2263
-msgid "wrong # of arguments in call to RI_FKey_setdefault_del()"
+#: utils/adt/timestamp.c:2486
+#, c-format
+msgid "Unable to truncate TIMESTAMP to '%s'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2265
+#: utils/adt/timestamp.c:2519 utils/adt/timestamp.c:2584
+#: utils/adt/timestamp.c:2962 utils/adt/timestamp.c:3115
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()"
+msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2320
-msgid "SPI_connect() failed in RI_FKey_setdefault_del()"
+#: utils/adt/timestamp.c:2573 utils/adt/timestamp.c:3076
+#: utils/adt/timestamp.c:3109
+#, c-format
+msgid "TIMESTAMP WITH TIME ZONE units '%s' not supported"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2443
-msgid "SPI_execp() failed in RI_FKey_setdefault_del()"
+#: utils/adt/timestamp.c:2580
+#, c-format
+msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2448
-msgid "SPI_finish() failed in RI_FKey_setdefault_del()"
+#: utils/adt/timestamp.c:2613 utils/adt/timestamp.c:2681
+#: utils/adt/timestamp.c:3143 utils/adt/timestamp.c:3252
+#, c-format
+msgid "INTERVAL units '%s' not recognized"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2463
-msgid "internal error #10 in ri_triggers.c"
+#: utils/adt/timestamp.c:2666 utils/adt/timestamp.c:3223
+#, c-format
+msgid "INTERVAL units '%s' not supported"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2501
-msgid "RI_FKey_setdefault_upd() not fired by trigger manager"
+#: utils/adt/timestamp.c:2670
+#, c-format
+msgid "Unable to truncate INTERVAL to '%s'"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2504
-msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW"
+#: utils/adt/timestamp.c:2675
+msgid "Unable to decode INTERVAL; internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2506
-msgid "RI_FKey_setdefault_upd() must be fired for UPDATE"
+#: utils/adt/timestamp.c:2703
+msgid "isoweek2date(): can't convert without year information"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2514
-msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()"
+#: utils/adt/timestamp.c:2911 utils/adt/timestamp.c:2918
+msgid "Unable to encode TIMESTAMP"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2516
-#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()"
+#: utils/adt/timestamp.c:3095 utils/adt/timestamp.c:3102
+msgid "Unable to encode TIMESTAMP WITH TIME ZONE"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2581
-msgid "SPI_connect() failed in RI_FKey_setdefault_upd()"
+#: utils/adt/timestamp.c:3232
+msgid ""
+"Unable to decode INTERVAL\n"
+"\tinterval_part() internal coding error"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2719
-msgid "SPI_execp() failed in RI_FKey_setdefault_upd()"
+#: utils/adt/timestamp.c:3360
+msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2724
-msgid "SPI_finish() failed in RI_FKey_setdefault_upd()"
+#: utils/adt/timestamp.c:3365
+msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2739
-msgid "internal error #11 in ri_triggers.c"
+#: utils/adt/timestamp.c:3390
+msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2770
-msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()"
+#: utils/adt/timestamp.c:3393
+msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:2772
+#: utils/adt/varbit.c:106 utils/adt/varbit.c:231
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()"
-msgstr ""
+msgid "Bit string length %d does not match type BIT(%d)"
+msgstr "Länge der Bitkette %d stimmt nicht mit Typ BIT(%d) überein"
 
-#: ../utils/adt/ri_triggers.c:2820
-msgid "internal error #12 in ri_triggers.c"
-msgstr ""
+#: utils/adt/varbit.c:127 utils/adt/varbit.c:336
+#, c-format
+msgid "Cannot parse '%c' as a binary digit"
+msgstr "Kann %c nicht als Binärziffer lesen"
 
-#: ../utils/adt/ri_triggers.c:2853
+#: utils/adt/varbit.c:148 utils/adt/varbit.c:357
 #, c-format
-msgid "unrecognized referential integrity MATCH type '%s'"
-msgstr ""
+msgid "Cannot parse '%c' as a hex digit"
+msgstr "kann %c nicht als Hexadezimalziffer lesen"
 
-#: ../utils/adt/ri_triggers.c:2903 ../utils/adt/ri_triggers.c:2911
+#: utils/adt/varbit.c:315 utils/adt/varbit.c:436
 #, c-format
-msgid "constraint %s: table %s does not have an attribute %s"
+msgid "Bit string too long for type BIT VARYING(%d)"
+msgstr "Bitkette ist zu lang für Typ BIT VARYING(%d)"
+
+#: utils/adt/varbit.c:806
+msgid "Cannot AND bit strings of different sizes"
+msgstr "binäres »Und« nicht mit Bitketten unterschiedlicher Länge möglich"
+
+#: utils/adt/varbit.c:844
+msgid "Cannot OR bit strings of different sizes"
+msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
+
+#: utils/adt/varbit.c:888
+msgid "Cannot XOR bit strings of different sizes"
 msgstr ""
+"binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 
-#: ../utils/adt/ri_triggers.c:3040
-msgid "out of memory for RI plan cache"
+#: utils/adt/varbit.c:1103
+msgid "Bit string is too large to fit in type integer"
+msgstr "Bitkette ist zu lang für Typ integer"
+
+#: utils/adt/varbit.c:1147 utils/adt/varbit.c:1174
+msgid "INT64 is not supported on this platform"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:3234
+#: utils/adt/varbit.c:1162
+msgid "Bit string is too large to fit in type int64"
+msgstr "Bitkette ist zu lang für Typ int64"
+
+#: utils/adt/varbit.c:1254
 #, c-format
-msgid "ri_AttributesEqual(): cannot find '=' operator for type %u"
+msgid "S. %d %d em=%2x sm=%2x r=%d"
 msgstr ""
 
-#: ../utils/adt/ri_triggers.c:3252
-msgid "out of memory for RI operator cache"
-msgstr ""
+#: utils/adt/varchar.c:107 utils/adt/varchar.c:213
+#, c-format
+msgid "value too long for type character(%d)"
+msgstr "Wert zu lang für Typ character(%d)"
 
-#: ../utils/adt/encode.c:53 ../utils/adt/encode.c:87
+#: utils/adt/varchar.c:369 utils/adt/varchar.c:447
 #, c-format
-msgid "No such encoding as '%s'"
+msgid "value too long for type character varying(%d)"
+msgstr "Wert zu lang für Typ character varying(%d)"
+
+#: utils/adt/varlena.c:107 utils/adt/varlena.c:145
+msgid "Bad input string for type bytea"
 msgstr ""
 
-#: ../utils/adt/encode.c:62
-msgid "Overflow - encode estimate too small"
+#: 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."
 msgstr ""
 
-#: ../utils/adt/encode.c:96
-msgid "Overflow - decode estimate too small"
+#: utils/adt/varlena.c:484 utils/adt/varlena.c:546 utils/adt/varlena.c:1043
+msgid "negative substring length not allowed"
 msgstr ""
 
-#: ../utils/adt/encode.c:144
+#: utils/adt/varlena.c:1136
 #, c-format
-msgid "Bad hex code: '%c'"
+msgid "byteaGetByte: index %d out of range [0..%d]"
 msgstr ""
 
-#: ../utils/adt/encode.c:170
-msgid "hex_decode: invalid data"
+#: utils/adt/varlena.c:1165
+#, c-format
+msgid "byteaGetBit: index %d out of range [0..%d]"
 msgstr ""
 
-#: ../utils/adt/encode.c:284
-msgid "base64: unexpected '='"
+#: utils/adt/varlena.c:1199
+#, c-format
+msgid "byteaSetByte: index %d out of range [0..%d]"
 msgstr ""
 
-#: ../utils/adt/encode.c:294
-msgid "base64: Invalid symbol"
+#: utils/adt/varlena.c:1240
+#, c-format
+msgid "byteaSetBit: index %d out of range [0..%d]"
 msgstr ""
 
-#: ../utils/adt/encode.c:312
-msgid "base64: invalid end sequence"
+#: utils/adt/varlena.c:1250
+msgid "byteaSetBit: new bit must be 0 or 1"
 msgstr ""
 
-#: ../utils/adt/encode.c:419 ../utils/adt/encode.c:482
-msgid "decode: Bad input string for type bytea"
+#: utils/adt/varlena.c:1741
+msgid "field position must be > 0"
 msgstr ""
 
-#: ../utils/adt/varchar.c:120 ../utils/adt/varchar.c:132
-#: ../utils/adt/varchar.c:232 ../utils/adt/varchar.c:245
-#, c-format
-msgid "value too long for type character(%d)"
-msgstr "Wert zu lang für Typ character(%d)"
-
-#: ../utils/adt/varchar.c:448 ../utils/adt/varchar.c:519
-#: ../utils/adt/varchar.c:527
+#: 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
 #, c-format
-msgid "value too long for type character varying(%d)"
-msgstr "Wert zu lang für Typ character varying(%d)"
-
-#: ../utils/adt/pgstatfuncs.c:186
-msgid ""
-"pg_stat_get_backend_idset: called in context that does not accept a set "
-"result"
+msgid "Cannot accept a constant of type %s"
 msgstr ""
 
-#: ../utils/adt/pgstatfuncs.c:191
-msgid "No function memory context in set-function"
+#: 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"
 msgstr ""
 
-#: ../utils/adt/format_type.c:141 ../utils/adt/format_type.c:159
+#: utils/fmgr/fmgr.c:187
 #, c-format
-msgid "could not locate data type with oid %u in catalog"
+msgid "fmgr_info: function %u: cache lookup failed"
 msgstr ""
 
-#: ../utils/adt/format_type.c:297
+#: utils/fmgr/fmgr.c:220
 #, c-format
-msgid "Invalid INTERVAL typmod 0x%x"
+msgid "fmgr_info: function %s not in internal table"
 msgstr ""
 
-#: ../utils/adt/varlena.c:71 ../utils/adt/varlena.c:109
-msgid "Bad input string for type bytea"
+#: utils/fmgr/fmgr.c:267
+#, c-format
+msgid "fmgr: Could not extract prosrc for %u from pg_proc"
 msgstr ""
 
-#: ../utils/adt/varlena.c:842
+#: utils/fmgr/fmgr.c:274
 #, c-format
-msgid "byteaGetByte: index %d out of range [0..%d]"
+msgid "fmgr: Could not extract probin for %u from pg_proc"
 msgstr ""
 
-#: ../utils/adt/varlena.c:871
+#: utils/fmgr/fmgr.c:307
 #, c-format
-msgid "byteaGetBit: index %d out of range [0..%d]"
+msgid "Unknown function API version %d"
 msgstr ""
 
-#: ../utils/adt/varlena.c:905
+#: utils/fmgr/fmgr.c:333
 #, c-format
-msgid "byteaSetByte: index %d out of range [0..%d]"
+msgid "fmgr_info: cache lookup for language %u failed"
 msgstr ""
 
-#: ../utils/adt/varlena.c:946
+#: utils/fmgr/fmgr.c:346
 #, c-format
-msgid "byteaSetBit: index %d out of range [0..%d]"
+msgid "fmgr_info: language %u has old-style handler"
 msgstr ""
 
-#: ../utils/adt/varlena.c:956
-msgid "byteaSetBit: new bit must be 0 or 1"
+#: utils/fmgr/fmgr.c:394
+#, c-format
+msgid "Null result from %s"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:98
+#: utils/fmgr/fmgr.c:402
 #, c-format
-msgid "stat failed on file '%s': %m"
+msgid "Unknown version %d reported by %s"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:115
-msgid "Out of memory in load_external_function"
+#: utils/fmgr/fmgr.c:470
+msgid "Internal error: fmgr_oldstyle received NULL pointer"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:128
+#: utils/fmgr/fmgr.c:619
 #, c-format
-msgid "Load of file %s failed: %s"
+msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:155
+#: utils/fmgr/fmgr.c:666
 #, c-format
-msgid "Can't find function %s in file %s"
+msgid "fmgr_security_definer: function %u: cache lookup failed"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:185
+#: utils/fmgr/fmgr.c:728
 #, c-format
-msgid "LOAD: could not open file '%s': %m"
+msgid "DirectFunctionCall1: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:240
+#: utils/fmgr/fmgr.c:756
 #, c-format
-msgid "stat failed on %s: %s"
+msgid "DirectFunctionCall2: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:335
-msgid "invalid macro name in dynamic library path"
+#: utils/fmgr/fmgr.c:779
+#, c-format
+msgid "DirectFunctionCall3: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:385
-msgid "zero length dynamic_library_path component"
+#: utils/fmgr/fmgr.c:803
+#, c-format
+msgid "DirectFunctionCall4: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:396
-msgid "dynamic_library_path component is not absolute"
+#: utils/fmgr/fmgr.c:828
+#, c-format
+msgid "DirectFunctionCall5: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/dfmgr.c:403
+#: utils/fmgr/fmgr.c:855
 #, c-format
-msgid "find_in_dynamic_libpath: trying %s"
+msgid "DirectFunctionCall6: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:172
+#: utils/fmgr/fmgr.c:883
 #, c-format
-msgid "fmgr_info: function %u: cache lookup failed"
+msgid "DirectFunctionCall7: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:206
+#: utils/fmgr/fmgr.c:912
 #, c-format
-msgid "fmgr_info: function %s not in internal table"
+msgid "DirectFunctionCall8: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:253
+#: utils/fmgr/fmgr.c:943
 #, c-format
-msgid "fmgr: Could not extract prosrc for %u from pg_proc"
+msgid "DirectFunctionCall9: function %p returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:260
+#: utils/fmgr/fmgr.c:974
 #, c-format
-msgid "fmgr: Could not extract probin for %u from pg_proc"
+msgid "FunctionCall1: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:293
+#: utils/fmgr/fmgr.c:1002 utils/sort/tuplesort.c:1827
 #, c-format
-msgid "Unknown function API version %d"
+msgid "FunctionCall2: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:318
+#: utils/fmgr/fmgr.c:1026
 #, c-format
-msgid "fmgr_info: cache lookup for language %u failed"
+msgid "FunctionCall3: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:334
+#: utils/fmgr/fmgr.c:1051
 #, c-format
-msgid "fmgr_info: language %u has old-style handler"
+msgid "FunctionCall4: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:339
+#: utils/fmgr/fmgr.c:1077
 #, c-format
-msgid "fmgr_info: function %u: unsupported language %u"
+msgid "FunctionCall5: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:387
+#: utils/fmgr/fmgr.c:1105
 #, c-format
-msgid "Null result from %s"
+msgid "FunctionCall6: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:395
+#: utils/fmgr/fmgr.c:1134
 #, c-format
-msgid "Unknown version %d reported by %s"
+msgid "FunctionCall7: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:463
-msgid "Internal error: fmgr_oldstyle received NULL pointer"
+#: utils/fmgr/fmgr.c:1164
+#, c-format
+msgid "FunctionCall8: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:612
+#: utils/fmgr/fmgr.c:1196
 #, c-format
-msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)"
+msgid "FunctionCall9: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:632
-msgid "Untrusted functions not supported"
+#: utils/fmgr/fmgr.c:1227
+#, c-format
+msgid "OidFunctionCall1: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:661
+#: utils/fmgr/fmgr.c:1252
 #, c-format
-msgid "DirectFunctionCall1: function %p returned NULL"
+msgid "OidFunctionCall2: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:682
+#: utils/fmgr/fmgr.c:1279
 #, c-format
-msgid "DirectFunctionCall2: function %p returned NULL"
+msgid "OidFunctionCall3: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:705
+#: utils/fmgr/fmgr.c:1307
 #, c-format
-msgid "DirectFunctionCall3: function %p returned NULL"
+msgid "OidFunctionCall4: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:729
+#: utils/fmgr/fmgr.c:1336
 #, c-format
-msgid "DirectFunctionCall4: function %p returned NULL"
+msgid "OidFunctionCall5: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:754
+#: utils/fmgr/fmgr.c:1367
 #, c-format
-msgid "DirectFunctionCall5: function %p returned NULL"
+msgid "OidFunctionCall6: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:781
+#: utils/fmgr/fmgr.c:1399
 #, c-format
-msgid "DirectFunctionCall6: function %p returned NULL"
+msgid "OidFunctionCall7: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:809
+#: utils/fmgr/fmgr.c:1432
 #, c-format
-msgid "DirectFunctionCall7: function %p returned NULL"
+msgid "OidFunctionCall8: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:838
+#: utils/fmgr/fmgr.c:1467
 #, c-format
-msgid "DirectFunctionCall8: function %p returned NULL"
+msgid "OidFunctionCall9: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:869
+#: utils/fmgr/fmgr.c:1506
 #, c-format
-msgid "DirectFunctionCall9: function %p returned NULL"
+msgid "fmgr: function %u: too many arguments (%d > %d)"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:895
+#: utils/fmgr/fmgr.c:1518
 #, c-format
-msgid "FunctionCall1: function %u returned NULL"
+msgid "fmgr: function %u returned NULL"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:917
+#: utils/fmgr/dfmgr.c:97
 #, c-format
-msgid "FunctionCall2: function %u returned NULL"
+msgid "stat failed on file '%s': %m"
+msgstr ""
+
+#: utils/fmgr/dfmgr.c:114
+msgid "Out of memory in load_external_function"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:941
+#: utils/fmgr/dfmgr.c:127
 #, c-format
-msgid "FunctionCall3: function %u returned NULL"
+msgid "Load of file %s failed: %s"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:966
+#: utils/fmgr/dfmgr.c:154
 #, c-format
-msgid "FunctionCall4: function %u returned NULL"
+msgid "Can't find function %s in file %s"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:992
+#: utils/fmgr/dfmgr.c:184
 #, c-format
-msgid "FunctionCall5: function %u returned NULL"
+msgid "LOAD: could not open file '%s': %m"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1020
+#: utils/fmgr/dfmgr.c:239
 #, c-format
-msgid "FunctionCall6: function %u returned NULL"
+msgid "stat failed on %s: %s"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1049
-#, c-format
-msgid "FunctionCall7: function %u returned NULL"
+#: utils/fmgr/dfmgr.c:334
+msgid "invalid macro name in dynamic library path"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1079
-#, c-format
-msgid "FunctionCall8: function %u returned NULL"
+#: utils/fmgr/dfmgr.c:384
+msgid "zero length dynamic_library_path component"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1111
-#, c-format
-msgid "FunctionCall9: function %u returned NULL"
+#: utils/fmgr/dfmgr.c:395
+msgid "dynamic_library_path component is not absolute"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1142
+#: utils/fmgr/dfmgr.c:401
 #, c-format
-msgid "OidFunctionCall1: function %u returned NULL"
+msgid "find_in_dynamic_libpath: trying %s"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1167
-#, c-format
-msgid "OidFunctionCall2: function %u returned NULL"
+#: utils/fmgr/funcapi.c:36
+msgid "function called in context that does not accept a set result"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1194
-#, c-format
-msgid "OidFunctionCall3: function %u returned NULL"
+#: utils/fmgr/funcapi.c:68
+msgid "init_MultiFuncCall may not be called more than once"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1222
+#: utils/cache/catcache.c:151
 #, c-format
-msgid "OidFunctionCall4: function %u returned NULL"
+msgid "GetCCHashFunc: type %u unsupported as catcache key"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1251
+#: utils/cache/catcache.c:195
 #, c-format
-msgid "OidFunctionCall5: function %u returned NULL"
+msgid "CCComputeHashValue: %d nkeys"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1282
+#: utils/cache/catcache.c:260
 #, c-format
-msgid "OidFunctionCall6: function %u returned NULL"
+msgid "CCComputeTupleHashValue: %d cc_nkeys"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1314
+#: utils/cache/catcache.c:284
 #, c-format
-msgid "OidFunctionCall7: function %u returned NULL"
+msgid "Catcache stats dump: %d/%d tuples in catcaches"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1347
+#: utils/cache/catcache.c:291
 #, c-format
-msgid "OidFunctionCall8: function %u returned NULL"
+msgid ""
+"Catcache %s/%s: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
+"invals, %ld discards, %ld lsrch, %ld lhits"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1382
+#: utils/cache/catcache.c:315
 #, c-format
-msgid "OidFunctionCall9: function %u returned NULL"
+msgid ""
+"Catcache totals: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
+"invals, %ld discards, %ld lsrch, %ld lhits"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1421
+#: utils/cache/catcache.c:550
 #, c-format
-msgid "fmgr: function %u: too many arguments (%d > %d)"
+msgid "Cache reference leak: cache %s (%d), list %p has count %d"
 msgstr ""
 
-#: ../utils/fmgr/fmgr.c:1433
+#: utils/cache/catcache.c:573
 #, c-format
-msgid "fmgr: function %u returned NULL"
+msgid "Cache reference leak: cache %s (%d), tuple %u has count %d"
 msgstr ""
 
-#: ../utils/cache/catcache.c:127
+#: utils/cache/catcache.c:761
 #, c-format
-msgid "GetCCHashFunc: type %u unsupported as catcache key"
+msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n"
 msgstr ""
 
-#: ../utils/cache/catcache.c:182
+#: utils/cache/catcache.c:861
 #, c-format
 msgid "CatalogCacheInitializeCache: cache @%p %s"
 msgstr ""
 
-#: ../utils/cache/catcache.c:188
+#: utils/cache/catcache.c:867
 #, c-format
 msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u"
 msgstr ""
 
-#: ../utils/cache/catcache.c:192
+#: utils/cache/catcache.c:871
 #, c-format
 msgid "CatalogCacheInitializeCache: load %d/%d w/%d"
 msgstr ""
 
-#: ../utils/cache/catcache.c:261
+#: utils/cache/catcache.c:941
 msgid "CatalogCacheInit: only sys attr supported is OID"
 msgstr ""
 
-#: ../utils/cache/catcache.c:328
-#, c-format
-msgid "CCComputeHashIndex: %d cc_nkeys"
+#: utils/cache/fcache.c:39
+msgid "init_fcache: too many arguments"
 msgstr ""
 
-#: ../utils/cache/catcache.c:392
+#: utils/cache/inval.c:453
 #, c-format
-msgid "CCComputeTupleHashIndex: %d cc_nkeys"
+msgid "ExecuteInvalidationMessage: bogus message id %d"
 msgstr ""
 
-#: ../utils/cache/catcache.c:517
-#, c-format
-msgid "Cache reference leak: cache %s (%d), tuple %u has count %d"
+#: utils/cache/inval.c:708 utils/cache/inval.c:731
+msgid "Out of cache_callback_list slots"
 msgstr ""
 
-#: ../utils/cache/catcache.c:680
+#: utils/cache/lsyscache.c:72
 #, c-format
-msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n"
+msgid "op_requires_recheck: op %u is not a member of opclass %u"
 msgstr ""
 
-#: ../utils/cache/catcache.c:803
+#: utils/cache/lsyscache.c:217
 #, c-format
-msgid "IndexScanOK: %s not found in %s"
-msgstr ""
-
-#: ../utils/cache/fcache.c:30
-msgid "init_fcache: too many arguments"
+msgid "cache lookup failed for relation %u attribute %d"
 msgstr ""
 
-#: ../utils/cache/inval.c:396
+#: utils/cache/lsyscache.c:369
 #, c-format
-msgid "ExecuteInvalidationMessage: bogus message id %d"
-msgstr ""
+msgid "op_mergejoin_crossops: operator %u not found"
+msgstr "op_mergejoin_crossops: Operator %u nicht gefunden"
 
-#: ../utils/cache/lsyscache.c:70
+#: utils/cache/lsyscache.c:377
 #, c-format
-msgid "op_requires_recheck: op %u is not a member of opclass %u"
+msgid "op_mergejoin_crossops: mergejoin operator %u has no matching < operator"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:242
+#: utils/cache/lsyscache.c:384
 #, c-format
-msgid "cache lookup failed for relation %u attribute %d"
+msgid "op_mergejoin_crossops: mergejoin operator %u has no matching > operator"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:411
+#: utils/cache/lsyscache.c:429
 #, c-format
 msgid "Operator OID %u does not exist"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:697
+#: utils/cache/lsyscache.c:661
 #, c-format
-msgid "cache lookup failed for type %u"
+msgid "get_system_catalog_relid: cannot find %s"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:771
+#: utils/cache/lsyscache.c:1006
 #, c-format
 msgid "get_typdefault: failed to lookup type %u"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:978
+#: utils/cache/lsyscache.c:1087
+#, c-format
+msgid "getBaseType: failed to lookup type %u"
+msgstr ""
+
+#: utils/cache/lsyscache.c:1225
+#, c-format
+msgid "getTypeInputInfo: Cache lookup of type %u failed"
+msgstr "getTypeInputInfo: Cachesuche nach Typ %u fehlgeschlagen"
+
+#: utils/cache/lsyscache.c:1255
+#, c-format
+msgid "getTypeOutputInfo: Cache lookup of type %u failed"
+msgstr "getTypeOutputInfo: Cachesuche nach Typ %u fehlgeschlagen"
+
+#: utils/cache/lsyscache.c:1351
 msgid "get_attstatsslot: stavalues is null"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:998
+#: utils/cache/lsyscache.c:1373
 #, c-format
 msgid "get_attstatsslot: Cache lookup failed for type %u"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:1034
+#: utils/cache/lsyscache.c:1409
 msgid "get_attstatsslot: stanumbers is null"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:1045
-msgid "get_attstatsslot: stanumbers is bogus"
+#: utils/cache/lsyscache.c:1420
+msgid "get_attstatsslot: stanumbers is not a 1-D float4 array"
 msgstr ""
 
-#: ../utils/cache/lsyscache.c:1103 ../utils/init/miscinit.c:461
-#, c-format
-msgid "user \"%s\" does not exist"
+#: utils/cache/relcache.c:168 utils/cache/relcache.c:176
+#: utils/cache/relcache.c:188
+msgid "out of memory for relation descriptor cache"
 msgstr ""
 
-#: ../utils/cache/relcache.c:147 ../utils/cache/relcache.c:155
-#: ../utils/cache/relcache.c:163
-msgid "out of memory for relation descriptor cache"
+#: utils/cache/relcache.c:234
+msgid "trying to delete a rd_id reldesc that does not exist."
+msgstr ""
+
+#: utils/cache/relcache.c:239
+msgid "trying to delete a rd_node reldesc that does not exist."
 msgstr ""
 
-#: ../utils/cache/relcache.c:210 ../utils/cache/relcache.c:215
-#: ../utils/cache/relcache.c:220
-msgid "trying to delete a reldesc that does not exist."
+#: utils/cache/relcache.c:248
+msgid "trying to delete a relname reldesc that does not exist."
 msgstr ""
 
-#: ../utils/cache/relcache.c:316 ../utils/cache/relcache.c:381
+#: utils/cache/relcache.c:354
 msgid "ScanPgRelation: bad buildinfo"
 msgstr ""
 
-#: ../utils/cache/relcache.c:592
+#: utils/cache/relcache.c:508
 #, c-format
-msgid "catalog is missing %d attribute%s for relid %u"
+msgid "Bogus attribute number %d for %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:662
+#: utils/cache/relcache.c:550
 #, c-format
-msgid "cannot find attribute %d of relation %s"
+msgid "catalog is missing %d attribute(s) for relid %u"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1067
+#: utils/cache/relcache.c:961
+#, c-format
+msgid "RelationInitIndexAccessInfo: no pg_index entry for index %u"
+msgstr "RelationInitIndexAccessInfo: kein pg_index-Eintrag für Index %u"
+
+#: utils/cache/relcache.c:976
 #, c-format
-msgid "RelationBuildDesc: can't open %s: %m"
+msgid "RelationInitIndexAccessInfo: cache lookup failed for AM %u"
+msgstr "RelationInitIndexAccessInfo: Cachesuche nach AM %u fehlgeschlagen"
+
+#: utils/cache/relcache.c:1091
+msgid "IndexSupportInitialize: bogus pg_index tuple"
+msgstr ""
+
+#: utils/cache/relcache.c:1198
+msgid "out of memory for operator class cache"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1306
+#: utils/cache/relcache.c:1272
 #, c-format
-msgid "fixrdesc: no pg_class entry for %s"
+msgid "Bogus amopstrategy number %d for opclass %u"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1315
+#: utils/cache/relcache.c:1307
 #, c-format
-msgid "fixrdesc: no existing relcache entry for %s"
+msgid "Bogus amproc number %d for opclass %u"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1547
+#: utils/cache/relcache.c:1645
 #, c-format
 msgid "RelationReloadClassinfo system relation id=%d doesn't exist"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1674
+#: utils/cache/relcache.c:1772
 #, c-format
 msgid "RelationClearRelation: relation %u deleted while still in use"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1775
+#: utils/cache/relcache.c:1855
 #, c-format
-msgid "Local relation %s not found in list"
+msgid "RelationForgetRelation: relation %u is still open"
 msgstr ""
 
-#: ../utils/cache/relcache.c:1823
-msgid "inval call to RFI"
+#: utils/cache/relcache.c:2012
+#, c-format
+msgid "Relcache reference leak: relation \"%s\" has refcnt %d instead of %d"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2298
+#: utils/cache/relcache.c:2298
 #, c-format
-msgid "AttrDefaultFetch: second record found for attr %s in rel %s"
+msgid "RelationCacheInitializePhase2: no pg_class entry for %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2306
+#: utils/cache/relcache.c:2446
 #, c-format
-msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s"
+msgid "AttrDefaultFetch: second record found for attr %s in rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2319
+#: utils/cache/relcache.c:2454
 #, c-format
-msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s"
+msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2325
+#: utils/cache/relcache.c:2465
 #, c-format
-msgid "AttrDefaultFetch: %d record not found for rel %s"
+msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2399
+#: utils/cache/relcache.c:2474
 #, c-format
-msgid "RelCheckFetch: unexpected record found for rel %s"
+msgid "AttrDefaultFetch: %d record(s) not found for rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2406
+#: utils/cache/relcache.c:2508
 #, c-format
-msgid "RelCheckFetch: rcname IS NULL for rel %s"
+msgid "CheckConstraintFetch: unexpected record found for rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2414
+#: utils/cache/relcache.c:2519
 #, c-format
-msgid "RelCheckFetch: rcbin IS NULL for rel %s"
+msgid "CheckConstraintFetch: conbin IS NULL for rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2425
+#: utils/cache/relcache.c:2532
 #, c-format
-msgid "RelCheckFetch: %d record not found for rel %s"
+msgid "CheckConstraintFetch: %d record(s) not found for rel %s"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2845
+#: utils/cache/relcache.c:2995
 #, c-format
 msgid ""
 "Cannot create init file %s: %m\n"
 "\tContinuing anyway, but there's something wrong."
 msgstr ""
 
-#: ../utils/cache/relcache.c:2914
+#: utils/cache/relcache.c:3019
 msgid "cannot write init file -- descriptor length"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2918
+#: utils/cache/relcache.c:3023
 msgid "cannot write init file -- reldesc"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2924
-msgid "cannot write init file -- am tuple form length"
-msgstr ""
-
-#: ../utils/cache/relcache.c:2927
-msgid "cannot write init file -- am tuple form"
-msgstr ""
-
-#: ../utils/cache/relcache.c:2933
+#: utils/cache/relcache.c:3028
 msgid "cannot write init file -- relation tuple form length"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2936
+#: utils/cache/relcache.c:3031
 msgid "cannot write init file -- relation tuple form"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2944
+#: utils/cache/relcache.c:3038
 #, c-format
 msgid "cannot write init file -- length of attdesc %d"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2947
+#: utils/cache/relcache.c:3040
 #, c-format
 msgid "cannot write init file -- attdesc %d"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2955
+#: utils/cache/relcache.c:3059
+#, c-format
+msgid "write_relcache_init_file: no pg_index entry for index %u"
+msgstr "write_relcache_init_file: kein pg_index-Eintrag für Index %u"
+
+#: utils/cache/relcache.c:3063
+msgid "cannot write init file -- index tuple form length"
+msgstr ""
+
+#: utils/cache/relcache.c:3065
+msgid "cannot write init file -- index tuple form"
+msgstr ""
+
+#: utils/cache/relcache.c:3071
+msgid "cannot write init file -- am tuple form length"
+msgstr ""
+
+#: utils/cache/relcache.c:3074
+msgid "cannot write init file -- am tuple form"
+msgstr ""
+
+#: utils/cache/relcache.c:3080
 msgid "cannot write init file -- strategy map length"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2958
+#: utils/cache/relcache.c:3083
 msgid "cannot write init file -- strategy map"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2964
+#: utils/cache/relcache.c:3088
+msgid "cannot write init file -- operator vector length"
+msgstr ""
+
+#: utils/cache/relcache.c:3091
+msgid "cannot write init file -- operator vector"
+msgstr ""
+
+#: utils/cache/relcache.c:3096
 msgid "cannot write init file -- support vector length"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2967
+#: utils/cache/relcache.c:3099
 msgid "cannot write init file -- support vector"
 msgstr ""
 
-#: ../utils/cache/relcache.c:2981
+#: utils/cache/relcache.c:3143
 #, c-format
 msgid ""
 "Cannot rename init file %s to %s: %m\n"
 "\tContinuing anyway, but there's something wrong."
 msgstr ""
 
-#: ../utils/cache/syscache.c:407
+#: utils/cache/syscache.c:478
 #, c-format
 msgid "InitCatalogCache: Can't init cache %s (%d)"
 msgstr ""
 
-#: ../utils/cache/syscache.c:439
+#: utils/cache/syscache.c:534
 #, c-format
 msgid "SearchSysCache: Bad cache id %d"
 msgstr ""
 
-#: ../utils/cache/syscache.c:575
+#: utils/cache/syscache.c:715
 #, c-format
 msgid "SysCacheGetAttr: Bad cache id %d"
 msgstr ""
 
-#: ../utils/cache/syscache.c:578
+#: utils/cache/syscache.c:718
 #, c-format
 msgid "SysCacheGetAttr: missing cache data for id %d"
 msgstr ""
 
-#: ../utils/cache/temprel.c:161
+#: utils/cache/syscache.c:734
 #, c-format
-msgid "Cannot rename temp table \"%s\": temp table \"%s\" already exists"
+msgid "SearchSysCacheList: Bad cache id %d"
 msgstr ""
 
-#: ../utils/cache/temprel.c:193
-#, c-format
-msgid ""
-"Cannot rename \"%s\" to \"%s\": a temp table by that name already exists"
+#: utils/error/elog.c:128
+msgid "Pre-7.3 object file made an elog() call.  Recompile."
 msgstr ""
 
-#. translator: This string will be truncated at 31 characters.
-#: ../utils/error/elog.c:176
+#: utils/error/elog.c:218
 #, c-format
 msgid "copy: line %d, "
 msgstr ""
 
 #. translator: This must fit in fmt_fixedbuf.
-#: ../utils/error/elog.c:199 ../utils/error/elog.c:295
+#: utils/error/elog.c:241 utils/error/elog.c:337
 msgid "elog: out of memory"
 msgstr ""
 
-#: ../utils/error/elog.c:417
+#: utils/error/elog.c:438
+#, c-format
+msgid "statement: %s"
+msgstr ""
+
+#: utils/error/elog.c:488
 msgid "elog: error during error recovery, giving up!"
 msgstr ""
 
-#: ../utils/error/elog.c:462
+#: utils/error/elog.c:533
 #, c-format
 msgid "DebugFileOpen: open of %s: %m"
 msgstr ""
 
-#: ../utils/error/elog.c:471
+#: utils/error/elog.c:542
 #, c-format
 msgid "DebugFileOpen: %s reopen as stderr: %m"
 msgstr ""
 
-#: ../utils/error/elog.c:483
+#: utils/error/elog.c:554
 #, c-format
 msgid "DebugFileOpen: %s reopen as stdout: %m"
 msgstr ""
 
-#: ../utils/error/elog.c:500
+#: utils/error/elog.c:571
 msgid "DebugFileOpen: could not open debugging file"
 msgstr ""
 
-#: ../utils/error/elog.c:704
+#: utils/error/elog.c:776
 msgid "Numerical result out of range"
 msgstr ""
 
-#: ../utils/error/elog.c:718
+#: utils/error/elog.c:790
 #, c-format
 msgid "operating system error %d"
 msgstr ""
 
-#: ../utils/error/elog.c:735
+#: utils/error/elog.c:812
 msgid "DEBUG:  "
 msgstr ""
 
-#: ../utils/error/elog.c:738
+#: utils/error/elog.c:816
+msgid "LOG:  "
+msgstr ""
+
+#: utils/error/elog.c:819
+msgid "INFO:  "
+msgstr ""
+
+#: utils/error/elog.c:822
 msgid "NOTICE:  "
 msgstr ""
 
-#: ../utils/error/elog.c:741
+#: utils/error/elog.c:825
+msgid "WARNING:  "
+msgstr ""
+
+#: utils/error/elog.c:828
 msgid "ERROR:  "
 msgstr ""
 
-#: ../utils/error/elog.c:744
-msgid "FATAL 1:  "
+#: utils/error/elog.c:831
+msgid "FATAL:  "
 msgstr ""
 
-#: ../utils/error/elog.c:747
-msgid "FATAL 2:  "
+#: utils/error/elog.c:834
+msgid "PANIC:  "
 msgstr ""
 
-#: ../utils/hash/dynahash.c:663
+#: utils/hash/dynahash.c:662
 #, c-format
 msgid "hash_search: bogus action %d"
 msgstr ""
 
-#: ../utils/hash/dynahash.c:936 ../utils/hash/dynahash.c:938
+#: utils/hash/dynahash.c:935 utils/hash/dynahash.c:937
 #, c-format
 msgid "Hash table '%s' corrupted"
 msgstr ""
 
-#: ../utils/init/miscinit.c:136 ../utils/init/miscinit.c:155
-#: ../utils/init/miscinit.c:163 ../utils/init/miscinit.c:321
-#: ../utils/misc/guc.c:719 ../utils/misc/guc.c:726 ../utils/misc/guc.c:1082
-#: ../utils/misc/guc.c:1095 ../utils/misc/guc.c:1113 ../utils/misc/guc.c:1121
-#: ../utils/misc/guc.c:1276 ../utils/misc/guc.c:1282 ../utils/misc/guc.c:1289
-#: guc-file.l:148 guc-file.l:267 guc-file.l:308
-msgid "out of memory"
+#: utils/init/postinit.c:114
+#, c-format
+msgid "Database \"%s\", OID %u, has disappeared from pg_database"
 msgstr ""
 
-#: ../utils/init/miscinit.c:149
+#: utils/init/postinit.c:123
 #, c-format
-msgid "cannot get current working directory: %m"
+msgid "Database \"%s\" is not currently accepting connections"
 msgstr ""
 
-#: ../utils/init/miscinit.c:209 ../utils/init/miscinit.c:216
+#: utils/init/postinit.c:259
+#, c-format
+msgid "Database \"%s\" does not exist in the system catalog."
+msgstr ""
+
+#: utils/init/postinit.c:267
+#, c-format
 msgid ""
-"convert is not supported. To use convert, you need to enable multibyte "
-"capability"
+"Database \"%s\" does not exist.\n"
+"\tThe database subdirectory '%s' is missing."
 msgstr ""
 
-#: ../utils/init/miscinit.c:516
+#: utils/init/postinit.c:274
 #, c-format
-msgid "invalid user id %u"
+msgid "Unable to change directory to '%s': %m"
 msgstr ""
 
-#: ../utils/init/miscinit.c:598
+#: utils/init/postinit.c:303
 #, c-format
-msgid "Can't create lock file %s: %m"
+msgid "InitPostgres: bad backend id %d"
+msgstr ""
+
+#: utils/init/postinit.c:354
+msgid "There are currently no users defined in this database system."
 msgstr ""
 
-#: ../utils/init/miscinit.c:609 ../utils/init/miscinit.c:612
+#: utils/init/postinit.c:355
 #, c-format
-msgid "Can't read lock file %s: %m"
+msgid ""
+"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+msgstr ""
+
+#: utils/init/postinit.c:410
+msgid "Non-superuser connection limit exceeded"
 msgstr ""
 
-#: ../utils/init/miscinit.c:622
+#: utils/init/findbe.c:63
 #, c-format
-msgid "Bogus data in lock file %s"
+msgid "ValidateBinary: can't stat \"%s\""
 msgstr ""
 
-#: ../utils/init/miscinit.c:697
+#: utils/init/findbe.c:69
 #, c-format
-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."
+msgid "ValidateBinary: \"%s\" is not a regular file"
 msgstr ""
 
-#: ../utils/init/miscinit.c:718
+#: utils/init/findbe.c:91
 #, c-format
-msgid "Can't write lock file %s: %m"
+msgid "ValidateBinary: \"%s\" is not user read/execute"
 msgstr ""
 
-#: ../utils/init/miscinit.c:809
+#: utils/init/findbe.c:117
 #, c-format
-msgid "Failed to rewrite %s: %m"
+msgid "ValidateBinary: \"%s\" is not group read/execute"
 msgstr ""
 
-#: ../utils/init/miscinit.c:815
+#: utils/init/findbe.c:125
 #, c-format
-msgid "Failed to read %s: %m"
+msgid "ValidateBinary: \"%s\" is not other read/execute"
 msgstr ""
 
-#: ../utils/init/miscinit.c:828
+#: utils/init/findbe.c:174
 #, c-format
-msgid "Bogus data in %s"
+msgid "FindExec: found \"%s\" using argv[0]"
 msgstr ""
 
-#: ../utils/init/miscinit.c:853
+#: utils/init/findbe.c:177
 #, c-format
-msgid "Failed to write %s: %m"
+msgid "FindExec: invalid binary \"%s\""
+msgstr ""
+
+#: utils/init/findbe.c:187
+msgid "FindExec: searching PATH ..."
 msgstr ""
 
-#: ../utils/init/miscinit.c:895
+#: utils/init/findbe.c:208
 #, c-format
-msgid "File %s is missing. This is not a valid data directory."
+msgid "FindExec: found \"%s\" using PATH"
 msgstr ""
 
-#: ../utils/init/miscinit.c:902
+#: utils/init/findbe.c:215
 #, c-format
-msgid "File %s does not contain valid data. You need to initdb."
+msgid "FindExec: could not read binary \"%s\""
 msgstr ""
 
-#: ../utils/init/miscinit.c:907
+#: utils/init/findbe.c:225
 #, c-format
-msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
+msgid "FindExec: could not find a %s to execute"
 msgstr ""
 
-#: ../utils/init/postinit.c:110
+#: guc-file.l:149 guc-file.l:269 guc-file.l:304 utils/init/miscinit.c:144
+#: utils/init/miscinit.c:163 utils/init/miscinit.c:171 utils/misc/guc.c:926
+#: utils/misc/guc.c:1109 utils/misc/guc.c:1903 utils/misc/guc.c:1917
+#: utils/misc/guc.c:2672 utils/misc/guc.c:2678 utils/misc/guc.c:2685
+msgid "out of memory"
+msgstr ""
+
+#: utils/init/miscinit.c:157
 #, c-format
-msgid "Database \"%s\", OID %u, has disappeared from pg_database"
+msgid "cannot get current working directory: %m"
 msgstr ""
 
-#: ../utils/init/postinit.c:119
+#: utils/init/miscinit.c:247
 #, c-format
-msgid "Database \"%s\" is not currently accepting connections"
+msgid "SetCharSet: unknown tag %s in file %s"
 msgstr ""
 
-#: ../utils/init/postinit.c:131
+#: utils/init/miscinit.c:402 utils/init/miscinit.c:458
 #, c-format
-msgid ""
-"database was initialized with MULTIBYTE encoding %d,\n"
-"\tbut the backend was compiled without multibyte support.\n"
-"\tlooks like you need to initdb or recompile."
+msgid "GetCharSetByHost: unknown tag %s in file %s"
 msgstr ""
 
-#: ../utils/init/postinit.c:238
+#: utils/init/miscinit.c:636
 #, c-format
-msgid "Database \"%s\" does not exist in the system catalog."
+msgid "invalid user id %u"
+msgstr ""
+
+#: utils/init/miscinit.c:718
+#, c-format
+msgid "Can't create lock file %s: %m"
+msgstr ""
+
+#: utils/init/miscinit.c:729 utils/init/miscinit.c:732
+#, c-format
+msgid "Can't read lock file %s: %m"
+msgstr ""
+
+#: utils/init/miscinit.c:742
+#, c-format
+msgid "Bogus data in lock file %s"
 msgstr ""
 
-#: ../utils/init/postinit.c:246
+#: utils/init/miscinit.c:816
 #, c-format
 msgid ""
-"Database \"%s\" does not exist.\n"
-"\tThe database subdirectory '%s' is missing."
+"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."
 msgstr ""
 
-#: ../utils/init/postinit.c:253
+#: utils/init/miscinit.c:837
 #, c-format
-msgid "Unable to change directory to '%s': %m"
+msgid "Can't write lock file %s: %m"
 msgstr ""
 
-#: ../utils/init/postinit.c:282
+#: utils/init/miscinit.c:928
 #, c-format
-msgid "InitPostgres: bad backend id %d"
+msgid "Failed to rewrite %s: %m"
 msgstr ""
 
-#: ../utils/init/postinit.c:330
-msgid "There are currently no users defined in this database system."
+#: utils/init/miscinit.c:934
+#, c-format
+msgid "Failed to read %s: %m"
 msgstr ""
 
-#: ../utils/init/postinit.c:331
+#: utils/init/miscinit.c:947
 #, c-format
-msgid ""
-"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+msgid "Bogus data in %s"
 msgstr ""
 
-#: ../utils/mb/conv.c:1220
-msgid "Could not convert UTF-8 to ISO8859-1"
+#: utils/init/miscinit.c:971
+#, c-format
+msgid "Failed to write %s: %m"
+msgstr ""
+
+#: utils/init/miscinit.c:1013
+#, c-format
+msgid "File %s is missing. This is not a valid data directory."
+msgstr ""
+
+#: utils/init/miscinit.c:1020
+#, c-format
+msgid "File %s does not contain valid data. You need to initdb."
+msgstr ""
+
+#: utils/init/miscinit.c:1025
+#, c-format
+msgid ""
+"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
+"not compatible with this version %s."
 msgstr ""
 
-#: ../utils/mb/conv.c:1300
+#: utils/mb/conv.c:374
 #, c-format
-msgid "utf_to_local: could not convert UTF-8 (0x%04x). Ignored"
+msgid "UtfToLocal: could not convert UTF-8 (0x%04x). Ignored"
 msgstr ""
 
-#: ../utils/mb/conv.c:1399
+#: utils/mb/conv.c:401
 #, c-format
 msgid "Invalid encoding number %d"
 msgstr ""
 
-#: ../utils/mb/conv.c:1436
+#: utils/mb/conv.c:438
 #, c-format
-msgid "local_to_utf: could not convert (0x%04x) %s to UTF-8. Ignored"
+msgid "LocalToUtf: could not convert (0x%04x) %s to UTF-8. Ignored"
+msgstr ""
+
+#: utils/mb/encnames.c:440
+msgid "pg_char_to_encname_struct(): encoding name too long"
 msgstr ""
 
-#: ../utils/mb/mbutils.c:251
+#: utils/mb/mbutils.c:171
 #, c-format
-msgid "Invalid source encoding name %s"
+msgid "default conversion proc for %s to %s not found"
 msgstr ""
 
-#: ../utils/mb/mbutils.c:253
+#: utils/mb/mbutils.c:185
 #, c-format
-msgid "Invalid destination encoding name %s"
+msgid "default conversion proc %u for %s to %s not found in pg_proc"
+msgstr ""
+
+#: utils/mb/mbutils.c:244
+#, c-format
+msgid "Invalid source encoding name %s"
 msgstr ""
 
-#: ../utils/mb/mbutils.c:257
+#: utils/mb/mbutils.c:246
 #, c-format
-msgid "Conversion from %s to %s is not possible"
+msgid "Invalid destination encoding name %s"
 msgstr ""
 
-#: ../utils/mb/mbutils.c:269
+#: utils/mb/mbutils.c:256
 msgid "Encoding conversion failed"
 msgstr ""
 
-#: ../utils/mb/mbutils.c:445
+#: utils/mb/mbutils.c:474
 msgid "SetDatabaseEncoding(): invalid database encoding"
 msgstr ""
 
-#: ../utils/mb/encnames.c:350
-msgid "pg_char_to_encname_struct(): encoding name too long"
+#: utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c:87
+msgid "Could not convert UTF-8 to ISO8859-1"
+msgstr ""
+
+#: utils/misc/guc.c:1205 utils/misc/guc.c:1220 utils/misc/guc.c:1235
+#: utils/misc/guc.c:1264
+#, c-format
+msgid "Failed to reset %s"
 msgstr ""
 
-#: ../utils/misc/guc.c:884
+#: utils/misc/guc.c:1332 utils/misc/guc.c:1354 utils/misc/guc.c:1376
+#: utils/misc/guc.c:1406
+#, c-format
+msgid "Failed to commit %s"
+msgstr ""
+
+#: utils/misc/guc.c:1585 utils/misc/guc.c:2135
 #, c-format
 msgid "'%s' is not a valid option name"
 msgstr ""
 
-#: ../utils/misc/guc.c:899
+#: utils/misc/guc.c:1602
 #, c-format
 msgid "'%s' cannot be changed after server start"
 msgstr ""
 
-#: ../utils/misc/guc.c:903
+#: utils/misc/guc.c:1610
 #, c-format
 msgid "'%s' cannot be changed now"
 msgstr ""
 
-#: ../utils/misc/guc.c:927
+#: utils/misc/guc.c:1637
 #, c-format
 msgid "'%s' cannot be set after connection start"
 msgstr ""
 
-#: ../utils/misc/guc.c:953
+#: utils/misc/guc.c:1645
+#, c-format
+msgid "'%s': permission denied"
+msgstr "%s: keine Berechtigung"
+
+#: utils/misc/guc.c:1675
+#, c-format
+msgid "%s: setting ignored because previous source is higher priority"
+msgstr ""
+
+#: utils/misc/guc.c:1696
 #, c-format
 msgid "option '%s' requires a boolean value"
 msgstr ""
 
-#: ../utils/misc/guc.c:985
+#: utils/misc/guc.c:1710 utils/misc/guc.c:1781
 #, c-format
-msgid "option '%s' expects an integer value"
+msgid "invalid value for option '%s': %d"
 msgstr ""
 
-#: ../utils/misc/guc.c:990
+#: utils/misc/guc.c:1760
 #, c-format
-msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
+msgid "option '%s' expects an integer value"
 msgstr ""
 
-#: ../utils/misc/guc.c:997
+#: utils/misc/guc.c:1766
 #, c-format
-msgid "invalid value for option '%s': %d"
+msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
 msgstr ""
 
-#: ../utils/misc/guc.c:1029
+#: utils/misc/guc.c:1831
 #, c-format
 msgid "option '%s' expects a real number"
 msgstr ""
 
-#: ../utils/misc/guc.c:1034
+#: utils/misc/guc.c:1837
 #, c-format
 msgid "option '%s' value %g is outside of permissible range [%g .. %g]"
 msgstr ""
 
-#: ../utils/misc/guc.c:1041
+#: utils/misc/guc.c:1852
 #, c-format
 msgid "invalid value for option '%s': %g"
 msgstr ""
 
-#: ../utils/misc/guc.c:1071
+#: utils/misc/guc.c:1946
 #, c-format
 msgid "invalid value for option '%s': '%s'"
 msgstr ""
 
-#: ../utils/misc/guc.c:1170
+#: utils/misc/guc.c:2047 utils/misc/guc.c:2081 utils/misc/guc.c:2395
 #, c-format
 msgid "Option '%s' is not recognized"
 msgstr ""
 
-#: ../utils/misc/guc.c:1344
-msgid "bogus transaction isolation level"
+#: utils/misc/guc.c:2142
+#, c-format
+msgid "SET %s takes only one argument"
+msgstr "SET %s darf nur ein Argument haben"
+
+#: utils/misc/guc.c:2155 utils/misc/guc.c:2204
+msgid "flatten_set_variable_args: unexpected input"
+msgstr ""
+
+#: utils/misc/guc.c:2243
+msgid "SET variable name is required"
+msgstr ""
+
+#: utils/misc/guc.c:2779
+#, c-format
+msgid "cannot parse setting \"%s\""
 msgstr ""
 
-#: guc-file.l:159
+#: guc-file.l:160
 msgid "could not read configuration file `"
 msgstr ""
 
-#: guc-file.l:159
+#: guc-file.l:160
 #, c-format
 msgid "': %s"
 msgstr ""
 
-#: guc-file.l:259
+#: guc-file.l:261
 #, c-format
 msgid ":%u: syntax error, token=\"%s\""
 msgstr ""
 
-#: ../utils/mmgr/aset.c:331
+#: utils/mmgr/aset.c:333
 #, c-format
 msgid "Memory exhausted in AllocSetContextCreate(%lu)"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:493 ../utils/mmgr/aset.c:690
+#: utils/mmgr/aset.c:495 utils/mmgr/aset.c:692
 #, c-format
 msgid "Memory exhausted in AllocSetAlloc(%lu)"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:739
+#: utils/mmgr/aset.c:741
 #, c-format
 msgid "AllocSetFree: detected write past chunk end in %s %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:760
+#: utils/mmgr/aset.c:762
 #, c-format
 msgid "AllocSetFree: cannot find block containing chunk %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:814
+#: utils/mmgr/aset.c:816
 #, c-format
 msgid "AllocSetRealloc: detected write past chunk end in %s %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:854
+#: utils/mmgr/aset.c:856
 #, c-format
 msgid "AllocSetRealloc: cannot find block containing chunk %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:867
+#: utils/mmgr/aset.c:869
 #, c-format
 msgid "Memory exhausted in AllocSetReAlloc(%lu)"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1024
+#: utils/mmgr/aset.c:1039
 #, c-format
 msgid "AllocSetCheck: %s: empty block %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1046
+#: utils/mmgr/aset.c:1061
 #, c-format
 msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1049
+#: utils/mmgr/aset.c:1064
 #, c-format
 msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1055
+#: utils/mmgr/aset.c:1070
 #, c-format
 msgid "AllocSetCheck: %s: bad single-chunk %p in block %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1064
+#: utils/mmgr/aset.c:1079
 #, c-format
 msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1071
+#: utils/mmgr/aset.c:1086
 #, c-format
 msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p"
 msgstr ""
 
-#: ../utils/mmgr/aset.c:1081
+#: utils/mmgr/aset.c:1096
 #, c-format
 msgid "AllocSetCheck: %s: found inconsistent memory block %p"
 msgstr ""
 
-#: ../utils/mmgr/mcxt.c:417
+#: utils/mmgr/mcxt.c:449
 #, c-format
 msgid "MemoryContextAlloc: invalid request size %lu"
 msgstr ""
 
-#: ../utils/mmgr/mcxt.c:477
+#: utils/mmgr/mcxt.c:509
 #, c-format
 msgid "repalloc: invalid request size %lu"
 msgstr ""
 
-#: ../utils/mmgr/portalmem.c:78
+#: utils/mmgr/portalmem.c:78
 msgid "out of memory in PortalHashTable"
 msgstr ""
 
-#: ../utils/mmgr/portalmem.c:80
+#: utils/mmgr/portalmem.c:80
 msgid "trying to insert a portal name that exists."
 msgstr ""
 
-#: ../utils/mmgr/portalmem.c:93
+#: utils/mmgr/portalmem.c:93
 msgid "trying to delete portal name that does not exist."
 msgstr ""
 
-#: ../utils/mmgr/portalmem.c:196
+#: utils/mmgr/portalmem.c:196
 #, c-format
 msgid "CreatePortal: portal \"%s\" already exists"
 msgstr ""
 
-#: ../utils/sort/logtape.c:199
+#: utils/sort/logtape.c:199
 #, c-format
 msgid ""
 "ltsWriteBlock: failed to write block %ld of temporary file\n"
 "\t\tPerhaps out of disk space?"
 msgstr ""
 
-#: ../utils/sort/logtape.c:214
+#: utils/sort/logtape.c:214
 #, c-format
 msgid "ltsReadBlock: failed to read block %ld of temporary file"
 msgstr ""
 
-#: ../utils/sort/logtape.c:569
+#: utils/sort/logtape.c:569
 msgid "LogicalTapeWrite: impossible state"
 msgstr ""
 
-#: ../utils/sort/logtape.c:831
+#: utils/sort/logtape.c:831
 msgid "LogicalTapeBackspace: unexpected end of tape"
 msgstr ""
 
-#: ../utils/sort/logtape.c:888 ../utils/sort/logtape.c:898
+#: utils/sort/logtape.c:888 utils/sort/logtape.c:898
 msgid "LogicalTapeSeek: unexpected end of tape"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:723
+#: utils/sort/tuplesort.c:698
 msgid "tuplesort_puttuple: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:770
+#: utils/sort/tuplesort.c:745
 msgid "tuplesort_performsort: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:888 ../utils/sort/tuplesort.c:903
+#: utils/sort/tuplesort.c:863 utils/sort/tuplesort.c:878
 msgid "tuplesort_gettuple: bogus tuple len in backward scan"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:955
+#: utils/sort/tuplesort.c:930
 msgid "tuplesort_gettuple: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1515
+#: utils/sort/tuplesort.c:1490
 msgid "tuplesort_rescan: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1542
+#: utils/sort/tuplesort.c:1517
 msgid "tuplesort_markpos: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1567
+#: utils/sort/tuplesort.c:1542
 msgid "tuplesort_restorepos failed"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1571
+#: utils/sort/tuplesort.c:1546
 msgid "tuplesort_restorepos: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1690
+#: utils/sort/tuplesort.c:1669
 msgid "tuplesort: unexpected end of tape"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1692 ../utils/sort/tuplesort.c:1805
-#: ../utils/sort/tuplesort.c:1809 ../utils/sort/tuplesort.c:1938
-#: ../utils/sort/tuplesort.c:1942 ../utils/sort/tuplesort.c:2007
-#: ../utils/sort/tuplesort.c:2011
+#: utils/sort/tuplesort.c:1671 utils/sort/tuplesort.c:2010
+#: utils/sort/tuplesort.c:2014 utils/sort/tuplesort.c:2137
+#: utils/sort/tuplesort.c:2141 utils/sort/tuplesort.c:2209
+#: utils/sort/tuplesort.c:2213
 msgid "tuplesort: unexpected end of data"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:1891
-msgid "Cannot create unique index. Table contains non-unique values"
-msgstr ""
-"Kann »Unique«-Index nicht erstellen, da die Tabelle duplizierte Werte "
-"enthält."
-
-#: ../utils/sort/tuplesort.c:1975
-msgid "copytup_datum() should not be called"
-msgstr ""
-
-#: ../utils/sort/tuplesort.c:2131
+#: utils/sort/tuplesort.c:1789
 #, c-format
 msgid "SelectSortFunction: cache lookup failed for operator %u"
 msgstr ""
 
-#: ../utils/sort/tuplesort.c:2212
+#: utils/sort/tuplesort.c:1901
 #, c-format
 msgid "Invalid SortFunctionKind %d"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:313
+#: utils/sort/tuplesort.c:2089
+msgid "Cannot create unique index. Table contains non-unique values"
+msgstr ""
+"Kann »Unique«-Index nicht erstellen, da die Tabelle duplizierte Werte "
+"enthält."
+
+#: utils/sort/tuplesort.c:2165
+msgid "copytup_datum() should not be called"
+msgstr ""
+
+#: utils/sort/tuplestore.c:302
 msgid "tuplestore_puttuple: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:349
+#: utils/sort/tuplestore.c:338
 msgid "tuplestore_donestoring: seek(0) failed"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:357
+#: utils/sort/tuplestore.c:346
 msgid "tuplestore_donestoring: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:475 ../utils/sort/tuplestore.c:490
+#: utils/sort/tuplestore.c:464 utils/sort/tuplestore.c:479
 msgid "tuplestore_gettuple: bogus tuple len in backward scan"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:495
+#: utils/sort/tuplestore.c:484
 msgid "tuplestore_gettuple: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:531
+#: utils/sort/tuplestore.c:520
 msgid "tuplestore_rescan: seek(0) failed"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:538
+#: utils/sort/tuplestore.c:527
 msgid "tuplestore_rescan: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:564
+#: utils/sort/tuplestore.c:553
 msgid "tuplestore_markpos: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:589
+#: utils/sort/tuplestore.c:578
 msgid "tuplestore_restorepos failed"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:593
+#: utils/sort/tuplestore.c:582
 msgid "tuplestore_restorepos: invalid state"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:609
+#: utils/sort/tuplestore.c:598
 msgid "tuplestore: unexpected end of tape"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:611 ../utils/sort/tuplestore.c:679
-#: ../utils/sort/tuplestore.c:683
+#: utils/sort/tuplestore.c:600 utils/sort/tuplestore.c:669
+#: utils/sort/tuplestore.c:673
 msgid "tuplestore: unexpected end of data"
 msgstr ""
 
-#: ../utils/sort/tuplestore.c:621 ../utils/sort/tuplestore.c:651
-#: ../utils/sort/tuplestore.c:654 ../utils/sort/tuplestore.c:658
+#: utils/sort/tuplestore.c:610 utils/sort/tuplestore.c:641
+#: utils/sort/tuplestore.c:644 utils/sort/tuplestore.c:648
 msgid "tuplestore: write failed"
 msgstr ""
+
+#: utils/time/tqual.c:981
+msgid "CopyQuerySnapshot: no snapshot has been set"
+msgstr ""
index 48fca61b4f765028d5e93278f647581363566f4f..092a516ccec3717fa14bdfc7b6c5ae394244422d 100644 (file)
@@ -1,15 +1,15 @@
 # German message translation file for pg_controldata
 # Peter Eisentraut <peter_e@gmx.net>, 2002.
 #
-# $Header: /cvsroot/pgsql/src/bin/pg_controldata/po/de.po,v 1.2 2002/09/22 20:57:20 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_controldata/po/de.po,v 1.2.2.1 2002/11/13 21:30:38 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-09-22 13:15+0200\n"
-"PO-Revision-Date: 2002-09-22 13:16+0200\n"
+"POT-Creation-Date: 2002-11-13 20:28+0100\n"
+"PO-Revision-Date: 2002-11-13 20:28+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
@@ -18,8 +18,10 @@ msgstr ""
 
 #: pg_controldata.c:28
 #, c-format
-msgid "%s displays PostgreSQL database cluster control information.\n"
-msgstr "%s zeigt Kontrollinformationen über PostgreSQL-Datenbankcluster an.\n"
+msgid ""
+"%s displays PostgreSQL database cluster control information.\n"
+"\n"
+msgstr "%s zeigt Kontrollinformationen über PostgreSQL-Datenbankcluster an.\n\n"
 
 #: pg_controldata.c:29
 #, c-format
index 851d7ffb3236c06dfbba99696fad46d7fe95dd78..32d842514b679babda6d53bc53ab86d2d04d0585 100644 (file)
@@ -1,37 +1,37 @@
 # German message translation file for pg_dump and friends
 # Peter Eisentraut <peter_e@gmx.net>, 2001, 2002.
 #
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/po/de.po,v 1.2 2002/09/22 20:57:21 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/po/de.po,v 1.2.2.1 2002/11/13 21:30:38 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pg_dump (PostgreSQL) 7.3\n"
-"POT-Creation-Date: 2002-09-22 16:37+0200\n"
-"PO-Revision-Date: 2002-09-22 16:40+0200\n"
+"Project-Id-Version: PostgreSQL 7.3\n"
+"POT-Creation-Date: 2002-11-13 20:16+0100\n"
+"PO-Revision-Date: 2002-11-13 20:27+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: pg_dump.c:389 pg_restore.c:254
+#: pg_dump.c:387 pg_restore.c:254
 msgid "User name: "
 msgstr "Benutzername: "
 
-#: pg_dump.c:423 pg_restore.c:281
+#: pg_dump.c:421 pg_restore.c:281
 #, c-format
 msgid "%s: invalid -X option -- %s\n"
 msgstr "%s: ungültige »-X«-Option -- %s\n"
 
-#: pg_dump.c:425 pg_dump.c:447 pg_dumpall.c:173 pg_restore.c:283
+#: pg_dump.c:423 pg_dump.c:445 pg_dumpall.c:173 pg_restore.c:283
 #: pg_restore.c:295
 #, c-format
 msgid "Try '%s --help' for more information.\n"
 msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
 
-#: pg_dump.c:436
+#: pg_dump.c:434
 #, c-format
 msgid ""
 "%s was compiled without support for long options.\n"
@@ -40,7 +40,7 @@ msgstr ""
 "%s wurde ohne Unterstützung für lange Optionen kompiliert.\n"
 "Verwenden Sie --help für Hilfe.\n"
 
-#: pg_dump.c:455 pg_dumpall.c:181
+#: pg_dump.c:453 pg_dumpall.c:181
 #, c-format
 msgid ""
 "%s: too many command line options (first is '%s')\n"
@@ -49,7 +49,7 @@ msgstr ""
 "%s: zu Viele Kommandozeilenoptionen (die Erste ist »%s«)\n"
 "Versuchen Sie »%s --help« für weitere Informationen.\n"
 
-#: pg_dump.c:467
+#: pg_dump.c:465
 msgid ""
 "The options \"schema only\" (-s) and \"data only\" (-a) cannot be used "
 "together.\n"
@@ -57,72 +57,72 @@ msgstr ""
 "Die Optionen »nur Schema« (-s) und »nur Daten« (-a) können nicht zusammen "
 "verwendet werden.\n"
 
-#: pg_dump.c:473
+#: pg_dump.c:471
 msgid ""
 "The options \"clean\" (-c) and \"data only\" (-a) cannot be used together.\n"
 msgstr ""
 "Die Optionen »Löschen« (-c) und »nur Daten« (-a) können nicht zusammen "
 "verwendet werden.\n"
 
-#: pg_dump.c:479
+#: pg_dump.c:477
 msgid "Large object output is not supported for a single table.\n"
 msgstr ""
 "Large-Object-Unterstützung kann nicht mit einer einzigen Tabelle verwendet "
 "werden.\n"
 
-#: pg_dump.c:480
+#: pg_dump.c:478
 msgid "Use all tables or a full dump instead.\n"
 msgstr "Sie müssen alle Tabellen oder die komplette Datenbank ausgeben.\n"
 
-#: pg_dump.c:486
+#: pg_dump.c:484
 msgid "INSERT (-d, -D) and OID (-o) options cannot be used together.\n"
 msgstr ""
 "Die Optionen INSERT (-d, -D) und OID (-o) können nicht zusammen verwendet "
 "werden.\n"
 
-#: pg_dump.c:487
+#: pg_dump.c:485
 msgid "(The INSERT command cannot set OIDs.)\n"
 msgstr "(Die INSERT-Anweisung kann OIDs nicht setzen.)\n"
 
-#: pg_dump.c:493
+#: pg_dump.c:491
 msgid "large object output is not supported for plain text dump files.\n"
 msgstr "Large-Object-Ausgabe wird im »plain text«-Format nicht unterstützt.\n"
 
-#: pg_dump.c:494
+#: pg_dump.c:492
 msgid "(Use a different output format.)\n"
 msgstr "(Verwenden Sie ein anderes Format.)\n"
 
-#: pg_dump.c:524
+#: pg_dump.c:522
 #, c-format
 msgid "invalid output format \"%s\" specified\n"
 msgstr "ungültiges Ausgabeformat »%s« angegeben\n"
 
-#: pg_dump.c:530
+#: pg_dump.c:528
 #, c-format
 msgid "could not open output file %s for writing\n"
 msgstr "konnte Ausgabedatei %s nicht zum Schreiben öffnen\n"
 
-#: pg_backup_db.c:48 pg_dump.c:541
+#: pg_backup_db.c:48 pg_dump.c:539
 #, c-format
 msgid "unable to parse version string \"%s\"\n"
 msgstr "kann Versionszeichenkette »%s« nicht entzifferen\n"
 
-#: pg_dump.c:559
+#: pg_dump.c:557
 #, c-format
 msgid "BEGIN command failed: %s"
 msgstr "BEGIN-Anweisung schlug fehl: %s"
 
-#: pg_dump.c:565
+#: pg_dump.c:563
 #, c-format
 msgid "could not set transaction isolation level to serializable: %s"
 msgstr "konnte Transaktionsisolation nicht auf serialisierbar setzen: %s"
 
-#: pg_dump.c:578
+#: pg_dump.c:575
 #, c-format
 msgid "last built-in OID is %u\n"
 msgstr "letzte eingebaute OID ist %u\n"
 
-#: pg_dump.c:658
+#: pg_dump.c:655
 #, c-format
 msgid ""
 "%s dumps a database as a text file or to other formats.\n"
@@ -131,36 +131,96 @@ msgstr ""
 "%s gibt eine Datenbank als Textdatei oder in anderen Formaten aus.\n"
 "\n"
 
-#: pg_dump.c:659 pg_dumpall.c:215 pg_restore.c:377
+#: pg_dump.c:656 pg_dumpall.c:215 pg_restore.c:377
 msgid "Usage:\n"
 msgstr "Benutzung:\n"
 
-#: pg_dump.c:660
+#: pg_dump.c:657
 #, c-format
+msgid "  %s [OPTION]... [DBNAME]\n"
+msgstr "  %s [OPTION]... [DBNAME]\n"
+
+#: pg_dump.c:659 pg_restore.c:380
 msgid ""
-"  %s [OPTIONS] DBNAME\n"
 "\n"
+"General options:\n"
+msgstr "\nAllgemeine Optionen:\n"
+
+#: pg_dump.c:661 pg_restore.c:383
+msgid "  -f, --file=FILENAME      output file name\n"
+msgstr "  -f, --file=DATEINAME     Name der Ausgabedatei\n"
+
+#: pg_dump.c:662
+msgid ""
+"  -F, --format=c|t|p       output file format (custom, tar, plain text)\n"
+msgstr "  -F, --format=c|t|p       Ausgabeformat (custom, tar, plain text)\n"
+
+#: pg_dump.c:663
+msgid ""
+"  -i, --ignore-version     proceed even when server version mismatches\n"
+"                           pg_dump version\n"
 msgstr ""
-"  %s [OPTIONEN] DBNAME\n"
-"\n"
+"  -i, --ignore-version     trotz unpassender Serverversion fortsetzen\n"
+
+#: pg_dump.c:665 pg_dumpall.c:227 pg_restore.c:387
+msgid "  -v, --verbose            verbose mode\n"
+msgstr "  -v, --verbose            »Verbose«-Modus\n"
+
+#: pg_dump.c:666
+msgid "  -Z, --compress=0-9       compression level for compressed formats\n"
+msgstr "  -Z, --compress=0-9       Komprimierungsniveau für komprimierte Formate\n"
+
+#: pg_dump.c:668 pg_restore.c:390
+msgid "  -f FILENAME              output file name\n"
+msgstr "  -f DATEINAME             Name der Ausgabedatei\n"
+
+#: pg_dump.c:669
+msgid ""
+"  -F c|t|p                 output file format (custom, tar, plain text)\n"
+msgstr "  -F c|t|p                 Ausgabeformat (custom, tar, plain text)\n"
+
+#: pg_dump.c:670
+msgid ""
+"  -i                       proceed even when server version mismatches\n"
+"                           pg_dump version\n"
+msgstr ""
+"  -i                       trotz unpassender Serverversion fortsetzen\n"
+
+#: pg_dump.c:672 pg_dumpall.c:236 pg_restore.c:394
+msgid "  -v                       verbose mode\n"
+msgstr "  -v                       »Verbose«-Modus\n"
+
+#: pg_dump.c:673
+msgid "  -Z 0-9                   compression level for compressed formats\n"
+msgstr "  -Z 0-9                   Komprimierungsniveau für komprimierte Formate\n"
 
-#: pg_dump.c:661 pg_dumpall.c:218 pg_restore.c:379
-msgid "Options:\n"
-msgstr "Optionen:\n"
+#: pg_dump.c:675 pg_dumpall.c:238 pg_restore.c:396
+msgid "  --help                   show this help, then exit\n"
+msgstr "  --help                   diese Hilfe anzeigen, dann beenden\n"
 
-#: pg_dump.c:664
+#: pg_dump.c:676 pg_dumpall.c:239 pg_restore.c:397
+msgid "  --version                output version information, then exit\n"
+msgstr "  --version                Versionsinformationen anzeigen, dann beenden\n"
+
+#: pg_dump.c:678 pg_restore.c:399
+msgid ""
+"\n"
+"Options controlling the output content:\n"
+msgstr "\nOptionen die den Inhalt der Ausgabe kontrollieren:\n"
+
+#: pg_dump.c:680
 msgid "  -a, --data-only          dump only the data, not the schema\n"
 msgstr "  -a, --data-only          nur Daten, nicht das Schema, ausgeben\n"
 
-#: pg_dump.c:665
+#: pg_dump.c:681
 msgid "  -b, --blobs              include large objects in dump\n"
 msgstr "  -b, --blobs              Large Objects mit ausgeben\n"
 
-#: pg_dump.c:666 pg_restore.c:383
+#: pg_dump.c:682 pg_restore.c:402
 msgid "  -c, --clean              clean (drop) schema prior to create\n"
 msgstr "  -c, --clean              Schema vor der Erstellung löschen\n"
 
-#: pg_dump.c:667
+#: pg_dump.c:683
 msgid ""
 "  -C, --create             include commands to create database in dump\n"
 msgstr ""
@@ -168,45 +228,25 @@ msgstr ""
 "Ausgabe\n"
 "                           einfügen\n"
 
-#: pg_dump.c:668 pg_dumpall.c:221
+#: pg_dump.c:684 pg_dumpall.c:221
 msgid ""
 "  -d, --inserts            dump data as INSERT, rather than COPY, commands\n"
 msgstr ""
 "  -d, --inserts            Daten als INSERT-Anweisungen, statt COPY, "
 "ausgeben\n"
 
-#: pg_dump.c:669 pg_dumpall.c:222
+#: pg_dump.c:685 pg_dumpall.c:222
 msgid ""
 "  -D, --column-inserts     dump data as INSERT commands with column names\n"
 msgstr ""
 "  -D, --column-inserts     Daten als INSERT-Anweisungen mit Spaltennamen\n"
 "                           ausgeben\n"
 
-#: pg_dump.c:670 pg_restore.c:386
-msgid "  -f, --file=FILENAME      output file name\n"
-msgstr "  -f, --file=DATEINAME     Name der Ausgabedatei\n"
-
-#: pg_dump.c:671
-msgid ""
-"  -F, --format {c|t|p}     output file format (custom, tar, plain text)\n"
-msgstr "  -F, --format {c|t|p}     Ausgabeformat (custom, tar, plain text)\n"
-
-#: pg_dump.c:672 pg_dumpall.c:224 pg_restore.c:388
-msgid "  -h, --host=HOSTNAME      database server host name\n"
-msgstr "  -h, --host=HOSTNAME      Hostname des Datenbankservers\n"
-
-#: pg_dump.c:673
-msgid ""
-"  -i, --ignore-version     proceed even when server version mismatches\n"
-"                           pg_dump version\n"
-msgstr ""
-"  -i, --ignore-version     trotz unpassender Serverversion fortsetzen\n"
-
-#: pg_dump.c:675 pg_dumpall.c:227
+#: pg_dump.c:686 pg_dumpall.c:226
 msgid "  -o, --oids               include OIDs in dump\n"
 msgstr "  -o, --oids               OIDs mit ausgeben\n"
 
-#: pg_dump.c:676
+#: pg_dump.c:687
 msgid ""
 "  -O, --no-owner           do not output \\connect commands in plain\n"
 "                           text format\n"
@@ -215,11 +255,7 @@ msgstr ""
 "Format\n"
 "                           ausgeben\n"
 
-#: pg_dump.c:678 pg_dumpall.c:228 pg_restore.c:398
-msgid "  -p, --port=PORT          database server port number\n"
-msgstr "  -p, --port=PORT          Portnummer des Datenbankservers\n"
-
-#: pg_dump.c:679
+#: pg_dump.c:689
 msgid ""
 "  -R, --no-reconnect       disable ALL reconnections to the database in\n"
 "                           plain text format\n"
@@ -227,42 +263,26 @@ msgstr ""
 "  -R, --no-reconnect       keine Wiederverbindungen mit der Datenbank im\n"
 "                           »plain text«-Format ermöglichen\n"
 
-#: pg_dump.c:681
+#: pg_dump.c:691
 msgid "  -s, --schema-only        dump only the schema, no data\n"
 msgstr "  -s, --schema-only        nur das Schema, nicht die Daten, ausgeben\n"
 
-#: pg_dump.c:682
+#: pg_dump.c:692
 msgid ""
 "  -S, --superuser=NAME     specify the superuser user name to use in\n"
 "                           plain text format\n"
 msgstr "  -S, --superuser=NAME     Superusername für das »plain text«-Format\n"
 
-#: pg_dump.c:684
+#: pg_dump.c:694
 msgid "  -t, --table=TABLE        dump this table only (* for all)\n"
 msgstr "  -t, --table=TABELLE      nur diese Tabelle ausgeben (* für alle)\n"
 
-#: pg_dump.c:685 pg_dumpall.c:229 pg_restore.c:408
-msgid "  -U, --username=NAME      connect as specified database user\n"
-msgstr "  -U, --username=NAME      Datenbankbenutzername\n"
-
-#: pg_dump.c:686 pg_dumpall.c:230 pg_restore.c:409
-msgid "  -v, --verbose            verbose mode\n"
-msgstr "  -v, --verbose            »Verbose«-Modus\n"
-
-#: pg_dump.c:687 pg_dumpall.c:231 pg_restore.c:410
-msgid ""
-"  -W, --password           force password prompt (should happen "
-"automatically)\n"
-msgstr ""
-"  -W, --password           nach Passwort fragen (sollte automatisch "
-"geschehen)\n"
-
-#: pg_dump.c:688
+#: pg_dump.c:695
 msgid "  -x, --no-privileges      do not dump privileges (grant/revoke)\n"
 msgstr ""
 "  -x, --no-privileges      Zugriffsrechte (grant/revoke) nicht ausgeben\n"
 
-#: pg_dump.c:689
+#: pg_dump.c:696
 msgid ""
 "  -X use-set-session-authorization, --use-set-session-authorization\n"
 "                           output SET SESSION AUTHORIZATION commands rather\n"
@@ -273,7 +293,7 @@ msgstr ""
 "von\n"
 "                           »\\connect« ausgeben\n"
 
-#: pg_dump.c:692 pg_restore.c:415
+#: pg_dump.c:699 pg_restore.c:424
 msgid ""
 "  -X disable-triggers, --disable-triggers\n"
 "                           disable triggers during data-only restore\n"
@@ -282,24 +302,19 @@ msgstr ""
 "                           Trigger abschalten während der Datenwieder-\n"
 "                           herstellung\n"
 
-#: pg_dump.c:694
-msgid "  -Z, --compress {0-9}     compression level for compressed formats\n"
-msgstr ""
-"  -Z, --compress {0-9}     Komprimierungsniveau für komprimierte Formate\n"
-
-#: pg_dump.c:697
+#: pg_dump.c:702
 msgid "  -a                       dump only the data, not the schema\n"
 msgstr "  -a                       nur Daten, nicht das Schema, ausgeben\n"
 
-#: pg_dump.c:698
+#: pg_dump.c:703
 msgid "  -b                       include large objects in dump\n"
 msgstr "  -b                       Large Objects mit ausgeben\n"
 
-#: pg_dump.c:699 pg_restore.c:420
+#: pg_dump.c:704 pg_restore.c:428
 msgid "  -c                       clean (drop) schema prior to create\n"
 msgstr "  -c                       Schema vor der Erstellung löschen\n"
 
-#: pg_dump.c:700
+#: pg_dump.c:705
 msgid ""
 "  -C                       include commands to create database in dump\n"
 msgstr ""
@@ -307,41 +322,21 @@ msgstr ""
 "Ausgabe\n"
 "                           einfügen\n"
 
-#: pg_dump.c:701 pg_dumpall.c:234
+#: pg_dump.c:706 pg_dumpall.c:230
 msgid ""
 "  -d                       dump data as INSERT, rather than COPY, commands\n"
 msgstr ""
 "  -d                       Daten als INSERT-Anweisungen, statt COPY, "
 "ausgeben\n"
 
-#: pg_dump.c:702 pg_dumpall.c:235
+#: pg_dump.c:707 pg_dumpall.c:231
 msgid ""
 "  -D                       dump data as INSERT commands with column names\n"
 msgstr ""
 "  -D                       Daten als INSERT-Anweisungen mit Spaltennamen\n"
 "                           ausgeben\n"
 
-#: pg_dump.c:703 pg_restore.c:423
-msgid "  -f FILENAME              output file name\n"
-msgstr "  -f DATEINAME             Name der Ausgabedatei\n"
-
-#: pg_dump.c:704
-msgid ""
-"  -F {c|t|p}               output file format (custom, tar, plain text)\n"
-msgstr "  -F {c|t|p}               Ausgabeformat (custom, tar, plain text)\n"
-
-#: pg_dump.c:705 pg_dumpall.c:237 pg_restore.c:425
-msgid "  -h HOSTNAME              database server host name\n"
-msgstr "  -h HOSTNAME              Hostname des Datenbankservers\n"
-
-#: pg_dump.c:706
-msgid ""
-"  -i                       proceed even when server version mismatches\n"
-"                           pg_dump version\n"
-msgstr ""
-"  -i                       trotz unpassender Serverversion fortsetzen\n"
-
-#: pg_dump.c:708 pg_dumpall.c:240
+#: pg_dump.c:708 pg_dumpall.c:235
 msgid "  -o                       include OIDs in dump\n"
 msgstr "  -o                       OIDs mit ausgeben\n"
 
@@ -354,11 +349,7 @@ msgstr ""
 "Format\n"
 "                           ausgeben\n"
 
-#: pg_dump.c:711 pg_dumpall.c:241 pg_restore.c:435
-msgid "  -p PORT                  database server port number\n"
-msgstr "  -p PORT                  Portnummer des Datenbankservers\n"
-
-#: pg_dump.c:712
+#: pg_dump.c:711
 msgid ""
 "  -R                       disable ALL reconnections to the database in\n"
 "                           plain text format\n"
@@ -366,42 +357,26 @@ msgstr ""
 "  -R                       keine Wiederverbindungen mit der Datenbank im\n"
 "                           »plain text«-Format ermöglichen\n"
 
-#: pg_dump.c:714
+#: pg_dump.c:713
 msgid "  -s                       dump only the schema, no data\n"
 msgstr "  -s                       nur das Schema, nicht die Daten, ausgeben\n"
 
-#: pg_dump.c:715
+#: pg_dump.c:714
 msgid ""
 "  -S NAME                  specify the superuser user name to use in\n"
 "                           plain text format\n"
 msgstr "  -S NAME                  Superusername für das »plain text«-Format\n"
 
-#: pg_dump.c:717
+#: pg_dump.c:716
 msgid "  -t TABLE                 dump this table only (* for all)\n"
 msgstr "  -t TABELLE               nur diese Tabelle ausgeben (* für alle)\n"
 
-#: pg_dump.c:718 pg_dumpall.c:242 pg_restore.c:444
-msgid "  -U NAME                  connect as specified database user\n"
-msgstr "  -U NAME                  Datenbankbenutzername\n"
-
-#: pg_dump.c:719 pg_dumpall.c:243 pg_restore.c:445
-msgid "  -v                       verbose mode\n"
-msgstr "  -v                       »Verbose«-Modus\n"
-
-#: pg_dump.c:720 pg_dumpall.c:244 pg_restore.c:446
-msgid ""
-"  -W                       force password prompt (should happen "
-"automatically)\n"
-msgstr ""
-"  -W                       nach Passwort fragen (sollte automatisch "
-"geschehen)\n"
-
-#: pg_dump.c:721
+#: pg_dump.c:717
 msgid "  -x                       do not dump privileges (grant/revoke)\n"
 msgstr ""
 "  -x                       Zugriffsrechte (grant/revoke) nicht ausgeben\n"
 
-#: pg_dump.c:722
+#: pg_dump.c:718
 msgid ""
 "  -X use-set-session-authorization\n"
 "                           output SET SESSION AUTHORIZATION commands rather\n"
@@ -412,18 +387,59 @@ msgstr ""
 "von\n"
 "                           »\\connect« ausgeben\n"
 
-#: pg_dump.c:725 pg_restore.c:451
+#: pg_dump.c:721 pg_restore.c:449
 msgid "  -X disable-triggers      disable triggers during data-only restore\n"
 msgstr ""
 "  -X disable-triggers      Trigger abschalten während der Datenwieder-\n"
 "                           herstellung\n"
 
-#: pg_dump.c:726
-msgid "  -Z {0-9}                 compression level for compressed formats\n"
+#: pg_dump.c:724 pg_dumpall.c:241 pg_restore.c:452
+msgid ""
+"\n"
+"Connection options:\n"
+msgstr "\nVerbindungsoptionen:\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=HOSTNAME      Hostname des Datenbankservers\n"
+
+#: pg_dump.c:727 pg_dumpall.c:244 pg_restore.c:455
+msgid "  -p, --port=PORT          database server port number\n"
+msgstr "  -p, --port=PORT          Portnummer des Datenbankservers\n"
+
+#: pg_dump.c:728 pg_dumpall.c:245 pg_restore.c:456
+msgid "  -U, --username=NAME      connect as specified database user\n"
+msgstr "  -U, --username=NAME      Datenbankbenutzername\n"
+
+#: pg_dump.c:729 pg_dumpall.c:246 pg_restore.c:457
+msgid ""
+"  -W, --password           force password prompt (should happen "
+"automatically)\n"
 msgstr ""
-"  -Z {0-9}                 Komprimierungsniveau für komprimierte Formate\n"
+"  -W, --password           nach Passwort fragen (sollte automatisch "
+"geschehen)\n"
 
-#: pg_dump.c:729
+#: pg_dump.c:731 pg_dumpall.c:248 pg_restore.c:459
+msgid "  -h HOSTNAME              database server host name\n"
+msgstr "  -h HOSTNAME              Hostname des Datenbankservers\n"
+
+#: pg_dump.c:732 pg_dumpall.c:249 pg_restore.c:460
+msgid "  -p PORT                  database server port number\n"
+msgstr "  -p PORT                  Portnummer des Datenbankservers\n"
+
+#: pg_dump.c:733 pg_dumpall.c:250 pg_restore.c:461
+msgid "  -U NAME                  connect as specified database user\n"
+msgstr "  -U NAME                  Datenbankbenutzername\n"
+
+#: pg_dump.c:734 pg_dumpall.c:251 pg_restore.c:462
+msgid ""
+"  -W                       force password prompt (should happen "
+"automatically)\n"
+msgstr ""
+"  -W                       nach Passwort fragen (sollte automatisch "
+"geschehen)\n"
+
+#: pg_dump.c:737
 msgid ""
 "\n"
 "If no database name is not supplied, then the PGDATABASE environment\n"
@@ -435,47 +451,47 @@ msgstr ""
 "PGDATABASE verwendet.\n"
 "\n"
 
-#: pg_dump.c:731 pg_dumpall.c:248 pg_restore.c:455
+#: pg_dump.c:739 pg_dumpall.c:255 pg_restore.c:466
 msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
 msgstr "Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
 
-#: pg_backup_archiver.c:1288 pg_dump.c:739
+#: pg_backup_archiver.c:1286 pg_dump.c:747
 msgid "*** aborted because of error\n"
 msgstr "*** abgebrochen wegen Fehler\n"
 
-#: pg_dump.c:806
+#: pg_dump.c:814
 #, c-format
 msgid "dumping contents of table %s\n"
 msgstr "gebe Inhalt der Tabelle %s aus\n"
 
-#: pg_dump.c:845
+#: pg_dump.c:853
 #, c-format
 msgid "SQL command to dump the contents of table \"%s\" failed\n"
 msgstr "SQL-Anweisung um Inhalt der Tabelle »%s« auszugeben schlug fehl\n"
 
-#: pg_dump.c:847 pg_dump.c:936 pg_dump.c:985 pg_dump.c:999 pg_dump.c:1097
-#: pg_dump.c:1215
+#: pg_dump.c:855 pg_dump.c:944 pg_dump.c:993 pg_dump.c:1007 pg_dump.c:1104
+#: pg_dump.c:1222
 #, c-format
 msgid "Error message from server: %s"
 msgstr "Fehlermeldung vom Server: %s"
 
-#: pg_dump.c:848 pg_dump.c:857 pg_dump.c:937 pg_dump.c:986 pg_dump.c:1216
+#: pg_dump.c:856 pg_dump.c:865 pg_dump.c:945 pg_dump.c:994 pg_dump.c:1223
 #, c-format
 msgid "The command was: %s\n"
 msgstr "Die Anweisung war: %s\n"
 
-#: pg_dump.c:853
+#: pg_dump.c:861
 #, c-format
 msgid "SQL command to dump the contents of table \"%s\" executed abnormally.\n"
 msgstr ""
 "SQL-Anweisung um Inhalt der Tabelle »%s« auszugeben lief nicht korrekt ab.\n"
 
-#: pg_dump.c:855
+#: pg_dump.c:863
 #, c-format
 msgid "The server returned status %d when %d was expected.\n"
 msgstr "Der Server gab Status %d zurück, aber %d wurde erwartet.\n"
 
-#: pg_dump.c:935
+#: pg_dump.c:943
 #, c-format
 msgid ""
 "SQL command to dump the contents of table \"%s\" failed: PQendcopy() "
@@ -484,273 +500,273 @@ msgstr ""
 "SQL-Anweisung um Inhalt der Tabelle »%s« auszugeben fehlgeschlagen: PQendcopy"
 "() nicht erfolgreich.\n"
 
-#: pg_dump.c:984 pg_dump.c:998 pg_dump.c:1096
+#: pg_dump.c:992 pg_dump.c:1006 pg_dump.c:1103
 msgid "dumpClasses(): SQL command failed\n"
 msgstr "dumpClasses(): SQL-Anweisung schlug fehl\n"
 
-#: pg_dump.c:1000
+#: pg_dump.c:1008
 msgid "The command was: FETCH 100 FROM _pg_dump_cursor\n"
 msgstr "Die Anweisung war: FETCH 100 FROM _pg_dump_cursor\n"
 
-#: pg_dump.c:1098
+#: pg_dump.c:1105
 msgid "The command was: CLOSE _pg_dump_cursor\n"
 msgstr "Die Anweisung war: CLOSE _pg_dump_cursor\n"
 
-#: pg_dump.c:1136
+#: pg_dump.c:1143
 #, c-format
 msgid "preparing to dump the contents of table %s\n"
 msgstr "Vorbereitung um Inhalt der Tabelle %s auszugeben\n"
 
-#: pg_dump.c:1199
+#: pg_dump.c:1206
 msgid "saving database definition\n"
 msgstr "sichere Datenbankdefinition\n"
 
-#: pg_dump.c:1214
+#: pg_dump.c:1221
 msgid "SQL command failed\n"
 msgstr "SQL-Anweisung schlug fehl\n"
 
-#: pg_dump.c:1224
+#: pg_dump.c:1231
 #, c-format
 msgid "missing pg_database entry for database \"%s\"\n"
 msgstr "fehlender pg_database-Eintrag für Datenbank »%s«\n"
 
-#: pg_dump.c:1231
+#: pg_dump.c:1238
 #, c-format
 msgid ""
 "query returned more than one (%d) pg_database entry for database \"%s\"\n"
 msgstr ""
 "Abfrage ergab mehr als einen (%d) pg_database-Eintrag für Datenbank »%s«\n"
 
-#: pg_dump.c:1298
+#: pg_dump.c:1305
 msgid "saving large objects\n"
 msgstr "sichere Large Objects\n"
 
-#: pg_dump.c:1312
+#: pg_dump.c:1319
 #, c-format
 msgid "dumpBlobs(): cursor declaration failed: %s"
 msgstr "dumpBlobs(): Cursordeklaration fehlgeschlagen: %s"
 
-#: pg_dump.c:1327
+#: pg_dump.c:1334
 #, c-format
 msgid "dumpBlobs(): fetch from cursor failed: %s"
 msgstr "dumpBlobs(): Fetch vom Cursor fehlgeschlagen: %s"
 
-#: pg_dump.c:1340
+#: pg_dump.c:1347
 #, c-format
 msgid "dumpBlobs(): could not open large object: %s"
 msgstr "dumpBlobs(): konnte Large Object nicht öffnen: %s"
 
-#: pg_dump.c:1353
+#: pg_dump.c:1360
 #, c-format
 msgid "dumpBlobs(): error reading large object: %s"
 msgstr "dumpBlobs(): Fehler beim Lesen von Large Object: %s"
 
-#: pg_dump.c:1441
+#: pg_dump.c:1448
 #, c-format
 msgid "query to obtain list of namespaces failed: %s"
 msgstr "Abfrage um Liste der Namespaces zu ermitteln fehlgeschlagen: %s"
 
-#: pg_dump.c:1465
+#: pg_dump.c:1472
 #, c-format
 msgid "WARNING: owner of namespace %s appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer des Namespace %s scheint ungültig zu sein\n"
 
-#: pg_dump.c:1500
+#: pg_dump.c:1507
 #, c-format
 msgid "could not find namespace with OID %s\n"
 msgstr "konnte Namespace mit OID %s nicht finden\n"
 
-#: pg_dump.c:1580
+#: pg_dump.c:1587
 #, c-format
 msgid "query to obtain list of data types failed: %s"
 msgstr "Abfrage um Liste der Datentypen zu erhalten schlug fehl: %s"
 
-#: pg_dump.c:1625
+#: pg_dump.c:1632
 #, c-format
 msgid "WARNING: owner of data type %s appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer des Datentypen %s scheint ungültig zu sein\n"
 
-#: pg_dump.c:1688 pg_dump.c:4010
+#: pg_dump.c:1695 pg_dump.c:4021
 #, c-format
 msgid "query to obtain list of operators failed: %s"
 msgstr "Abfrage um Liste der Operatoren zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:1713
+#: pg_dump.c:1720
 #, c-format
 msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer des Operatoren »%s« scheint ungültig zu sein\n"
 
-#: pg_dump.c:1771
+#: pg_dump.c:1778
 #, c-format
 msgid "query to obtain list of operator classes failed: %s"
 msgstr "Abfrage um Liste der Operatorklassen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:1796
+#: pg_dump.c:1803
 #, c-format
 msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer der Operatorklasse »%s« scheint ungültig zu sein\n"
 
-#: pg_dump.c:1864 pg_dump.c:4630
+#: pg_dump.c:1871 pg_dump.c:4641
 #, c-format
 msgid "query to obtain list of aggregate functions failed: %s"
 msgstr "Abfrage um Liste der Aggregatfunktionen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:1890
+#: pg_dump.c:1897
 #, c-format
 msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
 msgstr ""
 "WARNUNG: Eigentümer der Aggregatfunktion »%s« scheint ungültig zu sein\n"
 
-#: pg_dump.c:1964
+#: pg_dump.c:1971
 #, c-format
 msgid "query to obtain list of functions failed: %s"
 msgstr "Abfrage um Liste der Funktionen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:2011
+#: pg_dump.c:2018
 #, c-format
 msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer der Funktion »%s« scheint ungültig zu sein\n"
 
-#: pg_dump.c:2161
+#: pg_dump.c:2168
 #, c-format
 msgid "query to obtain list of tables failed: %s"
 msgstr "Abfrage um Liste der Tabellen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:2257
+#: pg_dump.c:2264
 #, c-format
 msgid "Attempt to lock table \"%s\" failed.  %s"
 msgstr "Versuch die Tabelle »%s« zu sperren ist fehlgeschlagen.  %s"
 
-#: pg_dump.c:2266
+#: pg_dump.c:2273
 #, c-format
 msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
 msgstr "WARNUNG: Eigentümer der Tabelle »%s« scheint ungültig zu sein\n"
 
-#: pg_dump.c:2308
+#: pg_dump.c:2315
 #, c-format
 msgid "query to obtain inheritance relationships failed: %s"
 msgstr "Abfrage um die Ableitungsbeziehungen zu ermitteln fehlgeschlagen: %s"
 
-#: pg_dump.c:2392
+#: pg_dump.c:2400
 #, c-format
 msgid "finding the columns and types of table %s\n"
 msgstr "finde Spalten und Typen von Tabelle %s\n"
 
-#: pg_dump.c:2441
+#: pg_dump.c:2449
 #, c-format
 msgid "query to get table columns failed: %s"
 msgstr "Abfrage nach Tabellenspalten fehlgeschlagen: %s"
 
-#: pg_dump.c:2494
+#: pg_dump.c:2505
 #, c-format
 msgid "finding DEFAULT expressions of table %s\n"
 msgstr "finde DEFAULT-Ausdrucke von Tabelle %s\n"
 
-#: pg_dump.c:2525
+#: pg_dump.c:2536
 #, c-format
 msgid "query to get column default values failed: %s"
 msgstr "Abfrage nach DEFAULT-Ausdruck fehlgeschlagen: %s"
 
-#: pg_dump.c:2537
+#: pg_dump.c:2548
 #, c-format
 msgid "invalid adnum value %d for table %s\n"
 msgstr "ungültiger adnum-Wert %d für Tabelle %s\n"
 
-#: pg_dump.c:2654
+#: pg_dump.c:2665
 #, c-format
 msgid "query to get comment on oid %s failed: %s"
 msgstr "Abfrage nach Kommentar für Oid %s fehlgeschlagen: %s"
 
-#: pg_dump.c:2738
+#: pg_dump.c:2749
 #, c-format
 msgid "query to get comments on table %s failed: %s"
 msgstr "Abfrage nach Kommentaren für Tabelle %s fehlgeschlagen: %s"
 
-#: pg_dump.c:2821
+#: pg_dump.c:2832
 #, c-format
 msgid "query to get database oid failed: %s"
 msgstr "Abfrage nach Datenbank-Oid fehlgeschlagen: %s"
 
-#: pg_dump.c:2990
+#: pg_dump.c:3001
 #, c-format
 msgid "query to obtain information on type %s failed: %s"
 msgstr "Abfrage um Informationen über Typ %s zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:2999 pg_dump.c:3173 pg_dump.c:3675 pg_dump.c:4018 pg_dump.c:4331
-#: pg_dump.c:4639 pg_dump.c:6578
+#: 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
 #, c-format
 msgid "Got %d rows instead of one from: %s"
 msgstr "Ergebnis waren %d Zeilen statt einer von: %s"
 
-#: pg_dump.c:3165
+#: pg_dump.c:3176
 #, c-format
 msgid "query to obtain domain information failed: %s"
 msgstr "Abfrage um Liste der Domains zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:3268
+#: pg_dump.c:3279
 #, c-format
 msgid "query to obtain type information failed: %s"
 msgstr "Abfrage um Typeninformationen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:3276
+#: pg_dump.c:3287
 #, c-format
 msgid "Got no rows from: %s"
 msgstr "Ergebnis waren keine Zeilen von: %s"
 
-#: pg_dump.c:3407
+#: pg_dump.c:3418
 #, c-format
 msgid "query to obtain list of procedural languages failed: %s"
 msgstr "Abfrage um Liste der Prozedursprachen zu ermitteln fehlgeschlagen: %s"
 
-#: pg_dump.c:3442
+#: pg_dump.c:3453
 #, c-format
 msgid "handler procedure for procedural language %s not found\n"
 msgstr "Handlerfunktion für Prozedursprache %s nicht gefunden\n"
 
-#: pg_dump.c:3452
+#: pg_dump.c:3463
 #, c-format
 msgid "validator procedure for procedural language %s not found\n"
 msgstr "Validatorprozedur für Prozedursprache %s nicht gefunden\n"
 
-#: pg_dump.c:3666
+#: pg_dump.c:3677
 #, c-format
 msgid "query to obtain information on function %s failed: %s"
 msgstr "Abfrage um Informationen über Funktion %s zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:3741
+#: pg_dump.c:3752
 #, c-format
 msgid "Unexpected provolatile value for function %s\n"
 msgstr "Unerwarteter provolatile-Wert für Funktion %s\n"
 
-#: pg_dump.c:3807
+#: pg_dump.c:3818
 #, c-format
 msgid "query to obtain list of casts failed: %s"
 msgstr "Abfrage um Liste der Casts zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:4239
+#: pg_dump.c:4250
 #, c-format
 msgid "WARNING: cannot find operator with OID %s\n"
 msgstr "WARNUNG: kann Operator mit OID %s nicht finden\n"
 
-#: pg_dump.c:4323
+#: pg_dump.c:4334
 #, c-format
 msgid "query to obtain operator class details failed: %s"
 msgstr "Abfrage um Operatorklassendetails zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:4393
+#: pg_dump.c:4404
 #, c-format
 msgid "query to obtain operator class operators failed: %s"
 msgstr ""
 "Abfrage um Liste der Operatoren der Operatorklasse zu ermitteln schlug fehl: "
 "%s"
 
-#: pg_dump.c:4438
+#: pg_dump.c:4449
 #, c-format
 msgid "query to obtain operator class functions failed: %s"
 msgstr ""
 "Abfrage um Liste der Operatorklassenfunktionen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:4667
+#: pg_dump.c:4678
 #, c-format
 msgid ""
 "WARNING: aggregate function %s could not be dumped correctly for this "
@@ -759,23 +775,23 @@ msgstr ""
 "WARNUNG: Aggregatfunktion %s konnte für diese Datenbankversion nicht korrekt "
 "ausgegeben werden - ignoriert\n"
 
-#: pg_dump.c:4889
+#: pg_dump.c:4910
 #, c-format
 msgid "could not parse ACL list (%s) for object %s (%s)\n"
 msgstr "konnte ACL-Zeichenkette (%s) für Objekt %s (%s) nicht interpretieren\n"
 
-#: pg_dump.c:5123
+#: pg_dump.c:5146
 #, c-format
 msgid "query to obtain definition of view \"%s\" failed: %s"
 msgstr "Abfrage um die Definition der Sicht »%s« zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:5131
+#: pg_dump.c:5154
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned no data\n"
 msgstr ""
 "Abfrage um die Definition der Sicht »%s« zu ermitteln lieferte keine Daten\n"
 
-#: pg_dump.c:5134
+#: pg_dump.c:5157
 #, c-format
 msgid ""
 "query to obtain definition of view \"%s\" returned more than one definition\n"
@@ -783,142 +799,142 @@ msgstr ""
 "Abfrage um die Definition der Sicht »%s« zu ermitteln lieferte mehr als eine "
 "Definition\n"
 
-#: pg_dump.c:5141
+#: pg_dump.c:5164
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned NULL oid\n"
 msgstr ""
 "Abfrage um die Definition der Sicht »%s« zu ermitteln ergab eine NULL Oid\n"
 
-#: pg_dump.c:5150
+#: pg_dump.c:5173
 #, c-format
 msgid "definition of view \"%s\" appears to be empty (length zero)\n"
 msgstr "Definition der Sicht »%s« scheint leer zu sein (Länge null)\n"
 
-#: pg_dump.c:5288
+#: pg_dump.c:5311
 #, c-format
 msgid "finding CHECK constraints for table %s\n"
 msgstr "finde Check-Constraints für Tabelle %s\n"
 
-#: pg_dump.c:5330
+#: pg_dump.c:5353
 #, c-format
 msgid "query to obtain check constraints failed: %s"
 msgstr "Abfrage nach Check-Constraints fehlgeschlagen: %s"
 
-#: pg_dump.c:5336
+#: pg_dump.c:5359
 #, c-format
 msgid "expected %d check constraints on table \"%s\" but found %d\n"
 msgstr "%d Check-Constraints für Tabelle %s erwartet, aber %d gefunden\n"
 
-#: pg_dump.c:5338
+#: pg_dump.c:5361
 msgid "(The system catalogs might be corrupted.)\n"
 msgstr "(Die Systemkataloge sind wahrscheinlich verfälscht.)\n"
 
-#: pg_dump.c:5465
+#: pg_dump.c:5488
 #, c-format
 msgid "getAttrName(): invalid column number %d for table %s\n"
 msgstr "getAttrName(): ungültige Spaltennummer %d in Tabelle %s\n"
 
-#: pg_dump.c:5553
+#: pg_dump.c:5576
 #, c-format
 msgid "query to obtain list of indexes failed: %s"
 msgstr "Abfrage um Liste der Indizies zu ermitteln fehlgeschlagen: %s"
 
-#: pg_dump.c:5694
+#: pg_dump.c:5717
 #, c-format
 msgid "could not create pgdump_oid table: %s"
 msgstr "konnte Tabelle pgdump_oid nicht erstellen: %s"
 
-#: pg_dump.c:5702
+#: pg_dump.c:5725
 #, c-format
 msgid "could not insert into pgdump_oid table: %s"
 msgstr "konnte nicht in Tabelle pgdump_oid einfügen: %s"
 
-#: pg_dump.c:5708
+#: pg_dump.c:5731
 msgid "inserted invalid oid\n"
 msgstr "ungültige Oid eingefügt\n"
 
-#: pg_dump.c:5716
+#: pg_dump.c:5739
 #, c-format
 msgid "could not drop pgdump_oid table: %s"
 msgstr "konnte Tabelle pgdump_oid nicht entfernen: %s"
 
-#: pg_dump.c:5721
+#: pg_dump.c:5744
 #, c-format
 msgid "maximum system oid is %u\n"
 msgstr "höchste System-Oid ist %u\n"
 
-#: pg_dump.c:5758
+#: pg_dump.c:5781
 #, c-format
 msgid "error in finding the last system oid: %s"
 msgstr "Fehler beim Finden der letzten System-Oid: %s"
 
-#: pg_dump.c:5764
+#: pg_dump.c:5787
 msgid "missing pg_database entry for this database\n"
 msgstr "fehlender pg_database-Eintrag für diese Datenbank\n"
 
-#: pg_dump.c:5769
+#: pg_dump.c:5792
 msgid "found more than one pg_database entry for this database\n"
 msgstr "mehr als einen pg_database-Eintrag für diese Datenbank gefunden\n"
 
-#: pg_dump.c:5797
+#: pg_dump.c:5820
 #, c-format
 msgid "error in finding the template1 database: %s"
 msgstr "Fehler beim Finden der Datenbank template1: %s"
 
-#: pg_dump.c:5803
+#: pg_dump.c:5826
 msgid "could not find template1 database entry in the pg_database table\n"
 msgstr ""
 "konnte Eintrag für Datenbank template1 nicht in der Tabelle pg_database "
 "finden\n"
 
-#: pg_dump.c:5808
+#: pg_dump.c:5831
 msgid "found more than one template1 database entry in the pg_database table\n"
 msgstr ""
 "mehr als ein Eintrag für Datenbank template1 in der Tabelle pg_database "
 "gefunden\n"
 
-#: pg_dump.c:5842
+#: pg_dump.c:5865
 #, c-format
 msgid "query to get data of sequence \"%s\" failed: %s"
 msgstr "Abfrage nach Daten der Sequenz %s fehlgeschlagen: %s"
 
-#: pg_dump.c:5848
+#: pg_dump.c:5871
 #, c-format
 msgid "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
 msgstr "Abfrage nach Daten der Sequenz %s ergab %d Zeilen (erwartete 1)\n"
 
-#: pg_dump.c:5857
+#: pg_dump.c:5880
 #, c-format
 msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
 msgstr "Abfrage nach Daten der Sequenz %s ergab Name »%s«\n"
 
-#: pg_dump.c:5980
+#: pg_dump.c:6003
 #, c-format
 msgid "dumping foreign key constraints for table %s\n"
 msgstr "gebe Fremdschlüssel-Constraints für Tabelle %s aus\n"
 
-#: pg_dump.c:6001
+#: pg_dump.c:6024
 #, c-format
 msgid "query to obtain list of foreign key definitions failed: %s"
 msgstr ""
 "Abfrage um Liste der Fremdschlüsseldefinitionen zu ermitteln schlug fehl: %s"
 
-#: pg_dump.c:6091
+#: pg_dump.c:6114
 #, c-format
 msgid "dumping triggers for table %s\n"
 msgstr "dumpe Trigger von Tabelle %s\n"
 
-#: pg_dump.c:6140
+#: pg_dump.c:6163
 #, c-format
 msgid "query to obtain list of triggers failed: %s"
 msgstr "Abfrage um Liste der Trigger zu ermitteln fehlgeschlagen: %s"
 
-#: pg_dump.c:6151
+#: pg_dump.c:6174
 #, c-format
 msgid "expected %d triggers on table \"%s\" but found %d\n"
 msgstr "%d Trigger für Tabelle %s erwartet, aber %d gefunden\n"
 
-#: pg_dump.c:6261
+#: pg_dump.c:6284
 #, c-format
 msgid ""
 "query produced NULL referenced table name for foreign key trigger \"%s\" on "
@@ -927,27 +943,27 @@ msgstr ""
 "Abfrage ergab NULL als Name der Tabelle auf die sich Fremdschlüssel-Trigger "
 "»%s« von Tabelle »%s« bezieht (Oid der Tabelle: %s)\n"
 
-#: pg_dump.c:6301
+#: pg_dump.c:6324
 #, c-format
 msgid "bad argument string (%s) for trigger \"%s\" on table \"%s\"\n"
 msgstr ""
 "fehlerhafte Argumentzeichenkette (%s) für Trigger »%s« von Tabelle »%s«\n"
 
-#: pg_dump.c:6371
+#: pg_dump.c:6394
 msgid "dumping out rules\n"
 msgstr "Ausgabe der Rules\n"
 
-#: pg_dump.c:6424
+#: pg_dump.c:6447
 #, c-format
 msgid "query to get rules associated with table \"%s\" failed: %s"
 msgstr "Abfrage nach Rules der Tabelle %s fehlgeschlagen: %s"
 
-#: pg_dump.c:6507
+#: pg_dump.c:6530
 #, c-format
 msgid "query to set search_path failed: %s"
 msgstr "Abfrage um search_path zu setzen fehlgeschlagen: %s"
 
-#: pg_dump.c:6569
+#: pg_dump.c:6592
 #, c-format
 msgid "query to obtain name of type %s failed: %s"
 msgstr "Abfrage nach Namen von Typ %s fehlgeschlagen: %s"
@@ -1040,30 +1056,30 @@ msgstr "Ausgabe der benutzerdefinierten Operatorklassen\n"
 msgid "dumping out user-defined casts\n"
 msgstr "Ausgabe der benutzerdefinierten Casts\n"
 
-#: common.c:444
+#: common.c:452
 #, c-format
 msgid "failed sanity check, operator with oid %s not found\n"
 msgstr "Sanity-Check fehlgeschlagen, Operator mit Oid %s nicht gefunden\n"
 
-#: common.c:494
+#: common.c:502
 #, c-format
 msgid "failed sanity check, parent oid %s of table %s (oid %s) not found\n"
 msgstr ""
 "Sanity-Check fehlgeschlagen, Basistabelle mit Oid %s von Tabelle %s (Oid %s) "
 "nicht gefunden\n"
 
-#: common.c:499
+#: common.c:507
 #, c-format
 msgid "failed sanity check, parent oid %s of table (oid %s) not found\n"
 msgstr ""
 "Sanity-Check fehlgeschlagen, Basistabelle mit Oid %s von Tabelle mit Oid %s "
 "nicht gefunden\n"
 
-#: common.c:537
+#: common.c:545
 msgid "parseNumericArray: too many numbers\n"
 msgstr "parseNumericArray: zu viele Zahlen\n"
 
-#: common.c:552
+#: common.c:560
 msgid "parseNumericArray: bogus number\n"
 msgstr "parseNumericArray: ungültige Zahl\n"
 
@@ -1129,225 +1145,233 @@ msgstr ""
 msgid "WARNING: skipping large object restoration\n"
 msgstr "WARNUNG: Large-Object-Wiederherstellung übersprungen\n"
 
-#: pg_backup_archiver.c:321
+#: pg_backup_archiver.c:319
 #, c-format
 msgid "restoring data for table %s\n"
 msgstr "Wiederherstellung der Daten von Tabelle %s\n"
 
-#: pg_backup_archiver.c:346
+#: pg_backup_archiver.c:344
 #, c-format
 msgid "executing %s %s\n"
 msgstr "führe %s %s aus\n"
 
-#: pg_backup_archiver.c:370
+#: pg_backup_archiver.c:366
 #, c-format
 msgid "checking whether we loaded %s\n"
 msgstr "prüfe ob %s geladen wurde\n"
 
-#: pg_backup_archiver.c:376
+#: pg_backup_archiver.c:372
 #, c-format
 msgid "fixing up large object cross-reference for %s\n"
 msgstr "stelle Large-Object-Querverweise für %s ein\n"
 
-#: pg_backup_archiver.c:381
+#: pg_backup_archiver.c:377
 #, c-format
 msgid "ignoring large object cross-references for %s %s\n"
 msgstr "ignoriere Large-Object-Querverweis von %s %s\n"
 
-#: pg_backup_archiver.c:470
+#: pg_backup_archiver.c:466
 msgid "disabling triggers\n"
 msgstr "schalte Trigger aus\n"
 
-#: pg_backup_archiver.c:533
+#: pg_backup_archiver.c:529
 msgid "enabling triggers\n"
 msgstr "schalte Trigger ein\n"
 
-#: pg_backup_archiver.c:582
+#: pg_backup_archiver.c:578
 msgid ""
 "WriteData cannot be called outside the context of a DataDumper routine\n"
 msgstr ""
 "WriteData kann nicht außerhalb des Kontexts einer DataDumper-Routine "
 "aufgerufen werden\n"
 
-#: pg_backup_archiver.c:609 pg_backup_archiver.c:1037
-#: pg_backup_archiver.c:1156 pg_backup_archiver.c:1462
-#: pg_backup_archiver.c:1604 pg_backup_archiver.c:1634 pg_backup_custom.c:141
+#: 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_custom.c:146 pg_backup_custom.c:152 pg_backup_custom.c:167
-#: pg_backup_custom.c:561 pg_backup_db.c:164 pg_backup_db.c:238
-#: pg_backup_files.c:112 pg_backup_tar.c:168 pg_backup_tar.c:968
+#: 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
 msgid "out of memory\n"
 msgstr "Speicher aufgebraucht\n"
 
-#: pg_backup_archiver.c:704
+#: pg_backup_archiver.c:702
 msgid "large object output not supported in chosen format\n"
 msgstr "Large-Object-Ausgabe im gewählten Format nicht unterstützt\n"
 
-#: pg_backup_archiver.c:744 pg_backup_archiver.c:829
+#: pg_backup_archiver.c:742 pg_backup_archiver.c:827
 msgid "committing large object transactions\n"
 msgstr "schließe Large-Object-Transaktionen ab\n"
 
-#: pg_backup_archiver.c:751
+#: pg_backup_archiver.c:749
 #, c-format
 msgid "restored %d large objects\n"
 msgstr "%d Large Objects wiederhergestellt\n"
 
-#: pg_backup_archiver.c:768
+#: pg_backup_archiver.c:766
 msgid "cannot restore large objects without a database connection\n"
 msgstr "kann Large Objects ohne Datenbankverbindung nicht wiederherstellen\n"
 
-#: pg_backup_archiver.c:782
+#: pg_backup_archiver.c:780
 msgid "starting large object transactions\n"
 msgstr "starte Transaktion für Large Objects\n"
 
-#: pg_backup_archiver.c:790
+#: pg_backup_archiver.c:788
 msgid "could not create large object\n"
 msgstr "konnte Large Object nicht erstellen\n"
 
-#: pg_backup_archiver.c:792
+#: pg_backup_archiver.c:790
 #, c-format
 msgid "restoring large object with oid %u as %u\n"
 msgstr "Wiederherstellung von Large Object Oid %u als %u\n"
 
-#: pg_backup_archiver.c:798
+#: pg_backup_archiver.c:796
 msgid "could not open large object\n"
 msgstr "konnte Large Object nicht öffnen: %s\n"
 
-#: pg_backup_archiver.c:813
+#: pg_backup_archiver.c:811
 #, c-format
 msgid "wrote remaining %lu bytes of large object data (result = %lu)\n"
 msgstr "%lu Bytes Large-Object-Daten geschrieben (Ergebnis = %lu)\n"
 
-#: pg_backup_archiver.c:816 pg_backup_archiver.c:1213
+#: pg_backup_archiver.c:814 pg_backup_archiver.c:1211
 #, c-format
 msgid "could not write to large object (result: %lu, expected: %lu)\n"
 msgstr "konnte Large Object nicht schreiben (Ergebis: %lu, erwartet: %lu)\n"
 
-#: pg_backup_archiver.c:953
+#: pg_backup_archiver.c:951
 msgid "could not open TOC file\n"
 msgstr "konnte Inhaltsverzeichnisdatei nicht öffnen\n"
 
-#: pg_backup_archiver.c:974
+#: pg_backup_archiver.c:972
 #, c-format
 msgid "WARNING: line ignored: %s\n"
 msgstr "WARNUNG: Zeile ignoriert: %s\n"
 
-#: pg_backup_archiver.c:981
+#: pg_backup_archiver.c:979
 #, c-format
 msgid "could not find entry for id %d\n"
 msgstr "konnte Eintrag für ID %d nicht finden\n"
 
-#: pg_backup_archiver.c:990 pg_backup_files.c:156 pg_backup_files.c:441
+#: pg_backup_archiver.c:988 pg_backup_files.c:156 pg_backup_files.c:438
 #, c-format
 msgid "could not close TOC file: %s\n"
 msgstr "konnte Inhaltsverzeichnisdatei nicht finden: %s\n"
 
-#: pg_backup_archiver.c:1105 pg_backup_files.c:130
+#: pg_backup_archiver.c:1103 pg_backup_files.c:130
 #, c-format
 msgid "could not open output file: %s\n"
 msgstr "konnte Ausgabedatei nicht öffnen: %s\n"
 
-#: pg_backup_archiver.c:1121
+#: pg_backup_archiver.c:1119
 #, c-format
 msgid "could not close output file: %s\n"
 msgstr "konnte Ausgabedatei nicht schließen: %s\n"
 
-#: pg_backup_archiver.c:1209
+#: pg_backup_archiver.c:1207
 #, c-format
 msgid "wrote %lu bytes of large object data (result = %lu)\n"
 msgstr "%lu Bytes Large-Object-Daten geschrieben (Ergebnis = %lu)\n"
 
-#: pg_backup_archiver.c:1231
+#: pg_backup_archiver.c:1229
 msgid "could not write to compressed archive\n"
 msgstr "konnte nicht in komprimiertes Archiv schreiben\n"
 
-#: pg_backup_archiver.c:1239
+#: pg_backup_archiver.c:1237
 msgid "could not write to custom output routine\n"
 msgstr "konnte nicht zur Custom-Ausgaberoutine schreiben\n"
 
-#: pg_backup_archiver.c:1254
+#: pg_backup_archiver.c:1252
 #, c-format
 msgid "could not write to output file (%lu != %lu)\n"
 msgstr "konnte nicht in Ausgabedatei schreiben (%lu != %lu)\n"
 
-#: pg_backup_archiver.c:1480
+#: pg_backup_archiver.c:1434
+#, c-format
+msgid "Unexpected data offset flag %d\n"
+msgstr "Unerwartete Datenoffsetmarkierung %d\n"
+
+#: pg_backup_archiver.c:1447
+msgid "file offset in dump file is too large\n"
+msgstr "Dateioffset in Dumpdatei ist zu groß\n"
+
+#: pg_backup_archiver.c:1559
 msgid "attempting to ascertain archive format\n"
 msgstr "versuche Archivformat zu ermitteln\n"
 
-#: pg_backup_archiver.c:1500 pg_backup_files.c:148
+#: pg_backup_archiver.c:1579 pg_backup_files.c:148
 #, c-format
 msgid "could not open input file: %s\n"
 msgstr "konnte Eingabedatei nicht öffnen: %s\n"
 
-#: pg_backup_archiver.c:1507
+#: pg_backup_archiver.c:1586
 #, c-format
 msgid "could not read input file: %s\n"
 msgstr "konnte nicht aus Eingabedatei lesen: %s\n"
 
-#: pg_backup_archiver.c:1509
+#: pg_backup_archiver.c:1588
 #, c-format
 msgid "input file is too short (read %lu, expected 5)\n"
 msgstr "Eingabedatei ist zu kurz (gelesen: %lu, erwartet: 5)\n"
 
-#: pg_backup_archiver.c:1554
+#: pg_backup_archiver.c:1641
 msgid "input file does not appear to be a valid archive (too short?)\n"
 msgstr "Eingabedatei scheint kein gültiges Archiv zu sein (zu kurz?)\n"
 
-#: pg_backup_archiver.c:1557
+#: pg_backup_archiver.c:1644
 msgid "input file does not appear to be a valid archive\n"
 msgstr "Eingabedatei scheint kein gültiges Archiv zu sein\n"
 
-#: pg_backup_archiver.c:1575
+#: pg_backup_archiver.c:1662
 #, c-format
 msgid "read %lu bytes into lookahead buffer\n"
 msgstr "%lu Bytes in Puffer gelesen\n"
 
-#: pg_backup_archiver.c:1582
+#: pg_backup_archiver.c:1669
 #, c-format
 msgid "could not close the input file after reading header: %s\n"
 msgstr "konnte Ausgabedatei nach dem Lesen des Kopfes nicht schließen: %s\n"
 
-#: pg_backup_archiver.c:1599
+#: pg_backup_archiver.c:1686
 #, c-format
 msgid "allocating AH for %s, format %d\n"
 msgstr "erstelle AH für %s, Format %d\n"
 
-#: pg_backup_archiver.c:1650
+#: pg_backup_archiver.c:1740
 #, c-format
 msgid "archive format is %d\n"
 msgstr "Archivformat ist %d\n"
 
-#: pg_backup_archiver.c:1678
+#: pg_backup_archiver.c:1768
 #, c-format
 msgid "unrecognized file format '%d'\n"
 msgstr "unerkanntes Dateiformat »%d«\n"
 
-#: pg_backup_archiver.c:1791
-msgid "entry id out of range - perhaps a corrupt TOC\n"
-msgstr ""
-"ID des Eintrags außerhalb des gültigen Bereichs - vielleicht ein "
-"verfälschtes Inhaltsverzeichnis\n"
+#: pg_backup_archiver.c:1881
+#, c-format
+msgid "entry id %d out of range - perhaps a corrupt TOC\n"
+msgstr "ID %d des Eintrags außerhalb des gültigen Bereichs - vielleicht ein verfälschtes Inhaltsverzeichnis\n"
 
-#: pg_backup_archiver.c:1826
+#: pg_backup_archiver.c:1916
 #, c-format
 msgid "read dependency for %s -> %s\n"
 msgstr "Abhängigkeit %s -> %s gelesen\n"
 
-#: pg_backup_archiver.c:1845
+#: pg_backup_archiver.c:1935
 #, c-format
 msgid "read TOC entry %d (id %d) for %s %s\n"
 msgstr "Inhaltsverzeichniseintrag %d (Id %d) von %s %s gelesen\n"
 
-#: pg_backup_archiver.c:1971
+#: pg_backup_archiver.c:2061
 #, c-format
 msgid "could not set session user to %s: %s"
 msgstr "konnte Session-Benutzer nicht auf %s setzen: %s"
 
-#: pg_backup_archiver.c:2085
+#: pg_backup_archiver.c:2175
 #, c-format
 msgid "could not set search_path to %s: %s"
 msgstr "konnte search_path nicht auf %s setzen: %s"
 
-#: pg_backup_archiver.c:2144
+#: pg_backup_archiver.c:2235
 msgid ""
 "WARNING: requested compression not available in this installation - archive "
 "will be uncompressed\n"
@@ -1355,21 +1379,21 @@ msgstr ""
 "WARNUNG: Komprimierung ist in dieser Installation nicht verfügbar; Archiv "
 "wird nicht komprimiert\n"
 
-#: pg_backup_archiver.c:2177
+#: pg_backup_archiver.c:2268
 msgid "did not find magic string in file header\n"
 msgstr "magische Zeichenkette im Dateikopf nicht gefunden\n"
 
-#: pg_backup_archiver.c:2191
+#: pg_backup_archiver.c:2282
 #, c-format
 msgid "unsupported version (%d.%d) in file header\n"
 msgstr "nicht unterstützte Version (%d.%d) im Dateikopf\n"
 
-#: pg_backup_archiver.c:2196
+#: pg_backup_archiver.c:2287
 #, c-format
 msgid "sanity check on integer size (%lu) failed\n"
 msgstr "Prüfung der Integer-Größe (%lu) fehlgeschlagen\n"
 
-#: pg_backup_archiver.c:2200
+#: pg_backup_archiver.c:2291
 msgid ""
 "WARNING: archive was made on a machine with larger integers, some operations "
 "may fail\n"
@@ -1377,14 +1401,14 @@ msgstr ""
 "WARNUNG: Archiv wurde auf einer Maschine mit größeren Integers erstellt; "
 "einige Operationen könnten fehlschlagen\n"
 
-#: pg_backup_archiver.c:2205
+#: pg_backup_archiver.c:2301
 #, c-format
 msgid "expected format (%d) differs from format found in file (%d)\n"
 msgstr ""
 "erwartetes Format (%d) ist nicht das gleiche wie das in der Datei gefundene "
 "(%d)\n"
 
-#: pg_backup_archiver.c:2221
+#: pg_backup_archiver.c:2317
 msgid ""
 "WARNING: archive is compressed, but this installation does not support "
 "compression - no data will be available\n"
@@ -1392,7 +1416,7 @@ msgstr ""
 "WARNUNG: Archiv ist komprimiert, aber diese Installation unterstützt keine "
 "Komprimierung - keine Daten verfügbar\n"
 
-#: pg_backup_archiver.c:2239
+#: pg_backup_archiver.c:2335
 msgid "WARNING: invalid creation date in header\n"
 msgstr "WARNUNG: ungültiges Erstellungsdatum im Kopf\n"
 
@@ -1400,7 +1424,7 @@ msgstr "WARNUNG: ung
 msgid "custom archiver"
 msgstr "Custom-Archivierer"
 
-#: pg_backup_custom.c:181 pg_backup_custom.c:194
+#: pg_backup_custom.c:180 pg_backup_custom.c:191
 #, c-format
 msgid "could not open archive file %s: %s\n"
 msgstr "konnte Archivdatei %s nicht öffnen: %s\n"
@@ -1409,7 +1433,7 @@ msgstr "konnte Archivdatei %s nicht 
 msgid "invalid OID for large object\n"
 msgstr "ungültige Oid für Large Object\n"
 
-#: pg_backup_custom.c:448
+#: pg_backup_custom.c:446
 msgid ""
 "Dumping a specific TOC data block out of order is not supported without id "
 "on this input stream (fseek required)\n"
@@ -1417,87 +1441,85 @@ msgstr ""
 "Ausgabe eines bestimmten Inhaltsverzeichnisblockes außer der Reihe wird ohne "
 "Id in diesem Eingabestrom nicht unterstützt (fseek benötigt)\n"
 
-#: pg_backup_custom.c:467
+#: pg_backup_custom.c:461
 #, c-format
 msgid "unrecognized data block type (%d) while searching archive\n"
 msgstr "unerkannter Datenblocktyp (%d) beim Suchen im Archiv gefunden\n"
 
-#: pg_backup_custom.c:483
+#: pg_backup_custom.c:472
 #, c-format
 msgid "error during file seek: %s\n"
 msgstr "Fehler beim Suchen in Datei: %s\n"
 
-#: pg_backup_custom.c:491
+#: pg_backup_custom.c:479
 #, c-format
 msgid "found unexpected block ID (%d) when reading data - expected %d\n"
 msgstr ""
 "unerwartete Block-Id (%d) beim Lesen der Daten gefunden - erwartet wurde %d\n"
 
-#: pg_backup_custom.c:505
+#: pg_backup_custom.c:490
 msgid "large objects cannot be loaded without a database connection\n"
 msgstr "Large Objects können nicht ohne Datenbankverbindung geladen werden\n"
 
-#: pg_backup_custom.c:512
+#: pg_backup_custom.c:496
 #, c-format
 msgid "unrecognized data block type %d while restoring archive\n"
 msgstr ""
 "unerkannter Datenblocktyp %d beim Wiederherstellen des Archivs gefunden\n"
 
-#: pg_backup_custom.c:548 pg_backup_custom.c:912
+#: pg_backup_custom.c:532 pg_backup_custom.c:894
 #, c-format
 msgid "could not initialize compression library: %s\n"
 msgstr "konnte Komprimierungsbibliothek nicht initialisieren: %s\n"
 
-#: pg_backup_custom.c:570 pg_backup_custom.c:698
+#: pg_backup_custom.c:554 pg_backup_custom.c:677
 #, c-format
 msgid "could not read data block - expected %lu, got %lu\n"
 msgstr "konnte Datenblock nicht lesen - %lu Bytes erwartet, %lu erhalten\n"
 
-#: pg_backup_custom.c:589 pg_backup_custom.c:621
+#: pg_backup_custom.c:572 pg_backup_custom.c:602
 #, c-format
 msgid "unable to uncompress data: %s\n"
 msgstr "konnte Daten nicht komprimieren: %s\n"
 
-#: pg_backup_custom.c:627
+#: pg_backup_custom.c:608
 #, c-format
 msgid "could not close compression library: %s\n"
 msgstr "konnte Komprimierungsbibliothek nicht schließen: %s\n"
 
-#: pg_backup_custom.c:727
+#: pg_backup_custom.c:705
 #, c-format
 msgid "could not write byte: %s\n"
 msgstr "konnte Byte nicht schreiben: %s\n"
 
-#: pg_backup_custom.c:771 pg_backup_files.c:416
+#: pg_backup_custom.c:749 pg_backup_files.c:413
 #, c-format
 msgid "write error in _WriteBuf (%lu != %lu)\n"
 msgstr "Schreibfehler in _WriteBuf (%lu != %lu)\n"
 
-#: pg_backup_custom.c:842
+#: pg_backup_custom.c:820
 #, c-format
 msgid "could not close archive file: %s\n"
 msgstr "konnte Archivdatei nicht schließen: %s\n"
 
-#: pg_backup_custom.c:865
-msgid "WARNING: ftell mismatch with expected position -- ftell ignored\n"
-msgstr ""
-"WARNUNG: erwartete Dateiposition stimmt nicht mit ftell überein -- ftell "
-"ignoriert\n"
+#: pg_backup_custom.c:843
+msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
+msgstr "WARNUNG: erwartete Dateiposition stimmt nicht mit ftell überein -- benutze ftell\n"
 
-#: pg_backup_custom.c:944
+#: pg_backup_custom.c:926
 #, c-format
 msgid "could not compress data: %s\n"
 msgstr "konnte Daten nicht komprimieren: %s\n"
 
-#: pg_backup_custom.c:964
+#: pg_backup_custom.c:946
 msgid "could not write compressed chunk\n"
 msgstr "konnte komprimiertes Stück nicht schreiben\n"
 
-#: pg_backup_custom.c:978
+#: pg_backup_custom.c:960
 msgid "could not write uncompressed chunk\n"
 msgstr "konnte unkomprimiertes Stück nicht schreiben\n"
 
-#: pg_backup_custom.c:1027
+#: pg_backup_custom.c:1006
 #, c-format
 msgid "could not close compression stream: %s\n"
 msgstr "konnte Komprimierungsstrom nicht schließen: %s\n"
@@ -1506,22 +1528,22 @@ msgstr "konnte Komprimierungsstrom nicht schlie
 msgid "archiver (db)"
 msgstr "Archivierer (DB)"
 
-#: pg_backup_db.c:69
+#: pg_backup_db.c:73 pg_backup_db.c:83
 #, c-format
 msgid "could not get version from server: %s"
 msgstr "konnte Version des Servers nicht ermitteln: %s"
 
-#: pg_backup_db.c:81
+#: pg_backup_db.c:91
 #, c-format
 msgid "server version: %s; %s version: %s\n"
 msgstr "Version des Servers: %s; Version von %s: %s\n"
 
 # XXX  bessere Übersetzung von mismatch?
-#: pg_backup_db.c:84
+#: pg_backup_db.c:94
 msgid "proceeding despite version mismatch\n"
 msgstr "Fortsetzung trotz unterschiedlicher Versionen\n"
 
-#: pg_backup_db.c:86
+#: pg_backup_db.c:96
 msgid ""
 "aborting because of version mismatch  (Use the -i option to proceed "
 "anyway.)\n"
@@ -1529,129 +1551,134 @@ msgstr ""
 "Abbruch wegen unterschiedlicher Versionen  (Verwenden Sie die Option -i um "
 "trotzdem fortzusetzen.)\n"
 
-#: pg_backup_db.c:158
+#: pg_backup_db.c:168
 #, c-format
 msgid "connecting to database %s as user %s\n"
 msgstr "verbinde mit Datenbank %s als Benutzer %s\n"
 
-#: pg_backup_db.c:162 pg_backup_db.c:195 pg_backup_db.c:236 pg_backup_db.c:265
-#: pg_dumpall.c:617 pg_dumpall.c:643
+#: 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
 msgid "Password: "
 msgstr "Paßwort: "
 
-#: pg_backup_db.c:174
+#: pg_backup_db.c:184
 msgid "failed to reconnect to database\n"
 msgstr "konnte nicht wieder zur Datenbank verbinden\n"
 
-#: pg_backup_db.c:198
+#: pg_backup_db.c:208
 #, c-format
 msgid "could not reconnect to database: %s"
 msgstr "konnte nicht wieder zur Datenbank verbinden: %s"
 
-#: pg_backup_db.c:232
+#: pg_backup_db.c:241
 msgid "already connected to a database\n"
 msgstr "bereits mit einer Datenbank verbunden\n"
 
-#: pg_backup_db.c:255
+#: pg_backup_db.c:264
 msgid "failed to connect to database\n"
 msgstr "Verbinden zur Datenbank schlug fehl\n"
 
-#: pg_backup_db.c:274
+#: pg_backup_db.c:283
 #, c-format
 msgid "connection to database \"%s\" failed: %s"
 msgstr "Verbindung zur Datenbank »%s« fehlgeschlagen: %s"
 
-#: pg_backup_db.c:289
+#: pg_backup_db.c:296
+#, c-format
+msgid "SET autocommit TO 'on' failed: %s"
+msgstr "SET autocommit TO 'on' schlug fehl: %s"
+
+#: pg_backup_db.c:310
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: pg_backup_db.c:317
+#: pg_backup_db.c:338
 #, c-format
 msgid "%s: no result from server\n"
 msgstr "%s: kein Ergebnis vom Server\n"
 
 # XXX  Was ist eine primäre Verbindung?
-#: pg_backup_db.c:324
+#: pg_backup_db.c:345
 msgid "COPY command executed in non-primary connection\n"
 msgstr "COPY-Anweisung nicht auf primärer Verbindung ausgeführt\n"
 
-#: pg_backup_db.c:329
+#: pg_backup_db.c:350
 #, c-format
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: pg_backup_db.c:403
+#: pg_backup_db.c:424
 msgid "error returned by PQputline\n"
 msgstr "Fehler in PQputline\n"
 
-#: pg_backup_db.c:414
+#: pg_backup_db.c:435
 msgid "error returned by PQendcopy\n"
 msgstr "Fehler in PQendcopy\n"
 
-#: pg_backup_db.c:459
+#: pg_backup_db.c:479
 msgid "could not execute query"
 msgstr "konnte Abfrage nicht ausführen"
 
-#: pg_backup_db.c:600
+#: pg_backup_db.c:615
 #, c-format
 msgid "could not find oid columns of table \"%s\": %s"
 msgstr "konnte die OID-Spalten der Tabelle »%s« nicht finden: %s"
 
-#: pg_backup_db.c:606
+#: pg_backup_db.c:621
 #, c-format
 msgid "no OID type columns in table %s\n"
 msgstr "keine Spalten vom Typ OID in Tabelle %s\n"
 
-#: pg_backup_db.c:613
+#: pg_backup_db.c:628
 #, c-format
 msgid "fixing large object cross-references for %s.%s\n"
 msgstr "stelle Large-Object-Querverweise für %s.%s ein\n"
 
-#: pg_backup_db.c:629
+#: pg_backup_db.c:644
 #, c-format
 msgid "SQL: %s\n"
 msgstr "SQL: %s\n"
 
-#: pg_backup_db.c:634
+#: pg_backup_db.c:649
 #, c-format
 msgid "could not update column \"%s\" of table \"%s\": %s"
 msgstr "konnte Spalte %s von Tabelle %s nicht ändern: %s"
 
-#: pg_backup_db.c:639
+#: pg_backup_db.c:654
 #, c-format
 msgid "error while updating column \"%s\" of table \"%s\": %s"
 msgstr "Fehler beim Ändern der Spalte %s von Tabelle %s: %s"
 
-#: pg_backup_db.c:662
+#: pg_backup_db.c:677
 msgid "creating table for large object cross-references\n"
 msgstr "erstelle Tabelle für Large-Object-Querverweise\n"
 
-#: pg_backup_db.c:666
+#: pg_backup_db.c:681
 msgid "could not create large object cross-reference table"
 msgstr "konnte Tabelle für Large-Object-Querverweise nicht erstellen"
 
-#: pg_backup_db.c:671
+#: pg_backup_db.c:686
 msgid "could not create index on large object cross-reference table"
 msgstr "konnte Index für Large-Object-Querverweistabelle nicht erstellen"
 
-#: pg_backup_db.c:685
+#: pg_backup_db.c:700
 msgid "could not create large object cross-reference entry"
 msgstr "konnte Large-Object-Querverweis nicht erstellen"
 
-#: pg_backup_db.c:697
+#: pg_backup_db.c:712
 msgid "could not start database transaction"
 msgstr "konnte Datenbanktransaktion nicht starten"
 
-#: pg_backup_db.c:711
+#: pg_backup_db.c:726
 msgid "could not start transaction for large object cross-references"
 msgstr "konnte keine Transaktion für Large-Object-Querverweise starten"
 
-#: pg_backup_db.c:724
+#: pg_backup_db.c:739
 msgid "could not commit database transaction"
 msgstr "konnte Datenbanktransaktion nicht beenden"
 
-#: pg_backup_db.c:737
+#: pg_backup_db.c:752
 msgid "could not commit transaction for large object cross-references"
 msgstr "konnte Transaktion für Large-Object-Querverweise nicht abschließen"
 
@@ -1670,51 +1697,51 @@ msgstr ""
 "  normalen Gebrauch.  Dateien werden in das aktuelle Verzeichnis\n"
 "  geschrieben.\n"
 
-#: pg_backup_files.c:246
+#: pg_backup_files.c:245
 msgid "could not open data file for output\n"
 msgstr "konnte Datendatei nicht zur Ausgabe öffnen\n"
 
-#: pg_backup_files.c:267
+#: pg_backup_files.c:265
 msgid "could not close data file\n"
 msgstr "konnte Datendatei nicht schließen\n"
 
-#: pg_backup_files.c:291
+#: pg_backup_files.c:289
 msgid "could not open data file for input\n"
 msgstr "konnte Dateindatei nicht zur Eingabe öffnen\n"
 
-#: pg_backup_files.c:300
+#: pg_backup_files.c:298
 msgid "could not close data file after reading\n"
 msgstr "konnte Datendatei nach dem Lesen nicht schließen\n"
 
-#: pg_backup_files.c:364
+#: pg_backup_files.c:361
 #, c-format
 msgid "could not open large object TOC for input: %s\n"
 msgstr "konnte Large-Object-Inhaltsverzeichnis nicht zur Eingabe öffnen: %s\n"
 
-#: pg_backup_files.c:377 pg_backup_files.c:548
+#: pg_backup_files.c:374 pg_backup_files.c:544
 #, c-format
 msgid "could not close large object TOC file: %s\n"
 msgstr "konnte Large-Object-Inhaltsverzeichnisdatei nicht schließen: %s\n"
 
-#: pg_backup_files.c:389
+#: pg_backup_files.c:386
 msgid "could not write byte\n"
 msgstr "konnte Byte nicht schreiben\n"
 
-#: pg_backup_files.c:475
+#: pg_backup_files.c:472
 #, c-format
 msgid "could not open large object TOC for output: %s\n"
 msgstr "konnte Large-Object-Inhaltsverzeichnis nicht zur Ausgabe öffnen: %s\n"
 
-#: pg_backup_files.c:496 pg_backup_tar.c:890
+#: pg_backup_files.c:492 pg_backup_tar.c:884
 #, c-format
 msgid "invalid OID for large object (%u)\n"
 msgstr "Large Object hat ungültige Oid (%u)\n"
 
-#: pg_backup_files.c:515
+#: pg_backup_files.c:511
 msgid "could not open large object file\n"
 msgstr "konnte Large-Object-Datei nicht öffnen\n"
 
-#: pg_backup_files.c:530
+#: pg_backup_files.c:526
 msgid "could not close large object file\n"
 msgstr "konnte Large-Object-Datei nicht schließen\n"
 
@@ -1740,49 +1767,49 @@ msgstr "Komprimierung ist im Tar-Format nicht unterst
 msgid "could not open TOC file for input: %s\n"
 msgstr "konnte Inhaltsverzeichnisdatei nicht zur Eingabe öffnen: %s\n"
 
-#: pg_backup_tar.c:342
+#: pg_backup_tar.c:341
 #, c-format
 msgid "could not find file %s in archive\n"
 msgstr "konnte Datei %s nicht im Archiv finden\n"
 
-#: pg_backup_tar.c:353
+#: pg_backup_tar.c:352
 msgid "compression support is disabled in this format\n"
 msgstr "Komprimierung ist in diesem Format nicht unterstützt\n"
 
-#: pg_backup_tar.c:369
+#: pg_backup_tar.c:367
 #, c-format
 msgid "could not generate temporary file name: %s\n"
 msgstr "konnte keine temporären Dateinamen erzeugen: %s\n"
 
-#: pg_backup_tar.c:378
+#: pg_backup_tar.c:376
 msgid "could not gzdopen temporary file\n"
 msgstr "konnte komprimierte temporäre Datei nicht öffnen (gzopen)\n"
 
-#: pg_backup_tar.c:408
+#: pg_backup_tar.c:406
 msgid "could not close tar member\n"
 msgstr "konnte Tar-Mitglied nicht schließen\n"
 
-#: pg_backup_tar.c:508
+#: pg_backup_tar.c:506
 msgid "neither th nor fh specified in tarReadRaw() (internal error)\n"
 msgstr "weder th noch fh in tarReadRaw() angegeben (interner Fehler)\n"
 
-#: pg_backup_tar.c:512
+#: pg_backup_tar.c:510
 #, c-format
 msgid "requested %d bytes, got %d from lookahead and %d from file\n"
 msgstr "%d Bytes verlangs, %d Bytes vom Puffer und %d aus der Datei gelesen\n"
 
-#: pg_backup_tar.c:551
+#: pg_backup_tar.c:549
 #, c-format
 msgid "could not write to tar member (wrote %lu, attempted %lu)\n"
 msgstr "konnte Tar-Mitglied nicht schreiben (%lu geschrieben, %lu versucht)\n"
 
-#: pg_backup_tar.c:640
+#: pg_backup_tar.c:638
 #, c-format
 msgid "bad COPY statement - could not find \"copy\" in string \"%s\"\n"
 msgstr ""
 "fehlerhafte COPY-Anweisung: Zeichenkette »copy« in »%s« nicht gefunden\n"
 
-#: pg_backup_tar.c:658
+#: pg_backup_tar.c:656
 #, c-format
 msgid ""
 "bad COPY statement - could not find \"from stdin\" in string \"%s\" starting "
@@ -1791,61 +1818,61 @@ msgstr ""
 "fehlerhafte COPY-Anweisung: Zeichenkette »from stdin« in »%s« ab Position %"
 "lu nicht gefunden\n"
 
-#: pg_backup_tar.c:694
+#: pg_backup_tar.c:692
 #, c-format
 msgid "restoring large object OID %u\n"
 msgstr "Wiederherstellung von Large Object OID %u\n"
 
-#: pg_backup_tar.c:833
+#: pg_backup_tar.c:829
 msgid "could not write null block at end of tar archive\n"
 msgstr "konnte Nullblock am Ende des Tar-Archivs nicht schreiben\n"
 
-#: pg_backup_tar.c:1021
+#: pg_backup_tar.c:1013
 msgid "archive member too large for tar format\n"
 msgstr "Archivmitglied zu groß für Tar-Format\n"
 
-#: pg_backup_tar.c:1031
+#: pg_backup_tar.c:1023
 #, c-format
 msgid "write error appending to tar archive (wrote %lu, attempted %lu)\n"
 msgstr ""
 "Schreibfehler beim Anhängen an Tar-Archiv (%lu geschrieben, %lu versucht)\n"
 
-#: pg_backup_tar.c:1037
+#: pg_backup_tar.c:1029
 #, c-format
 msgid "could not close tar member: %s\n"
 msgstr "konnte Tar-Mitglied nicht schließen: %s\n"
 
-#: pg_backup_tar.c:1046
+#: pg_backup_tar.c:1038
 #, c-format
 msgid "actual file length (%s) does not match expected (%s)\n"
 msgstr ""
 "tatsächliche Dateilänge (%s) stimmt nicht mit erwarteter Länge (%s) überein\n"
 
-#: pg_backup_tar.c:1054
+#: pg_backup_tar.c:1046
 msgid "could not output padding at end of tar member\n"
 msgstr "konnte Tar-Mitglied am Ende nicht auffüllen\n"
 
-#: pg_backup_tar.c:1083
+#: pg_backup_tar.c:1075
 #, c-format
 msgid "moving from position %s to next member at file position %s\n"
 msgstr "bewege Position von %s auf nächstes Mitglied bei Position %s\n"
 
-#: pg_backup_tar.c:1094
+#: pg_backup_tar.c:1086
 #, c-format
 msgid "now at file position %s\n"
 msgstr "jetzt bei Dateiposition %s\n"
 
-#: pg_backup_tar.c:1103 pg_backup_tar.c:1130
+#: pg_backup_tar.c:1095 pg_backup_tar.c:1122
 #, c-format
 msgid "could not find header for file %s in tar archive\n"
 msgstr "konnte Kopf für Datei %s im Tar-Archiv nicht finden\n"
 
-#: pg_backup_tar.c:1114
+#: pg_backup_tar.c:1106
 #, c-format
 msgid "skipping tar member %s\n"
 msgstr "Tar-Mitglied %s übersprungen\n"
 
-#: pg_backup_tar.c:1118
+#: pg_backup_tar.c:1110
 #, c-format
 msgid ""
 "dumping data out of order is not supported in this archive format: %s is "
@@ -1854,23 +1881,23 @@ msgstr ""
 "Ausgabe der Daten in anderer Reihenfolge wird in diesem Archivformat nicht "
 "unterstützt: %s wird benötigt, aber es kommt vor %s in der Archivdatei.\n"
 
-#: pg_backup_tar.c:1166
+#: pg_backup_tar.c:1158
 #, c-format
 msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
 msgstr ""
 "tatsächliche Dateiposition stimmt nicht mit erwarteter überein (%s und %s)\n"
 
-#: pg_backup_tar.c:1181
+#: pg_backup_tar.c:1173
 #, c-format
 msgid "incomplete tar header found (%lu bytes)\n"
 msgstr "unvollständiger Tar-Dateikopf gefunden (%lu Bytes)\n"
 
-#: pg_backup_tar.c:1216
+#: pg_backup_tar.c:1208
 #, c-format
 msgid "TOC Entry %s at %s (length %lu, checksum %d)\n"
 msgstr "Inhaltsverzeichniseintrag %s bei %s (Länge %lu, Prüfsumme %d)\n"
 
-#: pg_backup_tar.c:1226
+#: pg_backup_tar.c:1218
 #, c-format
 msgid ""
 "corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
@@ -1878,7 +1905,7 @@ msgstr ""
 "beschädigter Tar-Kopf in %s gefunden (%d erwartet, %d berechnet), "
 "Dateiposition %s\n"
 
-#: pg_backup_tar.c:1316
+#: pg_backup_tar.c:1308
 msgid "unable to write tar header\n"
 msgstr "kann Tar-Kopf nicht schreiben\n"
 
@@ -1894,64 +1921,79 @@ msgstr ""
 
 #: pg_restore.c:378
 #, c-format
-msgid ""
-"  %s [OPTIONS] [FILE]\n"
-"\n"
-msgstr ""
-"  %s [OPTIONEN] [DATEI]\n"
-"\n"
+msgid "  %s [OPTION]... [FILE]\n"
+msgstr "  %s [OPTION]... [DATEI]\n"
 
 #: pg_restore.c:382
-msgid "  -a, --data-only          restore only the data, no schema\n"
-msgstr ""
-"  -a, --data-only          nur Daten, nicht das Schema, wiederherstellen\n"
-
-#: pg_restore.c:384
-msgid "  -C, --create             issue commands to create the database\n"
-msgstr ""
-"  -C, --create             Anweisungen zum Erstellen der Datenbank ausgeben\n"
-
-#: pg_restore.c:385
 msgid "  -d, --dbname=NAME        output database name\n"
 msgstr "  -d, --dbname=NAME        Name der Datenbank zur Wiederherstellung\n"
 
-#: pg_restore.c:387
-msgid "  -F, --format={c|t}       specify backup file format\n"
-msgstr "  -F, --format={c|f}       Format der Backup-Datei\n"
+#: pg_restore.c:384
+msgid "  -F, --format=c|t         specify backup file format\n"
+msgstr "  -F, --format=c|f         Format der Backup-Datei\n"
 
-#: pg_restore.c:389
+#: pg_restore.c:385
 msgid ""
 "  -i, --ignore-version     proceed even when server version mismatches\n"
 msgstr ""
 "  -i, --ignore-version     trotz unpassender Serverversion fortsetzen\n"
 
-#: pg_restore.c:390
-msgid "  -I, --index=NAME         restore named index\n"
-msgstr "  -I, --index=NAME         benannten Index wiederherstellen\n"
-
-#: pg_restore.c:391
+#: pg_restore.c:386
 msgid "  -l, --list               print summarized TOC of the archive\n"
 msgstr ""
 "  -l, --list               Inhaltsverzeichnis für dieses Archiv anzeigen\n"
 
+#: pg_restore.c:389
+msgid "  -d NAME                  output database name\n"
+msgstr "  -d NAME                  Name der Datenbank zur Wiederherstellung\n"
+
+#: pg_restore.c:391
+msgid "  -F c|t                   specify backup file format\n"
+msgstr "  -F c|f                   Format der Backup-Datei\n"
+
 #: pg_restore.c:392
 msgid ""
+"  -i                       proceed even when server version mismatches\n"
+msgstr ""
+"  -i                       trotz unpassender Serverversion fortsetzen\n"
+
+#: pg_restore.c:393
+msgid "  -l                       print summarized TOC of the archive\n"
+msgstr ""
+"  -l                       Inhaltsverzeichnis für dieses Archiv anzeigen\n"
+
+#: pg_restore.c:401
+msgid "  -a, --data-only          restore only the data, no schema\n"
+msgstr ""
+"  -a, --data-only          nur Daten, nicht das Schema, wiederherstellen\n"
+
+#: pg_restore.c:403
+msgid "  -C, --create             issue commands to create the database\n"
+msgstr ""
+"  -C, --create             Anweisungen zum Erstellen der Datenbank ausgeben\n"
+
+#: pg_restore.c:404
+msgid "  -I, --index=NAME         restore named index\n"
+msgstr "  -I, --index=NAME         benannten Index wiederherstellen\n"
+
+#: pg_restore.c:405
+msgid ""
 "  -L, --use-list=FILENAME  use specified table of contents for ordering\n"
 "                           output from this file\n"
 msgstr ""
 "  -L, --use-list=DATEINAME benanntes Inhaltsverzeichnis zur Ordnung der "
 "Ausgabe\n"
 
-#: pg_restore.c:394
+#: pg_restore.c:407
 msgid "  -N, --orig-order         restore in original dump order\n"
 msgstr ""
 "  -N, --orig-order         in der Originalreihenfolge wiederherstellen\n"
 
-#: pg_restore.c:395
+#: pg_restore.c:408
 msgid "  -o, --oid-order          restore in OID order\n"
 msgstr "  -o, --oid-order          in OID-Reihenfolge wiederherstellen\n"
 
-#: pg_restore.c:396
+#: pg_restore.c:409
 msgid ""
 "  -O, --no-owner           do not reconnect to database to match\n"
 "                           object owner\n"
@@ -1959,7 +2001,7 @@ msgstr ""
 "  -O, --no-owner           keine Wiederverbindungen mit der Datenbank\n"
 "                           ermöglichen, um Eigentümer einzustellen\n"
 
-#: pg_restore.c:399
+#: pg_restore.c:411
 msgid ""
 "  -P, --function=NAME(args)\n"
 "                           restore named function\n"
@@ -1967,47 +2009,47 @@ msgstr ""
 "  -P, --function=NAME(args)\n"
 "                           benannte Funktion wiederherstellen\n"
 
-#: pg_restore.c:401
+#: pg_restore.c:413
 msgid ""
 "  -r, --rearrange          rearrange output to put indexes etc. at end\n"
 msgstr ""
 "  -r, --rearrange          umsortieren um Indizies usw. ans Ende zu stellen\n"
 
-#: pg_restore.c:402
+#: pg_restore.c:414
 msgid "  -R, --no-reconnect       disallow ALL reconnections to the database\n"
 msgstr ""
 "  -R, --no-reconnect       keine Wiederverbindungen mit der Datenbank\n"
 "                           ermöglichen\n"
 
-#: pg_restore.c:403
+#: pg_restore.c:415
 msgid "  -s, --schema-only        restore only the schema, no data\n"
 msgstr ""
 "  -s, --schema-only        nur das Schema, nicht die Daten, "
 "wiederherstellen\n"
 
-#: pg_restore.c:404
+#: pg_restore.c:416
 msgid ""
 "  -S, --superuser=NAME     specify the superuser user name to use for\n"
 "                           disabling triggers\n"
 msgstr ""
 "  -S, --superuser=NAME     Name des Superusers, um Trigger auszuschalten\n"
 
-#: pg_restore.c:406
+#: pg_restore.c:418
 msgid "  -t, --table=NAME         restore named table\n"
 msgstr "  -t, --table=NAME         benannte Tabelle wiederherstellen\n"
 
-#: pg_restore.c:407
+#: pg_restore.c:419
 msgid "  -T, --trigger=NAME       restore named trigger\n"
 msgstr "  -T, --trigger=NAME       benannten Trigger wiederherstellen\n"
 
-#: pg_restore.c:411
+#: pg_restore.c:420
 msgid ""
 "  -x, --no-privileges      skip restoration of access privileges (grant/"
 "revoke)\n"
 msgstr ""
 "  -x, --no-privileges      Wiederherstellung der Zugriffsrechte auslassen\n"
 
-#: pg_restore.c:412
+#: pg_restore.c:421
 msgid ""
 "  -X use-set-session-authorization, --use-set-session-authorization\n"
 "                           use SET SESSION AUTHORIZATION commands instead\n"
@@ -2018,40 +2060,21 @@ msgstr ""
 "Anweisung\n"
 "                           verwenden anstelle neu zu verbinden\n"
 
-#: pg_restore.c:419
+#: pg_restore.c:427
 msgid "  -a                       restore only the data, no schema\n"
 msgstr ""
 "  -a                       nur Daten, nicht das Schema, wiederherstellen\n"
 
-#: pg_restore.c:421
+#: pg_restore.c:429
 msgid "  -C                       issue commands to create the database\n"
 msgstr ""
 "  -C                       Anweisungen zum Erstellen der Datenbank ausgeben\n"
 
-#: pg_restore.c:422
-msgid "  -d NAME                  output database name\n"
-msgstr "  -d NAME                  Name der Datenbank zur Wiederherstellung\n"
-
-#: pg_restore.c:424
-msgid "  -F {c|t}                 specify backup file format\n"
-msgstr "  -F {c|f}                 Format der Backup-Datei\n"
-
-#: pg_restore.c:426
-msgid ""
-"  -i                       proceed even when server version mismatches\n"
-msgstr ""
-"  -i                       trotz unpassender Serverversion fortsetzen\n"
-
-#: pg_restore.c:427
+#: pg_restore.c:430
 msgid "  -I NAME                  restore named index\n"
 msgstr "  -I NAME                  benannten Index wiederherstellen\n"
 
-#: pg_restore.c:428
-msgid "  -l                       print summarized TOC of the archive\n"
-msgstr ""
-"  -l                       Inhaltsverzeichnis für dieses Archiv anzeigen\n"
-
-#: pg_restore.c:429
+#: pg_restore.c:431
 msgid ""
 "  -L FILENAME              use specified table of contents for ordering\n"
 "                           output from this file\n"
@@ -2060,16 +2083,16 @@ msgstr ""
 "Ausgabe\n"
 "                           aus dem Archiv verwenden\n"
 
-#: pg_restore.c:431
+#: pg_restore.c:433
 msgid "  -N                       restore in original dump order\n"
 msgstr ""
 "  -N                       in der Originalreihenfolge wiederherstellen\n"
 
-#: pg_restore.c:432
+#: pg_restore.c:434
 msgid "  -o                       restore in OID order\n"
 msgstr "  -o                       in OID-Reihenfolge wiederherstellen\n"
 
-#: pg_restore.c:433
+#: pg_restore.c:435
 msgid ""
 "  -O                       do not reconnect to database to match\n"
 "                           object owner\n"
@@ -2077,51 +2100,51 @@ msgstr ""
 "  -O                       keine Wiederverbindungen mit der Datenbank\n"
 "                           ermöglichen, um Eigentümer einzustellen\n"
 
-#: pg_restore.c:436
+#: pg_restore.c:437
 msgid "  -P NAME(args)            restore named function\n"
 msgstr "  -P NAME(args)            benannte Funktion wiederherstellen\n"
 
-#: pg_restore.c:437
+#: pg_restore.c:438
 msgid ""
 "  -r                       rearrange output to put indexes etc. at end\n"
 msgstr ""
 "  -r                       umsortieren um Indizies usw. ans Ende zu stellen\n"
 
-#: pg_restore.c:438
+#: pg_restore.c:439
 msgid "  -R                       disallow ALL reconnections to the database\n"
 msgstr ""
 "  -R                       keine Wiederverbindungen mit der Datenbank\n"
 "                           ermöglichen\n"
 
-#: pg_restore.c:439
+#: pg_restore.c:440
 msgid "  -s                       restore only the schema, no data\n"
 msgstr ""
 "  -s                       nur das Schema, nicht die Daten, "
 "wiederherstellen\n"
 
-#: pg_restore.c:440
+#: pg_restore.c:441
 msgid ""
 "  -S NAME                  specify the superuser user name to use for\n"
 "                           disabling triggers\n"
 msgstr ""
 "  -S NAME                  Name des Superusers, um Trigger auszuschalten\n"
 
-#: pg_restore.c:442
+#: pg_restore.c:443
 msgid "  -t NAME                  restore named table\n"
 msgstr "  -t NAME                  benannte Tabelle wiederherstellen\n"
 
-#: pg_restore.c:443
+#: pg_restore.c:444
 msgid "  -T NAME                  restore named trigger\n"
 msgstr "  -T NAME                  benannten Trigger wiederherstellen\n"
 
-#: pg_restore.c:447
+#: pg_restore.c:445
 msgid ""
 "  -x                       skip restoration of access privileges (grant/"
 "revoke)\n"
 msgstr ""
 "  -x                       Wiederherstellung der Zugriffsrechte auslassen\n"
 
-#: pg_restore.c:448
+#: pg_restore.c:446
 msgid ""
 "  -X use-set-session-authorization\n"
 "                           use SET SESSION AUTHORIZATION commands instead\n"
@@ -2132,7 +2155,7 @@ msgstr ""
 "Anweisung\n"
 "                           verwenden anstelle neu zu verbinden\n"
 
-#: pg_restore.c:454
+#: pg_restore.c:465
 msgid ""
 "\n"
 "If no input file name is supplied, then standard input is used.\n"
@@ -2152,12 +2175,14 @@ msgstr ""
 
 #: pg_dumpall.c:216
 #, c-format
+msgid "  %s [OPTION]...\n"
+msgstr "  %s [OPTION]...\n"
+
+#: pg_dumpall.c:218
 msgid ""
-"  %s [OPTIONS]\n"
-"\n"
-msgstr ""
-"  %s [OPTIONEN]\n"
 "\n"
+"Options:\n"
+msgstr "\nOptionen:\n"
 
 #: pg_dumpall.c:220
 msgid "  -c, --clean              clean (drop) databases prior to create\n"
@@ -2168,30 +2193,30 @@ msgid "  -g, --globals-only       dump only global objects, no databases\n"
 msgstr ""
 "  -g, --globals-only       nur globale Objekte, keine Datenbanken, ausgeben\n"
 
-#: pg_dumpall.c:225
+#: pg_dumpall.c:224
 msgid ""
 "  -i, --ignore-version     proceed even when server version mismatches\n"
 "                           pg_dumpall version\n"
 msgstr ""
 "  -i, --ignore-version     trotz unpassender Serverversion fortsetzen\n"
 
-#: pg_dumpall.c:233
+#: pg_dumpall.c:229
 msgid "  -c                       clean (drop) databases prior to create\n"
 msgstr "  -c                       Datenbanken vor der Erstellung löschen\n"
 
-#: pg_dumpall.c:236
+#: pg_dumpall.c:232
 msgid "  -g                       dump only global objects, no databases\n"
 msgstr ""
 "  -g                       nur globale Objekte, keine Datenbanken, ausgeben\n"
 
-#: pg_dumpall.c:238
+#: pg_dumpall.c:233
 msgid ""
 "  -i                       proceed even when server version mismatches\n"
 "                           pg_dumpall version\n"
 msgstr ""
 "  -i                       trotz unpassender Serverversion fortsetzen\n"
 
-#: pg_dumpall.c:247
+#: pg_dumpall.c:254
 msgid ""
 "\n"
 "The SQL script will be written to the standard output.\n"
@@ -2201,52 +2226,52 @@ msgstr ""
 "Das SQL-Skript wird auf die Standardausgabe geschrieben.\n"
 "\n"
 
-#: pg_dumpall.c:562
+#: pg_dumpall.c:569
 #, c-format
 msgid "%s: dumping database \"%s\"...\n"
 msgstr "%s: Ausgabe der Datenbank »%s«...\n"
 
-#: pg_dumpall.c:568
+#: pg_dumpall.c:575
 #, c-format
 msgid "%s: pg_dump failed on %s, exiting\n"
 msgstr "%s: pg_dump bei %s fehlgeschlagen; beende\n"
 
-#: pg_dumpall.c:590
+#: pg_dumpall.c:597
 #, c-format
 msgid "%s: running %s\n"
 msgstr "%s: führe %s aus\n"
 
-#: pg_dumpall.c:630
+#: pg_dumpall.c:637
 #, c-format
 msgid "%s: could not connect to database %s\n"
 msgstr "%s: konnte nicht mit der Datenbank verbinden: %s\n"
 
-#: pg_dumpall.c:653
+#: pg_dumpall.c:660
 #, c-format
 msgid "%s: could not connect to database %s: %s\n"
 msgstr "%s: konnte nicht mit der Datenbank %s verbinden: %s\n"
 
-#: pg_dumpall.c:661
+#: pg_dumpall.c:668
 #, c-format
 msgid "%s: could not get server version\n"
 msgstr "%s: konnte Version des Servers nicht ermitteln\n"
 
-#: pg_dumpall.c:670
+#: pg_dumpall.c:677
 #, c-format
 msgid "%s: could not parse server version \"%s\"\n"
 msgstr "%s: konnte Versionszeichenkette »%s« nicht entzifferen\n"
 
-#: pg_dumpall.c:692
+#: pg_dumpall.c:699
 #, c-format
 msgid "%s: query failed: %s"
 msgstr "%s: Abfrage schlug fehl: %s"
 
-#: pg_dumpall.c:693
+#: pg_dumpall.c:700
 #, c-format
 msgid "%s: query was: %s\n"
 msgstr "%s: Abfrage war: %s\n"
 
-#: pg_dumpall.c:739
+#: pg_dumpall.c:746
 #, c-format
 msgid ""
 "%s: could not find pg_dump\n"
index 8048e0e4875f19f107a08a511318b48d8895a265..f8cf44d792649658a04ecf2f6f09bfed3ecd1af3 100644 (file)
@@ -1,56 +1,73 @@
 # German message translation file for pg_resetxlog
 # Peter Eisentraut <peter_e@gmx.net>, 2002.
 #
-# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/po/de.po,v 1.1 2002/09/22 20:57:21 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/po/de.po,v 1.1.2.1 2002/11/13 21:30:39 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-09-22 17:17+0200\n"
-"PO-Revision-Date: 2002-09-22 22:38+0200\n"
+"POT-Creation-Date: 2002-11-13 20:39+0100\n"
+"PO-Revision-Date: 2002-11-13 20:45+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: pg_resetxlog.c:141
+#: pg_resetxlog.c:144
+#, c-format
+msgid "%s: invalid argument for -x option\n"
+msgstr "%s: ungültiges Argument für Option -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
+#, c-format
+msgid "Try '%s --help' for more information.\n"
+msgstr "Versuchen sie »%s --help« für weitere Informationen.\n"
+
+#: pg_resetxlog.c:150
 #, c-format
 msgid "%s: transaction ID (-x) must not be 0\n"
 msgstr "%s: Transaktions-ID (-x) darf nicht 0 sein\n"
 
-#: pg_resetxlog.c:149
+#: pg_resetxlog.c:159
 #, c-format
-msgid "%s: invalid argument for -l option\n"
-msgstr "%s: ungültiges Argument für Option -l\n"
+msgid "%s: invalid argument for -o option\n"
+msgstr "%s: ungültiges Argument für Option -o\n"
 
-#: pg_resetxlog.c:150 pg_resetxlog.c:156 pg_resetxlog.c:164
+#: pg_resetxlog.c:165
 #, c-format
-msgid "Try '%s --help' for more information.\n"
-msgstr "Versuchen sie »%s --help« für weitere Informationen.\n"
+msgid "%s: OID (-o) must not be 0\n"
+msgstr "%s: OID (-o) darf nicht 0 sein\n"
 
-#: pg_resetxlog.c:163
+#: pg_resetxlog.c:174 pg_resetxlog.c:181
+#, c-format
+msgid "%s: invalid argument for -l option\n"
+msgstr "%s: ungültiges Argument für Option -l\n"
+
+#: pg_resetxlog.c:195
 #, c-format
 msgid "%s: no data directory specified\n"
 msgstr "%s: kein Datenverzeichnis angegeben\n"
 
-#: pg_resetxlog.c:183 pg_resetxlog.c:273
+#: pg_resetxlog.c:215 pg_resetxlog.c:311
 #, c-format
 msgid "%s: could not open %s for reading: %s\n"
 msgstr "%s: konnte %s nicht zum Lesen öffnen: %s\n"
 
-#: pg_resetxlog.c:189
+#: pg_resetxlog.c:221
 #, c-format
 msgid ""
 "%s: lock file %s exists\n"
 "Is a server running? If not, delete the lock file and try again.\n"
 msgstr ""
 "%s: Sperrdatei %s besteht\n"
-"Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal versuchen.\n"
+"Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal "
+"versuchen.\n"
 
-#: pg_resetxlog.c:210
+#: pg_resetxlog.c:260
 msgid ""
 "\n"
 "If these values seem acceptable, use -f to force reset.\n"
@@ -59,7 +76,7 @@ msgstr ""
 "Wenn diese Werte akzeptabel scheinen, dann benutzen Sie -f um das\n"
 "Zurücksetzen zu erzwingen.\n"
 
-#: pg_resetxlog.c:222
+#: pg_resetxlog.c:272
 msgid ""
 "The database server was not shut down cleanly.\n"
 "Resetting the transaction log may cause data to be lost.\n"
@@ -70,11 +87,11 @@ msgstr ""
 "Wenn Sie trotzdem weiter machen wollen, benutzen Sie -f um das\n"
 "Zurücksetzen zu erzwingen.\n"
 
-#: pg_resetxlog.c:247
+#: pg_resetxlog.c:285
 msgid "Transaction log reset\n"
 msgstr "Transaktionslog wurde zurück gesetzt\n"
 
-#: pg_resetxlog.c:276
+#: pg_resetxlog.c:314
 #, c-format
 msgid ""
 "If you are sure the data directory path is correct, do\n"
@@ -85,188 +102,240 @@ msgstr ""
 "  touch %s\n"
 "und versuchen Sie es erneut.\n"
 
-#: pg_resetxlog.c:289
+#: pg_resetxlog.c:327
 #, c-format
 msgid "%s: could not read %s: %s\n"
 msgstr "%s: konnte %s nicht lesen: %s\n"
 
-#: pg_resetxlog.c:312
+#: pg_resetxlog.c:350
 #, c-format
 msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
-msgstr "%s: pg_control existiert aber mit ungültiger CRC; mit Vorsicht fortfahren\n"
+msgstr ""
+"%s: pg_control existiert aber mit ungültiger CRC; mit Vorsicht fortfahren\n"
 
-#: pg_resetxlog.c:321
+#: pg_resetxlog.c:359
 #, c-format
 msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
-msgstr "%s: pg_control ist kaputt oder hat unbekannte Version; wird ignoriert\n"
+msgstr ""
+"%s: pg_control ist kaputt oder hat unbekannte Version; wird ignoriert\n"
 
-#: pg_resetxlog.c:363
+#: pg_resetxlog.c:410
 #, c-format
 msgid "%s: invalid LC_COLLATE setting\n"
 msgstr "%s: ungültige LC_COLLATE-Einstellung\n"
 
-#: pg_resetxlog.c:370
+#: pg_resetxlog.c:417
 #, c-format
 msgid "%s: invalid LC_CTYPE setting\n"
 msgstr "%s: ungültige LC_CTYPE-Einstellung\n"
 
-#: pg_resetxlog.c:392
+#: pg_resetxlog.c:439
 msgid ""
 "Guessed pg_control values:\n"
 "\n"
-msgstr "Geschätzte pg_control-Werte:\n\n"
+msgstr ""
+"Geschätzte pg_control-Werte:\n"
+"\n"
 
-#: pg_resetxlog.c:394
+#: pg_resetxlog.c:441
 msgid ""
 "pg_control values:\n"
 "\n"
-msgstr "pg_control-Werte:\n\n"
+msgstr ""
+"pg_control-Werte:\n"
+"\n"
 
-#: pg_resetxlog.c:396
+#: pg_resetxlog.c:443
 #, c-format
 msgid "pg_control version number:            %u\n"
 msgstr "pg_control-Versionsnummer:            %u\n"
 
-#: pg_resetxlog.c:397
+#: pg_resetxlog.c:444
 #, c-format
 msgid "Catalog version number:               %u\n"
 msgstr "Katalog-Versionsnummer:               %u\n"
 
-#: pg_resetxlog.c:398
+#: pg_resetxlog.c:445
 #, c-format
 msgid "Current log file ID:                  %u\n"
 msgstr "Aktuelle Logdatei-ID:                 %u\n"
 
-#: pg_resetxlog.c:399
+#: pg_resetxlog.c:446
 #, c-format
 msgid "Next log file segment:                %u\n"
 msgstr "Nächstes Logdatei-Segment:            %u\n"
 
-#: pg_resetxlog.c:400
+#: pg_resetxlog.c:447
 #, c-format
 msgid "Latest checkpoint's StartUpID:        %u\n"
 msgstr "StartUpID vom letzten Checkpoint:     %u\n"
 
-#: pg_resetxlog.c:401
+#: pg_resetxlog.c:448
 #, c-format
 msgid "Latest checkpoint's NextXID:          %u\n"
 msgstr "NextXID vom letzten Checkpoint:       %u\n"
 
-#: pg_resetxlog.c:402
+#: pg_resetxlog.c:449
 #, c-format
 msgid "Latest checkpoint's NextOID:          %u\n"
 msgstr "NextOID vom letzten Checkpoint:       %u\n"
 
-#: pg_resetxlog.c:403
+#: pg_resetxlog.c:450
 #, c-format
 msgid "Database block size:                  %u\n"
 msgstr "Datenbank-Blockgröße:                 %u\n"
 
-#: pg_resetxlog.c:404
+#: pg_resetxlog.c:451
 #, c-format
 msgid "Blocks per segment of large relation: %u\n"
 msgstr "Blöcke pro Segment:                   %u\n"
 
-#: pg_resetxlog.c:405
+#: pg_resetxlog.c:452
+#, c-format
+msgid "Maximum length of identifiers:        %u\n"
+msgstr "Maximale Namenslänge:                 %u\n"
+
+#: pg_resetxlog.c:453
+#, c-format
+msgid "Maximum number of function arguments: %u\n"
+msgstr "Maximale Funktionsargumente:          %u\n"
+
+#: pg_resetxlog.c:454
+#, c-format
+msgid "Date/time type storage:               %s\n"
+msgstr "Datum/Zeit-Speicherung:               %s\n"
+
+#: pg_resetxlog.c:455
+msgid "64-bit integers"
+msgstr "64-Bit-Integers"
+
+#: pg_resetxlog.c:455
+msgid "Floating point"
+msgstr "Fließkomma"
+
+#: pg_resetxlog.c:456
+#, c-format
+msgid "Maximum length of locale name:        %u\n"
+msgstr "Maximallänge eines Locale-Namen:      %u\n"
+
+#: pg_resetxlog.c:457
 #, c-format
 msgid "LC_COLLATE:                           %s\n"
 msgstr "LC_COLLATE:                           %s\n"
 
-#: pg_resetxlog.c:406
+#: pg_resetxlog.c:458
 #, c-format
 msgid "LC_CTYPE:                             %s\n"
 msgstr "LC_CTYPE:                             %s\n"
 
-#: pg_resetxlog.c:459
+#: pg_resetxlog.c:511
 #, c-format
 msgid ""
 "%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
-msgstr "%s: interner Fehler -- sizeof(ControlFileData) is zu groß ... xlog.c reparieren\n"
+msgstr ""
+"%s: interner Fehler -- sizeof(ControlFileData) is zu groß ... xlog.c "
+"reparieren\n"
 
-#: pg_resetxlog.c:472
+#: pg_resetxlog.c:524
 #, c-format
 msgid "%s: could not create pg_control file: %s\n"
 msgstr "%s: konnte pg_control Datei nicht erstellen: %s\n"
 
-#: pg_resetxlog.c:483
+#: pg_resetxlog.c:535
 #, c-format
 msgid "%s: could not write pg_control file: %s\n"
 msgstr "%sL konnte pg_control Datei nicht schreiben: %s\n"
 
-#: pg_resetxlog.c:490 pg_resetxlog.c:631
+#: pg_resetxlog.c:542 pg_resetxlog.c:683
 #, c-format
 msgid "%s: fsync error: %s\n"
 msgstr "%s: fsync-Fehler: %s\n"
 
-#: pg_resetxlog.c:511
+#: pg_resetxlog.c:563
 #, c-format
 msgid "%s: could not open directory %s: %s\n"
 msgstr "%s: konnte Verzeichnis %s nicht öffnen: %s\n"
 
-#: pg_resetxlog.c:525
+#: pg_resetxlog.c:577
 #, c-format
 msgid "%s: could not delete file %s: %s\n"
 msgstr "%s: konnte Datei %s nicht löschen: %s\n"
 
-#: pg_resetxlog.c:535
+#: pg_resetxlog.c:587
 #, c-format
 msgid "%s: could not read from directory %s: %s\n"
 msgstr "%s: konnte aus dem Verzeichnis %s nicht lesen: %s\n"
 
-#: pg_resetxlog.c:598
+#: pg_resetxlog.c:650
 #, c-format
 msgid "%s: could not open %s: %s\n"
 msgstr "%s: konnte %s nicht öffnen: %s\n"
 
-#: pg_resetxlog.c:609 pg_resetxlog.c:623
+#: pg_resetxlog.c:661 pg_resetxlog.c:675
 #, c-format
 msgid "%s: could not write %s: %s\n"
 msgstr "%s: konnte nicht nach %s schreiben: %s\n"
 
-#: pg_resetxlog.c:642
+#: pg_resetxlog.c:694
 #, c-format
 msgid ""
 "%s resets the PostgreSQL transaction log.\n"
 "\n"
-msgstr "%s setzt den PostgreSQL-Transaktionslog zurück.\n\n"
+msgstr ""
+"%s setzt den PostgreSQL-Transaktionslog zurück.\n"
+"\n"
 
-#: pg_resetxlog.c:643
+#: pg_resetxlog.c:695
 #, c-format
 msgid ""
 "Usage:\n"
-"  %s [OPTIONS] DATADIR\n"
+"  %s [OPTION]... DATADIR\n"
 "\n"
 msgstr ""
 "Benutzung:\n"
-"  %s [OPTIONEN] DATENVERZEICHNIS\n"
+"  %s [OPTION]... DATENVERZEICHNIS\n"
 "\n"
 
-#: pg_resetxlog.c:644
+#: pg_resetxlog.c:696
 msgid "Options:\n"
 msgstr "Optionen:\n"
 
-#: pg_resetxlog.c:645
-msgid "  -f                force update to be done\n"
-msgstr "  -f                Änderung erzwingen\n"
+#: pg_resetxlog.c:697
+msgid "  -f              force update to be done\n"
+msgstr "  -f              Änderung erzwingen\n"
 
-#: pg_resetxlog.c:646
+#: pg_resetxlog.c:698
 msgid ""
-"  -l FILEID,SEG     force minimum WAL starting location for new transaction "
+"  -l FILEID,SEG   force minimum WAL starting location for new transaction "
 "log\n"
-msgstr "  -l DATEIID,SEG    minimale WAL-Startposition für neuen Log erzwingen\n"
+msgstr "  -l DATEIID,SEG  minimale WAL-Startposition für neuen Log erzwingen\n"
 
-#: pg_resetxlog.c:647
+#: pg_resetxlog.c:699
 msgid ""
-"  -n                no update, just show extracted control values (for "
+"  -n              no update, just show extracted control values (for "
 "testing)\n"
-msgstr "  -n                keine Änderung, nur Kontrolldaten anzeigen (zum Testen)\n"
+msgstr "  -n              keine Änderung, nur Kontrolldaten anzeigen (zum Testen)\n"
 
-#: pg_resetxlog.c:648
-msgid "  -x XID            set next transaction ID\n"
-msgstr "  -x XID            nächste Transaktions-ID setzen\n"
+#: pg_resetxlog.c:700
+msgid "  -o OID          set next OID\n"
+msgstr "  -o OID          nächste OID setzen\n"
 
-#: pg_resetxlog.c:649
+#: pg_resetxlog.c:701
+msgid "  -x XID          set next transaction ID\n"
+msgstr "  -x XID          nächste Transaktions-ID setzen\n"
+
+#: pg_resetxlog.c:702
+msgid "  --help          show this help, then exit\n"
+msgstr "  --help          diese Hilfe anzeigen, dann beenden\n"
+
+#: pg_resetxlog.c:703
+msgid "  --version       output version information, then exit\n"
+msgstr "  --version       Versionsinformationen anzeigen, dann beenden\n"
+
+#: pg_resetxlog.c:704
 msgid ""
 "\n"
 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
-msgstr "\nBerichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
+msgstr ""
+"\n"
+"Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
index f81942fcb7f7b8d38309d99c9b205c3e41a926ce..9b4456170983f4d403a290327f89f59a65b430df 100644 (file)
 # German message translation file for psql
 # Peter Eisentraut <peter_e@gmx.net>, 2001, 2002.
 #
-# $Header: /cvsroot/pgsql/src/bin/psql/po/de.po,v 1.2 2002/09/22 20:57:21 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/po/de.po,v 1.2.2.1 2002/11/13 21:30:39 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-09-22 17:30+0200\n"
-"PO-Revision-Date: 2002-09-22 17:33+0200\n"
+"POT-Creation-Date: 2002-11-13 20:29+0100\n"
+"PO-Revision-Date: 2002-11-13 20:37+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: command.c:155
+#: command.c:156
 msgid "Warning: This syntax is deprecated.\n"
 msgstr "Warnung: Dieser Syntax is veraltet.\n"
 
-#: command.c:162
+#: command.c:163
 #, c-format
 msgid "Invalid command \\%s. Try \\? for help.\n"
 msgstr "Ungültige Anweisung \\%s.  Versuchen Sie \\? für Hilfe.\n"
 
-#: command.c:164
+#: command.c:165
 #, c-format
 msgid "invalid command \\%s\n"
 msgstr "ungültige Anweisung \\%s\n"
 
-#: command.c:291
+#: command.c:292
 #, c-format
 msgid "could not get home directory: %s\n"
 msgstr "konnte Home-Verzeichnis nicht ermitteln: %s\n"
 
-#: command.c:307
+#: command.c:308
 #, c-format
 msgid "\\%s: could not change directory to '%s': %s\n"
 msgstr "\\%s: konnte nicht in das Verzeichnis »%s« wechseln: %s\n"
 
-#: command.c:403 command.c:762
+#: command.c:404 command.c:764
 msgid "no query buffer\n"
 msgstr "kein Abfragepuffer\n"
 
-#: command.c:458
+#: command.c:459
 #, c-format
 msgid "%s: invalid encoding name or conversion procedure not found\n"
 msgstr ""
 "%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden\n"
 
-#: command.c:518 command.c:549 command.c:560 command.c:574 command.c:616
-#: command.c:742 command.c:771
+#: command.c:520 command.c:551 command.c:562 command.c:576 command.c:618
+#: command.c:744 command.c:773
 #, c-format
 msgid "\\%s: missing required argument\n"
 msgstr "\\%s: notwendiges Argument fehlt\n"
 
-#: command.c:604
+#: command.c:606
 msgid "Query buffer is empty."
 msgstr "Abfragepuffer ist leer."
 
-#: command.c:637
+#: command.c:639
 msgid "Query buffer reset (cleared)."
 msgstr "Abfragepuffer wurde gelöscht."
 
-#: command.c:648
+#: command.c:650
 #, c-format
 msgid "Wrote history to %s.\n"
 msgstr "History nach %s geschrieben.\n"
 
-#: command.c:688 command.c:1142 command.c:1239 command.c:1923 common.c:56
-#: copy.c:92 describe.c:41 mainloop.c:80 mainloop.c:386
+#: command.c:690 command.c:1144 command.c:1241 command.c:1929 common.c:64
+#: copy.c:90 copy.c:118 describe.c:41 mainloop.c:80 mainloop.c:388
 msgid "out of memory\n"
 msgstr "Speicher aufgebraucht\n"
 
-#: command.c:697 command.c:747
+#: command.c:699 command.c:749
 #, c-format
 msgid "\\%s: error\n"
 msgstr "\\%s: Fehler\n"
 
-#: command.c:726
+#: command.c:728
 msgid "Timing is on."
 msgstr "Zeitmessung ist an."
 
-#: command.c:729
+#: command.c:731
 msgid "Timing is off."
 msgstr "Zeitmessung ist aus."
 
-#: command.c:786 command.c:806 command.c:1002 command.c:1015 command.c:1026
-#: command.c:1580 command.c:1593 command.c:1605 command.c:1618 command.c:1632
-#: command.c:1646 command.c:1676 common.c:105 copy.c:308
+#: 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:113 copy.c:381
 #, c-format
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: command.c:872
+#: command.c:874
 #, c-format
 msgid "\\%s: extra argument '%s' ignored\n"
 msgstr "\\%s: überflüssiges Argument »%s« ignoriert\n"
 
-#: command.c:963 command.c:991 command.c:1115
+#: command.c:965 command.c:993 command.c:1117
 msgid "parse error at the end of line\n"
 msgstr "Parse-Fehler am Zeilenende\n"
 
-#: command.c:1354 command.c:1378 startup.c:175 startup.c:193
+#: command.c:1356 command.c:1380 startup.c:175 startup.c:193
 msgid "Password: "
 msgstr "Passwort: "
 
-#: command.c:1392 common.c:154 common.c:247 common.c:419
+#: command.c:1394 common.c:162 common.c:282 common.c:468
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: command.c:1396
+#: command.c:1398
 msgid "Previous connection kept\n"
 msgstr "Vorherige Verbindung wurde behalten\n"
 
-#: command.c:1408
+#: command.c:1410
 #, c-format
 msgid "\\connect: %s"
 msgstr "\\connect: %s"
 
-#: command.c:1420
+#: command.c:1422
 #, c-format
 msgid "You are now connected to database %s.\n"
 msgstr "Sie sind jetzt mit der Datenbank %s verbunden.\n"
 
-#: command.c:1422
+#: command.c:1424
 #, c-format
 msgid "You are now connected as new user %s.\n"
 msgstr "Sie sind jetzt als neuer Benutzer %s verbunden.\n"
 
-#: command.c:1425
+#: command.c:1427
 #, c-format
 msgid "You are now connected to database %s as user %s.\n"
 msgstr "Sie sind jetzt mit der Datenbank %s als Benutzer %s verbunden.\n"
 
-#: command.c:1518
+#: command.c:1524
 #, c-format
 msgid "could not start editor %s\n"
 msgstr "konnte Editor %s nicht starten\n"
 
-#: command.c:1520
+#: command.c:1526
 msgid "could not start /bin/sh\n"
 msgstr "konnte /bin/sh nicht starten\n"
 
-#: command.c:1565
+#: command.c:1571
 #, c-format
 msgid "could not open temporary file %s: %s\n"
 msgstr "konnte temporäre Datei %s nicht öffnen: %s\n"
 
-#: command.c:1749
+#: command.c:1755
 msgid "\\pset: allowed formats are unaligned, aligned, html, latex\n"
 msgstr "\\pset: zulässige Formate sind unaligned, aligned, html, latex\n"
 
-#: command.c:1754
+#: command.c:1760
 #, c-format
 msgid "Output format is %s.\n"
 msgstr "Ausgabeformat ist »%s«.\n"
 
-#: command.c:1764
+#: command.c:1770
 #, c-format
 msgid "Border style is %d.\n"
 msgstr "Rahmenstil ist %d.\n"
 
-#: command.c:1773
+#: command.c:1779
 msgid "Expanded display is on.\n"
 msgstr "Erweiterte Anzeige ist an.\n"
 
-#: command.c:1774
+#: command.c:1780
 msgid "Expanded display is off.\n"
 msgstr "Erweiterte Anzeige ist aus.\n"
 
-#: command.c:1786
+#: command.c:1792
 #, c-format
 msgid "Null display is '%s'.\n"
 msgstr "Null-Anzeige ist »%s«.\n"
 
-#: command.c:1798
+#: command.c:1804
 #, c-format
 msgid "Field separator is '%s'.\n"
 msgstr "Feldtrennzeichen ist »%s«.\n"
 
-#: command.c:1812
+#: command.c:1818
 msgid "Record separator is <newline>."
 msgstr "Satztrennzeichen ist <newline>."
 
-#: command.c:1814
+#: command.c:1820
 #, c-format
 msgid "Record separator is '%s'.\n"
 msgstr "Satztrennzeichen ist »%s«.\n"
 
-#: command.c:1825
+#: command.c:1831
 msgid "Showing only tuples."
 msgstr "Zeige nur Datenzeilen."
 
-#: command.c:1827
+#: command.c:1833
 msgid "Tuples only is off."
 msgstr "Nur Datenzeilen ist aus."
 
-#: command.c:1843
+#: command.c:1849
 #, c-format
 msgid "Title is \"%s\".\n"
 msgstr "Titel ist »%s«.\n"
 
-#: command.c:1845
+#: command.c:1851
 msgid "Title is unset.\n"
 msgstr "Titel ist nicht gesetzt.\n"
 
-#: command.c:1861
+#: command.c:1867
 #, c-format
 msgid "Table attribute is \"%s\".\n"
 msgstr "Tabellenattribut ist »%s«.\n"
 
-#: command.c:1863
+#: command.c:1869
 msgid "Table attributes unset.\n"
 msgstr "Tabellenattribute sind nicht gesetzt.\n"
 
-#: command.c:1874
+#: command.c:1880
 msgid "Using pager is on."
 msgstr "Pager-Verwendung ist an."
 
-#: command.c:1876
+#: command.c:1882
 msgid "Using pager is off."
 msgstr "Pager-Verwendung ist aus."
 
-#: command.c:1887
+#: command.c:1893
 msgid "Default footer is on."
 msgstr "Standardfußzeile ist an."
 
-#: command.c:1889
+#: command.c:1895
 msgid "Default footer is off."
 msgstr "Standardfußzeile ist aus."
 
-#: command.c:1895
+#: command.c:1901
 #, c-format
 msgid "\\pset: unknown option: %s\n"
 msgstr "\\pset: unbekannte Option: %s\n"
 
-#: command.c:1938
+#: command.c:1944
 msgid "\\!: failed\n"
 msgstr "\\!: fehlgeschlagen\n"
 
-#: common.c:49
+#: common.c:57
 #, c-format
 msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n"
 msgstr "%s: xstrdup: Versuch NULL-Zeiger zu kopieren (interner Fehler)\n"
 
-#: common.c:215 common.c:304
+#: common.c:230 common.c:343
 msgid "You are currently not connected to a database.\n"
 msgstr "Sie sind gegenwärtig nicht mit einer Datenbank verbunden.\n"
 
-#: common.c:254 common.c:429
+#: common.c:289 common.c:478
 msgid "connection to server was lost\n"
 msgstr "Verbindung zum Server wurde verloren\n"
 
-#: common.c:257 common.c:432
+#: common.c:292 common.c:481
 msgid "The connection to the server was lost. Attempting reset: "
 msgstr "Die Verbindung zum Server wurde verloren.  Versuche Reset: "
 
-#: common.c:261 common.c:436
+#: common.c:296 common.c:485
 msgid "Failed.\n"
 msgstr "Fehlgeschlagen.\n"
 
-#: common.c:271 common.c:448
+#: common.c:306 common.c:497
 msgid "Succeeded.\n"
 msgstr "Erfolgreich.\n"
 
-#: common.c:312
+#: common.c:351
 #, c-format
 msgid ""
 "***(Single step mode: Verify query)"
@@ -282,7 +282,7 @@ msgstr ""
 "***(Drücken Sie die Eingabetaste um fortzufahren oder »x« um abzubrechen)"
 "*******\n"
 
-#: common.c:408
+#: common.c:457
 msgid ""
 "Enter data to be copied followed by a newline.\n"
 "End with a backslash and a period on a line by itself."
@@ -290,40 +290,40 @@ msgstr ""
 "Geben Sie die zu kopierenden Daten ein, gefolgt von einem Zeilenende.\n"
 "Beenden Sie mit einem Backslash und einem Punkt alleine auf einer Zeile."
 
-#: common.c:454
+#: common.c:503
 #, c-format
 msgid "Asynchronous NOTIFY '%s' from backend with pid %d received.\n"
 msgstr "Aynchrones NOTIFY »%s« von Backend mit PID %d empfangen.\n"
 
-#: common.c:466
+#: common.c:516 common.c:519
 #, c-format
 msgid "Time: %.2f ms\n"
 msgstr "Zeit: %.2f ms\n"
 
-#: copy.c:86
+#: copy.c:112
 msgid "\\copy: arguments required\n"
 msgstr "\\copy: benötigt Argumente\n"
 
-#: copy.c:234
+#: copy.c:292
 #, c-format
 msgid "\\copy: parse error at '%s'\n"
 msgstr "\\copy: Parse-Fehler bei »%s«\n"
 
-#: copy.c:236
+#: copy.c:294
 msgid "\\copy: parse error at end of line\n"
 msgstr "\\copy: Parse-Fehler am Zeilenende\n"
 
-#: copy.c:319
+#: copy.c:392
 #, c-format
 msgid "%s: cannot copy from/to a directory\n"
 msgstr "%s: ein Verzeichnis kann nicht kopiert werden\n"
 
-#: copy.c:340
+#: copy.c:413
 #, c-format
 msgid "\\copy: %s"
 msgstr "\\copy: %s"
 
-#: copy.c:344
+#: copy.c:417
 #, c-format
 msgid "\\copy: unexpected response (%d)\n"
 msgstr "\\copy: unerwartete Antwort (%d)\n"
@@ -346,153 +346,166 @@ msgstr "konnte aktuellen Benutzernamen nicht ermitteln: %s\n"
 msgid ""
 "This is psql %s, the PostgreSQL interactive terminal.\n"
 "\n"
-msgstr "Dies ist psql %s, das interaktive PostgreSQL-Terminal.\n\n"
+msgstr ""
+"Dies ist psql %s, das interaktive PostgreSQL-Terminal.\n"
+"\n"
 
 #: help.c:85
 msgid "Usage:"
 msgstr "Benutzung:"
 
 #: help.c:86
-msgid "  psql [OPTIONS] [DBNAME [USERNAME]]\n"
-msgstr "  psql [OPTIONEN] [DBNAME [BENUTZERNAME]]\n"
-
-#: help.c:87
-msgid "Options:"
-msgstr "Optionen:"
+msgid "  psql [OPTIONS]... [DBNAME [USERNAME]]\n"
+msgstr "  psql [OPTION]... [DBNAME [BENUTZERNAME]]\n"
 
 #: help.c:88
-msgid "  -a              Echo all input from script"
-msgstr "  -a              Gib Skript-Inhalt wieder"
+msgid "General options:"
+msgstr "Allgemeine Optionen:"
 
-#: help.c:89
-msgid "  -A              Unaligned table output mode (-P format=unaligned)"
+#: help.c:93
+#, c-format
+msgid "  -d DBNAME       specify database name to connect to (default: %s)\n"
 msgstr ""
-"  -A              Unausgerichteter Tabellenausgabemodus (-P format=unaligned)"
+"  -d DBNAME       Datenbank, zu der verbunden werden soll (Standard: %s)\n"
+
+#: help.c:94
+msgid "  -c COMMAND      run only single command (SQL or internal) and exit"
+msgstr "  -c ANWEISUNG    führe einzelne Anweisung aus und beende"
 
-#: help.c:90
-msgid "  -c COMMAND      Run only single command (SQL or internal) and exit"
-msgstr "  -c ANWEISUNG    Führe einzelne Anweisung aus und beende"
+#: help.c:95
+msgid "  -f FILENAME     execute commands from file, then exit"
+msgstr "  -f DATEINAME    führe Anweisungen aus Datei aus und beende danach"
 
 #: help.c:96
-#, c-format
-msgid "  -d DBNAME       Specify database name to connect to (default: %s)\n"
-msgstr ""
-"  -d DBNAME       Datenbank, zu der verbunden werden soll (Standard: %s)\n"
+msgid "  -l              list available databases, then exit"
+msgstr "  -l              zeige verfügbare Datenbanken und beende"
+
+#: help.c:97
+msgid "  -v NAME=VALUE   set psql variable 'NAME' to 'VALUE'"
+msgstr "  -v NAME=WERT    setze psql-Variable »NAME« auf »WERT«"
 
 #: help.c:98
-msgid "  -e              Echo commands sent to server"
-msgstr ""
-"  -e              Zeige Anweisungen, die an den Server geschickt werden"
+msgid "  -X              do not read startup file (~/.psqlrc)"
+msgstr "  -X              lese die Startdatei nicht (~/.psqlrc)"
 
 #: help.c:99
-msgid "  -E              Display queries that internal commands generate"
-msgstr ""
-"  -E              Zeige Abfragen, die von internen Anweisungen erzeugt werden"
+msgid "  --help          show this help, then exit"
+msgstr "  -l              zeige verfügbare Datenbanken und beende"
 
 #: help.c:100
-msgid "  -f FILENAME     Execute commands from file, then exit"
-msgstr "  -f DATEINAME    Führe Anweisungen aus Datei aus und beende danach"
+msgid "  --version       output version information, then exit"
+msgstr "  -V              zeige Versionsinformationen und beende"
 
-#: help.c:101
-#, c-format
+#: help.c:102
 msgid ""
-"  -F STRING       Set field separator (default: \"%s\") (-P fieldsep=)\n"
-msgstr ""
-"  -F ZEICHEN      Setze Feldtrennzeichen (Standard: »%s«) (-P fieldsep=)\n"
+"\n"
+"Input and output options:"
+msgstr "\nEingabe- und Ausgabeoptionen:"
+
+#: help.c:103
+msgid "  -a              echo all input from script"
+msgstr "  -a              gib Skript-Inhalt wieder"
+
+#: help.c:104
+msgid "  -e              echo commands sent to server"
+msgstr "  -e              zeige Anweisungen, die an den Server geschickt werden"
+
+#: help.c:105
+msgid "  -E              display queries that internal commands generate"
+msgstr "  -E              zeige Abfragen, die von internen Anweisungen erzeugt werden"
 
 #: help.c:106
-#, c-format
-msgid "  -h HOSTNAME     Specify database server host (default: %s)\n"
-msgstr "  -h HOSTNAME     Hostname des Datenbankservers (Standard: %s)\n"
+msgid "  -q              run quietly (no messages, only query output)"
+msgstr "  -q              stille Ausführung (keine Mitteilungen, nur Abfrageergebnisse)"
 
 #: help.c:107
-msgid "local socket"
-msgstr "lokales Socket"
+msgid "  -o FILENAME     send query results to file (or |pipe)"
+msgstr "  -o DATEINAME    sende Abfrageergebnisse in Datei (oder |Pipe)"
+
+#: help.c:108
+msgid "  -n              disable enhanced command line editing (readline)"
+msgstr "  -n              schalte erweiterte Zeilenbearbeitung (Readline) aus"
 
 #: help.c:109
-msgid "  -H              HTML table output mode (-P format=html)"
-msgstr "  -H              HTML-Tabellenausgabemodus (-P format=html)"
+msgid "  -s              single step mode (confirm each query)"
+msgstr "  -s              Einzelschrittmodus (bestätige jede Abfrage)"
 
 #: help.c:110
-msgid "  -l              List available databases, then exit"
-msgstr "  -l              Zeige verfügbare Datenbanken und beende"
-
-#: help.c:111
-msgid "  -n              Disable enhanced command line editing (readline)"
-msgstr "  -n              Schalte erweiterte Zeilenbearbeitung (Readline) aus"
+msgid "  -S              single line mode (end of line terminates SQL command)"
+msgstr "  -S              Einzelzeilenmodus (Zeilenende beendet SQL-Anweisung)"
 
 #: help.c:112
-msgid "  -o FILENAME     Send query results to file (or |pipe)"
-msgstr "  -o DATEINAME    Sende Abfrageergebnisse in Datei (oder |Pipe)"
+msgid ""
+"\n"
+"Output format options:"
+msgstr "\nAusgabeformatoptionen:"
+
+#: help.c:113
+msgid "  -A              unaligned table output mode (-P format=unaligned)"
+msgstr "  -A              unausgerichteter Tabellenausgabemodus (-P format=unaligned)"
+
+#: help.c:114
+msgid "  -H              HTML table output mode (-P format=html)"
+msgstr "  -H              HTML-Tabellenausgabemodus (-P format=html)"
+
+#: help.c:115
+msgid "  -t              print rows only (-P tuples_only)"
+msgstr "  -t              gebe nur Datenzeilen aus (-P tuples_only)"
 
 #: help.c:116
-#, c-format
-msgid "  -p PORT         Specify database server port (default: %s)\n"
-msgstr "  -p PORT         Port des Datenbankservers (Standard: %s)\n"
+msgid ""
+"  -T TEXT         set HTML table tag attributes (width, border) (-P "
+"tableattr=)"
+msgstr "  -T TEXT         setze HTML »table«-Tag-Attribute (z.B. width) (-P tableattr=)"
 
-#: help.c:119
+#: help.c:117
+msgid "  -x              turn on expanded table output (-P expanded)"
+msgstr "  -x              schalte erweiterte Tabellenausgabe ein (-P expanded)"
+
+#: help.c:118
 msgid ""
-"  -P VAR[=ARG]    Set printing option 'VAR' to 'ARG' (see \\pset command)"
-msgstr ""
-"  -P VAR[=ARG]    Setze Ausgabeoption »VAR« auf »ARG« (siehe \\pset-"
-"Anweisung)"
+"  -P VAR[=ARG]    set printing option 'VAR' to 'ARG' (see \\pset command)"
+msgstr "  -P VAR[=ARG]    setze Ausgabeoption »VAR« auf »ARG« (siehe \\pset-Anweisung)"
 
-#: help.c:120
-msgid "  -q              Run quietly (no messages, only query output)"
-msgstr ""
-"  -q              Stille Ausführung (keine Mitteilungen, nur "
-"Abfrageergebnisse)"
+#: help.c:119
+#, c-format
+msgid ""
+"  -F STRING       set field separator (default: \"%s\") (-P fieldsep=)\n"
+msgstr "  -F ZEICHEN      setze Feldtrennzeichen (Standard: »%s«) (-P fieldsep=)\n"
 
 #: help.c:121
 msgid ""
-"  -R STRING       Set record separator (default: newline) (-P recordsep=)"
-msgstr ""
-"  -R ZEICHEN      Setze Satztrennzeichen (Standard: newline) (-P recordsep=)"
-
-#: help.c:122
-msgid "  -s              Single step mode (confirm each query)"
-msgstr "  -s              Einzelschrittmodus (bestätige jede Abfrage)"
+"  -R STRING       set record separator (default: newline) (-P recordsep=)"
+msgstr "  -R ZEICHEN      setze Satztrennzeichen (Standard: newline) (-P recordsep=)"
 
 #: help.c:123
-msgid "  -S              Single line mode (end of line terminates SQL command)"
-msgstr "  -S              Einzelzeilenmodus (Zeilenende beendet SQL-Anweisung)"
-
-#: help.c:124
-msgid "  -t              Print rows only (-P tuples_only)"
-msgstr "  -t              Gebe nur Datenzeilen aus (-P tuples_only)"
-
-#: help.c:125
 msgid ""
-"  -T TEXT         Set HTML table tag attributes (width, border) (-P "
-"tableattr=)"
-msgstr ""
-"  -T TEXT         Setze HTML »table«-Tag-Attribute (z.B. width) (-P "
-"tableattr=)"
+"\n"
+"Connection options:"
+msgstr "\nVerbindungsoptionen:"
 
-#: help.c:131
+#: help.c:126
 #, c-format
-msgid "  -U NAME         Specify database user name (default: %s)\n"
-msgstr "  -U NAME         Datenbank-Benutzername (Standard: %s)\n"
-
-#: help.c:133
-msgid "  -v NAME=VALUE   Set psql variable 'NAME' to 'VALUE'"
-msgstr "  -v NAME=WERT    Setze psql-Variable »NAME« auf »WERT«"
+msgid "  -h HOSTNAME     specify database server host (default: %s)\n"
+msgstr "  -h HOSTNAME     Hostname des Datenbankservers (Standard: %s)\n"
 
-#: help.c:134
-msgid "  -V              Show version information and exit"
-msgstr "  -V              Zeige Versionsinformationen und beende"
+#: help.c:127
+msgid "local socket"
+msgstr "lokales Socket"
 
-#: help.c:135
-msgid "  -W              Prompt for password (should happen automatically)"
-msgstr "  -W              Frage nach Passwort (sollte automatisch passieren)"
+#: help.c:130
+#, c-format
+msgid "  -p PORT         specify database server port (default: %s)\n"
+msgstr "  -p PORT         Port des Datenbankservers (Standard: %s)\n"
 
 #: help.c:136
-msgid "  -x              Turn on expanded table output (-P expanded)"
-msgstr "  -x              Schalte erweiterte Tabellenausgabe ein (-P expanded)"
+#, c-format
+msgid "  -U NAME         specify database user name (default: %s)\n"
+msgstr "  -U NAME         Datenbank-Benutzername (Standard: %s)\n"
 
 #: help.c:137
-msgid "  -X              Do not read startup file (~/.psqlrc)"
-msgstr "  -X              Lese die Startdatei nicht (~/.psqlrc)"
+msgid "  -W              prompt for password (should happen automatically)"
+msgstr "  -W              frage nach Passwort (sollte automatisch passieren)"
 
 #: help.c:140
 msgid ""
@@ -510,13 +523,13 @@ msgstr ""
 "\n"
 "Berichten Sie Fehler an <pgsql-bugs@postgresql.org>."
 
-#: help.c:211
+#: help.c:174
 msgid " \\a             toggle between unaligned and aligned output mode\n"
 msgstr ""
 " \\a             schalte zwischen unausgerichtetem und ausgerichtetem\n"
 "                Ausgabemodus um\n"
 
-#: help.c:212
+#: help.c:175
 #, c-format
 msgid ""
 " \\c[onnect] [DBNAME|- [USER]]\n"
@@ -525,27 +538,27 @@ msgstr ""
 " \\c[onnect] [DBNAME|- [BENUTZER]]\n"
 "                Verbinde mit neuer Datenbank (aktuell »%s«)\n"
 
-#: help.c:215
+#: help.c:178
 msgid " \\C [STRING]    set table title, or unset if none\n"
 msgstr " \\C [TITEL]     Tabellentitel setzen und löschen\n"
 
-#: help.c:216
+#: help.c:179
 msgid " \\cd [DIR]      change the current working directory\n"
 msgstr " \\cd [VERZ]     wechsle Arbeitsverzeichnis\n"
 
-#: help.c:217
+#: help.c:180
 msgid " \\copy ...      perform SQL COPY with data stream to the client host\n"
 msgstr " \\copy ...      führe SQL COPY mit Datenstrom auf Clienthost aus\n"
 
-#: help.c:218
+#: help.c:181
 msgid " \\copyright     show PostgreSQL usage and distribution terms\n"
 msgstr " \\copyright     zeige PostgreSQL-Urheberrechtsinformationen\n"
 
-#: help.c:219
+#: help.c:182
 msgid " \\d [NAME]      describe table, index, sequence, or view\n"
 msgstr " \\d [NAME]      beschreibe Tabelle, Index, Sequenz oder Sicht\n"
 
-#: help.c:220
+#: help.c:183
 msgid ""
 " \\d{t|i|s|v|S} [PATTERN] (add \"+\" for more detail)\n"
 "                list tables/indexes/sequences/views/system tables\n"
@@ -553,88 +566,89 @@ msgstr ""
 " \\d{t|i|s|v|S} [MUSTER] (»+« für mehr Detail hinzufügen)\n"
 "                liste Tabellen/Indizes/Sequenzen/Sichten auf\n"
 
-#: help.c:222
+#: help.c:185
 msgid " \\da [PATTERN]  list aggregate functions\n"
 msgstr " \\da [MUSTER]   liste Aggregatfunktionen auf\n"
 
-#: help.c:223
+#: help.c:186
 msgid " \\dd [PATTERN]  show comment for object\n"
 msgstr " \\dd [MUSTER]   Kommentar für Objekt anzeigen\n"
 
-#: help.c:224
+#: help.c:187
 msgid " \\dD [PATTERN]  list domains\n"
 msgstr " \\dD [MUSTER]   liste Domänen auf\n"
 
-#: help.c:225
+#: help.c:188
 msgid " \\df [PATTERN]  list functions (add \"+\" for more detail)\n"
 msgstr ""
 " \\df [MUSTER]   liste Funktionen auf (»+« hinzufügen für mehr Detail)\n"
 
-#: help.c:226
+#: help.c:189
 msgid " \\do [NAME]     list operators\n"
 msgstr " \\do [NAME]     liste Operatoren auf\n"
 
-#: help.c:227
+#: help.c:190
 msgid " \\dl            list large objects, same as \\lo_list\n"
 msgstr " \\dl            liste Large Objects auf, wie \\lo_list\n"
 
-#: help.c:228
+#: help.c:191
 msgid " \\dp [PATTERN]  list table access privileges\n"
 msgstr " \\dp [MUSTER]   zeige Tabellenzugriffsrechte\n"
 
-#: help.c:229
+#: help.c:192
 msgid " \\dT [PATTERN]  list data types (add \"+\" for more detail)\n"
-msgstr " \\dT [MUSTER]   liste Datentypen auf (»+« für mehr Detail hinzufügen)\n"
+msgstr ""
+" \\dT [MUSTER]   liste Datentypen auf (»+« für mehr Detail hinzufügen)\n"
 
-#: help.c:230
+#: help.c:193
 msgid " \\du [PATTERN]  list users\n"
 msgstr " \\du [MUSTER]   liste Benutzer auf\n"
 
-#: help.c:231
+#: help.c:194
 msgid " \\e [FILE]      edit the query buffer (or file) with external editor\n"
 msgstr ""
 " \\e [DATEI]     bearbeite Abfragepuffer (oder Datei) mit externem Editor\n"
 
-#: help.c:232
+#: help.c:195
 msgid " \\echo [STRING] write string to standard output\n"
 msgstr " \\echo [TEXT]   schreibe Text auf Standardausgabe\n"
 
-#: help.c:233
+#: help.c:196
 msgid " \\encoding [ENCODING]  show or set client encoding\n"
 msgstr " \\encoding [KODIERUNG]  setze Client-Kodierung\n"
 
-#: help.c:234
+#: help.c:197
 msgid ""
 " \\f [STRING]    show or set field separator for unaligned query output\n"
 msgstr " \\f [ZEICHEN]   setze Feldtrennzeichen\n"
 
-#: help.c:235
+#: help.c:198
 msgid ""
 " \\g [FILE]      send query buffer to server (and results to file or |pipe)\n"
 msgstr ""
 " \\g [DATEI]     führe SQL-Anweisung aus (und schreibe Ergebnis in Datei\n"
 "                oder |Pipe)\n"
 
-#: help.c:236
+#: help.c:199
 msgid " \\h [NAME]      help on syntax of SQL commands, * for all commands\n"
 msgstr ""
 " \\h [NAME]      Syntaxhilfe über SQL-Anweisung, oder * für alle "
 "Anweisungen\n"
 
-#: help.c:237
+#: help.c:200
 #, c-format
 msgid " \\H             toggle HTML output mode (currently %s)\n"
 msgstr " \\H             schalte HTML-Ausgabemodus um (gegenwärtig %s)\n"
 
-#: help.c:239
+#: help.c:202
 msgid " \\i FILE        execute commands from file\n"
 msgstr " \\i DATEI       führe Anweisungen aus Datei aus\n"
 
-#: help.c:240
+#: help.c:203
 msgid " \\l             list all databases\n"
 msgstr " \\l             liste alle Datenbanken auf\n"
 
-#: help.c:241
+#: help.c:204
 msgid ""
 " \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
 "                large object operations\n"
@@ -642,15 +656,15 @@ msgstr ""
 " \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
 "                Large-Object-Operationen\n"
 
-#: help.c:243
+#: help.c:206
 msgid " \\o FILE        send all query results to file or |pipe\n"
 msgstr " \\o DATEI       schreibe alle Abfrageergebnisse in Datei oder |Pipe\n"
 
-#: help.c:244
+#: help.c:207
 msgid " \\p             show the contents of the query buffer\n"
 msgstr " \\p             zeige aktuellen Inhalt der Abfragepuffers\n"
 
-#: help.c:245
+#: help.c:208
 msgid ""
 " \\pset NAME [VALUE]  set table output option\n"
 "                (NAME := {format|border|expanded|fieldsep|null|recordsep|\n"
@@ -660,71 +674,71 @@ msgstr ""
 "                (NAME := {format|border|expanded|fieldsep|null|recordsep|\n"
 "                tuples_only|title|tableattr|pager})\n"
 
-#: help.c:248
+#: help.c:211
 msgid " \\q             quit psql\n"
 msgstr " \\q             beende psql\n"
 
-#: help.c:249
+#: help.c:212
 msgid " \\qecho [STRING]  write string to query output stream (see \\o)\n"
 msgstr ""
 " \\qecho [TEXT]  schreibe Text auf Ausgabestrom für Abfrageergebnisse (siehe "
 "\\o)\n"
 
-#: help.c:250
+#: help.c:213
 msgid " \\r             reset (clear) the query buffer\n"
 msgstr " \\r             lösche Abfragepuffer\n"
 
-#: help.c:251
+#: help.c:214
 msgid " \\s [FILE]      display history or save it to file\n"
 msgstr ""
 " \\s [DATEI]     gib Kommandogeschichte aus oder schreibe sie in Datei\n"
 
-#: help.c:252
+#: help.c:215
 msgid ""
 " \\set [NAME [VALUE]]  set internal variable, or list all if no parameters\n"
 msgstr " \\set [NAME [WERT]]  setze interne Variable\n"
 
-#: help.c:253
+#: help.c:216
 #, c-format
 msgid " \\t             show only rows (currently %s)\n"
 msgstr " \\t             zeige nur Datenzeilen (gegenwärtig %s)\n"
 
-#: help.c:255
+#: help.c:218
 msgid " \\T [STRING]    set HTML <table> tag attributes, or unset if none\n"
 msgstr " \\T [TEXT]      setze oder lösche HTML <table>-Tag Attribute\n"
 
-#: help.c:256
+#: help.c:219
 #, c-format
 msgid " \\timing        toggle timing of commands (currently %s)\n"
 msgstr " \\timing        schalte Zeitmessung um (gegenwärtig %s)\n"
 
-#: help.c:258
+#: help.c:221
 msgid " \\unset NAME    unset (delete) internal variable\n"
 msgstr " \\unset NAME    lösche interne Variable\n"
 
-#: help.c:259
+#: help.c:222
 msgid " \\w [FILE]      write query buffer to file\n"
 msgstr " \\w [DATEI]     schreibe aktuellen Abfragepuffer in eine Datei\n"
 
-#: help.c:260
+#: help.c:223
 #, c-format
 msgid " \\x             toggle expanded output (currently %s)\n"
 msgstr " \\x             schalte erweiterte Ausgabe um (gegenwärtig %s)\n"
 
-#: help.c:262
+#: help.c:225
 msgid " \\z [PATTERN]   list table access privileges (same as \\dp)\n"
 msgstr " \\z [MUSTER]    zeige Tabellenzugriffsrechte (wie \\dp)\n"
 
-#: help.c:263
+#: help.c:226
 msgid " \\! [COMMAND]   execute command in shell or start interactive shell\n"
 msgstr ""
 " \\! [KOMMANDO]  führe Kommando in Shell aus oder starte interaktive Shell\n"
 
-#: help.c:290
-msgid "Available help:"
-msgstr "Verfügbare Hilfe:"
+#: help.c:256
+msgid "Available help:\n"
+msgstr "Verfügbare Hilfe:\n"
 
-#: help.c:321
+#: help.c:294
 #, c-format
 msgid ""
 "Command:     %s\n"
@@ -739,7 +753,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: help.c:332
+#: help.c:305
 #, c-format
 msgid ""
 "No help available for '%-.*s'.\n"
@@ -773,8 +787,8 @@ msgstr "\\lo_import: nicht mit einer Datenbank verbunden\n"
 msgid "\\lo_unlink: not connected to a database\n"
 msgstr "\\lo_unlink: nicht mit einer Datenbank verbunden\n"
 
-#: describe.c:86 describe.c:136 describe.c:209 describe.c:271 describe.c:318
-#: describe.c:417 describe.c:692 describe.c:1267 large_obj.c:363
+#: 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
 msgid "Description"
 msgstr "Beschreibung"
 
@@ -787,15 +801,15 @@ msgstr "Large Objects"
 msgid "Use \"\\q\" to leave %s.\n"
 msgstr "Verwenden Sie »\\q«, um %s zu verlassen.\n"
 
-#: print.c:412
+#: print.c:413
 msgid "(No rows)\n"
 msgstr "(Keine Zeilen)\n"
 
-#: print.c:1147
+#: print.c:1114
 msgid "(1 row)"
 msgstr "(1 Zeile)"
 
-#: print.c:1149
+#: print.c:1116
 #, c-format
 msgid "(%d rows)"
 msgstr "(%d Zeilen)"
@@ -873,19 +887,7 @@ msgstr "%s: Warnung: The Option -u is veraltet. Verwenden Sie -U.\n"
 msgid "contains support for command-line editing"
 msgstr "enthält Unterstützung für Kommandozeilenbearbeitung"
 
-#: startup.c:644
-msgid ""
-"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
-"Portions Copyright (c) 1996, Regents of the University of California\n"
-"Read the file COPYRIGHT or use the command \\copyright to see the\n"
-"usage and distribution terms."
-msgstr ""
-"Teile Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
-"Teile Copyright (c) 1996, Regents of the University of California\n"
-"Lesen Sie die Datei COPYRIGHT oder verwenden Sie das Anweisung \\copyright\n"
-"um Urheberrechtsinformationen zu sehen."
-
-#: startup.c:669
+#: startup.c:664
 #, c-format
 msgid ""
 "SSL connection (cipher: %s, bits: %i)\n"
@@ -894,13 +896,13 @@ msgstr ""
 "SSL-Verbindung (Verschlüsslungsmethode: %s, Bits: %i)\n"
 "\n"
 
-#: describe.c:85 describe.c:126 describe.c:196 describe.c:269 describe.c:363
-#: describe.c:417 describe.c:1260 describe.c:1365
+#: describe.c:85 describe.c:127 describe.c:197 describe.c:270 describe.c:364
+#: describe.c:418 describe.c:1261 describe.c:1367
 msgid "Schema"
 msgstr "Schema"
 
-#: describe.c:85 describe.c:126 describe.c:196 describe.c:269 describe.c:311
-#: describe.c:417 describe.c:1260 describe.c:1366
+#: describe.c:85 describe.c:127 describe.c:197 describe.c:270 describe.c:312
+#: describe.c:418 describe.c:1261 describe.c:1368
 msgid "Name"
 msgstr "Name"
 
@@ -916,303 +918,303 @@ msgstr "Datentyp"
 msgid "List of aggregate functions"
 msgstr "Liste der Aggregatfunktionen"
 
-#: describe.c:126
+#: describe.c:127
 msgid "Result data type"
 msgstr "Ergebnisdatentyp"
 
-#: describe.c:127
+#: describe.c:128
 msgid "Argument data types"
 msgstr "Argumentdatentypen"
 
-#: describe.c:135 describe.c:311 describe.c:1262
+#: describe.c:136 describe.c:312 describe.c:1263
 msgid "Owner"
 msgstr "Eigentümer"
 
-#: describe.c:135
+#: describe.c:136
 msgid "Language"
 msgstr "Sprache"
 
-#: describe.c:136
+#: describe.c:137
 msgid "Source code"
 msgstr "Quelltext"
 
-#: describe.c:170
+#: describe.c:171
 msgid "List of functions"
 msgstr "Liste der Funktionen"
 
-#: describe.c:206
+#: describe.c:207
 msgid "Internal name"
 msgstr "Interner Name"
 
-#: describe.c:206
+#: describe.c:207
 msgid "Size"
 msgstr "Größe"
 
-#: describe.c:238
+#: describe.c:239
 msgid "List of data types"
 msgstr "Liste der Datentypen"
 
-#: describe.c:270
+#: describe.c:271
 msgid "Left arg type"
 msgstr "Linker Typ"
 
-#: describe.c:270
+#: describe.c:271
 msgid "Right arg type"
 msgstr "Rechter Typ"
 
-#: describe.c:271
+#: describe.c:272
 msgid "Result type"
 msgstr "Ergebnistyp"
 
-#: describe.c:285
+#: describe.c:286
 msgid "List of operators"
 msgstr "Liste der Operatoren"
 
-#: describe.c:314
+#: describe.c:315
 msgid "Encoding"
 msgstr "Kodierung"
 
-#: describe.c:330
+#: describe.c:331
 msgid "List of databases"
 msgstr "Liste der Datenbanken"
 
-#: describe.c:363 describe.c:1277
+#: describe.c:364 describe.c:1278
 msgid "Table"
 msgstr "Tabelle"
 
-#: describe.c:363
+#: describe.c:364
 msgid "Access privileges"
 msgstr "Zugangsrechte"
 
-#: describe.c:385
+#: describe.c:386
 #, c-format
 msgid "Access privileges for database \"%s\""
 msgstr "Zugriffsrechte für Datenbank »%s«"
 
-#: describe.c:417
+#: describe.c:418
 msgid "Object"
 msgstr "Objekt"
 
-#: describe.c:428
+#: describe.c:429
 msgid "aggregate"
 msgstr "Aggregat"
 
-#: describe.c:446
+#: describe.c:447
 msgid "function"
 msgstr "Funktion"
 
-#: describe.c:460
+#: describe.c:461
 msgid "operator"
 msgstr "Operator"
 
-#: describe.c:474
+#: describe.c:475
 msgid "data type"
 msgstr "Datentyp"
 
-#: describe.c:491 describe.c:1261
+#: describe.c:492 describe.c:1262
 msgid "table"
 msgstr "Tabelle"
 
-#: describe.c:491 describe.c:1261
+#: describe.c:492 describe.c:1262
 msgid "view"
 msgstr "Sicht"
 
-#: describe.c:491 describe.c:1261
+#: describe.c:492 describe.c:1262
 msgid "index"
 msgstr "Index"
 
-#: describe.c:491 describe.c:1261
+#: describe.c:492 describe.c:1262
 msgid "sequence"
 msgstr "Sequenz"
 
-#: describe.c:507
+#: describe.c:508
 msgid "rule"
 msgstr "Rule"
 
-#: describe.c:523
+#: describe.c:524
 msgid "trigger"
 msgstr "Trigger"
 
-#: describe.c:541
+#: describe.c:542
 msgid "Object descriptions"
 msgstr "Objektbeschreibungen"
 
-#: describe.c:587
+#: describe.c:588
 #, c-format
 msgid "Did not find any relation named \"%s\".\n"
 msgstr "Keine Relationen namens »%s« gefunden\n"
 
-#: describe.c:666
+#: describe.c:667
 #, c-format
 msgid "Did not find any relation with oid %s.\n"
 msgstr "Keine Relation mit OID %s gefunden\n"
 
-#: describe.c:679
+#: describe.c:680
 msgid "Column"
 msgstr "Spalte"
 
-#: describe.c:680 describe.c:1262 describe.c:1367
+#: describe.c:681 describe.c:1263 describe.c:1369
 msgid "Type"
 msgstr "Typ"
 
-#: describe.c:686
+#: describe.c:687
 msgid "Modifiers"
 msgstr "Attribute"
 
-#: describe.c:786
+#: describe.c:787
 #, c-format
 msgid "Table \"%s.%s\""
 msgstr "Tabelle »%s.%s«"
 
-#: describe.c:790
+#: describe.c:791
 #, c-format
 msgid "View \"%s.%s\""
 msgstr "Sicht »%s.%s«"
 
-#: describe.c:794
+#: describe.c:795
 #, c-format
 msgid "Sequence \"%s.%s\""
 msgstr "Sequenz »%s.%s«"
 
-#: describe.c:798
+#: describe.c:799
 #, c-format
 msgid "Index \"%s.%s\""
 msgstr "Index »%s.%s«"
 
-#: describe.c:802
+#: describe.c:803
 #, c-format
 msgid "Special relation \"%s.%s\""
 msgstr "Spezielle Relation »%s.%s«"
 
-#: describe.c:806
+#: describe.c:807
 #, c-format
 msgid "TOAST table \"%s.%s\""
 msgstr "TOAST-Tabelle »%s.%s«"
 
-#: describe.c:810
+#: describe.c:811
 #, c-format
 msgid "Composite type \"%s.%s\""
 msgstr "Zusammengesetzter Typ »%s.%s«"
 
-#: describe.c:814
+#: describe.c:815
 #, c-format
 msgid "?%c? \"%s.%s\""
 msgstr "?%c? »%s.%s«"
 
-#: describe.c:853
+#: describe.c:854
 msgid "primary key, "
 msgstr "Primärschlüssel, "
 
-#: describe.c:855
+#: describe.c:856
 msgid "unique, "
 msgstr "eindeutig, "
 
-#: describe.c:861
+#: describe.c:862
 #, c-format
 msgid "for table \"%s.%s\""
 msgstr "für Tabelle »%s.%s«"
 
-#: describe.c:900
+#: describe.c:901
 #, c-format
 msgid "View definition: %s"
 msgstr "Sichtdefinition: %s"
 
-#: describe.c:906 describe.c:1102
+#: describe.c:907 describe.c:1103
 msgid "Rules"
 msgstr "Rules"
 
-#: describe.c:1026
+#: describe.c:1027
 msgid "Indexes"
 msgstr "Indizies"
 
-#: describe.c:1040
+#: describe.c:1041
 msgid " primary key"
 msgstr " Primärschlüssel"
 
-#: describe.c:1042
+#: describe.c:1043
 msgid " unique"
 msgstr " eindeutig"
 
-#: describe.c:1063
+#: describe.c:1064
 msgid "Check constraints"
 msgstr "Check-Constraints"
 
-#: describe.c:1066
+#: describe.c:1067
 #, c-format
 msgid "%s: \"%s\" %s"
 msgstr "%s: »%s« %s"
 
-#: describe.c:1071
+#: describe.c:1072
 #, c-format
 msgid "%*s  \"%s\" %s"
 msgstr "%*s  »%s« %s"
 
-#: describe.c:1081
+#: describe.c:1082
 msgid "Foreign Key constraints"
 msgstr "Foreign-Key-Constraints"
 
-#: describe.c:1084
+#: describe.c:1085
 #, c-format
 msgid "%s: %s %s"
 msgstr "%s: %s %s"
 
-#: describe.c:1089
+#: describe.c:1090
 #, c-format
 msgid "%*s  %s %s"
 msgstr "%*s  %s %s"
 
-#: describe.c:1117
+#: describe.c:1118
 msgid "Triggers"
 msgstr "Triggers"
 
-#: describe.c:1199
+#: describe.c:1200
 msgid "User name"
 msgstr "Benutzername"
 
-#: describe.c:1199
+#: describe.c:1200
 msgid "User ID"
 msgstr "Benutzer-ID"
 
-#: describe.c:1200
+#: describe.c:1201
 msgid "superuser, create database"
 msgstr "Superuser, Datenbanken erstellen"
 
-#: describe.c:1201
+#: describe.c:1202
 msgid "superuser"
 msgstr "Superuser"
 
-#: describe.c:1201
+#: describe.c:1202
 msgid "create database"
 msgstr "Datenbanken erstellen"
 
-#: describe.c:1202
+#: describe.c:1203
 msgid "Attributes"
 msgstr "Attribute"
 
-#: describe.c:1215
+#: describe.c:1216
 msgid "List of database users"
 msgstr "Liste der Datenbankbenutzer"
 
-#: describe.c:1262
+#: describe.c:1263
 msgid "special"
 msgstr "spezial"
 
-#: describe.c:1322
+#: describe.c:1324
 msgid "No matching relations found.\n"
 msgstr "Keine passenden Relationen gefunden\n"
 
-#: describe.c:1324
+#: describe.c:1326
 msgid "No relations found.\n"
 msgstr "Keine Relationen gefunden\n"
 
-#: describe.c:1329
+#: describe.c:1331
 msgid "List of relations"
 msgstr "Liste der Relationen"
 
-#: describe.c:1368
+#: describe.c:1370
 msgid "Modifier"
 msgstr "Attribute"
 
-#: describe.c:1382
+#: describe.c:1384
 msgid "List of domains"
 msgstr "Liste der Domänen"
index b42cbd69ca3c9f0144fc603149d104ceb930ac55..e1628cbc4ad73ade9399ecc6f368ff747ebd5872 100644 (file)
@@ -1,15 +1,15 @@
 # German message translation file for libpq
 # Peter Eisentraut <peter_e@gmx.net>, 2001, 2002.
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/po/de.po,v 1.2 2002/09/22 20:57:21 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/po/de.po,v 1.2.2.1 2002/11/13 21:30:39 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 7.3\n"
-"POT-Creation-Date: 2002-09-22 13:13+0200\n"
-"PO-Revision-Date: 2002-09-22 13:13+0200\n"
+"POT-Creation-Date: 2002-11-13 20:45+0100\n"
+"PO-Revision-Date: 2002-11-13 20:46+0100\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "MIME-Version: 1.0\n"
@@ -73,21 +73,21 @@ msgstr "ung
 msgid "fe_getauthname: invalid authentication system: %d\n"
 msgstr "fe_getauthname: ungültiges Authentifizierungssystem: %d\n"
 
-#: fe-connect.c:484
+#: fe-connect.c:483
 msgid "could not determine the PostgreSQL user name to use\n"
 msgstr "konnte den zu verwendenden PostgreSQL-Benutzernamen nicht bestimmen\n"
 
-#: fe-connect.c:708
+#: fe-connect.c:710
 #, c-format
 msgid "could not set socket to non-blocking mode: %s\n"
 msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %s\n"
 
-#: fe-connect.c:732
+#: fe-connect.c:734
 #, c-format
 msgid "could not set socket to TCP no delay mode: %s\n"
 msgstr "konnte Socket nicht auf TCP »No Delay«-Modus umstellen: %s\n"
 
-#: fe-connect.c:752
+#: fe-connect.c:754
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -98,7 +98,7 @@ msgstr ""
 "\tLäuft der Server lokal und akzeptiert er Verbindungen\n"
 "\tauf dem Unix-Domain-Socket »%s«?\n"
 
-#: fe-connect.c:761
+#: fe-connect.c:763
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -109,116 +109,116 @@ msgstr ""
 "\tLäuft der Server auf dem Host %s und akzeptiert er\n"
 "\tTCP/IP-Verbindungen auf Port %s?\n"
 
-#: fe-connect.c:825
+#: fe-connect.c:827
 #, c-format
 msgid "invalid host address: %s\n"
 msgstr "ungültige Hostadresse: %s\n"
 
-#: fe-connect.c:844
+#: fe-connect.c:846
 #, c-format
 msgid "unknown host name: %s\n"
 msgstr "unbekannter Hostname: %s\n"
 
-#: fe-connect.c:891
+#: fe-connect.c:893
 #, c-format
 msgid "could not create socket: %s\n"
 msgstr "konnte Socket nicht erzeugen: %s\n"
 
-#: fe-connect.c:959
+#: fe-connect.c:961
 #, c-format
 msgid "could not send SSL negotiation packet: %s\n"
 msgstr "konnte Paket zur SSL-Verhandlung nicht senden: %s\n"
 
-#: fe-connect.c:972
+#: fe-connect.c:974
 #, c-format
 msgid "could not receive server response to SSL negotiation packet: %s\n"
 msgstr "konnte Serverantwort auf SSL-Verhandlungspaket nicht empfangen: %s\n"
 
-#: fe-connect.c:1001
+#: fe-connect.c:1003
 #, c-format
 msgid "received invalid response to SSL negotiation: %c\n"
 msgstr "ungültige Antwort auf SSL-Verhandlungspaket empfangen: %c\n"
 
-#: fe-connect.c:1010
+#: fe-connect.c:1012
 msgid "server does not support SSL, but SSL was required\n"
 msgstr "Server unterstützt kein SSL, aber SSL wurde verlangt\n"
 
-#: fe-connect.c:1232
+#: fe-connect.c:1198
 msgid "invalid connection state, probably indicative of memory corruption\n"
 msgstr "ungültiger Verbindungszustand, möglicherweise ein Speicherproblem\n"
 
-#: fe-connect.c:1263
+#: fe-connect.c:1229
 #, c-format
 msgid "could not get socket error status: %s\n"
 msgstr "konnte Socket-Fehlerstatus nicht ermitteln: %s\n"
 
-#: fe-connect.c:1283
+#: fe-connect.c:1249
 #, c-format
 msgid "could not get client address from socket: %s\n"
 msgstr "konnte Client-Adresse vom Socket nicht ermitteln: %s\n"
 
-#: fe-connect.c:1322
+#: fe-connect.c:1288
 #, c-format
 msgid "could not send startup packet: %s\n"
 msgstr "konnte Startpaket nicht senden: %s\n"
 
-#: fe-connect.c:1378
+#: fe-connect.c:1344
 #, c-format
 msgid "expected authentication request from server, but received %c\n"
 msgstr ""
 "Authentifizierungsanfrage wurde vom Server erwartet, aber %c wurde "
 "empfangen\n"
 
-#: fe-connect.c:1490
+#: fe-connect.c:1456
 msgid "unexpected message from server during startup\n"
 msgstr "unerwartete Nachricht vom Server beim Start\n"
 
-#: fe-connect.c:1549
+#: fe-connect.c:1515
 #, c-format
 msgid "invalid connection state %c, probably indicative of memory corruption\n"
 msgstr "ungültiger Verbindungszustand %c, möglicherweise ein Speicherproblem\n"
 
-#: fe-connect.c:1637
+#: fe-connect.c:1601
 #, c-format
 msgid "invalid setenv state %c, probably indicative of memory corruption\n"
 msgstr "ungültiger »setenv«-Zustand %c, möglicherweise ein Speicherproblem\n"
 
-#: fe-connect.c:1676
+#: fe-connect.c:1638
 #, c-format
 msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
 msgstr "ungültiger Kodierungsname in PGCLIENTENCODING: %s\n"
 
-#: fe-connect.c:1800
+#: fe-connect.c:1757
 #, c-format
 msgid "invalid state %c, probably indicative of memory corruption\n"
 msgstr "ungültiger Zustand %c, möglicherweise ein Speicherproblem\n"
 
-#: fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
+#: 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 "Speicher aufgebraucht\n"
 
-#: fe-connect.c:2475
+#: fe-connect.c:2433
 #, c-format
 msgid "missing \"=\" after \"%s\" in connection info string\n"
 msgstr "fehlendes »=« nach »%s« in der Zeichenkette der Verbindungsdaten\n"
 
-#: fe-connect.c:2524
+#: fe-connect.c:2482
 msgid "unterminated quoted string in connection info string\n"
 msgstr ""
 "fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der "
 "Verbindugsdaten\n"
 
-#: fe-connect.c:2558
+#: fe-connect.c:2516
 #, c-format
 msgid "invalid connection option \"%s\"\n"
 msgstr "ungültige Verbindungsoption »%s«\n"
 
-#: fe-connect.c:2744
+#: fe-connect.c:2702
 msgid "connection pointer is NULL\n"
 msgstr "Verbindung ist ein NULL-Zeiger\n"
 
-#: fe-connect.c:2953
+#: fe-connect.c:2912
 #, c-format
 msgid ""
 "WARNING: Password file %s has world or group read access; permission should "
@@ -394,12 +394,12 @@ msgstr "Integer der Gr
 msgid "integer of size %lu not supported by pqPutInt\n"
 msgstr "Integer der Größe %lu wird nicht von pqPutInt unterstützt\n"
 
-#: fe-misc.c:389 fe-misc.c:423 fe-misc.c:838
+#: fe-misc.c:389 fe-misc.c:423 fe-misc.c:856
 #, c-format
 msgid "select() failed: %s\n"
 msgstr "select() fehlgeschlagen: %s\n"
 
-#: fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
+#: fe-misc.c:450 fe-misc.c:642 fe-misc.c:807
 msgid "connection not open\n"
 msgstr "Verbindung nicht offen\n"
 
@@ -423,105 +423,109 @@ msgstr ""
 msgid "could not send data to server: %s\n"
 msgstr "konnte keine Daten an den Server senden: %s\n"
 
-#: fe-secure.c:273 fe-secure.c:319
+#: fe-misc.c:863
+msgid "timeout expired\n"
+msgstr "Timeout abgelaufen\n"
+
+#: fe-secure.c:274 fe-secure.c:319
 #, c-format
 msgid "SSL SYSCALL error: %s\n"
 msgstr "SSL-SYSCALL-Fehler: %s\n"
 
-#: fe-secure.c:278 fe-secure.c:324
+#: fe-secure.c:279 fe-secure.c:324
 #, c-format
 msgid "SSL error: %s\n"
 msgstr "SSL-Fehler: %s\n"
 
-#: fe-secure.c:384
+#: fe-secure.c:385
 #, c-format
 msgid "error querying socket: %s\n"
 msgstr "Fehler beim Auslesen der Socket: %s\n"
 
-#: fe-secure.c:397
+#: fe-secure.c:398
 #, c-format
 msgid "could not get information about host (%s): %s\n"
 msgstr "konnte Host-Informationen (%s) nicht ermitteln: %s\n"
 
-#: fe-secure.c:416
+#: fe-secure.c:417
 msgid "unsupported protocol\n"
 msgstr "nicht unterstütztes Protokoll\n"
 
-#: fe-secure.c:438
+#: fe-secure.c:439
 #, c-format
 msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
 msgstr "Servlet Common-Name »%s« entspricht nicht %ld.%ld.%ld.%ld\n"
 
-#: fe-secure.c:445
+#: fe-secure.c:446
 #, c-format
 msgid "server common name \"%s\" does not resolve to peer address\n"
 msgstr "Server Common-Name »%s« entspricht nicht der Peer-Adresse\n"
 
-#: fe-secure.c:613
+#: fe-secure.c:615
 msgid "could not get user information\n"
 msgstr "konnte Benutzerinformationen nicht ermitteln\n"
 
-#: fe-secure.c:625
+#: fe-secure.c:627
 #, c-format
 msgid "could not open certificate (%s): %s\n"
 msgstr "konnte Zertifikat (%s) nicht öffnen: %s\n"
 
-#: fe-secure.c:632
+#: fe-secure.c:634
 #, c-format
 msgid "could not read certificate (%s): %s\n"
 msgstr "konnte Zertifikat (%s) nicht lesen: %s\n"
 
-#: fe-secure.c:645
+#: fe-secure.c:647
 #, c-format
 msgid "certificate present, but not private key (%s)\n"
 msgstr "Zertifikat vorhanden, aber kein privater Schlüssel (%s)\n"
 
-#: fe-secure.c:654
+#: fe-secure.c:656
 #, c-format
 msgid "private key (%s) has wrong permissions\n"
 msgstr "privater Schlüssel (%s) hat falsche Zugriffsrechte\n"
 
-#: fe-secure.c:661
+#: fe-secure.c:663
 #, c-format
 msgid "could not open private key file (%s): %s\n"
 msgstr "konnte private Schlüsseldatei (%s) nicht öffnen: %s\n"
 
-#: fe-secure.c:670
+#: fe-secure.c:672
 #, c-format
 msgid "private key (%s) changed during execution\n"
 msgstr "privater Schlüssel (%s) während der Ausführung geändert\n"
 
-#: fe-secure.c:677
+#: fe-secure.c:679
 #, c-format
 msgid "could not read private key (%s): %s\n"
 msgstr "konnte privaten Schlüssel (%s) nicht lesen: %s\n"
 
-#: fe-secure.c:689
+#: fe-secure.c:691
 #, c-format
 msgid "certificate/private key mismatch (%s): %s\n"
 msgstr "Zertifikat/privater Schlüssel stimmen nicht überein (%s): %s\n"
 
-#: fe-secure.c:717
+#: fe-secure.c:719
 #, c-format
 msgid "could not create SSL context: %s\n"
 msgstr "konnte SSL-Kontext nicht erzeugen: %s\n"
 
-#: fe-secure.c:730 fe-secure.c:737
+#: fe-secure.c:735 fe-secure.c:743
 #, c-format
 msgid "could not read root certificate list (%s): %s\n"
 msgstr "konnte Root-Zertifikat-Liste (%s) nicht lesen: %s\n"
 
-#: fe-secure.c:784
+#: fe-secure.c:792
 #, c-format
 msgid "could not establish SSL connection: %s\n"
 msgstr "konnte SSL-Verbindung nicht aufbauen: %s\n"
 
-#: fe-secure.c:800
+#: fe-secure.c:810
 #, c-format
 msgid "certificate could not be validated: %s\n"
 msgstr "Zertifikat konnte nicht validiert werden: %s\n"
 
-#: fe-secure.c:811
+#: fe-secure.c:822
 #, c-format
 msgid "certificate could not be obtained: %s\n"
 msgstr "Zertifikat konnte nicht ermittelt werden: %s\n"