msgstr ""
"Project-Id-Version: PostgreSQL 9.1\n"
-"POT-Creation-Date: 2015-05-18 02:54+0000\n"
-"PO-Revision-Date: 2015-09-21 23:43-0400\n"
+"POT-Creation-Date: 2015-10-27 02:12+0000\n"
+"PO-Revision-Date: 2015-11-09 09:34-0500\n"
"Language: de\n"
msgstr[1] "Checkpoints passieren zu oft (alle %d Sekunden)"
#: postmaster/bgwriter.c:487
-msgid ""
-"Consider increasing the configuration parameter \"checkpoint_segments\"."
-msgstr ""
-"Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«."
+msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
+msgstr "Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«."
#: postmaster/bgwriter.c:599
#, c-format
#: postmaster/pgstat.c:385
#, c-format
msgid "could not get address of socket for statistics collector: %m"
-msgstr ""
-"konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m"
+msgstr "konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m"
#: postmaster/pgstat.c:401
#, c-format
#: postmaster/pgstat.c:422
#, c-format
msgid "could not send test message on socket for statistics collector: %m"
-msgstr ""
-"konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m"
+msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m"
#: postmaster/pgstat.c:448 postmaster/pgstat.c:2997
#, c-format
#: postmaster/pgstat.c:478
#, c-format
msgid "could not receive test message on socket for statistics collector: %m"
-msgstr ""
-"konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: "
-"%m"
+msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: %m"
#: postmaster/pgstat.c:488
msgid "incorrect test message transmission on socket for statistics collector"
-msgstr ""
-"fehlerhafte Übertragung der Testnachricht auf Socket für "
-"Statistiksammelprozess"
+msgstr "fehlerhafte Übertragung der Testnachricht auf Socket für Statistiksammelprozess"
#: postmaster/pgstat.c:511
#, c-format
msgid "could not set statistics collector socket to nonblocking mode: %m"
-msgstr ""
-"konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus "
-"setzen: %m"
+msgstr "konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus setzen: %m"
#: postmaster/pgstat.c:521
msgid "disabling statistics collector for lack of working socket"
msgstr "verfälschte Statistikdatei »%s«"
#: postmaster/pgstat.c:3809
-msgid ""
-"using stale statistics instead of current ones because stats collector is "
-"not responding"
-msgstr ""
-"verwende veraltete Statistiken anstatt aktueller, weil der "
-"Statistiksammelprozess nicht antwortet"
+msgid "using stale statistics instead of current ones because stats collector is not responding"
+msgstr "verwende veraltete Statistiken anstatt aktueller, weil der Statistiksammelprozess nicht antwortet"
#: postmaster/pgstat.c:4039
msgid "database hash table corrupted during cleanup --- abort"
msgstr "Datenbank-Hash-Tabelle beim Aufräumen verfälscht --- Abbruch"
-#: postmaster/autovacuum.c:361
+#: postmaster/autovacuum.c:362
#, c-format
msgid "could not fork autovacuum launcher process: %m"
msgstr "konnte Autovacuum-Launcher-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/autovacuum.c:406
+#: postmaster/autovacuum.c:407
msgid "autovacuum launcher started"
msgstr "Autovacuum-Launcher startet"
-#: postmaster/autovacuum.c:793
+#: postmaster/autovacuum.c:794
msgid "autovacuum launcher shutting down"
msgstr "Autovacuum-Launcher fährt herunter"
-#: postmaster/autovacuum.c:1428
+#: postmaster/autovacuum.c:1438
#, c-format
msgid "could not fork autovacuum worker process: %m"
msgstr "konnte Autovacuum-Worker-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/autovacuum.c:1646
+#: postmaster/autovacuum.c:1656
#, c-format
msgid "autovacuum: processing database \"%s\""
msgstr "Autovacuum: bearbeite Datenbank »%s«"
-#: postmaster/autovacuum.c:2055
+#: postmaster/autovacuum.c:2065
#, 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«"
+msgstr "Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s«"
-#: postmaster/autovacuum.c:2067
+#: postmaster/autovacuum.c:2077
#, 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"
+msgstr "Autovacuum: verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s« gefunden"
-#: postmaster/autovacuum.c:2338
+#: postmaster/autovacuum.c:2348
#, c-format
msgid "automatic vacuum of table \"%s.%s.%s\""
msgstr "automatisches Vacuum der Tabelle »%s.%s.%s«"
-#: postmaster/autovacuum.c:2341
+#: postmaster/autovacuum.c:2351
#, c-format
msgid "automatic analyze of table \"%s.%s.%s\""
msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«"
-#: postmaster/autovacuum.c:2842
+#: postmaster/autovacuum.c:2852
msgid "autovacuum not started because of misconfiguration"
msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet"
-#: postmaster/autovacuum.c:2843
+#: postmaster/autovacuum.c:2853
msgid "Enable the \"track_counts\" option."
msgstr "Schalten Sie die Option »track_counts« ein."
#: postmaster/syslogger.c:1146 postmaster/syslogger.c:1190
msgid "disabling automatic rotation (use SIGHUP to re-enable)"
-msgstr ""
-"automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)"
+msgstr "automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)"
#: postmaster/pgarch.c:158
#, c-format
#: postmaster/pgarch.c:465
#, c-format
msgid "transaction log file \"%s\" could not be archived: too many failures"
-msgstr ""
-"Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler"
+msgstr "Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler"
#: postmaster/pgarch.c:568
#, c-format
msgid "archive command was terminated by exception 0x%X"
msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet"
-#: postmaster/pgarch.c:579 postmaster/postmaster.c:2916
-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."
+#: postmaster/pgarch.c:579 postmaster/postmaster.c:3023
+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."
#: postmaster/pgarch.c:584
#, c-format
msgid "could not open archive status directory \"%s\": %m"
msgstr "konnte Archivstatusverzeichnis »%s« nicht öffnen: %m"
-#: postmaster/pgarch.c:715 access/transam/xlog.c:4640
-#: access/transam/xlog.c:5603 access/transam/xlog.c:5656
-#: access/transam/xlog.c:6556
+#: postmaster/pgarch.c:715 access/transam/xlog.c:4638
+#: access/transam/xlog.c:5601 access/transam/xlog.c:5654
+#: access/transam/xlog.c:6554
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"
-#: postmaster/postmaster.c:602
+#: postmaster/postmaster.c:611
#, c-format
msgid "%s: invalid argument for option -f: \"%s\"\n"
msgstr "%s: ungültiges Argument für Option -f: »%s«\n"
-#: postmaster/postmaster.c:688
+#: postmaster/postmaster.c:697
#, c-format
msgid "%s: invalid argument for option -t: \"%s\"\n"
msgstr "%s: ungültiges Argument für Option -t: »%s«\n"
-#: postmaster/postmaster.c:711 bootstrap/bootstrap.c:269 tcop/postgres.c:3481
+#: postmaster/postmaster.c:720 bootstrap/bootstrap.c:269 tcop/postgres.c:3486
#, c-format
msgid "--%s requires a value"
msgstr "--%s benötigt einen Wert"
-#: postmaster/postmaster.c:716 bootstrap/bootstrap.c:274 tcop/postgres.c:3486
+#: postmaster/postmaster.c:725 bootstrap/bootstrap.c:274 tcop/postgres.c:3491
#, c-format
msgid "-c %s requires a value"
msgstr "-c %s benötigt einen Wert"
-#: postmaster/postmaster.c:728 postmaster/postmaster.c:741
+#: postmaster/postmaster.c:737 postmaster/postmaster.c:750
#: bootstrap/bootstrap.c:285
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
-#: postmaster/postmaster.c:739
+#: postmaster/postmaster.c:748
#, c-format
msgid "%s: invalid argument: \"%s\"\n"
msgstr "%s: ungültiges Argument: »%s«\n"
-#: postmaster/postmaster.c:764
+#: postmaster/postmaster.c:773
#, c-format
msgid "%s: superuser_reserved_connections must be less than max_connections\n"
-msgstr ""
-"%s: superuser_reserved_connections muss kleiner als max_connections sein\n"
+msgstr "%s: superuser_reserved_connections muss kleiner als max_connections sein\n"
-#: postmaster/postmaster.c:769
+#: postmaster/postmaster.c:778
#, c-format
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:774
-msgid ""
-"WAL archival (archive_mode=on) requires wal_level \"archive\" or "
-"\"hot_standby\""
-msgstr ""
-"WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder "
-"»hot_standby«"
+#: postmaster/postmaster.c:783
+msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\""
+msgstr "WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder »hot_standby«"
-#: postmaster/postmaster.c:777
-msgid ""
-"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or "
-"\"hot_standby\""
-msgstr ""
-"WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder "
-"»hot_standby«"
+#: postmaster/postmaster.c:786
+msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\""
+msgstr "WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder »hot_standby«"
-#: postmaster/postmaster.c:785
+#: postmaster/postmaster.c:794
#, c-format
msgid "%s: invalid datetoken tables, please fix\n"
msgstr "%s: ungültige datetoken-Tabellen, bitte reparieren\n"
-#: postmaster/postmaster.c:885
+#: postmaster/postmaster.c:894
msgid "invalid list syntax for \"listen_addresses\""
msgstr "ungültige Listensyntax für Parameter »listen_addresses«"
-#: postmaster/postmaster.c:915
+#: postmaster/postmaster.c:924
#, c-format
msgid "could not create listen socket for \"%s\""
msgstr "konnte Listen-Socket für »%s« nicht erzeugen"
-#: postmaster/postmaster.c:921
+#: postmaster/postmaster.c:930
msgid "could not create any TCP/IP sockets"
msgstr "konnte keine TCP/IP-Sockets erstellen"
-#: postmaster/postmaster.c:972
+#: postmaster/postmaster.c:981
msgid "could not create Unix-domain socket"
msgstr "konnte Unix-Domain-Socket nicht erstellen"
-#: postmaster/postmaster.c:980
+#: postmaster/postmaster.c:989
msgid "no socket created for listening"
msgstr "keine Listen-Socket erzeugt"
-#: postmaster/postmaster.c:1019
+#: postmaster/postmaster.c:1036
msgid "could not create I/O completion port for child queue"
msgstr "konnte Ein-/Ausgabe-Completion-Port für Child-Queue nicht erzeugen"
-#: postmaster/postmaster.c:1063
+#: postmaster/postmaster.c:1080
#, c-format
msgid "%s: could not write external PID file \"%s\": %s\n"
msgstr "%s: konnte externe PID-Datei »%s« nicht schreiben: %s\n"
-#: postmaster/postmaster.c:1108 utils/init/postinit.c:197
+#: postmaster/postmaster.c:1146 utils/init/postinit.c:197
msgid "could not load pg_hba.conf"
msgstr "konnte pg_hba.conf nicht laden"
-#: postmaster/postmaster.c:1126
+#: postmaster/postmaster.c:1164
msgid "postmaster became multithreaded during startup"
msgstr "Postmaster ist während des Starts multithreaded geworden"
-#: postmaster/postmaster.c:1127
+#: postmaster/postmaster.c:1165
msgid "Set the LC_ALL environment variable to a valid locale."
msgstr "Setzen Sie die Umgebungsvariable LC_ALL auf eine gültige Locale."
-#: postmaster/postmaster.c:1173
+#: postmaster/postmaster.c:1242
#, c-format
msgid "%s: could not locate matching postgres executable"
msgstr "%s: konnte kein passendes Programm »postgres« finden"
-#: postmaster/postmaster.c:1194 utils/misc/tzparser.c:339 utils/adt/misc.c:213
+#: postmaster/postmaster.c:1263 utils/misc/tzparser.c:339 utils/adt/misc.c:213
#: utils/adt/genfile.c:353 commands/tablespace.c:706 commands/tablespace.c:716
-#: storage/file/fd.c:1738 storage/file/copydir.c:64 storage/file/copydir.c:103
+#: storage/file/fd.c:1774 storage/file/fd.c:2354 storage/file/copydir.c:64
+#: storage/file/copydir.c:103
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht öffnen: %m"
-#: postmaster/postmaster.c:1196 utils/misc/tzparser.c:341
+#: postmaster/postmaster.c:1265 utils/misc/tzparser.c:341
#, c-format
-msgid ""
-"This may indicate an incomplete PostgreSQL installation, or that the file "
-"\"%s\" has been moved away from its proper location."
-msgstr ""
-"Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder "
-"darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist."
+msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location."
+msgstr "Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist."
-#: postmaster/postmaster.c:1224
+#: postmaster/postmaster.c:1293
#, c-format
msgid "data directory \"%s\" does not exist"
msgstr "Datenverzeichnis »%s« existiert nicht"
-#: postmaster/postmaster.c:1229
+#: postmaster/postmaster.c:1298
#, c-format
msgid "could not read permissions of directory \"%s\": %m"
msgstr "konnte Zugriffsrechte von Verzeichnis »%s« nicht lesen: %m"
-#: postmaster/postmaster.c:1237
+#: postmaster/postmaster.c:1306
#, c-format
msgid "specified data directory \"%s\" is not a directory"
msgstr "angegebenes Datenverzeichnis »%s« ist kein Verzeichnis"
-#: postmaster/postmaster.c:1253
+#: postmaster/postmaster.c:1322
#, c-format
msgid "data directory \"%s\" has wrong ownership"
msgstr "Datenverzeichnis »%s« hat falschen Eigentümer"
-#: postmaster/postmaster.c:1255
+#: postmaster/postmaster.c:1324
msgid "The server must be started by the user that owns the data directory."
-msgstr ""
-"Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis "
-"gehört."
+msgstr "Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis gehört."
-#: postmaster/postmaster.c:1275
+#: postmaster/postmaster.c:1344
#, c-format
msgid "data directory \"%s\" has group or world access"
msgstr "Datenverzeichnis »%s« erlaubt Zugriff von Gruppe oder Welt"
-#: postmaster/postmaster.c:1277
+#: postmaster/postmaster.c:1346
msgid "Permissions should be u=rwx (0700)."
msgstr "Rechte sollten u=rwx (0700) sein."
-#: postmaster/postmaster.c:1288
+#: postmaster/postmaster.c:1357
#, c-format
msgid ""
"%s: could not find the database system\n"
"Es wurde im Verzeichnis »%s« erwartet,\n"
"aber die Datei »%s« konnte nicht geöffnet werden: %s\n"
-#: postmaster/postmaster.c:1324
+#: postmaster/postmaster.c:1393
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n"
-#: postmaster/postmaster.c:1331
+#: postmaster/postmaster.c:1400
#, c-format
msgid "%s: could not open log file \"%s/%s\": %s\n"
msgstr "%s: konnte Logdatei »%s/%s« nicht öffnen: %s\n"
-#: postmaster/postmaster.c:1342
+#: postmaster/postmaster.c:1411
#, c-format
msgid "%s: could not fork background process: %s\n"
msgstr "%s: konnte Hintergrundprozess nicht starten (fork-Fehler): %s\n"
-#: postmaster/postmaster.c:1364
+#: postmaster/postmaster.c:1433
#, c-format
msgid "%s: could not dissociate from controlling TTY: %s\n"
msgstr "%s: konnte nicht vom kontrollierenden TTY abtrennen: %s\n"
-#: postmaster/postmaster.c:1459
+#: postmaster/postmaster.c:1529
#, c-format
msgid "select() failed in postmaster: %m"
msgstr "select() fehlgeschlagen im Postmaster: %m"
-#: postmaster/postmaster.c:1631 postmaster/postmaster.c:1662
+#: postmaster/postmaster.c:1651
+msgid "performing immediate shutdown because data directory lock file is invalid"
+msgstr "führe sofortiges Herunterfahren durch, weil Sperrdatei im Datenverzeichnis ungültig ist"
+
+#: postmaster/postmaster.c:1730 postmaster/postmaster.c:1761
msgid "incomplete startup packet"
msgstr "unvollständiges Startpaket"
-#: postmaster/postmaster.c:1643
+#: postmaster/postmaster.c:1742
msgid "invalid length of startup packet"
msgstr "ungültige Länge des Startpakets"
-#: postmaster/postmaster.c:1701
+#: postmaster/postmaster.c:1800
#, c-format
msgid "failed to send SSL negotiation response: %m"
msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
-#: postmaster/postmaster.c:1730
+#: postmaster/postmaster.c:1829
#, 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"
+msgstr "nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u.%u"
-#: postmaster/postmaster.c:1781
+#: postmaster/postmaster.c:1880
msgid "invalid value for boolean option \"replication\""
msgstr "ungültiger Wert für Boole'sche Option »replication«"
-#: postmaster/postmaster.c:1801
+#: postmaster/postmaster.c:1900
msgid "invalid startup packet layout: expected terminator as last byte"
msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet"
-#: postmaster/postmaster.c:1829
+#: postmaster/postmaster.c:1928
msgid "no PostgreSQL user name specified in startup packet"
msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
-#: postmaster/postmaster.c:1886
+#: postmaster/postmaster.c:1985
msgid "the database system is starting up"
msgstr "das Datenbanksystem startet"
-#: postmaster/postmaster.c:1891
+#: postmaster/postmaster.c:1990
msgid "the database system is shutting down"
msgstr "das Datenbanksystem fährt herunter"
-#: postmaster/postmaster.c:1896
+#: postmaster/postmaster.c:1995
msgid "the database system is in recovery mode"
msgstr "das Datenbanksystem ist im Wiederherstellungsmodus"
-#: postmaster/postmaster.c:1901 storage/ipc/procarray.c:271
+#: postmaster/postmaster.c:2000 storage/ipc/procarray.c:271
#: storage/ipc/sinvaladt.c:302 storage/lmgr/proc.c:304
msgid "sorry, too many clients already"
msgstr "tut mir leid, schon zu viele Verbindungen"
-#: postmaster/postmaster.c:1963
+#: postmaster/postmaster.c:2062
#, c-format
msgid "wrong key in cancel request for process %d"
msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d"
-#: postmaster/postmaster.c:1971
+#: postmaster/postmaster.c:2070
#, 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:2043 postmaster/postmaster.c:2074
-#: postmaster/postmaster.c:3276 postmaster/postmaster.c:3963
-#: postmaster/postmaster.c:4048 postmaster/postmaster.c:4677
+#: postmaster/postmaster.c:2142 postmaster/postmaster.c:2173
+#: postmaster/postmaster.c:3385 postmaster/postmaster.c:4081
+#: postmaster/postmaster.c:4166 postmaster/postmaster.c:4798
#: utils/hash/dynahash.c:368 utils/hash/dynahash.c:445
#: utils/hash/dynahash.c:959 utils/misc/guc.c:3298 utils/misc/guc.c:3311
#: utils/misc/guc.c:3324 utils/misc/tzparser.c:470 utils/init/miscinit.c:150
#: utils/init/miscinit.c:171 utils/init/miscinit.c:181 utils/fmgr/dfmgr.c:224
-#: utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 utils/mmgr/aset.c:416
-#: utils/mmgr/aset.c:587 utils/mmgr/aset.c:765 utils/mmgr/aset.c:966
+#: utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 utils/mmgr/aset.c:420
+#: utils/mmgr/aset.c:591 utils/mmgr/aset.c:769 utils/mmgr/aset.c:970
#: utils/adt/regexp.c:219 utils/adt/varlena.c:3472 utils/adt/varlena.c:3493
#: utils/adt/formatting.c:1528 utils/adt/formatting.c:1644
#: utils/adt/formatting.c:1761 lib/stringinfo.c:266 commands/sequence.c:1036
-#: libpq/auth.c:1033 libpq/auth.c:1395 libpq/auth.c:1463 libpq/auth.c:1865
-#: storage/file/fd.c:420 storage/file/fd.c:817 storage/file/fd.c:935
-#: storage/file/fd.c:1499 storage/ipc/procarray.c:849
+#: libpq/auth.c:1036 libpq/auth.c:1396 libpq/auth.c:1464 libpq/auth.c:1866
+#: storage/file/fd.c:445 storage/file/fd.c:842 storage/file/fd.c:960
+#: storage/file/fd.c:1524 storage/ipc/procarray.c:849
#: storage/ipc/procarray.c:1260 storage/ipc/procarray.c:1267
#: storage/ipc/procarray.c:1507 storage/ipc/procarray.c:1958
#: storage/buffer/localbuf.c:350 storage/buffer/buf_init.c:154
msgid "out of memory"
msgstr "Speicher aufgebraucht"
-#: postmaster/postmaster.c:2177
+#: postmaster/postmaster.c:2276
msgid "received SIGHUP, reloading configuration files"
msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen"
-#: postmaster/postmaster.c:2200
+#: postmaster/postmaster.c:2299
msgid "pg_hba.conf not reloaded"
msgstr "pg_hba.conf nicht neu geladen"
-#: postmaster/postmaster.c:2243
+#: postmaster/postmaster.c:2342
msgid "received smart shutdown request"
msgstr "intelligentes Herunterfahren verlangt"
-#: postmaster/postmaster.c:2290
+#: postmaster/postmaster.c:2389
msgid "received fast shutdown request"
msgstr "schnelles Herunterfahren verlangt"
-#: postmaster/postmaster.c:2308
+#: postmaster/postmaster.c:2407
msgid "aborting any active transactions"
msgstr "etwaige aktive Transaktionen werden abgebrochen"
-#: postmaster/postmaster.c:2337
+#: postmaster/postmaster.c:2436
msgid "received immediate shutdown request"
msgstr "sofortiges Herunterfahren verlangt"
-#: postmaster/postmaster.c:2425 postmaster/postmaster.c:2446
+#: postmaster/postmaster.c:2525 postmaster/postmaster.c:2548
msgid "startup process"
msgstr "Startprozess"
-#: postmaster/postmaster.c:2428
+#: postmaster/postmaster.c:2528
msgid "aborting startup due to startup process failure"
msgstr "Serverstart abgebrochen wegen Startprozessfehler"
-#: postmaster/postmaster.c:2480
+#: postmaster/postmaster.c:2583
msgid "database system is ready to accept connections"
msgstr "Datenbanksystem ist bereit, um Verbindungen anzunehmen"
-#: postmaster/postmaster.c:2535
+#: postmaster/postmaster.c:2638
msgid "background writer process"
msgstr "Background-Writer-Prozess"
-#: postmaster/postmaster.c:2551
+#: postmaster/postmaster.c:2654
msgid "WAL writer process"
msgstr "WAL-Schreibprozess"
-#: postmaster/postmaster.c:2565
+#: postmaster/postmaster.c:2668
msgid "WAL receiver process"
msgstr "WAL-Receiver-Prozess"
-#: postmaster/postmaster.c:2580
+#: postmaster/postmaster.c:2683
msgid "autovacuum launcher process"
msgstr "Autovacuum-Launcher-Prozess"
-#: postmaster/postmaster.c:2595
+#: postmaster/postmaster.c:2698
msgid "archiver process"
msgstr "Archivierprozess"
-#: postmaster/postmaster.c:2611
+#: postmaster/postmaster.c:2714
msgid "statistics collector process"
msgstr "Statistiksammelprozess"
-#: postmaster/postmaster.c:2625
+#: postmaster/postmaster.c:2728
msgid "system logger process"
msgstr "Systemlogger-Prozess"
-#: postmaster/postmaster.c:2660 postmaster/postmaster.c:2679
-#: postmaster/postmaster.c:2686 postmaster/postmaster.c:2704
+#: postmaster/postmaster.c:2763 postmaster/postmaster.c:2782
+#: postmaster/postmaster.c:2789 postmaster/postmaster.c:2807
msgid "server process"
msgstr "Serverprozess"
-#: postmaster/postmaster.c:2740
+#: postmaster/postmaster.c:2843
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:2905
+#: postmaster/postmaster.c:3012
#, c-format
msgid "%s (PID %d) exited with exit code %d"
msgstr "%s (PID %d) beendete mit Status %d"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2914
+#: postmaster/postmaster.c:3021
#, 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:2923
+#: postmaster/postmaster.c:3030
#, 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:2933
+#: postmaster/postmaster.c:3040
#, 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:2942
+#: postmaster/postmaster.c:3049
#, c-format
msgid "%s (PID %d) exited with unrecognized status %d"
msgstr "%s (PID %d) beendete mit unbekanntem Status %d"
-#: postmaster/postmaster.c:3122
+#: postmaster/postmaster.c:3229
msgid "abnormal database system shutdown"
msgstr "abnormales Herunterfahren des Datenbanksystems"
-#: postmaster/postmaster.c:3161
+#: postmaster/postmaster.c:3269
msgid "all server processes terminated; reinitializing"
msgstr "alle Serverprozesse beendet; initialisiere neu"
-#: postmaster/postmaster.c:3344
+#: postmaster/postmaster.c:3453
#, 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:3386
+#: postmaster/postmaster.c:3495
msgid "could not fork new process for connection: "
msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): "
-#: postmaster/postmaster.c:3493
+#: postmaster/postmaster.c:3611
#, c-format
msgid "connection received: host=%s port=%s"
msgstr "Verbindung empfangen: Host=%s Port=%s"
-#: postmaster/postmaster.c:3498
+#: postmaster/postmaster.c:3616
#, c-format
msgid "connection received: host=%s"
msgstr "Verbindung empfangen: Host=%s"
-#: postmaster/postmaster.c:3738 access/transam/xlog.c:2421
-#: access/transam/xlog.c:2553 access/transam/xlog.c:4490
-#: access/transam/xlog.c:9336 access/transam/xlog.c:9580
+#: postmaster/postmaster.c:3856 access/transam/xlog.c:2419
+#: access/transam/xlog.c:2551 access/transam/xlog.c:4488
+#: access/transam/xlog.c:9334 access/transam/xlog.c:9578
#: storage/file/copydir.c:169 storage/smgr/md.c:289
#, c-format
msgid "could not create file \"%s\": %m"
msgstr "kann Datei »%s« nicht erstellen: %m"
-#: postmaster/postmaster.c:3748 postmaster/postmaster.c:3758
+#: postmaster/postmaster.c:3866 postmaster/postmaster.c:3876
#: utils/misc/guc.c:7446 utils/misc/guc.c:7471 utils/init/miscinit.c:1097
#: utils/init/miscinit.c:1106 utils/init/miscinit.c:1113
-#: access/transam/xlog.c:2453 access/transam/xlog.c:2585
-#: access/transam/xlog.c:4542 access/transam/xlog.c:4605
+#: access/transam/xlog.c:2451 access/transam/xlog.c:2583
+#: access/transam/xlog.c:4540 access/transam/xlog.c:4603
#: storage/file/copydir.c:194
#, c-format
msgid "could not write to file \"%s\": %m"
msgstr "konnte nicht in Datei »%s« schreiben: %m"
-#: postmaster/postmaster.c:3777
+#: postmaster/postmaster.c:3895
#, c-format
msgid "could not execute server process \"%s\": %m"
msgstr "konnte Serverprozess »%s« nicht ausführen: %m"
-#: postmaster/postmaster.c:4254
+#: postmaster/postmaster.c:4375
msgid "postmaster became multithreaded"
msgstr "Postmaster ist multithreaded geworden"
-#: postmaster/postmaster.c:4310
+#: postmaster/postmaster.c:4431
msgid "database system is ready to accept read only connections"
msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen"
-#: postmaster/postmaster.c:4580
+#: postmaster/postmaster.c:4701
#, c-format
msgid "could not fork startup process: %m"
msgstr "konnte Startprozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4584
+#: postmaster/postmaster.c:4705
#, c-format
msgid "could not fork background writer process: %m"
msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4588
+#: postmaster/postmaster.c:4709
#, c-format
msgid "could not fork WAL writer process: %m"
msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4592
+#: postmaster/postmaster.c:4713
#, c-format
msgid "could not fork WAL receiver process: %m"
msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4596
+#: postmaster/postmaster.c:4717
#, c-format
msgid "could not fork process: %m"
msgstr "konnte Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4881
+#: postmaster/postmaster.c:5002
#, 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"
+msgstr "konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d"
-#: postmaster/postmaster.c:4913
+#: postmaster/postmaster.c:5034
#, c-format
msgid "could not create inherited socket: error code %d\n"
msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4942
+#: postmaster/postmaster.c:5063
#, c-format
msgid "could not open backend variables file \"%s\": %s\n"
msgstr "konnte nicht aus Servervariablendatei »%s« lesen: %s\n"
-#: postmaster/postmaster.c:4949
+#: postmaster/postmaster.c:5070
#, 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:4958
+#: postmaster/postmaster.c:5079
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "konnte Datei »%s« nicht löschen: %s\n"
-#: postmaster/postmaster.c:4975
+#: postmaster/postmaster.c:5096
#, c-format
msgid "could not map view of backend variables: error code %d\n"
msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4984
+#: postmaster/postmaster.c:5105
#, c-format
msgid "could not unmap view of backend variables: error code %d\n"
msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4991
+#: postmaster/postmaster.c:5112
#, c-format
msgid "could not close handle to backend parameter variables: error code %d\n"
-msgstr ""
-"konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %d\n"
+msgstr "konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %d\n"
-#: postmaster/postmaster.c:5136
+#: postmaster/postmaster.c:5257
msgid "could not read exit code for process\n"
msgstr "konnte Exitcode des Prozesses nicht lesen\n"
-#: postmaster/postmaster.c:5141
+#: postmaster/postmaster.c:5262
msgid "could not post child completion status\n"
msgstr "konnte Child-Completion-Status nicht versenden\n"
msgid "cached plan must not change result type"
msgstr "gecachter Plan darf den Ergebnistyp nicht ändern"
-#: utils/cache/relcache.c:4325
+#: utils/cache/relcache.c:4357
#, c-format
msgid "could not create relation-cache initialization file \"%s\": %m"
-msgstr ""
-"konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
+msgstr "konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
-#: utils/cache/relcache.c:4327
+#: utils/cache/relcache.c:4359
msgid "Continuing anyway, but there's something wrong."
msgstr "Setze trotzdem fort, aber irgendwas stimmt nicht."
-#: utils/cache/relcache.c:4541
+#: utils/cache/relcache.c:4592
#, c-format
msgid "could not remove cache file \"%s\": %m"
msgstr "konnte Cache-Datei »%s« nicht löschen: %m"
#: utils/cache/relmapper.c:454
msgid "cannot PREPARE a transaction that modified relation mapping"
-msgstr ""
-"PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-"
-"Mapping geändert hat"
+msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-Mapping geändert hat"
#: utils/cache/relmapper.c:596 utils/cache/relmapper.c:702
#, c-format
#: utils/hash/dynahash.c:955 storage/ipc/shmem.c:190
#: storage/lmgr/predicate.c:2246 storage/lmgr/predicate.c:2261
#: storage/lmgr/predicate.c:3653 storage/lmgr/predicate.c:4796
-#: storage/lmgr/proc.c:197 storage/lmgr/proc.c:216 storage/lmgr/lock.c:723
-#: storage/lmgr/lock.c:792 storage/lmgr/lock.c:2305 storage/lmgr/lock.c:2704
-#: storage/lmgr/lock.c:2769
+#: storage/lmgr/proc.c:197 storage/lmgr/proc.c:216 storage/lmgr/lock.c:724
+#: storage/lmgr/lock.c:793 storage/lmgr/lock.c:2362 storage/lmgr/lock.c:2761
+#: storage/lmgr/lock.c:2826
msgid "out of shared memory"
msgstr "Shared Memory aufgebraucht"
#: utils/misc/guc.c:754
msgid "This algorithm attempts to do planning without exhaustive searching."
-msgstr ""
-"Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen."
+msgstr "Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen."
#: utils/misc/guc.c:764
msgid "Shows whether the current user is a superuser."
msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte."
#: utils/misc/guc.c:793
-msgid ""
-"The server will use the fsync() system call in several places to make sure "
-"that updates are physically written to disk. This insures that a database "
-"cluster will recover to a consistent state after an operating system or "
-"hardware crash."
-msgstr ""
-"Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um "
-"sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte "
-"geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem "
-"Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand "
-"wiederhergestellt werden kann."
+msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash."
+msgstr "Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand wiederhergestellt werden kann."
#: utils/misc/guc.c:804
msgid "Continues processing past damaged page headers."
msgstr "Setzt die Verarbeitung trotz kaputter Seitenköpfe fort."
#: utils/misc/guc.c:805
-msgid ""
-"Detection of a damaged page header normally causes PostgreSQL to report an "
-"error, aborting the current transaction. Setting zero_damaged_pages to true "
-"causes the system to instead report a warning, zero out the damaged page, "
-"and continue processing. This behavior will destroy data, namely all the "
-"rows on the damaged page."
-msgstr ""
-"Wenn ein kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise "
-"einen Fehler aus und bricht die aktuelle Transaktion ab. Wenn "
-"»zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte "
-"Seite mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten "
-"zerstört Daten, nämlich alle Zeilen in der kaputten Seite."
+msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page."
+msgstr "Wenn ein kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise einen Fehler aus und bricht die aktuelle Transaktion ab. Wenn »zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte Seite mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten zerstört Daten, nämlich alle Zeilen in der kaputten Seite."
#: utils/misc/guc.c:818
msgid "Writes full pages to WAL when first modified after a checkpoint."
-msgstr ""
-"Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert "
-"werden."
+msgstr "Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert werden."
#: utils/misc/guc.c:819
-msgid ""
-"A page write in process during an operating system crash might be only "
-"partially written to disk. During recovery, the row changes stored in WAL "
-"are not enough to recover. This option writes pages when first modified "
-"after a checkpoint to WAL so full recovery is possible."
-msgstr ""
-"Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte "
-"eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung "
-"sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese "
-"Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden "
-"sind, damit eine volle Wiederherstellung möglich ist."
+msgid "A page write in process during an operating system crash might be only partially written to disk. During recovery, the row changes stored in WAL are not enough to recover. This option writes pages when first modified after a checkpoint to WAL so full recovery is possible."
+msgstr "Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden sind, damit eine volle Wiederherstellung möglich ist."
#: utils/misc/guc.c:831
msgid "Runs the server silently."
msgstr "Startet den Server ohne Ausgabe."
#: utils/misc/guc.c:832
-msgid ""
-"If this parameter is set, the server will automatically run in the "
-"background and any controlling terminals are dissociated."
-msgstr ""
-"Wenn dieser Parameter gesetzt ist, dann wird der Server automatisch im "
-"Hintergrund gestartet und alle kontrollierenden Terminals werden abgetrennt."
+msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated."
+msgstr "Wenn dieser Parameter gesetzt ist, dann wird der Server automatisch im Hintergrund gestartet und alle kontrollierenden Terminals werden abgetrennt."
#: utils/misc/guc.c:841
msgid "Logs each checkpoint."
#: utils/misc/guc.c:929
msgid "Logs each query's execution plan."
-msgstr "Schreibt der Ausführungsplan jeder Anfrage in den Log."
+msgstr "Schreibt den Ausführungsplan jeder Anfrage in den Log."
#: utils/misc/guc.c:938
msgid "Indents parse and plan tree displays."
msgstr "Sammelt Informationen über ausgeführte Befehle."
#: utils/misc/guc.c:997
-msgid ""
-"Enables the collection of information on the currently executing command of "
-"each session, along with the time at which that command began execution."
-msgstr ""
-"Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl "
-"jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung "
-"begann."
+msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution."
+msgstr "Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung begann."
#: utils/misc/guc.c:1007
msgid "Collects statistics on database activity."
#: utils/misc/guc.c:1017
msgid "Updates the process title to show the active SQL command."
-msgstr ""
-"Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen."
+msgstr "Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen."
#: utils/misc/guc.c:1018
-msgid ""
-"Enables updating of the process title every time a new SQL command is "
-"received by the server."
-msgstr ""
-"Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server "
-"empfangenen neuen SQL-Befehl."
+msgid "Enables updating of the process title every time a new SQL command is received by the server."
+msgstr "Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server empfangenen neuen SQL-Befehl."
#: utils/misc/guc.c:1027
msgid "Starts the autovacuum subprocess."
msgstr "Schreibt den Hostnamen jeder Verbindung in den Log."
#: utils/misc/guc.c:1102
-msgid ""
-"By default, connection logs only show the IP address of the connecting host. "
-"If you want them to show the host name you can turn this on, but depending "
-"on your host name resolution setup it might impose a non-negligible "
-"performance penalty."
-msgstr ""
-"In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der "
-"Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie "
-"diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann "
-"das die Leistung nicht unerheblich beeinträchtigen."
+msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty."
+msgstr "In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann das die Leistung nicht unerheblich beeinträchtigen."
#: utils/misc/guc.c:1113
msgid "Causes subtables to be included by default in various commands."
msgstr "Verschlüsselt Passwörter."
#: utils/misc/guc.c:1123
-msgid ""
-"When a password is specified in CREATE USER or ALTER USER without writing "
-"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the "
-"password is to be encrypted."
-msgstr ""
-"Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder "
-"UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort "
-"verschlüsselt wird."
+msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted."
+msgstr "Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort verschlüsselt wird."
#: utils/misc/guc.c:1133
msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
msgstr "Behandelt »ausdruck=NULL« als »ausdruck IS NULL«."
#: utils/misc/guc.c:1134
-msgid ""
-"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
-"treated as expr IS NULL, that is, they return true if expr evaluates to the "
-"null value, and false otherwise. The correct behavior of expr = NULL is to "
-"always return null (unknown)."
-msgstr ""
-"Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = "
-"ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn "
-"das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das "
-"korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für "
-"unbekannt) zurückzugeben."
+msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)."
+msgstr "Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für unbekannt) zurückzugeben."
#: utils/misc/guc.c:1146
msgid "Enables per-database user names."
msgstr "Dieser Parameter macht nichts."
#: utils/misc/guc.c:1157
-msgid ""
-"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-"
-"vintage clients."
-msgstr ""
-"Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET "
-"AUTOCOMMIT TO ON ausführen."
+msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients."
+msgstr "Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET AUTOCOMMIT TO ON ausführen."
#: utils/misc/guc.c:1166
msgid "Sets the default read-only status of new transactions."
-msgstr ""
-"Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion."
+msgstr "Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion."
#: utils/misc/guc.c:1175
msgid "Sets the current transaction's read-only status."
#: utils/misc/guc.c:1185
msgid "Sets the default deferrable status of new transactions."
-msgstr ""
-"Setzt den Standardwert für die Deferrable-Einstellung einer neuen "
-"Transaktion."
+msgstr "Setzt den Standardwert für die Deferrable-Einstellung einer neuen Transaktion."
#: utils/misc/guc.c:1194
-msgid ""
-"Whether to defer a read-only serializable transaction until it can be "
-"executed with no possible serialization failures."
-msgstr ""
-"Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis "
-"sie ohne mögliche Serialisierungsfehler ausgeführt werden kann."
+msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures."
+msgstr "Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis sie ohne mögliche Serialisierungsfehler ausgeführt werden kann."
#: utils/misc/guc.c:1204
msgid "Check function bodies during CREATE FUNCTION."
msgstr "Ermöglicht die Eingabe von NULL-Elementen in Arrays."
#: utils/misc/guc.c:1214
-msgid ""
-"When turned on, unquoted NULL in an array input value means a null value; "
-"otherwise it is taken literally."
-msgstr ""
-"Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-"
-"Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette."
+msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally."
+msgstr "Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette."
#: utils/misc/guc.c:1224
msgid "Create new tables with OIDs by default."
msgstr "Erzeugt neue Tabellen standardmäßig mit OIDs."
#: utils/misc/guc.c:1233
-msgid ""
-"Start a subprocess to capture stderr output and/or csvlogs into log files."
-msgstr ""
-"Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in "
-"Logdateien auszugeben."
+msgid "Start a subprocess to capture stderr output and/or csvlogs into log files."
+msgstr "Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in Logdateien auszugeben."
#: utils/misc/guc.c:1242
msgid "Truncate existing log files of same name during log rotation."
msgstr "Datum/Zeit verwendet intern ganze Zahlen."
#: utils/misc/guc.c:1322
-msgid ""
-"Sets whether Kerberos and GSSAPI user names should be treated as case-"
-"insensitive."
-msgstr ""
-"Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen "
-"ignoriert werden soll."
+msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive."
+msgstr "Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen ignoriert werden soll."
#: utils/misc/guc.c:1332
msgid "Warn about backslash escapes in ordinary string literals."
#: utils/misc/guc.c:1342
msgid "Causes '...' strings to treat backslashes literally."
-msgstr ""
-"Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen "
-"behandeln."
+msgstr "Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen behandeln."
#: utils/misc/guc.c:1353
msgid "Enable synchronized sequential scans."
msgstr "Erlaubt Verbindungen und Anfragen während der Wiederherstellung."
#: utils/misc/guc.c:1383
-msgid ""
-"Allows feedback from a hot standby to the primary that will avoid query "
-"conflicts."
-msgstr ""
-"Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um "
-"Anfragekonflikte zu vermeiden."
+msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts."
+msgstr "Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um Anfragekonflikte zu vermeiden."
#: utils/misc/guc.c:1393
msgid "Allows modifications of the structure of system tables."
msgstr "Schaltet das Lesen aus Systemindexen ab."
#: utils/misc/guc.c:1405
-msgid ""
-"It does not prevent updating the indexes, so it is safe to use. The worst "
-"consequence is slowness."
-msgstr ""
-"Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung "
-"unbedenklich. Schlimmstenfalls wird alles langsamer."
+msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness."
+msgstr "Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung unbedenklich. Schlimmstenfalls wird alles langsamer."
#: utils/misc/guc.c:1416
-msgid ""
-"Enables backward compatibility mode for privilege checks on large objects."
-msgstr ""
-"Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large "
-"Objects ein."
+msgid "Enables backward compatibility mode for privilege checks on large objects."
+msgstr "Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large Objects ein."
#: utils/misc/guc.c:1417
-msgid ""
-"Skips privilege checks when reading or modifying large objects, for "
-"compatibility with PostgreSQL releases prior to 9.0."
-msgstr ""
-"Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, "
-"zur Kompatibilität mit PostgreSQL-Versionen vor 9.0."
+msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0."
+msgstr "Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, zur Kompatibilität mit PostgreSQL-Versionen vor 9.0."
#: utils/misc/guc.c:1427
msgid "When generating SQL fragments, quote all identifiers."
msgstr "Wenn SQL-Fragmente erzeugt werden, alle Bezeichner quoten."
#: utils/misc/guc.c:1446
-msgid ""
-"Forces a switch to the next xlog file if a new file has not been started "
-"within N seconds."
-msgstr ""
-"Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N "
-"Sekunden keine neue Datei begonnen worden ist."
+msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds."
+msgstr "Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N Sekunden keine neue Datei begonnen worden ist."
#: utils/misc/guc.c:1457
msgid "Waits N seconds on connection startup after authentication."
-msgstr ""
-"Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung."
+msgstr "Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung."
#: utils/misc/guc.c:1458 utils/misc/guc.c:1907
msgid "This allows attaching a debugger to the process."
msgstr "Setzt das voreingestellte Statistikziel."
#: utils/misc/guc.c:1468
-msgid ""
-"This applies to table columns that have not had a column-specific target set "
-"via ALTER TABLE SET STATISTICS."
-msgstr ""
-"Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches "
-"Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist."
+msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS."
+msgstr "Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist."
#: utils/misc/guc.c:1477
msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
-msgstr ""
-"Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden."
+msgstr "Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden."
#: utils/misc/guc.c:1479
-msgid ""
-"The planner will merge subqueries into upper queries if the resulting FROM "
-"list would have no more than this many items."
-msgstr ""
-"Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die "
-"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
+msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items."
+msgstr "Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
#: utils/misc/guc.c:1489
msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
-msgstr ""
-"Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst "
-"werden."
+msgstr "Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst werden."
#: utils/misc/guc.c:1491
-msgid ""
-"The planner will flatten explicit JOIN constructs into lists of FROM items "
-"whenever a list of no more than this many items would result."
-msgstr ""
-"Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die "
-"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
+msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result."
+msgstr "Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
#: utils/misc/guc.c:1501
msgid "Sets the threshold of FROM items beyond which GEQO is used."
-msgstr ""
-"Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird."
+msgstr "Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird."
#: utils/misc/guc.c:1510
msgid "GEQO: effort is used to set the default for other GEQO parameters."
-msgstr ""
-"GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter "
-"verwendet."
+msgstr "GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter verwendet."
#: utils/misc/guc.c:1519
msgid "GEQO: number of individuals in the population."
msgstr "Setzt die Zeit, die gewartet wird, bis auf Verklemmung geprüft wird."
#: utils/misc/guc.c:1550
-msgid ""
-"Sets the maximum delay before canceling queries when a hot standby server is "
-"processing archived WAL data."
-msgstr ""
-"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-"
-"Standby-Server archivierte WAL-Daten verarbeitet."
+msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data."
+msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server archivierte WAL-Daten verarbeitet."
#: utils/misc/guc.c:1561
-msgid ""
-"Sets the maximum delay before canceling queries when a hot standby server is "
-"processing streamed WAL data."
-msgstr ""
-"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-"
-"Standby-Server gestreamte WAL-Daten verarbeitet."
+msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data."
+msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server gestreamte WAL-Daten verarbeitet."
#: utils/misc/guc.c:1572
-msgid ""
-"Sets the maximum interval between WAL receiver status reports to the primary."
-msgstr ""
-"Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an "
-"den Primärserver."
+msgid "Sets the maximum interval between WAL receiver status reports to the primary."
+msgstr "Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an den Primärserver."
#: utils/misc/guc.c:1583
msgid "Sets the maximum number of concurrent connections."
#: utils/misc/guc.c:1618
msgid "Sets the maximum number of temporary buffers used by each session."
-msgstr ""
-"Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären "
-"Puffer."
+msgstr "Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären Puffer."
#: utils/misc/guc.c:1629
msgid "Sets the TCP port the server listens on."
msgstr "Setzt die Zugriffsrechte für die Unix-Domain-Socket."
#: utils/misc/guc.c:1640
-msgid ""
-"Unix-domain sockets use the usual Unix file system permission set. The "
-"parameter value is expected to be a numeric mode specification in the form "
-"accepted by the chmod and umask system calls. (To use the customary octal "
-"format the number must start with a 0 (zero).)"
-msgstr ""
-"Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-"
-"Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von "
-"den Systemaufrufen chmod und umask verwendeten Form sein. (Um das "
-"gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) "
-"anfangen.)"
+msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)"
+msgstr "Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
#: utils/misc/guc.c:1654
msgid "Sets the file permissions for log files."
msgstr "Setzt die Dateizugriffsrechte für Logdateien."
#: utils/misc/guc.c:1655
-msgid ""
-"The parameter value is expected to be a numeric mode specification in the "
-"form accepted by the chmod and umask system calls. (To use the customary "
-"octal format the number must start with a 0 (zero).)"
-msgstr ""
-"Der Wert dieser Option muss ein numerischer Wert in der von den "
-"Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche "
-"Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
+msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)"
+msgstr "Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
#: utils/misc/guc.c:1668
msgid "Sets the maximum memory to be used for query workspaces."
msgstr "Setzt die maximale Speichergröße für Anfrage-Arbeitsbereiche."
#: utils/misc/guc.c:1669
-msgid ""
-"This much memory can be used by each internal sort operation and hash table "
-"before switching to temporary disk files."
-msgstr ""
-"Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen "
-"verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird."
+msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files."
+msgstr "Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird."
#: utils/misc/guc.c:1681
msgid "Sets the maximum memory to be used for maintenance operations."
msgstr "Verfügbare Vacuum-Kosten vor Nickerchen, für Autovacuum."
#: utils/misc/guc.c:1780
-msgid ""
-"Sets the maximum number of simultaneously open files for each server process."
-msgstr ""
-"Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden "
-"Serverprozess."
+msgid "Sets the maximum number of simultaneously open files for each server process."
+msgstr "Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden Serverprozess."
#: utils/misc/guc.c:1793
msgid "Sets the maximum number of simultaneously prepared transactions."
-msgstr ""
-"Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen."
+msgstr "Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen."
#: utils/misc/guc.c:1826
msgid "Sets the maximum allowed duration of any statement."
#: utils/misc/guc.c:1847
msgid "Age at which VACUUM should scan whole table to freeze tuples."
-msgstr ""
-"Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen "
-"einzufrieren."
+msgstr "Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen einzufrieren."
#: utils/misc/guc.c:1857
-msgid ""
-"Number of transactions by which VACUUM and HOT cleanup should be deferred, "
-"if any."
-msgstr ""
-"Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden "
-"soll."
+msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any."
+msgstr "Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden soll."
#: utils/misc/guc.c:1870
msgid "Sets the maximum number of locks per transaction."
msgstr "Setzt die maximale Anzahl Sperren pro Transaktion."
#: utils/misc/guc.c:1871
-msgid ""
-"The shared lock table is sized on the assumption that at most "
-"max_locks_per_transaction * max_connections distinct objects will need to be "
-"locked at any one time."
-msgstr ""
-"Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens "
-"max_locks_per_transaction * max_connections verschiedene Objekte "
-"gleichzeitig gesperrt werden müssen."
+msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time."
+msgstr "Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens max_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen."
#: utils/misc/guc.c:1882
msgid "Sets the maximum number of predicate locks per transaction."
msgstr "Setzt die maximale Anzahl Prädikatsperren pro Transaktion."
#: utils/misc/guc.c:1883
-msgid ""
-"The shared predicate lock table is sized on the assumption that at most "
-"max_pred_locks_per_transaction * max_connections distinct objects will need "
-"to be locked at any one time."
-msgstr ""
-"Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das "
-"höchstens max_pred_locks_per_transaction * max_connections verschiedene "
-"Objekte gleichzeitig gesperrt werden müssen."
+msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time."
+msgstr "Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das höchstens max_pred_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen."
#: utils/misc/guc.c:1894
msgid "Sets the maximum allowed time to complete client authentication."
#: utils/misc/guc.c:1906
msgid "Waits N seconds on connection startup before authentication."
-msgstr ""
-"Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung."
+msgstr "Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung."
#: utils/misc/guc.c:1917
msgid "Sets the number of WAL files held for standby servers."
-msgstr ""
-"Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien."
+msgstr "Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien."
#: utils/misc/guc.c:1927
-msgid ""
-"Sets the maximum distance in log segments between automatic WAL checkpoints."
-msgstr ""
-"Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints."
+msgid "Sets the maximum distance in log segments between automatic WAL checkpoints."
+msgstr "Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints."
#: utils/misc/guc.c:1937
msgid "Sets the maximum time between automatic WAL checkpoints."
msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints."
#: utils/misc/guc.c:1948
-msgid ""
-"Enables warnings if checkpoint segments are filled more frequently than this."
-msgstr ""
-"Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert "
-"gefüllt werden."
+msgid "Enables warnings if checkpoint segments are filled more frequently than this."
+msgstr "Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert gefüllt werden."
#: utils/misc/guc.c:1950
-msgid ""
-"Write a message to the server log if checkpoints caused by the filling of "
-"checkpoint segment files happens more frequently than this number of "
-"seconds. Zero turns off the warning."
-msgstr ""
-"Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der "
-"Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden "
-"passieren. Null schaltet die Warnung ab."
+msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning."
+msgstr "Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden passieren. Null schaltet die Warnung ab."
#: utils/misc/guc.c:1962
msgid "Sets the number of disk-page buffers in shared memory for WAL."
msgstr "Setzt die maximale Zeit, um auf WAL-Replikation zu warten."
#: utils/misc/guc.c:2017
-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."
+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:2028
-msgid ""
-"Sets the minimum concurrent open transactions before performing commit_delay."
-msgstr ""
-"Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor "
-"»commit_delay« angewendet wird."
+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:2039
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:2040
-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."
+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:2051
msgid "Sets the minimum execution time above which statements will be logged."
-msgstr ""
-"Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden."
+msgstr "Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden."
#: utils/misc/guc.c:2053
msgid "Zero prints all queries. -1 turns this feature off."
msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus."
#: utils/misc/guc.c:2063
-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."
+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:2065
msgid "Zero prints all actions. -1 turns autovacuum logging off."
-msgstr ""
-"Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über "
-"Autovacuum aus."
+msgstr "Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über Autovacuum aus."
#: utils/misc/guc.c:2075
msgid "Background writer sleep time between rounds."
#: utils/misc/guc.c:2086
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."
+msgstr "Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-Seiten."
#: utils/misc/guc.c:2102
-msgid ""
-"Number of simultaneous requests that can be handled efficiently by the disk "
-"subsystem."
-msgstr ""
-"Anzahl simultaner Anfragen, die das Festplattensubsystem effizient "
-"bearbeiten kann."
+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:2103
-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."
+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:2116
msgid "Automatic log file rotation will occur after N minutes."
#: utils/misc/guc.c:2236
msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
-msgstr ""
-"Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem "
-"Analyze."
+msgstr "Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem Analyze."
#: utils/misc/guc.c:2246
-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."
+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:2257
-msgid ""
-"Sets the maximum number of simultaneously running autovacuum worker "
-"processes."
-msgstr ""
-"Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse."
+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:2267
msgid "Time between issuing TCP keepalives."
msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen."
#: utils/misc/guc.c:2289
-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."
+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:2300
msgid "Maximum number of TCP keepalive retransmits."
msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen."
#: utils/misc/guc.c:2301
-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."
+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:2312
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."
+msgstr "Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN."
#: utils/misc/guc.c:2323
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:2324
-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."
+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:2337
msgid "Shows the server version as an integer."
#: utils/misc/guc.c:2348
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."
+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:2349
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)."
+msgstr "Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses Feature ausgeschaltet wird)."
#: utils/misc/guc.c:2359
msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
-msgstr ""
-"Setzt die für pg_stat_activity.current_query reservierte Größe, in Bytes."
+msgstr "Setzt die für pg_stat_activity.current_query reservierte Größe, in Bytes."
#: utils/misc/guc.c:2378
-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."
+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:2388
-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."
+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:2398
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."
+msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile."
#: utils/misc/guc.c:2408
-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."
+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:2418
-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."
+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:2429
-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."
+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:2440
msgid "GEQO: selective pressure within the population."
#: utils/misc/guc.c:2460
msgid "Multiple of the average buffer usage to free per round."
-msgstr ""
-"Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde."
+msgstr "Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde."
#: utils/misc/guc.c:2470
msgid "Sets the seed for random-number generation."
msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung."
#: utils/misc/guc.c:2481
-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."
+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:2490
-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."
+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:2500
-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."
+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:2519
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."
+msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu archivieren."
#: utils/misc/guc.c:2529
msgid "Sets the client's character set encoding."
#: utils/misc/guc.c:2583
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."
+msgstr "Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien."
#: utils/misc/guc.c:2594
msgid "Sets the path for dynamically loadable modules."
msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken."
#: utils/misc/guc.c:2595
-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."
+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:2608
msgid "Sets the location of the Kerberos server key file."
#: utils/misc/guc.c:2703
msgid "Lists shared libraries to preload into server."
-msgstr ""
-"Listet dynamische Bibliotheken, die vorab in den Server geladen werden."
+msgstr "Listet dynamische Bibliotheken, die vorab in den Server geladen werden."
#: utils/misc/guc.c:2714
msgid "Lists shared libraries to preload into each backend."
-msgstr ""
-"Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen "
-"werden."
+msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden."
#: utils/misc/guc.c:2725
msgid "Sets the schema search order for names that are not schema-qualified."
msgstr "Setzt das Ziel für die Serverlogausgabe."
#: utils/misc/guc.c:2785
-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."
+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:2796
msgid "Sets the destination directory for log files."
#: utils/misc/guc.c:2797
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."
+msgstr "Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden."
#: utils/misc/guc.c:2807
msgid "Sets the file name pattern for log files."
#: utils/misc/guc.c:2818
msgid "Sets the program name used to identify PostgreSQL messages in syslog."
-msgstr ""
-"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog "
-"identifiziert werden."
+msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden."
#: utils/misc/guc.c:2829
msgid "Sets the time zone for displaying and interpreting time stamps."
-msgstr ""
-"Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden."
+msgstr "Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden."
#: utils/misc/guc.c:2839
msgid "Selects a file of time zone abbreviations."
msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket."
#: utils/misc/guc.c:2861
-msgid ""
-"The owning user of the socket is always the user that starts the server."
+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:2871
msgid "Sets the directory where the Unix-domain socket will be created."
-msgstr ""
-"Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll."
+msgstr "Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll."
#: utils/misc/guc.c:2882
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."
+msgstr "Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen gewartet wird."
#: utils/misc/guc.c:2893
msgid "Sets the list of known custom variable classes."
#: utils/misc/guc.c:3006
msgid "Sets the application name to be reported in statistics and logs."
-msgstr ""
-"Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird."
+msgstr "Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird."
#: utils/misc/guc.c:3026
msgid "Sets whether \"\\'\" is allowed in string literals."
#: utils/misc/guc.c:3047 utils/misc/guc.c:3100 utils/misc/guc.c:3111
#: utils/misc/guc.c:3167
-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."
+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:3057
msgid "Enables the planner to use constraints to optimize queries."
-msgstr ""
-"Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu "
-"optimieren."
+msgstr "Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu optimieren."
#: utils/misc/guc.c:3058
-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."
+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:3068
msgid "Sets the transaction isolation level of each new transaction."
msgstr "Setzt die Meldungstypen, die geloggt werden."
#: utils/misc/guc.c:3110
-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."
+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:3121
msgid "Sets the type of statements logged."
#: utils/misc/guc.c:3131
msgid "Sets the syslog \"facility\" to be used when syslog enabled."
-msgstr ""
-"Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist."
+msgstr "Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist."
#: utils/misc/guc.c:3146
msgid "Sets the session's behavior for triggers and rewrite rules."
#: utils/misc/guc.c:3166
msgid "Enables logging of recovery-related debugging information."
-msgstr ""
-"Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung."
+msgstr "Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung."
#: utils/misc/guc.c:3182
msgid "Collects function-level statistics on database activity."
#: utils/misc/guc.c:3202
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."
+msgstr "Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu erzwingen."
#: utils/misc/guc.c:3212
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:3222
-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."
+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:4064
#, c-format
msgid ""
"%s does not know where to find the server configuration file.\n"
-"You must specify the --config-file or -D invocation option or set the PGDATA "
-"environment variable.\n"
+"You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n"
msgstr ""
"%s weiß nicht, wo die Serverkonfigurationsdatei zu finden ist.\n"
"Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n"
#, c-format
msgid ""
"%s does not know where to find the database system data.\n"
-"This can be specified as \"data_directory\" in \"%s\", or by the -D "
-"invocation option, or by the PGDATA environment variable.\n"
+"This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
msgstr ""
"%s weiß nicht, wo die Systemdaten für das Datenbanksystem\n"
"zu finden sind. Sie können dies mit »data_directory« in »%s«, mit der\n"
#, c-format
msgid ""
"%s does not know where to find the \"hba\" configuration file.\n"
-"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation "
-"option, or by the PGDATA environment variable.\n"
+"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
msgstr ""
"%s weiß nicht, wo die »hba«-Konfigurationsdatei zu finden ist.\n"
"Sie können dies mit »hba_file« in »%s«, mit der\n"
#, c-format
msgid ""
"%s does not know where to find the \"ident\" configuration file.\n"
-"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation "
-"option, or by the PGDATA environment variable.\n"
+"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
msgstr ""
"%s weiß nicht, wo die »ident«-Konfigurationsdatei zu finden ist.\n"
"Sie können dies mit »ident_file« in »%s«, mit der\n"
msgstr "Gültige Einheiten für diesen Parameter sind »kB«, »MB« und »GB«."
#: utils/misc/guc.c:4817
-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«."
+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:5100 utils/misc/guc.c:5883 utils/misc/guc.c:5935
#: utils/misc/guc.c:6608 utils/misc/guc.c:6767 utils/misc/guc.c:7952
#: guc-file.l:249
#, 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"
+msgstr "Parameter »%s« kann nicht geändert werden, ohne den Server neu zu starten"
#: utils/misc/guc.c:5172
#, c-format
#: utils/misc/guc.c:5265
#, c-format
msgid "cannot set parameter \"%s\" within security-definer function"
-msgstr ""
-"Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden"
+msgstr "Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden"
#: utils/misc/guc.c:5273 utils/init/miscinit.c:381
#, c-format
msgid "cannot set parameter \"%s\" within security-restricted operation"
-msgstr ""
-"kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen"
+msgstr "kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen"
-#: utils/misc/guc.c:5323 access/transam/xlog.c:5368 access/transam/xlog.c:5459
-#: access/transam/xlog.c:5470 commands/extension.c:527
-#: commands/extension.c:535
+#: utils/misc/guc.c:5323 access/transam/xlog.c:5366 access/transam/xlog.c:5457
+#: access/transam/xlog.c:5468 commands/extension.c:527 commands/extension.c:535
#, c-format
msgid "parameter \"%s\" requires a Boolean value"
msgstr "Parameter »%s« erfordert einen Boole'schen Wert"
#: utils/misc/guc.c:5413 utils/misc/guc.c:5727 utils/misc/guc.c:8034
#: utils/misc/guc.c:8068 utils/misc/guc.c:8102 utils/misc/guc.c:8136
#: utils/misc/guc.c:8171 commands/tablecmds.c:699 commands/user.c:957
-#: storage/lmgr/proc.c:1084 storage/lmgr/deadlock.c:951
+#: storage/lmgr/proc.c:1085 storage/lmgr/deadlock.c:951
#: catalog/objectaddress.c:315 catalog/dependency.c:937
#: catalog/dependency.c:938 catalog/dependency.c:944 catalog/dependency.c:945
#: catalog/dependency.c:956 catalog/dependency.c:957 port/win32/security.c:51
msgid "attempt to redefine parameter \"%s\""
msgstr "Versuch, den Parameter »%s« zu redefinieren"
-#: utils/misc/guc.c:7547 utils/init/miscinit.c:1055
+#: utils/misc/guc.c:7547 utils/init/miscinit.c:1055 utils/init/miscinit.c:1170
#, c-format
msgid "could not read from file \"%s\": %m"
msgstr "konnte nicht aus Datei »%s« lesen: %m"
msgstr "Unbekanntes Schlüsselwort: »%s«."
#: utils/misc/guc.c:8287
-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."
+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:8299
msgid "SET AUTOCOMMIT TO OFF is no longer supported"
msgstr "Kann Parameter nicht einschalten, wenn »log_statement_stats« an ist."
#: utils/misc/guc.c:8424
-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."
+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."
#: guc-file.l:273
#, c-format
msgid "parameter \"%s\" removed from configuration file, reset to default"
-msgstr ""
-"Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert "
-"zurückgesetzt"
+msgstr "Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt"
#: guc-file.l:332
#, c-format
#: guc-file.l:373
#, c-format
-msgid ""
-"could not open configuration file \"%s\": maximum nesting depth exceeded"
-msgstr ""
-"konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe "
-"überschritten"
+msgid "could not open configuration file \"%s\": maximum nesting depth exceeded"
+msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe überschritten"
#: guc-file.l:408 libpq/hba.c:1665
#, c-format
#: utils/misc/tzparser.c:61
#, c-format
-msgid ""
-"time zone abbreviation \"%s\" is too long (maximum %d characters) in time "
-"zone file \"%s\", line %d"
-msgstr ""
-"Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei "
-"»%s«, Zeile %d"
+msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d"
+msgstr "Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei »%s«, Zeile %d"
#: utils/misc/tzparser.c:73
#, c-format
msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
-msgstr ""
-"Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei "
-"»%s«, Zeile %d"
+msgstr "Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei »%s«, Zeile %d"
#: utils/misc/tzparser.c:112
#, c-format
#: utils/misc/tzparser.c:239
#, c-format
-msgid ""
-"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s"
-"\", line %d."
-msgstr ""
-"Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in "
-"Datei »%s«, Zeile %d."
+msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d."
+msgstr "Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in Datei »%s«, Zeile %d."
#: utils/misc/tzparser.c:301
#, c-format
#: utils/init/miscinit.c:822
#, c-format
msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
-msgstr ""
-"Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?"
+msgstr "Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?"
#: utils/init/miscinit.c:824
#, c-format
msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
-msgstr ""
-"Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis "
-"»%s«?"
+msgstr "Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis »%s«?"
#: utils/init/miscinit.c:827
#, c-format
msgid "Is another postgres (PID %d) using socket file \"%s\"?"
-msgstr ""
-"Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?"
+msgstr "Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?"
#: utils/init/miscinit.c:829
#, c-format
msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
-msgstr ""
-"Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei "
-"»%s«?"
+msgstr "Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei »%s«?"
#: utils/init/miscinit.c:865
#, c-format
msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
-msgstr ""
-"bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch "
-"benutzt"
+msgstr "bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch benutzt"
#: utils/init/miscinit.c:868
#, c-format
-msgid ""
-"If you're sure there are no old server processes still running, remove the "
-"shared memory block or just delete the file \"%s\"."
-msgstr ""
-"Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, "
-"entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei "
-"»%s«."
+msgid "If you're sure there are no old server processes still running, remove the shared memory block or just delete the file \"%s\"."
+msgstr "Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei »%s«."
#: utils/init/miscinit.c:884
#, c-format
msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m"
#: utils/init/miscinit.c:886
-msgid ""
-"The file seems accidentally left over, but it could not be removed. Please "
-"remove the file by hand and try again."
-msgstr ""
-"Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht "
-"gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es "
-"erneut."
+msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
+msgstr "Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es erneut."
#: utils/init/miscinit.c:927 utils/init/miscinit.c:938
#: utils/init/miscinit.c:948
msgid "could not write lock file \"%s\": %m"
msgstr "konnte Sperrdatei »%s« nicht schreiben: %m"
-#: utils/init/miscinit.c:1046 utils/init/miscinit.c:1161
-#: utils/error/elog.c:1550 access/transam/xlog.c:2538
-#: access/transam/xlog.c:4259 access/transam/xlog.c:4353
-#: access/transam/xlog.c:4509 replication/basebackup.c:916
-#: storage/file/fd.c:384 storage/file/copydir.c:162 storage/smgr/md.c:553
+#: utils/init/miscinit.c:1046 utils/init/miscinit.c:1153
+#: utils/init/miscinit.c:1231 utils/error/elog.c:1550
+#: access/transam/xlog.c:2536 access/transam/xlog.c:4257
+#: access/transam/xlog.c:4351 access/transam/xlog.c:4507
+#: replication/basebackup.c:916 storage/file/fd.c:409 storage/file/fd.c:2423
+#: storage/file/fd.c:2475 storage/file/copydir.c:162 storage/smgr/md.c:553
#: storage/smgr/md.c:810
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "konnte Datei »%s« nicht öffnen: %m"
-#: utils/init/miscinit.c:1155 utils/init/miscinit.c:1168
+#: utils/init/miscinit.c:1160
+#, c-format
+msgid "could not open file \"%s\": %m; continuing anyway"
+msgstr "konnte Datei »%s« nicht öffnen: %m; setze trotzdem fort"
+
+#: utils/init/miscinit.c:1183
+#, c-format
+msgid "lock file \"%s\" contains wrong PID: %ld instead of %ld"
+msgstr "Sperrdatei »%s« enthält falsche PID: %ld statt %ld"
+
+#: utils/init/miscinit.c:1225 utils/init/miscinit.c:1238
#, c-format
msgid "\"%s\" is not a valid data directory"
msgstr "»%s« ist kein gültiges Datenverzeichnis"
-#: utils/init/miscinit.c:1157
+#: utils/init/miscinit.c:1227
#, c-format
msgid "File \"%s\" is missing."
msgstr "Die Datei »%s« fehlt."
-#: utils/init/miscinit.c:1170
+#: utils/init/miscinit.c:1240
#, c-format
msgid "File \"%s\" does not contain valid data."
msgstr "Die Datei »%s« enthält keine gültigen Daten."
-#: utils/init/miscinit.c:1172
+#: utils/init/miscinit.c:1242
msgid "You might need to initdb."
msgstr "Sie müssen möglicherweise initdb ausführen."
-#: utils/init/miscinit.c:1179 access/transam/xlog.c:4784
-#: access/transam/xlog.c:4793 access/transam/xlog.c:4817
-#: access/transam/xlog.c:4824 access/transam/xlog.c:4831
-#: access/transam/xlog.c:4836 access/transam/xlog.c:4843
-#: access/transam/xlog.c:4850 access/transam/xlog.c:4857
-#: access/transam/xlog.c:4864 access/transam/xlog.c:4871
-#: access/transam/xlog.c:4878 access/transam/xlog.c:4887
-#: access/transam/xlog.c:4894 access/transam/xlog.c:4903
-#: access/transam/xlog.c:4910 access/transam/xlog.c:4919
-#: access/transam/xlog.c:4926
+#: utils/init/miscinit.c:1249 access/transam/xlog.c:4782
+#: access/transam/xlog.c:4791 access/transam/xlog.c:4815
+#: access/transam/xlog.c:4822 access/transam/xlog.c:4829
+#: access/transam/xlog.c:4834 access/transam/xlog.c:4841
+#: access/transam/xlog.c:4848 access/transam/xlog.c:4855
+#: access/transam/xlog.c:4862 access/transam/xlog.c:4869
+#: access/transam/xlog.c:4876 access/transam/xlog.c:4885
+#: access/transam/xlog.c:4892 access/transam/xlog.c:4901
+#: access/transam/xlog.c:4908 access/transam/xlog.c:4917
+#: access/transam/xlog.c:4924
msgid "database files are incompatible with server"
msgstr "Datenbankdateien sind inkompatibel mit Server"
-#: utils/init/miscinit.c:1180
+#: utils/init/miscinit.c:1250
#, c-format
-msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
-msgstr ""
-"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, "
-"welche nicht mit dieser Version %s kompatibel ist."
+msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
+msgstr "Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, welche nicht mit dieser Version %s kompatibel ist."
-#: utils/init/miscinit.c:1228
+#: utils/init/miscinit.c:1298
#, c-format
msgid "invalid list syntax in parameter \"%s\""
msgstr "ungültige Listensyntax für Parameter »%s«"
-#: utils/init/miscinit.c:1265
+#: utils/init/miscinit.c:1335
#, c-format
msgid "loaded library \"%s\""
msgstr "Bibliothek »%s« geladen"
#: utils/init/postinit.c:336
#, c-format
-msgid ""
-"The database was initialized with LC_COLLATE \"%s\", which is not "
-"recognized by setlocale()."
-msgstr ""
-"Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() "
-"nicht erkannt wird."
+msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()."
+msgstr "Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() nicht erkannt wird."
#: utils/init/postinit.c:338 utils/init/postinit.c:345
-msgid ""
-"Recreate the database with another locale or install the missing locale."
-msgstr ""
-"Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren "
-"Sie die fehlende Locale."
+msgid "Recreate the database with another locale or install the missing locale."
+msgstr "Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren Sie die fehlende Locale."
#: utils/init/postinit.c:343
#, c-format
-msgid ""
-"The database was initialized with LC_CTYPE \"%s\", which is not recognized "
-"by setlocale()."
-msgstr ""
-"Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() "
-"nicht erkannt wird."
+msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()."
+msgstr "Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() nicht erkannt wird."
#: utils/init/postinit.c:608
msgid "no roles are defined in this database system"
#: utils/init/postinit.c:632
msgid "new replication connections are not allowed during database shutdown"
-msgstr ""
-"während des Herunterfahrens der Datenbank sind keine neuen "
-"Replikationsverbindungen erlaubt"
+msgstr "während des Herunterfahrens der Datenbank sind keine neuen Replikationsverbindungen erlaubt"
#: utils/init/postinit.c:636
msgid "must be superuser to connect during database shutdown"
-msgstr ""
-"nur Superuser können während des Herunterfahrens der Datenbank verbinden"
+msgstr "nur Superuser können während des Herunterfahrens der Datenbank verbinden"
#: utils/init/postinit.c:646
msgid "must be superuser to connect in binary upgrade mode"
msgstr "nur Superuser können im Binary-Upgrade-Modus verbinden"
#: utils/init/postinit.c:660
-msgid ""
-"remaining connection slots are reserved for non-replication superuser "
-"connections"
-msgstr ""
-"die verbleibenden Verbindungen sind für Superuser auf Nicht-"
-"Replikationsverbindungen reserviert"
+msgid "remaining connection slots are reserved for non-replication superuser connections"
+msgstr "die verbleibenden Verbindungen sind für Superuser auf Nicht-Replikationsverbindungen reserviert"
#: utils/init/postinit.c:675
msgid "must be replication role to start walsender"
msgstr "nur Replikationsrollen können WAL-Sender starten"
-#: utils/init/postinit.c:718 utils/init/postinit.c:786
-#: utils/init/postinit.c:803 commands/dbcommands.c:793
+#: utils/init/postinit.c:718 utils/init/postinit.c:800
+#: utils/init/postinit.c:817 commands/dbcommands.c:793
#: commands/dbcommands.c:938 commands/dbcommands.c:1037
#: commands/dbcommands.c:1229 commands/dbcommands.c:1414
#: commands/dbcommands.c:1499 commands/dbcommands.c:1926 commands/comment.c:60
msgid "database %u does not exist"
msgstr "Datenbank %u existiert nicht"
-#: utils/init/postinit.c:787
+#: utils/init/postinit.c:801
msgid "It seems to have just been dropped or renamed."
msgstr "Sie wurde anscheinend gerade gelöscht oder umbenannt."
-#: utils/init/postinit.c:805
+#: utils/init/postinit.c:819
#, c-format
msgid "The database subdirectory \"%s\" is missing."
msgstr "Das Datenbankunterverzeichnis »%s« fehlt."
-#: utils/init/postinit.c:810
+#: utils/init/postinit.c:824
#, c-format
msgid "could not access directory \"%s\": %m"
msgstr "konnte nicht auf Verzeichnis »%s« zugreifen: %m"
msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
msgstr "TRAP: %s(»%s«, Datei: »%s«, Zeile: %d)\n"
-#: utils/sort/tuplesort.c:3135
+#: utils/sort/tuplesort.c:3142
#, c-format
msgid "could not create unique index \"%s\""
msgstr "konnte Unique Index »%s« nicht erstellen"
-#: utils/sort/tuplesort.c:3137
+#: utils/sort/tuplesort.c:3144
#, c-format
msgid "Key %s is duplicated."
msgstr "Schlüssel %s ist doppelt vorhanden."
-#: utils/sort/tuplesort.c:3138
+#: utils/sort/tuplesort.c:3145
msgid "Duplicate keys exist."
msgstr "Es existieren doppelte Schlüssel."
#: utils/fmgr/dfmgr.c:636
msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
-msgstr ""
-"eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad"
+msgstr "eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad"
-#: utils/fmgr/funcapi.c:60 utils/mmgr/portalmem.c:985 commands/prepare.c:751
+#: utils/fmgr/funcapi.c:60 utils/mmgr/portalmem.c:1051 commands/prepare.c:751
#: commands/extension.c:1711 commands/extension.c:1820
#: commands/extension.c:2013 foreign/foreign.c:350 executor/functions.c:784
#: executor/execQual.c:1695 executor/execQual.c:1720 executor/execQual.c:2087
#: executor/execQual.c:5240 replication/walsender.c:1432
msgid "set-valued function called in context that cannot accept a set"
-msgstr ""
-"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine "
-"Mengenergebnisse verarbeiten kann"
+msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine Mengenergebnisse verarbeiten kann"
#: utils/fmgr/funcapi.c:354
#, c-format
-msgid ""
-"could not determine actual result type for function \"%s\" declared to "
-"return type %s"
-msgstr ""
-"konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten "
-"Rückgabetyp %s nicht bestimmen"
+msgid "could not determine actual result type for function \"%s\" declared to return type %s"
+msgstr "konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten Rückgabetyp %s nicht bestimmen"
#: utils/fmgr/funcapi.c:1208 utils/fmgr/funcapi.c:1239
msgid "number of aliases does not match number of columns"
#: utils/fmgr/funcapi.c:1257
msgid "could not determine row description for function returning record"
-msgstr ""
-"konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht "
-"ermitteln"
+msgstr "konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht ermitteln"
#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136
#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163
#: utils/mb/mbutils.c:351
#, c-format
-msgid ""
-"default conversion function for encoding \"%s\" to \"%s\" does not exist"
+msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
msgstr "Standardumwandlung von Kodierung »%s« nach »%s« existiert nicht"
#: utils/mb/mbutils.c:375 utils/mb/mbutils.c:676
msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\""
msgstr "Zeichen 0x%s in Kodierung »%s« hat keine Entsprechung in »%s«"
-#: utils/mmgr/aset.c:417
+#: utils/mmgr/aset.c:421
#, c-format
msgid "Failed while creating memory context \"%s\"."
msgstr "Fehler während der Erzeugung des Speicherkontexts »%s«."
-#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967
+#: utils/mmgr/aset.c:592 utils/mmgr/aset.c:770 utils/mmgr/aset.c:971
#, c-format
msgid "Failed on request of size %lu."
msgstr "Fehler bei Anfrage mit Größe %lu."
msgid "closing existing cursor \"%s\""
msgstr "bestehender Cursor »%s« wird geschlossen"
-#: utils/mmgr/portalmem.c:478
+#: utils/mmgr/portalmem.c:418
+#, c-format
+msgid "portal \"%s\" cannot be run"
+msgstr "Portal »%s« kann nicht ausgeführt werden"
+
+#: utils/mmgr/portalmem.c:498
#, c-format
msgid "cannot drop active portal \"%s\""
msgstr "aktives Portal »%s« kann nicht gelöscht werden"
-#: utils/mmgr/portalmem.c:668
+#: utils/mmgr/portalmem.c:688
msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
-msgstr ""
-"PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor "
-"mit WITH HOLD erzeugt hat"
+msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor mit WITH HOLD erzeugt hat"
-#: utils/mmgr/portalmem.c:989 commands/prepare.c:755 commands/extension.c:1715
+#: utils/mmgr/portalmem.c:1055 commands/prepare.c:755 commands/extension.c:1715
#: commands/extension.c:1824 commands/extension.c:2017 foreign/foreign.c:355
#: replication/walsender.c:1436
msgid "materialize mode required, but it is not allowed in this context"
-msgstr ""
-"Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht "
-"erlaubt"
+msgstr "Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht erlaubt"
#: utils/adt/windowfuncs.c:243
msgid "argument of ntile must be greater than zero"
#: utils/adt/xml.c:139
msgid "This functionality requires the server to be built with libxml support."
-msgstr ""
-"Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung "
-"gebaut wird."
+msgstr "Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung gebaut wird."
#: utils/adt/xml.c:140
msgid "You need to rebuild PostgreSQL using --with-libxml."
#: utils/adt/xml.c:881
#, c-format
-msgid ""
-"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
-msgstr ""
-"libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u."
+msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
+msgstr "libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u."
#: utils/adt/xml.c:1448
msgid "Invalid character value."
#: utils/adt/timestamp.c:3115 utils/adt/timestamp.c:3245
#: utils/adt/timestamp.c:3286 utils/adt/timestamp.c:3374
#: utils/adt/timestamp.c:3421 utils/adt/timestamp.c:3532
-#: utils/adt/timestamp.c:3845 utils/adt/timestamp.c:3982
-#: utils/adt/timestamp.c:3989 utils/adt/timestamp.c:4003
-#: utils/adt/timestamp.c:4013 utils/adt/timestamp.c:4076
-#: utils/adt/timestamp.c:4216 utils/adt/timestamp.c:4226
-#: utils/adt/timestamp.c:4440 utils/adt/timestamp.c:4454
-#: utils/adt/timestamp.c:4533 utils/adt/timestamp.c:4540
-#: utils/adt/timestamp.c:4567 utils/adt/timestamp.c:4571
-#: utils/adt/timestamp.c:4640 utils/adt/formatting.c:3359
-#: utils/adt/formatting.c:3391 utils/adt/formatting.c:3459
-#: utils/adt/date.c:913 utils/adt/date.c:960 utils/adt/date.c:1516
-#: utils/adt/date.c:1553 utils/adt/date.c:2426 utils/adt/nabstime.c:480
-#: utils/adt/nabstime.c:523 utils/adt/nabstime.c:553 utils/adt/nabstime.c:596
+#: utils/adt/timestamp.c:3845 utils/adt/timestamp.c:3961
+#: utils/adt/timestamp.c:3971 utils/adt/timestamp.c:4002
+#: utils/adt/timestamp.c:4009 utils/adt/timestamp.c:4077
+#: utils/adt/timestamp.c:4196 utils/adt/timestamp.c:4206
+#: utils/adt/timestamp.c:4441 utils/adt/timestamp.c:4455
+#: utils/adt/timestamp.c:4534 utils/adt/timestamp.c:4541
+#: utils/adt/timestamp.c:4568 utils/adt/timestamp.c:4572
+#: utils/adt/timestamp.c:4641 utils/adt/formatting.c:3359
+#: utils/adt/formatting.c:3391 utils/adt/formatting.c:3459 utils/adt/date.c:913
+#: utils/adt/date.c:960 utils/adt/date.c:1516 utils/adt/date.c:1553
+#: utils/adt/date.c:2426 utils/adt/nabstime.c:480 utils/adt/nabstime.c:523
+#: utils/adt/nabstime.c:553 utils/adt/nabstime.c:596
msgid "timestamp out of range"
msgstr "timestamp ist außerhalb des gültigen Bereichs"
msgstr "ungültiges Array for XML-Namensraumabbildung"
#: utils/adt/xml.c:3393
-msgid ""
-"The array must be two-dimensional with length of the second axis equal to 2."
-msgstr ""
-"Das Array muss zweidimensional sein und die Länge der zweiten Achse muss "
-"gleich 2 sein."
+msgid "The array must be two-dimensional with length of the second axis equal to 2."
+msgstr "Das Array muss zweidimensional sein und die Länge der zweiten Achse muss gleich 2 sein."
#: utils/adt/xml.c:3417
msgid "empty XPath expression"
msgid "invalid regexp option: \"%c\""
msgstr "ungültige Option für regulären Ausdruck: »%c«"
-#: utils/adt/regexp.c:694 utils/adt/like_match.c:289
+#: utils/adt/regexp.c:694 utils/adt/like_match.c:292
msgid "invalid escape string"
msgstr "ungültige ESCAPE-Zeichenkette"
-#: utils/adt/regexp.c:695 utils/adt/like_match.c:290
+#: utils/adt/regexp.c:695 utils/adt/like_match.c:293
msgid "Escape string must be empty or one character."
msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein."
#: utils/adt/array_userfuncs.c:225
#, c-format
-msgid ""
-"Arrays with element types %s and %s are not compatible for concatenation."
-msgstr ""
-"Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen."
+msgid "Arrays with element types %s and %s are not compatible for concatenation."
+msgstr "Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen."
#: utils/adt/array_userfuncs.c:264
#, c-format
msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
-msgstr ""
-"Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen."
+msgstr "Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen."
#: utils/adt/array_userfuncs.c:301
-msgid ""
-"Arrays with differing element dimensions are not compatible for "
-"concatenation."
-msgstr ""
-"Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für "
-"Aneinanderhängen."
+msgid "Arrays with differing element dimensions are not compatible for concatenation."
+msgstr "Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für Aneinanderhängen."
#: utils/adt/array_userfuncs.c:330 utils/adt/array_userfuncs.c:358
msgid "Arrays with differing dimensions are not compatible for concatenation."
-msgstr ""
-"Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für "
-"Aneinanderhängen."
+msgstr "Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für Aneinanderhängen."
#: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1238
#: utils/adt/arrayfuncs.c:2911 utils/adt/arrayfuncs.c:4936
#: utils/adt/float.c:884 utils/adt/float.c:2526 utils/adt/float.c:2589
#: utils/adt/cash.c:507 utils/adt/cash.c:557 utils/adt/cash.c:608
#: utils/adt/cash.c:657 utils/adt/cash.c:709 utils/adt/cash.c:759
-#: utils/adt/numeric.c:4523 utils/adt/numeric.c:4806
+#: utils/adt/numeric.c:4529 utils/adt/numeric.c:4812
msgid "division by zero"
msgstr "Division durch Null"
-#: utils/adt/int.c:1362 utils/adt/timestamp.c:4738 utils/adt/timestamp.c:4819
+#: utils/adt/int.c:1362 utils/adt/timestamp.c:4739 utils/adt/timestamp.c:4820
#: utils/adt/int8.c:1409
msgid "step size cannot equal zero"
msgstr "Schrittgröße kann nicht gleich null sein"
#: utils/adt/trigfuncs.c:53
msgid "suppress_redundant_updates_trigger: must be called before update"
-msgstr ""
-"suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden"
+msgstr "suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden"
#: utils/adt/trigfuncs.c:59
msgid "suppress_redundant_updates_trigger: must be called for each row"
-msgstr ""
-"suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden"
+msgstr "suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden"
#: utils/adt/timestamp.c:92 utils/adt/varchar.c:43 utils/adt/date.c:66
#: utils/adt/varbit.c:51
msgid "cannot subtract infinite timestamps"
msgstr "kann unendliche timestamp-Werte nicht subtrahieren"
-#: utils/adt/timestamp.c:3366 utils/adt/timestamp.c:3962
-#: utils/adt/timestamp.c:4021
+#: utils/adt/timestamp.c:3366 utils/adt/timestamp.c:3982
+#: utils/adt/timestamp.c:4022
#, c-format
msgid "timestamp units \"%s\" not supported"
msgstr "»timestamp«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3380 utils/adt/timestamp.c:4031
+#: utils/adt/timestamp.c:3380 utils/adt/timestamp.c:4032
#, c-format
msgid "timestamp units \"%s\" not recognized"
msgstr "»timestamp«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:3521 utils/adt/timestamp.c:4193
-#: utils/adt/timestamp.c:4234
+#: utils/adt/timestamp.c:3521 utils/adt/timestamp.c:4214
+#: utils/adt/timestamp.c:4235
#, c-format
msgid "timestamp with time zone units \"%s\" not supported"
msgstr "»timestamp with time zone«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3538 utils/adt/timestamp.c:4243
+#: utils/adt/timestamp.c:3538 utils/adt/timestamp.c:4244
#, c-format
msgid "timestamp with time zone units \"%s\" not recognized"
msgstr "»timestamp with time zone«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:3618 utils/adt/timestamp.c:4349
+#: utils/adt/timestamp.c:3618 utils/adt/timestamp.c:4350
#, c-format
msgid "interval units \"%s\" not supported"
msgstr "»interval«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3634 utils/adt/timestamp.c:4376
+#: utils/adt/timestamp.c:3634 utils/adt/timestamp.c:4377
#, c-format
msgid "interval units \"%s\" not recognized"
msgstr "»interval«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:4459 utils/adt/timestamp.c:4644
+#: utils/adt/timestamp.c:4460 utils/adt/timestamp.c:4645
#, c-format
msgid "could not convert to time zone \"%s\""
msgstr "konnte nicht in Zeitzone »%s« umwandeln"
-#: utils/adt/timestamp.c:4466 utils/adt/timestamp.c:4651 utils/adt/date.c:2646
-#: utils/adt/datetime.c:923 utils/adt/datetime.c:1787
-#: utils/adt/datetime.c:4506
+#: utils/adt/timestamp.c:4467 utils/adt/timestamp.c:4652 utils/adt/date.c:2646
+#: utils/adt/datetime.c:923 utils/adt/datetime.c:1787 utils/adt/datetime.c:4506
#, c-format
msgid "time zone \"%s\" not recognized"
msgstr "Zeitzone »%s« nicht erkannt"
-#: utils/adt/timestamp.c:4491 utils/adt/timestamp.c:4677
+#: utils/adt/timestamp.c:4492 utils/adt/timestamp.c:4678
#, c-format
msgid "interval time zone \"%s\" must not specify month"
msgstr "Intervall-Zeitzone »%s« darf keinen Monat angeben"
#: utils/adt/selfuncs.c:4949
msgid "case insensitive matching not supported on type bytea"
-msgstr ""
-"Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea "
-"nicht unterstützt"
+msgstr "Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea nicht unterstützt"
-#: utils/adt/selfuncs.c:4964 utils/adt/like.c:211
+#: utils/adt/selfuncs.c:4964 utils/adt/like.c:212
msgid "could not determine which collation to use for ILIKE"
msgstr "konnte die für ILIKE zu verwendende Sortierfolge nicht bestimmen"
#: utils/adt/selfuncs.c:4965 utils/adt/varlena.c:1315
#: utils/adt/formatting.c:1519 utils/adt/formatting.c:1569
#: utils/adt/formatting.c:1635 utils/adt/formatting.c:1685
-#: utils/adt/formatting.c:1752 utils/adt/formatting.c:1814
-#: utils/adt/like.c:212 commands/indexcmds.c:908 commands/view.c:145
-#: regex/regc_pg_locale.c:259 catalog/heap.c:560
+#: utils/adt/formatting.c:1752 utils/adt/formatting.c:1814 utils/adt/like.c:213
+#: commands/indexcmds.c:908 commands/view.c:145 regex/regc_pg_locale.c:259
+#: catalog/heap.c:560
msgid "Use the COLLATE clause to set the collation explicitly."
-msgstr ""
-"Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."
+msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."
#: utils/adt/selfuncs.c:5052
msgid "regular-expression matching not supported on type bytea"
-msgstr ""
-"Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt"
+msgstr "Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt"
#: utils/adt/varlena.c:246 utils/adt/varlena.c:287 utils/adt/encode.c:441
#: utils/adt/encode.c:506
#: utils/adt/varlena.c:1314
msgid "could not determine which collation to use for string comparison"
-msgstr ""
-"konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht "
-"bestimmen"
+msgstr "konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht bestimmen"
#: utils/adt/varlena.c:1358 utils/adt/varlena.c:1371
#, c-format
#: utils/adt/varlena.c:3893
msgid "conversion specifies argument 0, but arguments are numbered from 1"
-msgstr ""
-"Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert"
+msgstr "Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert"
#: utils/adt/varlena.c:3900
msgid "too few arguments for format"
msgid "null values cannot be formatted as an SQL identifier"
msgstr "NULL-Werte können nicht als SQL-Bezeichner formatiert werden"
-#: utils/adt/like_match.c:104 utils/adt/like_match.c:164
+#: utils/adt/like_match.c:107 utils/adt/like_match.c:167
msgid "LIKE pattern must not end with escape character"
msgstr "LIKE-Muster darf nicht mit Escape-Zeichen enden"
msgid "\"%s\" is out of range for type double precision"
msgstr "»%s« ist außerhalb des gültigen Bereichs für Typ double precision"
-#: utils/adt/float.c:1359 utils/adt/numeric.c:5199
+#: utils/adt/float.c:1359 utils/adt/numeric.c:5205
msgid "cannot take square root of a negative number"
msgstr "Quadratwurzel von negativer Zahl kann nicht ermittelt werden"
#: utils/adt/float.c:1405 utils/adt/numeric.c:2188
msgid "a negative number raised to a non-integer power yields a complex result"
-msgstr ""
-"eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis"
+msgstr "eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis"
-#: utils/adt/float.c:1471 utils/adt/float.c:1501 utils/adt/numeric.c:5417
+#: utils/adt/float.c:1471 utils/adt/float.c:1501 utils/adt/numeric.c:5423
msgid "cannot take logarithm of zero"
msgstr "Logarithmus von null kann nicht ermittelt werden"
-#: utils/adt/float.c:1475 utils/adt/float.c:1505 utils/adt/numeric.c:5421
+#: utils/adt/float.c:1475 utils/adt/float.c:1505 utils/adt/numeric.c:5427
msgid "cannot take logarithm of a negative number"
msgstr "Logarithmus negativer Zahlen kann nicht ermittelt werden"
msgstr "»EEEE« ist mit anderen Formaten inkompatibel"
#: utils/adt/formatting.c:1216
-msgid ""
-"\"EEEE\" may only be used together with digit and decimal point patterns."
-msgstr ""
-"»EEEE« kann nur zusammen mit Platzhaltern für Ziffern oder Dezimalpunkt "
-"verwendet werden."
+msgid "\"EEEE\" may only be used together with digit and decimal point patterns."
+msgstr "»EEEE« kann nur zusammen mit Platzhaltern für Ziffern oder Dezimalpunkt verwendet werden."
#: utils/adt/formatting.c:1416
#, c-format
#: utils/adt/formatting.c:1518 utils/adt/formatting.c:1568
msgid "could not determine which collation to use for lower() function"
-msgstr ""
-"konnte die für die Funktion lower() zu verwendende Sortierfolge nicht "
-"bestimmen"
+msgstr "konnte die für die Funktion lower() zu verwendende Sortierfolge nicht bestimmen"
#: utils/adt/formatting.c:1634 utils/adt/formatting.c:1684
msgid "could not determine which collation to use for upper() function"
-msgstr ""
-"konnte die für die Funktion upper() zu verwendende Sortierfolge nicht "
-"bestimmen"
+msgstr "konnte die für die Funktion upper() zu verwendende Sortierfolge nicht bestimmen"
#: utils/adt/formatting.c:1751 utils/adt/formatting.c:1813
msgid "could not determine which collation to use for initcap() function"
-msgstr ""
-"konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht "
-"bestimmen"
+msgstr "konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht bestimmen"
#: utils/adt/formatting.c:2090
msgid "invalid combination of date conventions"
msgstr "ungültige Kombination von Datumskonventionen"
#: utils/adt/formatting.c:2091
-msgid ""
-"Do not mix Gregorian and ISO week date conventions in a formatting template."
-msgstr ""
-"Die Gregorianische und die ISO-Konvention für Wochendaten können nicht einer "
-"Formatvorlage gemischt werden."
+msgid "Do not mix Gregorian and ISO week date conventions in a formatting template."
+msgstr "Die Gregorianische und die ISO-Konvention für Wochendaten können nicht einer Formatvorlage gemischt werden."
#: utils/adt/formatting.c:2108
#, c-format
#: utils/adt/formatting.c:2110
msgid "This value contradicts a previous setting for the same field type."
-msgstr ""
-"Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp."
+msgstr "Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp."
#: utils/adt/formatting.c:2171
#, c-format
msgstr "Feld benötigt %d Zeichen, aber nur %d verbleiben."
#: utils/adt/formatting.c:2176 utils/adt/formatting.c:2190
-msgid ""
-"If your source string is not fixed-width, try using the \"FM\" modifier."
-msgstr ""
-"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den "
-"Modifikator »FM«."
+msgid "If your source string is not fixed-width, try using the \"FM\" modifier."
+msgstr "Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den Modifikator »FM«."
#: utils/adt/formatting.c:2186 utils/adt/formatting.c:2199
#: utils/adt/formatting.c:2329
#: utils/adt/formatting.c:2206
#, c-format
msgid "value for \"%s\" in source string is out of range"
-msgstr ""
-"Wert für »%s« in der Eingabezeichenkette ist außerhalb des gültigen Bereichs"
+msgstr "Wert für »%s« in der Eingabezeichenkette ist außerhalb des gültigen Bereichs"
#: utils/adt/formatting.c:2208
#, c-format
#: utils/adt/formatting.c:2331
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."
+msgstr "Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte überein."
#: utils/adt/formatting.c:2509 utils/adt/formatting.c:2529
#: utils/adt/formatting.c:2549 utils/adt/formatting.c:2569
#: utils/adt/formatting.c:3617
msgid "Use the 24-hour clock, or give an hour between 1 and 12."
-msgstr ""
-"Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und "
-"12 an."
+msgstr "Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und 12 an."
#: utils/adt/formatting.c:3655
#, c-format
#: utils/adt/varbit.c:1281
msgid "cannot XOR bit strings of different sizes"
-msgstr ""
-"binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
+msgstr "binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
#: utils/adt/varbit.c:1759 utils/adt/varbit.c:1817
#, c-format
msgstr "%d ist kein gültiger Kodierungscode"
#: utils/adt/dbsize.c:65 utils/adt/dbsize.c:211 utils/adt/dbsize.c:279
-#: utils/adt/genfile.c:107 utils/adt/genfile.c:279 access/transam/xlog.c:2955
-#: access/transam/xlog.c:3120 access/transam/xlog.c:9321
-#: access/transam/xlog.c:9500 storage/file/fd.c:2270 storage/file/fd.c:2311
+#: utils/adt/genfile.c:107 utils/adt/genfile.c:279 access/transam/xlog.c:2953
+#: access/transam/xlog.c:3118 access/transam/xlog.c:9319
+#: access/transam/xlog.c:9498 storage/file/fd.c:2289 storage/file/fd.c:2381
#: storage/file/copydir.c:83 storage/file/copydir.c:122
#, c-format
msgid "could not stat file \"%s\": %m"
msgid "malformed array literal: \"%s\""
msgstr "fehlerhafte Arraykonstante: »%s«"
-#: utils/adt/arrayfuncs.c:542 executor/execQual.c:3119
-#: executor/execQual.c:3146
-msgid ""
-"multidimensional arrays must have array expressions with matching dimensions"
-msgstr ""
-"mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl "
-"Dimensionen haben"
+#: utils/adt/arrayfuncs.c:542 executor/execQual.c:3119 executor/execQual.c:3146
+msgid "multidimensional arrays must have array expressions with matching dimensions"
+msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben"
#: utils/adt/arrayfuncs.c:1249
msgid "invalid array flags"
msgid "wrong element type"
msgstr "falscher Elementtyp"
-#: utils/adt/arrayfuncs.c:1411 utils/adt/rowtypes.c:573 libpq/pqformat.c:556
+#: utils/adt/arrayfuncs.c:1411 utils/adt/rowtypes.c:575 libpq/pqformat.c:556
#: libpq/pqformat.c:574 libpq/pqformat.c:595
msgid "insufficient data left in message"
msgstr "nicht genug Daten in Message übrig"
#: utils/adt/arrayfuncs.c:1903
msgid "slices of fixed-length arrays not implemented"
-msgstr ""
-"Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert"
+msgstr "Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert"
#: utils/adt/arrayfuncs.c:2076 utils/adt/arrayfuncs.c:2098
#: utils/adt/arrayfuncs.c:2132 utils/adt/arrayfuncs.c:2418
#: utils/adt/arrayfuncs.c:2372
msgid "updates on slices of fixed-length arrays not implemented"
-msgstr ""
-"Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert"
+msgstr "Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert"
#: utils/adt/arrayfuncs.c:2408 utils/adt/arrayfuncs.c:2495
msgid "source array too small"
msgstr "kann Arrays mit verschiedenen Elementtypen nicht vergleichen"
#: utils/adt/arrayfuncs.c:3176 utils/adt/arrayfuncs.c:3695
-#: utils/adt/rowtypes.c:1186 parser/parse_oper.c:225
+#: utils/adt/rowtypes.c:1194 parser/parse_oper.c:225
#, c-format
msgid "could not identify an equality operator for type %s"
msgstr "konnte keinen Ist-Gleich-Operator für Typ %s ermitteln"
-#: utils/adt/arrayfuncs.c:3378 utils/adt/rowtypes.c:951
+#: utils/adt/arrayfuncs.c:3378 utils/adt/rowtypes.c:957
#: executor/execQual.c:4911
#, c-format
msgid "could not identify a comparison function for type %s"
msgid "PID %d is not a PostgreSQL server process"
msgstr "PID %d ist kein PostgreSQL-Serverprozess"
-#: utils/adt/misc.c:102 storage/lmgr/proc.c:1094
+#: utils/adt/misc.c:102 storage/lmgr/proc.c:1101
#, c-format
msgid "could not send signal to process %d: %m"
msgstr "konnte Signal nicht an Prozess %d senden: %m"
#: utils/adt/datetime.c:4508
#, c-format
-msgid ""
-"This time zone name appears in the configuration file for time zone "
-"abbreviation \"%s\"."
-msgstr ""
-"Dieser Zeitzonenname erscheint in der Konfigurationsdatei für "
-"Zeitzonenabkürzung »%s«."
+msgid "This time zone name appears in the configuration file for time zone abbreviation \"%s\"."
+msgstr "Dieser Zeitzonenname erscheint in der Konfigurationsdatei für Zeitzonenabkürzung »%s«."
#: utils/adt/genfile.c:60
msgid "reference to parent directory (\"..\") not allowed"
msgid "could not seek in file \"%s\": %m"
msgstr "konnte Positionszeiger in Datei »%s« nicht setzen: %m"
-#: utils/adt/genfile.c:138 access/transam/xlog.c:2566
-#: access/transam/xlog.c:4521 access/transam/xlog.c:9512
-#: access/transam/xlog.c:9525 access/transam/xlog.c:10059
-#: access/transam/xlog.c:10094 storage/file/copydir.c:183
+#: utils/adt/genfile.c:138 access/transam/xlog.c:2564
+#: access/transam/xlog.c:4519 access/transam/xlog.c:9510
+#: access/transam/xlog.c:9523 access/transam/xlog.c:10057
+#: access/transam/xlog.c:10092 storage/file/copydir.c:183
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "konnte Datei »%s« nicht lesen: %m"
msgid "ts_rewrite query must return two tsquery columns"
msgstr "ts_rewrite-Anfrage muss zwei tsquery-Spalten zurückgeben"
-#: utils/adt/tsquery_cleanup.c:285
-msgid ""
-"text-search query contains only stop words or doesn't contain lexemes, "
-"ignored"
-msgstr ""
-"Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert"
+#: utils/adt/tsquery_cleanup.c:288
+msgid "text-search query contains only stop words or doesn't contain lexemes, ignored"
+msgstr "Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert"
#: utils/adt/uuid.c:128
#, c-format
msgid "invalid input syntax for uuid: \"%s\""
msgstr "ungültige Eingabesyntax für Typ uuid: »%s«"
-#: utils/adt/rowtypes.c:100 utils/adt/rowtypes.c:489
+#: utils/adt/rowtypes.c:101 utils/adt/rowtypes.c:491
msgid "input of anonymous composite types is not implemented"
msgstr "Eingabe anonymer zusammengesetzter Typen ist nicht implementiert"
msgid "Junk after right parenthesis."
msgstr "Müll nach rechter Klammer."
-#: utils/adt/rowtypes.c:538
+#: utils/adt/rowtypes.c:540
#, c-format
msgid "wrong number of columns: %d, expected %d"
msgstr "falsche Anzahl der Spalten: %d, erwartet wurden %d"
-#: utils/adt/rowtypes.c:565
+#: utils/adt/rowtypes.c:567
#, c-format
msgid "wrong data type: %u, expected %u"
msgstr "falscher Datentyp: %u, erwartet wurde %u"
-#: utils/adt/rowtypes.c:626
+#: utils/adt/rowtypes.c:628
#, c-format
msgid "improper binary format in record column %d"
msgstr "falsches Binärformat in Record-Spalte %d"
-#: utils/adt/rowtypes.c:926 utils/adt/rowtypes.c:1161
+#: utils/adt/rowtypes.c:932 utils/adt/rowtypes.c:1169
#, c-format
msgid "cannot compare dissimilar column types %s and %s at record column %d"
-msgstr ""
-"kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht "
-"vergleichen"
+msgstr "kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht vergleichen"
-#: utils/adt/rowtypes.c:1012 utils/adt/rowtypes.c:1232
+#: utils/adt/rowtypes.c:1018 utils/adt/rowtypes.c:1240
msgid "cannot compare record types with different numbers of columns"
-msgstr ""
-"kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
+msgstr "kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
#: utils/adt/nabstime.c:160
#, c-format
msgid "value \"%s\" is out of range for 8-bit integer"
msgstr "Wert »%s« ist außerhalb des gültigen Bereichs für 8-Bit-Ganzzahl"
-#: utils/adt/pg_locale.c:953
+#: utils/adt/pg_locale.c:967
#, c-format
msgid "could not create locale \"%s\": %m"
msgstr "konnte Locale »%s« nicht erzeugen: %m"
-#: utils/adt/pg_locale.c:956
+#: utils/adt/pg_locale.c:970
#, c-format
-msgid ""
-"The operating system could not find any locale data for the locale name \"%s"
-"\"."
-msgstr ""
-"Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« "
-"finden."
+msgid "The operating system could not find any locale data for the locale name \"%s\"."
+msgstr "Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« finden."
-#: utils/adt/pg_locale.c:1043
-msgid ""
-"collations with different collate and ctype values are not supported on this "
-"platform"
-msgstr ""
-"Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf "
-"dieser Plattform nicht unterstützt"
+#: utils/adt/pg_locale.c:1057
+msgid "collations with different collate and ctype values are not supported on this platform"
+msgstr "Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf dieser Plattform nicht unterstützt"
-#: utils/adt/pg_locale.c:1058
+#: utils/adt/pg_locale.c:1072
msgid "nondefault collations are not supported on this platform"
-msgstr ""
-"Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform "
-"nicht unterstützt"
+msgstr "Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform nicht unterstützt"
-#: utils/adt/pg_locale.c:1229
+#: utils/adt/pg_locale.c:1243
msgid "invalid multibyte character for locale"
msgstr "ungültiges Mehrbytezeichen für Locale"
-#: utils/adt/pg_locale.c:1230
-msgid ""
-"The server's LC_CTYPE locale is probably incompatible with the database "
-"encoding."
-msgstr ""
-"Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der "
-"Datenbank inkompatibel."
+#: utils/adt/pg_locale.c:1244
+msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
+msgstr "Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der Datenbank inkompatibel."
#: utils/adt/encode.c:55 utils/adt/encode.c:91
#, c-format
#: utils/adt/acl.c:2008 utils/adt/acl.c:2038 utils/adt/acl.c:2070
#: utils/adt/acl.c:2102 utils/adt/acl.c:2130 utils/adt/acl.c:2160
-#: commands/tablecmds.c:210 commands/tablecmds.c:2181
-#: commands/tablecmds.c:2426 commands/tablecmds.c:9083
-#: commands/sequence.c:1054 catalog/aclchk.c:1692 catalog/objectaddress.c:398
+#: commands/tablecmds.c:210 commands/tablecmds.c:2181 commands/tablecmds.c:2426
+#: commands/tablecmds.c:9083 commands/sequence.c:1054 catalog/aclchk.c:1692
+#: catalog/objectaddress.c:398
#, c-format
msgid "\"%s\" is not a sequence"
msgstr "»%s« ist keine Sequenz"
#: utils/adt/ri_triggers.c:3540 utils/adt/ri_triggers.c:3600
#, c-format
msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
-msgstr ""
-"Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-"
-"Constraint »%s«"
+msgstr "Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s«"
#: utils/adt/ri_triggers.c:412 utils/adt/ri_triggers.c:2844
msgid "MATCH FULL does not allow mixing of null and nonnull key values."
-msgstr ""
-"MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, "
-"nicht."
+msgstr "MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, nicht."
#: utils/adt/ri_triggers.c:3080 commands/constraint.c:59
#, c-format
msgstr "kein »pg_constraint«-Eintrag für Trigger »%s« für Tabelle »%s«"
#: utils/adt/ri_triggers.c:3148
-msgid ""
-"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
-"ADD CONSTRAINT."
-msgstr ""
-"Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und "
-"führen Sie dann ALTER TABLE ADD CONSTRAINT aus."
+msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
+msgstr "Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und führen Sie dann ALTER TABLE ADD CONSTRAINT aus."
#: utils/adt/ri_triggers.c:3505
#, c-format
-msgid ""
-"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
-"unexpected result"
-msgstr ""
-"RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab "
-"unerwartetes Ergebnis"
+msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
+msgstr "RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab unerwartetes Ergebnis"
#: utils/adt/ri_triggers.c:3509
msgid "This is most likely due to a rule having rewritten the query."
-msgstr ""
-"Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage "
-"umgeschrieben hat."
+msgstr "Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage umgeschrieben hat."
#: utils/adt/ri_triggers.c:3542
#, c-format
#: utils/adt/ri_triggers.c:3612
#, c-format
-msgid ""
-"update or delete on table \"%s\" violates foreign key constraint \"%s\" on "
-"table \"%s\""
-msgstr ""
-"Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-"
-"Constraint »%s« von Tabelle »%s«"
+msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\""
+msgstr "Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s« von Tabelle »%s«"
#: utils/adt/ri_triggers.c:3617
#, c-format
msgid "invalid NUMERIC type modifier"
msgstr "ungültiker Modifikator für Typ NUMERIC"
-#: utils/adt/numeric.c:1897 utils/adt/numeric.c:3770 utils/adt/numeric.c:5739
+#: utils/adt/numeric.c:1897 utils/adt/numeric.c:3770 utils/adt/numeric.c:5745
msgid "value overflows numeric format"
msgstr "Wert verursacht Überlauf im »numeric«-Format"
#: utils/adt/numeric.c:3841
#, c-format
-msgid ""
-"A field with precision %d, scale %d must round to an absolute value less "
-"than %s%d."
-msgstr ""
-"Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von "
-"weniger als %s%d ergeben."
+msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d."
+msgstr "Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von weniger als %s%d ergeben."
-#: utils/adt/numeric.c:5289
+#: utils/adt/numeric.c:5295
msgid "argument for function \"exp\" too big"
msgstr "Argument für Funktion »exp« zu groß"
#: utils/adt/regproc.c:631 gram.y:6217
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."
+msgstr "Verwenden Sie NONE, um das fehlende Argument eines unären Operators anzugeben."
#: utils/adt/regproc.c:636
msgid "Provide two argument types for operator."
msgid "relation \"%s\" does not exist"
msgstr "Relation »%s« existiert nicht"
-#: utils/adt/regproc.c:973 commands/tablecmds.c:226
-#: commands/functioncmds.c:128 commands/typecmds.c:660
-#: commands/typecmds.c:2661 parser/parse_func.c:1502 parser/parse_type.c:196
+#: utils/adt/regproc.c:973 commands/tablecmds.c:226 commands/functioncmds.c:128
+#: commands/typecmds.c:660 commands/typecmds.c:2661 parser/parse_func.c:1502
+#: parser/parse_type.c:196
#, c-format
msgid "type \"%s\" does not exist"
msgstr "Typ »%s« existiert nicht"
#: tsearch/dict_thesaurus.c:421
#, c-format
-msgid ""
-"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
-msgstr ""
-"Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
+msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr "Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
#: tsearch/dict_thesaurus.c:427
#, c-format
#: tsearch/dict_thesaurus.c:430
msgid "Use \"?\" to represent a stop word within a sample phrase."
-msgstr ""
-"Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen."
+msgstr "Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen."
#: tsearch/dict_thesaurus.c:576
#, c-format
#: tsearch/dict_thesaurus.c:583
#, c-format
-msgid ""
-"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
-msgstr ""
-"Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
+msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr "Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
#: tsearch/dict_thesaurus.c:595
#, c-format
msgid "bind message has %d result formats but query has %d columns"
msgstr "Bind-Message hat %d Ergebnisspalten, aber Anfrage hat %d Spalten"
-#: tcop/pquery.c:739 tcop/pquery.c:1403 commands/portalcmds.c:341
-#, c-format
-msgid "portal \"%s\" cannot be run"
-msgstr "Portal »%s« kann nicht ausgeführt werden"
-
-#: tcop/pquery.c:971
+#: tcop/pquery.c:967
msgid "cursor can only scan forward"
msgstr "Cursor kann nur vorwärts scannen"
-#: tcop/pquery.c:972
+#: tcop/pquery.c:968
msgid "Declare it with SCROLL option to enable backward scan."
-msgstr ""
-"Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können."
+msgstr "Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können."
#: tcop/fastpath.c:109 tcop/fastpath.c:471 tcop/fastpath.c:601
#, c-format
#: tcop/fastpath.c:289 tcop/postgres.c:933 tcop/postgres.c:1243
#: tcop/postgres.c:1524 tcop/postgres.c:1966 tcop/postgres.c:2334
#: tcop/postgres.c:2415
-msgid ""
-"current transaction is aborted, commands ignored until end of transaction "
-"block"
-msgstr ""
-"aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der "
-"Transaktion ignoriert"
+msgid "current transaction is aborted, commands ignored until end of transaction block"
+msgstr "aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert"
#: tcop/fastpath.c:317
#, c-format
#: tcop/fastpath.c:439 tcop/fastpath.c:566
#, c-format
msgid "function call message contains %d arguments but function requires %d"
-msgstr ""
-"Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d"
+msgstr "Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d"
#: tcop/fastpath.c:447
#, c-format
msgstr "unerwartetes EOF auf Client-Verbindung"
#: tcop/postgres.c:412 tcop/postgres.c:424 tcop/postgres.c:435
-#: tcop/postgres.c:447 tcop/postgres.c:4247
+#: tcop/postgres.c:447 tcop/postgres.c:4252
#, c-format
msgid "invalid frontend message type %d"
msgstr "ungültiger Frontend-Message-Typ %d"
#: tcop/postgres.c:1508
#, c-format
-msgid ""
-"bind message supplies %d parameters, but prepared statement \"%s\" requires "
-"%d"
-msgstr ""
-"Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« "
-"erfordert %d"
+msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
+msgstr "Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« erfordert %d"
#: tcop/postgres.c:1673
#, c-format
#: tcop/postgres.c:2259
msgid "User was or might have been using tablespace that must be dropped."
-msgstr ""
-"Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht "
-"werden muss."
+msgstr "Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht werden muss."
#: tcop/postgres.c:2262
msgid "User query might have needed to see row versions that must be removed."
-msgstr ""
-"Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die "
-"entfernt werden müssen."
+msgstr "Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die entfernt werden müssen."
#: tcop/postgres.c:2265 storage/ipc/standby.c:498
msgid "User transaction caused buffer deadlock with recovery."
-msgstr ""
-"Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung "
-"verursacht."
+msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht."
#: tcop/postgres.c:2268
msgid "User was connected to a database that must be dropped."
msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses"
#: tcop/postgres.c:2610
-msgid ""
-"The postmaster has commanded this server process to roll back the current "
-"transaction and exit, because another server process exited abnormally and "
-"possibly corrupted shared memory."
-msgstr ""
-"Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion "
-"zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess "
-"abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat."
+msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory."
+msgstr "Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat."
#: tcop/postgres.c:2614 tcop/postgres.c:2921
-msgid ""
-"In a moment you should be able to reconnect to the database and repeat your "
-"command."
-msgstr ""
-"In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren "
-"Befehl wiederholen können."
+msgid "In a moment you should be able to reconnect to the database and repeat your command."
+msgstr "In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren Befehl wiederholen können."
#: tcop/postgres.c:2706
msgid "floating-point exception"
msgstr "Fließkommafehler"
#: tcop/postgres.c:2707
-msgid ""
-"An invalid floating-point operation was signaled. This probably means an out-"
-"of-range result or an invalid operation, such as division by zero."
-msgstr ""
-"Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet "
-"wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine "
-"ungültige Operation, zum Beispiel Division durch null."
+msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero."
+msgstr "Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine ungültige Operation, zum Beispiel Division durch null."
#: tcop/postgres.c:2877
msgid "terminating autovacuum process due to administrator command"
msgid "canceling statement due to user request"
msgstr "storniere Anfrage wegen Benutzeraufforderung"
-#: tcop/postgres.c:3132 tcop/postgres.c:3154
+#: tcop/postgres.c:3112
msgid "stack depth limit exceeded"
msgstr "Grenze für Stacktiefe überschritten"
-#: tcop/postgres.c:3133 tcop/postgres.c:3155
+#: tcop/postgres.c:3113
#, c-format
-msgid ""
-"Increase the configuration parameter \"max_stack_depth\" (currently %dkB), "
-"after ensuring the platform's stack depth limit is adequate."
-msgstr ""
-"Erhöhen Sie den Konfigurationsparameter »max_stack_depth« (aktuell %dkB), "
-"nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer "
-"Plattform ausreichend ist."
+msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate."
+msgstr "Erhöhen Sie den Konfigurationsparameter »max_stack_depth« (aktuell %dkB), nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform ausreichend ist."
-#: tcop/postgres.c:3171
+#: tcop/postgres.c:3176
#, c-format
msgid "\"max_stack_depth\" must not exceed %ldkB."
msgstr "»max_stack_depth« darf %ldkB nicht überschreiten."
-#: tcop/postgres.c:3173
-msgid ""
-"Increase the platform's stack depth limit via \"ulimit -s\" or local "
-"equivalent."
-msgstr ""
-"Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder "
-"der lokalen Entsprechung."
+#: tcop/postgres.c:3178
+msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
+msgstr "Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder der lokalen Entsprechung."
-#: tcop/postgres.c:3514
+#: tcop/postgres.c:3519
msgid "invalid command-line arguments for server process"
msgstr "ungültige Kommandozeilenargumente für Serverprozess"
-#: tcop/postgres.c:3515 tcop/postgres.c:3521
+#: tcop/postgres.c:3520 tcop/postgres.c:3526
#, c-format
msgid "Try \"%s --help\" for more information."
msgstr "Versuchen Sie »%s --help« für weitere Informationen."
-#: tcop/postgres.c:3519
+#: tcop/postgres.c:3524
#, c-format
msgid "%s: invalid command-line arguments"
msgstr "%s: ungültige Kommandozeilenargumente"
-#: tcop/postgres.c:3598
+#: tcop/postgres.c:3603
#, c-format
msgid "%s: no database nor user name specified"
msgstr "%s: weder Datenbankname noch Benutzername angegeben"
-#: tcop/postgres.c:3896 libpq/pqcomm.c:1080
+#: tcop/postgres.c:3901 libpq/pqcomm.c:1093
msgid "terminating connection because protocol sync was lost"
msgstr "breche Verbindung ab, weil Protokollsynchronisation verloren wurde"
-#: tcop/postgres.c:4157
+#: tcop/postgres.c:4162
#, c-format
msgid "invalid CLOSE message subtype %d"
msgstr "ungültiger Subtyp %d von CLOSE-Message"
-#: tcop/postgres.c:4190
+#: tcop/postgres.c:4195
#, c-format
msgid "invalid DESCRIBE message subtype %d"
msgstr "ungültiger Subtyp %d von DESCRIBE-Message"
-#: tcop/postgres.c:4424
+#: tcop/postgres.c:4429
#, c-format
-msgid ""
-"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s"
-"%s"
-msgstr ""
-"Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s "
-"Host=%s%s%s"
+msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
+msgstr "Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s Host=%s%s%s"
#: tcop/utility.c:95 commands/tablecmds.c:823 commands/tablecmds.c:1156
#: commands/tablecmds.c:2004 commands/tablecmds.c:3744
#: access/common/tupconvert.c:107
#, c-format
msgid "Returned type %s does not match expected type %s in column %d."
-msgstr ""
-"Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s "
-"überein."
+msgstr "Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s überein."
#: access/common/tupconvert.c:135
#, c-format
-msgid ""
-"Number of returned columns (%d) does not match expected column count (%d)."
-msgstr ""
-"Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten "
-"Spaltenanzahl (%d)."
+msgid "Number of returned columns (%d) does not match expected column count (%d)."
+msgstr "Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten Spaltenanzahl (%d)."
#: access/common/tupconvert.c:240
#, c-format
-msgid ""
-"Attribute \"%s\" of type %s does not match corresponding attribute of type "
-"%s."
-msgstr ""
-"Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von "
-"Typ %s überein."
+msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s."
+msgstr "Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von Typ %s überein."
#: access/common/tupconvert.c:252
#, c-format
#: access/common/reloptions.c:323
msgid "user-defined relation parameter types limit exceeded"
-msgstr ""
-"Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten"
+msgstr "Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten"
#: access/common/reloptions.c:622
msgid "RESET must not include values for parameters"
#: access/hash/hashinsert.c:76
msgid "Values larger than a buffer page cannot be indexed."
-msgstr ""
-"Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."
+msgstr "Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."
#: access/hash/hashutil.c:170 access/nbtree/nbtpage.c:433
#: access/gist/gistutil.c:632
#: access/hash/hashutil.c:173 access/hash/hashutil.c:184
#: access/hash/hashutil.c:196 access/hash/hashutil.c:217
#: access/nbtree/nbtpage.c:436 access/nbtree/nbtpage.c:447
-#: access/gist/gist.c:745 access/gist/gistutil.c:635
-#: access/gist/gistutil.c:646 access/gist/gistvacuum.c:274
+#: access/gist/gist.c:745 access/gist/gistutil.c:635 access/gist/gistutil.c:646
+#: access/gist/gistvacuum.c:274
msgid "Please REINDEX it."
msgstr "Bitte führen Sie REINDEX für den Index aus."
#: access/transam/xact.c:2050
msgid "cannot PREPARE a transaction that has operated on temporary tables"
-msgstr ""
-"PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre "
-"Tabellen bearbeitet hat"
+msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre Tabellen bearbeitet hat"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:2856
#: access/transam/xact.c:2876
#, c-format
msgid "%s cannot be executed from a function or multi-command string"
-msgstr ""
-"%s kann nicht aus einer Funktion oder einer mehrbefehligen Zeichenkette "
-"heraus ausgeführt werden"
+msgstr "%s kann nicht aus einer Funktion oder einer mehrbefehligen Zeichenkette heraus ausgeführt werden"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:2927
msgid "no such savepoint"
msgstr "Savepoint existiert nicht"
-#: access/transam/xact.c:4263
+#: access/transam/xact.c:4264
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/varsup.c:114
#, c-format
-msgid ""
-"database is not accepting commands to avoid wraparound data loss in database "
-"\"%s\""
-msgstr ""
-"Datenbank nimmt keine Befehle an, um Datenverlust wegen "
-"Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"
+msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\""
+msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"
#: access/transam/varsup.c:116 access/transam/varsup.c:123
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."
msgstr ""
-"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um "
-"VACUUM in dieser Datenbank auszuführen.\n"
-"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder "
-"zurückrollen."
+"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um VACUUM in dieser Datenbank auszuführen.\n"
+"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen."
#: access/transam/varsup.c:121
#, c-format
-msgid ""
-"database is not accepting commands to avoid wraparound data loss in database "
-"with OID %u"
-msgstr ""
-"Datenbank nimmt keine Befehle an, um Datenverlust wegen "
-"Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"
+msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u"
+msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"
#: access/transam/varsup.c:133 access/transam/varsup.c:368
#, c-format
#: access/transam/varsup.c:136 access/transam/varsup.c:143
#: access/transam/varsup.c:371 access/transam/varsup.c:378
msgid ""
-"To avoid a database shutdown, execute a database-wide VACUUM in that "
-"database.\n"
+"To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions."
msgstr ""
-"Um ein Abschalten der Datenbank zu vermeiden, führen Sie ein komplettes "
-"VACUUM über diese Datenbank aus.\n"
-"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder "
-"zurückrollen."
+"Um ein Abschalten der Datenbank zu vermeiden, führen Sie ein komplettes VACUUM über diese Datenbank aus.\n"
+"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen."
#: access/transam/varsup.c:140 access/transam/varsup.c:375
#, c-format
msgid "database with OID %u must be vacuumed within %u transactions"
-msgstr ""
-"Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden"
+msgstr "Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden"
#: access/transam/varsup.c:333
#, c-format
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"
+msgstr "Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit OID %u"
#: access/transam/twophase.c:326
#, c-format
#: access/transam/twophase.c:501
msgid "Must be superuser or the user that prepared the transaction."
-msgstr ""
-"Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet "
-"hat."
+msgstr "Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet hat."
#: access/transam/twophase.c:512
msgid "prepared transaction belongs to another database"
msgstr "vorbereitete Transaktion gehört zu einer anderen Datenbank"
#: access/transam/twophase.c:513
-msgid ""
-"Connect to the database where the transaction was prepared to finish it."
-msgstr ""
-"Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, "
-"um sie zu beenden."
+msgid "Connect to the database where the transaction was prepared to finish it."
+msgstr "Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, um sie zu beenden."
#: access/transam/twophase.c:528
#, c-format
msgid "removing file \"%s\""
msgstr "entferne Datei »%s«"
-#: access/transam/xlog.c:1344
+#: access/transam/xlog.c:1342
#, c-format
msgid "could not create archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht erstellen: %m"
-#: access/transam/xlog.c:1352
+#: access/transam/xlog.c:1350
#, c-format
msgid "could not write archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m"
-#: access/transam/xlog.c:1826 access/transam/xlog.c:10692
+#: access/transam/xlog.c:1824 access/transam/xlog.c:10690
#: replication/walreceiver.c:516 replication/walsender.c:1024
#, c-format
msgid "could not seek in log file %u, segment %u to offset %u: %m"
-msgstr ""
-"konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m"
+msgstr "konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m"
-#: access/transam/xlog.c:1843 replication/walreceiver.c:533
+#: access/transam/xlog.c:1841 replication/walreceiver.c:533
#, c-format
msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m"
-msgstr ""
-"konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu "
-"schreiben: %m"
+msgstr "konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu schreiben: %m"
-#: access/transam/xlog.c:2045
+#: access/transam/xlog.c:2043
#, c-format
msgid "updated min recovery point to %X/%X"
msgstr "minimaler Recovery-Punkt auf %X/%X aktualisiert"
-#: access/transam/xlog.c:2396 access/transam/xlog.c:2499
-#: access/transam/xlog.c:2728 access/transam/xlog.c:2799
-#: access/transam/xlog.c:2856 replication/walsender.c:1012
+#: access/transam/xlog.c:2394 access/transam/xlog.c:2497
+#: access/transam/xlog.c:2726 access/transam/xlog.c:2797
+#: access/transam/xlog.c:2854 replication/walsender.c:1012
#, c-format
msgid "could not open file \"%s\" (log file %u, segment %u): %m"
msgstr "konnte Datei »%s« nicht öffnen (Logdatei %u, Segment %u): %m"
-#: access/transam/xlog.c:2460 access/transam/xlog.c:2592
-#: access/transam/xlog.c:4611 storage/file/fd.c:398 storage/smgr/md.c:932
-#: storage/smgr/md.c:1137 storage/smgr/md.c:1291
+#: access/transam/xlog.c:2458 access/transam/xlog.c:2590
+#: access/transam/xlog.c:4609 storage/file/fd.c:423 storage/file/fd.c:2488
+#: storage/smgr/md.c:932 storage/smgr/md.c:1137 storage/smgr/md.c:1291
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "konnte Datei »%s« nicht fsyncen: %m"
-#: access/transam/xlog.c:2465 access/transam/xlog.c:2597
-#: access/transam/xlog.c:4616 commands/copy.c:1340 storage/file/copydir.c:208
+#: access/transam/xlog.c:2463 access/transam/xlog.c:2595
+#: access/transam/xlog.c:4614 commands/copy.c:1340 storage/file/copydir.c:208
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schließen: %m"
-#: access/transam/xlog.c:2569
+#: access/transam/xlog.c:2567
#, c-format
msgid "not enough data in file \"%s\""
msgstr "nicht genug Daten in Datei »%s«"
-#: access/transam/xlog.c:2688
+#: access/transam/xlog.c:2686
#, c-format
-msgid ""
-"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
-"%u): %m"
-msgstr ""
-"konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, "
-"Segment %u): %m"
+msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
+msgstr "konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, Segment %u): %m"
-#: access/transam/xlog.c:2700
+#: access/transam/xlog.c:2698
#, c-format
-msgid ""
-"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
-"segment %u): %m"
-msgstr ""
-"konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, "
-"Segment %u): %m"
+msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
+msgstr "konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, Segment %u): %m"
-#: access/transam/xlog.c:2883 replication/walreceiver.c:490
+#: access/transam/xlog.c:2881 replication/walreceiver.c:490
#, c-format
msgid "could not close log file %u, segment %u: %m"
msgstr "konnte Logdatei %u, Segment %u nicht schließen: %m"
-#: access/transam/xlog.c:2963 access/transam/xlog.c:9530 storage/smgr/md.c:371
+#: access/transam/xlog.c:2961 access/transam/xlog.c:9528 storage/smgr/md.c:371
#: storage/smgr/md.c:420 storage/smgr/md.c:1251
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "konnte Datei »%s« nicht löschen: %m"
-#: access/transam/xlog.c:3099
+#: access/transam/xlog.c:3097
#, c-format
msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
msgstr "Archivdatei »%s« hat falsche Größe: %lu statt %lu"
-#: access/transam/xlog.c:3108
+#: access/transam/xlog.c:3106
#, c-format
msgid "restored log file \"%s\" from archive"
msgstr "Logdatei »%s« aus Archiv wiederhergestellt"
-#: access/transam/xlog.c:3158
+#: access/transam/xlog.c:3156
#, c-format
msgid "could not restore file \"%s\" from archive: return code %d"
msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: Rückgabecode %d"
#. translator: First %s represents a recovery.conf parameter name like
#. "recovery_end_command", and the 2nd is the value of that parameter.
-#: access/transam/xlog.c:3272
+#: access/transam/xlog.c:3270
#, c-format
msgid "%s \"%s\": return code %d"
msgstr "%s »%s«: Rückgabecode %d"
-#: access/transam/xlog.c:3366 access/transam/xlog.c:3573
-#: access/transam/xlog.c:5693
+#: access/transam/xlog.c:3364 access/transam/xlog.c:3571
+#: access/transam/xlog.c:5691
#, c-format
msgid "could not open transaction log directory \"%s\": %m"
msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:3455
+#: access/transam/xlog.c:3453
#, c-format
msgid "recycled transaction log file \"%s\""
msgstr "Transaktionslogdatei »%s« wird wiederverwendet"
-#: access/transam/xlog.c:3470
+#: access/transam/xlog.c:3468
#, c-format
msgid "removing transaction log file \"%s\""
msgstr "entferne Transaktionslogdatei »%s«"
-#: access/transam/xlog.c:3488
+#: access/transam/xlog.c:3486
#, c-format
msgid "could not rename old transaction log file \"%s\": %m"
msgstr "konnte alte Transaktionslogdatei »%s« nicht umbenennen: %m"
-#: access/transam/xlog.c:3500
+#: access/transam/xlog.c:3498
#, 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:3533 access/transam/xlog.c:3543
+#: access/transam/xlog.c:3531 access/transam/xlog.c:3541
#, c-format
msgid "required WAL directory \"%s\" does not exist"
msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht"
-#: access/transam/xlog.c:3549
+#: access/transam/xlog.c:3547
#, c-format
msgid "creating missing WAL directory \"%s\""
msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«"
-#: access/transam/xlog.c:3552
+#: access/transam/xlog.c:3550
#, c-format
msgid "could not create missing directory \"%s\": %m"
msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m"
-#: access/transam/xlog.c:3586
+#: access/transam/xlog.c:3584
#, c-format
msgid "removing transaction log backup history file \"%s\""
msgstr "entferne Transaktionslog-Backup-History-Datei »%s«"
-#: access/transam/xlog.c:3724
+#: access/transam/xlog.c:3722
#, c-format
msgid "incorrect hole size in record at %X/%X"
msgstr "falsche Lochgröße im Datensatz bei %X/%X"
-#: access/transam/xlog.c:3737
+#: access/transam/xlog.c:3735
#, c-format
msgid "incorrect total length in record at %X/%X"
msgstr "falsche Gesamtlänge im Datensatz bei %X/%X"
-#: access/transam/xlog.c:3750
+#: access/transam/xlog.c:3748
#, c-format
msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr "falsche Resource-Manager-Daten-Prüfsumme im Datensatz bei %X/%X"
-#: access/transam/xlog.c:3828 access/transam/xlog.c:3866
+#: access/transam/xlog.c:3826 access/transam/xlog.c:3864
#, c-format
msgid "invalid record offset at %X/%X"
msgstr "ungültiger Datensatz-Offset bei %X/%X"
-#: access/transam/xlog.c:3874
+#: access/transam/xlog.c:3872
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "Contrecord-Eintrag ist bei %X/%X"
-#: access/transam/xlog.c:3889
+#: access/transam/xlog.c:3887
#, c-format
msgid "invalid xlog switch record at %X/%X"
msgstr "ungültiger Xlog-Switch-Datensatz bei %X/%X"
-#: access/transam/xlog.c:3897
+#: access/transam/xlog.c:3895
#, c-format
msgid "record with zero length at %X/%X"
msgstr "Datensatz mit Länge null bei %X/%X"
-#: access/transam/xlog.c:3906
+#: access/transam/xlog.c:3904
#, c-format
msgid "invalid record length at %X/%X"
msgstr "ungültige Datensatzlänge bei %X/%X"
-#: access/transam/xlog.c:3913
+#: access/transam/xlog.c:3911
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "ungültige Resource-Manager-ID %u bei %X/%X"
-#: access/transam/xlog.c:3926 access/transam/xlog.c:3942
+#: access/transam/xlog.c:3924 access/transam/xlog.c:3940
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "Datensatz mit inkorrektem Prev-Link %X/%X bei %X/%X"
-#: access/transam/xlog.c:3971
+#: access/transam/xlog.c:3969
#, c-format
msgid "record length %u at %X/%X too long"
msgstr "Datensatzlänge %u bei %X/%X zu groß"
-#: access/transam/xlog.c:4011
+#: access/transam/xlog.c:4009
#, c-format
msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
msgstr "es gibt keine Contrecord-Flag in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4021
+#: access/transam/xlog.c:4019
#, c-format
msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
msgstr "ungültige Contrecord-Länge %u in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4111
+#: access/transam/xlog.c:4109
#, c-format
msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
msgstr "ungültige magische Zahl %04X in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4118 access/transam/xlog.c:4164
+#: access/transam/xlog.c:4116 access/transam/xlog.c:4162
#, c-format
msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
msgstr "ungültige Infobits %04X in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4140 access/transam/xlog.c:4148
-#: access/transam/xlog.c:4155
+#: access/transam/xlog.c:4138 access/transam/xlog.c:4146
+#: access/transam/xlog.c:4153
msgid "WAL file is from different database system"
msgstr "WAL-Datei stammt von einem anderen Datenbanksystem"
-#: access/transam/xlog.c:4141
+#: access/transam/xlog.c:4139
#, c-format
-msgid ""
-"WAL file database system identifier is %s, pg_control database system "
-"identifier is %s."
-msgstr ""
-"Datenbanksystemidentifikator in der WAL-Datei ist %s, "
-"Datenbanksystemidentifikator in pg_control ist %s."
+msgid "WAL file database system identifier is %s, pg_control database system identifier is %s."
+msgstr "Datenbanksystemidentifikator in der WAL-Datei ist %s, Datenbanksystemidentifikator in pg_control ist %s."
-#: access/transam/xlog.c:4149
+#: access/transam/xlog.c:4147
msgid "Incorrect XLOG_SEG_SIZE in page header."
msgstr "Falscher XLOG_SEG_SIZE-Wert in Page-Header."
-#: access/transam/xlog.c:4156
+#: access/transam/xlog.c:4154
msgid "Incorrect XLOG_BLCKSZ in page header."
msgstr "Falscher XLOG_BLCKSZ-Wert in Page-Header."
-#: access/transam/xlog.c:4172
+#: access/transam/xlog.c:4170
#, c-format
msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
msgstr "unerwartete Page-Adresse %X/%X in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4184
+#: access/transam/xlog.c:4182
#, c-format
msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
msgstr "unerwartete Timeline-ID %u in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4211
+#: access/transam/xlog.c:4209
#, c-format
-msgid ""
-"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset "
-"%u"
-msgstr ""
-"Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, "
-"Segment %u, Offset %u"
+msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u"
+msgstr "Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, Segment %u, Offset %u"
-#: access/transam/xlog.c:4288
+#: access/transam/xlog.c:4286
#, c-format
msgid "syntax error in history file: %s"
msgstr "Syntaxfehler in History-Datei: %s"
-#: access/transam/xlog.c:4289
+#: access/transam/xlog.c:4287
msgid "Expected a numeric timeline ID."
msgstr "Eine numerische Timeline-ID wurde erwartet."
-#: access/transam/xlog.c:4294
+#: access/transam/xlog.c:4292
#, c-format
msgid "invalid data in history file: %s"
msgstr "ungültige Daten in History-Datei: %s"
-#: access/transam/xlog.c:4295
+#: access/transam/xlog.c:4293
msgid "Timeline IDs must be in increasing sequence."
msgstr "Timeline-IDs müssen in aufsteigender Folge sein."
-#: access/transam/xlog.c:4308
+#: access/transam/xlog.c:4306
#, c-format
msgid "invalid data in history file \"%s\""
msgstr "ungültige Daten in History-Datei »%s«"
-#: access/transam/xlog.c:4309
+#: access/transam/xlog.c:4307
msgid "Timeline IDs must be less than child timeline's ID."
msgstr "Timeline-IDs müssen kleiner als die Timeline-ID des Kindes sein."
-#: access/transam/xlog.c:4395
+#: access/transam/xlog.c:4393
#, c-format
msgid "new timeline %u is not a child of database system timeline %u"
msgstr "neue Timeline %u ist kein Kind der Datenbanksystem-Timeline %u"
-#: access/transam/xlog.c:4408
+#: access/transam/xlog.c:4406
#, c-format
msgid "new target timeline is %u"
msgstr "neue Ziel-Timeline ist %u"
-#: access/transam/xlog.c:4633
+#: access/transam/xlog.c:4631
#, c-format
msgid "could not link file \"%s\" to \"%s\": %m"
msgstr "konnte Datei »%s« nicht nach »%s« linken: %m"
-#: access/transam/xlog.c:4725
+#: access/transam/xlog.c:4723
#, c-format
msgid "could not create control file \"%s\": %m"
msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
-#: access/transam/xlog.c:4736 access/transam/xlog.c:4961
+#: access/transam/xlog.c:4734 access/transam/xlog.c:4959
#, c-format
msgid "could not write to control file: %m"
msgstr "konnte nicht in Kontrolldatei schreiben: %m"
-#: access/transam/xlog.c:4742 access/transam/xlog.c:4967
+#: access/transam/xlog.c:4740 access/transam/xlog.c:4965
#, c-format
msgid "could not fsync control file: %m"
msgstr "konnte Kontrolldatei nicht fsyncen: %m"
-#: access/transam/xlog.c:4747 access/transam/xlog.c:4972
+#: access/transam/xlog.c:4745 access/transam/xlog.c:4970
#, c-format
msgid "could not close control file: %m"
msgstr "konnte Kontrolldatei nicht schließen: %m"
-#: access/transam/xlog.c:4765 access/transam/xlog.c:4950
+#: access/transam/xlog.c:4763 access/transam/xlog.c:4948
#, c-format
msgid "could not open control file \"%s\": %m"
msgstr "konnte Kontrolldatei »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:4771
+#: access/transam/xlog.c:4769
#, c-format
msgid "could not read from control file: %m"
msgstr "konnte nicht aus Kontrolldatei lesen: %m"
-#: access/transam/xlog.c:4785
+#: access/transam/xlog.c:4783
#, 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."
+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:4789
-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:4787
+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:4794
+#: access/transam/xlog.c:4792
#, 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."
+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:4797 access/transam/xlog.c:4821
-#: access/transam/xlog.c:4828 access/transam/xlog.c:4833
+#: access/transam/xlog.c:4795 access/transam/xlog.c:4819
+#: access/transam/xlog.c:4826 access/transam/xlog.c:4831
msgid "It looks like you need to initdb."
msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."
-#: access/transam/xlog.c:4808
+#: access/transam/xlog.c:4806
msgid "incorrect checksum in control file"
msgstr "falsche Prüfsumme in Kontrolldatei"
-#: access/transam/xlog.c:4818
+#: access/transam/xlog.c:4816
#, 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."
+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:4825
+#: access/transam/xlog.c:4823
#, 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."
+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:4832
-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:4830
+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:4837
+#: access/transam/xlog.c:4835
#, 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:4840 access/transam/xlog.c:4847
-#: access/transam/xlog.c:4854 access/transam/xlog.c:4861
-#: access/transam/xlog.c:4868 access/transam/xlog.c:4875
-#: access/transam/xlog.c:4882 access/transam/xlog.c:4890
-#: access/transam/xlog.c:4897 access/transam/xlog.c:4906
-#: access/transam/xlog.c:4913 access/transam/xlog.c:4922
-#: access/transam/xlog.c:4929
+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:4838 access/transam/xlog.c:4845
+#: access/transam/xlog.c:4852 access/transam/xlog.c:4859
+#: access/transam/xlog.c:4866 access/transam/xlog.c:4873
+#: access/transam/xlog.c:4880 access/transam/xlog.c:4888
+#: access/transam/xlog.c:4895 access/transam/xlog.c:4904
+#: access/transam/xlog.c:4911 access/transam/xlog.c:4920
+#: access/transam/xlog.c:4927
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."
+msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
-#: access/transam/xlog.c:4844
+#: access/transam/xlog.c:4842
#, 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."
+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:4851
+#: access/transam/xlog.c:4849
#, 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."
+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:4858
+#: access/transam/xlog.c:4856
#, 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."
+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:4865
+#: access/transam/xlog.c:4863
#, 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."
+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:4872
+#: access/transam/xlog.c:4870
#, 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."
+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:4879
+#: access/transam/xlog.c:4877
#, 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."
+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:4888
-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:4886
+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:4895
-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:4893
+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:4904
-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:4902
+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:4911
-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:4909
+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:4920
-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:4918
+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:4927
-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:4925
+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:5252
+#: access/transam/xlog.c:5250
#, c-format
msgid "could not write bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m"
-#: access/transam/xlog.c:5258
+#: access/transam/xlog.c:5256
#, c-format
msgid "could not fsync bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m"
-#: access/transam/xlog.c:5263
+#: access/transam/xlog.c:5261
#, c-format
msgid "could not close bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m"
-#: access/transam/xlog.c:5330
+#: access/transam/xlog.c:5328
#, c-format
msgid "could not open recovery command file \"%s\": %m"
msgstr "konnte Recovery-Kommandodatei »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:5384
+#: access/transam/xlog.c:5382
#, 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:5400
+#: access/transam/xlog.c:5398
#, 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:5444
+#: access/transam/xlog.c:5442
#, 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:5491
+#: access/transam/xlog.c:5489
#, c-format
msgid "unrecognized recovery parameter \"%s\""
msgstr "unbekannter Recovery-Parameter »%s«"
-#: access/transam/xlog.c:5502
+#: access/transam/xlog.c:5500
#, 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"
+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:5504
-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:5502
+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:5510
+#: access/transam/xlog.c:5508
#, 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"
+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:5530
+#: access/transam/xlog.c:5528
#, c-format
msgid "recovery target timeline %u does not exist"
msgstr "recovery_target_timeline %u existiert nicht"
-#: access/transam/xlog.c:5660
+#: access/transam/xlog.c:5658
msgid "archive recovery complete"
msgstr "Wiederherstellung aus Archiv abgeschlossen"
-#: access/transam/xlog.c:5869
+#: access/transam/xlog.c:5867
#, 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:5874
+#: access/transam/xlog.c:5872
#, 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:5883
+#: access/transam/xlog.c:5881
#, 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:5888
+#: access/transam/xlog.c:5886
#, 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:5897
+#: access/transam/xlog.c:5895
#, c-format
msgid "recovery stopping at restore point \"%s\", time %s"
msgstr "Wiederherstellung beendet bei Restore-Punkt »%s«, Zeit %s"
-#: access/transam/xlog.c:5931
+#: access/transam/xlog.c:5929
msgid "recovery has paused"
msgstr "Wiederherstellung wurde pausiert"
-#: access/transam/xlog.c:5932
+#: access/transam/xlog.c:5930
msgid "Execute pg_xlog_replay_resume() to continue."
msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen."
-#: access/transam/xlog.c:5975 access/transam/xlog.c:5997
-#: access/transam/xlog.c:6019
+#: access/transam/xlog.c:5973 access/transam/xlog.c:5995
+#: access/transam/xlog.c:6017
msgid "must be superuser to control recovery"
msgstr "nur Superuser können die Wiederherstellung kontrollieren"
-#: access/transam/xlog.c:5980 access/transam/xlog.c:6002
-#: access/transam/xlog.c:6024
+#: access/transam/xlog.c:5978 access/transam/xlog.c:6000
+#: access/transam/xlog.c:6022
msgid "recovery is not in progress"
msgstr "Wiederherstellung läuft nicht"
-#: access/transam/xlog.c:5981 access/transam/xlog.c:6003
-#: access/transam/xlog.c:6025
+#: access/transam/xlog.c:5979 access/transam/xlog.c:6001
+#: access/transam/xlog.c:6023
msgid "Recovery control functions can only be executed during recovery."
-msgstr ""
-"Wiederherstellungskontrollfunktionen können nur während der "
-"Wiederherstellung ausgeführt werden."
+msgstr "Wiederherstellungskontrollfunktionen können nur während der Wiederherstellung ausgeführt werden."
-#: access/transam/xlog.c:6118
+#: access/transam/xlog.c:6116
#, 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)"
+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:6140
+#: access/transam/xlog.c:6138
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:6141
-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:6139
+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:6152
-msgid ""
-"hot standby is not possible because wal_level was not set to \"hot_standby\" "
-"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:6150
+msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" 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:6153
-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:6151
+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:6202
+#: access/transam/xlog.c:6200
msgid "control file contains invalid data"
msgstr "Kontrolldatei enthält ungültige Daten"
-#: access/transam/xlog.c:6206
+#: access/transam/xlog.c:6204
#, c-format
msgid "database system was shut down at %s"
msgstr "Datenbanksystem wurde am %s heruntergefahren"
-#: access/transam/xlog.c:6210
+#: access/transam/xlog.c:6208
#, c-format
msgid "database system was shut down in recovery at %s"
-msgstr ""
-"Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"
+msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"
-#: access/transam/xlog.c:6214
+#: access/transam/xlog.c:6212
#, c-format
msgid "database system shutdown was interrupted; last known up at %s"
-msgstr ""
-"Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte "
-"Aktion am %s"
+msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s"
-#: access/transam/xlog.c:6218
+#: access/transam/xlog.c:6216
#, 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:6220
-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:6218
+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:6224
+#: access/transam/xlog.c:6222
#, 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"
+msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen"
-#: access/transam/xlog.c:6226
-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:6224
+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:6230
+#: access/transam/xlog.c:6228
#, 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:6291
+#: access/transam/xlog.c:6289
#, c-format
msgid "requested timeline %u is not a child of database system timeline %u"
msgstr "angeforderte Timeline %u ist kein Kind der Datenbanksystem-Timeline %u"
-#: access/transam/xlog.c:6309
+#: access/transam/xlog.c:6307
msgid "entering standby mode"
msgstr "Standby-Modus eingeschaltet"
-#: access/transam/xlog.c:6312
+#: access/transam/xlog.c:6310
#, c-format
msgid "starting point-in-time recovery to XID %u"
msgstr "starte Point-in-Time-Recovery bis XID %u"
-#: access/transam/xlog.c:6316
+#: access/transam/xlog.c:6314
#, c-format
msgid "starting point-in-time recovery to %s"
msgstr "starte Point-in-Time-Recovery bis %s"
-#: access/transam/xlog.c:6320
+#: access/transam/xlog.c:6318
#, c-format
msgid "starting point-in-time recovery to \"%s\""
msgstr "starte Point-in-Time-Recovery bis »%s«"
-#: access/transam/xlog.c:6324
+#: access/transam/xlog.c:6322
msgid "starting archive recovery"
msgstr "starte Wiederherstellung aus Archiv"
-#: access/transam/xlog.c:6346 access/transam/xlog.c:6386
+#: access/transam/xlog.c:6344 access/transam/xlog.c:6384
#, c-format
msgid "checkpoint record is at %X/%X"
msgstr "Checkpoint-Eintrag ist bei %X/%X"
-#: access/transam/xlog.c:6360
+#: access/transam/xlog.c:6358
msgid "could not find redo location referenced by checkpoint record"
-msgstr ""
-"konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden"
+msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden"
-#: access/transam/xlog.c:6361 access/transam/xlog.c:6368
+#: access/transam/xlog.c:6359 access/transam/xlog.c:6366
#, c-format
-msgid ""
-"If you are not restoring from a backup, try removing the file \"%s/"
-"backup_label\"."
-msgstr ""
-"Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/"
-"backup_label« zu löschen."
+msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
+msgstr "Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/backup_label« zu löschen."
-#: access/transam/xlog.c:6367
+#: access/transam/xlog.c:6365
msgid "could not locate required checkpoint record"
msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden"
-#: access/transam/xlog.c:6396 access/transam/xlog.c:6411
+#: access/transam/xlog.c:6394 access/transam/xlog.c:6409
msgid "could not locate a valid checkpoint record"
msgstr "konnte keinen gültigen Checkpoint-Datensatz finden"
-#: access/transam/xlog.c:6405
+#: access/transam/xlog.c:6403
#, c-format
msgid "using previous checkpoint record at %X/%X"
msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X"
-#: access/transam/xlog.c:6420
+#: access/transam/xlog.c:6418
#, c-format
msgid "redo record is at %X/%X; shutdown %s"
msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s"
-#: access/transam/xlog.c:6424
+#: access/transam/xlog.c:6422
#, 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:6428
+#: access/transam/xlog.c:6426
#, c-format
msgid "next MultiXactId: %u; next MultiXactOffset: %u"
msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u"
-#: access/transam/xlog.c:6431
+#: access/transam/xlog.c:6429
#, 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:6435
+#: access/transam/xlog.c:6433
msgid "invalid next transaction ID"
msgstr "ungültige nächste Transaktions-ID"
-#: access/transam/xlog.c:6463
+#: access/transam/xlog.c:6461
msgid "invalid redo in checkpoint record"
msgstr "ungültiges Redo im Checkpoint-Datensatz"
-#: access/transam/xlog.c:6474
+#: access/transam/xlog.c:6472
msgid "invalid redo record in shutdown checkpoint"
msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint"
-#: access/transam/xlog.c:6504
-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:6502
+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:6583
+#: access/transam/xlog.c:6581
msgid "initializing for hot standby"
msgstr "initialisiere für Hot Standby"
-#: access/transam/xlog.c:6712
+#: access/transam/xlog.c:6710
#, c-format
msgid "redo starts at %X/%X"
msgstr "Redo beginnt bei %X/%X"
-#: access/transam/xlog.c:6841
+#: access/transam/xlog.c:6839
#, c-format
msgid "redo done at %X/%X"
msgstr "Redo fertig bei %X/%X"
-#: access/transam/xlog.c:6846 access/transam/xlog.c:8469
+#: access/transam/xlog.c:6844 access/transam/xlog.c:8467
#, c-format
msgid "last completed transaction was at log time %s"
msgstr "letzte vollständige Transaktion war bei Logzeit %s"
-#: access/transam/xlog.c:6854
+#: access/transam/xlog.c:6852
msgid "redo is not required"
msgstr "Redo nicht nötig"
-#: access/transam/xlog.c:6912
+#: access/transam/xlog.c:6910
msgid "requested recovery stop point is before consistent recovery point"
msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt"
-#: access/transam/xlog.c:6921
+#: access/transam/xlog.c:6919
msgid "WAL ends before end of online backup"
msgstr "WAL endet vor dem Ende der Online-Sicherung"
-#: access/transam/xlog.c:6922
-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:6920
+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:6925
+#: access/transam/xlog.c:6923
msgid "WAL ends before consistent recovery point"
msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt"
-#: access/transam/xlog.c:6946
+#: access/transam/xlog.c:6944
#, c-format
msgid "selected new timeline ID: %u"
msgstr "gewählte neue Timeline-ID: %u"
-#: access/transam/xlog.c:7197
+#: access/transam/xlog.c:7195
#, c-format
msgid "consistent recovery state reached at %X/%X"
msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X"
-#: access/transam/xlog.c:7375
+#: access/transam/xlog.c:7373
msgid "invalid primary checkpoint link in control file"
msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei"
-#: access/transam/xlog.c:7379
+#: access/transam/xlog.c:7377
msgid "invalid secondary checkpoint link in control file"
msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei"
-#: access/transam/xlog.c:7383
+#: access/transam/xlog.c:7381
msgid "invalid checkpoint link in backup_label file"
msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei"
-#: access/transam/xlog.c:7397
+#: access/transam/xlog.c:7395
msgid "invalid primary checkpoint record"
msgstr "ungültiger primärer Checkpoint-Datensatz"
-#: access/transam/xlog.c:7401
+#: access/transam/xlog.c:7399
msgid "invalid secondary checkpoint record"
msgstr "ungültiger sekundärer Checkpoint-Datensatz"
-#: access/transam/xlog.c:7405
+#: access/transam/xlog.c:7403
msgid "invalid checkpoint record"
msgstr "ungültiger Checkpoint-Datensatz"
-#: access/transam/xlog.c:7416
+#: access/transam/xlog.c:7414
msgid "invalid resource manager ID in primary checkpoint record"
msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz"
-#: access/transam/xlog.c:7420
+#: access/transam/xlog.c:7418
msgid "invalid resource manager ID in secondary checkpoint record"
msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz"
-#: access/transam/xlog.c:7424
+#: access/transam/xlog.c:7422
msgid "invalid resource manager ID in checkpoint record"
msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz"
-#: access/transam/xlog.c:7436
+#: access/transam/xlog.c:7434
msgid "invalid xl_info in primary checkpoint record"
msgstr "ungültige xl_info im primären Checkpoint-Datensatz"
-#: access/transam/xlog.c:7440
+#: access/transam/xlog.c:7438
msgid "invalid xl_info in secondary checkpoint record"
msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz"
-#: access/transam/xlog.c:7444
+#: access/transam/xlog.c:7442
msgid "invalid xl_info in checkpoint record"
msgstr "ungültige xl_info im Checkpoint-Datensatz"
-#: access/transam/xlog.c:7456
+#: access/transam/xlog.c:7454
msgid "invalid length of primary checkpoint record"
msgstr "ungültige Länge des primären Checkpoint-Datensatzes"
-#: access/transam/xlog.c:7460
+#: access/transam/xlog.c:7458
msgid "invalid length of secondary checkpoint record"
msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes"
-#: access/transam/xlog.c:7464
+#: access/transam/xlog.c:7462
msgid "invalid length of checkpoint record"
msgstr "ungültige Länge des Checkpoint-Datensatzes"
-#: access/transam/xlog.c:7626
+#: access/transam/xlog.c:7624
msgid "shutting down"
msgstr "fahre herunter"
-#: access/transam/xlog.c:7648
+#: access/transam/xlog.c:7646
msgid "database system is shut down"
msgstr "Datenbanksystem ist heruntergefahren"
-#: access/transam/xlog.c:8081
-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:8079
+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:8315
+#: access/transam/xlog.c:8313
msgid "skipping restartpoint, recovery has already ended"
msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet"
-#: access/transam/xlog.c:8340
+#: access/transam/xlog.c:8338
#, c-format
msgid "skipping restartpoint, already performed at %X/%X"
msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt"
-#: access/transam/xlog.c:8467
+#: access/transam/xlog.c:8465
#, c-format
msgid "recovery restart point at %X/%X"
msgstr "Recovery-Restart-Punkt bei %X/%X"
-#: access/transam/xlog.c:8567
+#: access/transam/xlog.c:8565
#, c-format
msgid "restore point \"%s\" created at %X/%X"
msgstr "Restore-Punkt »%s« erzeugt bei %X/%X"
-#: access/transam/xlog.c:8669
+#: access/transam/xlog.c:8667
msgid "online backup was canceled, recovery cannot continue"
-msgstr ""
-"Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt "
-"werden"
+msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden"
-#: access/transam/xlog.c:8732
+#: access/transam/xlog.c:8730
#, c-format
msgid "unexpected timeline ID %u (after %u) in checkpoint record"
msgstr "unerwartete Timeline-ID %u (nach %u) im Checkpoint-Datensatz"
-#: access/transam/xlog.c:8777
+#: access/transam/xlog.c:8775
#, c-format
msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
msgstr "unerwartete Timeline-ID %u (sollte %u sein) im Checkpoint-Datensatz"
-#: access/transam/xlog.c:9041 access/transam/xlog.c:9065
+#: access/transam/xlog.c:9039 access/transam/xlog.c:9063
#, c-format
msgid "could not fsync log file %u, segment %u: %m"
msgstr "konnte Logdatei %u, Segment %u nicht fsyncen: %m"
-#: access/transam/xlog.c:9073
+#: access/transam/xlog.c:9071
#, c-format
msgid "could not fsync write-through log file %u, segment %u: %m"
msgstr "konnte Write-Through-Logdatei %u, Segment %u nicht fsyncen: %m"
-#: access/transam/xlog.c:9082
+#: access/transam/xlog.c:9080
#, c-format
msgid "could not fdatasync log file %u, segment %u: %m"
msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m"
-#: access/transam/xlog.c:9120 access/transam/xlog.c:9407
+#: access/transam/xlog.c:9118 access/transam/xlog.c:9405
msgid "must be superuser or replication role to run a backup"
msgstr "nur Superuser und Replikationsrollen können ein Backup ausführen"
-#: access/transam/xlog.c:9171 access/transam/xlog.c:9453
-#: access/transam/xlog.c:9716 access/transam/xlog.c:9748
-#: access/transam/xlog.c:9789 access/transam/xlog.c:9822
-#: access/transam/xlog.c:9929 access/transam/xlog.c:10004
+#: access/transam/xlog.c:9169 access/transam/xlog.c:9451
+#: access/transam/xlog.c:9714 access/transam/xlog.c:9746
+#: access/transam/xlog.c:9787 access/transam/xlog.c:9820
+#: access/transam/xlog.c:9927 access/transam/xlog.c:10002
msgid "recovery is in progress"
msgstr "Wiederherstellung läuft"
-#: access/transam/xlog.c:9172 access/transam/xlog.c:9454
-#: access/transam/xlog.c:9717 access/transam/xlog.c:9749
-#: access/transam/xlog.c:9790 access/transam/xlog.c:9823
+#: access/transam/xlog.c:9170 access/transam/xlog.c:9452
+#: access/transam/xlog.c:9715 access/transam/xlog.c:9747
+#: access/transam/xlog.c:9788 access/transam/xlog.c:9821
msgid "WAL control functions cannot be executed during recovery."
-msgstr ""
-"Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt "
-"werden."
+msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden."
-#: access/transam/xlog.c:9177 access/transam/xlog.c:9459
+#: access/transam/xlog.c:9175 access/transam/xlog.c:9457
msgid "WAL level not sufficient for making an online backup"
msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen"
-#: access/transam/xlog.c:9178 access/transam/xlog.c:9460
-#: access/transam/xlog.c:9755
-msgid ""
-"wal_level must be set to \"archive\" or \"hot_standby\" at server start."
-msgstr ""
-"wal_level muss beim Serverstart auf »archive« oder »hot_standby« gesetzt "
-"werden."
+#: access/transam/xlog.c:9176 access/transam/xlog.c:9458
+#: access/transam/xlog.c:9753
+msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start."
+msgstr "wal_level muss beim Serverstart auf »archive« oder »hot_standby« gesetzt werden."
-#: access/transam/xlog.c:9183
+#: access/transam/xlog.c:9181
#, c-format
msgid "backup label too long (max %d bytes)"
msgstr "Backup-Label zu lang (maximal %d Bytes)"
-#: access/transam/xlog.c:9224 access/transam/xlog.c:9327
+#: access/transam/xlog.c:9222 access/transam/xlog.c:9325
msgid "a backup is already in progress"
msgstr "ein Backup läuft bereits"
-#: access/transam/xlog.c:9225
+#: access/transam/xlog.c:9223
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:9328
+#: access/transam/xlog.c:9326
#, 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."
+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:9343 access/transam/xlog.c:9592
+#: access/transam/xlog.c:9341 access/transam/xlog.c:9590
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schreiben: %m"
-#: access/transam/xlog.c:9504
+#: access/transam/xlog.c:9502
msgid "a backup is not in progress"
msgstr "es läuft kein Backup"
-#: access/transam/xlog.c:9543 access/transam/xlog.c:10074
-#: access/transam/xlog.c:10080
+#: access/transam/xlog.c:9541 access/transam/xlog.c:10072
+#: access/transam/xlog.c:10078
#, c-format
msgid "invalid data in file \"%s\""
msgstr "ungültige Daten in Datei »%s«"
-#: access/transam/xlog.c:9641
-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:9639
+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:9651
+#: access/transam/xlog.c:9649
#, 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)"
+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:9653
-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:9651
+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:9660
+#: access/transam/xlog.c:9658
msgid "pg_stop_backup complete, all required WAL segments have been archived"
-msgstr ""
-"pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert"
+msgstr "pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert"
-#: access/transam/xlog.c:9664
-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:9662
+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:9711
+#: access/transam/xlog.c:9709
msgid "must be superuser to switch transaction log files"
msgstr "nur Superuser können Transaktionslogdateien umschalten"
-#: access/transam/xlog.c:9743
+#: access/transam/xlog.c:9741
msgid "must be superuser to create a restore point"
msgstr "nur Superuser können Restore-Punkte anlegen"
-#: access/transam/xlog.c:9754
+#: access/transam/xlog.c:9752
msgid "WAL level not sufficient for creating a restore point"
msgstr "WAL-Level nicht ausreichend, um Restore-Punkt anzulegen"
-#: access/transam/xlog.c:9762
+#: access/transam/xlog.c:9760
#, c-format
msgid "value too long for restore point (maximum %d characters)"
msgstr "Wert zu lang für Restore-Punkt (maximal %d Zeichen)"
-#: access/transam/xlog.c:9930
+#: access/transam/xlog.c:9928
msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
-msgstr ""
-"pg_xlogfile_name_offset() kann nicht während der Wiederherstellung "
-"ausgeführt werden."
+msgstr "pg_xlogfile_name_offset() kann nicht während der Wiederherstellung ausgeführt werden."
-#: access/transam/xlog.c:9940 access/transam/xlog.c:10012
+#: access/transam/xlog.c:9938 access/transam/xlog.c:10010
#, c-format
msgid "could not parse transaction log location \"%s\""
msgstr "konnte Transaktionslogposition »%s« nicht interpretieren"
-#: access/transam/xlog.c:10005
+#: access/transam/xlog.c:10003
msgid "pg_xlogfile_name() cannot be executed during recovery."
-msgstr ""
-"pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt "
-"werden."
+msgstr "pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt werden."
-#: access/transam/xlog.c:10116
+#: access/transam/xlog.c:10114
#, c-format
msgid "xlog redo %s"
msgstr "xlog redo %s"
-#: access/transam/xlog.c:10156
+#: access/transam/xlog.c:10154
msgid "online backup mode canceled"
msgstr "Online-Sicherungsmodus storniert"
-#: access/transam/xlog.c:10157
+#: access/transam/xlog.c:10155
#, c-format
msgid "\"%s\" was renamed to \"%s\"."
msgstr "»%s« wurde in »%s« umbenannt."
-#: access/transam/xlog.c:10164
+#: access/transam/xlog.c:10162
msgid "online backup mode was not canceled"
msgstr "Online-Sicherungsmodus wurde nicht storniert"
-#: access/transam/xlog.c:10165
+#: access/transam/xlog.c:10163
#, c-format
msgid "Could not rename \"%s\" to \"%s\": %m."
msgstr "Konnte »%s« nicht in »%s« umbenennen: %m."
-#: access/transam/xlog.c:10678 access/transam/xlog.c:10700
+#: access/transam/xlog.c:10676 access/transam/xlog.c:10698
#, c-format
msgid "could not read from log file %u, segment %u, offset %u: %m"
msgstr "konnte nicht aus Logdatei %u, Segment %u, Position %u lesen: %m"
-#: access/transam/xlog.c:10789
+#: access/transam/xlog.c:10787
msgid "received promote request"
msgstr "Anforderung zum Befördern empfangen"
-#: access/transam/xlog.c:10802
+#: access/transam/xlog.c:10800
#, c-format
msgid "trigger file found: %s"
msgstr "Triggerdatei gefunden: %s"
#: access/gin/ginscan.c:401
msgid "old GIN indexes do not support whole-index scans nor searches for nulls"
-msgstr ""
-"alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach "
-"NULL-Werten"
+msgstr "alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach NULL-Werten"
#: access/gin/ginscan.c:402
#, c-format
#: access/nbtree/nbtpage.c:167 access/nbtree/nbtpage.c:371
#, c-format
msgid "version mismatch in index \"%s\": file version %d, code version %d"
-msgstr ""
-"keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
+msgstr "keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
#: access/nbtree/nbtsort.c:487 access/nbtree/nbtinsert.c:539
msgid ""
"Values larger than 1/3 of a buffer page cannot be indexed.\n"
-"Consider a function index of an MD5 hash of the value, or use full text "
-"indexing."
+"Consider a function index of an MD5 hash of the value, or use full text indexing."
msgstr ""
-"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert "
-"werden.\n"
-"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder "
-"verwenden Sie Volltextindizierung."
+"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert werden.\n"
+"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder verwenden Sie Volltextindizierung."
#: access/nbtree/nbtinsert.c:398
#, c-format
msgstr "Index »%s« enthält ein inneres Tupel, das als ungültig markiert ist"
#: access/gist/gist.c:744 access/gist/gistvacuum.c:273
-msgid ""
-"This is caused by an incomplete page split at crash recovery before "
-"upgrading to PostgreSQL 9.1."
-msgstr ""
-"Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor "
-"dem Upgrade auf PostgreSQL 9.1."
+msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
+msgstr "Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor dem Upgrade auf PostgreSQL 9.1."
#: access/gist/gistsplit.c:446
#, c-format
msgstr "Picksplit-Methode für Spalte %d von Index »%s« fehlgeschlagen"
#: access/gist/gistsplit.c:448
-msgid ""
-"The index is not optimal. To optimize it, contact a developer, or try to use "
-"the column as the second one in the CREATE INDEX command."
-msgstr ""
-"Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen "
-"Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-"
-"Befehl zu verwenden."
+msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command."
+msgstr "Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-Befehl zu verwenden."
#: commands/lockcmds.c:93
#, c-format
#: commands/lockcmds.c:149 commands/tablecmds.c:204 commands/tablecmds.c:1143
#: commands/tablecmds.c:2410 commands/tablecmds.c:3762
-#: commands/tablecmds.c:6746 commands/indexcmds.c:203
-#: commands/indexcmds.c:1551 catalog/toasting.c:93 catalog/objectaddress.c:405
+#: commands/tablecmds.c:6746 commands/indexcmds.c:203 commands/indexcmds.c:1551
+#: catalog/toasting.c:93 catalog/objectaddress.c:405
#, c-format
msgid "\"%s\" is not a table"
msgstr "»%s« ist keine Tabelle"
#: commands/variable.c:596
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"
+msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen"
#: commands/variable.c:603
msgid "transaction read-write mode must be set before any query"
-msgstr ""
-"Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden"
+msgstr "Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden"
#: commands/variable.c:610
msgid "cannot set transaction read-write mode during recovery"
-msgstr ""
-"kann den Read/Write-Modus einer Transaktion nicht während der "
-"Wiederherstellung setzen"
+msgstr "kann den Read/Write-Modus einer Transaktion nicht während der Wiederherstellung setzen"
#: commands/variable.c:659
msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
-msgstr ""
-"SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden"
+msgstr "SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden"
#: commands/variable.c:666
msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
-msgstr ""
-"SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion "
-"aufgerufen werden"
+msgstr "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion aufgerufen werden"
#: commands/variable.c:673 storage/lmgr/predicate.c:1570
msgid "cannot use serializable mode in a hot standby"
msgstr "Sie können stattdessen REPEATABLE READ verwenden."
#: commands/variable.c:722
-msgid ""
-"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
-msgstr ""
-"SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion "
-"aufgerufen werden"
+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:728
msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
-msgstr ""
-"SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden"
+msgstr "SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden"
#: commands/variable.c:810
#, c-format
#: commands/prepare.c:366
#, c-format
msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
-msgstr ""
-"Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
+msgstr "Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
#: commands/prepare.c:370 rewrite/rewriteHandler.c:1060 catalog/heap.c:2446
#: parser/parse_target.c:490 parser/parse_target.c:736
msgid "view \"%s\" does not exist, skipping"
msgstr "Sicht »%s« existiert nicht, wird übersprungen"
-#: commands/tablecmds.c:216 commands/tablecmds.c:2187
-#: commands/tablecmds.c:2442 commands/tablecmds.c:3777
-#: commands/tablecmds.c:9091 commands/view.c:181 catalog/objectaddress.c:412
+#: commands/tablecmds.c:216 commands/tablecmds.c:2187 commands/tablecmds.c:2442
+#: commands/tablecmds.c:3777 commands/tablecmds.c:9091 commands/view.c:181
+#: catalog/objectaddress.c:412
#, c-format
msgid "\"%s\" is not a view"
msgstr "»%s« ist keine Sicht"
msgid "foreign table \"%s\" does not exist, skipping"
msgstr "Fremdtabelle »%s« existiert nicht, wird übersprungen"
-#: commands/tablecmds.c:234 commands/tablecmds.c:2193
-#: commands/tablecmds.c:2450 commands/tablecmds.c:3780
-#: commands/tablecmds.c:9099 catalog/objectaddress.c:419
+#: commands/tablecmds.c:234 commands/tablecmds.c:2193 commands/tablecmds.c:2450
+#: commands/tablecmds.c:3780 commands/tablecmds.c:9099
+#: catalog/objectaddress.c:419
#, c-format
msgid "\"%s\" is not a foreign table"
msgstr "»%s« ist keine Fremdtabelle"
#: commands/tablecmds.c:454 executor/execMain.c:2453
msgid "cannot create temporary table within security-restricted operation"
-msgstr ""
-"kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation "
-"erzeugen"
+msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen"
#: commands/tablecmds.c:486 commands/tablecmds.c:7981 commands/indexcmds.c:268
#: executor/execMain.c:2486
msgid "only shared relations can be placed in pg_global tablespace"
-msgstr ""
-"nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
+msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
#: commands/tablecmds.c:555 commands/tablecmds.c:4288
msgid "default values on foreign tables are not supported"
#: commands/tablecmds.c:1585 parser/parse_utilcmd.c:777
#, 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«."
+msgstr "Constraint »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«."
#: commands/tablecmds.c:1649
#, c-format
#: commands/tablecmds.c:1780
#, 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"
+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:1975
msgid "cannot rename column of typed table"
#: commands/tablecmds.c:1992
#, c-format
msgid "\"%s\" is not a table, view, composite type, index or foreign table"
-msgstr ""
-"»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle"
+msgstr "»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle"
#: commands/tablecmds.c:2058
#, 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"
+msgstr "vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"
#: commands/tablecmds.c:2090
#, c-format
#. translator: first %s is a SQL command, eg ALTER TABLE
#: commands/tablecmds.c:2328
#, 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"
+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:2337
#, 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"
+msgstr "%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt"
#: commands/tablecmds.c:2434
#, c-format
#: commands/tablecmds.c:3947
#, 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"
+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:3954
#, 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"
+msgstr "kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"
#: commands/tablecmds.c:4016
#, c-format
#: commands/tablecmds.c:4018
msgid "Use ALTER ... CASCADE to alter the typed tables too."
-msgstr ""
-"Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu "
-"ändern."
+msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern."
#: commands/tablecmds.c:4062
#, c-format
#: commands/tablecmds.c:4155 commands/tablecmds.c:8416
#, c-format
msgid "child table \"%s\" has different collation for column \"%s\""
-msgstr ""
-"abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"
+msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"
#: commands/tablecmds.c:4165
#, c-format
#: commands/tablecmds.c:4177
#, c-format
msgid "merging definition of column \"%s\" for child \"%s\""
-msgstr ""
-"Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"
+msgstr "Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"
#: commands/tablecmds.c:4407
msgid "column must be added to child tables too"
#: commands/tablecmds.c:5222
#, c-format
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
+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:5292 catalog/pg_constraint.c:645 catalog/heap.c:2296
#: commands/tablecmds.c:5507
msgid "constraints on permanent tables may reference only permanent tables"
-msgstr ""
-"Constraints für permanente Tabellen dürfen nur auf permanente Tabellen "
-"verweisen"
+msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen"
#: commands/tablecmds.c:5514
-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"
+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:5520
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"
+msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen"
#: commands/tablecmds.c:5524
-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"
+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:5585
msgid "number of referencing and referenced columns for foreign key disagree"
-msgstr ""
-"Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"
+msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"
#: commands/tablecmds.c:5674
#, c-format
#: commands/tablecmds.c:5924
#, 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"
+msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"
#: commands/tablecmds.c:5941
#, 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"
+msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"
#: commands/tablecmds.c:6006
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"
+msgstr "die Liste der Spalten, auf die ein Fremdschlüssel verweist, darf keine doppelten Einträge enthalten"
#: commands/tablecmds.c:6100
#, 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"
+msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"
#: commands/tablecmds.c:6105
#, 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"
+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:6156
#, c-format
#: commands/tablecmds.c:6702
msgid "cannot use aggregate function in transform expression"
-msgstr ""
-"Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
+msgstr "Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
#: commands/tablecmds.c:6706
msgid "cannot use window function in transform expression"
-msgstr ""
-"Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
+msgstr "Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
#: commands/tablecmds.c:6725
#, c-format
#: commands/tablecmds.c:6772
#, 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"
+msgstr "Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen geändert werden"
#: commands/tablecmds.c:6853
#, c-format
#: commands/tablecmds.c:7015
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"
+msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden"
#: commands/tablecmds.c:7016 commands/tablecmds.c:7035
#, c-format
#: commands/tablecmds.c:7034
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"
+msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden"
#: commands/tablecmds.c:7427
#, c-format
#: commands/tablecmds.c:8522
#, 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«"
+msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint »%s«"
#: commands/tablecmds.c:8546
#, c-format
#: commands/tablecmds.c:9124
msgid "cannot move an owned sequence into another schema"
-msgstr ""
-"einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema "
-"verschoben werden"
+msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden"
#: commands/tablecmds.c:9231
#, c-format
#: commands/proclang.c:93
msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
-msgstr ""
-"verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter"
+msgstr "verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter"
#: commands/proclang.c:103
#, c-format
#: commands/proclang.c:272
#, c-format
-msgid ""
-"changing return type of function %s from \"opaque\" to \"language_handler\""
+msgid "changing return type of function %s from \"opaque\" to \"language_handler\""
msgstr "ändere Rückgabetyp von Funktion %s von »opaque« in »language_handler«"
#: commands/proclang.c:357 commands/proclang.c:606
#: commands/analyze.c:176
#, c-format
msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
-msgstr ""
-"überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie "
-"analysieren"
+msgstr "überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie analysieren"
#: commands/analyze.c:180
#, c-format
msgid "skipping \"%s\" --- only table or database owner can analyze it"
-msgstr ""
-"überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie "
-"analysieren"
+msgstr "überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie analysieren"
#: commands/analyze.c:196
#, c-format
msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
-msgstr ""
-"überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht "
-"analysieren"
+msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht analysieren"
#: commands/analyze.c:288
#, c-format
#: commands/analyze.c:1249
#, c-format
-msgid ""
-"\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead "
-"rows; %d rows in sample, %.0f estimated total rows"
-msgstr ""
-"»%s«: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote "
-"Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt"
+msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
+msgstr "»%s«: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt"
#: commands/analyze.c:1510 executor/execQual.c:2846
msgid "could not convert row type"
#: commands/sequence.c:869
#, c-format
msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
-msgstr ""
-"setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)"
+msgstr "setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)"
#: 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/functioncmds.c:347
msgid "cannot use table references in parameter default value"
-msgstr ""
-"Tabellenverweise können nicht in Parametervorgabewerten verwendet werden"
+msgstr "Tabellenverweise können nicht in Parametervorgabewerten verwendet werden"
#: commands/functioncmds.c:363
msgid "cannot use subquery in parameter default value"
#: commands/functioncmds.c:367
msgid "cannot use aggregate function in parameter default value"
-msgstr ""
-"Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden"
+msgstr "Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden"
#: commands/functioncmds.c:371
msgid "cannot use window function in parameter default value"
-msgstr ""
-"Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden"
+msgstr "Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden"
#: commands/functioncmds.c:381
msgid "input parameters after one with a default value must also have defaults"
-msgstr ""
-"Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert "
-"haben"
+msgstr "Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert haben"
#: commands/functioncmds.c:620
msgid "no function body specified"
#: commands/functioncmds.c:841 commands/functioncmds.c:2020
msgid "Use CREATE LANGUAGE to load the language into the database."
-msgstr ""
-"Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu "
-"laden."
+msgstr "Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu laden."
#: commands/functioncmds.c:888
#, c-format
#: commands/functioncmds.c:936 commands/functioncmds.c:1363
msgid "ROWS is not applicable when function does not return a set"
-msgstr ""
-"ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt"
+msgstr "ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt"
#: commands/functioncmds.c:987
#, c-format
#: commands/functioncmds.c:1172
msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
-msgstr ""
-"Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu "
-"ändern."
+msgstr "Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu ändern."
#