de: Translation updates
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 10 May 2024 05:31:29 +0000 (07:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 10 May 2024 05:31:29 +0000 (07:31 +0200)
de/psql.po

index 67ad48966723846cc523a98fe83674665b107771..1358ee20cb90be6ef05740d78ea413c01bf23d2b 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 17\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2024-03-19 16:48+0000\n"
-"PO-Revision-Date: 2024-03-19 20:24+0100\n"
+"POT-Creation-Date: 2024-05-09 23:18+0000\n"
+"PO-Revision-Date: 2024-05-10 07:31+0200\n"
 "Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
 "Language-Team: German <pgsql-translators@postgresql.org>\n"
 "Language: de\n"
@@ -78,7 +78,7 @@ msgid "%s() failed: %m"
 msgstr "%s() fehlgeschlagen: %m"
 
 #: ../../common/exec.c:562 ../../common/exec.c:607 ../../common/exec.c:699
-#: command.c:1371 command.c:3457 command.c:3506 command.c:3630 input.c:225
+#: command.c:1372 command.c:3458 command.c:3507 command.c:3632 input.c:225
 #: mainloop.c:80 mainloop.c:398
 #, c-format
 msgid "out of memory"
@@ -100,7 +100,7 @@ msgstr "kann NULL-Zeiger nicht kopieren (interner Fehler)\n"
 msgid "could not look up effective user ID %ld: %s"
 msgstr "konnte effektive Benutzer-ID %ld nicht nachschlagen: %s"
 
-#: ../../common/username.c:45 command.c:615
+#: ../../common/username.c:45 command.c:616
 msgid "user does not exist"
 msgstr "Benutzer existiert nicht"
 
@@ -194,292 +194,292 @@ msgstr "konnte lokale Benutzer-ID %d nicht nachschlagen: %s"
 msgid "local user with ID %d does not exist"
 msgstr "lokaler Benutzer mit ID %d existiert nicht"
 
-#: command.c:234
+#: command.c:235
 #, c-format
 msgid "invalid command \\%s"
 msgstr "ungültige Anweisung \\%s"
 
-#: command.c:236
+#: command.c:237
 #, c-format
 msgid "Try \\? for help."
 msgstr "Versuchen Sie \\? für Hilfe."
 
-#: command.c:254
+#: command.c:255
 #, c-format
 msgid "\\%s: extra argument \"%s\" ignored"
 msgstr "\\%s: überflüssiges Argument »%s« ignoriert"
 
-#: command.c:306
+#: command.c:307
 #, c-format
 msgid "\\%s command ignored; use \\endif or Ctrl-C to exit current \\if block"
 msgstr "Befehl \\%s ignoriert; verwenden Sie \\endif oder Strg-C um den aktuellen \\if-Block zu beenden"
 
-#: command.c:613
+#: command.c:614
 #, c-format
 msgid "could not get home directory for user ID %ld: %s"
 msgstr "konnte Home-Verzeichnis für Benutzer-ID %ld nicht ermitteln: %s"
 
-#: command.c:632
+#: command.c:633
 #, c-format
 msgid "\\%s: could not change directory to \"%s\": %m"
 msgstr "\\%s: konnte nicht in das Verzeichnis »%s« wechseln: %m"
 
-#: command.c:656
+#: command.c:657
 #, c-format
 msgid "You are currently not connected to a database.\n"
 msgstr "Sie sind gegenwärtig nicht mit einer Datenbank verbunden.\n"
 
-#: command.c:666
+#: command.c:667
 #, c-format
 msgid "You are connected to database \"%s\" as user \"%s\" on address \"%s\" at port \"%s\".\n"
 msgstr "Sie sind verbunden mit der Datenbank »%s« als Benutzer »%s« auf Adresse »%s« auf Port »%s«.\n"
 
-#: command.c:669
+#: command.c:670
 #, c-format
 msgid "You are connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n"
 msgstr "Sie sind verbunden mit der Datenbank »%s« als Benutzer »%s« via Socket in »%s« auf Port »%s«.\n"
 
-#: command.c:675
+#: command.c:676
 #, c-format
 msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" (address \"%s\") at port \"%s\".\n"
 msgstr "Sie sind verbunden mit der Datenbank »%s« als Benutzer »%s« auf Host »%s« (Adresse »%s«) auf Port »%s«.\n"
 
-#: command.c:678
+#: command.c:679
 #, c-format
 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:1068 command.c:1169 command.c:2674
+#: command.c:1069 command.c:1170 command.c:2675
 #, c-format
 msgid "no query buffer"
 msgstr "kein Anfragepuffer"
 
-#: command.c:1101 command.c:5700
+#: command.c:1102 command.c:5771
 #, c-format
 msgid "invalid line number: %s"
 msgstr "ungültige Zeilennummer: %s"
 
-#: command.c:1247
+#: command.c:1248
 msgid "No changes"
 msgstr "keine Änderungen"
 
-#: command.c:1332
+#: command.c:1333
 #, c-format
 msgid "%s: invalid encoding name or conversion procedure not found"
 msgstr "%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden"
 
-#: command.c:1367 command.c:2156 command.c:3453 command.c:3650 command.c:5806
-#: common.c:183 common.c:232 common.c:401 common.c:1107 common.c:1125
-#: common.c:1199 common.c:1318 common.c:1356 common.c:1450 common.c:1490
+#: command.c:1368 command.c:2157 command.c:3454 command.c:3652 command.c:5877
+#: common.c:221 common.c:270 common.c:440 common.c:1142 common.c:1160
+#: common.c:1228 common.c:1347 common.c:1385 common.c:1482 common.c:1548
 #: copy.c:486 copy.c:722 large_obj.c:157 large_obj.c:192 large_obj.c:254
 #: startup.c:304
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: command.c:1374
+#: command.c:1375
 msgid "There is no previous error."
 msgstr "Es gibt keinen vorangegangenen Fehler."
 
-#: command.c:1487
+#: command.c:1488
 #, c-format
 msgid "\\%s: missing right parenthesis"
 msgstr "\\%s: rechte Klammer fehlt"
 
-#: command.c:1571 command.c:1690 command.c:1994 command.c:2008 command.c:2027
-#: command.c:2195 command.c:2436 command.c:2641 command.c:2681
+#: command.c:1572 command.c:1691 command.c:1995 command.c:2009 command.c:2028
+#: command.c:2196 command.c:2437 command.c:2642 command.c:2682
 #, c-format
 msgid "\\%s: missing required argument"
 msgstr "\\%s: notwendiges Argument fehlt"
 
-#: command.c:1821
+#: command.c:1822
 #, c-format
 msgid "\\elif: cannot occur after \\else"
 msgstr "\\elif: kann nicht nach \\else kommen"
 
-#: command.c:1826
+#: command.c:1827
 #, c-format
 msgid "\\elif: no matching \\if"
 msgstr "\\elif: kein passendes \\if"
 
-#: command.c:1890
+#: command.c:1891
 #, c-format
 msgid "\\else: cannot occur after \\else"
 msgstr "\\else: kann nicht nach \\else kommen"
 
-#: command.c:1895
+#: command.c:1896
 #, c-format
 msgid "\\else: no matching \\if"
 msgstr "\\else: kein passendes \\if"
 
-#: command.c:1935
+#: command.c:1936
 #, c-format
 msgid "\\endif: no matching \\if"
 msgstr "\\endif: kein passendes \\if"
 
-#: command.c:2091
+#: command.c:2092
 msgid "Query buffer is empty."
 msgstr "Anfragepuffer ist leer."
 
-#: command.c:2134
+#: command.c:2135
 #, c-format
 msgid "Enter new password for user \"%s\": "
 msgstr "Neues Passwort für Benutzer »%s« eingeben: "
 
-#: command.c:2138
+#: command.c:2139
 msgid "Enter it again: "
 msgstr "Geben Sie es noch einmal ein: "
 
-#: command.c:2147
+#: command.c:2148
 #, c-format
 msgid "Passwords didn't match."
 msgstr "Passwörter stimmten nicht überein."
 
-#: command.c:2230
+#: command.c:2231
 #, c-format
 msgid "\\%s: could not read value for variable"
 msgstr "\\%s: konnte Wert für Variable nicht lesen"
 
-#: command.c:2332
+#: command.c:2333
 msgid "Query buffer reset (cleared)."
 msgstr "Anfragepuffer wurde gelöscht."
 
-#: command.c:2354
+#: command.c:2355
 #, c-format
 msgid "Wrote history to file \"%s\".\n"
 msgstr "Befehlsgeschichte in Datei »%s« geschrieben.\n"
 
-#: command.c:2441
+#: command.c:2442
 #, c-format
 msgid "\\%s: environment variable name must not contain \"=\""
 msgstr "\\%s: Name der Umgebungsvariable darf kein »=« enthalten"
 
-#: command.c:2489
+#: command.c:2490
 #, c-format
 msgid "function name is required"
 msgstr "Funktionsname wird benötigt"
 
-#: command.c:2491
+#: command.c:2492
 #, c-format
 msgid "view name is required"
 msgstr "Sichtname wird benötigt"
 
-#: command.c:2613
+#: command.c:2614
 msgid "Timing is on."
 msgstr "Zeitmessung ist an."
 
-#: command.c:2615
+#: command.c:2616
 msgid "Timing is off."
 msgstr "Zeitmessung ist aus."
 
-#: command.c:2701 command.c:2739 command.c:4092 command.c:4095 command.c:4098
-#: command.c:4104 command.c:4106 command.c:4132 command.c:4142 command.c:4154
-#: command.c:4168 command.c:4195 command.c:4253 common.c:79 copy.c:329
+#: command.c:2702 command.c:2740 command.c:4163 command.c:4166 command.c:4169
+#: command.c:4175 command.c:4177 command.c:4203 command.c:4213 command.c:4225
+#: command.c:4239 command.c:4266 command.c:4324 common.c:77 copy.c:329
 #: copy.c:401 psqlscanslash.l:805 psqlscanslash.l:817 psqlscanslash.l:835
 #, c-format
 msgid "%s: %m"
 msgstr "%s: %m"
 
-#: command.c:2728 copy.c:388
+#: command.c:2729 copy.c:388
 #, c-format
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: command.c:2800 command.c:2866
+#: command.c:2801 command.c:2867
 #, c-format
 msgid "\\watch: interval value is specified more than once"
 msgstr "\\watch: Intervallwert mehrmals angegeben"
 
-#: command.c:2810 command.c:2876
+#: command.c:2811 command.c:2877
 #, c-format
 msgid "\\watch: incorrect interval value \"%s\""
 msgstr "\\watch: falscher Intervallwert »%s«"
 
-#: command.c:2820
+#: command.c:2821
 #, c-format
 msgid "\\watch: iteration count is specified more than once"
 msgstr "\\watch: Wiederholungszahl mehrmals angegeben"
 
-#: command.c:2830
+#: command.c:2831
 #, c-format
 msgid "\\watch: incorrect iteration count \"%s\""
 msgstr "\\watch: falsche Wiederholungszahl »%s«"
 
-#: command.c:2840
+#: command.c:2841
 #, c-format
 msgid "\\watch: minimum row count specified more than once"
 msgstr "\\watch: Mindestzeilenzahl mehrmals angegeben"
 
-#: command.c:2850
+#: command.c:2851
 #, c-format
 msgid "\\watch: incorrect minimum row count \"%s\""
 msgstr "\\watch: falsche Mindestzeilenzahl »%s«"
 
-#: command.c:2857
+#: command.c:2858
 #, c-format
 msgid "\\watch: unrecognized parameter \"%s\""
 msgstr "\\watch: unbekannter Parameter »%s«"
 
-#: command.c:3254 startup.c:243 startup.c:293
+#: command.c:3255 startup.c:243 startup.c:293
 msgid "Password: "
 msgstr "Passwort: "
 
-#: command.c:3259 startup.c:290
+#: command.c:3260 startup.c:290
 #, c-format
 msgid "Password for user %s: "
 msgstr "Passwort für Benutzer %s: "
 
-#: command.c:3315
+#: command.c:3316
 #, c-format
 msgid "Do not give user, host, or port separately when using a connection string"
 msgstr "Geben Sie Benutzer, Host oder Port nicht separat an, wenn eine Verbindungsangabe verwendet wird"
 
-#: command.c:3350
+#: command.c:3351
 #, c-format
 msgid "No database connection exists to re-use parameters from"
 msgstr "Es gibt keine Verbindung, von der die Parameter verwendet werden können"
 
-#: command.c:3656
+#: command.c:3658
 #, c-format
 msgid "Previous connection kept"
 msgstr "Vorherige Verbindung wurde behalten"
 
-#: command.c:3662
+#: command.c:3664
 #, c-format
 msgid "\\connect: %s"
 msgstr "\\connect: %s"
 
-#: command.c:3718
+#: command.c:3720
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\" on address \"%s\" at port \"%s\".\n"
 msgstr "Sie sind jetzt verbunden mit der Datenbank »%s« als Benutzer »%s« auf Adresse »%s« auf Port »%s«.\n"
 
-#: command.c:3721
+#: command.c:3723
 #, 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:3727
+#: command.c:3729
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" (address \"%s\") at port \"%s\".\n"
 msgstr "Sie sind jetzt verbunden mit der Datenbank »%s« als Benutzer »%s« auf Host »%s« (Adresse »%s«) auf Port »%s«.\n"
 
-#: command.c:3730
+#: command.c:3732
 #, 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:3735
+#: command.c:3737
 #, 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:3775
+#: command.c:3843
 #, c-format
 msgid "%s (%s, server %s)\n"
 msgstr "%s (%s, Server %s)\n"
 
-#: command.c:3788
+#: command.c:3856
 #, c-format
 msgid ""
 "WARNING: %s major version %s, server major version %s.\n"
@@ -488,29 +488,33 @@ msgstr ""
 "WARNUNG: %s-Hauptversion %s, Server-Hauptversion %s.\n"
 "         Einige Features von psql werden eventuell nicht funktionieren.\n"
 
-#: command.c:3825
+#: command.c:3895
 #, c-format
-msgid "SSL connection (protocol: %s, cipher: %s, compression: %s)\n"
-msgstr "SSL-Verbindung (Protokoll: %s, Verschlüsselungsmethode: %s, Komprimierung: %s)\n"
+msgid "SSL connection (protocol: %s, cipher: %s, compression: %s, ALPN: %s)\n"
+msgstr "SSL-Verbindung (Protokoll: %s, Verschlüsselungsmethode: %s, Komprimierung: %s, ALPN: %s)\n"
 
-#: command.c:3826 command.c:3827
+#: command.c:3896 command.c:3897
 msgid "unknown"
 msgstr "unbekannt"
 
-#: command.c:3828 help.c:42
+#: command.c:3898 help.c:42
 msgid "off"
 msgstr "aus"
 
-#: command.c:3828 help.c:42
+#: command.c:3898 help.c:42
 msgid "on"
 msgstr "an"
 
-#: command.c:3842
+#: command.c:3899
+msgid "none"
+msgstr "keine"
+
+#: command.c:3913
 #, c-format
 msgid "GSSAPI-encrypted connection\n"
 msgstr "GSSAPI-verschlüsselte Verbindung\n"
 
-#: command.c:3862
+#: command.c:3933
 #, c-format
 msgid ""
 "WARNING: Console code page (%u) differs from Windows code page (%u)\n"
@@ -522,284 +526,284 @@ msgstr ""
 "         richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter\n"
 "         »Notes for Windows users«.\n"
 
-#: command.c:3967
+#: command.c:4038
 #, c-format
 msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number"
 msgstr "Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine Zeilennummer angeben zu können"
 
-#: command.c:3997
+#: command.c:4068
 #, c-format
 msgid "could not start editor \"%s\""
 msgstr "konnte Editor »%s« nicht starten"
 
-#: command.c:3999
+#: command.c:4070
 #, c-format
 msgid "could not start /bin/sh"
 msgstr "konnte /bin/sh nicht starten"
 
-#: command.c:4049
+#: command.c:4120
 #, c-format
 msgid "could not locate temporary directory: %s"
 msgstr "konnte temporäres Verzeichnis nicht finden: %s"
 
-#: command.c:4076
+#: command.c:4147
 #, c-format
 msgid "could not open temporary file \"%s\": %m"
 msgstr "konnte temporäre Datei »%s« nicht öffnen: %m"
 
-#: command.c:4412
+#: command.c:4483
 #, c-format
 msgid "\\pset: ambiguous abbreviation \"%s\" matches both \"%s\" and \"%s\""
 msgstr "\\pset: Abkürzung »%s« ist nicht eindeutig, passt auf »%s« und »%s«"
 
-#: command.c:4432
+#: command.c:4503
 #, c-format
 msgid "\\pset: allowed formats are aligned, asciidoc, csv, html, latex, latex-longtable, troff-ms, unaligned, wrapped"
 msgstr "\\pset: zulässige Formate sind aligned, asciidoc, csv, html, latex, latex-longtable, troff-ms, unaligned, wrapped"
 
-#: command.c:4451
+#: command.c:4522
 #, c-format
 msgid "\\pset: allowed line styles are ascii, old-ascii, unicode"
 msgstr "\\pset: zulässige Linienstile sind ascii, old-ascii, unicode"
 
-#: command.c:4466
+#: command.c:4537
 #, c-format
 msgid "\\pset: allowed Unicode border line styles are single, double"
 msgstr "\\pset: zulässige Unicode-Rahmnenlinienstile sind single, double"
 
-#: command.c:4481
+#: command.c:4552
 #, c-format
 msgid "\\pset: allowed Unicode column line styles are single, double"
 msgstr "\\pset: zulässige Unicode-Spaltenlinienstile sind single, double"
 
-#: command.c:4496
+#: command.c:4567
 #, c-format
 msgid "\\pset: allowed Unicode header line styles are single, double"
 msgstr "\\pset: zulässige Unicode-Kopflinienstile sind single, double"
 
-#: command.c:4548
+#: command.c:4619
 #, c-format
 msgid "\\pset: allowed xheader_width values are \"%s\" (default), \"%s\", \"%s\", or a number specifying the exact width"
 msgstr "\\pset: zulässige Werte für xheader_width sind »%s« (Standard), »%s«, »%s« oder eine Zahl, die die genaue Breite angibt"
 
-#: command.c:4565
+#: command.c:4636
 #, c-format
 msgid "\\pset: csv_fieldsep must be a single one-byte character"
 msgstr "\\pset: csv_fieldsep muss ein einzelnes Ein-Byte-Zeichen sein"
 
-#: command.c:4570
+#: command.c:4641
 #, c-format
 msgid "\\pset: csv_fieldsep cannot be a double quote, a newline, or a carriage return"
 msgstr "\\pset: csv_fieldsep kann nicht doppeltes Anführungszeichen, Newline oder Carriage Return sein"
 
-#: command.c:4708 command.c:4909
+#: command.c:4779 command.c:4980
 #, c-format
 msgid "\\pset: unknown option: %s"
 msgstr "\\pset: unbekannte Option: %s"
 
-#: command.c:4728
+#: command.c:4799
 #, c-format
 msgid "Border style is %d.\n"
 msgstr "Rahmenstil ist %d.\n"
 
-#: command.c:4734
+#: command.c:4805
 #, c-format
 msgid "Target width is unset.\n"
 msgstr "Zielbreite ist nicht gesetzt.\n"
 
-#: command.c:4736
+#: command.c:4807
 #, c-format
 msgid "Target width is %d.\n"
 msgstr "Zielbreite ist %d.\n"
 
-#: command.c:4743
+#: command.c:4814
 #, c-format
 msgid "Expanded display is on.\n"
 msgstr "Erweiterte Anzeige ist an.\n"
 
-#: command.c:4745
+#: command.c:4816
 #, c-format
 msgid "Expanded display is used automatically.\n"
 msgstr "Erweiterte Anzeige wird automatisch verwendet.\n"
 
-#: command.c:4747
+#: command.c:4818
 #, c-format
 msgid "Expanded display is off.\n"
 msgstr "Erweiterte Anzeige ist aus.\n"
 
-#: command.c:4754 command.c:4756 command.c:4758
+#: command.c:4825 command.c:4827 command.c:4829
 #, c-format
 msgid "Expanded header width is \"%s\".\n"
 msgstr "Erweiterte Kopfzeilenbreite ist »%s«.\n"
 
-#: command.c:4760
+#: command.c:4831
 #, c-format
 msgid "Expanded header width is %d.\n"
 msgstr "Erweiterte Kopfzeilenbreite ist %d.\n"
 
-#: command.c:4766
+#: command.c:4837
 #, c-format
 msgid "Field separator for CSV is \"%s\".\n"
 msgstr "Feldtrennzeichen für CSV ist »%s«.\n"
 
-#: command.c:4774 command.c:4782
+#: command.c:4845 command.c:4853
 #, c-format
 msgid "Field separator is zero byte.\n"
 msgstr "Feldtrennzeichen ist ein Null-Byte.\n"
 
-#: command.c:4776
+#: command.c:4847
 #, c-format
 msgid "Field separator is \"%s\".\n"
 msgstr "Feldtrennzeichen ist »%s«.\n"
 
-#: command.c:4789
+#: command.c:4860
 #, c-format
 msgid "Default footer is on.\n"
 msgstr "Standardfußzeile ist an.\n"
 
-#: command.c:4791
+#: command.c:4862
 #, c-format
 msgid "Default footer is off.\n"
 msgstr "Standardfußzeile ist aus.\n"
 
-#: command.c:4797
+#: command.c:4868
 #, c-format
 msgid "Output format is %s.\n"
 msgstr "Ausgabeformat ist »%s«.\n"
 
-#: command.c:4803
+#: command.c:4874
 #, c-format
 msgid "Line style is %s.\n"
 msgstr "Linienstil ist %s.\n"
 
-#: command.c:4810
+#: command.c:4881
 #, c-format
 msgid "Null display is \"%s\".\n"
 msgstr "Null-Anzeige ist »%s«.\n"
 
-#: command.c:4818
+#: command.c:4889
 #, c-format
 msgid "Locale-adjusted numeric output is on.\n"
 msgstr "Lokalisiertes Format für numerische Daten ist an.\n"
 
-#: command.c:4820
+#: command.c:4891
 #, c-format
 msgid "Locale-adjusted numeric output is off.\n"
 msgstr "Lokalisiertes Format für numerische Daten ist aus.\n"
 
-#: command.c:4827
+#: command.c:4898
 #, c-format
 msgid "Pager is used for long output.\n"
 msgstr "Pager wird für lange Ausgaben verwendet.\n"
 
-#: command.c:4829
+#: command.c:4900
 #, c-format
 msgid "Pager is always used.\n"
 msgstr "Pager wird immer verwendet.\n"
 
-#: command.c:4831
+#: command.c:4902
 #, c-format
 msgid "Pager usage is off.\n"
 msgstr "Pager-Verwendung ist aus.\n"
 
-#: command.c:4837
+#: command.c:4908
 #, c-format
 msgid "Pager won't be used for less than %d line.\n"
 msgid_plural "Pager won't be used for less than %d lines.\n"
 msgstr[0] "Pager wird nicht für weniger als %d Zeile verwendet werden.\n"
 msgstr[1] "Pager wird nicht für weniger als %d Zeilen verwendet werden.\n"
 
-#: command.c:4847 command.c:4857
+#: command.c:4918 command.c:4928
 #, c-format
 msgid "Record separator is zero byte.\n"
 msgstr "Satztrennzeichen ist ein Null-Byte.\n"
 
-#: command.c:4849
+#: command.c:4920
 #, c-format
 msgid "Record separator is <newline>.\n"
 msgstr "Satztrennzeichen ist <newline>.\n"
 
-#: command.c:4851
+#: command.c:4922
 #, c-format
 msgid "Record separator is \"%s\".\n"
 msgstr "Satztrennzeichen ist »%s«.\n"
 
-#: command.c:4864
+#: command.c:4935
 #, c-format
 msgid "Table attributes are \"%s\".\n"
 msgstr "Tabellenattribute sind »%s«.\n"
 
-#: command.c:4867
+#: command.c:4938
 #, c-format
 msgid "Table attributes unset.\n"
 msgstr "Tabellenattribute sind nicht gesetzt.\n"
 
-#: command.c:4874
+#: command.c:4945
 #, c-format
 msgid "Title is \"%s\".\n"
 msgstr "Titel ist »%s«.\n"
 
-#: command.c:4876
+#: command.c:4947
 #, c-format
 msgid "Title is unset.\n"
 msgstr "Titel ist nicht gesetzt.\n"
 
-#: command.c:4883
+#: command.c:4954
 #, c-format
 msgid "Tuples only is on.\n"
 msgstr "Nur Datenzeilen ist an.\n"
 
-#: command.c:4885
+#: command.c:4956
 #, c-format
 msgid "Tuples only is off.\n"
 msgstr "Nur Datenzeilen ist aus.\n"
 
-#: command.c:4891
+#: command.c:4962
 #, c-format
 msgid "Unicode border line style is \"%s\".\n"
 msgstr "Unicode-Rahmenlinienstil ist »%s«.\n"
 
-#: command.c:4897
+#: command.c:4968
 #, c-format
 msgid "Unicode column line style is \"%s\".\n"
 msgstr "Unicode-Spaltenlinienstil ist »%s«.\n"
 
-#: command.c:4903
+#: command.c:4974
 #, c-format
 msgid "Unicode header line style is \"%s\".\n"
 msgstr "Unicode-Kopflinienstil ist »%s«.\n"
 
-#: command.c:5152
+#: command.c:5223
 #, c-format
 msgid "\\!: failed"
 msgstr "\\!: fehlgeschlagen"
 
-#: command.c:5186
+#: command.c:5257
 #, c-format
 msgid "\\watch cannot be used with an empty query"
 msgstr "\\watch kann nicht mit einer leeren Anfrage verwendet werden"
 
-#: command.c:5218
+#: command.c:5289
 #, c-format
 msgid "could not set timer: %m"
 msgstr "konnte Timer nicht setzen: %m"
 
-#: command.c:5287
+#: command.c:5358
 #, c-format
 msgid "%s\t%s (every %gs)\n"
 msgstr "%s\t%s (alle %gs)\n"
 
-#: command.c:5290
+#: command.c:5361
 #, c-format
 msgid "%s (every %gs)\n"
 msgstr "%s (alle %gs)\n"
 
-#: command.c:5353
+#: command.c:5424
 #, c-format
 msgid "could not wait for signals: %m"
 msgstr "konnte nicht auf Signale warten: %m"
 
-#: command.c:5409 command.c:5416 common.c:593 common.c:600 common.c:1088
+#: command.c:5480 command.c:5487 common.c:632 common.c:639 common.c:1123
 #, c-format
 msgid ""
 "/******** QUERY *********/\n"
@@ -812,107 +816,107 @@ msgstr ""
 "/************************/\n"
 "\n"
 
-#: command.c:5595
+#: command.c:5666
 #, c-format
 msgid "\"%s.%s\" is not a view"
 msgstr "»%s.%s« ist keine Sicht"
 
-#: command.c:5611
+#: command.c:5682
 #, c-format
 msgid "could not parse reloptions array"
 msgstr "konnte reloptions-Array nicht interpretieren"
 
-#: common.c:168
+#: common.c:206
 #, c-format
 msgid "cannot escape without active connection"
 msgstr "Escape kann nicht ohne aktive Verbindung ausgeführt werden"
 
-#: common.c:209
+#: common.c:247
 #, c-format
 msgid "shell command argument contains a newline or carriage return: \"%s\""
 msgstr "Argument des Shell-Befehls enthält Newline oder Carriage Return: »%s«"
 
-#: common.c:313
+#: common.c:351
 #, c-format
 msgid "connection to server was lost"
 msgstr "Verbindung zum Server wurde verloren"
 
-#: common.c:317
+#: common.c:355
 #, c-format
 msgid "The connection to the server was lost. Attempting reset: "
 msgstr "Die Verbindung zum Server wurde verloren.  Versuche Reset: "
 
-#: common.c:322
+#: common.c:360
 #, c-format
 msgid "Failed.\n"
 msgstr "Fehlgeschlagen.\n"
 
-#: common.c:339
+#: common.c:377
 #, c-format
 msgid "Succeeded.\n"
 msgstr "Erfolgreich.\n"
 
-#: common.c:391 common.c:1026
+#: common.c:430 common.c:1061
 #, c-format
 msgid "unexpected PQresultStatus: %d"
 msgstr "unerwarteter PQresultStatus: %d"
 
-#: common.c:532
+#: common.c:571
 #, c-format
 msgid "Time: %.3f ms\n"
 msgstr "Zeit: %.3f ms\n"
 
-#: common.c:547
+#: common.c:586
 #, c-format
 msgid "Time: %.3f ms (%02d:%06.3f)\n"
 msgstr "Zeit: %.3f ms (%02d:%06.3f)\n"
 
-#: common.c:556
+#: common.c:595
 #, c-format
 msgid "Time: %.3f ms (%02d:%02d:%06.3f)\n"
 msgstr "Zeit: %.3f ms (%02d:%02d:%06.3f)\n"
 
-#: common.c:563
+#: common.c:602
 #, c-format
 msgid "Time: %.3f ms (%.0f d %02d:%02d:%06.3f)\n"
 msgstr "Zeit: %.3f ms (%.0f d %02d:%02d:%06.3f)\n"
 
-#: common.c:587 common.c:644 common.c:1059 describe.c:6244
+#: common.c:626 common.c:683 common.c:1094 describe.c:6244
 #, c-format
 msgid "You are currently not connected to a database."
 msgstr "Sie sind gegenwärtig nicht mit einer Datenbank verbunden."
 
-#: common.c:675
+#: common.c:714
 #, c-format
 msgid "Asynchronous notification \"%s\" with payload \"%s\" received from server process with PID %d.\n"
 msgstr "Asynchrone Benachrichtigung »%s« mit Daten »%s« vom Serverprozess mit PID %d empfangen.\n"
 
-#: common.c:678
+#: common.c:717
 #, c-format
 msgid "Asynchronous notification \"%s\" received from server process with PID %d.\n"
 msgstr "Asynchrone Benachrichtigung »%s« vom Serverprozess mit PID %d empfangen.\n"
 
-#: common.c:709
+#: common.c:748
 #, c-format
 msgid "could not print result table: %m"
 msgstr "konnte Ergebnistabelle nicht ausgeben: %m"
 
-#: common.c:729
+#: common.c:768
 #, c-format
 msgid "no rows returned for \\gset"
 msgstr "keine Zeilen für \\gset zurückgegeben"
 
-#: common.c:734
+#: common.c:773
 #, c-format
 msgid "more than one row returned for \\gset"
 msgstr "mehr als eine Zeile für \\gset zurückgegeben"
 
-#: common.c:752
+#: common.c:791
 #, c-format
 msgid "attempt to \\gset into specially treated variable \"%s\" ignored"
 msgstr "Versuch von \\gset in besonders behandelte Variable »%s« ignoriert"
 
-#: common.c:1068
+#: common.c:1103
 #, c-format
 msgid ""
 "/**(Single step mode: verify command)******************************************/\n"
@@ -923,32 +927,37 @@ msgstr ""
 "%s\n"
 "/**(Drücken Sie die Eingabetaste um fortzufahren oder »x« um abzubrechen)******/\n"
 
-#: common.c:1151
+#: common.c:1180
 #, c-format
 msgid "STATEMENT:  %s"
 msgstr "ANWEISUNG:  %s"
 
-#: common.c:1187
+#: common.c:1216
 #, c-format
 msgid "unexpected transaction status (%d)"
 msgstr "unerwarteter Transaktionsstatus (%d)"
 
-#: common.c:1340 describe.c:2025
+#: common.c:1369 describe.c:2025
 msgid "Column"
 msgstr "Spalte"
 
-#: common.c:1341 describe.c:169 describe.c:355 describe.c:373 describe.c:1043
+#: common.c:1370 describe.c:169 describe.c:355 describe.c:373 describe.c:1043
 #: describe.c:1201 describe.c:1731 describe.c:1755 describe.c:2026
 #: describe.c:4008 describe.c:4219 describe.c:4456 describe.c:4616
 #: describe.c:5881
 msgid "Type"
 msgstr "Typ"
 
-#: common.c:1390
+#: common.c:1419
 #, c-format
 msgid "The command has no result, or the result has no columns.\n"
 msgstr "Der Befehl hat kein Ergebnis oder das Ergebnis hat keine Spalten.\n"
 
+#: common.c:1511
+#, c-format
+msgid "fetching results in chunked mode failed"
+msgstr "Empfangen der Ergebnisse im Chunked-Modus fehlgeschlagen"
+
 #: copy.c:98
 #, c-format
 msgid "\\copy: arguments required"
@@ -2820,11 +2829,11 @@ msgstr "  \\q                     psql beenden\n"
 #: help.c:178
 msgid ""
 "  \\watch [[i=]SEC] [c=N] [m=MIN]\n"
-"                         execute query every SEC seconds, up to N times\n"
+"                         execute query every SEC seconds, up to N times,\n"
 "                         stop if less than MIN rows are returned\n"
 msgstr ""
 "  \\watch [[i=]SEK] [c=N] [m=MIN]\n"
-"                         Anfrage alle SEK Sekunden ausführen, bis zu N Mal\n"
+"                         Anfrage alle SEK Sekunden ausführen, bis zu N Mal,\n"
 "                         aufhören wenn weniger als MIN Zeilen zurückgegeben werden\n"
 
 #: help.c:181 help.c:189 help.c:201 help.c:211 help.c:218 help.c:275 help.c:283
@@ -4118,2445 +4127,2457 @@ msgstr "%s: Speicher aufgebraucht"
 #: sql_help.c:35 sql_help.c:38 sql_help.c:41 sql_help.c:65 sql_help.c:66
 #: sql_help.c:68 sql_help.c:70 sql_help.c:81 sql_help.c:83 sql_help.c:85
 #: sql_help.c:113 sql_help.c:119 sql_help.c:121 sql_help.c:123 sql_help.c:125
-#: sql_help.c:126 sql_help.c:129 sql_help.c:131 sql_help.c:133 sql_help.c:238
-#: sql_help.c:240 sql_help.c:241 sql_help.c:243 sql_help.c:245 sql_help.c:248
-#: sql_help.c:250 sql_help.c:252 sql_help.c:254 sql_help.c:266 sql_help.c:267
-#: sql_help.c:268 sql_help.c:270 sql_help.c:319 sql_help.c:321 sql_help.c:323
-#: sql_help.c:325 sql_help.c:394 sql_help.c:399 sql_help.c:401 sql_help.c:443
-#: sql_help.c:445 sql_help.c:448 sql_help.c:450 sql_help.c:519 sql_help.c:524
-#: sql_help.c:529 sql_help.c:534 sql_help.c:539 sql_help.c:593 sql_help.c:595
-#: sql_help.c:597 sql_help.c:599 sql_help.c:601 sql_help.c:604 sql_help.c:606
-#: sql_help.c:609 sql_help.c:620 sql_help.c:622 sql_help.c:666 sql_help.c:668
-#: sql_help.c:670 sql_help.c:673 sql_help.c:675 sql_help.c:677 sql_help.c:718
-#: sql_help.c:722 sql_help.c:726 sql_help.c:747 sql_help.c:750 sql_help.c:753
-#: sql_help.c:782 sql_help.c:794 sql_help.c:802 sql_help.c:805 sql_help.c:808
-#: sql_help.c:823 sql_help.c:826 sql_help.c:855 sql_help.c:860 sql_help.c:865
-#: sql_help.c:870 sql_help.c:875 sql_help.c:902 sql_help.c:904 sql_help.c:906
-#: sql_help.c:908 sql_help.c:911 sql_help.c:913 sql_help.c:960 sql_help.c:1005
-#: sql_help.c:1010 sql_help.c:1015 sql_help.c:1020 sql_help.c:1025
-#: sql_help.c:1044 sql_help.c:1055 sql_help.c:1057 sql_help.c:1077
-#: sql_help.c:1087 sql_help.c:1088 sql_help.c:1090 sql_help.c:1092
-#: sql_help.c:1104 sql_help.c:1108 sql_help.c:1110 sql_help.c:1122
-#: sql_help.c:1124 sql_help.c:1126 sql_help.c:1128 sql_help.c:1147
-#: sql_help.c:1149 sql_help.c:1153 sql_help.c:1157 sql_help.c:1161
-#: sql_help.c:1164 sql_help.c:1165 sql_help.c:1166 sql_help.c:1169
-#: sql_help.c:1172 sql_help.c:1174 sql_help.c:1315 sql_help.c:1317
-#: sql_help.c:1320 sql_help.c:1323 sql_help.c:1325 sql_help.c:1327
-#: sql_help.c:1330 sql_help.c:1333 sql_help.c:1453 sql_help.c:1455
-#: sql_help.c:1457 sql_help.c:1460 sql_help.c:1481 sql_help.c:1484
-#: sql_help.c:1487 sql_help.c:1490 sql_help.c:1494 sql_help.c:1496
-#: sql_help.c:1498 sql_help.c:1500 sql_help.c:1514 sql_help.c:1517
-#: sql_help.c:1519 sql_help.c:1521 sql_help.c:1531 sql_help.c:1533
-#: sql_help.c:1543 sql_help.c:1545 sql_help.c:1555 sql_help.c:1558
-#: sql_help.c:1581 sql_help.c:1583 sql_help.c:1585 sql_help.c:1587
-#: sql_help.c:1590 sql_help.c:1592 sql_help.c:1595 sql_help.c:1598
-#: sql_help.c:1649 sql_help.c:1692 sql_help.c:1695 sql_help.c:1697
-#: sql_help.c:1699 sql_help.c:1702 sql_help.c:1704 sql_help.c:1706
-#: sql_help.c:1709 sql_help.c:1759 sql_help.c:1775 sql_help.c:2006
-#: sql_help.c:2075 sql_help.c:2094 sql_help.c:2107 sql_help.c:2165
-#: sql_help.c:2173 sql_help.c:2183 sql_help.c:2211 sql_help.c:2244
-#: sql_help.c:2262 sql_help.c:2290 sql_help.c:2401 sql_help.c:2447
-#: sql_help.c:2472 sql_help.c:2495 sql_help.c:2499 sql_help.c:2533
-#: sql_help.c:2553 sql_help.c:2575 sql_help.c:2589 sql_help.c:2610
-#: sql_help.c:2639 sql_help.c:2672 sql_help.c:2695 sql_help.c:2742
-#: sql_help.c:3041 sql_help.c:3054 sql_help.c:3071 sql_help.c:3087
-#: sql_help.c:3127 sql_help.c:3181 sql_help.c:3185 sql_help.c:3187
-#: sql_help.c:3194 sql_help.c:3213 sql_help.c:3240 sql_help.c:3275
-#: sql_help.c:3287 sql_help.c:3296 sql_help.c:3340 sql_help.c:3354
-#: sql_help.c:3382 sql_help.c:3390 sql_help.c:3402 sql_help.c:3412
-#: sql_help.c:3420 sql_help.c:3428 sql_help.c:3436 sql_help.c:3444
-#: sql_help.c:3453 sql_help.c:3464 sql_help.c:3472 sql_help.c:3480
-#: sql_help.c:3488 sql_help.c:3496 sql_help.c:3506 sql_help.c:3515
-#: sql_help.c:3524 sql_help.c:3532 sql_help.c:3542 sql_help.c:3553
-#: sql_help.c:3561 sql_help.c:3570 sql_help.c:3581 sql_help.c:3590
-#: sql_help.c:3598 sql_help.c:3606 sql_help.c:3614 sql_help.c:3622
-#: sql_help.c:3630 sql_help.c:3638 sql_help.c:3646 sql_help.c:3654
-#: sql_help.c:3662 sql_help.c:3670 sql_help.c:3687 sql_help.c:3696
-#: sql_help.c:3704 sql_help.c:3721 sql_help.c:3736 sql_help.c:4048
-#: sql_help.c:4165 sql_help.c:4194 sql_help.c:4210 sql_help.c:4212
-#: sql_help.c:4716 sql_help.c:4764 sql_help.c:4923
+#: sql_help.c:126 sql_help.c:129 sql_help.c:131 sql_help.c:133 sql_help.c:240
+#: sql_help.c:242 sql_help.c:243 sql_help.c:245 sql_help.c:247 sql_help.c:250
+#: sql_help.c:252 sql_help.c:254 sql_help.c:256 sql_help.c:268 sql_help.c:269
+#: sql_help.c:270 sql_help.c:272 sql_help.c:321 sql_help.c:323 sql_help.c:325
+#: sql_help.c:327 sql_help.c:396 sql_help.c:401 sql_help.c:403 sql_help.c:445
+#: sql_help.c:447 sql_help.c:450 sql_help.c:452 sql_help.c:521 sql_help.c:526
+#: sql_help.c:531 sql_help.c:536 sql_help.c:541 sql_help.c:595 sql_help.c:597
+#: sql_help.c:599 sql_help.c:601 sql_help.c:603 sql_help.c:606 sql_help.c:608
+#: sql_help.c:611 sql_help.c:622 sql_help.c:624 sql_help.c:668 sql_help.c:670
+#: sql_help.c:672 sql_help.c:675 sql_help.c:677 sql_help.c:679 sql_help.c:720
+#: sql_help.c:724 sql_help.c:728 sql_help.c:749 sql_help.c:752 sql_help.c:755
+#: sql_help.c:784 sql_help.c:796 sql_help.c:804 sql_help.c:807 sql_help.c:810
+#: sql_help.c:825 sql_help.c:828 sql_help.c:857 sql_help.c:862 sql_help.c:867
+#: sql_help.c:872 sql_help.c:877 sql_help.c:904 sql_help.c:906 sql_help.c:908
+#: sql_help.c:910 sql_help.c:913 sql_help.c:915 sql_help.c:962 sql_help.c:1007
+#: sql_help.c:1012 sql_help.c:1017 sql_help.c:1022 sql_help.c:1027
+#: sql_help.c:1046 sql_help.c:1057 sql_help.c:1059 sql_help.c:1079
+#: sql_help.c:1089 sql_help.c:1090 sql_help.c:1092 sql_help.c:1094
+#: sql_help.c:1106 sql_help.c:1110 sql_help.c:1112 sql_help.c:1124
+#: sql_help.c:1126 sql_help.c:1128 sql_help.c:1130 sql_help.c:1149
+#: sql_help.c:1151 sql_help.c:1155 sql_help.c:1159 sql_help.c:1163
+#: sql_help.c:1166 sql_help.c:1167 sql_help.c:1168 sql_help.c:1171
+#: sql_help.c:1174 sql_help.c:1176 sql_help.c:1324 sql_help.c:1326
+#: sql_help.c:1329 sql_help.c:1332 sql_help.c:1334 sql_help.c:1336
+#: sql_help.c:1339 sql_help.c:1342 sql_help.c:1344 sql_help.c:1350
+#: sql_help.c:1475 sql_help.c:1477 sql_help.c:1479 sql_help.c:1482
+#: sql_help.c:1503 sql_help.c:1506 sql_help.c:1509 sql_help.c:1512
+#: sql_help.c:1516 sql_help.c:1518 sql_help.c:1520 sql_help.c:1522
+#: sql_help.c:1536 sql_help.c:1539 sql_help.c:1541 sql_help.c:1543
+#: sql_help.c:1553 sql_help.c:1555 sql_help.c:1565 sql_help.c:1567
+#: sql_help.c:1577 sql_help.c:1580 sql_help.c:1603 sql_help.c:1605
+#: sql_help.c:1607 sql_help.c:1609 sql_help.c:1612 sql_help.c:1614
+#: sql_help.c:1617 sql_help.c:1620 sql_help.c:1671 sql_help.c:1714
+#: sql_help.c:1717 sql_help.c:1719 sql_help.c:1721 sql_help.c:1724
+#: sql_help.c:1726 sql_help.c:1728 sql_help.c:1731 sql_help.c:1781
+#: sql_help.c:1797 sql_help.c:2030 sql_help.c:2099 sql_help.c:2118
+#: sql_help.c:2131 sql_help.c:2189 sql_help.c:2197 sql_help.c:2207
+#: sql_help.c:2235 sql_help.c:2268 sql_help.c:2286 sql_help.c:2314
+#: sql_help.c:2425 sql_help.c:2471 sql_help.c:2496 sql_help.c:2519
+#: sql_help.c:2523 sql_help.c:2557 sql_help.c:2577 sql_help.c:2599
+#: sql_help.c:2613 sql_help.c:2634 sql_help.c:2663 sql_help.c:2696
+#: sql_help.c:2719 sql_help.c:2766 sql_help.c:3070 sql_help.c:3083
+#: sql_help.c:3100 sql_help.c:3116 sql_help.c:3156 sql_help.c:3210
+#: sql_help.c:3214 sql_help.c:3216 sql_help.c:3223 sql_help.c:3242
+#: sql_help.c:3269 sql_help.c:3304 sql_help.c:3316 sql_help.c:3325
+#: sql_help.c:3369 sql_help.c:3383 sql_help.c:3411 sql_help.c:3419
+#: sql_help.c:3431 sql_help.c:3441 sql_help.c:3449 sql_help.c:3457
+#: sql_help.c:3465 sql_help.c:3473 sql_help.c:3482 sql_help.c:3493
+#: sql_help.c:3501 sql_help.c:3509 sql_help.c:3517 sql_help.c:3525
+#: sql_help.c:3535 sql_help.c:3544 sql_help.c:3553 sql_help.c:3561
+#: sql_help.c:3571 sql_help.c:3582 sql_help.c:3590 sql_help.c:3599
+#: sql_help.c:3610 sql_help.c:3619 sql_help.c:3627 sql_help.c:3635
+#: sql_help.c:3643 sql_help.c:3651 sql_help.c:3659 sql_help.c:3667
+#: sql_help.c:3675 sql_help.c:3683 sql_help.c:3691 sql_help.c:3699
+#: sql_help.c:3716 sql_help.c:3725 sql_help.c:3733 sql_help.c:3750
+#: sql_help.c:3765 sql_help.c:4078 sql_help.c:4199 sql_help.c:4228
+#: sql_help.c:4244 sql_help.c:4246 sql_help.c:4750 sql_help.c:4798
+#: sql_help.c:4957
 msgid "name"
 msgstr "Name"
 
-#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:330 sql_help.c:1852
-#: sql_help.c:3355 sql_help.c:4483
+#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:332 sql_help.c:1874
+#: sql_help.c:3384 sql_help.c:4517
 msgid "aggregate_signature"
 msgstr "Aggregatsignatur"
 
-#: sql_help.c:37 sql_help.c:67 sql_help.c:82 sql_help.c:120 sql_help.c:253
-#: sql_help.c:271 sql_help.c:402 sql_help.c:449 sql_help.c:528 sql_help.c:576
-#: sql_help.c:594 sql_help.c:621 sql_help.c:674 sql_help.c:749 sql_help.c:804
-#: sql_help.c:825 sql_help.c:864 sql_help.c:914 sql_help.c:961 sql_help.c:1014
-#: sql_help.c:1046 sql_help.c:1056 sql_help.c:1091 sql_help.c:1111
-#: sql_help.c:1125 sql_help.c:1175 sql_help.c:1324 sql_help.c:1454
-#: sql_help.c:1497 sql_help.c:1518 sql_help.c:1532 sql_help.c:1544
-#: sql_help.c:1557 sql_help.c:1584 sql_help.c:1650 sql_help.c:1703
+#: sql_help.c:37 sql_help.c:67 sql_help.c:82 sql_help.c:120 sql_help.c:255
+#: sql_help.c:273 sql_help.c:404 sql_help.c:451 sql_help.c:530 sql_help.c:578
+#: sql_help.c:596 sql_help.c:623 sql_help.c:676 sql_help.c:751 sql_help.c:806
+#: sql_help.c:827 sql_help.c:866 sql_help.c:916 sql_help.c:963 sql_help.c:1016
+#: sql_help.c:1048 sql_help.c:1058 sql_help.c:1093 sql_help.c:1113
+#: sql_help.c:1127 sql_help.c:1177 sql_help.c:1333 sql_help.c:1476
+#: sql_help.c:1519 sql_help.c:1540 sql_help.c:1554 sql_help.c:1566
+#: sql_help.c:1579 sql_help.c:1606 sql_help.c:1672 sql_help.c:1725
 msgid "new_name"
 msgstr "neuer_Name"
 
-#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:122 sql_help.c:251
-#: sql_help.c:269 sql_help.c:400 sql_help.c:485 sql_help.c:533 sql_help.c:623
-#: sql_help.c:632 sql_help.c:697 sql_help.c:721 sql_help.c:752 sql_help.c:807
-#: sql_help.c:869 sql_help.c:912 sql_help.c:1019 sql_help.c:1058
-#: sql_help.c:1089 sql_help.c:1109 sql_help.c:1123 sql_help.c:1173
-#: sql_help.c:1390 sql_help.c:1456 sql_help.c:1499 sql_help.c:1520
-#: sql_help.c:1582 sql_help.c:1698 sql_help.c:3027
+#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:122 sql_help.c:253
+#: sql_help.c:271 sql_help.c:402 sql_help.c:487 sql_help.c:535 sql_help.c:625
+#: sql_help.c:634 sql_help.c:699 sql_help.c:723 sql_help.c:754 sql_help.c:809
+#: sql_help.c:871 sql_help.c:914 sql_help.c:1021 sql_help.c:1060
+#: sql_help.c:1091 sql_help.c:1111 sql_help.c:1125 sql_help.c:1175
+#: sql_help.c:1409 sql_help.c:1478 sql_help.c:1521 sql_help.c:1542
+#: sql_help.c:1604 sql_help.c:1720 sql_help.c:3056
 msgid "new_owner"
 msgstr "neuer_Eigentümer"
 
-#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:255 sql_help.c:322
-#: sql_help.c:451 sql_help.c:538 sql_help.c:676 sql_help.c:725 sql_help.c:755
-#: sql_help.c:810 sql_help.c:874 sql_help.c:1024 sql_help.c:1093
-#: sql_help.c:1127 sql_help.c:1326 sql_help.c:1501 sql_help.c:1522
-#: sql_help.c:1534 sql_help.c:1546 sql_help.c:1586 sql_help.c:1705
+#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:257 sql_help.c:324
+#: sql_help.c:453 sql_help.c:540 sql_help.c:678 sql_help.c:727 sql_help.c:757
+#: sql_help.c:812 sql_help.c:876 sql_help.c:1026 sql_help.c:1095
+#: sql_help.c:1129 sql_help.c:1335 sql_help.c:1523 sql_help.c:1544
+#: sql_help.c:1556 sql_help.c:1568 sql_help.c:1608 sql_help.c:1727
 msgid "new_schema"
 msgstr "neues_Schema"
 
-#: sql_help.c:44 sql_help.c:1916 sql_help.c:3356 sql_help.c:4512
+#: sql_help.c:44 sql_help.c:1938 sql_help.c:3385 sql_help.c:4546
 msgid "where aggregate_signature is:"
 msgstr "wobei Aggregatsignatur Folgendes ist:"
 
-#: sql_help.c:45 sql_help.c:48 sql_help.c:51 sql_help.c:340 sql_help.c:353
-#: sql_help.c:357 sql_help.c:373 sql_help.c:376 sql_help.c:379 sql_help.c:520
-#: sql_help.c:525 sql_help.c:530 sql_help.c:535 sql_help.c:540 sql_help.c:856
-#: sql_help.c:861 sql_help.c:866 sql_help.c:871 sql_help.c:876 sql_help.c:1006
-#: sql_help.c:1011 sql_help.c:1016 sql_help.c:1021 sql_help.c:1026
-#: sql_help.c:1870 sql_help.c:1887 sql_help.c:1893 sql_help.c:1917
-#: sql_help.c:1920 sql_help.c:1923 sql_help.c:2076 sql_help.c:2095
-#: sql_help.c:2098 sql_help.c:2402 sql_help.c:2611 sql_help.c:3357
-#: sql_help.c:3360 sql_help.c:3363 sql_help.c:3454 sql_help.c:3543
-#: sql_help.c:3571 sql_help.c:3923 sql_help.c:4382 sql_help.c:4489
-#: sql_help.c:4496 sql_help.c:4502 sql_help.c:4513 sql_help.c:4516
-#: sql_help.c:4519
+#: sql_help.c:45 sql_help.c:48 sql_help.c:51 sql_help.c:342 sql_help.c:355
+#: sql_help.c:359 sql_help.c:375 sql_help.c:378 sql_help.c:381 sql_help.c:522
+#: sql_help.c:527 sql_help.c:532 sql_help.c:537 sql_help.c:542 sql_help.c:858
+#: sql_help.c:863 sql_help.c:868 sql_help.c:873 sql_help.c:878 sql_help.c:1008
+#: sql_help.c:1013 sql_help.c:1018 sql_help.c:1023 sql_help.c:1028
+#: sql_help.c:1892 sql_help.c:1909 sql_help.c:1915 sql_help.c:1939
+#: sql_help.c:1942 sql_help.c:1945 sql_help.c:2100 sql_help.c:2119
+#: sql_help.c:2122 sql_help.c:2426 sql_help.c:2635 sql_help.c:3386
+#: sql_help.c:3389 sql_help.c:3392 sql_help.c:3483 sql_help.c:3572
+#: sql_help.c:3600 sql_help.c:3953 sql_help.c:4416 sql_help.c:4523
+#: sql_help.c:4530 sql_help.c:4536 sql_help.c:4547 sql_help.c:4550
+#: sql_help.c:4553
 msgid "argmode"
 msgstr "Argmodus"
 
-#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:341 sql_help.c:354
-#: sql_help.c:358 sql_help.c:374 sql_help.c:377 sql_help.c:380 sql_help.c:521
-#: sql_help.c:526 sql_help.c:531 sql_help.c:536 sql_help.c:541 sql_help.c:857
-#: sql_help.c:862 sql_help.c:867 sql_help.c:872 sql_help.c:877 sql_help.c:1007
-#: sql_help.c:1012 sql_help.c:1017 sql_help.c:1022 sql_help.c:1027
-#: sql_help.c:1871 sql_help.c:1888 sql_help.c:1894 sql_help.c:1918
-#: sql_help.c:1921 sql_help.c:1924 sql_help.c:2077 sql_help.c:2096
-#: sql_help.c:2099 sql_help.c:2403 sql_help.c:2612 sql_help.c:3358
-#: sql_help.c:3361 sql_help.c:3364 sql_help.c:3455 sql_help.c:3544
-#: sql_help.c:3572 sql_help.c:4490 sql_help.c:4497 sql_help.c:4503
-#: sql_help.c:4514 sql_help.c:4517 sql_help.c:4520
+#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:343 sql_help.c:356
+#: sql_help.c:360 sql_help.c:376 sql_help.c:379 sql_help.c:382 sql_help.c:523
+#: sql_help.c:528 sql_help.c:533 sql_help.c:538 sql_help.c:543 sql_help.c:859
+#: sql_help.c:864 sql_help.c:869 sql_help.c:874 sql_help.c:879 sql_help.c:1009
+#: sql_help.c:1014 sql_help.c:1019 sql_help.c:1024 sql_help.c:1029
+#: sql_help.c:1893 sql_help.c:1910 sql_help.c:1916 sql_help.c:1940
+#: sql_help.c:1943 sql_help.c:1946 sql_help.c:2101 sql_help.c:2120
+#: sql_help.c:2123 sql_help.c:2427 sql_help.c:2636 sql_help.c:3387
+#: sql_help.c:3390 sql_help.c:3393 sql_help.c:3484 sql_help.c:3573
+#: sql_help.c:3601 sql_help.c:4524 sql_help.c:4531 sql_help.c:4537
+#: sql_help.c:4548 sql_help.c:4551 sql_help.c:4554
 msgid "argname"
 msgstr "Argname"
 
-#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:342 sql_help.c:355
-#: sql_help.c:359 sql_help.c:375 sql_help.c:378 sql_help.c:381 sql_help.c:522
-#: sql_help.c:527 sql_help.c:532 sql_help.c:537 sql_help.c:542 sql_help.c:858
-#: sql_help.c:863 sql_help.c:868 sql_help.c:873 sql_help.c:878 sql_help.c:1008
-#: sql_help.c:1013 sql_help.c:1018 sql_help.c:1023 sql_help.c:1028
-#: sql_help.c:1872 sql_help.c:1889 sql_help.c:1895 sql_help.c:1919
-#: sql_help.c:1922 sql_help.c:1925 sql_help.c:2404 sql_help.c:2613
-#: sql_help.c:3359 sql_help.c:3362 sql_help.c:3365 sql_help.c:3456
-#: sql_help.c:3545 sql_help.c:3573 sql_help.c:4491 sql_help.c:4498
-#: sql_help.c:4504 sql_help.c:4515 sql_help.c:4518 sql_help.c:4521
+#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:344 sql_help.c:357
+#: sql_help.c:361 sql_help.c:377 sql_help.c:380 sql_help.c:383 sql_help.c:524
+#: sql_help.c:529 sql_help.c:534 sql_help.c:539 sql_help.c:544 sql_help.c:860
+#: sql_help.c:865 sql_help.c:870 sql_help.c:875 sql_help.c:880 sql_help.c:1010
+#: sql_help.c:1015 sql_help.c:1020 sql_help.c:1025 sql_help.c:1030
+#: sql_help.c:1894 sql_help.c:1911 sql_help.c:1917 sql_help.c:1941
+#: sql_help.c:1944 sql_help.c:1947 sql_help.c:2428 sql_help.c:2637
+#: sql_help.c:3388 sql_help.c:3391 sql_help.c:3394 sql_help.c:3485
+#: sql_help.c:3574 sql_help.c:3602 sql_help.c:4525 sql_help.c:4532
+#: sql_help.c:4538 sql_help.c:4549 sql_help.c:4552 sql_help.c:4555
 msgid "argtype"
 msgstr "Argtyp"
 
-#: sql_help.c:114 sql_help.c:397 sql_help.c:474 sql_help.c:486 sql_help.c:955
-#: sql_help.c:1106 sql_help.c:1515 sql_help.c:1644 sql_help.c:1676
-#: sql_help.c:1728 sql_help.c:1787 sql_help.c:1975 sql_help.c:1982
-#: sql_help.c:2293 sql_help.c:2343 sql_help.c:2350 sql_help.c:2359
-#: sql_help.c:2448 sql_help.c:2673 sql_help.c:2764 sql_help.c:3056
-#: sql_help.c:3241 sql_help.c:3263 sql_help.c:3403 sql_help.c:3759
-#: sql_help.c:3967 sql_help.c:4209 sql_help.c:4211 sql_help.c:4989
+#: sql_help.c:114 sql_help.c:399 sql_help.c:476 sql_help.c:488 sql_help.c:957
+#: sql_help.c:1108 sql_help.c:1537 sql_help.c:1666 sql_help.c:1698
+#: sql_help.c:1750 sql_help.c:1809 sql_help.c:1998 sql_help.c:2005
+#: sql_help.c:2317 sql_help.c:2367 sql_help.c:2374 sql_help.c:2383
+#: sql_help.c:2472 sql_help.c:2697 sql_help.c:2788 sql_help.c:3085
+#: sql_help.c:3270 sql_help.c:3292 sql_help.c:3432 sql_help.c:3789
+#: sql_help.c:3997 sql_help.c:4243 sql_help.c:4245 sql_help.c:5023
 msgid "option"
 msgstr "Option"
 
-#: sql_help.c:115 sql_help.c:956 sql_help.c:1645 sql_help.c:2449
-#: sql_help.c:2674 sql_help.c:3242 sql_help.c:3404
+#: sql_help.c:115 sql_help.c:958 sql_help.c:1667 sql_help.c:2473
+#: sql_help.c:2698 sql_help.c:3271 sql_help.c:3433
 msgid "where option can be:"
 msgstr "wobei Option Folgendes sein kann:"
 
-#: sql_help.c:116 sql_help.c:2225
+#: sql_help.c:116 sql_help.c:2249
 msgid "allowconn"
 msgstr "allowconn"
 
-#: sql_help.c:117 sql_help.c:957 sql_help.c:1646 sql_help.c:2226
-#: sql_help.c:2450 sql_help.c:2675 sql_help.c:3243
+#: sql_help.c:117 sql_help.c:959 sql_help.c:1668 sql_help.c:2250
+#: sql_help.c:2474 sql_help.c:2699 sql_help.c:3272
 msgid "connlimit"
 msgstr "Verbindungslimit"
 
-#: sql_help.c:118 sql_help.c:2227
+#: sql_help.c:118 sql_help.c:2251
 msgid "istemplate"
 msgstr "istemplate"
 
-#: sql_help.c:124 sql_help.c:611 sql_help.c:679 sql_help.c:693 sql_help.c:1329
-#: sql_help.c:1383 sql_help.c:4215
+#: sql_help.c:124 sql_help.c:613 sql_help.c:681 sql_help.c:695 sql_help.c:1338
+#: sql_help.c:1402 sql_help.c:4249
 msgid "new_tablespace"
 msgstr "neuer_Tablespace"
 
-#: sql_help.c:127 sql_help.c:130 sql_help.c:132 sql_help.c:548 sql_help.c:550
-#: sql_help.c:551 sql_help.c:881 sql_help.c:883 sql_help.c:884 sql_help.c:964
-#: sql_help.c:968 sql_help.c:971 sql_help.c:1033 sql_help.c:1035
-#: sql_help.c:1036 sql_help.c:1186 sql_help.c:1188 sql_help.c:1653
-#: sql_help.c:1657 sql_help.c:1660 sql_help.c:2414 sql_help.c:2617
-#: sql_help.c:3935 sql_help.c:4233 sql_help.c:4394 sql_help.c:4704
+#: sql_help.c:127 sql_help.c:130 sql_help.c:132 sql_help.c:550 sql_help.c:552
+#: sql_help.c:553 sql_help.c:883 sql_help.c:885 sql_help.c:886 sql_help.c:966
+#: sql_help.c:970 sql_help.c:973 sql_help.c:1035 sql_help.c:1037
+#: sql_help.c:1038 sql_help.c:1188 sql_help.c:1190 sql_help.c:1675
+#: sql_help.c:1679 sql_help.c:1682 sql_help.c:2438 sql_help.c:2641
+#: sql_help.c:3965 sql_help.c:4267 sql_help.c:4428 sql_help.c:4738
 msgid "configuration_parameter"
 msgstr "Konfigurationsparameter"
 
-#: sql_help.c:128 sql_help.c:398 sql_help.c:469 sql_help.c:475 sql_help.c:487
-#: sql_help.c:549 sql_help.c:603 sql_help.c:685 sql_help.c:695 sql_help.c:882
-#: sql_help.c:910 sql_help.c:965 sql_help.c:1034 sql_help.c:1107
-#: sql_help.c:1152 sql_help.c:1156 sql_help.c:1160 sql_help.c:1163
-#: sql_help.c:1168 sql_help.c:1171 sql_help.c:1187 sql_help.c:1362
-#: sql_help.c:1385 sql_help.c:1434 sql_help.c:1459 sql_help.c:1516
-#: sql_help.c:1600 sql_help.c:1654 sql_help.c:1677 sql_help.c:2294
-#: sql_help.c:2344 sql_help.c:2351 sql_help.c:2360 sql_help.c:2415
-#: sql_help.c:2416 sql_help.c:2480 sql_help.c:2483 sql_help.c:2517
-#: sql_help.c:2618 sql_help.c:2619 sql_help.c:2642 sql_help.c:2765
-#: sql_help.c:2804 sql_help.c:2915 sql_help.c:2928 sql_help.c:2942
-#: sql_help.c:2986 sql_help.c:3013 sql_help.c:3030 sql_help.c:3057
-#: sql_help.c:3264 sql_help.c:3968 sql_help.c:4705 sql_help.c:4706
-#: sql_help.c:4707 sql_help.c:4708
+#: sql_help.c:128 sql_help.c:400 sql_help.c:471 sql_help.c:477 sql_help.c:489
+#: sql_help.c:551 sql_help.c:605 sql_help.c:687 sql_help.c:697 sql_help.c:884
+#: sql_help.c:912 sql_help.c:967 sql_help.c:1036 sql_help.c:1109
+#: sql_help.c:1154 sql_help.c:1158 sql_help.c:1162 sql_help.c:1165
+#: sql_help.c:1170 sql_help.c:1173 sql_help.c:1189 sql_help.c:1381
+#: sql_help.c:1404 sql_help.c:1453 sql_help.c:1461 sql_help.c:1481
+#: sql_help.c:1538 sql_help.c:1622 sql_help.c:1676 sql_help.c:1699
+#: sql_help.c:2318 sql_help.c:2368 sql_help.c:2375 sql_help.c:2384
+#: sql_help.c:2439 sql_help.c:2440 sql_help.c:2504 sql_help.c:2507
+#: sql_help.c:2541 sql_help.c:2642 sql_help.c:2643 sql_help.c:2666
+#: sql_help.c:2789 sql_help.c:2828 sql_help.c:2939 sql_help.c:2952
+#: sql_help.c:2966 sql_help.c:3012 sql_help.c:3020 sql_help.c:3042
+#: sql_help.c:3059 sql_help.c:3086 sql_help.c:3293 sql_help.c:3998
+#: sql_help.c:4739 sql_help.c:4740 sql_help.c:4741 sql_help.c:4742
 msgid "value"
 msgstr "Wert"
 
-#: sql_help.c:200
+#: sql_help.c:202
 msgid "target_role"
 msgstr "Zielrolle"
 
-#: sql_help.c:201 sql_help.c:919 sql_help.c:2278 sql_help.c:2647
-#: sql_help.c:2720 sql_help.c:2725 sql_help.c:3898 sql_help.c:3907
-#: sql_help.c:3926 sql_help.c:3938 sql_help.c:4357 sql_help.c:4366
-#: sql_help.c:4385 sql_help.c:4397
+#: sql_help.c:203 sql_help.c:921 sql_help.c:2302 sql_help.c:2671
+#: sql_help.c:2744 sql_help.c:2749 sql_help.c:3928 sql_help.c:3937
+#: sql_help.c:3956 sql_help.c:3968 sql_help.c:4391 sql_help.c:4400
+#: sql_help.c:4419 sql_help.c:4431
 msgid "schema_name"
 msgstr "Schemaname"
 
-#: sql_help.c:202
+#: sql_help.c:204
 msgid "abbreviated_grant_or_revoke"
 msgstr "abgekürztes_Grant_oder_Revoke"
 
-#: sql_help.c:203
+#: sql_help.c:205
 msgid "where abbreviated_grant_or_revoke is one of:"
 msgstr "wobei abgekürztes_Grant_oder_Revoke Folgendes sein kann:"
 
-#: sql_help.c:204 sql_help.c:205 sql_help.c:206 sql_help.c:207 sql_help.c:208
-#: sql_help.c:209 sql_help.c:210 sql_help.c:211 sql_help.c:212 sql_help.c:213
-#: sql_help.c:574 sql_help.c:610 sql_help.c:678 sql_help.c:828 sql_help.c:975
-#: sql_help.c:1328 sql_help.c:1664 sql_help.c:2453 sql_help.c:2454
-#: sql_help.c:2455 sql_help.c:2456 sql_help.c:2457 sql_help.c:2591
-#: sql_help.c:2678 sql_help.c:2679 sql_help.c:2680 sql_help.c:3246
-#: sql_help.c:3247 sql_help.c:3248 sql_help.c:3249 sql_help.c:3250
-#: sql_help.c:3947 sql_help.c:3951 sql_help.c:4406 sql_help.c:4410
-#: sql_help.c:4726
+#: sql_help.c:206 sql_help.c:207 sql_help.c:208 sql_help.c:209 sql_help.c:210
+#: sql_help.c:211 sql_help.c:212 sql_help.c:213 sql_help.c:214 sql_help.c:215
+#: sql_help.c:576 sql_help.c:612 sql_help.c:680 sql_help.c:830 sql_help.c:977
+#: sql_help.c:1337 sql_help.c:1686 sql_help.c:2477 sql_help.c:2478
+#: sql_help.c:2479 sql_help.c:2480 sql_help.c:2481 sql_help.c:2615
+#: sql_help.c:2702 sql_help.c:2703 sql_help.c:2704 sql_help.c:3275
+#: sql_help.c:3276 sql_help.c:3277 sql_help.c:3278 sql_help.c:3279
+#: sql_help.c:3977 sql_help.c:3981 sql_help.c:4440 sql_help.c:4444
+#: sql_help.c:4760
 msgid "role_name"
 msgstr "Rollenname"
 
-#: sql_help.c:239 sql_help.c:462 sql_help.c:918 sql_help.c:1344 sql_help.c:1346
-#: sql_help.c:1350 sql_help.c:1400 sql_help.c:1412 sql_help.c:1438
-#: sql_help.c:1694 sql_help.c:2247 sql_help.c:2251 sql_help.c:2363
-#: sql_help.c:2368 sql_help.c:2476 sql_help.c:2646 sql_help.c:2781
-#: sql_help.c:2786 sql_help.c:2788 sql_help.c:2910 sql_help.c:2923
-#: sql_help.c:2937 sql_help.c:2946 sql_help.c:2958 sql_help.c:2990
-#: sql_help.c:3999 sql_help.c:4014 sql_help.c:4016 sql_help.c:4108
-#: sql_help.c:4111 sql_help.c:4113 sql_help.c:4576 sql_help.c:4577
-#: sql_help.c:4586 sql_help.c:4633 sql_help.c:4634 sql_help.c:4635
-#: sql_help.c:4636 sql_help.c:4637 sql_help.c:4638 sql_help.c:4679
-#: sql_help.c:4680 sql_help.c:4685 sql_help.c:4690 sql_help.c:4834
-#: sql_help.c:4835 sql_help.c:4844 sql_help.c:4891 sql_help.c:4892
-#: sql_help.c:4893 sql_help.c:4894 sql_help.c:4895 sql_help.c:4896
-#: sql_help.c:4951 sql_help.c:4953 sql_help.c:5019 sql_help.c:5079
-#: sql_help.c:5080 sql_help.c:5089 sql_help.c:5136 sql_help.c:5137
-#: sql_help.c:5138 sql_help.c:5139 sql_help.c:5140 sql_help.c:5141
+#: sql_help.c:241 sql_help.c:464 sql_help.c:920 sql_help.c:1363 sql_help.c:1365
+#: sql_help.c:1369 sql_help.c:1419 sql_help.c:1431 sql_help.c:1457
+#: sql_help.c:1716 sql_help.c:2271 sql_help.c:2275 sql_help.c:2387
+#: sql_help.c:2392 sql_help.c:2500 sql_help.c:2670 sql_help.c:2805
+#: sql_help.c:2810 sql_help.c:2812 sql_help.c:2934 sql_help.c:2947
+#: sql_help.c:2961 sql_help.c:2970 sql_help.c:2982 sql_help.c:3016
+#: sql_help.c:4029 sql_help.c:4044 sql_help.c:4046 sql_help.c:4142
+#: sql_help.c:4145 sql_help.c:4147 sql_help.c:4610 sql_help.c:4611
+#: sql_help.c:4620 sql_help.c:4667 sql_help.c:4668 sql_help.c:4669
+#: sql_help.c:4670 sql_help.c:4671 sql_help.c:4672 sql_help.c:4713
+#: sql_help.c:4714 sql_help.c:4719 sql_help.c:4724 sql_help.c:4868
+#: sql_help.c:4869 sql_help.c:4878 sql_help.c:4925 sql_help.c:4926
+#: sql_help.c:4927 sql_help.c:4928 sql_help.c:4929 sql_help.c:4930
+#: sql_help.c:4985 sql_help.c:4987 sql_help.c:5053 sql_help.c:5113
+#: sql_help.c:5114 sql_help.c:5123 sql_help.c:5170 sql_help.c:5171
+#: sql_help.c:5172 sql_help.c:5173 sql_help.c:5174 sql_help.c:5175
 msgid "expression"
 msgstr "Ausdruck"
 
-#: sql_help.c:242
+#: sql_help.c:244 sql_help.c:2272
 msgid "domain_constraint"
 msgstr "Domänen-Constraint"
 
-#: sql_help.c:244 sql_help.c:246 sql_help.c:249 sql_help.c:477 sql_help.c:478
-#: sql_help.c:1321 sql_help.c:1370 sql_help.c:1371 sql_help.c:1372
-#: sql_help.c:1399 sql_help.c:1411 sql_help.c:1429 sql_help.c:1858
-#: sql_help.c:1860 sql_help.c:2250 sql_help.c:2362 sql_help.c:2367
-#: sql_help.c:2945 sql_help.c:2957 sql_help.c:4011
+#: sql_help.c:246 sql_help.c:248 sql_help.c:251 sql_help.c:479 sql_help.c:480
+#: sql_help.c:1330 sql_help.c:1389 sql_help.c:1390 sql_help.c:1391
+#: sql_help.c:1418 sql_help.c:1430 sql_help.c:1448 sql_help.c:1880
+#: sql_help.c:1882 sql_help.c:2274 sql_help.c:2386 sql_help.c:2391
+#: sql_help.c:2969 sql_help.c:2981 sql_help.c:4041
 msgid "constraint_name"
 msgstr "Constraint-Name"
 
-#: sql_help.c:247 sql_help.c:1322
+#: sql_help.c:249 sql_help.c:1331
 msgid "new_constraint_name"
 msgstr "neuer_Constraint-Name"
 
-#: sql_help.c:320 sql_help.c:1105
+#: sql_help.c:322 sql_help.c:1107
 msgid "new_version"
 msgstr "neue_Version"
 
-#: sql_help.c:324 sql_help.c:326
+#: sql_help.c:326 sql_help.c:328
 msgid "member_object"
 msgstr "Elementobjekt"
 
-#: sql_help.c:327
+#: sql_help.c:329
 msgid "where member_object is:"
 msgstr "wobei Elementobjekt Folgendes ist:"
 
-#: sql_help.c:328 sql_help.c:333 sql_help.c:334 sql_help.c:335 sql_help.c:336
-#: sql_help.c:337 sql_help.c:338 sql_help.c:343 sql_help.c:347 sql_help.c:349
-#: sql_help.c:351 sql_help.c:360 sql_help.c:361 sql_help.c:362 sql_help.c:363
-#: sql_help.c:364 sql_help.c:365 sql_help.c:366 sql_help.c:367 sql_help.c:370
-#: sql_help.c:371 sql_help.c:1850 sql_help.c:1855 sql_help.c:1862
-#: sql_help.c:1863 sql_help.c:1864 sql_help.c:1865 sql_help.c:1866
-#: sql_help.c:1867 sql_help.c:1868 sql_help.c:1873 sql_help.c:1875
-#: sql_help.c:1879 sql_help.c:1881 sql_help.c:1885 sql_help.c:1890
-#: sql_help.c:1891 sql_help.c:1898 sql_help.c:1899 sql_help.c:1900
-#: sql_help.c:1901 sql_help.c:1902 sql_help.c:1903 sql_help.c:1904
-#: sql_help.c:1905 sql_help.c:1906 sql_help.c:1907 sql_help.c:1908
-#: sql_help.c:1913 sql_help.c:1914 sql_help.c:4479 sql_help.c:4484
-#: sql_help.c:4485 sql_help.c:4486 sql_help.c:4487 sql_help.c:4493
-#: sql_help.c:4494 sql_help.c:4499 sql_help.c:4500 sql_help.c:4505
-#: sql_help.c:4506 sql_help.c:4507 sql_help.c:4508 sql_help.c:4509
-#: sql_help.c:4510
+#: sql_help.c:330 sql_help.c:335 sql_help.c:336 sql_help.c:337 sql_help.c:338
+#: sql_help.c:339 sql_help.c:340 sql_help.c:345 sql_help.c:349 sql_help.c:351
+#: sql_help.c:353 sql_help.c:362 sql_help.c:363 sql_help.c:364 sql_help.c:365
+#: sql_help.c:366 sql_help.c:367 sql_help.c:368 sql_help.c:369 sql_help.c:372
+#: sql_help.c:373 sql_help.c:1872 sql_help.c:1877 sql_help.c:1884
+#: sql_help.c:1885 sql_help.c:1886 sql_help.c:1887 sql_help.c:1888
+#: sql_help.c:1889 sql_help.c:1890 sql_help.c:1895 sql_help.c:1897
+#: sql_help.c:1901 sql_help.c:1903 sql_help.c:1907 sql_help.c:1912
+#: sql_help.c:1913 sql_help.c:1920 sql_help.c:1921 sql_help.c:1922
+#: sql_help.c:1923 sql_help.c:1924 sql_help.c:1925 sql_help.c:1926
+#: sql_help.c:1927 sql_help.c:1928 sql_help.c:1929 sql_help.c:1930
+#: sql_help.c:1935 sql_help.c:1936 sql_help.c:4513 sql_help.c:4518
+#: sql_help.c:4519 sql_help.c:4520 sql_help.c:4521 sql_help.c:4527
+#: sql_help.c:4528 sql_help.c:4533 sql_help.c:4534 sql_help.c:4539
+#: sql_help.c:4540 sql_help.c:4541 sql_help.c:4542 sql_help.c:4543
+#: sql_help.c:4544
 msgid "object_name"
 msgstr "Objektname"
 
-#: sql_help.c:329 sql_help.c:1851 sql_help.c:4482
+#: sql_help.c:331 sql_help.c:1873 sql_help.c:4516
 msgid "aggregate_name"
 msgstr "Aggregatname"
 
-#: sql_help.c:331 sql_help.c:1853 sql_help.c:2141 sql_help.c:2145
-#: sql_help.c:2147 sql_help.c:3373
+#: sql_help.c:333 sql_help.c:1875 sql_help.c:2165 sql_help.c:2169
+#: sql_help.c:2171 sql_help.c:3402
 msgid "source_type"
 msgstr "Quelltyp"
 
-#: sql_help.c:332 sql_help.c:1854 sql_help.c:2142 sql_help.c:2146
-#: sql_help.c:2148 sql_help.c:3374
+#: sql_help.c:334 sql_help.c:1876 sql_help.c:2166 sql_help.c:2170
+#: sql_help.c:2172 sql_help.c:3403
 msgid "target_type"
 msgstr "Zieltyp"
 
-#: sql_help.c:339 sql_help.c:792 sql_help.c:1869 sql_help.c:2143
-#: sql_help.c:2186 sql_help.c:2266 sql_help.c:2534 sql_help.c:2565
-#: sql_help.c:3133 sql_help.c:4381 sql_help.c:4488 sql_help.c:4605
-#: sql_help.c:4609 sql_help.c:4613 sql_help.c:4616 sql_help.c:4863
-#: sql_help.c:4867 sql_help.c:4871 sql_help.c:4874 sql_help.c:5108
-#: sql_help.c:5112 sql_help.c:5116 sql_help.c:5119
+#: sql_help.c:341 sql_help.c:794 sql_help.c:1891 sql_help.c:2167
+#: sql_help.c:2210 sql_help.c:2290 sql_help.c:2558 sql_help.c:2589
+#: sql_help.c:3162 sql_help.c:4415 sql_help.c:4522 sql_help.c:4639
+#: sql_help.c:4643 sql_help.c:4647 sql_help.c:4650 sql_help.c:4897
+#: sql_help.c:4901 sql_help.c:4905 sql_help.c:4908 sql_help.c:5142
+#: sql_help.c:5146 sql_help.c:5150 sql_help.c:5153
 msgid "function_name"
 msgstr "Funktionsname"
 
-#: sql_help.c:344 sql_help.c:785 sql_help.c:1876 sql_help.c:2558
+#: sql_help.c:346 sql_help.c:787 sql_help.c:1898 sql_help.c:2582
 msgid "operator_name"
 msgstr "Operatorname"
 
-#: sql_help.c:345 sql_help.c:719 sql_help.c:723 sql_help.c:727 sql_help.c:1877
-#: sql_help.c:2535 sql_help.c:3497
+#: sql_help.c:347 sql_help.c:721 sql_help.c:725 sql_help.c:729 sql_help.c:1899
+#: sql_help.c:2559 sql_help.c:3526
 msgid "left_type"
 msgstr "linker_Typ"
 
-#: sql_help.c:346 sql_help.c:720 sql_help.c:724 sql_help.c:728 sql_help.c:1878
-#: sql_help.c:2536 sql_help.c:3498
+#: sql_help.c:348 sql_help.c:722 sql_help.c:726 sql_help.c:730 sql_help.c:1900
+#: sql_help.c:2560 sql_help.c:3527
 msgid "right_type"
 msgstr "rechter_Typ"
 
-#: sql_help.c:348 sql_help.c:350 sql_help.c:748 sql_help.c:751 sql_help.c:754
-#: sql_help.c:783 sql_help.c:795 sql_help.c:803 sql_help.c:806 sql_help.c:809
-#: sql_help.c:1418 sql_help.c:1880 sql_help.c:1882 sql_help.c:2555
-#: sql_help.c:2576 sql_help.c:2966 sql_help.c:3507 sql_help.c:3516
+#: sql_help.c:350 sql_help.c:352 sql_help.c:750 sql_help.c:753 sql_help.c:756
+#: sql_help.c:785 sql_help.c:797 sql_help.c:805 sql_help.c:808 sql_help.c:811
+#: sql_help.c:1437 sql_help.c:1902 sql_help.c:1904 sql_help.c:2579
+#: sql_help.c:2600 sql_help.c:2990 sql_help.c:3536 sql_help.c:3545
 msgid "index_method"
 msgstr "Indexmethode"
 
-#: sql_help.c:352 sql_help.c:1886 sql_help.c:4495
+#: sql_help.c:354 sql_help.c:1908 sql_help.c:4529
 msgid "procedure_name"
 msgstr "Prozedurname"
 
-#: sql_help.c:356 sql_help.c:1892 sql_help.c:3922 sql_help.c:4501
+#: sql_help.c:358 sql_help.c:1914 sql_help.c:3952 sql_help.c:4535
 msgid "routine_name"
 msgstr "Routinenname"
 
-#: sql_help.c:368 sql_help.c:1389 sql_help.c:1909 sql_help.c:2410
-#: sql_help.c:2616 sql_help.c:2918 sql_help.c:3100 sql_help.c:3678
-#: sql_help.c:3944 sql_help.c:4403
+#: sql_help.c:370 sql_help.c:1408 sql_help.c:1931 sql_help.c:2434
+#: sql_help.c:2640 sql_help.c:2942 sql_help.c:3129 sql_help.c:3707
+#: sql_help.c:3974 sql_help.c:4437
 msgid "type_name"
 msgstr "Typname"
 
-#: sql_help.c:369 sql_help.c:1910 sql_help.c:2409 sql_help.c:2615
-#: sql_help.c:3101 sql_help.c:3331 sql_help.c:3679 sql_help.c:3929
-#: sql_help.c:4388
+#: sql_help.c:371 sql_help.c:1932 sql_help.c:2433 sql_help.c:2639
+#: sql_help.c:3130 sql_help.c:3360 sql_help.c:3708 sql_help.c:3959
+#: sql_help.c:4422
 msgid "lang_name"
 msgstr "Sprachname"
 
-#: sql_help.c:372
+#: sql_help.c:374
 msgid "and aggregate_signature is:"
 msgstr "und Aggregatsignatur Folgendes ist:"
 
-#: sql_help.c:395 sql_help.c:2008 sql_help.c:2291
+#: sql_help.c:397 sql_help.c:2032 sql_help.c:2315
 msgid "handler_function"
 msgstr "Handler-Funktion"
 
-#: sql_help.c:396 sql_help.c:2292
+#: sql_help.c:398 sql_help.c:2316
 msgid "validator_function"
 msgstr "Validator-Funktion"
 
-#: sql_help.c:444 sql_help.c:523 sql_help.c:667 sql_help.c:859 sql_help.c:1009
-#: sql_help.c:1316 sql_help.c:1591
+#: sql_help.c:446 sql_help.c:525 sql_help.c:669 sql_help.c:861 sql_help.c:1011
+#: sql_help.c:1325 sql_help.c:1613
 msgid "action"
 msgstr "Aktion"
 
-#: sql_help.c:446 sql_help.c:453 sql_help.c:457 sql_help.c:458 sql_help.c:461
-#: sql_help.c:463 sql_help.c:464 sql_help.c:465 sql_help.c:467 sql_help.c:470
-#: sql_help.c:472 sql_help.c:473 sql_help.c:671 sql_help.c:681 sql_help.c:683
-#: sql_help.c:686 sql_help.c:688 sql_help.c:689 sql_help.c:917 sql_help.c:1086
-#: sql_help.c:1318 sql_help.c:1336 sql_help.c:1340 sql_help.c:1341
-#: sql_help.c:1345 sql_help.c:1347 sql_help.c:1348 sql_help.c:1349
-#: sql_help.c:1351 sql_help.c:1352 sql_help.c:1354 sql_help.c:1357
-#: sql_help.c:1358 sql_help.c:1360 sql_help.c:1363 sql_help.c:1365
-#: sql_help.c:1366 sql_help.c:1413 sql_help.c:1414 sql_help.c:1416
-#: sql_help.c:1423 sql_help.c:1432 sql_help.c:1437 sql_help.c:1441
-#: sql_help.c:1442 sql_help.c:1693 sql_help.c:1696 sql_help.c:1700
-#: sql_help.c:1736 sql_help.c:1857 sql_help.c:1972 sql_help.c:1978
-#: sql_help.c:1992 sql_help.c:1993 sql_help.c:1994 sql_help.c:2341
-#: sql_help.c:2354 sql_help.c:2407 sql_help.c:2475 sql_help.c:2481
-#: sql_help.c:2514 sql_help.c:2645 sql_help.c:2750 sql_help.c:2785
-#: sql_help.c:2787 sql_help.c:2900 sql_help.c:2909 sql_help.c:2919
-#: sql_help.c:2922 sql_help.c:2932 sql_help.c:2936 sql_help.c:2959
-#: sql_help.c:2960 sql_help.c:2961 sql_help.c:2963 sql_help.c:2964
-#: sql_help.c:2971 sql_help.c:2984 sql_help.c:2989 sql_help.c:2993
-#: sql_help.c:2994 sql_help.c:3010 sql_help.c:3136 sql_help.c:3276
-#: sql_help.c:3901 sql_help.c:3902 sql_help.c:3998 sql_help.c:4013
-#: sql_help.c:4015 sql_help.c:4017 sql_help.c:4107 sql_help.c:4110
-#: sql_help.c:4112 sql_help.c:4114 sql_help.c:4360 sql_help.c:4361
-#: sql_help.c:4481 sql_help.c:4642 sql_help.c:4649 sql_help.c:4651
-#: sql_help.c:4900 sql_help.c:4907 sql_help.c:4909 sql_help.c:4950
-#: sql_help.c:4952 sql_help.c:4954 sql_help.c:5007 sql_help.c:5145
-#: sql_help.c:5152 sql_help.c:5154
+#: sql_help.c:448 sql_help.c:455 sql_help.c:459 sql_help.c:460 sql_help.c:463
+#: sql_help.c:465 sql_help.c:466 sql_help.c:467 sql_help.c:469 sql_help.c:472
+#: sql_help.c:474 sql_help.c:475 sql_help.c:673 sql_help.c:683 sql_help.c:685
+#: sql_help.c:688 sql_help.c:690 sql_help.c:691 sql_help.c:919 sql_help.c:1088
+#: sql_help.c:1327 sql_help.c:1355 sql_help.c:1359 sql_help.c:1360
+#: sql_help.c:1364 sql_help.c:1366 sql_help.c:1367 sql_help.c:1368
+#: sql_help.c:1370 sql_help.c:1371 sql_help.c:1373 sql_help.c:1376
+#: sql_help.c:1377 sql_help.c:1379 sql_help.c:1382 sql_help.c:1384
+#: sql_help.c:1385 sql_help.c:1432 sql_help.c:1433 sql_help.c:1435
+#: sql_help.c:1442 sql_help.c:1451 sql_help.c:1456 sql_help.c:1463
+#: sql_help.c:1464 sql_help.c:1715 sql_help.c:1718 sql_help.c:1722
+#: sql_help.c:1758 sql_help.c:1879 sql_help.c:1995 sql_help.c:2001
+#: sql_help.c:2015 sql_help.c:2016 sql_help.c:2017 sql_help.c:2365
+#: sql_help.c:2378 sql_help.c:2431 sql_help.c:2499 sql_help.c:2505
+#: sql_help.c:2538 sql_help.c:2669 sql_help.c:2774 sql_help.c:2809
+#: sql_help.c:2811 sql_help.c:2924 sql_help.c:2933 sql_help.c:2943
+#: sql_help.c:2946 sql_help.c:2956 sql_help.c:2960 sql_help.c:2983
+#: sql_help.c:2984 sql_help.c:2985 sql_help.c:2987 sql_help.c:2988
+#: sql_help.c:2995 sql_help.c:2996 sql_help.c:2999 sql_help.c:3010
+#: sql_help.c:3015 sql_help.c:3022 sql_help.c:3023 sql_help.c:3039
+#: sql_help.c:3165 sql_help.c:3305 sql_help.c:3931 sql_help.c:3932
+#: sql_help.c:4028 sql_help.c:4043 sql_help.c:4045 sql_help.c:4047
+#: sql_help.c:4141 sql_help.c:4144 sql_help.c:4146 sql_help.c:4148
+#: sql_help.c:4394 sql_help.c:4395 sql_help.c:4515 sql_help.c:4676
+#: sql_help.c:4683 sql_help.c:4685 sql_help.c:4934 sql_help.c:4941
+#: sql_help.c:4943 sql_help.c:4984 sql_help.c:4986 sql_help.c:4988
+#: sql_help.c:5041 sql_help.c:5179 sql_help.c:5186 sql_help.c:5188
 msgid "column_name"
 msgstr "Spaltenname"
 
-#: sql_help.c:447 sql_help.c:672 sql_help.c:1319 sql_help.c:1701
+#: sql_help.c:449 sql_help.c:674 sql_help.c:1328 sql_help.c:1723
 msgid "new_column_name"
 msgstr "neuer_Spaltenname"
 
-#: sql_help.c:452 sql_help.c:544 sql_help.c:680 sql_help.c:880 sql_help.c:1030
-#: sql_help.c:1335 sql_help.c:1601
+#: sql_help.c:454 sql_help.c:546 sql_help.c:682 sql_help.c:882 sql_help.c:1032
+#: sql_help.c:1354 sql_help.c:1623
 msgid "where action is one of:"
 msgstr "wobei Aktion Folgendes sein kann:"
 
-#: sql_help.c:454 sql_help.c:459 sql_help.c:1078 sql_help.c:1337
-#: sql_help.c:1342 sql_help.c:1603 sql_help.c:1607 sql_help.c:2245
-#: sql_help.c:2342 sql_help.c:2554 sql_help.c:2743 sql_help.c:2901
-#: sql_help.c:3183 sql_help.c:4166
+#: sql_help.c:456 sql_help.c:461 sql_help.c:1080 sql_help.c:1356
+#: sql_help.c:1361 sql_help.c:1625 sql_help.c:1629 sql_help.c:2269
+#: sql_help.c:2366 sql_help.c:2578 sql_help.c:2767 sql_help.c:2925
+#: sql_help.c:3212 sql_help.c:4200
 msgid "data_type"
 msgstr "Datentyp"
 
-#: sql_help.c:455 sql_help.c:460 sql_help.c:1338 sql_help.c:1343
-#: sql_help.c:1604 sql_help.c:1608 sql_help.c:2246 sql_help.c:2345
-#: sql_help.c:2477 sql_help.c:2903 sql_help.c:2911 sql_help.c:2924
-#: sql_help.c:2938 sql_help.c:3184 sql_help.c:3190 sql_help.c:4008
+#: sql_help.c:457 sql_help.c:462 sql_help.c:1357 sql_help.c:1362
+#: sql_help.c:1458 sql_help.c:1626 sql_help.c:1630 sql_help.c:2270
+#: sql_help.c:2369 sql_help.c:2501 sql_help.c:2927 sql_help.c:2935
+#: sql_help.c:2948 sql_help.c:2962 sql_help.c:3017 sql_help.c:3213
+#: sql_help.c:3219 sql_help.c:4038
 msgid "collation"
 msgstr "Sortierfolge"
 
-#: sql_help.c:456 sql_help.c:1339 sql_help.c:2346 sql_help.c:2355
-#: sql_help.c:2904 sql_help.c:2920 sql_help.c:2933
+#: sql_help.c:458 sql_help.c:1358 sql_help.c:2370 sql_help.c:2379
+#: sql_help.c:2928 sql_help.c:2944 sql_help.c:2957
 msgid "column_constraint"
 msgstr "Spalten-Constraint"
 
-#: sql_help.c:466 sql_help.c:608 sql_help.c:682 sql_help.c:1359 sql_help.c:5001
+#: sql_help.c:468 sql_help.c:610 sql_help.c:684 sql_help.c:1378 sql_help.c:5035
 msgid "integer"
 msgstr "ganze_Zahl"
 
-#: sql_help.c:468 sql_help.c:471 sql_help.c:684 sql_help.c:687 sql_help.c:1361
-#: sql_help.c:1364
+#: sql_help.c:470 sql_help.c:473 sql_help.c:686 sql_help.c:689 sql_help.c:1380
+#: sql_help.c:1383
 msgid "attribute_option"
 msgstr "Attributoption"
 
-#: sql_help.c:476 sql_help.c:1368 sql_help.c:2347 sql_help.c:2356
-#: sql_help.c:2905 sql_help.c:2921 sql_help.c:2934
+#: sql_help.c:478 sql_help.c:1387 sql_help.c:2371 sql_help.c:2380
+#: sql_help.c:2929 sql_help.c:2945 sql_help.c:2958
 msgid "table_constraint"
 msgstr "Tabellen-Constraint"
 
-#: sql_help.c:479 sql_help.c:480 sql_help.c:481 sql_help.c:482 sql_help.c:1373
-#: sql_help.c:1374 sql_help.c:1375 sql_help.c:1376 sql_help.c:1911
+#: sql_help.c:481 sql_help.c:482 sql_help.c:483 sql_help.c:484 sql_help.c:1392
+#: sql_help.c:1393 sql_help.c:1394 sql_help.c:1395 sql_help.c:1933
 msgid "trigger_name"
 msgstr "Triggername"
 
-#: sql_help.c:483 sql_help.c:484 sql_help.c:1387 sql_help.c:1388
-#: sql_help.c:2348 sql_help.c:2353 sql_help.c:2908 sql_help.c:2931
+#: sql_help.c:485 sql_help.c:486 sql_help.c:1406 sql_help.c:1407
+#: sql_help.c:2372 sql_help.c:2377 sql_help.c:2932 sql_help.c:2955
 msgid "parent_table"
 msgstr "Elterntabelle"
 
-#: sql_help.c:543 sql_help.c:600 sql_help.c:669 sql_help.c:879 sql_help.c:1029
-#: sql_help.c:1560 sql_help.c:2277
+#: sql_help.c:545 sql_help.c:602 sql_help.c:671 sql_help.c:881 sql_help.c:1031
+#: sql_help.c:1582 sql_help.c:2301
 msgid "extension_name"
 msgstr "Erweiterungsname"
 
-#: sql_help.c:545 sql_help.c:1031 sql_help.c:2411
+#: sql_help.c:547 sql_help.c:1033 sql_help.c:2435
 msgid "execution_cost"
 msgstr "Ausführungskosten"
 
-#: sql_help.c:546 sql_help.c:1032 sql_help.c:2412
+#: sql_help.c:548 sql_help.c:1034 sql_help.c:2436
 msgid "result_rows"
 msgstr "Ergebniszeilen"
 
-#: sql_help.c:547 sql_help.c:2413
+#: sql_help.c:549 sql_help.c:2437
 msgid "support_function"
 msgstr "Support-Funktion"
 
-#: sql_help.c:569 sql_help.c:571 sql_help.c:954 sql_help.c:962 sql_help.c:966
-#: sql_help.c:969 sql_help.c:972 sql_help.c:1643 sql_help.c:1651
-#: sql_help.c:1655 sql_help.c:1658 sql_help.c:1661 sql_help.c:2721
-#: sql_help.c:2723 sql_help.c:2726 sql_help.c:2727 sql_help.c:3899
-#: sql_help.c:3900 sql_help.c:3904 sql_help.c:3905 sql_help.c:3908
-#: sql_help.c:3909 sql_help.c:3911 sql_help.c:3912 sql_help.c:3914
-#: sql_help.c:3915 sql_help.c:3917 sql_help.c:3918 sql_help.c:3920
-#: sql_help.c:3921 sql_help.c:3927 sql_help.c:3928 sql_help.c:3930
-#: sql_help.c:3931 sql_help.c:3933 sql_help.c:3934 sql_help.c:3936
-#: sql_help.c:3937 sql_help.c:3939 sql_help.c:3940 sql_help.c:3942
-#: sql_help.c:3943 sql_help.c:3945 sql_help.c:3946 sql_help.c:3948
-#: sql_help.c:3949 sql_help.c:4358 sql_help.c:4359 sql_help.c:4363
-#: sql_help.c:4364 sql_help.c:4367 sql_help.c:4368 sql_help.c:4370
-#: sql_help.c:4371 sql_help.c:4373 sql_help.c:4374 sql_help.c:4376
-#: sql_help.c:4377 sql_help.c:4379 sql_help.c:4380 sql_help.c:4386
-#: sql_help.c:4387 sql_help.c:4389 sql_help.c:4390 sql_help.c:4392
-#: sql_help.c:4393 sql_help.c:4395 sql_help.c:4396 sql_help.c:4398
-#: sql_help.c:4399 sql_help.c:4401 sql_help.c:4402 sql_help.c:4404
-#: sql_help.c:4405 sql_help.c:4407 sql_help.c:4408
+#: sql_help.c:571 sql_help.c:573 sql_help.c:956 sql_help.c:964 sql_help.c:968
+#: sql_help.c:971 sql_help.c:974 sql_help.c:1665 sql_help.c:1673
+#: sql_help.c:1677 sql_help.c:1680 sql_help.c:1683 sql_help.c:2745
+#: sql_help.c:2747 sql_help.c:2750 sql_help.c:2751 sql_help.c:3929
+#: sql_help.c:3930 sql_help.c:3934 sql_help.c:3935 sql_help.c:3938
+#: sql_help.c:3939 sql_help.c:3941 sql_help.c:3942 sql_help.c:3944
+#: sql_help.c:3945 sql_help.c:3947 sql_help.c:3948 sql_help.c:3950
+#: sql_help.c:3951 sql_help.c:3957 sql_help.c:3958 sql_help.c:3960
+#: sql_help.c:3961 sql_help.c:3963 sql_help.c:3964 sql_help.c:3966
+#: sql_help.c:3967 sql_help.c:3969 sql_help.c:3970 sql_help.c:3972
+#: sql_help.c:3973 sql_help.c:3975 sql_help.c:3976 sql_help.c:3978
+#: sql_help.c:3979 sql_help.c:4392 sql_help.c:4393 sql_help.c:4397
+#: sql_help.c:4398 sql_help.c:4401 sql_help.c:4402 sql_help.c:4404
+#: sql_help.c:4405 sql_help.c:4407 sql_help.c:4408 sql_help.c:4410
+#: sql_help.c:4411 sql_help.c:4413 sql_help.c:4414 sql_help.c:4420
+#: sql_help.c:4421 sql_help.c:4423 sql_help.c:4424 sql_help.c:4426
+#: sql_help.c:4427 sql_help.c:4429 sql_help.c:4430 sql_help.c:4432
+#: sql_help.c:4433 sql_help.c:4435 sql_help.c:4436 sql_help.c:4438
+#: sql_help.c:4439 sql_help.c:4441 sql_help.c:4442
 msgid "role_specification"
 msgstr "Rollenangabe"
 
-#: sql_help.c:570 sql_help.c:572 sql_help.c:1674 sql_help.c:2212
-#: sql_help.c:2729 sql_help.c:3261 sql_help.c:3712 sql_help.c:4736
+#: sql_help.c:572 sql_help.c:574 sql_help.c:1696 sql_help.c:2236
+#: sql_help.c:2753 sql_help.c:3290 sql_help.c:3741 sql_help.c:4770
 msgid "user_name"
 msgstr "Benutzername"
 
-#: sql_help.c:573 sql_help.c:974 sql_help.c:1663 sql_help.c:2728
-#: sql_help.c:3950 sql_help.c:4409
+#: sql_help.c:575 sql_help.c:976 sql_help.c:1685 sql_help.c:2752
+#: sql_help.c:3980 sql_help.c:4443
 msgid "where role_specification can be:"
 msgstr "wobei Rollenangabe Folgendes sein kann:"
 
-#: sql_help.c:575
+#: sql_help.c:577
 msgid "group_name"
 msgstr "Gruppenname"
 
-#: sql_help.c:596 sql_help.c:1435 sql_help.c:2224 sql_help.c:2484
-#: sql_help.c:2518 sql_help.c:2916 sql_help.c:2929 sql_help.c:2943
-#: sql_help.c:2987 sql_help.c:3014 sql_help.c:3026 sql_help.c:3941
-#: sql_help.c:4400
+#: sql_help.c:598 sql_help.c:1454 sql_help.c:2248 sql_help.c:2508
+#: sql_help.c:2542 sql_help.c:2940 sql_help.c:2953 sql_help.c:2967
+#: sql_help.c:3013 sql_help.c:3043 sql_help.c:3055 sql_help.c:3971
+#: sql_help.c:4434
 msgid "tablespace_name"
 msgstr "Tablespace-Name"
 
-#: sql_help.c:598 sql_help.c:691 sql_help.c:1381 sql_help.c:1391
-#: sql_help.c:1430 sql_help.c:1789
+#: sql_help.c:600 sql_help.c:693 sql_help.c:1400 sql_help.c:1410
+#: sql_help.c:1449 sql_help.c:1811
 msgid "index_name"
 msgstr "Indexname"
 
-#: sql_help.c:602 sql_help.c:605 sql_help.c:694 sql_help.c:696 sql_help.c:1384
-#: sql_help.c:1386 sql_help.c:1433 sql_help.c:2482 sql_help.c:2516
-#: sql_help.c:2914 sql_help.c:2927 sql_help.c:2941 sql_help.c:2985
-#: sql_help.c:3012
+#: sql_help.c:604 sql_help.c:607 sql_help.c:696 sql_help.c:698 sql_help.c:1403
+#: sql_help.c:1405 sql_help.c:1452 sql_help.c:2506 sql_help.c:2540
+#: sql_help.c:2938 sql_help.c:2951 sql_help.c:2965 sql_help.c:3011
+#: sql_help.c:3041
 msgid "storage_parameter"
 msgstr "Storage-Parameter"
 
-#: sql_help.c:607
+#: sql_help.c:609
 msgid "column_number"
 msgstr "Spaltennummer"
 
-#: sql_help.c:631 sql_help.c:1874 sql_help.c:4492
+#: sql_help.c:633 sql_help.c:1896 sql_help.c:4526
 msgid "large_object_oid"
 msgstr "Large-Object-OID"
 
-#: sql_help.c:690 sql_help.c:1367 sql_help.c:2902
+#: sql_help.c:692 sql_help.c:1386 sql_help.c:2926
 msgid "compression_method"
 msgstr "Kompressionsmethode"
 
-#: sql_help.c:692 sql_help.c:1382
+#: sql_help.c:694 sql_help.c:1401
 msgid "new_access_method"
 msgstr "neue_Zugriffsmethode"
 
-#: sql_help.c:729 sql_help.c:2539
+#: sql_help.c:731 sql_help.c:2563
 msgid "res_proc"
 msgstr "Res-Funktion"
 
-#: sql_help.c:730 sql_help.c:2540
+#: sql_help.c:732 sql_help.c:2564
 msgid "join_proc"
 msgstr "Join-Funktion"
 
-#: sql_help.c:731 sql_help.c:2537
+#: sql_help.c:733 sql_help.c:2561
 msgid "com_op"
 msgstr "Kommutator-Op"
 
-#: sql_help.c:732 sql_help.c:2538
+#: sql_help.c:734 sql_help.c:2562
 msgid "neg_op"
 msgstr "Umkehrungs-Op"
 
-#: sql_help.c:784 sql_help.c:796 sql_help.c:2557
+#: sql_help.c:786 sql_help.c:798 sql_help.c:2581
 msgid "strategy_number"
 msgstr "Strategienummer"
 
-#: sql_help.c:786 sql_help.c:787 sql_help.c:790 sql_help.c:791 sql_help.c:797
-#: sql_help.c:798 sql_help.c:800 sql_help.c:801 sql_help.c:2559 sql_help.c:2560
-#: sql_help.c:2563 sql_help.c:2564
+#: sql_help.c:788 sql_help.c:789 sql_help.c:792 sql_help.c:793 sql_help.c:799
+#: sql_help.c:800 sql_help.c:802 sql_help.c:803 sql_help.c:2583 sql_help.c:2584
+#: sql_help.c:2587 sql_help.c:2588
 msgid "op_type"
 msgstr "Optyp"
 
-#: sql_help.c:788 sql_help.c:2561
+#: sql_help.c:790 sql_help.c:2585
 msgid "sort_family_name"
 msgstr "Sortierfamilienname"
 
-#: sql_help.c:789 sql_help.c:799 sql_help.c:2562
+#: sql_help.c:791 sql_help.c:801 sql_help.c:2586
 msgid "support_number"
 msgstr "Unterst-Nummer"
 
-#: sql_help.c:793 sql_help.c:2144 sql_help.c:2566 sql_help.c:3103
-#: sql_help.c:3105
+#: sql_help.c:795 sql_help.c:2168 sql_help.c:2590 sql_help.c:3132
+#: sql_help.c:3134
 msgid "argument_type"
 msgstr "Argumenttyp"
 
-#: sql_help.c:824 sql_help.c:827 sql_help.c:916 sql_help.c:1045 sql_help.c:1085
-#: sql_help.c:1556 sql_help.c:1559 sql_help.c:1735 sql_help.c:1788
-#: sql_help.c:1859 sql_help.c:1884 sql_help.c:1897 sql_help.c:1912
-#: sql_help.c:1971 sql_help.c:1977 sql_help.c:2340 sql_help.c:2352
-#: sql_help.c:2473 sql_help.c:2513 sql_help.c:2590 sql_help.c:2644
-#: sql_help.c:2697 sql_help.c:2749 sql_help.c:2782 sql_help.c:2789
-#: sql_help.c:2899 sql_help.c:2917 sql_help.c:2930 sql_help.c:3009
-#: sql_help.c:3129 sql_help.c:3310 sql_help.c:3533 sql_help.c:3582
-#: sql_help.c:3688 sql_help.c:3897 sql_help.c:3903 sql_help.c:3964
-#: sql_help.c:3996 sql_help.c:4356 sql_help.c:4362 sql_help.c:4480
-#: sql_help.c:4593 sql_help.c:4656 sql_help.c:4695 sql_help.c:4851
-#: sql_help.c:4914 sql_help.c:4948 sql_help.c:5006 sql_help.c:5096
-#: sql_help.c:5159
+#: sql_help.c:826 sql_help.c:829 sql_help.c:918 sql_help.c:1047 sql_help.c:1087
+#: sql_help.c:1578 sql_help.c:1581 sql_help.c:1757 sql_help.c:1810
+#: sql_help.c:1881 sql_help.c:1906 sql_help.c:1919 sql_help.c:1934
+#: sql_help.c:1994 sql_help.c:2000 sql_help.c:2364 sql_help.c:2376
+#: sql_help.c:2497 sql_help.c:2537 sql_help.c:2614 sql_help.c:2668
+#: sql_help.c:2721 sql_help.c:2773 sql_help.c:2806 sql_help.c:2813
+#: sql_help.c:2923 sql_help.c:2941 sql_help.c:2954 sql_help.c:3038
+#: sql_help.c:3158 sql_help.c:3339 sql_help.c:3562 sql_help.c:3611
+#: sql_help.c:3717 sql_help.c:3927 sql_help.c:3933 sql_help.c:3994
+#: sql_help.c:4026 sql_help.c:4390 sql_help.c:4396 sql_help.c:4514
+#: sql_help.c:4627 sql_help.c:4690 sql_help.c:4729 sql_help.c:4885
+#: sql_help.c:4948 sql_help.c:4982 sql_help.c:5040 sql_help.c:5130
+#: sql_help.c:5193
 msgid "table_name"
 msgstr "Tabellenname"
 
-#: sql_help.c:829 sql_help.c:2592
+#: sql_help.c:831 sql_help.c:2616
 msgid "using_expression"
 msgstr "Using-Ausdruck"
 
-#: sql_help.c:830 sql_help.c:2593
+#: sql_help.c:832 sql_help.c:2617
 msgid "check_expression"
 msgstr "Check-Ausdruck"
 
-#: sql_help.c:903 sql_help.c:905 sql_help.c:907 sql_help.c:2640
+#: sql_help.c:905 sql_help.c:907 sql_help.c:909 sql_help.c:2664
 msgid "publication_object"
 msgstr "Publikationsobjekt"
 
-#: sql_help.c:909 sql_help.c:2641
+#: sql_help.c:911 sql_help.c:2665
 msgid "publication_parameter"
 msgstr "Publikationsparameter"
 
-#: sql_help.c:915 sql_help.c:2643
+#: sql_help.c:917 sql_help.c:2667
 msgid "where publication_object is one of:"
 msgstr "wobei Publikationsobjekt Folgendes sein kann:"
 
-#: sql_help.c:958 sql_help.c:1647 sql_help.c:2451 sql_help.c:2676
-#: sql_help.c:3244
+#: sql_help.c:960 sql_help.c:1669 sql_help.c:2475 sql_help.c:2700
+#: sql_help.c:3273
 msgid "password"
 msgstr "Passwort"
 
-#: sql_help.c:959 sql_help.c:1648 sql_help.c:2452 sql_help.c:2677
-#: sql_help.c:3245
+#: sql_help.c:961 sql_help.c:1670 sql_help.c:2476 sql_help.c:2701
+#: sql_help.c:3274
 msgid "timestamp"
 msgstr "Zeit"
 
-#: sql_help.c:963 sql_help.c:967 sql_help.c:970 sql_help.c:973 sql_help.c:1652
-#: sql_help.c:1656 sql_help.c:1659 sql_help.c:1662 sql_help.c:3910
-#: sql_help.c:4369
+#: sql_help.c:965 sql_help.c:969 sql_help.c:972 sql_help.c:975 sql_help.c:1674
+#: sql_help.c:1678 sql_help.c:1681 sql_help.c:1684 sql_help.c:3940
+#: sql_help.c:4403
 msgid "database_name"
 msgstr "Datenbankname"
 
-#: sql_help.c:1079 sql_help.c:2744
+#: sql_help.c:1081 sql_help.c:2768
 msgid "increment"
 msgstr "Inkrement"
 
-#: sql_help.c:1080 sql_help.c:2745
+#: sql_help.c:1082 sql_help.c:2769
 msgid "minvalue"
 msgstr "Minwert"
 
-#: sql_help.c:1081 sql_help.c:2746
+#: sql_help.c:1083 sql_help.c:2770
 msgid "maxvalue"
 msgstr "Maxwert"
 
-#: sql_help.c:1082 sql_help.c:2747 sql_help.c:4589 sql_help.c:4693
-#: sql_help.c:4847 sql_help.c:5023 sql_help.c:5092
+#: sql_help.c:1084 sql_help.c:2771 sql_help.c:4623 sql_help.c:4727
+#: sql_help.c:4881 sql_help.c:5057 sql_help.c:5126
 msgid "start"
 msgstr "Start"
 
-#: sql_help.c:1083 sql_help.c:1356
+#: sql_help.c:1085 sql_help.c:1375
 msgid "restart"
 msgstr "Restart"
 
-#: sql_help.c:1084 sql_help.c:2748
+#: sql_help.c:1086 sql_help.c:2772
 msgid "cache"
 msgstr "Cache"
 
-#: sql_help.c:1129
+#: sql_help.c:1131
 msgid "new_target"
 msgstr "neues_Ziel"
 
-#: sql_help.c:1148 sql_help.c:2801
+#: sql_help.c:1150 sql_help.c:2825
 msgid "conninfo"
 msgstr "Verbindungsinfo"
 
-#: sql_help.c:1150 sql_help.c:1154 sql_help.c:1158 sql_help.c:2802
+#: sql_help.c:1152 sql_help.c:1156 sql_help.c:1160 sql_help.c:2826
 msgid "publication_name"
 msgstr "Publikationsname"
 
-#: sql_help.c:1151 sql_help.c:1155 sql_help.c:1159
+#: sql_help.c:1153 sql_help.c:1157 sql_help.c:1161
 msgid "publication_option"
 msgstr "Publikationsoption"
 
-#: sql_help.c:1162
+#: sql_help.c:1164
 msgid "refresh_option"
 msgstr "Refresh-Option"
 
-#: sql_help.c:1167 sql_help.c:2803
+#: sql_help.c:1169 sql_help.c:2827
 msgid "subscription_parameter"
 msgstr "Subskriptionsparameter"
 
-#: sql_help.c:1170
+#: sql_help.c:1172
 msgid "skip_option"
 msgstr "Skip-Option"
 
-#: sql_help.c:1331 sql_help.c:1334
+#: sql_help.c:1340 sql_help.c:1343 sql_help.c:1345 sql_help.c:1353
 msgid "partition_name"
 msgstr "Partitionsname"
 
-#: sql_help.c:1332 sql_help.c:2357 sql_help.c:2935
+#: sql_help.c:1341 sql_help.c:1347 sql_help.c:1349 sql_help.c:2381
+#: sql_help.c:2959
 msgid "partition_bound_spec"
 msgstr "Partitionsbegrenzungsangabe"
 
-#: sql_help.c:1353 sql_help.c:1403 sql_help.c:2949
+#: sql_help.c:1346 sql_help.c:1351
+msgid "partition_name1"
+msgstr "Partitionsname1"
+
+#: sql_help.c:1348 sql_help.c:1352
+msgid "partition_name2"
+msgstr "Partitionsname2"
+
+#: sql_help.c:1372 sql_help.c:1422 sql_help.c:2973
 msgid "sequence_options"
 msgstr "Sequenzoptionen"
 
-#: sql_help.c:1355
+#: sql_help.c:1374
 msgid "sequence_option"
 msgstr "Sequenzoption"
 
-#: sql_help.c:1369
+#: sql_help.c:1388
 msgid "table_constraint_using_index"
 msgstr "Tabellen-Constraint-für-Index"
 
-#: sql_help.c:1377 sql_help.c:1378 sql_help.c:1379 sql_help.c:1380
+#: sql_help.c:1396 sql_help.c:1397 sql_help.c:1398 sql_help.c:1399
 msgid "rewrite_rule_name"
 msgstr "Regelname"
 
-#: sql_help.c:1392 sql_help.c:2369 sql_help.c:2977
+#: sql_help.c:1411 sql_help.c:2393 sql_help.c:3003
 msgid "and partition_bound_spec is:"
 msgstr "und Partitionsbegrenzungsangabe Folgendes ist:"
 
-#: sql_help.c:1393 sql_help.c:1394 sql_help.c:1395 sql_help.c:2370
-#: sql_help.c:2371 sql_help.c:2372 sql_help.c:2978 sql_help.c:2979
-#: sql_help.c:2980
+#: sql_help.c:1412 sql_help.c:1413 sql_help.c:1414 sql_help.c:2394
+#: sql_help.c:2395 sql_help.c:2396 sql_help.c:3004 sql_help.c:3005
+#: sql_help.c:3006
 msgid "partition_bound_expr"
 msgstr "Partitionsbegrenzungsausdruck"
 
-#: sql_help.c:1396 sql_help.c:1397 sql_help.c:2373 sql_help.c:2374
-#: sql_help.c:2981 sql_help.c:2982
+#: sql_help.c:1415 sql_help.c:1416 sql_help.c:2397 sql_help.c:2398
+#: sql_help.c:3007 sql_help.c:3008
 msgid "numeric_literal"
 msgstr "numerische_Konstante"
 
-#: sql_help.c:1398
+#: sql_help.c:1417
 msgid "and column_constraint is:"
 msgstr "und Spalten-Constraint Folgendes ist:"
 
-#: sql_help.c:1401 sql_help.c:2364 sql_help.c:2405 sql_help.c:2614
-#: sql_help.c:2947
+#: sql_help.c:1420 sql_help.c:2388 sql_help.c:2429 sql_help.c:2638
+#: sql_help.c:2971
 msgid "default_expr"
 msgstr "Vorgabeausdruck"
 
-#: sql_help.c:1402 sql_help.c:2365 sql_help.c:2948
+#: sql_help.c:1421 sql_help.c:2389 sql_help.c:2972
 msgid "generation_expr"
 msgstr "Generierungsausdruck"
 
-#: sql_help.c:1404 sql_help.c:1405 sql_help.c:1415 sql_help.c:1417
-#: sql_help.c:1421 sql_help.c:2950 sql_help.c:2951 sql_help.c:2962
-#: sql_help.c:2965 sql_help.c:2969
+#: sql_help.c:1423 sql_help.c:1424 sql_help.c:1434 sql_help.c:1436
+#: sql_help.c:1440 sql_help.c:2974 sql_help.c:2975 sql_help.c:2986
+#: sql_help.c:2989 sql_help.c:2993
 msgid "index_parameters"
 msgstr "Indexparameter"
 
-#: sql_help.c:1406 sql_help.c:1424 sql_help.c:2952 sql_help.c:2972
+#: sql_help.c:1425 sql_help.c:1443 sql_help.c:2976 sql_help.c:2997
 msgid "reftable"
 msgstr "Reftabelle"
 
-#: sql_help.c:1407 sql_help.c:1425 sql_help.c:2953 sql_help.c:2973
+#: sql_help.c:1426 sql_help.c:1444 sql_help.c:2977 sql_help.c:2998
 msgid "refcolumn"
 msgstr "Refspalte"
 
-#: sql_help.c:1408 sql_help.c:1409 sql_help.c:1426 sql_help.c:1427
-#: sql_help.c:2954 sql_help.c:2955 sql_help.c:2974 sql_help.c:2975
+#: sql_help.c:1427 sql_help.c:1428 sql_help.c:1445 sql_help.c:1446
+#: sql_help.c:2978 sql_help.c:2979 sql_help.c:3000 sql_help.c:3001
 msgid "referential_action"
 msgstr "Fremdschlüsselaktion"
 
-#: sql_help.c:1410 sql_help.c:2366 sql_help.c:2956
+#: sql_help.c:1429 sql_help.c:2390 sql_help.c:2980
 msgid "and table_constraint is:"
 msgstr "und Tabellen-Constraint Folgendes ist:"
 
-#: sql_help.c:1419 sql_help.c:2967
+#: sql_help.c:1438 sql_help.c:2991
 msgid "exclude_element"
 msgstr "Exclude-Element"
 
-#: sql_help.c:1420 sql_help.c:2968 sql_help.c:4587 sql_help.c:4691
-#: sql_help.c:4845 sql_help.c:5021 sql_help.c:5090
+#: sql_help.c:1439 sql_help.c:2992 sql_help.c:4621 sql_help.c:4725
+#: sql_help.c:4879 sql_help.c:5055 sql_help.c:5124
 msgid "operator"
 msgstr "Operator"
 
-#: sql_help.c:1422 sql_help.c:2485 sql_help.c:2970
+#: sql_help.c:1441 sql_help.c:2509 sql_help.c:2994
 msgid "predicate"
 msgstr "Prädikat"
 
-#: sql_help.c:1428
+#: sql_help.c:1447
 msgid "and table_constraint_using_index is:"
 msgstr "und Tabellen-Constraint-für-Index Folgendes ist:"
 
-#: sql_help.c:1431 sql_help.c:2983
+#: sql_help.c:1450 sql_help.c:3009
 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
 msgstr "Indexparameter bei UNIQUE-, PRIMARY KEY- und EXCLUDE-Constraints sind:"
 
-#: sql_help.c:1436 sql_help.c:2988
+#: sql_help.c:1455 sql_help.c:3014
 msgid "exclude_element in an EXCLUDE constraint is:"
 msgstr "Exclude-Element in einem EXCLUDE-Constraint ist:"
 
-#: sql_help.c:1439 sql_help.c:2478 sql_help.c:2912 sql_help.c:2925
-#: sql_help.c:2939 sql_help.c:2991 sql_help.c:4009
+#: sql_help.c:1459 sql_help.c:2502 sql_help.c:2936 sql_help.c:2949
+#: sql_help.c:2963 sql_help.c:3018 sql_help.c:4039
 msgid "opclass"
 msgstr "Opklasse"
 
-#: sql_help.c:1440 sql_help.c:2992
+#: sql_help.c:1460 sql_help.c:2503 sql_help.c:3019
+msgid "opclass_parameter"
+msgstr "Opklassen-Parameter"
+
+#: sql_help.c:1462 sql_help.c:3021
 msgid "referential_action in a FOREIGN KEY/REFERENCES constraint is:"
 msgstr "Fremdschlüsselaktion in FOREIGN KEY/REFERENCES ist:"
 
-#: sql_help.c:1458 sql_help.c:1461 sql_help.c:3029
+#: sql_help.c:1480 sql_help.c:1483 sql_help.c:3058
 msgid "tablespace_option"
 msgstr "Tablespace-Option"
 
-#: sql_help.c:1482 sql_help.c:1485 sql_help.c:1491 sql_help.c:1495
+#: sql_help.c:1504 sql_help.c:1507 sql_help.c:1513 sql_help.c:1517
 msgid "token_type"
 msgstr "Tokentyp"
 
-#: sql_help.c:1483 sql_help.c:1486
+#: sql_help.c:1505 sql_help.c:1508
 msgid "dictionary_name"
 msgstr "Wörterbuchname"
 
-#: sql_help.c:1488 sql_help.c:1492
+#: sql_help.c:1510 sql_help.c:1514
 msgid "old_dictionary"
 msgstr "altes_Wörterbuch"
 
-#: sql_help.c:1489 sql_help.c:1493
+#: sql_help.c:1511 sql_help.c:1515
 msgid "new_dictionary"
 msgstr "neues_Wörterbuch"
 
-#: sql_help.c:1588 sql_help.c:1602 sql_help.c:1605 sql_help.c:1606
-#: sql_help.c:3182
+#: sql_help.c:1610 sql_help.c:1624 sql_help.c:1627 sql_help.c:1628
+#: sql_help.c:3211
 msgid "attribute_name"
 msgstr "Attributname"
 
-#: sql_help.c:1589
+#: sql_help.c:1611
 msgid "new_attribute_name"
 msgstr "neuer_Attributname"
 
-#: sql_help.c:1593 sql_help.c:1597
+#: sql_help.c:1615 sql_help.c:1619
 msgid "new_enum_value"
 msgstr "neuer_Enum-Wert"
 
-#: sql_help.c:1594
+#: sql_help.c:1616
 msgid "neighbor_enum_value"
 msgstr "Nachbar-Enum-Wert"
 
-#: sql_help.c:1596
+#: sql_help.c:1618
 msgid "existing_enum_value"
 msgstr "existierender_Enum-Wert"
 
-#: sql_help.c:1599
+#: sql_help.c:1621
 msgid "property"
 msgstr "Eigenschaft"
 
-#: sql_help.c:1675 sql_help.c:2349 sql_help.c:2358 sql_help.c:2760
-#: sql_help.c:3262 sql_help.c:3713 sql_help.c:3919 sql_help.c:3965
-#: sql_help.c:4378
+#: sql_help.c:1697 sql_help.c:2373 sql_help.c:2382 sql_help.c:2784
+#: sql_help.c:3291 sql_help.c:3742 sql_help.c:3949 sql_help.c:3995
+#: sql_help.c:4412
 msgid "server_name"
 msgstr "Servername"
 
-#: sql_help.c:1707 sql_help.c:1710 sql_help.c:3277
+#: sql_help.c:1729 sql_help.c:1732 sql_help.c:3306
 msgid "view_option_name"
 msgstr "Sichtoptionsname"
 
-#: sql_help.c:1708 sql_help.c:3278
+#: sql_help.c:1730 sql_help.c:3307
 msgid "view_option_value"
 msgstr "Sichtoptionswert"
 
-#: sql_help.c:1729 sql_help.c:4990
+#: sql_help.c:1751 sql_help.c:5024
 msgid "table_and_columns"
 msgstr "Tabelle-und-Spalten"
 
-#: sql_help.c:1730 sql_help.c:1790 sql_help.c:1983 sql_help.c:3761
-#: sql_help.c:4213 sql_help.c:4991
+#: sql_help.c:1752 sql_help.c:1812 sql_help.c:2006 sql_help.c:3791
+#: sql_help.c:4247 sql_help.c:5025
 msgid "where option can be one of:"
 msgstr "wobei Option eine der folgenden sein kann:"
 
-#: sql_help.c:1731 sql_help.c:1732 sql_help.c:1791 sql_help.c:1985
-#: sql_help.c:1989 sql_help.c:2170 sql_help.c:3762 sql_help.c:3763
-#: sql_help.c:3764 sql_help.c:3765 sql_help.c:3766 sql_help.c:3767
-#: sql_help.c:3768 sql_help.c:3769 sql_help.c:3770 sql_help.c:3771
-#: sql_help.c:4214 sql_help.c:4216 sql_help.c:4992 sql_help.c:4993
-#: sql_help.c:4994 sql_help.c:4995 sql_help.c:4996 sql_help.c:4997
-#: sql_help.c:4998 sql_help.c:4999 sql_help.c:5000 sql_help.c:5002
-#: sql_help.c:5003
+#: sql_help.c:1753 sql_help.c:1754 sql_help.c:1813 sql_help.c:2008
+#: sql_help.c:2012 sql_help.c:2194 sql_help.c:3792 sql_help.c:3793
+#: sql_help.c:3794 sql_help.c:3795 sql_help.c:3796 sql_help.c:3797
+#: sql_help.c:3798 sql_help.c:3799 sql_help.c:3800 sql_help.c:3801
+#: sql_help.c:4248 sql_help.c:4250 sql_help.c:5026 sql_help.c:5027
+#: sql_help.c:5028 sql_help.c:5029 sql_help.c:5030 sql_help.c:5031
+#: sql_help.c:5032 sql_help.c:5033 sql_help.c:5034 sql_help.c:5036
+#: sql_help.c:5037
 msgid "boolean"
 msgstr "boolean"
 
-#: sql_help.c:1733 sql_help.c:5004
+#: sql_help.c:1755 sql_help.c:5038
 msgid "size"
 msgstr "Größe"
 
-#: sql_help.c:1734 sql_help.c:5005
+#: sql_help.c:1756 sql_help.c:5039
 msgid "and table_and_columns is:"
 msgstr "und Tabelle-und-Spalten Folgendes ist:"
 
-#: sql_help.c:1750 sql_help.c:4752 sql_help.c:4754 sql_help.c:4778
+#: sql_help.c:1772 sql_help.c:4786 sql_help.c:4788 sql_help.c:4812
 msgid "transaction_mode"
 msgstr "Transaktionsmodus"
 
-#: sql_help.c:1751 sql_help.c:4755 sql_help.c:4779
+#: sql_help.c:1773 sql_help.c:4789 sql_help.c:4813
 msgid "where transaction_mode is one of:"
 msgstr "wobei Transaktionsmodus Folgendes sein kann:"
 
-#: sql_help.c:1760 sql_help.c:4597 sql_help.c:4606 sql_help.c:4610
-#: sql_help.c:4614 sql_help.c:4617 sql_help.c:4855 sql_help.c:4864
-#: sql_help.c:4868 sql_help.c:4872 sql_help.c:4875 sql_help.c:5100
-#: sql_help.c:5109 sql_help.c:5113 sql_help.c:5117 sql_help.c:5120
+#: sql_help.c:1782 sql_help.c:4631 sql_help.c:4640 sql_help.c:4644
+#: sql_help.c:4648 sql_help.c:4651 sql_help.c:4889 sql_help.c:4898
+#: sql_help.c:4902 sql_help.c:4906 sql_help.c:4909 sql_help.c:5134
+#: sql_help.c:5143 sql_help.c:5147 sql_help.c:5151 sql_help.c:5154
 msgid "argument"
 msgstr "Argument"
 
-#: sql_help.c:1856
+#: sql_help.c:1878
 msgid "relation_name"
 msgstr "Relationsname"
 
-#: sql_help.c:1861 sql_help.c:3913 sql_help.c:4372
+#: sql_help.c:1883 sql_help.c:3943 sql_help.c:4406
 msgid "domain_name"
 msgstr "Domänenname"
 
-#: sql_help.c:1883
+#: sql_help.c:1905
 msgid "policy_name"
 msgstr "Policy-Name"
 
-#: sql_help.c:1896
+#: sql_help.c:1918
 msgid "rule_name"
 msgstr "Regelname"
 
-#: sql_help.c:1915 sql_help.c:4511
+#: sql_help.c:1937 sql_help.c:4545
 msgid "string_literal"
 msgstr "Zeichenkettenkonstante"
 
-#: sql_help.c:1940 sql_help.c:4175 sql_help.c:4425
+#: sql_help.c:1962 sql_help.c:4209 sql_help.c:4459
 msgid "transaction_id"
 msgstr "Transaktions-ID"
 
-#: sql_help.c:1973 sql_help.c:1980 sql_help.c:4035
+#: sql_help.c:1996 sql_help.c:2003 sql_help.c:4065
 msgid "filename"
 msgstr "Dateiname"
 
-#: sql_help.c:1974 sql_help.c:1981 sql_help.c:2699 sql_help.c:2700
-#: sql_help.c:2701
+#: sql_help.c:1997 sql_help.c:2004 sql_help.c:2723 sql_help.c:2724
+#: sql_help.c:2725
 msgid "command"
 msgstr "Befehl"
 
-#: sql_help.c:1976 sql_help.c:2698 sql_help.c:3132 sql_help.c:3313
-#: sql_help.c:4019 sql_help.c:4101 sql_help.c:4104 sql_help.c:4580
-#: sql_help.c:4582 sql_help.c:4684 sql_help.c:4686 sql_help.c:4838
-#: sql_help.c:4840 sql_help.c:4957 sql_help.c:5083 sql_help.c:5085
+#: sql_help.c:1999 sql_help.c:2722 sql_help.c:3161 sql_help.c:3342
+#: sql_help.c:4049 sql_help.c:4132 sql_help.c:4135 sql_help.c:4138
+#: sql_help.c:4614 sql_help.c:4616 sql_help.c:4718 sql_help.c:4720
+#: sql_help.c:4872 sql_help.c:4874 sql_help.c:4991 sql_help.c:5117
+#: sql_help.c:5119
 msgid "condition"
 msgstr "Bedingung"
 
-#: sql_help.c:1979 sql_help.c:2519 sql_help.c:3015 sql_help.c:3279
-#: sql_help.c:3297 sql_help.c:4000
+#: sql_help.c:2002 sql_help.c:2543 sql_help.c:3044 sql_help.c:3308
+#: sql_help.c:3326 sql_help.c:4030
 msgid "query"
 msgstr "Anfrage"
 
-#: sql_help.c:1984
+#: sql_help.c:2007
 msgid "format_name"
 msgstr "Formatname"
 
-#: sql_help.c:1986
+#: sql_help.c:2009
 msgid "delimiter_character"
 msgstr "Trennzeichen"
 
-#: sql_help.c:1987
+#: sql_help.c:2010
 msgid "null_string"
 msgstr "Null-Zeichenkette"
 
-#: sql_help.c:1988
+#: sql_help.c:2011
 msgid "default_string"
 msgstr "Vorgabewert-Zeichenkette"
 
-#: sql_help.c:1990
+#: sql_help.c:2013
 msgid "quote_character"
 msgstr "Quote-Zeichen"
 
-#: sql_help.c:1991
+#: sql_help.c:2014
 msgid "escape_character"
 msgstr "Escape-Zeichen"
 
-#: sql_help.c:1995
+#: sql_help.c:2018
 msgid "error_action"
 msgstr "Fehleraktion"
 
-#: sql_help.c:1996
+#: sql_help.c:2019
 msgid "encoding_name"
 msgstr "Kodierungsname"
 
-#: sql_help.c:2007
+#: sql_help.c:2020
+msgid "verbosity"
+msgstr "Verbose-Modus"
+
+#: sql_help.c:2031
 msgid "access_method_type"
 msgstr "Zugriffsmethodentyp"
 
-#: sql_help.c:2078 sql_help.c:2097 sql_help.c:2100
+#: sql_help.c:2102 sql_help.c:2121 sql_help.c:2124
 msgid "arg_data_type"
 msgstr "Arg-Datentyp"
 
-#: sql_help.c:2079 sql_help.c:2101 sql_help.c:2109
+#: sql_help.c:2103 sql_help.c:2125 sql_help.c:2133
 msgid "sfunc"
 msgstr "Übergangsfunktion"
 
-#: sql_help.c:2080 sql_help.c:2102 sql_help.c:2110
+#: sql_help.c:2104 sql_help.c:2126 sql_help.c:2134
 msgid "state_data_type"
 msgstr "Zustandsdatentyp"
 
-#: sql_help.c:2081 sql_help.c:2103 sql_help.c:2111
+#: sql_help.c:2105 sql_help.c:2127 sql_help.c:2135
 msgid "state_data_size"
 msgstr "Zustandsdatengröße"
 
-#: sql_help.c:2082 sql_help.c:2104 sql_help.c:2112
+#: sql_help.c:2106 sql_help.c:2128 sql_help.c:2136
 msgid "ffunc"
 msgstr "Abschlussfunktion"
 
-#: sql_help.c:2083 sql_help.c:2113
+#: sql_help.c:2107 sql_help.c:2137
 msgid "combinefunc"
 msgstr "Combine-Funktion"
 
-#: sql_help.c:2084 sql_help.c:2114
+#: sql_help.c:2108 sql_help.c:2138
 msgid "serialfunc"
 msgstr "Serialisierungsfunktion"
 
-#: sql_help.c:2085 sql_help.c:2115
+#: sql_help.c:2109 sql_help.c:2139
 msgid "deserialfunc"
 msgstr "Deserialisierungsfunktion"
 
-#: sql_help.c:2086 sql_help.c:2105 sql_help.c:2116
+#: sql_help.c:2110 sql_help.c:2129 sql_help.c:2140
 msgid "initial_condition"
 msgstr "Anfangswert"
 
-#: sql_help.c:2087 sql_help.c:2117
+#: sql_help.c:2111 sql_help.c:2141
 msgid "msfunc"
 msgstr "Moving-Übergangsfunktion"
 
-#: sql_help.c:2088 sql_help.c:2118
+#: sql_help.c:2112 sql_help.c:2142
 msgid "minvfunc"
 msgstr "Moving-Inversfunktion"
 
-#: sql_help.c:2089 sql_help.c:2119
+#: sql_help.c:2113 sql_help.c:2143
 msgid "mstate_data_type"
 msgstr "Moving-Zustandsdatentyp"
 
-#: sql_help.c:2090 sql_help.c:2120
+#: sql_help.c:2114 sql_help.c:2144
 msgid "mstate_data_size"
 msgstr "Moving-Zustandsdatengröße"
 
-#: sql_help.c:2091 sql_help.c:2121
+#: sql_help.c:2115 sql_help.c:2145
 msgid "mffunc"
 msgstr "Moving-Abschlussfunktion"
 
-#: sql_help.c:2092 sql_help.c:2122
+#: sql_help.c:2116 sql_help.c:2146
 msgid "minitial_condition"
 msgstr "Moving-Anfangswert"
 
-#: sql_help.c:2093 sql_help.c:2123
+#: sql_help.c:2117 sql_help.c:2147
 msgid "sort_operator"
 msgstr "Sortieroperator"
 
-#: sql_help.c:2106
+#: sql_help.c:2130
 msgid "or the old syntax"
 msgstr "oder die alte Syntax"
 
-#: sql_help.c:2108
+#: sql_help.c:2132
 msgid "base_type"
 msgstr "Basistyp"
 
-#: sql_help.c:2166 sql_help.c:2216
+#: sql_help.c:2190 sql_help.c:2240
 msgid "locale"
 msgstr "Locale"
 
-#: sql_help.c:2167 sql_help.c:2217
+#: sql_help.c:2191 sql_help.c:2241
 msgid "lc_collate"
 msgstr "lc_collate"
 
-#: sql_help.c:2168 sql_help.c:2218
+#: sql_help.c:2192 sql_help.c:2242
 msgid "lc_ctype"
 msgstr "lc_ctype"
 
-#: sql_help.c:2169 sql_help.c:4478
+#: sql_help.c:2193 sql_help.c:4512
 msgid "provider"
 msgstr "Provider"
 
-#: sql_help.c:2171
+#: sql_help.c:2195
 msgid "rules"
 msgstr "Regeln"
 
-#: sql_help.c:2172 sql_help.c:2279
+#: sql_help.c:2196 sql_help.c:2303
 msgid "version"
 msgstr "Version"
 
-#: sql_help.c:2174
+#: sql_help.c:2198
 msgid "existing_collation"
 msgstr "existierende_Sortierfolge"
 
-#: sql_help.c:2184
+#: sql_help.c:2208
 msgid "source_encoding"
 msgstr "Quellkodierung"
 
-#: sql_help.c:2185
+#: sql_help.c:2209
 msgid "dest_encoding"
 msgstr "Zielkodierung"
 
-#: sql_help.c:2213 sql_help.c:3055
+#: sql_help.c:2237 sql_help.c:3084
 msgid "template"
 msgstr "Vorlage"
 
-#: sql_help.c:2214
+#: sql_help.c:2238
 msgid "encoding"
 msgstr "Kodierung"
 
-#: sql_help.c:2215
+#: sql_help.c:2239
 msgid "strategy"
 msgstr "Strategie"
 
-#: sql_help.c:2219
+#: sql_help.c:2243
 msgid "builtin_locale"
 msgstr "Builtin-Locale"
 
-#: sql_help.c:2220
+#: sql_help.c:2244
 msgid "icu_locale"
 msgstr "ICU-Locale"
 
-#: sql_help.c:2221
+#: sql_help.c:2245
 msgid "icu_rules"
 msgstr "ICU-Regeln"
 
-#: sql_help.c:2222
+#: sql_help.c:2246
 msgid "locale_provider"
 msgstr "Locale-Provider"
 
-#: sql_help.c:2223
+#: sql_help.c:2247
 msgid "collation_version"
 msgstr "Sortierfolgenversion"
 
-#: sql_help.c:2228
+#: sql_help.c:2252
 msgid "oid"
 msgstr "OID"
 
-#: sql_help.c:2248
-msgid "constraint"
-msgstr "Constraint"
+#: sql_help.c:2273
+msgid "where domain_constraint is:"
+msgstr "wobei Domänen-Constraint Folgendes ist:"
 
-#: sql_help.c:2249
-msgid "where constraint is:"
-msgstr "wobei Constraint Folgendes ist:"
-
-#: sql_help.c:2263 sql_help.c:2696 sql_help.c:3128
+#: sql_help.c:2287 sql_help.c:2720 sql_help.c:3157
 msgid "event"
 msgstr "Ereignis"
 
-#: sql_help.c:2264
+#: sql_help.c:2288
 msgid "filter_variable"
 msgstr "Filtervariable"
 
-#: sql_help.c:2265
+#: sql_help.c:2289
 msgid "filter_value"
 msgstr "Filterwert"
 
-#: sql_help.c:2361 sql_help.c:2944
+#: sql_help.c:2385 sql_help.c:2968
 msgid "where column_constraint is:"
 msgstr "wobei Spalten-Constraint Folgendes ist:"
 
-#: sql_help.c:2406
+#: sql_help.c:2430
 msgid "rettype"
 msgstr "Rückgabetyp"
 
-#: sql_help.c:2408
+#: sql_help.c:2432
 msgid "column_type"
 msgstr "Spaltentyp"
 
-#: sql_help.c:2417 sql_help.c:2620
+#: sql_help.c:2441 sql_help.c:2644
 msgid "definition"
 msgstr "Definition"
 
-#: sql_help.c:2418 sql_help.c:2621
+#: sql_help.c:2442 sql_help.c:2645
 msgid "obj_file"
 msgstr "Objektdatei"
 
-#: sql_help.c:2419 sql_help.c:2622
+#: sql_help.c:2443 sql_help.c:2646
 msgid "link_symbol"
 msgstr "Linksymbol"
 
-#: sql_help.c:2420 sql_help.c:2623
+#: sql_help.c:2444 sql_help.c:2647
 msgid "sql_body"
 msgstr "SQL-Rumpf"
 
-#: sql_help.c:2458 sql_help.c:2681 sql_help.c:3251
+#: sql_help.c:2482 sql_help.c:2705 sql_help.c:3280
 msgid "uid"
 msgstr "Uid"
 
-#: sql_help.c:2474 sql_help.c:2515 sql_help.c:2913 sql_help.c:2926
-#: sql_help.c:2940 sql_help.c:3011
+#: sql_help.c:2498 sql_help.c:2539 sql_help.c:2937 sql_help.c:2950
+#: sql_help.c:2964 sql_help.c:3040
 msgid "method"
 msgstr "Methode"
 
-#: sql_help.c:2479
-msgid "opclass_parameter"
-msgstr "Opklassen-Parameter"
-
-#: sql_help.c:2496
+#: sql_help.c:2520
 msgid "call_handler"
 msgstr "Handler"
 
-#: sql_help.c:2497
+#: sql_help.c:2521
 msgid "inline_handler"
 msgstr "Inline-Handler"
 
-#: sql_help.c:2498
+#: sql_help.c:2522
 msgid "valfunction"
 msgstr "Valfunktion"
 
-#: sql_help.c:2556
+#: sql_help.c:2580
 msgid "family_name"
 msgstr "Familienname"
 
-#: sql_help.c:2567
+#: sql_help.c:2591
 msgid "storage_type"
 msgstr "Storage-Typ"
 
-#: sql_help.c:2702 sql_help.c:3135
+#: sql_help.c:2726 sql_help.c:3164
 msgid "where event can be one of:"
 msgstr "wobei Ereignis eins der folgenden sein kann:"
 
-#: sql_help.c:2722 sql_help.c:2724
+#: sql_help.c:2746 sql_help.c:2748
 msgid "schema_element"
 msgstr "Schemaelement"
 
-#: sql_help.c:2761
+#: sql_help.c:2785
 msgid "server_type"
 msgstr "Servertyp"
 
-#: sql_help.c:2762
+#: sql_help.c:2786
 msgid "server_version"
 msgstr "Serverversion"
 
-#: sql_help.c:2763 sql_help.c:3916 sql_help.c:4375
+#: sql_help.c:2787 sql_help.c:3946 sql_help.c:4409
 msgid "fdw_name"
 msgstr "FDW-Name"
 
-#: sql_help.c:2780 sql_help.c:2783
+#: sql_help.c:2804 sql_help.c:2807
 msgid "statistics_name"
 msgstr "Statistikname"
 
-#: sql_help.c:2784
+#: sql_help.c:2808
 msgid "statistics_kind"
 msgstr "Statistikart"
 
-#: sql_help.c:2800
+#: sql_help.c:2824
 msgid "subscription_name"
 msgstr "Subskriptionsname"
 
-#: sql_help.c:2906
+#: sql_help.c:2930
 msgid "source_table"
 msgstr "Quelltabelle"
 
-#: sql_help.c:2907
+#: sql_help.c:2931
 msgid "like_option"
 msgstr "Like-Option"
 
-#: sql_help.c:2976
+#: sql_help.c:3002
 msgid "and like_option is:"
 msgstr "und Like-Option Folgendes ist:"
 
-#: sql_help.c:3028
+#: sql_help.c:3057
 msgid "directory"
 msgstr "Verzeichnis"
 
-#: sql_help.c:3042
+#: sql_help.c:3071
 msgid "parser_name"
 msgstr "Parser-Name"
 
-#: sql_help.c:3043
+#: sql_help.c:3072
 msgid "source_config"
 msgstr "Quellkonfig"
 
-#: sql_help.c:3072
+#: sql_help.c:3101
 msgid "start_function"
 msgstr "Startfunktion"
 
-#: sql_help.c:3073
+#: sql_help.c:3102
 msgid "gettoken_function"
 msgstr "Gettext-Funktion"
 
-#: sql_help.c:3074
+#: sql_help.c:3103
 msgid "end_function"
 msgstr "Endfunktion"
 
-#: sql_help.c:3075
+#: sql_help.c:3104
 msgid "lextypes_function"
 msgstr "Lextypenfunktion"
 
-#: sql_help.c:3076
+#: sql_help.c:3105
 msgid "headline_function"
 msgstr "Headline-Funktion"
 
-#: sql_help.c:3088
+#: sql_help.c:3117
 msgid "init_function"
 msgstr "Init-Funktion"
 
-#: sql_help.c:3089
+#: sql_help.c:3118
 msgid "lexize_function"
 msgstr "Lexize-Funktion"
 
-#: sql_help.c:3102
+#: sql_help.c:3131
 msgid "from_sql_function_name"
 msgstr "From-SQL-Funktionsname"
 
-#: sql_help.c:3104
+#: sql_help.c:3133
 msgid "to_sql_function_name"
 msgstr "To-SQL-Funktionsname"
 
-#: sql_help.c:3130
+#: sql_help.c:3159
 msgid "referenced_table_name"
 msgstr "verwiesener_Tabellenname"
 
-#: sql_help.c:3131
+#: sql_help.c:3160
 msgid "transition_relation_name"
 msgstr "Übergangsrelationsname"
 
-#: sql_help.c:3134
+#: sql_help.c:3163
 msgid "arguments"
 msgstr "Argumente"
 
-#: sql_help.c:3186
+#: sql_help.c:3215
 msgid "label"
 msgstr "Label"
 
-#: sql_help.c:3188
+#: sql_help.c:3217
 msgid "subtype"
 msgstr "Untertyp"
 
-#: sql_help.c:3189
+#: sql_help.c:3218
 msgid "subtype_operator_class"
 msgstr "Untertyp-Operatorklasse"
 
-#: sql_help.c:3191
+#: sql_help.c:3220
 msgid "canonical_function"
 msgstr "Canonical-Funktion"
 
-#: sql_help.c:3192
+#: sql_help.c:3221
 msgid "subtype_diff_function"
 msgstr "Untertyp-Diff-Funktion"
 
-#: sql_help.c:3193
+#: sql_help.c:3222
 msgid "multirange_type_name"
 msgstr "Multirange-Typname"
 
-#: sql_help.c:3195
+#: sql_help.c:3224
 msgid "input_function"
 msgstr "Eingabefunktion"
 
-#: sql_help.c:3196
+#: sql_help.c:3225
 msgid "output_function"
 msgstr "Ausgabefunktion"
 
-#: sql_help.c:3197
+#: sql_help.c:3226
 msgid "receive_function"
 msgstr "Empfangsfunktion"
 
-#: sql_help.c:3198
+#: sql_help.c:3227
 msgid "send_function"
 msgstr "Sendefunktion"
 
-#: sql_help.c:3199
+#: sql_help.c:3228
 msgid "type_modifier_input_function"
 msgstr "Typmod-Eingabefunktion"
 
-#: sql_help.c:3200
+#: sql_help.c:3229
 msgid "type_modifier_output_function"
 msgstr "Typmod-Ausgabefunktion"
 
-#: sql_help.c:3201
+#: sql_help.c:3230
 msgid "analyze_function"
 msgstr "Analyze-Funktion"
 
-#: sql_help.c:3202
+#: sql_help.c:3231
 msgid "subscript_function"
 msgstr "Subscript-Funktion"
 
-#: sql_help.c:3203
+#: sql_help.c:3232
 msgid "internallength"
 msgstr "interne_Länge"
 
-#: sql_help.c:3204
+#: sql_help.c:3233
 msgid "alignment"
 msgstr "Ausrichtung"
 
-#: sql_help.c:3205
+#: sql_help.c:3234
 msgid "storage"
 msgstr "Speicherung"
 
-#: sql_help.c:3206
+#: sql_help.c:3235
 msgid "like_type"
 msgstr "wie_Typ"
 
-#: sql_help.c:3207
+#: sql_help.c:3236
 msgid "category"
 msgstr "Kategorie"
 
-#: sql_help.c:3208
+#: sql_help.c:3237
 msgid "preferred"
 msgstr "bevorzugt"
 
-#: sql_help.c:3209
+#: sql_help.c:3238
 msgid "default"
 msgstr "Vorgabewert"
 
-#: sql_help.c:3210
+#: sql_help.c:3239
 msgid "element"
 msgstr "Element"
 
-#: sql_help.c:3211
+#: sql_help.c:3240
 msgid "delimiter"
 msgstr "Trennzeichen"
 
-#: sql_help.c:3212
+#: sql_help.c:3241
 msgid "collatable"
 msgstr "sortierbar"
 
-#: sql_help.c:3309 sql_help.c:3995 sql_help.c:4088 sql_help.c:4575
-#: sql_help.c:4678 sql_help.c:4833 sql_help.c:4947 sql_help.c:5078
+#: sql_help.c:3338 sql_help.c:4025 sql_help.c:4119 sql_help.c:4609
+#: sql_help.c:4712 sql_help.c:4867 sql_help.c:4981 sql_help.c:5112
 msgid "with_query"
 msgstr "With-Anfrage"
 
-#: sql_help.c:3311 sql_help.c:3997 sql_help.c:4594 sql_help.c:4600
-#: sql_help.c:4603 sql_help.c:4607 sql_help.c:4611 sql_help.c:4619
-#: sql_help.c:4852 sql_help.c:4858 sql_help.c:4861 sql_help.c:4865
-#: sql_help.c:4869 sql_help.c:4877 sql_help.c:4949 sql_help.c:5097
-#: sql_help.c:5103 sql_help.c:5106 sql_help.c:5110 sql_help.c:5114
-#: sql_help.c:5122
+#: sql_help.c:3340 sql_help.c:4027 sql_help.c:4628 sql_help.c:4634
+#: sql_help.c:4637 sql_help.c:4641 sql_help.c:4645 sql_help.c:4653
+#: sql_help.c:4886 sql_help.c:4892 sql_help.c:4895 sql_help.c:4899
+#: sql_help.c:4903 sql_help.c:4911 sql_help.c:4983 sql_help.c:5131
+#: sql_help.c:5137 sql_help.c:5140 sql_help.c:5144 sql_help.c:5148
+#: sql_help.c:5156
 msgid "alias"
 msgstr "Alias"
 
-#: sql_help.c:3312 sql_help.c:4579 sql_help.c:4621 sql_help.c:4623
-#: sql_help.c:4627 sql_help.c:4629 sql_help.c:4630 sql_help.c:4631
-#: sql_help.c:4683 sql_help.c:4837 sql_help.c:4879 sql_help.c:4881
-#: sql_help.c:4885 sql_help.c:4887 sql_help.c:4888 sql_help.c:4889
-#: sql_help.c:4956 sql_help.c:5082 sql_help.c:5124 sql_help.c:5126
-#: sql_help.c:5130 sql_help.c:5132 sql_help.c:5133 sql_help.c:5134
+#: sql_help.c:3341 sql_help.c:4613 sql_help.c:4655 sql_help.c:4657
+#: sql_help.c:4661 sql_help.c:4663 sql_help.c:4664 sql_help.c:4665
+#: sql_help.c:4717 sql_help.c:4871 sql_help.c:4913 sql_help.c:4915
+#: sql_help.c:4919 sql_help.c:4921 sql_help.c:4922 sql_help.c:4923
+#: sql_help.c:4990 sql_help.c:5116 sql_help.c:5158 sql_help.c:5160
+#: sql_help.c:5164 sql_help.c:5166 sql_help.c:5167 sql_help.c:5168
 msgid "from_item"
 msgstr "From-Element"
 
-#: sql_help.c:3314 sql_help.c:3797 sql_help.c:4142 sql_help.c:4958
+#: sql_help.c:3343 sql_help.c:3827 sql_help.c:4176 sql_help.c:4992
 msgid "cursor_name"
 msgstr "Cursor-Name"
 
-#: sql_help.c:3315 sql_help.c:4003 sql_help.c:4094 sql_help.c:4959
+#: sql_help.c:3344 sql_help.c:4033 sql_help.c:4125 sql_help.c:4993
 msgid "output_expression"
 msgstr "Ausgabeausdruck"
 
-#: sql_help.c:3316 sql_help.c:4004 sql_help.c:4095 sql_help.c:4578
-#: sql_help.c:4681 sql_help.c:4836 sql_help.c:4960 sql_help.c:5081
+#: sql_help.c:3345 sql_help.c:4034 sql_help.c:4126 sql_help.c:4612
+#: sql_help.c:4715 sql_help.c:4870 sql_help.c:4994 sql_help.c:5115
 msgid "output_name"
 msgstr "Ausgabename"
 
-#: sql_help.c:3332
+#: sql_help.c:3361
 msgid "code"
 msgstr "Code"
 
-#: sql_help.c:3737
+#: sql_help.c:3766
 msgid "parameter"
 msgstr "Parameter"
 
-#: sql_help.c:3760 sql_help.c:4167
+#: sql_help.c:3790 sql_help.c:4201
 msgid "statement"
 msgstr "Anweisung"
 
-#: sql_help.c:3796 sql_help.c:4141
+#: sql_help.c:3826 sql_help.c:4175
 msgid "direction"
 msgstr "Richtung"
 
-#: sql_help.c:3798 sql_help.c:4143
+#: sql_help.c:3828 sql_help.c:4177
 msgid "where direction can be one of:"
 msgstr "wobei Richtung eine der folgenden sein kann:"
 
-#: sql_help.c:3799 sql_help.c:3800 sql_help.c:3801 sql_help.c:3802
-#: sql_help.c:3803 sql_help.c:4144 sql_help.c:4145 sql_help.c:4146
-#: sql_help.c:4147 sql_help.c:4148 sql_help.c:4588 sql_help.c:4590
-#: sql_help.c:4692 sql_help.c:4694 sql_help.c:4846 sql_help.c:4848
-#: sql_help.c:5022 sql_help.c:5024 sql_help.c:5091 sql_help.c:5093
+#: sql_help.c:3829 sql_help.c:3830 sql_help.c:3831 sql_help.c:3832
+#: sql_help.c:3833 sql_help.c:4178 sql_help.c:4179 sql_help.c:4180
+#: sql_help.c:4181 sql_help.c:4182 sql_help.c:4622 sql_help.c:4624
+#: sql_help.c:4726 sql_help.c:4728 sql_help.c:4880 sql_help.c:4882
+#: sql_help.c:5056 sql_help.c:5058 sql_help.c:5125 sql_help.c:5127
 msgid "count"
 msgstr "Anzahl"
 
-#: sql_help.c:3906 sql_help.c:4365
+#: sql_help.c:3936 sql_help.c:4399
 msgid "sequence_name"
 msgstr "Sequenzname"
 
-#: sql_help.c:3924 sql_help.c:4383
+#: sql_help.c:3954 sql_help.c:4417
 msgid "arg_name"
 msgstr "Argname"
 
-#: sql_help.c:3925 sql_help.c:4384
+#: sql_help.c:3955 sql_help.c:4418
 msgid "arg_type"
 msgstr "Argtyp"
 
-#: sql_help.c:3932 sql_help.c:4391
+#: sql_help.c:3962 sql_help.c:4425
 msgid "loid"
 msgstr "Large-Object-OID"
 
-#: sql_help.c:3963
+#: sql_help.c:3993
 msgid "remote_schema"
 msgstr "fernes_Schema"
 
-#: sql_help.c:3966
+#: sql_help.c:3996
 msgid "local_schema"
 msgstr "lokales_Schema"
 
-#: sql_help.c:4001
+#: sql_help.c:4031
 msgid "conflict_target"
 msgstr "Konfliktziel"
 
-#: sql_help.c:4002
+#: sql_help.c:4032
 msgid "conflict_action"
 msgstr "Konfliktaktion"
 
-#: sql_help.c:4005
+#: sql_help.c:4035
 msgid "where conflict_target can be one of:"
 msgstr "wobei Konfliktziel Folgendes sein kann:"
 
-#: sql_help.c:4006
+#: sql_help.c:4036
 msgid "index_column_name"
 msgstr "Indexspaltenname"
 
-#: sql_help.c:4007
+#: sql_help.c:4037
 msgid "index_expression"
 msgstr "Indexausdruck"
 
-#: sql_help.c:4010
+#: sql_help.c:4040
 msgid "index_predicate"
 msgstr "Indexprädikat"
 
-#: sql_help.c:4012
+#: sql_help.c:4042
 msgid "and conflict_action is one of:"
 msgstr "und Konfliktaktion Folgendes sein kann:"
 
-#: sql_help.c:4018 sql_help.c:4115 sql_help.c:4955
+#: sql_help.c:4048 sql_help.c:4149 sql_help.c:4989
 msgid "sub-SELECT"
 msgstr "Sub-SELECT"
 
-#: sql_help.c:4027 sql_help.c:4156 sql_help.c:4931
+#: sql_help.c:4057 sql_help.c:4190 sql_help.c:4965
 msgid "channel"
 msgstr "Kanal"
 
-#: sql_help.c:4049
+#: sql_help.c:4079
 msgid "lockmode"
 msgstr "Sperrmodus"
 
-#: sql_help.c:4050
+#: sql_help.c:4080
 msgid "where lockmode is one of:"
 msgstr "wobei Sperrmodus Folgendes sein kann:"
 
-#: sql_help.c:4089
+#: sql_help.c:4120
 msgid "target_table_name"
 msgstr "Zieltabellenname"
 
-#: sql_help.c:4090
+#: sql_help.c:4121
 msgid "target_alias"
 msgstr "Zielalias"
 
-#: sql_help.c:4091
+#: sql_help.c:4122
 msgid "data_source"
 msgstr "Datenquelle"
 
-#: sql_help.c:4092 sql_help.c:4624 sql_help.c:4882 sql_help.c:5127
+#: sql_help.c:4123 sql_help.c:4658 sql_help.c:4916 sql_help.c:5161
 msgid "join_condition"
 msgstr "Verbundbedingung"
 
-#: sql_help.c:4093
+#: sql_help.c:4124
 msgid "when_clause"
 msgstr "When-Klausel"
 
-#: sql_help.c:4096
+#: sql_help.c:4127
 msgid "where data_source is:"
 msgstr "wobei Datenquelle Folgendes ist:"
 
-#: sql_help.c:4097
+#: sql_help.c:4128
 msgid "source_table_name"
 msgstr "Quelltabellenname"
 
-#: sql_help.c:4098
+#: sql_help.c:4129
 msgid "source_query"
 msgstr "Quellanfrage"
 
-#: sql_help.c:4099
+#: sql_help.c:4130
 msgid "source_alias"
 msgstr "Quellalias"
 
-#: sql_help.c:4100
+#: sql_help.c:4131
 msgid "and when_clause is:"
 msgstr "und When-Klausel Folgendes ist:"
 
-#: sql_help.c:4102
+#: sql_help.c:4133 sql_help.c:4136
 msgid "merge_update"
 msgstr "Merge-Update"
 
-#: sql_help.c:4103
+#: sql_help.c:4134 sql_help.c:4137
 msgid "merge_delete"
 msgstr "Merge-Delete"
 
-#: sql_help.c:4105
+#: sql_help.c:4139
 msgid "merge_insert"
 msgstr "Merge-Insert"
 
-#: sql_help.c:4106
+#: sql_help.c:4140
 msgid "and merge_insert is:"
 msgstr "und Merge-Insert Folgendes ist:"
 
-#: sql_help.c:4109
+#: sql_help.c:4143
 msgid "and merge_update is:"
 msgstr "und Merge-Update Folgendes ist:"
 
-#: sql_help.c:4116
+#: sql_help.c:4150
 msgid "and merge_delete is:"
 msgstr "und Merge-Delete Folgendes ist:"
 
-#: sql_help.c:4157
+#: sql_help.c:4191
 msgid "payload"
 msgstr "Payload"
 
-#: sql_help.c:4184
+#: sql_help.c:4218
 msgid "old_role"
 msgstr "alte_Rolle"
 
-#: sql_help.c:4185
+#: sql_help.c:4219
 msgid "new_role"
 msgstr "neue_Rolle"
 
-#: sql_help.c:4224 sql_help.c:4433 sql_help.c:4441
+#: sql_help.c:4258 sql_help.c:4467 sql_help.c:4475
 msgid "savepoint_name"
 msgstr "Sicherungspunktsname"
 
-#: sql_help.c:4581 sql_help.c:4639 sql_help.c:4839 sql_help.c:4897
-#: sql_help.c:5084 sql_help.c:5142
+#: sql_help.c:4615 sql_help.c:4673 sql_help.c:4873 sql_help.c:4931
+#: sql_help.c:5118 sql_help.c:5176
 msgid "grouping_element"
 msgstr "Gruppierelement"
 
-#: sql_help.c:4583 sql_help.c:4687 sql_help.c:4841 sql_help.c:5086
+#: sql_help.c:4617 sql_help.c:4721 sql_help.c:4875 sql_help.c:5120
 msgid "window_name"
 msgstr "Fenstername"
 
-#: sql_help.c:4584 sql_help.c:4688 sql_help.c:4842 sql_help.c:5087
+#: sql_help.c:4618 sql_help.c:4722 sql_help.c:4876 sql_help.c:5121
 msgid "window_definition"
 msgstr "Fensterdefinition"
 
-#: sql_help.c:4585 sql_help.c:4599 sql_help.c:4643 sql_help.c:4689
-#: sql_help.c:4843 sql_help.c:4857 sql_help.c:4901 sql_help.c:5088
-#: sql_help.c:5102 sql_help.c:5146
+#: sql_help.c:4619 sql_help.c:4633 sql_help.c:4677 sql_help.c:4723
+#: sql_help.c:4877 sql_help.c:4891 sql_help.c:4935 sql_help.c:5122
+#: sql_help.c:5136 sql_help.c:5180
 msgid "select"
 msgstr "Select"
 
-#: sql_help.c:4591 sql_help.c:4849 sql_help.c:5094
+#: sql_help.c:4625 sql_help.c:4883 sql_help.c:5128
 msgid "from_reference"
 msgstr "From-Referenz"
 
-#: sql_help.c:4592 sql_help.c:4850 sql_help.c:5095
+#: sql_help.c:4626 sql_help.c:4884 sql_help.c:5129
 msgid "where from_item can be one of:"
 msgstr "wobei From-Element Folgendes sein kann:"
 
-#: sql_help.c:4595 sql_help.c:4601 sql_help.c:4604 sql_help.c:4608
-#: sql_help.c:4620 sql_help.c:4853 sql_help.c:4859 sql_help.c:4862
-#: sql_help.c:4866 sql_help.c:4878 sql_help.c:5098 sql_help.c:5104
-#: sql_help.c:5107 sql_help.c:5111 sql_help.c:5123
+#: sql_help.c:4629 sql_help.c:4635 sql_help.c:4638 sql_help.c:4642
+#: sql_help.c:4654 sql_help.c:4887 sql_help.c:4893 sql_help.c:4896
+#: sql_help.c:4900 sql_help.c:4912 sql_help.c:5132 sql_help.c:5138
+#: sql_help.c:5141 sql_help.c:5145 sql_help.c:5157
 msgid "column_alias"
 msgstr "Spaltenalias"
 
-#: sql_help.c:4596 sql_help.c:4854 sql_help.c:5099
+#: sql_help.c:4630 sql_help.c:4888 sql_help.c:5133
 msgid "sampling_method"
 msgstr "Stichprobenmethode"
 
-#: sql_help.c:4598 sql_help.c:4856 sql_help.c:5101
+#: sql_help.c:4632 sql_help.c:4890 sql_help.c:5135
 msgid "seed"
 msgstr "Startwert"
 
-#: sql_help.c:4602 sql_help.c:4641 sql_help.c:4860 sql_help.c:4899
-#: sql_help.c:5105 sql_help.c:5144
+#: sql_help.c:4636 sql_help.c:4675 sql_help.c:4894 sql_help.c:4933
+#: sql_help.c:5139 sql_help.c:5178
 msgid "with_query_name"
 msgstr "With-Anfragename"
 
-#: sql_help.c:4612 sql_help.c:4615 sql_help.c:4618 sql_help.c:4870
-#: sql_help.c:4873 sql_help.c:4876 sql_help.c:5115 sql_help.c:5118
-#: sql_help.c:5121
+#: sql_help.c:4646 sql_help.c:4649 sql_help.c:4652 sql_help.c:4904
+#: sql_help.c:4907 sql_help.c:4910 sql_help.c:5149 sql_help.c:5152
+#: sql_help.c:5155
 msgid "column_definition"
 msgstr "Spaltendefinition"
 
-#: sql_help.c:4622 sql_help.c:4628 sql_help.c:4880 sql_help.c:4886
-#: sql_help.c:5125 sql_help.c:5131
+#: sql_help.c:4656 sql_help.c:4662 sql_help.c:4914 sql_help.c:4920
+#: sql_help.c:5159 sql_help.c:5165
 msgid "join_type"
 msgstr "Verbundtyp"
 
-#: sql_help.c:4625 sql_help.c:4883 sql_help.c:5128
+#: sql_help.c:4659 sql_help.c:4917 sql_help.c:5162
 msgid "join_column"
 msgstr "Verbundspalte"
 
-#: sql_help.c:4626 sql_help.c:4884 sql_help.c:5129
+#: sql_help.c:4660 sql_help.c:4918 sql_help.c:5163
 msgid "join_using_alias"
 msgstr "Join-Using-Alias"
 
-#: sql_help.c:4632 sql_help.c:4890 sql_help.c:5135
+#: sql_help.c:4666 sql_help.c:4924 sql_help.c:5169
 msgid "and grouping_element can be one of:"
 msgstr "und Gruppierelement eins der folgenden sein kann:"
 
-#: sql_help.c:4640 sql_help.c:4898 sql_help.c:5143
+#: sql_help.c:4674 sql_help.c:4932 sql_help.c:5177
 msgid "and with_query is:"
 msgstr "und With-Anfrage ist:"
 
-#: sql_help.c:4644 sql_help.c:4902 sql_help.c:5147
+#: sql_help.c:4678 sql_help.c:4936 sql_help.c:5181
 msgid "values"
 msgstr "values"
 
-#: sql_help.c:4645 sql_help.c:4903 sql_help.c:5148
+#: sql_help.c:4679 sql_help.c:4937 sql_help.c:5182
 msgid "insert"
 msgstr "insert"
 
-#: sql_help.c:4646 sql_help.c:4904 sql_help.c:5149
+#: sql_help.c:4680 sql_help.c:4938 sql_help.c:5183
 msgid "update"
 msgstr "update"
 
-#: sql_help.c:4647 sql_help.c:4905 sql_help.c:5150
+#: sql_help.c:4681 sql_help.c:4939 sql_help.c:5184
 msgid "delete"
 msgstr "delete"
 
-#: sql_help.c:4648 sql_help.c:4906 sql_help.c:5151
+#: sql_help.c:4682 sql_help.c:4940 sql_help.c:5185
 msgid "merge"
 msgstr "merge"
 
-#: sql_help.c:4650 sql_help.c:4908 sql_help.c:5153
+#: sql_help.c:4684 sql_help.c:4942 sql_help.c:5187
 msgid "search_seq_col_name"
 msgstr "Search-Seq-Spaltenname"
 
-#: sql_help.c:4652 sql_help.c:4910 sql_help.c:5155
+#: sql_help.c:4686 sql_help.c:4944 sql_help.c:5189
 msgid "cycle_mark_col_name"
 msgstr "Cycle-Mark-Spaltenname"
 
-#: sql_help.c:4653 sql_help.c:4911 sql_help.c:5156
+#: sql_help.c:4687 sql_help.c:4945 sql_help.c:5190
 msgid "cycle_mark_value"
 msgstr "Cycle-Mark-Wert"
 
-#: sql_help.c:4654 sql_help.c:4912 sql_help.c:5157
+#: sql_help.c:4688 sql_help.c:4946 sql_help.c:5191
 msgid "cycle_mark_default"
 msgstr "Cycle-Mark-Standard"
 
-#: sql_help.c:4655 sql_help.c:4913 sql_help.c:5158
+#: sql_help.c:4689 sql_help.c:4947 sql_help.c:5192
 msgid "cycle_path_col_name"
 msgstr "Cycle-Pfad-Spaltenname"
 
-#: sql_help.c:4682
+#: sql_help.c:4716
 msgid "new_table"
 msgstr "neue_Tabelle"
 
-#: sql_help.c:4753
+#: sql_help.c:4787
 msgid "snapshot_id"
 msgstr "Snapshot-ID"
 
-#: sql_help.c:5020
+#: sql_help.c:5054
 msgid "sort_expression"
 msgstr "Sortierausdruck"
 
-#: sql_help.c:5165 sql_help.c:6149
+#: sql_help.c:5199 sql_help.c:6183
 msgid "abort the current transaction"
 msgstr "bricht die aktuelle Transaktion ab"
 
-#: sql_help.c:5171
+#: sql_help.c:5205
 msgid "change the definition of an aggregate function"
 msgstr "ändert die Definition einer Aggregatfunktion"
 
-#: sql_help.c:5177
+#: sql_help.c:5211
 msgid "change the definition of a collation"
 msgstr "ändert die Definition einer Sortierfolge"
 
-#: sql_help.c:5183
+#: sql_help.c:5217
 msgid "change the definition of a conversion"
 msgstr "ändert die Definition einer Zeichensatzkonversion"
 
-#: sql_help.c:5189
+#: sql_help.c:5223
 msgid "change a database"
 msgstr "ändert eine Datenbank"
 
-#: sql_help.c:5195
+#: sql_help.c:5229
 msgid "define default access privileges"
 msgstr "definiert vorgegebene Zugriffsprivilegien"
 
-#: sql_help.c:5201
+#: sql_help.c:5235
 msgid "change the definition of a domain"
 msgstr "ändert die Definition einer Domäne"
 
-#: sql_help.c:5207
+#: sql_help.c:5241
 msgid "change the definition of an event trigger"
 msgstr "ändert die Definition eines Ereignistriggers"
 
-#: sql_help.c:5213
+#: sql_help.c:5247
 msgid "change the definition of an extension"
 msgstr "ändert die Definition einer Erweiterung"
 
-#: sql_help.c:5219
+#: sql_help.c:5253
 msgid "change the definition of a foreign-data wrapper"
 msgstr "ändert die Definition eines Fremddaten-Wrappers"
 
-#: sql_help.c:5225
+#: sql_help.c:5259
 msgid "change the definition of a foreign table"
 msgstr "ändert die Definition einer Fremdtabelle"
 
-#: sql_help.c:5231
+#: sql_help.c:5265
 msgid "change the definition of a function"
 msgstr "ändert die Definition einer Funktion"
 
-#: sql_help.c:5237
+#: sql_help.c:5271
 msgid "change role name or membership"
 msgstr "ändert Rollenname oder -mitglieder"
 
-#: sql_help.c:5243
+#: sql_help.c:5277
 msgid "change the definition of an index"
 msgstr "ändert die Definition eines Index"
 
-#: sql_help.c:5249
+#: sql_help.c:5283
 msgid "change the definition of a procedural language"
 msgstr "ändert die Definition einer prozeduralen Sprache"
 
-#: sql_help.c:5255
+#: sql_help.c:5289
 msgid "change the definition of a large object"
 msgstr "ändert die Definition eines Large Object"
 
-#: sql_help.c:5261
+#: sql_help.c:5295
 msgid "change the definition of a materialized view"
 msgstr "ändert die Definition einer materialisierten Sicht"
 
-#: sql_help.c:5267
+#: sql_help.c:5301
 msgid "change the definition of an operator"
 msgstr "ändert die Definition eines Operators"
 
-#: sql_help.c:5273
+#: sql_help.c:5307
 msgid "change the definition of an operator class"
 msgstr "ändert die Definition einer Operatorklasse"
 
-#: sql_help.c:5279
+#: sql_help.c:5313
 msgid "change the definition of an operator family"
 msgstr "ändert die Definition einer Operatorfamilie"
 
-#: sql_help.c:5285
+#: sql_help.c:5319
 msgid "change the definition of a row-level security policy"
 msgstr "ändert die Definition einer Policy für Sicherheit auf Zeilenebene"
 
-#: sql_help.c:5291
+#: sql_help.c:5325
 msgid "change the definition of a procedure"
 msgstr "ändert die Definition einer Prozedur"
 
-#: sql_help.c:5297
+#: sql_help.c:5331
 msgid "change the definition of a publication"
 msgstr "ändert die Definition einer Publikation"
 
-#: sql_help.c:5303 sql_help.c:5405
+#: sql_help.c:5337 sql_help.c:5439
 msgid "change a database role"
 msgstr "ändert eine Datenbankrolle"
 
-#: sql_help.c:5309
+#: sql_help.c:5343
 msgid "change the definition of a routine"
 msgstr "ändert die Definition einer Routine"
 
-#: sql_help.c:5315
+#: sql_help.c:5349
 msgid "change the definition of a rule"
 msgstr "ändert die Definition einer Regel"
 
-#: sql_help.c:5321
+#: sql_help.c:5355
 msgid "change the definition of a schema"
 msgstr "ändert die Definition eines Schemas"
 
-#: sql_help.c:5327
+#: sql_help.c:5361
 msgid "change the definition of a sequence generator"
 msgstr "ändert die Definition eines Sequenzgenerators"
 
-#: sql_help.c:5333
+#: sql_help.c:5367
 msgid "change the definition of a foreign server"
 msgstr "ändert die Definition eines Fremdservers"
 
-#: sql_help.c:5339
+#: sql_help.c:5373
 msgid "change the definition of an extended statistics object"
 msgstr "ändert die Definition eines erweiterten Statistikobjekts"
 
-#: sql_help.c:5345
+#: sql_help.c:5379
 msgid "change the definition of a subscription"
 msgstr "ändert die Definition einer Subskription"
 
-#: sql_help.c:5351
+#: sql_help.c:5385
 msgid "change a server configuration parameter"
 msgstr "ändert einen Server-Konfigurationsparameter"
 
-#: sql_help.c:5357
+#: sql_help.c:5391
 msgid "change the definition of a table"
 msgstr "ändert die Definition einer Tabelle"
 
-#: sql_help.c:5363
+#: sql_help.c:5397
 msgid "change the definition of a tablespace"
 msgstr "ändert die Definition eines Tablespace"
 
-#: sql_help.c:5369
+#: sql_help.c:5403
 msgid "change the definition of a text search configuration"
 msgstr "ändert die Definition einer Textsuchekonfiguration"
 
-#: sql_help.c:5375
+#: sql_help.c:5409
 msgid "change the definition of a text search dictionary"
 msgstr "ändert die Definition eines Textsuchewörterbuchs"
 
-#: sql_help.c:5381
+#: sql_help.c:5415
 msgid "change the definition of a text search parser"
 msgstr "ändert die Definition eines Textsucheparsers"
 
-#: sql_help.c:5387
+#: sql_help.c:5421
 msgid "change the definition of a text search template"
 msgstr "ändert die Definition einer Textsuchevorlage"
 
-#: sql_help.c:5393
+#: sql_help.c:5427
 msgid "change the definition of a trigger"
 msgstr "ändert die Definition eines Triggers"
 
-#: sql_help.c:5399
+#: sql_help.c:5433
 msgid "change the definition of a type"
 msgstr "ändert die Definition eines Typs"
 
-#: sql_help.c:5411
+#: sql_help.c:5445
 msgid "change the definition of a user mapping"
 msgstr "ändert die Definition einer Benutzerabbildung"
 
-#: sql_help.c:5417
+#: sql_help.c:5451
 msgid "change the definition of a view"
 msgstr "ändert die Definition einer Sicht"
 
-#: sql_help.c:5423
+#: sql_help.c:5457
 msgid "collect statistics about a database"
 msgstr "sammelt Statistiken über eine Datenbank"
 
-#: sql_help.c:5429 sql_help.c:6227
+#: sql_help.c:5463 sql_help.c:6261
 msgid "start a transaction block"
 msgstr "startet einen Transaktionsblock"
 
-#: sql_help.c:5435
+#: sql_help.c:5469
 msgid "invoke a procedure"
 msgstr "ruft eine Prozedur auf"
 
-#: sql_help.c:5441
+#: sql_help.c:5475
 msgid "force a write-ahead log checkpoint"
 msgstr "erzwingt einen Checkpoint im Write-Ahead-Log"
 
-#: sql_help.c:5447
+#: sql_help.c:5481
 msgid "close a cursor"
 msgstr "schließt einen Cursor"
 
-#: sql_help.c:5453
+#: sql_help.c:5487
 msgid "cluster a table according to an index"
 msgstr "clustert eine Tabelle nach einem Index"
 
-#: sql_help.c:5459
+#: sql_help.c:5493
 msgid "define or change the comment of an object"
 msgstr "definiert oder ändert den Kommentar eines Objektes"
 
-#: sql_help.c:5465 sql_help.c:6023
+#: sql_help.c:5499 sql_help.c:6057
 msgid "commit the current transaction"
 msgstr "schließt die aktuelle Transaktion ab"
 
-#: sql_help.c:5471
+#: sql_help.c:5505
 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.c:5477
+#: sql_help.c:5511
 msgid "copy data between a file and a table"
 msgstr "kopiert Daten zwischen einer Datei und einer Tabelle"
 
-#: sql_help.c:5483
+#: sql_help.c:5517
 msgid "define a new access method"
 msgstr "definiert eine neue Zugriffsmethode"
 
-#: sql_help.c:5489
+#: sql_help.c:5523
 msgid "define a new aggregate function"
 msgstr "definiert eine neue Aggregatfunktion"
 
-#: sql_help.c:5495
+#: sql_help.c:5529
 msgid "define a new cast"
 msgstr "definiert eine neue Typumwandlung"
 
-#: sql_help.c:5501
+#: sql_help.c:5535
 msgid "define a new collation"
 msgstr "definiert eine neue Sortierfolge"
 
-#: sql_help.c:5507
+#: sql_help.c:5541
 msgid "define a new encoding conversion"
 msgstr "definiert eine neue Kodierungskonversion"
 
-#: sql_help.c:5513
+#: sql_help.c:5547
 msgid "create a new database"
 msgstr "erzeugt eine neue Datenbank"
 
-#: sql_help.c:5519
+#: sql_help.c:5553
 msgid "define a new domain"
 msgstr "definiert eine neue Domäne"
 
-#: sql_help.c:5525
+#: sql_help.c:5559
 msgid "define a new event trigger"
 msgstr "definiert einen neuen Ereignistrigger"
 
-#: sql_help.c:5531
+#: sql_help.c:5565
 msgid "install an extension"
 msgstr "installiert eine Erweiterung"
 
-#: sql_help.c:5537
+#: sql_help.c:5571
 msgid "define a new foreign-data wrapper"
 msgstr "definiert einen neuen Fremddaten-Wrapper"
 
-#: sql_help.c:5543
+#: sql_help.c:5577
 msgid "define a new foreign table"
 msgstr "definiert eine neue Fremdtabelle"
 
-#: sql_help.c:5549
+#: sql_help.c:5583
 msgid "define a new function"
 msgstr "definiert eine neue Funktion"
 
-#: sql_help.c:5555 sql_help.c:5615 sql_help.c:5717
+#: sql_help.c:5589 sql_help.c:5649 sql_help.c:5751
 msgid "define a new database role"
 msgstr "definiert eine neue Datenbankrolle"
 
-#: sql_help.c:5561
+#: sql_help.c:5595
 msgid "define a new index"
 msgstr "definiert einen neuen Index"
 
-#: sql_help.c:5567
+#: sql_help.c:5601
 msgid "define a new procedural language"
 msgstr "definiert eine neue prozedurale Sprache"
 
-#: sql_help.c:5573
+#: sql_help.c:5607
 msgid "define a new materialized view"
 msgstr "definiert eine neue materialisierte Sicht"
 
-#: sql_help.c:5579
+#: sql_help.c:5613
 msgid "define a new operator"
 msgstr "definiert einen neuen Operator"
 
-#: sql_help.c:5585
+#: sql_help.c:5619
 msgid "define a new operator class"
 msgstr "definiert eine neue Operatorklasse"
 
-#: sql_help.c:5591
+#: sql_help.c:5625
 msgid "define a new operator family"
 msgstr "definiert eine neue Operatorfamilie"
 
-#: sql_help.c:5597
+#: sql_help.c:5631
 msgid "define a new row-level security policy for a table"
 msgstr "definiert eine neue Policy für Sicherheit auf Zeilenebene für eine Tabelle"
 
-#: sql_help.c:5603
+#: sql_help.c:5637
 msgid "define a new procedure"
 msgstr "definiert eine neue Prozedur"
 
-#: sql_help.c:5609
+#: sql_help.c:5643
 msgid "define a new publication"
 msgstr "definiert eine neue Publikation"
 
-#: sql_help.c:5621
+#: sql_help.c:5655
 msgid "define a new rewrite rule"
 msgstr "definiert eine neue Umschreiberegel"
 
-#: sql_help.c:5627
+#: sql_help.c:5661
 msgid "define a new schema"
 msgstr "definiert ein neues Schema"
 
-#: sql_help.c:5633
+#: sql_help.c:5667
 msgid "define a new sequence generator"
 msgstr "definiert einen neuen Sequenzgenerator"
 
-#: sql_help.c:5639
+#: sql_help.c:5673
 msgid "define a new foreign server"
 msgstr "definiert einen neuen Fremdserver"
 
-#: sql_help.c:5645
+#: sql_help.c:5679
 msgid "define extended statistics"
 msgstr "definiert erweiterte Statistiken"
 
-#: sql_help.c:5651
+#: sql_help.c:5685
 msgid "define a new subscription"
 msgstr "definiert eine neue Subskription"
 
-#: sql_help.c:5657
+#: sql_help.c:5691
 msgid "define a new table"
 msgstr "definiert eine neue Tabelle"
 
-#: sql_help.c:5663 sql_help.c:6185
+#: sql_help.c:5697 sql_help.c:6219
 msgid "define a new table from the results of a query"
 msgstr "definiert eine neue Tabelle aus den Ergebnissen einer Anfrage"
 
-#: sql_help.c:5669
+#: sql_help.c:5703
 msgid "define a new tablespace"
 msgstr "definiert einen neuen Tablespace"
 
-#: sql_help.c:5675
+#: sql_help.c:5709
 msgid "define a new text search configuration"
 msgstr "definiert eine neue Textsuchekonfiguration"
 
-#: sql_help.c:5681
+#: sql_help.c:5715
 msgid "define a new text search dictionary"
 msgstr "definiert ein neues Textsuchewörterbuch"
 
-#: sql_help.c:5687
+#: sql_help.c:5721
 msgid "define a new text search parser"
 msgstr "definiert einen neuen Textsucheparser"
 
-#: sql_help.c:5693
+#: sql_help.c:5727
 msgid "define a new text search template"
 msgstr "definiert eine neue Textsuchevorlage"
 
-#: sql_help.c:5699
+#: sql_help.c:5733
 msgid "define a new transform"
 msgstr "definiert eine neue Transformation"
 
-#: sql_help.c:5705
+#: sql_help.c:5739
 msgid "define a new trigger"
 msgstr "definiert einen neuen Trigger"
 
-#: sql_help.c:5711
+#: sql_help.c:5745
 msgid "define a new data type"
 msgstr "definiert einen neuen Datentyp"
 
-#: sql_help.c:5723
+#: sql_help.c:5757
 msgid "define a new mapping of a user to a foreign server"
 msgstr "definiert eine neue Abbildung eines Benutzers auf einen Fremdserver"
 
-#: sql_help.c:5729
+#: sql_help.c:5763
 msgid "define a new view"
 msgstr "definiert eine neue Sicht"
 
-#: sql_help.c:5735
+#: sql_help.c:5769
 msgid "deallocate a prepared statement"
 msgstr "gibt einen vorbereiteten Befehl frei"
 
-#: sql_help.c:5741
+#: sql_help.c:5775
 msgid "define a cursor"
 msgstr "definiert einen Cursor"
 
-#: sql_help.c:5747
+#: sql_help.c:5781
 msgid "delete rows of a table"
 msgstr "löscht Zeilen einer Tabelle"
 
-#: sql_help.c:5753
+#: sql_help.c:5787
 msgid "discard session state"
 msgstr "verwirft den Sitzungszustand"
 
-#: sql_help.c:5759
+#: sql_help.c:5793
 msgid "execute an anonymous code block"
 msgstr "führt einen anonymen Codeblock aus"
 
-#: sql_help.c:5765
+#: sql_help.c:5799
 msgid "remove an access method"
 msgstr "entfernt eine Zugriffsmethode"
 
-#: sql_help.c:5771
+#: sql_help.c:5805
 msgid "remove an aggregate function"
 msgstr "entfernt eine Aggregatfunktion"
 
-#: sql_help.c:5777
+#: sql_help.c:5811
 msgid "remove a cast"
 msgstr "entfernt eine Typumwandlung"
 
-#: sql_help.c:5783
+#: sql_help.c:5817
 msgid "remove a collation"
 msgstr "entfernt eine Sortierfolge"
 
-#: sql_help.c:5789
+#: sql_help.c:5823
 msgid "remove a conversion"
 msgstr "entfernt eine Zeichensatzkonversion"
 
-#: sql_help.c:5795
+#: sql_help.c:5829
 msgid "remove a database"
 msgstr "entfernt eine Datenbank"
 
-#: sql_help.c:5801
+#: sql_help.c:5835
 msgid "remove a domain"
 msgstr "entfernt eine Domäne"
 
-#: sql_help.c:5807
+#: sql_help.c:5841
 msgid "remove an event trigger"
 msgstr "entfernt einen Ereignistrigger"
 
-#: sql_help.c:5813
+#: sql_help.c:5847
 msgid "remove an extension"
 msgstr "entfernt eine Erweiterung"
 
-#: sql_help.c:5819
+#: sql_help.c:5853
 msgid "remove a foreign-data wrapper"
 msgstr "entfernt einen Fremddaten-Wrapper"
 
-#: sql_help.c:5825
+#: sql_help.c:5859
 msgid "remove a foreign table"
 msgstr "entfernt eine Fremdtabelle"
 
-#: sql_help.c:5831
+#: sql_help.c:5865
 msgid "remove a function"
 msgstr "entfernt eine Funktion"
 
-#: sql_help.c:5837 sql_help.c:5903 sql_help.c:6005
+#: sql_help.c:5871 sql_help.c:5937 sql_help.c:6039
 msgid "remove a database role"
 msgstr "entfernt eine Datenbankrolle"
 
-#: sql_help.c:5843
+#: sql_help.c:5877
 msgid "remove an index"
 msgstr "entfernt einen Index"
 
-#: sql_help.c:5849
+#: sql_help.c:5883
 msgid "remove a procedural language"
 msgstr "entfernt eine prozedurale Sprache"
 
-#: sql_help.c:5855
+#: sql_help.c:5889
 msgid "remove a materialized view"
 msgstr "entfernt eine materialisierte Sicht"
 
-#: sql_help.c:5861
+#: sql_help.c:5895
 msgid "remove an operator"
 msgstr "entfernt einen Operator"
 
-#: sql_help.c:5867
+#: sql_help.c:5901
 msgid "remove an operator class"
 msgstr "entfernt eine Operatorklasse"
 
-#: sql_help.c:5873
+#: sql_help.c:5907
 msgid "remove an operator family"
 msgstr "entfernt eine Operatorfamilie"
 
-#: sql_help.c:5879
+#: sql_help.c:5913
 msgid "remove database objects owned by a database role"
 msgstr "entfernt die einer Datenbankrolle gehörenden Datenbankobjekte"
 
-#: sql_help.c:5885
+#: sql_help.c:5919
 msgid "remove a row-level security policy from a table"
 msgstr "entfernt eine Policy für Sicherheit auf Zeilenebene von einer Tabelle"
 
-#: sql_help.c:5891
+#: sql_help.c:5925
 msgid "remove a procedure"
 msgstr "entfernt eine Prozedur"
 
-#: sql_help.c:5897
+#: sql_help.c:5931
 msgid "remove a publication"
 msgstr "entfernt eine Publikation"
 
-#: sql_help.c:5909
+#: sql_help.c:5943
 msgid "remove a routine"
 msgstr "entfernt eine Routine"
 
-#: sql_help.c:5915
+#: sql_help.c:5949
 msgid "remove a rewrite rule"
 msgstr "entfernt eine Umschreiberegel"
 
-#: sql_help.c:5921
+#: sql_help.c:5955
 msgid "remove a schema"
 msgstr "entfernt ein Schema"
 
-#: sql_help.c:5927
+#: sql_help.c:5961
 msgid "remove a sequence"
 msgstr "entfernt eine Sequenz"
 
-#: sql_help.c:5933
+#: sql_help.c:5967
 msgid "remove a foreign server descriptor"
 msgstr "entfernt einen Fremdserverdeskriptor"
 
-#: sql_help.c:5939
+#: sql_help.c:5973
 msgid "remove extended statistics"
 msgstr "entfernt erweiterte Statistiken"
 
-#: sql_help.c:5945
+#: sql_help.c:5979
 msgid "remove a subscription"
 msgstr "entfernt eine Subskription"
 
-#: sql_help.c:5951
+#: sql_help.c:5985
 msgid "remove a table"
 msgstr "entfernt eine Tabelle"
 
-#: sql_help.c:5957
+#: sql_help.c:5991
 msgid "remove a tablespace"
 msgstr "entfernt einen Tablespace"
 
-#: sql_help.c:5963
+#: sql_help.c:5997
 msgid "remove a text search configuration"
 msgstr "entfernt eine Textsuchekonfiguration"
 
-#: sql_help.c:5969
+#: sql_help.c:6003
 msgid "remove a text search dictionary"
 msgstr "entfernt ein Textsuchewörterbuch"
 
-#: sql_help.c:5975
+#: sql_help.c:6009
 msgid "remove a text search parser"
 msgstr "entfernt einen Textsucheparser"
 
-#: sql_help.c:5981
+#: sql_help.c:6015
 msgid "remove a text search template"
 msgstr "entfernt eine Textsuchevorlage"
 
-#: sql_help.c:5987
+#: sql_help.c:6021
 msgid "remove a transform"
 msgstr "entfernt eine Transformation"
 
-#: sql_help.c:5993
+#: sql_help.c:6027
 msgid "remove a trigger"
 msgstr "entfernt einen Trigger"
 
-#: sql_help.c:5999
+#: sql_help.c:6033
 msgid "remove a data type"
 msgstr "entfernt einen Datentyp"
 
-#: sql_help.c:6011
+#: sql_help.c:6045
 msgid "remove a user mapping for a foreign server"
 msgstr "entfernt eine Benutzerabbildung für einen Fremdserver"
 
-#: sql_help.c:6017
+#: sql_help.c:6051
 msgid "remove a view"
 msgstr "entfernt eine Sicht"
 
-#: sql_help.c:6029
+#: sql_help.c:6063
 msgid "execute a prepared statement"
 msgstr "führt einen vorbereiteten Befehl aus"
 
-#: sql_help.c:6035
+#: sql_help.c:6069
 msgid "show the execution plan of a statement"
 msgstr "zeigt den Ausführungsplan eines Befehls"
 
-#: sql_help.c:6041
+#: sql_help.c:6075
 msgid "retrieve rows from a query using a cursor"
 msgstr "liest Zeilen aus einer Anfrage mit einem Cursor"
 
-#: sql_help.c:6047
+#: sql_help.c:6081
 msgid "define access privileges"
 msgstr "definiert Zugriffsprivilegien"
 
-#: sql_help.c:6053
+#: sql_help.c:6087
 msgid "import table definitions from a foreign server"
 msgstr "importiert Tabellendefinitionen von einem Fremdserver"
 
-#: sql_help.c:6059
+#: sql_help.c:6093
 msgid "create new rows in a table"
 msgstr "erzeugt neue Zeilen in einer Tabelle"
 
-#: sql_help.c:6065
+#: sql_help.c:6099
 msgid "listen for a notification"
 msgstr "hört auf eine Benachrichtigung"
 
-#: sql_help.c:6071
+#: sql_help.c:6105
 msgid "load a shared library file"
 msgstr "lädt eine dynamische Bibliotheksdatei"
 
-#: sql_help.c:6077
+#: sql_help.c:6111
 msgid "lock a table"
 msgstr "sperrt eine Tabelle"
 
-#: sql_help.c:6083
+#: sql_help.c:6117
 msgid "conditionally insert, update, or delete rows of a table"
 msgstr "fügt Zeilen in eine Tabelle ein oder ändert oder löscht Zeilen einer Tabelle, abhängig von Bedingungen"
 
-#: sql_help.c:6089
+#: sql_help.c:6123
 msgid "position a cursor"
 msgstr "positioniert einen Cursor"
 
-#: sql_help.c:6095
+#: sql_help.c:6129
 msgid "generate a notification"
 msgstr "erzeugt eine Benachrichtigung"
 
-#: sql_help.c:6101
+#: sql_help.c:6135
 msgid "prepare a statement for execution"
 msgstr "bereitet einen Befehl zur Ausführung vor"
 
-#: sql_help.c:6107
+#: sql_help.c:6141
 msgid "prepare the current transaction for two-phase commit"
 msgstr "bereitet die aktuelle Transaktion für Two-Phase-Commit vor"
 
-#: sql_help.c:6113
+#: sql_help.c:6147
 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.c:6119
+#: sql_help.c:6153
 msgid "replace the contents of a materialized view"
 msgstr "ersetzt den Inhalt einer materialisierten Sicht"
 
-#: sql_help.c:6125
+#: sql_help.c:6159
 msgid "rebuild indexes"
 msgstr "baut Indexe neu"
 
-#: sql_help.c:6131
+#: sql_help.c:6165
 msgid "release a previously defined savepoint"
 msgstr "gibt einen zuvor definierten Sicherungspunkt frei"
 
-#: sql_help.c:6137
+#: sql_help.c:6171
 msgid "restore the value of a run-time parameter to the default value"
 msgstr "setzt einen Konfigurationsparameter auf die Voreinstellung zurück"
 
-#: sql_help.c:6143
+#: sql_help.c:6177
 msgid "remove access privileges"
 msgstr "entfernt Zugriffsprivilegien"
 
-#: sql_help.c:6155
+#: sql_help.c:6189
 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.c:6161
+#: sql_help.c:6195
 msgid "roll back to a savepoint"
 msgstr "rollt eine Transaktion bis zu einem Sicherungspunkt zurück"
 
-#: sql_help.c:6167
+#: sql_help.c:6201
 msgid "define a new savepoint within the current transaction"
 msgstr "definiert einen neuen Sicherungspunkt in der aktuellen Transaktion"
 
-#: sql_help.c:6173
+#: sql_help.c:6207
 msgid "define or change a security label applied to an object"
 msgstr "definiert oder ändert ein Security-Label eines Objektes"
 
-#: sql_help.c:6179 sql_help.c:6233 sql_help.c:6269
+#: sql_help.c:6213 sql_help.c:6267 sql_help.c:6303
 msgid "retrieve rows from a table or view"
 msgstr "liest Zeilen aus einer Tabelle oder Sicht"
 
-#: sql_help.c:6191
+#: sql_help.c:6225
 msgid "change a run-time parameter"
 msgstr "ändert einen Konfigurationsparameter"
 
-#: sql_help.c:6197
+#: sql_help.c:6231
 msgid "set constraint check timing for the current transaction"
 msgstr "setzt die Zeitsteuerung für Check-Constraints in der aktuellen Transaktion"
 
-#: sql_help.c:6203
+#: sql_help.c:6237
 msgid "set the current user identifier of the current session"
 msgstr "setzt den aktuellen Benutzernamen der aktuellen Sitzung"
 
-#: sql_help.c:6209
+#: sql_help.c:6243
 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.c:6215
+#: sql_help.c:6249
 msgid "set the characteristics of the current transaction"
 msgstr "setzt die Charakteristika der aktuellen Transaktion"
 
-#: sql_help.c:6221
+#: sql_help.c:6255
 msgid "show the value of a run-time parameter"
 msgstr "zeigt den Wert eines Konfigurationsparameters"
 
-#: sql_help.c:6239
+#: sql_help.c:6273
 msgid "empty a table or set of tables"
 msgstr "leert eine oder mehrere Tabellen"
 
-#: sql_help.c:6245
+#: sql_help.c:6279
 msgid "stop listening for a notification"
 msgstr "beendet das Hören auf eine Benachrichtigung"
 
-#: sql_help.c:6251
+#: sql_help.c:6285
 msgid "update rows of a table"
 msgstr "aktualisiert Zeilen einer Tabelle"
 
-#: sql_help.c:6257
+#: sql_help.c:6291
 msgid "garbage-collect and optionally analyze a database"
 msgstr "säubert und analysiert eine Datenbank"
 
-#: sql_help.c:6263
+#: sql_help.c:6297
 msgid "compute a set of rows"
 msgstr "berechnet eine Zeilenmenge"
 
@@ -6599,7 +6620,7 @@ msgstr "überflüssiges Kommandozeilenargument »%s« ignoriert"
 msgid "could not find own program executable"
 msgstr "konnte eigene Programmdatei nicht finden"
 
-#: tab-complete.c:6178
+#: tab-complete.c:6230
 #, c-format
 msgid ""
 "tab completion query failed: %s\n"