msgstr ""
"Project-Id-Version: PostgreSQL 9.3\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-02-17 03:47+0000\n"
-"PO-Revision-Date: 2014-02-17 14:30-0500\n"
+"POT-Creation-Date: 2014-08-23 03:42+0000\n"
+"PO-Revision-Date: 2014-08-23 00:35-0400\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"Language: de\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
-#: ../../common/fe_memutils.c:83 command.c:1130 input.c:204 mainloop.c:72
-#: mainloop.c:234 tab-complete.c:3827
-#, c-format
-msgid "out of memory\n"
-msgstr "Speicher aufgebraucht\n"
-
-#: ../../common/fe_memutils.c:77
-#, c-format
-msgid "cannot duplicate null pointer (internal error)\n"
-msgstr "kann NULL-Zeiger nicht kopieren (interner Fehler)\n"
-
-#: ../../port/exec.c:127 ../../port/exec.c:241 ../../port/exec.c:284
+#: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
#, c-format
msgid "could not identify current directory: %s"
msgstr "konnte aktuelles Verzeichnis nicht ermitteln: %s"
-#: ../../port/exec.c:146
+#: ../../common/exec.c:146
#, c-format
msgid "invalid binary \"%s\""
msgstr "ungültige Programmdatei „%s“"
-#: ../../port/exec.c:195
+#: ../../common/exec.c:195
#, c-format
msgid "could not read binary \"%s\""
msgstr "konnte Programmdatei „%s“ nicht lesen"
-#: ../../port/exec.c:202
+#: ../../common/exec.c:202
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "konnte kein „%s“ zum Ausführen finden"
-#: ../../port/exec.c:257 ../../port/exec.c:293
+#: ../../common/exec.c:257 ../../common/exec.c:293
#, c-format
msgid "could not change directory to \"%s\": %s"
msgstr "konnte nicht in Verzeichnis „%s“ wechseln: %s"
-#: ../../port/exec.c:272
+#: ../../common/exec.c:272
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "konnte symbolische Verknüpfung „%s“ nicht lesen"
-#: ../../port/exec.c:523
+#: ../../common/exec.c:523
#, c-format
msgid "pclose failed: %s"
msgstr "pclose fehlgeschlagen: %s"
-#: ../../port/wait_error.c:47
+#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
+#: ../../common/fe_memutils.c:83 command.c:1143 input.c:204 mainloop.c:72
+#: mainloop.c:234 tab-complete.c:3952
+#, c-format
+msgid "out of memory\n"
+msgstr "Speicher aufgebraucht\n"
+
+#: ../../common/fe_memutils.c:77
+#, c-format
+msgid "cannot duplicate null pointer (internal error)\n"
+msgstr "kann NULL-Zeiger nicht kopieren (interner Fehler)\n"
+
+#: ../../common/username.c:45
+#, c-format
+msgid "could not look up effective user ID %ld: %s"
+msgstr "konnte effektive Benutzer-ID %ld nicht nachschlagen: %s"
+
+#: ../../common/username.c:47 command.c:275
+msgid "user does not exist"
+msgstr "Benutzer existiert nicht"
+
+#: ../../common/username.c:61
+#, c-format
+msgid "user name lookup failure: %s"
+msgstr "Fehler beim Nachschlagen des Benutzernamens: %s"
+
+#: ../../common/wait_error.c:47
#, c-format
msgid "command not executable"
msgstr "Befehl ist nicht ausführbar"
-#: ../../port/wait_error.c:51
+#: ../../common/wait_error.c:51
#, c-format
msgid "command not found"
msgstr "Befehl nicht gefunden"
-#: ../../port/wait_error.c:56
+#: ../../common/wait_error.c:56
#, c-format
msgid "child process exited with exit code %d"
msgstr "Kindprozess hat mit Code %d beendet"
-#: ../../port/wait_error.c:63
+#: ../../common/wait_error.c:63
#, c-format
msgid "child process was terminated by exception 0x%X"
msgstr "Kindprozess wurde durch Ausnahme 0x%X beendet"
-#: ../../port/wait_error.c:73
+#: ../../common/wait_error.c:73
#, c-format
msgid "child process was terminated by signal %s"
msgstr "Kindprozess wurde von Signal %s beendet"
-#: ../../port/wait_error.c:77
+#: ../../common/wait_error.c:77
#, c-format
msgid "child process was terminated by signal %d"
msgstr "Kindprozess wurde von Signal %d beendet"
-#: ../../port/wait_error.c:82
+#: ../../common/wait_error.c:82
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "Kindprozess hat mit unbekanntem Status %d beendet"
-#: command.c:115
+#: command.c:116
#, c-format
msgid "Invalid command \\%s. Try \\? for help.\n"
msgstr "Ungültige Anweisung \\%s. Versuchen Sie \\? für Hilfe.\n"
-#: command.c:117
+#: command.c:118
#, c-format
msgid "invalid command \\%s\n"
msgstr "ungültige Anweisung \\%s\n"
-#: command.c:128
+#: command.c:129
#, c-format
msgid "\\%s: extra argument \"%s\" ignored\n"
msgstr "\\%s: überflüssiges Argument „%s“ ignoriert\n"
-#: command.c:270
-#, c-format
-msgid "could not get home directory: %s\n"
+#: command.c:273
+#, fuzzy, c-format
+#| msgid "could not get home directory: %s\n"
+msgid "could not get home directory for user id %ld: %s\n"
msgstr "konnte Home-Verzeichnis nicht ermitteln: %s\n"
-#: command.c:286
+#: command.c:291
#, c-format
msgid "\\%s: could not change directory to \"%s\": %s\n"
msgstr "\\%s: konnte nicht in das Verzeichnis „%s“ wechseln: %s\n"
-#: command.c:307 common.c:446 common.c:851
+#: command.c:307 common.c:446 common.c:886
#, c-format
msgid "You are currently not connected to a database.\n"
msgstr "Sie sind gegenwärtig nicht mit einer Datenbank verbunden.\n"
msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
msgstr "Sie sind verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf Host „%s“ auf Port „%s“.\n"
-#: command.c:516 command.c:586 command.c:1382
+#: command.c:516 command.c:586 command.c:1394
#, c-format
msgid "no query buffer\n"
msgstr "kein Anfragepuffer\n"
-#: command.c:549 command.c:2826
+#: command.c:549 command.c:2906
#, c-format
msgid "invalid line number: %s\n"
msgstr "ungültige Zeilennummer: %s\n"
msgid "%s: invalid encoding name or conversion procedure not found\n"
msgstr "%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden\n"
-#: command.c:810 command.c:860 command.c:874 command.c:891 command.c:998
-#: command.c:1048 command.c:1158 command.c:1362 command.c:1393
+#: command.c:811 command.c:861 command.c:875 command.c:892 command.c:999
+#: command.c:1171 command.c:1374 command.c:1405
#, c-format
msgid "\\%s: missing required argument\n"
msgstr "\\%s: notwendiges Argument fehlt\n"
-#: command.c:923
+#: command.c:924
msgid "Query buffer is empty."
msgstr "Anfragepuffer ist leer."
-#: command.c:933
+#: command.c:934
msgid "Enter new password: "
msgstr "Neues Passwort eingeben: "
-#: command.c:934
+#: command.c:935
msgid "Enter it again: "
msgstr "Geben Sie es noch einmal ein: "
-#: command.c:938
+#: command.c:939
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Passwörter stimmten nicht überein.\n"
-#: command.c:956
+#: command.c:957
#, c-format
msgid "Password encryption failed.\n"
msgstr "Passwortverschlüsselung ist fehlgeschlagen.\n"
-#: command.c:1027 command.c:1139 command.c:1367
+#: command.c:1028 command.c:1152 command.c:1379
#, c-format
msgid "\\%s: error while setting variable\n"
msgstr "\\%s: Fehler beim Setzen der Variable\n"
-#: command.c:1068
+#: command.c:1082
msgid "Query buffer reset (cleared)."
msgstr "Anfragepuffer wurde gelöscht."
-#: command.c:1092
+#: command.c:1106
#, c-format
-msgid "Wrote history to file \"%s/%s\".\n"
-msgstr "Befehlsgeschichte in Datei „%s/%s“ geschrieben.\n"
+msgid "Wrote history to file \"%s\".\n"
+msgstr "Befehlsgeschichte in Datei „%s“ geschrieben.\n"
-#: command.c:1163
+#: command.c:1176
#, c-format
msgid "\\%s: environment variable name must not contain \"=\"\n"
msgstr "\\%s: Name der Umgebungsvariable darf kein „=“ enthalten\n"
-#: command.c:1206
+#: command.c:1218
#, c-format
msgid "The server (version %d.%d) does not support showing function source.\n"
msgstr "Der Server (Version %d.%d) unterstützt das Anzeigen des Funktionsquelltextes nicht.\n"
-#: command.c:1212
+#: command.c:1224
#, c-format
msgid "function name is required\n"
msgstr "Funktionsname wird benötigt\n"
-#: command.c:1347
+#: command.c:1359
msgid "Timing is on."
msgstr "Zeitmessung ist an."
-#: command.c:1349
+#: command.c:1361
msgid "Timing is off."
msgstr "Zeitmessung ist aus."
-#: command.c:1410 command.c:1430 command.c:2027 command.c:2034 command.c:2043
-#: command.c:2053 command.c:2062 command.c:2076 command.c:2093 command.c:2152
-#: common.c:74 copy.c:342 copy.c:395 copy.c:410 psqlscan.l:1677
-#: psqlscan.l:1688 psqlscan.l:1698
+#: command.c:1422 command.c:1442 command.c:2030 command.c:2033 command.c:2036
+#: command.c:2042 command.c:2044 command.c:2052 command.c:2062 command.c:2071
+#: command.c:2085 command.c:2102 command.c:2161 common.c:74 copy.c:333
+#: copy.c:393 copy.c:408 psqlscan.l:1677 psqlscan.l:1688 psqlscan.l:1698
#, c-format
msgid "%s: %s\n"
msgstr "%s: %s\n"
-#: command.c:1509
+#: command.c:1521
#, c-format
msgid "+ opt(%d) = |%s|\n"
msgstr "+ opt(%d) = |%s|\n"
-#: command.c:1535 startup.c:185
+#: command.c:1547 startup.c:184
msgid "Password: "
msgstr "Passwort: "
-#: command.c:1542 startup.c:188 startup.c:190
+#: command.c:1552 startup.c:186
#, c-format
msgid "Password for user %s: "
msgstr "Passwort für Benutzer %s: "
-#: command.c:1587
+#: command.c:1597
#, c-format
msgid "All connection parameters must be supplied because no database connection exists\n"
msgstr "Alle Verbindungsparameter müssen angegeben werden, weil keine Datenbankverbindung besteht\n"
-#: command.c:1673 command.c:2860 common.c:120 common.c:413 common.c:478
-#: common.c:894 common.c:919 common.c:1016 copy.c:493 copy.c:690
+#: command.c:1683 command.c:2940 common.c:120 common.c:413 common.c:478
+#: common.c:929 common.c:954 common.c:1051 copy.c:492 copy.c:695
#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949
#, c-format
msgid "%s"
msgstr "%s"
-#: command.c:1677
+#: command.c:1687
#, c-format
msgid "Previous connection kept\n"
msgstr "Vorherige Verbindung wurde behalten\n"
-#: command.c:1681
+#: command.c:1691
#, c-format
msgid "\\connect: %s"
msgstr "\\connect: %s"
-#: command.c:1714
+#: command.c:1724
#, c-format
msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n"
msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ via Socket in „%s“ auf Port „%s“.\n"
-#: command.c:1717
+#: command.c:1727
#, c-format
msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf Host „%s“ auf Port „%s“.\n"
-#: command.c:1721
+#: command.c:1731
#, c-format
msgid "You are now connected to database \"%s\" as user \"%s\".\n"
msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“.\n"
-#: command.c:1755
+#: command.c:1765
#, c-format
msgid "%s (%s, server %s)\n"
msgstr "%s (%s, Server %s)\n"
-#: command.c:1763
+#: command.c:1773
#, c-format
msgid ""
"WARNING: %s major version %d.%d, server major version %d.%d.\n"
"WARNUNG: %s-Hauptversion %d.%d, Server-Hauptversion %d.%d.\n"
" Einige Features von psql werden eventuell nicht funktionieren.\n"
-#: command.c:1793
-#, c-format
-msgid "SSL connection (cipher: %s, bits: %d)\n"
+#: command.c:1803
+#, fuzzy, c-format
+#| msgid "SSL connection (cipher: %s, bits: %d)\n"
+msgid "SSL connection (protocol: %s, cipher: %s, bits: %d, compression: %s)\n"
msgstr "SSL-Verbindung (Verschlüsselungsmethode: %s, Bits: %d)\n"
-#: command.c:1803
+#: command.c:1805 help.c:46
+msgid "off"
+msgstr "aus"
+
+#: command.c:1805 help.c:46
+msgid "on"
+msgstr "an"
+
+#: command.c:1814
#, c-format
msgid "SSL connection (unknown cipher)\n"
msgstr "SSL-Verbindung (unbekannte Verschlüsselungsmethode)\n"
-#: command.c:1824
+#: command.c:1835
#, c-format
msgid ""
"WARNING: Console code page (%u) differs from Windows code page (%u)\n"
" richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter\n"
" „Notes for Windows users“.\n"
-#: command.c:1908
+#: command.c:1919
#, c-format
msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n"
msgstr "Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine Zeilennummer angeben zu können\n"
-#: command.c:1945
+#: command.c:1948
#, c-format
msgid "could not start editor \"%s\"\n"
msgstr "konnte Editor „%s“ nicht starten\n"
-#: command.c:1947
+#: command.c:1950
#, c-format
msgid "could not start /bin/sh\n"
msgstr "konnte /bin/sh nicht starten\n"
-#: command.c:1985
+#: command.c:1988
#, c-format
msgid "could not locate temporary directory: %s\n"
msgstr "konnte temporäres Verzeichnis nicht finden: %s\n"
-#: command.c:2012
+#: command.c:2015
#, c-format
msgid "could not open temporary file \"%s\": %s\n"
msgstr "konnte temporäre Datei „%s“ nicht öffnen: %s\n"
-#: command.c:2274
+#: command.c:2283
#, c-format
msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n"
msgstr "\\pset: zulässige Formate sind unaligned, aligned, wrapped, html, latex, troff-ms\n"
-#: command.c:2279
-#, c-format
-msgid "Output format is %s.\n"
-msgstr "Ausgabeformat ist „%s“.\n"
-
-#: command.c:2295
+#: command.c:2302
#, c-format
msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n"
msgstr "\\pset: zulässige Linienstile sind ascii, old-ascii, unicode\n"
-#: command.c:2300
+#: command.c:2444 command.c:2606
#, c-format
-msgid "Line style is %s.\n"
-msgstr "Linienstil ist %s.\n"
+msgid "\\pset: unknown option: %s\n"
+msgstr "\\pset: unbekannte Option: %s\n"
-#: command.c:2311
-#, c-format
-msgid "Border style is %d.\n"
+#: command.c:2464
+#, fuzzy, c-format
+#| msgid "Border style is %d.\n"
+msgid "Border style (%s) unset.\n"
msgstr "Rahmenstil ist %d.\n"
-#: command.c:2326
-#, c-format
-msgid "Expanded display is on.\n"
-msgstr "Erweiterte Anzeige ist an.\n"
+#: command.c:2466
+#, fuzzy, c-format
+#| msgid "Border style is %d.\n"
+msgid "Border style (%s) is %d.\n"
+msgstr "Rahmenstil ist %d.\n"
-#: command.c:2328
-#, c-format
-msgid "Expanded display is used automatically.\n"
-msgstr "Erweiterte Anzeige wird automatisch verwendet.\n"
+#: command.c:2474
+#, fuzzy, c-format
+#| msgid "Target width is %d.\n"
+msgid "Target width (%s) unset.\n"
+msgstr "Zielbreite ist %d.\n"
-#: command.c:2330
-#, c-format
-msgid "Expanded display is off.\n"
-msgstr "Erweiterte Anzeige ist aus.\n"
+#: command.c:2476
+#, fuzzy, c-format
+#| msgid "Target width is %d.\n"
+msgid "Target width (%s) is %d.\n"
+msgstr "Zielbreite ist %d.\n"
-#: command.c:2344
-msgid "Showing locale-adjusted numeric output."
-msgstr "Zeige numerische Daten in lokalisiertem Format."
+#: command.c:2484
+#, fuzzy, c-format
+#| msgid "Expanded display is on.\n"
+msgid "Expanded display (%s) is on.\n"
+msgstr "Erweiterte Anzeige ist an.\n"
-#: command.c:2346
-msgid "Locale-adjusted numeric output is off."
-msgstr "Lokalisiertes Format für numerische Daten ist aus."
+#: command.c:2486
+#, fuzzy, c-format
+#| msgid "Expanded display is used automatically.\n"
+msgid "Expanded display (%s) is used automatically.\n"
+msgstr "Erweiterte Anzeige wird automatisch verwendet.\n"
-#: command.c:2359
-#, c-format
-msgid "Null display is \"%s\".\n"
-msgstr "Null-Anzeige ist „%s“.\n"
+#: command.c:2488
+#, fuzzy, c-format
+#| msgid "Expanded display is off.\n"
+msgid "Expanded display (%s) is off.\n"
+msgstr "Erweiterte Anzeige ist aus.\n"
-#: command.c:2374 command.c:2386
-#, c-format
-msgid "Field separator is zero byte.\n"
+#: command.c:2495 command.c:2503
+#, fuzzy, c-format
+#| msgid "Field separator is zero byte.\n"
+msgid "Field separator (%s) is zero byte.\n"
msgstr "Feldtrennzeichen ist ein Null-Byte.\n"
-#: command.c:2376
-#, c-format
-msgid "Field separator is \"%s\".\n"
+#: command.c:2497
+#, fuzzy, c-format
+#| msgid "Field separator is \"%s\".\n"
+msgid "Field separator (%s) is \"%s\".\n"
msgstr "Feldtrennzeichen ist „%s“.\n"
-#: command.c:2401 command.c:2415
-#, c-format
-msgid "Record separator is zero byte.\n"
-msgstr "Satztrennzeichen ist ein Null-Byte.\n"
-
-#: command.c:2403
-#, c-format
-msgid "Record separator is <newline>."
-msgstr "Satztrennzeichen ist <newline>."
+#: command.c:2510
+#, fuzzy, c-format
+#| msgid "Default footer is on."
+msgid "Default footer (%s) is on.\n"
+msgstr "Standardfußzeile ist an."
-#: command.c:2405
-#, c-format
-msgid "Record separator is \"%s\".\n"
-msgstr "Satztrennzeichen ist „%s“.\n"
+#: command.c:2512
+#, fuzzy, c-format
+#| msgid "Default footer is off."
+msgid "Default footer (%s) is off.\n"
+msgstr "Standardfußzeile ist aus."
-#: command.c:2428
-msgid "Showing only tuples."
-msgstr "Zeige nur Datenzeilen."
+#: command.c:2519
+#, fuzzy, c-format
+#| msgid "Output format is %s.\n"
+msgid "Output format (%s) is aligned.\n"
+msgstr "Ausgabeformat ist „%s“.\n"
-#: command.c:2430
-msgid "Tuples only is off."
-msgstr "Nur Datenzeilen ist aus."
+#: command.c:2521
+#, fuzzy, c-format
+#| msgid "Output format is %s.\n"
+msgid "Output format (%s) is %s.\n"
+msgstr "Ausgabeformat ist „%s“.\n"
-#: command.c:2446
-#, c-format
-msgid "Title is \"%s\".\n"
-msgstr "Titel ist „%s“.\n"
+#: command.c:2528
+#, fuzzy, c-format
+#| msgid "Line style is %s.\n"
+msgid "Line style (%s) is %s.\n"
+msgstr "Linienstil ist %s.\n"
-#: command.c:2448
-#, c-format
-msgid "Title is unset.\n"
-msgstr "Titel ist nicht gesetzt.\n"
+#: command.c:2535
+#, fuzzy, c-format
+#| msgid "Null display is \"%s\".\n"
+msgid "Null display (%s) is \"%s\".\n"
+msgstr "Null-Anzeige ist „%s“.\n"
-#: command.c:2464
-#, c-format
-msgid "Table attribute is \"%s\".\n"
-msgstr "Tabellenattribut ist „%s“.\n"
+#: command.c:2543
+#, fuzzy, c-format
+#| msgid "Locale-adjusted numeric output is off."
+msgid "Locale-adjusted numeric output (%s) is on.\n"
+msgstr "Lokalisiertes Format für numerische Daten ist aus."
-#: command.c:2466
-#, c-format
-msgid "Table attributes unset.\n"
-msgstr "Tabellenattribute sind nicht gesetzt.\n"
+#: command.c:2545
+#, fuzzy, c-format
+#| msgid "Locale-adjusted numeric output is off."
+msgid "Locale-adjusted numeric output (%s) is off.\n"
+msgstr "Lokalisiertes Format für numerische Daten ist aus."
-#: command.c:2487
-msgid "Pager is used for long output."
+#: command.c:2552
+#, fuzzy, c-format
+#| msgid "Pager is used for long output."
+msgid "Pager (%s) is used for long output.\n"
msgstr "Pager wird für lange Ausgaben verwendet."
-#: command.c:2489
-msgid "Pager is always used."
+#: command.c:2554
+#, fuzzy, c-format
+#| msgid "Pager is always used."
+msgid "Pager (%s) is always used.\n"
msgstr "Pager wird immer verwendet."
-#: command.c:2491
-msgid "Pager usage is off."
+#: command.c:2556
+#, fuzzy, c-format
+#| msgid "Pager usage is off."
+msgid "Pager usage (%s) is off.\n"
msgstr "Pager-Verwendung ist aus."
-#: command.c:2505
-msgid "Default footer is on."
-msgstr "Standardfußzeile ist an."
+#: command.c:2563 command.c:2573
+#, fuzzy, c-format
+#| msgid "Record separator is zero byte.\n"
+msgid "Record separator (%s) is zero byte.\n"
+msgstr "Satztrennzeichen ist ein Null-Byte.\n"
-#: command.c:2507
-msgid "Default footer is off."
-msgstr "Standardfußzeile ist aus."
+#: command.c:2565
+#, fuzzy, c-format
+#| msgid "Record separator is <newline>."
+msgid "Record separator (%s) is <newline>.\n"
+msgstr "Satztrennzeichen ist <newline>."
-#: command.c:2518
-#, c-format
-msgid "Target width is %d.\n"
-msgstr "Zielbreite ist %d.\n"
+#: command.c:2567
+#, fuzzy, c-format
+#| msgid "Record separator is \"%s\".\n"
+msgid "Record separator (%s) is \"%s\".\n"
+msgstr "Satztrennzeichen ist „%s“.\n"
-#: command.c:2523
-#, c-format
-msgid "\\pset: unknown option: %s\n"
-msgstr "\\pset: unbekannte Option: %s\n"
+#: command.c:2580
+#, fuzzy, c-format
+#| msgid "Table attribute is \"%s\".\n"
+msgid "Table attributes (%s) are \"%s\".\n"
+msgstr "Tabellenattribut ist „%s“.\n"
+
+#: command.c:2583
+#, fuzzy, c-format
+#| msgid "Table attributes unset.\n"
+msgid "Table attributes (%s) unset.\n"
+msgstr "Tabellenattribute sind nicht gesetzt.\n"
+
+#: command.c:2590
+#, fuzzy, c-format
+#| msgid "Title is \"%s\".\n"
+msgid "Title (%s) is \"%s\".\n"
+msgstr "Titel ist „%s“.\n"
+
+#: command.c:2592
+#, fuzzy, c-format
+#| msgid "Title is unset.\n"
+msgid "Title (%s) unset.\n"
+msgstr "Titel ist nicht gesetzt.\n"
+
+#: command.c:2599
+#, fuzzy, c-format
+#| msgid "Tuples only is off."
+msgid "Tuples only (%s) is on.\n"
+msgstr "Nur Datenzeilen ist aus."
+
+#: command.c:2601
+#, fuzzy, c-format
+#| msgid "Tuples only is off."
+msgid "Tuples only (%s) is off.\n"
+msgstr "Nur Datenzeilen ist aus."
-#: command.c:2577
+#: command.c:2657
#, c-format
msgid "\\!: failed\n"
msgstr "\\!: fehlgeschlagen\n"
-#: command.c:2597 command.c:2656
+#: command.c:2677 command.c:2736
#, c-format
msgid "\\watch cannot be used with an empty query\n"
msgstr "\\watch kann nicht mit einer leeren Anfrage verwendet werden\n"
-#: command.c:2619
+#: command.c:2699
#, c-format
msgid "Watch every %lds\t%s"
msgstr "\\watch alle %lds\t%s"
-#: command.c:2663
+#: command.c:2743
#, c-format
msgid "\\watch cannot be used with COPY\n"
msgstr "\\watch kann nicht mit COPY verwendet werden\n"
-#: command.c:2669
+#: command.c:2749
#, c-format
msgid "unexpected result status for \\watch\n"
msgstr "unerwarteter Ergebnisstatus für \\watch\n"
msgid "Succeeded.\n"
msgstr "Erfolgreich.\n"
-#: common.c:403 common.c:683 common.c:816
+#: common.c:403 common.c:683 common.c:851
#, c-format
msgid "unexpected PQresultStatus: %d\n"
msgstr "unerwarteter PQresultStatus: %d\n"
-#: common.c:452 common.c:459 common.c:877
+#: common.c:452 common.c:459 common.c:912
#, c-format
msgid ""
"********* QUERY **********\n"
msgid "more than one row returned for \\gset\n"
msgstr "mehr als eine Zeile für \\gset zurückgegeben\n"
-#: common.c:611
+#: common.c:609
#, c-format
msgid "could not set variable \"%s\"\n"
msgstr "konnte Variable „%s“ nicht setzen\n"
-#: common.c:859
+#: common.c:894
#, c-format
msgid ""
"***(Single step mode: verify command)*******************************************\n"
"%s\n"
"***(Drücken Sie die Eingabetaste um fortzufahren oder „x“ um abzubrechen)*******\n"
-#: common.c:910
+#: common.c:945
#, c-format
msgid "The server (version %d.%d) does not support savepoints for ON_ERROR_ROLLBACK.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Sicherungspunkte für ON_ERROR_ROLLBACK.\n"
-#: common.c:1004
+#: common.c:1039
#, c-format
msgid "unexpected transaction status (%d)\n"
msgstr "unerwarteter Transaktionsstatus (%d)\n"
-#: common.c:1032
+#: common.c:1067
#, c-format
msgid "Time: %.3f ms\n"
msgstr "Zeit: %.3f ms\n"
-#: copy.c:100
+#: copy.c:98
#, c-format
msgid "\\copy: arguments required\n"
msgstr "\\copy: benötigt Argumente\n"
-#: copy.c:255
+#: copy.c:253
#, c-format
msgid "\\copy: parse error at \"%s\"\n"
msgstr "\\copy: Parse-Fehler bei „%s“\n"
-#: copy.c:257
+#: copy.c:255
#, c-format
msgid "\\copy: parse error at end of line\n"
msgstr "\\copy: Parse-Fehler am Zeilenende\n"
-#: copy.c:339
+#: copy.c:330
#, c-format
msgid "could not execute command \"%s\": %s\n"
msgstr "konnte Befehl „%s“ nicht ausführen: %s\n"
-#: copy.c:355
+#: copy.c:346
+#, fuzzy, c-format
+#| msgid "could not close data file: %s\n"
+msgid "could not stat file: %s\n"
+msgstr "konnte Datendatei nicht schließen: %s\n"
+
+#: copy.c:350
#, c-format
msgid "%s: cannot copy from/to a directory\n"
msgstr "%s: ein Verzeichnis kann nicht kopiert werden\n"
-#: copy.c:389
+#: copy.c:387
#, c-format
msgid "could not close pipe to external command: %s\n"
msgstr "konnte Pipe zu externem Befehl nicht schließen: %s\n"
-#: copy.c:456 copy.c:467
+#: copy.c:455 copy.c:466
#, c-format
msgid "could not write COPY data: %s\n"
msgstr "konnte COPY-Daten nicht schreiben: %s\n"
-#: copy.c:474
+#: copy.c:473
#, c-format
msgid "COPY data transfer failed: %s"
msgstr "Datentransfer mit COPY fehlgeschlagen: %s"
-#: copy.c:535
+#: copy.c:534
msgid "canceled by user"
msgstr "vom Benutzer abgebrochen"
-#: copy.c:545
+#: copy.c:544
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
"Geben Sie die zu kopierenden Daten ein, gefolgt von einem Zeilenende.\n"
"Beenden Sie mit einem Backslash und einem Punkt alleine auf einer Zeile."
-#: copy.c:662
+#: copy.c:667
msgid "aborted because of read failure"
msgstr "abgebrochen wegen Lesenfehlers"
-#: copy.c:686
+#: copy.c:691
msgid "trying to exit copy mode"
msgstr "versuche, den COPY-Modus zu verlassen"
-#: describe.c:71 describe.c:247 describe.c:478 describe.c:605 describe.c:737
-#: describe.c:822 describe.c:891 describe.c:2666 describe.c:2870
-#: describe.c:2960 describe.c:3202 describe.c:3338 describe.c:3565
-#: describe.c:3637 describe.c:3648 describe.c:3707 describe.c:4115
-#: describe.c:4194
+#: describe.c:71 describe.c:259 describe.c:491 describe.c:615 describe.c:758
+#: describe.c:844 describe.c:914 describe.c:2759 describe.c:2964
+#: describe.c:3054 describe.c:3299 describe.c:3436 describe.c:3665
+#: describe.c:3737 describe.c:3748 describe.c:3807 describe.c:4215
+#: describe.c:4294
msgid "Schema"
msgstr "Schema"
-#: describe.c:72 describe.c:149 describe.c:157 describe.c:248 describe.c:479
-#: describe.c:606 describe.c:656 describe.c:738 describe.c:892 describe.c:2667
-#: describe.c:2792 describe.c:2871 describe.c:2961 describe.c:3039
-#: describe.c:3203 describe.c:3266 describe.c:3339 describe.c:3566
-#: describe.c:3638 describe.c:3649 describe.c:3708 describe.c:3897
-#: describe.c:3978 describe.c:4192
+#: describe.c:72 describe.c:156 describe.c:164 describe.c:260 describe.c:492
+#: describe.c:616 describe.c:677 describe.c:759 describe.c:915 describe.c:2760
+#: describe.c:2886 describe.c:2965 describe.c:3055 describe.c:3134
+#: describe.c:3300 describe.c:3364 describe.c:3437 describe.c:3666
+#: describe.c:3738 describe.c:3749 describe.c:3808 describe.c:3997
+#: describe.c:4078 describe.c:4292
msgid "Name"
msgstr "Name"
-#: describe.c:73 describe.c:260 describe.c:306 describe.c:323
+#: describe.c:73 describe.c:272 describe.c:318 describe.c:335
msgid "Result data type"
msgstr "Ergebnisdatentyp"
-#: describe.c:87 describe.c:91 describe.c:261 describe.c:307 describe.c:324
+#: describe.c:81 describe.c:94 describe.c:98 describe.c:273 describe.c:319
+#: describe.c:336
msgid "Argument data types"
msgstr "Argumentdatentypen"
-#: describe.c:98 describe.c:170 describe.c:353 describe.c:521 describe.c:610
-#: describe.c:681 describe.c:894 describe.c:1442 describe.c:2471
-#: describe.c:2700 describe.c:2823 describe.c:2897 describe.c:2970
-#: describe.c:3052 describe.c:3119 describe.c:3210 describe.c:3275
-#: describe.c:3340 describe.c:3476 describe.c:3515 describe.c:3582
-#: describe.c:3641 describe.c:3650 describe.c:3709 describe.c:3923
-#: describe.c:4000 describe.c:4129 describe.c:4195 large_obj.c:291
+#: describe.c:105 describe.c:182 describe.c:365 describe.c:534 describe.c:631
+#: describe.c:702 describe.c:917 describe.c:1486 describe.c:2564
+#: describe.c:2793 describe.c:2917 describe.c:2991 describe.c:3064
+#: describe.c:3147 describe.c:3215 describe.c:3307 describe.c:3373
+#: describe.c:3438 describe.c:3574 describe.c:3614 describe.c:3682
+#: describe.c:3741 describe.c:3750 describe.c:3809 describe.c:4023
+#: describe.c:4100 describe.c:4229 describe.c:4295 large_obj.c:291
#: large_obj.c:301
msgid "Description"
msgstr "Beschreibung"
-#: describe.c:116
+#: describe.c:123
msgid "List of aggregate functions"
msgstr "Liste der Aggregatfunktionen"
-#: describe.c:137
+#: describe.c:144
#, c-format
msgid "The server (version %d.%d) does not support tablespaces.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Tablespaces.\n"
-#: describe.c:150 describe.c:158 describe.c:350 describe.c:657 describe.c:821
-#: describe.c:2676 describe.c:2796 describe.c:3041 describe.c:3267
-#: describe.c:3898 describe.c:3979 large_obj.c:290
+#: describe.c:157 describe.c:165 describe.c:362 describe.c:678 describe.c:843
+#: describe.c:2769 describe.c:2890 describe.c:3136 describe.c:3365
+#: describe.c:3998 describe.c:4079 large_obj.c:290
msgid "Owner"
msgstr "Eigentümer"
-#: describe.c:151 describe.c:159
+#: describe.c:158 describe.c:166
msgid "Location"
msgstr "Pfad"
-#: describe.c:187
+#: describe.c:177 describe.c:2382
+msgid "Options"
+msgstr "Optionen"
+
+#: describe.c:199
msgid "List of tablespaces"
msgstr "Liste der Tablespaces"
-#: describe.c:224
+#: describe.c:236
#, c-format
msgid "\\df only takes [antwS+] as options\n"
msgstr "\\df akzeptiert nur [antwS+] als Optionen\n"
-#: describe.c:230
+#: describe.c:242
#, c-format
msgid "\\df does not take a \"w\" option with server version %d.%d\n"
msgstr "\\df akzeptiert die Option „w“ nicht mit Serverversion %d.%d\n"
#. translator: "agg" is short for "aggregate"
-#: describe.c:263 describe.c:309 describe.c:326
+#: describe.c:275 describe.c:321 describe.c:338
msgid "agg"
msgstr "Agg"
-#: describe.c:264
+#: describe.c:276
msgid "window"
msgstr "Fenster"
-#: describe.c:265 describe.c:310 describe.c:327 describe.c:1005
+#: describe.c:277 describe.c:322 describe.c:339 describe.c:1028
msgid "trigger"
msgstr "Trigger"
-#: describe.c:266 describe.c:311 describe.c:328
+#: describe.c:278 describe.c:323 describe.c:340
msgid "normal"
msgstr "normal"
-#: describe.c:267 describe.c:312 describe.c:329 describe.c:744 describe.c:831
-#: describe.c:1411 describe.c:2675 describe.c:2872 describe.c:3997
+#: describe.c:279 describe.c:324 describe.c:341 describe.c:765 describe.c:853
+#: describe.c:1455 describe.c:2768 describe.c:2966 describe.c:4097
msgid "Type"
msgstr "Typ"
-#: describe.c:343
+#: describe.c:355
msgid "definer"
msgstr "definer"
-#: describe.c:344
+#: describe.c:356
msgid "invoker"
msgstr "invoker"
-#: describe.c:345
+#: describe.c:357
msgid "Security"
msgstr "Sicherheit"
-#: describe.c:346
+#: describe.c:358
msgid "immutable"
msgstr "unveränderlich"
-#: describe.c:347
+#: describe.c:359
msgid "stable"
msgstr "stabil"
-#: describe.c:348
+#: describe.c:360
msgid "volatile"
msgstr "volatil"
-#: describe.c:349
+#: describe.c:361
msgid "Volatility"
msgstr "Volatilität"
-#: describe.c:351
+#: describe.c:363
msgid "Language"
msgstr "Sprache"
-#: describe.c:352
+#: describe.c:364
msgid "Source code"
msgstr "Quelltext"
-#: describe.c:450
+#: describe.c:462
msgid "List of functions"
msgstr "Liste der Funktionen"
-#: describe.c:489
+#: describe.c:502
msgid "Internal name"
msgstr "Interner Name"
-#: describe.c:490 describe.c:673 describe.c:2692 describe.c:2696
+#: describe.c:503 describe.c:694 describe.c:2785 describe.c:2789
msgid "Size"
msgstr "Größe"
-#: describe.c:511
+#: describe.c:524
msgid "Elements"
msgstr "Elemente"
-#: describe.c:561
+#: describe.c:574
msgid "List of data types"
msgstr "Liste der Datentypen"
-#: describe.c:607
+#: describe.c:617
msgid "Left arg type"
msgstr "Linker Typ"
-#: describe.c:608
+#: describe.c:618
msgid "Right arg type"
msgstr "Rechter Typ"
-#: describe.c:609
+#: describe.c:619
msgid "Result type"
msgstr "Ergebnistyp"
-#: describe.c:628
+#: describe.c:624 describe.c:3206 describe.c:3573
+msgid "Function"
+msgstr "Funktion"
+
+#: describe.c:649
msgid "List of operators"
msgstr "Liste der Operatoren"
-#: describe.c:658
+#: describe.c:679
msgid "Encoding"
msgstr "Kodierung"
-#: describe.c:663 describe.c:3204
+#: describe.c:684 describe.c:3301
msgid "Collate"
msgstr "Sortierfolge"
-#: describe.c:664 describe.c:3205
+#: describe.c:685 describe.c:3302
msgid "Ctype"
msgstr "Zeichentyp"
-#: describe.c:677
+#: describe.c:698
msgid "Tablespace"
msgstr "Tablespace"
-#: describe.c:699
+#: describe.c:720
msgid "List of databases"
msgstr "Liste der Datenbanken"
-#: describe.c:739 describe.c:824 describe.c:2668
+#: describe.c:760 describe.c:846 describe.c:2761
msgid "table"
msgstr "Tabelle"
-#: describe.c:740 describe.c:2669
+#: describe.c:761 describe.c:2762
msgid "view"
msgstr "Sicht"
-#: describe.c:741 describe.c:2670
+#: describe.c:762 describe.c:2763
msgid "materialized view"
msgstr "materialisierte Sicht"
-#: describe.c:742 describe.c:826 describe.c:2672
+#: describe.c:763 describe.c:848 describe.c:2765
msgid "sequence"
msgstr "Sequenz"
-#: describe.c:743 describe.c:2674
+#: describe.c:764 describe.c:2767
msgid "foreign table"
msgstr "Fremdtabelle"
-#: describe.c:755
+#: describe.c:776
msgid "Column access privileges"
msgstr "Spalten-Zugriffsprivilegien"
-#: describe.c:781 describe.c:4339 describe.c:4343
+#: describe.c:802 describe.c:4439 describe.c:4443
msgid "Access privileges"
msgstr "Zugriffsprivilegien"
-#: describe.c:809
+#: describe.c:831
#, c-format
msgid "The server (version %d.%d) does not support altering default privileges.\n"
msgstr "Der Server (Version %d.%d) unterstützt kein Ändern der Vorgabeprivilegien.\n"
-#: describe.c:828
+#: describe.c:850
msgid "function"
msgstr "Funktion"
-#: describe.c:830
+#: describe.c:852
msgid "type"
msgstr "Typ"
-#: describe.c:854
+#: describe.c:876
msgid "Default access privileges"
msgstr "Vorgegebene Zugriffsprivilegien"
-#: describe.c:893
+#: describe.c:916
msgid "Object"
msgstr "Objekt"
-#: describe.c:907 sql_help.c:1447
+#: describe.c:930 sql_help.c:1601
msgid "constraint"
msgstr "Constraint"
-#: describe.c:934
+#: describe.c:957
msgid "operator class"
msgstr "Operatorklasse"
-#: describe.c:963
+#: describe.c:986
msgid "operator family"
msgstr "Operatorfamilie"
-#: describe.c:985
+#: describe.c:1008
msgid "rule"
msgstr "Rule"
-#: describe.c:1027
+#: describe.c:1050
msgid "Object descriptions"
msgstr "Objektbeschreibungen"
-#: describe.c:1080
+#: describe.c:1104
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr "Keine Relationen namens „%s“ gefunden\n"
-#: describe.c:1253
+#: describe.c:1295
#, c-format
msgid "Did not find any relation with OID %s.\n"
msgstr "Keine Relation mit OID %s gefunden.\n"
-#: describe.c:1355
+#: describe.c:1399
#, c-format
msgid "Unlogged table \"%s.%s\""
msgstr "Ungeloggte Tabelle „%s.%s“"
-#: describe.c:1358
+#: describe.c:1402
#, c-format
msgid "Table \"%s.%s\""
msgstr "Tabelle „%s.%s“"
-#: describe.c:1362
+#: describe.c:1406
#, c-format
msgid "View \"%s.%s\""
msgstr "Sicht „%s.%s“"
-#: describe.c:1367
+#: describe.c:1411
#, c-format
msgid "Unlogged materialized view \"%s.%s\""
msgstr "Ungeloggte materialisierte Sicht „%s.%s“"
-#: describe.c:1370
+#: describe.c:1414
#, c-format
msgid "Materialized view \"%s.%s\""
msgstr "Materialisierte Sicht „%s.%s“"
-#: describe.c:1374
+#: describe.c:1418
#, c-format
msgid "Sequence \"%s.%s\""
msgstr "Sequenz „%s.%s“"
-#: describe.c:1379
+#: describe.c:1423
#, c-format
msgid "Unlogged index \"%s.%s\""
msgstr "Ungeloggter Index „%s.%s“"
-#: describe.c:1382
+#: describe.c:1426
#, c-format
msgid "Index \"%s.%s\""
msgstr "Index „%s.%s“"
-#: describe.c:1387
+#: describe.c:1431
#, c-format
msgid "Special relation \"%s.%s\""
msgstr "Spezielle Relation „%s.%s“"
-#: describe.c:1391
+#: describe.c:1435
#, c-format
msgid "TOAST table \"%s.%s\""
msgstr "TOAST-Tabelle „%s.%s“"
-#: describe.c:1395
+#: describe.c:1439
#, c-format
msgid "Composite type \"%s.%s\""
msgstr "Zusammengesetzter Typ „%s.%s“"
-#: describe.c:1399
+#: describe.c:1443
#, c-format
msgid "Foreign table \"%s.%s\""
msgstr "Fremdtabelle „%s.%s“"
-#: describe.c:1410
+#: describe.c:1454
msgid "Column"
msgstr "Spalte"
-#: describe.c:1419
+#: describe.c:1463
msgid "Modifiers"
msgstr "Attribute"
-#: describe.c:1424
+#: describe.c:1468
msgid "Value"
msgstr "Wert"
-#: describe.c:1427
+#: describe.c:1471
msgid "Definition"
msgstr "Definition"
-#: describe.c:1430 describe.c:3918 describe.c:3999 describe.c:4067
-#: describe.c:4128
+#: describe.c:1474 describe.c:4018 describe.c:4099 describe.c:4167
+#: describe.c:4228
msgid "FDW Options"
msgstr "FDW-Optionen"
-#: describe.c:1434
+#: describe.c:1478
msgid "Storage"
msgstr "Speicherung"
-#: describe.c:1437
+#: describe.c:1481
msgid "Stats target"
msgstr "Statistikziel"
-#: describe.c:1487
+#: describe.c:1531
#, c-format
msgid "collate %s"
msgstr "Sortierfolge %s"
-#: describe.c:1495
+#: describe.c:1539
msgid "not null"
msgstr "not null"
#. translator: default values of column definitions
-#: describe.c:1505
+#: describe.c:1549
#, c-format
msgid "default %s"
msgstr "Vorgabewert %s"
-#: describe.c:1613
+#: describe.c:1664
msgid "primary key, "
msgstr "Primärschlüssel, "
-#: describe.c:1615
+#: describe.c:1666
msgid "unique, "
msgstr "eindeutig, "
-#: describe.c:1621
+#: describe.c:1672
#, c-format
msgid "for table \"%s.%s\""
msgstr "für Tabelle „%s.%s“"
-#: describe.c:1625
+#: describe.c:1676
#, c-format
msgid ", predicate (%s)"
msgstr ", Prädikat (%s)"
-#: describe.c:1628
+#: describe.c:1679
msgid ", clustered"
msgstr ", geclustert"
-#: describe.c:1631
+#: describe.c:1682
msgid ", invalid"
msgstr ", ungültig"
-#: describe.c:1634
+#: describe.c:1685
msgid ", deferrable"
msgstr ", DEFERRABLE"
-#: describe.c:1637
+#: describe.c:1688
msgid ", initially deferred"
msgstr ", INITIALLY DEFERRED"
-#: describe.c:1672
+#: describe.c:1691
+msgid ", replica identity"
+msgstr ""
+
+#: describe.c:1726
#, c-format
msgid "Owned by: %s"
msgstr "Eigentümer: %s"
-#: describe.c:1728
+#: describe.c:1786
msgid "Indexes:"
msgstr "Indexe:"
-#: describe.c:1809
+#: describe.c:1870
msgid "Check constraints:"
msgstr "Check-Constraints:"
-#: describe.c:1840
+#: describe.c:1901
msgid "Foreign-key constraints:"
msgstr "Fremdschlüssel-Constraints:"
-#: describe.c:1871
+#: describe.c:1932
msgid "Referenced by:"
msgstr "Fremdschlüsselverweise von:"
-#: describe.c:1953 describe.c:2003
+#: describe.c:2014 describe.c:2064
msgid "Rules:"
msgstr "Regeln:"
-#: describe.c:1956
+#: describe.c:2017
msgid "Disabled rules:"
msgstr "Abgeschaltete Regeln:"
-#: describe.c:1959
+#: describe.c:2020
msgid "Rules firing always:"
msgstr "Regeln, die immer aktiv werden:"
-#: describe.c:1962
+#: describe.c:2023
msgid "Rules firing on replica only:"
msgstr "Regeln, die nur im Replikat aktiv werden:"
-#: describe.c:1986
+#: describe.c:2047
msgid "View definition:"
msgstr "Sichtdefinition:"
-#: describe.c:2109
+#: describe.c:2182
msgid "Triggers:"
msgstr "Trigger:"
-#: describe.c:2112
+#: describe.c:2186
+#, fuzzy
+#| msgid "Disabled triggers:"
+msgid "Disabled user triggers:"
+msgstr "Abgeschaltete Trigger:"
+
+#: describe.c:2188
msgid "Disabled triggers:"
msgstr "Abgeschaltete Trigger:"
-#: describe.c:2115
+#: describe.c:2191
+#, fuzzy
+#| msgid "Disabled triggers:"
+msgid "Disabled internal triggers:"
+msgstr "Abgeschaltete Trigger:"
+
+#: describe.c:2194
msgid "Triggers firing always:"
msgstr "Trigger, die immer aktiv werden:"
-#: describe.c:2118
+#: describe.c:2197
msgid "Triggers firing on replica only:"
msgstr "Trigger, die nur im Replikat aktiv werden:"
-#: describe.c:2197
+#: describe.c:2276
msgid "Inherits"
msgstr "Erbt von"
-#: describe.c:2236
+#: describe.c:2315
#, c-format
msgid "Number of child tables: %d (Use \\d+ to list them.)"
msgstr "Anzahl Kindtabellen: %d (Mit \\d+ alle anzeigen.)"
-#: describe.c:2243
+#: describe.c:2322
msgid "Child tables"
msgstr "Kindtabellen"
-#: describe.c:2265
+#: describe.c:2344
#, c-format
msgid "Typed table of type: %s"
msgstr "Getypte Tabelle vom Typ: %s"
-#: describe.c:2272
-msgid "Has OIDs"
-msgstr "Hat OIDs"
-
-#: describe.c:2275 describe.c:2964 describe.c:3111
-msgid "no"
-msgstr "nein"
-
-#: describe.c:2275 describe.c:2964 describe.c:3113
-msgid "yes"
-msgstr "ja"
+#: describe.c:2358
+#, fuzzy
+#| msgid "Replication"
+msgid "Replica Identity"
+msgstr "Replikation"
-#: describe.c:2288
-msgid "Options"
-msgstr "Optionen"
+#: describe.c:2371
+msgid "Has OIDs: yes"
+msgstr "Hat OIDs: ja"
-#: describe.c:2366
+#: describe.c:2460
#, c-format
msgid "Tablespace: \"%s\""
msgstr "Tablespace: „%s“"
-#: describe.c:2379
+#. translator: before this string there's an index description like
+#. '"foo_pkey" PRIMARY KEY, btree (a)'
+#: describe.c:2472
#, c-format
msgid ", tablespace \"%s\""
msgstr ", Tablespace „%s“"
-#: describe.c:2464
+#: describe.c:2557
msgid "List of roles"
msgstr "Liste der Rollen"
-#: describe.c:2466
+#: describe.c:2559
msgid "Role name"
msgstr "Rollenname"
-#: describe.c:2467
+#: describe.c:2560
msgid "Attributes"
msgstr "Attribute"
-#: describe.c:2468
+#: describe.c:2561
msgid "Member of"
msgstr "Mitglied von"
-#: describe.c:2479
+#: describe.c:2572
msgid "Superuser"
msgstr "Superuser"
-#: describe.c:2482
+#: describe.c:2575
msgid "No inheritance"
msgstr "keine Vererbung"
-#: describe.c:2485
+#: describe.c:2578
msgid "Create role"
msgstr "Rolle erzeugen"
-#: describe.c:2488
+#: describe.c:2581
msgid "Create DB"
msgstr "DB erzeugen"
-#: describe.c:2491
+#: describe.c:2584
msgid "Cannot login"
msgstr "kann nicht einloggen"
-#: describe.c:2495
+#: describe.c:2588
msgid "Replication"
msgstr "Replikation"
-#: describe.c:2504
+#: describe.c:2597
msgid "No connections"
msgstr "keine Verbindungen"
-#: describe.c:2506
+#: describe.c:2599
#, c-format
msgid "%d connection"
msgid_plural "%d connections"
msgstr[0] "%d Verbindung"
msgstr[1] "%d Verbindungen"
-#: describe.c:2516
+#: describe.c:2609
msgid "Password valid until "
msgstr "Passwort gültig bis "
-#: describe.c:2572
+#: describe.c:2665
msgid "Role"
msgstr "Rolle"
-#: describe.c:2573
+#: describe.c:2666
msgid "Database"
msgstr "Datenbank"
-#: describe.c:2574
+#: describe.c:2667
msgid "Settings"
msgstr "Einstellung"
-#: describe.c:2584
+#: describe.c:2677
#, c-format
msgid "No per-database role settings support in this server version.\n"
msgstr "Keine Unterstützung für Rolleneinstellungen pro Datenbank in dieser Serverversion.\n"
-#: describe.c:2595
+#: describe.c:2688
#, c-format
msgid "No matching settings found.\n"
msgstr "Keine passenden Einstellungen gefunden.\n"
-#: describe.c:2597
+#: describe.c:2690
#, c-format
msgid "No settings found.\n"
msgstr "Keine Einstellungen gefunden.\n"
-#: describe.c:2602
+#: describe.c:2695
msgid "List of settings"
msgstr "Liste der Einstellungen"
-#: describe.c:2671
+#: describe.c:2764
msgid "index"
msgstr "Index"
-#: describe.c:2673
+#: describe.c:2766
msgid "special"
msgstr "speziell"
-#: describe.c:2681 describe.c:4116
+#: describe.c:2774 describe.c:4216
msgid "Table"
msgstr "Tabelle"
-#: describe.c:2757
+#: describe.c:2850
#, c-format
msgid "No matching relations found.\n"
msgstr "Keine passenden Relationen gefunden.\n"
-#: describe.c:2759
+#: describe.c:2852
#, c-format
msgid "No relations found.\n"
msgstr "Keine Relationen gefunden.\n"
-#: describe.c:2764
+#: describe.c:2857
msgid "List of relations"
msgstr "Liste der Relationen"
-#: describe.c:2800
+#: describe.c:2894
msgid "Trusted"
msgstr "Vertraut"
-#: describe.c:2808
+#: describe.c:2902
msgid "Internal Language"
msgstr "Interne Sprache"
-#: describe.c:2809
+#: describe.c:2903
msgid "Call Handler"
msgstr "Call-Handler"
-#: describe.c:2810 describe.c:3905
+#: describe.c:2904 describe.c:4005
msgid "Validator"
msgstr "Validator"
-#: describe.c:2813
+#: describe.c:2907
msgid "Inline Handler"
msgstr "Inline-Handler"
-#: describe.c:2841
+#: describe.c:2935
msgid "List of languages"
msgstr "Liste der Sprachen"
-#: describe.c:2885
+#: describe.c:2979
msgid "Modifier"
msgstr "Attribut"
-#: describe.c:2886
+#: describe.c:2980
msgid "Check"
msgstr "Check"
-#: describe.c:2928
+#: describe.c:3022
msgid "List of domains"
msgstr "Liste der Domänen"
-#: describe.c:2962
+#: describe.c:3056
msgid "Source"
msgstr "Quelle"
-#: describe.c:2963
+#: describe.c:3057
msgid "Destination"
msgstr "Ziel"
-#: describe.c:2965
+#: describe.c:3058 describe.c:3207
+msgid "no"
+msgstr "nein"
+
+#: describe.c:3058 describe.c:3209
+msgid "yes"
+msgstr "ja"
+
+#: describe.c:3059
msgid "Default?"
msgstr "Standard?"
-#: describe.c:3002
+#: describe.c:3096
msgid "List of conversions"
msgstr "Liste der Konversionen"
-#: describe.c:3040
+#: describe.c:3135
msgid "Event"
msgstr "Ereignis"
-#: describe.c:3042
+#: describe.c:3137
msgid "enabled"
msgstr "eingeschaltet"
-#: describe.c:3043
+#: describe.c:3138
msgid "replica"
msgstr "Replika"
-#: describe.c:3044
+#: describe.c:3139
msgid "always"
msgstr "immer"
-#: describe.c:3045
+#: describe.c:3140
msgid "disabled"
msgstr "ausgeschaltet"
-#: describe.c:3046
+#: describe.c:3141
msgid "Enabled"
msgstr "Eingeschaltet"
-#: describe.c:3047
+#: describe.c:3142
msgid "Procedure"
msgstr "Prozedur"
-#: describe.c:3048
+#: describe.c:3143
msgid "Tags"
msgstr "Tags"
-#: describe.c:3067
+#: describe.c:3162
msgid "List of event triggers"
msgstr "Liste der Ereignistrigger"
-#: describe.c:3108
+#: describe.c:3204
msgid "Source type"
msgstr "Quelltyp"
-#: describe.c:3109
+#: describe.c:3205
msgid "Target type"
msgstr "Zieltyp"
-#: describe.c:3110 describe.c:3475
-msgid "Function"
-msgstr "Funktion"
-
-#: describe.c:3112
+#: describe.c:3208
msgid "in assignment"
msgstr "in Zuweisung"
-#: describe.c:3114
+#: describe.c:3210
msgid "Implicit?"
msgstr "Implizit?"
-#: describe.c:3165
+#: describe.c:3261
msgid "List of casts"
msgstr "Liste der Typumwandlungen"
-#: describe.c:3190
+#: describe.c:3287
#, c-format
msgid "The server (version %d.%d) does not support collations.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Sortierfolgen.\n"
-#: describe.c:3240
+#: describe.c:3337
msgid "List of collations"
msgstr "Liste der Sortierfolgen"
-#: describe.c:3298
+#: describe.c:3396
msgid "List of schemas"
msgstr "Liste der Schemas"
-#: describe.c:3321 describe.c:3554 describe.c:3622 describe.c:3690
+#: describe.c:3419 describe.c:3654 describe.c:3722 describe.c:3790
#, c-format
msgid "The server (version %d.%d) does not support full text search.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Volltextsuche.\n"
-#: describe.c:3355
+#: describe.c:3453
msgid "List of text search parsers"
msgstr "Liste der Textsucheparser"
-#: describe.c:3398
+#: describe.c:3496
#, c-format
msgid "Did not find any text search parser named \"%s\".\n"
msgstr "Kein Textsucheparser namens „%s“ gefunden\n"
-#: describe.c:3473
+#: describe.c:3571
msgid "Start parse"
msgstr "Parsen starten"
-#: describe.c:3474
+#: describe.c:3572
msgid "Method"
msgstr "Methode"
-#: describe.c:3478
+#: describe.c:3576
msgid "Get next token"
msgstr "Nächstes Token lesen"
-#: describe.c:3480
+#: describe.c:3578
msgid "End parse"
msgstr "Parsen beenden"
-#: describe.c:3482
+#: describe.c:3580
msgid "Get headline"
msgstr "Überschrift ermitteln"
-#: describe.c:3484
+#: describe.c:3582
msgid "Get token types"
msgstr "Tokentypen ermitteln"
-#: describe.c:3494
+#: describe.c:3592
#, c-format
msgid "Text search parser \"%s.%s\""
msgstr "Textsucheparser „%s.%s“"
-#: describe.c:3496
+#: describe.c:3594
#, c-format
msgid "Text search parser \"%s\""
msgstr "Textsucheparser „%s“"
-#: describe.c:3514
+#: describe.c:3613
msgid "Token name"
msgstr "Tokenname"
-#: describe.c:3525
+#: describe.c:3624
#, c-format
msgid "Token types for parser \"%s.%s\""
msgstr "Tokentypen für Parser „%s.%s“"
-#: describe.c:3527
+#: describe.c:3626
#, c-format
msgid "Token types for parser \"%s\""
msgstr "Tokentypen für Parser „%s“"
-#: describe.c:3576
+#: describe.c:3676
msgid "Template"
msgstr "Vorlage"
-#: describe.c:3577
+#: describe.c:3677
msgid "Init options"
msgstr "Initialisierungsoptionen"
-#: describe.c:3599
+#: describe.c:3699
msgid "List of text search dictionaries"
msgstr "Liste der Textsuchewörterbücher"
-#: describe.c:3639
+#: describe.c:3739
msgid "Init"
msgstr "Init"
-#: describe.c:3640
+#: describe.c:3740
msgid "Lexize"
msgstr "Lexize"
-#: describe.c:3667
+#: describe.c:3767
msgid "List of text search templates"
msgstr "Liste der Textsuchevorlagen"
-#: describe.c:3724
+#: describe.c:3824
msgid "List of text search configurations"
msgstr "Liste der Textsuchekonfigurationen"
-#: describe.c:3768
+#: describe.c:3868
#, c-format
msgid "Did not find any text search configuration named \"%s\".\n"
msgstr "Keine Textsuchekonfiguration namens „%s“ gefunden\n"
-#: describe.c:3834
+#: describe.c:3934
msgid "Token"
msgstr "Token"
-#: describe.c:3835
+#: describe.c:3935
msgid "Dictionaries"
msgstr "Wörterbücher"
-#: describe.c:3846
+#: describe.c:3946
#, c-format
msgid "Text search configuration \"%s.%s\""
msgstr "Textsuchekonfiguration „%s.%s“"
-#: describe.c:3849
+#: describe.c:3949
#, c-format
msgid "Text search configuration \"%s\""
msgstr "Textsuchekonfiguration „%s“"
-#: describe.c:3853
+#: describe.c:3953
#, c-format
msgid ""
"\n"
"\n"
"Parser: „%s.%s“"
-#: describe.c:3856
+#: describe.c:3956
#, c-format
msgid ""
"\n"
"\n"
"Parser: „%s“"
-#: describe.c:3888
+#: describe.c:3988
#, c-format
msgid "The server (version %d.%d) does not support foreign-data wrappers.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Fremddaten-Wrapper.\n"
-#: describe.c:3902
+#: describe.c:4002
msgid "Handler"
msgstr "Handler"
-#: describe.c:3945
+#: describe.c:4045
msgid "List of foreign-data wrappers"
msgstr "Liste der Fremddaten-Wrapper"
-#: describe.c:3968
+#: describe.c:4068
#, c-format
msgid "The server (version %d.%d) does not support foreign servers.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Fremdserver.\n"
-#: describe.c:3980
+#: describe.c:4080
msgid "Foreign-data wrapper"
msgstr "Fremddaten-Wrapper"
-#: describe.c:3998 describe.c:4193
+#: describe.c:4098 describe.c:4293
msgid "Version"
msgstr "Version"
-#: describe.c:4024
+#: describe.c:4124
msgid "List of foreign servers"
msgstr "Liste der Fremdserver"
-#: describe.c:4047
+#: describe.c:4147
#, c-format
msgid "The server (version %d.%d) does not support user mappings.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Benutzerabbildungen.\n"
-#: describe.c:4056 describe.c:4117
+#: describe.c:4156 describe.c:4217
msgid "Server"
msgstr "Server"
-#: describe.c:4057
+#: describe.c:4157
msgid "User name"
msgstr "Benutzername"
-#: describe.c:4082
+#: describe.c:4182
msgid "List of user mappings"
msgstr "Liste der Benutzerabbildungen"
-#: describe.c:4105
+#: describe.c:4205
#, c-format
msgid "The server (version %d.%d) does not support foreign tables.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Fremdtabellen.\n"
-#: describe.c:4156
+#: describe.c:4256
msgid "List of foreign tables"
msgstr "Liste der Fremdtabellen"
-#: describe.c:4179 describe.c:4233
+#: describe.c:4279 describe.c:4333
#, c-format
msgid "The server (version %d.%d) does not support extensions.\n"
msgstr "Der Server (Version %d.%d) unterstützt keine Erweiterungen.\n"
-#: describe.c:4210
+#: describe.c:4310
msgid "List of installed extensions"
msgstr "Liste der installierten Erweiterungen"
-#: describe.c:4260
+#: describe.c:4360
#, c-format
msgid "Did not find any extension named \"%s\".\n"
msgstr "Keine Erweiterungen namens „%s“ gefunden\n"
-#: describe.c:4263
+#: describe.c:4363
#, c-format
msgid "Did not find any extensions.\n"
msgstr "Keine Erweiterungen gefunden\n"
-#: describe.c:4307
+#: describe.c:4407
msgid "Object Description"
msgstr "Objektbeschreibung"
-#: describe.c:4316
+#: describe.c:4416
#, c-format
msgid "Objects in extension \"%s\""
msgstr "Objekte in Erweiterung „%s“"
-#: help.c:48
-msgid "off"
-msgstr "aus"
-
-#: help.c:48
-msgid "on"
-msgstr "an"
-
-#: help.c:70
+#: help.c:62
#, c-format
-msgid "could not get current user name: %s\n"
-msgstr "konnte aktuellen Benutzernamen nicht ermitteln: %s\n"
+msgid "%s\n"
+msgstr "%s\n"
-#: help.c:82
+#: help.c:67
#, c-format
msgid ""
"psql is the PostgreSQL interactive terminal.\n"
"psql ist das interaktive PostgreSQL-Terminal.\n"
"\n"
-#: help.c:83
+#: help.c:68
#, c-format
msgid "Usage:\n"
msgstr "Aufruf:\n"
-#: help.c:84
+#: help.c:69
#, c-format
msgid ""
" psql [OPTION]... [DBNAME [USERNAME]]\n"
" psql [OPTION]... [DBNAME [BENUTZERNAME]]\n"
"\n"
-#: help.c:86
+#: help.c:71
#, c-format
msgid "General options:\n"
msgstr "Allgemeine Optionen:\n"
-#: help.c:91
+#: help.c:76
#, c-format
msgid " -c, --command=COMMAND run only single command (SQL or internal) and exit\n"
msgstr " -c, --command=ANWEISUNG einzelne Anweisung ausführen und beenden\n"
-#: help.c:92
+#: help.c:77
#, c-format
msgid " -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n"
msgstr ""
" -d, --dbname=DBNAME Datenbank, zu der verbunden werden soll\n"
" (Standard: „%s“)\n"
-#: help.c:93
+#: help.c:78
#, c-format
msgid " -f, --file=FILENAME execute commands from file, then exit\n"
msgstr " -f, --file=DATEINAME Anweisungen aus Datei ausführen und danach beenden\n"
-#: help.c:94
+#: help.c:79
#, c-format
msgid " -l, --list list available databases, then exit\n"
msgstr " -l, --list verfügbare Datenbanken auflisten und beenden\n"
-#: help.c:95
+#: help.c:80
#, c-format
msgid ""
" -v, --set=, --variable=NAME=VALUE\n"
" -v, --set=, --variable=NAME=WERT\n"
" psql-Variable NAME auf WERT setzen\n"
-#: help.c:97
+#: help.c:82
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n"
-#: help.c:98
+#: help.c:83
#, c-format
msgid " -X, --no-psqlrc do not read startup file (~/.psqlrc)\n"
msgstr " -X, --no-psqlrc Startdatei (~/.psqlrc) nicht lesen\n"
-#: help.c:99
+#: help.c:84
#, c-format
msgid ""
" -1 (\"one\"), --single-transaction\n"
" als eine einzige Transaktion ausführen (wenn nicht\n"
" interaktiv)\n"
-#: help.c:101
+#: help.c:86
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n"
-#: help.c:103
+#: help.c:88
#, c-format
msgid ""
"\n"
"\n"
"Eingabe- und Ausgabeoptionen:\n"
-#: help.c:104
+#: help.c:89
#, c-format
msgid " -a, --echo-all echo all input from script\n"
msgstr " -a, --echo-all Skript-Inhalt wiedergeben\n"
-#: help.c:105
+#: help.c:90
#, c-format
msgid " -e, --echo-queries echo commands sent to server\n"
msgstr " -e, --echo-queries an den Server geschickte Anweisungen zeigen\n"
-#: help.c:106
+#: help.c:91
#, c-format
msgid " -E, --echo-hidden display queries that internal commands generate\n"
msgstr " -E, --echo-hidden von internen Anweisungen erzeugte Anfragen zeigen\n"
-#: help.c:107
+#: help.c:92
#, c-format
msgid " -L, --log-file=FILENAME send session log to file\n"
msgstr ""
" -L, --log-file=DATEINAME\n"
" Sitzungslog in Datei senden\n"
-#: help.c:108
+#: help.c:93
#, c-format
msgid " -n, --no-readline disable enhanced command line editing (readline)\n"
msgstr " -n, --no-readline erweiterte Zeilenbearbeitung (Readline) ausschalten\n"
-#: help.c:109
+#: help.c:94
#, c-format
msgid " -o, --output=FILENAME send query results to file (or |pipe)\n"
msgstr " -o, --output=DATEINAME Anfrageergebnisse in Datei (oder |Pipe) senden\n"
-#: help.c:110
+#: help.c:95
#, c-format
msgid " -q, --quiet run quietly (no messages, only query output)\n"
msgstr ""
" -q, --quiet stille Ausführung (keine Mitteilungen, nur\n"
" Anfrageergebnisse)\n"
-#: help.c:111
+#: help.c:96
#, c-format
msgid " -s, --single-step single-step mode (confirm each query)\n"
msgstr " -s, --single-step Einzelschrittmodus (jede Anfrage bestätigen)\n"
-#: help.c:112
+#: help.c:97
#, c-format
msgid " -S, --single-line single-line mode (end of line terminates SQL command)\n"
msgstr " -S, --single-line Einzelzeilenmodus (Zeilenende beendet SQL-Anweisung)\n"
-#: help.c:114
+#: help.c:99
#, c-format
msgid ""
"\n"
"\n"
"Ausgabeformatoptionen:\n"
-#: help.c:115
+#: help.c:100
#, c-format
msgid " -A, --no-align unaligned table output mode\n"
msgstr " -A, --no-align unausgerichteter Tabellenausgabemodus\n"
-#: help.c:116
-#, c-format
+#: help.c:101
+#, fuzzy, c-format
+#| msgid ""
+#| " -F, --field-separator=STRING\n"
+#| " set field separator (default: \"%s\")\n"
msgid ""
" -F, --field-separator=STRING\n"
-" set field separator (default: \"%s\")\n"
+" field separator for unaligned output (default: \"%s\")\n"
msgstr ""
" -F, --field-separator=ZEICHEN\n"
" Feldtrennzeichen setzen (Standard: „%s“)\n"
-#: help.c:119
+#: help.c:104
#, c-format
msgid " -H, --html HTML table output mode\n"
msgstr " -H, --html HTML-Tabellenausgabemodus\n"
-#: help.c:120
+#: help.c:105
#, c-format
msgid " -P, --pset=VAR[=ARG] set printing option VAR to ARG (see \\pset command)\n"
msgstr ""
" -P, --pset=VAR[=ARG] Ausgabeoption VAR auf ARG setzen (siehe\n"
" \\pset-Anweisung)\n"
-#: help.c:121
-#, c-format
+#: help.c:106
+#, fuzzy, c-format
+#| msgid ""
+#| " -R, --record-separator=STRING\n"
+#| " set record separator (default: newline)\n"
msgid ""
" -R, --record-separator=STRING\n"
-" set record separator (default: newline)\n"
+" record separator for unaligned output (default: newline)\n"
msgstr ""
" -R, --record-separator=ZEICHEN\n"
" Satztrennzeichen setzen (Standard: Newline)\n"
-#: help.c:123
+#: help.c:108
#, c-format
msgid " -t, --tuples-only print rows only\n"
msgstr " -t, --tuples-only nur Datenzeilen ausgeben\n"
-#: help.c:124
+#: help.c:109
#, c-format
msgid " -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, border)\n"
msgstr " -T, --table-attr=TEXT HTML „table“-Tag-Attribute setzen (z.B. width)\n"
-#: help.c:125
+#: help.c:110
#, c-format
msgid " -x, --expanded turn on expanded table output\n"
msgstr " -x, --expanded erweiterte Tabellenausgabe einschalten\n"
-#: help.c:126
-#, c-format
+#: help.c:111
+#, fuzzy, c-format
+#| msgid ""
+#| " -z, --field-separator-zero\n"
+#| " set field separator to zero byte\n"
msgid ""
" -z, --field-separator-zero\n"
-" set field separator to zero byte\n"
+" set field separator for unaligned output to zero byte\n"
msgstr ""
" -z, --field-separator-zero\n"
" Feldtrennzeichen auf Null-Byte setzen\n"
-#: help.c:128
-#, c-format
+#: help.c:113
+#, fuzzy, c-format
+#| msgid ""
+#| " -0, --record-separator-zero\n"
+#| " set record separator to zero byte\n"
msgid ""
" -0, --record-separator-zero\n"
-" set record separator to zero byte\n"
+" set record separator for unaligned output to zero byte\n"
msgstr ""
" -0, --record-separator-zero\n"
" Satztrennzeichen auf Null-Byte setzen\n"
-#: help.c:131
+#: help.c:116
#, c-format
msgid ""
"\n"
"\n"
"Verbindungsoptionen:\n"
-#: help.c:134
+#: help.c:119
#, c-format
msgid " -h, --host=HOSTNAME database server host or socket directory (default: \"%s\")\n"
msgstr ""
" -h, --host=HOSTNAME Hostname des Datenbankservers oder\n"
" Socket-Verzeichnis (Standard: „%s“)\n"
-#: help.c:135
+#: help.c:120
msgid "local socket"
msgstr "lokales Socket"
-#: help.c:138
+#: help.c:123
#, c-format
msgid " -p, --port=PORT database server port (default: \"%s\")\n"
msgstr " -p, --port=PORT Port des Datenbankservers (Standard: „%s“)\n"
-#: help.c:144
+#: help.c:129
#, c-format
msgid " -U, --username=USERNAME database user name (default: \"%s\")\n"
msgstr " -U, --username=NAME Datenbank-Benutzername (Standard: „%s“)\n"
-#: help.c:145
+#: help.c:130
#, c-format
msgid " -w, --no-password never prompt for password\n"
msgstr " -w, --no-password niemals nach Passwort fragen\n"
-#: help.c:146
+#: help.c:131
#, c-format
msgid " -W, --password force password prompt (should happen automatically)\n"
msgstr " -W, --password nach Passwort fragen (sollte automatisch geschehen)\n"
-#: help.c:148
+#: help.c:133
#, c-format
msgid ""
"\n"
"Abschnitt der PostgreSQL-Dokumentation.\n"
"\n"
-#: help.c:151
+#: help.c:136
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
-#: help.c:172
+#: help.c:157
#, c-format
msgid "General\n"
msgstr "Allgemein\n"
-#: help.c:173
+#: help.c:158
#, c-format
msgid " \\copyright show PostgreSQL usage and distribution terms\n"
msgstr " \\copyright PostgreSQL-Urheberrechtsinformationen zeigen\n"
-#: help.c:174
+#: help.c:159
#, c-format
msgid " \\g [FILE] or ; execute query (and send results to file or |pipe)\n"
msgstr ""
" \\g [DATEI] oder ; SQL-Anweisung ausführen (und Ergebnis in Datei oder\n"
" |Pipe schreiben)\n"
-#: help.c:175
+#: help.c:160
#, c-format
msgid " \\gset [PREFIX] execute query and store results in psql variables\n"
msgstr ""
" \\gset [PREFIX] SQL-Anweisung ausführen und Ergebnis in psql-Variablen\n"
" ablegen\n"
-#: help.c:176
+#: help.c:161
#, c-format
msgid " \\h [NAME] help on syntax of SQL commands, * for all commands\n"
msgstr " \\h [NAME] Syntaxhilfe über SQL-Anweisung, * für alle Anweisungen\n"
-#: help.c:177
+#: help.c:162
#, c-format
msgid " \\q quit psql\n"
msgstr " \\q psql beenden\n"
-#: help.c:178
+#: help.c:163
#, c-format
msgid " \\watch [SEC] execute query every SEC seconds\n"
msgstr " \\watch [SEK] Anfrage alle SEK Sekunden ausführen\n"
-#: help.c:181
+#: help.c:166
#, c-format
msgid "Query Buffer\n"
msgstr "Anfragepuffer\n"
-#: help.c:182
+#: help.c:167
#, c-format
msgid " \\e [FILE] [LINE] edit the query buffer (or file) with external editor\n"
msgstr " \\e [DATEI] [ZEILE] Anfragepuffer (oder Datei) mit externem Editor bearbeiten\n"
-#: help.c:183
+#: help.c:168
#, c-format
msgid " \\ef [FUNCNAME [LINE]] edit function definition with external editor\n"
msgstr " \\ef [FUNKNAME [LINE]] Funktionsdefinition mit externem Editor bearbeiten\n"
-#: help.c:184
+#: help.c:169
#, c-format
msgid " \\p show the contents of the query buffer\n"
msgstr " \\p aktuellen Inhalt der Anfragepuffers zeigen\n"
-#: help.c:185
+#: help.c:170
#, c-format
msgid " \\r reset (clear) the query buffer\n"
msgstr " \\r Anfragepuffer löschen\n"
-#: help.c:187
+#: help.c:172
#, c-format
msgid " \\s [FILE] display history or save it to file\n"
msgstr " \\s [DATEI] Befehlsgeschichte ausgeben oder in Datei schreiben\n"
-#: help.c:189
+#: help.c:174
#, c-format
msgid " \\w FILE write query buffer to file\n"
msgstr " \\w DATEI Anfragepuffer in Datei schreiben\n"
-#: help.c:192
+#: help.c:177
#, c-format
msgid "Input/Output\n"
msgstr "Eingabe/Ausgabe\n"
-#: help.c:193
+#: help.c:178
#, c-format
msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
msgstr " \\copy ... SQL COPY mit Datenstrom auf Client-Host ausführen\n"
-#: help.c:194
+#: help.c:179
#, c-format
msgid " \\echo [STRING] write string to standard output\n"
msgstr " \\echo [TEXT] Text auf Standardausgabe schreiben\n"
-#: help.c:195
+#: help.c:180
#, c-format
msgid " \\i FILE execute commands from file\n"
msgstr " \\i DATEI Befehle aus Datei ausführen\n"
-#: help.c:196
+#: help.c:181
#, c-format
msgid " \\ir FILE as \\i, but relative to location of current script\n"
msgstr " \\ir DATEI wie \\i, aber relativ zum Ort des aktuellen Skripts\n"
-#: help.c:197
+#: help.c:182
#, c-format
msgid " \\o [FILE] send all query results to file or |pipe\n"
msgstr " \\o [DATEI] alle Anfrageergebnisse in Datei oder |Pipe schreiben\n"
-#: help.c:198
+#: help.c:183
#, c-format
msgid " \\qecho [STRING] write string to query output stream (see \\o)\n"
msgstr ""
" \\qecho [TEXT] Text auf Ausgabestrom für Anfrageergebnisse schreiben\n"
" (siehe \\o)\n"
-#: help.c:201
+#: help.c:186
#, c-format
msgid "Informational\n"
msgstr "Informationen\n"
-#: help.c:202
+#: help.c:187
#, c-format
msgid " (options: S = show system objects, + = additional detail)\n"
msgstr " (Optionen: S = Systemobjekte zeigen, + = zusätzliche Details zeigen)\n"
-#: help.c:203
+#: help.c:188
#, c-format
msgid " \\d[S+] list tables, views, and sequences\n"
msgstr " \\d[S+] Tabellen, Sichten und Sequenzen auflisten\n"
-#: help.c:204
+#: help.c:189
#, c-format
msgid " \\d[S+] NAME describe table, view, sequence, or index\n"
msgstr " \\d[S+] NAME Tabelle, Sicht, Sequenz oder Index beschreiben\n"
-#: help.c:205
+#: help.c:190
#, c-format
msgid " \\da[S] [PATTERN] list aggregates\n"
msgstr " \\da[S] [MUSTER] Aggregatfunktionen auflisten\n"
-#: help.c:206
+#: help.c:191
#, c-format
msgid " \\db[+] [PATTERN] list tablespaces\n"
msgstr " \\db[+] [MUSTER] Tablespaces auflisten\n"
-#: help.c:207
+#: help.c:192
#, c-format
msgid " \\dc[S+] [PATTERN] list conversions\n"
msgstr " \\dc[S+] [MUSTER] Konversionen auflisten\n"
-#: help.c:208
+#: help.c:193
#, c-format
msgid " \\dC[+] [PATTERN] list casts\n"
msgstr " \\dC[+] [MUSTER] Typumwandlungen (Casts) auflisten\n"
-#: help.c:209
+#: help.c:194
#, c-format
msgid " \\dd[S] [PATTERN] show object descriptions not displayed elsewhere\n"
msgstr ""
" \\dd[S] [MUSTER] Objektbeschreibungen zeigen, die nirgendwo anders\n"
" erscheinen\n"
-#: help.c:210
+#: help.c:195
#, c-format
msgid " \\ddp [PATTERN] list default privileges\n"
msgstr " \\ddp [MUSTER] Vorgabeprivilegien auflisten\n"
-#: help.c:211
+#: help.c:196
#, c-format
msgid " \\dD[S+] [PATTERN] list domains\n"
msgstr " \\dD[S+] [MUSTER] Domänen auflisten\n"
-#: help.c:212
+#: help.c:197
#, c-format
msgid " \\det[+] [PATTERN] list foreign tables\n"
msgstr " \\det[+] [MUSTER] Fremdtabellen auflisten\n"
-#: help.c:213
+#: help.c:198
#, c-format
msgid " \\des[+] [PATTERN] list foreign servers\n"
msgstr " \\des[+] [MUSTER] Fremdserver auflisten\n"
-#: help.c:214
+#: help.c:199
#, c-format
msgid " \\deu[+] [PATTERN] list user mappings\n"
msgstr " \\deu[+] [MUSTER] Benutzerabbildungen auflisten\n"
-#: help.c:215
+#: help.c:200
#, c-format
msgid " \\dew[+] [PATTERN] list foreign-data wrappers\n"
msgstr " \\dew[+] [MUSTER] Fremddaten-Wrapper auflisten\n"
-#: help.c:216
+#: help.c:201
#, c-format
msgid " \\df[antw][S+] [PATRN] list [only agg/normal/trigger/window] functions\n"
msgstr " \\df[antw][S+] [MUSTR] Funktionen [nur Agg/normale/Trigger/Fenster] auflisten\n"
-#: help.c:217
+#: help.c:202
#, c-format
msgid " \\dF[+] [PATTERN] list text search configurations\n"
msgstr " \\dF[+] [MUSTER] Textsuchekonfigurationen auflisten\n"
-#: help.c:218
+#: help.c:203
#, c-format
msgid " \\dFd[+] [PATTERN] list text search dictionaries\n"
msgstr " \\dFd[+] [MUSTER] Textsuchewörterbücher auflisten\n"
-#: help.c:219
+#: help.c:204
#, c-format
msgid " \\dFp[+] [PATTERN] list text search parsers\n"
msgstr " \\dFp[+] [MUSTER] Textsucheparser auflisten\n"
-#: help.c:220
+#: help.c:205
#, c-format
msgid " \\dFt[+] [PATTERN] list text search templates\n"
msgstr " \\dFt[+] [MUSTER] Textsuchevorlagen auflisten\n"
-#: help.c:221
+#: help.c:206
#, c-format
msgid " \\dg[+] [PATTERN] list roles\n"
msgstr " \\dg[+] [MUSTER] Rollen auflisten\n"
-#: help.c:222
+#: help.c:207
#, c-format
msgid " \\di[S+] [PATTERN] list indexes\n"
msgstr " \\di[S+] [MUSTER] Indexe auflisten\n"
-#: help.c:223
+#: help.c:208
#, c-format
msgid " \\dl list large objects, same as \\lo_list\n"
msgstr " \\dl Large Objects auflisten, wie \\lo_list\n"
-#: help.c:224
+#: help.c:209
#, c-format
msgid " \\dL[S+] [PATTERN] list procedural languages\n"
msgstr " \\dL[S+] [MUSTER] prozedurale Sprachen auflisten\n"
-#: help.c:225
+#: help.c:210
#, c-format
msgid " \\dm[S+] [PATTERN] list materialized views\n"
msgstr " \\dm[S+] [MUSTER] materialisierte Sichten auflisten\n"
-#: help.c:226
+#: help.c:211
#, c-format
msgid " \\dn[S+] [PATTERN] list schemas\n"
msgstr " \\dn[S+] [MUSTER] Schemas auflisten\n"
-#: help.c:227
+#: help.c:212
#, c-format
msgid " \\do[S] [PATTERN] list operators\n"
msgstr " \\do[S] [MUSTER] Operatoren auflisten\n"
-#: help.c:228
+#: help.c:213
#, c-format
msgid " \\dO[S+] [PATTERN] list collations\n"
msgstr " \\dO[S+] [MUSTER] Sortierfolgen auflisten\n"
-#: help.c:229
+#: help.c:214
#, c-format
msgid " \\dp [PATTERN] list table, view, and sequence access privileges\n"
msgstr ""
" \\dp [MUSTER] Zugriffsprivilegien für Tabellen, Sichten und\n"
" Sequenzen auflisten\n"
-#: help.c:230
+#: help.c:215
#, c-format
msgid " \\drds [PATRN1 [PATRN2]] list per-database role settings\n"
msgstr " \\drds [MUSTER1 [MUSTER2]] datenbankspezifische Rolleneinstellungen auflisten\n"
-#: help.c:231
+#: help.c:216
#, c-format
msgid " \\ds[S+] [PATTERN] list sequences\n"
msgstr " \\ds[S+] [MUSTER] Sequenzen auflisten\n"
-#: help.c:232
+#: help.c:217
#, c-format
msgid " \\dt[S+] [PATTERN] list tables\n"
msgstr " \\dt[S+] [MUSTER] Tabellen auflisten\n"
-#: help.c:233
+#: help.c:218
#, c-format
msgid " \\dT[S+] [PATTERN] list data types\n"
msgstr " \\dT[S+] [MUSTER] Datentypen auflisten\n"
-#: help.c:234
+#: help.c:219
#, c-format
msgid " \\du[+] [PATTERN] list roles\n"
msgstr " \\du[+] [MUSTER] Rollen auflisten\n"
-#: help.c:235
+#: help.c:220
#, c-format
msgid " \\dv[S+] [PATTERN] list views\n"
msgstr " \\dv[S+] [MUSTER] Sichten auflisten\n"
-#: help.c:236
+#: help.c:221
#, c-format
msgid " \\dE[S+] [PATTERN] list foreign tables\n"
msgstr " \\dE[S+] [MUSTER] Fremdtabellen auflisten\n"
-#: help.c:237
+#: help.c:222
#, c-format
msgid " \\dx[+] [PATTERN] list extensions\n"
msgstr " \\dx[+] [MUSTER] Erweiterungen auflisten\n"
-#: help.c:238
+#: help.c:223
#, c-format
msgid " \\dy [PATTERN] list event triggers\n"
msgstr " \\dy [MUSTER] Ereignistrigger auflisten\n"
-#: help.c:239
+#: help.c:224
#, c-format
msgid " \\l[+] [PATTERN] list databases\n"
msgstr " \\l[+] [MUSTER] Datenbanken auflisten\n"
-#: help.c:240
+#: help.c:225
#, c-format
msgid " \\sf[+] FUNCNAME show a function's definition\n"
msgstr " \\sf[+] [FUNKNAME] Funktionsdefinition zeigen\n"
-#: help.c:241
+#: help.c:226
#, c-format
msgid " \\z [PATTERN] same as \\dp\n"
msgstr " \\z [MUSTER] äquivalent zu \\dp\n"
-#: help.c:244
+#: help.c:229
#, c-format
msgid "Formatting\n"
msgstr "Formatierung\n"
-#: help.c:245
+#: help.c:230
#, c-format
msgid " \\a toggle between unaligned and aligned output mode\n"
msgstr ""
" \\a zwischen unausgerichtetem und ausgerichtetem Ausgabemodus\n"
" umschalten\n"
-#: help.c:246
+#: help.c:231
#, c-format
msgid " \\C [STRING] set table title, or unset if none\n"
msgstr " \\C [TEXT] Tabellentitel setzen oder löschen\n"
-#: help.c:247
+#: help.c:232
#, c-format
msgid " \\f [STRING] show or set field separator for unaligned query output\n"
msgstr " \\f [ZEICHEN] Feldtrennzeichen zeigen oder setzen\n"
-#: help.c:248
+#: help.c:233
#, c-format
msgid " \\H toggle HTML output mode (currently %s)\n"
msgstr " \\H HTML-Ausgabemodus umschalten (gegenwärtig %s)\n"
-#: help.c:250
-#, c-format
+#: help.c:235
+#, fuzzy, c-format
+#| msgid ""
+#| " \\pset NAME [VALUE] set table output option\n"
+#| " (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
+#| " numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"
msgid ""
-" \\pset NAME [VALUE] set table output option\n"
+" \\pset [NAME [VALUE]] set table output option\n"
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"
msgstr ""
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"
-#: help.c:253
+#: help.c:238
#, c-format
msgid " \\t [on|off] show only rows (currently %s)\n"
msgstr " \\t [on|off] nur Datenzeilen zeigen (gegenwärtig %s)\n"
-#: help.c:255
+#: help.c:240
#, c-format
msgid " \\T [STRING] set HTML <table> tag attributes, or unset if none\n"
msgstr " \\T [TEXT] HTML <table>-Tag-Attribute setzen oder löschen\n"
-#: help.c:256
+#: help.c:241
#, c-format
msgid " \\x [on|off|auto] toggle expanded output (currently %s)\n"
msgstr " \\x [on|off|auto] erweiterte Ausgabe umschalten (gegenwärtig %s)\n"
-#: help.c:260
+#: help.c:245
#, c-format
msgid "Connection\n"
msgstr "Verbindung\n"
-#: help.c:262
+#: help.c:247
#, c-format
msgid ""
" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n"
" \\c[onnect] [DBNAME|- BENUTZER|- HOST|- PORT|-]\n"
" mit neuer Datenbank verbinden (aktuell „%s“)\n"
-#: help.c:266
+#: help.c:251
#, c-format
msgid ""
" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n"
" \\c[onnect] [DBNAME|- BENUTZER|- HOST|- PORT|-]\n"
" mit neuer Datenbank verbinden (aktuell keine Verbindung)\n"
-#: help.c:268
+#: help.c:253
#, c-format
msgid " \\encoding [ENCODING] show or set client encoding\n"
msgstr " \\encoding [KODIERUNG] Client-Kodierung zeigen oder setzen\n"
-#: help.c:269
+#: help.c:254
#, c-format
msgid " \\password [USERNAME] securely change the password for a user\n"
msgstr ""
" \\password [BENUTZERNAME]\n"
" sicheres Ändern eines Benutzerpasswortes\n"
-#: help.c:270
+#: help.c:255
#, c-format
msgid " \\conninfo display information about current connection\n"
msgstr " \\conninfo Informationen über aktuelle Verbindung anzeigen\n"
-#: help.c:273
+#: help.c:258
#, c-format
msgid "Operating System\n"
msgstr "Betriebssystem\n"
-#: help.c:274
+#: help.c:259
#, c-format
msgid " \\cd [DIR] change the current working directory\n"
msgstr " \\cd [VERZ] Arbeitsverzeichnis wechseln\n"
-#: help.c:275
+#: help.c:260
#, c-format
msgid " \\setenv NAME [VALUE] set or unset environment variable\n"
msgstr " \\setenv NAME [WERT] Umgebungsvariable setzen oder löschen\n"
-#: help.c:276
+#: help.c:261
#, c-format
msgid " \\timing [on|off] toggle timing of commands (currently %s)\n"
msgstr " \\timing [on|off] Zeitmessung umschalten (gegenwärtig %s)\n"
-#: help.c:278
+#: help.c:263
#, c-format
msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
msgstr " \\! [BEFEHL] Befehl in Shell ausführen oder interaktive Shell starten\n"
-#: help.c:281
+#: help.c:266
#, c-format
msgid "Variables\n"
msgstr "Variablen\n"
-#: help.c:282
+#: help.c:267
#, c-format
msgid " \\prompt [TEXT] NAME prompt user to set internal variable\n"
msgstr " \\prompt [TEXT] NAME interne Variable vom Benutzer abfragen\n"
-#: help.c:283
+#: help.c:268
#, c-format
msgid " \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n"
msgstr " \\set [NAME [WERT]] interne Variable setzen, oder alle anzeigen\n"
-#: help.c:284
+#: help.c:269
#, c-format
msgid " \\unset NAME unset (delete) internal variable\n"
msgstr " \\unset NAME interne Variable löschen\n"
-#: help.c:287
+#: help.c:272
#, c-format
msgid "Large Objects\n"
msgstr "Large Objects\n"
-#: help.c:288
+#: help.c:273
#, c-format
msgid ""
" \\lo_export LOBOID FILE\n"
" \\lo_list\n"
" \\lo_unlink LOBOID Large-Object-Operationen\n"
-#: help.c:335
+#: help.c:320
msgid "Available help:\n"
msgstr "Verfügbare Hilfe:\n"
-#: help.c:419
+#: help.c:404
#, c-format
msgid ""
"Command: %s\n"
"%s\n"
"\n"
-#: help.c:435
+#: help.c:420
#, c-format
msgid ""
"No help available for \"%s\".\n"
msgid "could not read from input file: %s\n"
msgstr "konnte nicht aus Eingabedatei lesen: %s\n"
-#: input.c:407
+#: input.c:403
#, c-format
msgid "could not save history to file \"%s\": %s\n"
msgstr "konnte Befehlsgeschichte nicht in „%s“ speichern: %s\n"
-#: input.c:412
+#: input.c:408
#, c-format
msgid "history is not supported by this installation\n"
msgstr "Befehlsgeschichte wird von dieser Installation nicht unterstützt\n"
msgid "can't escape without active connection\n"
msgstr "Escape kann nicht ohne aktive Verbindung ausgeführt werden\n"
-#: sql_help.c:26 sql_help.c:29 sql_help.c:32 sql_help.c:44 sql_help.c:46
-#: sql_help.c:48 sql_help.c:59 sql_help.c:61 sql_help.c:63 sql_help.c:87
-#: sql_help.c:91 sql_help.c:93 sql_help.c:95 sql_help.c:97 sql_help.c:100
-#: sql_help.c:102 sql_help.c:104 sql_help.c:197 sql_help.c:199 sql_help.c:200
-#: sql_help.c:202 sql_help.c:204 sql_help.c:207 sql_help.c:209 sql_help.c:211
-#: sql_help.c:213 sql_help.c:225 sql_help.c:226 sql_help.c:227 sql_help.c:229
-#: sql_help.c:268 sql_help.c:270 sql_help.c:272 sql_help.c:274 sql_help.c:322
-#: sql_help.c:327 sql_help.c:329 sql_help.c:360 sql_help.c:362 sql_help.c:365
-#: sql_help.c:367 sql_help.c:420 sql_help.c:425 sql_help.c:430 sql_help.c:435
-#: sql_help.c:473 sql_help.c:475 sql_help.c:477 sql_help.c:480 sql_help.c:490
-#: sql_help.c:492 sql_help.c:530 sql_help.c:532 sql_help.c:535 sql_help.c:537
-#: sql_help.c:562 sql_help.c:566 sql_help.c:579 sql_help.c:582 sql_help.c:585
-#: sql_help.c:605 sql_help.c:617 sql_help.c:625 sql_help.c:628 sql_help.c:631
-#: sql_help.c:661 sql_help.c:667 sql_help.c:669 sql_help.c:673 sql_help.c:676
-#: sql_help.c:679 sql_help.c:688 sql_help.c:699 sql_help.c:701 sql_help.c:718
-#: sql_help.c:727 sql_help.c:729 sql_help.c:731 sql_help.c:743 sql_help.c:747
-#: sql_help.c:749 sql_help.c:810 sql_help.c:812 sql_help.c:815 sql_help.c:818
-#: sql_help.c:820 sql_help.c:878 sql_help.c:880 sql_help.c:882 sql_help.c:885
-#: sql_help.c:906 sql_help.c:909 sql_help.c:912 sql_help.c:915 sql_help.c:919
-#: sql_help.c:921 sql_help.c:923 sql_help.c:925 sql_help.c:939 sql_help.c:942
-#: sql_help.c:944 sql_help.c:946 sql_help.c:956 sql_help.c:958 sql_help.c:968
-#: sql_help.c:970 sql_help.c:979 sql_help.c:1000 sql_help.c:1002
-#: sql_help.c:1004 sql_help.c:1007 sql_help.c:1009 sql_help.c:1011
-#: sql_help.c:1049 sql_help.c:1055 sql_help.c:1057 sql_help.c:1060
-#: sql_help.c:1062 sql_help.c:1064 sql_help.c:1091 sql_help.c:1094
-#: sql_help.c:1096 sql_help.c:1098 sql_help.c:1100 sql_help.c:1102
-#: sql_help.c:1105 sql_help.c:1145 sql_help.c:1336 sql_help.c:1344
-#: sql_help.c:1388 sql_help.c:1392 sql_help.c:1402 sql_help.c:1420
-#: sql_help.c:1443 sql_help.c:1461 sql_help.c:1489 sql_help.c:1548
-#: sql_help.c:1590 sql_help.c:1612 sql_help.c:1632 sql_help.c:1633
-#: sql_help.c:1668 sql_help.c:1688 sql_help.c:1710 sql_help.c:1738
-#: sql_help.c:1759 sql_help.c:1794 sql_help.c:1975 sql_help.c:1988
-#: sql_help.c:2005 sql_help.c:2021 sql_help.c:2044 sql_help.c:2095
-#: sql_help.c:2099 sql_help.c:2101 sql_help.c:2107 sql_help.c:2125
-#: sql_help.c:2152 sql_help.c:2186 sql_help.c:2198 sql_help.c:2207
-#: sql_help.c:2251 sql_help.c:2269 sql_help.c:2277 sql_help.c:2285
-#: sql_help.c:2293 sql_help.c:2301 sql_help.c:2309 sql_help.c:2317
-#: sql_help.c:2325 sql_help.c:2334 sql_help.c:2345 sql_help.c:2353
-#: sql_help.c:2361 sql_help.c:2369 sql_help.c:2377 sql_help.c:2387
-#: sql_help.c:2396 sql_help.c:2405 sql_help.c:2413 sql_help.c:2421
-#: sql_help.c:2430 sql_help.c:2438 sql_help.c:2446 sql_help.c:2454
-#: sql_help.c:2462 sql_help.c:2470 sql_help.c:2478 sql_help.c:2486
-#: sql_help.c:2494 sql_help.c:2502 sql_help.c:2511 sql_help.c:2519
-#: sql_help.c:2536 sql_help.c:2551 sql_help.c:2757 sql_help.c:2808
-#: sql_help.c:2836 sql_help.c:2844 sql_help.c:3214 sql_help.c:3262
-#: sql_help.c:3370
+#: sql_help.c:32 sql_help.c:35 sql_help.c:38 sql_help.c:60 sql_help.c:62
+#: sql_help.c:64 sql_help.c:75 sql_help.c:77 sql_help.c:79 sql_help.c:103
+#: sql_help.c:107 sql_help.c:109 sql_help.c:111 sql_help.c:113 sql_help.c:116
+#: sql_help.c:118 sql_help.c:120 sql_help.c:213 sql_help.c:215 sql_help.c:216
+#: sql_help.c:218 sql_help.c:220 sql_help.c:223 sql_help.c:225 sql_help.c:227
+#: sql_help.c:229 sql_help.c:241 sql_help.c:242 sql_help.c:243 sql_help.c:245
+#: sql_help.c:290 sql_help.c:292 sql_help.c:294 sql_help.c:296 sql_help.c:354
+#: sql_help.c:359 sql_help.c:361 sql_help.c:396 sql_help.c:398 sql_help.c:401
+#: sql_help.c:403 sql_help.c:460 sql_help.c:465 sql_help.c:470 sql_help.c:475
+#: sql_help.c:515 sql_help.c:517 sql_help.c:519 sql_help.c:522 sql_help.c:524
+#: sql_help.c:535 sql_help.c:537 sql_help.c:577 sql_help.c:579 sql_help.c:582
+#: sql_help.c:584 sql_help.c:586 sql_help.c:612 sql_help.c:616 sql_help.c:629
+#: sql_help.c:632 sql_help.c:635 sql_help.c:655 sql_help.c:667 sql_help.c:675
+#: sql_help.c:678 sql_help.c:681 sql_help.c:711 sql_help.c:717 sql_help.c:719
+#: sql_help.c:723 sql_help.c:726 sql_help.c:729 sql_help.c:738 sql_help.c:749
+#: sql_help.c:751 sql_help.c:768 sql_help.c:777 sql_help.c:779 sql_help.c:781
+#: sql_help.c:793 sql_help.c:797 sql_help.c:799 sql_help.c:874 sql_help.c:876
+#: sql_help.c:879 sql_help.c:882 sql_help.c:884 sql_help.c:886 sql_help.c:947
+#: sql_help.c:949 sql_help.c:951 sql_help.c:954 sql_help.c:975 sql_help.c:978
+#: sql_help.c:981 sql_help.c:984 sql_help.c:988 sql_help.c:990 sql_help.c:992
+#: sql_help.c:994 sql_help.c:1008 sql_help.c:1011 sql_help.c:1013
+#: sql_help.c:1015 sql_help.c:1025 sql_help.c:1027 sql_help.c:1037
+#: sql_help.c:1039 sql_help.c:1048 sql_help.c:1069 sql_help.c:1071
+#: sql_help.c:1073 sql_help.c:1076 sql_help.c:1078 sql_help.c:1080
+#: sql_help.c:1118 sql_help.c:1124 sql_help.c:1126 sql_help.c:1129
+#: sql_help.c:1131 sql_help.c:1133 sql_help.c:1165 sql_help.c:1168
+#: sql_help.c:1170 sql_help.c:1172 sql_help.c:1174 sql_help.c:1176
+#: sql_help.c:1179 sql_help.c:1224 sql_help.c:1462 sql_help.c:1478
+#: sql_help.c:1491 sql_help.c:1542 sql_help.c:1546 sql_help.c:1556
+#: sql_help.c:1574 sql_help.c:1597 sql_help.c:1615 sql_help.c:1643
+#: sql_help.c:1702 sql_help.c:1744 sql_help.c:1766 sql_help.c:1786
+#: sql_help.c:1787 sql_help.c:1822 sql_help.c:1842 sql_help.c:1864
+#: sql_help.c:1892 sql_help.c:1917 sql_help.c:1953 sql_help.c:2139
+#: sql_help.c:2152 sql_help.c:2169 sql_help.c:2185 sql_help.c:2208
+#: sql_help.c:2259 sql_help.c:2263 sql_help.c:2265 sql_help.c:2271
+#: sql_help.c:2289 sql_help.c:2316 sql_help.c:2356 sql_help.c:2373
+#: sql_help.c:2382 sql_help.c:2432 sql_help.c:2460 sql_help.c:2468
+#: sql_help.c:2476 sql_help.c:2484 sql_help.c:2492 sql_help.c:2500
+#: sql_help.c:2508 sql_help.c:2516 sql_help.c:2525 sql_help.c:2536
+#: sql_help.c:2544 sql_help.c:2552 sql_help.c:2560 sql_help.c:2568
+#: sql_help.c:2578 sql_help.c:2587 sql_help.c:2596 sql_help.c:2604
+#: sql_help.c:2612 sql_help.c:2621 sql_help.c:2629 sql_help.c:2637
+#: sql_help.c:2645 sql_help.c:2653 sql_help.c:2661 sql_help.c:2669
+#: sql_help.c:2677 sql_help.c:2685 sql_help.c:2693 sql_help.c:2702
+#: sql_help.c:2710 sql_help.c:2727 sql_help.c:2742 sql_help.c:2948
+#: sql_help.c:2999 sql_help.c:3027 sql_help.c:3035 sql_help.c:3433
+#: sql_help.c:3481 sql_help.c:3601
msgid "name"
msgstr "Name"
-#: sql_help.c:27 sql_help.c:30 sql_help.c:33 sql_help.c:290 sql_help.c:423
-#: sql_help.c:428 sql_help.c:433 sql_help.c:438 sql_help.c:1218
-#: sql_help.c:1551 sql_help.c:2252 sql_help.c:2337 sql_help.c:3061
-msgid "argtype"
-msgstr "Argtyp"
-
-#: sql_help.c:28 sql_help.c:45 sql_help.c:60 sql_help.c:92 sql_help.c:212
-#: sql_help.c:230 sql_help.c:330 sql_help.c:366 sql_help.c:429 sql_help.c:462
-#: sql_help.c:474 sql_help.c:491 sql_help.c:536 sql_help.c:581 sql_help.c:627
-#: sql_help.c:668 sql_help.c:690 sql_help.c:700 sql_help.c:730 sql_help.c:750
-#: sql_help.c:819 sql_help.c:879 sql_help.c:922 sql_help.c:943 sql_help.c:957
-#: sql_help.c:969 sql_help.c:981 sql_help.c:1008 sql_help.c:1056
-#: sql_help.c:1099
+#: sql_help.c:33 sql_help.c:36 sql_help.c:39 sql_help.c:300 sql_help.c:1285
+#: sql_help.c:2433 sql_help.c:3250
+#, fuzzy
+#| msgid "aggregates cannot return sets"
+msgid "aggregate_signature"
+msgstr "Aggregatfunktionen können keine Ergebnismengen zurückgeben"
+
+#: sql_help.c:34 sql_help.c:61 sql_help.c:76 sql_help.c:108 sql_help.c:228
+#: sql_help.c:246 sql_help.c:362 sql_help.c:402 sql_help.c:469 sql_help.c:502
+#: sql_help.c:516 sql_help.c:536 sql_help.c:583 sql_help.c:631 sql_help.c:677
+#: sql_help.c:718 sql_help.c:740 sql_help.c:750 sql_help.c:780 sql_help.c:800
+#: sql_help.c:883 sql_help.c:948 sql_help.c:991 sql_help.c:1012
+#: sql_help.c:1026 sql_help.c:1038 sql_help.c:1050 sql_help.c:1077
+#: sql_help.c:1125 sql_help.c:1173
msgid "new_name"
msgstr "neuer_Name"
-#: sql_help.c:31 sql_help.c:47 sql_help.c:62 sql_help.c:94 sql_help.c:210
-#: sql_help.c:228 sql_help.c:328 sql_help.c:391 sql_help.c:434 sql_help.c:493
-#: sql_help.c:502 sql_help.c:552 sql_help.c:565 sql_help.c:584 sql_help.c:630
-#: sql_help.c:702 sql_help.c:728 sql_help.c:748 sql_help.c:863 sql_help.c:881
-#: sql_help.c:924 sql_help.c:945 sql_help.c:1003 sql_help.c:1097
+#: sql_help.c:37 sql_help.c:63 sql_help.c:78 sql_help.c:110 sql_help.c:226
+#: sql_help.c:244 sql_help.c:360 sql_help.c:431 sql_help.c:474 sql_help.c:538
+#: sql_help.c:547 sql_help.c:602 sql_help.c:615 sql_help.c:634 sql_help.c:680
+#: sql_help.c:752 sql_help.c:778 sql_help.c:798 sql_help.c:931 sql_help.c:950
+#: sql_help.c:993 sql_help.c:1014 sql_help.c:1072 sql_help.c:1171
msgid "new_owner"
msgstr "neuer_Eigentümer"
-#: sql_help.c:34 sql_help.c:49 sql_help.c:64 sql_help.c:214 sql_help.c:271
-#: sql_help.c:368 sql_help.c:439 sql_help.c:538 sql_help.c:569 sql_help.c:587
-#: sql_help.c:633 sql_help.c:732 sql_help.c:821 sql_help.c:926 sql_help.c:947
-#: sql_help.c:959 sql_help.c:971 sql_help.c:1010 sql_help.c:1101
+#: sql_help.c:40 sql_help.c:65 sql_help.c:80 sql_help.c:230 sql_help.c:293
+#: sql_help.c:404 sql_help.c:479 sql_help.c:585 sql_help.c:619 sql_help.c:637
+#: sql_help.c:683 sql_help.c:782 sql_help.c:885 sql_help.c:995 sql_help.c:1016
+#: sql_help.c:1028 sql_help.c:1040 sql_help.c:1079 sql_help.c:1175
msgid "new_schema"
msgstr "neues_Schema"
-#: sql_help.c:88 sql_help.c:325 sql_help.c:389 sql_help.c:392 sql_help.c:662
-#: sql_help.c:745 sql_help.c:940 sql_help.c:1050 sql_help.c:1076
-#: sql_help.c:1293 sql_help.c:1299 sql_help.c:1492 sql_help.c:1516
-#: sql_help.c:1521 sql_help.c:1591 sql_help.c:1739 sql_help.c:1815
-#: sql_help.c:1990 sql_help.c:2153 sql_help.c:2175 sql_help.c:2570
+#: sql_help.c:41 sql_help.c:1332 sql_help.c:2434 sql_help.c:3269
+#, fuzzy
+#| msgid "where constraint is:"
+msgid "where aggregate_signature is:"
+msgstr "wobei Constraint Folgendes ist:"
+
+#: sql_help.c:42 sql_help.c:45 sql_help.c:48 sql_help.c:310 sql_help.c:333
+#: sql_help.c:336 sql_help.c:339 sql_help.c:461 sql_help.c:466 sql_help.c:471
+#: sql_help.c:476 sql_help.c:1301 sql_help.c:1333 sql_help.c:1336
+#: sql_help.c:1339 sql_help.c:1463 sql_help.c:1479 sql_help.c:1482
+#: sql_help.c:1703 sql_help.c:2435 sql_help.c:2438 sql_help.c:2441
+#: sql_help.c:2526 sql_help.c:2886 sql_help.c:3165 sql_help.c:3256
+#: sql_help.c:3270 sql_help.c:3273 sql_help.c:3276
+msgid "argmode"
+msgstr "Argmodus"
+
+#: sql_help.c:43 sql_help.c:46 sql_help.c:49 sql_help.c:311 sql_help.c:334
+#: sql_help.c:337 sql_help.c:340 sql_help.c:462 sql_help.c:467 sql_help.c:472
+#: sql_help.c:477 sql_help.c:1302 sql_help.c:1334 sql_help.c:1337
+#: sql_help.c:1340 sql_help.c:1464 sql_help.c:1480 sql_help.c:1483
+#: sql_help.c:1704 sql_help.c:2436 sql_help.c:2439 sql_help.c:2442
+#: sql_help.c:2527 sql_help.c:3257 sql_help.c:3271 sql_help.c:3274
+#: sql_help.c:3277
+msgid "argname"
+msgstr "Argname"
+
+#: sql_help.c:44 sql_help.c:47 sql_help.c:50 sql_help.c:312 sql_help.c:335
+#: sql_help.c:338 sql_help.c:341 sql_help.c:463 sql_help.c:468 sql_help.c:473
+#: sql_help.c:478 sql_help.c:1303 sql_help.c:1335 sql_help.c:1338
+#: sql_help.c:1341 sql_help.c:1705 sql_help.c:2437 sql_help.c:2440
+#: sql_help.c:2443 sql_help.c:2528 sql_help.c:3258 sql_help.c:3272
+#: sql_help.c:3275 sql_help.c:3278
+msgid "argtype"
+msgstr "Argtyp"
+
+#: sql_help.c:104 sql_help.c:357 sql_help.c:425 sql_help.c:432 sql_help.c:712
+#: sql_help.c:795 sql_help.c:1009 sql_help.c:1119 sql_help.c:1145
+#: sql_help.c:1389 sql_help.c:1395 sql_help.c:1646 sql_help.c:1670
+#: sql_help.c:1675 sql_help.c:1745 sql_help.c:1893 sql_help.c:1974
+#: sql_help.c:2154 sql_help.c:2317 sql_help.c:2339 sql_help.c:2761
msgid "option"
msgstr "Option"
-#: sql_help.c:89 sql_help.c:663 sql_help.c:1051 sql_help.c:1592
-#: sql_help.c:1740 sql_help.c:2154
+#: sql_help.c:105 sql_help.c:713 sql_help.c:1120 sql_help.c:1746
+#: sql_help.c:1894 sql_help.c:2318
msgid "where option can be:"
msgstr "wobei Option Folgendes sein kann:"
-#: sql_help.c:90 sql_help.c:664 sql_help.c:1052 sql_help.c:1427
-#: sql_help.c:1741 sql_help.c:2155
+#: sql_help.c:106 sql_help.c:714 sql_help.c:1121 sql_help.c:1581
+#: sql_help.c:1895 sql_help.c:2319
msgid "connlimit"
msgstr "Verbindungslimit"
-#: sql_help.c:96 sql_help.c:553 sql_help.c:864
+#: sql_help.c:112 sql_help.c:526 sql_help.c:588 sql_help.c:603 sql_help.c:888
+#: sql_help.c:932
msgid "new_tablespace"
msgstr "neuer_Tablespace"
-#: sql_help.c:98 sql_help.c:101 sql_help.c:103 sql_help.c:443 sql_help.c:445
-#: sql_help.c:446 sql_help.c:671 sql_help.c:675 sql_help.c:678 sql_help.c:1058
-#: sql_help.c:1061 sql_help.c:1063 sql_help.c:1559 sql_help.c:2861
-#: sql_help.c:3203
+#: sql_help.c:114 sql_help.c:117 sql_help.c:119 sql_help.c:483 sql_help.c:485
+#: sql_help.c:486 sql_help.c:721 sql_help.c:725 sql_help.c:728 sql_help.c:808
+#: sql_help.c:1127 sql_help.c:1130 sql_help.c:1132 sql_help.c:1713
+#: sql_help.c:3052 sql_help.c:3422
msgid "configuration_parameter"
msgstr "Konfigurationsparameter"
-#: sql_help.c:99 sql_help.c:326 sql_help.c:385 sql_help.c:390 sql_help.c:393
-#: sql_help.c:444 sql_help.c:479 sql_help.c:544 sql_help.c:550 sql_help.c:672
-#: sql_help.c:746 sql_help.c:840 sql_help.c:858 sql_help.c:884 sql_help.c:941
-#: sql_help.c:1059 sql_help.c:1077 sql_help.c:1493 sql_help.c:1517
-#: sql_help.c:1522 sql_help.c:1560 sql_help.c:1561 sql_help.c:1620
-#: sql_help.c:1652 sql_help.c:1816 sql_help.c:1890 sql_help.c:1898
-#: sql_help.c:1930 sql_help.c:1952 sql_help.c:1991 sql_help.c:2176
-#: sql_help.c:3204 sql_help.c:3205
+#: sql_help.c:115 sql_help.c:358 sql_help.c:421 sql_help.c:426 sql_help.c:433
+#: sql_help.c:484 sql_help.c:521 sql_help.c:594 sql_help.c:600 sql_help.c:722
+#: sql_help.c:796 sql_help.c:809 sql_help.c:810 sql_help.c:907 sql_help.c:926
+#: sql_help.c:953 sql_help.c:1010 sql_help.c:1128 sql_help.c:1146
+#: sql_help.c:1647 sql_help.c:1671 sql_help.c:1676 sql_help.c:1714
+#: sql_help.c:1715 sql_help.c:1774 sql_help.c:1806 sql_help.c:1975
+#: sql_help.c:2049 sql_help.c:2057 sql_help.c:2089 sql_help.c:2111
+#: sql_help.c:2128 sql_help.c:2155 sql_help.c:2340 sql_help.c:3423
+#: sql_help.c:3424
msgid "value"
msgstr "Wert"
-#: sql_help.c:161
+#: sql_help.c:177
msgid "target_role"
msgstr "Zielrolle"
-#: sql_help.c:162 sql_help.c:1476 sql_help.c:1776 sql_help.c:1781
-#: sql_help.c:2677 sql_help.c:2684 sql_help.c:2698 sql_help.c:2704
-#: sql_help.c:2956 sql_help.c:2963 sql_help.c:2977 sql_help.c:2983
+#: sql_help.c:178 sql_help.c:1630 sql_help.c:1935 sql_help.c:1940
+#: sql_help.c:2868 sql_help.c:2875 sql_help.c:2889 sql_help.c:2895
+#: sql_help.c:3147 sql_help.c:3154 sql_help.c:3168 sql_help.c:3174
msgid "schema_name"
msgstr "Schemaname"
-#: sql_help.c:163
+#: sql_help.c:179
msgid "abbreviated_grant_or_revoke"
msgstr "abgekürztes_Grant_oder_Revoke"
-#: sql_help.c:164
+#: sql_help.c:180
msgid "where abbreviated_grant_or_revoke is one of:"
msgstr "wobei abgekürztes_Grant_oder_Revoke Folgendes sein kann:"
-#: sql_help.c:165 sql_help.c:166 sql_help.c:167 sql_help.c:168 sql_help.c:169
-#: sql_help.c:170 sql_help.c:171 sql_help.c:172 sql_help.c:1595
-#: sql_help.c:1596 sql_help.c:1597 sql_help.c:1598 sql_help.c:1599
-#: sql_help.c:1744 sql_help.c:1745 sql_help.c:1746 sql_help.c:1747
-#: sql_help.c:1748 sql_help.c:2158 sql_help.c:2159 sql_help.c:2160
-#: sql_help.c:2161 sql_help.c:2162 sql_help.c:2678 sql_help.c:2682
-#: sql_help.c:2685 sql_help.c:2687 sql_help.c:2689 sql_help.c:2691
-#: sql_help.c:2693 sql_help.c:2699 sql_help.c:2701 sql_help.c:2703
-#: sql_help.c:2705 sql_help.c:2707 sql_help.c:2709 sql_help.c:2710
-#: sql_help.c:2711 sql_help.c:2957 sql_help.c:2961 sql_help.c:2964
-#: sql_help.c:2966 sql_help.c:2968 sql_help.c:2970 sql_help.c:2972
-#: sql_help.c:2978 sql_help.c:2980 sql_help.c:2982 sql_help.c:2984
-#: sql_help.c:2986 sql_help.c:2988 sql_help.c:2989 sql_help.c:2990
-#: sql_help.c:3224
+#: sql_help.c:181 sql_help.c:182 sql_help.c:183 sql_help.c:184 sql_help.c:185
+#: sql_help.c:186 sql_help.c:187 sql_help.c:188 sql_help.c:525 sql_help.c:587
+#: sql_help.c:887 sql_help.c:1749 sql_help.c:1750 sql_help.c:1751
+#: sql_help.c:1752 sql_help.c:1753 sql_help.c:1898 sql_help.c:1899
+#: sql_help.c:1900 sql_help.c:1901 sql_help.c:1902 sql_help.c:2322
+#: sql_help.c:2323 sql_help.c:2324 sql_help.c:2325 sql_help.c:2326
+#: sql_help.c:2869 sql_help.c:2873 sql_help.c:2876 sql_help.c:2878
+#: sql_help.c:2880 sql_help.c:2882 sql_help.c:2884 sql_help.c:2890
+#: sql_help.c:2892 sql_help.c:2894 sql_help.c:2896 sql_help.c:2898
+#: sql_help.c:2900 sql_help.c:2901 sql_help.c:2902 sql_help.c:3148
+#: sql_help.c:3152 sql_help.c:3155 sql_help.c:3157 sql_help.c:3159
+#: sql_help.c:3161 sql_help.c:3163 sql_help.c:3169 sql_help.c:3171
+#: sql_help.c:3173 sql_help.c:3175 sql_help.c:3177 sql_help.c:3179
+#: sql_help.c:3180 sql_help.c:3181 sql_help.c:3443
msgid "role_name"
msgstr "Rollenname"
-#: sql_help.c:198 sql_help.c:378 sql_help.c:831 sql_help.c:833 sql_help.c:1093
-#: sql_help.c:1446 sql_help.c:1450 sql_help.c:1616 sql_help.c:1902
-#: sql_help.c:1912 sql_help.c:1934 sql_help.c:2725 sql_help.c:3108
-#: sql_help.c:3109 sql_help.c:3113 sql_help.c:3118 sql_help.c:3178
-#: sql_help.c:3179 sql_help.c:3184 sql_help.c:3189 sql_help.c:3314
-#: sql_help.c:3315 sql_help.c:3319 sql_help.c:3324 sql_help.c:3396
-#: sql_help.c:3398 sql_help.c:3429 sql_help.c:3471 sql_help.c:3472
-#: sql_help.c:3476 sql_help.c:3481
+#: sql_help.c:214 sql_help.c:414 sql_help.c:898 sql_help.c:900 sql_help.c:1167
+#: sql_help.c:1600 sql_help.c:1604 sql_help.c:1770 sql_help.c:2061
+#: sql_help.c:2071 sql_help.c:2093 sql_help.c:2916 sql_help.c:3319
+#: sql_help.c:3320 sql_help.c:3324 sql_help.c:3329 sql_help.c:3397
+#: sql_help.c:3398 sql_help.c:3403 sql_help.c:3408 sql_help.c:3537
+#: sql_help.c:3538 sql_help.c:3542 sql_help.c:3547 sql_help.c:3627
+#: sql_help.c:3629 sql_help.c:3660 sql_help.c:3706 sql_help.c:3707
+#: sql_help.c:3711 sql_help.c:3716
msgid "expression"
msgstr "Ausdruck"
-#: sql_help.c:201
+#: sql_help.c:217
msgid "domain_constraint"
msgstr "Domänen-Constraint"
-#: sql_help.c:203 sql_help.c:205 sql_help.c:208 sql_help.c:816 sql_help.c:846
-#: sql_help.c:847 sql_help.c:866 sql_help.c:1206 sql_help.c:1449
-#: sql_help.c:1524 sql_help.c:1901 sql_help.c:1911
+#: sql_help.c:219 sql_help.c:221 sql_help.c:224 sql_help.c:880 sql_help.c:913
+#: sql_help.c:914 sql_help.c:915 sql_help.c:935 sql_help.c:1291
+#: sql_help.c:1603 sql_help.c:1678 sql_help.c:2060 sql_help.c:2070
msgid "constraint_name"
msgstr "Constraint-Name"
-#: sql_help.c:206 sql_help.c:817
+#: sql_help.c:222 sql_help.c:881
msgid "new_constraint_name"
msgstr "neuer_Constraint-Name"
-#: sql_help.c:269 sql_help.c:744
+#: sql_help.c:291 sql_help.c:794
msgid "new_version"
msgstr "neue_Version"
-#: sql_help.c:273 sql_help.c:275
+#: sql_help.c:295 sql_help.c:297
msgid "member_object"
msgstr "Elementobjekt"
-#: sql_help.c:276
+#: sql_help.c:298
msgid "where member_object is:"
msgstr "wobei Elementobjekt Folgendes ist:"
-#: sql_help.c:277 sql_help.c:1199 sql_help.c:3052
-msgid "agg_name"
+#: sql_help.c:299 sql_help.c:1284 sql_help.c:3249
+#, fuzzy
+#| msgid "agg_name"
+msgid "aggregate_name"
msgstr "Aggname"
-#: sql_help.c:278 sql_help.c:1200 sql_help.c:3053
-msgid "agg_type"
-msgstr "Aggtyp"
-
-#: sql_help.c:279 sql_help.c:1201 sql_help.c:1368 sql_help.c:1372
-#: sql_help.c:1374 sql_help.c:2260
+#: sql_help.c:301 sql_help.c:1286 sql_help.c:1522 sql_help.c:1526
+#: sql_help.c:1528 sql_help.c:2451
msgid "source_type"
msgstr "Quelltyp"
-#: sql_help.c:280 sql_help.c:1202 sql_help.c:1369 sql_help.c:1373
-#: sql_help.c:1375 sql_help.c:2261
+#: sql_help.c:302 sql_help.c:1287 sql_help.c:1523 sql_help.c:1527
+#: sql_help.c:1529 sql_help.c:2452
msgid "target_type"
msgstr "Zieltyp"
-#: sql_help.c:281 sql_help.c:282 sql_help.c:283 sql_help.c:284 sql_help.c:285
-#: sql_help.c:286 sql_help.c:291 sql_help.c:295 sql_help.c:297 sql_help.c:299
-#: sql_help.c:300 sql_help.c:301 sql_help.c:302 sql_help.c:303 sql_help.c:304
-#: sql_help.c:305 sql_help.c:306 sql_help.c:307 sql_help.c:308 sql_help.c:309
-#: sql_help.c:1203 sql_help.c:1208 sql_help.c:1209 sql_help.c:1210
-#: sql_help.c:1211 sql_help.c:1212 sql_help.c:1213 sql_help.c:1214
-#: sql_help.c:1219 sql_help.c:1221 sql_help.c:1225 sql_help.c:1227
-#: sql_help.c:1229 sql_help.c:1230 sql_help.c:1233 sql_help.c:1234
-#: sql_help.c:1235 sql_help.c:1236 sql_help.c:1237 sql_help.c:1238
-#: sql_help.c:1239 sql_help.c:1240 sql_help.c:1241 sql_help.c:1244
-#: sql_help.c:1245 sql_help.c:3049 sql_help.c:3054 sql_help.c:3055
-#: sql_help.c:3056 sql_help.c:3057 sql_help.c:3063 sql_help.c:3064
-#: sql_help.c:3065 sql_help.c:3066 sql_help.c:3067 sql_help.c:3068
-#: sql_help.c:3069 sql_help.c:3070
+#: sql_help.c:303 sql_help.c:304 sql_help.c:305 sql_help.c:306 sql_help.c:307
+#: sql_help.c:308 sql_help.c:313 sql_help.c:317 sql_help.c:319 sql_help.c:321
+#: sql_help.c:322 sql_help.c:323 sql_help.c:324 sql_help.c:325 sql_help.c:326
+#: sql_help.c:327 sql_help.c:328 sql_help.c:329 sql_help.c:330 sql_help.c:331
+#: sql_help.c:1288 sql_help.c:1293 sql_help.c:1294 sql_help.c:1295
+#: sql_help.c:1296 sql_help.c:1297 sql_help.c:1298 sql_help.c:1299
+#: sql_help.c:1304 sql_help.c:1306 sql_help.c:1310 sql_help.c:1312
+#: sql_help.c:1314 sql_help.c:1315 sql_help.c:1318 sql_help.c:1319
+#: sql_help.c:1320 sql_help.c:1321 sql_help.c:1322 sql_help.c:1323
+#: sql_help.c:1324 sql_help.c:1325 sql_help.c:1326 sql_help.c:1329
+#: sql_help.c:1330 sql_help.c:3246 sql_help.c:3251 sql_help.c:3252
+#: sql_help.c:3253 sql_help.c:3254 sql_help.c:3260 sql_help.c:3261
+#: sql_help.c:3262 sql_help.c:3263 sql_help.c:3264 sql_help.c:3265
+#: sql_help.c:3266 sql_help.c:3267
msgid "object_name"
msgstr "Objektname"
-#: sql_help.c:287 sql_help.c:615 sql_help.c:1215 sql_help.c:1370
-#: sql_help.c:1405 sql_help.c:1464 sql_help.c:1669 sql_help.c:1700
-#: sql_help.c:2049 sql_help.c:2694 sql_help.c:2973 sql_help.c:3058
-#: sql_help.c:3134 sql_help.c:3139 sql_help.c:3340 sql_help.c:3345
-#: sql_help.c:3497 sql_help.c:3502
+#: sql_help.c:309 sql_help.c:665 sql_help.c:1300 sql_help.c:1524
+#: sql_help.c:1559 sql_help.c:1618 sql_help.c:1823 sql_help.c:1854
+#: sql_help.c:2213 sql_help.c:2885 sql_help.c:3164 sql_help.c:3255
+#: sql_help.c:3345 sql_help.c:3349 sql_help.c:3353 sql_help.c:3356
+#: sql_help.c:3563 sql_help.c:3567 sql_help.c:3571 sql_help.c:3574
+#: sql_help.c:3732 sql_help.c:3736 sql_help.c:3740 sql_help.c:3743
msgid "function_name"
msgstr "Funktionsname"
-#: sql_help.c:288 sql_help.c:421 sql_help.c:426 sql_help.c:431 sql_help.c:436
-#: sql_help.c:1216 sql_help.c:1549 sql_help.c:2335 sql_help.c:2695
-#: sql_help.c:2974 sql_help.c:3059
-msgid "argmode"
-msgstr "Argmodus"
-
-#: sql_help.c:289 sql_help.c:422 sql_help.c:427 sql_help.c:432 sql_help.c:437
-#: sql_help.c:1217 sql_help.c:1550 sql_help.c:2336 sql_help.c:3060
-msgid "argname"
-msgstr "Argname"
-
-#: sql_help.c:292 sql_help.c:608 sql_help.c:1222 sql_help.c:1693
+#: sql_help.c:314 sql_help.c:658 sql_help.c:1307 sql_help.c:1847
msgid "operator_name"
msgstr "Operatorname"
-#: sql_help.c:293 sql_help.c:563 sql_help.c:567 sql_help.c:1223
-#: sql_help.c:1670 sql_help.c:2378
+#: sql_help.c:315 sql_help.c:613 sql_help.c:617 sql_help.c:1308
+#: sql_help.c:1824 sql_help.c:2569
msgid "left_type"
msgstr "linker_Typ"
-#: sql_help.c:294 sql_help.c:564 sql_help.c:568 sql_help.c:1224
-#: sql_help.c:1671 sql_help.c:2379
+#: sql_help.c:316 sql_help.c:614 sql_help.c:618 sql_help.c:1309
+#: sql_help.c:1825 sql_help.c:2570
msgid "right_type"
msgstr "rechter_Typ"
-#: sql_help.c:296 sql_help.c:298 sql_help.c:580 sql_help.c:583 sql_help.c:586
-#: sql_help.c:606 sql_help.c:618 sql_help.c:626 sql_help.c:629 sql_help.c:632
-#: sql_help.c:1226 sql_help.c:1228 sql_help.c:1690 sql_help.c:1711
-#: sql_help.c:1917 sql_help.c:2388 sql_help.c:2397
+#: sql_help.c:318 sql_help.c:320 sql_help.c:630 sql_help.c:633 sql_help.c:636
+#: sql_help.c:656 sql_help.c:668 sql_help.c:676 sql_help.c:679 sql_help.c:682
+#: sql_help.c:1311 sql_help.c:1313 sql_help.c:1844 sql_help.c:1865
+#: sql_help.c:2076 sql_help.c:2579 sql_help.c:2588
msgid "index_method"
msgstr "Indexmethode"
-#: sql_help.c:323 sql_help.c:1490
+#: sql_help.c:332
+msgid "and aggregate_signature is:"
+msgstr ""
+
+#: sql_help.c:355 sql_help.c:1644
msgid "handler_function"
msgstr "Handler-Funktion"
-#: sql_help.c:324 sql_help.c:1491
+#: sql_help.c:356 sql_help.c:1645
msgid "validator_function"
msgstr "Validator-Funktion"
-#: sql_help.c:361 sql_help.c:424 sql_help.c:531 sql_help.c:811 sql_help.c:1001
-#: sql_help.c:1908 sql_help.c:1909 sql_help.c:1925 sql_help.c:1926
+#: sql_help.c:397 sql_help.c:464 sql_help.c:578 sql_help.c:875 sql_help.c:1070
+#: sql_help.c:2067 sql_help.c:2068 sql_help.c:2084 sql_help.c:2085
msgid "action"
msgstr "Aktion"
-#: sql_help.c:363 sql_help.c:370 sql_help.c:374 sql_help.c:375 sql_help.c:377
-#: sql_help.c:379 sql_help.c:380 sql_help.c:381 sql_help.c:383 sql_help.c:386
-#: sql_help.c:388 sql_help.c:533 sql_help.c:540 sql_help.c:542 sql_help.c:545
-#: sql_help.c:547 sql_help.c:726 sql_help.c:813 sql_help.c:823 sql_help.c:827
-#: sql_help.c:828 sql_help.c:832 sql_help.c:834 sql_help.c:835 sql_help.c:836
-#: sql_help.c:838 sql_help.c:841 sql_help.c:843 sql_help.c:1092
-#: sql_help.c:1095 sql_help.c:1115 sql_help.c:1205 sql_help.c:1290
-#: sql_help.c:1295 sql_help.c:1309 sql_help.c:1310 sql_help.c:1514
-#: sql_help.c:1554 sql_help.c:1615 sql_help.c:1650 sql_help.c:1801
-#: sql_help.c:1881 sql_help.c:1894 sql_help.c:1913 sql_help.c:1915
-#: sql_help.c:1922 sql_help.c:1933 sql_help.c:1950 sql_help.c:2052
-#: sql_help.c:2187 sql_help.c:2679 sql_help.c:2680 sql_help.c:2724
-#: sql_help.c:2958 sql_help.c:2959 sql_help.c:3051 sql_help.c:3149
-#: sql_help.c:3355 sql_help.c:3395 sql_help.c:3397 sql_help.c:3414
-#: sql_help.c:3417 sql_help.c:3512
+#: sql_help.c:399 sql_help.c:406 sql_help.c:410 sql_help.c:411 sql_help.c:413
+#: sql_help.c:415 sql_help.c:416 sql_help.c:417 sql_help.c:419 sql_help.c:422
+#: sql_help.c:424 sql_help.c:580 sql_help.c:590 sql_help.c:592 sql_help.c:595
+#: sql_help.c:597 sql_help.c:776 sql_help.c:877 sql_help.c:890 sql_help.c:894
+#: sql_help.c:895 sql_help.c:899 sql_help.c:901 sql_help.c:902 sql_help.c:903
+#: sql_help.c:905 sql_help.c:908 sql_help.c:910 sql_help.c:1166
+#: sql_help.c:1169 sql_help.c:1194 sql_help.c:1290 sql_help.c:1386
+#: sql_help.c:1391 sql_help.c:1405 sql_help.c:1406 sql_help.c:1407
+#: sql_help.c:1668 sql_help.c:1708 sql_help.c:1769 sql_help.c:1804
+#: sql_help.c:1960 sql_help.c:2040 sql_help.c:2053 sql_help.c:2072
+#: sql_help.c:2074 sql_help.c:2081 sql_help.c:2092 sql_help.c:2109
+#: sql_help.c:2216 sql_help.c:2357 sql_help.c:2870 sql_help.c:2871
+#: sql_help.c:2915 sql_help.c:3149 sql_help.c:3150 sql_help.c:3248
+#: sql_help.c:3368 sql_help.c:3586 sql_help.c:3626 sql_help.c:3628
+#: sql_help.c:3645 sql_help.c:3648 sql_help.c:3755
msgid "column_name"
msgstr "Spaltenname"
-#: sql_help.c:364 sql_help.c:534 sql_help.c:814
+#: sql_help.c:400 sql_help.c:581 sql_help.c:878
msgid "new_column_name"
msgstr "neuer_Spaltenname"
-#: sql_help.c:369 sql_help.c:440 sql_help.c:539 sql_help.c:822 sql_help.c:1014
+#: sql_help.c:405 sql_help.c:480 sql_help.c:589 sql_help.c:889 sql_help.c:1083
msgid "where action is one of:"
msgstr "wobei Aktion Folgendes sein kann:"
-#: sql_help.c:371 sql_help.c:376 sql_help.c:824 sql_help.c:829 sql_help.c:1016
-#: sql_help.c:1020 sql_help.c:1444 sql_help.c:1515 sql_help.c:1689
-#: sql_help.c:1882 sql_help.c:2097 sql_help.c:2809
+#: sql_help.c:407 sql_help.c:412 sql_help.c:891 sql_help.c:896 sql_help.c:1085
+#: sql_help.c:1089 sql_help.c:1598 sql_help.c:1669 sql_help.c:1843
+#: sql_help.c:2041 sql_help.c:2261 sql_help.c:3000
msgid "data_type"
msgstr "Datentyp"
-#: sql_help.c:372 sql_help.c:825 sql_help.c:830 sql_help.c:1017
-#: sql_help.c:1021 sql_help.c:1445 sql_help.c:1518 sql_help.c:1617
-#: sql_help.c:1883 sql_help.c:2098 sql_help.c:2104
+#: sql_help.c:408 sql_help.c:892 sql_help.c:897 sql_help.c:1086
+#: sql_help.c:1090 sql_help.c:1599 sql_help.c:1672 sql_help.c:1771
+#: sql_help.c:2042 sql_help.c:2262 sql_help.c:2268
msgid "collation"
msgstr "Sortierfolge"
-#: sql_help.c:373 sql_help.c:826 sql_help.c:1519 sql_help.c:1884
-#: sql_help.c:1895
+#: sql_help.c:409 sql_help.c:893 sql_help.c:1673 sql_help.c:2043
+#: sql_help.c:2054
msgid "column_constraint"
msgstr "Spalten-Constraint"
-#: sql_help.c:382 sql_help.c:541 sql_help.c:837
+#: sql_help.c:418 sql_help.c:591 sql_help.c:904
msgid "integer"
msgstr "ganze_Zahl"
-#: sql_help.c:384 sql_help.c:387 sql_help.c:543 sql_help.c:546 sql_help.c:839
-#: sql_help.c:842
+#: sql_help.c:420 sql_help.c:423 sql_help.c:593 sql_help.c:596 sql_help.c:906
+#: sql_help.c:909
msgid "attribute_option"
msgstr "Attributoption"
-#: sql_help.c:441 sql_help.c:1557
+#: sql_help.c:427 sql_help.c:428 sql_help.c:429 sql_help.c:430 sql_help.c:916
+#: sql_help.c:917 sql_help.c:918 sql_help.c:919 sql_help.c:1327
+msgid "trigger_name"
+msgstr "Triggername"
+
+#: sql_help.c:481 sql_help.c:1711
msgid "execution_cost"
msgstr "Ausführungskosten"
-#: sql_help.c:442 sql_help.c:1558
+#: sql_help.c:482 sql_help.c:1712
msgid "result_rows"
msgstr "Ergebniszeilen"
-#: sql_help.c:457 sql_help.c:459 sql_help.c:461
+#: sql_help.c:497 sql_help.c:499 sql_help.c:501
msgid "group_name"
msgstr "Gruppenname"
-#: sql_help.c:458 sql_help.c:460 sql_help.c:1074 sql_help.c:1421
-#: sql_help.c:1777 sql_help.c:1779 sql_help.c:1782 sql_help.c:1783
-#: sql_help.c:1963 sql_help.c:2173 sql_help.c:2527 sql_help.c:3234
+#: sql_help.c:498 sql_help.c:500 sql_help.c:1143 sql_help.c:1575
+#: sql_help.c:1936 sql_help.c:1938 sql_help.c:1941 sql_help.c:1942
+#: sql_help.c:2125 sql_help.c:2337 sql_help.c:2718 sql_help.c:3453
msgid "user_name"
msgstr "Benutzername"
-#: sql_help.c:476 sql_help.c:1426 sql_help.c:1621 sql_help.c:1653
-#: sql_help.c:1891 sql_help.c:1899 sql_help.c:1931 sql_help.c:1953
-#: sql_help.c:1962 sql_help.c:2706 sql_help.c:2985
+#: sql_help.c:518 sql_help.c:1580 sql_help.c:1775 sql_help.c:1807
+#: sql_help.c:2050 sql_help.c:2058 sql_help.c:2090 sql_help.c:2112
+#: sql_help.c:2124 sql_help.c:2897 sql_help.c:3176
msgid "tablespace_name"
msgstr "Tablespace-Name"
-#: sql_help.c:478 sql_help.c:481 sql_help.c:549 sql_help.c:551 sql_help.c:857
-#: sql_help.c:859 sql_help.c:1619 sql_help.c:1651 sql_help.c:1889
-#: sql_help.c:1897 sql_help.c:1929 sql_help.c:1951
+#: sql_help.c:520 sql_help.c:523 sql_help.c:599 sql_help.c:601 sql_help.c:925
+#: sql_help.c:927 sql_help.c:1773 sql_help.c:1805 sql_help.c:2048
+#: sql_help.c:2056 sql_help.c:2088 sql_help.c:2110
msgid "storage_parameter"
msgstr "Storage-Parameter"
-#: sql_help.c:501 sql_help.c:1220 sql_help.c:3062
+#: sql_help.c:546 sql_help.c:1305 sql_help.c:3259
msgid "large_object_oid"
msgstr "Large-Object-OID"
-#: sql_help.c:548 sql_help.c:856 sql_help.c:867 sql_help.c:1155
+#: sql_help.c:598 sql_help.c:924 sql_help.c:933 sql_help.c:936 sql_help.c:1234
msgid "index_name"
msgstr "Indexname"
-#: sql_help.c:607 sql_help.c:619 sql_help.c:1692
+#: sql_help.c:657 sql_help.c:669 sql_help.c:1846
msgid "strategy_number"
msgstr "Strategienummer"
-#: sql_help.c:609 sql_help.c:610 sql_help.c:613 sql_help.c:614 sql_help.c:620
-#: sql_help.c:621 sql_help.c:623 sql_help.c:624 sql_help.c:1694
-#: sql_help.c:1695 sql_help.c:1698 sql_help.c:1699
+#: sql_help.c:659 sql_help.c:660 sql_help.c:663 sql_help.c:664 sql_help.c:670
+#: sql_help.c:671 sql_help.c:673 sql_help.c:674 sql_help.c:1848
+#: sql_help.c:1849 sql_help.c:1852 sql_help.c:1853
msgid "op_type"
msgstr "Optyp"
-#: sql_help.c:611 sql_help.c:1696
+#: sql_help.c:661 sql_help.c:1850
msgid "sort_family_name"
msgstr "Sortierfamilienname"
-#: sql_help.c:612 sql_help.c:622 sql_help.c:1697
+#: sql_help.c:662 sql_help.c:672 sql_help.c:1851
msgid "support_number"
msgstr "Unterst-Nummer"
-#: sql_help.c:616 sql_help.c:1371 sql_help.c:1701
+#: sql_help.c:666 sql_help.c:1525 sql_help.c:1855
msgid "argument_type"
msgstr "Argumenttyp"
-#: sql_help.c:665 sql_help.c:1053 sql_help.c:1593 sql_help.c:1742
-#: sql_help.c:2156
+#: sql_help.c:715 sql_help.c:1122 sql_help.c:1747 sql_help.c:1896
+#: sql_help.c:2320
msgid "password"
msgstr "Passwort"
-#: sql_help.c:666 sql_help.c:1054 sql_help.c:1594 sql_help.c:1743
-#: sql_help.c:2157
+#: sql_help.c:716 sql_help.c:1123 sql_help.c:1748 sql_help.c:1897
+#: sql_help.c:2321
msgid "timestamp"
msgstr "Zeit"
-#: sql_help.c:670 sql_help.c:674 sql_help.c:677 sql_help.c:680 sql_help.c:2686
-#: sql_help.c:2965
+#: sql_help.c:720 sql_help.c:724 sql_help.c:727 sql_help.c:730 sql_help.c:2877
+#: sql_help.c:3156
msgid "database_name"
msgstr "Datenbankname"
-#: sql_help.c:689 sql_help.c:725 sql_help.c:980 sql_help.c:1114
-#: sql_help.c:1154 sql_help.c:1207 sql_help.c:1232 sql_help.c:1243
-#: sql_help.c:1289 sql_help.c:1294 sql_help.c:1513 sql_help.c:1613
-#: sql_help.c:1649 sql_help.c:1761 sql_help.c:1800 sql_help.c:1880
-#: sql_help.c:1892 sql_help.c:1949 sql_help.c:2046 sql_help.c:2221
-#: sql_help.c:2422 sql_help.c:2503 sql_help.c:2676 sql_help.c:2681
-#: sql_help.c:2723 sql_help.c:2955 sql_help.c:2960 sql_help.c:3050
-#: sql_help.c:3123 sql_help.c:3125 sql_help.c:3155 sql_help.c:3194
-#: sql_help.c:3329 sql_help.c:3331 sql_help.c:3361 sql_help.c:3393
-#: sql_help.c:3413 sql_help.c:3415 sql_help.c:3416 sql_help.c:3486
-#: sql_help.c:3488 sql_help.c:3518
+#: sql_help.c:739 sql_help.c:775 sql_help.c:1049 sql_help.c:1193
+#: sql_help.c:1233 sql_help.c:1292 sql_help.c:1317 sql_help.c:1328
+#: sql_help.c:1385 sql_help.c:1390 sql_help.c:1667 sql_help.c:1767
+#: sql_help.c:1803 sql_help.c:1919 sql_help.c:1959 sql_help.c:2039
+#: sql_help.c:2051 sql_help.c:2108 sql_help.c:2210 sql_help.c:2396
+#: sql_help.c:2613 sql_help.c:2694 sql_help.c:2867 sql_help.c:2872
+#: sql_help.c:2914 sql_help.c:3146 sql_help.c:3151 sql_help.c:3247
+#: sql_help.c:3334 sql_help.c:3336 sql_help.c:3374 sql_help.c:3413
+#: sql_help.c:3552 sql_help.c:3554 sql_help.c:3592 sql_help.c:3624
+#: sql_help.c:3644 sql_help.c:3646 sql_help.c:3647 sql_help.c:3721
+#: sql_help.c:3723 sql_help.c:3761
msgid "table_name"
msgstr "Tabellenname"
-#: sql_help.c:719 sql_help.c:1795
+#: sql_help.c:769 sql_help.c:1954
msgid "increment"
msgstr "Inkrement"
-#: sql_help.c:720 sql_help.c:1796
+#: sql_help.c:770 sql_help.c:1955
msgid "minvalue"
msgstr "Minwert"
-#: sql_help.c:721 sql_help.c:1797
+#: sql_help.c:771 sql_help.c:1956
msgid "maxvalue"
msgstr "Maxwert"
-#: sql_help.c:722 sql_help.c:1798 sql_help.c:3121 sql_help.c:3192
-#: sql_help.c:3327 sql_help.c:3433 sql_help.c:3484
+#: sql_help.c:772 sql_help.c:1957 sql_help.c:3332 sql_help.c:3411
+#: sql_help.c:3550 sql_help.c:3664 sql_help.c:3719
msgid "start"
msgstr "Start"
-#: sql_help.c:723
+#: sql_help.c:773
msgid "restart"
msgstr "Restart"
-#: sql_help.c:724 sql_help.c:1799
+#: sql_help.c:774 sql_help.c:1958
msgid "cache"
msgstr "Cache"
-#: sql_help.c:844 sql_help.c:1885 sql_help.c:1896
+#: sql_help.c:911 sql_help.c:2044 sql_help.c:2055
msgid "table_constraint"
msgstr "Tabellen-Constraint"
-#: sql_help.c:845
+#: sql_help.c:912
msgid "table_constraint_using_index"
msgstr "Tabellen-Constraint-für-Index"
-#: sql_help.c:848 sql_help.c:849 sql_help.c:850 sql_help.c:851 sql_help.c:1242
-msgid "trigger_name"
-msgstr "Triggername"
-
-#: sql_help.c:852 sql_help.c:853 sql_help.c:854 sql_help.c:855
+#: sql_help.c:920 sql_help.c:921 sql_help.c:922 sql_help.c:923
msgid "rewrite_rule_name"
msgstr "Regelname"
-#: sql_help.c:860 sql_help.c:861 sql_help.c:1888
+#: sql_help.c:928 sql_help.c:929 sql_help.c:2047
msgid "parent_table"
msgstr "Elterntabelle"
-#: sql_help.c:862 sql_help.c:1893 sql_help.c:2708 sql_help.c:2987
+#: sql_help.c:930 sql_help.c:2052 sql_help.c:2899 sql_help.c:3178
msgid "type_name"
msgstr "Typname"
-#: sql_help.c:865
+#: sql_help.c:934
msgid "and table_constraint_using_index is:"
msgstr "und Tabellen-Constraint-für-Index Folgendes ist:"
-#: sql_help.c:883 sql_help.c:886
+#: sql_help.c:952 sql_help.c:955 sql_help.c:2127
msgid "tablespace_option"
msgstr "Tablespace-Option"
-#: sql_help.c:907 sql_help.c:910 sql_help.c:916 sql_help.c:920
+#: sql_help.c:976 sql_help.c:979 sql_help.c:985 sql_help.c:989
msgid "token_type"
msgstr "Tokentyp"
-#: sql_help.c:908 sql_help.c:911
+#: sql_help.c:977 sql_help.c:980
msgid "dictionary_name"
msgstr "Wörterbuchname"
-#: sql_help.c:913 sql_help.c:917
+#: sql_help.c:982 sql_help.c:986
msgid "old_dictionary"
msgstr "altes_Wörterbuch"
-#: sql_help.c:914 sql_help.c:918
+#: sql_help.c:983 sql_help.c:987
msgid "new_dictionary"
msgstr "neues_Wörterbuch"
-#: sql_help.c:1005 sql_help.c:1015 sql_help.c:1018 sql_help.c:1019
-#: sql_help.c:2096
+#: sql_help.c:1074 sql_help.c:1084 sql_help.c:1087 sql_help.c:1088
+#: sql_help.c:2260
msgid "attribute_name"
msgstr "Attributname"
-#: sql_help.c:1006
+#: sql_help.c:1075
msgid "new_attribute_name"
msgstr "neuer_Attributname"
-#: sql_help.c:1012
+#: sql_help.c:1081
msgid "new_enum_value"
msgstr "neuer_Enum-Wert"
-#: sql_help.c:1013
+#: sql_help.c:1082
msgid "existing_enum_value"
msgstr "existierender_Enum-Wert"
-#: sql_help.c:1075 sql_help.c:1520 sql_help.c:1811 sql_help.c:2174
-#: sql_help.c:2528 sql_help.c:2692 sql_help.c:2971
+#: sql_help.c:1144 sql_help.c:1674 sql_help.c:1970 sql_help.c:2338
+#: sql_help.c:2719 sql_help.c:2883 sql_help.c:3162
msgid "server_name"
msgstr "Servername"
-#: sql_help.c:1103 sql_help.c:1106 sql_help.c:2188
+#: sql_help.c:1177 sql_help.c:1180 sql_help.c:2358
msgid "view_option_name"
msgstr "Sichtoptionsname"
-#: sql_help.c:1104 sql_help.c:2189
+#: sql_help.c:1178 sql_help.c:2359
msgid "view_option_value"
msgstr "Sichtoptionswert"
-#: sql_help.c:1129 sql_help.c:3250 sql_help.c:3252 sql_help.c:3276
+#: sql_help.c:1181 sql_help.c:2361
+#, fuzzy
+#| msgid "where option can be one of:"
+msgid "where view_option_name can be one of:"
+msgstr "wobei Option eins der folgenden sein kann:"
+
+#: sql_help.c:1182 sql_help.c:1398 sql_help.c:1399 sql_help.c:1402
+#: sql_help.c:2362 sql_help.c:2765 sql_help.c:2766 sql_help.c:2767
+#: sql_help.c:2768 sql_help.c:2769
+msgid "boolean"
+msgstr "boolean"
+
+#: sql_help.c:1183 sql_help.c:1331 sql_help.c:2363
+msgid "text"
+msgstr "Text"
+
+#: sql_help.c:1184 sql_help.c:2364
+#, fuzzy
+#| msgid "locale"
+msgid "local"
+msgstr "Locale"
+
+#: sql_help.c:1185 sql_help.c:2365
+msgid "cascaded"
+msgstr ""
+
+#: sql_help.c:1208 sql_help.c:3469 sql_help.c:3471 sql_help.c:3495
msgid "transaction_mode"
msgstr "Transaktionsmodus"
-#: sql_help.c:1130 sql_help.c:3253 sql_help.c:3277
+#: sql_help.c:1209 sql_help.c:3472 sql_help.c:3496
msgid "where transaction_mode is one of:"
msgstr "wobei Transaktionsmodus Folgendes sein kann:"
-#: sql_help.c:1204
+#: sql_help.c:1289
msgid "relation_name"
msgstr "Relationsname"
-#: sql_help.c:1231
+#: sql_help.c:1316
msgid "rule_name"
msgstr "Regelname"
-#: sql_help.c:1246
-msgid "text"
-msgstr "Text"
-
-#: sql_help.c:1261 sql_help.c:2818 sql_help.c:3005
+#: sql_help.c:1356 sql_help.c:3009 sql_help.c:3196
msgid "transaction_id"
msgstr "Transaktions-ID"
-#: sql_help.c:1291 sql_help.c:1297 sql_help.c:2744
+#: sql_help.c:1387 sql_help.c:1393 sql_help.c:2935
msgid "filename"
msgstr "Dateiname"
-#: sql_help.c:1292 sql_help.c:1298 sql_help.c:1763 sql_help.c:1764
-#: sql_help.c:1765
+#: sql_help.c:1388 sql_help.c:1394 sql_help.c:1921 sql_help.c:1922
+#: sql_help.c:1923
msgid "command"
msgstr "Befehl"
-#: sql_help.c:1296 sql_help.c:1654 sql_help.c:1954 sql_help.c:2190
-#: sql_help.c:2208 sql_help.c:2726
+#: sql_help.c:1392 sql_help.c:1808 sql_help.c:2113 sql_help.c:2360
+#: sql_help.c:2383 sql_help.c:2917
msgid "query"
msgstr "Anfrage"
-#: sql_help.c:1300 sql_help.c:2573
+#: sql_help.c:1396 sql_help.c:2764
msgid "where option can be one of:"
msgstr "wobei Option eins der folgenden sein kann:"
-#: sql_help.c:1301
+#: sql_help.c:1397
msgid "format_name"
msgstr "Formatname"
-#: sql_help.c:1302 sql_help.c:1303 sql_help.c:1306 sql_help.c:2574
-#: sql_help.c:2575 sql_help.c:2576 sql_help.c:2577 sql_help.c:2578
-msgid "boolean"
-msgstr "boolean"
-
-#: sql_help.c:1304
+#: sql_help.c:1400
msgid "delimiter_character"
msgstr "Trennzeichen"
-#: sql_help.c:1305
+#: sql_help.c:1401
msgid "null_string"
msgstr "Null-Zeichenkette"
-#: sql_help.c:1307
+#: sql_help.c:1403
msgid "quote_character"
msgstr "Quote-Zeichen"
-#: sql_help.c:1308
+#: sql_help.c:1404
msgid "escape_character"
msgstr "Escape-Zeichen"
-#: sql_help.c:1311
+#: sql_help.c:1408
msgid "encoding_name"
msgstr "Kodierungsname"
-#: sql_help.c:1337
-msgid "input_data_type"
-msgstr "Eingabedatentyp"
+#: sql_help.c:1465 sql_help.c:1481 sql_help.c:1484
+#, fuzzy
+#| msgid "data_type"
+msgid "arg_data_type"
+msgstr "Datentyp"
-#: sql_help.c:1338 sql_help.c:1346
+#: sql_help.c:1466 sql_help.c:1485 sql_help.c:1493 sql_help.c:1498
msgid "sfunc"
msgstr "Übergangsfunktion"
-#: sql_help.c:1339 sql_help.c:1347
+#: sql_help.c:1467 sql_help.c:1486 sql_help.c:1494 sql_help.c:1500
msgid "state_data_type"
msgstr "Zustandsdatentyp"
-#: sql_help.c:1340 sql_help.c:1348
+#: sql_help.c:1468 sql_help.c:1487 sql_help.c:1495 sql_help.c:1501
+#, fuzzy
+#| msgid "state_data_type"
+msgid "state_data_size"
+msgstr "Zustandsdatentyp"
+
+#: sql_help.c:1469 sql_help.c:1488 sql_help.c:1496 sql_help.c:1502
msgid "ffunc"
msgstr "Abschlussfunktion"
-#: sql_help.c:1341 sql_help.c:1349
+#: sql_help.c:1470 sql_help.c:1489 sql_help.c:1497 sql_help.c:1503
msgid "initial_condition"
msgstr "Anfangswert"
-#: sql_help.c:1342 sql_help.c:1350
+#: sql_help.c:1471
+#, fuzzy
+#| msgid "sfunc"
+msgid "msfunc"
+msgstr "Übergangsfunktion"
+
+#: sql_help.c:1472
+#, fuzzy
+#| msgid "minvalue"
+msgid "minvfunc"
+msgstr "Minwert"
+
+#: sql_help.c:1473
+#, fuzzy
+#| msgid "state_data_type"
+msgid "mstate_data_type"
+msgstr "Zustandsdatentyp"
+
+#: sql_help.c:1474
+#, fuzzy
+#| msgid "state_data_type"
+msgid "mstate_data_size"
+msgstr "Zustandsdatentyp"
+
+#: sql_help.c:1475
+#, fuzzy
+#| msgid "ffunc"
+msgid "mffunc"
+msgstr "Abschlussfunktion"
+
+#: sql_help.c:1476
+#, fuzzy
+#| msgid "initial_condition"
+msgid "minitial_condition"
+msgstr "Anfangswert"
+
+#: sql_help.c:1477 sql_help.c:1504
msgid "sort_operator"
msgstr "Sortieroperator"
-#: sql_help.c:1343
+#: sql_help.c:1490
msgid "or the old syntax"
msgstr "oder die alte Syntax"
-#: sql_help.c:1345
+#: sql_help.c:1492
msgid "base_type"
msgstr "Basistyp"
-#: sql_help.c:1389
+#: sql_help.c:1499
+#, fuzzy
+#| msgid "sfunc"
+msgid "invfunc"
+msgstr "Übergangsfunktion"
+
+#: sql_help.c:1543
msgid "locale"
msgstr "Locale"
-#: sql_help.c:1390 sql_help.c:1424
+#: sql_help.c:1544 sql_help.c:1578
msgid "lc_collate"
msgstr "lc_collate"
-#: sql_help.c:1391 sql_help.c:1425
+#: sql_help.c:1545 sql_help.c:1579
msgid "lc_ctype"
msgstr "lc_ctype"
-#: sql_help.c:1393
+#: sql_help.c:1547
msgid "existing_collation"
msgstr "existierende_Sortierfolge"
-#: sql_help.c:1403
+#: sql_help.c:1557
msgid "source_encoding"
msgstr "Quellkodierung"
-#: sql_help.c:1404
+#: sql_help.c:1558
msgid "dest_encoding"
msgstr "Zielkodierung"
-#: sql_help.c:1422 sql_help.c:1989
+#: sql_help.c:1576 sql_help.c:2153
msgid "template"
msgstr "Vorlage"
-#: sql_help.c:1423
+#: sql_help.c:1577
msgid "encoding"
msgstr "Kodierung"
-#: sql_help.c:1448
+#: sql_help.c:1602
msgid "where constraint is:"
msgstr "wobei Constraint Folgendes ist:"
-#: sql_help.c:1462 sql_help.c:1760 sql_help.c:2045
+#: sql_help.c:1616 sql_help.c:1918 sql_help.c:2209
msgid "event"
msgstr "Ereignis"
-#: sql_help.c:1463
+#: sql_help.c:1617
msgid "filter_variable"
msgstr "Filtervariable"
-#: sql_help.c:1475
+#: sql_help.c:1629
msgid "extension_name"
msgstr "Erweiterungsname"
-#: sql_help.c:1477
+#: sql_help.c:1631
msgid "version"
msgstr "Version"
-#: sql_help.c:1478
+#: sql_help.c:1632
msgid "old_version"
msgstr "alte_Version"
-#: sql_help.c:1523 sql_help.c:1900
+#: sql_help.c:1677 sql_help.c:2059
msgid "where column_constraint is:"
msgstr "wobei Spalten-Constraint Folgendes ist:"
-#: sql_help.c:1525 sql_help.c:1552 sql_help.c:1903
+#: sql_help.c:1679 sql_help.c:1706 sql_help.c:2062
msgid "default_expr"
msgstr "Vorgabeausdruck"
-#: sql_help.c:1553
+#: sql_help.c:1707
msgid "rettype"
msgstr "Rückgabetyp"
-#: sql_help.c:1555
+#: sql_help.c:1709
msgid "column_type"
msgstr "Spaltentyp"
-#: sql_help.c:1556 sql_help.c:2242 sql_help.c:2700 sql_help.c:2979
+#: sql_help.c:1710 sql_help.c:2417 sql_help.c:2891 sql_help.c:3170
msgid "lang_name"
msgstr "Sprachname"
-#: sql_help.c:1562
+#: sql_help.c:1716
msgid "definition"
msgstr "Definition"
-#: sql_help.c:1563
+#: sql_help.c:1717
msgid "obj_file"
msgstr "Objektdatei"
-#: sql_help.c:1564
+#: sql_help.c:1718
msgid "link_symbol"
msgstr "Linksymbol"
-#: sql_help.c:1565
+#: sql_help.c:1719
msgid "attribute"
msgstr "Attribut"
-#: sql_help.c:1600 sql_help.c:1749 sql_help.c:2163
+#: sql_help.c:1754 sql_help.c:1903 sql_help.c:2327
msgid "uid"
msgstr "Uid"
-#: sql_help.c:1614
+#: sql_help.c:1768
msgid "method"
msgstr "Methode"
-#: sql_help.c:1618 sql_help.c:1935
+#: sql_help.c:1772 sql_help.c:2094
msgid "opclass"
msgstr "Opklasse"
-#: sql_help.c:1622 sql_help.c:1921
+#: sql_help.c:1776 sql_help.c:2080
msgid "predicate"
msgstr "Prädikat"
-#: sql_help.c:1634
+#: sql_help.c:1788
msgid "call_handler"
msgstr "Handler"
-#: sql_help.c:1635
+#: sql_help.c:1789
msgid "inline_handler"
msgstr "Inline-Handler"
-#: sql_help.c:1636
+#: sql_help.c:1790
msgid "valfunction"
msgstr "Valfunktion"
-#: sql_help.c:1672
+#: sql_help.c:1826
msgid "com_op"
msgstr "Kommutator-Op"
-#: sql_help.c:1673
+#: sql_help.c:1827
msgid "neg_op"
msgstr "Umkehrungs-Op"
-#: sql_help.c:1674
+#: sql_help.c:1828
msgid "res_proc"
msgstr "Res-Funktion"
-#: sql_help.c:1675
+#: sql_help.c:1829
msgid "join_proc"
msgstr "Join-Funktion"
-#: sql_help.c:1691
+#: sql_help.c:1845
msgid "family_name"
msgstr "Familienname"
-#: sql_help.c:1702
+#: sql_help.c:1856
msgid "storage_type"
msgstr "Storage-Typ"
-#: sql_help.c:1762 sql_help.c:2048 sql_help.c:2224 sql_help.c:3112
-#: sql_help.c:3114 sql_help.c:3183 sql_help.c:3185 sql_help.c:3318
-#: sql_help.c:3320 sql_help.c:3400 sql_help.c:3475 sql_help.c:3477
+#: sql_help.c:1920 sql_help.c:2212 sql_help.c:2399 sql_help.c:3323
+#: sql_help.c:3325 sql_help.c:3402 sql_help.c:3404 sql_help.c:3541
+#: sql_help.c:3543 sql_help.c:3631 sql_help.c:3710 sql_help.c:3712
msgid "condition"
msgstr "Bedingung"
-#: sql_help.c:1778 sql_help.c:1780
+#: sql_help.c:1924 sql_help.c:2215
+msgid "where event can be one of:"
+msgstr "wobei Ereignis eins der folgenden sein kann:"
+
+#: sql_help.c:1937 sql_help.c:1939
msgid "schema_element"
msgstr "Schemaelement"
-#: sql_help.c:1812
+#: sql_help.c:1971
msgid "server_type"
msgstr "Servertyp"
-#: sql_help.c:1813
+#: sql_help.c:1972
msgid "server_version"
msgstr "Serverversion"
-#: sql_help.c:1814 sql_help.c:2690 sql_help.c:2969
+#: sql_help.c:1973 sql_help.c:2881 sql_help.c:3160
msgid "fdw_name"
msgstr "FDW-Name"
-#: sql_help.c:1886
+#: sql_help.c:2045
msgid "source_table"
msgstr "Quelltabelle"
-#: sql_help.c:1887
+#: sql_help.c:2046
msgid "like_option"
msgstr "Like-Option"
-#: sql_help.c:1904 sql_help.c:1905 sql_help.c:1914 sql_help.c:1916
-#: sql_help.c:1920
+#: sql_help.c:2063 sql_help.c:2064 sql_help.c:2073 sql_help.c:2075
+#: sql_help.c:2079
msgid "index_parameters"
msgstr "Indexparameter"
-#: sql_help.c:1906 sql_help.c:1923
+#: sql_help.c:2065 sql_help.c:2082
msgid "reftable"
msgstr "Reftabelle"
-#: sql_help.c:1907 sql_help.c:1924
+#: sql_help.c:2066 sql_help.c:2083
msgid "refcolumn"
msgstr "Refspalte"
-#: sql_help.c:1910
+#: sql_help.c:2069
msgid "and table_constraint is:"
msgstr "und Tabellen-Constraint Folgendes ist:"
-#: sql_help.c:1918
+#: sql_help.c:2077
msgid "exclude_element"
msgstr "Exclude-Element"
-#: sql_help.c:1919 sql_help.c:3119 sql_help.c:3190 sql_help.c:3325
-#: sql_help.c:3431 sql_help.c:3482
+#: sql_help.c:2078 sql_help.c:3330 sql_help.c:3409 sql_help.c:3548
+#: sql_help.c:3662 sql_help.c:3717
msgid "operator"
msgstr "Operator"
-#: sql_help.c:1927
+#: sql_help.c:2086
msgid "and like_option is:"
msgstr "und Like-Option Folgendes ist:"
-#: sql_help.c:1928
+#: sql_help.c:2087
msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
msgstr "Indexparameter bei UNIQUE-, PRIMARY KEY- und EXCLUDE-Constraints sind:"
-#: sql_help.c:1932
+#: sql_help.c:2091
msgid "exclude_element in an EXCLUDE constraint is:"
msgstr "Exclude-Element in einem EXCLUDE-Constraint ist:"
-#: sql_help.c:1964
+#: sql_help.c:2126
msgid "directory"
msgstr "Verzeichnis"
-#: sql_help.c:1976
+#: sql_help.c:2140
msgid "parser_name"
msgstr "Parser-Name"
-#: sql_help.c:1977
+#: sql_help.c:2141
msgid "source_config"
msgstr "Quellkonfig"
-#: sql_help.c:2006
+#: sql_help.c:2170
msgid "start_function"
msgstr "Startfunktion"
-#: sql_help.c:2007
+#: sql_help.c:2171
msgid "gettoken_function"
msgstr "Gettext-Funktion"
-#: sql_help.c:2008
+#: sql_help.c:2172
msgid "end_function"
msgstr "Endfunktion"
-#: sql_help.c:2009
+#: sql_help.c:2173
msgid "lextypes_function"
msgstr "Lextypenfunktion"
-#: sql_help.c:2010
+#: sql_help.c:2174
msgid "headline_function"
msgstr "Headline-Funktion"
-#: sql_help.c:2022
+#: sql_help.c:2186
msgid "init_function"
msgstr "Init-Funktion"
-#: sql_help.c:2023
+#: sql_help.c:2187
msgid "lexize_function"
msgstr "Lexize-Funktion"
-#: sql_help.c:2047
+#: sql_help.c:2211
msgid "referenced_table_name"
msgstr "verwiesener_Tabellenname"
-#: sql_help.c:2050
+#: sql_help.c:2214
msgid "arguments"
msgstr "Argumente"
-#: sql_help.c:2051
-msgid "where event can be one of:"
-msgstr "wobei Ereignis eins der folgenden sein kann:"
-
-#: sql_help.c:2100 sql_help.c:3071
+#: sql_help.c:2264 sql_help.c:3268
msgid "label"
msgstr "Label"
-#: sql_help.c:2102
+#: sql_help.c:2266
msgid "subtype"
msgstr "Untertyp"
-#: sql_help.c:2103
+#: sql_help.c:2267
msgid "subtype_operator_class"
msgstr "Untertyp-Operatorklasse"
-#: sql_help.c:2105
+#: sql_help.c:2269
msgid "canonical_function"
msgstr "Canonical-Funktion"
-#: sql_help.c:2106
+#: sql_help.c:2270
msgid "subtype_diff_function"
msgstr "Untertyp-Diff-Funktion"
-#: sql_help.c:2108
+#: sql_help.c:2272
msgid "input_function"
msgstr "Eingabefunktion"
-#: sql_help.c:2109
+#: sql_help.c:2273
msgid "output_function"
msgstr "Ausgabefunktion"
-#: sql_help.c:2110
+#: sql_help.c:2274
msgid "receive_function"
msgstr "Empfangsfunktion"
-#: sql_help.c:2111
+#: sql_help.c:2275
msgid "send_function"
msgstr "Sendefunktion"
-#: sql_help.c:2112
+#: sql_help.c:2276
msgid "type_modifier_input_function"
msgstr "Typmod-Eingabefunktion"
-#: sql_help.c:2113
+#: sql_help.c:2277
msgid "type_modifier_output_function"
msgstr "Typmod-Ausgabefunktion"
-#: sql_help.c:2114
+#: sql_help.c:2278
msgid "analyze_function"
msgstr "Analyze-Funktion"
-#: sql_help.c:2115
+#: sql_help.c:2279
msgid "internallength"
msgstr "interne_Länge"
-#: sql_help.c:2116
+#: sql_help.c:2280
msgid "alignment"
msgstr "Ausrichtung"
-#: sql_help.c:2117
+#: sql_help.c:2281
msgid "storage"
msgstr "Speicherung"
-#: sql_help.c:2118
+#: sql_help.c:2282
msgid "like_type"
msgstr "wie_Typ"
-#: sql_help.c:2119
+#: sql_help.c:2283
msgid "category"
msgstr "Kategorie"
-#: sql_help.c:2120
+#: sql_help.c:2284
msgid "preferred"
msgstr "bevorzugt"
-#: sql_help.c:2121
+#: sql_help.c:2285
msgid "default"
msgstr "Vorgabewert"
-#: sql_help.c:2122
+#: sql_help.c:2286
msgid "element"
msgstr "Element"
-#: sql_help.c:2123
+#: sql_help.c:2287
msgid "delimiter"
msgstr "Trennzeichen"
-#: sql_help.c:2124
+#: sql_help.c:2288
msgid "collatable"
msgstr "sortierbar"
-#: sql_help.c:2220 sql_help.c:2722 sql_help.c:3107 sql_help.c:3177
-#: sql_help.c:3313 sql_help.c:3392 sql_help.c:3470
+#: sql_help.c:2395 sql_help.c:2913 sql_help.c:3318 sql_help.c:3396
+#: sql_help.c:3536 sql_help.c:3623 sql_help.c:3705
msgid "with_query"
msgstr "With-Anfrage"
-#: sql_help.c:2222 sql_help.c:3126 sql_help.c:3129 sql_help.c:3132
-#: sql_help.c:3136 sql_help.c:3332 sql_help.c:3335 sql_help.c:3338
-#: sql_help.c:3342 sql_help.c:3394 sql_help.c:3489 sql_help.c:3492
-#: sql_help.c:3495 sql_help.c:3499
+#: sql_help.c:2397 sql_help.c:3337 sql_help.c:3340 sql_help.c:3343
+#: sql_help.c:3347 sql_help.c:3351 sql_help.c:3359 sql_help.c:3555
+#: sql_help.c:3558 sql_help.c:3561 sql_help.c:3565 sql_help.c:3569
+#: sql_help.c:3577 sql_help.c:3625 sql_help.c:3724 sql_help.c:3727
+#: sql_help.c:3730 sql_help.c:3734 sql_help.c:3738 sql_help.c:3746
msgid "alias"
msgstr "Alias"
-#: sql_help.c:2223
+#: sql_help.c:2398
msgid "using_list"
msgstr "Using-Liste"
-#: sql_help.c:2225 sql_help.c:2604 sql_help.c:2785 sql_help.c:3401
+#: sql_help.c:2400 sql_help.c:2795 sql_help.c:2976 sql_help.c:3632
msgid "cursor_name"
msgstr "Cursor-Name"
-#: sql_help.c:2226 sql_help.c:2727 sql_help.c:3402
+#: sql_help.c:2401 sql_help.c:2918 sql_help.c:3633
msgid "output_expression"
msgstr "Ausgabeausdruck"
-#: sql_help.c:2227 sql_help.c:2728 sql_help.c:3110 sql_help.c:3180
-#: sql_help.c:3316 sql_help.c:3403 sql_help.c:3473
+#: sql_help.c:2402 sql_help.c:2919 sql_help.c:3321 sql_help.c:3399
+#: sql_help.c:3539 sql_help.c:3634 sql_help.c:3708
msgid "output_name"
msgstr "Ausgabename"
-#: sql_help.c:2243
+#: sql_help.c:2418
msgid "code"
msgstr "Code"
-#: sql_help.c:2552
+#: sql_help.c:2743
msgid "parameter"
msgstr "Parameter"
-#: sql_help.c:2571 sql_help.c:2572 sql_help.c:2810
+#: sql_help.c:2762 sql_help.c:2763 sql_help.c:3001
msgid "statement"
msgstr "Anweisung"
-#: sql_help.c:2603 sql_help.c:2784
+#: sql_help.c:2794 sql_help.c:2975
msgid "direction"
msgstr "Richtung"
-#: sql_help.c:2605 sql_help.c:2786
+#: sql_help.c:2796 sql_help.c:2977
msgid "where direction can be empty or one of:"
msgstr "wobei Richtung leer sein kann oder Folgendes:"
-#: sql_help.c:2606 sql_help.c:2607 sql_help.c:2608 sql_help.c:2609
-#: sql_help.c:2610 sql_help.c:2787 sql_help.c:2788 sql_help.c:2789
-#: sql_help.c:2790 sql_help.c:2791 sql_help.c:3120 sql_help.c:3122
-#: sql_help.c:3191 sql_help.c:3193 sql_help.c:3326 sql_help.c:3328
-#: sql_help.c:3432 sql_help.c:3434 sql_help.c:3483 sql_help.c:3485
+#: sql_help.c:2797 sql_help.c:2798 sql_help.c:2799 sql_help.c:2800
+#: sql_help.c:2801 sql_help.c:2978 sql_help.c:2979 sql_help.c:2980
+#: sql_help.c:2981 sql_help.c:2982 sql_help.c:3331 sql_help.c:3333
+#: sql_help.c:3410 sql_help.c:3412 sql_help.c:3549 sql_help.c:3551
+#: sql_help.c:3663 sql_help.c:3665 sql_help.c:3718 sql_help.c:3720
msgid "count"
msgstr "Anzahl"
-#: sql_help.c:2683 sql_help.c:2962
+#: sql_help.c:2874 sql_help.c:3153
msgid "sequence_name"
msgstr "Sequenzname"
-#: sql_help.c:2688 sql_help.c:2967
+#: sql_help.c:2879 sql_help.c:3158
msgid "domain_name"
msgstr "Domänenname"
-#: sql_help.c:2696 sql_help.c:2975
+#: sql_help.c:2887 sql_help.c:3166
msgid "arg_name"
msgstr "Argname"
-#: sql_help.c:2697 sql_help.c:2976
+#: sql_help.c:2888 sql_help.c:3167
msgid "arg_type"
msgstr "Argtyp"
-#: sql_help.c:2702 sql_help.c:2981
+#: sql_help.c:2893 sql_help.c:3172
msgid "loid"
msgstr "Large-Object-OID"
-#: sql_help.c:2736 sql_help.c:2799 sql_help.c:3378
+#: sql_help.c:2927 sql_help.c:2990 sql_help.c:3609
msgid "channel"
msgstr "Kanal"
-#: sql_help.c:2758
+#: sql_help.c:2949
msgid "lockmode"
msgstr "Sperrmodus"
-#: sql_help.c:2759
+#: sql_help.c:2950
msgid "where lockmode is one of:"
msgstr "wobei Sperrmodus Folgendes sein kann:"
-#: sql_help.c:2800
+#: sql_help.c:2991
msgid "payload"
msgstr "Payload"
-#: sql_help.c:2826
+#: sql_help.c:3017
msgid "old_role"
msgstr "alte_Rolle"
-#: sql_help.c:2827
+#: sql_help.c:3018
msgid "new_role"
msgstr "neue_Rolle"
-#: sql_help.c:2852 sql_help.c:3013 sql_help.c:3021
+#: sql_help.c:3043 sql_help.c:3204 sql_help.c:3212
msgid "savepoint_name"
msgstr "Savepoint-Name"
-#: sql_help.c:3048
+#: sql_help.c:3245
msgid "provider"
msgstr "Provider"
-#: sql_help.c:3111 sql_help.c:3142 sql_help.c:3144 sql_help.c:3182
-#: sql_help.c:3317 sql_help.c:3348 sql_help.c:3350 sql_help.c:3474
-#: sql_help.c:3505 sql_help.c:3507
+#: sql_help.c:3322 sql_help.c:3361 sql_help.c:3363 sql_help.c:3401
+#: sql_help.c:3540 sql_help.c:3579 sql_help.c:3581 sql_help.c:3709
+#: sql_help.c:3748 sql_help.c:3750
msgid "from_item"
msgstr "From-Element"
-#: sql_help.c:3115 sql_help.c:3186 sql_help.c:3321 sql_help.c:3478
+#: sql_help.c:3326 sql_help.c:3405 sql_help.c:3544 sql_help.c:3713
msgid "window_name"
msgstr "Fenstername"
-#: sql_help.c:3116 sql_help.c:3187 sql_help.c:3322 sql_help.c:3479
+#: sql_help.c:3327 sql_help.c:3406 sql_help.c:3545 sql_help.c:3714
msgid "window_definition"
msgstr "Fensterdefinition"
-#: sql_help.c:3117 sql_help.c:3128 sql_help.c:3150 sql_help.c:3188
-#: sql_help.c:3323 sql_help.c:3334 sql_help.c:3356 sql_help.c:3480
-#: sql_help.c:3491 sql_help.c:3513
+#: sql_help.c:3328 sql_help.c:3339 sql_help.c:3369 sql_help.c:3407
+#: sql_help.c:3546 sql_help.c:3557 sql_help.c:3587 sql_help.c:3715
+#: sql_help.c:3726 sql_help.c:3756
msgid "select"
msgstr "Select"
-#: sql_help.c:3124 sql_help.c:3330 sql_help.c:3487
+#: sql_help.c:3335 sql_help.c:3553 sql_help.c:3722
msgid "where from_item can be one of:"
msgstr "wobei From-Element Folgendes sein kann:"
-#: sql_help.c:3127 sql_help.c:3130 sql_help.c:3133 sql_help.c:3137
-#: sql_help.c:3333 sql_help.c:3336 sql_help.c:3339 sql_help.c:3343
-#: sql_help.c:3490 sql_help.c:3493 sql_help.c:3496 sql_help.c:3500
+#: sql_help.c:3338 sql_help.c:3341 sql_help.c:3344 sql_help.c:3348
+#: sql_help.c:3360 sql_help.c:3556 sql_help.c:3559 sql_help.c:3562
+#: sql_help.c:3566 sql_help.c:3578 sql_help.c:3725 sql_help.c:3728
+#: sql_help.c:3731 sql_help.c:3735 sql_help.c:3747
msgid "column_alias"
msgstr "Spaltenalias"
-#: sql_help.c:3131 sql_help.c:3148 sql_help.c:3337 sql_help.c:3354
-#: sql_help.c:3494 sql_help.c:3511
+#: sql_help.c:3342 sql_help.c:3367 sql_help.c:3560 sql_help.c:3585
+#: sql_help.c:3729 sql_help.c:3754
msgid "with_query_name"
msgstr "With-Anfragename"
-#: sql_help.c:3135 sql_help.c:3140 sql_help.c:3341 sql_help.c:3346
-#: sql_help.c:3498 sql_help.c:3503
+#: sql_help.c:3346 sql_help.c:3350 sql_help.c:3354 sql_help.c:3357
+#: sql_help.c:3564 sql_help.c:3568 sql_help.c:3572 sql_help.c:3575
+#: sql_help.c:3733 sql_help.c:3737 sql_help.c:3741 sql_help.c:3744
msgid "argument"
msgstr "Argument"
-#: sql_help.c:3138 sql_help.c:3141 sql_help.c:3344 sql_help.c:3347
-#: sql_help.c:3501 sql_help.c:3504
+#: sql_help.c:3352 sql_help.c:3355 sql_help.c:3358 sql_help.c:3570
+#: sql_help.c:3573 sql_help.c:3576 sql_help.c:3739 sql_help.c:3742
+#: sql_help.c:3745
msgid "column_definition"
msgstr "Spaltendefinition"
-#: sql_help.c:3143 sql_help.c:3349 sql_help.c:3506
+#: sql_help.c:3362 sql_help.c:3580 sql_help.c:3749
msgid "join_type"
msgstr "Verbundtyp"
-#: sql_help.c:3145 sql_help.c:3351 sql_help.c:3508
+#: sql_help.c:3364 sql_help.c:3582 sql_help.c:3751
msgid "join_condition"
msgstr "Verbundbedingung"
-#: sql_help.c:3146 sql_help.c:3352 sql_help.c:3509
+#: sql_help.c:3365 sql_help.c:3583 sql_help.c:3752
msgid "join_column"
msgstr "Verbundspalte"
-#: sql_help.c:3147 sql_help.c:3353 sql_help.c:3510
+#: sql_help.c:3366 sql_help.c:3584 sql_help.c:3753
msgid "and with_query is:"
msgstr "und With-Anfrage ist:"
-#: sql_help.c:3151 sql_help.c:3357 sql_help.c:3514
+#: sql_help.c:3370 sql_help.c:3588 sql_help.c:3757
msgid "values"
msgstr "values"
-#: sql_help.c:3152 sql_help.c:3358 sql_help.c:3515
+#: sql_help.c:3371 sql_help.c:3589 sql_help.c:3758
msgid "insert"
msgstr "insert"
-#: sql_help.c:3153 sql_help.c:3359 sql_help.c:3516
+#: sql_help.c:3372 sql_help.c:3590 sql_help.c:3759
msgid "update"
msgstr "update"
-#: sql_help.c:3154 sql_help.c:3360 sql_help.c:3517
+#: sql_help.c:3373 sql_help.c:3591 sql_help.c:3760
msgid "delete"
msgstr "delete"
-#: sql_help.c:3181
+#: sql_help.c:3400
msgid "new_table"
msgstr "neue_Tabelle"
-#: sql_help.c:3206
+#: sql_help.c:3425
msgid "timezone"
msgstr "Zeitzone"
-#: sql_help.c:3251
+#: sql_help.c:3470
msgid "snapshot_id"
msgstr "Snapshot-ID"
-#: sql_help.c:3399
+#: sql_help.c:3630
msgid "from_list"
msgstr "From-Liste"
-#: sql_help.c:3430
+#: sql_help.c:3661
msgid "sort_expression"
msgstr "Sortierausdruck"
-#: sql_help.h:190 sql_help.h:885
+#: sql_help.h:191 sql_help.h:891
msgid "abort the current transaction"
msgstr "bricht die aktuelle Transaktion ab"
-#: sql_help.h:195
+#: sql_help.h:196
msgid "change the definition of an aggregate function"
msgstr "ändert die Definition einer Aggregatfunktion"
-#: sql_help.h:200
+#: sql_help.h:201
msgid "change the definition of a collation"
msgstr "ändert die Definition einer Sortierfolge"
-#: sql_help.h:205
+#: sql_help.h:206
msgid "change the definition of a conversion"
msgstr "ändert die Definition einer Zeichensatzkonversion"
-#: sql_help.h:210
+#: sql_help.h:211
msgid "change a database"
msgstr "ändert eine Datenbank"
-#: sql_help.h:215
+#: sql_help.h:216
msgid "define default access privileges"
msgstr "definiert vorgegebene Zugriffsprivilegien"
-#: sql_help.h:220
+#: sql_help.h:221
msgid "change the definition of a domain"
msgstr "ändert die Definition einer Domäne"
-#: sql_help.h:225
+#: sql_help.h:226
msgid "change the definition of an event trigger"
msgstr "ändert die Definition eines Ereignistriggers"
-#: sql_help.h:230
+#: sql_help.h:231
msgid "change the definition of an extension"
msgstr "ändert die Definition einer Erweiterung"
-#: sql_help.h:235
+#: sql_help.h:236
msgid "change the definition of a foreign-data wrapper"
msgstr "ändert die Definition eines Fremddaten-Wrappers"
-#: sql_help.h:240
+#: sql_help.h:241
msgid "change the definition of a foreign table"
msgstr "ändert die Definition einer Fremdtabelle"
-#: sql_help.h:245
+#: sql_help.h:246
msgid "change the definition of a function"
msgstr "ändert die Definition einer Funktion"
-#: sql_help.h:250
+#: sql_help.h:251
msgid "change role name or membership"
msgstr "ändert Rollenname oder -mitglieder"
-#: sql_help.h:255
+#: sql_help.h:256
msgid "change the definition of an index"
msgstr "ändert die Definition eines Index"
-#: sql_help.h:260
+#: sql_help.h:261
msgid "change the definition of a procedural language"
msgstr "ändert die Definition einer prozeduralen Sprache"
-#: sql_help.h:265
+#: sql_help.h:266
msgid "change the definition of a large object"
msgstr "ändert die Definition eines Large Object"
-#: sql_help.h:270
+#: sql_help.h:271
msgid "change the definition of a materialized view"
msgstr "ändert die Definition einer materialisierten Sicht"
-#: sql_help.h:275
+#: sql_help.h:276
msgid "change the definition of an operator"
msgstr "ändert die Definition eines Operators"
-#: sql_help.h:280
+#: sql_help.h:281
msgid "change the definition of an operator class"
msgstr "ändert die Definition einer Operatorklasse"
-#: sql_help.h:285
+#: sql_help.h:286
msgid "change the definition of an operator family"
msgstr "ändert die Definition einer Operatorfamilie"
-#: sql_help.h:290 sql_help.h:355
+#: sql_help.h:291 sql_help.h:361
msgid "change a database role"
msgstr "ändert eine Datenbankrolle"
-#: sql_help.h:295
+#: sql_help.h:296
msgid "change the definition of a rule"
msgstr "ändert die Definition einer Regel"
-#: sql_help.h:300
+#: sql_help.h:301
msgid "change the definition of a schema"
msgstr "ändert die Definition eines Schemas"
-#: sql_help.h:305
+#: sql_help.h:306
msgid "change the definition of a sequence generator"
msgstr "ändert die Definition eines Sequenzgenerators"
-#: sql_help.h:310
+#: sql_help.h:311
msgid "change the definition of a foreign server"
msgstr "ändert die Definition eines Fremdservers"
-#: sql_help.h:315
+#: sql_help.h:316
+#, fuzzy
+#| msgid "configuration_parameter"
+msgid "change a server configuration parameter"
+msgstr "Konfigurationsparameter"
+
+#: sql_help.h:321
msgid "change the definition of a table"
msgstr "ändert die Definition einer Tabelle"
-#: sql_help.h:320
-msgid "change the definition of a tablespace"
-msgstr "ändert die Definition eines Tablespace"
+#: sql_help.h:326
+#, fuzzy
+#| msgid "change the definition of a large object"
+msgid "change the definition of a tablespace or affect objects of a tablespace"
+msgstr "ändert die Definition eines Large Object"
-#: sql_help.h:325
+#: sql_help.h:331
msgid "change the definition of a text search configuration"
msgstr "ändert die Definition einer Textsuchekonfiguration"
-#: sql_help.h:330
+#: sql_help.h:336
msgid "change the definition of a text search dictionary"
msgstr "ändert die Definition eines Textsuchewörterbuchs"
-#: sql_help.h:335
+#: sql_help.h:341
msgid "change the definition of a text search parser"
msgstr "ändert die Definition eines Textsucheparsers"
-#: sql_help.h:340
+#: sql_help.h:346
msgid "change the definition of a text search template"
msgstr "ändert die Definition einer Textsuchevorlage"
-#: sql_help.h:345
+#: sql_help.h:351
msgid "change the definition of a trigger"
msgstr "ändert die Definition eines Triggers"
-#: sql_help.h:350
+#: sql_help.h:356
msgid "change the definition of a type"
msgstr "ändert die Definition eines Typs"
-#: sql_help.h:360
+#: sql_help.h:366
msgid "change the definition of a user mapping"
msgstr "ändert die Definition einer Benutzerabbildung"
-#: sql_help.h:365
+#: sql_help.h:371
msgid "change the definition of a view"
msgstr "ändert die Definition einer Sicht"
-#: sql_help.h:370
+#: sql_help.h:376
msgid "collect statistics about a database"
msgstr "sammelt Statistiken über eine Datenbank"
-#: sql_help.h:375 sql_help.h:950
+#: sql_help.h:381 sql_help.h:956
msgid "start a transaction block"
msgstr "startet einen Transaktionsblock"
-#: sql_help.h:380
+#: sql_help.h:386
msgid "force a transaction log checkpoint"
msgstr "erzwingt einen Checkpoint im Transaktionslog"
-#: sql_help.h:385
+#: sql_help.h:391
msgid "close a cursor"
msgstr "schließt einen Cursor"
-#: sql_help.h:390
+#: sql_help.h:396
msgid "cluster a table according to an index"
msgstr "clustert eine Tabelle nach einem Index"
-#: sql_help.h:395
+#: sql_help.h:401
msgid "define or change the comment of an object"
msgstr "definiert oder ändert den Kommentar eines Objektes"
-#: sql_help.h:400 sql_help.h:790
+#: sql_help.h:406 sql_help.h:796
msgid "commit the current transaction"
msgstr "schließt die aktuelle Transaktion ab"
-#: sql_help.h:405
+#: sql_help.h:411
msgid "commit a transaction that was earlier prepared for two-phase commit"
msgstr "schließt eine Transaktion ab, die vorher für Two-Phase-Commit vorbereitet worden war"
-#: sql_help.h:410
+#: sql_help.h:416
msgid "copy data between a file and a table"
msgstr "kopiert Daten zwischen einer Datei und einer Tabelle"
-#: sql_help.h:415
+#: sql_help.h:421
msgid "define a new aggregate function"
msgstr "definiert eine neue Aggregatfunktion"
-#: sql_help.h:420
+#: sql_help.h:426
msgid "define a new cast"
msgstr "definiert eine neue Typumwandlung"
-#: sql_help.h:425
+#: sql_help.h:431
msgid "define a new collation"
msgstr "definiert eine neue Sortierfolge"
-#: sql_help.h:430
+#: sql_help.h:436
msgid "define a new encoding conversion"
msgstr "definiert eine neue Kodierungskonversion"
-#: sql_help.h:435
+#: sql_help.h:441
msgid "create a new database"
msgstr "erzeugt eine neue Datenbank"
-#: sql_help.h:440
+#: sql_help.h:446
msgid "define a new domain"
msgstr "definiert eine neue Domäne"
-#: sql_help.h:445
+#: sql_help.h:451
msgid "define a new event trigger"
msgstr "definiert einen neuen Ereignistrigger"
-#: sql_help.h:450
+#: sql_help.h:456
msgid "install an extension"
msgstr "installiert eine Erweiterung"
-#: sql_help.h:455
+#: sql_help.h:461
msgid "define a new foreign-data wrapper"
msgstr "definiert einen neuen Fremddaten-Wrapper"
-#: sql_help.h:460
+#: sql_help.h:466
msgid "define a new foreign table"
msgstr "definiert eine neue Fremdtabelle"
-#: sql_help.h:465
+#: sql_help.h:471
msgid "define a new function"
msgstr "definiert eine neue Funktion"
-#: sql_help.h:470 sql_help.h:505 sql_help.h:575
+#: sql_help.h:476 sql_help.h:511 sql_help.h:581
msgid "define a new database role"
msgstr "definiert eine neue Datenbankrolle"
-#: sql_help.h:475
+#: sql_help.h:481
msgid "define a new index"
msgstr "definiert einen neuen Index"
-#: sql_help.h:480
+#: sql_help.h:486
msgid "define a new procedural language"
msgstr "definiert eine neue prozedurale Sprache"
-#: sql_help.h:485
+#: sql_help.h:491
msgid "define a new materialized view"
msgstr "definiert eine neue materialisierte Sicht"
-#: sql_help.h:490
+#: sql_help.h:496
msgid "define a new operator"
msgstr "definiert einen neuen Operator"
-#: sql_help.h:495
+#: sql_help.h:501
msgid "define a new operator class"
msgstr "definiert eine neue Operatorklasse"
-#: sql_help.h:500
+#: sql_help.h:506
msgid "define a new operator family"
msgstr "definiert eine neue Operatorfamilie"
-#: sql_help.h:510
+#: sql_help.h:516
msgid "define a new rewrite rule"
msgstr "definiert eine neue Umschreiberegel"
-#: sql_help.h:515
+#: sql_help.h:521
msgid "define a new schema"
msgstr "definiert ein neues Schema"
-#: sql_help.h:520
+#: sql_help.h:526
msgid "define a new sequence generator"
msgstr "definiert einen neuen Sequenzgenerator"
-#: sql_help.h:525
+#: sql_help.h:531
msgid "define a new foreign server"
msgstr "definiert einen neuen Fremdserver"
-#: sql_help.h:530
+#: sql_help.h:536
msgid "define a new table"
msgstr "definiert eine neue Tabelle"
-#: sql_help.h:535 sql_help.h:915
+#: sql_help.h:541 sql_help.h:921
msgid "define a new table from the results of a query"
msgstr "definiert eine neue Tabelle aus den Ergebnissen einer Anfrage"
-#: sql_help.h:540
+#: sql_help.h:546
msgid "define a new tablespace"
msgstr "definiert einen neuen Tablespace"
-#: sql_help.h:545
+#: sql_help.h:551
msgid "define a new text search configuration"
msgstr "definiert eine neue Textsuchekonfiguration"
-#: sql_help.h:550
+#: sql_help.h:556
msgid "define a new text search dictionary"
msgstr "definiert ein neues Textsuchewörterbuch"
-#: sql_help.h:555
+#: sql_help.h:561
msgid "define a new text search parser"
msgstr "definiert einen neuen Textsucheparser"
-#: sql_help.h:560
+#: sql_help.h:566
msgid "define a new text search template"
msgstr "definiert eine neue Textsuchevorlage"
-#: sql_help.h:565
+#: sql_help.h:571
msgid "define a new trigger"
msgstr "definiert einen neuen Trigger"
-#: sql_help.h:570
+#: sql_help.h:576
msgid "define a new data type"
msgstr "definiert einen neuen Datentyp"
-#: sql_help.h:580
+#: sql_help.h:586
msgid "define a new mapping of a user to a foreign server"
msgstr "definiert eine neue Abbildung eines Benutzers auf einen Fremdserver"
-#: sql_help.h:585
+#: sql_help.h:591
msgid "define a new view"
msgstr "definiert eine neue Sicht"
-#: sql_help.h:590
+#: sql_help.h:596
msgid "deallocate a prepared statement"
msgstr "gibt einen vorbereiteten Befehl frei"
-#: sql_help.h:595
+#: sql_help.h:601
msgid "define a cursor"
msgstr "definiert einen Cursor"
-#: sql_help.h:600
+#: sql_help.h:606
msgid "delete rows of a table"
msgstr "löscht Zeilen einer Tabelle"
-#: sql_help.h:605
+#: sql_help.h:611
msgid "discard session state"
msgstr "verwirft den Sitzungszustand"
-#: sql_help.h:610
+#: sql_help.h:616
msgid "execute an anonymous code block"
msgstr "führt einen anonymen Codeblock aus"
-#: sql_help.h:615
+#: sql_help.h:621
msgid "remove an aggregate function"
msgstr "entfernt eine Aggregatfunktion"
-#: sql_help.h:620
+#: sql_help.h:626
msgid "remove a cast"
msgstr "entfernt eine Typumwandlung"
-#: sql_help.h:625
+#: sql_help.h:631
msgid "remove a collation"
msgstr "entfernt eine Sortierfolge"
-#: sql_help.h:630
+#: sql_help.h:636
msgid "remove a conversion"
msgstr "entfernt eine Zeichensatzkonversion"
-#: sql_help.h:635
+#: sql_help.h:641
msgid "remove a database"
msgstr "entfernt eine Datenbank"
-#: sql_help.h:640
+#: sql_help.h:646
msgid "remove a domain"
msgstr "entfernt eine Domäne"
-#: sql_help.h:645
+#: sql_help.h:651
msgid "remove an event trigger"
msgstr "entfernt einen Ereignistrigger"
-#: sql_help.h:650
+#: sql_help.h:656
msgid "remove an extension"
msgstr "entfernt eine Erweiterung"
-#: sql_help.h:655
+#: sql_help.h:661
msgid "remove a foreign-data wrapper"
msgstr "entfernt einen Fremddaten-Wrapper"
-#: sql_help.h:660
+#: sql_help.h:666
msgid "remove a foreign table"
msgstr "entfernt eine Fremdtabelle"
-#: sql_help.h:665
+#: sql_help.h:671
msgid "remove a function"
msgstr "entfernt eine Funktion"
-#: sql_help.h:670 sql_help.h:710 sql_help.h:775
+#: sql_help.h:676 sql_help.h:716 sql_help.h:781
msgid "remove a database role"
msgstr "entfernt eine Datenbankrolle"
-#: sql_help.h:675
+#: sql_help.h:681
msgid "remove an index"
msgstr "entfernt einen Index"
-#: sql_help.h:680
+#: sql_help.h:686
msgid "remove a procedural language"
msgstr "entfernt eine prozedurale Sprache"
-#: sql_help.h:685
+#: sql_help.h:691
msgid "remove a materialized view"
msgstr "entfernt eine materialisierte Sicht"
-#: sql_help.h:690
+#: sql_help.h:696
msgid "remove an operator"
msgstr "entfernt einen Operator"
-#: sql_help.h:695
+#: sql_help.h:701
msgid "remove an operator class"
msgstr "entfernt eine Operatorklasse"
-#: sql_help.h:700
+#: sql_help.h:706
msgid "remove an operator family"
msgstr "entfernt eine Operatorfamilie"
-#: sql_help.h:705
+#: sql_help.h:711
msgid "remove database objects owned by a database role"
msgstr "entfernt die einer Datenbankrolle gehörenden Datenbankobjekte"
-#: sql_help.h:715
+#: sql_help.h:721
msgid "remove a rewrite rule"
msgstr "entfernt eine Umschreiberegel"
-#: sql_help.h:720
+#: sql_help.h:726
msgid "remove a schema"
msgstr "entfernt ein Schema"
-#: sql_help.h:725
+#: sql_help.h:731
msgid "remove a sequence"
msgstr "entfernt eine Sequenz"
-#: sql_help.h:730
+#: sql_help.h:736
msgid "remove a foreign server descriptor"
msgstr "entfernt einen Fremdserverdeskriptor"
-#: sql_help.h:735
+#: sql_help.h:741
msgid "remove a table"
msgstr "entfernt eine Tabelle"
-#: sql_help.h:740
+#: sql_help.h:746
msgid "remove a tablespace"
msgstr "entfernt einen Tablespace"
-#: sql_help.h:745
+#: sql_help.h:751
msgid "remove a text search configuration"
msgstr "entfernt eine Textsuchekonfiguration"
-#: sql_help.h:750
+#: sql_help.h:756
msgid "remove a text search dictionary"
msgstr "entfernt ein Textsuchewörterbuch"
-#: sql_help.h:755
+#: sql_help.h:761
msgid "remove a text search parser"
msgstr "entfernt einen Textsucheparser"
-#: sql_help.h:760
+#: sql_help.h:766
msgid "remove a text search template"
msgstr "entfernt eine Textsuchevorlage"
-#: sql_help.h:765
+#: sql_help.h:771
msgid "remove a trigger"
msgstr "entfernt einen Trigger"
-#: sql_help.h:770
+#: sql_help.h:776
msgid "remove a data type"
msgstr "entfernt einen Datentyp"
-#: sql_help.h:780
+#: sql_help.h:786
msgid "remove a user mapping for a foreign server"
msgstr "entfernt eine Benutzerabbildung für einen Fremdserver"
-#: sql_help.h:785
+#: sql_help.h:791
msgid "remove a view"
msgstr "entfernt eine Sicht"
-#: sql_help.h:795
+#: sql_help.h:801
msgid "execute a prepared statement"
msgstr "führt einen vorbereiteten Befehl aus"
-#: sql_help.h:800
+#: sql_help.h:806
msgid "show the execution plan of a statement"
msgstr "zeigt den Ausführungsplan eines Befehls"
-#: sql_help.h:805
+#: sql_help.h:811
msgid "retrieve rows from a query using a cursor"
msgstr "liest Zeilen aus einer Anfrage mit einem Cursor"
-#: sql_help.h:810
+#: sql_help.h:816
msgid "define access privileges"
msgstr "definiert Zugriffsprivilegien"
-#: sql_help.h:815
+#: sql_help.h:821
msgid "create new rows in a table"
msgstr "erzeugt neue Zeilen in einer Tabelle"
-#: sql_help.h:820
+#: sql_help.h:826
msgid "listen for a notification"
msgstr "hört auf eine Benachrichtigung"
-#: sql_help.h:825
+#: sql_help.h:831
msgid "load a shared library file"
msgstr "lädt eine dynamische Bibliotheksdatei"
-#: sql_help.h:830
+#: sql_help.h:836
msgid "lock a table"
msgstr "sperrt eine Tabelle"
-#: sql_help.h:835
+#: sql_help.h:841
msgid "position a cursor"
msgstr "positioniert einen Cursor"
-#: sql_help.h:840
+#: sql_help.h:846
msgid "generate a notification"
msgstr "erzeugt eine Benachrichtigung"
-#: sql_help.h:845
+#: sql_help.h:851
msgid "prepare a statement for execution"
msgstr "bereitet einen Befehl zur Ausführung vor"
-#: sql_help.h:850
+#: sql_help.h:856
msgid "prepare the current transaction for two-phase commit"
msgstr "bereitet die aktuelle Transaktion für Two-Phase-Commit vor"
-#: sql_help.h:855
+#: sql_help.h:861
msgid "change the ownership of database objects owned by a database role"
msgstr "ändert den Eigentümer der der Rolle gehörenden Datenbankobjekte"
-#: sql_help.h:860
+#: sql_help.h:866
msgid "replace the contents of a materialized view"
msgstr "ersetzt den Inhalt einer materialisierten Sicht"
-#: sql_help.h:865
+#: sql_help.h:871
msgid "rebuild indexes"
msgstr "baut Indexe neu"
-#: sql_help.h:870
+#: sql_help.h:876
msgid "destroy a previously defined savepoint"
msgstr "gibt einen zuvor definierten Savepoint frei"
-#: sql_help.h:875
+#: sql_help.h:881
msgid "restore the value of a run-time parameter to the default value"
msgstr "setzt einen Konfigurationsparameter auf die Voreinstellung zurück"
-#: sql_help.h:880
+#: sql_help.h:886
msgid "remove access privileges"
msgstr "entfernt Zugriffsprivilegien"
-#: sql_help.h:890
+#: sql_help.h:896
msgid "cancel a transaction that was earlier prepared for two-phase commit"
msgstr "storniert eine Transaktion, die vorher für Two-Phase-Commit vorbereitet worden war"
-#: sql_help.h:895
+#: sql_help.h:901
msgid "roll back to a savepoint"
msgstr "rollt eine Transaktion bis zu einem Savepoint zurück"
-#: sql_help.h:900
+#: sql_help.h:906
msgid "define a new savepoint within the current transaction"
msgstr "definiert einen neuen Savepoint in der aktuellen Transaktion"
-#: sql_help.h:905
+#: sql_help.h:911
msgid "define or change a security label applied to an object"
msgstr "definiert oder ändert ein Security-Label eines Objektes"
-#: sql_help.h:910 sql_help.h:955 sql_help.h:985
+#: sql_help.h:916 sql_help.h:961 sql_help.h:991
msgid "retrieve rows from a table or view"
msgstr "liest Zeilen aus einer Tabelle oder Sicht"
-#: sql_help.h:920
+#: sql_help.h:926
msgid "change a run-time parameter"
msgstr "ändert einen Konfigurationsparameter"
-#: sql_help.h:925
+#: sql_help.h:931
msgid "set constraint check timing for the current transaction"
msgstr "setzt die Zeitsteuerung für Check-Constraints in der aktuellen Transaktion"
-#: sql_help.h:930
+#: sql_help.h:936
msgid "set the current user identifier of the current session"
msgstr "setzt den aktuellen Benutzernamen der aktuellen Sitzung"
-#: sql_help.h:935
+#: sql_help.h:941
msgid "set the session user identifier and the current user identifier of the current session"
msgstr "setzt den Sitzungsbenutzernamen und den aktuellen Benutzernamen der aktuellen Sitzung"
-#: sql_help.h:940
+#: sql_help.h:946
msgid "set the characteristics of the current transaction"
msgstr "setzt die Charakteristika der aktuellen Transaktion"
-#: sql_help.h:945
+#: sql_help.h:951
msgid "show the value of a run-time parameter"
msgstr "zeigt den Wert eines Konfigurationsparameters"
-#: sql_help.h:960
+#: sql_help.h:966
msgid "empty a table or set of tables"
msgstr "leert eine oder mehrere Tabellen"
-#: sql_help.h:965
+#: sql_help.h:971
msgid "stop listening for a notification"
msgstr "beendet das Hören auf eine Benachrichtigung"
-#: sql_help.h:970
+#: sql_help.h:976
msgid "update rows of a table"
msgstr "aktualisiert Zeilen einer Tabelle"
-#: sql_help.h:975
+#: sql_help.h:981
msgid "garbage-collect and optionally analyze a database"
msgstr "säubert und analysiert eine Datenbank"
-#: sql_help.h:980
+#: sql_help.h:986
msgid "compute a set of rows"
msgstr "berechnet eine Zeilenmenge"
-#: startup.c:167
+#: startup.c:166
#, c-format
msgid "%s: -1 can only be used in non-interactive mode\n"
msgstr "%s: -1 kann nur im nicht interaktiven Modus verwendet werden\n"
-#: startup.c:269
+#: startup.c:266
#, c-format
msgid "%s: could not open log file \"%s\": %s\n"
msgstr "%s: konnte Logdatei „%s“ nicht öffnen: %s\n"
-#: startup.c:331
+#: startup.c:328
#, c-format
msgid ""
"Type \"help\" for help.\n"
"Geben Sie „help“ für Hilfe ein.\n"
"\n"
-#: startup.c:476
+#: startup.c:471
#, c-format
msgid "%s: could not set printing parameter \"%s\"\n"
msgstr "%s: konnte Ausgabeparameter „%s“ nicht setzen\n"
-#: startup.c:516
+#: startup.c:511
#, c-format
msgid "%s: could not delete variable \"%s\"\n"
msgstr "%s: konnte Variable „%s“ nicht löschen\n"
-#: startup.c:526
+#: startup.c:521
#, c-format
msgid "%s: could not set variable \"%s\"\n"
msgstr "%s: konnte Variable „%s“ nicht setzen\n"
-#: startup.c:569 startup.c:575
+#: startup.c:564 startup.c:570
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie „%s --help“ für weitere Informationen.\n"
-#: startup.c:592
+#: startup.c:587
#, c-format
msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
msgstr "%s: Warnung: überflüssiges Kommandozeilenargument „%s“ ignoriert\n"
-#: tab-complete.c:3962
+#: startup.c:609
+#, c-format
+msgid "%s: could not find own program executable\n"
+msgstr "%s: konnte eigene Programmdatei nicht finden\n"
+
+#: tab-complete.c:4085
#, c-format
msgid ""
"tab completion query failed: %s\n"
#, c-format
msgid "unrecognized Boolean value; assuming \"on\"\n"
msgstr "unbekannter Boole’scher Wert; „on“ wird angenommen\n"
+
+#~ msgid "change the definition of a tablespace"
+#~ msgstr "ändert die Definition eines Tablespace"
+
+#~ msgid "input_data_type"
+#~ msgstr "Eingabedatentyp"
+
+#~ msgid "agg_type"
+#~ msgstr "Aggtyp"
+
+#~ msgid "could not get current user name: %s\n"
+#~ msgstr "konnte aktuellen Benutzernamen nicht ermitteln: %s\n"
+
+#~ msgid "Showing only tuples."
+#~ msgstr "Zeige nur Datenzeilen."
+
+#~ msgid "Showing locale-adjusted numeric output."
+#~ msgstr "Zeige numerische Daten in lokalisiertem Format."