msgstr ""
"Project-Id-Version: PostgreSQL 15\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2022-08-19 01:10+0000\n"
-"PO-Revision-Date: 2022-08-19 11:38+0200\n"
+"POT-Creation-Date: 2022-08-23 20:40+0000\n"
+"PO-Revision-Date: 2022-08-24 14:53+0200\n"
"Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
"Language-Team: German <pgsql-translators@postgresql.org>\n"
"Language: de\n"
#: access/transam/xlogrecovery.c:1270 access/transam/xlogrecovery.c:1307
#: access/transam/xlogrecovery.c:1367 backup/basebackup.c:1842
#: commands/extension.c:3393 libpq/hba.c:505 replication/logical/origin.c:729
-#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4924
+#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4926
#: replication/logical/snapbuild.c:1848 replication/logical/snapbuild.c:1890
#: replication/logical/snapbuild.c:1917 replication/slot.c:1772
#: replication/slot.c:1813 replication/walsender.c:659
#: access/transam/xlog.c:4738 commands/copyfrom.c:1575 commands/copyto.c:327
#: libpq/be-fsstubs.c:455 libpq/be-fsstubs.c:525
#: replication/logical/origin.c:667 replication/logical/origin.c:806
-#: replication/logical/reorderbuffer.c:4982
+#: replication/logical/reorderbuffer.c:4984
#: replication/logical/snapbuild.c:1757 replication/logical/snapbuild.c:1930
#: replication/slot.c:1663 replication/slot.c:1824 replication/walsender.c:674
#: storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:745
#: access/transam/xlog.c:4012 access/transam/xlogrecovery.c:4164
#: access/transam/xlogrecovery.c:4267 access/transam/xlogutils.c:850
#: backup/basebackup.c:522 backup/basebackup.c:1519 postmaster/syslogger.c:1560
-#: replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3579
-#: replication/logical/reorderbuffer.c:4128
-#: replication/logical/reorderbuffer.c:4904
+#: replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3581
+#: replication/logical/reorderbuffer.c:4130
+#: replication/logical/reorderbuffer.c:4906
#: replication/logical/snapbuild.c:1712 replication/logical/snapbuild.c:1819
#: replication/slot.c:1744 replication/walsender.c:632
#: replication/walsender.c:2723 storage/file/copydir.c:161
#: access/heap/rewriteheap.c:1249 access/transam/twophase.c:1705
#: access/transam/xlogarchive.c:119 access/transam/xlogarchive.c:429
#: postmaster/postmaster.c:1157 postmaster/syslogger.c:1537
-#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4397
+#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4399
#: replication/logical/snapbuild.c:1671 replication/logical/snapbuild.c:2087
#: replication/slot.c:1728 storage/file/fd.c:795 storage/file/fd.c:3263
#: storage/file/fd.c:3325 storage/file/reinit.c:262 storage/ipc/dsm.c:317
msgstr "Fügen Sie das Erweiterungsmodul, das diesen Resource-Manager implementiert, in shared_preload_libraries ein."
#: access/transam/rmgr.c:101
-#, fuzzy, c-format
-#| msgid "custom resource manager \"%s\" does not exist"
+#, c-format
msgid "custom resource manager name is invalid"
-msgstr "Custom-Resouce-Manager »%s« existiert nicht"
+msgstr "Custom-Resouce-Manager-Name ist ungültig"
#: access/transam/rmgr.c:102
#, c-format
msgid "Provide a non-empty name for the custom resource manager."
-msgstr ""
+msgstr "Geben Sie einen nicht leeren Namen für den Custom-Resource-Manager an."
#: access/transam/rmgr.c:105
#, c-format
msgstr "Custom-Resouce-Manager-ID %d ist außerhalb des gültigen Bereichs"
#: access/transam/rmgr.c:106
-#, fuzzy, c-format
-#| msgid "invalid resource manager ID %u at %X/%X"
+#, c-format
msgid "Provide a custom resource manager ID between %d and %d."
-msgstr "ungültige Resource-Manager-ID %u bei %X/%X"
+msgstr "Geben Sie eine Custom-Resource-Manager-ID zwischen %d und %d an."
#: access/transam/rmgr.c:111 access/transam/rmgr.c:116
#: access/transam/rmgr.c:128
-#, fuzzy, c-format
-#| msgid "custom resource manager \"%s\" does not exist"
+#, c-format
msgid "failed to register custom resource manager \"%s\" with ID %d"
-msgstr "Custom-Resouce-Manager »%s« existiert nicht"
+msgstr "konnte Custom-Resouce-Manager »%s« mit ID %d nicht registrieren"
#: access/transam/rmgr.c:112
-#, fuzzy, c-format
-#| msgid "background worker \"%s\": must be registered in shared_preload_libraries"
+#, c-format
msgid "Custom resource manager must be registered while initializing modules in shared_preload_libraries."
-msgstr "Background-Worker »%s«: muss in shared_preload_libraries registriert sein"
+msgstr "Custom-Resource-Manager muss beim Initialisieren von Modulen in shared_preload_libraries registriert werden."
#: access/transam/rmgr.c:117
-#, fuzzy, c-format
-#| msgid "custom resource manager \"%s\" does not exist"
+#, c-format
msgid "Custom resource manager \"%s\" already registered with the same ID."
-msgstr "Custom-Resouce-Manager »%s« existiert nicht"
+msgstr "Custom-Resouce-Manager »%s« ist schon mit der gleichen ID registriert."
#: access/transam/rmgr.c:129
#, c-format
msgstr "Bestehender Resource-Manager mit ID %d hat den gleichen Namen."
#: access/transam/rmgr.c:135
-#, fuzzy, c-format
-#| msgid "custom resource manager \"%s\" does not exist"
+#, c-format
msgid "registered custom resource manager \"%s\" with ID %d"
-msgstr "Custom-Resouce-Manager »%s« existiert nicht"
+msgstr "Custom-Resouce-Manager »%s« mit ID %d wurde registriert"
#: access/transam/slru.c:713
#, c-format
msgstr "lz4-Komprimierung wird von dieser Installation nicht unterstützt"
#: backup/basebackup_server.c:75
-#, fuzzy, c-format
-#| msgid "must be superuser or a member of the pg_write_server_files role to COPY to a file"
+#, c-format
msgid "must be superuser or a role with privileges of the pg_write_server_files role to create server backup"
-msgstr "nur Superuser oder Mitglieder von pg_write_server_files können mit COPY in eine Datei schreiben"
+msgstr "nur Superuser oder Rollen mit den Privilegien der Rolle pg_write_server_files können ein Server-Backup erzeugen"
#: backup/basebackup_server.c:89
#, c-format
msgstr "Kodierungskonversionsfunktion %s hat falsches Ergebnis für leere Eingabe zurückgegeben"
#: commands/copy.c:86
-#, fuzzy, c-format
-#| msgid "must be superuser or a member of the pg_execute_server_program role to COPY to or from an external program"
+#, c-format
msgid "must be superuser or have privileges of the pg_execute_server_program role to COPY to or from an external program"
-msgstr "nur Superuser oder Mitglieder von pg_execute_server_program können COPY mit externen Programmen verwenden"
+msgstr "nur Superuser oder Rollen mit den Privilegien der Rolle pg_execute_server_program können COPY mit externen Programmen verwenden"
#: commands/copy.c:87 commands/copy.c:96 commands/copy.c:103
#, c-format
msgstr "Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\copy in psql funktioniert auch für jeden."
#: commands/copy.c:95
-#, fuzzy, c-format
-#| msgid "must be superuser or a member of the pg_read_server_files role to COPY from a file"
+#, c-format
msgid "must be superuser or have privileges of the pg_read_server_files role to COPY from a file"
-msgstr "nur Superuser oder Mitglieder von pg_read_server_files können mit COPY aus einer Datei lesen"
+msgstr "nur Superuser oder Rollen mit den Privilegien der Rolle pg_read_server_files können mit COPY aus einer Datei lesen"
#: commands/copy.c:102
-#, fuzzy, c-format
-#| msgid "must be superuser or a member of the pg_write_server_files role to COPY to a file"
+#, c-format
msgid "must be superuser or have privileges of the pg_write_server_files role to COPY to a file"
-msgstr "nur Superuser oder Mitglieder von pg_write_server_files können mit COPY in eine Datei schreiben"
+msgstr "nur Superuser oder Rollen mit den Privilegien der Rolle pg_write_server_files können mit COPY in eine Datei schreiben"
#: commands/copy.c:188
#, c-format
msgstr "nur Superuser können Subskriptionen erzeugen"
#: commands/subscriptioncmds.c:650 commands/subscriptioncmds.c:778
-#: replication/logical/tablesync.c:1236 replication/logical/worker.c:3722
+#: replication/logical/tablesync.c:1229 replication/logical/worker.c:3722
#, c-format
msgid "could not connect to the publisher: %s"
msgstr "konnte nicht mit dem Publikationsserver verbinden: %s"
msgid "could not receive list of replicated tables from the publisher: %s"
msgstr "konnte Liste der replizierten Tabellen nicht vom Publikationsserver empfangen: %s"
-#: commands/subscriptioncmds.c:1807 replication/logical/tablesync.c:813
+#: commands/subscriptioncmds.c:1807 replication/logical/tablesync.c:809
#: replication/pgoutput/pgoutput.c:1066
#, fuzzy, c-format
#| msgid "could not fetch table info for table \"%s.%s\" from publisher: %s"
msgid "Close open transactions with multixacts soon to avoid wraparound problems."
msgstr "Schließen Sie bald alle offenen Transaktionen mit Multixacts, um Überlaufprobleme zu vermeiden."
-#: commands/vacuum.c:1798
+#: commands/vacuum.c:1792
#, c-format
msgid "some databases have not been vacuumed in over 2 billion transactions"
msgstr "einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt worden"
-#: commands/vacuum.c:1799
+#: commands/vacuum.c:1793
#, c-format
msgid "You might have already suffered transaction-wraparound data loss."
msgstr "Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf verloren."
-#: commands/vacuum.c:1963
+#: commands/vacuum.c:1957
#, c-format
msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen"
-#: commands/vacuum.c:2334
+#: commands/vacuum.c:2328
#, c-format
msgid "scanned index \"%s\" to remove %d row versions"
msgstr "Index »%s« gelesen und %d Zeilenversionen entfernt"
-#: commands/vacuum.c:2353
+#: commands/vacuum.c:2347
#, c-format
msgid "index \"%s\" now contains %.0f row versions in %u pages"
msgstr "Index »%s« enthält %.0f Zeilenversionen in %u Seiten"
-#: commands/vacuum.c:2357
+#: commands/vacuum.c:2351
#, c-format
msgid ""
"%.0f index row versions were removed.\n"
msgid "logical replication target relation \"%s.%s\" does not exist"
msgstr "Zielrelation für logische Replikation »%s.%s« existiert nicht"
-#: replication/logical/reorderbuffer.c:3809
+#: replication/logical/reorderbuffer.c:3811
#, c-format
msgid "could not write to data file for XID %u: %m"
msgstr "konnte nicht in Datendatei für XID %u schreiben: %m"
-#: replication/logical/reorderbuffer.c:4153
-#: replication/logical/reorderbuffer.c:4178
+#: replication/logical/reorderbuffer.c:4155
+#: replication/logical/reorderbuffer.c:4180
#, c-format
msgid "could not read from reorderbuffer spill file: %m"
msgstr "konnte nicht aus Reorder-Buffer-Spill-Datei lesen: %m"
-#: replication/logical/reorderbuffer.c:4157
-#: replication/logical/reorderbuffer.c:4182
+#: replication/logical/reorderbuffer.c:4159
+#: replication/logical/reorderbuffer.c:4184
#, c-format
msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes"
msgstr "konnte nicht aus Reorder-Buffer-Spill-Datei lesen: %d statt %u Bytes gelesen"
-#: replication/logical/reorderbuffer.c:4432
+#: replication/logical/reorderbuffer.c:4434
#, c-format
msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m"
msgstr "konnte Datei »%s« nicht löschen, bei Löschen von pg_replslot/%s/xid*: %m"
-#: replication/logical/reorderbuffer.c:4931
+#: replication/logical/reorderbuffer.c:4933
#, c-format
msgid "could not read from file \"%s\": read %d instead of %d bytes"
msgstr "konnte nicht aus Datei »%s« lesen: %d statt %d Bytes gelesen"
msgid "logical replication apply worker for subscription \"%s\" will restart so that two_phase can be enabled"
msgstr "Apply-Worker für logische Replikation für Subskription »%s« wird neu starten, damit two_phase eingeschaltet werden kann"
-#: replication/logical/tablesync.c:732 replication/logical/tablesync.c:876
+#: replication/logical/tablesync.c:731 replication/logical/tablesync.c:872
#, c-format
msgid "could not fetch table info for table \"%s.%s\" from publisher: %s"
msgstr "konnte Tabelleninformationen für Tabelle »%s.%s« nicht vom Publikationsserver holen: %s"
-#: replication/logical/tablesync.c:739
+#: replication/logical/tablesync.c:738
#, c-format
msgid "table \"%s.%s\" not found on publisher"
msgstr "Tabelle »%s.%s« nicht auf dem Publikationsserver gefunden"
-#: replication/logical/tablesync.c:799
+#: replication/logical/tablesync.c:795
#, c-format
msgid "could not fetch column list info for table \"%s.%s\" from publisher: %s"
msgstr "konnte Spaltenlisteninformationen für Tabelle »%s.%s« nicht vom Publikationsserver holen: %s"
-#: replication/logical/tablesync.c:981
+#: replication/logical/tablesync.c:974
#, c-format
msgid "could not fetch table WHERE clause info for table \"%s.%s\" from publisher: %s"
msgstr "konnte WHERE-Klausel-Informationen für Tabelle »%s.%s« nicht vom Publikationsserver holen: %s"
-#: replication/logical/tablesync.c:1118
+#: replication/logical/tablesync.c:1111
#, c-format
msgid "could not start initial contents copy for table \"%s.%s\": %s"
msgstr "konnte Kopieren des Anfangsinhalts für Tabelle »%s.%s« nicht starten: %s"
-#: replication/logical/tablesync.c:1330 replication/logical/worker.c:1634
+#: replication/logical/tablesync.c:1323 replication/logical/worker.c:1634
#, c-format
msgid "\"%s\" cannot replicate into relation with row-level security enabled: \"%s\""
msgstr ""
-#: replication/logical/tablesync.c:1345
+#: replication/logical/tablesync.c:1338
#, c-format
msgid "table copy could not start transaction on publisher: %s"
msgstr "beim Kopieren der Tabelle konnte die Transaktion auf dem Publikationsserver nicht gestartet werden: %s"
-#: replication/logical/tablesync.c:1394
+#: replication/logical/tablesync.c:1387
#, c-format
msgid "replication origin \"%s\" already exists"
msgstr "Replication-Origin »%s« existiert bereits"
-#: replication/logical/tablesync.c:1407
+#: replication/logical/tablesync.c:1400
#, c-format
msgid "table copy could not finish transaction on publisher: %s"
msgstr "beim Kopieren der Tabelle konnte die Transaktion auf dem Publikationsserver nicht beenden werden: %s"
#: storage/file/fd.c:3387
#, c-format
msgid "syncing data directory (syncfs), elapsed time: %ld.%02d s, current path: %s"
-msgstr ""
+msgstr "synchronisiere Datenverzeichnis (syncfs), abgelaufene Zeit: %ld.%02d s, aktueller Pfad: %s"
#: storage/file/fd.c:3401
#, c-format
#: storage/file/fd.c:3619
#, c-format
msgid "syncing data directory (pre-fsync), elapsed time: %ld.%02d s, current path: %s"
-msgstr ""
+msgstr "synchronisiere Datenverzeichnis (pre-fsync), abgelaufene Zeit: %ld.%02d s, aktueller Pfad: %s"
#: storage/file/fd.c:3651
#, c-format
msgid "syncing data directory (fsync), elapsed time: %ld.%02d s, current path: %s"
-msgstr ""
+msgstr "synchronisiere Datenverzeichnis (fsync), abgelaufene Zeit: %ld.%02d s, aktueller Pfad: %s"
#: storage/file/reinit.c:145
#, c-format
msgid "resetting unlogged relations (init), elapsed time: %ld.%02d s, current path: %s"
-msgstr ""
+msgstr "setze ungeloggte Relationen zurück (init), abgelaufene Zeit: %ld.%02d s, aktueller Pfad: %s"
#: storage/file/reinit.c:148
#, c-format
msgid "resetting unlogged relations (cleanup), elapsed time: %ld.%02d s, current path: %s"
-msgstr ""
+msgstr "setze ungeloggte Relationen zurück (cleanup), abgelaufene Zeit: %ld.%02d s, aktueller Pfad: %s"
#: storage/file/sharedfileset.c:79
#, c-format
msgstr "%s kann nicht in einem Hintergrundprozess ausgeführt werden"
#: tcop/utility.c:953
-#, fuzzy, c-format
-#| msgid "must be superuser to do CHECKPOINT"
+#, c-format
msgid "must be superuser or have privileges of pg_checkpoint to do CHECKPOINT"
-msgstr "nur Superuser können CHECKPOINT ausführen"
+msgstr "nur Superuser oder Rollen mit den Privilegien von pg_checkpoint können CHECKPOINT ausführen"
#: tsearch/dict_ispell.c:52 tsearch/dict_thesaurus.c:615
#, c-format
msgid "unlinked permanent statistics file \"%s\""
msgstr "konnte Statistikdatei »%s« nicht öffnen: %m"
-#: utils/activity/pgstat.c:1200
+#: utils/activity/pgstat.c:1209
#, c-format
msgid "invalid statistics kind: \"%s\""
msgstr "ungültige Statistikart: »%s«"
-#: utils/activity/pgstat.c:1280
+#: utils/activity/pgstat.c:1289
#, c-format
msgid "could not open temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht öffnen: %m"
-#: utils/activity/pgstat.c:1386
+#: utils/activity/pgstat.c:1395
#, c-format
msgid "could not write temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht schreiben: %m"
-#: utils/activity/pgstat.c:1395
+#: utils/activity/pgstat.c:1404
#, c-format
msgid "could not close temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht schließen: %m"
-#: utils/activity/pgstat.c:1403
+#: utils/activity/pgstat.c:1412
#, c-format
msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht in »%s« umbenennen: %m"
-#: utils/activity/pgstat.c:1452
+#: utils/activity/pgstat.c:1461
#, c-format
msgid "could not open statistics file \"%s\": %m"
msgstr "konnte Statistikdatei »%s« nicht öffnen: %m"
-#: utils/activity/pgstat.c:1608
+#: utils/activity/pgstat.c:1617
#, c-format
msgid "corrupted statistics file \"%s\""
msgstr "verfälschte Statistikdatei »%s«"
#: utils/misc/guc.c:2840
msgid "Maximum buffer size for reading ahead in the WAL during recovery."
-msgstr ""
+msgstr "Maximale Puffergröße für WAL-Read-Ahead während der Wiederherstellung."
#: utils/misc/guc.c:2841
msgid "This controls the maximum distance we can read ahead in the WAL to prefetch referenced blocks."
msgstr "Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden"
#: utils/misc/guc.c:8485 utils/misc/guc.c:8532 utils/misc/guc.c:10011
-#, fuzzy, c-format
-#| msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\""
+#, c-format
msgid "must be superuser or have privileges of pg_read_all_settings to examine \"%s\""
-msgstr "nur Superuser oder Mitglieder von pg_read_all_settings können »%s« ansehen"
+msgstr "nur Superuser oder Rollen mit den Privilegien von pg_read_all_settings können »%s« ansehen"
#: utils/misc/guc.c:8616
#, c-format