diff options
Diffstat (limited to 'src')
53 files changed, 28736 insertions, 22479 deletions
diff --git a/src/backend/po/de.po b/src/backend/po/de.po index ea8d8a58626..fe3a17d1afb 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-07-20 02:38+0000\n" -"PO-Revision-Date: 2014-07-20 22:54-0400\n" +"POT-Creation-Date: 2014-10-03 22:08+0000\n" +"PO-Revision-Date: 2014-10-05 23:14-0400\n" "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n" "Language-Team: German <peter_e@gmx.net>\n" "Language: de\n" @@ -80,13 +80,13 @@ msgid "could not close directory \"%s\": %s\n" msgstr "konnte Verzeichnis „%s“ nicht schließen: %s\n" #: ../common/psprintf.c:179 ../port/path.c:596 ../port/path.c:634 -#: ../port/path.c:651 access/transam/xlog.c:6070 lib/stringinfo.c:258 +#: ../port/path.c:651 access/transam/xlog.c:6125 lib/stringinfo.c:258 #: libpq/auth.c:823 libpq/auth.c:1179 libpq/auth.c:1247 libpq/auth.c:1647 #: postmaster/bgworker.c:267 postmaster/bgworker.c:783 -#: postmaster/postmaster.c:2167 postmaster/postmaster.c:2198 -#: postmaster/postmaster.c:3734 postmaster/postmaster.c:4435 -#: postmaster/postmaster.c:4520 postmaster/postmaster.c:5210 -#: postmaster/postmaster.c:5442 storage/buffer/buf_init.c:154 +#: postmaster/postmaster.c:2173 postmaster/postmaster.c:2204 +#: postmaster/postmaster.c:3740 postmaster/postmaster.c:4441 +#: postmaster/postmaster.c:4526 postmaster/postmaster.c:5219 +#: postmaster/postmaster.c:5451 storage/buffer/buf_init.c:154 #: storage/buffer/localbuf.c:396 storage/file/fd.c:458 storage/file/fd.c:855 #: storage/file/fd.c:973 storage/file/fd.c:1586 storage/ipc/procarray.c:909 #: storage/ipc/procarray.c:1395 storage/ipc/procarray.c:1402 @@ -95,8 +95,8 @@ msgstr "konnte Verzeichnis „%s“ nicht schließen: %s\n" #: utils/adt/formatting.c:1760 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 #: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 utils/mb/mbutils.c:376 -#: utils/mb/mbutils.c:709 utils/misc/guc.c:3582 utils/misc/guc.c:3598 -#: utils/misc/guc.c:3611 utils/misc/tzparser.c:455 utils/mmgr/aset.c:499 +#: utils/mb/mbutils.c:709 utils/misc/guc.c:3571 utils/misc/guc.c:3587 +#: utils/misc/guc.c:3600 utils/misc/tzparser.c:455 utils/mmgr/aset.c:499 #: utils/mmgr/aset.c:678 utils/mmgr/aset.c:872 utils/mmgr/aset.c:1114 #, c-format msgid "out of memory" @@ -124,19 +124,17 @@ msgstr "konnte Datei oder Verzeichnis „%s“ nicht entfernen: %s\n" #: ../common/username.c:45 #, c-format -msgid "failed to look up effective user id %ld: %s" -msgstr "" +msgid "could not look up effective user ID %ld: %s" +msgstr "konnte effektive Benutzer-ID %ld nicht nachschlagen: %s" #: ../common/username.c:47 libpq/auth.c:1594 -#, fuzzy -#| msgid "server \"%s\" does not exist" msgid "user does not exist" -msgstr "Server „%s“ existiert nicht" +msgstr "Benutzer existiert nicht" #: ../common/username.c:61 #, c-format msgid "user name lookup failure: %s" -msgstr "" +msgstr "Fehler beim Nachschlagen des Benutzernamens: %s" #: ../common/wait_error.c:47 #, c-format @@ -232,10 +230,9 @@ msgid "You might have antivirus, backup, or similar software interfering with th msgstr "Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche Software das Datenbanksystem." #: ../port/path.c:620 -#, fuzzy, c-format -#| msgid "could not identify current directory: %s" +#, c-format msgid "could not get current working directory: %s\n" -msgstr "konnte aktuelles Verzeichnis nicht ermitteln: %s" +msgstr "konnte aktuelles Arbeitsverzeichnis nicht ermitteln: %s\n" #: ../port/strerror.c:25 #, c-format @@ -353,8 +350,9 @@ msgstr "Attribut „%s“ von Typ %s existiert nicht in Typ %s." msgid "column \"%s\" cannot be declared SETOF" msgstr "Spalte „%s“ kann nicht als SETOF deklariert werden" -#: access/gin/ginentrypage.c:108 access/nbtree/nbtinsert.c:545 -#: access/nbtree/nbtsort.c:485 access/spgist/spgdoinsert.c:1880 +#: access/gin/ginentrypage.c:108 access/gist/gist.c:1281 +#: access/nbtree/nbtinsert.c:545 access/nbtree/nbtsort.c:485 +#: access/spgist/spgdoinsert.c:1880 #, c-format msgid "index row size %zu exceeds maximum %zu for index \"%s\"" msgstr "Größe %zu der Indexzeile überschreitet Maximum %zu für Index „%s“" @@ -456,21 +454,21 @@ msgstr "Index „%s“ ist kein Hash-Index" msgid "index \"%s\" has wrong hash version" msgstr "Index „%s“ hat falsche Hash-Version" -#: access/heap/heapam.c:1200 access/heap/heapam.c:1228 -#: access/heap/heapam.c:1260 catalog/aclchk.c:1742 +#: access/heap/heapam.c:1199 access/heap/heapam.c:1227 +#: access/heap/heapam.c:1259 catalog/aclchk.c:1742 #, c-format msgid "\"%s\" is an index" msgstr "„%s“ ist ein Index" -#: access/heap/heapam.c:1205 access/heap/heapam.c:1233 -#: access/heap/heapam.c:1265 catalog/aclchk.c:1749 commands/tablecmds.c:8487 -#: commands/tablecmds.c:11101 +#: access/heap/heapam.c:1204 access/heap/heapam.c:1232 +#: access/heap/heapam.c:1264 catalog/aclchk.c:1749 commands/tablecmds.c:8495 +#: commands/tablecmds.c:11279 #, c-format msgid "\"%s\" is a composite type" msgstr "„%s“ ist ein zusammengesetzter Typ" -#: access/heap/heapam.c:4224 access/heap/heapam.c:4438 -#: access/heap/heapam.c:4495 +#: access/heap/heapam.c:4223 access/heap/heapam.c:4436 +#: access/heap/heapam.c:4493 executor/execMain.c:1992 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "konnte Sperre für Zeile in Relation „%s“ nicht setzen" @@ -481,27 +479,26 @@ msgid "row is too big: size %zu, maximum size %zu" msgstr "Zeile ist zu groß: Größe ist %zu, Maximalgröße ist %zu" #: access/heap/rewriteheap.c:932 -#, fuzzy, c-format -#| msgid "Could not write to file \"%s\" at offset %u: %m." +#, c-format msgid "could not write to file \"%s\", wrote %d of %d: %m" -msgstr "Konnte nicht in Datei „%s“ bei Position %u schreiben: %m." +msgstr "konnte nicht in Datei „%s“ schreiben, %d von %d geschrieben: %m" #: access/heap/rewriteheap.c:973 access/heap/rewriteheap.c:1185 #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:406 -#: access/transam/timeline.c:493 access/transam/xlog.c:3179 -#: access/transam/xlog.c:3309 replication/logical/snapbuild.c:1579 +#: access/transam/timeline.c:493 access/transam/xlog.c:3185 +#: access/transam/xlog.c:3315 replication/logical/snapbuild.c:1579 #: replication/slot.c:1032 replication/slot.c:1121 storage/file/fd.c:436 #: storage/smgr/md.c:966 storage/smgr/md.c:1197 storage/smgr/md.c:1370 -#: utils/misc/guc.c:6603 +#: utils/misc/guc.c:6599 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "konnte Datei „%s“ nicht fsyncen: %m" #: access/heap/rewriteheap.c:1028 access/heap/rewriteheap.c:1148 #: access/transam/timeline.c:314 access/transam/timeline.c:471 -#: access/transam/xlog.c:3135 access/transam/xlog.c:3270 -#: access/transam/xlog.c:9864 access/transam/xlog.c:10179 -#: postmaster/postmaster.c:4210 replication/slot.c:990 +#: access/transam/xlog.c:3141 access/transam/xlog.c:3276 +#: access/transam/xlog.c:9914 access/transam/xlog.c:10229 +#: postmaster/postmaster.c:4216 replication/slot.c:990 #: storage/file/copydir.c:162 storage/smgr/md.c:304 utils/time/snapmgr.c:976 #, c-format msgid "could not create file \"%s\": %m" @@ -512,45 +509,47 @@ msgstr "kann Datei „%s“ nicht erstellen: %m" msgid "could not truncate file \"%s\" to %u: %m" msgstr "konnte Datei „%s“ nicht auf %u kürzen: %m" -#: access/heap/rewriteheap.c:1164 -#, fuzzy, c-format -#| msgid "could not seek to end of file \"%s\": %m" -msgid "could not seek to the end of file \"%s\": %m" +#: access/heap/rewriteheap.c:1164 replication/walsender.c:465 +#: storage/smgr/md.c:1782 +#, c-format +msgid "could not seek to end of file \"%s\": %m" msgstr "konnte Positionszeiger nicht ans Ende der Datei „%s“ setzen: %m" #: access/heap/rewriteheap.c:1175 access/transam/timeline.c:366 #: access/transam/timeline.c:400 access/transam/timeline.c:487 -#: access/transam/xlog.c:3170 access/transam/xlog.c:3302 -#: postmaster/postmaster.c:4220 postmaster/postmaster.c:4230 +#: access/transam/xlog.c:3176 access/transam/xlog.c:3308 +#: postmaster/postmaster.c:4226 postmaster/postmaster.c:4236 #: replication/logical/snapbuild.c:1563 replication/slot.c:1018 #: storage/file/copydir.c:187 utils/init/miscinit.c:1057 -#: utils/init/miscinit.c:1066 utils/init/miscinit.c:1073 utils/misc/guc.c:8272 -#: utils/misc/guc.c:8286 utils/time/snapmgr.c:981 utils/time/snapmgr.c:988 +#: utils/init/miscinit.c:1066 utils/init/miscinit.c:1073 utils/misc/guc.c:8290 +#: utils/misc/guc.c:8304 utils/time/snapmgr.c:981 utils/time/snapmgr.c:988 #, c-format msgid "could not write to file \"%s\": %m" msgstr "konnte nicht in Datei „%s“ schreiben: %m" -#: access/heap/rewriteheap.c:1258 replication/logical/reorderbuffer.c:2353 +#: access/heap/rewriteheap.c:1258 access/transam/xlog.c:10098 +#: access/transam/xlogarchive.c:114 access/transam/xlogarchive.c:467 +#: replication/logical/reorderbuffer.c:2353 #: replication/logical/reorderbuffer.c:2410 #: replication/logical/snapbuild.c:1509 replication/logical/snapbuild.c:1880 -#: replication/slot.c:1095 -#, fuzzy, c-format -#| msgid "could not open file \"%s\": %m" -msgid "could not unlink file \"%s\": %m" -msgstr "konnte Datei „%s“ nicht öffnen: %m" +#: replication/slot.c:1095 storage/ipc/dsm.c:326 storage/smgr/md.c:404 +#: storage/smgr/md.c:453 storage/smgr/md.c:1317 +#, c-format +msgid "could not remove file \"%s\": %m" +msgstr "konnte Datei „%s“ nicht löschen: %m" #: access/heap/rewriteheap.c:1272 access/transam/timeline.c:110 #: access/transam/timeline.c:235 access/transam/timeline.c:333 -#: access/transam/xlog.c:3111 access/transam/xlog.c:3218 -#: access/transam/xlog.c:3255 access/transam/xlog.c:3530 -#: access/transam/xlog.c:3608 replication/basebackup.c:458 +#: access/transam/xlog.c:3117 access/transam/xlog.c:3224 +#: access/transam/xlog.c:3261 access/transam/xlog.c:3536 +#: access/transam/xlog.c:3614 replication/basebackup.c:458 #: replication/basebackup.c:1167 replication/logical/logicalfuncs.c:152 #: replication/logical/reorderbuffer.c:1966 #: replication/logical/reorderbuffer.c:2173 #: replication/logical/reorderbuffer.c:2802 #: replication/logical/snapbuild.c:1556 replication/logical/snapbuild.c:1640 #: replication/slot.c:1110 replication/walsender.c:458 -#: replication/walsender.c:2092 storage/file/copydir.c:155 +#: replication/walsender.c:2094 storage/file/copydir.c:155 #: storage/file/fd.c:422 storage/smgr/md.c:586 storage/smgr/md.c:844 #: utils/error/elog.c:1797 utils/init/miscinit.c:992 #: utils/init/miscinit.c:1121 @@ -559,8 +558,8 @@ msgid "could not open file \"%s\": %m" msgstr "konnte Datei „%s“ nicht öffnen: %m" #: access/index/indexam.c:172 catalog/objectaddress.c:855 -#: commands/indexcmds.c:1725 commands/tablecmds.c:231 -#: commands/tablecmds.c:11092 +#: commands/indexcmds.c:1725 commands/tablecmds.c:232 +#: commands/tablecmds.c:11270 #, c-format msgid "\"%s\" is not an index" msgstr "„%s“ ist kein Index" @@ -607,10 +606,9 @@ 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/nbtree/nbtpage.c:1187 -#, fuzzy, c-format -#| msgid "Index \"%s\" contains a whole-row table reference." +#, c-format msgid "index \"%s\" contains a half-dead internal page" -msgstr "Index „%s“ enthält einen Verweis auf die ganze Zeile der Tabelle." +msgstr "Index „%s“ enthält eine halbtote interne Seite" #: access/nbtree/nbtpage.c:1189 #, c-format @@ -774,10 +772,10 @@ msgstr "ungültige Daten in History-Datei „%s“" msgid "Timeline IDs must be less than child timeline's ID." msgstr "Zeitleisten-IDs müssen kleiner als die Zeitleisten-ID des Kindes sein." -#: access/transam/timeline.c:345 access/transam/xlog.c:3283 -#: access/transam/xlog.c:10030 access/transam/xlog.c:10043 -#: access/transam/xlog.c:10411 access/transam/xlog.c:10454 -#: access/transam/xlogfuncs.c:473 access/transam/xlogfuncs.c:492 +#: access/transam/timeline.c:345 access/transam/xlog.c:3289 +#: access/transam/xlog.c:10080 access/transam/xlog.c:10093 +#: access/transam/xlog.c:10461 access/transam/xlog.c:10504 +#: access/transam/xlogfuncs.c:468 access/transam/xlogfuncs.c:487 #: replication/logical/reorderbuffer.c:2820 replication/walsender.c:483 #: storage/file/copydir.c:176 utils/adt/genfile.c:139 #, c-format @@ -785,8 +783,8 @@ msgid "could not read file \"%s\": %m" msgstr "konnte Datei „%s“ nicht lesen: %m" #: access/transam/timeline.c:411 access/transam/timeline.c:498 -#: access/transam/xlog.c:3185 access/transam/xlog.c:3314 -#: access/transam/xlogfuncs.c:498 commands/copy.c:1518 +#: access/transam/xlog.c:3191 access/transam/xlog.c:3320 +#: access/transam/xlogfuncs.c:493 commands/copy.c:1518 #: storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" @@ -798,10 +796,11 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "konnte Datei „%s“ nicht nach „%s“ linken: %m" #: access/transam/timeline.c:435 access/transam/timeline.c:522 -#: access/transam/xlog.c:5394 access/transam/xlog.c:6443 +#: access/transam/xlog.c:5405 access/transam/xlog.c:6498 #: access/transam/xlogarchive.c:458 access/transam/xlogarchive.c:475 #: access/transam/xlogarchive.c:582 postmaster/pgarch.c:759 -#: replication/logical/snapbuild.c:1593 replication/slot.c:933 +#: replication/logical/snapbuild.c:1593 replication/slot.c:457 +#: replication/slot.c:933 replication/slot.c:1044 utils/misc/guc.c:6843 #: utils/time/snapmgr.c:999 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" @@ -972,15 +971,12 @@ msgid "database is not accepting commands to avoid wraparound data loss in datab msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank „%s“ zu vermeiden" #: access/transam/varsup.c:117 access/transam/varsup.c:124 -#, fuzzy, c-format -#| msgid "" -#| "Stop the postmaster and use a standalone backend to vacuum that database.\n" -#| "You might also need to commit or roll back old prepared transactions." +#, c-format msgid "" "Stop the postmaster and vacuum that database in single-user mode.\n" "You might also need to commit or roll back old prepared transactions." msgstr "" -"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um VACUUM in dieser Datenbank auszuführen.\n" +"Halten Sie den Postmaster an und führen Sie in dieser Datenbank VACUUM im Einzelbenutzermodus aus.\n" "Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen." #: access/transam/varsup.c:122 @@ -1004,10 +1000,9 @@ msgid "transaction ID wrap limit is %u, limited by database with OID %u" msgstr "Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit OID %u" #: access/transam/xact.c:814 -#, fuzzy, c-format -#| msgid "cannot have more than 2^32-1 commands in a transaction" +#, c-format msgid "cannot have more than 2^32-2 commands in a transaction" -msgstr "kann nicht mehr als 2^32-1 Befehle in einer Transaktion ausführen" +msgstr "kann nicht mehr als 2^32-2 Befehle in einer Transaktion ausführen" #: access/transam/xact.c:1370 #, c-format @@ -1070,861 +1065,860 @@ msgstr "Savepoint existiert nicht" msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben" -#: access/transam/xlog.c:2410 +#: access/transam/xlog.c:2416 #, c-format msgid "could not seek in log file %s to offset %u: %m" msgstr "konnte Positionszeiger in Logdatei %s nicht auf %u setzen: %m" -#: access/transam/xlog.c:2430 +#: access/transam/xlog.c:2436 #, c-format msgid "could not write to log file %s at offset %u, length %zu: %m" msgstr "konnte nicht in Logdatei %s bei Position %u, Länge %zu schreiben: %m" -#: access/transam/xlog.c:2706 +#: access/transam/xlog.c:2712 #, c-format msgid "updated min recovery point to %X/%X on timeline %u" msgstr "minimaler Recovery-Punkt auf %X/%X auf Zeitleiste %u aktualisiert" -#: access/transam/xlog.c:3286 +#: access/transam/xlog.c:3292 #, c-format msgid "not enough data in file \"%s\"" msgstr "nicht genug Daten in Datei „%s“" -#: access/transam/xlog.c:3405 +#: access/transam/xlog.c:3411 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "konnte Datei „%s“ nicht nach „%s“ linken (Logdatei-Initialisierung): %m" -#: access/transam/xlog.c:3417 +#: access/transam/xlog.c:3423 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "konnte Datei „%s“ nicht in „%s“ umbenennen (Logdatei-Initialisierung): %m" -#: access/transam/xlog.c:3445 +#: access/transam/xlog.c:3451 #, c-format msgid "could not open transaction log file \"%s\": %m" msgstr "konnte Transaktionslogdatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:3634 +#: access/transam/xlog.c:3640 #, c-format msgid "could not close log file %s: %m" msgstr "konnte Logdatei %s nicht schließen: %m" -#: access/transam/xlog.c:3693 replication/logical/logicalfuncs.c:147 -#: replication/walsender.c:2087 +#: access/transam/xlog.c:3699 replication/logical/logicalfuncs.c:147 +#: replication/walsender.c:2089 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "das angeforderte WAL-Segment %s wurde schon entfernt" -#: access/transam/xlog.c:3771 access/transam/xlog.c:3948 +#: access/transam/xlog.c:3777 access/transam/xlog.c:3954 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "konnte Transaktionslog-Verzeichnis „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:3819 +#: access/transam/xlog.c:3825 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "Transaktionslogdatei „%s“ wird wiederverwendet" -#: access/transam/xlog.c:3835 +#: access/transam/xlog.c:3841 #, c-format msgid "removing transaction log file \"%s\"" msgstr "entferne Transaktionslogdatei „%s“" -#: access/transam/xlog.c:3858 +#: access/transam/xlog.c:3864 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "konnte alte Transaktionslogdatei „%s“ nicht umbenennen: %m" -#: access/transam/xlog.c:3870 +#: access/transam/xlog.c:3876 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "konnte alte Transaktionslogdatei „%s“ nicht löschen: %m" -#: access/transam/xlog.c:3908 access/transam/xlog.c:3918 +#: access/transam/xlog.c:3914 access/transam/xlog.c:3924 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "benötigtes WAL-Verzeichnis „%s“ existiert nicht" -#: access/transam/xlog.c:3924 +#: access/transam/xlog.c:3930 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "erzeuge fehlendes WAL-Verzeichnis „%s“" -#: access/transam/xlog.c:3927 +#: access/transam/xlog.c:3933 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "konnte fehlendes Verzeichnis „%s“ nicht erzeugen: %m" -#: access/transam/xlog.c:3961 +#: access/transam/xlog.c:3967 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "entferne Transaktionslog-Backup-History-Datei „%s“" -#: access/transam/xlog.c:4157 +#: access/transam/xlog.c:4163 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "unerwartete Zeitleisten-ID %u in Logsegment %s, Offset %u" -#: access/transam/xlog.c:4279 +#: access/transam/xlog.c:4285 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "neue Zeitleiste %u ist kein Kind der Datenbanksystemzeitleiste %u" -#: access/transam/xlog.c:4293 +#: access/transam/xlog.c:4299 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "neue Zeitleiste %u zweigte von der aktuellen Datenbanksystemzeitleiste %u vor dem aktuellen Wiederherstellungspunkt %X/%X ab" -#: access/transam/xlog.c:4312 +#: access/transam/xlog.c:4318 #, c-format msgid "new target timeline is %u" msgstr "neue Zielzeitleiste ist %u" -#: access/transam/xlog.c:4392 +#: access/transam/xlog.c:4398 #, c-format msgid "could not create control file \"%s\": %m" msgstr "konnte Kontrolldatei „%s“ nicht erzeugen: %m" -#: access/transam/xlog.c:4403 access/transam/xlog.c:4639 +#: access/transam/xlog.c:4409 access/transam/xlog.c:4645 #, c-format msgid "could not write to control file: %m" msgstr "konnte nicht in Kontrolldatei schreiben: %m" -#: access/transam/xlog.c:4409 access/transam/xlog.c:4645 +#: access/transam/xlog.c:4415 access/transam/xlog.c:4651 #, c-format msgid "could not fsync control file: %m" msgstr "konnte Kontrolldatei nicht fsyncen: %m" -#: access/transam/xlog.c:4414 access/transam/xlog.c:4650 +#: access/transam/xlog.c:4420 access/transam/xlog.c:4656 #, c-format msgid "could not close control file: %m" msgstr "konnte Kontrolldatei nicht schließen: %m" -#: access/transam/xlog.c:4432 access/transam/xlog.c:4628 +#: access/transam/xlog.c:4438 access/transam/xlog.c:4634 #, c-format msgid "could not open control file \"%s\": %m" msgstr "konnte Kontrolldatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:4438 +#: access/transam/xlog.c:4444 #, c-format msgid "could not read from control file: %m" msgstr "konnte nicht aus Kontrolldatei lesen: %m" -#: access/transam/xlog.c:4451 access/transam/xlog.c:4460 -#: access/transam/xlog.c:4484 access/transam/xlog.c:4491 -#: access/transam/xlog.c:4498 access/transam/xlog.c:4503 -#: access/transam/xlog.c:4510 access/transam/xlog.c:4517 -#: access/transam/xlog.c:4524 access/transam/xlog.c:4531 -#: access/transam/xlog.c:4538 access/transam/xlog.c:4545 -#: access/transam/xlog.c:4552 access/transam/xlog.c:4561 -#: access/transam/xlog.c:4568 access/transam/xlog.c:4577 -#: access/transam/xlog.c:4584 access/transam/xlog.c:4593 -#: access/transam/xlog.c:4600 utils/init/miscinit.c:1139 +#: access/transam/xlog.c:4457 access/transam/xlog.c:4466 +#: access/transam/xlog.c:4490 access/transam/xlog.c:4497 +#: access/transam/xlog.c:4504 access/transam/xlog.c:4509 +#: access/transam/xlog.c:4516 access/transam/xlog.c:4523 +#: access/transam/xlog.c:4530 access/transam/xlog.c:4537 +#: access/transam/xlog.c:4544 access/transam/xlog.c:4551 +#: access/transam/xlog.c:4558 access/transam/xlog.c:4567 +#: access/transam/xlog.c:4574 access/transam/xlog.c:4583 +#: access/transam/xlog.c:4590 access/transam/xlog.c:4599 +#: access/transam/xlog.c:4606 utils/init/miscinit.c:1139 #, c-format msgid "database files are incompatible with server" msgstr "Datenbankdateien sind inkompatibel mit Server" -#: access/transam/xlog.c:4452 +#: access/transam/xlog.c:4458 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert." -#: access/transam/xlog.c:4456 +#: access/transam/xlog.c:4462 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:4461 +#: access/transam/xlog.c:4467 #, 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/transam/xlog.c:4464 access/transam/xlog.c:4488 -#: access/transam/xlog.c:4495 access/transam/xlog.c:4500 +#: access/transam/xlog.c:4470 access/transam/xlog.c:4494 +#: access/transam/xlog.c:4501 access/transam/xlog.c:4506 #, c-format msgid "It looks like you need to initdb." msgstr "Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:4475 +#: access/transam/xlog.c:4481 #, c-format msgid "incorrect checksum in control file" msgstr "falsche Prüfsumme in Kontrolldatei" -#: access/transam/xlog.c:4485 +#: access/transam/xlog.c:4491 #, c-format 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/transam/xlog.c:4492 +#: access/transam/xlog.c:4498 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server wurde mit MAXALIGN %d kompiliert." -#: access/transam/xlog.c:4499 +#: access/transam/xlog.c:4505 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm." -#: access/transam/xlog.c:4504 +#: access/transam/xlog.c:4510 #, c-format 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/transam/xlog.c:4507 access/transam/xlog.c:4514 -#: access/transam/xlog.c:4521 access/transam/xlog.c:4528 -#: access/transam/xlog.c:4535 access/transam/xlog.c:4542 -#: access/transam/xlog.c:4549 access/transam/xlog.c:4556 -#: access/transam/xlog.c:4564 access/transam/xlog.c:4571 -#: access/transam/xlog.c:4580 access/transam/xlog.c:4587 -#: access/transam/xlog.c:4596 access/transam/xlog.c:4603 +#: access/transam/xlog.c:4513 access/transam/xlog.c:4520 +#: access/transam/xlog.c:4527 access/transam/xlog.c:4534 +#: access/transam/xlog.c:4541 access/transam/xlog.c:4548 +#: access/transam/xlog.c:4555 access/transam/xlog.c:4562 +#: access/transam/xlog.c:4570 access/transam/xlog.c:4577 +#: access/transam/xlog.c:4586 access/transam/xlog.c:4593 +#: access/transam/xlog.c:4602 access/transam/xlog.c:4609 #, c-format 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/transam/xlog.c:4511 +#: access/transam/xlog.c:4517 #, c-format 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/transam/xlog.c:4518 +#: access/transam/xlog.c:4524 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der Server wurde mit XLOG_BLCKSZ %d kompiliert." -#: access/transam/xlog.c:4525 +#: access/transam/xlog.c:4531 #, c-format msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der Server wurde mit XLOG_SEG_SIZE %d kompiliert." -#: access/transam/xlog.c:4532 +#: access/transam/xlog.c:4538 #, c-format 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/transam/xlog.c:4539 +#: access/transam/xlog.c:4545 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der Server wurde mit INDEX_MAX_KEYS %d kompiliert." -#: access/transam/xlog.c:4546 +#: access/transam/xlog.c:4552 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert." -#: access/transam/xlog.c:4553 -#, fuzzy, c-format -#| msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." +#: access/transam/xlog.c:4559 +#, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." -msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server wurde mit BLCKSZ %d kompiliert." +msgstr "Der Datenbank-Cluster wurde mit LOBLKSIZE %d initialisiert, aber der Server wurde mit LOBLKSIZE %d kompiliert." -#: access/transam/xlog.c:4562 +#: access/transam/xlog.c:4568 #, c-format 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/transam/xlog.c:4569 +#: access/transam/xlog.c:4575 #, c-format 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/transam/xlog.c:4578 +#: access/transam/xlog.c:4584 #, c-format msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:4585 +#: access/transam/xlog.c:4591 #, c-format msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:4594 +#: access/transam/xlog.c:4600 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4601 +#: access/transam/xlog.c:4607 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4997 +#: access/transam/xlog.c:5008 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m" -#: access/transam/xlog.c:5003 +#: access/transam/xlog.c:5014 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m" -#: access/transam/xlog.c:5008 +#: access/transam/xlog.c:5019 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m" -#: access/transam/xlog.c:5079 +#: access/transam/xlog.c:5090 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "konnte Recovery-Kommandodatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:5119 access/transam/xlog.c:5210 -#: access/transam/xlog.c:5221 commands/extension.c:527 -#: commands/extension.c:535 utils/misc/guc.c:5373 +#: access/transam/xlog.c:5130 access/transam/xlog.c:5221 +#: access/transam/xlog.c:5232 commands/extension.c:527 +#: commands/extension.c:535 utils/misc/guc.c:5369 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "Parameter „%s“ erfordert einen Boole’schen Wert" -#: access/transam/xlog.c:5135 +#: access/transam/xlog.c:5146 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline ist keine gültige Zahl: „%s“" -#: access/transam/xlog.c:5151 +#: access/transam/xlog.c:5162 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid ist keine gültige Zahl: „%s“" -#: access/transam/xlog.c:5182 +#: access/transam/xlog.c:5193 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "recovery_target_name ist zu lang (maximal %d Zeichen)" -#: access/transam/xlog.c:5196 +#: access/transam/xlog.c:5207 #, fuzzy, c-format #| msgid "unrecognized recovery parameter \"%s\"" msgid "invalid recovery_target parameter" msgstr "unbekannter Recovery-Parameter „%s“" -#: access/transam/xlog.c:5197 +#: access/transam/xlog.c:5208 #, c-format msgid "The only allowed value is 'immediate'" msgstr "" -#: access/transam/xlog.c:5256 +#: access/transam/xlog.c:5267 #, fuzzy, c-format #| msgid "parameter \"%s\" requires a Boolean value" msgid "parameter \"%s\" requires a temporal value" msgstr "Parameter „%s“ erfordert einen Boole’schen Wert" -#: access/transam/xlog.c:5258 catalog/dependency.c:970 +#: access/transam/xlog.c:5269 catalog/dependency.c:970 #: catalog/dependency.c:971 catalog/dependency.c:977 catalog/dependency.c:978 #: catalog/dependency.c:989 catalog/dependency.c:990 -#: catalog/objectaddress.c:764 commands/tablecmds.c:762 -#: commands/tablecmds.c:8941 commands/user.c:988 commands/view.c:475 +#: catalog/objectaddress.c:764 commands/tablecmds.c:763 +#: commands/tablecmds.c:8949 commands/user.c:988 commands/view.c:475 #: libpq/auth.c:285 port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1184 utils/misc/guc.c:5405 utils/misc/guc.c:5530 -#: utils/misc/guc.c:8849 utils/misc/guc.c:8883 utils/misc/guc.c:8917 -#: utils/misc/guc.c:8951 utils/misc/guc.c:8986 +#: storage/lmgr/proc.c:1184 utils/misc/guc.c:5401 utils/misc/guc.c:5526 +#: utils/misc/guc.c:8867 utils/misc/guc.c:8901 utils/misc/guc.c:8935 +#: utils/misc/guc.c:8969 utils/misc/guc.c:9004 #, c-format msgid "%s" msgstr "%s" -#: access/transam/xlog.c:5260 +#: access/transam/xlog.c:5271 #, c-format msgid "recovery_min_apply_delay = '%s'" msgstr "" -#: access/transam/xlog.c:5264 +#: access/transam/xlog.c:5275 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "unbekannter Recovery-Parameter „%s“" -#: access/transam/xlog.c:5275 +#: access/transam/xlog.c:5286 #, c-format msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" msgstr "Recovery-Kommandodatei „%s“ hat weder primary_conninfo noch restore_command angegeben" -#: access/transam/xlog.c:5277 +#: access/transam/xlog.c:5288 #, c-format msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_xlog regelmäßig auf dort abgelegte Dateien." -#: access/transam/xlog.c:5283 +#: access/transam/xlog.c:5294 #, c-format msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "Recovery-Kommandodatei „%s“ muss restore_command angeben, wenn der Standby-Modus nicht eingeschaltet ist" -#: access/transam/xlog.c:5303 +#: access/transam/xlog.c:5314 #, c-format msgid "recovery target timeline %u does not exist" msgstr "recovery_target_timeline %u existiert nicht" -#: access/transam/xlog.c:5398 +#: access/transam/xlog.c:5409 #, c-format msgid "archive recovery complete" msgstr "Wiederherstellung aus Archiv abgeschlossen" -#: access/transam/xlog.c:5457 access/transam/xlog.c:5619 +#: access/transam/xlog.c:5479 access/transam/xlog.c:5673 #, fuzzy, c-format #| msgid "recovery stopping after commit of transaction %u, time %s" msgid "recovery stopping after reaching consistency" msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5515 +#: access/transam/xlog.c:5554 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5522 +#: access/transam/xlog.c:5561 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5564 +#: access/transam/xlog.c:5603 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "Wiederherstellung beendet bei Restore-Punkt „%s“, Zeit %s" -#: access/transam/xlog.c:5600 +#: access/transam/xlog.c:5653 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5607 +#: access/transam/xlog.c:5661 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5646 +#: access/transam/xlog.c:5700 #, c-format msgid "recovery has paused" msgstr "Wiederherstellung wurde pausiert" -#: access/transam/xlog.c:5647 +#: access/transam/xlog.c:5701 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen." -#: access/transam/xlog.c:5861 +#: access/transam/xlog.c:5916 #, c-format msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)" msgstr "Hot Standby ist nicht möglich, weil %s = %d eine niedrigere Einstellung als auf dem Masterserver ist (Wert dort war %d)" -#: access/transam/xlog.c:5883 +#: access/transam/xlog.c:5938 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "WAL wurde mit wal_level=minimal erzeugt, eventuell fehlen Daten" -#: access/transam/xlog.c:5884 +#: access/transam/xlog.c:5939 #, c-format msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "Das passiert, wenn vorübergehend wal_level=minimal gesetzt wurde, ohne ein neues Base-Backup zu erzeugen." -#: access/transam/xlog.c:5895 +#: access/transam/xlog.c:5950 #, fuzzy, c-format #| msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" or higher on the master server" msgstr "Hot Standby ist nicht möglich, weil wal_level auf dem Masterserver nicht auf „hot_standby“ gesetzt wurde" -#: access/transam/xlog.c:5896 +#: access/transam/xlog.c:5951 #, c-format msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "Setzen Sie entweder wal_level auf „hot_standby“ auf dem Master oder schalten Sie hot_standby hier aus." -#: access/transam/xlog.c:5951 +#: access/transam/xlog.c:6006 #, c-format msgid "control file contains invalid data" msgstr "Kontrolldatei enthält ungültige Daten" -#: access/transam/xlog.c:5957 +#: access/transam/xlog.c:6012 #, c-format msgid "database system was shut down at %s" msgstr "Datenbanksystem wurde am %s heruntergefahren" -#: access/transam/xlog.c:5962 +#: access/transam/xlog.c:6017 #, c-format msgid "database system was shut down in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren" -#: access/transam/xlog.c:5966 +#: access/transam/xlog.c:6021 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:5970 +#: access/transam/xlog.c:6025 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen" -#: access/transam/xlog.c:5972 +#: access/transam/xlog.c:6027 #, c-format 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/transam/xlog.c:5976 +#: access/transam/xlog.c:6031 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen" -#: access/transam/xlog.c:5978 +#: access/transam/xlog.c:6033 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen." -#: access/transam/xlog.c:5982 +#: access/transam/xlog.c:6037 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "Datenbanksystem wurde unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:6036 +#: access/transam/xlog.c:6091 #, c-format msgid "entering standby mode" msgstr "Standby-Modus eingeschaltet" -#: access/transam/xlog.c:6039 +#: access/transam/xlog.c:6094 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "starte Point-in-Time-Recovery bis XID %u" -#: access/transam/xlog.c:6043 +#: access/transam/xlog.c:6098 #, c-format msgid "starting point-in-time recovery to %s" msgstr "starte Point-in-Time-Recovery bis %s" -#: access/transam/xlog.c:6047 +#: access/transam/xlog.c:6102 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "starte Point-in-Time-Recovery bis „%s“" -#: access/transam/xlog.c:6051 +#: access/transam/xlog.c:6106 #, fuzzy, c-format #| msgid "starting point-in-time recovery to %s" msgid "starting point-in-time recovery to earliest consistent point" msgstr "starte Point-in-Time-Recovery bis %s" -#: access/transam/xlog.c:6054 +#: access/transam/xlog.c:6109 #, c-format msgid "starting archive recovery" msgstr "starte Wiederherstellung aus Archiv" -#: access/transam/xlog.c:6071 +#: access/transam/xlog.c:6126 #, c-format msgid "Failed while allocating an XLog reading processor." msgstr "Fehlgeschlagen beim Anlegen eines XLog-Leseprozessors." -#: access/transam/xlog.c:6096 access/transam/xlog.c:6163 +#: access/transam/xlog.c:6151 access/transam/xlog.c:6218 #, c-format msgid "checkpoint record is at %X/%X" msgstr "Checkpoint-Eintrag ist bei %X/%X" -#: access/transam/xlog.c:6110 +#: access/transam/xlog.c:6165 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden" -#: access/transam/xlog.c:6111 access/transam/xlog.c:6118 +#: access/transam/xlog.c:6166 access/transam/xlog.c:6173 #, c-format msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "Wenn Sie gerade keine Sicherung wiederherstellen, versuchen Sie, die Datei „%s/backup_label“ zu löschen." -#: access/transam/xlog.c:6117 +#: access/transam/xlog.c:6172 #, c-format msgid "could not locate required checkpoint record" msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden" -#: access/transam/xlog.c:6173 access/transam/xlog.c:6188 +#: access/transam/xlog.c:6228 access/transam/xlog.c:6243 #, c-format msgid "could not locate a valid checkpoint record" msgstr "konnte keinen gültigen Checkpoint-Datensatz finden" -#: access/transam/xlog.c:6182 +#: access/transam/xlog.c:6237 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X" -#: access/transam/xlog.c:6212 +#: access/transam/xlog.c:6267 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "angeforderte Zeitleiste %u ist kein Kind der History dieses Servers" -#: access/transam/xlog.c:6214 +#: access/transam/xlog.c:6269 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Neuester Checkpoint ist bei %X/%X auf Zeitleiste %u, aber in der History der angeforderten Zeitleiste zweigte der Server von dieser Zeitleiste bei %X/%X ab." -#: access/transam/xlog.c:6230 +#: access/transam/xlog.c:6285 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "angeforderte Zeitleiste %u enthält nicht den minimalen Wiederherstellungspunkt %X/%X auf Zeitleiste %u" -#: access/transam/xlog.c:6239 +#: access/transam/xlog.c:6294 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s" -#: access/transam/xlog.c:6243 +#: access/transam/xlog.c:6298 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "nächste Transaktions-ID: %u/%u; nächste OID: %u" -#: access/transam/xlog.c:6247 +#: access/transam/xlog.c:6302 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u" -#: access/transam/xlog.c:6250 +#: access/transam/xlog.c:6305 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "älteste nicht eingefrorene Transaktions-ID: %u, in Datenbank %u" -#: access/transam/xlog.c:6253 +#: access/transam/xlog.c:6308 #, c-format msgid "oldest MultiXactId: %u, in database %u" msgstr "älteste MultiXactId: %u, in Datenbank %u" -#: access/transam/xlog.c:6257 +#: access/transam/xlog.c:6312 #, c-format msgid "invalid next transaction ID" msgstr "ungültige nächste Transaktions-ID" -#: access/transam/xlog.c:6327 +#: access/transam/xlog.c:6382 #, c-format msgid "invalid redo in checkpoint record" msgstr "ungültiges Redo im Checkpoint-Datensatz" -#: access/transam/xlog.c:6338 +#: access/transam/xlog.c:6393 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint" -#: access/transam/xlog.c:6369 +#: access/transam/xlog.c:6424 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft" -#: access/transam/xlog.c:6373 +#: access/transam/xlog.c:6428 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "Wiederherstellung nach Absturz beginnt in Zeitleiste %u und hat Zielzeitleiste %u" -#: access/transam/xlog.c:6410 +#: access/transam/xlog.c:6465 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein" -#: access/transam/xlog.c:6411 +#: access/transam/xlog.c:6466 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Das bedeutet, dass die Datensicherung verfälscht ist und Sie eine andere Datensicherung zur Wiederherstellung verwenden werden müssen." -#: access/transam/xlog.c:6476 +#: access/transam/xlog.c:6531 #, c-format msgid "initializing for hot standby" msgstr "initialisiere für Hot Standby" -#: access/transam/xlog.c:6608 +#: access/transam/xlog.c:6663 #, c-format msgid "redo starts at %X/%X" msgstr "Redo beginnt bei %X/%X" -#: access/transam/xlog.c:6823 +#: access/transam/xlog.c:6878 #, c-format msgid "redo done at %X/%X" msgstr "Redo fertig bei %X/%X" -#: access/transam/xlog.c:6828 access/transam/xlog.c:8684 +#: access/transam/xlog.c:6883 access/transam/xlog.c:8734 #, c-format msgid "last completed transaction was at log time %s" msgstr "letzte vollständige Transaktion war bei Logzeit %s" -#: access/transam/xlog.c:6836 +#: access/transam/xlog.c:6891 #, c-format msgid "redo is not required" msgstr "Redo nicht nötig" -#: access/transam/xlog.c:6884 +#: access/transam/xlog.c:6939 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt" -#: access/transam/xlog.c:6900 access/transam/xlog.c:6904 +#: access/transam/xlog.c:6955 access/transam/xlog.c:6959 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL endet vor dem Ende der Online-Sicherung" -#: access/transam/xlog.c:6901 +#: access/transam/xlog.c:6956 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Der komplette WAL, der während der Online-Sicherung erzeugt wurde, muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:6905 +#: access/transam/xlog.c:6960 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:6908 +#: access/transam/xlog.c:6963 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt" -#: access/transam/xlog.c:6935 +#: access/transam/xlog.c:6990 #, c-format msgid "selected new timeline ID: %u" msgstr "gewählte neue Zeitleisten-ID: %u" -#: access/transam/xlog.c:7284 +#: access/transam/xlog.c:7339 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X" -#: access/transam/xlog.c:7481 +#: access/transam/xlog.c:7536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:7485 +#: access/transam/xlog.c:7540 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:7489 +#: access/transam/xlog.c:7544 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei" -#: access/transam/xlog.c:7506 +#: access/transam/xlog.c:7561 #, c-format msgid "invalid primary checkpoint record" msgstr "ungültiger primärer Checkpoint-Datensatz" -#: access/transam/xlog.c:7510 +#: access/transam/xlog.c:7565 #, c-format msgid "invalid secondary checkpoint record" msgstr "ungültiger sekundärer Checkpoint-Datensatz" -#: access/transam/xlog.c:7514 +#: access/transam/xlog.c:7569 #, c-format msgid "invalid checkpoint record" msgstr "ungültiger Checkpoint-Datensatz" -#: access/transam/xlog.c:7525 +#: access/transam/xlog.c:7580 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:7529 +#: access/transam/xlog.c:7584 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz" -#: access/transam/xlog.c:7533 +#: access/transam/xlog.c:7588 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz" -#: access/transam/xlog.c:7545 +#: access/transam/xlog.c:7600 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "ungültige xl_info im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:7549 +#: access/transam/xlog.c:7604 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz" -#: access/transam/xlog.c:7553 +#: access/transam/xlog.c:7608 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "ungültige xl_info im Checkpoint-Datensatz" -#: access/transam/xlog.c:7565 +#: access/transam/xlog.c:7620 #, c-format msgid "invalid length of primary checkpoint record" msgstr "ungültige Länge des primären Checkpoint-Datensatzes" -#: access/transam/xlog.c:7569 +#: access/transam/xlog.c:7624 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes" -#: access/transam/xlog.c:7573 +#: access/transam/xlog.c:7628 #, c-format msgid "invalid length of checkpoint record" msgstr "ungültige Länge des Checkpoint-Datensatzes" -#: access/transam/xlog.c:7738 +#: access/transam/xlog.c:7788 #, c-format msgid "shutting down" msgstr "fahre herunter" -#: access/transam/xlog.c:7761 +#: access/transam/xlog.c:7811 #, c-format msgid "database system is shut down" msgstr "Datenbanksystem ist heruntergefahren" -#: access/transam/xlog.c:8226 +#: access/transam/xlog.c:8276 #, c-format msgid "concurrent transaction log activity while database system is shutting down" msgstr "gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem herunterfährt" -#: access/transam/xlog.c:8495 +#: access/transam/xlog.c:8545 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet" -#: access/transam/xlog.c:8518 +#: access/transam/xlog.c:8568 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt" -#: access/transam/xlog.c:8682 +#: access/transam/xlog.c:8732 #, c-format msgid "recovery restart point at %X/%X" msgstr "Recovery-Restart-Punkt bei %X/%X" -#: access/transam/xlog.c:8827 +#: access/transam/xlog.c:8877 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "Restore-Punkt „%s“ erzeugt bei %X/%X" -#: access/transam/xlog.c:9051 +#: access/transam/xlog.c:9101 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "unerwartete vorherige Zeitleisten-ID %u (aktuelle Zeitleisten-ID %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:9060 +#: access/transam/xlog.c:9110 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (nach %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:9076 +#: access/transam/xlog.c:9126 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "unerwartete Zeitleisten-ID %u in Checkpoint-Datensatz, bevor der minimale Wiederherstellungspunkt %X/%X auf Zeitleiste %u erreicht wurde" -#: access/transam/xlog.c:9144 +#: access/transam/xlog.c:9194 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden" -#: access/transam/xlog.c:9205 access/transam/xlog.c:9254 -#: access/transam/xlog.c:9277 +#: access/transam/xlog.c:9255 access/transam/xlog.c:9304 +#: access/transam/xlog.c:9327 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Checkpoint-Datensatz" -#: access/transam/xlog.c:9512 +#: access/transam/xlog.c:9562 #, c-format msgid "could not fsync log segment %s: %m" msgstr "konnte Logsegment %s nicht fsyncen: %m" -#: access/transam/xlog.c:9536 +#: access/transam/xlog.c:9586 #, c-format msgid "could not fsync log file %s: %m" msgstr "konnte Logdatei %s nicht fsyncen: %m" -#: access/transam/xlog.c:9544 +#: access/transam/xlog.c:9594 #, c-format msgid "could not fsync write-through log file %s: %m" msgstr "konnte Write-Through-Logdatei %s nicht fsyncen: %m" -#: access/transam/xlog.c:9553 +#: access/transam/xlog.c:9603 #, c-format msgid "could not fdatasync log file %s: %m" msgstr "konnte Logdatei %s nicht fdatasyncen: %m" -#: access/transam/xlog.c:9631 access/transam/xlog.c:9967 +#: access/transam/xlog.c:9681 access/transam/xlog.c:10017 #: access/transam/xlogfuncs.c:111 access/transam/xlogfuncs.c:140 #: access/transam/xlogfuncs.c:179 access/transam/xlogfuncs.c:200 #: access/transam/xlogfuncs.c:270 access/transam/xlogfuncs.c:326 @@ -1932,53 +1926,52 @@ msgstr "konnte Logdatei %s nicht fdatasyncen: %m" msgid "recovery is in progress" msgstr "Wiederherstellung läuft" -#: access/transam/xlog.c:9632 access/transam/xlog.c:9968 +#: access/transam/xlog.c:9682 access/transam/xlog.c:10018 #: access/transam/xlogfuncs.c:112 access/transam/xlogfuncs.c:141 #: access/transam/xlogfuncs.c:180 access/transam/xlogfuncs.c:201 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden." -#: access/transam/xlog.c:9641 access/transam/xlog.c:9977 +#: access/transam/xlog.c:9691 access/transam/xlog.c:10027 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen" -#: access/transam/xlog.c:9642 access/transam/xlog.c:9978 +#: access/transam/xlog.c:9692 access/transam/xlog.c:10028 #: access/transam/xlogfuncs.c:147 -#, fuzzy, c-format -#| msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." +#, c-format msgid "wal_level must be set to \"archive\", \"hot_standby\", or \"logical\" at server start." -msgstr "wal_level muss beim Serverstart auf „archive“ oder „hot_standby“ gesetzt werden." +msgstr "wal_level muss beim Serverstart auf „archive“, „hot_standby“ oder „logical“ gesetzt werden." -#: access/transam/xlog.c:9647 +#: access/transam/xlog.c:9697 #, c-format msgid "backup label too long (max %d bytes)" msgstr "Backup-Label zu lang (maximal %d Bytes)" -#: access/transam/xlog.c:9678 access/transam/xlog.c:9855 +#: access/transam/xlog.c:9728 access/transam/xlog.c:9905 #, c-format msgid "a backup is already in progress" msgstr "ein Backup läuft bereits" -#: access/transam/xlog.c:9679 +#: access/transam/xlog.c:9729 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Führen Sie pg_stop_backup() aus und versuchen Sie es nochmal." -#: access/transam/xlog.c:9773 +#: access/transam/xlog.c:9823 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "mit full_page_writes=off erzeugtes WAL wurde seit dem letzten Restart-Punkt zurückgespielt" -#: access/transam/xlog.c:9775 access/transam/xlog.c:10128 +#: access/transam/xlog.c:9825 access/transam/xlog.c:10178 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again." msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server verfälscht ist und nicht verwendet werden sollte. Schalten Sie full_page_writes ein, führen Sie CHECKPOINT aus und versuchen Sie dann die Online-Sicherung erneut." -#: access/transam/xlog.c:9849 access/transam/xlog.c:10018 +#: access/transam/xlog.c:9899 access/transam/xlog.c:10068 #: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 -#: guc-file.l:801 replication/basebackup.c:464 replication/basebackup.c:521 +#: guc-file.l:885 replication/basebackup.c:464 replication/basebackup.c:521 #: replication/logical/snapbuild.c:1467 storage/file/copydir.c:72 #: storage/file/copydir.c:115 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 #: utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280 @@ -1986,126 +1979,118 @@ msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server ve msgid "could not stat file \"%s\": %m" msgstr "konnte „stat“ für Datei „%s“ nicht ausführen: %m" -#: access/transam/xlog.c:9856 +#: access/transam/xlog.c:9906 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei „%s“ und versuchen Sie es noch einmal." -#: access/transam/xlog.c:9873 access/transam/xlog.c:10191 +#: access/transam/xlog.c:9923 access/transam/xlog.c:10241 #, c-format msgid "could not write file \"%s\": %m" msgstr "konnte Datei „%s“ nicht schreiben: %m" -#: access/transam/xlog.c:10022 +#: access/transam/xlog.c:10072 #, c-format msgid "a backup is not in progress" msgstr "es läuft kein Backup" -#: access/transam/xlog.c:10048 access/transam/xlogarchive.c:114 -#: access/transam/xlogarchive.c:467 storage/ipc/dsm.c:326 -#: storage/smgr/md.c:404 storage/smgr/md.c:453 storage/smgr/md.c:1317 -#, c-format -msgid "could not remove file \"%s\": %m" -msgstr "konnte Datei „%s“ nicht löschen: %m" - -#: access/transam/xlog.c:10061 access/transam/xlog.c:10074 -#: access/transam/xlog.c:10425 access/transam/xlog.c:10431 -#: access/transam/xlogfuncs.c:503 +#: access/transam/xlog.c:10111 access/transam/xlog.c:10124 +#: access/transam/xlog.c:10475 access/transam/xlog.c:10481 +#: access/transam/xlogfuncs.c:498 #, c-format msgid "invalid data in file \"%s\"" msgstr "ungültige Daten in Datei „%s“" -#: access/transam/xlog.c:10078 replication/basebackup.c:951 +#: access/transam/xlog.c:10128 replication/basebackup.c:951 #, c-format msgid "the standby was promoted during online backup" msgstr "der Standby-Server wurde während der Online-Sicherung zum Primärserver befördert" -#: access/transam/xlog.c:10079 replication/basebackup.c:952 +#: access/transam/xlog.c:10129 replication/basebackup.c:952 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Das bedeutet, dass die aktuelle Online-Sicherung verfälscht ist und nicht verwendet werden sollte. Versuchen Sie, eine neue Online-Sicherung durchzuführen." -#: access/transam/xlog.c:10126 +#: access/transam/xlog.c:10176 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "mit full_page_writes=off erzeugtes WAL wurde während der Online-Sicherung zurückgespielt" -#: access/transam/xlog.c:10240 +#: access/transam/xlog.c:10290 #, c-format msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" msgstr "Aufräumen nach pg_stop_backup beendet, warte bis die benötigten WAL-Segmente archiviert sind" -#: access/transam/xlog.c:10250 +#: access/transam/xlog.c:10300 #, c-format msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "pg_stop_backup wartet immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)" -#: access/transam/xlog.c:10252 +#: access/transam/xlog.c:10302 #, c-format msgid "Check that your archive_command is executing properly. pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments." msgstr "Prüfen Sie, ob das archive_command korrekt ausgeführt wird. pg_stop_backup kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein." -#: access/transam/xlog.c:10259 +#: access/transam/xlog.c:10309 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert" -#: access/transam/xlog.c:10263 +#: access/transam/xlog.c:10313 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen" -#: access/transam/xlog.c:10476 +#: access/transam/xlog.c:10526 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:10516 +#: access/transam/xlog.c:10566 #, c-format msgid "online backup mode canceled" msgstr "Online-Sicherungsmodus storniert" -#: access/transam/xlog.c:10517 +#: access/transam/xlog.c:10567 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "„%s“ wurde in „%s“ umbenannt." -#: access/transam/xlog.c:10524 +#: access/transam/xlog.c:10574 #, c-format msgid "online backup mode was not canceled" msgstr "Online-Sicherungsmodus wurde nicht storniert" -#: access/transam/xlog.c:10525 +#: access/transam/xlog.c:10575 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Konnte „%s“ nicht in „%s“ umbenennen: %m." -#: access/transam/xlog.c:10645 replication/logical/logicalfuncs.c:169 -#: replication/walreceiver.c:937 replication/walsender.c:2104 +#: access/transam/xlog.c:10695 replication/logical/logicalfuncs.c:169 +#: replication/walreceiver.c:937 replication/walsender.c:2106 #, c-format msgid "could not seek in log segment %s to offset %u: %m" msgstr "konnte Positionszeiger von Logsegment %s nicht auf %u setzen: %m" -#: access/transam/xlog.c:10657 +#: access/transam/xlog.c:10707 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "konnte nicht aus Logsegment %s, Position %u lesen: %m" -#: access/transam/xlog.c:11120 +#: access/transam/xlog.c:11170 #, c-format msgid "received promote request" msgstr "Anforderung zum Befördern empfangen" -#: access/transam/xlog.c:11133 +#: access/transam/xlog.c:11183 #, c-format msgid "trigger file found: %s" msgstr "Triggerdatei gefunden: %s" -#: access/transam/xlog.c:11142 -#, fuzzy, c-format -#| msgid "could not stat file \"%s\": %m" +#: access/transam/xlog.c:11192 +#, c-format msgid "could not stat trigger file \"%s\": %m" -msgstr "konnte „stat“ für Datei „%s“ nicht ausführen: %m" +msgstr "konnte „stat“ für Trigger-Datei „%s“ nicht ausführen: %m" #: access/transam/xlogarchive.c:244 #, c-format @@ -2118,19 +2103,17 @@ msgid "restored log file \"%s\" from archive" msgstr "Logdatei „%s“ aus Archiv wiederhergestellt" #: access/transam/xlogarchive.c:303 -#, fuzzy, c-format -#| msgid "could not restore file \"%s\" from archive: return code %d" +#, c-format msgid "could not restore file \"%s\" from archive: %s" -msgstr "konnte Datei „%s“ nicht aus Archiv wiederherstellen: Rückgabecode %d" +msgstr "konnte Datei „%s“ nicht aus Archiv wiederherstellen: %s" #. translator: First %s represents a recovery.conf parameter name like #. "recovery_end_command", the 2nd is the value of that parameter, the #. third an already translated error message. #: access/transam/xlogarchive.c:415 -#, fuzzy, c-format -#| msgid "%s %s%s%s: %s" +#, c-format msgid "%s \"%s\": %s" -msgstr "%s %s%s%s: %s" +msgstr "%s „%s“: %s" #: access/transam/xlogarchive.c:525 access/transam/xlogarchive.c:594 #, c-format @@ -2178,19 +2161,18 @@ msgid "pg_xlogfile_name() cannot be executed during recovery." msgstr "pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt werden." #: access/transam/xlogfuncs.c:344 access/transam/xlogfuncs.c:366 -#: access/transam/xlogfuncs.c:388 #, c-format msgid "must be superuser to control recovery" msgstr "nur Superuser können die Wiederherstellung kontrollieren" #: access/transam/xlogfuncs.c:349 access/transam/xlogfuncs.c:371 -#: access/transam/xlogfuncs.c:393 +#: access/transam/xlogfuncs.c:388 #, c-format msgid "recovery is not in progress" msgstr "Wiederherstellung läuft nicht" #: access/transam/xlogfuncs.c:350 access/transam/xlogfuncs.c:372 -#: access/transam/xlogfuncs.c:394 +#: access/transam/xlogfuncs.c:389 #, c-format msgid "Recovery control functions can only be executed during recovery." msgstr "Wiederherstellungskontrollfunktionen können nur während der Wiederherstellung ausgeführt werden." @@ -2341,8 +2323,8 @@ msgstr "Large Object %u existiert nicht" #: commands/copy.c:1063 commands/dbcommands.c:148 commands/dbcommands.c:156 #: commands/dbcommands.c:164 commands/dbcommands.c:172 #: commands/dbcommands.c:180 commands/dbcommands.c:188 -#: commands/dbcommands.c:196 commands/dbcommands.c:1349 -#: commands/dbcommands.c:1357 commands/extension.c:1246 +#: commands/dbcommands.c:196 commands/dbcommands.c:1351 +#: commands/dbcommands.c:1359 commands/extension.c:1246 #: commands/extension.c:1254 commands/extension.c:1262 #: commands/extension.c:2670 commands/foreigncmds.c:486 #: commands/foreigncmds.c:495 commands/functioncmds.c:522 @@ -2371,12 +2353,12 @@ msgid "default privileges cannot be set for columns" msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden" #: catalog/aclchk.c:1492 catalog/objectaddress.c:1042 commands/analyze.c:387 -#: commands/copy.c:4247 commands/sequence.c:1448 commands/tablecmds.c:4938 -#: commands/tablecmds.c:5033 commands/tablecmds.c:5083 -#: commands/tablecmds.c:5187 commands/tablecmds.c:5234 -#: commands/tablecmds.c:5318 commands/tablecmds.c:5406 -#: commands/tablecmds.c:7486 commands/tablecmds.c:7690 -#: commands/tablecmds.c:8082 commands/trigger.c:635 parser/analyze.c:1998 +#: commands/copy.c:4247 commands/sequence.c:1448 commands/tablecmds.c:4939 +#: commands/tablecmds.c:5034 commands/tablecmds.c:5084 +#: commands/tablecmds.c:5188 commands/tablecmds.c:5235 +#: commands/tablecmds.c:5319 commands/tablecmds.c:5407 +#: commands/tablecmds.c:7494 commands/tablecmds.c:7698 +#: commands/tablecmds.c:8090 commands/trigger.c:635 parser/analyze.c:1998 #: parser/parse_relation.c:2358 parser/parse_relation.c:2420 #: parser/parse_target.c:920 parser/parse_type.c:128 utils/adt/acl.c:2840 #: utils/adt/ruleutils.c:1820 @@ -2385,7 +2367,7 @@ msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "Spalte „%s“ von Relation „%s“ existiert nicht" #: catalog/aclchk.c:1757 catalog/objectaddress.c:862 commands/sequence.c:1035 -#: commands/tablecmds.c:213 commands/tablecmds.c:11066 utils/adt/acl.c:2076 +#: commands/tablecmds.c:214 commands/tablecmds.c:11244 utils/adt/acl.c:2076 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228 #, c-format @@ -2831,13 +2813,13 @@ msgstr "keine Berechtigung, um „%s.%s“ zu erzeugen" msgid "System catalog modifications are currently disallowed." msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt." -#: catalog/heap.c:411 commands/tablecmds.c:1401 commands/tablecmds.c:1843 -#: commands/tablecmds.c:4582 +#: catalog/heap.c:411 commands/tablecmds.c:1402 commands/tablecmds.c:1844 +#: commands/tablecmds.c:4583 #, c-format msgid "tables can have at most %d columns" msgstr "Tabellen können höchstens %d Spalten haben" -#: catalog/heap.c:428 commands/tablecmds.c:4838 +#: catalog/heap.c:428 commands/tablecmds.c:4839 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "Spaltenname „%s“ steht im Konflikt mit dem Namen einer Systemspalte" @@ -2882,7 +2864,7 @@ msgstr "für Spalte „%s“ mit sortierbarem Typ %s wurde keine Sortierfolge ab msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen." -#: catalog/heap.c:1055 catalog/index.c:778 commands/tablecmds.c:2548 +#: catalog/heap.c:1055 catalog/index.c:778 commands/tablecmds.c:2549 #, c-format msgid "relation \"%s\" already exists" msgstr "Relation „%s“ existiert bereits" @@ -2904,7 +2886,7 @@ msgstr "Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher mü msgid "check constraint \"%s\" already exists" msgstr "Check-Constraint „%s“ existiert bereits" -#: catalog/heap.c:2410 catalog/pg_constraint.c:650 commands/tablecmds.c:5733 +#: catalog/heap.c:2410 catalog/pg_constraint.c:650 commands/tablecmds.c:5734 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "Constraint „%s“ existiert bereits für Relation „%s“" @@ -3090,7 +3072,7 @@ msgstr "Textsuchekonfiguration „%s“ existiert nicht" msgid "cross-database references are not implemented: %s" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s" -#: catalog/namespace.c:2649 gram.y:12570 gram.y:13802 parser/parse_expr.c:795 +#: catalog/namespace.c:2649 gram.y:12556 gram.y:13788 parser/parse_expr.c:795 #: parser/parse_target.c:1117 #, c-format msgid "improper qualified name (too many dotted names): %s" @@ -3112,7 +3094,7 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden" #: catalog/namespace.c:2870 commands/schemacmds.c:212 -#: commands/schemacmds.c:288 commands/tablecmds.c:707 +#: commands/schemacmds.c:288 commands/tablecmds.c:708 #, c-format msgid "schema \"%s\" does not exist" msgstr "Schema „%s“ existiert nicht" @@ -3142,8 +3124,8 @@ msgstr "keine Berechtigung, um temporäre Tabellen in Datenbank „%s“ zu erze msgid "cannot create temporary tables during recovery" msgstr "während der Wiederherstellung können keine temporäre Tabellen erzeugt werden" -#: catalog/namespace.c:3865 commands/tablespace.c:1285 commands/variable.c:61 -#: replication/syncrep.c:677 utils/misc/guc.c:9016 +#: catalog/namespace.c:3865 commands/tablespace.c:1106 commands/variable.c:61 +#: replication/syncrep.c:677 utils/misc/guc.c:9034 #, c-format msgid "List syntax is invalid." msgstr "Die Listensyntax ist ungültig." @@ -3185,27 +3167,27 @@ msgstr "Servername kann nicht qualifiziert werden" msgid "event trigger name cannot be qualified" msgstr "Ereignistriggername kann nicht qualifiziert werden" -#: catalog/objectaddress.c:869 commands/lockcmds.c:94 commands/tablecmds.c:207 -#: commands/tablecmds.c:1262 commands/tablecmds.c:4129 -#: commands/tablecmds.c:7593 +#: catalog/objectaddress.c:869 commands/lockcmds.c:94 commands/tablecmds.c:208 +#: commands/tablecmds.c:1263 commands/tablecmds.c:4130 +#: commands/tablecmds.c:7601 #, c-format msgid "\"%s\" is not a table" msgstr "„%s“ ist keine Tabelle" -#: catalog/objectaddress.c:876 commands/tablecmds.c:219 -#: commands/tablecmds.c:4153 commands/tablecmds.c:11071 commands/view.c:154 +#: catalog/objectaddress.c:876 commands/tablecmds.c:220 +#: commands/tablecmds.c:4154 commands/tablecmds.c:11249 commands/view.c:154 #, c-format msgid "\"%s\" is not a view" msgstr "„%s“ ist keine Sicht" -#: catalog/objectaddress.c:883 commands/matview.c:167 commands/tablecmds.c:225 -#: commands/tablecmds.c:11076 +#: catalog/objectaddress.c:883 commands/matview.c:171 commands/tablecmds.c:226 +#: commands/tablecmds.c:11254 #, c-format msgid "\"%s\" is not a materialized view" msgstr "„%s“ ist keine materialisierte Sicht" -#: catalog/objectaddress.c:890 commands/tablecmds.c:243 -#: commands/tablecmds.c:4156 commands/tablecmds.c:11081 +#: catalog/objectaddress.c:890 commands/tablecmds.c:244 +#: commands/tablecmds.c:4157 commands/tablecmds.c:11259 #, c-format msgid "\"%s\" is not a foreign table" msgstr "„%s“ ist keine Fremdtabelle" @@ -3216,7 +3198,7 @@ msgid "column name must be qualified" msgstr "Spaltenname muss qualifiziert werden" #: catalog/objectaddress.c:1083 commands/functioncmds.c:126 -#: commands/tablecmds.c:235 commands/typecmds.c:3253 parser/parse_type.c:222 +#: commands/tablecmds.c:236 commands/typecmds.c:3253 parser/parse_type.c:222 #: parser/parse_type.c:251 parser/parse_type.c:795 utils/adt/acl.c:4374 #: utils/adt/regproc.c:1165 #, c-format @@ -3482,13 +3464,11 @@ msgid "operator family %s for access method %s" msgstr "Operatorfamilie %s für Zugriffsmethode %s" #: catalog/pg_aggregate.c:118 -#, fuzzy, c-format -#| msgid "functions cannot have more than %d argument" -#| msgid_plural "functions cannot have more than %d arguments" +#, c-format msgid "aggregates cannot have more than %d argument" msgid_plural "aggregates cannot have more than %d arguments" -msgstr[0] "Funktionen können nicht mehr als %d Argument haben" -msgstr[1] "Funktionen können nicht mehr als %d Argumente haben" +msgstr[0] "Aggregatfunktionen können nicht mehr als %d Argument haben" +msgstr[1] "Aggregatfunktionen können nicht mehr als %d Argumente haben" #: catalog/pg_aggregate.c:141 catalog/pg_aggregate.c:151 #, c-format @@ -3928,8 +3908,8 @@ msgstr "Typen mit fester Größe müssen Storage-Typ PLAIN haben" msgid "could not form array type name for type \"%s\"" msgstr "konnte keinen Arraytypnamen für Datentyp „%s“ erzeugen" -#: catalog/toasting.c:104 commands/indexcmds.c:380 commands/tablecmds.c:4138 -#: commands/tablecmds.c:10959 +#: catalog/toasting.c:104 commands/indexcmds.c:380 commands/tablecmds.c:4139 +#: commands/tablecmds.c:11137 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr "„%s“ ist keine Tabelle oder materialisierte Sicht" @@ -4175,7 +4155,7 @@ msgstr "kann temporäre Tabellen anderer Sitzungen nicht clustern" msgid "there is no previously clustered index for table \"%s\"" msgstr "es gibt keinen bereits geclusterten Index für Tabelle „%s“" -#: commands/cluster.c:170 commands/tablecmds.c:8787 commands/tablecmds.c:10283 +#: commands/cluster.c:170 commands/tablecmds.c:8795 commands/tablecmds.c:10461 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "Index „%s“ für Tabelle „%s“ existiert nicht" @@ -4190,7 +4170,7 @@ msgstr "globaler Katalog kann nicht geclustert werden" msgid "cannot vacuum temporary tables of other sessions" msgstr "temporäre Tabellen anderer Sitzungen können nicht gevacuumt werden" -#: commands/cluster.c:430 commands/tablecmds.c:10293 +#: commands/cluster.c:430 commands/tablecmds.c:10471 #, c-format msgid "\"%s\" is not an index for table \"%s\"" msgstr "„%s“ ist kein Index für Tabelle „%s“" @@ -4264,10 +4244,10 @@ msgstr "Sortierfolge „%s“ für Kodierung „%s“ existiert bereits in Schem msgid "collation \"%s\" already exists in schema \"%s\"" msgstr "Sortierfolge „%s“ existiert bereits in Schema „%s“" -#: commands/comment.c:62 commands/dbcommands.c:773 commands/dbcommands.c:935 -#: commands/dbcommands.c:1038 commands/dbcommands.c:1211 -#: commands/dbcommands.c:1400 commands/dbcommands.c:1495 -#: commands/dbcommands.c:1912 utils/init/postinit.c:794 +#: commands/comment.c:62 commands/dbcommands.c:773 commands/dbcommands.c:937 +#: commands/dbcommands.c:1040 commands/dbcommands.c:1213 +#: commands/dbcommands.c:1402 commands/dbcommands.c:1497 +#: commands/dbcommands.c:1914 utils/init/postinit.c:794 #: utils/init/postinit.c:862 utils/init/postinit.c:879 #, c-format msgid "database \"%s\" does not exist" @@ -4514,10 +4494,9 @@ msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "Spalte „%s“ mit FORCE NOT NULL wird von COPY nicht verwendet" #: commands/copy.c:1431 -#, fuzzy, c-format -#| msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" +#, c-format msgid "FORCE NULL column \"%s\" not referenced by COPY" -msgstr "Spalte „%s“ mit FORCE NOT NULL wird von COPY nicht verwendet" +msgstr "Spalte „%s“ mit FORCE NULL wird von COPY nicht verwendet" #: commands/copy.c:1495 #, c-format @@ -4774,14 +4753,14 @@ msgstr "ungültige Feldgröße" msgid "incorrect binary data format" msgstr "falsches Binärdatenformat" -#: commands/copy.c:4252 commands/indexcmds.c:993 commands/tablecmds.c:1426 -#: commands/tablecmds.c:2236 parser/parse_relation.c:2889 +#: commands/copy.c:4252 commands/indexcmds.c:993 commands/tablecmds.c:1427 +#: commands/tablecmds.c:2237 parser/parse_relation.c:2889 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "Spalte „%s“ existiert nicht" -#: commands/copy.c:4259 commands/tablecmds.c:1452 commands/trigger.c:644 +#: commands/copy.c:4259 commands/tablecmds.c:1453 commands/trigger.c:644 #: parser/parse_target.c:936 parser/parse_target.c:947 #, c-format msgid "column \"%s\" specified more than once" @@ -4812,7 +4791,7 @@ msgstr "%d ist kein gültiger Kodierungscode" msgid "%s is not a valid encoding name" msgstr "%s ist kein gültiger Kodierungsname" -#: commands/dbcommands.c:255 commands/dbcommands.c:1381 commands/user.c:260 +#: commands/dbcommands.c:255 commands/dbcommands.c:1383 commands/user.c:260 #: commands/user.c:601 #, c-format msgid "invalid connection limit: %d" @@ -4873,7 +4852,7 @@ msgstr "neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Daten msgid "Use the same LC_CTYPE as in the template database, or use template0 as template." msgstr "Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden Sie template0 als Template." -#: commands/dbcommands.c:395 commands/dbcommands.c:1084 +#: commands/dbcommands.c:395 commands/dbcommands.c:1086 #, c-format msgid "pg_global cannot be used as default tablespace" msgstr "pg_global kann nicht als Standard-Tablespace verwendet werden" @@ -4888,7 +4867,7 @@ msgstr "kann neuen Standard-Tablespace „%s“ nicht setzen" msgid "There is a conflict because database \"%s\" already has some tables in this tablespace." msgstr "Es gibt einen Konflikt, weil Datenbank „%s“ schon einige Tabellen in diesem Tablespace hat." -#: commands/dbcommands.c:443 commands/dbcommands.c:955 +#: commands/dbcommands.c:443 commands/dbcommands.c:957 #, c-format msgid "database \"%s\" already exists" msgstr "Datenbank „%s“ existiert bereits" @@ -4929,72 +4908,75 @@ msgid "cannot drop the currently open database" msgstr "kann aktuell geöffnete Datenbank nicht löschen" #: commands/dbcommands.c:820 -#, fuzzy, c-format -#| msgid "variable \"%s\" is hidden by a local variable" +#, c-format msgid "database \"%s\" is used by a logical decoding slot" -msgstr "Variable „%s“ wird durch eine lokale Variable versteckt" +msgstr "" #: commands/dbcommands.c:822 -#, c-format -msgid "There are %d slot(s), %d of them active" -msgstr "" +#, fuzzy, c-format +#| msgid "There is %d other session using the database." +#| msgid_plural "There are %d other sessions using the database." +msgid "There is %d slot, %d of them active." +msgid_plural "There are %d slots, %d of them active." +msgstr[0] "%d andere Sitzung verwendet die Datenbank." +msgstr[1] "%d andere Sitzungen verwenden die Datenbank." -#: commands/dbcommands.c:834 commands/dbcommands.c:977 -#: commands/dbcommands.c:1106 +#: commands/dbcommands.c:836 commands/dbcommands.c:979 +#: commands/dbcommands.c:1108 #, c-format msgid "database \"%s\" is being accessed by other users" msgstr "auf Datenbank „%s“ wird von anderen Benutzern zugegriffen" -#: commands/dbcommands.c:946 +#: commands/dbcommands.c:948 #, c-format msgid "permission denied to rename database" msgstr "keine Berechtigung, um Datenbank umzubenennen" -#: commands/dbcommands.c:966 +#: commands/dbcommands.c:968 #, c-format msgid "current database cannot be renamed" msgstr "aktuelle Datenbank kann nicht umbenannt werden" -#: commands/dbcommands.c:1062 +#: commands/dbcommands.c:1064 #, c-format msgid "cannot change the tablespace of the currently open database" msgstr "kann den Tablespace der aktuell geöffneten Datenbank nicht ändern" -#: commands/dbcommands.c:1146 +#: commands/dbcommands.c:1148 #, c-format msgid "some relations of database \"%s\" are already in tablespace \"%s\"" msgstr "einige Relationen von Datenbank „%s“ ist bereits in Tablespace „%s“" -#: commands/dbcommands.c:1148 +#: commands/dbcommands.c:1150 #, c-format msgid "You must move them back to the database's default tablespace before using this command." msgstr "Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, bevor Sie diesen Befehl verwenden können." -#: commands/dbcommands.c:1279 commands/dbcommands.c:1767 -#: commands/dbcommands.c:1973 commands/dbcommands.c:2021 -#: commands/tablespace.c:598 +#: commands/dbcommands.c:1281 commands/dbcommands.c:1769 +#: commands/dbcommands.c:1975 commands/dbcommands.c:2023 +#: commands/tablespace.c:597 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis „%s“ zurückgelassen" -#: commands/dbcommands.c:1535 +#: commands/dbcommands.c:1537 #, c-format msgid "permission denied to change owner of database" msgstr "keine Berechtigung, um Eigentümer der Datenbank zu ändern" -#: commands/dbcommands.c:1856 +#: commands/dbcommands.c:1858 #, c-format msgid "There are %d other session(s) and %d prepared transaction(s) using the database." msgstr "%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die Datenbank." -#: commands/dbcommands.c:1859 +#: commands/dbcommands.c:1861 #, c-format msgid "There is %d other session using the database." msgid_plural "There are %d other sessions using the database." msgstr[0] "%d andere Sitzung verwendet die Datenbank." msgstr[1] "%d andere Sitzungen verwenden die Datenbank." -#: commands/dbcommands.c:1864 +#: commands/dbcommands.c:1866 #, c-format msgid "There is %d prepared transaction using the database." msgid_plural "There are %d prepared transactions using the database." @@ -5049,18 +5031,18 @@ msgstr "„%s“ ist eine Aggregatfunktion" msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Verwenden Sie DROP AGGREGATE, um Aggregatfunktionen zu löschen." -#: commands/dropcmds.c:165 commands/sequence.c:400 commands/tablecmds.c:2317 -#: commands/tablecmds.c:2498 commands/tablecmds.c:10447 tcop/utility.c:1011 +#: commands/dropcmds.c:165 commands/sequence.c:400 commands/tablecmds.c:2318 +#: commands/tablecmds.c:2499 commands/tablecmds.c:10625 tcop/utility.c:1006 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "Relation „%s“ existiert nicht, wird übersprungen" -#: commands/dropcmds.c:195 commands/dropcmds.c:288 commands/tablecmds.c:712 +#: commands/dropcmds.c:195 commands/dropcmds.c:288 commands/tablecmds.c:713 #, c-format msgid "schema \"%s\" does not exist, skipping" msgstr "Schema „%s“ existiert nicht, wird übersprungen" -#: commands/dropcmds.c:237 commands/dropcmds.c:269 commands/tablecmds.c:236 +#: commands/dropcmds.c:237 commands/dropcmds.c:269 commands/tablecmds.c:237 #, c-format msgid "type \"%s\" does not exist, skipping" msgstr "Typ „%s“ existiert nicht, wird übersprungen" @@ -5227,9 +5209,9 @@ msgstr "%s kann nur in einer sql_drop-Ereignistriggerfunktion aufgerufen werden" #: executor/execQual.c:1708 executor/execQual.c:1733 executor/execQual.c:2108 #: executor/execQual.c:5276 executor/functions.c:1018 foreign/foreign.c:421 #: replication/logical/logicalfuncs.c:310 replication/slotfuncs.c:173 -#: replication/walsender.c:2744 utils/adt/jsonfuncs.c:1355 -#: utils/adt/jsonfuncs.c:1487 utils/adt/jsonfuncs.c:1677 -#: utils/adt/jsonfuncs.c:1806 utils/adt/jsonfuncs.c:2570 +#: replication/walsender.c:2746 utils/adt/jsonfuncs.c:1386 +#: utils/adt/jsonfuncs.c:1518 utils/adt/jsonfuncs.c:1708 +#: utils/adt/jsonfuncs.c:1837 utils/adt/jsonfuncs.c:2601 #: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -5238,7 +5220,7 @@ msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine #: commands/event_trigger.c:1230 commands/extension.c:1650 #: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:706 #: foreign/foreign.c:426 replication/logical/logicalfuncs.c:314 -#: replication/slotfuncs.c:177 replication/walsender.c:2748 +#: replication/slotfuncs.c:177 replication/walsender.c:2750 #: utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -5593,10 +5575,9 @@ msgid "SQL function cannot accept shell type %s" msgstr "SQL-Funktion kann keinen Hüllentyp %s annehmen" #: commands/functioncmds.c:242 -#, fuzzy, c-format -#| msgid "SQL function cannot accept shell type %s" +#, c-format msgid "aggregate cannot accept shell type %s" -msgstr "SQL-Funktion kann keinen Hüllentyp %s annehmen" +msgstr "Aggregatfunktion kann keinen Hüllentyp %s annehmen" #: commands/functioncmds.c:247 #, c-format @@ -5609,15 +5590,14 @@ msgid "type %s does not exist" msgstr "Typ %s existiert nicht" #: commands/functioncmds.c:271 -#, fuzzy, c-format -#| msgid "aggregates cannot use named arguments" +#, c-format msgid "aggregates cannot accept set arguments" -msgstr "Aggregatfunktionen können keine benannten Argumente verwenden" +msgstr "Aggregatfunktionen können keine SETOF-Argumente haben" #: commands/functioncmds.c:275 #, c-format msgid "functions cannot accept set arguments" -msgstr "Funktionen können keine SET Argumente haben" +msgstr "Funktionen können keine SETOF-Argumente haben" #: commands/functioncmds.c:285 #, c-format @@ -5862,7 +5842,7 @@ msgstr "kann keinen Index für Fremdtabelle „%s“ erzeugen" msgid "cannot create indexes on temporary tables of other sessions" msgstr "kann keine Indexe für temporäre Tabellen anderer Sitzungen erzeugen" -#: commands/indexcmds.c:445 commands/tablecmds.c:524 commands/tablecmds.c:9093 +#: commands/indexcmds.c:445 commands/tablecmds.c:525 commands/tablecmds.c:9101 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "nur geteilte Relationen können in den Tablespace „pg_global“ gelegt werden" @@ -5989,35 +5969,34 @@ msgstr "aktuell geöffnete Datenbank kann nicht reindiziert werden" msgid "table \"%s.%s\" was reindexed" msgstr "Tabelle „%s.%s“ wurde neu indiziert" -#: commands/matview.c:174 +#: commands/matview.c:178 #, c-format msgid "CONCURRENTLY cannot be used when the materialized view is not populated" -msgstr "" +msgstr "CONCURRENTLY kann nicht verwendet werden, wenn die materialisierte Sicht nicht befüllt ist" -#: commands/matview.c:180 +#: commands/matview.c:184 #, c-format msgid "CONCURRENTLY and WITH NO DATA options cannot be used together" -msgstr "" +msgstr "Optionen CONCURRENTLY und WITH NO DATA können nicht zusammen verwendet werden" -#: commands/matview.c:584 +#: commands/matview.c:591 #, c-format msgid "new data for \"%s\" contains duplicate rows without any NULL columns" msgstr "" -#: commands/matview.c:586 +#: commands/matview.c:593 #, c-format msgid "Row: %s" -msgstr "" +msgstr "Zeile: %s" -#: commands/matview.c:671 -#, fuzzy, c-format -#| msgid "cannot change materialized view \"%s\"" +#: commands/matview.c:681 +#, c-format msgid "cannot refresh materialized view \"%s\" concurrently" -msgstr "kann materialisierte Sicht „%s“ nicht ändern" +msgstr "kann materialisierte Sicht „%s“ nicht nebenläufig auffrischen" -#: commands/matview.c:673 +#: commands/matview.c:683 #, c-format -msgid "Create a UNIQUE index with no WHERE clause on one or more columns of the materialized view." +msgid "Create a unique index with no WHERE clause on one or more columns of the materialized view." msgstr "" #: commands/opclasscmds.c:135 @@ -6449,179 +6428,179 @@ msgstr "Sequenz muss selben Eigentümer wie die verknüpfte Tabelle haben" msgid "sequence must be in same schema as table it is linked to" msgstr "Sequenz muss im selben Schema wie die verknüpfte Tabelle sein" -#: commands/tablecmds.c:205 +#: commands/tablecmds.c:206 #, c-format msgid "table \"%s\" does not exist" msgstr "Tabelle „%s“ existiert nicht" -#: commands/tablecmds.c:206 +#: commands/tablecmds.c:207 #, c-format msgid "table \"%s\" does not exist, skipping" msgstr "Tabelle „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:208 +#: commands/tablecmds.c:209 msgid "Use DROP TABLE to remove a table." msgstr "Verwenden Sie DROP TABLE, um eine Tabelle zu löschen." -#: commands/tablecmds.c:211 +#: commands/tablecmds.c:212 #, c-format msgid "sequence \"%s\" does not exist" msgstr "Sequenz „%s“ existiert nicht" -#: commands/tablecmds.c:212 +#: commands/tablecmds.c:213 #, c-format msgid "sequence \"%s\" does not exist, skipping" msgstr "Sequenz „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:214 +#: commands/tablecmds.c:215 msgid "Use DROP SEQUENCE to remove a sequence." msgstr "Verwenden Sie DROP SEQUENCE, um eine Sequenz zu löschen." -#: commands/tablecmds.c:217 +#: commands/tablecmds.c:218 #, c-format msgid "view \"%s\" does not exist" msgstr "Sicht „%s“ existiert nicht" -#: commands/tablecmds.c:218 +#: commands/tablecmds.c:219 #, c-format msgid "view \"%s\" does not exist, skipping" msgstr "Sicht „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:220 +#: commands/tablecmds.c:221 msgid "Use DROP VIEW to remove a view." msgstr "Verwenden Sie DROP VIEW, um eine Sicht zu löschen." -#: commands/tablecmds.c:223 +#: commands/tablecmds.c:224 #, c-format msgid "materialized view \"%s\" does not exist" msgstr "materialisierte Sicht „%s“ existiert nicht" -#: commands/tablecmds.c:224 +#: commands/tablecmds.c:225 #, c-format msgid "materialized view \"%s\" does not exist, skipping" msgstr "materialisierte Sicht „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:226 +#: commands/tablecmds.c:227 msgid "Use DROP MATERIALIZED VIEW to remove a materialized view." msgstr "Verwenden Sie DROP MATERIALIZED VIEW, um eine materialisierte Sicht zu löschen." -#: commands/tablecmds.c:229 parser/parse_utilcmd.c:1548 +#: commands/tablecmds.c:230 parser/parse_utilcmd.c:1548 #, c-format msgid "index \"%s\" does not exist" msgstr "Index „%s“ existiert nicht" -#: commands/tablecmds.c:230 +#: commands/tablecmds.c:231 #, c-format msgid "index \"%s\" does not exist, skipping" msgstr "Index „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:232 +#: commands/tablecmds.c:233 msgid "Use DROP INDEX to remove an index." msgstr "Verwenden Sie DROP INDEX, um einen Index zu löschen." -#: commands/tablecmds.c:237 +#: commands/tablecmds.c:238 #, c-format msgid "\"%s\" is not a type" msgstr "„%s“ ist kein Typ" -#: commands/tablecmds.c:238 +#: commands/tablecmds.c:239 msgid "Use DROP TYPE to remove a type." msgstr "Verwenden Sie DROP TYPE, um einen Typen zu löschen." -#: commands/tablecmds.c:241 commands/tablecmds.c:8068 -#: commands/tablecmds.c:10379 +#: commands/tablecmds.c:242 commands/tablecmds.c:8076 +#: commands/tablecmds.c:10557 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "Fremdtabelle „%s“ existiert nicht" -#: commands/tablecmds.c:242 +#: commands/tablecmds.c:243 #, c-format msgid "foreign table \"%s\" does not exist, skipping" msgstr "Fremdtabelle „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:244 +#: commands/tablecmds.c:245 msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Verwenden Sie DROP FOREIGN TABLE, um eine Fremdtabelle zu löschen." -#: commands/tablecmds.c:468 +#: commands/tablecmds.c:469 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT kann nur mit temporären Tabellen verwendet werden" -#: commands/tablecmds.c:472 parser/parse_utilcmd.c:521 +#: commands/tablecmds.c:473 parser/parse_utilcmd.c:521 #: parser/parse_utilcmd.c:532 parser/parse_utilcmd.c:549 #: parser/parse_utilcmd.c:611 #, c-format msgid "constraints are not supported on foreign tables" msgstr "Constraints auf Fremdtabellen werden nicht unterstützt" -#: commands/tablecmds.c:492 +#: commands/tablecmds.c:493 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen" -#: commands/tablecmds.c:788 +#: commands/tablecmds.c:789 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht" -#: commands/tablecmds.c:792 +#: commands/tablecmds.c:793 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE" -#: commands/tablecmds.c:937 commands/tablecmds.c:1275 -#: commands/tablecmds.c:2132 commands/tablecmds.c:4111 -#: commands/tablecmds.c:5941 commands/tablecmds.c:10992 -#: commands/tablecmds.c:11027 commands/trigger.c:232 commands/trigger.c:1118 +#: commands/tablecmds.c:938 commands/tablecmds.c:1276 +#: commands/tablecmds.c:2133 commands/tablecmds.c:4112 +#: commands/tablecmds.c:5942 commands/tablecmds.c:11170 +#: commands/tablecmds.c:11205 commands/trigger.c:232 commands/trigger.c:1118 #: commands/trigger.c:1226 rewrite/rewriteDefine.c:271 #: rewrite/rewriteDefine.c:887 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "keine Berechtigung: „%s“ ist ein Systemkatalog" -#: commands/tablecmds.c:1051 +#: commands/tablecmds.c:1052 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "Truncate-Vorgang leert ebenfalls Tabelle „%s“" -#: commands/tablecmds.c:1285 +#: commands/tablecmds.c:1286 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren" -#: commands/tablecmds.c:1490 parser/parse_utilcmd.c:1760 +#: commands/tablecmds.c:1491 parser/parse_utilcmd.c:1760 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "geerbte Relation „%s“ ist keine Tabelle" -#: commands/tablecmds.c:1497 commands/tablecmds.c:9353 +#: commands/tablecmds.c:1498 commands/tablecmds.c:9531 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "von temporärer Relation „%s“ kann nicht geerbt werden" -#: commands/tablecmds.c:1505 commands/tablecmds.c:9361 +#: commands/tablecmds.c:1506 commands/tablecmds.c:9539 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "von temporärer Relation einer anderen Sitzung kann nicht geerbt werden" -#: commands/tablecmds.c:1521 commands/tablecmds.c:9395 +#: commands/tablecmds.c:1522 commands/tablecmds.c:9573 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "von der Relation „%s“ würde mehrmals geerbt werden" -#: commands/tablecmds.c:1569 +#: commands/tablecmds.c:1570 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "geerbte Definitionen von Spalte „%s“ werden zusammengeführt" -#: commands/tablecmds.c:1577 +#: commands/tablecmds.c:1578 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "geerbte Spalte „%s“ hat Typkonflikt" -#: commands/tablecmds.c:1579 commands/tablecmds.c:1600 -#: commands/tablecmds.c:1788 commands/tablecmds.c:1810 +#: commands/tablecmds.c:1580 commands/tablecmds.c:1601 +#: commands/tablecmds.c:1789 commands/tablecmds.c:1811 #: parser/parse_coerce.c:1592 parser/parse_coerce.c:1612 #: parser/parse_coerce.c:1632 parser/parse_coerce.c:1677 #: parser/parse_coerce.c:1714 parser/parse_param.c:218 @@ -6629,799 +6608,823 @@ msgstr "geerbte Spalte „%s“ hat Typkonflikt" msgid "%s versus %s" msgstr "%s gegen %s" -#: commands/tablecmds.c:1586 +#: commands/tablecmds.c:1587 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "geerbte Spalte „%s“ hat Sortierfolgenkonflikt" -#: commands/tablecmds.c:1588 commands/tablecmds.c:1798 -#: commands/tablecmds.c:4535 +#: commands/tablecmds.c:1589 commands/tablecmds.c:1799 +#: commands/tablecmds.c:4536 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "„%s“ gegen „%s“" -#: commands/tablecmds.c:1598 +#: commands/tablecmds.c:1599 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "geerbte Spalte „%s“ hat einen Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:1711 parser/parse_utilcmd.c:853 +#: commands/tablecmds.c:1712 parser/parse_utilcmd.c:853 #: parser/parse_utilcmd.c:1195 parser/parse_utilcmd.c:1271 #, c-format msgid "cannot convert whole-row table reference" msgstr "kann Verweis auf ganze Zeile der Tabelle nicht umwandeln" -#: commands/tablecmds.c:1712 parser/parse_utilcmd.c:854 +#: commands/tablecmds.c:1713 parser/parse_utilcmd.c:854 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Constraint „%s“ enthält einen Verweis auf die ganze Zeile der Tabelle „%s“." -#: commands/tablecmds.c:1778 +#: commands/tablecmds.c:1779 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "Spalte „%s“ wird mit geerbter Definition zusammengeführt" -#: commands/tablecmds.c:1786 +#: commands/tablecmds.c:1787 #, c-format msgid "column \"%s\" has a type conflict" msgstr "für Spalte „%s“ besteht ein Typkonflikt" -#: commands/tablecmds.c:1796 +#: commands/tablecmds.c:1797 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "für Spalte „%s“ besteht ein Sortierfolgenkonflikt" -#: commands/tablecmds.c:1808 +#: commands/tablecmds.c:1809 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "für Spalte „%s“ besteht ein Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:1860 +#: commands/tablecmds.c:1861 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "Spalte „%s“ erbt widersprüchliche Vorgabewerte" -#: commands/tablecmds.c:1862 +#: commands/tablecmds.c:1863 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an." -#: commands/tablecmds.c:1909 +#: commands/tablecmds.c:1910 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "Check-Constraint-Name „%s“ erscheint mehrmals, aber mit unterschiedlichen Ausdrücken" -#: commands/tablecmds.c:2103 +#: commands/tablecmds.c:2104 #, c-format msgid "cannot rename column of typed table" msgstr "Spalte einer getypten Tabelle kann nicht umbenannt werden" -#: commands/tablecmds.c:2120 +#: commands/tablecmds.c:2121 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table" msgstr "„%s“ ist weder Tabelle, Sicht, materialisierte Sicht, zusammengesetzter Typ, Index noch Fremdtabelle" -#: commands/tablecmds.c:2212 +#: commands/tablecmds.c:2213 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "vererbte Spalte „%s“ muss ebenso in den abgeleiteten Tabellen umbenannt werden" -#: commands/tablecmds.c:2244 +#: commands/tablecmds.c:2245 #, c-format msgid "cannot rename system column \"%s\"" msgstr "Systemspalte „%s“ kann nicht umbenannt werden" -#: commands/tablecmds.c:2259 +#: commands/tablecmds.c:2260 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "kann vererbte Spalte „%s“ nicht umbenennen" -#: commands/tablecmds.c:2406 +#: commands/tablecmds.c:2407 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "vererbter Constraint „%s“ muss ebenso in den abgeleiteten Tabellen umbenannt werden" -#: commands/tablecmds.c:2413 +#: commands/tablecmds.c:2414 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "kann vererbten Constraint „%s“ nicht umbenennen" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2627 +#: commands/tablecmds.c:2628 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "%s mit Relation „%s“ nicht möglich, weil sie von aktiven Anfragen in dieser Sitzung verwendet wird" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2636 +#: commands/tablecmds.c:2637 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "%s mit Relation „%s“ nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt" -#: commands/tablecmds.c:3606 +#: commands/tablecmds.c:3607 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "Systemrelation „%s“ kann nicht neu geschrieben werden" -#: commands/tablecmds.c:3612 -#, fuzzy, c-format -#| msgid "could not convert table \"%s\" to a view because it has child tables" +#: commands/tablecmds.c:3613 +#, c-format msgid "cannot rewrite table \"%s\" used as a catalog table" -msgstr "konnte Tabelle „%s“ nicht in Sicht umwandeln, weil sie abgeleitete Tabellen hat" +msgstr "Tabelle „%s“, die als Katalogtabelle verwendet wird, kann nicht neu geschrieben werden" -#: commands/tablecmds.c:3622 +#: commands/tablecmds.c:3623 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben" -#: commands/tablecmds.c:3853 +#: commands/tablecmds.c:3854 #, c-format msgid "rewriting table \"%s\"" msgstr "schreibe Tabelle „%s“ neu" -#: commands/tablecmds.c:3857 +#: commands/tablecmds.c:3858 #, c-format msgid "verifying table \"%s\"" msgstr "überprüfe Tabelle „%s“" -#: commands/tablecmds.c:3971 +#: commands/tablecmds.c:3972 #, c-format msgid "column \"%s\" contains null values" msgstr "Spalte „%s“ enthält NULL-Werte" -#: commands/tablecmds.c:3986 commands/tablecmds.c:6977 +#: commands/tablecmds.c:3987 commands/tablecmds.c:6985 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "Check-Constraint „%s“ wird von irgendeiner Zeile verletzt" -#: commands/tablecmds.c:4132 commands/trigger.c:226 +#: commands/tablecmds.c:4133 commands/trigger.c:226 #: rewrite/rewriteDefine.c:265 rewrite/rewriteDefine.c:882 #, c-format msgid "\"%s\" is not a table or view" msgstr "„%s“ ist keine Tabelle oder Sicht" -#: commands/tablecmds.c:4135 +#: commands/tablecmds.c:4136 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" msgstr "„%s“ ist weder Tabelle, Sicht, materialisierte Sicht noch Index" -#: commands/tablecmds.c:4141 +#: commands/tablecmds.c:4142 #, c-format msgid "\"%s\" is not a table, materialized view, or index" msgstr "„%s“ ist weder Tabelle, materialisierte Sicht noch Index" -#: commands/tablecmds.c:4144 +#: commands/tablecmds.c:4145 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "„%s“ ist keine Tabelle oder Fremdtabelle" -#: commands/tablecmds.c:4147 +#: commands/tablecmds.c:4148 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "„%s“ ist weder Tabelle, Sicht, zusammengesetzter Typ noch Fremdtabelle" -#: commands/tablecmds.c:4150 +#: commands/tablecmds.c:4151 #, c-format msgid "\"%s\" is not a table, materialized view, composite type, or foreign table" msgstr "„%s“ ist weder Tabelle, materialisierte Sicht, zusammengesetzter Typ noch Fremdtabelle" -#: commands/tablecmds.c:4160 +#: commands/tablecmds.c:4161 #, c-format msgid "\"%s\" is of the wrong type" msgstr "„%s“ hat den falschen Typ" -#: commands/tablecmds.c:4310 commands/tablecmds.c:4317 +#: commands/tablecmds.c:4311 commands/tablecmds.c:4318 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "kann Typ „%s“ nicht ändern, weil Spalte „%s.%s“ ihn verwendet" -#: commands/tablecmds.c:4324 +#: commands/tablecmds.c:4325 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "kann Fremdtabelle „%s“ nicht ändern, weil Spalte „%s.%s“ ihren Zeilentyp verwendet" -#: commands/tablecmds.c:4331 +#: commands/tablecmds.c:4332 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "kann Tabelle „%s“ nicht ändern, weil Spalte „%s.%s“ ihren Zeilentyp verwendet" -#: commands/tablecmds.c:4393 +#: commands/tablecmds.c:4394 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "kann Typ „%s“ nicht ändern, weil er der Typ einer getypten Tabelle ist" -#: commands/tablecmds.c:4395 +#: commands/tablecmds.c:4396 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern." -#: commands/tablecmds.c:4439 +#: commands/tablecmds.c:4440 #, c-format msgid "type %s is not a composite type" msgstr "Typ %s ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:4465 +#: commands/tablecmds.c:4466 #, c-format msgid "cannot add column to typed table" msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden" -#: commands/tablecmds.c:4527 commands/tablecmds.c:9549 +#: commands/tablecmds.c:4528 commands/tablecmds.c:9727 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "abgeleitete Tabelle „%s“ hat unterschiedlichen Typ für Spalte „%s“" -#: commands/tablecmds.c:4533 commands/tablecmds.c:9556 +#: commands/tablecmds.c:4534 commands/tablecmds.c:9734 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "abgeleitete Tabelle „%s“ hat unterschiedliche Sortierfolge für Spalte „%s“" -#: commands/tablecmds.c:4543 +#: commands/tablecmds.c:4544 #, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" msgstr "abgeleitete Tabelle „%s“ hat eine widersprüchliche Spalte „%s“" -#: commands/tablecmds.c:4555 +#: commands/tablecmds.c:4556 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "Definition von Spalte „%s“ für abgeleitete Tabelle „%s“ wird zusammengeführt" -#: commands/tablecmds.c:4776 +#: commands/tablecmds.c:4777 #, c-format msgid "column must be added to child tables too" msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:4843 +#: commands/tablecmds.c:4844 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "Spalte „%s“ von Relation „%s“ existiert bereits" -#: commands/tablecmds.c:4947 commands/tablecmds.c:5042 -#: commands/tablecmds.c:5090 commands/tablecmds.c:5194 -#: commands/tablecmds.c:5241 commands/tablecmds.c:5325 -#: commands/tablecmds.c:7495 commands/tablecmds.c:8090 +#: commands/tablecmds.c:4948 commands/tablecmds.c:5043 +#: commands/tablecmds.c:5091 commands/tablecmds.c:5195 +#: commands/tablecmds.c:5242 commands/tablecmds.c:5326 +#: commands/tablecmds.c:7503 commands/tablecmds.c:8098 #, c-format msgid "cannot alter system column \"%s\"" msgstr "Systemspalte „%s“ kann nicht geändert werden" -#: commands/tablecmds.c:4983 +#: commands/tablecmds.c:4984 #, c-format msgid "column \"%s\" is in a primary key" msgstr "Spalte „%s“ ist in einem Primärschlüssel" -#: commands/tablecmds.c:5141 +#: commands/tablecmds.c:5142 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" msgstr "„%s“ ist weder Tabelle, materialisierte Sicht, Index noch Fremdtabelle" -#: commands/tablecmds.c:5168 +#: commands/tablecmds.c:5169 #, c-format msgid "statistics target %d is too low" msgstr "Statistikziel %d ist zu niedrig" -#: commands/tablecmds.c:5176 +#: commands/tablecmds.c:5177 #, c-format msgid "lowering statistics target to %d" msgstr "setze Statistikziel auf %d herab" -#: commands/tablecmds.c:5306 +#: commands/tablecmds.c:5307 #, c-format msgid "invalid storage type \"%s\"" msgstr "ungültiger Storage-Typ „%s“" -#: commands/tablecmds.c:5337 +#: commands/tablecmds.c:5338 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN" -#: commands/tablecmds.c:5371 +#: commands/tablecmds.c:5372 #, c-format msgid "cannot drop column from typed table" msgstr "aus einer getypten Tabelle können keine Spalten gelöscht werden" -#: commands/tablecmds.c:5412 +#: commands/tablecmds.c:5413 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Spalte „%s“ von Relation „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:5425 +#: commands/tablecmds.c:5426 #, c-format msgid "cannot drop system column \"%s\"" msgstr "Systemspalte „%s“ kann nicht gelöscht werden" -#: commands/tablecmds.c:5432 +#: commands/tablecmds.c:5433 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "geerbte Spalte „%s“ kann nicht gelöscht werden" -#: commands/tablecmds.c:5662 +#: commands/tablecmds.c:5663 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX benennt Index „%s“ um in „%s“" -#: commands/tablecmds.c:5865 +#: commands/tablecmds.c:5866 #, c-format msgid "constraint must be added to child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:5935 +#: commands/tablecmds.c:5936 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "Relation „%s“, auf die verwiesen wird, ist keine Tabelle" -#: commands/tablecmds.c:5958 +#: commands/tablecmds.c:5959 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen" -#: commands/tablecmds.c:5965 +#: commands/tablecmds.c:5966 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "Constraints für ungeloggte Tabellen dürfen nur auf permanente oder ungeloggte Tabellen verweisen" -#: commands/tablecmds.c:5971 +#: commands/tablecmds.c:5972 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen" -#: commands/tablecmds.c:5975 +#: commands/tablecmds.c:5976 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "Constraints für temporäre Tabellen müssen temporäre Tabellen dieser Sitzung beinhalten" -#: commands/tablecmds.c:6036 +#: commands/tablecmds.c:6037 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein" -#: commands/tablecmds.c:6143 +#: commands/tablecmds.c:6144 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "Fremdschlüssel-Constraint „%s“ kann nicht implementiert werden" -#: commands/tablecmds.c:6146 +#: commands/tablecmds.c:6147 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Schlüsselspalten „%s“ und „%s“ haben inkompatible Typen: %s und %s." -#: commands/tablecmds.c:6346 commands/tablecmds.c:6469 -#: commands/tablecmds.c:7334 commands/tablecmds.c:7390 +#: commands/tablecmds.c:6347 commands/tablecmds.c:6470 +#: commands/tablecmds.c:7342 commands/tablecmds.c:7398 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "Constraint „%s“ von Relation „%s“ existiert nicht" -#: commands/tablecmds.c:6352 -#, fuzzy, c-format -#| msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" +#: commands/tablecmds.c:6353 +#, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint" -msgstr "Constraint „%s“ von Relation „%s“ ist kein Fremdschlüssel- oder Check-Constraint" +msgstr "Constraint „%s“ von Relation „%s“ ist kein Fremdschlüssel-Constraint" -#: commands/tablecmds.c:6476 +#: commands/tablecmds.c:6477 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "Constraint „%s“ von Relation „%s“ ist kein Fremdschlüssel- oder Check-Constraint" -#: commands/tablecmds.c:6545 +#: commands/tablecmds.c:6546 #, c-format msgid "constraint must be validated on child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen validiert werden" -#: commands/tablecmds.c:6607 +#: commands/tablecmds.c:6608 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "Spalte „%s“, die im Fremdschlüssel verwendet wird, existiert nicht" -#: commands/tablecmds.c:6612 +#: commands/tablecmds.c:6613 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben" -#: commands/tablecmds.c:6677 +#: commands/tablecmds.c:6678 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle „%s“, auf die verwiesen wird, verwendet werden" -#: commands/tablecmds.c:6694 +#: commands/tablecmds.c:6695 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "in Tabelle „%s“, auf die verwiesen wird, gibt es keinen Primärschlüssel" -#: commands/tablecmds.c:6846 +#: commands/tablecmds.c:6760 +#, c-format +msgid "foreign key referenced-columns list must not contain duplicates" +msgstr "die Liste der Spalten, auf die ein Fremdschlüssel verweist, darf keine doppelten Einträge enthalten" + +#: commands/tablecmds.c:6854 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle „%s“, auf die verwiesen wird, verwendet werden" -#: commands/tablecmds.c:6851 +#: commands/tablecmds.c:6859 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "in Tabelle „%s“, auf die verwiesen wird, gibt es keinen Unique-Constraint, der auf die angegebenen Schlüssel passt" -#: commands/tablecmds.c:7010 +#: commands/tablecmds.c:7018 #, c-format msgid "validating foreign key constraint \"%s\"" msgstr "validiere Fremdschlüssel-Constraint „%s“" -#: commands/tablecmds.c:7306 +#: commands/tablecmds.c:7314 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "geerbter Constraint „%s“ von Relation „%s“ kann nicht gelöscht werden" -#: commands/tablecmds.c:7340 +#: commands/tablecmds.c:7348 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Constraint „%s“ von Relation „%s“ existiert nicht, wird übersprungen" -#: commands/tablecmds.c:7479 +#: commands/tablecmds.c:7487 #, c-format msgid "cannot alter column type of typed table" msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:7502 +#: commands/tablecmds.c:7510 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "kann vererbte Spalte „%s“ nicht ändern" -#: commands/tablecmds.c:7549 +#: commands/tablecmds.c:7557 #, c-format msgid "transform expression must not return a set" msgstr "Umwandlungsausdruck kann keine Ergebnismenge zurückgeben" -#: commands/tablecmds.c:7568 +#: commands/tablecmds.c:7576 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "Spalte „%s“ kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:7570 +#: commands/tablecmds.c:7578 #, c-format msgid "Specify a USING expression to perform the conversion." msgstr "Geben Sie einen USING-Ausdruck für die Umwandlung an." -#: commands/tablecmds.c:7619 +#: commands/tablecmds.c:7627 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "Typ der vererbten Spalte „%s“ muss ebenso in den abgeleiteten Tabellen geändert werden" -#: commands/tablecmds.c:7700 +#: commands/tablecmds.c:7708 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "Typ der Spalte „%s“ kann nicht zweimal geändert werden" -#: commands/tablecmds.c:7736 +#: commands/tablecmds.c:7744 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "Vorgabewert der Spalte „%s“ kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:7862 +#: commands/tablecmds.c:7870 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:7863 commands/tablecmds.c:7882 +#: commands/tablecmds.c:7871 commands/tablecmds.c:7890 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s hängt von Spalte „%s“ ab" -#: commands/tablecmds.c:7881 +#: commands/tablecmds.c:7889 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:8457 +#: commands/tablecmds.c:8465 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "kann Eigentümer des Index „%s“ nicht ändern" -#: commands/tablecmds.c:8459 +#: commands/tablecmds.c:8467 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index." -#: commands/tablecmds.c:8475 +#: commands/tablecmds.c:8483 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "kann Eigentümer der Sequenz „%s“ nicht ändern" -#: commands/tablecmds.c:8477 commands/tablecmds.c:10466 +#: commands/tablecmds.c:8485 commands/tablecmds.c:10644 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sequenz „%s“ ist mit Tabelle „%s“ verknüpft." -#: commands/tablecmds.c:8489 commands/tablecmds.c:11102 +#: commands/tablecmds.c:8497 commands/tablecmds.c:11280 #, c-format msgid "Use ALTER TYPE instead." msgstr "Verwenden Sie stattdessen ALTER TYPE." -#: commands/tablecmds.c:8498 +#: commands/tablecmds.c:8506 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "„%s“ ist keine Tabelle, Sicht, Sequenz oder Fremdtabelle" -#: commands/tablecmds.c:8834 +#: commands/tablecmds.c:8842 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig" -#: commands/tablecmds.c:8907 +#: commands/tablecmds.c:8915 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "„%s“ ist weder Tabelle, Sicht, materialisierte Sicht, Index noch TOAST-Tabelle" -#: commands/tablecmds.c:8940 commands/view.c:474 +#: commands/tablecmds.c:8948 commands/view.c:474 #, c-format msgid "WITH CHECK OPTION is supported only on auto-updatable views" -msgstr "" +msgstr "WITH CHECK OPTION wird nur für automatisch aktualisierbare Sichten unterstützt" -#: commands/tablecmds.c:9086 +#: commands/tablecmds.c:9094 #, c-format msgid "cannot move system relation \"%s\"" msgstr "Systemrelation „%s“ kann nicht verschoben werden" -#: commands/tablecmds.c:9102 +#: commands/tablecmds.c:9110 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden" -#: commands/tablecmds.c:9240 storage/buffer/bufmgr.c:481 +#: commands/tablecmds.c:9238 +#, c-format +msgid "only tables, indexes, and materialized views exist in tablespaces" +msgstr "nur Tabellen, Indexe und materialisierte Sichten existieren in Tablespaces" + +#: commands/tablecmds.c:9250 +#, c-format +msgid "cannot move relations in to or out of pg_global tablespace" +msgstr "Relationen können nicht in den oder aus dem Tablespace „pg_global“ verschoben werden" + +#: commands/tablecmds.c:9341 +#, fuzzy, c-format +#| msgid "skipping vacuum of \"%s\" --- lock not available" +msgid "aborting because lock on relation \"%s\".\"%s\" is not available" +msgstr "überspringe Vacuum von „%s“ --- Sperre nicht verfügbar" + +#: commands/tablecmds.c:9357 +#, c-format +msgid "no matching relations in tablespace \"%s\" found" +msgstr "keine passenden Relationen in Tablespace „%s“ gefunden" + +#: commands/tablecmds.c:9418 storage/buffer/bufmgr.c:481 #, c-format msgid "invalid page in block %u of relation %s" msgstr "ungültige Seite in Block %u von Relation %s" -#: commands/tablecmds.c:9322 +#: commands/tablecmds.c:9500 #, c-format msgid "cannot change inheritance of typed table" msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:9368 +#: commands/tablecmds.c:9546 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "an temporäre Relation einer anderen Sitzung kann nicht vererbt werden" -#: commands/tablecmds.c:9422 +#: commands/tablecmds.c:9600 #, c-format msgid "circular inheritance not allowed" msgstr "zirkuläre Vererbung ist nicht erlaubt" -#: commands/tablecmds.c:9423 +#: commands/tablecmds.c:9601 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "„%s“ ist schon von „%s“ abgeleitet." -#: commands/tablecmds.c:9431 +#: commands/tablecmds.c:9609 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "Tabelle „%s“ ohne OIDs kann nicht von Tabelle „%s“ mit OIDs erben" -#: commands/tablecmds.c:9567 +#: commands/tablecmds.c:9745 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "Spalte „%s“ in abgeleiteter Tabelle muss als NOT NULL markiert sein" -#: commands/tablecmds.c:9583 +#: commands/tablecmds.c:9761 #, c-format msgid "child table is missing column \"%s\"" msgstr "Spalte „%s“ fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:9666 +#: commands/tablecmds.c:9844 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "abgeleitete Tabelle „%s“ hat unterschiedliche Definition für Check-Constraint „%s“" -#: commands/tablecmds.c:9674 +#: commands/tablecmds.c:9852 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "Constraint „%s“ kollidiert mit nicht vererbtem Constraint für abgeleitete Tabelle „%s“" -#: commands/tablecmds.c:9698 +#: commands/tablecmds.c:9876 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "Constraint „%s“ fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:9778 +#: commands/tablecmds.c:9956 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "Relation „%s“ ist keine Basisrelation von Relation „%s“" -#: commands/tablecmds.c:10004 +#: commands/tablecmds.c:10182 #, c-format msgid "typed tables cannot inherit" msgstr "getypte Tabellen können nicht erben" -#: commands/tablecmds.c:10035 +#: commands/tablecmds.c:10213 #, c-format msgid "table is missing column \"%s\"" msgstr "Spalte „%s“ fehlt in Tabelle" -#: commands/tablecmds.c:10045 +#: commands/tablecmds.c:10223 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "Tabelle hat Spalte „%s“, aber Typ benötigt „%s“" -#: commands/tablecmds.c:10054 +#: commands/tablecmds.c:10232 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "Tabelle „%s“ hat unterschiedlichen Typ für Spalte „%s“" -#: commands/tablecmds.c:10067 +#: commands/tablecmds.c:10245 #, c-format msgid "table has extra column \"%s\"" msgstr "Tabelle hat zusätzliche Spalte „%s“" -#: commands/tablecmds.c:10117 +#: commands/tablecmds.c:10295 #, c-format msgid "\"%s\" is not a typed table" msgstr "„%s“ ist keine getypte Tabelle" -#: commands/tablecmds.c:10300 +#: commands/tablecmds.c:10478 #, fuzzy, c-format #| msgid "cannot use subquery in index predicate" msgid "cannot use non-unique index \"%s\" as replica identity" msgstr "Unteranfragen können nicht im Indexprädikat verwendet werden" -#: commands/tablecmds.c:10306 +#: commands/tablecmds.c:10484 #, c-format msgid "cannot use non-immediate index \"%s\" as replica identity" msgstr "" -#: commands/tablecmds.c:10312 +#: commands/tablecmds.c:10490 #, fuzzy, c-format #| msgid "cannot use subquery in index predicate" msgid "cannot use expression index \"%s\" as replica identity" msgstr "Unteranfragen können nicht im Indexprädikat verwendet werden" -#: commands/tablecmds.c:10318 +#: commands/tablecmds.c:10496 #, fuzzy, c-format #| msgid "cannot cluster on partial index \"%s\"" msgid "cannot use partial index \"%s\" as replica identity" msgstr "kann nicht anhand des partiellen Index „%s“ clustern" -#: commands/tablecmds.c:10324 +#: commands/tablecmds.c:10502 #, fuzzy, c-format #| msgid "cannot cluster on invalid index \"%s\"" msgid "cannot use invalid index \"%s\" as replica identity" msgstr "kann nicht anhand des ungültigen Index „%s“ clustern" -#: commands/tablecmds.c:10342 +#: commands/tablecmds.c:10520 #, c-format msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable" msgstr "" -#: commands/tablecmds.c:10465 +#: commands/tablecmds.c:10643 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden" -#: commands/tablecmds.c:10561 +#: commands/tablecmds.c:10739 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "Relation „%s“ existiert bereits in Schema „%s“" -#: commands/tablecmds.c:11086 +#: commands/tablecmds.c:11264 #, c-format msgid "\"%s\" is not a composite type" msgstr "„%s“ ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:11116 +#: commands/tablecmds.c:11294 #, c-format msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table" msgstr "„%s“ ist weder Tabelle, Sicht, materialisierte Sicht, Sequenz noch Fremdtabelle" -#: commands/tablespace.c:161 commands/tablespace.c:178 -#: commands/tablespace.c:189 commands/tablespace.c:197 -#: commands/tablespace.c:617 replication/slot.c:921 storage/file/copydir.c:47 +#: commands/tablespace.c:160 commands/tablespace.c:177 +#: commands/tablespace.c:188 commands/tablespace.c:196 +#: commands/tablespace.c:616 replication/slot.c:921 storage/file/copydir.c:47 #, c-format msgid "could not create directory \"%s\": %m" msgstr "konnte Verzeichnis „%s“ nicht erzeugen: %m" -#: commands/tablespace.c:208 +#: commands/tablespace.c:207 #, c-format msgid "could not stat directory \"%s\": %m" msgstr "konnte „stat“ für Verzeichnis „%s“ nicht ausführen: %m" -#: commands/tablespace.c:217 +#: commands/tablespace.c:216 #, c-format msgid "\"%s\" exists but is not a directory" msgstr "„%s“ existiert, ist aber kein Verzeichnis" -#: commands/tablespace.c:248 +#: commands/tablespace.c:247 #, c-format msgid "permission denied to create tablespace \"%s\"" msgstr "keine Berechtigung, um Tablespace „%s“ zu erzeugen" -#: commands/tablespace.c:250 +#: commands/tablespace.c:249 #, c-format msgid "Must be superuser to create a tablespace." msgstr "Nur Superuser können Tablespaces anlegen." -#: commands/tablespace.c:266 +#: commands/tablespace.c:265 #, c-format msgid "tablespace location cannot contain single quotes" msgstr "Tablespace-Pfad darf keine Apostrophe enthalten" -#: commands/tablespace.c:276 +#: commands/tablespace.c:275 #, c-format msgid "tablespace location must be an absolute path" msgstr "Tablespace-Pfad muss ein absoluter Pfad sein" -#: commands/tablespace.c:287 +#: commands/tablespace.c:286 #, c-format msgid "tablespace location \"%s\" is too long" msgstr "Tablespace-Pfad „%s“ ist zu lang" -#: commands/tablespace.c:297 commands/tablespace.c:888 +#: commands/tablespace.c:296 commands/tablespace.c:887 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "inakzeptabler Tablespace-Name „%s“" -#: commands/tablespace.c:299 commands/tablespace.c:889 +#: commands/tablespace.c:298 commands/tablespace.c:888 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Der Präfix „pg_“ ist für System-Tablespaces reserviert." -#: commands/tablespace.c:309 commands/tablespace.c:901 +#: commands/tablespace.c:308 commands/tablespace.c:900 #, c-format msgid "tablespace \"%s\" already exists" msgstr "Tablespace „%s“ existiert bereits" -#: commands/tablespace.c:387 commands/tablespace.c:545 +#: commands/tablespace.c:386 commands/tablespace.c:544 #: replication/basebackup.c:222 replication/basebackup.c:1064 #: utils/adt/misc.c:365 #, c-format msgid "tablespaces are not supported on this platform" msgstr "Tablespaces werden auf dieser Plattform nicht unterstützt" -#: commands/tablespace.c:427 commands/tablespace.c:871 -#: commands/tablespace.c:950 commands/tablespace.c:1197 -#: commands/tablespace.c:1330 commands/tablespace.c:1530 +#: commands/tablespace.c:426 commands/tablespace.c:870 +#: commands/tablespace.c:949 commands/tablespace.c:1018 +#: commands/tablespace.c:1151 commands/tablespace.c:1351 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "Tablespace „%s“ existiert nicht" -#: commands/tablespace.c:433 +#: commands/tablespace.c:432 #, c-format msgid "tablespace \"%s\" does not exist, skipping" msgstr "Tablespace „%s“ existiert nicht, wird übersprungen" -#: commands/tablespace.c:502 +#: commands/tablespace.c:501 #, c-format msgid "tablespace \"%s\" is not empty" msgstr "Tablespace „%s“ ist nicht leer" -#: commands/tablespace.c:576 +#: commands/tablespace.c:575 #, c-format msgid "directory \"%s\" does not exist" msgstr "Verzeichnis „%s“ existiert nicht" -#: commands/tablespace.c:577 +#: commands/tablespace.c:576 #, c-format msgid "Create this directory for the tablespace before restarting the server." msgstr "Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu starten." -#: commands/tablespace.c:582 +#: commands/tablespace.c:581 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "konnte Zugriffsrechte für Verzeichnis „%s“ nicht setzen: %m" -#: commands/tablespace.c:612 +#: commands/tablespace.c:611 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "Verzeichnis „%s“ ist bereits als Tablespace in Verwendung" -#: commands/tablespace.c:636 commands/tablespace.c:758 -#: commands/tablespace.c:771 commands/tablespace.c:795 +#: commands/tablespace.c:635 commands/tablespace.c:757 +#: commands/tablespace.c:770 commands/tablespace.c:794 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "konnte Verzeichnis „%s“ nicht löschen: %m" -#: commands/tablespace.c:644 commands/tablespace.c:806 +#: commands/tablespace.c:643 commands/tablespace.c:805 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung „%s“ nicht löschen: %m" -#: commands/tablespace.c:655 +#: commands/tablespace.c:654 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung „%s“ nicht erstellen: %m" -#: commands/tablespace.c:719 commands/tablespace.c:729 +#: commands/tablespace.c:718 commands/tablespace.c:728 #: postmaster/postmaster.c:1284 replication/basebackup.c:349 #: replication/basebackup.c:667 storage/file/copydir.c:53 #: storage/file/copydir.c:96 storage/file/fd.c:1951 storage/ipc/dsm.c:300 @@ -7430,41 +7433,17 @@ msgstr "konnte symbolische Verknüpfung „%s“ nicht erstellen: %m" msgid "could not open directory \"%s\": %m" msgstr "konnte Verzeichnis „%s“ nicht öffnen: %m" -#: commands/tablespace.c:1025 -#, fuzzy, c-format -#| msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" -msgid "only tables, indexes, and materialized views exist in tablespaces" -msgstr "„%s“ ist weder Tabelle, Sicht, materialisierte Sicht, Index noch TOAST-Tabelle" - -#: commands/tablespace.c:1037 -#, fuzzy, c-format -#| msgid "cannot move objects into or out of temporary schemas" -msgid "cannot move relations in to or out of pg_global tablespace" -msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden" - -#: commands/tablespace.c:1135 -#, fuzzy, c-format -#| msgid "skipping vacuum of \"%s\" --- lock not available" -msgid "aborting due to \"%s\".\"%s\" --- lock not available" -msgstr "überspringe Vacuum von „%s“ --- Sperre nicht verfügbar" - -#: commands/tablespace.c:1151 -#, fuzzy, c-format -#| msgid "No matching relations found.\n" -msgid "no matching relations in tablespace \"%s\" found" -msgstr "Keine passenden Relationen gefunden.\n" - -#: commands/tablespace.c:1202 +#: commands/tablespace.c:1023 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Tablespace „%s“ existiert nicht." -#: commands/tablespace.c:1629 +#: commands/tablespace.c:1450 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "Verzeichnisse für Tablespace %u konnten nicht entfernt werden" -#: commands/tablespace.c:1631 +#: commands/tablespace.c:1452 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Sie können die Verzeichnisse falls nötig manuell entfernen." @@ -7495,22 +7474,19 @@ msgid "Views cannot have TRUNCATE triggers." msgstr "Sichten können keine TRUNCATE-Trigger haben." #: commands/trigger.c:205 commands/trigger.c:212 commands/trigger.c:219 -#, fuzzy, c-format -#| msgid "\"%s\" is not a foreign table" +#, c-format msgid "\"%s\" is a foreign table" -msgstr "„%s“ ist keine Fremdtabelle" +msgstr "„%s“ ist eine Fremdtabelle" #: commands/trigger.c:207 -#, fuzzy, c-format -#| msgid "Tables cannot have INSTEAD OF triggers." +#, c-format msgid "Foreign tables cannot have INSTEAD OF triggers." -msgstr "Tabellen können keine INSTEAD OF-Trigger haben." +msgstr "Fremdtabellen können keine INSTEAD OF-Trigger haben." #: commands/trigger.c:214 -#, fuzzy, c-format -#| msgid "Views cannot have TRUNCATE triggers." +#, c-format msgid "Foreign tables cannot have TRUNCATE triggers." -msgstr "Sichten können keine TRUNCATE-Trigger haben." +msgstr "Fremdtabellen können keine TRUNCATE-Trigger haben." #: commands/trigger.c:221 #, c-format @@ -7595,10 +7571,9 @@ msgid "converting trigger group into constraint \"%s\" %s" msgstr "Triggergruppe wird in Constraint \"%s\" %s umgewandelt" #: commands/trigger.c:1112 commands/trigger.c:1217 -#, fuzzy, c-format -#| msgid "\"%s\" is not a table or foreign table" +#, c-format msgid "\"%s\" is not a table, view, or foreign table" -msgstr "„%s“ ist keine Tabelle oder Fremdtabelle" +msgstr "„%s“ ist keine Tabelle, Sicht oder Fremdtabelle" #: commands/trigger.c:1183 commands/trigger.c:1343 commands/trigger.c:1459 #, c-format @@ -7633,7 +7608,7 @@ msgstr "das zu aktualisierende Tupel wurde schon durch eine vom aktuellen Befehl msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Verwenden Sie einen AFTER-Trigger anstelle eines BEFORE-Triggers, um Änderungen an andere Zeilen zu propagieren." -#: commands/trigger.c:2741 executor/execMain.c:2049 +#: commands/trigger.c:2741 executor/execMain.c:2059 #: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:447 #: executor/nodeModifyTable.c:725 #, c-format @@ -8031,7 +8006,7 @@ msgid "role \"%s\" already exists" msgstr "Rolle „%s“ existiert bereits" #: commands/user.c:618 commands/user.c:827 commands/user.c:933 -#: commands/user.c:1088 commands/variable.c:790 commands/variable.c:862 +#: commands/user.c:1088 commands/variable.c:797 commands/variable.c:869 #: utils/adt/acl.c:5121 utils/init/miscinit.c:362 #, c-format msgid "role \"%s\" does not exist" @@ -8153,70 +8128,63 @@ msgstr "Rolle „%s“ ist schon Mitglied der Rolle „%s“" msgid "role \"%s\" is not a member of role \"%s\"" msgstr "Rolle „%s“ ist kein Mitglied der Rolle „%s“" -#: commands/vacuum.c:463 +#: commands/vacuum.c:466 #, c-format msgid "oldest xmin is far in the past" msgstr "älteste xmin ist weit in der Vergangenheit" -#: commands/vacuum.c:464 +#: commands/vacuum.c:467 #, c-format msgid "Close open transactions soon to avoid wraparound problems." msgstr "Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu vermeiden." -#: commands/vacuum.c:496 +#: commands/vacuum.c:499 #, c-format msgid "oldest multixact is far in the past" msgstr "älteste Multixact ist weit in der Vergangenheit" -#: commands/vacuum.c:497 +#: commands/vacuum.c:500 #, c-format msgid "Close open transactions with multixacts soon to avoid wraparound problems." msgstr "Schließen Sie bald alle offenen Transaktionen mit Multixacts, um Überlaufprobleme zu vermeiden." -#: commands/vacuum.c:967 +#: commands/vacuum.c:1044 #, c-format msgid "some databases have not been vacuumed in over 2 billion transactions" msgstr "einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt worden" -#: commands/vacuum.c:968 +#: commands/vacuum.c:1045 #, c-format msgid "You might have already suffered transaction-wraparound data loss." msgstr "Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf verloren." -#: commands/vacuum.c:1081 +#: commands/vacuum.c:1162 #, c-format msgid "skipping vacuum of \"%s\" --- lock not available" msgstr "überspringe Vacuum von „%s“ --- Sperre nicht verfügbar" -#: commands/vacuum.c:1107 +#: commands/vacuum.c:1188 #, c-format msgid "skipping \"%s\" --- only superuser can vacuum it" msgstr "überspringe „%s“ --- nur Superuser kann sie vacuumen" -#: commands/vacuum.c:1111 +#: commands/vacuum.c:1192 #, c-format msgid "skipping \"%s\" --- only superuser or database owner can vacuum it" msgstr "überspringe „%s“ --- nur Superuser oder Eigentümer der Datenbank kann sie vacuumen" -#: commands/vacuum.c:1115 +#: commands/vacuum.c:1196 #, c-format msgid "skipping \"%s\" --- only table or database owner can vacuum it" msgstr "überspringe „%s“ --- nur Eigentümer der Tabelle oder der Datenbank kann sie vacuumen" -#: commands/vacuum.c:1133 +#: commands/vacuum.c:1214 #, c-format msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "überspringe „%s“ --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen" #: commands/vacuumlazy.c:345 -#, fuzzy, c-format -#| msgid "" -#| "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n" -#| "pages: %d removed, %d remain\n" -#| "tuples: %.0f removed, %.0f remain\n" -#| "buffer usage: %d hits, %d misses, %d dirtied\n" -#| "avg read rate: %.3f MB/s, avg write rate: %.3f MB/s\n" -#| "system usage: %s" +#, c-format msgid "" "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n" "pages: %d removed, %d remain\n" @@ -8227,7 +8195,7 @@ msgid "" msgstr "" "automatisches Vacuum von Tabelle „%s.%s.%s“: Index-Scans: %d\n" "Seiten: %d entfernt, %d noch vorhanden\n" -"Tupel: %.0f entfernt, %.0f noch vorhanden\n" +"Tupel: %.0f entfernt, %.0f noch vorhanden, %.0f sind tot aber noch nicht entfernbar\n" "Puffer-Verwendung: %d Treffer, %d Verfehlen, %d geändert\n" "durchschn. Leserate: %.3f MB/s, durchschn. Schreibrate: %.3f MB/s\n" "Systembenutzung: %s" @@ -8307,7 +8275,7 @@ msgstr "„%s“: von %u auf %u Seiten verkürzt" msgid "\"%s\": suspending truncate due to conflicting lock request" msgstr "„%s“: Truncate wird ausgesetzt wegen Sperrkonflikt" -#: commands/variable.c:162 utils/misc/guc.c:9040 +#: commands/variable.c:162 utils/misc/guc.c:9058 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "Unbekanntes Schlüsselwort: „%s“." @@ -8327,87 +8295,90 @@ msgstr "Im Zeitzonenintervall können keine Monate angegeben werden." msgid "Cannot specify days in time zone interval." msgstr "Im Zeitzonenintervall können keine Tage angegeben werden." -#: commands/variable.c:344 commands/variable.c:419 +#: commands/variable.c:344 commands/variable.c:426 #, c-format msgid "time zone \"%s\" appears to use leap seconds" msgstr "Zeitzone „%s“ verwendet anscheinend Schaltsekunden" -#: commands/variable.c:346 commands/variable.c:421 +#: commands/variable.c:346 commands/variable.c:428 #, c-format msgid "PostgreSQL does not support leap seconds." msgstr "PostgreSQL unterstützt keine Schaltsekunden." -#: commands/variable.c:486 +#: commands/variable.c:355 +#, c-format +msgid "UTC timezone offset is out of range." +msgstr "Zeitzonenabstand zu UTC ist außerhalb des gültigen Bereichs." + +#: commands/variable.c:493 #, c-format msgid "cannot set transaction read-write mode inside a read-only transaction" msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen" -#: commands/variable.c:493 +#: commands/variable.c:500 #, c-format msgid "transaction read-write mode must be set before any query" msgstr "Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden" -#: commands/variable.c:500 +#: commands/variable.c:507 #, c-format msgid "cannot set transaction read-write mode during recovery" msgstr "kann den Read/Write-Modus einer Transaktion nicht während der Wiederherstellung setzen" -#: commands/variable.c:549 +#: commands/variable.c:556 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" msgstr "SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden" -#: commands/variable.c:556 +#: commands/variable.c:563 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction" msgstr "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion aufgerufen werden" -#: commands/variable.c:563 storage/lmgr/predicate.c:1588 +#: commands/variable.c:570 storage/lmgr/predicate.c:1588 #, c-format msgid "cannot use serializable mode in a hot standby" msgstr "kann serialisierbaren Modus nicht in einem Hot Standby verwenden" -#: commands/variable.c:564 +#: commands/variable.c:571 #, c-format msgid "You can use REPEATABLE READ instead." msgstr "Sie können stattdessen REPEATABLE READ verwenden." -#: commands/variable.c:612 +#: commands/variable.c:619 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" msgstr "SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion aufgerufen werden" -#: commands/variable.c:618 +#: commands/variable.c:625 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query" msgstr "SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden" -#: commands/variable.c:700 +#: commands/variable.c:707 #, c-format msgid "Conversion between %s and %s is not supported." msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt." -#: commands/variable.c:707 +#: commands/variable.c:714 #, c-format msgid "Cannot change \"client_encoding\" now." msgstr "„client_encoding“ kann jetzt nicht geändert werden." -#: commands/variable.c:877 +#: commands/variable.c:884 #, c-format msgid "permission denied to set role \"%s\"" msgstr "keine Berechtigung, um Rolle „%s“ zu setzen" #: commands/view.c:54 -#, fuzzy, c-format -#| msgid "invalid value for \"buffering\" option" +#, c-format msgid "invalid value for \"check_option\" option" -msgstr "ungültiger Wert für Option „buffering“" +msgstr "ungültiger Wert für Option „check_option“" #: commands/view.c:55 -#, fuzzy, c-format -#| msgid "Valid values are \"on\", \"off\", and \"auto\"." -msgid "Valid values are \"local\", and \"cascaded\"." -msgstr "Gültige Werte sind „on“, „off“ und „auto“." +#, c-format +msgid "Valid values are \"local\" and \"cascaded\"." +msgstr "Gültige Werte sind „local“ und „cascaded“." #: commands/view.c:114 #, c-format @@ -8971,7 +8942,7 @@ msgstr "als Ausdruck verwendete Unteranfrage ergab mehr als eine Zeile" #: executor/nodeWindowAgg.c:353 #, fuzzy, c-format #| msgid "cast function must not return a set" -msgid "moving-aggregate transition function must not return NULL" +msgid "moving-aggregate transition function must not return null" msgstr "Typumwandlungsfunktion darf keine Ergebnismenge zurückgeben" #: executor/nodeWindowAgg.c:1609 @@ -9055,42 +9026,42 @@ msgstr "ungültige Option „%s“" msgid "Valid options in this context are: %s" msgstr "Gültige Optionen in diesem Zusammenhang sind: %s" -#: gram.y:955 +#: gram.y:956 #, c-format msgid "unrecognized role option \"%s\"" msgstr "unbekannte Rollenoption „%s“" -#: gram.y:1237 gram.y:1252 +#: gram.y:1238 gram.y:1253 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" msgstr "CREATE SCHEMA IF NOT EXISTS kann keine Schemaelemente enthalten" -#: gram.y:1397 +#: gram.y:1398 #, c-format msgid "current database cannot be changed" msgstr "aktuelle Datenbank kann nicht geändert werden" -#: gram.y:1521 gram.y:1536 +#: gram.y:1522 gram.y:1537 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein" -#: gram.y:1541 gram.y:10365 gram.y:12702 +#: gram.y:1542 gram.y:10351 gram.y:12688 #, c-format msgid "interval precision specified twice" msgstr "Intervallpräzision doppelt angegeben" -#: gram.y:2436 gram.y:2465 +#: gram.y:2511 gram.y:2540 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "STDIN/STDOUT sind nicht mit PROGRAM erlaubt" -#: gram.y:2727 gram.y:2734 gram.y:9603 gram.y:9611 +#: gram.y:2802 gram.y:2809 gram.y:9589 gram.y:9597 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist veraltet" -#: gram.y:3173 utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:367 +#: gram.y:3248 utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:367 #: utils/adt/ri_triggers.c:786 utils/adt/ri_triggers.c:1009 #: utils/adt/ri_triggers.c:1165 utils/adt/ri_triggers.c:1346 #: utils/adt/ri_triggers.c:1511 utils/adt/ri_triggers.c:1687 @@ -9101,315 +9072,311 @@ msgstr "die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist ve msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL ist noch nicht implementiert" -#: gram.y:4407 +#: gram.y:4482 msgid "duplicate trigger events specified" msgstr "mehrere Trigger-Ereignisse angegeben" -#: gram.y:4502 parser/parse_utilcmd.c:2569 parser/parse_utilcmd.c:2595 +#: gram.y:4577 parser/parse_utilcmd.c:2569 parser/parse_utilcmd.c:2595 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein" -#: gram.y:4509 +#: gram.y:4584 #, c-format msgid "conflicting constraint properties" msgstr "widersprüchliche Constraint-Eigentschaften" -#: gram.y:4641 +#: gram.y:4716 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTION ist noch nicht implementiert" -#: gram.y:4657 +#: gram.y:4732 #, c-format msgid "DROP ASSERTION is not yet implemented" msgstr "DROP ASSERTION ist noch nicht implementiert" -#: gram.y:5003 +#: gram.y:5078 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK wird nicht mehr benötigt" -#: gram.y:5004 +#: gram.y:5079 #, c-format msgid "Update your data type." msgstr "Aktualisieren Sie Ihren Datentyp." -#: gram.y:6465 -#, fuzzy, c-format -#| msgid "aggregates cannot use named arguments" +#: gram.y:6540 +#, c-format msgid "aggregates cannot have output arguments" -msgstr "Aggregatfunktionen können keine benannten Argumente verwenden" +msgstr "Aggregatfunktionen können keine OUT-Argumente haben" -#: gram.y:6771 utils/adt/regproc.c:738 utils/adt/regproc.c:779 +#: gram.y:6846 utils/adt/regproc.c:738 utils/adt/regproc.c:779 #, c-format msgid "missing argument" msgstr "Argument fehlt" -#: gram.y:6772 utils/adt/regproc.c:739 utils/adt/regproc.c:780 +#: gram.y:6847 utils/adt/regproc.c:739 utils/adt/regproc.c:780 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "Verwenden Sie NONE, um das fehlende Argument eines unären Operators anzugeben." -#: gram.y:8256 gram.y:8274 -#, fuzzy, c-format -#| msgid "WITH CHECK OPTION is not implemented" +#: gram.y:8236 gram.y:8254 +#, c-format msgid "WITH CHECK OPTION not supported on recursive views" -msgstr "WITH CHECK OPTION ist nicht implementiert" +msgstr "WITH CHECK OPTION wird für rekursive Sichten nicht unterstützt" -#: gram.y:9248 +#: gram.y:9234 #, c-format msgid "number of columns does not match number of values" msgstr "Anzahl der Spalten stimmt nicht mit der Anzahl der Werte überein" -#: gram.y:9707 +#: gram.y:9693 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "Syntax LIMIT x,y wird nicht unterstützt" -#: gram.y:9708 +#: gram.y:9694 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET." -#: gram.y:9896 gram.y:9921 +#: gram.y:9882 gram.y:9907 #, c-format msgid "VALUES in FROM must have an alias" msgstr "VALUES in FROM muss Aliasnamen erhalten" -#: gram.y:9897 gram.y:9922 +#: gram.y:9883 gram.y:9908 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz." -#: gram.y:9902 gram.y:9927 +#: gram.y:9888 gram.y:9913 #, c-format msgid "subquery in FROM must have an alias" msgstr "Unteranfrage in FROM muss Aliasnamen erhalten" -#: gram.y:9903 gram.y:9928 +#: gram.y:9889 gram.y:9914 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz." -#: gram.y:10491 +#: gram.y:10477 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "Präzision von Typ float muss mindestens 1 Bit sein" -#: gram.y:10500 +#: gram.y:10486 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "Präzision von Typ float muss weniger als 54 Bits sein" -#: gram.y:10966 +#: gram.y:10952 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck" -#: gram.y:10971 +#: gram.y:10957 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck" -#: gram.y:11155 +#: gram.y:11141 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "UNIQUE-Prädikat ist noch nicht implementiert" -#: gram.y:11442 -#, fuzzy, c-format -#| msgid "multiple ORDER BY clauses not allowed" +#: gram.y:11428 +#, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" -msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt" +msgstr "in WITHIN GROUP können nicht mehrere ORDER-BY-Klauseln verwendet werden" -#: gram.y:11447 +#: gram.y:11433 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" -msgstr "" +msgstr "DISTINCT kann nicht mit WITHIN GROUP verwendet werden" -#: gram.y:11452 +#: gram.y:11438 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" -msgstr "" +msgstr "VARIADIC kann nicht mit WITHIN GROUP verwendet werden" -#: gram.y:11958 +#: gram.y:11944 #, c-format msgid "RANGE PRECEDING is only supported with UNBOUNDED" msgstr "RANGE PRECEDING wird nur mit UNBOUNDED unterstützt" -#: gram.y:11964 +#: gram.y:11950 #, c-format msgid "RANGE FOLLOWING is only supported with UNBOUNDED" msgstr "RANGE FOLLOWING wird nur mit UNBOUNDED unterstützt" -#: gram.y:11991 gram.y:12014 +#: gram.y:11977 gram.y:12000 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein" -#: gram.y:11996 +#: gram.y:11982 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile enden" -#: gram.y:12019 +#: gram.y:12005 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING sein" -#: gram.y:12025 +#: gram.y:12011 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen haben" -#: gram.y:12032 +#: gram.y:12018 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen haben" -#: gram.y:12671 +#: gram.y:12657 #, c-format msgid "type modifier cannot have parameter name" msgstr "Typmodifikator kann keinen Parameternamen haben" -#: gram.y:12677 -#, fuzzy, c-format -#| msgid "type modifier cannot have parameter name" +#: gram.y:12663 +#, c-format msgid "type modifier cannot have ORDER BY" -msgstr "Typmodifikator kann keinen Parameternamen haben" +msgstr "Typmodifikator kann kein ORDER BY haben" -#: gram.y:13298 gram.y:13473 +#: gram.y:13284 gram.y:13459 msgid "improper use of \"*\"" msgstr "unzulässige Verwendung von „*“" -#: gram.y:13436 gram.y:13453 tsearch/spell.c:518 tsearch/spell.c:535 +#: gram.y:13422 gram.y:13439 tsearch/spell.c:518 tsearch/spell.c:535 #: tsearch/spell.c:552 tsearch/spell.c:569 tsearch/spell.c:591 #, c-format msgid "syntax error" msgstr "Syntaxfehler" -#: gram.y:13537 +#: gram.y:13523 #, c-format msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" msgstr "" -#: gram.y:13574 +#: gram.y:13560 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt" -#: gram.y:13585 +#: gram.y:13571 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt" -#: gram.y:13594 +#: gram.y:13580 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt" -#: gram.y:13603 +#: gram.y:13589 #, c-format msgid "multiple WITH clauses not allowed" msgstr "mehrere WITH-Klauseln sind nicht erlaubt" -#: gram.y:13743 +#: gram.y:13729 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt" -#: gram.y:13844 +#: gram.y:13830 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "mehrere COLLATE-Klauseln sind nicht erlaubt" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13882 gram.y:13895 +#: gram.y:13868 gram.y:13881 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "%s-Constraints können nicht als DEFERRABLE markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13908 +#: gram.y:13894 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "%s-Constraints können nicht als NOT VALID markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13921 +#: gram.y:13907 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s-Constraints können nicht als NO INHERIT markiert werden" -#: guc-file.l:209 +#: guc-file.l:263 #, c-format msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" msgstr "unbekannter Konfigurationsparameter „%s“ in Datei „%s“ Zeile %u" -#: guc-file.l:245 utils/misc/guc.c:5654 utils/misc/guc.c:5837 -#: utils/misc/guc.c:5923 utils/misc/guc.c:6009 utils/misc/guc.c:6113 -#: utils/misc/guc.c:6204 +#: guc-file.l:299 utils/misc/guc.c:5650 utils/misc/guc.c:5833 +#: utils/misc/guc.c:5919 utils/misc/guc.c:6005 utils/misc/guc.c:6109 +#: utils/misc/guc.c:6200 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "Parameter „%s“ kann nicht geändert werden, ohne den Server neu zu starten" -#: guc-file.l:273 +#: guc-file.l:327 #, c-format msgid "parameter \"%s\" removed from configuration file, reset to default" msgstr "Parameter „%s“ wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt" -#: guc-file.l:335 +#: guc-file.l:389 #, c-format msgid "parameter \"%s\" changed to \"%s\"" msgstr "Parameter „%s“ auf „%s“ gesetzt" -#: guc-file.l:370 +#: guc-file.l:424 #, c-format msgid "configuration file \"%s\" contains errors" msgstr "Konfigurationsdatei „%s“ enthält Fehler" -#: guc-file.l:375 +#: guc-file.l:429 #, c-format msgid "configuration file \"%s\" contains errors; unaffected changes were applied" msgstr "Konfigurationsdatei „%s“ enthält Fehler; nicht betroffene Änderungen wurden durchgeführt" -#: guc-file.l:380 +#: guc-file.l:434 #, c-format msgid "configuration file \"%s\" contains errors; no changes were applied" msgstr "Konfigurationsdatei „%s“ enthält Fehler; keine Änderungen wurden durchgeführt" -#: guc-file.l:450 +#: guc-file.l:504 #, c-format msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" msgstr "konnte Konfigurationsdatei „%s“ nicht öffnen: maximale Verschachtelungstiefe überschritten" -#: guc-file.l:463 libpq/hba.c:1789 +#: guc-file.l:517 libpq/hba.c:1789 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "konnte Konfigurationsdatei „%s“ nicht öffnen: %m" -#: guc-file.l:470 +#: guc-file.l:524 #, c-format msgid "skipping missing configuration file \"%s\"" msgstr "fehlende Konfigurationsdatei „%s“ wird übersprungen" -#: guc-file.l:679 +#: guc-file.l:763 #, c-format msgid "syntax error in file \"%s\" line %u, near end of line" msgstr "Syntaxfehler in Datei „%s“, Zeile %u, am Ende der Zeile" -#: guc-file.l:684 +#: guc-file.l:768 #, c-format msgid "syntax error in file \"%s\" line %u, near token \"%s\"" msgstr "Syntaxfehler in Datei „%s“, Zeile %u, bei „%s“" -#: guc-file.l:700 +#: guc-file.l:784 #, c-format msgid "too many syntax errors found, abandoning file \"%s\"" msgstr "zu viele Syntaxfehler gefunden, Datei „%s“ wird aufgegeben" -#: guc-file.l:745 +#: guc-file.l:829 #, c-format msgid "could not open configuration directory \"%s\": %m" msgstr "konnte Konfigurationsverzeichnis „%s“ nicht öffnen: %m" @@ -9968,10 +9935,9 @@ msgid "could not write server file \"%s\": %m" msgstr "konnte Serverdatei „%s“ nicht schreiben: %m" #: libpq/be-fsstubs.c:815 -#, fuzzy, c-format -#| msgid "invalid large object write request size: %d" +#, c-format msgid "large object read request is too large" -msgstr "ungültige Größe der Large-Object-Schreibaufforderung: %d" +msgstr "Large-Object-Leseaufforderung ist zu groß" #: libpq/be-fsstubs.c:857 utils/adt/genfile.c:187 utils/adt/genfile.c:232 #, c-format @@ -9989,16 +9955,14 @@ msgid "unrecognized SSL error code: %d" msgstr "unbekannter SSL-Fehlercode: %d" #: libpq/be-secure.c:365 -#, fuzzy, c-format -#| msgid "SSL failed to send renegotiation request" +#, c-format msgid "SSL failure during renegotiation start" -msgstr "SSL konnte keine neue Verhandlungsanfrage senden" +msgstr "SSL-Fehler beim Renegotiation-Start" #: libpq/be-secure.c:380 -#, fuzzy, c-format -#| msgid "SSL failed to send renegotiation request" +#, c-format msgid "SSL handshake failure on renegotiation, retrying" -msgstr "SSL konnte keine neue Verhandlungsanfrage senden" +msgstr "SSL-Handshake-Fehler bei Renegotiation, versuche erneut" #: libpq/be-secure.c:384 #, c-format @@ -10006,22 +9970,19 @@ msgid "unable to complete SSL handshake" msgstr "" #: libpq/be-secure.c:453 -#, fuzzy, c-format -#| msgid "SSL failed to send renegotiation request" +#, c-format msgid "SSL failed to renegotiate connection before limit expired" -msgstr "SSL konnte keine neue Verhandlungsanfrage senden" +msgstr "SSL konnte Verbindung nicht vor Ablauf der Frist neu aushandeln" #: libpq/be-secure.c:793 -#, fuzzy, c-format -#| msgid "unrecognized event name \"%s\"" +#, c-format msgid "ECDH: unrecognized curve name: %s" -msgstr "unbekannter Ereignisname „%s“" +msgstr "ECDH: unbekannter Kurvenname: %s" #: libpq/be-secure.c:798 -#, fuzzy, c-format -#| msgid "could not create socket: %s\n" +#, c-format msgid "ECDH: could not create key" -msgstr "konnte Socket nicht erzeugen: %s\n" +msgstr "ECDH: konnte Schlüssel nicht erzeugen" #: libpq/be-secure.c:835 #, c-format @@ -10123,16 +10084,14 @@ msgid "SSL error code %lu" msgstr "SSL-Fehlercode %lu" #: libpq/crypt.c:67 -#, fuzzy, c-format -#| msgid "record \"%s\" is not assigned yet" +#, c-format msgid "User \"%s\" has no password assigned." -msgstr "Record „%s“ hat noch keinen Wert" +msgstr "Benutzer „%s“ hat kein Passwort zugewiesen." #: libpq/crypt.c:160 -#, fuzzy, c-format -#| msgid "record \"%s\" has no field \"%s\"" +#, c-format msgid "User \"%s\" has an expired password." -msgstr "Record „%s“ hat kein Feld „%s“" +msgstr "Benutzer „%s“ hat ein abgelaufenes Passwort." #: libpq/hba.c:188 #, c-format @@ -10345,10 +10304,8 @@ msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldappr msgstr "Authentifizierungsmethode „ldap“ benötigt Argument „ldapbasedn“, „ldapprefix“ oder „ldapsuffix“" #: libpq/hba.c:1418 -#, fuzzy -#| msgid "ident, peer, krb5, gssapi, sspi, and cert" msgid "ident, peer, gssapi, sspi, and cert" -msgstr "ident, peer, krb5, gssapi, sspi und cert" +msgstr "ident, peer, gssapi, sspi und cert" #: libpq/hba.c:1431 #, c-format @@ -10396,10 +10353,8 @@ msgid "invalid LDAP port number: \"%s\"" msgstr "ungültige LDAP-Portnummer: „%s“" #: libpq/hba.c:1579 libpq/hba.c:1586 -#, fuzzy -#| msgid "krb5, gssapi, and sspi" msgid "gssapi and sspi" -msgstr "krb5, gssapi und sspi" +msgstr "gssapi und sspi" #: libpq/hba.c:1628 #, c-format @@ -10922,38 +10877,38 @@ msgstr "%s kann nicht auf die nullbare Seite eines äußeren Verbundes angewende msgid "%s is not allowed with UNION/INTERSECT/EXCEPT" msgstr "%s ist nicht in UNION/INTERSECT/EXCEPT erlaubt" -#: optimizer/plan/planner.c:2724 +#: optimizer/plan/planner.c:2723 #, c-format msgid "could not implement GROUP BY" msgstr "konnte GROUP BY nicht implementieren" -#: optimizer/plan/planner.c:2725 optimizer/plan/planner.c:2893 +#: optimizer/plan/planner.c:2724 optimizer/plan/planner.c:2892 #: optimizer/prep/prepunion.c:825 #, c-format msgid "Some of the datatypes only support hashing, while others only support sorting." msgstr "Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren unterstützen." -#: optimizer/plan/planner.c:2892 +#: optimizer/plan/planner.c:2891 #, c-format msgid "could not implement DISTINCT" msgstr "konnte DISTINCT nicht implementieren" -#: optimizer/plan/planner.c:3498 +#: optimizer/plan/planner.c:3497 #, c-format msgid "could not implement window PARTITION BY" msgstr "konnte PARTITION BY für Fenster nicht implementieren" -#: optimizer/plan/planner.c:3499 +#: optimizer/plan/planner.c:3498 #, c-format msgid "Window partitioning columns must be of sortable datatypes." msgstr "Fensterpartitionierungsspalten müssen sortierbare Datentypen haben." -#: optimizer/plan/planner.c:3503 +#: optimizer/plan/planner.c:3502 #, c-format msgid "could not implement window ORDER BY" msgstr "konnte ORDER BY für Fenster nicht implementieren" -#: optimizer/plan/planner.c:3504 +#: optimizer/plan/planner.c:3503 #, c-format msgid "Window ordering columns must be of sortable datatypes." msgstr "Fenstersortierspalten müssen sortierbare Datentypen haben." @@ -11056,10 +11011,9 @@ msgid "each %s query must have the same number of columns" msgstr "jede %s-Anfrage muss die gleiche Anzahl Spalten haben" #: parser/analyze.c:2055 -#, fuzzy, c-format -#| msgid "view must have at least one column" +#, c-format msgid "RETURNING must have at least one column" -msgstr "Sicht muss mindestens eine Spalte haben" +msgstr "RETURNING muss mindestens eine Spalte haben" #: parser/analyze.c:2092 #, c-format @@ -11331,41 +11285,39 @@ msgid "subquery uses ungrouped column \"%s.%s\" from outer query" msgstr "Unteranfrage verwendet nicht gruppierte Spalte „%s.%s“ aus äußerer Anfrage" #: parser/parse_clause.c:636 -#, fuzzy, c-format -#| msgid "a column definition list is only allowed for functions returning \"record\"" +#, c-format msgid "multiple column definition lists are not allowed for the same function" -msgstr "eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die „record“ zurückgeben" +msgstr "mehrere Spaltendefinitionslisten für die selbe Funktion sind nicht erlaubt" #: parser/parse_clause.c:669 #, c-format msgid "ROWS FROM() with multiple functions cannot have a column definition list" -msgstr "" +msgstr "ROWS FROM() mit mehreren Funktionen kann keine Spaltendefinitionsliste haben" #: parser/parse_clause.c:670 #, c-format msgid "Put a separate column definition list for each function inside ROWS FROM()." -msgstr "" +msgstr "Geben Sie innerhalb von ROWS FROM() jeder Funktion eine eigene Spaltendefinitionsliste." #: parser/parse_clause.c:676 -#, fuzzy, c-format -#| msgid "INSTEAD OF triggers cannot have column lists" +#, c-format msgid "UNNEST() with multiple arguments cannot have a column definition list" -msgstr "INSTEAD OF-Trigger können keine Spaltenlisten haben" +msgstr "ROWS FROM() mit mehreren Argumenten kann keine Spaltendefinitionsliste haben" #: parser/parse_clause.c:677 #, c-format msgid "Use separate UNNEST() calls inside ROWS FROM(), and attach a column definition list to each one." -msgstr "" +msgstr "Verwenden Sie getrennte UNNEST()-Aufrufe innerhalb von ROWS FROM() und geben Sie jeder eine eigene Spaltendefinitionsliste." #: parser/parse_clause.c:684 #, c-format msgid "WITH ORDINALITY cannot be used with a column definition list" -msgstr "" +msgstr "WITH ORDINALITY kann nicht mit einer Spaltendefinitionsliste verwendet werden" #: parser/parse_clause.c:685 #, c-format msgid "Put the column definition list inside ROWS FROM()." -msgstr "" +msgstr "Geben Sie die Spaltendefinitionsliste innerhalb von ROWS FROM() an." #: parser/parse_clause.c:967 #, c-format @@ -11457,16 +11409,14 @@ 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" #: parser/parse_clause.c:2026 -#, fuzzy, c-format -#| msgid "Aggregates with DISTINCT must be able to sort their inputs." +#, c-format msgid "an aggregate with DISTINCT must have at least one argument" -msgstr "Aggregatfunktionen mit DISTINCT müssen ihre Eingaben sortieren können." +msgstr "eine Aggregatfunktion mit DISTINCT muss mindestens ein Argument haben" #: parser/parse_clause.c:2027 -#, fuzzy, c-format -#| msgid "view must have at least one column" +#, c-format msgid "SELECT DISTINCT must have at least one column" -msgstr "Sicht muss mindestens eine Spalte haben" +msgstr "SELECT DISTINCT muss mindestens eine Spalte haben" #: parser/parse_clause.c:2093 parser/parse_clause.c:2125 #, c-format @@ -11895,10 +11845,9 @@ msgid "DISTINCT specified, but %s is not an aggregate function" msgstr "DISTINCT wurde angegeben, aber %s ist keine Aggregatfunktion" #: parser/parse_func.c:276 -#, fuzzy, c-format -#| msgid "DISTINCT specified, but %s is not an aggregate function" +#, c-format msgid "WITHIN GROUP specified, but %s is not an aggregate function" -msgstr "DISTINCT wurde angegeben, aber %s ist keine Aggregatfunktion" +msgstr "WITHIN GROUP wurde angegeben, aber %s ist keine Aggregatfunktion" #: parser/parse_func.c:282 #, c-format @@ -11906,10 +11855,9 @@ msgid "ORDER BY specified, but %s is not an aggregate function" msgstr "ORDER BY angegeben, aber %s ist keine Aggregatfunktion" #: parser/parse_func.c:288 -#, fuzzy, c-format -#| msgid "DISTINCT specified, but %s is not an aggregate function" +#, c-format msgid "FILTER specified, but %s is not an aggregate function" -msgstr "DISTINCT wurde angegeben, aber %s ist keine Aggregatfunktion" +msgstr "FILTER wurde angegeben, aber %s ist keine Aggregatfunktion" #: parser/parse_func.c:294 #, c-format @@ -11953,10 +11901,9 @@ msgid "window function %s requires an OVER clause" msgstr "Fensterfunktion %s erfordert eine OVER-Klausel" #: parser/parse_func.c:468 -#, fuzzy, c-format -#| msgid "window function calls cannot be nested" +#, c-format msgid "window function %s cannot have WITHIN GROUP" -msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden" +msgstr "Fensterfunktion %s kann kein WITHIN GROUP haben" #: parser/parse_func.c:489 #, c-format @@ -12148,10 +12095,9 @@ msgid "The combining JOIN type must be INNER or LEFT for a LATERAL reference." msgstr "Der JOIN-Typ für LATERAL muss INNER oder LEFT sein." #: parser/parse_relation.c:591 -#, fuzzy, c-format -#| msgid "column \"%s\" referenced in foreign key constraint does not exist" +#, c-format msgid "system column \"%s\" reference in check constraint is invalid" -msgstr "Spalte „%s“, die im Fremdschlüssel verwendet wird, existiert nicht" +msgstr "Verweis auf Systemspalte „%s“ im Check-Constraint ist ungültig" #: parser/parse_relation.c:892 parser/parse_relation.c:1169 #: parser/parse_relation.c:1663 @@ -12574,10 +12520,9 @@ msgstr "" "Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory." #: port/pg_shmem.c:340 port/sysv_shmem.c:340 -#, fuzzy, c-format -#| msgid "LDAP URLs not supported on this platform" +#, c-format msgid "huge TLB pages not supported on this platform" -msgstr "LDAP-URLs werden auf dieser Plattform nicht unterstützt" +msgstr "Huge TLB-Pages werden auf dieser Plattform nicht unterstützt" #: port/pg_shmem.c:390 port/sysv_shmem.c:390 #, c-format @@ -12585,11 +12530,10 @@ msgid "could not map anonymous shared memory: %m" msgstr "konnte anonymes Shared Memory nicht mappen: %m" #: port/pg_shmem.c:392 port/sysv_shmem.c:392 -#, fuzzy, c-format -#| 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 %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." -msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space or huge pages. To reduce the request size (currently %zu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." +#, c-format +msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently %zu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." msgstr "" -"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den verfügbaren Speicher oder Swap-Space überschreitet. Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie „shared_buffers“ oder „max_connections“ reduzieren.\n" +"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den verfügbaren Speicher, Swap-Space oder Huge Pages überschreitet. Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %zu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie „shared_buffers“ oder „max_connections“ reduzieren.\n" "Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory." #: port/pg_shmem.c:439 port/sysv_shmem.c:439 port/win32_shmem.c:136 @@ -12708,57 +12652,57 @@ msgstr "Fehlgeschlagener Systemaufruf war DuplicateHandle." msgid "Failed system call was MapViewOfFileEx." msgstr "Fehlgeschlagener Systemaufruf war MapViewOfFileEx." -#: postmaster/autovacuum.c:378 +#: postmaster/autovacuum.c:380 #, c-format msgid "could not fork autovacuum launcher process: %m" msgstr "konnte Autovacuum-Launcher-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/autovacuum.c:423 +#: postmaster/autovacuum.c:425 #, c-format msgid "autovacuum launcher started" msgstr "Autovacuum-Launcher startet" -#: postmaster/autovacuum.c:788 +#: postmaster/autovacuum.c:790 #, c-format msgid "autovacuum launcher shutting down" msgstr "Autovacuum-Launcher fährt herunter" -#: postmaster/autovacuum.c:1451 +#: postmaster/autovacuum.c:1453 #, c-format msgid "could not fork autovacuum worker process: %m" msgstr "konnte Autovacuum-Worker-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/autovacuum.c:1670 +#: postmaster/autovacuum.c:1672 #, c-format msgid "autovacuum: processing database \"%s\"" msgstr "Autovacuum: bearbeite Datenbank „%s“" -#: postmaster/autovacuum.c:2068 +#: postmaster/autovacuum.c:2076 #, c-format msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "Autovacuum: lösche verwaiste temporäre Tabelle „%s.%s“ in Datenbank „%s“" -#: postmaster/autovacuum.c:2080 +#: postmaster/autovacuum.c:2088 #, c-format msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "Autovacuum: verwaiste temporäre Tabelle „%s.%s“ in Datenbank „%s“ gefunden" -#: postmaster/autovacuum.c:2344 +#: postmaster/autovacuum.c:2353 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "automatisches Vacuum der Tabelle „%s.%s.%s“" -#: postmaster/autovacuum.c:2347 +#: postmaster/autovacuum.c:2356 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "automatisches Analysieren der Tabelle „%s.%s.%s“" -#: postmaster/autovacuum.c:2865 +#: postmaster/autovacuum.c:2889 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet" -#: postmaster/autovacuum.c:2866 +#: postmaster/autovacuum.c:2890 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Schalten Sie die Option „track_counts“ ein." @@ -12769,10 +12713,9 @@ msgid "registering background worker \"%s\"" msgstr "registriere Background-Worker „%s“" #: postmaster/bgworker.c:352 -#, fuzzy, c-format -#| msgid "registering background worker \"%s\"" +#, c-format msgid "unregistering background worker \"%s\"" -msgstr "registriere Background-Worker „%s“" +msgstr "deregistriere Background-Worker „%s“" #: postmaster/bgworker.c:454 #, fuzzy, c-format @@ -12801,10 +12744,9 @@ msgid "background worker \"%s\": must be registered in shared_preload_libraries" msgstr "Background-Worker „%s“: muss in shared_preload_libraries registriert sein" #: postmaster/bgworker.c:751 -#, fuzzy, c-format -#| msgid "background worker \"%s\": invalid restart interval" +#, c-format msgid "background worker \"%s\": only dynamic background workers can request notification" -msgstr "Background-Worker „%s“: ungültiges Neustart-Intervall" +msgstr "Background-Worker „%s“: nur dynamische Background-Worker können Benachrichtigung verlangen" #: postmaster/bgworker.c:766 #, c-format @@ -12819,10 +12761,9 @@ msgstr[0] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker r msgstr[1] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker registriert werden." #: postmaster/bgworker.c:771 -#, fuzzy, c-format -#| msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." +#, c-format msgid "Consider increasing the configuration parameter \"max_worker_processes\"." -msgstr "Erhöhen Sie eventuell den Konfigurationsparameter „checkpoint_segments“." +msgstr "Erhöhen Sie eventuell den Konfigurationsparameter „max_worker_processes“." #: postmaster/checkpointer.c:481 #, c-format @@ -12887,7 +12828,7 @@ msgstr "Der fehlgeschlagene Archivbefehl war: %s" msgid "archive command was terminated by exception 0x%X" msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet" -#: postmaster/pgarch.c:623 postmaster/postmaster.c:3297 +#: postmaster/pgarch.c:623 postmaster/postmaster.c:3303 #, c-format msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." msgstr "Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei „ntstatus.h“ nach." @@ -12998,10 +12939,9 @@ msgid "unrecognized reset target: \"%s\"" msgstr "unbekanntes Reset-Ziel: „%s“" #: postmaster/pgstat.c:1267 -#, fuzzy, c-format -#| msgid "Target must be \"bgwriter\"." +#, c-format msgid "Target must be \"archiver\" or \"bgwriter\"." -msgstr "Das Reset-Ziel muss „bgwriter“ sein." +msgstr "Das Reset-Ziel muss „archiver“ oder „bgwriter“ sein." #: postmaster/pgstat.c:3280 #, c-format @@ -13074,16 +13014,14 @@ msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s: max_wal_senders muss kleiner als max_connections sein\n" #: postmaster/postmaster.c:832 -#, fuzzy, c-format -#| msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" +#, c-format msgid "WAL archival (archive_mode=on) requires wal_level \"archive\", \"hot_standby\", or \"logical\"" -msgstr "WAL-Archivierung (archive_mode=on) benötigt wal_level „archive“ oder „hot_standby“" +msgstr "WAL-Archivierung (archive_mode=on) benötigt wal_level „archive“, „hot_standby“ oder „logical“" #: postmaster/postmaster.c:835 -#, fuzzy, c-format -#| msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" +#, c-format msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\", \"hot_standby\", or \"logical\"" -msgstr "WAL-Streaming (max_wal_senders > 0) benötigt wal_level „archive“ oder „hot_standby“" +msgstr "WAL-Streaming (max_wal_senders > 0) benötigt wal_level „archive“, „hot_standby“ oder „logical“" #: postmaster/postmaster.c:843 #, c-format @@ -13207,350 +13145,349 @@ msgstr "" "Es wurde im Verzeichnis „%s“ erwartet,\n" "aber die Datei „%s“ konnte nicht geöffnet werden: %s\n" -#: postmaster/postmaster.c:1546 +#: postmaster/postmaster.c:1552 #, c-format msgid "select() failed in postmaster: %m" msgstr "select() fehlgeschlagen im Postmaster: %m" -#: postmaster/postmaster.c:1741 postmaster/postmaster.c:1772 +#: postmaster/postmaster.c:1747 postmaster/postmaster.c:1778 #, c-format msgid "incomplete startup packet" msgstr "unvollständiges Startpaket" -#: postmaster/postmaster.c:1753 +#: postmaster/postmaster.c:1759 #, c-format msgid "invalid length of startup packet" msgstr "ungültige Länge des Startpakets" -#: postmaster/postmaster.c:1810 +#: postmaster/postmaster.c:1816 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m" -#: postmaster/postmaster.c:1839 +#: postmaster/postmaster.c:1845 #, c-format 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" -#: postmaster/postmaster.c:1902 -#, fuzzy, c-format -#| msgid "invalid value for boolean option \"replication\"" +#: postmaster/postmaster.c:1908 +#, c-format msgid "invalid value for parameter \"replication\"" -msgstr "ungültiger Wert für Boole’sche Option „replication“" +msgstr "ungültiger Wert für Parameter „replication“" -#: postmaster/postmaster.c:1903 +#: postmaster/postmaster.c:1909 #, c-format msgid "Valid values are: false, 0, true, 1, database." msgstr "Gültige Werte sind: false, 0, true, 1, database." -#: postmaster/postmaster.c:1923 +#: postmaster/postmaster.c:1929 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet" -#: postmaster/postmaster.c:1951 +#: postmaster/postmaster.c:1957 #, c-format msgid "no PostgreSQL user name specified in startup packet" msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben" -#: postmaster/postmaster.c:2010 +#: postmaster/postmaster.c:2016 #, c-format msgid "the database system is starting up" msgstr "das Datenbanksystem startet" -#: postmaster/postmaster.c:2015 +#: postmaster/postmaster.c:2021 #, c-format msgid "the database system is shutting down" msgstr "das Datenbanksystem fährt herunter" -#: postmaster/postmaster.c:2020 +#: postmaster/postmaster.c:2026 #, c-format msgid "the database system is in recovery mode" msgstr "das Datenbanksystem ist im Wiederherstellungsmodus" -#: postmaster/postmaster.c:2025 storage/ipc/procarray.c:286 +#: postmaster/postmaster.c:2031 storage/ipc/procarray.c:286 #: storage/ipc/sinvaladt.c:305 storage/lmgr/proc.c:339 #, c-format msgid "sorry, too many clients already" msgstr "tut mir leid, schon zu viele Verbindungen" -#: postmaster/postmaster.c:2087 +#: postmaster/postmaster.c:2093 #, c-format msgid "wrong key in cancel request for process %d" msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d" -#: postmaster/postmaster.c:2095 +#: postmaster/postmaster.c:2101 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "PID %d in Stornierungsanfrage stimmte mit keinem Prozess überein" -#: postmaster/postmaster.c:2315 +#: postmaster/postmaster.c:2321 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen" -#: postmaster/postmaster.c:2341 +#: postmaster/postmaster.c:2347 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf nicht neu geladen" -#: postmaster/postmaster.c:2345 +#: postmaster/postmaster.c:2351 #, c-format msgid "pg_ident.conf not reloaded" msgstr "pg_ident.conf nicht neu geladen" -#: postmaster/postmaster.c:2386 +#: postmaster/postmaster.c:2392 #, c-format msgid "received smart shutdown request" msgstr "intelligentes Herunterfahren verlangt" -#: postmaster/postmaster.c:2439 +#: postmaster/postmaster.c:2445 #, c-format msgid "received fast shutdown request" msgstr "schnelles Herunterfahren verlangt" -#: postmaster/postmaster.c:2465 +#: postmaster/postmaster.c:2471 #, c-format msgid "aborting any active transactions" msgstr "etwaige aktive Transaktionen werden abgebrochen" -#: postmaster/postmaster.c:2499 +#: postmaster/postmaster.c:2505 #, c-format msgid "received immediate shutdown request" msgstr "sofortiges Herunterfahren verlangt" -#: postmaster/postmaster.c:2563 postmaster/postmaster.c:2584 +#: postmaster/postmaster.c:2569 postmaster/postmaster.c:2590 msgid "startup process" msgstr "Startprozess" -#: postmaster/postmaster.c:2566 +#: postmaster/postmaster.c:2572 #, c-format msgid "aborting startup due to startup process failure" msgstr "Serverstart abgebrochen wegen Startprozessfehler" -#: postmaster/postmaster.c:2624 +#: postmaster/postmaster.c:2630 #, c-format msgid "database system is ready to accept connections" msgstr "Datenbanksystem ist bereit, um Verbindungen anzunehmen" -#: postmaster/postmaster.c:2639 +#: postmaster/postmaster.c:2645 msgid "background writer process" msgstr "Background-Writer-Prozess" -#: postmaster/postmaster.c:2693 +#: postmaster/postmaster.c:2699 msgid "checkpointer process" msgstr "Checkpointer-Prozess" -#: postmaster/postmaster.c:2709 +#: postmaster/postmaster.c:2715 msgid "WAL writer process" msgstr "WAL-Schreibprozess" -#: postmaster/postmaster.c:2723 +#: postmaster/postmaster.c:2729 msgid "WAL receiver process" msgstr "WAL-Receiver-Prozess" -#: postmaster/postmaster.c:2738 +#: postmaster/postmaster.c:2744 msgid "autovacuum launcher process" msgstr "Autovacuum-Launcher-Prozess" -#: postmaster/postmaster.c:2753 +#: postmaster/postmaster.c:2759 msgid "archiver process" msgstr "Archivierprozess" -#: postmaster/postmaster.c:2769 +#: postmaster/postmaster.c:2775 msgid "statistics collector process" msgstr "Statistiksammelprozess" -#: postmaster/postmaster.c:2783 +#: postmaster/postmaster.c:2789 msgid "system logger process" msgstr "Systemlogger-Prozess" -#: postmaster/postmaster.c:2845 +#: postmaster/postmaster.c:2851 msgid "worker process" msgstr "Worker-Prozess" -#: postmaster/postmaster.c:2931 postmaster/postmaster.c:2951 -#: postmaster/postmaster.c:2958 postmaster/postmaster.c:2976 +#: postmaster/postmaster.c:2937 postmaster/postmaster.c:2957 +#: postmaster/postmaster.c:2964 postmaster/postmaster.c:2982 msgid "server process" msgstr "Serverprozess" -#: postmaster/postmaster.c:3030 +#: postmaster/postmaster.c:3036 #, c-format msgid "terminating any other active server processes" msgstr "aktive Serverprozesse werden abgebrochen" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3285 +#: postmaster/postmaster.c:3291 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) beendete mit Status %d" -#: postmaster/postmaster.c:3287 postmaster/postmaster.c:3298 -#: postmaster/postmaster.c:3309 postmaster/postmaster.c:3318 -#: postmaster/postmaster.c:3328 +#: postmaster/postmaster.c:3293 postmaster/postmaster.c:3304 +#: postmaster/postmaster.c:3315 postmaster/postmaster.c:3324 +#: postmaster/postmaster.c:3334 #, c-format msgid "Failed process was running: %s" msgstr "Der fehlgeschlagene Prozess führte aus: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3295 +#: postmaster/postmaster.c:3301 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) wurde durch Ausnahme 0x%X beendet" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3305 +#: postmaster/postmaster.c:3311 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) wurde von Signal %d beendet: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3316 +#: postmaster/postmaster.c:3322 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) wurde von Signal %d beendet" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3326 +#: postmaster/postmaster.c:3332 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) beendete mit unbekanntem Status %d" -#: postmaster/postmaster.c:3514 +#: postmaster/postmaster.c:3520 #, c-format msgid "abnormal database system shutdown" msgstr "abnormales Herunterfahren des Datenbanksystems" -#: postmaster/postmaster.c:3553 +#: postmaster/postmaster.c:3559 #, c-format msgid "all server processes terminated; reinitializing" msgstr "alle Serverprozesse beendet; initialisiere neu" -#: postmaster/postmaster.c:3805 +#: postmaster/postmaster.c:3811 #, c-format msgid "could not fork new process for connection: %m" msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:3847 +#: postmaster/postmaster.c:3853 msgid "could not fork new process for connection: " msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): " -#: postmaster/postmaster.c:3954 +#: postmaster/postmaster.c:3960 #, c-format msgid "connection received: host=%s port=%s" msgstr "Verbindung empfangen: Host=%s Port=%s" -#: postmaster/postmaster.c:3959 +#: postmaster/postmaster.c:3965 #, c-format msgid "connection received: host=%s" msgstr "Verbindung empfangen: Host=%s" -#: postmaster/postmaster.c:4249 +#: postmaster/postmaster.c:4255 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "konnte Serverprozess „%s“ nicht ausführen: %m" -#: postmaster/postmaster.c:4796 +#: postmaster/postmaster.c:4805 #, c-format msgid "database system is ready to accept read only connections" msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen" -#: postmaster/postmaster.c:5109 +#: postmaster/postmaster.c:5118 #, c-format msgid "could not fork startup process: %m" msgstr "konnte Startprozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5113 +#: postmaster/postmaster.c:5122 #, c-format msgid "could not fork background writer process: %m" msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5117 +#: postmaster/postmaster.c:5126 #, c-format msgid "could not fork checkpointer process: %m" msgstr "konnte Checkpointer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5121 +#: postmaster/postmaster.c:5130 #, c-format msgid "could not fork WAL writer process: %m" msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5125 +#: postmaster/postmaster.c:5134 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5129 +#: postmaster/postmaster.c:5138 #, c-format msgid "could not fork process: %m" msgstr "konnte Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5291 +#: postmaster/postmaster.c:5300 #, c-format msgid "database connection requirement not indicated during registration" msgstr "die Notwendigkeit, Datenbankverbindungen zu erzeugen, wurde bei der Registrierung nicht angezeigt" -#: postmaster/postmaster.c:5298 +#: postmaster/postmaster.c:5307 #, c-format msgid "invalid processing mode in background worker" msgstr "ungültiger Verarbeitungsmodus in Background-Worker" -#: postmaster/postmaster.c:5350 +#: postmaster/postmaster.c:5359 #, c-format msgid "starting background worker process \"%s\"" msgstr "starte Background-Worker-Prozess „%s“" -#: postmaster/postmaster.c:5361 +#: postmaster/postmaster.c:5370 #, c-format msgid "could not fork worker process: %m" msgstr "konnte Worker-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5750 +#: postmaster/postmaster.c:5759 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d" -#: postmaster/postmaster.c:5782 +#: postmaster/postmaster.c:5791 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n" -#: postmaster/postmaster.c:5811 postmaster/postmaster.c:5818 +#: postmaster/postmaster.c:5820 postmaster/postmaster.c:5827 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "konnte nicht aus Servervariablendatei „%s“ lesen: %s\n" -#: postmaster/postmaster.c:5827 +#: postmaster/postmaster.c:5836 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "konnte Datei „%s“ nicht löschen: %s\n" -#: postmaster/postmaster.c:5844 +#: postmaster/postmaster.c:5853 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %lu\n" -#: postmaster/postmaster.c:5853 +#: postmaster/postmaster.c:5862 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %lu\n" -#: postmaster/postmaster.c:5860 +#: postmaster/postmaster.c:5869 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %lu\n" -#: postmaster/postmaster.c:6019 +#: postmaster/postmaster.c:6028 #, c-format msgid "could not read exit code for process\n" msgstr "konnte Exitcode des Prozesses nicht lesen\n" -#: postmaster/postmaster.c:6024 +#: postmaster/postmaster.c:6033 #, c-format msgid "could not post child completion status\n" msgstr "konnte Child-Completion-Status nicht versenden\n" @@ -13678,7 +13615,7 @@ msgstr "Basissicherung konnte keine Daten senden, Sicherung abgebrochen" msgid "duplicate option \"%s\"" msgstr "doppelte Option „%s“" -#: replication/basebackup.c:622 utils/misc/guc.c:5413 +#: replication/basebackup.c:622 utils/misc/guc.c:5409 #, c-format msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "%d ist außerhalb des gültigen Bereichs für Parameter „%s“ (%d ... %d)" @@ -13715,10 +13652,9 @@ msgid "invalid response from primary server" msgstr "ungültige Antwort vom Primärserver" #: replication/libpqwalreceiver/libpqwalreceiver.c:142 -#, fuzzy, c-format -#| msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n" +#, c-format msgid "Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields." -msgstr "%s: konnte System nicht identifizieren: %d Zeilen und %d Felder erhalten, %d Zeilen und %d Felder erwartet\n" +msgstr "Konnte System nicht identifizieren: %d Zeilen und %d Felder erhalten, %d Zeilen und %d oder mehr Felder erwartet." #: replication/libpqwalreceiver/libpqwalreceiver.c:158 #, c-format @@ -13790,13 +13726,12 @@ msgstr "logische Dekodierung erfordert wal_level >= logical" #: replication/logical/logical.c:86 #, c-format msgid "logical decoding requires a database connection" -msgstr "" +msgstr "logische Dekodierung benötigt eine Datenbankverbindung" #: replication/logical/logical.c:104 -#, fuzzy, c-format -#| msgid "pg_xlogfile_name() cannot be executed during recovery." +#, c-format msgid "logical decoding cannot be used while in recovery" -msgstr "pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt werden." +msgstr "logische Dekodierung kann nicht während der Wiederherstellung verwendet werden" #: replication/logical/logical.c:221 #, c-format @@ -13804,15 +13739,14 @@ msgid "cannot use physical replication slot created for logical decoding" msgstr "" #: replication/logical/logical.c:226 replication/logical/logical.c:377 -#, fuzzy, c-format -#| msgid "function \"%s\" was not called by trigger manager" +#, c-format msgid "replication slot \"%s\" was not created in this database" -msgstr "Funktion „%s“ wurde nicht von Triggermanager aufgerufen" +msgstr "Replikations-Slot „%s“ wurde nicht in dieser Datenbank erzeugt" #: replication/logical/logical.c:233 #, c-format msgid "cannot create logical replication slot in transaction that has performed writes" -msgstr "" +msgstr "logischer Replikations-Slot kann nicht in einer Transaktion erzeugt werden, die Schreibvorgänge ausgeführt hat" #: replication/logical/logical.c:372 #, c-format @@ -13839,45 +13773,40 @@ msgstr "" msgid "slot \"%s\", output plugin \"%s\", in the %s callback" msgstr "" -#: replication/logical/logicalfuncs.c:190 replication/walsender.c:2121 +#: replication/logical/logicalfuncs.c:190 replication/walsender.c:2123 #, c-format msgid "could not read from log segment %s, offset %u, length %lu: %m" msgstr "konnte nicht aus Logsegment %s bei Position %u, Länge %lu lesen: %m" #: replication/logical/logicalfuncs.c:209 replication/slotfuncs.c:32 -#, fuzzy, c-format -#| msgid "must be superuser or replication role to start walsender" +#, c-format msgid "must be superuser or replication role to use replication slots" -msgstr "nur Superuser und Replikationsrollen können WAL-Sender starten" +msgstr "nur Superuser und Replikationsrollen können Replikations-Slots verwenden" #: replication/logical/logicalfuncs.c:339 -#, fuzzy, c-format -#| msgid "ACL arrays must be one-dimensional" +#, c-format msgid "array must be one-dimensional" -msgstr "ACL-Arrays müssen eindimensional sein" +msgstr "Array muss eindimensional sein" #: replication/logical/logicalfuncs.c:345 -#, fuzzy, c-format -#| msgid "typmod array must not contain nulls" +#, c-format msgid "array must not contain nulls" -msgstr "Typmod-Array darf keine NULL-Werte enthalten" +msgstr "Array darf keine NULL-Werte enthalten" -#: replication/logical/logicalfuncs.c:361 utils/adt/json.c:2153 -#, fuzzy, c-format -#| msgid "each %s query must have the same number of columns" +#: replication/logical/logicalfuncs.c:361 utils/adt/json.c:2158 +#, c-format msgid "array must have even number of elements" -msgstr "jede %s-Anfrage muss die gleiche Anzahl Spalten haben" +msgstr "Array muss eine gerade Anzahl Elemente haben" #: replication/logical/logicalfuncs.c:404 #, c-format -msgid "output plugin cannot produce binary output" +msgid "logical decoding output plugin \"%s\" produces binary output, but \"%s\" expects textual data" msgstr "" #: replication/logical/reorderbuffer.c:2101 -#, fuzzy, c-format -#| msgid "could not write to file \"%s\": %m" +#, c-format msgid "could not write to data file for XID %u: %m" -msgstr "konnte nicht in Datei „%s“ schreiben: %m" +msgstr "konnte nicht in Datendatei für XID %u schreiben: %m" #: replication/logical/reorderbuffer.c:2197 #: replication/logical/reorderbuffer.c:2217 @@ -13898,10 +13827,9 @@ msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes msgstr "konnte Block %u in Datei „%s“ nicht lesen: es wurden nur %d von %d Bytes gelesen" #: replication/logical/reorderbuffer.c:2827 -#, fuzzy, c-format -#| msgid "could not read block %u in file \"%s\": read only %d of %d bytes" +#, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" -msgstr "konnte Block %u in Datei „%s“ nicht lesen: es wurden nur %d von %d Bytes gelesen" +msgstr "konnte nicht aus Datei „%s“ lesen: %d statt %d Bytes gelesen" #: replication/logical/snapbuild.c:601 #, c-format @@ -13977,71 +13905,58 @@ msgstr "" #: replication/logical/snapbuild.c:1860 #, fuzzy, c-format #| msgid "could not open file \"%s\": %s" -msgid "could not parse filename \"%s\"" +msgid "could not parse file name \"%s\"" msgstr "konnte Datei „%s“ nicht öffnen: %s" #: replication/slot.c:162 -#, fuzzy, c-format -#| msgid "tablespace location \"%s\" is too long" +#, c-format msgid "replication slot name \"%s\" is too short" -msgstr "Tablespace-Pfad „%s“ ist zu lang" +msgstr "Replikations-Slot-Name „%s“ ist zu kurz" #: replication/slot.c:171 -#, fuzzy, c-format -#| msgid "tablespace location \"%s\" is too long" +#, c-format msgid "replication slot name \"%s\" is too long" -msgstr "Tablespace-Pfad „%s“ ist zu lang" +msgstr "Replikations-Slot-Name „%s“ ist zu lang" #: replication/slot.c:184 -#, fuzzy, c-format -#| msgid "relation mapping file \"%s\" contains invalid data" +#, c-format msgid "replication slot name \"%s\" contains invalid character" -msgstr "Relation-Mapping-Datei „%s“ enthält ungültige Daten" +msgstr "Replikations-Slot-Name „%s“ enthält ungültiges Zeichen" #: replication/slot.c:186 #, c-format -msgid "Replication slot names may only contain letters, numbers and the underscore character." -msgstr "" +msgid "Replication slot names may only contain letters, numbers, and the underscore character." +msgstr "Replikations-Slot-Namen dürfen nur Buchstaben, Zahlen und Unterstriche enthalten." #: replication/slot.c:233 -#, fuzzy, c-format -#| msgid "relation \"%s\" already exists" +#, c-format msgid "replication slot \"%s\" already exists" -msgstr "Relation „%s“ existiert bereits" +msgstr "Replikations-Slot „%s“ existiert bereits" #: replication/slot.c:243 #, c-format msgid "all replication slots are in use" -msgstr "" +msgstr "alle Replikations-Slots sind in Benutzung" #: replication/slot.c:244 #, c-format msgid "Free one or increase max_replication_slots." -msgstr "" +msgstr "Geben Sie einen frei oder erhöhen Sie max_replication_slots." #: replication/slot.c:336 -#, fuzzy, c-format -#| msgid "relation \"%s\" does not exist" +#, c-format msgid "replication slot \"%s\" does not exist" -msgstr "Relation „%s“ existiert nicht" +msgstr "Replikations-Slot „%s“ existiert nicht" #: replication/slot.c:340 -#, fuzzy, c-format -#| msgid "relation \"%s\" already exists" +#, c-format msgid "replication slot \"%s\" is already active" -msgstr "Relation „%s“ existiert bereits" - -#: replication/slot.c:457 replication/slot.c:1044 -#, fuzzy, c-format -#| msgid "Could not rename \"%s\" to \"%s\": %m." -msgid "could not rename \"%s\" to \"%s\": %m" -msgstr "Konnte „%s“ nicht in „%s“ umbenennen: %m." +msgstr "Replikations-Slot „%s“ ist bereits aktiv" -#: replication/slot.c:488 replication/slot.c:864 -#, fuzzy, c-format -#| msgid "could not remove directory \"%s\": %m" +#: replication/slot.c:488 replication/slot.c:864 replication/slot.c:1207 +#, c-format msgid "could not remove directory \"%s\"" -msgstr "konnte Verzeichnis „%s“ nicht löschen: %m" +msgstr "konnte Verzeichnis „%s“ nicht löschen" #: replication/slot.c:763 #, c-format @@ -14078,10 +13993,9 @@ msgid "replication slot file \"%s\" has wrong magic %u instead of %u" msgstr "Archivdatei „%s“ hat falsche Größe: %lu statt %lu" #: replication/slot.c:1156 -#, fuzzy, c-format -#| msgid "rule \"%s\" has unsupported event type %d" +#, c-format msgid "replication slot file \"%s\" has unsupported version %u" -msgstr "Regel „%s“ hat nicht unterstützten Ereignistyp %d" +msgstr "Replikations-Slot-Datei „%s“ hat nicht unterstützte Version %u" #: replication/slot.c:1163 #, c-format @@ -14093,13 +14007,13 @@ msgstr "" msgid "replication slot file %s: checksum mismatch, is %u, should be %u" msgstr "" -#: replication/slot.c:1231 +#: replication/slot.c:1245 #, fuzzy, c-format #| msgid "%s: replication stream was terminated before stop point\n" msgid "too many replication slots active before shutdown" msgstr "%s: Replikationsstrom wurde vor Stopppunkt abgebrochen\n" -#: replication/slot.c:1232 +#: replication/slot.c:1246 #, c-format msgid "Increase max_replication_slots and try again." msgstr "" @@ -14189,11 +14103,6 @@ msgstr "hole Zeitleisten-History-Datei für Zeitleiste %u vom Primärserver" msgid "could not write to log segment %s at offset %u, length %lu: %m" msgstr "konnte nicht in Logsegment %s bei Position %u, Länge %lu schreiben: %m" -#: replication/walsender.c:465 storage/smgr/md.c:1782 -#, c-format -msgid "could not seek to end of file \"%s\": %m" -msgstr "konnte Positionszeiger nicht ans Ende der Datei „%s“ setzen: %m" - #: replication/walsender.c:469 #, c-format msgid "could not seek to beginning of file \"%s\": %m" @@ -14225,38 +14134,38 @@ msgstr "angeforderter Startpunkt %X/%X ist vor der WAL-Flush-Position dieses Ser msgid "terminating walsender process after promotion" msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation" -#: replication/walsender.c:1360 replication/walsender.c:1410 -#: replication/walsender.c:1459 +#: replication/walsender.c:1362 replication/walsender.c:1412 +#: replication/walsender.c:1461 #, c-format msgid "unexpected EOF on standby connection" msgstr "unerwartetes EOF auf Standby-Verbindung" -#: replication/walsender.c:1379 +#: replication/walsender.c:1381 #, c-format msgid "unexpected standby message type \"%c\", after receiving CopyDone" msgstr "unerwarteter Standby-Message-Typ „%c“, nach Empfang von CopyDone" -#: replication/walsender.c:1427 +#: replication/walsender.c:1429 #, c-format msgid "invalid standby message type \"%c\"" msgstr "ungültiger Standby-Message-Typ „%c“" -#: replication/walsender.c:1481 +#: replication/walsender.c:1483 #, c-format msgid "unexpected message type \"%c\"" msgstr "unerwarteter Message-Typ „%c“" -#: replication/walsender.c:1768 +#: replication/walsender.c:1770 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation" -#: replication/walsender.c:1861 +#: replication/walsender.c:1863 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "Standby-Server „%s“ hat jetzt den Primärserver eingeholt" -#: replication/walsender.c:1965 +#: replication/walsender.c:1967 #, c-format msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" msgstr "Anzahl angeforderter Standby-Verbindungen überschreitet max_wal_senders (aktuell %d)" @@ -14382,8 +14291,7 @@ msgid "cannot convert relation containing dropped columns to view" msgstr "kann Relation mit gelöschten Spalten nicht in Sicht umwandeln" #: rewrite/rewriteDefine.c:672 -#, fuzzy, c-format -#| msgid "SELECT rule's target entry %d has different column name from \"%s\"" +#, c-format msgid "SELECT rule's target entry %d has different column name from column \"%s\"" msgstr "Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte „%s“" @@ -14464,28 +14372,20 @@ msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "unendliche Rekursion entdeckt in Regeln für Relation „%s“" #: rewrite/rewriteHandler.c:1995 -#, fuzzy -#| msgid "Views that return system columns are not automatically updatable." msgid "Junk view columns are not updatable." -msgstr "Sichten, die Systemspalten zurückgeben, sind nicht automatisch aktualisierbar." +msgstr "Junk-Sichtspalten sind nicht aktualisierbar." #: rewrite/rewriteHandler.c:2000 -#, fuzzy -#| msgid "Views that return columns that are not columns of their base relation are not automatically updatable." msgid "View columns that are not columns of their base relation are not updatable." -msgstr "Sichten, die Spalten zurückgeben, die nicht Spalten ihrer Basisrelation sind, sind nicht automatisch aktualisierbar." +msgstr "Sichtspalten, die nicht Spalten ihrer Basisrelation sind, sind nicht aktualisierbar." #: rewrite/rewriteHandler.c:2003 -#, fuzzy -#| msgid "Views that return system columns are not automatically updatable." msgid "View columns that refer to system columns are not updatable." -msgstr "Sichten, die Systemspalten zurückgeben, sind nicht automatisch aktualisierbar." +msgstr "Sichtspalten, die auf Systemspalten verweisen, sind nicht aktualisierbar." #: rewrite/rewriteHandler.c:2006 -#, fuzzy -#| msgid "Views that return whole-row references are not automatically updatable." msgid "View columns that return whole-row references are not updatable." -msgstr "Sichten, die Verweise auf ganze Zeilen zurückgeben, sind nicht automatisch aktualisierbar." +msgstr "Sichtspalten, die Verweise auf ganze Zeilen zurückgeben, sind nicht aktualisierbar." #: rewrite/rewriteHandler.c:2064 msgid "Views containing DISTINCT are not automatically updatable." @@ -14512,22 +14412,16 @@ msgid "Views containing LIMIT or OFFSET are not automatically updatable." msgstr "Sichten, die LIMIT oder OFFSET enthalten, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2091 -#, fuzzy -#| msgid "Views that return system columns are not automatically updatable." -msgid "Views that return aggregate functions are not automatically updatable" -msgstr "Sichten, die Systemspalten zurückgeben, sind nicht automatisch aktualisierbar." +msgid "Views that return aggregate functions are not automatically updatable." +msgstr "Sichten, die Aggregatfunktionen zurückgeben, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2094 -#, fuzzy -#| msgid "Views that return whole-row references are not automatically updatable." -msgid "Views that return window functions are not automatically updatable" -msgstr "Sichten, die Verweise auf ganze Zeilen zurückgeben, sind nicht automatisch aktualisierbar." +msgid "Views that return window functions are not automatically updatable." +msgstr "Sichten, die Fensterfunktionen zurückgeben, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2097 -#, fuzzy -#| msgid "Views that return system columns are not automatically updatable." msgid "Views that return set-returning functions are not automatically updatable." -msgstr "Sichten, die Systemspalten zurückgeben, sind nicht automatisch aktualisierbar." +msgstr "Sichten, die Funktionen mit Ergebnismenge zurückgeben, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2104 rewrite/rewriteHandler.c:2108 #: rewrite/rewriteHandler.c:2115 @@ -14535,22 +14429,18 @@ msgid "Views that do not select from a single table or view are not automaticall msgstr "Sichten, die nicht aus einer einzigen Tabelle oder Sicht lesen, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2139 -#, fuzzy -#| msgid "Views that return system columns are not automatically updatable." msgid "Views that have no updatable columns are not automatically updatable." -msgstr "Sichten, die Systemspalten zurückgeben, sind nicht automatisch aktualisierbar." +msgstr "Sichten, die keine aktualisierbaren Spalten haben, sind nicht automatisch aktualisierbar." #: rewrite/rewriteHandler.c:2576 -#, fuzzy, c-format -#| msgid "cannot insert into view \"%s\"" +#, c-format msgid "cannot insert into column \"%s\" of view \"%s\"" -msgstr "kann nicht in Sicht „%s“ einfügen" +msgstr "kann nicht in Spalte „%s“ von Sicht „%s“ einfügen" #: rewrite/rewriteHandler.c:2584 -#, fuzzy, c-format -#| msgid "cannot update view \"%s\"" +#, c-format msgid "cannot update column \"%s\" of view \"%s\"" -msgstr "kann Sicht „%s“ nicht aktualisieren" +msgstr "kann Spalte „%s“ von Sicht „%s“ nicht aktualisieren" #: rewrite/rewriteHandler.c:2952 #, c-format @@ -14867,32 +14757,29 @@ msgid "could not read directory \"%s\": %m" msgstr "konnte Verzeichnis „%s“ nicht lesen: %m" #: storage/ipc/dsm.c:363 -#, fuzzy, c-format -#| msgid "selecting dynamic shared memory implementation ... " +#, c-format msgid "dynamic shared memory control segment is corrupt" -msgstr "wähle Implementierung von dynamischem Shared Memory ... " +msgstr "Kontrollsegment von dynamischem Shared Memory ist verfälscht" #: storage/ipc/dsm.c:410 #, c-format msgid "dynamic shared memory is disabled" -msgstr "" +msgstr "dynamisches Shared-Memory ist abgeschaltet" #: storage/ipc/dsm.c:411 #, c-format msgid "Set dynamic_shared_memory_type to a value other than \"none\"." -msgstr "" +msgstr "Setzen Sie dynamic_shared_memory_type auf einen anderen Wert als „none“." #: storage/ipc/dsm.c:431 -#, fuzzy, c-format -#| msgid "selecting dynamic shared memory implementation ... " +#, c-format msgid "dynamic shared memory control segment is not valid" -msgstr "wähle Implementierung von dynamischem Shared Memory ... " +msgstr "Kontrollsegment von dynamischem Shared Memory ist ungültig" #: storage/ipc/dsm.c:501 -#, fuzzy, c-format -#| msgid "could not create shared memory segment: %m" +#, c-format msgid "too many dynamic shared memory segments" -msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" +msgstr "zu viele dynamische Shared-Memory-Segmente" #: storage/ipc/dsm_impl.c:261 storage/ipc/dsm_impl.c:361 #: storage/ipc/dsm_impl.c:533 storage/ipc/dsm_impl.c:648 @@ -14904,17 +14791,15 @@ msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" #: storage/ipc/dsm_impl.c:271 storage/ipc/dsm_impl.c:543 #: storage/ipc/dsm_impl.c:658 storage/ipc/dsm_impl.c:821 -#, fuzzy, c-format -#| msgid "could not create shared memory segment: %m" +#, c-format msgid "could not remove shared memory segment \"%s\": %m" -msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" +msgstr "konnte Shared-Memory-Segment „%s“ nicht entfernen: %m" #: storage/ipc/dsm_impl.c:292 storage/ipc/dsm_impl.c:721 #: storage/ipc/dsm_impl.c:835 -#, fuzzy, c-format -#| msgid "could not create shared memory segment: %m" +#, c-format msgid "could not open shared memory segment \"%s\": %m" -msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" +msgstr "konnte Shared-Memory-Segment „%s“ nicht öffnen: %m" #: storage/ipc/dsm_impl.c:316 storage/ipc/dsm_impl.c:559 #: storage/ipc/dsm_impl.c:766 storage/ipc/dsm_impl.c:859 @@ -14925,10 +14810,9 @@ msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" #: storage/ipc/dsm_impl.c:335 storage/ipc/dsm_impl.c:878 #: storage/ipc/dsm_impl.c:926 -#, fuzzy, c-format -#| msgid "could not create shared memory segment: %m" -msgid "could not resize shared memory segment %s to %zu bytes: %m" -msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" +#, c-format +msgid "could not resize shared memory segment \"%s\" to %zu bytes: %m" +msgstr "konnte Größe des Shared-Memory-Segments „%s“ nicht auf %zu Bytes ändern: %m" #: storage/ipc/dsm_impl.c:385 storage/ipc/dsm_impl.c:580 #: storage/ipc/dsm_impl.c:742 storage/ipc/dsm_impl.c:977 @@ -14944,10 +14828,9 @@ msgid "could not get shared memory segment: %m" msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" #: storage/ipc/dsm_impl.c:694 -#, fuzzy, c-format -#| msgid "could not create shared memory segment: %m" +#, c-format msgid "could not create shared memory segment \"%s\": %m" -msgstr "konnte Shared-Memory-Segment nicht erzeugen: %m" +msgstr "konnte Shared-Memory-Segment „%s“ nicht erzeugen: %m" #: storage/ipc/dsm_impl.c:1018 #, fuzzy, c-format @@ -15037,21 +14920,18 @@ msgstr "Einzelheiten zur Anfrage finden Sie im Serverlog." #: storage/lmgr/lmgr.c:599 #, fuzzy, c-format -#| msgid "writing block %u of relation %s" msgid "while updating tuple (%u,%u) in relation \"%s\"" -msgstr "schreibe Block %u von Relation %s" +msgstr "beim Aktualisieren von Tupel (%u,%u) in Relation „%s“" #: storage/lmgr/lmgr.c:602 -#, fuzzy, c-format -#| msgid "writing block %u of relation %s" +#, c-format msgid "while deleting tuple (%u,%u) in relation \"%s\"" -msgstr "schreibe Block %u von Relation %s" +msgstr "beim Löschen von Tupel (%u,%u) in Relation „%s“" #: storage/lmgr/lmgr.c:605 -#, fuzzy, c-format -#| msgid "writing block %u of relation %s" +#, c-format msgid "while locking tuple (%u,%u) in relation \"%s\"" -msgstr "schreibe Block %u von Relation %s" +msgstr "beim Sperren von Tupel (%u,%u) in Relation „%s“" #: storage/lmgr/lmgr.c:608 #, c-format @@ -15061,7 +14941,7 @@ msgstr "" #: storage/lmgr/lmgr.c:611 #, c-format msgid "while inserting index tuple (%u,%u) in relation \"%s\"" -msgstr "" +msgstr "beim Einfügen von Indextupel (%u,%u) in Relation „%s“" #: storage/lmgr/lmgr.c:614 #, c-format @@ -15715,7 +15595,7 @@ msgstr "%s kann nicht während der Wiederherstellung ausgeführt werden" msgid "cannot execute %s within security-restricted operation" msgstr "kann %s nicht in einer sicherheitsbeschränkten Operation ausführen" -#: tcop/utility.c:733 +#: tcop/utility.c:728 #, c-format msgid "must be superuser to do CHECKPOINT" msgstr "nur Superuser können CHECKPOINT ausführen" @@ -16105,8 +15985,8 @@ msgstr "Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für Anei msgid "invalid number of dimensions: %d" msgstr "ungültige Anzahl Dimensionen: %d" -#: utils/adt/array_userfuncs.c:487 utils/adt/json.c:1645 utils/adt/json.c:1740 -#: utils/adt/json.c:1769 +#: utils/adt/array_userfuncs.c:487 utils/adt/json.c:1675 utils/adt/json.c:1770 +#: utils/adt/json.c:1799 #, c-format msgid "could not determine input data type" msgstr "konnte Eingabedatentypen nicht bestimmen" @@ -16198,7 +16078,7 @@ msgstr "Auswählen von Stücken aus Arrays mit fester Länge ist nicht implement #: utils/adt/arrayfuncs.c:2094 utils/adt/arrayfuncs.c:2116 #: utils/adt/arrayfuncs.c:2150 utils/adt/arrayfuncs.c:2436 #: utils/adt/arrayfuncs.c:4934 utils/adt/arrayfuncs.c:4966 -#: utils/adt/arrayfuncs.c:4983 utils/adt/json.c:2166 utils/adt/json.c:2245 +#: utils/adt/arrayfuncs.c:4983 utils/adt/json.c:2171 utils/adt/json.c:2246 #, c-format msgid "wrong number of array subscripts" msgstr "falsche Anzahl Arrayindizes" @@ -16349,22 +16229,20 @@ msgstr "Datum/Zeitwert „current“ wird nicht mehr unterstützt" msgid "date out of range: \"%s\"" msgstr "date ist außerhalb des gültigen Bereichs: „%s“" -#: utils/adt/date.c:217 utils/adt/xml.c:2024 +#: utils/adt/date.c:217 utils/adt/json.c:1412 utils/adt/xml.c:2024 #, c-format msgid "date out of range" msgstr "date ist außerhalb des gültigen Bereichs" #: utils/adt/date.c:259 utils/adt/timestamp.c:589 -#, fuzzy, c-format -#| msgid "date/time field value out of range: \"%s\"" +#, c-format msgid "date field value out of range: %d-%02d-%02d" -msgstr "Datum/Zeit-Feldwert ist außerhalb des gültigen Bereichs: „%s“" +msgstr "Datum-Feldwert ist außerhalb des gültigen Bereichs: %d-%02d-%02d" #: utils/adt/date.c:265 utils/adt/timestamp.c:595 -#, fuzzy, c-format -#| msgid "date out of range: \"%s\"" +#, c-format msgid "date out of range: %d-%02d-%02d" -msgstr "date ist außerhalb des gültigen Bereichs: „%s“" +msgstr "date ist außerhalb des gültigen Bereichs: %d-%02d-%02d" #: utils/adt/date.c:418 #, c-format @@ -16379,8 +16257,8 @@ msgstr "Datum ist außerhalb des gültigen Bereichs für Typ „timestamp“" #: utils/adt/date.c:971 utils/adt/date.c:1017 utils/adt/date.c:1617 #: utils/adt/date.c:1653 utils/adt/date.c:2525 utils/adt/formatting.c:3287 #: utils/adt/formatting.c:3319 utils/adt/formatting.c:3387 -#: utils/adt/json.c:1403 utils/adt/json.c:1410 utils/adt/json.c:1430 -#: utils/adt/json.c:1437 utils/adt/nabstime.c:455 utils/adt/nabstime.c:498 +#: utils/adt/json.c:1437 utils/adt/json.c:1444 utils/adt/json.c:1464 +#: utils/adt/json.c:1471 utils/adt/nabstime.c:455 utils/adt/nabstime.c:498 #: utils/adt/nabstime.c:528 utils/adt/nabstime.c:571 utils/adt/timestamp.c:232 #: utils/adt/timestamp.c:275 utils/adt/timestamp.c:713 #: utils/adt/timestamp.c:742 utils/adt/timestamp.c:781 @@ -16414,10 +16292,9 @@ msgid "time out of range" msgstr "time ist außerhalb des gültigen Bereichs" #: utils/adt/date.c:1265 utils/adt/timestamp.c:614 -#, fuzzy, c-format -#| msgid "date/time field value out of range: \"%s\"" +#, c-format msgid "time field value out of range: %d:%02d:%02g" -msgstr "Datum/Zeit-Feldwert ist außerhalb des gültigen Bereichs: „%s“" +msgstr "Zeit-Feldwert ist außerhalb des gültigen Bereichs: %d:%02d:%02g" #: utils/adt/date.c:1893 utils/adt/date.c:1910 #, c-format @@ -16803,10 +16680,9 @@ msgid "The given value did not match any of the allowed values for this field." msgstr "Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte überein." #: utils/adt/formatting.c:2932 -#, fuzzy, c-format -#| msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" +#, c-format msgid "\"TZ\"/\"tz\"/\"OF\" format patterns are not supported in to_date" -msgstr "Formatmuster „TZ“/„tz“ werden in to_date nicht unterstützt" +msgstr "Formatmuster „TZ“/„tz“/„OF“ werden in to_date nicht unterstützt" #: utils/adt/formatting.c:3040 #, c-format @@ -16900,13 +16776,12 @@ msgstr "ungültige Eingabesyntax für Typ box: „%s“" #: utils/adt/geo_ops.c:992 #, c-format msgid "invalid line specification: must be two distinct points" -msgstr "" +msgstr "ungültige „line“-Angabe: es müssen zwei verschiedene Punkte angegeben werden" #: utils/adt/geo_ops.c:1001 -#, fuzzy, c-format -#| msgid "interval specification not allowed here" +#, c-format msgid "invalid line specification: A and B cannot both be zero" -msgstr "Intervallangabe hier nicht erlaubt" +msgstr "ungültige „line“-Angabe: A und B können nicht beide null sein" #: utils/adt/geo_ops.c:1006 #, c-format @@ -16939,10 +16814,9 @@ msgid "function \"dist_lb\" not implemented" msgstr "Funktion „dist_lb“ ist nicht implementiert" #: utils/adt/geo_ops.c:3035 -#, fuzzy, c-format -#| msgid "function \"close_lb\" not implemented" +#, c-format msgid "function \"close_sl\" not implemented" -msgstr "Funktion „close_lb“ ist nicht implementiert" +msgstr "Funktion „close_sl“ ist nicht implementiert" #: utils/adt/geo_ops.c:3137 #, c-format @@ -17061,175 +16935,164 @@ msgstr "bigint ist außerhalb des gültigen Bereichs" msgid "OID out of range" msgstr "OID ist außerhalb des gültigen Bereichs" -#: utils/adt/json.c:692 utils/adt/json.c:732 utils/adt/json.c:747 -#: utils/adt/json.c:758 utils/adt/json.c:768 utils/adt/json.c:804 -#: utils/adt/json.c:816 utils/adt/json.c:847 utils/adt/json.c:865 -#: utils/adt/json.c:877 utils/adt/json.c:889 utils/adt/json.c:1028 -#: utils/adt/json.c:1042 utils/adt/json.c:1053 utils/adt/json.c:1061 -#: utils/adt/json.c:1069 utils/adt/json.c:1077 utils/adt/json.c:1085 -#: utils/adt/json.c:1093 utils/adt/json.c:1101 utils/adt/json.c:1109 -#: utils/adt/json.c:1139 +#: utils/adt/json.c:695 utils/adt/json.c:735 utils/adt/json.c:750 +#: utils/adt/json.c:761 utils/adt/json.c:771 utils/adt/json.c:807 +#: utils/adt/json.c:819 utils/adt/json.c:850 utils/adt/json.c:868 +#: utils/adt/json.c:880 utils/adt/json.c:892 utils/adt/json.c:1031 +#: utils/adt/json.c:1045 utils/adt/json.c:1056 utils/adt/json.c:1064 +#: utils/adt/json.c:1072 utils/adt/json.c:1080 utils/adt/json.c:1088 +#: utils/adt/json.c:1096 utils/adt/json.c:1104 utils/adt/json.c:1112 +#: utils/adt/json.c:1142 #, c-format msgid "invalid input syntax for type json" msgstr "ungültige Eingabesyntax für Typ json" -#: utils/adt/json.c:693 +#: utils/adt/json.c:696 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Zeichen mit Wert 0x%02x muss escapt werden." -#: utils/adt/json.c:733 +#: utils/adt/json.c:736 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "Nach „\\u“ müssen vier Hexadezimalziffern folgen." -#: utils/adt/json.c:748 +#: utils/adt/json.c:751 #, c-format msgid "Unicode high surrogate must not follow a high surrogate." msgstr "Unicode-High-Surrogate darf nicht auf ein High-Surrogate folgen." -#: utils/adt/json.c:759 utils/adt/json.c:769 utils/adt/json.c:817 -#: utils/adt/json.c:878 utils/adt/json.c:890 +#: utils/adt/json.c:762 utils/adt/json.c:772 utils/adt/json.c:820 +#: utils/adt/json.c:881 utils/adt/json.c:893 #, c-format msgid "Unicode low surrogate must follow a high surrogate." msgstr "Unicode-Low-Surrogate muss auf ein High-Surrogate folgen." -#: utils/adt/json.c:805 +#: utils/adt/json.c:808 #, c-format msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8." msgstr "Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet werden, wenn die Serverkodierung nicht UTF8 ist." -#: utils/adt/json.c:848 utils/adt/json.c:866 +#: utils/adt/json.c:851 utils/adt/json.c:869 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "Escape-Sequenz „\\%s“ ist nicht gültig." -#: utils/adt/json.c:1029 +#: utils/adt/json.c:1032 #, c-format msgid "The input string ended unexpectedly." msgstr "Die Eingabezeichenkette endete unerwartet." -#: utils/adt/json.c:1043 +#: utils/adt/json.c:1046 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Ende der Eingabe erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1054 +#: utils/adt/json.c:1057 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "JSON-Wert erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1062 utils/adt/json.c:1110 +#: utils/adt/json.c:1065 utils/adt/json.c:1113 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Zeichenkette erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1070 +#: utils/adt/json.c:1073 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Array-Element oder „]“ erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1078 +#: utils/adt/json.c:1081 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "„,“ oder „]“ erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1086 +#: utils/adt/json.c:1089 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Zeichenkette oder „}“ erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1094 +#: utils/adt/json.c:1097 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "„:“ erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1102 +#: utils/adt/json.c:1105 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "„,“ oder „}“ erwartet, aber „%s“ gefunden." -#: utils/adt/json.c:1140 +#: utils/adt/json.c:1143 #, c-format msgid "Token \"%s\" is invalid." msgstr "Token „%s“ ist ungültig." -#: utils/adt/json.c:1212 +#: utils/adt/json.c:1215 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "JSON-Daten, Zeile %d: %s%s%s" -#: utils/adt/json.c:1350 +#: utils/adt/json.c:1360 #, c-format msgid "key value must be scalar, not array, composite, or json" msgstr "" -#: utils/adt/json.c:1404 utils/adt/json.c:1431 -#, fuzzy, c-format -#| msgid "XML does not support infinite timestamp values." +#: utils/adt/json.c:1413 +#, c-format +msgid "JSON does not support infinite date values." +msgstr "JSON unterstützt keine unendlichen Datumswerte." + +#: utils/adt/json.c:1438 utils/adt/json.c:1465 +#, c-format msgid "JSON does not support infinite timestamp values." -msgstr "XML unterstützt keine unendlichen timestamp-Werte." +msgstr "JSON unterstützt keine unendlichen timestamp-Werte." -#: utils/adt/json.c:1461 -#, fuzzy, c-format -#| msgid "Version names must not be empty." -msgid "key value must not be empty" -msgstr "Versionsnamen dürfen nicht leer sein." +#: utils/adt/json.c:1930 utils/adt/json.c:1948 utils/adt/json.c:2023 +#: utils/adt/json.c:2044 utils/adt/json.c:2103 +#, c-format +msgid "could not determine data type for argument %d" +msgstr "konnte Datentyp von Argument %d nicht ermitteln" -#: utils/adt/json.c:1891 -#, fuzzy, c-format -#| msgid "frame ending offset must not be null" +#: utils/adt/json.c:1935 +#, c-format msgid "field name must not be null" -msgstr "Frame-Ende-Offset darf nicht NULL sein" - -#: utils/adt/json.c:1913 -#, fuzzy, c-format -#| msgid "could not determine input data type" -msgid "arg 1: could not determine data type" -msgstr "konnte Eingabedatentypen nicht bestimmen" +msgstr "Feldname darf nicht NULL sein" -#: utils/adt/json.c:1937 +#: utils/adt/json.c:1998 #, fuzzy, c-format -#| msgid "could not determine input data type" -msgid "arg 2: could not determine data type" -msgstr "konnte Eingabedatentypen nicht bestimmen" +#| msgid "each %s query must have the same number of columns" +msgid "argument list must have even number of elements" +msgstr "jede %s-Anfrage muss die gleiche Anzahl Spalten haben" -#: utils/adt/json.c:1983 +#: utils/adt/json.c:1999 #, c-format -msgid "invalid number or arguments: object must be matched key value pairs" +msgid "The arguments of json_build_object() must consist of alternating keys and values." msgstr "" -#: utils/adt/json.c:1997 -#, fuzzy, c-format -#| msgid "dimension values cannot be null" -msgid "arg %d: key cannot be null" -msgstr "Dimensionswerte dürfen nicht NULL sein" +#: utils/adt/json.c:2029 +#, c-format +msgid "argument %d cannot be null" +msgstr "Argument %d darf nicht NULL sein" -#: utils/adt/json.c:2019 utils/adt/json.c:2045 utils/adt/json.c:2102 -#, fuzzy, c-format -#| msgid "could not determine input data type" -msgid "arg %d: could not determine data type" -msgstr "konnte Eingabedatentypen nicht bestimmen" +#: utils/adt/json.c:2030 +#, c-format +msgid "Object keys should be text." +msgstr "" -#: utils/adt/json.c:2160 +#: utils/adt/json.c:2165 #, fuzzy, c-format #| msgid "view must have at least one column" msgid "array must have two columns" msgstr "Sicht muss mindestens eine Spalte haben" -#: utils/adt/json.c:2184 utils/adt/json.c:2272 +#: utils/adt/json.c:2189 utils/adt/json.c:2273 #, fuzzy, c-format #| msgid "null array element not allowed in this context" msgid "null value not allowed for object key" msgstr "NULL-Werte im Array sind in diesem Zusammenhang nicht erlaubt" -#: utils/adt/json.c:2190 utils/adt/json.c:2278 -#, fuzzy, c-format -#| msgid "SETOF type not allowed for operator argument" -msgid "empty value not allowed for object key" -msgstr "SETOF-Typ nicht als Operatorargument erlaubt" - -#: utils/adt/json.c:2261 +#: utils/adt/json.c:2262 #, fuzzy, c-format #| msgid "mismatched parentheses" msgid "mismatched array dimensions" @@ -17246,148 +17109,115 @@ msgstr "Bitkette ist zu lang für Typ bit varying(%d)" msgid "Due to an implementation restriction, jsonb strings cannot exceed %d bytes." msgstr "" -#: utils/adt/jsonb_util.c:550 +#: utils/adt/jsonb_util.c:622 #, fuzzy, c-format #| msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" msgid "number of jsonb object pairs exceeds the maximum allowed (%zu)" msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)" -#: utils/adt/jsonb_util.c:591 +#: utils/adt/jsonb_util.c:663 #, fuzzy, c-format #| msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" msgid "number of jsonb array elements exceeds the maximum allowed (%zu)" msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)" -#: utils/adt/jsonb_util.c:1378 utils/adt/jsonb_util.c:1430 -#: utils/adt/jsonb_util.c:1445 +#: utils/adt/jsonb_util.c:1478 utils/adt/jsonb_util.c:1498 #, fuzzy, c-format #| msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" msgid "total size of jsonb array elements exceeds the maximum of %u bytes" msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)" -#: utils/adt/jsonfuncs.c:278 utils/adt/jsonfuncs.c:443 -#: utils/adt/jsonfuncs.c:480 utils/adt/jsonfuncs.c:525 -#: utils/adt/jsonfuncs.c:600 utils/adt/jsonfuncs.c:642 -#: utils/adt/jsonfuncs.c:1937 utils/adt/jsonfuncs.c:2374 -#: utils/adt/jsonfuncs.c:2880 +#: utils/adt/jsonb_util.c:1559 utils/adt/jsonb_util.c:1594 +#: utils/adt/jsonb_util.c:1614 +#, fuzzy, c-format +#| msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" +msgid "total size of jsonb object elements exceeds the maximum of %u bytes" +msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)" + +#: utils/adt/jsonfuncs.c:263 utils/adt/jsonfuncs.c:428 +#: utils/adt/jsonfuncs.c:1968 utils/adt/jsonfuncs.c:2405 +#: utils/adt/jsonfuncs.c:2911 #, c-format msgid "cannot call %s on a scalar" msgstr "kann %s nicht mit einem skalaren Wert aufrufen" -#: utils/adt/jsonfuncs.c:283 utils/adt/jsonfuncs.c:430 -#: utils/adt/jsonfuncs.c:485 utils/adt/jsonfuncs.c:530 -#: utils/adt/jsonfuncs.c:2363 +#: utils/adt/jsonfuncs.c:268 utils/adt/jsonfuncs.c:415 +#: utils/adt/jsonfuncs.c:2394 #, c-format msgid "cannot call %s on an array" msgstr "%s kann nicht mit einem Array aufgerufen werden" -#: utils/adt/jsonfuncs.c:605 utils/adt/jsonfuncs.c:647 -#: utils/adt/jsonfuncs.c:2719 -#, fuzzy, c-format -#| msgid "cannot call %s on a nested object" -msgid "cannot call %s on an object" -msgstr "kann %s nicht mit einem geschachtelten Objekt aufrufen" - -#: utils/adt/jsonfuncs.c:723 utils/adt/jsonfuncs.c:1117 -#, fuzzy, c-format -#| msgid "cannot call function with null path elements" -msgid "cannot call %s with null path elements" -msgstr "kann Funktion nicht mit Pfadelementen, die NULL sind, aufrufen" - -#: utils/adt/jsonfuncs.c:738 -#, fuzzy, c-format -#| msgid "cannot call function with empty path elements" -msgid "cannot call %s with empty path elements" -msgstr "kann Funktion nicht mit leeren Pfadelementen aufrufen" - -#: utils/adt/jsonfuncs.c:850 -#, c-format -msgid "cannot extract array element from a non-array" -msgstr "kann kein Arrayelement aus einem Nicht-Array auswählen" - -#: utils/adt/jsonfuncs.c:962 -#, c-format -msgid "cannot extract field from a non-object" -msgstr "kann kein Feld aus einem Nicht-Objekt auswählen" - -#: utils/adt/jsonfuncs.c:1076 -#, c-format -msgid "cannot extract element from a scalar" -msgstr "kann kein Element aus einem skalaren Wert auswählen" - -#: utils/adt/jsonfuncs.c:1157 -#, fuzzy, c-format -#| msgid "cannot extract element from a scalar" -msgid "cannot extract path from a scalar" -msgstr "kann kein Element aus einem skalaren Wert auswählen" - -#: utils/adt/jsonfuncs.c:1245 utils/adt/jsonfuncs.c:1280 +#: utils/adt/jsonfuncs.c:1276 utils/adt/jsonfuncs.c:1311 #, c-format msgid "cannot get array length of a scalar" msgstr "kann nicht die Arraylänge eines skalaren Wertes ermitteln" -#: utils/adt/jsonfuncs.c:1249 utils/adt/jsonfuncs.c:1268 +#: utils/adt/jsonfuncs.c:1280 utils/adt/jsonfuncs.c:1299 #, c-format msgid "cannot get array length of a non-array" msgstr "kann nicht die Arraylänge eines Nicht-Arrays ermitteln" -#: utils/adt/jsonfuncs.c:1345 +#: utils/adt/jsonfuncs.c:1376 #, fuzzy, c-format #| msgid "cannot call %s on a nested object" msgid "cannot call %s on a non-object" msgstr "kann %s nicht mit einem geschachtelten Objekt aufrufen" -#: utils/adt/jsonfuncs.c:1363 utils/adt/jsonfuncs.c:2050 -#: utils/adt/jsonfuncs.c:2583 +#: utils/adt/jsonfuncs.c:1394 utils/adt/jsonfuncs.c:2081 +#: utils/adt/jsonfuncs.c:2614 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "Funktion, die einen Record zurückgibt, in einem Zusammenhang aufgerufen, der Typ record nicht verarbeiten kann" -#: utils/adt/jsonfuncs.c:1606 +#: utils/adt/jsonfuncs.c:1637 #, c-format msgid "cannot deconstruct an array as an object" msgstr "kann Array nicht in ein Objekt zerlegen" -#: utils/adt/jsonfuncs.c:1618 +#: utils/adt/jsonfuncs.c:1649 #, c-format msgid "cannot deconstruct a scalar" msgstr "kann skalaren Wert nicht zerlegen" -#: utils/adt/jsonfuncs.c:1664 -#, fuzzy, c-format -#| msgid "cannot extract element from a scalar" +#: utils/adt/jsonfuncs.c:1695 +#, c-format msgid "cannot extract elements from a scalar" -msgstr "kann kein Element aus einem skalaren Wert auswählen" +msgstr "kann keine Elemente aus einem skalaren Wert auswählen" -#: utils/adt/jsonfuncs.c:1668 -#, fuzzy, c-format -#| msgid "cannot extract element from a scalar" +#: utils/adt/jsonfuncs.c:1699 +#, c-format msgid "cannot extract elements from an object" -msgstr "kann kein Element aus einem skalaren Wert auswählen" +msgstr "kann keine Elemente aus einem Objekt auswählen" -#: utils/adt/jsonfuncs.c:1924 utils/adt/jsonfuncs.c:2679 +#: utils/adt/jsonfuncs.c:1955 utils/adt/jsonfuncs.c:2710 #, fuzzy, c-format #| msgid "cannot call %s on an array" msgid "cannot call %s on a non-array" msgstr "%s kann nicht mit einem Array aufgerufen werden" -#: utils/adt/jsonfuncs.c:2011 utils/adt/jsonfuncs.c:2559 +#: utils/adt/jsonfuncs.c:2042 utils/adt/jsonfuncs.c:2590 #, fuzzy, c-format #| msgid "argument of %s must be a type name" msgid "first argument of %s must be a row type" msgstr "Argument von %s muss ein Typname sein" -#: utils/adt/jsonfuncs.c:2052 +#: utils/adt/jsonfuncs.c:2083 #, c-format msgid "Try calling the function in the FROM clause using a column definition list." msgstr "" -#: utils/adt/jsonfuncs.c:2695 utils/adt/jsonfuncs.c:2862 +#: utils/adt/jsonfuncs.c:2726 utils/adt/jsonfuncs.c:2893 #, fuzzy, c-format #| msgid "argument of %s must be a name" msgid "argument of %s must be an array of objects" msgstr "Argument von %s muss ein Name sein" +#: utils/adt/jsonfuncs.c:2750 +#, fuzzy, c-format +#| msgid "cannot call %s on a nested object" +msgid "cannot call %s on an object" +msgstr "kann %s nicht mit einem geschachtelten Objekt aufrufen" + #: utils/adt/like.c:211 utils/adt/selfuncs.c:5220 #, c-format msgid "could not determine which collation to use for ILIKE" @@ -17609,7 +17439,7 @@ msgstr "Skala von NUMERIC (%d) muss zwischen 0 und %d liegen" msgid "invalid NUMERIC type modifier" msgstr "ungültiker Modifikator für Typ NUMERIC" -#: utils/adt/numeric.c:1928 utils/adt/numeric.c:4178 +#: utils/adt/numeric.c:1928 utils/adt/numeric.c:4178 utils/adt/numeric.c:6147 #, c-format msgid "value overflows numeric format" msgstr "Wert verursacht Überlauf im „numeric“-Format" @@ -17685,10 +17515,9 @@ msgid "requested character too large for encoding: %d" msgstr "gewünschtes Zeichen ist zu groß für die Kodierung: %d" #: utils/adt/oracle_compat.c:986 -#, fuzzy, c-format -#| msgid "requested character too large for encoding: %d" +#, c-format msgid "requested character not valid for encoding: %d" -msgstr "gewünschtes Zeichen ist zu groß für die Kodierung: %d" +msgstr "gewünschtes Zeichen ist nicht gültig für die Kodierung: %d" #: utils/adt/oracle_compat.c:1000 #, c-format @@ -17699,7 +17528,7 @@ msgstr "Null-Zeichen ist nicht erlaubt" #: utils/adt/orderedsetaggs.c:667 #, c-format msgid "percentile value %g is not between 0 and 1" -msgstr "" +msgstr "Perzentilwert %g ist nicht zwischen 0 und 1" #: utils/adt/pg_locale.c:1039 #, c-format @@ -17732,10 +17561,9 @@ msgid "The server's LC_CTYPE locale is probably incompatible with the database e msgstr "Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der Datenbank inkompatibel." #: utils/adt/pg_lsn.c:44 utils/adt/pg_lsn.c:49 -#, fuzzy, c-format -#| msgid "invalid input syntax for type line: \"%s\"" +#, c-format msgid "invalid input syntax for type pg_lsn: \"%s\"" -msgstr "ungültige Eingabesyntax für Typ line: „%s“" +msgstr "ungültige Eingabesyntax für Typ pg_lsn: „%s“" #: utils/adt/pseudotypes.c:95 #, c-format @@ -18161,27 +17989,24 @@ msgid "timestamp(%d) precision must be between %d and %d" msgstr "Präzision von timestamp(%d) muss zwischen %d und %d sein" #: utils/adt/timestamp.c:517 -#, fuzzy, c-format -#| msgid "invalid input syntax for type numeric: \"%s\"" +#, c-format msgid "invalid input syntax for numeric time zone: \"%s\"" -msgstr "ungültige Eingabesyntax für Typ numeric: „%s“" +msgstr "ungültige Eingabesyntax für numerische Zeitzone: „%s“" #: utils/adt/timestamp.c:519 #, c-format msgid "Numeric time zones must have \"-\" or \"+\" as first character." -msgstr "" +msgstr "Numerische Zeitzonen müssen „-“ oder „+“ als erstes Zeichen haben." #: utils/adt/timestamp.c:531 -#, fuzzy, c-format -#| msgid "number is out of range" +#, c-format msgid "numeric time zone \"%s\" out of range" -msgstr "Zahl ist außerhalb des gültigen Bereichs" +msgstr "numerische Zeitzone „%s“ ist außerhalb des gültigen Bereichs" #: utils/adt/timestamp.c:627 utils/adt/timestamp.c:637 -#, fuzzy, c-format -#| msgid "timestamp out of range: \"%s\"" +#, c-format msgid "timestamp out of range: %d-%02d-%02d %d:%02d:%02g" -msgstr "timestamp ist außerhalb des gültigen Bereichs: „%s“" +msgstr "timestamp ist außerhalb des gültigen Bereichs: %d-%02d-%02d %d:%02d:%02g" #: utils/adt/timestamp.c:908 utils/adt/timestamp.c:1479 #: utils/adt/timestamp.c:1982 utils/adt/timestamp.c:3122 @@ -19044,7 +18869,7 @@ msgstr "konnte Zeilenbeschreibung für Funktion, die „record“ zurückgibt, n msgid "could not change directory to \"%s\": %m" msgstr "konnte nicht in Verzeichnis „%s“ wechseln: %m" -#: utils/init/miscinit.c:311 utils/misc/guc.c:5765 +#: utils/init/miscinit.c:311 utils/misc/guc.c:5761 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" msgstr "kann Parameter „%s“ nicht in einer sicherheitsbeschränkten Operation setzen" @@ -19145,7 +18970,7 @@ msgstr "Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nic msgid "could not write lock file \"%s\": %m" msgstr "konnte Sperrdatei „%s“ nicht schreiben: %m" -#: utils/init/miscinit.c:1001 utils/misc/guc.c:8363 +#: utils/init/miscinit.c:1001 utils/misc/guc.c:8381 #, c-format msgid "could not read from file \"%s\": %m" msgstr "konnte nicht aus Datei „%s“ lesen: %m" @@ -19181,10 +19006,9 @@ msgid "loaded library \"%s\"" msgstr "Bibliothek „%s“ geladen" #: utils/init/postinit.c:237 -#, fuzzy, c-format -#| msgid "replication connection authorized: user=%s" +#, c-format msgid "replication connection authorized: user=%s SSL enabled (protocol=%s, cipher=%s, compression=%s)" -msgstr "Replikationsverbindung authorisiert: Benutzer=%s" +msgstr "Replikationsverbindung authorisiert: Benutzer=%s SSL an (Protokoll=%s, Verschlüsselungsmethode=%s, Komprimierung=%s)" #: utils/init/postinit.c:239 utils/init/postinit.c:253 msgid "off" @@ -19200,10 +19024,9 @@ msgid "replication connection authorized: user=%s" msgstr "Replikationsverbindung authorisiert: Benutzer=%s" #: utils/init/postinit.c:251 -#, fuzzy, c-format -#| msgid "connection authorized: user=%s database=%s" +#, c-format msgid "connection authorized: user=%s database=%s SSL enabled (protocol=%s, cipher=%s, compression=%s)" -msgstr "Verbindung authorisiert: Benutzer=%s Datenbank=%s" +msgstr "Verbindung authorisiert: Benutzer=%s Datenbank=%s SSL an (Protokoll=%s, Verschlüsselungsmethode=%s, Komprimierung=%s)" #: utils/init/postinit.c:257 #, c-format @@ -19527,10 +19350,8 @@ msgid "Client Connection Defaults / Locale and Formatting" msgstr "Standardeinstellungen für Clientverbindungen / Locale und Formatierung" #: utils/misc/guc.c:624 -#, fuzzy -#| msgid "Client Connection Defaults / Locale and Formatting" msgid "Client Connection Defaults / Shared Library Preloading" -msgstr "Standardeinstellungen für Clientverbindungen / Locale und Formatierung" +msgstr "Standardeinstellungen für Clientverbindungen / Shared Library Preloading" #: utils/misc/guc.c:626 msgid "Client Connection Defaults / Other Defaults" @@ -19775,16 +19596,12 @@ msgid "Generates debugging output for LISTEN and NOTIFY." msgstr "Erzeugt Debug-Ausgabe für LISTEN und NOTIFY." #: utils/misc/guc.c:1125 -#, fuzzy -#| msgid "Emit information about resource usage in sorting." msgid "Emits information about lock usage." -msgstr "Gibt Informationen über die Ressourcenverwendung beim Sortieren aus." +msgstr "Gibt Informationen über Sperrenverwendung aus." #: utils/misc/guc.c:1135 -#, fuzzy -#| msgid "Emit information about resource usage in sorting." msgid "Emits information about user lock usage." -msgstr "Gibt Informationen über die Ressourcenverwendung beim Sortieren aus." +msgstr "Gibt Informationen über Benutzersperrenverwendung aus." #: utils/misc/guc.c:1145 #, fuzzy @@ -20230,578 +20047,564 @@ msgstr "Setzt die Anzahl Diskseitenpuffer für WAL im Shared Memory." msgid "WAL writer sleep time between WAL flushes." msgstr "Schlafzeit zwischen WAL-Flush-Operationen des WAL-Writers." -#: utils/misc/guc.c:2124 -#, fuzzy -#| msgid "Sets the maximum number of concurrent connections." -msgid "Sets the number of locks used for concurrent xlog insertions." -msgstr "Setzt die maximale Anzahl gleichzeitiger Verbindungen." - -#: utils/misc/guc.c:2136 +#: utils/misc/guc.c:2125 msgid "Sets the maximum number of simultaneously running WAL sender processes." msgstr "Setzt die maximale Anzahl gleichzeitig laufender WAL-Sender-Prozesse." -#: utils/misc/guc.c:2147 -#, fuzzy -#| msgid "Sets the maximum number of simultaneously prepared transactions." +#: utils/misc/guc.c:2136 msgid "Sets the maximum number of simultaneously defined replication slots." -msgstr "Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen." +msgstr "Setzt die maximale Anzahl von gleichzeitig definierten Replikations-Slots." -#: utils/misc/guc.c:2157 +#: utils/misc/guc.c:2146 msgid "Sets the maximum time to wait for WAL replication." msgstr "Setzt die maximale Zeit, um auf WAL-Replikation zu warten." -#: utils/misc/guc.c:2168 +#: utils/misc/guc.c:2157 msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." msgstr "Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und dem Schreiben von WAL auf die Festplatte." -#: utils/misc/guc.c:2180 +#: utils/misc/guc.c:2169 msgid "Sets the minimum concurrent open transactions before performing commit_delay." msgstr "Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor „commit_delay“ angewendet wird." -#: utils/misc/guc.c:2191 +#: utils/misc/guc.c:2180 msgid "Sets the number of digits displayed for floating-point values." msgstr "Setzt die Anzahl ausgegebener Ziffern für Fließkommawerte." -#: utils/misc/guc.c:2192 +#: utils/misc/guc.c:2181 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 "Diese Einstellung betrifft real, double precision und geometrische Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. DBL_DIG) hinzuaddiert." -#: utils/misc/guc.c:2203 +#: utils/misc/guc.c:2192 msgid "Sets the minimum execution time above which statements will be logged." msgstr "Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden." -#: utils/misc/guc.c:2205 +#: utils/misc/guc.c:2194 msgid "Zero prints all queries. -1 turns this feature off." msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus." -#: utils/misc/guc.c:2215 +#: utils/misc/guc.c:2204 msgid "Sets the minimum execution time above which autovacuum actions will be logged." msgstr "Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt werden." -#: utils/misc/guc.c:2217 +#: utils/misc/guc.c:2206 msgid "Zero prints all actions. -1 turns autovacuum logging off." msgstr "Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über Autovacuum aus." -#: utils/misc/guc.c:2227 +#: utils/misc/guc.c:2216 msgid "Background writer sleep time between rounds." msgstr "Schlafzeit zwischen Durchläufen des Background-Writers." -#: utils/misc/guc.c:2238 +#: utils/misc/guc.c:2227 msgid "Background writer maximum number of LRU pages to flush per round." msgstr "Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-Seiten." -#: utils/misc/guc.c:2254 +#: utils/misc/guc.c:2243 msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." msgstr "Anzahl simultaner Anfragen, die das Festplattensubsystem effizient bearbeiten kann." -#: utils/misc/guc.c:2255 +#: utils/misc/guc.c:2244 msgid "For RAID arrays, this should be approximately the number of drive spindles in the array." msgstr "Für RAID-Arrays sollte dies ungefähr die Anzahl Spindeln im Array sein." -#: utils/misc/guc.c:2270 +#: utils/misc/guc.c:2259 #, fuzzy #| msgid "Sets the maximum number of concurrent connections." msgid "Maximum number of concurrent worker processes." msgstr "Setzt die maximale Anzahl gleichzeitiger Verbindungen." -#: utils/misc/guc.c:2280 +#: utils/misc/guc.c:2269 msgid "Automatic log file rotation will occur after N minutes." msgstr "Automatische Rotation der Logdateien geschieht nach N Minuten." -#: utils/misc/guc.c:2291 +#: utils/misc/guc.c:2280 msgid "Automatic log file rotation will occur after N kilobytes." msgstr "Automatische Rotation der Logdateien geschieht nach N Kilobytes." -#: utils/misc/guc.c:2302 +#: utils/misc/guc.c:2291 msgid "Shows the maximum number of function arguments." msgstr "Setzt die maximale Anzahl von Funktionsargumenten." -#: utils/misc/guc.c:2313 +#: utils/misc/guc.c:2302 msgid "Shows the maximum number of index keys." msgstr "Zeigt die maximale Anzahl von Indexschlüsseln." -#: utils/misc/guc.c:2324 +#: utils/misc/guc.c:2313 msgid "Shows the maximum identifier length." msgstr "Zeigt die maximale Länge von Bezeichnern." -#: utils/misc/guc.c:2335 +#: utils/misc/guc.c:2324 msgid "Shows the size of a disk block." msgstr "Zeigt die Größe eines Diskblocks." -#: utils/misc/guc.c:2346 +#: utils/misc/guc.c:2335 msgid "Shows the number of pages per disk file." msgstr "Zeigt die Anzahl Seiten pro Diskdatei." -#: utils/misc/guc.c:2357 +#: utils/misc/guc.c:2346 msgid "Shows the block size in the write ahead log." msgstr "Zeigt die Blockgröße im Write-Ahead-Log." -#: utils/misc/guc.c:2368 +#: utils/misc/guc.c:2357 msgid "Shows the number of pages per write ahead log segment." msgstr "Zeit die Anzahl Seiten pro Write-Ahead-Log-Segment." -#: utils/misc/guc.c:2381 +#: utils/misc/guc.c:2370 msgid "Time to sleep between autovacuum runs." msgstr "Wartezeit zwischen Autovacuum-Durchläufen." -#: utils/misc/guc.c:2391 +#: utils/misc/guc.c:2380 msgid "Minimum number of tuple updates or deletes prior to vacuum." msgstr "Mindestanzahl an geänderten oder gelöschten Tupeln vor einem Vacuum." -#: utils/misc/guc.c:2400 +#: utils/misc/guc.c:2389 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." msgstr "Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem Analyze." -#: utils/misc/guc.c:2410 +#: utils/misc/guc.c:2399 msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." msgstr "Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:2421 +#: utils/misc/guc.c:2410 msgid "Multixact age at which to autovacuum a table to prevent multixact wraparound." msgstr "Multixact-Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:2431 +#: utils/misc/guc.c:2420 msgid "Sets the maximum number of simultaneously running autovacuum worker processes." msgstr "Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse." -#: utils/misc/guc.c:2441 -#, fuzzy -#| msgid "Sets the maximum memory to be used for query workspaces." +#: utils/misc/guc.c:2430 msgid "Sets the maximum memory to be used by each autovacuum worker process." -msgstr "Setzt die maximale Speichergröße für Anfrage-Arbeitsbereiche." +msgstr "Setzt die maximale Speichergröße für jeden Autovacuum-Worker-Prozess." -#: utils/misc/guc.c:2452 +#: utils/misc/guc.c:2441 msgid "Time between issuing TCP keepalives." msgstr "Zeit zwischen TCP-Keepalive-Sendungen." -#: utils/misc/guc.c:2453 utils/misc/guc.c:2464 +#: utils/misc/guc.c:2442 utils/misc/guc.c:2453 msgid "A value of 0 uses the system default." msgstr "Der Wert 0 verwendet die Systemvoreinstellung." -#: utils/misc/guc.c:2463 +#: utils/misc/guc.c:2452 msgid "Time between TCP keepalive retransmits." msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen." -#: utils/misc/guc.c:2474 +#: utils/misc/guc.c:2463 msgid "Set the amount of traffic to send and receive before renegotiating the encryption keys." msgstr "Setzt die Traffic-Menge, die gesendet oder empfangen wird, bevor der Verschlüsselungsschlüssel neu ausgehandelt wird." -#: utils/misc/guc.c:2485 +#: utils/misc/guc.c:2474 msgid "Maximum number of TCP keepalive retransmits." msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen." -#: utils/misc/guc.c:2486 +#: utils/misc/guc.c:2475 msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default." msgstr "Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung." -#: utils/misc/guc.c:2497 +#: utils/misc/guc.c:2486 msgid "Sets the maximum allowed result for exact search by GIN." msgstr "Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN." -#: utils/misc/guc.c:2508 +#: utils/misc/guc.c:2497 msgid "Sets the planner's assumption about the size of the disk cache." msgstr "Setzt die Annahme des Planers über die Größe des Festplatten-Caches." -#: utils/misc/guc.c:2509 +#: utils/misc/guc.c:2498 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 "Setzt die Annahme des Planers über die effektive Größe des Diskcaches (das heißt des Teils des Diskcaches vom Kernel, der für die Datendateien von PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche normalerweise 8 kB groß sind." -#: utils/misc/guc.c:2522 +#: utils/misc/guc.c:2511 msgid "Shows the server version as an integer." msgstr "Zeigt die Serverversion als Zahl." -#: utils/misc/guc.c:2533 +#: utils/misc/guc.c:2522 msgid "Log the use of temporary files larger than this number of kilobytes." msgstr "Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, wenn sie größer als diese Anzahl an Kilobytes sind." -#: utils/misc/guc.c:2534 +#: utils/misc/guc.c:2523 msgid "Zero logs all files. The default is -1 (turning this feature off)." msgstr "Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses Feature ausgeschaltet wird)." -#: utils/misc/guc.c:2544 +#: utils/misc/guc.c:2533 msgid "Sets the size reserved for pg_stat_activity.query, in bytes." msgstr "Setzt die für pg_stat_activity.query reservierte Größe, in Bytes." -#: utils/misc/guc.c:2568 +#: utils/misc/guc.c:2557 msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." msgstr "Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu lesen." -#: utils/misc/guc.c:2578 +#: utils/misc/guc.c:2567 msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." msgstr "Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle Diskseite zu lesen." -#: utils/misc/guc.c:2588 +#: utils/misc/guc.c:2577 msgid "Sets the planner's estimate of the cost of processing each tuple (row)." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile." -#: utils/misc/guc.c:2598 +#: utils/misc/guc.c:2587 msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Indexeintrags während eines Index-Scans." -#: utils/misc/guc.c:2608 +#: utils/misc/guc.c:2597 msgid "Sets the planner's estimate of the cost of processing each operator or function call." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Operators oder Funktionsaufrufs." -#: utils/misc/guc.c:2619 +#: utils/misc/guc.c:2608 msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." msgstr "Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen werden werden." -#: utils/misc/guc.c:2630 +#: utils/misc/guc.c:2619 msgid "GEQO: selective pressure within the population." msgstr "GEQO: selektiver Auswahldruck in der Bevölkerung." -#: utils/misc/guc.c:2640 +#: utils/misc/guc.c:2629 msgid "GEQO: seed for random path selection." msgstr "GEQO: Ausgangswert für die zufällige Pfadauswahl." -#: utils/misc/guc.c:2650 +#: utils/misc/guc.c:2639 msgid "Multiple of the average buffer usage to free per round." msgstr "Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde." -#: utils/misc/guc.c:2660 +#: utils/misc/guc.c:2649 msgid "Sets the seed for random-number generation." msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung." -#: utils/misc/guc.c:2671 +#: utils/misc/guc.c:2660 msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." msgstr "Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu reltuples." -#: utils/misc/guc.c:2680 +#: utils/misc/guc.c:2669 msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." msgstr "Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, relativ zu reltuples." -#: utils/misc/guc.c:2690 +#: utils/misc/guc.c:2679 msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." msgstr "Zeit, die damit verbracht wird, modifizierte Puffer während eines Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls." -#: utils/misc/guc.c:2709 +#: utils/misc/guc.c:2698 msgid "Sets the shell command that will be called to archive a WAL file." msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu archivieren." -#: utils/misc/guc.c:2719 +#: utils/misc/guc.c:2708 msgid "Sets the client's character set encoding." msgstr "Setzt die Zeichensatzkodierung des Clients." -#: utils/misc/guc.c:2730 +#: utils/misc/guc.c:2719 msgid "Controls information prefixed to each log line." msgstr "Bestimmt die Informationen, die vor jede Logzeile geschrieben werden." -#: utils/misc/guc.c:2731 +#: utils/misc/guc.c:2720 msgid "If blank, no prefix is used." msgstr "Wenn leer, dann wird kein Präfix verwendet." -#: utils/misc/guc.c:2740 +#: utils/misc/guc.c:2729 msgid "Sets the time zone to use in log messages." msgstr "Setzt die in Logmeldungen verwendete Zeitzone." -#: utils/misc/guc.c:2750 +#: utils/misc/guc.c:2739 msgid "Sets the display format for date and time values." msgstr "Setzt das Ausgabeformat für Datums- und Zeitwerte." -#: utils/misc/guc.c:2751 +#: utils/misc/guc.c:2740 msgid "Also controls interpretation of ambiguous date inputs." msgstr "Kontrolliert auch die Interpretation von zweideutigen Datumseingaben." -#: utils/misc/guc.c:2762 +#: utils/misc/guc.c:2751 msgid "Sets the default tablespace to create tables and indexes in." msgstr "Setzt den Standard-Tablespace für Tabellen und Indexe." -#: utils/misc/guc.c:2763 +#: utils/misc/guc.c:2752 msgid "An empty string selects the database's default tablespace." msgstr "Eine leere Zeichenkette wählt den Standard-Tablespace der Datenbank." -#: utils/misc/guc.c:2773 +#: utils/misc/guc.c:2762 msgid "Sets the tablespace(s) to use for temporary tables and sort files." msgstr "Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien." -#: utils/misc/guc.c:2784 +#: utils/misc/guc.c:2773 msgid "Sets the path for dynamically loadable modules." msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken." -#: utils/misc/guc.c:2785 +#: utils/misc/guc.c:2774 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 "Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene Name keine Verzeichniskomponente hat (das heißt er enthält keinen Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen Datei." -#: utils/misc/guc.c:2798 +#: utils/misc/guc.c:2787 msgid "Sets the location of the Kerberos server key file." msgstr "Setzt den Ort der Kerberos-Server-Schlüsseldatei." -#: utils/misc/guc.c:2809 +#: utils/misc/guc.c:2798 msgid "Sets the Bonjour service name." msgstr "Setzt den Bonjour-Servicenamen." -#: utils/misc/guc.c:2821 +#: utils/misc/guc.c:2810 msgid "Shows the collation order locale." msgstr "Zeigt die Locale für die Sortierreihenfolge." -#: utils/misc/guc.c:2832 +#: utils/misc/guc.c:2821 msgid "Shows the character classification and case conversion locale." msgstr "Zeigt die Locale für Zeichenklassifizierung und Groß-/Kleinschreibung." -#: utils/misc/guc.c:2843 +#: utils/misc/guc.c:2832 msgid "Sets the language in which messages are displayed." msgstr "Setzt die Sprache, in der Mitteilungen ausgegeben werden." -#: utils/misc/guc.c:2853 +#: utils/misc/guc.c:2842 msgid "Sets the locale for formatting monetary amounts." msgstr "Setzt die Locale für die Formatierung von Geldbeträgen." -#: utils/misc/guc.c:2863 +#: utils/misc/guc.c:2852 msgid "Sets the locale for formatting numbers." msgstr "Setzt die Locale für die Formatierung von Zahlen." -#: utils/misc/guc.c:2873 +#: utils/misc/guc.c:2862 msgid "Sets the locale for formatting date and time values." msgstr "Setzt die Locale für die Formatierung von Datums- und Zeitwerten." -#: utils/misc/guc.c:2883 +#: utils/misc/guc.c:2872 msgid "Lists shared libraries to preload into each backend." msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden." -#: utils/misc/guc.c:2894 +#: utils/misc/guc.c:2883 msgid "Lists shared libraries to preload into server." msgstr "Listet dynamische Bibliotheken, die vorab in den Server geladen werden." -#: utils/misc/guc.c:2905 +#: utils/misc/guc.c:2894 #, fuzzy #| msgid "Lists shared libraries to preload into each backend." msgid "Lists unprivileged shared libraries to preload into each backend." msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden." -#: utils/misc/guc.c:2916 +#: utils/misc/guc.c:2905 msgid "Sets the schema search order for names that are not schema-qualified." msgstr "Setzt die Schemasuchreihenfolge für Namen ohne Schemaqualifikation." -#: utils/misc/guc.c:2928 +#: utils/misc/guc.c:2917 msgid "Sets the server (database) character set encoding." msgstr "Setzt die Zeichensatzkodierung des Servers (der Datenbank)." -#: utils/misc/guc.c:2940 +#: utils/misc/guc.c:2929 msgid "Shows the server version." msgstr "Zeigt die Serverversion." -#: utils/misc/guc.c:2952 +#: utils/misc/guc.c:2941 msgid "Sets the current role." msgstr "Setzt die aktuelle Rolle." -#: utils/misc/guc.c:2964 +#: utils/misc/guc.c:2953 msgid "Sets the session user name." msgstr "Setzt den Sitzungsbenutzernamen." -#: utils/misc/guc.c:2975 +#: utils/misc/guc.c:2964 msgid "Sets the destination for server log output." msgstr "Setzt das Ziel für die Serverlogausgabe." -#: utils/misc/guc.c:2976 +#: utils/misc/guc.c:2965 msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." msgstr "Gültige Werte sind Kombinationen von „stderr“, „syslog“, „csvlog“ und „eventlog“, je nach Plattform." -#: utils/misc/guc.c:2987 +#: utils/misc/guc.c:2976 msgid "Sets the destination directory for log files." msgstr "Bestimmt das Zielverzeichnis für Logdateien." -#: utils/misc/guc.c:2988 +#: utils/misc/guc.c:2977 msgid "Can be specified as relative to the data directory or as absolute path." msgstr "Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden." -#: utils/misc/guc.c:2998 +#: utils/misc/guc.c:2987 msgid "Sets the file name pattern for log files." msgstr "Bestimmt das Dateinamenmuster für Logdateien." -#: utils/misc/guc.c:3009 +#: utils/misc/guc.c:2998 msgid "Sets the program name used to identify PostgreSQL messages in syslog." msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden." -#: utils/misc/guc.c:3020 +#: utils/misc/guc.c:3009 msgid "Sets the application name used to identify PostgreSQL messages in the event log." msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Ereignisprotokoll identifiziert werden." -#: utils/misc/guc.c:3031 +#: utils/misc/guc.c:3020 msgid "Sets the time zone for displaying and interpreting time stamps." msgstr "Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden." -#: utils/misc/guc.c:3041 +#: utils/misc/guc.c:3030 msgid "Selects a file of time zone abbreviations." msgstr "Wählt eine Datei mit Zeitzonenabkürzungen." -#: utils/misc/guc.c:3051 +#: utils/misc/guc.c:3040 msgid "Sets the current transaction's isolation level." msgstr "Zeigt den Isolationsgrad der aktuellen Transaktion." -#: utils/misc/guc.c:3062 +#: utils/misc/guc.c:3051 msgid "Sets the owning group of the Unix-domain socket." msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket." -#: utils/misc/guc.c:3063 +#: utils/misc/guc.c:3052 msgid "The owning user of the socket is always the user that starts the server." msgstr "Der Eigentümer ist immer der Benutzer, der den Server startet." -#: utils/misc/guc.c:3073 +#: utils/misc/guc.c:3062 msgid "Sets the directories where Unix-domain sockets will be created." msgstr "Setzt die Verzeichnisse, in denen Unix-Domain-Sockets erzeugt werden sollen." -#: utils/misc/guc.c:3088 +#: utils/misc/guc.c:3077 msgid "Sets the host name or IP address(es) to listen to." msgstr "Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen gewartet wird." -#: utils/misc/guc.c:3103 +#: utils/misc/guc.c:3092 msgid "Sets the server's data directory." msgstr "Setzt das Datenverzeichnis des Servers." -#: utils/misc/guc.c:3114 +#: utils/misc/guc.c:3103 msgid "Sets the server's main configuration file." msgstr "Setzt die Hauptkonfigurationsdatei des Servers." -#: utils/misc/guc.c:3125 +#: utils/misc/guc.c:3114 msgid "Sets the server's \"hba\" configuration file." msgstr "Setzt die „hba“-Konfigurationsdatei des Servers." -#: utils/misc/guc.c:3136 +#: utils/misc/guc.c:3125 msgid "Sets the server's \"ident\" configuration file." msgstr "Setzt die „ident“-Konfigurationsdatei des Servers." -#: utils/misc/guc.c:3147 +#: utils/misc/guc.c:3136 msgid "Writes the postmaster PID to the specified file." msgstr "Schreibt die Postmaster-PID in die angegebene Datei." -#: utils/misc/guc.c:3158 +#: utils/misc/guc.c:3147 msgid "Location of the SSL server certificate file." msgstr "Ort der SSL-Serverzertifikatsdatei." -#: utils/misc/guc.c:3168 +#: utils/misc/guc.c:3157 msgid "Location of the SSL server private key file." msgstr "Setzt den Ort der Datei mit dem privaten SSL-Server-Schlüssel." -#: utils/misc/guc.c:3178 +#: utils/misc/guc.c:3167 msgid "Location of the SSL certificate authority file." msgstr "Ort der SSL-Certificate-Authority-Datei." -#: utils/misc/guc.c:3188 +#: utils/misc/guc.c:3177 msgid "Location of the SSL certificate revocation list file." msgstr "Ort der SSL-Certificate-Revocation-List-Datei." -#: utils/misc/guc.c:3198 +#: utils/misc/guc.c:3187 msgid "Writes temporary statistics files to the specified directory." msgstr "Schreibt temporäre Statistikdateien in das angegebene Verzeichnis." -#: utils/misc/guc.c:3209 +#: utils/misc/guc.c:3198 msgid "List of names of potential synchronous standbys." msgstr "Liste der Namen der möglichen synchronen Standbys." -#: utils/misc/guc.c:3220 +#: utils/misc/guc.c:3209 msgid "Sets default text search configuration." msgstr "Setzt die vorgegebene Textsuchekonfiguration." -#: utils/misc/guc.c:3230 +#: utils/misc/guc.c:3219 msgid "Sets the list of allowed SSL ciphers." msgstr "Setzt die Liste der erlaubten SSL-Verschlüsselungsalgorithmen." -#: utils/misc/guc.c:3245 -#, fuzzy -#| msgid "Sets the current role." +#: utils/misc/guc.c:3234 msgid "Sets the curve to use for ECDH." -msgstr "Setzt die aktuelle Rolle." +msgstr "Setzt die für ECDH zu verwendende Kurve." -#: utils/misc/guc.c:3260 +#: utils/misc/guc.c:3249 msgid "Sets the application name to be reported in statistics and logs." msgstr "Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird." -#: utils/misc/guc.c:3280 +#: utils/misc/guc.c:3269 msgid "Sets whether \"\\'\" is allowed in string literals." msgstr "Bestimmt, ob „\\'“ in Zeichenkettenkonstanten erlaubt ist." -#: utils/misc/guc.c:3290 +#: utils/misc/guc.c:3279 msgid "Sets the output format for bytea." msgstr "Setzt das Ausgabeformat für bytea." -#: utils/misc/guc.c:3300 +#: utils/misc/guc.c:3289 msgid "Sets the message levels that are sent to the client." msgstr "Setzt die Meldungstypen, die an den Client gesendet werden." -#: utils/misc/guc.c:3301 utils/misc/guc.c:3354 utils/misc/guc.c:3365 -#: utils/misc/guc.c:3421 +#: utils/misc/guc.c:3290 utils/misc/guc.c:3343 utils/misc/guc.c:3354 +#: utils/misc/guc.c:3410 msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." msgstr "Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der Wert steht, desto weniger Meldungen werden gesendet werden." -#: utils/misc/guc.c:3311 +#: utils/misc/guc.c:3300 msgid "Enables the planner to use constraints to optimize queries." msgstr "Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu optimieren." -#: utils/misc/guc.c:3312 +#: utils/misc/guc.c:3301 msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." msgstr "Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass keine Zeile mit der Abfrage übereinstimmt." -#: utils/misc/guc.c:3322 +#: utils/misc/guc.c:3311 msgid "Sets the transaction isolation level of each new transaction." msgstr "Setzt den Transaktionsisolationsgrad neuer Transaktionen." -#: utils/misc/guc.c:3332 +#: utils/misc/guc.c:3321 msgid "Sets the display format for interval values." msgstr "Setzt das Ausgabeformat für Intervallwerte." -#: utils/misc/guc.c:3343 +#: utils/misc/guc.c:3332 msgid "Sets the verbosity of logged messages." msgstr "Setzt den Detailgrad von geloggten Meldungen." -#: utils/misc/guc.c:3353 +#: utils/misc/guc.c:3342 msgid "Sets the message levels that are logged." msgstr "Setzt die Meldungstypen, die geloggt werden." -#: utils/misc/guc.c:3364 +#: utils/misc/guc.c:3353 msgid "Causes all statements generating error at or above this level to be logged." msgstr "Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher verursachen, in den Log." -#: utils/misc/guc.c:3375 +#: utils/misc/guc.c:3364 msgid "Sets the type of statements logged." msgstr "Setzt die Anweisungsarten, die geloggt werden." -#: utils/misc/guc.c:3385 +#: utils/misc/guc.c:3374 msgid "Sets the syslog \"facility\" to be used when syslog enabled." msgstr "Setzt die zu verwendende Syslog-„Facility“, wenn Syslog angeschaltet ist." -#: utils/misc/guc.c:3400 +#: utils/misc/guc.c:3389 msgid "Sets the session's behavior for triggers and rewrite rules." msgstr "Setzt das Sitzungsverhalten für Trigger und Regeln." -#: utils/misc/guc.c:3410 +#: utils/misc/guc.c:3399 msgid "Sets the current transaction's synchronization level." msgstr "Setzt den Synchronisationsgrad der aktuellen Transaktion." -#: utils/misc/guc.c:3420 +#: utils/misc/guc.c:3409 msgid "Enables logging of recovery-related debugging information." msgstr "Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung." -#: utils/misc/guc.c:3436 +#: utils/misc/guc.c:3425 msgid "Collects function-level statistics on database activity." msgstr "Sammelt Statistiken auf Funktionsebene über Datenbankaktivität." -#: utils/misc/guc.c:3446 +#: utils/misc/guc.c:3435 msgid "Set the level of information written to the WAL." msgstr "Setzt den Umfang der in den WAL geschriebenen Informationen." -#: utils/misc/guc.c:3456 -#, fuzzy -#| msgid "selecting dynamic shared memory implementation ... " +#: utils/misc/guc.c:3445 msgid "Selects the dynamic shared memory implementation used." -msgstr "wähle Implementierung von dynamischem Shared Memory ... " +msgstr "Wählt die zu verwendende Implementierung von dynamischem Shared Memory." -#: utils/misc/guc.c:3466 +#: utils/misc/guc.c:3455 msgid "Selects the method used for forcing WAL updates to disk." msgstr "Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu erzwingen." -#: utils/misc/guc.c:3476 +#: utils/misc/guc.c:3465 msgid "Sets how binary values are to be encoded in XML." msgstr "Setzt, wie binäre Werte in XML kodiert werden." -#: utils/misc/guc.c:3486 +#: utils/misc/guc.c:3475 msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." msgstr "Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als Dokument oder Fragment betrachtet werden sollen." -#: utils/misc/guc.c:3497 +#: utils/misc/guc.c:3486 msgid "Use of huge pages on Linux" msgstr "" -#: utils/misc/guc.c:4312 +#: utils/misc/guc.c:4301 #, c-format msgid "" "%s does not know where to find the server configuration file.\n" @@ -20811,12 +20614,12 @@ msgstr "" "Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n" "die Umgebungsvariable PGDATA setzen.\n" -#: utils/misc/guc.c:4331 +#: utils/misc/guc.c:4320 #, c-format msgid "%s cannot access the server configuration file \"%s\": %s\n" msgstr "%s kann nicht auf die Serverkonfigurationsdatei „%s“ zugreifen: %s\n" -#: utils/misc/guc.c:4352 +#: utils/misc/guc.c:4348 #, c-format msgid "" "%s does not know where to find the database system data.\n" @@ -20826,7 +20629,7 @@ msgstr "" "zu finden sind. Sie können dies mit „data_directory“ in „%s“, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:4400 +#: utils/misc/guc.c:4396 #, c-format msgid "" "%s does not know where to find the \"hba\" configuration file.\n" @@ -20836,7 +20639,7 @@ msgstr "" "Sie können dies mit „hba_file“ in „%s“, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:4423 +#: utils/misc/guc.c:4419 #, c-format msgid "" "%s does not know where to find the \"ident\" configuration file.\n" @@ -20846,169 +20649,160 @@ msgstr "" "Sie können dies mit „ident_file“ in „%s“, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:5015 utils/misc/guc.c:5195 +#: utils/misc/guc.c:5011 utils/misc/guc.c:5191 msgid "Value exceeds integer range." msgstr "Wert überschreitet Bereich für ganze Zahlen." -#: utils/misc/guc.c:5034 -#, fuzzy -#| msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"." +#: utils/misc/guc.c:5030 msgid "Valid units for this parameter are \"kB\", \"MB\", \"GB\", and \"TB\"." -msgstr "Gültige Einheiten für diesen Parameter sind „kB“, „MB“ und „GB“." +msgstr "Gültige Einheiten für diesen Parameter sind „kB“, „MB“, „GB“ und „TB“." -#: utils/misc/guc.c:5109 +#: utils/misc/guc.c:5105 msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." msgstr "Gültige Einheiten für diesen Parameter sind „ms“, „s“, „min“, „h“ und „d“." -#: utils/misc/guc.c:5403 utils/misc/guc.c:5528 utils/misc/guc.c:6758 -#: utils/misc/guc.c:8946 utils/misc/guc.c:8980 +#: utils/misc/guc.c:5399 utils/misc/guc.c:5524 utils/misc/guc.c:6767 +#: utils/misc/guc.c:8964 utils/misc/guc.c:8998 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "ungültiger Wert für Parameter „%s“: „%s“" -#: utils/misc/guc.c:5441 +#: utils/misc/guc.c:5437 #, c-format msgid "parameter \"%s\" requires a numeric value" msgstr "Parameter „%s“ erfordert einen numerischen Wert" -#: utils/misc/guc.c:5450 +#: utils/misc/guc.c:5446 #, c-format msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "%g ist außerhalb des gültigen Bereichs für Parameter „%s“ (%g ... %g)" -#: utils/misc/guc.c:5616 utils/misc/guc.c:6338 utils/misc/guc.c:6390 -#: utils/misc/guc.c:6740 utils/misc/guc.c:7428 utils/misc/guc.c:7587 -#: utils/misc/guc.c:8766 +#: utils/misc/guc.c:5612 utils/misc/guc.c:6334 utils/misc/guc.c:6386 +#: utils/misc/guc.c:6749 utils/misc/guc.c:7446 utils/misc/guc.c:7605 +#: utils/misc/guc.c:8784 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "unbekannter Konfigurationsparameter „%s“" -#: utils/misc/guc.c:5631 utils/misc/guc.c:6751 +#: utils/misc/guc.c:5627 utils/misc/guc.c:6760 #, c-format msgid "parameter \"%s\" cannot be changed" msgstr "Parameter „%s“ kann nicht geändert werden" -#: utils/misc/guc.c:5664 +#: utils/misc/guc.c:5660 #, c-format msgid "parameter \"%s\" cannot be changed now" msgstr "Parameter „%s“ kann jetzt nicht geändert werden" -#: utils/misc/guc.c:5709 +#: utils/misc/guc.c:5705 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "Parameter „%s“ kann nach Start der Verbindung nicht geändert werden" -#: utils/misc/guc.c:5719 utils/misc/guc.c:8782 +#: utils/misc/guc.c:5715 utils/misc/guc.c:8800 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "keine Berechtigung, um Parameter „%s“ zu setzen" -#: utils/misc/guc.c:5757 +#: utils/misc/guc.c:5753 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" msgstr "Parameter „%s“ kann nicht in einer Security-Definer-Funktion gesetzt werden" -#: utils/misc/guc.c:6346 utils/misc/guc.c:6394 utils/misc/guc.c:7591 +#: utils/misc/guc.c:6342 utils/misc/guc.c:6390 utils/misc/guc.c:7609 #, c-format msgid "must be superuser to examine \"%s\"" msgstr "nur Superuser können „%s“ ansehen" -#: utils/misc/guc.c:6460 +#: utils/misc/guc.c:6456 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s darf nur ein Argument haben" -#: utils/misc/guc.c:6571 utils/misc/guc.c:6596 +#: utils/misc/guc.c:6567 utils/misc/guc.c:6592 #, fuzzy, c-format #| msgid "could not write to blobs TOC file\n" msgid "failed to write to \"%s\" file" msgstr "konnte nicht in Blobs-Inhaltsverzeichnisdatei schreiben\n" -#: utils/misc/guc.c:6714 -#, fuzzy, c-format -#| msgid "must be superuser to get file information" +#: utils/misc/guc.c:6713 +#, c-format msgid "must be superuser to execute ALTER SYSTEM command" -msgstr "nur Superuser können Dateiinformationen lesen" +msgstr "nur Superuser können den Befehl ALTER SYSTEM ausführen" -#: utils/misc/guc.c:6785 +#: utils/misc/guc.c:6795 #, fuzzy, c-format #| msgid "could not open control file \"%s\": %m" msgid "failed to open auto conf temp file \"%s\": %m " msgstr "konnte Kontrolldatei „%s“ nicht öffnen: %m" -#: utils/misc/guc.c:6796 +#: utils/misc/guc.c:6813 #, fuzzy, c-format #| msgid "could not open lock file \"%s\": %m" msgid "failed to open auto conf file \"%s\": %m " msgstr "konnte Sperrdatei „%s“ nicht öffnen: %m" -#: utils/misc/guc.c:6825 -#, fuzzy, c-format -#| msgid "could not rename file \"%s\" to \"%s\": %m" -msgid "could not rename file \"%s\" to \"%s\" : %m" -msgstr "konnte Datei „%s“ nicht in „%s“ umbenennen: %m" - -#: utils/misc/guc.c:6928 +#: utils/misc/guc.c:6946 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT ist nicht implementiert" -#: utils/misc/guc.c:7016 +#: utils/misc/guc.c:7034 #, c-format msgid "SET requires parameter name" msgstr "SET benötigt Parameternamen" -#: utils/misc/guc.c:7130 +#: utils/misc/guc.c:7148 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "Versuch, den Parameter „%s“ zu redefinieren" -#: utils/misc/guc.c:8486 +#: utils/misc/guc.c:8504 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "konnte Wert von Parameter „%s“ nicht lesen" -#: utils/misc/guc.c:8844 utils/misc/guc.c:8878 +#: utils/misc/guc.c:8862 utils/misc/guc.c:8896 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "ungültiger Wert für Parameter „%s“: %d" -#: utils/misc/guc.c:8912 +#: utils/misc/guc.c:8930 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "ungültiger Wert für Parameter „%s“: %g" -#: utils/misc/guc.c:9102 +#: utils/misc/guc.c:9120 #, c-format msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." msgstr "„temp_buffers“ kann nicht geändert werden, nachdem in der Sitzung auf temporäre Tabellen zugriffen wurde." -#: utils/misc/guc.c:9114 +#: utils/misc/guc.c:9132 #, c-format msgid "SET AUTOCOMMIT TO OFF is no longer supported" msgstr "SET AUTOCOMMIT TO OFF wird nicht mehr unterstützt" -#: utils/misc/guc.c:9126 +#: utils/misc/guc.c:9144 #, c-format msgid "assertion checking is not supported by this build" msgstr "Assert-Prüfungen werden von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:9139 +#: utils/misc/guc.c:9157 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:9152 +#: utils/misc/guc.c:9170 #, c-format msgid "SSL is not supported by this build" msgstr "SSL wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:9164 +#: utils/misc/guc.c:9182 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "Kann Parameter nicht einschalten, wenn „log_statement_stats“ an ist." -#: utils/misc/guc.c:9176 +#: utils/misc/guc.c:9194 #, c-format msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." msgstr "Kann „log_statement_stats“ nicht einschalten, wenn „log_parser_stats“, „log_planner_stats“ oder „log_executor_stats“ an ist." @@ -21205,57 +20999,3 @@ msgstr "eine serialisierbare Transaktion, die nicht im Read-Only-Modus ist, kann #, c-format msgid "cannot import a snapshot from a different database" msgstr "kann keinen Snapshot aus einer anderen Datenbank importieren" - -#~ msgid "cannot call json_populate_recordset on a nested object" -#~ msgstr "json_populate_recordset kann nicht mit einem geschachtelten Objekt aufgerufen werden" - -#~ msgid "cannot call json_populate_recordset on a scalar" -#~ msgstr "json_populate_recordset kann nicht mit einem skalaren Wert aufgerufen werden" - -#~ msgid "cannot call json_populate_recordset with nested arrays" -#~ msgstr "json_populate_recordset kann nicht mit geschachtelten Arrays aufgerufen werden" - -#~ msgid "must call json_populate_recordset on an array of objects" -#~ msgstr "json_populate_recordset muss mit einem Array aus Objekten aufgerufen werden" - -#~ msgid "cannot call json_populate_recordset with nested objects" -#~ msgstr "json_populate_recordset kann nicht mit geschachtelten Objekten aufgerufen werden" - -#~ msgid "cannot call json_populate_recordset on an object" -#~ msgstr "json_populate_recordset kann nicht mit einem Objekt aufgerufen werden" - -#~ msgid "first argument of json_populate_recordset must be a row type" -#~ msgstr "erstes Argument von json_populate_recordset muss ein Zeilentyp sein" - -#~ msgid "first argument of json_populate_record must be a row type" -#~ msgstr "erstes Argument von json_populate_record muss ein Zeilentyp sein" - -#~ msgid "cannot call json_array_elements on a scalar" -#~ msgstr "kann json_array_elements nicht mit einem skalaren Wert aufrufen" - -#~ msgid "cannot call json_array_elements on a non-array" -#~ msgstr "kann json_array_elements nicht mit einem Nicht-Array aufrufen" - -#~ msgid "cannot call json_object_keys on a scalar" -#~ msgstr "kann json_object_keys nicht mit einem skalaren Wert aufrufen" - -#~ msgid "cannot call json_object_keys on an array" -#~ msgstr "kann json_object_keys nicht mit einem Array aufrufen" - -#~ msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields." -#~ msgstr "1 Tupel mit 3 Feldern erwartet, %d Tupel mit %d Feldern erhalten." - -#~ msgid "too many column aliases specified for function %s" -#~ msgstr "zu viele Spaltenaliasnamen für Funktion %s angegeben" - -#~ msgid "%s: could not determine user name (GetUserName failed)\n" -#~ msgstr "%s: konnte Benutzername nicht ermitteln (GetUserName fehlgeschlagen)\n" - -#~ msgid "%s: invalid effective UID: %d\n" -#~ msgstr "%s: ungültige effektive UID: %d\n" - -#~ msgid "SSL renegotiation failure" -#~ msgstr "Fehler bei SSL-Neuverhandlung" - -#~ msgid "local user with ID %d does not exist" -#~ msgstr "lokaler Benutzer mit ID %d existiert nicht" diff --git a/src/backend/po/it.po b/src/backend/po/it.po index 7a19cdfe379..9e7dcad1948 100644 --- a/src/backend/po/it.po +++ b/src/backend/po/it.po @@ -14,10 +14,10 @@ # msgid "" msgstr "" -"Project-Id-Version: postgres (PostgreSQL) 9.3\n" +"Project-Id-Version: postgres (PostgreSQL) 9.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-02-09 11:42+0000\n" -"PO-Revision-Date: 2014-02-09 21:28+0100\n" +"POT-Creation-Date: 2014-08-23 05:08+0000\n" +"PO-Revision-Date: 2014-08-18 12:29+0100\n" "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n" "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n" "Language: it\n" @@ -28,101 +28,194 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.5.4\n" -#: ../common/fe_memutils.c:33 ../common/fe_memutils.c:60 -#: ../common/fe_memutils.c:83 +#: ../common/exec.c:127 ../common/exec.c:241 ../common/exec.c:284 #, c-format -msgid "out of memory\n" -msgstr "memoria esaurita\n" +msgid "could not identify current directory: %s" +msgstr "identificazione della directory corrente fallita: %s" -#: ../common/fe_memutils.c:77 +#: ../common/exec.c:146 #, c-format -msgid "cannot duplicate null pointer (internal error)\n" -msgstr "impossibile duplicare il puntatore nullo (errore interno)\n" +msgid "invalid binary \"%s\"" +msgstr "binario non valido \"%s\"" -#: ../port/chklocale.c:352 ../port/chklocale.c:358 +#: ../common/exec.c:195 #, c-format -msgid "could not determine encoding for locale \"%s\": codeset is \"%s\"" -msgstr "non è stato possibile determinare una codifica per il locale \"%s\": il codeset è \"%s\"" +msgid "could not read binary \"%s\"" +msgstr "lettura del binario \"%s\" fallita" -#: ../port/chklocale.c:360 +#: ../common/exec.c:202 #, c-format -msgid "Please report this to <pgsql-bugs@postgresql.org>." -msgstr "Per favore segnala questo problema a <pgsql-bugs@postgresql.org>." +msgid "could not find a \"%s\" to execute" +msgstr "programma \"%s\" da eseguire non trovato" -#: ../port/dirmod.c:217 +#: ../common/exec.c:257 ../common/exec.c:293 #, c-format -msgid "could not set junction for \"%s\": %s" -msgstr "non è stato possibile impostare la giunzione per \"%s\": %s" +msgid "could not change directory to \"%s\": %s" +msgstr "spostamento nella directory \"%s\" fallito: %s" -#: ../port/dirmod.c:220 +#: ../common/exec.c:272 #, c-format -msgid "could not set junction for \"%s\": %s\n" -msgstr "non è stato possibile impostare la giunzione per \"%s\": %s\n" +msgid "could not read symbolic link \"%s\"" +msgstr "lettura del link simbolico \"%s\" fallita" -#: ../port/dirmod.c:292 +#: ../common/exec.c:523 #, c-format -msgid "could not get junction for \"%s\": %s" -msgstr "non è stato possibile ottenere la giunzione per \"%s\": %s" +msgid "pclose failed: %s" +msgstr "pclose fallita: %s" -#: ../port/dirmod.c:295 +#: ../common/fe_memutils.c:33 ../common/fe_memutils.c:60 +#: ../common/fe_memutils.c:83 ../common/psprintf.c:181 ../port/path.c:598 +#: ../port/path.c:636 ../port/path.c:653 #, c-format -msgid "could not get junction for \"%s\": %s\n" -msgstr "non è stato possibile ottenere la giunzione per \"%s\": %s\n" +msgid "out of memory\n" +msgstr "memoria esaurita\n" -#: ../port/dirmod.c:377 +#: ../common/fe_memutils.c:77 +#, c-format +msgid "cannot duplicate null pointer (internal error)\n" +msgstr "impossibile duplicare il puntatore nullo (errore interno)\n" + +#: ../common/pgfnames.c:45 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "apertura della directory \"%s\" fallita: %s\n" -#: ../port/dirmod.c:414 +#: ../common/pgfnames.c:72 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "lettura della directory \"%s\" fallita: %s\n" -#: ../port/dirmod.c:497 +#: ../common/pgfnames.c:84 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "chiusura della directory \"%s\" fallita: %s\n" + +#: ../common/psprintf.c:179 ../port/path.c:596 ../port/path.c:634 +#: ../port/path.c:651 access/transam/xlog.c:6119 lib/stringinfo.c:258 +#: libpq/auth.c:823 libpq/auth.c:1179 libpq/auth.c:1247 libpq/auth.c:1647 +#: postmaster/bgworker.c:267 postmaster/bgworker.c:783 +#: postmaster/postmaster.c:2167 postmaster/postmaster.c:2198 +#: postmaster/postmaster.c:3734 postmaster/postmaster.c:4435 +#: postmaster/postmaster.c:4520 postmaster/postmaster.c:5213 +#: postmaster/postmaster.c:5445 storage/buffer/buf_init.c:154 +#: storage/buffer/localbuf.c:396 storage/file/fd.c:458 storage/file/fd.c:855 +#: storage/file/fd.c:973 storage/file/fd.c:1586 storage/ipc/procarray.c:909 +#: storage/ipc/procarray.c:1395 storage/ipc/procarray.c:1402 +#: storage/ipc/procarray.c:1751 storage/ipc/procarray.c:2335 +#: utils/adt/formatting.c:1519 utils/adt/formatting.c:1639 +#: utils/adt/formatting.c:1760 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 +#: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 +#: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 utils/mb/mbutils.c:376 +#: utils/mb/mbutils.c:709 utils/misc/guc.c:3582 utils/misc/guc.c:3598 +#: utils/misc/guc.c:3611 utils/misc/tzparser.c:455 utils/mmgr/aset.c:499 +#: utils/mmgr/aset.c:678 utils/mmgr/aset.c:872 utils/mmgr/aset.c:1114 +#, c-format +msgid "out of memory" +msgstr "memoria esaurita" + +#: ../common/relpath.c:59 +#, c-format +msgid "invalid fork name" +msgstr "Nome del fork non valido" + +#: ../common/relpath.c:60 +#, c-format +msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"." +msgstr "Nomi di fork validi sono \"main\", \"fsm\", \"vm\" e \"init\"." + +#: ../common/rmtree.c:77 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "non è stato possibile ottenere informazioni sul file o directory \"%s\": %s\n" -#: ../port/dirmod.c:524 ../port/dirmod.c:541 +#: ../common/rmtree.c:104 ../common/rmtree.c:121 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "rimozione del file o directory \"%s\" fallita: %s\n" -#: ../port/exec.c:127 ../port/exec.c:241 ../port/exec.c:284 +#: ../common/username.c:45 #, c-format -msgid "could not identify current directory: %s" -msgstr "identificazione della directory corrente fallita: %s" +msgid "could not look up effective user ID %ld: %s" +msgstr "ID utente effettivo %ld non trovato: %s" + +#: ../common/username.c:47 libpq/auth.c:1594 +msgid "user does not exist" +msgstr "l'utente non esiste" -#: ../port/exec.c:146 +#: ../common/username.c:61 #, c-format -msgid "invalid binary \"%s\"" -msgstr "binario non valido \"%s\"" +msgid "user name lookup failure: %s" +msgstr "errore nella ricerca del nome: %s" -#: ../port/exec.c:195 +#: ../common/wait_error.c:47 #, c-format -msgid "could not read binary \"%s\"" -msgstr "lettura del binario \"%s\" fallita" +msgid "command not executable" +msgstr "comando non eseguibile" -#: ../port/exec.c:202 +#: ../common/wait_error.c:51 #, c-format -msgid "could not find a \"%s\" to execute" -msgstr "programma \"%s\" da eseguire non trovato" +msgid "command not found" +msgstr "comando non trovato" -#: ../port/exec.c:257 ../port/exec.c:293 +#: ../common/wait_error.c:56 #, c-format -msgid "could not change directory to \"%s\": %s" -msgstr "spostamento nella directory \"%s\" fallito: %s" +msgid "child process exited with exit code %d" +msgstr "processo figlio uscito con codice di uscita %d" -#: ../port/exec.c:272 +#: ../common/wait_error.c:63 #, c-format -msgid "could not read symbolic link \"%s\"" -msgstr "lettura del link simbolico \"%s\" fallita" +msgid "child process was terminated by exception 0x%X" +msgstr "processo figlio terminato da eccezione 0x%X" -#: ../port/exec.c:523 +#: ../common/wait_error.c:73 #, c-format -msgid "pclose failed: %s" -msgstr "pclose fallita: %s" +msgid "child process was terminated by signal %s" +msgstr "processo figlio terminato da segnale %s" + +#: ../common/wait_error.c:77 +#, c-format +msgid "child process was terminated by signal %d" +msgstr "processo figlio terminato da segnale %d" + +#: ../common/wait_error.c:82 +#, c-format +msgid "child process exited with unrecognized status %d" +msgstr "processo figlio uscito con stato non riconosciuto %d" + +#: ../port/chklocale.c:259 +#, c-format +msgid "could not determine encoding for codeset \"%s\"" +msgstr "determinazione della codifica per il codeset \"%s\" fallita" + +#: ../port/chklocale.c:260 ../port/chklocale.c:389 +#, c-format +msgid "Please report this to <pgsql-bugs@postgresql.org>." +msgstr "Per favore segnala questo problema a <pgsql-bugs@postgresql.org>." + +#: ../port/chklocale.c:381 ../port/chklocale.c:387 +#, c-format +msgid "could not determine encoding for locale \"%s\": codeset is \"%s\"" +msgstr "non è stato possibile determinare una codifica per il locale \"%s\": il codeset è \"%s\"" + +#: ../port/dirmod.c:216 +#, c-format +msgid "could not set junction for \"%s\": %s" +msgstr "non è stato possibile impostare la giunzione per \"%s\": %s" + +#: ../port/dirmod.c:219 +#, c-format +msgid "could not set junction for \"%s\": %s\n" +msgstr "non è stato possibile impostare la giunzione per \"%s\": %s\n" + +#: ../port/dirmod.c:291 +#, c-format +msgid "could not get junction for \"%s\": %s" +msgstr "non è stato possibile ottenere la giunzione per \"%s\": %s" + +#: ../port/dirmod.c:294 +#, c-format +msgid "could not get junction for \"%s\": %s\n" +msgstr "non è stato possibile ottenere la giunzione per \"%s\": %s\n" #: ../port/open.c:112 #, c-format @@ -147,46 +240,16 @@ msgstr "Si continuerà a provare per 30 secondi" msgid "You might have antivirus, backup, or similar software interfering with the database system." msgstr "Potrebbe esserci un programma di antivirus, backup o simili che interferisce sul sistema del database." +#: ../port/path.c:620 +#, c-format +msgid "could not get current working directory: %s\n" +msgstr "determinazione della directory corrente fallita: %s\n" + #: ../port/strerror.c:25 #, c-format msgid "unrecognized error %d" msgstr "errore sconosciuto %d" -#: ../port/wait_error.c:47 -#, c-format -msgid "command not executable" -msgstr "comando non trovato" - -#: ../port/wait_error.c:51 -#, c-format -msgid "command not found" -msgstr "comando non eseguibile" - -#: ../port/wait_error.c:56 -#, c-format -msgid "child process exited with exit code %d" -msgstr "processo figlio uscito con codice di uscita %d" - -#: ../port/wait_error.c:63 -#, c-format -msgid "child process was terminated by exception 0x%X" -msgstr "processo figlio terminato da eccezione 0x%X" - -#: ../port/wait_error.c:73 -#, c-format -msgid "child process was terminated by signal %s" -msgstr "processo figlio terminato da segnale %s" - -#: ../port/wait_error.c:77 -#, c-format -msgid "child process was terminated by signal %d" -msgstr "processo figlio terminato da segnale %d" - -#: ../port/wait_error.c:82 -#, c-format -msgid "child process exited with unrecognized status %d" -msgstr "processo figlio uscito con stato non riconosciuto %d" - #: ../port/win32error.c:189 #, c-format msgid "mapped win32 error code %lu to %d" @@ -197,7 +260,7 @@ msgstr "codice di errore win32 %lu mappato su %d" msgid "unrecognized win32 error code: %lu" msgstr "codice di errore win32 sconosciuto: %lu" -#: access/common/heaptuple.c:645 access/common/heaptuple.c:1399 +#: access/common/heaptuple.c:679 access/common/heaptuple.c:1419 #, c-format msgid "number of columns (%d) exceeds limit (%d)" msgstr "il numero di colonne (%d) eccede il limite (%d)" @@ -207,68 +270,68 @@ msgstr "il numero di colonne (%d) eccede il limite (%d)" msgid "number of index columns (%d) exceeds limit (%d)" msgstr "il numero delle colonne dell'indice (%d) eccede il limite (%d)" -#: access/common/indextuple.c:168 access/spgist/spgutils.c:605 +#: access/common/indextuple.c:173 access/spgist/spgutils.c:605 #, c-format -msgid "index row requires %lu bytes, maximum size is %lu" -msgstr "la riga dell'indice richiede %lu byte, la dimensione massima è %lu" +msgid "index row requires %zu bytes, maximum size is %zu" +msgstr "la riga dell'indice richiede %zu byte, la dimensione massima è %zu" -#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:571 -#: tcop/postgres.c:1673 +#: access/common/printtup.c:294 tcop/fastpath.c:182 tcop/fastpath.c:571 +#: tcop/postgres.c:1670 #, c-format msgid "unsupported format code: %d" msgstr "codice di formato non supportato: %d" -#: access/common/reloptions.c:352 +#: access/common/reloptions.c:396 #, c-format msgid "user-defined relation parameter types limit exceeded" msgstr "è stato superato il limite per i tipi di parametro per la relazione definita dall'utente" -#: access/common/reloptions.c:636 +#: access/common/reloptions.c:680 #, c-format msgid "RESET must not include values for parameters" msgstr "RESET non deve contenere valori per i parametri" -#: access/common/reloptions.c:669 +#: access/common/reloptions.c:713 #, c-format msgid "unrecognized parameter namespace \"%s\"" msgstr "parametro del namespace \"%s\" sconosciuto" -#: access/common/reloptions.c:913 parser/parse_clause.c:271 +#: access/common/reloptions.c:959 parser/parse_clause.c:268 #, c-format msgid "unrecognized parameter \"%s\"" msgstr "parametro \"%s\" non identificato" -#: access/common/reloptions.c:938 +#: access/common/reloptions.c:984 #, c-format msgid "parameter \"%s\" specified more than once" msgstr "parametro \"%s\" specificato più di una volta" -#: access/common/reloptions.c:953 +#: access/common/reloptions.c:999 #, c-format msgid "invalid value for boolean option \"%s\": %s" msgstr "valore non valido per l'opzione booleana \"%s\": %s" -#: access/common/reloptions.c:964 +#: access/common/reloptions.c:1010 #, c-format msgid "invalid value for integer option \"%s\": %s" msgstr "valore non valido per l'opzione intera \"%s\": %s" -#: access/common/reloptions.c:969 access/common/reloptions.c:987 +#: access/common/reloptions.c:1015 access/common/reloptions.c:1033 #, c-format msgid "value %s out of bounds for option \"%s\"" msgstr "il valore %s non rientra nei limiti previsti per l'opzione \"%s\"" -#: access/common/reloptions.c:971 +#: access/common/reloptions.c:1017 #, c-format msgid "Valid values are between \"%d\" and \"%d\"." msgstr "I valori validi sono quelli compresi fra \"%d\" e \"%d\"." -#: access/common/reloptions.c:982 +#: access/common/reloptions.c:1028 #, c-format msgid "invalid value for floating point option \"%s\": %s" msgstr "valore non valido per l'opzione in virgola mobile \"%s\": %s" -#: access/common/reloptions.c:989 +#: access/common/reloptions.c:1035 #, c-format msgid "Valid values are between \"%f\" and \"%f\"." msgstr "I valori validi sono quelli compresi fra \"%f\" e \"%f\"." @@ -293,42 +356,42 @@ msgstr "L'attributo \"%s\" di tipo %s non combacia con l'attributo corrispondent msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "L'attributo \"%s\" di tipo %s non esiste nel tipo %s." -#: access/common/tupdesc.c:591 parser/parse_relation.c:1289 +#: access/common/tupdesc.c:635 parser/parse_relation.c:1339 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "la colonna \"%s\" non può essere dichiarata SETOF" -#: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:540 -#: access/nbtree/nbtsort.c:485 access/spgist/spgdoinsert.c:1888 +#: access/gin/ginentrypage.c:108 access/nbtree/nbtinsert.c:545 +#: access/nbtree/nbtsort.c:485 access/spgist/spgdoinsert.c:1880 #, c-format -msgid "index row size %lu exceeds maximum %lu for index \"%s\"" -msgstr "la dimensione dell'indice %lu per la riga, eccede del massimo %lu per l'indice \"%s\"" +msgid "index row size %zu exceeds maximum %zu for index \"%s\"" +msgstr "la dimensione %zu della riga dell'indice supera il massimo %zu per l'indice \"%s\"" -#: access/gin/ginscan.c:400 +#: access/gin/ginscan.c:402 #, c-format msgid "old GIN indexes do not support whole-index scans nor searches for nulls" -msgstr "i vecchi indici GIN non supportano le scansioni sull'intero indice nè le ricerche di null" +msgstr "i vecchi indici GIN non supportano le scansioni sull'intero indice né le ricerche di null" -#: access/gin/ginscan.c:401 +#: access/gin/ginscan.c:403 #, c-format msgid "To fix this, do REINDEX INDEX \"%s\"." msgstr "Per correggere questo problema esegui REINDEX INDEX \"%s\"." -#: access/gist/gist.c:610 access/gist/gistvacuum.c:266 +#: access/gist/gist.c:624 access/gist/gistvacuum.c:266 #, c-format msgid "index \"%s\" contains an inner tuple marked as invalid" msgstr "l'indice \"%s\" contiene una tupla interna marcata come invalida" -#: access/gist/gist.c:612 access/gist/gistvacuum.c:268 +#: access/gist/gist.c:626 access/gist/gistvacuum.c:268 #, c-format msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1." msgstr "Ciò è causato da una separazione di pagina incompleta al ripristino del crash prima dell'aggiornamento a PostgreSQL 9.1." -#: access/gist/gist.c:613 access/gist/gistutil.c:693 +#: access/gist/gist.c:627 access/gist/gistutil.c:693 #: access/gist/gistutil.c:704 access/gist/gistvacuum.c:269 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 -#: access/nbtree/nbtpage.c:508 access/nbtree/nbtpage.c:519 +#: access/nbtree/nbtpage.c:509 access/nbtree/nbtpage.c:520 #, c-format msgid "Please REINDEX it." msgstr "Si richiede l'esecuzione di REINDEX." @@ -343,7 +406,7 @@ msgstr "valore non valido per l'opzione \"buffering\"" msgid "Valid values are \"on\", \"off\", and \"auto\"." msgstr "I valori validi sono \"on\", \"off\" ed \"auto\"." -#: access/gist/gistbuildbuffers.c:780 utils/sort/logtape.c:213 +#: access/gist/gistbuildbuffers.c:780 utils/sort/logtape.c:212 #, c-format msgid "could not write block %ld of temporary file: %m" msgstr "scrittura del blocco %ld del file temporaneo fallita: %m" @@ -359,24 +422,24 @@ msgid "The index is not optimal. To optimize it, contact a developer, or try to msgstr "L'indice non è ottimale. Per ottimizzarlo si contatti uno sviluppatore o si usi la colonna ponendola in seconda posizione nel comando CREATE INDEX." #: access/gist/gistutil.c:690 access/hash/hashutil.c:169 -#: access/nbtree/nbtpage.c:505 +#: access/nbtree/nbtpage.c:506 #, c-format msgid "index \"%s\" contains unexpected zero page at block %u" msgstr "l'indice \"%s\" contiene una pagina inaspettata completamente a zero al blocco %u" #: access/gist/gistutil.c:701 access/hash/hashutil.c:180 -#: access/hash/hashutil.c:192 access/nbtree/nbtpage.c:516 +#: access/hash/hashutil.c:192 access/nbtree/nbtpage.c:517 #, c-format msgid "index \"%s\" contains corrupted page at block %u" msgstr "l'indice \"%s\" contiene una pagina corrotta al blocco %u" #: access/hash/hashinsert.c:68 #, c-format -msgid "index row size %lu exceeds hash maximum %lu" -msgstr "la dimensione %lu della riga dell'indice eccede il massimo %lu dello hash" +msgid "index row size %zu exceeds hash maximum %zu" +msgstr "la dimensione %zu della riga dell'indice supera il massimo dell'hash %zu" -#: access/hash/hashinsert.c:71 access/spgist/spgdoinsert.c:1892 -#: access/spgist/spgutils.c:667 +#: access/hash/hashinsert.c:70 access/spgist/spgdoinsert.c:1884 +#: access/spgist/spgutils.c:666 #, c-format msgid "Values larger than a buffer page cannot be indexed." msgstr "Non si possono indicizzare valori più grandi di una pagina di buffer." @@ -401,58 +464,133 @@ msgstr "l'indice \"%s\" non è un indice hash" msgid "index \"%s\" has wrong hash version" msgstr "l'indice \"%s\" ha una versione errata dell'hash" -#: access/heap/heapam.c:1197 access/heap/heapam.c:1225 -#: access/heap/heapam.c:1257 catalog/aclchk.c:1742 +#: access/heap/heapam.c:1200 access/heap/heapam.c:1228 +#: access/heap/heapam.c:1260 catalog/aclchk.c:1742 #, c-format msgid "\"%s\" is an index" msgstr "\"%s\" è un indice" -#: access/heap/heapam.c:1202 access/heap/heapam.c:1230 -#: access/heap/heapam.c:1262 catalog/aclchk.c:1749 commands/tablecmds.c:8208 -#: commands/tablecmds.c:10529 +#: access/heap/heapam.c:1205 access/heap/heapam.c:1233 +#: access/heap/heapam.c:1265 catalog/aclchk.c:1749 commands/tablecmds.c:8495 +#: commands/tablecmds.c:11279 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" è un tipo composito" -#: access/heap/heapam.c:4017 access/heap/heapam.c:4229 -#: access/heap/heapam.c:4284 +#: access/heap/heapam.c:4224 access/heap/heapam.c:4438 +#: access/heap/heapam.c:4495 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "lock di riga nella relazione \"%s\" fallito" -#: access/heap/hio.c:240 access/heap/rewriteheap.c:603 +#: access/heap/hio.c:240 access/heap/rewriteheap.c:666 #, c-format -msgid "row is too big: size %lu, maximum size %lu" -msgstr "riga troppo grande: la dimensione è %lu mentre il massimo è %lu" +msgid "row is too big: size %zu, maximum size %zu" +msgstr "la riga è troppo grande: la dimensione %zu supera il massimo %zu" -#: access/index/indexam.c:169 catalog/objectaddress.c:842 -#: commands/indexcmds.c:1738 commands/tablecmds.c:231 -#: commands/tablecmds.c:10520 +#: access/heap/rewriteheap.c:932 +#, c-format +msgid "could not write to file \"%s\", wrote %d of %d: %m" +msgstr "scrittura nel file \"%s\" fallita, scritti %d di %d: %m" + +#: access/heap/rewriteheap.c:973 access/heap/rewriteheap.c:1185 +#: access/heap/rewriteheap.c:1282 access/transam/timeline.c:406 +#: access/transam/timeline.c:493 access/transam/xlog.c:3179 +#: access/transam/xlog.c:3309 replication/logical/snapbuild.c:1579 +#: replication/slot.c:1032 replication/slot.c:1121 storage/file/fd.c:436 +#: storage/smgr/md.c:966 storage/smgr/md.c:1197 storage/smgr/md.c:1370 +#: utils/misc/guc.c:6610 +#, c-format +msgid "could not fsync file \"%s\": %m" +msgstr "fsync del file \"%s\" fallito: %m" + +#: access/heap/rewriteheap.c:1028 access/heap/rewriteheap.c:1148 +#: access/transam/timeline.c:314 access/transam/timeline.c:471 +#: access/transam/xlog.c:3135 access/transam/xlog.c:3270 +#: access/transam/xlog.c:9908 access/transam/xlog.c:10223 +#: postmaster/postmaster.c:4210 replication/slot.c:990 +#: storage/file/copydir.c:162 storage/smgr/md.c:304 utils/time/snapmgr.c:976 +#, c-format +msgid "could not create file \"%s\": %m" +msgstr "creazione del file \"%s\" fallita: %m" + +#: access/heap/rewriteheap.c:1157 +#, c-format +msgid "could not truncate file \"%s\" to %u: %m" +msgstr "troncamento del file \"%s\" a %u fallito: %m" + +#: access/heap/rewriteheap.c:1164 +#, c-format +msgid "could not seek to the end of file \"%s\": %m" +msgstr "spostamento alla fine del file \"%s\" fallito: %m" + +#: access/heap/rewriteheap.c:1175 access/transam/timeline.c:366 +#: access/transam/timeline.c:400 access/transam/timeline.c:487 +#: access/transam/xlog.c:3170 access/transam/xlog.c:3302 +#: postmaster/postmaster.c:4220 postmaster/postmaster.c:4230 +#: replication/logical/snapbuild.c:1563 replication/slot.c:1018 +#: storage/file/copydir.c:187 utils/init/miscinit.c:1057 +#: utils/init/miscinit.c:1066 utils/init/miscinit.c:1073 utils/misc/guc.c:8279 +#: utils/misc/guc.c:8293 utils/time/snapmgr.c:981 utils/time/snapmgr.c:988 +#, c-format +msgid "could not write to file \"%s\": %m" +msgstr "scrittura nel file \"%s\" fallita: %m" + +#: access/heap/rewriteheap.c:1258 replication/logical/reorderbuffer.c:2353 +#: replication/logical/reorderbuffer.c:2410 +#: replication/logical/snapbuild.c:1509 replication/logical/snapbuild.c:1880 +#: replication/slot.c:1095 +#, c-format +msgid "could not unlink file \"%s\": %m" +msgstr "eliminazione del file \"%s\" fallita: %m" + +#: access/heap/rewriteheap.c:1272 access/transam/timeline.c:110 +#: access/transam/timeline.c:235 access/transam/timeline.c:333 +#: access/transam/xlog.c:3111 access/transam/xlog.c:3218 +#: access/transam/xlog.c:3255 access/transam/xlog.c:3530 +#: access/transam/xlog.c:3608 replication/basebackup.c:458 +#: replication/basebackup.c:1167 replication/logical/logicalfuncs.c:152 +#: replication/logical/reorderbuffer.c:1966 +#: replication/logical/reorderbuffer.c:2173 +#: replication/logical/reorderbuffer.c:2802 +#: replication/logical/snapbuild.c:1556 replication/logical/snapbuild.c:1640 +#: replication/slot.c:1110 replication/walsender.c:458 +#: replication/walsender.c:2094 storage/file/copydir.c:155 +#: storage/file/fd.c:422 storage/smgr/md.c:586 storage/smgr/md.c:844 +#: utils/error/elog.c:1797 utils/init/miscinit.c:992 +#: utils/init/miscinit.c:1121 +#, c-format +msgid "could not open file \"%s\": %m" +msgstr "apertura del file \"%s\" fallita: %m" + +#: access/index/indexam.c:172 catalog/objectaddress.c:855 +#: commands/indexcmds.c:1725 commands/tablecmds.c:232 +#: commands/tablecmds.c:11270 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\" non è un indice" -#: access/nbtree/nbtinsert.c:392 +#: access/nbtree/nbtinsert.c:396 #, c-format msgid "duplicate key value violates unique constraint \"%s\"" msgstr "un valore chiave duplicato viola il vincolo univoco \"%s\"" -#: access/nbtree/nbtinsert.c:394 +#: access/nbtree/nbtinsert.c:398 #, c-format msgid "Key %s already exists." msgstr "La chiave %s esiste già." -#: access/nbtree/nbtinsert.c:462 +#: access/nbtree/nbtinsert.c:466 #, c-format msgid "failed to re-find tuple within index \"%s\"" msgstr "non ho ritrovato la tupla nell'indice \"%s\"" -#: access/nbtree/nbtinsert.c:464 +#: access/nbtree/nbtinsert.c:468 #, c-format msgid "This may be because of a non-immutable index expression." msgstr "Ciò potrebbe essere causato da un'espressione dell'indice non immutabile." -#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:489 +#: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:488 #, c-format msgid "" "Values larger than 1/3 of a buffer page cannot be indexed.\n" @@ -461,30 +599,40 @@ msgstr "" "Non si possono indicizzare valori più grandi di 1/3 di pagina di buffer.\n" "Si consiglia un indice funzionale su un hash MD5 del valore o l'uso del full text indexing." -#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:361 -#: access/nbtree/nbtpage.c:448 parser/parse_utilcmd.c:1625 +#: access/nbtree/nbtpage.c:166 access/nbtree/nbtpage.c:362 +#: access/nbtree/nbtpage.c:449 parser/parse_utilcmd.c:1620 #, c-format msgid "index \"%s\" is not a btree" msgstr "l'indice \"%s\" non è un btree" -#: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:367 -#: access/nbtree/nbtpage.c:454 +#: access/nbtree/nbtpage.c:172 access/nbtree/nbtpage.c:368 +#: access/nbtree/nbtpage.c:455 #, c-format msgid "version mismatch in index \"%s\": file version %d, code version %d" msgstr "le versioni non corrispondono per l'indice \"%s\": la versione sul file è %d, quella del codice %d" -#: access/spgist/spgutils.c:664 +#: access/nbtree/nbtpage.c:1187 +#, c-format +msgid "index \"%s\" contains a half-dead internal page" +msgstr "l'indice \"%s\" contiene una pagina interna mezza morta" + +#: access/nbtree/nbtpage.c:1189 #, c-format -msgid "SP-GiST inner tuple size %lu exceeds maximum %lu" -msgstr "la dimensione %lu della tupla interna dell'SP-GiST eccede il massimo %lu" +msgid "This can be caused by an interrupt VACUUM in version 9.3 or older, before upgrade. Please REINDEX it." +msgstr "Ciò può essere stato causato da un VACUUM interrotto nella versione 9.3 o precedenti, prima di aggiornare. Si consiglia un REINDEX." -#: access/transam/multixact.c:946 +#: access/spgist/spgutils.c:663 +#, c-format +msgid "SP-GiST inner tuple size %zu exceeds maximum %zu" +msgstr "La dimensione %zu della tupla interna SP-GiST supera il massimo %zu" + +#: access/transam/multixact.c:990 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database \"%s\"" msgstr "il database non sta accettando comandi che generano nuovi MultiXactIds per evitare perdite di dati per wraparound nel database \"%s\"" -#: access/transam/multixact.c:948 access/transam/multixact.c:955 -#: access/transam/multixact.c:970 access/transam/multixact.c:979 +#: access/transam/multixact.c:992 access/transam/multixact.c:999 +#: access/transam/multixact.c:1014 access/transam/multixact.c:1023 #, c-format msgid "" "Execute a database-wide VACUUM in that database.\n" @@ -493,43 +641,43 @@ msgstr "" "Esegui un VACUUM sull'intero database.\n" "Potresti anche dover eseguire il commit o il rollback di vecchie transazioni preparate." -#: access/transam/multixact.c:953 +#: access/transam/multixact.c:997 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database with OID %u" msgstr "il database non sta accettando comandi che generano nuovi MultiXactIds per evitare perdite di dati per wraparound nel database con OID %u" -#: access/transam/multixact.c:965 access/transam/multixact.c:2153 +#: access/transam/multixact.c:1009 access/transam/multixact.c:2200 #, c-format msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used" msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used" msgstr[0] "il database \"%s\" deve ricevere un vacuum prima che altri %u MultiXactIds siano usati" msgstr[1] "il database \"%s\" deve ricevere un vacuum prima che altri %u MultiXactIds siano usati" -#: access/transam/multixact.c:974 access/transam/multixact.c:2162 +#: access/transam/multixact.c:1018 access/transam/multixact.c:2209 #, c-format msgid "database with OID %u must be vacuumed before %u more MultiXactId is used" msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used" msgstr[0] "il database con OID %u deve ricevere un vacuum prima che altri %u MultiXactIds siano usati" msgstr[1] "il database con OID %u deve ricevere un vacuum prima che altri %u MultiXactIds siano usati" -#: access/transam/multixact.c:1125 +#: access/transam/multixact.c:1169 #, c-format msgid "MultiXactId %u does no longer exist -- apparent wraparound" msgstr "il MultiXactId %u non esiste più -- sembra ci sia stato un wraparound" -#: access/transam/multixact.c:1133 +#: access/transam/multixact.c:1177 #, c-format msgid "MultiXactId %u has not been created yet -- apparent wraparound" msgstr "il MultiXactId %u non è stato ancora creato -- sembra ci sia stato un wraparound" -#: access/transam/multixact.c:2118 +#: access/transam/multixact.c:2165 #, c-format msgid "MultiXactId wrap limit is %u, limited by database with OID %u" msgstr "il limite di wrap di MultiXactId è %u, limitato dal database con OID %u" -#: access/transam/multixact.c:2158 access/transam/multixact.c:2167 +#: access/transam/multixact.c:2205 access/transam/multixact.c:2214 #: access/transam/varsup.c:137 access/transam/varsup.c:144 -#: access/transam/varsup.c:373 access/transam/varsup.c:380 +#: access/transam/varsup.c:374 access/transam/varsup.c:381 #, c-format msgid "" "To avoid a database shutdown, execute a database-wide VACUUM in that database.\n" @@ -538,7 +686,7 @@ msgstr "" "Per evitare lo spegnimento del database, si deve eseguire un VACUUM su tutto il database.\n" "Potrebbe essere necessario inoltre effettuare il COMMIT o il ROLLBACK di vecchie transazioni preparate." -#: access/transam/multixact.c:2725 +#: access/transam/multixact.c:2798 #, c-format msgid "invalid MultiXactId: %u" msgstr "MultiXactId non valido: %u" @@ -595,19 +743,6 @@ msgstr "troncamento della directory \"%s\" fallito: probabile wraparound" msgid "removing file \"%s\"" msgstr "cancellazione del file \"%s\"" -#: access/transam/timeline.c:110 access/transam/timeline.c:235 -#: access/transam/timeline.c:333 access/transam/xlog.c:2271 -#: access/transam/xlog.c:2384 access/transam/xlog.c:2421 -#: access/transam/xlog.c:2696 access/transam/xlog.c:2774 -#: replication/basebackup.c:390 replication/basebackup.c:1045 -#: replication/walsender.c:368 replication/walsender.c:1332 -#: storage/file/copydir.c:158 storage/file/copydir.c:248 storage/smgr/md.c:587 -#: storage/smgr/md.c:845 utils/error/elog.c:1672 utils/init/miscinit.c:1063 -#: utils/init/miscinit.c:1192 -#, c-format -msgid "could not open file \"%s\": %m" -msgstr "apertura del file \"%s\" fallita: %m" - #: access/transam/timeline.c:147 access/transam/timeline.c:152 #, c-format msgid "syntax error in history file: %s" @@ -643,48 +778,20 @@ msgstr "dati non validi nel file dello storico \"%s\"" msgid "Timeline IDs must be less than child timeline's ID." msgstr "Gli ID della timeline devono avere valori inferiori degli ID della timeline figlia" -#: access/transam/timeline.c:314 access/transam/timeline.c:471 -#: access/transam/xlog.c:2305 access/transam/xlog.c:2436 -#: access/transam/xlog.c:8722 access/transam/xlog.c:9037 -#: postmaster/postmaster.c:4087 storage/file/copydir.c:165 -#: storage/smgr/md.c:305 utils/time/snapmgr.c:861 -#, c-format -msgid "could not create file \"%s\": %m" -msgstr "creazione del file \"%s\" fallita: %m" - -#: access/transam/timeline.c:345 access/transam/xlog.c:2449 -#: access/transam/xlog.c:8888 access/transam/xlog.c:8901 -#: access/transam/xlog.c:9269 access/transam/xlog.c:9312 -#: access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 -#: replication/walsender.c:393 storage/file/copydir.c:179 -#: utils/adt/genfile.c:139 +#: access/transam/timeline.c:345 access/transam/xlog.c:3283 +#: access/transam/xlog.c:10074 access/transam/xlog.c:10087 +#: access/transam/xlog.c:10455 access/transam/xlog.c:10498 +#: access/transam/xlogfuncs.c:473 access/transam/xlogfuncs.c:492 +#: replication/logical/reorderbuffer.c:2820 replication/walsender.c:483 +#: storage/file/copydir.c:176 utils/adt/genfile.c:139 #, c-format msgid "could not read file \"%s\": %m" msgstr "lettura de file \"%s\" fallita: %m" -#: access/transam/timeline.c:366 access/transam/timeline.c:400 -#: access/transam/timeline.c:487 access/transam/xlog.c:2335 -#: access/transam/xlog.c:2468 postmaster/postmaster.c:4097 -#: postmaster/postmaster.c:4107 storage/file/copydir.c:190 -#: utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 -#: utils/init/miscinit.c:1144 utils/misc/guc.c:7596 utils/misc/guc.c:7610 -#: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 -#, c-format -msgid "could not write to file \"%s\": %m" -msgstr "scrittura nel file \"%s\" fallita: %m" - -#: access/transam/timeline.c:406 access/transam/timeline.c:493 -#: access/transam/xlog.c:2345 access/transam/xlog.c:2475 -#: storage/file/copydir.c:262 storage/smgr/md.c:967 storage/smgr/md.c:1198 -#: storage/smgr/md.c:1371 -#, c-format -msgid "could not fsync file \"%s\": %m" -msgstr "fsync del file \"%s\" fallito: %m" - #: access/transam/timeline.c:411 access/transam/timeline.c:498 -#: access/transam/xlog.c:2351 access/transam/xlog.c:2480 -#: access/transam/xlogfuncs.c:621 commands/copy.c:1469 -#: storage/file/copydir.c:204 +#: access/transam/xlog.c:3185 access/transam/xlog.c:3314 +#: access/transam/xlogfuncs.c:498 commands/copy.c:1518 +#: storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" msgstr "chiusura del file \"%s\" fallita: %m" @@ -695,10 +802,11 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "creazione del collegamento il file \"%s\" a \"%s\" fallita: %m" #: access/transam/timeline.c:435 access/transam/timeline.c:522 -#: access/transam/xlog.c:4474 access/transam/xlog.c:5359 -#: access/transam/xlogarchive.c:457 access/transam/xlogarchive.c:474 -#: access/transam/xlogarchive.c:581 postmaster/pgarch.c:756 -#: utils/time/snapmgr.c:884 +#: access/transam/xlog.c:5399 access/transam/xlog.c:6492 +#: access/transam/xlogarchive.c:458 access/transam/xlogarchive.c:475 +#: access/transam/xlogarchive.c:582 postmaster/pgarch.c:759 +#: replication/logical/snapbuild.c:1593 replication/slot.c:933 +#: utils/time/snapmgr.c:999 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "non è stato possibile rinominare il file \"%s\" in \"%s\": %m" @@ -708,156 +816,156 @@ msgstr "non è stato possibile rinominare il file \"%s\" in \"%s\": %m" msgid "requested timeline %u is not in this server's history" msgstr "la timeline richiesta %u non è nella storia di questo server" -#: access/transam/twophase.c:253 +#: access/transam/twophase.c:330 #, c-format msgid "transaction identifier \"%s\" is too long" msgstr "l'identificativo di transazione \"%s\" è troppo lungo" -#: access/transam/twophase.c:260 +#: access/transam/twophase.c:337 #, c-format msgid "prepared transactions are disabled" msgstr "le transazione preparate sono disabilitate" -#: access/transam/twophase.c:261 +#: access/transam/twophase.c:338 #, c-format msgid "Set max_prepared_transactions to a nonzero value." msgstr "Imposta max_prepared_transactions ad un valore non nullo." -#: access/transam/twophase.c:294 +#: access/transam/twophase.c:357 #, c-format msgid "transaction identifier \"%s\" is already in use" msgstr "l'identificativo di transazione \"%s\" è già in uso" -#: access/transam/twophase.c:303 +#: access/transam/twophase.c:366 #, c-format msgid "maximum number of prepared transactions reached" msgstr "è stato raggiunto il numero massimo di transazioni preparate" -#: access/transam/twophase.c:304 +#: access/transam/twophase.c:367 #, c-format msgid "Increase max_prepared_transactions (currently %d)." msgstr "Incrementa il valore di max_prepared_transactions (il valore attuale è %d)" -#: access/transam/twophase.c:431 +#: access/transam/twophase.c:505 #, c-format msgid "prepared transaction with identifier \"%s\" is busy" msgstr "la transazione preparata con identificativo \"%s\" è in uso" -#: access/transam/twophase.c:439 +#: access/transam/twophase.c:511 #, c-format msgid "permission denied to finish prepared transaction" msgstr "non è consentito portare a termine la transazione preparata" -#: access/transam/twophase.c:440 +#: access/transam/twophase.c:512 #, c-format msgid "Must be superuser or the user that prepared the transaction." msgstr "È consentito solo a un superutente o all'utente che ha preparato la transazione." -#: access/transam/twophase.c:451 +#: access/transam/twophase.c:523 #, c-format msgid "prepared transaction belongs to another database" msgstr "la transazione preparata appartiene ad un altro database" -#: access/transam/twophase.c:452 +#: access/transam/twophase.c:524 #, c-format msgid "Connect to the database where the transaction was prepared to finish it." msgstr "Connettersi al database in cui la transazione è stata preparata per portarla a termine." -#: access/transam/twophase.c:466 +#: access/transam/twophase.c:539 #, c-format msgid "prepared transaction with identifier \"%s\" does not exist" msgstr "la transazione preparata con identificativo \"%s\" non esiste" -#: access/transam/twophase.c:969 +#: access/transam/twophase.c:1042 #, c-format msgid "two-phase state file maximum length exceeded" msgstr "è stata superata la lunghezza massima del file dello stato a due fasi" -#: access/transam/twophase.c:982 +#: access/transam/twophase.c:1055 #, c-format msgid "could not create two-phase state file \"%s\": %m" msgstr "creazione del file dello stato a due fasi \"%s\" fallito: %m" -#: access/transam/twophase.c:996 access/transam/twophase.c:1013 -#: access/transam/twophase.c:1062 access/transam/twophase.c:1482 -#: access/transam/twophase.c:1489 +#: access/transam/twophase.c:1069 access/transam/twophase.c:1086 +#: access/transam/twophase.c:1135 access/transam/twophase.c:1564 +#: access/transam/twophase.c:1571 #, c-format msgid "could not write two-phase state file: %m" msgstr "scrittura nel file dello stato a due fasi fallito: %m" -#: access/transam/twophase.c:1022 +#: access/transam/twophase.c:1095 #, c-format msgid "could not seek in two-phase state file: %m" msgstr "spostamento nel file dello stato a due fasi %m fallito" -#: access/transam/twophase.c:1068 access/transam/twophase.c:1507 +#: access/transam/twophase.c:1141 access/transam/twophase.c:1589 #, c-format msgid "could not close two-phase state file: %m" msgstr "chiusura del file dello stato a due fasi fallita: %m" -#: access/transam/twophase.c:1148 access/transam/twophase.c:1588 +#: access/transam/twophase.c:1228 access/transam/twophase.c:1670 #, c-format msgid "could not open two-phase state file \"%s\": %m" msgstr "apertura del file dello stato a due fasi \"%s\" fallita: %m" -#: access/transam/twophase.c:1165 +#: access/transam/twophase.c:1245 #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "non è stato possibile ottenere informazioni sul file dello stato a due fasi \"%s\": %m" -#: access/transam/twophase.c:1197 +#: access/transam/twophase.c:1277 #, c-format msgid "could not read two-phase state file \"%s\": %m" msgstr "lettura del file dello stato a due fasi \"%s\" fallita: %m" -#: access/transam/twophase.c:1293 +#: access/transam/twophase.c:1373 #, c-format msgid "two-phase state file for transaction %u is corrupt" msgstr "il file dello stato a due fasi per la transazione %u è corrotto" -#: access/transam/twophase.c:1444 +#: access/transam/twophase.c:1526 #, c-format msgid "could not remove two-phase state file \"%s\": %m" msgstr "rimozione del file dello stato a due fasi \"%s\" fallita: %m" -#: access/transam/twophase.c:1473 +#: access/transam/twophase.c:1555 #, c-format msgid "could not recreate two-phase state file \"%s\": %m" msgstr "ricreazione del file dello stato a due fasi \"%s\" fallita: %m" -#: access/transam/twophase.c:1501 +#: access/transam/twophase.c:1583 #, c-format msgid "could not fsync two-phase state file: %m" msgstr "fsync del file dello stato a due fasi: %m" -#: access/transam/twophase.c:1597 +#: access/transam/twophase.c:1679 #, c-format msgid "could not fsync two-phase state file \"%s\": %m" msgstr "fsync del file dello stato a due fasi \"%s\" fallito: %m" -#: access/transam/twophase.c:1604 +#: access/transam/twophase.c:1686 #, c-format msgid "could not close two-phase state file \"%s\": %m" msgstr "chiusura del file dello stato a due fasi \"%s\" fallita: %m" -#: access/transam/twophase.c:1669 +#: access/transam/twophase.c:1751 #, c-format msgid "removing future two-phase state file \"%s\"" msgstr "rimozione del file dello stato a due fasi nel futuro \"%s\"" -#: access/transam/twophase.c:1685 access/transam/twophase.c:1696 -#: access/transam/twophase.c:1815 access/transam/twophase.c:1826 -#: access/transam/twophase.c:1899 +#: access/transam/twophase.c:1767 access/transam/twophase.c:1778 +#: access/transam/twophase.c:1897 access/transam/twophase.c:1908 +#: access/transam/twophase.c:1981 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "rimozione del file dello stato a due fasi corrotto \"%s\"" -#: access/transam/twophase.c:1804 access/transam/twophase.c:1888 +#: access/transam/twophase.c:1886 access/transam/twophase.c:1970 #, c-format msgid "removing stale two-phase state file \"%s\"" msgstr "rimozione del file dello stato a due fasi obsoleto \"%s\"" -#: access/transam/twophase.c:1906 +#: access/transam/twophase.c:1988 #, c-format msgid "recovering prepared transaction %u" msgstr "recupero della transazione preparata %u" @@ -870,10 +978,10 @@ msgstr "il database non accetta comandi per evitare perdita di dati per wraparou #: access/transam/varsup.c:117 access/transam/varsup.c:124 #, c-format msgid "" -"Stop the postmaster and use a standalone backend to vacuum that database.\n" +"Stop the postmaster and vacuum that database in single-user mode.\n" "You might also need to commit or roll back old prepared transactions." msgstr "" -"Arresta il processo postmaster ed utilizza un backend autonomo per effettuare il VACUUM sul database.\n" +"Arresta il processo postmaster ed effettua un VACUUM su quel database in modalità a singolo utente.\n" "Potrebbe essere necessario inoltre effettuare il COMMIT o il ROLLBACK di vecchie transazioni preparate." #: access/transam/varsup.c:122 @@ -881,1092 +989,1123 @@ msgstr "" msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u" msgstr "il database non accetta comandi per evitare perdita di dati per wraparound nel database con OID %u" -#: access/transam/varsup.c:134 access/transam/varsup.c:370 +#: access/transam/varsup.c:134 access/transam/varsup.c:371 #, c-format msgid "database \"%s\" must be vacuumed within %u transactions" msgstr "è necessario eseguire il VACUUM sul database \"%s\" entro %u transazioni" -#: access/transam/varsup.c:141 access/transam/varsup.c:377 +#: access/transam/varsup.c:141 access/transam/varsup.c:378 #, c-format msgid "database with OID %u must be vacuumed within %u transactions" msgstr "è necessario eseguire il VACUUM sul database con OID %u entro %u transazioni" -#: access/transam/varsup.c:335 +#: access/transam/varsup.c:336 #, c-format msgid "transaction ID wrap limit is %u, limited by database with OID %u" msgstr "il limite di sovrascrittura degli ID di transazione è %u, definito dal database con OID %u" -#: access/transam/xact.c:776 +#: access/transam/xact.c:814 #, c-format -msgid "cannot have more than 2^32-1 commands in a transaction" -msgstr "non è possibile avere più di 2^32-1 comandi in una singola transazione" +msgid "cannot have more than 2^32-2 commands in a transaction" +msgstr "non è possibile effettuare più di 2^32-2 comandi in una transazione" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1370 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "il numero massimo di sottotransazioni committed (%d) è stato superato" -#: access/transam/xact.c:2104 +#: access/transam/xact.c:2151 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "non è possibile eseguire PREPARE in una transazione che ha operato su tabelle temporanee" -#: access/transam/xact.c:2114 +#: access/transam/xact.c:2161 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" msgstr "non è possibile eseguire PREPARE in una transazione che ha esportato snapshot" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2939 +#: access/transam/xact.c:3000 #, c-format msgid "%s cannot run inside a transaction block" msgstr "non è possibile eseguire %s all'interno di un blocco di transazione" # translator: %s represents an SQL statement name #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2949 +#: access/transam/xact.c:3010 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "non è possibile eseguire %s all'interno di una sottotransazione" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2959 +#: access/transam/xact.c:3020 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "una funzione o una stringa multi-comando non può eseguire %s" # translator: %s represents an SQL statement name #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3010 +#: access/transam/xact.c:3091 #, c-format msgid "%s can only be used in transaction blocks" msgstr "si può usare %s solo entro blocchi di transazione" -#: access/transam/xact.c:3192 +#: access/transam/xact.c:3274 #, c-format msgid "there is already a transaction in progress" msgstr "c'è già una transazione in corso" -#: access/transam/xact.c:3360 access/transam/xact.c:3453 +#: access/transam/xact.c:3442 access/transam/xact.c:3535 #, c-format msgid "there is no transaction in progress" msgstr "non c'è alcuna transazione in corso" -#: access/transam/xact.c:3549 access/transam/xact.c:3600 -#: access/transam/xact.c:3606 access/transam/xact.c:3650 -#: access/transam/xact.c:3699 access/transam/xact.c:3705 +#: access/transam/xact.c:3631 access/transam/xact.c:3682 +#: access/transam/xact.c:3688 access/transam/xact.c:3732 +#: access/transam/xact.c:3781 access/transam/xact.c:3787 #, c-format msgid "no such savepoint" msgstr "punto di salvataggio inesistente" -#: access/transam/xact.c:4382 +#: access/transam/xact.c:4464 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "non è possibile avere più di 2^32-1 comandi in una sottotransazione" -#: access/transam/xlog.c:1616 +#: access/transam/xlog.c:2410 #, c-format msgid "could not seek in log file %s to offset %u: %m" msgstr "spostamento nel file di log %s alla posizione %u fallito: %m" -#: access/transam/xlog.c:1633 +#: access/transam/xlog.c:2430 #, c-format -msgid "could not write to log file %s at offset %u, length %lu: %m" -msgstr "scrittura nel file di log %s in posizione %u, lunghezza %lu fallita: %m" +msgid "could not write to log file %s at offset %u, length %zu: %m" +msgstr "scrittura nel file di log %s in posizione %u, lunghezza %zu fallita: %m" -#: access/transam/xlog.c:1877 +#: access/transam/xlog.c:2706 #, c-format msgid "updated min recovery point to %X/%X on timeline %u" msgstr "punto di recupero minimo aggiornato a %X/%X sulla timeline %u" -#: access/transam/xlog.c:2452 +#: access/transam/xlog.c:3286 #, c-format msgid "not enough data in file \"%s\"" msgstr "il file \"%s\" non contiene abbastanza dati" -#: access/transam/xlog.c:2571 +#: access/transam/xlog.c:3405 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "collegamento del file \"%s\" a \"%s\" (inizializzazione del file di log) fallito: %m" -#: access/transam/xlog.c:2583 +#: access/transam/xlog.c:3417 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "non è stato possibile rinominare il file \"%s\" in \"%s\" (inizializzazione del file di log): %m" -#: access/transam/xlog.c:2611 +#: access/transam/xlog.c:3445 #, c-format msgid "could not open transaction log file \"%s\": %m" msgstr "apertura del file di log delle transazioni \"%s\" fallita: %m" -#: access/transam/xlog.c:2800 +#: access/transam/xlog.c:3634 #, c-format msgid "could not close log file %s: %m" msgstr "chiusura del file di log %s fallita: %m" -#: access/transam/xlog.c:2859 replication/walsender.c:1327 +#: access/transam/xlog.c:3693 replication/logical/logicalfuncs.c:147 +#: replication/walsender.c:2089 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "il segmento WAL richiesto %s è stato già rimosso" # da non tradursi # DV: perché? (trovato tradotto, tra l'altro) -#: access/transam/xlog.c:2916 access/transam/xlog.c:3093 +#: access/transam/xlog.c:3771 access/transam/xlog.c:3948 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "apertura della directory dei log delle transazioni \"%s\" fallita: %m" -#: access/transam/xlog.c:2964 +#: access/transam/xlog.c:3819 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "il file di log delle transazioni \"%s\" è stato riciclato" -#: access/transam/xlog.c:2980 +#: access/transam/xlog.c:3835 #, c-format msgid "removing transaction log file \"%s\"" msgstr "eliminazione del file di log delle transazioni \"%s\"" -#: access/transam/xlog.c:3003 +#: access/transam/xlog.c:3858 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "non è stato possibile rinominare il vecchio file di log delle transazioni \"%s\": %m" -#: access/transam/xlog.c:3015 +#: access/transam/xlog.c:3870 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "chiusura del vecchio file di log delle transazioni \"%s\" fallita: %m" -#: access/transam/xlog.c:3053 access/transam/xlog.c:3063 +#: access/transam/xlog.c:3908 access/transam/xlog.c:3918 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "la directory dei file WAL \"%s\" necessaria non esiste" -#: access/transam/xlog.c:3069 +#: access/transam/xlog.c:3924 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "creazione della directory dei file WAL mancante \"%s\"" -#: access/transam/xlog.c:3072 +#: access/transam/xlog.c:3927 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "creazione della directory mancante \"%s\" fallita: %m" -#: access/transam/xlog.c:3106 +#: access/transam/xlog.c:3961 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "rimozione del file storico di backup del log delle transazioni \"%s\"" -#: access/transam/xlog.c:3302 +#: access/transam/xlog.c:4157 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "ID di timeline %u inatteso nel segmento di log %s, offset %u" -#: access/transam/xlog.c:3424 +#: access/transam/xlog.c:4279 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "la nuova timeline %u non è figlia della timeline %u del database" -#: access/transam/xlog.c:3438 +#: access/transam/xlog.c:4293 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "la nuova timeline %u si è staccata dalla timeline attuale %u prima del punto di recupero corrente %X/%X" -#: access/transam/xlog.c:3457 +#: access/transam/xlog.c:4312 #, c-format msgid "new target timeline is %u" msgstr "la nuova timeline di destinazione %u" -#: access/transam/xlog.c:3536 +#: access/transam/xlog.c:4392 #, c-format msgid "could not create control file \"%s\": %m" msgstr "creazione del file di controllo \"%s\" fallita: %m" -#: access/transam/xlog.c:3547 access/transam/xlog.c:3772 +#: access/transam/xlog.c:4403 access/transam/xlog.c:4639 #, c-format msgid "could not write to control file: %m" msgstr "scrittura nel file di controllo fallita: %m" -#: access/transam/xlog.c:3553 access/transam/xlog.c:3778 +#: access/transam/xlog.c:4409 access/transam/xlog.c:4645 #, c-format msgid "could not fsync control file: %m" msgstr "fsync del file di controllo fallito: %m" -#: access/transam/xlog.c:3558 access/transam/xlog.c:3783 +#: access/transam/xlog.c:4414 access/transam/xlog.c:4650 #, c-format msgid "could not close control file: %m" msgstr "chiusura del file di controllo fallita: %m" -#: access/transam/xlog.c:3576 access/transam/xlog.c:3761 +#: access/transam/xlog.c:4432 access/transam/xlog.c:4628 #, c-format msgid "could not open control file \"%s\": %m" msgstr "apertura del file di controllo \"%s\" fallita: %m" -#: access/transam/xlog.c:3582 +#: access/transam/xlog.c:4438 #, c-format msgid "could not read from control file: %m" msgstr "lettura dal file di controllo fallita: %m" -#: access/transam/xlog.c:3595 access/transam/xlog.c:3604 -#: access/transam/xlog.c:3628 access/transam/xlog.c:3635 -#: access/transam/xlog.c:3642 access/transam/xlog.c:3647 -#: access/transam/xlog.c:3654 access/transam/xlog.c:3661 -#: access/transam/xlog.c:3668 access/transam/xlog.c:3675 -#: access/transam/xlog.c:3682 access/transam/xlog.c:3689 -#: access/transam/xlog.c:3698 access/transam/xlog.c:3705 -#: access/transam/xlog.c:3714 access/transam/xlog.c:3721 -#: access/transam/xlog.c:3730 access/transam/xlog.c:3737 -#: utils/init/miscinit.c:1210 +#: access/transam/xlog.c:4451 access/transam/xlog.c:4460 +#: access/transam/xlog.c:4484 access/transam/xlog.c:4491 +#: access/transam/xlog.c:4498 access/transam/xlog.c:4503 +#: access/transam/xlog.c:4510 access/transam/xlog.c:4517 +#: access/transam/xlog.c:4524 access/transam/xlog.c:4531 +#: access/transam/xlog.c:4538 access/transam/xlog.c:4545 +#: access/transam/xlog.c:4552 access/transam/xlog.c:4561 +#: access/transam/xlog.c:4568 access/transam/xlog.c:4577 +#: access/transam/xlog.c:4584 access/transam/xlog.c:4593 +#: access/transam/xlog.c:4600 utils/init/miscinit.c:1139 #, c-format msgid "database files are incompatible with server" msgstr "i file del database sono incompatibili col server" -#: access/transam/xlog.c:3596 +#: access/transam/xlog.c:4452 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Il cluster di database è stato inizializzato con PG_CONTROL_VERSION %d (0x%08x), ma il server è stato compilato con PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:3600 +#: access/transam/xlog.c:4456 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Questo potrebbe essere un problema di ordinamento di byte che non combacia. Sembra sia necessario eseguire initdb." -#: access/transam/xlog.c:3605 +#: access/transam/xlog.c:4461 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Il cluster di database è stato inizializzato con PG_CONTROL_VERSION %d, ma il server è stato compilato con PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:3608 access/transam/xlog.c:3632 -#: access/transam/xlog.c:3639 access/transam/xlog.c:3644 +#: access/transam/xlog.c:4464 access/transam/xlog.c:4488 +#: access/transam/xlog.c:4495 access/transam/xlog.c:4500 #, c-format msgid "It looks like you need to initdb." msgstr "Sembra sia necessario eseguire initdb." -#: access/transam/xlog.c:3619 +#: access/transam/xlog.c:4475 #, c-format msgid "incorrect checksum in control file" msgstr "il checksum nel file di controllo non è corretto" -#: access/transam/xlog.c:3629 +#: access/transam/xlog.c:4485 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Il cluster di database è stato inizializzato con CATALOG_VERSION_NO %d, ma il server è stato compilato con CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:3636 +#: access/transam/xlog.c:4492 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Il cluster di database è stato inizializzato con MAXALIGN %d, ma il server è stato compilato con MAXALIGN %d." -#: access/transam/xlog.c:3643 +#: access/transam/xlog.c:4499 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Il cluster di database sta usando un formato per i numeri in virgola mobile diverso da quello usato dall'eseguibile del server." -#: access/transam/xlog.c:3648 +#: access/transam/xlog.c:4504 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Il cluster di database è stato inizializzato con BLCKSZ %d, ma il server è stato compilato con BLCKSZ %d." -#: access/transam/xlog.c:3651 access/transam/xlog.c:3658 -#: access/transam/xlog.c:3665 access/transam/xlog.c:3672 -#: access/transam/xlog.c:3679 access/transam/xlog.c:3686 -#: access/transam/xlog.c:3693 access/transam/xlog.c:3701 -#: access/transam/xlog.c:3708 access/transam/xlog.c:3717 -#: access/transam/xlog.c:3724 access/transam/xlog.c:3733 -#: access/transam/xlog.c:3740 +#: access/transam/xlog.c:4507 access/transam/xlog.c:4514 +#: access/transam/xlog.c:4521 access/transam/xlog.c:4528 +#: access/transam/xlog.c:4535 access/transam/xlog.c:4542 +#: access/transam/xlog.c:4549 access/transam/xlog.c:4556 +#: access/transam/xlog.c:4564 access/transam/xlog.c:4571 +#: access/transam/xlog.c:4580 access/transam/xlog.c:4587 +#: access/transam/xlog.c:4596 access/transam/xlog.c:4603 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Si consiglia di ricompilare il sistema o di eseguire initdb." -#: access/transam/xlog.c:3655 +#: access/transam/xlog.c:4511 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Il cluster di database è stato inizializzato con RELSEG_SIZE %d, ma il server è stato compilato con RELSEG_SIZE %d." -#: access/transam/xlog.c:3662 +#: access/transam/xlog.c:4518 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Il cluster di database è stato inizializzato con XLOG_BLOCKSZ %d, ma il server è stato compilato con XLOG_BLOCKSZ %d." -#: access/transam/xlog.c:3669 +#: access/transam/xlog.c:4525 #, c-format msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "Il cluster di database è stato inizializzato con XLOG_SEG_SIZE %d, ma il server è stato compilato con XLOG_SEG_SIZE %d." -#: access/transam/xlog.c:3676 +#: access/transam/xlog.c:4532 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Il cluster di database è stato inizializzato con NAMEDATALEN %d, ma il server è stato compilato con NAMEDATALEN %d." -#: access/transam/xlog.c:3683 +#: access/transam/xlog.c:4539 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Il cluster di database è stato inizializzato con INDEX_MAX_KEYS %d, ma il server è stato compilato con INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:3690 +#: access/transam/xlog.c:4546 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Il cluster di database è stato inizializzato con TOAST_MAX_CHUNK_SIZE %d, ma il server è stato compilato con TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:3699 +#: access/transam/xlog.c:4553 +#, c-format +msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." +msgstr "Il cluster di database è stato inizializzato con LOBLKSIZE %d, ma il server è stato compilato con LOBLKSIZE %d." + +#: access/transam/xlog.c:4562 #, c-format msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." msgstr "Il cluster di database è stato inizializzato senza HAVE_INT64_TIMESTAMP ma il server è stato compilato con HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:3706 +#: access/transam/xlog.c:4569 #, c-format msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." msgstr "Il cluster di database è stato inizializzato con HAVE_INT64_TIMESTAMP ma il server è stato compilato senza HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:3715 +#: access/transam/xlog.c:4578 #, c-format msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "Il cluster di database è stato inizializzato senza USE_FLOAT4_BYVAL, ma il server è stato compilato con USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3722 +#: access/transam/xlog.c:4585 #, c-format msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "Il cluster di database è stato inizializzato con USE_FLOAT4_BYVAL, ma il server è stato compilato senza USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3731 +#: access/transam/xlog.c:4594 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Il cluster di database è stato inizializzato senza USE_FLOAT8_BYVAL, ma il server è stato compilato con USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:3738 +#: access/transam/xlog.c:4601 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Il cluster di database è stato inizializzato con USE_FLOAT8_BYVAL, ma il server è stato compilato senza USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4101 +#: access/transam/xlog.c:5002 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "scrittura nel file di log della transazione di bootstrap fallita: %m" -#: access/transam/xlog.c:4107 +#: access/transam/xlog.c:5008 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "fsync del file di log della transazione di bootstrap fallito: %m" -#: access/transam/xlog.c:4112 +#: access/transam/xlog.c:5013 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "chiusura del file di log della transazione di bootstrap fallita: %m" -#: access/transam/xlog.c:4181 +#: access/transam/xlog.c:5084 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "apertura del file di ripristino \"%s\" fallita: %m" -#: access/transam/xlog.c:4221 access/transam/xlog.c:4312 -#: access/transam/xlog.c:4323 commands/extension.c:527 -#: commands/extension.c:535 utils/misc/guc.c:5375 +#: access/transam/xlog.c:5124 access/transam/xlog.c:5215 +#: access/transam/xlog.c:5226 commands/extension.c:527 +#: commands/extension.c:535 utils/misc/guc.c:5380 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "il parametro \"%s\" richiede un valore booleano" # da non tradurre # DV: perché (già tradotto peraltro) -#: access/transam/xlog.c:4237 +#: access/transam/xlog.c:5140 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline non ha un valore numerico valido: \"%s\"" -#: access/transam/xlog.c:4253 +#: access/transam/xlog.c:5156 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid non ha un valore numerico valido: \"%s\"" -#: access/transam/xlog.c:4297 +#: access/transam/xlog.c:5187 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "il recovery_target_name è troppo lungo (massimo %d caratteri)" -#: access/transam/xlog.c:4344 +#: access/transam/xlog.c:5201 +#, c-format +msgid "invalid recovery_target parameter" +msgstr "parametro recovery_target non valido" + +#: access/transam/xlog.c:5202 +#, c-format +msgid "The only allowed value is 'immediate'" +msgstr "Il solo valore permesso è 'immediate'" + +#: access/transam/xlog.c:5261 +#, c-format +msgid "parameter \"%s\" requires a temporal value" +msgstr "il parametro \"%s\" richiede un valore temporale" + +#: access/transam/xlog.c:5263 catalog/dependency.c:970 +#: catalog/dependency.c:971 catalog/dependency.c:977 catalog/dependency.c:978 +#: catalog/dependency.c:989 catalog/dependency.c:990 +#: catalog/objectaddress.c:764 commands/tablecmds.c:763 +#: commands/tablecmds.c:8949 commands/user.c:988 commands/view.c:475 +#: libpq/auth.c:285 port/win32/security.c:51 storage/lmgr/deadlock.c:955 +#: storage/lmgr/proc.c:1184 utils/misc/guc.c:5412 utils/misc/guc.c:5537 +#: utils/misc/guc.c:8856 utils/misc/guc.c:8890 utils/misc/guc.c:8924 +#: utils/misc/guc.c:8958 utils/misc/guc.c:8993 +#, c-format +msgid "%s" +msgstr "%s" + +#: access/transam/xlog.c:5265 +#, c-format +msgid "recovery_min_apply_delay = '%s'" +msgstr "recovery_min_apply_delay = '%s'" + +#: access/transam/xlog.c:5269 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "parametro di ripristino \"%s\" sconosciuto" -#: access/transam/xlog.c:4355 +#: access/transam/xlog.c:5280 #, c-format msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" msgstr "il file dei comandi di ripristino \"%s\" non specifica né primary_conninfo né restore_command" -#: access/transam/xlog.c:4357 +#: access/transam/xlog.c:5282 #, c-format msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "Il server database ispezionerà regolarmente la sottodirectory pg_xlog per controllare se vi vengono aggiunti dei file." -#: access/transam/xlog.c:4363 +#: access/transam/xlog.c:5288 #, c-format msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "il file dei comandi di ripristino \"%s\" deve specificare restore_command quando la modalità standby non è abilitata" -#: access/transam/xlog.c:4383 +#: access/transam/xlog.c:5308 #, c-format msgid "recovery target timeline %u does not exist" msgstr "la timeline destinazione di recupero %u non esiste" -#: access/transam/xlog.c:4478 +#: access/transam/xlog.c:5403 #, c-format msgid "archive recovery complete" msgstr "il ripristino dell'archivio è stato completato" -#: access/transam/xlog.c:4603 +#: access/transam/xlog.c:5473 access/transam/xlog.c:5667 #, c-format -msgid "recovery stopping after commit of transaction %u, time %s" -msgstr "il ripristino è stato interrotto dopo il commit della transazione %u alle %s" +msgid "recovery stopping after reaching consistency" +msgstr "il ripristino è stato interrotto dopo aver raggiunto la consistenza" -#: access/transam/xlog.c:4608 +#: access/transam/xlog.c:5548 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "il ripristino è stato interrotto prima del commit della transazione %u, orario %s" -#: access/transam/xlog.c:4616 -#, c-format -msgid "recovery stopping after abort of transaction %u, time %s" -msgstr "il ripristino è stato interrotto dopo l'abort della transazione %u alle %s" - -#: access/transam/xlog.c:4621 +#: access/transam/xlog.c:5555 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "il ripristino è stato interrotto prima dell'abort della transazione %u alle %s" -#: access/transam/xlog.c:4630 +#: access/transam/xlog.c:5597 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "il ripristino è stato interrotto al punto di ripristino \"%s\" alle %s" -#: access/transam/xlog.c:4664 +#: access/transam/xlog.c:5647 +#, c-format +msgid "recovery stopping after commit of transaction %u, time %s" +msgstr "il ripristino è stato interrotto dopo il commit della transazione %u alle %s" + +#: access/transam/xlog.c:5655 +#, c-format +msgid "recovery stopping after abort of transaction %u, time %s" +msgstr "il ripristino è stato interrotto dopo l'abort della transazione %u alle %s" + +#: access/transam/xlog.c:5694 #, c-format msgid "recovery has paused" msgstr "ripristino in pausa" -#: access/transam/xlog.c:4665 +#: access/transam/xlog.c:5695 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Esegui pg_xlog_replay_resume() per continuare." -#: access/transam/xlog.c:4795 +#: access/transam/xlog.c:5910 #, c-format msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)" msgstr "L'hot standby non è possibile perché %s = %d è un'impostazione inferiore a quella del server master (il cui valore era %d)" -#: access/transam/xlog.c:4817 +#: access/transam/xlog.c:5932 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "il WAL è stato generato con wal_level=minimal, alcuni dati potrebbero mancare" -#: access/transam/xlog.c:4818 +#: access/transam/xlog.c:5933 #, c-format msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "Questo avviene se imposti temporaneamente wal_level=minimal senza effettuare un nuovo backup di base." -#: access/transam/xlog.c:4829 +#: access/transam/xlog.c:5944 #, c-format -msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" -msgstr "l'hot standby non è possibile perché il wal_level non è stato impostato a \"hot_standby\" sul server master" +msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" or higher on the master server" +msgstr "l'hot standby non è possibile perché il wal_level non è stato impostato a \"hot_standby\" o superiore sul server master" -#: access/transam/xlog.c:4830 +#: access/transam/xlog.c:5945 #, c-format msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "Puoi impostare il wal_level a \"hot_standby\" sul master, oppure disattivare hot_standby qui." -#: access/transam/xlog.c:4883 +#: access/transam/xlog.c:6000 #, c-format msgid "control file contains invalid data" msgstr "il file di controllo contiene dati non validi" -#: access/transam/xlog.c:4889 +#: access/transam/xlog.c:6006 #, c-format msgid "database system was shut down at %s" msgstr "il database è stato arrestato alle %s" -#: access/transam/xlog.c:4894 +#: access/transam/xlog.c:6011 #, c-format msgid "database system was shut down in recovery at %s" msgstr "il database è stato arrestato durante il ripristino alle %s" -#: access/transam/xlog.c:4898 +#: access/transam/xlog.c:6015 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "l'arresto del database è stato interrotto; l'ultimo segno di vita risale alle %s" -#: access/transam/xlog.c:4902 +#: access/transam/xlog.c:6019 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "il database è stato interrotto alle %s mentre era in fase di ripristino" -#: access/transam/xlog.c:4904 +#: access/transam/xlog.c:6021 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Questo probabilmente significa che alcuni dati sono corrotti e dovrai usare il backup più recente per il ripristino." -#: access/transam/xlog.c:4908 +#: access/transam/xlog.c:6025 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "il database è stato interrotto all'orario di log %s mentre era in fase di ripristino" -#: access/transam/xlog.c:4910 +#: access/transam/xlog.c:6027 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Se ciò è avvenuto più di una volta, alcuni dati potrebbero essere corrotti e potresti dover scegliere un obiettivo di ripristino precedente." -#: access/transam/xlog.c:4914 +#: access/transam/xlog.c:6031 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "il database è stato interrotto; l'ultimo segno di vita risale alle %s" -#: access/transam/xlog.c:4968 +#: access/transam/xlog.c:6085 #, c-format msgid "entering standby mode" msgstr "inizio modalità standby" -#: access/transam/xlog.c:4971 +#: access/transam/xlog.c:6088 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "avvio del ripristino point-in-time allo XID %u" -#: access/transam/xlog.c:4975 +#: access/transam/xlog.c:6092 #, c-format msgid "starting point-in-time recovery to %s" msgstr "avvio del ripristino point-in-time alle %s" -#: access/transam/xlog.c:4979 +#: access/transam/xlog.c:6096 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "avvio del ripristino point-in-time a \"%s\"" -#: access/transam/xlog.c:4983 +#: access/transam/xlog.c:6100 #, c-format -msgid "starting archive recovery" -msgstr "avvio del ripristino dell'archivio" +msgid "starting point-in-time recovery to earliest consistent point" +msgstr "avvio del ripristino point-in-time al precedente punto consistente" -#: access/transam/xlog.c:4999 commands/sequence.c:1035 lib/stringinfo.c:266 -#: libpq/auth.c:1025 libpq/auth.c:1381 libpq/auth.c:1449 libpq/auth.c:1851 -#: postmaster/postmaster.c:2141 postmaster/postmaster.c:2172 -#: postmaster/postmaster.c:3629 postmaster/postmaster.c:4312 -#: postmaster/postmaster.c:4397 postmaster/postmaster.c:5075 -#: postmaster/postmaster.c:5251 postmaster/postmaster.c:5668 -#: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 -#: storage/file/fd.c:403 storage/file/fd.c:800 storage/file/fd.c:918 -#: storage/file/fd.c:1531 storage/ipc/procarray.c:901 -#: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 -#: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 -#: utils/adt/formatting.c:1524 utils/adt/formatting.c:1644 -#: utils/adt/formatting.c:1765 utils/adt/regexp.c:209 utils/adt/varlena.c:3652 -#: utils/adt/varlena.c:3673 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 -#: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 -#: utils/init/miscinit.c:151 utils/init/miscinit.c:172 -#: utils/init/miscinit.c:182 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 -#: utils/misc/guc.c:3394 utils/misc/guc.c:3410 utils/misc/guc.c:3423 -#: utils/misc/tzparser.c:455 utils/mmgr/aset.c:416 utils/mmgr/aset.c:587 -#: utils/mmgr/aset.c:765 utils/mmgr/aset.c:966 +#: access/transam/xlog.c:6103 #, c-format -msgid "out of memory" -msgstr "memoria esaurita" +msgid "starting archive recovery" +msgstr "avvio del ripristino dell'archivio" -#: access/transam/xlog.c:5000 +#: access/transam/xlog.c:6120 #, c-format msgid "Failed while allocating an XLog reading processor." msgstr "Errore nell'alllocazione di un processore di lettura XLog." -#: access/transam/xlog.c:5025 access/transam/xlog.c:5092 +#: access/transam/xlog.c:6145 access/transam/xlog.c:6212 #, c-format msgid "checkpoint record is at %X/%X" msgstr "il record di checkpoint si trova in %X/%X" -#: access/transam/xlog.c:5039 +#: access/transam/xlog.c:6159 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "localizzazione della posizione di redo referenziata dal record di checkpoint fallita" -#: access/transam/xlog.c:5040 access/transam/xlog.c:5047 +#: access/transam/xlog.c:6160 access/transam/xlog.c:6167 #, c-format msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "Se non si sta effettuando il ripristino da backup, prova a rimuovere il file \"%s/backup_label\"." -#: access/transam/xlog.c:5046 +#: access/transam/xlog.c:6166 #, c-format msgid "could not locate required checkpoint record" msgstr "localizzazione del record di checkpoint richiesto fallita" -#: access/transam/xlog.c:5102 access/transam/xlog.c:5117 +#: access/transam/xlog.c:6222 access/transam/xlog.c:6237 #, c-format msgid "could not locate a valid checkpoint record" msgstr "localizzazione di un record di checkpoint valido fallita" -#: access/transam/xlog.c:5111 +#: access/transam/xlog.c:6231 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "si sta usando il precedente record di checkpoint in %X/%X" -#: access/transam/xlog.c:5141 +#: access/transam/xlog.c:6261 #, c-format msgid "requested timeline %u is not a child of this server's history" -msgstr "la timeline richiesta %u non è figlia della stora di questo server" +msgstr "la timeline richiesta %u non è figlia della storia di questo server" -#: access/transam/xlog.c:5143 +#: access/transam/xlog.c:6263 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "L'ultimo checkpoint è a %X/%X sulla timeline %u, ma nella storia della timeline richiesta, il server si è separato da quella timeline a %X/%X." -#: access/transam/xlog.c:5159 +#: access/transam/xlog.c:6279 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "la timeline richiesta %u non contiene il punto di recupero minimo %X/%X sulla timeline %u" -#: access/transam/xlog.c:5168 +#: access/transam/xlog.c:6288 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "il record di redo è alle %X/%X; arresto %s" -#: access/transam/xlog.c:5172 +#: access/transam/xlog.c:6292 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "prossimo ID di transazione: %u/%u; prossimo OID: %u" -#: access/transam/xlog.c:5176 +#: access/transam/xlog.c:6296 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "prossimo MultiXactId: %u; prossimo MultiXactOffset: %u" -#: access/transam/xlog.c:5179 +#: access/transam/xlog.c:6299 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "ID della più vecchia transazione non congelata: %u, nel database %u" -#: access/transam/xlog.c:5182 +#: access/transam/xlog.c:6302 #, c-format msgid "oldest MultiXactId: %u, in database %u" msgstr "il MultiXactId più vecchio: %u, nel database %u" -#: access/transam/xlog.c:5186 +#: access/transam/xlog.c:6306 #, c-format msgid "invalid next transaction ID" msgstr "l'ID della prossima transazione non è valido" -#: access/transam/xlog.c:5243 +#: access/transam/xlog.c:6376 #, c-format msgid "invalid redo in checkpoint record" msgstr "il redo nel record di checkpoint non è valido" -#: access/transam/xlog.c:5254 +#: access/transam/xlog.c:6387 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "record di redo non valido nel checkpoint di arresto" -#: access/transam/xlog.c:5285 +#: access/transam/xlog.c:6418 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "il database non è stato arrestato correttamente; ripristino automatico in corso" -#: access/transam/xlog.c:5289 +#: access/transam/xlog.c:6422 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "il recupero dal crash comincia nella timeline %u e si conclude nella timeline %u" -#: access/transam/xlog.c:5326 +#: access/transam/xlog.c:6459 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label contiene dati non consistenti col file di controllo" -#: access/transam/xlog.c:5327 +#: access/transam/xlog.c:6460 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Questo vuol dire che il backup è corrotto e sarà necessario usare un altro backup per il ripristino." -#: access/transam/xlog.c:5392 +#: access/transam/xlog.c:6525 #, c-format msgid "initializing for hot standby" msgstr "inizializzazione per l'hot standby" -#: access/transam/xlog.c:5522 +#: access/transam/xlog.c:6657 #, c-format msgid "redo starts at %X/%X" msgstr "il redo inizia in %X/%X" -#: access/transam/xlog.c:5714 +#: access/transam/xlog.c:6872 #, c-format msgid "redo done at %X/%X" msgstr "redo concluso in %X/%X" -#: access/transam/xlog.c:5719 access/transam/xlog.c:7574 +#: access/transam/xlog.c:6877 access/transam/xlog.c:8728 #, c-format msgid "last completed transaction was at log time %s" msgstr "l'ultima transazione è stata completata all'orario di log %s" -#: access/transam/xlog.c:5727 +#: access/transam/xlog.c:6885 #, c-format msgid "redo is not required" msgstr "redo non richiesto" -#: access/transam/xlog.c:5775 +#: access/transam/xlog.c:6933 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "lo stop point di ripristino è posto prima di un punto di ripristino consistente" -#: access/transam/xlog.c:5791 access/transam/xlog.c:5795 +#: access/transam/xlog.c:6949 access/transam/xlog.c:6953 #, c-format msgid "WAL ends before end of online backup" msgstr "il WAL termina prima della fine del backup online" -#: access/transam/xlog.c:5792 +#: access/transam/xlog.c:6950 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Tutti i file WAL generati mentre il backup online veniva effettuato devono essere disponibili al momento del ripristino." -#: access/transam/xlog.c:5796 +#: access/transam/xlog.c:6954 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Un backup online iniziato con pg_start_backup() deve essere terminato con pg_stop_backup(), e tutti i file WAL fino a quel punto devono essere disponibili per il ripristino." -#: access/transam/xlog.c:5799 +#: access/transam/xlog.c:6957 #, c-format msgid "WAL ends before consistent recovery point" msgstr "il WAL termina prima di un punto di ripristino consistente" -#: access/transam/xlog.c:5826 +#: access/transam/xlog.c:6984 #, c-format msgid "selected new timeline ID: %u" msgstr "l'ID della nuova timeline selezionata è %u" -#: access/transam/xlog.c:6195 +#: access/transam/xlog.c:7333 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "è stato raggiunto uno stato di ripristino consistente a %X/%X" -#: access/transam/xlog.c:6378 +#: access/transam/xlog.c:7530 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "il link nel file di controllo al checkpoint primario non è valido" -#: access/transam/xlog.c:6382 +#: access/transam/xlog.c:7534 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "il link nel file di controllo al checkpoint secondario non è valido" -#: access/transam/xlog.c:6386 +#: access/transam/xlog.c:7538 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "il link al checkpoint nel file backup_label non è valido" -#: access/transam/xlog.c:6403 +#: access/transam/xlog.c:7555 #, c-format msgid "invalid primary checkpoint record" msgstr "il record del checkpoint primario non è valido" -#: access/transam/xlog.c:6407 +#: access/transam/xlog.c:7559 #, c-format msgid "invalid secondary checkpoint record" msgstr "il record del checkpoint secondario non è valido" -#: access/transam/xlog.c:6411 +#: access/transam/xlog.c:7563 #, c-format msgid "invalid checkpoint record" msgstr "il record del checkpoint non è valido" -#: access/transam/xlog.c:6422 +#: access/transam/xlog.c:7574 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "l'ID del resource manager nel record del checkpoint primario non è valido" -#: access/transam/xlog.c:6426 +#: access/transam/xlog.c:7578 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "l'ID del resource manager nel record del checkpoint secondario non è valido" -#: access/transam/xlog.c:6430 +#: access/transam/xlog.c:7582 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "l'ID del resource manager nel record del checkpoint non è valido" -#: access/transam/xlog.c:6442 +#: access/transam/xlog.c:7594 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "l'xl_info nel record del checkpoint primario non è valido" -#: access/transam/xlog.c:6446 +#: access/transam/xlog.c:7598 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "l'xl_info nel record del checkpoint secondario non è valido" -#: access/transam/xlog.c:6450 +#: access/transam/xlog.c:7602 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "l'xl_info nel record del checkpoint non è valido" -#: access/transam/xlog.c:6462 +#: access/transam/xlog.c:7614 #, c-format msgid "invalid length of primary checkpoint record" msgstr "la lunghezza del record del checkpoint primario non è valida" -#: access/transam/xlog.c:6466 +#: access/transam/xlog.c:7618 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "la lunghezza del record del checkpoint secondario non è valida" -#: access/transam/xlog.c:6470 +#: access/transam/xlog.c:7622 #, c-format msgid "invalid length of checkpoint record" msgstr "la lunghezza del record del checkpoint non è valida" -#: access/transam/xlog.c:6623 +#: access/transam/xlog.c:7782 #, c-format msgid "shutting down" msgstr "arresto in corso" -#: access/transam/xlog.c:6646 +#: access/transam/xlog.c:7805 #, c-format msgid "database system is shut down" msgstr "il database è stato arrestato" -#: access/transam/xlog.c:7111 +#: access/transam/xlog.c:8270 #, c-format msgid "concurrent transaction log activity while database system is shutting down" msgstr "rilevata attività concorrente sul log delle transazioni durante l'arresto del database" -#: access/transam/xlog.c:7388 +#: access/transam/xlog.c:8539 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "si tralascia il restartpoint, il ripristino è ormai terminato" -#: access/transam/xlog.c:7411 +#: access/transam/xlog.c:8562 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "si tralascia il restartpoint, già eseguito in %X/%X" -#: access/transam/xlog.c:7572 +#: access/transam/xlog.c:8726 #, c-format msgid "recovery restart point at %X/%X" msgstr "punto di avvio del ripristino in %X/%X" -#: access/transam/xlog.c:7698 +#: access/transam/xlog.c:8871 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "punto di ripristino \"%s\" creato in %X/%X" -#: access/transam/xlog.c:7913 +#: access/transam/xlog.c:9095 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "timeline precedente con ID %u non prevista (l'ID della timeline corrente è %u) nel record di checkpoint" -#: access/transam/xlog.c:7922 +#: access/transam/xlog.c:9104 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "timeline ID %u imprevista (dopo %u) nel record di checkpoint" -#: access/transam/xlog.c:7938 +#: access/transam/xlog.c:9120 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "timeline ID %u imprevista nel record di checkpoint, prima di raggiungere il punto di recupero minimo %X/%X sulla timeline %u" -#: access/transam/xlog.c:8005 +#: access/transam/xlog.c:9188 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "il backup online è stato annullato, il ripristino non può continuare" -#: access/transam/xlog.c:8066 access/transam/xlog.c:8114 -#: access/transam/xlog.c:8137 +#: access/transam/xlog.c:9249 access/transam/xlog.c:9298 +#: access/transam/xlog.c:9321 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "l'ID della timeline %u (che dovrebbe essere %u) non era prevista nel record di checkpoint" -#: access/transam/xlog.c:8370 +#: access/transam/xlog.c:9556 #, c-format msgid "could not fsync log segment %s: %m" msgstr "fsync del segmento di log %s fallito: %m" -#: access/transam/xlog.c:8394 +#: access/transam/xlog.c:9580 #, c-format msgid "could not fsync log file %s: %m" msgstr "fsync del file di log %s fallito: %m" -#: access/transam/xlog.c:8402 +#: access/transam/xlog.c:9588 #, c-format msgid "could not fsync write-through log file %s: %m" msgstr "fsync write-through del file di log %s fallito: %m" -#: access/transam/xlog.c:8411 +#: access/transam/xlog.c:9597 #, c-format msgid "could not fdatasync log file %s: %m" msgstr "fdatasync del file di log %s fallito: %m" -#: access/transam/xlog.c:8489 access/transam/xlog.c:8825 -#: access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 -#: access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 -#: access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373 +#: access/transam/xlog.c:9675 access/transam/xlog.c:10011 +#: access/transam/xlogfuncs.c:111 access/transam/xlogfuncs.c:140 +#: access/transam/xlogfuncs.c:179 access/transam/xlogfuncs.c:200 +#: access/transam/xlogfuncs.c:270 access/transam/xlogfuncs.c:326 #, c-format msgid "recovery is in progress" msgstr "il ripristino è in corso" -#: access/transam/xlog.c:8490 access/transam/xlog.c:8826 -#: access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 -#: access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218 +#: access/transam/xlog.c:9676 access/transam/xlog.c:10012 +#: access/transam/xlogfuncs.c:112 access/transam/xlogfuncs.c:141 +#: access/transam/xlogfuncs.c:180 access/transam/xlogfuncs.c:201 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "le funzioni di controllo WAL non possono essere eseguite durante il ripristino." -#: access/transam/xlog.c:8499 access/transam/xlog.c:8835 +#: access/transam/xlog.c:9685 access/transam/xlog.c:10021 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "livello WAL non sufficiente per creare un backup online" -#: access/transam/xlog.c:8500 access/transam/xlog.c:8836 -#: access/transam/xlogfuncs.c:158 +#: access/transam/xlog.c:9686 access/transam/xlog.c:10022 +#: access/transam/xlogfuncs.c:147 #, c-format -msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." -msgstr "Il wal_level deve essere impostato ad \"archive\" oppure \"hot_standby\" all'avvio del server." +msgid "wal_level must be set to \"archive\", \"hot_standby\", or \"logical\" at server start." +msgstr "Il wal_level deve essere impostato ad \"archive\", \"hot_standby\" oppure \"logical\" all'avvio del server." -#: access/transam/xlog.c:8505 +#: access/transam/xlog.c:9691 #, c-format msgid "backup label too long (max %d bytes)" msgstr "etichetta di backup troppo lunga (massimo %d byte)" -#: access/transam/xlog.c:8536 access/transam/xlog.c:8713 +#: access/transam/xlog.c:9722 access/transam/xlog.c:9899 #, c-format msgid "a backup is already in progress" msgstr "c'è già un backup in corso" -#: access/transam/xlog.c:8537 +#: access/transam/xlog.c:9723 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Esegui pg_stop_backup() e prova di nuovo." -#: access/transam/xlog.c:8631 +#: access/transam/xlog.c:9817 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "un WAL generato con full_page_writes=off è stato riprodotto dopo l'ultimo restartpoint" -#: access/transam/xlog.c:8633 access/transam/xlog.c:8986 +#: access/transam/xlog.c:9819 access/transam/xlog.c:10172 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again." msgstr "Ciò vuol dire che il backup che sta venendo preso sullo standby è corrotto e non dovrebbe essere usato. Abilita full_page_writes ed esegui CHECKPOINT sul master, poi prova ad effettuare nuovamente un backup online.\"" -#: access/transam/xlog.c:8707 access/transam/xlog.c:8876 +#: access/transam/xlog.c:9893 access/transam/xlog.c:10062 #: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 -#: replication/basebackup.c:396 replication/basebackup.c:451 -#: storage/file/copydir.c:75 storage/file/copydir.c:118 utils/adt/dbsize.c:68 -#: utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 -#: utils/adt/genfile.c:280 guc-file.l:777 +#: replication/basebackup.c:464 replication/basebackup.c:521 +#: replication/logical/snapbuild.c:1467 storage/file/copydir.c:72 +#: storage/file/copydir.c:115 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 +#: utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280 +#: guc-file.l:885 #, c-format msgid "could not stat file \"%s\": %m" msgstr "non è stato possibile ottenere informazioni sul file \"%s\": %m" -#: access/transam/xlog.c:8714 +#: access/transam/xlog.c:9900 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Se si è certi che non ci sono backup in corso, rimuovi il file \"%s\" e prova di nuovo." -#: access/transam/xlog.c:8731 access/transam/xlog.c:9049 +#: access/transam/xlog.c:9917 access/transam/xlog.c:10235 #, c-format msgid "could not write file \"%s\": %m" msgstr "scrittura nel file \"%s\" fallita: %m" -#: access/transam/xlog.c:8880 +#: access/transam/xlog.c:10066 #, c-format msgid "a backup is not in progress" msgstr "nessuno backup in esecuzione" -#: access/transam/xlog.c:8906 access/transam/xlogarchive.c:114 -#: access/transam/xlogarchive.c:466 storage/smgr/md.c:405 -#: storage/smgr/md.c:454 storage/smgr/md.c:1318 +#: access/transam/xlog.c:10092 access/transam/xlogarchive.c:114 +#: access/transam/xlogarchive.c:467 storage/ipc/dsm.c:326 +#: storage/smgr/md.c:404 storage/smgr/md.c:453 storage/smgr/md.c:1317 #, c-format msgid "could not remove file \"%s\": %m" msgstr "rimozione del file \"%s\" fallita: %m" -#: access/transam/xlog.c:8919 access/transam/xlog.c:8932 -#: access/transam/xlog.c:9283 access/transam/xlog.c:9289 -#: access/transam/xlogfuncs.c:626 +#: access/transam/xlog.c:10105 access/transam/xlog.c:10118 +#: access/transam/xlog.c:10469 access/transam/xlog.c:10475 +#: access/transam/xlogfuncs.c:503 #, c-format msgid "invalid data in file \"%s\"" msgstr "i dati nel file \"%s\" non sono validi" -#: access/transam/xlog.c:8936 replication/basebackup.c:855 +#: access/transam/xlog.c:10122 replication/basebackup.c:951 #, c-format msgid "the standby was promoted during online backup" msgstr "lo standby è stato promosso durante il backup online" -#: access/transam/xlog.c:8937 replication/basebackup.c:856 +#: access/transam/xlog.c:10123 replication/basebackup.c:952 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Ciò vuol dire che il backup che stava venendo salvato è corrotto e non dovrebbe essere usato. Prova ad effettuare un altro backup online." -#: access/transam/xlog.c:8984 +#: access/transam/xlog.c:10170 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "un WAL generato con full_page_writes=off è stato riprodotto durante il backup online" -#: access/transam/xlog.c:9098 +#: access/transam/xlog.c:10284 #, c-format msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" msgstr "pulizia di pg_stop_backup effettuata, in attesa che i segmenti WAL richiesti vengano archiviati" -#: access/transam/xlog.c:9108 +#: access/transam/xlog.c:10294 #, c-format msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "pg_stop_backup è ancora in attesa che tutti i segmenti WAL richiesti siano stati archiviati (sono passati %d secondi)" -#: access/transam/xlog.c:9110 +#: access/transam/xlog.c:10296 #, c-format msgid "Check that your archive_command is executing properly. pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments." msgstr "Controlla che il tuo archive_command venga eseguito correttamente. pg_stop_backup può essere interrotto in sicurezza ma il backup del database non sarà utilizzabile senza tutti i segmenti WAL." -#: access/transam/xlog.c:9117 +#: access/transam/xlog.c:10303 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "pg_stop_backup completo, tutti i segmenti WAL richiesti sono stati archiviati" -#: access/transam/xlog.c:9121 +#: access/transam/xlog.c:10307 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "l'archiviazione WAL non è abilitata; devi verificare che tutti i segmenti WAL richiesti vengano copiati in qualche altro modo per completare il backup" -#: access/transam/xlog.c:9334 +#: access/transam/xlog.c:10520 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:9374 +#: access/transam/xlog.c:10560 #, c-format msgid "online backup mode canceled" msgstr "modalità backup online annullata" -#: access/transam/xlog.c:9375 +#: access/transam/xlog.c:10561 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "\"%s\" è stato rinominato in \"%s\"." -#: access/transam/xlog.c:9382 +#: access/transam/xlog.c:10568 #, c-format msgid "online backup mode was not canceled" msgstr "la modalità di backup online non è stata annullata" -#: access/transam/xlog.c:9383 +#: access/transam/xlog.c:10569 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Non è stato possibile rinominare \"%s\" in \"%s\": %m." -#: access/transam/xlog.c:9503 replication/walreceiver.c:934 -#: replication/walsender.c:1344 +#: access/transam/xlog.c:10689 replication/logical/logicalfuncs.c:169 +#: replication/walreceiver.c:937 replication/walsender.c:2106 #, c-format msgid "could not seek in log segment %s to offset %u: %m" msgstr "spostamento nel segmento di log %s alla posizione %u fallito: %m" -#: access/transam/xlog.c:9515 +#: access/transam/xlog.c:10701 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "lettura del segmento di log %s, posizione %u fallita: %m" -#: access/transam/xlog.c:9980 +#: access/transam/xlog.c:11164 #, c-format msgid "received promote request" msgstr "richiesta di promozione ricevuta" -#: access/transam/xlog.c:9993 +#: access/transam/xlog.c:11177 #, c-format msgid "trigger file found: %s" msgstr "trovato il file trigger: %s" +#: access/transam/xlog.c:11186 +#, c-format +msgid "could not stat trigger file \"%s\": %m" +msgstr "non è stato possibile ottenere informazioni sul file trigger \"%s\": %m" + #: access/transam/xlogarchive.c:244 #, c-format msgid "archive file \"%s\" has wrong size: %lu instead of %lu" @@ -1979,107 +2118,97 @@ msgstr "file di log \"%s\" ripristinato dall'archivio" #: access/transam/xlogarchive.c:303 #, c-format -msgid "could not restore file \"%s\" from archive: return code %d" -msgstr "ripristino del file \"%s\" dall'archivio fallito: codice di uscita %d" +msgid "could not restore file \"%s\" from archive: %s" +msgstr "non è stato possibile ripristinare il file \"%s\" dall'archivio: %s" #. translator: First %s represents a recovery.conf parameter name like -#. "recovery_end_command", and the 2nd is the value of that parameter. -#: access/transam/xlogarchive.c:414 +#. "recovery_end_command", the 2nd is the value of that parameter, the +#. third an already translated error message. +#: access/transam/xlogarchive.c:415 #, c-format -msgid "%s \"%s\": return code %d" -msgstr "%s \"%s\": codice di uscita %d" +msgid "%s \"%s\": %s" +msgstr "%s \"%s\": %s" -#: access/transam/xlogarchive.c:524 access/transam/xlogarchive.c:593 +#: access/transam/xlogarchive.c:525 access/transam/xlogarchive.c:594 #, c-format msgid "could not create archive status file \"%s\": %m" msgstr "creazione del file di stato dell'archivio \"%s\" fallita: %m" -#: access/transam/xlogarchive.c:532 access/transam/xlogarchive.c:601 +#: access/transam/xlogarchive.c:533 access/transam/xlogarchive.c:602 #, c-format msgid "could not write archive status file \"%s\": %m" msgstr "scrittura del file di stato dell'archivio \"%s\" fallita: %m" -#: access/transam/xlogfuncs.c:62 access/transam/xlogfuncs.c:93 +#: access/transam/xlogfuncs.c:60 access/transam/xlogfuncs.c:88 #, c-format msgid "must be superuser or replication role to run a backup" msgstr "solo un superutente o il ruolo di replica può eseguire un backup" -#: access/transam/xlogfuncs.c:114 +#: access/transam/xlogfuncs.c:106 #, c-format msgid "must be superuser to switch transaction log files" msgstr "solo un superutente può cambiare i file di log delle transazioni" -#: access/transam/xlogfuncs.c:146 +#: access/transam/xlogfuncs.c:135 #, c-format msgid "must be superuser to create a restore point" msgstr "Solo un superutente può creare un punto di ripristino" -#: access/transam/xlogfuncs.c:157 +#: access/transam/xlogfuncs.c:146 #, c-format msgid "WAL level not sufficient for creating a restore point" msgstr "livello WAL non sufficiente per creare un punto di ripristino" -#: access/transam/xlogfuncs.c:165 +#: access/transam/xlogfuncs.c:154 #, c-format msgid "value too long for restore point (maximum %d characters)" msgstr "il valore è troppo lungo per un punto di ripristino (massimo %d caratteri)" -#: access/transam/xlogfuncs.c:300 +#: access/transam/xlogfuncs.c:271 #, c-format msgid "pg_xlogfile_name_offset() cannot be executed during recovery." msgstr "pg_xlogfile_name_offset() non può essere eseguito durante il recupero." -#: access/transam/xlogfuncs.c:312 access/transam/xlogfuncs.c:383 -#: access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:546 -#, c-format -msgid "could not parse transaction log location \"%s\"" -msgstr "non è stato possibile interpretare la posizione del log delle transazioni \"%s\"" - -#: access/transam/xlogfuncs.c:374 +#: access/transam/xlogfuncs.c:327 #, c-format msgid "pg_xlogfile_name() cannot be executed during recovery." msgstr "pg_xlogfile_name() non può essere eseguito durante il recupero." -#: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 -#: access/transam/xlogfuncs.c:446 +#: access/transam/xlogfuncs.c:344 access/transam/xlogfuncs.c:366 +#: access/transam/xlogfuncs.c:388 #, c-format msgid "must be superuser to control recovery" msgstr "solo un superutente può controllare il recupero" -#: access/transam/xlogfuncs.c:407 access/transam/xlogfuncs.c:429 -#: access/transam/xlogfuncs.c:451 +#: access/transam/xlogfuncs.c:349 access/transam/xlogfuncs.c:371 +#: access/transam/xlogfuncs.c:393 #, c-format msgid "recovery is not in progress" msgstr "il recupero non è in corso" -#: access/transam/xlogfuncs.c:408 access/transam/xlogfuncs.c:430 -#: access/transam/xlogfuncs.c:452 +#: access/transam/xlogfuncs.c:350 access/transam/xlogfuncs.c:372 +#: access/transam/xlogfuncs.c:394 #, c-format msgid "Recovery control functions can only be executed during recovery." msgstr "Le funzioni di controllo del recupero possono essere eseguite solo durante un recupero." -#: access/transam/xlogfuncs.c:501 access/transam/xlogfuncs.c:507 -#, c-format -msgid "invalid input syntax for transaction log location: \"%s\"" -msgstr "sintassi di input non valida per la posizione del log delle transazioni: \"%s\"" - -#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:759 tcop/postgres.c:3453 +#: bootstrap/bootstrap.c:273 postmaster/postmaster.c:759 tcop/postgres.c:3460 #, c-format msgid "--%s requires a value" msgstr "--%s richiede un valore" -#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:764 tcop/postgres.c:3458 +#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:764 tcop/postgres.c:3465 #, c-format msgid "-c %s requires a value" msgstr "-c %s richiede un valore" -#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:776 +#: bootstrap/bootstrap.c:289 postmaster/postmaster.c:776 #: postmaster/postmaster.c:789 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Prova \"%s --help\" per maggiori informazioni.\n" -#: bootstrap/bootstrap.c:303 +#: bootstrap/bootstrap.c:298 #, c-format msgid "%s: invalid command-line arguments\n" msgstr "%s: parametri della riga di comando non validi\n" @@ -2194,34 +2323,34 @@ msgstr "tipo di privilegio %s non valido per il server esterno" msgid "column privileges are only valid for relations" msgstr "i privilegi della colonna sono validi solo per le relazioni" -#: catalog/aclchk.c:688 catalog/aclchk.c:3901 catalog/aclchk.c:4678 -#: catalog/objectaddress.c:575 catalog/pg_largeobject.c:113 -#: storage/large_object/inv_api.c:266 +#: catalog/aclchk.c:688 catalog/aclchk.c:3904 catalog/aclchk.c:4681 +#: catalog/objectaddress.c:586 catalog/pg_largeobject.c:113 +#: storage/large_object/inv_api.c:291 #, c-format msgid "large object %u does not exist" msgstr "il large object %u non esiste" #: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 -#: commands/copy.c:923 commands/copy.c:941 commands/copy.c:949 -#: commands/copy.c:957 commands/copy.c:965 commands/copy.c:973 -#: commands/copy.c:981 commands/copy.c:989 commands/copy.c:997 -#: commands/copy.c:1013 commands/copy.c:1032 commands/copy.c:1047 -#: commands/dbcommands.c:148 commands/dbcommands.c:156 +#: commands/copy.c:925 commands/copy.c:943 commands/copy.c:951 +#: commands/copy.c:959 commands/copy.c:967 commands/copy.c:975 +#: commands/copy.c:983 commands/copy.c:991 commands/copy.c:999 +#: commands/copy.c:1015 commands/copy.c:1029 commands/copy.c:1048 +#: commands/copy.c:1063 commands/dbcommands.c:148 commands/dbcommands.c:156 #: commands/dbcommands.c:164 commands/dbcommands.c:172 #: commands/dbcommands.c:180 commands/dbcommands.c:188 -#: commands/dbcommands.c:196 commands/dbcommands.c:1360 -#: commands/dbcommands.c:1368 commands/extension.c:1250 -#: commands/extension.c:1258 commands/extension.c:1266 -#: commands/extension.c:2674 commands/foreigncmds.c:486 -#: commands/foreigncmds.c:495 commands/functioncmds.c:496 -#: commands/functioncmds.c:588 commands/functioncmds.c:596 -#: commands/functioncmds.c:604 commands/functioncmds.c:1670 -#: commands/functioncmds.c:1678 commands/sequence.c:1164 -#: commands/sequence.c:1172 commands/sequence.c:1180 commands/sequence.c:1188 -#: commands/sequence.c:1196 commands/sequence.c:1204 commands/sequence.c:1212 -#: commands/sequence.c:1220 commands/typecmds.c:295 commands/typecmds.c:1330 -#: commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 -#: commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 +#: commands/dbcommands.c:196 commands/dbcommands.c:1349 +#: commands/dbcommands.c:1357 commands/extension.c:1246 +#: commands/extension.c:1254 commands/extension.c:1262 +#: commands/extension.c:2670 commands/foreigncmds.c:486 +#: commands/foreigncmds.c:495 commands/functioncmds.c:522 +#: commands/functioncmds.c:614 commands/functioncmds.c:622 +#: commands/functioncmds.c:630 commands/functioncmds.c:1700 +#: commands/functioncmds.c:1708 commands/sequence.c:1146 +#: commands/sequence.c:1154 commands/sequence.c:1162 commands/sequence.c:1170 +#: commands/sequence.c:1178 commands/sequence.c:1186 commands/sequence.c:1194 +#: commands/sequence.c:1202 commands/typecmds.c:297 commands/typecmds.c:1332 +#: commands/typecmds.c:1341 commands/typecmds.c:1349 commands/typecmds.c:1357 +#: commands/typecmds.c:1365 commands/user.c:135 commands/user.c:152 #: commands/user.c:160 commands/user.c:168 commands/user.c:176 #: commands/user.c:184 commands/user.c:192 commands/user.c:200 #: commands/user.c:208 commands/user.c:216 commands/user.c:224 @@ -2238,22 +2367,22 @@ msgstr "opzioni contraddittorie o ridondanti" msgid "default privileges cannot be set for columns" msgstr "i privilegi predefiniti non possono essere impostati sulle colonne" -#: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:386 -#: commands/copy.c:4163 commands/sequence.c:1466 commands/tablecmds.c:4823 -#: commands/tablecmds.c:4918 commands/tablecmds.c:4968 -#: commands/tablecmds.c:5072 commands/tablecmds.c:5119 -#: commands/tablecmds.c:5203 commands/tablecmds.c:5291 -#: commands/tablecmds.c:7231 commands/tablecmds.c:7435 -#: commands/tablecmds.c:7827 commands/trigger.c:592 parser/analyze.c:1998 -#: parser/parse_relation.c:2173 parser/parse_relation.c:2230 -#: parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 -#: utils/adt/ruleutils.c:1781 +#: catalog/aclchk.c:1492 catalog/objectaddress.c:1042 commands/analyze.c:387 +#: commands/copy.c:4247 commands/sequence.c:1448 commands/tablecmds.c:4939 +#: commands/tablecmds.c:5034 commands/tablecmds.c:5084 +#: commands/tablecmds.c:5188 commands/tablecmds.c:5235 +#: commands/tablecmds.c:5319 commands/tablecmds.c:5407 +#: commands/tablecmds.c:7494 commands/tablecmds.c:7698 +#: commands/tablecmds.c:8090 commands/trigger.c:635 parser/analyze.c:1998 +#: parser/parse_relation.c:2358 parser/parse_relation.c:2420 +#: parser/parse_target.c:920 parser/parse_type.c:128 utils/adt/acl.c:2840 +#: utils/adt/ruleutils.c:1820 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "la colonna \"%s\" della relazione \"%s\" non esiste" -#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1053 -#: commands/tablecmds.c:213 commands/tablecmds.c:10494 utils/adt/acl.c:2076 +#: catalog/aclchk.c:1757 catalog/objectaddress.c:862 commands/sequence.c:1035 +#: commands/tablecmds.c:214 commands/tablecmds.c:11244 utils/adt/acl.c:2076 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228 #, c-format @@ -2300,7 +2429,7 @@ msgstr "non è possibile impostare privilegi su tipi array" msgid "Set the privileges of the element type instead." msgstr "Puoi impostare i privilegi del tipo dell'elemento." -#: catalog/aclchk.c:3100 catalog/objectaddress.c:1072 commands/typecmds.c:3179 +#: catalog/aclchk.c:3100 catalog/objectaddress.c:1094 commands/typecmds.c:3187 #, c-format msgid "\"%s\" is not a domain" msgstr "\"%s\" non è un dominio" @@ -2320,8 +2449,8 @@ msgstr "permesso negato per la colonna %s" msgid "permission denied for relation %s" msgstr "permesso negato per la relazione %s" -#: catalog/aclchk.c:3273 commands/sequence.c:560 commands/sequence.c:773 -#: commands/sequence.c:815 commands/sequence.c:852 commands/sequence.c:1518 +#: catalog/aclchk.c:3273 commands/sequence.c:535 commands/sequence.c:748 +#: commands/sequence.c:790 commands/sequence.c:827 commands/sequence.c:1500 #, c-format msgid "permission denied for sequence %s" msgstr "permesso negato per la sequenza %s" @@ -2531,106 +2660,96 @@ msgstr "il ruolo con OID %u non esiste" msgid "attribute %d of relation with OID %u does not exist" msgstr "l'attributo %d della relazione con OID %u non esiste" -#: catalog/aclchk.c:3617 catalog/aclchk.c:4529 +#: catalog/aclchk.c:3617 catalog/aclchk.c:4532 #, c-format msgid "relation with OID %u does not exist" msgstr "la relazione con OID %u non esiste" -#: catalog/aclchk.c:3717 catalog/aclchk.c:4947 +#: catalog/aclchk.c:3717 catalog/aclchk.c:4950 #, c-format msgid "database with OID %u does not exist" msgstr "il database con OID %u non esiste" -#: catalog/aclchk.c:3771 catalog/aclchk.c:4607 tcop/fastpath.c:223 +#: catalog/aclchk.c:3771 catalog/aclchk.c:4610 tcop/fastpath.c:223 #, c-format msgid "function with OID %u does not exist" msgstr "la funzione con OID %u non esiste" -#: catalog/aclchk.c:3825 catalog/aclchk.c:4633 +#: catalog/aclchk.c:3825 catalog/aclchk.c:4636 #, c-format msgid "language with OID %u does not exist" msgstr "il linguaggio con OID %u non esiste" -#: catalog/aclchk.c:3986 catalog/aclchk.c:4705 +#: catalog/aclchk.c:3989 catalog/aclchk.c:4708 #, c-format msgid "schema with OID %u does not exist" msgstr "lo schema con OID %u non esiste" -#: catalog/aclchk.c:4040 catalog/aclchk.c:4732 +#: catalog/aclchk.c:4043 catalog/aclchk.c:4735 #, c-format msgid "tablespace with OID %u does not exist" msgstr "il tablespace con l'OID %u non esiste" -#: catalog/aclchk.c:4098 catalog/aclchk.c:4866 commands/foreigncmds.c:302 +#: catalog/aclchk.c:4101 catalog/aclchk.c:4869 commands/foreigncmds.c:302 #, c-format msgid "foreign-data wrapper with OID %u does not exist" msgstr "il wrapper di dati esterni con OID %u non esiste" -#: catalog/aclchk.c:4159 catalog/aclchk.c:4893 commands/foreigncmds.c:409 +#: catalog/aclchk.c:4162 catalog/aclchk.c:4896 commands/foreigncmds.c:409 #, c-format msgid "foreign server with OID %u does not exist" msgstr "il server esterno con OID %u non esiste" -#: catalog/aclchk.c:4218 catalog/aclchk.c:4232 catalog/aclchk.c:4555 +#: catalog/aclchk.c:4221 catalog/aclchk.c:4235 catalog/aclchk.c:4558 #, c-format msgid "type with OID %u does not exist" msgstr "il tipo con OID %u non esiste" -#: catalog/aclchk.c:4581 +#: catalog/aclchk.c:4584 #, c-format msgid "operator with OID %u does not exist" msgstr "l'operatore con OID %u non esiste" -#: catalog/aclchk.c:4758 +#: catalog/aclchk.c:4761 #, c-format msgid "operator class with OID %u does not exist" msgstr "la classe di operatori con OID %u non esiste" -#: catalog/aclchk.c:4785 +#: catalog/aclchk.c:4788 #, c-format msgid "operator family with OID %u does not exist" msgstr "la famiglia di operatori con OID %u non esiste" -#: catalog/aclchk.c:4812 +#: catalog/aclchk.c:4815 #, c-format msgid "text search dictionary with OID %u does not exist" msgstr "il dizionario di ricerca di testo con OID %u non esiste" -#: catalog/aclchk.c:4839 +#: catalog/aclchk.c:4842 #, c-format msgid "text search configuration with OID %u does not exist" msgstr "la configurazione di ricerca di testo con OID %u non esiste" -#: catalog/aclchk.c:4920 commands/event_trigger.c:509 +#: catalog/aclchk.c:4923 commands/event_trigger.c:509 #, c-format msgid "event trigger with OID %u does not exist" msgstr "il trigger di evento con OID %u non esiste" -#: catalog/aclchk.c:4973 +#: catalog/aclchk.c:4976 #, c-format msgid "collation with OID %u does not exist" msgstr "l'ordinamento con OID %u non esiste" -#: catalog/aclchk.c:4999 +#: catalog/aclchk.c:5002 #, c-format msgid "conversion with OID %u does not exist" msgstr "la conversione con OID %u non esiste" -#: catalog/aclchk.c:5040 +#: catalog/aclchk.c:5043 #, c-format msgid "extension with OID %u does not exist" msgstr "l'estensione con OID %u non esiste" -#: catalog/catalog.c:63 -#, c-format -msgid "invalid fork name" -msgstr "Nome del fork non valido" - -#: catalog/catalog.c:64 -#, c-format -msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"." -msgstr "Nomi di fork validi sono \"main\", \"fsm\", e \"vm\"." - #: catalog/dependency.c:626 #, c-format msgid "cannot drop %s because %s requires it" @@ -2641,7 +2760,7 @@ msgstr "non è possibile eliminare %s perché %s lo richiede" msgid "You can drop %s instead." msgstr "È invece possibile eliminare %s." -#: catalog/dependency.c:790 catalog/pg_shdepend.c:571 +#: catalog/dependency.c:790 catalog/pg_shdepend.c:573 #, c-format msgid "cannot drop %s because it is required by the database system" msgstr "non è possibile eliminare %s perché richiesto dal sistema database" @@ -2661,7 +2780,7 @@ msgstr "%s dipende da %s" msgid "drop cascades to %s" msgstr "l'eliminazione elimina anche %s in cascata" -#: catalog/dependency.c:956 catalog/pg_shdepend.c:682 +#: catalog/dependency.c:956 catalog/pg_shdepend.c:684 #, c-format msgid "" "\n" @@ -2681,17 +2800,6 @@ msgstr[1] "" msgid "cannot drop %s because other objects depend on it" msgstr "non è possibile eliminare %s perché altri oggetti dipendono da esso" -#: catalog/dependency.c:970 catalog/dependency.c:971 catalog/dependency.c:977 -#: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 -#: catalog/objectaddress.c:751 commands/tablecmds.c:737 commands/user.c:988 -#: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1182 utils/misc/guc.c:5472 utils/misc/guc.c:5807 -#: utils/misc/guc.c:8168 utils/misc/guc.c:8202 utils/misc/guc.c:8236 -#: utils/misc/guc.c:8270 utils/misc/guc.c:8305 -#, c-format -msgid "%s" -msgstr "%s" - #: catalog/dependency.c:972 catalog/dependency.c:979 #, c-format msgid "Use DROP ... CASCADE to drop the dependent objects too." @@ -2710,198 +2818,198 @@ msgid_plural "drop cascades to %d other objects" msgstr[0] "l'eliminazione elimina in cascata %d altro oggetto" msgstr[1] "l'eliminazione elimina in cascata %d altri oggetti" -#: catalog/heap.c:266 +#: catalog/heap.c:274 #, c-format msgid "permission denied to create \"%s.%s\"" msgstr "permesso di creare \"%s.%s\" negato" -#: catalog/heap.c:268 +#: catalog/heap.c:276 #, c-format msgid "System catalog modifications are currently disallowed." msgstr "Le modifiche al catalogo di sistema non sono attualmente consentite." -#: catalog/heap.c:403 commands/tablecmds.c:1376 commands/tablecmds.c:1817 -#: commands/tablecmds.c:4468 +#: catalog/heap.c:411 commands/tablecmds.c:1402 commands/tablecmds.c:1844 +#: commands/tablecmds.c:4583 #, c-format msgid "tables can have at most %d columns" msgstr "le tabelle possono avere al massimo %d colonne" -#: catalog/heap.c:420 commands/tablecmds.c:4724 +#: catalog/heap.c:428 commands/tablecmds.c:4839 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "il nome della colonna \"%s\" è in conflitto con il nome di una colonna di sistema" -#: catalog/heap.c:436 +#: catalog/heap.c:444 #, c-format msgid "column name \"%s\" specified more than once" msgstr "nome di colonna \"%s\" specificato più di una volta" -#: catalog/heap.c:486 +#: catalog/heap.c:494 #, c-format msgid "column \"%s\" has type \"unknown\"" msgstr "la colonna \"%s\" è di tipo \"unknown\"" -#: catalog/heap.c:487 +#: catalog/heap.c:495 #, c-format msgid "Proceeding with relation creation anyway." msgstr "Si procede comunque alla creazione della relazione." -#: catalog/heap.c:500 +#: catalog/heap.c:508 #, c-format msgid "column \"%s\" has pseudo-type %s" msgstr "la colonna \"%s\" ha pseudo-tipo %s" -#: catalog/heap.c:530 +#: catalog/heap.c:538 #, c-format msgid "composite type %s cannot be made a member of itself" msgstr "il tipo composito %s non può essere fatto membro di sé stesso" -#: catalog/heap.c:572 commands/createas.c:342 +#: catalog/heap.c:580 commands/createas.c:343 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "nessun ordinamento è stato derivato per la colonna \"%s\" con tipo ordinabile %s" -#: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1085 -#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1515 -#: utils/adt/formatting.c:1567 utils/adt/formatting.c:1635 -#: utils/adt/formatting.c:1687 utils/adt/formatting.c:1756 -#: utils/adt/formatting.c:1820 utils/adt/like.c:212 utils/adt/selfuncs.c:5200 +#: catalog/heap.c:582 commands/createas.c:345 commands/indexcmds.c:1072 +#: commands/view.c:116 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1510 +#: utils/adt/formatting.c:1562 utils/adt/formatting.c:1630 +#: utils/adt/formatting.c:1682 utils/adt/formatting.c:1751 +#: utils/adt/formatting.c:1815 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 #: utils/adt/varlena.c:1381 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Usa la clausola COLLATE per impostare esplicitamente l'ordinamento." -#: catalog/heap.c:1047 catalog/index.c:776 commands/tablecmds.c:2519 +#: catalog/heap.c:1055 catalog/index.c:778 commands/tablecmds.c:2549 #, c-format msgid "relation \"%s\" already exists" msgstr "la relazione \"%s\" esiste già" -#: catalog/heap.c:1063 catalog/pg_type.c:402 catalog/pg_type.c:705 -#: commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 -#: commands/typecmds.c:1306 commands/typecmds.c:2058 +#: catalog/heap.c:1071 catalog/pg_type.c:403 catalog/pg_type.c:706 +#: commands/typecmds.c:239 commands/typecmds.c:739 commands/typecmds.c:1090 +#: commands/typecmds.c:1308 commands/typecmds.c:2060 #, c-format msgid "type \"%s\" already exists" msgstr "il tipo \"%s\" esiste già" -#: catalog/heap.c:1064 +#: catalog/heap.c:1072 #, c-format msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type." msgstr "Una relazione ha un tipo associato con lo stesso nome, quindi devi usare nomi che non siano in conflitto con alcun tipo esistente." -#: catalog/heap.c:2249 +#: catalog/heap.c:2257 #, c-format msgid "check constraint \"%s\" already exists" msgstr "il vincolo di controllo \"%s\" esiste già" -#: catalog/heap.c:2402 catalog/pg_constraint.c:650 commands/tablecmds.c:5617 +#: catalog/heap.c:2410 catalog/pg_constraint.c:650 commands/tablecmds.c:5734 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "il vincolo \"%s\" per la relazione \"%s\" esiste già" -#: catalog/heap.c:2412 +#: catalog/heap.c:2420 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" msgstr "il vincolo \"%s\" è in conflitto con il vincolo non ereditato sulla relazione \"%s\"" -#: catalog/heap.c:2426 +#: catalog/heap.c:2434 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "unione del vincolo \"%s\" con una definizione ereditata" -#: catalog/heap.c:2519 +#: catalog/heap.c:2527 #, c-format msgid "cannot use column references in default expression" msgstr "non si possono usare riferimenti a colonne nell'espressione predefinita" -#: catalog/heap.c:2530 +#: catalog/heap.c:2538 #, c-format msgid "default expression must not return a set" msgstr "le espressioni predefinite non devono restituire un insieme" -#: catalog/heap.c:2549 rewrite/rewriteHandler.c:1033 +#: catalog/heap.c:2557 rewrite/rewriteHandler.c:1066 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "la colonna \"%s\" è di tipo %s ma l'espressione predefinita è di tipo %s" -#: catalog/heap.c:2554 commands/prepare.c:374 parser/parse_node.c:411 +#: catalog/heap.c:2562 commands/prepare.c:374 parser/parse_node.c:411 #: parser/parse_target.c:509 parser/parse_target.c:758 -#: parser/parse_target.c:768 rewrite/rewriteHandler.c:1038 +#: parser/parse_target.c:768 rewrite/rewriteHandler.c:1071 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Devi riscrivere o convertire il tipo dell'espressione" -#: catalog/heap.c:2601 +#: catalog/heap.c:2609 #, c-format msgid "only table \"%s\" can be referenced in check constraint" msgstr "solo la tabella \"%s\" può essere referenziata nel vincolo di controllo" -#: catalog/heap.c:2841 +#: catalog/heap.c:2849 #, c-format msgid "unsupported ON COMMIT and foreign key combination" msgstr "la combinazione di COMMIT con una chiave esterna non è supportata" -#: catalog/heap.c:2842 +#: catalog/heap.c:2850 #, c-format msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting." msgstr "La tabella \"%s\" referenzia \"%s\", ma non hanno la stessa impostazione ON COMMIT." -#: catalog/heap.c:2847 +#: catalog/heap.c:2855 #, c-format msgid "cannot truncate a table referenced in a foreign key constraint" msgstr "non è possibile troncare una tabella referenziata da un vincolo di chiave esterna" -#: catalog/heap.c:2848 +#: catalog/heap.c:2856 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "La tabella \"%s\" referenzia \"%s\"." -#: catalog/heap.c:2850 +#: catalog/heap.c:2858 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Troncare la tabella \"%s\" nello stesso tempo o usare TRUNCATE ... CASCADE." -#: catalog/index.c:203 parser/parse_utilcmd.c:1398 parser/parse_utilcmd.c:1484 +#: catalog/index.c:204 parser/parse_utilcmd.c:1393 parser/parse_utilcmd.c:1479 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "non è possibile avere più di una chiave primaria per la tabella \"%s\"" -#: catalog/index.c:221 +#: catalog/index.c:222 #, c-format msgid "primary keys cannot be expressions" msgstr "le chiavi primarie non possono essere delle espressioni" -#: catalog/index.c:737 catalog/index.c:1142 +#: catalog/index.c:739 catalog/index.c:1143 #, c-format msgid "user-defined indexes on system catalog tables are not supported" msgstr "non sono supportati indici definiti dall'utente sulle tabelle del catalogo di sistema" -#: catalog/index.c:747 +#: catalog/index.c:749 #, c-format msgid "concurrent index creation on system catalog tables is not supported" msgstr "la creazione concorrente di indici sulle tabelle del catalogo di sistema non è supportata" -#: catalog/index.c:765 +#: catalog/index.c:767 #, c-format msgid "shared indexes cannot be created after initdb" msgstr "indici condivisi non possono essere creati dopo initdb" -#: catalog/index.c:1410 +#: catalog/index.c:1403 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" msgstr "DROP INDEX CONCURRENTLY deve essere la prima azione della transazione" -#: catalog/index.c:1978 +#: catalog/index.c:1944 #, c-format msgid "building index \"%s\" on table \"%s\"" msgstr "creazione dell'indice \"%s\" sulla tabella \"%s\"" -#: catalog/index.c:3154 +#: catalog/index.c:3129 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "non è possibile reindicizzare le tabelle temporanee di altre sessioni" #: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 -#: commands/trigger.c:4233 +#: commands/trigger.c:4486 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "i riferimenti tra database diversi non sono implementati: \"%s.%s.%s\"" @@ -2921,19 +3029,19 @@ msgstr "lock della relazione \"%s.%s\" fallito" msgid "could not obtain lock on relation \"%s\"" msgstr "lock della relazione \"%s\" fallito" -#: catalog/namespace.c:412 parser/parse_relation.c:962 +#: catalog/namespace.c:412 parser/parse_relation.c:964 #, c-format msgid "relation \"%s.%s\" does not exist" msgstr "la relazione \"%s.%s\" non esiste" -#: catalog/namespace.c:417 parser/parse_relation.c:975 -#: parser/parse_relation.c:983 utils/adt/regproc.c:853 +#: catalog/namespace.c:417 parser/parse_relation.c:977 +#: parser/parse_relation.c:985 utils/adt/regproc.c:974 #, c-format msgid "relation \"%s\" does not exist" msgstr "la relazione \"%s\" non esiste" -#: catalog/namespace.c:485 catalog/namespace.c:2834 commands/extension.c:1400 -#: commands/extension.c:1406 +#: catalog/namespace.c:485 catalog/namespace.c:2849 commands/extension.c:1396 +#: commands/extension.c:1402 #, c-format msgid "no schema has been selected to create in" msgstr "nessuna schema selezionato per crearci dentro" @@ -2953,245 +3061,246 @@ msgstr "non si possono creare relazioni temporanee in schemi non temporanei" msgid "only temporary relations may be created in temporary schemas" msgstr "solo relazioni temporanee possono essere create in schemi temporanei" -#: catalog/namespace.c:2136 +#: catalog/namespace.c:2151 #, c-format msgid "text search parser \"%s\" does not exist" msgstr "l'analizzatore di ricerca di testo \"%s\" non esiste" -#: catalog/namespace.c:2262 +#: catalog/namespace.c:2277 #, c-format msgid "text search dictionary \"%s\" does not exist" msgstr "il dizionario di ricerca di testo \"%s\" non esiste" -#: catalog/namespace.c:2389 +#: catalog/namespace.c:2404 #, c-format msgid "text search template \"%s\" does not exist" msgstr "il modello di ricerca di testo \"%s\" non esiste" -#: catalog/namespace.c:2515 commands/tsearchcmds.c:1168 -#: utils/cache/ts_cache.c:619 +#: catalog/namespace.c:2530 commands/tsearchcmds.c:1168 +#: utils/cache/ts_cache.c:616 #, c-format msgid "text search configuration \"%s\" does not exist" msgstr "la configurazione di ricerca di testo \"%s\" non esiste" -#: catalog/namespace.c:2628 parser/parse_expr.c:787 parser/parse_target.c:1110 +#: catalog/namespace.c:2643 parser/parse_expr.c:788 parser/parse_target.c:1110 #, c-format msgid "cross-database references are not implemented: %s" msgstr "i riferimenti tra database diversi non sono implementati: %s" -#: catalog/namespace.c:2634 parser/parse_expr.c:794 parser/parse_target.c:1117 -#: gram.y:12438 gram.y:13648 +#: catalog/namespace.c:2649 parser/parse_expr.c:795 parser/parse_target.c:1117 +#: gram.y:12541 gram.y:13773 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "nome qualificato improprio (troppi nomi puntati): %s" -#: catalog/namespace.c:2768 +#: catalog/namespace.c:2783 #, c-format msgid "%s is already in schema \"%s\"" msgstr "%s è già nello schema \"%s\"" -#: catalog/namespace.c:2776 +#: catalog/namespace.c:2791 #, c-format msgid "cannot move objects into or out of temporary schemas" msgstr "non posso spostare oggetti dentro o fuori gli schemi temporanei" -#: catalog/namespace.c:2782 +#: catalog/namespace.c:2797 #, c-format msgid "cannot move objects into or out of TOAST schema" msgstr "non posso spostare oggetti dentro o fuori lo schema TOAST" -#: catalog/namespace.c:2855 commands/schemacmds.c:212 -#: commands/schemacmds.c:288 +#: catalog/namespace.c:2870 commands/schemacmds.c:212 +#: commands/schemacmds.c:288 commands/tablecmds.c:708 #, c-format msgid "schema \"%s\" does not exist" msgstr "lo schema \"%s\" non esiste" -#: catalog/namespace.c:2886 +#: catalog/namespace.c:2901 #, c-format msgid "improper relation name (too many dotted names): %s" msgstr "nome di relazione improprio (troppi nomi puntati): %s" -#: catalog/namespace.c:3327 +#: catalog/namespace.c:3342 #, c-format msgid "collation \"%s\" for encoding \"%s\" does not exist" msgstr "l'ordinamento \"%s\" per la codifica \"%s\" non esiste" -#: catalog/namespace.c:3382 +#: catalog/namespace.c:3397 #, c-format msgid "conversion \"%s\" does not exist" msgstr "la conversione \"%s\" non esiste" -#: catalog/namespace.c:3590 +#: catalog/namespace.c:3605 #, c-format msgid "permission denied to create temporary tables in database \"%s\"" msgstr "permesso di creare tabelle temporanee nel database \"%s\" negato" -#: catalog/namespace.c:3606 +#: catalog/namespace.c:3621 #, c-format msgid "cannot create temporary tables during recovery" msgstr "non è possibile creare tabelle temporanee durante il recupero" -#: catalog/namespace.c:3850 commands/tablespace.c:1083 commands/variable.c:61 -#: replication/syncrep.c:676 utils/misc/guc.c:8335 +#: catalog/namespace.c:3865 commands/tablespace.c:1106 commands/variable.c:61 +#: replication/syncrep.c:677 utils/misc/guc.c:9023 #, c-format msgid "List syntax is invalid." msgstr "La sintassi della lista non è valida." -#: catalog/objectaddress.c:719 +#: catalog/objectaddress.c:732 msgid "database name cannot be qualified" msgstr "il nome del database non può essere qualificato" -#: catalog/objectaddress.c:722 commands/extension.c:2427 +#: catalog/objectaddress.c:735 commands/extension.c:2423 #, c-format msgid "extension name cannot be qualified" msgstr "il nome dell'estensione non può essere qualificato" -#: catalog/objectaddress.c:725 +#: catalog/objectaddress.c:738 msgid "tablespace name cannot be qualified" msgstr "il nome del tablespace non può essere qualificato" -#: catalog/objectaddress.c:728 +#: catalog/objectaddress.c:741 msgid "role name cannot be qualified" msgstr "il nome del ruolo non può essere qualificato" -#: catalog/objectaddress.c:731 +#: catalog/objectaddress.c:744 msgid "schema name cannot be qualified" msgstr "il nome dello schema non può essere qualificato" -#: catalog/objectaddress.c:734 +#: catalog/objectaddress.c:747 msgid "language name cannot be qualified" msgstr "il nome del linguaggio non può essere qualificato" -#: catalog/objectaddress.c:737 +#: catalog/objectaddress.c:750 msgid "foreign-data wrapper name cannot be qualified" msgstr "il nome del wrapper di dati esterni non può essere qualificato" -#: catalog/objectaddress.c:740 +#: catalog/objectaddress.c:753 msgid "server name cannot be qualified" msgstr "il nome del server non può essere qualificato" -#: catalog/objectaddress.c:743 +#: catalog/objectaddress.c:756 msgid "event trigger name cannot be qualified" msgstr "il nome del trigger di evento non può essere qualificato" -#: catalog/objectaddress.c:856 commands/lockcmds.c:94 commands/tablecmds.c:207 -#: commands/tablecmds.c:1237 commands/tablecmds.c:4015 -#: commands/tablecmds.c:7338 +#: catalog/objectaddress.c:869 commands/lockcmds.c:94 commands/tablecmds.c:208 +#: commands/tablecmds.c:1263 commands/tablecmds.c:4130 +#: commands/tablecmds.c:7601 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\" non è una tabella" -#: catalog/objectaddress.c:863 commands/tablecmds.c:219 -#: commands/tablecmds.c:4039 commands/tablecmds.c:10499 commands/view.c:134 +#: catalog/objectaddress.c:876 commands/tablecmds.c:220 +#: commands/tablecmds.c:4154 commands/tablecmds.c:11249 commands/view.c:154 #, c-format m |
