products/Sources/formale Sprachen/C/Postfix/src/global/   (Postfix Mailserver Version 3.11©)  Datei vom 26.2.2004 mit Größe 327 B image not shown  

Impressum de.po   Sprache: unbekannt

 
Spracherkennung für: .po vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# German message translation file for PostgreSQL server
# Peter Eisentraut <peter@eisentraut.org>, 2001 - 2026.
#
# Use these quotes: »%s«
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 18\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2026-05-05 12:03+0000\n"
"PO-Revision-Date: 2026-05-06 16:05+0200\n"
"Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
"Language-Team: German <pgsql-translators@postgresql.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../common/binaryheap.c:121 ../common/binaryheap.c:159
#, c-format
msgid "out of binary heap slots"
msgstr "alle Slots für Binary-Heaps belegt"

#: ../common/compression.c:132 ../common/compression.c:141
#: ../common/compression.c:150
#, c-format
msgid "this build does not support compression with %s"
msgstr "diese Installation unterstützt keine Komprimierung mit %s"

#: ../common/compression.c:205
msgid "found empty string where a compression option was expected"
msgstr "leere Zeichenkette gefunden wo eine Komprimierungsoption erwartet wurde"

#: ../common/compression.c:244
#, c-format
msgid "unrecognized compression option: \"%s\""
msgstr "unbekannte Komprimierungsoption: »%s«"

#: ../common/compression.c:283
#, c-format
msgid "compression option \"%s\" requires a value"
msgstr "Komprimierungsoption »%s« benötigt einen Wert"

#: ../common/compression.c:292
#, c-format
msgid "value for compression option \"%s\" must be an integer"
msgstr "Wert für Komprimierungsoption »%s« muss eine ganze Zahl sein"

#: ../common/compression.c:331
#, c-format
msgid "value for compression option \"%s\" must be a Boolean value"
msgstr "Wert für Komprimierungsoption »%s« muss ein Boole’scher Wert sein"

#: ../common/compression.c:379
#, c-format
msgid "compression algorithm \"%s\" does not accept a compression level"
msgstr "Komprimierungsalgorithmus »%s« akzeptiert kein Komprimierungsniveau"

#: ../common/compression.c:386
#, c-format
msgid "compression algorithm \"%s\" expects a compression level between %d and %d (default at %d)"
msgstr "Komprimierungsalgorithmus »%s« erwartet ein Komprimierungsniveau zwischen %d und %d (Standard bei %d)"

#: ../common/compression.c:397
#, c-format
msgid "compression algorithm \"%s\" does not accept a worker count"
msgstr "Komprimierungsalgorithmus »%s« akzeptiert keine Worker-Anzahl"

#: ../common/compression.c:408
#, c-format
msgid "compression algorithm \"%s\" does not support long-distance mode"
msgstr "Komprimierungsalgorithmus »%s« unterstützt keinen Long-Distance-Modus"

#: ../common/config_info.c:134 ../common/config_info.c:142
#: ../common/config_info.c:150 ../common/config_info.c:158
#: ../common/config_info.c:166 ../common/config_info.c:174
#: ../common/config_info.c:182 ../common/config_info.c:190
msgid "not recorded"
msgstr "nicht aufgezeichnet"

#: ../common/controldata_utils.c:93 ../common/controldata_utils.c:97
#: commands/copyfrom.c:1879 commands/extension.c:3960 utils/adt/genfile.c:123
#: utils/time/snapmgr.c:1448
#, c-format
msgid "could not open file \"%s\" for reading: %m"
msgstr "konnte Datei »%s« nicht zum Lesen öffnen: %m"

#: ../common/controldata_utils.c:108 ../common/controldata_utils.c:110
#: access/transam/timeline.c:143 access/transam/timeline.c:362
#: access/transam/twophase.c:1354 access/transam/xlog.c:3478
#: access/transam/xlog.c:4369 access/transam/xlogrecovery.c:1257
#: access/transam/xlogrecovery.c:1355 access/transam/xlogrecovery.c:1392
#: access/transam/xlogrecovery.c:1459 backup/basebackup.c:2128
#: backup/walsummary.c:283 commands/extension.c:3970 libpq/hba.c:769
#: replication/logical/origin.c:768 replication/logical/origin.c:804
#: replication/logical/reorderbuffer.c:5366
#: replication/logical/snapbuild.c:1951 replication/slot.c:2546
#: replication/slot.c:2587 replication/walsender.c:643
#: storage/file/buffile.c:470 storage/file/copydir.c:201
#: utils/adt/genfile.c:197 utils/adt/misc.c:1028 utils/cache/relmapper.c:829
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "konnte Datei »%s« nicht lesen: %m"

#: ../common/controldata_utils.c:116 ../common/controldata_utils.c:119
#: access/transam/xlog.c:3483 access/transam/xlog.c:4374
#: replication/logical/origin.c:773 replication/logical/origin.c:812
#: replication/logical/snapbuild.c:1956 replication/slot.c:2550
#: replication/slot.c:2591 replication/walsender.c:648
#: utils/cache/relmapper.c:833
#, c-format
msgid "could not read file \"%s\": read %d of %zu"
msgstr "konnte Datei »%s« nicht lesen: %d von %zu gelesen"

#: ../common/controldata_utils.c:128 ../common/controldata_utils.c:132
#: ../common/controldata_utils.c:277 ../common/controldata_utils.c:280
#: access/heap/rewriteheap.c:1141 access/heap/rewriteheap.c:1246
#: access/transam/timeline.c:392 access/transam/timeline.c:438
#: access/transam/timeline.c:512 access/transam/twophase.c:1366
#: access/transam/twophase.c:1784 access/transam/xlog.c:3324
#: access/transam/xlog.c:3518 access/transam/xlog.c:3523
#: access/transam/xlog.c:3659 access/transam/xlog.c:4339
#: access/transam/xlog.c:5311 commands/copyfrom.c:1929 commands/copyto.c:598
#: libpq/be-fsstubs.c:475 libpq/be-fsstubs.c:545
#: replication/logical/origin.c:706 replication/logical/origin.c:845
#: replication/logical/reorderbuffer.c:5418
#: replication/logical/snapbuild.c:1696 replication/logical/snapbuild.c:1822
#: replication/slot.c:2432 replication/slot.c:2598 replication/walsender.c:658
#: storage/file/copydir.c:224 storage/file/copydir.c:229
#: storage/file/copydir.c:284 storage/file/copydir.c:289 storage/file/fd.c:828
#: storage/file/fd.c:3818 storage/file/fd.c:3924 utils/cache/relmapper.c:841
#: utils/cache/relmapper.c:956
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schließen: %m"

#: ../common/controldata_utils.c:168
msgid "byte ordering mismatch"
msgstr "falsche Byte-Reihenfolge"

#: ../common/controldata_utils.c:170
#, c-format
msgid ""
"possible byte ordering mismatch\n"
"The byte ordering used to store the pg_control file might not match the one\n"
"used by this program.  In that case the results below would be incorrect, and\n"
"the PostgreSQL installation would be incompatible with this data directory."
msgstr ""
"möglicherweise falsche Byte-Reihenfolge\n"
"Die Byte-Reihenfolge, die zur Speicherung der Datei pg_control verwendet wurde,\n"
"stimmt möglicherweise nicht mit der von diesem Programm verwendeten überein. In\n"
"diesem Fall wären die Ergebnisse unten falsch und die PostgreSQL-Installation\n"
"wäre inkompatibel mit diesem Datenverzeichnis."

#: ../common/controldata_utils.c:225 ../common/controldata_utils.c:230
#: ../common/file_utils.c:69 ../common/file_utils.c:370
#: ../common/file_utils.c:428 ../common/file_utils.c:502
#: access/heap/rewriteheap.c:1229 access/transam/timeline.c:111
#: access/transam/timeline.c:251 access/transam/timeline.c:348
#: access/transam/twophase.c:1310 access/transam/xlog.c:3214
#: access/transam/xlog.c:3394 access/transam/xlog.c:3433
#: access/transam/xlog.c:3626 access/transam/xlog.c:4359
#: access/transam/xlogrecovery.c:4307 access/transam/xlogrecovery.c:4408
#: access/transam/xlogutils.c:825 backup/basebackup.c:549
#: backup/basebackup.c:1600 backup/walsummary.c:220 libpq/hba.c:626
#: postmaster/syslogger.c:1512 replication/logical/origin.c:758
#: replication/logical/reorderbuffer.c:4019
#: replication/logical/reorderbuffer.c:4573
#: replication/logical/reorderbuffer.c:5346
#: replication/logical/snapbuild.c:1651 replication/logical/snapbuild.c:1763
#: replication/slot.c:2518 replication/walsender.c:616
#: replication/walsender.c:3103 storage/file/copydir.c:167
#: storage/file/copydir.c:255 storage/file/fd.c:803 storage/file/fd.c:3575
#: storage/file/fd.c:3805 storage/file/fd.c:3895 storage/smgr/md.c:686
#: utils/cache/relmapper.c:818 utils/cache/relmapper.c:935
#: utils/error/elog.c:2132 utils/init/miscinit.c:1586
#: utils/init/miscinit.c:1720 utils/init/miscinit.c:1797 utils/misc/guc.c:4779
#: utils/misc/guc.c:4829
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "konnte Datei »%s« nicht öffnen: %m"

#: ../common/controldata_utils.c:246 ../common/controldata_utils.c:249
#: access/transam/twophase.c:1757 access/transam/twophase.c:1766
#: access/transam/xlog.c:9340 access/transam/xlogfuncs.c:699
#: backup/basebackup_server.c:173 backup/basebackup_server.c:266
#: backup/walsummary.c:304 postmaster/postmaster.c:4087
#: postmaster/syslogger.c:1523 postmaster/syslogger.c:1536
#: postmaster/syslogger.c:1549 utils/cache/relmapper.c:947
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schreiben: %m"

#: ../common/controldata_utils.c:263 ../common/controldata_utils.c:268
#: ../common/file_utils.c:440 ../common/file_utils.c:510
#: access/heap/rewriteheap.c:925 access/heap/rewriteheap.c:1135
#: access/heap/rewriteheap.c:1240 access/transam/timeline.c:432
#: access/transam/timeline.c:506 access/transam/twophase.c:1778
#: access/transam/xlog.c:3314 access/transam/xlog.c:3512
#: access/transam/xlog.c:4332 access/transam/xlog.c:8726
#: access/transam/xlog.c:8770 backup/basebackup_server.c:207
#: commands/dbcommands.c:515 replication/logical/snapbuild.c:1689
#: replication/slot.c:2416 replication/slot.c:2528 storage/file/fd.c:820
#: storage/file/fd.c:3916 storage/smgr/md.c:1469 storage/smgr/md.c:1529
#: storage/sync/sync.c:446 utils/misc/guc.c:4527
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "konnte Datei »%s« nicht fsyncen: %m"

#: ../common/cryptohash.c:261 ../common/cryptohash_openssl.c:158
#: ../common/cryptohash_openssl.c:356 ../common/exec.c:543 ../common/exec.c:588
#: ../common/exec.c:680 ../common/hmac.c:309 ../common/hmac.c:325
#: ../common/hmac_openssl.c:151 ../common/hmac_openssl.c:339
#: ../common/jsonapi.c:2459 ../common/md5_common.c:156
#: ../common/parse_manifest.c:157 ../common/parse_manifest.c:852
#: ../common/psprintf.c:140 ../common/scram-common.c:268 ../port/path.c:829
#: ../port/path.c:866 ../port/path.c:883 access/transam/twophase.c:1419
#: access/transam/xlogrecovery.c:571 lib/dshash.c:253 libpq/auth.c:1353
#: libpq/auth.c:1397 libpq/auth.c:1959 libpq/be-secure-gssapi.c:537
#: libpq/be-secure-gssapi.c:717 postmaster/bgworker.c:355
#: postmaster/bgworker.c:1023 postmaster/postmaster.c:3557
#: postmaster/walsummarizer.c:939
#: replication/libpqwalreceiver/libpqwalreceiver.c:364
#: replication/logical/logical.c:212 replication/walsender.c:825
#: storage/buffer/localbuf.c:745 storage/file/fd.c:912 storage/file/fd.c:1447
#: storage/file/fd.c:1608 storage/file/fd.c:2592 storage/ipc/procarray.c:1465
#: storage/ipc/procarray.c:2217 storage/ipc/procarray.c:2224
#: storage/ipc/procarray.c:2727 storage/ipc/procarray.c:3436
#: utils/activity/pgstat_shmem.c:535 utils/adt/pg_locale.c:517
#: utils/adt/pg_locale.c:591 utils/adt/pg_locale_icu.c:358
#: utils/adt/pg_locale_libc.c:207 utils/adt/pg_locale_libc.c:302
#: utils/adt/pg_locale_libc.c:390 utils/fmgr/dfmgr.c:234
#: utils/hash/dynahash.c:517 utils/hash/dynahash.c:617
#: utils/hash/dynahash.c:1100 utils/mb/mbutils.c:410 utils/mb/mbutils.c:438
#: utils/mb/mbutils.c:823 utils/mb/mbutils.c:850 utils/misc/guc.c:647
#: utils/misc/guc.c:672 utils/misc/guc.c:1060 utils/misc/guc.c:4505
#: utils/misc/tzparser.c:479 utils/mmgr/aset.c:451 utils/mmgr/bump.c:183
#: utils/mmgr/dsa.c:707 utils/mmgr/dsa.c:729 utils/mmgr/dsa.c:810
#: utils/mmgr/generation.c:215 utils/mmgr/mcxt.c:1162 utils/mmgr/slab.c:370
#, c-format
msgid "out of memory"
msgstr "Speicher aufgebraucht"

#: ../common/cryptohash.c:266 ../common/cryptohash.c:272
#: ../common/cryptohash_openssl.c:368 ../common/cryptohash_openssl.c:376
#: ../common/hmac.c:321 ../common/hmac.c:329 ../common/hmac_openssl.c:351
#: ../common/hmac_openssl.c:359
msgid "success"
msgstr "Erfolg"

#: ../common/cryptohash.c:268 ../common/cryptohash_openssl.c:370
#: ../common/hmac_openssl.c:353
msgid "destination buffer too small"
msgstr "Zielpuffer ist zu klein"

#: ../common/cryptohash_openssl.c:372 ../common/hmac_openssl.c:355
msgid "OpenSSL failure"
msgstr "OpenSSL-Fehler"

#: ../common/exec.c:174
#, c-format
msgid "invalid binary \"%s\": %m"
msgstr "ungültige Programmdatei »%s«: %m"

#: ../common/exec.c:217
#, c-format
msgid "could not read binary \"%s\": %m"
msgstr "konnte Programmdatei »%s« nicht lesen: %m"

#: ../common/exec.c:225
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "konnte kein »%s« zum Ausführen finden"

#: ../common/exec.c:252
#, c-format
msgid "could not resolve path \"%s\" to absolute form: %m"
msgstr "konnte Pfad »%s« nicht in absolute Form auflösen: %m"

#: ../common/exec.c:363 commands/collationcmds.c:872 commands/copyfrom.c:1863
#: commands/copyto.c:933 libpq/be-secure-common.c:59
#, c-format
msgid "could not execute command \"%s\": %m"
msgstr "konnte Befehl »%s« nicht ausführen: %m"

#: ../common/exec.c:375 libpq/be-secure-common.c:71
#, c-format
msgid "could not read from command \"%s\": %m"
msgstr "konnte nicht von Befehl »%s« lesen: %m"

#: ../common/exec.c:378
#, c-format
msgid "no data was returned by command \"%s\""
msgstr "Befehl »%s« gab keine Daten zurück"

#: ../common/exec.c:405 libpq/pqcomm.c:193 storage/ipc/waiteventset.c:783
#: storage/ipc/waiteventset.c:963 storage/ipc/waiteventset.c:1203
#: storage/ipc/waiteventset.c:1365 storage/ipc/waiteventset.c:1491
#, c-format
msgid "%s() failed: %m"
msgstr "%s() fehlgeschlagen: %m"

#: ../common/fe_memutils.c:35 ../common/fe_memutils.c:75
#: ../common/fe_memutils.c:98 ../common/fe_memutils.c:161
#: ../common/psprintf.c:142 ../port/path.c:831 ../port/path.c:868
#: ../port/path.c:885 utils/misc/ps_status.c:195 utils/misc/ps_status.c:203
#: utils/misc/ps_status.c:230 utils/misc/ps_status.c:238
#, c-format
msgid "out of memory\n"
msgstr "Speicher aufgebraucht\n"

#: ../common/fe_memutils.c:92 ../common/fe_memutils.c:153
#, c-format
msgid "cannot duplicate null pointer (internal error)\n"
msgstr "kann NULL-Zeiger nicht kopieren (interner Fehler)\n"

#: ../common/file_utils.c:75 storage/file/fd.c:3581
#, c-format
msgid "could not synchronize file system for file \"%s\": %m"
msgstr "konnte Dateisystem für Datei »%s« nicht synchronisieren: %m"

#: ../common/file_utils.c:123 ../common/file_utils.c:588
#: ../common/file_utils.c:592 access/transam/twophase.c:1322
#: access/transam/xlogarchive.c:111 access/transam/xlogarchive.c:235
#: backup/basebackup.c:357 backup/basebackup.c:555 backup/basebackup.c:626
#: backup/walsummary.c:247 commands/copyfrom.c:1889 commands/copyto.c:979
#: commands/extension.c:3949 commands/tablespace.c:804
#: commands/tablespace.c:893 postmaster/pgarch.c:682
#: replication/logical/snapbuild.c:1546 replication/logical/snapbuild.c:2073
#: storage/file/fd.c:1972 storage/file/fd.c:2060 storage/file/fd.c:3629
#: utils/adt/dbsize.c:105 utils/adt/dbsize.c:266 utils/adt/dbsize.c:355
#: utils/adt/genfile.c:437 utils/adt/genfile.c:612 utils/adt/misc.c:340
#, c-format
msgid "could not stat file \"%s\": %m"
msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m"

#: ../common/file_utils.c:133 ../common/file_utils.c:243
#, c-format
msgid "this build does not support sync method \"%s\""
msgstr "diese Installation unterstützt Sync-Methode »%s« nicht"

#: ../common/file_utils.c:156 ../common/file_utils.c:304
#: ../common/pgfnames.c:48 ../common/rmtree.c:63 commands/tablespace.c:728
#: commands/tablespace.c:738 postmaster/postmaster.c:1497
#: storage/file/fd.c:2997 storage/file/reinit.c:126 utils/adt/misc.c:256
#: utils/misc/tzparser.c:340
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht öffnen: %m"

#: ../common/file_utils.c:174 ../common/file_utils.c:338
#: ../common/pgfnames.c:69 ../common/rmtree.c:106 storage/file/fd.c:3009
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht lesen: %m"

#: ../common/file_utils.c:520 access/transam/xlogarchive.c:389
#: postmaster/pgarch.c:836 postmaster/syslogger.c:1560
#: replication/logical/snapbuild.c:1708 replication/slot.c:1027
#: replication/slot.c:2299 replication/slot.c:2448 storage/file/fd.c:838
#: utils/time/snapmgr.c:1273
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"

#: ../common/hmac.c:323
msgid "internal error"
msgstr "interner Fehler"

#: ../common/jsonapi.c:2484
msgid "Recursive descent parser cannot use incremental lexer."
msgstr "Parser mit rekursivem Abstieg kann inkrementellen Lexer nicht benutzen."

#: ../common/jsonapi.c:2486
msgid "Incremental parser requires incremental lexer."
msgstr "Inkrementeller Parser benötigt inkrementellen Lexer."

#: ../common/jsonapi.c:2488
msgid "JSON nested too deep, maximum permitted depth is 6400."
msgstr "JSON zu tief geschachtelt, maximale erlaubte Tiefe ist 6400."

#: ../common/jsonapi.c:2490
#, c-format
msgid "Escape sequence \"\\%.*s\" is invalid."
msgstr "Escape-Sequenz »\\%.*s« ist nicht gültig."

#: ../common/jsonapi.c:2494
#, c-format
msgid "Character with value 0x%02x must be escaped."
msgstr "Zeichen mit Wert 0x%02x muss escapt werden."

#: ../common/jsonapi.c:2498
#, c-format
msgid "Expected end of input, but found \"%.*s\"."
msgstr "Ende der Eingabe erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2501
#, c-format
msgid "Expected array element or \"]\", but found \"%.*s\"."
msgstr "Array-Element oder »]« erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2504
#, c-format
msgid "Expected \",\" or \"]\", but found \"%.*s\"."
msgstr "»,« oder »]« erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2507
#, c-format
msgid "Expected \":\", but found \"%.*s\"."
msgstr "»:« erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2510
#, c-format
msgid "Expected JSON value, but found \"%.*s\"."
msgstr "JSON-Wert erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2513
msgid "The input string ended unexpectedly."
msgstr "Die Eingabezeichenkette endete unerwartet."

#: ../common/jsonapi.c:2515
#, c-format
msgid "Expected string or \"}\", but found \"%.*s\"."
msgstr "Zeichenkette oder »}« erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2518
#, c-format
msgid "Expected \",\" or \"}\", but found \"%.*s\"."
msgstr "»,« oder »}« erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2521
#, c-format
msgid "Expected string, but found \"%.*s\"."
msgstr "Zeichenkette erwartet, aber »%.*s« gefunden."

#: ../common/jsonapi.c:2524
#, c-format
msgid "Token \"%.*s\" is invalid."
msgstr "Token »%.*s« ist ungültig."

#: ../common/jsonapi.c:2530 jsonpath_scan.l:585
#, c-format
msgid "\\u0000 cannot be converted to text."
msgstr "\\u0000 kann nicht in »text« umgewandelt werden."

#: ../common/jsonapi.c:2532
msgid "\"\\u\" must be followed by four hexadecimal digits."
msgstr "Nach »\\u« müssen vier Hexadezimalziffern folgen."

#: ../common/jsonapi.c:2535
msgid "Unicode escape values cannot be used for code point values above 007F when the encoding is not UTF8."
msgstr "Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet werden, wenn die Kodierung nicht UTF8 ist."

#: ../common/jsonapi.c:2544
#, c-format
msgid "Unicode escape value could not be translated to the server's encoding %s."
msgstr "Unicode-Escape-Wert konnte nicht in die Serverkodierung %s umgewandelt werden."

#: ../common/jsonapi.c:2551 jsonpath_scan.l:618
#, c-format
msgid "Unicode high surrogate must not follow a high surrogate."
msgstr "Unicode-High-Surrogate darf nicht auf ein High-Surrogate folgen."

#: ../common/jsonapi.c:2553 jsonpath_scan.l:629 jsonpath_scan.l:639
#: jsonpath_scan.l:691
#, c-format
msgid "Unicode low surrogate must follow a high surrogate."
msgstr "Unicode-Low-Surrogate muss auf ein High-Surrogate folgen."

#: ../common/jsonapi.c:2575
msgid "out of memory while constructing error description"
msgstr "Speicher aufgebraucht beim Konstruieren der Fehlerbeschreibung"

#: ../common/logging.c:279
#, c-format
msgid "error: "
msgstr "Fehler: "

#: ../common/logging.c:286
#, c-format
msgid "warning: "
msgstr "Warnung: "

#: ../common/logging.c:297
#, c-format
msgid "detail: "
msgstr "Detail: "

#: ../common/logging.c:304
#, c-format
msgid "hint: "
msgstr "Tipp: "

#: ../common/parse_manifest.c:159 ../common/parse_manifest.c:854
#, c-format
msgid "could not initialize checksum of manifest"
msgstr "konnte Prüfsumme des Manifests nicht initialisieren"

#: ../common/parse_manifest.c:203 ../common/parse_manifest.c:260
msgid "manifest ended unexpectedly"
msgstr "Manifest endete unerwartet"

#: ../common/parse_manifest.c:209 ../common/parse_manifest.c:861
#, c-format
msgid "could not update checksum of manifest"
msgstr "konnte Prüfsumme des Manifests nicht aktualisieren"

#: ../common/parse_manifest.c:301
msgid "unexpected object start"
msgstr "unerwarteter Objektstart"

#: ../common/parse_manifest.c:336
msgid "unexpected object end"
msgstr "unerwartetes Objektende"

#: ../common/parse_manifest.c:365
msgid "unexpected array start"
msgstr "unerwarteter Array-Start"

#: ../common/parse_manifest.c:390
msgid "unexpected array end"
msgstr "unerwartetes Array-Ende"

#: ../common/parse_manifest.c:417
msgid "expected version indicator"
msgstr "unerwartete Versionskennzeichnung"

#: ../common/parse_manifest.c:453
msgid "unrecognized top-level field"
msgstr "unbekanntes Feld auf oberster Ebene"

#: ../common/parse_manifest.c:472
msgid "unexpected file field"
msgstr "unerwartetes Feld für Datei"

#: ../common/parse_manifest.c:486
msgid "unexpected WAL range field"
msgstr "unerwartetes Feld für WAL-Bereich"

#: ../common/parse_manifest.c:492
msgid "unexpected object field"
msgstr "unbekanntes Feld für Objekt"

#: ../common/parse_manifest.c:582
msgid "unexpected scalar"
msgstr "unerwarteter Skalar"

#: ../common/parse_manifest.c:608
msgid "manifest version not an integer"
msgstr "Manifestversion ist keine ganze Zahl"

#: ../common/parse_manifest.c:612
msgid "unexpected manifest version"
msgstr "unerwartete Manifestversion"

#: ../common/parse_manifest.c:636
msgid "system identifier in manifest not an integer"
msgstr "Systemidentifikator im Manifest ist keine ganze Zahl"

#: ../common/parse_manifest.c:661
msgid "missing path name"
msgstr "fehlender Pfadname"

#: ../common/parse_manifest.c:664
msgid "both path name and encoded path name"
msgstr "sowohl Pfadname als auch kodierter Pfadname angegeben"

#: ../common/parse_manifest.c:666
msgid "missing size"
msgstr "Größenangabe fehlt"

#: ../common/parse_manifest.c:669
msgid "checksum without algorithm"
msgstr "Prüfsumme ohne Algorithmus"

#: ../common/parse_manifest.c:683
msgid "could not decode file name"
msgstr "konnte Dateinamen nicht dekodieren"

#: ../common/parse_manifest.c:693
msgid "file size is not an integer"
msgstr "Dateigröße ist keine ganze Zahl"

#: ../common/parse_manifest.c:699 backup/basebackup.c:872
#, c-format
msgid "unrecognized checksum algorithm: \"%s\""
msgstr "unbekannter Prüfsummenalgorithmus: »%s«"

#: ../common/parse_manifest.c:718
#, c-format
msgid "invalid checksum for file \"%s\": \"%s\""
msgstr "ungültige Prüfsumme für Datei »%s«: »%s«"

#: ../common/parse_manifest.c:761
msgid "missing timeline"
msgstr "Zeitleiste fehlt"

#: ../common/parse_manifest.c:763
msgid "missing start LSN"
msgstr "Start-LSN fehlt"

#: ../common/parse_manifest.c:765
msgid "missing end LSN"
msgstr "End-LSN fehlt"

#: ../common/parse_manifest.c:771
msgid "timeline is not an integer"
msgstr "Zeitleiste ist keine ganze Zahl"

#: ../common/parse_manifest.c:774
msgid "could not parse start LSN"
msgstr "konnte Start-LSN nicht parsen"

#: ../common/parse_manifest.c:777
msgid "could not parse end LSN"
msgstr "konnte End-LSN nicht parsen"

#: ../common/parse_manifest.c:842
msgid "expected at least 2 lines"
msgstr "mindestens 2 Zeilen erwartet"

#: ../common/parse_manifest.c:845
msgid "last line not newline-terminated"
msgstr "letzte Zeile nicht durch Newline abgeschlossen"

#: ../common/parse_manifest.c:864
#, c-format
msgid "could not finalize checksum of manifest"
msgstr "konnte Prüfsumme des Manifests nicht abschließen"

#: ../common/parse_manifest.c:868
#, c-format
msgid "manifest has no checksum"
msgstr "Manifest hat keine Prüfsumme"

#: ../common/parse_manifest.c:872
#, c-format
msgid "invalid manifest checksum: \"%s\""
msgstr "ungültige Manifestprüfsumme: »%s«"

#: ../common/parse_manifest.c:876
#, c-format
msgid "manifest checksum mismatch"
msgstr "Manifestprüfsumme stimmt nicht überein"

#: ../common/parse_manifest.c:891
#, c-format
msgid "could not parse backup manifest: %s"
msgstr "konnte Backup-Manifest nicht parsen: %s"

#: ../common/percentrepl.c:79 ../common/percentrepl.c:85
#: ../common/percentrepl.c:118 ../common/percentrepl.c:124
#: tcop/backend_startup.c:769 utils/misc/guc.c:3164 utils/misc/guc.c:3205
#: utils/misc/guc.c:3280 utils/misc/guc.c:4709 utils/misc/guc.c:6940
#: utils/misc/guc.c:6981
#, c-format
msgid "invalid value for parameter \"%s\": \"%s\""
msgstr "ungültiger Wert für Parameter »%s«: »%s«"

#: ../common/percentrepl.c:80 ../common/percentrepl.c:86
#, c-format
msgid "String ends unexpectedly after escape character \"%%\"."
msgstr "Zeichenkette endet unerwartet nach Escape-Zeichen »%%«."

#: ../common/percentrepl.c:119 ../common/percentrepl.c:125
#, c-format
msgid "String contains unexpected placeholder \"%%%c\"."
msgstr "Zeichenkette enthält unerwarteten Platzhalter »%%%c«."

#: ../common/pgfnames.c:74
#, c-format
msgid "could not close directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht schließen: %m"

#: ../common/relpath.c:61
#, c-format
msgid "invalid fork name"
msgstr "ungültiger Fork-Name"

#: ../common/relpath.c:62
#, c-format
msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"."
msgstr "Gültige Fork-Namen sind »main«, »fsm«, »vm« und »init«."

#: ../common/restricted_token.c:60
#, c-format
msgid "could not open process token: error code %lu"
msgstr "konnte Prozess-Token nicht öffnen: Fehlercode %lu"

#: ../common/restricted_token.c:74
#, c-format
msgid "could not allocate SIDs: error code %lu"
msgstr "konnte SIDs nicht erzeugen: Fehlercode %lu"

#: ../common/restricted_token.c:94
#, c-format
msgid "could not create restricted token: error code %lu"
msgstr "konnte beschränktes Token nicht erzeugen: Fehlercode %lu"

#: ../common/restricted_token.c:115
#, c-format
msgid "could not start process for command \"%s\": error code %lu"
msgstr "konnte Prozess für Befehl »%s« nicht starten: Fehlercode %lu"

#: ../common/restricted_token.c:153
#, c-format
msgid "could not re-execute with restricted token: error code %lu"
msgstr "konnte Prozess nicht mit beschränktem Token neu starten: Fehlercode %lu"

#: ../common/restricted_token.c:168
#, c-format
msgid "could not get exit code from subprocess: error code %lu"
msgstr "konnte Statuscode des Subprozesses nicht ermitteln: Fehlercode %lu"

#: ../common/rmtree.c:97 access/heap/rewriteheap.c:1214
#: access/transam/twophase.c:1717 access/transam/xlogarchive.c:119
#: access/transam/xlogarchive.c:399 backup/walsummary.c:254
#: postmaster/postmaster.c:1070 postmaster/syslogger.c:1489
#: replication/logical/origin.c:614 replication/logical/reorderbuffer.c:4841
#: replication/logical/snapbuild.c:1589 replication/logical/snapbuild.c:2045
#: replication/slot.c:2502 storage/file/fd.c:878 storage/file/fd.c:3443
#: storage/file/fd.c:3505 storage/file/reinit.c:261 storage/ipc/dsm.c:343
#: storage/smgr/md.c:401 storage/smgr/md.c:460 storage/sync/sync.c:243
#: utils/time/snapmgr.c:1609
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "konnte Datei »%s« nicht löschen: %m"

#: ../common/rmtree.c:124 commands/tablespace.c:767 commands/tablespace.c:780
#: commands/tablespace.c:815 commands/tablespace.c:905 storage/file/fd.c:3435
#: storage/file/fd.c:3844
#, c-format
msgid "could not remove directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht löschen: %m"

#: ../common/scram-common.c:281
msgid "could not encode salt"
msgstr "konnte Salt nicht kodieren"

#: ../common/scram-common.c:297
msgid "could not encode stored key"
msgstr "konnte Stored Key nicht kodieren"

#: ../common/scram-common.c:314
msgid "could not encode server key"
msgstr "konnte Server Key nicht kodieren"

#: ../common/stringinfo.c:362
#, c-format
msgid "string buffer exceeds maximum allowed length (%zu bytes)"
msgstr "Zeichenkettenpuffer überschreitet maximale erlaubte Länge (%zu Bytes)"

#: ../common/stringinfo.c:363
#, c-format
msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
msgstr "Kann Zeichenkettenpuffer mit %d Bytes nicht um %d Bytes vergrößern."

#: ../common/stringinfo.c:367
#, c-format
msgid ""
"string buffer exceeds maximum allowed length (%zu bytes)\n"
"\n"
"Cannot enlarge string buffer containing %d bytes by %d more bytes.\n"
msgstr ""
"Zeichenkettenpuffer überschreitet maximale erlaubte Länge (%zu Bytes)\n"
"\n"
"Kann Zeichenkettenpuffer mit %d Bytes nicht um %d Bytes vergrößern.\n"

#: ../common/username.c:43
#, c-format
msgid "could not look up effective user ID %ld: %s"
msgstr "konnte effektive Benutzer-ID %ld nicht nachschlagen: %s"

#: ../common/username.c:45
msgid "user does not exist"
msgstr "Benutzer existiert nicht"

#: ../common/username.c:60
#, c-format
msgid "user name lookup failure: error code %lu"
msgstr "Fehler beim Nachschlagen des Benutzernamens: Fehlercode %lu"

#: ../common/wait_error.c:55
#, c-format
msgid "command not executable"
msgstr "Befehl ist nicht ausführbar"

#: ../common/wait_error.c:59
#, c-format
msgid "command not found"
msgstr "Befehl nicht gefunden"

#: ../common/wait_error.c:64
#, c-format
msgid "child process exited with exit code %d"
msgstr "Kindprozess hat mit Code %d beendet"

#: ../common/wait_error.c:72
#, c-format
msgid "child process was terminated by exception 0x%X"
msgstr "Kindprozess wurde durch Ausnahme 0x%X beendet"

#: ../common/wait_error.c:76
#, c-format
msgid "child process was terminated by signal %d: %s"
msgstr "Kindprozess wurde von Signal %d beendet: %s"

#: ../common/wait_error.c:82
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "Kindprozess hat mit unbekanntem Status %d beendet"

#: ../port/chklocale.c:280
#, c-format
msgid "could not determine encoding for codeset \"%s\""
msgstr "konnte Kodierung für Codeset »%s« nicht bestimmen"

#: ../port/chklocale.c:370 ../port/chklocale.c:376
#, c-format
msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
msgstr "konnte Kodierung für Locale »%s« nicht bestimmen: Codeset ist »%s«"

#: ../port/dirmod.c:284
#, c-format
msgid "could not set junction for \"%s\": %s"
msgstr "konnte Junction für »%s« nicht erzeugen: %s"

#: ../port/dirmod.c:287
#, c-format
msgid "could not set junction for \"%s\": %s\n"
msgstr "konnte Junction für »%s« nicht erzeugen: %s\n"

#: ../port/dirmod.c:364
#, c-format
msgid "could not get junction for \"%s\": %s"
msgstr "konnte Junction für »%s« nicht ermitteln: %s"

#: ../port/dirmod.c:367
#, c-format
msgid "could not get junction for \"%s\": %s\n"
msgstr "konnte Junction für »%s« nicht ermitteln: %s\n"

#: ../port/open.c:125
#, c-format
msgid "could not open file \"%s\": %s"
msgstr "konnte Datei »%s« nicht öffnen: %s"

#: ../port/open.c:126
msgid "lock violation"
msgstr "Sperrverletzung"

#: ../port/open.c:126
msgid "sharing violation"
msgstr "Zugriffsverletzung (Sharing Violation)"

#: ../port/open.c:127
#, c-format
msgid "Continuing to retry for 30 seconds."
msgstr "Versuche werden für 30 Sekunden wiederholt."

#: ../port/open.c:128
#, c-format
msgid "You might have antivirus, backup, or similar software interfering with the database system."
msgstr "Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche Software das Datenbanksystem."

#: ../port/path.c:853
#, c-format
msgid "could not get current working directory: %m\n"
msgstr "konnte aktuelles Arbeitsverzeichnis nicht ermitteln: %m\n"

#: ../port/strerror.c:72
#, c-format
msgid "operating system error %d"
msgstr "Betriebssystemfehler %d"

#: ../port/win32security.c:62
#, c-format
msgid "could not get SID for Administrators group: error code %lu\n"
msgstr "konnte SID der Administrators-Gruppe nicht ermitteln: Fehlercode %lu\n"

#: ../port/win32security.c:72
#, c-format
msgid "could not get SID for PowerUsers group: error code %lu\n"
msgstr "konnte SID der PowerUsers-Gruppe nicht ermitteln: Fehlercode %lu\n"

#: ../port/win32security.c:80
#, c-format
msgid "could not check access token membership: error code %lu\n"
msgstr "konnte Access-Token-Mitgliedschaft nicht prüfen: Fehlercode %lu\n"

#: access/brin/brin.c:414
#, c-format
msgid "request for BRIN range summarization for index \"%s\" page %u was not recorded"
msgstr "Aufforderung für BRIN-Range-Summarization für Index »%s« Seite %u wurde nicht aufgezeichnet"

#: access/brin/brin.c:1397 access/brin/brin.c:1504 access/gin/ginfast.c:1040
#: access/transam/xlogfuncs.c:184 access/transam/xlogfuncs.c:209
#: access/transam/xlogfuncs.c:242 access/transam/xlogfuncs.c:281
#: access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:323
#: access/transam/xlogfuncs.c:389 access/transam/xlogfuncs.c:447
#: statistics/attribute_stats.c:191 statistics/attribute_stats.c:936
#: statistics/relation_stats.c:97
#, c-format
msgid "recovery is in progress"
msgstr "Wiederherstellung läuft"

#: access/brin/brin.c:1398 access/brin/brin.c:1505
#, c-format
msgid "BRIN control functions cannot be executed during recovery."
msgstr "Während der Wiederherstellung können keine BRIN-Kontrollfunktionen ausgeführt werden."

#: access/brin/brin.c:1403 access/brin/brin.c:1510
#, c-format
msgid "block number out of range: %<PRId64>"
msgstr "Blocknummer ist außerhalb des gültigen Bereichs: %<PRId64>"

#: access/brin/brin.c:1447 access/brin/brin.c:1536
#, c-format
msgid "\"%s\" is not a BRIN index"
msgstr "»%s« ist kein BRIN-Index"

#: access/brin/brin.c:1463 access/brin/brin.c:1552
#, c-format
msgid "could not open parent table of index \"%s\""
msgstr "konnte Basistabelle von Index »%s« nicht öffnen"

#: access/brin/brin.c:1472 access/brin/brin.c:1568 access/gin/ginfast.c:1085
#: parser/parse_utilcmd.c:2458
#, c-format
msgid "index \"%s\" is not valid"
msgstr "Index »%s« ist nicht gültig"

#: access/brin/brin_bloom.c:784 access/brin/brin_bloom.c:826
#: access/brin/brin_minmax_multi.c:2984 access/brin/brin_minmax_multi.c:3121
#: statistics/dependencies.c:661 statistics/dependencies.c:714
#: statistics/mcv.c:1480 statistics/mcv.c:1511 statistics/mvdistinct.c:343
#: statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:40
#: utils/adt/pseudotypes.c:74 utils/adt/tsgistidx.c:94
#, c-format
msgid "cannot accept a value of type %s"
msgstr "kann keinen Wert vom Typ %s annehmen"

#: access/brin/brin_pageops.c:75 access/brin/brin_pageops.c:361
#: access/brin/brin_pageops.c:851 access/gin/ginentrypage.c:109
#: access/gist/gist.c:1475 access/spgist/spgdoinsert.c:2001
#: access/spgist/spgdoinsert.c:2278
#, c-format
msgid "index row size %zu exceeds maximum %zu for index \"%s\""
msgstr "Größe %zu der Indexzeile überschreitet Maximum %zu für Index »%s«"

#: access/brin/brin_revmap.c:383 access/brin/brin_revmap.c:389
#, c-format
msgid "corrupted BRIN index: inconsistent range map"
msgstr "verfälschter BRIN-Index: inkonsistente Range-Map"

#: access/brin/brin_revmap.c:583
#, c-format
msgid "unexpected page type 0x%04X in BRIN index \"%s\" block %u"
msgstr "unerwarteter Seitentyp 0x%04X in BRIN-Index »%s« Block %u"

#: access/brin/brin_validate.c:111 access/gin/ginvalidate.c:142
#: access/gist/gistvalidate.c:150 access/hash/hashvalidate.c:112
#: access/nbtree/nbtvalidate.c:116 access/spgist/spgvalidate.c:181
#, c-format
msgid "operator family \"%s\" of access method %s contains function %s with invalid support number %d"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält Funktion %s mit ungültiger Support-Nummer %d"

#: access/brin/brin_validate.c:127 access/gin/ginvalidate.c:154
#: access/gist/gistvalidate.c:162 access/hash/hashvalidate.c:124
#: access/nbtree/nbtvalidate.c:128 access/spgist/spgvalidate.c:193
#, c-format
msgid "operator family \"%s\" of access method %s contains function %s with wrong signature for support number %d"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält Funktion %s mit falscher Signatur für Support-Nummer %d"

#: access/brin/brin_validate.c:149 access/gin/ginvalidate.c:173
#: access/gist/gistvalidate.c:182 access/hash/hashvalidate.c:150
#: access/nbtree/nbtvalidate.c:148 access/spgist/spgvalidate.c:213
#, c-format
msgid "operator family \"%s\" of access method %s contains operator %s with invalid strategy number %d"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält Operator %s mit ungültiger Strategienummer %d"

#: access/brin/brin_validate.c:178 access/gin/ginvalidate.c:186
#: access/hash/hashvalidate.c:163 access/nbtree/nbtvalidate.c:161
#: access/spgist/spgvalidate.c:229
#, c-format
msgid "operator family \"%s\" of access method %s contains invalid ORDER BY specification for operator %s"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält ungültige ORDER-BY-Angabe für Operator %s"

#: access/brin/brin_validate.c:191 access/gin/ginvalidate.c:199
#: access/gist/gistvalidate.c:230 access/hash/hashvalidate.c:176
#: access/nbtree/nbtvalidate.c:174 access/spgist/spgvalidate.c:245
#, c-format
msgid "operator family \"%s\" of access method %s contains operator %s with wrong signature"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält Operator %s mit falscher Signatur"

#: access/brin/brin_validate.c:229 access/hash/hashvalidate.c:216
#: access/nbtree/nbtvalidate.c:232 access/spgist/spgvalidate.c:272
#, c-format
msgid "operator family \"%s\" of access method %s is missing operator(s) for types %s and %s"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlen Operatoren für Typen %s und %s"

#: access/brin/brin_validate.c:239
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function(s) for types %s and %s"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlen Support-Funktionen für Typen %s und %s"

#: access/brin/brin_validate.c:252 access/hash/hashvalidate.c:230
#: access/nbtree/nbtvalidate.c:256 access/spgist/spgvalidate.c:307
#, c-format
msgid "operator class \"%s\" of access method %s is missing operator(s)"
msgstr "in Operatorklasse »%s« für Zugriffsmethode %s fehlen Operatoren"

#: access/brin/brin_validate.c:263 access/gin/ginvalidate.c:241
#: access/gist/gistvalidate.c:272
#, c-format
msgid "operator class \"%s\" of access method %s is missing support function %d"
msgstr "in Operatorklasse »%s« für Zugriffsmethode %s fehlt Support-Funktion %d"

#: access/common/attmap.c:118
#, c-format
msgid "Returned type %s does not match expected type %s in column \"%s\" (position %d)."
msgstr "Zurückgegebener Typ %1$s stimmt in Spalte »%3$s« (Position %4$d) nicht mit erwartetem Typ %2$s überein."

#: access/common/attmap.c:147
#, 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)."

#: access/common/attmap.c:231 access/common/attmap.c:243
#, c-format
msgid "could not convert row type"
msgstr "konnte Zeilentyp nicht umwandeln"

#: access/common/attmap.c:232
#, 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."

#: access/common/attmap.c:244
#, c-format
msgid "Attribute \"%s\" of type %s does not exist in type %s."
msgstr "Attribut »%s« von Typ %s existiert nicht in Typ %s."

#: access/common/heaptuple.c:1133 access/common/heaptuple.c:1472
#, c-format
msgid "number of columns (%d) exceeds limit (%d)"
msgstr "Anzahl der Spalten (%d) überschreitet Maximum (%d)"

#: access/common/indextuple.c:89
#, c-format
msgid "number of index columns (%d) exceeds limit (%d)"
msgstr "Anzahl der Indexspalten (%d) überschreitet Maximum (%d)"

#: access/common/indextuple.c:209 access/spgist/spgutils.c:978
#, c-format
msgid "index row requires %zu bytes, maximum size is %zu"
msgstr "Indexzeile benötigt %zu Bytes, Maximalgröße ist %zu"

#: access/common/printtup.c:292 commands/explain_dr.c:94 tcop/fastpath.c:106
#: tcop/fastpath.c:453 tcop/postgres.c:1951
#, c-format
msgid "unsupported format code: %d"
msgstr "nicht unterstützter Formatcode: %d"

#: access/common/reloptions.c:530 access/common/reloptions.c:541
msgid "Valid values are \"on\", \"off\", and \"auto\"."
msgstr "Gültige Werte sind »on«, »off« und »auto«."

#: access/common/reloptions.c:552
msgid "Valid values are \"local\" and \"cascaded\"."
msgstr "Gültige Werte sind »local« und »cascaded«."

#: access/common/reloptions.c:700
#, c-format
msgid "user-defined relation parameter types limit exceeded"
msgstr "Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten"

#: access/common/reloptions.c:1242
#, c-format
msgid "RESET must not include values for parameters"
msgstr "RESET darf keinen Parameterwert enthalten"

#: access/common/reloptions.c:1275
#, c-format
msgid "unrecognized parameter namespace \"%s\""
msgstr "unbekannter Parameter-Namensraum »%s«"

#: access/common/reloptions.c:1305 commands/foreigncmds.c:86
#, c-format
msgid "invalid option name \"%s\": must not contain \"=\""
msgstr "ungültiger Optionsname »%s«: darf nicht »=« enthalten"

#: access/common/reloptions.c:1320 commands/variable.c:1240
#, c-format
msgid "tables declared WITH OIDS are not supported"
msgstr "Tabellen mit WITH OIDS werden nicht unterstützt"

#: access/common/reloptions.c:1488
#, c-format
msgid "unrecognized parameter \"%s\""
msgstr "unbekannter Parameter »%s«"

#: access/common/reloptions.c:1600
#, c-format
msgid "parameter \"%s\" specified more than once"
msgstr "Parameter »%s« mehrmals angegeben"

#: access/common/reloptions.c:1616
#, c-format
msgid "invalid value for boolean option \"%s\": %s"
msgstr "ungültiger Wert für Boole’sche Option »%s«: »%s«"

#: access/common/reloptions.c:1628
#, c-format
msgid "invalid value for integer option \"%s\": %s"
msgstr "ungültiger Wert für ganzzahlige Option »%s«: »%s«"

#: access/common/reloptions.c:1634 access/common/reloptions.c:1654
#, c-format
msgid "value %s out of bounds for option \"%s\""
msgstr "Wert %s ist außerhalb des gültigen Bereichs für Option »%s«"

#: access/common/reloptions.c:1636
#, c-format
msgid "Valid values are between \"%d\" and \"%d\"."
msgstr "Gültige Werte sind zwischen »%d« und »%d«."

#: access/common/reloptions.c:1648
#, c-format
msgid "invalid value for floating point option \"%s\": %s"
msgstr "ungültiger Wert für Gleitkommaoption »%s«: »%s«"

#: access/common/reloptions.c:1656
#, c-format
msgid "Valid values are between \"%f\" and \"%f\"."
msgstr "Gültige Werte sind zwischen »%f« und »%f«."

#: access/common/reloptions.c:1678
#, c-format
msgid "invalid value for enum option \"%s\": %s"
msgstr "ungültiger Wert für Enum-Option »%s«: »%s«"

#: access/common/reloptions.c:2025
#, c-format
msgid "cannot specify storage parameters for a partitioned table"
msgstr "für eine partitionierte Tabelle können keine Storage-Parameter angegeben werden"

#: access/common/reloptions.c:2026
#, c-format
msgid "Specify storage parameters for its leaf partitions instead."
msgstr "Geben Sie Storage-Parameter stattdessen für ihre Blattpartitionen an."

#: access/common/toast_compression.c:31
#, c-format
msgid "compression method lz4 not supported"
msgstr "Komprimierungsmethode lz4 nicht unterstützt"

#: access/common/toast_compression.c:32
#, c-format
msgid "This functionality requires the server to be built with lz4 support."
msgstr "Diese Funktionalität verlangt, dass der Server mit lz4-Unterstützung gebaut wird."

#: access/gin/ginbulk.c:44
#, c-format
msgid "posting list is too long"
msgstr "Posting-Liste ist zu lang"

#: access/gin/ginbulk.c:45
#, c-format
msgid "Reduce \"maintenance_work_mem\"."
msgstr "Reduzieren Sie »maintenance_work_mem«."

#: access/gin/ginfast.c:1041
#, c-format
msgid "GIN pending list cannot be cleaned up during recovery."
msgstr "GIN-Pending-Liste kann nicht während der Wiederherstellung aufgeräumt werden."

#: access/gin/ginfast.c:1048
#, c-format
msgid "\"%s\" is not a GIN index"
msgstr "»%s« ist kein GIN-Index"

#: access/gin/ginfast.c:1059
#, c-format
msgid "cannot access temporary indexes of other sessions"
msgstr "auf temporäre Indexe anderer Sitzungen kann nicht zugegriffen werden"

#: access/gin/ginget.c:271 access/nbtree/nbtinsert.c:762
#, c-format
msgid "failed to re-find tuple within index \"%s\""
msgstr "konnte Tupel mit Index »%s« nicht erneut finden"

#: access/gin/gininsert.c:1310 access/gin/ginutil.c:152
#: executor/execExpr.c:2244 utils/adt/array_userfuncs.c:1972
#: utils/adt/arrayfuncs.c:4034 utils/adt/arrayfuncs.c:6732
#: utils/adt/rowtypes.c:974 utils/sort/tuplesortvariants.c:646
#, c-format
msgid "could not identify a comparison function for type %s"
msgstr "konnte keine Vergleichsfunktion für Typ %s ermitteln"

#: access/gin/ginscan.c:480
#, c-format
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"

#: access/gin/ginscan.c:481
#, c-format
msgid "To fix this, do REINDEX INDEX \"%s\"."
msgstr "Um das zu reparieren, führen Sie REINDEX INDEX \"%s\" aus."

#: access/gin/ginvalidate.c:83 access/gist/gistvalidate.c:84
#: access/hash/hashvalidate.c:89 access/spgist/spgvalidate.c:94
#, c-format
msgid "operator family \"%s\" of access method %s contains support function %s with different left and right input types"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält Support-Funktion %s mit unterschiedlichen linken und rechten Eingabetypen"

#: access/gin/ginvalidate.c:251
#, c-format
msgid "operator class \"%s\" of access method %s is missing support function %d or %d"
msgstr "in Operatorklasse »%s« für Zugriffsmethode %s fehlt Support-Funktion %d oder %d"

#: access/gin/ginvalidate.c:323 access/gist/gistvalidate.c:348
#: access/spgist/spgvalidate.c:378
#, c-format
msgid "support function number %d is invalid for access method %s"
msgstr "Support-Funktionsnummer %d ist ungültig für Zugriffsmethode %s"

#: access/gist/gist.c:765 access/gist/gistvacuum.c:463
#, c-format
msgid "index \"%s\" contains an inner tuple marked as invalid"
msgstr "Index »%s« enthält ein inneres Tupel, das als ungültig markiert ist"

#: access/gist/gist.c:767 access/gist/gistvacuum.c:465
#, c-format
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/gist.c:768 access/gist/gistutil.c:801 access/gist/gistutil.c:812
#: access/gist/gistvacuum.c:466 access/hash/hashutil.c:226
#: access/hash/hashutil.c:237 access/hash/hashutil.c:249
#: access/hash/hashutil.c:270 access/nbtree/nbtpage.c:813
#: access/nbtree/nbtpage.c:824
#, c-format
msgid "Please REINDEX it."
msgstr "Bitte führen Sie REINDEX für den Index aus."

#: access/gist/gist.c:1208
#, c-format
msgid "fixing incomplete split in index \"%s\", block %u"
msgstr "repariere unvollständiges Teilen in Index »%s«, Block %u"

#: access/gist/gistsplit.c:446
#, c-format
msgid "picksplit method for column %d of index \"%s\" failed"
msgstr "Picksplit-Methode für Spalte %d von Index »%s« fehlgeschlagen"

#: access/gist/gistsplit.c:448
#, c-format
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."

#: access/gist/gistutil.c:798 access/hash/hashutil.c:223
#: access/nbtree/nbtpage.c:810
#, c-format
msgid "index \"%s\" contains unexpected zero page at block %u"
msgstr "Index »%s« enthält unerwartete Nullseite bei Block %u"

#: access/gist/gistutil.c:809 access/hash/hashutil.c:234
#: access/hash/hashutil.c:246 access/nbtree/nbtpage.c:821
#, c-format
msgid "index \"%s\" contains corrupted page at block %u"
msgstr "Index »%s« enthält korrupte Seite bei Block %u"

#: access/gist/gistvalidate.c:200
#, c-format
msgid "operator family \"%s\" of access method %s contains unsupported ORDER BY specification for operator %s"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält nicht unterstützte ORDER-BY-Angabe für Operator %s"

#: access/gist/gistvalidate.c:211
#, c-format
msgid "operator family \"%s\" of access method %s contains incorrect ORDER BY opfamily specification for operator %s"
msgstr "Operatorfamilie »%s« für Zugriffsmethode %s enthält ungültige ORDER-BY-Operatorfamilienangabe für Operator %s"

#: access/hash/hashfunc.c:280 access/hash/hashfunc.c:335
#: utils/adt/varchar.c:1000 utils/adt/varchar.c:1056
#, c-format
msgid "could not determine which collation to use for string hashing"
msgstr "konnte die für das Zeichenketten-Hashing zu verwendende Sortierfolge nicht bestimmen"

#: access/hash/hashfunc.c:281 access/hash/hashfunc.c:336 catalog/heap.c:702
#: catalog/heap.c:708 commands/createas.c:203 commands/createas.c:515
#: commands/indexcmds.c:2092 commands/tablecmds.c:19999 commands/view.c:80
#: regex/regc_pg_locale.c:242 utils/adt/formatting.c:1657
#: utils/adt/formatting.c:1721 utils/adt/formatting.c:1785
#: utils/adt/formatting.c:1849 utils/adt/like.c:163 utils/adt/like.c:194
#: utils/adt/like_support.c:1020 utils/adt/varchar.c:738
#: utils/adt/varchar.c:1001 utils/adt/varchar.c:1057 utils/adt/varlena.c:1648
#, c-format
msgid "Use the COLLATE clause to set the collation explicitly."
msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."

#: access/hash/hashinsert.c:84
#, c-format
msgid "index row size %zu exceeds hash maximum %zu"
msgstr "Größe der Indexzeile %zu überschreitet Maximum für Hash-Index %zu"

#: access/hash/hashinsert.c:86 access/spgist/spgdoinsert.c:2005
#: access/spgist/spgdoinsert.c:2282 access/spgist/spgutils.c:1039
#, c-format
msgid "Values larger than a buffer page cannot be indexed."
msgstr "Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."

#: access/hash/hashovfl.c:88
#, c-format
msgid "invalid overflow block number %u"
msgstr "ungültige Überlaufblocknummer %u"

#: access/hash/hashovfl.c:284 access/hash/hashpage.c:454
#, c-format
msgid "out of overflow pages in hash index \"%s\""
msgstr "keine Überlaufseiten in Hash-Index »%s« mehr"

#: access/hash/hashsearch.c:313
#, c-format
msgid "hash indexes do not support whole-index scans"
msgstr "Hash-Indexe unterstützen keine Scans des ganzen Index"

#: access/hash/hashutil.c:262
#, c-format
msgid "index \"%s\" is not a hash index"
msgstr "Index »%s« ist kein Hash-Index"

#: access/hash/hashutil.c:268
#, c-format
msgid "index \"%s\" has wrong hash version"
msgstr "Index »%s« hat falsche Hash-Version"

#: access/hash/hashvalidate.c:188
#, c-format
msgid "operator family \"%s\" of access method %s lacks support function for operator %s"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlt Support-Funktion für Operator %s"

#: access/hash/hashvalidate.c:246 access/nbtree/nbtvalidate.c:272
#, c-format
msgid "operator family \"%s\" of access method %s is missing cross-type operator(s)"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlen typübergreifende Operatoren"

#: access/heap/heapam.c:2283
#, c-format
msgid "cannot insert tuples in a parallel worker"
msgstr "in einem parallelen Arbeitsprozess können keine Tupel eingefügt werden"

#: access/heap/heapam.c:2806
#, c-format
msgid "cannot delete tuples during a parallel operation"
msgstr "während einer parallelen Operation können keine Tupel gelöscht werden"

#: access/heap/heapam.c:2853
#, c-format
msgid "attempted to delete invisible tuple"
msgstr "Versuch ein unsichtbares Tupel zu löschen"

#: access/heap/heapam.c:3303 access/index/genam.c:829
#, c-format
msgid "cannot update tuples during a parallel operation"
msgstr "während einer parallelen Operation können keine Tupel aktualisiert werden"

#: access/heap/heapam.c:3480
#, c-format
msgid "attempted to update invisible tuple"
msgstr "Versuch ein unsichtbares Tupel zu aktualisieren"

#: access/heap/heapam.c:4993 access/heap/heapam.c:5031
#: access/heap/heapam.c:5298 access/heap/heapam_handler.c:470
#, c-format
msgid "could not obtain lock on row in relation \"%s\""
msgstr "konnte Sperre für Zeile in Relation »%s« nicht setzen"

#: access/heap/heapam.c:6425 commands/trigger.c:3401
#: executor/nodeModifyTable.c:2568 executor/nodeModifyTable.c:2658
#, c-format
msgid "tuple to be updated was already modified by an operation triggered by the current command"
msgstr "das zu aktualisierende Tupel wurde schon durch eine vom aktuellen Befehl ausgelöste Operation verändert"

#: access/heap/heapam_handler.c:415
#, c-format
msgid "tuple to be locked was already moved to another partition due to concurrent update"
msgstr "das zu sperrende Tupel wurde schon durch ein gleichzeitiges Update in eine andere Partition verschoben"

#: access/heap/hio.c:535 access/heap/rewriteheap.c:640
#, c-format
msgid "row is too big: size %zu, maximum size %zu"
msgstr "Zeile ist zu groß: Größe ist %zu, Maximalgröße ist %zu"

#: access/heap/rewriteheap.c:885
#, c-format
msgid "could not write to file \"%s\", wrote %d of %d: %m"
msgstr "konnte nicht in Datei »%s« schreiben, %d von %d geschrieben: %m"

#: access/heap/rewriteheap.c:977 access/heap/rewriteheap.c:1094
#: access/transam/timeline.c:329 access/transam/timeline.c:481
#: access/transam/xlog.c:3239 access/transam/xlog.c:3447
#: access/transam/xlog.c:4311 access/transam/xlog.c:9329
#: access/transam/xlogfuncs.c:693 backup/basebackup_server.c:149
#: backup/basebackup_server.c:242 commands/dbcommands.c:495
#: postmaster/launch_backend.c:354 postmaster/postmaster.c:4074
#: postmaster/walsummarizer.c:1216 replication/logical/origin.c:626
#: replication/slot.c:2360 storage/file/copydir.c:173
#: storage/file/copydir.c:261 storage/smgr/md.c:252 utils/time/snapmgr.c:1252
#, c-format
msgid "could not create file \"%s\": %m"
msgstr "konnte Datei »%s« nicht erstellen: %m"

#: access/heap/rewriteheap.c:1104
#, c-format
msgid "could not truncate file \"%s\" to %u: %m"
msgstr "konnte Datei »%s« nicht auf %u kürzen: %m"

#: access/heap/rewriteheap.c:1122 access/transam/timeline.c:384
#: access/transam/timeline.c:424 access/transam/timeline.c:498
#: access/transam/xlog.c:3300 access/transam/xlog.c:3503
#: access/transam/xlog.c:4323 commands/dbcommands.c:507
#: postmaster/launch_backend.c:365 postmaster/launch_backend.c:377
#: replication/logical/origin.c:638 replication/logical/origin.c:680
#: replication/logical/origin.c:699 replication/logical/snapbuild.c:1665
#: replication/slot.c:2396 storage/file/buffile.c:545
#: storage/file/copydir.c:213 utils/init/miscinit.c:1661
#: utils/init/miscinit.c:1672 utils/init/miscinit.c:1680 utils/misc/guc.c:4488
#: utils/misc/guc.c:4519 utils/misc/guc.c:5678 utils/misc/guc.c:5696
#: utils/time/snapmgr.c:1257 utils/time/snapmgr.c:1264
#, c-format
msgid "could not write to file \"%s\": %m"
msgstr "konnte nicht in Datei »%s« schreiben: %m"

#: access/heap/vacuumlazy.c:815
#, c-format
msgid "aggressively vacuuming \"%s.%s.%s\""
msgstr "aggressives Vacuum von »%s.%s.%s«"

#: access/heap/vacuumlazy.c:820
#, c-format
msgid "vacuuming \"%s.%s.%s\""
msgstr "Vacuum von »%s.%s.%s«"

#: access/heap/vacuumlazy.c:988
#, c-format
msgid "finished vacuuming \"%s.%s.%s\": index scans: %d\n"
msgstr "beende Vacuum der Tabelle »%s.%s.%s«: Index-Scans: %d\n"

#: access/heap/vacuumlazy.c:999
#, c-format
msgid "automatic aggressive vacuum to prevent wraparound of table \"%s.%s.%s\": index scans: %d\n"
msgstr "automatisches aggressives Vacuum um Überlauf zu verhindern in der Tabelle »%s.%s.%s«: Index-Scans: %d\n"

#: access/heap/vacuumlazy.c:1001
#, c-format
msgid "automatic vacuum to prevent wraparound of table \"%s.%s.%s\": index scans: %d\n"
msgstr "automatisches Vacuum um Überlauf zu verhindern in der Tabelle »%s.%s.%s«: Index-Scans: %d\n"

#: access/heap/vacuumlazy.c:1006
#, c-format
msgid "automatic aggressive vacuum of table \"%s.%s.%s\": index scans: %d\n"
msgstr "automatisches aggressives Vacuum der Tabelle »%s.%s.%s«: Index-Scans: %d\n"

#: access/heap/vacuumlazy.c:1008
#, c-format
msgid "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
msgstr "automatisches Vacuum der Tabelle »%s.%s.%s«: Index-Scans: %d\n"

#: access/heap/vacuumlazy.c:1015
#, c-format
msgid "pages: %u removed, %u remain, %u scanned (%.2f%% of total), %u eagerly scanned\n"
msgstr "Seiten: %u entfernt, %u verbleiben, %u gescannt (%.2f%% der Gesamtzahl), %u mit Eager Scan gelesen\n"

#: access/heap/vacuumlazy.c:1024
#, c-format
msgid "tuples: %<PRId64> removed, %<PRId64> remain, %<PRId64> are dead but not yet removable\n"
msgstr "Tupel: %<PRId64> entfernt, %<PRId64> verbleiben, %<PRId64> sind tot aber noch nicht entfernbar\n"

#: access/heap/vacuumlazy.c:1030
#, c-format
msgid "tuples missed: %<PRId64> dead from %u pages not removed due to cleanup lock contention\n"
msgstr "verpasste Tupel: %<PRId64> tot von %u Seiten nicht entfernt wegen Cleanup-Lock-Konflikt\n"

#: access/heap/vacuumlazy.c:1036
#, c-format
msgid "removable cutoff: %u, which was %d XIDs old when operation ended\n"
msgstr "entfernbare Obergrenze: %u, was %d XIDs alt war als die Operation endete\n"

#: access/heap/vacuumlazy.c:1043
#, c-format
msgid "new relfrozenxid: %u, which is %d XIDs ahead of previous value\n"
msgstr "neue relfrozenxid: %u, was %d XIDs vor dem vorherigen Wert ist\n"

#: access/heap/vacuumlazy.c:1051
#, c-format
msgid "new relminmxid: %u, which is %d MXIDs ahead of previous value\n"
msgstr "neue relminmxid: %u, was %d MXIDs vor dem vorherigen Wert ist\n"

#: access/heap/vacuumlazy.c:1054
#, c-format
msgid "frozen: %u pages from table (%.2f%% of total) had %<PRId64> tuples frozen\n"
msgstr "eingefroren: in %u Seiten der Tabelle (%.2f%% der Gesamtzahl) wurden %<PRId64> Tupel eingefroren\n"

#: access/heap/vacuumlazy.c:1062
#, c-format
msgid "visibility map: %u pages set all-visible, %u pages set all-frozen (%u were all-visible)\n"
msgstr "Visibility-Map: %u Seiten auf all-visible gesetzt, %u Seiten auf all-frozen gesetzt (%u waren all-visible)\n"

#: access/heap/vacuumlazy.c:1070
msgid "index scan not needed: "
msgstr "Index-Scan nicht benötigt: "

#: access/heap/vacuumlazy.c:1072
msgid "index scan needed: "
msgstr "Index-Scan benötigt: "

#: access/heap/vacuumlazy.c:1074
#, c-format
msgid "%u pages from table (%.2f%% of total) had %<PRId64> dead item identifiers removed\n"
msgstr "in %u Seiten der Tabelle (%.2f%% der Gesamtzahl) wurden %<PRId64> tote Item-Bezeichner entfernt\n"

#: access/heap/vacuumlazy.c:1079
msgid "index scan bypassed: "
msgstr "Index-Scan umgangen: "

#: access/heap/vacuumlazy.c:1081
msgid "index scan bypassed by failsafe: "
msgstr "Index-Scan umgangen durch Ausfallsicherung: "

#: access/heap/vacuumlazy.c:1083
#, c-format
msgid "%u pages from table (%.2f%% of total) have %<PRId64> dead item identifiers\n"
msgstr "%u Seiten der Tabelle (%.2f%% der Gesamtzahl) haben %<PRId64> tote Item-Bezeichner\n"

#: access/heap/vacuumlazy.c:1098
#, c-format
msgid "index \"%s\": pages: %u in total, %u newly deleted, %u currently deleted, %u reusable\n"
msgstr "Index »%s«: Seiten: %u gesamt, %u neu gelöscht, %u gegenwärtig gelöscht, %u wiederverwendbar\n"

#: access/heap/vacuumlazy.c:1113 commands/analyze.c:817
#, c-format
msgid "delay time: %.3f ms\n"
msgstr "Verzögerungszeit: %.3f ms\n"

#: access/heap/vacuumlazy.c:1121 commands/analyze.c:825
#, c-format
msgid "I/O timings: read: %.3f ms, write: %.3f ms\n"
msgstr "I/O-Zeitmessungen: Lesen: %.3f ms, Schreiben: %.3f ms\n"

#: access/heap/vacuumlazy.c:1131 commands/analyze.c:828
#, c-format
msgid "avg read rate: %.3f MB/s, avg write rate: %.3f MB/s\n"
msgstr "durchschn. Leserate: %.3f MB/s, durchschn. Schreibrate: %.3f MB/s\n"

#: access/heap/vacuumlazy.c:1134 commands/analyze.c:830
#, c-format
msgid "buffer usage: %<PRId64> hits, %<PRId64> reads, %<PRId64> dirtied\n"
msgstr "Puffer-Verwendung: %<PRId64> Treffer, %<PRId64> Verfehlen, %<PRId64> geändert\n"

#: access/heap/vacuumlazy.c:1139 commands/analyze.c:835
#, c-format
msgid "WAL usage: %<PRId64> records, %<PRId64> full page images, %<PRIu64> bytes, %<PRId64> buffers full\n"
msgstr "WAL-Benutzung: %<PRId64> Einträge, %<PRId64> Full Page Images, %<PRIu64> Bytes, %<PRId64> Puffer voll\n"

#: access/heap/vacuumlazy.c:1144 commands/analyze.c:840
#, c-format
msgid "system usage: %s"
msgstr "Systembenutzung: %s"

#: access/heap/vacuumlazy.c:1432
#, c-format
msgid "disabling eager scanning after freezing %u eagerly scanned blocks of relation \"%s.%s.%s\""
msgstr "Eager Scanning wird deaktiviert, nachdem %u mit Eager Scanning gelesene Blöcke von Relation »%s.%s.%s« eingefroren wurden"

#: access/heap/vacuumlazy.c:2821
#, c-format
msgid "table \"%s\": removed %<PRId64> dead item identifiers in %u pages"
msgstr "Tabelle »%s«: %<PRId64> tote Item-Bezeichner in %u Seiten entfernt"

#: access/heap/vacuumlazy.c:2982
#, c-format
msgid "bypassing nonessential maintenance of table \"%s.%s.%s\" as a failsafe after %d index scans"
msgstr "umgehe nicht essentielle Wartung der Tabelle »%s.%s.%s« als Ausfallsicherung nach %d Index-Scans"

#: access/heap/vacuumlazy.c:2985
#, c-format
msgid "The table's relfrozenxid or relminmxid is too far in the past."
msgstr "relfrozenxid oder relminmxid der Tabelle ist zu weit in der Vergangenheit."

#: access/heap/vacuumlazy.c:2986
#, c-format
msgid ""
"Consider increasing configuration parameter \"maintenance_work_mem\" or \"autovacuum_work_mem\".\n"
"You might also need to consider other ways for VACUUM to keep up with the allocation of transaction IDs."
msgstr ""
"Erhöhen Sie eventuell die Konfigurationsparameter »maintenance_work_mem« oder »autovacuum_work_mem«.\n"
"Sie müssen möglicherweise auch andere Wege in Betracht ziehen, wie VACUUM mit der Benutzung von Transaktions-IDs mithalten kann."

#: access/heap/vacuumlazy.c:3248
#, c-format
msgid "\"%s\": stopping truncate due to conflicting lock request"
msgstr "»%s«: Truncate wird gestoppt wegen Sperrkonflikt"

#: access/heap/vacuumlazy.c:3318
#, c-format
msgid "table \"%s\": truncated %u to %u pages"
msgstr "Tabelle »%s«: von %u auf %u Seiten verkürzt"

#: access/heap/vacuumlazy.c:3380
#, c-format
msgid "table \"%s\": suspending truncate due to conflicting lock request"
msgstr "Tabelle »%s«: Truncate wird ausgesetzt wegen Sperrkonflikt"

#: access/heap/vacuumlazy.c:3499
#, c-format
msgid "disabling parallel option of vacuum on \"%s\" --- cannot vacuum temporary tables in parallel"
msgstr "Paralleloption für Vacuum von »%s« wird deaktiviert --- Vacuum in temporären Tabellen kann nicht parallel ausgeführt werden"

#: access/heap/vacuumlazy.c:3768
#, c-format
msgid "while scanning block %u offset %u of relation \"%s.%s\""
msgstr "beim Scannen von Block %u Offset %u von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3771
#, c-format
msgid "while scanning block %u of relation \"%s.%s\""
msgstr "beim Scannen von Block %u von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3775
#, c-format
msgid "while scanning relation \"%s.%s\""
msgstr "beim Scannen von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3783
#, c-format
msgid "while vacuuming block %u offset %u of relation \"%s.%s\""
msgstr "beim Vacuum von Block %u Offset %u von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3786
#, c-format
msgid "while vacuuming block %u of relation \"%s.%s\""
msgstr "beim Vacuum von Block %u von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3790
#, c-format
msgid "while vacuuming relation \"%s.%s\""
msgstr "beim Vacuum von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3795 commands/vacuumparallel.c:1126
#, c-format
msgid "while vacuuming index \"%s\" of relation \"%s.%s\""
msgstr "beim Vacuum von Index »%s« von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3800 commands/vacuumparallel.c:1132
#, c-format
msgid "while cleaning up index \"%s\" of relation \"%s.%s\""
msgstr "beim Säubern von Index »%s« von Relation »%s.%s«"

#: access/heap/vacuumlazy.c:3806
#, c-format
msgid "while truncating relation \"%s.%s\" to %u blocks"
msgstr "beim Trunkieren von Relation »%s.%s« auf %u Blöcke"

#: access/index/amapi.c:83 commands/amcmds.c:143
#, c-format
msgid "access method \"%s\" is not of type %s"
msgstr "Zugriffsmethode »%s« ist nicht vom Typ %s"

#: access/index/amapi.c:99
#, c-format
msgid "index access method \"%s\" does not have a handler"
msgstr "Indexzugriffsmethode »%s« hat keinen Handler"

#: access/index/genam.c:498
#, c-format
msgid "transaction aborted during system catalog scan"
msgstr "Transaktion während eines Systemkatalog-Scans abgebrochen"

#: access/index/genam.c:663 access/index/indexam.c:82
#, c-format
msgid "cannot access index \"%s\" while it is being reindexed"
msgstr "auf Index »%s« kann nicht zugegriffen werden, während er reindiziert wird"

#: access/index/indexam.c:203 catalog/objectaddress.c:1361
#: commands/indexcmds.c:3018 commands/tablecmds.c:284 commands/tablecmds.c:308
#: commands/tablecmds.c:19678 commands/tablecmds.c:21620
#, c-format
msgid "\"%s\" is not an index"
msgstr "»%s« ist kein Index"

#: access/index/indexam.c:1075
#, c-format
msgid "operator class %s has no options"
msgstr "Operatorklasse %s hat keine Optionen"

#: access/nbtree/nbtinsert.c:668
#, c-format
msgid "duplicate key value violates unique constraint \"%s\""
msgstr "doppelter Schlüsselwert verletzt Unique-Constraint »%s«"

#: access/nbtree/nbtinsert.c:670
#, c-format
msgid "Key %s already exists."
msgstr "Schlüssel »%s« existiert bereits."

#: access/nbtree/nbtinsert.c:764
#, c-format
msgid "This may be because of a non-immutable index expression."
msgstr "Das kann daran liegen, dass der Indexausdruck nicht »immutable« ist."

#: access/nbtree/nbtpage.c:157 access/nbtree/nbtpage.c:611
#: parser/parse_utilcmd.c:2508
#, c-format
msgid "index \"%s\" is not a btree"
msgstr "Index »%s« ist kein B-Tree"

#: access/nbtree/nbtpage.c:164 access/nbtree/nbtpage.c:618
#, c-format
msgid "version mismatch in index \"%s\": file version %d, current version %d, minimal supported version %d"
msgstr "keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, aktuelle Version %d, kleinste unterstützte Version %d"

#: access/nbtree/nbtpage.c:1861
#, c-format
msgid "index \"%s\" contains a half-dead internal page"
msgstr "Index »%s« enthält eine halbtote interne Seite"

#: access/nbtree/nbtpage.c:1863
#, c-format
msgid "This can be caused by an interrupted VACUUM in version 9.3 or older, before upgrade. Please REINDEX it."
msgstr "Die Ursache kann ein unterbrochenes VACUUM in Version 9.3 oder älter vor dem Upgrade sein. Bitte REINDEX durchführen."

#: access/nbtree/nbtutils.c:4233
#, c-format
msgid "index row size %zu exceeds btree version %u maximum %zu for index \"%s\""
msgstr "Größe %zu der Indexzeile überschreitet btree-Version %u Maximum %zu für Index »%s«"

#: access/nbtree/nbtutils.c:4238
#, c-format
msgid "Index row references tuple (%u,%u) in relation \"%s\"."
msgstr "Indexzeile verweist auf Tupel (%u,%u) in Relation »%s«."

#: access/nbtree/nbtutils.c:4242
#, c-format
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."
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."

#: access/nbtree/nbtvalidate.c:242
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function for types %s and %s"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlt Support-Funktion für Typen %s und %s"

#: access/sequence/sequence.c:75 access/table/table.c:145
#: optimizer/util/plancat.c:145
#, c-format
msgid "cannot open relation \"%s\""
msgstr "kann Relation »%s« nicht öffnen"

#: access/spgist/spgutils.c:251
#, c-format
msgid "compress method must be defined when leaf type is different from input type"
msgstr "Compress-Methode muss definiert sein, wenn der Leaf-Typ verschieden vom Eingabetyp ist"

#: access/spgist/spgutils.c:1036
#, c-format
msgid "SP-GiST inner tuple size %zu exceeds maximum %zu"
msgstr "innere Tupelgröße %zu überschreitet SP-GiST-Maximum %zu"

#: access/spgist/spgvalidate.c:128
#, c-format
msgid "SP-GiST leaf data type %s does not match declared type %s"
msgstr "SP-GiST-Leaf-Datentyp %s stimmt nicht mit deklariertem Typ %s überein"

#: access/spgist/spgvalidate.c:294
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function %d for type %s"
msgstr "in Operatorfamilie »%s« für Zugriffsmethode %s fehlt Support-Funktion %d für Typ %s"

#: access/table/tableam.c:256
#, c-format
msgid "tid (%u, %u) is not valid for relation \"%s\""
msgstr "tid (%u, %u) ist nicht gültig für Relation »%s«"

#: access/table/tableamapi.c:106
#, c-format
msgid "\"%s\" cannot be empty."
msgstr "»%s« kann nicht leer sein."

#: access/table/tableamapi.c:113 access/transam/xlogrecovery.c:4912
#, c-format
msgid "\"%s\" is too long (maximum %d characters)."
msgstr "»%s« ist zu lang (maximal %d Zeichen)."

#: access/table/tableamapi.c:136
#, c-format
msgid "table access method \"%s\" does not exist"
msgstr "Tabellenzugriffsmethode »%s« existiert nicht"

#: access/table/tableamapi.c:141
#, c-format
msgid "Table access method \"%s\" does not exist."
msgstr "Tabellenzugriffsmethode »%s« existiert nicht."

#: access/tablesample/bernoulli.c:148 access/tablesample/system.c:151
#, c-format
msgid "sample percentage must be between 0 and 100"
msgstr "Stichprobenprozentsatz muss zwischen 0 und 100 sein"

#: access/transam/commit_ts.c:287
#, c-format
msgid "cannot retrieve commit timestamp for transaction %u"
msgstr "Commit-Timestamp von Transaktion %u kann nicht abgefragt werden"

#: access/transam/commit_ts.c:385
#, c-format
msgid "could not get commit timestamp data"
msgstr "konnte Commit-Timestamp-Daten nicht auslesen"

#: access/transam/commit_ts.c:387
#, c-format
msgid "Make sure the configuration parameter \"%s\" is set on the primary server."
msgstr "Stellen Sie sicher, dass der Konfigurationsparameter »%s« auf dem Primärserver gesetzt ist."

#: access/transam/commit_ts.c:389
#, c-format
msgid "Make sure the configuration parameter \"%s\" is set."
msgstr "Stellen Sie sicher, dass der Konfigurationsparameter »%s« gesetzt ist."

#: access/transam/multixact.c:1266
#, c-format
msgid "database is not accepting commands that assign new MultiXactIds to avoid wraparound data loss in database \"%s\""
msgstr "Datenbank nimmt keine Befehle an, die neue MultiXactIds zuweisen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"

#: access/transam/multixact.c:1268 access/transam/multixact.c:1275
#: access/transam/multixact.c:1299 access/transam/multixact.c:1308
#: access/transam/varsup.c:158 access/transam/varsup.c:165
#, c-format
msgid ""
"Execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"Führen Sie ein datenbankweites VACUUM in dieser Datenbank aus.\n"
"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen oder unbenutzte Replikations-Slots löschen."

#: access/transam/multixact.c:1273
#, c-format
msgid "database is not accepting commands that assign new MultiXactIds to avoid wraparound data loss in database with OID %u"
msgstr "Datenbank nimmt keine Befehle an, die neue MultiXactIds zuweisen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"

#: access/transam/multixact.c:1294 access/transam/multixact.c:2650
#, c-format
msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used"
msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used"
msgstr[0] "Datenbank »%s« muss gevacuumt werden, bevor %u weitere MultiXactId aufgebraucht ist"
msgstr[1] "Datenbank »%s« muss gevacuumt werden, bevor %u weitere MultiXactIds aufgebraucht sind"

#: access/transam/multixact.c:1303 access/transam/multixact.c:2659
#, c-format
msgid "database with OID %u must be vacuumed before %u more MultiXactId is used"
msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used"
msgstr[0] "Datenbank mit OID %u muss gevacuumt werden, bevor %u weitere MultiXactId aufgebraucht ist"
msgstr[1] "Datenbank mit OID %u muss gevacuumt werden, bevor %u weitere MultiXactIds aufgebraucht sind"

#: access/transam/multixact.c:1367
#, c-format
msgid "multixact \"members\" limit exceeded"
msgstr "Grenzwert für Multixact-»Members« überschritten"

#: access/transam/multixact.c:1368
#, c-format
msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member."
msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members."
msgstr[0] "Dieser Befehl würde eine Multixact mit %u Mitgliedern erzeugen, aber es ist nur genug Platz für %u Mitglied."
msgstr[1] "Dieser Befehl würde eine Multixact mit %u Mitgliedern erzeugen, aber es ist nur genug Platz für %u Mitglieder."

#: access/transam/multixact.c:1373
#, c-format
msgid "Execute a database-wide VACUUM in database with OID %u with reduced \"vacuum_multixact_freeze_min_age\" and \"vacuum_multixact_freeze_table_age\" settings."
msgstr "Führen Sie ein datenbankweites VACUUM in der Datenbank mit OID %u aus, mit reduzierten Einstellungen für »vacuum_multixact_freeze_min_age« und »vacuum_multixact_freeze_table_age«."

#: access/transam/multixact.c:1404
#, c-format
msgid "database with OID %u must be vacuumed before %d more multixact member is used"
msgid_plural "database with OID %u must be vacuumed before %d more multixact members are used"
msgstr[0] "Datenbank mit OID %u muss gevacuumt werden, bevor %d weiteres Multixact-Mitglied aufgebraucht ist"
msgstr[1] "Datenbank mit OID %u muss gevacuumt werden, bevor %d weitere Multixact-Mitglieder aufgebraucht sind"

#: access/transam/multixact.c:1409
#, c-format
msgid "Execute a database-wide VACUUM in that database with reduced \"vacuum_multixact_freeze_min_age\" and \"vacuum_multixact_freeze_table_age\" settings."
msgstr "Führen Sie ein datenbankweites VACUUM in dieser Datenbank aus, mit reduzierten Einstellungen für »vacuum_multixact_freeze_min_age« und »vacuum_multixact_freeze_table_age«."

#: access/transam/multixact.c:1548
#, c-format
msgid "MultiXactId %u does no longer exist -- apparent wraparound"
msgstr "MultiXactId %u existiert nicht mehr -- anscheinender Überlauf"

#: access/transam/multixact.c:1554
#, c-format
msgid "MultiXactId %u has not been created yet -- apparent wraparound"
msgstr "MultiXactId %u wurde noch nicht erzeugt -- anscheinender Überlauf"

#: access/transam/multixact.c:1647
#, c-format
msgid "MultiXact %u has invalid next offset"
msgstr "MultiXact %u hat ungültiges nächstes Offset"

#: access/transam/multixact.c:2655 access/transam/multixact.c:2664
#, c-format
msgid ""
"To avoid MultiXactId assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"Um Scheitern von MultiXactId-Zuweisungen 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 oder unbenutzte Replikations-Slots löschen."

#: access/transam/multixact.c:2947
#, c-format
msgid "MultiXact member wraparound protections are disabled because oldest checkpointed MultiXact %u does not exist on disk"
msgstr "MultiXact-Member-Wraparound-Schutz ist deaktiviert, weil die älteste gecheckpointete MultiXact %u nicht auf der Festplatte existiert"

#: access/transam/multixact.c:2969
#, c-format
msgid "MultiXact member wraparound protections are now enabled"
msgstr "MultiXact-Member-Wraparound-Schutz ist jetzt aktiviert"

#: access/transam/multixact.c:3360
#, c-format
msgid "oldest MultiXact %u not found, earliest MultiXact %u, skipping truncation"
msgstr "älteste MultiXact %u nicht gefunden, älteste ist MultiXact %u, Truncate wird ausgelassen"

#: access/transam/multixact.c:3378
#, c-format
msgid "cannot truncate up to MultiXact %u because it does not exist on disk, skipping truncation"
msgstr "kann nicht bis MultiXact %u trunkieren, weil sie nicht auf der Festplatte existiert, Trunkierung wird ausgelassen"

#: access/transam/multixact.c:3395
#, c-format
msgid "cannot truncate up to MultiXact %u because it has invalid offset, skipping truncation"
msgstr "kann nicht bis MultiXact %u trunkieren, weil es ein ungültiges Offset hat, Trunkierung wird ausgelassen"

#: access/transam/multixact.c:3732
#, c-format
msgid "invalid MultiXactId: %u"
msgstr "ungültige MultiXactId: %u"

#: access/transam/parallel.c:759 access/transam/parallel.c:878
#, c-format
msgid "parallel worker failed to initialize"
msgstr "Initialisierung von parallelem Arbeitsprozess fehlgeschlagen"

#: access/transam/parallel.c:760 access/transam/parallel.c:879
#, c-format
msgid "More details may be available in the server log."
msgstr "Weitere Einzelheiten sind möglicherweise im Serverlog zu finden."

#: access/transam/parallel.c:940
#, c-format
msgid "postmaster exited during a parallel transaction"
msgstr "Postmaster beendete während einer parallelen Transaktion"

#: access/transam/parallel.c:1127
#, c-format
msgid "lost connection to parallel worker"
msgstr "Verbindung mit parallelem Arbeitsprozess verloren"

#: access/transam/parallel.c:1183 access/transam/parallel.c:1185
msgid "parallel worker"
msgstr "paralleler Arbeitsprozess"

#: access/transam/parallel.c:1355 replication/logical/applyparallelworker.c:906
#, c-format
msgid "could not map dynamic shared memory segment"
msgstr "konnte dynamisches Shared-Memory-Segment nicht mappen"

#: access/transam/parallel.c:1360 replication/logical/applyparallelworker.c:912
#, c-format
msgid "invalid magic number in dynamic shared memory segment"
msgstr "ungültige magische Zahl in dynamischem Shared-Memory-Segment"

#: access/transam/rmgr.c:93
#, c-format
msgid "resource manager with ID %d not registered"
msgstr "Resource-Manager mit ID %d nicht registriert"

#: access/transam/rmgr.c:94
#, c-format
msgid "Include the extension module that implements this resource manager in \"shared_preload_libraries\"."
msgstr "Fügen Sie das Erweiterungsmodul, das diesen Resource-Manager implementiert, in »shared_preload_libraries« ein."

#: access/transam/rmgr.c:110
#, c-format
msgid "custom resource manager name is invalid"
msgstr "Custom-Resource-Manager-Name ist ungültig"

#: access/transam/rmgr.c:111
#, c-format
msgid "Provide a non-empty name for the custom resource manager."
msgstr "Geben Sie einen nicht leeren Namen für den Custom-Resource-Manager an."

#: access/transam/rmgr.c:114
#, c-format
msgid "custom resource manager ID %d is out of range"
msgstr "Custom-Resource-Manager-ID %d ist außerhalb des gültigen Bereichs"

#: access/transam/rmgr.c:115
#, c-format
msgid "Provide a custom resource manager ID between %d and %d."
msgstr "Geben Sie eine Custom-Resource-Manager-ID zwischen %d und %d an."

#: access/transam/rmgr.c:120 access/transam/rmgr.c:125
#: access/transam/rmgr.c:137
#, c-format
msgid "failed to register custom resource manager \"%s\" with ID %d"
msgstr "konnte Custom-Resource-Manager »%s« mit ID %d nicht registrieren"

#: access/transam/rmgr.c:121
#, c-format
msgid "Custom resource manager must be registered while initializing modules in \"shared_preload_libraries\"."
msgstr "Custom-Resource-Manager muss beim Initialisieren von Modulen in »shared_preload_libraries« registriert werden."

#: access/transam/rmgr.c:126
#, c-format
msgid "Custom resource manager \"%s\" already registered with the same ID."
msgstr "Custom-Resource-Manager »%s« ist schon mit der gleichen ID registriert."

#: access/transam/rmgr.c:138
#, c-format
msgid "Existing resource manager with ID %d has the same name."
msgstr "Bestehender Resource-Manager mit ID %d hat den gleichen Namen."

#: access/transam/rmgr.c:144
#, c-format
msgid "registered custom resource manager \"%s\" with ID %d"
msgstr "Custom-Resource-Manager »%s« mit ID %d wurde registriert"

#: access/transam/slru.c:361
#, c-format
msgid "\"%s\" must be a multiple of %d."
msgstr "»%s« muss ein Vielfaches von %d sein."

#: access/transam/slru.c:833
#, c-format
msgid "file \"%s\" doesn't exist, reading as zeroes"
msgstr "Datei »%s« existiert nicht, wird als Nullen eingelesen"

#: access/transam/slru.c:1062 access/transam/slru.c:1068
#: access/transam/slru.c:1076 access/transam/slru.c:1081
#: access/transam/slru.c:1088 access/transam/slru.c:1093
#: access/transam/slru.c:1100 access/transam/slru.c:1107
#, c-format
msgid "could not access status of transaction %u"
msgstr "konnte auf den Status von Transaktion %u nicht zugreifen"

#: access/transam/slru.c:1063
#, c-format
msgid "Could not open file \"%s\": %m."
msgstr "Konnte Datei »%s« nicht öffnen: %m."

#: access/transam/slru.c:1069
#, c-format
msgid "Could not seek in file \"%s\" to offset %d: %m."
msgstr "Konnte Positionszeiger in Datei »%s« nicht auf %d setzen: %m."

#: access/transam/slru.c:1077
#, c-format
msgid "Could not read from file \"%s\" at offset %d: %m."
msgstr "Konnte nicht aus Datei »%s« bei Position %d lesen: %m."

#: access/transam/slru.c:1082
#, c-format
msgid "Could not read from file \"%s\" at offset %d: read too few bytes."
msgstr "Konnte nicht aus Datei »%s« bei Position %d lesen: zu wenige Bytes gelesen."

#: access/transam/slru.c:1089
#, c-format
msgid "Could not write to file \"%s\" at offset %d: %m."
msgstr "Konnte nicht in Datei »%s« bei Position %d schreiben: %m."

#: access/transam/slru.c:1094
#, c-format
msgid "Could not write to file \"%s\" at offset %d: wrote too few bytes."
msgstr "Konnte nicht in Datei »%s« bei Position %d schreiben: zu wenige Bytes geschrieben."

#: access/transam/slru.c:1101
#, c-format
msgid "Could not fsync file \"%s\": %m."
msgstr "Konnte Datei »%s« nicht fsyncen: %m."

#: access/transam/slru.c:1108
#, c-format
msgid "Could not close file \"%s\": %m."
msgstr "Konnte Datei »%s« nicht schließen: %m."

#: access/transam/slru.c:1434
#, c-format
msgid "could not truncate directory \"%s\": apparent wraparound"
msgstr "konnte Verzeichnis »%s« nicht leeren: anscheinender Überlauf"

#: access/transam/timeline.c:163 access/transam/timeline.c:168
#, c-format
msgid "syntax error in history file: %s"
msgstr "Syntaxfehler in History-Datei: %s"

#: access/transam/timeline.c:164
#, c-format
msgid "Expected a numeric timeline ID."
msgstr "Eine numerische Zeitleisten-ID wurde erwartet."

#: access/transam/timeline.c:169
#, c-format
msgid "Expected a write-ahead log switchpoint location."
msgstr "Eine Write-Ahead-Log-Switchpoint-Position wurde erwartet."

#: access/transam/timeline.c:173
#, c-format
msgid "invalid data in history file: %s"
msgstr "ungültige Daten in History-Datei: %s"

#: access/transam/timeline.c:174
#, c-format
msgid "Timeline IDs must be in increasing sequence."
msgstr "Zeitleisten-IDs müssen in aufsteigender Folge sein."

#: access/transam/timeline.c:194
#, c-format
msgid "invalid data in history file \"%s\""
msgstr "ungültige Daten in History-Datei »%s«"

#: access/transam/timeline.c:195
#, c-format
msgid "Timeline IDs must be less than child timeline's ID."
msgstr "Zeitleisten-IDs müssen kleiner als die Zeitleisten-ID des Kindes sein."

#: access/transam/timeline.c:589
#, c-format
msgid "requested timeline %u is not in this server's history"
msgstr "angeforderte Zeitleiste %u ist nicht in der History dieses Servers"

#: access/transam/twophase.c:368
#, c-format
msgid "transaction identifier \"%s\" is too long"
msgstr "Transaktionsbezeichner »%s« ist zu lang"

#: access/transam/twophase.c:375
#, c-format
msgid "prepared transactions are disabled"
msgstr "vorbereitete Transaktionen sind abgeschaltet"

#: access/transam/twophase.c:376
#, c-format
msgid "Set \"max_prepared_transactions\" to a nonzero value."
msgstr "Setzen Sie »max_prepared_transactions« auf einen Wert höher als null."

#: access/transam/twophase.c:395
#, c-format
msgid "transaction identifier \"%s\" is already in use"
msgstr "Transaktionsbezeichner »%s« wird bereits verwendet"

#: access/transam/twophase.c:404 access/transam/twophase.c:2531
#, c-format
msgid "maximum number of prepared transactions reached"
msgstr "maximale Anzahl vorbereiteter Transaktionen erreicht"

#: access/transam/twophase.c:405 access/transam/twophase.c:2532
#, c-format
msgid "Increase \"max_prepared_transactions\" (currently %d)."
msgstr "Erhöhen Sie »max_prepared_transactions« (aktuell %d)."

#: access/transam/twophase.c:580
#, c-format
msgid "prepared transaction with identifier \"%s\" is busy"
msgstr "vorbereitete Transaktion mit Bezeichner »%s« ist beschäftigt"

#: access/transam/twophase.c:586
#, c-format
msgid "permission denied to finish prepared transaction"
msgstr "keine Berechtigung, um vorbereitete Transaktion abzuschließen"

#: access/transam/twophase.c:587
#, c-format
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."

#: access/transam/twophase.c:598
#, c-format
msgid "prepared transaction belongs to another database"
msgstr "vorbereitete Transaktion gehört zu einer anderen Datenbank"

#: access/transam/twophase.c:599
#, c-format
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:614
#, c-format
msgid "prepared transaction with identifier \"%s\" does not exist"
msgstr "vorbereitete Transaktion mit Bezeichner »%s« existiert nicht"

#: access/transam/twophase.c:1175
#, c-format
msgid "two-phase state file maximum length exceeded"
msgstr "maximale Länge der Zweiphasen-Statusdatei überschritten"

#: access/transam/twophase.c:1330
#, c-format
msgid "incorrect size of file \"%s\": %lld byte"
msgid_plural "incorrect size of file \"%s\": %lld bytes"
msgstr[0] "falsche Größe von Datei »%s«: %lld Byte"
msgstr[1] "falsche Größe von Datei »%s«: %lld Bytes"

#: access/transam/twophase.c:1339
#, c-format
msgid "incorrect alignment of CRC offset for file \"%s\""
msgstr "falsche Ausrichtung des CRC-Offsets für Datei »%s«"

#: access/transam/twophase.c:1357
#, c-format
msgid "could not read file \"%s\": read %d of %lld"
msgstr "konnte Datei »%s« nicht lesen: %d von %lld gelesen"

#: access/transam/twophase.c:1372
#, c-format
msgid "invalid magic number stored in file \"%s\""
msgstr "ungültige magische Zahl in Datei »%s gespeichert«"

#: access/transam/twophase.c:1378
#, c-format
msgid "invalid size stored in file \"%s\""
msgstr "ungültige Größe in Datei »%s« gespeichert"

#: access/transam/twophase.c:1390
#, c-format
msgid "calculated CRC checksum does not match value stored in file \"%s\""
msgstr "berechnete CRC-Prüfsumme stimmt nicht mit dem Wert in Datei »%s« überein"

#: access/transam/twophase.c:1420 access/transam/xlogrecovery.c:572
#: postmaster/walsummarizer.c:940 replication/logical/logical.c:213
#: replication/walsender.c:826
#, c-format
msgid "Failed while allocating a WAL reading processor."
msgstr "Fehlgeschlagen beim Anlegen eines WAL-Leseprozessors."

#: access/transam/twophase.c:1430
#, c-format
msgid "could not read two-phase state from WAL at %X/%X: %s"
msgstr "konnte Zweiphasen-Status nicht aus dem WAL bei %X/%X lesen: %s"

#: access/transam/twophase.c:1435
#, c-format
msgid "could not read two-phase state from WAL at %X/%X"
msgstr "konnte Zweiphasen-Status nicht aus dem WAL bei %X/%X lesen"

#: access/transam/twophase.c:1443
#, c-format
msgid "expected two-phase state data is not present in WAL at %X/%X"
msgstr "erwartete Zweiphasen-Status-Daten sind nicht im WAL bei %X/%X vorhanden"

#: access/transam/twophase.c:1745
#, c-format
msgid "could not recreate file \"%s\": %m"
msgstr "konnte Datei »%s« nicht neu erzeugen: %m"

#: access/transam/twophase.c:1872
#, c-format
msgid "%u two-phase state file was written for a long-running prepared transaction"
msgid_plural "%u two-phase state files were written for long-running prepared transactions"
msgstr[0] "%u Zweiphasen-Statusdatei wurde für eine lange laufende vorbereitete Transaktion geschrieben"
msgstr[1] "%u Zweiphasen-Statusdateien wurden für lange laufende vorbereitete Transaktionen geschrieben"

#: access/transam/twophase.c:2107
#, c-format
msgid "recovering prepared transaction %u from shared memory"
msgstr "Wiederherstellung der vorbereiteten Transaktion %u aus dem Shared Memory"

#: access/transam/twophase.c:2200
#, c-format
msgid "removing stale two-phase state file for transaction %u"
msgstr "entferne abgelaufene Zweiphasen-Statusdatei für Transaktion %u"

#: access/transam/twophase.c:2207
#, c-format
msgid "removing stale two-phase state from memory for transaction %u"
msgstr "entferne abgelaufenen Zweiphasen-Status aus dem Speicher für Transaktion %u"

#: access/transam/twophase.c:2220
#, c-format
msgid "removing future two-phase state file for transaction %u"
msgstr "entferne zukünftige Zweiphasen-Statusdatei für Transaktion %u"

#: access/transam/twophase.c:2227
#, c-format
msgid "removing future two-phase state from memory for transaction %u"
msgstr "entferne zukünftigen Zweiphasen-Status aus dem Speicher für Transaktion %u"

#: access/transam/twophase.c:2252
#, c-format
msgid "corrupted two-phase state file for transaction %u"
msgstr "verfälschte Zweiphasen-Statusdatei für Transaktion %u"

#: access/transam/twophase.c:2257
#, c-format
msgid "corrupted two-phase state in memory for transaction %u"
msgstr "verfälschter Zweiphasen-Status im Speicher für Transaktion %u"

#: access/transam/twophase.c:2514
#, c-format
msgid "could not recover two-phase state file for transaction %u"
msgstr "konnte Zweiphasen-Statusdatei für Transaktion %u nicht wiederherstellen"

#: access/transam/twophase.c:2516
#, c-format
msgid "Two-phase state file has been found in WAL record %X/%X, but this transaction has already been restored from disk."
msgstr "Zweiphasen-Statusdatei wurde in WAL-Eintrag %X/%X gefunden, aber diese Transaktion wurde schon von der Festplatte wiederhergestellt."

#: access/transam/twophase.c:2524 storage/file/fd.c:514 utils/fmgr/dfmgr.c:214
#, c-format
msgid "could not access file \"%s\": %m"
msgstr "konnte nicht auf Datei »%s« zugreifen: %m"

#: access/transam/varsup.c:156
#, c-format
msgid "database is not accepting commands that assign new transaction IDs to avoid wraparound data loss in database \"%s\""
msgstr "Datenbank nimmt keine Befehle an, die neue Transaktions-IDs zuweisen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"

#: access/transam/varsup.c:163
#, c-format
msgid "database is not accepting commands that assign new transaction IDs to avoid wraparound data loss in database with OID %u"
msgstr "Datenbank nimmt keine Befehle an, die neue Transaktions-IDs zuweisen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"

#: access/transam/varsup.c:175 access/transam/varsup.c:490
#, c-format
msgid "database \"%s\" must be vacuumed within %u transactions"
msgstr "Datenbank »%s« muss innerhalb von %u Transaktionen gevacuumt werden"

#: access/transam/varsup.c:178
#, c-format
msgid ""
"To avoid transaction ID assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"Um ein Fehler bei der Zuweisung von Transaktions-IDs 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 oder unbenutzte Replikations-Slots löschen."

#: access/transam/varsup.c:182 access/transam/varsup.c:497
#, 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"

#: access/transam/varsup.c:185 access/transam/varsup.c:493
#: access/transam/varsup.c:500
#, c-format
msgid ""
"To avoid XID assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"Um ein Fehler bei der Zuweisung von XIDs 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 oder unbenutzte Replikations-Slots löschen."

#: access/transam/xact.c:652
#, c-format
msgid "cannot assign transaction IDs during a parallel operation"
msgstr "während einer parallelen Operation können keine Transaktions-IDs zugewiesen werden"

#: access/transam/xact.c:843
#, c-format
msgid "cannot modify data in a parallel worker"
msgstr "in einem parallelen Arbeitsprozess können keine Daten modifiziert werden"

#: access/transam/xact.c:1118
#, c-format
msgid "cannot start commands during a parallel operation"
msgstr "während einer parallelen Operation können keine Befehle gestartet werden"

#: access/transam/xact.c:1126
#, c-format
msgid "cannot have more than 2^32-2 commands in a transaction"
msgstr "kann nicht mehr als 2^32-2 Befehle in einer Transaktion ausführen"

#: access/transam/xact.c:1695
#, c-format
msgid "maximum number of committed subtransactions (%d) exceeded"
msgstr "maximale Anzahl committeter Subtransaktionen (%d) überschritten"

#: access/transam/xact.c:2616
#, c-format
msgid "cannot PREPARE a transaction that has operated on temporary objects"
msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre Objekte bearbeitet hat"

#: access/transam/xact.c:2626
#, c-format
msgid "cannot PREPARE a transaction that has exported snapshots"
msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die Snapshots exportiert hat"

#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3657
#, c-format
msgid "%s cannot run inside a transaction block"
msgstr "%s kann nicht in einem Transaktionsblock laufen"

#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3667
#, c-format
msgid "%s cannot run inside a subtransaction"
msgstr "%s kann nicht in einer Subtransaktion laufen"

#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3677
#, c-format
msgid "%s cannot be executed from a function"
msgstr "%s kann nicht aus einer Funktion ausgeführt werden"

#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3748 access/transam/xact.c:4070
#: access/transam/xact.c:4149 access/transam/xact.c:4272
#: access/transam/xact.c:4423 access/transam/xact.c:4492
#: access/transam/xact.c:4603
#, c-format
msgid "%s can only be used in transaction blocks"
msgstr "%s kann nur in Transaktionsblöcken verwendet werden"

#: access/transam/xact.c:3956
#, c-format
msgid "there is already a transaction in progress"
msgstr "eine Transaktion ist bereits begonnen"

#: access/transam/xact.c:4075 access/transam/xact.c:4154
#: access/transam/xact.c:4277
#, c-format
msgid "there is no transaction in progress"
msgstr "keine Transaktion offen"

#: access/transam/xact.c:4165
#, c-format
msgid "cannot commit during a parallel operation"
msgstr "während einer parallelen Operation kann nicht committet werden"

#: access/transam/xact.c:4288
#, c-format
msgid "cannot abort during a parallel operation"
msgstr "während einer parallelen Operation kann nicht abgebrochen werden"

#: access/transam/xact.c:4387
#, c-format
msgid "cannot define savepoints during a parallel operation"
msgstr "während einer parallelen Operation können keine Sicherungspunkte definiert werden"

#: access/transam/xact.c:4474
#, c-format
msgid "cannot release savepoints during a parallel operation"
msgstr "während einer parallelen Operation können keine Sicherungspunkte freigegeben werden"

#: access/transam/xact.c:4484 access/transam/xact.c:4535
#: access/transam/xact.c:4595 access/transam/xact.c:4644
#, c-format
msgid "savepoint \"%s\" does not exist"
msgstr "Sicherungspunkt »%s« existiert nicht"

#: access/transam/xact.c:4541 access/transam/xact.c:4650
#, c-format
msgid "savepoint \"%s\" does not exist within current savepoint level"
msgstr "Sicherungspunkt »%s« existiert nicht innerhalb der aktuellen Sicherungspunktebene"

#: access/transam/xact.c:4583
#, c-format
msgid "cannot rollback to savepoints during a parallel operation"
msgstr "während einer parallelen Operation kann nicht auf einen Sicherungspunkt zurückgerollt werden"

#: access/transam/xact.c:5438
#, c-format
msgid "cannot have more than 2^32-1 subtransactions in a transaction"
msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben"

#: access/transam/xlog.c:1544
#, c-format
msgid "request to flush past end of generated WAL; request %X/%X, current position %X/%X"
msgstr "Flush hinter das Ende des erzeugten WAL angefordert; Anforderung %X/%X, aktuelle Position %X/%X"

#: access/transam/xlog.c:1771
#, c-format
msgid "cannot read past end of generated WAL: requested %X/%X, current position %X/%X"
msgstr "kann nicht hinter das Ende des erzeugten WAL lesen: Anforderung %X/%X, aktuelle Position %X/%X"

#: access/transam/xlog.c:2218 access/transam/xlog.c:4547
#, c-format
msgid "The WAL segment size must be a power of two between 1 MB and 1 GB."
msgstr "Die WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein."

#: access/transam/xlog.c:2454
#, c-format
msgid "could not write to log file \"%s\" at offset %u, length %zu: %m"
msgstr "konnte nicht in Logdatei »%s« bei Position %u, Länge %zu schreiben: %m"

#: access/transam/xlog.c:3740 access/transam/xlogutils.c:820
#: replication/walsender.c:3097
#, c-format
msgid "requested WAL segment %s has already been removed"
msgstr "das angeforderte WAL-Segment %s wurde schon entfernt"

#: access/transam/xlog.c:4062
#, c-format
msgid "could not rename file \"%s\": %m"
msgstr "konnte Datei »%s« nicht umbenennen: %m"

#: access/transam/xlog.c:4105 access/transam/xlog.c:4116
#: access/transam/xlog.c:4137
#, c-format
msgid "required WAL directory \"%s\" does not exist"
msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht"

#: access/transam/xlog.c:4122 access/transam/xlog.c:4143
#, c-format
msgid "creating missing WAL directory \"%s\""
msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«"

#: access/transam/xlog.c:4126 access/transam/xlog.c:4146
#: commands/dbcommands.c:3302
#, c-format
msgid "could not create missing directory \"%s\": %m"
msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m"

#: access/transam/xlog.c:4213
#, c-format
msgid "could not generate secret authorization token"
msgstr "konnte geheimes Autorisierungstoken nicht erzeugen"

#: access/transam/xlog.c:4391 access/transam/xlog.c:4401
#: access/transam/xlog.c:4427 access/transam/xlog.c:4437
#: access/transam/xlog.c:4447 access/transam/xlog.c:4453
#: access/transam/xlog.c:4463 access/transam/xlog.c:4473
#: access/transam/xlog.c:4483 access/transam/xlog.c:4493
#: access/transam/xlog.c:4503 access/transam/xlog.c:4513
#: access/transam/xlog.c:4525 access/transam/xlog.c:4533
#: utils/init/miscinit.c:1818
#, c-format
msgid "database files are incompatible with server"
msgstr "Datenbankdateien sind inkompatibel mit Server"

#: access/transam/xlog.c:4392
#, c-format
msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert."

#: access/transam/xlog.c:4396
#, c-format
msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen."

#: access/transam/xlog.c:4402
#, c-format
msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d kompiliert."

#: access/transam/xlog.c:4405 access/transam/xlog.c:4433
#: access/transam/xlog.c:4443 access/transam/xlog.c:4449
#, c-format
msgid "It looks like you need to initdb."
msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."

#: access/transam/xlog.c:4417
#, c-format
msgid "incorrect checksum in control file"
msgstr "falsche Prüfsumme in Kontrolldatei"

#. translator: %s is a variable name and %d is its value
#: access/transam/xlog.c:4429 access/transam/xlog.c:4439
#: access/transam/xlog.c:4455 access/transam/xlog.c:4465
#: access/transam/xlog.c:4475 access/transam/xlog.c:4485
#: access/transam/xlog.c:4495 access/transam/xlog.c:4505
#: access/transam/xlog.c:4515
#, c-format
msgid "The database cluster was initialized with %s %d, but the server was compiled with %s %d."
msgstr "Der Datenbank-Cluster wurde mit %s %d initialisiert, aber der Server wurde mit %s %d kompiliert."

#: access/transam/xlog.c:4448
#, c-format
msgid "The database cluster appears to use a different floating-point number format than the server executable."
msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm."

#: access/transam/xlog.c:4459 access/transam/xlog.c:4469
#: access/transam/xlog.c:4479 access/transam/xlog.c:4489
#: access/transam/xlog.c:4499 access/transam/xlog.c:4509
#: access/transam/xlog.c:4519 access/transam/xlog.c:4528
#: access/transam/xlog.c:4536
#, c-format
msgid "It looks like you need to recompile or initdb."
msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."

#: access/transam/xlog.c:4526
#, c-format
msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert."

#: access/transam/xlog.c:4534
#, c-format
msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert."

#: access/transam/xlog.c:4543
#, c-format
msgid "invalid WAL segment size in control file (%d byte)"
msgid_plural "invalid WAL segment size in control file (%d bytes)"
msgstr[0] "ungültige WAL-Segmentgröße in Kontrolldatei (%d Byte)"
msgstr[1] "ungültige WAL-Segmentgröße in Kontrolldatei (%d Bytes)"

#. translator: both %s are GUC names
#: access/transam/xlog.c:4557 access/transam/xlog.c:4563
#, c-format
msgid "\"%s\" must be at least twice \"%s\""
msgstr "»%s« muss mindestens zweimal so groß wie »%s« sein"

#: access/transam/xlog.c:4725 catalog/namespace.c:4699
#: commands/tablespace.c:1210 commands/user.c:2531 commands/variable.c:72
#: replication/slot.c:2768 tcop/postgres.c:3630 utils/error/elog.c:2257
#, c-format
msgid "List syntax is invalid."
msgstr "Die Listensyntax ist ungültig."

#: access/transam/xlog.c:4771 commands/user.c:2547 commands/variable.c:173
#: tcop/postgres.c:3646 utils/error/elog.c:2283
#, c-format
msgid "Unrecognized key word: \"%s\"."
msgstr "Unbekanntes Schlüsselwort: »%s«."

#: access/transam/xlog.c:5194
#, c-format
msgid "could not write bootstrap write-ahead log file: %m"
msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht schreiben: %m"

#: access/transam/xlog.c:5202
#, c-format
msgid "could not fsync bootstrap write-ahead log file: %m"
msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht fsyncen: %m"

#: access/transam/xlog.c:5208
#, c-format
msgid "could not close bootstrap write-ahead log file: %m"
msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht schließen: %m"

#: access/transam/xlog.c:5433
#, c-format
msgid "WAL was generated with \"wal_level=minimal\", cannot continue recovering"
msgstr "WAL wurde mit »wal_level=minimal« erzeugt, Wiederherstellung kann nicht fortgesetzt werden"

#: access/transam/xlog.c:5434
#, c-format
msgid "This happens if you temporarily set \"wal_level=minimal\" on the server."
msgstr "Das passiert, wenn auf dem Server vorübergehend »wal_level=minimal« gesetzt wurde."

#: access/transam/xlog.c:5435
#, c-format
msgid "Use a backup taken after setting \"wal_level\" to higher than \"minimal\"."
msgstr "Verwenden Sie ein Backup, das durchgeführt wurde, nachdem »wal_level« auf höher als »minimal« gesetzt wurde."

#: access/transam/xlog.c:5500
#, c-format
msgid "control file contains invalid checkpoint location"
msgstr "Kontrolldatei enthält ungültige Checkpoint-Position"

#: access/transam/xlog.c:5511
#, c-format
msgid "database system was shut down at %s"
msgstr "Datenbanksystem wurde am %s heruntergefahren"

#: access/transam/xlog.c:5517
#, c-format
msgid "database system was shut down in recovery at %s"
msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"

#: access/transam/xlog.c:5523
#, c-format
msgid "database system shutdown was interrupted; last known up at %s"
msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s"

#: access/transam/xlog.c:5529
#, 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:5531
#, c-format
msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen."

#: access/transam/xlog.c:5537
#, c-format
msgid "database system was interrupted while in recovery at log time %s"
msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen"

#: access/transam/xlog.c:5539
#, c-format
msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen."

#: access/transam/xlog.c:5545
#, 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:5552
#, c-format
msgid "control file contains invalid database cluster state"
msgstr "Kontrolldatei enthält ungültigen Datenbankclusterstatus"

#: access/transam/xlog.c:5940
#, c-format
msgid "WAL ends before end of online backup"
msgstr "WAL endet vor dem Ende der Online-Sicherung"

#: access/transam/xlog.c:5941
#, c-format
msgid "All WAL generated while online backup was taken must be available at recovery."
msgstr "Der komplette WAL, der während der Online-Sicherung erzeugt wurde, muss bei der Wiederherstellung verfügbar sein."

#: access/transam/xlog.c:5945
#, c-format
msgid "WAL ends before consistent recovery point"
msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt"

#: access/transam/xlog.c:5991
#, c-format
msgid "selected new timeline ID: %u"
msgstr "gewählte neue Zeitleisten-ID: %u"

#: access/transam/xlog.c:6024
#, c-format
msgid "archive recovery complete"
msgstr "Wiederherstellung aus Archiv abgeschlossen"

#: access/transam/xlog.c:6653
#, c-format
msgid "shutting down"
msgstr "fahre herunter"

#. translator: the placeholders show checkpoint options
#: access/transam/xlog.c:6692
#, c-format
msgid "restartpoint starting:%s%s%s%s%s%s%s%s"
msgstr "Restart-Punkt beginnt:%s%s%s%s%s%s%s%s"

#. translator: the placeholders show checkpoint options
#: access/transam/xlog.c:6704
#, c-format
msgid "checkpoint starting:%s%s%s%s%s%s%s%s"
msgstr "Checkpoint beginnt:%s%s%s%s%s%s%s%s"

#: access/transam/xlog.c:6769
#, c-format
msgid "restartpoint complete: wrote %d buffers (%.1f%%), wrote %d SLRU buffers; %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB; lsn=%X/%X, redo lsn=%X/%X"
msgstr "Restart-Punkt komplett: %d Puffer geschrieben (%.1f%%), %d SLRU-Puffer geschrieben; %d WAL-Datei(en) hinzugefügt, %d entfernt, %d wiederverwendet; Schreiben=%ld,%03d s, Sync=%ld,%03d s, gesamt=%ld,%03d s; sync. Dateien=%d, längste=%ld,%03d s, Durchschnitt=%ld.%03d s; Entfernung=%d kB, Schätzung=%d kB; LSN=%X/%X, Redo-LSN=%X/%X"

#: access/transam/xlog.c:6793
#, c-format
msgid "checkpoint complete: wrote %d buffers (%.1f%%), wrote %d SLRU buffers; %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB; lsn=%X/%X, redo lsn=%X/%X"
msgstr "Checkpoint komplett: %d Puffer geschrieben (%.1f%%), %d SLRU-Puffer geschrieben; %d WAL-Datei(en) hinzugefügt, %d entfernt, %d wiederverwendet; Schreiben=%ld,%03d s, Sync=%ld,%03d s, gesamt=%ld,%03d s; sync. Dateien=%d, längste=%ld,%03d s, Durchschnitt=%ld.%03d s; Entfernung=%d kB, Schätzung=%d kB; LSN=%X/%X, Redo-LSN=%X/%X"

#: access/transam/xlog.c:7279
#, c-format
msgid "concurrent write-ahead log activity while database system is shutting down"
msgstr "gleichzeitige Write-Ahead-Log-Aktivität während das Datenbanksystem herunterfährt"

#: access/transam/xlog.c:7871
#, c-format
msgid "recovery restart point at %X/%X"
msgstr "Recovery-Restart-Punkt bei %X/%X"

#: access/transam/xlog.c:7873
#, c-format
msgid "Last completed transaction was at log time %s."
msgstr "Die letzte vollständige Transaktion war bei Logzeit %s."

#: access/transam/xlog.c:8137
#, c-format
msgid "restore point \"%s\" created at %X/%X"
msgstr "Restore-Punkt »%s« erzeugt bei %X/%X"

#: access/transam/xlog.c:8344
#, c-format
msgid "online backup was canceled, recovery cannot continue"
msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden"

#: access/transam/xlog.c:8402
#, c-format
msgid "unexpected timeline ID %u (should be %u) in shutdown checkpoint record"
msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Shutdown-Checkpoint-Datensatz"

#: access/transam/xlog.c:8468
#, c-format
msgid "unexpected timeline ID %u (should be %u) in online checkpoint record"
msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Online-Checkpoint-Datensatz"

#: access/transam/xlog.c:8505
#, c-format
msgid "unexpected timeline ID %u (should be %u) in end-of-recovery record"
msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im End-of-Recovery-Datensatz"

#: access/transam/xlog.c:8775
#, c-format
msgid "could not fsync write-through file \"%s\": %m"
msgstr "konnte Write-Through-Logdatei »%s« nicht fsyncen: %m"

#: access/transam/xlog.c:8780
#, c-format
msgid "could not fdatasync file \"%s\": %m"
msgstr "konnte Datei »%s« nicht fdatasyncen: %m"

#: access/transam/xlog.c:8857 access/transam/xlog.c:9193
#, c-format
msgid "WAL level not sufficient for making an online backup"
msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen"

#: access/transam/xlog.c:8858 access/transam/xlog.c:9194
#: access/transam/xlogfuncs.c:249
#, c-format
msgid "\"wal_level\" must be set to \"replica\" or \"logical\" at server start."
msgstr "»wal_level« muss beim Serverstart auf »replica« oder »logical« gesetzt werden."

#: access/transam/xlog.c:8863
#, c-format
msgid "backup label too long (max %d bytes)"
msgstr "Backup-Label zu lang (maximal %d Bytes)"

#: access/transam/xlog.c:8984
#, c-format
msgid "WAL generated with \"full_page_writes=off\" was replayed since last restartpoint"
msgstr "mit »full_page_writes=off« erzeugtes WAL wurde seit dem letzten Restart-Punkt zurückgespielt"

#: access/transam/xlog.c:8986 access/transam/xlog.c:9282
#, c-format
msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable \"full_page_writes\" and run CHECKPOINT on the primary, and then try an online backup again."
msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server verfälscht ist und nicht verwendet werden sollte. Schalten Sie auf dem Primärserver »full_page_writes« ein, führen Sie dort CHECKPOINT aus und versuchen Sie dann die Online-Sicherung erneut."

#: access/transam/xlog.c:9066 backup/basebackup.c:1419 utils/adt/misc.c:354
#, c-format
msgid "could not read symbolic link \"%s\": %m"
msgstr "konnte symbolische Verknüpfung »%s« nicht lesen: %m"

#: access/transam/xlog.c:9073 backup/basebackup.c:1424 utils/adt/misc.c:359
#, c-format
msgid "symbolic link \"%s\" target is too long"
msgstr "Ziel für symbolische Verknüpfung »%s« ist zu lang"

#: access/transam/xlog.c:9232 backup/basebackup.c:1283
#, c-format
msgid "the standby was promoted during online backup"
msgstr "der Standby-Server wurde während der Online-Sicherung zum Primärserver befördert"

#: access/transam/xlog.c:9233 backup/basebackup.c:1284
#, c-format
msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
msgstr "Das bedeutet, dass die aktuelle Online-Sicherung verfälscht ist und nicht verwendet werden sollte. Versuchen Sie, eine neue Online-Sicherung durchzuführen."

#: access/transam/xlog.c:9280
#, c-format
msgid "WAL generated with \"full_page_writes=off\" was replayed during online backup"
msgstr "mit »full_page_writes=off« erzeugtes WAL wurde während der Online-Sicherung zurückgespielt"

#: access/transam/xlog.c:9396
#, c-format
msgid "base backup done, waiting for required WAL segments to be archived"
msgstr "Basissicherung beendet, warte bis die benötigten WAL-Segmente archiviert sind"

#: access/transam/xlog.c:9410
#, c-format
msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)"
msgstr "warte immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)"

#: access/transam/xlog.c:9412
#, c-format
msgid "Check that your \"archive_command\" is executing properly.  You can safely cancel this backup, 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. Dieser Sicherungsvorgang kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein."

#: access/transam/xlog.c:9419
#, c-format
msgid "all required WAL segments have been archived"
msgstr "alle benötigten WAL-Segmente wurden archiviert"

#: access/transam/xlog.c:9423
#, c-format
msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen"

#: access/transam/xlog.c:9462
#, c-format
msgid "aborting backup due to backend exiting before pg_backup_stop was called"
msgstr "Backup wird abgebrochen, weil Backend-Prozess beendete, bevor pg_backup_stop aufgerufen wurde"

#: access/transam/xlogarchive.c:213
#, c-format
msgid "archive file \"%s\" has wrong size: %lld instead of %lld"
msgstr "Archivdatei »%s« hat falsche Größe: %lld statt %lld"

#: access/transam/xlogarchive.c:222
#, c-format
msgid "restored log file \"%s\" from archive"
msgstr "Logdatei »%s« aus Archiv wiederhergestellt"

#: access/transam/xlogarchive.c:236
#, c-format
msgid "\"restore_command\" returned a zero exit status, but stat() failed."
msgstr "»restore_command« endete mit Statuscode null, aber stat() schlug fehlt."

#: access/transam/xlogarchive.c:268
#, c-format
msgid "could not restore file \"%s\" from archive: %s"
msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: %s"

#. translator: First %s represents a postgresql.conf parameter name like
#. "recovery_end_command", the 2nd is the value of that parameter, the
#. third an already translated error message.
#: access/transam/xlogarchive.c:346
#, c-format
msgid "%s \"%s\": %s"
msgstr "%s »%s«: %s"

#: access/transam/xlogarchive.c:456 access/transam/xlogarchive.c:536
#, c-format
msgid "could not create archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht erstellen: %m"

#: access/transam/xlogarchive.c:464 access/transam/xlogarchive.c:544
#, c-format
msgid "could not write archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m"

#: access/transam/xlogfuncs.c:70 backup/basebackup.c:999
#, c-format
msgid "a backup is already in progress in this session"
msgstr "ein Backup läuft bereits in dieser Sitzung"

#: access/transam/xlogfuncs.c:141
#, c-format
msgid "backup is not in progress"
msgstr "es läuft kein Backup"

#: access/transam/xlogfuncs.c:142
#, c-format
msgid "Did you call pg_backup_start()?"
msgstr "Haben Sie pg_backup_start() ausgeführt?"

#: access/transam/xlogfuncs.c:185 access/transam/xlogfuncs.c:243
#: access/transam/xlogfuncs.c:282 access/transam/xlogfuncs.c:303
#: access/transam/xlogfuncs.c:324
#, c-format
msgid "WAL control functions cannot be executed during recovery."
msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden."

#: access/transam/xlogfuncs.c:210 access/transam/xlogfuncs.c:390
#: access/transam/xlogfuncs.c:448
#, c-format
msgid "%s cannot be executed during recovery."
msgstr "%s kann nicht während der Wiederherstellung ausgeführt werden."

#: access/transam/xlogfuncs.c:216
#, c-format
msgid "pg_log_standby_snapshot() can only be used if \"wal_level\" >= \"replica\""
msgstr "pg_log_standby_snapshot() kann nur verwendet werden, wenn »wal_level« >= »replica«"

#: access/transam/xlogfuncs.c:248
#, c-format
msgid "WAL level not sufficient for creating a restore point"
msgstr "WAL-Level nicht ausreichend, um Restore-Punkt anzulegen"

#: access/transam/xlogfuncs.c:256
#, 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/xlogfuncs.c:487
#, c-format
msgid "invalid WAL file name \"%s\""
msgstr "ungültiger WAL-Dateiname »%s«"

#: access/transam/xlogfuncs.c:523 access/transam/xlogfuncs.c:553
#: access/transam/xlogfuncs.c:577 access/transam/xlogfuncs.c:600
#: access/transam/xlogfuncs.c:680
#, c-format
msgid "recovery is not in progress"
msgstr "Wiederherstellung läuft nicht"

#: access/transam/xlogfuncs.c:524 access/transam/xlogfuncs.c:554
#: access/transam/xlogfuncs.c:578 access/transam/xlogfuncs.c:601
#: access/transam/xlogfuncs.c:681
#, c-format
msgid "Recovery control functions can only be executed during recovery."
msgstr "Wiederherstellungskontrollfunktionen können nur während der Wiederherstellung ausgeführt werden."

#: access/transam/xlogfuncs.c:529 access/transam/xlogfuncs.c:559
#, c-format
msgid "standby promotion is ongoing"
msgstr "Beförderung des Standby läuft"

#: access/transam/xlogfuncs.c:530 access/transam/xlogfuncs.c:560
#, c-format
msgid "%s cannot be executed after promotion is triggered."
msgstr "%s kann nicht ausgeführt werden, nachdem eine Beförderung angestoßen wurde."

#: access/transam/xlogfuncs.c:686
#, c-format
msgid "\"wait_seconds\" must not be negative or zero"
msgstr "»wait_seconds« darf nicht negativ oder null sein"

#: access/transam/xlogfuncs.c:708 storage/ipc/signalfuncs.c:293
#, c-format
msgid "failed to send signal to postmaster: %m"
msgstr "konnte Signal nicht an Postmaster senden: %m"

#: access/transam/xlogfuncs.c:740 libpq/be-secure.c:241 libpq/be-secure.c:350
#, c-format
msgid "terminating connection due to unexpected postmaster exit"
msgstr "Verbindung wird abgebrochen wegen unerwartetem Ende des Postmasters"

#: access/transam/xlogfuncs.c:741
#, c-format
msgid "while waiting on promotion"
msgstr "beim Warten auf Beförderung"

#: access/transam/xlogfuncs.c:745
#, c-format
msgid "server did not promote within %d second"
msgid_plural "server did not promote within %d seconds"
msgstr[0] "Befördern des Servers wurde nicht innerhalb von %d Sekunde abgeschlossen"
msgstr[1] "Befördern des Servers wurde nicht innerhalb von %d Sekunden abgeschlossen"

#: access/transam/xlogprefetcher.c:1086
#, c-format
msgid "\"recovery_prefetch\" is not supported on platforms that lack support for issuing read-ahead advice."
msgstr "»recovery_prefetch« wird auf Plattformen ohne Unterstützung für Read-Ahead-Advice nicht unterstützt."

#: access/transam/xlogreader.c:620
#, c-format
msgid "invalid record offset at %X/%X: expected at least %u, got %u"
msgstr "ungültiger Datensatz-Offset bei %X/%X: mindestens %u erwartet, %u erhalten"

#: access/transam/xlogreader.c:629
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "Contrecord angefordert von %X/%X"

#: access/transam/xlogreader.c:670 access/transam/xlogreader.c:1145
#, c-format
msgid "invalid record length at %X/%X: expected at least %u, got %u"
msgstr "ungültige Datensatzlänge bei %X/%X: mindestens %u erwartet, %u erhalten"

#: access/transam/xlogreader.c:760
#, c-format
msgid "there is no contrecord flag at %X/%X"
msgstr "keine Contrecord-Flag bei %X/%X"

#: access/transam/xlogreader.c:773
#, c-format
msgid "invalid contrecord length %u (expected %lld) at %X/%X"
msgstr "ungültige Contrecord-Länge %u (erwartet %lld) bei %X/%X"

#: access/transam/xlogreader.c:1153
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "ungültige Resource-Manager-ID %u bei %X/%X"

#: access/transam/xlogreader.c:1166 access/transam/xlogreader.c:1182
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "Datensatz mit falschem Prev-Link %X/%X bei %X/%X"

#: access/transam/xlogreader.c:1220
#, c-format
msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr "ungültige Resource-Manager-Datenprüfsumme in Datensatz bei %X/%X"

#: access/transam/xlogreader.c:1254
#, c-format
msgid "invalid magic number %04X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "ungültige magische Zahl %04X in WAL-Segment %s, LSN %X/%X, Offset %u"

#: access/transam/xlogreader.c:1269 access/transam/xlogreader.c:1311
#, c-format
msgid "invalid info bits %04X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "ungültige Info-Bits %04X in WAL-Segment %s, LSN %X/%X, Offset %u"

#: access/transam/xlogreader.c:1285
#, c-format
msgid "WAL file is from different database system: WAL file database system identifier is %<PRIu64>, pg_control database system identifier is %<PRIu64>"
msgstr "WAL-Datei ist von einem anderen Datenbanksystem: Datenbanksystemidentifikator in WAL-Datei ist %<PRIu64>, Datenbanksystemidentifikator in pg_control ist %<PRIu64>"

#: access/transam/xlogreader.c:1293
#, c-format
msgid "WAL file is from different database system: incorrect segment size in page header"
msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche Segmentgröße im Seitenkopf"

#: access/transam/xlogreader.c:1299
#, c-format
msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header"
msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche XLOG_BLCKSZ im Seitenkopf"

#: access/transam/xlogreader.c:1331
#, c-format
msgid "unexpected pageaddr %X/%X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "unerwartete Pageaddr %X/%X in WAL-Segment %s, LSN %X/%X, Offset %u"

#: access/transam/xlogreader.c:1357
#, c-format
msgid "out-of-sequence timeline ID %u (after %u) in WAL segment %s, LSN %X/%X, offset %u"
msgstr "Zeitleisten-ID %u außer der Reihe (nach %u) in WAL-Segment %s, LSN %X/%X, Offset %u"

#: access/transam/xlogreader.c:1769
#, c-format
msgid "out-of-order block_id %u at %X/%X"
msgstr "block_id %u außer der Reihe bei %X/%X"

#: access/transam/xlogreader.c:1793
#, c-format
msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X"
msgstr "BKPBLOCK_HAS_DATA gesetzt, aber keine Daten enthalten bei %X/%X"

#: access/transam/xlogreader.c:1800
#, c-format
msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X"
msgstr "BKPBLOCK_HAS_DATA nicht gesetzt, aber Datenlänge ist %u bei %X/%X"

#: access/transam/xlogreader.c:1836
#, c-format
msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE gesetzt, aber Loch Offset %u Länge %u Block-Abbild-Länge %u bei %X/%X"

#: access/transam/xlogreader.c:1852
#, c-format
msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE nicht gesetzt, aber Loch Offset %u Länge %u bei %X/%X"

#: access/transam/xlogreader.c:1866
#, c-format
msgid "BKPIMAGE_COMPRESSED set, but block image length %u at %X/%X"
msgstr "BKPIMAGE_COMPRESSED gesetzt, aber Block-Abbild-Länge %u bei %X/%X"

#: access/transam/xlogreader.c:1881
#, c-format
msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_COMPRESSED set, but block image length is %u at %X/%X"
msgstr "weder BKPIMAGE_HAS_HOLE noch BKPIMAGE_COMPRESSED gesetzt, aber Block-Abbild-Länge ist %u bei %X/%X"

#: access/transam/xlogreader.c:1897
#, c-format
msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X"
msgstr "BKPBLOCK_SAME_REL gesetzt, aber keine vorangehende Relation bei %X/%X"

#: access/transam/xlogreader.c:1909
#, c-format
msgid "invalid block_id %u at %X/%X"
msgstr "ungültige block_id %u bei %X/%X"

#: access/transam/xlogreader.c:1976
#, c-format
msgid "record with invalid length at %X/%X"
msgstr "Datensatz mit ungültiger Länge bei %X/%X"

#: access/transam/xlogreader.c:2002
#, c-format
msgid "could not locate backup block with ID %d in WAL record"
msgstr "konnte Backup-Block mit ID %d nicht im WAL-Eintrag finden"

#: access/transam/xlogreader.c:2086
#, c-format
msgid "could not restore image at %X/%X with invalid block %d specified"
msgstr "konnte Abbild bei %X/%X mit ungültigem angegebenen Block %d nicht wiederherstellen"

#: access/transam/xlogreader.c:2093
#, c-format
msgid "could not restore image at %X/%X with invalid state, block %d"
msgstr "konnte Abbild mit ungültigem Zustand bei %X/%X nicht wiederherstellen, Block %d"

#: access/transam/xlogreader.c:2120 access/transam/xlogreader.c:2137
#, c-format
msgid "could not restore image at %X/%X compressed with %s not supported by build, block %d"
msgstr "konnte Abbild bei %X/%X nicht wiederherstellen, komprimiert mit %s, nicht unterstützt von dieser Installation, Block %d"

#: access/transam/xlogreader.c:2146
#, c-format
msgid "could not restore image at %X/%X compressed with unknown method, block %d"
msgstr "konnte Abbild bei %X/%X nicht wiederherstellen, komprimiert mit unbekannter Methode, Block %d"

#: access/transam/xlogreader.c:2154
#, c-format
msgid "could not decompress image at %X/%X, block %d"
msgstr "konnte Abbild bei %X/%X nicht dekomprimieren, Block %d"

#: access/transam/xlogrecovery.c:624
#, c-format
msgid "starting backup recovery with redo LSN %X/%X, checkpoint LSN %X/%X, on timeline ID %u"
msgstr "starte Wiederherstellung aus Backup mit Redo-LSN %X/%X, Checkpoint-LSN %X/%X, auf Zeitleisten-ID %u"

#: access/transam/xlogrecovery.c:656
#, c-format
msgid "could not find redo location %X/%X referenced by checkpoint record at %X/%X"
msgstr "konnte die Redo-Position %X/%X, die vom Checkpoint-Datensatz bei %X/%X referenziert wird, nicht finden"

#: access/transam/xlogrecovery.c:658 access/transam/xlogrecovery.c:669
#, c-format
msgid ""
"If you are restoring from a backup, touch \"%s/recovery.signal\" or \"%s/standby.signal\" and add required recovery options.\n"
"If you are not restoring from a backup, try removing the file \"%s/backup_label\".\n"
"Be careful: removing \"%s/backup_label\" will result in a corrupt cluster if restoring from a backup."
msgstr ""
"Wenn Sie gerade ein Backup wiederherstellen, dann erzeugen Sie »%s/recovery.signal« oder »%s/standby.signal« und setzen Sie die notwendigen Recovery-Optionen.\n"
"Wenn Sie gerade kein Backup wiederherstellen, dann versuchen Sie, die Datei »%s/backup_label« zu entfernen.\n"
"Vorsicht: Wenn ein Backup wiederhergestellt wird und »%s/backup_label« gelöscht wird, dann wird das den Cluster verfälschen."

#: access/transam/xlogrecovery.c:667
#, c-format
msgid "could not locate required checkpoint record at %X/%X"
msgstr "konnte den nötigen Checkpoint-Datensatz bei %X/%X nicht finden"

#: access/transam/xlogrecovery.c:697 commands/tablespace.c:664
#, c-format
msgid "could not create symbolic link \"%s\": %m"
msgstr "konnte symbolische Verknüpfung »%s« nicht erstellen: %m"

#: access/transam/xlogrecovery.c:730 access/transam/xlogrecovery.c:736
#, c-format
msgid "ignoring file \"%s\" because no file \"%s\" exists"
msgstr "ignoriere Datei »%s«, weil keine Datei »%s« existiert"

#: access/transam/xlogrecovery.c:732
#, c-format
msgid "File \"%s\" was renamed to \"%s\"."
msgstr "Datei »%s« wurde in »%s« umbenannt."

#: access/transam/xlogrecovery.c:738
#, c-format
msgid "Could not rename file \"%s\" to \"%s\": %m."
msgstr "Konnte Datei »%s« nicht in »%s« umbenennen: %m."

#: access/transam/xlogrecovery.c:777
#, c-format
msgid "restarting backup recovery with redo LSN %X/%X"
msgstr "starte Wiederherstellung aus Backup neu mit Redo-LSN %X/%X"

#: access/transam/xlogrecovery.c:802
#, c-format
msgid "could not locate a valid checkpoint record at %X/%X"
msgstr "konnte keinen gültigen Checkpoint-Datensatz bei %X/%X finden"

#: access/transam/xlogrecovery.c:814
#, c-format
msgid "could not find redo location %X/%08X referenced by checkpoint record at %X/%08X"
msgstr "konnte die Redo-Position %X/%08X, die vom Checkpoint-Datensatz bei %X/%08X referenziert wird, nicht finden"

#: access/transam/xlogrecovery.c:823
#, c-format
msgid "entering standby mode"
msgstr "Standby-Modus eingeschaltet"

#: access/transam/xlogrecovery.c:826
#, c-format
msgid "starting point-in-time recovery to XID %u"
msgstr "starte Point-in-Time-Recovery bis XID %u"

#: access/transam/xlogrecovery.c:830
#, c-format
msgid "starting point-in-time recovery to %s"
msgstr "starte Point-in-Time-Recovery bis %s"

#: access/transam/xlogrecovery.c:834
#, c-format
msgid "starting point-in-time recovery to \"%s\""
msgstr "starte Point-in-Time-Recovery bis »%s«"

#: access/transam/xlogrecovery.c:838
#, c-format
msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\""
msgstr "starte Point-in-Time-Recovery bis WAL-Position (LSN) »%X/%X«"

#: access/transam/xlogrecovery.c:842
#, c-format
msgid "starting point-in-time recovery to earliest consistent point"
msgstr "starte Point-in-Time-Recovery bis zum frühesten konsistenten Punkt"

#: access/transam/xlogrecovery.c:845
#, c-format
msgid "starting archive recovery"
msgstr "starte Wiederherstellung aus Archiv"

#: access/transam/xlogrecovery.c:866
#, c-format
msgid "requested timeline %u is not a child of this server's history"
msgstr "angeforderte Zeitleiste %u ist kein Kind der History dieses Servers"

#. translator: %s is a backup_label file or a pg_control file
#: access/transam/xlogrecovery.c:869
#, c-format
msgid "Latest checkpoint in file \"%s\" is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X."
msgstr "Neuester Checkpoint in Datei »%s« ist bei %X/%X auf Zeitleiste %u, aber in der History der angeforderten Zeitleiste zweigte der Server von dieser Zeitleiste bei %X/%X ab."

#: access/transam/xlogrecovery.c:884
#, c-format
msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u"
msgstr "angeforderte Zeitleiste %u enthält nicht den minimalen Wiederherstellungspunkt %X/%X auf Zeitleiste %u"

#: access/transam/xlogrecovery.c:912
#, c-format
msgid "invalid next transaction ID"
msgstr "ungültige nächste Transaktions-ID"

#: access/transam/xlogrecovery.c:917
#, c-format
msgid "invalid redo in checkpoint record"
msgstr "ungültiges Redo im Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:928
#, c-format
msgid "invalid redo record in shutdown checkpoint"
msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint"

#: access/transam/xlogrecovery.c:957
#, c-format
msgid "database system was not properly shut down; automatic recovery in progress"
msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft"

#: access/transam/xlogrecovery.c:961
#, c-format
msgid "crash recovery starts in timeline %u and has target timeline %u"
msgstr "Wiederherstellung nach Absturz beginnt in Zeitleiste %u und hat Zielzeitleiste %u"

#: access/transam/xlogrecovery.c:1004
#, c-format
msgid "backup_label contains data inconsistent with control file"
msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein"

#: access/transam/xlogrecovery.c:1005
#, c-format
msgid "This means that the backup is corrupted and you will have to use another backup for recovery."
msgstr "Das bedeutet, dass die Datensicherung verfälscht ist und Sie eine andere Datensicherung zur Wiederherstellung verwenden werden müssen."

#: access/transam/xlogrecovery.c:1059
#, c-format
msgid "using recovery command file \"%s\" is not supported"
msgstr "Verwendung von Recovery-Befehlsdatei »%s« wird nicht unterstützt"

#: access/transam/xlogrecovery.c:1124
#, c-format
msgid "standby mode is not supported by single-user servers"
msgstr "Standby-Modus wird von Servern im Einzelbenutzermodus nicht unterstützt"

#: access/transam/xlogrecovery.c:1141
#, c-format
msgid "specified neither \"primary_conninfo\" nor \"restore_command\""
msgstr "weder »primary_conninfo« noch »restore_command« angegeben"

#: access/transam/xlogrecovery.c:1142
#, c-format
msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there."
msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_wal regelmäßig auf dort abgelegte Dateien."

#: access/transam/xlogrecovery.c:1150
#, c-format
msgid "must specify \"restore_command\" when standby mode is not enabled"
msgstr "»restore_command« muss angegeben werden, wenn der Standby-Modus nicht eingeschaltet ist"

#: access/transam/xlogrecovery.c:1188
#, c-format
msgid "recovery target timeline %u does not exist"
msgstr "recovery_target_timeline %u existiert nicht"

#: access/transam/xlogrecovery.c:1271 access/transam/xlogrecovery.c:1278
#: access/transam/xlogrecovery.c:1337 access/transam/xlogrecovery.c:1425
#: access/transam/xlogrecovery.c:1434 access/transam/xlogrecovery.c:1454
#, c-format
msgid "invalid data in file \"%s\""
msgstr "ungültige Daten in Datei »%s«"

#: access/transam/xlogrecovery.c:1338
#, c-format
msgid "Timeline ID parsed is %u, but expected %u."
msgstr "Gelesene Zeitleisten-ID ist %u, aber %u wurde erwartet."

#: access/transam/xlogrecovery.c:1349
#, c-format
msgid "this is an incremental backup, not a data directory"
msgstr "dies ist ein inkrementelles Backup, kein Datenverzeichnis"

#: access/transam/xlogrecovery.c:1350
#, c-format
msgid "Use pg_combinebackup to reconstruct a valid data directory."
msgstr "Verwenden Sie pg_combinebackup, um ein gültiges Datenverzeichnis zu rekonstruieren."

#: access/transam/xlogrecovery.c:1736
#, c-format
msgid "unexpected record type found at redo point %X/%X"
msgstr "unerwarteter Datensatztyp bei Redo-Position %X/%X gefunden"

#: access/transam/xlogrecovery.c:1759
#, c-format
msgid "redo starts at %X/%X"
msgstr "Redo beginnt bei %X/%X"

#: access/transam/xlogrecovery.c:1772
#, c-format
msgid "redo in progress, elapsed time: %ld.%02d s, current LSN: %X/%X"
msgstr "Redo im Gang, abgelaufene Zeit: %ld.%02d s, aktuelle LSN: %X/%X"

#: access/transam/xlogrecovery.c:1862
#, c-format
msgid "requested recovery stop point is before consistent recovery point"
msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt"

#: access/transam/xlogrecovery.c:1894
#, c-format
msgid "redo done at %X/%X system usage: %s"
msgstr "Redo fertig bei %X/%X Systembenutzung: %s"

#: access/transam/xlogrecovery.c:1900
#, c-format
msgid "last completed transaction was at log time %s"
msgstr "letzte vollständige Transaktion war bei Logzeit %s"

#: access/transam/xlogrecovery.c:1909
#, c-format
msgid "redo is not required"
msgstr "Redo nicht nötig"

#: access/transam/xlogrecovery.c:1921
#, c-format
msgid "recovery ended before configured recovery target was reached"
msgstr "Wiederherstellung endete bevor das konfigurierte Wiederherstellungsziel erreicht wurde"

#: access/transam/xlogrecovery.c:2115
#, c-format
msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s"
msgstr "fehlender Contrecord bei %X/%X erfolgreich übersprungen, überschrieben am %s"

#: access/transam/xlogrecovery.c:2182
#, c-format
msgid "unexpected directory entry \"%s\" found in %s"
msgstr "unerwarteter Verzeichniseintrag »%s« in %s gefunden"

#: access/transam/xlogrecovery.c:2184
#, c-format
msgid "All directory entries in %s/ should be symbolic links."
msgstr "Alle Verzeichniseinträge in %s/ sollten symbolische Verknüpfungen sein."

#: access/transam/xlogrecovery.c:2186
#, c-format
msgid "Remove those directories, or set \"allow_in_place_tablespaces\" to ON transiently to let recovery complete."
msgstr "Entfernen Sie diese Verzeichnisse oder setzen Sie »allow_in_place_tablespaces« vorrübergehend auf ON, damit die Wiederherstellung abschließen kann."

#: access/transam/xlogrecovery.c:2238
#, c-format
msgid "completed backup recovery with redo LSN %X/%X and end LSN %X/%X"
msgstr "Wiederherstellung aus Backup abgeschlossen mit Redo-LSN %X/%X und End-LSN %X/%X"

#: access/transam/xlogrecovery.c:2269
#, c-format
msgid "consistent recovery state reached at %X/%X"
msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X"

#. translator: %s is a WAL record description
#: access/transam/xlogrecovery.c:2307
#, c-format
msgid "WAL redo at %X/%X for %s"
msgstr "WAL-Redo bei %X/%X für %s"

#: access/transam/xlogrecovery.c:2405
#, c-format
msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record"
msgstr "unerwartete vorherige Zeitleisten-ID %u (aktuelle Zeitleisten-ID %u) im Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:2414
#, c-format
msgid "unexpected timeline ID %u (after %u) in checkpoint record"
msgstr "unerwartete Zeitleisten-ID %u (nach %u) im Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:2430
#, c-format
msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u"
msgstr "unerwartete Zeitleisten-ID %u in Checkpoint-Datensatz, bevor der minimale Wiederherstellungspunkt %X/%X auf Zeitleiste %u erreicht wurde"

#: access/transam/xlogrecovery.c:2614 access/transam/xlogrecovery.c:2890
#, c-format
msgid "recovery stopping after reaching consistency"
msgstr "Wiederherstellung beendet nachdem Konsistenz erreicht wurde"

#: access/transam/xlogrecovery.c:2635
#, c-format
msgid "recovery stopping before WAL location (LSN) \"%X/%X\""
msgstr "Wiederherstellung beendet vor WAL-Position (LSN) »%X/%X«"

#: access/transam/xlogrecovery.c:2725
#, c-format
msgid "recovery stopping before commit of transaction %u, time %s"
msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s"

#: access/transam/xlogrecovery.c:2732
#, c-format
msgid "recovery stopping before abort of transaction %u, time %s"
msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s"

#: access/transam/xlogrecovery.c:2785
#, c-format
msgid "recovery stopping at restore point \"%s\", time %s"
msgstr "Wiederherstellung beendet bei Restore-Punkt »%s«, Zeit %s"

#: access/transam/xlogrecovery.c:2803
#, c-format
msgid "recovery stopping after WAL location (LSN) \"%X/%X\""
msgstr "Wiederherstellung beendet nach WAL-Position (LSN) »%X/%X«"

#: access/transam/xlogrecovery.c:2870
#, c-format
msgid "recovery stopping after commit of transaction %u, time %s"
msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s"

#: access/transam/xlogrecovery.c:2878
#, c-format
msgid "recovery stopping after abort of transaction %u, time %s"
msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s"

#: access/transam/xlogrecovery.c:2959
#, c-format
msgid "pausing at the end of recovery"
msgstr "pausiere am Ende der Wiederherstellung"

#: access/transam/xlogrecovery.c:2960
#, c-format
msgid "Execute pg_wal_replay_resume() to promote."
msgstr "Führen Sie pg_wal_replay_resume() aus, um den Server zum Primärserver zu befördern."

#: access/transam/xlogrecovery.c:2963 access/transam/xlogrecovery.c:4720
#, c-format
msgid "recovery has paused"
msgstr "Wiederherstellung wurde pausiert"

#: access/transam/xlogrecovery.c:2964
#, c-format
msgid "Execute pg_wal_replay_resume() to continue."
msgstr "Führen Sie pg_wal_replay_resume() aus um fortzusetzen."

#: access/transam/xlogrecovery.c:3227
#, c-format
msgid "unexpected timeline ID %u in WAL segment %s, LSN %X/%X, offset %u"
msgstr "unerwartete Zeitleisten-ID %u in WAL-Segment %s, LSN %X/%X, Offset %u"

#: access/transam/xlogrecovery.c:3443
#, c-format
msgid "could not read from WAL segment %s, LSN %X/%X, offset %u: %m"
msgstr "konnte nicht aus WAL-Segment %s, LSN %X/%X, Position %u lesen: %m"

#: access/transam/xlogrecovery.c:3450
#, c-format
msgid "could not read from WAL segment %s, LSN %X/%X, offset %u: read %d of %zu"
msgstr "konnte nicht aus WAL-Segment %s, LSN %X/%X, Position %u lesen: %d von %zu gelesen"

#: access/transam/xlogrecovery.c:4104
#, c-format
msgid "invalid checkpoint location"
msgstr "ungültige Checkpoint-Position"

#: access/transam/xlogrecovery.c:4114
#, c-format
msgid "invalid checkpoint record"
msgstr "ungültiger Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:4120
#, c-format
msgid "invalid resource manager ID in checkpoint record"
msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:4128
#, c-format
msgid "invalid xl_info in checkpoint record"
msgstr "ungültige xl_info im Checkpoint-Datensatz"

#: access/transam/xlogrecovery.c:4134
#, c-format
msgid "invalid length of checkpoint record"
msgstr "ungültige Länge des Checkpoint-Datensatzes"

#: access/transam/xlogrecovery.c:4188
#, c-format
msgid "new timeline %u is not a child of database system timeline %u"
msgstr "neue Zeitleiste %u ist kein Kind der Datenbanksystemzeitleiste %u"

#: access/transam/xlogrecovery.c:4202
#, c-format
msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X"
msgstr "neue Zeitleiste %u zweigte von der aktuellen Datenbanksystemzeitleiste %u vor dem aktuellen Wiederherstellungspunkt %X/%X ab"

#: access/transam/xlogrecovery.c:4221
#, c-format
msgid "new target timeline is %u"
msgstr "neue Zielzeitleiste ist %u"

#: access/transam/xlogrecovery.c:4422
#, c-format
msgid "WAL receiver process shutdown requested"
msgstr "Herunterfahren des WAL-Receiver-Prozesses verlangt"

#: access/transam/xlogrecovery.c:4482
#, c-format
msgid "received promote request"
msgstr "Anforderung zum Befördern empfangen"

#: access/transam/xlogrecovery.c:4711
#, c-format
msgid "hot standby is not possible because of insufficient parameter settings"
msgstr "Hot Standby ist nicht möglich wegen unzureichender Parametereinstellungen"

#: access/transam/xlogrecovery.c:4712 access/transam/xlogrecovery.c:4739
#: access/transam/xlogrecovery.c:4769
#, c-format
msgid "%s = %d is a lower setting than on the primary server, where its value was %d."
msgstr "%s = %d ist eine niedrigere Einstellung als auf dem Primärserver, wo der Wert %d war."

#: access/transam/xlogrecovery.c:4721
#, c-format
msgid "If recovery is unpaused, the server will shut down."
msgstr "Wenn die Wiederherstellungspause beendet wird, wird der Server herunterfahren."

#: access/transam/xlogrecovery.c:4722
#, c-format
msgid "You can then restart the server after making the necessary configuration changes."
msgstr "Sie können den Server dann neu starten, nachdem die nötigen Konfigurationsänderungen getätigt worden sind."

#: access/transam/xlogrecovery.c:4733
#, c-format
msgid "promotion is not possible because of insufficient parameter settings"
msgstr "Beförderung ist nicht möglich wegen unzureichender Parametereinstellungen"

#: access/transam/xlogrecovery.c:4743
#, c-format
msgid "Restart the server after making the necessary configuration changes."
msgstr "Starten Sie den Server neu, nachdem die nötigen Konfigurationsänderungen getätigt worden sind."

#: access/transam/xlogrecovery.c:4767
#, c-format
msgid "recovery aborted because of insufficient parameter settings"
msgstr "Wiederherstellung abgebrochen wegen unzureichender Parametereinstellungen"

#: access/transam/xlogrecovery.c:4773
#, c-format
msgid "You can restart the server after making the necessary configuration changes."
msgstr "Sie können den Server neu starten, nachdem die nötigen Konfigurationsänderungen getätigt worden sind."

#: access/transam/xlogrecovery.c:4793 access/transam/xlogrecovery.c:4795
#: catalog/dependency.c:1153 catalog/dependency.c:1160
#: catalog/dependency.c:1171 commands/tablecmds.c:1529
#: commands/tablecmds.c:16752 commands/tablespace.c:460 commands/user.c:1302
#: commands/vacuum.c:226 commands/view.c:441 executor/execExprInterp.c:5282
#: executor/execExprInterp.c:5290 libpq/auth.c:320
#: replication/logical/applyparallelworker.c:1057 replication/slot.c:1705
#: replication/slot.c:2783 replication/slot.c:2785 replication/syncrep.c:1079
#: storage/aio/method_io_uring.c:389 storage/lmgr/deadlock.c:1137
#: storage/lmgr/proc.c:1525 utils/misc/guc.c:3166 utils/misc/guc.c:3207
#: utils/misc/guc.c:3282 utils/misc/guc.c:6834 utils/misc/guc.c:6868
#: utils/misc/guc.c:6902 utils/misc/guc.c:6945 utils/misc/guc.c:6987
#, c-format
msgid "%s"
msgstr "%s"

#: access/transam/xlogrecovery.c:4825
#, c-format
msgid "multiple recovery targets specified"
msgstr "mehrere Wiederherstellungsziele angegeben"

#: access/transam/xlogrecovery.c:4826
#, c-format
msgid "At most one of \"recovery_target\", \"recovery_target_lsn\", \"recovery_target_name\", \"recovery_target_time\", \"recovery_target_xid\" may be set."
msgstr "Höchstens eins aus »recovery_target«, »recovery_target_lsn«, »recovery_target_name«, »recovery_target_time«, »recovery_target_xid« darf gesetzt sein."

#: access/transam/xlogrecovery.c:4837
#, c-format
msgid "The only allowed value is \"immediate\"."
msgstr "Der einzige erlaubte Wert ist »immediate«."

#: access/transam/xlogrecovery.c:4991
#, c-format
msgid "Timestamp out of range: \"%s\"."
msgstr "Timestamp ist außerhalb des gültigen Bereichs: »%s«."

#: access/transam/xlogrecovery.c:5036
#, c-format
msgid "\"recovery_target_timeline\" is not a valid number."
msgstr "»recovery_target_timeline« ist keine gültige Zahl."

#: access/transam/xlogutils.c:1023
#, c-format
msgid "could not read from WAL segment %s, offset %d: %m"
msgstr "konnte nicht aus WAL-Segment %s, Position %d lesen: %m"

#: access/transam/xlogutils.c:1030
#, c-format
msgid "could not read from WAL segment %s, offset %d: read %d of %d"
msgstr "konnte nicht aus WAL-Segment %s, Position %d lesen: %d von %d gelesen"

#: archive/shell_archive.c:98
#, c-format
msgid "archive command failed with exit code %d"
msgstr "Archivbefehl ist fehlgeschlagen mit Statuscode %d"

#: archive/shell_archive.c:100 archive/shell_archive.c:110
#: archive/shell_archive.c:116 archive/shell_archive.c:125
#, c-format
msgid "The failed archive command was: %s"
msgstr "Der fehlgeschlagene Archivbefehl war: %s"

#: archive/shell_archive.c:107
#, c-format
msgid "archive command was terminated by exception 0x%X"
msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet"

#: archive/shell_archive.c:109 postmaster/postmaster.c:2832
#, c-format
msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
msgstr "Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei »ntstatus.h« nach."

#: archive/shell_archive.c:114
#, c-format
msgid "archive command was terminated by signal %d: %s"
msgstr "Archivbefehl wurde von Signal %d beendet: %s"

#: archive/shell_archive.c:123
#, c-format
msgid "archive command exited with unrecognized status %d"
msgstr "Archivbefehl hat mit unbekanntem Status %d beendet"

#: backup/backup_manifest.c:255
#, c-format
msgid "expected end timeline %u but found timeline %u"
msgstr "End-Zeitleiste %u wurde erwartet, aber Zeitleiste %u wurde gefunden"

#: backup/backup_manifest.c:279
#, c-format
msgid "expected start timeline %u but found timeline %u"
msgstr "Start-Zeitleiste %u wurde erwartet, aber Zeitleiste %u wurde gefunden"

#: backup/backup_manifest.c:306
#, c-format
msgid "start timeline %u not found in history of timeline %u"
msgstr "Start-Zeitleiste %u nicht in der History der Zeitleiste %u gefunden"

#: backup/backup_manifest.c:357
#, c-format
msgid "could not rewind temporary file"
msgstr "konnte Position in temporärer Datei nicht auf Anfang setzen"

#: backup/basebackup.c:481
#, c-format
msgid "could not find any WAL files"
msgstr "konnte keine WAL-Dateien finden"

#: backup/basebackup.c:496 backup/basebackup.c:511 backup/basebackup.c:520
#, c-format
msgid "could not find WAL file \"%s\""
msgstr "konnte WAL-Datei »%s« nicht finden"

#: backup/basebackup.c:562 backup/basebackup.c:587
#, c-format
msgid "unexpected WAL file size \"%s\""
msgstr "unerwartete WAL-Dateigröße »%s«"

#: backup/basebackup.c:658
#, c-format
msgid "%lld total checksum verification failure"
msgid_plural "%lld total checksum verification failures"
msgstr[0] "%lld Prüfsummenfehler insgesamt"
msgstr[1] "%lld Prüfsummenfehler insgesamt"

#: backup/basebackup.c:665
#, c-format
msgid "checksum verification failure during base backup"
msgstr "Prüfsummenüberprüfung bei der Basissicherung fehlgeschlagen"

#: backup/basebackup.c:735 backup/basebackup.c:744 backup/basebackup.c:755
#: backup/basebackup.c:772 backup/basebackup.c:781 backup/basebackup.c:790
#: backup/basebackup.c:805 backup/basebackup.c:822 backup/basebackup.c:831
#: backup/basebackup.c:843 backup/basebackup.c:867 backup/basebackup.c:881
#: backup/basebackup.c:892 backup/basebackup.c:903 backup/basebackup.c:916
#, c-format
msgid "duplicate option \"%s\""
msgstr "doppelte Option »%s«"

#: backup/basebackup.c:763
#, c-format
msgid "unrecognized checkpoint type: \"%s\""
msgstr "unbekannter Checkpoint-Typ: »%s«"

#: backup/basebackup.c:795
#, c-format
msgid "incremental backups cannot be taken unless WAL summarization is enabled"
msgstr "inkrementelle Backups können nicht durchgeführt werden, wenn WAL-Zusammenfassung nicht eingeschaltet ist"

#: backup/basebackup.c:811
#, c-format
msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
msgstr "%d ist außerhalb des gültigen Bereichs für Parameter »%s« (%d ... %d)"

#: backup/basebackup.c:856
#, c-format
msgid "unrecognized manifest option: \"%s\""
msgstr "unbekannte Manifestoption: »%s«"

#: backup/basebackup.c:907
#, c-format
msgid "unrecognized compression algorithm: \"%s\""
msgstr "unbekannter Komprimierungsalgorithmus: »%s«"

#: backup/basebackup.c:923
#, c-format
msgid "unrecognized base backup option: \"%s\""
msgstr "unbekannte Base-Backup-Option: »%s«"

#: backup/basebackup.c:934
#, c-format
msgid "manifest checksums require a backup manifest"
msgstr "Manifest-Prüfsummen benötigen ein Backup-Manifest"

#: backup/basebackup.c:943
#, c-format
msgid "target detail cannot be used without target"
msgstr "Zieldetail kann nicht ohne Ziel verwendet werden"

#: backup/basebackup.c:952 backup/basebackup_target.c:218
#, c-format
msgid "target \"%s\" does not accept a target detail"
msgstr "Ziel »%s« akzeptiert kein Zieldetail"

#: backup/basebackup.c:963
#, c-format
msgid "compression detail cannot be specified unless compression is enabled"
msgstr "Komprimierungsdetail kann nicht angegeben werden, wenn Komprimierung nicht eingeschaltet ist"

#: backup/basebackup.c:976
#, c-format
msgid "invalid compression specification: %s"
msgstr "ungültige Komprimierungsangabe: %s"

#: backup/basebackup.c:1026
#, c-format
msgid "must UPLOAD_MANIFEST before performing an incremental BASE_BACKUP"
msgstr "UPLOAD_MANIFEST muss vor einem inkrementellen BASE_BACKUP ausgeführt werden"

#: backup/basebackup.c:1159 backup/basebackup.c:1360
#, c-format
msgid "could not stat file or directory \"%s\": %m"
msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %m"

#: backup/basebackup.c:1546
#, c-format
msgid "skipping special file \"%s\""
msgstr "überspringe besondere Datei »%s«"

#: backup/basebackup.c:1753
#, c-format
msgid "could not verify checksum in file \"%s\", block %u: read buffer size %d and page size %d differ"
msgstr "konnte Prüfsumme in Datei »%s«, Block %u nicht überprüfen: gelesene Puffergröße %d und Seitengröße %d sind verschieden"

#: backup/basebackup.c:1815
#, c-format
msgid "file \"%s\" has a total of %d checksum verification failure"
msgid_plural "file \"%s\" has a total of %d checksum verification failures"
msgstr[0] "Datei »%s« hat insgesamt %d Prüfsummenfehler"
msgstr[1] "Datei »%s« hat insgesamt %d Prüfsummenfehler"

#: backup/basebackup.c:1920
#, c-format
msgid "checksum verification failed in file \"%s\", block %u: calculated %X but expected %X"
msgstr "Prüfsummenüberprüfung fehlgeschlagen in Datei »%s«, Block %u: berechnet %X, aber erwartet %X"

#: backup/basebackup.c:1927
#, c-format
msgid "further checksum verification failures in file \"%s\" will not be reported"
msgstr "weitere Prüfsummenfehler in Datei »%s« werden nicht berichtet werden"

#: backup/basebackup.c:2052
#, c-format
msgid "file name too long for tar format: \"%s\""
msgstr "Dateiname zu lang für Tar-Format: »%s«"

#: backup/basebackup.c:2058
#, c-format
msgid "symbolic link target too long for tar format: file name \"%s\", target \"%s\""
msgstr "Ziel der symbolischen Verknüpfung zu lang für Tar-Format: Dateiname »%s«, Ziel »%s«"

#: backup/basebackup.c:2132
#, c-format
msgid "could not read file \"%s\": read %zd of %zu"
msgstr "konnte Datei »%s« nicht lesen: %zd von %zu gelesen"

#: backup/basebackup_gzip.c:67
#, c-format
msgid "gzip compression is not supported by this build"
msgstr "gzip-Komprimierung wird von dieser Installation nicht unterstützt"

#: backup/basebackup_gzip.c:143
#, c-format
msgid "could not initialize compression library"
msgstr "konnte Komprimierungsbibliothek nicht initialisieren"

#: backup/basebackup_incremental.c:292
#, c-format
msgid "manifest contains no required WAL ranges"
msgstr "Manifest enthält keine benötigten WAL-Bereiche"

#: backup/basebackup_incremental.c:347
#, c-format
msgid "timeline %u found in manifest, but not in this server's history"
msgstr "Zeitleiste %u wurde im Manifest gefunden, aber nicht in der History dieses Servers"

#: backup/basebackup_incremental.c:412
#, c-format
msgid "manifest requires WAL from initial timeline %u starting at %X/%X, but that timeline begins at %X/%X"
msgstr "Manifest benötigt WAL aus der initialen Zeitleiste %u beginnend bei %X/%X, aber diese Zeitleiste beginnt bei %X/%X"

#: backup/basebackup_incremental.c:422
#, c-format
msgid "manifest requires WAL from continuation timeline %u starting at %X/%X, but that timeline begins at %X/%X"
msgstr "Manifest benötigt WAL aus der Fortsetzungszeitleiste %u beginnend bei %X/%X, aber diese Zeitleiste beginnt bei %X/%X"

#: backup/basebackup_incremental.c:433
#, c-format
msgid "manifest requires WAL from final timeline %u ending at %X/%X, but this backup starts at %X/%X"
msgstr "Manifest benötigt WAL aus der finalen Zeitleiste %u endend bei %X/%X, aber dieses Backup startet bei %X/%X"

#: backup/basebackup_incremental.c:437
#, c-format
msgid "This can happen for incremental backups on a standby if there was little activity since the previous backup."
msgstr "Das kann für inkrementelle Backups auf einem Standby passieren, wenn es wenig Aktivität seit dem letzten Backup gab."

#: backup/basebackup_incremental.c:444
#, c-format
msgid "manifest requires WAL from non-final timeline %u ending at %X/%X, but this server switched timelines at %X/%X"
msgstr "Manifest benötigt WAL aus der nicht-finalen Zeitleiste %u endend bei %X/%X, aber dieser Server hat die Zeitleiste bei %X/%X gewechselt"

#: backup/basebackup_incremental.c:525
#, c-format
msgid "WAL summaries are required on timeline %u from %X/%X to %X/%X, but no summaries for that timeline and LSN range exist"
msgstr "WAL-Zusammenfassungen auf Zeitleiste %u von %X/%X bis %X/%X werden benötigt, aber für diese Zeitleiste und diesen LSN-Bereich existieren keine Zusammenfassungen."

#: backup/basebackup_incremental.c:532
#, c-format
msgid "WAL summaries are required on timeline %u from %X/%X to %X/%X, but the summaries for that timeline and LSN range are incomplete"
msgstr "WAL-Zusammenfassungen auf Zeitleiste %u von %X/%X bis %X/%X werden benötigt, aber die Zusammenfassungen für diese Zeitleiste und diesen LSN-Bereich sind unvollständig."

#: backup/basebackup_incremental.c:536
#, c-format
msgid "The first unsummarized LSN in this range is %X/%X."
msgstr "Die erste nicht zusammengefasste LSN in diesem Bereich ist %X/%X."

#: backup/basebackup_incremental.c:948
#, c-format
msgid "backup manifest version 1 does not support incremental backup"
msgstr "Backup-Manifest Version 1 unterstützt kein inkrementelles Backup"

#: backup/basebackup_incremental.c:966
#, c-format
msgid "system identifier in backup manifest is %<PRIu64>, but database system identifier is %<PRIu64>"
msgstr "Systemidentifikator im Backup-Manifest ist %<PRIu64>, aber Datenbanksystemidentifikator ist %<PRIu64>"

#: backup/basebackup_lz4.c:67
#, c-format
msgid "lz4 compression is not supported by this build"
msgstr "lz4-Komprimierung wird von dieser Installation nicht unterstützt"

#: backup/basebackup_server.c:73
#, c-format
msgid "permission denied to create backup stored on server"
msgstr "keine Berechtigung, um auf dem Server abgelegtes Backup zu erzeugen"

#: backup/basebackup_server.c:74
#, c-format
msgid "Only roles with privileges of the \"%s\" role may create a backup stored on the server."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können ein auf dem Server abgelegtes Backup erzeugen."

#: backup/basebackup_server.c:89
#, c-format
msgid "relative path not allowed for backup stored on server"
msgstr "relativer Pfad nicht erlaubt für auf dem Server abgelegtes Backup"

#: backup/basebackup_server.c:102 commands/dbcommands.c:478
#: commands/tablespace.c:157 commands/tablespace.c:173
#: commands/tablespace.c:593 commands/tablespace.c:638 replication/slot.c:2287
#: storage/file/copydir.c:58
#, c-format
msgid "could not create directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m"

#: backup/basebackup_server.c:115
#, c-format
msgid "directory \"%s\" exists but is not empty"
msgstr "Verzeichnis »%s« existiert aber ist nicht leer"

#: backup/basebackup_server.c:123 utils/init/postinit.c:1160
#, c-format
msgid "could not access directory \"%s\": %m"
msgstr "konnte nicht auf Verzeichnis »%s« zugreifen: %m"

#: backup/basebackup_server.c:175 backup/basebackup_server.c:182
#: backup/basebackup_server.c:268 backup/basebackup_server.c:275
#: backup/walsummary.c:312 storage/smgr/md.c:519 storage/smgr/md.c:526
#: storage/smgr/md.c:619 storage/smgr/md.c:641 storage/smgr/md.c:1134
#, c-format
msgid "Check free disk space."
msgstr "Prüfen Sie den freien Festplattenplatz."

#: backup/basebackup_server.c:179 backup/basebackup_server.c:272
#: backup/walsummary.c:309
#, c-format
msgid "could not write file \"%s\": wrote only %d of %d bytes at offset %u"
msgstr "konnte Datei »%s« nicht schreiben: es wurden nur %d von %d Bytes bei Offset %u geschrieben"

#: backup/basebackup_target.c:146
#, c-format
msgid "unrecognized target: \"%s\""
msgstr "unbekanntes Ziel: »%s«"

#: backup/basebackup_target.c:237
#, c-format
msgid "target \"%s\" requires a target detail"
msgstr "Ziel »%s« erfordert ein Zieldetail"

#: backup/basebackup_zstd.c:66
#, c-format
msgid "zstd compression is not supported by this build"
msgstr "zstd-Komprimierung wird von dieser Installation nicht unterstützt"

#: backup/basebackup_zstd.c:117
#, c-format
msgid "could not set compression worker count to %d: %s"
msgstr "konnte Komprimierungs-Worker-Anzahl nicht auf %d setzen: %s"

#: backup/basebackup_zstd.c:129
#, c-format
msgid "could not enable long-distance mode: %s"
msgstr "konnte Long-Distance-Modus nicht einschalten: %s"

#: backup/walsummaryfuncs.c:95
#, c-format
msgid "invalid timeline %<PRId64>"
msgstr "ungültige Zeitleiste %<PRId64>"

#: bootstrap/bootstrap.c:239 postmaster/postmaster.c:627 tcop/postgres.c:3862
#, c-format
msgid "--%s must be first argument"
msgstr "--%s muss erstes Argument sein"

#: bootstrap/bootstrap.c:253 postmaster/postmaster.c:641 tcop/postgres.c:3876
#, c-format
msgid "--%s requires a value"
msgstr "--%s benötigt einen Wert"

#: bootstrap/bootstrap.c:258 postmaster/postmaster.c:646 tcop/postgres.c:3881
#, c-format
msgid "-c %s requires a value"
msgstr "-c %s benötigt einen Wert"

#: bootstrap/bootstrap.c:296 postmaster/postmaster.c:764
#: postmaster/postmaster.c:777
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"

#: bootstrap/bootstrap.c:305
#, c-format
msgid "%s: invalid command-line arguments\n"
msgstr "%s: ungültige Kommandozeilenargumente\n"

#: catalog/aclchk.c:211
#, c-format
msgid "grant options can only be granted to roles"
msgstr "Grant-Optionen können nur Rollen gewährt werden"

#: catalog/aclchk.c:333
#, c-format
msgid "no privileges were granted for column \"%s\" of relation \"%s\""
msgstr "es wurden keine Privilegien für Spalte »%s« von Relation »%s« gewährt"

#: catalog/aclchk.c:338
#, c-format
msgid "no privileges were granted for \"%s\""
msgstr "es wurden keine Privilegien für »%s« gewährt"

#: catalog/aclchk.c:346
#, c-format
msgid "not all privileges were granted for column \"%s\" of relation \"%s\""
msgstr "es wurden nicht alle Priviligien für Spalte »%s« von Relation »%s« gewährt"

#: catalog/aclchk.c:351
#, c-format
msgid "not all privileges were granted for \"%s\""
msgstr "es wurden nicht alle Priviligien für »%s« gewährt"

#: catalog/aclchk.c:362
#, c-format
msgid "no privileges could be revoked for column \"%s\" of relation \"%s\""
msgstr "es konnten keine Privilegien für Spalte »%s« von Relation »%s« entzogen werden"

#: catalog/aclchk.c:367
#, c-format
msgid "no privileges could be revoked for \"%s\""
msgstr "es konnten keine Privilegien für »%s« entzogen werden"

#: catalog/aclchk.c:375
#, c-format
msgid "not all privileges could be revoked for column \"%s\" of relation \"%s\""
msgstr "es konnten nicht alle Privilegien für Spalte »%s« von Relation »%s« entzogen werden"

#: catalog/aclchk.c:380
#, c-format
msgid "not all privileges could be revoked for \"%s\""
msgstr "es konnten nicht alle Privilegien für »%s« entzogen werden"

#: catalog/aclchk.c:412
#, c-format
msgid "grantor must be current user"
msgstr "Grantor muss aktueller Benutzer sein"

#: catalog/aclchk.c:480 catalog/aclchk.c:996
#, c-format
msgid "invalid privilege type %s for relation"
msgstr "ungültiger Privilegtyp %s für Relation"

#: catalog/aclchk.c:484 catalog/aclchk.c:1000
#, c-format
msgid "invalid privilege type %s for sequence"
msgstr "ungültiger Privilegtyp %s für Sequenz"

#: catalog/aclchk.c:488
#, c-format
msgid "invalid privilege type %s for database"
msgstr "ungültiger Privilegtyp %s für Datenbank"

#: catalog/aclchk.c:492
#, c-format
msgid "invalid privilege type %s for domain"
msgstr "ungültiger Privilegtyp %s für Domäne"

#: catalog/aclchk.c:496 catalog/aclchk.c:1004
#, c-format
msgid "invalid privilege type %s for function"
msgstr "ungültiger Privilegtyp %s für Funktion"

#: catalog/aclchk.c:500
#, c-format
msgid "invalid privilege type %s for language"
msgstr "ungültiger Privilegtyp %s für Sprache"

#: catalog/aclchk.c:504 catalog/aclchk.c:1024
#, c-format
msgid "invalid privilege type %s for large object"
msgstr "ungültiger Privilegtyp %s für Large Object"

#: catalog/aclchk.c:508 catalog/aclchk.c:1020
#, c-format
msgid "invalid privilege type %s for schema"
msgstr "ungültiger Privilegtyp %s für Schema"

#: catalog/aclchk.c:512 catalog/aclchk.c:1008
#, c-format
msgid "invalid privilege type %s for procedure"
msgstr "ungültiger Privilegtyp %s für Prozedur"

#: catalog/aclchk.c:516 catalog/aclchk.c:1012
#, c-format
msgid "invalid privilege type %s for routine"
msgstr "ungültiger Privilegtyp %s für Routine"

#: catalog/aclchk.c:520
#, c-format
msgid "invalid privilege type %s for tablespace"
msgstr "ungültiger Privilegtyp %s für Tablespace"

#: catalog/aclchk.c:524 catalog/aclchk.c:1016
#, c-format
msgid "invalid privilege type %s for type"
msgstr "ungültiger Privilegtyp %s für Typ"

#: catalog/aclchk.c:528
#, c-format
msgid "invalid privilege type %s for foreign-data wrapper"
msgstr "ungültiger Privilegtyp %s für Fremddaten-Wrapper"

#: catalog/aclchk.c:532
#, c-format
msgid "invalid privilege type %s for foreign server"
msgstr "ungültiger Privilegtyp %s für Fremdserver"

#: catalog/aclchk.c:536
#, c-format
msgid "invalid privilege type %s for parameter"
msgstr "ungültiger Privilegtyp %s für Parameter"

#: catalog/aclchk.c:575
#, c-format
msgid "column privileges are only valid for relations"
msgstr "Spaltenprivilegien sind nur für Relation gültig"

#: catalog/aclchk.c:1057
#, c-format
msgid "default privileges cannot be set for columns"
msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden"

#: catalog/aclchk.c:1093
#, c-format
msgid "permission denied to change default privileges"
msgstr "keine Berechtigung, um Vorgabeprivilegien zu ändern"

#: catalog/aclchk.c:1211 catalog/aclchk.c:1222
#, c-format
msgid "cannot use IN SCHEMA clause when using %s"
msgstr "Klausel IN SCHEMA kann nicht verwendet werden, wenn %s verwendet wird"

#: catalog/aclchk.c:1577 catalog/catalog.c:684 catalog/heap.c:2635
#: catalog/heap.c:2957 catalog/objectaddress.c:1528
#: catalog/pg_publication.c:570 commands/analyze.c:388 commands/copy.c:1040
#: commands/sequence.c:1655 commands/tablecmds.c:7761 commands/tablecmds.c:7939
#: commands/tablecmds.c:8140 commands/tablecmds.c:8269
#: commands/tablecmds.c:8423 commands/tablecmds.c:8517
#: commands/tablecmds.c:8620 commands/tablecmds.c:8786
#: commands/tablecmds.c:8816 commands/tablecmds.c:8971
#: commands/tablecmds.c:9074 commands/tablecmds.c:9208
#: commands/tablecmds.c:9321 commands/tablecmds.c:14409
#: commands/tablecmds.c:14612 commands/tablecmds.c:14773
#: commands/tablecmds.c:16001 commands/tablecmds.c:18768 commands/trigger.c:948
#: parser/analyze.c:2591 parser/parse_relation.c:749 parser/parse_target.c:1070
#: parser/parse_type.c:144 parser/parse_utilcmd.c:3671
#: parser/parse_utilcmd.c:3711 parser/parse_utilcmd.c:3753
#: statistics/attribute_stats.c:212 statistics/attribute_stats.c:955
#: utils/adt/acl.c:2938 utils/adt/ruleutils.c:2858
#, c-format
msgid "column \"%s\" of relation \"%s\" does not exist"
msgstr "Spalte »%s« von Relation »%s« existiert nicht"

#: catalog/aclchk.c:1822
#, c-format
msgid "\"%s\" is an index"
msgstr "»%s« ist ein Index"

#: catalog/aclchk.c:1829 commands/tablecmds.c:16158 commands/tablecmds.c:19687
#, c-format
msgid "\"%s\" is a composite type"
msgstr "»%s« ist ein zusammengesetzter Typ"

#: catalog/aclchk.c:1837 catalog/objectaddress.c:1368 commands/tablecmds.c:266
#: commands/tablecmds.c:19651 utils/adt/acl.c:2122 utils/adt/acl.c:2152
#: utils/adt/acl.c:2185 utils/adt/acl.c:2221 utils/adt/acl.c:2252
#: utils/adt/acl.c:2283
#, c-format
msgid "\"%s\" is not a sequence"
msgstr "»%s« ist keine Sequenz"

#: catalog/aclchk.c:1875
#, c-format
msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
msgstr "Sequenz »%s« unterstützt nur die Privilegien USAGE, SELECT und UPDATE"

#: catalog/aclchk.c:1892
#, c-format
msgid "invalid privilege type %s for table"
msgstr "ungültiger Privilegtyp %s für Tabelle"

#: catalog/aclchk.c:2057
#, c-format
msgid "invalid privilege type %s for column"
msgstr "ungültiger Privilegtyp %s für Spalte"

#: catalog/aclchk.c:2070
#, c-format
msgid "sequence \"%s\" only supports SELECT column privileges"
msgstr "Sequenz »%s« unterstützt nur den Spaltenprivilegientyp SELECT"

#: catalog/aclchk.c:2261
#, c-format
msgid "language \"%s\" is not trusted"
msgstr "Sprache »%s« ist nicht »trusted«"

#: catalog/aclchk.c:2263
#, c-format
msgid "GRANT and REVOKE are not allowed on untrusted languages, because only superusers can use untrusted languages."
msgstr "GRANT und REVOKE sind für nicht vertrauenswürdige Sprachen nicht erlaubt, weil nur Superuser nicht vertrauenswürdige Sprachen verwenden können."

#: catalog/aclchk.c:2414
#, c-format
msgid "cannot set privileges of array types"
msgstr "für Array-Typen können keine Privilegien gesetzt werden"

#: catalog/aclchk.c:2415
#, c-format
msgid "Set the privileges of the element type instead."
msgstr "Setzen Sie stattdessen die Privilegien des Elementtyps."

#: catalog/aclchk.c:2419
#, c-format
msgid "cannot set privileges of multirange types"
msgstr "für Multirange-Typen können keine Privilegien gesetzt werden"

#: catalog/aclchk.c:2420
#, c-format
msgid "Set the privileges of the range type instead."
msgstr "Setzen Sie stattdessen die Privilegien des Range-Typs."

#: catalog/aclchk.c:2603
#, c-format
msgid "unrecognized privilege type \"%s\""
msgstr "unbekannter Privilegtyp »%s«"

#: catalog/aclchk.c:2670
#, c-format
msgid "permission denied for aggregate %s"
msgstr "keine Berechtigung für Aggregatfunktion %s"

#: catalog/aclchk.c:2673
#, c-format
msgid "permission denied for collation %s"
msgstr "keine Berechtigung für Sortierfolge %s"

#: catalog/aclchk.c:2676
#, c-format
msgid "permission denied for column %s"
msgstr "keine Berechtigung für Spalte %s"

#: catalog/aclchk.c:2679
#, c-format
msgid "permission denied for conversion %s"
msgstr "keine Berechtigung für Konversion %s"

#: catalog/aclchk.c:2682
#, c-format
msgid "permission denied for database %s"
msgstr "keine Berechtigung für Datenbank %s"

#: catalog/aclchk.c:2685
#, c-format
msgid "permission denied for domain %s"
msgstr "keine Berechtigung für Domäne %s"

#: catalog/aclchk.c:2688
#, c-format
msgid "permission denied for event trigger %s"
msgstr "keine Berechtigung für Ereignistrigger %s"

#: catalog/aclchk.c:2691
#, c-format
msgid "permission denied for extension %s"
msgstr "keine Berechtigung für Erweiterung %s"

#: catalog/aclchk.c:2694
#, c-format
msgid "permission denied for foreign-data wrapper %s"
msgstr "keine Berechtigung für Fremddaten-Wrapper %s"

#: catalog/aclchk.c:2697
#, c-format
msgid "permission denied for foreign server %s"
msgstr "keine Berechtigung für Fremdserver %s"

#: catalog/aclchk.c:2700
#, c-format
msgid "permission denied for foreign table %s"
msgstr "keine Berechtigung für Fremdtabelle %s"

#: catalog/aclchk.c:2703
#, c-format
msgid "permission denied for function %s"
msgstr "keine Berechtigung für Funktion %s"

#: catalog/aclchk.c:2706
#, c-format
msgid "permission denied for index %s"
msgstr "keine Berechtigung für Index %s"

#: catalog/aclchk.c:2709
#, c-format
msgid "permission denied for language %s"
msgstr "keine Berechtigung für Sprache %s"

#: catalog/aclchk.c:2712
#, c-format
msgid "permission denied for large object %s"
msgstr "keine Berechtigung für Large Object %s"

#: catalog/aclchk.c:2715
#, c-format
msgid "permission denied for materialized view %s"
msgstr "keine Berechtigung für materialisierte Sicht %s"

#: catalog/aclchk.c:2718
#, c-format
msgid "permission denied for operator class %s"
msgstr "keine Berechtigung für Operatorklasse %s"

#: catalog/aclchk.c:2721
#, c-format
msgid "permission denied for operator %s"
msgstr "keine Berechtigung für Operator %s"

#: catalog/aclchk.c:2724
#, c-format
msgid "permission denied for operator family %s"
msgstr "keine Berechtigung für Operatorfamilie %s"

#: catalog/aclchk.c:2727
#, c-format
msgid "permission denied for parameter %s"
msgstr "keine Berechtigung für Parameter %s"

#: catalog/aclchk.c:2730
#, c-format
msgid "permission denied for policy %s"
msgstr "keine Berechtigung für Policy %s"

#: catalog/aclchk.c:2733
#, c-format
msgid "permission denied for procedure %s"
msgstr "keine Berechtigung für Prozedur %s"

#: catalog/aclchk.c:2736
#, c-format
msgid "permission denied for publication %s"
msgstr "keine Berechtigung für Publikation %s"

#: catalog/aclchk.c:2739
#, c-format
msgid "permission denied for routine %s"
msgstr "keine Berechtigung für Routine %s"

#: catalog/aclchk.c:2742
#, c-format
msgid "permission denied for schema %s"
msgstr "keine Berechtigung für Schema %s"

#: catalog/aclchk.c:2745 commands/sequence.c:654 commands/sequence.c:880
#: commands/sequence.c:922 commands/sequence.c:963 commands/sequence.c:1753
#, c-format
msgid "permission denied for sequence %s"
msgstr "keine Berechtigung für Sequenz %s"

#: catalog/aclchk.c:2748
#, c-format
msgid "permission denied for statistics object %s"
msgstr "keine Berechtigung für Statistikobjekt %s"

#: catalog/aclchk.c:2751
#, c-format
msgid "permission denied for subscription %s"
msgstr "keine Berechtigung für Subskription %s"

#: catalog/aclchk.c:2754
#, c-format
msgid "permission denied for table %s"
msgstr "keine Berechtigung für Tabelle %s"

#: catalog/aclchk.c:2757
#, c-format
msgid "permission denied for tablespace %s"
msgstr "keine Berechtigung für Tablespace %s"

#: catalog/aclchk.c:2760
#, c-format
msgid "permission denied for text search configuration %s"
msgstr "keine Berechtigung für Textsuchekonfiguration %s"

#: catalog/aclchk.c:2763
#, c-format
msgid "permission denied for text search dictionary %s"
msgstr "keine Berechtigung für Textsuchewörterbuch %s"

#: catalog/aclchk.c:2766
#, c-format
msgid "permission denied for type %s"
msgstr "keine Berechtigung für Typ %s"

#: catalog/aclchk.c:2769
#, c-format
msgid "permission denied for view %s"
msgstr "keine Berechtigung für Sicht %s"

#: catalog/aclchk.c:2805
#, c-format
msgid "must be owner of aggregate %s"
msgstr "Berechtigung nur für Eigentümer der Aggregatfunktion %s"

#: catalog/aclchk.c:2808
#, c-format
msgid "must be owner of collation %s"
msgstr "Berechtigung nur für Eigentümer der Sortierfolge %s"

#: catalog/aclchk.c:2811
#, c-format
msgid "must be owner of conversion %s"
msgstr "Berechtigung nur für Eigentümer der Konversion %s"

#: catalog/aclchk.c:2814
#, c-format
msgid "must be owner of database %s"
msgstr "Berechtigung nur für Eigentümer der Datenbank %s"

#: catalog/aclchk.c:2817
#, c-format
msgid "must be owner of domain %s"
msgstr "Berechtigung nur für Eigentümer der Domäne %s"

#: catalog/aclchk.c:2820
#, c-format
msgid "must be owner of event trigger %s"
msgstr "Berechtigung nur für Eigentümer des Ereignistriggers %s"

#: catalog/aclchk.c:2823
#, c-format
msgid "must be owner of extension %s"
msgstr "Berechtigung nur für Eigentümer der Erweiterung %s"

#: catalog/aclchk.c:2826
#, c-format
msgid "must be owner of foreign-data wrapper %s"
msgstr "Berechtigung nur für Eigentümer des Fremddaten-Wrappers %s"

#: catalog/aclchk.c:2829
#, c-format
msgid "must be owner of foreign server %s"
msgstr "Berechtigung nur für Eigentümer des Fremdservers %s"

#: catalog/aclchk.c:2832
#, c-format
msgid "must be owner of foreign table %s"
msgstr "Berechtigung nur für Eigentümer der Fremdtabelle %s"

#: catalog/aclchk.c:2835
#, c-format
msgid "must be owner of function %s"
msgstr "Berechtigung nur für Eigentümer der Funktion %s"

#: catalog/aclchk.c:2838
#, c-format
msgid "must be owner of index %s"
msgstr "Berechtigung nur für Eigentümer des Index %s"

#: catalog/aclchk.c:2841
#, c-format
msgid "must be owner of language %s"
msgstr "Berechtigung nur für Eigentümer der Sprache %s"

#: catalog/aclchk.c:2844
#, c-format
msgid "must be owner of large object %s"
msgstr "Berechtigung nur für Eigentümer des Large Object %s"

#: catalog/aclchk.c:2847
#, c-format
msgid "must be owner of materialized view %s"
msgstr "Berechtigung nur für Eigentümer der materialisierten Sicht %s"

#: catalog/aclchk.c:2850
#, c-format
msgid "must be owner of operator class %s"
msgstr "Berechtigung nur für Eigentümer der Operatorklasse %s"

#: catalog/aclchk.c:2853
#, c-format
msgid "must be owner of operator %s"
msgstr "Berechtigung nur für Eigentümer des Operators %s"

#: catalog/aclchk.c:2856
#, c-format
msgid "must be owner of operator family %s"
msgstr "Berechtigung nur für Eigentümer der Operatorfamilie %s"

#: catalog/aclchk.c:2859
#, c-format
msgid "must be owner of procedure %s"
msgstr "Berechtigung nur für Eigentümer der Prozedur %s"

#: catalog/aclchk.c:2862
#, c-format
msgid "must be owner of publication %s"
msgstr "Berechtigung nur für Eigentümer der Publikation %s"

#: catalog/aclchk.c:2865
#, c-format
msgid "must be owner of routine %s"
msgstr "Berechtigung nur für Eigentümer der Routine %s"

#: catalog/aclchk.c:2868
#, c-format
msgid "must be owner of sequence %s"
msgstr "Berechtigung nur für Eigentümer der Sequenz %s"

#: catalog/aclchk.c:2871
#, c-format
msgid "must be owner of subscription %s"
msgstr "Berechtigung nur für Eigentümer der Subskription %s"

#: catalog/aclchk.c:2874
#, c-format
msgid "must be owner of table %s"
msgstr "Berechtigung nur für Eigentümer der Tabelle %s"

#: catalog/aclchk.c:2877
#, c-format
msgid "must be owner of type %s"
msgstr "Berechtigung nur für Eigentümer des Typs %s"

#: catalog/aclchk.c:2880
#, c-format
msgid "must be owner of view %s"
msgstr "Berechtigung nur für Eigentümer der Sicht %s"

#: catalog/aclchk.c:2883
#, c-format
msgid "must be owner of schema %s"
msgstr "Berechtigung nur für Eigentümer des Schemas %s"

#: catalog/aclchk.c:2886
#, c-format
msgid "must be owner of statistics object %s"
msgstr "Berechtigung nur für Eigentümer des Statistikobjekts %s"

#: catalog/aclchk.c:2889
#, c-format
msgid "must be owner of tablespace %s"
msgstr "Berechtigung nur für Eigentümer des Tablespace %s"

#: catalog/aclchk.c:2892
#, c-format
msgid "must be owner of text search configuration %s"
msgstr "Berechtigung nur für Eigentümer der Textsuchekonfiguration %s"

#: catalog/aclchk.c:2895
#, c-format
msgid "must be owner of text search dictionary %s"
msgstr "Berechtigung nur für Eigentümer des Textsuchewörterbuches %s"

#: catalog/aclchk.c:2909
#, c-format
msgid "must be owner of relation %s"
msgstr "Berechtigung nur für Eigentümer der Relation %s"

#: catalog/aclchk.c:2955
#, c-format
msgid "permission denied for column \"%s\" of relation \"%s\""
msgstr "keine Berechtigung für Spalte »%s« von Relation »%s«"

#: catalog/aclchk.c:3189 catalog/aclchk.c:3208
#, c-format
msgid "attribute %d of relation with OID %u does not exist"
msgstr "Attribut %d der Relation mit OID %u existiert nicht"

#: catalog/aclchk.c:3246 catalog/aclchk.c:3309 catalog/aclchk.c:3948
#, c-format
msgid "relation with OID %u does not exist"
msgstr "Relation mit OID %u existiert nicht"

#: catalog/aclchk.c:3494
#, c-format
msgid "parameter ACL with OID %u does not exist"
msgstr "Parameter-ACL mit OID %u existiert nicht"

#: catalog/aclchk.c:3573 catalog/objectaddress.c:1055
#: catalog/pg_largeobject.c:125 libpq/be-fsstubs.c:323
#: storage/large_object/inv_api.c:247
#, c-format
msgid "large object %u does not exist"
msgstr "Large Object %u existiert nicht"

#: catalog/aclchk.c:3667 commands/collationcmds.c:849
#: commands/publicationcmds.c:1851
#, c-format
msgid "schema with OID %u does not exist"
msgstr "Schema mit OID %u existiert nicht"

#: catalog/aclchk.c:3741 catalog/aclchk.c:3768 catalog/aclchk.c:3797
#: utils/cache/typcache.c:473 utils/cache/typcache.c:528
#, c-format
msgid "type with OID %u does not exist"
msgstr "Typ mit OID %u existiert nicht"

#: catalog/catalog.c:504
#, c-format
msgid "still searching for an unused OID in relation \"%s\""
msgstr "suche immer noch nach einer unbenutzten OID in in Relation »%s«"

#: catalog/catalog.c:506
#, c-format
msgid "OID candidates have been checked %<PRIu64> time, but no unused OID has been found yet."
msgid_plural "OID candidates have been checked %<PRIu64> times, but no unused OID has been found yet."
msgstr[0] "OID-Kandidaten wurden %<PRIu64> mal geprüft, aber es wurde bisher keine unbenutzte OID gefunden."
msgstr[1] "OID-Kandidaten wurden %<PRIu64> mal geprüft, aber es wurde bisher keine unbenutzte OID gefunden."

#: catalog/catalog.c:531
#, c-format
msgid "new OID has been assigned in relation \"%s\" after %<PRIu64> retry"
msgid_plural "new OID has been assigned in relation \"%s\" after %<PRIu64> retries"
msgstr[0] "neue OID in Relation »%s« wurde zugewiesen nach %<PRIu64> Versuch"
msgstr[1] "neue OID in Relation »%s« wurde zugewiesen nach %<PRIu64> Versuchen"

#: catalog/catalog.c:662 catalog/catalog.c:729
#, c-format
msgid "must be superuser to call %s()"
msgstr "nur Superuser können %s() aufrufen"

#: catalog/catalog.c:671
#, c-format
msgid "pg_nextoid() can only be used on system catalogs"
msgstr "pg_nextoid() kann nur mit Systemkatalogen verwendet werden"

#: catalog/catalog.c:676 parser/parse_utilcmd.c:2451
#, c-format
msgid "index \"%s\" does not belong to table \"%s\""
msgstr "Index »%s« gehört nicht zu Tabelle »%s«"

#: catalog/catalog.c:693
#, c-format
msgid "column \"%s\" is not of type oid"
msgstr "Spalte »%s« hat nicht Typ oid"

#: catalog/catalog.c:700
#, c-format
msgid "index \"%s\" is not the index for column \"%s\""
msgstr "»%s« ist kein Index für Spalte »%s«"

#: catalog/dependency.c:497 catalog/pg_shdepend.c:703
#, c-format
msgid "cannot drop %s because it is required by the database system"
msgstr "kann %s nicht löschen, wird vom Datenbanksystem benötigt"

#: catalog/dependency.c:789 catalog/dependency.c:1016
#, c-format
msgid "cannot drop %s because %s requires it"
msgstr "kann %s nicht löschen, wird von %s benötigt"

#: catalog/dependency.c:791 catalog/dependency.c:1018
#, c-format
msgid "You can drop %s instead."
msgstr "Sie können stattdessen %s löschen."

#: catalog/dependency.c:1097 catalog/dependency.c:1106
#, c-format
msgid "%s depends on %s"
msgstr "%s hängt von %s ab"

#: catalog/dependency.c:1121 catalog/dependency.c:1130
#, c-format
msgid "drop cascades to %s"
msgstr "Löschvorgang löscht ebenfalls %s"

#: catalog/dependency.c:1138 catalog/pg_shdepend.c:868
#, c-format
msgid ""
"\n"
"and %d other object (see server log for list)"
msgid_plural ""
"\n"
"and %d other objects (see server log for list)"
msgstr[0] ""
"\n"
"und %d weiteres Objekt (Liste im Serverlog)"
msgstr[1] ""
"\n"
"und %d weitere Objekte (Liste im Serverlog)"

#: catalog/dependency.c:1150
#, c-format
msgid "cannot drop %s because other objects depend on it"
msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen"

#: catalog/dependency.c:1154 catalog/dependency.c:1161
#, c-format
msgid "Use DROP ... CASCADE to drop the dependent objects too."
msgstr "Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu löschen."

#: catalog/dependency.c:1158
#, c-format
msgid "cannot drop desired object(s) because other objects depend on them"
msgstr "kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen"

#: catalog/dependency.c:1166
#, c-format
msgid "drop cascades to %d other object"
msgid_plural "drop cascades to %d other objects"
msgstr[0] "Löschvorgang löscht ebenfalls %d weiteres Objekt"
msgstr[1] "Löschvorgang löscht ebenfalls %d weitere Objekte"

#: catalog/dependency.c:1850
#, c-format
msgid "constant of the type %s cannot be used here"
msgstr "Konstante vom Typ %s kann hier nicht verwendet werden"

#: catalog/dependency.c:2205
#, c-format
msgid "transition table \"%s\" cannot be referenced in a persistent object"
msgstr "auf Übergangstabelle »%s« kann in einem persistenten Objekt nicht verwiesen werden"

#: catalog/dependency.c:2390 parser/parse_relation.c:3513
#: parser/parse_relation.c:3523 statistics/attribute_stats.c:224
#: statistics/attribute_stats.c:596 statistics/attribute_stats.c:604
#, c-format
msgid "column %d of relation \"%s\" does not exist"
msgstr "Spalte %d von Relation »%s« existiert nicht"

#: catalog/heap.c:321
#, c-format
msgid "permission denied to create \"%s.%s\""
msgstr "keine Berechtigung, um »%s.%s« zu erzeugen"

#: catalog/heap.c:323
#, c-format
msgid "System catalog modifications are currently disallowed."
msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt."

#: catalog/heap.c:463 commands/tablecmds.c:2572 commands/tablecmds.c:3024
#: commands/tablecmds.c:7371
#, c-format
msgid "tables can have at most %d columns"
msgstr "Tabellen können höchstens %d Spalten haben"

#: catalog/heap.c:481 commands/tablecmds.c:7673
#, c-format
msgid "column name \"%s\" conflicts with a system column name"
msgstr "Spaltenname »%s« steht im Konflikt mit dem Namen einer Systemspalte"

#: catalog/heap.c:497
#, c-format
msgid "column name \"%s\" specified more than once"
msgstr "Spaltenname »%s« mehrmals angegeben"

#. translator: first %s is an integer not a name
#: catalog/heap.c:579
#, c-format
msgid "partition key column %s has pseudo-type %s"
msgstr "Partitionierungsschlüsselspalte %s hat Pseudotyp %s"

#: catalog/heap.c:584
#, c-format
msgid "column \"%s\" has pseudo-type %s"
msgstr "Spalte »%s« hat Pseudotyp %s"

#: catalog/heap.c:599
#, c-format
msgid "virtual generated column \"%s\" cannot have a domain type"
msgstr "virtuelle generierte Spalte »%s« kann keinen Domänentyp haben"

#: catalog/heap.c:626
#, c-format
msgid "composite type %s cannot be made a member of itself"
msgstr "zusammengesetzter Typ %s kann nicht Teil von sich selbst werden"

#: catalog/heap.c:687
#, c-format
msgid "virtual generated column \"%s\" cannot have a user-defined type"
msgstr "virtuelle generierte Spalte »%s« kann keinen benutzerdefinierten Typ haben"

#: catalog/heap.c:688 catalog/heap.c:3311
#, c-format
msgid "Virtual generated columns that make use of user-defined types are not yet supported."
msgstr "Virtuelle generierte Spalten, die benutzerdefinierte Typen verwenden, werden noch nicht unterstützt."

#. translator: first %s is an integer not a name
#: catalog/heap.c:700
#, c-format
msgid "no collation was derived for partition key column %s with collatable type %s"
msgstr "für Partitionierungsschlüsselspalte %s mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet"

#: catalog/heap.c:706 commands/createas.c:200 commands/createas.c:512
#, c-format
msgid "no collation was derived for column \"%s\" with collatable type %s"
msgstr "für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet"

#: catalog/heap.c:1193 catalog/index.c:901 commands/createas.c:408
#: commands/tablecmds.c:4306
#, c-format
msgid "relation \"%s\" already exists"
msgstr "Relation »%s« existiert bereits"

#: catalog/heap.c:1209 catalog/pg_type.c:434 catalog/pg_type.c:805
#: catalog/pg_type.c:977 commands/typecmds.c:253 commands/typecmds.c:265
#: commands/typecmds.c:758 commands/typecmds.c:1213 commands/typecmds.c:1439
#: commands/typecmds.c:1619 commands/typecmds.c:2594
#, c-format
msgid "type \"%s\" already exists"
msgstr "Typ »%s« existiert bereits"

#: catalog/heap.c:1210
#, c-format
msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type."
msgstr "Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher müssen Sie einen Namen wählen, der nicht mit einem bestehenden Typ kollidiert."

#: catalog/heap.c:1250
#, c-format
msgid "toast relfilenumber value not set when in binary upgrade mode"
msgstr "TOAST-Relfile-Nummer-Wert ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/heap.c:1261
#, c-format
msgid "pg_class heap OID value not set when in binary upgrade mode"
msgstr "Heap-OID-Wert für pg_class ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/heap.c:1271
#, c-format
msgid "relfilenumber value not set when in binary upgrade mode"
msgstr "Relfile-Nummer-Wert ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/heap.c:2216
#, c-format
msgid "cannot add NO INHERIT constraint to partitioned table \"%s\""
msgstr "zur partitionierten Tabelle »%s« kann kein NO-INHERIT-Constraint hinzugefügt werden"

#: catalog/heap.c:2539
#, c-format
msgid "check constraint \"%s\" already exists"
msgstr "Check-Constraint »%s« existiert bereits"

#: catalog/heap.c:2640 catalog/heap.c:2963
#, c-format
msgid "cannot add not-null constraint on system column \"%s\""
msgstr "zur Systemspalte »%s« kann kein Not-Null-Constraint hinzugefügt werden"

#: catalog/heap.c:2668 catalog/heap.c:2794 catalog/heap.c:3047
#: catalog/index.c:915 catalog/pg_constraint.c:1025 commands/tablecmds.c:9831
#, c-format
msgid "constraint \"%s\" for relation \"%s\" already exists"
msgstr "Constraint »%s« existiert bereits für Relation »%s«"

#: catalog/heap.c:2801
#, c-format
msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\""
msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für Relation »%s«"

#: catalog/heap.c:2812
#, c-format
msgid "constraint \"%s\" conflicts with inherited constraint on relation \"%s\""
msgstr "Constraint »%s« kollidiert mit vererbtem Constraint für Relation »%s«"

#: catalog/heap.c:2822
#, c-format
msgid "constraint \"%s\" conflicts with NOT VALID constraint on relation \"%s\""
msgstr "Constraint »%s« kollidiert mit NOT-VALID-Constraint für Relation »%s«"

#: catalog/heap.c:2834
#, c-format
msgid "constraint \"%s\" conflicts with NOT ENFORCED constraint on relation \"%s\""
msgstr "Constraint »%s« kollidiert mit NOT-ENFORCED-Constraint für Relation »%s«"

#: catalog/heap.c:2839
#, c-format
msgid "merging constraint \"%s\" with inherited definition"
msgstr "Constraint »%s« wird mit geerbter Definition zusammengeführt"

#: catalog/heap.c:2863 catalog/pg_constraint.c:803 catalog/pg_constraint.c:1154
#: commands/tablecmds.c:3189 commands/tablecmds.c:3509
#: commands/tablecmds.c:7296 commands/tablecmds.c:7977
#: commands/tablecmds.c:17595 commands/tablecmds.c:17777
#, c-format
msgid "too many inheritance parents"
msgstr "zu viele Elterntabellen"

#: catalog/heap.c:2982 parser/parse_utilcmd.c:2659
#, c-format
msgid "conflicting NO INHERIT declaration for not-null constraint on column \"%s\""
msgstr "widersprüchliche NO INHERIT-Deklaration für Not-Null-Constraint für Spalte »%s«"

#: catalog/heap.c:2996
#, c-format
msgid "conflicting not-null constraint names \"%s\" and \"%s\""
msgstr "widersprüchliche Not-Null-Constraint-Namen »%s« und »%s«"

#: catalog/heap.c:3026
#, c-format
msgid "cannot define not-null constraint with NO INHERIT on column \"%s\""
msgstr "kann keinen Not-Null-Constraint mit NO INHERIT für Spalte »%s« definieren"

#: catalog/heap.c:3028
#, c-format
msgid "The column has an inherited not-null constraint."
msgstr "Die Spalte hat einen geerbten Not-Null-Constraint."

#: catalog/heap.c:3218
#, c-format
msgid "cannot use generated column \"%s\" in column generation expression"
msgstr "generierte Spalte »%s« kann nicht im Spaltengenerierungsausdruck verwendet werden"

#: catalog/heap.c:3220
#, c-format
msgid "A generated column cannot reference another generated column."
msgstr "Eine generierte Spalte kann nicht auf eine andere generierte Spalte verweisen."

#: catalog/heap.c:3226
#, c-format
msgid "cannot use whole-row variable in column generation expression"
msgstr "Variable mit Verweis auf die ganze Zeile kann nicht im Spaltengenerierungsausdruck verwendet werden"

#: catalog/heap.c:3227
#, c-format
msgid "This would cause the generated column to depend on its own value."
msgstr "Dadurch würde die generierte Spalte von ihrem eigenen Wert abhängen."

#: catalog/heap.c:3294
#, c-format
msgid "generation expression uses user-defined function"
msgstr "Generierungsausdruck verwendet benutzerdefinierte Funktion"

#: catalog/heap.c:3295
#, c-format
msgid "Virtual generated columns that make use of user-defined functions are not yet supported."
msgstr "Virtuelle generierte Spalten, die benutzerdefinierte Funktionen verwenden, werden noch nicht unterstützt."

#: catalog/heap.c:3310
#, c-format
msgid "generation expression uses user-defined type"
msgstr "Generierungsausdruck verwendet benutzerdefinierten Typ"

#: catalog/heap.c:3362
#, c-format
msgid "generation expression is not immutable"
msgstr "Generierungsausdruck ist nicht »immutable«"

#: catalog/heap.c:3394 rewrite/rewriteHandler.c:1321
#, c-format
msgid "column \"%s\" is of type %s but default expression is of type %s"
msgstr "Spalte »%s« hat Typ %s, aber der Vorgabeausdruck hat Typ %s"

#: catalog/heap.c:3399 commands/prepare.c:334 parser/analyze.c:2922
#: parser/parse_target.c:595 parser/parse_target.c:885
#: parser/parse_target.c:895 rewrite/rewriteHandler.c:1326
#, c-format
msgid "You will need to rewrite or cast the expression."
msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen."

#: catalog/heap.c:3446
#, c-format
msgid "only table \"%s\" can be referenced in check constraint"
msgstr "nur Verweise auf Tabelle »%s« sind im Check-Constraint zugelassen"

#: catalog/heap.c:3752
#, c-format
msgid "unsupported ON COMMIT and foreign key combination"
msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel"

#: catalog/heap.c:3753
#, c-format
msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
msgstr "Tabelle »%s« verweist auf »%s«, aber sie haben nicht die gleiche ON-COMMIT-Einstellung."

#: catalog/heap.c:3758
#, c-format
msgid "cannot truncate a table referenced in a foreign key constraint"
msgstr "kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, nicht leeren"

#: catalog/heap.c:3759
#, c-format
msgid "Table \"%s\" references \"%s\"."
msgstr "Tabelle »%s« verweist auf »%s«."

#: catalog/heap.c:3761
#, c-format
msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
msgstr "Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... CASCADE."

#: catalog/index.c:220 parser/parse_utilcmd.c:2356
#, c-format
msgid "multiple primary keys for table \"%s\" are not allowed"
msgstr "mehrere Primärschlüssel für Tabelle »%s« nicht erlaubt"

#: catalog/index.c:234
#, c-format
msgid "primary keys cannot use NULLS NOT DISTINCT indexes"
msgstr "Primärschlüssel können keine NULLS-NOT-DISTINCT-Indexe verwenden"

#: catalog/index.c:251
#, c-format
msgid "primary keys cannot be expressions"
msgstr "Primärschlüssel können keine Ausdrücke sein"

#: catalog/index.c:268
#, c-format
msgid "primary key column \"%s\" is not marked NOT NULL"
msgstr "Primärschlüsselspalte »%s« ist nicht als NOT NULL markiert"

#: catalog/index.c:800 catalog/index.c:1921
#, c-format
msgid "user-defined indexes on system catalog tables are not supported"
msgstr "benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt"

#: catalog/index.c:840
#, c-format
msgid "nondeterministic collations are not supported for operator class \"%s\""
msgstr "nichtdeterministische Sortierfolgen werden von Operatorklasse »%s« nicht unterstützt"

#: catalog/index.c:855
#, c-format
msgid "concurrent index creation on system catalog tables is not supported"
msgstr "nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt"

#: catalog/index.c:864 catalog/index.c:1333
#, c-format
msgid "concurrent index creation for exclusion constraints is not supported"
msgstr "nebenläufige Indexerzeugung für Exclusion-Constraints wird nicht unterstützt"

#: catalog/index.c:873
#, c-format
msgid "shared indexes cannot be created after initdb"
msgstr "Cluster-globale Indexe können nicht nach initdb erzeugt werden"

#: catalog/index.c:893 commands/createas.c:423 commands/sequence.c:159
#: parser/parse_utilcmd.c:210
#, c-format
msgid "relation \"%s\" already exists, skipping"
msgstr "Relation »%s« existiert bereits, wird übersprungen"

#: catalog/index.c:943
#, c-format
msgid "pg_class index OID value not set when in binary upgrade mode"
msgstr "Index-OID-Wert für pg_class ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/index.c:953 utils/cache/relcache.c:3795
#, c-format
msgid "index relfilenumber value not set when in binary upgrade mode"
msgstr "Index-Relfile-Nummer-Wert ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/index.c:2222
#, c-format
msgid "DROP INDEX CONCURRENTLY must be first action in transaction"
msgstr "DROP INDEX CONCURRENTLY muss die erste Aktion in einer Transaktion sein"

#: catalog/index.c:3729
#, c-format
msgid "cannot reindex temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht reindizieren"

#: catalog/index.c:3740 commands/indexcmds.c:3793
#, c-format
msgid "cannot reindex invalid index on TOAST table"
msgstr "ungültiger Index einer TOAST-Tabelle kann nicht reindiziert werden"

#: catalog/index.c:3756 commands/indexcmds.c:3671 commands/indexcmds.c:3817
#: commands/tablecmds.c:3713
#, c-format
msgid "cannot move system relation \"%s\""
msgstr "Systemrelation »%s« kann nicht verschoben werden"

#: catalog/index.c:3893
#, c-format
msgid "index \"%s\" was reindexed"
msgstr "Index »%s« wurde neu indiziert"

#: catalog/index.c:4059
#, c-format
msgid "cannot reindex invalid index \"%s.%s\" on TOAST table, skipping"
msgstr "ungültiger Index »%s.%s« einer TOAST-Tabelle kann nicht reindizert werden, wird übersprungen"

#: catalog/namespace.c:462 catalog/namespace.c:666 catalog/namespace.c:758
#: commands/trigger.c:5838
#, c-format
msgid "cross-database references are not implemented: \"%s.%s.%s\""
msgstr "Verweise auf andere Datenbanken sind nicht implementiert: »%s.%s.%s«"

#: catalog/namespace.c:519
#, c-format
msgid "temporary tables cannot specify a schema name"
msgstr "temporäre Tabellen können keinen Schemanamen angeben"

#: catalog/namespace.c:600
#, c-format
msgid "could not obtain lock on relation \"%s.%s\""
msgstr "konnte Sperre für Relation »%s.%s« nicht setzen"

#: catalog/namespace.c:605 commands/lockcmds.c:143 commands/lockcmds.c:223
#, c-format
msgid "could not obtain lock on relation \"%s\""
msgstr "konnte Sperre für Relation »%s« nicht setzen"

#: catalog/namespace.c:633 parser/parse_relation.c:1447
#, c-format
msgid "relation \"%s.%s\" does not exist"
msgstr "Relation »%s.%s« existiert nicht"

#: catalog/namespace.c:638 parser/parse_relation.c:1460
#: parser/parse_relation.c:1468 utils/adt/regproc.c:913
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "Relation »%s« existiert nicht"

#: catalog/namespace.c:704 catalog/namespace.c:3525 commands/extension.c:1933
#: commands/extension.c:1939
#, c-format
msgid "no schema has been selected to create in"
msgstr "kein Schema für die Objekterzeugung ausgewählt"

#: catalog/namespace.c:856 catalog/namespace.c:869
#, c-format
msgid "cannot create relations in temporary schemas of other sessions"
msgstr "kann keine Relationen in temporären Schemas anderer Sitzungen erzeugen"

#: catalog/namespace.c:860
#, c-format
msgid "cannot create temporary relation in non-temporary schema"
msgstr "kann keine temporäre Relation in einem nicht-temporären Schema erzeugen"

#: catalog/namespace.c:875
#, c-format
msgid "only temporary relations may be created in temporary schemas"
msgstr "nur temporäre Relationen können in temporären Schemas erzeugt werden"

#: catalog/namespace.c:2619
#, c-format
msgid "statistics object \"%s\" does not exist"
msgstr "Statistikobjekt »%s« existiert nicht"

#: catalog/namespace.c:2764
#, c-format
msgid "text search parser \"%s\" does not exist"
msgstr "Textsucheparser »%s« existiert nicht"

#: catalog/namespace.c:2909 utils/adt/regproc.c:1459
#, c-format
msgid "text search dictionary \"%s\" does not exist"
msgstr "Textsuchewörterbuch »%s« existiert nicht"

#: catalog/namespace.c:3055
#, c-format
msgid "text search template \"%s\" does not exist"
msgstr "Textsuchevorlage »%s« existiert nicht"

#: catalog/namespace.c:3200 commands/tsearchcmds.c:1168
#: utils/adt/regproc.c:1349 utils/cache/ts_cache.c:635
#, c-format
msgid "text search configuration \"%s\" does not exist"
msgstr "Textsuchekonfiguration »%s« existiert nicht"

#: catalog/namespace.c:3332 parser/parse_expr.c:867 parser/parse_target.c:1262
#, c-format
msgid "cross-database references are not implemented: %s"
msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s"

#: catalog/namespace.c:3338 gram.y:19355 gram.y:19395 parser/parse_expr.c:874
#: parser/parse_target.c:1269
#, c-format
msgid "improper qualified name (too many dotted names): %s"
msgstr "falscher qualifizierter Name (zu viele Namensteile): %s"

#: catalog/namespace.c:3468
#, c-format
msgid "cannot move objects into or out of temporary schemas"
msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden"

#: catalog/namespace.c:3474
#, c-format
msgid "cannot move objects into or out of TOAST schema"
msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden"

#: catalog/namespace.c:3547 commands/schemacmds.c:264 commands/schemacmds.c:344
#: commands/tablecmds.c:1474 utils/adt/regproc.c:1688
#, c-format
msgid "schema \"%s\" does not exist"
msgstr "Schema »%s« existiert nicht"

#: catalog/namespace.c:3578
#, c-format
msgid "improper relation name (too many dotted names): %s"
msgstr "falscher Relationsname (zu viele Namensteile): %s"

#: catalog/namespace.c:4019 utils/adt/regproc.c:1056
#, c-format
msgid "collation \"%s\" for encoding \"%s\" does not exist"
msgstr "Sortierfolge »%s« für Kodierung »%s« existiert nicht"

#: catalog/namespace.c:4074
#, c-format
msgid "conversion \"%s\" does not exist"
msgstr "Konversion »%s« existiert nicht"

#: catalog/namespace.c:4415
#, c-format
msgid "permission denied to create temporary tables in database \"%s\""
msgstr "keine Berechtigung, um temporäre Tabellen in Datenbank »%s« zu erzeugen"

#: catalog/namespace.c:4431
#, c-format
msgid "cannot create temporary tables during recovery"
msgstr "während der Wiederherstellung können keine temporären Tabellen erzeugt werden"

#: catalog/namespace.c:4437
#, c-format
msgid "cannot create temporary tables during a parallel operation"
msgstr "während einer parallelen Operation können keine temporären Tabellen erzeugt werden"

#: catalog/objectaddress.c:1376 commands/policy.c:93 commands/policy.c:373
#: commands/tablecmds.c:260 commands/tablecmds.c:302 commands/tablecmds.c:2397
#: commands/tablecmds.c:14547
#, c-format
msgid "\"%s\" is not a table"
msgstr "»%s« ist keine Tabelle"

#: catalog/objectaddress.c:1383 commands/tablecmds.c:272
#: commands/tablecmds.c:19656 commands/view.c:113
#, c-format
msgid "\"%s\" is not a view"
msgstr "»%s« ist keine Sicht"

#: catalog/objectaddress.c:1390 commands/matview.c:201 commands/tablecmds.c:278
#: commands/tablecmds.c:19661
#, c-format
msgid "\"%s\" is not a materialized view"
msgstr "»%s« ist keine materialisierte Sicht"

#: catalog/objectaddress.c:1397 commands/tablecmds.c:296
#: commands/tablecmds.c:19666
#, c-format
msgid "\"%s\" is not a foreign table"
msgstr "»%s« ist keine Fremdtabelle"

#: catalog/objectaddress.c:1438
#, c-format
msgid "must specify relation and object name"
msgstr "Relations- und Objektname müssen angegeben werden"

#: catalog/objectaddress.c:1514 catalog/objectaddress.c:1567
#, c-format
msgid "column name must be qualified"
msgstr "Spaltenname muss qualifiziert werden"

#: catalog/objectaddress.c:1586
#, c-format
msgid "default value for column \"%s\" of relation \"%s\" does not exist"
msgstr "Vorgabewert für Spalte »%s« von Relation »%s« existiert nicht"

#: catalog/objectaddress.c:1623 commands/functioncmds.c:132
#: commands/tablecmds.c:288 commands/typecmds.c:278 commands/typecmds.c:3842
#: parser/parse_type.c:243 parser/parse_type.c:272 parser/parse_type.c:801
#: utils/adt/acl.c:4575
#, c-format
msgid "type \"%s\" does not exist"
msgstr "Typ »%s« existiert nicht"

#: catalog/objectaddress.c:1634
#, c-format
msgid "\"%s\" is not a domain"
msgstr "»%s« ist keine Domäne"

#: catalog/objectaddress.c:1742
#, c-format
msgid "operator %d (%s, %s) of %s does not exist"
msgstr "Operator %d (%s, %s) von %s existiert nicht"

#: catalog/objectaddress.c:1773
#, c-format
msgid "function %d (%s, %s) of %s does not exist"
msgstr "Funktion %d (%s, %s) von %s existiert nicht"

#: catalog/objectaddress.c:1824 catalog/objectaddress.c:1850
#, c-format
msgid "user mapping for user \"%s\" on server \"%s\" does not exist"
msgstr "Benutzerabbildung für Benutzer »%s« auf Server »%s« existiert nicht"

#: catalog/objectaddress.c:1839 commands/foreigncmds.c:441
#: commands/foreigncmds.c:1009 commands/foreigncmds.c:1372
#: foreign/foreign.c:714
#, c-format
msgid "server \"%s\" does not exist"
msgstr "Server »%s« existiert nicht"

#: catalog/objectaddress.c:1906
#, c-format
msgid "publication relation \"%s\" in publication \"%s\" does not exist"
msgstr "Publikationsrelation »%s« in Publikation »%s« existiert nicht"

#: catalog/objectaddress.c:1953
#, c-format
msgid "publication schema \"%s\" in publication \"%s\" does not exist"
msgstr "Publikationsschema »%s« in Publikation »%s« existiert nicht"

#: catalog/objectaddress.c:2014
#, c-format
msgid "unrecognized default ACL object type \"%c\""
msgstr "unbekannter Standard-ACL-Objekttyp »%c«"

#: catalog/objectaddress.c:2015
#, c-format
msgid "Valid object types are \"%c\", \"%c\", \"%c\", \"%c\", \"%c\", \"%c\"."
msgstr "Gültige Objekttypen sind »%c«, »%c«, »%c«, »%c«, »%c«, »%c«."

#: catalog/objectaddress.c:2067
#, c-format
msgid "default ACL for user \"%s\" in schema \"%s\" on %s does not exist"
msgstr "Standard-ACL für Benutzer »%s« in Schema »%s« für %s existiert nicht"

#: catalog/objectaddress.c:2072
#, c-format
msgid "default ACL for user \"%s\" on %s does not exist"
msgstr "Standard-ACL für Benutzer »%s« für %s existiert nicht"

#: catalog/objectaddress.c:2098 catalog/objectaddress.c:2155
#: catalog/objectaddress.c:2210
#, c-format
msgid "name or argument lists may not contain nulls"
msgstr "Namens- oder Argumentlisten dürfen keine NULL-Werte enthalten"

#: catalog/objectaddress.c:2132
#, c-format
msgid "unsupported object type \"%s\""
msgstr "nicht unterstützter Objekttyp »%s«"

#: catalog/objectaddress.c:2151 catalog/objectaddress.c:2168
#: catalog/objectaddress.c:2233 catalog/objectaddress.c:2317
#, c-format
msgid "name list length must be exactly %d"
msgstr "Länge der Namensliste muss genau %d sein"

#: catalog/objectaddress.c:2172
#, c-format
msgid "large object OID may not be null"
msgstr "Large-Object-OID darf nicht NULL sein"

#: catalog/objectaddress.c:2181 catalog/objectaddress.c:2251
#: catalog/objectaddress.c:2258
#, c-format
msgid "name list length must be at least %d"
msgstr "Länge der Namensliste muss mindestens %d sein"

#: catalog/objectaddress.c:2244 catalog/objectaddress.c:2265
#, c-format
msgid "argument list length must be exactly %d"
msgstr "Länge der Argumentliste muss genau %d sein"

#: catalog/objectaddress.c:2479 libpq/be-fsstubs.c:334
#, c-format
msgid "must be owner of large object %u"
msgstr "Berechtigung nur für Eigentümer des Large Object %u"

#: catalog/objectaddress.c:2494 commands/functioncmds.c:1578
#, c-format
msgid "must be owner of type %s or type %s"
msgstr "Berechtigung nur für Eigentümer des Typs %s oder des Typs %s"

#: catalog/objectaddress.c:2521 catalog/objectaddress.c:2530
#: catalog/objectaddress.c:2536
#, c-format
msgid "permission denied"
msgstr "keine Berechtigung"

#: catalog/objectaddress.c:2522 catalog/objectaddress.c:2531
#, c-format
msgid "The current user must have the %s attribute."
msgstr "Der aktuelle Benutzer muss das %s-Attribut haben."

#: catalog/objectaddress.c:2537
#, c-format
msgid "The current user must have the %s option on role \"%s\"."
msgstr "Der aktuelle Benutzer muss die %s-Option für Rolle »%s« haben."

#: catalog/objectaddress.c:2551
#, c-format
msgid "must be superuser"
msgstr "Berechtigung nur für Superuser"

#: catalog/objectaddress.c:2620
#, c-format
msgid "unrecognized object type \"%s\""
msgstr "unbekannter Objekttyp »%s«"

#. translator: second %s is, e.g., "table %s"
#: catalog/objectaddress.c:2937
#, c-format
msgid "column %s of %s"
msgstr "Spalte %s von %s"

#: catalog/objectaddress.c:2952
#, c-format
msgid "function %s"
msgstr "Funktion %s"

#: catalog/objectaddress.c:2965
#, c-format
msgid "type %s"
msgstr "Typ %s"

#: catalog/objectaddress.c:3002
#, c-format
msgid "cast from %s to %s"
msgstr "Typumwandlung von %s in %s"

#: catalog/objectaddress.c:3035
#, c-format
msgid "collation %s"
msgstr "Sortierfolge %s"

#. translator: second %s is, e.g., "table %s"
#: catalog/objectaddress.c:3066
#, c-format
msgid "constraint %s on %s"
msgstr "Constraint %s für %s"

#: catalog/objectaddress.c:3072
#, c-format
msgid "constraint %s"
msgstr "Constraint %s"

#: catalog/objectaddress.c:3104
#, c-format
msgid "conversion %s"
msgstr "Konversion %s"

#. translator: %s is typically "column %s of table %s"
#: catalog/objectaddress.c:3126
#, c-format
msgid "default value for %s"
msgstr "Vorgabewert für %s"

#: catalog/objectaddress.c:3137
#, c-format
msgid "language %s"
msgstr "Sprache %s"

#: catalog/objectaddress.c:3145
#, c-format
msgid "large object %u"
msgstr "Large Object %u"

#: catalog/objectaddress.c:3158
#, c-format
msgid "operator %s"
msgstr "Operator %s"

#: catalog/objectaddress.c:3195
#, c-format
msgid "operator class %s for access method %s"
msgstr "Operatorklasse %s für Zugriffsmethode %s"

#: catalog/objectaddress.c:3223
#, c-format
msgid "access method %s"
msgstr "Zugriffsmethode %s"

#. translator: %d is the operator strategy (a number), the
#. first two %s's are data type names, the third %s is the
#. description of the operator family, and the last %s is the
#. textual form of the operator with arguments.
#: catalog/objectaddress.c:3278
#, c-format
msgid "operator %d (%s, %s) of %s: %s"
msgstr "Operator %d (%s, %s) von %s: %s"

#. translator: %d is the function number, the first two %s's
#. are data type names, the third %s is the description of the
#. operator family, and the last %s is the textual form of the
#. function with arguments.
#: catalog/objectaddress.c:3343
#, c-format
msgid "function %d (%s, %s) of %s: %s"
msgstr "Funktion %d (%s, %s) von %s: %s"

#. translator: second %s is, e.g., "table %s"
#: catalog/objectaddress.c:3397
#, c-format
msgid "rule %s on %s"
msgstr "Regel %s für %s"

#. translator: second %s is, e.g., "table %s"
#: catalog/objectaddress.c:3443
#, c-format
msgid "trigger %s on %s"
msgstr "Trigger %s für %s"

#: catalog/objectaddress.c:3463
#, c-format
msgid "schema %s"
msgstr "Schema %s"

#: catalog/objectaddress.c:3491
#, c-format
msgid "statistics object %s"
msgstr "Statistikobjekt %s"

#: catalog/objectaddress.c:3522
#, c-format
msgid "text search parser %s"
msgstr "Textsucheparser %s"

#: catalog/objectaddress.c:3553
#, c-format
msgid "text search dictionary %s"
msgstr "Textsuchewörterbuch %s"

#: catalog/objectaddress.c:3584
#, c-format
msgid "text search template %s"
msgstr "Textsuchevorlage %s"

#: catalog/objectaddress.c:3615
#, c-format
msgid "text search configuration %s"
msgstr "Textsuchekonfiguration %s"

#: catalog/objectaddress.c:3628
#, c-format
msgid "role %s"
msgstr "Rolle %s"

#: catalog/objectaddress.c:3665 catalog/objectaddress.c:5589
#, c-format
msgid "membership of role %s in role %s"
msgstr "Mitgliedschaft von Rolle %s in Rolle %s"

#: catalog/objectaddress.c:3686
#, c-format
msgid "database %s"
msgstr "Datenbank %s"

#: catalog/objectaddress.c:3702
#, c-format
msgid "tablespace %s"
msgstr "Tablespace %s"

#: catalog/objectaddress.c:3713
#, c-format
msgid "foreign-data wrapper %s"
msgstr "Fremddaten-Wrapper %s"

#: catalog/objectaddress.c:3723
#, c-format
msgid "server %s"
msgstr "Server %s"

#: catalog/objectaddress.c:3756
#, c-format
msgid "user mapping for %s on server %s"
msgstr "Benutzerabbildung für %s auf Server %s"

#: catalog/objectaddress.c:3808
#, c-format
msgid "default privileges on new relations belonging to role %s in schema %s"
msgstr "Vorgabeprivilegien für neue Relationen von Rolle %s in Schema %s"

#: catalog/objectaddress.c:3812
#, c-format
msgid "default privileges on new relations belonging to role %s"
msgstr "Vorgabeprivilegien für neue Relationen von Rolle %s"

#: catalog/objectaddress.c:3818
#, c-format
msgid "default privileges on new sequences belonging to role %s in schema %s"
msgstr "Vorgabeprivilegien für neue Sequenzen von Rolle %s in Schema %s"

#: catalog/objectaddress.c:3822
#, c-format
msgid "default privileges on new sequences belonging to role %s"
msgstr "Vorgabeprivilegien für neue Sequenzen von Rolle %s"

#: catalog/objectaddress.c:3828
#, c-format
msgid "default privileges on new functions belonging to role %s in schema %s"
msgstr "Vorgabeprivilegien für neue Funktionen von Rolle %s in Schema %s"

#: catalog/objectaddress.c:3832
#, c-format
msgid "default privileges on new functions belonging to role %s"
msgstr "Vorgabeprivilegien für neue Funktionen von Rolle %s"

#: catalog/objectaddress.c:3838
#, c-format
msgid "default privileges on new types belonging to role %s in schema %s"
msgstr "Vorgabeprivilegien für neue Typen von Rolle %s in Schema %s"

#: catalog/objectaddress.c:3842
#, c-format
msgid "default privileges on new types belonging to role %s"
msgstr "Vorgabeprivilegien für neue Typen von Rolle %s"

#: catalog/objectaddress.c:3848
#, c-format
msgid "default privileges on new schemas belonging to role %s"
msgstr "Vorgabeprivilegien für neue Schemas von Rolle %s"

#: catalog/objectaddress.c:3854
#, c-format
msgid "default privileges on new large objects belonging to role %s"
msgstr "Vorgabeprivilegien für neue Large Objects von Rolle %s"

#: catalog/objectaddress.c:3861
#, c-format
msgid "default privileges belonging to role %s in schema %s"
msgstr "Vorgabeprivilegien von Rolle %s in Schema %s"

#: catalog/objectaddress.c:3865
#, c-format
msgid "default privileges belonging to role %s"
msgstr "Vorgabeprivilegien von Rolle %s"

#: catalog/objectaddress.c:3887
#, c-format
msgid "extension %s"
msgstr "Erweiterung %s"

#: catalog/objectaddress.c:3904
#, c-format
msgid "event trigger %s"
msgstr "Ereignistrigger %s"

#: catalog/objectaddress.c:3928
#, c-format
msgid "parameter %s"
msgstr "Parameter %s"

#. translator: second %s is, e.g., "table %s"
#: catalog/objectaddress.c:3971
#, c-format
msgid "policy %s on %s"
msgstr "Policy %s für %s"

#: catalog/objectaddress.c:3985
#, c-format
msgid "publication %s"
msgstr "Publikation %s"

#: catalog/objectaddress.c:3998
#, c-format
msgid "publication of schema %s in publication %s"
msgstr "Publikation von Schema %s in Publikation %s"

#. translator: first %s is, e.g., "table %s"
#: catalog/objectaddress.c:4029
#, c-format
msgid "publication of %s in publication %s"
msgstr "Publikation von %s in Publikation %s"

#: catalog/objectaddress.c:4042
#, c-format
msgid "subscription %s"
msgstr "Subskription %s"

#: catalog/objectaddress.c:4063
#, c-format
msgid "transform for %s language %s"
msgstr "Transformation %s für Sprache %s"

#: catalog/objectaddress.c:4132
#, c-format
msgid "table %s"
msgstr "Tabelle %s"

#: catalog/objectaddress.c:4137
#, c-format
msgid "index %s"
msgstr "Index %s"

#: catalog/objectaddress.c:4141
#, c-format
msgid "sequence %s"
msgstr "Sequenz %s"

#: catalog/objectaddress.c:4145
#, c-format
msgid "toast table %s"
msgstr "TOAST-Tabelle %s"

#: catalog/objectaddress.c:4149
#, c-format
msgid "view %s"
msgstr "Sicht %s"

#: catalog/objectaddress.c:4153
#, c-format
msgid "materialized view %s"
msgstr "materialisierte Sicht %s"

#: catalog/objectaddress.c:4157
#, c-format
msgid "composite type %s"
msgstr "zusammengesetzter Typ %s"

#: catalog/objectaddress.c:4161
#, c-format
msgid "foreign table %s"
msgstr "Fremdtabelle %s"

#: catalog/objectaddress.c:4166
#, c-format
msgid "relation %s"
msgstr "Relation %s"

#: catalog/objectaddress.c:4207
#, c-format
msgid "operator family %s for access method %s"
msgstr "Operatorfamilie %s für Zugriffsmethode %s"

#: catalog/pg_aggregate.c:129
#, c-format
msgid "aggregates cannot have more than %d argument"
msgid_plural "aggregates cannot have more than %d arguments"
msgstr[0] "Aggregatfunktionen können nicht mehr als %d Argument haben"
msgstr[1] "Aggregatfunktionen können nicht mehr als %d Argumente haben"

#: catalog/pg_aggregate.c:144 catalog/pg_aggregate.c:158
#, c-format
msgid "cannot determine transition data type"
msgstr "kann Übergangsdatentyp nicht bestimmen"

#: catalog/pg_aggregate.c:173
#, c-format
msgid "a variadic ordered-set aggregate must use VARIADIC type ANY"
msgstr "eine variadische Ordered-Set-Aggregatfunktion muss VARIADIC-Typ ANY verwenden"

#: catalog/pg_aggregate.c:199
#, c-format
msgid "a hypothetical-set aggregate must have direct arguments matching its aggregated arguments"
msgstr "eine Hypothetical-Set-Aggregatfunktion muss direkte Argumente haben, die mit ihren aggregierten Argumenten übereinstimmen"

#: catalog/pg_aggregate.c:246 catalog/pg_aggregate.c:290
#, c-format
msgid "return type of transition function %s is not %s"
msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s"

#: catalog/pg_aggregate.c:266 catalog/pg_aggregate.c:309
#, c-format
msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type"
msgstr "Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist und Übergangstyp nicht mit Eingabetyp kompatibel ist"

#: catalog/pg_aggregate.c:335
#, c-format
msgid "return type of inverse transition function %s is not %s"
msgstr "Rückgabetyp der inversen Übergangsfunktion %s ist nicht %s"

#: catalog/pg_aggregate.c:352 executor/nodeWindowAgg.c:3105
#, c-format
msgid "strictness of aggregate's forward and inverse transition functions must match"
msgstr "Striktheit der vorwärtigen und inversen Übergangsfunktionen einer Aggregatfunktion müssen übereinstimmen"

#: catalog/pg_aggregate.c:396 catalog/pg_aggregate.c:554
#, c-format
msgid "final function with extra arguments must not be declared STRICT"
msgstr "Abschlussfunktion mit zusätzlichen Argumenten darf nicht als STRICT deklariert sein"

#: catalog/pg_aggregate.c:427
#, c-format
msgid "return type of combine function %s is not %s"
msgstr "Rückgabetyp der Kombinierfunktion %s ist nicht %s"

#: catalog/pg_aggregate.c:439 executor/nodeAgg.c:4005
#, c-format
msgid "combine function with transition type %s must not be declared STRICT"
msgstr "Kombinierfunktion mit Übergangstyp %s darf nicht als STRICT deklariert sein"

#: catalog/pg_aggregate.c:458
#, c-format
msgid "return type of serialization function %s is not %s"
msgstr "Rückgabetyp der Serialisierungsfunktion %s ist nicht %s"

#: catalog/pg_aggregate.c:479
#, c-format
msgid "return type of deserialization function %s is not %s"
msgstr "Rückgabetyp der Deserialisierungsfunktion %s ist nicht %s"

#: catalog/pg_aggregate.c:498 catalog/pg_proc.c:217 catalog/pg_proc.c:251
#, c-format
msgid "cannot determine result data type"
msgstr "kann Ergebnisdatentyp nicht bestimmen"

#: catalog/pg_aggregate.c:513 catalog/pg_proc.c:230 catalog/pg_proc.c:259
#, c-format
msgid "unsafe use of pseudo-type \"internal\""
msgstr "unsichere Verwendung des Pseudotyps »internal«"

#: catalog/pg_aggregate.c:567
#, c-format
msgid "moving-aggregate implementation returns type %s, but plain implementation returns type %s"
msgstr "Moving-Aggregat-Implementierung gibt Typ %s zurück, aber die normale Implementierung gibt Typ %s zurück"

#: catalog/pg_aggregate.c:578
#, c-format
msgid "sort operator can only be specified for single-argument aggregates"
msgstr "Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben werden"

#: catalog/pg_aggregate.c:707 catalog/pg_proc.c:412
#, c-format
msgid "cannot change routine kind"
msgstr "kann Routinenart nicht ändern"

#: catalog/pg_aggregate.c:709
#, c-format
msgid "\"%s\" is an ordinary aggregate function."
msgstr "»%s« ist eine normale Aggregatfunktion."

#: catalog/pg_aggregate.c:711
#, c-format
msgid "\"%s\" is an ordered-set aggregate."
msgstr "»%s« ist eine Ordered-Set-Aggregatfunktion."

#: catalog/pg_aggregate.c:713
#, c-format
msgid "\"%s\" is a hypothetical-set aggregate."
msgstr "»%s« ist eine Hypothetical-Set-Aggregatfunktion."

#: catalog/pg_aggregate.c:718
#, c-format
msgid "cannot change number of direct arguments of an aggregate function"
msgstr "die Anzahl direkter Argumente einer Aggregatfunktion kann nicht geändert werden"

#: catalog/pg_aggregate.c:859 commands/functioncmds.c:701
#: commands/typecmds.c:2023 commands/typecmds.c:2069 commands/typecmds.c:2121
#: commands/typecmds.c:2158 commands/typecmds.c:2192 commands/typecmds.c:2226
#: commands/typecmds.c:2260 commands/typecmds.c:2289 commands/typecmds.c:2376
#: commands/typecmds.c:2418 parser/parse_func.c:417 parser/parse_func.c:448
#: parser/parse_func.c:475 parser/parse_func.c:489 parser/parse_func.c:611
#: parser/parse_func.c:631 parser/parse_func.c:2172 parser/parse_func.c:2445
#, c-format
msgid "function %s does not exist"
msgstr "Funktion %s existiert nicht"

#: catalog/pg_aggregate.c:865
#, c-format
msgid "function %s returns a set"
msgstr "Funktion %s gibt eine Ergebnismenge zurück"

#: catalog/pg_aggregate.c:880
#, c-format
msgid "function %s must accept VARIADIC ANY to be used in this aggregate"
msgstr "Funktion %s muss VARIADIC ANY akzeptieren, um in dieser Aggregatfunktion verwendet zu werden"

#: catalog/pg_aggregate.c:904
#, c-format
msgid "function %s requires run-time type coercion"
msgstr "Funktion %s erfordert Typumwandlung zur Laufzeit"

#: catalog/pg_cast.c:75
#, c-format
msgid "cast from type %s to type %s already exists"
msgstr "Typumwandlung von Typ %s in Typ %s existiert bereits"

#: catalog/pg_class.c:29
#, c-format
msgid "This operation is not supported for tables."
msgstr "Diese Operation wird für Tabellen nicht unterstützt."

#: catalog/pg_class.c:31
#, c-format
msgid "This operation is not supported for indexes."
msgstr "Diese Operation wird für Indexe nicht unterstützt."

#: catalog/pg_class.c:33
#, c-format
msgid "This operation is not supported for sequences."
msgstr "Diese Operation wird für Sequenzen nicht unterstützt."

#: catalog/pg_class.c:35
#, c-format
msgid "This operation is not supported for TOAST tables."
msgstr "Diese Operation wird für TOAST-Tabellen nicht unterstützt."

#: catalog/pg_class.c:37
#, c-format
msgid "This operation is not supported for views."
msgstr "Diese Operation wird für Sichten nicht unterstützt."

#: catalog/pg_class.c:39
#, c-format
msgid "This operation is not supported for materialized views."
msgstr "Diese Operation wird für materialisierte Sichten nicht unterstützt."

#: catalog/pg_class.c:41
#, c-format
msgid "This operation is not supported for composite types."
msgstr "Diese Operation wird für zusammengesetzte Typen nicht unterstützt."

#: catalog/pg_class.c:43
#, c-format
msgid "This operation is not supported for foreign tables."
msgstr "Diese Operation wird für Fremdtabellen nicht unterstützt."

#: catalog/pg_class.c:45
#, c-format
msgid "This operation is not supported for partitioned tables."
msgstr "Diese Operation wird für partitionierte Tabellen nicht unterstützt."

#: catalog/pg_class.c:47
#, c-format
msgid "This operation is not supported for partitioned indexes."
msgstr "Diese Operation wird für partitionierte Indexe nicht unterstützt."

#: catalog/pg_collation.c:101 catalog/pg_collation.c:159
#, c-format
msgid "collation \"%s\" already exists, skipping"
msgstr "Sortierfolge »%s« existiert bereits, wird übersprungen"

#: catalog/pg_collation.c:103
#, c-format
msgid "collation \"%s\" for encoding \"%s\" already exists, skipping"
msgstr "Sortierfolge »%s« für Kodierung »%s« existiert bereits, wird übersprungen"

#: catalog/pg_collation.c:111 catalog/pg_collation.c:166
#, c-format
msgid "collation \"%s\" already exists"
msgstr "Sortierfolge »%s« existiert bereits"

#: catalog/pg_collation.c:113
#, c-format
msgid "collation \"%s\" for encoding \"%s\" already exists"
msgstr "Sortierfolge »%s« für Kodierung »%s« existiert bereits"

#: catalog/pg_constraint.c:764 commands/tablecmds.c:7962
#, c-format
msgid "cannot change NO INHERIT status of NOT NULL constraint \"%s\" on relation \"%s\""
msgstr "NO INHERIT-Status von NOT-NULL-Constraint »%s« von Relation »%s« kann nicht geändert werden"

#: catalog/pg_constraint.c:766 commands/tablecmds.c:9594
#, c-format
msgid "You might need to make the existing constraint inheritable using %s."
msgstr "Sie müssen möglicherweise den bestehenden Constraint mit %s vererbbar machen."

#: catalog/pg_constraint.c:776 commands/tablecmds.c:8311
#, c-format
msgid "incompatible NOT VALID constraint \"%s\" on relation \"%s\""
msgstr "inkompatibler NOT-VALID-Constraint »%s« für Relation »%s«"

#: catalog/pg_constraint.c:778 commands/tablecmds.c:8313
#: commands/tablecmds.c:9606
#, c-format
msgid "You might need to validate it using %s."
msgstr "Sie müssen ihn möglicherweise mit %s validieren."

#: catalog/pg_constraint.c:792
#, c-format
msgid "cannot create not-null constraint \"%s\" on column \"%s\" of table \"%s\""
msgstr "kann Not-Null-Constraint »%s« für Spalte »%s« von Tabelle »%s« nicht erzeugen"

#: catalog/pg_constraint.c:794
#, c-format
msgid "A not-null constraint named \"%s\" already exists for this column."
msgstr "Ein Not-Null-Constraint namens »%s« existiert bereits für diese Spalte."

#: catalog/pg_constraint.c:1033
#, c-format
msgid "constraint \"%s\" for domain %s already exists"
msgstr "Constraint »%s« für Domäne %s existiert bereits"

#: catalog/pg_constraint.c:1234 catalog/pg_constraint.c:1327
#, c-format
msgid "constraint \"%s\" for table \"%s\" does not exist"
msgstr "Constraint »%s« für Tabelle »%s« existiert nicht"

#: catalog/pg_constraint.c:1427
#, c-format
msgid "constraint \"%s\" for domain %s does not exist"
msgstr "Constraint »%s« für Domäne %s existiert nicht"

#: catalog/pg_constraint.c:1681
#, c-format
msgid "invalid type for PERIOD part of foreign key"
msgstr "ungültiger Typ für den PERIOD-Teil des Fremdschlüssels"

#: catalog/pg_constraint.c:1682
#, c-format
msgid "Only range and multirange are supported."
msgstr "Nur range und multirange werden unterstützt."

#: catalog/pg_conversion.c:64
#, c-format
msgid "conversion \"%s\" already exists"
msgstr "Konversion »%s« existiert bereits"

#: catalog/pg_conversion.c:77
#, c-format
msgid "default conversion for %s to %s already exists"
msgstr "Standardumwandlung von %s nach %s existiert bereits"

#: catalog/pg_depend.c:225 commands/extension.c:3818
#, c-format
msgid "%s is already a member of extension \"%s\""
msgstr "%s ist schon Mitglied der Erweiterung »%s«"

#: catalog/pg_depend.c:232 catalog/pg_depend.c:283 commands/extension.c:3858
#, c-format
msgid "%s is not a member of extension \"%s\""
msgstr "%s ist kein Mitglied der Erweiterung »%s«"

#: catalog/pg_depend.c:235
#, c-format
msgid "An extension is not allowed to replace an object that it does not own."
msgstr "Eine Erweiterung darf kein Objekt ersetzen, das ihr nicht gehört."

#: catalog/pg_depend.c:286
#, c-format
msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns."
msgstr "Eine Erweiterung darf CREATE .. IF NOT EXISTS zum Überspringen der Erzeugung eines Objekts nur verwenden, wenn ihr das vorhandene Objekt schon gehört."

#: catalog/pg_depend.c:649
#, c-format
msgid "cannot remove dependency on %s because it is a system object"
msgstr "kann Abhängigkeit von %s nicht entfernen, weil es ein Systemobjekt ist"

#: catalog/pg_enum.c:175 catalog/pg_enum.c:314 catalog/pg_enum.c:624
#, c-format
msgid "invalid enum label \"%s\""
msgstr "ungültiges Enum-Label »%s«"

#: catalog/pg_enum.c:176 catalog/pg_enum.c:315 catalog/pg_enum.c:625
#, c-format
msgid "Labels must be %d bytes or less."
msgstr "Labels müssen %d oder weniger Bytes haben."

#: catalog/pg_enum.c:343
#, c-format
msgid "enum label \"%s\" already exists, skipping"
msgstr "Enum-Label »%s« existiert bereits, wird übersprungen"

#: catalog/pg_enum.c:350 catalog/pg_enum.c:668
#, c-format
msgid "enum label \"%s\" already exists"
msgstr "Enum-Label »%s« existiert bereits"

#: catalog/pg_enum.c:405 catalog/pg_enum.c:663
#, c-format
msgid "\"%s\" is not an existing enum label"
msgstr "»%s« ist kein existierendes Enum-Label"

#: catalog/pg_enum.c:463
#, c-format
msgid "pg_enum OID value not set when in binary upgrade mode"
msgstr "OID-Wert für pg_enum ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/pg_enum.c:473
#, c-format
msgid "ALTER TYPE ADD BEFORE/AFTER is incompatible with binary upgrade"
msgstr "ALTER TYPE ADD BEFORE/AFTER ist mit Binary Upgrade inkompatibel"

#: catalog/pg_inherits.c:592
#, c-format
msgid "cannot detach partition \"%s\""
msgstr "Partition »%s« kann nicht abgetrennt werden"

#: catalog/pg_inherits.c:594
#, c-format
msgid "The partition is being detached concurrently or has an unfinished detach."
msgstr "Die Partition wird nebenläufig abgetrennt oder hat eine unfertige Abtrennoperation."

#: catalog/pg_inherits.c:595 commands/tablecmds.c:4926
#: commands/tablecmds.c:17903
#, c-format
msgid "Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending detach operation."
msgstr "Verwendet Sie ALTER TABLE ... DETACH PARTITION ... FINALIZE, um die unerledigte Abtrennoperation abzuschließen."

#: catalog/pg_inherits.c:599
#, c-format
msgid "cannot complete detaching partition \"%s\""
msgstr "kann Abtrennen der Partition »%s« nicht abschließen"

#: catalog/pg_inherits.c:601
#, c-format
msgid "There's no pending concurrent detach."
msgstr "Es gibt keine unerledigte nebenläufige Abtrennoperation."

#: catalog/pg_namespace.c:64 commands/schemacmds.c:273
#, c-format
msgid "schema \"%s\" already exists"
msgstr "Schema »%s« existiert bereits"

#: catalog/pg_operator.c:213 catalog/pg_operator.c:355
#, c-format
msgid "\"%s\" is not a valid operator name"
msgstr "»%s« ist kein gültiger Operatorname"

#: catalog/pg_operator.c:379
#, c-format
msgid "operator %s already exists"
msgstr "Operator %s existiert bereits"

#: catalog/pg_operator.c:445 commands/operatorcmds.c:633
#, c-format
msgid "operator cannot be its own negator"
msgstr "Operator kann nicht sein eigener Negator sein"

#: catalog/pg_operator.c:572
#, c-format
msgid "only binary operators can have commutators"
msgstr "nur binäre Operatoren können Kommutatoren haben"

#: catalog/pg_operator.c:576
#, c-format
msgid "only binary operators can have join selectivity"
msgstr "nur binäre Operatoren können Join-Selectivity haben"

#: catalog/pg_operator.c:580
#, c-format
msgid "only binary operators can merge join"
msgstr "nur binäre Operatoren können an einem Merge-Verbund teilnehmen"

#: catalog/pg_operator.c:584
#, c-format
msgid "only binary operators can hash"
msgstr "nur binäre Operatoren können eine Hash-Funktion haben"

#: catalog/pg_operator.c:593
#, c-format
msgid "only boolean operators can have negators"
msgstr "nur Boole’sche Operatoren können Negatoren haben"

#: catalog/pg_operator.c:597
#, c-format
msgid "only boolean operators can have restriction selectivity"
msgstr "nur Boole’sche Operatoren können Restriction-Selectivity haben"

#: catalog/pg_operator.c:601
#, c-format
msgid "only boolean operators can have join selectivity"
msgstr "nur Boole’sche Operatoren können Join-Selectivity haben"

#: catalog/pg_operator.c:605
#, c-format
msgid "only boolean operators can merge join"
msgstr "nur Boole’sche Operatoren können an einem Merge-Verbund teilnehmen"

#: catalog/pg_operator.c:609
#, c-format
msgid "only boolean operators can hash"
msgstr "nur Boole’sche Operatoren können eine Hash-Funktion haben"

#: catalog/pg_operator.c:739
#, c-format
msgid "commutator operator %s is already the commutator of operator %s"
msgstr "Kommutator-Operator %s ist bereits der Kommutator des Operators %s"

#: catalog/pg_operator.c:744
#, c-format
msgid "commutator operator %s is already the commutator of operator %u"
msgstr "Kommutator-Operator %s ist bereits der Kommutator des Operators %u"

#: catalog/pg_operator.c:807
#, c-format
msgid "negator operator %s is already the negator of operator %s"
msgstr "Negator-Operator %s ist bereits der Negator des Operators %s"

#: catalog/pg_operator.c:812
#, c-format
msgid "negator operator %s is already the negator of operator %u"
msgstr "Negator-Operator %s ist bereits der Negator des Operators %u"

#: catalog/pg_parameter_acl.c:50
#, c-format
msgid "parameter ACL \"%s\" does not exist"
msgstr "Parameter-ACL »%s« existiert nicht"

#: catalog/pg_proc.c:158 parser/parse_func.c:2234
#, c-format
msgid "functions cannot have more than %d argument"
msgid_plural "functions cannot have more than %d arguments"
msgstr[0] "Funktionen können nicht mehr als %d Argument haben"
msgstr[1] "Funktionen können nicht mehr als %d Argumente haben"

#: catalog/pg_proc.c:402
#, c-format
msgid "function \"%s\" already exists with same argument types"
msgstr "Funktion »%s« existiert bereits mit den selben Argumenttypen"

#: catalog/pg_proc.c:414
#, c-format
msgid "\"%s\" is an aggregate function."
msgstr "»%s« ist eine Aggregatfunktion."

#: catalog/pg_proc.c:416
#, c-format
msgid "\"%s\" is a function."
msgstr "»%s« ist eine Funktion."

#: catalog/pg_proc.c:418
#, c-format
msgid "\"%s\" is a procedure."
msgstr "»%s« ist eine Prozedur."

#: catalog/pg_proc.c:420
#, c-format
msgid "\"%s\" is a window function."
msgstr "»%s« ist eine Fensterfunktion."

#: catalog/pg_proc.c:440
#, c-format
msgid "cannot change whether a procedure has output parameters"
msgstr "man kann nicht ändern, ob eine Prozedur Ausgabeparameter hat"

#: catalog/pg_proc.c:441 catalog/pg_proc.c:471
#, c-format
msgid "cannot change return type of existing function"
msgstr "kann Rückgabetyp einer bestehenden Funktion nicht ändern"

#. translator: first %s is DROP FUNCTION, DROP PROCEDURE, or DROP
#. AGGREGATE
#.
#. translator: first %s is DROP FUNCTION or DROP PROCEDURE
#: catalog/pg_proc.c:447 catalog/pg_proc.c:474 catalog/pg_proc.c:519
#: catalog/pg_proc.c:545 catalog/pg_proc.c:569
#, c-format
msgid "Use %s %s first."
msgstr "Verwenden Sie zuerst %s %s."

#: catalog/pg_proc.c:472
#, c-format
msgid "Row type defined by OUT parameters is different."
msgstr "Der von OUT-Parametern bestimmte Zeilentyp ist verschieden."

#: catalog/pg_proc.c:516
#, c-format
msgid "cannot change name of input parameter \"%s\""
msgstr "kann Name des Eingabeparameters »%s« nicht ändern"

#: catalog/pg_proc.c:543
#, c-format
msgid "cannot remove parameter defaults from existing function"
msgstr "kann Parametervorgabewerte einer bestehenden Funktion nicht entfernen"

#: catalog/pg_proc.c:567
#, c-format
msgid "cannot change data type of existing parameter default value"
msgstr "kann Datentyp eines bestehenden Parametervorgabewerts nicht ändern"

#: catalog/pg_proc.c:771
#, c-format
msgid "there is no built-in function named \"%s\""
msgstr "es gibt keine eingebaute Funktion namens %s"

#: catalog/pg_proc.c:864
#, c-format
msgid "SQL functions cannot return type %s"
msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben"

#: catalog/pg_proc.c:879
#, c-format
msgid "SQL functions cannot have arguments of type %s"
msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben"

#: catalog/pg_proc.c:1007
#, c-format
msgid "SQL function \"%s\""
msgstr "SQL-Funktion »%s«"

#: catalog/pg_publication.c:63 catalog/pg_publication.c:71
#: catalog/pg_publication.c:79 catalog/pg_publication.c:85
#, c-format
msgid "cannot add relation \"%s\" to publication"
msgstr "Relation »%s« kann nicht zu Publikation hinzugefügt werden"

#: catalog/pg_publication.c:73
#, c-format
msgid "This operation is not supported for system tables."
msgstr "Diese Operation wird für Systemtabellen nicht unterstützt."

#: catalog/pg_publication.c:81
#, c-format
msgid "This operation is not supported for temporary tables."
msgstr "Diese Operation wird für temporäre Tabellen nicht unterstützt."

#: catalog/pg_publication.c:87
#, c-format
msgid "This operation is not supported for unlogged tables."
msgstr "Diese Operation wird für ungeloggte Tabellen nicht unterstützt."

#: catalog/pg_publication.c:101 catalog/pg_publication.c:109
#, c-format
msgid "cannot add schema \"%s\" to publication"
msgstr "Schema »%s« kann nicht zu Publikation hinzugefügt werden"

#: catalog/pg_publication.c:103
#, c-format
msgid "This operation is not supported for system schemas."
msgstr "Diese Operation wird für Systemschemas nicht unterstützt."

#: catalog/pg_publication.c:111
#, c-format
msgid "Temporary schemas cannot be replicated."
msgstr "Temporäre Schemas können nicht repliziert werden."

#: catalog/pg_publication.c:462
#, c-format
msgid "relation \"%s\" is already member of publication \"%s\""
msgstr "Relation »%s« ist schon Mitglied der Publikation »%s«"

#: catalog/pg_publication.c:576
#, c-format
msgid "cannot use system column \"%s\" in publication column list"
msgstr "Systemspalte »%s« kann nicht in der Publikationspaltenliste verwendet werden"

#: catalog/pg_publication.c:582
#, c-format
msgid "cannot use virtual generated column \"%s\" in publication column list"
msgstr "virtuelle generierte Spalte »%s« kann nicht in der Publikationsspaltenliste verwendet werden"

#: catalog/pg_publication.c:588
#, c-format
msgid "duplicate column \"%s\" in publication column list"
msgstr "doppelte Spalte »%s« in Publikationsspaltenliste"

#: catalog/pg_publication.c:700
#, c-format
msgid "schema \"%s\" is already member of publication \"%s\""
msgstr "Schema »%s« ist schon Mitglied der Publikation »%s«"

#: catalog/pg_shdepend.c:875
#, c-format
msgid ""
"\n"
"and objects in %d other database (see server log for list)"
msgid_plural ""
"\n"
"and objects in %d other databases (see server log for list)"
msgstr[0] ""
"\n"
"und Objekte in %d anderen Datenbank (Liste im Serverlog)"
msgstr[1] ""
"\n"
"und Objekte in %d anderen Datenbanken (Liste im Serverlog)"

#: catalog/pg_shdepend.c:1222
#, c-format
msgid "role %u was concurrently dropped"
msgstr "Rolle %u wurde gleichzeitig gelöscht"

#: catalog/pg_shdepend.c:1234
#, c-format
msgid "tablespace %u was concurrently dropped"
msgstr "Tablespace %u wurde gleichzeitig gelöscht"

#: catalog/pg_shdepend.c:1248
#, c-format
msgid "database %u was concurrently dropped"
msgstr "Datenbank %u wurde gleichzeitig gelöscht"

#: catalog/pg_shdepend.c:1299
#, c-format
msgid "owner of %s"
msgstr "Eigentümer von %s"

#: catalog/pg_shdepend.c:1301
#, c-format
msgid "privileges for %s"
msgstr "Privilegien für %s"

#: catalog/pg_shdepend.c:1303
#, c-format
msgid "initial privileges for %s"
msgstr "initiale Privilegien für %s"

#: catalog/pg_shdepend.c:1305
#, c-format
msgid "target of %s"
msgstr "Ziel von %s"

#: catalog/pg_shdepend.c:1307
#, c-format
msgid "tablespace for %s"
msgstr "Tablespace für %s"

#. translator: %s will always be "database %s"
#: catalog/pg_shdepend.c:1315
#, c-format
msgid "%d object in %s"
msgid_plural "%d objects in %s"
msgstr[0] "%d Objekt in %s"
msgstr[1] "%d Objekte in %s"

#: catalog/pg_shdepend.c:1379
#, c-format
msgid "cannot drop objects owned by %s because they are required by the database system"
msgstr "kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem benötigt werden"

#: catalog/pg_shdepend.c:1560
#, c-format
msgid "cannot reassign ownership of objects owned by %s because they are required by the database system"
msgstr "kann den Eigentümer von den Objekten, die %s gehören, nicht ändern, weil die Objekte vom Datenbanksystem benötigt werden"

#: catalog/pg_subscription.c:484
#, c-format
msgid "could not drop relation mapping for subscription \"%s\""
msgstr "konnte Relation-Mapping für Subskription »%s« nicht löschen"

#: catalog/pg_subscription.c:486
#, c-format
msgid "Table synchronization for relation \"%s\" is in progress and is in state \"%c\"."
msgstr "Tabellensynchronisierung für Relation »%s« ist im Gang und hat Status »%c«."

#. translator: first %s is a SQL ALTER command and second %s is a
#. SQL DROP command
#.
#: catalog/pg_subscription.c:493
#, c-format
msgid "Use %s to enable subscription if not already enabled or use %s to drop the subscription."
msgstr "Verwenden Sie %s um die Subskription zu aktivieren, falls noch nicht aktiviert, oder %s um die Subskription zu löschen."

#: catalog/pg_type.c:133 catalog/pg_type.c:474
#, c-format
msgid "pg_type OID value not set when in binary upgrade mode"
msgstr "OID-Wert für pg_type ist im Binary-Upgrade-Modus nicht gesetzt"

#: catalog/pg_type.c:253
#, c-format
msgid "invalid type internal size %d"
msgstr "ungültige interne Typgröße %d"

#: catalog/pg_type.c:269 catalog/pg_type.c:277 catalog/pg_type.c:285
#: catalog/pg_type.c:294
#, c-format
msgid "alignment \"%c\" is invalid for passed-by-value type of size %d"
msgstr "Ausrichtung »%c« ist ungültig für Typen mit Wertübergabe mit Größe %d"

#: catalog/pg_type.c:301
#, c-format
msgid "internal size %d is invalid for passed-by-value type"
msgstr "interne Größe %d ist ungültig für Typen mit Wertübergabe"

#: catalog/pg_type.c:311 catalog/pg_type.c:317
#, c-format
msgid "alignment \"%c\" is invalid for variable-length type"
msgstr "Ausrichtung »%c« ist ungültig für Typen variabler Länge"

#: catalog/pg_type.c:325 commands/typecmds.c:4362
#, c-format
msgid "fixed-size types must have storage PLAIN"
msgstr "Typen mit fester Größe müssen Storage-Typ PLAIN haben"

#: catalog/pg_type.c:978
#, c-format
msgid "Failed while creating a multirange type for type \"%s\"."
msgstr "Fehler während der Erzeugung eines Multirange-Typs für Typ »%s«."

#: catalog/pg_type.c:979
#, c-format
msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute."
msgstr "Sie können einen Multirange-Typnamen manuell angeben, mit dem Attribut »multirange_type_name«."

#: catalog/storage.c:549 storage/buffer/bufmgr.c:7338
#, c-format
msgid "invalid page in block %u of relation \"%s\""
msgstr "ungültige Seite in Block %u von Relation »%s«"

#: commands/aggregatecmds.c:167
#, c-format
msgid "only ordered-set aggregates can be hypothetical"
msgstr "nur Ordered-Set-Aggregatfunktionen können Hypothetical-Set-Aggregatfunktionen sein"

#: commands/aggregatecmds.c:192
#, c-format
msgid "aggregate attribute \"%s\" not recognized"
msgstr "Attribut »%s« für Aggregatfunktion unbekannt"

#: commands/aggregatecmds.c:202
#, c-format
msgid "aggregate stype must be specified"
msgstr "»stype« für Aggregatfunktion muss angegeben werden"

#: commands/aggregatecmds.c:206
#, c-format
msgid "aggregate sfunc must be specified"
msgstr "»sfunc« für Aggregatfunktion muss angegeben werden"

#: commands/aggregatecmds.c:218
#, c-format
msgid "aggregate msfunc must be specified when mstype is specified"
msgstr "»msfunc« für Aggregatfunktion muss angegeben werden, wenn »mstype« angegeben ist"

#: commands/aggregatecmds.c:222
#, c-format
msgid "aggregate minvfunc must be specified when mstype is specified"
msgstr "»minvfunc« für Aggregatfunktion muss angegeben werden, wenn »mstype« angegeben ist"

#: commands/aggregatecmds.c:229
#, c-format
msgid "aggregate msfunc must not be specified without mstype"
msgstr "»msfunc« für Aggregatfunktion darf nicht angegeben werden, wenn »mstype« nicht angegeben ist"

#: commands/aggregatecmds.c:233
#, c-format
msgid "aggregate minvfunc must not be specified without mstype"
msgstr "»minvfunc« für Aggregatfunktion darf nicht angegeben werden, wenn »mstype« nicht angegeben ist"

#: commands/aggregatecmds.c:237
#, c-format
msgid "aggregate mfinalfunc must not be specified without mstype"
msgstr "»mfinalfunc« für Aggregatfunktion darf nicht angegeben werden, wenn »mstype« nicht angegeben ist"

#: commands/aggregatecmds.c:241
#, c-format
msgid "aggregate msspace must not be specified without mstype"
msgstr "»msspace« für Aggregatfunktion darf nicht angegeben werden, wenn »mstype« nicht angegeben ist"

#: commands/aggregatecmds.c:245
#, c-format
msgid "aggregate minitcond must not be specified without mstype"
msgstr "»minitcond« für Aggregatfunktion darf nicht angegeben werden, wenn »mstype« nicht angegeben ist"

#: commands/aggregatecmds.c:274
#, c-format
msgid "aggregate input type must be specified"
msgstr "Eingabetyp für Aggregatfunktion muss angegeben werden"

#: commands/aggregatecmds.c:304
#, c-format
msgid "basetype is redundant with aggregate input type specification"
msgstr "Angabe »basetype« ist überflüssig bei Angabe des Eingabetyps der Aggregatfunktion"

#: commands/aggregatecmds.c:347 commands/aggregatecmds.c:388
#, c-format
msgid "aggregate transition data type cannot be %s"
msgstr "Übergangsdatentyp von Aggregatfunktion kann nicht %s sein"

#: commands/aggregatecmds.c:359
#, c-format
msgid "serialization functions may be specified only when the aggregate transition data type is %s"
msgstr "Serialisierungsfunktionen dürfen nur angegeben werden, wenn der Übergangsdatentyp der Aggregatfunktion %s ist"

#: commands/aggregatecmds.c:369
#, c-format
msgid "must specify both or neither of serialization and deserialization functions"
msgstr "Serialisierungs- und Deserialisierungsfunktionen müssen zusammen angegeben werden"

#: commands/aggregatecmds.c:434 commands/functioncmds.c:649
#, c-format
msgid "parameter \"parallel\" must be SAFE, RESTRICTED, or UNSAFE"
msgstr "Parameter »parallel« muss SAFE, RESTRICTED oder UNSAFE sein"

#: commands/aggregatecmds.c:490
#, c-format
msgid "parameter \"%s\" must be READ_ONLY, SHAREABLE, or READ_WRITE"
msgstr "Parameter »%s« muss READ_ONLY, SHAREABLE oder READ_WRITE sein"

#: commands/alter.c:83 commands/event_trigger.c:195
#, c-format
msgid "event trigger \"%s\" already exists"
msgstr "Ereignistrigger »%s« existiert bereits"

#: commands/alter.c:86 commands/foreigncmds.c:604
#, c-format
msgid "foreign-data wrapper \"%s\" already exists"
msgstr "Fremddaten-Wrapper »%s« existiert bereits"

#: commands/alter.c:89 commands/foreigncmds.c:900
#, c-format
msgid "server \"%s\" already exists"
msgstr "Server »%s« existiert bereits"

#: commands/alter.c:92 commands/proclang.c:131
#, c-format
msgid "language \"%s\" already exists"
msgstr "Sprache »%s« existiert bereits"

#: commands/alter.c:95 commands/publicationcmds.c:870
#, c-format
msgid "publication \"%s\" already exists"
msgstr "Publikation »%s« existiert bereits"

#: commands/alter.c:98 commands/subscriptioncmds.c:629
#, c-format
msgid "subscription \"%s\" already exists"
msgstr "Subskription »%s« existiert bereits"

#: commands/alter.c:121
#, c-format
msgid "conversion \"%s\" already exists in schema \"%s\""
msgstr "Konversion »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:125
#, c-format
msgid "statistics object \"%s\" already exists in schema \"%s\""
msgstr "Statistikobjekt »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:129
#, c-format
msgid "text search parser \"%s\" already exists in schema \"%s\""
msgstr "Textsucheparser »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:133
#, c-format
msgid "text search dictionary \"%s\" already exists in schema \"%s\""
msgstr "Textsuchewörterbuch »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:137
#, c-format
msgid "text search template \"%s\" already exists in schema \"%s\""
msgstr "Textsuchevorlage »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:141
#, c-format
msgid "text search configuration \"%s\" already exists in schema \"%s\""
msgstr "Textsuchekonfiguration »%s« existiert bereits in Schema »%s«"

#: commands/alter.c:214
#, c-format
msgid "must be superuser to rename %s"
msgstr "nur Superuser können %s umbenennen"

#: commands/alter.c:256 commands/subscriptioncmds.c:608
#: commands/subscriptioncmds.c:1147 commands/subscriptioncmds.c:1231
#: commands/subscriptioncmds.c:1991
#, c-format
msgid "password_required=false is superuser-only"
msgstr "password_required=false ist nur für Superuser"

#: commands/alter.c:257 commands/subscriptioncmds.c:609
#: commands/subscriptioncmds.c:1148 commands/subscriptioncmds.c:1232
#: commands/subscriptioncmds.c:1992
#, c-format
msgid "Subscriptions with the password_required option set to false may only be created or modified by the superuser."
msgstr "Subskriptionen mit der Option password_required auf falsch gesetzt können nur vom Superuser erzeugt oder geändert werden."

#: commands/alter.c:746
#, c-format
msgid "must be superuser to set schema of %s"
msgstr "nur Superuser können Schema von %s setzen"

#: commands/amcmds.c:60
#, c-format
msgid "permission denied to create access method \"%s\""
msgstr "keine Berechtigung, um Zugriffsmethode »%s« zu erzeugen"

#: commands/amcmds.c:62
#, c-format
msgid "Must be superuser to create an access method."
msgstr "Nur Superuser können Zugriffsmethoden anlegen."

#: commands/amcmds.c:71
#, c-format
msgid "access method \"%s\" already exists"
msgstr "Zugriffsmethode »%s« existiert bereits"

#: commands/amcmds.c:154 commands/indexcmds.c:226 commands/indexcmds.c:859
#: commands/opclasscmds.c:375 commands/opclasscmds.c:833
#, c-format
msgid "access method \"%s\" does not exist"
msgstr "Zugriffsmethode »%s« existiert nicht"

#: commands/amcmds.c:243
#, c-format
msgid "handler function is not specified"
msgstr "keine Handler-Funktion angegeben"

#: commands/amcmds.c:264 commands/event_trigger.c:204
#: commands/foreigncmds.c:500 commands/proclang.c:78 commands/trigger.c:706
#: parser/parse_clause.c:941
#, c-format
msgid "function %s must return type %s"
msgstr "Funktion %s muss Rückgabetyp %s haben"

#: commands/analyze.c:215
#, c-format
msgid "skipping \"%s\" --- cannot analyze this foreign table"
msgstr "überspringe »%s« --- kann diese Fremdtabelle nicht analysieren"

#: commands/analyze.c:232
#, c-format
msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht analysieren"

#: commands/analyze.c:317
#, c-format
msgid "analyzing \"%s.%s\" inheritance tree"
msgstr "analysiere Vererbungsbaum von »%s.%s«"

#: commands/analyze.c:322
#, c-format
msgid "analyzing \"%s.%s\""
msgstr "analysiere »%s.%s«"

#: commands/analyze.c:393
#, c-format
msgid "column \"%s\" of relation \"%s\" appears more than once"
msgstr "Spalte »%s« von Relation »%s« erscheint mehrmals"

#: commands/analyze.c:803
#, c-format
msgid "automatic analyze of table \"%s.%s.%s\"\n"
msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«\n"

#: commands/analyze.c:805
#, c-format
msgid "finished analyzing table \"%s.%s.%s\"\n"
msgstr "Analysieren von Tabelle »%s.%s.%s« abgeschlossen\n"

#: commands/analyze.c:1346
#, 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"

#: commands/analyze.c:1430
#, c-format
msgid "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree contains no child tables"
msgstr "überspringe Analysieren des Vererbungsbaums »%s.%s« --- dieser Vererbungsbaum enthält keine abgeleiteten Tabellen"

#: commands/analyze.c:1528
#, c-format
msgid "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree contains no analyzable child tables"
msgstr "überspringe Analysieren des Vererbungsbaums »%s.%s« --- dieser Vererbungsbaum enthält keine analysierbaren abgeleiteten Tabellen"

#: commands/async.c:611
#, c-format
msgid "channel name cannot be empty"
msgstr "Kanalname kann nicht leer sein"

#: commands/async.c:617
#, c-format
msgid "channel name too long"
msgstr "Kanalname zu lang"

#: commands/async.c:622
#, c-format
msgid "payload string too long"
msgstr "Payload-Zeichenkette zu lang"

#: commands/async.c:841
#, c-format
msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY"
msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die LISTEN, UNLISTEN oder NOTIFY ausgeführt hat"

#: commands/async.c:945
#, c-format
msgid "too many notifications in the NOTIFY queue"
msgstr "zu viele Benachrichtigungen in NOTIFY-Schlange"

#: commands/async.c:1553
#, c-format
msgid "NOTIFY queue is %.0f%% full"
msgstr "NOTIFY-Schlange ist %.0f%% voll"

#: commands/async.c:1555
#, c-format
msgid "The server process with PID %d is among those with the oldest transactions."
msgstr "Der Serverprozess mit PID %d gehört zu denen mit den ältesten Transaktionen."

#: commands/async.c:1558
#, c-format
msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction."
msgstr "Die NOTIFY-Schlange kann erst geleert werden, wenn dieser Prozess seine aktuelle Transaktion beendet."

#: commands/cluster.c:127 commands/dbcommands.c:2356
#: commands/explain_state.c:165 commands/indexcmds.c:2848 commands/vacuum.c:234
#: commands/vacuum.c:308
#, c-format
msgid "unrecognized %s option \"%s\""
msgstr "unbekannte %s-Option »%s«"

#: commands/cluster.c:158 commands/cluster.c:421
#, c-format
msgid "cannot cluster temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht clustern"

#: commands/cluster.c:176
#, c-format
msgid "there is no previously clustered index for table \"%s\""
msgstr "es gibt keinen bereits geclusterten Index für Tabelle »%s«"

#: commands/cluster.c:190 commands/tablecmds.c:16459 commands/tablecmds.c:18525
#, c-format
msgid "index \"%s\" for table \"%s\" does not exist"
msgstr "Index »%s« für Tabelle »%s« existiert nicht"

#: commands/cluster.c:410
#, c-format
msgid "cannot cluster a shared catalog"
msgstr "globaler Katalog kann nicht geclustert werden"

#: commands/cluster.c:425
#, c-format
msgid "cannot vacuum temporary tables of other sessions"
msgstr "temporäre Tabellen anderer Sitzungen können nicht gevacuumt werden"

#: commands/cluster.c:507 commands/tablecmds.c:18535
#, c-format
msgid "\"%s\" is not an index for table \"%s\""
msgstr "»%s« ist kein Index für Tabelle »%s«"

#: commands/cluster.c:515
#, c-format
msgid "cannot cluster on index \"%s\" because access method does not support clustering"
msgstr "kann nicht anhand des Index »%s« clustern, weil die Indexmethode Clustern nicht unterstützt"

#: commands/cluster.c:527
#, c-format
msgid "cannot cluster on partial index \"%s\""
msgstr "kann nicht anhand des partiellen Index »%s« clustern"

#: commands/cluster.c:541
#, c-format
msgid "cannot cluster on invalid index \"%s\""
msgstr "kann nicht anhand des ungültigen Index »%s« clustern"

#: commands/cluster.c:565
#, c-format
msgid "cannot mark index clustered in partitioned table"
msgstr "ein Index kann nicht als anhand einer partitionierten Tabelle geclustert markiert werden"

#: commands/cluster.c:961
#, c-format
msgid "clustering \"%s.%s\" using index scan on \"%s\""
msgstr "clustere »%s.%s« durch Index-Scan von »%s«"

#: commands/cluster.c:967
#, c-format
msgid "clustering \"%s.%s\" using sequential scan and sort"
msgstr "clustere »%s.%s« durch sequenziellen Scan und Sortieren"

#: commands/cluster.c:972
#, c-format
msgid "vacuuming \"%s.%s\""
msgstr "Vacuum von »%s.%s«"

#: commands/cluster.c:999
#, c-format
msgid "\"%s.%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
msgstr "»%s.%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten gefunden"

#: commands/cluster.c:1004
#, c-format
msgid ""
"%.0f dead row versions cannot be removed yet.\n"
"%s."
msgstr ""
"%.0f tote Zeilenversionen können noch nicht entfernt werden.\n"
"%s."

#: commands/cluster.c:1751
#, c-format
msgid "permission denied to cluster \"%s\", skipping it"
msgstr "keine Berechtigung für Clustern von »%s«, wird übersprungen"

#: commands/collationcmds.c:110
#, c-format
msgid "collation attribute \"%s\" not recognized"
msgstr "Attribut »%s« für Sortierfolge unbekannt"

#: commands/collationcmds.c:123 commands/collationcmds.c:129
#: commands/define.c:375 commands/tablecmds.c:8404
#: replication/pgoutput/pgoutput.c:321 replication/pgoutput/pgoutput.c:344
#: replication/pgoutput/pgoutput.c:362 replication/pgoutput/pgoutput.c:372
#: replication/pgoutput/pgoutput.c:382 replication/pgoutput/pgoutput.c:392
#: replication/pgoutput/pgoutput.c:404 replication/walsender.c:1137
#: replication/walsender.c:1159 replication/walsender.c:1169
#: replication/walsender.c:1178 replication/walsender.c:1420
#: replication/walsender.c:1429
#, c-format
msgid "conflicting or redundant options"
msgstr "widersprüchliche oder überflüssige Optionen"

#: commands/collationcmds.c:124
#, c-format
msgid "LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE."
msgstr "LOCALE kann nicht zusammen mit LC_COLLATE oder LC_CTYPE angegeben werden."

#: commands/collationcmds.c:130
#, c-format
msgid "FROM cannot be specified together with any other options."
msgstr "FROM kann nicht zusammen mit anderen Optionen angegeben werden."

#: commands/collationcmds.c:189
#, c-format
msgid "collation \"default\" cannot be copied"
msgstr "Sortierfolge »default« kann nicht kopiert werden"

#: commands/collationcmds.c:225
#, c-format
msgid "unrecognized collation provider: %s"
msgstr "unbekannter Sortierfolgen-Provider: %s"

#: commands/collationcmds.c:253 commands/collationcmds.c:264
#: commands/collationcmds.c:270 commands/collationcmds.c:278
#, c-format
msgid "parameter \"%s\" must be specified"
msgstr "Parameter »%s« muss angegeben werden"

#: commands/collationcmds.c:293 commands/dbcommands.c:1173
#, c-format
msgid "using standard form \"%s\" for ICU locale \"%s\""
msgstr "verwende Standardform »%s« für ICU-Locale »%s«"

#: commands/collationcmds.c:312
#, c-format
msgid "nondeterministic collations not supported with this provider"
msgstr "nichtdeterministische Sortierfolgen werden von diesem Provider nicht unterstützt"

#: commands/collationcmds.c:317 commands/dbcommands.c:1126
#, c-format
msgid "ICU rules cannot be specified unless locale provider is ICU"
msgstr "ICU-Regeln können nur angegeben werden, wenn der Locale-Provider ICU ist"

#: commands/collationcmds.c:340
#, c-format
msgid "current database's encoding is not supported with this provider"
msgstr "Kodierung der aktuellen Datenbank wird von diesem Provider nicht unterstützt"

#: commands/collationcmds.c:405
#, c-format
msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\""
msgstr "Sortierfolge »%s« für Kodierung »%s« existiert bereits in Schema »%s«"

#: commands/collationcmds.c:416
#, c-format
msgid "collation \"%s\" already exists in schema \"%s\""
msgstr "Sortierfolge »%s« existiert bereits in Schema »%s«"

#: commands/collationcmds.c:441
#, c-format
msgid "cannot refresh version of default collation"
msgstr "Version der Standardsortierfolge kann nicht aufgefrischt werden"

#. translator: %s is an SQL command
#. translator: %s is an SQL ALTER command
#: commands/collationcmds.c:443 commands/subscriptioncmds.c:1445
#: commands/tablecmds.c:8156 commands/tablecmds.c:8166
#: commands/tablecmds.c:8168 commands/tablecmds.c:16161
#: commands/tablecmds.c:19689 commands/tablecmds.c:19710
#: commands/typecmds.c:3786 commands/typecmds.c:3871 commands/typecmds.c:4225
#, c-format
msgid "Use %s instead."
msgstr "Verwenden Sie stattdessen %s."

#: commands/collationcmds.c:476 commands/dbcommands.c:2606
#, c-format
msgid "changing version from %s to %s"
msgstr "Version wird von %s in %s geändert"

#: commands/collationcmds.c:491 commands/dbcommands.c:2619
#, c-format
msgid "version has not changed"
msgstr "Version hat sich nicht geändert"

#: commands/collationcmds.c:524 commands/dbcommands.c:2789
#: utils/adt/dbsize.c:180
#, c-format
msgid "database with OID %u does not exist"
msgstr "Datenbank mit OID %u existiert nicht"

#: commands/collationcmds.c:550
#, c-format
msgid "collation with OID %u does not exist"
msgstr "Sortierfolge mit OID %u existiert nicht"

#: commands/collationcmds.c:844
#, c-format
msgid "must be superuser to import system collations"
msgstr "nur Superuser können Systemsortierfolgen importieren"

#: commands/collationcmds.c:964 commands/collationcmds.c:1049
#, c-format
msgid "no usable system locales were found"
msgstr "keine brauchbaren System-Locales gefunden"

#: commands/comment.c:61 commands/dbcommands.c:1704 commands/dbcommands.c:1922
#: commands/dbcommands.c:2034 commands/dbcommands.c:2232
#: commands/dbcommands.c:2473 commands/dbcommands.c:2566
#: commands/dbcommands.c:2690 commands/dbcommands.c:3201
#: utils/init/postinit.c:1016 utils/init/postinit.c:1080
#: utils/init/postinit.c:1153
#, c-format
msgid "database \"%s\" does not exist"
msgstr "Datenbank »%s« existiert nicht"

#: commands/comment.c:101
#, c-format
msgid "cannot set comment on relation \"%s\""
msgstr "Kommentar von Relation »%s« kann nicht gesetzt werden"

#: commands/constraint.c:61 utils/adt/ri_triggers.c:2175
#, c-format
msgid "function \"%s\" was not called by trigger manager"
msgstr "Funktion »%s« wurde nicht von Triggermanager aufgerufen"

#: commands/constraint.c:68 utils/adt/ri_triggers.c:2184
#, c-format
msgid "function \"%s\" must be fired AFTER ROW"
msgstr "Funktion »%s« muss AFTER ROW ausgelöst werden"

#: commands/constraint.c:82
#, c-format
msgid "function \"%s\" must be fired for INSERT or UPDATE"
msgstr "Funktion »%s« muss von INSERT oder UPDATE ausgelöst werden"

#: commands/conversioncmds.c:62
#, c-format
msgid "source encoding \"%s\" does not exist"
msgstr "Quellkodierung »%s« existiert nicht"

#: commands/conversioncmds.c:69
#, c-format
msgid "destination encoding \"%s\" does not exist"
msgstr "Zielkodierung »%s« existiert nicht"

#: commands/conversioncmds.c:82
#, c-format
msgid "encoding conversion to or from \"SQL_ASCII\" is not supported"
msgstr "Kodierungsumwandlung nach oder von »SQL_ASCII« wird nicht unterstützt"

#: commands/conversioncmds.c:95
#, c-format
msgid "encoding conversion function %s must return type %s"
msgstr "Kodierungskonversionsfunktion %s muss Typ %s zurückgeben"

#: commands/conversioncmds.c:125
#, c-format
msgid "encoding conversion function %s returned incorrect result for empty input"
msgstr "Kodierungskonversionsfunktion %s hat falsches Ergebnis für leere Eingabe zurückgegeben"

#: commands/copy.c:84
#, c-format
msgid "permission denied to COPY to or from an external program"
msgstr "keine Berechtigung für COPY mit externem Programm"

#: commands/copy.c:85
#, c-format
msgid "Only roles with privileges of the \"%s\" role may COPY to or from an external program."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können COPY mit externen Programmen verwenden."

#: commands/copy.c:87 commands/copy.c:98 commands/copy.c:107
#, c-format
msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
msgstr "Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\copy in psql funktioniert auch für jeden."

#: commands/copy.c:95
#, c-format
msgid "permission denied to COPY from a file"
msgstr "keine Berechtigung für COPY aus einer Datei"

#: commands/copy.c:96
#, c-format
msgid "Only roles with privileges of the \"%s\" role may COPY from a file."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können mit COPY aus einer Datei lesen."

#: commands/copy.c:104
#, c-format
msgid "permission denied to COPY to a file"
msgstr "keine Berechtigung für COPY in eine Datei"

#: commands/copy.c:105
#, c-format
msgid "Only roles with privileges of the \"%s\" role may COPY to a file."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können mit COPY in eine Datei schreiben."

#: commands/copy.c:183
#, c-format
msgid "generated columns are not supported in COPY FROM WHERE conditions"
msgstr "generierte Spalten werden in COPY-FROM-WHERE-Bedingungen nicht unterstützt"

#: commands/copy.c:184 commands/tablecmds.c:14430 commands/tablecmds.c:19836
#: commands/tablecmds.c:19918 commands/trigger.c:660
#: rewrite/rewriteHandler.c:985 rewrite/rewriteHandler.c:1020
#, c-format
msgid "Column \"%s\" is a generated column."
msgstr "Spalte »%s« ist eine generierte Spalte."

#: commands/copy.c:233
#, c-format
msgid "COPY FROM not supported with row-level security"
msgstr "COPY FROM wird nicht unterstützt mit Sicherheit auf Zeilenebene"

#: commands/copy.c:234
#, c-format
msgid "Use INSERT statements instead."
msgstr "Verwenden Sie stattdessen INSERT-Anweisungen."

#: commands/copy.c:415
#, c-format
msgid "cannot use \"%s\" with HEADER in COPY TO"
msgstr "»%s« kann nicht mit HEADER in COPY TO verwendet werden"

#: commands/copy.c:424
#, c-format
msgid "%s requires a Boolean value or \"match\""
msgstr "%s erfordert einen Boole’schen Wert oder »match«"

#. translator: first %s is the name of a COPY option, e.g. ON_ERROR,
#. second %s is a COPY with direction, e.g. COPY TO
#: commands/copy.c:442 commands/copy.c:858 commands/copy.c:874
#: commands/copy.c:891 commands/copy.c:917 commands/copy.c:927
#, c-format
msgid "COPY %s cannot be used with %s"
msgstr "COPY %s kann nicht mit %s verwendet werden"

#. translator: first %s is the name of a COPY option, e.g. ON_ERROR
#: commands/copy.c:456 commands/copy.c:514
#, c-format
msgid "COPY %s \"%s\" not recognized"
msgstr "COPY %s »%s« nicht erkannt"

#: commands/copy.c:476 commands/define.c:73 commands/define.c:84
#: commands/define.c:178 commands/define.c:196 commands/define.c:211
#: commands/define.c:229
#, c-format
msgid "%s requires a numeric value"
msgstr "%s erfordert einen numerischen Wert"

#: commands/copy.c:486
#, c-format
msgid "REJECT_LIMIT (%<PRId64>) must be greater than zero"
msgstr "REJECT_LIMIT (%<PRId64>) muss größer als null sein"

#: commands/copy.c:576
#, c-format
msgid "COPY format \"%s\" not recognized"
msgstr "COPY-Format »%s« nicht erkannt"

#: commands/copy.c:634 commands/copy.c:649 commands/copy.c:664
#: commands/copy.c:683
#, c-format
msgid "argument to option \"%s\" must be a list of column names"
msgstr "Argument von Option »%s« muss eine Liste aus Spaltennamen sein"

#: commands/copy.c:695
#, c-format
msgid "argument to option \"%s\" must be a valid encoding name"
msgstr "Argument von Option »%s« muss ein gültiger Kodierungsname sein"

#: commands/copy.c:723 commands/dbcommands.c:880 commands/dbcommands.c:2421
#, c-format
msgid "option \"%s\" not recognized"
msgstr "Option »%s« nicht erkannt"

#. translator: %s is the name of a COPY option, e.g. ON_ERROR
#: commands/copy.c:736 commands/copy.c:741 commands/copy.c:746
#: commands/copy.c:816
#, c-format
msgid "cannot specify %s in BINARY mode"
msgstr "%s kann nicht im BINARY-Modus angegeben werden"

#: commands/copy.c:768
#, c-format
msgid "COPY delimiter must be a single one-byte character"
msgstr "DELIMITER für COPY muss ein einzelnes Ein-Byte-Zeichen sein"

#: commands/copy.c:775
#, c-format
msgid "COPY delimiter cannot be newline or carriage return"
msgstr "COPY-Trennzeichen kann nicht Newline oder Carriage Return sein"

#: commands/copy.c:781
#, c-format
msgid "COPY null representation cannot use newline or carriage return"
msgstr "COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten"

#: commands/copy.c:791
#, c-format
msgid "COPY default representation cannot use newline or carriage return"
msgstr "COPY DEFAULT-Darstellung kann nicht Newline oder Carriage Return enthalten"

#: commands/copy.c:809
#, c-format
msgid "COPY delimiter cannot be \"%s\""
msgstr "DELIMITER für COPY darf nicht »%s« sein"

#. translator: %s is the name of a COPY option, e.g. ON_ERROR
#: commands/copy.c:823 commands/copy.c:840 commands/copy.c:852
#: commands/copy.c:867 commands/copy.c:883
#, c-format
msgid "COPY %s requires CSV mode"
msgstr "COPY %s benötigt CSV-Modus"

#: commands/copy.c:828
#, c-format
msgid "COPY quote must be a single one-byte character"
msgstr "Quote-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein"

#: commands/copy.c:833
#, c-format
msgid "COPY delimiter and quote must be different"
msgstr "DELIMITER und QUOTE für COPY müssen verschieden sein"

#: commands/copy.c:845
#, c-format
msgid "COPY escape must be a single one-byte character"
msgstr "Escape-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein"

#. translator: %s is the name of a COPY option, e.g. NULL
#: commands/copy.c:899 commands/copy.c:935
#, c-format
msgid "COPY delimiter character must not appear in the %s specification"
msgstr "Trennzeichen für COPY darf nicht in der %s-Darstellung erscheinen"

#. translator: %s is the name of a COPY option, e.g. NULL
#: commands/copy.c:908 commands/copy.c:944
#, c-format
msgid "CSV quote character must not appear in the %s specification"
msgstr "CSV-Quote-Zeichen darf nicht in der %s-Darstellung erscheinen"

#: commands/copy.c:953
#, c-format
msgid "NULL specification and DEFAULT specification cannot be the same"
msgstr "NULL-Darstellung und DEFAULT-Darstellung können nicht gleich sein"

#: commands/copy.c:959
#, c-format
msgid "only ON_ERROR STOP is allowed in BINARY mode"
msgstr "nur ON_ERROR STOP ist im BINARY-Modus erlaubt"

#. translator: first and second %s are the names of COPY option, e.g.
#. * ON_ERROR, third is the value of the COPY option, e.g. IGNORE
#: commands/copy.c:966
#, c-format
msgid "COPY %s requires %s to be set to %s"
msgstr "COPY %s erfordert, dass %s auf %s gesetzt ist"

#: commands/copy.c:1028
#, c-format
msgid "column \"%s\" is a generated column"
msgstr "Spalte »%s« ist eine generierte Spalte"

#: commands/copy.c:1030
#, c-format
msgid "Generated columns cannot be used in COPY."
msgstr "Generierte Spalten können nicht in COPY verwendet werden."

#: commands/copy.c:1045 commands/indexcmds.c:1961 commands/statscmds.c:260
#: commands/tablecmds.c:2603 commands/tablecmds.c:3111
#: commands/tablecmds.c:3940 parser/parse_relation.c:3798
#: parser/parse_relation.c:3808 parser/parse_relation.c:3826
#: parser/parse_relation.c:3833 parser/parse_relation.c:3847
#: utils/adt/tsvector_op.c:2857
#, c-format
msgid "column \"%s\" does not exist"
msgstr "Spalte »%s« existiert nicht"

#: commands/copy.c:1052 commands/tablecmds.c:2629 commands/trigger.c:957
#: parser/parse_target.c:1086 parser/parse_target.c:1097
#, c-format
msgid "column \"%s\" specified more than once"
msgstr "Spalte »%s« mehrmals angegeben"

#: commands/copyfrom.c:260
#, c-format
msgid "COPY %s"
msgstr "COPY %s"

#: commands/copyfrom.c:268
#, c-format
msgid "COPY %s, line %<PRIu64>, column %s"
msgstr "COPY %s, Zeile %<PRIu64>, Spalte %s"

#: commands/copyfrom.c:273 commands/copyfrom.c:319
#, c-format
msgid "COPY %s, line %<PRIu64>"
msgstr "COPY %s, Zeile %<PRIu64>"

#: commands/copyfrom.c:285
#, c-format
msgid "COPY %s, line %<PRIu64>, column %s: \"%s\""
msgstr "COPY %s, Zeile %<PRIu64>, Spalte %s: »%s«"

#: commands/copyfrom.c:295
#, c-format
msgid "COPY %s, line %<PRIu64>, column %s: null input"
msgstr "COPY %s, Zeile %<PRIu64>, Spalte %s: NULL Eingabe"

#: commands/copyfrom.c:312
#, c-format
msgid "COPY %s, line %<PRIu64>: \"%s\""
msgstr "COPY %s, Zeile %<PRIu64>: »%s«"

#: commands/copyfrom.c:823
#, c-format
msgid "cannot copy to view \"%s\""
msgstr "kann nicht in Sicht »%s« kopieren"

#: commands/copyfrom.c:825
#, c-format
msgid "To enable copying to a view, provide an INSTEAD OF INSERT trigger."
msgstr "Um Kopieren in eine Sicht zu ermöglichen, richten Sie einen INSTEAD OF INSERT Trigger ein."

#: commands/copyfrom.c:829
#, c-format
msgid "cannot copy to materialized view \"%s\""
msgstr "kann nicht in materialisierte Sicht »%s« kopieren"

#: commands/copyfrom.c:834
#, c-format
msgid "cannot copy to sequence \"%s\""
msgstr "kann nicht in Sequenz »%s« kopieren"

#: commands/copyfrom.c:839
#, c-format
msgid "cannot copy to non-table relation \"%s\""
msgstr "kann nicht in Relation »%s« kopieren, die keine Tabelle ist"

#: commands/copyfrom.c:879
#, c-format
msgid "cannot perform COPY FREEZE on a partitioned table"
msgstr "COPY FREEZE kann nicht in einer partitionierten Tabelle durchgeführt werden"

#: commands/copyfrom.c:886
#, c-format
msgid "cannot perform COPY FREEZE on a foreign table"
msgstr "COPY FREEZE kann nicht in einer Fremdtabelle durchgeführt werden"

#: commands/copyfrom.c:900
#, c-format
msgid "cannot perform COPY FREEZE because of prior transaction activity"
msgstr "COPY FREEZE kann nicht durchgeführt werden wegen vorheriger Aktivität in dieser Transaktion"

#: commands/copyfrom.c:906
#, c-format
msgid "cannot perform COPY FREEZE because the table was not created or truncated in the current subtransaction"
msgstr "COPY FREEZE kann nicht durchgeführt werden, weil die Tabelle nicht in der aktuellen Transaktion erzeugt oder geleert wurde"

#: commands/copyfrom.c:1171
#, c-format
msgid "skipped more than REJECT_LIMIT (%<PRId64>) rows due to data type incompatibility"
msgstr "mehr als REJECT_LIMIT (%<PRId64>) Zeilen wurden übersprungen wegen Datentypinkompatibilität"

#: commands/copyfrom.c:1474
#, c-format
msgid "%<PRIu64> row was skipped due to data type incompatibility"
msgid_plural "%<PRIu64> rows were skipped due to data type incompatibility"
msgstr[0] "%<PRIu64> Zeile wurde übersprungen wegen Datentypinkompatibilität"
msgstr[1] "%<PRIu64> Zeilen wurden übersprungen wegen Datentypinkompatibilität"

#. translator: first %s is the name of a COPY option, e.g. FORCE_NOT_NULL
#. translator: %s is the name of a COPY option, e.g. FORCE_NOT_NULL
#: commands/copyfrom.c:1611 commands/copyfrom.c:1654 commands/copyto.c:880
#, c-format
msgid "%s column \"%s\" not referenced by COPY"
msgstr "Spalte »%s« mit %s wird von COPY nicht verwendet"

#: commands/copyfrom.c:1707 utils/mb/mbutils.c:394
#, c-format
msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
msgstr "Standardumwandlung von Kodierung »%s« nach »%s« existiert nicht"

#: commands/copyfrom.c:1882
#, c-format
msgid "COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as psql's \\copy."
msgstr "Mit COPY FROM liest der PostgreSQL-Serverprozess eine Datei. Möglicherweise möchten Sie Funktionalität auf Client-Seite verwenden, wie zum Beispiel \\copy in psql."

#: commands/copyfrom.c:1895 commands/copyto.c:985
#, c-format
msgid "\"%s\" is a directory"
msgstr "»%s« ist ein Verzeichnis"

#: commands/copyfrom.c:1953 commands/copyto.c:572 libpq/be-secure-common.c:83
#, c-format
msgid "could not close pipe to external command: %m"
msgstr "konnte Pipe zu externem Programm nicht schließen: %m"

#: commands/copyfrom.c:1968 commands/copyto.c:577
#, c-format
msgid "program \"%s\" failed"
msgstr "Programm »%s« fehlgeschlagen"

#: commands/copyfromparse.c:200
#, c-format
msgid "COPY file signature not recognized"
msgstr "COPY-Datei-Signatur nicht erkannt"

#: commands/copyfromparse.c:205
#, c-format
msgid "invalid COPY file header (missing flags)"
msgstr "ungültiger COPY-Dateikopf (Flags fehlen)"

#: commands/copyfromparse.c:209
#, c-format
msgid "invalid COPY file header (WITH OIDS)"
msgstr "ungültiger COPY-Dateikopf (WITH OIDS)"

#: commands/copyfromparse.c:214
#, c-format
msgid "unrecognized critical flags in COPY file header"
msgstr "unbekannte kritische Flags im COPY-Dateikopf"

#: commands/copyfromparse.c:220
#, c-format
msgid "invalid COPY file header (missing length)"
msgstr "ungültiger COPY-Dateikopf (Länge fehlt)"

#: commands/copyfromparse.c:227
#, c-format
msgid "invalid COPY file header (wrong length)"
msgstr "ungültiger COPY-Dateikopf (falsche Länge)"

#: commands/copyfromparse.c:256
#, c-format
msgid "could not read from COPY file: %m"
msgstr "konnte nicht aus COPY-Datei lesen: %m"

#: commands/copyfromparse.c:278 commands/copyfromparse.c:303
#: replication/walsender.c:746 replication/walsender.c:772 tcop/postgres.c:370
#, c-format
msgid "unexpected EOF on client connection with an open transaction"
msgstr "unerwartetes EOF auf Client-Verbindung mit einer offenen Transaktion"

#: commands/copyfromparse.c:294 replication/walsender.c:762
#, c-format
msgid "unexpected message type 0x%02X during COPY from stdin"
msgstr "unerwarteter Messagetyp 0x%02X während COPY FROM STDIN"

#: commands/copyfromparse.c:317 replication/walsender.c:793
#, c-format
msgid "COPY from stdin failed: %s"
msgstr "COPY FROM STDIN fehlgeschlagen: %s"

#: commands/copyfromparse.c:802
#, c-format
msgid "wrong number of fields in header line: got %d, expected %d"
msgstr "falsche Anzahl Felder in Kopfzeile: %d erhalten, %d erwartet"

#: commands/copyfromparse.c:818
#, c-format
msgid "column name mismatch in header line field %d: got null value (\"%s\"), expected \"%s\""
msgstr "Spaltenname in Kopfzeile Feld %d stimmt nicht überein: NULL-Wert (»%s«) erhalten, »%s« erwartet"

#: commands/copyfromparse.c:825
#, c-format
msgid "column name mismatch in header line field %d: got \"%s\", expected \"%s\""
msgstr "Spaltenname in Kopfzeile Feld %d stimmt nicht überein: »%s« erhalten, »%s« erwartet"

#: commands/copyfromparse.c:962 commands/copyfromparse.c:1581
#: commands/copyfromparse.c:1837
#, c-format
msgid "extra data after last expected column"
msgstr "zusätzliche Daten nach letzter erwarteter Spalte"

#: commands/copyfromparse.c:976
#, c-format
msgid "missing data for column \"%s\""
msgstr "fehlende Daten für Spalte »%s«"

#: commands/copyfromparse.c:1056
#, c-format
msgid "skipping row due to data type incompatibility at line %<PRIu64> for column \"%s\": \"%s\""
msgstr "Zeile wird übersprungen wegen Datentypinkompatibilität auf Zeile %<PRIu64> für Spalte »%s«: »%s«"

#: commands/copyfromparse.c:1064
#, c-format
msgid "skipping row due to data type incompatibility at line %<PRIu64> for column \"%s\": null input"
msgstr "Zeile wird übersprungen wegen Datentypinkompatibilität auf Zeile %<PRIu64> für Spalte »%s«: Eingabe ist NULL"

#: commands/copyfromparse.c:1122
#, c-format
msgid "received copy data after EOF marker"
msgstr "COPY-Daten nach EOF-Markierung empfangen"

#: commands/copyfromparse.c:1129
#, c-format
msgid "row field count is %d, expected %d"
msgstr "Feldanzahl in Zeile ist %d, erwartet wurden %d"

#: commands/copyfromparse.c:1394 commands/copyfromparse.c:1411
#, c-format
msgid "literal carriage return found in data"
msgstr "Carriage-Return-Zeichen in Daten gefunden"

#: commands/copyfromparse.c:1395 commands/copyfromparse.c:1412
#, c-format
msgid "unquoted carriage return found in data"
msgstr "ungequotetes Carriage-Return-Zeichen in Daten gefunden"

#: commands/copyfromparse.c:1397 commands/copyfromparse.c:1414
#, c-format
msgid "Use \"\\r\" to represent carriage return."
msgstr "Verwenden Sie »\\r«, um ein Carriage-Return-Zeichen darzustellen."

#: commands/copyfromparse.c:1398 commands/copyfromparse.c:1415
#, c-format
msgid "Use quoted CSV field to represent carriage return."
msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen darzustellen."

#: commands/copyfromparse.c:1427
#, c-format
msgid "literal newline found in data"
msgstr "Newline-Zeichen in Daten gefunden"

#: commands/copyfromparse.c:1428
#, c-format
msgid "unquoted newline found in data"
msgstr "ungequotetes Newline-Zeichen in Daten gefunden"

#: commands/copyfromparse.c:1430
#, c-format
msgid "Use \"\\n\" to represent newline."
msgstr "Verwenden Sie »\\n«, um ein Newline-Zeichen darzustellen."

#: commands/copyfromparse.c:1431
#, c-format
msgid "Use quoted CSV field to represent newline."
msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen."

#: commands/copyfromparse.c:1469 commands/copyfromparse.c:1491
#, c-format
msgid "end-of-copy marker does not match previous newline style"
msgstr "COPY-Ende-Markierung stimmt nicht mit vorherigem Newline-Stil überein"

#: commands/copyfromparse.c:1473 commands/copyfromparse.c:1484
#: commands/copyfromparse.c:1500
#, c-format
msgid "end-of-copy marker is not alone on its line"
msgstr "COPY-Ende-Markierung ist nicht allein auf der Zeile"

#: commands/copyfromparse.c:1773 commands/copyfromparse.c:1988
#, c-format
msgid "unexpected default marker in COPY data"
msgstr "unerwartete Default-Markierung in COPY-Daten"

#: commands/copyfromparse.c:1774 commands/copyfromparse.c:1989
#, c-format
msgid "Column \"%s\" has no default value."
msgstr "Spalte »%s« hat keinen Vorgabewert."

#: commands/copyfromparse.c:1921
#, c-format
msgid "unterminated CSV quoted field"
msgstr "Quotes in CSV-Feld nicht abgeschlossen"

#: commands/copyfromparse.c:2023 commands/copyfromparse.c:2042
#, c-format
msgid "unexpected EOF in COPY data"
msgstr "unerwartetes EOF in COPY-Daten"

#: commands/copyfromparse.c:2032
#, c-format
msgid "invalid field size"
msgstr "ungültige Feldgröße"

#: commands/copyfromparse.c:2055
#, c-format
msgid "incorrect binary data format"
msgstr "falsches Binärdatenformat"

#: commands/copyto.c:477
#, c-format
msgid "could not write to COPY program: %m"
msgstr "konnte nicht zum COPY-Programm schreiben: %m"

#: commands/copyto.c:482
#, c-format
msgid "could not write to COPY file: %m"
msgstr "konnte nicht in COPY-Datei schreiben: %m"

#: commands/copyto.c:652
#, c-format
msgid "cannot copy from view \"%s\""
msgstr "kann nicht aus Sicht »%s« kopieren"

#: commands/copyto.c:654 commands/copyto.c:669 commands/copyto.c:680
#, c-format
msgid "Try the COPY (SELECT ...) TO variant."
msgstr "Versuchen Sie die Variante COPY (SELECT ...) TO."

#: commands/copyto.c:660
#, c-format
msgid "cannot copy from unpopulated materialized view \"%s\""
msgstr "kann nicht aus unbefüllter materialisierter Sicht »%s« kopieren"

#: commands/copyto.c:662 executor/execUtils.c:760
#, c-format
msgid "Use the REFRESH MATERIALIZED VIEW command."
msgstr "Verwenden Sie den Befehl REFRESH MATERIALIZED VIEW."

#: commands/copyto.c:667
#, c-format
msgid "cannot copy from foreign table \"%s\""
msgstr "kann nicht aus Fremdtabelle »%s« kopieren"

#: commands/copyto.c:673
#, c-format
msgid "cannot copy from sequence \"%s\""
msgstr "kann nicht aus Sequenz »%s« kopieren"

#: commands/copyto.c:678
#, c-format
msgid "cannot copy from partitioned table \"%s\""
msgstr "kann nicht aus partitionierter Tabelle »%s« kopieren"

#: commands/copyto.c:684
#, c-format
msgid "cannot copy from non-table relation \"%s\""
msgstr "kann nicht aus Relation »%s«, die keine Tabelle ist, kopieren"

#: commands/copyto.c:739
#, c-format
msgid "DO INSTEAD NOTHING rules are not supported for COPY"
msgstr "DO-INSTEAD-NOTHING-Regeln werden für COPY nicht unterstützt"

#: commands/copyto.c:753
#, c-format
msgid "conditional DO INSTEAD rules are not supported for COPY"
msgstr "DO-INSTEAD-Regeln mit Bedingung werden für COPY nicht unterstützt"

#: commands/copyto.c:757
#, c-format
msgid "DO ALSO rules are not supported for COPY"
msgstr "DO-ALSO-Regeln werden für COPY nicht unterstützt"

#: commands/copyto.c:762
#, c-format
msgid "multi-statement DO INSTEAD rules are not supported for COPY"
msgstr "DO-INSTEAD-Regeln mit mehreren Anweisungen werden für COPY nicht unterstützt"

#: commands/copyto.c:772
#, c-format
msgid "COPY (SELECT INTO) is not supported"
msgstr "COPY (SELECT INTO) wird nicht unterstützt"

#: commands/copyto.c:778
#, c-format
msgid "COPY query must not be a utility command"
msgstr "COPY-Anfrage darf kein Utility-Befehl sein"

#: commands/copyto.c:794
#, c-format
msgid "COPY query must have a RETURNING clause"
msgstr "COPY-Anfrage muss eine RETURNING-Klausel haben"

#: commands/copyto.c:823
#, c-format
msgid "relation referenced by COPY statement has changed"
msgstr "die von der COPY-Anweisung verwendete Relation hat sich geändert"

#: commands/copyto.c:950
#, c-format
msgid "relative path not allowed for COPY to file"
msgstr "relativer Pfad bei COPY in Datei nicht erlaubt"

#: commands/copyto.c:969
#, c-format
msgid "could not open file \"%s\" for writing: %m"
msgstr "konnte Datei »%s« nicht zum Schreiben öffnen: %m"

#: commands/copyto.c:972
#, c-format
msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy."
msgstr "Mit COPY TO schreibt der PostgreSQL-Serverprozess eine Datei. Möglicherweise möchten Sie Funktionalität auf Client-Seite verwenden, wie zum Beispiel \\copy in psql."

#: commands/createas.c:212 commands/createas.c:523
#, c-format
msgid "too many column names were specified"
msgstr "zu viele Spaltennamen wurden angegeben"

#: commands/createas.c:546
#, c-format
msgid "policies not yet implemented for this command"
msgstr "Policys sind für diesen Befehl noch nicht implementiert"

#: commands/dbcommands.c:843
#, c-format
msgid "LOCATION is not supported anymore"
msgstr "LOCATION wird nicht mehr unterstützt"

#: commands/dbcommands.c:844
#, c-format
msgid "Consider using tablespaces instead."
msgstr "Verwenden Sie stattdessen Tablespaces."

#: commands/dbcommands.c:869
#, c-format
msgid "OIDs less than %u are reserved for system objects"
msgstr "OIDs kleiner als %u sind für Systemobjekte reserviert"

#: commands/dbcommands.c:900 utils/adt/ascii.c:146
#, c-format
msgid "%d is not a valid encoding code"
msgstr "%d ist kein gültiger Kodierungscode"

#: commands/dbcommands.c:911 utils/adt/ascii.c:128
#, c-format
msgid "%s is not a valid encoding name"
msgstr "%s ist kein gültiger Kodierungsname"

#: commands/dbcommands.c:945
#, c-format
msgid "unrecognized locale provider: %s"
msgstr "unbekannter Locale-Provider: %s"

#: commands/dbcommands.c:958 commands/dbcommands.c:2454 commands/user.c:299
#: commands/user.c:739
#, c-format
msgid "invalid connection limit: %d"
msgstr "ungültige Verbindungshöchstgrenze: %d"

#: commands/dbcommands.c:979
#, c-format
msgid "permission denied to create database"
msgstr "keine Berechtigung, um Datenbank zu erzeugen"

#: commands/dbcommands.c:1003
#, c-format
msgid "template database \"%s\" does not exist"
msgstr "Template-Datenbank »%s« existiert nicht"

#: commands/dbcommands.c:1013
#, c-format
msgid "cannot use invalid database \"%s\" as template"
msgstr "ungültige Datenbank »%s« kann nicht als Template verwendet werden"

#: commands/dbcommands.c:1014 commands/dbcommands.c:2484
#: utils/init/postinit.c:1095
#, c-format
msgid "Use DROP DATABASE to drop invalid databases."
msgstr "Verwenden Sie DROP DATABASE, um ungültige Datenbanken zu löschen."

#: commands/dbcommands.c:1025
#, c-format
msgid "permission denied to copy database \"%s\""
msgstr "keine Berechtigung, um Datenbank »%s« zu kopieren"

#: commands/dbcommands.c:1042
#, c-format
msgid "invalid create database strategy \"%s\""
msgstr "ungültige Datenbankerzeugungsstrategie »%s«"

#: commands/dbcommands.c:1043
#, c-format
msgid "Valid strategies are \"wal_log\" and \"file_copy\"."
msgstr "Gültige Strategien sind »wal_log« und »file_copy«."

#: commands/dbcommands.c:1064
#, c-format
msgid "invalid server encoding %d"
msgstr "ungültige Serverkodierung %d"

#: commands/dbcommands.c:1072 commands/dbcommands.c:1077
#: commands/dbcommands.c:1082
#, c-format
msgid "invalid LC_COLLATE locale name: \"%s\""
msgstr "ungültiger LC_COLLATE-Locale-Name: »%s«"

#: commands/dbcommands.c:1073 commands/dbcommands.c:1091
#, c-format
msgid "If the locale name is specific to the builtin provider, use BUILTIN_LOCALE."
msgstr "Wenn der Locale-Name nur für den Provider »builtin« gültig ist, verwenden Sie BUILTIN_LOCALE."

#: commands/dbcommands.c:1078 commands/dbcommands.c:1096
#, c-format
msgid "If the locale name is specific to the ICU provider, use ICU_LOCALE."
msgstr "Wenn der Locale-Name nur für den ICU-Provider gültig ist, verwenden Sie ICU_LOCALE."

#: commands/dbcommands.c:1090 commands/dbcommands.c:1095
#: commands/dbcommands.c:1100
#, c-format
msgid "invalid LC_CTYPE locale name: \"%s\""
msgstr "ungültiger LC_CTYPE-Locale-Name: »%s«"

#: commands/dbcommands.c:1113
#, c-format
msgid "BUILTIN_LOCALE cannot be specified unless locale provider is builtin"
msgstr "BUILTIN_LOCALE kann nur angegeben werden, wenn der Locale-Provider »builtin« ist"

#: commands/dbcommands.c:1121
#, c-format
msgid "ICU locale cannot be specified unless locale provider is ICU"
msgstr "ICU-Locale kann nur angegeben werden, wenn der Locale-Provider ICU ist"

#: commands/dbcommands.c:1139
#, c-format
msgid "LOCALE or BUILTIN_LOCALE must be specified"
msgstr "LOCALE oder BUILTIN_LOCALE muss angegeben werden"

#: commands/dbcommands.c:1148
#, c-format
msgid "encoding \"%s\" is not supported with ICU provider"
msgstr "Kodierung »%s« wird vom ICU-Provider nicht unterstützt"

#: commands/dbcommands.c:1158
#, c-format
msgid "LOCALE or ICU_LOCALE must be specified"
msgstr "LOCALE oder ICU_LOCALE muss angegeben werden"

#: commands/dbcommands.c:1202
#, c-format
msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)"
msgstr "neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-Datenbank (%s)"

#: commands/dbcommands.c:1205
#, c-format
msgid "Use the same encoding as in the template database, or use template0 as template."
msgstr "Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1210
#, c-format
msgid "new collation (%s) is incompatible with the collation of the template database (%s)"
msgstr "neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der Template-Datenbank (%s)"

#: commands/dbcommands.c:1212
#, c-format
msgid "Use the same collation as in the template database, or use template0 as template."
msgstr "Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1217
#, c-format
msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)"
msgstr "neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank (%s)"

#: commands/dbcommands.c:1219
#, c-format
msgid "Use the same LC_CTYPE as in the template database, or use template0 as template."
msgstr "Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1224
#, c-format
msgid "new locale provider (%s) does not match locale provider of the template database (%s)"
msgstr "neuer Locale-Provider (%s) stimmt nicht mit dem Locale-Provider der Template-Datenbank (%s) überein"

#: commands/dbcommands.c:1226
#, c-format
msgid "Use the same locale provider as in the template database, or use template0 as template."
msgstr "Verwenden Sie den gleichen Locale-Provider wie die Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1238
#, c-format
msgid "new ICU locale (%s) is incompatible with the ICU locale of the template database (%s)"
msgstr "neue ICU-Locale (%s) ist inkompatibel mit der ICU-Locale der Template-Datenbank (%s)"

#: commands/dbcommands.c:1240
#, c-format
msgid "Use the same ICU locale as in the template database, or use template0 as template."
msgstr "Verwenden Sie die gleiche ICU-Locale wie die Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1251
#, c-format
msgid "new ICU collation rules (%s) are incompatible with the ICU collation rules of the template database (%s)"
msgstr "die neuen ICU-Sortierfolgenregeln (%s) sind inkompatibel mit den ICU-Sortierfolgenregeln der Template-Datenbank (%s)"

#: commands/dbcommands.c:1253
#, c-format
msgid "Use the same ICU collation rules as in the template database, or use template0 as template."
msgstr "Verwenden Sie die gleichen ICU-Sortierfolgenregeln wie in der Template-Datenbank oder verwenden Sie template0 als Template."

#: commands/dbcommands.c:1282
#, c-format
msgid "template database \"%s\" has a collation version, but no actual collation version could be determined"
msgstr "Template-Datenbank »%s« hat eine Sortierfolgenversion, aber keine tatsächliche Sortierfolgenversion konnte ermittelt werden"

#: commands/dbcommands.c:1287
#, c-format
msgid "template database \"%s\" has a collation version mismatch"
msgstr "Version von Sortierfolge für Template-Datenbank »%s« stimmt nicht überein"

#: commands/dbcommands.c:1289
#, c-format
msgid "The template database was created using collation version %s, but the operating system provides version %s."
msgstr "Die Template-Datenbank wurde mit Sortierfolgenversion %s erzeugt, aber das Betriebssystem hat Version %s."

#: commands/dbcommands.c:1292
#, c-format
msgid "Rebuild all objects in the template database that use the default collation and run ALTER DATABASE %s REFRESH COLLATION VERSION, or build PostgreSQL with the right library version."
msgstr "Bauen Sie alle Objekte in der Template-Datenbank, die die Standardsortierfolge verwenden, neu und führen Sie ALTER DATABASE %s REFRESH COLLATION VERSION aus, oder bauen Sie PostgreSQL mit der richtigen Bibliotheksversion."

#: commands/dbcommands.c:1337 commands/dbcommands.c:2080
#, c-format
msgid "pg_global cannot be used as default tablespace"
msgstr "pg_global kann nicht als Standard-Tablespace verwendet werden"

#: commands/dbcommands.c:1363
#, c-format
msgid "cannot assign new default tablespace \"%s\""
msgstr "kann neuen Standard-Tablespace »%s« nicht setzen"

#: commands/dbcommands.c:1365
#, c-format
msgid "There is a conflict because database \"%s\" already has some tables in this tablespace."
msgstr "Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem Tablespace hat."

#: commands/dbcommands.c:1395 commands/dbcommands.c:1951
#, c-format
msgid "database \"%s\" already exists"
msgstr "Datenbank »%s« existiert bereits"

#: commands/dbcommands.c:1409
#, c-format
msgid "source database \"%s\" is being accessed by other users"
msgstr "auf Quelldatenbank »%s« wird gerade von anderen Benutzern zugegriffen"

#: commands/dbcommands.c:1431
#, c-format
msgid "database OID %u is already in use by database \"%s\""
msgstr "Datenbank-OID %u wird bereits von Datenbank »%s« verwendet"

#: commands/dbcommands.c:1437
#, c-format
msgid "data directory with the specified OID %u already exists"
msgstr "Datenverzeichnis mit der angegebenen OID %u existiert bereits"

#: commands/dbcommands.c:1610 commands/dbcommands.c:1625
#: utils/adt/pg_locale.c:1532
#, c-format
msgid "encoding \"%s\" does not match locale \"%s\""
msgstr "Kodierung »%s« stimmt nicht mit Locale »%s« überein"

#: commands/dbcommands.c:1613
#, c-format
msgid "The chosen LC_CTYPE setting requires encoding \"%s\"."
msgstr "Die gewählte LC_CTYPE-Einstellung verlangt die Kodierung »%s«."

#: commands/dbcommands.c:1628
#, c-format
msgid "The chosen LC_COLLATE setting requires encoding \"%s\"."
msgstr "Die gewählte LC_COLLATE-Einstellung verlangt die Kodierung »%s«."

#: commands/dbcommands.c:1711
#, c-format
msgid "database \"%s\" does not exist, skipping"
msgstr "Datenbank »%s« existiert nicht, wird übersprungen"

#: commands/dbcommands.c:1735
#, c-format
msgid "cannot drop a template database"
msgstr "Template-Datenbank kann nicht gelöscht werden"

#: commands/dbcommands.c:1741
#, c-format
msgid "cannot drop the currently open database"
msgstr "kann aktuell geöffnete Datenbank nicht löschen"

#: commands/dbcommands.c:1754
#, c-format
msgid "database \"%s\" is used by an active logical replication slot"
msgstr "Datenbank »%s« wird von einem aktiven logischen Replikations-Slot verwendet"

#: commands/dbcommands.c:1756
#, c-format
msgid "There is %d active slot."
msgid_plural "There are %d active slots."
msgstr[0] "%d Slot ist vorhanden."
msgstr[1] "%d Slots sind vorhanden."

#: commands/dbcommands.c:1770
#, c-format
msgid "database \"%s\" is being used by logical replication subscription"
msgstr "Datenbank »%s« wird von einer Subskription für logische Replikation verwendet"

#: commands/dbcommands.c:1772
#, c-format
msgid "There is %d subscription."
msgid_plural "There are %d subscriptions."
msgstr[0] "%d Subskription ist vorhanden."
msgstr[1] "%d Subskriptionen sind vorhanden."

#: commands/dbcommands.c:1793 commands/dbcommands.c:1973
#: commands/dbcommands.c:2102
#, c-format
msgid "database \"%s\" is being accessed by other users"
msgstr "auf Datenbank »%s« wird von anderen Benutzern zugegriffen"

#: commands/dbcommands.c:1933
#, c-format
msgid "permission denied to rename database"
msgstr "keine Berechtigung, um Datenbank umzubenennen"

#: commands/dbcommands.c:1962
#, c-format
msgid "current database cannot be renamed"
msgstr "aktuelle Datenbank kann nicht umbenannt werden"

#: commands/dbcommands.c:2058
#, c-format
msgid "cannot change the tablespace of the currently open database"
msgstr "kann den Tablespace der aktuell geöffneten Datenbank nicht ändern"

#: commands/dbcommands.c:2164
#, c-format
msgid "some relations of database \"%s\" are already in tablespace \"%s\""
msgstr "einige Relationen von Datenbank »%s« ist bereits in Tablespace »%s«"

#: commands/dbcommands.c:2166
#, c-format
msgid "You must move them back to the database's default tablespace before using this command."
msgstr "Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, bevor Sie diesen Befehl verwenden können."

#: commands/dbcommands.c:2295 commands/dbcommands.c:3039
#: commands/dbcommands.c:3339 commands/dbcommands.c:3453
#, c-format
msgid "some useless files may be left behind in old database directory \"%s\""
msgstr "einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »%s« zurückgelassen"

#: commands/dbcommands.c:2435
#, c-format
msgid "option \"%s\" cannot be specified with other options"
msgstr "Option »%s« kann nicht mit anderen Optionen angegeben werden"

#: commands/dbcommands.c:2483
#, c-format
msgid "cannot alter invalid database \"%s\""
msgstr "ungültige Datenbank »%s« kann nicht geändert werden"

#: commands/dbcommands.c:2500
#, c-format
msgid "cannot disallow connections for current database"
msgstr "Verbindungen mit der aktuellen Datenbank können nicht verboten werden"

#: commands/dbcommands.c:2730
#, c-format
msgid "permission denied to change owner of database"
msgstr "keine Berechtigung, um Eigentümer der Datenbank zu ändern"

#: commands/dbcommands.c:3145
#, c-format
msgid "There are %d other session(s) and %d prepared transaction(s) using the database."
msgstr "%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die Datenbank."

#: commands/dbcommands.c:3148
#, c-format
msgid "There is %d other session using the database."
msgid_plural "There are %d other sessions using the database."
msgstr[0] "%d andere Sitzung verwendet die Datenbank."
msgstr[1] "%d andere Sitzungen verwenden die Datenbank."

#: commands/dbcommands.c:3153 storage/ipc/procarray.c:3860
#, c-format
msgid "There is %d prepared transaction using the database."
msgid_plural "There are %d prepared transactions using the database."
msgstr[0] "%d vorbereitete Transaktion verwendet die Datenbank."
msgstr[1] "%d vorbereitete Transaktionen verwenden die Datenbank."

#: commands/dbcommands.c:3295
#, c-format
msgid "missing directory \"%s\""
msgstr "Verzeichnis »%s« fehlt"

#: commands/dbcommands.c:3353 commands/tablespace.c:184
#: commands/tablespace.c:633
#, c-format
msgid "could not stat directory \"%s\": %m"
msgstr "konnte »stat« für Verzeichnis »%s« nicht ausführen: %m"

#: commands/define.c:40 commands/define.c:244 commands/define.c:276
#: commands/define.c:304 commands/define.c:350
#, c-format
msgid "%s requires a parameter"
msgstr "%s erfordert einen Parameter"

#: commands/define.c:140
#, c-format
msgid "%s requires a Boolean value"
msgstr "%s erfordert einen Boole’schen Wert"

#: commands/define.c:154 commands/define.c:163 commands/define.c:313
#, c-format
msgid "%s requires an integer value"
msgstr "%s erfordert einen ganzzahligen Wert"

#: commands/define.c:258
#, c-format
msgid "argument of %s must be a name"
msgstr "Argument von %s muss ein Name sein"

#: commands/define.c:288
#, c-format
msgid "argument of %s must be a type name"
msgstr "Argument von %s muss ein Typname sein"

#: commands/define.c:334
#, c-format
msgid "invalid argument for %s: \"%s\""
msgstr "ungültiges Argument für %s: »%s«"

#: commands/dropcmds.c:96 commands/functioncmds.c:1400
#: utils/adt/ruleutils.c:2956
#, c-format
msgid "\"%s\" is an aggregate function"
msgstr "»%s« ist eine Aggregatfunktion"

#: commands/dropcmds.c:98
#, c-format
msgid "Use DROP AGGREGATE to drop aggregate functions."
msgstr "Verwenden Sie DROP AGGREGATE, um Aggregatfunktionen zu löschen."

#: commands/dropcmds.c:153 commands/sequence.c:462 commands/tablecmds.c:4024
#: commands/tablecmds.c:4185 commands/tablecmds.c:4237
#: commands/tablecmds.c:18966 tcop/utility.c:1328
#, c-format
msgid "relation \"%s\" does not exist, skipping"
msgstr "Relation »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:183 commands/dropcmds.c:282 commands/tablecmds.c:1479
#, c-format
msgid "schema \"%s\" does not exist, skipping"
msgstr "Schema »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:223 commands/dropcmds.c:262 commands/tablecmds.c:289
#, c-format
msgid "type \"%s\" does not exist, skipping"
msgstr "Typ »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:252
#, c-format
msgid "access method \"%s\" does not exist, skipping"
msgstr "Zugriffsmethode »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:270
#, c-format
msgid "collation \"%s\" does not exist, skipping"
msgstr "Sortierfolge »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:277
#, c-format
msgid "conversion \"%s\" does not exist, skipping"
msgstr "Konversion »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:288 commands/statscmds.c:703
#, c-format
msgid "statistics object \"%s\" does not exist, skipping"
msgstr "Statistikobjekt »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:295
#, c-format
msgid "text search parser \"%s\" does not exist, skipping"
msgstr "Textsucheparser »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:302
#, c-format
msgid "text search dictionary \"%s\" does not exist, skipping"
msgstr "Textsuchewörterbuch »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:309
#, c-format
msgid "text search template \"%s\" does not exist, skipping"
msgstr "Textsuchevorlage »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:316
#, c-format
msgid "text search configuration \"%s\" does not exist, skipping"
msgstr "Textsuchekonfiguration »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:321
#, c-format
msgid "extension \"%s\" does not exist, skipping"
msgstr "Erweiterung »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:331
#, c-format
msgid "function %s(%s) does not exist, skipping"
msgstr "Funktion %s(%s) existiert nicht, wird übersprungen"

#: commands/dropcmds.c:344
#, c-format
msgid "procedure %s(%s) does not exist, skipping"
msgstr "Prozedur %s(%s) existiert nicht, wird übersprungen"

#: commands/dropcmds.c:357
#, c-format
msgid "routine %s(%s) does not exist, skipping"
msgstr "Routine %s(%s) existiert nicht, wird übersprungen"

#: commands/dropcmds.c:370
#, c-format
msgid "aggregate %s(%s) does not exist, skipping"
msgstr "Aggregatfunktion %s(%s) existiert nicht, wird übersprungen"

#: commands/dropcmds.c:383
#, c-format
msgid "operator %s does not exist, skipping"
msgstr "Operator %s existiert nicht, wird übersprungen"

#: commands/dropcmds.c:389
#, c-format
msgid "language \"%s\" does not exist, skipping"
msgstr "Sprache »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:398
#, c-format
msgid "cast from type %s to type %s does not exist, skipping"
msgstr "Typumwandlung von Typ %s in Typ %s existiert nicht, wird übersprungen"

#: commands/dropcmds.c:407
#, c-format
msgid "transform for type %s language \"%s\" does not exist, skipping"
msgstr "Transformation für Typ %s Sprache »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:415
#, c-format
msgid "trigger \"%s\" for relation \"%s\" does not exist, skipping"
msgstr "Trigger »%s« für Relation »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:424
#, c-format
msgid "policy \"%s\" for relation \"%s\" does not exist, skipping"
msgstr "Policy »%s« für Relation »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:431
#, c-format
msgid "event trigger \"%s\" does not exist, skipping"
msgstr "Ereignistrigger »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:437
#, c-format
msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
msgstr "Regel »%s« für Relation »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:444
#, c-format
msgid "foreign-data wrapper \"%s\" does not exist, skipping"
msgstr "Fremddaten-Wrapper »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:448 commands/foreigncmds.c:1376
#, c-format
msgid "server \"%s\" does not exist, skipping"
msgstr "Server »%s« existiert nicht, wird übersprungen"

#: commands/dropcmds.c:457
#, c-format
msgid "operator class \"%s\" does not exist for access method \"%s\", skipping"
msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen"

#: commands/dropcmds.c:469
#, c-format
msgid "operator family \"%s\" does not exist for access method \"%s\", skipping"
msgstr "Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen"

#: commands/dropcmds.c:476
#, c-format
msgid "publication \"%s\" does not exist, skipping"
msgstr "Publikation »%s« existiert nicht, wird übersprungen"

#: commands/event_trigger.c:141
#, c-format
msgid "permission denied to create event trigger \"%s\""
msgstr "keine Berechtigung, um Ereignistrigger »%s« zu erzeugen"

#: commands/event_trigger.c:143
#, c-format
msgid "Must be superuser to create an event trigger."
msgstr "Nur Superuser können Ereignistrigger anlegen."

#: commands/event_trigger.c:153
#, c-format
msgid "unrecognized event name \"%s\""
msgstr "unbekannter Ereignisname »%s«"

#: commands/event_trigger.c:170
#, c-format
msgid "unrecognized filter variable \"%s\""
msgstr "unbekannte Filtervariable »%s«"

#: commands/event_trigger.c:185
#, c-format
msgid "tag filtering is not supported for login event triggers"
msgstr "Tag-Filtern wird für Login-Ereignistrigger nicht unterstützt"

#: commands/event_trigger.c:228
#, c-format
msgid "filter value \"%s\" not recognized for filter variable \"%s\""
msgstr "Filterwert »%s« nicht erkannt für Filtervariable »%s«"

#. translator: %s represents an SQL statement name
#: commands/event_trigger.c:234 commands/event_trigger.c:256
#, c-format
msgid "event triggers are not supported for %s"
msgstr "Ereignistrigger für %s werden nicht unterstützt"

#: commands/event_trigger.c:269
#, c-format
msgid "filter variable \"%s\" specified more than once"
msgstr "Filtervariable »%s« mehrmals angegeben"

#: commands/event_trigger.c:442 commands/event_trigger.c:494
#: commands/event_trigger.c:588
#, c-format
msgid "event trigger \"%s\" does not exist"
msgstr "Ereignistrigger »%s« existiert nicht"

#: commands/event_trigger.c:526
#, c-format
msgid "event trigger with OID %u does not exist"
msgstr "Ereignistrigger mit OID %u existiert nicht"

#: commands/event_trigger.c:556
#, c-format
msgid "permission denied to change owner of event trigger \"%s\""
msgstr "keine Berechtigung, um Eigentümer des Ereignistriggers »%s« zu ändern"

#: commands/event_trigger.c:558
#, c-format
msgid "The owner of an event trigger must be a superuser."
msgstr "Der Eigentümer eines Ereignistriggers muss ein Superuser sein."

#: commands/event_trigger.c:1536
#, c-format
msgid "%s can only be called in a sql_drop event trigger function"
msgstr "%s kann nur in einer sql_drop-Ereignistriggerfunktion aufgerufen werden"

#: commands/event_trigger.c:1629 commands/event_trigger.c:1650
#, c-format
msgid "%s can only be called in a table_rewrite event trigger function"
msgstr "%s kann nur in einer table_rewrite-Ereignistriggerfunktion aufgerufen werden"

#: commands/event_trigger.c:2066
#, c-format
msgid "%s can only be called in an event trigger function"
msgstr "%s kann nur in einer Ereignistriggerfunktion aufgerufen werden"

#: commands/explain_state.c:133 commands/explain_state.c:158
#: replication/walsender.c:1151
#, c-format
msgid "unrecognized value for %s option \"%s\": \"%s\""
msgstr "unbekannter Wert für %s-Option »%s«: »%s«"

#: commands/explain_state.c:174 commands/explain_state.c:186
#: commands/explain_state.c:192
#, c-format
msgid "EXPLAIN option %s requires ANALYZE"
msgstr "EXPLAIN-Option %s erfordert ANALYZE"

#: commands/explain_state.c:198
#, c-format
msgid "%s options %s and %s cannot be used together"
msgstr "%s-Optionen %s und %s können nicht zusammen verwendet werden"

#: commands/extension.c:198 commands/extension.c:3452
#, c-format
msgid "extension \"%s\" does not exist"
msgstr "Erweiterung »%s« existiert nicht"

#: commands/extension.c:371 commands/extension.c:380 commands/extension.c:392
#: commands/extension.c:402
#, c-format
msgid "invalid extension name: \"%s\""
msgstr "ungültiger Erweiterungsname: »%s«"

#: commands/extension.c:372
#, c-format
msgid "Extension names must not be empty."
msgstr "Erweiterungsnamen dürfen nicht leer sein."

#: commands/extension.c:381
#, c-format
msgid "Extension names must not contain \"--\"."
msgstr "Erweiterungsnamen dürfen nicht »--« enthalten."

#: commands/extension.c:393
#, c-format
msgid "Extension names must not begin or end with \"-\"."
msgstr "Erweiterungsnamen dürfen nicht mit »-« anfangen oder aufhören."

#: commands/extension.c:403
#, c-format
msgid "Extension names must not contain directory separator characters."
msgstr "Erweiterungsnamen dürfen keine Verzeichnistrennzeichen enthalten."

#: commands/extension.c:418 commands/extension.c:427 commands/extension.c:436
#: commands/extension.c:446
#, c-format
msgid "invalid extension version name: \"%s\""
msgstr "ungültiger Erweiterungsversionsname: »%s«"

#: commands/extension.c:419
#, c-format
msgid "Version names must not be empty."
msgstr "Versionsnamen dürfen nicht leer sein."

#: commands/extension.c:428
#, c-format
msgid "Version names must not contain \"--\"."
msgstr "Versionsnamen dürfen nicht »--« enthalten."

#: commands/extension.c:437
#, c-format
msgid "Version names must not begin or end with \"-\"."
msgstr "Versionsnamen dürfen nicht mit »-« anfangen oder aufhören."

#: commands/extension.c:447
#, c-format
msgid "Version names must not contain directory separator characters."
msgstr "Versionsnamen dürfen keine Verzeichnistrennzeichen enthalten."

#: commands/extension.c:672
#, c-format
msgid "extension \"%s\" is not available"
msgstr "Erweiterung »%s« ist nicht verfügbar"

#: commands/extension.c:673
#, c-format
msgid "The extension must first be installed on the system where PostgreSQL is running."
msgstr "Die Erweiterung muss zuerst auf dem System, auf dem PostgreSQL läuft, installiert werden."

#: commands/extension.c:695
#, c-format
msgid "could not open extension control file \"%s\": %m"
msgstr "konnte Erweiterungskontrolldatei »%s« nicht öffnen: %m"

#: commands/extension.c:718 commands/extension.c:728
#, c-format
msgid "parameter \"%s\" cannot be set in a secondary extension control file"
msgstr "Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei gesetzt werden"

#: commands/extension.c:750 commands/extension.c:758 commands/extension.c:766
#: utils/misc/guc.c:3144
#, c-format
msgid "parameter \"%s\" requires a Boolean value"
msgstr "Parameter »%s« erfordert einen Boole’schen Wert"

#: commands/extension.c:775
#, c-format
msgid "\"%s\" is not a valid encoding name"
msgstr "»%s« ist kein gültiger Kodierungsname"

#: commands/extension.c:789 commands/extension.c:804
#, c-format
msgid "parameter \"%s\" must be a list of extension names"
msgstr "Parameter »%s« muss eine Liste von Erweiterungsnamen sein"

#: commands/extension.c:811
#, c-format
msgid "unrecognized parameter \"%s\" in file \"%s\""
msgstr "unbekannter Parameter »%s« in Datei »%s«"

#: commands/extension.c:820
#, c-format
msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
msgstr "Parameter »schema« kann nicht angegeben werden, wenn »relocatable« an ist"

#: commands/extension.c:996
#, c-format
msgid "SQL statement \"%.*s\""
msgstr "SQL-Anweisung »%.*s«"

#: commands/extension.c:1025
#, c-format
msgid "extension script file \"%s\", near line %d"
msgstr "Erweiterungs-Skript-Datei »%s«, in der Nähe von Zeile %d"

#: commands/extension.c:1029
#, c-format
msgid "extension script file \"%s\""
msgstr "Erweiterungs-Skript-Datei »%s«"

#: commands/extension.c:1141
#, c-format
msgid "transaction control statements are not allowed within an extension script"
msgstr "Transaktionskontrollanweisungen sind nicht in einem Erweiterungsskript erlaubt"

#: commands/extension.c:1223
#, c-format
msgid "permission denied to create extension \"%s\""
msgstr "keine Berechtigung, um Erweiterung »%s« zu erzeugen"

#: commands/extension.c:1226
#, c-format
msgid "Must have CREATE privilege on current database to create this extension."
msgstr "CREATE-Privileg für die aktuelle Datenbank wird benötigt, um diese Erweiterung anzulegen."

#: commands/extension.c:1227
#, c-format
msgid "Must be superuser to create this extension."
msgstr "Nur Superuser können diese Erweiterung anlegen."

#: commands/extension.c:1231
#, c-format
msgid "permission denied to update extension \"%s\""
msgstr "keine Berechtigung, um Erweiterung »%s« zu aktualisieren"

#: commands/extension.c:1234
#, c-format
msgid "Must have CREATE privilege on current database to update this extension."
msgstr "CREATE-Privileg für die aktuelle Datenbank wird benötigt, um diese Erweiterung zu aktualisieren."

#: commands/extension.c:1235
#, c-format
msgid "Must be superuser to update this extension."
msgstr "Nur Superuser können diese Erweiterung aktualisieren."

#: commands/extension.c:1368
#, c-format
msgid "invalid character in extension owner: must not contain any of \"%s\""
msgstr "ungültiges Zeichen im Erweiterungseigentümer: darf keins aus »%s« enthalten"

#: commands/extension.c:1392 commands/extension.c:1419
#, c-format
msgid "invalid character in extension \"%s\" schema: must not contain any of \"%s\""
msgstr "ungültiges Zeichen in Schema von Erweiterung »%s«: darf keins aus »%s« enthalten"

#: commands/extension.c:1614
#, c-format
msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\""
msgstr "Erweiterung »%s« hat keinen Aktualisierungspfad von Version »%s« auf Version »%s«"

#: commands/extension.c:1822 commands/extension.c:3510
#, c-format
msgid "version to install must be specified"
msgstr "die zu installierende Version muss angegeben werden"

#: commands/extension.c:1859
#, c-format
msgid "extension \"%s\" has no installation script nor update path for version \"%s\""
msgstr "Erweiterung »%s« hat kein Installationsskript und keinen Aktualisierungspfad für Version »%s«"

#: commands/extension.c:1893
#, c-format
msgid "extension \"%s\" must be installed in schema \"%s\""
msgstr "Erweiterung »%s« muss in Schema »%s« installiert werden"

#: commands/extension.c:2053
#, c-format
msgid "cyclic dependency detected between extensions \"%s\" and \"%s\""
msgstr "zyklische Abhängigkeit zwischen Erweiterungen »%s« und »%s« entdeckt"

#: commands/extension.c:2058
#, c-format
msgid "installing required extension \"%s\""
msgstr "installiere benötigte Erweiterung »%s«"

#: commands/extension.c:2081
#, c-format
msgid "required extension \"%s\" is not installed"
msgstr "benötigte Erweiterung »%s« ist nicht installiert"

#: commands/extension.c:2084
#, c-format
msgid "Use CREATE EXTENSION ... CASCADE to install required extensions too."
msgstr "Verwenden Sie CREATE EXTENSION ... CASCADE, um die benötigten Erweiterungen ebenfalls zu installieren."

#: commands/extension.c:2119
#, c-format
msgid "extension \"%s\" already exists, skipping"
msgstr "Erweiterung »%s« existiert bereits, wird übersprungen"

#: commands/extension.c:2126
#, c-format
msgid "extension \"%s\" already exists"
msgstr "Erweiterung »%s« existiert bereits"

#: commands/extension.c:2137
#, c-format
msgid "nested CREATE EXTENSION is not supported"
msgstr "geschachteltes CREATE EXTENSION wird nicht unterstützt"

#: commands/extension.c:2301
#, c-format
msgid "cannot drop extension \"%s\" because it is being modified"
msgstr "Erweiterung »%s« kann nicht gelöscht werden, weil sie gerade geändert wird"

#: commands/extension.c:2818
#, c-format
msgid "%s can only be called from an SQL script executed by CREATE EXTENSION"
msgstr "%s kann nur von einem SQL-Skript aufgerufen werden, das von CREATE EXTENSION ausgeführt wird"

#: commands/extension.c:2830
#, c-format
msgid "OID %u does not refer to a table"
msgstr "OID %u bezieht sich nicht auf eine Tabelle"

#: commands/extension.c:2835
#, c-format
msgid "table \"%s\" is not a member of the extension being created"
msgstr "Tabelle »%s« ist kein Mitglied der anzulegenden Erweiterung"

#: commands/extension.c:3234
#, c-format
msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema"
msgstr "kann Erweiterung »%s« nicht in Schema »%s« verschieben, weil die Erweiterung das Schema enthält"

#: commands/extension.c:3275 commands/extension.c:3369
#, c-format
msgid "extension \"%s\" does not support SET SCHEMA"
msgstr "Erweiterung »%s« unterstützt SET SCHEMA nicht"

#: commands/extension.c:3332
#, c-format
msgid "cannot SET SCHEMA of extension \"%s\" because other extensions prevent it"
msgstr "SET SCHEMA für Erweiterung »%s« ist nicht möglich, weil andere Erweiterungen es verhindern"

#: commands/extension.c:3334
#, c-format
msgid "Extension \"%s\" requests no relocation of extension \"%s\"."
msgstr "Erweiterung »%s« verhindert Verlagerung von Erweiterung »%s«."

#: commands/extension.c:3371
#, c-format
msgid "%s is not in the extension's schema \"%s\""
msgstr "%s ist nicht im Schema der Erweiterung (»%s«)"

#: commands/extension.c:3432
#, c-format
msgid "nested ALTER EXTENSION is not supported"
msgstr "geschachteltes ALTER EXTENSION wird nicht unterstützt"

#: commands/extension.c:3521
#, c-format
msgid "version \"%s\" of extension \"%s\" is already installed"
msgstr "Version »%s« von Erweiterung »%s« ist bereits installiert"

#: commands/extension.c:3732
#, c-format
msgid "cannot add an object of this type to an extension"
msgstr "ein Objekt dieses Typs kann nicht zu einer Erweiterung hinzugefügt werden"

#: commands/extension.c:3830
#, c-format
msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension"
msgstr "kann Schema »%s« nicht zu Erweiterung »%s« hinzufügen, weil das Schema die Erweiterung enthält"

#: commands/extension.c:3912 commands/typecmds.c:4041 utils/fmgr/funcapi.c:725
#, c-format
msgid "could not find multirange type for data type %s"
msgstr "konnte Multirange-Typ für Datentyp %s nicht finden"

#: commands/extension.c:3954
#, c-format
msgid "file \"%s\" is too large"
msgstr "Datei »%s« ist zu groß"

#: commands/extension.c:4047 utils/fmgr/dfmgr.c:625
#, c-format
msgid "component in parameter \"%s\" is not an absolute path"
msgstr "eine Komponente im Parameter »%s« ist kein absoluter Pfad"

#: commands/foreigncmds.c:159 commands/foreigncmds.c:168
#, c-format
msgid "option \"%s\" not found"
msgstr "Option »%s« nicht gefunden"

#: commands/foreigncmds.c:178
#, c-format
msgid "option \"%s\" provided more than once"
msgstr "Option »%s« mehrmals angegeben"

#: commands/foreigncmds.c:232 commands/foreigncmds.c:240
#, c-format
msgid "permission denied to change owner of foreign-data wrapper \"%s\""
msgstr "keine Berechtigung, um Eigentümer des Fremddaten-Wrappers »%s« zu ändern"

#: commands/foreigncmds.c:234
#, c-format
msgid "Must be superuser to change owner of a foreign-data wrapper."
msgstr "Nur Superuser können den Eigentümer eines Fremddaten-Wrappers ändern."

#: commands/foreigncmds.c:242
#, c-format
msgid "The owner of a foreign-data wrapper must be a superuser."
msgstr "Der Eigentümer eines Fremddaten-Wrappers muss ein Superuser sein."

#: commands/foreigncmds.c:302 commands/foreigncmds.c:718 foreign/foreign.c:692
#, c-format
msgid "foreign-data wrapper \"%s\" does not exist"
msgstr "Fremddaten-Wrapper »%s« existiert nicht"

#: commands/foreigncmds.c:336
#, c-format
msgid "foreign-data wrapper with OID %u does not exist"
msgstr "Fremddaten-Wrapper mit OID %u existiert nicht"

#: commands/foreigncmds.c:473
#, c-format
msgid "foreign server with OID %u does not exist"
msgstr "Fremdserver mit OID %u existiert nicht"

#: commands/foreigncmds.c:591
#, c-format
msgid "permission denied to create foreign-data wrapper \"%s\""
msgstr "keine Berechtigung, um Fremddaten-Wrapper »%s« zu erzeugen"

#: commands/foreigncmds.c:593
#, c-format
msgid "Must be superuser to create a foreign-data wrapper."
msgstr "Nur Superuser können Fremddaten-Wrapper anlegen."

#: commands/foreigncmds.c:708
#, c-format
msgid "permission denied to alter foreign-data wrapper \"%s\""
msgstr "keine Berechtigung, um Fremddaten-Wrapper »%s« zu ändern"

#: commands/foreigncmds.c:710
#, c-format
msgid "Must be superuser to alter a foreign-data wrapper."
msgstr "Nur Superuser können Fremddaten-Wrapper ändern."

#: commands/foreigncmds.c:741
#, c-format
msgid "changing the foreign-data wrapper handler can change behavior of existing foreign tables"
msgstr "das Ändern des Handlers des Fremddaten-Wrappers kann das Verhalten von bestehenden Fremdtabellen verändern"

#: commands/foreigncmds.c:761
#, c-format
msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid"
msgstr "durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von abhängigen Objekten ungültig werden"

#: commands/foreigncmds.c:892
#, c-format
msgid "server \"%s\" already exists, skipping"
msgstr "Server »%s« existiert bereits, wird übersprungen"

#: commands/foreigncmds.c:1160
#, c-format
msgid "user mapping for \"%s\" already exists for server \"%s\", skipping"
msgstr "Benutzerabbildung für »%s« existiert bereits für Server »%s«, wird übersprungen"

#: commands/foreigncmds.c:1170
#, c-format
msgid "user mapping for \"%s\" already exists for server \"%s\""
msgstr "Benutzerabbildung für »%s« existiert bereits für Server »%s«"

#: commands/foreigncmds.c:1270 commands/foreigncmds.c:1390
#, c-format
msgid "user mapping for \"%s\" does not exist for server \"%s\""
msgstr "Benutzerabbildung für »%s« existiert nicht für Server »%s«"

#: commands/foreigncmds.c:1395
#, c-format
msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping"
msgstr "Benutzerabbildung für »%s« existiert nicht für Server »%s«, wird übersprungen"

#: commands/foreigncmds.c:1523 foreign/foreign.c:405
#, c-format
msgid "foreign-data wrapper \"%s\" has no handler"
msgstr "Fremddaten-Wrapper »%s« hat keinen Handler"

#: commands/foreigncmds.c:1529
#, c-format
msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA"
msgstr "Fremddaten-Wrapper »%s« unterstützt IMPORT FOREIGN SCHEMA nicht"

#: commands/foreigncmds.c:1631
#, c-format
msgid "importing foreign table \"%s\""
msgstr "importiere Fremdtabelle »%s«"

#: commands/functioncmds.c:104
#, c-format
msgid "SQL function cannot return shell type %s"
msgstr "SQL-Funktion kann keinen Hüllen-Rückgabetyp %s haben"

#: commands/functioncmds.c:109
#, c-format
msgid "return type %s is only a shell"
msgstr "Rückgabetyp %s ist nur eine Hülle"

#: commands/functioncmds.c:138 parser/parse_type.c:354
#, c-format
msgid "type modifier cannot be specified for shell type \"%s\""
msgstr "Typmodifikator kann für Hüllentyp »%s« nicht angegeben werden"

#: commands/functioncmds.c:144
#, c-format
msgid "type \"%s\" is not yet defined"
msgstr "Typ »%s« ist noch nicht definiert"

#: commands/functioncmds.c:145
#, c-format
msgid "Creating a shell type definition."
msgstr "Hüllentypdefinition wird erzeugt."

#: commands/functioncmds.c:244
#, c-format
msgid "SQL function cannot accept shell type %s"
msgstr "SQL-Funktion kann keinen Hüllentyp %s annehmen"

#: commands/functioncmds.c:251
#, c-format
msgid "aggregate cannot accept shell type %s"
msgstr "Aggregatfunktion kann keinen Hüllentyp %s annehmen"

#: commands/functioncmds.c:257
#, c-format
msgid "argument type %s is only a shell"
msgstr "Argumenttyp %s ist nur eine Hülle"

#: commands/functioncmds.c:268
#, c-format
msgid "type %s does not exist"
msgstr "Typ %s existiert nicht"

#: commands/functioncmds.c:283
#, c-format
msgid "aggregates cannot accept set arguments"
msgstr "Aggregatfunktionen können keine SETOF-Argumente haben"

#: commands/functioncmds.c:288
#, c-format
msgid "procedures cannot accept set arguments"
msgstr "Prozeduren können keine SETOF-Argumente haben"

#: commands/functioncmds.c:293
#, c-format
msgid "functions cannot accept set arguments"
msgstr "Funktionen können keine SETOF-Argumente haben"

#: commands/functioncmds.c:304
#, c-format
msgid "VARIADIC parameter must be the last input parameter"
msgstr "VARIADIC-Parameter muss der letzte Eingabeparameter sein"

#: commands/functioncmds.c:325
#, c-format
msgid "VARIADIC parameter must be the last parameter"
msgstr "VARIADIC-Parameter muss der letzte Parameter sein"

#: commands/functioncmds.c:351
#, c-format
msgid "VARIADIC parameter must be an array"
msgstr "VARIADIC-Parameter muss ein Array sein"

#: commands/functioncmds.c:397
#, c-format
msgid "parameter name \"%s\" used more than once"
msgstr "Parametername »%s« mehrmals angegeben"

#: commands/functioncmds.c:416
#, c-format
msgid "only input parameters can have default values"
msgstr "nur Eingabeparameter können Vorgabewerte haben"

#: commands/functioncmds.c:432
#, c-format
msgid "cannot use table references in parameter default value"
msgstr "Tabellenverweise können nicht in Parametervorgabewerten verwendet werden"

#: commands/functioncmds.c:457
#, c-format
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"

#: commands/functioncmds.c:468
#, c-format
msgid "procedure OUT parameters cannot appear after one with a default value"
msgstr "Prozedur-OUT-Parameter können nicht nach einem Parameter mit Vorgabewert stehen"

#: commands/functioncmds.c:611 commands/functioncmds.c:790
#, c-format
msgid "invalid attribute in procedure definition"
msgstr "ungültiges Attribut in Prozedurdefinition"

#: commands/functioncmds.c:707
#, c-format
msgid "support function %s must return type %s"
msgstr "Unterstützungsfunktion %s muss Rückgabetyp %s haben"

#: commands/functioncmds.c:718
#, c-format
msgid "must be superuser to specify a support function"
msgstr "nur Superuser können eine Support-Funktion angeben"

#: commands/functioncmds.c:839 commands/functioncmds.c:1445
#, c-format
msgid "COST must be positive"
msgstr "COST muss positiv sein"

#: commands/functioncmds.c:847 commands/functioncmds.c:1453
#, c-format
msgid "ROWS must be positive"
msgstr "ROWS muss positiv sein"

#: commands/functioncmds.c:876
#, c-format
msgid "no function body specified"
msgstr "kein Funktionskörper angegeben"

#: commands/functioncmds.c:881
#, c-format
msgid "duplicate function body specified"
msgstr "doppelter Funktionskörper angegeben"

#: commands/functioncmds.c:886
#, c-format
msgid "inline SQL function body only valid for language SQL"
msgstr "Inline-SQL-Funktionskörper ist nur gültig für Sprache SQL"

#: commands/functioncmds.c:928
#, c-format
msgid "SQL function with unquoted function body cannot have polymorphic arguments"
msgstr "SQL-Funktion mit Funktionsrumpf nicht in Anführungszeichen kann keine polymorphen Argumente haben"

#: commands/functioncmds.c:954 commands/functioncmds.c:973
#, c-format
msgid "%s is not yet supported in unquoted SQL function body"
msgstr "%s ist in SQL-Funktionen nicht in Anführungszeichen noch nicht erlaubt"

#: commands/functioncmds.c:1001
#, c-format
msgid "only one AS item needed for language \"%s\""
msgstr "nur ein AS-Element benötigt für Sprache »%s«"

#: commands/functioncmds.c:1107
#, c-format
msgid "no language specified"
msgstr "keine Sprache angegeben"

#: commands/functioncmds.c:1115 commands/functioncmds.c:2135
#: commands/proclang.c:235
#, c-format
msgid "language \"%s\" does not exist"
msgstr "Sprache »%s« existiert nicht"

#: commands/functioncmds.c:1117 commands/functioncmds.c:2137
#, c-format
msgid "Use CREATE EXTENSION to load the language into the database."
msgstr "Verwenden Sie CREATE EXTENSION, um die Sprache in die Datenbank zu laden."

#: commands/functioncmds.c:1150 commands/functioncmds.c:1437
#, c-format
msgid "only superuser can define a leakproof function"
msgstr "nur Superuser können eine »leakproof«-Funktion definieren"

#: commands/functioncmds.c:1202
#, c-format
msgid "function result type must be %s because of OUT parameters"
msgstr "Ergebnistyp der Funktion muss %s sein wegen OUT-Parametern"

#: commands/functioncmds.c:1215
#, c-format
msgid "function result type must be specified"
msgstr "Ergebnistyp der Funktion muss angegeben werden"

#: commands/functioncmds.c:1268 commands/functioncmds.c:1457
#, c-format
msgid "ROWS is not applicable when function does not return a set"
msgstr "ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt"

#: commands/functioncmds.c:1564
#, c-format
msgid "source data type %s is a pseudo-type"
msgstr "Quelldatentyp %s ist ein Pseudotyp"

#: commands/functioncmds.c:1570
#, c-format
msgid "target data type %s is a pseudo-type"
msgstr "Zieldatentyp %s ist ein Pseudotyp"

#: commands/functioncmds.c:1594
#, c-format
msgid "cast will be ignored because the source data type is a domain"
msgstr "Typumwandlung wird ignoriert werden, weil der Quelldatentyp eine Domäne ist"

#: commands/functioncmds.c:1599
#, c-format
msgid "cast will be ignored because the target data type is a domain"
msgstr "Typumwandlung wird ignoriert werden, weil der Zieldatentyp eine Domäne ist"

#: commands/functioncmds.c:1624
#, c-format
msgid "cast function must take one to three arguments"
msgstr "Typumwandlungsfunktion muss ein bis drei Argumente haben"

#: commands/functioncmds.c:1630
#, c-format
msgid "argument of cast function must match or be binary-coercible from source data type"
msgstr "Argument der Typumwandlungsfunktion muss mit Quelldatentyp übereinstimmen oder in ihn binär-umwandelbar sein"

#: commands/functioncmds.c:1634
#, c-format
msgid "second argument of cast function must be type %s"
msgstr "zweites Argument der Typumwandlungsfunktion muss Typ %s haben"

#: commands/functioncmds.c:1639
#, c-format
msgid "third argument of cast function must be type %s"
msgstr "drittes Argument der Typumwandlungsfunktion muss Typ %s haben"

#: commands/functioncmds.c:1646
#, c-format
msgid "return data type of cast function must match or be binary-coercible to target data type"
msgstr "Rückgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp übereinstimmen oder in ihn binär-umwandelbar sein"

#: commands/functioncmds.c:1657
#, c-format
msgid "cast function must not be volatile"
msgstr "Typumwandlungsfunktion darf nicht VOLATILE sein"

#: commands/functioncmds.c:1662
#, c-format
msgid "cast function must be a normal function"
msgstr "Typumwandlungsfunktion muss eine normale Funktion sein"

#: commands/functioncmds.c:1666
#, c-format
msgid "cast function must not return a set"
msgstr "Typumwandlungsfunktion darf keine Ergebnismenge zurückgeben"

#: commands/functioncmds.c:1692
#, c-format
msgid "must be superuser to create a cast WITHOUT FUNCTION"
msgstr "nur Superuser können Typumwandlungen mit WITHOUT FUNCTION erzeugen"

#: commands/functioncmds.c:1707
#, c-format
msgid "source and target data types are not physically compatible"
msgstr "Quelldatentyp und Zieldatentyp sind nicht physikalisch kompatibel"

#: commands/functioncmds.c:1727
#, c-format
msgid "composite data types are not binary-compatible"
msgstr "zusammengesetzte Datentypen sind nicht binärkompatibel"

#: commands/functioncmds.c:1733
#, c-format
msgid "array data types are not binary-compatible"
msgstr "Array-Datentypen sind nicht binärkompatibel"

#: commands/functioncmds.c:1741
#, c-format
msgid "range data types are not binary-compatible"
msgstr "Range-Datentypen sind nicht binärkompatibel"

#: commands/functioncmds.c:1747
#, c-format
msgid "enum data types are not binary-compatible"
msgstr "Enum-Datentypen sind nicht binärkompatibel"

#: commands/functioncmds.c:1764
#, c-format
msgid "domain data types must not be marked binary-compatible"
msgstr "Domänendatentypen dürfen nicht als binärkompatibel markiert werden"

#: commands/functioncmds.c:1774
#, c-format
msgid "source data type and target data type are the same"
msgstr "Quelldatentyp und Zieldatentyp sind der selbe"

#: commands/functioncmds.c:1807
#, c-format
msgid "transform function must not be volatile"
msgstr "Transformationsfunktion darf nicht VOLATILE sein"

#: commands/functioncmds.c:1811
#, c-format
msgid "transform function must be a normal function"
msgstr "Transformationsfunktion muss eine normale Funktion sein"

#: commands/functioncmds.c:1815
#, c-format
msgid "transform function must not return a set"
msgstr "Transformationsfunktion darf keine Ergebnismenge zurückgeben"

#: commands/functioncmds.c:1819
#, c-format
msgid "transform function must take one argument"
msgstr "Transformationsfunktion muss ein Argument haben"

#: commands/functioncmds.c:1823
#, c-format
msgid "first argument of transform function must be type %s"
msgstr "erstes Argument der Transformationsfunktion muss Typ %s haben"

#: commands/functioncmds.c:1862
#, c-format
msgid "data type %s is a pseudo-type"
msgstr "Datentyp %s ist ein Pseudotyp"

#: commands/functioncmds.c:1868
#, c-format
msgid "data type %s is a domain"
msgstr "Datentyp %s ist eine Domäne"

#: commands/functioncmds.c:1908
#, c-format
msgid "return data type of FROM SQL function must be %s"
msgstr "Rückgabetyp der FROM-SQL-Funktion muss %s sein"

#: commands/functioncmds.c:1934
#, c-format
msgid "return data type of TO SQL function must be the transform data type"
msgstr "Rückgabetyp der TO-SQL-Funktion muss der zu transformierende Datentyp sein"

#: commands/functioncmds.c:1961
#, c-format
msgid "transform for type %s language \"%s\" already exists"
msgstr "Transformation für Typ %s Sprache »%s« existiert bereits"

#: commands/functioncmds.c:2047
#, c-format
msgid "transform for type %s language \"%s\" does not exist"
msgstr "Transformation für Typ %s Sprache »%s« existiert nicht"

#: commands/functioncmds.c:2071
#, c-format
msgid "function %s already exists in schema \"%s\""
msgstr "Funktion %s existiert bereits in Schema »%s«"

#: commands/functioncmds.c:2122
#, c-format
msgid "no inline code specified"
msgstr "kein Inline-Code angegeben"

#: commands/functioncmds.c:2168
#, c-format
msgid "language \"%s\" does not support inline code execution"
msgstr "Sprache »%s« unterstützt das Ausführen von Inline-Code nicht"

#: commands/functioncmds.c:2263
#, c-format
msgid "cannot pass more than %d argument to a procedure"
msgid_plural "cannot pass more than %d arguments to a procedure"
msgstr[0] "kann nicht mehr als %d Argument an eine Prozedur übergeben"
msgstr[1] "kann nicht mehr als %d Argumente an eine Prozedur übergeben"

#: commands/indexcmds.c:659
#, c-format
msgid "must specify at least one column"
msgstr "mindestens eine Spalte muss angegeben werden"

#: commands/indexcmds.c:663
#, c-format
msgid "cannot use more than %d columns in an index"
msgstr "Index kann nicht mehr als %d Spalten enthalten"

#: commands/indexcmds.c:712
#, c-format
msgid "cannot create index on relation \"%s\""
msgstr "kann keinen Index für Relation »%s« erzeugen"

#: commands/indexcmds.c:738
#, c-format
msgid "cannot create index on partitioned table \"%s\" concurrently"
msgstr "kann Index für partitionierte Tabelle »%s« nicht nebenläufig erzeugen"

#: commands/indexcmds.c:748
#, c-format
msgid "cannot create indexes on temporary tables of other sessions"
msgstr "kann keine Indexe für temporäre Tabellen anderer Sitzungen erzeugen"

#: commands/indexcmds.c:786 commands/tablecmds.c:893 commands/tablespace.c:1178
#, c-format
msgid "cannot specify default tablespace for partitioned relations"
msgstr "für partitionierte Relationen kann kein Standard-Tablespace angegeben werden"

#: commands/indexcmds.c:818 commands/tablecmds.c:924 commands/tablecmds.c:3720
#, c-format
msgid "only shared relations can be placed in pg_global tablespace"
msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"

#: commands/indexcmds.c:851
#, c-format
msgid "substituting access method \"gist\" for obsolete method \"rtree\""
msgstr "ersetze Zugriffsmethode »gist« für obsolete Methode »rtree«"

#: commands/indexcmds.c:872
#, c-format
msgid "access method \"%s\" does not support unique indexes"
msgstr "Zugriffsmethode »%s« unterstützt keine Unique Indexe"

#: commands/indexcmds.c:877
#, c-format
msgid "access method \"%s\" does not support included columns"
msgstr "Zugriffsmethode »%s« unterstützt keine eingeschlossenen Spalten"

#: commands/indexcmds.c:882
#, c-format
msgid "access method \"%s\" does not support multicolumn indexes"
msgstr "Zugriffsmethode »%s« unterstützt keine mehrspaltigen Indexe"

#: commands/indexcmds.c:887
#, c-format
msgid "access method \"%s\" does not support exclusion constraints"
msgstr "Zugriffsmethode »%s« unterstützt keine Exclusion-Constraints"

#: commands/indexcmds.c:892
#, c-format
msgid "access method \"%s\" does not support WITHOUT OVERLAPS constraints"
msgstr "Zugriffsmethode »%s« unterstützt keine WITHOUT-OVERLAPS-Constraints"

#: commands/indexcmds.c:1019
#, c-format
msgid "unsupported %s constraint with partition key definition"
msgstr "nicht unterstützter %s-Constraint mit Partitionierungsschlüsseldefinition"

#: commands/indexcmds.c:1021
#, c-format
msgid "%s constraints cannot be used when partition keys include expressions."
msgstr "%s-Constraints können nicht verwendet werden, wenn Partitionierungsschlüssel Ausdrücke enthalten."

#: commands/indexcmds.c:1056 commands/indexcmds.c:2471
#: commands/indexcmds.c:2490 executor/execReplication.c:329
#: parser/parse_cte.c:303 parser/parse_oper.c:221
#: utils/adt/array_userfuncs.c:1419 utils/adt/array_userfuncs.c:1562
#: utils/adt/arrayfuncs.c:3870 utils/adt/arrayfuncs.c:4425
#: utils/adt/arrayfuncs.c:6446 utils/adt/rowtypes.c:1220
#, c-format
msgid "could not identify an equality operator for type %s"
msgstr "konnte keinen Ist-Gleich-Operator für Typ %s ermitteln"

#: commands/indexcmds.c:1057 commands/indexcmds.c:2493
#, c-format
msgid "There is no suitable operator in operator family \"%s\" for access method \"%s\"."
msgstr "Es gibt keinen passenden Operator in Operatorfamilie »%s« für Zugriffsmethode »%s«."

#: commands/indexcmds.c:1077
#, c-format
msgid "cannot match partition key to index on column \"%s\" using non-equal operator \"%s\""
msgstr "Partitionierungsschlüssel kann nicht mit Nicht-Ist-Gleich-Operator »%s« mit Index für Spalte »%s« gepaart werden"

#: commands/indexcmds.c:1093
#, c-format
msgid "unique constraint on partitioned table must include all partitioning columns"
msgstr "Unique-Constraint für partitionierte Tabelle muss alle Partitionierungsspalten enthalten"

#: commands/indexcmds.c:1094
#, c-format
msgid "%s constraint on table \"%s\" lacks column \"%s\" which is part of the partition key."
msgstr "Im %s-Constraint in Tabelle »%s« fehlt Spalte »%s«, welche Teil des Partitionierungsschlüssels ist."

#: commands/indexcmds.c:1116 commands/indexcmds.c:1148
#, c-format
msgid "index creation on system columns is not supported"
msgstr "Indexerzeugung für Systemspalten wird nicht unterstützt"

#: commands/indexcmds.c:1124
#, c-format
msgid "primary keys on virtual generated columns are not supported"
msgstr "Primärschlüssel über virtuelle generierte Spalten werden nicht unterstützt"

#: commands/indexcmds.c:1126 commands/indexcmds.c:1166
#, c-format
msgid "unique constraints on virtual generated columns are not supported"
msgstr "Unique Constraints über virtuelle generierte Spalten werden nicht unterstützt"

#: commands/indexcmds.c:1127 commands/indexcmds.c:1167
#, c-format
msgid "indexes on virtual generated columns are not supported"
msgstr "Indexe über virtuelle generierte Spalten werden nicht unterstützt"

#: commands/indexcmds.c:1399 tcop/utility.c:1518
#, c-format
msgid "cannot create unique index on partitioned table \"%s\""
msgstr "kann keinen Unique Index für partitionierte Tabelle »%s« erzeugen"

#: commands/indexcmds.c:1401 tcop/utility.c:1520
#, c-format
msgid "Table \"%s\" contains partitions that are foreign tables."
msgstr "Tabelle »%s« enthält Partitionen, die Fremdtabellen sind."

#: commands/indexcmds.c:1859
#, c-format
msgid "functions in index predicate must be marked IMMUTABLE"
msgstr "Funktionen im Indexprädikat müssen als IMMUTABLE markiert sein"

#: commands/indexcmds.c:1956 parser/parse_utilcmd.c:2739
#: parser/parse_utilcmd.c:2927
#, c-format
msgid "column \"%s\" named in key does not exist"
msgstr "Spalte »%s«, die im Schlüssel verwendet wird, existiert nicht"

#: commands/indexcmds.c:1980 parser/parse_utilcmd.c:1988
#, c-format
msgid "expressions are not supported in included columns"
msgstr "in eingeschlossenen Spalten werden keine Ausdrücke unterstützt"

#: commands/indexcmds.c:2021
#, c-format
msgid "functions in index expression must be marked IMMUTABLE"
msgstr "Funktionen im Indexausdruck müssen als IMMUTABLE markiert sein"

#: commands/indexcmds.c:2036
#, c-format
msgid "including column does not support a collation"
msgstr "inkludierte Spalte unterstützt keine Sortierfolge"

#: commands/indexcmds.c:2040
#, c-format
msgid "including column does not support an operator class"
msgstr "inkludierte Spalte unterstützt keine Operatorklasse"

#: commands/indexcmds.c:2044
#, c-format
msgid "including column does not support ASC/DESC options"
msgstr "inkludierte Spalte unterstützt die Optionen ASC/DESC nicht"

#: commands/indexcmds.c:2048
#, c-format
msgid "including column does not support NULLS FIRST/LAST options"
msgstr "inkludierte Spalte unterstützt die Optionen NULLS FIRST/LAST nicht"

#: commands/indexcmds.c:2091
#, c-format
msgid "could not determine which collation to use for index expression"
msgstr "konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen"

#: commands/indexcmds.c:2099 commands/tablecmds.c:20006 commands/typecmds.c:812
#: parser/parse_expr.c:2815 parser/parse_type.c:568 parser/parse_utilcmd.c:4073
#: utils/adt/misc.c:630
#, c-format
msgid "collations are not supported by type %s"
msgstr "Sortierfolgen werden von Typ %s nicht unterstützt"

#: commands/indexcmds.c:2166
#, c-format
msgid "operator %s is not commutative"
msgstr "Operator %s ist nicht kommutativ"

#: commands/indexcmds.c:2168
#, c-format
msgid "Only commutative operators can be used in exclusion constraints."
msgstr "In Exclusion-Constraints können nur kommutative Operatoren verwendet werden."

#: commands/indexcmds.c:2178
#, c-format
msgid "operator %s is not a member of operator family \"%s\""
msgstr "Operator %s ist kein Mitglied der Operatorfamilie »%s«"

#: commands/indexcmds.c:2181
#, c-format
msgid "The exclusion operator must be related to the index operator class for the constraint."
msgstr "Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des Constraints stehen."

#: commands/indexcmds.c:2230
#, c-format
msgid "access method \"%s\" does not support ASC/DESC options"
msgstr "Zugriffsmethode »%s« unterstützt die Optionen ASC/DESC nicht"

#: commands/indexcmds.c:2235
#, c-format
msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
msgstr "Zugriffsmethode »%s« unterstützt die Optionen NULLS FIRST/LAST nicht"

#: commands/indexcmds.c:2279 commands/tablecmds.c:20031
#: commands/tablecmds.c:20037 commands/typecmds.c:2349
#, c-format
msgid "data type %s has no default operator class for access method \"%s\""
msgstr "Datentyp %s hat keine Standardoperatorklasse für Zugriffsmethode »%s«"

#: commands/indexcmds.c:2281
#, c-format
msgid "You must specify an operator class for the index or define a default operator class for the data type."
msgstr "Sie müssen für den Index eine Operatorklasse angeben oder eine Standardoperatorklasse für den Datentyp definieren."

#: commands/indexcmds.c:2310 commands/indexcmds.c:2318
#: commands/opclasscmds.c:205
#, c-format
msgid "operator class \"%s\" does not exist for access method \"%s\""
msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«"

#: commands/indexcmds.c:2332 commands/typecmds.c:2337
#, c-format
msgid "operator class \"%s\" does not accept data type %s"
msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"

#: commands/indexcmds.c:2422
#, c-format
msgid "there are multiple default operator classes for data type %s"
msgstr "es gibt mehrere Standardoperatorklassen für Datentyp %s"

#: commands/indexcmds.c:2472 commands/indexcmds.c:2491
#, c-format
msgid "could not identify an overlaps operator for type %s"
msgstr "konnte keinen Überlappungsoperator für Typ %s ermitteln"

#: commands/indexcmds.c:2473 commands/indexcmds.c:2492
#, c-format
msgid "could not identify a contained-by operator for type %s"
msgstr "konnte keinen Contained-By-Operator für Typ %s ermitteln"

#: commands/indexcmds.c:2474 commands/tablecmds.c:10368
#, c-format
msgid "Could not translate compare type %d for operator family \"%s\" of access method \"%s\"."
msgstr "Konnte Vergleichstyp %d für Operatorfamilie »%s« von Zugriffsmethode »%s« nicht übersetzen."

#: commands/indexcmds.c:3080
#, c-format
msgid "table \"%s\" has no indexes that can be reindexed concurrently"
msgstr "Tabelle »%s« hat keine Indexe, die nebenläufig reindiziert werden können"

#: commands/indexcmds.c:3094
#, c-format
msgid "table \"%s\" has no indexes to reindex"
msgstr "Tabelle »%s« hat keine zu reindizierenden Indexe"

#: commands/indexcmds.c:3141 commands/indexcmds.c:3652
#: commands/indexcmds.c:3782
#, c-format
msgid "cannot reindex system catalogs concurrently"
msgstr "Systemkataloge können nicht nebenläufig reindiziert werden"

#: commands/indexcmds.c:3165
#, c-format
msgid "can only reindex the currently open database"
msgstr "nur die aktuell geöffnete Datenbank kann reindiziert werden"

#: commands/indexcmds.c:3257
#, c-format
msgid "cannot reindex system catalogs concurrently, skipping all"
msgstr "Systemkataloge können nicht nebenläufig reindiziert werden, werden alle übersprungen"

#: commands/indexcmds.c:3290
#, c-format
msgid "cannot move system relations, skipping all"
msgstr "Systemrelationen können nicht verschoben werden, werden alle übersprungen"

#: commands/indexcmds.c:3336
#, c-format
msgid "while reindexing partitioned table \"%s.%s\""
msgstr "beim Reindizieren der partitionierten Tabelle »%s.%s«"

#: commands/indexcmds.c:3339
#, c-format
msgid "while reindexing partitioned index \"%s.%s\""
msgstr "beim Reindizieren des partitionierten Index »%s.%s«"

#: commands/indexcmds.c:3532 commands/indexcmds.c:4424
#, c-format
msgid "table \"%s.%s\" was reindexed"
msgstr "Tabelle »%s.%s« wurde neu indiziert"

#: commands/indexcmds.c:3684 commands/indexcmds.c:3737
#, c-format
msgid "skipping reindex of invalid index \"%s.%s\""
msgstr "Reindizieren des ungültigen Index »%s.%s« wird übersprungen"

#: commands/indexcmds.c:3687 commands/indexcmds.c:3740
#, c-format
msgid "Use DROP INDEX or REINDEX INDEX."
msgstr "Verwenden Sie DROP INDEX oder REINDEX INDEX."

#: commands/indexcmds.c:3691
#, c-format
msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping"
msgstr "Exclusion-Constraint-Index »%s.%s« kann nicht nebenläufig reindizert werden, wird übersprungen"

#: commands/indexcmds.c:3847
#, c-format
msgid "cannot reindex this type of relation concurrently"
msgstr "diese Art Relation kann nicht nebenläufig reindiziert werden"

#: commands/indexcmds.c:3865
#, c-format
msgid "cannot move non-shared relation to tablespace \"%s\""
msgstr "nicht geteilte Relation kann nicht nach Tablespace »%s« verschoben werden"

#: commands/indexcmds.c:4405 commands/indexcmds.c:4417
#, c-format
msgid "index \"%s.%s\" was reindexed"
msgstr "Index »%s.%s« wurde neu indiziert"

#: commands/indexcmds.c:4407 commands/indexcmds.c:4426
#, c-format
msgid "%s."
msgstr "%s."

#: commands/lockcmds.c:91
#, c-format
msgid "cannot lock relation \"%s\""
msgstr "kann Relation »%s« nicht sperren"

#: commands/matview.c:208
#, c-format
msgid "CONCURRENTLY cannot be used when the materialized view is not populated"
msgstr "CONCURRENTLY kann nicht verwendet werden, wenn die materialisierte Sicht nicht befüllt ist"

#: commands/matview.c:214 gram.y:19087
#, c-format
msgid "%s and %s options cannot be used together"
msgstr "Optionen %s und %s können nicht zusammen verwendet werden"

#: commands/matview.c:273
#, c-format
msgid "cannot refresh materialized view \"%s\" concurrently"
msgstr "kann materialisierte Sicht »%s« nicht nebenläufig auffrischen"

#: commands/matview.c:276
#, c-format
msgid "Create a unique index with no WHERE clause on one or more columns of the materialized view."
msgstr "Erzeugen Sie einen Unique Index ohne WHERE-Klausel für eine oder mehrere Spalten der materialisierten Sicht."

#: commands/matview.c:682
#, c-format
msgid "new data for materialized view \"%s\" contains duplicate rows without any null columns"
msgstr "neue Daten für materialisierte Sicht »%s« enthalten doppelte Zeilen ohne Spalten mit NULL-Werten"

#: commands/matview.c:684
#, c-format
msgid "Row: %s"
msgstr "Zeile: %s"

#: commands/matview.c:838
#, c-format
msgid "could not find suitable unique index on materialized view \"%s\""
msgstr "konnte keinen passenden Unique Index für materialisierte Sicht »%s« finden"

#: commands/opclasscmds.c:124
#, c-format
msgid "operator family \"%s\" does not exist for access method \"%s\""
msgstr "Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«"

#: commands/opclasscmds.c:267
#, c-format
msgid "operator family \"%s\" for access method \"%s\" already exists"
msgstr "Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits"

#: commands/opclasscmds.c:416
#, c-format
msgid "must be superuser to create an operator class"
msgstr "nur Superuser können Operatorklassen erzeugen"

#: commands/opclasscmds.c:493 commands/opclasscmds.c:910
#: commands/opclasscmds.c:1056
#, c-format
msgid "invalid operator number %d, must be between 1 and %d"
msgstr "ungültige Operatornummer %d, muss zwischen 1 und %d sein"

#: commands/opclasscmds.c:538 commands/opclasscmds.c:960
#: commands/opclasscmds.c:1072
#, c-format
msgid "invalid function number %d, must be between 1 and %d"
msgstr "ungültige Funktionsnummer %d, muss zwischen 1 und %d sein"

#: commands/opclasscmds.c:567
#, c-format
msgid "storage type specified more than once"
msgstr "Storage-Typ mehrmals angegeben"

#: commands/opclasscmds.c:594
#, c-format
msgid "storage type cannot be different from data type for access method \"%s\""
msgstr "Storage-Typ kann nicht vom Datentyp der Zugriffsmethode »%s« verschieden sein"

#: commands/opclasscmds.c:610
#, c-format
msgid "operator class \"%s\" for access method \"%s\" already exists"
msgstr "Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits"

#: commands/opclasscmds.c:638
#, c-format
msgid "could not make operator class \"%s\" be default for type %s"
msgstr "konnte Operatorklasse »%s« nicht zum Standard für Typ %s machen"

#: commands/opclasscmds.c:641
#, c-format
msgid "Operator class \"%s\" already is the default."
msgstr "Operatorklasse »%s« ist bereits der Standard."

#: commands/opclasscmds.c:801
#, c-format
msgid "must be superuser to create an operator family"
msgstr "nur Superuser können Operatorfamilien erzeugen"

#: commands/opclasscmds.c:861
#, c-format
msgid "must be superuser to alter an operator family"
msgstr "nur Superuser können Operatorfamilien ändern"

#: commands/opclasscmds.c:919
#, c-format
msgid "operator argument types must be specified in ALTER OPERATOR FAMILY"
msgstr "Operatorargumenttypen müssen in ALTER OPERATOR FAMILY angegeben werden"

#: commands/opclasscmds.c:994
#, c-format
msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY"
msgstr "STORAGE kann in ALTER OPERATOR FAMILY nicht angegeben werden"

#: commands/opclasscmds.c:1128
#, c-format
msgid "one or two argument types must be specified"
msgstr "ein oder zwei Argumenttypen müssen angegeben werden"

#: commands/opclasscmds.c:1154
#, c-format
msgid "index operators must be binary"
msgstr "Indexoperatoren müssen binär sein"

#: commands/opclasscmds.c:1173
#, c-format
msgid "access method \"%s\" does not support ordering operators"
msgstr "Zugriffsmethode »%s« unterstützt keine Sortieroperatoren"

#: commands/opclasscmds.c:1184
#, c-format
msgid "index search operators must return boolean"
msgstr "Indexsuchoperatoren müssen Typ boolean zurückgeben"

#: commands/opclasscmds.c:1224
#, c-format
msgid "associated data types for operator class options parsing functions must match opclass input type"
msgstr "zugehörige Datentypen für Operatorklassenoptionsparsefunktionen müssen mit Operatorklasseneingabetyp übereinstimmen"

#: commands/opclasscmds.c:1231
#, c-format
msgid "left and right associated data types for operator class options parsing functions must match"
msgstr "linke und rechte zugehörige Datentypen für Operatorklassenoptionsparsefunktionen müssen übereinstimmen"

#: commands/opclasscmds.c:1239
#, c-format
msgid "invalid operator class options parsing function"
msgstr "ungültige Operatorklassenoptionsparsefunktion"

#: commands/opclasscmds.c:1240
#, c-format
msgid "Valid signature of operator class options parsing function is %s."
msgstr "Gültige Signatur einer Operatorklassenoptionsparsefunktion ist %s."

#: commands/opclasscmds.c:1259
#, c-format
msgid "ordering comparison functions must have two arguments"
msgstr "ordnende Vergleichsfunktionen müssen zwei Argumente haben"

#: commands/opclasscmds.c:1263
#, c-format
msgid "ordering comparison functions must return integer"
msgstr "ordnende Vergleichsfunktionen müssen Typ integer zurückgeben"

#: commands/opclasscmds.c:1280
#, c-format
msgid "ordering sort support functions must accept type \"internal\""
msgstr "ordnende Sortierunterstützungsfunktionen müssen Typ »internal« akzeptieren"

#: commands/opclasscmds.c:1284
#, c-format
msgid "ordering sort support functions must return void"
msgstr "ordnende Sortierunterstützungsfunktionen müssen Typ void zurückgeben"

#: commands/opclasscmds.c:1295
#, c-format
msgid "ordering in_range functions must have five arguments"
msgstr "ordnende in_range-Funktionen müssen fünf Argumente haben"

#: commands/opclasscmds.c:1299
#, c-format
msgid "ordering in_range functions must return boolean"
msgstr "ordnende in_range-Funktionen müssen Typ boolean zurückgeben"

#: commands/opclasscmds.c:1315
#, c-format
msgid "ordering equal image functions must have one argument"
msgstr "ordnende Equal-Image-Funktionen müssen ein Argument haben"

#: commands/opclasscmds.c:1319
#, c-format
msgid "ordering equal image functions must return boolean"
msgstr "ordnende Equal-Image-Funktionen müssen Typ boolean zurückgeben"

#: commands/opclasscmds.c:1332
#, c-format
msgid "ordering equal image functions must not be cross-type"
msgstr "ordnende Equal-Image-Funktionen dürfen nicht typübergreifend sein"

#: commands/opclasscmds.c:1340
#, c-format
msgid "btree skip support functions must accept type \"internal\""
msgstr "btree-Skip-Unterstützungsfunktionen müssen Typ »internal« akzeptieren"

#: commands/opclasscmds.c:1344
#, c-format
msgid "btree skip support functions must return void"
msgstr "btree-Skip-Unterstützungsfunktionen müssen Typ void zurückgeben"

#: commands/opclasscmds.c:1357
#, c-format
msgid "btree skip support functions must not be cross-type"
msgstr "btree-Skip-Unterstützungsfunktionen dürfen nicht typübergreifend sein"

#: commands/opclasscmds.c:1367
#, c-format
msgid "hash function 1 must have one argument"
msgstr "Hash-Funktion 1 muss ein Argument haben"

#: commands/opclasscmds.c:1371
#, c-format
msgid "hash function 1 must return integer"
msgstr "Hash-Funktion 1 muss Typ integer zurückgeben"

#: commands/opclasscmds.c:1378
#, c-format
msgid "hash function 2 must have two arguments"
msgstr "Hash-Funktion 2 muss zwei Argumente haben"

#: commands/opclasscmds.c:1382
#, c-format
msgid "hash function 2 must return bigint"
msgstr "Hash-Funktion 2 muss Typ bigint zurückgeben"

#: commands/opclasscmds.c:1407
#, c-format
msgid "associated data types must be specified for index support function"
msgstr "zugehörige Datentypen müssen für Indexunterstützungsfunktion angegeben werden"

#: commands/opclasscmds.c:1432
#, c-format
msgid "function number %d for (%s,%s) appears more than once"
msgstr "Funktionsnummer %d für (%s,%s) einscheint mehrmals"

#: commands/opclasscmds.c:1439
#, c-format
msgid "operator number %d for (%s,%s) appears more than once"
msgstr "Operatornummer %d für (%s,%s) einscheint mehrmals"

#: commands/opclasscmds.c:1485
#, c-format
msgid "operator %d(%s,%s) already exists in operator family \"%s\""
msgstr "Operator %d(%s,%s) existiert bereits in Operatorfamilie »%s«"

#: commands/opclasscmds.c:1614
#, c-format
msgid "function %d(%s,%s) already exists in operator family \"%s\""
msgstr "Funktion %d(%s,%s) existiert bereits in Operatorfamilie »%s«"

#: commands/opclasscmds.c:1769
#, c-format
msgid "operator %d(%s,%s) does not exist in operator family \"%s\""
msgstr "Operator %d(%s,%s) existiert nicht in Operatorfamilie »%s«"

#: commands/opclasscmds.c:1809
#, c-format
msgid "function %d(%s,%s) does not exist in operator family \"%s\""
msgstr "Funktion %d(%s,%s) existiert nicht in Operatorfamilie »%s«"

#: commands/opclasscmds.c:1840
#, c-format
msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\""
msgstr "Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"

#: commands/opclasscmds.c:1863
#, c-format
msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\""
msgstr "Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"

#: commands/operatorcmds.c:113 commands/operatorcmds.c:121
#, c-format
msgid "SETOF type not allowed for operator argument"
msgstr "SETOF-Typ nicht als Operatorargument erlaubt"

#: commands/operatorcmds.c:154 commands/operatorcmds.c:587
#, c-format
msgid "operator attribute \"%s\" not recognized"
msgstr "Operator-Attribut »%s« unbekannt"

#: commands/operatorcmds.c:165
#, c-format
msgid "operator function must be specified"
msgstr "Operatorfunktion muss angegeben werden"

#: commands/operatorcmds.c:183
#, c-format
msgid "operator argument types must be specified"
msgstr "Operatorargumenttypen müssen angegeben werden"

#: commands/operatorcmds.c:187
#, c-format
msgid "operator right argument type must be specified"
msgstr "rechtes Argument des Operators muss angegeben werden"

#: commands/operatorcmds.c:188
#, c-format
msgid "Postfix operators are not supported."
msgstr "Postfix-Operatoren werden nicht unterstützt."

#: commands/operatorcmds.c:291
#, c-format
msgid "restriction estimator function %s must return type %s"
msgstr "Restriktionsschätzfunktion %s muss Typ %s zurückgeben"

#: commands/operatorcmds.c:309
#, c-format
msgid "must be superuser to specify a non-built-in restriction estimator function"
msgstr "nur Superuser können eine nicht eingebaute Restriktionsschätzfunktion angeben"

#: commands/operatorcmds.c:355
#, c-format
msgid "join estimator function %s has multiple matches"
msgstr "Join-Schätzfunktion %s hat mehrere Übereinstimmungen"

#: commands/operatorcmds.c:370
#, c-format
msgid "join estimator function %s must return type %s"
msgstr "Join-Schätzfunktion %s muss Typ %s zurückgeben"

#: commands/operatorcmds.c:379
#, c-format
msgid "must be superuser to specify a non-built-in join estimator function"
msgstr "nur Superuser können eine nicht eingebaute Join-Schätzfunktion angeben"

#: commands/operatorcmds.c:421 parser/parse_oper.c:119 parser/parse_oper.c:637
#: utils/adt/regproc.c:509 utils/adt/regproc.c:683
#, c-format
msgid "operator does not exist: %s"
msgstr "Operator existiert nicht: %s"

#: commands/operatorcmds.c:429 parser/parse_oper.c:702 parser/parse_oper.c:815
#, c-format
msgid "operator is only a shell: %s"
msgstr "Operator ist nur eine Hülle: %s"

#: commands/operatorcmds.c:581
#, c-format
msgid "operator attribute \"%s\" cannot be changed"
msgstr "Operator-Attribut »%s« kann nicht geändert werden"

#: commands/operatorcmds.c:648 commands/operatorcmds.c:655
#: commands/operatorcmds.c:661 commands/operatorcmds.c:667
#, c-format
msgid "operator attribute \"%s\" cannot be changed if it has already been set"
msgstr "Operator-Attribut »%s« kann nicht geändert werden, wenn es schon gesetzt wurde"

#: commands/policy.c:86 commands/policy.c:379 commands/statscmds.c:152
#: commands/tablecmds.c:1810 commands/tablecmds.c:2410
#: commands/tablecmds.c:3834 commands/tablecmds.c:6803
#: commands/tablecmds.c:10124 commands/tablecmds.c:19577
#: commands/tablecmds.c:19612 commands/trigger.c:319 commands/trigger.c:1338
#: commands/trigger.c:1448 rewrite/rewriteDefine.c:268
#: rewrite/rewriteDefine.c:779 rewrite/rewriteRemove.c:74
#, c-format
msgid "permission denied: \"%s\" is a system catalog"
msgstr "keine Berechtigung: »%s« ist ein Systemkatalog"

#: commands/policy.c:169
#, c-format
msgid "ignoring specified roles other than PUBLIC"
msgstr "angegebene Rollen außer PUBLIC werden ignoriert"

#: commands/policy.c:170
#, c-format
msgid "All roles are members of the PUBLIC role."
msgstr "Alle Rollen sind Mitglieder der Rolle PUBLIC."

#: commands/policy.c:603
#, c-format
msgid "WITH CHECK cannot be applied to SELECT or DELETE"
msgstr "WITH CHECK kann nicht auf SELECT oder DELETE angewendet werden"

#: commands/policy.c:612 commands/policy.c:915
#, c-format
msgid "only WITH CHECK expression allowed for INSERT"
msgstr "für INSERT sind nur WITH-CHECK-Ausdrücke erlaubt"

#: commands/policy.c:686 commands/policy.c:1138
#, c-format
msgid "policy \"%s\" for table \"%s\" already exists"
msgstr "Policy »%s« für Tabelle »%s« existiert bereits"

#: commands/policy.c:887 commands/policy.c:1166 commands/policy.c:1237
#, c-format
msgid "policy \"%s\" for table \"%s\" does not exist"
msgstr "Policy »%s« für Tabelle »%s« existiert nicht"

#: commands/policy.c:905
#, c-format
msgid "only USING expression allowed for SELECT, DELETE"
msgstr "für SELECT und DELETE sind nur USING-Ausdrücke erlaubt"

#: commands/portalcmds.c:63 commands/portalcmds.c:191 commands/portalcmds.c:242
#, c-format
msgid "invalid cursor name: must not be empty"
msgstr "ungültiger Cursorname: darf nicht leer sein"

#: commands/portalcmds.c:75
#, c-format
msgid "cannot create a cursor WITH HOLD within security-restricted operation"
msgstr "kann WITH-HOLD-Cursor nicht in einer sicherheitsbeschränkten Operation erzeugen"

#: commands/portalcmds.c:199 commands/portalcmds.c:252
#: executor/execCurrent.c:70 utils/adt/xml.c:2937 utils/adt/xml.c:3107
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "Cursor »%s« existiert nicht"

#: commands/prepare.c:75
#, c-format
msgid "invalid statement name: must not be empty"
msgstr "ungültiger Anweisungsname: darf nicht leer sein"

#: commands/prepare.c:230 commands/prepare.c:235
#, c-format
msgid "prepared statement is not a SELECT"
msgstr "vorbereitete Anweisung ist kein SELECT"

#: commands/prepare.c:295
#, c-format
msgid "wrong number of parameters for prepared statement \"%s\""
msgstr "falsche Anzahl Parameter für vorbereitete Anweisung »%s«"

#: commands/prepare.c:297
#, c-format
msgid "Expected %d parameters but got %d."
msgstr "%d Parameter erwartet aber %d erhalten."

#: commands/prepare.c:330
#, 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"

#: commands/prepare.c:414
#, c-format
msgid "prepared statement \"%s\" already exists"
msgstr "vorbereitete Anweisung »%s« existiert bereits"

#: commands/prepare.c:453
#, c-format
msgid "prepared statement \"%s\" does not exist"
msgstr "vorbereitete Anweisung »%s« existiert nicht"

#: commands/proclang.c:66
#, c-format
msgid "must be superuser to create custom procedural language"
msgstr "nur Superuser können maßgeschneiderte prozedurale Sprachen erzeugen"

#: commands/publicationcmds.c:135 libpq/auth-oauth.c:850
#: postmaster/postmaster.c:1131 postmaster/postmaster.c:1233
#: utils/init/miscinit.c:1871
#, c-format
msgid "invalid list syntax in parameter \"%s\""
msgstr "ungültige Listensyntax für Parameter »%s«"

#: commands/publicationcmds.c:154
#, c-format
msgid "unrecognized value for publication option \"%s\": \"%s\""
msgstr "unbekannter Wert für Publikationsoption »%s«: »%s«"

#: commands/publicationcmds.c:175
#, c-format
msgid "unrecognized publication parameter: \"%s\""
msgstr "unbekannter Publikationsparameter: »%s«"

#: commands/publicationcmds.c:216
#, c-format
msgid "no schema has been selected for CURRENT_SCHEMA"
msgstr "kein Schema für CURRENT_SCHEMA ausgewählt"

#: commands/publicationcmds.c:597
msgid "System columns are not allowed."
msgstr "Systemspalten sind nicht erlaubt."

#: commands/publicationcmds.c:604 commands/publicationcmds.c:609
#: commands/publicationcmds.c:626
msgid "User-defined operators are not allowed."
msgstr "Benutzerdefinierte Operatoren sind nicht erlaubt."

#: commands/publicationcmds.c:650
msgid "Only columns, constants, built-in operators, built-in data types, built-in collations, and immutable built-in functions are allowed."
msgstr "Nur Spalten, Konstanten, eingebaute Operatoren, eingebaute Datentypen, eingebaute Sortierfolgen und eingebaute Funktionen, die »immutable« sind, sind erlaubt."

#: commands/publicationcmds.c:662
msgid "User-defined types are not allowed."
msgstr "Benutzerdefinierte Typen sind nicht erlaubt."

#: commands/publicationcmds.c:665
msgid "User-defined or built-in mutable functions are not allowed."
msgstr "Benutzerdefinierte Funktionen oder eingebaute Funktionen, die nicht »immutable« sind, sind nicht erlaubt."

#: commands/publicationcmds.c:668
msgid "User-defined collations are not allowed."
msgstr "Benutzerdefinierte Sortierfolgen sind nicht erlaubt."

#: commands/publicationcmds.c:678
#, c-format
msgid "invalid publication WHERE expression"
msgstr "ungültiger WHERE-Ausdruck für Publikation"

#: commands/publicationcmds.c:731
#, c-format
msgid "cannot use publication WHERE clause for relation \"%s\""
msgstr "Publikations-WHERE-Ausdruck kann nicht für Relation »%s« verwendet werden"

#: commands/publicationcmds.c:733
#, c-format
msgid "WHERE clause cannot be used for a partitioned table when %s is false."
msgstr "WHERE-Klausel kann nicht für eine partitionierte Tabelle verwendet werden, wenn %s falsch ist."

#: commands/publicationcmds.c:806 commands/publicationcmds.c:820
#, c-format
msgid "cannot use column list for relation \"%s.%s\" in publication \"%s\""
msgstr "für Relation »%s.%s« in Publikation »%s« kann keine Spaltenliste verwendet werden"

#: commands/publicationcmds.c:809
#, c-format
msgid "Column lists cannot be specified in publications containing FOR TABLES IN SCHEMA elements."
msgstr "Spaltenlisten können nicht in Publikationen, die FOR-TABLES-IN-SCHEMA-Elemente enthalten, angegeben werden."

#: commands/publicationcmds.c:823
#, c-format
msgid "Column lists cannot be specified for partitioned tables when %s is false."
msgstr "Spaltenlisten können nicht für partitionierte Tabellen angegeben werden, wenn %s falsch ist."

#: commands/publicationcmds.c:860
#, c-format
msgid "must be superuser to create FOR ALL TABLES publication"
msgstr "nur Superuser können eine Publikation FOR ALL TABLES erzeugen"

#: commands/publicationcmds.c:935
#, c-format
msgid "must be superuser to create FOR TABLES IN SCHEMA publication"
msgstr "nur Superuser können eine Publikation FOR TABLES IN SCHEMA erzeugen"

#: commands/publicationcmds.c:971
#, c-format
msgid "\"wal_level\" is insufficient to publish logical changes"
msgstr "»wal_level« ist nicht ausreichend, um logische Veränderungen zu publizieren"

#: commands/publicationcmds.c:972
#, c-format
msgid "Set \"wal_level\" to \"logical\" before creating subscriptions."
msgstr "Setzen Sie »wal_level« auf »logical« bevor Sie Subskriptionen erzeugen."

#: commands/publicationcmds.c:1072 commands/publicationcmds.c:1080
#, c-format
msgid "cannot set parameter \"%s\" to false for publication \"%s\""
msgstr "Parameter »%s« kann für Publikation »%s« nicht auf falsch gesetzt werden"

#: commands/publicationcmds.c:1075
#, c-format
msgid "The publication contains a WHERE clause for partitioned table \"%s\", which is not allowed when \"%s\" is false."
msgstr "Die Publikation enthält eine WHERE-Klausel für die partitionierte Tabelle »%s«, was nicht erlaubt ist, wenn »%s« falsch ist."

#: commands/publicationcmds.c:1083
#, c-format
msgid "The publication contains a column list for partitioned table \"%s\", which is not allowed when \"%s\" is false."
msgstr "Die Publikation enthält eine Spaltenliste für die partitionierte Tabelle »%s«, was nicht erlaubt ist, wenn »%s« falsch ist."

#: commands/publicationcmds.c:1404
#, c-format
msgid "cannot add schema to publication \"%s\""
msgstr "Schema kann nicht zu Publikation »%s« hinzugefügt werden"

#: commands/publicationcmds.c:1406
#, c-format
msgid "Schemas cannot be added if any tables that specify a column list are already part of the publication."
msgstr "Schemas können nicht hinzugefügt werden, wenn Tabellen, die eine Spaltenliste angeben, schon Teil der Publikation sind."

#: commands/publicationcmds.c:1454
#, c-format
msgid "must be superuser to add or set schemas"
msgstr "nur Superuser können Schemas hinzufügen oder setzen"

#: commands/publicationcmds.c:1463 commands/publicationcmds.c:1471
#, c-format
msgid "publication \"%s\" is defined as FOR ALL TABLES"
msgstr "Publikation »%s« ist als FOR ALL TABLES definiert"

#: commands/publicationcmds.c:1465
#, c-format
msgid "Schemas cannot be added to or dropped from FOR ALL TABLES publications."
msgstr "In einer FOR-ALL-TABLES-Publikation können keine Schemas hinzugefügt oder entfernt werden."

#: commands/publicationcmds.c:1473
#, c-format
msgid "Tables cannot be added to or dropped from FOR ALL TABLES publications."
msgstr "In einer FOR-ALL-TABLES-Publikation können keine Tabellen hinzugefügt oder entfernt werden."

#: commands/publicationcmds.c:1497 commands/publicationcmds.c:1536
#: commands/publicationcmds.c:2073 utils/cache/lsyscache.c:3812
#, c-format
msgid "publication \"%s\" does not exist"
msgstr "Publikation »%s« existiert nicht"

#: commands/publicationcmds.c:1699 commands/publicationcmds.c:1762
#, c-format
msgid "conflicting or redundant WHERE clauses for table \"%s\""
msgstr "widersprüchliche oder überflüssige WHERE-Klauseln für Tabelle »%s«"

#: commands/publicationcmds.c:1706 commands/publicationcmds.c:1774
#, c-format
msgid "conflicting or redundant column lists for table \"%s\""
msgstr "widersprüchliche oder überflüssige Spaltenlisten für Tabelle »%s«"

#: commands/publicationcmds.c:1908
#, c-format
msgid "column list must not be specified in ALTER PUBLICATION ... DROP"
msgstr "in ALTER PUBLICATION ... DROP darf keine Spaltenliste angegeben werden"

#: commands/publicationcmds.c:1920
#, c-format
msgid "relation \"%s\" is not part of the publication"
msgstr "Relation »%s« ist nicht Teil der Publikation"

#: commands/publicationcmds.c:1927
#, c-format
msgid "cannot use a WHERE clause when removing a table from a publication"
msgstr "WHERE-Klausel kann nicht verwendet werden, wenn eine Tabelle aus einer Publikation entfernt wird"

#: commands/publicationcmds.c:1987
#, c-format
msgid "tables from schema \"%s\" are not part of the publication"
msgstr "Tabellen von Schema »%s« sind nicht Teil der Publikation"

#: commands/publicationcmds.c:2030 commands/publicationcmds.c:2037
#, c-format
msgid "permission denied to change owner of publication \"%s\""
msgstr "keine Berechtigung, um Eigentümer der Publikation »%s« zu ändern"

#: commands/publicationcmds.c:2032
#, c-format
msgid "The owner of a FOR ALL TABLES publication must be a superuser."
msgstr "Der Eigentümer einer FOR-ALL-TABLES-Publikation muss ein Superuser sein."

#: commands/publicationcmds.c:2039
#, c-format
msgid "The owner of a FOR TABLES IN SCHEMA publication must be a superuser."
msgstr "Der Eigentümer einer FOR-TABLES-IN-SCHEMA-Publikation muss ein Superuser sein."

#: commands/publicationcmds.c:2105
#, c-format
msgid "publication with OID %u does not exist"
msgstr "Publikation mit OID %u existiert nicht"

#: commands/publicationcmds.c:2138
#, c-format
msgid "invalid value for publication parameter \"%s\": \"%s\""
msgstr "ungültiger Wert für Publikationsparameter »%s«: »%s«"

#: commands/publicationcmds.c:2139
#, c-format
msgid "Valid values are \"%s\" and \"%s\"."
msgstr "Gültige Werte sind »%s« und »%s«."

#: commands/schemacmds.c:109 commands/schemacmds.c:289
#, c-format
msgid "unacceptable schema name \"%s\""
msgstr "inakzeptabler Schemaname »%s«"

#: commands/schemacmds.c:110 commands/schemacmds.c:290
#, c-format
msgid "The prefix \"pg_\" is reserved for system schemas."
msgstr "Der Präfix »pg_« ist für Systemschemas reserviert."

#: commands/schemacmds.c:134
#, c-format
msgid "schema \"%s\" already exists, skipping"
msgstr "Schema »%s« existiert bereits, wird übersprungen"

#: commands/seclabel.c:131
#, c-format
msgid "no security label providers have been loaded"
msgstr "es sind keine Security-Label-Provider geladen"

#: commands/seclabel.c:135
#, c-format
msgid "must specify provider when multiple security label providers have been loaded"
msgstr "Provider muss angegeben werden, wenn mehrere Security-Label-Provider geladen sind"

#: commands/seclabel.c:153
#, c-format
msgid "security label provider \"%s\" is not loaded"
msgstr "Security-Label-Provider »%s« ist nicht geladen"

#: commands/seclabel.c:160
#, c-format
msgid "security labels are not supported for this type of object"
msgstr "Security-Labels werden für diese Art Objekt nicht unterstützt"

#: commands/seclabel.c:193
#, c-format
msgid "cannot set security label on relation \"%s\""
msgstr "Security-Label für Relation »%s« kann nicht gesetzt werden"

#: commands/sequence.c:748
#, c-format
msgid "nextval: reached maximum value of sequence \"%s\" (%<PRId64>)"
msgstr "nextval: Maximalwert von Sequenz »%s« erreicht (%<PRId64>)"

#: commands/sequence.c:767
#, c-format
msgid "nextval: reached minimum value of sequence \"%s\" (%<PRId64>)"
msgstr "nextval: Minimalwert von Sequenz »%s« erreicht (%<PRId64>)"

#: commands/sequence.c:886
#, c-format
msgid "currval of sequence \"%s\" is not yet defined in this session"
msgstr "currval von Sequenz »%s« ist in dieser Sitzung noch nicht definiert"

#: commands/sequence.c:905 commands/sequence.c:911
#, c-format
msgid "lastval is not yet defined in this session"
msgstr "lastval ist in dieser Sitzung noch nicht definiert"

#: commands/sequence.c:991
#, c-format
msgid "setval: value %<PRId64> is out of bounds for sequence \"%s\" (%<PRId64>..%<PRId64>)"
msgstr "setval: Wert %<PRId64> ist außerhalb des gültigen Bereichs von Sequenz »%s« (%<PRId64>..%<PRId64>)"

#: commands/sequence.c:1357
#, c-format
msgid "invalid sequence option SEQUENCE NAME"
msgstr "ungültige Sequenzoption SEQUENCE NAME"

#: commands/sequence.c:1383
#, c-format
msgid "identity column type must be smallint, integer, or bigint"
msgstr "Typ von Identitätsspalte muss smallint, integer oder bigint sein"

#: commands/sequence.c:1384
#, c-format
msgid "sequence type must be smallint, integer, or bigint"
msgstr "Sequenztyp muss smallint, integer oder bigint sein"

#: commands/sequence.c:1418
#, c-format
msgid "INCREMENT must not be zero"
msgstr "INCREMENT darf nicht null sein"

#: commands/sequence.c:1466
#, c-format
msgid "MAXVALUE (%<PRId64>) is out of range for sequence data type %s"
msgstr "MAXVALUE (%<PRId64>) ist außerhalb des gültigen Bereichs für Sequenzdatentyp %s"

#: commands/sequence.c:1498
#, c-format
msgid "MINVALUE (%<PRId64>) is out of range for sequence data type %s"
msgstr "MINVALUE (%<PRId64>) ist außerhalb des gültigen Bereichs für Sequenzdatentyp %s"

#: commands/sequence.c:1506
#, c-format
msgid "MINVALUE (%<PRId64>) must be less than MAXVALUE (%<PRId64>)"
msgstr "MINVALUE (%<PRId64>) muss kleiner als MAXVALUE (%<PRId64>) sein"

#: commands/sequence.c:1527
#, c-format
msgid "START value (%<PRId64>) cannot be less than MINVALUE (%<PRId64>)"
msgstr "START-Wert (%<PRId64>) kann nicht kleiner als MINVALUE (%<PRId64>) sein"

#: commands/sequence.c:1533
#, c-format
msgid "START value (%<PRId64>) cannot be greater than MAXVALUE (%<PRId64>)"
msgstr "START-Wert (%<PRId64>) kann nicht größer als MAXVALUE (%<PRId64>) sein"

#: commands/sequence.c:1557
#, c-format
msgid "RESTART value (%<PRId64>) cannot be less than MINVALUE (%<PRId64>)"
msgstr "RESTART-Wert (%<PRId64>) kann nicht kleiner als MINVALUE (%<PRId64>) sein"

#: commands/sequence.c:1563
#, c-format
msgid "RESTART value (%<PRId64>) cannot be greater than MAXVALUE (%<PRId64>)"
msgstr "RESTART-Wert (%<PRId64>) kann nicht größer als MAXVALUE (%<PRId64>) sein"

#: commands/sequence.c:1574
#, c-format
msgid "CACHE (%<PRId64>) must be greater than zero"
msgstr "CACHE (%<PRId64>) muss größer als null sein"

#: commands/sequence.c:1610
#, c-format
msgid "invalid OWNED BY option"
msgstr "ungültige OWNED BY Option"

#: commands/sequence.c:1611
#, c-format
msgid "Specify OWNED BY table.column or OWNED BY NONE."
msgstr "Geben Sie OWNED BY tabelle.spalte oder OWNED BY NONE an."

#: commands/sequence.c:1636
#, c-format
msgid "sequence cannot be owned by relation \"%s\""
msgstr "Sequenz kann nicht mit Relation »%s« verknüpft werden"

#: commands/sequence.c:1644
#, c-format
msgid "sequence must have same owner as table it is linked to"
msgstr "Sequenz muss selben Eigentümer wie die verknüpfte Tabelle haben"

#: commands/sequence.c:1648
#, c-format
msgid "sequence must be in same schema as table it is linked to"
msgstr "Sequenz muss im selben Schema wie die verknüpfte Tabelle sein"

#: commands/sequence.c:1670
#, c-format
msgid "cannot change ownership of identity sequence"
msgstr "kann Eigentümer einer Identitätssequenz nicht ändern"

#: commands/sequence.c:1671 commands/tablecmds.c:16148
#: commands/tablecmds.c:18986
#, c-format
msgid "Sequence \"%s\" is linked to table \"%s\"."
msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft."

#: commands/statscmds.c:106 commands/statscmds.c:115
#, c-format
msgid "only a single relation is allowed in CREATE STATISTICS"
msgstr "in CREATE STATISTICS ist nur eine einzelne Relation erlaubt"

#: commands/statscmds.c:133
#, c-format
msgid "cannot define statistics for relation \"%s\""
msgstr "für Relation »%s« können keine Statistiken definiert werden"

#: commands/statscmds.c:208
#, c-format
msgid "statistics object \"%s\" already exists, skipping"
msgstr "Statistikobjekt »%s« existiert bereits, wird übersprungen"

#: commands/statscmds.c:216
#, c-format
msgid "statistics object \"%s\" already exists"
msgstr "Statistikobjekt »%s« existiert bereits"

#: commands/statscmds.c:227
#, c-format
msgid "cannot have more than %d columns in statistics"
msgstr "Statistiken können nicht mehr als %d Spalten enthalten"

#: commands/statscmds.c:268 commands/statscmds.c:297 commands/statscmds.c:337
#, c-format
msgid "statistics creation on system columns is not supported"
msgstr "Statistikerzeugung für Systemspalten wird nicht unterstützt"

#: commands/statscmds.c:274 commands/statscmds.c:303 commands/statscmds.c:343
#, c-format
msgid "statistics creation on virtual generated columns is not supported"
msgstr "Statistikerzeugung für virtuelle generierte Spalten wird nicht unterstützt"

#: commands/statscmds.c:281 commands/statscmds.c:310
#, c-format
msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class"
msgstr "Spalte »%s« kann nicht in Statistiken verwendet werden, weil ihr Typ %s keine Standardoperatorklasse für btree hat"

#: commands/statscmds.c:360
#, c-format
msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class"
msgstr "Ausdruck kann nicht in multivariaten Statistiken verwendet werden, weil sein Typ %s keine Standardoperatorklasse für btree hat"

#: commands/statscmds.c:381
#, c-format
msgid "when building statistics on a single expression, statistics kinds may not be specified"
msgstr "wenn Statistiken für einen einzelnen Ausdruck gebaut werden, kann die Statistikart nicht angegeben werden"

#: commands/statscmds.c:410
#, c-format
msgid "unrecognized statistics kind \"%s\""
msgstr "unbekannte Statistikart »%s«"

#: commands/statscmds.c:439
#, c-format
msgid "extended statistics require at least 2 columns"
msgstr "erweiterte Statistiken benötigen mindestens 2 Spalten"

#: commands/statscmds.c:457
#, c-format
msgid "duplicate column name in statistics definition"
msgstr "doppelter Spaltenname in Statistikdefinition"

#: commands/statscmds.c:492
#, c-format
msgid "duplicate expression in statistics definition"
msgstr "doppelter Ausdruck in Statistikdefinition"

#: commands/statscmds.c:667 commands/tablecmds.c:8949
#, c-format
msgid "statistics target %d is too low"
msgstr "Statistikziel %d ist zu niedrig"

#: commands/statscmds.c:675 commands/tablecmds.c:8957
#, c-format
msgid "lowering statistics target to %d"
msgstr "setze Statistikziel auf %d herab"

#: commands/statscmds.c:699
#, c-format
msgid "statistics object \"%s.%s\" does not exist, skipping"
msgstr "Statistikobjekt »%s.%s« existiert nicht, wird übersprungen"

#: commands/subscriptioncmds.c:331 replication/pgoutput/pgoutput.c:415
#, c-format
msgid "unrecognized origin value: \"%s\""
msgstr "unbekannter Origin-Wert: »%s«"

#: commands/subscriptioncmds.c:354
#, c-format
msgid "invalid WAL location (LSN): %s"
msgstr "ungültige WAL-Position (LSN): %s"

#: commands/subscriptioncmds.c:363
#, c-format
msgid "unrecognized subscription parameter: \"%s\""
msgstr "unbekannter Subskriptionsparameter: »%s«"

#. translator: both %s are strings of the form "option = value"
#: commands/subscriptioncmds.c:378 commands/subscriptioncmds.c:385
#: commands/subscriptioncmds.c:392 commands/subscriptioncmds.c:414
#: commands/subscriptioncmds.c:430
#, c-format
msgid "%s and %s are mutually exclusive options"
msgstr "die Optionen %s und %s schließen einander aus"

#. translator: both %s are strings of the form "option = value"
#: commands/subscriptioncmds.c:420 commands/subscriptioncmds.c:436
#, c-format
msgid "subscription with %s must also set %s"
msgstr "Subskription mit %s muss auch %s setzen"

#: commands/subscriptioncmds.c:466
#, c-format
msgid "could not receive list of publications from the publisher: %s"
msgstr "konnte Liste der Publikationen nicht vom Publikationsserver empfangen: %s"

#: commands/subscriptioncmds.c:498
#, c-format
msgid "publication %s does not exist on the publisher"
msgid_plural "publications %s do not exist on the publisher"
msgstr[0] "Publikation %s existiert auf dem Publikationsserver nicht"
msgstr[1] "Publikationen %s existieren auf dem Publikationsserver nicht"

#: commands/subscriptioncmds.c:586
#, c-format
msgid "permission denied to create subscription"
msgstr "keine Berechtigung, um Subskription zu erzeugen"

#: commands/subscriptioncmds.c:587
#, c-format
msgid "Only roles with privileges of the \"%s\" role may create subscriptions."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können Subskriptionen erzeugen."

#: commands/subscriptioncmds.c:718 commands/subscriptioncmds.c:852
#: commands/subscriptioncmds.c:1594
#, c-format
msgid "subscription \"%s\" could not connect to the publisher: %s"
msgstr "Subskription »%s« konnte nicht mit dem Publikationsserver verbinden: %s"

#: commands/subscriptioncmds.c:790
#, c-format
msgid "created replication slot \"%s\" on publisher"
msgstr "Replikations-Slot »%s« wurde auf dem Publikationsserver erzeugt"

#: commands/subscriptioncmds.c:802
#, c-format
msgid "subscription was created, but is not connected"
msgstr "Subskription wurde erzeugt, ist aber nicht verbunden"

#: commands/subscriptioncmds.c:803
#, c-format
msgid "To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription."
msgstr "Um die Replikation einzuleiten, müssen Sie den Replikations-Slot manuell erzeugen, die Subskription aktivieren und die Subskription auffrischen."

#: commands/subscriptioncmds.c:1070
#, c-format
msgid "cannot set option \"%s\" for enabled subscription"
msgstr "für eine aktivierte Subskription kann Option »%s« nicht gesetzt werden"

#: commands/subscriptioncmds.c:1084
#, c-format
msgid "cannot set option \"%s\" for a subscription that does not have a slot name"
msgstr "Option »%s« kann nicht für eine Subskription ohne Slot-Name gesetzt werden"

#: commands/subscriptioncmds.c:1127 commands/subscriptioncmds.c:1665
#: commands/subscriptioncmds.c:2046 utils/cache/lsyscache.c:3862
#, c-format
msgid "subscription \"%s\" does not exist"
msgstr "Subskription »%s« existiert nicht"

#: commands/subscriptioncmds.c:1185
#, c-format
msgid "cannot set %s for enabled subscription"
msgstr "für eine aktivierte Subskription kann nicht %s gesetzt werden"

#: commands/subscriptioncmds.c:1270
#, c-format
msgid "\"slot_name\" and \"two_phase\" cannot be altered at the same time"
msgstr "»slot_name« und »two_phase« können nicht gleichzeitig geändert werden"

#: commands/subscriptioncmds.c:1286
#, c-format
msgid "cannot alter \"two_phase\" when logical replication worker is still running"
msgstr "»two_phase« kann nicht geändert werden, wenn ein Replikationsarbeitsprozess noch läuft"

#: commands/subscriptioncmds.c:1287
#, c-format
msgid "Try again after some time."
msgstr "Versuchen Sie es nach einer Weile erneut."

#: commands/subscriptioncmds.c:1300
#, c-format
msgid "cannot disable \"two_phase\" when prepared transactions exist"
msgstr "»two_phase« kann nicht ausgeschaltet werden, wenn vorbereitete Transaktionen existieren"

#: commands/subscriptioncmds.c:1301
#, c-format
msgid "Resolve these transactions and try again."
msgstr "Lösen Sie diese Transaktionen auf und versuchen Sie erneut."

#: commands/subscriptioncmds.c:1348
#, c-format
msgid "cannot enable subscription that does not have a slot name"
msgstr "eine Subskription ohne Slot-Name kann nicht aktiviert werden"

#: commands/subscriptioncmds.c:1392 commands/subscriptioncmds.c:1443
#, c-format
msgid "ALTER SUBSCRIPTION with refresh is not allowed for disabled subscriptions"
msgstr "ALTER SUBSCRIPTION mit Refresh ist für deaktivierte Subskriptionen nicht erlaubt"

#: commands/subscriptioncmds.c:1393
#, c-format
msgid "Use ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (refresh = false)."
msgstr "Verwenden Sie ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (refresh = false)."

#: commands/subscriptioncmds.c:1402 commands/subscriptioncmds.c:1457
#, c-format
msgid "ALTER SUBSCRIPTION with refresh and copy_data is not allowed when two_phase is enabled"
msgstr "ALTER SUBSCRIPTION mit »refresh« und »copy_data« ist nicht erlaubt, wenn »two_phase« eingeschaltet ist"

#: commands/subscriptioncmds.c:1403
#, c-format
msgid "Use ALTER SUBSCRIPTION ... SET PUBLICATION with refresh = false, or with copy_data = false, or use DROP/CREATE SUBSCRIPTION."
msgstr "Verwenden Sie ALTER SUBSCRIPTION ... SET PUBLICATION mit refresh = false, oder mit copy_data = false, oder verwenden Sie DROP/CREATE SUBSCRIPTION."

#. translator: %s is an SQL ALTER command
#: commands/subscriptioncmds.c:1459
#, c-format
msgid "Use %s with refresh = false, or with copy_data = false, or use DROP/CREATE SUBSCRIPTION."
msgstr "Verwenden Sie %s mit refresh = false, oder mit copy_data = false, oder verwenden Sie DROP/CREATE SUBSCRIPTION."

#: commands/subscriptioncmds.c:1481
#, c-format
msgid "ALTER SUBSCRIPTION ... REFRESH is not allowed for disabled subscriptions"
msgstr "ALTER SUBSCRIPTION ... REFRESH ist für eine deaktivierte Subskription nicht erlaubt"

#: commands/subscriptioncmds.c:1506
#, c-format
msgid "ALTER SUBSCRIPTION ... REFRESH with copy_data is not allowed when two_phase is enabled"
msgstr "ALTER SUBSCRIPTION ... REFRESH mit »copy_data« ist nicht erlaubt, wenn »two_phase« eingeschaltet ist"

#: commands/subscriptioncmds.c:1507
#, c-format
msgid "Use ALTER SUBSCRIPTION ... REFRESH with copy_data = false, or use DROP/CREATE SUBSCRIPTION."
msgstr "Verwenden Sie ALTER SUBSCRIPTION ... REFRESH mit copy_data = false, oder verwenden Sie DROP/CREATE SUBSCRIPTION."

#: commands/subscriptioncmds.c:1542
#, c-format
msgid "skip WAL location (LSN %X/%X) must be greater than origin LSN %X/%X"
msgstr "zu überspringende WAL-Position (LSN %X/%X) muss größer als Origin-LSN %X/%X sein"

#: commands/subscriptioncmds.c:1669
#, c-format
msgid "subscription \"%s\" does not exist, skipping"
msgstr "Subskription »%s« existiert nicht, wird übersprungen"

#: commands/subscriptioncmds.c:1936
#, c-format
msgid "dropped replication slot \"%s\" on publisher"
msgstr "Replikations-Slot »%s« auf dem Publikationsserver wurde gelöscht"

#: commands/subscriptioncmds.c:1945 commands/subscriptioncmds.c:1953
#, c-format
msgid "could not drop replication slot \"%s\" on publisher: %s"
msgstr "konnte Replikations-Slot »%s« auf dem Publikationsserver nicht löschen: %s"

#: commands/subscriptioncmds.c:2078
#, c-format
msgid "subscription with OID %u does not exist"
msgstr "Subskription mit OID %u existiert nicht"

#: commands/subscriptioncmds.c:2152 commands/subscriptioncmds.c:2276
#, c-format
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:2188
#, c-format
msgid "subscription \"%s\" requested copy_data with origin = NONE but might copy data that had a different origin"
msgstr "Subskription »%s« verlangte copy_data mit origin = NONE, aber könnte Daten kopieren, die einen anderen Origin hatten"

#: commands/subscriptioncmds.c:2190
#, c-format
msgid "The subscription being created subscribes to a publication (%s) that contains tables that are written to by other subscriptions."
msgid_plural "The subscription being created subscribes to publications (%s) that contain tables that are written to by other subscriptions."
msgstr[0] "Die zu erzeugende Subskription hat eine Publikation (%s) abonniert, die Tabellen enthält, in die von anderen Subskriptionen geschrieben wird."
msgstr[1] "Die zu erzeugende Subskription hat Publikationen (%s) abonniert, die Tabellen enthalten, in die von anderen Subskriptionen geschrieben wird."

#: commands/subscriptioncmds.c:2193
#, c-format
msgid "Verify that initial data copied from the publisher tables did not come from other origins."
msgstr "Überprüfen Sie, dass die von den publizierten Tabellen kopierten initialen Daten nicht von anderen Origins kamen."

#: commands/subscriptioncmds.c:2298 replication/logical/tablesync.c:933
#: replication/pgoutput/pgoutput.c:1189
#, c-format
msgid "cannot use different column lists for table \"%s.%s\" in different publications"
msgstr "für Tabelle »%s.%s« können nicht verschiedene Spaltenlisten für verschiedene Publikationen verwendet werden"

#: commands/subscriptioncmds.c:2348
#, c-format
msgid "could not connect to publisher when attempting to drop replication slot \"%s\": %s"
msgstr "konnte beim Versuch den Replikations-Slot »%s« zu löschen nicht mit dem Publikationsserver verbinden: %s"

#. translator: %s is an SQL ALTER command
#: commands/subscriptioncmds.c:2351
#, c-format
msgid "Use %s to disable the subscription, and then use %s to disassociate it from the slot."
msgstr "Verwenden Sie %s, um die Subskription zu deaktivieren, und dann %s, um sie vom Slot zu trennen."

#: commands/subscriptioncmds.c:2382
#, c-format
msgid "publication name \"%s\" used more than once"
msgstr "Publikationsname »%s« mehrmals angegeben"

#: commands/subscriptioncmds.c:2426
#, c-format
msgid "publication \"%s\" is already in subscription \"%s\""
msgstr "Publikation »%s« ist bereits in Subskription »%s«"

#: commands/subscriptioncmds.c:2440
#, c-format
msgid "publication \"%s\" is not in subscription \"%s\""
msgstr "Publikation »%s« ist nicht in Subskription »%s«"

#: commands/subscriptioncmds.c:2451
#, c-format
msgid "cannot drop all the publications from a subscription"
msgstr "kann nicht alle Publikationen von einer Subskription löschen"

#: commands/subscriptioncmds.c:2508
#, c-format
msgid "%s requires a Boolean value or \"parallel\""
msgstr "%s erfordert einen Boole’schen Wert oder »parallel«"

#: commands/tablecmds.c:258 commands/tablecmds.c:300
#, c-format
msgid "table \"%s\" does not exist"
msgstr "Tabelle »%s« existiert nicht"

#: commands/tablecmds.c:259 commands/tablecmds.c:301
#, c-format
msgid "table \"%s\" does not exist, skipping"
msgstr "Tabelle »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:261 commands/tablecmds.c:303
msgid "Use DROP TABLE to remove a table."
msgstr "Verwenden Sie DROP TABLE, um eine Tabelle zu löschen."

#: commands/tablecmds.c:264
#, c-format
msgid "sequence \"%s\" does not exist"
msgstr "Sequenz »%s« existiert nicht"

#: commands/tablecmds.c:265
#, c-format
msgid "sequence \"%s\" does not exist, skipping"
msgstr "Sequenz »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:267
msgid "Use DROP SEQUENCE to remove a sequence."
msgstr "Verwenden Sie DROP SEQUENCE, um eine Sequenz zu löschen."

#: commands/tablecmds.c:270
#, c-format
msgid "view \"%s\" does not exist"
msgstr "Sicht »%s« existiert nicht"

#: commands/tablecmds.c:271
#, c-format
msgid "view \"%s\" does not exist, skipping"
msgstr "Sicht »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:273
msgid "Use DROP VIEW to remove a view."
msgstr "Verwenden Sie DROP VIEW, um eine Sicht zu löschen."

#: commands/tablecmds.c:276
#, c-format
msgid "materialized view \"%s\" does not exist"
msgstr "materialisierte Sicht »%s« existiert nicht"

#: commands/tablecmds.c:277
#, c-format
msgid "materialized view \"%s\" does not exist, skipping"
msgstr "materialisierte Sicht »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:279
msgid "Use DROP MATERIALIZED VIEW to remove a materialized view."
msgstr "Verwenden Sie DROP MATERIALIZED VIEW, um eine materialisierte Sicht zu löschen."

#: commands/tablecmds.c:282 commands/tablecmds.c:306 commands/tablecmds.c:21663
#: parser/parse_utilcmd.c:2432
#, c-format
msgid "index \"%s\" does not exist"
msgstr "Index »%s« existiert nicht"

#: commands/tablecmds.c:283 commands/tablecmds.c:307
#, c-format
msgid "index \"%s\" does not exist, skipping"
msgstr "Index »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:285 commands/tablecmds.c:309
msgid "Use DROP INDEX to remove an index."
msgstr "Verwenden Sie DROP INDEX, um einen Index zu löschen."

#: commands/tablecmds.c:290
#, c-format
msgid "\"%s\" is not a type"
msgstr "»%s« ist kein Typ"

#: commands/tablecmds.c:291
msgid "Use DROP TYPE to remove a type."
msgstr "Verwenden Sie DROP TYPE, um einen Typen zu löschen."

#: commands/tablecmds.c:294 commands/tablecmds.c:15987
#: commands/tablecmds.c:18688
#, c-format
msgid "foreign table \"%s\" does not exist"
msgstr "Fremdtabelle »%s« existiert nicht"

#: commands/tablecmds.c:295
#, c-format
msgid "foreign table \"%s\" does not exist, skipping"
msgstr "Fremdtabelle »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:297
msgid "Use DROP FOREIGN TABLE to remove a foreign table."
msgstr "Verwenden Sie DROP FOREIGN TABLE, um eine Fremdtabelle zu löschen."

#: commands/tablecmds.c:803
#, c-format
msgid "ON COMMIT can only be used on temporary tables"
msgstr "ON COMMIT kann nur mit temporären Tabellen verwendet werden"

#: commands/tablecmds.c:820
#, c-format
msgid "partitioned tables cannot be unlogged"
msgstr "partitionierte Tabellen können nicht ungeloggt sein"

#: commands/tablecmds.c:840
#, c-format
msgid "cannot create temporary table within security-restricted operation"
msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen"

#: commands/tablecmds.c:876 commands/tablecmds.c:17412
#, c-format
msgid "relation \"%s\" would be inherited from more than once"
msgstr "von der Relation »%s« würde mehrmals geerbt werden"

#: commands/tablecmds.c:1134
#, c-format
msgid "\"%s\" is not partitioned"
msgstr "»%s« ist nicht partitioniert"

#: commands/tablecmds.c:1228
#, c-format
msgid "cannot partition using more than %d columns"
msgstr "Partitionierung kann nicht mehr als %d Spalten verwenden"

#: commands/tablecmds.c:1284
#, c-format
msgid "cannot create foreign partition of partitioned table \"%s\""
msgstr "kann keine Fremdpartition der partitionierten Tabelle »%s« erzeugen"

#: commands/tablecmds.c:1286
#, c-format
msgid "Table \"%s\" contains indexes that are unique."
msgstr "Tabelle »%s« enthält Unique Indexe."

#: commands/tablecmds.c:1425 commands/tablecmds.c:14964
#, c-format
msgid "too many array dimensions"
msgstr "zu viele Array-Dimensionen"

#: commands/tablecmds.c:1430 parser/parse_clause.c:772
#: parser/parse_relation.c:1929
#, c-format
msgid "column \"%s\" cannot be declared SETOF"
msgstr "Spalte »%s« kann nicht als SETOF deklariert werden"

#: commands/tablecmds.c:1559
#, c-format
msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects"
msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht"

#: commands/tablecmds.c:1563
#, c-format
msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE"

#: commands/tablecmds.c:1667
#, c-format
msgid "cannot drop partitioned index \"%s\" concurrently"
msgstr "kann partitionierten Index »%s« nicht nebenläufig löschen"

#: commands/tablecmds.c:1955
#, c-format
msgid "cannot truncate only a partitioned table"
msgstr "kann nicht nur eine partitionierte Tabelle leeren"

#: commands/tablecmds.c:1956
#, c-format
msgid "Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly."
msgstr "Lassen Sie das Schlüsselwort ONLY weg oder wenden Sie TRUNCATE ONLY direkt auf die Partitionen an."

#: commands/tablecmds.c:2029
#, c-format
msgid "truncate cascades to table \"%s\""
msgstr "Truncate-Vorgang leert ebenfalls Tabelle »%s«"

#: commands/tablecmds.c:2390
#, c-format
msgid "cannot truncate foreign table \"%s\""
msgstr "kann Fremdtabelle »%s« nicht leeren"

#: commands/tablecmds.c:2447
#, c-format
msgid "cannot truncate temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren"

#: commands/tablecmds.c:2685 commands/tablecmds.c:17309
#, c-format
msgid "cannot inherit from partitioned table \"%s\""
msgstr "von partitionierter Tabelle »%s« kann nicht geerbt werden"

#: commands/tablecmds.c:2690
#, c-format
msgid "cannot inherit from partition \"%s\""
msgstr "von Partition »%s« kann nicht geerbt werden"

#: commands/tablecmds.c:2698 parser/parse_utilcmd.c:2703
#: parser/parse_utilcmd.c:2896
#, c-format
msgid "inherited relation \"%s\" is not a table or foreign table"
msgstr "geerbte Relation »%s« ist keine Tabelle oder Fremdtabelle"

#: commands/tablecmds.c:2710
#, c-format
msgid "cannot create a temporary relation as partition of permanent relation \"%s\""
msgstr "eine temporäre Relation kann nicht als Partition der permanenten Relation »%s« erzeugt werden"

#: commands/tablecmds.c:2719 commands/tablecmds.c:17288
#, c-format
msgid "cannot inherit from temporary relation \"%s\""
msgstr "von temporärer Relation »%s« kann nicht geerbt werden"

#: commands/tablecmds.c:2729 commands/tablecmds.c:17296
#, c-format
msgid "cannot inherit from temporary relation of another session"
msgstr "von temporärer Relation einer anderen Sitzung kann nicht geerbt werden"

#: commands/tablecmds.c:2884 commands/tablecmds.c:2938
#: commands/tablecmds.c:14647 parser/parse_utilcmd.c:1440
#: parser/parse_utilcmd.c:1484 parser/parse_utilcmd.c:1916
#: parser/parse_utilcmd.c:2024
#, c-format
msgid "cannot convert whole-row table reference"
msgstr "kann Verweis auf ganze Zeile der Tabelle nicht umwandeln"

#: commands/tablecmds.c:2885 parser/parse_utilcmd.c:1441
#, c-format
msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"."
msgstr "Generierungsausdruck für Spalte »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«."

#: commands/tablecmds.c:2939 parser/parse_utilcmd.c:1485
#, c-format
msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
msgstr "Constraint »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«."

#: commands/tablecmds.c:3061 commands/tablecmds.c:3355
#, c-format
msgid "column \"%s\" inherits from generated column but specifies default"
msgstr "Spalte »%s« erbt von einer generierten Spalte aber hat einen Vorgabewert angegeben"

#: commands/tablecmds.c:3066 commands/tablecmds.c:3360
#, c-format
msgid "column \"%s\" inherits from generated column but specifies identity"
msgstr "Spalte »%s« erbt von einer generierten Spalte aber ist als Identitätsspalte definiert"

#: commands/tablecmds.c:3074 commands/tablecmds.c:3368
#, c-format
msgid "child column \"%s\" specifies generation expression"
msgstr "abgeleitete Spalte »%s« gibt einen Generierungsausdruck an"

#: commands/tablecmds.c:3076 commands/tablecmds.c:3370
#, c-format
msgid "A child table column cannot be generated unless its parent column is."
msgstr "Eine Spalte einer abgeleiteten Tabelle kann nur generiert sein, wenn die Spalte in der Elterntabelle es auch ist."

#: commands/tablecmds.c:3082 commands/tablecmds.c:3376
#: commands/tablecmds.c:17574
#, c-format
msgid "column \"%s\" inherits from generated column of different kind"
msgstr "Spalte »%s« erbt von einer generierten Spalte einer anderen Art"

#: commands/tablecmds.c:3084 commands/tablecmds.c:3378
#: commands/tablecmds.c:17575
#, c-format
msgid "Parent column is %s, child column is %s."
msgstr "Spalte in Elterntabelle ist %s, Spalte in abgeleiteter Tabelle ist %s."

#: commands/tablecmds.c:3131
#, c-format
msgid "column \"%s\" inherits conflicting generation expressions"
msgstr "Spalte »%s« erbt widersprüchliche Generierungsausdrücke"

#: commands/tablecmds.c:3133
#, c-format
msgid "To resolve the conflict, specify a generation expression explicitly."
msgstr "Um den Konflikt zu lösen, geben Sie einen Generierungsausdruck ausdrücklich an."

#: commands/tablecmds.c:3137
#, c-format
msgid "column \"%s\" inherits conflicting default values"
msgstr "Spalte »%s« erbt widersprüchliche Vorgabewerte"

#: commands/tablecmds.c:3139
#, c-format
msgid "To resolve the conflict, specify a default explicitly."
msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an."

#: commands/tablecmds.c:3206
#, c-format
msgid "check constraint name \"%s\" appears multiple times but with different expressions"
msgstr "Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen Ausdrücken"

#: commands/tablecmds.c:3259
#, c-format
msgid "merging column \"%s\" with inherited definition"
msgstr "Spalte »%s« wird mit geerbter Definition zusammengeführt"

#: commands/tablecmds.c:3263
#, c-format
msgid "moving and merging column \"%s\" with inherited definition"
msgstr "Spalte »%s« wird verschoben und mit geerbter Definition zusammengeführt"

#: commands/tablecmds.c:3264
#, c-format
msgid "User-specified column moved to the position of the inherited column."
msgstr "Benutzerdefinierte Spalte wurde auf die Position der geerbten Spalte verschoben."

#: commands/tablecmds.c:3276
#, c-format
msgid "column \"%s\" has a type conflict"
msgstr "für Spalte »%s« besteht ein Typkonflikt"

#: commands/tablecmds.c:3278 commands/tablecmds.c:3312
#: commands/tablecmds.c:3328 commands/tablecmds.c:3444
#: commands/tablecmds.c:3472 commands/tablecmds.c:3488
#: parser/parse_coerce.c:2190 parser/parse_coerce.c:2210
#: parser/parse_coerce.c:2230 parser/parse_coerce.c:2251
#: parser/parse_coerce.c:2306 parser/parse_coerce.c:2340
#: parser/parse_coerce.c:2416 parser/parse_coerce.c:2447
#: parser/parse_coerce.c:2486 parser/parse_coerce.c:2553
#: parser/parse_param.c:224
#, c-format
msgid "%s versus %s"
msgstr "%s gegen %s"

#: commands/tablecmds.c:3290
#, c-format
msgid "column \"%s\" has a collation conflict"
msgstr "für Spalte »%s« besteht ein Sortierfolgenkonflikt"

#: commands/tablecmds.c:3292 commands/tablecmds.c:3458
#: commands/tablecmds.c:7287 parser/parse_expr.c:4792
#, c-format
msgid "\"%s\" versus \"%s\""
msgstr "»%s« gegen »%s«"

#: commands/tablecmds.c:3310
#, c-format
msgid "column \"%s\" has a storage parameter conflict"
msgstr "für Spalte »%s« besteht ein Konflikt bei einem Storage-Parameter"

#: commands/tablecmds.c:3326 commands/tablecmds.c:3486
#, c-format
msgid "column \"%s\" has a compression method conflict"
msgstr "für Spalte »%s« besteht ein Komprimierungsmethodenkonflikt"

#: commands/tablecmds.c:3430
#, c-format
msgid "merging multiple inherited definitions of column \"%s\""
msgstr "geerbte Definitionen von Spalte »%s« werden zusammengeführt"

#: commands/tablecmds.c:3442
#, c-format
msgid "inherited column \"%s\" has a type conflict"
msgstr "geerbte Spalte »%s« hat Typkonflikt"

#: commands/tablecmds.c:3456
#, c-format
msgid "inherited column \"%s\" has a collation conflict"
msgstr "geerbte Spalte »%s« hat Sortierfolgenkonflikt"

#: commands/tablecmds.c:3470
#, c-format
msgid "inherited column \"%s\" has a storage parameter conflict"
msgstr "geerbte Spalte »%s« hat einen Konflikt bei einem Storage-Parameter"

#: commands/tablecmds.c:3498
#, c-format
msgid "inherited column \"%s\" has a generation conflict"
msgstr "geerbte Spalte »%s« hat einen Generierungskonflikt"

#: commands/tablecmds.c:3729
#, c-format
msgid "cannot move temporary tables of other sessions"
msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden"

#: commands/tablecmds.c:3802
#, c-format
msgid "cannot rename column of typed table"
msgstr "Spalte einer getypten Tabelle kann nicht umbenannt werden"

#: commands/tablecmds.c:3821
#, c-format
msgid "cannot rename columns of relation \"%s\""
msgstr "Spalten von Relation »%s« können nicht umbenannt werden"

#: commands/tablecmds.c:3916
#, c-format
msgid "inherited column \"%s\" must be renamed in child tables too"
msgstr "vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"

#: commands/tablecmds.c:3948
#, c-format
msgid "cannot rename system column \"%s\""
msgstr "Systemspalte »%s« kann nicht umbenannt werden"

#: commands/tablecmds.c:3963
#, c-format
msgid "cannot rename inherited column \"%s\""
msgstr "kann vererbte Spalte »%s« nicht umbenennen"

#: commands/tablecmds.c:4118
#, c-format
msgid "inherited constraint \"%s\" must be renamed in child tables too"
msgstr "vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"

#: commands/tablecmds.c:4125
#, c-format
msgid "cannot rename inherited constraint \"%s\""
msgstr "kann vererbten Constraint »%s« nicht umbenennen"

#. translator: first %s is a SQL command, eg ALTER TABLE
#: commands/tablecmds.c:4425
#, c-format
msgid "cannot %s \"%s\" because it is being used by active queries in this session"
msgstr "%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser Sitzung verwendet wird"

#. translator: first %s is a SQL command, eg ALTER TABLE
#: commands/tablecmds.c:4434
#, c-format
msgid "cannot %s \"%s\" because it has pending trigger events"
msgstr "%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt"

#: commands/tablecmds.c:4460
#, c-format
msgid "cannot alter temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht ändern"

#: commands/tablecmds.c:4924
#, c-format
msgid "cannot alter partition \"%s\" with an incomplete detach"
msgstr "kann Partition »%s« mit einer unvollständigen Abtrennoperation nicht ändern"

#: commands/tablecmds.c:5153
#, c-format
msgid "cannot change persistence setting twice"
msgstr "Persistenzeinstellung kann nicht zweimal geändert werden"

#: commands/tablecmds.c:5170
#, c-format
msgid "cannot have multiple SET ACCESS METHOD subcommands"
msgstr "mehrere SET ACCESS METHOD Unterbefehle sind ungültig"

#: commands/tablecmds.c:5904
#, c-format
msgid "cannot rewrite system relation \"%s\""
msgstr "Systemrelation »%s« kann nicht neu geschrieben werden"

#: commands/tablecmds.c:5910
#, c-format
msgid "cannot rewrite table \"%s\" used as a catalog table"
msgstr "Tabelle »%s«, die als Katalogtabelle verwendet wird, kann nicht neu geschrieben werden"

#: commands/tablecmds.c:5922
#, c-format
msgid "cannot rewrite temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben"

#: commands/tablecmds.c:6458 commands/tablecmds.c:6478
#, c-format
msgid "column \"%s\" of relation \"%s\" contains null values"
msgstr "Spalte »%s« von Relation »%s« enthält NULL-Werte"

#: commands/tablecmds.c:6495
#, c-format
msgid "check constraint \"%s\" of relation \"%s\" is violated by some row"
msgstr "Check-Constraint »%s« von Relation »%s« wird von irgendeiner Zeile verletzt"

#: commands/tablecmds.c:6515 partitioning/partbounds.c:3387
#, c-format
msgid "updated partition constraint for default partition \"%s\" would be violated by some row"
msgstr "aktualisierter Partitions-Constraint der Standardpartition »%s« würde von irgendeiner Zeile verletzt werden"

#: commands/tablecmds.c:6521
#, c-format
msgid "partition constraint of relation \"%s\" is violated by some row"
msgstr "Partitions-Constraint von Relation »%s« wird von irgendeiner Zeile verletzt"

#. translator: %s is a group of some SQL keywords
#: commands/tablecmds.c:6786
#, c-format
msgid "ALTER action %s cannot be performed on relation \"%s\""
msgstr "ALTER-Aktion %s kann nicht mit Relation »%s« ausgeführt werden"

#: commands/tablecmds.c:7041 commands/tablecmds.c:7048
#, c-format
msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it"
msgstr "kann Typ »%s« nicht ändern, weil Spalte »%s.%s« ihn verwendet"

#: commands/tablecmds.c:7055
#, c-format
msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
msgstr "kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"

#: commands/tablecmds.c:7062
#, c-format
msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
msgstr "kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"

#: commands/tablecmds.c:7118
#, c-format
msgid "cannot alter type \"%s\" because it is the type of a typed table"
msgstr "kann Typ »%s« nicht ändern, weil er der Typ einer getypten Tabelle ist"

#: commands/tablecmds.c:7120
#, c-format
msgid "Use ALTER ... CASCADE to alter the typed tables too."
msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern."

#: commands/tablecmds.c:7166
#, c-format
msgid "type %s is the row type of another table"
msgstr "Typ %s ist der Zeilentyp einer anderen Tabelle"

#: commands/tablecmds.c:7168
#, c-format
msgid "A typed table must use a stand-alone composite type created with CREATE TYPE."
msgstr "Eine getypte Tabelle muss einen alleinstehenden mit CREATE TYPE erzeugten Typ verwenden."

#: commands/tablecmds.c:7173
#, c-format
msgid "type %s is not a composite type"
msgstr "Typ %s ist kein zusammengesetzter Typ"

#: commands/tablecmds.c:7200
#, c-format
msgid "cannot add column to typed table"
msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden"

#: commands/tablecmds.c:7250
#, c-format
msgid "cannot add column to a partition"
msgstr "zu einer Partition kann keine Spalte hinzugefügt werden"

#: commands/tablecmds.c:7279 commands/tablecmds.c:17530
#, c-format
msgid "child table \"%s\" has different type for column \"%s\""
msgstr "abgeleitete Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"

#: commands/tablecmds.c:7285 commands/tablecmds.c:17536
#, c-format
msgid "child table \"%s\" has different collation for column \"%s\""
msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"

#: commands/tablecmds.c:7303
#, c-format
msgid "merging definition of column \"%s\" for child \"%s\""
msgstr "Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"

#: commands/tablecmds.c:7356
#, c-format
msgid "cannot recursively add identity column to table that has child tables"
msgstr "eine Identitätsspalte kann nicht rekursiv zu einer Tabelle hinzugefügt werden, die abgeleitete Tabellen hat"

#: commands/tablecmds.c:7603
#, c-format
msgid "column must be added to child tables too"
msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"

#: commands/tablecmds.c:7681
#, c-format
msgid "column \"%s\" of relation \"%s\" already exists, skipping"
msgstr "Spalte »%s« von Relation »%s« existiert bereits, wird übersprungen"

#: commands/tablecmds.c:7688
#, c-format
msgid "column \"%s\" of relation \"%s\" already exists"
msgstr "Spalte »%s« von Relation »%s« existiert bereits"

#: commands/tablecmds.c:7779 commands/tablecmds.c:7946
#: commands/tablecmds.c:8147 commands/tablecmds.c:8278
#: commands/tablecmds.c:8432 commands/tablecmds.c:8526
#: commands/tablecmds.c:8629 commands/tablecmds.c:8825
#: commands/tablecmds.c:8991 commands/tablecmds.c:9082
#: commands/tablecmds.c:9216 commands/tablecmds.c:14419
#: commands/tablecmds.c:16010 commands/tablecmds.c:18777
#, c-format
msgid "cannot alter system column \"%s\""
msgstr "Systemspalte »%s« kann nicht geändert werden"

#: commands/tablecmds.c:7785 commands/tablecmds.c:8153
#: commands/tablecmds.c:14180
#, c-format
msgid "column \"%s\" of relation \"%s\" is an identity column"
msgstr "Spalte »%s« von Relation »%s« ist eine Identitätsspalte"

#: commands/tablecmds.c:7802
#, c-format
msgid "column \"%s\" is marked NOT NULL in parent table"
msgstr "Spalte »%s« ist in Elterntabelle als NOT NULL markiert"

#: commands/tablecmds.c:8024 commands/tablecmds.c:10023
#, c-format
msgid "constraint must be added to child tables too"
msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"

#: commands/tablecmds.c:8025 commands/tablecmds.c:8256
#: commands/tablecmds.c:8388 commands/tablecmds.c:8505
#: commands/tablecmds.c:9389 commands/tablecmds.c:12217
#, c-format
msgid "Do not specify the ONLY keyword."
msgstr "Lassen Sie das Schlüsselwort ONLY weg."

#: commands/tablecmds.c:8162
#, c-format
msgid "column \"%s\" of relation \"%s\" is a generated column"
msgstr "Spalte »%s« von Relation »%s« ist eine generierte Spalte"

#: commands/tablecmds.c:8255
#, c-format
msgid "cannot add identity to a column of only the partitioned table"
msgstr "Identität kann nicht einer Spalte nur in der partitionierten Tabelle hinzugefügt werden"

#: commands/tablecmds.c:8261
#, c-format
msgid "cannot add identity to a column of a partition"
msgstr "zu einer Spalte einer Partition kann keine Identität hinzugefügt werden"

#: commands/tablecmds.c:8289
#, c-format
msgid "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity can be added"
msgstr "Spalte »%s« von Relation »%s« muss als NOT NULL deklariert werden, bevor Sie Identitätsspalte werden kann"

#: commands/tablecmds.c:8320
#, c-format
msgid "column \"%s\" of relation \"%s\" is already an identity column"
msgstr "Spalte »%s« von Relation »%s« ist bereits eine Identitätsspalte"

#: commands/tablecmds.c:8326
#, c-format
msgid "column \"%s\" of relation \"%s\" already has a default value"
msgstr "Spalte »%s« von Relation »%s« hat bereits einen Vorgabewert"

#: commands/tablecmds.c:8387
#, c-format
msgid "cannot change identity column of only the partitioned table"
msgstr "Identitätsspalte kann nicht nur in der partitionierten Tabelle geändert werden"

#: commands/tablecmds.c:8393
#, c-format
msgid "cannot change identity column of a partition"
msgstr "Identitätsspalte einer Partition kann nicht geändert werden"

#: commands/tablecmds.c:8438 commands/tablecmds.c:8534
#, c-format
msgid "column \"%s\" of relation \"%s\" is not an identity column"
msgstr "Spalte »%s« von Relation »%s« ist keine Identitätsspalte"

#: commands/tablecmds.c:8504
#, c-format
msgid "cannot drop identity from a column of only the partitioned table"
msgstr "Identität kann nicht von einer Spalte nur in der partitionierten Tabelle gelöscht werden"

#: commands/tablecmds.c:8510
#, c-format
msgid "cannot drop identity from a column of a partition"
msgstr "Identität kann nicht von einer Spalte einer Partition gelöscht werden"

#: commands/tablecmds.c:8539
#, c-format
msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping"
msgstr "Spalte »%s« von Relation »%s« ist keine Identitätsspalte, wird übersprungen"

#: commands/tablecmds.c:8636 commands/tablecmds.c:8846
#, c-format
msgid "column \"%s\" of relation \"%s\" is not a generated column"
msgstr "Spalte »%s« von Relation »%s« ist keine generierte Spalte"

#: commands/tablecmds.c:8647
#, c-format
msgid "ALTER TABLE / SET EXPRESSION is not supported for virtual generated columns in tables with check constraints"
msgstr "ALTER TABLE / SET EXPRESSION wird nicht unterstützt für virtuelle generierte Spalten in Tabellen mit Check-Constraints"

#: commands/tablecmds.c:8648 commands/tablecmds.c:8666
#: commands/tablecmds.c:8838
#, c-format
msgid "Column \"%s\" of relation \"%s\" is a virtual generated column."
msgstr "Spalte »%s« von Relation »%s« ist eine virtuelle generierte Spalte."

#: commands/tablecmds.c:8665
#, c-format
msgid "ALTER TABLE / SET EXPRESSION is not supported for virtual generated columns in tables that are part of a publication"
msgstr "ALTER TABLE / SET EXPRESSION wird nicht unterstützt für virtuelle generierte Spalten in Tabellen, die Teil einer Publikation sind"

#: commands/tablecmds.c:8772
#, c-format
msgid "ALTER TABLE / DROP EXPRESSION must be applied to child tables too"
msgstr "ALTER TABLE / DROP EXPRESSION muss auch auf abgeleitete Tabellen angewendet werden"

#: commands/tablecmds.c:8794
#, c-format
msgid "cannot drop generation expression from inherited column"
msgstr "Generierungsausdruck von vererbter Spalte kann nicht gelöscht werden"

#: commands/tablecmds.c:8837
#, c-format
msgid "ALTER TABLE / DROP EXPRESSION is not supported for virtual generated columns"
msgstr "ALTER TABLE / DROP EXPRESSION wird für virtuelle generierte Spalten nicht unterstützt"

#: commands/tablecmds.c:8851
#, c-format
msgid "column \"%s\" of relation \"%s\" is not a generated column, skipping"
msgstr "Spalte »%s« von Relation »%s« ist keine generierte Spalte, wird übersprungen"

#: commands/tablecmds.c:8929
#, c-format
msgid "cannot refer to non-index column by number"
msgstr "auf eine Nicht-Index-Spalte kann nicht per Nummer verwiesen werden"

#: commands/tablecmds.c:8981
#, c-format
msgid "column number %d of relation \"%s\" does not exist"
msgstr "Spalte Nummer %d von Relation »%s« existiert nicht"

#: commands/tablecmds.c:9001
#, c-format
msgid "cannot alter statistics on virtual generated column \"%s\""
msgstr "Statistiken von virtueller generierter Spalte »%s« können nicht geändert werden"

#: commands/tablecmds.c:9010
#, c-format
msgid "cannot alter statistics on included column \"%s\" of index \"%s\""
msgstr "Statistiken von eingeschlossener Spalte »%s« von Index »%s« können nicht geändert werden"

#: commands/tablecmds.c:9015
#, c-format
msgid "cannot alter statistics on non-expression column \"%s\" of index \"%s\""
msgstr "kann Statistiken von Spalte »%s« von Index »%s«, welche kein Ausdruck ist, nicht ändern"

#: commands/tablecmds.c:9017
#, c-format
msgid "Alter statistics on table column instead."
msgstr "Ändern Sie stattdessen die Statistiken für die Tabellenspalte."

#: commands/tablecmds.c:9263
#, c-format
msgid "cannot drop column from typed table"
msgstr "aus einer getypten Tabelle können keine Spalten gelöscht werden"

#: commands/tablecmds.c:9327
#, c-format
msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
msgstr "Spalte »%s« von Relation »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:9340
#, c-format
msgid "cannot drop system column \"%s\""
msgstr "Systemspalte »%s« kann nicht gelöscht werden"

#: commands/tablecmds.c:9350
#, c-format
msgid "cannot drop inherited column \"%s\""
msgstr "geerbte Spalte »%s« kann nicht gelöscht werden"

#: commands/tablecmds.c:9363
#, c-format
msgid "cannot drop column \"%s\" because it is part of the partition key of relation \"%s\""
msgstr "Spalte »%s« kann nicht gelöscht werden, weil sie Teil des Partitionierungsschlüssels von Relation »%s« ist"

#: commands/tablecmds.c:9388
#, c-format
msgid "cannot drop column from only the partitioned table when partitions exist"
msgstr "Spalte kann nicht nur aus der partitionierten Tabelle gelöscht werden, wenn Partitionen existieren"

#: commands/tablecmds.c:9553
#, c-format
msgid "column \"%s\" of table \"%s\" is not marked NOT NULL"
msgstr "Spalte »%s« von Tabelle »%s« ist nicht als NOT NULL markiert"

#: commands/tablecmds.c:9589 commands/tablecmds.c:9601
#, c-format
msgid "cannot create primary key on column \"%s\""
msgstr "kann keinen Primärschlüssel über Spalte »%s« erzeugen"

#. translator: fourth %s is a constraint characteristic such as NOT VALID
#: commands/tablecmds.c:9591 commands/tablecmds.c:9603
#, c-format
msgid "The constraint \"%s\" on column \"%s\" of table \"%s\", marked %s, is incompatible with a primary key."
msgstr "Der Constraint »%s« für Spalte »%s« von Tabelle »%s«, markiert als %s, ist inkompatibel mit einem Primärschlüssel."

#: commands/tablecmds.c:9727
#, c-format
msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned tables"
msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX wird für partitionierte Tabellen nicht unterstützt"

#: commands/tablecmds.c:9752
#, c-format
msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX benennt Index »%s« um in »%s«"

#: commands/tablecmds.c:10110
#, c-format
msgid "cannot use ONLY for foreign key on partitioned table \"%s\" referencing relation \"%s\""
msgstr "ONLY nicht möglich für Fremdschlüssel für partitionierte Tabelle »%s« verweisend auf Relation »%s«"

#: commands/tablecmds.c:10118 commands/tablecmds.c:10745
#, c-format
msgid "referenced relation \"%s\" is not a table"
msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle"

#: commands/tablecmds.c:10141
#, c-format
msgid "constraints on permanent tables may reference only permanent tables"
msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen"

#: commands/tablecmds.c:10148
#, c-format
msgid "constraints on unlogged tables may reference only permanent or unlogged tables"
msgstr "Constraints für ungeloggte Tabellen dürfen nur auf permanente oder ungeloggte Tabellen verweisen"

#: commands/tablecmds.c:10154
#, c-format
msgid "constraints on temporary tables may reference only temporary tables"
msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen"

#: commands/tablecmds.c:10158
#, c-format
msgid "constraints on temporary tables must involve temporary tables of this session"
msgstr "Constraints für temporäre Tabellen müssen temporäre Tabellen dieser Sitzung beinhalten"

#: commands/tablecmds.c:10173 commands/tablecmds.c:10201
#, c-format
msgid "foreign key uses PERIOD on the referenced table but not the referencing table"
msgstr "Fremdschlüssel verwendet PERIOD für die Tabelle, auf die verwiesen wird, aber nicht für die verweisende Tabelle"

#: commands/tablecmds.c:10213
#, c-format
msgid "foreign key uses PERIOD on the referencing table but not the referenced table"
msgstr "Fremdschlüssel verwendet PERIOD für die verweisende Tabelle, aber nicht für die Tabelle, auf die verwiesen wird"

#: commands/tablecmds.c:10227
#, c-format
msgid "foreign key must use PERIOD when referencing a primary key using WITHOUT OVERLAPS"
msgstr "Fremdschlüssel muss PERIOD verwenden, wenn auf einen Primärschlüssel verwiesen wird, der WITHOUT OVERLAPS verwendet"

#: commands/tablecmds.c:10251 commands/tablecmds.c:10257
#, c-format
msgid "invalid %s action for foreign key constraint containing generated column"
msgstr "ungültige %s-Aktion für Fremdschlüssel-Constraint, der eine generierte Spalte enthält"

#: commands/tablecmds.c:10272
#, c-format
msgid "foreign key constraints on virtual generated columns are not supported"
msgstr "Fremdschlüssel-Constraints für virtuelle generierte Spalten werden nicht unterstützt"

#: commands/tablecmds.c:10286 commands/tablecmds.c:10295
#, c-format
msgid "unsupported %s action for foreign key constraint using PERIOD"
msgstr "nicht unterstützte %s-Aktion für Fremdschlüssel-Constraint, der PERIOD verwendet"

#: commands/tablecmds.c:10310
#, c-format
msgid "number of referencing and referenced columns for foreign key disagree"
msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"

#: commands/tablecmds.c:10366
#, c-format
msgid "could not identify an overlaps operator for foreign key"
msgstr "konnte keinen Überlappungsoperator für den Fremdschlüssel ermitteln"

#: commands/tablecmds.c:10367
#, c-format
msgid "could not identify an equality operator for foreign key"
msgstr "konnte keinen Ist-Gleich-Operator für den Fremdschlüssel ermitteln"

#: commands/tablecmds.c:10432 commands/tablecmds.c:10466
#, c-format
msgid "foreign key constraint \"%s\" cannot be implemented"
msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden"

#: commands/tablecmds.c:10434
#, c-format
msgid "Key columns \"%s\" of the referencing table and \"%s\" of the referenced table are of incompatible types: %s and %s."
msgstr "Schlüsselspalten »%s« der referenzierenden Tabelle und »%s« der referenzierten Tabelle haben inkompatible Typen: %s und %s."

#: commands/tablecmds.c:10467
#, c-format
msgid "Key columns \"%s\" of the referencing table and \"%s\" of the referenced table have incompatible collations: \"%s\" and \"%s\".  If either collation is nondeterministic, then both collations have to be the same."
msgstr "Schlüsselspalten »%s« der referenzierenden Tabelle und »%s« der referenzierten Tabelle haben inkompatible Sortierfolgen: »%s« und »%s«. Wenn eine der Sortierfolgen nichtdeterministisch ist, dann müssen beide Sortierfolgen die selbe sein."

#: commands/tablecmds.c:10673
#, c-format
msgid "column \"%s\" referenced in ON DELETE SET action must be part of foreign key"
msgstr "Spalte »%s«, auf die in der ON-DELETE-SET-Aktion verwiesen wird, muss Teil des Fremdschlüssels sein"

#: commands/tablecmds.c:11057 commands/tablecmds.c:11490
#: parser/parse_utilcmd.c:941 parser/parse_utilcmd.c:1086
#, c-format
msgid "foreign key constraints are not supported on foreign tables"
msgstr "Fremdschlüssel-Constraints auf Fremdtabellen werden nicht unterstützt"

#: commands/tablecmds.c:11473
#, c-format
msgid "cannot attach table \"%s\" as a partition because it is referenced by foreign key \"%s\""
msgstr "kann Tabelle »%s« nicht als Partition anfügen, weil auf sie von Fremdschlüssel »%s« verwiesen wird"

#: commands/tablecmds.c:11754
#, c-format
msgid "constraint \"%s\" enforceability conflicts with constraint \"%s\" on relation \"%s\""
msgstr "ENFORCED-Einstellung von Constraint »%s« kollidiert mit Constraint »%s« für Relation »%s«"

#: commands/tablecmds.c:12216
#, c-format
msgid "constraint must be altered in child tables too"
msgstr "Constraint muss ebenso in den abgeleiteten Tabellen geändert werden"

#: commands/tablecmds.c:12245 commands/tablecmds.c:12944
#: commands/tablecmds.c:14059 commands/tablecmds.c:14288
#, c-format
msgid "constraint \"%s\" of relation \"%s\" does not exist"
msgstr "Constraint »%s« von Relation »%s« existiert nicht"

#: commands/tablecmds.c:12252
#, c-format
msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint"
msgstr "Constraint »%s« von Relation »%s« ist kein Fremdschlüssel-Constraint"

#: commands/tablecmds.c:12257
#, c-format
msgid "cannot alter enforceability of constraint \"%s\" of relation \"%s\""
msgstr "ENFORCED-Einstellung des Constraints »%s« von Relation »%s« kann nicht geändert werden"

#: commands/tablecmds.c:12263
#, c-format
msgid "constraint \"%s\" of relation \"%s\" is not a not-null constraint"
msgstr "Constraint »%s« von Relation »%s« ist kein Not-Null-Constraint"

#: commands/tablecmds.c:12271
#, c-format
msgid "cannot alter inherited constraint \"%s\" on relation \"%s\""
msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht geändert werden"

#: commands/tablecmds.c:12311
#, c-format
msgid "cannot alter constraint \"%s\" on relation \"%s\""
msgstr "Constraint »%s« von Relation »%s« kann nicht geändert werden"

#: commands/tablecmds.c:12314
#, c-format
msgid "Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\"."
msgstr "Constraint »%s« ist von Constraint »%s« von Relation »%s« abgeleitet."

#: commands/tablecmds.c:12316
#, c-format
msgid "You may alter the constraint it derives from instead."
msgstr "Sie können stattdessen den Constraint, von dem er abgeleitet ist, ändern."

#: commands/tablecmds.c:12953
#, c-format
msgid "cannot validate constraint \"%s\" of relation \"%s\""
msgstr "Constraint »%s« von Relation »%s« kann nicht validiert werden"

#: commands/tablecmds.c:12955
#, c-format
msgid "This operation is not supported for this type of constraint."
msgstr "Diese Operation wird für diese Art von Constraint nicht unterstützt."

#: commands/tablecmds.c:12960
#, c-format
msgid "cannot validate NOT ENFORCED constraint"
msgstr "auf NOT ENFORCED gesetzter Constraint kann nicht validiert werden"

#: commands/tablecmds.c:13169 commands/tablecmds.c:13269
#, c-format
msgid "constraint must be validated on child tables too"
msgstr "Constraint muss ebenso in den abgeleiteten Tabellen validiert werden"

#: commands/tablecmds.c:13346
#, c-format
msgid "column \"%s\" referenced in foreign key constraint does not exist"
msgstr "Spalte »%s«, die im Fremdschlüssel verwendet wird, existiert nicht"

#: commands/tablecmds.c:13352
#, c-format
msgid "system columns cannot be used in foreign keys"
msgstr "Systemspalten können nicht in Fremdschlüsseln verwendet werden"

#: commands/tablecmds.c:13356
#, c-format
msgid "cannot have more than %d keys in a foreign key"
msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben"

#: commands/tablecmds.c:13424
#, c-format
msgid "cannot use a deferrable primary key for referenced table \"%s\""
msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"

#: commands/tablecmds.c:13441
#, c-format
msgid "there is no primary key for referenced table \"%s\""
msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"

#: commands/tablecmds.c:13514
#, c-format
msgid "foreign key referenced-columns list must not contain duplicates"
msgstr "die Liste der Spalten, auf die ein Fremdschlüssel verweist, darf keine doppelten Einträge enthalten"

#: commands/tablecmds.c:13617
#, c-format
msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"

#: commands/tablecmds.c:13622
#, c-format
msgid "there is no unique constraint matching given keys for referenced table \"%s\""
msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, der auf die angegebenen Schlüssel passt"

#: commands/tablecmds.c:14063
#, c-format
msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
msgstr "Constraint »%s« von Relation »%s« existiert nicht, wird übersprungen"

#: commands/tablecmds.c:14108
#, c-format
msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden"

#: commands/tablecmds.c:14160
#, c-format
msgid "column \"%s\" is in a primary key"
msgstr "Spalte »%s« ist in einem Primärschlüssel"

#: commands/tablecmds.c:14168
#, c-format
msgid "column \"%s\" is in index used as replica identity"
msgstr "Spalte »%s« ist in einem Index, der als Replik-Identität verwendet wird"

#: commands/tablecmds.c:14401
#, c-format
msgid "cannot alter column type of typed table"
msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden"

#: commands/tablecmds.c:14429
#, c-format
msgid "cannot specify USING when altering type of generated column"
msgstr "USING kann nicht angegeben werden, wenn der Typ einer generierten Spalte geändert wird"

#: commands/tablecmds.c:14441
#, c-format
msgid "cannot alter inherited column \"%s\""
msgstr "kann vererbte Spalte »%s« nicht ändern"

#: commands/tablecmds.c:14450
#, c-format
msgid "cannot alter column \"%s\" because it is part of the partition key of relation \"%s\""
msgstr "Spalte »%s« kann nicht geändert werden, weil sie Teil des Partitionierungsschlüssels von Relation »%s« ist"

#: commands/tablecmds.c:14505
#, c-format
msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s"
msgstr "Ergebnis der USING-Klausel für Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"

#: commands/tablecmds.c:14508
#, c-format
msgid "You might need to add an explicit cast."
msgstr "Sie müssen möglicherweise eine ausdrückliche Typumwandlung hinzufügen."

#: commands/tablecmds.c:14512
#, c-format
msgid "column \"%s\" cannot be cast automatically to type %s"
msgstr "Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"

#. translator: USING is SQL, don't translate it
#: commands/tablecmds.c:14516
#, c-format
msgid "You might need to specify \"USING %s::%s\"."
msgstr "Sie müssen möglicherweise »USING %s::%s« angeben."

#: commands/tablecmds.c:14619
#, c-format
msgid "cannot alter inherited column \"%s\" of relation \"%s\""
msgstr "geerbte Spalte »%s« von Relation »%s« kann nicht geändert werden"

#: commands/tablecmds.c:14648
#, c-format
msgid "USING expression contains a whole-row table reference."
msgstr "USING-Ausdruck enthält einen Verweis auf die ganze Zeile der Tabelle."

#: commands/tablecmds.c:14659
#, c-format
msgid "type of inherited column \"%s\" must be changed in child tables too"
msgstr "Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen geändert werden"

#: commands/tablecmds.c:14784
#, c-format
msgid "cannot alter type of column \"%s\" twice"
msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden"

#: commands/tablecmds.c:14822
#, c-format
msgid "generation expression for column \"%s\" cannot be cast automatically to type %s"
msgstr "Generierungsausdruck der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"

#: commands/tablecmds.c:14827
#, c-format
msgid "default for column \"%s\" cannot be cast automatically to type %s"
msgstr "Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"

#: commands/tablecmds.c:15131
#, c-format
msgid "cannot alter type of a column used by a function or procedure"
msgstr "Typ einer Spalte, die von einer Funktion oder Prozedur verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:15132 commands/tablecmds.c:15147
#: commands/tablecmds.c:15167 commands/tablecmds.c:15186
#: commands/tablecmds.c:15245
#, c-format
msgid "%s depends on column \"%s\""
msgstr "%s hängt von Spalte »%s« ab"

#: commands/tablecmds.c:15146
#, c-format
msgid "cannot alter type of a column used by a view or rule"
msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:15166
#, c-format
msgid "cannot alter type of a column used in a trigger definition"
msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:15185
#, c-format
msgid "cannot alter type of a column used in a policy definition"
msgstr "Typ einer Spalte, die in einer Policy-Definition verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:15216
#, c-format
msgid "cannot alter type of a column used by a generated column"
msgstr "Typ einer Spalte, die von einer generierten Spalte verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:15217
#, c-format
msgid "Column \"%s\" is used by generated column \"%s\"."
msgstr "Spalte »%s« wird von generierter Spalte »%s« verwendet."

#: commands/tablecmds.c:15244
#, c-format
msgid "cannot alter type of a column used by a publication WHERE clause"
msgstr "Typ einer Spalte, die in der WHERE-Klausel einer Publikation verwendet wird, kann nicht geändert werden"

#: commands/tablecmds.c:16118 commands/tablecmds.c:16130
#, c-format
msgid "cannot change owner of index \"%s\""
msgstr "kann Eigentümer des Index »%s« nicht ändern"

#: commands/tablecmds.c:16120 commands/tablecmds.c:16132
#, c-format
msgid "Change the ownership of the index's table instead."
msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index."

#: commands/tablecmds.c:16146
#, c-format
msgid "cannot change owner of sequence \"%s\""
msgstr "kann Eigentümer der Sequenz »%s« nicht ändern"

#: commands/tablecmds.c:16171
#, c-format
msgid "cannot change owner of relation \"%s\""
msgstr "kann Eigentümer der Relation »%s« nicht ändern"

#: commands/tablecmds.c:16638
#, c-format
msgid "cannot have multiple SET TABLESPACE subcommands"
msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig"

#: commands/tablecmds.c:16717
#, c-format
msgid "cannot set options for relation \"%s\""
msgstr "für Relation »%s« können keine Optionen gesetzt werden"

#: commands/tablecmds.c:16751 commands/view.c:440
#, c-format
msgid "WITH CHECK OPTION is supported only on automatically updatable views"
msgstr "WITH CHECK OPTION wird nur für automatisch aktualisierbare Sichten unterstützt"

#: commands/tablecmds.c:17004
#, c-format
msgid "only tables, indexes, and materialized views exist in tablespaces"
msgstr "nur Tabellen, Indexe und materialisierte Sichten existieren in Tablespaces"

#: commands/tablecmds.c:17016
#, c-format
msgid "cannot move relations in to or out of pg_global tablespace"
msgstr "Relationen können nicht in den oder aus dem Tablespace »pg_global« verschoben werden"

#: commands/tablecmds.c:17108
#, c-format
msgid "aborting because lock on relation \"%s.%s\" is not available"
msgstr "Abbruch weil Sperre für Relation »%s.%s« nicht verfügbar ist"

#: commands/tablecmds.c:17124
#, c-format
msgid "no matching relations in tablespace \"%s\" found"
msgstr "keine passenden Relationen in Tablespace »%s« gefunden"

#: commands/tablecmds.c:17246
#, c-format
msgid "cannot change inheritance of typed table"
msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden"

#: commands/tablecmds.c:17251 commands/tablecmds.c:17835
#, c-format
msgid "cannot change inheritance of a partition"
msgstr "Vererbung einer Partition kann nicht geändert werden"

#: commands/tablecmds.c:17256
#, c-format
msgid "cannot change inheritance of partitioned table"
msgstr "Vererbung einer partitionierten Tabelle kann nicht geändert werden"

#: commands/tablecmds.c:17303
#, c-format
msgid "cannot inherit to temporary relation of another session"
msgstr "an temporäre Relation einer anderen Sitzung kann nicht vererbt werden"

#: commands/tablecmds.c:17316
#, c-format
msgid "cannot inherit from a partition"
msgstr "von einer Partition kann nicht geerbt werden"

#: commands/tablecmds.c:17338 commands/tablecmds.c:20359
#, c-format
msgid "circular inheritance not allowed"
msgstr "zirkuläre Vererbung ist nicht erlaubt"

#: commands/tablecmds.c:17339 commands/tablecmds.c:20360
#, c-format
msgid "\"%s\" is already a child of \"%s\"."
msgstr "»%s« ist schon von »%s« abgeleitet."

#: commands/tablecmds.c:17352
#, c-format
msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child"
msgstr "Trigger »%s« verhindert, dass Tabelle »%s« ein Vererbungskind werden kann"

#: commands/tablecmds.c:17354
#, c-format
msgid "ROW triggers with transition tables are not supported in inheritance hierarchies."
msgstr "ROW-Trigger mit Übergangstabellen werden in Vererbungshierarchien nicht unterstützt."

#: commands/tablecmds.c:17555 commands/tablecmds.c:17804
#, c-format
msgid "column \"%s\" in child table \"%s\" must be marked NOT NULL"
msgstr "Spalte »%s« in abgeleiteter Tabelle »%s« muss als NOT NULL markiert sein"

#: commands/tablecmds.c:17565
#, c-format
msgid "column \"%s\" in child table must be a generated column"
msgstr "Spalte »%s« in abgeleiteter Tabelle muss eine generierte Spalte sein"

#: commands/tablecmds.c:17569
#, c-format
msgid "column \"%s\" in child table must not be a generated column"
msgstr "Spalte »%s« in abgeleiteter Tabelle darf keine generierte Spalte sein"

#: commands/tablecmds.c:17615
#, c-format
msgid "child table is missing column \"%s\""
msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle"

#: commands/tablecmds.c:17732
#, c-format
msgid "child table \"%s\" has different definition for check constraint \"%s\""
msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint »%s«"

#: commands/tablecmds.c:17741
#, c-format
msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für abgeleitete Tabelle »%s«"

#: commands/tablecmds.c:17752
#, c-format
msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\""
msgstr "Constraint »%s« kollidiert mit NOT-VALID-Constraint für abgeleitete Tabelle »%s«"

#: commands/tablecmds.c:17763
#, c-format
msgid "constraint \"%s\" conflicts with NOT ENFORCED constraint on child table \"%s\""
msgstr "Constraint »%s« kollidiert mit NOT-ENFORCED-Constraint für abgeleitete Tabelle »%s«"

#: commands/tablecmds.c:17812
#, c-format
msgid "child table is missing constraint \"%s\""
msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle"

#: commands/tablecmds.c:17899
#, c-format
msgid "partition \"%s\" already pending detach in partitioned table \"%s.%s\""
msgstr "Partition »%s« hat schon eine unerledigte Abtrennoperation in der partitionierten Tabelle »%s.%s«"

#: commands/tablecmds.c:17928 commands/tablecmds.c:17976
#, c-format
msgid "relation \"%s\" is not a partition of relation \"%s\""
msgstr "Relation »%s« ist keine Partition von Relation »%s«"

#: commands/tablecmds.c:17982
#, c-format
msgid "relation \"%s\" is not a parent of relation \"%s\""
msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«"

#: commands/tablecmds.c:18253
#, c-format
msgid "typed tables cannot inherit"
msgstr "getypte Tabellen können nicht erben"

#: commands/tablecmds.c:18283
#, c-format
msgid "table is missing column \"%s\""
msgstr "Spalte »%s« fehlt in Tabelle"

#: commands/tablecmds.c:18294
#, c-format
msgid "table has column \"%s\" where type requires \"%s\""
msgstr "Tabelle hat Spalte »%s«, aber Typ benötigt »%s«"

#: commands/tablecmds.c:18303
#, c-format
msgid "table \"%s\" has different type for column \"%s\""
msgstr "Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"

#: commands/tablecmds.c:18317
#, c-format
msgid "table has extra column \"%s\""
msgstr "Tabelle hat zusätzliche Spalte »%s«"

#: commands/tablecmds.c:18369
#, c-format
msgid "\"%s\" is not a typed table"
msgstr "»%s« ist keine getypte Tabelle"

#: commands/tablecmds.c:18549
#, c-format
msgid "cannot use non-unique index \"%s\" as replica identity"
msgstr "nicht eindeutiger Index »%s« kann nicht als Replik-Identität verwendet werden"

#: commands/tablecmds.c:18555
#, c-format
msgid "cannot use non-immediate index \"%s\" as replica identity"
msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil er nicht IMMEDIATE ist"

#: commands/tablecmds.c:18561
#, c-format
msgid "cannot use expression index \"%s\" as replica identity"
msgstr "Ausdrucksindex »%s« kann nicht als Replik-Identität verwendet werden"

#: commands/tablecmds.c:18567
#, c-format
msgid "cannot use partial index \"%s\" as replica identity"
msgstr "partieller Index »%s« kann nicht als Replik-Identität verwendet werden"

#: commands/tablecmds.c:18584
#, c-format
msgid "index \"%s\" cannot be used as replica identity because column %d is a system column"
msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil Spalte %d eine Systemspalte ist"

#: commands/tablecmds.c:18591
#, c-format
msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable"
msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil Spalte »%s« NULL-Werte akzeptiert"

#: commands/tablecmds.c:18840
#, c-format
msgid "cannot change logged status of table \"%s\" because it is temporary"
msgstr "kann den geloggten Status der Tabelle »%s« nicht ändern, weil sie temporär ist"

#: commands/tablecmds.c:18864
#, c-format
msgid "cannot change table \"%s\" to unlogged because it is part of a publication"
msgstr "kann Tabelle »%s« nicht in ungeloggt ändern, weil sie Teil einer Publikation ist"

#: commands/tablecmds.c:18866
#, c-format
msgid "Unlogged relations cannot be replicated."
msgstr "Ungeloggte Relationen können nicht repliziert werden."

#: commands/tablecmds.c:18911
#, c-format
msgid "could not change table \"%s\" to logged because it references unlogged table \"%s\""
msgstr "konnte Tabelle »%s« nicht in geloggt ändern, weil sie auf die ungeloggte Tabelle »%s« verweist"

#: commands/tablecmds.c:18921
#, c-format
msgid "could not change table \"%s\" to unlogged because it references logged table \"%s\""
msgstr "konnte Tabelle »%s« nicht in ungeloggt ändern, weil sie auf die geloggte Tabelle »%s« verweist"

#: commands/tablecmds.c:18985
#, c-format
msgid "cannot move an owned sequence into another schema"
msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden"

#: commands/tablecmds.c:19093
#, c-format
msgid "relation \"%s\" already exists in schema \"%s\""
msgstr "Relation »%s« existiert bereits in Schema »%s«"

#: commands/tablecmds.c:19518
#, c-format
msgid "\"%s\" is not a table or materialized view"
msgstr "»%s« ist keine Tabelle oder materialisierte Sicht"

#: commands/tablecmds.c:19671
#, c-format
msgid "\"%s\" is not a composite type"
msgstr "»%s« ist kein zusammengesetzter Typ"

#: commands/tablecmds.c:19701
#, c-format
msgid "cannot change schema of index \"%s\""
msgstr "kann Schema des Index »%s« nicht ändern"

#: commands/tablecmds.c:19703 commands/tablecmds.c:19717
#, c-format
msgid "Change the schema of the table instead."
msgstr "Ändern Sie stattdessen das Schema der Tabelle."

#: commands/tablecmds.c:19707
#, c-format
msgid "cannot change schema of composite type \"%s\""
msgstr "kann Schema des zusammengesetzten Typs »%s« nicht ändern"

#: commands/tablecmds.c:19715
#, c-format
msgid "cannot change schema of TOAST table \"%s\""
msgstr "kann Schema der TOAST-Tabelle »%s« nicht ändern"

#: commands/tablecmds.c:19747
#, c-format
msgid "cannot use \"list\" partition strategy with more than one column"
msgstr "Partitionierungsstrategie »list« kann nicht mit mehr als einer Spalte verwendet werden"

#: commands/tablecmds.c:19813
#, c-format
msgid "column \"%s\" named in partition key does not exist"
msgstr "Spalte »%s«, die im Partitionierungsschlüssel verwendet wird, existiert nicht"

#: commands/tablecmds.c:19821
#, c-format
msgid "cannot use system column \"%s\" in partition key"
msgstr "Systemspalte »%s« kann nicht im Partitionierungsschlüssel verwendet werden"

#: commands/tablecmds.c:19835 commands/tablecmds.c:19917
#, c-format
msgid "cannot use generated column in partition key"
msgstr "generierte Spalte kann nicht im Partitionierungsschlüssel verwendet werden"

#: commands/tablecmds.c:19904
#, c-format
msgid "partition key expressions cannot contain system column references"
msgstr "Partitionierungsschlüsselausdruck kann nicht auf Systemspalten verweisen"

#: commands/tablecmds.c:19968
#, c-format
msgid "functions in partition key expression must be marked IMMUTABLE"
msgstr "Funktionen im Partitionierungsschlüsselausdruck müssen als IMMUTABLE markiert sein"

#: commands/tablecmds.c:19977
#, c-format
msgid "cannot use constant expression as partition key"
msgstr "Partitionierungsschlüssel kann kein konstanter Ausdruck sein"

#: commands/tablecmds.c:19998
#, c-format
msgid "could not determine which collation to use for partition expression"
msgstr "konnte die für den Partitionierungsausdruck zu verwendende Sortierfolge nicht bestimmen"

#: commands/tablecmds.c:20033
#, c-format
msgid "You must specify a hash operator class or define a default hash operator class for the data type."
msgstr "Sie müssen eine hash-Operatorklasse angeben oder eine hash-Standardoperatorklasse für den Datentyp definieren."

#: commands/tablecmds.c:20039
#, c-format
msgid "You must specify a btree operator class or define a default btree operator class for the data type."
msgstr "Sie müssen eine btree-Operatorklasse angeben oder eine btree-Standardoperatorklasse für den Datentyp definieren."

#: commands/tablecmds.c:20299
#, c-format
msgid "\"%s\" is already a partition"
msgstr "»%s« ist bereits eine Partition"

#: commands/tablecmds.c:20305
#, c-format
msgid "cannot attach a typed table as partition"
msgstr "eine getypte Tabelle kann nicht als Partition angefügt werden"

#: commands/tablecmds.c:20321
#, c-format
msgid "cannot attach inheritance child as partition"
msgstr "ein Vererbungskind kann nicht als Partition angefügt werden"

#: commands/tablecmds.c:20335
#, c-format
msgid "cannot attach inheritance parent as partition"
msgstr "eine Tabelle mit abgeleiteten Tabellen kann nicht als Partition angefügt werden"

#: commands/tablecmds.c:20369
#, c-format
msgid "cannot attach a temporary relation as partition of permanent relation \"%s\""
msgstr "eine temporäre Relation kann nicht als Partition an permanente Relation »%s« angefügt werden"

#: commands/tablecmds.c:20377
#, c-format
msgid "cannot attach a permanent relation as partition of temporary relation \"%s\""
msgstr "eine permanente Relation kann nicht als Partition an temporäre Relation »%s« angefügt werden"

#: commands/tablecmds.c:20385
#, c-format
msgid "cannot attach as partition of temporary relation of another session"
msgstr "kann nicht als Partition an temporäre Relation einer anderen Sitzung anfügen"

#: commands/tablecmds.c:20392
#, c-format
msgid "cannot attach temporary relation of another session as partition"
msgstr "temporäre Relation einer anderen Sitzung kann nicht als Partition angefügt werden"

#: commands/tablecmds.c:20412
#, c-format
msgid "table \"%s\" being attached contains an identity column \"%s\""
msgstr "anzufügende Tabelle »%s« enthält eine Identitätsspalte »%s«"

#: commands/tablecmds.c:20414
#, c-format
msgid "The new partition may not contain an identity column."
msgstr "Die neue Partition darf keine Identitätsspalte enthalten."

#: commands/tablecmds.c:20422
#, c-format
msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\""
msgstr "Tabelle »%s« enthält Spalte »%s«, die nicht in der Elterntabelle »%s« gefunden wurde"

#: commands/tablecmds.c:20425
#, c-format
msgid "The new partition may contain only the columns present in parent."
msgstr "Die neue Partition darf nur Spalten enthalten, die auch die Elterntabelle hat."

#: commands/tablecmds.c:20437
#, c-format
msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition"
msgstr "Trigger »%s« verhindert, dass Tabelle »%s« eine Partition werden kann"

#: commands/tablecmds.c:20439
#, c-format
msgid "ROW triggers with transition tables are not supported on partitions."
msgstr "ROW-Trigger mit Übergangstabellen werden für Partitionen nicht unterstützt."

#: commands/tablecmds.c:20621
#, c-format
msgid "cannot attach foreign table \"%s\" as partition of partitioned table \"%s\""
msgstr "kann Fremdtabelle »%s« nicht als Partition an partitionierte Tabelle »%s« anfügen"

#: commands/tablecmds.c:20624
#, c-format
msgid "Partitioned table \"%s\" contains unique indexes."
msgstr "Partitionierte Tabelle »%s« enthält Unique-Indexe."

#: commands/tablecmds.c:20948
#, c-format
msgid "cannot detach partitions concurrently when a default partition exists"
msgstr "nebenläufiges Abtrennen einer Partition ist nicht möglich, wenn eine Standardpartition existiert"

#: commands/tablecmds.c:21060
#, c-format
msgid "partitioned table \"%s\" was removed concurrently"
msgstr "partitionierte Tabelle »%s« wurde nebenläufig entfernt"

#: commands/tablecmds.c:21066
#, c-format
msgid "partition \"%s\" was removed concurrently"
msgstr "Partition »%s« wurde nebenläufig entfernt"

#: commands/tablecmds.c:21700 commands/tablecmds.c:21720
#: commands/tablecmds.c:21741 commands/tablecmds.c:21760
#: commands/tablecmds.c:21817
#, c-format
msgid "cannot attach index \"%s\" as a partition of index \"%s\""
msgstr "kann Index »%s« nicht als Partition an Index »%s« anfügen"

#: commands/tablecmds.c:21703
#, c-format
msgid "Index \"%s\" is already attached to another index."
msgstr "Index »%s« ist bereits an einen anderen Index angefügt."

#: commands/tablecmds.c:21723
#, c-format
msgid "Index \"%s\" is not an index on any partition of table \"%s\"."
msgstr "Index »%s« ist kein Index irgendeiner Partition von Tabelle »%s«."

#: commands/tablecmds.c:21744
#, c-format
msgid "The index definitions do not match."
msgstr "Die Indexdefinitionen stimmen nicht überein."

#: commands/tablecmds.c:21763
#, c-format
msgid "The index \"%s\" belongs to a constraint in table \"%s\" but no constraint exists for index \"%s\"."
msgstr "Der Index »%s« gehört zu einem Constraint in Tabelle »%s«, aber kein Constraint existiert für Index »%s«."

#: commands/tablecmds.c:21820
#, c-format
msgid "Another index is already attached for partition \"%s\"."
msgstr "Ein anderer Index ist bereits für Partition »%s« angefügt."

#: commands/tablecmds.c:21943
#, c-format
msgid "invalid primary key definition"
msgstr "ungültige Primärschlüsseldefinition"

#: commands/tablecmds.c:21944
#, c-format
msgid "Column \"%s\" of relation \"%s\" is not marked NOT NULL."
msgstr "Spalte »%s« von Relation »%s« ist nicht als NOT NULL markiert."

#: commands/tablecmds.c:22079
#, c-format
msgid "column data type %s does not support compression"
msgstr "Spaltendatentyp %s unterstützt keine Komprimierung"

#: commands/tablecmds.c:22086
#, c-format
msgid "invalid compression method \"%s\""
msgstr "ungültige Komprimierungsmethode »%s«"

#: commands/tablecmds.c:22112
#, c-format
msgid "invalid storage type \"%s\""
msgstr "ungültiger Storage-Typ »%s«"

#: commands/tablecmds.c:22122
#, c-format
msgid "column data type %s can only have storage PLAIN"
msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN"

#: commands/tablespace.c:193 commands/tablespace.c:644
#, c-format
msgid "\"%s\" exists but is not a directory"
msgstr "»%s« existiert, ist aber kein Verzeichnis"

#: commands/tablespace.c:224
#, c-format
msgid "permission denied to create tablespace \"%s\""
msgstr "keine Berechtigung, um Tablespace »%s« zu erzeugen"

#: commands/tablespace.c:226
#, c-format
msgid "Must be superuser to create a tablespace."
msgstr "Nur Superuser können Tablespaces anlegen."

#: commands/tablespace.c:242
#, c-format
msgid "tablespace location cannot contain single quotes"
msgstr "Tablespace-Pfad darf keine Apostrophe enthalten"

#: commands/tablespace.c:255
#, c-format
msgid "tablespace location must be an absolute path"
msgstr "Tablespace-Pfad muss ein absoluter Pfad sein"

#: commands/tablespace.c:267
#, c-format
msgid "tablespace location \"%s\" is too long"
msgstr "Tablespace-Pfad »%s« ist zu lang"

#: commands/tablespace.c:274
#, c-format
msgid "tablespace location should not be inside the data directory"
msgstr "Tablespace-Pfad sollte nicht innerhalb des Datenverzeichnisses sein"

#: commands/tablespace.c:283 commands/tablespace.c:970
#, c-format
msgid "unacceptable tablespace name \"%s\""
msgstr "inakzeptabler Tablespace-Name »%s«"

#: commands/tablespace.c:285 commands/tablespace.c:971
#, c-format
msgid "The prefix \"pg_\" is reserved for system tablespaces."
msgstr "Der Präfix »pg_« ist für System-Tablespaces reserviert."

#: commands/tablespace.c:304 commands/tablespace.c:992
#, c-format
msgid "tablespace \"%s\" already exists"
msgstr "Tablespace »%s« existiert bereits"

#: commands/tablespace.c:320
#, c-format
msgid "pg_tablespace OID value not set when in binary upgrade mode"
msgstr "OID-Wert für pg_tablespace ist im Binary-Upgrade-Modus nicht gesetzt"

#: commands/tablespace.c:425 commands/tablespace.c:953
#: commands/tablespace.c:1042 commands/tablespace.c:1111
#: commands/tablespace.c:1257 commands/tablespace.c:1460
#, c-format
msgid "tablespace \"%s\" does not exist"
msgstr "Tablespace »%s« existiert nicht"

#: commands/tablespace.c:431
#, c-format
msgid "tablespace \"%s\" does not exist, skipping"
msgstr "Tablespace »%s« existiert nicht, wird übersprungen"

#: commands/tablespace.c:457
#, c-format
msgid "tablespace \"%s\" cannot be dropped because some objects depend on it"
msgstr "kann Tablespace »%s« nicht löschen, weil andere Objekte davon abhängen"

#: commands/tablespace.c:524
#, c-format
msgid "tablespace \"%s\" is not empty"
msgstr "Tablespace »%s« ist nicht leer"

#: commands/tablespace.c:611
#, c-format
msgid "directory \"%s\" does not exist"
msgstr "Verzeichnis »%s« existiert nicht"

#: commands/tablespace.c:612
#, c-format
msgid "Create this directory for the tablespace before restarting the server."
msgstr "Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu starten."

#: commands/tablespace.c:617
#, c-format
msgid "could not set permissions on directory \"%s\": %m"
msgstr "konnte Zugriffsrechte für Verzeichnis »%s« nicht setzen: %m"

#: commands/tablespace.c:649
#, c-format
msgid "directory \"%s\" already in use as a tablespace"
msgstr "Verzeichnis »%s« ist bereits als Tablespace in Verwendung"

#: commands/tablespace.c:827 commands/tablespace.c:913
#, c-format
msgid "could not remove symbolic link \"%s\": %m"
msgstr "konnte symbolische Verknüpfung »%s« nicht löschen: %m"

#: commands/tablespace.c:836 commands/tablespace.c:921
#, c-format
msgid "\"%s\" is not a directory or symbolic link"
msgstr "»%s« ist kein Verzeichnis oder symbolische Verknüpfung"

#: commands/tablespace.c:1116
#, c-format
msgid "Tablespace \"%s\" does not exist."
msgstr "Tablespace »%s« existiert nicht."

#: commands/tablespace.c:1562
#, c-format
msgid "directories for tablespace %u could not be removed"
msgstr "Verzeichnisse für Tablespace %u konnten nicht entfernt werden"

#: commands/tablespace.c:1564
#, c-format
msgid "You can remove the directories manually if necessary."
msgstr "Sie können die Verzeichnisse falls nötig manuell entfernen."

#: commands/trigger.c:228 commands/trigger.c:239
#, c-format
msgid "\"%s\" is a table"
msgstr "»%s« ist eine Tabelle"

#: commands/trigger.c:230 commands/trigger.c:241
#, c-format
msgid "Tables cannot have INSTEAD OF triggers."
msgstr "Tabellen können keine INSTEAD OF-Trigger haben."

#: commands/trigger.c:262
#, c-format
msgid "\"%s\" is a partitioned table"
msgstr "»%s« ist eine partitionierte Tabelle"

#: commands/trigger.c:264
#, c-format
msgid "ROW triggers with transition tables are not supported on partitioned tables."
msgstr "ROW-Trigger mit Übergangstabellen werden für partitionierte Tabellen nicht unterstützt."

#: commands/trigger.c:276 commands/trigger.c:283 commands/trigger.c:447
#, c-format
msgid "\"%s\" is a view"
msgstr "»%s« ist eine Sicht"

#: commands/trigger.c:278
#, c-format
msgid "Views cannot have row-level BEFORE or AFTER triggers."
msgstr "Sichten können keine BEFORE- oder AFTER-Trigger auf Zeilenebene haben."

#: commands/trigger.c:285
#, c-format
msgid "Views cannot have TRUNCATE triggers."
msgstr "Sichten können keine TRUNCATE-Trigger haben."

#: commands/trigger.c:293 commands/trigger.c:305 commands/trigger.c:440
#, c-format
msgid "\"%s\" is a foreign table"
msgstr "»%s« ist eine Fremdtabelle"

#: commands/trigger.c:295
#, c-format
msgid "Foreign tables cannot have INSTEAD OF triggers."
msgstr "Fremdtabellen können keine INSTEAD OF-Trigger haben."

#: commands/trigger.c:307
#, c-format
msgid "Foreign tables cannot have constraint triggers."
msgstr "Fremdtabellen können keine Constraint-Trigger haben."

#: commands/trigger.c:312 commands/trigger.c:1331 commands/trigger.c:1438
#, c-format
msgid "relation \"%s\" cannot have triggers"
msgstr "Relation »%s« kann keine Trigger haben"

#: commands/trigger.c:383
#, c-format
msgid "TRUNCATE FOR EACH ROW triggers are not supported"
msgstr "TRUNCATE FOR EACH ROW-Trigger werden nicht unterstützt"

#: commands/trigger.c:391
#, c-format
msgid "INSTEAD OF triggers must be FOR EACH ROW"
msgstr "INSTEAD OF-Trigger müssen FOR EACH ROW sein"

#: commands/trigger.c:395
#, c-format
msgid "INSTEAD OF triggers cannot have WHEN conditions"
msgstr "INSTEAD OF-Trigger können keine WHEN-Bedingungen haben"

#: commands/trigger.c:399
#, c-format
msgid "INSTEAD OF triggers cannot have column lists"
msgstr "INSTEAD OF-Trigger können keine Spaltenlisten haben"

#: commands/trigger.c:428
#, c-format
msgid "ROW variable naming in the REFERENCING clause is not supported"
msgstr "Benennung von ROW-Variablen in der REFERENCING-Klausel wird nicht unterstützt"

#: commands/trigger.c:429
#, c-format
msgid "Use OLD TABLE or NEW TABLE for naming transition tables."
msgstr "Verwenden Sie OLD TABLE und NEW TABLE, um Übergangstabellen zu benennen."

#: commands/trigger.c:442
#, c-format
msgid "Triggers on foreign tables cannot have transition tables."
msgstr "Trigger für Fremdtabellen können keine Übergangstabellen haben."

#: commands/trigger.c:449
#, c-format
msgid "Triggers on views cannot have transition tables."
msgstr "Trigger für Sichten können keine Übergangstabellen haben."

#: commands/trigger.c:465
#, c-format
msgid "ROW triggers with transition tables are not supported on partitions"
msgstr "ROW-Trigger mit Übergangstabellen werden für Partitionen nicht unterstützt"

#: commands/trigger.c:469
#, c-format
msgid "ROW triggers with transition tables are not supported on inheritance children"
msgstr "ROW-Trigger mit Übergangstabellen werden für Vererbungskinder nicht unterstützt"

#: commands/trigger.c:475
#, c-format
msgid "transition table name can only be specified for an AFTER trigger"
msgstr "Übergangstabellenname kann nur für einen AFTER-Trigger angegeben werden"

#: commands/trigger.c:480
#, c-format
msgid "TRUNCATE triggers with transition tables are not supported"
msgstr "TRUNCATE-Trigger mit Übergangstabellen werden nicht unterstützt"

#: commands/trigger.c:497
#, c-format
msgid "transition tables cannot be specified for triggers with more than one event"
msgstr "Übergangstabellen können nicht für Trigger mit mehr als einem Ereignis angegeben werden"

#: commands/trigger.c:508
#, c-format
msgid "transition tables cannot be specified for triggers with column lists"
msgstr "Übergangstabellen können nicht für Trigger mit Spaltenlisten angegeben werden"

#: commands/trigger.c:525
#, c-format
msgid "NEW TABLE can only be specified for an INSERT or UPDATE trigger"
msgstr "NEW TABLE kann nur für INSERT- oder UPDATE-Trigger angegeben werden"

#: commands/trigger.c:530
#, c-format
msgid "NEW TABLE cannot be specified multiple times"
msgstr "NEW TABLE kann nicht mehrmals angegeben werden"

#: commands/trigger.c:540
#, c-format
msgid "OLD TABLE can only be specified for a DELETE or UPDATE trigger"
msgstr "OLD TABLE kann nur für DELETE- oder UPDATE-Trigger angegeben werden"

#: commands/trigger.c:545
#, c-format
msgid "OLD TABLE cannot be specified multiple times"
msgstr "OLD TABLE kann nicht mehrmals angegeben werden"

#: commands/trigger.c:555
#, c-format
msgid "OLD TABLE name and NEW TABLE name cannot be the same"
msgstr "Name für OLD TABLE und NEW TABLE kann nicht gleich sein"

#: commands/trigger.c:619 commands/trigger.c:632
#, c-format
msgid "statement trigger's WHEN condition cannot reference column values"
msgstr "WHEN-Bedingung eines Statement-Triggers kann keine Verweise auf Spaltenwerte enthalten"

#: commands/trigger.c:624
#, c-format
msgid "INSERT trigger's WHEN condition cannot reference OLD values"
msgstr "WHEN-Bedingung eines INSERT-Triggers kann keine Verweise auf OLD-Werte enthalten"

#: commands/trigger.c:637
#, c-format
msgid "DELETE trigger's WHEN condition cannot reference NEW values"
msgstr "WHEN-Bedingung eines DELETE-Triggers kann keine Verweise auf NEW-Werte enthalten"

#: commands/trigger.c:642
#, c-format
msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
msgstr "WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf Systemspalten in NEW enthalten"

#: commands/trigger.c:651 commands/trigger.c:659
#, c-format
msgid "BEFORE trigger's WHEN condition cannot reference NEW generated columns"
msgstr "WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf generierte Spalten in NEW enthalten"

#: commands/trigger.c:652
#, c-format
msgid "A whole-row reference is used and the table contains generated columns."
msgstr "Ein Verweis auf die ganze Zeile der Tabelle wird verwendet und die Tabelle enthält generierte Spalten."

#: commands/trigger.c:767 commands/trigger.c:1614
#, c-format
msgid "trigger \"%s\" for relation \"%s\" already exists"
msgstr "Trigger »%s« für Relation »%s« existiert bereits"

#: commands/trigger.c:780
#, c-format
msgid "trigger \"%s\" for relation \"%s\" is an internal or a child trigger"
msgstr "Trigger »%s« für Relation »%s« ist ein interner oder abgeleiteter Trigger"

#: commands/trigger.c:799
#, c-format
msgid "trigger \"%s\" for relation \"%s\" is a constraint trigger"
msgstr "Trigger »%s« für Relation »%s« ist ein Constraint-Trigger"

#: commands/trigger.c:1403 commands/trigger.c:1557 commands/trigger.c:1838
#, c-format
msgid "trigger \"%s\" for table \"%s\" does not exist"
msgstr "Trigger »%s« für Tabelle »%s« existiert nicht"

#: commands/trigger.c:1529
#, c-format
msgid "cannot rename trigger \"%s\" on table \"%s\""
msgstr "Trigger »%s« für Tabelle »%s« kann nicht umbenannt werden"

#: commands/trigger.c:1531
#, c-format
msgid "Rename the trigger on the partitioned table \"%s\" instead."
msgstr "Benennen Sie stattdessen den Trigger für die partitionierte Tabelle »%s« um."

#: commands/trigger.c:1631
#, c-format
msgid "renamed trigger \"%s\" on relation \"%s\""
msgstr "Trigger »%s« für Tabelle »%s« wurde umbenannt"

#: commands/trigger.c:1777
#, c-format
msgid "permission denied: \"%s\" is a system trigger"
msgstr "keine Berechtigung: »%s« ist ein Systemtrigger"

#: commands/trigger.c:2388
#, c-format
msgid "trigger function %u returned null value"
msgstr "Triggerfunktion %u gab NULL-Wert zurück"

#: commands/trigger.c:2448 commands/trigger.c:2677 commands/trigger.c:2949
#: commands/trigger.c:3323
#, c-format
msgid "BEFORE STATEMENT trigger cannot return a value"
msgstr "Trigger für BEFORE STATEMENT kann keinen Wert zurückgeben"

#: commands/trigger.c:2526
#, c-format
msgid "moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported"
msgstr "Verschieben einer Zeile in eine andere Partition durch einen BEFORE-FOR-EACH-ROW-Trigger wird nicht unterstützt"

#: commands/trigger.c:2527
#, c-format
msgid "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"."
msgstr "Vor der Ausführung von Trigger »%s« gehörte die Zeile in Partition »%s.%s«."

#: commands/trigger.c:2556 commands/trigger.c:2817 commands/trigger.c:3164
#, c-format
msgid "cannot collect transition tuples from child foreign tables"
msgstr "aus abgeleiteten Fremdtabellen können keine Übergangstupel gesammelt werden"

#: commands/trigger.c:3402 executor/nodeModifyTable.c:1687
#: executor/nodeModifyTable.c:1761 executor/nodeModifyTable.c:2569
#: executor/nodeModifyTable.c:2659 executor/nodeModifyTable.c:3322
#: executor/nodeModifyTable.c:3519
#, c-format
msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows."
msgstr "Verwenden Sie einen AFTER-Trigger anstelle eines BEFORE-Triggers, um Änderungen an andere Zeilen zu propagieren."

#: commands/trigger.c:3444 executor/nodeLockRows.c:228
#: executor/nodeLockRows.c:237 executor/nodeModifyTable.c:389
#: executor/nodeModifyTable.c:1703 executor/nodeModifyTable.c:2585
#: executor/nodeModifyTable.c:2810 executor/nodeModifyTable.c:3360
#, c-format
msgid "could not serialize access due to concurrent update"
msgstr "konnte Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung"

#: commands/trigger.c:3452 executor/nodeModifyTable.c:1793
#: executor/nodeModifyTable.c:2676 executor/nodeModifyTable.c:2826
#: executor/nodeModifyTable.c:3340
#, c-format
msgid "could not serialize access due to concurrent delete"
msgstr "konnte Zugriff nicht serialisieren wegen gleichzeitigem Löschen"

#: commands/trigger.c:4671
#, c-format
msgid "cannot fire deferred trigger within security-restricted operation"
msgstr "aufgeschobener Trigger kann nicht in einer sicherheitsbeschränkten Operation ausgelöst werden"

#: commands/trigger.c:5889
#, c-format
msgid "constraint \"%s\" is not deferrable"
msgstr "Constraint »%s« ist nicht aufschiebbar"

#: commands/trigger.c:5912
#, c-format
msgid "constraint \"%s\" does not exist"
msgstr "Constraint »%s« existiert nicht"

#: commands/tsearchcmds.c:124 commands/tsearchcmds.c:641
#, c-format
msgid "function %s should return type %s"
msgstr "Funktion %s sollte Rückgabetyp %s haben"

#: commands/tsearchcmds.c:200
#, c-format
msgid "must be superuser to create text search parsers"
msgstr "nur Superuser können Textsucheparser anlegen"

#: commands/tsearchcmds.c:253
#, c-format
msgid "text search parser parameter \"%s\" not recognized"
msgstr "Textsucheparserparameter »%s« nicht erkannt"

#: commands/tsearchcmds.c:263
#, c-format
msgid "text search parser start method is required"
msgstr "Textsucheparserstartmethode muss angegeben werden"

#: commands/tsearchcmds.c:268
#, c-format
msgid "text search parser gettoken method is required"
msgstr "Gettoken-Methode für Textsucheparser muss angegeben werden"

#: commands/tsearchcmds.c:273
#, c-format
msgid "text search parser end method is required"
msgstr "Textsucheparserendemethode muss angegeben werden"

#: commands/tsearchcmds.c:278
#, c-format
msgid "text search parser lextypes method is required"
msgstr "Lextypes-Methode für Textsucheparser muss angegeben werden"

#: commands/tsearchcmds.c:372
#, c-format
msgid "text search template \"%s\" does not accept options"
msgstr "Textsuchevorlage »%s« akzeptiert keine Optionen"

#: commands/tsearchcmds.c:446
#, c-format
msgid "text search template is required"
msgstr "Textsuchevorlage muss angegeben werden"

#: commands/tsearchcmds.c:707
#, c-format
msgid "must be superuser to create text search templates"
msgstr "nur Superuser können Textsuchevorlagen erzeugen"

#: commands/tsearchcmds.c:749
#, c-format
msgid "text search template parameter \"%s\" not recognized"
msgstr "Textsuchevorlageparameter »%s« nicht erkannt"

#: commands/tsearchcmds.c:759
#, c-format
msgid "text search template lexize method is required"
msgstr "Lexize-Methode für Textsuchevorlage muss angegeben werden"

#: commands/tsearchcmds.c:939
#, c-format
msgid "text search configuration parameter \"%s\" not recognized"
msgstr "Textsuchekonfigurationsparameter »%s« nicht erkannt"

#: commands/tsearchcmds.c:946
#, c-format
msgid "cannot specify both PARSER and COPY options"
msgstr "Optionen PARSER und COPY können nicht beide angegeben werden"

#: commands/tsearchcmds.c:982
#, c-format
msgid "text search parser is required"
msgstr "Textsucheparser muss angegeben werden"

#: commands/tsearchcmds.c:1277
#, c-format
msgid "token type \"%s\" does not exist"
msgstr "Tokentyp »%s« existiert nicht"

#: commands/tsearchcmds.c:1540
#, c-format
msgid "mapping for token type \"%s\" does not exist"
msgstr "Mapping für Tokentyp »%s« existiert nicht"

#: commands/tsearchcmds.c:1546
#, c-format
msgid "mapping for token type \"%s\" does not exist, skipping"
msgstr "Mapping für Tokentyp »%s« existiert nicht, wird übersprungen"

#: commands/tsearchcmds.c:1707 commands/tsearchcmds.c:1822
#, c-format
msgid "invalid parameter list format: \"%s\""
msgstr "ungültiges Parameterlistenformat: »%s«"

#: commands/typecmds.c:221
#, c-format
msgid "must be superuser to create a base type"
msgstr "nur Superuser können Basistypen anlegen"

#: commands/typecmds.c:279
#, c-format
msgid "Create the type as a shell type, then create its I/O functions, then do a full CREATE TYPE."
msgstr "Erzeugen Sie den Typ als Shell-Typ, legen Sie dann die I/O-Funktionen an und führen Sie dann das volle CREATE TYPE aus."

#: commands/typecmds.c:331 commands/typecmds.c:1494 commands/typecmds.c:4479
#, c-format
msgid "type attribute \"%s\" not recognized"
msgstr "Typ-Attribut »%s« nicht erkannt"

#: commands/typecmds.c:386
#, c-format
msgid "invalid type category \"%s\": must be simple ASCII"
msgstr "ungültige Typenkategorie »%s«: muss einfacher ASCII-Wert sein"

#: commands/typecmds.c:405
#, c-format
msgid "array element type cannot be %s"
msgstr "Arrayelementtyp kann nicht %s sein"

#: commands/typecmds.c:437
#, c-format
msgid "alignment \"%s\" not recognized"
msgstr "Ausrichtung »%s« nicht erkannt"

#: commands/typecmds.c:454 commands/typecmds.c:4353
#, c-format
msgid "storage \"%s\" not recognized"
msgstr "Storage-Typ »%s« nicht erkannt"

#: commands/typecmds.c:465
#, c-format
msgid "type input function must be specified"
msgstr "Typeingabefunktion muss angegeben werden"

#: commands/typecmds.c:469
#, c-format
msgid "type output function must be specified"
msgstr "Typausgabefunktion muss angegeben werden"

#: commands/typecmds.c:474
#, c-format
msgid "type modifier output function is useless without a type modifier input function"
msgstr "Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion"

#: commands/typecmds.c:516
#, c-format
msgid "element type cannot be specified without a subscripting function"
msgstr "Elementtyp kann nicht ohne eine Subscript-Funktion angeben werden"

#: commands/typecmds.c:785
#, c-format
msgid "\"%s\" is not a valid base type for a domain"
msgstr "»%s« ist kein gültiger Basistyp für eine Domäne"

#: commands/typecmds.c:885
#, c-format
msgid "multiple default expressions"
msgstr "mehrere Vorgabeausdrücke"

#: commands/typecmds.c:947 commands/typecmds.c:968
#, c-format
msgid "conflicting NULL/NOT NULL constraints"
msgstr "wiedersprüchliche NULL/NOT NULL-Constraints"

#: commands/typecmds.c:952
#, c-format
msgid "redundant NOT NULL constraint definition"
msgstr "überflüssige NOT-NULL-Constraint-Definition"

#: commands/typecmds.c:958
#, c-format
msgid "not-null constraints for domains cannot be marked NO INHERIT"
msgstr "Not-Null-Constraints für Domänen können nicht als NO INHERIT markiert werden"

#: commands/typecmds.c:985
#, c-format
msgid "check constraints for domains cannot be marked NO INHERIT"
msgstr "Check-Constraints für Domänen können nicht als NO INHERIT markiert werden"

#: commands/typecmds.c:996
#, c-format
msgid "unique constraints not possible for domains"
msgstr "Unique-Constraints sind nicht für Domänen möglich"

#: commands/typecmds.c:1003
#, c-format
msgid "primary key constraints not possible for domains"
msgstr "Primärschlüssel-Constraints sind nicht fürDomänen möglich"

#: commands/typecmds.c:1010
#, c-format
msgid "exclusion constraints not possible for domains"
msgstr "Exclusion-Constraints sind nicht für Domänen möglich"

#: commands/typecmds.c:1017
#, c-format
msgid "foreign key constraints not possible for domains"
msgstr "Fremdschlüssel-Constraints sind nicht für Domänen möglich"

#: commands/typecmds.c:1027
#, c-format
msgid "specifying constraint deferrability not supported for domains"
msgstr "Setzen des Constraint-Modus wird für Domänen nicht unterstützt"

#: commands/typecmds.c:1035
#, c-format
msgid "specifying GENERATED not supported for domains"
msgstr "Angabe von GENERATED wird für Domänen nicht unterstützt"

#: commands/typecmds.c:1043
#, c-format
msgid "specifying constraint enforceability not supported for domains"
msgstr "Angabe von ENFORCED/NOT ENFORCED wird für Domänen nicht unterstützt"

#: commands/typecmds.c:1361 utils/cache/typcache.c:2757
#, c-format
msgid "%s is not an enum"
msgstr "»%s« ist kein Enum"

#: commands/typecmds.c:1502
#, c-format
msgid "type attribute \"subtype\" is required"
msgstr "Typ-Attribut »subtype« muss angegeben werden"

#: commands/typecmds.c:1507
#, c-format
msgid "range subtype cannot be %s"
msgstr "Bereichtsuntertyp kann nicht %s sein"

#: commands/typecmds.c:1526
#, c-format
msgid "range collation specified but subtype does not support collation"
msgstr "Sortierfolge für Bereichstyp angegeben, aber Untertyp unterstützt keine Sortierfolgen"

#: commands/typecmds.c:1536
#, c-format
msgid "cannot specify a canonical function without a pre-created shell type"
msgstr "Canonical-Funktion kann nicht angegeben werden ohne einen vorher angelegten Shell-Typ"

#: commands/typecmds.c:1537
#, c-format
msgid "Create the type as a shell type, then create its canonicalization function, then do a full CREATE TYPE."
msgstr "Erzeugen Sie den Typ als Shell-Typ, legen Sie dann die Canonicalization-Funktion an und führen Sie dann das volle CREATE TYPE aus."

#: commands/typecmds.c:2013
#, c-format
msgid "type input function %s has multiple matches"
msgstr "Typeingabefunktion %s hat mehrere Übereinstimmungen"

#: commands/typecmds.c:2031
#, c-format
msgid "type input function %s must return type %s"
msgstr "Typeingabefunktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2047
#, c-format
msgid "type input function %s should not be volatile"
msgstr "Typeingabefunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2075
#, c-format
msgid "type output function %s must return type %s"
msgstr "Typausgabefunktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2082
#, c-format
msgid "type output function %s should not be volatile"
msgstr "Typausgabefunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2111
#, c-format
msgid "type receive function %s has multiple matches"
msgstr "Typempfangsfunktion %s hat mehrere Übereinstimmungen"

#: commands/typecmds.c:2129
#, c-format
msgid "type receive function %s must return type %s"
msgstr "Typempfangsfunktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2136
#, c-format
msgid "type receive function %s should not be volatile"
msgstr "Typempfangsfunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2164
#, c-format
msgid "type send function %s must return type %s"
msgstr "Typsendefunktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2171
#, c-format
msgid "type send function %s should not be volatile"
msgstr "Typsendefunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2198
#, c-format
msgid "typmod_in function %s must return type %s"
msgstr "typmod_in-Funktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2205
#, c-format
msgid "type modifier input function %s should not be volatile"
msgstr "Typmodifikatoreingabefunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2232
#, c-format
msgid "typmod_out function %s must return type %s"
msgstr "typmod_out-Funktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2239
#, c-format
msgid "type modifier output function %s should not be volatile"
msgstr "Typmodifikatorausgabefunktion %s sollte nicht VOLATILE sein"

#: commands/typecmds.c:2266
#, c-format
msgid "type analyze function %s must return type %s"
msgstr "Typanalysefunktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2295
#, c-format
msgid "type subscripting function %s must return type %s"
msgstr "Typ-Subscript-Funktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2305
#, c-format
msgid "user-defined types cannot use subscripting function %s"
msgstr "benutzerdefinierte Typen können Subscript-Funktion %s nicht verwenden"

#: commands/typecmds.c:2351
#, c-format
msgid "You must specify an operator class for the range type or define a default operator class for the subtype."
msgstr "Sie müssen für den Bereichstyp eine Operatorklasse angeben oder eine Standardoperatorklasse für den Untertyp definieren."

#: commands/typecmds.c:2382
#, c-format
msgid "range canonical function %s must return range type"
msgstr "Bereichstyp-Canonical-Funktion %s muss Bereichstyp zurückgeben"

#: commands/typecmds.c:2388
#, c-format
msgid "range canonical function %s must be immutable"
msgstr "Bereichstyp-Canonical-Funktion %s muss »immutable« sein"

#: commands/typecmds.c:2424
#, c-format
msgid "range subtype diff function %s must return type %s"
msgstr "Bereichstyp-Untertyp-Diff-Funktion %s muss Typ %s zurückgeben"

#: commands/typecmds.c:2431
#, c-format
msgid "range subtype diff function %s must be immutable"
msgstr "Bereichstyp-Untertyp-Diff-Funktion %s muss »immutable« sein"

#: commands/typecmds.c:2458
#, c-format
msgid "pg_type array OID value not set when in binary upgrade mode"
msgstr "Array-OID-Wert für pg_type ist im Binary-Upgrade-Modus nicht gesetzt"

#: commands/typecmds.c:2491
#, c-format
msgid "pg_type multirange OID value not set when in binary upgrade mode"
msgstr "Multirange-OID-Wert für pg_type ist im Binary-Upgrade-Modus nicht gesetzt"

#: commands/typecmds.c:2524
#, c-format
msgid "pg_type multirange array OID value not set when in binary upgrade mode"
msgstr "Multirange-Array-OID-Wert für pg_type ist im Binary-Upgrade-Modus nicht gesetzt"

#: commands/typecmds.c:2906 commands/typecmds.c:3088
#, c-format
msgid "constraint \"%s\" of domain \"%s\" does not exist"
msgstr "Constraint »%s« von Domäne »%s« existiert nicht"

#: commands/typecmds.c:2910
#, c-format
msgid "constraint \"%s\" of domain \"%s\" does not exist, skipping"
msgstr "Constraint »%s« von Domäne »%s« existiert nicht, wird übersprungen"

#: commands/typecmds.c:3095
#, c-format
msgid "constraint \"%s\" of domain \"%s\" is not a check constraint"
msgstr "Constraint »%s« von Domäne »%s« ist kein Check-Constraint"

#: commands/typecmds.c:3175
#, c-format
msgid "column \"%s\" of table \"%s\" contains null values"
msgstr "Spalte »%s« von Tabelle »%s« enthält NULL-Werte"

#: commands/typecmds.c:3264
#, c-format
msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
msgstr "Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint verletzen"

#: commands/typecmds.c:3493 commands/typecmds.c:3771 commands/typecmds.c:3856
#: commands/typecmds.c:4072
#, c-format
msgid "%s is not a domain"
msgstr "%s ist keine Domäne"

#: commands/typecmds.c:3527 commands/typecmds.c:3683
#, c-format
msgid "constraint \"%s\" for domain \"%s\" already exists"
msgstr "Constraint »%s« für Domäne »%s« existiert bereits"

#: commands/typecmds.c:3578
#, c-format
msgid "cannot use table references in domain check constraint"
msgstr "Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden"

#: commands/typecmds.c:3783 commands/typecmds.c:3868 commands/typecmds.c:4222
#, c-format
msgid "%s is a table's row type"
msgstr "%s ist der Zeilentyp einer Tabelle"

#: commands/typecmds.c:3793 commands/typecmds.c:3878 commands/typecmds.c:4120
#, c-format
msgid "cannot alter array type %s"
msgstr "Array-Typ %s kann nicht verändert werden"

#: commands/typecmds.c:3795 commands/typecmds.c:3880 commands/typecmds.c:4122
#, c-format
msgid "You can alter type %s, which will alter the array type as well."
msgstr "Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird."

#: commands/typecmds.c:3891
#, c-format
msgid "cannot alter multirange type %s"
msgstr "Multirange-Typ %s kann nicht verändert werden"

#: commands/typecmds.c:3894
#, c-format
msgid "You can alter type %s, which will alter the multirange type as well."
msgstr "Sie können den Typ %s ändern, wodurch der Multirange-Typ ebenfalls geändert wird."

#: commands/typecmds.c:4201
#, c-format
msgid "type \"%s\" already exists in schema \"%s\""
msgstr "Typ %s existiert bereits in Schema »%s«"

#: commands/typecmds.c:4381
#, c-format
msgid "cannot change type's storage to PLAIN"
msgstr "Storage-Typ eines Typs kann nicht in PLAIN geändert werden"

#: commands/typecmds.c:4474
#, c-format
msgid "type attribute \"%s\" cannot be changed"
msgstr "Typ-Attribut »%s« kann nicht geändert werden"

#: commands/typecmds.c:4492
#, c-format
msgid "must be superuser to alter a type"
msgstr "nur Superuser können Typen ändern"

#: commands/typecmds.c:4513 commands/typecmds.c:4522
#, c-format
msgid "%s is not a base type"
msgstr "%s ist kein Basistyp"

#: commands/user.c:200
#, c-format
msgid "SYSID can no longer be specified"
msgstr "SYSID kann nicht mehr angegeben werden"

#: commands/user.c:318 commands/user.c:324 commands/user.c:330
#: commands/user.c:336 commands/user.c:342
#, c-format
msgid "permission denied to create role"
msgstr "keine Berechtigung, um Rolle zu erzeugen"

#: commands/user.c:319
#, c-format
msgid "Only roles with the %s attribute may create roles."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen erzeugen."

#: commands/user.c:325 commands/user.c:331 commands/user.c:337
#: commands/user.c:343
#, c-format
msgid "Only roles with the %s attribute may create roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut erzeugen."

#: commands/user.c:354 commands/user.c:1386 commands/user.c:1393 gram.y:17473
#: gram.y:17519 utils/adt/acl.c:5707 utils/adt/acl.c:5713
#, c-format
msgid "role name \"%s\" is reserved"
msgstr "Rollenname »%s« ist reserviert"

#: commands/user.c:356 commands/user.c:1388 commands/user.c:1395
#, c-format
msgid "Role names starting with \"pg_\" are reserved."
msgstr "Rollennamen, die mit »pg_« anfangen, sind reserviert."

#: commands/user.c:377 commands/user.c:1410
#, c-format
msgid "role \"%s\" already exists"
msgstr "Rolle »%s« existiert bereits"

#: commands/user.c:439 commands/user.c:924
#, c-format
msgid "empty string is not a valid password, clearing password"
msgstr "leere Zeichenkette ist kein gültiges Passwort, Passwort wird entfernt"

#: commands/user.c:468
#, c-format
msgid "pg_authid OID value not set when in binary upgrade mode"
msgstr "OID-Wert für pg_auth ist im Binary-Upgrade-Modus nicht gesetzt"

#: commands/user.c:652 commands/user.c:1010
msgid "Cannot alter reserved roles."
msgstr "Reservierte Rollen können nicht geändert werden."

#: commands/user.c:759 commands/user.c:765 commands/user.c:781
#: commands/user.c:789 commands/user.c:803 commands/user.c:809
#: commands/user.c:815 commands/user.c:824 commands/user.c:869
#: commands/user.c:1032 commands/user.c:1043
#, c-format
msgid "permission denied to alter role"
msgstr "keine Berechtigung, um Rolle zu ändern"

#: commands/user.c:760 commands/user.c:1033
#, c-format
msgid "Only roles with the %s attribute may alter roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut ändern."

#: commands/user.c:766 commands/user.c:804 commands/user.c:810
#: commands/user.c:816
#, c-format
msgid "Only roles with the %s attribute may change the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können das %s-Attribut ändern."

#: commands/user.c:782 commands/user.c:1044
#, c-format
msgid "Only roles with the %s attribute and the %s option on role \"%s\" may alter this role."
msgstr "Nur Rollen mit dem %s-Attribut und der %s-Option für Rolle »%s« können diese Rolle ändern."

#: commands/user.c:790
#, c-format
msgid "To change another role's password, the current user must have the %s attribute and the %s option on the role."
msgstr "Um das Passwort einer anderen Rolle zu ändern, muss der aktuelle Benutzer das %s-Attribut und die %s-Option für die Rolle haben."

#: commands/user.c:825
#, c-format
msgid "Only roles with the %s option on role \"%s\" may add or drop members."
msgstr "Nur Rollen mit der %s-Option für Rolle »%s« können Mitglieder hinzufügen oder entfernen."

#: commands/user.c:870
#, c-format
msgid "The bootstrap superuser must have the %s attribute."
msgstr "Der Bootstrap-Superuser muss das %s-Attribut haben."

#: commands/user.c:1075
#, c-format
msgid "permission denied to alter setting"
msgstr "keine Berechtigung, um Einstellung zu ändern"

#: commands/user.c:1076
#, c-format
msgid "Only roles with the %s attribute may alter settings globally."
msgstr "Nur Rollen mit dem %s-Attribut können globale Einstellungen ändern."

#: commands/user.c:1100 commands/user.c:1171 commands/user.c:1177
#, c-format
msgid "permission denied to drop role"
msgstr "keine Berechtigung, um Rolle zu entfernen"

#: commands/user.c:1101
#, c-format
msgid "Only roles with the %s attribute and the %s option on the target roles may drop roles."
msgstr "Nur Rollen mit dem %s-Attribut und der %s-Option für die Zielrollen können Rollen entfernen."

#: commands/user.c:1125
#, c-format
msgid "cannot use special role specifier in DROP ROLE"
msgstr "in DROP ROLE kann kein Rollenplatzhalter verwendet werden"

#: commands/user.c:1135 commands/user.c:1357 commands/variable.c:864
#: commands/variable.c:867 commands/variable.c:983 commands/variable.c:986
#: utils/adt/acl.c:383 utils/adt/acl.c:403 utils/adt/acl.c:5562
#: utils/adt/acl.c:5610 utils/adt/acl.c:5638 utils/adt/acl.c:5657
#: utils/adt/regproc.c:1571 utils/init/miscinit.c:804
#, c-format
msgid "role \"%s\" does not exist"
msgstr "Rolle »%s« existiert nicht"

#: commands/user.c:1140
#, c-format
msgid "role \"%s\" does not exist, skipping"
msgstr "Rolle »%s« existiert nicht, wird übersprungen"

#: commands/user.c:1153 commands/user.c:1157
#, c-format
msgid "current user cannot be dropped"
msgstr "aktueller Benutzer kann nicht entfernt werden"

#: commands/user.c:1161
#, c-format
msgid "session user cannot be dropped"
msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"

#: commands/user.c:1172
#, c-format
msgid "Only roles with the %s attribute may drop roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut entfernen."

#: commands/user.c:1178
#, c-format
msgid "Only roles with the %s attribute and the %s option on role \"%s\" may drop this role."
msgstr "Nur Rollen mit dem %s-Attribut und der %s-Option für Rolle »%s« können diese Rolle entfernen."

#: commands/user.c:1299
#, c-format
msgid "role \"%s\" cannot be dropped because some objects depend on it"
msgstr "kann Rolle »%s« nicht löschen, weil andere Objekte davon abhängen"

#: commands/user.c:1373
#, c-format
msgid "session user cannot be renamed"
msgstr "aktueller Sitzungsbenutzer kann nicht umbenannt werden"

#: commands/user.c:1377
#, c-format
msgid "current user cannot be renamed"
msgstr "aktueller Benutzer kann nicht umbenannt werden"

#: commands/user.c:1421 commands/user.c:1431
#, c-format
msgid "permission denied to rename role"
msgstr "keine Berechtigung, um Rolle umzubenennen"

#: commands/user.c:1422
#, c-format
msgid "Only roles with the %s attribute may rename roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut umbenennen."

#: commands/user.c:1432
#, c-format
msgid "Only roles with the %s attribute and the %s option on role \"%s\" may rename this role."
msgstr "Nur Rollen mit dem %s-Attribut und der %s-Option für Rolle »%s« können diese Rolle umbenennen."

#: commands/user.c:1454
#, c-format
msgid "MD5 password cleared because of role rename"
msgstr "MD5-Passwort wegen Rollenumbenennung gelöscht"

#: commands/user.c:1518 gram.y:1285
#, c-format
msgid "unrecognized role option \"%s\""
msgstr "unbekannte Rollenoption »%s«"

#: commands/user.c:1523
#, c-format
msgid "unrecognized value for role option \"%s\": \"%s\""
msgstr "unbekannter Wert für Rollenoption »%s«: »%s«"

#: commands/user.c:1556
#, c-format
msgid "column names cannot be included in GRANT/REVOKE ROLE"
msgstr "bei GRANT/REVOKE ROLE können keine Spaltennamen angegeben werden"

#: commands/user.c:1596
#, c-format
msgid "permission denied to drop objects"
msgstr "keine Berechtigung, um Objekte zu löschen"

#: commands/user.c:1597
#, c-format
msgid "Only roles with privileges of role \"%s\" may drop objects owned by it."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können ihr gehörende Objekte löschen."

#: commands/user.c:1625 commands/user.c:1636
#, c-format
msgid "permission denied to reassign objects"
msgstr "keine Berechtigung, um Objekte neu zuzuordnen"

#: commands/user.c:1626
#, c-format
msgid "Only roles with privileges of role \"%s\" may reassign objects owned by it."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können ihr gehörende Objekte neu zuordnen."

#: commands/user.c:1637
#, c-format
msgid "Only roles with privileges of role \"%s\" may reassign objects to it."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können ihr Objekte zuordnen."

#: commands/user.c:1734
#, c-format
msgid "role \"%s\" cannot be a member of any role"
msgstr "Rolle »%s« kann kein Mitglied einer Rolle sein"

#: commands/user.c:1747
#, c-format
msgid "role \"%s\" is a member of role \"%s\""
msgstr "Rolle »%s« ist ein Mitglied der Rolle »%s«"

#: commands/user.c:1787 commands/user.c:1813
#, c-format
msgid "%s option cannot be granted back to your own grantor"
msgstr "%s-Option kann nicht an den eigenen Grantor gegeben werden"

#: commands/user.c:1890
#, c-format
msgid "role \"%s\" has already been granted membership in role \"%s\" by role \"%s\""
msgstr "Rolle »%s« wurde schon Mitgliedschaft in Rolle »%s« durch Rolle »%s« gewährt"

#: commands/user.c:2025
#, c-format
msgid "role \"%s\" has not been granted membership in role \"%s\" by role \"%s\""
msgstr "Rolle »%s« wurde keine Mitgliedschaft in Rolle »%s« durch Rolle »%s« gewährt"

#: commands/user.c:2126
#, c-format
msgid "role \"%s\" cannot have explicit members"
msgstr "Rolle »%s« kann keine expliziten Mitglieder haben"

#: commands/user.c:2137 commands/user.c:2160
#, c-format
msgid "permission denied to grant role \"%s\""
msgstr "keine Berechtigung, um Rolle »%s« zu gewähren"

#: commands/user.c:2139
#, c-format
msgid "Only roles with the %s attribute may grant roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut gewähren."

#: commands/user.c:2144 commands/user.c:2167
#, c-format
msgid "permission denied to revoke role \"%s\""
msgstr "keine Berechtigung, um Rolle »%s« zu entziehen"

#: commands/user.c:2146
#, c-format
msgid "Only roles with the %s attribute may revoke roles with the %s attribute."
msgstr "Nur Rollen mit dem %s-Attribut können Rollen mit dem %s-Attribut entziehen."

#: commands/user.c:2162
#, c-format
msgid "Only roles with the %s option on role \"%s\" may grant this role."
msgstr "Nur Rollen mit der %s-Option für Rolle »%s« können diese Rolle gewähren."

#: commands/user.c:2169
#, c-format
msgid "Only roles with the %s option on role \"%s\" may revoke this role."
msgstr "Nur Rollen mit der %s-Option für Rolle »%s« können diese Rolle entziehen."

#: commands/user.c:2249 commands/user.c:2258
#, c-format
msgid "permission denied to grant privileges as role \"%s\""
msgstr "keine Berechtigung, um Privilegien als Rolle »%s« zu gewähren"

#: commands/user.c:2251
#, c-format
msgid "Only roles with privileges of role \"%s\" may grant privileges as this role."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können Privilegien als diese Rolle gewähren."

#: commands/user.c:2260
#, c-format
msgid "The grantor must have the %s option on role \"%s\"."
msgstr "Der Grantor muss die %s-Option für Rolle »%s« haben."

#: commands/user.c:2268
#, c-format
msgid "permission denied to revoke privileges granted by role \"%s\""
msgstr "keine Berechtigung, um von Rolle »%s« gewährte Privilegien zu entziehen"

#: commands/user.c:2270
#, c-format
msgid "Only roles with privileges of role \"%s\" may revoke privileges granted by this role."
msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können von dieser Rolle gewährte Privilegien entziehen."

#: commands/user.c:2493 utils/adt/acl.c:1342
#, c-format
msgid "dependent privileges exist"
msgstr "abhängige Privilegien existieren"

#: commands/user.c:2494 utils/adt/acl.c:1343
#, c-format
msgid "Use CASCADE to revoke them too."
msgstr "Verwenden Sie CASCADE, um diese auch zu entziehen."

#: commands/vacuum.c:148
#, c-format
msgid "\"%s\" must be 0 or between %d kB and %d kB."
msgstr "»%s« muss 0 sein oder zwischen %d kB und %d kB liegen."

#: commands/vacuum.c:224
#, c-format
msgid "BUFFER_USAGE_LIMIT option must be 0 or between %d kB and %d kB"
msgstr "Option BUFFER_USAGE_LIMIT muss 0 sein oder zwischen %d kB und %d kB liegen"

#: commands/vacuum.c:275
#, c-format
msgid "parallel option requires a value between 0 and %d"
msgstr "Option PARALLEL benötigt einen Wert zwischen 0 und %d"

#: commands/vacuum.c:287
#, c-format
msgid "parallel workers for vacuum must be between 0 and %d"
msgstr "parallele Arbeitsprozesse für Vacuum müssen zwischen 0 und %d sein"

#: commands/vacuum.c:335
#, c-format
msgid "VACUUM FULL cannot be performed in parallel"
msgstr "VACUUM FULL kann nicht parallel ausgeführt werden"

#: commands/vacuum.c:346
#, c-format
msgid "BUFFER_USAGE_LIMIT cannot be specified for VACUUM FULL"
msgstr "BUFFER_USAGE_LIMIT kann nicht für VACUUM FULL angegeben werden"

#: commands/vacuum.c:360
#, c-format
msgid "ANALYZE option must be specified when a column list is provided"
msgstr "Option ANALYZE muss angegeben werden, wenn eine Spaltenliste angegeben ist"

#: commands/vacuum.c:372
#, c-format
msgid "VACUUM option DISABLE_PAGE_SKIPPING cannot be used with FULL"
msgstr "VACUUM-Option DISABLE_PAGE_SKIPPING kann nicht zusammen mit FULL verwendet werden"

#: commands/vacuum.c:379
#, c-format
msgid "PROCESS_TOAST required with VACUUM FULL"
msgstr "PROCESS_TOAST benötigt VACUUM FULL"

#: commands/vacuum.c:388
#, c-format
msgid "ONLY_DATABASE_STATS cannot be specified with a list of tables"
msgstr "ONLY_DATABASE_STATS kann nicht mit einer Tabellenliste angegeben werden"

#: commands/vacuum.c:397
#, c-format
msgid "ONLY_DATABASE_STATS cannot be specified with other VACUUM options"
msgstr "ONLY_DATABASE_STATS kann nicht mit anderen VACUUM-Optionen angegeben werden"

#: commands/vacuum.c:537
#, c-format
msgid "%s cannot be executed from VACUUM or ANALYZE"
msgstr "%s kann nicht aus VACUUM oder ANALYZE ausgeführt werden"

#: commands/vacuum.c:759
#, c-format
msgid "permission denied to vacuum \"%s\", skipping it"
msgstr "keine Berechtigung für Vacuum von »%s«, wird übersprungen"

#: commands/vacuum.c:772
#, c-format
msgid "permission denied to analyze \"%s\", skipping it"
msgstr "keine Berechtigung für Analyze von »%s«, wird übersprungen"

#: commands/vacuum.c:850 commands/vacuum.c:951
#, c-format
msgid "skipping vacuum of \"%s\" --- lock not available"
msgstr "überspringe Vacuum von »%s« --- Sperre nicht verfügbar"

#: commands/vacuum.c:855
#, c-format
msgid "skipping vacuum of \"%s\" --- relation no longer exists"
msgstr "überspringe Vacuum von »%s« --- Relation existiert nicht mehr"

#: commands/vacuum.c:871 commands/vacuum.c:956
#, c-format
msgid "skipping analyze of \"%s\" --- lock not available"
msgstr "überspringe Analyze von »%s« --- Sperre nicht verfügbar"

#: commands/vacuum.c:876
#, c-format
msgid "skipping analyze of \"%s\" --- relation no longer exists"
msgstr "überspringe Analyze von »%s« --- Relation existiert nicht mehr"

#: commands/vacuum.c:992
#, c-format
msgid "VACUUM ONLY of partitioned table \"%s\" has no effect"
msgstr "VACUUM ONLY für partitionierte Tabelle »%s« hat keine Auswirkung"

#: commands/vacuum.c:1183
#, c-format
msgid "cutoff for removing and freezing tuples is far in the past"
msgstr "Obergrenze für das Entfernen und Einfrieren von Tuples ist weit in der Vergangenheit"

#: commands/vacuum.c:1184 commands/vacuum.c:1189
#, c-format
msgid ""
"Close open transactions soon to avoid wraparound problems.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu vermeiden.\n"
"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen oder unbenutzte Replikations-Slots löschen."

#: commands/vacuum.c:1188
#, c-format
msgid "cutoff for freezing multixacts is far in the past"
msgstr "Obergrenze für das Einfrieren von Multixacts ist weit in der Vergangenheit"

#: commands/vacuum.c:1950
#, 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:1951
#, 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:2143
#, 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:2659
#, c-format
msgid "scanned index \"%s\" to remove %<PRId64> row versions"
msgstr "Index »%s« gelesen und %<PRId64> Zeilenversionen entfernt"

#: commands/vacuum.c:2678
#, 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:2682
#, c-format
msgid ""
"%.0f index row versions were removed.\n"
"%u index pages were newly deleted.\n"
"%u index pages are currently deleted, of which %u are currently reusable."
msgstr ""
"%.0f Indexzeilenversionen wurde entfernt.\n"
"%u Indexseiten wurden neu gelöscht.\n"
"%u Indexseiten sind gegenwärtig gelöscht, wovon %u gegenwärtig wiederverwendbar sind."

#: commands/vacuumparallel.c:709
#, c-format
msgid "launched %d parallel vacuum worker for index vacuuming (planned: %d)"
msgid_plural "launched %d parallel vacuum workers for index vacuuming (planned: %d)"
msgstr[0] "%d parallelen Vacuum-Worker für Index-Vacuum gestartet (geplant: %d)"
msgstr[1] "%d parallele Vacuum-Worker für Index-Vacuum gestartet (geplant: %d)"

#: commands/vacuumparallel.c:715
#, c-format
msgid "launched %d parallel vacuum worker for index cleanup (planned: %d)"
msgid_plural "launched %d parallel vacuum workers for index cleanup (planned: %d)"
msgstr[0] "%d parallelen Vacuum-Worker für Index-Cleanup gestartet (geplant: %d)"
msgstr[1] "%d parallele Vacuum-Worker für Index-Cleanup gestartet (geplant: %d)"

#: commands/variable.c:185
#, c-format
msgid "Conflicting \"DateStyle\" specifications."
msgstr "Widersprüchliche »DateStyle«-Angaben."

#: commands/variable.c:307
#, c-format
msgid "Cannot specify months in time zone interval."
msgstr "Im Zeitzonenintervall können keine Monate angegeben werden."

#: commands/variable.c:313
#, c-format
msgid "Cannot specify days in time zone interval."
msgstr "Im Zeitzonenintervall können keine Tage angegeben werden."

#: commands/variable.c:351 commands/variable.c:435
#, c-format
msgid "time zone \"%s\" appears to use leap seconds"
msgstr "Zeitzone »%s« verwendet anscheinend Schaltsekunden"

#: commands/variable.c:353 commands/variable.c:437
#, c-format
msgid "PostgreSQL does not support leap seconds."
msgstr "PostgreSQL unterstützt keine Schaltsekunden."

#: commands/variable.c:362
#, c-format
msgid "UTC timezone offset is out of range."
msgstr "Zeitzonenabstand zu UTC ist außerhalb des gültigen Bereichs."

#: commands/variable.c:554
#, c-format
msgid "cannot set transaction read-write mode inside a read-only transaction"
msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen"

#: commands/variable.c:561
#, c-format
msgid "transaction read-write mode must be set before any query"
msgstr "Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden"

#: commands/variable.c:568
#, c-format
msgid "cannot set transaction read-write mode during recovery"
msgstr "kann den Read/Write-Modus einer Transaktion nicht während der Wiederherstellung setzen"

#: commands/variable.c:596
#, c-format
msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
msgstr "SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden"

#: commands/variable.c:603
#, c-format
msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
msgstr "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion aufgerufen werden"

#: commands/variable.c:610 storage/lmgr/predicate.c:1695
#, c-format
msgid "cannot use serializable mode in a hot standby"
msgstr "kann serialisierbaren Modus nicht in einem Hot Standby verwenden"

#: commands/variable.c:611
#, c-format
msgid "You can use REPEATABLE READ instead."
msgstr "Sie können stattdessen REPEATABLE READ verwenden."

#: commands/variable.c:633
#, c-format
msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
msgstr "SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion aufgerufen werden"

#: commands/variable.c:639
#, c-format
msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
msgstr "SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden"

#: commands/variable.c:715
#, c-format
msgid "Cannot change \"client_encoding\" during a parallel operation."
msgstr "»client_encoding« kann nicht während einer parallelen Operation geändert werden."

#: commands/variable.c:743
#, c-format
msgid "Conversion between %s and %s is not supported."
msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt."

#: commands/variable.c:750
#, c-format
msgid "Cannot change \"client_encoding\" now."
msgstr "»client_encoding« kann jetzt nicht geändert werden."

#: commands/variable.c:889
#, c-format
msgid "permission will be denied to set session authorization \"%s\""
msgstr "es wird keine Berechtigung gegeben werden, um Sitzungsautorisierung »%s« zu setzen"

#: commands/variable.c:894
#, c-format
msgid "permission denied to set session authorization \"%s\""
msgstr "keine Berechtigung, um Sitzungsautorisierung »%s« zu setzen"

#: commands/variable.c:1003
#, c-format
msgid "permission will be denied to set role \"%s\""
msgstr "Berechtigung fehlt, um Rolle »%s« zu setzen"

#: commands/variable.c:1008
#, c-format
msgid "permission denied to set role \"%s\""
msgstr "keine Berechtigung, um Rolle »%s« zu setzen"

#: commands/variable.c:1226
#, c-format
msgid "Bonjour is not supported by this build"
msgstr "Bonjour wird von dieser Installation nicht unterstützt"

#: commands/variable.c:1254
#, c-format
msgid "SSL is not supported by this build"
msgstr "SSL wird von dieser Installation nicht unterstützt"

#: commands/view.c:78
#, c-format
msgid "could not determine which collation to use for view column \"%s\""
msgstr "konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht bestimmen"

#: commands/view.c:274 commands/view.c:285
#, c-format
msgid "cannot drop columns from view"
msgstr "aus einer Sicht können keine Spalten gelöscht werden"

#: commands/view.c:290
#, c-format
msgid "cannot change name of view column \"%s\" to \"%s\""
msgstr "kann Namen der Sichtspalte »%s« nicht in »%s« ändern"

#: commands/view.c:293
#, c-format
msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead."
msgstr "Verwenden Sie stattdessen ALTER VIEW ... RENAME COLUMN ..., um den Namen einer Sichtspalte zu ändern."

#: commands/view.c:304
#, c-format
msgid "cannot change data type of view column \"%s\" from %s to %s"
msgstr "kann Datentyp der Sichtspalte »%s« nicht von %s in %s ändern"

#: commands/view.c:318
#, c-format
msgid "cannot change collation of view column \"%s\" from \"%s\" to \"%s\""
msgstr "kann Sortierfolge der Sichtspalte »%s« nicht von »%s« in »%s« ändern"

#: commands/view.c:387
#, c-format
msgid "views must not contain SELECT INTO"
msgstr "Sichten dürfen kein SELECT INTO enthalten"

#: commands/view.c:399
#, c-format
msgid "views must not contain data-modifying statements in WITH"
msgstr "Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten"

#: commands/view.c:469
#, c-format
msgid "CREATE VIEW specifies more column names than columns"
msgstr "CREATE VIEW gibt mehr Spaltennamen als Spalten an"

#: commands/view.c:477
#, c-format
msgid "views cannot be unlogged because they do not have storage"
msgstr "Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden"

#: commands/view.c:491
#, c-format
msgid "view \"%s\" will be a temporary view"
msgstr "Sicht »%s« wird eine temporäre Sicht"

#: executor/execCurrent.c:79
#, c-format
msgid "cursor \"%s\" is not a SELECT query"
msgstr "Cursor »%s« ist keine SELECT-Anfrage"

#: executor/execCurrent.c:85
#, c-format
msgid "cursor \"%s\" is held from a previous transaction"
msgstr "Cursor »%s« wurde aus einer vorherigen Transaktion beibehalten"

#: executor/execCurrent.c:118
#, c-format
msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
msgstr "Cursor »%s« hat mehrere FOR UPDATE/SHARE-Verweise auf Tabelle »%s«"

#: executor/execCurrent.c:127
#, c-format
msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
msgstr "Cursor »%s« hat keinen FOR UPDATE/SHARE-Verweis auf Tabelle »%s«"

#: executor/execCurrent.c:137 executor/execCurrent.c:182
#, c-format
msgid "cursor \"%s\" is not positioned on a row"
msgstr "Cursor »%s« ist nicht auf eine Zeile positioniert"

#: executor/execCurrent.c:169 executor/execCurrent.c:228
#: executor/execCurrent.c:239
#, c-format
msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
msgstr "Cursor »%s« ist kein einfach aktualisierbarer Scan der Tabelle »%s«"

#: executor/execCurrent.c:280 executor/execExprInterp.c:3101
#, c-format
msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
msgstr "Typ von Parameter %d (%s) stimmt nicht mit dem überein, als der Plan vorbereitet worden ist (%s)"

#: executor/execCurrent.c:292 executor/execExprInterp.c:3113
#, c-format
msgid "no value found for parameter %d"
msgstr "kein Wert für Parameter %d gefunden"

#: executor/execExpr.c:667 executor/execExpr.c:674 executor/execExpr.c:680
#: executor/execExprInterp.c:5510 executor/execExprInterp.c:5527
#: executor/execExprInterp.c:5626 executor/nodeModifyTable.c:211
#: executor/nodeModifyTable.c:230 executor/nodeModifyTable.c:247
#: executor/nodeModifyTable.c:257 executor/nodeModifyTable.c:267
#, c-format
msgid "table row type and query-specified row type do not match"
msgstr "Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen nicht überein"

#: executor/execExpr.c:668 executor/nodeModifyTable.c:212
#, c-format
msgid "Query has too many columns."
msgstr "Anfrage hat zu viele Spalten."

#: executor/execExpr.c:675 executor/nodeModifyTable.c:231
#, c-format
msgid "Query provides a value for a dropped column at ordinal position %d."
msgstr "Anfrage liefert einen Wert für eine gelöschte Spalte auf Position %d."

#: executor/execExpr.c:681 executor/execExprInterp.c:5528
#: executor/nodeModifyTable.c:258
#, c-format
msgid "Table has type %s at ordinal position %d, but query expects %s."
msgstr "Tabelle hat Typ %s auf Position %d, aber Anfrage erwartet %s."

#: executor/execExpr.c:1157 parser/parse_agg.c:896
#, c-format
msgid "window function calls cannot be nested"
msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden"

#: executor/execExpr.c:1689
#, c-format
msgid "target type is not an array"
msgstr "Zieltyp ist kein Array"

#: executor/execExpr.c:2033
#, c-format
msgid "ROW() column has type %s instead of type %s"
msgstr "ROW()-Spalte hat Typ %s statt Typ %s"

#: executor/execExpr.c:2729 executor/execSRF.c:718 parser/parse_func.c:138
#: parser/parse_func.c:655 parser/parse_func.c:1033
#, c-format
msgid "cannot pass more than %d argument to a function"
msgid_plural "cannot pass more than %d arguments to a function"
msgstr[0] "kann nicht mehr als %d Argument an eine Funktion übergeben"
msgstr[1] "kann nicht mehr als %d Argumente an eine Funktion übergeben"

#: executor/execExpr.c:2756 executor/execSRF.c:738 executor/functions.c:1604
#: utils/adt/jsonfuncs.c:4056 utils/fmgr/funcapi.c:89 utils/fmgr/funcapi.c:143
#, c-format
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"

#: executor/execExpr.c:3264 parser/parse_node.c:272 parser/parse_node.c:322
#, c-format
msgid "cannot subscript type %s because it does not support subscripting"
msgstr "kann aus Typ %s kein Element auswählen, weil er Subscripting nicht unterstützt"

#: executor/execExpr.c:3392 executor/execExpr.c:3414
#, c-format
msgid "type %s does not support subscripted assignment"
msgstr "Typ %s unterstützt Wertzuweisungen in Elemente nicht"

#: executor/execExprInterp.c:2423
#, c-format
msgid "attribute %d of type %s has been dropped"
msgstr "Attribut %d von Typ %s wurde gelöscht"

#: executor/execExprInterp.c:2429
#, c-format
msgid "attribute %d of type %s has wrong type"
msgstr "Attribut %d von Typ %s hat falschen Typ"

#: executor/execExprInterp.c:2431 executor/execExprInterp.c:3790
#: executor/execExprInterp.c:3836
#, c-format
msgid "Table has type %s, but query expects %s."
msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s."

#: executor/execExprInterp.c:2511 utils/adt/expandedrecord.c:99
#: utils/adt/expandedrecord.c:231 utils/cache/typcache.c:1841
#: utils/cache/typcache.c:2000 utils/cache/typcache.c:2147
#: utils/fmgr/funcapi.c:569
#, c-format
msgid "type %s is not composite"
msgstr "Typ %s ist kein zusammengesetzter Typ"

#: executor/execExprInterp.c:3274
#, c-format
msgid "WHERE CURRENT OF is not supported for this table type"
msgstr "WHERE CURRENT OF wird für diesen Tabellentyp nicht unterstützt"

#: executor/execExprInterp.c:3487
#, c-format
msgid "cannot merge incompatible arrays"
msgstr "kann inkompatible Arrays nicht verschmelzen"

#: executor/execExprInterp.c:3488
#, c-format
msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
msgstr "Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s verwendet werden."

#: executor/execExprInterp.c:3509 utils/adt/arrayfuncs.c:1305
#: utils/adt/arrayfuncs.c:3515 utils/adt/arrayfuncs.c:5611
#: utils/adt/arrayfuncs.c:6130 utils/adt/arraysubs.c:151
#: utils/adt/arraysubs.c:489
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)"

#: executor/execExprInterp.c:3529 executor/execExprInterp.c:3564
#, c-format
msgid "multidimensional arrays must have array expressions with matching dimensions"
msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben"

#: executor/execExprInterp.c:3541 utils/adt/array_expanded.c:274
#: utils/adt/arrayfuncs.c:335 utils/adt/arrayfuncs.c:494
#: utils/adt/arrayfuncs.c:727 utils/adt/arrayfuncs.c:1533
#: utils/adt/arrayfuncs.c:2341 utils/adt/arrayfuncs.c:2356
#: utils/adt/arrayfuncs.c:2618 utils/adt/arrayfuncs.c:2634
#: utils/adt/arrayfuncs.c:2895 utils/adt/arrayfuncs.c:2949
#: utils/adt/arrayfuncs.c:2964 utils/adt/arrayfuncs.c:3305
#: utils/adt/arrayfuncs.c:3545 utils/adt/arrayfuncs.c:5383
#: utils/adt/arrayfuncs.c:6222 utils/adt/arrayfuncs.c:6566
#: utils/adt/arrayutils.c:83 utils/adt/arrayutils.c:92
#: utils/adt/arrayutils.c:99
#, c-format
msgid "array size exceeds the maximum allowed (%d)"
msgstr "Arraygröße überschreitet erlaubtes Maximum (%d)"

#: executor/execExprInterp.c:3789 executor/execExprInterp.c:3835
#, c-format
msgid "attribute %d has wrong type"
msgstr "Attribut %d hat falschen Typ"

#: executor/execExprInterp.c:4484 utils/adt/domains.c:158
#, c-format
msgid "domain %s does not allow null values"
msgstr "Domäne %s erlaubt keine NULL-Werte"

#: executor/execExprInterp.c:4499 utils/adt/domains.c:196
#, c-format
msgid "value for domain %s violates check constraint \"%s\""
msgstr "Wert für Domäne %s verletzt Check-Constraint »%s«"

#: executor/execExprInterp.c:5074
#, c-format
msgid "no SQL/JSON item found for specified path of column \"%s\""
msgstr "kein SQL/JSON-Item für angegebenen Pfad von Spalte »%s« gefunden"

#: executor/execExprInterp.c:5079
#, c-format
msgid "no SQL/JSON item found for specified path"
msgstr "kein SQL/JSON-Item für angegebenen Pfad gefunden"

#. translator: first %s is a SQL/JSON clause (e.g. ON ERROR)
#: executor/execExprInterp.c:5279 executor/execExprInterp.c:5287
#, c-format
msgid "could not coerce %s expression (%s) to the RETURNING type"
msgstr "konnte %s-Ausdruck (%s) nicht in RETURNING-Typ umwandeln"

#: executor/execExprInterp.c:5511
#, c-format
msgid "Table row contains %d attribute, but query expects %d."
msgid_plural "Table row contains %d attributes, but query expects %d."
msgstr[0] "Tabellenzeile enthält %d Attribut, aber Anfrage erwartet %d."
msgstr[1] "Tabellenzeile enthält %d Attribute, aber Anfrage erwartet %d."

#: executor/execExprInterp.c:5627 executor/execSRF.c:977
#, c-format
msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
msgstr "Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf Position %d."

#: executor/execIndexing.c:609
#, c-format
msgid "ON CONFLICT does not support deferrable unique constraints/exclusion constraints as arbiters"
msgstr "ON CONFLICT unterstützt keine aufschiebbaren Unique-Constraints/Exclusion-Constraints als Arbiter"

#: executor/execIndexing.c:919
#, c-format
msgid "could not create exclusion constraint \"%s\""
msgstr "konnte Exclusion-Constraint »%s« nicht erzeugen"

#: executor/execIndexing.c:922
#, c-format
msgid "Key %s conflicts with key %s."
msgstr "Schlüssel %s kollidiert mit Schlüssel %s."

#: executor/execIndexing.c:924
#, c-format
msgid "Key conflicts exist."
msgstr "Es bestehen Schlüsselkonflikte."

#: executor/execIndexing.c:930
#, c-format
msgid "conflicting key value violates exclusion constraint \"%s\""
msgstr "kollidierender Schlüsselwert verletzt Exclusion-Constraint »%s«"

#: executor/execIndexing.c:933
#, c-format
msgid "Key %s conflicts with existing key %s."
msgstr "Schlüssel %s kollidiert mit vorhandenem Schlüssel %s."

#: executor/execIndexing.c:935
#, c-format
msgid "Key conflicts with existing key."
msgstr "Der Schlüssel kollidiert mit einem vorhandenen Schlüssel."

#: executor/execIndexing.c:1180
#, c-format
msgid "empty WITHOUT OVERLAPS value found in column \"%s\" in relation \"%s\""
msgstr "leerer WITHOUT-OVERLAPS-Wert gefunden in Spalte »%s« in Relation »%s«"

#: executor/execMain.c:1089
#, c-format
msgid "cannot change sequence \"%s\""
msgstr "kann Sequenz »%s« nicht ändern"

#: executor/execMain.c:1095
#, c-format
msgid "cannot change TOAST relation \"%s\""
msgstr "kann TOAST-Relation »%s« nicht ändern"

#: executor/execMain.c:1114
#, c-format
msgid "cannot change materialized view \"%s\""
msgstr "kann materialisierte Sicht »%s« nicht ändern"

#: executor/execMain.c:1126
#, c-format
msgid "cannot insert into foreign table \"%s\""
msgstr "kann nicht in Fremdtabelle »%s« einfügen"

#: executor/execMain.c:1132
#, c-format
msgid "foreign table \"%s\" does not allow inserts"
msgstr "Fremdtabelle »%s« erlaubt kein Einfügen"

#: executor/execMain.c:1139
#, c-format
msgid "cannot update foreign table \"%s\""
msgstr "kann Fremdtabelle »%s« nicht aktualisieren"

#: executor/execMain.c:1145
#, c-format
msgid "foreign table \"%s\" does not allow updates"
msgstr "Fremdtabelle »%s« erlaubt kein Aktualisieren"

#: executor/execMain.c:1152
#, c-format
msgid "cannot delete from foreign table \"%s\""
msgstr "kann nicht aus Fremdtabelle »%s« löschen"

#: executor/execMain.c:1158
#, c-format
msgid "foreign table \"%s\" does not allow deletes"
msgstr "Fremdtabelle »%s« erlaubt kein Löschen"

#: executor/execMain.c:1169
#, c-format
msgid "cannot change relation \"%s\""
msgstr "kann Relation »%s« nicht ändern"

#: executor/execMain.c:1196
#, c-format
msgid "cannot lock rows in sequence \"%s\""
msgstr "kann Zeilen in Sequenz »%s« nicht sperren"

#: executor/execMain.c:1203
#, c-format
msgid "cannot lock rows in TOAST relation \"%s\""
msgstr "kann Zeilen in TOAST-Relation »%s« nicht sperren"

#: executor/execMain.c:1210
#, c-format
msgid "cannot lock rows in view \"%s\""
msgstr "kann Zeilen in Sicht »%s« nicht sperren"

#: executor/execMain.c:1218
#, c-format
msgid "cannot lock rows in materialized view \"%s\""
msgstr "kann Zeilen in materialisierter Sicht »%s« nicht sperren"

#: executor/execMain.c:1227 executor/execMain.c:2869
#: executor/nodeLockRows.c:135
#, c-format
msgid "cannot lock rows in foreign table \"%s\""
msgstr "kann Zeilen in Fremdtabelle »%s« nicht sperren"

#: executor/execMain.c:1233
#, c-format
msgid "cannot lock rows in relation \"%s\""
msgstr "kann Zeilen in Relation »%s« nicht sperren"

#: executor/execMain.c:1966
#, c-format
msgid "new row for relation \"%s\" violates partition constraint"
msgstr "neue Zeile für Relation »%s« verletzt Partitions-Constraint"

#: executor/execMain.c:1968 executor/execMain.c:2080 executor/execMain.c:2218
#: executor/execMain.c:2326
#, c-format
msgid "Failing row contains %s."
msgstr "Fehlgeschlagene Zeile enthält %s."

#: executor/execMain.c:2078
#, c-format
msgid "new row for relation \"%s\" violates check constraint \"%s\""
msgstr "neue Zeile für Relation »%s« verletzt Check-Constraint »%s«"

#: executor/execMain.c:2215
#, c-format
msgid "null value in column \"%s\" of relation \"%s\" violates not-null constraint"
msgstr "NULL-Wert in Spalte »%s« von Relation »%s« verletzt Not-Null-Constraint"

#: executor/execMain.c:2324
#, c-format
msgid "new row violates check option for view \"%s\""
msgstr "neue Zeile verletzt Check-Option für Sicht »%s«"

#: executor/execMain.c:2334
#, c-format
msgid "new row violates row-level security policy \"%s\" for table \"%s\""
msgstr "neue Zeile verletzt Policy für Sicherheit auf Zeilenebene »%s« für Tabelle »%s«"

#: executor/execMain.c:2339
#, c-format
msgid "new row violates row-level security policy for table \"%s\""
msgstr "neue Zeile verletzt Policy für Sicherheit auf Zeilenebene für Tabelle »%s«"

#: executor/execMain.c:2347
#, c-format
msgid "target row violates row-level security policy \"%s\" (USING expression) for table \"%s\""
msgstr "Zielzeile verletzt Policy für Sicherheit auf Zeilenebene »%s« (USING-Ausdruck) für Tabelle »%s«"

#: executor/execMain.c:2352
#, c-format
msgid "target row violates row-level security policy (USING expression) for table \"%s\""
msgstr "Zielzeile verletzt Policy für Sicherheit auf Zeilenebene (USING-Ausdruck) für Tabelle »%s«"

#: executor/execMain.c:2359
#, c-format
msgid "new row violates row-level security policy \"%s\" (USING expression) for table \"%s\""
msgstr "neue Zeile verletzt Policy für Sicherheit auf Zeilenebene »%s« (USING-Ausdruck) für Tabelle »%s«"

#: executor/execMain.c:2364
#, c-format
msgid "new row violates row-level security policy (USING expression) for table \"%s\""
msgstr "neue Zeile verletzt Policy für Sicherheit auf Zeilenebene (USING-Ausdruck) für Tabelle »%s«"

#: executor/execPartition.c:330
#, c-format
msgid "no partition of relation \"%s\" found for row"
msgstr "keine Partition von Relation »%s« für die Zeile gefunden"

#: executor/execPartition.c:333
#, c-format
msgid "Partition key of the failing row contains %s."
msgstr "Partitionierungsschlüssel der fehlgeschlagenen Zeile enthält %s."

#: executor/execReplication.c:147
#, c-format
msgid "tuple to be locked was already moved to another partition due to concurrent update, retrying"
msgstr "das zu sperrende Tupel wurde schon durch ein gleichzeitiges Update in eine andere Partition verschoben, versuche erneut"

#: executor/execReplication.c:151
#, c-format
msgid "concurrent update, retrying"
msgstr "gleichzeitige Aktualisierung, versuche erneut"

#: executor/execReplication.c:158
#, c-format
msgid "concurrent delete, retrying"
msgstr "gleichzeitiges Löschen, versuche erneut"

#: executor/execReplication.c:809 executor/execReplication.c:815
#: executor/execReplication.c:821
#, c-format
msgid "cannot update table \"%s\""
msgstr "kann Tabelle »%s« nicht aktualisieren"

#: executor/execReplication.c:811 executor/execReplication.c:829
#, c-format
msgid "Column used in the publication WHERE expression is not part of the replica identity."
msgstr "Im WHERE-Ausdruck der Publikation verwendete Spalte ist nicht Teil der Replika-Identität."

#: executor/execReplication.c:817 executor/execReplication.c:835
--> --------------------

--> maximum size reached

--> --------------------

[Verzeichnis aufwärts0.762unsichere VerbindungÜbersetzung europäischer Sprachen durch Browser2026-08-09]