]> granicus.if.org Git - postgresql/commitdiff
Translation update
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 26 Sep 2003 15:25:39 +0000 (15:25 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 26 Sep 2003 15:25:39 +0000 (15:25 +0000)
src/backend/po/de.po

index 076046b8ef7be890c0b55a3ee3b8433768cd0f2a..78991bab8a210d3bc2813876d4f17122a0c5bfe4 100644 (file)
 # German message translation file for PostgreSQL server
-# Peter Eisentraut <peter_e@gmx.net>, 2001.
+# Peter Eisentraut <peter_e@gmx.net>, 2001, 2003.
 #
-# $Header: /cvsroot/pgsql/src/backend/po/de.po,v 1.8 2003/06/28 22:31:00 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/po/de.po,v 1.9 2003/09/26 15:25:39 petere Exp $
 #
 # Use these quotes: »%s«
 #
 msgid ""
 msgstr ""
-"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"
+"Project-Id-Version: PostgreSQL 7.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-26 17:16+0200\n"
+"PO-Revision-Date: 2003-09-26 17:16+0200\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:179
-msgid "heap_attisnull: zero attnum disallowed"
-msgstr ""
+#: access/common/heaptuple.c:584
+#, c-format
+msgid "number of columns (%d) exceeds limit (%d)"
+msgstr "Anzahl der Spalten (%d) überschreitet Maximum (%d)"
 
-#: access/common/heaptuple.c:182
-msgid "heap_attisnull: undefined negative attnum"
-msgstr ""
+#: access/common/indextuple.c:57
+#, c-format
+msgid "number of index columns (%d) exceeds limit (%d)"
+msgstr "Anzahl der Indexspalten (%d) überschreitet Maximum (%d)"
 
-#: access/common/heaptuple.c:460
+#: access/common/indextuple.c:165
 #, c-format
-msgid "heap_getsysattr: invalid attnum %d"
-msgstr ""
+msgid "index row requires %lu bytes, maximum size is %lu"
+msgstr "Indexzeile benötigt %lu Bytes, Maximalgröße ist %lu"
 
-#: access/common/heaptuple.c:584
+#: access/common/printtup.c:279 tcop/fastpath.c:187 tcop/fastpath.c:517
+#: tcop/postgres.c:1430
 #, c-format
-msgid "heap_formtuple: numberOfAttributes %d exceeds limit %d"
-msgstr ""
+msgid "unsupported format code: %d"
+msgstr "nicht unterstützter Formatcode: %d"
 
-#: access/common/heaptuple.c:687
-#, c-format, ycp-format
-msgid "heap_modifytuple: repl is \\%3d"
-msgstr ""
+#: access/common/tupdesc.c:660 access/common/tupdesc.c:687
+msgid "number of aliases does not match number of columns"
+msgstr "Anzahl der Aliasnamen stimmt nicht mit der Anzahl der Spalten überein"
 
-#: access/common/indextuple.c:55
-#, c-format
-msgid "index_formtuple: numberOfAttributes %d > %d"
-msgstr ""
+#: access/common/tupdesc.c:681
+msgid "no column alias was provided"
+msgstr "Spaltenalias fehlt"
 
-#: access/common/indextuple.c:162
-#, c-format
-msgid "index_formtuple: data takes %lu bytes, max is %d"
+#: access/common/tupdesc.c:704
+msgid "could not determine row description for function returning record"
 msgstr ""
+"konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht "
+"ermitteln"
 
-#: access/common/tupdesc.c:421
+#: access/hash/hashinsert.c:90
 #, c-format
-msgid "Unable to look up type id %u"
-msgstr "kann Typ-OID %u nicht im Katalog finden"
+msgid "index row size %lu exceeds hash maximum %lu"
+msgstr "Größe der Indexzeile %lu überschreitet Maximum für Hash-Index %lu"
 
-#: access/common/tupdesc.c:647 executor/nodeFunctionscan.c:200
-#: parser/parse_relation.c:931 parser/parse_relation.c:1286
-#: parser/parse_relation.c:1596
+#: access/hash/hashovfl.c:521
 #, c-format
-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 ""
+msgid "out of overflow pages in hash index \"%s\""
+msgstr "keine Überlaufseiten in Hash-Index »%s« mehr"
 
-#: access/common/tupdesc.c:699
-msgid "Unable to determine tuple description for function returning \"record\""
-msgstr ""
+#: access/hash/hashsearch.c:145
+msgid "hash indexes do not support whole-index scans"
+msgstr "Hash-Indexe unterstützen keine Scans des ganzen Index"
 
-#: 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/hash/hashutil.c:46
+msgid "hash indexes cannot contain null keys"
+msgstr "Hash-Indexe können keine NULL-Schlüssel enthalten"
 
-#: access/gist/gist.c:171 access/hash/hash.c:72 access/nbtree/nbtree.c:129
-#: access/rtree/rtree.c:128
+#: access/hash/hashutil.c:126
 #, c-format
-msgid "%s already contains data"
-msgstr ""
+msgid "index \"%s\" is not a hash index"
+msgstr "Index »%s« ist kein Hash-Index"
 
-#: access/gist/gist.c:399 access/gist/gist.c:606
+#: access/hash/hashutil.c:132
 #, c-format
-msgid "gist: failed to add index item to %s"
-msgstr ""
+msgid "index \"%s\" has wrong hash version"
+msgstr "Index »%s« hat falsche Hash-Version"
 
-#: access/gist/gist.c:1668
-#, c-format
-msgid "initGISTstate: numberOfAttributes %d > %d"
-msgstr ""
+#: access/hash/hashutil.c:133
+msgid "Please REINDEX it."
+msgstr "Bitte führen Sie REINDEX für den Index aus."
 
-#: access/gist/gist.c:1930
+#: access/heap/heapam.c:580 access/heap/heapam.c:615 access/heap/heapam.c:650
+#: catalog/aclchk.c:242
 #, c-format
-msgid "%sPage: %d %s blk: %d maxoff: %d free: %d"
-msgstr ""
+msgid "\"%s\" is an index"
+msgstr "»%s« ist ein Index"
 
-#: access/gist/gist.c:1940
+#: access/heap/heapam.c:585 access/heap/heapam.c:620 access/heap/heapam.c:655
 #, c-format
-msgid "%s  Tuple. blk: %d size: %d"
-msgstr ""
+msgid "\"%s\" is a special relation"
+msgstr "»%s« ist eine spezielle Relation"
 
-#: access/gist/gist.c:1955
-msgid "gist_redo: unimplemented"
-msgstr ""
+#: access/heap/heapam.c:590 access/heap/heapam.c:625 access/heap/heapam.c:660
+#, c-format
+msgid "\"%s\" is a composite type"
+msgstr "»%s« ist ein zusammengesetzter Typ"
 
-#: access/gist/gist.c:1961
-msgid "gist_undo: unimplemented"
-msgstr ""
+#: access/heap/hio.c:109
+#, c-format
+msgid "row is too big: size %lu, maximum size %lu"
+msgstr "Zeile ist zu groß: Größe ist %lu, Maximalgröße ist %lu"
 
-#: access/gist/gistscan.c:254
+#: access/index/indexam.c:134 access/index/indexam.c:159
+#: access/index/indexam.c:184 commands/comment.c:309 commands/indexcmds.c:575
+#: commands/indexcmds.c:605 tcop/utility.c:91
 #, c-format
-msgid "GiST scan list corrupted -- cannot find 0x%p"
-msgstr ""
+msgid "\"%s\" is not an index"
+msgstr "»%s« ist kein Index"
 
-#: access/gist/gistscan.c:390
+#: access/nbtree/nbtinsert.c:254
 #, c-format
-msgid "Bad operation in GiST scan adjust: %d"
-msgstr ""
+msgid "duplicate key violates unique constraint \"%s\""
+msgstr "duplizierter Schlüssel verletzt Unique-Constraint »%s«"
 
-#: access/hash/hash.c:504
-msgid "hash_redo: unimplemented"
-msgstr ""
+#: access/nbtree/nbtinsert.c:406 access/nbtree/nbtsort.c:402
+#, c-format
+msgid "index row size %lu exceeds btree maximum, %lu"
+msgstr "Indexzeilengröße %lu überschreitet Maximalgröße für B-Tree, %lu"
 
-#: access/hash/hash.c:510
-msgid "hash_undo: unimplemented"
-msgstr ""
+#: access/nbtree/nbtpage.c:150 access/nbtree/nbtpage.c:329
+#, c-format
+msgid "index \"%s\" is not a btree"
+msgstr "Index »%s« ist kein B-Tree"
 
-#: access/hash/hashinsert.c:51
-msgid "Hash indices valid for only one index key."
+#: access/nbtree/nbtpage.c:156 access/nbtree/nbtpage.c:335
+#, c-format
+msgid "version mismatch in index \"%s\": file version %d, code version %d"
 msgstr ""
+"keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
 
-#: access/hash/hashinsert.c:166
-msgid "hash item too large"
-msgstr ""
+#: access/rtree/rtree.c:645
+msgid "variable-length rtree keys are not supported"
+msgstr "R-Tree-Schlüssel mit variabler Länge werden nicht unterstützt"
 
-#: access/hash/hashinsert.c:231
+#: access/rtree/rtree.c:785
 #, c-format
-msgid "_hash_pgaddtup: failed to add index item to %s"
-msgstr ""
-
-#: access/hash/hashovfl.c:61
-msgid "_hash_addovflpage: problem with _hash_getovfladdr."
-msgstr ""
+msgid "index row size %lu exceeds rtree maximum, %lu"
+msgstr "Indexzeilengröße %lu überschreitet Maximalgröße für R-Tree, %lu"
 
-#: access/hash/hashovfl.c:196
-msgid "overflow_page: problem with _hash_initbitmap."
-msgstr ""
+#: access/transam/slru.c:492
+#, c-format
+msgid "file \"%s\" doesn't exist, reading as zeroes"
+msgstr "Datei »%s« existiert nicht, wird als Nullen eingelesen"
 
-#: access/hash/hashovfl.c:568
+#: access/transam/slru.c:613 access/transam/slru.c:620
+#: access/transam/slru.c:627 access/transam/slru.c:634
+#: access/transam/slru.c:641
 #, c-format
-msgid "_hash_squeezebucket: failed to add index item to %s"
-msgstr ""
+msgid "could not access status of transaction %u"
+msgstr "konnte auf den Status von Transaktion %u nicht zugreifen"
 
-#: access/hash/hashpage.c:93
+#: access/transam/slru.c:614 libpq/hba.c:818 libpq/hba.c:842
+#: storage/smgr/smgr.c:278 utils/error/elog.c:876 utils/init/miscinit.c:726
+#: utils/init/miscinit.c:826 utils/misc/database.c:149
 #, c-format
-msgid "Cannot initialize non-empty hash table %s"
-msgstr ""
+msgid "could not open file \"%s\": %m"
+msgstr "konnte Datei »%s« nicht öffnen: %m"
 
-#: access/hash/hashpage.c:151
-msgid "Problem with _hash_initbitmap."
-msgstr ""
+#: access/transam/slru.c:621 access/transam/xlog.c:1387
+#, c-format
+msgid "could not create file \"%s\": %m"
+msgstr "kann Datei »%s« nicht erstellen: %m"
 
-#: access/hash/hashpage.c:196
-msgid "_hash_getbuf: internal error: hash AM does not use P_NEW"
-msgstr ""
+#: access/transam/slru.c:628
+#, c-format
+msgid "could not seek in file \"%s\" to offset %u: %m"
+msgstr "konnte Positionszeiger in Datei »%s« nicht auf %u setzen: %m"
 
-#: access/hash/hashpage.c:204
+#: access/transam/slru.c:635
 #, c-format
-msgid "_hash_getbuf: invalid access (%d) on new blk: %s"
-msgstr ""
+msgid "could not read from file \"%s\" at offset %u: %m"
+msgstr "konnte nicht aus Datei »%s« bei Position %u lesen: %m"
 
-#: access/hash/hashpage.c:231
+#: access/transam/slru.c:642
 #, c-format
-msgid "_hash_relbuf: invalid access (%d) on blk %x: %s"
-msgstr ""
+msgid "could not write to file \"%s\" at offset %u: %m"
+msgstr "konnte nicht in Datei »%s« bei Position %u schreiben: %m"
 
-#: access/hash/hashpage.c:290
+#: access/transam/slru.c:820
 #, c-format
-msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s"
+msgid "could not truncate directory \"%s\": apparent wraparound"
 msgstr ""
 
-#: access/hash/hashpage.c:325
+#: access/transam/slru.c:879
 #, c-format
-msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s"
-msgstr ""
+msgid "could not open directory \"%s\": %m"
+msgstr "konnte Verzeichnis »%s« nicht öffnen: %m"
 
-#: access/hash/hashpage.c:349
+#: access/transam/slru.c:895
 #, c-format
-msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s"
-msgstr ""
+msgid "removing file \"%s/%s\""
+msgstr "entferne Datei \"%s/%s\""
 
-#: access/hash/hashpage.c:537 access/hash/hashpage.c:674
+#: access/transam/slru.c:907
 #, c-format
-msgid "_hash_splitpage: empty overflow page %d"
-msgstr ""
+msgid "could not read directory \"%s\": %m"
+msgstr "konnte Verzeichnis »%s« nicht lesen: %m"
 
-#: access/hash/hashpage.c:576
+#: access/transam/xact.c:405
+msgid "cannot have more than 2^32-1 commands in a transaction"
+msgstr "kann nicht mehr als 2^32-1 Befehle in einer Transaktion ausführen"
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1373
 #, c-format
-msgid "_hash_splitpage: empty ovfl page %d!"
-msgstr ""
+msgid "%s cannot run inside a transaction block"
+msgstr "%s kann nicht in einem Transaktionsblock laufen"
 
-#: access/hash/hashpage.c:629
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1385
 #, c-format
-msgid "_hash_splitpage: failed to add index item to %s"
-msgstr ""
+msgid "%s cannot be executed from a function"
+msgstr "%s kann nicht aus einer Funktion heraus ausgeführt werden"
 
-#: access/hash/hashscan.c:105
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1428
 #, c-format
-msgid "hash scan list trashed; can't find 0x%p"
-msgstr ""
+msgid "%s may only be used in transaction blocks"
+msgstr "%s kann nur in einem Transaktionsblock laufen"
 
-#: access/hash/hashutil.c:81
-msgid "hash indices cannot include null keys"
-msgstr ""
+#: access/transam/xact.c:1451
+msgid "there is already a transaction in progress"
+msgstr "eine Transaktion is bereits begonnen"
+
+#: access/transam/xact.c:1513 access/transam/xact.c:1551
+#: access/transam/xact.c:1599
+msgid "there is no transaction in progress"
+msgstr "keine Transaktion offen"
 
-#: access/heap/heapam.c:144
+#: access/transam/xlog.c:1049 access/transam/xlog.c:1165
+#: access/transam/xlog.c:3565
 #, c-format
-msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
-msgstr ""
+msgid "could not close log file %u, segment %u: %m"
+msgstr "konnte Logdatei %u, Segment %u nicht schließen: %m"
 
-#: access/heap/heapam.c:150
+#: access/transam/xlog.c:1105 access/transam/xlog.c:1867
 #, c-format
-msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)"
+msgid "could not seek in log file %u, segment %u to offset %u: %m"
 msgstr ""
+"konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m"
 
-#: access/heap/heapam.c:153
+#: access/transam/xlog.c:1119
 #, c-format
-msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
-msgstr ""
+msgid "could not write to log file %u, segment %u at offset %u: %m"
+msgstr "konnte nicht in Logdatei %u, Segment %u bei Position %u schreiben: %m"
 
-#: access/heap/heapam.c:155
+#: access/transam/xlog.c:1363 access/transam/xlog.c:1452
+#: access/transam/xlog.c:1566 access/transam/xlog.c:1572
 #, c-format
-msgid "heapgettup: relation(%c)=`%s', %p"
-msgstr ""
+msgid "could not open file \"%s\" (log file %u, segment %u): %m"
+msgstr "konnte Datei »%s« nicht öffnen (Logdatei %u, Segment %u): %m"
 
-#: 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/transam/xlog.c:1416 utils/init/miscinit.c:775 utils/misc/guc.c:3767
+#, c-format
+msgid "could not write to file \"%s\": %m"
+msgstr "konnte nicht in Datei »%s« schreiben: %m"
 
-#: access/heap/heapam.c:474
+#: access/transam/xlog.c:1423
 #, c-format
-msgid "Relation %u does not exist"
-msgstr ""
+msgid "could not fsync file \"%s\": %m"
+msgstr "konnte Datei »%s« nicht fsyncen: %m"
 
-#: access/heap/heapam.c:553 catalog/namespace.c:189 tcop/utility.c:153
+#: access/transam/xlog.c:1530
 #, c-format
-msgid "Relation \"%s\" does not exist"
+msgid ""
+"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
+"%u): %m"
 msgstr ""
+"konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, "
+"Segment %u): %m"
 
-#: access/heap/heapam.c:605 access/heap/heapam.c:634 access/heap/heapam.c:663
+#: access/transam/xlog.c:1537
 #, c-format
-msgid "%s is an index relation"
+msgid ""
+"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
+"segment %u): %m"
 msgstr ""
+"konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, "
+"Segment %u): %m"
 
-#: access/heap/heapam.c:608 access/heap/heapam.c:637 access/heap/heapam.c:666
+#: access/transam/xlog.c:1624
 #, c-format
-msgid "%s is a special relation"
-msgstr ""
+msgid "could not open transaction log directory \"%s\": %m"
+msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
 
-#: access/heap/heapam.c:611 access/heap/heapam.c:640 access/heap/heapam.c:669
+#: access/transam/xlog.c:1640
 #, c-format
-msgid "%s is a composite type"
-msgstr ""
+msgid "archiving transaction log file \"%s\""
+msgstr "archiviere Transaktionslogdatei »%s«"
 
-#: access/heap/heapam.c:698
-msgid "heap_beginscan: !RelationIsValid(relation)"
-msgstr ""
+#: access/transam/xlog.c:1657
+#, c-format
+msgid "recycled transaction log file \"%s\""
+msgstr "Transaktionslogdatei »%s« wird wiederverwendet"
 
-#: access/heap/heapam.c:812
+#: access/transam/xlog.c:1664
 #, c-format
-msgid "heap_getnext([%s,nkeys=%d],dir=%d) called"
-msgstr ""
+msgid "removing transaction log file \"%s\""
+msgstr "entferne Transaktionslogdatei »%s«"
 
-#: access/heap/heapam.c:816
-msgid "heap_getnext returning EOS"
-msgstr ""
+#: access/transam/xlog.c:1675
+#, c-format
+msgid "could not read transaction log directory \"%s\": %m"
+msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht lesen: %m"
 
-#: access/heap/heapam.c:819
-msgid "heap_getnext returning tuple"
-msgstr ""
+#: access/transam/xlog.c:1749
+#, c-format
+msgid "incorrect resource manager data checksum in record at %X/%X"
+msgstr "falsche Resource-Manager-Daten-Prüfsumme im Datensatz bei %X/%X"
 
-#: access/heap/heapam.c:842
-msgid "heap_getnext: NULL relscan"
-msgstr ""
+#: access/transam/xlog.c:1772
+#, c-format
+msgid "incorrect checksum of backup block %d in record at %X/%X"
+msgstr "falsche Prüfsumme von Backup-Block %d im Datensatz bei %X/%X"
 
-#: access/heap/heapam.c:932
+#: access/transam/xlog.c:1842
 #, c-format
-msgid "heap_fetch: ReadBuffer(%s, %lu) failed"
-msgstr ""
+msgid "invalid record offset at %X/%X"
+msgstr "ungültiger Datensatz-Offset bei %X/%X"
 
-#: access/heap/heapam.c:1042
+#: access/transam/xlog.c:1875
 #, c-format
-msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed"
-msgstr ""
+msgid "could not read from log file %u, segment %u at offset %u: %m"
+msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u lesen: %m"
 
-#: access/heap/heapam.c:1284
-msgid "heap_delete: failed ReadBuffer"
-msgstr ""
+#: access/transam/xlog.c:1886
+#, c-format
+msgid "contrecord is requested by %X/%X"
+msgstr "Contrecord-Eintrag ist bei %X/%X"
 
-#: access/heap/heapam.c:1303
-msgid "heap_delete: (am)invalid tid"
-msgstr ""
+#: access/transam/xlog.c:1901
+#, c-format
+msgid "record with zero length at %X/%X"
+msgstr "Datensatz mit Länge null bei %X/%X"
 
-#: access/heap/heapam.c:1436
-msgid "simple_heap_delete: tuple already updated by self"
-msgstr ""
+#: access/transam/xlog.c:1926
+#, c-format
+msgid "record length %u at %X/%X too long"
+msgstr "Datensatzlänge %u bei %X/%X zu groß"
 
-#: access/heap/heapam.c:1444
-msgid "simple_heap_delete: tuple concurrently updated"
-msgstr ""
+#: access/transam/xlog.c:1933
+#, c-format
+msgid "invalid resource manager ID %u at %X/%X"
+msgstr "ungültige Resource-Manager-ID %u bei %X/%X"
 
-#: access/heap/heapam.c:1448 executor/execMain.c:1334
+#: access/transam/xlog.c:1965
 #, c-format
-msgid "Unknown status %u from heap_delete"
-msgstr ""
+msgid "could not from read log file %u, segment %u, offset %u: %m"
+msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u lesen: %m"
 
-#: access/heap/heapam.c:1482
-msgid "heap_update: failed ReadBuffer"
+#: access/transam/xlog.c:1974
+#, c-format
+msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1507
-msgid "heap_update: (am)invalid tid"
+#: access/transam/xlog.c:1983
+#, c-format
+msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1770
-msgid "simple_heap_update: tuple already updated by self"
+#: access/transam/xlog.c:2049
+#, c-format
+msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1778
-msgid "simple_heap_update: tuple concurrently updated"
+#: access/transam/xlog.c:2056
+#, c-format
+msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1782 executor/execMain.c:1473
+#: access/transam/xlog.c:2065
 #, c-format
-msgid "Unknown status %u from heap_update"
+msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1806
-msgid "heap_mark4update: failed ReadBuffer"
+#. translator: SUI = startup id
+#: access/transam/xlog.c:2088
+#, c-format
+msgid "out-of-sequence SUI %u (after %u) in log file %u, segment %u, offset %u"
 msgstr ""
 
-#: access/heap/heapam.c:1823
-msgid "heap_mark4update: (am)invalid tid"
+#: access/transam/xlog.c:2149
+msgid "invalid LC_COLLATE setting"
 msgstr ""
 
-#: access/heap/heapam.c:2123
-msgid "heap_clean_redo: no block"
+#: access/transam/xlog.c:2154
+msgid "invalid LC_CTYPE setting"
 msgstr ""
 
-#: access/heap/heapam.c:2127
-msgid "heap_clean_redo: uninitialized page"
+#: access/transam/xlog.c:2173
+msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
 msgstr ""
 
-#: access/heap/heapam.c:2185
+#: access/transam/xlog.c:2183
 #, c-format
-msgid "heap_delete_%sdo: no block"
-msgstr ""
+msgid "could not create control file \"%s\": %m"
+msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
 
-#: access/heap/heapam.c:2189
+#: access/transam/xlog.c:2194 access/transam/xlog.c:2371
 #, c-format
-msgid "heap_delete_%sdo: uninitialized page"
-msgstr ""
+msgid "could not write to control file: %m"
+msgstr "konnte nicht in Kontrolldatei schreiben: %m"
 
-#: access/heap/heapam.c:2201
-msgid "heap_delete_undo: bad page LSN"
-msgstr ""
-
-#: access/heap/heapam.c:2208
+#: access/transam/xlog.c:2200 access/transam/xlog.c:2377
 #, c-format
-msgid "heap_delete_%sdo: invalid lp"
-msgstr ""
+msgid "could not fsync control file: %m"
+msgstr "konnte Kontrolldatei nicht fsyncen: %m"
 
-#: access/heap/heapam.c:2228
-msgid "heap_delete_undo: unimplemented"
-msgstr ""
+#: access/transam/xlog.c:2218 access/transam/xlog.c:2360
+#, c-format
+msgid "could not open control file \"%s\": %m"
+msgstr "konnte Kontrolldatei »%s« nicht öffnen: %m"
 
-#: access/heap/heapam.c:2256
+#: access/transam/xlog.c:2224
 #, c-format
-msgid "heap_insert_%sdo: uninitialized page"
-msgstr ""
+msgid "could not read from control file: %m"
+msgstr "konnte nicht aus Kontrolldatei lesen: %m"
 
-#: access/heap/heapam.c:2280
-msgid "heap_insert_redo: invalid max offset number"
-msgstr ""
+#: access/transam/xlog.c:2236 access/transam/xlog.c:2266
+#: access/transam/xlog.c:2273 access/transam/xlog.c:2280
+#: access/transam/xlog.c:2287 access/transam/xlog.c:2294
+#: access/transam/xlog.c:2303 access/transam/xlog.c:2310
+#: access/transam/xlog.c:2318 utils/init/miscinit.c:844
+msgid "database files are incompatible with server"
+msgstr "Datenbankdateien sind inkompatibel mit Server"
 
-#: access/heap/heapam.c:2304
-msgid "heap_insert_redo: failed to add tuple"
+#: access/transam/xlog.c:2237
+#, c-format
+msgid ""
+"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
+"server was compiled with PG_CONTROL_VERSION %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber "
+"der Server wurde mit PG_CONTROL_VERSION %d kompiliert."
 
-#: access/heap/heapam.c:2314
-msgid "heap_insert_undo: bad page LSN"
-msgstr ""
+#: access/transam/xlog.c:2240 access/transam/xlog.c:2270
+msgid "It looks like you need to initdb."
+msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."
 
-#: access/heap/heapam.c:2316
-msgid "heap_insert_undo: unimplemented"
-msgstr ""
+#: access/transam/xlog.c:2250
+msgid "incorrect checksum in control file"
+msgstr "falsche Prüfsumme in Kontrolldatei"
 
-#: access/heap/heapam.c:2347
+#: access/transam/xlog.c:2267
 #, c-format
-msgid "heap_update_%sdo: no block"
+msgid ""
+"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
+"server was compiled with CATALOG_VERSION_NO %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber "
+"der Server wurde mit CATALOG_VERSION_NO %d kompiliert."
 
-#: access/heap/heapam.c:2351
+#: access/transam/xlog.c:2274
 #, c-format
-msgid "heap_update_%sdo: uninitialized old page"
+msgid ""
+"The database cluster was initialized with BLCKSZ %d, but the server was "
+"compiled with BLCKSZ %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server "
+"wurde mit BLCKSZ %d kompiliert."
 
-#: access/heap/heapam.c:2365
-msgid "heap_update_undo: bad old tuple page LSN"
+#: access/transam/xlog.c:2277 access/transam/xlog.c:2284
+#: access/transam/xlog.c:2291 access/transam/xlog.c:2298
+#: access/transam/xlog.c:2306 access/transam/xlog.c:2313
+#: access/transam/xlog.c:2322
+msgid "It looks like you need to recompile or initdb."
 msgstr ""
+"Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
 
-#: access/heap/heapam.c:2372
+#: access/transam/xlog.c:2281
 #, c-format
-msgid "heap_update_%sdo: invalid lp"
-msgstr ""
-
-#: access/heap/heapam.c:2407 access/heap/heapam.c:2507
-msgid "heap_update_undo: unimplemented"
+msgid ""
+"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
+"compiled with RELSEG_SIZE %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der "
+"Server wurde mit RELSEGSIZE %d kompiliert."
 
-#: access/heap/heapam.c:2428
+#: access/transam/xlog.c:2288
 #, c-format
-msgid "heap_update_%sdo: uninitialized page"
-msgstr ""
-
-#: access/heap/heapam.c:2452
-msgid "heap_update_redo: invalid max offset number"
+msgid ""
+"The database cluster was initialized with NAMEDATALEN %d, but the server was "
+"compiled with NAMEDATALEN %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der "
+"Server wurde mit NAMEDATALEN %d kompiliert."
 
-#: access/heap/heapam.c:2496
-msgid "heap_update_redo: failed to add tuple"
+#: access/transam/xlog.c:2295
+#, c-format
+msgid ""
+"The database cluster was initialized with FUNC_MAX_ARGS %d, but the server "
+"was compiled with FUNC_MAX_ARGS %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit FUNC_MAX_ARGS %d initialisiert, aber der "
+"Server wurde mit FUNC_MAX_ARGS %d kompiliert."
 
-#: access/heap/heapam.c:2505
-msgid "heap_update_undo: bad new tuple page LSN"
+#: access/transam/xlog.c:2304
+msgid ""
+"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
+"server was compiled with HAVE_INT64_TIMESTAMP."
 msgstr ""
+"Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber "
+"der Server wurde mit HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/heap/heapam.c:2523
-msgid "_heap_unlock_tuple: can't open relation"
+#: access/transam/xlog.c:2311
+msgid ""
+"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
+"server was compiled without HAVE_INT64_TIMESTAMP."
 msgstr ""
+"Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der "
+"Server wurde ohne HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/heap/heapam.c:2528
-msgid "_heap_unlock_tuple: can't read buffer"
+#: access/transam/xlog.c:2319
+#, c-format
+msgid ""
+"The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the "
+"server was compiled with LOCALE_NAME_BUFLEN %d."
 msgstr ""
+"Der Datenbank-Cluster wurde mit LOCALE_NAME_BUFLEN %d initialisiert, aber "
+"der Server wurde mit LOCALE_NAME_BUFLEN %d kompiliert."
 
-#: access/heap/heapam.c:2532
-msgid "_heap_unlock_tuple: uninitialized page"
-msgstr ""
+#: access/transam/xlog.c:2325 access/transam/xlog.c:2332
+msgid "database files are incompatible with operating system"
+msgstr "Datenbankdateien sind inkompatibel mit Betriebssystem"
 
-#: access/heap/heapam.c:2536
-msgid "_heap_unlock_tuple: invalid itemid"
+#: access/transam/xlog.c:2326
+#, c-format
+msgid ""
+"The database cluster was initialized with LC_COLLATE \"%s\", which is not "
+"recognized by setlocale()."
 msgstr ""
+"Der Datenbank-Cluster wurde mit LC_COLLATE »%s« initialisiert, was von "
+"setlocale() nicht erkannt wird."
 
-#: access/heap/heapam.c:2540
-msgid "_heap_unlock_tuple: unused/deleted tuple in rollback"
+#: access/transam/xlog.c:2329 access/transam/xlog.c:2336
+msgid "It looks like you need to initdb or install locale support."
 msgstr ""
+"Es sieht so aus, dass Sie initdb ausführen oder Locale-Unterstützung "
+"installieren müssen."
 
-#: access/heap/heapam.c:2545
-msgid "_heap_unlock_tuple: invalid xmax in rollback"
+#: access/transam/xlog.c:2333
+#, c-format
+msgid ""
+"The database cluster was initialized with LC_CTYPE \"%s\", which is not "
+"recognized by setlocale()."
 msgstr ""
+"Der Datenbank-Cluster wurde mit LC_CTYPE »%s« initialisiert, was von "
+"setlocale() nicht erkannt wird."
 
-#: access/heap/heapam.c:2569
+#: access/transam/xlog.c:2519
 #, c-format
-msgid "heap_redo: unknown op code %u"
-msgstr ""
+msgid "could not write bootstrap transaction log file: %m"
+msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m"
 
-#: access/heap/heapam.c:2589
+#: access/transam/xlog.c:2525
 #, c-format
-msgid "heap_undo: unknown op code %u"
-msgstr ""
+msgid "could not fsync bootstrap transaction log file: %m"
+msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m"
 
-#: access/heap/hio.c:53
-msgid "RelationPutHeapTuple: failed to add tuple"
-msgstr ""
+#: access/transam/xlog.c:2593
+msgid "control file contains invalid data"
+msgstr "Kontrolldatei enthält ungültige Daten"
 
-#: access/heap/hio.c:113
+#: access/transam/xlog.c:2597
 #, c-format
-msgid "Tuple is too big: size %lu, max size %ld"
-msgstr ""
+msgid "database system was shut down at %s"
+msgstr "Datenbanksystem wurde am %s heruntergefahren"
 
-#: access/heap/hio.c:277
+#: access/transam/xlog.c:2601
 #, c-format
-msgid "Tuple is too big: size %lu"
-msgstr ""
+msgid "database system shutdown was interrupted at %s"
+msgstr "Datenbanksystem wurde am %s während des Herunterfahrens unterbrochen"
 
-#: access/heap/tuptoaster.c:899
-msgid "Failed to build TOAST tuple"
-msgstr ""
+#: access/transam/xlog.c:2605
+#, c-format
+msgid "database system was interrupted while in recovery at %s"
+msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen"
 
-#: access/heap/tuptoaster.c:915
-msgid "Failed to insert index entry for TOAST tuple"
+#: access/transam/xlog.c:2607
+msgid ""
+"This probably means that some data is corrupted and you will have to use the "
+"last backup for recovery."
 msgstr ""
+"Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die "
+"letzte Datensicherung zur Wiederherstellung verwenden müssen."
 
-#: access/heap/tuptoaster.c:1074 access/heap/tuptoaster.c:1254
+#: access/transam/xlog.c:2611
 #, c-format
-msgid "unexpected chunk number %d (expected %d) for toast value %u"
-msgstr ""
+msgid "database system was interrupted at %s"
+msgstr "Datenbanksystem wurde am %s unterbrochen"
 
-#: access/heap/tuptoaster.c:1080 access/heap/tuptoaster.c:1087
-#: access/heap/tuptoaster.c:1260 access/heap/tuptoaster.c:1267
+#: access/transam/xlog.c:2629
 #, c-format
-msgid "unexpected chunk size %d in chunk %d for toast value %u"
-msgstr ""
+msgid "checkpoint record is at %X/%X"
+msgstr "Checkpoint-Eintrag ist bei %X/%X"
 
-#: access/heap/tuptoaster.c:1092
+#: access/transam/xlog.c:2639
 #, c-format
-msgid "unexpected chunk number %d for toast value %u"
-msgstr ""
+msgid "using previous checkpoint record at %X/%X"
+msgstr "Checkpoint-Eintrag ist bei %X/%X"
+
+#: access/transam/xlog.c:2645
+msgid "could not locate a valid checkpoint record"
+msgstr "konnte keinen gültigen Checkpoint-Datensatz finden"
 
-#: access/heap/tuptoaster.c:1110 access/heap/tuptoaster.c:1294
+#: access/transam/xlog.c:2652
 #, c-format
-msgid "missing chunk number %d for toast value %u"
-msgstr ""
+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/index/genam.c:74
-msgid "RelationGetIndexScan: relation invalid"
-msgstr ""
+#: access/transam/xlog.c:2657
+#, c-format
+msgid "next transaction ID: %u; next OID: %u"
+msgstr "nächste Transaktions-ID: %u; nächste OID: %u"
 
-#: access/index/genam.c:136
-msgid "IndexScanEnd: invalid scan"
-msgstr ""
+#: access/transam/xlog.c:2661
+msgid "invalid next transaction ID"
+msgstr "ungültige nächste Transaktions-ID"
 
-#: access/index/indexam.c:91 access/index/indexam.c:100
-#, c-format
-msgid "index_%s: invalid %s regproc"
-msgstr ""
+#: access/transam/xlog.c:2685
+msgid "invalid redo in checkpoint record"
+msgstr "ungültiges Redo im Checkpoint-Datensatz"
 
-#: 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/transam/xlog.c:2694
+msgid "invalid redo/undo record in shutdown checkpoint"
+msgstr "ungültiger Redo/Undo-Datensatz im Shutdown-Checkpoint"
 
-#: access/index/indexam.c:652
-#, c-format
-msgid "Missing support function %d for attribute %d of index %s"
+#: access/transam/xlog.c:2706
+msgid ""
+"database system was not properly shut down; automatic recovery in progress"
 msgstr ""
+"Datenbanksystem wurde nicht richtig heruntergefahren; automatische "
+"Wiederherstellung beginnt"
 
-#: access/index/istrat.c:238
+#: access/transam/xlog.c:2734
 #, c-format
-msgid "StrategyTermEvaluate: impossible case %d"
-msgstr ""
+msgid "redo starts at %X/%X"
+msgstr "Redo beginnt bei %X/%X"
 
-#: access/index/istrat.c:313
+#: access/transam/xlog.c:2766
 #, c-format
-msgid "RelationGetStrategy: impossible case %d"
-msgstr ""
+msgid "redo done at %X/%X"
+msgstr "Redo fertig bei %X/%X"
 
-#: access/index/istrat.c:319
-msgid "RelationGetStrategy: corrupted evaluation"
-msgstr ""
+#: access/transam/xlog.c:2773
+msgid "redo is not required"
+msgstr "Redo nicht nötig"
 
-#: access/index/istrat.c:438
+#: access/transam/xlog.c:2842
 #, c-format
-msgid "RelationInvokeStrategy: cannot evaluate strategy %d"
-msgstr ""
+msgid "undo starts at %X/%X"
+msgstr "Undo beginnt bei %X/%X"
 
-#: access/nbtree/nbtinsert.c:250
+#: access/transam/xlog.c:2853
 #, c-format
-msgid "Cannot insert a duplicate key into unique index %s"
-msgstr "Duplizierter Wert kann nicht in »Unique«-Index %s eingefügt werden"
+msgid "undo done at %X/%X"
+msgstr "Undo fertig bei %X/%X"
 
-#: access/nbtree/nbtinsert.c:389
-#, c-format
-msgid "btree: index item size %lu exceeds maximum %lu"
-msgstr ""
+#: access/transam/xlog.c:2858
+msgid "undo is not required"
+msgstr "Undo nicht nötig"
 
-#: access/nbtree/nbtinsert.c:525
-msgid "btree: concurrent ROOT page split"
-msgstr ""
+#: access/transam/xlog.c:2948
+msgid "database system is ready"
+msgstr "Datenbanksystem is bereit"
 
-#: access/nbtree/nbtinsert.c:535
-#, c-format
-msgid "bt_insertonpg[%s]: no root page found"
-msgstr ""
+#: access/transam/xlog.c:2981
+msgid "invalid primary checkpoint link in control file"
+msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: access/nbtree/nbtinsert.c:538
-#, c-format
-msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels"
-msgstr ""
+#: access/transam/xlog.c:2984
+msgid "invalid secondary checkpoint link in control file"
+msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: 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/transam/xlog.c:2994
+msgid "invalid primary checkpoint record"
+msgstr "ungültiger primärer Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:588
-#, c-format
-msgid "bt_insertonpg[%s]: parent page unfound - fixing branch"
-msgstr ""
+#: access/transam/xlog.c:2997
+msgid "invalid secondary checkpoint record"
+msgstr "ungültiger sekundärer Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:756
-msgid "btree: failed to add hikey to the right sibling"
-msgstr ""
+#: access/transam/xlog.c:3004
+msgid "invalid resource manager ID in primary checkpoint record"
+msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:782
-msgid "btree: failed to add hikey to the left sibling"
-msgstr ""
+#: access/transam/xlog.c:3007
+msgid "invalid resource manager ID in secondary checkpoint record"
+msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:1112
-#, c-format
-msgid "_bt_findsplitloc: can't find a feasible split point for %s"
-msgstr ""
+#: access/transam/xlog.c:3015
+msgid "invalid xl_info in primary checkpoint record"
+msgstr "ungültige xl_info im primären Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:1339
-msgid "btree: failed to add leftkey to new root page"
-msgstr ""
+#: access/transam/xlog.c:3018
+msgid "invalid xl_info in secondary checkpoint record"
+msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz"
 
-#: access/nbtree/nbtinsert.c:1356
-msgid "btree: failed to add rightkey to new root page"
-msgstr ""
+#: access/transam/xlog.c:3025
+msgid "invalid length of primary checkpoint record"
+msgstr "ungültige Länge des primären Checkpoint-Datensatzes"
 
-#: access/nbtree/nbtinsert.c:1442
-msgid "bt_fixroot: not valid old root page"
-msgstr ""
+#: access/transam/xlog.c:3028
+msgid "invalid length of secondary checkpoint record"
+msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes"
 
-#: access/nbtree/nbtinsert.c:1573
-#, c-format
-msgid "bt_fixtree[%s]: invalid start page (need to recreate index)"
-msgstr ""
+#: access/transam/xlog.c:3092
+msgid "shutting down"
+msgstr "fahre herunter"
 
-#: access/nbtree/nbtinsert.c:1599
-#, c-format
-msgid "bt_fixtree[%s]: fixing root page"
+#: access/transam/xlog.c:3106
+msgid "database system is shut down"
+msgstr "Datenbanksystem ist heruntergefahren"
+
+#: access/transam/xlog.c:3129
+msgid "checkpoint cannot be made inside transaction block"
+msgstr "Checkpoint kann nicht in einem Transaktionsblock erzeugt werden"
+
+#: access/transam/xlog.c:3317
+msgid ""
+"concurrent transaction log activity while database system is shutting down"
 msgstr ""
+"gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem "
+"herunterfährt"
 
-#: access/nbtree/nbtinsert.c:1647
+#: access/transam/xlog.c:3558 access/transam/xlog.c:3590
 #, c-format
-msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)"
-msgstr ""
+msgid "could not fsync log file %u, segment %u: %m"
+msgstr "konnte Logdatei %u, Segment %u nicht fsyncen: %m"
 
-#: access/nbtree/nbtinsert.c:1654
+#: access/transam/xlog.c:3598
 #, c-format
+msgid "could not fdatasync log file %u, segment %u: %m"
+msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m"
+
+#: bootstrap/bootstrap.c:196
 msgid ""
-"bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to "
-"recreate index)"
+"Usage:\n"
+"  postgres -boot [OPTION]... DBNAME\n"
+"  -c NAME=VALUE    set run-time parameter\n"
+"  -d 1-5           debug level\n"
+"  -D datadir       data directory\n"
+"  -F               turn off fsync\n"
+"  -o file          send debug output to file\n"
+"  -x num           internal use\n"
 msgstr ""
 
-#: access/nbtree/nbtinsert.c:1657
+#: bootstrap/bootstrap.c:319 postmaster/postmaster.c:567 tcop/postgres.c:2411
 #, c-format
-msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)"
-msgstr ""
+msgid "--%s requires a value"
+msgstr "--%s benötigt einen Wert"
 
-#: access/nbtree/nbtinsert.c:1683
+#: bootstrap/bootstrap.c:324 postmaster/postmaster.c:572 tcop/postgres.c:2416
 #, c-format
-msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)"
-msgstr ""
+msgid "-c %s requires a value"
+msgstr "-c %s benötigt einen Wert"
 
-#: access/nbtree/nbtinsert.c:1715
+#: bootstrap/bootstrap.c:357 postmaster/postmaster.c:314 tcop/postgres.c:2486
 #, c-format
-msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)"
+msgid ""
+"%s does not know where to find the database system data.\n"
+"You must specify the directory that contains the database system\n"
+"either by specifying the -D invocation option or by setting the\n"
+"PGDATA environment variable.\n"
 msgstr ""
+"%s weiß nicht, wo die Systemdaten für das Datenbanksystem\n"
+"zu finden sind.  Sie müssen das Verzeichnis mit dem Datenbanksystem\n"
+"entweder mit der Kommandozeilenoption -D angeben oder die\n"
+"Umgebungsvariable PGDATA setzen.\n"
+"\n"
 
-#: access/nbtree/nbtinsert.c:1734
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)"
+#: catalog/aclchk.c:130
+msgid "grant options can only be granted to individual users"
 msgstr ""
 
-#: access/nbtree/nbtinsert.c:1748
+#: catalog/aclchk.c:201
 #, c-format
-msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)"
-msgstr ""
+msgid "invalid privilege type %s for table"
+msgstr "ungültiger Privilegtyp %s für Tabelle"
 
-#: access/nbtree/nbtinsert.c:1878
+#: catalog/aclchk.c:303
 #, c-format
-msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)"
+msgid "invalid privilege type %s for database"
 msgstr ""
 
-#: access/nbtree/nbtinsert.c:1885
+#: catalog/aclchk.c:335 commands/comment.c:440 commands/dbcommands.c:502
+#: commands/dbcommands.c:623 commands/dbcommands.c:712 utils/adt/acl.c:1311
+#: utils/init/postinit.c:261 utils/init/postinit.c:273
 #, c-format
-msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)"
-msgstr ""
+msgid "database \"%s\" does not exist"
+msgstr "Datenbank »%s« existiert nicht"
 
-#: access/nbtree/nbtinsert.c:1894
+#: catalog/aclchk.c:401
 #, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)"
+msgid "invalid privilege type %s for function"
 msgstr ""
 
-#: access/nbtree/nbtinsert.c:1902
+#: catalog/aclchk.c:497
 #, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)"
+msgid "invalid privilege type %s for language"
 msgstr ""
 
-#: access/nbtree/nbtinsert.c:1950
+#: catalog/aclchk.c:525 commands/functioncmds.c:441 commands/proclang.c:200
+#: commands/proclang.c:255 utils/adt/acl.c:1729
 #, c-format
-msgid "bt_fixbranch[%s]: fixing upper levels"
-msgstr ""
+msgid "language \"%s\" does not exist"
+msgstr "Sprache »%s« existiert nicht"
 
-#: access/nbtree/nbtinsert.c:1981
+#: catalog/aclchk.c:531
 #, c-format
-msgid "bt_fixup[%s]: checking/fixing upper levels"
-msgstr ""
+msgid "language \"%s\" is not trusted"
+msgstr "Sprache »%s« ist nicht »trusted«"
 
-#: access/nbtree/nbtinsert.c:1996
+#: catalog/aclchk.c:596
 #, c-format
-msgid "bt_fixup[%s]: fixing root page"
-msgstr ""
+msgid "invalid privilege type %s for schema"
+msgstr "ungültiger Privilegtyp %s für Schema"
 
-#: access/nbtree/nbtinsert.c:2059
+#: catalog/aclchk.c:624 catalog/namespace.c:245 catalog/namespace.c:1200
+#: catalog/namespace.c:1238 catalog/namespace.c:1800 commands/comment.c:490
+#: commands/schemacmds.c:181 commands/schemacmds.c:247 utils/adt/acl.c:1933
 #, c-format
-msgid "btree: failed to add item to the %s for %s"
-msgstr ""
+msgid "schema \"%s\" does not exist"
+msgstr "Schema »%s« existiert nicht"
 
-#: access/nbtree/nbtpage.c:66
+#: catalog/aclchk.c:726 commands/user.c:1454 commands/user.c:1691
+#: commands/user.c:1726 libpq/pqcomm.c:475
 #, c-format
-msgid "Cannot initialize non-empty btree %s"
-msgstr ""
+msgid "group \"%s\" does not exist"
+msgstr "Gruppe »%s« existiert nicht"
 
-#: access/nbtree/nbtpage.c:127
+#: catalog/aclchk.c:798
 #, c-format
-msgid "Index %s is not a btree"
-msgstr ""
+msgid "group with ID %u does not exist"
+msgstr "Gruppe mit ID %u existiert nicht"
 
-#: access/nbtree/nbtpage.c:131
+#: catalog/aclchk.c:867
 #, c-format
-msgid "Version mismatch on %s: version %d file, version %d code"
-msgstr ""
+msgid "permission denied for relation %s"
+msgstr "keine Berechtigung für Relation %s"
 
-#: access/nbtree/nbtpage.c:258
+#: catalog/aclchk.c:869
 #, c-format
-msgid "bt_getroot[%s]: fixing root page"
-msgstr ""
+msgid "permission denied for database %s"
+msgstr "keine Berechtigung für Datenbank %s"
 
-#: access/nbtree/nbtree.c:806
+#: catalog/aclchk.c:871
 #, c-format
-msgid ""
-"_bt_restscan: my bits moved right off the end of the world!\n"
-"\tRecreate index %s."
-msgstr ""
+msgid "permission denied for function %s"
+msgstr "keine Berechtigung für Funktion %s"
 
-#: access/nbtree/nbtree.c:836
-msgid "_bt_restore_page: can't add item to page"
-msgstr ""
+#: catalog/aclchk.c:873
+#, c-format
+msgid "permission denied for operator %s"
+msgstr "keine Berechtigung für Operator %s"
 
-#: access/nbtree/nbtree.c:859
-msgid "btree_delete_redo: block unfound"
-msgstr ""
+#: catalog/aclchk.c:875
+#, c-format
+msgid "permission denied for type %s"
+msgstr "keine Berechtigung für Typ %s"
 
-#: access/nbtree/nbtree.c:862
-msgid "btree_delete_redo: uninitialized page"
-msgstr ""
+#: catalog/aclchk.c:877
+#, c-format
+msgid "permission denied for language %s"
+msgstr "keine Berechtigung für Sprache %s"
 
-#: access/nbtree/nbtree.c:898
+#: catalog/aclchk.c:879
 #, c-format
-msgid "btree_insert_%sdo: block unfound"
-msgstr ""
+msgid "permission denied for schema %s"
+msgstr "keine Berechtigung für Schema %s"
 
-#: access/nbtree/nbtree.c:901
+#: catalog/aclchk.c:881
 #, c-format
-msgid "btree_insert_%sdo: uninitialized page"
-msgstr ""
+msgid "permission denied for operator class %s"
+msgstr "keine Berechtigung für Operatorklasse %s"
 
-#: access/nbtree/nbtree.c:915
-msgid "btree_insert_redo: failed to add item"
-msgstr ""
+#: catalog/aclchk.c:883
+#, c-format
+msgid "permission denied for conversion %s"
+msgstr "keine Berechtigung für Konversion %s"
 
-#: access/nbtree/nbtree.c:924
-msgid "btree_insert_undo: bad page LSN"
+#: catalog/aclchk.c:889
+#, c-format
+msgid "must be owner of relation %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:932
-msgid "btree_insert_undo: unimplemented"
+#: catalog/aclchk.c:891
+#, c-format
+msgid "must be owner of database %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:959
+#: catalog/aclchk.c:893
 #, c-format
-msgid "btree_split_%s: lost left sibling"
+msgid "must be owner of function %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:965
-msgid "btree_split_undo: uninitialized left sibling"
+#: catalog/aclchk.c:895
+#, c-format
+msgid "must be owner of operator %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:988
-msgid "btree_split_undo: bad left sibling LSN"
+#: catalog/aclchk.c:897
+#, c-format
+msgid "must be owner of type %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:989 access/nbtree/nbtree.c:1028
-msgid "btree_split_undo: unimplemented"
+#: catalog/aclchk.c:899
+#, c-format
+msgid "must be owner of language %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:997
+#: catalog/aclchk.c:901
 #, c-format
-msgid "btree_split_%s: lost right sibling"
+msgid "must be owner of schema %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:1003
-msgid "btree_split_undo: uninitialized right sibling"
+#: catalog/aclchk.c:903
+#, c-format
+msgid "must be owner of operator class %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:1027
-msgid "btree_split_undo: bad right sibling LSN"
+#: catalog/aclchk.c:905
+#, c-format
+msgid "must be owner of conversion %s"
 msgstr ""
 
-#: access/nbtree/nbtree.c:1041
-msgid "btree_split_redo: lost next right page"
-msgstr ""
+#: catalog/aclchk.c:963
+#, c-format
+msgid "user with ID %u does not exist"
+msgstr "Benutzer mit ID %u existiert nicht"
 
-#: access/nbtree/nbtree.c:1045
-msgid "btree_split_redo: uninitialized next right page"
-msgstr ""
+#: catalog/aclchk.c:980 catalog/aclchk.c:1296
+#, c-format
+msgid "relation with OID %u does not exist"
+msgstr "Relation mit OID %u existiert nicht"
 
-#: access/nbtree/nbtree.c:1082
-msgid "btree_newroot_redo: no root page"
-msgstr ""
+#: catalog/aclchk.c:1075 catalog/aclchk.c:1475
+#, c-format
+msgid "database with OID %u does not exist"
+msgstr "Datenbank mit OID %u existiert nicht"
 
-#: access/nbtree/nbtree.c:1085
-msgid "btree_newroot_redo: no metapage"
-msgstr ""
+#: catalog/aclchk.c:1132 catalog/aclchk.c:1380 tcop/fastpath.c:231
+#, c-format
+msgid "function with OID %u does not exist"
+msgstr "Funktion mit OID %u existiert nicht"
 
-#: access/nbtree/nbtree.c:1139
+#: catalog/aclchk.c:1187
 #, c-format
-msgid "btree_redo: unknown op code %u"
-msgstr ""
+msgid "language with OID %u does not exist"
+msgstr "Sprache mit OID %u existiert nicht"
 
-#: access/nbtree/nbtree.c:1159
+#: catalog/aclchk.c:1246 catalog/aclchk.c:1408
 #, c-format
-msgid "btree_undo: unknown op code %u"
-msgstr ""
+msgid "schema with OID %u does not exist"
+msgstr "Schema mit OID %u existiert nicht"
 
-#: access/nbtree/nbtsearch.c:545
-msgid "_bt_first: btree doesn't support is(not)null, yet"
-msgstr ""
+#: catalog/aclchk.c:1324
+#, c-format
+msgid "type with OID %u does not exist"
+msgstr "Typ mit OID %u existiert nicht"
 
-#: access/nbtree/nbtsearch.c:693
-msgid "_bt_first: equal items disappeared?"
-msgstr ""
+#: catalog/aclchk.c:1352
+#, c-format
+msgid "operator with OID %u does not exist"
+msgstr "Operator mit OID %u existiert nicht"
 
-#: access/nbtree/nbtsearch.c:1004
+#: catalog/aclchk.c:1436
 #, c-format
-msgid "Illegal scan direction %d"
-msgstr ""
+msgid "operator class with OID %u does not exist"
+msgstr "Operatorklasse mit OID %u existiert nicht"
+
+#: catalog/dependency.c:173
+#, c-format
+msgid "cannot drop %s because other objects depend on it"
+msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen"
 
-#: access/nbtree/nbtsort.c:292
-msgid "btree: failed to add item to the page in _bt_sort"
+#: catalog/dependency.c:175
+msgid "Use DROP ... CASCADE to drop the dependent objects too."
 msgstr ""
+"Verwenden SIe DROP ... CASCADE um die abhängigen Objekte ebenfalls zu "
+"löschen."
 
-#: access/nbtree/nbtsort.c:357
+#: catalog/dependency.c:233
 #, c-format
-msgid "btree: index item size %lu exceeds maximum %ld"
+msgid "failed to drop all objects depending on %s"
 msgstr ""
 
-#: access/nbtree/nbtutils.c:230
-msgid "_bt_orderkeys: key(s) for attribute 1 missed"
+#: catalog/dependency.c:330 catalog/dependency.c:729
+#, c-format
+msgid "cannot drop %s because it is required by the database system"
 msgstr ""
 
-#: access/nbtree/nbtutils.c:308
+#: catalog/dependency.c:466
 #, c-format
-msgid "_bt_orderkeys: key(s) for attribute %d missed"
+msgid "cannot drop %s because %s requires it"
 msgstr ""
 
-#: access/nbtree/nbtutils.c:465
+#: catalog/dependency.c:468
 #, c-format
-msgid "_bt_getstrategynumber: unable to identify operator %u"
+msgid "You may drop %s instead."
 msgstr ""
 
-#: access/rtree/rtree.c:331
+#: catalog/dependency.c:536 catalog/dependency.c:686 catalog/dependency.c:714
 #, c-format
-msgid "rtdoinsert: failed to add index item to %s"
+msgid "drop auto-cascades to %s"
 msgstr ""
 
-#: access/rtree/rtree.c:523 access/rtree/rtree.c:547
+#: catalog/dependency.c:541 catalog/dependency.c:691
 #, c-format
-msgid "rtdosplit: failed to add index item to %s"
+msgid "%s depends on %s"
 msgstr ""
 
-#: access/rtree/rtree.c:643
-msgid "Variable-length rtree keys are not supported."
+#: catalog/dependency.c:548 catalog/dependency.c:698
+#, c-format
+msgid "drop cascades to %s"
 msgstr ""
 
-#: access/rtree/rtree.c:663
+#: catalog/heap.c:227
 #, c-format
-msgid "rtintinsert: failed to add index item to %s"
+msgid "permission denied to create \"%s.%s\""
+msgstr "keine Berechtigung um »%s.%s« zu erzeugen"
+
+#: catalog/heap.c:229
+msgid "System catalog modifications are currently disallowed."
 msgstr ""
 
-#: access/rtree/rtree.c:689 access/rtree/rtree.c:694
+#: catalog/heap.c:356 commands/tablecmds.c:1809
 #, c-format
-msgid "rtnewroot: failed to add index item to %s"
-msgstr ""
+msgid "tables can have at most %d columns"
+msgstr "Tabellen können höchstens %d Spalten haben"
 
-#: access/rtree/rtree.c:781
+#: catalog/heap.c:373
 #, c-format
-msgid "rtree: index item size %lu exceeds maximum %lu"
-msgstr ""
+msgid "column name \"%s\" conflicts with a system column name"
+msgstr "Spaltenname »%s« steht im Konflikt mit dem Namen einer Systemspalte"
 
-#: access/rtree/rtree.c:1068
-msgid "rtpicksplit: failed to find a workable page split"
-msgstr ""
+#: catalog/heap.c:389
+#, c-format
+msgid "column name \"%s\" is duplicated"
+msgstr "Spaltenname »%s« besteht mehrfach"
 
-#: access/rtree/rtree.c:1347
-msgid "rtree_redo: unimplemented"
+#: catalog/heap.c:429
+#, c-format
+msgid "column \"%s\" has type \"unknown\""
 msgstr ""
 
-#: access/rtree/rtree.c:1353
-msgid "rtree_undo: unimplemented"
+#: catalog/heap.c:430
+msgid "Proceeding with relation creation anyway."
 msgstr ""
 
-#: access/rtree/rtscan.c:255
+#: catalog/heap.c:437
 #, c-format
-msgid "rtree scan list corrupted -- cannot find 0x%p"
+msgid "column \"%s\" has pseudo-type %s"
 msgstr ""
 
-#: access/rtree/rtscan.c:391
+#: catalog/heap.c:447
 #, c-format
-msgid "Bad operation in rtree scan adjust: %d"
+msgid "column \"%s\" has composite type %s"
 msgstr ""
 
-#: access/transam/clog.c:546 access/transam/clog.c:598
+#: catalog/heap.c:734 catalog/index.c:522 commands/tablecmds.c:1344
 #, c-format
-msgid "open of %s failed: %m"
-msgstr "konnte %s nicht öffnen: %m"
+msgid "relation \"%s\" already exists"
+msgstr "Relation »%s« existiert bereits"
 
-#: access/transam/clog.c:547
+#: catalog/heap.c:1556 commands/tablecmds.c:2850 commands/tablecmds.c:2892
 #, c-format
-msgid "clog file %s doesn't exist, reading as zeroes"
-msgstr ""
+msgid "constraint \"%s\" for relation \"%s\" already exists"
+msgstr "Constraint »%s« existiert bereits für Relation »%s«"
 
-#: access/transam/clog.c:553 access/transam/clog.c:606
+#: catalog/heap.c:1572
 #, c-format
-msgid "lseek of clog file %u, offset %u failed: %m"
-msgstr ""
+msgid "check constraint \"%s\" already exists"
+msgstr "Check-Constraint »%s« existiert bereits"
 
-#: access/transam/clog.c:558
+#: catalog/heap.c:1634
 #, c-format
-msgid "read of clog file %u, offset %u failed: %m"
+msgid "only table \"%s\" can be referenced in check constraint"
+msgstr "nur Verweise auf Tabelle »%s« sind im Check-Constraint zugelassen"
+
+#: catalog/heap.c:1643 commands/tablecmds.c:2979 commands/typecmds.c:1811
+msgid "cannot use subquery in check constraint"
+msgstr "Unteranfragen können nicht in Check-Constraints verwendet werden"
+
+#: catalog/heap.c:1647 commands/tablecmds.c:2983
+msgid "cannot use aggregate function in check constraint"
+msgstr "Aggregatfunktionen können nicht in Check-Constraints verwendet werden"
+
+#: catalog/heap.c:1754
+msgid "cannot use column references in default expression"
+msgstr "Spaltenverweise können nicht in DEFAULT-Ausdrücken verwendet werden"
+
+#: catalog/heap.c:1762
+msgid "default expression must not return a set"
 msgstr ""
 
-#: access/transam/clog.c:602 access/transam/xlog.c:1379
+#: catalog/heap.c:1770
+msgid "cannot use subquery in default expression"
+msgstr "Unteranfragen können nicht in DEFAULT-Ausdrücken verwendet werden"
+
+#: catalog/heap.c:1774
+msgid "cannot use aggregate function in default expression"
+msgstr "Aggregatfunktionen können nicht in DEFAULT-Ausdrücken verwendet werden"
+
+#: catalog/heap.c:1792 rewrite/rewriteHandler.c:560
 #, c-format
-msgid "creation of file %s failed: %m"
+msgid "column \"%s\" is of type %s but default expression is of type %s"
+msgstr "Spalte »%s« hat Typ %s, aber der Default-Ausdruck hat Typ %s"
+
+#: catalog/heap.c:1797 parser/analyze.c:2794 parser/parse_node.c:232
+#: parser/parse_target.c:425 rewrite/rewriteHandler.c:565
+msgid "You will need to rewrite or cast the expression."
+msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen."
+
+#: catalog/heap.c:2059
+msgid "cannot truncate a table referenced in a foreign key constraint"
 msgstr ""
 
-#: access/transam/clog.c:615
+#: catalog/heap.c:2060
 #, c-format
-msgid "write of clog file %u, offset %u failed: %m"
+msgid "Table \"%s\" references \"%s\" via foreign key constraint \"%s\"."
+msgstr "Tabelle »%s« verweist auf »%s« über Fremdschlüssel-Constraint »%s«"
+
+#: catalog/index.c:505
+msgid "user-defined indexes on system catalog tables are not supported"
 msgstr ""
+"benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt"
 
-#: access/transam/clog.c:834
-msgid "unable to truncate commit log: apparent wraparound"
+#: catalog/index.c:517
+msgid "shared indexes cannot be created after initdb"
 msgstr ""
 
-#: access/transam/clog.c:889
+#: catalog/index.c:1659
 #, c-format
-msgid "could not open transaction-commit log directory (%s): %m"
+msgid "shared index \"%s\" can only be reindexed in standalone mode"
+msgstr ""
+
+#: catalog/namespace.c:167 catalog/namespace.c:220 catalog/namespace.c:1167
+#: parser/parse_expr.c:1118 parser/parse_target.c:162
+msgid "cross-database references are not implemented"
 msgstr ""
 
-#: access/transam/clog.c:905
+#: catalog/namespace.c:187
 #, c-format
-msgid "removing commit log file %s"
-msgstr "entferne Commit-Logdatei %s"
+msgid "relation \"%s.%s\" does not exist"
+msgstr "Relation »%s.%s« existiert nicht"
 
-#: access/transam/clog.c:914
+#: catalog/namespace.c:192 utils/adt/regproc.c:837
 #, c-format
-msgid "could not read transaction-commit log directory (%s): %m"
+msgid "relation \"%s\" does not exist"
+msgstr "Relation »%s« existiert nicht"
+
+#: catalog/namespace.c:229
+msgid "temporary tables may not specify a schema name"
 msgstr ""
 
-#: access/transam/xact.c:425
-msgid "You may only have 2^32-1 commands per transaction"
+#: catalog/namespace.c:257 catalog/namespace.c:1249
+msgid "no schema has been selected to create in"
 msgstr ""
 
-#: access/transam/xact.c:715
+#: catalog/namespace.c:1172 parser/parse_expr.c:1150 parser/parse_target.c:170
+#: gram.y:2340 gram.y:7082
 #, c-format
-msgid "RecordTransactionAbort: xact %u already committed"
+msgid "improper qualified name (too many dotted names): %s"
 msgstr ""
 
-#: access/transam/xact.c:944
-msgid "CommitTransaction and not in in-progress state"
+#: catalog/namespace.c:1284
+#, c-format
+msgid "improper relation name (too many dotted names): %s"
 msgstr ""
 
-#: access/transam/xact.c:1079
-msgid "AbortTransaction and not in in-progress state"
-msgstr ""
+#: catalog/namespace.c:1628
+#, c-format
+msgid "permission denied to create temporary tables in database \"%s\""
+msgstr "keine Berechtigung um temporäre Tabellen in Datenbank »%s« zu erzeugen"
 
-#: access/transam/xact.c:1164
-msgid "CleanupTransaction and not in abort state"
+#: catalog/pg_aggregate.c:80
+msgid "cannot determine transition data type"
+msgstr "kann Übergangsdatentyp nicht bestimmen"
+
+#: catalog/pg_aggregate.c:81
+msgid ""
+"An aggregate using \"anyarray\" or \"anyelement\" as transition type must "
+"have one of them as its base type."
 msgstr ""
 
-#: access/transam/xact.c:1196
-msgid "StartTransactionCommand: can't prevent chain"
-msgstr "StartTransactionCommand: kann Verkettung nicht verhindern"
+#: catalog/pg_aggregate.c:110
+#, c-format
+msgid "return type of transition function %s is not %s"
+msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s"
 
-#: access/transam/xact.c:1215
-msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN"
+#: catalog/pg_aggregate.c:132
+msgid ""
+"must not omit initial value when transition function is strict and "
+"transition type is not compatible with input type"
 msgstr ""
+"Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist "
+"und Übergangstyp nicht mit Eingabetyp kompatibel ist"
 
-#: access/transam/xact.c:1236
-msgid "StartTransactionCommand: unexpected TBLOCK_END"
-msgstr ""
+#: catalog/pg_aggregate.c:165 catalog/pg_proc.c:112 catalog/pg_proc.c:535
+msgid "cannot determine result data type"
+msgstr "kann Ergebnisdatentyp nicht bestimmen"
 
-#: access/transam/xact.c:1259
-msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT"
+#: catalog/pg_aggregate.c:166
+msgid ""
+"An aggregate returning \"anyarray\" or \"anyelement\" must have one of them "
+"as its base type."
 msgstr ""
 
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1475
+#: catalog/pg_aggregate.c:280 commands/typecmds.c:896 commands/typecmds.c:966
+#: commands/typecmds.c:998 commands/typecmds.c:1030 parser/parse_func.c:319
+#: parser/parse_func.c:1491
 #, c-format
-msgid "%s cannot run inside a transaction block"
-msgstr "%s kann nicht in einem Transaktionsblock laufen"
+msgid "function %s does not exist"
+msgstr "Funktion %s existiert nicht"
 
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1485
+#: catalog/pg_aggregate.c:285
 #, c-format
-msgid "%s cannot be executed from a function"
-msgstr ""
+msgid "function %s returns a set"
+msgstr "Funktion %s gibt eine Ergebnismenge zurück"
 
-#: access/transam/xact.c:1489
-msgid "PreventTransactionChain: can't prevent chain"
+#: catalog/pg_aggregate.c:316 catalog/pg_aggregate.c:325
+#, c-format
+msgid "function %s requires run-time type coercion"
 msgstr ""
 
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:1496
+#: catalog/pg_conversion.c:66
 #, c-format
-msgid "%s will be committed automatically"
-msgstr ""
+msgid "conversion \"%s\" already exists"
+msgstr "Konversion »%s« existiert bereits"
+
+#: catalog/pg_conversion.c:79
+#, c-format
+msgid "default conversion for %s to %s already exists"
+msgstr "Standardumwandlung von %s nach %s existiert bereits"
 
-#: access/transam/xact.c:1518
-msgid "BEGIN: already a transaction in progress"
-msgstr "BEGIN: eine Transaktion is bereits begonnen"
+#: catalog/pg_conversion.c:308 commands/conversioncmds.c:109
+#: commands/conversioncmds.c:133
+#, c-format
+msgid "conversion \"%s\" does not exist"
+msgstr "Konversion »%s« existiert nicht"
 
-#: access/transam/xact.c:1582
-msgid "COMMIT: no transaction in progress"
-msgstr "COMMIT: keine Transaktion offen"
+#: catalog/pg_largeobject.c:107 storage/large_object/inv_api.c:128
+#: storage/large_object/inv_api.c:248
+#, c-format
+msgid "large object %u does not exist"
+msgstr "Large Object %u existiert nicht"
 
-#: access/transam/xact.c:1619 access/transam/xact.c:1666
-msgid "ROLLBACK: no transaction in progress"
-msgstr "ROLLBACK: keine Transaktion offen"
+#: catalog/pg_namespace.c:51 commands/schemacmds.c:256
+#, c-format
+msgid "schema \"%s\" already exists"
+msgstr "Schema »%s« existiert bereits"
 
-#: access/transam/xact.c:1740 access/transam/xact.c:1751
+#: catalog/pg_operator.c:217 catalog/pg_operator.c:406
 #, c-format
-msgid "xact_redo: unknown op code %u"
+msgid "\"%s\" is not a valid operator name"
 msgstr ""
 
-#: access/transam/xact.c:1749
-msgid "xact_undo: can't undo committed xaction"
-msgstr ""
+#: catalog/pg_operator.c:412
+msgid "at least one of leftarg or rightarg must be specified"
+msgstr "entweder leftarg oder rightarg (oder beides) muß angegeben werden"
 
-#: access/transam/xact.c:1786
-msgid "XactPushRollback: already installed"
-msgstr ""
+#: catalog/pg_operator.c:420
+msgid "only binary operators can have commutators"
+msgstr "nur binäre Operatoren können Kommutatoren haben"
+
+#: catalog/pg_operator.c:424
+msgid "only binary operators can have join selectivity"
+msgstr "nur binäre Operatoren können Join-Selectivity haben"
+
+#: catalog/pg_operator.c:428
+msgid "only binary operators can hash"
+msgstr "nur binäre Operatoren können eine Hash-Funktion haben"
 
-#: access/transam/xlog.c:506
+#: catalog/pg_operator.c:432
+msgid "only binary operators can merge join"
+msgstr "nur binäre Operatoren können an einem Merge-Verbund teilnehmen"
+
+#: catalog/pg_operator.c:444
 #, c-format
-msgid "XLogInsert: invalid info mask %02X"
-msgstr ""
+msgid "operator %s already exists"
+msgstr "Operator %s existiert bereits"
+
+#: catalog/pg_operator.c:726
+msgid "operator cannot be its own negator or sort operator"
+msgstr "Operator kann nicht sein eigener Negator oder Sortierungsoperator sein"
 
-#: access/transam/xlog.c:611
+#: catalog/pg_proc.c:88 commands/functioncmds.c:150 parser/parse_func.c:1514
 #, c-format
-msgid "XLogInsert: can backup %d blocks at most"
+msgid "functions cannot have more than %d arguments"
+msgstr "Funktionen können nicht mehr als %d Argumente haben"
+
+#: catalog/pg_proc.c:113
+msgid ""
+"A function returning \"anyarray\" or \"anyelement\" must have at least one "
+"argument of either type."
 msgstr ""
 
-#: access/transam/xlog.c:629
+#: catalog/pg_proc.c:168
 #, c-format
-msgid "XLogInsert: invalid record length %u"
-msgstr ""
+msgid "\"%s\" is already an attribute of type %s"
+msgstr "»%s« ist schon ein Attribut von Typ %s"
 
-#: 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
+#: catalog/pg_proc.c:220
 #, c-format
-msgid "%s"
-msgstr "%s"
+msgid "function \"%s\" already exists with same argument types"
+msgstr "Funktion »%s« existiert bereits mit den selben Argumenttypen"
 
-#: access/transam/xlog.c:1030
+#: catalog/pg_proc.c:234
+msgid "cannot change return type of existing function"
+msgstr "kann Rückgabetyp einer bestehenden Funktion nicht ändern"
+
+#: catalog/pg_proc.c:235
+msgid "Use DROP FUNCTION first."
+msgstr "Verwenden Sie zuerst DROP FUNCTION."
+
+#: catalog/pg_proc.c:243
 #, c-format
-msgid "XLogWrite: write request %X/%X is past end of log %X/%X"
-msgstr ""
+msgid "function \"%s\" is an aggregate"
+msgstr "Funktion »%s« ist eine Aggregatfunktion"
 
-#: access/transam/xlog.c:1047 access/transam/xlog.c:1157
-#: access/transam/xlog.c:3330
+#: catalog/pg_proc.c:248
 #, c-format
-msgid "close of log file %u, segment %u failed: %m"
-msgstr ""
+msgid "function \"%s\" is not an aggregate"
+msgstr "Funktion »%s« ist keine Aggregatfunktion"
 
-#: access/transam/xlog.c:1082
-msgid "XLogWrite: time for a checkpoint, signaling postmaster"
-msgstr ""
+#: catalog/pg_proc.c:367 catalog/pg_proc.c:388 catalog/pg_proc.c:398
+#: catalog/pg_proc.c:422 catalog/pg_proc.c:430 catalog/pg_proc.c:482
+#: catalog/pg_proc.c:494 catalog/pg_proc.c:514
+#, c-format
+msgid "return type mismatch in function declared to return %s"
+msgstr "Rückgabetyp von Funktion stimmt nicht überein; deklariert als %s"
+
+#: catalog/pg_proc.c:369 catalog/pg_proc.c:400
+msgid "Function's final statement must be a SELECT."
+msgstr "Die letzte Anweisung der Funktion muss ein SELECT sein."
+
+#: catalog/pg_proc.c:390
+msgid "Function's final statement must not be a SELECT."
+msgstr "Die letzte Anweisung der Funktion darf kein SELECT sein."
 
-#: access/transam/xlog.c:1101
+#: catalog/pg_proc.c:424
+msgid "Final SELECT must return exactly one column."
+msgstr "Das letzte SELECT muss genau eine Spalte zurückgeben."
+
+#: catalog/pg_proc.c:432
 #, c-format
-msgid "lseek of log file %u, segment %u, offset %u failed: %m"
-msgstr ""
+msgid "Actual return type is %s."
+msgstr "Eigentlicher Rückgabetyp ist %s."
 
-#: access/transam/xlog.c:1113
+#: catalog/pg_proc.c:484
+msgid "Final SELECT returns too many columns."
+msgstr "Das letzte SELECT gibt zu viele Spalten zurück."
+
+#: catalog/pg_proc.c:496
 #, c-format
-msgid "write of log file %u, segment %u, offset %u failed: %m"
+msgid "Final SELECT returns %s instead of %s at column %d."
+msgstr "Das letzte SELECT ergibt %s statt %s in Spalte %d."
+
+#: catalog/pg_proc.c:516
+msgid "Final SELECT returns too few columns."
+msgstr "Das letzte SELECT gibt zu wenige Spalten zurück."
+
+#: catalog/pg_proc.c:536
+msgid ""
+"A function returning ANYARRAY or ANYELEMENT must have at least one argument "
+"of either type."
 msgstr ""
 
-#: access/transam/xlog.c:1209
+#: catalog/pg_proc.c:541
 #, c-format
-msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X"
+msgid "return type %s is not supported for SQL functions"
 msgstr ""
 
-#: access/transam/xlog.c:1314
+#: catalog/pg_proc.c:578
 #, c-format
-msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X"
-msgstr ""
+msgid "there is no built-in function named \"%s\""
+msgstr "Es gibt keine eingebaute Funktion namens %s"
 
-#: access/transam/xlog.c:1357 access/transam/xlog.c:1438
-#: access/transam/xlog.c:1548 access/transam/xlog.c:1552
+#: catalog/pg_proc.c:671
 #, c-format
-msgid "open of %s (log file %u, segment %u) failed: %m"
-msgstr ""
+msgid "SQL functions cannot return type %s"
+msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben"
 
-#: access/transam/xlog.c:1406
+#: catalog/pg_proc.c:687
 #, c-format
-msgid "ZeroFill failed to write %s: %m"
-msgstr ""
+msgid "SQL functions cannot have arguments of type %s"
+msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben"
 
-#: access/transam/xlog.c:1411
+#: catalog/pg_type.c:195 catalog/pg_type.c:201
 #, c-format
-msgid "fsync of file %s failed: %m"
+msgid "invalid type internal size %d"
 msgstr ""
 
-#: access/transam/xlog.c:1516
-#, c-format
-msgid ""
-"link from %s to %s (initialization of log file %u, segment %u) failed: %m"
+#: catalog/pg_type.c:208
+msgid "fixed-size types must have storage PLAIN"
 msgstr ""
 
-#: access/transam/xlog.c:1521
+#: catalog/pg_type.c:289 catalog/pg_type.c:511
 #, c-format
-msgid ""
-"rename from %s to %s (initialization of log file %u, segment %u) failed: %m"
-msgstr ""
+msgid "type \"%s\" already exists"
+msgstr "Typ »%s« existiert bereits"
 
-#: access/transam/xlog.c:1602
+#: catalog/pg_type.c:503 commands/functioncmds.c:109 commands/typecmds.c:407
+#: commands/typecmds.c:786 commands/typecmds.c:1113 commands/typecmds.c:1233
+#: commands/typecmds.c:1349 commands/typecmds.c:1436 commands/typecmds.c:2017
+#: parser/parse_func.c:1526 parser/parse_type.c:201 parser/parse_type.c:227
+#: tcop/utility.c:95 utils/adt/regproc.c:1003
 #, c-format
-msgid "could not open transaction log directory (%s): %m"
-msgstr ""
+msgid "type \"%s\" does not exist"
+msgstr "Typ »%s« existiert nicht"
 
-#: access/transam/xlog.c:1617
+#: commands/aggregatecmds.c:97
 #, c-format
-msgid "archiving transaction log file %s"
-msgstr ""
+msgid "aggregate attribute \"%s\" not recognized"
+msgstr "Attribut »%s« für Aggregatfunktion unbekannt"
 
-#: access/transam/xlog.c:1619
-msgid "archiving log files is not implemented!"
-msgstr ""
+#: commands/aggregatecmds.c:107
+msgid "aggregate basetype must be specified"
+msgstr "»basetype« für Aggregatfunktion muss angegeben werden"
 
-#: access/transam/xlog.c:1633
-#, c-format
-msgid "recycled transaction log file %s"
-msgstr ""
+#: commands/aggregatecmds.c:111
+msgid "aggregate stype must be specified"
+msgstr "»stype« für Aggregatfunktion muss angegeben werden"
+
+#: commands/aggregatecmds.c:115
+msgid "aggregate sfunc must be specified"
+msgstr "»sfunc« für Aggregatfunktion muss angegeben werden"
 
-#: access/transam/xlog.c:1639
+#: commands/aggregatecmds.c:138
 #, c-format
-msgid "removing transaction log file %s"
-msgstr "entferne Transaktionslogdatei %s"
+msgid "aggregate transition data type cannot be %s"
+msgstr "Übergangsdatentyp von Aggregatfunktion kann nicht %s sein"
 
-#: access/transam/xlog.c:1648
+#: commands/aggregatecmds.c:259
 #, c-format
-msgid "could not read transaction log directory (%s): %m"
-msgstr ""
+msgid "function %s(*) already exists in schema \"%s\""
+msgstr "Funktion %s(*) existiert bereits in Schema »%s«"
 
-#: access/transam/xlog.c:1721
+#: commands/aggregatecmds.c:265 commands/functioncmds.c:693
 #, c-format
-msgid "ReadRecord: bad resource manager data checksum in record at %X/%X"
-msgstr ""
+msgid "function %s already exists in schema \"%s\""
+msgstr "Funktion %s existiert bereits in Schema »%s«"
 
-#: access/transam/xlog.c:1743
+#: commands/analyze.c:200
 #, c-format
-msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X"
+msgid "skipping \"%s\" --- only table or database owner can analyze it"
 msgstr ""
 
-#: access/transam/xlog.c:1812
+#: commands/analyze.c:215
 #, c-format
-msgid "ReadRecord: invalid record offset at %X/%X"
+msgid ""
+"skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
 msgstr ""
 
-#: access/transam/xlog.c:1835
+#: commands/analyze.c:245
 #, c-format
-msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m"
+msgid "analyzing \"%s.%s\""
 msgstr ""
 
-#: access/transam/xlog.c:1841 access/transam/xlog.c:1925
+#: commands/analyze.c:544 commands/analyze.c:700
 #, c-format
-msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m"
+msgid "\"%s\": %u pages, %d rows sampled, %.0f estimated total rows"
 msgstr ""
 
-#: access/transam/xlog.c:1851
+#: commands/cluster.c:150
 #, c-format
-msgid "ReadRecord: contrecord is requested by %X/%X"
-msgstr ""
+msgid "there is no previously clustered index for table \"%s\""
+msgstr "es gibt keinen bereits geclusterten Index für Tabelle »%s«"
 
-#: access/transam/xlog.c:1865
+#: commands/cluster.c:164 commands/tablecmds.c:3963
 #, c-format
-msgid "ReadRecord: record with zero length at %X/%X"
-msgstr ""
+msgid "index \"%s\" for table \"%s\" does not exist"
+msgstr "Index »%s« für Tabelle »%s« existiert nicht"
 
-#: access/transam/xlog.c:1889
+#: commands/cluster.c:321
 #, c-format
-msgid "ReadRecord: record length %u at %X/%X too long"
+msgid "\"%s\" is not an index for table \"%s\""
+msgstr "»%s« ist kein Index für Tabelle »%s«"
+
+#: commands/cluster.c:334
+msgid "cannot cluster on partial index"
+msgstr "kann nicht anhand eines partiellen Index clustern"
+
+#: commands/cluster.c:352
+msgid "cannot cluster when index access method does not handle null values"
 msgstr ""
+"kann nicht clustern, wenn die Indexmethode keine NULL-Werte verarbeiten kann"
 
-#: access/transam/xlog.c:1895
+#: commands/cluster.c:353
 #, c-format
-msgid "ReadRecord: invalid resource manager id %u at %X/%X"
+msgid "You may be able to work around this by marking column \"%s\" NOT NULL."
 msgstr ""
+"Sie können das möglicherweise umgehen, indem Sie die Spalte »%s« als NOT "
+"NULL markieren."
 
-#: access/transam/xlog.c:1933
-#, c-format
+#: commands/cluster.c:365
 msgid ""
-"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u"
+"cannot cluster on expressional index when index access method does not "
+"handle null values"
 msgstr ""
 
-#: access/transam/xlog.c:1941
+#: commands/cluster.c:379
 #, c-format
-msgid ""
-"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %"
-"u"
+msgid "\"%s\" is a system catalog"
+msgstr "»%s« ist ein Systemkatalog"
+
+#: commands/cluster.c:389
+msgid "cannot cluster temporary tables of other sessions"
 msgstr ""
 
-#: access/transam/xlog.c:2005
+#: commands/comment.c:316 commands/sequence.c:800 tcop/utility.c:81
 #, c-format
-msgid ""
-"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u"
-msgstr ""
+msgid "\"%s\" is not a sequence"
+msgstr "»%s« ist keine Sequenz"
 
-#: access/transam/xlog.c:2011
+#: commands/comment.c:323 commands/lockcmds.c:68 commands/tablecmds.c:376
+#: commands/tablecmds.c:1645 commands/tablecmds.c:1936
+#: commands/tablecmds.c:2080 commands/tablecmds.c:2314
+#: commands/tablecmds.c:2480 commands/tablecmds.c:2606
+#: commands/tablecmds.c:2787 commands/tablecmds.c:3791
+#: commands/tablecmds.c:4057 commands/trigger.c:144 commands/trigger.c:546
+#: tcop/utility.c:76
 #, c-format
-msgid ""
-"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u"
-msgstr ""
+msgid "\"%s\" is not a table"
+msgstr "»%s« ist keine Tabelle"
 
-#: access/transam/xlog.c:2019
+#: commands/comment.c:330 commands/view.c:113 tcop/utility.c:86
 #, c-format
-msgid ""
-"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
-msgstr ""
+msgid "\"%s\" is not a view"
+msgstr "»%s« ist keine Sicht"
 
-#. translator: SUI = startup id
-#: access/transam/xlog.c:2041
+#: commands/comment.c:386 commands/tablecmds.c:1986 commands/tablecmds.c:2130
+#: commands/tablecmds.c:2258 commands/tablecmds.c:2422
+#: commands/tablecmds.c:2627 parser/parse_func.c:1270
+#: parser/parse_relation.c:1583 parser/parse_relation.c:1641
+#: parser/parse_relation.c:1820 parser/parse_type.c:94
 #, c-format
-msgid ""
-"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, "
-"offset %u"
-msgstr ""
+msgid "column \"%s\" of relation \"%s\" does not exist"
+msgstr "Spalte »%s« von Relation »%s« existiert nicht"
 
-#: access/transam/xlog.c:2100
-msgid "invalid LC_COLLATE setting"
+#: commands/comment.c:417
+msgid "database name may not be qualified"
 msgstr ""
 
-#: access/transam/xlog.c:2104
-msgid "invalid LC_CTYPE setting"
+#: commands/comment.c:449
+msgid "database comments may only be applied to the current database"
 msgstr ""
 
-#: access/transam/xlog.c:2122
-msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
+#: commands/comment.c:481 commands/schemacmds.c:172
+msgid "schema name may not be qualified"
 msgstr ""
 
-#: access/transam/xlog.c:2130
+#: commands/comment.c:564
 #, c-format
-msgid "WriteControlFile: could not create control file (%s): %m"
-msgstr ""
+msgid "rule \"%s\" does not exist"
+msgstr "Regel »%s« existiert nicht"
 
-#: access/transam/xlog.c:2139
+#: commands/comment.c:572
 #, c-format
-msgid "WriteControlFile: write to control file failed: %m"
+msgid "there are multiple rules named \"%s\""
+msgstr "es gibt mehrere Regeln namens »%s«"
+
+#: commands/comment.c:573
+msgid "Specify a relation name as well as a rule name."
 msgstr ""
 
-#: access/transam/xlog.c:2143
+#: commands/comment.c:815 commands/trigger.c:484 commands/trigger.c:697
 #, c-format
-msgid "WriteControlFile: fsync of control file failed: %m"
-msgstr ""
+msgid "trigger \"%s\" for table \"%s\" does not exist"
+msgstr "Trigger »%s« für Tabelle »%s« existiert nicht"
 
-#: access/transam/xlog.c:2159 access/transam/xlog.c:2282
+#: commands/comment.c:894
 #, c-format
-msgid "could not open control file (%s): %m"
-msgstr ""
+msgid "table \"%s\" has multiple constraints named \"%s\""
+msgstr "Tabelle »%s« hat mehrere Constraints namens »%s«"
 
-#: access/transam/xlog.c:2162
+#: commands/comment.c:906
 #, c-format
-msgid "read from control file failed: %m"
-msgstr ""
+msgid "constraint \"%s\" for table \"%s\" does not exist"
+msgstr "Constraint »%s« für Tabelle »%s« existiert nicht"
 
-#: access/transam/xlog.c:2174
+#: commands/conversioncmds.c:66
 #, c-format
-msgid ""
-"The database cluster was initialized with PG_CONTROL_VERSION %d,\n"
-"\tbut the server was compiled with PG_CONTROL_VERSION %d.\n"
-"\tIt looks like you need to initdb."
-msgstr ""
+msgid "source encoding \"%s\" does not exist"
+msgstr "Quellkodierung »%s« existiert nicht"
 
-#: access/transam/xlog.c:2187
-msgid "invalid checksum in control file"
-msgstr ""
+#: commands/conversioncmds.c:73
+#, c-format
+msgid "destination encoding \"%s\" does not exist"
+msgstr "Zielkodierung »%s« existiert nicht"
 
-#: access/transam/xlog.c:2203
+#: commands/conversioncmds.c:151
 #, c-format
-msgid ""
-"The database cluster was initialized with CATALOG_VERSION_NO %d,\n"
-"\tbut the backend was compiled with CATALOG_VERSION_NO %d.\n"
-"\tIt looks like you need to initdb."
+msgid "conversion \"%s\" already exists in schema \"%s\""
+msgstr "Konversion »%s« existiert bereits in Schema »%s«"
+
+#: commands/copy.c:177 commands/copy.c:189 commands/copy.c:222
+#: commands/copy.c:232
+msgid "COPY BINARY is not supported to stdout or from stdin"
 msgstr ""
 
-#: access/transam/xlog.c:2209
+#: commands/copy.c:285
 #, c-format
-msgid ""
-"The database cluster was initialized with BLCKSZ %d,\n"
-"\tbut the backend was compiled with BLCKSZ %d.\n"
-"\tIt looks like you need to initdb."
+msgid "could not write to COPY file: %m"
+msgstr "konnte nicht in COPY-Datei schreiben: %m"
+
+#: commands/copy.c:293
+msgid "connection lost during COPY to stdout"
 msgstr ""
 
-#: 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 recompile or initdb."
+#: commands/copy.c:376 commands/copy.c:394 commands/copy.c:398
+#: commands/copy.c:458 commands/copy.c:507 tcop/fastpath.c:292
+#: tcop/postgres.c:281 tcop/postgres.c:304
+msgid "unexpected EOF on client connection"
 msgstr ""
 
-#: access/transam/xlog.c:2222
+#: commands/copy.c:410
 #, c-format
-msgid ""
-"The database cluster was initialized with NAMEDATALEN %d,\n"
-"\tbut the backend was compiled with NAMEDATALEN %d.\n"
-"\tIt looks like you need to recompile or initdb."
-msgstr ""
+msgid "COPY from stdin failed: %s"
+msgstr "COPY FROM STDIN fehlgeschlagen: %s"
 
-#: access/transam/xlog.c:2229
+#: commands/copy.c:425
 #, c-format
-msgid ""
-"The database cluster was initialized with FUNC_MAX_ARGS %d,\n"
-"\tbut the backend was compiled with FUNC_MAX_ARGS %d.\n"
-"\tIt looks like you need to recompile or initdb."
+msgid "unexpected message type 0x%02X during COPY from stdin"
 msgstr ""
 
-#: 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."
+#: commands/copy.c:684 commands/copy.c:692 commands/copy.c:700
+#: commands/copy.c:708 commands/dbcommands.c:103 commands/dbcommands.c:111
+#: commands/dbcommands.c:119 commands/dbcommands.c:127
+#: commands/functioncmds.c:220 commands/functioncmds.c:228
+#: commands/functioncmds.c:236 commands/functioncmds.c:244
+#: commands/functioncmds.c:252 commands/sequence.c:895 commands/sequence.c:908
+#: commands/sequence.c:916 commands/sequence.c:924 commands/sequence.c:932
+#: commands/sequence.c:940 commands/user.c:525 commands/user.c:537
+#: commands/user.c:545 commands/user.c:553 commands/user.c:561
+#: commands/user.c:569 commands/user.c:775 commands/user.c:787
+#: commands/user.c:795 commands/user.c:803 commands/user.c:1275
+#: commands/user.c:1283
+msgid "conflicting or redundant options"
 msgstr ""
 
-#: 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."
+#: commands/copy.c:719
+msgid "cannot specify DELIMITER in BINARY mode"
 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."
+#: commands/copy.c:724
+msgid "cannot specify NULL in BINARY mode"
 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."
+#: commands/copy.c:742 executor/execMain.c:462 tcop/utility.c:260
+msgid "transaction is read-only"
 msgstr ""
 
-#: access/transam/xlog.c:2263
-#, c-format
+#: commands/copy.c:753
+msgid "must be superuser to COPY to or from a file"
+msgstr ""
+
+#: commands/copy.c:754
 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."
+"Anyone can COPY to stdout or from stdin. psql's \\copy command also works "
+"for anyone."
 msgstr ""
 
-#: access/transam/xlog.c:2290
-#, c-format
-msgid "write to control file failed: %m"
+#: commands/copy.c:763
+msgid "COPY delimiter must be a single character"
 msgstr ""
 
-#: access/transam/xlog.c:2294
+#: commands/copy.c:771
 #, c-format
-msgid "fsync of control file failed: %m"
-msgstr ""
+msgid "table \"%s\" does not have OIDs"
+msgstr "Tabelle »%s« hat keine OIDs"
 
-#: access/transam/xlog.c:2434
+#: commands/copy.c:799
 #, c-format
-msgid "BootStrapXLOG failed to write log file: %m"
-msgstr ""
+msgid "cannot copy to view \"%s\""
+msgstr "kann nicht in Sicht »%s« kopieren"
 
-#: access/transam/xlog.c:2438
+#: commands/copy.c:804
 #, c-format
-msgid "BootStrapXLOG failed to fsync log file: %m"
+msgid "cannot copy to sequence \"%s\""
 msgstr ""
 
-#: access/transam/xlog.c:2504
-msgid "control file context is broken"
+#: commands/copy.c:809
+#, c-format
+msgid "cannot copy to non-table relation \"%s\""
 msgstr ""
 
-#: access/transam/xlog.c:2507
+#: commands/copy.c:828
 #, c-format
-msgid "database system was shut down at %s"
-msgstr "Datenbanksystem wurde am %s heruntergefahren"
+msgid "could not open file \"%s\" for reading: %m"
+msgstr "konnte Datei »%s« nicht zum Lesen öffnen: %m"
 
-#: access/transam/xlog.c:2510
+#: commands/copy.c:837 commands/copy.c:899
 #, c-format
-msgid "database system shutdown was interrupted at %s"
-msgstr "Datenbanksystem wurde am %s während des Herunterfahrens unterbrochen"
+msgid "\"%s\" is a directory"
+msgstr "»%s« ist ein Verzeichnis"
 
-#: access/transam/xlog.c:2513
+#: commands/copy.c:849
 #, c-format
-msgid ""
-"database system was interrupted being in recovery at %s\n"
-"\tThis probably means that some data blocks are corrupted\n"
-"\tand you will have to use the last backup for recovery."
+msgid "cannot copy from view \"%s\""
 msgstr ""
 
-#: access/transam/xlog.c:2518
-#, c-format
-msgid "database system was interrupted at %s"
-msgstr "Datenbanksystem wurde am %s unterbrochen"
-
-#: access/transam/xlog.c:2529
+#: commands/copy.c:854
 #, c-format
-msgid "checkpoint record is at %X/%X"
-msgstr "Checkpoint-Eintrag ist bei %X/%X"
+msgid "cannot copy from sequence \"%s\""
+msgstr ""
 
-#: access/transam/xlog.c:2538
+#: commands/copy.c:859
 #, c-format
-msgid "using previous checkpoint record at %X/%X"
-msgstr "Checkpoint-Eintrag ist bei %X/%X"
+msgid "cannot copy from non-table relation \"%s\""
+msgstr "kann nicht aus Relation »%s«, die keine Tabelle ist, kopieren"
 
-#: access/transam/xlog.c:2543
-msgid "unable to locate a valid checkpoint record"
+#: commands/copy.c:881
+msgid "relative path not allowed for COPY to file"
 msgstr ""
 
-#: access/transam/xlog.c:2549
+#: commands/copy.c:890
 #, 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"
+msgid "could not open file \"%s\" for writing: %m"
+msgstr "konnte Datei »%s« nicht zum Schreiben öffnen: %m"
 
-#: access/transam/xlog.c:2553
+#: commands/copy.c:1114
 #, c-format
-msgid "next transaction id: %u; next oid: %u"
-msgstr "nächste Transaktions-Id: %u; nächste Oid: %u"
-
-#: access/transam/xlog.c:2556
-msgid "invalid next transaction id"
+msgid "COPY FROM, line %d"
 msgstr ""
 
-#: access/transam/xlog.c:2567
-msgid "invalid redo in checkpoint record"
+#: commands/copy.c:1282
+msgid "COPY file signature not recognized"
+msgstr "COPY-Datei-Signatur nicht erkannt"
+
+#: commands/copy.c:1288
+msgid "invalid COPY file header (missing flags)"
 msgstr ""
 
-#: access/transam/xlog.c:2575
-msgid "invalid redo/undo record in shutdown checkpoint"
+#: commands/copy.c:1294
+msgid "unrecognized critical flags in COPY file header"
 msgstr ""
 
-#: access/transam/xlog.c:2584
-msgid ""
-"database system was not properly shut down; automatic recovery in progress"
+#: commands/copy.c:1300
+msgid "invalid COPY file header (missing length)"
 msgstr ""
 
-#: access/transam/xlog.c:2604
-#, c-format
-msgid "redo starts at %X/%X"
+#: commands/copy.c:1308
+msgid "invalid COPY file header (wrong length)"
 msgstr ""
 
-#: access/transam/xlog.c:2635
-#, c-format
-msgid "redo done at %X/%X"
+#: commands/copy.c:1376
+msgid "null OID in COPY data"
 msgstr ""
 
-#: access/transam/xlog.c:2641
-msgid "redo is not required"
+#: commands/copy.c:1384 commands/copy.c:1499
+msgid "invalid OID in COPY data"
 msgstr ""
 
-#: access/transam/xlog.c:2723
+#: commands/copy.c:1403
 #, c-format
-msgid "undo starts at %X/%X"
+msgid "missing data for column \"%s\""
+msgstr "fehlende Daten für Spalte »%s«"
+
+#: commands/copy.c:1449 commands/copy.c:1460
+msgid "extra data after last expected column"
 msgstr ""
 
-#: access/transam/xlog.c:2733
+#: commands/copy.c:1486
 #, c-format
-msgid "undo done at %X/%X"
+msgid "row field count is %d, expected %d"
 msgstr ""
 
-#: access/transam/xlog.c:2737
-msgid "undo is not required"
+#: commands/copy.c:1691 commands/copy.c:1709
+msgid "literal carriage return found in data"
 msgstr ""
 
-#: access/transam/xlog.c:2771
-msgid "database system is ready"
-msgstr "Datenbanksystem is bereit"
+#: commands/copy.c:1692 commands/copy.c:1710
+msgid "Use \"\\r\" to represent carriage return."
+msgstr ""
 
-#: access/transam/xlog.c:2803
-msgid "invalid primary checkpoint link in control file"
+#: commands/copy.c:1728
+msgid "literal newline found in data"
 msgstr ""
 
-#: access/transam/xlog.c:2804
-msgid "invalid secondary checkpoint link in control file"
+#: commands/copy.c:1729
+msgid "Use \"\\n\" to represent newline."
 msgstr ""
 
-#: access/transam/xlog.c:2813
-msgid "invalid primary checkpoint record"
+#: commands/copy.c:1826 commands/copy.c:1842
+msgid "end-of-copy marker does not match previous newline style"
 msgstr ""
 
-#: access/transam/xlog.c:2814
-msgid "invalid secondary checkpoint record"
+#: commands/copy.c:1830 commands/copy.c:1836
+msgid "end-of-copy marker corrupt"
 msgstr ""
 
-#: access/transam/xlog.c:2820
-msgid "invalid resource manager id in primary checkpoint record"
+#: commands/copy.c:1911 commands/copy.c:1933
+msgid "unexpected EOF in COPY data"
 msgstr ""
 
-#: access/transam/xlog.c:2821
-msgid "invalid resource manager id in secondary checkpoint record"
-msgstr ""
+#: commands/copy.c:1920
+#, c-format
+msgid "invalid size for field %d"
+msgstr "ungültige Größe für Feld %d"
 
-#: access/transam/xlog.c:2828
-msgid "invalid xl_info in primary checkpoint record"
+#: commands/copy.c:1947
+#, c-format
+msgid "incorrect binary data format in field %d"
 msgstr ""
 
-#: access/transam/xlog.c:2829
-msgid "invalid xl_info in secondary checkpoint record"
+#: commands/copy.c:2067 parser/parse_target.c:500
+#, c-format
+msgid "column \"%s\" specified more than once"
 msgstr ""
 
-#: access/transam/xlog.c:2835
-msgid "invalid length of primary checkpoint record"
+#: commands/dbcommands.c:153
+#, c-format
+msgid "%d is not a valid encoding code"
 msgstr ""
 
-#: access/transam/xlog.c:2836
-msgid "invalid length of secondary checkpoint record"
+#: commands/dbcommands.c:162
+#, c-format
+msgid "%s is not a valid encoding name"
 msgstr ""
 
-#: access/transam/xlog.c:2899
-msgid "shutting down"
-msgstr "fahre herunter"
-
-#: access/transam/xlog.c:2912
-msgid "database system is shut down"
-msgstr "Datenbanksystem ist heruntergefahren"
+#: commands/dbcommands.c:183
+msgid "permission denied to create database"
+msgstr "keine Berechtigung um Datenbank zu erzeugen"
 
-#: access/transam/xlog.c:2933
-msgid "CreateCheckPoint: cannot be called inside transaction block"
+#: commands/dbcommands.c:192
+msgid "must be superuser to create database for another user"
 msgstr ""
 
-#: access/transam/xlog.c:3048
-msgid "active transaction while database system is shutting down"
+#: commands/dbcommands.c:203
+msgid "cannot use an alternate location on this platform"
 msgstr ""
 
-#: access/transam/xlog.c:3094
-msgid ""
-"concurrent transaction log activity while database system is shutting down"
-msgstr ""
+#: commands/dbcommands.c:217 commands/dbcommands.c:405
+#: commands/dbcommands.c:653
+#, c-format
+msgid "database \"%s\" already exists"
+msgstr "Datenbank »%s« existiert bereits"
 
-#: access/transam/xlog.c:3325 access/transam/xlog.c:3353
+#: commands/dbcommands.c:231
 #, c-format
-msgid "fsync of log file %u, segment %u failed: %m"
-msgstr ""
+msgid "template database \"%s\" does not exist"
+msgstr "Template-Datenbank »%s« existiert nicht"
 
-#: access/transam/xlog.c:3359
+#: commands/dbcommands.c:242
 #, c-format
-msgid "fdatasync of log file %u, segment %u failed: %m"
-msgstr ""
+msgid "permission denied to copy database \"%s\""
+msgstr "keine Berechtigung um Datenbank »%s« zu kopieren"
 
-#: access/transam/xlog.c:3367
+#: commands/dbcommands.c:263
 #, c-format
-msgid "bogus wal_sync_method %d"
-msgstr ""
+msgid "source database \"%s\" is being accessed by other users"
+msgstr "auf Quelldatenbank »%s« wird gerade von anderen Benutzern zugegriffen"
 
-#: access/transam/xlogutils.c:253
-msgid "_xl_remove_hash_entry: file was not found in cache"
-msgstr ""
+#: commands/dbcommands.c:274
+#, c-format
+msgid "invalid server encoding %d"
+msgstr "ungültige Serverkodierung %d"
 
-#: access/transam/xlogutils.c:350
-msgid "XLogOpenRelation: out of memory for cache"
+#: commands/dbcommands.c:304 commands/dbcommands.c:308
+#: commands/dbcommands.c:312
+msgid "database path may not contain single quotes"
 msgstr ""
 
-#: access/transam/xlogutils.c:353
-msgid "XLogOpenRelation: file found on insert into cache"
-msgstr ""
+#: commands/dbcommands.c:337
+#, c-format
+msgid "could not create database directory \"%s\": %m"
+msgstr "konnte Datenbankverzeichnis »%s« nicht erzeugen: %m"
 
-#: bootstrap/bootstrap.c:193
-msgid ""
-"Usage:\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 ""
+#: commands/dbcommands.c:342
+#, c-format
+msgid "could not remove temporary directory \"%s\": %m"
+msgstr "konnte temporäres Verzeichnis »%s« nicht löschen: %m"
 
-#: bootstrap/bootstrap.c:307 postmaster/postmaster.c:308
+#: commands/dbcommands.c:353
 #, c-format
-msgid ""
-"%s does not know where to find the database system data.\n"
-"You must specify the directory that contains the database system\n"
-"either by specifying the -D invocation option or by setting the\n"
-"PGDATA environment variable.\n"
-"\n"
-msgstr ""
-"%s weiß nicht wo die Systemdaten für das Datenbanksystem\n"
-"zu finden sind.  Sie müssen das Verzeichnis mit dem Datenbanksystem\n"
-"entweder mit der Kommandozeilenoption »-D« angeben oder die\n"
-"Umgebungsvariable PGDATA setzen.\n"
-"\n"
+msgid "could not link file \"%s\" to \"%s\": %m"
+msgstr "konnte Datei »%s« nicht nach »%s« linken: %m"
+
+#: commands/dbcommands.c:370 commands/dbcommands.c:385
+msgid "could not initialize database directory"
+msgstr "konnte Datenbankverzeichnis nicht initialisieren"
 
-#: bootstrap/bootstrap.c:407
+#: commands/dbcommands.c:371 commands/dbcommands.c:376
+#: commands/dbcommands.c:961
 #, c-format
-msgid "Unsupported XLOG op %d"
+msgid "Failing system command was: %s"
 msgstr ""
 
-#: bootstrap/bootstrap.c:510
-#, c-format
-msgid "open relation %s, attrsize %d"
+#: commands/dbcommands.c:372 commands/dbcommands.c:377
+#: commands/dbcommands.c:962
+msgid "Look in the postmaster's stderr log for more information."
 msgstr ""
 
-#: bootstrap/bootstrap.c:526
-#, c-format
-msgid "create attribute %d name %s len %d num %d type %u"
+#: commands/dbcommands.c:375 commands/dbcommands.c:388
+msgid "could not initialize database directory; delete failed as well"
 msgstr ""
+"konnte Datenbankverzeichnis nicht initialisieren; Löschen schlug auch fehl"
 
-#: bootstrap/bootstrap.c:545
-#, c-format
-msgid "closerel: close of '%s' when '%s' was expected"
+#: commands/dbcommands.c:483
+msgid "cannot drop the currently open database"
+msgstr "kann aktuell geöffnete Datenbank nicht löschen"
+
+#: commands/dbcommands.c:516
+msgid "cannot drop a template database"
 msgstr ""
 
-#: bootstrap/bootstrap.c:549
+#: commands/dbcommands.c:527 commands/dbcommands.c:643
 #, c-format
-msgid "closerel: close of '%s' before any relation was opened"
+msgid "database \"%s\" is being accessed by other users"
+msgstr "auf Datenbank »%s« wird von anderen Benutzern zugegriffen"
+
+#: commands/dbcommands.c:634
+msgid "current database may not be renamed"
+msgstr "aktuelle Datenbank kann nicht umbenannt werden"
+
+#: commands/dbcommands.c:665
+msgid "permission denied to rename database"
+msgstr "keine Berechtigung um Datenbank umzubenennen"
+
+#: commands/dbcommands.c:884
+msgid "relative paths are not allowed as database locations"
 msgstr ""
 
-#: bootstrap/bootstrap.c:554
-msgid "no open relation to close"
+#: commands/dbcommands.c:888
+msgid "absolute paths are not allowed as database locations"
 msgstr ""
 
-#: bootstrap/bootstrap.c:557
+#: commands/dbcommands.c:900
+#, c-format
+msgid "postmaster environment variable \"%s\" not found"
+msgstr "postmaster-Umgebungsvariable »%s« nicht gefunden"
+
+#: commands/dbcommands.c:905
 #, c-format
-msgid "close relation %s"
+msgid "postmaster environment variable \"%s\" must be absolute path"
 msgstr ""
 
-#: bootstrap/bootstrap.c:581
-msgid "warning: no open relations allowed with 'create' command"
+#: commands/dbcommands.c:914
+msgid "alternative path is too long"
 msgstr ""
 
-#: bootstrap/bootstrap.c:590
+#: commands/dbcommands.c:945
 #, c-format
-msgid "column %s %s"
-msgstr ""
+msgid "could not remove file \"%s\": %m"
+msgstr "konnte Datei »%s« nicht löschen: %m"
 
-#: bootstrap/bootstrap.c:680
+#: commands/dbcommands.c:959
 #, c-format
-msgid "inserting row oid %u, %d columns"
-msgstr ""
+msgid "could not remove database directory \"%s\""
+msgstr "konnte Datenbankverzeichnis »%s« nicht löschen"
 
-#: bootstrap/bootstrap.c:692
-msgid "row inserted"
-msgstr ""
+#: commands/define.c:71 commands/define.c:169 commands/define.c:201
+#: commands/define.c:235
+#, c-format
+msgid "%s requires a parameter"
+msgstr "%s erfordert einen Parameter"
 
-#: bootstrap/bootstrap.c:714
+#: commands/define.c:110 commands/define.c:121 commands/define.c:136
+#: commands/define.c:154
 #, c-format
-msgid "inserting column %d value '%s'"
-msgstr ""
+msgid "%s requires a numeric value"
+msgstr "%s erfordert einen numerischen Wert"
 
-#: bootstrap/bootstrap.c:720
-msgid "Typ != NULL"
+#: commands/define.c:183
+#, c-format
+msgid "argument of %s must be a name"
 msgstr ""
 
-#: bootstrap/bootstrap.c:727
+#: commands/define.c:219
 #, c-format
-msgid "unable to find atttypid %u in Typ list"
+msgid "argument of %s must be a type name"
 msgstr ""
 
-#: bootstrap/bootstrap.c:738 bootstrap/bootstrap.c:759
+#: commands/define.c:244
 #, c-format
-msgid " -> %s"
-msgstr ""
+msgid "%s requires an integer value"
+msgstr "%s erfordert einen ganzzahligen Wert"
 
-#: bootstrap/bootstrap.c:749
+#: commands/define.c:265
 #, c-format
-msgid "type oid %u not found"
-msgstr ""
+msgid "invalid argument for %s: \"%s\""
+msgstr "ungültiges Argument für %s: »%s«"
 
-#: bootstrap/bootstrap.c:750
+#: commands/functioncmds.c:83
 #, c-format
-msgid "Typ == NULL, typeindex = %u"
-msgstr ""
+msgid "SQL function cannot return shell type %s"
+msgstr "SQL-Funktion kann keinen Hüllen-Rückgabetyp %s haben"
 
-#: bootstrap/bootstrap.c:762
-msgid "inserted"
-msgstr ""
+#: commands/functioncmds.c:88
+#, c-format
+msgid "return type %s is only a shell"
+msgstr "Rückgabetyp %s ist nur eine Hülle"
 
-#: bootstrap/bootstrap.c:772
+#: commands/functioncmds.c:114
 #, c-format
-msgid "inserting column %d NULL"
-msgstr ""
+msgid "type \"%s\" is not yet defined"
+msgstr "Typ »%s« ist noch nicht definiert"
 
-#: bootstrap/bootstrap.c:819
-msgid "Memory manager fault: cleanup called twice.\n"
+#: commands/functioncmds.c:115
+msgid "Creating a shell type definition."
 msgstr ""
 
-#: bootstrap/bootstrap.c:866
+#: commands/functioncmds.c:162
 #, c-format
-msgid "external type: %s"
-msgstr ""
+msgid "SQL function cannot accept shell type %s"
+msgstr "SQL-Funktion kann keinen Hüllentyp %s annehmen"
 
-#: bootstrap/bootstrap.c:890
+#: commands/functioncmds.c:167
 #, c-format
-msgid "Error: unknown type '%s'.\n"
-msgstr ""
+msgid "argument type %s is only a shell"
+msgstr "Argumenttyp %s ist nur eine Hülle"
 
-#: bootstrap/bootstrap.c:906
-msgid "AllocateAttribute: malloc failed"
-msgstr ""
+#: commands/functioncmds.c:175 parser/parse_oper.c:113 parser/parse_oper.c:124
+#, c-format
+msgid "type %s does not exist"
+msgstr "Typ %s existiert bereits"
 
-#: bootstrap/bootstrap.c:1057
-msgid ""
-"There are too many string constants and identifiers for the compiler to "
-"handle."
-msgstr ""
+#: commands/functioncmds.c:182
+msgid "functions cannot accept set arguments"
+msgstr "Funktionen können keine SET Argumente haben"
 
-#: bootparse.y:59
-msgid "start transaction"
-msgstr ""
+#: commands/functioncmds.c:265
+msgid "no function body specified"
+msgstr "kein Funktionskörper angegeben"
 
-#: bootparse.y:67
-msgid "commit transaction"
+#: commands/functioncmds.c:272
+msgid "no language specified"
 msgstr ""
 
-#: bootparse.y:158
+#: commands/functioncmds.c:333
 #, c-format
-msgid "creating%s%s relation %s..."
+msgid "unrecognized function attribute \"%s\" ignored"
 msgstr ""
 
-#: bootparse.y:179
-msgid "create bootstrap: warning, open relation exists, closing first"
+#: commands/functioncmds.c:377
+#, c-format
+msgid "only one AS item needed for language \"%s\""
 msgstr ""
 
-#: bootparse.y:189
-msgid "bootstrap relation created"
+#: commands/functioncmds.c:453
+msgid "You need to use \"createlang\" to load the language into the database."
 msgstr ""
 
-#: bootparse.y:201
+#: commands/functioncmds.c:572 commands/functioncmds.c:678
 #, c-format
-msgid "relation created with oid %u"
-msgstr "Relation erstellt mit OID %u"
+msgid "\"%s\" is an aggregate function"
+msgstr "»%s« ist eine Aggregatfunktion"
+
+#: commands/functioncmds.c:574
+msgid "Use DROP AGGREGATE to drop aggregate functions."
+msgstr "Verwenden Sie DROP AGGREGATE um Aggregatfunktionen zu löschen."
 
-#: bootparse.y:212
+#: commands/functioncmds.c:581
 #, c-format
-msgid "inserting row with oid %u..."
-msgstr ""
+msgid "removing built-in function \"%s\""
+msgstr "eingebaute Funktion »%s« wird entfernt"
 
-#: bootparse.y:214
-msgid "inserting row..."
+#: commands/functioncmds.c:680
+msgid "Use ALTER AGGREGATE to rename aggregate functions."
 msgstr ""
 
-#: bootparse.y:220
+#: commands/functioncmds.c:818 commands/functioncmds.c:1052
 #, c-format
-msgid "incorrect number of columns in row (expected %d, got %d)"
-msgstr ""
+msgid "source data type %s does not exist"
+msgstr "Quelldatentyp %s existiert nicht"
 
-#: bootparse.y:224
-msgid "relation not open"
-msgstr "Relation nicht offen"
+#: commands/functioncmds.c:825 commands/functioncmds.c:1059
+#, c-format
+msgid "target data type %s does not exist"
+msgstr "Zieldatentyp %s existiert nicht"
 
-#: bootparse.y:305
-msgid "too many columns"
-msgstr ""
+#: commands/functioncmds.c:831
+msgid "source data type and target data type are the same"
+msgstr "Quelldatentyp und Zieldatentyp sind der selbe"
 
-#: bootscanner.l:128
+#: commands/functioncmds.c:837
 #, c-format
-msgid "syntax error at line %d: unexpected character %s"
-msgstr ""
+msgid "source data type %s is only a shell"
+msgstr "Quelldatentyp %s ist nur eine Hülle"
 
-#: bootscanner.l:138
+#: commands/functioncmds.c:843
 #, c-format
-msgid "syntax error at line %d: unexpected token %s"
-msgstr ""
+msgid "target data type %s is only a shell"
+msgstr "Zieldatentyp %s ist nur eine Hülle"
 
-#: catalog/aclchk.c:60
+#: commands/functioncmds.c:849
 #, c-format
-msgid "acl size = %d, # acls = %d"
+msgid "source data type %s is a pseudo-type"
 msgstr ""
 
-#: catalog/aclchk.c:64
+#: commands/functioncmds.c:855
 #, c-format
-msgid "\tacl[%d]: %s"
-msgstr ""
+msgid "target data type %s is a pseudo-type"
+msgstr "Zieldatentyp %s ist ein Pseudotyp"
 
-#: catalog/aclchk.c:153
+#: commands/functioncmds.c:863 commands/functioncmds.c:1078
 #, c-format
-msgid "bogus GrantStmt.objtype %d"
+msgid "must be owner of type %s or type %s"
 msgstr ""
 
-#: catalog/aclchk.c:173
-#, c-format
-msgid "invalid privilege type %s for table object"
+#: commands/functioncmds.c:885
+msgid "cast function must take one argument"
+msgstr "Cast-Funktion muss ein Argument haben"
+
+#: commands/functioncmds.c:889
+msgid "argument of cast function must match source data type"
 msgstr ""
 
-#: catalog/aclchk.c:202
-#, c-format
-msgid "relation %u not found"
-msgstr "Relation %u nicht gefunden"
+#: commands/functioncmds.c:893
+msgid "return data type of cast function must match target data type"
+msgstr ""
 
-#: catalog/aclchk.c:209
-#, c-format
-msgid "\"%s\" is an index"
+#: commands/functioncmds.c:904
+msgid "cast function must not be volatile"
 msgstr ""
 
-#: catalog/aclchk.c:268
-#, c-format
-msgid "invalid privilege type %s for database object"
+#: commands/functioncmds.c:909
+msgid "cast function must not be an aggregate function"
 msgstr ""
 
-#: catalog/aclchk.c:298
-#, c-format
-msgid "database \"%s\" not found"
-msgstr "Datenbank »%s« nicht gefunden"
+#: commands/functioncmds.c:913
+msgid "cast function must not return a set"
+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"
+#: commands/functioncmds.c:936
+msgid "must be superuser to create a cast WITHOUT FUNCTION"
+msgstr ""
 
-#: catalog/aclchk.c:359
-#, c-format
-msgid "invalid privilege type %s for function object"
+#: commands/functioncmds.c:951
+msgid "source and target datatypes are not physically compatible"
 msgstr ""
 
-#: catalog/aclchk.c:389 parser/parse_func.c:891 parser/parse_func.c:1339
+#: commands/functioncmds.c:986
 #, c-format
-msgid "function %u not found"
-msgstr "Funktion %u nicht gefunden"
+msgid "cast from type %s to type %s already exists"
+msgstr "Typumwandlung von Typ %s in Typ %s existiert bereits"
 
-#: catalog/aclchk.c:452
+#: commands/functioncmds.c:1069
 #, c-format
-msgid "invalid privilege type %s for language object"
+msgid "cast from type %s to type %s does not exist"
 msgstr ""
 
-#: catalog/aclchk.c:481
-#, c-format
-msgid "language \"%s\" not found"
-msgstr "Sprache »%s« nicht gefunden"
-
-#: catalog/aclchk.c:485
-#, c-format
-msgid "language \"%s\" is not trusted"
-msgstr "Sprache »%s« ist nicht »trusted«"
+#: commands/indexcmds.c:92
+msgid "must specify at least one column"
+msgstr "mindestens eine Spalte muss angegeben werden"
 
-#: catalog/aclchk.c:542
+#: commands/indexcmds.c:96
 #, c-format
-msgid "invalid privilege type %s for namespace object"
+msgid "cannot use more than %d columns in an index"
 msgstr ""
 
-#: catalog/aclchk.c:568
+#: commands/indexcmds.c:109 commands/indexcmds.c:639
 #, c-format
-msgid "namespace \"%s\" not found"
-msgstr "Namespace »%s« nicht gefunden"
+msgid "relation \"%s\" is not a table"
+msgstr "Relation »%s« ist keine Tabelle"
 
-#: catalog/aclchk.c:644
+#: commands/indexcmds.c:144 commands/opclasscmds.c:91
+#: commands/opclasscmds.c:497 commands/opclasscmds.c:647
 #, c-format
-msgid "privilege_to_string: unrecognized privilege %d"
-msgstr ""
+msgid "access method \"%s\" does not exist"
+msgstr "Zugriffsmethode »%s« existiert nicht"
 
-#: catalog/aclchk.c:666
+#: commands/indexcmds.c:152
 #, c-format
-msgid "non-existent group \"%s\""
+msgid "access method \"%s\" does not support unique indexes"
 msgstr ""
 
-#: catalog/aclchk.c:736
+#: commands/indexcmds.c:157
 #, c-format
-msgid "in_group: group %u not found"
+msgid "access method \"%s\" does not support multicolumn indexes"
 msgstr ""
 
-#: catalog/aclchk.c:764
-msgid "aclcheck: null ACL, returning OK"
+#: commands/indexcmds.c:171
+msgid ""
+"index expressions and predicates may refer only to the table being indexed"
 msgstr ""
+"Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle "
+"verweisen"
 
-#: catalog/aclchk.c:779
-msgid "aclcheck: zero-length ACL, returning OK"
-msgstr ""
+#: commands/indexcmds.c:202
+msgid "primary keys cannot be expressions"
+msgstr "Primärschlüssel können keine Ausdrücke sein"
+
+#: commands/indexcmds.c:232 parser/analyze.c:1442
+#, c-format
+msgid "column \"%s\" named in key does not exist"
+msgstr "Spalte »%s«, die im Schlüssel verwendet wird, existiert nicht"
+
+#: commands/indexcmds.c:291
+msgid "cannot use subquery in index predicate"
+msgstr "Unteranfragen können nicht im Indexprädikat verwendet werden"
+
+#: commands/indexcmds.c:295
+msgid "cannot use aggregate in index predicate"
+msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
 
-#: catalog/aclchk.c:788
-msgid "aclcheck: first entry in ACL is not 'world' entry"
+#: commands/indexcmds.c:304
+msgid "functions in index predicate must be marked IMMUTABLE"
 msgstr ""
 
-#: catalog/aclchk.c:792
+#: commands/indexcmds.c:337 commands/tablecmds.c:1171 parser/parse_expr.c:1034
 #, c-format
-msgid "aclcheck: using world=%d"
+msgid "column \"%s\" does not exist"
+msgstr "Spalte »%s« existiert nicht"
+
+#: commands/indexcmds.c:369
+msgid "cannot use subquery in index expression"
+msgstr "Unteranfragen können nicht in Indexausdrücken verwendet werden"
+
+#: commands/indexcmds.c:373
+msgid "cannot use aggregate function in index expression"
+msgstr "Aggregatfunktionen können nicht in Indexausdrücken verwendet werden"
+
+#: commands/indexcmds.c:384
+msgid "functions in index expression must be marked IMMUTABLE"
 msgstr ""
 
-#: catalog/aclchk.c:808
+#: commands/indexcmds.c:439
 #, c-format
-msgid "aclcheck: found user %u/%d"
+msgid "data type %s has no default operator class for access method \"%s\""
 msgstr ""
 
-#: catalog/aclchk.c:825 catalog/aclchk.c:846
-#, c-format
-msgid "aclcheck: found group %u/%d"
+#: commands/indexcmds.c:441
+msgid ""
+"You must specify an operator class for the index or define a default "
+"operator class for the data type."
 msgstr ""
 
-#: catalog/aclchk.c:858
+#: commands/indexcmds.c:471 commands/indexcmds.c:481
+#: commands/opclasscmds.c:526 commands/opclasscmds.c:536
+#: commands/opclasscmds.c:669 commands/opclasscmds.c:680
 #, c-format
-msgid "aclcheck: bogus ACL id type: %d"
-msgstr ""
+msgid "operator class \"%s\" does not exist for access method \"%s\""
+msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«"
 
-#: catalog/aclchk.c:879 commands/user.c:1299
+#: commands/indexcmds.c:494
 #, c-format
-msgid "%s: permission denied"
-msgstr "%s: keine Berechtigung"
+msgid "operator class \"%s\" does not accept data type %s"
+msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
 
-#: catalog/aclchk.c:882
+#: commands/indexcmds.c:551 utils/cache/typcache.c:286
 #, c-format
-msgid "%s: must be owner"
+msgid "there are multiple default operator classes for data type %s"
 msgstr ""
 
-#: catalog/aclchk.c:885
+#: commands/indexcmds.c:651
 #, c-format
-msgid "%s: unexpected AclResult %d"
+msgid "shared table \"%s\" can only be reindexed in standalone mode"
 msgstr ""
 
-#: catalog/aclchk.c:913
+#: commands/indexcmds.c:658
 #, c-format
-msgid "pg_class_aclcheck: invalid user id %u"
-msgstr "pg_class_aclcheck: ungültige Benutzer-ID %u"
+msgid "table \"%s\" has no indexes"
+msgstr "Tabelle »%s« hat keine Indexe"
+
+#: commands/indexcmds.c:685
+msgid "can only reindex the currently open database"
+msgstr "aktuell geöffnete Datenbank kann nicht reindiziert werden"
 
-#: catalog/aclchk.c:928
+#: commands/indexcmds.c:768
 #, c-format
-msgid "pg_class_aclcheck: relation %u not found"
-msgstr "pg_class_aclcheck: Relation %u nicht gefunden"
+msgid "table \"%s\" was reindexed"
+msgstr "Tabelle »%s« wurde neu indiziert"
 
-#: catalog/aclchk.c:941
-msgid "pg_class_aclcheck: catalog update: permission denied"
+#: commands/opclasscmds.c:112
+msgid "must be superuser to create an operator class"
 msgstr ""
 
-#: catalog/aclchk.c:953
+#: commands/opclasscmds.c:154
 #, c-format
-msgid "pg_class_aclcheck: %u is superuser"
+msgid "invalid operator number %d, must be between 1 and %d"
 msgstr ""
 
-#: catalog/aclchk.c:1021
+#: commands/opclasscmds.c:160
 #, c-format
-msgid "pg_database_aclcheck: database %u not found"
+msgid "operator number %d appears more than once"
 msgstr ""
 
-#: catalog/aclchk.c:1076
+#: commands/opclasscmds.c:192
 #, c-format
-msgid "pg_proc_aclcheck: function %u not found"
-msgstr "pg_proc_aclcheck: Funktion %u nicht gefunden"
+msgid "invalid procedure number %d, must be between 1 and %d"
+msgstr ""
 
-#: catalog/aclchk.c:1129
+#: commands/opclasscmds.c:198
 #, c-format
-msgid "pg_language_aclcheck: language %u not found"
+msgid "procedure number %d appears more than once"
+msgstr ""
+
+#: commands/opclasscmds.c:214
+msgid "storage type specified more than once"
 msgstr ""
 
-#: catalog/aclchk.c:1186
+#: commands/opclasscmds.c:241
 #, c-format
-msgid "pg_namespace_aclcheck: namespace %u not found"
+msgid ""
+"storage type may not be different from data type for access method \"%s\""
 msgstr ""
 
-#: catalog/aclchk.c:1234
+#: commands/opclasscmds.c:259
 #, c-format
-msgid "pg_class_ownercheck: relation %u not found"
-msgstr "pg_class_ownercheck: Relation %u nicht gefunden"
+msgid "operator class \"%s\" for access method \"%s\" already exists"
+msgstr "Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits"
 
-#: catalog/aclchk.c:1260
+#: commands/opclasscmds.c:287
 #, c-format
-msgid "pg_type_ownercheck: type %u not found"
-msgstr "pg_type_ownercheck: Typ %u nicht gefunden"
+msgid "could not make operator class \"%s\" be default for type %s"
+msgstr "konnte Operatorklasse »%s« nicht zum Standard für Typ %s machen"
 
-#: catalog/aclchk.c:1286
+#: commands/opclasscmds.c:290
 #, c-format
-msgid "pg_oper_ownercheck: operator %u not found"
-msgstr "pg_oper_ownercheck: Operator %u nicht gefunden"
+msgid "Operator class \"%s\" already is the default."
+msgstr "Operatorklasse »%s« ist bereits der Standard."
 
-#: catalog/aclchk.c:1312
+#: commands/opclasscmds.c:701
 #, c-format
-msgid "pg_proc_ownercheck: function %u not found"
+msgid ""
+"operator class \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
 msgstr ""
+"Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"
 
-#: catalog/aclchk.c:1338
-#, c-format
-msgid "pg_namespace_ownercheck: namespace %u not found"
+#: commands/operatorcmds.c:106 commands/operatorcmds.c:114
+msgid "setof type not allowed for operator argument"
 msgstr ""
 
-#: catalog/aclchk.c:1365
+#: commands/operatorcmds.c:141
 #, c-format
-msgid "pg_opclass_ownercheck: operator class %u not found"
-msgstr "pg_opclass_ownercheck: Operatorklasse %u nicht gefunden"
+msgid "operator attribute \"%s\" not recognized"
+msgstr "Attribut »%s« für Operator unbekannt"
 
-#: catalog/dependency.c:162
-#, c-format
-msgid ""
-"Cannot drop %s because other objects depend on it\n"
-"\tUse DROP ... CASCADE to drop the dependent objects too"
+#: commands/operatorcmds.c:151
+msgid "operator procedure must be specified"
+msgstr "Operatorprozedur muss angegeben werden"
+
+#: commands/portalcmds.c:54 commands/portalcmds.c:164
+#: commands/portalcmds.c:209
+msgid "invalid cursor name: must not be empty"
 msgstr ""
 
-#: catalog/dependency.c:252 catalog/dependency.c:571
-#, c-format
-msgid "Cannot drop %s because it is required by the database system"
+#: commands/portalcmds.c:80
+msgid "DECLARE CURSOR may not specify INTO"
 msgstr ""
 
-#: catalog/dependency.c:256
+#: commands/portalcmds.c:84
+msgid "DECLARE CURSOR ... FOR UPDATE is not supported"
+msgstr "DECLARE CURSOR ... FOR UPDATE wird nicht unterstützt"
+
+#: commands/portalcmds.c:85
+msgid "Cursors must be READ ONLY."
+msgstr "Cursor müssen READ ONLY sein."
+
+#: commands/portalcmds.c:172 commands/portalcmds.c:219
 #, c-format
-msgid "findAutoDeletableObjects: unknown dependency type '%c' for %s"
-msgstr ""
+msgid "cursor \"%s\" does not exist"
+msgstr "Cursor »%s« existiert nicht"
 
-#: catalog/dependency.c:385
+#: commands/portalcmds.c:308 tcop/pquery.c:419 tcop/pquery.c:931
 #, c-format
-msgid ""
-"Cannot drop %s because %s requires it\n"
-"\tYou may drop %s instead"
+msgid "portal \"%s\" already active"
+msgstr "Portal »%s« ist bereits aktiv"
+
+#: commands/portalcmds.c:364
+msgid "could not reposition held cursor"
+msgstr "konnte gehaltenen Cursor nicht umpositionieren"
+
+#: commands/prepare.c:61
+msgid "invalid statement name: must not be empty"
+msgstr "ungültiger Anweisungsname: darf nicht leer sein"
+
+#: commands/prepare.c:80
+msgid "utility statements cannot be prepared"
 msgstr ""
 
-#: catalog/dependency.c:411
+#: commands/prepare.c:168 commands/prepare.c:173 commands/prepare.c:536
+msgid "prepared statement is not a SELECT"
+msgstr "vorbereitete Anweisung ist kein SELECT"
+
+#: commands/prepare.c:308
 #, c-format
-msgid "recursiveDeletion: multiple INTERNAL dependencies for %s"
-msgstr ""
+msgid "prepared statement \"%s\" already exists"
+msgstr "vorbereitete Anweisung »%s« existiert bereits"
 
-#: catalog/dependency.c:423
+#: commands/prepare.c:388
 #, c-format
-msgid "recursiveDeletion: incorrect use of PIN dependency with %s"
-msgstr ""
+msgid "prepared statement \"%s\" does not exist"
+msgstr "vorbereitete Anweisung »%s« existiert nicht"
 
-#: catalog/dependency.c:427 catalog/dependency.c:575
+#: commands/proclang.c:63
+msgid "must be superuser to create procedural language"
+msgstr "nur Superuser können prozedurale Sprachen erzeugen"
+
+#: commands/proclang.c:76 commands/proclang.c:263
 #, c-format
-msgid "recursiveDeletion: unknown dependency type '%c' for %s"
-msgstr ""
+msgid "language \"%s\" already exists"
+msgstr "Sprache »%s« existiert bereits"
 
-#: catalog/dependency.c:453 catalog/dependency.c:531 catalog/dependency.c:557
+#: commands/proclang.c:96
 #, c-format
-msgid "Drop auto-cascades to %s"
+msgid ""
+"changing return type of function %s from \"opaque\" to \"language_handler\""
 msgstr ""
 
-#: catalog/dependency.c:457 catalog/dependency.c:535
+#: commands/proclang.c:103
 #, c-format
-msgid "%s depends on %s"
-msgstr ""
+msgid "function %s must return type \"language_handler\""
+msgstr "Funktion %s muss Typ »language_handler« zurückgeben"
+
+#: commands/proclang.c:186
+msgid "must be superuser to drop procedural language"
+msgstr "nur Superuser können prozedurale Sprachen löschen"
 
-#: catalog/dependency.c:463 catalog/dependency.c:541
+#: commands/proclang.c:269
+msgid "must be superuser to rename procedural language"
+msgstr "nur Superuser können prozedurale Sprachen umbenennen"
+
+#: commands/schemacmds.c:84 commands/user.c:832 commands/user.c:967
+msgid "permission denied"
+msgstr "keine Berechtigung"
+
+#: commands/schemacmds.c:85
 #, c-format
-msgid "Drop cascades to %s"
-msgstr ""
+msgid "\"%s\" is not a superuser, so cannot create a schema for \"%s\""
+msgstr "»%s« ist kein Superuser, kann daher kein Schema für »%s« erzeugen"
 
-#: catalog/dependency.c:692
+#: commands/schemacmds.c:100 commands/schemacmds.c:272
 #, c-format
-msgid "doDeletion: Unsupported object class %u"
-msgstr ""
+msgid "unacceptable schema name \"%s\""
+msgstr "inakzeptabler Schemaname »%s«"
 
-#: catalog/dependency.c:775
+#: commands/schemacmds.c:101 commands/schemacmds.c:273
+msgid "The prefix \"pg_\" is reserved for system schemas."
+msgstr "Der Präfix »pg_« ist für Systemschemas reserviert."
+
+#: commands/sequence.c:421 commands/sequence.c:613 commands/sequence.c:656
 #, c-format
-msgid "find_expr_references_walker: bogus varlevelsup %d"
-msgstr ""
+msgid "permission denied for sequence %s"
+msgstr "keine Berechtigung für Sequenz %s"
 
-#: catalog/dependency.c:779
+#: commands/sequence.c:498
 #, c-format
-msgid "find_expr_references_walker: bogus varno %d"
+msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
 msgstr ""
 
-#: catalog/dependency.c:794
+#: commands/sequence.c:521
 #, c-format
-msgid "find_expr_references_walker: bogus varattno %d"
+msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
 msgstr ""
 
-#: catalog/dependency.c:833
-msgid "find_expr_references_walker: already-planned subqueries not supported"
-msgstr ""
+#: commands/sequence.c:619
+#, c-format
+msgid "currval of sequence \"%s\" is not yet defined in this session"
+msgstr "currval von Sequenz »%s« ist in dieser Sitzung noch nicht definiert"
 
-#: catalog/dependency.c:1169
+#: commands/sequence.c:673
 #, c-format
-msgid "getObjectClass: Unknown object class %u"
+msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
 msgstr ""
 
-#: catalog/dependency.c:1226
-#, c-format
-msgid "getObjectDescription: Cast %u does not exist"
-msgstr "getObjectDescription: Cast %u existiert nicht"
+#: commands/sequence.c:820 executor/execGrouping.c:328
+#: executor/execGrouping.c:388 executor/nodeIndexscan.c:1035 executor/spi.c:83
+#: executor/spi.c:165 lib/dllist.c:43 lib/dllist.c:88 libpq/auth.c:634
+#: postmaster/pgstat.c:828 postmaster/pgstat.c:845 postmaster/pgstat.c:2242
+#: postmaster/pgstat.c:2305 postmaster/pgstat.c:2350 postmaster/pgstat.c:2401
+#: postmaster/postmaster.c:1556 postmaster/postmaster.c:2153
+#: postmaster/postmaster.c:2916 storage/buffer/localbuf.c:129
+#: storage/file/fd.c:523 storage/file/fd.c:556 storage/file/fd.c:701
+#: storage/ipc/shmem.c:170 storage/ipc/shmem.c:229 storage/ipc/shmem.c:349
+#: storage/ipc/sinval.c:348 storage/lmgr/lock.c:479 storage/lmgr/lock.c:527
+#: storage/lmgr/proc.c:154 storage/lmgr/proc.c:170 storage/smgr/mm.c:191
+#: utils/adt/cash.c:297 utils/adt/cash.c:312 utils/adt/regexp.c:189
+#: utils/adt/ri_triggers.c:3266 utils/fmgr/dfmgr.c:119
+#: utils/cache/relcache.c:172 utils/cache/relcache.c:182
+#: utils/cache/relcache.c:196 utils/cache/relcache.c:1218
+#: utils/cache/typcache.c:121 utils/init/miscinit.c:177
+#: utils/init/miscinit.c:198 utils/init/miscinit.c:208 utils/misc/guc.c:1651
+#: utils/misc/guc.c:1848 utils/misc/guc.c:2821 utils/misc/guc.c:2868
+#: utils/misc/guc.c:3754 utils/misc/guc.c:3889 utils/misc/guc.c:3954
+#: utils/misc/guc.c:3962 utils/misc/guc.c:3971 guc-file.l:152 guc-file.l:278
+#: guc-file.l:315 utils/mmgr/aset.c:335 utils/mmgr/aset.c:501
+#: utils/mmgr/aset.c:698 utils/mmgr/aset.c:891 utils/mmgr/portalmem.c:75
+msgid "out of memory"
+msgstr "Speicher aufgebraucht"
 
-#: catalog/dependency.c:1260
+#: commands/sequence.c:958
+msgid "INCREMENT must not be zero"
+msgstr "INCREMENT darf nicht null sein"
+
+#: commands/sequence.c:994
 #, c-format
-msgid "getObjectDescription: Constraint %u does not exist"
-msgstr "getObjectDescription: Constraint %u existiert nicht"
+msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
+msgstr "MINVALUE (%s) muss kleiner als MAXVALUE (%s) sein"
 
-#: catalog/dependency.c:1290
+#: commands/sequence.c:1018
 #, c-format
-msgid "getObjectDescription: Conversion %u does not exist"
-msgstr "getObjectDescription: Umwandlung %u existiert nicht"
+msgid "START value (%s) can't be less than MINVALUE (%s)"
+msgstr "START-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein"
 
-#: catalog/dependency.c:1319
+#: commands/sequence.c:1030
 #, c-format
-msgid "getObjectDescription: Default %u does not exist"
-msgstr "getObjectDescription: Default %u existiert nicht"
+msgid "START value (%s) can't be greater than MAXVALUE (%s)"
+msgstr "START-Wert (%s) kann nicht kleiner als MAXVALUE (%s) sein"
 
-#: catalog/dependency.c:1344
+#: commands/sequence.c:1044
 #, c-format
-msgid "getObjectDescription: Language %u does not exist"
-msgstr "getObjectDescription: Sprache %u existiert nicht"
+msgid "CACHE (%s) must be greater than zero"
+msgstr "CACHE (%s) muss größer als null sein"
+
+#: commands/tablecmds.c:150
+msgid "ON COMMIT can only be used on temporary tables"
+msgstr "ON COMMIT kann nur mit temporären Tabellen verwendet werden"
 
-#: catalog/dependency.c:1369
+#: commands/tablecmds.c:210
 #, c-format
-msgid "cache lookup of opclass %u failed"
-msgstr "Cachesuche nach Operatorklasse %u fehlgeschlagen"
+msgid "duplicate check constraint name \"%s\""
+msgstr "doppelter Check-Constraint-Name »%s«"
 
-#: catalog/dependency.c:1387 utils/adt/ruleutils.c:425
+#: commands/tablecmds.c:387 commands/tablecmds.c:1116
+#: commands/tablecmds.c:1323 commands/tablecmds.c:1661
+#: commands/tablecmds.c:1947 commands/tablecmds.c:2091
+#: commands/tablecmds.c:2219 commands/tablecmds.c:2328
+#: commands/tablecmds.c:2491 commands/tablecmds.c:2617
+#: commands/tablecmds.c:2798 commands/tablecmds.c:3097
+#: commands/tablecmds.c:3802 commands/trigger.c:150 commands/trigger.c:552
+#: tcop/utility.c:162 tcop/utility.c:197
 #, c-format
-msgid "syscache lookup for AM %u failed"
-msgstr "Syscache-Suche nach AM %u fehlgeschlagen"
+msgid "permission denied: \"%s\" is a system catalog"
+msgstr "keine Berechtigung: »%s« ist ein Systemkatalog"
+
+#: commands/tablecmds.c:397
+msgid "cannot truncate temporary tables of other sessions"
+msgstr ""
 
-#: catalog/dependency.c:1419
+#: commands/tablecmds.c:509
 #, c-format
-msgid "getObjectDescription: Rule %u does not exist"
-msgstr "getObjectDescription: Regel %u existiert nicht"
+msgid "column \"%s\" duplicated"
+msgstr "Spaltenname »%s« besteht mehrfach"
 
-#: catalog/dependency.c:1453
+#: commands/tablecmds.c:534 parser/analyze.c:1188 parser/analyze.c:1393
 #, c-format
-msgid "getObjectDescription: Trigger %u does not exist"
-msgstr "getObjectDescription: Trigger %u existiert nicht"
+msgid "inherited relation \"%s\" is not a table"
+msgstr "geerbte Relation »%s« ist keine Tabelle"
 
-#: catalog/dependency.c:1473
+#: commands/tablecmds.c:540
 #, c-format
-msgid "getObjectDescription: Schema %u does not exist"
-msgstr "getObjectDescription: Schema %u existiert nicht"
+msgid "cannot inherit from temporary relation \"%s\""
+msgstr "von temporärer Relation »%s« kann nicht geerbt werden"
 
-#: catalog/dependency.c:1505 catalog/heap.c:1635 catalog/pg_constraint.c:445
-#: utils/adt/ruleutils.c:3120
+#: commands/tablecmds.c:557
 #, c-format
-msgid "cache lookup of relation %u failed"
-msgstr "Cachesuche nach Relation %u fehlgeschlagen"
+msgid "inherited relation \"%s\" duplicated"
+msgstr "geerbte Relation »%s« ist doppelt angegeben"
 
-#: catalog/heap.c:155 catalog/heap.c:158
+#: commands/tablecmds.c:611
 #, c-format
-msgid "SystemAttributeDefinition: invalid attribute number %d"
-msgstr "SystemAttributeDefinition: ungültige Attributnummer %d"
+msgid "merging multiple inherited definitions of column \"%s\""
+msgstr "geerbte Definitionen von Spalte »%s« werden verschmolzen"
 
-#: catalog/heap.c:225
+#: commands/tablecmds.c:618
 #, c-format
-msgid ""
-"cannot create %s.%s: system catalog modifications are currently disallowed"
+msgid "inherited column \"%s\" has a type conflict"
 msgstr ""
 
-#: catalog/heap.c:362
+#: commands/tablecmds.c:620 commands/tablecmds.c:775 parser/parse_coerce.c:255
+#: parser/parse_coerce.c:918 parser/parse_coerce.c:935
+#: parser/parse_coerce.c:981
 #, c-format
-msgid "name of column \"%s\" conflicts with an existing system column"
+msgid "%s versus %s"
 msgstr ""
-"Name der Spalte »%s« steht im Konflikt mit einer bestehenden Systemspalte"
 
-#: catalog/heap.c:376
+#: commands/tablecmds.c:766
 #, c-format
-msgid "column name \"%s\" is duplicated"
-msgstr "Spaltenname »%s« besteht mehrfach"
+msgid "merging column \"%s\" with inherited definition"
+msgstr "Spalte »%s« wird mit geerbter Definition verschmolzen"
 
-#: catalog/heap.c:398
+#: commands/tablecmds.c:773
 #, c-format
-msgid ""
-"Attribute \"%s\" has an unknown type\n"
-"\tProceeding with relation creation anyway"
-msgstr ""
+msgid "column \"%s\" has a type conflict"
+msgstr "für Spalte »%s« besteht ein Typkonflikt"
 
-#: catalog/heap.c:402
+#: commands/tablecmds.c:814
 #, c-format
-msgid "Attribute \"%s\" has pseudo-type %s"
+msgid "column \"%s\" inherits conflicting default values"
+msgstr "Spalte »%s« erbt widersprüchliche Default-Werte"
+
+#: commands/tablecmds.c:816
+msgid "To resolve the conflict, specify a default explicitly."
 msgstr ""
+"Um den Konflikt zu lösen, geben Sie einen Default-Wert ausdrücklich an."
 
-#: catalog/heap.c:410
+#: commands/tablecmds.c:1161
 #, c-format
-msgid "Attribute \"%s\" has composite type %s"
+msgid "inherited column \"%s\" must be renamed in child tables too"
 msgstr ""
 
-#: catalog/heap.c:691
+#: commands/tablecmds.c:1179
 #, 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 "cannot rename system column \"%s\""
+msgstr ""
 
-#: catalog/heap.c:697
+#: commands/tablecmds.c:1189
 #, c-format
-msgid "Relation '%s' already exists"
-msgstr "Relation »%s« existiert bereits"
+msgid "cannot rename inherited column \"%s\""
+msgstr "kann vererbte Spalte »%s« nicht umbenennen"
 
-#: catalog/heap.c:848
+#: commands/tablecmds.c:1200 commands/tablecmds.c:1801
 #, c-format
-msgid "DeleteRelationTuple: cache lookup failed for relation %u"
-msgstr "DeleteRelationTuple: Cachesuche nach Relation %u fehlgeschlagen"
+msgid "column \"%s\" of relation \"%s\" already exists"
+msgstr "Spalte »%s« von Relation »%s« existiert bereits"
 
-#: catalog/heap.c:927
+#: commands/tablecmds.c:1714
 #, c-format
-msgid "RemoveAttributeById: Failed to find attribute %d in relation %u"
-msgstr "RemoveAttributeById: Cachesuche nach Attribut %d von Relation %u fehlgeschlagen"
+msgid "child table \"%s\" has different type for column \"%s\""
+msgstr "Kindtabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"
 
-#: catalog/heap.c:1006
+#: commands/tablecmds.c:1722
 #, c-format
-msgid "RemoveAttrDefault: no default found for rel %u attnum %d"
+msgid "merging definition of column \"%s\" for child \"%s\""
 msgstr ""
 
-#: catalog/heap.c:1042
-#, c-format
-msgid "RemoveAttrDefaultById: cache lookup failed for attrdef %u"
-msgstr "RemoveAttrDefaultById: Cachesuche nach Attrdef %u fehlgeschlagen"
+#: commands/tablecmds.c:1754
+msgid "column must be added to child tables too"
+msgstr ""
 
-#: catalog/heap.c:1065
-#, c-format
-msgid "RemoveAttrDefaultById: cache lookup failed for rel %u attr %d"
+#: commands/tablecmds.c:1773
+msgid "adding columns with defaults is not implemented"
 msgstr ""
 
-#: catalog/heap.c:1120
-#, c-format
-msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d"
-msgstr "heap_drop_with_catalog: FlushRelationBuffers ergab %d"
+#: commands/tablecmds.c:1774
+msgid "Add the column, then use ALTER TABLE SET DEFAULT."
+msgstr ""
+
+#: commands/tablecmds.c:1779
+msgid "adding NOT NULL columns is not implemented"
+msgstr "Spalten mit NOT NULL hinzuzufügen ist noch nicht implementiert"
 
-#: catalog/heap.c:1236 parser/parse_relation.c:1503 utils/adt/ruleutils.c:3277
+#: commands/tablecmds.c:1780
+msgid "Add the column, then use ALTER TABLE SET NOT NULL."
+msgstr ""
+"Fügen Sie die Spalte hinzu und verwenden Sie dann ALTER TABLE SET NOT NULL."
+
+#: commands/tablecmds.c:1993 commands/tablecmds.c:2137
+#: commands/tablecmds.c:2265 commands/tablecmds.c:2429
 #, c-format
-msgid "cache lookup of attribute %d in relation %u failed"
-msgstr "Cachesuche nach Attribut %d von Relation %u fehlgeschlagen"
+msgid "cannot alter system column \"%s\""
+msgstr "Systemspalte »%s« kann nicht geändert werden"
 
-#: catalog/heap.c:1493 commands/tablecmds.c:2620 commands/tablecmds.c:2656
+#: commands/tablecmds.c:2029
 #, c-format
-msgid "constraint \"%s\" already exists for relation \"%s\""
-msgstr "Constraint »%s« existiert bereits in Tabelle »%s«"
+msgid "column \"%s\" is in a primary key"
+msgstr "Spalte »%s« ist in einem Primärschlüssel"
 
-#: catalog/heap.c:1507 commands/tablecmds.c:184
+#: commands/tablecmds.c:2158
 #, c-format
-msgid "Duplicate CHECK constraint name: '%s'"
-msgstr "doppelter CHECK-Constraint-Name: %s"
+msgid "column \"%s\" contains null values"
+msgstr "Spalte »%s« enthält NULL-Werte"
 
-#: catalog/heap.c:1566
+#: commands/tablecmds.c:2208
 #, 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"
+msgid "\"%s\" is not a table or view"
+msgstr "»%s« ist keine Tabelle oder Sicht"
 
-#: catalog/heap.c:1573 commands/tablecmds.c:2737
-msgid "cannot use subselect in CHECK constraint expression"
+#: commands/tablecmds.c:2347
+#, c-format
+msgid "statistics target %d is too low"
 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"
+#: commands/tablecmds.c:2355
+#, c-format
+msgid "lowering statistics target to %d"
 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 ""
+#: commands/tablecmds.c:2378
+#, c-format
+msgid "invalid storage type \"%s\""
+msgstr "ungültiger Storage-Typ »%s«"
 
-#: catalog/heap.c:1702
-msgid "cannot use subselects in DEFAULT clause"
-msgstr "Subselects können nicht in DEFAULT-Klausel verwendet werden"
+#: commands/tablecmds.c:2448
+#, c-format
+msgid "column data type %s can only have storage PLAIN"
+msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN"
 
-#: catalog/heap.c:1704
-msgid "cannot use aggregate functions in DEFAULT clause"
-msgstr "Aggregatfunktionen können nicht in DEFAULT-Klausel verwendet werden"
+#: commands/tablecmds.c:2554
+msgid "ALTER TABLE WITH OIDS is not yet implemented"
+msgstr "ALTER TABLE WITH OIDS ist noch nicht implementiert"
 
-#: catalog/heap.c:1725 rewrite/rewriteHandler.c:485
+#: commands/tablecmds.c:2635
 #, 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"
+msgid "cannot drop system column \"%s\""
+msgstr "Systemspalte »%s« kann nicht gelöscht werden"
 
-#: catalog/index.c:125
+#: commands/tablecmds.c:2643
 #, c-format
-msgid "Function %u does not exist"
-msgstr "Funktion %u existiert nicht"
+msgid "cannot drop inherited column \"%s\""
+msgstr "geerbte Spalte »%s« kann nicht gelöscht werden"
 
-#: catalog/index.c:144 catalog/index.c:281
+#: commands/tablecmds.c:2970
 #, c-format
-msgid "Opclass %u does not exist"
-msgstr "Opclass %u existiert nicht"
+msgid "check constraint may only reference relation \"%s\""
+msgstr "Check-Constraint kann nur auf Relation »%s« verweisen"
 
-#: catalog/index.c:158 catalog/index.c:294
+#: commands/tablecmds.c:3034
 #, c-format
-msgid "Type %u does not exist"
-msgstr "Typ %u existiert nicht"
+msgid "check constraint \"%s\" is violated by some row"
+msgstr "Check-Constraint »%s« wird von irgendeiner Zeile verletzt"
 
-#: catalog/index.c:239
+#: commands/tablecmds.c:3085
 #, c-format
-msgid "cannot create index: column %d does not exist"
-msgstr "kann Index nicht erstellen: Spalte %d existiert nicht"
+msgid "referenced relation \"%s\" is not a table"
+msgstr ""
 
-#: catalog/index.c:544
-msgid "must index at least one column"
-msgstr "mindestens eine Spalte muß indiziert werden"
+#: commands/tablecmds.c:3119
+msgid "cannot reference temporary table from permanent table constraint"
+msgstr ""
+"temporäre Tabelle kann nicht in permanentem Tabellen-Constraint benutzt "
+"werden"
 
-#: catalog/index.c:549
-msgid "User-defined indexes on system catalogs are not supported"
+#: commands/tablecmds.c:3126
+msgid "cannot reference permanent table from temporary table constraint"
 msgstr ""
-"benutzerdefinierte Indizies für Systemkataloge werden nicht unterstützt"
+"permanente Tabelle kann nicht in temporären Tabellen-Constraint benutzt "
+"werden"
 
-#: catalog/index.c:559
-msgid "Shared indexes cannot be created after initdb"
+#: commands/tablecmds.c:3168 commands/tablecmds.c:3597
+msgid "number of referencing and referenced columns for foreign key disagree"
 msgstr ""
 
-#: catalog/index.c:562
+#: commands/tablecmds.c:3250
 #, 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 ""
+msgid "column \"%s\" referenced in foreign key constraint does not exist"
+msgstr "Spalte »%s«, die im Fremdschlüssel verwendet wird, existiert nicht"
 
-#: catalog/index.c:825
+#: commands/tablecmds.c:3255
 #, c-format
-msgid "index_drop: cache lookup failed for index %u"
-msgstr "index_drop: Cachesuche nach Index %u fehlgeschlagen"
+msgid "cannot have more than %d keys in a foreign key"
+msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben"
 
-#: catalog/index.c:838
+#: commands/tablecmds.c:3318
 #, c-format
-msgid "index_drop: FlushRelationBuffers returned %d"
-msgstr "index_drop: FlushRelationBuffers ergab %d"
+msgid "there is no primary key for referenced table \"%s\""
+msgstr ""
 
-#: catalog/index.c:1036
+#: commands/tablecmds.c:3432
 #, c-format
-msgid "relation %s isn't an indexable relation"
-msgstr "Relation %s ist nicht indizierbar"
+msgid ""
+"there is no unique constraint matching given keys for referenced table \"%s\""
+msgstr ""
 
-#: catalog/index.c:1107
+#: commands/tablecmds.c:3847 commands/trigger.c:2312
 #, c-format
-msgid "setRelhasindex: cannot find relation %u in pg_class"
-msgstr "setRelhasindex: kann Relation %u nicht in pg_class finden"
+msgid "constraint \"%s\" does not exist"
+msgstr "Constraint »%s« existiert nicht"
 
-#: catalog/index.c:1223
+#: commands/tablecmds.c:3852
 #, c-format
-msgid "setNewRelfilenode: cannot find relation %u in pg_class"
-msgstr "setNewRelfilenode: kann Relation %u nicht in pg_class finden"
+msgid "multiple constraints named \"%s\" were dropped"
+msgstr ""
 
-#: catalog/index.c:1335
+#: commands/tablecmds.c:3894
 #, c-format
-msgid "UpdateStats: cannot find relation %u in pg_class"
-msgstr "UpdateStats: kann Relation %u nicht in pg_class finden"
+msgid "\"%s\" is not a table, TOAST table, index, view, or sequence"
+msgstr "»%s« ist weder Tabelle, TOAST-Tabelle, Index, Sicht noch Sequenz"
 
-#: catalog/index.c:1599
-msgid "IndexBuildHeapScan: concurrent insert in progress"
+#: commands/tablecmds.c:4078
+msgid "shared relations cannot be toasted after initdb"
 msgstr ""
 
-#: catalog/index.c:1614
-msgid "IndexBuildHeapScan: concurrent delete in progress"
-msgstr ""
+#: commands/tablecmds.c:4093
+#, c-format
+msgid "relation \"%s\" already has a TOAST table"
+msgstr "Relation »%s« hat schon eine TOAST-Tabelle"
 
-#: 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"
+#: commands/tablecmds.c:4110
+#, c-format
+msgid "relation \"%s\" does not need a TOAST table"
+msgstr "Relation »%s« benötigt keine TOAST-Tabelle"
 
-#: catalog/index.c:1706
+#: commands/trigger.c:137
 #, c-format
-msgid "IndexGetRelation: can't find index id %u"
-msgstr "IndexGetRelation: kann Index %u nicht finden"
+msgid "could not determine referenced table for constraint \"%s\""
+msgstr ""
 
-#: catalog/index.c:1755
-msgid "reindex_index: can't open index relation"
+#: commands/trigger.c:222
+msgid "multiple INSERT events specified"
 msgstr ""
 
-#: catalog/index.c:1766
-msgid "reindex_index: can't open heap relation"
+#: commands/trigger.c:229
+msgid "multiple DELETE events specified"
 msgstr ""
 
-#: catalog/index.c:1780 catalog/index.c:1903
-#, c-format
-msgid "the target relation %u is shared"
+#: commands/trigger.c:236
+msgid "multiple UPDATE events specified"
 msgstr ""
 
-#: catalog/index.c:1786
+#: commands/trigger.c:269 commands/trigger.c:654
 #, c-format
-msgid "the target relation %u is nailed"
-msgstr ""
+msgid "trigger \"%s\" for relation \"%s\" already exists"
+msgstr "Trigger »%s« für Relation »%s« existiert bereits"
 
-#: 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"
+#: commands/trigger.c:290
+#, c-format
+msgid "changing return type of function %s from \"opaque\" to \"trigger\""
 msgstr ""
 
-#: catalog/namespace.c:186
+#: commands/trigger.c:297
 #, c-format
-msgid "Relation \"%s\".\"%s\" does not exist"
-msgstr "Relation »%s.%s« existiert nicht"
+msgid "function %s must return type \"trigger\""
+msgstr "Funktion %s muss Typ »trigger« zurückgeben"
+
+#: commands/trigger.c:1161
+#, c-format
+msgid "trigger function %u returned null value"
+msgstr "Triggerfunktion %u gab NULL-Wert zurück"
 
-#: catalog/namespace.c:222
-msgid "TEMP tables may not specify a namespace"
+#: commands/trigger.c:1213 commands/trigger.c:1326 commands/trigger.c:1455
+msgid "BEFORE STATEMENT trigger cannot return a value"
 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"
+#: commands/trigger.c:1582 executor/execMain.c:1124 executor/execMain.c:1424
+#: executor/execMain.c:1559
+msgid "could not serialize access due to concurrent update"
+msgstr "kann Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung"
 
-#: catalog/namespace.c:246 catalog/namespace.c:1146
-msgid "No namespace has been selected to create in"
+#: commands/trigger.c:2263
+msgid "unnamed constraints cannot be set explicitly"
 msgstr ""
 
-#: catalog/namespace.c:298
+#: commands/trigger.c:2296
 #, c-format
-msgid "Cache lookup failed for relation %u"
-msgstr "Cachesuche nach Relation %u fehlgeschlagen"
+msgid "constraint \"%s\" is not deferrable"
+msgstr "Constraint »%s« ist nicht verschiebbar"
 
-#: catalog/namespace.c:380
+#: commands/typecmds.c:135
 #, c-format
-msgid "Cache lookup failed for type %u"
+msgid "type names must be %d characters or less"
 msgstr ""
 
-#: catalog/namespace.c:581
+#: commands/typecmds.c:167
 #, c-format
-msgid "Cache lookup failed for procedure %u"
+msgid "array element type cannot be %s"
 msgstr ""
 
-#: catalog/namespace.c:793
+#: commands/typecmds.c:200
 #, c-format
-msgid "Cache lookup failed for operator %u"
-msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+msgid "alignment \"%s\" not recognized"
+msgstr "Ausrichtung »%s« nicht erkannt"
 
-#: catalog/namespace.c:1006
+#: commands/typecmds.c:217
 #, c-format
-msgid "Cache lookup failed for opclass %u"
-msgstr "Cachesuche nach Operatorklasse %u fehlgeschlagen"
+msgid "storage \"%s\" not recognized"
+msgstr "Storage-Typ »%s« nicht erkannt"
 
-#: catalog/namespace.c:1075 gram.y:2270 gram.y:6772
+#: commands/typecmds.c:222
 #, c-format
-msgid "Improper qualified name (too many dotted names): %s"
-msgstr ""
+msgid "type attribute \"%s\" not recognized"
+msgstr "Typ-Attribut »%s« nicht erkannt"
 
-#: catalog/namespace.c:1179
-msgid "Improper relation name (too many dotted names)"
-msgstr ""
+#: commands/typecmds.c:232
+msgid "type input function must be specified"
+msgstr "Typeingabefunktion muss angegeben werden"
 
-#: catalog/namespace.c:1391
-msgid "recomputeNamespacePath: invalid list syntax"
-msgstr ""
+#: commands/typecmds.c:236
+msgid "type output function must be specified"
+msgstr "Typausgabefunktion muss angegeben werden"
 
-#: catalog/namespace.c:1520
+#: commands/typecmds.c:275
 #, 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 ""
+msgid "changing return type of function %s from \"opaque\" to %s"
+msgstr "ändere Rückgabetyp von Funktion %s von »opaque« in %s"
 
-#: 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
+#: commands/typecmds.c:282
 #, c-format
-msgid "default conversion for %s to %s already exists"
-msgstr "Standardumwandlung von %s nach %s existiert bereits"
+msgid "type input function %s must return type %s"
+msgstr "Typeingabefunktion %s muss Typ %s zurückgeben"
 
-#: catalog/pg_conversion.c:141 catalog/pg_conversion.c:308
+#: commands/typecmds.c:292
 #, c-format
-msgid "Conversion %u search from syscache failed"
+msgid "changing return type of function %s from \"opaque\" to \"cstring\""
 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
+#: commands/typecmds.c:299
 #, c-format
-msgid "conversion %s not found"
-msgstr "Umwandlung %s nicht gefunden"
+msgid "type output function %s must return type \"cstring\""
+msgstr "Typeausgabefunktion %s muss Typ »cstring« zurückgeben"
 
-#: catalog/pg_largeobject.c:108
+#: commands/typecmds.c:308
 #, 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"
+msgid "type receive function %s must return type %s"
+msgstr "Typempfangsfunktion %s muss Typ %s zurückgeben"
 
-#: catalog/pg_namespace.c:49
+#: commands/typecmds.c:317
 #, c-format
-msgid "namespace \"%s\" already exists"
-msgstr "Namespace »%s« existiert bereits"
+msgid "type send function %s must return type \"bytea\""
+msgstr "Typsendefunktion %s muss Typ »bytea« zurückgeben"
 
-#: catalog/pg_operator.c:215 catalog/pg_operator.c:401
+#: commands/typecmds.c:520
 #, c-format
-msgid "\"%s\" is not a valid operator name"
+msgid "domain names must be %d characters or less"
 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
+#: commands/typecmds.c:541
 #, 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"
+msgid "\"%s\" is not a valid base type for a domain"
 msgstr ""
 
-#: catalog/pg_proc.c:201
-msgid ""
-"ProcedureCreate: cannot change return type of existing function.\n"
-"\tUse DROP FUNCTION first."
+#: commands/typecmds.c:598 commands/typecmds.c:1453
+msgid "foreign key constraints not possible for domains"
 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"
+#: commands/typecmds.c:618
+msgid "multiple default expressions"
+msgstr "mehrere Default-Ausdrücke"
 
-#: 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"
+#: commands/typecmds.c:648 commands/typecmds.c:657
+msgid "conflicting NULL/NOT NULL constraints"
+msgstr ""
 
-#: catalog/pg_proc.c:347
-#, c-format
-msgid "function declared to return %s, but final statement is not a SELECT"
+#: commands/typecmds.c:676 commands/typecmds.c:1471
+msgid "unique constraints not possible for domains"
 msgstr ""
-"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"
+#: commands/typecmds.c:682 commands/typecmds.c:1477
+msgid "primary key constraints not possible for domains"
 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"
+#: commands/typecmds.c:691 commands/typecmds.c:1486
+msgid "specifying constraint deferrability not supported for domains"
 msgstr ""
-"Rückgabetyp stimmt nicht überein: deklariert als %s, aber tatsächlich %s"
 
-#: catalog/pg_proc.c:421 catalog/pg_proc.c:447
+#: commands/typecmds.c:808 commands/typecmds.c:1720 commands/typecmds.c:2031
 #, 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)"
+msgid "\"%s\" is not a domain"
+msgstr "»%s« ist keine Domäne"
 
-#: catalog/pg_proc.c:430
+#: commands/typecmds.c:878
 #, c-format
-msgid "function declared to return %s returns %s instead of %s at column %d"
+msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
 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
+#: commands/typecmds.c:948
 #, c-format
-msgid "cache lookup of function %u failed"
-msgstr "Cachesuche nach Funktion %u fehlgeschlagen"
+msgid "changing argument type of function %s from \"opaque\" to %s"
+msgstr ""
 
-#: catalog/pg_proc.c:491 catalog/pg_proc.c:530 catalog/pg_proc.c:590
-msgid "null prosrc"
+#: commands/typecmds.c:1059
+msgid "composite type must have at least one attribute"
 msgstr ""
 
-#: catalog/pg_proc.c:495
+#: commands/typecmds.c:1290
 #, 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"
+msgid "column \"%s\" of table \"%s\" contains null values"
 msgstr ""
 
-#: catalog/pg_proc.c:578
+#: commands/typecmds.c:1557
 #, c-format
-msgid "SQL functions cannot return type %s"
-msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben"
+msgid ""
+"relation \"%s\" column \"%s\" contains values that violate the new constraint"
+msgstr ""
 
-#: catalog/pg_proc.c:584
+#: commands/typecmds.c:1754
 #, c-format
-msgid "SQL functions cannot have arguments of type %s"
-msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben"
+msgid "constraint \"%s\" for domain \"%s\" already exists"
+msgstr "Constraint »%s« für Domäne »%s« existiert bereits"
 
-#: catalog/pg_type.c:171 catalog/pg_type.c:175
-#, c-format
-msgid "TypeCreate: invalid type internal size %d"
+#: commands/typecmds.c:1794 commands/typecmds.c:1803
+msgid "cannot use table references in domain check constraint"
 msgstr ""
+"Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden"
 
-#: catalog/pg_type.c:180
-msgid "TypeCreate: fixed size types must have storage PLAIN"
-msgstr ""
+#: commands/typecmds.c:1815
+msgid "cannot use aggregate in check constraint"
+msgstr "Aggregatfunktionen können in Check-Constraints nicht verwendet werden"
 
-#: catalog/pg_type.c:257
+#: commands/user.c:149 commands/user.c:248 commands/user.c:297
+#: commands/user.c:379
 #, c-format
-msgid "type %s already exists"
-msgstr "Typ %s existiert bereits"
+msgid "could not write to temporary file \"%s\": %m"
+msgstr "konnte nicht in temporäre Datei »%s« schreiben: %m"
 
-#: catalog/pg_type.c:399
+#: commands/user.c:184
 #, c-format
-msgid "type %s does not exist"
-msgstr "Typ %s existiert bereits"
+msgid "invalid group name \"%s\""
+msgstr "ungültiger Gruppenname »%s«"
 
-#: catalog/pg_type.c:405
+#: commands/user.c:215 commands/user.c:347
 #, c-format
-msgid "type named %s already exists"
-msgstr "Typ namens %s existiert bereits"
+msgid "invalid user name \"%s\""
+msgstr "ungültiger Benutzername »%s«"
 
-#: commands/functioncmds.c:81
+#: commands/user.c:258 commands/user.c:389
 #, c-format
-msgid "SQL function cannot return shell type \"%s\""
-msgstr "SQL-Funktionen können keinen Hüllen-Rückgabetyp »%s« haben"
+msgid "could not rename file \"%s\" to \"%s\": %m"
+msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"
 
-#: commands/functioncmds.c:84
+#: commands/user.c:354
 #, c-format
-msgid "Return type \"%s\" is only a shell"
-msgstr "Rückgabetyp %s ist nur eine Hülle"
+msgid "invalid user password \"%s\""
+msgstr "ungültiges Benutzerpasswort: %s"
 
-#: commands/functioncmds.c:103 commands/functioncmds.c:159
-#: commands/typecmds.c:322 commands/typecmds.c:329 commands/typecmds.c:647
-#: parser/parse_func.c:1410 parser/parse_oper.c:98 parser/parse_oper.c:107
-#: parser/parse_type.c:191 parser/parse_type.c:213 parser/parse_type.c:219
-#, c-format
-msgid "Type \"%s\" does not exist"
-msgstr "Typ %s existiert nicht"
+#: commands/user.c:587
+msgid "user ID must be positive"
+msgstr "Benutzer-ID muss positiv sein"
 
-#: commands/functioncmds.c:106
-#, c-format
-msgid "ProcedureCreate: type %s is not yet defined"
-msgstr "ProcedureCreate: Typ %s ist noch nicht definiert"
+#: commands/user.c:604
+msgid "must be superuser to create users"
+msgstr ""
 
-#: commands/functioncmds.c:116
+#: commands/user.c:609
 #, c-format
-msgid "could not create type %s"
-msgstr "konnte Typ %s nicht erstellen"
+msgid "user name \"%s\" is reserved"
+msgstr "Benutzername »%s« ist reserviert"
 
-#: commands/functioncmds.c:150
+#: commands/user.c:646 commands/user.c:1191
 #, c-format
-msgid "SQL function cannot accept shell type \"%s\""
-msgstr "SQL-Funktionen können keinen Hüllen-Rückgabetyp »%s« haben"
+msgid "user \"%s\" already exists"
+msgstr "Benutzer »%s« existiert bereits"
 
-#: commands/functioncmds.c:153
+#: commands/user.c:651 commands/user.c:1357
 #, 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 ""
+msgid "sysid %d is already assigned"
+msgstr "Sysid %d existiert bereits"
 
-#: commands/functioncmds.c:297
+#: commands/user.c:848 commands/user.c:961 commands/user.c:1053
+#: commands/user.c:1172 commands/variable.c:778 utils/cache/lsyscache.c:1989
+#: utils/init/miscinit.c:310
 #, c-format
-msgid "Unrecognized function attribute '%s' ignored"
-msgstr ""
+msgid "user \"%s\" does not exist"
+msgstr "Benutzer »%s« existiert nicht"
 
-#: commands/functioncmds.c:339
-#, c-format
-msgid "CREATE FUNCTION: only one AS item needed for %s language"
+#: commands/user.c:1026
+msgid "must be superuser to drop users"
 msgstr ""
 
-#: commands/functioncmds.c:399 utils/adt/acl.c:1443
-#, c-format
-msgid "language \"%s\" does not exist"
-msgstr "Sprache »%s« existiert nicht"
+#: commands/user.c:1060
+msgid "current user cannot be dropped"
+msgstr "aktueller Benutzer kann nicht entfernt werden"
 
-#: commands/functioncmds.c:505
-#, c-format
-msgid "RemoveFunction: couldn't find tuple for function %s"
-msgstr ""
+#: commands/user.c:1064
+msgid "session user cannot be dropped"
+msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
 
-#: commands/functioncmds.c:515
+#: commands/user.c:1090
 #, c-format
-msgid ""
-"RemoveFunction: function '%s' is an aggregate\n"
-"\tUse DROP AGGREGATE to remove it"
-msgstr ""
+msgid "user \"%s\" cannot be dropped"
+msgstr "Benutzer »%s« kann nicht gelöscht werden"
 
-#: commands/functioncmds.c:522
+#: commands/user.c:1091
 #, c-format
-msgid "Removing built-in function \"%s\""
-msgstr "eingebaute Funktion »%s« wird entfernt"
+msgid "The user owns database \"%s\"."
+msgstr "Der Benutzer ist der Eigentümer der Datenbank »%s«."
 
-#: commands/functioncmds.c:560
-#, c-format
-msgid "RemoveFunctionById: couldn't find tuple for function %u"
-msgstr ""
+#: commands/user.c:1183
+msgid "session user may not be renamed"
+msgstr "aktueller Sitzungsbenutzer kann nicht umbenannt werden"
 
-#: commands/functioncmds.c:582
-#, c-format
-msgid "RemoveFunctionById: couldn't find pg_aggregate tuple for %u"
+#: commands/user.c:1197
+msgid "must be superuser to rename users"
 msgstr ""
 
-#: commands/functioncmds.c:614
+#: commands/user.c:1230
 #, c-format
-msgid "SetFunctionReturnType: couldn't find tuple for function %u"
+msgid "before using passwords you must revoke permissions on %s"
 msgstr ""
 
-#: commands/functioncmds.c:619
-#, c-format
-msgid "SetFunctionReturnType: function %u doesn't return OPAQUE"
+#: commands/user.c:1232
+msgid ""
+"This restriction is to prevent unprivileged users from reading the passwords."
 msgstr ""
 
-#: commands/functioncmds.c:652
+#: commands/user.c:1233
 #, c-format
-msgid "SetFunctionArgType: couldn't find tuple for function %u"
+msgid "Try REVOKE ALL ON \"%s\" FROM PUBLIC."
 msgstr ""
 
-#: commands/functioncmds.c:658
-#, c-format
-msgid "SetFunctionArgType: function %u doesn't take OPAQUE"
+#: commands/user.c:1297
+msgid "group ID must be positive"
 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/user.c:1310
+msgid "must be superuser to create groups"
+msgstr ""
 
-#: commands/functioncmds.c:706
+#: commands/user.c:1315
 #, c-format
-msgid "source data type %s is only a shell"
-msgstr "Quelldatentyp %s ist nur eine Hülle"
+msgid "group name \"%s\" is reserved"
+msgstr "Gruppenname »%s« ist reserviert"
 
-#: commands/functioncmds.c:710
+#: commands/user.c:1352 commands/user.c:1734
 #, c-format
-msgid "target data type %s is only a shell"
-msgstr "Zieldatentyp %s ist nur eine Hülle"
+msgid "group \"%s\" already exists"
+msgstr "Gruppe »%s« existiert bereits"
 
-#: commands/functioncmds.c:714
-#, c-format
-msgid "source data type %s is a pseudo-type"
+#: commands/user.c:1437
+msgid "must be superuser to alter groups"
 msgstr ""
 
-#: commands/functioncmds.c:718
+#: commands/user.c:1516
 #, c-format
-msgid "target data type %s is a pseudo-type"
-msgstr "Zieldatentyp %s ist ein Pseudotyp"
+msgid "group \"%s\" does not have any members"
+msgstr "Gruppe »%s« hat keine Mitglieder"
 
-#: commands/functioncmds.c:723 commands/functioncmds.c:904
+#: commands/user.c:1544
 #, c-format
-msgid "must be owner of type %s or type %s"
-msgstr ""
+msgid "user \"%s\" is not in group \"%s\""
+msgstr "Benutzer »%s« ist nicht in Gruppe »%s«"
 
-#: commands/functioncmds.c:743
-msgid "cast function must take 1 argument"
+#: commands/user.c:1676
+msgid "must be superuser to drop groups"
 msgstr ""
 
-#: commands/functioncmds.c:745
-msgid "argument of cast function must match source data type"
+#: commands/user.c:1740
+msgid "must be superuser to rename groups"
 msgstr ""
 
-#: commands/functioncmds.c:747
-msgid "return data type of cast function must match target data type"
+#: commands/vacuum.c:466
+msgid "oldest xmin is far in the past"
 msgstr ""
 
-#: commands/functioncmds.c:749
-msgid "cast function must not be volatile"
+#: commands/vacuum.c:467
+msgid "Close open transactions soon to avoid wraparound problems."
 msgstr ""
 
-#: commands/functioncmds.c:751
-msgid "cast function must not be an aggregate function"
+#: commands/vacuum.c:674
+msgid "some databases have not been vacuumed in over 2 billion transactions"
 msgstr ""
 
-#: commands/functioncmds.c:753
-msgid "cast function must not return a set"
+#: commands/vacuum.c:675
+msgid "You may have already suffered transaction-wraparound data loss."
 msgstr ""
 
-#: commands/functioncmds.c:774
-msgid "Must be superuser to create a cast WITHOUT FUNCTION"
+#: commands/vacuum.c:686
+msgid "some databases have not been vacuumed in over 1 billion transactions"
 msgstr ""
 
-#: commands/functioncmds.c:787
-msgid "source and target datatypes are not physically compatible"
+#: commands/vacuum.c:687
+msgid "Better vacuum them soon, or you may have a wraparound failure."
 msgstr ""
 
-#: commands/functioncmds.c:803
+#: commands/vacuum.c:694
 #, c-format
-msgid "CreateCast: bogus CoercionContext %c"
+msgid "some databases have not been vacuumed in %d transactions"
 msgstr ""
 
-#: commands/functioncmds.c:820
+#: commands/vacuum.c:696
 #, c-format
-msgid "cast from data type %s to data type %s already exists"
+msgid ""
+"Better vacuum them within %d transactions, or you may have a wraparound "
+"failure."
 msgstr ""
 
-#: commands/functioncmds.c:897
+#: commands/vacuum.c:785
 #, c-format
-msgid "cast from type %s to type %s does not exist"
+msgid "skipping \"%s\" --- only table or database owner can vacuum it"
 msgstr ""
 
-#: commands/functioncmds.c:940
+#: commands/vacuum.c:799
 #, c-format
-msgid "could not find tuple for cast %u"
+msgid ""
+"skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
 msgstr ""
 
-#: commands/aggregatecmds.c:93
+#: commands/vacuum.c:1030 commands/vacuumlazy.c:205
 #, c-format
-msgid "DefineAggregate: attribute \"%s\" not recognized"
+msgid "vacuuming \"%s.%s\""
 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
+#: commands/vacuum.c:1065 commands/vacuumlazy.c:263
 #, c-format
-msgid "Aggregate transition datatype cannot be %s"
+msgid "relation \"%s\" page %u is uninitialized --- fixing"
 msgstr ""
 
-#: commands/aggregatecmds.c:174
+#: commands/vacuum.c:1182
 #, c-format
-msgid "RemoveAggregate: couldn't find pg_proc tuple for %s"
+msgid ""
+"relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- can't shrink "
+"relation"
 msgstr ""
 
-#: commands/analyze.c:199
+#: commands/vacuum.c:1195
 #, c-format
-msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
+msgid ""
+"relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- can't shrink "
+"relation"
 msgstr ""
 
-#: commands/analyze.c:213 commands/vacuum.c:784
+#: commands/vacuum.c:1357 commands/vacuumlazy.c:428
 #, c-format
 msgid ""
-"Skipping \"%s\" --- can not process indexes, views or special system tables"
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
 msgstr ""
 
-#: commands/analyze.c:242
+#: commands/vacuum.c:1360
 #, c-format
-msgid "Analyzing %s.%s"
+msgid ""
+"%.0f dead row versions cannot be removed yet.\n"
+"Nonremovable row versions range from %lu to %lu bytes long.\n"
+"There were %.0f unused item pointers.\n"
+"Total free space (including removable row versions) is %.0f bytes.\n"
+"%u pages are or will become empty, including %u at the end of the table.\n"
+"%u pages containing %.0f free bytes are potential move destinations.\n"
+"%s"
 msgstr ""
 
-#: commands/analyze.c:435 utils/adt/ruleutils.c:2496
+#: commands/vacuum.c:2363
 #, c-format
-msgid "cache lookup of type %u failed"
+msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
 msgstr ""
 
-#: commands/analyze.c:645
+#: commands/vacuum.c:2366 commands/vacuumlazy.c:489 commands/vacuumlazy.c:774
+#: nodes/print.c:87 storage/lmgr/deadlock.c:888 tcop/postgres.c:3201
 #, c-format
-msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
-msgstr ""
+msgid "%s"
+msgstr "%s"
 
-#: commands/async.c:153
+#: commands/vacuum.c:2550 commands/vacuumlazy.c:771
 #, c-format
-msgid "Async_Notify: %s"
+msgid "\"%s\": truncated %u to %u pages"
 msgstr ""
 
-#: commands/async.c:201
+#: commands/vacuum.c:2642 commands/vacuum.c:2709 commands/vacuumlazy.c:597
+#: commands/vacuumlazy.c:657
 #, c-format
-msgid "Async_Listen: %s"
+msgid "index \"%s\" now contains %.0f row versions in %u pages"
 msgstr ""
 
-#: commands/async.c:224
+#: commands/vacuum.c:2646 commands/vacuumlazy.c:601
 #, c-format
-msgid "Async_Listen: We are already listening on %s"
+msgid ""
+"%u index pages have been deleted, %u are currently reusable.\n"
+"%s"
 msgstr ""
 
-#: commands/async.c:296
+#: commands/vacuum.c:2660
 #, c-format
-msgid "Async_Unlisten %s"
+msgid ""
+"index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
 msgstr ""
 
-#: commands/async.c:354
-msgid "Async_UnlistenAll"
+#: commands/vacuum.c:2663 commands/vacuum.c:2732
+msgid "Rebuild the index with REINDEX."
 msgstr ""
 
-#: commands/async.c:456
-msgid "AtCommit_Notify"
+#: commands/vacuum.c:2713 commands/vacuumlazy.c:661
+#, c-format
+msgid ""
+"%.0f index row versions were removed.\n"
+"%u index pages have been deleted, %u are currently reusable.\n"
+"%s"
 msgstr ""
 
-#: commands/async.c:488
-msgid "AtCommit_Notify: notifying self"
+#: commands/vacuum.c:2729
+#, c-format
+msgid "index \"%s\" contains %.0f row versions, but table contains %.0f tuples"
 msgstr ""
 
-#: commands/async.c:495
+#: commands/vacuumlazy.c:431
 #, c-format
-msgid "AtCommit_Notify: notifying pid %d"
+msgid ""
+"%.0f dead row versions cannot be removed yet.\n"
+"There were %.0f unused item pointers.\n"
+"%u pages are entirely empty.\n"
+"%s"
 msgstr ""
 
-#: commands/async.c:544
-msgid "AtCommit_Notify: done"
+#: commands/vacuumlazy.c:486
+#, c-format
+msgid "\"%s\": removed %d row versions in %d pages"
 msgstr ""
 
-#: commands/async.c:621
-msgid "Async_NotifyHandler: perform async notify"
-msgstr ""
+#: commands/variable.c:75
+msgid "invalid list syntax for parameter \"datestyle\""
+msgstr "ungültige Listensyntax für Parameter »datestyle«"
 
-#: commands/async.c:626
-msgid "Async_NotifyHandler: done"
+#: commands/variable.c:161
+#, c-format
+msgid "unrecognized \"datestyle\" key word: \"%s\""
 msgstr ""
 
-#: commands/async.c:693
-msgid "EnableNotifyInterrupt: perform async notify"
+#: commands/variable.c:179
+msgid "conflicting \"datestyle\" specifications"
 msgstr ""
 
-#: commands/async.c:698
-msgid "EnableNotifyInterrupt: done"
+#: commands/variable.c:450
+msgid "invalid interval value for time zone: month not allowed"
 msgstr ""
 
-#: commands/async.c:749
-msgid "ProcessIncomingNotify"
-msgstr ""
+#: commands/variable.c:557
+#, c-format
+msgid "unrecognized time zone name: \"%s\""
+msgstr "unbekannter Zeitzonenname: »%s«"
 
-#: commands/async.c:785
+#: commands/variable.c:565
 #, c-format
-msgid "ProcessIncomingNotify: received %s from %d"
-msgstr ""
+msgid "time zone \"%s\" appears to use leap seconds"
+msgstr "Zeitzone »%s« verwendet scheinbar Schaltsekunden"
 
-#: commands/async.c:820
-msgid "ProcessIncomingNotify: done"
-msgstr ""
+#: commands/variable.c:567
+msgid "PostgreSQL does not support leap seconds."
+msgstr "PostgreSQL unterstützt keine Schaltsekunden."
 
-#: commands/async.c:847
-#, c-format
-msgid "NOTIFY for %s"
+#: commands/variable.c:636
+msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
 msgstr ""
 
-#: commands/cluster.c:99
+#: commands/variable.c:713 utils/mb/mbutils.c:188
 #, c-format
-msgid "CLUSTER: cannot find index \"%s\" for table \"%s\""
-msgstr "CLUSTER: kann Index »%s« für Tabelle »%s« nicht finden"
+msgid "conversion between %s and %s is not supported"
+msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt"
 
-#: 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/view.c:89
+msgid "view must have at least one column"
+msgstr "Sicht muss mindestens eine Spalte haben"
 
-#: commands/cluster.c:121
-#, c-format
-msgid "CLUSTER: cannot cluster system relation \"%s\""
+#: commands/view.c:169 commands/view.c:181
+msgid "cannot change number of columns in view"
 msgstr ""
 
-#: commands/cluster.c:300 commands/cluster.c:318
+#: commands/view.c:186
 #, c-format
-msgid "Cache lookup failed for index %u"
-msgstr "Cachesuche nach Index %u fehlgeschlagen"
+msgid "cannot change name of view column \"%s\""
+msgstr "kann Namen der Sichtspalte »%s« nicht ändern"
 
-#: commands/cluster.c:385
+#: commands/view.c:193
 #, c-format
-msgid "cache lookup failed for index %u"
-msgstr "Cachesuche nach Index %u fehlgeschlagen"
+msgid "cannot change data type of view column \"%s\""
+msgstr "kann Datentyp der Sichtspalte »%s« nicht ändern"
 
-#: commands/cluster.c:437 commands/cluster.c:444
+#: executor/execMain.c:844
 #, c-format
-msgid "CLUSTER: Cannot find tuple for relation %u"
-msgstr ""
+msgid "cannot change sequence \"%s\""
+msgstr "kann Sequenz »%s« nicht ändern"
 
-#: commands/cluster.c:456 commands/cluster.c:462
+#: executor/execMain.c:850
 #, 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 ""
+msgid "cannot change TOAST relation \"%s\""
+msgstr "kann TOAST-Relation »%s« nicht ändern"
 
-#: commands/cluster.c:530 commands/cluster.c:535
+#: executor/execMain.c:856
 #, c-format
-msgid "CLUSTER: expected one dependency record for TOAST table, found %ld"
-msgstr ""
+msgid "cannot change view \"%s\""
+msgstr "kann Sicht »%s« nicht ändern"
 
-#: commands/comment.c:111
+#: executor/execMain.c:1691
 #, c-format
-msgid "An attempt was made to comment on a unknown type: %d"
-msgstr ""
+msgid "null value in column \"%s\" violates not-null constraint"
+msgstr "NULL-Wert in Spalte »%s« verletzt Not-Null-Constraint"
 
-#: commands/comment.c:306
+#: executor/execMain.c:1703
 #, c-format
-msgid "relation \"%s\" is not an index"
-msgstr "Relation »%s« ist kein Index"
+msgid "new row for relation \"%s\" violates check constraint \"%s\""
+msgstr "neue Zeile für Relation »%s« verletzt Check-Constraint »%s«"
 
-#: commands/comment.c:311
+#: executor/execQual.c:180 executor/execQual.c:204 executor/execQual.c:1719
+#: utils/adt/array_userfuncs.c:362 utils/adt/arrayfuncs.c:212
+#: utils/adt/arrayfuncs.c:378 utils/adt/arrayfuncs.c:897
+#: utils/adt/arrayfuncs.c:2237
 #, c-format
-msgid "relation \"%s\" is not a sequence"
-msgstr "Relation »%s« ist keine Sequenz"
+msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
+msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)"
 
-#: commands/comment.c:316
+#: executor/execQual.c:500
 #, c-format
-msgid "relation \"%s\" is not a table"
-msgstr "Relation »%s« ist keine Tabelle"
+msgid "no value found for parameter \"%s\""
+msgstr "kein Wert für Parameter »%s« gefunden"
 
-#: commands/comment.c:321
+#: executor/execQual.c:505
 #, c-format
-msgid "relation \"%s\" is not a view"
-msgstr "Relation »%s« ist keine Sicht"
+msgid "no value found for parameter %d"
+msgstr "kein Wert für Parameter %d gefunden"
 
-#: commands/comment.c:357
-msgid "CommentAttribute: must specify relation.attribute"
+#: executor/execQual.c:665
+msgid "functions and operators can take at most one set argument"
+msgstr "Funktionen und Operatoren können höchstens ein Mengenargument haben"
+
+#: executor/execQual.c:717 executor/execQual.c:761 executor/execQual.c:948
+#: executor/execQual.c:2959 executor/functions.c:578 executor/functions.c:617
+#: utils/adt/pgstatfuncs.c:191 utils/adt/sets.c:207 utils/fmgr/funcapi.c:38
+msgid "set-valued function called in context that cannot accept a set"
 msgstr ""
+"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine "
+"Mengenergebnisse verarbeiten kann"
 
-#: 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«"
+#: executor/execQual.c:1059 executor/execQual.c:1100
+msgid "function returning row cannot return null value"
+msgstr "Funktion, die eine Zeile zurückgibt, kann keinen NULL-Wert zurückgeben"
 
-#: commands/comment.c:403
-msgid "CommentDatabase: database name may not be qualified"
+#: executor/execQual.c:1064
+msgid "function returning row did not return a valid tuple slot"
 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"
+#: executor/execQual.c:1127
+msgid "table-function protocol for materialize mode was not followed"
+msgstr ""
 
-#: commands/comment.c:414
+#: executor/execQual.c:1134
 #, c-format
-msgid "you are not permitted to comment on database \"%s\""
+msgid "unrecognized table-function returnMode: %d"
 msgstr ""
 
-#: commands/comment.c:419
-msgid "Database comments may only be applied to the current database"
-msgstr ""
+#: executor/execQual.c:1247
+msgid "IS DISTINCT FROM does not support set arguments"
+msgstr "IS DISTINCT FROM unterstützt keine Mengenargumente"
 
-#: commands/comment.c:442
-msgid "CommentSchema: schema name may not be qualified"
-msgstr ""
+#: executor/execQual.c:1315
+msgid "op ANY/ALL (array) does not support set arguments"
+msgstr "op ANY/ALL (array) unterstützt keine Mengenargumente"
 
-#: commands/comment.c:449
-#, c-format
-msgid "CommentSchema: Schema \"%s\" could not be found"
+#: executor/execQual.c:1705
+msgid "cannot merge incompatible arrays"
 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
+#: executor/execQual.c:1706
 #, c-format
 msgid ""
-"There are multiple rules \"%s\"\n"
-"\tPlease specify a relation name as well as a rule name"
+"Array with element type %s cannot be included in ARRAY construct with "
+"element type %s."
 msgstr ""
 
-#: commands/comment.c:732
-msgid "CommentTrigger: must specify relation and trigger"
+#: executor/execQual.c:1739
+msgid ""
+"multidimensional arrays must have array expressions with matching dimensions"
 msgstr ""
 
-#: commands/comment.c:765
+#: executor/execQual.c:1849
+msgid "NULLIF does not support set arguments"
+msgstr "NULLIF unterstützt keine Mengenargumente"
+
+#: executor/execQual.c:2030
 #, c-format
-msgid "trigger \"%s\" for relation \"%s\" does not exist"
-msgstr ""
+msgid "domain %s does not allow null values"
+msgstr "Domäne %s erlaubt keine NULL-Werte"
 
-#: commands/comment.c:807
-msgid "CommentConstraint: must specify relation and constraint"
-msgstr ""
+#: executor/execQual.c:2060
+#, c-format
+msgid "value for domain %s violates check constraint \"%s\""
+msgstr "Wert für Domäne %s verletzt Check-Constraint »%s«"
+
+#: executor/execQual.c:2417 optimizer/util/clauses.c:411 parser/parse_agg.c:74
+msgid "aggregate function calls may not be nested"
+msgstr "Aufrufe von Aggregatfunktionen können nicht geschachtelt werden"
 
-#: commands/comment.c:841
+#: executor/functions.c:183
 #, c-format
-msgid "Relation \"%s\" has multiple constraints named \"%s\""
+msgid ""
+"could not determine actual result type for function declared to return type %"
+"s"
 msgstr ""
+"konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp %"
+"s nicht bestimmen"
 
-#: commands/comment.c:851
+#: executor/functions.c:254
 #, c-format
-msgid "constraint \"%s\" for relation \"%s\" does not exist"
+msgid "could not determine actual type of argument declared %s"
 msgstr ""
+"konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen"
 
-#: commands/conversioncmds.c:58
+#: executor/functions.c:673
 #, c-format
-msgid "Invalid for encoding name: %s"
-msgstr ""
+msgid "SQL function \"%s\" statement %d"
+msgstr "SQL-Funktion »%s« Anweisung %d"
 
-#: commands/conversioncmds.c:62
+#: executor/functions.c:686
 #, c-format
-msgid "Invalid to encoding name: %s"
-msgstr "ungültiger Kodierungsname: %s"
+msgid "SQL function \"%s\""
+msgstr "SQL-Funktion »%s«"
 
-#: commands/copy.c:126
+#: executor/functions.c:692
 #, c-format
-msgid "CopySendData: %m"
-msgstr ""
+msgid "SQL function \"%s\" during startup"
+msgstr "SQL-Funktion »%s« beim Start"
 
-#: commands/copy.c:301
-msgid "COPY: BINARY option appears more than once"
-msgstr ""
+#: executor/nodeAgg.c:1314
+#, fuzzy, c-format
+msgid "aggregate %u needs to have compatible input type and transition type"
+msgstr "Aggregatfunktion muß eine Übergangsfunktion haben"
 
-#: commands/copy.c:308
-msgid "COPY: OIDS option appears more than once"
+#: executor/nodeFunctionscan.c:93
+msgid "query-specified return row and actual function return row do not match"
 msgstr ""
 
-#: commands/copy.c:315
-msgid "COPY: DELIMITER string may only be defined once in query"
-msgstr ""
+#: executor/nodeHashjoin.c:561 executor/nodeHashjoin.c:571
+#, c-format
+msgid "could not read from hash-join temporary file: %m"
+msgstr "konnte nicht aus temporärer Datei für Hash-Verbund lesen: %m"
 
-#: commands/copy.c:322
-msgid "COPY: NULL representation may only be defined once in query"
+#: executor/nodeHashjoin.c:629 executor/nodeHashjoin.c:636
+#, c-format
+msgid "could not rewind hash-join temporary file: %m"
 msgstr ""
 
-#: commands/copy.c:327
+#: executor/nodeHashjoin.c:687 executor/nodeHashjoin.c:692
 #, c-format
-msgid "COPY: option \"%s\" not recognized"
+msgid "could not write to hash-join temporary file: %m"
 msgstr ""
 
-#: commands/copy.c:332
-msgid "You can not specify the DELIMITER in BINARY mode."
+#: executor/nodeMergejoin.c:1479
+msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
 msgstr ""
+"RIGHT JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
 
-#: commands/copy.c:335
-msgid "You can not specify NULL in BINARY mode."
+#: executor/nodeMergejoin.c:1496 optimizer/path/joinpath.c:821
+msgid "FULL JOIN is only supported with merge-joinable join conditions"
 msgstr ""
+"FULL JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
 
-#: 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 ""
+#: executor/nodeSubplan.c:290 executor/nodeSubplan.c:332
+#: executor/nodeSubplan.c:966
+msgid "more than one row returned by a subquery used as an expression"
+msgstr "als Ausdruck verwendete Unteranfrage ergab mehr als eine Zeile"
 
-#: commands/copy.c:364
-msgid "COPY BINARY is not supported to stdout or from stdin"
-msgstr ""
+#: executor/spi.c:725
+msgid "cannot open multi-query plan as cursor"
+msgstr "kann Plan mit mehreren Anfragen nicht als Cursor öffnen"
 
-#: commands/copy.c:370
-msgid "COPY delimiter must be a single character"
-msgstr ""
+#: executor/spi.c:732
+msgid "cannot open non-SELECT query as cursor"
+msgstr "kann Nicht-SELECT-Anfrage nicht als Cursor öffnen"
+
+#: executor/spi.c:736
+msgid "cannot open SELECT INTO query as cursor"
+msgstr "kann SELECT-INTO-Anfrage nicht als Cursor öffnen"
 
-#: commands/copy.c:376
+#: libpq/auth.c:113
 #, c-format
-msgid "COPY: table \"%s\" does not have OIDs"
-msgstr "COPY: Tabelle %s hat keine OIDs"
+msgid "Kerberos error: %s"
+msgstr "Kerberos-Fehler: %s"
 
-#: commands/copy.c:397 commands/copy.c:442
+#: libpq/auth.c:119
 #, c-format
-msgid "You cannot copy view %s"
+msgid ""
+"unexpected Kerberos protocol version received from client (received \"%s\", "
+"expected \"%s\")"
 msgstr ""
+"unerwartete Kerberos-Protokollversion vom Client erhalten (»%s« erhalten, »%"
+"s« erwartet)"
 
-#: commands/copy.c:400
+#: libpq/auth.c:126 libpq/auth.c:306
 #, c-format
-msgid "You cannot change sequence relation %s"
+msgid ""
+"unexpected Kerberos user name received from client (received \"%s\", "
+"expected \"%s\")"
 msgstr ""
+"unerwarteter Kerberos-Benutzername vom Client erhalten (»%s« erhalten, »%s« "
+"erwartet)"
 
-#: commands/copy.c:403 commands/copy.c:448
+#: libpq/auth.c:140
+msgid "Kerberos 4 not implemented on this server"
+msgstr "Kerberos 4 ist auf diesem Server nicht implementiert"
+
+#: libpq/auth.c:201
 #, c-format
-msgid "You cannot copy object %s"
-msgstr ""
+msgid "Kerberos initialization returned error %d"
+msgstr "Kerberos-Initialisierung ergab Fehler %d"
 
-#: commands/copy.c:423
+#: libpq/auth.c:211
 #, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for reading.  Errno = %s (%d)."
-msgstr ""
+msgid "Kerberos keytab resolving returned error %d"
+msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d"
 
-#: commands/copy.c:432 commands/copy.c:488
+#: libpq/auth.c:224
 #, c-format
-msgid "COPY: %s is a directory"
-msgstr ""
+msgid "Kerberos sname_to_principal(\"%s\") returned error %d"
+msgstr "Kerberos sname_to_principal(\"%s\") ergab Fehler %d"
 
-#: commands/copy.c:445
+#: libpq/auth.c:269
 #, c-format
-msgid "You cannot copy sequence %s"
-msgstr ""
+msgid "Kerberos recvauth returned error %d"
+msgstr "Kerberos recvauth ergab Fehler %d"
 
-#: commands/copy.c:472
-msgid "Relative path not allowed for server side COPY command"
-msgstr ""
+#: libpq/auth.c:294
+#, c-format
+msgid "Kerberos unparse_name returned error %d"
+msgstr "Kerberos unparse_name ergab Fehler %d"
+
+#: libpq/auth.c:327
+msgid "Kerberos 5 not implemented on this server"
+msgstr "Kerberos 5 ist auf diesem Server nicht implementiert"
 
-#: commands/copy.c:480
+#: libpq/auth.c:394
 #, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for writing.  Errno = %s (%d)."
-msgstr ""
+msgid "%s authentication failed for user \"%s\""
+msgstr "»%s«-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+
+#: libpq/auth.c:418
+msgid "missing or erroneous pg_hba.conf file"
+msgstr "fehlende oder fehlerhafter pg_hba.conf-Datei"
 
-#: commands/copy.c:557
+#: libpq/auth.c:419
+msgid "See server log for details."
+msgstr "Einzelheiten finden Sie im Serverlog."
+
+#: libpq/auth.c:445
 #, c-format
-msgid "COPY: couldn't lookup info for type %u"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
 msgstr ""
+"kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s"
 
-#: commands/copy.c:561 commands/copy.c:827
-msgid "COPY BINARY: cstring not supported"
-msgstr ""
+#: libpq/auth.c:447
+msgid "SSL on"
+msgstr "SSL an"
 
-#: 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 ""
+#: libpq/auth.c:447
+msgid "SSL off"
+msgstr "SSL aus"
 
-#: commands/copy.c:910
-msgid "COPY BINARY: bogus file header (missing length)"
-msgstr ""
+#: libpq/auth.c:451
+#, c-format
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
+msgstr "kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«"
 
-#: commands/copy.c:916
-msgid "COPY BINARY: bogus file header (wrong length)"
-msgstr ""
+#: libpq/auth.c:463
+msgid "Kerberos 4 only supports IPv4 connections"
+msgstr "Kerberos 4 unterstützt nur IPv4-Verbindungen"
 
-#: commands/copy.c:965
-msgid "NULL Oid"
-msgstr ""
+#: libpq/auth.c:495
+#, c-format
+msgid "could not enable credential reception: %m"
+msgstr "konnte Empfang von Credentials nicht einschalten: %m"
 
-#: commands/copy.c:971
-msgid "Invalid Oid"
-msgstr ""
+#: libpq/auth.c:582
+#, c-format
+msgid "error from underlying PAM layer: %s"
+msgstr "Fehler von der unteren PAM-Ebene: %s"
 
-#: commands/copy.c:988
+#: libpq/auth.c:587
 #, c-format
-msgid "Missing data for column \"%s\""
-msgstr ""
+msgid "unsupported PAM conversation %d/%s"
+msgstr "nicht unterstütze PAM-Konversation %d/%s"
 
-#: commands/copy.c:1020
-msgid "Extra data after last expected column"
-msgstr ""
+#: libpq/auth.c:619
+msgid "empty password returned by client"
+msgstr "Client gab leeres Passwort zurück"
 
-#: commands/copy.c:1044
+#: libpq/auth.c:679
 #, c-format
-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 ""
+msgid "could not create PAM authenticator: %s"
+msgstr "konnte PAM-Authenticator nicht erzeugen: %s"
 
-#: commands/copy.c:1053
+#: libpq/auth.c:690
 #, c-format
-msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
-msgstr ""
+msgid "pam_set_item(PAM_USER) failed: %s"
+msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s"
 
-#: commands/copy.c:1059
-msgid "COPY BINARY: Invalid Oid"
-msgstr ""
+#: libpq/auth.c:701
+#, c-format
+msgid "pam_set_item(PAM_CONV) failed: %s"
+msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s"
 
-#: commands/copy.c:1076
+#: libpq/auth.c:712
 #, c-format
-msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
-msgstr ""
+msgid "pam_authenticate failed: %s"
+msgstr "pam_authenticate fehlgeschlagen: %s"
 
-#: commands/copy.c:1088
-msgid "COPY BINARY: bogus varlena length"
-msgstr ""
+#: libpq/auth.c:723
+#, c-format
+msgid "pam_acct_mgmt failed: %s"
+msgstr "pam_acct_mgmt fehlgeschlagen: %s"
 
-#: commands/copy.c:1264
+#: libpq/auth.c:734
 #, c-format
-msgid "GetInputFunction: Cache lookup of type %u failed"
-msgstr ""
+msgid "could not release PAM authenticator: %s"
+msgstr "konnte PAM-Authenticator nicht freigeben: %s"
 
-#: commands/copy.c:1280
+#: libpq/auth.c:772
 #, c-format
-msgid "GetTypeElement: Cache lookup of type %u failed"
-msgstr ""
+msgid "expected password response, got message type %d"
+msgstr "Passwort-Antwort erwartet, Message-Typ %d erhalten"
 
-#: commands/copy.c:1422
-msgid "CopyReadAttribute: end of record marker corrupted"
-msgstr ""
+#: libpq/auth.c:800
+msgid "invalid password packet size"
+msgstr "ungültige Größe des Passwortpakets"
 
-#: commands/copy.c:1582
+#: libpq/auth.c:804
+msgid "received password packet"
+msgstr "Passwortpaket erhalten"
+
+#: libpq/be-fsstubs.c:124 libpq/be-fsstubs.c:162 libpq/be-fsstubs.c:186
+#: libpq/be-fsstubs.c:214 libpq/be-fsstubs.c:271
 #, c-format
-msgid "Attribute \"%s\" specified more than once"
-msgstr ""
+msgid "invalid large-object descriptor: %d"
+msgstr "ungültiger Large-Object-Deskriptor: %d"
 
-#: commands/dbcommands.c:99 commands/dbcommands.c:105
-#: commands/dbcommands.c:111 commands/dbcommands.c:117
-msgid "CREATE DATABASE: conflicting options"
-msgstr ""
+#: libpq/be-fsstubs.c:375
+msgid "must be superuser to use server-side lo_import()"
+msgstr "nur Superuser können das serverseitige lo_import() verwenden"
 
-#: commands/dbcommands.c:121
-#, c-format
-msgid "CREATE DATABASE: option \"%s\" not recognized"
-msgstr ""
+#: libpq/be-fsstubs.c:376
+msgid "Anyone can use the client-side lo_import() provided by libpq."
+msgstr "Jeder kann das clientseitige lo_import() von libpq verwenden."
 
-#: commands/dbcommands.c:141
+#: libpq/be-fsstubs.c:391
 #, c-format
-msgid "%d is not a valid encoding code"
-msgstr ""
+msgid "could not open server file \"%s\": %m"
+msgstr "konnte Serverdatei »%s« nicht öffnen: %m"
 
-#: commands/dbcommands.c:147
+#: libpq/be-fsstubs.c:412
 #, c-format
-msgid "%s is not a valid encoding name"
-msgstr ""
+msgid "could not read server file \"%s\": %m"
+msgstr "konnte Serverdatei »%s« nicht lesen: %m"
 
-#: commands/dbcommands.c:151
-msgid "CREATE DATABASE: bogus encoding parameter"
-msgstr ""
+#: libpq/be-fsstubs.c:442
+msgid "must be superuser to use server-side lo_export()"
+msgstr "nur Superuser können das serverseitige lo_export() verwenden"
+
+#: libpq/be-fsstubs.c:443
+msgid "Anyone can use the client-side lo_export() provided by libpq."
+msgstr "Jeder kann das clientseitige lo_export() von libpq verwenden."
 
-#: commands/dbcommands.c:164 commands/dbcommands.c:171
-msgid "CREATE DATABASE: permission denied"
-msgstr "CREATE DATABASE: keine Berechtigung"
+#: libpq/be-fsstubs.c:469
+#, c-format
+msgid "could not create server file \"%s\": %m"
+msgstr "konnte Serverdatei »%s« nicht erstellen: %m"
 
-#: commands/dbcommands.c:186 commands/dbcommands.c:326
+#: libpq/be-fsstubs.c:481
 #, c-format
-msgid "CREATE DATABASE: database \"%s\" already exists"
-msgstr "CREATE DATABASE: Datenbank »%s« existiert bereits"
+msgid "could not write server file \"%s\": %m"
+msgstr "konnte Serverdatei »%s« nicht schreiben: %m"
 
-#: commands/dbcommands.c:198
+#: libpq/be-secure.c:274 libpq/be-secure.c:359
 #, c-format
-msgid "CREATE DATABASE: template \"%s\" does not exist"
-msgstr "CREATE DATABASE: Schablone »%s« existiert nicht"
+msgid "SSL SYSCALL error: %m"
+msgstr "SSL-SYSCALL-Fehler: %m"
+
+#: libpq/be-secure.c:279 libpq/be-secure.c:364
+msgid "SSL SYSCALL error: EOF detected"
+msgstr "SSL-SYSCALL-Fehler: EOF entdeckt"
 
-#: commands/dbcommands.c:208
+#: libpq/be-secure.c:287 libpq/be-secure.c:372
 #, c-format
-msgid "CREATE DATABASE: permission to copy \"%s\" denied"
-msgstr "CREATE DATABASE: keine Berechtigung um »%s« zu kopieren"
+msgid "SSL error: %s"
+msgstr "SSL-Fehler: %s"
 
-#: commands/dbcommands.c:227
+#: libpq/be-secure.c:296 libpq/be-secure.c:381
 #, 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"
+msgid "unrecognized SSL error code %d"
+msgstr "unbekannter SSL-Fehlercode %d"
 
-#: commands/dbcommands.c:235
-msgid "CREATE DATABASE: invalid backend encoding"
+#: libpq/be-secure.c:327 libpq/be-secure.c:331 libpq/be-secure.c:341
+msgid "SSL renegotiation failure"
 msgstr ""
 
-#: commands/dbcommands.c:263 commands/dbcommands.c:265
-#: commands/dbcommands.c:267
-msgid "database path may not contain single quotes"
-msgstr ""
+#: libpq/be-secure.c:335
+#, fuzzy
+msgid "SSL failed to send renegotiation request"
+msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
 
-#: commands/dbcommands.c:290
+#: libpq/be-secure.c:634
 #, c-format
-msgid "CREATE DATABASE: unable to create database directory '%s': %m"
-msgstr "CREATE DATABASE: konnte Datenbankverzeichnis »%s« nicht erstellen: %m"
+msgid "could not create SSL context: %s"
+msgstr "konnte SSL-Kontext nicht erstellen: %s"
 
-#: commands/dbcommands.c:293
+#: libpq/be-secure.c:644
 #, c-format
-msgid "CREATE DATABASE: unable to remove temp directory '%s': %m"
-msgstr ""
+msgid "could not load server certificate file \"%s\": %s"
+msgstr "konnte Serverzertifikatsdatei »%s« nicht laden: %s"
 
-#: commands/dbcommands.c:300
+#: libpq/be-secure.c:651
 #, c-format
-msgid "CREATE DATABASE: could not link '%s' to '%s': %m"
-msgstr ""
+msgid "could not access private key file \"%s\": %m"
+msgstr "konnte auf private Schlüsseldatei »%s« nicht zugreifen: %m"
 
-#: commands/dbcommands.c:310
-msgid "CREATE DATABASE: could not initialize database directory"
-msgstr "CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren"
+#: libpq/be-secure.c:657
+#, c-format
+msgid "unsafe permissions on private key file \"%s\""
+msgstr "unsichere Berechtigungen für private Schlüsseldatei »%s«"
 
-#: commands/dbcommands.c:312
+#: libpq/be-secure.c:659
 msgid ""
-"CREATE DATABASE: could not initialize database directory; delete failed as "
-"well"
+"File must be owned by the database user and must have no permissions for "
+"\"group\" or \"other\"."
 msgstr ""
-"CREATE DATABASE: konnte Datenbankverzeichnis nicht initialisieren; Löschen "
-"schlug auch fehl"
+"Die Datei muss dem Datenbankbenutzer gehören und keine Berechtigungen für "
+"»Gruppe« oder »Andere« haben."
 
-#: 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"
+#: libpq/be-secure.c:663
+#, c-format
+msgid "could not load private key file \"%s\": %s"
+msgstr "konnte private Schlüsseldatei »%s« nicht laden: %s"
 
-#: commands/dbcommands.c:419
+#: libpq/be-secure.c:668
 #, c-format
-msgid "DROP DATABASE: database \"%s\" does not exist"
-msgstr "DROP DATABASE: Datenbank »%s« existiert nicht"
+msgid "check of private key failed: %s"
+msgstr "Überprüfung des privaten Schlüssels fehlgeschlagen: %s"
 
-#: commands/dbcommands.c:422
-msgid "DROP DATABASE: permission denied"
-msgstr "DROP DATABASE: keine Berechtigung"
+#: libpq/be-secure.c:686
+#, c-format
+msgid "could not load root certificate file \"%s\": %s"
+msgstr "konnte Root-Zertifikat-Datei »%s« nicht laden: %s"
 
-#: commands/dbcommands.c:430
-msgid "DROP DATABASE: database is marked as a template"
-msgstr "DROP DATABASE: Datenbank ist als Schablone gekennzeichnet"
+#: libpq/be-secure.c:688
+msgid "Will not verify client certificates."
+msgstr "Client-Zertifikate werden nicht überprüft werden."
 
-#: commands/dbcommands.c:439
+#: libpq/be-secure.c:723
 #, c-format
-msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
-msgstr ""
-"DROP DATABASE: auf Datenbank »%s« wird von anderen Benutzern zugegriffen"
+msgid "could not initialize SSL connection: %s"
+msgstr "konnte SSL-Verbindung nicht initialisieren: %s"
 
-#: commands/dbcommands.c:456
+#: libpq/be-secure.c:747
 #, 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:697
-msgid "Relative paths are not allowed as database locations"
-msgstr ""
+msgid "SSL connection from \"%s\""
+msgstr "SSL-Verbindung von »%s«"
 
-#: commands/dbcommands.c:699
-msgid "Absolute paths are not allowed as database locations"
+#: libpq/crypt.c:62
+msgid ""
+"cannot use authentication method \"crypt\" because password is MD5-encrypted"
 msgstr ""
+"kann Authentifizierungemethode »crypt« nicht verweden, weil Passwort mit MD5 "
+"verschlüsselt ist"
 
-#: commands/dbcommands.c:709
+#: libpq/hba.c:129
 #, c-format
-msgid "Postmaster environment variable '%s' not set"
-msgstr ""
+msgid "authentication file token too long, skipping: \"%s\""
+msgstr "Token in Authentifizierungsdatei zu lang, wird übersprungen: »%s«"
 
-#: commands/dbcommands.c:711
+#: libpq/hba.c:265
 #, c-format
-msgid "Postmaster environment variable '%s' must be absolute path"
-msgstr ""
-
-#: commands/dbcommands.c:717
-msgid "Alternate path is too long"
+msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
 msgstr ""
+"konnte sekundäre Authentifizierungsdatei »@%s« nicht als »%s« öffnen: %m"
 
-#: commands/dbcommands.c:746
+#: libpq/hba.c:666
 #, c-format
-msgid "could not remove '%s': %m"
-msgstr "konnte »%s« nicht löschen: %m"
+msgid "invalid IP address \"%s\" in pg_hba.conf file: %s"
+msgstr "ungültige IP-Adresse »%s« in Datei pg_hba.conf: %s"
 
-#: commands/dbcommands.c:755
+#: libpq/hba.c:760
 #, c-format
-msgid "database directory '%s' could not be removed"
-msgstr "Datenbankverzeichnis »%s« konnte nicht entfernt werden"
+msgid "invalid entry in pg_hba.conf file at line %d, token \"%s\""
+msgstr "ungültiger Eintrag in Datei pg_hba.conf auf Zeile %d, Token »%s«"
 
-#: commands/dbcommands.c:827 commands/vacuum.c:581
+#: libpq/hba.c:765
 #, c-format
-msgid "database %u does not exist"
-msgstr ""
+msgid "missing field in pg_hba.conf file at end of line %d"
+msgstr "fehlendes Feld in Datei pg_hba.conf am Ende von Zeile %d"
 
-#: commands/define.c:68 commands/define.c:157 commands/define.c:185
-#: commands/define.c:215
+#: libpq/hba.c:961 guc-file.l:165
 #, c-format
-msgid "Define: \"%s\" requires a parameter"
-msgstr ""
+msgid "could not open configuration file \"%s\": %m"
+msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: %m"
 
-#: commands/define.c:93 commands/define.c:239
+#: libpq/hba.c:1023
 #, c-format
-msgid "Define: cannot interpret argument of \"%s\""
-msgstr ""
+msgid "invalid entry in pg_ident.conf file at line %d, token \"%s\""
+msgstr "ungültiger Eintrag in Datei pg_ident.conf auf Zeile %d, Token »%s«"
 
-#: commands/define.c:106 commands/define.c:115 commands/define.c:128
-#: commands/define.c:144
+#: libpq/hba.c:1028
 #, c-format
-msgid "Define: \"%s\" requires a numeric value"
-msgstr ""
+msgid "missing entry in pg_ident.conf file at end of line %d"
+msgstr "fehlender Eintrag in Datei pg_hba.conf am Ende von Zeile %d"
+
+#: libpq/hba.c:1060
+msgid "cannot use Ident authentication without usermap field"
+msgstr "kann Ident-Authentifizierung nicht ohne Usermap-Feld verwenden"
 
-#: commands/define.c:169
+#: libpq/hba.c:1108
 #, c-format
-msgid "Define: argument of \"%s\" must be a name"
-msgstr ""
+msgid "could not open Ident usermap file \"%s\": %m"
+msgstr "konnte Ident-Usermap-Datei »%s« nicht öffnen: %m"
 
-#: commands/define.c:201
+#: libpq/hba.c:1279
 #, c-format
-msgid "Define: argument of \"%s\" must be a type name"
-msgstr ""
+msgid "could not create socket for Ident connection: %m"
+msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m"
 
-#: commands/define.c:222
+#: libpq/hba.c:1295
 #, c-format
-msgid "Define: \"%s\" requires an integral value"
-msgstr ""
+msgid "could not bind to local address \"%s\": %m"
+msgstr "konnte nicht mit lokaler Adresse »%s« verbinden: %m"
 
-#: commands/define.c:242
+#: libpq/hba.c:1307
 #, c-format
-msgid "Define: invalid argument for \"%s\": \"%s\""
-msgstr ""
+msgid "could not connect to Ident server at address \"%s\", port %s: %m"
+msgstr "konnte nicht mit Ident-Server auf Adresse »%s«, Port %s verbinden: %m"
 
-#: commands/explain.c:815
+#: libpq/hba.c:1327
 #, c-format
-msgid "show_sort_keys: no tlist entry for key %d"
+msgid "could not send query to Ident server at address \"%s\", port %s: %m"
 msgstr ""
+"konnte Anfrage an Ident-Server auf Adresse »%s«, Port %s nicht senden: %m"
 
-#: commands/proclang.c:61
+#: libpq/hba.c:1342
+#, c-format
 msgid ""
-"Only users with superuser privilege are permitted to create procedural "
-"languages"
+"could not receive response from Ident server at address \"%s\", port %s: %m"
 msgstr ""
+"konnte Antwort von Ident-Server auf Adresse »%s«, Port %s nicht empfangen: %m"
 
-#: commands/proclang.c:73
+#: libpq/hba.c:1383 libpq/hba.c:1414 libpq/hba.c:1482
 #, c-format
-msgid "Language %s already exists"
-msgstr ""
+msgid "could not get peer credentials: %m"
+msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m"
 
-#: commands/proclang.c:82
+#: libpq/hba.c:1392 libpq/hba.c:1423 libpq/hba.c:1493
 #, c-format
-msgid "function %s() doesn't exist"
-msgstr "Funktion %s() existiert nicht"
+msgid "local user with ID %d does not exist"
+msgstr "lokaler Benutzer mit ID %d existiert nicht"
 
-#: commands/proclang.c:94
-#, c-format
+#: libpq/hba.c:1505
 msgid ""
-"CreateProceduralLanguage: changing return type of function %s() from OPAQUE "
-"to LANGUAGE_HANDLER"
+"Ident authentication is not supported on local connections on this platform"
 msgstr ""
+"Ident-Authentifizierung auf lokalen Verbindungen wird auf dieser Plattform "
+"nicht unterstützt"
 
-#: commands/proclang.c:99
+#: libpq/pqcomm.c:248
 #, c-format
-msgid "CreateProceduralLanguage: function %s() must return LANGUAGE_HANDLER"
-msgstr ""
+msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
+msgstr "konnte Hostname »%s«, Dienst »%s« nicht in Adresse übersetzen: %s"
 
-#: commands/proclang.c:109
+#: libpq/pqcomm.c:252
 #, c-format
-msgid "function %s(oid) doesn't exist"
-msgstr "Funktion %s(oid) existiert nicht"
+msgid "could not translate service \"%s\" to address: %s"
+msgstr "konnte Dienst »%s« nicht in Adresse übersetzen: %s"
 
-#: commands/proclang.c:183
-msgid ""
-"Only users with superuser privilege are permitted to drop procedural "
-"languages"
-msgstr ""
+#: libpq/pqcomm.c:285
+msgid "IPv4"
+msgstr "IPv4"
 
-#: commands/proclang.c:196
-#, c-format
-msgid "Language %s doesn't exist"
-msgstr ""
+#: libpq/pqcomm.c:289
+msgid "IPv6"
+msgstr "IPv6"
 
-#: commands/proclang.c:225
+#: libpq/pqcomm.c:294
+msgid "Unix"
+msgstr "Unix"
+
+#: libpq/pqcomm.c:299
 #, c-format
-msgid "DropProceduralLanguageById: language %u not found"
-msgstr ""
+msgid "unrecognized address family %d"
+msgstr "unbekannte Adressfamilie %d"
 
-#: commands/indexcmds.c:92
-msgid "DefineIndex: must specify at least one attribute"
-msgstr ""
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:310
+#, c-format
+msgid "could not create %s socket: %m"
+msgstr "konnte %s-Socket nicht erstellen: %m"
 
-#: commands/indexcmds.c:94
+#: libpq/pqcomm.c:322
 #, c-format
-msgid "Cannot use more than %d attributes in an index"
-msgstr ""
+msgid "setsockopt(SO_REUSEADDR) failed: %m"
+msgstr "setsockopt(SO_REUSEADDR) fehlgeschlagen: %m"
 
-#: commands/indexcmds.c:105
+#: libpq/pqcomm.c:336
 #, c-format
-msgid "DefineIndex: relation \"%s\" is not a table"
-msgstr "DefineIndex: Relation »%s« ist keine Tabelle"
+msgid "setsockopt(IPV6_V6ONLY) failed: %m"
+msgstr "setsockopt(IPV6_V6ONLY) fehlgeschlagen: %m"
 
-#: commands/indexcmds.c:114
-msgid "Existing indexes are inactive. REINDEX first"
-msgstr ""
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:355
+#, c-format
+msgid "could not bind %s socket: %m"
+msgstr "konnte %s-Socket nicht binden: %m"
 
-#: commands/indexcmds.c:142
+#: libpq/pqcomm.c:358
 #, c-format
-msgid "DefineIndex: access method \"%s\" not found"
+msgid ""
+"Is another postmaster already running on port %d? If not, remove socket file "
+"\"%s\" and retry."
 msgstr ""
 
-#: commands/indexcmds.c:148
+#: libpq/pqcomm.c:361
 #, c-format
-msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
+msgid ""
+"Is another postmaster already running on port %d? If not, wait a few seconds "
+"and retry."
 msgstr ""
 
-#: commands/indexcmds.c:151
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:395
 #, c-format
-msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
-msgstr ""
+msgid "could not listen on %s socket: %m"
+msgstr "konnte nicht auf %s-Socket hören: %m"
 
-#: commands/indexcmds.c:185
-msgid "Functional index can only have one attribute"
-msgstr ""
+#: libpq/pqcomm.c:485
+#, c-format
+msgid "could not set group of file \"%s\": %m"
+msgstr "konnte Gruppe von Datei »%s« nicht setzen: %m"
 
-#: commands/indexcmds.c:189
+#: libpq/pqcomm.c:496
 #, c-format
-msgid "Index function can take at most %d arguments"
-msgstr "Indexfunktion kann höchstens %d Argumente haben"
+msgid "could not set permissions of file \"%s\": %m"
+msgstr "konnte Zugriffsrechte von Datei »%s« nicht setzen: %m"
 
-#: 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"
+#: libpq/pqcomm.c:526
+#, c-format
+msgid "could not accept new connection: %m"
+msgstr "konnte neue Verbindung nicht akzeptieren: %m"
 
-#: commands/indexcmds.c:252
-msgid "Cannot use subselect in index predicate"
-msgstr "Subselects können nicht im Indexprädikat verwendet werden"
+#: libpq/pqcomm.c:678
+#, c-format
+msgid "could not receive data from client: %m"
+msgstr "konnte Daten vom Client nicht empfangen: %m"
 
-#: commands/indexcmds.c:254
-msgid "Cannot use aggregate in index predicate"
-msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
+#: libpq/pqcomm.c:841
+msgid "unexpected EOF within message length word"
+msgstr ""
 
-#: commands/indexcmds.c:261
-msgid "Functions in index predicate must be marked isImmutable"
+#: libpq/pqcomm.c:853
+msgid "invalid message length"
 msgstr ""
 
-#: commands/indexcmds.c:299 commands/indexcmds.c:389
-#, c-format
-msgid "DefineIndex: attribute \"%s\" not found"
-msgstr "DefineIndex: Attribut »%s« nicht gefunden"
+#: libpq/pqcomm.c:867
+msgid "incomplete message from client"
+msgstr "unvollständige Message vom Client"
 
-#: commands/indexcmds.c:324
-msgid "DefineIndex: functional index may not use an aggregate function"
-msgstr ""
+#: libpq/pqcomm.c:946
+#, c-format
+msgid "could not send data to client: %m"
+msgstr "konnte Daten nicht an den Client senden: %m"
 
-#: 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"
+#: libpq/pqformat.c:443
+msgid "no data left in message"
 msgstr ""
 
-#: commands/indexcmds.c:334
-msgid "DefineIndex: cannot index on a function returning a set"
+#: libpq/pqformat.c:591 libpq/pqformat.c:609 libpq/pqformat.c:630
+#: utils/adt/arrayfuncs.c:1023
+msgid "insufficient data left in message"
 msgstr ""
 
-#: commands/indexcmds.c:350
-msgid "DefineIndex: index function must be marked isImmutable"
-msgstr "DefineIndex: Indexfunktion muß als »isImmutable« markiert werden"
+#: libpq/pqformat.c:671
+msgid "invalid string in message"
+msgstr "ungültige Zeichenkette in Message"
 
-#: commands/indexcmds.c:385
-msgid "missing attribute for define index"
+#: libpq/pqformat.c:687
+msgid "invalid message format"
 msgstr ""
 
-#: commands/indexcmds.c:418
+#: main/main.c:84
 #, 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"
-msgstr ""
+msgid "%s: setsysinfo failed: %s\n"
+msgstr "%s: setsysinfo fehlgeschlagen: %s\n"
 
-#: commands/indexcmds.c:449 commands/indexcmds.c:457
-#, c-format
+#: main/main.c:175
 msgid ""
-"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
+"\"root\" execution of the PostgreSQL server is not permitted.\n"
+"The server must be started under an unprivileged user ID to prevent\n"
+"possible system security compromise.  See the documentation for\n"
+"more information on how to properly start the server.\n"
 msgstr ""
+"Der PostgreSQL-Server darf nicht als »root« ausgeführt werden.  Der\n"
+"Server muss unter einer unprivilegierten Benutzer-ID gestartet werden\n"
+"um mögliche Sicherheitskompromittierung zu verhindern.  In der\n"
+"Dokumentation finden Sie weitere Informationen darüber, wie der\n"
+"Server richtig gestartet wird.\n"
 
-#: commands/indexcmds.c:468
+#: main/main.c:196
 #, c-format
-msgid "operator class \"%s\" does not accept data type %s"
-msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
+msgid "%s: real and effective user IDs must match\n"
+msgstr "%s: reelle und effektive Benutzer-IDs müssen übereinstimmen\n"
 
-#: commands/indexcmds.c:522
+#: main/main.c:241
 #, c-format
-msgid "pg_opclass contains multiple default opclasses for data type %s"
-msgstr ""
+msgid "%s: invalid effective UID: %d\n"
+msgstr "%s: ungültige effektive UID: %d\n"
 
-#: commands/indexcmds.c:544 commands/indexcmds.c:576 commands/indexcmds.c:619
+#: main/main.c:254
 #, c-format
-msgid "relation \"%s\" is of type \"%c\""
-msgstr "Relation »%s« hat Typ »%c«"
+msgid "%s: could not determine user name (GetUserName failed)\n"
+msgstr "%s: konnte Benutzername nicht ermitteln (GetUserName fehlgeschlagen)\n"
 
-#: commands/indexcmds.c:573
-#, c-format
-msgid "index \"%s\" does not exist"
-msgstr "Index »%s« existiert nicht"
+#: optimizer/path/allpaths.c:214
+msgid "SELECT FOR UPDATE is not supported for inheritance queries"
+msgstr "SELECT FOR UPDATE wird in Anfragen mit Veerbung nicht unterstützt"
 
-#: commands/indexcmds.c:584
-#, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
-"options"
-msgstr ""
+#: optimizer/plan/initsplan.c:101
+msgid "SELECT FOR UPDATE cannot be applied to a join"
+msgstr "SELECT FOR UPDATE kann nicht auf einen Verbund angewendet werden"
 
-#: commands/indexcmds.c:587
-#, c-format
+#: optimizer/plan/initsplan.c:290 optimizer/prep/prepjointree.c:340
+msgid "UNION JOIN is not implemented"
+msgstr "UNION JOIN ist nicht implementiert"
+
+#: optimizer/plan/initsplan.c:347
 msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
-"options"
+"SELECT FOR UPDATE cannot be applied to the nullable side of an outer join"
 msgstr ""
+"SELECT FOR UPDATE kann nicht auf die nullbare Seite eines äußeren Verbundes "
+"angewendet werden"
 
-#: commands/indexcmds.c:602
+#: optimizer/plan/initsplan.c:763
 #, c-format
-msgid "index \"%s\" wasn't reindexed"
-msgstr "Index »%s« wurde nicht neu indiziert"
+msgid "could not identify an equality operator for types %s and %s"
+msgstr "konnte keinen Ist-Gleich-Operator für Typen %s und %s identifizieren"
 
-#: commands/indexcmds.c:634
+#: optimizer/plan/initsplan.c:776
 #, c-format
-msgid "table \"%s\" wasn't reindexed"
-msgstr "Tabelle »%s« wurde nicht neu indiziert"
-
-#: commands/indexcmds.c:658
-msgid "REINDEX DATABASE: Can be executed only on the currently open database."
+msgid ""
+"equality operator for types %s and %s should be merge-joinable, but isn't"
 msgstr ""
-"REINDEX DATABASE kann nur auf die aktuelle Datenbank angewendet werden."
+"Ist-Gleich-Operator für Typen %s und %s sollte Merge-Verbund-fähig sein, ist "
+"es aber nicht"
 
-#: commands/indexcmds.c:661
-msgid "REINDEX DATABASE: Permission denied."
-msgstr "REINDEX DATABASE: keine Berechtigung"
+#: optimizer/plan/planner.c:591 parser/analyze.c:2094 parser/analyze.c:2258
+#: parser/analyze.c:2813
+msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT"
+msgstr "SELECT FOR UPDATE ist nicht in UNION/INTERSECT/EXCEPT erlaubt"
+
+#: optimizer/plan/planner.c:657
+msgid "SELECT FOR UPDATE is not allowed in subqueries"
+msgstr "SELECT FOR UPDATE ist in Unteranfragen nicht erlaubt"
 
-#: commands/indexcmds.c:664
-msgid "must be called under standalone postgres with -O -P options"
+#: optimizer/util/clauses.c:2037
+#, c-format
+msgid "SQL function \"%s\" during inlining"
 msgstr ""
 
-#: commands/indexcmds.c:666
-msgid "must be called under standalone postgres with -P -O options"
+#: parser/analyze.c:364
+msgid "CREATE VIEW specifies more column names than columns"
 msgstr ""
 
-#: commands/indexcmds.c:732
-#, c-format
-msgid "relation %u was reindexed"
-msgstr "Relation %u wurde neu indiziert"
+#: parser/analyze.c:574
+msgid "INSERT ... SELECT may not specify INTO"
+msgstr "INSERT ... SELECT kann INTO nicht verwenden"
+
+#: parser/analyze.c:666
+msgid "INSERT has more expressions than target columns"
+msgstr "INSERT hat mehr Ausdrücke als Zielspalten"
 
-#: commands/lockcmds.c:65
+#: parser/analyze.c:687
+msgid "INSERT has more target columns than expressions"
+msgstr "INSERT hat mehr Zielspalten als Ausdrücke"
+
+#: parser/analyze.c:973
 #, c-format
-msgid "LOCK TABLE: %s is not a table"
-msgstr "LOCK TABLE: %s ist keine Tabelle"
+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«"
 
-#: commands/opclasscmds.c:88
+#: parser/analyze.c:1057 parser/analyze.c:1067
 #, c-format
-msgid "DefineOpClass: access method \"%s\" not found"
+msgid ""
+"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
 msgstr ""
+"widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«"
 
-#: commands/opclasscmds.c:107
-msgid "Must be superuser to create an operator class"
-msgstr ""
+#: parser/analyze.c:1077
+#, c-format
+msgid "multiple default values specified for column \"%s\" of table \"%s\""
+msgstr "mehrere Default-Werte angegeben für Spalte »%s« von Tabelle »%s«"
 
-#: commands/opclasscmds.c:149
+#: parser/analyze.c:1322
 #, c-format
-msgid "DefineOpClass: invalid operator number %d, must be between 1 and %d"
-msgstr ""
+msgid "multiple primary keys for table \"%s\" are not allowed"
+msgstr "mehrere Primärschlüssel für Tabelle »%s« nicht erlaubt"
 
-#: commands/opclasscmds.c:153
+#: parser/analyze.c:1454
 #, c-format
-msgid "DefineOpClass: operator number %d appears more than once"
-msgstr ""
+msgid "column \"%s\" appears twice in primary key constraint"
+msgstr "Spalte »%s« erscheint zweimal im Primärschlüssel-Constraint"
 
-#: commands/opclasscmds.c:170
+#: parser/analyze.c:1459
 #, c-format
-msgid "DefineOpClass: Operator '%s' for types '%s' and '%s' does not exist"
-msgstr ""
+msgid "column \"%s\" appears twice in unique constraint"
+msgstr "Spalte »%s« erscheint zweimal im Unique Constraint"
 
-#: commands/opclasscmds.c:186
+#: parser/analyze.c:1553
 #, c-format
-msgid "DefineOpClass: invalid procedure number %d, must be between 1 and %d"
-msgstr ""
+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«"
 
-#: commands/opclasscmds.c:190
+#: parser/analyze.c:1569
 #, c-format
-msgid "DefineOpClass: procedure number %d appears more than once"
-msgstr ""
+msgid "%s will create implicit triggers for foreign-key checks"
+msgstr "%s erstellt implizit Trigger für Fremdschlüssel-Prüfungen"
 
-#: commands/opclasscmds.c:203
-msgid "DefineOpClass: storage type specified more than once"
+#: parser/analyze.c:1662
+msgid "index expression may not return a set"
+msgstr "Indexausdrücke können keine Ergebnismengen zurückgeben"
+
+#: parser/analyze.c:1754
+msgid "rule WHERE condition may not contain references to other relations"
 msgstr ""
+"WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen "
+"enthalten"
 
-#: commands/opclasscmds.c:207
-#, c-format
-msgid "DefineOpClass: bogus item type %d"
+#: parser/analyze.c:1760
+msgid "rule WHERE condition may not contain aggregate functions"
+msgstr "WHERE-Bedingung einer Regel kann keine Aggregatfunktionen enthalten"
+
+#: parser/analyze.c:1831
+msgid ""
+"rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
+"actions"
 msgstr ""
+"Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE "
+"oder DELETE haben"
 
-#: commands/opclasscmds.c:229
-#, c-format
-msgid "Storage type may not be different from datatype for access method %s"
+#: parser/analyze.c:1850 parser/analyze.c:1922 rewrite/rewriteHandler.c:176
+#: rewrite/rewriteManip.c:746 rewrite/rewriteManip.c:800
+msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
+msgstr "UNION/INTERSECTION/EXCEPT mit Bedingung sind nicht implementiert"
+
+#: parser/analyze.c:1868
+msgid "ON SELECT rule may not use OLD"
+msgstr "ON-SELECT-Regel kann nicht OLD verwenden"
+
+#: parser/analyze.c:1872
+msgid "ON SELECT rule may not use NEW"
+msgstr "ON-SELECT-Regel kann nicht NEW verwenden"
+
+#: parser/analyze.c:1881
+msgid "ON INSERT rule may not use OLD"
+msgstr "ON-INSERT-Regel kann nicht OLD verwenden"
+
+#: parser/analyze.c:1887
+msgid "ON DELETE rule may not use NEW"
+msgstr "ON-DELETE-Regel kann nicht NEW verwenden"
+
+#: parser/analyze.c:2215
+msgid ""
+"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result "
+"columns"
 msgstr ""
 
-#: commands/opclasscmds.c:245
-#, c-format
-msgid "Operator class \"%s\" already exists for access method \"%s\""
+#: parser/analyze.c:2253
+msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
 msgstr ""
 
-#: commands/opclasscmds.c:269
-#, c-format
+#: parser/analyze.c:2314
 msgid ""
-"Can't add class \"%s\" as default for type %s\n"
-"\tclass \"%s\" already is the default"
+"UNION/INTERSECT/EXCEPT member statement may not refer to other relations of "
+"same query level"
 msgstr ""
 
-#: commands/opclasscmds.c:477
+#: parser/analyze.c:2367
 #, c-format
-msgid "RemoveOpClass: access method \"%s\" not found"
+msgid "each %s query must have the same number of columns"
+msgstr "jede %s-Anfrage muss die gleiche Anzahl Spalten haben"
+
+#: parser/analyze.c:2437
+msgid "CREATE TABLE AS specifies too many column names"
 msgstr ""
 
-#: commands/opclasscmds.c:504 commands/opclasscmds.c:512
+#: parser/analyze.c:2670
+msgid "cannot specify both SCROLL and NO SCROLL"
+msgstr "SCROLL und NO SCROLL können nicht beide angegeben werden"
+
+#: parser/analyze.c:2756
 #, c-format
-msgid ""
-"RemoveOpClass: operator class \"%s\" not supported by access method \"%s\""
-msgstr ""
+msgid "wrong number of parameters for prepared statement \"%s\""
+msgstr "falsche Anzahl Parameter für vorbereitete Anweisung »%s«"
 
-#: commands/opclasscmds.c:556
+#: parser/analyze.c:2758
 #, c-format
-msgid "RemoveOpClassById: couldn't find pg_class entry %u"
-msgstr ""
+msgid "Expected %d parameters but got %d."
+msgstr "%d Parameter erwartet aber %d erhalten."
 
-#: commands/operatorcmds.c:103
-msgid "setof type not implemented for leftarg"
-msgstr ""
+#: parser/analyze.c:2773
+msgid "cannot use subquery in EXECUTE parameter"
+msgstr "Unteranfragen können nicht in EXECUTE-Parameter verwendet werden"
 
-#: commands/operatorcmds.c:109
-msgid "setof type not implemented for rightarg"
-msgstr ""
+#: parser/analyze.c:2777
+msgid "cannot use aggregate function in EXECUTE parameter"
+msgstr "Aggregatfunktionen können nicht in EXECUTE-Parameter verwendet werden"
 
-#: commands/operatorcmds.c:135
+#: parser/analyze.c:2790
 #, c-format
-msgid "DefineOperator: attribute \"%s\" not recognized"
+msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
 msgstr ""
+"Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
+
+#: parser/analyze.c:2817
+msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
+msgstr "SELECT FOR UPDATE ist nicht erlaubt mit DISTINCT-Klausel"
+
+#: parser/analyze.c:2821
+msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
+msgstr "SELECT FOR UPDATE ist nicht erlaubt mit GROUP-BY-Klausel"
 
-#: commands/operatorcmds.c:144
-msgid "Define: \"procedure\" unspecified"
-msgstr "Define: »procedure« nicht angegeben"
+#: parser/analyze.c:2825
+msgid "SELECT FOR UPDATE is not allowed with aggregate functions"
+msgstr "SELECT FOR UPDATE ist nicht erlaubt mit Aggregatfunktionen"
 
-#: commands/operatorcmds.c:215
+#: parser/analyze.c:2892
 #, c-format
-msgid "RemoveOperator: failed to find tuple for operator '%s'"
+msgid "relation \"%s\" in FOR UPDATE clause not found in FROM clause"
 msgstr ""
 
-#: commands/operatorcmds.c:251
-#, c-format
-msgid "RemoveOperatorById: failed to find tuple for operator %u"
+#: parser/analyze.c:2984
+msgid "misplaced DEFERRABLE clause"
+msgstr "falsch platzierte DEFERRABLE-Klausel"
+
+#: parser/analyze.c:2988 parser/analyze.c:3001
+msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
+msgstr "mehrere DEFERRABLE/NOT DEFERRABLE-Klauseln sind nicht erlaubt"
+
+#: parser/analyze.c:2997
+msgid "misplaced NOT DEFERRABLE clause"
+msgstr "falsch platzierte NOT DEFERRABLE-Klausel"
+
+#: parser/analyze.c:3008 parser/analyze.c:3032 gram.y:2193 gram.y:2208
+msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
 msgstr ""
+"Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein"
 
-#: commands/portalcmds.c:88
-msgid "PerformPortalFetch: missing portal name"
-msgstr "PerformPortalFetch: Portalname fehlt"
+#: parser/analyze.c:3015
+msgid "misplaced INITIALLY DEFERRED clause"
+msgstr "falsch platzierte INITIALLY DEFERRED-Klausel"
 
-#: commands/portalcmds.c:98
-#, c-format
-msgid "PerformPortalFetch: portal \"%s\" not found"
-msgstr "PerformPortalFetch: Portal »%s« nicht gefunden"
+#: parser/analyze.c:3019 parser/analyze.c:3043
+msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
+msgstr "mehrere INITIALLY IMMEDIATE/DEFERRED-Klauseln sind nicht erlaubt"
 
-#: commands/portalcmds.c:201
-msgid "PerformPortalClose: missing portal name"
-msgstr "PerformPortalClose: Portalname fehlt"
+#: parser/analyze.c:3039
+msgid "misplaced INITIALLY IMMEDIATE clause"
+msgstr "falsch platzierte INITIALLY IMMEDIATE-Klausel"
 
-#: commands/portalcmds.c:211
+#: parser/analyze.c:3152 parser/analyze.c:3173
 #, c-format
-msgid "PerformPortalClose: portal \"%s\" not found"
-msgstr "PerformPortalClose: Portal »%s« nicht gefunden"
+msgid ""
+"CREATE specifies a schema (%s) different from the one being created (%s)"
+msgstr ""
 
-#: commands/trigger.c:132
+#: parser/analyze.c:3227 parser/parse_coerce.c:237 parser/parse_expr.c:137
+#: parser/parse_expr.c:143
 #, c-format
-msgid "Unable to find table for constraint \"%s\""
-msgstr ""
+msgid "there is no parameter $%d"
+msgstr "es gibt keine Parameter $%d"
 
-#: commands/trigger.c:137
+#: parser/analyze.c:3232 tcop/postgres.c:1144
 #, c-format
-msgid "CreateTrigger: relation \"%s\" is not a table"
-msgstr "CreateTrigger: Relation »%s« ist keine Tabelle"
+msgid "could not determine data type of parameter $%d"
+msgstr "konnte Datentyp von Parameter $%d nicht ermitteln"
 
-#: commands/trigger.c:141
+#: parser/parse_agg.c:120
+msgid "aggregates not allowed in WHERE clause"
+msgstr "Aggregatfunktion sind nicht in der WHERE-Klausel erlaubt"
+
+#: parser/parse_agg.c:124
+msgid "aggregates not allowed in JOIN conditions"
+msgstr "Aggregatfunktionen sind nicht JOIN-Bedingungen erlaubt"
+
+#: parser/parse_agg.c:145
+msgid "aggregates not allowed in GROUP BY clause"
+msgstr "Aggregatfunktionen sind nicht der der GROUP-BY-Klausel erlaubt"
+
+#: parser/parse_agg.c:305
 #, c-format
-msgid "CreateTrigger: can't create trigger for system relation %s"
+msgid ""
+"column \"%s.%s\" must appear in GROUP BY clause or used in an aggregate "
+"function"
 msgstr ""
+"Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer "
+"Aggregatfunktion verwendent werden"
 
-#: commands/trigger.c:199
-msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet"
+#: parser/parse_agg.c:310
+#, c-format
+msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
 msgstr ""
 
-#: commands/trigger.c:207
-msgid "CreateTrigger: double INSERT event specified"
+#: parser/parse_clause.c:336
+#, c-format
+msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
 msgstr ""
 
-#: commands/trigger.c:212
-msgid "CreateTrigger: double DELETE event specified"
+#: parser/parse_clause.c:396 gram.y:4765
+msgid "subquery in FROM must have an alias"
+msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
+
+#: parser/parse_clause.c:419
+msgid "subquery in FROM may not have SELECT INTO"
+msgstr "Unteranfrage in FROM kann kein SELECT INTO enthalten"
+
+#: parser/parse_clause.c:441
+msgid "subquery in FROM may not refer to other relations of same query level"
 msgstr ""
+"Unteranfrage in FROM kann nicht auf andere Relationen auf der selben Ebene "
+"verweisen"
 
-#: commands/trigger.c:217
-msgid "CreateTrigger: double UPDATE event specified"
+#: parser/parse_clause.c:496
+msgid ""
+"function expression in FROM may not refer to other relations of same query "
+"level"
 msgstr ""
+"Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben "
+"Ebene verweisen"
 
-#: commands/trigger.c:221
-msgid "CreateTrigger: unknown event specified"
+#: parser/parse_clause.c:508
+msgid "cannot use aggregate function in function expression in FROM"
 msgstr ""
+"Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet "
+"werden"
 
-#: commands/trigger.c:247
+#: parser/parse_clause.c:728
 #, c-format
-msgid "CreateTrigger: trigger %s already defined on relation %s"
-msgstr ""
+msgid "column name \"%s\" appears more than once in USING clause"
+msgstr "Spaltenname »%s« erscheint mehrmals in der USING-Klausel"
 
-#: commands/trigger.c:259
+#: parser/parse_clause.c:743
 #, c-format
-msgid "CreateTrigger: function %s() does not exist"
-msgstr ""
+msgid "common column name \"%s\" appears more than once in left table"
+msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der linken Tabelle"
 
-#: commands/trigger.c:270
+#: parser/parse_clause.c:752
 #, c-format
-msgid ""
-"CreateTrigger: changing return type of function %s() from OPAQUE to TRIGGER"
+msgid "column \"%s\" specified in USING clause does not exist in left table"
 msgstr ""
+"Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle"
 
-#: commands/trigger.c:275
+#: parser/parse_clause.c:766
 #, c-format
-msgid "CreateTrigger: function %s() must return TRIGGER"
+msgid "common column name \"%s\" appears more than once in right table"
 msgstr ""
 
-#: commands/trigger.c:375
+#: parser/parse_clause.c:775
 #, c-format
-msgid "CreateTrigger: relation %s not found in pg_class"
+msgid "column \"%s\" specified in USING clause does not exist in right table"
 msgstr ""
 
-#: commands/trigger.c:460
+#: parser/parse_clause.c:827
 #, c-format
-msgid "DropTrigger: there is no trigger %s on relation %s"
+msgid "column alias list for \"%s\" has too many entries"
 msgstr ""
 
-#: commands/trigger.c:509
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1020
 #, c-format
-msgid "RemoveTriggerById: Trigger %u does not exist"
-msgstr "RemoveTriggerById: Trigger %u existiert nicht"
+msgid "argument of %s must not contain variables"
+msgstr "Argument von %s darf keine Variablen enthalten"
 
-#: commands/trigger.c:520
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1028
 #, c-format
-msgid "DropTrigger: relation \"%s\" is not a table"
-msgstr "DropTrigger: Relation »%s« ist keine Tabelle"
+msgid "argument of %s must not contain aggregates"
+msgstr "Argument von %s darf keine Aggregatfunktionen enthalten"
 
-#: commands/trigger.c:524
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1036
 #, c-format
-msgid "DropTrigger: can't drop trigger for system relation %s"
-msgstr ""
+msgid "argument of %s must not contain subqueries"
+msgstr "Argument von %s darf keine Unteranfragen enthalten"
 
-#: commands/trigger.c:549
+#. translator: first %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1138
 #, c-format
-msgid "DropTrigger: relation %s not found in pg_class"
-msgstr ""
+msgid "%s \"%s\" is ambiguous"
+msgstr "%s »%s« ist nicht eindeutig"
 
-#: commands/trigger.c:554
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1160
 #, c-format
-msgid "DropTrigger: relation %s has reltriggers = 0"
+msgid "non-integer constant in %s"
 msgstr ""
 
-#: commands/trigger.c:625
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1177
 #, c-format
-msgid "renametrig: trigger %s already defined on relation %s"
-msgstr ""
+msgid "%s position %d is not in select list"
+msgstr "%s Position %d ist nicht in der Select-Liste"
 
-#: commands/trigger.c:666
-#, c-format
-msgid "renametrig: trigger %s not defined on relation %s"
+#: parser/parse_clause.c:1362
+msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
 msgstr ""
+"bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen"
 
-#: commands/trigger.c:729
-#, c-format
-msgid "RelationBuildTriggers: unexpected record found for rel %s"
+#: parser/parse_clause.c:1402
+msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
 msgstr ""
 
-#: commands/trigger.c:757
+#: parser/parse_coerce.c:253
 #, c-format
-msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
+msgid "inconsistent types deduced for parameter $%d"
 msgstr ""
 
-#: commands/trigger.c:777
+#. translator: first %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:579
 #, c-format
-msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
-msgstr ""
+msgid "argument of %s must be type boolean, not type %s"
+msgstr "Argument von %s muss Typ boolean haben, nicht Typ %s"
 
-#: commands/trigger.c:1129
+#. translator: %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:587 parser/parse_coerce.c:626
 #, c-format
-msgid "ExecCallTriggerFunc: function %u returned NULL"
-msgstr ""
-
-#: commands/trigger.c:1368 executor/execMain.c:1044 executor/execMain.c:1318
-#: executor/execMain.c:1453
-msgid "Can't serialize access due to concurrent update"
-msgstr ""
+msgid "argument of %s must not return a set"
+msgstr "Argument von %s darf keine Ergebnismenge zurückgeben"
 
-#: commands/trigger.c:1391 executor/execMain.c:1065
+#. translator: first %s is name of a SQL construct, eg LIMIT
+#: parser/parse_coerce.c:618
 #, c-format
-msgid "Unknown status %u from heap_mark4update"
-msgstr ""
+msgid "argument of %s must be type integer, not type %s"
+msgstr "Argument von %s muss Typ integer haben, nicht Typ %s"
 
-#: commands/trigger.c:1403
-msgid "GetTupleForTrigger: failed ReadBuffer"
-msgstr ""
+#: parser/parse_coerce.c:679
+#, c-format
+msgid "%s types %s and %s cannot be matched"
+msgstr "%s-Typen %s und %s passen nicht zusammen"
 
-#: commands/trigger.c:1591
-msgid "DeferredTriggerExecute: failed to fetch old tuple"
-msgstr ""
+#. translator: first %s is name of a SQL construct, eg CASE
+#: parser/parse_coerce.c:741
+#, c-format
+msgid "%s could not convert type %s to %s"
+msgstr "%s konnte Typ %s nicht in %s umwandeln"
 
-#: commands/trigger.c:1598
-msgid "DeferredTriggerExecute: failed to fetch new tuple"
+#: parser/parse_coerce.c:917
+msgid "arguments declared \"anyelement\" are not all alike"
 msgstr ""
 
-#: commands/trigger.c:1619
-#, c-format
-msgid "DeferredTriggerExecute: can't find trigger %u"
+#: parser/parse_coerce.c:934
+msgid "arguments declared \"anyarray\" are not all alike"
 msgstr ""
 
-#: commands/trigger.c:1765
+#: parser/parse_coerce.c:963
 #, c-format
-msgid "deferredTriggerInvokeEvents: relation %u has no triggers"
+msgid "argument declared \"anyarray\" is not an array but %s"
 msgstr ""
 
-#: commands/trigger.c:1876
-msgid "DeferredTriggerBeginXact() called while inside transaction"
+#: parser/parse_coerce.c:980
+msgid ""
+"argument declared \"anyarray\" is not consistent with argument declared "
+"\"anyelement\""
 msgstr ""
 
-#: commands/trigger.c:2052
-msgid "unnamed constraints cannot be set explicitly"
+#: parser/parse_coerce.c:991
+msgid ""
+"could not determine anyarray/anyelement type because input has type \"unknown"
+"\""
 msgstr ""
 
-#: commands/trigger.c:2083
+#: parser/parse_coerce.c:1016 parser/parse_coerce.c:1033
+#: parser/parse_coerce.c:1087 parser/parse_expr.c:796 parser/parse_expr.c:1228
+#: parser/parse_expr.c:1267 parser/parse_oper.c:896
 #, c-format
-msgid "Constraint '%s' is not deferrable"
-msgstr ""
+msgid "could not find array type for data type %s"
+msgstr "konnte Arraytyp für Datentyp %s nicht finden"
 
-#: commands/trigger.c:2097
+#: parser/parse_coerce.c:1075 parser/parse_coerce.c:1102
 #, c-format
-msgid "Constraint '%s' does not exist"
+msgid "argument declared \"anyarray\" is not an array but type %s"
 msgstr ""
 
-#: commands/trigger.c:2174
-msgid "DeferredTriggerSaveEvent() called outside of transaction"
-msgstr ""
+#: parser/parse_expr.c:105
+msgid "expression too complex"
+msgstr "Ausdruck zu komplex"
 
-#: commands/schemacmds.c:79
+#: parser/parse_expr.c:106
 #, c-format
-msgid ""
-"CREATE SCHEMA: permission denied\n"
-"\t\"%s\" is not a superuser, so cannot create a schema for \"%s\""
-msgstr ""
+msgid "Nesting depth exceeds maximum expression depth %d."
+msgstr "Verschachtelungstiefe überschreitet maximale Ausdruckstiefe %d."
 
-#: commands/schemacmds.c:92
-#, c-format
-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"
+#: parser/parse_expr.c:108
+msgid "Increase the configuration parameter \"max_expr_depth\"."
+msgstr "Erhöhen Sie den Konfigurationsparameter »max_expr_depth«."
 
-#: commands/schemacmds.c:162
-msgid "Schema name may not be qualified"
+#: parser/parse_expr.c:352
+msgid "IS DISTINCT FROM requires = operator to yield boolean"
 msgstr ""
 
-#: commands/schemacmds.c:169
-#, c-format
-msgid "Schema \"%s\" does not exist"
-msgstr "Schema »%s« existiert nicht"
+#: parser/parse_expr.c:375
+msgid "NULLIF requires = operator to yield boolean"
+msgstr ""
 
-#: commands/schemacmds.c:206
-#, c-format
-msgid "RemoveSchemaById: schema %u not found"
-msgstr "RemoveSchemaById: Schema %u nicht gefunden"
+#: parser/parse_expr.c:497
+msgid "subquery must return a column"
+msgstr "Unteranfrage muss eine Spalte zurückgeben"
 
-#: commands/sequence.c:207
-msgid "DefineSequence: ReadBuffer failed"
-msgstr ""
+#: parser/parse_expr.c:503
+msgid "subquery must return only one column"
+msgstr "Unteranfrage darf nur eine Spalte zurückgeben"
 
-#: commands/sequence.c:334
+#: parser/parse_expr.c:559
 #, 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 "row comparison cannot use operator %s"
+msgstr "Zeilenvergleich kann Operator %s nicht verwenden"
+
+#: parser/parse_expr.c:586
+msgid "subquery has too many columns"
+msgstr "Unteranfrage hat zu viele Spalten"
 
-#: commands/sequence.c:409
+#: parser/parse_expr.c:604
 #, c-format
-msgid "%s.nextval: reached MAXVALUE (%s)"
+msgid "operator %s must return type boolean, not type %s"
+msgstr "Operator %s muss Typ boolean zurückgeben, nicht Typ %s"
+
+#: parser/parse_expr.c:607 parser/parse_expr.c:614
+msgid ""
+"The operator of a quantified predicate subquery must return type boolean."
 msgstr ""
+"Der Operator einer quantifizierten Unteranfrage muss Typ boolean zurückgeben."
 
-#: commands/sequence.c:430
+#: parser/parse_expr.c:612
 #, c-format
-msgid "%s.nextval: reached MINVALUE (%s)"
-msgstr ""
+msgid "operator %s must not return a set"
+msgstr "Operator %s darf keine Ergebnismenge zurückgeben"
+
+#: parser/parse_expr.c:624
+msgid "subquery has too few columns"
+msgstr "Unteranfrage hat zu wenige Spalten"
 
-#: commands/sequence.c:520
+#: parser/parse_expr.c:1323
 #, 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 "relation reference \"%s\" cannot be used in an expression"
+msgstr "Relationsverweis »%s« kann nicht in Ausdruck verwendet werden"
 
-#: commands/sequence.c:524
+#: parser/parse_expr.c:1531
 #, c-format
-msgid "%s.currval is not yet defined in this session"
-msgstr "%s.currval ist in dieser Sitzung noch nicht definiert"
+msgid "cannot cast type %s to %s"
+msgstr "kann Typ %s nicht in Typ %s umwandeln"
 
-#: commands/sequence.c:559
+#: parser/parse_func.c:89
 #, 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 "cannot pass more than %d arguments to a function"
+msgstr "kann nicht mehr als %d Argumente an Funktion übergeben"
 
-#: commands/sequence.c:574
+#: parser/parse_func.c:224
 #, c-format
-msgid "%s.setval: value %s is out of bounds (%s,%s)"
+msgid "cannot pass result of subquery or join %s to a function"
 msgstr ""
 
-#: commands/sequence.c:700
+#: parser/parse_func.c:265
 #, c-format
-msgid "%s.%s: %s is not a sequence"
+msgid "%s(*) specified, but %s is not an aggregate function"
 msgstr ""
 
-#: commands/sequence.c:718
-msgid "Memory exhausted in init_sequence"
+#: parser/parse_func.c:271
+#, c-format
+msgid "DISTINCT specified, but %s is not an aggregate function"
 msgstr ""
 
-#: commands/sequence.c:746
+#: parser/parse_func.c:296
 #, c-format
-msgid "%s.%s: invalid number of blocks in sequence"
+msgid "attribute notation .%s applied to type %s, which is not a complex type"
 msgstr ""
 
-#: commands/sequence.c:751
+#: parser/parse_func.c:301
 #, c-format
-msgid "%s.%s: ReadBuffer failed"
-msgstr ""
+msgid "attribute \"%s\" not found in data type %s"
+msgstr "Attribut »%s« nicht gefunden im Datentyp %s"
 
-#: commands/sequence.c:760
+#: parser/parse_func.c:311
 #, c-format
-msgid "%s.%s: bad magic (%08X)"
-msgstr ""
+msgid "function %s is not unique"
+msgstr "Funktion %s ist nicht eindeutig"
 
-#: commands/sequence.c:803
-msgid "DefineSequence: CYCLE ??"
+#: parser/parse_func.c:314
+msgid ""
+"Could not choose a best candidate function. You may need to add explicit "
+"type casts."
 msgstr ""
 
-#: commands/sequence.c:807
-#, c-format
-msgid "DefineSequence: option \"%s\" not recognized"
+#: parser/parse_func.c:322
+msgid ""
+"No function matches the given name and argument types. You may need to add "
+"explicit type casts."
 msgstr ""
 
-#: commands/sequence.c:814
-msgid "DefineSequence: can't INCREMENT by 0"
-msgstr ""
+#: parser/parse_func.c:371
+msgid "aggregates may not return sets"
+msgstr "Aggregatfunktionen können keine Ergebnismengen zurückgeben"
 
-#: commands/sequence.c:843
+#: parser/parse_func.c:1353
 #, c-format
-msgid "DefineSequence: MINVALUE (%s) must be less than MAXVALUE (%s)"
-msgstr ""
+msgid "column %s.%s.%s does not exist"
+msgstr "Spalte %s.%s.%s existiert nicht"
 
-#: commands/sequence.c:864
+#: parser/parse_func.c:1358
 #, c-format
-msgid "DefineSequence: START value (%s) can't be less than MINVALUE (%s)"
-msgstr ""
+msgid "column %s.%s does not exist"
+msgstr "Spalte %s.%s existiert nicht"
 
-#: commands/sequence.c:874
+#: parser/parse_func.c:1428
 #, c-format
-msgid "DefineSequence: START value (%s) can't be greater than MAXVALUE (%s)"
-msgstr ""
+msgid "aggregate %s(*) does not exist"
+msgstr "Aggregatfunktion %s(*) existiert nicht"
 
-#: commands/sequence.c:885
+#: parser/parse_func.c:1433
 #, c-format
-msgid "DefineSequence: CACHE (%s) can't be <= 0"
-msgstr ""
+msgid "aggregate %s(%s) does not exist"
+msgstr "Aggregatfunktion %s(%s) existiert nicht"
 
-#: commands/sequence.c:905
+#: parser/parse_func.c:1454
 #, c-format
-msgid "seq_redo: unknown op code %u"
-msgstr ""
+msgid "function %s(%s) is not an aggregate"
+msgstr "Funktion %s(%s) ist keine Aggregatfunktion"
 
-#: commands/sequence.c:913
+#: parser/parse_node.c:124
 #, c-format
-msgid "seq_redo: can't read block of %u/%u"
+msgid "cannot subscript type %s because it is not an array"
 msgstr ""
 
-#: commands/sequence.c:929
-msgid "seq_redo: failed to add item to page"
-msgstr ""
-
-#: commands/tablecmds.c:152
-msgid "DefineRelation: please inherit from a relation or define an attribute"
-msgstr ""
+#: parser/parse_node.c:183 parser/parse_node.c:206
+msgid "array subscript must have type integer"
+msgstr "Arrayindex muss Typ integer haben"
 
-#: commands/tablecmds.c:360
+#: parser/parse_node.c:228
 #, c-format
-msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
+msgid "array assignment requires type %s but expression is of type %s"
 msgstr ""
 
-#: commands/tablecmds.c:363
+#: parser/parse_oper.c:84 parser/parse_oper.c:761 utils/adt/regproc.c:467
+#: utils/adt/regproc.c:487 utils/adt/regproc.c:665
 #, c-format
-msgid "TRUNCATE cannot be used on views. '%s' is a view"
-msgstr ""
+msgid "operator does not exist: %s"
+msgstr "Operator existiert nicht: %s"
 
-#: commands/tablecmds.c:366
+#: parser/parse_oper.c:185 utils/adt/arrayfuncs.c:2397
+#: utils/adt/ri_triggers.c:3436
 #, c-format
-msgid "TRUNCATE can only be used on tables. '%s' is not a table"
+msgid "could not identify an equality operator for type %s"
 msgstr ""
 
-#: commands/tablecmds.c:372
+#: parser/parse_oper.c:249 parser/parse_oper.c:314
 #, c-format
-msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
+msgid "could not identify an ordering operator for type %s"
 msgstr ""
 
-#: commands/tablecmds.c:393
-msgid "TRUNCATE cannot be used on temp tables of other processes"
+#: parser/parse_oper.c:251 parser/parse_oper.c:316
+msgid "Use an explicit ordering operator or modify the query."
 msgstr ""
 
-#: commands/tablecmds.c:417
+#: parser/parse_oper.c:560
 #, c-format
-msgid ""
-"TRUNCATE cannot be used as table %s references this one via foreign key "
-"constraint %s"
+msgid "operator requires run-time type coercion: %s"
 msgstr ""
 
-#: commands/tablecmds.c:527
-#, c-format
-msgid "CREATE TABLE: attribute \"%s\" duplicated"
-msgstr "CREATE TABLE: Attribut »%s« ist doppelt angegeben"
-
-#: 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/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/tablecmds.c:569
+#: parser/parse_oper.c:754
 #, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
-msgstr "CREATE TABLE: vererbte Relation »%s« ist doppelt angegeben"
+msgid "operator is not unique: %s"
+msgstr "Operator ist nicht eindeutig: %s"
 
-#: commands/tablecmds.c:621
-#, c-format
+#: parser/parse_oper.c:756
 msgid ""
-"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\""
+"Could not choose a best candidate operator. You may need to add explicit "
+"type casts."
 msgstr ""
-"CREATE TABLE: geerbte Definitionen von Attribut »%s« werden verschmolzen"
 
-#: 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/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/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/tablecmds.c:815
-#, c-format
+#: parser/parse_oper.c:763
 msgid ""
-"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n"
-"\tTo resolve the conflict, specify a default explicitly"
-msgstr ""
-"CREATE TABLE: Attribut »%s« erbt widersprüchliche Default-Werte\n"
-"Um den Konflikt zu lösen, muß ein Default-Wert angegeben werden"
-
-#: commands/tablecmds.c:1059
-#, c-format
-msgid "setRelhassubclassInRelation: cache lookup failed for relation %u"
+"No operator matches the given name and argument type(s). You may need to add "
+"explicit type casts."
 msgstr ""
 
-#: commands/tablecmds.c:1114
-#, c-format
-msgid "renameatt: class \"%s\" is a system catalog"
-msgstr "renameatt: Klasse »%s« ist ein Systemkatalog"
-
-#: commands/tablecmds.c:1160
-#, c-format
-msgid "Inherited attribute \"%s\" must be renamed in child tables too"
+#: parser/parse_oper.c:853
+msgid "op ANY/ALL (array) requires array on right side"
 msgstr ""
 
-#: commands/tablecmds.c:1168
-#, c-format
-msgid "renameatt: attribute \"%s\" does not exist"
-msgstr "renameatt: Attribut »%s« existiert nicht"
-
-#: commands/tablecmds.c:1173
-#, c-format
-msgid "renameatt: system attribute \"%s\" may not be renamed"
-msgstr "renameatt: Systemattribut »%s« kann nicht umbenannt werden"
-
-#: commands/tablecmds.c:1181
-#, c-format
-msgid "renameatt: inherited attribute \"%s\" may not be renamed"
+#: parser/parse_oper.c:882
+msgid "op ANY/ALL (array) requires operator to yield boolean"
 msgstr ""
 
-#: commands/tablecmds.c:1190
-#, c-format
-msgid "renameatt: attribute \"%s\" exists"
-msgstr "renameatt: Attribut »%s« existiert bereits"
-
-#: commands/tablecmds.c:1220
-#, c-format
-msgid "renameatt: can't find index id %u"
+#: parser/parse_oper.c:886
+msgid "op ANY/ALL (array) requires operator not to return a set"
 msgstr ""
 
-#: commands/tablecmds.c:1305
-#, c-format
-msgid "renamerel: system relation \"%s\" may not be renamed"
-msgstr "renamerel: Systemrelation »%s« darf nicht umbenannt werden"
-
-#: commands/tablecmds.c:1321
-#, c-format
-msgid "renamerel: relation \"%s\" does not exist"
-msgstr "renamerel: Relation »%s« existiert nicht"
-
-#: commands/tablecmds.c:1325
+#: parser/parse_relation.c:174 parser/parse_relation.c:189
 #, c-format
-msgid "renamerel: relation \"%s\" exists"
-msgstr "renamerel: Relation »%s« existiert bereits"
+msgid "table reference \"%s\" is ambiguous"
+msgstr "Tabellenbezug »%s« ist nicht eindeutig"
 
-#: 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
+#: parser/parse_relation.c:249 parser/parse_relation.c:264
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table"
-msgstr "ALTER TABLE: Relation »%s« ist keine Tabelle"
+msgid "table reference %u is ambiguous"
+msgstr "Tabellenbezug %u ist nicht eindeutig"
 
-#: 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
+#: parser/parse_relation.c:356 parser/parse_relation.c:368
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" is a system catalog"
-msgstr "ALTER TABLE: Relation »%s« ist ein Systemkatalog"
+msgid "table name \"%s\" specified more than once"
+msgstr "Tabellenname »%s« mehrmals angegeben"
 
-#: commands/tablecmds.c:1687
+#: parser/parse_relation.c:477 parser/parse_relation.c:573
 #, c-format
-msgid "ALTER TABLE: child table \"%s\" has different type for column \"%s\""
-msgstr ""
+msgid "column reference \"%s\" is ambiguous"
+msgstr "Spaltenverweis »%s« ist nicht eindeutig"
 
-#: commands/tablecmds.c:1695
+#: parser/parse_relation.c:668 parser/parse_relation.c:763
+#: parser/parse_relation.c:858 parser/parse_relation.c:978
 #, c-format
-msgid "ALTER TABLE: merging definition of column \"%s\" for child %s"
+msgid "table \"%s\" has %d columns available but %d columns specified"
 msgstr ""
 
-#: commands/tablecmds.c:1725
-msgid "Attribute must be added to child tables too"
-msgstr ""
-
-#: commands/tablecmds.c:1742
+#: parser/parse_relation.c:935
 msgid ""
-"Adding columns with defaults is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE SET DEFAULT."
+"a column definition list is only allowed for functions returning \"record\""
 msgstr ""
 
-#: commands/tablecmds.c:1746
-msgid ""
-"Adding NOT NULL columns is not implemented.\n"
-"\tAdd the column, then use ALTER TABLE ... SET NOT NULL."
+#: parser/parse_relation.c:946
+msgid "a column definition list is required for functions returning \"record\""
 msgstr ""
 
-#: commands/tablecmds.c:1755 commands/tablecmds.c:3840
+#: parser/parse_relation.c:1007
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" not found"
-msgstr "ALTER TABLE: Relation »%s« nicht gefunden"
+msgid "too many column aliases specified for function %s"
+msgstr ""
 
-#: commands/tablecmds.c:1767
+#: parser/parse_relation.c:1030
 #, c-format
-msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
-msgstr "ALTER TABLE: Spaltenname »%s« existiert bereits in Tabelle »%s«"
+msgid "function \"%s\" in FROM has unsupported return type"
+msgstr "Funktion »%s« in FROM hat nicht unterstützten Rückgabetyp"
 
-#: commands/tablecmds.c:1773
-#, c-format
-msgid "ALTER TABLE: relations limited to %d columns"
-msgstr "ALTER TABLE: Relationen sind auf %d Spalten beschränkt"
+#: parser/parse_relation.c:1422 parser/parse_relation.c:1666
+msgid "function in FROM has unsupported return type"
+msgstr "Funktion in FROM hat nicht unterstützten Rückgabetyp"
 
-#: commands/tablecmds.c:1945 commands/tablecmds.c:2079
-#: commands/tablecmds.c:2197
+#: parser/parse_relation.c:1910
 #, c-format
-msgid "ALTER TABLE: Cannot alter system attribute \"%s\""
-msgstr "ALTER TABLE: Systemattribut »%s« kann nicht geändert werden"
+msgid "missing FROM-clause entry in subquery for table \"%s\""
+msgstr ""
 
-#: commands/tablecmds.c:1966
+#: parser/parse_relation.c:1915
 #, c-format
-msgid "ALTER TABLE: Index %u not found"
-msgstr "ALTER TABLE: Index %u nicht gefunden"
+msgid "missing FROM-clause entry for table \"%s\""
+msgstr ""
 
-#: commands/tablecmds.c:1981
+#: parser/parse_relation.c:1934
 #, c-format
-msgid "ALTER TABLE: Attribute \"%s\" is in a primary key"
+msgid "adding missing FROM-clause entry in subquery for table \"%s\""
 msgstr ""
 
-#: commands/tablecmds.c:1997 commands/tablecmds.c:2111
-#: commands/tablecmds.c:2339
+#: parser/parse_relation.c:1939
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
-msgstr "ALTER TABLE: Relation »%s« hat keine Spalte »%s«"
+msgid "adding missing FROM-clause entry for table \"%s\""
+msgstr ""
 
-#: commands/tablecmds.c:2098
+#: parser/parse_target.c:66
 #, c-format
-msgid "ALTER TABLE: Attribute \"%s\" contains NULL values"
+msgid "relation reference \"%s\" cannot be used as a select-list entry"
 msgstr ""
 
-#: commands/tablecmds.c:2147
+#: parser/parse_target.c:68
 #, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table or view"
-msgstr "ALTER TABLE: Relation »%s« ist keine Tabelle oder Sicht"
+msgid "Write \"%s\".* to denote all the columns of the relation."
+msgstr ""
 
-#: commands/tablecmds.c:2271
+#: parser/parse_target.c:331
 #, c-format
-msgid "ALTER TABLE: statistics target %d is too low"
+msgid "cannot assign to system column \"%s\""
 msgstr ""
 
-#: commands/tablecmds.c:2276
-msgid "ALTER TABLE: lowering statistics target to 1000"
-msgstr ""
+#: parser/parse_target.c:353
+msgid "cannot set an array element to DEFAULT"
+msgstr "kann Arrayelement nicht auf DEFAULT setzten"
 
-#: commands/tablecmds.c:2297
+#: parser/parse_target.c:420
 #, c-format
-msgid "ALTER TABLE: \"%s\" storage not recognized"
-msgstr ""
+msgid "column \"%s\" is of type %s but expression is of type %s"
+msgstr "Spalte »%s« hat Typ %s, aber der Ausdruck hat Typ %s"
 
-#: commands/tablecmds.c:2302
-#, c-format
-msgid "ALTER TABLE: Invalid column flag: %c"
+#: parser/parse_target.c:555
+msgid "SELECT * with no tables specified is not valid"
 msgstr ""
 
-#: commands/tablecmds.c:2344
-#, c-format
-msgid "ALTER TABLE: cannot change system attribute \"%s\""
-msgstr "ALTER TABLE: Systemattribut »%s« kann nicht geändert werden"
-
-#: commands/tablecmds.c:2361
+#: parser/parse_type.c:62
 #, c-format
-msgid "ALTER TABLE: Column datatype %s can only have storage \"plain\""
+msgid "improper %%TYPE reference (too few dotted names): %s"
 msgstr ""
 
-#: commands/tablecmds.c:2415
+#: parser/parse_type.c:83
 #, c-format
-msgid "ALTER TABLE: Cannot drop system attribute \"%s\""
-msgstr "ALTER TABLE: Systemattribut »%s« kann nicht entfernt werden"
+msgid "improper %%TYPE reference (too many dotted names): %s"
+msgstr ""
 
-#: commands/tablecmds.c:2421
+#: parser/parse_type.c:103
 #, c-format
-msgid "ALTER TABLE: Cannot drop inherited column \"%s\""
+msgid "type reference %s converted to %s"
 msgstr ""
 
-#: commands/tablecmds.c:2450 commands/tablecmds.c:2501
+#: parser/parse_type.c:206 parser/parse_type.c:237
 #, c-format
-msgid "ALTER TABLE: relation %u has no column \"%s\""
-msgstr "ALTER TABLE: Relation %u hat keine Spalte »%s«"
+msgid "type \"%s\" is only a shell"
+msgstr "Typ %s ist nur eine Hülle"
 
-#: commands/tablecmds.c:2455 commands/tablecmds.c:2506
+#: parser/parse_type.c:507
 #, c-format
-msgid "ALTER TABLE: relation %u has non-inherited column \"%s\""
-msgstr ""
-
-#: commands/tablecmds.c:2640
-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."
+msgid "invalid type name \"%s\""
+msgstr "ungültiger Typname: »%s«"
 
-#: commands/tablecmds.c:2670
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
-msgstr ""
+#: scan.l:295
+msgid "unterminated /* comment"
+msgstr "/*-Kommentar nicht abgechlossen"
 
-#: commands/tablecmds.c:2730
-#, c-format
-msgid "Only relation '%s' can be referenced in CHECK"
-msgstr ""
+#: scan.l:323
+msgid "unterminated bit string literal"
+msgstr "Bitkettenkonstante nicht abgeschlossen"
 
-#: commands/tablecmds.c:2779
-#, c-format
-msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
-msgstr "AlterTableAddConstraint: wegen CHECK-Constraint »%s« abgelehnt"
+#: scan.l:342
+msgid "unterminated hexadecimal string literal"
+msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
 
-#: commands/tablecmds.c:2835
-#, c-format
-msgid "referenced relation \"%s\" is not a table"
-msgstr ""
+#: scan.l:388
+msgid "unterminated quoted string"
+msgstr "Zeichenkette nicht abgeschlossen"
 
-#: commands/tablecmds.c:2840
-#, c-format
-msgid "%s: relation \"%s\" is a system catalog"
-msgstr "%s: Relation »%s« ist ein Systemkatalog"
+#: scan.l:399
+msgid "zero-length delimited identifier"
+msgstr "Bezeichner in Anführungszeichen hat Länge null"
 
-#: commands/tablecmds.c:2855
+#: scan.l:408 scan.l:566
 #, c-format
-msgid "%s: Unable to reference temporary table from permanent table constraint"
-msgstr "%s: Temporäre Tabelle kann nicht in permanentem Constraint benutzt werden"
+msgid "identifier \"%s\" will be truncated to \"%.*s\""
+msgstr "Bezeichner »%s« wird auf »%.*s« gekürzt"
 
-#: commands/tablecmds.c:2897
-#, c-format
-msgid ""
-"%s: number of referencing and referenced attributes for foreign key disagree"
-msgstr ""
+#: scan.l:422
+msgid "unterminated quoted identifier"
+msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
 
-#: commands/tablecmds.c:2978
+#. translator: %s is typically "syntax error"
+#: scan.l:593
 #, 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"
+msgid "%s at end of input"
+msgstr "Fehler »%s« am Ende der Eingabe"
 
-#: commands/tablecmds.c:2981
+#. translator: first %s is typically "syntax error"
+#: scan.l:601
 #, c-format
-msgid "Can only have %d keys in a foreign key"
-msgstr ""
+msgid "%s at or near \"%s\""
+msgstr "Fehler »%s« bei »%s«"
 
-#: commands/tablecmds.c:3025
-#, c-format
-msgid "transformFkeyGetPrimaryKey: index %u not found"
-msgstr ""
+#: y.tab.c:9088
+msgid "syntax error: cannot back up"
+msgstr "Syntaxfehler: kann nicht zurück"
 
-#: commands/tablecmds.c:3043
-#, c-format
-msgid "PRIMARY KEY for referenced table \"%s\" not found"
-msgstr ""
+#: gram.y:961 gram.y:987
+msgid "time zone interval must be HOUR or HOUR TO MINUTE"
+msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein"
 
-#: commands/tablecmds.c:3099
+#: gram.y:972 gram.y:5090 gram.y:7188
 #, c-format
-msgid "transformFkeyCheckAttrs: index %u not found"
-msgstr "transformFkeyCheckAttrs: Index %u nicht gefunden"
+msgid "INTERVAL(%d) precision must not be negative"
+msgstr "INTERVAL(%d)-Präzision darf nicht negativ sein"
 
-#: commands/tablecmds.c:3157
+#: gram.y:978 gram.y:5096 gram.y:7194
 #, c-format
-msgid ""
-"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
-msgstr ""
+msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
+msgstr "INTERVAL(%d)-Präzision auf erlaubtes Maximum %d reduziert"
 
-#: commands/tablecmds.c:3324
-#, c-format
-msgid ""
-"number of key attributes in referenced table must be equal to foreign key\n"
-"\tIllegal FOREIGN KEY definition references \"%s\""
-msgstr ""
+#: gram.y:1770 utils/adt/ri_triggers.c:298 utils/adt/ri_triggers.c:360
+#: utils/adt/ri_triggers.c:536 utils/adt/ri_triggers.c:775
+#: utils/adt/ri_triggers.c:967 utils/adt/ri_triggers.c:1129
+#: utils/adt/ri_triggers.c:1314 utils/adt/ri_triggers.c:1484
+#: utils/adt/ri_triggers.c:1666 utils/adt/ri_triggers.c:1837
+#: utils/adt/ri_triggers.c:2056 utils/adt/ri_triggers.c:2267
+#: utils/adt/ri_triggers.c:2503 utils/adt/ri_triggers.c:2599
+msgid "MATCH PARTIAL not yet implemented"
+msgstr "MATCH PARTIAL ist noch nicht implementiert"
 
-#: commands/tablecmds.c:3384
-msgid "Unrecognized ON DELETE action for FOREIGN KEY constraint"
-msgstr ""
+#: gram.y:1852
+msgid "CREATE TABLE AS may not specify INTO"
+msgstr "CREATE TABLE AS kann INTO nicht verwenden"
 
-#: commands/tablecmds.c:3455
-msgid "Unrecognized ON UPDATE action for FOREIGN KEY constraint"
-msgstr ""
+#: gram.y:2260
+msgid "CREATE ASSERTION is not yet implemented"
+msgstr "CREATE ASSERTION ist noch nicht implementiert"
 
-#: commands/tablecmds.c:3500
-#, c-format
-msgid "fkMatchTypeToString: Unknown MATCH TYPE '%c'"
-msgstr ""
+#: gram.y:2276
+msgid "DROP ASSERTION is not yet implemented"
+msgstr "DROP ASSERTION ist noch nicht implementiert"
 
-#: commands/tablecmds.c:3576
-#, c-format
-msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
-msgstr ""
+#: gram.y:3086
+msgid "CREATE FUNCTION / OUT parameters are not implemented"
+msgstr "CREATE FUNCTION / OUT-Parameter sind noch nicht implementiert"
 
-#: commands/tablecmds.c:3580
-msgid "Multiple constraints dropped"
-msgstr ""
+#: gram.y:3093
+msgid "CREATE FUNCTION / INOUT parameters are not implemented"
+msgstr "CREATE FUNCTION / INOUT-Parameter sind noch nicht implementiert"
 
-#: commands/tablecmds.c:3605
-#, c-format
-msgid "ALTER TABLE: relation %u not found"
-msgstr "ALTER TABLE: Relation %u nicht gefunden"
+#: gram.y:3247 utils/adt/regproc.c:639
+msgid "missing argument"
+msgstr "Argument fehlt"
 
-#: commands/tablecmds.c:3667
-#, c-format
-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"
+#: gram.y:3248 utils/adt/regproc.c:640
+msgid "Use NONE to denote the missing argument of a unary operator."
+msgstr ""
 
-#: commands/tablecmds.c:3717
-msgid "Shared relations cannot be toasted after initdb"
+#: gram.y:4150
+msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
 msgstr ""
 
-#: commands/tablecmds.c:3730
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" already has a toast table"
-msgstr "ALTER TABLE: Relation »%s« hat schon eine TOAST-Tabelle"
+#: gram.y:4615
+msgid "LIMIT #,# syntax is not supported"
+msgstr "Syntax LIMIT x,y wird nicht unterstützt"
 
-#: commands/tablecmds.c:3745
-#, c-format
-msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
-msgstr "ALTER TABLE: Relation »%s« braucht keine TOAST-Tabelle"
+#: gram.y:4616
+msgid "Use separate LIMIT and OFFSET clauses."
+msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET."
 
-#: commands/prepare.c:66
-msgid "No statement name given"
-msgstr ""
+#: gram.y:4766
+msgid "For example, FROM (SELECT ...) [AS] foo."
+msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz."
 
-#: commands/prepare.c:69
-msgid "Utility statements cannot be prepared"
+#: gram.y:5193
+msgid "precision for type float must be at least 1 bit"
 msgstr ""
 
-#: commands/prepare.c:117
-msgid "ExecuteQuery: wrong number of arguments"
+#: gram.y:5201
+msgid "precision for type float must be less than 54 bits"
 msgstr ""
 
-#: commands/prepare.c:168
-msgid "INTO clause specified for non-SELECT query"
+#: gram.y:5215 gram.y:5230
+#, c-format
+msgid "NUMERIC precision %d must be between 1 and %d"
 msgstr ""
 
-#: commands/prepare.c:211
-msgid "InitQueryHashTable: unable to create hash table"
+#: gram.y:5220
+#, c-format
+msgid "NUMERIC scale %d must be between 0 and precision %d"
 msgstr ""
 
-#: commands/prepare.c:241
+#: gram.y:5248 gram.y:5263
 #, c-format
-msgid "Prepared statement with name \"%s\" already exists"
+msgid "DECIMAL precision %d must be between 1 and %d"
 msgstr ""
 
-#: commands/prepare.c:271
+#: gram.y:5253
 #, c-format
-msgid "Unable to store prepared statement \"%s\"!"
+msgid "DECIMAL scale %d must be between 0 and precision %d"
 msgstr ""
 
-#: commands/prepare.c:297 commands/prepare.c:314 commands/prepare.c:367
-#: commands/prepare.c:391
+#: gram.y:5313 gram.y:5391
 #, c-format
-msgid "Prepared statement with name \"%s\" does not exist"
+msgid "length for type %s must be at least 1"
 msgstr ""
 
-#: commands/typecmds.c:94
+#: gram.y:5318 gram.y:5396
 #, c-format
-msgid "DefineType: type names must be %d characters or less"
+msgid "length for type %s cannot exceed %d"
 msgstr ""
 
-#: commands/typecmds.c:124
+#: gram.y:5469
 #, c-format
-msgid "Array element type cannot be %s"
-msgstr ""
+msgid "TIMESTAMP(%d)%s precision must not be negative"
+msgstr "TIMESTAMP(%d)%s Präzision darf nicht negativ sein"
 
-#: commands/typecmds.c:155
+#: gram.y:5475
 #, c-format
-msgid "DefineType: \"%s\" alignment not recognized"
+msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:171
+#: gram.y:5510
 #, c-format
-msgid "DefineType: \"%s\" storage not recognized"
-msgstr ""
+msgid "TIME(%d)%s precision must not be negative"
+msgstr "TIME(%d)%s Präzision darf nicht negativ sein"
 
-#: commands/typecmds.c:176
+#: gram.y:5516
 #, c-format
-msgid "DefineType: attribute \"%s\" not recognized"
+msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:185
-msgid "Define: \"input\" unspecified"
+#: gram.y:5662 gram.y:7766 gram.y:7822
+msgid "unequal number of entries in row expression"
 msgstr ""
 
-#: commands/typecmds.c:187
-msgid "Define: \"output\" unspecified"
+#: gram.y:6075
+msgid "UNIQUE predicate is not yet implemented"
 msgstr ""
 
-#: commands/typecmds.c:220
+#: gram.y:6317
 #, c-format
-msgid "TypeCreate: changing return type of function %s from OPAQUE to %s"
-msgstr ""
+msgid "CURRENT_TIME(%d) precision must not be negative"
+msgstr "CURRENT_TIME(%d)-Präzision darf nicht negativ sein"
 
-#: commands/typecmds.c:225
+#: gram.y:6323
 #, c-format
-msgid "Type input function %s must return %s"
+msgid "CURRENT_TIME(%d) precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:233
+#: gram.y:6371
 #, c-format
-msgid "TypeCreate: changing return type of function %s from OPAQUE to CSTRING"
-msgstr ""
+msgid "CURRENT_TIMESTAMP(%d) precision must not be negative"
+msgstr "CURRENT_TIMESTAMP(%d)-Präzision darf nicht negativ sein"
 
-#: commands/typecmds.c:238
+#: gram.y:6377
 #, c-format
-msgid "Type output function %s must return cstring"
+msgid "CURRENT_TIMESTAMP(%d) precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:366
+#: gram.y:6424
 #, c-format
-msgid "RemoveTypeById: type %u not found"
-msgstr "RemoveTypeById: Typ %u nicht gefunden"
+msgid "LOCALTIME(%d) precision must not be negative"
+msgstr "LOCALTIME(%d)-Präzision darf nicht negativ sein"
 
-#: commands/typecmds.c:426
+#: gram.y:6430
 #, c-format
-msgid "CREATE DOMAIN: domain names must be %d characters or less"
+msgid "LOCALTIME(%d) precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:445
+#: gram.y:6478
 #, c-format
-msgid "DefineDomain: %s is not a basetype"
+msgid "LOCALTIMESTAMP(%d) precision must not be negative"
+msgstr "LOCALTIMESTAMP(%d)-Präzision darf nicht negativ sein"
+
+#: gram.y:6484
+#, c-format
+msgid "LOCALTIMESTAMP(%d) precision reduced to maximum allowed, %d"
 msgstr ""
 
-#: commands/typecmds.c:509
-msgid "CREATE DOMAIN has multiple DEFAULT expressions"
+#: gram.y:7635
+msgid "OLD used in query that is not in a rule"
+msgstr "OLD in einer Anfrage verwendet, die nicht Teil einer Regel ist"
+
+#: gram.y:7644
+msgid "NEW used in query that is not in a rule"
+msgstr "NEW in einer Anfrage verwendet, die nicht Teil einer Regel ist"
+
+#: y.tab.c:18248
+msgid "syntax error; also virtual memory exhausted"
+msgstr "Syntaxfehler; außerdem virtuellen Speicher aufgebraucht"
+
+#: y.tab.c:18252
+msgid "syntax error"
+msgstr "Syntaxfehler"
+
+#: y.tab.c:18351
+msgid "parser stack overflow"
+msgstr "Parserstack-Überlauf"
+
+#: gram.y:7802
+#, c-format
+msgid "operator %s is not supported for row expressions"
 msgstr ""
 
-#: commands/typecmds.c:539 commands/typecmds.c:546
-msgid "CREATE DOMAIN has conflicting NULL / NOT NULL constraint"
+#: gram.y:7879
+msgid "wrong number of parameters on left side of OVERLAPS expression"
 msgstr ""
 
-#: commands/typecmds.c:552
-msgid "CREATE DOMAIN / UNIQUE indexes not supported"
+#: gram.y:7885
+msgid "wrong number of parameters on right side of OVERLAPS expression"
 msgstr ""
 
-#: commands/typecmds.c:556
-msgid "CREATE DOMAIN / PRIMARY KEY indexes not supported"
+#: gram.y:7923
+msgid "multiple ORDER BY clauses not allowed"
 msgstr ""
 
-#: commands/typecmds.c:560
-msgid "DefineDomain: CHECK Constraints not supported"
+#: gram.y:7931
+msgid "multiple FOR UPDATE clauses not allowed"
 msgstr ""
 
-#: commands/typecmds.c:567
-msgid ""
-"DefineDomain: DEFERRABLE, NON DEFERRABLE, DEFERRED and IMMEDIATE not "
-"supported"
+#: gram.y:7939
+msgid "multiple OFFSET clauses not allowed"
 msgstr ""
 
-#: commands/typecmds.c:571
-msgid "DefineDomain: unrecognized constraint node type"
+#: gram.y:7947
+msgid "multiple LIMIT clauses not allowed"
 msgstr ""
 
-#: commands/typecmds.c:654
+#: port/sysv_sema.c:117 port/pg_sema.c:117
 #, c-format
-msgid "RemoveDomain: type \"%s\" does not exist"
-msgstr "RemoveDomain: Typ »%s« existiert nicht"
+msgid "could not create semaphores: %m"
+msgstr "konnte Semaphore nicht erzeugen: %m"
 
-#: commands/typecmds.c:667
+#: port/sysv_sema.c:118 port/pg_sema.c:118
 #, c-format
-msgid "%s is not a domain"
-msgstr ""
+msgid "Failed system call was semget(%d, %d, 0%o)."
+msgstr "Fehlgeschlagener Systemaufruf war semget(%d, %d, 0%o)."
 
-#: commands/typecmds.c:736
+#: port/sysv_sema.c:122 port/pg_sema.c:122
 #, c-format
-msgid "TypeCreate: changing argument type of function %s from OPAQUE to %s"
+msgid ""
+"This error does *not* mean that you have run out of disk space.\n"
+"It occurs when either the system limit for the maximum number of semaphore "
+"sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), "
+"would be exceeded.  You need to raise the respective kernel parameter.  "
+"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its "
+"max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about configuring "
+"your system for PostgreSQL."
 msgstr ""
 
-#: commands/typecmds.c:795
+#: port/sysv_sema.c:151 port/pg_sema.c:151
 #, c-format
 msgid ""
-"TypeCreate: changing argument type of function %s from OPAQUE to CSTRING"
+"You possibly need to raise your kernel's SEMVMX value to be at least %d.  "
+"Look into the PostgreSQL documentation for details."
 msgstr ""
 
-#: commands/typecmds.c:837
-msgid "attempted to define composite type relation with no attrs"
-msgstr ""
-
-#: commands/user.c:147
+#: port/sysv_shmem.c:92 port/pg_shmem.c:92
 #, c-format
-msgid "write_group_file: unable to write %s: %m"
-msgstr ""
+msgid "could not create shared memory segment: %m"
+msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m"
 
-#: commands/user.c:181
+#: port/sysv_shmem.c:93 port/pg_shmem.c:93
 #, c-format
-msgid "Invalid group name '%s'"
-msgstr ""
+msgid "Failed system call was shmget(key=%d, size=%u, 0%o)."
+msgstr "Fehlgeschlagener Systemaufruf war shmget(key=%d, size=%u, 0%o)."
 
-#: commands/user.c:211 commands/user.c:335
+#: port/sysv_shmem.c:97 port/pg_shmem.c:97
 #, c-format
-msgid "Invalid user name '%s'"
+msgid ""
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded your kernel's SHMMAX parameter.  You can either reduce the "
+"request size or reconfigure the kernel with larger SHMMAX. To reduce the "
+"request size (currently %u bytes), reduce PostgreSQL's shared_buffers "
+"parameter (currently %d) and/or its max_connections parameter (currently %"
+"d).\n"
+"If the request size is already small, it's possible that it is less than "
+"your kernel's SHMMIN parameter, in which case raising the request size or "
+"reconfiguring SHMMIN is called for.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
 
-#: commands/user.c:242 commands/user.c:364
+#: port/sysv_shmem.c:110 port/pg_shmem.c:110
 #, c-format
-msgid "%s: %m"
+msgid ""
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded available memory or swap space. To reduce the request size "
+"(currently %u bytes), reduce PostgreSQL's shared_buffers parameter "
+"(currently %d) and/or its max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
 
-#: commands/user.c:250 commands/user.c:372
+#: port/sysv_shmem.c:119 port/pg_shmem.c:119
 #, c-format
-msgid "rename %s to %s: %m"
+msgid ""
+"This error does *not* mean that you have run out of disk space. It occurs "
+"either if all available shared memory IDs have been taken, in which case you "
+"need to raise the SHMMNI parameter in your kernel, or because the system's "
+"overall limit for shared memory has been reached.  If you cannot increase "
+"the shared memory limit, reduce PostgreSQL's shared memory request "
+"(currently %u bytes), by reducing its shared_buffers parameter (currently %"
+"d) and/or its max_connections parameter (currently %d).\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
 
-#: commands/user.c:286
+#: postmaster/pgstat.c:200
 #, c-format
-msgid "write_user_file: unable to write %s: %m"
-msgstr ""
+msgid "could not resolve \"localhost\": %s"
+msgstr "konnte »localhost« nicht auflösen: %s"
+
+#: postmaster/pgstat.c:220
+#, fuzzy, c-format
+msgid "could not create socket for statistics collector: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
+
+#: postmaster/pgstat.c:232
+#, fuzzy, c-format
+msgid "could not bind socket for statistics collector: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:341
+#: postmaster/pgstat.c:244
 #, c-format
-msgid "Invalid user password '%s'"
+msgid "could not get address of socket for statistics collector: %m"
 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"
+#: postmaster/pgstat.c:258
+#, c-format
+msgid "could not connect socket for statistics collector: %m"
 msgstr ""
 
-#: commands/user.c:543
+#: postmaster/pgstat.c:272
 #, c-format
-msgid "CREATE USER: option \"%s\" not recognized"
+msgid "could not set statistics collector socket to nonblocking mode: %m"
 msgstr ""
 
-#: commands/user.c:555
-msgid "user id must be positive"
-msgstr ""
+#: postmaster/pgstat.c:283
+#, fuzzy, c-format
+msgid "could not create pipe for statistics collector: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:570
-msgid "CREATE USER: permission denied"
-msgstr "CREATE USER: keine Berechtigung"
+#: postmaster/pgstat.c:344
+#, fuzzy
+msgid "statistics collector startup skipped"
+msgstr "Statistiksammelprozess"
 
-#: commands/user.c:573
+#: postmaster/pgstat.c:375
 #, c-format
-msgid "CREATE USER: user name \"%s\" is reserved"
-msgstr "CREATE USER: Benutzername »%s« ist reserviert"
+msgid "could not fork statistics buffer: %m"
+msgstr ""
 
-#: commands/user.c:608
-#, c-format
-msgid "CREATE USER: user name \"%s\" already exists"
-msgstr "CREATE USER: Benutzername »%s« existiert bereits"
+#: postmaster/pgstat.c:785
+msgid "must be superuser to reset statistics counters"
+msgstr "nur Superuser können Statistikzähler zurücksetzen"
 
-#: commands/user.c:611
-#, c-format
-msgid "CREATE USER: sysid %d is already assigned"
-msgstr ""
+#: postmaster/pgstat.c:1266
+#, fuzzy, c-format
+msgid "could not create pipe for statistics buffer: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:642 commands/user.c:843
-msgid "CREATE USER: password encryption failed"
-msgstr ""
+#: postmaster/pgstat.c:1274
+#, fuzzy, c-format
+msgid "could not fork statistics collector: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:733 commands/user.c:743 commands/user.c:749
-#: commands/user.c:755
-msgid "ALTER USER: conflicting options"
-msgstr ""
+#: postmaster/pgstat.c:1331 postmaster/pgstat.c:1344 postmaster/pgstat.c:1633
+#: postmaster/pgstat.c:1889 postmaster/pgstat.c:1921 postmaster/pgstat.c:1975
+#: postmaster/pgstat.c:2236 postmaster/pgstat.c:2297 postmaster/pgstat.c:2343
+#: postmaster/pgstat.c:2394 postmaster/pgstat.c:2623 postmaster/pgstat.c:2805
+#, fuzzy
+msgid "out of memory in statistics collector --- abort"
+msgstr "Speicher aufgebraucht; Verbindungsaufbau abgebrochen"
 
-#: commands/user.c:759
+#: postmaster/pgstat.c:1410
 #, c-format
-msgid "ALTER USER: option \"%s\" not recognized"
+msgid "select() failed in statistics collector: %m"
 msgstr ""
 
-#: commands/user.c:782
-msgid "ALTER USER: permission denied"
-msgstr "ALTER USER: keine Berechtigung"
+#: postmaster/pgstat.c:1452
+#, fuzzy, c-format
+msgid "could not read from statistics collector pipe: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:796
-#, c-format
-msgid "ALTER USER: user \"%s\" does not exist"
+#: postmaster/pgstat.c:1471
+msgid "invalid statistics message length"
 msgstr ""
 
-#: commands/user.c:907 commands/variable.c:549 utils/cache/lsyscache.c:1507
-#: utils/init/miscinit.c:556
+#: postmaster/pgstat.c:1621
 #, c-format
-msgid "user \"%s\" does not exist"
+msgid "could not set statistics collector pipe to nonblocking mode: %m"
 msgstr ""
 
-#: commands/user.c:963
-msgid "DROP USER: permission denied"
-msgstr "DROP USER: keine Berechtigung"
+#: postmaster/pgstat.c:1661
+msgid "statistics buffer is full"
+msgstr ""
 
-#: commands/user.c:990
+#: postmaster/pgstat.c:1694
 #, c-format
-msgid "DROP USER: user \"%s\" does not exist (no users removed)"
+msgid "select() failed in statistics buffer: %m"
 msgstr ""
 
-#: commands/user.c:992
-#, c-format
-msgid "DROP USER: user \"%s\" does not exist"
-msgstr "DROP USER: Benutzer »%s« existiert nicht"
+#: postmaster/pgstat.c:1710
+#, fuzzy, c-format
+msgid "could not read statistics message: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:998
-msgid "current user cannot be dropped"
-msgstr "aktueller Benutzer kann nicht entfernt werden"
+#: postmaster/pgstat.c:1775
+#, fuzzy, c-format
+msgid "could not write to statistics collector pipe: %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:1000
-msgid "session user cannot be dropped"
-msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
+#: postmaster/pgstat.c:1829
+#, fuzzy, c-format
+msgid "invalid server process ID %d"
+msgstr "Serverprozess"
 
-#: commands/user.c:1024
-#, c-format
-msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
-msgstr ""
+#: postmaster/pgstat.c:2024
+#, fuzzy, c-format
+msgid "could not open temporary statistics file \"%s\": %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:1104
-#, c-format
-msgid "CheckPgUserAclNotNull: \"%s\" not found"
+#: postmaster/pgstat.c:2051
+msgid "database hash table corrupted during cleanup --- abort"
 msgstr ""
 
-#: commands/user.c:1109
+#: postmaster/pgstat.c:2088
 #, 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 "tables hash table for database %u corrupted during cleanup --- abort"
 msgstr ""
 
-#: commands/user.c:1151 commands/user.c:1157
-msgid "CREATE GROUP: conflicting options"
-msgstr ""
+#: postmaster/pgstat.c:2137
+#, fuzzy, c-format
+msgid "could not close temporary statistics file \"%s\": %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:1161
-#, c-format
-msgid "CREATE GROUP: option \"%s\" not recognized"
-msgstr ""
+#: postmaster/pgstat.c:2146
+#, fuzzy, c-format
+msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
+msgstr "Zugriffsrechte von Verzeichnis %s konnten nicht gelesen werden: %m"
 
-#: commands/user.c:1169
-msgid "group id must be positive"
+#: postmaster/pgstat.c:2168
+msgid "dead-server-process hash table corrupted during cleanup --- abort"
 msgstr ""
 
-#: commands/user.c:1180
-msgid "CREATE GROUP: permission denied"
-msgstr "CREATE GROUP: keine Berechtigung"
+#: postmaster/pgstat.c:2279 postmaster/pgstat.c:2311 postmaster/pgstat.c:2374
+#: postmaster/pgstat.c:2407 postmaster/pgstat.c:2428 postmaster/pgstat.c:2474
+#: postmaster/pgstat.c:2507
+msgid "corrupted pgstat.stat file"
+msgstr ""
 
-#: commands/user.c:1183
+#: postmaster/postmaster.c:327
 #, c-format
-msgid "CREATE GROUP: group name \"%s\" is reserved"
-msgstr "CREATE GROUP: Gruppenname »%s« ist reserviert"
+msgid "data directory \"%s\" does not exist"
+msgstr "Datenverzeichnis »%s« existiert nicht"
 
-#: commands/user.c:1218
+#: postmaster/postmaster.c:332
 #, c-format
-msgid "CREATE GROUP: group name \"%s\" already exists"
-msgstr ""
+msgid "could not read permissions of directory \"%s\": %m"
+msgstr "konnte Zugriffsrechte von Verzeichnis »%s« nicht lesen: %m"
 
-#: commands/user.c:1221
+#: postmaster/postmaster.c:347
 #, c-format
-msgid "CREATE GROUP: group sysid %d is already assigned"
-msgstr ""
+msgid "data directory \"%s\" has group or world access"
+msgstr "Datenverzeichnis »%s« erlaubt Zugriff von Gruppe oder Welt"
 
-#: commands/user.c:1314
-#, c-format
-msgid "%s: group \"%s\" does not exist"
-msgstr "%s: Gruppe »%s« existiert nicht"
+#: postmaster/postmaster.c:349
+msgid "Permissions should be u=rwx (0700)."
+msgstr "Rechte sollten u=rwx (0700) sein."
 
-#: commands/user.c:1355
+#: postmaster/postmaster.c:361
 #, c-format
-msgid "AlterGroup: unknown tag %s"
+msgid ""
+"%s: could not find the database system\n"
+"Expected to find it in the directory \"%s\",\n"
+"but could not open file \"%s\": %s\n"
 msgstr ""
+"%s: konnte das Datenbanksystem nicht finden\n"
+"Es wurde im Verzeichnis »%s« erwartet,\n"
+"aber die Datei »%s« konnte nicht geöffnet werden: %s\n"
 
-#: commands/user.c:1367
-#, c-format
-msgid "%s: user \"%s\" is already in group \"%s\""
-msgstr "%s: Benutzer »%s« ist schon in Gruppe »%s«"
-
-#: commands/user.c:1382
-#, c-format
-msgid "ALTER GROUP: group \"%s\" does not have any members"
-msgstr "ALTER GROUP: Gruppe »%s« hat keine Mitglieder"
+#: postmaster/postmaster.c:459 tcop/postgres.c:2115
+msgid "assert checking is not compiled in"
+msgstr "Assert-Prüfungen sind bei der Übersetzung nicht konfiguriert worden."
 
-#: commands/user.c:1407
+#: postmaster/postmaster.c:585 postmaster/postmaster.c:598
 #, c-format
-msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
-msgstr "ALTER GROUP: Benutzer »%s« ist nicht in Gruppe »%s«"
-
-#: commands/user.c:1536
-msgid "DROP GROUP: permission denied"
-msgstr "DROP GROUP: keine Berechtigung"
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
 
-#: commands/user.c:1549
+#: postmaster/postmaster.c:596
 #, c-format
-msgid "DROP GROUP: group \"%s\" does not exist"
-msgstr ""
+msgid "invalid argument: \"%s\""
+msgstr "ungültiges Argument: »%s«"
 
-#: commands/vacuum.c:459
+#: postmaster/postmaster.c:624
 msgid ""
-"oldest Xmin is far in the past --- close open transactions soon to avoid "
-"wraparound problems"
-msgstr ""
-
-#: commands/vacuum.c:505 commands/vacuum.c:512
-#, c-format
-msgid "pg_class entry for relid %u vanished during vacuuming"
+"the number of buffers (-B) must be at least twice the number of allowed "
+"connections (-N) and at least 16"
 msgstr ""
+"die Zahl der Puffer (-B) muss mindestens doppelt so hoch wie die Anzahl der "
+"erlaubten Verbindungen (-N) und mindestens 16 sein"
 
-#: 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."
+#: postmaster/postmaster.c:630
+msgid "superuser_reserved_connections must be less than max_connections"
 msgstr ""
 
-#: commands/vacuum.c:676
-msgid ""
-"Some databases have not been vacuumed in over 1 billion transactions.\n"
-"\tBetter vacuum them soon, or you may have a wraparound failure."
+#: postmaster/postmaster.c:639
+msgid "invalid datetoken tables, please fix"
 msgstr ""
 
-#: commands/vacuum.c:683
+#: postmaster/postmaster.c:674 tcop/postgres.c:2601
 #, 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 "%s: could not locate postgres executable"
 msgstr ""
 
-#: commands/vacuum.c:771
-#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
-msgstr ""
+#: postmaster/postmaster.c:683
+msgid "TCP/IP connections must be enabled for SSL"
+msgstr "TCP/IP-Verbindungen müssen für SSL aktiviert sein"
 
-#: commands/vacuum.c:977
+#: postmaster/postmaster.c:757
 #, c-format
-msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
-msgstr ""
+msgid "could not create listen socket for \"%s\""
+msgstr "konnte Listen-Socket für »%s« nicht erzeugen"
 
-#: commands/vacuum.c:1044 commands/vacuumlazy.c:211
-#, c-format
-msgid "--Relation %s.%s--"
-msgstr ""
+#: postmaster/postmaster.c:776
+#, fuzzy
+msgid "could not create TCP/IP listen socket"
+msgstr "konnte Typ %s nicht erstellen"
 
-#: commands/vacuum.c:1078 commands/vacuumlazy.c:269
-#, c-format
-msgid "Rel %s: Uninitialized page %u - fixing"
-msgstr ""
+#: postmaster/postmaster.c:800
+#, fuzzy
+msgid "could not create Unix-domain socket"
+msgstr "konnte Typ %s nicht erstellen"
 
-#: commands/vacuum.c:1192
+#: postmaster/postmaster.c:920
 #, c-format
-msgid ""
-"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
+msgid "could not fork background process: %s"
 msgstr ""
 
-#: commands/vacuum.c:1202
+#: postmaster/postmaster.c:942
 #, c-format
-msgid ""
-"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
+msgid "could not dissociate from controlling TTY: %s"
 msgstr ""
 
-#: commands/vacuum.c:1220 commands/vacuumlazy.c:373
+#: postmaster/postmaster.c:962
 #, c-format
-msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
+msgid ""
+"%s is the PostgreSQL server.\n"
+"\n"
 msgstr ""
+"%s ist der PostgreSQL-Server.\n"
+"\n"
 
-#: commands/vacuum.c:1358
+#: postmaster/postmaster.c:963
 #, 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"
+"Usage:\n"
+"  %s [OPTION]...\n"
+"\n"
 msgstr ""
+"Benutzung:\n"
+"  %s [OPTION]...\n"
+"\n"
 
-#: commands/vacuum.c:1581
-msgid "HEAP_MOVED_IN was not expected"
-msgstr ""
+#: postmaster/postmaster.c:964
+msgid "Options:\n"
+msgstr "Optionen:\n"
 
-#: commands/vacuum.c:1591
-msgid "Invalid XVAC in tuple header"
-msgstr ""
+#: postmaster/postmaster.c:966
+msgid "  -A 1|0          enable/disable run-time assert checking\n"
+msgstr "  -A 1|0          Assert-Prüfungen ein-/ausschalten\n"
 
-#: commands/vacuum.c:1616
-msgid "HEAP_MOVED_OFF was expected"
-msgstr ""
+#: postmaster/postmaster.c:968
+msgid "  -B NBUFFERS     number of shared buffers\n"
+msgstr "  -B ZAHL         Anzahl der geteilten Puffer\n"
 
-#: commands/vacuum.c:1670 commands/vacuum.c:1792
-msgid "Parent item in update-chain not found - can't continue repair_frag"
-msgstr ""
+#: postmaster/postmaster.c:969
+msgid "  -c NAME=VALUE   set run-time parameter\n"
+msgstr "  -c NAME=WERT    setze Konfigurationsparameter\n"
 
-#: commands/vacuum.c:1707
-msgid ""
-"Child itemid in update-chain marked as unused - can't continue repair_frag"
-msgstr ""
+#: postmaster/postmaster.c:970
+msgid "  -d 1-5          debugging level\n"
+msgstr "  -d 1-5          Debug-Level\n"
 
-#: commands/vacuum.c:1804
-msgid "Parent itemid marked as unused"
-msgstr ""
+#: postmaster/postmaster.c:971
+msgid "  -D DATADIR      database directory\n"
+msgstr "  -D VERZEICHNIS  Datenbankverzeichnis\n"
 
-#: commands/vacuum.c:1828
-msgid "Too old parent tuple found - can't continue repair_frag"
-msgstr ""
+#: postmaster/postmaster.c:972
+msgid "  -F              turn fsync off\n"
+msgstr "  -F              »fsync« ausschalten\n"
 
-#: commands/vacuum.c:1957
-#, c-format
-msgid "moving chain: failed to add item with len = %lu to page %u"
-msgstr ""
+#: postmaster/postmaster.c:973
+msgid "  -h HOSTNAME     host name or IP address to listen on\n"
+msgstr "  -h HOSTNAME     horche auf Hostname oder IP-Adresse\n"
 
-#: commands/vacuum.c:2101
-#, c-format
-msgid ""
-"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
-"u)"
-msgstr ""
-
-#: commands/vacuum.c:2190
-msgid "HEAP_MOVED_IN was not expected (2)"
-msgstr ""
-
-#: commands/vacuum.c:2194
-msgid "Invalid XVAC in tuple header (4)"
-msgstr ""
-
-#: commands/vacuum.c:2219
-msgid "HEAP_MOVED_OFF was expected (2)"
-msgstr ""
-
-#: commands/vacuum.c:2330
-msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
-msgstr ""
-
-#: commands/vacuum.c:2332
-msgid "Invalid XVAC in tuple header (2)"
-msgstr ""
-
-#: commands/vacuum.c:2350
-#, c-format
-msgid ""
-"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
-"\t%s"
-msgstr ""
+#: postmaster/postmaster.c:974
+msgid "  -i              enable TCP/IP connections\n"
+msgstr "  -i              ermögliche TCP/IP-Verbindungen\n"
 
-#: commands/vacuum.c:2412
-msgid "Invalid XVAC in tuple header (3)"
-msgstr ""
+#: postmaster/postmaster.c:975
+msgid "  -k DIRECTORY    Unix-domain socket location\n"
+msgstr "  -k VERZEICHNIS  Ort der Unix-Domain-Socket\n"
 
-#: commands/vacuum.c:2417
-msgid "HEAP_MOVED_OFF was expected (3)"
-msgstr ""
+#: postmaster/postmaster.c:977
+msgid "  -l              enable SSL connections\n"
+msgstr "  -l              ermögliche SSL-Verbindungen\n"
 
-#: commands/vacuum.c:2467
-#, c-format
-msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
-msgstr ""
+#: postmaster/postmaster.c:979
+msgid "  -N MAX-CONNECT  maximum number of allowed connections\n"
+msgstr "  -N ZAHL         Anzahl der erlaubten Verbindugen\n"
 
-#: commands/vacuum.c:2531
-#, c-format
-msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
-msgstr ""
+#: postmaster/postmaster.c:980
+msgid "  -o OPTIONS      pass \"OPTIONS\" to each server process\n"
+msgstr "  -o OPTIONEN     »OPTIONEN« an jeden Serverprozess weiterreichen\n"
 
-#: commands/vacuum.c:2537
-#, c-format
-msgid "Rel %s: Pages: %u --> %u."
-msgstr ""
+#: postmaster/postmaster.c:981
+msgid "  -p PORT         port number to listen on\n"
+msgstr "  -p PORT         auf dieser Portnummer horchen\n"
 
-#: commands/vacuum.c:2622 commands/vacuumlazy.c:600
-#, c-format
+#: postmaster/postmaster.c:982
 msgid ""
-"Index %s: Pages %u; Tuples %.0f.\n"
-"\t%s"
+"  -S              silent mode (start in background without logging output)\n"
 msgstr ""
+"  -S              Stiller Modus (im Hintergrund starten, ohne Log-Ausgaben)\n"
 
-#: commands/vacuum.c:2635 commands/vacuum.c:2689
-#, c-format
-msgid ""
-"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
-"\tRecreate the index."
+#: postmaster/postmaster.c:983
+msgid "  --help          show this help, then exit\n"
 msgstr ""
 
-#: commands/vacuum.c:2676 commands/vacuumlazy.c:647
-#, c-format
-msgid ""
-"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n"
-"\t%s"
+#: postmaster/postmaster.c:984
+msgid "  --version       output version information, then exit\n"
 msgstr ""
 
-#: commands/vacuumlazy.c:435
-#, c-format
+#: postmaster/postmaster.c:986
 msgid ""
-"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
-"\tTotal %s"
+"\n"
+"Developer options:\n"
 msgstr ""
+"\n"
+"Entwickleroptionen:\n"
 
-#: commands/vacuumlazy.c:485
-#, c-format
+#: postmaster/postmaster.c:987
 msgid ""
-"Removed %d tuples in %d pages.\n"
-"\t%s"
+"  -n              do not reinitialize shared memory after abnormal exit\n"
 msgstr ""
+"  -n              Shared Memory nach abnormalem Ende nicht neu "
+"initialisieren\n"
 
-#: commands/vacuumlazy.c:721
-#, c-format
-msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
+#: postmaster/postmaster.c:988
+msgid "  -s              send SIGSTOP to all backend servers if one dies\n"
 msgstr ""
+"  -s              SIGSTOP an alle Kindprozesse senden wenn einer stirbt\n"
 
-#: commands/vacuumlazy.c:756
-#, c-format
+#: postmaster/postmaster.c:990
 msgid ""
-"Truncated %u --> %u pages.\n"
-"\t%s"
-msgstr ""
-
-#: commands/variable.c:62
-msgid "SET DATESTYLE: invalid list syntax"
-msgstr ""
-
-#: commands/variable.c:141
-#, c-format
-msgid "SET DATESTYLE: unrecognized keyword %s"
-msgstr ""
-
-#: commands/variable.c:156
-msgid "SET DATESTYLE: conflicting specifications"
-msgstr ""
-
-#: commands/variable.c:288
-msgid "SET TIME ZONE: illegal INTERVAL; month not allowed"
-msgstr ""
-
-#: commands/variable.c:331
-msgid "Unable to clear TZ environment variable"
-msgstr ""
-
-#: commands/variable.c:351
-msgid "assign_timezone: putenv failed"
-msgstr ""
-
-#: commands/variable.c:420
-msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
-msgstr ""
-
-#: commands/variable.c:495
-#, c-format
-msgid "Conversion between %s and %s is not supported"
-msgstr ""
-
-#: commands/variable.c:507
-msgid "SET SERVER_ENCODING is not supported"
-msgstr ""
-
-#: commands/view.c:87
-msgid "attempted to define virtual relation with no attrs"
-msgstr ""
-
-#: commands/view.c:109
-#, c-format
-msgid "%s is not a view"
-msgstr ""
-
-#: commands/view.c:161 commands/view.c:171
-msgid "Cannot change number of columns in view"
-msgstr ""
-
-#: commands/view.c:174
-#, c-format
-msgid "Cannot change name of view column \"%s\""
-msgstr ""
-
-#: commands/view.c:179
-#, c-format
-msgid "Cannot change datatype of view column \"%s\""
-msgstr ""
-
-#: executor/execAmi.c:161
-#, c-format
-msgid "ExecReScan: node type %d not supported"
+"\n"
+"Please read the documentation for the complete list of run-time\n"
+"configuration settings and how to set them on the command line or in\n"
+"the configuration file.\n"
+"\n"
+"Report bugs to <pgsql-bugs@postgresql.org>.\n"
 msgstr ""
+"\n"
+"In der Dokumentation finden Sie eine komplette Liste der Konfigurations-\n"
+"parameter und Informationen wie man sie auf der Kommandozeile oder in der\n"
+"Konfiguratonsdatei setzen kann.\n"
+"\n"
+"Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
 
-#: executor/execAmi.c:213
+#: postmaster/postmaster.c:1073
 #, c-format
-msgid "ExecMarkPos: node type %d not supported"
-msgstr ""
+msgid "select() failed in postmaster: %m"
+msgstr "select() fehlgeschlagen im Postmaster: %m"
 
-#: executor/execAmi.c:254
-#, c-format
-msgid "ExecRestrPos: node type %d not supported"
-msgstr ""
+#: postmaster/postmaster.c:1190 postmaster/postmaster.c:1221
+msgid "incomplete startup packet"
+msgstr "unvollständiges Startpaket"
 
-#: executor/execMain.c:408
-#, c-format
-msgid "ExecCheckRTEPerms: bogus operation %d"
-msgstr ""
+#: postmaster/postmaster.c:1202
+msgid "invalid length of startup packet"
+msgstr "ungültige Länge des Startpakets"
 
-#: executor/execMain.c:782
+#: postmaster/postmaster.c:1254
 #, c-format
-msgid "You can't change sequence relation %s"
-msgstr ""
+msgid "failed to send SSL negotiation response: %m"
+msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
 
-#: executor/execMain.c:786
+#: postmaster/postmaster.c:1283
 #, c-format
-msgid "You can't change toast relation %s"
+msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
 msgstr ""
+"nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u."
+"%u"
 
-#: executor/execMain.c:790
-#, c-format
-msgid "You can't change view relation %s"
+#: postmaster/postmaster.c:1347
+msgid "invalid startup packet layout: expected terminator as last byte"
 msgstr ""
 
-#: executor/execMain.c:992
-msgid "ExecutePlan: NO (junk) `ctid' was found!"
-msgstr ""
+#: postmaster/postmaster.c:1376
+msgid "no PostgreSQL user name specified in startup packet"
+msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
 
-#: executor/execMain.c:996
-msgid "ExecutePlan: (junk) `ctid' is NULL!"
-msgstr ""
+#: postmaster/postmaster.c:1431
+msgid "the database system is starting up"
+msgstr "das Datenbanksystem startet"
 
-#: executor/execMain.c:1021
-#, c-format
-msgid "ExecutePlan: NO (junk) `%s' was found!"
-msgstr ""
+#: postmaster/postmaster.c:1436
+msgid "the database system is shutting down"
+msgstr "das Datenbanksystem fährt herunter"
 
-#: executor/execMain.c:1026
-#, c-format
-msgid "ExecutePlan: (junk) `%s' is NULL!"
-msgstr ""
+#: postmaster/postmaster.c:1441
+msgid "the database system is in recovery mode"
+msgstr "das Datenbanksystem ist im Wiederherstellungsmodus"
 
-#: executor/execMain.c:1115
-msgid "ExecutePlan: unknown operation in queryDesc"
-msgstr ""
+#: postmaster/postmaster.c:1446 storage/ipc/sinval.c:54
+#: storage/lmgr/proc.c:226
+msgid "sorry, too many clients already"
+msgstr "tut mir leid, schon zu viele Verbindungen"
 
-#: executor/execMain.c:1383
-msgid "ExecUpdate: UPDATE can't run without transactions"
-msgstr ""
+#: postmaster/postmaster.c:1655
+msgid "received SIGHUP, reloading configuration files"
+msgstr "SIGHUP erhalten, Konfigurationsdateien werden neu geladen"
 
-#: executor/execMain.c:1583
-#, c-format
-msgid "%s: Fail to add null value in not null attribute %s"
-msgstr ""
+#: postmaster/postmaster.c:1699
+msgid "received smart shutdown request"
+msgstr "sofortiges Herunterfahren verlangt"
 
-#: executor/execMain.c:1593
-#, c-format
-msgid "%s: rejected due to CHECK constraint \"%s\" on \"%s\""
-msgstr "%s: wegen CHECK-Constraint »%s« an »%s« abgelehnt"
+#: postmaster/postmaster.c:1730
+msgid "received fast shutdown request"
+msgstr "schnelles Herunterfahren verlangt"
 
-#: executor/execMain.c:1637
-#, c-format
-msgid "EvalPlanQual: can't find RTE %d"
-msgstr ""
+#: postmaster/postmaster.c:1737
+msgid "aborting any active transactions"
+msgstr "etwaige aktive Transaktionen werden abgebrochen"
 
-#: executor/execMain.c:1655
-msgid "EvalPlanQual: t_xmin is uncommitted ?!"
-msgstr ""
+#: postmaster/postmaster.c:1774
+msgid "received immediate shutdown request"
+msgstr "sofortiges Herunterfahren verlangt"
 
-#: executor/execProcnode.c:228
-#, c-format
-msgid "ExecInitNode: node type %d unsupported"
-msgstr ""
+#: postmaster/postmaster.c:1831
+msgid "statistics collector process"
+msgstr "Statistiksammelprozess"
 
-#: executor/execProcnode.c:361
-#, c-format
-msgid "ExecProcNode: node type %d unsupported"
-msgstr ""
+#: postmaster/postmaster.c:1844
+msgid "shutdown process"
+msgstr "Shutdown-Prozess"
 
-#: executor/execProcnode.c:448
-#, c-format
-msgid "ExecCountSlotsNode: node type %d unsupported"
-msgstr ""
+#: postmaster/postmaster.c:1856
+msgid "startup process"
+msgstr "Start-Prozess"
 
-#: executor/execProcnode.c:574
-#, c-format
-msgid "ExecEndNode: node type %d unsupported"
-msgstr ""
+#: postmaster/postmaster.c:1859
+msgid "aborting startup due to startup process failure"
+msgstr "Serverstart abgebrochen wegen Start-Prozess-Fehler"
 
-#: executor/execProcnode.c:753
-#, c-format
-msgid "ExecGetTupType: node type %d unsupported"
-msgstr ""
+#: postmaster/postmaster.c:1914
+msgid "all server processes terminated; reinitializing"
+msgstr "alle Serverprozesse beendet; initialisiere neu"
 
-#: executor/execQual.c:150 executor/execQual.c:172
-#, c-format
-msgid "ExecEvalArrayRef: can only handle %d dimensions"
-msgstr ""
+#: postmaster/postmaster.c:1952
+msgid "child process"
+msgstr "Kindprozess"
 
-#: executor/execQual.c:194
-msgid "ExecEvalArrayRef: upper and lower indices mismatch"
-msgstr ""
+#: postmaster/postmaster.c:1998
+msgid "checkpoint process"
+msgstr "Checkpoint-Prozess"
 
-#: executor/execQual.c:275
-msgid "ExecEvalAggref: no aggregates in this expression context"
-msgstr ""
+#: postmaster/postmaster.c:1999
+msgid "server process"
+msgstr "Serverprozess"
 
-#: executor/execQual.c:477
-msgid "ExecEvalParam: new/old params with same id & diff names"
-msgstr ""
+#: postmaster/postmaster.c:2002
+msgid "terminating any other active server processes"
+msgstr "aktive Serverprozesse werden abgebrochen"
 
-#: executor/execQual.c:486
+#: postmaster/postmaster.c:2071
 #, c-format
-msgid "ExecEvalParam: invalid paramkind %d"
-msgstr ""
+msgid "%s (PID %d) exited with exit code %d"
+msgstr "%s (PID %d) beendete mit Status %d"
 
-#: executor/execQual.c:500
+#: postmaster/postmaster.c:2080
 #, c-format
-msgid "ExecEvalParam: Unknown value for parameter %s"
-msgstr ""
-
-#: executor/execQual.c:534
-msgid "GetAttributeByNum: Invalid attribute number"
-msgstr ""
-
-#: executor/execQual.c:537
-msgid "GetAttributeByNum: cannot access system attributes here"
-msgstr ""
-
-#: executor/execQual.c:540
-msgid "GetAttributeByNum: a NULL isNull flag was passed"
-msgstr ""
-
-#: executor/execQual.c:568
-msgid "GetAttributeByName: Invalid attribute name"
-msgstr ""
-
-#: executor/execQual.c:571
-msgid "GetAttributeByName: a NULL isNull flag was passed"
-msgstr ""
+msgid "%s (PID %d) was terminated by signal %d"
+msgstr "%s (PID %d) wurde von Signal %d beendet"
 
-#: executor/execQual.c:593
+#: postmaster/postmaster.c:2089
 #, c-format
-msgid "GetAttributeByName: attribute %s not found"
-msgstr ""
-
-#: executor/execQual.c:638
-msgid "Functions and operators can take only one set argument"
-msgstr ""
-
-#: executor/execQual.c:688 executor/execQual.c:730 executor/execQual.c:904
-#: executor/execQual.c:2068 executor/functions.c:531 executor/functions.c:566
-#: utils/adt/sets.c:200
-msgid "Set-valued function called in context that cannot accept a set"
-msgstr ""
-
-#: executor/execQual.c:875
-msgid "ExecMakeTableFunctionResult: expression is not a function call"
-msgstr ""
-
-#: executor/execQual.c:996 executor/execQual.c:1029
-msgid ""
-"ExecMakeTableFunctionResult: Invalid result from function returning tuple"
-msgstr ""
+msgid "%s (PID %d) exited with unexpected status %d"
+msgstr "%s (PID %d) beendete mit unerwartetem Status %d"
 
-#: executor/execQual.c:1054
-msgid "ExecMakeTableFunctionResult: Materialize-mode protocol not followed"
-msgstr ""
+#: postmaster/postmaster.c:2205
+msgid "connection startup failed"
+msgstr "Verbindungsaufbau fehlgeschlagen"
 
-#: executor/execQual.c:1059
+#: postmaster/postmaster.c:2221
 #, c-format
-msgid "ExecMakeTableFunctionResult: unknown returnMode %d"
-msgstr ""
+msgid "could not fork new process for connection: %m"
+msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): %m"
 
-#: executor/execQual.c:1468
-#, c-format
-msgid "ExecEvalNullTest: unexpected nulltesttype %d"
-msgstr ""
+#: postmaster/postmaster.c:2257
+msgid "could not fork new process for connection: "
+msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): "
 
-#: executor/execQual.c:1548
+#: postmaster/postmaster.c:2388
 #, c-format
-msgid "ExecEvalBooleanTest: unexpected booltesttype %d"
-msgstr ""
+msgid "connection received: host=%s port=%s"
+msgstr "Verbindung empfangen: Host=%s Port=%s"
 
-#: executor/execQual.c:1573
+#: postmaster/postmaster.c:2450
 #, c-format
-msgid "Domain %s does not allow NULL values"
-msgstr ""
-
-#: executor/execQual.c:1578
-msgid "Domain CHECK Constraints not yet implemented"
-msgstr ""
-
-#: executor/execQual.c:1581
-msgid "ExecEvalConstraintTest: Constraint type unknown"
-msgstr ""
+msgid "connection authorized: user=%s database=%s"
+msgstr "Verbindung authorisiert: Benutzer=%s Datenbank=%s"
 
-#: executor/execQual.c:1737 executor/execQual.c:1782
+#: postmaster/postmaster.c:2610
 #, c-format
-msgid "ExecEvalExpr: unknown expression type %d"
-msgstr ""
-
-#: executor/execQual.c:2128
-msgid "ExecTargetList: fjoin nodes not currently supported"
-msgstr ""
+msgid "checkpoints are occurring too frequently (%d seconds apart)"
+msgstr "Checkpoints passieren zu oft (alle %d Sekunden)"
 
-#: executor/execTuples.c:259
+#: postmaster/postmaster.c:2612
 msgid ""
-"Plan requires more slots than are available\n"
-"\tsend mail to your local executor guru to fix this"
-msgstr ""
-
-#: executor/functions.c:171
-#, c-format
-msgid "init_sql_fcache: Cache lookup failed for procedure %u"
-msgstr ""
-
-#: executor/functions.c:183
-#, c-format
-msgid "init_sql_fcache: Cache lookup failed for type %u"
-msgstr ""
-
-#: executor/functions.c:242
-#, c-format
-msgid "init_sql_fcache: null prosrc for procedure %u"
-msgstr ""
-
-#: executor/instrument.c:40
-msgid "InstrStartTimer called twice in a row"
-msgstr ""
-
-#: executor/instrument.c:56
-msgid "InstrStopNode without start"
-msgstr ""
-
-#: executor/nodeAgg.c:774
-msgid "ExecInitAgg: could not find any aggregate functions"
-msgstr ""
-
-#: executor/nodeAgg.c:872
-#, c-format
-msgid "ExecAgg: cache lookup failed for aggregate %u"
-msgstr ""
-
-#: executor/nodeAgg.c:927
-#, c-format
-msgid "Aggregate %u needs to have compatible input type and transition type"
+"Consider increasing the configuration parameter \"checkpoint_segments\"."
 msgstr ""
 
-#: executor/nodeAgg.c:950 executor/nodeGroup.c:496
+#: postmaster/postmaster.c:2880
 #, c-format
-msgid "Unable to identify an equality operator for type %s"
-msgstr ""
+msgid "could not fork startup process: %m"
+msgstr "konnte Start-Prozess nicht starten (fork-Fehler): %m"
 
-#: executor/nodeAgg.c:978
+#: postmaster/postmaster.c:2884
 #, c-format
-msgid ""
-"GetAggInitVal: cache lookup failed on aggregate transition function return "
-"type %u"
-msgstr ""
+msgid "could not fork checkpoint process: %m"
+msgstr "konnte Checkpoint-Prozess nicht starten (fork-Fehler): %m"
 
-#: executor/nodeAgg.c:1060
+#: postmaster/postmaster.c:2888
 #, c-format
-msgid "Aggregate function %u called as normal function"
-msgstr ""
-
-#: executor/nodeAppend.c:295
-msgid "ExecProcAppend: subnode is NULL"
-msgstr ""
-
-#: executor/nodeFunctionscan.c:93
-msgid ""
-"Query-specified return tuple and actual function return tuple do not match"
-msgstr ""
-
-#: executor/nodeHash.c:66
-msgid "ExecHash: hash table is NULL."
-msgstr ""
-
-#: executor/nodeHash.c:311 executor/nodeHash.c:490 executor/nodeHash.c:732
-msgid "Insufficient memory for hash table."
-msgstr ""
+msgid "could not fork shutdown process: %m"
+msgstr "konnte Shutdown-Prozess nicht starten (fork-Fehler): %m"
 
-#: executor/nodeHash.c:684
+#: postmaster/postmaster.c:2892
 #, c-format
-msgid "hashFunc: Invalid typLen %d"
-msgstr ""
+msgid "could not fork process: %m"
+msgstr "konnte Prozess nicht starten (fork-Fehler): %m"
 
-#: executor/nodeHashjoin.c:357
+#: rewrite/rewriteDefine.c:103 rewrite/rewriteDefine.c:575
 #, c-format
-msgid "ExecInitHashJoin: unsupported join type %d"
-msgstr ""
+msgid "rule \"%s\" for relation \"%s\" already exists"
+msgstr "Regel »%s« für Relation »%s« existiert bereits"
 
-#: executor/nodeHashjoin.c:529 executor/nodeHashjoin.c:537
-msgid "Read from hashjoin temp file failed"
-msgstr ""
+#: rewrite/rewriteDefine.c:233
+msgid "rule actions on OLD are not implemented"
+msgstr "Regelaktionen für OLD sind nicht implementiert"
 
-#: executor/nodeHashjoin.c:593 executor/nodeHashjoin.c:598
-msgid "Failed to rewind hash temp file"
-msgstr ""
+#: rewrite/rewriteDefine.c:234
+msgid "Use views or triggers instead."
+msgstr "Verwenden Sie stattdessen Sichten oder Trigger."
 
-#: executor/nodeHashjoin.c:669 executor/nodeHashjoin.c:672
-msgid "Write to hashjoin temp file failed"
-msgstr ""
+#: rewrite/rewriteDefine.c:238
+msgid "rule actions on NEW are not implemented"
+msgstr "Regelaktionen für NEW sind nicht implementiert"
 
-#: executor/nodeIndexscan.c:747
-msgid "ExecInitIndexScan: indxqual not an opclause!"
-msgstr ""
+#: rewrite/rewriteDefine.c:239
+msgid "Use triggers instead."
+msgstr "Verwenden Sie stattdessen Trigger."
 
-#: executor/nodeIndexscan.c:873 executor/nodeIndexscan.c:936
-#, c-format
-msgid "ExecInitIndexScan: %s"
-msgstr ""
+#: rewrite/rewriteDefine.c:256
+msgid "INSTEAD NOTHING rules on SELECT are not implemented"
+msgstr "INSTEAD-NOTHING-Regeln für SELECT sind nicht implementiert"
 
-#: executor/nodeIndexscan.c:1009
-#, c-format
-msgid "indexes of the relation %u was inactivated"
-msgstr ""
+#: rewrite/rewriteDefine.c:257
+msgid "Use views instead."
+msgstr "Verwenden Sie stattdessen Sichten."
 
-#: executor/nodeMergejoin.c:131
-msgid "MJFormSkipQuals: op not an Oper!"
+#: rewrite/rewriteDefine.c:265
+msgid "multiple action rules on select are not implemented"
 msgstr ""
 
-#: executor/nodeMergejoin.c:395
-#, c-format
-msgid "ExecMergeJoin: unsupported join type %d"
+#: rewrite/rewriteDefine.c:274
+msgid "rules on SELECT must have action INSTEAD SELECT"
 msgstr ""
 
-#: executor/nodeMergejoin.c:1379
-#, c-format
-msgid "ExecMergeJoin: invalid join state %d, aborting"
+#: rewrite/rewriteDefine.c:282
+msgid "event qualifications are not implemented for rules on SELECT"
 msgstr ""
 
-#: executor/nodeMergejoin.c:1458
-msgid "RIGHT JOIN is only supported with mergejoinable join conditions"
+#: rewrite/rewriteDefine.c:302
+msgid "SELECT rule's target list has too many entries"
 msgstr ""
 
-#: executor/nodeMergejoin.c:1473 optimizer/path/joinpath.c:935
-msgid "FULL JOIN is only supported with mergejoinable join conditions"
+#: rewrite/rewriteDefine.c:318
+msgid "cannot convert relation containing dropped columns to view"
 msgstr ""
 
-#: executor/nodeMergejoin.c:1476
+#: rewrite/rewriteDefine.c:323
 #, c-format
-msgid "ExecInitMergeJoin: unsupported join type %d"
+msgid "SELECT rule's target entry %d has different column name from \"%s\""
 msgstr ""
 
-#: executor/nodeNestloop.c:318
+#: rewrite/rewriteDefine.c:328
 #, c-format
-msgid "ExecInitNestLoop: unsupported join type %d"
+msgid "SELECT rule's target entry %d has different type from column \"%s\""
 msgstr ""
 
-#: executor/nodeSetOp.c:174
+#: rewrite/rewriteDefine.c:341
 #, c-format
-msgid "ExecSetOp: bogus command code %d"
+msgid "SELECT rule's target entry %d has different size from column \"%s\""
 msgstr ""
 
-#: executor/nodeSort.c:52
-msgid "ExtractSortKeys: keycount <= 0"
-msgstr ""
-
-#: executor/nodeSubplan.c:53
-msgid "ExecSubPlan: can't set parent params from subquery"
-msgstr ""
-
-#: executor/nodeSubplan.c:120 executor/nodeSubplan.c:142
-#: executor/nodeSubplan.c:385
-msgid "More than one tuple returned by a subselect used as an expression."
-msgstr ""
-
-#: executor/nodeSubplan.c:180
-msgid "ExecSubPlan: failed to find placeholder for subplan result"
-msgstr ""
-
-#: executor/nodeSubplan.c:358
-msgid "ExecSetParamPlan: ANY/ALL subselect unsupported"
-msgstr ""
-
-#: executor/nodeSubplan.c:468
-msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
-msgstr ""
-
-#: executor/nodeSubplan.c:470
-msgid "ExecReScanSetParamPlan: setParam list is NULL"
-msgstr ""
-
-#: executor/nodeSubplan.c:472
-msgid "ExecReScanSetParamPlan: extParam list of plan is NULL"
-msgstr ""
-
-#: executor/spi.c:70
-msgid "SPI_connect: no connection(s) expected"
-msgstr ""
-
-#: executor/spi.c:76
-msgid "SPI_connect: some connection(s) expected"
-msgstr ""
-
-#: executor/spi.c:82
-msgid "Memory exhausted in SPI_connect"
-msgstr ""
-
-#: executor/spi.c:148
-msgid "Memory exhausted in SPI_finish"
-msgstr ""
-
-#: executor/spi.c:313 executor/spi.c:340 executor/spi.c:369 executor/spi.c:407
-#: executor/spi.c:651 executor/spi.c:1427
-msgid "SPI: stack corrupted"
-msgstr ""
-
-#: executor/spi.c:718
-msgid "cannot open multi-query plan as cursor"
-msgstr ""
-
-#: executor/spi.c:723
-msgid "plan in SPI_cursor_open() is not a SELECT"
-msgstr ""
-
-#: executor/spi.c:725
-msgid "plan in SPI_cursor_open() must NOT be a DECLARE already"
-msgstr ""
-
-#: executor/spi.c:727
-msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO"
-msgstr ""
-
-#: executor/spi.c:758
-#, c-format
-msgid "cursor \"%s\" already in use"
-msgstr ""
-
-#: executor/spi.c:764
-#, c-format
-msgid "failed to create portal \"%s\""
-msgstr ""
-
-#: executor/spi.c:877 executor/spi.c:1333
-msgid "invalid portal in SPI cursor operation"
-msgstr ""
-
-#: executor/spi.c:902
-msgid "SPI: improper call to spi_printtup"
-msgstr ""
-
-#: executor/spi.c:904
-msgid "SPI: stack corrupted in spi_printtup"
-msgstr ""
-
-#: executor/spi.c:1284
-msgid "SPI_select: retrieve into portal not implemented"
-msgstr ""
-
-#: executor/spi.c:1294
-msgid "SPI_select: # of processed tuples check failed"
-msgstr ""
-
-#: executor/spi.c:1393
-msgid "SPI_fetch: # of processed tuples check failed"
-msgstr ""
-
-#: lib/dllist.c:41
-msgid "Memory exhausted in DLNewList"
-msgstr ""
-
-#: lib/dllist.c:84
-msgid "Memory exhausted in DLNewElem"
-msgstr ""
-
-#: libpq/pqcomm.c:196
-#, c-format
-msgid "StreamServerPort: socket() failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:205
-#, c-format
-msgid "StreamServerPort: setsockopt(SO_REUSEADDR) failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:246
-#, c-format
-msgid "StreamServerPort: gethostbyname(%s) failed"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: libpq/pqcomm.c:306
-#, c-format
-msgid "No such group as '%s'"
-msgstr ""
-
-#: libpq/pqcomm.c:314
-#, c-format
-msgid "Could not set group of %s: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:322
-#, c-format
-msgid "Could not set permissions on %s: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:341
-#, c-format
-msgid "StreamServerPort: listen() failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:371
-#, c-format
-msgid "StreamConnection: accept() failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:390
-#, c-format
-msgid "StreamConnection: getsockname() failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:402
-#, c-format
-msgid "StreamConnection: setsockopt(TCP_NODELAY) failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:408
-#, c-format
-msgid "StreamConnection: setsockopt(SO_KEEPALIVE) failed: %m"
-msgstr ""
-
-#: libpq/pqcomm.c:476
-#, c-format
-msgid "pq_recvbuf: recv() failed: %m"
-msgstr "pq_recvbuf(): recv() fehlgeschlagen: %m"
-
-#: libpq/pqcomm.c:482
-msgid "pq_recvbuf: unexpected EOF on client connection"
-msgstr ""
-
-#: libpq/pqcomm.c:680
-#, c-format
-msgid "pq_flush: send() failed: %m"
-msgstr "pq_flush(): send() fehlgeschlagen: %m"
-
-#: libpq/pqcomm.c:714
-#, c-format
-msgid "pq_eof: recv() failed: %m"
-msgstr "pq_eof(): recv() fehlgeschlagen: %m"
-
-#: libpq/auth.c:106
-#, c-format
-msgid "pg_krb4_recvauth: kerberos error: %s"
-msgstr ""
-
-#: libpq/auth.c:112
-#, c-format
-msgid "pg_krb4_recvauth: protocol version \"%s\" != \"%s\""
-msgstr ""
-
-#: libpq/auth.c:118
-#, c-format
-msgid "pg_krb4_recvauth: name \"%s\" != \"%s\""
-msgstr ""
-
-#: libpq/auth.c:130
-msgid "pg_krb4_recvauth: Kerberos not implemented on this server"
-msgstr ""
-
-#: libpq/auth.c:190
-#, c-format
-msgid "pg_krb5_init: krb5_init_context returned Kerberos error %d"
-msgstr ""
-
-#: libpq/auth.c:199
-#, c-format
-msgid "pg_krb5_init: krb5_kt_resolve returned Kerberos error %d"
-msgstr ""
-
-#: libpq/auth.c:211
-#, c-format
-msgid "pg_krb5_init: krb5_sname_to_principal returned Kerberos error %d"
-msgstr ""
-
-#: libpq/auth.c:255
-#, c-format
-msgid "pg_krb5_recvauth: krb5_recvauth returned Kerberos error %d"
-msgstr ""
-
-#: libpq/auth.c:279
-#, c-format
-msgid "pg_krb5_recvauth: krb5_unparse_name returned Kerberos error %d"
-msgstr ""
-
-#: libpq/auth.c:290
-#, c-format
-msgid "pg_krb5_recvauth: user name \"%s\" != krb5 name \"%s\""
-msgstr ""
-
-#: libpq/auth.c:309
-msgid "pg_krb5_recvauth: Kerberos not implemented on this server"
-msgstr ""
-
-#: libpq/auth.c:374
-#, c-format
-msgid "%s authentication failed for user \"%s\""
-msgstr ""
-
-#: libpq/auth.c:396
-msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
-msgstr ""
-
-#: libpq/auth.c:417
-#, c-format
-msgid "No pg_hba.conf entry for host %s, user %s, database %s"
-msgstr ""
-
-#: libpq/auth.c:450
-#, c-format
-msgid "pg_local_sendauth: can't do setsockopt: %m"
-msgstr ""
-
-#: libpq/auth.c:539
-#, c-format
-msgid "pam_passwd_conv_proc: Error from underlying PAM layer: '%s'"
-msgstr ""
-
-#: libpq/auth.c:543
-#, c-format
-msgid "pam_passwd_conv_proc: Unexpected PAM conversation %d/'%s'"
-msgstr ""
-
-#: libpq/auth.c:573
-msgid "received PAM packet"
-msgstr ""
-
-#: libpq/auth.c:577
-msgid "pam_passwd_conv_proc: no password"
-msgstr ""
-
-#: libpq/auth.c:590
-msgid "pam_passwd_conv_proc: Out of memory!"
-msgstr ""
-
-#: libpq/auth.c:634
-#, c-format
-msgid "CheckPAMAuth: Failed to create PAM authenticator: '%s'"
-msgstr ""
-
-#: libpq/auth.c:644
-#, c-format
-msgid "CheckPAMAuth: pam_set_item(PAM_USER) failed: '%s'"
-msgstr ""
-
-#: libpq/auth.c:654
-#, c-format
-msgid "CheckPAMAuth: pam_set_item(PAM_CONV) failed: '%s'"
-msgstr ""
-
-#: libpq/auth.c:664
-#, c-format
-msgid "CheckPAMAuth: pam_authenticate failed: '%s'"
-msgstr ""
-
-#: libpq/auth.c:674
-#, c-format
-msgid "CheckPAMAuth: pam_acct_mgmt failed: '%s'"
-msgstr ""
-
-#: libpq/auth.c:684
-#, c-format
-msgid "CheckPAMAuth: Failed to release PAM authenticator: '%s'"
-msgstr ""
-
-#: libpq/auth.c:724
-#, c-format
-msgid "unexpected password packet size: read %d, expected %d"
-msgstr ""
-
-#: libpq/auth.c:728
-msgid "received password packet"
-msgstr ""
-
-#: libpq/be-fsstubs.c:84
-#, c-format
-msgid "lo_open(%u,%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:102
-#, c-format
-msgid "cannot open large object %u"
-msgstr ""
-
-#: libpq/be-fsstubs.c:122
-#, c-format
-msgid "lo_close: invalid large obj descriptor (%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:126
-#, c-format
-msgid "lo_close(%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:158
-#, c-format
-msgid "lo_read: invalid large obj descriptor (%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:180
-#, c-format
-msgid "lo_write: invalid large obj descriptor (%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:206
-#, c-format
-msgid "lo_lseek: invalid large obj descriptor (%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:261
-#, c-format
-msgid "lo_tell: invalid large object descriptor (%d)"
-msgstr ""
-
-#: libpq/be-fsstubs.c:363
-msgid ""
-"You must have Postgres superuser privilege to use server-side lo_import().\n"
-"\tAnyone can use the client-side lo_import() provided by libpq."
-msgstr ""
-
-#: libpq/be-fsstubs.c:378
-#, c-format
-msgid "lo_import: can't open unix file \"%s\": %m"
-msgstr ""
-
-#: libpq/be-fsstubs.c:386
-#, c-format
-msgid "lo_import: can't create inv object for \"%s\""
-msgstr ""
-
-#: libpq/be-fsstubs.c:397
-#, c-format
-msgid "lo_import: error while reading \"%s\""
-msgstr ""
-
-#: 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 ""
-
-#: libpq/be-fsstubs.c:436
-#, c-format
-msgid "lo_export: can't open inv object %u"
-msgstr ""
-
-#: libpq/be-fsstubs.c:454
-#, c-format
-msgid "lo_export: can't open unix file \"%s\": %m"
-msgstr ""
-
-#: libpq/be-fsstubs.c:464
-#, c-format
-msgid "lo_export: error while writing \"%s\""
-msgstr ""
-
-#: libpq/be-secure.c:291 libpq/be-secure.c:340
-#, c-format
-msgid "SSL SYSCALL error: %s"
-msgstr ""
-
-#: libpq/be-secure.c:294 libpq/be-secure.c:343
-#, c-format
-msgid "SSL error: %s"
-msgstr ""
-
-#: libpq/be-secure.c:395
-#, c-format
-msgid "DH errors (%s): %d bits expected, %d bits found"
-msgstr ""
-
-#: libpq/be-secure.c:405
-#, c-format
-msgid "DH_check error (%s): %s"
-msgstr ""
-
-#: libpq/be-secure.c:410
-#, c-format
-msgid "DH error (%s): p is not prime"
-msgstr ""
-
-#: libpq/be-secure.c:417
-#, c-format
-msgid "DH error (%s): neither suitable generator or safe prime"
-msgstr ""
-
-#: libpq/be-secure.c:443
-#, c-format
-msgid "DH load buffer: %s"
-msgstr ""
-
-#: libpq/be-secure.c:515
-#, c-format
-msgid "DH: generating parameters (%d bits)...."
-msgstr ""
-
-#: libpq/be-secure.c:549
-msgid "SSL: handshake start"
-msgstr ""
-
-#: libpq/be-secure.c:552
-msgid "SSL: handshake done"
-msgstr ""
-
-#: libpq/be-secure.c:555
-msgid "SSL: accept loop"
-msgstr ""
-
-#: libpq/be-secure.c:558
-#, c-format
-msgid "SSL: accept exit (%d)"
-msgstr ""
-
-#: libpq/be-secure.c:561
-msgid "SSL: connect loop"
-msgstr ""
-
-#: libpq/be-secure.c:564
-#, c-format
-msgid "SSL: connect exit (%d)"
-msgstr ""
-
-#: libpq/be-secure.c:567
-#, c-format
-msgid "SSL: read alert (0x%04x)"
-msgstr ""
-
-#: libpq/be-secure.c:570
-#, c-format
-msgid "SSL: write alert (0x%04x)"
-msgstr ""
-
-#: libpq/be-secure.c:591
-#, c-format
-msgid "failed to create SSL context: %s"
-msgstr "konnte SSL-Kontext nicht erstellen: %s"
-
-#: libpq/be-secure.c:602
-#, c-format
-msgid "failed to load server certificate (%s): %s"
-msgstr "konnte Serverzertifikat (%s) nicht laden: %s"
-
-#: libpq/be-secure.c:610
-#, c-format
-msgid "failed to stat private key file (%s): %s"
-msgstr ""
-
-#: libpq/be-secure.c:617
-#, c-format
-msgid "bad permissions on private key file (%s)"
-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/be-secure.c:628
-#, c-format
-msgid "check of private key failed: %s"
-msgstr "Überprüfung des Private Key fehlgeschlagen: %s"
-
-#: libpq/be-secure.c:645
-#, c-format
-msgid "could not read root cert file (%s): %s"
-msgstr ""
-
-#: libpq/be-secure.c:679
-#, c-format
-msgid "failed to initialize SSL connection: %s"
-msgstr "konnte SSL-Verbindung nicht initialisieren: %s"
-
-#: libpq/be-secure.c:701
-#, c-format
-msgid "secure connection from '%s'"
-msgstr ""
-
-#: libpq/crypt.c:60
-msgid ""
-"Password is stored MD5 encrypted.  'password' and 'crypt' auth methods "
-"cannot be used."
-msgstr ""
-
-#: libpq/hba.c:123
-#, c-format
-msgid "Token too long in authentication file, skipping, %s"
-msgstr ""
-
-#: libpq/hba.c:256
-#, c-format
-msgid ""
-"tokenize_inc_file: Unable to open secondary authentication file \"@%s\" as "
-"\"%s\": %m"
-msgstr ""
-
-#: libpq/hba.c:659
-#, c-format
-msgid "parse_hba: invalid syntax in pg_hba.conf file at line %d, token \"%s\""
-msgstr ""
-
-#: libpq/hba.c:712 libpq/hba.c:734
-#, c-format
-msgid "could not open %s: %m"
-msgstr "konnte %s nicht öffnen: %m"
-
-#: libpq/hba.c:845
-#, c-format
-msgid "load_hba: Unable to open authentication config file \"%s\": %m"
-msgstr ""
-
-#: libpq/hba.c:908
-#, c-format
-msgid ""
-"parse_ident_usermap: invalid syntax in pg_ident.conf file at line %d, token "
-"\"%s\""
-msgstr ""
-
-#: libpq/hba.c:940
-msgid ""
-"check_ident_usermap: hba configuration file does not have the usermap field "
-"filled in in the entry that pertains to this connection.  That field is "
-"essential for Ident-based authentication."
-msgstr ""
-
-#: libpq/hba.c:990
-#, c-format
-msgid "load_ident: Unable to open usermap file \"%s\": %m"
-msgstr ""
-
-#: libpq/hba.c:1112
-#, c-format
-msgid "Failed to create socket on which to talk to Ident server: %m"
-msgstr ""
-
-#: libpq/hba.c:1148
-#, c-format
-msgid ""
-"Unable to connect to Ident server on the host which is trying to connect to "
-"Postgres (IP address %s, Port %d): %s"
-msgstr ""
-
-#: libpq/hba.c:1171
-#, c-format
-msgid ""
-"Unable to send query to Ident server on the host which is trying to connect "
-"to Postgres (Host %s, Port %d), even though we successfully connected to it: "
-"%s"
-msgstr ""
-
-#: libpq/hba.c:1188
-#, c-format
-msgid ""
-"Unable to receive response from Ident server on the host which is trying to "
-"connect to Postgres (Host %s, Port %d), even though we successfully sent our "
-"query to it: %s"
-msgstr ""
-
-#: libpq/hba.c:1230 libpq/hba.c:1295
-#, c-format
-msgid "ident_unix: error receiving credentials: %m"
-msgstr ""
-
-#: libpq/hba.c:1238 libpq/hba.c:1304
-#, c-format
-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:159
-#, c-format
-msgid "pq_sendint: unsupported size %d"
-msgstr ""
-
-#: 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:173
-msgid ""
-"\"root\" execution of the PostgreSQL server is not permitted.\n"
-"\n"
-"The server must be started under an unprivileged user id to prevent\n"
-"a possible system security compromise.  See the documentation for\n"
-"more information on how to properly start the server.\n"
-"\n"
-msgstr ""
-
-#: main/main.c:193
-#, c-format
-msgid "%s: real and effective user ids must match\n"
-msgstr ""
-
-#: main/main.c:228
-#, c-format
-msgid "%s: invalid current euid %d\n"
-msgstr ""
-
-#: nodes/copyfuncs.c:1564
-#, c-format
-msgid "_copyAConst: unknown node type %d"
-msgstr ""
-
-#: nodes/copyfuncs.c:2720
-#, c-format
-msgid "_copyValue: unknown node type %d"
-msgstr ""
-
-#: nodes/copyfuncs.c:3232
-#, c-format
-msgid "copyObject: don't know how to copy node type %d"
-msgstr ""
-
-#: nodes/equalfuncs.c:204
-#, c-format
-msgid "_equalParam: Invalid paramkind value: %d"
-msgstr ""
-
-#: nodes/equalfuncs.c:1987
-#, c-format
-msgid "_equalValue: unknown node type %d"
-msgstr ""
-
-#: nodes/equalfuncs.c:2438
-#, c-format
-msgid "equal: don't know whether nodes of type %d are equal"
-msgstr ""
-
-#: nodes/list.c:162
-msgid "tryout to nconc a list to itself"
-msgstr ""
-
-#: nodes/list.c:245
-msgid "llast: empty list"
-msgstr ""
-
-#: nodes/list.c:260
-msgid "llasti: empty list"
-msgstr ""
-
-#: nodes/outfuncs.c:1026 nodes/readfuncs.c:1694
-#, c-format
-msgid "bogus rte kind %d"
-msgstr ""
-
-#: nodes/outfuncs.c:1324
-#, c-format
-msgid "_outValue: don't know how to print type %d "
-msgstr ""
-
-#: nodes/outfuncs.c:1782
-#, c-format
-msgid "_outNode: don't know how to print type %d "
-msgstr ""
-
-#: nodes/print.c:85
-#, c-format
-msgid ""
-"%s:\n"
-"%s"
-msgstr ""
-"%s:\n"
-"%s"
-
-#: nodes/print.c:353
-#, c-format
-msgid "Cache lookup for type %u failed"
-msgstr "Cachesuche nach Typ %u fehlgeschlagen"
-
-#: nodes/read.c:296
-msgid "nodeRead: did not find '}' at end of plan node"
-msgstr ""
-
-#: nodes/read.c:376
-#, c-format
-msgid "nodeRead: Bad type %d"
-msgstr ""
-
-#: nodes/readfuncs.c:70
-msgid "toIntList: unexpected datatype"
-msgstr ""
-
-#: nodes/readfuncs.c:104
-msgid "toOidList: unexpected datatype"
-msgstr ""
-
-#: nodes/readfuncs.c:823
-#, c-format
-msgid "_readExpr: unknown opType \"%.*s\""
-msgstr ""
-
-#: nodes/readfuncs.c:2276
-#, c-format
-msgid "badly formatted planstring \"%.10s\"..."
-msgstr ""
-
-#: nodes/readfuncs.c:2309 nodes/readfuncs.c:2341
-#, c-format
-msgid "readDatum: expected '%s', got '%s'; length = %lu"
-msgstr ""
-
-#: nodes/readfuncs.c:2316
-#, c-format
-msgid "readDatum: byval & length = %lu"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:336
-msgid "gimme_gene: Internal error - minimum_count not set"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:362
-msgid "gimme_gene: neither shared nor minimum number nor random edge found"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:422
-msgid "edge_failure(1): no edge found via random decision and total_edges == 4"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:447
-msgid "edge_failure(2): no edge found via random decision and remainig edges"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:465
-msgid "edge_failure(3): no edge found via looking for the last ununsed point"
-msgstr ""
-
-#: optimizer/geqo/geqo_erx.c:470
-msgid "edge_failure: no edge detected"
-msgstr ""
-
-#: optimizer/geqo/geqo_eval.c:139
-msgid "gimme_tree: failed to construct join rel"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:123
-msgid "geqo_main: using edge recombination crossover [ERX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:127
-msgid "geqo_main: using partially matched crossover [PMX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:131
-msgid "geqo_main: using cycle crossover [CX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:136
-msgid "geqo_main: using position crossover [PX]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:141
-msgid "geqo_main: using order crossover [OX1]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:146
-msgid "geqo_main: using order crossover [OX2]"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:211
-#, c-format
-msgid "[GEQO] failures: %d, average: %d"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:214
-msgid "[GEQO] No edge failures detected."
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:220
-#, c-format
-msgid "[GEQO] mutations: %d, generations: %d"
-msgstr ""
-
-#: optimizer/geqo/geqo_main.c:222
-msgid "[GEQO] No mutations processed."
-msgstr ""
-
-#: optimizer/geqo/geqo_misc.c:43
-msgid "avg_pool: pool_size of zero"
-msgstr ""
-
-#: optimizer/path/allpaths.c:204
-msgid "SELECT FOR UPDATE is not supported for inherit queries"
-msgstr ""
-
-#: optimizer/path/allpaths.c:617
-#, c-format
-msgid "recurse_pushdown_safe: unexpected node %d"
-msgstr ""
-
-#: optimizer/path/allpaths.c:685
-#, c-format
-msgid "recurse_push_qual: unexpected node %d"
-msgstr ""
-
-#: optimizer/path/clausesel.c:533
-#, c-format
-msgid "clause_selectivity: s1 %f"
-msgstr ""
-
-#: optimizer/path/costsize.c:1312
-#, c-format
-msgid "set_joinrel_size_estimates: unsupported join type %d"
-msgstr ""
-
-#: optimizer/path/indxpath.c:509
-msgid "extract_or_indexqual_conditions: no matching clause"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1229
-msgid "pred_test_simple_clause: unknown test_op"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1258
-msgid "pred_test_simple_clause: null test result"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1903
-#, c-format
-msgid "prefix_quals: unexpected operator %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1919
-#, c-format
-msgid "prefix_quals: no = operator for type %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1934
-#, c-format
-msgid "prefix_quals: no >= operator for type %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1950
-#, c-format
-msgid "prefix_quals: no < operator for type %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:1997
-#, c-format
-msgid "network_prefix_quals: unexpected operator %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:2010
-#, c-format
-msgid "network_prefix_quals: no %s operator for type %u"
-msgstr ""
-
-#: optimizer/path/indxpath.c:2025
-#, c-format
-msgid "network_prefix_quals: no <= operator for type %u"
-msgstr ""
-
-#: optimizer/path/joinpath.c:172
-#, c-format
-msgid "sort_inner_and_outer: unexpected join type %d"
-msgstr ""
-
-#: optimizer/path/joinpath.c:343
-#, c-format
-msgid "match_unsorted_outer: unexpected join type %d"
-msgstr ""
-
-#: optimizer/path/joinpath.c:602
-#, c-format
-msgid "match_unsorted_inner: unexpected join type %d"
-msgstr ""
-
-#: 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
-#, c-format
-msgid "make_jointree_rel: unexpected node type %d"
-msgstr ""
-
-#: optimizer/path/joinrels.c:438
-#, c-format
-msgid "make_join_rel: unsupported join type %d"
-msgstr ""
-
-#: optimizer/path/pathkeys.c:876
-msgid ""
-"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to "
-"use"
-msgstr ""
-
-#: optimizer/plan/createplan.c:139
-#, c-format
-msgid "create_plan: unknown pathtype %d"
-msgstr ""
-
-#: optimizer/plan/createplan.c:214
-#, c-format
-msgid "create_scan_plan: unknown node type: %d"
-msgstr ""
-
-#: optimizer/plan/createplan.c:296
-#, c-format
-msgid "create_join_plan: unknown node type: %d"
-msgstr ""
-
-#: optimizer/plan/createplan.c:1033
-msgid "fix_indxqual_sublist: indexqual clause is not binary opclause"
-msgstr ""
-
-#: optimizer/plan/createplan.c:1122
-msgid "fix_indxqual_operand: var is not index attribute"
-msgstr ""
-
-#: optimizer/plan/createplan.c:1560
-msgid "make_sort_from_pathkeys: cannot find tlist item to sort"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:124
-msgid "SELECT FOR UPDATE cannot be applied to a join"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:127
-#, c-format
-msgid "add_base_rels_to_query: unexpected node type %d"
-msgstr ""
-
-#: 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:311
-#, c-format
-msgid "distribute_quals_to_rels: unsupported join type %d"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:321
-#, c-format
-msgid "distribute_quals_to_rels: unexpected node type %d"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:358
-msgid ""
-"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:452
-msgid "JOIN qualification may not refer to other relations"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:611
-msgid "distribute_qual_to_rels: can't cope with variable-free clause"
-msgstr ""
-
-#: optimizer/plan/initsplan.c:753
-#, c-format
-msgid "Unable to identify an equality operator for types '%s' and '%s'"
-msgstr ""
-
-#: 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:224
-msgid "subplanner: failed to construct a relation"
-msgstr ""
-
-#: optimizer/plan/planner.c:460
-#, c-format
-msgid "pull_up_subqueries: unexpected join type %d"
-msgstr ""
-
-#: optimizer/plan/planner.c:466
-#, c-format
-msgid "pull_up_subqueries: unexpected node type %d"
-msgstr ""
-
-#: optimizer/plan/planner.c:487
-msgid "is_simple_subquery: subquery is bogus"
-msgstr ""
-
-#: optimizer/plan/planner.c:602
-#, c-format
-msgid "resolvenew_in_jointree: unexpected node type %d"
-msgstr ""
-
-#: optimizer/plan/planner.c:681
-#, c-format
-msgid "preprocess_jointree: unexpected node type %d"
-msgstr ""
-
-#: optimizer/plan/planner.c:793
-#, c-format
-msgid "preprocess_qual_conditions: unexpected node type %d"
-msgstr ""
-
-#: optimizer/plan/planner.c:908 parser/analyze.c:1774 parser/analyze.c:1947
-#: parser/analyze.c:2444
-msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT"
-msgstr ""
-
-#: optimizer/plan/planner.c:961
-msgid "SELECT FOR UPDATE is not allowed in subselects"
-msgstr ""
-
-#: optimizer/plan/planner.c:1563 optimizer/plan/planner.c:1569
-msgid "postprocess_setop_tlist: resjunk output columns not implemented"
-msgstr ""
-
-#: optimizer/plan/setrefs.c:215
-#, c-format
-msgid "set_plan_references: unknown plan type %d"
-msgstr ""
-
-#: optimizer/plan/setrefs.c:458
-msgid "join_references: variable not in subplan target lists"
-msgstr ""
-
-#: optimizer/plan/setrefs.c:519
-msgid "replace_vars_with_subplan_refs: variable not in subplan target list"
-msgstr ""
-
-#: optimizer/plan/subselect.c:141
-msgid "make_subplan: invalid expression structure (SubLink already processed?)"
-msgstr ""
-
-#: optimizer/plan/subselect.c:143
-msgid ""
-"make_subplan: invalid expression structure (subquery already processed?)"
-msgstr ""
-
-#: optimizer/plan/subselect.c:281 optimizer/plan/subselect.c:430
-#, c-format
-msgid "cache lookup failed for operator %u"
-msgstr ""
-
-#: optimizer/plan/subselect.c:705
-#, c-format
-msgid "SS_finalize_plan: node %d unsupported"
-msgstr ""
-
-#: optimizer/plan/subselect.c:728
-msgid "SS_finalize_plan: plan shouldn't reference subplan's variable"
-msgstr ""
-
-#: optimizer/prep/preptlist.c:58
-msgid "preprocess_targetlist: subquery cannot be result relation"
-msgstr ""
-
-#: optimizer/prep/preptlist.c:212
-msgid "expand_targetlist: unexpected command_type"
-msgstr ""
-
-#: optimizer/prep/preptlist.c:242
-msgid "expand_targetlist: targetlist is not sorted correctly"
-msgstr ""
-
-#: optimizer/prep/prepunion.c:193
-#, c-format
-msgid "recurse_set_operations: unexpected node %d"
-msgstr ""
-
-#: optimizer/prep/prepunion.c:309
-msgid "generate_nonunion_plan: bogus operation code"
-msgstr ""
-
-#: optimizer/util/clauses.c:81
-#, c-format
-msgid "make_clause: unsupported type %d"
-msgstr ""
-
-#: optimizer/util/clauses.c:445
-msgid "Aggregate function calls may not be nested"
-msgstr ""
-
-#: optimizer/util/clauses.c:718
-#, c-format
-msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query"
-msgstr ""
-
-#: optimizer/util/clauses.c:1062
-msgid "CommuteClause: applied to non-binary-operator clause"
-msgstr ""
-
-#: optimizer/util/clauses.c:1070
-#, c-format
-msgid "CommuteClause: no commutator for operator %u"
-msgstr ""
-
-#: optimizer/util/clauses.c:1395
-#, c-format
-msgid "eval_const_expressions: unexpected opType %d"
-msgstr ""
-
-#: 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:1981
-#, c-format
-msgid "expression_tree_walker: Unexpected node type %d"
-msgstr ""
-
-#: optimizer/util/clauses.c:2371
-#, c-format
-msgid "expression_tree_mutator: Unexpected node type %d"
-msgstr ""
-
-#: optimizer/util/pathnode.c:125
-msgid "Unable to devise a query plan for the given query"
-msgstr ""
-
-#: optimizer/util/plancat.c:57
-#, c-format
-msgid "get_relation_info: Relation %u not found"
-msgstr ""
-
-#: optimizer/util/plancat.c:221
-#, c-format
-msgid "restriction_selectivity: bad value %f"
-msgstr ""
-
-#: optimizer/util/plancat.c:254
-#, c-format
-msgid "join_selectivity: bad value %f"
-msgstr ""
-
-#: optimizer/util/plancat.c:326
-#, c-format
-msgid "has_subclass: Relation %u not found"
-msgstr ""
-
-#: 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:107
-msgid "build_other_rel: rel already exists as base rel"
-msgstr ""
-
-#: 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
-msgid ""
-"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist"
-msgstr ""
-
-#: parser/analyze.c:257
-msgid "CREATE VIEW specifies more column names than columns"
-msgstr ""
-
-#: parser/analyze.c:448
-msgid "INSERT ... SELECT may not specify INTO"
-msgstr ""
-
-#: parser/analyze.c:531
-msgid "INSERT has more expressions than target columns"
-msgstr ""
-
-#: parser/analyze.c:563
-msgid "INSERT has more target columns than expressions"
-msgstr ""
-
-#: parser/analyze.c:759
-msgid "parser: unrecognized node (internal error)"
-msgstr ""
-
-#: parser/analyze.c:841
-#, c-format
-msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'"
-msgstr "%s erstellt implizit eine Sequenz »%s« für die »SERIAL«-Spalte %s.%s"
-
-#: parser/analyze.c:922 parser/analyze.c:930
-#, c-format
-msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'"
-msgstr ""
-
-#: parser/analyze.c:938
-#, c-format
-msgid "%s/DEFAULT multiple values specified for '%s.%s'"
-msgstr ""
-
-#: parser/analyze.c:980 parser/analyze.c:1019
-msgid "parser: unrecognized constraint (internal error)"
-msgstr ""
-
-#: parser/analyze.c:1015
-msgid "parser: illegal context for constraint (internal error)"
-msgstr ""
-
-#: parser/analyze.c:1059
-#, c-format
-msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed"
-msgstr ""
-
-#: parser/analyze.c:1127
-#, c-format
-msgid "inherited table \"%s\" is not a relation"
-msgstr ""
-
-#: 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:1182
-#, c-format
-msgid ""
-"Existing attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
-"NOT NULL"
-msgstr ""
-
-#: 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:1197
-#, c-format
-msgid "%s: column \"%s\" appears twice in %s constraint"
-msgstr ""
-
-#: parser/analyze.c:1287
-#, c-format
-msgid "%s: failed to make implicit index name"
-msgstr ""
-
-#: 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: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:1446 parser/analyze.c:1568
-#, c-format
-msgid "transformRuleStmt: unexpected event type %d"
-msgstr ""
-
-#: parser/analyze.c:1455
-msgid "Rule WHERE condition may not contain references to other relations"
-msgstr ""
-
-#: parser/analyze.c:1459
-msgid "Rule WHERE condition may not contain aggregate functions"
-msgstr ""
-
-#: parser/analyze.c:1528
-msgid ""
-"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
-"actions"
-msgstr ""
-
-#: parser/analyze.c:1552
-msgid "ON SELECT rule may not use OLD"
-msgstr ""
-
-#: parser/analyze.c:1554
-msgid "ON SELECT rule may not use NEW"
-msgstr ""
-
-#: parser/analyze.c:1561
-msgid "ON INSERT rule may not use OLD"
-msgstr ""
-
-#: parser/analyze.c:1565
-msgid "ON DELETE rule may not use NEW"
-msgstr ""
-
-#: parser/analyze.c:1630 parser/analyze.c:1838
-msgid "DECLARE CURSOR must not specify INTO"
-msgstr ""
-
-#: parser/analyze.c:1632 parser/analyze.c:1840
-msgid ""
-"DECLARE/UPDATE is not supported\n"
-"\tCursors must be READ ONLY"
-msgstr ""
-
-#: parser/analyze.c:1908
-msgid ""
-"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result "
-"columns"
-msgstr ""
-
-#: parser/analyze.c:1942
-msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
-msgstr ""
-
-#: parser/analyze.c:1944
-msgid "Portal may not appear in UNION/INTERSECT/EXCEPT"
-msgstr ""
-
-#: parser/analyze.c:2038
-#, c-format
-msgid "Each %s query must have the same number of columns"
-msgstr ""
-
-#: parser/analyze.c:2096
-#, c-format
-msgid "getSetColTypes: unexpected node %d"
-msgstr ""
-
-#: parser/analyze.c:2107
-msgid "CREATE TABLE AS specifies too many column names"
-msgstr ""
-
-#: parser/analyze.c:2190 parser/analyze.c:2199
-msgid "UPDATE target count mismatch --- internal error"
-msgstr ""
-
-#: parser/analyze.c:2285
-msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT"
-msgstr ""
-
-#: parser/analyze.c:2368
-msgid "transformPrepareStmt: internal error"
-msgstr ""
-
-#: parser/analyze.c:2395
-#, c-format
-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:2421
-#, c-format
-msgid ""
-"Parameter $%d of type %s cannot be coerced into the expected type %s\n"
-"\tYou will need to rewrite or cast the expression"
-msgstr ""
-
-#: parser/analyze.c:2446
-msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
-msgstr ""
-
-#: parser/analyze.c:2448
-msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
-msgstr ""
-
-#: parser/analyze.c:2450
-msgid "SELECT FOR UPDATE is not allowed with AGGREGATE"
-msgstr ""
-
-#: parser/analyze.c:2515
-#, c-format
-msgid "FOR UPDATE: relation \"%s\" not found in FROM clause"
-msgstr ""
-
-#: parser/analyze.c:2555
-#, c-format
-msgid "relationHasPrimaryKey: index %u not found"
-msgstr "relationHasPrimaryKey: Index %u nicht gefunden"
-
-#: parser/analyze.c:2606
-msgid "Misplaced DEFERRABLE clause"
-msgstr ""
-
-#: parser/analyze.c:2608 parser/analyze.c:2617
-msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
-msgstr ""
-
-#: parser/analyze.c:2615
-msgid "Misplaced NOT DEFERRABLE clause"
-msgstr ""
-
-#: 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:2627
-msgid "Misplaced INITIALLY DEFERRED clause"
-msgstr ""
-
-#: parser/analyze.c:2629 parser/analyze.c:2647
-msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
-msgstr ""
-
-#: parser/analyze.c:2645
-msgid "Misplaced INITIALLY IMMEDIATE clause"
-msgstr ""
-
-#: 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:150
-msgid "Aggregates not allowed in WHERE clause"
-msgstr ""
-
-#: parser/parse_agg.c:152
-msgid "Aggregates not allowed in JOIN conditions"
-msgstr ""
-
-#: parser/parse_agg.c:168
-msgid "Aggregates not allowed in GROUP BY clause"
-msgstr ""
-
-#: parser/parse_clause.c:194
-msgid "Bogus InhOption value"
-msgstr ""
-
-#: parser/parse_clause.c:341
-#, c-format
-msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
-msgstr ""
-
-#: parser/parse_clause.c:400
-msgid "sub-select in FROM must have an alias"
-msgstr ""
-
-#: parser/parse_clause.c:424 parser/parse_clause.c:427
-msgid "Unexpected parse analysis result for subselect in FROM"
-msgstr ""
-
-#: parser/parse_clause.c:430
-msgid "Expected SELECT query from subselect in FROM"
-msgstr ""
-
-#: parser/parse_clause.c:432
-msgid "Subselect in FROM may not have SELECT INTO"
-msgstr ""
-
-#: parser/parse_clause.c:493
-msgid ""
-"FROM function expression may not refer to other relations of same query level"
-msgstr ""
-
-#: parser/parse_clause.c:502
-msgid "cannot use aggregate function in FROM function expression"
-msgstr ""
-
-#: parser/parse_clause.c:514
-msgid "Coercion function not allowed in FROM clause"
-msgstr ""
-
-#: parser/parse_clause.c:624 parser/parse_clause.c:636
-msgid "transformFromClauseItem: unexpected subtree type"
-msgstr ""
-
-#: parser/parse_clause.c:719
-#, c-format
-msgid "USING column name \"%s\" appears more than once"
-msgstr ""
-
-#: parser/parse_clause.c:731
-#, c-format
-msgid "Common column name \"%s\" appears more than once in left table"
-msgstr ""
-
-#: parser/parse_clause.c:737
-#, c-format
-msgid "JOIN/USING column \"%s\" not found in left table"
-msgstr ""
-
-#: parser/parse_clause.c:749
-#, c-format
-msgid "Common column name \"%s\" appears more than once in right table"
-msgstr ""
-
-#: parser/parse_clause.c:755
-#, c-format
-msgid "JOIN/USING column \"%s\" not found in right table"
-msgstr ""
-
-#: parser/parse_clause.c:804
-#, c-format
-msgid "Column alias list for \"%s\" has too many entries"
-msgstr ""
-
-#: parser/parse_clause.c:831
-#, c-format
-msgid ""
-"transformFromClauseItem: unexpected node (internal error)\n"
-"\t%s"
-msgstr ""
-
-#: parser/parse_clause.c:942
-#, c-format
-msgid "buildMergedJoinVar: unexpected jointype %d"
-msgstr ""
-
-#: parser/parse_clause.c:1063
-#, c-format
-msgid "%s '%s' is ambiguous"
-msgstr ""
-
-#: parser/parse_clause.c:1082
-#, c-format
-msgid "Non-integer constant in %s"
-msgstr ""
-
-#: parser/parse_clause.c:1095
-#, c-format
-msgid "%s position %d is not in target list"
-msgstr ""
-
-#: parser/parse_clause.c:1237
-msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list"
-msgstr ""
-
-#: parser/parse_clause.c:1275
-msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
-msgstr ""
-
-#: parser/parse_clause.c:1299
-msgid ""
-"transformDistinctClause: failed to add DISTINCT ON clause to target list"
-msgstr ""
-
-#: parser/parse_coerce.c:288
-#, c-format
-msgid "coerce_type: no conversion function from %s to %s"
-msgstr ""
-
-#: parser/parse_coerce.c:414
-#, c-format
-msgid "coerce_type_constraints: failed to lookup type %u"
-msgstr ""
-
-#. translator: first %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:565
-#, c-format
-msgid "Argument of %s must be type boolean, not type %s"
-msgstr ""
-
-#. translator: %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:573
-#, c-format
-msgid "Argument of %s must not be a set function"
-msgstr ""
-
-#: parser/parse_coerce.c:620
-#, c-format
-msgid "%s types '%s' and '%s' not matched"
-msgstr ""
-
-#: parser/parse_coerce.c:672
-#, c-format
-msgid "%s unable to convert to type %s"
-msgstr ""
-
-#: parser/parse_coerce.c:954
-#, c-format
-msgid "find_coercion_pathway: bogus castcontext %c"
-msgstr ""
-
-#: parser/parse_expr.c:101
-#, c-format
-msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
-msgstr ""
-
-#: parser/parse_expr.c:120
-#, c-format
-msgid "Parameter '$%d' is out of range"
-msgstr ""
-
-#: parser/parse_expr.c:358 parser/parse_expr.c:362
-msgid "Bad query in subselect"
-msgstr ""
-
-#: parser/parse_expr.c:384
-msgid "Subselect must have a field"
-msgstr ""
-
-#: parser/parse_expr.c:388
-msgid "Subselect must have only one field"
-msgstr ""
-
-#: parser/parse_expr.c:418
-#, c-format
-msgid "Row comparison cannot use operator %s"
-msgstr ""
-
-#: parser/parse_expr.c:441
-msgid "Subselect has too many fields"
-msgstr ""
-
-#: parser/parse_expr.c:457
-#, c-format
-msgid ""
-"%s has result type of %s, but must return %s to be used with quantified "
-"predicate subquery"
-msgstr ""
-
-#: 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:475
-msgid "Subselect has too few fields"
-msgstr ""
-
-#: parser/parse_expr.c:615
-#, c-format
-msgid "transformExpr: unexpected booltesttype %d"
-msgstr ""
-
-#: parser/parse_expr.c:652
-#, c-format
-msgid "transformExpr: does not know how to transform node %d (internal error)"
-msgstr ""
-
-#: parser/parse_expr.c:744
-#, c-format
-msgid "Attribute \"%s\" not found"
-msgstr "Attribut »%s« nicht gefunden"
-
-#: parser/parse_expr.c:856 parser/parse_target.c:153
-msgid "Invalid qualified name syntax (too many names)"
-msgstr ""
-
-#: parser/parse_expr.c:913
-msgid "exprType: Cannot get type for untransformed sublink"
-msgstr ""
-
-#: parser/parse_expr.c:940
-#, c-format
-msgid "exprType: Do not know how to get type for %d node"
-msgstr ""
-
-#: parser/parse_expr.c:1110
-#, c-format
-msgid "Cannot cast type %s to %s"
-msgstr "kann Typ »%s« nicht in Typ »%s« umwandeln"
-
-#: parser/parse_func.c:97
-#, c-format
-msgid "Cannot pass more than %d arguments to a function"
-msgstr ""
-
-#: parser/parse_func.c:104
-#, c-format
-msgid "Function '%s' does not allow NULL input"
-msgstr ""
-
-#: parser/parse_func.c:192
-#, c-format
-msgid "Cannot find type OID for relation %u"
-msgstr ""
-
-#: parser/parse_func.c:232
-#, c-format
-msgid "Cannot pass result of sub-select or join %s to a function"
-msgstr ""
-
-#: parser/parse_func.c:270
-#, c-format
-msgid "%s(*) specified, but %s is not an aggregate function"
-msgstr ""
-
-#: parser/parse_func.c:273
-#, c-format
-msgid "DISTINCT specified, but %s is not an aggregate function"
-msgstr ""
-
-#: parser/parse_func.c:296
-#, c-format
-msgid "Attribute notation .%s applied to type %s, which is not a complex type"
-msgstr ""
-
-#: parser/parse_func.c:299
-#, c-format
-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:1264
-#, c-format
-msgid "No such attribute %s.%s.%s"
-msgstr ""
-
-#: parser/parse_func.c:1267
-#, c-format
-msgid "No such attribute %s.%s"
-msgstr ""
-
-#: parser/parse_func.c:1294
-#, c-format
-msgid "Function %s(%s) does not exist%s%s"
-msgstr "Funktion %s(%s) existiert nicht%s%s"
-
-#: parser/parse_func.c:1300
-#, c-format
-msgid "%s: function %s(%s) does not exist%s%s"
-msgstr "%s: Funktion %s(%s) existiert nicht%s%s"
-
-#: parser/parse_func.c:1326
-#, c-format
-msgid "%s: aggregate %s(*) does not exist"
-msgstr ""
-
-#: parser/parse_func.c:1329
-#, c-format
-msgid "%s: aggregate %s(%s) does not exist"
-msgstr ""
-
-#: parser/parse_func.c:1345
-#, c-format
-msgid "%s: function %s(*) is not an aggregate"
-msgstr ""
-
-#: parser/parse_func.c:1348
-#, c-format
-msgid "%s: function %s(%s) is not an aggregate"
-msgstr ""
-
-#: parser/parse_node.c:217
-#, c-format
-msgid "transformArraySubscripts: Cache lookup failed for array type %u"
-msgstr ""
-
-#: parser/parse_node.c:223
-#, c-format
-msgid "transformArraySubscripts: type %s is not an array"
-msgstr ""
-
-#: parser/parse_node.c:231
-#, c-format
-msgid "transformArraySubscripts: Cache lookup failed for array element type %u"
-msgstr ""
-
-#: parser/parse_node.c:288 parser/parse_node.c:310
-msgid "array index expressions must be integers"
-msgstr ""
-
-#: parser/parse_node.c:329
-#, c-format
-msgid ""
-"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:439
-#, c-format
-msgid "make_const: unknown type %d"
-msgstr ""
-
-#: 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: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: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:903
-#, c-format
-msgid ""
-"Unable to identify an operator '%s' for types '%s' and '%s'\n"
-"\tYou will have to retype this query using an explicit cast"
-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: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: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: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: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: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:239 parser/parse_relation.c:251
-#, c-format
-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:319
-#, c-format
-msgid "checkNameSpaceConflicts: unexpected node type %d"
-msgstr ""
-
-#: 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:460 parser/parse_relation.c:553
-#, c-format
-msgid "Column reference \"%s\" is ambiguous"
-msgstr "Spaltenname »%s« ist nicht eindeutig"
-
-#: parser/parse_relation.c:547
-#, c-format
-msgid "colnameToVar: unexpected node type %d"
-msgstr ""
-
-#: parser/parse_relation.c:646 parser/parse_relation.c:739
-#: parser/parse_relation.c:832 parser/parse_relation.c:946
-#, c-format
-msgid "Table \"%s\" has %d columns available but %d columns specified"
-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 "Too many column aliases specified for function %s"
-msgstr ""
-
-#: parser/parse_relation.c:993
-#, c-format
-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:1515
-#, c-format
-msgid "Invalid attnum %d for rangetable entry %s"
-msgstr ""
-
-#: parser/parse_relation.c:1542 parser/parse_relation.c:1605
-#: parser/parse_relation.c:1683
-#, c-format
-msgid "Relation \"%s\" does not have attribute %d"
-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 "get_rte_attribute_is_dropped: unsupported RTE kind %d"
-msgstr ""
-
-#: parser/parse_relation.c:1815
-#, c-format
-msgid "attnumAttName: invalid attribute number %d"
-msgstr "attnumAttName: ungültige Attributnummer %d"
-
-#: parser/parse_relation.c:1837
-#, c-format
-msgid "attnumTypeId: invalid attribute number %d"
-msgstr "attnumTypeId: ungültige Attributnummer %d"
-
-#: parser/parse_relation.c:1864
-#, c-format
-msgid "Adding missing FROM-clause entry%s for table \"%s\""
-msgstr ""
-
-#: parser/parse_target.c:62
-msgid "You can't use relation names alone in the target list, try relation.*."
-msgstr ""
-
-#: parser/parse_target.c:236
-#, c-format
-msgid "Cannot assign to system attribute '%s'"
-msgstr ""
-
-#: parser/parse_target.c:297
-#, c-format
-msgid ""
-"column \"%s\" is of type %s but expression is of type %s\n"
-"\tYou will need to rewrite or cast the expression"
-msgstr ""
-
-#: parser/parse_target.c:370
-#, c-format
-msgid "Attribute '%s' specified more than once"
-msgstr ""
-
-#: parser/parse_target.c:405
-#, c-format
-msgid ""
-"ExpandAllTables: unexpected node (internal error)\n"
-"\t%s"
-msgstr ""
-
-#: parser/parse_target.c:423
-msgid "Wildcard with no tables specified not allowed"
-msgstr ""
-
-#: parser/parse_type.c:60
-#, c-format
-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:96
-#, c-format
-msgid "%s converted to %s"
-msgstr ""
-
-#: 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 oid %u in catalog"
-msgstr "kann Typ-OID %u nicht im Katalog finden"
-
-#: parser/parse_type.c:256
-msgid "typeTypeId() called with NULL type struct"
-msgstr ""
-
-#: parser/parse_type.c:389
-#, c-format
-msgid "typeidOutfunc: Invalid type - oid = %u"
-msgstr ""
-
-#: parser/parse_type.c:410
-#, c-format
-msgid "typeidTypeRelid: Invalid type - oid = %u"
-msgstr ""
-
-#: parser/parse_type.c:447 parser/parse_type.c:463 parser/parse_type.c:465
-#: parser/parse_type.c:471 parser/parse_type.c:477 parser/parse_type.c:481
-#, c-format
-msgid "Invalid type name '%s'"
-msgstr ""
-
-#: 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: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:1414 gram.y:1420 gram.y:4295 gram.y:4302
-msgid "GLOBAL TEMPORARY TABLE is not currently supported"
-msgstr ""
-
-#: 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:1642
-msgid "LIKE in table definitions not yet supported"
-msgstr ""
-
-#: gram.y:1746
-msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented"
-msgstr ""
-
-#: gram.y:1820
-msgid "CREATE TABLE AS may not specify INTO"
-msgstr ""
-
-#: 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:2705
-msgid "FETCH / ABSOLUTE not supported, using RELATIVE"
-msgstr ""
-
-#: gram.y:2867 gram.y:2875
-msgid "grant options are not implemented"
-msgstr ""
-
-#: gram.y:3051
-msgid "CREATE FUNCTION / OUT parameters are not supported"
-msgstr ""
-
-#: gram.y:3057
-msgid "CREATE FUNCTION / INOUT parameters are not supported"
-msgstr ""
-
-#: gram.y:3209
-msgid "parser: argument type missing (use NONE for unary operators)"
-msgstr ""
-
-#: gram.y:3706
-#, c-format
-msgid "CREATE DOMAIN / COLLATE %s not yet implemented; clause ignored"
-msgstr "CREATE DOMAIN / COLLATE %s ist noch nicht implementiert; Klausel ignoriert"
-
-#: gram.y:4381
-msgid ""
-"LIMIT #,# syntax not supported.\n"
-"\tUse separate LIMIT and OFFSET clauses."
-msgstr ""
-
-#: gram.y:4397
-msgid "LIMIT must not be negative"
-msgstr "LIMIT darf nicht negativ sein"
-
-#: gram.y:4439
-msgid "OFFSET must not be negative"
-msgstr "OFFSET darf nicht negativ sein"
-
-#: gram.y:4583
-msgid ""
-"sub-SELECT in FROM must have an alias\n"
-"\tFor example, FROM (SELECT ...) [AS] foo"
-msgstr ""
-
-#: gram.y:4987
-msgid "precision for FLOAT must be at least 1"
-msgstr ""
-
-#: gram.y:4994
-msgid "precision for FLOAT must be less than 16"
-msgstr ""
-
-#: gram.y:5007 gram.y:5020
-#, c-format
-msgid "NUMERIC precision %d must be between 1 and %d"
-msgstr ""
-
-#: gram.y:5011
-#, c-format
-msgid "NUMERIC scale %d must be between 0 and precision %d"
-msgstr ""
-
-#: gram.y:5037 gram.y:5050
-#, c-format
-msgid "DECIMAL precision %d must be between 1 and %d"
-msgstr ""
-
-#: gram.y:5041
-#, c-format
-msgid "DECIMAL scale %d must be between 0 and precision %d"
-msgstr ""
-
-#: gram.y:5096 gram.y:5170
-#, c-format
-msgid "length for type '%s' must be at least 1"
-msgstr ""
-
-#: gram.y:5099 gram.y:5173
-#, c-format
-msgid "length for type '%s' cannot exceed %d"
-msgstr ""
-
-#: gram.y:5250
-#, c-format
-msgid "TIMESTAMP(%d)%s precision must be between %d and %d"
-msgstr ""
-
-#: gram.y:5282
-#, c-format
-msgid "TIME(%d)%s precision must be between %d and %d"
-msgstr ""
-
-#: gram.y:5432 gram.y:7433 gram.y:7485
-msgid "Unequal number of entries in row expression"
-msgstr ""
-
-#: gram.y:5846
-msgid "UNIQUE predicate is not yet implemented"
-msgstr ""
-
-#: gram.y:6075
-#, c-format
-msgid "CURRENT_TIME(%d) precision must be between %d and %d"
-msgstr ""
-
-#: gram.y:6120
-#, c-format
-msgid "CURRENT_TIMESTAMP(%d) precision must be between %d and %d"
-msgstr ""
-
-#: 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:7313
-msgid "NEW used in non-rule query"
-msgstr ""
-
-#: 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:7467
-#, c-format
-msgid "Operator '%s' not implemented for row expressions"
-msgstr ""
-
-#: 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:7591
-msgid "Multiple FOR UPDATE clauses not allowed"
-msgstr ""
-
-#: gram.y:7597
-msgid "Multiple OFFSET clauses not allowed"
-msgstr ""
-
-#: gram.y:7603
-msgid "Multiple LIMIT clauses not allowed"
-msgstr ""
-
-#: port/ipc_test.c:93 storage/ipc/ipc.c:171
-msgid "Out of on_shmem_exit slots"
-msgstr ""
-
-#: port/pg_sema.c:319 port/posix_sema.c:168 port/sysv_sema.c:319
-msgid "Out of memory in PGReserveSemaphores"
-msgstr ""
-
-#: port/pg_sema.c:358 port/posix_sema.c:205 port/sysv_sema.c:358
-msgid "PGSemaphoreCreate: too many semaphores created"
-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 ""
-
-#: port/beos/support.c:129
-#, c-format
-msgid "loading symbol '%s' failed "
-msgstr ""
-
-#: port/dynloader/beos.c:55
-msgid "add-on not loaded correctly"
-msgstr ""
-
-#: port/dynloader/beos.c:66
-msgid "error while unloading add-on"
-msgstr ""
-
-#: port/dynloader.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 ""
-
-#: port/dynloader.c:90 port/dynloader/bsdi.c:78 port/dynloader/linux.c:90
-#: port/dynloader/ultrix4.c:61
-#, c-format
-msgid "  %s"
-msgstr ""
-
-#: port/dynloader.c:35 port/dynloader/linux.c:35
-msgid "dynamic load not supported"
-msgstr ""
-
-#: port/dynloader/ultrix4.c:58
-msgid "dl: Undefined:"
-msgstr ""
-
-#: postmaster/pgstat.c:178
-#, c-format
-msgid "PGSTAT: socket() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:192
-#, c-format
-msgid "PGSTAT: bind(127.0.0.1) failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:197
-#, c-format
-msgid "PGSTAT: getsockname() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:209
-#, c-format
-msgid "PGSTAT: connect() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:221
-#, c-format
-msgid "PGSTAT: fcntl() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:230 postmaster/pgstat.c:1158
-#, c-format
-msgid "PGSTAT: pipe() failed: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:273
-msgid "PGSTAT: statistics collector startup skipped"
-msgstr ""
-
-#: 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 ""
-
-#: postmaster/pgstat.c:1230
-msgid "PGSTAT: Allocation of backend table failed"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: postmaster/pgstat.c:1570
-#, c-format
-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 ""
-
-#: postmaster/pgstat.c:1770
-msgid "PGSTAT: DB hash table out of memory - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:1799 postmaster/pgstat.c:2214 postmaster/pgstat.c:2221
-msgid "PGSTAT: failed to initialize hash table for new database entry"
-msgstr ""
-
-#: postmaster/pgstat.c:1851
-msgid "PGSTAT: dead backend hash table out of memory"
-msgstr ""
-
-#: postmaster/pgstat.c:1898
-#, c-format
-msgid "PGSTAT: cannot open temp stats file %s: %m"
-msgstr ""
-
-#: postmaster/pgstat.c:1924
-msgid "PGSTAT: database hash table corrupted during cleanup - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:1960
-#, c-format
-msgid ""
-"PGSTAT: tables hash table for database %d corrupted during cleanup - abort"
-msgstr ""
-
-#: postmaster/pgstat.c:2007
-#, c-format
-msgid "PGSTAT: Error closing temp stats file %s: %m"
-msgstr ""
-
-#: 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/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: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:335
-#, c-format
-msgid ""
-"data directory %s has group or world access; permissions should be u=rwx "
-"(0700)"
-msgstr ""
-"Datenverzeichnis %s erlaubt Zugriff von Gruppe oder Welt; Rechte sollten "
-"u=rwx (0700) sein"
-
-#: postmaster/postmaster.c:348
-#, c-format
-msgid ""
-"%s does not find the database system.\n"
-"Expected to find it in the PGDATA directory \"%s\",\n"
-"but unable to open file \"%s\": %s\n"
-"\n"
-msgstr ""
-"%s findet das Datenbanksystem nicht.\n"
-"Es wurde im Verzeichnis »%s« erwartet,\n"
-"aber die Datei »%s« konnte nicht geöffnet werden (%s).\n"
-"\n"
-
-#: 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:539 tcop/postgres.c:1574
-#, c-format
-msgid "--%s requires argument"
-msgstr "--%s benötigt ein Argument"
-
-#: 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 "invalid argument -- %s"
-msgstr "ungültiges Argument -- %s"
-
-#: 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."
-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: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:627
-msgid "For SSL, TCP/IP connections must be enabled."
-msgstr "Für SSL müssen TCP/IP-Verbindungen aktiviert sein."
-
-#: postmaster/postmaster.c:674
-msgid "cannot create INET stream port"
-msgstr ""
-
-#: postmaster/postmaster.c:686
-msgid "cannot create UNIX stream port"
-msgstr ""
-
-#: postmaster/postmaster.c:806
-#, c-format
-msgid "fork failed: %s"
-msgstr "fork fehlgeschlagen: %s"
-
-#: postmaster/postmaster.c:828
-#, c-format
-msgid "cannot disassociate from controlling TTY: %s"
-msgstr ""
-
-#: postmaster/postmaster.c:848
-#, c-format
-msgid ""
-"%s is the PostgreSQL server.\n"
-"\n"
-msgstr ""
-"%s ist der PostgreSQL-Server.\n"
-"\n"
-
-#: postmaster/postmaster.c:849
-#, c-format
-msgid ""
-"Usage:\n"
-"  %s [OPTION]...\n"
-"\n"
-msgstr ""
-"Benutzung:\n"
-"  %s [OPTION]...\n"
-"\n"
-
-#: postmaster/postmaster.c:850
-msgid "Options:\n"
-msgstr "Optionen:\n"
-
-#: 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: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:855
-msgid "  -c NAME=VALUE   set run-time parameter\n"
-msgstr "  -c NAME=WERT    setze Konfigurationsparameter\n"
-
-#: postmaster/postmaster.c:856
-msgid "  -d 1-5          debugging level\n"
-msgstr "  -d 1-5          Debug-Level\n"
-
-#: postmaster/postmaster.c:857
-msgid "  -D DATADIR      database directory\n"
-msgstr "  -D VERZEICHNIS  Datenbankverzeichnis\n"
-
-#: postmaster/postmaster.c:858
-msgid "  -F              turn fsync off\n"
-msgstr "  -F              »fsync« ausschalten\n"
-
-#: 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:860
-msgid "  -i              enable TCP/IP connections\n"
-msgstr "  -i              ermögliche TCP/IP-Verbindungen\n"
-
-#: postmaster/postmaster.c:861
-msgid "  -k DIRECTORY    Unix-domain socket location\n"
-msgstr "  -k VERZEICHNIS  Ort der Unix-Domain-Socket\n"
-
-#: postmaster/postmaster.c:863
-msgid "  -l              enable SSL connections\n"
-msgstr "  -l              ermögliche SSL-Verbindungen\n"
-
-#: 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:867
-msgid "  -o OPTIONS      pass 'OPTIONS' to each backend server\n"
-msgstr "  -o OPTIONEN      »OPTIONEN« an Kindprozesse weiterreichen\n"
-
-#: 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: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: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"
-msgstr ""
-"\n"
-"Entwickleroptionen:\n"
-
-#: 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: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:877
-msgid ""
-"\n"
-"Please read the documentation for the complete list of run-time\n"
-"configuration settings and how to set them on the command line or in\n"
-"the configuration file.\n"
-"\n"
-"Report bugs to <pgsql-bugs@postgresql.org>.\n"
-msgstr ""
-"\n"
-"In der Dokumentation finden Sie eine komplette Liste der Konfigurations-\n"
-"parameter und Informationen wie man sie auf der Kommandozeile oder in der\n"
-"Konfiguratonsdatei setzen kann.\n"
-"\n"
-"Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
-
-#: postmaster/postmaster.c:959
-#, c-format
-msgid "ServerLoop: select failed: %m"
-msgstr "ServerLoop: select fehlgeschlagen: %m"
-
-#: postmaster/postmaster.c:1085 postmaster/postmaster.c:1102
-msgid "incomplete startup packet"
-msgstr "unvollständiges Startpaket"
-
-#: postmaster/postmaster.c:1093
-msgid "invalid length of startup packet"
-msgstr "ungültige Länge des Startpakets"
-
-#: postmaster/postmaster.c:1135
-#, c-format
-msgid "failed to send SSL negotiation response: %m"
-msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
-
-#: postmaster/postmaster.c:1157
-msgid "unsupported frontend protocol"
-msgstr "nicht unterstütztes Protokoll"
-
-#: postmaster/postmaster.c:1184
-msgid "no PostgreSQL user name specified in startup packet"
-msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
-
-#: postmaster/postmaster.c:1217
-msgid "The database system is starting up"
-msgstr "Das Datenbanksystem startet"
-
-#: postmaster/postmaster.c:1220
-msgid "The database system is shutting down"
-msgstr "Das Datenbanksystem fährt herunter"
-
-#: postmaster/postmaster.c:1223
-msgid "The database system is in recovery mode"
-msgstr "Das Datenbanksystem ist im Wiederherstellungsmodus"
-
-#: 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:1256
-#, c-format
-msgid "processCancelRequest: CheckPointPID in cancel request for process %d"
-msgstr "processCancelRequest: CheckPointPID in Abbruchanfrage für Prozess %d"
-
-#: 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: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:1283
-#, c-format
-msgid "bad pid in cancel request for process %d"
-msgstr "falsche Pid in Abbruchanfrage für Prozess %d"
-
-#: postmaster/postmaster.c:1326
-msgid "ConnCreate: malloc failed"
-msgstr "ConnCreate: malloc fehlgeschlagen"
-
-#: 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:1459
-msgid "smart shutdown request"
-msgstr ""
-
-#: 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:1489
-msgid "fast shutdown request"
-msgstr "Schnelles Herunterfahren verlangt"
-
-#: postmaster/postmaster.c:1495
-msgid "aborting any active transactions"
-msgstr "etwaige aktive Transaktionen werden abgebrochen"
-
-#: postmaster/postmaster.c:1531
-msgid "immediate shutdown request"
-msgstr "Sofortiges Herunterfahren verlangt"
-
-#: postmaster/postmaster.c:1566
-msgid "reaping dead processes"
-msgstr "tote Prozesse werden eingesammelt"
-
-#: postmaster/postmaster.c:1583
-msgid "statistics collector process"
-msgstr "Statistiksammelprozess"
-
-#: postmaster/postmaster.c:1596
-msgid "shutdown process"
-msgstr "Shutdown-Prozess"
-
-#: postmaster/postmaster.c:1607
-msgid "startup process"
-msgstr "Start-Prozess"
-
-#: postmaster/postmaster.c:1609
-msgid "aborting startup due to startup process failure"
-msgstr "Serverstart abgebrochen wegen Start-Prozess-Fehler"
-
-#: 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: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:1688
-msgid "child process"
-msgstr "Kindprozess"
-
-#: postmaster/postmaster.c:1733
-msgid "server process"
-msgstr "Serverprozess"
-
-#: postmaster/postmaster.c:1734
-msgid "terminating any other active server processes"
-msgstr "aktive Serverprozesse werden abgebrochen"
-
-#: postmaster/postmaster.c:1755
-#, c-format
-msgid "CleanupProc: sending %s to process %d"
-msgstr "CleanupProc: sende %s to Prozess %d"
-
-#: 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:1802
-#, c-format
-msgid "%s (pid %d) was terminated by signal %d"
-msgstr "%s (PID %d) wurde von Signal %d beendet"
-
-#: 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:1827
-#, c-format
-msgid "SignalChildren: sending signal %d to process %d"
-msgstr "SignalChildren: sende Signal %d an Prozess %d"
-
-#: postmaster/postmaster.c:1865
-msgid "out of memory; connection startup aborted"
-msgstr "Speicher aufgebraucht; Verbindungsaufbau abgebrochen"
-
-#: postmaster/postmaster.c:1916
-msgid "connection startup failed"
-msgstr "Verbindungsaufbau fehlgeschlagen"
-
-#: postmaster/postmaster.c:1933
-#, c-format
-msgid "connection startup failed (fork failure): %s"
-msgstr "Verbindungsaufbau fehlgeschlagen (fork-Fehler): %s"
-
-#: postmaster/postmaster.c:1940
-#, c-format
-msgid "BackendStartup: forked pid=%d socket=%d"
-msgstr ""
-
-#: postmaster/postmaster.c:1974
-msgid "Server process fork() failed: "
-msgstr ""
-
-#: postmaster/postmaster.c:2121
-#, c-format
-msgid "connection received: host=%s port=%hu"
-msgstr "Verbindung empfangen: Host=%s Port=%hu"
-
-#: postmaster/postmaster.c:2141
-#, c-format
-msgid "connection received: host=%s"
-msgstr "Verbindung empfangen: Host=%s"
-
-#: postmaster/postmaster.c:2161
-msgid "DoBackend: Unable to set timer for auth timeout"
-msgstr ""
-
-#: postmaster/postmaster.c:2190
-msgid "DoBackend: Unable to disable timer for auth timeout"
-msgstr ""
-
-#: postmaster/postmaster.c:2194
-#, c-format
-msgid "connection authorized: user=%s database=%s"
-msgstr "Verbindung authorisiert: Benutzer=%s Datenbank=%s"
-
-#: postmaster/postmaster.c:2283
-#, c-format
-msgid "%s child[%d]: starting with ("
-msgstr ""
-
-#: postmaster/postmaster.c:2286
-msgid ")"
-msgstr ""
-
-#: postmaster/postmaster.c:2585
-#, c-format
-msgid "could not launch startup process (fork failure): %m"
-msgstr "konnte Start-Prozess nicht starten (fork-Fehler): %m"
-
-#: postmaster/postmaster.c:2588
-#, c-format
-msgid "could not launch checkpoint process (fork failure): %m"
-msgstr "konnte Checkpoint-Prozess nicht starten (fork-Fehler): %m"
-
-#: postmaster/postmaster.c:2591
-#, c-format
-msgid "could not launch shutdown process (fork failure): %m"
-msgstr "konnte Shutdown-Prozess nicht starten (fork-Fehler): %m"
-
-#: postmaster/postmaster.c:2615
-msgid "CheckPointDataBase: malloc failed"
-msgstr ""
-
-#: postmaster/postmaster.c:2654
-#, c-format
-msgid "cannot create file %s: %s"
-msgstr "kann Datei %s nicht erstellen: %s"
-
-#: postmaster/postmaster.c:2666
-#, c-format
-msgid "writing file %s failed"
-msgstr "Datei %s konnte nicht geschrieben werden"
-
-#: regex/regcomp.c:1758 regex/regcomp.c:1773
-msgid "cclass_init: out of memory"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:100
-#, c-format
-msgid "Attempt to insert rule \"%s\" failed: already exists"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:227
-msgid ""
-"rule actions on OLD currently not supported\n"
-"\tuse views or triggers instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:230
-msgid ""
-"rule actions on NEW currently not supported\n"
-"\tuse triggers instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:247
-msgid ""
-"instead nothing rules on select currently not supported\n"
-"\tuse views instead"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:255
-msgid "multiple action rules on select currently not supported"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:262
-msgid "only instead-select rules currently supported on select"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:268
-msgid "event qualifications not supported for rules on select"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:286
-msgid "select rule's target list has too many entries"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:300
-msgid "cannot convert relation containing dropped columns to view"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:303
-#, c-format
-msgid "select rule's target entry %d has different column name from %s"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:306
-#, c-format
-msgid "select rule's target entry %d has different type from attribute %s"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:317
-#, c-format
-msgid "select rule's target entry %d has different size from attribute %s"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:321
-msgid "select rule's target list has too few entries"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:334
-#, c-format
-msgid "\"%s\" is already a view"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:356
-#, c-format
-msgid "view rule for \"%s\" must be named \"%s\""
-msgstr ""
-
-#: rewrite/rewriteDefine.c:373
-#, c-format
-msgid "Relation \"%s\" is not empty. Cannot convert it to view"
-msgstr ""
-
-#: rewrite/rewriteDefine.c:512
-#, c-format
-msgid "RenameRewriteRule: rule \"%s\" does not exist"
-msgstr "RenameRewriteRule: Rule »%s« existiert nicht"
-
-#: rewrite/rewriteDefine.c:516
-#, c-format
-msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:343
-#, c-format
-msgid "rewriteTargetList: bogus resno %d in targetlist"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:385 rewrite/rewriteHandler.c:397
-#, c-format
-msgid "Multiple assignments to same attribute \"%s\""
-msgstr ""
-
-#: rewrite/rewriteHandler.c:553
-msgid "ApplyRetrieveRule: expected just one rule action"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:555
-msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:557
-msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:835
-msgid "fireRIRrules: failed to remove aggs from qual"
-msgstr ""
-
-#: rewrite/rewriteHandler.c:1096
-#, c-format
-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/rewriteHandler.c:1220
-#, c-format
-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/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:113
-#, c-format
-msgid "RemoveRewriteRuleById: Rule %u does not exist"
-msgstr "RemoveRewriteRuleById: Rule %u existiert nicht"
-
-#: rewrite/rewriteSupport.c:68
-#, c-format
-msgid "SetRelationRuleStatus: cache lookup failed for relation %u"
-msgstr ""
-
-#: storage/buffer/buf_table.c:58
-msgid "couldn't initialize shared buffer pool Hash Tbl"
-msgstr ""
-
-#: storage/buffer/buf_table.c:100
-msgid "BufTableDelete: BufferLookup table corrupted"
-msgstr ""
-
-#: storage/buffer/buf_table.c:131
-msgid "BufTableInsert: BufferLookup table out of memory"
-msgstr ""
-
-#: storage/buffer/buf_table.c:138
-msgid "BufTableInsert: BufferLookup table corrupted"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:243
-msgid "BufRead: buffer table broken after IO error"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:413
-#, c-format
-msgid "BufferAlloc: cannot write block %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:431
-#, c-format
-msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:523
-msgid "buffer wasn't in the buffer table"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:531
-msgid "Buffer in lookup table twice"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:570
-#, c-format
-msgid "write_buffer: bad buffer %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:782
-#, c-format
-msgid "BufferSync: cannot write %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:920
-#, c-format
-msgid ""
-"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, "
-"flags=0x%x, refcount=%d %ld)"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1167
-#, 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:1379
-#, c-format
-msgid ""
-"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1389
-#, c-format
-msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1441
-#, c-format
-msgid "FlushRelationBuffers: cannot write %u for %u/%u"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1467
-#, c-format
-msgid ""
-"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1666
-msgid "buffer alloc trace error and can't open log file"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1765
-#, c-format
-msgid "SetBufferCommitInfoNeedsSave: bad buffer %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1859
-#, c-format
-msgid "LockBuffer: unknown lock mode %d"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1890 storage/buffer/bufmgr.c:1897
-msgid "LockBufferForCleanup: wrong local pin count"
-msgstr ""
-
-#: storage/buffer/bufmgr.c:1919
-msgid "Multiple backends attempting to wait for pincount 1"
-msgstr ""
-
-#: 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
-msgid "out of free buffers: time to abort!"
-msgstr ""
-
-#: storage/buffer/localbuf.c:83
-msgid "no empty local buffer."
-msgstr ""
-
-#: storage/buffer/localbuf.c:120
-msgid "Out of memory in LocalBufferAlloc"
-msgstr ""
-
-#: 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:306
-#, c-format
-msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld"
-msgstr ""
-
-#: storage/file/fd.c:328
-#, c-format
-msgid ""
-"pg_nofile: insufficient file descriptors available to start backend.\n"
-"\tSystem allows %ld, we need at least %d."
-msgstr ""
-
-#: storage/file/fd.c:366
-#, c-format
-msgid "Delete %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:385
-#, c-format
-msgid "LruDelete %d (%s)"
-msgstr ""
-
-#: 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:434
-#, c-format
-msgid "LruInsert %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:456
-#, c-format
-msgid "RE_OPEN FAILED: %d"
-msgstr ""
-
-#: storage/file/fd.c:461
-msgid "RE_OPEN SUCCESS"
-msgstr ""
-
-#: storage/file/fd.c:487
-#, c-format
-msgid "ReleaseLruFile. Opened %d"
-msgstr ""
-
-#: storage/file/fd.c:508
-#, c-format
-msgid "AllocateVfd. Size %d"
-msgstr ""
-
-#: storage/file/fd.c:515
-msgid "AllocateVfd: no room for VFD array"
-msgstr ""
-
-#: storage/file/fd.c:547
-msgid "AllocateVfd: no room to enlarge VFD array"
-msgstr ""
-
-#: storage/file/fd.c:580
-#, c-format
-msgid "FreeVfd: %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:630
-#, c-format
-msgid "FileAccess %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:682
-msgid "fileNameOpenFile: NULL fname"
-msgstr ""
-
-#: storage/file/fd.c:684
-#, c-format
-msgid "fileNameOpenFile: %s %x %o"
-msgstr ""
-
-#: storage/file/fd.c:704
-#, c-format
-msgid "fileNameOpenFile: success %d"
-msgstr ""
-
-#: storage/file/fd.c:711
-msgid "fileNameOpenFile: no room to save VFD filename"
-msgstr ""
-
-#: storage/file/fd.c:795
-#, c-format
-msgid "Failed to create temporary file %s"
-msgstr ""
-
-#: storage/file/fd.c:814
-#, c-format
-msgid "FileClose: %d (%s)"
-msgstr ""
-
-#: 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:875
-#, c-format
-msgid "FileRead: %d (%s) %ld %d %p"
-msgstr ""
-
-#: storage/file/fd.c:896
-#, c-format
-msgid "FileWrite: %d (%s) %ld %d %p"
-msgstr ""
-
-#: storage/file/fd.c:922
-#, c-format
-msgid "FileSeek: %d (%s) %ld %ld %d"
-msgstr ""
-
-#: storage/file/fd.c:932 storage/file/fd.c:953
-#, c-format
-msgid "FileSeek: invalid offset: %ld"
-msgstr ""
-
-#: storage/file/fd.c:943 storage/file/fd.c:965
-#, c-format
-msgid "FileSeek: invalid whence: %d"
-msgstr ""
-
-#: storage/file/fd.c:980
-#, c-format
-msgid "FileTell %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:993
-#, c-format
-msgid "FileTruncate %d (%s)"
-msgstr ""
-
-#: storage/file/fd.c:1024
-#, c-format
-msgid "AllocateFile: Allocated %d"
-msgstr ""
-
-#: storage/file/fd.c:1027
-msgid "AllocateFile: too many private FDs demanded"
-msgstr ""
-
-#: storage/file/fd.c:1041
-#, c-format
-msgid "AllocateFile: not enough descs, retry, er= %d"
-msgstr ""
-
-#: storage/file/fd.c:1057
-#, c-format
-msgid "FreeFile: Allocated %d"
-msgstr ""
-
-#: storage/file/fd.c:1070
-msgid "FreeFile: file was not obtained from AllocateFile"
-msgstr ""
-
-#: 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/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:113
-#, c-format
-msgid "exit(%d)"
-msgstr ""
-
-#: storage/ipc/ipc.c:126
-#, c-format
-msgid "shmem_exit(%d)"
-msgstr ""
-
-#: storage/ipc/ipc.c:152
-msgid "Out of on_proc_exit slots"
-msgstr ""
-
-#: storage/ipc/ipci.c:73
-#, c-format
-msgid "invoking IpcMemoryCreate(size=%d)"
-msgstr ""
-
-#: storage/ipc/ipci.c:115
-msgid "Couldn't create the lock table"
-msgstr ""
-
-#: storage/ipc/shmem.c:161
-msgid "ShmemAlloc: out of memory"
-msgstr ""
-
-#: storage/ipc/shmem.c:207
-msgid "InitShmemIndex: couldn't initialize Shmem Index"
-msgstr ""
-
-#: storage/ipc/shmem.c:218
-msgid "InitShmemIndex: Shmem Index out of memory"
-msgstr ""
-
-#: storage/ipc/shmem.c:336
-msgid "ShmemInitStruct: Shmem Index out of memory"
-msgstr ""
-
-#: storage/ipc/shmem.c:351
-msgid "ShmemInitStruct: ShmemIndex entry size is wrong"
-msgstr ""
-
-#: storage/ipc/shmem.c:368
-#, c-format
-msgid "ShmemInitStruct: cannot allocate '%s'"
-msgstr ""
-
-#: 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:68
-msgid "SendSharedInvalidMessage: SI buffer overflow"
-msgstr ""
-
-#: storage/ipc/sinval.c:111
-msgid "ReceiveSharedInvalidMessages: cache state reset"
-msgstr ""
-
-#: storage/ipc/sinval.c:319 storage/ipc/sinval.c:329
-msgid "Memory exhausted in GetSnapshotData"
-msgstr ""
-
-#: storage/ipc/sinvaladt.c:122
-#, c-format
-msgid "SIBackendInit: backend id %d"
-msgstr ""
-
-#: storage/ipc/sinvaladt.c:227
-#, c-format, ycp-format
-msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster"
-msgstr ""
-
-#: storage/large_object/inv_api.c:48
-msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error."
-msgstr ""
-
-#: storage/large_object/inv_api.c:74
-#, c-format
-msgid "inv_create: large object %u already exists. This is internal error."
-msgstr ""
-
-#: storage/large_object/inv_api.c:107
-#, c-format
-msgid "inv_create: invalid flags: %d"
-msgstr ""
-
-#: storage/large_object/inv_api.c:126
-#, c-format
-msgid "inv_open: large object %u not found"
-msgstr ""
-
-#: storage/large_object/inv_api.c:144
-#, c-format
-msgid "inv_open: invalid flags: %d"
-msgstr ""
-
-#: storage/large_object/inv_api.c:244
-#, c-format
-msgid "inv_getsize: large object %u not found"
-msgstr ""
-
-#: 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:275
-#, c-format
-msgid "inv_seek: invalid whence: %d"
-msgstr ""
-
-#: 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:94
-msgid "InitLockTable: couldn't rename long-term lock table"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:135
-msgid "LockRelation: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:224
-msgid "LockRelationForSession: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:262
-msgid "LockPage: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:303
-msgid "XactLockTableInsert: LockAcquire failed"
-msgstr ""
-
-#: storage/lmgr/lmgr.c:326
-msgid "XactLockTableWait: LockAcquire failed"
-msgstr ""
-
-#: 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: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:245
-#, c-format
-msgid "LockMethodTableInit: too many lock types %d greater than %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:264 storage/lmgr/lock.c:310 storage/lmgr/lock.c:330
-#, c-format
-msgid "LockMethodTableInit: couldn't initialize %s"
-msgstr ""
-
-#: storage/lmgr/lock.c:451
-#, c-format
-msgid "LockAcquire: user lock [%u] %s"
-msgstr ""
-
-#: storage/lmgr/lock.c:462
-#, c-format
-msgid "LockAcquire: bad lock table %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:480
-#, c-format
-msgid "LockAcquire: lock table %d is out of memory"
-msgstr ""
-
-#: storage/lmgr/lock.c:527
-msgid "LockAcquire: holder table out of memory"
-msgstr ""
-
-#: storage/lmgr/lock.c:572
-#, c-format
-msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u"
-msgstr ""
-
-#: storage/lmgr/lock.c:652
-msgid "LockAcquire: remove holder, table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:908
-msgid "deadlock detected"
-msgstr ""
-
-#: storage/lmgr/lock.c:989
-#, c-format
-msgid "LockRelease: user lock tag [%u] %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:999
-msgid "lockMethodTable is null in LockRelease"
-msgstr ""
-
-#: storage/lmgr/lock.c:1021
-msgid "LockRelease: no such lock"
-msgstr ""
-
-#: storage/lmgr/lock.c:1044
-msgid "LockRelease: no lock with this tag"
-msgstr ""
-
-#: storage/lmgr/lock.c:1047
-msgid "LockRelease: holder table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1061
-#, c-format
-msgid "LockRelease: you don't own a lock of type %s"
-msgstr ""
-
-#: storage/lmgr/lock.c:1115
-msgid "LockRelease: remove lock, table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1144
-msgid "LockRelease: remove holder, table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1185
-#, c-format
-msgid "LockReleaseAll: lockmethod=%d, pid=%d"
-msgstr ""
-
-#: storage/lmgr/lock.c:1193
-#, c-format
-msgid "LockReleaseAll: bad lockmethod %d"
-msgstr ""
-
-#: storage/lmgr/lock.c:1297
-msgid "LockReleaseAll: holder table corrupted"
-msgstr ""
-
-#: storage/lmgr/lock.c:1315
-msgid "LockReleaseAll: cannot remove lock from HTAB"
-msgstr ""
-
-#: storage/lmgr/lock.c:1330
-msgid "LockReleaseAll: done"
-msgstr ""
-
-#: storage/lmgr/lock.c:1517
-msgid "DumpAllLocks: holder->tag.lock = NULL"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:71
-#, c-format
-msgid "%s(%d): excl %d shared %d head %p rOK %d"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:81
-#, c-format
-msgid "%s(%d): %s"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:184
-msgid "No more LWLockIds available"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:281
-msgid "LWLockAcquire: can't wait without a PGPROC structure"
-msgstr ""
-
-#: storage/lmgr/lwlock.c:427
-#, c-format
-msgid "LWLockRelease: lock %d is not held"
-msgstr ""
-
-#: storage/lmgr/proc.c:151 storage/lmgr/proc.c:165
-msgid "cannot create new proc: out of memory"
-msgstr ""
-
-#: storage/lmgr/proc.c:192
-msgid "InitProcess: Proc Header uninitialized"
-msgstr ""
-
-#: 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/lmgr/proc.c:276
-msgid "InitDummyProcess: you already exist"
-msgstr "InitDummyProcess: Du existierst bereits"
-
-#: storage/lmgr/proc.c:282
-#, c-format
-msgid "InitDummyProcess: DummyProc is in use by PID %d"
-msgstr ""
-
-#: storage/lmgr/proc.c:657
-msgid "ProcSleep: Unable to set timer for process wakeup"
-msgstr ""
-
-#: storage/lmgr/proc.c:679
-msgid "ProcSleep: Unable to disable timer for process wakeup"
-msgstr ""
-
-#: storage/lmgr/spin.c:84
-msgid "spin.c does not support S_LOCK_FREE()"
-msgstr ""
-
-#: storage/page/bufpage.c:92
-#, c-format
-msgid ""
-"PageAddItem: corrupted page pointers: lower = %u, upper = %u, special = %u"
-msgstr ""
-
-#: storage/page/bufpage.c:112
-msgid "PageAddItem: tried overwrite of used ItemId"
-msgstr ""
-
-#: storage/page/bufpage.c:139
-msgid "PageAddItem: specified offset after maxoff"
-msgstr ""
-
-#: storage/page/bufpage.c:288
-#, c-format
-msgid ""
-"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, "
-"special = %u"
-msgstr ""
-
-#: storage/page/bufpage.c:330
-#, c-format
-msgid "PageRepairFragmentation: corrupted item pointer %u"
-msgstr ""
-
-#: storage/page/bufpage.c:343
-#, c-format
-msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u"
-msgstr ""
-
-#: storage/page/bufpage.c:422
-#, c-format
-msgid ""
-"PageIndexTupleDelete: corrupted page pointers: lower = %u, upper = %u, "
-"special = %u"
-msgstr ""
-
-#: storage/page/bufpage.c:427
-#, c-format
-msgid "PageIndexTupleDelete: bad offnum %u"
-msgstr ""
-
-#: storage/page/bufpage.c:438
-#, c-format
-msgid "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u"
-msgstr ""
-
-#: storage/smgr/md.c:252 storage/smgr/md.c:424 storage/smgr/md.c:467
-#: storage/smgr/md.c:506
-msgid "seekpos too big!"
-msgstr ""
-
-#: storage/smgr/md.c:287
-msgid "segment too big!"
-msgstr ""
-
-#: storage/smgr/md.c:341
-msgid "segment too big on relopen!"
-msgstr ""
-
-#: storage/smgr/md.c:515
-#, c-format
-msgid "mdblindwrt: lseek(%ld) failed: %m"
-msgstr ""
-
-#: storage/smgr/md.c:529
-#, c-format
-msgid "mdblindwrt: write() failed: %m"
-msgstr ""
-
-#: storage/smgr/md.c:535
-#, c-format
-msgid "mdblindwrt: close() failed: %m"
-msgstr ""
-
-#: storage/smgr/md.c:572
-msgid "segment too big in mdnblocks!"
-msgstr ""
-
-#: storage/smgr/md.c:592
-#, c-format
-msgid "cannot count blocks for %s -- open failed: %m"
-msgstr ""
-
-#: storage/smgr/md.c:757
-msgid "_fdvec_alloc error"
-msgstr ""
-
-#: storage/smgr/md.c:839
-msgid "segment too big on openseg!"
-msgstr ""
-
-#: storage/smgr/md.c:858
-#, c-format
-msgid "_mdfd_getrelnfd: cannot open relation %s: %m"
-msgstr ""
-
-#: storage/smgr/md.c:901
-#, c-format
-msgid "cannot open segment %u of relation %s (target block %u): %m"
-msgstr ""
-
-#: storage/smgr/md.c:954
-#, c-format
-msgid "_mdfd_blind_getseg: couldn't open %s: %m"
-msgstr ""
-
-#: storage/smgr/mm.c:189
-msgid "main memory storage mgr hash table out of memory"
-msgstr ""
-
-#: storage/smgr/mm.c:232
-msgid "mmunlink: cache hash table corrupted"
-msgstr ""
-
-#: storage/smgr/mm.c:249
-msgid "mmunlink: rel cache hash table corrupted"
-msgstr ""
-
-#: storage/smgr/mm.c:312
-msgid "mmextend: rel cache hash table corrupt"
-msgstr ""
-
-#: storage/smgr/mm.c:323
-msgid "mmextend: cache hash table corrupt"
-msgstr ""
-
-#: storage/smgr/mm.c:434
-msgid "mmwrite: hash table missing requested page"
-msgstr ""
-
-#: storage/smgr/smgr.c:132
-#, c-format
-msgid "initialization failed on %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:154
-#, c-format
-msgid "shutdown failed on %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:174
-#, c-format
-msgid "cannot create %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:246
-#, c-format
-msgid ""
-"cannot extend %s: %m.\n"
-"\tCheck free disk space."
-msgstr ""
-
-#: storage/smgr/smgr.c:270 utils/init/miscinit.c:1015
-#: utils/misc/database.c:149
-#, c-format
-msgid "cannot open %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:284
-#, c-format
-msgid "cannot close %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:307
-#, c-format
-msgid "cannot read block %d of %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:331
-#, c-format
-msgid "cannot write block %d of %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:360
-#, c-format
-msgid "cannot write block %d of %u/%u blind: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:387
-#, c-format
-msgid "cannot count blocks for %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:417
-#, c-format
-msgid "cannot truncate %s to %u blocks: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:459
-#, c-format
-msgid "cannot unlink %u/%u: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:484
-#, c-format
-msgid "transaction commit failed on %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:506
-#, c-format
-msgid "transaction abort failed on %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:528
-#, c-format
-msgid "storage sync failed on %s: %m"
-msgstr ""
-
-#: storage/smgr/smgr.c:542
-#, c-format
-msgid "illegal storage manager number %d"
-msgstr ""
-
-#: 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:284
-#, c-format
-msgid "Socket command type %c unknown"
-msgstr "Socketkommandotyp %c unbekannt"
-
-#: tcop/postgres.c:372
-#, c-format
-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:337 tcop/postgres.c:674
-msgid ""
-"current transaction is aborted, queries ignored until end of transaction "
-"block"
-msgstr ""
-"aktuelle Transaktion wurde abgebrochen, Abfragen werden bis zum Ende der "
-"Transaktion ignoriert"
-
-#: tcop/postgres.c:751
-msgid "ProcessUtility"
-msgstr "ProcessUtility"
-
-#: tcop/postgres.c:833
-msgid "ProcessQuery"
-msgstr "ProcessQuery"
-
-#: tcop/postgres.c:944
-#, c-format
-msgid "duration: %ld.%06ld sec"
-msgstr ""
-
-#: tcop/postgres.c:958
-msgid "StartTransactionCommand"
-msgstr "StartTransactionCommand"
-
-#: tcop/postgres.c:976
-msgid "CommitTransactionCommand"
-msgstr "CommitTransactionCommand"
-
-#: tcop/postgres.c:1003
-msgid ""
-"Message from PostgreSQL backend:\n"
-"\tThe Postmaster has informed me that some other backend\n"
-"\tdied abnormally and possibly corrupted shared memory.\n"
-"\tI have rolled back the current transaction and am\n"
-"\tgoing to terminate your database system connection and exit.\n"
-"\tPlease reconnect to the database system and repeat your query."
-msgstr ""
-
-#: 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:1154
-msgid "This connection has been terminated by the administrator."
-msgstr "Diese Verbindung wurde vom Administrator abgebrochen."
-
-#: tcop/postgres.c:1161
-msgid "Query was cancelled."
-msgstr "Abfrage wurde storniert."
-
-#: 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:1540
-msgid "only one -x flag is allowed"
-msgstr "Nur ein »-x«-Option ist erlaubt"
-
-#: 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:1613
-msgid ""
-"Query statistics are disabled because parser, planner, or executor "
-"statistics are on."
-msgstr ""
-
-#: tcop/postgres.c:1689 tcop/postgres.c:1701
-#, c-format
-msgid ""
-"%s: invalid command line arguments\n"
-"Try -? for help."
-msgstr ""
-"%s: ungültige Kommandozeilenargumente\n"
-"Versuchen Sie »-?« für weitere Informationen."
-
-#: tcop/postgres.c:1709
-#, c-format
-msgid "%s: user name undefined and no database specified"
-msgstr "%s: Benutzername undefiniert und kein Datenbankname angegeben"
-
-#: tcop/postgres.c:1760
-msgid "InitPostgres"
-msgstr "InitPostgres"
-
-#: tcop/postgres.c:1845
-msgid "AbortCurrentTransaction"
-msgstr "AbortCurrentTransaction"
-
-#: tcop/postgres.c:2050
-msgid "unknown frontend message was received"
-msgstr "unbekannte Nachricht vom Frontend erhalten"
-
-#: tcop/postgres.c:2179
-#, c-format
-msgid ""
-"%s\n"
-"%s"
-msgstr ""
-"%s\n"
-"%s"
-
-#: tcop/postgres.c:2541
-#, c-format
-msgid "CreateCommandTag: unknown parse node type %d"
-msgstr ""
-
-#: tcop/fastpath.c:172
-#, c-format
-msgid "fetch_fp_info: cache lookup for function %u failed"
-msgstr ""
-
-#: tcop/fastpath.c:183 tcop/fastpath.c:188
-msgid "CSTRING not supported in fastpath protocol"
-msgstr ""
-
-#: tcop/fastpath.c:275
-#, c-format
-msgid ""
-"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)"
-msgstr ""
-
-#: tcop/fastpath.c:294 tcop/fastpath.c:306
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d"
-msgstr ""
-
-#: tcop/fastpath.c:319
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d, should be %d"
-msgstr ""
-
-#: tcop/pquery.c:112
-#, c-format
-msgid "Closing pre-existing portal \"%s\""
-msgstr ""
-
-#: tcop/utility.c:95
-#, c-format
-msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s"
-msgstr ""
-
-#: tcop/utility.c:99
-#, c-format
-msgid "\"%s\" is not %s %s"
-msgstr ""
-
-#: tcop/utility.c:118 tcop/utility.c:123
-#, c-format
-msgid "%s \"%s\" does not exist"
-msgstr ""
-
-#: tcop/utility.c:136
-#, c-format
-msgid "%s \"%s\" is a system %s"
-msgstr ""
-
-#: tcop/utility.c:162
-#, c-format
-msgid "relation \"%s\" is a system catalog"
-msgstr "Relation »%s« ist ein Systemkatalog"
-
-#: tcop/utility.c:445 tcop/utility.c:449
-#, c-format
-msgid "ProcessUtility: Invalid target for RENAME: %d"
-msgstr ""
-
-#: 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:876
-#, c-format
-msgid "ProcessUtility: command #%d unsupported"
-msgstr ""
-
-#: utils/adt/pg_locale.c:160
-msgid "Invalid LC_COLLATE setting"
-msgstr ""
-
-#: utils/adt/acl.c:92
-#, c-format
-msgid "getid: identifier must be <%d characters"
-msgstr ""
-
-#: utils/adt/acl.c:130
-#, c-format
-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"
-
-#: utils/adt/acl.c:162
-#, c-format
-msgid "aclparse: mode change flag must use \"%c%c%c\""
-msgstr ""
-
-#: utils/adt/acl.c:208
-#, c-format
-msgid "aclparse: mode flags must use \"%s\""
-msgstr ""
-
-#: utils/adt/acl.c:229
-#, c-format
-msgid "aclparse: correctly read [%x %d %x], modechg=%x"
-msgstr ""
-
-#: utils/adt/acl.c:249
-#, c-format
-msgid "makeacl: invalid size: %d"
-msgstr "makeacl: ungültige Größe: %d"
-
-#: utils/adt/acl.c:280
-msgid "aclitemin: cannot accept anything but = ACLs"
-msgstr "aclitemin: kann nur »=«-ACLs akzeptieren"
-
-#: utils/adt/acl.c:284
-msgid "aclitemin: extra garbage at end of specification"
-msgstr "aclitemin: überflüssiger Müll am Ende der Eingabe"
-
-#: utils/adt/acl.c:352
-#, c-format
-msgid "aclitemout: bad idtype: %d"
-msgstr ""
-
-#: utils/adt/acl.c:434
-#, c-format
-msgid "acldefault: bogus objtype %d"
-msgstr ""
-
-#: utils/adt/acl.c:507
-msgid "aclinsert3: insertion before world ACL??"
-msgstr ""
-
-#: utils/adt/acl.c:618
-msgid "aclremove: removal of the world ACL??"
-msgstr ""
-
-#: utils/adt/acl.c:865
-#, c-format
-msgid "has_table_privilege: invalid privilege type %s"
-msgstr "has_table_privilege: ungültiger Privilegtyp %s"
-
-#: utils/adt/acl.c:1068
-#, c-format
-msgid "has_database_privilege: invalid privilege type %s"
-msgstr "has_database_privilege: ungültiger Privilegtyp %s"
-
-#: utils/adt/acl.c:1244
-#, c-format
-msgid "function \"%s\" does not exist"
-msgstr "Funktion »%s« existiert nicht"
-
-#: utils/adt/acl.c:1267
-#, c-format
-msgid "has_function_privilege: invalid privilege type %s"
-msgstr "has_function_privilege: ungültiger Privilegtyp %s"
-
-#: utils/adt/acl.c:1466
-#, c-format
-msgid "has_language_privilege: invalid privilege type %s"
-msgstr "has_language_privilege: ungültiger Privilegtyp %s"
-
-#: utils/adt/acl.c:1642
-#, c-format
-msgid "schema \"%s\" does not exist"
-msgstr "Schema »%s« existiert nicht"
-
-#: utils/adt/acl.c:1668
-#, c-format
-msgid "has_schema_privilege: invalid privilege type %s"
-msgstr "has_schema_privilege: ungültiger Privilegtyp %s"
-
-#: utils/adt/arrayfuncs.c:176
-#, c-format
-msgid "array_in: more than %d dimensions"
-msgstr "array_in: mehr als %d Dimensionen"
-
-#: 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"
-
-#: utils/adt/arrayfuncs.c:201
-msgid "array_in: upper_bound cannot be < lower_bound"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: utils/adt/arrayfuncs.c:1347
-msgid "Source array too small"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1478
-#, c-format
-msgid "array_map: invalid nargs: %d"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1480
-msgid "array_map: null input array"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1524
-msgid "array_map: cannot handle NULL in array"
-msgstr ""
-
-#: utils/adt/arrayfuncs.c:1716 utils/cache/lsyscache.c:908
-#: utils/cache/lsyscache.c:931
-#, c-format
-msgid "cache lookup failed for type %u"
-msgstr ""
-
-#: utils/adt/ascii.c:67
-#, c-format
-msgid "pg_to_ascii(): unsupported encoding from %s"
-msgstr ""
-
-#: utils/adt/bool.c:77
-#, c-format
-msgid "Bad boolean external representation '%s'"
-msgstr "fehlerhafter »boolean«-Wert: %s"
-
-#: utils/adt/cash.c:195
-#, c-format
-msgid "Bad money external representation %s"
-msgstr ""
-
-#: utils/adt/cash.c:292 utils/adt/cash.c:305
-msgid "Memory allocation failed, can't output cash"
-msgstr ""
-
-#: utils/adt/cash.c:445 utils/adt/cash.c:495
-msgid "cash_div:  divide by 0.0 error"
-msgstr ""
-
-#: utils/adt/cash.c:546
-msgid "cash_div_int4: divide by 0 error"
-msgstr ""
-
-#: utils/adt/cash.c:596
-msgid "cash_div:  divide by 0 error"
-msgstr ""
-
-#: utils/adt/date.c:69
-#, c-format
-msgid "Bad date external representation (too long) '%s'"
-msgstr "fehlerhaftes Format für »date« (zu lang): %s"
-
-#: utils/adt/date.c:73
-#, c-format
-msgid "Bad date external representation '%s'"
-msgstr "fehlerhaftes Format für »date«: %s"
-
-#: utils/adt/date.c:81
-msgid ""
-"Date CURRENT no longer supported\n"
-"\tdate_in() internal coding error"
-msgstr ""
-
-#: utils/adt/date.c:91
-#, c-format
-msgid "Unrecognized date external representation '%s'"
-msgstr "fehlerhaftes Format für »date«: %s"
-
-#: utils/adt/date.c:400
-msgid "Unable to convert timestamp to date"
-msgstr "kann »timestamp« nicht in »date« umwandeln"
-
-#: 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/date.c:484
-msgid "Bad date external representation (too long)"
-msgstr "fehlerhaftes Format für »date« (zu lang)"
-
-#: utils/adt/date.c:521
-#, c-format
-msgid "Bad time external representation (too long) '%s'"
-msgstr "fehlerhaftes Format für »time« (zu lang): %s"
-
-#: utils/adt/date.c:525 utils/adt/date.c:1336
-#, c-format
-msgid "Bad time external representation '%s'"
-msgstr "fehlerhaftes Format für »time«: %s"
-
-#: utils/adt/date.c:928
-msgid "Unable to convert timestamp to time"
-msgstr "kann »timestamp« nicht in »time« umwandeln"
-
-#: utils/adt/date.c:963
-msgid "Unable to convert timestamptz to time"
-msgstr "kann »timestamptz« nicht in »time« umwandeln"
-
-#: utils/adt/date.c:1165
-msgid "Bad time external representation (too long)"
-msgstr "fehlerhaftes Format für »time« (zu lang)"
-
-#: 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/date.c:1263
-#, c-format
-msgid "TIME units '%s' not supported"
-msgstr "»time«-Einheiten »%s« nicht unterstützt"
-
-#: utils/adt/date.c:1331
-#, c-format
-msgid "Bad time with time zone external representation (too long) '%s'"
-msgstr ""
-
-#: 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/date.c:1902 utils/adt/date.c:1998
-#, c-format
-msgid "TIMETZ units '%s' not recognized"
-msgstr "»timetz«-Einheiten »%s« nicht erkannt"
-
-#: utils/adt/date.c:1982
-#, c-format
-msgid "TIMETZ units '%s' not supported"
-msgstr "»timetz«-Einheiten »%s« nicht unterstützt"
-
-#: 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/datetime.c:1239 utils/adt/datetime.c:1955
-msgid "'CURRENT' is no longer supported"
-msgstr "'CURRENT' wird nicht mehr unterstützt"
-
-#: 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/datum.c:78 utils/adt/datum.c:87
-msgid "datumGetSize: Invalid Datum Pointer"
-msgstr "datumGetSize: ungültiger »Datum«-Zeiger"
-
-#: utils/adt/datum.c:92
-#, c-format
-msgid "datumGetSize: Invalid typLen %d"
-msgstr ""
-
-#: utils/adt/encode.c:53 utils/adt/encode.c:87
-#, c-format
-msgid "No such encoding as '%s'"
-msgstr ""
-
-#: utils/adt/encode.c:62
-msgid "Overflow - encode estimate too small"
-msgstr ""
-
-#: utils/adt/encode.c:96
-msgid "Overflow - decode estimate too small"
-msgstr ""
-
-#: utils/adt/encode.c:144
-#, c-format
-msgid "Bad hex code: '%c'"
-msgstr ""
-
-#: utils/adt/encode.c:170
-msgid "hex_decode: invalid data"
-msgstr ""
-
-#: utils/adt/encode.c:284
-msgid "base64: unexpected '='"
-msgstr ""
-
-#: utils/adt/encode.c:294
-msgid "base64: Invalid symbol"
-msgstr ""
-
-#: utils/adt/encode.c:312
-msgid "base64: invalid end sequence"
-msgstr ""
-
-#: utils/adt/encode.c:419 utils/adt/encode.c:482
-msgid "decode: Bad input string for type bytea"
-msgstr ""
-
-#: utils/adt/float.c:148
-msgid "Bad float4 input format -- overflow"
-msgstr "fehlerhafter float4-Wert: Überlauf"
-
-#: utils/adt/float.c:150
-msgid "Bad float4 input format -- underflow"
-msgstr "fehlerhafter float4-Wert: Unterlauf"
-
-#: utils/adt/float.c:172
-msgid "Bad float8 input format -- overflow"
-msgstr "fehlerhafter float8-Wert: Überlauf"
-
-#: utils/adt/float.c:174
-msgid "Bad float8 input format -- underflow"
-msgstr "fehlerhafter float8-Wert: Unterlauf"
-
-#: utils/adt/float.c:204
-#, c-format
-msgid "Bad float4 input format '%s'"
-msgstr "fehlerhaftes float4-Eingabeformat: %s"
-
-#: 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:2836 utils/adt/numeric.c:2859
-#, c-format
-msgid "Bad float8 input format '%s'"
-msgstr "fehlerhaftes float8-Eingabeformat: %s"
-
-#: 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
-msgid "float4div: divide by zero error"
-msgstr "float4div: Division durch Null"
-
-#: utils/adt/float.c:555
-msgid "float8div: divide by zero error"
-msgstr "float8div: Division durch Null"
-
-#: utils/adt/float.c:805
-msgid "dtoi4: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:822
-msgid "dtoi2: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:867
-msgid "ftoi4: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:884
-msgid "ftoi2: integer out of range"
-msgstr ""
-
-#: utils/adt/float.c:1118
-msgid "can't take sqrt of a negative number"
-msgstr "Quadratwurzel von negativer Zahl kann nicht ermittelt werden"
-
-#: 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:1190
-msgid "exp() result is out of range"
-msgstr "Ergebnis von exp() ist außerhalb des gültigen Bereiches"
-
-#: 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: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: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: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: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: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: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: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: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: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:1530
-#, c-format
-msgid "%s: expected 3-element float8 array"
-msgstr "%s: erwartete float8-Array mit 3 Elementen"
-
-#: utils/adt/float.c:1741
-msgid "float48div: divide by zero"
-msgstr "float48div: Division durch Null"
-
-#: utils/adt/float.c:1801
-msgid "float84div: divide by zero"
-msgstr "float48div: Division durch Null"
-
-#: utils/adt/format_type.c:136 utils/adt/format_type.c:162
-#, c-format
-msgid "could not locate data type with oid %u in catalog"
-msgstr ""
-
-#: utils/adt/format_type.c:315
-#, c-format
-msgid "Invalid INTERVAL typmod 0x%x"
-msgstr ""
-
-#: utils/adt/formatting.c:391
-#, c-format
-msgid ""
-"TMFC:\n"
-"hh %d\n"
-"am %d\n"
-"pm %d\n"
-"mi %d\n"
-"ss %d\n"
-"ssss %d\n"
-"d %d\n"
-"dd %d\n"
-"ddd %d\n"
-"mm %d\n"
-"ms: %d\n"
-"year %d\n"
-"bc %d\n"
-"iw %d\n"
-"ww %d\n"
-"w %d\n"
-"cc %d\n"
-"q %d\n"
-"j %d\n"
-"us: %d"
-msgstr ""
-
-#: utils/adt/formatting.c:397
-#, c-format
-msgid ""
-"TM:\n"
-"sec %d\n"
-"year %d\n"
-"min %d\n"
-"wday %d\n"
-"hour %d\n"
-"yday %d\n"
-"mday %d\n"
-"nisdst %d\n"
-"mon %d\n"
-msgstr ""
-
-#: utils/adt/formatting.c:964
-msgid "to_char/to_number(): '9' must be ahead of 'PR'."
-msgstr ""
-
-#: utils/adt/formatting.c:981
-msgid "to_char/to_number(): '0' must be ahead of 'PR'."
-msgstr ""
-
-#: utils/adt/formatting.c:1008
-msgid "to_char/to_number(): not unique decimal point."
-msgstr ""
-
-#: utils/adt/formatting.c:1013 utils/adt/formatting.c:1100
-msgid "to_char/to_number(): can't use 'V' and decimal poin together."
-msgstr ""
-
-#: utils/adt/formatting.c:1026
-msgid "to_char/to_number(): not unique 'S'."
-msgstr ""
-
-#: 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:1053
-msgid "to_char/to_number(): can't use 'S' and 'MI' together."
-msgstr ""
-
-#: utils/adt/formatting.c:1062
-msgid "to_char/to_number(): can't use 'S' and 'PL' together."
-msgstr ""
-
-#: utils/adt/formatting.c:1071
-msgid "to_char/to_number(): can't use 'S' and 'SG' together."
-msgstr ""
-
-#: 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:1107
-msgid "to_char/to_number(): 'E' is not supported."
-msgstr ""
-
-#: utils/adt/formatting.c:1131
-msgid "to_char/number(): run parser."
-msgstr ""
-
-#: utils/adt/formatting.c:1327
-msgid "to_from-char(): DUMP FORMAT"
-msgstr ""
-
-#: utils/adt/formatting.c:1332
-#, c-format
-msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)"
-msgstr ""
-
-#: utils/adt/formatting.c:1335
-#, c-format
-msgid "%d:\t NODE_TYPE_CHAR '%c'"
-msgstr ""
-
-#: utils/adt/formatting.c:1338
-#, c-format
-msgid "%d:\t NODE_TYPE_END"
-msgstr ""
-
-#: utils/adt/formatting.c:1342
-#, c-format
-msgid "%d:\t UnKnown NODE !!!"
-msgstr ""
-
-#: utils/adt/formatting.c:1366
-#, c-format
-msgid "get_th: '%s' is not number."
-msgstr ""
-
-#: utils/adt/formatting.c:1540
-msgid "TO-FROM_CHAR: Dump KeyWord Index:"
-msgstr ""
-
-#: utils/adt/formatting.c:1546
-#, c-format
-msgid "\t%c: %s, "
-msgstr ""
-
-#: utils/adt/formatting.c:1552
-#, c-format
-msgid "\t(%d) %c %d"
-msgstr ""
-
-#: utils/adt/formatting.c:1555
-#, c-format
-msgid ""
-"\n"
-"\t\tUsed positions: %d,\n"
-"\t\tFree positions: %d"
-msgstr ""
-
-#: 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:1971
-msgid "to_timestamp(): TZ/tz not supported."
-msgstr ""
-
-#: 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:2613 utils/adt/formatting.c:3172
-#, c-format
-msgid "Cache is full (%d)"
-msgstr ""
-
-#: utils/adt/formatting.c:2621 utils/adt/formatting.c:3189
-#, c-format
-msgid "OLD: '%s' AGE: %d"
-msgstr ""
-
-#: utils/adt/formatting.c:2632 utils/adt/formatting.c:3201
-#, c-format
-msgid "NEW (%d)"
-msgstr ""
-
-#: utils/adt/formatting.c:2797 utils/adt/formatting.c:2823
-msgid "to_char(): Unable to convert timestamp to tm"
-msgstr ""
-
-#: utils/adt/formatting.c:2999
-msgid "to_timestamp(): AM/PM hour must be between 1 and 12"
-msgstr ""
-
-#: utils/adt/formatting.c:3068
-msgid "to_timestamp() cat't convert yday without year information"
-msgstr ""
-
-#: utils/adt/formatting.c:3103
-msgid "to_timestamp(): can't convert 'tm' to timestamp."
-msgstr ""
-
-#: utils/adt/formatting.c:3251
-#, c-format
-msgid "REMOVING ENTRY (%s)"
-msgstr ""
-
-#: utils/adt/formatting.c:3476
-msgid "CALL: get_last_relevant_decnum()"
-msgstr ""
-
-#: utils/adt/formatting.c:3501
-msgid " --- scan start --- "
-msgstr ""
-
-#: utils/adt/formatting.c:3522
-#, c-format
-msgid "Try read sign (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3534
-#, c-format
-msgid "Try read locale sign (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3553
-#, c-format
-msgid "Try read sipmle sign (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3594
-#, c-format
-msgid "Read digit (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3605
-#, c-format
-msgid "Try read decimal point (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3620
-#, c-format
-msgid "Try read locale point (%c)."
-msgstr ""
-
-#: utils/adt/formatting.c:3653
-#, c-format
-msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'"
-msgstr ""
-
-#: utils/adt/formatting.c:3668
-#, c-format
-msgid "Writing sign to position: %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3710
-#, c-format
-msgid "Writing bracket to position %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3732
-#, c-format
-msgid "Writing blank space to position %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3747
-#, c-format
-msgid "Writing zero to position %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3765
-#, c-format
-msgid "Writing decimal point to position %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3814
-#, c-format
-msgid "Writing digit '%c' to position %d"
-msgstr ""
-
-#: utils/adt/formatting.c:3858
-msgid "to_number(): RN is not supported"
-msgstr ""
-
-#: utils/adt/formatting.c:3980
-#, c-format
-msgid ""
-"\n"
-"\tNUM: '%s'\n"
-"\tPRE: %d\n"
-"\tPOST: %d\n"
-"\tNUM_COUNT: %d\n"
-"\tNUM_PRE: %d\n"
-"\tSIGN_POS: %d\n"
-"\tSIGN_WROTE: %s\n"
-"\tZERO: %s\n"
-"\tZERO_START: %d\n"
-"\tZERO_END: %d\n"
-"\tLAST_RELEVANT: %s"
-msgstr ""
-
-#: utils/adt/formatting.c:4245
-#, c-format
-msgid "TO_NUMBER (number): '%s'"
-msgstr ""
-
-#: utils/adt/geo_ops.c:279
-msgid "Too many points requested"
-msgstr ""
-
-#: utils/adt/geo_ops.c:300
-msgid "Unable to format path"
-msgstr ""
-
-#: utils/adt/geo_ops.c:372
-#, c-format
-msgid "Bad box external representation '%s'"
-msgstr "fehlerhaftes »box«-Format: %s"
-
-#: utils/adt/geo_ops.c:831
-#, c-format
-msgid "Bad line external representation '%s'"
-msgstr "fehlerhaftes »line«-Format: %s"
-
-#: utils/adt/geo_ops.c:836 utils/adt/geo_ops.c:900
-msgid "line not yet implemented"
-msgstr ""
-
-#: 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:1563
-#, c-format
-msgid "Bad point external representation '%s'"
-msgstr "fehlerhaftes »point«-Format: %s"
-
-#: utils/adt/geo_ops.c:1759
-#, c-format
-msgid "Bad lseg external representation '%s'"
-msgstr "fehlerhaftes »lseg«-Format: %s"
-
-#: utils/adt/geo_ops.c:2309
-msgid "dist_lb not implemented"
-msgstr ""
-
-#: utils/adt/geo_ops.c:2820
-msgid "close_lb not implemented"
-msgstr ""
-
-#: utils/adt/geo_ops.c:3097
-msgid "Unable to create bounding box for empty polygon"
-msgstr ""
-
-#: 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:3418
-msgid "poly_distance not implemented"
-msgstr ""
-
-#: utils/adt/geo_ops.c:3497
-msgid "point_div:  divide by 0.0 error"
-msgstr ""
-
-#: 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:3739
-msgid "Open path cannot be converted to polygon"
-msgstr ""
-
-#: utils/adt/geo_ops.c:3904 utils/adt/geo_ops.c:3912 utils/adt/geo_ops.c:3925
-#: utils/adt/geo_ops.c:3929
-#, c-format
-msgid "Bad circle external representation '%s'"
-msgstr "fehlerhaftes »circle«-Format: %s"
-
-#: utils/adt/geo_ops.c:3949 utils/adt/geo_ops.c:3955
-msgid "Unable to format circle"
-msgstr ""
-
-#: utils/adt/geo_ops.c:4434
-msgid "Unable to convert circle to polygon"
-msgstr ""
-
-#: 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
-msgid "int2vector value has too many values"
-msgstr "int2vector-Wert hat zu viele Werte"
-
-#: utils/adt/int.c:197
-#, c-format
-msgid "i4toi2: '%d' causes int2 underflow"
-msgstr "i4toi2: %d verursacht Unterlauf in int2"
-
-#: utils/adt/int.c:199
-#, c-format
-msgid "i4toi2: '%d' causes int2 overflow"
-msgstr "i4toi2: %d verursacht Überlauf in int2"
-
-#: 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: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:157
-msgid "Unable to format int8"
-msgstr "kann int8 nicht formatieren"
-
-#: 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: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:807 utils/adt/int8.c:844
-msgid "Floating point conversion to int8 is out of range"
+#: rewrite/rewriteDefine.c:347
+msgid "SELECT rule's target list has too few entries"
 msgstr ""
-"Umwandlung von Fließkommawert in int8 ist außerhalb des gültigen Bereiches"
 
-#: 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"
+#: rewrite/rewriteDefine.c:362
+#, c-format
+msgid "\"%s\" is already a view"
+msgstr "»%s« ist bereits eine Sicht"
 
-#: 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"
+#: rewrite/rewriteDefine.c:386
+#, c-format
+msgid "view rule for \"%s\" must be named \"%s\""
+msgstr "Sicht-Regel für »%s« muss »%s« heißen"
 
-#: utils/adt/mac.c:61
+#: rewrite/rewriteDefine.c:406
 #, c-format
-msgid "macaddr_in: error in parsing \"%s\""
-msgstr "macaddr_in: kann »%s« nicht lesen"
+msgid "could not convert table \"%s\" to a view because it is not empty"
+msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie nicht leer ist"
 
-#: utils/adt/mac.c:66
+#: rewrite/rewriteDefine.c:413
 #, c-format
-msgid "macaddr_in: illegal address \"%s\""
-msgstr "macaddr_in: ungültige Adresse: %s"
+msgid "could not convert table \"%s\" to a view because it has triggers"
+msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Trigger hat"
 
-#: 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"
+#: rewrite/rewriteDefine.c:415
+msgid ""
+"In particular, the table may not be involved in any foreign key "
+"relationships."
+msgstr ""
+"Insbesondere darf die Tabelle nicht in Fremschlüsselverhältnisse eingebunden "
+"sein."
 
-#: utils/adt/nabstime.c:352 utils/adt/nabstime.c:385
+#: rewrite/rewriteDefine.c:420
 #, c-format
-msgid "Invalid timezone '%s'"
-msgstr ""
+msgid "could not convert table \"%s\" to a view because it has indexes"
+msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Indexe hat"
 
-#: utils/adt/nabstime.c:489
+#: rewrite/rewriteDefine.c:426
 #, c-format
-msgid "Bad abstime external representation (too long) '%s'"
-msgstr "fehlerhaftes Format für »abstime« (zu lang): %s"
+msgid "could not convert table \"%s\" to a view because it has child tables"
+msgstr ""
+"konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Kindtabellen hat"
 
-#: utils/adt/nabstime.c:493
+#: rewrite/rewriteDefine.c:568 rewrite/rewriteRemove.c:59
 #, c-format
-msgid "Bad abstime external representation '%s'"
-msgstr "Fehlerhaftes »abstime«-Format: %s"
+msgid "rule \"%s\" for relation \"%s\" does not exist"
+msgstr "Regel »%s« für Relation »%s« existiert nicht"
 
-#: utils/adt/nabstime.c:523
+#: rewrite/rewriteHandler.c:458 rewrite/rewriteHandler.c:472
 #, c-format
-msgid "Bad abstime (internal coding error) '%s'"
+msgid "multiple assignments to same column \"%s\""
 msgstr ""
 
-#: utils/adt/nabstime.c:714 utils/adt/nabstime.c:782
-msgid "Unable to convert timestamp to abstime"
+#: rewrite/rewriteHandler.c:884 rewrite/rewriteHandler.c:1166
+#, c-format
+msgid "infinite recursion detected in rules for relation \"%s\""
 msgstr ""
 
-#: utils/adt/nabstime.c:738
-msgid "Unable to convert abstime 'invalid' to timestamp"
-msgstr ""
+#: rewrite/rewriteHandler.c:1276
+msgid "cannot insert into a view"
+msgstr "kann nicht in eine Sicht einfügen"
 
-#: utils/adt/nabstime.c:753
-msgid ""
-"Unable to convert ABSTIME to TIMESTAMP\n"
-"\tabstime_timestamp() internal error"
-msgstr ""
+#: rewrite/rewriteHandler.c:1277
+msgid "You need an unconditional ON INSERT DO INSTEAD rule."
+msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung."
 
-#: utils/adt/nabstime.c:806
-msgid "Unable to convert abstime 'invalid' to timestamptz"
-msgstr ""
+#: rewrite/rewriteHandler.c:1282
+msgid "cannot update a view"
+msgstr "kann eine Sicht nicht aktualisieren"
 
-#: utils/adt/nabstime.c:821
-msgid ""
-"Unable to convert ABSTIME to TIMESTAMP WITH TIME ZONE\n"
-"\tabstime_timestamptz() internal error"
-msgstr ""
+#: rewrite/rewriteHandler.c:1283
+msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
+msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung."
 
-#: utils/adt/nabstime.c:852
-#, c-format
-msgid "Bad reltime external representation (too long) '%s'"
-msgstr "fehlerhaftes Format für »reltime« (zu lang): %s"
+#: rewrite/rewriteHandler.c:1288
+msgid "cannot delete from a view"
+msgstr "kann nicht in einer Sicht löschen"
 
-#: utils/adt/nabstime.c:856
-#, c-format
-msgid "Bad reltime external representation '%s'"
-msgstr "fehlerhaftes Format für »reltime«: %s"
+#: rewrite/rewriteHandler.c:1289
+msgid "You need an unconditional ON DELETE DO INSTEAD rule."
+msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung."
 
-#: utils/adt/nabstime.c:866
-#, c-format
-msgid "Bad reltime (internal coding error) '%s'"
+#: rewrite/rewriteManip.c:734 rewrite/rewriteManip.c:788
+msgid "conditional utility statements are not implemented"
 msgstr ""
 
-#: utils/adt/nabstime.c:924
-#, c-format
-msgid "Unable to decode tinterval '%s'"
+#: rewrite/rewriteManip.c:879
+msgid "cannot handle whole-row reference"
 msgstr ""
 
-#: utils/adt/nabstime.c:1037
-msgid "Unable to convert reltime 'invalid' to interval"
+#: storage/buffer/buf_table.c:128 storage/freespace/freespace.c:1005
+msgid "out of shared memory"
 msgstr ""
 
-#: utils/adt/network.c:65
+#: storage/buffer/bufmgr.c:234
 #, c-format
-msgid "invalid %s value '%s'"
-msgstr "ungültiger %s-Wert: %s"
+msgid "invalid page header in block %u of relation \"%s\"; zeroing out page"
+msgstr ""
 
-#: utils/adt/network.c:76
+#: storage/buffer/bufmgr.c:241
 #, 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"
+msgid "invalid page header in block %u of relation \"%s\""
+msgstr ""
 
-#: utils/adt/network.c:128 utils/adt/network.c:469
+#: storage/buffer/bufmgr.c:439 storage/buffer/bufmgr.c:821
+#: storage/buffer/bufmgr.c:1512 storage/buffer/bufmgr.c:2154
 #, c-format
-msgid "unable to print address (%s)"
-msgstr "kann Adresse nicht ausgeben (%s)"
+msgid "could not write block %u of %u/%u"
+msgstr ""
 
-#: utils/adt/network.c:138 utils/adt/network.c:402 utils/adt/network.c:439
-#: utils/adt/network.c:473 utils/adt/network.c:519 utils/adt/network.c:559
-#: utils/adt/network.c:601 utils/adt/network.c:637
-#, c-format
-msgid "unknown address family (%d)"
-msgstr "unbekannte Adressfamilie (%d)"
+#: storage/buffer/bufmgr.c:2158
+msgid "Multiple failures --- write error may be permanent."
+msgstr ""
 
-#: utils/adt/network.c:185
+#: storage/buffer/bufmgr.c:2191
 #, c-format
-msgid "set_masklen - invalid value '%d'"
-msgstr "set_masklen: ungültiger Wert %d"
+msgid "writing block %u of relation %u/%u"
+msgstr ""
 
-#: utils/adt/network.c:226 utils/adt/network.c:315 utils/adt/network.c:335
-#: utils/adt/network.c:355 utils/adt/network.c:375
-#, c-format
-msgid "cannot compare address families %d and %d"
-msgstr "Adressfamilien %d und %d können nicht verglichen werden"
+#: storage/buffer/freelist.c:203
+msgid "out of free buffers"
+msgstr ""
 
-#: utils/adt/network.c:398 utils/adt/network.c:429
-#, c-format
-msgid "unable to print host (%s)"
-msgstr "kann Host nicht ausgeben (%s)"
+#: storage/buffer/localbuf.c:85
+msgid "no empty local buffer available"
+msgstr ""
 
-#: utils/adt/network.c:656
+#: storage/file/fd.c:277 storage/file/fd.c:1067
 #, 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:62
-msgid "int4notin: must provide relationname.attributename"
+msgid "out of file descriptors: %m; release and retry"
 msgstr ""
 
-#: utils/adt/numeric.c:1512
-msgid "Cannot convert NaN to int4"
-msgstr "kann NaN nicht in int4 umwandeln"
-
-#: utils/adt/numeric.c:1562
-msgid "Cannot convert NaN to int8"
-msgstr "kann NaN nicht in int8 umwandeln"
-
-#: utils/adt/numeric.c:1613
-msgid "Cannot convert NaN to int2"
-msgstr "kann NaN nicht in int2 umwandeln"
+#: storage/file/fd.c:334
+msgid "insufficient file descriptors available to start server process"
+msgstr ""
 
-#: utils/adt/numeric.c:1809
-msgid "do_numeric_accum: expected 3-element numeric array"
+#: storage/file/fd.c:335
+#, c-format
+msgid "System allows %ld, we need at least %d."
 msgstr ""
 
-#: utils/adt/numeric.c:1900
-msgid "numeric_avg: expected 3-element numeric array"
+#: storage/freespace/freespace.c:274 storage/freespace/freespace.c:291
+#: storage/freespace/freespace.c:306
+msgid "insufficient shared memory for free space map"
 msgstr ""
 
-#: utils/adt/numeric.c:1936
-msgid "numeric_variance: expected 3-element numeric array"
+#: storage/freespace/freespace.c:299
+#, c-format
+msgid "max_fsm_pages must exceed max_fsm_relations * %d"
 msgstr ""
 
-#: utils/adt/numeric.c:2018
-msgid "numeric_stddev: expected 3-element numeric array"
+#: storage/freespace/freespace.c:334
+msgid "max_fsm_pages is too large"
 msgstr ""
 
-#: utils/adt/numeric.c:2214
-msgid "int2_avg_accum: expected 2-element int8 array"
+#: storage/freespace/freespace.c:705
+#, c-format
+msgid "free space map: %d relations, %d pages stored; %.0f total pages needed"
 msgstr ""
 
-#: utils/adt/numeric.c:2234
-msgid "int4_avg_accum: expected 2-element int8 array"
+#: storage/freespace/freespace.c:707
+#, c-format
+msgid "Allocated FSM size: %d relations + %d pages = %.0f kB shared mem."
 msgstr ""
 
-#: utils/adt/numeric.c:2252
-msgid "int8_avg: expected 2-element int8 array"
+#: storage/ipc/shmem.c:383
+#, c-format
+msgid "could not allocate shared memory segment \"%s\""
 msgstr ""
 
-#: utils/adt/numeric.c:2443 utils/adt/numeric.c:2458 utils/adt/numeric.c:2476
-#: utils/adt/numeric.c:2480 utils/adt/numeric.c:2491
+#: storage/lmgr/deadlock.c:867
 #, c-format
-msgid "Bad numeric input format '%s'"
-msgstr "fehlerhaftes Format für »numeric«: %s"
+msgid "Process %d waits for %s on transaction %u; blocked by process %d."
+msgstr ""
 
-#: utils/adt/numeric.c:2810
+#: storage/lmgr/deadlock.c:877
 #, c-format
 msgid ""
-"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d"
+"Process %d waits for %s on relation %u of database %u; blocked by process %d."
 msgstr ""
 
-#: utils/adt/numeric.c:3269
-msgid "division by zero on numeric"
-msgstr "Division durch Null"
-
-#: utils/adt/numeric.c:3650
-msgid "math error on numeric - cannot compute SQRT of negative value"
-msgstr ""
+#: storage/lmgr/deadlock.c:887
+msgid "deadlock detected"
+msgstr "Verklemmung entdeckt"
 
-#: utils/adt/numeric.c:3739
-msgid "argument for EXP() too big"
+#: storage/page/bufpage.c:137 storage/page/bufpage.c:335
+#: storage/page/bufpage.c:474
+#, c-format
+msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
 msgstr ""
 
-#: utils/adt/numeric.c:3818
-msgid "math error on numeric - cannot compute LN of value <= zero"
+#: storage/page/bufpage.c:379
+#, c-format
+msgid "corrupted item pointer: %u"
 msgstr ""
 
-#: utils/adt/numutils.c:71
-msgid "pg_atoi: NULL pointer"
+#: storage/page/bufpage.c:394
+#, c-format
+msgid "corrupted item lengths: total %u, available space %u"
 msgstr ""
 
-#: utils/adt/numutils.c:73
-msgid "pg_atoi: zero-length string"
+#: storage/page/bufpage.c:492
+#, c-format
+msgid "corrupted item pointer: offset = %u size = %u"
 msgstr ""
 
-#: utils/adt/numutils.c:83 utils/adt/numutils.c:95 utils/adt/numutils.c:100
-#: utils/adt/numutils.c:108 utils/adt/numutils.c:113 utils/adt/numutils.c:120
-#: utils/adt/numutils.c:125
+#: storage/smgr/smgr.c:176
 #, c-format
-msgid "pg_atoi: error reading \"%s\": %m"
-msgstr "pg_atoi: Fehler beim Lesen von »%s«: %m"
+msgid "could not create relation \"%s\": %m"
+msgstr "konnte Relation »%s« nicht erstellen: %m"
 
-#: utils/adt/numutils.c:85
+#: storage/smgr/smgr.c:251
 #, c-format
-msgid "pg_atoi: error in \"%s\": can't parse \"%s\""
-msgstr "pg_atoi: Fehler in »%s«: kann »%s« nicht parsen"
+msgid "could not extend relation \"%s\": %m"
+msgstr "konnte Relation »%s« nicht erweitern: %m"
+
+#: storage/smgr/smgr.c:253
+msgid "Check free disk space."
+msgstr "Prüfen Sie den freien Festplattenplatz."
 
-#: utils/adt/numutils.c:129
+#: storage/smgr/smgr.c:295
 #, c-format
-msgid "pg_atoi: invalid result size: %d"
-msgstr "pg_atoi: ungültige Ergebnisgröße: %d"
+msgid "could not close relation \"%s\": %m"
+msgstr "konnte Relation »%s« nicht schließen: %m"
 
-#: utils/adt/oid.c:46
+#: storage/smgr/smgr.c:321
 #, c-format
-msgid "%s: error reading \"%s\": %m"
-msgstr "%s: kann »%s« nicht lesen: %m"
+msgid "could not read block %d of relation \"%s\": %m"
+msgstr "konnte Block %d von Relation »%s« nicht lesen: %m"
 
-#: utils/adt/oid.c:49 utils/adt/oid.c:63
+#: storage/smgr/smgr.c:347
 #, c-format
-msgid "%s: error in \"%s\": can't parse \"%s\""
-msgstr "%s: Fehler in »%s«: kann »%s« nicht parsen"
+msgid "could not write block %d of relation \"%s\": %m"
+msgstr "konnte Block %d von Relation »%s« nicht schreiben: %m"
 
-#: utils/adt/oid.c:84
+#: storage/smgr/smgr.c:378
 #, c-format
-msgid "%s: error reading \"%s\": %s"
-msgstr "%s: kann »%s« nicht lesen: %s"
+msgid "could not write block %d of %u/%u blind: %m"
+msgstr "konnte Block %d von %u/%u nicht blind schreiben: %m"
 
-#: utils/adt/oid.c:138
-msgid "oidvector value has too many values"
-msgstr "oidvector-Wert hat zu viele Werte"
+#: storage/smgr/smgr.c:407
+#, c-format
+msgid "could not count blocks of relation \"%s\": %m"
+msgstr "konnte Blöcke der Relation »%s« nicht zählen: %m"
 
-#: utils/adt/oracle_compat.c:199 utils/adt/oracle_compat.c:294
-msgid "Requested length too large"
+#: storage/smgr/smgr.c:439
+#, c-format
+msgid "could not truncate relation \"%s\" to %u blocks: %m"
 msgstr ""
 
-#: utils/adt/oracle_compat.c:857
-msgid "Requested buffer is too large."
+#: storage/smgr/smgr.c:483
+#, c-format
+msgid "could not unlink %u/%u: %m"
+msgstr "konnte %u/%u nicht löschen: %m"
+
+#: tcop/fastpath.c:106 tcop/fastpath.c:450 tcop/fastpath.c:573
+#, c-format
+msgid "invalid argument size %d in function call message"
 msgstr ""
 
-#: utils/adt/pgstatfuncs.c:188
+#: tcop/fastpath.c:305 tcop/postgres.c:796 tcop/postgres.c:1116
+#: tcop/postgres.c:1574
 msgid ""
-"pg_stat_get_backend_idset: called in context that does not accept a set "
-"result"
+"current transaction is aborted, commands ignored until end of transaction "
+"block"
 msgstr ""
+"aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der "
+"Transaktion ignoriert"
 
-#: utils/adt/pgstatfuncs.c:193
-msgid "No function memory context in set-function"
+#: tcop/fastpath.c:420 tcop/fastpath.c:543
+#, c-format
+msgid "function call message contains %d arguments but function requires %d"
 msgstr ""
+"Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d"
 
-#: utils/adt/regexp.c:166
+#: tcop/fastpath.c:428
 #, c-format
-msgid "Invalid regular expression: %s"
-msgstr "ungültiger regulärer Ausdruck: %s"
+msgid "function call message contains %d argument formats but %d arguments"
+msgstr "Funktionsaufruf-Message enthält %d Argumentformate aber %d Argumente"
 
-#: utils/adt/regproc.c:115 utils/adt/regproc.c:130 utils/adt/regproc.c:258
+#: tcop/fastpath.c:511 tcop/fastpath.c:596
 #, c-format
-msgid "No procedure with name %s"
-msgstr "keine Prozedur mit Namen %s"
+msgid "incorrect binary data format in function argument %d"
+msgstr "falsches Binärdatenformat in Funktionsargument %d"
 
-#: utils/adt/regproc.c:117 utils/adt/regproc.c:132
+#: tcop/postgres.c:331 tcop/postgres.c:343 tcop/postgres.c:354
+#: tcop/postgres.c:366 tcop/postgres.c:3078
 #, c-format
-msgid "There is more than one procedure named %s"
-msgstr ""
+msgid "invalid frontend message type %d"
+msgstr "ungültiger Frontend-Message-Typ %d"
 
-#: utils/adt/regproc.c:413 utils/adt/regproc.c:428 utils/adt/regproc.c:576
+#: tcop/postgres.c:464
 #, c-format
-msgid "No operator with name %s"
-msgstr "kein Operator mit Namen %s"
+msgid "query: %s"
+msgstr "Anfrage: %s"
 
-#: utils/adt/regproc.c:415 utils/adt/regproc.c:430
+#: tcop/postgres.c:563
+msgid "copyObject() failed to produce an equal parse tree"
+msgstr "copyObject() hat keinen gleichen Parsebaum ergeben"
+
+#: tcop/postgres.c:608
+msgid "copyObject() failed to produce an equal plan tree"
+msgstr "copyObject() hat keinen gleichen Planbaum ergeben"
+
+#: tcop/postgres.c:963
 #, c-format
-msgid "There is more than one operator named %s"
+msgid "duration_statement: %ld.%06ld %s"
 msgstr ""
 
-#: utils/adt/regproc.c:556
-msgid ""
-"regoperatorin: use NONE to denote the missing argument of a unary operator"
+#: tcop/postgres.c:974
+#, c-format
+msgid "duration: %ld.%06ld sec"
 msgstr ""
 
-#: utils/adt/regproc.c:558
-msgid "regoperatorin: provide two argument types for operator"
+#: tcop/postgres.c:1080
+msgid "cannot insert multiple commands into a prepared statement"
 msgstr ""
 
-#: utils/adt/regproc.c:726
+#: tcop/postgres.c:1274
 #, c-format
-msgid "No class with name %s"
+msgid "bind message has %d parameter formats but %d parameters"
 msgstr ""
 
-#: utils/adt/regproc.c:870
-#, c-format
-msgid "No type with name %s"
-msgstr "kein Typ mit Namen %s"
+#: tcop/postgres.c:1287 tcop/postgres.c:1651
+msgid "unnamed prepared statement does not exist"
+msgstr "unbenannte vorbereitete Anweisung existiert nicht"
 
-#: utils/adt/regproc.c:955 utils/adt/regproc.c:958 utils/adt/varlena.c:1355
-#: utils/adt/varlena.c:1358
+#: tcop/postgres.c:1293
 #, c-format
-msgid "%s: invalid name syntax"
+msgid ""
+"bind message supplies %d parameters, but prepared statement \"%s\" requires %"
+"d"
 msgstr ""
 
-#: utils/adt/regproc.c:1015
+#: tcop/postgres.c:1423
 #, c-format
-msgid "%s: expected a left parenthesis"
+msgid "incorrect binary data format in bind parameter %d"
 msgstr ""
 
-#: utils/adt/regproc.c:1029
+#: tcop/postgres.c:1506 tcop/postgres.c:1704
 #, c-format
-msgid "%s: expected a right parenthesis"
-msgstr ""
+msgid "portal \"%s\" does not exist"
+msgstr "Portal »%s« existiert nicht"
 
-#: utils/adt/regproc.c:1045
-#, c-format
-msgid "%s: expected a type name"
-msgstr ""
+#: tcop/postgres.c:1801
+msgid "terminating connection because of crash of another server process"
+msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses"
 
-#: utils/adt/regproc.c:1075
-#, c-format
-msgid "%s: improper type name"
+#: tcop/postgres.c:1802
+msgid ""
+"The postmaster has commanded this server process to roll back the current "
+"transaction and exit, because another server process exited abnormally and "
+"possibly corrupted shared memory."
 msgstr ""
 
-#: utils/adt/regproc.c:1107
-#, c-format
-msgid "%s: too many argument datatypes"
+#: tcop/postgres.c:1806
+msgid ""
+"In a moment you should be able to reconnect to the database and repeat your "
+"command."
 msgstr ""
+"In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren "
+"Befehl wiederholen können."
 
-#: utils/adt/ri_triggers.c:185
-msgid "RI_FKey_check() not fired by trigger manager"
+#: tcop/postgres.c:1921
+msgid "floating-point exception"
+msgstr "Fließkommafehler"
+
+#: tcop/postgres.c:1922
+msgid ""
+"An invalid floating-point operation was signaled. This probably means an out-"
+"of-range result or an invalid operation, such as division by zero."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:188
-msgid "RI_FKey_check() must be fired AFTER ROW"
+#: tcop/postgres.c:1957
+msgid "terminating connection due to administrator command"
+msgstr "breche Verbindung ab wegen Befehl vom Administrator"
+
+#: tcop/postgres.c:1966
+msgid "canceling query due to user request"
+msgstr "storniere Anfrage wegen Benutzeraufforderung"
+
+#: tcop/postgres.c:2477
+msgid ""
+"query-level statistics are disabled because parser, planner, or executor "
+"statistics are on"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:191
-msgid "RI_FKey_check() must be fired for INSERT or UPDATE"
+#: tcop/postgres.c:2566
+#, fuzzy
+msgid "invalid backend command-line arguments"
 msgstr ""
+"%s: ungültige Kommandozeilenargumente\n"
+"Versuchen Sie »-?« für weitere Informationen."
 
-#: utils/adt/ri_triggers.c:199
-msgid "wrong # of arguments in call to RI_FKey_check()"
+#: tcop/postgres.c:2567 tcop/postgres.c:2583
+msgid "Try -? for help."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:201
+#: tcop/postgres.c:2581
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_check()"
-msgstr ""
+msgid "%s: invalid command-line arguments"
+msgstr "%s: ungültige Kommandozeilenargumente"
 
-#: 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
+#: tcop/postgres.c:2591
 #, c-format
-msgid ""
-"No target table given for trigger \"%s\" on \"%s\"\n"
-"\tRemove these RI triggers and do ALTER TABLE ADD CONSTRAINT"
-msgstr ""
+msgid "%s: no database nor user name specified"
+msgstr "%s: weder Datenbankname noch Benutzername angegeben"
 
-#: 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()"
+#: tcop/postgres.c:2991
+#, c-format
+msgid "invalid CLOSE message subtype %d"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:296 utils/adt/ri_triggers.c:480
-msgid "SPI_execp() failed in RI_FKey_check()"
+#: tcop/postgres.c:3021
+#, c-format
+msgid "invalid DESCRIBE message subtype %d"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:301
+#: tcop/pquery.c:352
 #, c-format
-msgid "%s referential integrity violation - no rows found in %s"
+msgid "bind message has %d result formats but query has %d columns"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:307 utils/adt/ri_triggers.c:492
-msgid "SPI_finish() failed in RI_FKey_check()"
+#: tcop/pquery.c:415 tcop/pquery.c:927
+#, c-format
+msgid "portal \"%s\" cannot be run anymore"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:319 utils/adt/ri_triggers.c:908
-#: utils/adt/ri_triggers.c:1149 utils/adt/ri_triggers.c:1355
-#: utils/adt/ri_triggers.c:1594 utils/adt/ri_triggers.c:1816
-#: utils/adt/ri_triggers.c:2052 utils/adt/ri_triggers.c:2268
-#: utils/adt/ri_triggers.c:2536 utils/adt/ri_triggers.c:2796
-#: utils/adt/ri_triggers.c:3087 utils/adt/ri_triggers.c:3177
-msgid "MATCH PARTIAL not yet supported"
+#: tcop/pquery.c:601
+msgid "cursor can only scan forward"
+msgstr "Cursor kann nur vorwärts scannen"
+
+#: tcop/pquery.c:602
+msgid "Declare it with SCROLL option to enable backward scan."
 msgstr ""
+"Deklarieren Sie ihn mit der Option SCROLL um rückwarts scannen zu können."
 
-#: utils/adt/ri_triggers.c:355
+#: tcop/utility.c:75
 #, c-format
-msgid ""
-"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL "
-"and NON-NULL key values"
-msgstr ""
+msgid "table \"%s\" does not exist"
+msgstr "Tabelle »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:379 utils/adt/ri_triggers.c:593
-msgid "MATCH PARTIAL not yet implemented"
-msgstr ""
+#: tcop/utility.c:77
+msgid "Use DROP TABLE to remove a table."
+msgstr "Verwenden Sie DROP TABLE um eine Tabelle zu löschen."
 
-#: utils/adt/ri_triggers.c:485
+#: tcop/utility.c:80
 #, c-format
-msgid ""
-"%s referential integrity violation - key referenced from %s not found in %s"
-msgstr ""
+msgid "sequence \"%s\" does not exist"
+msgstr "Sequenz »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:501
-msgid "internal error #1 in ri_triggers.c"
-msgstr ""
+#: tcop/utility.c:82
+msgid "Use DROP SEQUENCE to remove a sequence."
+msgstr "Verwenden Sie DROP SEQUENCE um eine Sequenz zu löschen."
 
-#: utils/adt/ri_triggers.c:678
-msgid "SPI_execp() failed in ri_Check_Pk_Match()"
-msgstr ""
+#: tcop/utility.c:85
+#, c-format
+msgid "view \"%s\" does not exist"
+msgstr "Sicht »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:685
-msgid "SPI_finish() failed in ri_Check_Pk_Match()"
-msgstr ""
+#: tcop/utility.c:87
+msgid "Use DROP VIEW to remove a view."
+msgstr "Verwenden Sie DROP VIEW um eine Sicht zu löschen."
 
-#: utils/adt/ri_triggers.c:726
-msgid "RI_FKey_noaction_del() not fired by trigger manager"
-msgstr ""
+#: tcop/utility.c:90
+#, c-format
+msgid "index \"%s\" does not exist"
+msgstr "Index »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:729
-msgid "RI_FKey_noaction_del() must be fired AFTER ROW"
-msgstr ""
+#: tcop/utility.c:92
+msgid "Use DROP INDEX to remove an index."
+msgstr "Verwenden Sie DROP INDEX um einen Index zu löschen."
+
+#: tcop/utility.c:96
+#, c-format
+msgid "\"%s\" is not a type"
+msgstr "»%s« ist kein Typ"
+
+#: tcop/utility.c:97
+msgid "Use DROP TYPE to remove a type."
+msgstr "Verwenden Sie DROP TYPE um einen Typen zu löschen."
 
-#: utils/adt/ri_triggers.c:731
-msgid "RI_FKey_noaction_del() must be fired for DELETE"
+#: tcop/utility.c:602 tcop/utility.c:664
+msgid "must be superuser to alter owner"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:739
-msgid "wrong # of arguments in call to RI_FKey_noaction_del()"
+#: tcop/utility.c:984
+msgid "must be superuser to do CHECKPOINT"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:741
+#: utils/adt/acl.c:102 utils/adt/name.c:90
+msgid "identifier too long"
+msgstr "Bezeichner zu lang"
+
+#: utils/adt/acl.c:103 utils/adt/name.c:91
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_del()"
-msgstr ""
+msgid "Identifier must be less than %d characters."
+msgstr "Bezeichner muss weniger als %d Zeichen haben."
 
-#: utils/adt/ri_triggers.c:816
-msgid "SPI_connect() failed in RI_FKey_noaction_del()"
-msgstr ""
+#: utils/adt/acl.c:190
+#, c-format
+msgid "unrecognized key word: \"%s\""
+msgstr "unbekanntes Schlüsselwort: »%s«"
 
-#: utils/adt/ri_triggers.c:886
-msgid "SPI_execp() failed in RI_FKey_noaction_del()"
-msgstr ""
+#: utils/adt/acl.c:191
+msgid "ACL key word must be \"group\" or \"user\"."
+msgstr "ACL-Schlüsselwort muss »group« oder »user« sein."
+
+#: utils/adt/acl.c:196
+msgid "missing name"
+msgstr "Name fehlt"
 
-#: utils/adt/ri_triggers.c:891 utils/adt/ri_triggers.c:1132
-#: utils/adt/ri_triggers.c:1799 utils/adt/ri_triggers.c:2035
+#: utils/adt/acl.c:197
+msgid "A name must follow the \"group\" or \"user\" key word."
+msgstr "Auf das Schlüsselwort »group« oder »user« muss ein Name folgen."
+
+#: utils/adt/acl.c:205
+msgid "missing \"=\" sign"
+msgstr "»=«-Zeichen fehlt"
+
+#: utils/adt/acl.c:252
 #, c-format
-msgid "%s referential integrity violation - key in %s still referenced from %s"
-msgstr ""
+msgid "invalid mode character: must be one of \"%s\""
+msgstr "ungültiges Moduszeichen: muss eines aus »%s« sein"
 
-#: utils/adt/ri_triggers.c:898
-msgid "SPI_finish() failed in RI_FKey_noaction_del()"
-msgstr ""
+#: utils/adt/acl.c:282
+msgid "a name must follow the \"/\" sign"
+msgstr "auf das »/«-Zeichen muss ein Name folgen"
 
-#: utils/adt/ri_triggers.c:915
-msgid "internal error #2 in ri_triggers.c"
+#: utils/adt/acl.c:291
+#, c-format
+msgid "defaulting grantor to user ID %u"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:956
-msgid "RI_FKey_noaction_upd() not fired by trigger manager"
-msgstr ""
+#: utils/adt/acl.c:350
+msgid "extra garbage at the end of the ACL specification"
+msgstr "überflüssiger Müll am Ende der ACL-Angabe"
 
-#: utils/adt/ri_triggers.c:959
-msgid "RI_FKey_noaction_upd() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/acl.c:703
+msgid "dependent privileges exist"
+msgstr "abhängige Privilegien existieren"
 
-#: utils/adt/ri_triggers.c:961
-msgid "RI_FKey_noaction_upd() must be fired for UPDATE"
-msgstr ""
+#: utils/adt/acl.c:704
+msgid "Use CASCADE to revoke them too."
+msgstr "Verwenden Sie CASCADE um diese auch zu entziehen."
 
-#: utils/adt/ri_triggers.c:969
-msgid "wrong # of arguments in call to RI_FKey_noaction_upd()"
-msgstr ""
+#: utils/adt/acl.c:780
+msgid "aclitem for public may not be removed"
+msgstr "aclitem für public kann nicht entfernt werden"
+
+#: utils/adt/acl.c:850
+msgid "cannot specify both user and group"
+msgstr "Benutzer und Gruppe können nicht beide angegeben werden"
 
-#: utils/adt/ri_triggers.c:971
+#: utils/adt/acl.c:911 utils/adt/acl.c:1136 utils/adt/acl.c:1348
+#: utils/adt/acl.c:1552 utils/adt/acl.c:1756 utils/adt/acl.c:1965
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()"
-msgstr ""
+msgid "unrecognized privilege type: \"%s\""
+msgstr "unbekannter Privilegtyp: »%s«"
 
-#: utils/adt/ri_triggers.c:1057
-msgid "SPI_connect() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: utils/adt/acl.c:1525 utils/adt/regproc.c:117 utils/adt/regproc.c:138
+#: utils/adt/regproc.c:290
+#, c-format
+msgid "function \"%s\" does not exist"
+msgstr "Funktion »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:1127
-msgid "SPI_execp() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: utils/adt/array_userfuncs.c:50
+msgid "could not determine input data types"
+msgstr "konnte Eingabedatentypen nicht bestimmen"
 
-#: utils/adt/ri_triggers.c:1139
-msgid "SPI_finish() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: utils/adt/array_userfuncs.c:72
+msgid "neither input type is an array"
+msgstr "keiner der Eingabedatentypen ist ein Array"
+
+#: utils/adt/array_userfuncs.c:99
+msgid "argument must be empty or one-dimensional array"
+msgstr "Argument muss entweder leer oder ein eindimensionales Array sein"
 
-#: utils/adt/ri_triggers.c:1156
-msgid "internal error #3 in ri_triggers.c"
+#: utils/adt/array_userfuncs.c:198 utils/adt/array_userfuncs.c:210
+#: utils/adt/array_userfuncs.c:247 utils/adt/array_userfuncs.c:280
+#: utils/adt/array_userfuncs.c:308
+msgid "cannot concatenate incompatible arrays"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1192
-msgid "RI_FKey_cascade_del() not fired by trigger manager"
+#: utils/adt/array_userfuncs.c:199
+#, c-format
+msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1195
-msgid "RI_FKey_cascade_del() must be fired AFTER ROW"
+#: utils/adt/array_userfuncs.c:211
+#, c-format
+msgid ""
+"Arrays with element types %s and %s are not compatible for concatenation."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1197
-msgid "RI_FKey_cascade_del() must be fired for DELETE"
+#: utils/adt/array_userfuncs.c:248
+msgid ""
+"Arrays with differing element dimensions are not compatible for "
+"concatenation."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1205
-msgid "wrong # of arguments in call to RI_FKey_cascade_del()"
+#: utils/adt/array_userfuncs.c:281 utils/adt/array_userfuncs.c:309
+msgid "Arrays with differing dimensions are not compatible for concatenation."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1207
+#: utils/adt/array_userfuncs.c:354
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_del()"
-msgstr ""
+msgid "invalid array element type OID: %u"
+msgstr "ungültige OID für Arrayelementtyp: %u"
 
-#: utils/adt/ri_triggers.c:1271
-msgid "SPI_connect() failed in RI_FKey_cascade_del()"
-msgstr ""
+#: utils/adt/array_userfuncs.c:358 utils/adt/arrayfuncs.c:893
+#: utils/adt/arrayfuncs.c:2233
+#, c-format
+msgid "invalid number of dimensions: %d"
+msgstr "ungültige Anzahl Dimensionen: %d"
 
-#: utils/adt/ri_triggers.c:1340
-msgid "SPI_execp() failed in RI_FKey_cascade_del()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:219 utils/adt/arrayfuncs.c:231
+msgid "missing dimension value"
+msgstr "Dimensionswert fehlt"
 
-#: utils/adt/ri_triggers.c:1345
-msgid "SPI_finish() failed in RI_FKey_cascade_del()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:241
+msgid "missing \"]\" in array dimensions"
+msgstr "»]« in Arraydimensionen fehlt"
 
-#: utils/adt/ri_triggers.c:1362
-msgid "internal error #4 in ri_triggers.c"
+#: utils/adt/arrayfuncs.c:249
+msgid "upper bound cannot be less than lower bound"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1400
-msgid "RI_FKey_cascade_upd() not fired by trigger manager"
+#: utils/adt/arrayfuncs.c:261
+msgid "array value must start with \"{\" or dimension information"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1403
-msgid "RI_FKey_cascade_upd() must be fired AFTER ROW"
+#: utils/adt/arrayfuncs.c:272
+msgid "missing assignment operator"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1405
-msgid "RI_FKey_cascade_upd() must be fired for UPDATE"
-msgstr ""
+#: utils/adt/arrayfuncs.c:300
+msgid "missing left brace"
+msgstr "linke geschweifte Klammer fehlt"
 
-#: utils/adt/ri_triggers.c:1413
-msgid "wrong # of arguments in call to RI_FKey_cascade_upd()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:358 utils/adt/arrayfuncs.c:367
+#: utils/adt/arrayfuncs.c:392 utils/adt/arrayfuncs.c:486
+#: utils/adt/arrayfuncs.c:498 utils/adt/arrayfuncs.c:519
+#: utils/adt/arrayfuncs.c:534 utils/adt/arrayfuncs.c:572
+#, c-format
+msgid "malformed array literal: \"%s\""
+msgstr "fehlerhafte Arraykonstante: »%s«"
+
+#: utils/adt/arrayfuncs.c:904
+#, fuzzy
+msgid "invalid array flags"
+msgstr "ungültige Arrayindizes"
 
-#: utils/adt/ri_triggers.c:1415
+#: utils/adt/arrayfuncs.c:912
+msgid "wrong element type"
+msgstr "falscher Elementtyp"
+
+#: utils/adt/arrayfuncs.c:955 utils/cache/lsyscache.c:1709
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()"
+msgid "no binary input function available for type %s"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1490
-msgid "SPI_connect() failed in RI_FKey_cascade_upd()"
+#: utils/adt/arrayfuncs.c:1050
+#, c-format
+msgid "improper binary format in array element %d"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1579
-msgid "SPI_execp() failed in RI_FKey_cascade_upd()"
+#: utils/adt/arrayfuncs.c:1129 utils/cache/lsyscache.c:1745
+#, c-format
+msgid "no binary output function available for type %s"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1584
-msgid "SPI_finish() failed in RI_FKey_cascade_upd()"
+#: utils/adt/arrayfuncs.c:1479
+msgid "slices of fixed-length arrays not implemented"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1601
-msgid "internal error #5 in ri_triggers.c"
-msgstr ""
+#: utils/adt/arrayfuncs.c:1617 utils/adt/arrayfuncs.c:1622
+#: utils/adt/arrayfuncs.c:1662 utils/adt/arrayfuncs.c:1684
+#: utils/adt/arrayfuncs.c:1696 utils/adt/arrayfuncs.c:1851
+#: utils/adt/arrayfuncs.c:1868 utils/adt/arrayfuncs.c:1879
+#: utils/adt/arrayfuncs.c:1888 utils/adt/arrayfuncs.c:1899
+msgid "invalid array subscripts"
+msgstr "ungültige Arrayindizes"
 
-#: utils/adt/ri_triggers.c:1644
-msgid "RI_FKey_restrict_del() not fired by trigger manager"
+#: utils/adt/arrayfuncs.c:1813
+msgid "updates on slices of fixed-length arrays not implemented"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1647
-msgid "RI_FKey_restrict_del() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/arrayfuncs.c:1911
+msgid "source array too small"
+msgstr "Quellarray ist zu klein"
 
-#: utils/adt/ri_triggers.c:1649
-msgid "RI_FKey_restrict_del() must be fired for DELETE"
-msgstr ""
+#: utils/adt/arrayfuncs.c:2135 utils/adt/arrayfuncs.c:3031
+msgid "null array elements not supported"
+msgstr "NULL-Werte im Array werden nicht unterstützt"
 
-#: utils/adt/ri_triggers.c:1657
-msgid "wrong # of arguments in call to RI_FKey_restrict_del()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:2375 utils/adt/arrayfuncs.c:2530
+msgid "cannot compare arrays of different element types"
+msgstr "kann Arrays mit verschiedenen Elementtypen nicht vergleichen"
 
-#: utils/adt/ri_triggers.c:1659
+#: utils/adt/arrayfuncs.c:2547
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_del()"
-msgstr ""
+msgid "could not identify a comparison function for type %s"
+msgstr "konnte keine Vergleichsfunktion für Typ %s ermitteln"
 
-#: utils/adt/ri_triggers.c:1723
-msgid "SPI_connect() failed in RI_FKey_restrict_del()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:2921
+msgid "could not determine target array type"
+msgstr "konnte Ziel-Arraytyp nicht bestimmen"
 
-#: utils/adt/ri_triggers.c:1794
-msgid "SPI_execp() failed in RI_FKey_restrict_del()"
-msgstr ""
+#: utils/adt/arrayfuncs.c:2927
+msgid "target type is not an array"
+msgstr "Zieltyp ist kein Array"
 
-#: utils/adt/ri_triggers.c:1806
-msgid "SPI_finish() failed in RI_FKey_restrict_del()"
+#: utils/adt/arrayfuncs.c:2939
+msgid "array coercion to domain type elements not currently supported"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:1823
-msgid "internal error #6 in ri_triggers.c"
-msgstr ""
+#: utils/adt/ascii.c:68
+#, fuzzy, c-format
+msgid "encoding conversion from %s to ASCII not supported"
+msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt"
 
-#: utils/adt/ri_triggers.c:1867
-msgid "RI_FKey_restrict_upd() not fired by trigger manager"
-msgstr ""
+#: utils/adt/bool.c:80
+#, c-format
+msgid "invalid input syntax for type boolean: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ boolean: »%s«"
 
-#: utils/adt/ri_triggers.c:1870
-msgid "RI_FKey_restrict_upd() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/cash.c:198
+#, c-format
+msgid "invalid input syntax for type money: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ money: »%s«"
 
-#: utils/adt/ri_triggers.c:1872
-msgid "RI_FKey_restrict_upd() must be fired for UPDATE"
-msgstr ""
+#: utils/adt/cash.c:496 utils/adt/cash.c:548 utils/adt/cash.c:601
+#: utils/adt/cash.c:653 utils/adt/char.c:186 utils/adt/float.c:571
+#: utils/adt/float.c:635 utils/adt/float.c:1857 utils/adt/float.c:1919
+#: utils/adt/geo_ops.c:3809 utils/adt/int.c:644 utils/adt/int.c:709
+#: utils/adt/int.c:750 utils/adt/int.c:791 utils/adt/int.c:805
+#: utils/adt/int.c:819 utils/adt/int.c:833 utils/adt/int.c:847
+#: utils/adt/int8.c:526 utils/adt/int8.c:555 utils/adt/int8.c:653
+#: utils/adt/int8.c:694 utils/adt/numeric.c:3639 utils/adt/timestamp.c:2002
+msgid "division by zero"
+msgstr "Division durch Null"
 
-#: utils/adt/ri_triggers.c:1880
-msgid "wrong # of arguments in call to RI_FKey_restrict_upd()"
-msgstr ""
+#: utils/adt/date.c:87 utils/adt/datetime.c:1308 utils/adt/datetime.c:2059
+msgid "date/time value \"current\" is no longer supported"
+msgstr "Datum/Zeitwert »current« wird nicht mehr unterstützt"
+
+#: utils/adt/date.c:367 utils/adt/date.c:439 utils/adt/date.c:1001
+#: utils/adt/date.c:1038 utils/adt/date.c:1940 utils/adt/formatting.c:2846
+#: utils/adt/formatting.c:2871 utils/adt/formatting.c:2930
+#: utils/adt/nabstime.c:630 utils/adt/nabstime.c:673 utils/adt/nabstime.c:703
+#: utils/adt/nabstime.c:746 utils/adt/timestamp.c:155
+#: utils/adt/timestamp.c:382 utils/adt/timestamp.c:1735
+#: utils/adt/timestamp.c:1756 utils/adt/timestamp.c:1813
+#: utils/adt/timestamp.c:1836 utils/adt/timestamp.c:2218
+#: utils/adt/timestamp.c:2329 utils/adt/timestamp.c:2563
+#: utils/adt/timestamp.c:2614 utils/adt/timestamp.c:2671
+#: utils/adt/timestamp.c:2723 utils/adt/timestamp.c:2969
+#: utils/adt/timestamp.c:3075 utils/adt/timestamp.c:3082
+#: utils/adt/timestamp.c:3095 utils/adt/timestamp.c:3103
+#: utils/adt/timestamp.c:3177 utils/adt/timestamp.c:3296
+#: utils/adt/timestamp.c:3304 utils/adt/timestamp.c:3583
+#: utils/adt/timestamp.c:3590 utils/adt/timestamp.c:3617
+#: utils/adt/timestamp.c:3621
+msgid "timestamp out of range"
+msgstr "timestamp außerhalb des gültigen Bereiches"
+
+#: utils/adt/date.c:466
+msgid "cannot convert reserved abstime value to date"
+msgstr "kann reservierten »abstime«-Wert nicht in »date« umwandeln"
 
-#: utils/adt/ri_triggers.c:1882
+#: utils/adt/date.c:527
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()"
-msgstr ""
+msgid "invalid input syntax for type date: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ date: »%s«"
 
-#: utils/adt/ri_triggers.c:1957
-msgid "SPI_connect() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: utils/adt/date.c:1255
+#, c-format
+msgid "invalid input syntax for type time: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ time: »%s«"
 
-#: utils/adt/ri_triggers.c:2030
-msgid "SPI_execp() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: utils/adt/date.c:1289 utils/adt/date.c:1359 utils/adt/date.c:1378
+#, c-format
+msgid "\"time\" units \"%s\" not recognized"
+msgstr "»time«-Einheiten »%s« nicht bekannt"
 
-#: utils/adt/ri_triggers.c:2042
-msgid "SPI_finish() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: utils/adt/date.c:2018
+#, c-format
+msgid "invalid input syntax for type time with time zone: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ time with time zone: »%s«"
 
-#: utils/adt/ri_triggers.c:2059
-msgid "internal error #7 in ri_triggers.c"
-msgstr ""
+#: utils/adt/date.c:2052 utils/adt/date.c:2136 utils/adt/date.c:2155
+#, fuzzy, c-format
+msgid "\"time with time zone\" units \"%s\" not recognized"
+msgstr "Zeitzone %s nicht erkannt"
 
-#: utils/adt/ri_triggers.c:2095
-msgid "RI_FKey_setnull_del() not fired by trigger manager"
-msgstr ""
+#: utils/adt/date.c:2185 utils/adt/date.c:2222 utils/adt/timestamp.c:3497
+#: utils/adt/timestamp.c:3522 utils/adt/timestamp.c:3649
+#: utils/adt/timestamp.c:3673
+#, c-format
+msgid "time zone \"%s\" not recognized"
+msgstr "Zeitzone »%s« nicht erkannt"
 
-#: utils/adt/ri_triggers.c:2098
-msgid "RI_FKey_setnull_del() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/date.c:2244
+#, c-format
+msgid "\"interval\" time zone \"%s\" not valid"
+msgstr "»interval«-Zeitzone »%s« nicht gültig"
 
-#: utils/adt/ri_triggers.c:2100
-msgid "RI_FKey_setnull_del() must be fired for DELETE"
-msgstr ""
+#: utils/adt/datetime.c:1490 utils/adt/datetime.c:2339
+#: utils/adt/formatting.c:3131
+#, c-format
+msgid "inconsistent use of year %04d and \"BC\""
+msgstr "inkonsistente Verwendung von Jahr %04d und »BC«"
+
+#: utils/adt/datetime.c:3242 utils/adt/datetime.c:3249
+#, fuzzy, c-format
+msgid "date/time field value out of range: \"%s\""
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
 
-#: utils/adt/ri_triggers.c:2108
-msgid "wrong # of arguments in call to RI_FKey_setnull_del()"
+#: utils/adt/datetime.c:3251
+msgid "Perhaps you need a different \"datestyle\" setting."
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2110
+#: utils/adt/datetime.c:3256
+#, fuzzy, c-format
+msgid "interval field value out of range: \"%s\""
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
+
+#: utils/adt/datetime.c:3262
+#, fuzzy, c-format
+msgid "time zone displacement out of range: \"%s\""
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
+
+#. translator: first %s is inet or cidr
+#: utils/adt/datetime.c:3269 utils/adt/network.c:90
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_del()"
-msgstr ""
+msgid "invalid input syntax for type %s: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ %s: »%s«"
 
-#: utils/adt/ri_triggers.c:2174
-msgid "SPI_connect() failed in RI_FKey_setnull_del()"
-msgstr ""
+#: utils/adt/datum.c:80 utils/adt/datum.c:92
+msgid "invalid Datum pointer"
+msgstr "ungültiger »Datum«-Zeiger"
 
-#: utils/adt/ri_triggers.c:2253
-msgid "SPI_execp() failed in RI_FKey_setnull_del()"
+#: utils/adt/encode.c:55 utils/adt/encode.c:91
+#, c-format
+msgid "unrecognized encoding: \"%s\""
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2258
-msgid "SPI_finish() failed in RI_FKey_setnull_del()"
-msgstr ""
+#: utils/adt/encode.c:150
+#, c-format
+msgid "invalid hexadecimal digit: \"%c\""
+msgstr "ungültige hexadezimale Ziffer: »%c«"
 
-#: utils/adt/ri_triggers.c:2275
-msgid "internal error #8 in ri_triggers.c"
-msgstr ""
+#: utils/adt/encode.c:178
+msgid "invalid hexadecimal data: odd number of digits"
+msgstr "ungültige hexadezimale Daten: ungerade Anzahl Ziffern"
 
-#: utils/adt/ri_triggers.c:2314
-msgid "RI_FKey_setnull_upd() not fired by trigger manager"
-msgstr ""
+#: utils/adt/encode.c:295
+msgid "unexpected \"=\""
+msgstr "unerwartetes »%s«"
 
-#: utils/adt/ri_triggers.c:2317
-msgid "RI_FKey_setnull_upd() must be fired AFTER ROW"
+#: utils/adt/encode.c:307
+msgid "invalid symbol"
+msgstr "ungültiges Symbol"
+
+#: utils/adt/encode.c:327
+msgid "invalid end sequence"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2319
-msgid "RI_FKey_setnull_upd() must be fired for UPDATE"
+#: utils/adt/encode.c:436 utils/adt/encode.c:501 utils/adt/varlena.c:117
+#: utils/adt/varlena.c:157
+msgid "invalid input syntax for type bytea"
+msgstr "ungültige Eingabesyntax für Typ bytea"
+
+#: utils/adt/float.c:135
+#, fuzzy
+msgid "type \"real\" value out of range: overflow"
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
+
+#: utils/adt/float.c:139
+#, fuzzy
+msgid "type \"real\" value out of range: underflow"
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
+
+#: utils/adt/float.c:164
+msgid "type \"double precision\" value out of range: overflow"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2327
-msgid "wrong # of arguments in call to RI_FKey_setnull_upd()"
+#: utils/adt/float.c:168
+msgid "type \"double precision\" value out of range: underflow"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2329
+#: utils/adt/float.c:200
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()"
-msgstr ""
+msgid "invalid input syntax for type real: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ real: »%s«"
 
-#: utils/adt/ri_triggers.c:2405
-msgid "SPI_connect() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: utils/adt/float.c:208
+#, fuzzy, c-format
+msgid "\"%s\" is out of range for type real"
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float8"
 
-#: utils/adt/ri_triggers.c:2521
-msgid "SPI_execp() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: utils/adt/float.c:301 utils/adt/numeric.c:3117 utils/adt/numeric.c:3143
+#, c-format
+msgid "invalid input syntax for type double precision: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ double precision: »%s«"
 
-#: utils/adt/ri_triggers.c:2526
-msgid "SPI_finish() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: utils/adt/float.c:309
+#, fuzzy, c-format
+msgid "\"%s\" is out of range for type double precision"
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float4"
 
-#: utils/adt/ri_triggers.c:2543
-msgid "internal error #9 in ri_triggers.c"
-msgstr ""
+#: utils/adt/float.c:887 utils/adt/float.c:906 utils/adt/float.c:953
+#: utils/adt/float.c:972 utils/adt/int.c:286 utils/adt/int8.c:103
+#: utils/adt/int8.c:786 utils/adt/int8.c:811 utils/adt/int8.c:849
+#: utils/adt/int8.c:888 utils/adt/numeric.c:1601 utils/adt/numeric.c:1612
+#: utils/adt/numeric.c:1657 utils/adt/numeric.c:1705 utils/adt/numeric.c:1716
+#: utils/adt/varbit.c:1210 utils/adt/varbit.c:1275
+#, fuzzy
+msgid "integer out of range"
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
 
-#: utils/adt/ri_triggers.c:2579
-msgid "RI_FKey_setdefault_del() not fired by trigger manager"
-msgstr ""
+#: utils/adt/float.c:1208 utils/adt/numeric.c:4035
+msgid "cannot take square root of a negative number"
+msgstr "Quadratwurzel von negativer Zahl kann nicht ermittelt werden"
+
+#: utils/adt/float.c:1254 utils/adt/float.c:1284
+msgid "result is out of range"
+msgstr "Ergebnis ist außerhalb des gültigen Bereiches"
+
+#: utils/adt/float.c:1304 utils/adt/float.c:1330
+msgid "cannot take logarithm of zero"
+msgstr "Logarithmus von null kann nicht ermittelt werden"
+
+#: utils/adt/float.c:1309 utils/adt/float.c:1335 utils/adt/numeric.c:4252
+msgid "cannot take logarithm of a negative number"
+msgstr "Logarithmus negativer Zahlen kann nicht ermittelt werden"
+
+#: utils/adt/float.c:1362 utils/adt/float.c:1387 utils/adt/float.c:1412
+#: utils/adt/float.c:1438 utils/adt/float.c:1463 utils/adt/float.c:1488
+#: utils/adt/float.c:1514 utils/adt/float.c:1539
+#, fuzzy
+msgid "input is out of range"
+msgstr "%f ist außerhalb des gültigen Bereiches für tan()"
+
+#: utils/adt/formatting.c:968
+msgid "\"9\" must be ahead of \"PR\""
+msgstr "»9« muss vor »PR« stehen"
 
-#: utils/adt/ri_triggers.c:2582
-msgid "RI_FKey_setdefault_del() must be fired AFTER ROW"
+#: utils/adt/formatting.c:987
+msgid "\"0\" must be ahead of \"PR\""
+msgstr "»0« muss vor »PR« stehen"
+
+#: utils/adt/formatting.c:1016
+msgid "multiple decimal points"
+msgstr "mehrere Dezimalpunkte"
+
+#: utils/adt/formatting.c:1023 utils/adt/formatting.c:1128
+msgid "cannot use \"V\" and decimal point together"
+msgstr "»V« und Dezimalpunkt können nicht zusammen verwendet werden"
+
+#: utils/adt/formatting.c:1038
+msgid "not unique \"S\""
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2584
-msgid "RI_FKey_setdefault_del() must be fired for DELETE"
+#: utils/adt/formatting.c:1045
+msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2592
-msgid "wrong # of arguments in call to RI_FKey_setdefault_del()"
+#: utils/adt/formatting.c:1069
+msgid "cannot use \"S\" and \"MI\" together"
+msgstr "»S« und »MI« können nicht zusammen verwendet werden"
+
+#: utils/adt/formatting.c:1082
+msgid "cannot use \"S\" and \"PL\" together"
+msgstr "»S« und »PL« können nicht zusammen verwendet werden"
+
+#: utils/adt/formatting.c:1095
+msgid "cannot use \"S\" and \"SG\" together"
+msgstr "»S« und »SG« können nicht zusammen verwendet werden"
+
+#: utils/adt/formatting.c:1107
+msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2594
+#: utils/adt/formatting.c:1137
+msgid "\"E\" is not supported"
+msgstr "»E« wird nicht unterstützt"
+
+#: utils/adt/formatting.c:1407
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()"
-msgstr ""
+msgid "\"%s\" is not a number"
+msgstr "»%s« ist keine Zahl"
 
-#: utils/adt/ri_triggers.c:2658
-msgid "SPI_connect() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: utils/adt/formatting.c:1670
+msgid "invalid AM/PM string"
+msgstr "ungültige Zeichenkette für AM/PM"
 
-#: utils/adt/ri_triggers.c:2781
-msgid "SPI_execp() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: utils/adt/formatting.c:2016
+msgid "\"TZ\"/\"tz\" not supported"
+msgstr "»TZ«/»tz« nicht unterstützt"
 
-#: utils/adt/ri_triggers.c:2786
-msgid "SPI_finish() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: utils/adt/formatting.c:2026
+#, c-format
+msgid "invalid value for %s"
+msgstr "ungültiger Wert für %s"
 
-#: utils/adt/ri_triggers.c:2803
-msgid "internal error #10 in ri_triggers.c"
-msgstr ""
+#: utils/adt/formatting.c:3092
+msgid "AM/PM hour must be between 1 and 12"
+msgstr "AM/PM-Stunde muss zwischen 1 und 12 sein"
 
-#: utils/adt/ri_triggers.c:2841
-msgid "RI_FKey_setdefault_upd() not fired by trigger manager"
-msgstr ""
+#: utils/adt/formatting.c:3166
+#, fuzzy
+msgid "cannot convert yday without year information"
+msgstr "kann NaN nicht in int2 umwandeln"
 
-#: utils/adt/ri_triggers.c:2844
-msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW"
-msgstr ""
+#: utils/adt/formatting.c:3943
+msgid "\"RN\" not supported"
+msgstr "»RN« wird nicht unterstützt"
 
-#: utils/adt/ri_triggers.c:2846
-msgid "RI_FKey_setdefault_upd() must be fired for UPDATE"
+#: utils/adt/geo_ops.c:292 utils/adt/geo_ops.c:3930 utils/adt/geo_ops.c:4820
+msgid "too many points requested"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:2854
-msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()"
-msgstr ""
+#: utils/adt/geo_ops.c:315
+#, fuzzy
+msgid "could not format path"
+msgstr "konnte Typ %s nicht erstellen"
 
-#: utils/adt/ri_triggers.c:2856
+#: utils/adt/geo_ops.c:390
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()"
-msgstr ""
+msgid "invalid input syntax for type box: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ box: »%s«"
 
-#: utils/adt/ri_triggers.c:2933
-msgid "SPI_connect() failed in RI_FKey_setdefault_upd()"
-msgstr ""
+#: utils/adt/geo_ops.c:903
+#, c-format
+msgid "invalid input syntax for type line: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ line: »%s«"
 
-#: utils/adt/ri_triggers.c:3072
-msgid "SPI_execp() failed in RI_FKey_setdefault_upd()"
+#: utils/adt/geo_ops.c:910 utils/adt/geo_ops.c:977 utils/adt/geo_ops.c:992
+#: utils/adt/geo_ops.c:1004
+msgid "type \"line\" not yet implemented"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3077
-msgid "SPI_finish() failed in RI_FKey_setdefault_upd()"
-msgstr ""
+#: utils/adt/geo_ops.c:1329 utils/adt/geo_ops.c:1352
+#, c-format
+msgid "invalid input syntax for type path: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ path: »%s«"
 
-#: utils/adt/ri_triggers.c:3094
-msgid "internal error #11 in ri_triggers.c"
+#: utils/adt/geo_ops.c:1389
+msgid "invalid number of points in external path"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3125
-msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()"
-msgstr ""
+#: utils/adt/geo_ops.c:1730
+#, c-format
+msgid "invalid input syntax for type point: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ point: »%s«"
 
-#: utils/adt/ri_triggers.c:3127
+#: utils/adt/geo_ops.c:1958
 #, c-format
-msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()"
-msgstr ""
+msgid "invalid input syntax for type lseg: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ lseg: »%s«"
+
+#: utils/adt/geo_ops.c:2550
+#, fuzzy
+msgid "function \"dist_lb\" not implemented"
+msgstr "Funktion »%s« existiert nicht"
+
+#: utils/adt/geo_ops.c:3063
+#, fuzzy
+msgid "function \"close_lb\" not implemented"
+msgstr "Funktion »%s« existiert nicht"
 
-#: utils/adt/ri_triggers.c:3184
-msgid "internal error #12 in ri_triggers.c"
+#: utils/adt/geo_ops.c:3342
+msgid "cannot create bounding box for empty polygon"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3249
+#: utils/adt/geo_ops.c:3366 utils/adt/geo_ops.c:3378
 #, c-format
-msgid "unrecognized referential integrity MATCH type '%s'"
+msgid "invalid input syntax for type polygon: \"%s\""
 msgstr ""
 
-#: 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"
+#: utils/adt/geo_ops.c:3418
+msgid "invalid number of points in external polygon"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3487
-msgid "out of memory for RI plan cache"
+#: utils/adt/geo_ops.c:3728
+msgid "function \"poly_distance\" not implemented"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3676
-#, c-format
-msgid "ri_AttributesEqual(): cannot find '=' operator for type %u"
+#: utils/adt/geo_ops.c:4040
+msgid "function \"path_center\" not implemented"
 msgstr ""
 
-#: utils/adt/ri_triggers.c:3692
-msgid "out of memory for RI operator cache"
+#: utils/adt/geo_ops.c:4057
+msgid "open path cannot be converted to polygon"
 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/ruleutils.c:213 utils/adt/ruleutils.c:330
+#: utils/adt/geo_ops.c:4224 utils/adt/geo_ops.c:4234 utils/adt/geo_ops.c:4249
+#: utils/adt/geo_ops.c:4255
 #, c-format
-msgid "SPI_prepare() failed for \"%s\""
-msgstr "SPI_prepare() für »%s« fehlgeschlagen"
+msgid "invalid input syntax for type circle: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ circle: »%s«"
 
-#: utils/adt/ruleutils.c:224
-#, c-format
-msgid "failed to get pg_rewrite tuple for %u"
+#: utils/adt/geo_ops.c:4277 utils/adt/geo_ops.c:4285
+#, fuzzy
+msgid "could not format circle"
+msgstr "konnte Typ %s nicht erstellen"
+
+#: utils/adt/geo_ops.c:4312
+msgid "invalid radius in external circle"
 msgstr ""
 
-#: utils/adt/ruleutils.c:228 utils/adt/ruleutils.c:253
-msgid "get_ruledef: SPI_finish() failed"
-msgstr "get_ruledef: SPI_finish() fehlgeschlagen"
+#: utils/adt/geo_ops.c:4806
+msgid "cannot convert zero-size circle to polygon"
+msgstr ""
 
-#: utils/adt/ruleutils.c:314
-msgid "get_viewdef: cannot connect to SPI manager"
-msgstr "get_viewdef: kann nicht mit SPI-Manager verbinden"
+#: utils/adt/geo_ops.c:4811
+#, fuzzy
+msgid "must request at least 2 points"
+msgstr "mindestens eine Spalte muß indiziert werden"
 
-#: utils/adt/ruleutils.c:343
-#, c-format
-msgid "failed to get pg_rewrite tuple for view %u"
+#: utils/adt/geo_ops.c:4855 utils/adt/geo_ops.c:4878
+msgid "cannot convert empty polygon to circle"
 msgstr ""
 
-#: utils/adt/ruleutils.c:366
-msgid "get_viewdef: SPI_finish() failed"
-msgstr "get_viewdef: SPI_finish() fehlgeschlagen"
+#: utils/adt/int.c:126
+#, fuzzy
+msgid "int2vector has too many elements"
+msgstr "int2vector-Wert hat zu viele Werte"
 
-#: utils/adt/ruleutils.c:402
+#: utils/adt/int8.c:88 utils/adt/int8.c:116
 #, c-format
-msgid "syscache lookup for index %u failed"
-msgstr "Syscache-Suche nach Index %u fehlgeschlagen"
+msgid "invalid input syntax for type bigint: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ bigint: »%s«"
 
-#: utils/adt/ruleutils.c:415
-#, c-format
-msgid "syscache lookup for relid %u failed"
-msgstr "Syscache-Suche nach Relid %u fehlgeschlagen"
+#: utils/adt/int8.c:905
+#, fuzzy
+msgid "OID out of range"
+msgstr "TIMESTAMP außerhalb des gültigen Bereichs: %s"
 
-#: utils/adt/ruleutils.c:580
-#, c-format
-msgid "Failed to find constraint with OID %u"
-msgstr ""
+#: utils/adt/like.c:453 utils/adt/like_match.c:291 utils/adt/regexp.c:459
+#, fuzzy
+msgid "invalid escape string"
+msgstr "ungültiger %s-Wert: %s"
 
-#: utils/adt/ruleutils.c:600
-#, c-format
-msgid "pg_get_constraintdef: Null conkey for constraint %u"
-msgstr ""
+#: utils/adt/like.c:454 utils/adt/like_match.c:292 utils/adt/regexp.c:460
+#, fuzzy
+msgid "Escape string must be empty or one character."
+msgstr "ESCAPE-Zeichenkette muß null oder ein Zeichen lang sein"
 
-#: utils/adt/ruleutils.c:613
+#: utils/adt/mac.c:65
 #, c-format
-msgid "pg_get_constraintdef: Null confkey for constraint %u"
-msgstr ""
+msgid "invalid input syntax for type macaddr: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ macaddr: »%s«"
 
-#: utils/adt/ruleutils.c:633
+#: utils/adt/mac.c:72
 #, c-format
-msgid "pg_get_constraintdef: Unknown confmatchtype '%c' for constraint %u"
+msgid "invalid octet value in macaddr: \"%s\""
 msgstr ""
 
-#: utils/adt/ruleutils.c:659
-#, c-format
-msgid "pg_get_constraintdef: Unknown confupdtype '%c' for constraint %u"
-msgstr ""
+#: utils/adt/mac.c:190
+#, fuzzy
+msgid "text too long to convert to MAC address"
+msgstr "Text ist zu lang um ihn in eine MAC-Adresse umzuwandeln"
 
-#: utils/adt/ruleutils.c:684
+#: utils/adt/nabstime.c:244 utils/adt/nabstime.c:280
 #, c-format
-msgid "pg_get_constraintdef: Unknown confdeltype '%c' for constraint %u"
-msgstr ""
+msgid "invalid time zone name: \"%s\""
+msgstr "ungültiger Zeitzonenname: »%s«"
 
-#: utils/adt/ruleutils.c:698
-#, c-format
-msgid "pg_get_constraintdef: unsupported constraint type '%c'"
-msgstr ""
+#: utils/adt/nabstime.c:656 utils/adt/nabstime.c:729
+#, fuzzy
+msgid "cannot convert abstime \"invalid\" to timestamp"
+msgstr "kann reservierten »abstime«-Wert nicht in »date« umwandeln"
 
-#: utils/adt/ruleutils.c:1100
+#: utils/adt/nabstime.c:882
 #, c-format
-msgid "get_ruledef: rule %s has unsupported event type %d"
-msgstr "get_ruledef: Rule %s hat nicht unterstützten Ereignistyp %d"
+msgid "invalid input syntax for type tinterval: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ tinterval: »%s«"
 
-#: utils/adt/ruleutils.c:1302
-#, c-format
-msgid "get_query_def: unknown query command type %d"
+#: utils/adt/nabstime.c:945
+msgid "invalid status in external tinterval"
 msgstr ""
 
-#: utils/adt/ruleutils.c:1537
-#, c-format
-msgid "get_setop_query: unexpected set op %d"
-msgstr ""
+#: utils/adt/nabstime.c:1037
+#, fuzzy
+msgid "cannot convert reltime \"invalid\" to interval"
+msgstr "kann NaN nicht in int2 umwandeln"
 
-#: utils/adt/ruleutils.c:1549
-#, c-format
-msgid "get_setop_query: unexpected node %d"
-msgstr ""
+#: utils/adt/network.c:102
+#, fuzzy, c-format
+msgid "invalid cidr value: \"%s\""
+msgstr "ungültiger %s-Wert: %s"
 
-#: utils/adt/ruleutils.c:1609
-msgid "get_insert_query_def: too many RTEs in INSERT!"
-msgstr ""
+#: utils/adt/network.c:103 utils/adt/network.c:229
+#, fuzzy
+msgid "Value has bits set to right of mask."
+msgstr "ungültiger CIDR-Wert %s hat Bits rechts von der Maske"
 
-#: utils/adt/ruleutils.c:1761
-msgid "get_utility_query_def: unexpected statement type"
-msgstr ""
+#: utils/adt/network.c:149 utils/adt/network.c:503 utils/adt/network.c:529
+#: utils/adt/network.c:565
+#, fuzzy, c-format
+msgid "could not format inet value: %m"
+msgstr "konnte Typ %s nicht erstellen"
 
-#: utils/adt/ruleutils.c:1792
-#, c-format
-msgid "get_names_for_var: bogus varlevelsup %d"
+#: utils/adt/network.c:194
+msgid "invalid family in external inet"
 msgstr ""
 
-#: utils/adt/ruleutils.c:1806
-#, c-format
-msgid "get_names_for_var: bogus varno %d"
+#: utils/adt/network.c:199
+msgid "invalid bits in external inet"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2036
-#, c-format
-msgid "get_rule_expr: expr opType %d not supported"
+#: utils/adt/network.c:205
+msgid "invalid type in external inet"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2096
-#, c-format
-msgid "Argument type %s of FieldSelect is not a tuple type"
-msgstr ""
+#: utils/adt/network.c:210
+#, fuzzy
+msgid "invalid length in external inet"
+msgstr "ungültige Länge des Startpakets"
 
-#: utils/adt/ruleutils.c:2178
-#, c-format
-msgid "get_rule_expr: unexpected nulltesttype %d"
+#: utils/adt/network.c:228
+msgid "invalid external cidr value"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2211
-#, c-format
-msgid "get_rule_expr: unexpected booltesttype %d"
-msgstr ""
+#: utils/adt/network.c:315
+#, fuzzy, c-format
+msgid "invalid mask length: %d"
+msgstr "ungültiger %s-Wert: %s"
 
-#: utils/adt/ruleutils.c:2256
-#, c-format
-msgid "get_rule_expr: unknown node type %d"
+#: utils/adt/not_in.c:64 utils/adt/regproc.c:1110 utils/adt/regproc.c:1115
+#: utils/adt/varlena.c:1618 utils/adt/varlena.c:1623
+#, fuzzy
+msgid "invalid name syntax"
+msgstr "ungültiges Argument -- %s"
+
+#: utils/adt/not_in.c:65
+msgid "Must provide \"relationname.columnname\"."
 msgstr ""
 
-#: utils/adt/ruleutils.c:2297
-#, c-format
-msgid "cache lookup for operator %u failed"
-msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+#: utils/adt/numeric.c:403
+#, fuzzy
+msgid "invalid length in external numeric"
+msgstr "ungültige Länge des Startpakets"
 
-#: utils/adt/ruleutils.c:2316
-msgid "get_rule_expr: bogus oprkind"
-msgstr ""
+#: utils/adt/numeric.c:414
+#, fuzzy
+msgid "invalid sign in external numeric"
+msgstr "Division durch Null"
 
-#: utils/adt/ruleutils.c:2676
-#, c-format
-msgid "get_sublink_expr: unsupported sublink type %d"
+#: utils/adt/numeric.c:424
+msgid "invalid digit in external numeric"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2769
+#: utils/adt/numeric.c:1592 utils/adt/numeric.c:1648 utils/adt/numeric.c:1696
+#, fuzzy
+msgid "cannot convert NaN to integer"
+msgstr "kann NaN nicht in int2 umwandeln"
+
+#: utils/adt/numeric.c:2539 utils/adt/numeric.c:2562 utils/adt/numeric.c:2586
+#: utils/adt/numeric.c:2593 utils/adt/numeric.c:2607
 #, c-format
-msgid "unexpected rte kind %d"
+msgid "invalid input syntax for type numeric: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ numeric: »%s«"
+
+#: utils/adt/numeric.c:2905
+msgid "value overflows numeric format"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2841
-#, c-format
-msgid "get_from_clause_item: unknown join type %d"
+#: utils/adt/numeric.c:2975
+msgid "numeric field overflow"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2891
+#: utils/adt/numeric.c:2976
 #, c-format
-msgid "get_from_clause_item: unexpected node type %d"
+msgid ""
+"The absolute value is greater than or equal to 10^%d for field with "
+"precision %d, scale %d."
 msgstr ""
 
-#: utils/adt/ruleutils.c:2958 utils/cache/lsyscache.c:250
-#, c-format
-msgid "cache lookup failed for opclass %u"
+#: utils/adt/numeric.c:4125
+msgid "argument for function \"exp\" too big"
 msgstr ""
 
-#: utils/adt/ruleutils.c:2998
-msgid "tleIsArrayAssign: I'm confused ..."
+#: utils/adt/numeric.c:4501
+msgid "zero raised to zero is undefined"
 msgstr ""
 
-#: utils/adt/ruleutils.c:3215
+#: utils/adt/numutils.c:72 utils/adt/numutils.c:86 utils/adt/numutils.c:91
 #, c-format
-msgid "cache lookup of operator %u failed"
-msgstr "Cachesuche nach Operator %u fehlgeschlagen"
+msgid "invalid input syntax for integer: \"%s\""
+msgstr "ungültige Eingabesyntax für ganze Zahl: »%s«"
 
-#: utils/adt/ruleutils.c:3236
-#, c-format
-msgid "unexpected oprkind %c for operator %u"
-msgstr ""
+#: utils/adt/numutils.c:105
+#, fuzzy, c-format
+msgid "value \"%s\" is out of range for type integer"
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float4"
 
-#: utils/adt/selfuncs.c:878
-#, c-format
-msgid "patternsel: no = operator for type %u"
-msgstr ""
+#: utils/adt/numutils.c:111
+#, fuzzy, c-format
+msgid "value \"%s\" is out of range for type shortint"
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float8"
 
-#: 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/numutils.c:117
+#, fuzzy, c-format
+msgid "value \"%s\" is out of range for 8-bit integer"
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float8"
 
-#: utils/adt/selfuncs.c:1238 utils/adt/selfuncs.c:1292
+#: utils/adt/oid.c:49 utils/adt/oid.c:54 utils/adt/oid.c:75
 #, c-format
-msgid "nulltestsel: unexpected nulltesttype %d"
-msgstr ""
+msgid "invalid input syntax for type \"oid\": \"%s\""
+msgstr "ungültige Eingabesyntax für Typ »oid«: »%s«"
 
-#: utils/adt/selfuncs.c:2105
-#, c-format
-msgid "convert_numeric_to_scalar: unsupported type %u"
-msgstr ""
+#: utils/adt/oid.c:60 utils/adt/oid.c:98
+#, fuzzy, c-format
+msgid "value \"%s\" is out of range for type \"oid\""
+msgstr "Eingabe %s ist außerhalb des gültigen Bereichs für float8"
 
-#: utils/adt/selfuncs.c:2292
-#, c-format
-msgid "convert_string_datum: unsupported type %u"
-msgstr ""
+#: utils/adt/oid.c:176
+#, fuzzy
+msgid "oidvector has too many elements"
+msgstr "oidvector-Wert hat zu viele Werte"
 
-#: utils/adt/selfuncs.c:2481
-#, c-format
-msgid "convert_timevalue_to_scalar: unsupported type %u"
+#: utils/adt/oracle_compat.c:206 utils/adt/oracle_compat.c:303
+#: utils/adt/oracle_compat.c:927
+msgid "requested length too large"
 msgstr ""
 
-#: utils/adt/selfuncs.c:2708 utils/adt/selfuncs.c:3076
-msgid "Cannot perform case insensitive matching on type BYTEA"
+#: utils/adt/pseudotypes.c:38 utils/adt/pseudotypes.c:64
+msgid "cannot accept a value of type record"
 msgstr ""
 
-#: utils/adt/selfuncs.c:2793 utils/adt/selfuncs.c:3222
-msgid "Regex matching not supported on type BYTEA"
+#: utils/adt/pseudotypes.c:51 utils/adt/pseudotypes.c:77
+msgid "cannot display a value of type record"
 msgstr ""
 
-#: utils/adt/selfuncs.c:2934
-msgid "pattern_fixed_prefix: bogus ptype"
+#: utils/adt/pseudotypes.c:147
+msgid "cannot accept a value of type any"
 msgstr ""
 
-#: utils/adt/selfuncs.c:2963
-#, c-format
-msgid "prefix_selectivity: no >= operator for type %u"
+#: utils/adt/pseudotypes.c:160
+msgid "cannot display a value of type any"
 msgstr ""
 
-#: utils/adt/selfuncs.c:2994
-#, c-format
-msgid "prefix_selectivity: no < operator for type %u"
+#: utils/adt/pseudotypes.c:174 utils/adt/pseudotypes.c:202
+msgid "cannot accept a value of type anyarray"
 msgstr ""
 
-#: utils/adt/selfuncs.c:3266
-msgid "pattern_selectivity: bogus ptype"
+#: utils/adt/pseudotypes.c:252
+msgid "cannot accept a value of type trigger"
 msgstr ""
 
-#: utils/adt/selfuncs.c:3432
-#, c-format
-msgid "string_lessthan: unexpected datatype %u"
+#: utils/adt/pseudotypes.c:265
+msgid "cannot display a value of type trigger"
 msgstr ""
 
-#: utils/adt/sets.c:87
-#, c-format
-msgid "SetDefine: unable to define set %s"
+#: utils/adt/pseudotypes.c:279
+msgid "cannot accept a value of type language_handler"
 msgstr ""
 
-#: utils/adt/tid.c:62
-#, c-format
-msgid "invalid tid format: '%s'"
+#: utils/adt/pseudotypes.c:292
+msgid "cannot display a value of type language_handler"
 msgstr ""
 
-#: utils/adt/tid.c:67 utils/adt/tid.c:72
-msgid "tidin: invalid value."
-msgstr "tidin: ungültiger Wert"
-
-#: utils/adt/tid.c:171
-msgid "ctid isn't of type TID"
+#: utils/adt/pseudotypes.c:306
+msgid "cannot accept a value of type internal"
 msgstr ""
 
-#: utils/adt/tid.c:176
-msgid "currtid can't handle views with no CTID"
+#: utils/adt/pseudotypes.c:319
+msgid "cannot display a value of type internal"
 msgstr ""
 
-#: utils/adt/tid.c:178
-msgid "the view has no rules"
+#: utils/adt/pseudotypes.c:333
+msgid "cannot accept a value of type opaque"
 msgstr ""
 
-#: utils/adt/tid.c:188
-msgid "only one select rule is allowed in views"
+#: utils/adt/pseudotypes.c:346
+msgid "cannot display a value of type opaque"
 msgstr ""
 
-#: utils/adt/tid.c:209
-msgid "currtid can't handle this view"
+#: utils/adt/pseudotypes.c:360
+msgid "cannot accept a value of type anyelement"
 msgstr ""
 
-#: utils/adt/timestamp.c:80
-#, c-format
-msgid "Bad timestamp external representation (too long) '%s'"
-msgstr "fehlerhaftes Format für »timestamp« (zu lang): %s"
+#: utils/adt/pseudotypes.c:373
+msgid "cannot display a value of type anyelement"
+msgstr ""
 
-#: 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/regexp.c:176
+#, fuzzy, c-format
+msgid "invalid regular expression: %s"
+msgstr "ungültiger regulärer Ausdruck: %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/regproc.c:122 utils/adt/regproc.c:142
+#, fuzzy, c-format
+msgid "more than one function named \"%s\""
+msgstr "Es gibt keine eingebaute Funktion namens %s"
 
-#: utils/adt/timestamp.c:106
-#, c-format
-msgid "TIMESTAMP '%s' no longer supported"
-msgstr "TIMESTAMP '%s' wird nicht mehr unterstützt"
+#: utils/adt/regproc.c:471 utils/adt/regproc.c:491
+#, fuzzy, c-format
+msgid "more than one operator named %s"
+msgstr "kein Operator mit Namen %s"
 
-#: utils/adt/timestamp.c:111
-#, c-format
-msgid "TIMESTAMP '%s' not parsed; internal coding error"
+#: utils/adt/regproc.c:644 utils/adt/regproc.c:1276
+msgid "too many arguments"
 msgstr ""
 
-#: utils/adt/timestamp.c:139
-msgid "Unable to format timestamp; internal coding error"
+#: utils/adt/regproc.c:645
+msgid "Provide two argument types for operator."
 msgstr ""
 
-#: utils/adt/timestamp.c:213
-#, c-format
-msgid "TIMESTAMP(%d) precision must be between %d and %d"
-msgstr ""
+#: utils/adt/regproc.c:1174
+msgid "expected a left parenthesis"
+msgstr "linke Klammer erwartet"
 
-#: 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/regproc.c:1190
+msgid "expected a right parenthesis"
+msgstr "rechte Klammer erwartet"
 
-#: 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/regproc.c:1209
+msgid "expected a type name"
+msgstr ""
 
-#: 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/regproc.c:1241
+msgid "improper type name"
+msgstr ""
 
-#: utils/adt/timestamp.c:305
+#: utils/adt/ri_triggers.c:334 utils/adt/ri_triggers.c:3043
+#: utils/adt/ri_triggers.c:3080
 #, c-format
-msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error"
+msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
 msgstr ""
 
-#: utils/adt/timestamp.c:334
-msgid "Unable to format timestamp with time zone; internal coding error"
+#: utils/adt/ri_triggers.c:337
+msgid "MATCH FULL does not allow mixing of null and nonnull key values."
 msgstr ""
 
-#: 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/ri_triggers.c:2545 utils/adt/ri_triggers.c:2803
+#, fuzzy, c-format
+msgid "function \"%s\" called with wrong number of trigger arguments"
+msgstr "Funktion %s existiert bereits mit den selben Argumenttypen"
 
-#: utils/adt/timestamp.c:397 utils/adt/timestamp.c:405
+#: utils/adt/ri_triggers.c:2563 utils/adt/ri_triggers.c:2813
 #, c-format
-msgid "Bad interval external representation '%s'"
-msgstr "fehlerhaftes Format für »interval«: %s"
+msgid "no target table given for trigger \"%s\" on table \"%s\""
+msgstr ""
 
-#: utils/adt/timestamp.c:410
-#, c-format
-msgid "Interval '%s' no longer supported"
+#: utils/adt/ri_triggers.c:2566
+msgid ""
+"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
+"ADD CONSTRAINT."
 msgstr ""
 
-#: utils/adt/timestamp.c:414
+#: utils/adt/ri_triggers.c:2723 utils/adt/ri_triggers.c:2733
+#: utils/adt/ri_triggers.c:3142
 #, c-format
-msgid "Interval '%s' not parsed; internal coding error"
-msgstr ""
+msgid ""
+"table \"%s\" does not have column \"%s\" referenced by constraint \"%s\""
+msgstr "Tabelle »%s« hat keine Spalte »%s«, auf die Constraint »%s« verweist"
 
-#: utils/adt/timestamp.c:434
-msgid "Unable to encode interval; internal coding error"
-msgstr ""
+#: utils/adt/ri_triggers.c:2753
+#, fuzzy, c-format
+msgid "function \"%s\" was not called by trigger manager"
+msgstr "Funktion %s ist keine Aggregatfunktion"
 
-#: utils/adt/timestamp.c:437
-msgid "Unable to format interval; internal coding error"
+#: utils/adt/ri_triggers.c:2762
+#, c-format
+msgid "function \"%s\" must be fired AFTER ROW"
 msgstr ""
 
-#: utils/adt/timestamp.c:695
-msgid "AdjustIntervalForTypmod(): internal coding error"
+#: utils/adt/ri_triggers.c:2770
+#, c-format
+msgid "function \"%s\" must be fired for INSERT"
 msgstr ""
 
-#: utils/adt/timestamp.c:1525
-msgid "Unable to subtract non-finite timestamps"
+#: utils/adt/ri_triggers.c:2776
+#, c-format
+msgid "function \"%s\" must be fired for UPDATE"
 msgstr ""
 
-#: utils/adt/timestamp.c:1587
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error encoding timestamp"
+#: utils/adt/ri_triggers.c:2783
+#, c-format
+msgid "function \"%s\" must be fired for INSERT or UPDATE"
 msgstr ""
 
-#: utils/adt/timestamp.c:1594
-msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamp_pl_span() internal error decoding timestamp"
+#: utils/adt/ri_triggers.c:2790
+#, c-format
+msgid "function \"%s\" must be fired for DELETE"
 msgstr ""
 
-#: utils/adt/timestamp.c:1672
+#: utils/adt/ri_triggers.c:2816
 msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error encoding timestamp"
+"Remove this RI trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
 msgstr ""
 
-#: utils/adt/timestamp.c:1677
+#: utils/adt/ri_triggers.c:3013
+#, c-format
 msgid ""
-"Unable to add TIMESTAMP and INTERVAL\n"
-"\ttimestamptz_pl_span() internal error decoding timestamp"
-msgstr ""
-
-#: utils/adt/timestamp.c:1906
-msgid "interval_div: divide by 0.0 error"
+"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
+"unexpected result"
 msgstr ""
 
-#: utils/adt/timestamp.c:1951
-msgid "interval_accum: expected 2-element interval array"
+#: utils/adt/ri_triggers.c:3017
+msgid "This is most likely due to a rule having rewritten the query."
 msgstr ""
 
-#: utils/adt/timestamp.c:1993
-msgid "interval_avg: expected 2-element interval array"
+#: utils/adt/ri_triggers.c:3045
+#, c-format
+msgid "No rows were found in \"%s\"."
 msgstr ""
 
-#: utils/adt/timestamp.c:2115
-msgid ""
-"Unable to encode INTERVAL\n"
-"\ttimestamp_age() internal coding error"
+#: utils/adt/ri_triggers.c:3082
+#, c-format
+msgid "Key (%s)=(%s) is not present in table \"%s\"."
 msgstr ""
 
-#: utils/adt/timestamp.c:2119
+#: utils/adt/ri_triggers.c:3088
+#, c-format
 msgid ""
-"Unable to decode TIMESTAMP\n"
-"\ttimestamp_age() internal coding error"
+"update or delete on \"%s\" violates foreign key constraint \"%s\" on \"%s\""
 msgstr ""
 
-#: utils/adt/timestamp.c:2224 utils/adt/timestamp.c:2227
-msgid "Unable to decode TIMESTAMP"
+#: utils/adt/ri_triggers.c:3091
+#, c-format
+msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
 msgstr ""
 
-#: utils/adt/timestamp.c:2280
-msgid "TIMESTAMP bad external representation (too long)"
-msgstr ""
+#: utils/adt/ruleutils.c:1554
+#, fuzzy, c-format
+msgid "rule \"%s\" has unsupported event type %d"
+msgstr "get_ruledef: Rule %s hat nicht unterstützten Ereignistyp %d"
 
-#: utils/adt/timestamp.c:2336
-msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)"
+#: utils/adt/selfuncs.c:3122 utils/adt/selfuncs.c:3485
+msgid "case insensitive matching not supported on type bytea"
 msgstr ""
 
-#: utils/adt/timestamp.c:2393
-msgid "INTERVAL bad external representation (too long)"
+#: utils/adt/selfuncs.c:3207 utils/adt/selfuncs.c:3633
+msgid "regular-expression matching not supported on type bytea"
 msgstr ""
 
-#: utils/adt/timestamp.c:2426 utils/adt/timestamp.c:2490
-#: utils/adt/timestamp.c:2790 utils/adt/timestamp.c:2932
+#: utils/adt/tid.c:66 utils/adt/tid.c:74 utils/adt/tid.c:82
 #, c-format
-msgid "TIMESTAMP units '%s' not recognized"
-msgstr ""
+msgid "invalid input syntax for type tid: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ tid: »%s«"
 
-#: 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/timestamp.c:100 utils/adt/timestamp.c:326
+#, fuzzy, c-format
+msgid "timestamp out of range: \"%s\""
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
 
-#: utils/adt/timestamp.c:2486
-#, c-format
-msgid "Unable to truncate TIMESTAMP to '%s'"
-msgstr ""
+#: utils/adt/timestamp.c:118 utils/adt/timestamp.c:344
+#: utils/adt/timestamp.c:506
+#, fuzzy, c-format
+msgid "date/time value \"%s\" is no longer supported"
+msgstr "'CURRENT' wird nicht mehr unterstützt"
 
-#: utils/adt/timestamp.c:2519 utils/adt/timestamp.c:2584
-#: utils/adt/timestamp.c:2962 utils/adt/timestamp.c:3115
+#: utils/adt/timestamp.c:258
 #, c-format
-msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized"
+msgid "timestamp(%d) precision must be between %d and %d"
 msgstr ""
 
-#: 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/timestamp.c:499 utils/adt/timestamp.c:2213
+#: utils/adt/timestamp.c:2324 utils/adt/timestamp.c:2823
+#, fuzzy
+msgid "interval out of range"
+msgstr "int8-Wert %s ist außerhalb des gültigen Bereiches"
 
-#: utils/adt/timestamp.c:2580
+#: utils/adt/timestamp.c:831
 #, c-format
-msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'"
+msgid "interval(%d) precision must be between %d and %d"
 msgstr ""
 
-#: 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"
+#: utils/adt/timestamp.c:1689
+msgid "cannot subtract infinite timestamps"
 msgstr ""
 
-#: utils/adt/timestamp.c:2666 utils/adt/timestamp.c:3223
+#: utils/adt/timestamp.c:2384
 #, c-format
-msgid "INTERVAL units '%s' not supported"
-msgstr ""
+msgid "invalid input syntax for type timestamp: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ timestamp: »%s«"
 
-#: utils/adt/timestamp.c:2670
+#: utils/adt/timestamp.c:2444
 #, c-format
-msgid "Unable to truncate INTERVAL to '%s'"
-msgstr ""
+msgid "invalid input syntax for type timestamp with time zone: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ timestamp with time zone: »%s«"
 
-#: utils/adt/timestamp.c:2675
-msgid "Unable to decode INTERVAL; internal coding error"
-msgstr ""
+#: utils/adt/timestamp.c:2505
+#, c-format
+msgid "invalid input syntax for type interval: \"%s\""
+msgstr "ungültige Eingabesyntax für Typ interval: »%s«"
 
-#: utils/adt/timestamp.c:2703
-msgid "isoweek2date(): can't convert without year information"
-msgstr ""
+#: utils/adt/timestamp.c:2543 utils/adt/timestamp.c:2620
+#: utils/adt/timestamp.c:2945 utils/adt/timestamp.c:3121
+#, fuzzy, c-format
+msgid "timestamp units \"%s\" not recognized"
+msgstr "»time«-Einheiten »%s« nicht erkannt"
 
-#: utils/adt/timestamp.c:2911 utils/adt/timestamp.c:2918
-msgid "Unable to encode TIMESTAMP"
-msgstr ""
+#: utils/adt/timestamp.c:2606 utils/adt/timestamp.c:3054
+#: utils/adt/timestamp.c:3111
+#, fuzzy, c-format
+msgid "timestamp units \"%s\" not supported"
+msgstr "»time«-Einheiten »%s« nicht unterstützt"
 
-#: utils/adt/timestamp.c:3095 utils/adt/timestamp.c:3102
-msgid "Unable to encode TIMESTAMP WITH TIME ZONE"
-msgstr ""
+#: utils/adt/timestamp.c:2652 utils/adt/timestamp.c:2729
+#: utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3321
+#, fuzzy, c-format
+msgid "timestamp with time zone units \"%s\" not recognized"
+msgstr "Zeitzone %s nicht erkannt"
 
-#: utils/adt/timestamp.c:3232
-msgid ""
-"Unable to decode INTERVAL\n"
-"\tinterval_part() internal coding error"
+#: utils/adt/timestamp.c:2713 utils/adt/timestamp.c:3274
+#: utils/adt/timestamp.c:3312
+#, c-format
+msgid "timestamp with time zone units \"%s\" not supported"
 msgstr ""
 
-#: utils/adt/timestamp.c:3360
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)"
-msgstr ""
+#: utils/adt/timestamp.c:2761 utils/adt/timestamp.c:2832
+#: utils/adt/timestamp.c:3353 utils/adt/timestamp.c:3465
+#, fuzzy, c-format
+msgid "interval units \"%s\" not recognized"
+msgstr "»time«-Einheiten »%s« nicht erkannt"
 
-#: utils/adt/timestamp.c:3365
-msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE"
-msgstr ""
+#: utils/adt/timestamp.c:2816 utils/adt/timestamp.c:3435
+#, fuzzy, c-format
+msgid "interval units \"%s\" not supported"
+msgstr "»time«-Einheiten »%s« nicht unterstützt"
 
-#: utils/adt/timestamp.c:3390
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)"
+#: utils/adt/timestamp.c:2856
+msgid "cannot convert week number without year information"
 msgstr ""
 
-#: utils/adt/timestamp.c:3393
-msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP"
+#: utils/adt/timestamp.c:3548 utils/adt/timestamp.c:3699
+#, c-format
+msgid "interval time zone \"%s\" must not specify month"
 msgstr ""
 
-#: utils/adt/varbit.c:106 utils/adt/varbit.c:231
-#, c-format
-msgid "Bit string length %d does not match type BIT(%d)"
+#: utils/adt/varbit.c:109 utils/adt/varbit.c:263
+#, fuzzy, c-format
+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/varbit.c:127 utils/adt/varbit.c:336
+#: utils/adt/varbit.c:131 utils/adt/varbit.c:370
 #, c-format
-msgid "Cannot parse '%c' as a binary digit"
-msgstr "Kann %c nicht als Binärziffer lesen"
+msgid "\"%c\" is not a valid binary digit"
+msgstr ""
 
-#: utils/adt/varbit.c:148 utils/adt/varbit.c:357
+#: utils/adt/varbit.c:156 utils/adt/varbit.c:395
 #, c-format
-msgid "Cannot parse '%c' as a hex digit"
-msgstr "kann %c nicht als Hexadezimalziffer lesen"
+msgid "\"%c\" is not a valid hexadecimal digit"
+msgstr ""
 
-#: utils/adt/varbit.c:315 utils/adt/varbit.c:436
-#, c-format
-msgid "Bit string too long for type BIT VARYING(%d)"
+#: utils/adt/varbit.c:348 utils/adt/varbit.c:532
+#, fuzzy, c-format
+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"
+#: utils/adt/varbit.c:472
+#, fuzzy
+msgid "invalid length in external bit string"
+msgstr "ungültige Länge des Startpakets"
+
+#: utils/adt/varbit.c:905
+#, fuzzy
+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"
+#: utils/adt/varbit.c:946
+#, fuzzy
+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"
+#: utils/adt/varbit.c:992
+#, fuzzy
+msgid "cannot XOR bit strings of different sizes"
 msgstr ""
 "binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 
-#: 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/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 "S. %d %d em=%2x sm=%2x r=%d"
-msgstr ""
+#: utils/adt/varbit.c:1257 utils/adt/varbit.c:1290
+msgid "64-bit integers not supported on this platform"
+msgstr "64-Bit-Ganzzahlen werden auf dieser Plattform nicht unterstützt"
 
-#: utils/adt/varchar.c:107 utils/adt/varchar.c:213
+#: utils/adt/varchar.c:105 utils/adt/varchar.c:225
 #, c-format
 msgid "value too long for type character(%d)"
 msgstr "Wert zu lang für Typ character(%d)"
 
-#: utils/adt/varchar.c:369 utils/adt/varchar.c:447
+#: utils/adt/varchar.c:383 utils/adt/varchar.c:475
 #, c-format
 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/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/varlena.c:484 utils/adt/varlena.c:546 utils/adt/varlena.c:1043
+#: utils/adt/varlena.c:579 utils/adt/varlena.c:643 utils/adt/varlena.c:1294
 msgid "negative substring length not allowed"
 msgstr ""
 
-#: utils/adt/varlena.c:1136
+#: utils/adt/varlena.c:1389 utils/adt/varlena.c:1420 utils/adt/varlena.c:1456
+#: utils/adt/varlena.c:1499
 #, c-format
-msgid "byteaGetByte: index %d out of range [0..%d]"
+msgid "index %d out of valid range, 0..%d"
 msgstr ""
 
-#: utils/adt/varlena.c:1165
-#, c-format
-msgid "byteaGetBit: index %d out of range [0..%d]"
-msgstr ""
+#: utils/adt/varlena.c:1511
+msgid "new bit must be 0 or 1"
+msgstr "neues Bit muss 0 oder 1 sein"
 
-#: utils/adt/varlena.c:1199
-#, c-format
-msgid "byteaSetByte: index %d out of range [0..%d]"
-msgstr ""
+#: utils/adt/varlena.c:2008
+msgid "field position must be greater than zero"
+msgstr "Feldposition muss größer als null sein"
+
+#: utils/fmgr/dfmgr.c:99 utils/fmgr/dfmgr.c:199 utils/fmgr/dfmgr.c:252
+#, fuzzy, c-format
+msgid "could not access file \"%s\": %m"
+msgstr "konnte %s nicht öffnen: %m"
 
-#: utils/adt/varlena.c:1240
+#: utils/fmgr/dfmgr.c:135
+#, fuzzy, c-format
+msgid "could not load library \"%s\": %s"
+msgstr "konnte %s nicht öffnen: %m"
+
+#: utils/fmgr/dfmgr.c:165
 #, c-format
-msgid "byteaSetBit: index %d out of range [0..%d]"
-msgstr ""
+msgid "could not find function \"%s\" in file \"%s\""
+msgstr "konnte Funktion »%s« nicht in Datei »%s« finden"
 
-#: utils/adt/varlena.c:1250
-msgid "byteaSetBit: new bit must be 0 or 1"
-msgstr ""
+#: utils/fmgr/dfmgr.c:353
+msgid "invalid macro name in dynamic library path"
+msgstr "ungültiger Makroname in Parameter »dynamic_library_path«"
+
+#: utils/fmgr/dfmgr.c:405
+msgid "zero-length component in parameter \"dynamic_library_path\""
+msgstr "eine Komponente im Parameter »dynamic_library_path« hat Länge null"
 
-#: utils/adt/varlena.c:1741
-msgid "field position must be > 0"
+#: utils/fmgr/dfmgr.c:418
+msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
 msgstr ""
+"eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad"
 
-#: utils/adt/pseudotypes.c:35 utils/adt/pseudotypes.c:86
-#: utils/adt/pseudotypes.c:109 utils/adt/pseudotypes.c:157
-#: utils/adt/pseudotypes.c:180 utils/adt/pseudotypes.c:203
-#: utils/adt/pseudotypes.c:226
+#: utils/fmgr/fmgr.c:223
+#, fuzzy, c-format
+msgid "internal function \"%s\" is not in internal lookup table"
+msgstr "interne Funktion »%s« ist nicht in der internen Suchtabelle"
+
+#: utils/fmgr/fmgr.c:403
 #, c-format
-msgid "Cannot accept a constant of type %s"
-msgstr ""
+msgid "unrecognized API version %d reported by info function \"%s\""
+msgstr "Info-Funktion »%2$s« berichtete unbekannte API-Version %1$d"
 
-#: 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
+#: utils/fmgr/fmgr.c:622 utils/fmgr/fmgr.c:1486
 #, c-format
-msgid "Cannot display a value of type %s"
-msgstr ""
+msgid "function %u has too many arguments (%d, maximum is %d)"
+msgstr "Funktion %u hat zu viele Argumente (%d, Maximum ist %d)"
 
-#: utils/fmgr/fmgr.c:187
+#: utils/cache/lsyscache.c:1632 utils/cache/lsyscache.c:1668
+#: utils/cache/lsyscache.c:1704 utils/cache/lsyscache.c:1740
 #, c-format
-msgid "fmgr_info: function %u: cache lookup failed"
-msgstr ""
+msgid "type %s is only a shell"
+msgstr "Typ %s ist nur eine Hülle"
 
-#: utils/fmgr/fmgr.c:220
+#: utils/cache/lsyscache.c:1637
 #, c-format
-msgid "fmgr_info: function %s not in internal table"
-msgstr ""
+msgid "no input function available for type %s"
+msgstr "keine Eingabefunktion verfügbar für Typ %s"
 
-#: utils/fmgr/fmgr.c:267
+#: utils/cache/lsyscache.c:1673
 #, c-format
-msgid "fmgr: Could not extract prosrc for %u from pg_proc"
-msgstr ""
+msgid "no output function available for type %s"
+msgstr "keine Ausgabefunktion verfügbar für Typ %s"
 
-#: utils/fmgr/fmgr.c:274
+#: utils/cache/relcache.c:3306
 #, c-format
-msgid "fmgr: Could not extract probin for %u from pg_proc"
+msgid "could not create relation-cache initialization file \"%s\": %m"
 msgstr ""
+"konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
+
+#: utils/cache/relcache.c:3308 utils/cache/relcache.c:3449
+msgid "Continuing anyway, but there's something wrong."
+msgstr "Setze trotzdem fort, aber irgendwas stimmt nicht."
 
-#: utils/fmgr/fmgr.c:307
+#: utils/cache/relcache.c:3447
 #, c-format
-msgid "Unknown function API version %d"
+msgid ""
+"could not rename relation-cache initialization file \"%s\" to \"%s\": %m"
 msgstr ""
+"konnte Initialisierungsdatei für Relationscache »%s« nicht in »%s« "
+"umbenennen: %m"
+
+#: utils/error/elog.c:458
+msgid "error during error recovery, giving up"
+msgstr "Fehler bei der Fehlerbehandlung, gebe auf"
 
-#: utils/fmgr/fmgr.c:333
+#: utils/error/elog.c:886
 #, c-format
-msgid "fmgr_info: cache lookup for language %u failed"
-msgstr ""
+msgid "could not reopen file \"%s\" as stderr: %m"
+msgstr "konnte Datei »%s« nicht als stderr neu öffnen: %m"
 
-#: utils/fmgr/fmgr.c:346
+#: utils/error/elog.c:899
 #, c-format
-msgid "fmgr_info: language %u has old-style handler"
-msgstr ""
+msgid "could not reopen file \"%s\" as stdout: %m"
+msgstr "konnte Datei »%s« nicht als stdou neu öffnen: %m"
 
-#: utils/fmgr/fmgr.c:394
+#: utils/error/elog.c:1057 utils/error/elog.c:1190 utils/error/elog.c:1253
+msgid "missing error text"
+msgstr "fehlender Fehlertext"
+
+#: utils/error/elog.c:1060 utils/error/elog.c:1256
 #, c-format
-msgid "Null result from %s"
-msgstr ""
+msgid " at character %d"
+msgstr " bei Zeichen %d"
 
-#: utils/fmgr/fmgr.c:402
+#: utils/error/elog.c:1067
 #, c-format
-msgid "Unknown version %d reported by %s"
-msgstr ""
+msgid "DETAIL:  %s\n"
+msgstr "DETAIL:  %s\n"
 
-#: utils/fmgr/fmgr.c:470
-msgid "Internal error: fmgr_oldstyle received NULL pointer"
-msgstr ""
+#: utils/error/elog.c:1069
+#, c-format
+msgid "HINT:  %s\n"
+msgstr "TIPP:  %s\n"
 
-#: utils/fmgr/fmgr.c:619
+#: utils/error/elog.c:1071
 #, c-format
-msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)"
-msgstr ""
+msgid "CONTEXT:  %s\n"
+msgstr "ZUSAMMENHANG:  %s\n"
 
-#: utils/fmgr/fmgr.c:666
+#: utils/error/elog.c:1075
 #, c-format
-msgid "fmgr_security_definer: function %u: cache lookup failed"
-msgstr ""
+msgid "LOCATION:  %s, %s:%d\n"
+msgstr "ORT:  %s, %s:%d\n"
 
-#: utils/fmgr/fmgr.c:728
+#: utils/error/elog.c:1079
 #, c-format
-msgid "DirectFunctionCall1: function %p returned NULL"
-msgstr ""
+msgid "LOCATION:  %s:%d\n"
+msgstr "ORT:  %s:%d\n"
 
-#: utils/fmgr/fmgr.c:756
+#: utils/error/elog.c:1091
 #, c-format
-msgid "DirectFunctionCall2: function %p returned NULL"
-msgstr ""
+msgid "STATEMENT:  %s\n"
+msgstr "ANWEISUNG:  %s\n"
 
-#: utils/fmgr/fmgr.c:779
+#: utils/error/elog.c:1361
 #, c-format
-msgid "DirectFunctionCall3: function %p returned NULL"
+msgid "operating system error %d"
+msgstr "Betriebssystemfehler %d"
+
+#: utils/error/elog.c:1384
+msgid "DEBUG"
+msgstr "DEBUG"
+
+#: utils/error/elog.c:1388
+msgid "LOG"
+msgstr "LOG"
+
+#: utils/error/elog.c:1391
+msgid "INFO"
+msgstr "INFO"
+
+#: utils/error/elog.c:1394
+msgid "NOTICE"
+msgstr "HINWEIS"
+
+#: utils/error/elog.c:1397
+msgid "WARNING"
+msgstr "WARNUNG"
+
+#: utils/error/elog.c:1400
+msgid "ERROR"
+msgstr "FEHLER"
+
+#: utils/error/elog.c:1403
+msgid "FATAL"
+msgstr "FATAL"
+
+#: utils/error/elog.c:1406
+msgid "PANIC"
+msgstr "PANIK"
+
+#: utils/init/miscinit.c:378
+msgid "permission denied to set session authorization"
 msgstr ""
 
-#: utils/fmgr/fmgr.c:803
+#: utils/init/miscinit.c:404
+#, fuzzy, c-format
+msgid "invalid user ID: %d"
+msgstr "ungültige Benutzer-ID: %d"
+
+#: utils/init/miscinit.c:494
 #, c-format
-msgid "DirectFunctionCall4: function %p returned NULL"
-msgstr ""
+msgid "could not create lock file \"%s\": %m"
+msgstr "konnte Sperrdatei »%s« nicht erstellen: %m"
 
-#: utils/fmgr/fmgr.c:828
+#: utils/init/miscinit.c:508
 #, c-format
-msgid "DirectFunctionCall5: function %p returned NULL"
-msgstr ""
+msgid "could not open lock file \"%s\": %m"
+msgstr "konnte Sperrdatei »%s« nicht öffnen: %m"
 
-#: utils/fmgr/fmgr.c:855
+#: utils/init/miscinit.c:514
 #, c-format
-msgid "DirectFunctionCall6: function %p returned NULL"
-msgstr ""
+msgid "could not read lock file \"%s\": %m"
+msgstr "konnte Sperrdatei »%s« nicht lesen: %m"
 
-#: utils/fmgr/fmgr.c:883
+#: utils/init/miscinit.c:545
 #, c-format
-msgid "DirectFunctionCall7: function %p returned NULL"
-msgstr ""
+msgid "lock file \"%s\" already exists"
+msgstr "Sperrdatei »%s« existiert bereits"
 
-#: utils/fmgr/fmgr.c:912
+#: utils/init/miscinit.c:548
 #, c-format
-msgid "DirectFunctionCall8: function %p returned NULL"
-msgstr ""
+msgid "Is another %s (PID %d) running in data directory \"%s\"?"
+msgstr "Läuft bereits ein anderer %s (PID %d) im Datenverzeichnis »%s«?"
 
-#: utils/fmgr/fmgr.c:943
+#: utils/init/miscinit.c:551
 #, c-format
-msgid "DirectFunctionCall9: function %p returned NULL"
-msgstr ""
+msgid "Is another %s (PID %d) using socket file \"%s\"?"
+msgstr "Verwendet bereits ein anderer %s (PID %d) die Socketdatei »%s«?"
 
-#: utils/fmgr/fmgr.c:974
+#: utils/init/miscinit.c:580
 #, c-format
-msgid "FunctionCall1: function %u returned NULL"
+msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1002 utils/sort/tuplesort.c:1827
+#: utils/init/miscinit.c:583
 #, c-format
-msgid "FunctionCall2: function %u returned NULL"
+msgid ""
+"If you're sure there are no old server processes still running, remove the "
+"shared memory block with the command \"ipcrm\", or just delete the file \"%s"
+"\"."
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1026
+#: utils/init/miscinit.c:600
 #, c-format
-msgid "FunctionCall3: function %u returned NULL"
+msgid "could not remove old lock file \"%s\": %m"
+msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m"
+
+#: utils/init/miscinit.c:602
+msgid ""
+"The file seems accidentally left over, but it could not be removed. Please "
+"remove the file by hand and try again."
 msgstr ""
+"Die Datei ist scheinbar aus Versehen übrig geblieben, konnte aber nicht "
+"gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es "
+"erneut."
 
-#: utils/fmgr/fmgr.c:1051
+#: utils/init/miscinit.c:624
 #, c-format
-msgid "FunctionCall4: function %u returned NULL"
-msgstr ""
+msgid "could not write lock file \"%s\": %m"
+msgstr "konnte Sperrdatei »%s« nicht schreiben: %m"
 
-#: utils/fmgr/fmgr.c:1077
+#: utils/init/miscinit.c:735 utils/misc/guc.c:3902
 #, c-format
-msgid "FunctionCall5: function %u returned NULL"
-msgstr ""
+msgid "could not read from file \"%s\": %m"
+msgstr "konnte nicht aus Datei »%s« lesen: %m"
 
-#: utils/fmgr/fmgr.c:1105
+#: utils/init/miscinit.c:820 utils/init/miscinit.c:833
 #, c-format
-msgid "FunctionCall6: function %u returned NULL"
-msgstr ""
+msgid "\"%s\" is not a valid data directory"
+msgstr "»%s« ist kein gültiges Datenverzeichnis"
 
-#: utils/fmgr/fmgr.c:1134
+#: utils/init/miscinit.c:822
 #, c-format
-msgid "FunctionCall7: function %u returned NULL"
-msgstr ""
+msgid "File \"%s\" is missing."
+msgstr "Die Datei »%s« fehlt."
 
-#: utils/fmgr/fmgr.c:1164
+#: utils/init/miscinit.c:835
 #, c-format
-msgid "FunctionCall8: function %u returned NULL"
-msgstr ""
+msgid "File \"%s\" does not contain valid data."
+msgstr "Die Datei »%s« enthält keine gültigen Daten."
 
-#: utils/fmgr/fmgr.c:1196
+#: utils/init/miscinit.c:837
+msgid "You may need to initdb."
+msgstr "Sie müssen möglicherweise initdb ausführen."
+
+#: utils/init/miscinit.c:845
 #, c-format
-msgid "FunctionCall9: function %u returned NULL"
+msgid ""
+"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
+"not compatible with this version %s."
 msgstr ""
+"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, "
+"welche nicht mit dieser Version %s kompatibel ist."
 
-#: utils/fmgr/fmgr.c:1227
-#, c-format
-msgid "OidFunctionCall1: function %u returned NULL"
+#: utils/init/miscinit.c:887
+msgid "invalid list syntax for parameter \"preload_libraries\""
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1252
+#: utils/init/miscinit.c:932
 #, c-format
-msgid "OidFunctionCall2: function %u returned NULL"
+msgid "preloaded library \"%s\" with initialization function \"%s\""
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1279
+#: utils/init/miscinit.c:936
 #, c-format
-msgid "OidFunctionCall3: function %u returned NULL"
+msgid "preloaded library \"%s\""
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1307
+#: utils/init/postinit.c:116
 #, c-format
-msgid "OidFunctionCall4: function %u returned NULL"
+msgid "database \"%s\", OID %u, has disappeared from pg_database"
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1336
+#: utils/init/postinit.c:127
 #, c-format
-msgid "OidFunctionCall5: function %u returned NULL"
-msgstr ""
+msgid "database \"%s\" is not currently accepting connections"
+msgstr "Datenbank »%s« akzeptiert gegenwärtig keine Verbindungen"
+
+#: utils/init/postinit.c:275
+#, fuzzy, c-format
+msgid "The database subdirectory \"%s\" is missing."
+msgstr "Das Datenbankunterverzeichnis »%s« fehlt."
 
-#: utils/fmgr/fmgr.c:1367
+#: utils/init/postinit.c:280
 #, c-format
-msgid "OidFunctionCall6: function %u returned NULL"
-msgstr ""
+msgid "could not access directory \"%s\": %m"
+msgstr "konnte nicht auf Verzeichnis »%s« zugreifen: %m"
 
-#: utils/fmgr/fmgr.c:1399
+#: utils/init/postinit.c:289
 #, c-format
-msgid "OidFunctionCall7: function %u returned NULL"
-msgstr ""
+msgid "could not change directory to \"%s\": %m"
+msgstr "konnte nicht in Verzeichnis »%s« wechseln: %m"
 
-#: utils/fmgr/fmgr.c:1432
+#: utils/init/postinit.c:371
+msgid "no users are defined in this database system"
+msgstr "in diesem Datenbanksystem sind keine Benutzer definiert"
+
+#: utils/init/postinit.c:372
 #, c-format
-msgid "OidFunctionCall8: function %u returned NULL"
+msgid ""
+"You should immediately run CREATE USER \"%s\" WITH SYSID %d CREATEUSER;."
 msgstr ""
+"Sie sollten sofort CREATE USER \"%s\" WITH SYSID %d CREATEUSER; ausführen."
 
-#: utils/fmgr/fmgr.c:1467
-#, c-format
-msgid "OidFunctionCall9: function %u returned NULL"
+#: utils/init/postinit.c:408
+msgid "connection limit exceeded for non-superusers"
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1506
+#: utils/mb/conv.c:376
 #, c-format
-msgid "fmgr: function %u: too many arguments (%d > %d)"
+msgid "ignoring unconvertible UTF-8 character 0x%04x"
 msgstr ""
 
-#: utils/fmgr/fmgr.c:1518
+#: utils/mb/conv.c:406
 #, c-format
-msgid "fmgr: function %u returned NULL"
-msgstr ""
+msgid "invalid encoding number: %d"
+msgstr "ungültige Kodierungsnummer: %d"
 
-#: utils/fmgr/dfmgr.c:97
+#: utils/mb/conv.c:445
 #, c-format
-msgid "stat failed on file '%s': %m"
+msgid "ignoring unconvertible %s character 0x%04x"
 msgstr ""
 
-#: utils/fmgr/dfmgr.c:114
-msgid "Out of memory in load_external_function"
-msgstr ""
+#: utils/mb/encnames.c:445
+msgid "encoding name too long"
+msgstr "Kodierungsname zu lang"
 
-#: utils/fmgr/dfmgr.c:127
+#: utils/mb/mbutils.c:252
 #, c-format
-msgid "Load of file %s failed: %s"
-msgstr ""
+msgid ""
+"default conversion function for encoding \"%s\" to \"%s\" does not exist"
+msgstr "Standardumwandlung von Kodierung »%s« nach »%s« existiert nicht"
 
-#: utils/fmgr/dfmgr.c:154
+#: utils/mb/mbutils.c:326
 #, c-format
-msgid "Can't find function %s in file %s"
-msgstr ""
+msgid "invalid source encoding name \"%s\""
+msgstr "ungültiger Quellkodierungsname »%s«"
 
-#: utils/fmgr/dfmgr.c:184
+#: utils/mb/mbutils.c:331
 #, c-format
-msgid "LOAD: could not open file '%s': %m"
-msgstr ""
+msgid "invalid destination encoding name \"%s\""
+msgstr "ungültiger Zielkodierungsname »%s«"
 
-#: utils/fmgr/dfmgr.c:239
-#, c-format
-msgid "stat failed on %s: %s"
+#: utils/mb/wchar.c:640
+msgid "Unicode characters greater than or equal to 0x10000 are not supported"
 msgstr ""
 
-#: utils/fmgr/dfmgr.c:334
-msgid "invalid macro name in dynamic library path"
-msgstr ""
+#: utils/mb/wchar.c:669
+#, fuzzy, c-format
+msgid "invalid byte sequence for encoding \"%s\": 0x%s"
+msgstr "ungültiger Kodierungsname: %s"
 
-#: utils/fmgr/dfmgr.c:384
-msgid "zero length dynamic_library_path component"
+#: utils/misc/guc.c:239
+msgid "Ungrouped"
 msgstr ""
 
-#: utils/fmgr/dfmgr.c:395
-msgid "dynamic_library_path component is not absolute"
+#: utils/misc/guc.c:241
+msgid "Connections and Authentication"
 msgstr ""
 
-#: utils/fmgr/dfmgr.c:401
-#, c-format
-msgid "find_in_dynamic_libpath: trying %s"
+#: utils/misc/guc.c:243
+msgid "Connections and Authentication / Connection Settings"
 msgstr ""
 
-#: utils/fmgr/funcapi.c:36
-msgid "function called in context that does not accept a set result"
+#: utils/misc/guc.c:245
+msgid "Connections and Authentication / Security and Authentication"
 msgstr ""
 
-#: utils/fmgr/funcapi.c:68
-msgid "init_MultiFuncCall may not be called more than once"
+#: utils/misc/guc.c:247
+msgid "Resource Usage"
 msgstr ""
 
-#: utils/cache/catcache.c:151
-#, c-format
-msgid "GetCCHashFunc: type %u unsupported as catcache key"
+#: utils/misc/guc.c:249
+msgid "Resource Usage / Memory"
 msgstr ""
 
-#: utils/cache/catcache.c:195
-#, c-format
-msgid "CCComputeHashValue: %d nkeys"
+#: utils/misc/guc.c:251
+msgid "Resource Usage / Free Space Map"
 msgstr ""
 
-#: utils/cache/catcache.c:260
-#, c-format
-msgid "CCComputeTupleHashValue: %d cc_nkeys"
+#: utils/misc/guc.c:253
+msgid "Resource Usage / Kernel Resources"
 msgstr ""
 
-#: utils/cache/catcache.c:284
-#, c-format
-msgid "Catcache stats dump: %d/%d tuples in catcaches"
+#: utils/misc/guc.c:255
+msgid "Write-Ahead Log"
 msgstr ""
 
-#: utils/cache/catcache.c:291
-#, c-format
-msgid ""
-"Catcache %s/%s: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
-"invals, %ld discards, %ld lsrch, %ld lhits"
+#: utils/misc/guc.c:257
+msgid "Write-Ahead Log / Settings"
 msgstr ""
 
-#: utils/cache/catcache.c:315
-#, c-format
-msgid ""
-"Catcache totals: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld "
-"invals, %ld discards, %ld lsrch, %ld lhits"
+#: utils/misc/guc.c:259
+msgid "Write-Ahead Log / Checkpoints"
 msgstr ""
 
-#: utils/cache/catcache.c:550
-#, c-format
-msgid "Cache reference leak: cache %s (%d), list %p has count %d"
+#: utils/misc/guc.c:261
+msgid "Query Tuning"
 msgstr ""
 
-#: utils/cache/catcache.c:573
-#, c-format
-msgid "Cache reference leak: cache %s (%d), tuple %u has count %d"
+#: utils/misc/guc.c:263
+msgid "Query Tuning / Planner Method Enabling"
 msgstr ""
 
-#: utils/cache/catcache.c:761
-#, c-format
-msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n"
+#: utils/misc/guc.c:265
+msgid "Query Tuning / Planner Cost Constants"
 msgstr ""
 
-#: utils/cache/catcache.c:861
-#, c-format
-msgid "CatalogCacheInitializeCache: cache @%p %s"
+#: utils/misc/guc.c:267
+msgid "Query Tuning / Genetic Query Optimizer"
 msgstr ""
 
-#: utils/cache/catcache.c:867
-#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u"
+#: utils/misc/guc.c:269
+msgid "Query Tuning / Other Planner Options"
 msgstr ""
 
-#: utils/cache/catcache.c:871
-#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d"
+#: utils/misc/guc.c:271
+msgid "Reporting and Logging"
 msgstr ""
 
-#: utils/cache/catcache.c:941
-msgid "CatalogCacheInit: only sys attr supported is OID"
+#: utils/misc/guc.c:273
+msgid "Reporting and Logging / Syslog"
 msgstr ""
 
-#: utils/cache/fcache.c:39
-msgid "init_fcache: too many arguments"
+#: utils/misc/guc.c:275
+msgid "Reporting and Logging / When to Log"
 msgstr ""
 
-#: utils/cache/inval.c:453
-#, c-format
-msgid "ExecuteInvalidationMessage: bogus message id %d"
+#: utils/misc/guc.c:277
+msgid "Reporting and Logging / What to Log"
 msgstr ""
 
-#: utils/cache/inval.c:708 utils/cache/inval.c:731
-msgid "Out of cache_callback_list slots"
+#: utils/misc/guc.c:279
+msgid "Statistics"
 msgstr ""
 
-#: utils/cache/lsyscache.c:72
-#, c-format
-msgid "op_requires_recheck: op %u is not a member of opclass %u"
+#: utils/misc/guc.c:281
+msgid "Statistics / Monitoring"
 msgstr ""
 
-#: utils/cache/lsyscache.c:217
-#, c-format
-msgid "cache lookup failed for relation %u attribute %d"
+#: utils/misc/guc.c:283
+msgid "Statistics / Query and Index Statistics Collector"
 msgstr ""
 
-#: utils/cache/lsyscache.c:369
-#, c-format
-msgid "op_mergejoin_crossops: operator %u not found"
-msgstr "op_mergejoin_crossops: Operator %u nicht gefunden"
+#: utils/misc/guc.c:285
+msgid "Client Connection Defaults"
+msgstr ""
 
-#: utils/cache/lsyscache.c:377
-#, c-format
-msgid "op_mergejoin_crossops: mergejoin operator %u has no matching < operator"
+#: utils/misc/guc.c:287
+msgid "Client Connection Defaults / Statement Behavior"
 msgstr ""
 
-#: utils/cache/lsyscache.c:384
-#, c-format
-msgid "op_mergejoin_crossops: mergejoin operator %u has no matching > operator"
+#: utils/misc/guc.c:289
+msgid "Client Connection Defaults / Locale and Formatting"
 msgstr ""
 
-#: utils/cache/lsyscache.c:429
-#, c-format
-msgid "Operator OID %u does not exist"
+#: utils/misc/guc.c:291
+msgid "Client Connection Defaults / Other Defaults"
 msgstr ""
 
-#: utils/cache/lsyscache.c:661
-#, c-format
-msgid "get_system_catalog_relid: cannot find %s"
+#: utils/misc/guc.c:293
+msgid "Lock Management"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1006
-#, c-format
-msgid "get_typdefault: failed to lookup type %u"
+#: utils/misc/guc.c:295
+msgid "Version and Platform Compatibility"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1087
-#, c-format
-msgid "getBaseType: failed to lookup type %u"
+#: utils/misc/guc.c:297
+msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1225
-#, c-format
-msgid "getTypeInputInfo: Cache lookup of type %u failed"
-msgstr "getTypeInputInfo: Cachesuche nach Typ %u fehlgeschlagen"
+#: utils/misc/guc.c:299
+msgid "Version and Platform Compatibility / Other Platforms and Clients"
+msgstr ""
 
-#: utils/cache/lsyscache.c:1255
-#, c-format
-msgid "getTypeOutputInfo: Cache lookup of type %u failed"
-msgstr "getTypeOutputInfo: Cachesuche nach Typ %u fehlgeschlagen"
+#: utils/misc/guc.c:301
+#, fuzzy
+msgid "Developer Options"
+msgstr ""
+"\n"
+"Entwickleroptionen:\n"
 
-#: utils/cache/lsyscache.c:1351
-msgid "get_attstatsslot: stavalues is null"
+#: utils/misc/guc.c:352
+msgid "enable planner's use of sequential-scan plans"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1373
-#, c-format
-msgid "get_attstatsslot: Cache lookup failed for type %u"
+#: utils/misc/guc.c:360
+msgid "enable planner's use of index-scan plans"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1409
-msgid "get_attstatsslot: stanumbers is null"
+#: utils/misc/guc.c:368
+msgid "enable planner's use of TID scan plans"
 msgstr ""
 
-#: utils/cache/lsyscache.c:1420
-msgid "get_attstatsslot: stanumbers is not a 1-D float4 array"
+#: utils/misc/guc.c:376
+msgid "enable planner's use of explicit sort steps"
 msgstr ""
 
-#: utils/cache/relcache.c:168 utils/cache/relcache.c:176
-#: utils/cache/relcache.c:188
-msgid "out of memory for relation descriptor cache"
+#: utils/misc/guc.c:384
+msgid "enable planner's use of hashed aggregation plans"
 msgstr ""
 
-#: utils/cache/relcache.c:234
-msgid "trying to delete a rd_id reldesc that does not exist."
+#: utils/misc/guc.c:392
+msgid "enable planner's use of nested-loop join plans"
 msgstr ""
 
-#: utils/cache/relcache.c:239
-msgid "trying to delete a rd_node reldesc that does not exist."
+#: utils/misc/guc.c:400
+msgid "enable planner's use of merge join plans"
 msgstr ""
 
-#: utils/cache/relcache.c:248
-msgid "trying to delete a relname reldesc that does not exist."
+#: utils/misc/guc.c:408
+msgid "enable planner's use of hash join plans"
 msgstr ""
 
-#: utils/cache/relcache.c:354
-msgid "ScanPgRelation: bad buildinfo"
+#: utils/misc/guc.c:416
+msgid "enable genetic query optimization"
 msgstr ""
 
-#: utils/cache/relcache.c:508
-#, c-format
-msgid "Bogus attribute number %d for %s"
+#: utils/misc/guc.c:417
+msgid "This algorithm attempts to do planning without exhaustive searching"
 msgstr ""
 
-#: utils/cache/relcache.c:550
-#, c-format
-msgid "catalog is missing %d attribute(s) for relid %u"
+#: utils/misc/guc.c:426
+msgid "set to indicate current user's privilege status"
 msgstr ""
 
-#: 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/misc/guc.c:435
+#, fuzzy
+msgid "accept TCP/IP connections"
+msgstr "  -i              ermögliche TCP/IP-Verbindungen\n"
 
-#: utils/cache/relcache.c:976
-#, c-format
-msgid "RelationInitIndexAccessInfo: cache lookup failed for AM %u"
-msgstr "RelationInitIndexAccessInfo: Cachesuche nach AM %u fehlgeschlagen"
+#: utils/misc/guc.c:443
+#, fuzzy
+msgid "enable SSL connections"
+msgstr "  -l              ermögliche SSL-Verbindungen\n"
 
-#: utils/cache/relcache.c:1091
-msgid "IndexSupportInitialize: bogus pg_index tuple"
+#: utils/misc/guc.c:451
+msgid "force synchronization of updates to disk"
 msgstr ""
 
-#: utils/cache/relcache.c:1198
-msgid "out of memory for operator class cache"
+#: utils/misc/guc.c:452
+msgid ""
+"The server will use the fsync() system call in several places to make sure "
+"that updates are physically written to disk. This insures that a database "
+"cluster will recover to a consistent state after an operating system or "
+"hardware crash."
 msgstr ""
 
-#: utils/cache/relcache.c:1272
-#, c-format
-msgid "Bogus amopstrategy number %d for opclass %u"
+#: utils/misc/guc.c:462
+msgid "continue processing past damaged page headers"
 msgstr ""
 
-#: utils/cache/relcache.c:1307
-#, c-format
-msgid "Bogus amproc number %d for opclass %u"
+#: utils/misc/guc.c:463
+msgid ""
+"Detection of a damaged page header normally causes PostgreSQL to report an "
+"error, aborting the current transaction. Setting zero_damaged_pages to true "
+"causes the system to instead report a warning, zero out the damaged page, "
+"and continue processing. This behavior will destroy data, namely all the "
+"rows on the damaged page."
 msgstr ""
 
-#: utils/cache/relcache.c:1645
-#, c-format
-msgid "RelationReloadClassinfo system relation id=%d doesn't exist"
+#: utils/misc/guc.c:475
+msgid "run the server silently"
 msgstr ""
 
-#: utils/cache/relcache.c:1772
-#, c-format
-msgid "RelationClearRelation: relation %u deleted while still in use"
+#: utils/misc/guc.c:476
+msgid ""
+"If this option is set, the server will automatically run in the background "
+"and any controlling terminals are dissociated."
 msgstr ""
 
-#: utils/cache/relcache.c:1855
-#, c-format
-msgid "RelationForgetRelation: relation %u is still open"
+#: utils/misc/guc.c:484
+msgid "log each successful connection"
 msgstr ""
 
-#: utils/cache/relcache.c:2012
-#, c-format
-msgid "Relcache reference leak: relation \"%s\" has refcnt %d instead of %d"
+#: utils/misc/guc.c:492
+msgid "prefix server log messages with a time stamp"
 msgstr ""
 
-#: utils/cache/relcache.c:2298
-#, c-format
-msgid "RelationCacheInitializePhase2: no pg_class entry for %s"
+#: utils/misc/guc.c:500
+msgid "prefix server log messages with the server PID"
 msgstr ""
 
-#: utils/cache/relcache.c:2446
-#, c-format
-msgid "AttrDefaultFetch: second record found for attr %s in rel %s"
+#: utils/misc/guc.c:510
+msgid "turn on various assertion checks"
 msgstr ""
 
-#: utils/cache/relcache.c:2454
-#, c-format
-msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s"
+#: utils/misc/guc.c:511
+msgid "This is a debugging aid."
 msgstr ""
 
-#: utils/cache/relcache.c:2465
-#, c-format
-msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s"
+#: utils/misc/guc.c:522 utils/misc/guc.c:612 utils/misc/guc.c:685
+#: utils/misc/guc.c:694 utils/misc/guc.c:703 utils/misc/guc.c:712
+#: utils/misc/guc.c:1010 utils/misc/guc.c:1019 utils/misc/guc.c:1087
+msgid "no description available"
 msgstr ""
 
-#: utils/cache/relcache.c:2474
-#, c-format
-msgid "AttrDefaultFetch: %d record(s) not found for rel %s"
+#: utils/misc/guc.c:531
+msgid "log each SQL statement"
 msgstr ""
 
-#: utils/cache/relcache.c:2508
-#, c-format
-msgid "CheckConstraintFetch: unexpected record found for rel %s"
+#: utils/misc/guc.c:539
+msgid "log duration each completed SQL statement"
 msgstr ""
 
-#: utils/cache/relcache.c:2519
-#, c-format
-msgid "CheckConstraintFetch: conbin IS NULL for rel %s"
+#: utils/misc/guc.c:547
+msgid "print parse tree to server logs"
 msgstr ""
 
-#: utils/cache/relcache.c:2532
-#, c-format
-msgid "CheckConstraintFetch: %d record(s) not found for rel %s"
+#: utils/misc/guc.c:555
+msgid "print parse tree after rewriting to server log"
 msgstr ""
 
-#: utils/cache/relcache.c:2995
-#, c-format
-msgid ""
-"Cannot create init file %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
+#: utils/misc/guc.c:563
+msgid "print execution plan to the server log"
 msgstr ""
 
-#: utils/cache/relcache.c:3019
-msgid "cannot write init file -- descriptor length"
+#: utils/misc/guc.c:571
+msgid "indent parse and plan tree displays"
 msgstr ""
 
-#: utils/cache/relcache.c:3023
-msgid "cannot write init file -- reldesc"
+#: utils/misc/guc.c:579
+msgid "write parser performance statistics to server log"
 msgstr ""
 
-#: utils/cache/relcache.c:3028
-msgid "cannot write init file -- relation tuple form length"
+#: utils/misc/guc.c:587
+msgid "write planner performance statistics to server log"
 msgstr ""
 
-#: utils/cache/relcache.c:3031
-msgid "cannot write init file -- relation tuple form"
+#: utils/misc/guc.c:595
+msgid "write executor performance statistics to server log"
 msgstr ""
 
-#: utils/cache/relcache.c:3038
-#, c-format
-msgid "cannot write init file -- length of attdesc %d"
+#: utils/misc/guc.c:603
+msgid "write cumulative performance statistics to server log"
 msgstr ""
 
-#: utils/cache/relcache.c:3040
-#, c-format
-msgid "cannot write init file -- attdesc %d"
+#: utils/misc/guc.c:623
+msgid "use indented output format for EXPLAIN VERBOSE"
 msgstr ""
 
-#: 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/misc/guc.c:631
+#, fuzzy
+msgid "start server statistics-collection subprocess"
+msgstr "Statistiksammelprozess"
 
-#: utils/cache/relcache.c:3065
-msgid "cannot write init file -- index tuple form"
+#: utils/misc/guc.c:639
+msgid "zero collected statistics on server restart"
 msgstr ""
 
-#: utils/cache/relcache.c:3071
-msgid "cannot write init file -- am tuple form length"
+#: utils/misc/guc.c:647
+msgid "collect statistics about executing commands"
 msgstr ""
 
-#: utils/cache/relcache.c:3074
-msgid "cannot write init file -- am tuple form"
+#: utils/misc/guc.c:648
+msgid ""
+"Enables the collection of statistics on the currently executing command of "
+"each session, along with the time at which that command began execution."
 msgstr ""
 
-#: utils/cache/relcache.c:3080
-msgid "cannot write init file -- strategy map length"
+#: utils/misc/guc.c:657
+msgid "collect row-level statistics on database activity"
 msgstr ""
 
-#: utils/cache/relcache.c:3083
-msgid "cannot write init file -- strategy map"
+#: utils/misc/guc.c:665
+msgid "collect block-level statistics on database activity"
 msgstr ""
 
-#: utils/cache/relcache.c:3088
-msgid "cannot write init file -- operator vector length"
+#: utils/misc/guc.c:674
+msgid "generate debugging output for LISTEN and NOTIFY"
 msgstr ""
 
-#: utils/cache/relcache.c:3091
-msgid "cannot write init file -- operator vector"
+#: utils/misc/guc.c:723
+msgid "log host name in connection logs"
 msgstr ""
 
-#: utils/cache/relcache.c:3096
-msgid "cannot write init file -- support vector length"
+#: utils/misc/guc.c:724
+msgid ""
+"By default, connection logs only show the IP address of the connecting host. "
+"If you want them to show the host name you can turn this on, but depending "
+"on your host name resolution setup it might impose a non-negligible "
+"performance penalty."
 msgstr ""
 
-#: utils/cache/relcache.c:3099
-msgid "cannot write init file -- support vector"
+#: utils/misc/guc.c:734
+msgid "log outgoing port number of the connecting host"
 msgstr ""
 
-#: utils/cache/relcache.c:3143
-#, c-format
-msgid ""
-"Cannot rename init file %s to %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
+#: utils/misc/guc.c:743
+msgid "include subtables by default in various commands"
 msgstr ""
 
-#: utils/cache/syscache.c:478
-#, c-format
-msgid "InitCatalogCache: Can't init cache %s (%d)"
+#: utils/misc/guc.c:751
+msgid "interpret ACST, CST, EST, and SAT as Australian time zones"
 msgstr ""
 
-#: utils/cache/syscache.c:534
-#, c-format
-msgid "SearchSysCache: Bad cache id %d"
+#: utils/misc/guc.c:752
+msgid ""
+"Otherwise they are interpreted as North/South American time zones and "
+"Saturday."
 msgstr ""
 
-#: utils/cache/syscache.c:715
-#, c-format
-msgid "SysCacheGetAttr: Bad cache id %d"
+#: utils/misc/guc.c:760
+msgid "encrypt passwords"
 msgstr ""
 
-#: utils/cache/syscache.c:718
-#, c-format
-msgid "SysCacheGetAttr: missing cache data for id %d"
+#: utils/misc/guc.c:761
+msgid ""
+"When a password is specified in CREATE USER or ALTER USER without writing "
+"either ENCRYPTED or UNENCRYPTED, this option determines whether the password "
+"is to be encrypted."
 msgstr ""
 
-#: utils/cache/syscache.c:734
-#, c-format
-msgid "SearchSysCacheList: Bad cache id %d"
+#: utils/misc/guc.c:770
+msgid "treat \"expr=NULL\" as \"expr IS NULL\""
 msgstr ""
 
-#: utils/error/elog.c:128
-msgid "Pre-7.3 object file made an elog() call.  Recompile."
+#: utils/misc/guc.c:771
+msgid ""
+"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
+"treated as expr IS NULL, that is, they return true if expr evaluates to the "
+"null value, and false otherwise. The correct behavior of expr = NULL is to "
+"always return null (unknown)."
 msgstr ""
 
-#: utils/error/elog.c:218
-#, c-format
-msgid "copy: line %d, "
+#: utils/misc/guc.c:782
+msgid "enable per-database user names"
 msgstr ""
 
-#. translator: This must fit in fmt_fixedbuf.
-#: utils/error/elog.c:241 utils/error/elog.c:337
-msgid "elog: out of memory"
+#: utils/misc/guc.c:791
+msgid "no effect"
 msgstr ""
 
-#: utils/error/elog.c:438
-#, c-format
-msgid "statement: %s"
+#: utils/misc/guc.c:792
+msgid ""
+"This parameter doesn't do anything. It's just here so that we won't choke on "
+"SET AUTOCOMMIT TO ON from 7.3-vintage clients."
 msgstr ""
 
-#: utils/error/elog.c:488
-msgid "elog: error during error recovery, giving up!"
-msgstr ""
+#: utils/misc/guc.c:801
+#, fuzzy
+msgid "default read-only status of new transactions"
+msgstr "etwaige aktive Transaktionen werden abgebrochen"
 
-#: utils/error/elog.c:533
-#, c-format
-msgid "DebugFileOpen: open of %s: %m"
+#: utils/misc/guc.c:809
+msgid "current transaction's read-only status"
 msgstr ""
 
-#: utils/error/elog.c:542
-#, c-format
-msgid "DebugFileOpen: %s reopen as stderr: %m"
+#: utils/misc/guc.c:818
+msgid "automatically add missing table references to FROM clauses"
 msgstr ""
 
-#: utils/error/elog.c:554
-#, c-format
-msgid "DebugFileOpen: %s reopen as stdout: %m"
+#: utils/misc/guc.c:836
+msgid "set the default statistics target"
 msgstr ""
 
-#: utils/error/elog.c:571
-msgid "DebugFileOpen: could not open debugging file"
+#: utils/misc/guc.c:837
+msgid ""
+"This applies to table columns that have not had a column-specific target set "
+"via ALTER TABLE SET STATISTICS."
 msgstr ""
 
-#: utils/error/elog.c:776
-msgid "Numerical result out of range"
+#: utils/misc/guc.c:845
+msgid "FROM-list size beyond which subqueries are not collapsed"
 msgstr ""
 
-#: utils/error/elog.c:790
-#, c-format
-msgid "operating system error %d"
+#: utils/misc/guc.c:847
+msgid ""
+"The planner will merge subqueries into upper queries if the resulting FROM "
+"list would have no more than this many items."
 msgstr ""
 
-#: utils/error/elog.c:812
-msgid "DEBUG:  "
+#: utils/misc/guc.c:856
+msgid "FROM-list size beyond which JOIN constructs are not flattened"
 msgstr ""
 
-#: utils/error/elog.c:816
-msgid "LOG:  "
+#: utils/misc/guc.c:858
+msgid ""
+"The planner will flatten explicit inner JOIN constructs into lists of FROM "
+"items whenever a list of no more than this many items would result."
 msgstr ""
 
-#: utils/error/elog.c:819
-msgid "INFO:  "
+#: utils/misc/guc.c:867
+msgid "threshold of FROM items beyond which GEQO is used"
 msgstr ""
 
-#: utils/error/elog.c:822
-msgid "NOTICE:  "
+#: utils/misc/guc.c:875
+msgid "GEQO: number of individuals in one population"
 msgstr ""
 
-#: utils/error/elog.c:825
-msgid "WARNING:  "
+#: utils/misc/guc.c:883
+msgid "GEQO: effort is used to calculate a default for generations"
 msgstr ""
 
-#: utils/error/elog.c:828
-msgid "ERROR:  "
+#: utils/misc/guc.c:891
+msgid "GEQO: number of iterations in the algorithm"
 msgstr ""
 
-#: utils/error/elog.c:831
-msgid "FATAL:  "
+#: utils/misc/guc.c:892
+msgid ""
+"The number must be a positive integer. If 0 is specified then effort * log2"
+"(poolsize) is used"
 msgstr ""
 
-#: utils/error/elog.c:834
-msgid "PANIC:  "
+#: utils/misc/guc.c:901
+msgid "time in milliseconds to wait on lock before checking for deadlock"
 msgstr ""
 
-#: utils/hash/dynahash.c:662
-#, c-format
-msgid "hash_search: bogus action %d"
+#: utils/misc/guc.c:911
+msgid "use syslog for logging"
 msgstr ""
 
-#: utils/hash/dynahash.c:935 utils/hash/dynahash.c:937
-#, c-format
-msgid "Hash table '%s' corrupted"
+#: utils/misc/guc.c:912
+msgid ""
+"If this option is 1, messages go both to syslog and the standard output. A "
+"value of 2 sends output only to syslog. (Some messages will still go to the "
+"standard output/error.) The default is 0, which means syslog is off."
 msgstr ""
 
-#: utils/init/postinit.c:114
-#, c-format
-msgid "Database \"%s\", OID %u, has disappeared from pg_database"
+#: utils/misc/guc.c:931
+msgid "maximum number of concurrent connections"
 msgstr ""
 
-#: utils/init/postinit.c:123
-#, c-format
-msgid "Database \"%s\" is not currently accepting connections"
+#: utils/misc/guc.c:940
+msgid "number of connection slots reserved for superusers"
 msgstr ""
 
-#: utils/init/postinit.c:259
-#, c-format
-msgid "Database \"%s\" does not exist in the system catalog."
+#: utils/misc/guc.c:949
+msgid "number of shared memory buffers used by the server"
 msgstr ""
 
-#: utils/init/postinit.c:267
-#, c-format
-msgid ""
-"Database \"%s\" does not exist.\n"
-"\tThe database subdirectory '%s' is missing."
+#: utils/misc/guc.c:958
+msgid "TCP port the server listens on"
 msgstr ""
 
-#: utils/init/postinit.c:274
-#, c-format
-msgid "Unable to change directory to '%s': %m"
+#: utils/misc/guc.c:967
+msgid "access permissions of the Unix-domain socket"
 msgstr ""
 
-#: utils/init/postinit.c:303
-#, c-format
-msgid "InitPostgres: bad backend id %d"
+#: utils/misc/guc.c:968
+msgid ""
+"Unix-domain sockets use the usual Unix file system permission set. The "
+"option value is expected to be an numeric mode specification in the form "
+"accepted by the chmod and umask system calls. (To use the customary octal "
+"format the number must start with a 0 (zero).)"
 msgstr ""
 
-#: utils/init/postinit.c:354
-msgid "There are currently no users defined in this database system."
+#: utils/misc/guc.c:980
+msgid "maximum memory to be used for sorts and hash tables"
 msgstr ""
 
-#: utils/init/postinit.c:355
-#, c-format
+#: utils/misc/guc.c:981
 msgid ""
-"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+"Specifies the amount of memory to be used by internal sort operations and "
+"hash tables before switching to temporary disk files"
 msgstr ""
 
-#: utils/init/postinit.c:410
-msgid "Non-superuser connection limit exceeded"
+#: utils/misc/guc.c:991
+msgid "maximum memory used to keep track of to-be-reclaimed rows"
 msgstr ""
 
-#: utils/init/findbe.c:63
-#, c-format
-msgid "ValidateBinary: can't stat \"%s\""
+#: utils/misc/guc.c:1000
+msgid "maximum number of simultaneously open files for each server process"
 msgstr ""
 
-#: utils/init/findbe.c:69
-#, c-format
-msgid "ValidateBinary: \"%s\" is not a regular file"
+#: utils/misc/guc.c:1029
+msgid "maximum expression nesting depth"
 msgstr ""
 
-#: utils/init/findbe.c:91
-#, c-format
-msgid "ValidateBinary: \"%s\" is not user read/execute"
+#: utils/misc/guc.c:1038
+msgid "maximum allowed duration (in milliseconds) of any statement"
 msgstr ""
 
-#: utils/init/findbe.c:117
-#, c-format
-msgid "ValidateBinary: \"%s\" is not group read/execute"
+#: utils/misc/guc.c:1039
+msgid "A value of 0 turns off the timeout."
 msgstr ""
 
-#: utils/init/findbe.c:125
-#, c-format
-msgid "ValidateBinary: \"%s\" is not other read/execute"
+#: utils/misc/guc.c:1047
+msgid "maximum number of tables and indexes for which free space is tracked"
 msgstr ""
 
-#: utils/init/findbe.c:174
-#, c-format
-msgid "FindExec: found \"%s\" using argv[0]"
+#: utils/misc/guc.c:1056
+msgid "maximum number of disk pages for which free space is tracked"
 msgstr ""
 
-#: utils/init/findbe.c:177
-#, c-format
-msgid "FindExec: invalid binary \"%s\""
+#: utils/misc/guc.c:1066
+msgid "maximum number of locks per transaction"
 msgstr ""
 
-#: utils/init/findbe.c:187
-msgid "FindExec: searching PATH ..."
+#: utils/misc/guc.c:1067
+msgid ""
+"The shared lock table is sized on the assumption that at most "
+"max_locks_per_transaction * max_connections distinct objects will need to be "
+"locked at any one time."
 msgstr ""
 
-#: utils/init/findbe.c:208
-#, c-format
-msgid "FindExec: found \"%s\" using PATH"
+#: utils/misc/guc.c:1077
+msgid "maximum time in seconds to complete client authentication"
 msgstr ""
 
-#: utils/init/findbe.c:215
-#, c-format
-msgid "FindExec: could not read binary \"%s\""
+#: utils/misc/guc.c:1097
+msgid "maximum distance between automatic WAL checkpoints"
 msgstr ""
 
-#: utils/init/findbe.c:225
-#, c-format
-msgid "FindExec: could not find a %s to execute"
+#: utils/misc/guc.c:1106
+msgid "maximum time in seconds between automatic WAL checkpoints"
 msgstr ""
 
-#: 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"
+#: utils/misc/guc.c:1115
+msgid ""
+"log if filling of checkpoint segments happens more frequently than this (in "
+"seconds)"
 msgstr ""
 
-#: utils/init/miscinit.c:157
-#, c-format
-msgid "cannot get current working directory: %m"
+#: utils/misc/guc.c:1117
+msgid ""
+"Send a message to the server logs if checkpoints caused by the filling of "
+"checkpoint segment files happens more frequently than this number of "
+"seconds. Zero turns off the warning."
 msgstr ""
 
-#: utils/init/miscinit.c:247
-#, c-format
-msgid "SetCharSet: unknown tag %s in file %s"
+#: utils/misc/guc.c:1127
+msgid "disk-page buffers in shared memory for WAL"
 msgstr ""
 
-#: utils/init/miscinit.c:402 utils/init/miscinit.c:458
-#, c-format
-msgid "GetCharSetByHost: unknown tag %s in file %s"
+#: utils/misc/guc.c:1136
+msgid "if nonzero, log WAL-related debugging output"
 msgstr ""
 
-#: utils/init/miscinit.c:636
-#, c-format
-msgid "invalid user id %u"
+#: utils/misc/guc.c:1146
+msgid ""
+"delay in microseconds between transaction commit and flushing WAL to disk"
 msgstr ""
 
-#: utils/init/miscinit.c:718
-#, c-format
-msgid "Can't create lock file %s: %m"
+#: utils/misc/guc.c:1156
+msgid "minimum concurrent open transactions before performing commit_delay"
 msgstr ""
 
-#: utils/init/miscinit.c:729 utils/init/miscinit.c:732
-#, c-format
-msgid "Can't read lock file %s: %m"
+#: utils/misc/guc.c:1166
+msgid "number of digits displayed for floating-point values"
 msgstr ""
 
-#: utils/init/miscinit.c:742
-#, c-format
-msgid "Bogus data in lock file %s"
+#: utils/misc/guc.c:1167
+msgid ""
+"This affects real, double precision, and geometric data types. The parameter "
+"value is added to the standard number of digits (FLT_DIG or DBL_DIG as "
+"appropriate)."
 msgstr ""
 
-#: utils/init/miscinit.c:816
-#, c-format
+#: utils/misc/guc.c:1177
 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."
+"minimum execution time in milliseconds above which statements will be logged"
 msgstr ""
 
-#: utils/init/miscinit.c:837
-#, c-format
-msgid "Can't write lock file %s: %m"
+#: utils/misc/guc.c:1179
+msgid "The default is 0 (turning this feature off)."
 msgstr ""
 
-#: utils/init/miscinit.c:928
-#, c-format
-msgid "Failed to rewrite %s: %m"
+#: utils/misc/guc.c:1196
+msgid "planner's assumption about size of the disk cache"
 msgstr ""
 
-#: utils/init/miscinit.c:934
-#, c-format
-msgid "Failed to read %s: %m"
+#: utils/misc/guc.c:1197
+msgid ""
+"That is, the portion of the kernel's disk cache that will be used for "
+"PostgreSQL data files. This is measured in disk pages, which are normally 8 "
+"kB each."
 msgstr ""
 
-#: utils/init/miscinit.c:947
-#, c-format
-msgid "Bogus data in %s"
+#: utils/misc/guc.c:1206
+msgid "planner's estimate of the cost of a nonsequentially fetched disk page"
 msgstr ""
 
-#: utils/init/miscinit.c:971
-#, c-format
-msgid "Failed to write %s: %m"
+#: utils/misc/guc.c:1208
+msgid ""
+"This is measured as a multiple of the cost of a sequential page fetch. A "
+"higher value makes it more likely a sequential scan will be used, a lower "
+"value makes it more likely an index scan will be used."
 msgstr ""
 
-#: utils/init/miscinit.c:1013
-#, c-format
-msgid "File %s is missing. This is not a valid data directory."
+#: utils/misc/guc.c:1218
+msgid "planner's estimate of the cost of processing each tuple (row)"
 msgstr ""
 
-#: utils/init/miscinit.c:1020
-#, c-format
-msgid "File %s does not contain valid data. You need to initdb."
+#: utils/misc/guc.c:1219 utils/misc/guc.c:1229 utils/misc/guc.c:1238
+msgid "This is measured as a fraction of the cost of a sequential page fetch."
 msgstr ""
 
-#: utils/init/miscinit.c:1025
-#, c-format
+#: utils/misc/guc.c:1227
 msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
+"planner's estimate of processing cost for each index tuple (row) during "
+"index scan"
 msgstr ""
 
-#: utils/mb/conv.c:374
-#, c-format
-msgid "UtfToLocal: could not convert UTF-8 (0x%04x). Ignored"
+#: utils/misc/guc.c:1237
+msgid "planner's estimate of processing cost of each operator in WHERE"
 msgstr ""
 
-#: utils/mb/conv.c:401
-#, c-format
-msgid "Invalid encoding number %d"
+#: utils/misc/guc.c:1247
+msgid "GEQO: selective pressure within the population"
 msgstr ""
 
-#: utils/mb/conv.c:438
-#, c-format
-msgid "LocalToUtf: could not convert (0x%04x) %s to UTF-8. Ignored"
+#: utils/misc/guc.c:1257
+msgid "seed for random-number generation"
 msgstr ""
 
-#: utils/mb/encnames.c:440
-msgid "pg_char_to_encname_struct(): encoding name too long"
+#: utils/misc/guc.c:1276
+msgid "client's character set encoding"
 msgstr ""
 
-#: utils/mb/mbutils.c:171
-#, c-format
-msgid "default conversion proc for %s to %s not found"
+#: utils/misc/guc.c:1286
+msgid "message levels that are sent to the client"
 msgstr ""
 
-#: utils/mb/mbutils.c:185
-#, c-format
-msgid "default conversion proc %u for %s to %s not found in pg_proc"
+#: utils/misc/guc.c:1287
+msgid ""
+"Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, "
+"WARNING, and ERROR. Each level includes all the levels that follow it. The "
+"later the level, the fewer messages are sent."
 msgstr ""
 
-#: utils/mb/mbutils.c:244
-#, c-format
-msgid "Invalid source encoding name %s"
+#: utils/misc/guc.c:1298
+msgid "message levels that are logged"
 msgstr ""
 
-#: utils/mb/mbutils.c:246
-#, c-format
-msgid "Invalid destination encoding name %s"
+#: utils/misc/guc.c:1299
+msgid ""
+"Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, "
+"WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels "
+"that follow it."
 msgstr ""
 
-#: utils/mb/mbutils.c:256
-msgid "Encoding conversion failed"
+#: utils/misc/guc.c:1309
+msgid "verbosity of logged messages"
 msgstr ""
 
-#: utils/mb/mbutils.c:474
-msgid "SetDatabaseEncoding(): invalid database encoding"
+#: utils/misc/guc.c:1310
+msgid "Valid values are \"terse\", \"default\", and \"verbose\"."
 msgstr ""
 
-#: utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c:87
-msgid "Could not convert UTF-8 to ISO8859-1"
+#: utils/misc/guc.c:1318
+msgid "log statements generating error at or above this level"
 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"
+#: utils/misc/guc.c:1319
+msgid ""
+"All SQL statements that cause an error of the specified level or a higher "
+"level are logged."
 msgstr ""
 
-#: utils/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"
+#: utils/misc/guc.c:1328
+msgid "display format for date and time values"
 msgstr ""
 
-#: utils/misc/guc.c:1585 utils/misc/guc.c:2135
-#, c-format
-msgid "'%s' is not a valid option name"
+#: utils/misc/guc.c:1329
+msgid "Also controls interpretation of ambiguous date inputs."
 msgstr ""
 
-#: utils/misc/guc.c:1602
-#, c-format
-msgid "'%s' cannot be changed after server start"
+#: utils/misc/guc.c:1339
+msgid "transaction isolation level of each new transaction"
 msgstr ""
 
-#: utils/misc/guc.c:1610
-#, c-format
-msgid "'%s' cannot be changed now"
+#: utils/misc/guc.c:1340
+msgid ""
+"Each SQL transaction has an isolation level, which can be either \"read "
+"committed\" or \"serializable\"."
 msgstr ""
 
-#: utils/misc/guc.c:1637
-#, c-format
-msgid "'%s' cannot be set after connection start"
+#: utils/misc/guc.c:1349
+msgid "path for dynamically loadable modules"
 msgstr ""
 
-#: 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"
+#: utils/misc/guc.c:1350
+msgid ""
+"If a dynamically loadable module needs to be opened and the specified name "
+"does not have a directory component (i.e. the name does not contain a "
+"slash), the system will search this path for the specified file."
 msgstr ""
 
-#: utils/misc/guc.c:1696
-#, c-format
-msgid "option '%s' requires a boolean value"
+#: utils/misc/guc.c:1361
+msgid "location of the Kerberos server key file"
 msgstr ""
 
-#: utils/misc/guc.c:1710 utils/misc/guc.c:1781
-#, c-format
-msgid "invalid value for option '%s': %d"
+#: utils/misc/guc.c:1370
+msgid "Rendezvous broadcast service name"
 msgstr ""
 
-#: utils/misc/guc.c:1760
-#, c-format
-msgid "option '%s' expects an integer value"
+#: utils/misc/guc.c:1381
+msgid "collation order locale"
 msgstr ""
 
-#: utils/misc/guc.c:1766
-#, c-format
-msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
+#: utils/misc/guc.c:1391
+msgid "character classification and case conversion locale"
 msgstr ""
 
-#: utils/misc/guc.c:1831
-#, c-format
-msgid "option '%s' expects a real number"
+#: utils/misc/guc.c:1401
+msgid "language in which messages are displayed"
 msgstr ""
 
-#: utils/misc/guc.c:1837
-#, c-format
-msgid "option '%s' value %g is outside of permissible range [%g .. %g]"
+#: utils/misc/guc.c:1410
+msgid "locale for formatting monetary amounts"
 msgstr ""
 
-#: utils/misc/guc.c:1852
-#, c-format
-msgid "invalid value for option '%s': %g"
+#: utils/misc/guc.c:1419
+msgid "locale for formatting numbers"
 msgstr ""
 
-#: utils/misc/guc.c:1946
-#, c-format
-msgid "invalid value for option '%s': '%s'"
+#: utils/misc/guc.c:1428
+msgid "locale for formatting date and time values"
 msgstr ""
 
-#: utils/misc/guc.c:2047 utils/misc/guc.c:2081 utils/misc/guc.c:2395
-#, c-format
-msgid "Option '%s' is not recognized"
+#: utils/misc/guc.c:1437
+msgid "shared libraries to preload into server"
 msgstr ""
 
-#: 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:1447
+#, fuzzy
+msgid "regular expression \"flavor\""
+msgstr "ungültiger regulärer Ausdruck: %s"
 
-#: utils/misc/guc.c:2155 utils/misc/guc.c:2204
-msgid "flatten_set_variable_args: unexpected input"
+#: utils/misc/guc.c:1448
+msgid "This can be set to advanced, extended, or basic."
 msgstr ""
 
-#: utils/misc/guc.c:2243
-msgid "SET variable name is required"
+#: utils/misc/guc.c:1456
+msgid "schema search order for names not schema-qualified"
 msgstr ""
 
-#: utils/misc/guc.c:2779
-#, c-format
-msgid "cannot parse setting \"%s\""
+#: utils/misc/guc.c:1467
+msgid "server (database) character set encoding"
 msgstr ""
 
-#: guc-file.l:160
-msgid "could not read configuration file `"
-msgstr ""
+#: utils/misc/guc.c:1478
+#, fuzzy
+msgid "server version"
+msgstr "Serverprozess"
 
-#: guc-file.l:160
-#, c-format
-msgid "': %s"
-msgstr ""
+#: utils/misc/guc.c:1489
+#, fuzzy
+msgid "session user name"
+msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
 
-#: guc-file.l:261
-#, c-format
-msgid ":%u: syntax error, token=\"%s\""
+#: utils/misc/guc.c:1500
+msgid "syslog \"facility\" to be used when syslog enabled"
 msgstr ""
 
-#: utils/mmgr/aset.c:333
-#, c-format
-msgid "Memory exhausted in AllocSetContextCreate(%lu)"
+#: utils/misc/guc.c:1501
+msgid ""
+"Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, "
+"LOCAL7."
 msgstr ""
 
-#: utils/mmgr/aset.c:495 utils/mmgr/aset.c:692
-#, c-format
-msgid "Memory exhausted in AllocSetAlloc(%lu)"
+#: utils/misc/guc.c:1509
+msgid "program name used to identify PostgreSQL messages in syslog"
 msgstr ""
 
-#: utils/mmgr/aset.c:741
-#, c-format
-msgid "AllocSetFree: detected write past chunk end in %s %p"
+#: utils/misc/guc.c:1520
+msgid "time zone for displaying and interpreting time stamps"
 msgstr ""
 
-#: utils/mmgr/aset.c:762
-#, c-format
-msgid "AllocSetFree: cannot find block containing chunk %p"
-msgstr ""
+#: utils/misc/guc.c:1529
+#, fuzzy
+msgid "current transaction's isolation level"
+msgstr "entferne Transaktionslogdatei %s"
 
-#: utils/mmgr/aset.c:816
-#, c-format
-msgid "AllocSetRealloc: detected write past chunk end in %s %p"
+#: utils/misc/guc.c:1539
+msgid "owning group of the Unix-domain socket"
 msgstr ""
 
-#: utils/mmgr/aset.c:856
-#, c-format
-msgid "AllocSetRealloc: cannot find block containing chunk %p"
+#: utils/misc/guc.c:1540
+msgid ""
+"(The owning user of the socket is always the user that starts the server.)"
 msgstr ""
 
-#: utils/mmgr/aset.c:869
-#, c-format
-msgid "Memory exhausted in AllocSetReAlloc(%lu)"
+#: utils/misc/guc.c:1549
+msgid "directory where the Unix-domain socket will be created"
 msgstr ""
 
-#: utils/mmgr/aset.c:1039
-#, c-format
-msgid "AllocSetCheck: %s: empty block %p"
+#: utils/misc/guc.c:1558
+#, fuzzy
+msgid "host name or IP address to listen to"
+msgstr "  -h HOSTNAME     horche auf Hostname oder IP-Adresse\n"
+
+#: utils/misc/guc.c:1567
+msgid "method used for forcing WAL updates out to disk"
 msgstr ""
 
-#: utils/mmgr/aset.c:1061
+#: utils/misc/guc.c:2400 utils/misc/guc.c:3005 utils/misc/guc.c:3041
+#: utils/misc/guc.c:3097 utils/misc/guc.c:3391
 #, c-format
-msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p"
+msgid "unrecognized configuration parameter \"%s\""
 msgstr ""
 
-#: utils/mmgr/aset.c:1064
+#: utils/misc/guc.c:2419
 #, c-format
-msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p"
-msgstr ""
+msgid "parameter \"%s\" cannot be changed"
+msgstr "Parameter »%s« kann nicht geändert werden"
 
-#: utils/mmgr/aset.c:1070
+#: utils/misc/guc.c:2431
 #, c-format
-msgid "AllocSetCheck: %s: bad single-chunk %p in block %p"
-msgstr ""
+msgid "parameter \"%s\" cannot be changed after server start"
+msgstr "Parameter »%s« kann nach dem Start des Servers nicht geändert werden"
 
-#: utils/mmgr/aset.c:1079
+#: utils/misc/guc.c:2441
 #, c-format
-msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p"
-msgstr ""
+msgid "parameter \"%s\" cannot be changed now"
+msgstr "Parameter »%s« kann jetzt nicht geändert werden"
 
-#: utils/mmgr/aset.c:1086
+#: utils/misc/guc.c:2471
 #, c-format
-msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p"
-msgstr ""
+msgid "parameter \"%s\" cannot be set after connection start"
+msgstr "Parameter »%s« kann nach Start der Verbindung nicht geändert werden"
 
-#: utils/mmgr/aset.c:1096
+#: utils/misc/guc.c:2481 utils/misc/guc.c:2551 utils/misc/guc.c:2648
+#: utils/misc/guc.c:2744 utils/misc/guc.c:2843
 #, c-format
-msgid "AllocSetCheck: %s: found inconsistent memory block %p"
-msgstr ""
+msgid "permission denied to set parameter \"%s\""
+msgstr "keine Berechtigung um Parameter »%s« zu setzen"
 
-#: utils/mmgr/mcxt.c:449
+#: utils/misc/guc.c:2539
 #, c-format
-msgid "MemoryContextAlloc: invalid request size %lu"
+msgid "parameter \"%s\" requires a Boolean value"
+msgstr "Parameter »%s« erfordert einen Boole'schen Wert"
+
+#: utils/misc/guc.c:2553
+msgid "Must be superuser to change this value to false."
 msgstr ""
 
-#: utils/mmgr/mcxt.c:509
+#: utils/misc/guc.c:2575 utils/misc/guc.c:2672
 #, c-format
-msgid "repalloc: invalid request size %lu"
-msgstr ""
+msgid "invalid value for parameter \"%s\": %d"
+msgstr "ungültiger Wert für Parameter »%s«: %d"
 
-#: utils/mmgr/portalmem.c:78
-msgid "out of memory in PortalHashTable"
-msgstr ""
+#: utils/misc/guc.c:2627
+#, c-format
+msgid "parameter \"%s\" requires an integer value"
+msgstr "Parameter »%s« erfordert einen ganzzahligen Wert"
 
-#: utils/mmgr/portalmem.c:80
-msgid "trying to insert a portal name that exists."
+#: utils/misc/guc.c:2635
+#, c-format
+msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
 msgstr ""
 
-#: utils/mmgr/portalmem.c:93
-msgid "trying to delete portal name that does not exist."
+#: utils/misc/guc.c:2650
+msgid "Must be superuser to increase this value or set it to zero."
 msgstr ""
 
-#: utils/mmgr/portalmem.c:196
+#: utils/misc/guc.c:2724
 #, c-format
-msgid "CreatePortal: portal \"%s\" already exists"
-msgstr ""
+msgid "parameter \"%s\" requires a numeric value"
+msgstr "Parameter »%s« erfordert einen numerischen Wert"
 
-#: utils/sort/logtape.c:199
+#: utils/misc/guc.c:2732
 #, c-format
-msgid ""
-"ltsWriteBlock: failed to write block %ld of temporary file\n"
-"\t\tPerhaps out of disk space?"
+msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
 msgstr ""
 
-#: utils/sort/logtape.c:214
-#, c-format
-msgid "ltsReadBlock: failed to read block %ld of temporary file"
+#: utils/misc/guc.c:2746 utils/misc/guc.c:2845
+msgid "Must be superuser to increase this value."
 msgstr ""
 
-#: utils/sort/logtape.c:569
-msgid "LogicalTapeWrite: impossible state"
-msgstr ""
+#: utils/misc/guc.c:2768
+#, c-format
+msgid "invalid value for parameter \"%s\": %g"
+msgstr "ungültiger Wert für Parameter »%s«: %g"
 
-#: utils/sort/logtape.c:831
-msgid "LogicalTapeBackspace: unexpected end of tape"
+#: utils/misc/guc.c:2899
+#, c-format
+msgid "invalid value for parameter \"%s\": \"%s\""
 msgstr ""
 
-#: utils/sort/logtape.c:888 utils/sort/logtape.c:898
-msgid "LogicalTapeSeek: unexpected end of tape"
-msgstr ""
+#: utils/misc/guc.c:3106
+#, c-format
+msgid "SET %s takes only one argument"
+msgstr "SET %s darf nur ein Argument haben"
 
-#: utils/sort/tuplesort.c:698
-msgid "tuplesort_puttuple: invalid state"
-msgstr ""
+#: utils/misc/guc.c:3210
+msgid "SET requires parameter name"
+msgstr "SET benötigt Parameternamen"
 
-#: utils/sort/tuplesort.c:745
-msgid "tuplesort_performsort: invalid state"
+#: utils/misc/guc.c:4021
+#, c-format
+msgid "could not parse setting for parameter \"%s\""
 msgstr ""
 
-#: utils/sort/tuplesort.c:863 utils/sort/tuplesort.c:878
-msgid "tuplesort_gettuple: bogus tuple len in backward scan"
-msgstr ""
+#: utils/misc/guc.c:4368
+msgid "SET AUTOCOMMIT TO OFF is no longer supported"
+msgstr "SET AUTOCOMMIT TO OFF wird nicht mehr unterstützt"
 
-#: utils/sort/tuplesort.c:930
-msgid "tuplesort_gettuple: invalid state"
+#: utils/misc/help_config.c:62
+#, c-format
+msgid ""
+"Name:        %-20s\n"
+"Context:     %-20s\n"
+"Group:       %-20s\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1490
-msgid "tuplesort_rescan: invalid state"
+#: utils/misc/help_config.c:66
+#, c-format
+msgid ""
+"Description: %s\n"
+"%s\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1517
-msgid "tuplesort_markpos: invalid state"
+#: utils/misc/help_config.c:70
+#, c-format
+msgid ""
+"Type:        Boolean\n"
+"Reset value: %-s\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1542
-msgid "tuplesort_restorepos failed"
+#: utils/misc/help_config.c:74
+#, c-format
+msgid ""
+"Type:        integer\n"
+"Reset value: %-20d\n"
+"Min value:   %-20d\n"
+"Max value:   %-20d\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1546
-msgid "tuplesort_restorepos: invalid state"
+#: utils/misc/help_config.c:78
+#, c-format
+msgid ""
+"Type:        real\n"
+"Reset value: %-20g\n"
+"Min value:   %-20g\n"
+"Max value:   %-20g\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1669
-msgid "tuplesort: unexpected end of tape"
+#: utils/misc/help_config.c:82
+#, c-format
+msgid ""
+"Type:        string\n"
+"Reset value: %-s\n"
 msgstr ""
 
-#: 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"
+#: utils/misc/help_config.c:87
+msgid ""
+"NAME\tCONTEXT\tGROUP\tTYPE\tRESET_VALUE\tMIN\tMAX\tSHORT_DESCRIPTION"
+"\tLONG_DESCRIPTION\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1789
+#: utils/misc/help_config.c:176
 #, c-format
-msgid "SelectSortFunction: cache lookup failed for operator %u"
+msgid ""
+"%s \n"
+" Try -h for further details\n"
 msgstr ""
 
-#: utils/sort/tuplesort.c:1901
-#, c-format
-msgid "Invalid SortFunctionKind %d"
+#: utils/misc/help_config.c:360
+msgid "FALSE"
 msgstr ""
 
-#: utils/sort/tuplesort.c:2089
-msgid "Cannot create unique index. Table contains non-unique values"
+#: utils/misc/help_config.c:360
+msgid "TRUE"
 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"
+#: utils/misc/help_config.c:383
+msgid "Unrecognized variable type!\n"
 msgstr ""
 
-#: utils/sort/tuplestore.c:302
-msgid "tuplestore_puttuple: invalid state"
+#: utils/misc/help_config.c:412
+msgid "All currently defined groups\n"
 msgstr ""
 
-#: utils/sort/tuplestore.c:338
-msgid "tuplestore_donestoring: seek(0) failed"
-msgstr ""
+#: utils/misc/help_config.c:413
+msgid "----------------------------\n"
+msgstr "----------------------------\n"
 
-#: utils/sort/tuplestore.c:346
-msgid "tuplestore_donestoring: invalid state"
-msgstr ""
+#: utils/misc/help_config.c:415
+#, c-format
+msgid "%s\n"
+msgstr "%s\n"
 
-#: utils/sort/tuplestore.c:464 utils/sort/tuplestore.c:479
-msgid "tuplestore_gettuple: bogus tuple len in backward scan"
+#: utils/misc/help_config.c:421
+msgid ""
+"Usage for --help-config option: [-h] [-g <group>] [-l] [-G] [-m] [-M] "
+"[string]\n"
 msgstr ""
 
-#: utils/sort/tuplestore.c:484
-msgid "tuplestore_gettuple: invalid state"
+#: utils/misc/help_config.c:427
+#, c-format
+msgid ""
+"Description:\n"
+"--help-config displays all the runtime options available in PostgreSQL.\n"
+"It groups them by category and sorts them by name. If available, it will\n"
+"present a short description, default, max and min values as well as other\n"
+"information about each option.\n"
+"\n"
+"With no options specified, it will output all available runtime options\n"
+"in human friendly format, grouped by category and sorted by name.\n"
+"\n"
+"%s\n"
+"General Options:\n"
+"  [string]\tAll options with names that match this string\n"
+"  -g GROUP\tAll options in categories that match GROUP\n"
+"  -l      \tPrints list of all groups / subgroups\n"
+"  -h      \tPrints this help message\n"
+"\n"
+"Output Options:\n"
+"  -G      \tDo not group by category\n"
+"  -m      \tMachine friendly format: tab separated fields\n"
+"  -M      \tSame as m, except header with column names is suppressed\n"
 msgstr ""
 
-#: utils/sort/tuplestore.c:520
-msgid "tuplestore_rescan: seek(0) failed"
-msgstr ""
+#: guc-file.l:268
+#, fuzzy, c-format
+msgid "syntax error in file \"%s\" line %u, near token \"%s\""
+msgstr "%s: Fehler in »%s«: kann »%s« nicht parsen"
 
-#: utils/sort/tuplestore.c:527
-msgid "tuplestore_rescan: invalid state"
-msgstr ""
+#: utils/mmgr/aset.c:336
+#, fuzzy, c-format
+msgid "Failed while creating memory context \"%s\"."
+msgstr "konnte SSL-Kontext nicht erstellen: %s"
 
-#: utils/sort/tuplestore.c:553
-msgid "tuplestore_markpos: invalid state"
+#: utils/mmgr/aset.c:502 utils/mmgr/aset.c:699 utils/mmgr/aset.c:892
+#, c-format
+msgid "Failed on request of size %lu."
 msgstr ""
 
-#: utils/sort/tuplestore.c:578
-msgid "tuplestore_restorepos failed"
-msgstr ""
+#: utils/mmgr/portalmem.c:170
+#, c-format
+msgid "cursor \"%s\" already exists"
+msgstr "Cursor »%s« existiert bereits"
 
-#: utils/sort/tuplestore.c:582
-msgid "tuplestore_restorepos: invalid state"
-msgstr ""
+#: utils/mmgr/portalmem.c:174
+#, c-format
+msgid "closing existing cursor \"%s\""
+msgstr "bestehender Cursor »%s« wird geschlossen"
 
-#: utils/sort/tuplestore.c:598
-msgid "tuplestore: unexpected end of tape"
+#: utils/sort/logtape.c:202
+#, c-format
+msgid "could not write block %ld of temporary file: %m"
 msgstr ""
 
-#: utils/sort/tuplestore.c:600 utils/sort/tuplestore.c:669
-#: utils/sort/tuplestore.c:673
-msgid "tuplestore: unexpected end of data"
-msgstr ""
+#: utils/sort/logtape.c:204
+msgid "Perhaps out of disk space?"
+msgstr "Vielleicht kein Platz mehr auf der Festplatte?"
 
-#: 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/sort/logtape.c:221
+#, c-format
+msgid "could not read block %ld of temporary file: %m"
+msgstr "konnte Block %ld von temporärer Datei nicht lesen: %m"
+
+#: utils/sort/tuplesort.c:2072
+msgid "could not create unique index"
+msgstr "konnte Unique Index nicht erstellen"
 
-#: utils/time/tqual.c:981
-msgid "CopyQuerySnapshot: no snapshot has been set"
+#: utils/sort/tuplesort.c:2073
+msgid "Table contains duplicated values."
 msgstr ""