Translation updates
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Jun 2012 23:23:14 +0000 (02:23 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Jun 2012 23:23:14 +0000 (02:23 +0300)
de/pgscripts.po
de/postgres.po
de/psql.po

index ca76339355b849055da99caadd01b9bbc703f739..f8775dae7095bb088f8035529f66f2faff03d582 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.2\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-06-03 16:17+0000\n"
-"PO-Revision-Date: 2012-06-03 22:00+0300\n"
+"POT-Creation-Date: 2012-06-14 23:12+0000\n"
+"PO-Revision-Date: 2012-06-16 00:37+0300\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "Language: de\n"
@@ -17,16 +17,16 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #: clusterdb.c:110 clusterdb.c:129 createdb.c:119 createdb.c:138
-#: createlang.c:89 createlang.c:120 createlang.c:173 createuser.c:163
+#: createlang.c:89 createlang.c:119 createlang.c:172 createuser.c:163
 #: createuser.c:178 dropdb.c:94 dropdb.c:103 dropdb.c:111 droplang.c:88
-#: droplang.c:119 droplang.c:173 dropuser.c:89 dropuser.c:104 dropuser.c:115
+#: droplang.c:118 droplang.c:172 dropuser.c:89 dropuser.c:104 dropuser.c:115
 #: reindexdb.c:120 reindexdb.c:139 vacuumdb.c:133 vacuumdb.c:153
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
 
-#: clusterdb.c:127 createdb.c:136 createlang.c:118 createuser.c:176
-#: dropdb.c:109 droplang.c:117 dropuser.c:102 reindexdb.c:137 vacuumdb.c:151
+#: clusterdb.c:127 createdb.c:136 createlang.c:117 createuser.c:176
+#: dropdb.c:109 droplang.c:116 dropuser.c:102 reindexdb.c:137 vacuumdb.c:151
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n"
@@ -34,7 +34,8 @@ msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n"
 #: clusterdb.c:139
 #, c-format
 msgid "%s: cannot cluster all databases and a specific one at the same time\n"
-msgstr "%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig clustern\n"
+msgstr ""
+"%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig clustern\n"
 
 #: clusterdb.c:145
 #, c-format
@@ -65,8 +66,8 @@ msgstr ""
 "%s clustert alle vorher geclusterten Tabellen in einer Datenbank.\n"
 "\n"
 
-#: clusterdb.c:249 createdb.c:252 createlang.c:235 createuser.c:329
-#: dropdb.c:155 droplang.c:236 dropuser.c:156 reindexdb.c:328 vacuumdb.c:342
+#: clusterdb.c:249 createdb.c:252 createlang.c:234 createuser.c:329
+#: dropdb.c:155 droplang.c:235 dropuser.c:156 reindexdb.c:328 vacuumdb.c:342
 #, c-format
 msgid "Usage:\n"
 msgstr "Aufruf:\n"
@@ -76,8 +77,8 @@ msgstr "Aufruf:\n"
 msgid "  %s [OPTION]... [DBNAME]\n"
 msgstr "  %s [OPTION]... [DBNAME]\n"
 
-#: clusterdb.c:251 createdb.c:254 createlang.c:237 createuser.c:331
-#: dropdb.c:157 droplang.c:238 dropuser.c:158 reindexdb.c:330 vacuumdb.c:344
+#: clusterdb.c:251 createdb.c:254 createlang.c:236 createuser.c:331
+#: dropdb.c:157 droplang.c:237 dropuser.c:158 reindexdb.c:330 vacuumdb.c:344
 #, c-format
 msgid ""
 "\n"
@@ -96,10 +97,11 @@ msgstr "  -a, --all                 clustere alle Datenbanken\n"
 msgid "  -d, --dbname=DBNAME       database to cluster\n"
 msgstr "  -d, --dbname=DBNAME       zu clusternde Datenbank\n"
 
-#: clusterdb.c:254 createlang.c:239 createuser.c:335 dropdb.c:158
-#: droplang.c:240 dropuser.c:159 reindexdb.c:333
+#: clusterdb.c:254 createlang.c:238 createuser.c:335 dropdb.c:158
+#: droplang.c:239 dropuser.c:159 reindexdb.c:333
 #, c-format
-msgid "  -e, --echo                show the commands being sent to the server\n"
+msgid ""
+"  -e, --echo                show the commands being sent to the server\n"
 msgstr ""
 "  -e, --echo                zeige die Befehle, die an den Server\n"
 "                            gesendet werden\n"
@@ -119,20 +121,21 @@ msgstr "  -t, --table=TABELLE       clustere nur eine bestimmte Tabelle\n"
 msgid "  -v, --verbose             write a lot of output\n"
 msgstr "  -v, --verbose             erzeuge viele Meldungen\n"
 
-#: clusterdb.c:258 createlang.c:241 createuser.c:352 dropdb.c:161
-#: droplang.c:242 dropuser.c:163 reindexdb.c:338
+#: clusterdb.c:258 createlang.c:240 createuser.c:352 dropdb.c:161
+#: droplang.c:241 dropuser.c:163 reindexdb.c:338
 #, c-format
 msgid "  --help                    show this help, then exit\n"
 msgstr "  --help                    diese Hilfe anzeigen, dann beenden\n"
 
-#: clusterdb.c:259 createlang.c:242 createuser.c:353 dropdb.c:162
-#: droplang.c:243 dropuser.c:164 reindexdb.c:339
+#: clusterdb.c:259 createlang.c:241 createuser.c:353 dropdb.c:162
+#: droplang.c:242 dropuser.c:164 reindexdb.c:339
 #, c-format
 msgid "  --version                 output version information, then exit\n"
-msgstr "  --version                 Versionsinformationen anzeigen, dann beenden\n"
+msgstr ""
+"  --version                 Versionsinformationen anzeigen, dann beenden\n"
 
-#: clusterdb.c:260 createdb.c:265 createlang.c:243 createuser.c:354
-#: dropdb.c:163 droplang.c:244 dropuser.c:165 reindexdb.c:340 vacuumdb.c:357
+#: clusterdb.c:260 createdb.c:265 createlang.c:242 createuser.c:354
+#: dropdb.c:163 droplang.c:243 dropuser.c:165 reindexdb.c:340 vacuumdb.c:357
 #, c-format
 msgid ""
 "\n"
@@ -141,40 +144,42 @@ msgstr ""
 "\n"
 "Verbindungsoptionen:\n"
 
-#: clusterdb.c:261 createlang.c:244 createuser.c:355 dropdb.c:164
-#: droplang.c:245 dropuser.c:166 reindexdb.c:341 vacuumdb.c:358
+#: clusterdb.c:261 createlang.c:243 createuser.c:355 dropdb.c:164
+#: droplang.c:244 dropuser.c:166 reindexdb.c:341 vacuumdb.c:358
 #, c-format
 msgid "  -h, --host=HOSTNAME       database server host or socket directory\n"
-msgstr "  -h, --host=HOSTNAME       Name des Datenbankservers oder Socket-Verzeichnis\n"
+msgstr ""
+"  -h, --host=HOSTNAME       Name des Datenbankservers oder Socket-"
+"Verzeichnis\n"
 
-#: clusterdb.c:262 createlang.c:245 createuser.c:356 dropdb.c:165
-#: droplang.c:246 dropuser.c:167 reindexdb.c:342 vacuumdb.c:359
+#: clusterdb.c:262 createlang.c:244 createuser.c:356 dropdb.c:165
+#: droplang.c:245 dropuser.c:167 reindexdb.c:342 vacuumdb.c:359
 #, c-format
 msgid "  -p, --port=PORT           database server port\n"
 msgstr "  -p, --port=PORT           Port des Datenbankservers\n"
 
-#: clusterdb.c:263 createlang.c:246 dropdb.c:166 droplang.c:247
+#: clusterdb.c:263 createlang.c:245 dropdb.c:166 droplang.c:246
 #: reindexdb.c:343 vacuumdb.c:360
 #, c-format
 msgid "  -U, --username=USERNAME   user name to connect as\n"
 msgstr "  -U, --username=NAME       Datenbankbenutzername\n"
 
-#: clusterdb.c:264 createlang.c:247 createuser.c:358 dropdb.c:167
-#: droplang.c:248 dropuser.c:169 reindexdb.c:344 vacuumdb.c:361
+#: clusterdb.c:264 createlang.c:246 createuser.c:358 dropdb.c:167
+#: droplang.c:247 dropuser.c:169 reindexdb.c:344 vacuumdb.c:361
 #, c-format
 msgid "  -w, --no-password         never prompt for password\n"
 msgstr "  -w, --no-password         niemals nach Passwort fragen\n"
 
-#: clusterdb.c:265 createlang.c:248 createuser.c:359 dropdb.c:168
-#: droplang.c:249 dropuser.c:170 reindexdb.c:345 vacuumdb.c:362
+#: clusterdb.c:265 createlang.c:247 createuser.c:359 dropdb.c:168
+#: droplang.c:248 dropuser.c:170 reindexdb.c:345 vacuumdb.c:362
 #, c-format
 msgid "  -W, --password            force password prompt\n"
 msgstr "  -W, --password            Passwortfrage erzwingen\n"
 
 #: clusterdb.c:266 dropdb.c:169 reindexdb.c:346 vacuumdb.c:363
-#, fuzzy, c-format
+#, c-format
 msgid "  --maintenance-db=DBNAME   alternate maintenance database\n"
-msgstr "  -l, --database=DBNAME    alternative Standarddatenbank\n"
+msgstr ""
 
 #: clusterdb.c:267
 #, c-format
@@ -186,8 +191,8 @@ msgstr ""
 "Für weitere Informationen lesen Sie bitte die Beschreibung des\n"
 "SQL-Befehls CLUSTER.\n"
 
-#: clusterdb.c:268 createdb.c:273 createlang.c:249 createuser.c:360
-#: dropdb.c:170 droplang.c:250 dropuser.c:171 reindexdb.c:348 vacuumdb.c:365
+#: clusterdb.c:268 createdb.c:273 createlang.c:248 createuser.c:360
+#: dropdb.c:170 droplang.c:249 dropuser.c:171 reindexdb.c:348 vacuumdb.c:365
 #, c-format
 msgid ""
 "\n"
@@ -300,7 +305,8 @@ msgstr "%s: Erzeugen der Datenbank ist fehlgeschlagen: %s"
 #: createdb.c:233
 #, c-format
 msgid "%s: comment creation failed (database was created): %s"
-msgstr "%s: Erzeugen des Kommentars ist fehlgeschlagen (Datenbank wurde erzeugt): %s"
+msgstr ""
+"%s: Erzeugen des Kommentars ist fehlgeschlagen (Datenbank wurde erzeugt): %s"
 
 #: createdb.c:251
 #, c-format
@@ -323,7 +329,8 @@ msgstr "  -D, --tablespace=TABLESPACE  Standard-Tablespace der Datenbank\n"
 
 #: createdb.c:256
 #, c-format
-msgid "  -e, --echo                   show the commands being sent to the server\n"
+msgid ""
+"  -e, --echo                   show the commands being sent to the server\n"
 msgstr ""
 "  -e, --echo                   zeige die Befehle, die an den Server\n"
 "                               gesendet werden\n"
@@ -336,17 +343,20 @@ msgstr "  -E, --encoding=KODIERUNG     Kodierung für die Datenbank\n"
 #: createdb.c:258
 #, c-format
 msgid "  -l, --locale=LOCALE          locale settings for the database\n"
-msgstr "  -l, --locale=LOCALE          Lokale-Einstellungen für die Datenbank\n"
+msgstr ""
+"  -l, --locale=LOCALE          Lokale-Einstellungen für die Datenbank\n"
 
 #: createdb.c:259
 #, c-format
 msgid "      --lc-collate=LOCALE      LC_COLLATE setting for the database\n"
-msgstr "      --lc-collate=LOCALE      LC_COLLATE-Einstellung für die Datenbank\n"
+msgstr ""
+"      --lc-collate=LOCALE      LC_COLLATE-Einstellung für die Datenbank\n"
 
 #: createdb.c:260
 #, c-format
 msgid "      --lc-ctype=LOCALE        LC_CTYPE setting for the database\n"
-msgstr "      --lc-ctype=LOCALE        LC_CTYPE-Einstellung für die Datenbank\n"
+msgstr ""
+"      --lc-ctype=LOCALE        LC_CTYPE-Einstellung für die Datenbank\n"
 
 #: createdb.c:261
 #, c-format
@@ -366,12 +376,16 @@ msgstr "  --help                       diese Hilfe anzeigen, dann beenden\n"
 #: createdb.c:264
 #, c-format
 msgid "  --version                    output version information, then exit\n"
-msgstr "  --version                    Versionsinformationen anzeigen, dann beenden\n"
+msgstr ""
+"  --version                    Versionsinformationen anzeigen, dann beenden\n"
 
 #: createdb.c:266
 #, c-format
-msgid "  -h, --host=HOSTNAME          database server host or socket directory\n"
-msgstr "  -h, --host=HOSTNAME          Name des Datenbankservers oder Socket-Verzeichnis\n"
+msgid ""
+"  -h, --host=HOSTNAME          database server host or socket directory\n"
+msgstr ""
+"  -h, --host=HOSTNAME          Name des Datenbankservers oder Socket-"
+"Verzeichnis\n"
 
 #: createdb.c:267
 #, c-format
@@ -394,9 +408,9 @@ msgid "  -W, --password               force password prompt\n"
 msgstr "  -W, --password               Passwortfrage erzwingen\n"
 
 #: createdb.c:271
-#, fuzzy, c-format
+#, c-format
 msgid "  --maintenance-db=DBNAME      alternate maintenance database\n"
-msgstr "  -l, --database=DBNAME    alternative Standarddatenbank\n"
+msgstr ""
 
 #: createdb.c:272
 #, c-format
@@ -408,42 +422,42 @@ msgstr ""
 "Wenn nichts anderes angegeben ist, dann wird eine Datenbank mit dem Namen\n"
 "des aktuellen Benutzers erzeugt.\n"
 
-#: createlang.c:150 droplang.c:149
+#: createlang.c:149 droplang.c:148
 msgid "Name"
 msgstr "Name"
 
-#: createlang.c:151 droplang.c:150
+#: createlang.c:150 droplang.c:149
 msgid "no"
 msgstr "nein"
 
-#: createlang.c:151 droplang.c:150
+#: createlang.c:150 droplang.c:149
 msgid "yes"
 msgstr "ja"
 
-#: createlang.c:152 droplang.c:151
+#: createlang.c:151 droplang.c:150
 msgid "Trusted?"
 msgstr "Vertraut?"
 
-#: createlang.c:161 droplang.c:160
+#: createlang.c:160 droplang.c:159
 msgid "Procedural Languages"
 msgstr "Prozedurale Sprachen"
 
-#: createlang.c:172 droplang.c:171
+#: createlang.c:171 droplang.c:170
 #, c-format
 msgid "%s: missing required argument language name\n"
 msgstr "%s: Sprachenname als Argument fehlt\n"
 
-#: createlang.c:196
+#: createlang.c:195
 #, c-format
 msgid "%s: language \"%s\" is already installed in database \"%s\"\n"
 msgstr "%s: Sprache »%s« ist bereits in Datenbank »%s« installiert\n"
 
-#: createlang.c:218
+#: createlang.c:217
 #, c-format
 msgid "%s: language installation failed: %s"
 msgstr "%s: Installation der Sprache fehlgeschlagen: %s"
 
-#: createlang.c:234
+#: createlang.c:233
 #, c-format
 msgid ""
 "%s installs a procedural language into a PostgreSQL database.\n"
@@ -452,22 +466,24 @@ msgstr ""
 "%s installiert eine prozedurale Sprache in einer PostgreSQL-Datenbank.\n"
 "\n"
 
-#: createlang.c:236 droplang.c:237
+#: createlang.c:235 droplang.c:236
 #, c-format
 msgid "  %s [OPTION]... LANGNAME [DBNAME]\n"
 msgstr "  %s [OPTION]... SPRACHE [DBNAME]\n"
 
-#: createlang.c:238
+#: createlang.c:237
 #, c-format
 msgid "  -d, --dbname=DBNAME       database to install language in\n"
 msgstr ""
 "  -d, --dbname=DBNAME       Datenbank, in der die Sprache installiert\n"
 "                            werden soll\n"
 
-#: createlang.c:240 droplang.c:241
+#: createlang.c:239 droplang.c:240
 #, c-format
-msgid "  -l, --list                show a list of currently installed languages\n"
-msgstr "  -l, --list                zeige Liste gegenwärtig installierter Sprachen\n"
+msgid ""
+"  -l, --list                show a list of currently installed languages\n"
+msgstr ""
+"  -l, --list                zeige Liste gegenwärtig installierter Sprachen\n"
 
 #: createuser.c:185
 msgid "Enter name of role to add: "
@@ -524,7 +540,8 @@ msgstr "  %s [OPTION]... [ROLLENNAME]\n"
 
 #: createuser.c:332
 #, c-format
-msgid "  -c, --connection-limit=N  connection limit for role (default: no limit)\n"
+msgid ""
+"  -c, --connection-limit=N  connection limit for role (default: no limit)\n"
 msgstr ""
 "  -c, --connection-limit=N  Hochzahl an Verbindungen für Rolle\n"
 "                            (Voreinstellung: keine Begrenzung)\n"
@@ -537,7 +554,9 @@ msgstr "  -d, --createdb            Rolle kann neue Datenbanken erzeugen\n"
 #: createuser.c:334
 #, c-format
 msgid "  -D, --no-createdb         role cannot create databases (default)\n"
-msgstr "  -D, --no-createdb         Rolle kann keine Datenbanken erzeugen (Voreinstellung)\n"
+msgstr ""
+"  -D, --no-createdb         Rolle kann keine Datenbanken erzeugen "
+"(Voreinstellung)\n"
 
 #: createuser.c:336
 #, c-format
@@ -561,7 +580,8 @@ msgstr "  -I, --no-inherit          Rolle erbt keine Privilegien\n"
 #: createuser.c:340
 #, c-format
 msgid "  -l, --login               role can login (default)\n"
-msgstr "  -l, --login               Rolle kann sich anmelden (Voreinstellung)\n"
+msgstr ""
+"  -l, --login               Rolle kann sich anmelden (Voreinstellung)\n"
 
 #: createuser.c:341
 #, c-format
@@ -571,7 +591,8 @@ msgstr "  -L, --no-login            Rolle kann sich nicht anmelden\n"
 #: createuser.c:342
 #, c-format
 msgid "  -N, --unencrypted         do not encrypt stored password\n"
-msgstr "  -N, --unencrypted         verschlüssle das gespeicherte Passwort nicht\n"
+msgstr ""
+"  -N, --unencrypted         verschlüssle das gespeicherte Passwort nicht\n"
 
 #: createuser.c:343
 #, c-format
@@ -586,7 +607,9 @@ msgstr "  -r, --createrole          Rolle kann neue Rollen erzeugen\n"
 #: createuser.c:345
 #, c-format
 msgid "  -R, --no-createrole       role cannot create roles (default)\n"
-msgstr "  -R, --no-createrole       Rolle kann keine Rollen erzeugen (Voreinstellung)\n"
+msgstr ""
+"  -R, --no-createrole       Rolle kann keine Rollen erzeugen "
+"(Voreinstellung)\n"
 
 #: createuser.c:346
 #, c-format
@@ -596,30 +619,32 @@ msgstr "  -s, --superuser           Rolle wird Superuser\n"
 #: createuser.c:347
 #, c-format
 msgid "  -S, --no-superuser        role will not be superuser (default)\n"
-msgstr "  -S, --no-superuser        Rolle wird kein Superuser (Voreinstellung)\n"
+msgstr ""
+"  -S, --no-superuser        Rolle wird kein Superuser (Voreinstellung)\n"
 
 #: createuser.c:348
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "  --interactive             prompt for missing role name and attributes rather\n"
 "                            than using defaults\n"
 msgstr ""
-"  -i, --inherit             Rolle erbt alle Privilegien von Rollen, deren\n"
-"                            Mitglied sie ist (Voreinstellung)\n"
+"  --interactive             nach fehlenden Rollennamen und -attributen fragen\n"
+"                            anstatt Vorgabewerte zu nehmen\n"
 
 #: createuser.c:350
-#, fuzzy, c-format
+#, c-format
 msgid "  --replication             role can initiate replication\n"
-msgstr "  -L, --no-login            Rolle kann sich nicht anmelden\n"
+msgstr "  --replication             Rolle kann Replikation einleiten\n"
 
 #: createuser.c:351
-#, fuzzy, c-format
+#, c-format
 msgid "  --no-replication          role cannot initiate replication\n"
-msgstr "  -L, --no-login            Rolle kann sich nicht anmelden\n"
+msgstr "  --no-replication          Rolle kann Replikation nicht einleiten\n"
 
 #: createuser.c:357
 #, c-format
-msgid "  -U, --username=USERNAME   user name to connect as (not the one to create)\n"
+msgid ""
+"  -U, --username=USERNAME   user name to connect as (not the one to create)\n"
 msgstr ""
 "  -U, --username=BENUTZER   Datenbankbenutzername für die Verbindung\n"
 "                            (nicht der Name des neuen Benutzers)\n"
@@ -660,24 +685,26 @@ msgstr "  %s [OPTION]... DBNAME\n"
 #: dropdb.c:159
 #, c-format
 msgid "  -i, --interactive         prompt before deleting anything\n"
-msgstr "  -i, --interactive         frage nach, bevor irgendetwas gelöscht wird\n"
+msgstr ""
+"  -i, --interactive         frage nach, bevor irgendetwas gelöscht wird\n"
 
 #: dropdb.c:160
-#, fuzzy, c-format
-msgid "  --if-exists               don't report error if database doesn't exist\n"
-msgstr "  -l, --list               verfügbare Datenbanken auflisten und beenden\n"
+#, c-format
+msgid ""
+"  --if-exists               don't report error if database doesn't exist\n"
+msgstr "  --if-exists              keinen Fehler ausgeben, wenn Datenbank nicht existiert\n"
 
-#: droplang.c:202
+#: droplang.c:201
 #, c-format
 msgid "%s: language \"%s\" is not installed in database \"%s\"\n"
 msgstr "%s: Sprache »%s« ist nicht in Datenbank »%s« installiert\n"
 
-#: droplang.c:220
+#: droplang.c:219
 #, c-format
 msgid "%s: language removal failed: %s"
 msgstr "%s: Löschen der Sprache fehlgeschlagen: %s"
 
-#: droplang.c:235
+#: droplang.c:234
 #, c-format
 msgid ""
 "%s removes a procedural language from a database.\n"
@@ -686,9 +713,10 @@ msgstr ""
 "%s löscht eine prozedurale Sprache aus einer Datenbank.\n"
 "\n"
 
-#: droplang.c:239
+#: droplang.c:238
 #, c-format
-msgid "  -d, --dbname=DBNAME       database from which to remove the language\n"
+msgid ""
+"  -d, --dbname=DBNAME       database from which to remove the language\n"
 msgstr ""
 "  -d, --dbname=DBNAME       Datenbank, aus der die Sprache gelöscht\n"
 "                            werden soll\n"
@@ -722,20 +750,23 @@ msgstr ""
 "\n"
 
 #: dropuser.c:160
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "  -i, --interactive         prompt before deleting anything, and prompt for\n"
 "                            role name if not specified\n"
-msgstr "  -i, --interactive         frage nach, bevor irgendetwas gelöscht wird\n"
+msgstr ""
+"  -i, --interactive         nachfragen, bevor irgendetwas gelöscht wird, und\n"
+"                            nach Rollennamen fragen, wenn nicht angegeben\n"
 
 #: dropuser.c:162
-#, fuzzy, c-format
+#, c-format
 msgid "  --if-exists               don't report error if user doesn't exist\n"
-msgstr "  --version                Versionsinformationen anzeigen, dann beenden\n"
+msgstr "  --if-exists              keinen Fehler ausgeben, wenn Benutzer nicht existiert\n"
 
 #: dropuser.c:168
 #, c-format
-msgid "  -U, --username=USERNAME   user name to connect as (not the one to drop)\n"
+msgid ""
+"  -U, --username=USERNAME   user name to connect as (not the one to drop)\n"
 msgstr ""
 "  -U, --username=BENUTZER   Datenbankbenutzername für die Verbindung\n"
 "                            (nicht der Name des zu löschenden Benutzers)\n"
@@ -743,32 +774,44 @@ msgstr ""
 #: reindexdb.c:149
 #, c-format
 msgid "%s: cannot reindex all databases and a specific one at the same time\n"
-msgstr "%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig reindizieren\n"
+msgstr ""
+"%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig "
+"reindizieren\n"
 
 #: reindexdb.c:154
 #, c-format
 msgid "%s: cannot reindex all databases and system catalogs at the same time\n"
-msgstr "%s: kann nicht alle Datenbanken und Systemkataloge gleichzeitig reindizieren\n"
+msgstr ""
+"%s: kann nicht alle Datenbanken und Systemkataloge gleichzeitig "
+"reindizieren\n"
 
 #: reindexdb.c:159
 #, c-format
 msgid "%s: cannot reindex a specific table in all databases\n"
-msgstr "%s: kann nicht eine bestimmte Tabelle in allen Datenbanken reindizieren\n"
+msgstr ""
+"%s: kann nicht eine bestimmte Tabelle in allen Datenbanken reindizieren\n"
 
 #: reindexdb.c:164
 #, c-format
 msgid "%s: cannot reindex a specific index in all databases\n"
-msgstr "%s: kann nicht einen bestimmten Index in allen Datenbanken reindizieren\n"
+msgstr ""
+"%s: kann nicht einen bestimmten Index in allen Datenbanken reindizieren\n"
 
 #: reindexdb.c:175
 #, c-format
-msgid "%s: cannot reindex a specific table and system catalogs at the same time\n"
-msgstr "%s: kann nicht eine bestimmte Tabelle und Systemkataloge gleichzeitig reindizieren\n"
+msgid ""
+"%s: cannot reindex a specific table and system catalogs at the same time\n"
+msgstr ""
+"%s: kann nicht eine bestimmte Tabelle und Systemkataloge gleichzeitig "
+"reindizieren\n"
 
 #: reindexdb.c:180
 #, c-format
-msgid "%s: cannot reindex a specific index and system catalogs at the same time\n"
-msgstr "%s: kann nicht einen bestimmten Index und Systemkataloge gleichzeitig reindizieren\n"
+msgid ""
+"%s: cannot reindex a specific index and system catalogs at the same time\n"
+msgstr ""
+"%s: kann nicht einen bestimmten Index und Systemkataloge gleichzeitig "
+"reindizieren\n"
 
 #: reindexdb.c:250
 #, c-format
@@ -842,17 +885,21 @@ msgstr ""
 #: vacuumdb.c:161
 #, c-format
 msgid "%s: cannot use the \"full\" option when performing only analyze\n"
-msgstr "%s: kann Option »full« nicht verwenden, wenn nur Analyze durchgeführt wird\n"
+msgstr ""
+"%s: kann Option »full« nicht verwenden, wenn nur Analyze durchgeführt wird\n"
 
 #: vacuumdb.c:167
 #, c-format
 msgid "%s: cannot use the \"freeze\" option when performing only analyze\n"
-msgstr "%s: kann Option »freeze« nicht verwenden, wenn nur Analyze durchgeführt wird\n"
+msgstr ""
+"%s: kann Option »freeze« nicht verwenden, wenn nur Analyze durchgeführt "
+"wird\n"
 
 #: vacuumdb.c:180
 #, c-format
 msgid "%s: cannot vacuum all databases and a specific one at the same time\n"
-msgstr "%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig vacuumen\n"
+msgstr ""
+"%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig vacuumen\n"
 
 #: vacuumdb.c:186
 #, c-format
@@ -886,16 +933,20 @@ msgstr ""
 #: vacuumdb.c:345
 #, c-format
 msgid "  -a, --all                       vacuum all databases\n"
-msgstr "  -a, --all                       führe Vacuum in allen Datenbanken aus\n"
+msgstr ""
+"  -a, --all                       führe Vacuum in allen Datenbanken aus\n"
 
 #: vacuumdb.c:346
 #, c-format
 msgid "  -d, --dbname=DBNAME             database to vacuum\n"
-msgstr "  -d, --dbname=DBNAME             führe Vacuum in dieser Datenbank aus\n"
+msgstr ""
+"  -d, --dbname=DBNAME             führe Vacuum in dieser Datenbank aus\n"
 
 #: vacuumdb.c:347
 #, c-format
-msgid "  -e, --echo                      show the commands being sent to the server\n"
+msgid ""
+"  -e, --echo                      show the commands being sent to the "
+"server\n"
 msgstr ""
 "  -e, --echo                      zeige die Befehle, die an den Server\n"
 "                                  gesendet werden\n"
@@ -908,7 +959,9 @@ msgstr "  -f, --full                      führe volles Vacuum durch\n"
 #: vacuumdb.c:349
 #, c-format
 msgid "  -F, --freeze                    freeze row transaction information\n"
-msgstr "  -F, --freeze                    Zeilentransaktionsinformationen einfrieren\n"
+msgstr ""
+"  -F, --freeze                    Zeilentransaktionsinformationen "
+"einfrieren\n"
 
 #: vacuumdb.c:350
 #, c-format
@@ -930,12 +983,16 @@ msgstr "  -v, --verbose                   erzeuge viele Meldungen\n"
 #: vacuumdb.c:353
 #, c-format
 msgid "  -z, --analyze                   update optimizer statistics\n"
-msgstr "  -z, --analyze                   aktualisiere Statistiken für den Optimierer\n"
+msgstr ""
+"  -z, --analyze                   aktualisiere Statistiken für den "
+"Optimierer\n"
 
 #: vacuumdb.c:354
 #, c-format
 msgid "  -Z, --analyze-only              only update optimizer statistics\n"
-msgstr "  -Z, --analyze-only              aktualisiere nur Statistiken für den Optimierer\n"
+msgstr ""
+"  -Z, --analyze-only              aktualisiere nur Statistiken für den "
+"Optimierer\n"
 
 #: vacuumdb.c:355
 #, c-format
@@ -944,8 +1001,11 @@ msgstr "  --help                          diese Hilfe anzeigen, dann beenden\n"
 
 #: vacuumdb.c:356
 #, c-format
-msgid "  --version                       output version information, then exit\n"
-msgstr "  --version                       Versionsinformationen anzeigen, dann beenden\n"
+msgid ""
+"  --version                       output version information, then exit\n"
+msgstr ""
+"  --version                       Versionsinformationen anzeigen, dann "
+"beenden\n"
 
 #: vacuumdb.c:364
 #, c-format
index 40fee6607f8cb441fef9c21ba7557a679e4db2bb..c77e003078c8a4685f2120f7d1caab00288ca959 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.2\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-06-06 18:41+0000\n"
-"PO-Revision-Date: 2012-06-12 00:15+0300\n"
+"POT-Creation-Date: 2012-06-14 23:10+0000\n"
+"PO-Revision-Date: 2012-06-16 01:01+0300\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "Language: de\n"
@@ -147,8 +147,12 @@ msgstr "Versuche werden für 30 Sekunden wiederholt."
 
 #: ../port/open.c:115
 #, c-format
-msgid "You might have antivirus, backup, or similar software interfering with the database system."
-msgstr "Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche Software das Datenbanksystem."
+msgid ""
+"You might have antivirus, backup, or similar software interfering with the "
+"database system."
+msgstr ""
+"Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche "
+"Software das Datenbanksystem."
 
 #: ../port/strerror.c:25
 #, c-format
@@ -189,7 +193,8 @@ msgstr "nicht unterstützter Formatcode: %d"
 #: access/common/reloptions.c:351
 #, c-format
 msgid "user-defined relation parameter types limit exceeded"
-msgstr "Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten"
+msgstr ""
+"Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten"
 
 #: access/common/reloptions.c:635
 #, c-format
@@ -244,30 +249,39 @@ msgstr "Gültige Werte sind zwischen »%f« und »%f«."
 #: access/common/tupconvert.c:107
 #, c-format
 msgid "Returned type %s does not match expected type %s in column %d."
-msgstr "Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s überein."
+msgstr ""
+"Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s "
+"überein."
 
 #: access/common/tupconvert.c:135
 #, c-format
-msgid "Number of returned columns (%d) does not match expected column count (%d)."
-msgstr "Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten Spaltenanzahl (%d)."
+msgid ""
+"Number of returned columns (%d) does not match expected column count (%d)."
+msgstr ""
+"Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten "
+"Spaltenanzahl (%d)."
 
 #: access/common/tupconvert.c:240
 #, c-format
-msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s."
-msgstr "Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von Typ %s überein."
+msgid ""
+"Attribute \"%s\" of type %s does not match corresponding attribute of type "
+"%s."
+msgstr ""
+"Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von "
+"Typ %s überein."
 
 #: access/common/tupconvert.c:252
 #, c-format
 msgid "Attribute \"%s\" of type %s does not exist in type %s."
 msgstr "Attribut »%s« von Typ %s existiert nicht in Typ %s."
 
-#: access/common/tupdesc.c:585 parser/parse_relation.c:1175
+#: access/common/tupdesc.c:585 parser/parse_relation.c:1176
 #, c-format
 msgid "column \"%s\" cannot be declared SETOF"
 msgstr "Spalte »%s« kann nicht als SETOF deklariert werden"
 
 #: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:530
-#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1889
+#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1890
 #, c-format
 msgid "index row size %lu exceeds maximum %lu for index \"%s\""
 msgstr "Größe %lu der Indexzeile überschreitet Maximum %lu für Index »%s«"
@@ -275,7 +289,9 @@ msgstr "Größe %lu der Indexzeile überschreitet Maximum %lu für Index »%s«"
 #: access/gin/ginscan.c:400
 #, c-format
 msgid "old GIN indexes do not support whole-index scans nor searches for nulls"
-msgstr "alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach NULL-Werten"
+msgstr ""
+"alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach "
+"NULL-Werten"
 
 #: access/gin/ginscan.c:401
 #, c-format
@@ -294,8 +310,12 @@ msgstr "Index »%s« enthält ein inneres Tupel, das als ungültig markiert ist"
 
 #: access/gist/gist.c:584 access/gist/gistvacuum.c:269
 #, c-format
-msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
-msgstr "Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor dem Upgrade auf PostgreSQL 9.1."
+msgid ""
+"This is caused by an incomplete page split at crash recovery before "
+"upgrading to PostgreSQL 9.1."
+msgstr ""
+"Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor "
+"dem Upgrade auf PostgreSQL 9.1."
 
 #: access/gist/gist.c:585 access/gist/gistutil.c:592
 #: access/gist/gistutil.c:603 access/gist/gistvacuum.c:270
@@ -328,8 +348,13 @@ msgstr "Picksplit-Methode für Spalte %d von Index »%s« fehlgeschlagen"
 
 #: access/gist/gistsplit.c:377
 #, c-format
-msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command."
-msgstr "Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-Befehl zu verwenden."
+msgid ""
+"The index is not optimal. To optimize it, contact a developer, or try to use "
+"the column as the second one in the CREATE INDEX command."
+msgstr ""
+"Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen "
+"Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-"
+"Befehl zu verwenden."
 
 #: access/gist/gistutil.c:589 access/hash/hashutil.c:169
 #: access/nbtree/nbtpage.c:431
@@ -348,11 +373,12 @@ msgstr "Index »%s« enthält korrupte Seite bei Block %u"
 msgid "index row size %lu exceeds hash maximum %lu"
 msgstr "Größe der Indexzeile %lu überschreitet Maximum für Hash-Index %lu"
 
-#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1893
+#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1894
 #: access/spgist/spgutils.c:667
 #, c-format
 msgid "Values larger than a buffer page cannot be indexed."
-msgstr "Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."
+msgstr ""
+"Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."
 
 #: access/hash/hashovfl.c:546
 #, c-format
@@ -381,14 +407,14 @@ msgid "\"%s\" is an index"
 msgstr "»%s« ist ein Index"
 
 #: access/heap/heapam.c:1069 access/heap/heapam.c:1097
-#: access/heap/heapam.c:1129 catalog/aclchk.c:1732 commands/tablecmds.c:8199
-#: commands/tablecmds.c:10384
+#: access/heap/heapam.c:1129 catalog/aclchk.c:1732 commands/tablecmds.c:8205
+#: commands/tablecmds.c:10391
 #, c-format
 msgid "\"%s\" is a composite type"
 msgstr "»%s« ist ein zusammengesetzter Typ"
 
-#: access/heap/heapam.c:3534 access/heap/heapam.c:3565
-#: access/heap/heapam.c:3600
+#: access/heap/heapam.c:3533 access/heap/heapam.c:3564
+#: access/heap/heapam.c:3599
 #, c-format
 msgid "could not obtain lock on row in relation \"%s\""
 msgstr "konnte Sperre für Zeile in Relation »%s« nicht setzen"
@@ -399,8 +425,8 @@ msgid "row is too big: size %lu, maximum size %lu"
 msgstr "Zeile ist zu groß: Größe ist %lu, Maximalgröße ist %lu"
 
 #: access/index/indexam.c:162 catalog/objectaddress.c:641
-#: commands/indexcmds.c:1791 commands/tablecmds.c:221
-#: commands/tablecmds.c:10375
+#: commands/indexcmds.c:1793 commands/tablecmds.c:221
+#: commands/tablecmds.c:10382
 #, c-format
 msgid "\"%s\" is not an index"
 msgstr "»%s« ist kein Index"
@@ -429,10 +455,13 @@ msgstr "Das kann daran liegen, dass der Indexausdruck nicht »immutable« ist."
 #, c-format
 msgid ""
 "Values larger than 1/3 of a buffer page cannot be indexed.\n"
-"Consider a function index of an MD5 hash of the value, or use full text indexing."
+"Consider a function index of an MD5 hash of the value, or use full text "
+"indexing."
 msgstr ""
-"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert werden.\n"
-"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder verwenden Sie Volltextindizierung."
+"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert "
+"werden.\n"
+"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder "
+"verwenden Sie Volltextindizierung."
 
 #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:363
 #: parser/parse_utilcmd.c:1570
@@ -443,7 +472,8 @@ msgstr "Index »%s« ist kein B-Tree"
 #: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:369
 #, c-format
 msgid "version mismatch in index \"%s\": file version %d, code version %d"
-msgstr "keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
+msgstr ""
+"keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
 
 #: access/spgist/spgutils.c:664
 #, fuzzy, c-format
@@ -532,134 +562,143 @@ msgstr "maximale Anzahl vorbereiteter Transaktionen erreicht"
 msgid "Increase max_prepared_transactions (currently %d)."
 msgstr "Erhöhen Sie max_prepared_transactions (aktuell %d)."
 
-#: access/transam/twophase.c:427
+#: access/transam/twophase.c:428
 #, c-format
 msgid "prepared transaction with identifier \"%s\" is busy"
 msgstr "vorbereitete Transaktion mit Bezeichner »%s« ist beschäftigt"
 
-#: access/transam/twophase.c:435
+#: access/transam/twophase.c:436
 #, c-format
 msgid "permission denied to finish prepared transaction"
 msgstr "keine Berechtigung, um vorbereitete Transaktion abzuschließen"
 
-#: access/transam/twophase.c:436
+#: access/transam/twophase.c:437
 #, c-format
 msgid "Must be superuser or the user that prepared the transaction."
-msgstr "Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet hat."
+msgstr ""
+"Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet "
+"hat."
 
-#: access/transam/twophase.c:447
+#: access/transam/twophase.c:448
 #, c-format
 msgid "prepared transaction belongs to another database"
 msgstr "vorbereitete Transaktion gehört zu einer anderen Datenbank"
 
-#: access/transam/twophase.c:448
+#: access/transam/twophase.c:449
 #, c-format
-msgid "Connect to the database where the transaction was prepared to finish it."
-msgstr "Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, um sie zu beenden."
+msgid ""
+"Connect to the database where the transaction was prepared to finish it."
+msgstr ""
+"Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, "
+"um sie zu beenden."
 
-#: access/transam/twophase.c:462
+#: access/transam/twophase.c:463
 #, c-format
 msgid "prepared transaction with identifier \"%s\" does not exist"
 msgstr "vorbereitete Transaktion mit Bezeichner »%s« existiert nicht"
 
-#: access/transam/twophase.c:952
+#: access/transam/twophase.c:953
 #, c-format
 msgid "two-phase state file maximum length exceeded"
 msgstr "maximale Länge der Zweiphasen-Statusdatei überschritten"
 
-#: access/transam/twophase.c:970
+#: access/transam/twophase.c:971
 #, c-format
 msgid "could not create two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht erstellen: %m"
 
-#: access/transam/twophase.c:984 access/transam/twophase.c:1001
-#: access/transam/twophase.c:1057 access/transam/twophase.c:1481
-#: access/transam/twophase.c:1488
+#: access/transam/twophase.c:985 access/transam/twophase.c:1002
+#: access/transam/twophase.c:1058 access/transam/twophase.c:1478
+#: access/transam/twophase.c:1485
 #, c-format
 msgid "could not write two-phase state file: %m"
 msgstr "konnte Zweiphasen-Statusdatei nicht schreiben: %m"
 
-#: access/transam/twophase.c:1010
+#: access/transam/twophase.c:1011
 #, c-format
 msgid "could not seek in two-phase state file: %m"
 msgstr "konnte Positionszeiger in Zweiphasen-Statusdatei nicht setzen: %m"
 
-#: access/transam/twophase.c:1063 access/transam/twophase.c:1506
+#: access/transam/twophase.c:1064 access/transam/twophase.c:1503
 #, c-format
 msgid "could not close two-phase state file: %m"
 msgstr "konnte Zweiphasen-Statusdatei nicht schließen: %m"
 
-#: access/transam/twophase.c:1143 access/transam/twophase.c:1587
+#: access/transam/twophase.c:1144 access/transam/twophase.c:1584
 #, c-format
 msgid "could not open two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht öffnen: %m"
 
-#: access/transam/twophase.c:1160
+#: access/transam/twophase.c:1161
 #, c-format
 msgid "could not stat two-phase state file \"%s\": %m"
 msgstr "konnte »stat« für Zweiphasen-Statusdatei »%s« nicht ausführen: %m"
 
-#: access/transam/twophase.c:1192
+#: access/transam/twophase.c:1193
 #, c-format
 msgid "could not read two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht lesen: %m"
 
-#: access/transam/twophase.c:1288
+#: access/transam/twophase.c:1289
 #, c-format
 msgid "two-phase state file for transaction %u is corrupt"
 msgstr "Zweiphasen-Statusdatei für Transaktion %u ist verfälscht"
 
-#: access/transam/twophase.c:1443
+#: access/transam/twophase.c:1440
 #, c-format
 msgid "could not remove two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht löschen: %m"
 
-#: access/transam/twophase.c:1472
+#: access/transam/twophase.c:1469
 #, c-format
 msgid "could not recreate two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht wieder erstellen: %m"
 
-#: access/transam/twophase.c:1500
+#: access/transam/twophase.c:1497
 #, c-format
 msgid "could not fsync two-phase state file: %m"
 msgstr "konnte Zweiphasen-Statusdatei nicht fsyncen: %m"
 
-#: access/transam/twophase.c:1596
+#: access/transam/twophase.c:1593
 #, c-format
 msgid "could not fsync two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statusdatei »%s« nicht fsyncen: %m"
 
-#: access/transam/twophase.c:1603
+#: access/transam/twophase.c:1600
 #, c-format
 msgid "could not close two-phase state file \"%s\": %m"
 msgstr "konnte Zweiphasen-Statistikdatei »%s« nicht schließen: %m"
 
-#: access/transam/twophase.c:1668
+#: access/transam/twophase.c:1665
 #, c-format
 msgid "removing future two-phase state file \"%s\""
 msgstr "entferne Zweiphasen-Statusdatei aus der Zukunft »%s«"
 
-#: access/transam/twophase.c:1684 access/transam/twophase.c:1695
-#: access/transam/twophase.c:1814 access/transam/twophase.c:1825
-#: access/transam/twophase.c:1898
+#: access/transam/twophase.c:1681 access/transam/twophase.c:1692
+#: access/transam/twophase.c:1811 access/transam/twophase.c:1822
+#: access/transam/twophase.c:1895
 #, c-format
 msgid "removing corrupt two-phase state file \"%s\""
 msgstr "entferne verfälschte Zweiphasen-Statusdatei »%s«"
 
-#: access/transam/twophase.c:1803 access/transam/twophase.c:1887
+#: access/transam/twophase.c:1800 access/transam/twophase.c:1884
 #, c-format
 msgid "removing stale two-phase state file \"%s\""
 msgstr "entferne abgelaufene Zweiphasen-Statusdatei »%s«"
 
-#: access/transam/twophase.c:1905
+#: access/transam/twophase.c:1902
 #, c-format
 msgid "recovering prepared transaction %u"
 msgstr "Wiederherstellung der vorbereiteten Transaktion %u"
 
 #: access/transam/varsup.c:113
 #, c-format
-msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\""
-msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"
+msgid ""
+"database is not accepting commands to avoid wraparound data loss in database "
+"\"%s\""
+msgstr ""
+"Datenbank nimmt keine Befehle an, um Datenverlust wegen "
+"Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden"
 
 #: access/transam/varsup.c:115 access/transam/varsup.c:122
 #, c-format
@@ -667,13 +706,19 @@ msgid ""
 "Stop the postmaster and use a standalone backend to vacuum that database.\n"
 "You might also need to commit or roll back old prepared transactions."
 msgstr ""
-"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um VACUUM in dieser Datenbank auszuführen.\n"
-"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen."
+"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um "
+"VACUUM in dieser Datenbank auszuführen.\n"
+"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder "
+"zurückrollen."
 
 #: access/transam/varsup.c:120
 #, c-format
-msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u"
-msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"
+msgid ""
+"database is not accepting commands to avoid wraparound data loss in database "
+"with OID %u"
+msgstr ""
+"Datenbank nimmt keine Befehle an, um Datenverlust wegen "
+"Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden"
 
 #: access/transam/varsup.c:132 access/transam/varsup.c:368
 #, c-format
@@ -684,132 +729,145 @@ msgstr "Datenbank »%s« muss innerhalb von %u Transaktionen gevacuumt werden"
 #: access/transam/varsup.c:371 access/transam/varsup.c:378
 #, c-format
 msgid ""
-"To avoid a database shutdown, execute a database-wide VACUUM in that database.\n"
+"To avoid a database shutdown, execute a database-wide VACUUM in that "
+"database.\n"
 "You might also need to commit or roll back old prepared transactions."
 msgstr ""
-"Um ein Abschalten der Datenbank zu vermeiden, führen Sie ein komplettes VACUUM über diese Datenbank aus.\n"
-"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen."
+"Um ein Abschalten der Datenbank zu vermeiden, führen Sie ein komplettes "
+"VACUUM über diese Datenbank aus.\n"
+"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder "
+"zurückrollen."
 
 #: access/transam/varsup.c:139 access/transam/varsup.c:375
 #, c-format
 msgid "database with OID %u must be vacuumed within %u transactions"
-msgstr "Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden"
+msgstr ""
+"Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden"
 
 #: access/transam/varsup.c:333
 #, c-format
 msgid "transaction ID wrap limit is %u, limited by database with OID %u"
-msgstr "Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit OID %u"
+msgstr ""
+"Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit "
+"OID %u"
 
 #: access/transam/xact.c:753
 #, c-format
 msgid "cannot have more than 2^32-1 commands in a transaction"
 msgstr "kann nicht mehr als 2^32-1 Befehle in einer Transaktion ausführen"
 
-#: access/transam/xact.c:1322
+#: access/transam/xact.c:1324
 #, c-format
 msgid "maximum number of committed subtransactions (%d) exceeded"
 msgstr "maximale Anzahl committeter Subtransaktionen (%d) erreicht"
 
-#: access/transam/xact.c:2095
+#: access/transam/xact.c:2097
 #, c-format
 msgid "cannot PREPARE a transaction that has operated on temporary tables"
-msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre Tabellen bearbeitet hat"
+msgstr ""
+"PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre "
+"Tabellen bearbeitet hat"
 
-#: access/transam/xact.c:2105
-#, fuzzy, c-format
+#: access/transam/xact.c:2107
+#, c-format
 msgid "cannot PREPARE a transaction that has exported snapshots"
-msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre Tabellen bearbeitet hat"
+msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die Snapshots exportiert hat"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2913
+#: access/transam/xact.c:2915
 #, c-format
 msgid "%s cannot run inside a transaction block"
 msgstr "%s kann nicht in einem Transaktionsblock laufen"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2923
+#: access/transam/xact.c:2925
 #, c-format
 msgid "%s cannot run inside a subtransaction"
 msgstr "%s kann nicht in einer Subtransaktion laufen"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2933
+#: access/transam/xact.c:2935
 #, c-format
 msgid "%s cannot be executed from a function or multi-command string"
-msgstr "%s kann nicht aus einer Funktion oder einer mehrbefehligen Zeichenkette heraus ausgeführt werden"
+msgstr ""
+"%s kann nicht aus einer Funktion oder einer mehrbefehligen Zeichenkette "
+"heraus ausgeführt werden"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2984
+#: access/transam/xact.c:2986
 #, c-format
 msgid "%s can only be used in transaction blocks"
 msgstr "%s kann nur in Transaktionsblöcken verwendet werden"
 
-#: access/transam/xact.c:3166
+#: access/transam/xact.c:3168
 #, c-format
 msgid "there is already a transaction in progress"
 msgstr "eine Transaktion ist bereits begonnen"
 
-#: access/transam/xact.c:3334 access/transam/xact.c:3427
+#: access/transam/xact.c:3336 access/transam/xact.c:3429
 #, c-format
 msgid "there is no transaction in progress"
 msgstr "keine Transaktion offen"
 
-#: access/transam/xact.c:3523 access/transam/xact.c:3574
-#: access/transam/xact.c:3580 access/transam/xact.c:3624
-#: access/transam/xact.c:3673 access/transam/xact.c:3679
+#: access/transam/xact.c:3525 access/transam/xact.c:3576
+#: access/transam/xact.c:3582 access/transam/xact.c:3626
+#: access/transam/xact.c:3675 access/transam/xact.c:3681
 #, c-format
 msgid "no such savepoint"
 msgstr "Savepoint existiert nicht"
 
-#: access/transam/xact.c:4332
+#: access/transam/xact.c:4334
 #, c-format
 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
 msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben"
 
-#: access/transam/xlog.c:1305
+#: access/transam/xlog.c:1308
 #, c-format
 msgid "could not create archive status file \"%s\": %m"
 msgstr "konnte Archivstatusdatei »%s« nicht erstellen: %m"
 
-#: access/transam/xlog.c:1313
+#: access/transam/xlog.c:1316
 #, c-format
 msgid "could not write archive status file \"%s\": %m"
 msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m"
 
-#: access/transam/xlog.c:1775 access/transam/xlog.c:10353
-#: replication/walreceiver.c:530 replication/walsender.c:1041
+#: access/transam/xlog.c:1778 access/transam/xlog.c:10366
+#: replication/walreceiver.c:530 replication/walsender.c:1042
 #, c-format
 msgid "could not seek in log file %u, segment %u to offset %u: %m"
-msgstr "konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m"
+msgstr ""
+"konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m"
 
-#: access/transam/xlog.c:1792 replication/walreceiver.c:547
+#: access/transam/xlog.c:1795 replication/walreceiver.c:547
 #, c-format
 msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m"
-msgstr "konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu schreiben: %m"
+msgstr ""
+"konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu "
+"schreiben: %m"
 
-#: access/transam/xlog.c:2021
+#: access/transam/xlog.c:2024
 #, c-format
 msgid "updated min recovery point to %X/%X"
 msgstr "minimaler Recovery-Punkt auf %X/%X aktualisiert"
 
-#: access/transam/xlog.c:2390 access/transam/xlog.c:2494
-#: access/transam/xlog.c:2723 access/transam/xlog.c:2849
-#: access/transam/xlog.c:2906 replication/walsender.c:1029
+#: access/transam/xlog.c:2401 access/transam/xlog.c:2505
+#: access/transam/xlog.c:2734 access/transam/xlog.c:2860
+#: access/transam/xlog.c:2917 replication/walsender.c:1030
 #, c-format
 msgid "could not open file \"%s\" (log file %u, segment %u): %m"
 msgstr "konnte Datei »%s« nicht öffnen (Logdatei %u, Segment %u): %m"
 
-#: access/transam/xlog.c:2415 access/transam/xlog.c:2548
-#: access/transam/xlog.c:4485 access/transam/xlog.c:9338
-#: access/transam/xlog.c:9642 postmaster/postmaster.c:3696
+#: access/transam/xlog.c:2426 access/transam/xlog.c:2559
+#: access/transam/xlog.c:4496 access/transam/xlog.c:9350
+#: access/transam/xlog.c:9654 postmaster/postmaster.c:3703
 #: storage/file/copydir.c:172 storage/smgr/md.c:286 utils/time/snapmgr.c:860
 #, c-format
 msgid "could not create file \"%s\": %m"
 msgstr "kann Datei »%s« nicht erstellen: %m"
 
-#: access/transam/xlog.c:2447 access/transam/xlog.c:2580
-#: access/transam/xlog.c:4537 access/transam/xlog.c:4600
-#: postmaster/postmaster.c:3706 postmaster/postmaster.c:3716
+#: access/transam/xlog.c:2458 access/transam/xlog.c:2591
+#: access/transam/xlog.c:4548 access/transam/xlog.c:4611
+#: postmaster/postmaster.c:3713 postmaster/postmaster.c:3723
 #: storage/file/copydir.c:197 utils/init/miscinit.c:1081
 #: utils/init/miscinit.c:1090 utils/init/miscinit.c:1097 utils/misc/guc.c:7558
 #: utils/misc/guc.c:7572 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872
@@ -817,73 +875,81 @@ msgstr "kann Datei »%s« nicht erstellen: %m"
 msgid "could not write to file \"%s\": %m"
 msgstr "konnte nicht in Datei »%s« schreiben: %m"
 
-#: access/transam/xlog.c:2455 access/transam/xlog.c:2587
-#: access/transam/xlog.c:4606 storage/file/copydir.c:269 storage/smgr/md.c:927
-#: storage/smgr/md.c:1128 storage/smgr/md.c:1279
+#: access/transam/xlog.c:2466 access/transam/xlog.c:2598
+#: access/transam/xlog.c:4617 storage/file/copydir.c:269 storage/smgr/md.c:928
+#: storage/smgr/md.c:1130 storage/smgr/md.c:1281
 #, c-format
 msgid "could not fsync file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht fsyncen: %m"
 
-#: access/transam/xlog.c:2460 access/transam/xlog.c:2592
-#: access/transam/xlog.c:4611 commands/copy.c:1341 storage/file/copydir.c:211
+#: access/transam/xlog.c:2471 access/transam/xlog.c:2603
+#: access/transam/xlog.c:4622 commands/copy.c:1341 storage/file/copydir.c:211
 #, c-format
 msgid "could not close file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht schließen: %m"
 
-#: access/transam/xlog.c:2533 access/transam/xlog.c:4254
-#: access/transam/xlog.c:4348 access/transam/xlog.c:4504
-#: replication/basebackup.c:789 storage/file/copydir.c:165
-#: storage/file/copydir.c:255 storage/smgr/md.c:545 storage/smgr/md.c:805
+#: access/transam/xlog.c:2544 access/transam/xlog.c:4265
+#: access/transam/xlog.c:4359 access/transam/xlog.c:4515
+#: replication/basebackup.c:791 storage/file/copydir.c:165
+#: storage/file/copydir.c:255 storage/smgr/md.c:545 storage/smgr/md.c:806
 #: utils/error/elog.c:1536 utils/init/miscinit.c:1031
 #: utils/init/miscinit.c:1145
 #, c-format
 msgid "could not open file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:2561 access/transam/xlog.c:4516
-#: access/transam/xlog.c:9498 access/transam/xlog.c:9511
-#: access/transam/xlog.c:9879 access/transam/xlog.c:9921
+#: access/transam/xlog.c:2572 access/transam/xlog.c:4527
+#: access/transam/xlog.c:9510 access/transam/xlog.c:9523
+#: access/transam/xlog.c:9891 access/transam/xlog.c:9934
 #: storage/file/copydir.c:186 utils/adt/genfile.c:138
 #, c-format
 msgid "could not read file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht lesen: %m"
 
-#: access/transam/xlog.c:2564
+#: access/transam/xlog.c:2575
 #, c-format
 msgid "not enough data in file \"%s\""
 msgstr "nicht genug Daten in Datei »%s«"
 
-#: access/transam/xlog.c:2683
+#: access/transam/xlog.c:2694
 #, c-format
-msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
-msgstr "konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, Segment %u): %m"
+msgid ""
+"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
+"%u): %m"
+msgstr ""
+"konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, "
+"Segment %u): %m"
 
-#: access/transam/xlog.c:2695
+#: access/transam/xlog.c:2706
 #, c-format
-msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
-msgstr "konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, Segment %u): %m"
+msgid ""
+"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
+"segment %u): %m"
+msgstr ""
+"konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, "
+"Segment %u): %m"
 
-#: access/transam/xlog.c:2790 access/transam/xlog.c:3013
-#: access/transam/xlog.c:9516 storage/smgr/md.c:363 storage/smgr/md.c:412
-#: storage/smgr/md.c:1242
+#: access/transam/xlog.c:2801 access/transam/xlog.c:3024
+#: access/transam/xlog.c:9528 storage/smgr/md.c:363 storage/smgr/md.c:412
+#: storage/smgr/md.c:1244
 #, c-format
 msgid "could not remove file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht löschen: %m"
 
-#: access/transam/xlog.c:2798 access/transam/xlog.c:4635
-#: access/transam/xlog.c:5618 access/transam/xlog.c:6370
+#: access/transam/xlog.c:2809 access/transam/xlog.c:4646
+#: access/transam/xlog.c:5629 access/transam/xlog.c:6381
 #: postmaster/pgarch.c:753 utils/time/snapmgr.c:883
 #, c-format
 msgid "could not rename file \"%s\" to \"%s\": %m"
 msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"
 
-#: access/transam/xlog.c:2933 replication/walreceiver.c:504
+#: access/transam/xlog.c:2944 replication/walreceiver.c:504
 #, c-format
 msgid "could not close log file %u, segment %u: %m"
 msgstr "konnte Logdatei %u, Segment %u nicht schließen: %m"
 
-#: access/transam/xlog.c:3005 access/transam/xlog.c:3165
-#: access/transam/xlog.c:9323 access/transam/xlog.c:9486
+#: access/transam/xlog.c:3016 access/transam/xlog.c:3176
+#: access/transam/xlog.c:9335 access/transam/xlog.c:9498
 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66
 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:293 utils/adt/genfile.c:107
 #: utils/adt/genfile.c:279
@@ -891,883 +957,1035 @@ msgstr "konnte Logdatei %u, Segment %u nicht schließen: %m"
 msgid "could not stat file \"%s\": %m"
 msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m"
 
-#: access/transam/xlog.c:3144
+#: access/transam/xlog.c:3155
 #, c-format
 msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
 msgstr "Archivdatei »%s« hat falsche Größe: %lu statt %lu"
 
-#: access/transam/xlog.c:3153
+#: access/transam/xlog.c:3164
 #, c-format
 msgid "restored log file \"%s\" from archive"
 msgstr "Logdatei »%s« aus Archiv wiederhergestellt"
 
-#: access/transam/xlog.c:3203
+#: access/transam/xlog.c:3214
 #, c-format
 msgid "could not restore file \"%s\" from archive: return code %d"
 msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: Rückgabecode %d"
 
 #. translator: First %s represents a recovery.conf parameter name like
 #. "recovery_end_command", and the 2nd is the value of that parameter.
-#: access/transam/xlog.c:3317
+#: access/transam/xlog.c:3328
 #, c-format
 msgid "%s \"%s\": return code %d"
 msgstr "%s »%s«: Rückgabecode %d"
 
-#: access/transam/xlog.c:3427 access/transam/xlog.c:3599
+#: access/transam/xlog.c:3438 access/transam/xlog.c:3610
 #, c-format
 msgid "could not open transaction log directory \"%s\": %m"
 msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:3470
+#: access/transam/xlog.c:3481
 #, c-format
 msgid "recycled transaction log file \"%s\""
 msgstr "Transaktionslogdatei »%s« wird wiederverwendet"
 
-#: access/transam/xlog.c:3486
+#: access/transam/xlog.c:3497
 #, c-format
 msgid "removing transaction log file \"%s\""
 msgstr "entferne Transaktionslogdatei »%s«"
 
-#: access/transam/xlog.c:3509
+#: access/transam/xlog.c:3520
 #, c-format
 msgid "could not rename old transaction log file \"%s\": %m"
 msgstr "konnte alte Transaktionslogdatei »%s« nicht umbenennen: %m"
 
-#: access/transam/xlog.c:3521
+#: access/transam/xlog.c:3532
 #, c-format
 msgid "could not remove old transaction log file \"%s\": %m"
 msgstr "konnte alte Transaktionslogdatei »%s« nicht löschen: %m"
 
-#: access/transam/xlog.c:3559 access/transam/xlog.c:3569
+#: access/transam/xlog.c:3570 access/transam/xlog.c:3580
 #, c-format
 msgid "required WAL directory \"%s\" does not exist"
 msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht"
 
-#: access/transam/xlog.c:3575
+#: access/transam/xlog.c:3586
 #, c-format
 msgid "creating missing WAL directory \"%s\""
 msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«"
 
-#: access/transam/xlog.c:3578
+#: access/transam/xlog.c:3589
 #, c-format
 msgid "could not create missing directory \"%s\": %m"
 msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m"
 
-#: access/transam/xlog.c:3612
+#: access/transam/xlog.c:3623
 #, c-format
 msgid "removing transaction log backup history file \"%s\""
 msgstr "entferne Transaktionslog-Backup-History-Datei »%s«"
 
-#: access/transam/xlog.c:3732
+#: access/transam/xlog.c:3743
 #, c-format
 msgid "incorrect hole size in record at %X/%X"
 msgstr "falsche Lochgröße im Datensatz bei %X/%X"
 
-#: access/transam/xlog.c:3745
+#: access/transam/xlog.c:3756
 #, c-format
 msgid "incorrect total length in record at %X/%X"
 msgstr "falsche Gesamtlänge im Datensatz bei %X/%X"
 
-#: access/transam/xlog.c:3758
+#: access/transam/xlog.c:3769
 #, c-format
 msgid "incorrect resource manager data checksum in record at %X/%X"
 msgstr "falsche Resource-Manager-Daten-Prüfsumme im Datensatz bei %X/%X"
 
-#: access/transam/xlog.c:3836 access/transam/xlog.c:3874
+#: access/transam/xlog.c:3847 access/transam/xlog.c:3885
 #, c-format
 msgid "invalid record offset at %X/%X"
 msgstr "ungültiger Datensatz-Offset bei %X/%X"
 
-#: access/transam/xlog.c:3882
+#: access/transam/xlog.c:3893
 #, c-format
 msgid "contrecord is requested by %X/%X"
 msgstr "Contrecord-Eintrag ist bei %X/%X"
 
-#: access/transam/xlog.c:3897
+#: access/transam/xlog.c:3908
 #, c-format
 msgid "invalid xlog switch record at %X/%X"
 msgstr "ungültiger Xlog-Switch-Datensatz bei %X/%X"
 
-#: access/transam/xlog.c:3905
+#: access/transam/xlog.c:3916
 #, c-format
 msgid "record with zero length at %X/%X"
 msgstr "Datensatz mit Länge null bei %X/%X"
 
-#: access/transam/xlog.c:3914
+#: access/transam/xlog.c:3925
 #, c-format
 msgid "invalid record length at %X/%X"
 msgstr "ungültige Datensatzlänge bei %X/%X"
 
-#: access/transam/xlog.c:3921
+#: access/transam/xlog.c:3932
 #, c-format
 msgid "invalid resource manager ID %u at %X/%X"
 msgstr "ungültige Resource-Manager-ID %u bei %X/%X"
 
-#: access/transam/xlog.c:3934 access/transam/xlog.c:3950
+#: access/transam/xlog.c:3945 access/transam/xlog.c:3961
 #, c-format
 msgid "record with incorrect prev-link %X/%X at %X/%X"
 msgstr "Datensatz mit inkorrektem Prev-Link %X/%X bei %X/%X"
 
-#: access/transam/xlog.c:3979
+#: access/transam/xlog.c:3990
 #, c-format
 msgid "record length %u at %X/%X too long"
 msgstr "Datensatzlänge %u bei %X/%X zu groß"
 
-#: access/transam/xlog.c:4019
+#: access/transam/xlog.c:4030
 #, c-format
 msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
 msgstr "es gibt keine Contrecord-Flag in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4029
+#: access/transam/xlog.c:4040
 #, c-format
 msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
 msgstr "ungültige Contrecord-Länge %u in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4119
+#: access/transam/xlog.c:4130
 #, c-format
 msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
 msgstr "ungültige magische Zahl %04X in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4126 access/transam/xlog.c:4172
+#: access/transam/xlog.c:4137 access/transam/xlog.c:4183
 #, c-format
 msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
 msgstr "ungültige Infobits %04X in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4148 access/transam/xlog.c:4156
-#: access/transam/xlog.c:4163
+#: access/transam/xlog.c:4159 access/transam/xlog.c:4167
+#: access/transam/xlog.c:4174
 #, c-format
 msgid "WAL file is from different database system"
 msgstr "WAL-Datei stammt von einem anderen Datenbanksystem"
 
-#: access/transam/xlog.c:4149
+#: access/transam/xlog.c:4160
 #, c-format
-msgid "WAL file database system identifier is %s, pg_control database system identifier is %s."
-msgstr "Datenbanksystemidentifikator in der WAL-Datei ist %s, Datenbanksystemidentifikator in pg_control ist %s."
+msgid ""
+"WAL file database system identifier is %s, pg_control database system "
+"identifier is %s."
+msgstr ""
+"Datenbanksystemidentifikator in der WAL-Datei ist %s, "
+"Datenbanksystemidentifikator in pg_control ist %s."
 
-#: access/transam/xlog.c:4157
+#: access/transam/xlog.c:4168
 #, c-format
 msgid "Incorrect XLOG_SEG_SIZE in page header."
 msgstr "Falscher XLOG_SEG_SIZE-Wert in Page-Header."
 
-#: access/transam/xlog.c:4164
+#: access/transam/xlog.c:4175
 #, c-format
 msgid "Incorrect XLOG_BLCKSZ in page header."
 msgstr "Falscher XLOG_BLCKSZ-Wert in Page-Header."
 
-#: access/transam/xlog.c:4180
+#: access/transam/xlog.c:4191
 #, c-format
 msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
 msgstr "unerwartete Page-Adresse %X/%X in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4192
+#: access/transam/xlog.c:4203
 #, c-format
 msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
 msgstr "unerwartete Timeline-ID %u in Logdatei %u, Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4210
+#: access/transam/xlog.c:4221
 #, c-format
-msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u"
-msgstr "Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, Segment %u, Offset %u"
+msgid ""
+"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset "
+"%u"
+msgstr ""
+"Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, "
+"Segment %u, Offset %u"
 
-#: access/transam/xlog.c:4283
+#: access/transam/xlog.c:4294
 #, c-format
 msgid "syntax error in history file: %s"
 msgstr "Syntaxfehler in History-Datei: %s"
 
-#: access/transam/xlog.c:4284
+#: access/transam/xlog.c:4295
 #, c-format
 msgid "Expected a numeric timeline ID."
 msgstr "Eine numerische Timeline-ID wurde erwartet."
 
-#: access/transam/xlog.c:4289
+#: access/transam/xlog.c:4300
 #, c-format
 msgid "invalid data in history file: %s"
 msgstr "ungültige Daten in History-Datei: %s"
 
-#: access/transam/xlog.c:4290
+#: access/transam/xlog.c:4301
 #, c-format
 msgid "Timeline IDs must be in increasing sequence."
 msgstr "Timeline-IDs müssen in aufsteigender Folge sein."
 
-#: access/transam/xlog.c:4303
+#: access/transam/xlog.c:4314
 #, c-format
 msgid "invalid data in history file \"%s\""
 msgstr "ungültige Daten in History-Datei »%s«"
 
-#: access/transam/xlog.c:4304
+#: access/transam/xlog.c:4315
 #, c-format
 msgid "Timeline IDs must be less than child timeline's ID."
 msgstr "Timeline-IDs müssen kleiner als die Timeline-ID des Kindes sein."
 
-#: access/transam/xlog.c:4390
+#: access/transam/xlog.c:4401
 #, c-format
 msgid "new timeline %u is not a child of database system timeline %u"
 msgstr "neue Timeline %u ist kein Kind der Datenbanksystem-Timeline %u"
 
-#: access/transam/xlog.c:4403
+#: access/transam/xlog.c:4414
 #, c-format
 msgid "new target timeline is %u"
 msgstr "neue Ziel-Timeline ist %u"
 
-#: access/transam/xlog.c:4628
+#: access/transam/xlog.c:4639
 #, c-format
 msgid "could not link file \"%s\" to \"%s\": %m"
 msgstr "konnte Datei »%s« nicht nach »%s« linken: %m"
 
-#: access/transam/xlog.c:4717
+#: access/transam/xlog.c:4728
 #, c-format
 msgid "could not create control file \"%s\": %m"
 msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
 
-#: access/transam/xlog.c:4728 access/transam/xlog.c:4953
+#: access/transam/xlog.c:4739 access/transam/xlog.c:4964
 #, c-format
 msgid "could not write to control file: %m"
 msgstr "konnte nicht in Kontrolldatei schreiben: %m"
 
-#: access/transam/xlog.c:4734 access/transam/xlog.c:4959
+#: access/transam/xlog.c:4745 access/transam/xlog.c:4970
 #, c-format
 msgid "could not fsync control file: %m"
 msgstr "konnte Kontrolldatei nicht fsyncen: %m"
 
-#: access/transam/xlog.c:4739 access/transam/xlog.c:4964
+#: access/transam/xlog.c:4750 access/transam/xlog.c:4975
 #, c-format
 msgid "could not close control file: %m"
 msgstr "konnte Kontrolldatei nicht schließen: %m"
 
-#: access/transam/xlog.c:4757 access/transam/xlog.c:4942
+#: access/transam/xlog.c:4768 access/transam/xlog.c:4953
 #, c-format
 msgid "could not open control file \"%s\": %m"
 msgstr "konnte Kontrolldatei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:4763
+#: access/transam/xlog.c:4774
 #, c-format
 msgid "could not read from control file: %m"
 msgstr "konnte nicht aus Kontrolldatei lesen: %m"
 
-#: access/transam/xlog.c:4776 access/transam/xlog.c:4785
-#: access/transam/xlog.c:4809 access/transam/xlog.c:4816
-#: access/transam/xlog.c:4823 access/transam/xlog.c:4828
-#: access/transam/xlog.c:4835 access/transam/xlog.c:4842
-#: access/transam/xlog.c:4849 access/transam/xlog.c:4856
-#: access/transam/xlog.c:4863 access/transam/xlog.c:4870
-#: access/transam/xlog.c:4879 access/transam/xlog.c:4886
-#: access/transam/xlog.c:4895 access/transam/xlog.c:4902
-#: access/transam/xlog.c:4911 access/transam/xlog.c:4918
+#: access/transam/xlog.c:4787 access/transam/xlog.c:4796
+#: access/transam/xlog.c:4820 access/transam/xlog.c:4827
+#: access/transam/xlog.c:4834 access/transam/xlog.c:4839
+#: access/transam/xlog.c:4846 access/transam/xlog.c:4853
+#: access/transam/xlog.c:4860 access/transam/xlog.c:4867
+#: access/transam/xlog.c:4874 access/transam/xlog.c:4881
+#: access/transam/xlog.c:4890 access/transam/xlog.c:4897
+#: access/transam/xlog.c:4906 access/transam/xlog.c:4913
+#: access/transam/xlog.c:4922 access/transam/xlog.c:4929
 #: utils/init/miscinit.c:1163
 #, c-format
 msgid "database files are incompatible with server"
 msgstr "Datenbankdateien sind inkompatibel mit Server"
 
-#: access/transam/xlog.c:4777
+#: access/transam/xlog.c:4788
 #, c-format
-msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
-msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert."
+msgid ""
+"The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), "
+"but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
+msgstr ""
+"Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) "
+"initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) "
+"kompiliert."
 
-#: access/transam/xlog.c:4781
+#: access/transam/xlog.c:4792
 #, c-format
-msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
-msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen."
+msgid ""
+"This could be a problem of mismatched byte ordering.  It looks like you need "
+"to initdb."
+msgstr ""
+"Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass "
+"Sie initdb ausführen müssen."
 
-#: access/transam/xlog.c:4786
+#: access/transam/xlog.c:4797
 #, c-format
-msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
-msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d kompiliert."
+msgid ""
+"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
+"server was compiled with PG_CONTROL_VERSION %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber "
+"der Server wurde mit PG_CONTROL_VERSION %d kompiliert."
 
-#: access/transam/xlog.c:4789 access/transam/xlog.c:4813
-#: access/transam/xlog.c:4820 access/transam/xlog.c:4825
+#: access/transam/xlog.c:4800 access/transam/xlog.c:4824
+#: access/transam/xlog.c:4831 access/transam/xlog.c:4836
 #, c-format
 msgid "It looks like you need to initdb."
 msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."
 
-#: access/transam/xlog.c:4800
+#: access/transam/xlog.c:4811
 #, c-format
 msgid "incorrect checksum in control file"
 msgstr "falsche Prüfsumme in Kontrolldatei"
 
-#: access/transam/xlog.c:4810
+#: access/transam/xlog.c:4821
 #, c-format
-msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
-msgstr "Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber der Server wurde mit CATALOG_VERSION_NO %d kompiliert."
+msgid ""
+"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
+"server was compiled with CATALOG_VERSION_NO %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber "
+"der Server wurde mit CATALOG_VERSION_NO %d kompiliert."
 
-#: access/transam/xlog.c:4817
+#: access/transam/xlog.c:4828
 #, c-format
-msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d."
-msgstr "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server wurde mit MAXALIGN %d kompiliert."
+msgid ""
+"The database cluster was initialized with MAXALIGN %d, but the server was "
+"compiled with MAXALIGN %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server "
+"wurde mit MAXALIGN %d kompiliert."
 
-#: access/transam/xlog.c:4824
+#: access/transam/xlog.c:4835
 #, c-format
-msgid "The database cluster appears to use a different floating-point number format than the server executable."
-msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm."
+msgid ""
+"The database cluster appears to use a different floating-point number format "
+"than the server executable."
+msgstr ""
+"Der Datenbank-Cluster verwendet anscheinend ein anderes "
+"Fließkommazahlenformat als das Serverprogramm."
 
-#: access/transam/xlog.c:4829
+#: access/transam/xlog.c:4840
 #, c-format
-msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
-msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server wurde mit BLCKSZ %d kompiliert."
+msgid ""
+"The database cluster was initialized with BLCKSZ %d, but the server was "
+"compiled with BLCKSZ %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server "
+"wurde mit BLCKSZ %d kompiliert."
 
-#: access/transam/xlog.c:4832 access/transam/xlog.c:4839
-#: access/transam/xlog.c:4846 access/transam/xlog.c:4853
-#: access/transam/xlog.c:4860 access/transam/xlog.c:4867
-#: access/transam/xlog.c:4874 access/transam/xlog.c:4882
-#: access/transam/xlog.c:4889 access/transam/xlog.c:4898
-#: access/transam/xlog.c:4905 access/transam/xlog.c:4914
-#: access/transam/xlog.c:4921
+#: access/transam/xlog.c:4843 access/transam/xlog.c:4850
+#: access/transam/xlog.c:4857 access/transam/xlog.c:4864
+#: access/transam/xlog.c:4871 access/transam/xlog.c:4878
+#: access/transam/xlog.c:4885 access/transam/xlog.c:4893
+#: access/transam/xlog.c:4900 access/transam/xlog.c:4909
+#: access/transam/xlog.c:4916 access/transam/xlog.c:4925
+#: access/transam/xlog.c:4932
 #, c-format
 msgid "It looks like you need to recompile or initdb."
-msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
+msgstr ""
+"Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
 
-#: access/transam/xlog.c:4836
+#: access/transam/xlog.c:4847
 #, c-format
-msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
-msgstr "Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der Server wurde mit RELSEGSIZE %d kompiliert."
+msgid ""
+"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
+"compiled with RELSEG_SIZE %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der "
+"Server wurde mit RELSEGSIZE %d kompiliert."
 
-#: access/transam/xlog.c:4843
+#: access/transam/xlog.c:4854
 #, c-format
-msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d."
-msgstr "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der Server wurde mit XLOG_BLCKSZ %d kompiliert."
+msgid ""
+"The database cluster was initialized with XLOG_BLCKSZ %d, but the server was "
+"compiled with XLOG_BLCKSZ %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der "
+"Server wurde mit XLOG_BLCKSZ %d kompiliert."
 
-#: access/transam/xlog.c:4850
+#: access/transam/xlog.c:4861
 #, c-format
-msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
-msgstr "Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der Server wurde mit XLOG_SEG_SIZE %d kompiliert."
+msgid ""
+"The database cluster was initialized with XLOG_SEG_SIZE %d, but the server "
+"was compiled with XLOG_SEG_SIZE %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der "
+"Server wurde mit XLOG_SEG_SIZE %d kompiliert."
 
-#: access/transam/xlog.c:4857
+#: access/transam/xlog.c:4868
 #, c-format
-msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
-msgstr "Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der Server wurde mit NAMEDATALEN %d kompiliert."
+msgid ""
+"The database cluster was initialized with NAMEDATALEN %d, but the server was "
+"compiled with NAMEDATALEN %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der "
+"Server wurde mit NAMEDATALEN %d kompiliert."
 
-#: access/transam/xlog.c:4864
+#: access/transam/xlog.c:4875
 #, c-format
-msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d."
-msgstr "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der Server wurde mit INDEX_MAX_KEYS %d kompiliert."
+msgid ""
+"The database cluster was initialized with INDEX_MAX_KEYS %d, but the server "
+"was compiled with INDEX_MAX_KEYS %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der "
+"Server wurde mit INDEX_MAX_KEYS %d kompiliert."
 
-#: access/transam/xlog.c:4871
+#: access/transam/xlog.c:4882
 #, c-format
-msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d."
-msgstr "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert."
+msgid ""
+"The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the "
+"server was compiled with TOAST_MAX_CHUNK_SIZE %d."
+msgstr ""
+"Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber "
+"der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert."
 
-#: access/transam/xlog.c:4880
+#: access/transam/xlog.c:4891
 #, c-format
-msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP."
-msgstr "Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde mit HAE_INT64_TIMESTAMP kompiliert."
+msgid ""
+"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
+"server was compiled with HAVE_INT64_TIMESTAMP."
+msgstr ""
+"Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber "
+"der Server wurde mit HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/transam/xlog.c:4887
+#: access/transam/xlog.c:4898
 #, c-format
-msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP."
-msgstr "Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde ohne HAE_INT64_TIMESTAMP kompiliert."
+msgid ""
+"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
+"server was compiled without HAVE_INT64_TIMESTAMP."
+msgstr ""
+"Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der "
+"Server wurde ohne HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/transam/xlog.c:4896
+#: access/transam/xlog.c:4907
 #, c-format
-msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL."
-msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT4_BYVAL kompiliert."
+msgid ""
+"The database cluster was initialized without USE_FLOAT4_BYVAL but the server "
+"was compiled with USE_FLOAT4_BYVAL."
+msgstr ""
+"Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der "
+"Server wurde mit USE_FLOAT4_BYVAL kompiliert."
 
-#: access/transam/xlog.c:4903
+#: access/transam/xlog.c:4914
 #, c-format
-msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL."
-msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT4_BYVAL kompiliert."
+msgid ""
+"The database cluster was initialized with USE_FLOAT4_BYVAL but the server "
+"was compiled without USE_FLOAT4_BYVAL."
+msgstr ""
+"Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der "
+"Server wurde ohne USE_FLOAT4_BYVAL kompiliert."
 
-#: access/transam/xlog.c:4912
+#: access/transam/xlog.c:4923
 #, c-format
-msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
-msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert."
+msgid ""
+"The database cluster was initialized without USE_FLOAT8_BYVAL but the server "
+"was compiled with USE_FLOAT8_BYVAL."
+msgstr ""
+"Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der "
+"Server wurde mit USE_FLOAT8_BYVAL kompiliert."
 
-#: access/transam/xlog.c:4919
+#: access/transam/xlog.c:4930
 #, c-format
-msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
-msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert."
+msgid ""
+"The database cluster was initialized with USE_FLOAT8_BYVAL but the server "
+"was compiled without USE_FLOAT8_BYVAL."
+msgstr ""
+"Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der "
+"Server wurde ohne USE_FLOAT8_BYVAL kompiliert."
 
-#: access/transam/xlog.c:5246
+#: access/transam/xlog.c:5257
 #, c-format
 msgid "could not write bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m"
 
-#: access/transam/xlog.c:5252
+#: access/transam/xlog.c:5263
 #, c-format
 msgid "could not fsync bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m"
 
-#: access/transam/xlog.c:5257
+#: access/transam/xlog.c:5268
 #, c-format
 msgid "could not close bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m"
 
-#: access/transam/xlog.c:5324
+#: access/transam/xlog.c:5335
 #, c-format
 msgid "could not open recovery command file \"%s\": %m"
 msgstr "konnte Recovery-Kommandodatei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:5364 access/transam/xlog.c:5455
-#: access/transam/xlog.c:5466 commands/extension.c:525
+#: access/transam/xlog.c:5375 access/transam/xlog.c:5466
+#: access/transam/xlog.c:5477 commands/extension.c:525
 #: commands/extension.c:533 utils/misc/guc.c:5337
 #, c-format
 msgid "parameter \"%s\" requires a Boolean value"
 msgstr "Parameter »%s« erfordert einen Boole'schen Wert"
 
-#: access/transam/xlog.c:5380
+#: access/transam/xlog.c:5391
 #, c-format
 msgid "recovery_target_timeline is not a valid number: \"%s\""
 msgstr "recovery_target_timeline ist keine gültige Zahl: »%s«"
 
-#: access/transam/xlog.c:5396
+#: access/transam/xlog.c:5407
 #, c-format
 msgid "recovery_target_xid is not a valid number: \"%s\""
 msgstr "recovery_target_xid ist keine gültige Zahl: »%s«"
 
-#: access/transam/xlog.c:5440
+#: access/transam/xlog.c:5451
 #, c-format
 msgid "recovery_target_name is too long (maximum %d characters)"
 msgstr "recovery_target_name ist zu lang (maximal %d Zeichen)"
 
-#: access/transam/xlog.c:5487
+#: access/transam/xlog.c:5498
 #, c-format
 msgid "unrecognized recovery parameter \"%s\""
 msgstr "unbekannter Recovery-Parameter »%s«"
 
-#: access/transam/xlog.c:5498
+#: access/transam/xlog.c:5509
 #, c-format
-msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command"
-msgstr "Recovery-Kommandodatei »%s« hat weder primary_conninfo noch restore_command angegeben"
+msgid ""
+"recovery command file \"%s\" specified neither primary_conninfo nor "
+"restore_command"
+msgstr ""
+"Recovery-Kommandodatei »%s« hat weder primary_conninfo noch restore_command "
+"angegeben"
 
-#: access/transam/xlog.c:5500
+#: access/transam/xlog.c:5511
 #, c-format
-msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there."
-msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_xlog regelmäßig auf dort abgelegte Dateien."
+msgid ""
+"The database server will regularly poll the pg_xlog subdirectory to check "
+"for files placed there."
+msgstr ""
+"Der Datenbankserver prüft das Unterverzeichnis pg_xlog regelmäßig auf dort "
+"abgelegte Dateien."
 
-#: access/transam/xlog.c:5506
+#: access/transam/xlog.c:5517
 #, c-format
-msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled"
-msgstr "Recovery-Kommandodatei »%s« muss restore_command angeben, wenn der Standby-Modus nicht eingeschaltet ist"
+msgid ""
+"recovery command file \"%s\" must specify restore_command when standby mode "
+"is not enabled"
+msgstr ""
+"Recovery-Kommandodatei »%s« muss restore_command angeben, wenn der Standby-"
+"Modus nicht eingeschaltet ist"
 
-#: access/transam/xlog.c:5526
+#: access/transam/xlog.c:5537
 #, c-format
 msgid "recovery target timeline %u does not exist"
 msgstr "recovery_target_timeline %u existiert nicht"
 
-#: access/transam/xlog.c:5622
+#: access/transam/xlog.c:5633
 #, c-format
 msgid "archive recovery complete"
 msgstr "Wiederherstellung aus Archiv abgeschlossen"
 
-#: access/transam/xlog.c:5747
+#: access/transam/xlog.c:5758
 #, c-format
 msgid "recovery stopping after commit of transaction %u, time %s"
 msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s"
 
-#: access/transam/xlog.c:5752
+#: access/transam/xlog.c:5763
 #, c-format
 msgid "recovery stopping before commit of transaction %u, time %s"
 msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s"
 
-#: access/transam/xlog.c:5760
+#: access/transam/xlog.c:5771
 #, c-format
 msgid "recovery stopping after abort of transaction %u, time %s"
 msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s"
 
-#: access/transam/xlog.c:5765
+#: access/transam/xlog.c:5776
 #, c-format
 msgid "recovery stopping before abort of transaction %u, time %s"
 msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s"
 
-#: access/transam/xlog.c:5774
+#: access/transam/xlog.c:5785
 #, c-format
 msgid "recovery stopping at restore point \"%s\", time %s"
 msgstr "Wiederherstellung beendet bei Restore-Punkt »%s«, Zeit %s"
 
-#: access/transam/xlog.c:5802
+#: access/transam/xlog.c:5813
 #, c-format
 msgid "recovery has paused"
 msgstr "Wiederherstellung wurde pausiert"
 
-#: access/transam/xlog.c:5803
+#: access/transam/xlog.c:5814
 #, c-format
 msgid "Execute pg_xlog_replay_resume() to continue."
 msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen."
 
-#: access/transam/xlog.c:5932
+#: access/transam/xlog.c:5943
 #, c-format
-msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)"
-msgstr "Hot Standby ist nicht möglich, weil %s = %d eine niedrigere Einstellung als auf dem Masterserver ist (Wert dort war %d)"
+msgid ""
+"hot standby is not possible because %s = %d is a lower setting than on the "
+"master server (its value was %d)"
+msgstr ""
+"Hot Standby ist nicht möglich, weil %s = %d eine niedrigere Einstellung als "
+"auf dem Masterserver ist (Wert dort war %d)"
 
-#: access/transam/xlog.c:5954
+#: access/transam/xlog.c:5965
 #, c-format
 msgid "WAL was generated with wal_level=minimal, data may be missing"
 msgstr "WAL wurde mit wal_level=minimal erzeugt, eventuell fehlen Daten"
 
-#: access/transam/xlog.c:5955
+#: access/transam/xlog.c:5966
 #, c-format
-msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup."
-msgstr "Das passiert, wenn vorübergehend wal_level=minimal gesetzt wurde, ohne ein neues Base-Backup zu erzeugen."
+msgid ""
+"This happens if you temporarily set wal_level=minimal without taking a new "
+"base backup."
+msgstr ""
+"Das passiert, wenn vorübergehend wal_level=minimal gesetzt wurde, ohne ein "
+"neues Base-Backup zu erzeugen."
 
-#: access/transam/xlog.c:5966
+#: access/transam/xlog.c:5977
 #, c-format
-msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server"
-msgstr "Hot Standby ist nicht möglich, weil wal_level auf dem Masterserver nicht auf »hot_standby« gesetzt wurde"
+msgid ""
+"hot standby is not possible because wal_level was not set to \"hot_standby\" "
+"on the master server"
+msgstr ""
+"Hot Standby ist nicht möglich, weil wal_level auf dem Masterserver nicht auf "
+"»hot_standby« gesetzt wurde"
 
-#: access/transam/xlog.c:5967
+#: access/transam/xlog.c:5978
 #, c-format
-msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here."
-msgstr "Setzen Sie entweder wal_level auf »hot_standby« auf dem Master oder schalten Sie hot_standby hier aus."
+msgid ""
+"Either set wal_level to \"hot_standby\" on the master, or turn off "
+"hot_standby here."
+msgstr ""
+"Setzen Sie entweder wal_level auf »hot_standby« auf dem Master oder schalten "
+"Sie hot_standby hier aus."
 
-#: access/transam/xlog.c:6017
+#: access/transam/xlog.c:6028
 #, c-format
 msgid "control file contains invalid data"
 msgstr "Kontrolldatei enthält ungültige Daten"
 
-#: access/transam/xlog.c:6021
+#: access/transam/xlog.c:6032
 #, c-format
 msgid "database system was shut down at %s"
 msgstr "Datenbanksystem wurde am %s heruntergefahren"
 
-#: access/transam/xlog.c:6025
+#: access/transam/xlog.c:6036
 #, c-format
 msgid "database system was shut down in recovery at %s"
-msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"
+msgstr ""
+"Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"
 
-#: access/transam/xlog.c:6029
+#: access/transam/xlog.c:6040
 #, c-format
 msgid "database system shutdown was interrupted; last known up at %s"
-msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s"
+msgstr ""
+"Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte "
+"Aktion am %s"
 
-#: access/transam/xlog.c:6033
+#: access/transam/xlog.c:6044
 #, c-format
 msgid "database system was interrupted while in recovery at %s"
 msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen"
 
-#: access/transam/xlog.c:6035
+#: access/transam/xlog.c:6046
 #, c-format
-msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
-msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen."
+msgid ""
+"This probably means that some data is corrupted and you will have to use the "
+"last backup for recovery."
+msgstr ""
+"Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die "
+"letzte Datensicherung zur Wiederherstellung verwenden müssen."
 
-#: access/transam/xlog.c:6039
+#: access/transam/xlog.c:6050
 #, c-format
 msgid "database system was interrupted while in recovery at log time %s"
-msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen"
+msgstr ""
+"Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s "
+"unterbrochen"
 
-#: access/transam/xlog.c:6041
+#: access/transam/xlog.c:6052
 #, c-format
-msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
-msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen."
+msgid ""
+"If this has occurred more than once some data might be corrupted and you "
+"might need to choose an earlier recovery target."
+msgstr ""
+"Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten "
+"möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel "
+"wählen."
 
-#: access/transam/xlog.c:6045
+#: access/transam/xlog.c:6056
 #, c-format
 msgid "database system was interrupted; last known up at %s"
 msgstr "Datenbanksystem wurde unterbrochen; letzte bekannte Aktion am %s"
 
-#: access/transam/xlog.c:6094
+#: access/transam/xlog.c:6105
 #, c-format
 msgid "requested timeline %u is not a child of database system timeline %u"
 msgstr "angeforderte Timeline %u ist kein Kind der Datenbanksystem-Timeline %u"
 
-#: access/transam/xlog.c:6112
+#: access/transam/xlog.c:6123
 #, c-format
 msgid "entering standby mode"
 msgstr "Standby-Modus eingeschaltet"
 
-#: access/transam/xlog.c:6115
+#: access/transam/xlog.c:6126
 #, c-format
 msgid "starting point-in-time recovery to XID %u"
 msgstr "starte Point-in-Time-Recovery bis XID %u"
 
-#: access/transam/xlog.c:6119
+#: access/transam/xlog.c:6130
 #, c-format
 msgid "starting point-in-time recovery to %s"
 msgstr "starte Point-in-Time-Recovery bis %s"
 
-#: access/transam/xlog.c:6123
+#: access/transam/xlog.c:6134
 #, c-format
 msgid "starting point-in-time recovery to \"%s\""
 msgstr "starte Point-in-Time-Recovery bis »%s«"
 
-#: access/transam/xlog.c:6127
+#: access/transam/xlog.c:6138
 #, c-format
 msgid "starting archive recovery"
 msgstr "starte Wiederherstellung aus Archiv"
 
-#: access/transam/xlog.c:6150 access/transam/xlog.c:6190
+#: access/transam/xlog.c:6161 access/transam/xlog.c:6201
 #, c-format
 msgid "checkpoint record is at %X/%X"
 msgstr "Checkpoint-Eintrag ist bei %X/%X"
 
-#: access/transam/xlog.c:6164
+#: access/transam/xlog.c:6175
 #, c-format
 msgid "could not find redo location referenced by checkpoint record"
-msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden"
+msgstr ""
+"konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden"
 
-#: access/transam/xlog.c:6165 access/transam/xlog.c:6172
+#: access/transam/xlog.c:6176 access/transam/xlog.c:6183
 #, c-format
-msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
-msgstr "Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/backup_label« zu löschen."
+msgid ""
+"If you are not restoring from a backup, try removing the file \"%s/"
+"backup_label\"."
+msgstr ""
+"Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/"
+"backup_label« zu löschen."
 
-#: access/transam/xlog.c:6171
+#: access/transam/xlog.c:6182
 #, c-format
 msgid "could not locate required checkpoint record"
 msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden"
 
-#: access/transam/xlog.c:6200 access/transam/xlog.c:6215
+#: access/transam/xlog.c:6211 access/transam/xlog.c:6226
 #, c-format
 msgid "could not locate a valid checkpoint record"
 msgstr "konnte keinen gültigen Checkpoint-Datensatz finden"
 
-#: access/transam/xlog.c:6209
+#: access/transam/xlog.c:6220
 #, c-format
 msgid "using previous checkpoint record at %X/%X"
 msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X"
 
-#: access/transam/xlog.c:6224
+#: access/transam/xlog.c:6235
 #, c-format
 msgid "redo record is at %X/%X; shutdown %s"
 msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s"
 
-#: access/transam/xlog.c:6228
+#: access/transam/xlog.c:6239
 #, c-format
 msgid "next transaction ID: %u/%u; next OID: %u"
 msgstr "nächste Transaktions-ID: %u/%u; nächste OID: %u"
 
-#: access/transam/xlog.c:6232
+#: access/transam/xlog.c:6243
 #, c-format
 msgid "next MultiXactId: %u; next MultiXactOffset: %u"
 msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u"
 
-#: access/transam/xlog.c:6235
+#: access/transam/xlog.c:6246
 #, c-format
 msgid "oldest unfrozen transaction ID: %u, in database %u"
 msgstr "älteste nicht eingefrorene Transaktions-ID: %u, in Datenbank %u"
 
-#: access/transam/xlog.c:6239
+#: access/transam/xlog.c:6250
 #, c-format
 msgid "invalid next transaction ID"
 msgstr "ungültige nächste Transaktions-ID"
 
-#: access/transam/xlog.c:6260
+#: access/transam/xlog.c:6271
 #, c-format
 msgid "invalid redo in checkpoint record"
 msgstr "ungültiges Redo im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6271
+#: access/transam/xlog.c:6282
 #, c-format
 msgid "invalid redo record in shutdown checkpoint"
 msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint"
 
-#: access/transam/xlog.c:6302
+#: access/transam/xlog.c:6313
 #, c-format
-msgid "database system was not properly shut down; automatic recovery in progress"
-msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft"
+msgid ""
+"database system was not properly shut down; automatic recovery in progress"
+msgstr ""
+"Datenbanksystem wurde nicht richtig heruntergefahren; automatische "
+"Wiederherstellung läuft"
 
-#: access/transam/xlog.c:6334
+#: access/transam/xlog.c:6345
 #, c-format
 msgid "backup_label contains inconsistent data with control file"
 msgstr ""
 
-#: access/transam/xlog.c:6335
+#: access/transam/xlog.c:6346
 #, fuzzy, c-format
-msgid "This means that the backup is corrupted and you will have to use another backup for recovery."
-msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen."
+msgid ""
+"This means that the backup is corrupted and you will have to use another "
+"backup for recovery."
+msgstr ""
+"Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die "
+"letzte Datensicherung zur Wiederherstellung verwenden müssen."
 
-#: access/transam/xlog.c:6403
+#: access/transam/xlog.c:6414
 #, c-format
 msgid "initializing for hot standby"
 msgstr "initialisiere für Hot Standby"
 
-#: access/transam/xlog.c:6534
+#: access/transam/xlog.c:6546
 #, c-format
 msgid "redo starts at %X/%X"
 msgstr "Redo beginnt bei %X/%X"
 
-#: access/transam/xlog.c:6679
+#: access/transam/xlog.c:6691
 #, c-format
 msgid "redo done at %X/%X"
 msgstr "Redo fertig bei %X/%X"
 
-#: access/transam/xlog.c:6684 access/transam/xlog.c:8280
+#: access/transam/xlog.c:6696 access/transam/xlog.c:8291
 #, c-format
 msgid "last completed transaction was at log time %s"
 msgstr "letzte vollständige Transaktion war bei Logzeit %s"
 
-#: access/transam/xlog.c:6692
+#: access/transam/xlog.c:6704
 #, c-format
 msgid "redo is not required"
 msgstr "Redo nicht nötig"
 
-#: access/transam/xlog.c:6740
+#: access/transam/xlog.c:6752
 #, c-format
 msgid "requested recovery stop point is before consistent recovery point"
 msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt"
 
-#: access/transam/xlog.c:6756 access/transam/xlog.c:6760
+#: access/transam/xlog.c:6768 access/transam/xlog.c:6772
 #, c-format
 msgid "WAL ends before end of online backup"
 msgstr "WAL endet vor dem Ende der Online-Sicherung"
 
-#: access/transam/xlog.c:6757
+#: access/transam/xlog.c:6769
 #, c-format
-msgid "All WAL generated while online backup was taken must be available at recovery."
+msgid ""
+"All WAL generated while online backup was taken must be available at "
+"recovery."
 msgstr ""
 
-#: access/transam/xlog.c:6761
+#: access/transam/xlog.c:6773
 #, c-format
-msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery."
-msgstr "Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der Wiederherstellung verfügbar sein."
+msgid ""
+"Online backup started with pg_start_backup() must be ended with "
+"pg_stop_backup(), and all WAL up to that point must be available at recovery."
+msgstr ""
+"Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup"
+"() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der "
+"Wiederherstellung verfügbar sein."
 
-#: access/transam/xlog.c:6764
+#: access/transam/xlog.c:6776
 #, c-format
 msgid "WAL ends before consistent recovery point"
 msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt"
 
-#: access/transam/xlog.c:6786
+#: access/transam/xlog.c:6798
 #, c-format
 msgid "selected new timeline ID: %u"
 msgstr "gewählte neue Timeline-ID: %u"
 
-#: access/transam/xlog.c:7046
+#: access/transam/xlog.c:7058
 #, c-format
 msgid "consistent recovery state reached at %X/%X"
 msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X"
 
-#: access/transam/xlog.c:7212
+#: access/transam/xlog.c:7224
 #, c-format
 msgid "invalid primary checkpoint link in control file"
 msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: access/transam/xlog.c:7216
+#: access/transam/xlog.c:7228
 #, c-format
 msgid "invalid secondary checkpoint link in control file"
 msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: access/transam/xlog.c:7220
+#: access/transam/xlog.c:7232
 #, c-format
 msgid "invalid checkpoint link in backup_label file"
 msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei"
 
-#: access/transam/xlog.c:7234
+#: access/transam/xlog.c:7246
 #, c-format
 msgid "invalid primary checkpoint record"
 msgstr "ungültiger primärer Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7238
+#: access/transam/xlog.c:7250
 #, c-format
 msgid "invalid secondary checkpoint record"
 msgstr "ungültiger sekundärer Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7242
+#: access/transam/xlog.c:7254
 #, c-format
 msgid "invalid checkpoint record"
 msgstr "ungültiger Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7253
+#: access/transam/xlog.c:7265
 #, c-format
 msgid "invalid resource manager ID in primary checkpoint record"
 msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7257
+#: access/transam/xlog.c:7269
 #, c-format
 msgid "invalid resource manager ID in secondary checkpoint record"
 msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7261
+#: access/transam/xlog.c:7273
 #, c-format
 msgid "invalid resource manager ID in checkpoint record"
 msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7273
+#: access/transam/xlog.c:7285
 #, c-format
 msgid "invalid xl_info in primary checkpoint record"
 msgstr "ungültige xl_info im primären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7277
+#: access/transam/xlog.c:7289
 #, c-format
 msgid "invalid xl_info in secondary checkpoint record"
 msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7281
+#: access/transam/xlog.c:7293
 #, c-format
 msgid "invalid xl_info in checkpoint record"
 msgstr "ungültige xl_info im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:7293
+#: access/transam/xlog.c:7305
 #, c-format
 msgid "invalid length of primary checkpoint record"
 msgstr "ungültige Länge des primären Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:7297
+#: access/transam/xlog.c:7309
 #, c-format
 msgid "invalid length of secondary checkpoint record"
 msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:7301
+#: access/transam/xlog.c:7313
 #, c-format
 msgid "invalid length of checkpoint record"
 msgstr "ungültige Länge des Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:7463
+#: access/transam/xlog.c:7475
 #, c-format
 msgid "shutting down"
 msgstr "fahre herunter"
 
-#: access/transam/xlog.c:7485
+#: access/transam/xlog.c:7497
 #, c-format
 msgid "database system is shut down"
 msgstr "Datenbanksystem ist heruntergefahren"
 
-#: access/transam/xlog.c:7935
+#: access/transam/xlog.c:7945
 #, c-format
-msgid "concurrent transaction log activity while database system is shutting down"
-msgstr "gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem herunterfährt"
+msgid ""
+"concurrent transaction log activity while database system is shutting down"
+msgstr ""
+"gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem "
+"herunterfährt"
 
-#: access/transam/xlog.c:8145
+#: access/transam/xlog.c:8156
 #, c-format
 msgid "skipping restartpoint, recovery has already ended"
 msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet"
 
-#: access/transam/xlog.c:8168
+#: access/transam/xlog.c:8179
 #, c-format
 msgid "skipping restartpoint, already performed at %X/%X"
 msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt"
 
-#: access/transam/xlog.c:8278
+#: access/transam/xlog.c:8289
 #, c-format
 msgid "recovery restart point at %X/%X"
 msgstr "Recovery-Restart-Punkt bei %X/%X"
 
-#: access/transam/xlog.c:8422
+#: access/transam/xlog.c:8433
 #, c-format
 msgid "restore point \"%s\" created at %X/%X"
 msgstr "Restore-Punkt »%s« erzeugt bei %X/%X"
 
-#: access/transam/xlog.c:8593
+#: access/transam/xlog.c:8604
 #, c-format
 msgid "online backup was canceled, recovery cannot continue"
-msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden"
+msgstr ""
+"Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt "
+"werden"
 
-#: access/transam/xlog.c:8656
+#: access/transam/xlog.c:8667
 #, c-format
 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
 msgstr "unerwartete Timeline-ID %u (nach %u) im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:8705
+#: access/transam/xlog.c:8716
 #, c-format
 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
 msgstr "unerwartete Timeline-ID %u (sollte %u sein) im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:9002 access/transam/xlog.c:9026
+#: access/transam/xlog.c:9013 access/transam/xlog.c:9037
 #, c-format
 msgid "could not fsync log file %u, segment %u: %m"
 msgstr "konnte Logdatei %u, Segment %u nicht fsyncen: %m"
 
-#: access/transam/xlog.c:9034
+#: access/transam/xlog.c:9045
 #, c-format
 msgid "could not fsync write-through log file %u, segment %u: %m"
 msgstr "konnte Write-Through-Logdatei %u, Segment %u nicht fsyncen: %m"
 
-#: access/transam/xlog.c:9043
+#: access/transam/xlog.c:9054
 #, c-format
 msgid "could not fdatasync log file %u, segment %u: %m"
 msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m"
 
-#: access/transam/xlog.c:9099 access/transam/xlog.c:9427
+#: access/transam/xlog.c:9110 access/transam/xlog.c:9439
 #, c-format
 msgid "must be superuser or replication role to run a backup"
 msgstr "nur Superuser und Replikationsrollen können ein Backup ausführen"
 
-#: access/transam/xlog.c:9107 access/transam/xlog.c:9435
+#: access/transam/xlog.c:9118 access/transam/xlog.c:9447
 #: access/transam/xlogfuncs.c:107 access/transam/xlogfuncs.c:139
 #: access/transam/xlogfuncs.c:181 access/transam/xlogfuncs.c:205
 #: access/transam/xlogfuncs.c:288 access/transam/xlogfuncs.c:365
@@ -1775,146 +1993,181 @@ msgstr "nur Superuser und Replikationsrollen können ein Backup ausführen"
 msgid "recovery is in progress"
 msgstr "Wiederherstellung läuft"
 
-#: access/transam/xlog.c:9108 access/transam/xlog.c:9436
+#: access/transam/xlog.c:9119 access/transam/xlog.c:9448
 #: access/transam/xlogfuncs.c:108 access/transam/xlogfuncs.c:140
 #: access/transam/xlogfuncs.c:182 access/transam/xlogfuncs.c:206
 #, c-format
 msgid "WAL control functions cannot be executed during recovery."
-msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden."
+msgstr ""
+"Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt "
+"werden."
 
-#: access/transam/xlog.c:9117 access/transam/xlog.c:9445
+#: access/transam/xlog.c:9128 access/transam/xlog.c:9457
 #, c-format
 msgid "WAL level not sufficient for making an online backup"
 msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen"
 
-#: access/transam/xlog.c:9118 access/transam/xlog.c:9446
+#: access/transam/xlog.c:9129 access/transam/xlog.c:9458
 #: access/transam/xlogfuncs.c:146
 #, c-format
-msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start."
-msgstr "wal_level muss beim Serverstart auf »archive« oder »hot_standby« gesetzt werden."
+msgid ""
+"wal_level must be set to \"archive\" or \"hot_standby\" at server start."
+msgstr ""
+"wal_level muss beim Serverstart auf »archive« oder »hot_standby« gesetzt "
+"werden."
 
-#: access/transam/xlog.c:9123
+#: access/transam/xlog.c:9134
 #, c-format
 msgid "backup label too long (max %d bytes)"
 msgstr "Backup-Label zu lang (maximal %d Bytes)"
 
-#: access/transam/xlog.c:9154 access/transam/xlog.c:9329
+#: access/transam/xlog.c:9165 access/transam/xlog.c:9341
 #, c-format
 msgid "a backup is already in progress"
 msgstr "ein Backup läuft bereits"
 
-#: access/transam/xlog.c:9155
+#: access/transam/xlog.c:9166
 #, c-format
 msgid "Run pg_stop_backup() and try again."
 msgstr "Führen Sie pg_stop_backup() aus und versuchen Sie es nochmal."
 
-#: access/transam/xlog.c:9247
+#: access/transam/xlog.c:9259
 #, c-format
-msgid "WAL generated with full_page_writes=off was replayed since last restartpoint"
+msgid ""
+"WAL generated with full_page_writes=off was replayed since last restartpoint"
 msgstr ""
 
-#: access/transam/xlog.c:9249 access/transam/xlog.c:9595
+#: access/transam/xlog.c:9261 access/transam/xlog.c:9607
 #, c-format
-msgid "This means that the backup being taken on standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again."
+msgid ""
+"This means that the backup being taken on standby is corrupt and should not "
+"be used. Enable full_page_writes and run CHECKPOINT on the master, and then "
+"try an online backup again."
 msgstr ""
 
-#: access/transam/xlog.c:9330
+#: access/transam/xlog.c:9342
 #, c-format
-msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
-msgstr "Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei »%s« und versuchen Sie es noch einmal."
+msgid ""
+"If you're sure there is no backup in progress, remove file \"%s\" and try "
+"again."
+msgstr ""
+"Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei "
+"»%s« und versuchen Sie es noch einmal."
 
-#: access/transam/xlog.c:9346 access/transam/xlog.c:9654
+#: access/transam/xlog.c:9358 access/transam/xlog.c:9666
 #, c-format
 msgid "could not write file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht schreiben: %m"
 
-#: access/transam/xlog.c:9490
+#: access/transam/xlog.c:9502
 #, c-format
 msgid "a backup is not in progress"
 msgstr "es läuft kein Backup"
 
-#: access/transam/xlog.c:9529 access/transam/xlog.c:9541
-#: access/transam/xlog.c:9894 access/transam/xlog.c:9900
+#: access/transam/xlog.c:9541 access/transam/xlog.c:9553
+#: access/transam/xlog.c:9906 access/transam/xlog.c:9912
 #, c-format
 msgid "invalid data in file \"%s\""
 msgstr "ungültige Daten in Datei »%s«"
 
-#: access/transam/xlog.c:9545
+#: access/transam/xlog.c:9557
 #, c-format
 msgid "the standby was promoted during online backup"
 msgstr ""
 
-#: access/transam/xlog.c:9546
+#: access/transam/xlog.c:9558
 #, c-format
-msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
+msgid ""
+"This means that the backup being taken is corrupt and should not be used. "
+"Try taking another online backup."
 msgstr ""
 
-#: access/transam/xlog.c:9593
+#: access/transam/xlog.c:9605
 #, c-format
-msgid "WAL generated with full_page_writes=off was replayed during online backup"
+msgid ""
+"WAL generated with full_page_writes=off was replayed during online backup"
 msgstr ""
 
-#: access/transam/xlog.c:9703
+#: access/transam/xlog.c:9715
 #, c-format
-msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
-msgstr "Aufräumen nach pg_stop_backup beendet, warte bis die benötigten WAL-Segmente archiviert sind"
+msgid ""
+"pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
+msgstr ""
+"Aufräumen nach pg_stop_backup beendet, warte bis die benötigten WAL-Segmente "
+"archiviert sind"
 
-#: access/transam/xlog.c:9713
+#: access/transam/xlog.c:9725
 #, c-format
-msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)"
-msgstr "pg_stop_backup wartet immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)"
+msgid ""
+"pg_stop_backup still waiting for all required WAL segments to be archived "
+"(%d seconds elapsed)"
+msgstr ""
+"pg_stop_backup wartet immer noch, bis alle benötigten WAL-Segmente "
+"archiviert sind (%d Sekunden abgelaufen)"
 
-#: access/transam/xlog.c:9715
+#: access/transam/xlog.c:9727
 #, c-format
-msgid "Check that your archive_command is executing properly.  pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments."
-msgstr "Prüfen Sie, ob das archive_command korrekt ausgeführt wird. pg_stop_backup kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein."
+msgid ""
+"Check that your archive_command is executing properly.  pg_stop_backup can "
+"be canceled safely, but the database backup will not be usable without all "
+"the WAL segments."
+msgstr ""
+"Prüfen Sie, ob das archive_command korrekt ausgeführt wird. pg_stop_backup "
+"kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die "
+"fehlenden WAL-Segmente nicht benutzbar sein."
 
-#: access/transam/xlog.c:9722
+#: access/transam/xlog.c:9734
 #, c-format
 msgid "pg_stop_backup complete, all required WAL segments have been archived"
-msgstr "pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert"
+msgstr ""
+"pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert"
 
-#: access/transam/xlog.c:9726
+#: access/transam/xlog.c:9738
 #, c-format
-msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
-msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen"
+msgid ""
+"WAL archiving is not enabled; you must ensure that all required WAL segments "
+"are copied through other means to complete the backup"
+msgstr ""
+"WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle "
+"benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung "
+"abzuschließen"
 
-#: access/transam/xlog.c:9943
+#: access/transam/xlog.c:9956
 #, c-format
 msgid "xlog redo %s"
 msgstr "xlog redo %s"
 
-#: access/transam/xlog.c:9983
+#: access/transam/xlog.c:9996
 #, c-format
 msgid "online backup mode canceled"
 msgstr "Online-Sicherungsmodus storniert"
 
-#: access/transam/xlog.c:9984
+#: access/transam/xlog.c:9997
 #, c-format
 msgid "\"%s\" was renamed to \"%s\"."
 msgstr "»%s« wurde in »%s« umbenannt."
 
-#: access/transam/xlog.c:9991
+#: access/transam/xlog.c:10004
 #, c-format
 msgid "online backup mode was not canceled"
 msgstr "Online-Sicherungsmodus wurde nicht storniert"
 
-#: access/transam/xlog.c:9992
+#: access/transam/xlog.c:10005
 #, c-format
 msgid "Could not rename \"%s\" to \"%s\": %m."
 msgstr "Konnte »%s« nicht in »%s« umbenennen: %m."
 
-#: access/transam/xlog.c:10339 access/transam/xlog.c:10361
+#: access/transam/xlog.c:10352 access/transam/xlog.c:10374
 #, c-format
 msgid "could not read from log file %u, segment %u, offset %u: %m"
 msgstr "konnte nicht aus Logdatei %u, Segment %u, Position %u lesen: %m"
 
-#: access/transam/xlog.c:10450
+#: access/transam/xlog.c:10463
 #, c-format
 msgid "received promote request"
 msgstr "Anforderung zum Befördern empfangen"
 
-#: access/transam/xlog.c:10463
+#: access/transam/xlog.c:10476
 #, c-format
 msgid "trigger file found: %s"
 msgstr "Triggerdatei gefunden: %s"
@@ -1942,7 +2195,9 @@ msgstr "Wert zu lang für Restore-Punkt (maximal %d Zeichen)"
 #: access/transam/xlogfuncs.c:289
 #, c-format
 msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
-msgstr "pg_xlogfile_name_offset() kann nicht während der Wiederherstellung ausgeführt werden."
+msgstr ""
+"pg_xlogfile_name_offset() kann nicht während der Wiederherstellung "
+"ausgeführt werden."
 
 #: access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:375
 #: access/transam/xlogfuncs.c:530 access/transam/xlogfuncs.c:534
@@ -1953,7 +2208,9 @@ msgstr "konnte Transaktionslogposition »%s« nicht interpretieren"
 #: access/transam/xlogfuncs.c:366
 #, c-format
 msgid "pg_xlogfile_name() cannot be executed during recovery."
-msgstr "pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt werden."
+msgstr ""
+"pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt "
+"werden."
 
 #: access/transam/xlogfuncs.c:396 access/transam/xlogfuncs.c:418
 #: access/transam/xlogfuncs.c:440
@@ -1971,7 +2228,9 @@ msgstr "Wiederherstellung läuft nicht"
 #: access/transam/xlogfuncs.c:446
 #, c-format
 msgid "Recovery control functions can only be executed during recovery."
-msgstr "Wiederherstellungskontrollfunktionen können nur während der Wiederherstellung ausgeführt werden."
+msgstr ""
+"Wiederherstellungskontrollfunktionen können nur während der "
+"Wiederherstellung ausgeführt werden."
 
 #: access/transam/xlogfuncs.c:495 access/transam/xlogfuncs.c:501
 #, c-format
@@ -1983,18 +2242,18 @@ msgstr "ungültige Eingabesyntax für Transaktionslogposition: »%s«"
 msgid "xrecoff \"%X\" is out of valid range, 0..%X"
 msgstr "Index %d ist außerhalb des gültigen Bereichs, 0..%d"
 
-#: bootstrap/bootstrap.c:275 postmaster/postmaster.c:699 tcop/postgres.c:3432
+#: bootstrap/bootstrap.c:275 postmaster/postmaster.c:700 tcop/postgres.c:3435
 #, c-format
 msgid "--%s requires a value"
 msgstr "--%s benötigt einen Wert"
 
-#: bootstrap/bootstrap.c:280 postmaster/postmaster.c:704 tcop/postgres.c:3437
+#: bootstrap/bootstrap.c:280 postmaster/postmaster.c:705 tcop/postgres.c:3440
 #, c-format
 msgid "-c %s requires a value"
 msgstr "-c %s benötigt einen Wert"
 
-#: bootstrap/bootstrap.c:291 postmaster/postmaster.c:716
-#: postmaster/postmaster.c:729
+#: bootstrap/bootstrap.c:291 postmaster/postmaster.c:717
+#: postmaster/postmaster.c:730
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
@@ -2022,7 +2281,8 @@ msgstr "es wurden keine Privilegien für »%s« gewährt"
 #: catalog/aclchk.c:335
 #, c-format
 msgid "not all privileges were granted for column \"%s\" of relation \"%s\""
-msgstr "es wurden nicht alle Priviligien für Spalte »%s« von Relation »%s« gewährt"
+msgstr ""
+"es wurden nicht alle Priviligien für Spalte »%s« von Relation »%s« gewährt"
 
 #: catalog/aclchk.c:340
 #, c-format
@@ -2032,7 +2292,9 @@ msgstr "es wurden nicht alle Priviligien für »%s« gewährt"
 #: catalog/aclchk.c:351
 #, c-format
 msgid "no privileges could be revoked for column \"%s\" of relation \"%s\""
-msgstr "es konnten keine Privilegien für Spalte »%s« von Relation »%s« entzogen werden"
+msgstr ""
+"es konnten keine Privilegien für Spalte »%s« von Relation »%s« entzogen "
+"werden"
 
 #: catalog/aclchk.c:356
 #, c-format
@@ -2041,8 +2303,11 @@ msgstr "es konnten keine Privilegien für »%s« entzogen werden"
 
 #: catalog/aclchk.c:364
 #, c-format
-msgid "not all privileges could be revoked for column \"%s\" of relation \"%s\""
-msgstr "es konnten nicht alle Privilegien für Spalte »%s« von Relation »%s« entzogen werden"
+msgid ""
+"not all privileges could be revoked for column \"%s\" of relation \"%s\""
+msgstr ""
+"es konnten nicht alle Privilegien für Spalte »%s« von Relation »%s« entzogen "
+"werden"
 
 #: catalog/aclchk.c:369
 #, c-format
@@ -2158,13 +2423,13 @@ msgid "default privileges cannot be set for columns"
 msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden"
 
 #: catalog/aclchk.c:1475 catalog/objectaddress.c:813 commands/analyze.c:384
-#: commands/copy.c:3932 commands/sequence.c:1433 commands/tablecmds.c:4850
-#: commands/tablecmds.c:4940 commands/tablecmds.c:4987
-#: commands/tablecmds.c:5089 commands/tablecmds.c:5133
-#: commands/tablecmds.c:5212 commands/tablecmds.c:5296
-#: commands/tablecmds.c:7222 commands/tablecmds.c:7440
-#: commands/tablecmds.c:7829 commands/trigger.c:604 parser/analyze.c:2039
-#: parser/parse_relation.c:2049 parser/parse_relation.c:2106
+#: commands/copy.c:3934 commands/sequence.c:1433 commands/tablecmds.c:4854
+#: commands/tablecmds.c:4944 commands/tablecmds.c:4991
+#: commands/tablecmds.c:5093 commands/tablecmds.c:5137
+#: commands/tablecmds.c:5216 commands/tablecmds.c:5300
+#: commands/tablecmds.c:7227 commands/tablecmds.c:7445
+#: commands/tablecmds.c:7834 commands/trigger.c:604 parser/analyze.c:2039
+#: parser/parse_relation.c:2050 parser/parse_relation.c:2107
 #: parser/parse_target.c:896 parser/parse_type.c:123 utils/adt/acl.c:2838
 #: utils/adt/ruleutils.c:1613
 #, c-format
@@ -2172,7 +2437,7 @@ msgid "column \"%s\" of relation \"%s\" does not exist"
 msgstr "Spalte »%s« von Relation »%s« existiert nicht"
 
 #: catalog/aclchk.c:1740 catalog/objectaddress.c:648 commands/sequence.c:1049
-#: commands/tablecmds.c:209 commands/tablecmds.c:10354 utils/adt/acl.c:2074
+#: commands/tablecmds.c:209 commands/tablecmds.c:10361 utils/adt/acl.c:2074
 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168
 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226
 #, c-format
@@ -2219,7 +2484,7 @@ msgstr "Array-Typ %s kann nicht verändert werden"
 msgid "Set the privileges of the element type instead."
 msgstr "Setzen Sie stattdessen die Privilegien des Elementtyps."
 
-#: catalog/aclchk.c:3083 catalog/objectaddress.c:863 commands/typecmds.c:3126
+#: catalog/aclchk.c:3083 catalog/objectaddress.c:864 commands/typecmds.c:3126
 #, c-format
 msgid "\"%s\" is not a domain"
 msgstr "»%s« ist keine Domäne"
@@ -2535,37 +2800,37 @@ msgstr "ungültiger Fork-Name"
 msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"."
 msgstr "Gültige Fork-Namen sind »main«, »fsm« und »vm«."
 
-#: catalog/dependency.c:609
+#: catalog/dependency.c:610
 #, c-format
 msgid "cannot drop %s because %s requires it"
 msgstr "kann %s nicht löschen, wird von %s benötigt"
 
-#: catalog/dependency.c:612
+#: catalog/dependency.c:613
 #, c-format
 msgid "You can drop %s instead."
 msgstr "Sie können stattdessen %s löschen."
 
-#: catalog/dependency.c:773 catalog/pg_shdepend.c:564
+#: catalog/dependency.c:774 catalog/pg_shdepend.c:564
 #, c-format
 msgid "cannot drop %s because it is required by the database system"
 msgstr "kann %s nicht löschen, wird vom Datenbanksystem benötigt"
 
-#: catalog/dependency.c:889
+#: catalog/dependency.c:890
 #, c-format
 msgid "drop auto-cascades to %s"
 msgstr "Löschvorgang löscht automatisch %s"
 
-#: catalog/dependency.c:901 catalog/dependency.c:910
+#: catalog/dependency.c:902 catalog/dependency.c:911
 #, c-format
 msgid "%s depends on %s"
 msgstr "%s hängt von %s ab"
 
-#: catalog/dependency.c:922 catalog/dependency.c:931
+#: catalog/dependency.c:923 catalog/dependency.c:932
 #, c-format
 msgid "drop cascades to %s"
 msgstr "Löschvorgang löscht ebenfalls %s"
 
-#: catalog/dependency.c:939 catalog/pg_shdepend.c:675
+#: catalog/dependency.c:940 catalog/pg_shdepend.c:675
 #, c-format
 msgid ""
 "\n"
@@ -2580,14 +2845,14 @@ msgstr[1] ""
 "\n"
 "und %d weitere Objekte (Liste im Serverlog)"
 
-#: catalog/dependency.c:951
+#: catalog/dependency.c:952
 #, c-format
 msgid "cannot drop %s because other objects depend on it"
 msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen"
 
-#: catalog/dependency.c:953 catalog/dependency.c:954 catalog/dependency.c:960
-#: catalog/dependency.c:961 catalog/dependency.c:972 catalog/dependency.c:973
-#: catalog/objectaddress.c:555 commands/tablecmds.c:728 commands/user.c:959
+#: catalog/dependency.c:954 catalog/dependency.c:955 catalog/dependency.c:961
+#: catalog/dependency.c:962 catalog/dependency.c:973 catalog/dependency.c:974
+#: catalog/objectaddress.c:555 commands/tablecmds.c:728 commands/user.c:960
 #: port/win32/security.c:51 storage/lmgr/deadlock.c:947 utils/misc/guc.c:5434
 #: utils/misc/guc.c:5769 utils/misc/guc.c:8130 utils/misc/guc.c:8164
 #: utils/misc/guc.c:8198 utils/misc/guc.c:8232 utils/misc/guc.c:8267
@@ -2595,85 +2860,88 @@ msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen"
 msgid "%s"
 msgstr "%s"
 
-#: catalog/dependency.c:955 catalog/dependency.c:962
+#: catalog/dependency.c:956 catalog/dependency.c:963
 #, c-format
 msgid "Use DROP ... CASCADE to drop the dependent objects too."
-msgstr "Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu löschen."
+msgstr ""
+"Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu "
+"löschen."
 
-#: catalog/dependency.c:959
+#: catalog/dependency.c:960
 #, c-format
 msgid "cannot drop desired object(s) because other objects depend on them"
-msgstr "kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen"
+msgstr ""
+"kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen"
 
 #. translator: %d always has a value larger than 1
-#: catalog/dependency.c:968
+#: catalog/dependency.c:969
 #, c-format
 msgid "drop cascades to %d other object"
 msgid_plural "drop cascades to %d other objects"
 msgstr[0] "Löschvorgang löscht ebenfalls %d weiteres Objekt"
 msgstr[1] "Löschvorgang löscht ebenfalls %d weitere Objekte"
 
-#: catalog/dependency.c:2294
+#: catalog/dependency.c:2296
 #, c-format
 msgid " column %s"
 msgstr " Spalte %s"
 
-#: catalog/dependency.c:2300
+#: catalog/dependency.c:2302
 #, c-format
 msgid "function %s"
 msgstr "Funktion %s"
 
-#: catalog/dependency.c:2305
+#: catalog/dependency.c:2307
 #, c-format
 msgid "type %s"
 msgstr "Typ %s"
 
-#: catalog/dependency.c:2335
+#: catalog/dependency.c:2337
 #, c-format
 msgid "cast from %s to %s"
 msgstr "Typumwandlung von %s in %s"
 
-#: catalog/dependency.c:2355
+#: catalog/dependency.c:2357
 #, c-format
 msgid "collation %s"
 msgstr "Sortierfolge %s"
 
-#: catalog/dependency.c:2379
+#: catalog/dependency.c:2381
 #, c-format
 msgid "constraint %s on %s"
 msgstr "Constraint %s für %s"
 
-#: catalog/dependency.c:2385
+#: catalog/dependency.c:2387
 #, c-format
 msgid "constraint %s"
 msgstr "Constraint %s"
 
-#: catalog/dependency.c:2402
+#: catalog/dependency.c:2404
 #, c-format
 msgid "conversion %s"
 msgstr "Konversion %s"
 
-#: catalog/dependency.c:2439
+#: catalog/dependency.c:2441
 #, c-format
 msgid "default for %s"
 msgstr "Vorgabewert für %s"
 
-#: catalog/dependency.c:2456
+#: catalog/dependency.c:2458
 #, c-format
 msgid "language %s"
 msgstr "Sprache %s"
 
-#: catalog/dependency.c:2462
+#: catalog/dependency.c:2464
 #, c-format
 msgid "large object %u"
 msgstr "Large Object %u"
 
-#: catalog/dependency.c:2467
+#: catalog/dependency.c:2469
 #, c-format
 msgid "operator %s"
 msgstr "Operator %s"
 
-#: catalog/dependency.c:2499
+#: catalog/dependency.c:2501
 #, c-format
 msgid "operator class %s for access method %s"
 msgstr "Operatorklasse %s für Zugriffsmethode %s"
@@ -2682,7 +2950,7 @@ msgstr "Operatorklasse %s für Zugriffsmethode %s"
 #. first two %s's are data type names, the third %s is the
 #. description of the operator family, and the last %s is the
 #. textual form of the operator with arguments.
-#: catalog/dependency.c:2549
+#: catalog/dependency.c:2551
 #, c-format
 msgid "operator %d (%s, %s) of %s: %s"
 msgstr "Operator %d (%s, %s) von %s: %s"
@@ -2691,152 +2959,152 @@ msgstr "Operator %d (%s, %s) von %s: %s"
 #. are data type names, the third %s is the description of the
 #. operator family, and the last %s is the textual form of the
 #. function with arguments.
-#: catalog/dependency.c:2599
+#: catalog/dependency.c:2601
 #, c-format
 msgid "function %d (%s, %s) of %s: %s"
 msgstr "Funktion %d (%s, %s) von %s: %s"
 
-#: catalog/dependency.c:2639
+#: catalog/dependency.c:2641
 #, c-format
 msgid "rule %s on "
 msgstr "Regel %s für "
 
-#: catalog/dependency.c:2674
+#: catalog/dependency.c:2676
 #, c-format
 msgid "trigger %s on "
 msgstr "Trigger %s für "
 
-#: catalog/dependency.c:2691
+#: catalog/dependency.c:2693
 #, c-format
 msgid "schema %s"
 msgstr "Schema %s"
 
-#: catalog/dependency.c:2704
+#: catalog/dependency.c:2706
 #, c-format
 msgid "text search parser %s"
 msgstr "Textsucheparser %s"
 
-#: catalog/dependency.c:2719
+#: catalog/dependency.c:2721
 #, c-format
 msgid "text search dictionary %s"
 msgstr "Textsuchewörterbuch %s"
 
-#: catalog/dependency.c:2734
+#: catalog/dependency.c:2736
 #, c-format
 msgid "text search template %s"
 msgstr "Textsuchevorlage %s"
 
-#: catalog/dependency.c:2749
+#: catalog/dependency.c:2751
 #, c-format
 msgid "text search configuration %s"
 msgstr "Textsuchekonfiguration %s"
 
-#: catalog/dependency.c:2757
+#: catalog/dependency.c:2759
 #, c-format
 msgid "role %s"
 msgstr "Rolle %s"
 
-#: catalog/dependency.c:2770
+#: catalog/dependency.c:2772
 #, c-format
 msgid "database %s"
 msgstr "Datenbank %s"
 
-#: catalog/dependency.c:2782
+#: catalog/dependency.c:2784
 #, c-format
 msgid "tablespace %s"
 msgstr "Tablespace %s"
 
-#: catalog/dependency.c:2791
+#: catalog/dependency.c:2793
 #, c-format
 msgid "foreign-data wrapper %s"
 msgstr "Fremddaten-Wrapper %s"
 
-#: catalog/dependency.c:2800
+#: catalog/dependency.c:2802
 #, c-format
 msgid "server %s"
 msgstr "Server %s"
 
-#: catalog/dependency.c:2825
+#: catalog/dependency.c:2827
 #, c-format
 msgid "user mapping for %s"
 msgstr "Benutzerabbildung für %s"
 
-#: catalog/dependency.c:2859
+#: catalog/dependency.c:2861
 #, c-format
 msgid "default privileges on new relations belonging to role %s"
 msgstr "Vorgabeprivilegien für neue Relationen von Rolle %s"
 
-#: catalog/dependency.c:2864
+#: catalog/dependency.c:2866
 #, c-format
 msgid "default privileges on new sequences belonging to role %s"
 msgstr "Vorgabeprivilegien für neue Sequenzen von Rolle %s"
 
-#: catalog/dependency.c:2869
+#: catalog/dependency.c:2871
 #, c-format
 msgid "default privileges on new functions belonging to role %s"
 msgstr "Vorgabeprivilegien für neue Funktionen von Rolle %s"
 
-#: catalog/dependency.c:2875
+#: catalog/dependency.c:2877
 #, c-format
 msgid "default privileges belonging to role %s"
 msgstr "Vorgabeprivilegien von Rolle %s"
 
-#: catalog/dependency.c:2883
+#: catalog/dependency.c:2885
 #, c-format
 msgid " in schema %s"
 msgstr " in Schema %s"
 
-#: catalog/dependency.c:2900
+#: catalog/dependency.c:2902
 #, c-format
 msgid "extension %s"
 msgstr "Erweiterung %s"
 
-#: catalog/dependency.c:2958
+#: catalog/dependency.c:2960
 #, c-format
 msgid "table %s"
 msgstr "Tabelle %s"
 
-#: catalog/dependency.c:2962
+#: catalog/dependency.c:2964
 #, c-format
 msgid "index %s"
 msgstr "Index %s"
 
-#: catalog/dependency.c:2966
+#: catalog/dependency.c:2968
 #, c-format
 msgid "sequence %s"
 msgstr "Sequenz %s"
 
-#: catalog/dependency.c:2970
+#: catalog/dependency.c:2972
 #, c-format
 msgid "uncataloged table %s"
 msgstr "nicht katalogisierte Tabelle %s"
 
-#: catalog/dependency.c:2974
+#: catalog/dependency.c:2976
 #, c-format
 msgid "toast table %s"
 msgstr "TOAST-Tabelle %s"
 
-#: catalog/dependency.c:2978
+#: catalog/dependency.c:2980
 #, c-format
 msgid "view %s"
 msgstr "Sicht %s"
 
-#: catalog/dependency.c:2982
+#: catalog/dependency.c:2984
 #, c-format
 msgid "composite type %s"
 msgstr "zusammengesetzter Typ %s"
 
-#: catalog/dependency.c:2986
+#: catalog/dependency.c:2988
 #, c-format
 msgid "foreign table %s"
 msgstr "Fremdtabelle %s"
 
-#: catalog/dependency.c:2991
+#: catalog/dependency.c:2993
 #, c-format
 msgid "relation %s"
 msgstr "Relation %s"
 
-#: catalog/dependency.c:3028
+#: catalog/dependency.c:3030
 #, c-format
 msgid "operator family %s for access method %s"
 msgstr "Operatorfamilie %s für Zugriffsmethode %s"
@@ -2852,12 +3120,12 @@ msgid "System catalog modifications are currently disallowed."
 msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt."
 
 #: catalog/heap.c:398 commands/tablecmds.c:1370 commands/tablecmds.c:1796
-#: commands/tablecmds.c:4489
+#: commands/tablecmds.c:4493
 #, c-format
 msgid "tables can have at most %d columns"
 msgstr "Tabellen können höchstens %d Spalten haben"
 
-#: catalog/heap.c:415 commands/tablecmds.c:4751
+#: catalog/heap.c:415 commands/tablecmds.c:4755
 #, c-format
 msgid "column name \"%s\" conflicts with a system column name"
 msgstr "Spaltenname »%s« steht im Konflikt mit dem Namen einer Systemspalte"
@@ -2890,19 +3158,21 @@ msgstr "zusammengesetzter Typ %s kann nicht Teil von sich selbst werden"
 #: catalog/heap.c:567 commands/createas.c:291
 #, c-format
 msgid "no collation was derived for column \"%s\" with collatable type %s"
-msgstr "für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet"
+msgstr ""
+"für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet"
 
-#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1140
+#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1142
 #: commands/view.c:147 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1522
 #: utils/adt/formatting.c:1574 utils/adt/formatting.c:1647
 #: utils/adt/formatting.c:1699 utils/adt/formatting.c:1784
-#: utils/adt/formatting.c:1848 utils/adt/like.c:212 utils/adt/selfuncs.c:5160
-#: utils/adt/selfuncs.c:5277 utils/adt/varlena.c:1371
+#: utils/adt/formatting.c:1848 utils/adt/like.c:212 utils/adt/selfuncs.c:5161
+#: utils/adt/selfuncs.c:5278 utils/adt/varlena.c:1372
 #, c-format
 msgid "Use the COLLATE clause to set the collation explicitly."
-msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."
+msgstr ""
+"Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."
 
-#: catalog/heap.c:1027 catalog/index.c:767 commands/tablecmds.c:2568
+#: catalog/heap.c:1027 catalog/index.c:767 commands/tablecmds.c:2572
 #, c-format
 msgid "relation \"%s\" already exists"
 msgstr "Relation »%s« existiert bereits"
@@ -2916,22 +3186,27 @@ msgstr "Typ »%s« existiert bereits"
 
 #: catalog/heap.c:1044
 #, c-format
-msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type."
-msgstr "Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher müssen Sie einen Namen wählen, der nicht mit einem bestehenden Typ kollidiert."
+msgid ""
+"A relation has an associated type of the same name, so you must use a name "
+"that doesn't conflict with any existing type."
+msgstr ""
+"Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher müssen "
+"Sie einen Namen wählen, der nicht mit einem bestehenden Typ kollidiert."
 
 #: catalog/heap.c:2171
 #, c-format
 msgid "check constraint \"%s\" already exists"
 msgstr "Check-Constraint »%s« existiert bereits"
 
-#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5630
+#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5635
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
 msgstr "Constraint »%s« existiert bereits für Relation »%s«"
 
 #: catalog/heap.c:2334
 #, fuzzy, c-format
-msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\""
+msgid ""
+"constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\""
 msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden"
 
 #: catalog/heap.c:2348
@@ -3003,13 +3278,19 @@ msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel"
 
 #: catalog/heap.c:2791
 #, c-format
-msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
-msgstr "Tabelle »%s« verweist auf »%s«, aber sie haben nicht die gleiche ON-COMMIT-Einstellung."
+msgid ""
+"Table \"%s\" references \"%s\", but they do not have the same ON COMMIT "
+"setting."
+msgstr ""
+"Tabelle »%s« verweist auf »%s«, aber sie haben nicht die gleiche ON-COMMIT-"
+"Einstellung."
 
 #: catalog/heap.c:2796
 #, c-format
 msgid "cannot truncate a table referenced in a foreign key constraint"
-msgstr "kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, nicht leeren"
+msgstr ""
+"kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, "
+"nicht leeren"
 
 #: catalog/heap.c:2797
 #, c-format
@@ -3019,7 +3300,9 @@ msgstr "Tabelle »%s« verweist auf »%s«."
 #: catalog/heap.c:2799
 #, c-format
 msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
-msgstr "Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... CASCADE."
+msgstr ""
+"Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... "
+"CASCADE."
 
 #: catalog/index.c:197 parser/parse_utilcmd.c:1339 parser/parse_utilcmd.c:1425
 #, c-format
@@ -3034,12 +3317,14 @@ msgstr "Primärschlüssel können keine Ausdrücke sein"
 #: catalog/index.c:728 catalog/index.c:1123
 #, c-format
 msgid "user-defined indexes on system catalog tables are not supported"
-msgstr "benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt"
+msgstr ""
+"benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt"
 
 #: catalog/index.c:738
 #, c-format
 msgid "concurrent index creation on system catalog tables is not supported"
-msgstr "nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt"
+msgstr ""
+"nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt"
 
 #: catalog/index.c:756
 #, c-format
@@ -3056,138 +3341,141 @@ msgstr "baue Index »%s« von Tabelle »%s«"
 msgid "cannot reindex temporary tables of other sessions"
 msgstr "kann temporäre Tabellen anderer Sitzungen nicht reindizieren"
 
-#: catalog/namespace.c:244 catalog/namespace.c:433 catalog/namespace.c:527
+#: catalog/namespace.c:244 catalog/namespace.c:434 catalog/namespace.c:528
 #: commands/trigger.c:4184
 #, c-format
 msgid "cross-database references are not implemented: \"%s.%s.%s\""
 msgstr "Verweise auf andere Datenbanken sind nicht implementiert: »%s.%s.%s«"
 
-#: catalog/namespace.c:295
+#: catalog/namespace.c:296
 #, c-format
 msgid "temporary tables cannot specify a schema name"
 msgstr "temporäre Tabellen können keinen Schemanamen angeben"
 
-#: catalog/namespace.c:371
+#: catalog/namespace.c:372
 #, c-format
 msgid "could not obtain lock on relation \"%s.%s\""
 msgstr "konnte Sperre für Relation »%s.%s« nicht setzen"
 
-#: catalog/namespace.c:376 commands/lockcmds.c:141
+#: catalog/namespace.c:377 commands/lockcmds.c:144
 #, c-format
 msgid "could not obtain lock on relation \"%s\""
 msgstr "konnte Sperre für Relation »%s« nicht setzen"
 
-#: catalog/namespace.c:400 parser/parse_relation.c:841
+#: catalog/namespace.c:401 parser/parse_relation.c:842
 #, c-format
 msgid "relation \"%s.%s\" does not exist"
 msgstr "Relation »%s.%s« existiert nicht"
 
-#: catalog/namespace.c:405 parser/parse_relation.c:854
-#: parser/parse_relation.c:862 utils/adt/regproc.c:810
+#: catalog/namespace.c:406 parser/parse_relation.c:855
+#: parser/parse_relation.c:863 utils/adt/regproc.c:810
 #, c-format
 msgid "relation \"%s\" does not exist"
 msgstr "Relation »%s« existiert nicht"
 
-#: catalog/namespace.c:473 catalog/namespace.c:2804
+#: catalog/namespace.c:474 catalog/namespace.c:2805
 #, c-format
 msgid "no schema has been selected to create in"
 msgstr "kein Schema für die Objekterzeugung ausgewählt"
 
-#: catalog/namespace.c:625 catalog/namespace.c:638
+#: catalog/namespace.c:626 catalog/namespace.c:639
 #, c-format
 msgid "cannot create relations in temporary schemas of other sessions"
 msgstr "kann keine Relationen in temporären Schemas anderer Sitzungen erzeugen"
 
-#: catalog/namespace.c:629
+#: catalog/namespace.c:630
 #, c-format
 msgid "cannot create temporary relation in non-temporary schema"
-msgstr "kann keine temporäre Relation in einem nicht-temporären Schema erzeugen"
+msgstr ""
+"kann keine temporäre Relation in einem nicht-temporären Schema erzeugen"
 
-#: catalog/namespace.c:644
+#: catalog/namespace.c:645
 #, c-format
 msgid "only temporary relations may be created in temporary schemas"
 msgstr "nur temporäre Relationen können in temporären Schemas erzeugt werden"
 
-#: catalog/namespace.c:2121
+#: catalog/namespace.c:2122
 #, c-format
 msgid "text search parser \"%s\" does not exist"
 msgstr "Textsucheparser »%s« existiert nicht"
 
-#: catalog/namespace.c:2244
+#: catalog/namespace.c:2245
 #, c-format
 msgid "text search dictionary \"%s\" does not exist"
 msgstr "Textsuchewörterbuch »%s« existiert nicht"
 
-#: catalog/namespace.c:2368
+#: catalog/namespace.c:2369
 #, c-format
 msgid "text search template \"%s\" does not exist"
 msgstr "Textsuchevorlage »%s« existiert nicht"
 
-#: catalog/namespace.c:2491 commands/tsearchcmds.c:1654
+#: catalog/namespace.c:2492 commands/tsearchcmds.c:1654
 #: utils/cache/ts_cache.c:617
 #, c-format
 msgid "text search configuration \"%s\" does not exist"
 msgstr "Textsuchekonfiguration »%s« existiert nicht"
 
-#: catalog/namespace.c:2604 parser/parse_expr.c:775 parser/parse_target.c:1086
+#: catalog/namespace.c:2605 parser/parse_expr.c:775 parser/parse_target.c:1086
 #, c-format
 msgid "cross-database references are not implemented: %s"
 msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s"
 
-#: catalog/namespace.c:2610 gram.y:11997 gram.y:13187 parser/parse_expr.c:782
-#: parser/parse_target.c:1093
+#: catalog/namespace.c:2611 parser/parse_expr.c:782 parser/parse_target.c:1093
+#: gram.y:12019 gram.y:13209
 #, c-format
 msgid "improper qualified name (too many dotted names): %s"
 msgstr "falscher qualifizierter Name (zu viele Namensteile): %s"
 
-#: catalog/namespace.c:2738
+#: catalog/namespace.c:2739
 #, c-format
 msgid "%s is already in schema \"%s\""
 msgstr "%s ist bereits in Schema »%s«"
 
-#: catalog/namespace.c:2746
+#: catalog/namespace.c:2747
 #, c-format
 msgid "cannot move objects into or out of temporary schemas"
 msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden"
 
-#: catalog/namespace.c:2752
+#: catalog/namespace.c:2753
 #, c-format
 msgid "cannot move objects into or out of TOAST schema"
 msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden"
 
-#: catalog/namespace.c:2825 commands/schemacmds.c:189
+#: catalog/namespace.c:2826 commands/schemacmds.c:189
 #: commands/schemacmds.c:258
 #, c-format
 msgid "schema \"%s\" does not exist"
 msgstr "Schema »%s« existiert nicht"
 
-#: catalog/namespace.c:2856
+#: catalog/namespace.c:2857
 #, c-format
 msgid "improper relation name (too many dotted names): %s"
 msgstr "falscher Relationsname (zu viele Namensteile): %s"
 
-#: catalog/namespace.c:3273
+#: catalog/namespace.c:3274
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" does not exist"
 msgstr "Sortierfolge »%s« für Kodierung »%s« existiert nicht"
 
-#: catalog/namespace.c:3325
+#: catalog/namespace.c:3326
 #, c-format
 msgid "conversion \"%s\" does not exist"
 msgstr "Konversion »%s« existiert nicht"
 
-#: catalog/namespace.c:3530
+#: catalog/namespace.c:3531
 #, c-format
 msgid "permission denied to create temporary tables in database \"%s\""
-msgstr "keine Berechtigung, um temporäre Tabellen in Datenbank »%s« zu erzeugen"
+msgstr ""
+"keine Berechtigung, um temporäre Tabellen in Datenbank »%s« zu erzeugen"
 
-#: catalog/namespace.c:3546
+#: catalog/namespace.c:3547
 #, c-format
 msgid "cannot create temporary tables during recovery"
-msgstr "während der Wiederherstellung können keine temporäre Tabellen erzeugt werden"
+msgstr ""
+"während der Wiederherstellung können keine temporäre Tabellen erzeugt werden"
 
-#: catalog/namespace.c:3790 commands/tablespace.c:1167 commands/variable.c:60
-#: replication/syncrep.c:678 utils/misc/guc.c:8297
+#: catalog/namespace.c:3791 commands/tablespace.c:1168 commands/variable.c:60
+#: replication/syncrep.c:679 utils/misc/guc.c:8297
 #, c-format
 msgid "List syntax is invalid."
 msgstr "Die Listensyntax ist ungültig."
@@ -3225,22 +3513,22 @@ msgstr "Fremddaten-Wrapper-Name kann nicht qualifiziert werden"
 msgid "server name cannot be qualified"
 msgstr "Servername kann nicht qualifiziert werden"
 
-#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:396
-#: commands/lockcmds.c:91 commands/tablecmds.c:203 commands/tablecmds.c:1231
-#: commands/tablecmds.c:4046 commands/tablecmds.c:7343
-#: commands/tablecmds.c:10280
+#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:398
+#: commands/lockcmds.c:92 commands/tablecmds.c:203 commands/tablecmds.c:1231
+#: commands/tablecmds.c:4050 commands/tablecmds.c:7348
+#: commands/tablecmds.c:10286
 #, c-format
 msgid "\"%s\" is not a table"
 msgstr "»%s« ist keine Tabelle"
 
 #: catalog/objectaddress.c:662 commands/tablecmds.c:215
-#: commands/tablecmds.c:4061 commands/tablecmds.c:10359 commands/view.c:185
+#: commands/tablecmds.c:4065 commands/tablecmds.c:10366 commands/view.c:185
 #, c-format
 msgid "\"%s\" is not a view"
 msgstr "»%s« ist keine Sicht"
 
 #: catalog/objectaddress.c:669 commands/tablecmds.c:233
-#: commands/tablecmds.c:4064 commands/tablecmds.c:10364
+#: commands/tablecmds.c:4068 commands/tablecmds.c:10371
 #, c-format
 msgid "\"%s\" is not a foreign table"
 msgstr "»%s« ist keine Fremdtabelle"
@@ -3250,30 +3538,30 @@ msgstr "»%s« ist keine Fremdtabelle"
 msgid "column name must be qualified"
 msgstr "Spaltenname muss qualifiziert werden"
 
-#: catalog/objectaddress.c:852 commands/functioncmds.c:130
+#: catalog/objectaddress.c:853 commands/functioncmds.c:130
 #: commands/tablecmds.c:225 commands/typecmds.c:3190 parser/parse_func.c:1583
 #: parser/parse_type.c:202 utils/adt/acl.c:4372 utils/adt/regproc.c:974
 #, c-format
 msgid "type \"%s\" does not exist"
 msgstr "Typ »%s« existiert nicht"
 
-#: catalog/objectaddress.c:1003 catalog/pg_largeobject.c:196
+#: catalog/objectaddress.c:1004 catalog/pg_largeobject.c:196
 #: libpq/be-fsstubs.c:286
 #, c-format
 msgid "must be owner of large object %u"
 msgstr "Berechtigung nur für Eigentümer des Large Object %u"
 
-#: catalog/objectaddress.c:1018 commands/functioncmds.c:1507
+#: catalog/objectaddress.c:1019 commands/functioncmds.c:1507
 #, c-format
 msgid "must be owner of type %s or type %s"
 msgstr "Berechtigung nur für Eigentümer des Typs %s oder des Typs %s"
 
-#: catalog/objectaddress.c:1049 catalog/objectaddress.c:1065
+#: catalog/objectaddress.c:1050 catalog/objectaddress.c:1066
 #, c-format
 msgid "must be superuser"
 msgstr "Berechtigung nur für Superuser"
 
-#: catalog/objectaddress.c:1056
+#: catalog/objectaddress.c:1057
 #, c-format
 msgid "must have CREATEROLE privilege"
 msgstr "Berechtigung nur mit CREATEROLE-Privileg"
@@ -3285,8 +3573,12 @@ msgstr "kann Übergangsdatentyp nicht bestimmen"
 
 #: catalog/pg_aggregate.c:102
 #, c-format
-msgid "An aggregate using a polymorphic transition type must have at least one polymorphic argument."
-msgstr "Eine Aggregatfunktion mit polymorphischem Übergangstyp muss mindestens ein polymorphisches Argument haben."
+msgid ""
+"An aggregate using a polymorphic transition type must have at least one "
+"polymorphic argument."
+msgstr ""
+"Eine Aggregatfunktion mit polymorphischem Übergangstyp muss mindestens ein "
+"polymorphisches Argument haben."
 
 #: catalog/pg_aggregate.c:125
 #, c-format
@@ -3295,8 +3587,12 @@ msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s"
 
 #: catalog/pg_aggregate.c:145
 #, c-format
-msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type"
-msgstr "Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist und Übergangstyp nicht mit Eingabetyp kompatibel ist"
+msgid ""
+"must not omit initial value when transition function is strict and "
+"transition type is not compatible with input type"
+msgstr ""
+"Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist "
+"und Übergangstyp nicht mit Eingabetyp kompatibel ist"
 
 #: catalog/pg_aggregate.c:176 catalog/pg_proc.c:240 catalog/pg_proc.c:247
 #, c-format
@@ -3305,8 +3601,12 @@ msgstr "kann Ergebnisdatentyp nicht bestimmen"
 
 #: catalog/pg_aggregate.c:177
 #, c-format
-msgid "An aggregate returning a polymorphic type must have at least one polymorphic argument."
-msgstr "Eine Aggregatfunktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein polymorphisches Argument haben."
+msgid ""
+"An aggregate returning a polymorphic type must have at least one polymorphic "
+"argument."
+msgstr ""
+"Eine Aggregatfunktion, die einen polymorphischen Typ zurückgibt, muss "
+"mindestens ein polymorphisches Argument haben."
 
 #: catalog/pg_aggregate.c:189 catalog/pg_proc.c:253
 #, c-format
@@ -3315,13 +3615,19 @@ msgstr "unsichere Verwendung des Pseudotyps »internal«"
 
 #: catalog/pg_aggregate.c:190 catalog/pg_proc.c:254
 #, c-format
-msgid "A function returning \"internal\" must have at least one \"internal\" argument."
-msgstr "Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom Typ »internal« haben."
+msgid ""
+"A function returning \"internal\" must have at least one \"internal\" "
+"argument."
+msgstr ""
+"Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom "
+"Typ »internal« haben."
 
 #: catalog/pg_aggregate.c:198
 #, c-format
 msgid "sort operator can only be specified for single-argument aggregates"
-msgstr "Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben werden"
+msgstr ""
+"Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben "
+"werden"
 
 #: catalog/pg_aggregate.c:356 commands/typecmds.c:1619
 #: commands/typecmds.c:1670 commands/typecmds.c:1701 commands/typecmds.c:1724
@@ -3491,13 +3797,19 @@ msgstr[1] "Funktionen können nicht mehr als %d Argumente haben"
 
 #: catalog/pg_proc.c:241
 #, c-format
-msgid "A function returning a polymorphic type must have at least one polymorphic argument."
-msgstr "Eine Funktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein polymorphisches Argument haben."
+msgid ""
+"A function returning a polymorphic type must have at least one polymorphic "
+"argument."
+msgstr ""
+"Eine Funktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein "
+"polymorphisches Argument haben."
 
 #: catalog/pg_proc.c:248
 #, fuzzy, c-format
 msgid "A function returning ANYRANGE must have at least one ANYRANGE argument."
-msgstr "Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom Typ »internal« haben."
+msgstr ""
+"Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom "
+"Typ »internal« haben."
 
 #: catalog/pg_proc.c:266
 #, c-format
@@ -3630,13 +3942,21 @@ msgstr[1] "%d Objekte in %s"
 
 #: catalog/pg_shdepend.c:1193
 #, c-format
-msgid "cannot drop objects owned by %s because they are required by the database system"
-msgstr "kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem benötigt werden"
+msgid ""
+"cannot drop objects owned by %s because they are required by the database "
+"system"
+msgstr ""
+"kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem "
+"benötigt werden"
 
 #: catalog/pg_shdepend.c:1289
 #, c-format
-msgid "cannot reassign ownership of objects owned by %s because they are required by the database system"
-msgstr "kann den Eigentümer von den Objekten, die %s gehören, nicht ändern, weil die Objekte vom Datenbanksystem benötigt werden"
+msgid ""
+"cannot reassign ownership of objects owned by %s because they are required "
+"by the database system"
+msgstr ""
+"kann den Eigentümer von den Objekten, die %s gehören, nicht ändern, weil die "
+"Objekte vom Datenbanksystem benötigt werden"
 
 #: catalog/pg_type.c:243
 #, c-format
@@ -3672,7 +3992,8 @@ msgstr "konnte keinen Arraytypnamen für Datentyp »%s« erzeugen"
 #: catalog/toasting.c:143
 #, c-format
 msgid "shared tables cannot be toasted after initdb"
-msgstr "Cluster-globale Tabellen können nach initdb nicht mehr getoastet werden"
+msgstr ""
+"Cluster-globale Tabellen können nach initdb nicht mehr getoastet werden"
 
 #: commands/aggregatecmds.c:103
 #, c-format
@@ -3697,7 +4018,9 @@ msgstr "Eingabetyp für Aggregatfunktion muss angegeben werden"
 #: commands/aggregatecmds.c:159
 #, c-format
 msgid "basetype is redundant with aggregate input type specification"
-msgstr "Angabe »basetype« ist überflüssig bei Angabe des Eingabetyps der Aggregatfunktion"
+msgstr ""
+"Angabe »basetype« ist überflüssig bei Angabe des Eingabetyps der "
+"Aggregatfunktion"
 
 #: commands/aggregatecmds.c:191
 #, c-format
@@ -3732,12 +4055,16 @@ msgstr "überspringe »%s« --- nur Superuser kann sie analysieren"
 #: commands/analyze.c:175
 #, c-format
 msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
-msgstr "überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie analysieren"
+msgstr ""
+"überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie "
+"analysieren"
 
 #: commands/analyze.c:179
 #, c-format
 msgid "skipping \"%s\" --- only table or database owner can analyze it"
-msgstr "überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie analysieren"
+msgstr ""
+"überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie "
+"analysieren"
 
 #: commands/analyze.c:238
 #, c-format
@@ -3747,7 +4074,9 @@ msgstr "überspringe »%s« --- kann diese Fremdtabelle nicht analysieren"
 #: commands/analyze.c:249
 #, c-format
 msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
-msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht analysieren"
+msgstr ""
+"überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht "
+"analysieren"
 
 #: commands/analyze.c:326
 #, c-format
@@ -3766,8 +4095,12 @@ msgstr "automatisches Analysieren von Tabelle »%s.%s.%s« Systembenutzung: %s"
 
 #: commands/analyze.c:1289
 #, c-format
-msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
-msgstr "»%s«: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt"
+msgid ""
+"\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead "
+"rows; %d rows in sample, %.0f estimated total rows"
+msgstr ""
+"»%s«: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote "
+"Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt"
 
 #: commands/analyze.c:1553 executor/execQual.c:2742
 msgid "could not convert row type"
@@ -3790,8 +4123,11 @@ msgstr "Payload-Zeichenkette zu lang"
 
 #: commands/async.c:742
 #, c-format
-msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY"
-msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die LISTEN, UNLISTEN oder NOTIFY ausgeführt hat"
+msgid ""
+"cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY"
+msgstr ""
+"PREPARE kann nicht in einer Transaktion ausgeführt werden, die LISTEN, "
+"UNLISTEN oder NOTIFY ausgeführt hat"
 
 #: commands/async.c:847
 #, c-format
@@ -3805,13 +4141,19 @@ msgstr "NOTIFY-Schlange ist %.0f%% voll"
 
 #: commands/async.c:1411
 #, c-format
-msgid "The server process with PID %d is among those with the oldest transactions."
-msgstr "Der Serverprozess mit PID %d gehört zu denen mit den ältesten Transaktionen."
+msgid ""
+"The server process with PID %d is among those with the oldest transactions."
+msgstr ""
+"Der Serverprozess mit PID %d gehört zu denen mit den ältesten Transaktionen."
 
 #: commands/async.c:1414
 #, c-format
-msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction."
-msgstr "Die NOTIFY-Schlange kann erst geleert werden, wenn dieser Prozess seine aktuelle Transaktion beendet."
+msgid ""
+"The NOTIFY queue cannot be emptied until that process ends its current "
+"transaction."
+msgstr ""
+"Die NOTIFY-Schlange kann erst geleert werden, wenn dieser Prozess seine "
+"aktuelle Transaktion beendet."
 
 #: commands/cluster.c:124 commands/cluster.c:362
 #, c-format
@@ -3823,7 +4165,7 @@ msgstr "kann temporäre Tabellen anderer Sitzungen nicht clustern"
 msgid "there is no previously clustered index for table \"%s\""
 msgstr "es gibt keinen bereits geclusterten Index für Tabelle »%s«"
 
-#: commands/cluster.c:168 commands/tablecmds.c:8495
+#: commands/cluster.c:168 commands/tablecmds.c:8501
 #, c-format
 msgid "index \"%s\" for table \"%s\" does not exist"
 msgstr "Index »%s« für Tabelle »%s« existiert nicht"
@@ -3845,8 +4187,12 @@ msgstr "»%s« ist kein Index für Tabelle »%s«"
 
 #: commands/cluster.c:424
 #, c-format
-msgid "cannot cluster on index \"%s\" because access method does not support clustering"
-msgstr "kann nicht anhand des Index »%s« clustern, weil die Indexmethode Clustern nicht unterstützt"
+msgid ""
+"cannot cluster on index \"%s\" because access method does not support "
+"clustering"
+msgstr ""
+"kann nicht anhand des Index »%s« clustern, weil die Indexmethode Clustern "
+"nicht unterstützt"
 
 #: commands/cluster.c:436
 #, c-format
@@ -3875,8 +4221,11 @@ msgstr "vacuume »%s.%s«"
 
 #: commands/cluster.c:1044
 #, c-format
-msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
-msgstr "»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten gefunden"
+msgid ""
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
+msgstr ""
+"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten "
+"gefunden"
 
 #: commands/cluster.c:1048
 #, c-format
@@ -3915,7 +4264,7 @@ msgstr "Sortierfolge »%s« existiert bereits in Schema »%s«"
 #: commands/comment.c:61 commands/dbcommands.c:764 commands/dbcommands.c:920
 #: commands/dbcommands.c:1019 commands/dbcommands.c:1192
 #: commands/dbcommands.c:1377 commands/dbcommands.c:1462
-#: commands/dbcommands.c:1865 utils/init/postinit.c:708
+#: commands/dbcommands.c:1866 utils/init/postinit.c:708
 #: utils/init/postinit.c:776 utils/init/postinit.c:793
 #, c-format
 msgid "database \"%s\" does not exist"
@@ -4005,8 +4354,12 @@ msgstr "nur Superuser können COPY mit Dateien verwenden"
 
 #: commands/copy.c:754
 #, c-format
-msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
-msgstr "Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\copy in psql funktioniert auch für jeden."
+msgid ""
+"Anyone can COPY to stdout or from stdin. psql's \\copy command also works "
+"for anyone."
+msgstr ""
+"Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\copy in psql "
+"funktioniert auch für jeden."
 
 #: commands/copy.c:884
 #, c-format
@@ -4051,7 +4404,8 @@ msgstr "COPY-Trennzeichen kann nicht Newline oder Carriage Return sein"
 #: commands/copy.c:1031
 #, c-format
 msgid "COPY null representation cannot use newline or carriage return"
-msgstr "COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten"
+msgstr ""
+"COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten"
 
 #: commands/copy.c:1048
 #, c-format
@@ -4178,7 +4532,7 @@ msgstr "relativer Pfad bei COPY in Datei nicht erlaubt"
 msgid "could not open file \"%s\" for writing: %m"
 msgstr "konnte Datei »%s« nicht zum Schreiben öffnen: %m"
 
-#: commands/copy.c:1426 commands/copy.c:2345
+#: commands/copy.c:1426 commands/copy.c:2347
 #, c-format
 msgid "\"%s\" is a directory"
 msgstr "»%s« ist ein Verzeichnis"
@@ -4208,169 +4562,172 @@ msgstr "COPY %s, Zeile %d, Spalte %s: NULL Eingabe"
 msgid "COPY %s, line %d: \"%s\""
 msgstr "COPY %s, Zeile %d: »%s«"
 
-#: commands/copy.c:1875
+#: commands/copy.c:1876
 #, c-format
 msgid "cannot copy to view \"%s\""
 msgstr "kann nicht in Sicht »%s« kopieren"
 
-#: commands/copy.c:1880
+#: commands/copy.c:1881
 #, c-format
 msgid "cannot copy to foreign table \"%s\""
 msgstr "kann nicht in Fremdtabelle »%s« kopieren"
 
-#: commands/copy.c:1885
+#: commands/copy.c:1886
 #, c-format
 msgid "cannot copy to sequence \"%s\""
 msgstr "kann nicht in Sequenz »%s« kopieren"
 
-#: commands/copy.c:1890
+#: commands/copy.c:1891
 #, c-format
 msgid "cannot copy to non-table relation \"%s\""
 msgstr "kann nicht in Relation »%s« kopieren, die keine Tabelle ist"
 
-#: commands/copy.c:2338 utils/adt/genfile.c:122
+#: commands/copy.c:2340 utils/adt/genfile.c:122
 #, c-format
 msgid "could not open file \"%s\" for reading: %m"
 msgstr "konnte Datei »%s« nicht zum Lesen öffnen: %m"
 
-#: commands/copy.c:2364
+#: commands/copy.c:2366
 #, c-format
 msgid "COPY file signature not recognized"
 msgstr "COPY-Datei-Signatur nicht erkannt"
 
-#: commands/copy.c:2369
+#: commands/copy.c:2371
 #, c-format
 msgid "invalid COPY file header (missing flags)"
 msgstr "ungültiger COPY-Dateikopf (Flags fehlen)"
 
-#: commands/copy.c:2375
+#: commands/copy.c:2377
 #, c-format
 msgid "unrecognized critical flags in COPY file header"
 msgstr "unbekannte kritische Flags im COPY-Dateikopf"
 
-#: commands/copy.c:2381
+#: commands/copy.c:2383
 #, c-format
 msgid "invalid COPY file header (missing length)"
 msgstr "ungültiger COPY-Dateikopf (Länge fehlt)"
 
-#: commands/copy.c:2388
+#: commands/copy.c:2390
 #, c-format
 msgid "invalid COPY file header (wrong length)"
 msgstr "ungültiger COPY-Dateikopf (falsche Länge)"
 
-#: commands/copy.c:2521 commands/copy.c:3203 commands/copy.c:3433
+#: commands/copy.c:2523 commands/copy.c:3205 commands/copy.c:3435
 #, c-format
 msgid "extra data after last expected column"
 msgstr "zusätzliche Daten nach letzter erwarteter Spalte"
 
-#: commands/copy.c:2531
+#: commands/copy.c:2533
 #, c-format
 msgid "missing data for OID column"
 msgstr "fehlende Daten für OID-Spalte"
 
-#: commands/copy.c:2537
+#: commands/copy.c:2539
 #, c-format
 msgid "null OID in COPY data"
 msgstr "OID ist NULL in COPY-Daten"
 
-#: commands/copy.c:2547 commands/copy.c:2646
+#: commands/copy.c:2549 commands/copy.c:2648
 #, c-format
 msgid "invalid OID in COPY data"
 msgstr "ungültige OID in COPY-Daten"
 
-#: commands/copy.c:2562
+#: commands/copy.c:2564
 #, c-format
 msgid "missing data for column \"%s\""
 msgstr "fehlende Daten für Spalte »%s«"
 
-#: commands/copy.c:2621
+#: commands/copy.c:2623
 #, c-format
 msgid "received copy data after EOF marker"
 msgstr "COPY-Daten nach EOF-Markierung empfangen"
 
-#: commands/copy.c:2628
+#: commands/copy.c:2630
 #, c-format
 msgid "row field count is %d, expected %d"
 msgstr "Feldanzahl in Zeile ist %d, erwartet wurden %d"
 
-#: commands/copy.c:2967 commands/copy.c:2984
+#: commands/copy.c:2969 commands/copy.c:2986
 #, c-format
 msgid "literal carriage return found in data"
 msgstr "Carriage-Return-Zeichen in Daten gefunden"
 
-#: commands/copy.c:2968 commands/copy.c:2985
+#: commands/copy.c:2970 commands/copy.c:2987
 #, c-format
 msgid "unquoted carriage return found in data"
 msgstr "ungequotetes Carriage-Return-Zeichen in Daten gefunden"
 
-#: commands/copy.c:2970 commands/copy.c:2987
+#: commands/copy.c:2972 commands/copy.c:2989
 #, c-format
 msgid "Use \"\\r\" to represent carriage return."
 msgstr "Verwenden Sie »\\r«, um ein Carriage-Return-Zeichen darzustellen."
 
-#: commands/copy.c:2971 commands/copy.c:2988
+#: commands/copy.c:2973 commands/copy.c:2990
 #, c-format
 msgid "Use quoted CSV field to represent carriage return."
-msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen darzustellen."
+msgstr ""
+"Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen "
+"darzustellen."
 
-#: commands/copy.c:3000
+#: commands/copy.c:3002
 #, c-format
 msgid "literal newline found in data"
 msgstr "Newline-Zeichen in Daten gefunden"
 
-#: commands/copy.c:3001
+#: commands/copy.c:3003
 #, c-format
 msgid "unquoted newline found in data"
 msgstr "ungequotetes Newline-Zeichen in Daten gefunden"
 
-#: commands/copy.c:3003
+#: commands/copy.c:3005
 #, c-format
 msgid "Use \"\\n\" to represent newline."
 msgstr "Verwenden Sie »\\n«, um ein Newline-Zeichen darzustellen."
 
-#: commands/copy.c:3004
+#: commands/copy.c:3006
 #, c-format
 msgid "Use quoted CSV field to represent newline."
-msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen."
+msgstr ""
+"Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen."
 
-#: commands/copy.c:3050 commands/copy.c:3086
+#: commands/copy.c:3052 commands/copy.c:3088
 #, c-format
 msgid "end-of-copy marker does not match previous newline style"
 msgstr "COPY-Ende-Markierung stimmt nicht mit vorherigem Newline-Stil überein"
 
-#: commands/copy.c:3059 commands/copy.c:3075
+#: commands/copy.c:3061 commands/copy.c:3077
 #, c-format
 msgid "end-of-copy marker corrupt"
 msgstr "COPY-Ende-Markierung verfälscht"
 
-#: commands/copy.c:3517
+#: commands/copy.c:3519
 #, c-format
 msgid "unterminated CSV quoted field"
 msgstr "Quotes in CSV-Feld nicht abgeschlossen"
 
-#: commands/copy.c:3594 commands/copy.c:3613
+#: commands/copy.c:3596 commands/copy.c:3615
 #, c-format
 msgid "unexpected EOF in COPY data"
 msgstr "unerwartetes EOF in COPY-Daten"
 
-#: commands/copy.c:3603
+#: commands/copy.c:3605
 #, c-format
 msgid "invalid field size"
 msgstr "ungültige Feldgröße"
 
-#: commands/copy.c:3626
+#: commands/copy.c:3628
 #, c-format
 msgid "incorrect binary data format"
 msgstr "falsches Binärdatenformat"
 
-#: commands/copy.c:3937 commands/indexcmds.c:1053 commands/tablecmds.c:1395
+#: commands/copy.c:3939 commands/indexcmds.c:1055 commands/tablecmds.c:1395
 #: commands/tablecmds.c:2274 parser/parse_expr.c:764
 #: utils/adt/tsvector_op.c:1417
 #, c-format
 msgid "column \"%s\" does not exist"
 msgstr "Spalte »%s« existiert nicht"
 
-#: commands/copy.c:3944 commands/tablecmds.c:1421 commands/trigger.c:613
+#: commands/copy.c:3946 commands/tablecmds.c:1421 commands/trigger.c:613
 #: parser/parse_target.c:912 parser/parse_target.c:923
 #, c-format
 msgid "column \"%s\" specified more than once"
@@ -4434,33 +4791,57 @@ msgstr "ungültiger Locale-Name: »%s«"
 
 #: commands/dbcommands.c:351
 #, c-format
-msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)"
-msgstr "neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-Datenbank (%s)"
+msgid ""
+"new encoding (%s) is incompatible with the encoding of the template database "
+"(%s)"
+msgstr ""
+"neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-"
+"Datenbank (%s)"
 
 #: commands/dbcommands.c:354
 #, c-format
-msgid "Use the same encoding as in the template database, or use template0 as template."
-msgstr "Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder verwenden Sie template0 als Template."
+msgid ""
+"Use the same encoding as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder "
+"verwenden Sie template0 als Template."
 
 #: commands/dbcommands.c:359
 #, c-format
-msgid "new collation (%s) is incompatible with the collation of the template database (%s)"
-msgstr "neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der Template-Datenbank (%s)"
+msgid ""
+"new collation (%s) is incompatible with the collation of the template "
+"database (%s)"
+msgstr ""
+"neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der "
+"Template-Datenbank (%s)"
 
 #: commands/dbcommands.c:361
 #, c-format
-msgid "Use the same collation as in the template database, or use template0 as template."
-msgstr "Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder verwenden Sie template0 als Template."
+msgid ""
+"Use the same collation as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder "
+"verwenden Sie template0 als Template."
 
 #: commands/dbcommands.c:366
 #, c-format
-msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)"
-msgstr "neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank (%s)"
+msgid ""
+"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database "
+"(%s)"
+msgstr ""
+"neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank "
+"(%s)"
 
 #: commands/dbcommands.c:368
 #, c-format
-msgid "Use the same LC_CTYPE as in the template database, or use template0 as template."
-msgstr "Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden Sie template0 als Template."
+msgid ""
+"Use the same LC_CTYPE as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden "
+"Sie template0 als Template."
 
 #: commands/dbcommands.c:390 commands/dbcommands.c:1065
 #, c-format
@@ -4474,8 +4855,12 @@ msgstr "kann neuen Standard-Tablespace »%s« nicht setzen"
 
 #: commands/dbcommands.c:418
 #, c-format
-msgid "There is a conflict because database \"%s\" already has some tables in this tablespace."
-msgstr "Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem Tablespace hat."
+msgid ""
+"There is a conflict because database \"%s\" already has some tables in this "
+"tablespace."
+msgstr ""
+"Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem "
+"Tablespace hat."
 
 #: commands/dbcommands.c:438 commands/dbcommands.c:940
 #, c-format
@@ -4507,17 +4892,17 @@ msgstr "Die gewählte LC_COLLATE-Einstellung verlangt die Kodierung »%s«."
 msgid "database \"%s\" does not exist, skipping"
 msgstr "Datenbank »%s« existiert nicht, wird übersprungen"
 
-#: commands/dbcommands.c:801
+#: commands/dbcommands.c:802
 #, c-format
 msgid "cannot drop a template database"
 msgstr "Template-Datenbank kann nicht gelöscht werden"
 
-#: commands/dbcommands.c:807
+#: commands/dbcommands.c:808
 #, c-format
 msgid "cannot drop the currently open database"
 msgstr "kann aktuell geöffnete Datenbank nicht löschen"
 
-#: commands/dbcommands.c:818 commands/dbcommands.c:962
+#: commands/dbcommands.c:819 commands/dbcommands.c:962
 #: commands/dbcommands.c:1087
 #, c-format
 msgid "database \"%s\" is being accessed by other users"
@@ -4545,35 +4930,49 @@ msgstr "einige Relationen von Datenbank »%s« ist bereits in Tablespace »%s«"
 
 #: commands/dbcommands.c:1129
 #, c-format
-msgid "You must move them back to the database's default tablespace before using this command."
-msgstr "Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, bevor Sie diesen Befehl verwenden können."
+msgid ""
+"You must move them back to the database's default tablespace before using "
+"this command."
+msgstr ""
+"Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, "
+"bevor Sie diesen Befehl verwenden können."
 
 #: commands/dbcommands.c:1257 commands/dbcommands.c:1725
-#: commands/dbcommands.c:1926 commands/dbcommands.c:1974
-#: commands/tablespace.c:588
+#: commands/dbcommands.c:1927 commands/dbcommands.c:1975
+#: commands/tablespace.c:589
 #, c-format
 msgid "some useless files may be left behind in old database directory \"%s\""
-msgstr "einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »%s« zurückgelassen"
+msgstr ""
+"einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis "
+"»%s« zurückgelassen"
 
 #: commands/dbcommands.c:1501
 #, c-format
 msgid "permission denied to change owner of database"
 msgstr "keine Berechtigung, um Eigentümer der Datenbank zu ändern"
 
-#: commands/dbcommands.c:1813
+#: commands/dbcommands.c:1810
 #, c-format
-msgid "There are %d other session(s) and %d prepared transaction(s) using the database."
-msgstr "%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die Datenbank."
+msgid ""
+"There are %d other session(s) and %d prepared transaction(s) using the "
+"database."
+msgstr ""
+"%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die "
+"Datenbank."
 
-#: commands/dbcommands.c:1816
+#: commands/dbcommands.c:1813
 #, c-format
-msgid "There are %d other session(s) using the database."
-msgstr "%d andere Sitzung(en) verwenden die Datenbank."
+msgid "There is %d other session using the database."
+msgid_plural "There are %d other sessions using the database."
+msgstr[0] "%d andere Sitzung verwendet die Datenbank."
+msgstr[1] "%d andere Sitzungen verwenden die Datenbank."
 
-#: commands/dbcommands.c:1819
+#: commands/dbcommands.c:1818
 #, c-format
-msgid "There are %d prepared transaction(s) using the database."
-msgstr "%d vorbereitete Transaktion(en) verwenden die Datenbank."
+msgid "There is %d prepared transaction using the database."
+msgid_plural "There are %d prepared transactions using the database."
+msgstr[0] "%d vorbereitete Transaktion verwendet die Datenbank."
+msgstr[1] "%d vorbereitete Transaktionen verwenden die Datenbank."
 
 #: commands/define.c:54 commands/define.c:209 commands/define.c:241
 #: commands/define.c:269
@@ -4717,12 +5116,17 @@ msgstr "Server »%s« existiert nicht, wird übersprungen"
 #: commands/dropcmds.c:224
 #, c-format
 msgid "operator class \"%s\" does not exist for access method \"%s\", skipping"
-msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen"
+msgstr ""
+"Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«, wird "
+"übersprungen"
 
 #: commands/dropcmds.c:229
 #, c-format
-msgid "operator family \"%s\" does not exist for access method \"%s\", skipping"
-msgstr "Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen"
+msgid ""
+"operator family \"%s\" does not exist for access method \"%s\", skipping"
+msgstr ""
+"Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«, wird "
+"übersprungen"
 
 #: commands/explain.c:158
 #, c-format
@@ -4809,7 +5213,9 @@ msgstr "konnte Erweiterungskontrolldatei »%s« nicht öffnen: %m"
 #: commands/extension.c:493 commands/extension.c:503
 #, c-format
 msgid "parameter \"%s\" cannot be set in a secondary extension control file"
-msgstr "Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei gesetzt werden"
+msgstr ""
+"Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei "
+"gesetzt werden"
 
 #: commands/extension.c:542
 #, c-format
@@ -4829,12 +5235,16 @@ msgstr "unbekannter Parameter »%s« in Datei »%s«"
 #: commands/extension.c:572
 #, c-format
 msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
-msgstr "Parameter »schema« kann nicht angegeben werden, wenn »relocatable« an ist"
+msgstr ""
+"Parameter »schema« kann nicht angegeben werden, wenn »relocatable« an ist"
 
 #: commands/extension.c:724
 #, c-format
-msgid "transaction control statements are not allowed within an extension script"
-msgstr "Transaktionskontrollanweisungen sind nicht in einem Erweiterungsskript erlaubt"
+msgid ""
+"transaction control statements are not allowed within an extension script"
+msgstr ""
+"Transaktionskontrollanweisungen sind nicht in einem Erweiterungsskript "
+"erlaubt"
 
 #: commands/extension.c:792
 #, c-format
@@ -4858,8 +5268,11 @@ msgstr "Nur Superuser können diese Erweiterung aktualisieren."
 
 #: commands/extension.c:1082
 #, c-format
-msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\""
-msgstr "Erweiterung »%s« hat keinen Aktualisierungspfad von Version »%s« auf Version »%s«"
+msgid ""
+"extension \"%s\" has no update path from version \"%s\" to version \"%s\""
+msgstr ""
+"Erweiterung »%s« hat keinen Aktualisierungspfad von Version »%s« auf Version "
+"»%s«"
 
 #: commands/extension.c:1209
 #, c-format
@@ -4884,7 +5297,8 @@ msgstr "die zu installierende Version muss angegeben werden"
 #: commands/extension.c:1299
 #, c-format
 msgid "FROM version must be different from installation target version \"%s\""
-msgstr "FROM-Version muss verschieden von der zu installierenden Version »%s« sein"
+msgstr ""
+"FROM-Version muss verschieden von der zu installierenden Version »%s« sein"
 
 #: commands/extension.c:1354
 #, c-format
@@ -4899,28 +5313,37 @@ msgstr "benötigte Erweiterung »%s« ist nicht installiert"
 #: commands/extension.c:1594
 #, c-format
 msgid "cannot drop extension \"%s\" because it is being modified"
-msgstr "Erweiterung »%s« kann nicht gelöscht werden, weil sie gerade geändert wird"
+msgstr ""
+"Erweiterung »%s« kann nicht gelöscht werden, weil sie gerade geändert wird"
 
 #: commands/extension.c:1642 commands/extension.c:1751
 #: commands/extension.c:1944 commands/prepare.c:716 executor/execQual.c:1621
 #: executor/execQual.c:1646 executor/execQual.c:2007 executor/execQual.c:5124
-#: executor/functions.c:969 foreign/foreign.c:373 replication/walsender.c:1497
+#: executor/functions.c:969 foreign/foreign.c:373 replication/walsender.c:1498
 #: utils/fmgr/funcapi.c:60 utils/mmgr/portalmem.c:986
 #, c-format
 msgid "set-valued function called in context that cannot accept a set"
-msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine Mengenergebnisse verarbeiten kann"
+msgstr ""
+"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine "
+"Mengenergebnisse verarbeiten kann"
 
 #: commands/extension.c:1646 commands/extension.c:1755
 #: commands/extension.c:1948 commands/prepare.c:720 foreign/foreign.c:378
-#: replication/walsender.c:1501 utils/mmgr/portalmem.c:990
+#: replication/walsender.c:1502 utils/mmgr/portalmem.c:990
 #, c-format
 msgid "materialize mode required, but it is not allowed in this context"
-msgstr "Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht erlaubt"
+msgstr ""
+"Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht "
+"erlaubt"
 
 #: commands/extension.c:2064
 #, c-format
-msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION"
-msgstr "pg_extension_config_dump() kann nur von einem SQL-Skript aufgerufen werden, das von CREATE EXTENSION ausgeführt wird"
+msgid ""
+"pg_extension_config_dump() can only be called from an SQL script executed by "
+"CREATE EXTENSION"
+msgstr ""
+"pg_extension_config_dump() kann nur von einem SQL-Skript aufgerufen werden, "
+"das von CREATE EXTENSION ausgeführt wird"
 
 #: commands/extension.c:2076
 #, c-format
@@ -4993,7 +5416,8 @@ msgstr "Server »%s« existiert bereits"
 #: commands/foreigncmds.c:296 commands/foreigncmds.c:304
 #, c-format
 msgid "permission denied to change owner of foreign-data wrapper \"%s\""
-msgstr "keine Berechtigung, um Eigentümer des Fremddaten-Wrappers »%s« zu ändern"
+msgstr ""
+"keine Berechtigung, um Eigentümer des Fremddaten-Wrappers »%s« zu ändern"
 
 #: commands/foreigncmds.c:298
 #, c-format
@@ -5032,13 +5456,21 @@ msgstr "Nur Superuser können Fremddaten-Wrapper ändern."
 
 #: commands/foreigncmds.c:734
 #, c-format
-msgid "changing the foreign-data wrapper handler can change behavior of existing foreign tables"
-msgstr "das Ändern des Handlers des Fremddaten-Wrappers kann das Verhalten von bestehenden Fremdtabellen verändern"
+msgid ""
+"changing the foreign-data wrapper handler can change behavior of existing "
+"foreign tables"
+msgstr ""
+"das Ändern des Handlers des Fremddaten-Wrappers kann das Verhalten von "
+"bestehenden Fremdtabellen verändern"
 
 #: commands/foreigncmds.c:748
 #, c-format
-msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid"
-msgstr "durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von abhängigen Objekten ungültig werden"
+msgid ""
+"changing the foreign-data wrapper validator can cause the options for "
+"dependent objects to become invalid"
+msgstr ""
+"durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von "
+"abhängigen Objekten ungültig werden"
 
 #: commands/foreigncmds.c:1152
 #, c-format
@@ -5058,7 +5490,8 @@ msgstr "Server existiert nicht, wird übersprungen"
 #: commands/foreigncmds.c:1349
 #, c-format
 msgid "user mapping \"%s\" does not exist for the server, skipping"
-msgstr "Benutzerabbildung »%s« existiert nicht für den Server, wird übersprungen"
+msgstr ""
+"Benutzerabbildung »%s« existiert nicht für den Server, wird übersprungen"
 
 #: commands/functioncmds.c:102
 #, c-format
@@ -5128,7 +5561,8 @@ msgstr "nur Eingabeparameter können Vorgabewerte haben"
 #: commands/functioncmds.c:360
 #, c-format
 msgid "cannot use table references in parameter default value"
-msgstr "Tabellenverweise können nicht in Parametervorgabewerten verwendet werden"
+msgstr ""
+"Tabellenverweise können nicht in Parametervorgabewerten verwendet werden"
 
 #: commands/functioncmds.c:376
 #, c-format
@@ -5138,17 +5572,21 @@ msgstr "Unteranfragen können nicht in Parametervorgabewerten verwendet werden"
 #: commands/functioncmds.c:380
 #, c-format
 msgid "cannot use aggregate function in parameter default value"
-msgstr "Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden"
+msgstr ""
+"Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden"
 
 #: commands/functioncmds.c:384
 #, c-format
 msgid "cannot use window function in parameter default value"
-msgstr "Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden"
+msgstr ""
+"Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden"
 
 #: commands/functioncmds.c:394
 #, c-format
 msgid "input parameters after one with a default value must also have defaults"
-msgstr "Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert haben"
+msgstr ""
+"Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert "
+"haben"
 
 #: commands/functioncmds.c:644
 #, c-format
@@ -5189,7 +5627,9 @@ msgstr "Sprache »%s« existiert nicht"
 #: commands/functioncmds.c:865 commands/functioncmds.c:1975
 #, c-format
 msgid "Use CREATE LANGUAGE to load the language into the database."
-msgstr "Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu laden."
+msgstr ""
+"Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu "
+"laden."
 
 #: commands/functioncmds.c:900 commands/functioncmds.c:1323
 #, c-format
@@ -5209,7 +5649,8 @@ msgstr "Ergebnistyp der Funktion muss angegeben werden"
 #: commands/functioncmds.c:970 commands/functioncmds.c:1344
 #, c-format
 msgid "ROWS is not applicable when function does not return a set"
-msgstr "ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt"
+msgstr ""
+"ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt"
 
 #: commands/functioncmds.c:1080
 #, c-format
@@ -5219,7 +5660,9 @@ msgstr "Verwenden Sie ALTER AGGREGATE, um Aggregatfunktionen umzubenennen."
 #: commands/functioncmds.c:1143
 #, c-format
 msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
-msgstr "Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu ändern."
+msgstr ""
+"Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu "
+"ändern."
 
 #: commands/functioncmds.c:1493
 #, c-format
@@ -5234,12 +5677,14 @@ msgstr "Zieldatentyp %s ist ein Pseudotyp"
 #: commands/functioncmds.c:1525
 #, c-format
 msgid "cast will be ignored because the source data type is a domain"
-msgstr "Typumwandlung wird ignoriert werden, weil der Quelldatentyp eine Domäne ist"
+msgstr ""
+"Typumwandlung wird ignoriert werden, weil der Quelldatentyp eine Domäne ist"
 
 #: commands/functioncmds.c:1530
 #, c-format
 msgid "cast will be ignored because the target data type is a domain"
-msgstr "Typumwandlung wird ignoriert werden, weil der Zieldatentyp eine Domäne ist"
+msgstr ""
+"Typumwandlung wird ignoriert werden, weil der Zieldatentyp eine Domäne ist"
 
 #: commands/functioncmds.c:1557
 #, c-format
@@ -5248,8 +5693,12 @@ msgstr "Typumwandlungsfunktion muss ein bis drei Argumente haben"
 
 #: commands/functioncmds.c:1561
 #, c-format
-msgid "argument of cast function must match or be binary-coercible from source data type"
-msgstr "Argument der Typumwandlungsfunktion muss mit Quelldatentyp übereinstimmen oder in ihn binär-umwandelbar sein"
+msgid ""
+"argument of cast function must match or be binary-coercible from source data "
+"type"
+msgstr ""
+"Argument der Typumwandlungsfunktion muss mit Quelldatentyp übereinstimmen "
+"oder in ihn binär-umwandelbar sein"
 
 #: commands/functioncmds.c:1565
 #, c-format
@@ -5263,8 +5712,12 @@ msgstr "drittes Argument der Typumwandlungsfunktion muss Typ boolean haben"
 
 #: commands/functioncmds.c:1573
 #, c-format
-msgid "return data type of cast function must match or be binary-coercible to target data type"
-msgstr "Rückgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp übereinstimmen oder in ihn binär-umwandelbar sein"
+msgid ""
+"return data type of cast function must match or be binary-coercible to "
+"target data type"
+msgstr ""
+"Rückgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp übereinstimmen "
+"oder in ihn binär-umwandelbar sein"
 
 #: commands/functioncmds.c:1584
 #, c-format
@@ -5346,176 +5799,187 @@ msgstr "kein Inline-Code angegeben"
 msgid "language \"%s\" does not support inline code execution"
 msgstr "Sprache »%s« unterstützt das Ausführen von Inline-Code nicht"
 
-#: commands/indexcmds.c:152 commands/indexcmds.c:500
+#: commands/indexcmds.c:153 commands/indexcmds.c:502
 #: commands/opclasscmds.c:369 commands/opclasscmds.c:790
 #: commands/opclasscmds.c:2123
 #, c-format
 msgid "access method \"%s\" does not exist"
 msgstr "Zugriffsmethode »%s« existiert nicht"
 
-#: commands/indexcmds.c:359
+#: commands/indexcmds.c:361
 #, c-format
 msgid "must specify at least one column"
 msgstr "mindestens eine Spalte muss angegeben werden"
 
-#: commands/indexcmds.c:363
+#: commands/indexcmds.c:365
 #, c-format
 msgid "cannot use more than %d columns in an index"
 msgstr "Index kann nicht mehr als %d Spalten enthalten"
 
-#: commands/indexcmds.c:391
+#: commands/indexcmds.c:393
 #, c-format
 msgid "cannot create index on foreign table \"%s\""
 msgstr "kann keinen Index für Fremdtabelle »%s« erzeugen"
 
-#: commands/indexcmds.c:406
+#: commands/indexcmds.c:408
 #, c-format
 msgid "cannot create indexes on temporary tables of other sessions"
 msgstr "kann keine Indexe für temporäre Tabellen anderer Sitzungen erzeugen"
 
-#: commands/indexcmds.c:461 commands/tablecmds.c:507 commands/tablecmds.c:8750
+#: commands/indexcmds.c:463 commands/tablecmds.c:507 commands/tablecmds.c:8756
 #, c-format
 msgid "only shared relations can be placed in pg_global tablespace"
-msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
+msgstr ""
+"nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
 
-#: commands/indexcmds.c:492
+#: commands/indexcmds.c:494
 #, c-format
 msgid "substituting access method \"gist\" for obsolete method \"rtree\""
 msgstr "ersetze Zugriffsmethode »gist« für obsolete Methode »rtree«"
 
-#: commands/indexcmds.c:509
+#: commands/indexcmds.c:511
 #, c-format
 msgid "access method \"%s\" does not support unique indexes"
 msgstr "Zugriffsmethode »%s« unterstützt keine Unique Indexe"
 
-#: commands/indexcmds.c:514
+#: commands/indexcmds.c:516
 #, c-format
 msgid "access method \"%s\" does not support multicolumn indexes"
 msgstr "Zugriffsmethode »%s« unterstützt keine mehrspaltigen Indexe"
 
-#: commands/indexcmds.c:519
+#: commands/indexcmds.c:521
 #, c-format
 msgid "access method \"%s\" does not support exclusion constraints"
 msgstr "Zugriffsmethode »%s« unterstützt keine Exclusion-Constraints"
 
-#: commands/indexcmds.c:597
+#: commands/indexcmds.c:599
 #, c-format
 msgid "%s %s will create implicit index \"%s\" for table \"%s\""
 msgstr "%s %s erstellt implizit einen Index »%s« für Tabelle »%s«"
 
-#: commands/indexcmds.c:969
+#: commands/indexcmds.c:971
 #, c-format
 msgid "cannot use subquery in index predicate"
 msgstr "Unteranfragen können nicht im Indexprädikat verwendet werden"
 
-#: commands/indexcmds.c:973
+#: commands/indexcmds.c:975
 #, c-format
 msgid "cannot use aggregate in index predicate"
 msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
 
-#: commands/indexcmds.c:982
+#: commands/indexcmds.c:984
 #, c-format
 msgid "functions in index predicate must be marked IMMUTABLE"
 msgstr "Funktionen im Indexprädikat müssen als IMMUTABLE markiert sein"
 
-#: commands/indexcmds.c:1048 parser/parse_utilcmd.c:1747
+#: commands/indexcmds.c:1050 parser/parse_utilcmd.c:1747
 #, c-format
 msgid "column \"%s\" named in key does not exist"
 msgstr "Spalte »%s«, die im Schlüssel verwendet wird, existiert nicht"
 
-#: commands/indexcmds.c:1101
+#: commands/indexcmds.c:1103
 #, c-format
 msgid "cannot use subquery in index expression"
 msgstr "Unteranfragen können nicht in Indexausdrücken verwendet werden"
 
-#: commands/indexcmds.c:1105
+#: commands/indexcmds.c:1107
 #, c-format
 msgid "cannot use aggregate function in index expression"
 msgstr "Aggregatfunktionen können nicht in Indexausdrücken verwendet werden"
 
-#: commands/indexcmds.c:1116
+#: commands/indexcmds.c:1118
 #, c-format
 msgid "functions in index expression must be marked IMMUTABLE"
 msgstr "Funktionen im Indexausdruck müssen als IMMUTABLE markiert sein"
 
-#: commands/indexcmds.c:1139
+#: commands/indexcmds.c:1141
 #, c-format
 msgid "could not determine which collation to use for index expression"
-msgstr "konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen"
 
-#: commands/indexcmds.c:1147 commands/typecmds.c:777 parser/parse_expr.c:2156
-#: parser/parse_type.c:498 parser/parse_utilcmd.c:2607 utils/adt/misc.c:522
+#: commands/indexcmds.c:1149 commands/typecmds.c:777 parser/parse_expr.c:2156
+#: parser/parse_type.c:498 parser/parse_utilcmd.c:2607 utils/adt/misc.c:523
 #, c-format
 msgid "collations are not supported by type %s"
 msgstr "Sortierfolgen werden von Typ %s nicht unterstützt"
 
-#: commands/indexcmds.c:1185
+#: commands/indexcmds.c:1187
 #, c-format
 msgid "operator %s is not commutative"
 msgstr "Operator %s ist nicht kommutativ"
 
-#: commands/indexcmds.c:1187
+#: commands/indexcmds.c:1189
 #, c-format
 msgid "Only commutative operators can be used in exclusion constraints."
-msgstr "In Exclusion-Constraints können nur kommutative Operatoren verwendet werden."
+msgstr ""
+"In Exclusion-Constraints können nur kommutative Operatoren verwendet werden."
 
-#: commands/indexcmds.c:1213
+#: commands/indexcmds.c:1215
 #, c-format
 msgid "operator %s is not a member of operator family \"%s\""
 msgstr "Operator %s ist kein Mitglied der Operatorfamilie »%s«"
 
-#: commands/indexcmds.c:1216
+#: commands/indexcmds.c:1218
 #, c-format
-msgid "The exclusion operator must be related to the index operator class for the constraint."
-msgstr "Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des Constraints stehen."
+msgid ""
+"The exclusion operator must be related to the index operator class for the "
+"constraint."
+msgstr ""
+"Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des "
+"Constraints stehen."
 
-#: commands/indexcmds.c:1251
+#: commands/indexcmds.c:1253
 #, c-format
 msgid "access method \"%s\" does not support ASC/DESC options"
 msgstr "Zugriffsmethode »%s« unterstützt die Optionen ASC/DESC nicht"
 
-#: commands/indexcmds.c:1256
+#: commands/indexcmds.c:1258
 #, c-format
 msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
 msgstr "Zugriffsmethode »%s« unterstützt die Optionen NULLS FIRST/LAST nicht"
 
-#: commands/indexcmds.c:1312 commands/typecmds.c:1849
+#: commands/indexcmds.c:1314 commands/typecmds.c:1849
 #, c-format
 msgid "data type %s has no default operator class for access method \"%s\""
 msgstr "Datentyp %s hat keine Standardoperatorklasse für Zugriffsmethode »%s«"
 
-#: commands/indexcmds.c:1314
+#: commands/indexcmds.c:1316
 #, c-format
-msgid "You must specify an operator class for the index or define a default operator class for the data type."
-msgstr "Sie müssen für den Index eine Operatorklasse angeben oder eine Standardoperatorklasse für den Datentyp definieren."
+msgid ""
+"You must specify an operator class for the index or define a default "
+"operator class for the data type."
+msgstr ""
+"Sie müssen für den Index eine Operatorklasse angeben oder eine "
+"Standardoperatorklasse für den Datentyp definieren."
 
-#: commands/indexcmds.c:1343 commands/indexcmds.c:1351
+#: commands/indexcmds.c:1345 commands/indexcmds.c:1353
 #: commands/opclasscmds.c:212
 #, c-format
 msgid "operator class \"%s\" does not exist for access method \"%s\""
 msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«"
 
-#: commands/indexcmds.c:1364 commands/typecmds.c:1837
+#: commands/indexcmds.c:1366 commands/typecmds.c:1837
 #, c-format
 msgid "operator class \"%s\" does not accept data type %s"
 msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
 
-#: commands/indexcmds.c:1454
+#: commands/indexcmds.c:1456
 #, c-format
 msgid "there are multiple default operator classes for data type %s"
 msgstr "es gibt mehrere Standardoperatorklassen für Datentyp %s"
 
-#: commands/indexcmds.c:1826
+#: commands/indexcmds.c:1828
 #, c-format
 msgid "table \"%s\" has no indexes"
 msgstr "Tabelle »%s« hat keine Indexe"
 
-#: commands/indexcmds.c:1854
+#: commands/indexcmds.c:1856
 #, c-format
 msgid "can only reindex the currently open database"
 msgstr "aktuell geöffnete Datenbank kann nicht reindiziert werden"
 
-#: commands/indexcmds.c:1939
+#: commands/indexcmds.c:1941
 #, c-format
 msgid "table \"%s.%s\" was reindexed"
 msgstr "Tabelle »%s.%s« wurde neu indiziert"
@@ -5556,8 +6020,10 @@ msgstr "Storage-Typ mehrmals angegeben"
 
 #: commands/opclasscmds.c:589
 #, c-format
-msgid "storage type cannot be different from data type for access method \"%s\""
-msgstr "Storage-Typ kann nicht vom Datentyp der Zugriffsmethode »%s« verschieden sein"
+msgid ""
+"storage type cannot be different from data type for access method \"%s\""
+msgstr ""
+"Storage-Typ kann nicht vom Datentyp der Zugriffsmethode »%s« verschieden sein"
 
 #: commands/opclasscmds.c:605
 #, c-format
@@ -5647,7 +6113,8 @@ msgstr "Hash-Prozeduren müssen Typ integer zurückgeben"
 #: commands/opclasscmds.c:1231
 #, c-format
 msgid "associated data types must be specified for index support procedure"
-msgstr "zugehörige Datentypen müssen für Indexunterstützungsprozedur angegeben werden"
+msgstr ""
+"zugehörige Datentypen müssen für Indexunterstützungsprozedur angegeben werden"
 
 #: commands/opclasscmds.c:1256
 #, c-format
@@ -5681,13 +6148,20 @@ msgstr "Funktion %d(%s,%s) existiert nicht in Operatorfamilie »%s«"
 
 #: commands/opclasscmds.c:1699
 #, c-format
-msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\""
-msgstr "Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"
+msgid ""
+"operator class \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
+msgstr ""
+"Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"
 
 #: commands/opclasscmds.c:1788
 #, c-format
-msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\""
-msgstr "Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«"
+msgid ""
+"operator family \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
+msgstr ""
+"Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits in Schema "
+"»%s«"
 
 #: commands/operatorcmds.c:99
 #, c-format
@@ -5696,8 +6170,11 @@ msgstr "=> ist als Operatorname veraltet"
 
 #: commands/operatorcmds.c:100
 #, c-format
-msgid "This name may be disallowed altogether in future versions of PostgreSQL."
-msgstr "Dieser Name wird möglicherweise in einer zukünftigen Version von PostgreSQL nicht mehr zugelassen."
+msgid ""
+"This name may be disallowed altogether in future versions of PostgreSQL."
+msgstr ""
+"Dieser Name wird möglicherweise in einer zukünftigen Version von PostgreSQL "
+"nicht mehr zugelassen."
 
 #: commands/operatorcmds.c:121 commands/operatorcmds.c:129
 #, c-format
@@ -5799,7 +6276,8 @@ msgstr "Fensterfunktionen können nicht in EXECUTE-Parameter verwendet werden"
 #: commands/prepare.c:384
 #, c-format
 msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
-msgstr "Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
+msgstr ""
+"Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
 
 #: commands/prepare.c:479
 #, c-format
@@ -5814,7 +6292,8 @@ msgstr "vorbereitete Anweisung »%s« existiert nicht"
 #: commands/proclang.c:88
 #, c-format
 msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
-msgstr "verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter"
+msgstr ""
+"verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter"
 
 #: commands/proclang.c:98
 #, c-format
@@ -5843,7 +6322,8 @@ msgstr "nur Superuser können maßgeschneiderte prozedurale Sprachen erzeugen"
 
 #: commands/proclang.c:273
 #, c-format
-msgid "changing return type of function %s from \"opaque\" to \"language_handler\""
+msgid ""
+"changing return type of function %s from \"opaque\" to \"language_handler\""
 msgstr "ändere Rückgabetyp von Funktion %s von »opaque« in »language_handler«"
 
 #: commands/proclang.c:358 commands/proclang.c:560
@@ -5868,8 +6348,11 @@ msgstr "es sind keine Security-Label-Provider geladen"
 
 #: commands/seclabel.c:61
 #, c-format
-msgid "must specify provider when multiple security label providers have been loaded"
-msgstr "Provider muss angegeben werden, wenn mehrere Security-Label-Provider geladen sind"
+msgid ""
+"must specify provider when multiple security label providers have been loaded"
+msgstr ""
+"Provider muss angegeben werden, wenn mehrere Security-Label-Provider geladen "
+"sind"
 
 #: commands/seclabel.c:79
 #, c-format
@@ -5881,8 +6364,8 @@ msgstr "Security-Label-Provider »%s« ist nicht geladen"
 msgid "unlogged sequences are not supported"
 msgstr "ungeloggte Sequenzen werden nicht unterstützt"
 
-#: commands/sequence.c:432 commands/tablecmds.c:2353 commands/tablecmds.c:2521
-#: commands/tablecmds.c:9833 parser/parse_utilcmd.c:2307 tcop/utility.c:756
+#: commands/sequence.c:432 commands/tablecmds.c:2353 commands/tablecmds.c:2525
+#: commands/tablecmds.c:9839 parser/parse_utilcmd.c:2307 tcop/utility.c:756
 #, c-format
 msgid "relation \"%s\" does not exist, skipping"
 msgstr "Relation »%s« existiert nicht, wird übersprungen"
@@ -5910,20 +6393,21 @@ msgstr "lastval ist in dieser Sitzung noch nicht definiert"
 #: commands/sequence.c:862
 #, c-format
 msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
-msgstr "setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)"
+msgstr ""
+"setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)"
 
 #: commands/sequence.c:1031 lib/stringinfo.c:266 libpq/auth.c:1018
 #: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848
-#: postmaster/postmaster.c:1910 postmaster/postmaster.c:1941
-#: postmaster/postmaster.c:3237 postmaster/postmaster.c:3921
-#: postmaster/postmaster.c:4007 postmaster/postmaster.c:4627
-#: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:353
+#: postmaster/postmaster.c:1915 postmaster/postmaster.c:1946
+#: postmaster/postmaster.c:3244 postmaster/postmaster.c:3928
+#: postmaster/postmaster.c:4014 postmaster/postmaster.c:4634
+#: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393
 #: storage/file/fd.c:368 storage/file/fd.c:752 storage/file/fd.c:870
-#: storage/ipc/procarray.c:834 storage/ipc/procarray.c:1274
-#: storage/ipc/procarray.c:1281 storage/ipc/procarray.c:1594
-#: storage/ipc/procarray.c:2063 utils/adt/formatting.c:1531
+#: storage/ipc/procarray.c:845 storage/ipc/procarray.c:1285
+#: storage/ipc/procarray.c:1292 storage/ipc/procarray.c:1606
+#: storage/ipc/procarray.c:2075 utils/adt/formatting.c:1531
 #: utils/adt/formatting.c:1656 utils/adt/formatting.c:1793
-#: utils/adt/regexp.c:210 utils/adt/varlena.c:3526 utils/adt/varlena.c:3547
+#: utils/adt/regexp.c:210 utils/adt/varlena.c:3527 utils/adt/varlena.c:3548
 #: utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:364 utils/hash/dynahash.c:436
 #: utils/hash/dynahash.c:932 utils/init/miscinit.c:150
 #: utils/init/miscinit.c:171 utils/init/miscinit.c:181 utils/mb/mbutils.c:374
@@ -5979,7 +6463,7 @@ msgstr "ungültige OWNED BY Option"
 msgid "Specify OWNED BY table.column or OWNED BY NONE."
 msgstr "Geben Sie OWNED BY tabelle.spalte oder OWNED BY NONE an."
 
-#: commands/sequence.c:1415 commands/tablecmds.c:5819
+#: commands/sequence.c:1415 commands/tablecmds.c:5824
 #, c-format
 msgid "referenced relation \"%s\" is not a table"
 msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle"
@@ -6059,8 +6543,8 @@ msgstr "»%s« ist kein Typ"
 msgid "Use DROP TYPE to remove a type."
 msgstr "Verwenden Sie DROP TYPE, um einen Typen zu löschen."
 
-#: commands/tablecmds.c:231 commands/tablecmds.c:7815
-#: commands/tablecmds.c:9768
+#: commands/tablecmds.c:231 commands/tablecmds.c:7820
+#: commands/tablecmds.c:9774
 #, c-format
 msgid "foreign table \"%s\" does not exist"
 msgstr "Fremdtabelle »%s« existiert nicht"
@@ -6087,9 +6571,11 @@ msgstr "Constraints für Fremdtabellen werden nicht unterstützt"
 #: commands/tablecmds.c:475
 #, c-format
 msgid "cannot create temporary table within security-restricted operation"
-msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen"
+msgstr ""
+"kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation "
+"erzeugen"
 
-#: commands/tablecmds.c:582 commands/tablecmds.c:4570
+#: commands/tablecmds.c:582 commands/tablecmds.c:4574
 #, c-format
 msgid "default values on foreign tables are not supported"
 msgstr "Vorgabewerte für Fremdtabellen werden nicht unterstützt"
@@ -6097,16 +6583,16 @@ msgstr "Vorgabewerte für Fremdtabellen werden nicht unterstützt"
 #: commands/tablecmds.c:751
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects"
-msgstr ""
+msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht"
 
 #: commands/tablecmds.c:755
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
-msgstr ""
+msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE"
 
 #: commands/tablecmds.c:909 commands/tablecmds.c:1244
-#: commands/tablecmds.c:2170 commands/tablecmds.c:4028
-#: commands/tablecmds.c:5825 commands/tablecmds.c:10316 commands/trigger.c:194
+#: commands/tablecmds.c:2170 commands/tablecmds.c:4032
+#: commands/tablecmds.c:5830 commands/tablecmds.c:10322 commands/trigger.c:194
 #: commands/trigger.c:1085 commands/trigger.c:1191 rewrite/rewriteDefine.c:266
 #: tcop/utility.c:104
 #, c-format
@@ -6128,12 +6614,12 @@ msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren"
 msgid "inherited relation \"%s\" is not a table"
 msgstr "geerbte Relation »%s« ist keine Tabelle"
 
-#: commands/tablecmds.c:1466 commands/tablecmds.c:8982
+#: commands/tablecmds.c:1466 commands/tablecmds.c:8988
 #, c-format
 msgid "cannot inherit from temporary relation \"%s\""
 msgstr "von temporärer Relation »%s« kann nicht geerbt werden"
 
-#: commands/tablecmds.c:1483 commands/tablecmds.c:9010
+#: commands/tablecmds.c:1483 commands/tablecmds.c:9016
 #, c-format
 msgid "relation \"%s\" would be inherited from more than once"
 msgstr "von der Relation »%s« würde mehrmals geerbt werden"
@@ -6163,7 +6649,7 @@ msgid "inherited column \"%s\" has a collation conflict"
 msgstr "geerbte Spalte »%s« hat Sortierfolgenkonflikt"
 
 #: commands/tablecmds.c:1558 commands/tablecmds.c:1751
-#: commands/tablecmds.c:4442
+#: commands/tablecmds.c:4446
 #, c-format
 msgid "\"%s\" versus \"%s\""
 msgstr "»%s« gegen »%s«"
@@ -6205,8 +6691,12 @@ msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an.
 
 #: commands/tablecmds.c:1862
 #, c-format
-msgid "check constraint name \"%s\" appears multiple times but with different expressions"
-msgstr "Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen Ausdrücken"
+msgid ""
+"check constraint name \"%s\" appears multiple times but with different "
+"expressions"
+msgstr ""
+"Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen "
+"Ausdrücken"
 
 #: commands/tablecmds.c:2142
 #, c-format
@@ -6216,12 +6706,15 @@ msgstr "Spalte einer getypten Tabelle kann nicht umbenannt werden"
 #: commands/tablecmds.c:2158
 #, c-format
 msgid "\"%s\" is not a table, view, composite type, index, or foreign table"
-msgstr "»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle"
+msgstr ""
+"»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle"
 
 #: commands/tablecmds.c:2250
 #, c-format
 msgid "inherited column \"%s\" must be renamed in child tables too"
-msgstr "vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"
+msgstr ""
+"vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt "
+"werden"
 
 #: commands/tablecmds.c:2282
 #, c-format
@@ -6233,536 +6726,588 @@ msgstr "Systemspalte »%s« kann nicht umbenannt werden"
 msgid "cannot rename inherited column \"%s\""
 msgstr "kann vererbte Spalte »%s« nicht umbenennen"
 
-#: commands/tablecmds.c:2435
+#: commands/tablecmds.c:2439
 #, c-format
 msgid "inherited constraint \"%s\" must be renamed in child tables too"
-msgstr "vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"
+msgstr ""
+"vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt "
+"werden"
 
-#: commands/tablecmds.c:2442
+#: commands/tablecmds.c:2446
 #, c-format
 msgid "cannot rename inherited constraint \"%s\""
 msgstr "kann vererbten Constraint »%s« nicht umbenennen"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2644
+#: commands/tablecmds.c:2648
 #, c-format
-msgid "cannot %s \"%s\" because it is being used by active queries in this session"
-msgstr "%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser Sitzung verwendet wird"
+msgid ""
+"cannot %s \"%s\" because it is being used by active queries in this session"
+msgstr ""
+"%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser "
+"Sitzung verwendet wird"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2653
+#: commands/tablecmds.c:2657
 #, c-format
 msgid "cannot %s \"%s\" because it has pending trigger events"
-msgstr "%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt"
+msgstr ""
+"%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse "
+"dafür gibt"
 
-#: commands/tablecmds.c:3547
+#: commands/tablecmds.c:3551
 #, c-format
 msgid "cannot rewrite system relation \"%s\""
 msgstr "Systemrelation »%s« kann nicht neu geschrieben werden"
 
-#: commands/tablecmds.c:3557
+#: commands/tablecmds.c:3561
 #, c-format
 msgid "cannot rewrite temporary tables of other sessions"
 msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben"
 
-#: commands/tablecmds.c:3783
+#: commands/tablecmds.c:3787
 #, c-format
 msgid "rewriting table \"%s\""
 msgstr "schreibe Tabelle »%s« neu"
 
-#: commands/tablecmds.c:3787
+#: commands/tablecmds.c:3791
 #, c-format
 msgid "verifying table \"%s\""
 msgstr "überprüfe Tabelle »%s«"
 
-#: commands/tablecmds.c:3894
+#: commands/tablecmds.c:3898
 #, c-format
 msgid "column \"%s\" contains null values"
 msgstr "Spalte »%s« enthält NULL-Werte"
 
-#: commands/tablecmds.c:3908 commands/tablecmds.c:6717
+#: commands/tablecmds.c:3912 commands/tablecmds.c:6723
 #, c-format
 msgid "check constraint \"%s\" is violated by some row"
 msgstr "Check-Constraint »%s« wird von irgendeiner Zeile verletzt"
 
-#: commands/tablecmds.c:4049
+#: commands/tablecmds.c:4053
 #, c-format
 msgid "\"%s\" is not a table or index"
 msgstr "»%s« ist keine Tabelle und kein Index"
 
-#: commands/tablecmds.c:4052 commands/trigger.c:188 commands/trigger.c:1079
+#: commands/tablecmds.c:4056 commands/trigger.c:188 commands/trigger.c:1079
 #: commands/trigger.c:1183 rewrite/rewriteDefine.c:260
 #, c-format
 msgid "\"%s\" is not a table or view"
 msgstr "»%s« ist keine Tabelle oder Sicht"
 
-#: commands/tablecmds.c:4055
+#: commands/tablecmds.c:4059
 #, c-format
 msgid "\"%s\" is not a table or foreign table"
 msgstr "»%s« ist keine Tabelle oder Fremdtabelle"
 
-#: commands/tablecmds.c:4058
+#: commands/tablecmds.c:4062
 #, c-format
 msgid "\"%s\" is not a table, composite type, or foreign table"
 msgstr "»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ noch Fremdtabelle"
 
-#: commands/tablecmds.c:4068
+#: commands/tablecmds.c:4072
 #, c-format
 msgid "\"%s\" is of the wrong type"
 msgstr "»%s« hat den falschen Typ"
 
-#: commands/tablecmds.c:4217 commands/tablecmds.c:4224
+#: commands/tablecmds.c:4221 commands/tablecmds.c:4228
 #, c-format
 msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it"
 msgstr "kann Typ »%s« nicht ändern, weil Spalte »%s.%s« ihn verwendet"
 
-#: commands/tablecmds.c:4231
+#: commands/tablecmds.c:4235
 #, c-format
-msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
-msgstr "kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"
+msgid ""
+"cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
+msgstr ""
+"kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp "
+"verwendet"
 
-#: commands/tablecmds.c:4238
+#: commands/tablecmds.c:4242
 #, c-format
 msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
-msgstr "kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"
+msgstr ""
+"kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"
 
-#: commands/tablecmds.c:4300
+#: commands/tablecmds.c:4304
 #, c-format
 msgid "cannot alter type \"%s\" because it is the type of a typed table"
 msgstr "kann Typ »%s« nicht ändern, weil er der Typ einer getypten Tabelle ist"
 
-#: commands/tablecmds.c:4302
+#: commands/tablecmds.c:4306
 #, c-format
 msgid "Use ALTER ... CASCADE to alter the typed tables too."
-msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern."
+msgstr ""
+"Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu "
+"ändern."
 
-#: commands/tablecmds.c:4346
+#: commands/tablecmds.c:4350
 #, c-format
 msgid "type %s is not a composite type"
 msgstr "Typ %s ist kein zusammengesetzter Typ"
 
-#: commands/tablecmds.c:4372
+#: commands/tablecmds.c:4376
 #, c-format
 msgid "cannot add column to typed table"
 msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden"
 
-#: commands/tablecmds.c:4434 commands/tablecmds.c:9164
+#: commands/tablecmds.c:4438 commands/tablecmds.c:9170
 #, c-format
 msgid "child table \"%s\" has different type for column \"%s\""
 msgstr "abgeleitete Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"
 
-#: commands/tablecmds.c:4440 commands/tablecmds.c:9171
+#: commands/tablecmds.c:4444 commands/tablecmds.c:9177
 #, c-format
 msgid "child table \"%s\" has different collation for column \"%s\""
-msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"
+msgstr ""
+"abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"
 
-#: commands/tablecmds.c:4450
+#: commands/tablecmds.c:4454
 #, c-format
 msgid "child table \"%s\" has a conflicting \"%s\" column"
 msgstr "abgeleitete Tabelle »%s« hat eine widersprüchliche Spalte »%s«"
 
-#: commands/tablecmds.c:4462
+#: commands/tablecmds.c:4466
 #, c-format
 msgid "merging definition of column \"%s\" for child \"%s\""
-msgstr "Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"
+msgstr ""
+"Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"
 
-#: commands/tablecmds.c:4689
+#: commands/tablecmds.c:4693
 #, c-format
 msgid "column must be added to child tables too"
 msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"
 
-#: commands/tablecmds.c:4756
+#: commands/tablecmds.c:4760
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already exists"
 msgstr "Spalte »%s« von Relation »%s« existiert bereits"
 
-#: commands/tablecmds.c:4859 commands/tablecmds.c:4949
-#: commands/tablecmds.c:4994 commands/tablecmds.c:5096
-#: commands/tablecmds.c:5140 commands/tablecmds.c:5219
-#: commands/tablecmds.c:7231 commands/tablecmds.c:7837
+#: commands/tablecmds.c:4863 commands/tablecmds.c:4953
+#: commands/tablecmds.c:4998 commands/tablecmds.c:5100
+#: commands/tablecmds.c:5144 commands/tablecmds.c:5223
+#: commands/tablecmds.c:7236 commands/tablecmds.c:7842
 #, c-format
 msgid "cannot alter system column \"%s\""
 msgstr "Systemspalte »%s« kann nicht geändert werden"
 
-#: commands/tablecmds.c:4893
+#: commands/tablecmds.c:4897
 #, c-format
 msgid "column \"%s\" is in a primary key"
 msgstr "Spalte »%s« ist in einem Primärschlüssel"
 
-#: commands/tablecmds.c:5043
+#: commands/tablecmds.c:5047
 #, c-format
 msgid "\"%s\" is not a table, index, or foreign table"
 msgstr "»%s« ist weder Tabelle, Index noch Fremdtabelle"
 
-#: commands/tablecmds.c:5070
+#: commands/tablecmds.c:5074
 #, c-format
 msgid "statistics target %d is too low"
 msgstr "Statistikziel %d ist zu niedrig"
 
-#: commands/tablecmds.c:5078
+#: commands/tablecmds.c:5082
 #, c-format
 msgid "lowering statistics target to %d"
 msgstr "setze Statistikziel auf %d herab"
 
-#: commands/tablecmds.c:5200
+#: commands/tablecmds.c:5204
 #, c-format
 msgid "invalid storage type \"%s\""
 msgstr "ungültiger Storage-Typ »%s«"
 
-#: commands/tablecmds.c:5231
+#: commands/tablecmds.c:5235
 #, c-format
 msgid "column data type %s can only have storage PLAIN"
 msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN"
 
-#: commands/tablecmds.c:5261
+#: commands/tablecmds.c:5265
 #, c-format
 msgid "cannot drop column from typed table"
 msgstr "aus einer getypten Tabelle können keine Spalten gelöscht werden"
 
-#: commands/tablecmds.c:5302
+#: commands/tablecmds.c:5306
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "Spalte »%s« von Relation »%s« existiert nicht, wird übersprungen"
 
-#: commands/tablecmds.c:5315
+#: commands/tablecmds.c:5319
 #, c-format
 msgid "cannot drop system column \"%s\""
 msgstr "Systemspalte »%s« kann nicht gelöscht werden"
 
-#: commands/tablecmds.c:5322
+#: commands/tablecmds.c:5326
 #, c-format
 msgid "cannot drop inherited column \"%s\""
 msgstr "geerbte Spalte »%s« kann nicht gelöscht werden"
 
-#: commands/tablecmds.c:5563
+#: commands/tablecmds.c:5568
 #, c-format
-msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
+msgid ""
+"ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
 msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX benennt Index »%s« um in »%s«"
 
-#: commands/tablecmds.c:5752
+#: commands/tablecmds.c:5757
 #, c-format
 msgid "constraint must be added to child tables too"
 msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"
 
-#: commands/tablecmds.c:5842
+#: commands/tablecmds.c:5847
 #, c-format
 msgid "constraints on permanent tables may reference only permanent tables"
-msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen"
+msgstr ""
+"Constraints für permanente Tabellen dürfen nur auf permanente Tabellen "
+"verweisen"
 
-#: commands/tablecmds.c:5849
+#: commands/tablecmds.c:5854
 #, c-format
-msgid "constraints on unlogged tables may reference only permanent or unlogged tables"
-msgstr "Constraints für ungeloggte Tabellen dürfen nur auf permanente oder ungeloggte Tabellen verweisen"
+msgid ""
+"constraints on unlogged tables may reference only permanent or unlogged "
+"tables"
+msgstr ""
+"Constraints für ungeloggte Tabellen dürfen nur auf permanente oder "
+"ungeloggte Tabellen verweisen"
 
-#: commands/tablecmds.c:5855
+#: commands/tablecmds.c:5860
 #, c-format
 msgid "constraints on temporary tables may reference only temporary tables"
-msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen"
+msgstr ""
+"Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen "
+"verweisen"
 
-#: commands/tablecmds.c:5916
+#: commands/tablecmds.c:5921
 #, c-format
 msgid "number of referencing and referenced columns for foreign key disagree"
-msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"
+msgstr ""
+"Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"
 
-#: commands/tablecmds.c:6023
+#: commands/tablecmds.c:6028
 #, c-format
 msgid "foreign key constraint \"%s\" cannot be implemented"
 msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden"
 
-#: commands/tablecmds.c:6026
+#: commands/tablecmds.c:6031
 #, c-format
 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
 msgstr "Schlüsselspalten »%s« und »%s« haben inkompatible Typen: %s und %s."
 
-#: commands/tablecmds.c:6218 commands/tablecmds.c:7069
-#: commands/tablecmds.c:7125
+#: commands/tablecmds.c:6223 commands/tablecmds.c:7075
+#: commands/tablecmds.c:7131
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist"
 msgstr "Constraint »%s« von Relation »%s« existiert nicht"
 
-#: commands/tablecmds.c:6225
+#: commands/tablecmds.c:6230
 #, c-format
-msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint"
-msgstr "Constraint »%s« von Relation »%s« ist kein Fremdschlüssel- oder Check-Constraint"
+msgid ""
+"constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint"
+msgstr ""
+"Constraint »%s« von Relation »%s« ist kein Fremdschlüssel- oder Check-"
+"Constraint"
 
-#: commands/tablecmds.c:6294
+#: commands/tablecmds.c:6299
 #, fuzzy, c-format
 msgid "constraint must be validated on child tables too"
 msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"
 
-#: commands/tablecmds.c:6352
+#: commands/tablecmds.c:6357
 #, c-format
 msgid "column \"%s\" referenced in foreign key constraint does not exist"
 msgstr "Spalte »%s«, die im Fremdschlüssel verwendet wird, existiert nicht"
 
-#: commands/tablecmds.c:6357
+#: commands/tablecmds.c:6362
 #, c-format
 msgid "cannot have more than %d keys in a foreign key"
 msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben"
 
-#: commands/tablecmds.c:6422
+#: commands/tablecmds.c:6427
 #, c-format
 msgid "cannot use a deferrable primary key for referenced table \"%s\""
-msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"
+msgstr ""
+"aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die "
+"verwiesen wird, verwendet werden"
 
-#: commands/tablecmds.c:6439
+#: commands/tablecmds.c:6444
 #, c-format
 msgid "there is no primary key for referenced table \"%s\""
-msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"
+msgstr ""
+"in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"
 
-#: commands/tablecmds.c:6589
+#: commands/tablecmds.c:6594
 #, c-format
 msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
-msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden"
+msgstr ""
+"aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die "
+"verwiesen wird, verwendet werden"
 
-#: commands/tablecmds.c:6594
+#: commands/tablecmds.c:6599
 #, c-format
-msgid "there is no unique constraint matching given keys for referenced table \"%s\""
-msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, der auf die angegebenen Schlüssel passt"
+msgid ""
+"there is no unique constraint matching given keys for referenced table \"%s\""
+msgstr ""
+"in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, "
+"der auf die angegebenen Schlüssel passt"
 
-#: commands/tablecmds.c:6747
+#: commands/tablecmds.c:6753
 #, c-format
 msgid "validating foreign key constraint \"%s\""
 msgstr "validiere Fremdschlüssel-Constraint »%s«"
 
-#: commands/tablecmds.c:7041
+#: commands/tablecmds.c:7047
 #, c-format
 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
 msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden"
 
-#: commands/tablecmds.c:7075
+#: commands/tablecmds.c:7081
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "Constraint »%s« von Relation »%s« existiert nicht, wird übersprungen"
 
-#: commands/tablecmds.c:7215
+#: commands/tablecmds.c:7220
 #, c-format
 msgid "cannot alter column type of typed table"
 msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden"
 
-#: commands/tablecmds.c:7238
+#: commands/tablecmds.c:7243
 #, c-format
 msgid "cannot alter inherited column \"%s\""
 msgstr "kann vererbte Spalte »%s« nicht ändern"
 
-#: commands/tablecmds.c:7285
+#: commands/tablecmds.c:7290
 #, c-format
 msgid "transform expression must not return a set"
 msgstr "Umwandlungsausdruck kann keine Ergebnismenge zurückgeben"
 
-#: commands/tablecmds.c:7291
+#: commands/tablecmds.c:7296
 #, c-format
 msgid "cannot use subquery in transform expression"
 msgstr "Unteranfragen können in Umwandlungsausdrücken nicht verwendet werden"
 
-#: commands/tablecmds.c:7295
+#: commands/tablecmds.c:7300
 #, c-format
 msgid "cannot use aggregate function in transform expression"
-msgstr "Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
+msgstr ""
+"Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
 
-#: commands/tablecmds.c:7299
+#: commands/tablecmds.c:7304
 #, c-format
 msgid "cannot use window function in transform expression"
-msgstr "Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
+msgstr ""
+"Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
 
-#: commands/tablecmds.c:7318
+#: commands/tablecmds.c:7323
 #, c-format
 msgid "column \"%s\" cannot be cast automatically to type %s"
 msgstr "Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"
 
-#: commands/tablecmds.c:7320
+#: commands/tablecmds.c:7325
 #, c-format
 msgid "Specify a USING expression to perform the conversion."
-msgstr ""
+msgstr "Geben Sie einen USING-Ausdruck für die Umwandlung an."
 
-#: commands/tablecmds.c:7369
+#: commands/tablecmds.c:7374
 #, c-format
 msgid "type of inherited column \"%s\" must be changed in child tables too"
-msgstr "Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen geändert werden"
+msgstr ""
+"Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen "
+"geändert werden"
 
-#: commands/tablecmds.c:7450
+#: commands/tablecmds.c:7455
 #, c-format
 msgid "cannot alter type of column \"%s\" twice"
 msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden"
 
-#: commands/tablecmds.c:7486
+#: commands/tablecmds.c:7491
 #, c-format
 msgid "default for column \"%s\" cannot be cast automatically to type %s"
-msgstr "Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"
+msgstr ""
+"Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt "
+"werden"
 
-#: commands/tablecmds.c:7612
+#: commands/tablecmds.c:7617
 #, c-format
 msgid "cannot alter type of a column used by a view or rule"
-msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden"
+msgstr ""
+"Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht "
+"geändert werden"
 
-#: commands/tablecmds.c:7613 commands/tablecmds.c:7632
+#: commands/tablecmds.c:7618 commands/tablecmds.c:7637
 #, c-format
 msgid "%s depends on column \"%s\""
 msgstr "%s hängt von Spalte »%s« ab"
 
-#: commands/tablecmds.c:7631
+#: commands/tablecmds.c:7636
 #, c-format
 msgid "cannot alter type of a column used in a trigger definition"
-msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden"
+msgstr ""
+"Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht "
+"geändert werden"
 
-#: commands/tablecmds.c:8169
+#: commands/tablecmds.c:8175
 #, c-format
 msgid "cannot change owner of index \"%s\""
 msgstr "kann Eigentümer des Index »%s« nicht ändern"
 
-#: commands/tablecmds.c:8171
+#: commands/tablecmds.c:8177
 #, c-format
 msgid "Change the ownership of the index's table, instead."
 msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index."
 
-#: commands/tablecmds.c:8187
+#: commands/tablecmds.c:8193
 #, c-format
 msgid "cannot change owner of sequence \"%s\""
 msgstr "kann Eigentümer der Sequenz »%s« nicht ändern"
 
-#: commands/tablecmds.c:8189 commands/tablecmds.c:9852
+#: commands/tablecmds.c:8195 commands/tablecmds.c:9858
 #, c-format
 msgid "Sequence \"%s\" is linked to table \"%s\"."
 msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft."
 
-#: commands/tablecmds.c:8201 commands/tablecmds.c:10385
+#: commands/tablecmds.c:8207 commands/tablecmds.c:10392
 #, c-format
 msgid "Use ALTER TYPE instead."
 msgstr "Verwenden Sie stattdessen ALTER TYPE."
 
-#: commands/tablecmds.c:8210 commands/tablecmds.c:10402
+#: commands/tablecmds.c:8216 commands/tablecmds.c:10409
 #, c-format
 msgid "\"%s\" is not a table, view, sequence, or foreign table"
 msgstr "»%s« ist keine Tabelle, Sicht, Sequenz oder Fremdtabelle"
 
-#: commands/tablecmds.c:8538
+#: commands/tablecmds.c:8544
 #, c-format
 msgid "cannot have multiple SET TABLESPACE subcommands"
 msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig"
 
-#: commands/tablecmds.c:8607
+#: commands/tablecmds.c:8613
 #, c-format
 msgid "\"%s\" is not a table, index, or TOAST table"
 msgstr "»%s« ist weder Tabelle, Index noch TOAST-Tabelle"
 
-#: commands/tablecmds.c:8743
+#: commands/tablecmds.c:8749
 #, c-format
 msgid "cannot move system relation \"%s\""
 msgstr "Systemrelation »%s« kann nicht verschoben werden"
 
-#: commands/tablecmds.c:8759
+#: commands/tablecmds.c:8765
 #, c-format
 msgid "cannot move temporary tables of other sessions"
 msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden"
 
-#: commands/tablecmds.c:8951
+#: commands/tablecmds.c:8957
 #, c-format
 msgid "cannot change inheritance of typed table"
 msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden"
 
-#: commands/tablecmds.c:9037
+#: commands/tablecmds.c:9043
 #, c-format
 msgid "circular inheritance not allowed"
 msgstr "zirkuläre Vererbung ist nicht erlaubt"
 
-#: commands/tablecmds.c:9038
+#: commands/tablecmds.c:9044
 #, c-format
 msgid "\"%s\" is already a child of \"%s\"."
 msgstr "»%s« ist schon von »%s« abgeleitet."
 
-#: commands/tablecmds.c:9046
+#: commands/tablecmds.c:9052
 #, c-format
 msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs"
 msgstr "Tabelle »%s« ohne OIDs kann nicht von Tabelle »%s« mit OIDs erben"
 
-#: commands/tablecmds.c:9182
+#: commands/tablecmds.c:9188
 #, c-format
 msgid "column \"%s\" in child table must be marked NOT NULL"
 msgstr "Spalte »%s« in abgeleiteter Tabelle muss als NOT NULL markiert sein"
 
-#: commands/tablecmds.c:9198
+#: commands/tablecmds.c:9204
 #, c-format
 msgid "child table is missing column \"%s\""
 msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle"
 
-#: commands/tablecmds.c:9281
+#: commands/tablecmds.c:9287
 #, c-format
 msgid "child table \"%s\" has different definition for check constraint \"%s\""
-msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint »%s«"
+msgstr ""
+"abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-"
+"Constraint »%s«"
 
-#: commands/tablecmds.c:9289
+#: commands/tablecmds.c:9295
 #, c-format
-msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
+msgid ""
+"constraint \"%s\" conflicts with non-inherited constraint on child table \"%s"
+"\""
 msgstr ""
 
-#: commands/tablecmds.c:9313
+#: commands/tablecmds.c:9319
 #, c-format
 msgid "child table is missing constraint \"%s\""
 msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle"
 
-#: commands/tablecmds.c:9393
+#: commands/tablecmds.c:9399
 #, c-format
 msgid "relation \"%s\" is not a parent of relation \"%s\""
 msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«"
 
-#: commands/tablecmds.c:9610
+#: commands/tablecmds.c:9616
 #, c-format
 msgid "typed tables cannot inherit"
 msgstr "getypte Tabellen können nicht erben"
 
-#: commands/tablecmds.c:9641
+#: commands/tablecmds.c:9647
 #, c-format
 msgid "table is missing column \"%s\""
 msgstr "Spalte »%s« fehlt in Tabelle"
 
-#: commands/tablecmds.c:9651
+#: commands/tablecmds.c:9657
 #, c-format
 msgid "table has column \"%s\" where type requires \"%s\""
 msgstr "Tabelle hat Spalte »%s«, aber Typ benötigt »%s«"
 
-#: commands/tablecmds.c:9660
+#: commands/tablecmds.c:9666
 #, c-format
 msgid "table \"%s\" has different type for column \"%s\""
 msgstr "Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"
 
-#: commands/tablecmds.c:9673
+#: commands/tablecmds.c:9679
 #, c-format
 msgid "table has extra column \"%s\""
 msgstr "Tabelle hat zusätzliche Spalte »%s«"
 
-#: commands/tablecmds.c:9720
+#: commands/tablecmds.c:9726
 #, c-format
 msgid "\"%s\" is not a typed table"
 msgstr "»%s« ist keine getypte Tabelle"
 
-#: commands/tablecmds.c:9851
+#: commands/tablecmds.c:9857
 #, c-format
 msgid "cannot move an owned sequence into another schema"
-msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden"
+msgstr ""
+"einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema "
+"verschoben werden"
 
-#: commands/tablecmds.c:9912
+#: commands/tablecmds.c:9918
 #, c-format
 msgid "relation \"%s\" already exists in schema \"%s\""
 msgstr "Relation »%s« existiert bereits in Schema »%s«"
 
-#: commands/tablecmds.c:10369
+#: commands/tablecmds.c:10376
 #, c-format
 msgid "\"%s\" is not a composite type"
 msgstr "»%s« ist kein zusammengesetzter Typ"
 
-#: commands/tablecmds.c:10390
+#: commands/tablecmds.c:10397
 #, c-format
 msgid "\"%s\" is a foreign table"
 msgstr "»%s« ist eine Fremdtabelle"
 
-#: commands/tablecmds.c:10391
+#: commands/tablecmds.c:10398
 #, c-format
 msgid "Use ALTER FOREIGN TABLE instead."
 msgstr "Verwenden Sie stattdessen ALTER FOREIGN TABLE."
 
 #: commands/tablespace.c:154 commands/tablespace.c:171
 #: commands/tablespace.c:182 commands/tablespace.c:190
-#: commands/tablespace.c:607 storage/file/copydir.c:61
+#: commands/tablespace.c:608 storage/file/copydir.c:61
 #, c-format
 msgid "could not create directory \"%s\": %m"
 msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m"
@@ -6802,32 +7347,32 @@ msgstr "Tablespace-Pfad muss ein absoluter Pfad sein"
 msgid "tablespace location \"%s\" is too long"
 msgstr "Tablespace-Pfad »%s« ist zu lang"
 
-#: commands/tablespace.c:289 commands/tablespace.c:857
+#: commands/tablespace.c:289 commands/tablespace.c:858
 #, c-format
 msgid "unacceptable tablespace name \"%s\""
 msgstr "inakzeptabler Tablespace-Name »%s«"
 
-#: commands/tablespace.c:291 commands/tablespace.c:858
+#: commands/tablespace.c:291 commands/tablespace.c:859
 #, c-format
 msgid "The prefix \"pg_\" is reserved for system tablespaces."
 msgstr "Der Präfix »pg_« ist für System-Tablespaces reserviert."
 
-#: commands/tablespace.c:301 commands/tablespace.c:870
+#: commands/tablespace.c:301 commands/tablespace.c:871
 #, c-format
 msgid "tablespace \"%s\" already exists"
 msgstr "Tablespace »%s« existiert bereits"
 
-#: commands/tablespace.c:371 commands/tablespace.c:533
-#: replication/basebackup.c:151 replication/basebackup.c:697
-#: utils/adt/misc.c:374
+#: commands/tablespace.c:371 commands/tablespace.c:534
+#: replication/basebackup.c:152 replication/basebackup.c:699
+#: utils/adt/misc.c:375
 #, c-format
 msgid "tablespaces are not supported on this platform"
 msgstr "Tablespaces werden auf dieser Plattform nicht unterstützt"
 
-#: commands/tablespace.c:409 commands/tablespace.c:841
-#: commands/tablespace.c:908 commands/tablespace.c:1013
-#: commands/tablespace.c:1079 commands/tablespace.c:1217
-#: commands/tablespace.c:1417
+#: commands/tablespace.c:409 commands/tablespace.c:842
+#: commands/tablespace.c:909 commands/tablespace.c:1014
+#: commands/tablespace.c:1080 commands/tablespace.c:1218
+#: commands/tablespace.c:1418
 #, c-format
 msgid "tablespace \"%s\" does not exist"
 msgstr "Tablespace »%s« existiert nicht"
@@ -6837,66 +7382,68 @@ msgstr "Tablespace »%s« existiert nicht"
 msgid "tablespace \"%s\" does not exist, skipping"
 msgstr "Tablespace »%s« existiert nicht, wird übersprungen"
 
-#: commands/tablespace.c:490
+#: commands/tablespace.c:491
 #, c-format
 msgid "tablespace \"%s\" is not empty"
 msgstr "Tablespace »%s« ist nicht leer"
 
-#: commands/tablespace.c:564
+#: commands/tablespace.c:565
 #, c-format
 msgid "directory \"%s\" does not exist"
 msgstr "Verzeichnis »%s« existiert nicht"
 
-#: commands/tablespace.c:565
+#: commands/tablespace.c:566
 #, c-format
 msgid "Create this directory for the tablespace before restarting the server."
-msgstr "Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu starten."
+msgstr ""
+"Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu "
+"starten."
 
-#: commands/tablespace.c:570
+#: commands/tablespace.c:571
 #, c-format
 msgid "could not set permissions on directory \"%s\": %m"
 msgstr "konnte Zugriffsrechte für Verzeichnis »%s« nicht setzen: %m"
 
-#: commands/tablespace.c:602
+#: commands/tablespace.c:603
 #, c-format
 msgid "directory \"%s\" already in use as a tablespace"
 msgstr "Verzeichnis »%s« ist bereits als Tablespace in Verwendung"
 
-#: commands/tablespace.c:617 commands/tablespace.c:778
+#: commands/tablespace.c:618 commands/tablespace.c:779
 #, c-format
 msgid "could not remove symbolic link \"%s\": %m"
 msgstr "konnte symbolische Verknüpfung »%s« nicht löschen: %m"
 
-#: commands/tablespace.c:627
+#: commands/tablespace.c:628
 #, c-format
 msgid "could not create symbolic link \"%s\": %m"
 msgstr "konnte symbolische Verknüpfung »%s« nicht erstellen: %m"
 
-#: commands/tablespace.c:693 commands/tablespace.c:703
-#: postmaster/postmaster.c:1166 replication/basebackup.c:404
+#: commands/tablespace.c:694 commands/tablespace.c:704
+#: postmaster/postmaster.c:1171 replication/basebackup.c:405
 #: storage/file/copydir.c:67 storage/file/copydir.c:106 storage/file/fd.c:1683
 #: utils/adt/genfile.c:353 utils/adt/misc.c:275 utils/misc/tzparser.c:323
 #, c-format
 msgid "could not open directory \"%s\": %m"
 msgstr "konnte Verzeichnis »%s« nicht öffnen: %m"
 
-#: commands/tablespace.c:733 commands/tablespace.c:746
-#: commands/tablespace.c:770
+#: commands/tablespace.c:734 commands/tablespace.c:747
+#: commands/tablespace.c:771
 #, c-format
 msgid "could not remove directory \"%s\": %m"
 msgstr "konnte Verzeichnis »%s« nicht löschen: %m"
 
-#: commands/tablespace.c:1084
+#: commands/tablespace.c:1085
 #, c-format
 msgid "Tablespace \"%s\" does not exist."
 msgstr "Tablespace »%s« existiert nicht."
 
-#: commands/tablespace.c:1516
+#: commands/tablespace.c:1517
 #, c-format
 msgid "directories for tablespace %u could not be removed"
 msgstr "Verzeichnisse für Tablespace %u konnten nicht entfernt werden"
 
-#: commands/tablespace.c:1518
+#: commands/tablespace.c:1519
 #, c-format
 msgid "You can remove the directories manually if necessary."
 msgstr "Sie können die Verzeichnisse falls nötig manuell entfernen."
@@ -6949,37 +7496,51 @@ msgstr "INSTEAD OF-Trigger können keine Spaltenlisten haben"
 #: commands/trigger.c:299
 #, c-format
 msgid "cannot use subquery in trigger WHEN condition"
-msgstr "Unteranfragen können nicht in der WHEN-Bedingung eines Triggers verwendet werden"
+msgstr ""
+"Unteranfragen können nicht in der WHEN-Bedingung eines Triggers verwendet "
+"werden"
 
 #: commands/trigger.c:303
 #, c-format
 msgid "cannot use aggregate function in trigger WHEN condition"
-msgstr "Aggregatfunktionen können nicht in der WHEN-Bedingung eines Triggers verwendet werden"
+msgstr ""
+"Aggregatfunktionen können nicht in der WHEN-Bedingung eines Triggers "
+"verwendet werden"
 
 #: commands/trigger.c:307
 #, c-format
 msgid "cannot use window function in trigger WHEN condition"
-msgstr "Fensterfunktionen können nicht in der WHEN-Bedingung eines Triggers verwendet werden"
+msgstr ""
+"Fensterfunktionen können nicht in der WHEN-Bedingung eines Triggers "
+"verwendet werden"
 
 #: commands/trigger.c:329 commands/trigger.c:342
 #, c-format
 msgid "statement trigger's WHEN condition cannot reference column values"
-msgstr "WHEN-Bedingung eines Statement-Triggers kann keine Verweise auf Spaltenwerte enthalten"
+msgstr ""
+"WHEN-Bedingung eines Statement-Triggers kann keine Verweise auf Spaltenwerte "
+"enthalten"
 
 #: commands/trigger.c:334
 #, c-format
 msgid "INSERT trigger's WHEN condition cannot reference OLD values"
-msgstr "WHEN-Bedingung eines INSERT-Triggers kann keine Verweise auf OLD-Werte enthalten"
+msgstr ""
+"WHEN-Bedingung eines INSERT-Triggers kann keine Verweise auf OLD-Werte "
+"enthalten"
 
 #: commands/trigger.c:347
 #, c-format
 msgid "DELETE trigger's WHEN condition cannot reference NEW values"
-msgstr "WHEN-Bedingung eines DELETE-Triggers kann keine Verweise auf NEW-Werte enthalten"
+msgstr ""
+"WHEN-Bedingung eines DELETE-Triggers kann keine Verweise auf NEW-Werte "
+"enthalten"
 
 #: commands/trigger.c:352
 #, c-format
 msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
-msgstr "WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf Systemspalten in NEW enthalten"
+msgstr ""
+"WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf Systemspalten "
+"in NEW enthalten"
 
 #: commands/trigger.c:397
 #, c-format
@@ -7223,8 +7784,11 @@ msgstr "Typausgabefunktion muss angegeben werden"
 
 #: commands/typecmds.c:428
 #, c-format
-msgid "type modifier output function is useless without a type modifier input function"
-msgstr "Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion"
+msgid ""
+"type modifier output function is useless without a type modifier input "
+"function"
+msgstr ""
+"Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion"
 
 #: commands/typecmds.c:451
 #, c-format
@@ -7343,8 +7907,12 @@ msgstr "Typanalysefunktion %s muss Typ »boolean« zurückgeben"
 
 #: commands/typecmds.c:1851
 #, fuzzy, c-format
-msgid "You must specify an operator class for the range type or define a default operator class for the subtype."
-msgstr "Sie müssen für den Index eine Operatorklasse angeben oder eine Standardoperatorklasse für den Datentyp definieren."
+msgid ""
+"You must specify an operator class for the range type or define a default "
+"operator class for the subtype."
+msgstr ""
+"Sie müssen für den Index eine Operatorklasse angeben oder eine "
+"Standardoperatorklasse für den Datentyp definieren."
 
 #: commands/typecmds.c:1882
 #, fuzzy, c-format
@@ -7388,8 +7956,11 @@ msgstr "Constraint »%s« von Relation »%s« existiert nicht"
 
 #: commands/typecmds.c:2605
 #, c-format
-msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
-msgstr "Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint verletzen"
+msgid ""
+"column \"%s\" of table \"%s\" contains values that violate the new constraint"
+msgstr ""
+"Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint "
+"verletzen"
 
 #: commands/typecmds.c:2807 commands/typecmds.c:3204 commands/typecmds.c:3354
 #, c-format
@@ -7404,7 +7975,8 @@ msgstr "Constraint »%s« für Domäne »%s« existiert bereits"
 #: commands/typecmds.c:2889 commands/typecmds.c:2898
 #, c-format
 msgid "cannot use table references in domain check constraint"
-msgstr "Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden"
+msgstr ""
+"Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden"
 
 #: commands/typecmds.c:3138 commands/typecmds.c:3216 commands/typecmds.c:3447
 #, c-format
@@ -7424,7 +7996,8 @@ msgstr "Array-Typ %s kann nicht verändert werden"
 #: commands/typecmds.c:3149 commands/typecmds.c:3227 commands/typecmds.c:3380
 #, c-format
 msgid "You can alter type %s, which will alter the array type as well."
-msgstr "Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird."
+msgstr ""
+"Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird."
 
 #: commands/typecmds.c:3433
 #, c-format
@@ -7451,25 +8024,25 @@ msgstr "nur Superuser können Replikationsbenutzer anlegen"
 msgid "permission denied to create role"
 msgstr "keine Berechtigung, um Rolle zu erzeugen"
 
-#: commands/user.c:297 commands/user.c:1090
+#: commands/user.c:297 commands/user.c:1091
 #, c-format
 msgid "role name \"%s\" is reserved"
 msgstr "Rollenname »%s« ist reserviert"
 
-#: commands/user.c:310 commands/user.c:1084
+#: commands/user.c:310 commands/user.c:1085
 #, c-format
 msgid "role \"%s\" already exists"
 msgstr "Rolle »%s« existiert bereits"
 
 #: commands/user.c:616 commands/user.c:818 commands/user.c:898
-#: commands/user.c:1059 commands/variable.c:846 commands/variable.c:918
+#: commands/user.c:1060 commands/variable.c:846 commands/variable.c:918
 #: utils/adt/acl.c:5088 utils/init/miscinit.c:432
 #, c-format
 msgid "role \"%s\" does not exist"
 msgstr "Rolle »%s« existiert nicht"
 
-#: commands/user.c:629 commands/user.c:835 commands/user.c:1324
-#: commands/user.c:1461
+#: commands/user.c:629 commands/user.c:835 commands/user.c:1325
+#: commands/user.c:1462
 #, c-format
 msgid "must be superuser to alter superusers"
 msgstr "nur Superuser können Superuser ändern"
@@ -7509,72 +8082,72 @@ msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
 msgid "must be superuser to drop superusers"
 msgstr "nur Superuser können Superuser löschen"
 
-#: commands/user.c:956
+#: commands/user.c:957
 #, c-format
 msgid "role \"%s\" cannot be dropped because some objects depend on it"
 msgstr "kann Rolle »%s« nicht löschen, weil andere Objekte davon abhängen"
 
-#: commands/user.c:1074
+#: commands/user.c:1075
 #, c-format
 msgid "session user cannot be renamed"
 msgstr "aktueller Sitzungsbenutzer kann nicht umbenannt werden"
 
-#: commands/user.c:1078
+#: commands/user.c:1079
 #, c-format
 msgid "current user cannot be renamed"
 msgstr "aktueller Benutzer kann nicht umbenannt werden"
 
-#: commands/user.c:1101
+#: commands/user.c:1102
 #, c-format
 msgid "must be superuser to rename superusers"
 msgstr "nur Superuser können Superuser umbenennen"
 
-#: commands/user.c:1108
+#: commands/user.c:1109
 #, c-format
 msgid "permission denied to rename role"
 msgstr "keine Berechtigung, um Rolle umzubenennen"
 
-#: commands/user.c:1129
+#: commands/user.c:1130
 #, c-format
 msgid "MD5 password cleared because of role rename"
 msgstr "MD5-Passwort wegen Rollenumbenennung gelöscht"
 
-#: commands/user.c:1185
+#: commands/user.c:1186
 #, c-format
 msgid "column names cannot be included in GRANT/REVOKE ROLE"
 msgstr "bei GRANT/REVOKE ROLE können keine Spaltennamen angegeben werden"
 
-#: commands/user.c:1223
+#: commands/user.c:1224
 #, c-format
 msgid "permission denied to drop objects"
 msgstr "keine Berechtigung, um Objekte zu löschen"
 
-#: commands/user.c:1250 commands/user.c:1259
+#: commands/user.c:1251 commands/user.c:1260
 #, c-format
 msgid "permission denied to reassign objects"
 msgstr "keine Berechtigung, um Objekte neu zuzuordnen"
 
-#: commands/user.c:1332 commands/user.c:1469
+#: commands/user.c:1333 commands/user.c:1470
 #, c-format
 msgid "must have admin option on role \"%s\""
 msgstr "Admin-Option für Rolle »%s« wird benötigt"
 
-#: commands/user.c:1340
+#: commands/user.c:1341
 #, c-format
 msgid "must be superuser to set grantor"
 msgstr "nur Superuser können Grantor setzen"
 
-#: commands/user.c:1365
+#: commands/user.c:1366
 #, c-format
 msgid "role \"%s\" is a member of role \"%s\""
 msgstr "Rolle »%s« ist ein Mitglied der Rolle »%s«"
 
-#: commands/user.c:1380
+#: commands/user.c:1381
 #, c-format
 msgid "role \"%s\" is already a member of role \"%s\""
 msgstr "Rolle »%s« ist schon Mitglied der Rolle »%s«"
 
-#: commands/user.c:1491
+#: commands/user.c:1492
 #, c-format
 msgid "role \"%s\" is not a member of role \"%s\""
 msgstr "Rolle »%s« ist kein Mitglied der Rolle »%s«"
@@ -7587,17 +8160,23 @@ msgstr "älteste xmin ist weit in der Vergangenheit"
 #: commands/vacuum.c:432
 #, c-format
 msgid "Close open transactions soon to avoid wraparound problems."
-msgstr "Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu vermeiden."
+msgstr ""
+"Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu "
+"vermeiden."
 
 #: commands/vacuum.c:829
 #, c-format
 msgid "some databases have not been vacuumed in over 2 billion transactions"
-msgstr "einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt worden"
+msgstr ""
+"einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt "
+"worden"
 
 #: commands/vacuum.c:830
 #, c-format
 msgid "You might have already suffered transaction-wraparound data loss."
-msgstr "Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf verloren."
+msgstr ""
+"Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf "
+"verloren."
 
 #: commands/vacuum.c:937
 #, c-format
@@ -7612,17 +8191,23 @@ msgstr "überspringe »%s« --- nur Superuser kann sie vacuumen"
 #: commands/vacuum.c:967
 #, c-format
 msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
-msgstr "überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie vacuumen"
+msgstr ""
+"überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie "
+"vacuumen"
 
 #: commands/vacuum.c:971
 #, c-format
 msgid "skipping \"%s\" --- only table or database owner can vacuum it"
-msgstr "überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie vacuumen"
+msgstr ""
+"überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie "
+"vacuumen"
 
 #: commands/vacuum.c:988
 #, c-format
 msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
-msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen"
+msgstr ""
+"überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht "
+"vacuumen"
 
 #: commands/vacuumlazy.c:286
 #, fuzzy, c-format
@@ -7639,22 +8224,27 @@ msgstr ""
 "Tuple: %.0f entfernt, %.0f noch vorhanden\n"
 "Systembenutzung: %s"
 
-#: commands/vacuumlazy.c:608
+#: commands/vacuumlazy.c:617
 #, c-format
 msgid "relation \"%s\" page %u is uninitialized --- fixing"
-msgstr "Seite %2$u in Relation »%1$s« ist nicht initialisiert --- wird repariert"
+msgstr ""
+"Seite %2$u in Relation »%1$s« ist nicht initialisiert --- wird repariert"
 
-#: commands/vacuumlazy.c:957
+#: commands/vacuumlazy.c:981
 #, c-format
 msgid "\"%s\": removed %.0f row versions in %u pages"
 msgstr "»%s«: %.0f Zeilenversionen in %u Seiten entfernt"
 
-#: commands/vacuumlazy.c:962
+#: commands/vacuumlazy.c:986
 #, c-format
-msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages"
-msgstr "»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u Seiten gefunden"
+msgid ""
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u "
+"pages"
+msgstr ""
+"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u "
+"Seiten gefunden"
 
-#: commands/vacuumlazy.c:966
+#: commands/vacuumlazy.c:990
 #, c-format
 msgid ""
 "%.0f dead row versions cannot be removed yet.\n"
@@ -7667,28 +8257,28 @@ msgstr ""
 "%u Seiten sind vollkommen leer.\n"
 "%s."
 
-#: commands/vacuumlazy.c:1029
+#: commands/vacuumlazy.c:1053
 #, c-format
 msgid "\"%s\": removed %d row versions in %d pages"
 msgstr "»%s«: %d Zeilenversionen in %d Seiten entfernt"
 
-#: commands/vacuumlazy.c:1032 commands/vacuumlazy.c:1168
-#: commands/vacuumlazy.c:1304
+#: commands/vacuumlazy.c:1056 commands/vacuumlazy.c:1192
+#: commands/vacuumlazy.c:1328
 #, c-format
 msgid "%s."
 msgstr "%s."
 
-#: commands/vacuumlazy.c:1165
+#: commands/vacuumlazy.c:1189
 #, c-format
 msgid "scanned index \"%s\" to remove %d row versions"
 msgstr "Index »%s« gelesen und %d Zeilenversionen entfernt"
 
-#: commands/vacuumlazy.c:1209
+#: commands/vacuumlazy.c:1233
 #, c-format
 msgid "index \"%s\" now contains %.0f row versions in %u pages"
 msgstr "Index »%s« enthält %.0f Zeilenversionen in %u Seiten"
 
-#: commands/vacuumlazy.c:1213
+#: commands/vacuumlazy.c:1237
 #, c-format
 msgid ""
 "%.0f index row versions were removed.\n"
@@ -7699,7 +8289,7 @@ msgstr ""
 "%u Indexseiten wurden gelöscht, %u sind gegenwärtig wiederverwendbar.\n"
 "%s."
 
-#: commands/vacuumlazy.c:1301
+#: commands/vacuumlazy.c:1325
 #, c-format
 msgid "\"%s\": truncated %u to %u pages"
 msgstr "»%s«: von %u auf %u Seiten verkürzt"
@@ -7737,27 +8327,35 @@ msgstr "PostgreSQL unterstützt keine Schaltsekunden."
 #: commands/variable.c:546
 #, c-format
 msgid "cannot set transaction read-write mode inside a read-only transaction"
-msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen"
+msgstr ""
+"kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-"
+"Transaktion setzen"
 
 #: commands/variable.c:553
 #, c-format
 msgid "transaction read-write mode must be set before any query"
-msgstr "Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden"
+msgstr ""
+"Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden"
 
 #: commands/variable.c:559
 #, c-format
 msgid "cannot set transaction read-write mode during recovery"
-msgstr "kann den Read/Write-Modus einer Transaktion nicht während der Wiederherstellung setzen"
+msgstr ""
+"kann den Read/Write-Modus einer Transaktion nicht während der "
+"Wiederherstellung setzen"
 
 #: commands/variable.c:606
 #, c-format
 msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
-msgstr "SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden"
+msgstr ""
+"SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden"
 
 #: commands/variable.c:613
 #, c-format
 msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
-msgstr "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion aufgerufen werden"
+msgstr ""
+"SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion "
+"aufgerufen werden"
 
 #: commands/variable.c:619
 #, c-format
@@ -7771,13 +8369,17 @@ msgstr "Sie können stattdessen REPEATABLE READ verwenden."
 
 #: commands/variable.c:668
 #, c-format
-msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
-msgstr "SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion aufgerufen werden"
+msgid ""
+"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
+msgstr ""
+"SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion "
+"aufgerufen werden"
 
 #: commands/variable.c:674
 #, c-format
 msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
-msgstr "SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden"
+msgstr ""
+"SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden"
 
 #: commands/variable.c:756
 #, c-format
@@ -7797,7 +8399,9 @@ msgstr "keine Berechtigung, um Rolle »%s« zu setzen"
 #: commands/view.c:145
 #, c-format
 msgid "could not determine which collation to use for view column \"%s\""
-msgstr "konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht "
+"bestimmen"
 
 #: commands/view.c:160
 #, c-format
@@ -7827,7 +8431,8 @@ msgstr "Sichten dürfen kein SELECT INTO enthalten"
 #: commands/view.c:463
 #, c-format
 msgid "views must not contain data-modifying statements in WITH"
-msgstr "Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten"
+msgstr ""
+"Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten"
 
 #: commands/view.c:491
 #, c-format
@@ -7837,7 +8442,8 @@ msgstr "CREATE VIEW gibt mehr Spaltennamen als Spalten an"
 #: commands/view.c:499
 #, c-format
 msgid "views cannot be unlogged because they do not have storage"
-msgstr "Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden"
+msgstr ""
+"Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden"
 
 #: commands/view.c:513
 #, c-format
@@ -7861,7 +8467,8 @@ msgstr "Cursor »%s« hat mehrere FOR UPDATE/SHARE-Verweise auf Tabelle »%s«"
 
 #: executor/execCurrent.c:123
 #, c-format
-msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
+msgid ""
+"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
 msgstr "Cursor »%s« hat keinen FOR UPDATE/SHARE-Verweis auf Tabelle »%s«"
 
 #: executor/execCurrent.c:133 executor/execCurrent.c:179
@@ -7876,8 +8483,11 @@ msgstr "Cursor »%s« ist kein einfach aktualisierbarer Scan der Tabelle »%s«"
 
 #: executor/execCurrent.c:231 executor/execQual.c:1041
 #, c-format
-msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
-msgstr "Typ von Parameter %d (%s) stimmt nicht mit dem überein, als der Plan vorbereitet worden ist (%s)"
+msgid ""
+"type of parameter %d (%s) does not match that when preparing the plan (%s)"
+msgstr ""
+"Typ von Parameter %d (%s) stimmt nicht mit dem überein, als der Plan "
+"vorbereitet worden ist (%s)"
 
 #: executor/execCurrent.c:243 executor/execQual.c:1053
 #, c-format
@@ -7901,8 +8511,12 @@ msgstr "kann nicht in Sicht »%s« einfügen"
 
 #: executor/execMain.c:963
 #, c-format
-msgid "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT trigger."
-msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF INSERT Trigger."
+msgid ""
+"You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT "
+"trigger."
+msgstr ""
+"Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung oder einen "
+"INSTEAD OF INSERT Trigger."
 
 #: executor/execMain.c:969
 #, c-format
@@ -7911,8 +8525,12 @@ msgstr "kann Sicht »%s« nicht aktualisieren"
 
 #: executor/execMain.c:971
 #, c-format
-msgid "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE trigger."
-msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF UPDATE Trigger."
+msgid ""
+"You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE "
+"trigger."
+msgstr ""
+"Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung oder einen "
+"INSTEAD OF UPDATE Trigger."
 
 #: executor/execMain.c:977
 #, c-format
@@ -7921,8 +8539,12 @@ msgstr "kann nicht in Sicht »%s« löschen"
 
 #: executor/execMain.c:979
 #, c-format
-msgid "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE trigger."
-msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF DELETE Trigger."
+msgid ""
+"You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE "
+"trigger."
+msgstr ""
+"Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung oder einen "
+"INSTEAD OF DELETE Trigger."
 
 #: executor/execMain.c:989
 #, c-format
@@ -8002,7 +8624,9 @@ msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s."
 #: executor/nodeModifyTable.c:110 executor/nodeModifyTable.c:118
 #, c-format
 msgid "table row type and query-specified row type do not match"
-msgstr "Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen nicht überein"
+msgstr ""
+"Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen "
+"nicht überein"
 
 #: executor/execQual.c:703
 #, c-format
@@ -8019,7 +8643,9 @@ msgstr "Tabelle hat Typ %s auf Position %d, aber Anfrage erwartet %s."
 #: executor/execQual.c:927 executor/execQual.c:1527
 #, c-format
 msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
-msgstr "Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf Position %d."
+msgstr ""
+"Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf "
+"Position %d."
 
 #: executor/execQual.c:1206 parser/parse_func.c:91 parser/parse_func.c:323
 #: parser/parse_func.c:642
@@ -8036,20 +8662,27 @@ msgstr "Funktionen und Operatoren können höchstens ein Mengenargument haben"
 
 #: executor/execQual.c:1445
 #, c-format
-msgid "function returning setof record called in context that cannot accept type record"
-msgstr "Funktion mit Ergebnis SETOF RECORD in einem Zusammenhang aufgerufen, der den Typ RECORD nicht verarbeiten kann"
+msgid ""
+"function returning setof record called in context that cannot accept type "
+"record"
+msgstr ""
+"Funktion mit Ergebnis SETOF RECORD in einem Zusammenhang aufgerufen, der den "
+"Typ RECORD nicht verarbeiten kann"
 
 #: executor/execQual.c:1500 executor/execQual.c:1516 executor/execQual.c:1526
 #, c-format
 msgid "function return row and query-specified return row do not match"
-msgstr "von Funktion zurückgegebene Zeile und von der Anfrage angegebene zurückzugebende Zeile stimmen nicht überein"
+msgstr ""
+"von Funktion zurückgegebene Zeile und von der Anfrage angegebene "
+"zurückzugebende Zeile stimmen nicht überein"
 
 #: executor/execQual.c:1501
 #, c-format
 msgid "Returned row contains %d attribute, but query expects %d."
 msgid_plural "Returned row contains %d attributes, but query expects %d."
 msgstr[0] "Zurückgegebene Zeile enthält %d Attribut, aber Anfrage erwartet %d."
-msgstr[1] "Zurückgegebene Zeile enthält %d Attribute, aber Anfrage erwartet %d."
+msgstr[1] ""
+"Zurückgegebene Zeile enthält %d Attribute, aber Anfrage erwartet %d."
 
 #: executor/execQual.c:1517
 #, c-format
@@ -8059,7 +8692,8 @@ msgstr "Rückgabetyp war %s auf Position %d, aber Anfrage erwartet %s."
 #: executor/execQual.c:1753 executor/execQual.c:2178
 #, c-format
 msgid "table-function protocol for materialize mode was not followed"
-msgstr "Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt"
+msgstr ""
+"Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt"
 
 #: executor/execQual.c:1773 executor/execQual.c:2185
 #, c-format
@@ -8069,12 +8703,14 @@ msgstr "unbekannter returnMode von Tabellenfunktion: %d"
 #: executor/execQual.c:2095
 #, c-format
 msgid "function returning set of rows cannot return null value"
-msgstr "Funktion, die eine Zeilenmenge zurückgibt, kann keinen NULL-Wert zurückgeben"
+msgstr ""
+"Funktion, die eine Zeilenmenge zurückgibt, kann keinen NULL-Wert zurückgeben"
 
 #: executor/execQual.c:2152
 #, c-format
 msgid "rows returned by function are not all of the same row type"
-msgstr "von Funktion zurückgegebene Zeilen haben nicht alle den selben Zeilentyp"
+msgstr ""
+"von Funktion zurückgegebene Zeilen haben nicht alle den selben Zeilentyp"
 
 #: executor/execQual.c:2343
 #, c-format
@@ -8093,14 +8729,21 @@ msgstr "kann inkompatible Arrays nicht verschmelzen"
 
 #: executor/execQual.c:2974
 #, c-format
-msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
-msgstr "Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s verwendet werden."
+msgid ""
+"Array with element type %s cannot be included in ARRAY construct with "
+"element type %s."
+msgstr ""
+"Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s "
+"verwendet werden."
 
 #: executor/execQual.c:3015 executor/execQual.c:3042
 #: utils/adt/arrayfuncs.c:541
 #, c-format
-msgid "multidimensional arrays must have array expressions with matching dimensions"
-msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben"
+msgid ""
+"multidimensional arrays must have array expressions with matching dimensions"
+msgstr ""
+"mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl "
+"Dimensionen haben"
 
 #: executor/execQual.c:3557
 #, c-format
@@ -8168,7 +8811,8 @@ msgstr "Schlüssel %s kollidiert mit vorhandenem Schlüssel %s."
 #: executor/functions.c:207
 #, c-format
 msgid "could not determine actual type of argument declared %s"
-msgstr "konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen"
+msgstr ""
+"konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen"
 
 #. translator: %s is a SQL statement name
 #: executor/functions.c:480
@@ -8184,8 +8828,12 @@ msgstr "%s ist in als nicht »volatile« markierten Funktionen nicht erlaubt"
 
 #: executor/functions.c:592
 #, c-format
-msgid "could not determine actual result type for function declared to return type %s"
-msgstr "konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp %s nicht bestimmen"
+msgid ""
+"could not determine actual result type for function declared to return type "
+"%s"
+msgstr ""
+"konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp "
+"%s nicht bestimmen"
 
 #: executor/functions.c:1330
 #, c-format
@@ -8206,8 +8854,11 @@ msgstr "Rückgabetyp von Funktion stimmt nicht überein; deklariert als %s"
 
 #: executor/functions.c:1517
 #, c-format
-msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
-msgstr "Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE RETURNING sein."
+msgid ""
+"Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
+msgstr ""
+"Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE "
+"RETURNING sein."
 
 #: executor/functions.c:1554
 #, c-format
@@ -8247,7 +8898,9 @@ msgstr "Aggregatfunktion %u muss kompatiblen Eingabe- und Übergangstyp haben"
 #: executor/nodeHashjoin.c:822 executor/nodeHashjoin.c:852
 #, c-format
 msgid "could not rewind hash-join temporary file: %m"
-msgstr "konnte Position in temporärer Datei für Hash-Verbund nicht auf Anfang setzen: %m"
+msgstr ""
+"konnte Position in temporärer Datei für Hash-Verbund nicht auf Anfang "
+"setzen: %m"
 
 #: executor/nodeHashjoin.c:887 executor/nodeHashjoin.c:893
 #, c-format
@@ -8272,12 +8925,14 @@ msgstr "LIMIT darf nicht negativ sein"
 #: executor/nodeMergejoin.c:1576
 #, c-format
 msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
-msgstr "RIGHT JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
+msgstr ""
+"RIGHT JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
 
 #: executor/nodeMergejoin.c:1596
 #, c-format
 msgid "FULL JOIN is only supported with merge-joinable join conditions"
-msgstr "FULL JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
+msgstr ""
+"FULL JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt"
 
 #: executor/nodeModifyTable.c:84
 #, c-format
@@ -8381,600 +9036,329 @@ msgstr "ungültige Option »%s«"
 msgid "Valid options in this context are: %s"
 msgstr "Gültige Optionen in diesem Zusammenhang sind: %s"
 
-#: gram.y:913
+#: lib/stringinfo.c:267
 #, c-format
-msgid "unrecognized role option \"%s\""
-msgstr "unbekannte Rollenoption »%s«"
+msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
+msgstr "Kann Zeichenkettenpuffer mit %d Bytes nicht um %d Bytes vergrößern."
 
-#: gram.y:1303
+#: libpq/auth.c:257
 #, c-format
-msgid "current database cannot be changed"
-msgstr "aktuelle Datenbank kann nicht geändert werden"
+msgid "authentication failed for user \"%s\": host rejected"
+msgstr "Authentifizierung für Benutzer »%s« fehlgeschlagen: Host abgelehnt"
 
-#: gram.y:1430 gram.y:1445
+#: libpq/auth.c:260
 #, c-format
-msgid "time zone interval must be HOUR or HOUR TO MINUTE"
-msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein"
+msgid "Kerberos 5 authentication failed for user \"%s\""
+msgstr "Kerberos-5-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:1450 gram.y:9618 gram.y:12122
+#: libpq/auth.c:263
 #, c-format
-msgid "interval precision specified twice"
-msgstr "Intervallpräzision doppelt angegeben"
+msgid "\"trust\" authentication failed for user \"%s\""
+msgstr "»trust«-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:2953 utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435
-#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838
-#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188
-#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547
-#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901
-#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299
-#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550
-#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757
+#: libpq/auth.c:266
 #, c-format
-msgid "MATCH PARTIAL not yet implemented"
-msgstr "MATCH PARTIAL ist noch nicht implementiert"
-
-#: gram.y:4126
-msgid "duplicate trigger events specified"
-msgstr "mehrere Trigger-Ereignisse angegeben"
+msgid "Ident authentication failed for user \"%s\""
+msgstr "Ident-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4221 parser/parse_utilcmd.c:2528 parser/parse_utilcmd.c:2554
+#: libpq/auth.c:269
 #, c-format
-msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
-msgstr "Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein"
+msgid "Peer authentication failed for user \"%s\""
+msgstr "Peer-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4228
+#: libpq/auth.c:273
 #, c-format
-msgid "conflicting constraint properties"
-msgstr "widersprüchliche Constraint-Eigentschaften"
+msgid "password authentication failed for user \"%s\""
+msgstr "Passwort-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4291
+#: libpq/auth.c:278
 #, c-format
-msgid "CREATE ASSERTION is not yet implemented"
-msgstr "CREATE ASSERTION ist noch nicht implementiert"
+msgid "GSSAPI authentication failed for user \"%s\""
+msgstr "GSSAPI-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4307
+#: libpq/auth.c:281
 #, c-format
-msgid "DROP ASSERTION is not yet implemented"
-msgstr "DROP ASSERTION ist noch nicht implementiert"
+msgid "SSPI authentication failed for user \"%s\""
+msgstr "SSPI-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4650
+#: libpq/auth.c:284
 #, c-format
-msgid "RECHECK is no longer required"
-msgstr "RECHECK wird nicht mehr benötigt"
+msgid "PAM authentication failed for user \"%s\""
+msgstr "PAM-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:4651
+#: libpq/auth.c:287
 #, c-format
-msgid "Update your data type."
-msgstr "Aktualisieren Sie Ihren Datentyp."
+msgid "LDAP authentication failed for user \"%s\""
+msgstr "LDAP-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:6362 utils/adt/regproc.c:630
+#: libpq/auth.c:290
 #, c-format
-msgid "missing argument"
-msgstr "Argument fehlt"
+msgid "certificate authentication failed for user \"%s\""
+msgstr "Zertifikatauthentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:6363 utils/adt/regproc.c:631
+#: libpq/auth.c:293
 #, c-format
-msgid "Use NONE to denote the missing argument of a unary operator."
-msgstr "Verwenden Sie NONE, um das fehlende Argument eines unären Operators anzugeben."
+msgid "RADIUS authentication failed for user \"%s\""
+msgstr "RADIUS-Authentifizierung für Benutzer »%s« fehlgeschlagen"
 
-#: gram.y:7648 gram.y:7654 gram.y:7660
+#: libpq/auth.c:296
 #, c-format
-msgid "WITH CHECK OPTION is not implemented"
-msgstr "WITH CHECK OPTION ist nicht implementiert"
+msgid "authentication failed for user \"%s\": invalid authentication method"
+msgstr ""
+"Authentifizierung für Benutzer »%s« fehlgeschlagen: ungültige "
+"Authentifizierungsmethode"
 
-#: gram.y:8581
+#: libpq/auth.c:352
 #, c-format
-msgid "number of columns does not match number of values"
-msgstr "Anzahl der Spalten stimmt nicht mit der Anzahl der Werte überein"
+msgid "connection requires a valid client certificate"
+msgstr "Verbindung erfordert ein gültiges Client-Zertifikat"
 
-#: gram.y:9032
+#: libpq/auth.c:394
 #, c-format
-msgid "LIMIT #,# syntax is not supported"
-msgstr "Syntax LIMIT x,y wird nicht unterstützt"
-
-#: gram.y:9033
-#, c-format
-msgid "Use separate LIMIT and OFFSET clauses."
-msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET."
+msgid ""
+"pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s"
+msgstr ""
+"pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«, %s"
 
-#: gram.y:9251
-#, c-format
-msgid "VALUES in FROM must have an alias"
-msgstr "VALUES in FROM muss Aliasnamen erhalten"
+#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478
+msgid "SSL off"
+msgstr "SSL aus"
 
-#: gram.y:9252
-#, c-format
-msgid "For example, FROM (VALUES ...) [AS] foo."
-msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz."
+#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478
+msgid "SSL on"
+msgstr "SSL an"
 
-#: gram.y:9257
+#: libpq/auth.c:400
 #, c-format
-msgid "subquery in FROM must have an alias"
-msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
+msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\""
+msgstr ""
+"pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«"
 
-#: gram.y:9258
+#: libpq/auth.c:409
 #, c-format
-msgid "For example, FROM (SELECT ...) [AS] foo."
-msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz."
+msgid ""
+"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s"
+"\", %s"
+msgstr ""
+"pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank "
+"»%s«, %s"
 
-#: gram.y:9744
+#: libpq/auth.c:416
 #, c-format
-msgid "precision for type float must be at least 1 bit"
-msgstr "Präzision von Typ float muss mindestens 1 Bit sein"
+msgid ""
+"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\""
+msgstr ""
+"pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«"
 
-#: gram.y:9753
+#: libpq/auth.c:445
 #, c-format
-msgid "precision for type float must be less than 54 bits"
-msgstr "Präzision von Typ float muss weniger als 54 Bits sein"
+msgid "Client IP address resolved to \"%s\", forward lookup matches."
+msgstr ""
+"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt überein."
 
-#: gram.y:10467
+#: libpq/auth.c:447
 #, c-format
-msgid "UNIQUE predicate is not yet implemented"
-msgstr "UNIQUE-Prädikat ist noch nicht implementiert"
+msgid "Client IP address resolved to \"%s\", forward lookup not checked."
+msgstr ""
+"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung nicht geprüft."
 
-#: gram.y:11389
+#: libpq/auth.c:449
 #, c-format
-msgid "RANGE PRECEDING is only supported with UNBOUNDED"
-msgstr "RANGE PRECEDING wird nur mit UNBOUNDED unterstützt"
+msgid "Client IP address resolved to \"%s\", forward lookup does not match."
+msgstr ""
+"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt nicht "
+"überein."
 
-#: gram.y:11395
+#: libpq/auth.c:458
 #, c-format
-msgid "RANGE FOLLOWING is only supported with UNBOUNDED"
-msgstr "RANGE FOLLOWING wird nur mit UNBOUNDED unterstützt"
+msgid ""
+"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s"
+"\", %s"
+msgstr ""
+"kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer "
+"»%s«, %s"
 
-#: gram.y:11422 gram.y:11445
+#: libpq/auth.c:465
 #, c-format
-msgid "frame start cannot be UNBOUNDED FOLLOWING"
-msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein"
+msgid ""
+"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\""
+msgstr ""
+"kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer "
+"»%s«"
 
-#: gram.y:11427
+#: libpq/auth.c:475
 #, c-format
-msgid "frame starting from following row cannot end with current row"
-msgstr "Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile enden"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
+msgstr ""
+"kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s"
 
-#: gram.y:11450
+#: libpq/auth.c:483
 #, c-format
-msgid "frame end cannot be UNBOUNDED PRECEDING"
-msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING sein"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
+msgstr "kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«"
 
-#: gram.y:11456
+#: libpq/auth.c:535 libpq/hba.c:1180
 #, c-format
-msgid "frame starting from current row cannot have preceding rows"
-msgstr "Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen haben"
+msgid ""
+"MD5 authentication is not supported when \"db_user_namespace\" is enabled"
+msgstr ""
+"MD5-Authentifizierung wird nicht unterstützt, wenn »db_user_namespace« "
+"angeschaltet ist"
 
-#: gram.y:11463
+#: libpq/auth.c:659
 #, c-format
-msgid "frame starting from following row cannot have preceding rows"
-msgstr "Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen haben"
+msgid "expected password response, got message type %d"
+msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen"
 
-#: gram.y:12097
+#: libpq/auth.c:687
 #, c-format
-msgid "type modifier cannot have parameter name"
-msgstr "Typmodifikator kann keinen Parameternamen haben"
-
-#: gram.y:12695 gram.y:12903
-msgid "improper use of \"*\""
-msgstr "unzulässige Verwendung von »*«"
+msgid "invalid password packet size"
+msgstr "ungültige Größe des Passwortpakets"
 
-#: gram.y:12834
+#: libpq/auth.c:691
 #, c-format
-msgid "wrong number of parameters on left side of OVERLAPS expression"
-msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck"
+msgid "received password packet"
+msgstr "Passwortpaket empfangen"
 
-#: gram.y:12841
+#: libpq/auth.c:749
 #, c-format
-msgid "wrong number of parameters on right side of OVERLAPS expression"
-msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck"
+msgid "Kerberos initialization returned error %d"
+msgstr "Kerberos-Initialisierung ergab Fehler %d"
 
-#: gram.y:12866 gram.y:12883 tsearch/spell.c:518 tsearch/spell.c:535
-#: tsearch/spell.c:552 tsearch/spell.c:569 tsearch/spell.c:591
+#: libpq/auth.c:759
 #, c-format
-msgid "syntax error"
-msgstr "Syntaxfehler"
+msgid "Kerberos keytab resolving returned error %d"
+msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d"
 
-#: gram.y:12954
+#: libpq/auth.c:783
 #, c-format
-msgid "multiple ORDER BY clauses not allowed"
-msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt"
+msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
+msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") ergab Fehler %d"
 
-#: gram.y:12965
+#: libpq/auth.c:828
 #, c-format
-msgid "multiple OFFSET clauses not allowed"
-msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt"
+msgid "Kerberos recvauth returned error %d"
+msgstr "Kerberos recvauth ergab Fehler %d"
 
-#: gram.y:12974
+#: libpq/auth.c:851
 #, c-format
-msgid "multiple LIMIT clauses not allowed"
-msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt"
+msgid "Kerberos unparse_name returned error %d"
+msgstr "Kerberos unparse_name ergab Fehler %d"
 
-#: gram.y:12983
+#: libpq/auth.c:999
 #, c-format
-msgid "multiple WITH clauses not allowed"
-msgstr "mehrere WITH-Klauseln sind nicht erlaubt"
+msgid "GSSAPI is not supported in protocol version 2"
+msgstr "GSSAPI wird in Protokollversion 2 nicht unterstützt"
 
-#: gram.y:13128
+#: libpq/auth.c:1054
 #, c-format
-msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
-msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt"
+msgid "expected GSS response, got message type %d"
+msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen"
 
-#: gram.y:13229
-#, c-format
-msgid "multiple COLLATE clauses not allowed"
-msgstr "mehrere COLLATE-Klauseln sind nicht erlaubt"
+#: libpq/auth.c:1117
+msgid "accepting GSS security context failed"
+msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen"
 
-#. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:13267 gram.y:13280
-#, c-format
-msgid "%s constraints cannot be marked DEFERRABLE"
-msgstr "%s-Constraints können nicht als DEFERRABLE markiert werden"
+#: libpq/auth.c:1143
+msgid "retrieving GSS user name failed"
+msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen"
 
-#. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:13293
+#: libpq/auth.c:1260
 #, c-format
-msgid "%s constraints cannot be marked NOT VALID"
-msgstr "%s-Constraints können nicht als NOT VALID markiert werden"
-
-#: guc-file.l:192
-#, fuzzy, c-format
-msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u"
-msgstr "unbekannter Konfigurationsparameter »%s«"
+msgid "SSPI is not supported in protocol version 2"
+msgstr "SSL wird in Protokollversion 2 nicht unterstützt"
 
-#: guc-file.l:227 utils/misc/guc.c:5190 utils/misc/guc.c:5366
-#: utils/misc/guc.c:5470 utils/misc/guc.c:5571 utils/misc/guc.c:5692
-#: utils/misc/guc.c:5800
-#, c-format
-msgid "parameter \"%s\" cannot be changed without restarting the server"
-msgstr "Parameter »%s« kann nicht geändert werden, ohne den Server neu zu starten"
+#: libpq/auth.c:1275
+msgid "could not acquire SSPI credentials"
+msgstr "konnte SSPI-Credentials nicht erhalten"
 
-#: guc-file.l:255
+#: libpq/auth.c:1292
 #, c-format
-msgid "parameter \"%s\" removed from configuration file, reset to default"
-msgstr "Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt"
+msgid "expected SSPI response, got message type %d"
+msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen"
 
-#: guc-file.l:317
-#, c-format
-msgid "parameter \"%s\" changed to \"%s\""
-msgstr "Parameter »%s« auf »%s« gesetzt"
+#: libpq/auth.c:1364
+msgid "could not accept SSPI security context"
+msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren"
 
-#: guc-file.l:351
-#, fuzzy, c-format
-msgid "configuration file \"%s\" contains errors"
-msgstr "Konfigurationsspalte »%s« existiert nicht"
+#: libpq/auth.c:1426
+msgid "could not get token from SSPI security context"
+msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten"
 
-#: guc-file.l:356
+#: libpq/auth.c:1670
 #, c-format
-msgid "configuration file \"%s\" contains errors; unaffected changes were applied"
-msgstr "Konfigurationsdatei »%s« enthält Fehler; nicht betroffene Änderungen wurden durchgeführt"
+msgid "could not create socket for Ident connection: %m"
+msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m"
 
-#: guc-file.l:361
+#: libpq/auth.c:1685
 #, c-format
-msgid "configuration file \"%s\" contains errors; no changes were applied"
-msgstr "Konfigurationsdatei »%s« enthält Fehler; keine Änderungen wurden durchgeführt"
+msgid "could not bind to local address \"%s\": %m"
+msgstr "konnte nicht mit lokaler Adresse »%s« verbinden: %m"
 
-#: guc-file.l:393
+#: libpq/auth.c:1697
 #, c-format
-msgid "could not open configuration file \"%s\": maximum nesting depth exceeded"
-msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe überschritten"
+msgid "could not connect to Ident server at address \"%s\", port %s: %m"
+msgstr "konnte nicht mit Ident-Server auf Adresse »%s«, Port %s verbinden: %m"
 
-#: guc-file.l:430 libpq/hba.c:1722
+#: libpq/auth.c:1717
 #, c-format
-msgid "could not open configuration file \"%s\": %m"
-msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: %m"
-
-#: guc-file.l:436
-#, fuzzy, c-format
-msgid "skipping missing configuration file \"%s\""
-msgstr "Zeile %d in Konfigurationsdatei »%s«"
+msgid "could not send query to Ident server at address \"%s\", port %s: %m"
+msgstr ""
+"konnte Anfrage an Ident-Server auf Adresse »%s«, Port %s nicht senden: %m"
 
-#: guc-file.l:627
+#: libpq/auth.c:1732
 #, c-format
-msgid "syntax error in file \"%s\" line %u, near end of line"
-msgstr "Syntaxfehler in Datei »%s«, Zeile %u, am Ende der Zeile"
+msgid ""
+"could not receive response from Ident server at address \"%s\", port %s: %m"
+msgstr ""
+"konnte Antwort von Ident-Server auf Adresse »%s«, Port %s nicht empfangen: %m"
 
-#: guc-file.l:632
+#: libpq/auth.c:1742
 #, c-format
-msgid "syntax error in file \"%s\" line %u, near token \"%s\""
-msgstr "Syntaxfehler in Datei »%s«, Zeile %u, bei »%s«"
+msgid "invalidly formatted response from Ident server: \"%s\""
+msgstr "ungültig formatierte Antwort vom Ident-Server: »%s«"
 
-#: guc-file.l:648
+#: libpq/auth.c:1781
 #, c-format
-msgid "too many syntax errors found, abandoning file \"%s\""
-msgstr ""
+msgid "peer authentication is not supported on this platform"
+msgstr "Peer-Authentifizierung wird auf dieser Plattform nicht unterstützt"
 
-#: lib/stringinfo.c:267
+#: libpq/auth.c:1785
 #, c-format
-msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
-msgstr "Kann Zeichenkettenpuffer mit %d Bytes nicht um %d Bytes vergrößern."
+msgid "could not get peer credentials: %m"
+msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m"
 
-#: libpq/auth.c:257
+#: libpq/auth.c:1794
 #, c-format
-msgid "authentication failed for user \"%s\": host rejected"
-msgstr "Authentifizierung für Benutzer »%s« fehlgeschlagen: Host abgelehnt"
+msgid "local user with ID %d does not exist"
+msgstr "lokaler Benutzer mit ID %d existiert nicht"
 
-#: libpq/auth.c:260
+#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509
 #, c-format
-msgid "Kerberos 5 authentication failed for user \"%s\""
-msgstr "Kerberos-5-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+msgid "empty password returned by client"
+msgstr "Client gab leeres Passwort zurück"
 
-#: libpq/auth.c:263
+#: libpq/auth.c:1887
 #, c-format
-msgid "\"trust\" authentication failed for user \"%s\""
-msgstr "»trust«-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+msgid "error from underlying PAM layer: %s"
+msgstr "Fehler von der unteren PAM-Ebene: %s"
 
-#: libpq/auth.c:266
+#: libpq/auth.c:1956
 #, c-format
-msgid "Ident authentication failed for user \"%s\""
-msgstr "Ident-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+msgid "could not create PAM authenticator: %s"
+msgstr "konnte PAM-Authenticator nicht erzeugen: %s"
 
-#: libpq/auth.c:269
+#: libpq/auth.c:1967
 #, c-format
-msgid "Peer authentication failed for user \"%s\""
-msgstr "Peer-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+msgid "pam_set_item(PAM_USER) failed: %s"
+msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s"
 
-#: libpq/auth.c:273
+#: libpq/auth.c:1978
 #, c-format
-msgid "password authentication failed for user \"%s\""
-msgstr "Passwort-Authentifizierung für Benutzer »%s« fehlgeschlagen"
+msgid "pam_set_item(PAM_CONV) failed: %s"
+msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s"
 
-#: libpq/auth.c:278
-#, c-format
-msgid "GSSAPI authentication failed for user \"%s\""
-msgstr "GSSAPI-Authentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:281
-#, c-format
-msgid "SSPI authentication failed for user \"%s\""
-msgstr "SSPI-Authentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:284
-#, c-format
-msgid "PAM authentication failed for user \"%s\""
-msgstr "PAM-Authentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:287
-#, c-format
-msgid "LDAP authentication failed for user \"%s\""
-msgstr "LDAP-Authentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:290
-#, c-format
-msgid "certificate authentication failed for user \"%s\""
-msgstr "Zertifikatauthentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:293
-#, c-format
-msgid "RADIUS authentication failed for user \"%s\""
-msgstr "RADIUS-Authentifizierung für Benutzer »%s« fehlgeschlagen"
-
-#: libpq/auth.c:296
-#, c-format
-msgid "authentication failed for user \"%s\": invalid authentication method"
-msgstr "Authentifizierung für Benutzer »%s« fehlgeschlagen: ungültige Authentifizierungsmethode"
-
-#: libpq/auth.c:352
-#, c-format
-msgid "connection requires a valid client certificate"
-msgstr "Verbindung erfordert ein gültiges Client-Zertifikat"
-
-#: libpq/auth.c:394
-#, c-format
-msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s"
-msgstr "pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«, %s"
-
-#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478
-msgid "SSL off"
-msgstr "SSL aus"
-
-#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478
-msgid "SSL on"
-msgstr "SSL an"
-
-#: libpq/auth.c:400
-#, c-format
-msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\""
-msgstr "pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«"
-
-#: libpq/auth.c:409
-#, c-format
-msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s"
-msgstr "pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s"
-
-#: libpq/auth.c:416
-#, c-format
-msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\""
-msgstr "pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«"
-
-#: libpq/auth.c:445
-#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup matches."
-msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt überein."
-
-#: libpq/auth.c:447
-#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup not checked."
-msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung nicht geprüft."
-
-#: libpq/auth.c:449
-#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup does not match."
-msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt nicht überein."
-
-#: libpq/auth.c:458
-#, c-format
-msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s"
-msgstr "kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »%s«, %s"
-
-#: libpq/auth.c:465
-#, c-format
-msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\""
-msgstr "kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »%s«"
-
-#: libpq/auth.c:475
-#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
-msgstr "kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s"
-
-#: libpq/auth.c:483
-#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
-msgstr "kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«"
-
-#: libpq/auth.c:535 libpq/hba.c:1181
-#, c-format
-msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled"
-msgstr "MD5-Authentifizierung wird nicht unterstützt, wenn »db_user_namespace« angeschaltet ist"
-
-#: libpq/auth.c:659
-#, c-format
-msgid "expected password response, got message type %d"
-msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen"
-
-#: libpq/auth.c:687
-#, c-format
-msgid "invalid password packet size"
-msgstr "ungültige Größe des Passwortpakets"
-
-#: libpq/auth.c:691
-#, c-format
-msgid "received password packet"
-msgstr "Passwortpaket empfangen"
-
-#: libpq/auth.c:749
-#, c-format
-msgid "Kerberos initialization returned error %d"
-msgstr "Kerberos-Initialisierung ergab Fehler %d"
-
-#: libpq/auth.c:759
-#, c-format
-msgid "Kerberos keytab resolving returned error %d"
-msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d"
-
-#: libpq/auth.c:783
-#, c-format
-msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
-msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") ergab Fehler %d"
-
-#: libpq/auth.c:828
-#, c-format
-msgid "Kerberos recvauth returned error %d"
-msgstr "Kerberos recvauth ergab Fehler %d"
-
-#: libpq/auth.c:851
-#, c-format
-msgid "Kerberos unparse_name returned error %d"
-msgstr "Kerberos unparse_name ergab Fehler %d"
-
-#: libpq/auth.c:999
-#, c-format
-msgid "GSSAPI is not supported in protocol version 2"
-msgstr "GSSAPI wird in Protokollversion 2 nicht unterstützt"
-
-#: libpq/auth.c:1054
-#, c-format
-msgid "expected GSS response, got message type %d"
-msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen"
-
-#: libpq/auth.c:1117
-msgid "accepting GSS security context failed"
-msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen"
-
-#: libpq/auth.c:1143
-msgid "retrieving GSS user name failed"
-msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen"
-
-#: libpq/auth.c:1260
-#, c-format
-msgid "SSPI is not supported in protocol version 2"
-msgstr "SSL wird in Protokollversion 2 nicht unterstützt"
-
-#: libpq/auth.c:1275
-msgid "could not acquire SSPI credentials"
-msgstr "konnte SSPI-Credentials nicht erhalten"
-
-#: libpq/auth.c:1292
-#, c-format
-msgid "expected SSPI response, got message type %d"
-msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen"
-
-#: libpq/auth.c:1364
-msgid "could not accept SSPI security context"
-msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren"
-
-#: libpq/auth.c:1426
-msgid "could not get token from SSPI security context"
-msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten"
-
-#: libpq/auth.c:1670
-#, c-format
-msgid "could not create socket for Ident connection: %m"
-msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m"
-
-#: libpq/auth.c:1685
-#, c-format
-msgid "could not bind to local address \"%s\": %m"
-msgstr "konnte nicht mit lokaler Adresse »%s« verbinden: %m"
-
-#: libpq/auth.c:1697
-#, c-format
-msgid "could not connect to Ident server at address \"%s\", port %s: %m"
-msgstr "konnte nicht mit Ident-Server auf Adresse »%s«, Port %s verbinden: %m"
-
-#: libpq/auth.c:1717
-#, c-format
-msgid "could not send query to Ident server at address \"%s\", port %s: %m"
-msgstr "konnte Anfrage an Ident-Server auf Adresse »%s«, Port %s nicht senden: %m"
-
-#: libpq/auth.c:1732
-#, c-format
-msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
-msgstr "konnte Antwort von Ident-Server auf Adresse »%s«, Port %s nicht empfangen: %m"
-
-#: libpq/auth.c:1742
-#, c-format
-msgid "invalidly formatted response from Ident server: \"%s\""
-msgstr "ungültig formatierte Antwort vom Ident-Server: »%s«"
-
-#: libpq/auth.c:1781
-#, c-format
-msgid "peer authentication is not supported on this platform"
-msgstr "Peer-Authentifizierung wird auf dieser Plattform nicht unterstützt"
-
-#: libpq/auth.c:1785
-#, c-format
-msgid "could not get peer credentials: %m"
-msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m"
-
-#: libpq/auth.c:1794
-#, c-format
-msgid "local user with ID %d does not exist"
-msgstr "lokaler Benutzer mit ID %d existiert nicht"
-
-#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509
-#, c-format
-msgid "empty password returned by client"
-msgstr "Client gab leeres Passwort zurück"
-
-#: libpq/auth.c:1887
-#, c-format
-msgid "error from underlying PAM layer: %s"
-msgstr "Fehler von der unteren PAM-Ebene: %s"
-
-#: libpq/auth.c:1956
-#, c-format
-msgid "could not create PAM authenticator: %s"
-msgstr "konnte PAM-Authenticator nicht erzeugen: %s"
-
-#: libpq/auth.c:1967
-#, c-format
-msgid "pam_set_item(PAM_USER) failed: %s"
-msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s"
-
-#: libpq/auth.c:1978
-#, c-format
-msgid "pam_set_item(PAM_CONV) failed: %s"
-msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s"
-
-#: libpq/auth.c:1989
+#: libpq/auth.c:1989
 #, c-format
 msgid "pam_authenticate failed: %s"
 msgstr "pam_authenticate fehlgeschlagen: %s"
@@ -9031,43 +9415,62 @@ msgstr "ungültiges Zeichen im Benutzernamen für LDAP-Authentifizierung"
 
 #: libpq/auth.c:2200
 #, c-format
-msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d"
-msgstr "erstes LDAP-Binden für ldapbinddn »%s« auf Server »%s« fehlgeschlagen: Fehlercode %d"
+msgid ""
+"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": "
+"error code %d"
+msgstr ""
+"erstes LDAP-Binden für ldapbinddn »%s« auf Server »%s« fehlgeschlagen: "
+"Fehlercode %d"
 
 #: libpq/auth.c:2225
 #, c-format
 msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d"
-msgstr "konnte LDAP nicht mit Filter »%s« auf Server »%s« durchsuchen: Fehlercode %d"
+msgstr ""
+"konnte LDAP nicht mit Filter »%s« auf Server »%s« durchsuchen: Fehlercode %d"
 
 #: libpq/auth.c:2235
 #, c-format
 msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user"
-msgstr "LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer existiert nicht"
+msgstr ""
+"LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer "
+"existiert nicht"
 
 #: libpq/auth.c:2239
 #, c-format
-msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)"
-msgstr "LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer ist nicht eindeutig (%ld Treffer)"
+msgid ""
+"LDAP search failed for filter \"%s\" on server \"%s\": user is not unique "
+"(%ld matches)"
+msgstr ""
+"LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer ist "
+"nicht eindeutig (%ld Treffer)"
 
 #: libpq/auth.c:2256
 #, c-format
-msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
-msgstr "konnte DN fũr den ersten Treffer für »%s« auf Server »%s« nicht lesen: %s"
+msgid ""
+"could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
+msgstr ""
+"konnte DN fũr den ersten Treffer für »%s« auf Server »%s« nicht lesen: %s"
 
 #: libpq/auth.c:2276
 #, c-format
 msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
-msgstr "Losbinden fehlgeschlagen nach Suche nach Benutzer »%s« auf Server »%s«: %s"
+msgstr ""
+"Losbinden fehlgeschlagen nach Suche nach Benutzer »%s« auf Server »%s«: %s"
 
 #: libpq/auth.c:2313
 #, c-format
 msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
-msgstr "LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
 
 #: libpq/auth.c:2341
 #, c-format
-msgid "certificate authentication failed for user \"%s\": client certificate contains no user name"
-msgstr "Zertifikatauthentifizierung für Benutzer »%s« fehlgeschlagen: Client-Zertifikat enthält keinen Benutzernamen"
+msgid ""
+"certificate authentication failed for user \"%s\": client certificate "
+"contains no user name"
+msgstr ""
+"Zertifikatauthentifizierung für Benutzer »%s« fehlgeschlagen: Client-"
+"Zertifikat enthält keinen Benutzernamen"
 
 #: libpq/auth.c:2465
 #, c-format
@@ -9079,15 +9482,17 @@ msgstr "RADIUS-Server nicht angegeben"
 msgid "RADIUS secret not specified"
 msgstr "RADIUS-Geheimnis nicht angegeben"
 
-#: libpq/auth.c:2488 libpq/hba.c:1544
+#: libpq/auth.c:2488 libpq/hba.c:1543
 #, c-format
 msgid "could not translate RADIUS server name \"%s\" to address: %s"
 msgstr "konnte RADIUS-Servername »%s« nicht in Adresse übersetzen: %s"
 
 #: libpq/auth.c:2516
 #, c-format
-msgid "RADIUS authentication does not support passwords longer than 16 characters"
-msgstr "RADIUS-Authentifizierung unterstützt keine Passwörter länger als 16 Zeichen"
+msgid ""
+"RADIUS authentication does not support passwords longer than 16 characters"
+msgstr ""
+"RADIUS-Authentifizierung unterstützt keine Passwörter länger als 16 Zeichen"
 
 #: libpq/auth.c:2527
 #, c-format
@@ -9347,194 +9752,201 @@ msgstr "Token in Authentifizierungsdatei zu lang, wird übersprungen: »%s«"
 #: libpq/hba.c:326
 #, c-format
 msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
-msgstr "konnte sekundäre Authentifizierungsdatei »@%s« nicht als »%s« öffnen: %m"
+msgstr ""
+"konnte sekundäre Authentifizierungsdatei »@%s« nicht als »%s« öffnen: %m"
 
-#: libpq/hba.c:596
+#: libpq/hba.c:595
 #, c-format
 msgid "could not translate host name \"%s\" to address: %s"
 msgstr "konnte Hostname »%s« nicht in Adresse übersetzen: %s"
 
 #. translator: the second %s is a list of auth methods
-#: libpq/hba.c:747
-#, c-format
-msgid "authentication option \"%s\" is only valid for authentication methods %s"
-msgstr "Authentifizierungsoption »%s« ist nur gültig für Authentifizierungsmethoden %s"
-
-#: libpq/hba.c:749 libpq/hba.c:765 libpq/hba.c:796 libpq/hba.c:842
-#: libpq/hba.c:855 libpq/hba.c:877 libpq/hba.c:886 libpq/hba.c:909
-#: libpq/hba.c:921 libpq/hba.c:940 libpq/hba.c:961 libpq/hba.c:972
-#: libpq/hba.c:1027 libpq/hba.c:1045 libpq/hba.c:1057 libpq/hba.c:1074
-#: libpq/hba.c:1084 libpq/hba.c:1098 libpq/hba.c:1114 libpq/hba.c:1129
-#: libpq/hba.c:1140 libpq/hba.c:1182 libpq/hba.c:1214 libpq/hba.c:1225
-#: libpq/hba.c:1245 libpq/hba.c:1256 libpq/hba.c:1267 libpq/hba.c:1284
-#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1409
-#: libpq/hba.c:1421 libpq/hba.c:1434 libpq/hba.c:1468 libpq/hba.c:1546
-#: libpq/hba.c:1564 libpq/hba.c:1585 tsearch/ts_locale.c:182
+#: libpq/hba.c:746
+#, c-format
+msgid ""
+"authentication option \"%s\" is only valid for authentication methods %s"
+msgstr ""
+"Authentifizierungsoption »%s« ist nur gültig für Authentifizierungsmethoden "
+"%s"
+
+#: libpq/hba.c:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841
+#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908
+#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971
+#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073
+#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128
+#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224
+#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283
+#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408
+#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545
+#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182
 #, c-format
 msgid "line %d of configuration file \"%s\""
 msgstr "Zeile %d in Konfigurationsdatei »%s«"
 
-#: libpq/hba.c:763
+#: libpq/hba.c:762
 #, c-format
 msgid "authentication method \"%s\" requires argument \"%s\" to be set"
 msgstr "Authentifizierungsmethode »%s« benötigt Argument »%s«"
 
-#: libpq/hba.c:784
+#: libpq/hba.c:783
 #, c-format
 msgid "missing entry in file \"%s\" at end of line %d"
 msgstr "fehlender Eintrag in Datei »%s« am Ende von Zeile %d"
 
-#: libpq/hba.c:795
+#: libpq/hba.c:794
 #, fuzzy, c-format
 msgid "multiple values in ident field"
 msgstr "mehrere WITH-Klauseln sind nicht erlaubt"
 
-#: libpq/hba.c:840
+#: libpq/hba.c:839
 #, fuzzy, c-format
 msgid "multiple values specified for connection type"
 msgstr "mehrere Vorgabewerte angegeben für Spalte »%s« von Tabelle »%s«"
 
-#: libpq/hba.c:841
+#: libpq/hba.c:840
 #, c-format
 msgid "Specify exactly one connection type per line."
 msgstr ""
 
-#: libpq/hba.c:854
+#: libpq/hba.c:853
 #, c-format
 msgid "local connections are not supported by this build"
 msgstr "lokale Verbindungen werden von dieser Installation nicht unterstützt"
 
-#: libpq/hba.c:875
+#: libpq/hba.c:874
 #, c-format
 msgid "hostssl requires SSL to be turned on"
 msgstr "für hostssl muss SSL angeschaltet sein"
 
-#: libpq/hba.c:876
+#: libpq/hba.c:875
 #, c-format
 msgid "Set ssl = on in postgresql.conf."
 msgstr "Setzen Sie ssl = on in postgresql.conf."
 
-#: libpq/hba.c:884
+#: libpq/hba.c:883
 #, c-format
 msgid "hostssl is not supported by this build"
 msgstr "hostssl wird von dieser Installation nicht unterstützt"
 
-#: libpq/hba.c:885
+#: libpq/hba.c:884
 #, c-format
 msgid "Compile with --with-openssl to use SSL connections."
 msgstr "Kompilieren Sie mit --with-openssl, um SSL-Verbindungen zu verwenden."
 
-#: libpq/hba.c:907
+#: libpq/hba.c:906
 #, c-format
 msgid "invalid connection type \"%s\""
 msgstr "ungültiger Verbindungstyp »%s«"
 
-#: libpq/hba.c:920
+#: libpq/hba.c:919
 #, c-format
 msgid "end-of-line before database specification"
 msgstr "Zeilenende vor Datenbankangabe"
 
-#: libpq/hba.c:939
+#: libpq/hba.c:938
 #, c-format
 msgid "end-of-line before role specification"
 msgstr "Zeilenende vor Rollenangabe"
 
-#: libpq/hba.c:960
+#: libpq/hba.c:959
 #, c-format
 msgid "end-of-line before IP address specification"
 msgstr "Zeilenende vor IP-Adressangabe"
 
-#: libpq/hba.c:970
+#: libpq/hba.c:969
 #, c-format
 msgid "multiple values specified for host address"
 msgstr "mehrere Werte für Hostadresse angegeben"
 
-#: libpq/hba.c:971
+#: libpq/hba.c:970
 #, c-format
 msgid "Specify one address range per line."
 msgstr ""
 
-#: libpq/hba.c:1025
+#: libpq/hba.c:1024
 #, c-format
 msgid "invalid IP address \"%s\": %s"
 msgstr "ungültige IP-Adresse »%s«: %s"
 
-#: libpq/hba.c:1043
+#: libpq/hba.c:1042
 #, c-format
 msgid "specifying both host name and CIDR mask is invalid: \"%s\""
 msgstr "Angabe von sowohl Hostname als auch CIDR-Maske ist ungültig: »%s«"
 
-#: libpq/hba.c:1055
+#: libpq/hba.c:1054
 #, c-format
 msgid "invalid CIDR mask in address \"%s\""
 msgstr "ungültige CIDR-Maske in Adresse »%s«"
 
-#: libpq/hba.c:1072
+#: libpq/hba.c:1071
 #, c-format
 msgid "end-of-line before netmask specification"
 msgstr "Zeilenende vor Netzmaskenangabe"
 
-#: libpq/hba.c:1073
+#: libpq/hba.c:1072
 #, c-format
-msgid "Specify an address range in CIDR notation, or provide a separate netmask."
+msgid ""
+"Specify an address range in CIDR notation, or provide a separate netmask."
 msgstr ""
 
-#: libpq/hba.c:1083
+#: libpq/hba.c:1082
 #, c-format
 msgid "multiple values specified for netmask"
 msgstr "mehrere Werte für Netzmaske angegeben"
 
-#: libpq/hba.c:1096
+#: libpq/hba.c:1095
 #, c-format
 msgid "invalid IP mask \"%s\": %s"
 msgstr "ungültige IP-Maske »%s«: %s"
 
-#: libpq/hba.c:1113
+#: libpq/hba.c:1112
 #, c-format
 msgid "IP address and mask do not match"
 msgstr "IP-Adresse und -Maske passen nicht zusammen"
 
-#: libpq/hba.c:1128
+#: libpq/hba.c:1127
 #, c-format
 msgid "end-of-line before authentication method"
 msgstr "Zeilenende vor Authentifizierungsmethode"
 
-#: libpq/hba.c:1138
+#: libpq/hba.c:1137
 #, c-format
 msgid "multiple values specified for authentication type"
 msgstr "mehrere Werte für Authentifizierungstyp angegeben"
 
-#: libpq/hba.c:1139
+#: libpq/hba.c:1138
 #, c-format
 msgid "Specify exactly one authentication type per line."
 msgstr "Geben Sie genau einen Authentifizierungstyp pro Zeile an."
 
-#: libpq/hba.c:1212
+#: libpq/hba.c:1211
 #, c-format
 msgid "invalid authentication method \"%s\""
 msgstr "ungültige Authentifizierungsmethode »%s«"
 
-#: libpq/hba.c:1223
+#: libpq/hba.c:1222
 #, c-format
 msgid "invalid authentication method \"%s\": not supported by this build"
-msgstr "ungültige Authentifizierungsmethode »%s«: von dieser Installation nicht unterstützt"
+msgstr ""
+"ungültige Authentifizierungsmethode »%s«: von dieser Installation nicht "
+"unterstützt"
 
-#: libpq/hba.c:1244
+#: libpq/hba.c:1243
 #, c-format
 msgid "krb5 authentication is not supported on local sockets"
 msgstr "krb5-Authentifizierung wird auf lokalen Sockets nicht unterstützt"
 
-#: libpq/hba.c:1255
+#: libpq/hba.c:1254
 #, c-format
 msgid "gssapi authentication is not supported on local sockets"
 msgstr "gssapi-Authentifizierung wird auf lokalen Sockets nicht unterstützt"
 
-#: libpq/hba.c:1266
+#: libpq/hba.c:1265
 #, c-format
 msgid "peer authentication is only supported on local sockets"
 msgstr "peer-Authentifizierung wird nur auf lokalen Sockets unterstützt"
 
-#: libpq/hba.c:1283
+#: libpq/hba.c:1282
 #, c-format
 msgid "cert authentication is only supported on hostssl connections"
 msgstr "cert-Authentifizierung wird nur auf »hostssl«-Verbindungen unterstützt"
@@ -9546,88 +9958,117 @@ msgstr "Authentifizierungsoption nicht im Format name=wert: %s"
 
 #: libpq/hba.c:1344
 #, c-format
-msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute together with ldapprefix"
-msgstr "ldapbasedn, ldapbinddn, ldapbindpasswd oder ldapsearchattribute kann nicht zusammen mit ldapprefix verwendet werden"
+msgid ""
+"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute "
+"together with ldapprefix"
+msgstr ""
+"ldapbasedn, ldapbinddn, ldapbindpasswd oder ldapsearchattribute kann nicht "
+"zusammen mit ldapprefix verwendet werden"
 
 #: libpq/hba.c:1354
 #, c-format
-msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set"
-msgstr "Authentifizierungsmethode »ldap« benötigt Argument »ldapbasedn«, »ldapprefix« oder »ldapsuffix«"
+msgid ""
+"authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix"
+"\", or \"ldapsuffix\" to be set"
+msgstr ""
+"Authentifizierungsmethode »ldap« benötigt Argument »ldapbasedn«, "
+"»ldapprefix« oder »ldapsuffix«"
 
 #: libpq/hba.c:1394
 msgid "ident, peer, krb5, gssapi, sspi, and cert"
 msgstr "ident, peer, krb5, gssapi, sspi und cert"
 
-#: libpq/hba.c:1408
+#: libpq/hba.c:1407
 #, c-format
 msgid "clientcert can only be configured for \"hostssl\" rows"
 msgstr "clientcert kann nur für »hostssl«-Zeilen konfiguriert werden"
 
-#: libpq/hba.c:1419
+#: libpq/hba.c:1418
 #, c-format
-msgid "client certificates can only be checked if a root certificate store is available"
-msgstr "Client-Zertifikate können nur überprüft werden, wenn Wurzelzertifikat verfügbar ist"
+msgid ""
+"client certificates can only be checked if a root certificate store is "
+"available"
+msgstr ""
+"Client-Zertifikate können nur überprüft werden, wenn Wurzelzertifikat "
+"verfügbar ist"
 
-#: libpq/hba.c:1420
+#: libpq/hba.c:1419
 #, c-format
 msgid "Make sure the configuration parameter \"ssl_ca_file\" is set."
-msgstr "Stellen Sie sicher, dass der Konfigurationsparameter »ssl_ca_file« gesetzt ist."
+msgstr ""
+"Stellen Sie sicher, dass der Konfigurationsparameter »ssl_ca_file« gesetzt "
+"ist."
 
-#: libpq/hba.c:1433
+#: libpq/hba.c:1432
 #, c-format
 msgid "clientcert can not be set to 0 when using \"cert\" authentication"
-msgstr "clientcert kann nicht auf 0 gesetzt sein, wenn »cert«-Authentifizierung verwendet wird"
+msgstr ""
+"clientcert kann nicht auf 0 gesetzt sein, wenn »cert«-Authentifizierung "
+"verwendet wird"
 
-#: libpq/hba.c:1467
+#: libpq/hba.c:1466
 #, c-format
 msgid "invalid LDAP port number: \"%s\""
 msgstr "ungültige LDAP-Portnummer: »%s«"
 
-#: libpq/hba.c:1513 libpq/hba.c:1521
+#: libpq/hba.c:1512 libpq/hba.c:1520
 msgid "krb5, gssapi, and sspi"
 msgstr "krb5, gssapi und sspi"
 
-#: libpq/hba.c:1563
+#: libpq/hba.c:1562
 #, c-format
 msgid "invalid RADIUS port number: \"%s\""
 msgstr "ungültige RADIUS-Portnummer: »%s«"
 
-#: libpq/hba.c:1583
+#: libpq/hba.c:1582
 #, c-format
 msgid "unrecognized authentication option name: \"%s\""
 msgstr "unbekannter Authentifizierungsoptionsname: »%s«"
 
-#: libpq/hba.c:1772
+#: libpq/hba.c:1721 guc-file.l:430
+#, c-format
+msgid "could not open configuration file \"%s\": %m"
+msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: %m"
+
+#: libpq/hba.c:1771
 #, c-format
 msgid "configuration file \"%s\" contains no entries"
 msgstr "Konfigurationsdatei »%s« enthält keine Einträge"
 
-#: libpq/hba.c:1879
+#: libpq/hba.c:1878
 #, c-format
 msgid "invalid regular expression \"%s\": %s"
 msgstr "ungültiger regulärer Ausdruck »%s«: %s"
 
-#: libpq/hba.c:1902
+#: libpq/hba.c:1901
 #, c-format
 msgid "regular expression match for \"%s\" failed: %s"
 msgstr "Suche nach regulärem Ausdruck für »%s« fehlgeschlagen: %s"
 
-#: libpq/hba.c:1920
+#: libpq/hba.c:1919
 #, c-format
-msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\""
-msgstr "regulärer Ausdruck »%s« hat keine Teilausdrücke wie von der Backreference in »%s« verlangt"
+msgid ""
+"regular expression \"%s\" has no subexpressions as requested by "
+"backreference in \"%s\""
+msgstr ""
+"regulärer Ausdruck »%s« hat keine Teilausdrücke wie von der Backreference in "
+"»%s« verlangt"
 
-#: libpq/hba.c:2019
+#: libpq/hba.c:2018
 #, c-format
 msgid "provided user name (%s) and authenticated user name (%s) do not match"
-msgstr "angegebener Benutzername (%s) und authentifizierter Benutzername (%s) stimmen nicht überein"
+msgstr ""
+"angegebener Benutzername (%s) und authentifizierter Benutzername (%s) "
+"stimmen nicht überein"
 
-#: libpq/hba.c:2040
+#: libpq/hba.c:2039
 #, c-format
 msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\""
-msgstr "kein passender Eintrag in Usermap »%s« für Benutzer »%s«, authentifiziert als »%s«"
+msgstr ""
+"kein passender Eintrag in Usermap »%s« für Benutzer »%s«, authentifiziert "
+"als »%s«"
 
-#: libpq/hba.c:2070
+#: libpq/hba.c:2069
 #, c-format
 msgid "could not open usermap file \"%s\": %m"
 msgstr "konnte Usermap-Datei »%s« nicht öffnen: %m"
@@ -9645,7 +10086,8 @@ msgstr "konnte Dienst »%s« nicht in Adresse übersetzen: %s"
 #: libpq/pqcomm.c:337
 #, c-format
 msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
-msgstr "konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) überschritten"
+msgstr ""
+"konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) überschritten"
 
 #: libpq/pqcomm.c:346
 msgid "IPv4"
@@ -9688,13 +10130,21 @@ msgstr "konnte %s-Socket nicht binden: %m"
 
 #: libpq/pqcomm.c:433
 #, c-format
-msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
-msgstr "Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, entfernen Sie die Socketdatei »%s« und versuchen Sie erneut."
+msgid ""
+"Is another postmaster already running on port %d? If not, remove socket file "
+"\"%s\" and retry."
+msgstr ""
+"Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, entfernen Sie "
+"die Socketdatei »%s« und versuchen Sie erneut."
 
 #: libpq/pqcomm.c:436
 #, c-format
-msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
-msgstr "Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, warten Sie einige Sekunden und versuchen Sie erneut."
+msgid ""
+"Is another postmaster already running on port %d? If not, wait a few seconds "
+"and retry."
+msgstr ""
+"Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, warten Sie "
+"einige Sekunden und versuchen Sie erneut."
 
 #. translator: %s is IPv4, IPv6, or Unix
 #: libpq/pqcomm.c:469
@@ -9829,9 +10279,9 @@ msgid "  -c NAME=VALUE      set run-time parameter\n"
 msgstr "  -c NAME=WERT       setze Konfigurationsparameter\n"
 
 #: main/main.c:282
-#, c-format
-msgid "  -C NAME            return run-time parameter\n"
-msgstr ""
+#, fuzzy, c-format
+msgid "  -C NAME            print value of run-time parameter, then exit\n"
+msgstr "  -c NAME=WERT       setze Konfigurationsparameter\n"
 
 #: main/main.c:283
 #, c-format
@@ -9880,8 +10330,11 @@ msgstr "  -N ZAHL            Anzahl der erlaubten Verbindugen\n"
 
 #: main/main.c:294
 #, c-format
-msgid "  -o OPTIONS         pass \"OPTIONS\" to each server process (obsolete)\n"
-msgstr "  -o OPTIONEN        »OPTIONEN« an jeden Serverprozess weiterreichen (obsolet)\n"
+msgid ""
+"  -o OPTIONS         pass \"OPTIONS\" to each server process (obsolete)\n"
+msgstr ""
+"  -o OPTIONEN        »OPTIONEN« an jeden Serverprozess weiterreichen "
+"(obsolet)\n"
 
 #: main/main.c:295
 #, c-format
@@ -9934,8 +10387,11 @@ msgstr "  -f s|i|n|m|h       verbiete Verwendung einiger Plantypen\n"
 
 #: main/main.c:305
 #, c-format
-msgid "  -n                 do not reinitialize shared memory after abnormal exit\n"
-msgstr "  -n                 Shared Memory nach abnormalem Ende nicht neu initialisieren\n"
+msgid ""
+"  -n                 do not reinitialize shared memory after abnormal exit\n"
+msgstr ""
+"  -n                 Shared Memory nach abnormalem Ende nicht neu "
+"initialisieren\n"
 
 #: main/main.c:306
 #, c-format
@@ -9954,13 +10410,17 @@ msgstr "  -t pa|pl|ex        zeige Zeitmessung nach jeder Anfrage\n"
 
 #: main/main.c:309
 #, c-format
-msgid "  -T                 send SIGSTOP to all backend processes if one dies\n"
-msgstr "  -T                 SIGSTOP an alle Backend-Prozesse senden wenn einer stirbt\n"
+msgid ""
+"  -T                 send SIGSTOP to all backend processes if one dies\n"
+msgstr ""
+"  -T                 SIGSTOP an alle Backend-Prozesse senden wenn einer "
+"stirbt\n"
 
 #: main/main.c:310
 #, c-format
 msgid "  -W NUM             wait NUM seconds to allow attach from a debugger\n"
-msgstr "  -W ZAHL            warte ZAHL Sekunden, um Debugger starten zu können\n"
+msgstr ""
+"  -W ZAHL            warte ZAHL Sekunden, um Debugger starten zu können\n"
 
 #: main/main.c:312
 #, c-format
@@ -9973,8 +10433,11 @@ msgstr ""
 
 #: main/main.c:313
 #, c-format
-msgid "  --single           selects single-user mode (must be first argument)\n"
-msgstr "  --single           wählt den Einzelbenutzermodus (muss erstes Argument sein)\n"
+msgid ""
+"  --single           selects single-user mode (must be first argument)\n"
+msgstr ""
+"  --single           wählt den Einzelbenutzermodus (muss erstes Argument "
+"sein)\n"
 
 #: main/main.c:314
 #, c-format
@@ -9993,9 +10456,11 @@ msgstr "  -E                 gebe Befehl vor der Ausführung aus\n"
 
 #: main/main.c:317
 #, c-format
-msgid "  -j                 do not use newline as interactive query delimiter\n"
+msgid ""
+"  -j                 do not use newline as interactive query delimiter\n"
 msgstr ""
-"  -j                 verwende Zeilenende nicht als Anfrageende im interaktiven\n"
+"  -j                 verwende Zeilenende nicht als Anfrageende im "
+"interaktiven\n"
 "                     Modus\n"
 
 #: main/main.c:318 main/main.c:323
@@ -10014,13 +10479,18 @@ msgstr ""
 
 #: main/main.c:321
 #, c-format
-msgid "  --boot             selects bootstrapping mode (must be first argument)\n"
-msgstr "  --boot             wählt den Bootstrap-Modus (muss erstes Argument sein)\n"
+msgid ""
+"  --boot             selects bootstrapping mode (must be first argument)\n"
+msgstr ""
+"  --boot             wählt den Bootstrap-Modus (muss erstes Argument sein)\n"
 
 #: main/main.c:322
 #, c-format
-msgid "  DBNAME             database name (mandatory argument in bootstrapping mode)\n"
-msgstr "  DBNAME             Datenbankname (Pflichtangabe im Bootstrap-Modus)\n"
+msgid ""
+"  DBNAME             database name (mandatory argument in bootstrapping "
+"mode)\n"
+msgstr ""
+"  DBNAME             Datenbankname (Pflichtangabe im Bootstrap-Modus)\n"
 
 #: main/main.c:324
 #, c-format
@@ -10097,15 +10567,23 @@ msgstr "konnte Arraytyp für Datentyp %s nicht finden"
 
 #: optimizer/path/joinrels.c:642
 #, c-format
-msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions"
-msgstr "FULL JOIN wird nur für Merge- oder Hash-Verbund-fähige Verbundbedingungen unterstützt"
+msgid ""
+"FULL JOIN is only supported with merge-joinable or hash-joinable join "
+"conditions"
+msgstr ""
+"FULL JOIN wird nur für Merge- oder Hash-Verbund-fähige Verbundbedingungen "
+"unterstützt"
 
 #: optimizer/plan/initsplan.c:589
 #, c-format
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join"
-msgstr "SELECT FOR UPDATE/SHARE kann nicht auf die nullbare Seite eines äußeren Verbundes angewendet werden"
+msgid ""
+"SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer "
+"join"
+msgstr ""
+"SELECT FOR UPDATE/SHARE kann nicht auf die nullbare Seite eines äußeren "
+"Verbundes angewendet werden"
 
-#: optimizer/plan/planner.c:1029 parser/analyze.c:1388 parser/analyze.c:1572
+#: optimizer/plan/planner.c:1030 parser/analyze.c:1388 parser/analyze.c:1572
 #: parser/analyze.c:2278
 #, c-format
 msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
@@ -10119,8 +10597,12 @@ msgstr "konnte GROUP BY nicht implementieren"
 #: optimizer/plan/planner.c:2327 optimizer/plan/planner.c:2499
 #: optimizer/prep/prepunion.c:812
 #, c-format
-msgid "Some of the datatypes only support hashing, while others only support sorting."
-msgstr "Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren unterstützen."
+msgid ""
+"Some of the datatypes only support hashing, while others only support "
+"sorting."
+msgstr ""
+"Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren "
+"unterstützen."
 
 #: optimizer/plan/planner.c:2498
 #, c-format
@@ -10168,7 +10650,7 @@ msgstr "Alle Spaltendatentypen müssen hashbar sein."
 msgid "could not implement %s"
 msgstr "konnte %s nicht implementieren"
 
-#: optimizer/util/clauses.c:4362
+#: optimizer/util/clauses.c:4364
 #, c-format
 msgid "SQL function \"%s\" during inlining"
 msgstr "SQL-Funktion »%s« beim Inlining"
@@ -10176,7 +10658,9 @@ msgstr "SQL-Funktion »%s« beim Inlining"
 #: optimizer/util/plancat.c:99
 #, c-format
 msgid "cannot access temporary or unlogged relations during recovery"
-msgstr "während der Wiederherstellung kann nicht auf temporäre oder ungeloggte Tabellen zugegriffen werden"
+msgstr ""
+"während der Wiederherstellung kann nicht auf temporäre oder ungeloggte "
+"Tabellen zugegriffen werden"
 
 #: parser/analyze.c:620 parser/analyze.c:1128
 #, c-format
@@ -10220,8 +10704,12 @@ msgstr "INSERT hat mehr Zielspalten als Ausdrücke"
 
 #: parser/analyze.c:844
 #, c-format
-msgid "The insertion source is a row expression containing the same number of columns expected by the INSERT. Did you accidentally use extra parentheses?"
-msgstr "Der einzufügende Wert ist ein Zeilenausdruck mit der gleichen Anzahl Spalten wie von INSERT erwartet. Haben Sie versehentlich zu viele Klammern gesetzt?"
+msgid ""
+"The insertion source is a row expression containing the same number of "
+"columns expected by the INSERT. Did you accidentally use extra parentheses?"
+msgstr ""
+"Der einzufügende Wert ist ein Zeilenausdruck mit der gleichen Anzahl Spalten "
+"wie von INSERT erwartet. Haben Sie versehentlich zu viele Klammern gesetzt?"
 
 #: parser/analyze.c:951 parser/analyze.c:1365
 #, c-format
@@ -10246,12 +10734,18 @@ msgstr "ungültige ORDER-BY-Klausel mit UNION/INTERSECT/EXCEPT"
 #: parser/analyze.c:1504
 #, c-format
 msgid "Only result column names can be used, not expressions or functions."
-msgstr "Es können nur Ergebnisspaltennamen verwendet werden, keine Ausdrücke oder Funktionen."
+msgstr ""
+"Es können nur Ergebnisspaltennamen verwendet werden, keine Ausdrücke oder "
+"Funktionen."
 
 #: parser/analyze.c:1505
 #, c-format
-msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause."
-msgstr "Fügen Sie den Ausdrück/die Funktion jedem SELECT hinzu oder verlegen Sie die UNION in eine FROM-Klausel."
+msgid ""
+"Add the expression/function to every SELECT, or move the UNION into a FROM "
+"clause."
+msgstr ""
+"Fügen Sie den Ausdrück/die Funktion jedem SELECT hinzu oder verlegen Sie die "
+"UNION in eine FROM-Klausel."
 
 #: parser/analyze.c:1564
 #, c-format
@@ -10260,8 +10754,12 @@ msgstr "INTO ist nur im ersten SELECT von UNION/INTERSECT/EXCEPT erlaubt"
 
 #: parser/analyze.c:1624
 #, c-format
-msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level"
-msgstr "Teilanweisung von UNION/INTERSECT/EXCEPT kann nicht auf andere Relationen auf der selben Anfrageebene verweisen"
+msgid ""
+"UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of "
+"same query level"
+msgstr ""
+"Teilanweisung von UNION/INTERSECT/EXCEPT kann nicht auf andere Relationen "
+"auf der selben Anfrageebene verweisen"
 
 #: parser/analyze.c:1712
 #, c-format
@@ -10301,7 +10799,8 @@ msgstr "SCROLL und NO SCROLL können nicht beide angegeben werden"
 #: parser/analyze.c:2185
 #, c-format
 msgid "DECLARE CURSOR must not contain data-modifying statements in WITH"
-msgstr "DECLARE CURSOR darf keine datenmodifizierenden Anweisungen in WITH enthalten"
+msgstr ""
+"DECLARE CURSOR darf keine datenmodifizierenden Anweisungen in WITH enthalten"
 
 #: parser/analyze.c:2191
 #, c-format
@@ -10350,8 +10849,12 @@ msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Fensterfunktionen erlaubt"
 
 #: parser/analyze.c:2302
 #, c-format
-msgid "SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the target list"
-msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Funktionen mit Ergebnismenge in der Targetliste erlaubt"
+msgid ""
+"SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the "
+"target list"
+msgstr ""
+"SELECT FOR UPDATE/SHARE ist nicht mit Funktionen mit Ergebnismenge in der "
+"Targetliste erlaubt"
 
 #: parser/analyze.c:2381
 #, c-format
@@ -10361,7 +10864,8 @@ msgstr "SELECT FOR UPDATE/SHARE muss unqualifizierte Relationsnamen angeben"
 #: parser/analyze.c:2398
 #, c-format
 msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\""
-msgstr "SELECT FOR UPDATE/SHARE kann nicht mit Fremdtabelle »%s« verwendet werden"
+msgstr ""
+"SELECT FOR UPDATE/SHARE kann nicht mit Fremdtabelle »%s« verwendet werden"
 
 #: parser/analyze.c:2417
 #, c-format
@@ -10376,7 +10880,8 @@ msgstr "SELECT FOR UPDATE/SHARE kann nicht auf eine Funktion angewendet werden"
 #: parser/analyze.c:2435
 #, c-format
 msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query"
-msgstr "SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage angewendet werden"
+msgstr ""
+"SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage angewendet werden"
 
 #: parser/analyze.c:2449
 #, c-format
@@ -10396,7 +10901,9 @@ msgstr "Aggregatfunktionen mit DISTINCT müssen ihre Eingaben sortieren können.
 #: parser/parse_agg.c:172
 #, c-format
 msgid "aggregate function calls cannot contain window function calls"
-msgstr "Aufrufe von Aggregatfunktionen können keine Aufrufe von Fensterfunktionen enthalten"
+msgstr ""
+"Aufrufe von Aggregatfunktionen können keine Aufrufe von Fensterfunktionen "
+"enthalten"
 
 #: parser/parse_agg.c:243 parser/parse_clause.c:1630
 #, c-format
@@ -10421,7 +10928,9 @@ msgstr "Aggregatfunktionen sind nicht in der GROUP-BY-Klausel erlaubt"
 #: parser/parse_agg.c:431
 #, c-format
 msgid "aggregate functions not allowed in a recursive query's recursive term"
-msgstr "Aggregatfunktionen sind nicht im rekursiven Ausdruck einer rekursiven Anfrage erlaubt"
+msgstr ""
+"Aggregatfunktionen sind nicht im rekursiven Ausdruck einer rekursiven "
+"Anfrage erlaubt"
 
 #: parser/parse_agg.c:456
 #, c-format
@@ -10450,13 +10959,18 @@ msgstr "Fensterfunktionen sind nicht in der Fensterdefinition erlaubt"
 
 #: parser/parse_agg.c:671
 #, c-format
-msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function"
-msgstr "Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer Aggregatfunktion verwendet werden"
+msgid ""
+"column \"%s.%s\" must appear in the GROUP BY clause or be used in an "
+"aggregate function"
+msgstr ""
+"Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer "
+"Aggregatfunktion verwendet werden"
 
 #: parser/parse_agg.c:677
 #, c-format
 msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
-msgstr "Unteranfrage verwendet nicht gruppierte Spalte »%s.%s« aus äußerer Anfrage"
+msgstr ""
+"Unteranfrage verwendet nicht gruppierte Spalte »%s.%s« aus äußerer Anfrage"
 
 #: parser/parse_clause.c:420
 #, c-format
@@ -10466,22 +10980,32 @@ msgstr "JOIN/ON-Klausel verweist auf »%s«, was nicht Teil des JOIN ist"
 #: parser/parse_clause.c:517
 #, c-format
 msgid "subquery in FROM cannot refer to other relations of same query level"
-msgstr "Unteranfrage in FROM kann nicht auf andere Relationen auf der selben Anfrageebene verweisen"
+msgstr ""
+"Unteranfrage in FROM kann nicht auf andere Relationen auf der selben "
+"Anfrageebene verweisen"
 
 #: parser/parse_clause.c:573
 #, c-format
-msgid "function expression in FROM cannot refer to other relations of same query level"
-msgstr "Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben Anfrageebene verweisen"
+msgid ""
+"function expression in FROM cannot refer to other relations of same query "
+"level"
+msgstr ""
+"Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben "
+"Anfrageebene verweisen"
 
 #: parser/parse_clause.c:586
 #, c-format
 msgid "cannot use aggregate function in function expression in FROM"
-msgstr "Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet werden"
+msgstr ""
+"Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet "
+"werden"
 
 #: parser/parse_clause.c:593
 #, c-format
 msgid "cannot use window function in function expression in FROM"
-msgstr "Fensterfunktionen können nicht in Funktionsausdrücken in FROM verwendet werden"
+msgstr ""
+"Fensterfunktionen können nicht in Funktionsausdrücken in FROM verwendet "
+"werden"
 
 #: parser/parse_clause.c:870
 #, c-format
@@ -10496,7 +11020,8 @@ msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der linken Tabelle"
 #: parser/parse_clause.c:894
 #, c-format
 msgid "column \"%s\" specified in USING clause does not exist in left table"
-msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle"
+msgstr ""
+"Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle"
 
 #: parser/parse_clause.c:908
 #, c-format
@@ -10506,7 +11031,8 @@ msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der rechten Tabelle
 #: parser/parse_clause.c:917
 #, c-format
 msgid "column \"%s\" specified in USING clause does not exist in right table"
-msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der rechten Tabelle"
+msgstr ""
+"Spalte »%s« aus der USING-Klausel existiert nicht in der rechten Tabelle"
 
 #: parser/parse_clause.c:974
 #, c-format
@@ -10571,18 +11097,25 @@ msgstr "Frame-Klausel von Fenster »%s« kann nicht aufgehoben werden"
 
 #: parser/parse_clause.c:1772
 #, c-format
-msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list"
-msgstr "in einer Aggregatfunktion mit DISTINCT müssen ORDER-BY-Ausdrücke in der Argumentliste erscheinen"
+msgid ""
+"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument "
+"list"
+msgstr ""
+"in einer Aggregatfunktion mit DISTINCT müssen ORDER-BY-Ausdrücke in der "
+"Argumentliste erscheinen"
 
 #: parser/parse_clause.c:1773
 #, c-format
 msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
-msgstr "bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen"
+msgstr ""
+"bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen"
 
 #: parser/parse_clause.c:1859 parser/parse_clause.c:1891
 #, c-format
 msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
-msgstr "Ausdrücke in SELECT DISTINCT ON müssen mit den ersten Ausdrücken in ORDER BY übereinstimmen"
+msgstr ""
+"Ausdrücke in SELECT DISTINCT ON müssen mit den ersten Ausdrücken in ORDER BY "
+"übereinstimmen"
 
 #: parser/parse_clause.c:2013
 #, c-format
@@ -10591,8 +11124,11 @@ msgstr "Operator %s ist kein gültiger Sortieroperator"
 
 #: parser/parse_clause.c:2015
 #, c-format
-msgid "Ordering operators must be \"<\" or \">\" members of btree operator families."
-msgstr "Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-Operatorfamilie sein."
+msgid ""
+"Ordering operators must be \"<\" or \">\" members of btree operator families."
+msgstr ""
+"Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-"
+"Operatorfamilie sein."
 
 #: parser/parse_coerce.c:932 parser/parse_coerce.c:962
 #: parser/parse_coerce.c:980 parser/parse_coerce.c:995
@@ -10670,8 +11206,12 @@ msgstr "als »anyarray« deklariertes Argument ist kein Array sondern Typ %s"
 
 #: parser/parse_coerce.c:1675
 #, c-format
-msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\""
-msgstr "als »anyarray« deklariertes Argument ist nicht mit als »anyelement« deklariertem Argument konsistent"
+msgid ""
+"argument declared \"anyarray\" is not consistent with argument declared "
+"\"anyelement\""
+msgstr ""
+"als »anyarray« deklariertes Argument ist nicht mit als »anyelement« "
+"deklariertem Argument konsistent"
 
 #: parser/parse_coerce.c:1696 parser/parse_coerce.c:1917
 #, fuzzy, c-format
@@ -10680,13 +11220,18 @@ msgstr "als »anyarray« deklariertes Argument ist kein Array sondern Typ %s"
 
 #: parser/parse_coerce.c:1712
 #, fuzzy, c-format
-msgid "argument declared \"anyrange\" is not consistent with argument declared \"anyelement\""
-msgstr "als »anyarray« deklariertes Argument ist nicht mit als »anyelement« deklariertem Argument konsistent"
+msgid ""
+"argument declared \"anyrange\" is not consistent with argument declared "
+"\"anyelement\""
+msgstr ""
+"als »anyarray« deklariertes Argument ist nicht mit als »anyelement« "
+"deklariertem Argument konsistent"
 
 #: parser/parse_coerce.c:1732
 #, c-format
 msgid "could not determine polymorphic type because input has type \"unknown\""
-msgstr "konnte polymorphischen Typ nicht bestimmen, weil Eingabe Typ »unknown« hat"
+msgstr ""
+"konnte polymorphischen Typ nicht bestimmen, weil Eingabe Typ »unknown« hat"
 
 #: parser/parse_coerce.c:1742
 #, c-format
@@ -10710,8 +11255,12 @@ msgstr "implizite Sortierfolgen »%s« und »%s« stimmen nicht überein"
 
 #: parser/parse_collate.c:217 parser/parse_collate.c:541
 #, c-format
-msgid "You can choose the collation by applying the COLLATE clause to one or both expressions."
-msgstr "Sie können die Sortierfolge auswählen, indem Sie die COLLATE-Klausel auf einen oder beide Ausdrücke anwenden."
+msgid ""
+"You can choose the collation by applying the COLLATE clause to one or both "
+"expressions."
+msgstr ""
+"Sie können die Sortierfolge auswählen, indem Sie die COLLATE-Klausel auf "
+"einen oder beide Ausdrücke anwenden."
 
 #: parser/parse_collate.c:763
 #, c-format
@@ -10720,18 +11269,27 @@ msgstr "explizite Sortierfolgen »%s« und »%s« stimmen nicht überein"
 
 #: parser/parse_cte.c:42
 #, c-format
-msgid "recursive reference to query \"%s\" must not appear within its non-recursive term"
-msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in ihrem nicht-rekursiven Teilausdruck erscheinen"
+msgid ""
+"recursive reference to query \"%s\" must not appear within its non-recursive "
+"term"
+msgstr ""
+"rekursiver Verweis auf Anfrage »%s« darf nicht in ihrem nicht-rekursiven "
+"Teilausdruck erscheinen"
 
 #: parser/parse_cte.c:44
 #, c-format
 msgid "recursive reference to query \"%s\" must not appear within a subquery"
-msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in einer Unteranfrage erscheinen"
+msgstr ""
+"rekursiver Verweis auf Anfrage »%s« darf nicht in einer Unteranfrage "
+"erscheinen"
 
 #: parser/parse_cte.c:46
 #, c-format
-msgid "recursive reference to query \"%s\" must not appear within an outer join"
-msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in einem äußeren Verbund erscheinen"
+msgid ""
+"recursive reference to query \"%s\" must not appear within an outer join"
+msgstr ""
+"rekursiver Verweis auf Anfrage »%s« darf nicht in einem äußeren Verbund "
+"erscheinen"
 
 #: parser/parse_cte.c:48
 #, c-format
@@ -10750,33 +11308,49 @@ msgstr "WIHT-Anfragename »%s« mehrmals angegeben"
 
 #: parser/parse_cte.c:264
 #, c-format
-msgid "WITH clause containing a data-modifying statement must be at the top level"
-msgstr "WITH-Klausel mit datenmodifizierender Anweisung muss auf der obersten Ebene sein"
+msgid ""
+"WITH clause containing a data-modifying statement must be at the top level"
+msgstr ""
+"WITH-Klausel mit datenmodifizierender Anweisung muss auf der obersten Ebene "
+"sein"
 
 #: parser/parse_cte.c:313
 #, c-format
-msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall"
-msgstr "Spalte %2$d in rekursiver Anfrage »%1$s« hat Typ %3$s im nicht-rekursiven Teilausdruck aber Typ %4$s insgesamt"
+msgid ""
+"recursive query \"%s\" column %d has type %s in non-recursive term but type "
+"%s overall"
+msgstr ""
+"Spalte %2$d in rekursiver Anfrage »%1$s« hat Typ %3$s im nicht-rekursiven "
+"Teilausdruck aber Typ %4$s insgesamt"
 
 #: parser/parse_cte.c:319
 #, c-format
 msgid "Cast the output of the non-recursive term to the correct type."
-msgstr "Wandeln Sie die Ausgabe des nicht-rekursiven Teilausdrucks in den korrekten Typ um."
+msgstr ""
+"Wandeln Sie die Ausgabe des nicht-rekursiven Teilausdrucks in den korrekten "
+"Typ um."
 
 #: parser/parse_cte.c:324
 #, c-format
-msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall"
-msgstr "Spalte %2$d in rekursiver Anfrage »%1$s« hat Sortierfolge %3$s im nicht-rekursiven Teilausdruck aber Sortierfolge %4$s insgesamt"
+msgid ""
+"recursive query \"%s\" column %d has collation \"%s\" in non-recursive term "
+"but collation \"%s\" overall"
+msgstr ""
+"Spalte %2$d in rekursiver Anfrage »%1$s« hat Sortierfolge %3$s im nicht-"
+"rekursiven Teilausdruck aber Sortierfolge %4$s insgesamt"
 
 #: parser/parse_cte.c:328
 #, c-format
 msgid "Use the COLLATE clause to set the collation of the non-recursive term."
-msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge des nicht-rekursiven Teilsausdrucks zu setzen."
+msgstr ""
+"Verwenden Sie die COLLATE-Klausel, um die Sortierfolge des nicht-rekursiven "
+"Teilsausdrucks zu setzen."
 
 #: parser/parse_cte.c:419
 #, c-format
 msgid "WITH query \"%s\" has %d columns available but %d columns specified"
-msgstr "WITH-Anfrage »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben"
+msgstr ""
+"WITH-Anfrage »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben"
 
 #: parser/parse_cte.c:599
 #, c-format
@@ -10786,12 +11360,17 @@ msgstr "gegenseitige Rekursion zwischen WITH-Elementen ist nicht implementiert"
 #: parser/parse_cte.c:651
 #, c-format
 msgid "recursive query \"%s\" must not contain data-modifying statements"
-msgstr "rekursive Anfrage »%s« darf keine datenmodifizierenden Anweisungen enthalten"
+msgstr ""
+"rekursive Anfrage »%s« darf keine datenmodifizierenden Anweisungen enthalten"
 
 #: parser/parse_cte.c:659
 #, c-format
-msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term"
-msgstr "rekursive Anfrage »%s« hat nicht die Form nicht-rekursiver-Ausdruck UNION [ALL] rekursiver-Ausdruck"
+msgid ""
+"recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] "
+"recursive-term"
+msgstr ""
+"rekursive Anfrage »%s« hat nicht die Form nicht-rekursiver-Ausdruck UNION "
+"[ALL] rekursiver-Ausdruck"
 
 #: parser/parse_cte.c:691
 #, c-format
@@ -10836,15 +11415,17 @@ msgstr "konnte Spalte »%s« im Record-Datentyp nicht identifizieren"
 #: parser/parse_expr.c:388
 #, c-format
 msgid "column notation .%s applied to type %s, which is not a composite type"
-msgstr "Spaltenschreibweise .%s mit Typ %s verwendet, der kein zusammengesetzter Typ ist"
+msgstr ""
+"Spaltenschreibweise .%s mit Typ %s verwendet, der kein zusammengesetzter Typ "
+"ist"
 
 #: parser/parse_expr.c:418 parser/parse_target.c:618
 #, c-format
 msgid "row expansion via \"*\" is not supported here"
 msgstr "Zeilenexpansion mit »*« wird hier nicht unterstützt"
 
-#: parser/parse_expr.c:741 parser/parse_relation.c:484
-#: parser/parse_relation.c:557 parser/parse_target.c:1065
+#: parser/parse_expr.c:741 parser/parse_relation.c:485
+#: parser/parse_relation.c:558 parser/parse_target.c:1065
 #, c-format
 msgid "column reference \"%s\" is ambiguous"
 msgstr "Spaltenverweis »%s« ist nicht eindeutig"
@@ -10893,7 +11474,9 @@ msgstr "kann Typ eines leeren Arrays nicht bestimmen"
 #: parser/parse_expr.c:1605
 #, c-format
 msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
-msgstr "Wandeln Sie ausdrücklich in den gewünschten Typ um, zum Beispiel ARRAY[]::integer[]."
+msgstr ""
+"Wandeln Sie ausdrücklich in den gewünschten Typ um, zum Beispiel ARRAY[]::"
+"integer[]."
 
 #: parser/parse_expr.c:1619
 #, c-format
@@ -10947,8 +11530,11 @@ msgstr "konnte Interpretation des Zeilenvergleichsoperators %s nicht bestimmen"
 
 #: parser/parse_expr.c:2301
 #, c-format
-msgid "Row comparison operators must be associated with btree operator families."
-msgstr "Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet sein."
+msgid ""
+"Row comparison operators must be associated with btree operator families."
+msgstr ""
+"Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet "
+"sein."
 
 #: parser/parse_expr.c:2346
 #, c-format
@@ -10987,8 +11573,10 @@ msgstr "ORDER BY angegeben, aber %s ist keine Aggregatfunktion"
 
 #: parser/parse_func.c:255
 #, c-format
-msgid "OVER specified, but %s is not a window function nor an aggregate function"
-msgstr "OVER angegeben, aber %s ist keine Fensterfunktion oder Aggregatfunktion"
+msgid ""
+"OVER specified, but %s is not a window function nor an aggregate function"
+msgstr ""
+"OVER angegeben, aber %s ist keine Fensterfunktion oder Aggregatfunktion"
 
 #: parser/parse_func.c:277
 #, c-format
@@ -10997,23 +11585,38 @@ msgstr "Funktion %s ist nicht eindeutig"
 
 #: parser/parse_func.c:280
 #, c-format
-msgid "Could not choose a best candidate function. You might need to add explicit type casts."
-msgstr "Konnte keine beste Kandidatfunktion auswählen. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
+msgid ""
+"Could not choose a best candidate function. You might need to add explicit "
+"type casts."
+msgstr ""
+"Konnte keine beste Kandidatfunktion auswählen. Sie müssen möglicherweise "
+"ausdrückliche Typumwandlungen hinzufügen."
 
 #: parser/parse_func.c:291
 #, c-format
-msgid "No aggregate function matches the given name and argument types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all regular arguments of the aggregate."
-msgstr "Keine Aggregatfunktion stimmt mit dem angegebenen Namen und den Argumenttypen überein. Mõglicherweise steht ORDER BY an der falschen Stelle; ORDER BY muss hinter allen normalen Argumenten der Aggregatfunktion stehen."
+msgid ""
+"No aggregate function matches the given name and argument types. Perhaps you "
+"misplaced ORDER BY; ORDER BY must appear after all regular arguments of the "
+"aggregate."
+msgstr ""
+"Keine Aggregatfunktion stimmt mit dem angegebenen Namen und den "
+"Argumenttypen überein. Mõglicherweise steht ORDER BY an der falschen Stelle; "
+"ORDER BY muss hinter allen normalen Argumenten der Aggregatfunktion stehen."
 
 #: parser/parse_func.c:302
 #, c-format
-msgid "No function matches the given name and argument types. You might need to add explicit type casts."
-msgstr "Keine Funktion stimmt mit dem angegebenen Namen und den Argumenttypen überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
+msgid ""
+"No function matches the given name and argument types. You might need to add "
+"explicit type casts."
+msgstr ""
+"Keine Funktion stimmt mit dem angegebenen Namen und den Argumenttypen "
+"überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
 
 #: parser/parse_func.c:412 parser/parse_func.c:478
 #, c-format
 msgid "%s(*) must be used to call a parameterless aggregate function"
-msgstr "beim Aufruf einer parameterlosen Aggregatfunktion muss %s(*) angegeben werden"
+msgstr ""
+"beim Aufruf einer parameterlosen Aggregatfunktion muss %s(*) angegeben werden"
 
 #: parser/parse_func.c:419
 #, c-format
@@ -11038,7 +11641,8 @@ msgstr "DISTINCT ist für Fensterfunktionen nicht implementiert"
 #: parser/parse_func.c:488
 #, c-format
 msgid "aggregate ORDER BY is not implemented for window functions"
-msgstr "ORDER BY in Aggregatfunktion ist für Fensterfunktionen nicht implementiert"
+msgstr ""
+"ORDER BY in Aggregatfunktion ist für Fensterfunktionen nicht implementiert"
 
 #: parser/parse_func.c:494
 #, c-format
@@ -11094,7 +11698,9 @@ msgstr "Operator existiert nicht: %s"
 #: parser/parse_oper.c:220
 #, c-format
 msgid "Use an explicit ordering operator or modify the query."
-msgstr "Verwenden Sie einen ausdrücklichen Sortieroperator oder ändern Sie die Anfrage."
+msgstr ""
+"Verwenden Sie einen ausdrücklichen Sortieroperator oder ändern Sie die "
+"Anfrage."
 
 #: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175
 #: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1157
@@ -11114,13 +11720,21 @@ msgstr "Operator ist nicht eindeutig: %s"
 
 #: parser/parse_oper.c:711
 #, c-format
-msgid "Could not choose a best candidate operator. You might need to add explicit type casts."
-msgstr "Konnte keinen besten Kandidatoperator auswählen. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
+msgid ""
+"Could not choose a best candidate operator. You might need to add explicit "
+"type casts."
+msgstr ""
+"Konnte keinen besten Kandidatoperator auswählen. Sie müssen möglicherweise "
+"ausdrückliche Typumwandlungen hinzufügen."
 
 #: parser/parse_oper.c:719
 #, c-format
-msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts."
-msgstr "Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
+msgid ""
+"No operator matches the given name and argument type(s). You might need to "
+"add explicit type casts."
+msgstr ""
+"Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen "
+"überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen."
 
 #: parser/parse_oper.c:778 parser/parse_oper.c:892
 #, c-format
@@ -11140,7 +11754,8 @@ msgstr "op ANY/ALL (array) erfordert, dass Operator boolean ergibt"
 #: parser/parse_oper.c:927
 #, c-format
 msgid "op ANY/ALL (array) requires operator not to return a set"
-msgstr "op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückgibt"
+msgstr ""
+"op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückgibt"
 
 #: parser/parse_param.c:215
 #, c-format
@@ -11157,83 +11772,101 @@ msgstr "Tabellenbezug »%s« ist nicht eindeutig"
 msgid "table reference %u is ambiguous"
 msgstr "Tabellenbezug %u ist nicht eindeutig"
 
-#: parser/parse_relation.c:349
+#: parser/parse_relation.c:350
 #, c-format
 msgid "table name \"%s\" specified more than once"
 msgstr "Tabellenname »%s« mehrmals angegeben"
 
-#: parser/parse_relation.c:760 parser/parse_relation.c:1051
-#: parser/parse_relation.c:1438
+#: parser/parse_relation.c:761 parser/parse_relation.c:1052
+#: parser/parse_relation.c:1439
 #, c-format
 msgid "table \"%s\" has %d columns available but %d columns specified"
 msgstr "Tabelle »%s« hat %d Spalten, aber %d Spalten wurden angegeben"
 
-#: parser/parse_relation.c:790
+#: parser/parse_relation.c:791
 #, c-format
 msgid "too many column aliases specified for function %s"
 msgstr "zu viele Spaltenaliasnamen für Funktion %s angegeben"
 
-#: parser/parse_relation.c:856
+#: parser/parse_relation.c:857
 #, c-format
-msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query."
-msgstr "Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der Anfrage kein Bezug genommen werden."
+msgid ""
+"There is a WITH item named \"%s\", but it cannot be referenced from this "
+"part of the query."
+msgstr ""
+"Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der "
+"Anfrage kein Bezug genommen werden."
 
-#: parser/parse_relation.c:858
+#: parser/parse_relation.c:859
 #, c-format
-msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
-msgstr "Verwenden Sie WITH RECURSIVE oder sortieren Sie die WITH-Ausdrücke um, um Vorwärtsreferenzen zu entfernen."
+msgid ""
+"Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
+msgstr ""
+"Verwenden Sie WITH RECURSIVE oder sortieren Sie die WITH-Ausdrücke um, um "
+"Vorwärtsreferenzen zu entfernen."
 
-#: parser/parse_relation.c:1131
+#: parser/parse_relation.c:1132
 #, c-format
-msgid "a column definition list is only allowed for functions returning \"record\""
-msgstr "eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die »record« zurückgeben"
+msgid ""
+"a column definition list is only allowed for functions returning \"record\""
+msgstr ""
+"eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die »record« "
+"zurückgeben"
 
-#: parser/parse_relation.c:1139
+#: parser/parse_relation.c:1140
 #, c-format
 msgid "a column definition list is required for functions returning \"record\""
-msgstr "eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« zurückgeben"
+msgstr ""
+"eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« "
+"zurückgeben"
 
-#: parser/parse_relation.c:1190
+#: parser/parse_relation.c:1191
 #, c-format
 msgid "function \"%s\" in FROM has unsupported return type %s"
 msgstr "Funktion »%s« in FROM hat nicht unterstützten Rückgabetyp %s"
 
-#: parser/parse_relation.c:1264
+#: parser/parse_relation.c:1265
 #, c-format
 msgid "VALUES lists \"%s\" have %d columns available but %d columns specified"
-msgstr "VALUES-Liste »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben"
+msgstr ""
+"VALUES-Liste »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben"
 
-#: parser/parse_relation.c:1320
+#: parser/parse_relation.c:1321
 #, c-format
 msgid "joins can have at most %d columns"
 msgstr "Verbunde können höchstens %d Spalten haben"
 
-#: parser/parse_relation.c:1411
+#: parser/parse_relation.c:1412
 #, c-format
 msgid "WITH query \"%s\" does not have a RETURNING clause"
 msgstr "WITH-Anfrage »%s« hat keine RETURNING-Klausel"
 
-#: parser/parse_relation.c:2093
+#: parser/parse_relation.c:2094
 #, c-format
 msgid "column %d of relation \"%s\" does not exist"
 msgstr "Spalte %d von Relation »%s« existiert nicht"
 
-#: parser/parse_relation.c:2477
+#: parser/parse_relation.c:2478
 #, c-format
 msgid "invalid reference to FROM-clause entry for table \"%s\""
 msgstr "ungültiger Verweis auf FROM-Klausel-Eintrag für Tabelle »%s«"
 
-#: parser/parse_relation.c:2480
+#: parser/parse_relation.c:2481
 #, c-format
 msgid "Perhaps you meant to reference the table alias \"%s\"."
-msgstr "Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen."
+msgstr ""
+"Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen."
 
-#: parser/parse_relation.c:2482
+#: parser/parse_relation.c:2483
 #, c-format
-msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query."
-msgstr "Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil der Anfrage kein Bezug genommen werden."
+msgid ""
+"There is an entry for table \"%s\", but it cannot be referenced from this "
+"part of the query."
+msgstr ""
+"Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil "
+"der Anfrage kein Bezug genommen werden."
 
-#: parser/parse_relation.c:2488
+#: parser/parse_relation.c:2489
 #, c-format
 msgid "missing FROM-clause entry for table \"%s\""
 msgstr "fehlender Eintrag in FROM-Klausel für Tabelle »%s«"
@@ -11260,17 +11893,26 @@ msgstr "Spalte »%s« hat Typ %s, aber der Ausdruck hat Typ %s"
 
 #: parser/parse_target.c:655
 #, c-format
-msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
-msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein zusammengesetzter Typ ist"
+msgid ""
+"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a "
+"composite type"
+msgstr ""
+"kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein "
+"zusammengesetzter Typ ist"
 
 #: parser/parse_target.c:664
 #, c-format
-msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
-msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in Datentyp %s gibt"
+msgid ""
+"cannot assign to field \"%s\" of column \"%s\" because there is no such "
+"column in data type %s"
+msgstr ""
+"kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in "
+"Datentyp %s gibt"
 
 #: parser/parse_target.c:731
 #, c-format
-msgid "array assignment to \"%s\" requires type %s but expression is of type %s"
+msgid ""
+"array assignment to \"%s\" requires type %s but expression is of type %s"
 msgstr "Wertzuweisung für »%s« erfordert Typ %s, aber Ausdruck hat Typ %s"
 
 #: parser/parse_target.c:741
@@ -11335,8 +11977,10 @@ msgstr "%s erstellt implizit eine Sequenz »%s« für die »serial«-Spalte »%s
 
 #: parser/parse_utilcmd.c:483 parser/parse_utilcmd.c:495
 #, c-format
-msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
-msgstr "widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«"
+msgid ""
+"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
+msgstr ""
+"widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«"
 
 #: parser/parse_utilcmd.c:507
 #, c-format
@@ -11377,7 +12021,9 @@ msgstr "»%s« ist kein Unique Index"
 #: parser/parse_utilcmd.c:1545 parser/parse_utilcmd.c:1615
 #, c-format
 msgid "Cannot create a primary key or unique constraint using such an index."
-msgstr "Ein Primärschlüssel oder Unique-Constraint kann nicht mit einem solchen Index erzeugt werden."
+msgstr ""
+"Ein Primärschlüssel oder Unique-Constraint kann nicht mit einem solchen "
+"Index erzeugt werden."
 
 #: parser/parse_utilcmd.c:1537
 #, c-format
@@ -11397,7 +12043,9 @@ msgstr "»%s« ist ein aufschiebbarer Index"
 #: parser/parse_utilcmd.c:1557
 #, c-format
 msgid "Cannot create a non-deferrable constraint using a deferrable index."
-msgstr "Ein nicht aufschiebbarer Constraint kann nicht mit einem aufschiebbaren Index erzeugt werden."
+msgstr ""
+"Ein nicht aufschiebbarer Constraint kann nicht mit einem aufschiebbaren "
+"Index erzeugt werden."
 
 #: parser/parse_utilcmd.c:1614
 #, c-format
@@ -11421,28 +12069,41 @@ msgstr "Indexausdruck kann keine Ergebnismenge zurückgeben"
 
 #: parser/parse_utilcmd.c:1940
 #, c-format
-msgid "index expressions and predicates can refer only to the table being indexed"
-msgstr "Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle verweisen"
+msgid ""
+"index expressions and predicates can refer only to the table being indexed"
+msgstr ""
+"Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle "
+"verweisen"
 
 #: parser/parse_utilcmd.c:2037
 #, c-format
 msgid "rule WHERE condition cannot contain references to other relations"
-msgstr "WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen enthalten"
+msgstr ""
+"WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen "
+"enthalten"
 
 #: parser/parse_utilcmd.c:2043
 #, c-format
 msgid "cannot use aggregate function in rule WHERE condition"
-msgstr "Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet werden"
+msgstr ""
+"Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
+"werden"
 
 #: parser/parse_utilcmd.c:2047
 #, c-format
 msgid "cannot use window function in rule WHERE condition"
-msgstr "Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet werden"
+msgstr ""
+"Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
+"werden"
 
 #: parser/parse_utilcmd.c:2119
 #, c-format
-msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions"
-msgstr "Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE oder DELETE haben"
+msgid ""
+"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE "
+"actions"
+msgstr ""
+"Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE "
+"oder DELETE haben"
 
 #: parser/parse_utilcmd.c:2137 parser/parse_utilcmd.c:2236
 #: rewrite/rewriteHandler.c:442 rewrite/rewriteManip.c:1040
@@ -11495,6 +12156,12 @@ msgstr "mehrere DEFERRABLE/NOT DEFERRABLE-Klauseln sind nicht erlaubt"
 msgid "misplaced NOT DEFERRABLE clause"
 msgstr "falsch platzierte NOT DEFERRABLE-Klausel"
 
+#: parser/parse_utilcmd.c:2528 parser/parse_utilcmd.c:2554 gram.y:4237
+#, c-format
+msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
+msgstr ""
+"Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein"
+
 #: parser/parse_utilcmd.c:2536
 #, c-format
 msgid "misplaced INITIALLY DEFERRED clause"
@@ -11512,20 +12179,23 @@ msgstr "falsch platzierte INITIALLY IMMEDIATE-Klausel"
 
 #: parser/parse_utilcmd.c:2753
 #, c-format
-msgid "CREATE specifies a schema (%s) different from the one being created (%s)"
-msgstr "CREATE gibt ein Schema an (%s) welches nicht gleich dem zu erzeugenden Schema ist (%s)"
+msgid ""
+"CREATE specifies a schema (%s) different from the one being created (%s)"
+msgstr ""
+"CREATE gibt ein Schema an (%s) welches nicht gleich dem zu erzeugenden "
+"Schema ist (%s)"
 
 #: parser/scansup.c:190
 #, c-format
 msgid "identifier \"%s\" will be truncated to \"%s\""
 msgstr "Bezeichner »%s« wird auf »%s« gekürzt"
 
-#: port/pg_latch.c:294 port/unix_latch.c:294
+#: port/pg_latch.c:296 port/unix_latch.c:296
 #, c-format
 msgid "poll() failed: %m"
 msgstr "poll() fehlgeschlagen: %m"
 
-#: port/pg_latch.c:373 port/unix_latch.c:373
+#: port/pg_latch.c:375 port/unix_latch.c:375
 #: replication/libpqwalreceiver/libpqwalreceiver.c:233
 #, c-format
 msgid "select() failed: %m"
@@ -11544,16 +12214,32 @@ msgstr "Fehlgeschlagener Systemaufruf war semget(%lu, %d, 0%o)."
 #: port/pg_sema.c:116 port/sysv_sema.c:116
 #, c-format
 msgid ""
-"This error does *not* mean that you have run out of disk space.  It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded.  You need to raise the respective kernel parameter.  Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter.\n"
-"The PostgreSQL documentation contains more information about configuring your system for PostgreSQL."
+"This error does *not* mean that you have run out of disk space.  It occurs "
+"when either the system limit for the maximum number of semaphore sets "
+"(SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be "
+"exceeded.  You need to raise the respective kernel parameter.  "
+"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its "
+"max_connections parameter.\n"
+"The PostgreSQL documentation contains more information about configuring "
+"your system for PostgreSQL."
 msgstr ""
-"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist.  Er tritt auf, wenn entweder die Systemhöchstgrenze für die Anzahl Semaphor-Sets (SEMMNI) oder die Systemhöchstgrenze für die Anzahl Semaphore (SEMMNS) überschritten würde.  Sie müssen den entsprechenden Kernelparameter erhöhen.  Alternativ können Sie den Semaphorverbrauch von PostgreSQL reduzieren indem Sie den Parameter »max_connections« herabsetzen.\n"
-"Die PostgreSQL-Dokumentation enthält weitere Informationen, wie Sie Ihr System für PostgreSQL konfigurieren können."
+"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte "
+"ist.  Er tritt auf, wenn entweder die Systemhöchstgrenze für die Anzahl "
+"Semaphor-Sets (SEMMNI) oder die Systemhöchstgrenze für die Anzahl Semaphore "
+"(SEMMNS) überschritten würde.  Sie müssen den entsprechenden Kernelparameter "
+"erhöhen.  Alternativ können Sie den Semaphorverbrauch von PostgreSQL "
+"reduzieren indem Sie den Parameter »max_connections« herabsetzen.\n"
+"Die PostgreSQL-Dokumentation enthält weitere Informationen, wie Sie Ihr "
+"System für PostgreSQL konfigurieren können."
 
 #: port/pg_sema.c:143 port/sysv_sema.c:143
 #, c-format
-msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d.  Look into the PostgreSQL documentation for details."
-msgstr "Sie müssen möglicherweise den Kernelparameter SEMVMX auf mindestens %d erhöhen.  Weitere Informationen finden Sie in der PostgreSQL-Dokumentation."
+msgid ""
+"You possibly need to raise your kernel's SEMVMX value to be at least %d.  "
+"Look into the PostgreSQL documentation for details."
+msgstr ""
+"Sie müssen möglicherweise den Kernelparameter SEMVMX auf mindestens %d "
+"erhöhen.  Weitere Informationen finden Sie in der PostgreSQL-Dokumentation."
 
 #: port/pg_shmem.c:144 port/sysv_shmem.c:144
 #, c-format
@@ -11568,31 +12254,74 @@ msgstr "Fehlgeschlagener Systemaufruf war shmget(Key=%lu, Größe=%lu, 0%o)."
 #: port/pg_shmem.c:149 port/sysv_shmem.c:149
 #, c-format
 msgid ""
-"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter.  You can either reduce the request size or reconfigure the kernel with larger SHMMAX.  To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\n"
-"If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.\n"
-"The PostgreSQL documentation contains more information about shared memory configuration."
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded your kernel's SHMMAX parameter.  You can either reduce the "
+"request size or reconfigure the kernel with larger SHMMAX.  To reduce the "
+"request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, "
+"perhaps by reducing shared_buffers or max_connections.\n"
+"If the request size is already small, it's possible that it is less than "
+"your kernel's SHMMIN parameter, in which case raising the request size or "
+"reconfiguring SHMMIN is called for.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
-"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den Kernelparameter SHMMAX überschreitet.  Sie können entweder die benötigte Shared-Memory-Größe reduzieren oder SHMMAX im Kernel größer konfigurieren.  Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n"
-"Wenn die angeforderte Größe schon klein ist, ist es möglich, dass sie kleiner ist als der Kernelparameter SHMMIN.  Dann müssen Sie die benötigte Shared-Memory-Größe erhöhen oder SHMMIN ändern.\n"
-"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory."
+"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte "
+"Shared-Memory-Segment den Kernelparameter SHMMAX überschreitet.  Sie können "
+"entweder die benötigte Shared-Memory-Größe reduzieren oder SHMMAX im Kernel "
+"größer konfigurieren.  Um die benötigte Shared-Memory-Größe zu reduzieren "
+"(aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von "
+"PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« "
+"reduzieren.\n"
+"Wenn die angeforderte Größe schon klein ist, ist es möglich, dass sie "
+"kleiner ist als der Kernelparameter SHMMIN.  Dann müssen Sie die benötigte "
+"Shared-Memory-Größe erhöhen oder SHMMIN ändern.\n"
+"Die PostgreSQL-Dokumentation enthält weitere Informationen über die "
+"Konfiguration von Shared Memory."
 
 #: port/pg_shmem.c:162 port/sysv_shmem.c:162
 #, c-format
 msgid ""
-"This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space, or exceeded your kernel's SHMALL parameter.  You can either reduce the request size or reconfigure the kernel with larger SHMALL.  To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\n"
-"The PostgreSQL documentation contains more information about shared memory configuration."
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded available memory or swap space, or exceeded your kernel's "
+"SHMALL parameter.  You can either reduce the request size or reconfigure the "
+"kernel with larger SHMALL.  To reduce the request size (currently %lu "
+"bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing "
+"shared_buffers or max_connections.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
-"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den verfügbaren Speicher oder Swap-Space oder den Kernel-Parameter SHMALL überschreitet.  Sie können entweder die benötigte Shared-Memory-Größe reduzieren oder SHMALL im Kernel größer konfigurieren.  Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n"
-"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory."
+"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte "
+"Shared-Memory-Segment den verfügbaren Speicher oder Swap-Space oder den "
+"Kernel-Parameter SHMALL überschreitet.  Sie können entweder die benötigte "
+"Shared-Memory-Größe reduzieren oder SHMALL im Kernel größer konfigurieren.  "
+"Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), "
+"reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise "
+"indem Sie »shared_buffers« oder »max_connections« reduzieren.\n"
+"Die PostgreSQL-Dokumentation enthält weitere Informationen über die "
+"Konfiguration von Shared Memory."
 
 #: port/pg_shmem.c:173 port/sysv_shmem.c:173
 #, c-format
 msgid ""
-"This error does *not* mean that you have run out of disk space.  It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.  If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %lu bytes), perhaps by reducing shared_buffers or max_connections.\n"
-"The PostgreSQL documentation contains more information about shared memory configuration."
+"This error does *not* mean that you have run out of disk space.  It occurs "
+"either if all available shared memory IDs have been taken, in which case you "
+"need to raise the SHMMNI parameter in your kernel, or because the system's "
+"overall limit for shared memory has been reached.  If you cannot increase "
+"the shared memory limit, reduce PostgreSQL's shared memory request "
+"(currently %lu bytes), perhaps by reducing shared_buffers or "
+"max_connections.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
 msgstr ""
-"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist.  Er tritt auf, wenn entweder alle verfügbaren Shared-Memory-IDs aufgebraucht sind, dann müssen den Kernelparameter SHMMNI erhöhen, oder weil die Systemhöchstgrenze für Shared Memory insgesamt erreicht wurde.  Wenn Sie die Höchstgrenze für Shared Memory nicht erhöhen können, verkleinern Sie das von PostgreSQL benötigte Shared Memory (aktuell %lu Bytes), beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n"
-"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory."
+"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte "
+"ist.  Er tritt auf, wenn entweder alle verfügbaren Shared-Memory-IDs "
+"aufgebraucht sind, dann müssen den Kernelparameter SHMMNI erhöhen, oder weil "
+"die Systemhöchstgrenze für Shared Memory insgesamt erreicht wurde.  Wenn Sie "
+"die Höchstgrenze für Shared Memory nicht erhöhen können, verkleinern Sie das "
+"von PostgreSQL benötigte Shared Memory (aktuell %lu Bytes), beispielsweise "
+"indem Sie »shared_buffers« oder »max_connections« reduzieren.\n"
+"Die PostgreSQL-Dokumentation enthält weitere Informationen über die "
+"Konfiguration von Shared Memory."
 
 #: port/pg_shmem.c:436 port/sysv_shmem.c:436
 #, c-format
@@ -11606,13 +12335,17 @@ msgstr "konnte dbghelp.dll nicht laden, kann Crash-Dump nicht schreiben\n"
 
 #: port/win32/crashdump.c:116
 #, c-format
-msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n"
-msgstr "konnte benötigte Funktionen in dbghelp.dll nicht laden, kann Crash-Dump nicht schreiben\n"
+msgid ""
+"could not load required functions in dbghelp.dll, cannot write crash dump\n"
+msgstr ""
+"konnte benötigte Funktionen in dbghelp.dll nicht laden, kann Crash-Dump "
+"nicht schreiben\n"
 
 #: port/win32/crashdump.c:147
 #, c-format
 msgid "could not open crash dump file \"%s\" for writing: error code %lu\n"
-msgstr "konnte Crash-Dump-Datei »%s« nicht zum Schreiben öffnen: Fehlercode %lu\n"
+msgstr ""
+"konnte Crash-Dump-Datei »%s« nicht zum Schreiben öffnen: Fehlercode %lu\n"
 
 #: port/win32/crashdump.c:154
 #, c-format
@@ -11642,12 +12375,15 @@ msgstr "konnte SID der PowerUsers-Gruppe nicht ermitteln: Fehlercode %lu\n"
 #: port/win32/signal.c:189
 #, c-format
 msgid "could not create signal listener pipe for PID %d: error code %lu"
-msgstr "konnte Listener-Pipe für Signale für PID %d nicht erzeugen: Fehlercode %lu"
+msgstr ""
+"konnte Listener-Pipe für Signale für PID %d nicht erzeugen: Fehlercode %lu"
 
 #: port/win32/signal.c:269 port/win32/signal.c:301
 #, c-format
 msgid "could not create signal listener pipe: error code %lu; retrying\n"
-msgstr "konnte Listener-Pipe für Signale nicht erzeugen: Fehlercode %lu; wiederhole Versuch\n"
+msgstr ""
+"konnte Listener-Pipe für Signale nicht erzeugen: Fehlercode %lu; wiederhole "
+"Versuch\n"
 
 #: port/win32/signal.c:312
 #, c-format
@@ -11682,7 +12418,8 @@ msgstr "konnte Shared-Memory-Segment nicht erzeugen: Fehlercode %lu"
 #: port/win32_shmem.c:169
 #, c-format
 msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)."
-msgstr "Fehlgeschlagener Systemaufruf war CreateFileMapping(Größe=%lu, Name=%s)."
+msgstr ""
+"Fehlgeschlagener Systemaufruf war CreateFileMapping(Größe=%lu, Name=%s)."
 
 #: port/win32_shmem.c:193
 #, c-format
@@ -11691,8 +12428,12 @@ msgstr "bereits bestehender Shared-Memory-Block wird noch benutzt"
 
 #: port/win32_shmem.c:194
 #, c-format
-msgid "Check if there are any old server processes still running, and terminate them."
-msgstr "Prüfen Sie, ob irgendwelche alten Serverprozesse noch laufen und beenden Sie diese."
+msgid ""
+"Check if there are any old server processes still running, and terminate "
+"them."
+msgstr ""
+"Prüfen Sie, ob irgendwelche alten Serverprozesse noch laufen und beenden Sie "
+"diese."
 
 #: port/win32_shmem.c:204
 #, c-format
@@ -11732,12 +12473,14 @@ msgstr "Autovacuum: bearbeite Datenbank »%s«"
 #: postmaster/autovacuum.c:2041
 #, c-format
 msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
-msgstr "Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s«"
+msgstr ""
+"Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s«"
 
 #: postmaster/autovacuum.c:2053
 #, c-format
 msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
-msgstr "Autovacuum: verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s« gefunden"
+msgstr ""
+"Autovacuum: verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s« gefunden"
 
 #: postmaster/autovacuum.c:2323
 #, c-format
@@ -11759,34 +12502,36 @@ msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet"
 msgid "Enable the \"track_counts\" option."
 msgstr "Schalten Sie die Option »track_counts« ein."
 
-#: postmaster/checkpointer.c:486
+#: postmaster/checkpointer.c:487
 #, c-format
 msgid "checkpoints are occurring too frequently (%d second apart)"
 msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
 msgstr[0] "Checkpoints passieren zu oft (alle %d Sekunde)"
 msgstr[1] "Checkpoints passieren zu oft (alle %d Sekunden)"
 
-#: postmaster/checkpointer.c:490
+#: postmaster/checkpointer.c:491
 #, c-format
-msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
-msgstr "Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«."
+msgid ""
+"Consider increasing the configuration parameter \"checkpoint_segments\"."
+msgstr ""
+"Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«."
 
-#: postmaster/checkpointer.c:634
+#: postmaster/checkpointer.c:636
 #, c-format
 msgid "transaction log switch forced (archive_timeout=%d)"
 msgstr "Umschalten des Transaktionslogs erzwungen (archive_timeout=%d)"
 
-#: postmaster/checkpointer.c:1084
+#: postmaster/checkpointer.c:1087
 #, c-format
 msgid "checkpoint request failed"
 msgstr "Checkpoint-Anforderung fehlgeschlagen"
 
-#: postmaster/checkpointer.c:1085
+#: postmaster/checkpointer.c:1088
 #, c-format
 msgid "Consult recent messages in the server log for details."
 msgstr "Einzelheiten finden Sie in den letzten Meldungen im Serverlog."
 
-#: postmaster/checkpointer.c:1263
+#: postmaster/checkpointer.c:1266
 #, c-format
 msgid "compacted fsync request queue from %d entries to %d entries"
 msgstr "fsync-Anfrageschlange von %d Einträgen auf %d Einträge zusammengefasst"
@@ -11804,7 +12549,8 @@ msgstr "archive_mode ist an, aber archive_command ist nicht gesetzt"
 #: postmaster/pgarch.c:503
 #, c-format
 msgid "transaction log file \"%s\" could not be archived: too many failures"
-msgstr "Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler"
+msgstr ""
+"Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler"
 
 #: postmaster/pgarch.c:606
 #, c-format
@@ -11822,10 +12568,13 @@ msgstr "Der fehlgeschlagene Archivbefehl war: %s"
 msgid "archive command was terminated by exception 0x%X"
 msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet"
 
-#: postmaster/pgarch.c:617 postmaster/postmaster.c:2870
+#: postmaster/pgarch.c:617 postmaster/postmaster.c:2877
 #, c-format
-msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
-msgstr "Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei »ntstatus.h« nach."
+msgid ""
+"See C include file \"ntstatus.h\" for a description of the hexadecimal value."
+msgstr ""
+"Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei "
+"»ntstatus.h« nach."
 
 #: postmaster/pgarch.c:622
 #, c-format
@@ -11875,7 +12624,8 @@ msgstr "konnte Socket für Statistiksammelprozess nicht binden: %m"
 #: postmaster/pgstat.c:388
 #, c-format
 msgid "could not get address of socket for statistics collector: %m"
-msgstr "konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m"
+msgstr ""
+"konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m"
 
 #: postmaster/pgstat.c:404
 #, c-format
@@ -11885,7 +12635,8 @@ msgstr "konnte nicht mit Socket für Statistiksammelprozess verbinden: %m"
 #: postmaster/pgstat.c:425
 #, c-format
 msgid "could not send test message on socket for statistics collector: %m"
-msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m"
+msgstr ""
+"konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m"
 
 #: postmaster/pgstat.c:451
 #, c-format
@@ -11900,17 +12651,23 @@ msgstr "Testnachricht auf Socket für Statistiksammelprozess kam nicht durch"
 #: postmaster/pgstat.c:481
 #, c-format
 msgid "could not receive test message on socket for statistics collector: %m"
-msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: %m"
+msgstr ""
+"konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: "
+"%m"
 
 #: postmaster/pgstat.c:491
 #, c-format
 msgid "incorrect test message transmission on socket for statistics collector"
-msgstr "fehlerhafte Übertragung der Testnachricht auf Socket für Statistiksammelprozess"
+msgstr ""
+"fehlerhafte Übertragung der Testnachricht auf Socket für "
+"Statistiksammelprozess"
 
 #: postmaster/pgstat.c:514
 #, c-format
 msgid "could not set statistics collector socket to nonblocking mode: %m"
-msgstr "konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus setzen: %m"
+msgstr ""
+"konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus "
+"setzen: %m"
 
 #: postmaster/pgstat.c:524
 #, c-format
@@ -11942,170 +12699,185 @@ msgstr "Das Reset-Ziel muss »bgwriter« sein."
 msgid "could not read statistics message: %m"
 msgstr "konnte Statistiknachricht nicht lesen: %m"
 
-#: postmaster/pgstat.c:3453
+#: postmaster/pgstat.c:3454
 #, c-format
 msgid "could not open temporary statistics file \"%s\": %m"
 msgstr "konnte temporäre Statistikdatei »%s« nicht öffnen: %m"
 
-#: postmaster/pgstat.c:3530
+#: postmaster/pgstat.c:3531
 #, c-format
 msgid "could not write temporary statistics file \"%s\": %m"
 msgstr "konnte temporäre Statistikdatei »%s« nicht schreiben: %m"
 
-#: postmaster/pgstat.c:3539
+#: postmaster/pgstat.c:3540
 #, c-format
 msgid "could not close temporary statistics file \"%s\": %m"
 msgstr "konnte temporäre Statistikdatei »%s« nicht schließen: %m"
 
-#: postmaster/pgstat.c:3547
+#: postmaster/pgstat.c:3548
 #, c-format
 msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
 msgstr "konnte temporäre Statistikdatei »%s« nicht in »%s« umbenennen: %m"
 
-#: postmaster/pgstat.c:3653 postmaster/pgstat.c:3882
+#: postmaster/pgstat.c:3654 postmaster/pgstat.c:3883
 #, c-format
 msgid "could not open statistics file \"%s\": %m"
 msgstr "konnte Statistikdatei »%s« nicht öffnen: %m"
 
-#: postmaster/pgstat.c:3665 postmaster/pgstat.c:3675 postmaster/pgstat.c:3697
-#: postmaster/pgstat.c:3712 postmaster/pgstat.c:3775 postmaster/pgstat.c:3793
-#: postmaster/pgstat.c:3809 postmaster/pgstat.c:3827 postmaster/pgstat.c:3843
-#: postmaster/pgstat.c:3894 postmaster/pgstat.c:3905
+#: postmaster/pgstat.c:3666 postmaster/pgstat.c:3676 postmaster/pgstat.c:3698
+#: postmaster/pgstat.c:3713 postmaster/pgstat.c:3776 postmaster/pgstat.c:3794
+#: postmaster/pgstat.c:3810 postmaster/pgstat.c:3828 postmaster/pgstat.c:3844
+#: postmaster/pgstat.c:3895 postmaster/pgstat.c:3906
 #, c-format
 msgid "corrupted statistics file \"%s\""
 msgstr "verfälschte Statistikdatei »%s«"
 
-#: postmaster/pgstat.c:4207
+#: postmaster/pgstat.c:4208
 #, c-format
 msgid "database hash table corrupted during cleanup --- abort"
 msgstr "Datenbank-Hash-Tabelle beim Aufräumen verfälscht --- Abbruch"
 
-#: postmaster/postmaster.c:590
+#: postmaster/postmaster.c:591
 #, c-format
 msgid "%s: invalid argument for option -f: \"%s\"\n"
 msgstr "%s: ungültiges Argument für Option -f: »%s«\n"
 
-#: postmaster/postmaster.c:676
+#: postmaster/postmaster.c:677
 #, c-format
 msgid "%s: invalid argument for option -t: \"%s\"\n"
 msgstr "%s: ungültiges Argument für Option -t: »%s«\n"
 
-#: postmaster/postmaster.c:727
+#: postmaster/postmaster.c:728
 #, c-format
 msgid "%s: invalid argument: \"%s\"\n"
 msgstr "%s: ungültiges Argument: »%s«\n"
 
-#: postmaster/postmaster.c:759
+#: postmaster/postmaster.c:763
 #, c-format
 msgid "%s: superuser_reserved_connections must be less than max_connections\n"
-msgstr "%s: superuser_reserved_connections muss kleiner als max_connections sein\n"
+msgstr ""
+"%s: superuser_reserved_connections muss kleiner als max_connections sein\n"
 
-#: postmaster/postmaster.c:764
+#: postmaster/postmaster.c:768
 #, c-format
-msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\""
-msgstr "WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder »hot_standby«"
+msgid ""
+"WAL archival (archive_mode=on) requires wal_level \"archive\" or "
+"\"hot_standby\""
+msgstr ""
+"WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder "
+"»hot_standby«"
 
-#: postmaster/postmaster.c:767
+#: postmaster/postmaster.c:771
 #, c-format
-msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\""
-msgstr "WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder »hot_standby«"
+msgid ""
+"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or "
+"\"hot_standby\""
+msgstr ""
+"WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder "
+"»hot_standby«"
 
-#: postmaster/postmaster.c:775
+#: postmaster/postmaster.c:779
 #, c-format
 msgid "%s: invalid datetoken tables, please fix\n"
 msgstr "%s: ungültige datetoken-Tabellen, bitte reparieren\n"
 
-#: postmaster/postmaster.c:851
+#: postmaster/postmaster.c:855
 #, c-format
 msgid "invalid list syntax for \"listen_addresses\""
 msgstr "ungültige Listensyntax für Parameter »listen_addresses«"
 
-#: postmaster/postmaster.c:881
+#: postmaster/postmaster.c:885
 #, c-format
 msgid "could not create listen socket for \"%s\""
 msgstr "konnte Listen-Socket für »%s« nicht erzeugen"
 
-#: postmaster/postmaster.c:887
+#: postmaster/postmaster.c:891
 #, c-format
 msgid "could not create any TCP/IP sockets"
 msgstr "konnte keine TCP/IP-Sockets erstellen"
 
-#: postmaster/postmaster.c:938
+#: postmaster/postmaster.c:942
 #, c-format
 msgid "could not create Unix-domain socket"
 msgstr "konnte Unix-Domain-Socket nicht erstellen"
 
-#: postmaster/postmaster.c:946
+#: postmaster/postmaster.c:950
 #, c-format
 msgid "no socket created for listening"
 msgstr "keine Listen-Socket erzeugt"
 
-#: postmaster/postmaster.c:990
+#: postmaster/postmaster.c:995
 #, c-format
 msgid "could not create I/O completion port for child queue"
 msgstr "konnte Ein-/Ausgabe-Completion-Port für Child-Queue nicht erzeugen"
 
-#: postmaster/postmaster.c:1020
+#: postmaster/postmaster.c:1025
 #, c-format
 msgid "%s: could not change permissions of external PID file \"%s\": %s\n"
 msgstr "%s: konnte Rechte der externen PID-Datei »%s« nicht ändern: %s\n"
 
-#: postmaster/postmaster.c:1024
+#: postmaster/postmaster.c:1029
 #, c-format
 msgid "%s: could not write external PID file \"%s\": %s\n"
 msgstr "%s: konnte externe PID-Datei »%s« nicht schreiben: %s\n"
 
-#: postmaster/postmaster.c:1092 utils/init/postinit.c:197
+#: postmaster/postmaster.c:1097 utils/init/postinit.c:197
 #, c-format
 msgid "could not load pg_hba.conf"
 msgstr "konnte pg_hba.conf nicht laden"
 
-#: postmaster/postmaster.c:1145
+#: postmaster/postmaster.c:1150
 #, c-format
 msgid "%s: could not locate matching postgres executable"
 msgstr "%s: konnte kein passendes Programm »postgres« finden"
 
-#: postmaster/postmaster.c:1168 utils/misc/tzparser.c:325
+#: postmaster/postmaster.c:1173 utils/misc/tzparser.c:325
 #, c-format
-msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location."
-msgstr "Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist."
+msgid ""
+"This may indicate an incomplete PostgreSQL installation, or that the file "
+"\"%s\" has been moved away from its proper location."
+msgstr ""
+"Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder "
+"darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist."
 
-#: postmaster/postmaster.c:1196
+#: postmaster/postmaster.c:1201
 #, c-format
 msgid "data directory \"%s\" does not exist"
 msgstr "Datenverzeichnis »%s« existiert nicht"
 
-#: postmaster/postmaster.c:1201
+#: postmaster/postmaster.c:1206
 #, c-format
 msgid "could not read permissions of directory \"%s\": %m"
 msgstr "konnte Zugriffsrechte von Verzeichnis »%s« nicht lesen: %m"
 
-#: postmaster/postmaster.c:1209
+#: postmaster/postmaster.c:1214
 #, c-format
 msgid "specified data directory \"%s\" is not a directory"
 msgstr "angegebenes Datenverzeichnis »%s« ist kein Verzeichnis"
 
-#: postmaster/postmaster.c:1225
+#: postmaster/postmaster.c:1230
 #, c-format
 msgid "data directory \"%s\" has wrong ownership"
 msgstr "Datenverzeichnis »%s« hat falschen Eigentümer"
 
-#: postmaster/postmaster.c:1227
+#: postmaster/postmaster.c:1232
 #, c-format
 msgid "The server must be started by the user that owns the data directory."
-msgstr "Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis gehört."
+msgstr ""
+"Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis "
+"gehört."
 
-#: postmaster/postmaster.c:1247
+#: postmaster/postmaster.c:1252
 #, c-format
 msgid "data directory \"%s\" has group or world access"
 msgstr "Datenverzeichnis »%s« erlaubt Zugriff von Gruppe oder Welt"
 
-#: postmaster/postmaster.c:1249
+#: postmaster/postmaster.c:1254
 #, c-format
 msgid "Permissions should be u=rwx (0700)."
 msgstr "Rechte sollten u=rwx (0700) sein."
 
-#: postmaster/postmaster.c:1260
+#: postmaster/postmaster.c:1265
 #, c-format
 msgid ""
 "%s: could not find the database system\n"
@@ -12116,325 +12888,333 @@ msgstr ""
 "Es wurde im Verzeichnis »%s« erwartet,\n"
 "aber die Datei »%s« konnte nicht geöffnet werden: %s\n"
 
-#: postmaster/postmaster.c:1332
+#: postmaster/postmaster.c:1337
 #, c-format
 msgid "select() failed in postmaster: %m"
 msgstr "select() fehlgeschlagen im Postmaster: %m"
 
-#: postmaster/postmaster.c:1499 postmaster/postmaster.c:1530
+#: postmaster/postmaster.c:1504 postmaster/postmaster.c:1535
 #, c-format
 msgid "incomplete startup packet"
 msgstr "unvollständiges Startpaket"
 
-#: postmaster/postmaster.c:1511
+#: postmaster/postmaster.c:1516
 #, c-format
 msgid "invalid length of startup packet"
 msgstr "ungültige Länge des Startpakets"
 
-#: postmaster/postmaster.c:1568
+#: postmaster/postmaster.c:1573
 #, c-format
 msgid "failed to send SSL negotiation response: %m"
 msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
 
-#: postmaster/postmaster.c:1597
+#: postmaster/postmaster.c:1602
 #, c-format
 msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
-msgstr "nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u.%u"
+msgstr ""
+"nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u."
+"%u"
 
-#: postmaster/postmaster.c:1648
+#: postmaster/postmaster.c:1653
 #, c-format
 msgid "invalid value for boolean option \"replication\""
 msgstr "ungültiger Wert für Boole'sche Option »replication«"
 
-#: postmaster/postmaster.c:1668
+#: postmaster/postmaster.c:1673
 #, c-format
 msgid "invalid startup packet layout: expected terminator as last byte"
 msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet"
 
-#: postmaster/postmaster.c:1696
+#: postmaster/postmaster.c:1701
 #, c-format
 msgid "no PostgreSQL user name specified in startup packet"
 msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
 
-#: postmaster/postmaster.c:1753
+#: postmaster/postmaster.c:1758
 #, c-format
 msgid "the database system is starting up"
 msgstr "das Datenbanksystem startet"
 
-#: postmaster/postmaster.c:1758
+#: postmaster/postmaster.c:1763
 #, c-format
 msgid "the database system is shutting down"
 msgstr "das Datenbanksystem fährt herunter"
 
-#: postmaster/postmaster.c:1763
+#: postmaster/postmaster.c:1768
 #, c-format
 msgid "the database system is in recovery mode"
 msgstr "das Datenbanksystem ist im Wiederherstellungsmodus"
 
-#: postmaster/postmaster.c:1768 storage/ipc/procarray.c:276
+#: postmaster/postmaster.c:1773 storage/ipc/procarray.c:277
 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:329
 #, c-format
 msgid "sorry, too many clients already"
 msgstr "tut mir leid, schon zu viele Verbindungen"
 
-#: postmaster/postmaster.c:1830
+#: postmaster/postmaster.c:1835
 #, c-format
 msgid "wrong key in cancel request for process %d"
 msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d"
 
-#: postmaster/postmaster.c:1838
+#: postmaster/postmaster.c:1843
 #, c-format
 msgid "PID %d in cancel request did not match any process"
 msgstr "PID %d in Stornierungsanfrage stimmte mit keinem Prozess überein"
 
-#: postmaster/postmaster.c:2057
+#: postmaster/postmaster.c:2063
 #, c-format
 msgid "received SIGHUP, reloading configuration files"
 msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen"
 
-#: postmaster/postmaster.c:2082
+#: postmaster/postmaster.c:2088
 #, c-format
 msgid "pg_hba.conf not reloaded"
 msgstr "pg_hba.conf nicht neu geladen"
 
-#: postmaster/postmaster.c:2125
+#: postmaster/postmaster.c:2131
 #, c-format
 msgid "received smart shutdown request"
 msgstr "intelligentes Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2175
+#: postmaster/postmaster.c:2181
 #, c-format
 msgid "received fast shutdown request"
 msgstr "schnelles Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2199
+#: postmaster/postmaster.c:2205
 #, c-format
 msgid "aborting any active transactions"
 msgstr "etwaige aktive Transaktionen werden abgebrochen"
 
-#: postmaster/postmaster.c:2228
+#: postmaster/postmaster.c:2234
 #, c-format
 msgid "received immediate shutdown request"
 msgstr "sofortiges Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2306 postmaster/postmaster.c:2339
+#: postmaster/postmaster.c:2312 postmaster/postmaster.c:2345
 msgid "startup process"
 msgstr "Startprozess"
 
-#: postmaster/postmaster.c:2309
+#: postmaster/postmaster.c:2315
 #, c-format
 msgid "aborting startup due to startup process failure"
 msgstr "Serverstart abgebrochen wegen Startprozessfehler"
 
-#: postmaster/postmaster.c:2365
+#: postmaster/postmaster.c:2372
 #, fuzzy, c-format
-msgid "terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect"
-msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
+msgid ""
+"terminating all walsender processes to force cascaded standby(s) to update "
+"timeline and reconnect"
+msgstr ""
+"breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
 
-#: postmaster/postmaster.c:2395
+#: postmaster/postmaster.c:2402
 #, c-format
 msgid "database system is ready to accept connections"
 msgstr "Datenbanksystem ist bereit, um Verbindungen anzunehmen"
 
-#: postmaster/postmaster.c:2410
+#: postmaster/postmaster.c:2417
 msgid "background writer process"
 msgstr "Background-Writer-Prozess"
 
-#: postmaster/postmaster.c:2464
+#: postmaster/postmaster.c:2471
 msgid "checkpointer process"
 msgstr "Checkpointer-Prozess"
 
-#: postmaster/postmaster.c:2480
+#: postmaster/postmaster.c:2487
 msgid "WAL writer process"
 msgstr "WAL-Schreibprozess"
 
-#: postmaster/postmaster.c:2494
+#: postmaster/postmaster.c:2501
 msgid "WAL receiver process"
 msgstr "WAL-Receiver-Prozess"
 
-#: postmaster/postmaster.c:2509
+#: postmaster/postmaster.c:2516
 msgid "autovacuum launcher process"
 msgstr "Autovacuum-Launcher-Prozess"
 
-#: postmaster/postmaster.c:2524
+#: postmaster/postmaster.c:2531
 msgid "archiver process"
 msgstr "Archivierprozess"
 
-#: postmaster/postmaster.c:2540
+#: postmaster/postmaster.c:2547
 msgid "statistics collector process"
 msgstr "Statistiksammelprozess"
 
-#: postmaster/postmaster.c:2554
+#: postmaster/postmaster.c:2561
 msgid "system logger process"
 msgstr "Systemlogger-Prozess"
 
-#: postmaster/postmaster.c:2589 postmaster/postmaster.c:2608
-#: postmaster/postmaster.c:2615 postmaster/postmaster.c:2633
+#: postmaster/postmaster.c:2596 postmaster/postmaster.c:2615
+#: postmaster/postmaster.c:2622 postmaster/postmaster.c:2640
 msgid "server process"
 msgstr "Serverprozess"
 
-#: postmaster/postmaster.c:2669
+#: postmaster/postmaster.c:2676
 #, c-format
 msgid "terminating any other active server processes"
 msgstr "aktive Serverprozesse werden abgebrochen"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:2858
+#: postmaster/postmaster.c:2865
 #, c-format
 msgid "%s (PID %d) exited with exit code %d"
 msgstr "%s (PID %d) beendete mit Status %d"
 
-#: postmaster/postmaster.c:2860 postmaster/postmaster.c:2871
-#: postmaster/postmaster.c:2882 postmaster/postmaster.c:2891
-#: postmaster/postmaster.c:2901
+#: postmaster/postmaster.c:2867 postmaster/postmaster.c:2878
+#: postmaster/postmaster.c:2889 postmaster/postmaster.c:2898
+#: postmaster/postmaster.c:2908
 #, fuzzy, c-format
 msgid "Failed process was running: %s"
 msgstr "Kindprozess wurde von Signal %s beendet"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:2868
+#: postmaster/postmaster.c:2875
 #, c-format
 msgid "%s (PID %d) was terminated by exception 0x%X"
 msgstr "%s (PID %d) wurde durch Ausnahme 0x%X beendet"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:2878
+#: postmaster/postmaster.c:2885
 #, c-format
 msgid "%s (PID %d) was terminated by signal %d: %s"
 msgstr "%s (PID %d) wurde von Signal %d beendet: %s"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:2889
+#: postmaster/postmaster.c:2896
 #, c-format
 msgid "%s (PID %d) was terminated by signal %d"
 msgstr "%s (PID %d) wurde von Signal %d beendet"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:2899
+#: postmaster/postmaster.c:2906
 #, c-format
 msgid "%s (PID %d) exited with unrecognized status %d"
 msgstr "%s (PID %d) beendete mit unbekanntem Status %d"
 
-#: postmaster/postmaster.c:3083
+#: postmaster/postmaster.c:3090
 #, c-format
 msgid "abnormal database system shutdown"
 msgstr "abnormales Herunterfahren des Datenbanksystems"
 
-#: postmaster/postmaster.c:3122
+#: postmaster/postmaster.c:3129
 #, c-format
 msgid "all server processes terminated; reinitializing"
 msgstr "alle Serverprozesse beendet; initialisiere neu"
 
-#: postmaster/postmaster.c:3305
+#: postmaster/postmaster.c:3312
 #, c-format
 msgid "could not fork new process for connection: %m"
 msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:3347
+#: postmaster/postmaster.c:3354
 msgid "could not fork new process for connection: "
 msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): "
 
-#: postmaster/postmaster.c:3461
+#: postmaster/postmaster.c:3468
 #, c-format
 msgid "connection received: host=%s port=%s"
 msgstr "Verbindung empfangen: Host=%s Port=%s"
 
-#: postmaster/postmaster.c:3466
+#: postmaster/postmaster.c:3473
 #, c-format
 msgid "connection received: host=%s"
 msgstr "Verbindung empfangen: Host=%s"
 
-#: postmaster/postmaster.c:3735
+#: postmaster/postmaster.c:3742
 #, c-format
 msgid "could not execute server process \"%s\": %m"
 msgstr "konnte Serverprozess »%s« nicht ausführen: %m"
 
-#: postmaster/postmaster.c:4259
+#: postmaster/postmaster.c:4266
 #, c-format
 msgid "database system is ready to accept read only connections"
 msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen"
 
-#: postmaster/postmaster.c:4526
+#: postmaster/postmaster.c:4533
 #, c-format
 msgid "could not fork startup process: %m"
 msgstr "konnte Startprozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4530
+#: postmaster/postmaster.c:4537
 #, c-format
 msgid "could not fork background writer process: %m"
 msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4534
+#: postmaster/postmaster.c:4541
 #, c-format
 msgid "could not fork checkpointer process: %m"
 msgstr "konnte Checkpointer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4538
+#: postmaster/postmaster.c:4545
 #, c-format
 msgid "could not fork WAL writer process: %m"
 msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4542
+#: postmaster/postmaster.c:4549
 #, c-format
 msgid "could not fork WAL receiver process: %m"
 msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4546
+#: postmaster/postmaster.c:4553
 #, c-format
 msgid "could not fork process: %m"
 msgstr "konnte Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:4833
+#: postmaster/postmaster.c:4840
 #, c-format
 msgid "could not duplicate socket %d for use in backend: error code %d"
-msgstr "konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d"
+msgstr ""
+"konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d"
 
-#: postmaster/postmaster.c:4865
+#: postmaster/postmaster.c:4872
 #, c-format
 msgid "could not create inherited socket: error code %d\n"
 msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n"
 
-#: postmaster/postmaster.c:4894 postmaster/postmaster.c:4901
+#: postmaster/postmaster.c:4901 postmaster/postmaster.c:4908
 #, c-format
 msgid "could not read from backend variables file \"%s\": %s\n"
 msgstr "konnte nicht aus Servervariablendatei »%s« lesen: %s\n"
 
-#: postmaster/postmaster.c:4910
+#: postmaster/postmaster.c:4917
 #, c-format
 msgid "could not remove file \"%s\": %s\n"
 msgstr "konnte Datei »%s« nicht löschen: %s\n"
 
-#: postmaster/postmaster.c:4927
+#: postmaster/postmaster.c:4934
 #, c-format
 msgid "could not map view of backend variables: error code %lu\n"
 msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %lu\n"
 
-#: postmaster/postmaster.c:4936
+#: postmaster/postmaster.c:4943
 #, c-format
 msgid "could not unmap view of backend variables: error code %lu\n"
 msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %lu\n"
 
-#: postmaster/postmaster.c:4943
+#: postmaster/postmaster.c:4950
 #, c-format
 msgid "could not close handle to backend parameter variables: error code %lu\n"
-msgstr "konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %lu\n"
+msgstr ""
+"konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode "
+"%lu\n"
 
-#: postmaster/postmaster.c:5092
+#: postmaster/postmaster.c:5099
 #, c-format
 msgid "could not read exit code for process\n"
 msgstr "konnte Exitcode des Prozesses nicht lesen\n"
 
-#: postmaster/postmaster.c:5097
+#: postmaster/postmaster.c:5104
 #, c-format
 msgid "could not post child completion status\n"
 msgstr "konnte Child-Completion-Status nicht versenden\n"
 
-#: postmaster/syslogger.c:444 postmaster/syslogger.c:1021
+#: postmaster/syslogger.c:444 postmaster/syslogger.c:1022
 #, c-format
 msgid "could not read from logger pipe: %m"
 msgstr "konnte nicht aus Logger-Pipe lesen: %m"
@@ -12464,84 +13244,74 @@ msgstr "konnte Standardausgabe nicht umleiten: %m"
 msgid "could not redirect stderr: %m"
 msgstr "konnte Standardfehlerausgabe nicht umleiten: %m"
 
-#: postmaster/syslogger.c:976
+#: postmaster/syslogger.c:977
 #, c-format
 msgid "could not write to log file: %s\n"
 msgstr "konnte nicht in Logdatei schreiben: %s\n"
 
-#: postmaster/syslogger.c:1098
+#: postmaster/syslogger.c:1099
 #, c-format
 msgid "could not open log file \"%s\": %m"
 msgstr "konnte Logdatei »%s« nicht öffnen: %m"
 
-#: postmaster/syslogger.c:1167 postmaster/syslogger.c:1211
+#: postmaster/syslogger.c:1168 postmaster/syslogger.c:1212
 #, c-format
 msgid "disabling automatic rotation (use SIGHUP to re-enable)"
-msgstr "automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)"
+msgstr ""
+"automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)"
 
-#: regex/regc_pg_locale.c:261 utils/adt/selfuncs.c:5276
+#: regex/regc_pg_locale.c:261 utils/adt/selfuncs.c:5277
 #, c-format
 msgid "could not determine which collation to use for regular expression"
-msgstr "konnte die für den regulären Ausdruck zu verwendende Sortierfolge nicht bestimmen"
-
-#: repl_scanner.l:76
-msgid "invalid streaming start location"
-msgstr "ungültige Streaming-Startposition"
-
-#: repl_scanner.l:97 scan.l:630
-msgid "unterminated quoted string"
-msgstr "Zeichenkette nicht abgeschlossen"
-
-#: repl_scanner.l:107
-#, c-format
-msgid "syntax error: unexpected character \"%s\""
-msgstr "Syntaxfehler: unerwartetes Zeichen »%s«"
+msgstr ""
+"konnte die für den regulären Ausdruck zu verwendende Sortierfolge nicht "
+"bestimmen"
 
-#: replication/basebackup.c:125 replication/basebackup.c:678
-#: utils/adt/misc.c:362
+#: replication/basebackup.c:125 replication/basebackup.c:679
+#: utils/adt/misc.c:363
 #, c-format
 msgid "could not read symbolic link \"%s\": %m"
 msgstr "konnte symbolische Verknüpfung »%s« nicht lesen: %m"
 
-#: replication/basebackup.c:132 replication/basebackup.c:682
-#: utils/adt/misc.c:366
+#: replication/basebackup.c:132 replication/basebackup.c:683
+#: utils/adt/misc.c:367
 #, c-format
 msgid "symbolic link \"%s\" target is too long"
 msgstr "Ziel für symbolische Verknüpfung »%s« ist zu lang"
 
-#: replication/basebackup.c:192
+#: replication/basebackup.c:193
 #, fuzzy, c-format
 msgid "could not stat control file \"%s\": %m"
 msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
 
-#: replication/basebackup.c:269 replication/basebackup.c:807
+#: replication/basebackup.c:270 replication/basebackup.c:809
 #, c-format
 msgid "base backup could not send data, aborting backup"
 msgstr "Basissicherung konnte keine Daten senden, Sicherung abgebrochen"
 
-#: replication/basebackup.c:316 replication/basebackup.c:325
-#: replication/basebackup.c:334 replication/basebackup.c:343
-#: replication/basebackup.c:352
+#: replication/basebackup.c:317 replication/basebackup.c:326
+#: replication/basebackup.c:335 replication/basebackup.c:344
+#: replication/basebackup.c:353
 #, c-format
 msgid "duplicate option \"%s\""
 msgstr "doppelte Option »%s«"
 
-#: replication/basebackup.c:614
+#: replication/basebackup.c:615
 #, c-format
 msgid "shutdown requested, aborting active base backup"
 msgstr "Herunterfahren verlangt, aktive Basissicherung wird abgebrochen"
 
-#: replication/basebackup.c:632
+#: replication/basebackup.c:633
 #, c-format
 msgid "could not stat file or directory \"%s\": %m"
 msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %m"
 
-#: replication/basebackup.c:724
+#: replication/basebackup.c:726
 #, c-format
 msgid "skipping special file \"%s\""
 msgstr "überspringe besondere Datei »%s«"
 
-#: replication/basebackup.c:797
+#: replication/basebackup.c:799
 #, c-format
 msgid "archive member \"%s\" too large for tar format"
 msgstr "Archivmitglied »%s« zu groß für Tar-Format"
@@ -12553,8 +13323,12 @@ msgstr "konnte nicht mit dem Primärserver verbinden: %s"
 
 #: replication/libpqwalreceiver/libpqwalreceiver.c:113
 #, c-format
-msgid "could not receive database system identifier and timeline ID from the primary server: %s"
-msgstr "konnte Datenbanksystemidentifikator und Timeline-ID nicht vom Primärserver empfangen: %s"
+msgid ""
+"could not receive database system identifier and timeline ID from the "
+"primary server: %s"
+msgstr ""
+"konnte Datenbanksystemidentifikator und Timeline-ID nicht vom Primärserver "
+"empfangen: %s"
 
 #: replication/libpqwalreceiver/libpqwalreceiver.c:124
 #, c-format
@@ -12569,17 +13343,22 @@ msgstr "1 Tupel mit 3 Feldern erwartet, %d Tupel mit %d Feldern erhalten."
 #: replication/libpqwalreceiver/libpqwalreceiver.c:140
 #, c-format
 msgid "database system identifier differs between the primary and standby"
-msgstr "Datenbanksystemidentifikator unterscheidet sich zwischen Primär- und Standby-Server"
+msgstr ""
+"Datenbanksystemidentifikator unterscheidet sich zwischen Primär- und Standby-"
+"Server"
 
 #: replication/libpqwalreceiver/libpqwalreceiver.c:141
 #, c-format
 msgid "The primary's identifier is %s, the standby's identifier is %s."
-msgstr "Identifikator des Primärservers ist %s, Identifikator des Standby ist %s."
+msgstr ""
+"Identifikator des Primärservers ist %s, Identifikator des Standby ist %s."
 
 #: replication/libpqwalreceiver/libpqwalreceiver.c:153
 #, c-format
 msgid "timeline %u of the primary does not match recovery target timeline %u"
-msgstr "Timeline %u des primären Servers stimmt nicht mit der Timeline %u des Wiederherstellungsziels überein"
+msgstr ""
+"Timeline %u des primären Servers stimmt nicht mit der Timeline %u des "
+"Wiederherstellungsziels überein"
 
 #: replication/libpqwalreceiver/libpqwalreceiver.c:165
 #, c-format
@@ -12615,13 +13394,21 @@ msgstr "konnte keine Daten an den WAL-Stream senden: %s"
 
 #: replication/syncrep.c:207
 #, c-format
-msgid "canceling the wait for synchronous replication and terminating connection due to administrator command"
-msgstr "storniere Warten auf synchrone Replikation and breche Verbindung ab aufgrund von Anweisung des Administrators"
+msgid ""
+"canceling the wait for synchronous replication and terminating connection "
+"due to administrator command"
+msgstr ""
+"storniere Warten auf synchrone Replikation and breche Verbindung ab aufgrund "
+"von Anweisung des Administrators"
 
 #: replication/syncrep.c:208 replication/syncrep.c:225
 #, c-format
-msgid "The transaction has already committed locally, but might not have been replicated to the standby."
-msgstr "Die Transaktion wurde lokal bereits committet, aber möglicherweise noch nicht zum Standby repliziert."
+msgid ""
+"The transaction has already committed locally, but might not have been "
+"replicated to the standby."
+msgstr ""
+"Die Transaktion wurde lokal bereits committet, aber möglicherweise noch "
+"nicht zum Standby repliziert."
 
 #: replication/syncrep.c:224
 #, c-format
@@ -12633,7 +13420,7 @@ msgstr "storniere Warten auf synchrone Replikation wegen Benutzeraufforderung"
 msgid "standby \"%s\" now has synchronous standby priority %u"
 msgstr "Standby »%s« hat jetzt synchrone Standby-Priorität %u"
 
-#: replication/syncrep.c:457
+#: replication/syncrep.c:458
 #, c-format
 msgid "standby \"%s\" is now the synchronous standby with priority %u"
 msgstr "Standby »%s« ist jetzt der synchrone Standby mit Priorität %u"
@@ -12641,68 +13428,79 @@ msgstr "Standby »%s« ist jetzt der synchrone Standby mit Priorität %u"
 #: replication/walreceiver.c:150
 #, c-format
 msgid "terminating walreceiver process due to administrator command"
-msgstr "breche WAL-Receiver-Prozess ab aufgrund von Anweisung des Administrators"
+msgstr ""
+"breche WAL-Receiver-Prozess ab aufgrund von Anweisung des Administrators"
 
 #: replication/walreceiver.c:303
 #, c-format
 msgid "cannot continue WAL streaming, recovery has already ended"
-msgstr "kann WAL-Streaming nicht fortsetzen, Wiederherstellung ist bereits beendet"
+msgstr ""
+"kann WAL-Streaming nicht fortsetzen, Wiederherstellung ist bereits beendet"
 
-#: replication/walsender.c:269 replication/walsender.c:520
-#: replication/walsender.c:578
+#: replication/walsender.c:270 replication/walsender.c:521
+#: replication/walsender.c:579
 #, c-format
 msgid "unexpected EOF on standby connection"
 msgstr "unerwartetes EOF auf Standby-Verbindung"
 
-#: replication/walsender.c:275
+#: replication/walsender.c:276
 #, c-format
 msgid "invalid standby handshake message type %d"
 msgstr "ungültiger Standby-Handshake-Message-Typ %d"
 
-#: replication/walsender.c:398
+#: replication/walsender.c:399
 #, fuzzy, c-format
-msgid "terminating walsender process to force cascaded standby to update timeline and reconnect"
-msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
+msgid ""
+"terminating walsender process to force cascaded standby to update timeline "
+"and reconnect"
+msgstr ""
+"breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
 
-#: replication/walsender.c:492
+#: replication/walsender.c:493
 #, c-format
 msgid "invalid standby query string: %s"
 msgstr "ungültige Standby-Anfragezeichenkette: %s"
 
-#: replication/walsender.c:549
+#: replication/walsender.c:550
 #, c-format
 msgid "invalid standby message type \"%c\""
 msgstr "ungültiger Standby-Message-Typ »%c«"
 
-#: replication/walsender.c:600
+#: replication/walsender.c:601
 #, c-format
 msgid "unexpected message type \"%c\""
 msgstr "unerwarteter Message-Typ »%c«"
 
-#: replication/walsender.c:795
+#: replication/walsender.c:796
 #, c-format
 msgid "standby \"%s\" has now caught up with primary"
 msgstr "Standby-Server »%s« hat jetzt den Primärserver eingeholt"
 
-#: replication/walsender.c:870
+#: replication/walsender.c:871
 #, c-format
 msgid "terminating walsender process due to replication timeout"
-msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
+msgstr ""
+"breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation"
 
-#: replication/walsender.c:937
+#: replication/walsender.c:938
 #, c-format
-msgid "number of requested standby connections exceeds max_wal_senders (currently %d)"
-msgstr "Anzahl angeforderter Standby-Verbindungen überschreitet max_wal_senders (aktuell %d)"
+msgid ""
+"number of requested standby connections exceeds max_wal_senders (currently "
+"%d)"
+msgstr ""
+"Anzahl angeforderter Standby-Verbindungen überschreitet max_wal_senders "
+"(aktuell %d)"
 
-#: replication/walsender.c:1023 replication/walsender.c:1085
+#: replication/walsender.c:1024 replication/walsender.c:1086
 #, c-format
 msgid "requested WAL segment %s has already been removed"
 msgstr "das angeforderte WAL-Segment %s wurde schon entfernt"
 
-#: replication/walsender.c:1056
+#: replication/walsender.c:1057
 #, c-format
 msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m"
-msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u, Länge %lu lesen: %m"
+msgstr ""
+"konnte nicht aus Logdatei %u, Segment %u bei Position %u, Länge %lu lesen: %m"
 
 #: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:771
 #, c-format
@@ -12752,7 +13550,9 @@ msgstr "Regeln für SELECT müssen als Aktion INSTEAD SELECT haben"
 #: rewrite/rewriteDefine.c:337
 #, c-format
 msgid "rules on SELECT must not contain data-modifying statements in WITH"
-msgstr "Regeln für SELECT dürfen keine datenmodifizierenden Anweisungen in WITH enthalten"
+msgstr ""
+"Regeln für SELECT dürfen keine datenmodifizierenden Anweisungen in WITH "
+"enthalten"
 
 #: rewrite/rewriteDefine.c:345
 #, c-format
@@ -12781,8 +13581,11 @@ msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Trigger hat"
 
 #: rewrite/rewriteDefine.c:428
 #, c-format
-msgid "In particular, the table cannot be involved in any foreign key relationships."
-msgstr "Insbesondere darf die Tabelle nicht in Fremschlüsselverhältnisse eingebunden sein."
+msgid ""
+"In particular, the table cannot be involved in any foreign key relationships."
+msgstr ""
+"Insbesondere darf die Tabelle nicht in Fremschlüsselverhältnisse eingebunden "
+"sein."
 
 #: rewrite/rewriteDefine.c:433
 #, c-format
@@ -12792,7 +13595,9 @@ msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Indexe hat"
 #: rewrite/rewriteDefine.c:439
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has child tables"
-msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie abgeleitete Tabellen hat"
+msgstr ""
+"konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie abgeleitete Tabellen "
+"hat"
 
 #: rewrite/rewriteDefine.c:466
 #, c-format
@@ -12827,12 +13632,15 @@ msgstr "kann Relation mit gelöschten Spalten nicht in Sicht umwandeln"
 #: rewrite/rewriteDefine.c:576
 #, c-format
 msgid "SELECT rule's target entry %d has different column name from \"%s\""
-msgstr "Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«"
+msgstr ""
+"Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von "
+"Spalte »%s«"
 
 #: rewrite/rewriteDefine.c:582
 #, c-format
 msgid "SELECT rule's target entry %d has different type from column \"%s\""
-msgstr "Typ von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«"
+msgstr ""
+"Typ von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«"
 
 #: rewrite/rewriteDefine.c:584
 #, c-format
@@ -12842,7 +13650,9 @@ msgstr "Eintrag %d in RETURNING-Liste hat anderen Typ als Spalte »%s«"
 #: rewrite/rewriteDefine.c:599
 #, c-format
 msgid "SELECT rule's target entry %d has different size from column \"%s\""
-msgstr "Größe von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«"
+msgstr ""
+"Größe von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte "
+"»%s«"
 
 #: rewrite/rewriteDefine.c:601
 #, c-format
@@ -12867,8 +13677,12 @@ msgstr "Regel »%s« für Relation »%s« existiert nicht"
 
 #: rewrite/rewriteHandler.c:485
 #, c-format
-msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten"
-msgstr "WITH-Anfragename »%s« erscheint sowohl in der Regelaktion als auch in der umzuschreibenden Anfrage"
+msgid ""
+"WITH query name \"%s\" appears in both a rule action and the query being "
+"rewritten"
+msgstr ""
+"WITH-Anfragename »%s« erscheint sowohl in der Regelaktion als auch in der "
+"umzuschreibenden Anfrage"
 
 #: rewrite/rewriteHandler.c:543
 #, c-format
@@ -12887,23 +13701,37 @@ msgstr "unendliche Rekursion entdeckt in Regeln für Relation »%s«"
 
 #: rewrite/rewriteHandler.c:1884
 #, c-format
-msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH"
-msgstr "DO INSTEAD NOTHING-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt"
+msgid ""
+"DO INSTEAD NOTHING rules are not supported for data-modifying statements in "
+"WITH"
+msgstr ""
+"DO INSTEAD NOTHING-Regeln werden für datenmodifizierende Anweisungen in WITH "
+"nicht unterstützt"
 
 #: rewrite/rewriteHandler.c:1898
 #, c-format
-msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH"
-msgstr "Do INSTEAD-Regeln mit Bedingung werden für datenmodifizierende Anweisungen in WITH nicht unterstützt"
+msgid ""
+"conditional DO INSTEAD rules are not supported for data-modifying statements "
+"in WITH"
+msgstr ""
+"Do INSTEAD-Regeln mit Bedingung werden für datenmodifizierende Anweisungen "
+"in WITH nicht unterstützt"
 
 #: rewrite/rewriteHandler.c:1902
 #, c-format
 msgid "DO ALSO rules are not supported for data-modifying statements in WITH"
-msgstr "DO ALSO-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt"
+msgstr ""
+"DO ALSO-Regeln werden für datenmodifizierende Anweisungen in WITH nicht "
+"unterstützt"
 
 #: rewrite/rewriteHandler.c:1907
 #, c-format
-msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH"
-msgstr "DO INSTEAD-Regeln mit mehreren Anweisungen werden für datenmodifizierende Anweisungen in WITH nicht unterstützt"
+msgid ""
+"multi-statement DO INSTEAD rules are not supported for data-modifying "
+"statements in WITH"
+msgstr ""
+"DO INSTEAD-Regeln mit mehreren Anweisungen werden für datenmodifizierende "
+"Anweisungen in WITH nicht unterstützt"
 
 #: rewrite/rewriteHandler.c:2061
 #, c-format
@@ -12912,8 +13740,11 @@ msgstr "INSERT RETURNING kann in Relation »%s« nicht ausgeführt werden"
 
 #: rewrite/rewriteHandler.c:2063
 #, c-format
-msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
-msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel."
+msgid ""
+"You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
+msgstr ""
+"Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung, mit RETURNING-"
+"Klausel."
 
 #: rewrite/rewriteHandler.c:2068
 #, c-format
@@ -12922,8 +13753,11 @@ msgstr "UPDATE RETURNING kann in Relation »%s« nicht ausgeführt werden"
 
 #: rewrite/rewriteHandler.c:2070
 #, c-format
-msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
-msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel."
+msgid ""
+"You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
+msgstr ""
+"Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung, mit RETURNING-"
+"Klausel."
 
 #: rewrite/rewriteHandler.c:2075
 #, c-format
@@ -12932,13 +13766,20 @@ msgstr "DELETE RETURNING kann in Relation »%s« nicht ausgeführt werden"
 
 #: rewrite/rewriteHandler.c:2077
 #, c-format
-msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
-msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel."
+msgid ""
+"You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
+msgstr ""
+"Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung, mit RETURNING-"
+"Klausel."
 
 #: rewrite/rewriteHandler.c:2141
 #, c-format
-msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries"
-msgstr "WITH kann nicht in einer Anfrage verwendet werden, die durch Regeln in mehrere Anfragen umgeschrieben wird"
+msgid ""
+"WITH cannot be used in a query that is rewritten by rules into multiple "
+"queries"
+msgstr ""
+"WITH kann nicht in einer Anfrage verwendet werden, die durch Regeln in "
+"mehrere Anfragen umgeschrieben wird"
 
 #: rewrite/rewriteManip.c:1028
 #, c-format
@@ -12965,123 +13806,6 @@ msgstr "es gibt mehrere Regeln namens »%s«"
 msgid "Specify a relation name as well as a rule name."
 msgstr "Geben Sie einen Relationsnamen und einen Regelnamen an."
 
-#: scan.l:412
-msgid "unterminated /* comment"
-msgstr "/*-Kommentar nicht abgeschlossen"
-
-#: scan.l:441
-msgid "unterminated bit string literal"
-msgstr "Bitkettenkonstante nicht abgeschlossen"
-
-#: scan.l:462
-msgid "unterminated hexadecimal string literal"
-msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
-
-#: scan.l:512
-#, c-format
-msgid "unsafe use of string constant with Unicode escapes"
-msgstr "unsichere Verwendung von Zeichenkette mit Unicode-Escapes"
-
-#: scan.l:513
-#, c-format
-msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off."
-msgstr "Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn standard_conforming_strings aus ist."
-
-#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1239
-#: scan.l:1266 scan.l:1270 scan.l:1308 scan.l:1312 scan.l:1334
-msgid "invalid Unicode surrogate pair"
-msgstr "ungültiges Unicode-Surrogatpaar"
-
-#: scan.l:587
-#, c-format
-msgid "invalid Unicode escape"
-msgstr "ungültiges Unicode-Escape"
-
-#: scan.l:588
-#, c-format
-msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
-msgstr "Unicode-Escapes müssen \\uXXXX oder \\UXXXXXXXX sein."
-
-#: scan.l:599
-#, c-format
-msgid "unsafe use of \\' in a string literal"
-msgstr "unsichere Verwendung von \\' in Zeichenkettenkonstante"
-
-#: scan.l:600
-#, c-format
-msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings."
-msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben. \\' ist in bestimmten Client-seitigen Kodierungen unsicher."
-
-#: scan.l:675
-msgid "unterminated dollar-quoted string"
-msgstr "Dollar-Quotes nicht abgeschlossen"
-
-#: scan.l:692 scan.l:704 scan.l:718
-msgid "zero-length delimited identifier"
-msgstr "Bezeichner in Anführungszeichen hat Länge null"
-
-#: scan.l:731
-msgid "unterminated quoted identifier"
-msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
-
-#: scan.l:835
-msgid "operator too long"
-msgstr "Operator zu lang"
-
-#. translator: %s is typically the translation of "syntax error"
-#: scan.l:993
-#, c-format
-msgid "%s at end of input"
-msgstr "%s am Ende der Eingabe"
-
-#. translator: first %s is typically the translation of "syntax error"
-#: scan.l:1001
-#, c-format
-msgid "%s at or near \"%s\""
-msgstr "%s bei »%s«"
-
-#: scan.l:1162 scan.l:1194
-msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8"
-msgstr "Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet werden, wenn die Serverkodierung nicht UTF8 ist"
-
-#: scan.l:1190 scan.l:1326
-msgid "invalid Unicode escape value"
-msgstr "ungültiger Unicode-Escape-Wert"
-
-#: scan.l:1215
-msgid "invalid Unicode escape character"
-msgstr "ungültiges Unicode-Escape-Zeichen"
-
-#: scan.l:1382
-#, c-format
-msgid "nonstandard use of \\' in a string literal"
-msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante"
-
-#: scan.l:1383
-#, c-format
-msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')."
-msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben, oder verwenden Sie die Syntax für Escape-Zeichenketten (E'...')."
-
-#: scan.l:1392
-#, c-format
-msgid "nonstandard use of \\\\ in a string literal"
-msgstr "nicht standardkonforme Verwendung  von \\\\ in Zeichenkettenkonstante"
-
-#: scan.l:1393
-#, c-format
-msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
-msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten für Backslashes, z.B. E'\\\\'."
-
-#: scan.l:1407
-#, c-format
-msgid "nonstandard use of escape in a string literal"
-msgstr "nicht standardkonforme Verwendung von Escape in Zeichenkettenkonstante"
-
-#: scan.l:1408
-#, c-format
-msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'."
-msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten, z.B. E'\\r\\n'."
-
 #: snowball/dict_snowball.c:180
 #, c-format
 msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\""
@@ -13120,30 +13844,35 @@ msgstr "unerwartete Daten hinter Dateiende in Block %u von Relation %s"
 
 #: storage/buffer/bufmgr.c:378
 #, c-format
-msgid "This has been seen to occur with buggy kernels; consider updating your system."
-msgstr "Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine Systemaktualisierung in Betracht ziehen."
+msgid ""
+"This has been seen to occur with buggy kernels; consider updating your "
+"system."
+msgstr ""
+"Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine "
+"Systemaktualisierung in Betracht ziehen."
 
 #: storage/buffer/bufmgr.c:464
 #, c-format
 msgid "invalid page header in block %u of relation %s; zeroing out page"
-msgstr "ungültiger Seitenkopf in Block %u von Relation %s; fülle Seite mit Nullen"
+msgstr ""
+"ungültiger Seitenkopf in Block %u von Relation %s; fülle Seite mit Nullen"
 
 #: storage/buffer/bufmgr.c:472
 #, c-format
 msgid "invalid page header in block %u of relation %s"
 msgstr "ungültiger Seitenkopf in Block %u von Relation %s"
 
-#: storage/buffer/bufmgr.c:2830
+#: storage/buffer/bufmgr.c:2913
 #, c-format
 msgid "could not write block %u of %s"
 msgstr "konnte Block %u von %s nicht schreiben"
 
-#: storage/buffer/bufmgr.c:2832
+#: storage/buffer/bufmgr.c:2915
 #, c-format
 msgid "Multiple failures --- write error might be permanent."
 msgstr "Mehrere Fehlschläge --- Schreibfehler ist möglicherweise dauerhaft."
 
-#: storage/buffer/bufmgr.c:2853 storage/buffer/bufmgr.c:2872
+#: storage/buffer/bufmgr.c:2936 storage/buffer/bufmgr.c:2955
 #, c-format
 msgid "writing block %u of relation %s"
 msgstr "schreibe Block %u von Relation %s"
@@ -13189,10 +13918,10 @@ msgid "could not read directory \"%s\": %m"
 msgstr "konnte Verzeichnis »%s« nicht lesen: %m"
 
 #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:757 storage/lmgr/lock.c:785
-#: storage/lmgr/lock.c:2385 storage/lmgr/lock.c:3020 storage/lmgr/lock.c:3498
-#: storage/lmgr/lock.c:3563 storage/lmgr/lock.c:3843
+#: storage/lmgr/lock.c:2386 storage/lmgr/lock.c:3022 storage/lmgr/lock.c:3500
+#: storage/lmgr/lock.c:3565 storage/lmgr/lock.c:3846
 #: storage/lmgr/predicate.c:2304 storage/lmgr/predicate.c:2319
-#: storage/lmgr/predicate.c:3714 storage/lmgr/predicate.c:4858
+#: storage/lmgr/predicate.c:3715 storage/lmgr/predicate.c:4859
 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:928
 #, c-format
 msgid "out of shared memory"
@@ -13200,8 +13929,10 @@ msgstr "Shared Memory aufgebraucht"
 
 #: storage/ipc/shmem.c:346 storage/ipc/shmem.c:399
 #, c-format
-msgid "not enough shared memory for data structure \"%s\" (%lu bytes requested)"
-msgstr "nicht genug Shared-Memory für Datenstruktur »%s« (%lu Bytes angefordert)"
+msgid ""
+"not enough shared memory for data structure \"%s\" (%lu bytes requested)"
+msgstr ""
+"nicht genug Shared-Memory für Datenstruktur »%s« (%lu Bytes angefordert)"
 
 #: storage/ipc/shmem.c:365
 #, c-format
@@ -13210,8 +13941,12 @@ msgstr "konnte ShmemIndex-Eintrag für Datenstruktur »%s« nicht erzeugen"
 
 #: storage/ipc/shmem.c:380
 #, c-format
-msgid "ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, actual %lu"
-msgstr "ShmemIndex-Eintraggröße ist falsch für Datenstruktur »%s«: erwartet %lu, tatsächlich %lu"
+msgid ""
+"ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, "
+"actual %lu"
+msgstr ""
+"ShmemIndex-Eintraggröße ist falsch für Datenstruktur »%s«: erwartet %lu, "
+"tatsächlich %lu"
 
 #: storage/ipc/shmem.c:427 storage/ipc/shmem.c:446
 #, c-format
@@ -13226,7 +13961,9 @@ msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung"
 #: storage/ipc/standby.c:492 tcop/postgres.c:2225
 #, c-format
 msgid "User transaction caused buffer deadlock with recovery."
-msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht."
+msgstr ""
+"Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung "
+"verursacht."
 
 #: storage/large_object/inv_api.c:551 storage/large_object/inv_api.c:748
 #, c-format
@@ -13310,59 +14047,92 @@ msgstr "unbekannter Locktag-Typ %d"
 
 #: storage/lmgr/lock.c:615
 #, c-format
-msgid "cannot acquire lock mode %s on database objects while recovery is in progress"
-msgstr "Sperrmodus %s kann während der Wiederherstellung nicht auf Datenbankobjekte gesetzt werden"
+msgid ""
+"cannot acquire lock mode %s on database objects while recovery is in progress"
+msgstr ""
+"Sperrmodus %s kann während der Wiederherstellung nicht auf Datenbankobjekte "
+"gesetzt werden"
 
 #: storage/lmgr/lock.c:617
 #, c-format
-msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery."
-msgstr "Nur Sperren gleich oder unter RowExclusiveLock können während der Wiederherstellung auf Datenbankobjekte gesetzt werden."
+msgid ""
+"Only RowExclusiveLock or less can be acquired on database objects during "
+"recovery."
+msgstr ""
+"Nur Sperren gleich oder unter RowExclusiveLock können während der "
+"Wiederherstellung auf Datenbankobjekte gesetzt werden."
 
-#: storage/lmgr/lock.c:758 storage/lmgr/lock.c:786 storage/lmgr/lock.c:2386
-#: storage/lmgr/lock.c:3499 storage/lmgr/lock.c:3564 storage/lmgr/lock.c:3844
+#: storage/lmgr/lock.c:758 storage/lmgr/lock.c:786 storage/lmgr/lock.c:2387
+#: storage/lmgr/lock.c:3501 storage/lmgr/lock.c:3566 storage/lmgr/lock.c:3847
 #, c-format
 msgid "You might need to increase max_locks_per_transaction."
 msgstr "Sie müssen möglicherweise max_locks_per_transaction erhöhen."
 
-#: storage/lmgr/lock.c:2817 storage/lmgr/lock.c:2929
+#: storage/lmgr/lock.c:2818 storage/lmgr/lock.c:2931
 #, c-format
-msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object"
-msgstr "PREPARE kann nicht ausgeführt werden, wenn für das selbe Objekt Sperren auf Sitzungsebene und auf Transaktionsebene gehalten werden"
+msgid ""
+"cannot PREPARE while holding both session-level and transaction-level locks "
+"on the same object"
+msgstr ""
+"PREPARE kann nicht ausgeführt werden, wenn für das selbe Objekt Sperren auf "
+"Sitzungsebene und auf Transaktionsebene gehalten werden"
 
-#: storage/lmgr/lock.c:3021
+#: storage/lmgr/lock.c:3023
 #, c-format
 msgid "Not enough memory for reassigning the prepared transaction's locks."
-msgstr "Nicht genug Speicher, um die Sperren der vorbereiteten Transaktion zu übergeben."
+msgstr ""
+"Nicht genug Speicher, um die Sperren der vorbereiteten Transaktion zu "
+"übergeben."
 
 #: storage/lmgr/predicate.c:668
 #, c-format
 msgid "not enough elements in RWConflictPool to record a read/write conflict"
-msgstr "nicht genügend Elemente in RWConflictPool, um einen Lese-/Schreibkonflikt aufzuzeichnen"
+msgstr ""
+"nicht genügend Elemente in RWConflictPool, um einen Lese-/Schreibkonflikt "
+"aufzuzeichnen"
 
 #: storage/lmgr/predicate.c:669 storage/lmgr/predicate.c:697
 #, c-format
-msgid "You might need to run fewer transactions at a time or increase max_connections."
-msgstr "Sie müssten entweder weniger Transaktionen auf einmal ausführen oder max_connections erhöhen."
+msgid ""
+"You might need to run fewer transactions at a time or increase "
+"max_connections."
+msgstr ""
+"Sie müssten entweder weniger Transaktionen auf einmal ausführen oder "
+"max_connections erhöhen."
 
 #: storage/lmgr/predicate.c:696
 #, c-format
-msgid "not enough elements in RWConflictPool to record a potential read/write conflict"
-msgstr "nicht genügend Elemente in RWConflictPool, um einen möglichen Lese-/Schreibkonflikt aufzuzeichnen"
+msgid ""
+"not enough elements in RWConflictPool to record a potential read/write "
+"conflict"
+msgstr ""
+"nicht genügend Elemente in RWConflictPool, um einen möglichen Lese-/"
+"Schreibkonflikt aufzuzeichnen"
 
 #: storage/lmgr/predicate.c:901
 #, c-format
 msgid "memory for serializable conflict tracking is nearly exhausted"
-msgstr "Speicher für die Verfolgung von Serialisierungskonflikten ist fast aufgebraucht"
+msgstr ""
+"Speicher für die Verfolgung von Serialisierungskonflikten ist fast "
+"aufgebraucht"
 
 #: storage/lmgr/predicate.c:902
 #, c-format
-msgid "There might be an idle transaction or a forgotten prepared transaction causing this."
-msgstr "Möglicherweise gibt es eine stillliegende Transaktion oder eine vergessene vorbereitete Transaktion, die der Grund dafür ist."
+msgid ""
+"There might be an idle transaction or a forgotten prepared transaction "
+"causing this."
+msgstr ""
+"Möglicherweise gibt es eine stillliegende Transaktion oder eine vergessene "
+"vorbereitete Transaktion, die der Grund dafür ist."
 
 #: storage/lmgr/predicate.c:1184 storage/lmgr/predicate.c:1256
 #, c-format
-msgid "not enough shared memory for elements of data structure \"%s\" (%lu bytes requested)"
-msgstr "nicht genug Shared-Memory für Elemente der Datenstruktur »%s« (%lu Bytes angefordert)"
+msgid ""
+"not enough shared memory for elements of data structure \"%s\" (%lu bytes "
+"requested)"
+msgstr ""
+"nicht genug Shared-Memory für Elemente der Datenstruktur »%s« (%lu Bytes "
+"angefordert)"
 
 #: storage/lmgr/predicate.c:1544
 #, c-format
@@ -13372,7 +14142,7 @@ msgstr "aufschiebbarer Snapshot war unsicher; versuche einen neuen"
 #: storage/lmgr/predicate.c:1610
 #, c-format
 msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE"
-msgstr ""
+msgstr "eine Transaktion, die einen Snapshot importiert, must READ ONLY DEFERRABLE sein"
 
 #: storage/lmgr/predicate.c:1680 utils/time/snapmgr.c:282
 #, c-format
@@ -13385,28 +14155,32 @@ msgid "The source transaction %u is not running anymore."
 msgstr "Die Quelltransaktion %u läuft nicht mehr."
 
 #: storage/lmgr/predicate.c:2305 storage/lmgr/predicate.c:2320
-#: storage/lmgr/predicate.c:3715
+#: storage/lmgr/predicate.c:3716
 #, c-format
 msgid "You might need to increase max_pred_locks_per_transaction."
 msgstr "Sie müssen möglicherweise max_pred_locks_per_transaction erhöhen."
 
-#: storage/lmgr/predicate.c:3869 storage/lmgr/predicate.c:3958
-#: storage/lmgr/predicate.c:3966 storage/lmgr/predicate.c:4005
-#: storage/lmgr/predicate.c:4244 storage/lmgr/predicate.c:4582
-#: storage/lmgr/predicate.c:4594 storage/lmgr/predicate.c:4636
-#: storage/lmgr/predicate.c:4674
+#: storage/lmgr/predicate.c:3870 storage/lmgr/predicate.c:3959
+#: storage/lmgr/predicate.c:3967 storage/lmgr/predicate.c:4006
+#: storage/lmgr/predicate.c:4245 storage/lmgr/predicate.c:4583
+#: storage/lmgr/predicate.c:4595 storage/lmgr/predicate.c:4637
+#: storage/lmgr/predicate.c:4675
 #, c-format
-msgid "could not serialize access due to read/write dependencies among transactions"
-msgstr "konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten zwischen Transaktionen"
+msgid ""
+"could not serialize access due to read/write dependencies among transactions"
+msgstr ""
+"konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten "
+"zwischen Transaktionen"
 
-#: storage/lmgr/predicate.c:3871 storage/lmgr/predicate.c:3960
-#: storage/lmgr/predicate.c:3968 storage/lmgr/predicate.c:4007
-#: storage/lmgr/predicate.c:4246 storage/lmgr/predicate.c:4584
-#: storage/lmgr/predicate.c:4596 storage/lmgr/predicate.c:4638
-#: storage/lmgr/predicate.c:4676
+#: storage/lmgr/predicate.c:3872 storage/lmgr/predicate.c:3961
+#: storage/lmgr/predicate.c:3969 storage/lmgr/predicate.c:4008
+#: storage/lmgr/predicate.c:4247 storage/lmgr/predicate.c:4585
+#: storage/lmgr/predicate.c:4597 storage/lmgr/predicate.c:4639
+#: storage/lmgr/predicate.c:4677
 #, c-format
 msgid "The transaction might succeed if retried."
-msgstr "Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde."
+msgstr ""
+"Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde."
 
 #: storage/lmgr/proc.c:1115 utils/adt/misc.c:141
 #, c-format
@@ -13415,13 +14189,20 @@ msgstr "konnte Signal nicht an Prozess %d senden: %m"
 
 #: storage/lmgr/proc.c:1149
 #, c-format
-msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms"
-msgstr "Prozess %d vermied Verklemmung wegen %s-Sperre auf %s durch Umordnen der Queue nach %ld,%03d ms"
+msgid ""
+"process %d avoided deadlock for %s on %s by rearranging queue order after "
+"%ld.%03d ms"
+msgstr ""
+"Prozess %d vermied Verklemmung wegen %s-Sperre auf %s durch Umordnen der "
+"Queue nach %ld,%03d ms"
 
 #: storage/lmgr/proc.c:1161
 #, c-format
-msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
-msgstr "Prozess %d hat Verklemmung festgestellt beim Warten auf %s-Sperre auf %s nach %ld,%03d ms"
+msgid ""
+"process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
+msgstr ""
+"Prozess %d hat Verklemmung festgestellt beim Warten auf %s-Sperre auf %s "
+"nach %ld,%03d ms"
 
 #: storage/lmgr/proc.c:1167
 #, c-format
@@ -13459,7 +14240,7 @@ msgstr "verfälschte Item-Längen: gesamt %u, verfügbarer Platz %u"
 msgid "corrupted item pointer: offset = %u, size = %u"
 msgstr "verfälschter Item-Zeiger: offset = %u, size = %u"
 
-#: storage/smgr/md.c:385 storage/smgr/md.c:858
+#: storage/smgr/md.c:385 storage/smgr/md.c:859
 #, c-format
 msgid "could not truncate file \"%s\": %m"
 msgstr "kann Datei »%s« nicht kürzen: %m"
@@ -13488,7 +14269,9 @@ msgstr "Prüfen Sie den freien Festplattenplatz."
 #: storage/smgr/md.c:488
 #, c-format
 msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u"
-msgstr "konnte Datei »%s« nicht erweitern: es wurden nur %d von %d Bytes bei Block %u geschrieben"
+msgstr ""
+"konnte Datei »%s« nicht erweitern: es wurden nur %d von %d Bytes bei Block "
+"%u geschrieben"
 
 #: storage/smgr/md.c:656
 #, c-format
@@ -13498,7 +14281,9 @@ msgstr "konnte Block %u in Datei »%s« nicht lesen: %m"
 #: storage/smgr/md.c:672
 #, c-format
 msgid "could not read block %u in file \"%s\": read only %d of %d bytes"
-msgstr "konnte Block %u in Datei »%s« nicht lesen: es wurden nur %d von %d Bytes gelesen"
+msgstr ""
+"konnte Block %u in Datei »%s« nicht lesen: es wurden nur %d von %d Bytes "
+"gelesen"
 
 #: storage/smgr/md.c:731
 #, c-format
@@ -13508,34 +14293,37 @@ msgstr "konnte Block %u in Datei »%s« nicht schreiben: %m"
 #: storage/smgr/md.c:736
 #, c-format
 msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes"
-msgstr "konnte Block %u in Datei »%s« nicht schreiben: es wurden nur %d von %d Bytes geschrieben"
+msgstr ""
+"konnte Block %u in Datei »%s« nicht schreiben: es wurden nur %d von %d Bytes "
+"geschrieben"
 
-#: storage/smgr/md.c:834
+#: storage/smgr/md.c:835
 #, c-format
 msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now"
-msgstr "konnte Datei »%s« nicht auf %u Blöcke kürzen: es sind jetzt nur %u Blöcke"
+msgstr ""
+"konnte Datei »%s« nicht auf %u Blöcke kürzen: es sind jetzt nur %u Blöcke"
 
-#: storage/smgr/md.c:883
+#: storage/smgr/md.c:884
 #, c-format
 msgid "could not truncate file \"%s\" to %u blocks: %m"
 msgstr "konnte Datei »%s« nicht auf %u Blöcke kürzen: %m"
 
-#: storage/smgr/md.c:1132
+#: storage/smgr/md.c:1134
 #, c-format
 msgid "could not fsync file \"%s\" but retrying: %m"
 msgstr "konnte Datei »%s« nicht fsyncen, versuche erneut: %m"
 
-#: storage/smgr/md.c:1274
+#: storage/smgr/md.c:1276
 #, c-format
 msgid "could not forward fsync request because request queue is full"
 msgstr "konnte fsync-Anfrage nicht weiterleiten, weil Anfrageschlange voll ist"
 
-#: storage/smgr/md.c:1644
+#: storage/smgr/md.c:1646
 #, c-format
 msgid "could not open file \"%s\" (target block %u): %m"
 msgstr "konnte Datei »%s« nicht öffnen (Zielblock %u): %m"
 
-#: storage/smgr/md.c:1666
+#: storage/smgr/md.c:1668
 #, c-format
 msgid "could not seek to end of file \"%s\": %m"
 msgstr "konnte Positionszeiger nicht ans Ende der Datei »%s« setzen: %m"
@@ -13554,8 +14342,12 @@ msgstr "unerwartetes EOF auf Client-Verbindung"
 #: tcop/postgres.c:1519 tcop/postgres.c:1926 tcop/postgres.c:2293
 #: tcop/postgres.c:2368
 #, c-format
-msgid "current transaction is aborted, commands ignored until end of transaction block"
-msgstr "aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert"
+msgid ""
+"current transaction is aborted, commands ignored until end of transaction "
+"block"
+msgstr ""
+"aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der "
+"Transaktion ignoriert"
 
 #: tcop/fastpath.c:344
 #, c-format
@@ -13576,7 +14368,8 @@ msgstr "Dauer: %s ms  Fastpath-Funktionsaufruf: »%s« (OID %u)"
 #: tcop/fastpath.c:466 tcop/fastpath.c:593
 #, c-format
 msgid "function call message contains %d arguments but function requires %d"
-msgstr "Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d"
+msgstr ""
+"Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d"
 
 #: tcop/fastpath.c:474
 #, c-format
@@ -13589,7 +14382,7 @@ msgid "incorrect binary data format in function argument %d"
 msgstr "falsches Binärdatenformat in Funktionsargument %d"
 
 #: tcop/postgres.c:424 tcop/postgres.c:436 tcop/postgres.c:447
-#: tcop/postgres.c:459 tcop/postgres.c:4191
+#: tcop/postgres.c:459 tcop/postgres.c:4194
 #, c-format
 msgid "invalid frontend message type %d"
 msgstr "ungültiger Frontend-Message-Typ %d"
@@ -13636,8 +14429,12 @@ msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter"
 
 #: tcop/postgres.c:1503
 #, c-format
-msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
-msgstr "Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« erfordert %d"
+msgid ""
+"bind message supplies %d parameters, but prepared statement \"%s\" requires "
+"%d"
+msgstr ""
+"Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« "
+"erfordert %d"
 
 #: tcop/postgres.c:1670
 #, c-format
@@ -13700,12 +14497,16 @@ msgstr "Benutzer hat Relationssperre zu lange gehalten."
 #: tcop/postgres.c:2219
 #, c-format
 msgid "User was or might have been using tablespace that must be dropped."
-msgstr "Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht werden muss."
+msgstr ""
+"Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht "
+"werden muss."
 
 #: tcop/postgres.c:2222
 #, c-format
 msgid "User query might have needed to see row versions that must be removed."
-msgstr "Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die entfernt werden müssen."
+msgstr ""
+"Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die "
+"entfernt werden müssen."
 
 #: tcop/postgres.c:2228
 #, c-format
@@ -13719,13 +14520,23 @@ msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses"
 
 #: tcop/postgres.c:2551
 #, c-format
-msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory."
-msgstr "Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat."
+msgid ""
+"The postmaster has commanded this server process to roll back the current "
+"transaction and exit, because another server process exited abnormally and "
+"possibly corrupted shared memory."
+msgstr ""
+"Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion "
+"zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess "
+"abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat."
 
 #: tcop/postgres.c:2555 tcop/postgres.c:2924
 #, c-format
-msgid "In a moment you should be able to reconnect to the database and repeat your command."
-msgstr "In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren Befehl wiederholen können."
+msgid ""
+"In a moment you should be able to reconnect to the database and repeat your "
+"command."
+msgstr ""
+"In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren "
+"Befehl wiederholen können."
 
 #: tcop/postgres.c:2668
 #, c-format
@@ -13734,8 +14545,13 @@ msgstr "Fließkommafehler"
 
 #: tcop/postgres.c:2669
 #, c-format
-msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero."
-msgstr "Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine ungültige Operation, zum Beispiel Division durch null."
+msgid ""
+"An invalid floating-point operation was signaled. This probably means an out-"
+"of-range result or an invalid operation, such as division by zero."
+msgstr ""
+"Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet "
+"wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine "
+"ungültige Operation, zum Beispiel Division durch null."
 
 #: tcop/postgres.c:2843
 #, c-format
@@ -13784,8 +14600,13 @@ msgstr "Grenze für Stacktiefe überschritten"
 
 #: tcop/postgres.c:3074 tcop/postgres.c:3096
 #, c-format
-msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate."
-msgstr "Erhöhen Sie den Konfigurationsparameter »max_stack_depth« (aktuell %dkB), nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform ausreichend ist."
+msgid ""
+"Increase the configuration parameter \"max_stack_depth\" (currently %dkB), "
+"after ensuring the platform's stack depth limit is adequate."
+msgstr ""
+"Erhöhen Sie den Konfigurationsparameter »max_stack_depth« (aktuell %dkB), "
+"nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer "
+"Plattform ausreichend ist."
 
 #: tcop/postgres.c:3112
 #, c-format
@@ -13794,43 +14615,51 @@ msgstr "»max_stack_depth« darf %ldkB nicht überschreiten."
 
 #: tcop/postgres.c:3114
 #, c-format
-msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
-msgstr "Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder der lokalen Entsprechung."
+msgid ""
+"Increase the platform's stack depth limit via \"ulimit -s\" or local "
+"equivalent."
+msgstr ""
+"Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder "
+"der lokalen Entsprechung."
 
-#: tcop/postgres.c:3474
+#: tcop/postgres.c:3477
 #, c-format
 msgid "invalid command-line argument for server process: %s"
 msgstr "ungültiges Kommandozeilenargument für Serverprozess: %s"
 
-#: tcop/postgres.c:3475 tcop/postgres.c:3481
+#: tcop/postgres.c:3478 tcop/postgres.c:3484
 #, c-format
 msgid "Try \"%s --help\" for more information."
 msgstr "Versuchen Sie »%s --help« für weitere Informationen."
 
-#: tcop/postgres.c:3479
+#: tcop/postgres.c:3482
 #, c-format
 msgid "%s: invalid command-line argument: %s"
 msgstr "%s: ungültiges Kommandozeilenargument: %s"
 
-#: tcop/postgres.c:3566
+#: tcop/postgres.c:3569
 #, c-format
 msgid "%s: no database nor user name specified"
 msgstr "%s: weder Datenbankname noch Benutzername angegeben"
 
-#: tcop/postgres.c:4101
+#: tcop/postgres.c:4104
 #, c-format
 msgid "invalid CLOSE message subtype %d"
 msgstr "ungültiger Subtyp %d von CLOSE-Message"
 
-#: tcop/postgres.c:4134
+#: tcop/postgres.c:4137
 #, c-format
 msgid "invalid DESCRIBE message subtype %d"
 msgstr "ungültiger Subtyp %d von DESCRIBE-Message"
 
-#: tcop/postgres.c:4368
+#: tcop/postgres.c:4371
 #, c-format
-msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
-msgstr "Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s Host=%s%s%s"
+msgid ""
+"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s"
+"%s"
+msgstr ""
+"Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s "
+"Host=%s%s%s"
 
 #: tcop/pquery.c:662
 #, c-format
@@ -13845,7 +14674,8 @@ msgstr "Cursor kann nur vorwärts scannen"
 #: tcop/pquery.c:972
 #, c-format
 msgid "Declare it with SCROLL option to enable backward scan."
-msgstr "Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können."
+msgstr ""
+"Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können."
 
 #. translator: %s is name of a SQL command, eg CREATE
 #: tcop/utility.c:254
@@ -13942,8 +14772,10 @@ msgstr "unerwartetes Ende der Zeile"
 
 #: tsearch/dict_thesaurus.c:411
 #, c-format
-msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
-msgstr "Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
+msgid ""
+"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr ""
+"Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
 
 #: tsearch/dict_thesaurus.c:417
 #, c-format
@@ -13953,7 +14785,8 @@ msgstr "Thesaurus-Beispielwort »%s« ist ein Stoppwort (Regel %d)"
 #: tsearch/dict_thesaurus.c:420
 #, c-format
 msgid "Use \"?\" to represent a stop word within a sample phrase."
-msgstr "Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen."
+msgstr ""
+"Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen."
 
 #: tsearch/dict_thesaurus.c:566
 #, c-format
@@ -13962,8 +14795,10 @@ msgstr "Thesaurus-Ersatzwort »%s« ist ein Stoppwort (Regel %d)"
 
 #: tsearch/dict_thesaurus.c:573
 #, c-format
-msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
-msgstr "Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
+msgid ""
+"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr ""
+"Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)"
 
 #: tsearch/dict_thesaurus.c:585
 #, c-format
@@ -13995,6 +14830,12 @@ msgstr "konnte Wörterbuchdatei »%s« nicht öffnen: %m"
 msgid "invalid regular expression: %s"
 msgstr "ungültiger regulärer Ausdruck: %s"
 
+#: tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552
+#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12888 gram.y:12905
+#, c-format
+msgid "syntax error"
+msgstr "Syntaxfehler"
+
 #: tsearch/spell.c:596 tsearch/spell.c:842 tsearch/spell.c:862
 #, c-format
 msgid "multibyte flag character is not allowed"
@@ -14213,7 +15054,7 @@ msgstr "keiner der Eingabedatentypen ist ein Array"
 #: utils/adt/int.c:1048 utils/adt/int.c:1079 utils/adt/int.c:1142
 #: utils/adt/int8.c:1211 utils/adt/numeric.c:2300 utils/adt/numeric.c:2309
 #: utils/adt/varbit.c:1145 utils/adt/varbit.c:1537 utils/adt/varlena.c:1004
-#: utils/adt/varlena.c:2026
+#: utils/adt/varlena.c:2027
 #, c-format
 msgid "integer out of range"
 msgstr "integer ist außerhalb des gültigen Bereichs"
@@ -14232,23 +15073,32 @@ msgstr "inkompatible Arrays können nicht aneinandergehängt werden"
 
 #: utils/adt/array_userfuncs.c:225
 #, c-format
-msgid "Arrays with element types %s and %s are not compatible for concatenation."
-msgstr "Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen."
+msgid ""
+"Arrays with element types %s and %s are not compatible for concatenation."
+msgstr ""
+"Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen."
 
 #: utils/adt/array_userfuncs.c:264
 #, c-format
 msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
-msgstr "Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen."
+msgstr ""
+"Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen."
 
 #: utils/adt/array_userfuncs.c:301
 #, c-format
-msgid "Arrays with differing element dimensions are not compatible for concatenation."
-msgstr "Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für Aneinanderhängen."
+msgid ""
+"Arrays with differing element dimensions are not compatible for "
+"concatenation."
+msgstr ""
+"Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für "
+"Aneinanderhängen."
 
 #: utils/adt/array_userfuncs.c:330 utils/adt/array_userfuncs.c:358
 #, c-format
 msgid "Arrays with differing dimensions are not compatible for concatenation."
-msgstr "Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für Aneinanderhängen."
+msgstr ""
+"Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für "
+"Aneinanderhängen."
 
 #: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1237
 #: utils/adt/arrayfuncs.c:2910 utils/adt/arrayfuncs.c:4935
@@ -14342,7 +15192,8 @@ msgstr "keine binäre Ausgabefunktion verfügbar für Typ %s"
 #: utils/adt/arrayfuncs.c:1902
 #, c-format
 msgid "slices of fixed-length arrays not implemented"
-msgstr "Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert"
+msgstr ""
+"Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert"
 
 #: utils/adt/arrayfuncs.c:2075 utils/adt/arrayfuncs.c:2097
 #: utils/adt/arrayfuncs.c:2131 utils/adt/arrayfuncs.c:2417
@@ -14366,7 +15217,8 @@ msgstr "Array mit fester Länge kann keinen NULL-Wert enthalten"
 #: utils/adt/arrayfuncs.c:2371
 #, c-format
 msgid "updates on slices of fixed-length arrays not implemented"
-msgstr "Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert"
+msgstr ""
+"Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert"
 
 #: utils/adt/arrayfuncs.c:2407 utils/adt/arrayfuncs.c:2494
 #, c-format
@@ -14721,7 +15573,8 @@ msgstr "null hoch eine negative Zahl ist undefiniert"
 #: utils/adt/float.c:1410 utils/adt/numeric.c:2219
 #, c-format
 msgid "a negative number raised to a non-integer power yields a complex result"
-msgstr "eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis"
+msgstr ""
+"eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis"
 
 #: utils/adt/float.c:1476 utils/adt/float.c:1506 utils/adt/numeric.c:5448
 #, c-format
@@ -14837,8 +15690,11 @@ msgstr "»EEEE« ist mit anderen Formaten inkompatibel"
 
 #: utils/adt/formatting.c:1214
 #, c-format
-msgid "\"EEEE\" may only be used together with digit and decimal point patterns."
-msgstr "»EEEE« kann nur zusammen mit Platzhaltern für Ziffern oder Dezimalpunkt verwendet werden."
+msgid ""
+"\"EEEE\" may only be used together with digit and decimal point patterns."
+msgstr ""
+"»EEEE« kann nur zusammen mit Platzhaltern für Ziffern oder Dezimalpunkt "
+"verwendet werden."
 
 #: utils/adt/formatting.c:1414
 #, c-format
@@ -14848,17 +15704,23 @@ msgstr "»%s« ist keine Zahl"
 #: utils/adt/formatting.c:1521 utils/adt/formatting.c:1573
 #, c-format
 msgid "could not determine which collation to use for lower() function"
-msgstr "konnte die für die Funktion lower() zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für die Funktion lower() zu verwendende Sortierfolge nicht "
+"bestimmen"
 
 #: utils/adt/formatting.c:1646 utils/adt/formatting.c:1698
 #, c-format
 msgid "could not determine which collation to use for upper() function"
-msgstr "konnte die für die Funktion upper() zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für die Funktion upper() zu verwendende Sortierfolge nicht "
+"bestimmen"
 
 #: utils/adt/formatting.c:1783 utils/adt/formatting.c:1847
 #, c-format
 msgid "could not determine which collation to use for initcap() function"
-msgstr "konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht "
+"bestimmen"
 
 #: utils/adt/formatting.c:2056
 #, c-format
@@ -14867,8 +15729,11 @@ msgstr "ungültige Kombination von Datumskonventionen"
 
 #: utils/adt/formatting.c:2057
 #, c-format
-msgid "Do not mix Gregorian and ISO week date conventions in a formatting template."
-msgstr "Die Gregorianische und die ISO-Konvention für Wochendaten können nicht einer Formatvorlage gemischt werden."
+msgid ""
+"Do not mix Gregorian and ISO week date conventions in a formatting template."
+msgstr ""
+"Die Gregorianische und die ISO-Konvention für Wochendaten können nicht einer "
+"Formatvorlage gemischt werden."
 
 #: utils/adt/formatting.c:2074
 #, c-format
@@ -14878,7 +15743,8 @@ msgstr "widersprüchliche Werte für das Feld »%s« in Formatzeichenkette"
 #: utils/adt/formatting.c:2076
 #, c-format
 msgid "This value contradicts a previous setting for the same field type."
-msgstr "Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp."
+msgstr ""
+"Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp."
 
 #: utils/adt/formatting.c:2137
 #, c-format
@@ -14892,8 +15758,11 @@ msgstr "Feld benötigt %d Zeichen, aber nur %d verbleiben."
 
 #: utils/adt/formatting.c:2142 utils/adt/formatting.c:2156
 #, c-format
-msgid "If your source string is not fixed-width, try using the \"FM\" modifier."
-msgstr "Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den Modifikator »FM«."
+msgid ""
+"If your source string is not fixed-width, try using the \"FM\" modifier."
+msgstr ""
+"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den "
+"Modifikator »FM«."
 
 #: utils/adt/formatting.c:2152 utils/adt/formatting.c:2165
 #: utils/adt/formatting.c:2295
@@ -14914,7 +15783,8 @@ msgstr "Der Wert muss eine ganze Zahl sein."
 #: utils/adt/formatting.c:2172
 #, c-format
 msgid "value for \"%s\" in source string is out of range"
-msgstr "Wert für »%s« in der Eingabezeichenkette ist außerhalb des gültigen Bereichs"
+msgstr ""
+"Wert für »%s« in der Eingabezeichenkette ist außerhalb des gültigen Bereichs"
 
 #: utils/adt/formatting.c:2174
 #, c-format
@@ -14924,7 +15794,9 @@ msgstr "Der Wert muss im Bereich %d bis %d sein."
 #: utils/adt/formatting.c:2297
 #, c-format
 msgid "The given value did not match any of the allowed values for this field."
-msgstr "Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte überein."
+msgstr ""
+"Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte "
+"überein."
 
 #: utils/adt/formatting.c:2853
 #, c-format
@@ -14944,7 +15816,9 @@ msgstr "Stunde »%d« ist bei einer 12-Stunden-Uhr ungültig"
 #: utils/adt/formatting.c:3456
 #, c-format
 msgid "Use the 24-hour clock, or give an hour between 1 and 12."
-msgstr "Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und 12 an."
+msgstr ""
+"Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und "
+"12 an."
 
 #: utils/adt/formatting.c:3494
 #, c-format
@@ -15181,18 +16055,86 @@ msgstr "bigint ist außerhalb des gültigen Bereichs"
 msgid "OID out of range"
 msgstr "OID ist außerhalb des gültigen Bereichs"
 
-#: utils/adt/json.c:432 utils/adt/json.c:467 utils/adt/json.c:481
-#: utils/adt/json.c:659
+#: utils/adt/json.c:444 utils/adt/json.c:482 utils/adt/json.c:494
+#: utils/adt/json.c:613 utils/adt/json.c:627 utils/adt/json.c:638
+#: utils/adt/json.c:646 utils/adt/json.c:654 utils/adt/json.c:662
+#: utils/adt/json.c:670 utils/adt/json.c:678 utils/adt/json.c:686
+#: utils/adt/json.c:717
 #, c-format
 msgid "invalid input syntax for type json"
 msgstr "ungültige Eingabesyntax für Typ json"
 
-#: utils/adt/json.c:595 utils/adt/json.c:638
+#: utils/adt/json.c:445
+#, c-format
+msgid "Character with value 0x%02x must be escaped."
+msgstr ""
+
+#: utils/adt/json.c:483
+#, fuzzy, c-format
+msgid "\"\\u\" must be followed by four hexadecimal digits."
+msgstr "»%c« ist keine gültige Hexadezimalziffer"
+
+#: utils/adt/json.c:495
+#, fuzzy, c-format
+msgid "Escape sequence \"\\%s\" is invalid."
+msgstr "Index »%s« ist nicht gültig"
+
+#: utils/adt/json.c:614
+#, c-format
+msgid "The input string ended unexpectedly."
+msgstr ""
+
+#: utils/adt/json.c:628
+#, fuzzy, c-format
+msgid "Expected end of input, but found \"%s\"."
+msgstr "Unerwartetes Ende der Eingabe."
+
+#: utils/adt/json.c:639
+#, fuzzy, c-format
+msgid "Expected JSON value, but found \"%s\"."
+msgstr "%d Parameter erwartet aber %d erhalten."
+
+#: utils/adt/json.c:647
+#, fuzzy, c-format
+msgid "Expected array element or \"]\", but found \"%s\"."
+msgstr "%d Parameter erwartet aber %d erhalten."
+
+#: utils/adt/json.c:655
+#, c-format
+msgid "Expected \",\" or \"]\", but found \"%s\"."
+msgstr "»,« oder »]« erwartet, aber »%s« gefunden."
+
+#: utils/adt/json.c:663
+#, c-format
+msgid "Expected string or \"}\", but found \"%s\"."
+msgstr "Zeichenkette oder »}« erwartet, aber »%s« gefunden."
+
+#: utils/adt/json.c:671
+#, c-format
+msgid "Expected \":\", but found \"%s\"."
+msgstr "»:« erwartet, aber »%s« gefunden."
+
+#: utils/adt/json.c:679
 #, c-format
-msgid "invalid input syntax for type json: \"%s\""
-msgstr "ungültige Eingabesyntax für Typ json: »%s«"
+msgid "Expected \",\" or \"}\", but found \"%s\"."
+msgstr "»,« oder »}« erwartet, aber »%s« gefunden."
+
+#: utils/adt/json.c:687
+#, fuzzy, c-format
+msgid "Expected string, but found \"%s\"."
+msgstr "%d Parameter erwartet aber %d erhalten."
+
+#: utils/adt/json.c:718
+#, fuzzy, c-format
+msgid "Token \"%s\" is invalid."
+msgstr "Index »%s« ist nicht gültig"
+
+#: utils/adt/json.c:790
+#, fuzzy, c-format
+msgid "JSON data, line %d: %s%s%s"
+msgstr "COPY %s, Zeile %d: »%s«"
 
-#: utils/adt/like.c:211 utils/adt/selfuncs.c:5159
+#: utils/adt/like.c:211 utils/adt/selfuncs.c:5160
 #, c-format
 msgid "could not determine which collation to use for ILIKE"
 msgstr "konnte die für ILIKE zu verwendende Sortierfolge nicht bestimmen"
@@ -15229,7 +16171,9 @@ msgstr "PID %d ist kein PostgreSQL-Serverprozess"
 
 #: utils/adt/misc.c:159
 #, fuzzy, c-format
-msgid "must be superuser or have the same role to cancel queries running in other server processes"
+msgid ""
+"must be superuser or have the same role to cancel queries running in other "
+"server processes"
 msgstr "nur Superuser können Signale an andere Serverprozesse senden"
 
 #: utils/adt/misc.c:173
@@ -15272,19 +16216,19 @@ msgstr "globaler Tablespace hat niemals Datenbanken"
 msgid "%u is not a tablespace OID"
 msgstr "%u ist keine Tablespace-OID"
 
-#: utils/adt/misc.c:467
+#: utils/adt/misc.c:468
 msgid "unreserved"
 msgstr "unreserviert"
 
-#: utils/adt/misc.c:471
+#: utils/adt/misc.c:472
 msgid "unreserved (cannot be function or type name)"
 msgstr "unreserviert (kann nicht Funktions- oder Typname sein)"
 
-#: utils/adt/misc.c:475
+#: utils/adt/misc.c:476
 msgid "reserved (can be function or type name)"
 msgstr "reserviert (kann Funktions- oder Typname sein)"
 
-#: utils/adt/misc.c:479
+#: utils/adt/misc.c:480
 msgid "reserved"
 msgstr "reserviert"
 
@@ -15445,8 +16389,12 @@ msgstr "Feldüberlauf bei Typ »numeric«"
 
 #: utils/adt/numeric.c:3872
 #, c-format
-msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d."
-msgstr "Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von weniger als %s%d ergeben."
+msgid ""
+"A field with precision %d, scale %d must round to an absolute value less "
+"than %s%d."
+msgstr ""
+"Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von "
+"weniger als %s%d ergeben."
 
 #: utils/adt/numeric.c:5320
 #, c-format
@@ -15505,18 +16453,28 @@ msgstr "konnte Locale »%s« nicht erzeugen: %m"
 
 #: utils/adt/pg_locale.c:970
 #, c-format
-msgid "The operating system could not find any locale data for the locale name \"%s\"."
-msgstr "Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« finden."
+msgid ""
+"The operating system could not find any locale data for the locale name \"%s"
+"\"."
+msgstr ""
+"Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« "
+"finden."
 
 #: utils/adt/pg_locale.c:1057
 #, c-format
-msgid "collations with different collate and ctype values are not supported on this platform"
-msgstr "Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf dieser Plattform nicht unterstützt"
+msgid ""
+"collations with different collate and ctype values are not supported on this "
+"platform"
+msgstr ""
+"Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf "
+"dieser Plattform nicht unterstützt"
 
 #: utils/adt/pg_locale.c:1072
 #, c-format
 msgid "nondefault collations are not supported on this platform"
-msgstr "Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform nicht unterstützt"
+msgstr ""
+"Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform "
+"nicht unterstützt"
 
 #: utils/adt/pg_locale.c:1243
 #, c-format
@@ -15525,8 +16483,12 @@ msgstr "ungültiges Mehrbytezeichen für Locale"
 
 #: utils/adt/pg_locale.c:1244
 #, c-format
-msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
-msgstr "Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der Datenbank inkompatibel."
+msgid ""
+"The server's LC_CTYPE locale is probably incompatible with the database "
+"encoding."
+msgstr ""
+"Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der "
+"Datenbank inkompatibel."
 
 #: utils/adt/pseudotypes.c:95
 #, c-format
@@ -15709,7 +16671,7 @@ msgstr "Müll nach rechter runder oder eckiger Klammer."
 msgid "Unexpected end of input."
 msgstr "Unerwartetes Ende der Eingabe."
 
-#: utils/adt/regexp.c:275 utils/adt/varlena.c:2918
+#: utils/adt/regexp.c:275 utils/adt/varlena.c:2919
 #, c-format
 msgid "regular expression failed: %s"
 msgstr "regulärer Ausdruck fehlgeschlagen: %s"
@@ -15734,19 +16696,31 @@ msgstr "es gibt mehrere Funktionen namens »%s«"
 msgid "more than one operator named %s"
 msgstr "es gibt mehrere Operatoren namens %s"
 
-#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6032
-#: utils/adt/ruleutils.c:6087 utils/adt/ruleutils.c:6124
+#: utils/adt/regproc.c:630 gram.y:6378
 #, c-format
-msgid "too many arguments"
-msgstr "zu viele Argumente"
+msgid "missing argument"
+msgstr "Argument fehlt"
 
-#: utils/adt/regproc.c:636
+#: utils/adt/regproc.c:631 gram.y:6379
 #, c-format
-msgid "Provide two argument types for operator."
+msgid "Use NONE to denote the missing argument of a unary operator."
+msgstr ""
+"Verwenden Sie NONE, um das fehlende Argument eines unären Operators "
+"anzugeben."
+
+#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6030
+#: utils/adt/ruleutils.c:6085 utils/adt/ruleutils.c:6122
+#, c-format
+msgid "too many arguments"
+msgstr "zu viele Argumente"
+
+#: utils/adt/regproc.c:636
+#, c-format
+msgid "Provide two argument types for operator."
 msgstr "Geben Sie zwei Argumente für den Operator an."
 
-#: utils/adt/regproc.c:1323 utils/adt/regproc.c:1328 utils/adt/varlena.c:2303
-#: utils/adt/varlena.c:2308
+#: utils/adt/regproc.c:1323 utils/adt/regproc.c:1328 utils/adt/varlena.c:2304
+#: utils/adt/varlena.c:2309
 #, c-format
 msgid "invalid name syntax"
 msgstr "ungültige Namenssyntax"
@@ -15771,16 +16745,32 @@ msgstr "Typname erwartet"
 msgid "improper type name"
 msgstr "falscher Typname"
 
+#: utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435
+#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838
+#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188
+#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547
+#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901
+#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299
+#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550
+#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2969
+#, c-format
+msgid "MATCH PARTIAL not yet implemented"
+msgstr "MATCH PARTIAL ist noch nicht implementiert"
+
 #: utils/adt/ri_triggers.c:409 utils/adt/ri_triggers.c:2841
 #: utils/adt/ri_triggers.c:3536 utils/adt/ri_triggers.c:3568
 #, c-format
 msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
-msgstr "Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s«"
+msgstr ""
+"Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-"
+"Constraint »%s«"
 
 #: utils/adt/ri_triggers.c:412 utils/adt/ri_triggers.c:2844
 #, c-format
 msgid "MATCH FULL does not allow mixing of null and nonnull key values."
-msgstr "MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, nicht."
+msgstr ""
+"MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, "
+"nicht."
 
 #: utils/adt/ri_triggers.c:3097
 #, c-format
@@ -15804,18 +16794,28 @@ msgstr "kein »pg_constraint«-Eintrag für Trigger »%s« für Tabelle »%s«"
 
 #: utils/adt/ri_triggers.c:3148
 #, c-format
-msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
-msgstr "Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und führen Sie dann ALTER TABLE ADD CONSTRAINT aus."
+msgid ""
+"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
+"ADD CONSTRAINT."
+msgstr ""
+"Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und "
+"führen Sie dann ALTER TABLE ADD CONSTRAINT aus."
 
 #: utils/adt/ri_triggers.c:3503
 #, c-format
-msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
-msgstr "RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab unerwartetes Ergebnis"
+msgid ""
+"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
+"unexpected result"
+msgstr ""
+"RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab "
+"unerwartetes Ergebnis"
 
 #: utils/adt/ri_triggers.c:3507
 #, c-format
 msgid "This is most likely due to a rule having rewritten the query."
-msgstr "Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage umgeschrieben hat."
+msgstr ""
+"Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage "
+"umgeschrieben hat."
 
 #: utils/adt/ri_triggers.c:3538
 #, c-format
@@ -15829,8 +16829,12 @@ msgstr "Schlüssel (%s)=(%s) ist nicht in Tabelle »%s« vorhanden."
 
 #: utils/adt/ri_triggers.c:3576
 #, c-format
-msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\""
-msgstr "Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s« von Tabelle »%s«"
+msgid ""
+"update or delete on table \"%s\" violates foreign key constraint \"%s\" on "
+"table \"%s\""
+msgstr ""
+"Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-"
+"Constraint »%s« von Tabelle »%s«"
 
 #: utils/adt/ri_triggers.c:3579
 #, c-format
@@ -15886,27 +16890,33 @@ msgstr "falsches Binärformat in Record-Spalte %d"
 #: utils/adt/rowtypes.c:897 utils/adt/rowtypes.c:1132
 #, c-format
 msgid "cannot compare dissimilar column types %s and %s at record column %d"
-msgstr "kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht vergleichen"
+msgstr ""
+"kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht "
+"vergleichen"
 
 #: utils/adt/rowtypes.c:983 utils/adt/rowtypes.c:1203
 #, c-format
 msgid "cannot compare record types with different numbers of columns"
-msgstr "kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
+msgstr ""
+"kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
 
 #: utils/adt/ruleutils.c:2476
 #, c-format
 msgid "rule \"%s\" has unsupported event type %d"
 msgstr "Regel »%s« hat nicht unterstützten Ereignistyp %d"
 
-#: utils/adt/selfuncs.c:5144 utils/adt/selfuncs.c:5598
+#: utils/adt/selfuncs.c:5145 utils/adt/selfuncs.c:5599
 #, c-format
 msgid "case insensitive matching not supported on type bytea"
-msgstr "Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea nicht unterstützt"
+msgstr ""
+"Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea "
+"nicht unterstützt"
 
-#: utils/adt/selfuncs.c:5259 utils/adt/selfuncs.c:5758
+#: utils/adt/selfuncs.c:5260 utils/adt/selfuncs.c:5759
 #, c-format
 msgid "regular-expression matching not supported on type bytea"
-msgstr "Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt"
+msgstr ""
+"Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt"
 
 #: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86
 #, c-format
@@ -16030,12 +17040,14 @@ msgstr "suppress_redundant_updates_trigger: muss bei UPDATE aufgerufen werden"
 #: utils/adt/trigfuncs.c:53
 #, c-format
 msgid "suppress_redundant_updates_trigger: must be called before update"
-msgstr "suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden"
+msgstr ""
+"suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden"
 
 #: utils/adt/trigfuncs.c:59
 #, c-format
 msgid "suppress_redundant_updates_trigger: must be called for each row"
-msgstr "suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden"
+msgstr ""
+"suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden"
 
 #: utils/adt/tsgistidx.c:98
 #, c-format
@@ -16075,8 +17087,11 @@ msgstr "Textsucheanfrage enthält keine Lexeme: »%s«"
 
 #: utils/adt/tsquery_cleanup.c:284
 #, c-format
-msgid "text-search query contains only stop words or doesn't contain lexemes, ignored"
-msgstr "Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert"
+msgid ""
+"text-search query contains only stop words or doesn't contain lexemes, "
+"ignored"
+msgstr ""
+"Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert"
 
 #: utils/adt/tsquery_rewrite.c:295
 #, c-format
@@ -16209,8 +17224,8 @@ msgid "bit string too long for type bit varying(%d)"
 msgstr "Bitkette ist zu lang für Typ bit varying(%d)"
 
 #: utils/adt/varbit.c:1038 utils/adt/varbit.c:1140 utils/adt/varlena.c:791
-#: utils/adt/varlena.c:855 utils/adt/varlena.c:999 utils/adt/varlena.c:1954
-#: utils/adt/varlena.c:2021
+#: utils/adt/varlena.c:855 utils/adt/varlena.c:999 utils/adt/varlena.c:1955
+#: utils/adt/varlena.c:2022
 #, c-format
 msgid "negative substring length not allowed"
 msgstr "negative Teilzeichenkettenlänge nicht erlaubt"
@@ -16228,14 +17243,15 @@ msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 #: utils/adt/varbit.c:1287
 #, c-format
 msgid "cannot XOR bit strings of different sizes"
-msgstr "binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
+msgstr ""
+"binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 
 #: utils/adt/varbit.c:1765 utils/adt/varbit.c:1823
 #, c-format
 msgid "bit index %d out of valid range (0..%d)"
 msgstr "Bitindex %d ist außerhalb des gültigen Bereichs (0..%d)"
 
-#: utils/adt/varbit.c:1774 utils/adt/varlena.c:2221
+#: utils/adt/varbit.c:1774 utils/adt/varlena.c:2222
 #, c-format
 msgid "new bit must be 0 or 1"
 msgstr "neues Bit muss 0 oder 1 sein"
@@ -16250,58 +17266,61 @@ msgstr "Wert zu lang für Typ character(%d)"
 msgid "value too long for type character varying(%d)"
 msgstr "Wert zu lang für Typ character varying(%d)"
 
-#: utils/adt/varlena.c:1370
+#: utils/adt/varlena.c:1371
 #, c-format
 msgid "could not determine which collation to use for string comparison"
-msgstr "konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht bestimmen"
+msgstr ""
+"konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht "
+"bestimmen"
 
-#: utils/adt/varlena.c:1416 utils/adt/varlena.c:1429
+#: utils/adt/varlena.c:1417 utils/adt/varlena.c:1430
 #, c-format
 msgid "could not convert string to UTF-16: error code %lu"
 msgstr "konnte Zeichenkette nicht in UTF-16 umwandeln: Fehlercode %lu"
 
-#: utils/adt/varlena.c:1444
+#: utils/adt/varlena.c:1445
 #, c-format
 msgid "could not compare Unicode strings: %m"
 msgstr "konnte Unicode-Zeichenketten nicht vergleichen: %m"
 
-#: utils/adt/varlena.c:2099 utils/adt/varlena.c:2130 utils/adt/varlena.c:2166
-#: utils/adt/varlena.c:2209
+#: utils/adt/varlena.c:2100 utils/adt/varlena.c:2131 utils/adt/varlena.c:2167
+#: utils/adt/varlena.c:2210
 #, c-format
 msgid "index %d out of valid range, 0..%d"
 msgstr "Index %d ist außerhalb des gültigen Bereichs, 0..%d"
 
-#: utils/adt/varlena.c:3011
+#: utils/adt/varlena.c:3012
 #, c-format
 msgid "field position must be greater than zero"
 msgstr "Feldposition muss größer als null sein"
 
-#: utils/adt/varlena.c:3880 utils/adt/varlena.c:3941
+#: utils/adt/varlena.c:3881 utils/adt/varlena.c:3942
 #, c-format
 msgid "unterminated conversion specifier"
 msgstr "Konvertierungsspezifikation nicht abgeschlossen"
 
-#: utils/adt/varlena.c:3904 utils/adt/varlena.c:3920
+#: utils/adt/varlena.c:3905 utils/adt/varlena.c:3921
 #, c-format
 msgid "argument number is out of range"
 msgstr "Argumentnummer ist außerhalb des zulässigen Bereichs"
 
-#: utils/adt/varlena.c:3947
+#: utils/adt/varlena.c:3948
 #, c-format
 msgid "conversion specifies argument 0, but arguments are numbered from 1"
-msgstr "Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert"
+msgstr ""
+"Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert"
 
-#: utils/adt/varlena.c:3954
+#: utils/adt/varlena.c:3955
 #, c-format
 msgid "too few arguments for format"
 msgstr "zu wenige Argumente für Format"
 
-#: utils/adt/varlena.c:3975
+#: utils/adt/varlena.c:3976
 #, c-format
 msgid "unrecognized conversion specifier \"%c\""
 msgstr "unbekannte Konvertierungsspezifikation »%c«"
 
-#: utils/adt/varlena.c:4004
+#: utils/adt/varlena.c:4005
 #, c-format
 msgid "null values cannot be formatted as an SQL identifier"
 msgstr "NULL-Werte können nicht als SQL-Bezeichner formatiert werden"
@@ -16324,7 +17343,9 @@ msgstr "nicht unterstützte XML-Funktionalität"
 #: utils/adt/xml.c:155
 #, c-format
 msgid "This functionality requires the server to be built with libxml support."
-msgstr "Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung gebaut wird."
+msgstr ""
+"Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung "
+"gebaut wird."
 
 #: utils/adt/xml.c:156
 #, c-format
@@ -16373,8 +17394,10 @@ msgstr "konnte XML-Bibliothek nicht initialisieren"
 
 #: utils/adt/xml.c:897
 #, c-format
-msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
-msgstr "libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u."
+msgid ""
+"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
+msgstr ""
+"libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u."
 
 #: utils/adt/xml.c:983
 #, fuzzy, c-format
@@ -16383,7 +17406,9 @@ msgstr "konnte Semaphore nicht erzeugen: Fehlercode %d"
 
 #: utils/adt/xml.c:984
 #, c-format
-msgid "This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with."
+msgid ""
+"This probably indicates that the version of libxml2 being used is not "
+"compatible with the libxml2 header files that PostgreSQL was built with."
 msgstr ""
 
 #: utils/adt/xml.c:1684
@@ -16437,8 +17462,11 @@ msgstr "ungültiges Array for XML-Namensraumabbildung"
 
 #: utils/adt/xml.c:3728
 #, c-format
-msgid "The array must be two-dimensional with length of the second axis equal to 2."
-msgstr "Das Array muss zweidimensional sein und die Länge der zweiten Achse muss gleich 2 sein."
+msgid ""
+"The array must be two-dimensional with length of the second axis equal to 2."
+msgstr ""
+"Das Array muss zweidimensional sein und die Länge der zweiten Achse muss "
+"gleich 2 sein."
 
 #: utils/adt/xml.c:3752
 #, c-format
@@ -16479,7 +17507,8 @@ msgstr "gecachter Plan darf den Ergebnistyp nicht ändern"
 #: utils/cache/relcache.c:4307
 #, c-format
 msgid "could not create relation-cache initialization file \"%s\": %m"
-msgstr "konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
+msgstr ""
+"konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
 
 #: utils/cache/relcache.c:4309
 #, c-format
@@ -16494,7 +17523,9 @@ msgstr "konnte Cache-Datei »%s« nicht löschen: %m"
 #: utils/cache/relmapper.c:453
 #, c-format
 msgid "cannot PREPARE a transaction that modified relation mapping"
-msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-Mapping geändert hat"
+msgstr ""
+"PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-"
+"Mapping geändert hat"
 
 #: utils/cache/relmapper.c:595 utils/cache/relmapper.c:701
 #, c-format
@@ -16731,7 +17762,8 @@ msgstr "eine Komponente im Parameter »dynamic_library_path« hat Länge null"
 #: utils/fmgr/dfmgr.c:636
 #, c-format
 msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
-msgstr "eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad"
+msgstr ""
+"eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad"
 
 #: utils/fmgr/fmgr.c:271
 #, c-format
@@ -16750,8 +17782,12 @@ msgstr "Funktion %u hat zu viele Argumente (%d, Maximum ist %d)"
 
 #: utils/fmgr/funcapi.c:354
 #, c-format
-msgid "could not determine actual result type for function \"%s\" declared to return type %s"
-msgstr "konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten Rückgabetyp %s nicht bestimmen"
+msgid ""
+"could not determine actual result type for function \"%s\" declared to "
+"return type %s"
+msgstr ""
+"konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten "
+"Rückgabetyp %s nicht bestimmen"
 
 #: utils/fmgr/funcapi.c:1300 utils/fmgr/funcapi.c:1331
 #, c-format
@@ -16766,7 +17802,9 @@ msgstr "Spaltenalias fehlt"
 #: utils/fmgr/funcapi.c:1349
 #, c-format
 msgid "could not determine row description for function returning record"
-msgstr "konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht ermitteln"
+msgstr ""
+"konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht "
+"ermitteln"
 
 #: utils/init/miscinit.c:115
 #, c-format
@@ -16776,7 +17814,8 @@ msgstr "konnte nicht in Verzeichnis »%s« wechseln: %m"
 #: utils/init/miscinit.c:381 utils/misc/guc.c:5287
 #, c-format
 msgid "cannot set parameter \"%s\" within security-restricted operation"
-msgstr "kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen"
+msgstr ""
+"kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen"
 
 #: utils/init/miscinit.c:460
 #, c-format
@@ -16821,32 +17860,45 @@ msgstr "Sperrdatei »%s« existiert bereits"
 #: utils/init/miscinit.c:814
 #, c-format
 msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
-msgstr "Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?"
+msgstr ""
+"Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?"
 
 #: utils/init/miscinit.c:816
 #, c-format
 msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
-msgstr "Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis »%s«?"
+msgstr ""
+"Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis "
+"»%s«?"
 
 #: utils/init/miscinit.c:819
 #, c-format
 msgid "Is another postgres (PID %d) using socket file \"%s\"?"
-msgstr "Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?"
+msgstr ""
+"Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?"
 
 #: utils/init/miscinit.c:821
 #, c-format
 msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
-msgstr "Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei »%s«?"
+msgstr ""
+"Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei "
+"»%s«?"
 
 #: utils/init/miscinit.c:857
 #, c-format
 msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
-msgstr "bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch benutzt"
+msgstr ""
+"bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch "
+"benutzt"
 
 #: utils/init/miscinit.c:860
 #, c-format
-msgid "If you're sure there are no old server processes still running, remove the shared memory block or just delete the file \"%s\"."
-msgstr "Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei »%s«."
+msgid ""
+"If you're sure there are no old server processes still running, remove the "
+"shared memory block or just delete the file \"%s\"."
+msgstr ""
+"Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, "
+"entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei "
+"»%s«."
 
 #: utils/init/miscinit.c:876
 #, c-format
@@ -16855,8 +17907,13 @@ msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m"
 
 #: utils/init/miscinit.c:878
 #, c-format
-msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
-msgstr "Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es erneut."
+msgid ""
+"The file seems accidentally left over, but it could not be removed. Please "
+"remove the file by hand and try again."
+msgstr ""
+"Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht "
+"gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es "
+"erneut."
 
 #: utils/init/miscinit.c:912 utils/init/miscinit.c:923
 #: utils/init/miscinit.c:933
@@ -16891,8 +17948,12 @@ msgstr "Sie müssen möglicherweise initdb ausführen."
 
 #: utils/init/miscinit.c:1164
 #, c-format
-msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
-msgstr "Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, welche nicht mit dieser Version %s kompatibel ist."
+msgid ""
+"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
+"not compatible with this version %s."
+msgstr ""
+"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, "
+"welche nicht mit dieser Version %s kompatibel ist."
 
 #: utils/init/miscinit.c:1212
 #, c-format
@@ -16951,18 +18012,29 @@ msgstr "Datenbank-Locale ist inkompatibel mit Betriebssystem"
 
 #: utils/init/postinit.c:336
 #, c-format
-msgid "The database was initialized with LC_COLLATE \"%s\",  which is not recognized by setlocale()."
-msgstr "Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() nicht erkannt wird."
+msgid ""
+"The database was initialized with LC_COLLATE \"%s\",  which is not "
+"recognized by setlocale()."
+msgstr ""
+"Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() "
+"nicht erkannt wird."
 
 #: utils/init/postinit.c:338 utils/init/postinit.c:345
 #, c-format
-msgid "Recreate the database with another locale or install the missing locale."
-msgstr "Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren Sie die fehlende Locale."
+msgid ""
+"Recreate the database with another locale or install the missing locale."
+msgstr ""
+"Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren "
+"Sie die fehlende Locale."
 
 #: utils/init/postinit.c:343
 #, c-format
-msgid "The database was initialized with LC_CTYPE \"%s\",  which is not recognized by setlocale()."
-msgstr "Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() nicht erkannt wird."
+msgid ""
+"The database was initialized with LC_CTYPE \"%s\",  which is not recognized "
+"by setlocale()."
+msgstr ""
+"Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() "
+"nicht erkannt wird."
 
 #: utils/init/postinit.c:599
 #, c-format
@@ -16977,12 +18049,15 @@ msgstr "Sie sollten sofort CREATE USER \"%s\" SUPERUSER; ausführen."
 #: utils/init/postinit.c:623
 #, c-format
 msgid "new replication connections are not allowed during database shutdown"
-msgstr "während des Herunterfahrens der Datenbank sind keine neuen Replikationsverbindungen erlaubt"
+msgstr ""
+"während des Herunterfahrens der Datenbank sind keine neuen "
+"Replikationsverbindungen erlaubt"
 
 #: utils/init/postinit.c:627
 #, c-format
 msgid "must be superuser to connect during database shutdown"
-msgstr "nur Superuser können während des Herunterfahrens der Datenbank verbinden"
+msgstr ""
+"nur Superuser können während des Herunterfahrens der Datenbank verbinden"
 
 #: utils/init/postinit.c:637
 #, c-format
@@ -16991,8 +18066,12 @@ msgstr "nur Superuser können im Binary-Upgrade-Modus verbinden"
 
 #: utils/init/postinit.c:651
 #, c-format
-msgid "remaining connection slots are reserved for non-replication superuser connections"
-msgstr "die verbleibenden Verbindungen sind für Superuser auf Nicht-Replikationsverbindungen reserviert"
+msgid ""
+"remaining connection slots are reserved for non-replication superuser "
+"connections"
+msgstr ""
+"die verbleibenden Verbindungen sind für Superuser auf Nicht-"
+"Replikationsverbindungen reserviert"
 
 #: utils/init/postinit.c:665
 #, c-format
@@ -17048,7 +18127,8 @@ msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt"
 
 #: utils/mb/mbutils.c:351
 #, c-format
-msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
+msgid ""
+"default conversion function for encoding \"%s\" to \"%s\" does not exist"
 msgstr "Standardumwandlung von Kodierung »%s« nach »%s« existiert nicht"
 
 #: utils/mb/mbutils.c:375 utils/mb/mbutils.c:676
@@ -17071,14 +18151,16 @@ msgstr "ungültiger Zielkodierungsname »%s«"
 msgid "invalid byte value for encoding \"%s\": 0x%02x"
 msgstr "ungültiger Byte-Wert für Kodierung »%s«: 0x%02x"
 
-#: utils/mb/wchar.c:1848
+#: utils/mb/wchar.c:1847
 #, c-format
 msgid "invalid byte sequence for encoding \"%s\": %s"
 msgstr "ungültige Byte-Sequenz für Kodierung »%s«: %s"
 
-#: utils/mb/wchar.c:1881
+#: utils/mb/wchar.c:1880
 #, fuzzy, c-format
-msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\""
+msgid ""
+"character with byte sequence %s in encoding \"%s\" has no equivalent in "
+"encoding \"%s\""
 msgstr "Zeichen 0x%s in Kodierung »%s« hat keine Entsprechung in »%s«"
 
 #: utils/misc/guc.c:529
@@ -17110,9 +18192,8 @@ msgid "Resource Usage / Memory"
 msgstr "Resourcenbenutzung / Speicher"
 
 #: utils/misc/guc.c:543
-#, fuzzy
 msgid "Resource Usage / Disk"
-msgstr "Resourcenbenutzung"
+msgstr "Resourcenbenutzung / Festplatte"
 
 #: utils/misc/guc.c:545
 msgid "Resource Usage / Kernel Resources"
@@ -17151,9 +18232,8 @@ msgid "Replication"
 msgstr "Replikation"
 
 #: utils/misc/guc.c:563
-#, fuzzy
 msgid "Replication / Sending Servers"
-msgstr "Replikation / Standby-Server"
+msgstr "Replikation / sendende Server"
 
 #: utils/misc/guc.c:565
 msgid "Replication / Master Server"
@@ -17313,7 +18393,8 @@ msgstr "Ermöglicht genetische Anfrageoptimierung."
 
 #: utils/misc/guc.c:771
 msgid "This algorithm attempts to do planning without exhaustive searching."
-msgstr "Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen."
+msgstr ""
+"Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen."
 
 #: utils/misc/guc.c:781
 msgid "Shows whether the current user is a superuser."
@@ -17332,24 +18413,54 @@ msgid "Forces synchronization of updates to disk."
 msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte."
 
 #: utils/misc/guc.c:810
-msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash."
-msgstr "Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand wiederhergestellt werden kann."
+msgid ""
+"The server will use the fsync() system call in several places to make sure "
+"that updates are physically written to disk. This insures that a database "
+"cluster will recover to a consistent state after an operating system or "
+"hardware crash."
+msgstr ""
+"Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um "
+"sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte "
+"geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem "
+"Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand "
+"wiederhergestellt werden kann."
 
 #: utils/misc/guc.c:821
 msgid "Continues processing past damaged page headers."
 msgstr "Setzt die Verarbeitung trotz kaputter Seitenköpfe fort."
 
 #: utils/misc/guc.c:822
-msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page."
-msgstr "Wenn eine kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise ein Fehler aus und bricht die aktuelle Transaktion ab. Wenn »zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte Seiten mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten zerstört Daten, nämlich alle Zeilen in der kaputten Seite."
+msgid ""
+"Detection of a damaged page header normally causes PostgreSQL to report an "
+"error, aborting the current transaction. Setting zero_damaged_pages to true "
+"causes the system to instead report a warning, zero out the damaged page, "
+"and continue processing. This behavior will destroy data, namely all the "
+"rows on the damaged page."
+msgstr ""
+"Wenn eine kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise "
+"ein Fehler aus und bricht die aktuelle Transaktion ab. Wenn "
+"»zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte "
+"Seiten mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten "
+"zerstört Daten, nämlich alle Zeilen in der kaputten Seite."
 
 #: utils/misc/guc.c:835
 msgid "Writes full pages to WAL when first modified after a checkpoint."
-msgstr "Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert werden."
+msgstr ""
+"Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert "
+"werden."
 
 #: utils/misc/guc.c:836
-msgid "A page write in process during an operating system crash might be only partially written to disk.  During recovery, the row changes stored in WAL are not enough to recover.  This option writes pages when first modified after a checkpoint to WAL so full recovery is possible."
-msgstr "Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden sind, damit eine volle Wiederherstellung möglich ist."
+msgid ""
+"A page write in process during an operating system crash might be only "
+"partially written to disk.  During recovery, the row changes stored in WAL "
+"are not enough to recover.  This option writes pages when first modified "
+"after a checkpoint to WAL so full recovery is possible."
+msgstr ""
+"Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte "
+"eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung "
+"sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese "
+"Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden "
+"sind, damit eine volle Wiederherstellung möglich ist."
 
 #: utils/misc/guc.c:848
 msgid "Logs each checkpoint."
@@ -17426,8 +18537,13 @@ msgid "Collects information about executing commands."
 msgstr "Sammelt Informationen über ausgeführte Befehle."
 
 #: utils/misc/guc.c:1004
-msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution."
-msgstr "Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung begann."
+msgid ""
+"Enables the collection of information on the currently executing command of "
+"each session, along with the time at which that command began execution."
+msgstr ""
+"Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl "
+"jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung "
+"begann."
 
 #: utils/misc/guc.c:1014
 msgid "Collects statistics on database activity."
@@ -17440,11 +18556,16 @@ msgstr "Sammelt Statistiken über Datenbankaktivität."
 
 #: utils/misc/guc.c:1033
 msgid "Updates the process title to show the active SQL command."
-msgstr "Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen."
+msgstr ""
+"Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen."
 
 #: utils/misc/guc.c:1034
-msgid "Enables updating of the process title every time a new SQL command is received by the server."
-msgstr "Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server empfangenen neuen SQL-Befehl."
+msgid ""
+"Enables updating of the process title every time a new SQL command is "
+"received by the server."
+msgstr ""
+"Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server "
+"empfangenen neuen SQL-Befehl."
 
 #: utils/misc/guc.c:1043
 msgid "Starts the autovacuum subprocess."
@@ -17463,8 +18584,16 @@ msgid "Logs the host name in the connection logs."
 msgstr "Schreibt den Hostnamen jeder Verbindung in den Log."
 
 #: utils/misc/guc.c:1118
-msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty."
-msgstr "In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann das die Leistung nicht unerheblich beeinträchtigen."
+msgid ""
+"By default, connection logs only show the IP address of the connecting host. "
+"If you want them to show the host name you can turn this on, but depending "
+"on your host name resolution setup it might impose a non-negligible "
+"performance penalty."
+msgstr ""
+"In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der "
+"Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie "
+"diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann "
+"das die Leistung nicht unerheblich beeinträchtigen."
 
 #: utils/misc/guc.c:1129
 msgid "Causes subtables to be included by default in various commands."
@@ -17475,16 +18604,31 @@ msgid "Encrypt passwords."
 msgstr "Verschlüsselt Passwörter."
 
 #: utils/misc/guc.c:1139
-msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted."
-msgstr "Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort verschlüsselt wird."
+msgid ""
+"When a password is specified in CREATE USER or ALTER USER without writing "
+"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the "
+"password is to be encrypted."
+msgstr ""
+"Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder "
+"UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort "
+"verschlüsselt wird."
 
 #: utils/misc/guc.c:1149
 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
 msgstr "Behandelt »ausdruck=NULL« als »ausdruck IS NULL«."
 
 #: utils/misc/guc.c:1150
-msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)."
-msgstr "Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für unbekannt) zurückzugeben."
+msgid ""
+"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
+"treated as expr IS NULL, that is, they return true if expr evaluates to the "
+"null value, and false otherwise. The correct behavior of expr = NULL is to "
+"always return null (unknown)."
+msgstr ""
+"Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = "
+"ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn "
+"das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das "
+"korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für "
+"unbekannt) zurückzugeben."
 
 #: utils/misc/guc.c:1162
 msgid "Enables per-database user names."
@@ -17495,12 +18639,17 @@ msgid "This parameter doesn't do anything."
 msgstr "Dieser Parameter macht nichts."
 
 #: utils/misc/guc.c:1173
-msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients."
-msgstr "Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET AUTOCOMMIT TO ON ausführen."
+msgid ""
+"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-"
+"vintage clients."
+msgstr ""
+"Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET "
+"AUTOCOMMIT TO ON ausführen."
 
 #: utils/misc/guc.c:1182
 msgid "Sets the default read-only status of new transactions."
-msgstr "Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion."
+msgstr ""
+"Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion."
 
 #: utils/misc/guc.c:1191
 msgid "Sets the current transaction's read-only status."
@@ -17508,11 +18657,17 @@ msgstr "Setzt die Read-Only-Einstellung der aktuellen Transaktion."
 
 #: utils/misc/guc.c:1201
 msgid "Sets the default deferrable status of new transactions."
-msgstr "Setzt den Standardwert für die Deferrable-Einstellung einer neuen Transaktion."
+msgstr ""
+"Setzt den Standardwert für die Deferrable-Einstellung einer neuen "
+"Transaktion."
 
 #: utils/misc/guc.c:1210
-msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures."
-msgstr "Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis sie ohne mögliche Serialisierungsfehler ausgeführt werden kann."
+msgid ""
+"Whether to defer a read-only serializable transaction until it can be "
+"executed with no possible serialization failures."
+msgstr ""
+"Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis "
+"sie ohne mögliche Serialisierungsfehler ausgeführt werden kann."
 
 #: utils/misc/guc.c:1220
 msgid "Check function bodies during CREATE FUNCTION."
@@ -17523,16 +18678,23 @@ msgid "Enable input of NULL elements in arrays."
 msgstr "Ermöglicht die Eingabe von NULL-Elementen in Arrays."
 
 #: utils/misc/guc.c:1230
-msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally."
-msgstr "Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette."
+msgid ""
+"When turned on, unquoted NULL in an array input value means a null value; "
+"otherwise it is taken literally."
+msgstr ""
+"Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-"
+"Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette."
 
 #: utils/misc/guc.c:1240
 msgid "Create new tables with OIDs by default."
 msgstr "Erzeugt neue Tabellen standardmäßig mit OIDs."
 
 #: utils/misc/guc.c:1249
-msgid "Start a subprocess to capture stderr output and/or csvlogs into log files."
-msgstr "Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in Logdateien auszugeben."
+msgid ""
+"Start a subprocess to capture stderr output and/or csvlogs into log files."
+msgstr ""
+"Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in "
+"Logdateien auszugeben."
 
 #: utils/misc/guc.c:1258
 msgid "Truncate existing log files of same name during log rotation."
@@ -17559,8 +18721,12 @@ msgid "Datetimes are integer based."
 msgstr "Datum/Zeit verwendet intern ganze Zahlen."
 
 #: utils/misc/guc.c:1338
-msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive."
-msgstr "Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen ignoriert werden soll."
+msgid ""
+"Sets whether Kerberos and GSSAPI user names should be treated as case-"
+"insensitive."
+msgstr ""
+"Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen "
+"ignoriert werden soll."
 
 #: utils/misc/guc.c:1348
 msgid "Warn about backslash escapes in ordinary string literals."
@@ -17568,7 +18734,9 @@ msgstr "Warnt bei Backslash-Escapes in normalen Zeichenkettenkonstanten."
 
 #: utils/misc/guc.c:1358
 msgid "Causes '...' strings to treat backslashes literally."
-msgstr "Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen behandeln."
+msgstr ""
+"Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen "
+"behandeln."
 
 #: utils/misc/guc.c:1369
 msgid "Enable synchronized sequential scans."
@@ -17583,8 +18751,12 @@ msgid "Allows connections and queries during recovery."
 msgstr "Erlaubt Verbindungen und Anfragen während der Wiederherstellung."
 
 #: utils/misc/guc.c:1399
-msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts."
-msgstr "Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um Anfragekonflikte zu vermeiden."
+msgid ""
+"Allows feedback from a hot standby to the primary that will avoid query "
+"conflicts."
+msgstr ""
+"Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um "
+"Anfragekonflikte zu vermeiden."
 
 #: utils/misc/guc.c:1409
 msgid "Allows modifications of the structure of system tables."
@@ -17595,28 +18767,44 @@ msgid "Disables reading from system indexes."
 msgstr "Schaltet das Lesen aus Systemindexen ab."
 
 #: utils/misc/guc.c:1421
-msgid "It does not prevent updating the indexes, so it is safe to use.  The worst consequence is slowness."
-msgstr "Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung unbedenklich. Schlimmstenfalls wird alles langsamer."
+msgid ""
+"It does not prevent updating the indexes, so it is safe to use.  The worst "
+"consequence is slowness."
+msgstr ""
+"Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung "
+"unbedenklich. Schlimmstenfalls wird alles langsamer."
 
 #: utils/misc/guc.c:1432
-msgid "Enables backward compatibility mode for privilege checks on large objects."
-msgstr "Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large Objects ein."
+msgid ""
+"Enables backward compatibility mode for privilege checks on large objects."
+msgstr ""
+"Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large "
+"Objects ein."
 
 #: utils/misc/guc.c:1433
-msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0."
-msgstr "Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, zur Kompatibilität mit PostgreSQL-Versionen vor 9.0."
+msgid ""
+"Skips privilege checks when reading or modifying large objects, for "
+"compatibility with PostgreSQL releases prior to 9.0."
+msgstr ""
+"Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, "
+"zur Kompatibilität mit PostgreSQL-Versionen vor 9.0."
 
 #: utils/misc/guc.c:1443
 msgid "When generating SQL fragments, quote all identifiers."
 msgstr "Wenn SQL-Fragmente erzeugt werden, alle Bezeichner quoten."
 
 #: utils/misc/guc.c:1462
-msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds."
-msgstr "Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N Sekunden keine neue Datei begonnen worden ist."
+msgid ""
+"Forces a switch to the next xlog file if a new file has not been started "
+"within N seconds."
+msgstr ""
+"Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N "
+"Sekunden keine neue Datei begonnen worden ist."
 
 #: utils/misc/guc.c:1473
 msgid "Waits N seconds on connection startup after authentication."
-msgstr "Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung."
+msgstr ""
+"Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung."
 
 #: utils/misc/guc.c:1474 utils/misc/guc.c:1934
 msgid "This allows attaching a debugger to the process."
@@ -17627,32 +18815,50 @@ msgid "Sets the default statistics target."
 msgstr "Setzt das voreingestellte Statistikziel."
 
 #: utils/misc/guc.c:1484
-msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS."
-msgstr "Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist."
+msgid ""
+"This applies to table columns that have not had a column-specific target set "
+"via ALTER TABLE SET STATISTICS."
+msgstr ""
+"Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches "
+"Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist."
 
 #: utils/misc/guc.c:1493
 msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
-msgstr "Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden."
+msgstr ""
+"Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden."
 
 #: utils/misc/guc.c:1495
-msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items."
-msgstr "Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
+msgid ""
+"The planner will merge subqueries into upper queries if the resulting FROM "
+"list would have no more than this many items."
+msgstr ""
+"Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die "
+"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
 
 #: utils/misc/guc.c:1505
 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
-msgstr "Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst werden."
+msgstr ""
+"Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst "
+"werden."
 
 #: utils/misc/guc.c:1507
-msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result."
-msgstr "Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
+msgid ""
+"The planner will flatten explicit JOIN constructs into lists of FROM items "
+"whenever a list of no more than this many items would result."
+msgstr ""
+"Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die "
+"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde."
 
 #: utils/misc/guc.c:1517
 msgid "Sets the threshold of FROM items beyond which GEQO is used."
-msgstr "Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird."
+msgstr ""
+"Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird."
 
 #: utils/misc/guc.c:1526
 msgid "GEQO: effort is used to set the default for other GEQO parameters."
-msgstr "GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter verwendet."
+msgstr ""
+"GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter "
+"verwendet."
 
 #: utils/misc/guc.c:1535
 msgid "GEQO: number of individuals in the population."
@@ -17671,16 +18877,27 @@ msgid "Sets the time to wait on a lock before checking for deadlock."
 msgstr "Setzt die Zeit, die gewartet wird, bis auf Verklemmung geprüft wird."
 
 #: utils/misc/guc.c:1566
-msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data."
-msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server archivierte WAL-Daten verarbeitet."
+msgid ""
+"Sets the maximum delay before canceling queries when a hot standby server is "
+"processing archived WAL data."
+msgstr ""
+"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-"
+"Standby-Server archivierte WAL-Daten verarbeitet."
 
 #: utils/misc/guc.c:1577
-msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data."
-msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server gestreamte WAL-Daten verarbeitet."
+msgid ""
+"Sets the maximum delay before canceling queries when a hot standby server is "
+"processing streamed WAL data."
+msgstr ""
+"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-"
+"Standby-Server gestreamte WAL-Daten verarbeitet."
 
 #: utils/misc/guc.c:1588
-msgid "Sets the maximum interval between WAL receiver status reports to the primary."
-msgstr "Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an den Primärserver."
+msgid ""
+"Sets the maximum interval between WAL receiver status reports to the primary."
+msgstr ""
+"Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an "
+"den Primärserver."
 
 #: utils/misc/guc.c:1599
 msgid "Sets the maximum number of concurrent connections."
@@ -17696,7 +18913,9 @@ msgstr "Setzt die Anzahl der vom Server verwendeten Shared-Memory-Puffer."
 
 #: utils/misc/guc.c:1634
 msgid "Sets the maximum number of temporary buffers used by each session."
-msgstr "Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären Puffer."
+msgstr ""
+"Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären "
+"Puffer."
 
 #: utils/misc/guc.c:1645
 msgid "Sets the TCP port the server listens on."
@@ -17707,24 +18926,43 @@ msgid "Sets the access permissions of the Unix-domain socket."
 msgstr "Setzt die Zugriffsrechte für die Unix-Domain-Socket."
 
 #: utils/misc/guc.c:1656
-msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)"
-msgstr "Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
+msgid ""
+"Unix-domain sockets use the usual Unix file system permission set. The "
+"parameter value is expected to be a numeric mode specification in the form "
+"accepted by the chmod and umask system calls. (To use the customary octal "
+"format the number must start with a 0 (zero).)"
+msgstr ""
+"Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-"
+"Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von "
+"den Systemaufrufen chmod und umask verwendeten Form sein. (Um das "
+"gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) "
+"anfangen.)"
 
 #: utils/misc/guc.c:1670
 msgid "Sets the file permissions for log files."
 msgstr "Setzt die Dateizugriffsrechte für Logdateien."
 
 #: utils/misc/guc.c:1671
-msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)"
-msgstr "Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
+msgid ""
+"The parameter value is expected to be a numeric mode specification in the "
+"form accepted by the chmod and umask system calls. (To use the customary "
+"octal format the number must start with a 0 (zero).)"
+msgstr ""
+"Der Wert dieser Option muss ein numerischer Wert in der von den "
+"Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche "
+"Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)"
 
 #: utils/misc/guc.c:1684
 msgid "Sets the maximum memory to be used for query workspaces."
 msgstr "Setzt die maximale Speichergröße für Anfrage-Arbeitsbereiche."
 
 #: utils/misc/guc.c:1685
-msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files."
-msgstr "Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird."
+msgid ""
+"This much memory can be used by each internal sort operation and hash table "
+"before switching to temporary disk files."
+msgstr ""
+"Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen "
+"verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird."
 
 #: utils/misc/guc.c:1697
 msgid "Sets the maximum memory to be used for maintenance operations."
@@ -17741,7 +18979,9 @@ msgstr "Setzt die maximale Stackgröße, in Kilobytes."
 #: utils/misc/guc.c:1724
 #, fuzzy
 msgid "Limits the total size of all temp files used by each session."
-msgstr "Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären Puffer."
+msgstr ""
+"Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären "
+"Puffer."
 
 #: utils/misc/guc.c:1725
 msgid "-1 means no limit."
@@ -17776,12 +19016,16 @@ msgid "Vacuum cost amount available before napping, for autovacuum."
 msgstr "Verfügbare Vacuum-Kosten vor Nickerchen, für Autovacuum."
 
 #: utils/misc/guc.c:1807
-msgid "Sets the maximum number of simultaneously open files for each server process."
-msgstr "Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden Serverprozess."
+msgid ""
+"Sets the maximum number of simultaneously open files for each server process."
+msgstr ""
+"Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden "
+"Serverprozess."
 
 #: utils/misc/guc.c:1820
 msgid "Sets the maximum number of simultaneously prepared transactions."
-msgstr "Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen."
+msgstr ""
+"Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen."
 
 #: utils/misc/guc.c:1853
 msgid "Sets the maximum allowed duration of any statement."
@@ -17797,27 +19041,45 @@ msgstr "Mindestalter, bei dem VACUUM eine Tabellenzeile einfrieren soll."
 
 #: utils/misc/guc.c:1874
 msgid "Age at which VACUUM should scan whole table to freeze tuples."
-msgstr "Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen einzufrieren."
+msgstr ""
+"Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen "
+"einzufrieren."
 
 #: utils/misc/guc.c:1884
-msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any."
-msgstr "Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden soll."
+msgid ""
+"Number of transactions by which VACUUM and HOT cleanup should be deferred, "
+"if any."
+msgstr ""
+"Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden "
+"soll."
 
 #: utils/misc/guc.c:1897
 msgid "Sets the maximum number of locks per transaction."
 msgstr "Setzt die maximale Anzahl Sperren pro Transaktion."
 
 #: utils/misc/guc.c:1898
-msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time."
-msgstr "Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens max_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen."
+msgid ""
+"The shared lock table is sized on the assumption that at most "
+"max_locks_per_transaction * max_connections distinct objects will need to be "
+"locked at any one time."
+msgstr ""
+"Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens "
+"max_locks_per_transaction * max_connections verschiedene Objekte "
+"gleichzeitig gesperrt werden müssen."
 
 #: utils/misc/guc.c:1909
 msgid "Sets the maximum number of predicate locks per transaction."
 msgstr "Setzt die maximale Anzahl Prädikatsperren pro Transaktion."
 
 #: utils/misc/guc.c:1910
-msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time."
-msgstr "Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das höchstens max_pred_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen."
+msgid ""
+"The shared predicate lock table is sized on the assumption that at most "
+"max_pred_locks_per_transaction * max_connections distinct objects will need "
+"to be locked at any one time."
+msgstr ""
+"Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das "
+"höchstens max_pred_locks_per_transaction * max_connections verschiedene "
+"Objekte gleichzeitig gesperrt werden müssen."
 
 #: utils/misc/guc.c:1921
 msgid "Sets the maximum allowed time to complete client authentication."
@@ -17825,27 +19087,40 @@ msgstr "Setzt die maximale Zeit, um die Client-Authentifizierung zu beenden."
 
 #: utils/misc/guc.c:1933
 msgid "Waits N seconds on connection startup before authentication."
-msgstr "Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung."
+msgstr ""
+"Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung."
 
 #: utils/misc/guc.c:1944
 msgid "Sets the number of WAL files held for standby servers."
-msgstr "Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien."
+msgstr ""
+"Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien."
 
 #: utils/misc/guc.c:1954
-msgid "Sets the maximum distance in log segments between automatic WAL checkpoints."
-msgstr "Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints."
+msgid ""
+"Sets the maximum distance in log segments between automatic WAL checkpoints."
+msgstr ""
+"Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints."
 
 #: utils/misc/guc.c:1964
 msgid "Sets the maximum time between automatic WAL checkpoints."
 msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints."
 
 #: utils/misc/guc.c:1975
-msgid "Enables warnings if checkpoint segments are filled more frequently than this."
-msgstr "Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert gefüllt werden."
+msgid ""
+"Enables warnings if checkpoint segments are filled more frequently than this."
+msgstr ""
+"Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert "
+"gefüllt werden."
 
 #: utils/misc/guc.c:1977
-msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning."
-msgstr "Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden passieren. Null schaltet die Warnung ab."
+msgid ""
+"Write a message to the server log if checkpoints caused by the filling of "
+"checkpoint segment files happens more frequently than this number of "
+"seconds. Zero turns off the warning."
+msgstr ""
+"Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der "
+"Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden "
+"passieren. Null schaltet die Warnung ab."
 
 #: utils/misc/guc.c:1989
 msgid "Sets the number of disk-page buffers in shared memory for WAL."
@@ -17864,36 +19139,56 @@ msgid "Sets the maximum time to wait for WAL replication."
 msgstr "Setzt die maximale Zeit, um auf WAL-Replikation zu warten."
 
 #: utils/misc/guc.c:2033
-msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk."
-msgstr "Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und dem Schreiben von WAL auf die Festplatte."
+msgid ""
+"Sets the delay in microseconds between transaction commit and flushing WAL "
+"to disk."
+msgstr ""
+"Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und "
+"dem Schreiben von WAL auf die Festplatte."
 
 #: utils/misc/guc.c:2044
-msgid "Sets the minimum concurrent open transactions before performing commit_delay."
-msgstr "Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor »commit_delay« angewendet wird."
+msgid ""
+"Sets the minimum concurrent open transactions before performing commit_delay."
+msgstr ""
+"Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor "
+"»commit_delay« angewendet wird."
 
 #: utils/misc/guc.c:2055
 msgid "Sets the number of digits displayed for floating-point values."
 msgstr "Setzt die Anzahl ausgegebener Ziffern für Fließkommawerte."
 
 #: utils/misc/guc.c:2056
-msgid "This affects real, double precision, and geometric data types. The parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate)."
-msgstr "Diese Einstellung betrifft real, double precision und geometrische Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. DBL_DIG) hinzuaddiert."
+msgid ""
+"This affects real, double precision, and geometric data types. The parameter "
+"value is added to the standard number of digits (FLT_DIG or DBL_DIG as "
+"appropriate)."
+msgstr ""
+"Diese Einstellung betrifft real, double precision und geometrische "
+"Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. "
+"DBL_DIG) hinzuaddiert."
 
 #: utils/misc/guc.c:2067
 msgid "Sets the minimum execution time above which statements will be logged."
-msgstr "Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden."
+msgstr ""
+"Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden."
 
 #: utils/misc/guc.c:2069
 msgid "Zero prints all queries. -1 turns this feature off."
 msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus."
 
 #: utils/misc/guc.c:2079
-msgid "Sets the minimum execution time above which autovacuum actions will be logged."
-msgstr "Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt werden."
+msgid ""
+"Sets the minimum execution time above which autovacuum actions will be "
+"logged."
+msgstr ""
+"Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt "
+"werden."
 
 #: utils/misc/guc.c:2081
 msgid "Zero prints all actions. -1 turns autovacuum logging off."
-msgstr "Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über Autovacuum aus."
+msgstr ""
+"Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über "
+"Autovacuum aus."
 
 #: utils/misc/guc.c:2091
 msgid "Background writer sleep time between rounds."
@@ -17901,15 +19196,24 @@ msgstr "Schlafzeit zwischen Durchläufen des Background-Writers."
 
 #: utils/misc/guc.c:2102
 msgid "Background writer maximum number of LRU pages to flush per round."
-msgstr "Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-Seiten."
+msgstr ""
+"Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-"
+"Seiten."
 
 #: utils/misc/guc.c:2118
-msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem."
-msgstr "Anzahl simultaner Anfragen, die das Festplattensubsystem effizient bearbeiten kann."
+msgid ""
+"Number of simultaneous requests that can be handled efficiently by the disk "
+"subsystem."
+msgstr ""
+"Anzahl simultaner Anfragen, die das Festplattensubsystem effizient "
+"bearbeiten kann."
 
 #: utils/misc/guc.c:2119
-msgid "For RAID arrays, this should be approximately the number of drive spindles in the array."
-msgstr "Für RAID-Arrays sollte dies ungefähr die Anzahl Spindeln im Array sein."
+msgid ""
+"For RAID arrays, this should be approximately the number of drive spindles "
+"in the array."
+msgstr ""
+"Für RAID-Arrays sollte dies ungefähr die Anzahl Spindeln im Array sein."
 
 #: utils/misc/guc.c:2132
 msgid "Automatic log file rotation will occur after N minutes."
@@ -17958,15 +19262,23 @@ msgstr "Mindestanzahl an geänderten oder gelöschten Tupeln vor einem Vacuum."
 #: utils/misc/guc.c:2252
 #, fuzzy
 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze."
-msgstr "Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem Analyze."
+msgstr ""
+"Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem "
+"Analyze."
 
 #: utils/misc/guc.c:2262
-msgid "Age at which to autovacuum a table to prevent transaction ID wraparound."
-msgstr "Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern."
+msgid ""
+"Age at which to autovacuum a table to prevent transaction ID wraparound."
+msgstr ""
+"Alter, nach dem eine Tabelle automatisch gevacuumt wird, um "
+"Transaktionsnummernüberlauf zu verhindern."
 
 #: utils/misc/guc.c:2273
-msgid "Sets the maximum number of simultaneously running autovacuum worker processes."
-msgstr "Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse."
+msgid ""
+"Sets the maximum number of simultaneously running autovacuum worker "
+"processes."
+msgstr ""
+"Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse."
 
 #: utils/misc/guc.c:2283
 msgid "Time between issuing TCP keepalives."
@@ -17981,28 +19293,46 @@ msgid "Time between TCP keepalive retransmits."
 msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen."
 
 #: utils/misc/guc.c:2305
-msgid "Set the amount of traffic to send and receive before renegotiating the encryption keys."
-msgstr "Setzt die Traffic-Menge, die gesendet oder empfangen wird, bevor der Verschlüsselungsschlüssel neu ausgehandelt wird."
+msgid ""
+"Set the amount of traffic to send and receive before renegotiating the "
+"encryption keys."
+msgstr ""
+"Setzt die Traffic-Menge, die gesendet oder empfangen wird, bevor der "
+"Verschlüsselungsschlüssel neu ausgehandelt wird."
 
 #: utils/misc/guc.c:2316
 msgid "Maximum number of TCP keepalive retransmits."
 msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen."
 
 #: utils/misc/guc.c:2317
-msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default."
-msgstr "Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung."
+msgid ""
+"This controls the number of consecutive keepalive retransmits that can be "
+"lost before a connection is considered dead. A value of 0 uses the system "
+"default."
+msgstr ""
+"Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-"
+"Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot "
+"betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung."
 
 #: utils/misc/guc.c:2328
 msgid "Sets the maximum allowed result for exact search by GIN."
-msgstr "Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN."
+msgstr ""
+"Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN."
 
 #: utils/misc/guc.c:2339
 msgid "Sets the planner's assumption about the size of the disk cache."
 msgstr "Setzt die Annahme des Planers über die Größe des Festplatten-Caches."
 
 #: utils/misc/guc.c:2340
-msgid "That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each."
-msgstr "Setzt die Annahme des Planers über die effektive Größe des Diskcaches (das heißt des Teils des Diskcaches vom Kernel, der für die Datendateien von PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche normalerweise 8 kB groß sind."
+msgid ""
+"That is, the portion of the kernel's disk cache that will be used for "
+"PostgreSQL data files. This is measured in disk pages, which are normally 8 "
+"kB each."
+msgstr ""
+"Setzt die Annahme des Planers über die effektive Größe des Diskcaches (das "
+"heißt des Teils des Diskcaches vom Kernel, der für die Datendateien von "
+"PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche "
+"normalerweise 8 kB groß sind."
 
 #: utils/misc/guc.c:2353
 msgid "Shows the server version as an integer."
@@ -18010,40 +19340,65 @@ msgstr "Zeigt die Serverversion als Zahl."
 
 #: utils/misc/guc.c:2364
 msgid "Log the use of temporary files larger than this number of kilobytes."
-msgstr "Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, wenn sie größer als diese Anzahl an Kilobytes sind."
+msgstr ""
+"Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, "
+"wenn sie größer als diese Anzahl an Kilobytes sind."
 
 #: utils/misc/guc.c:2365
 msgid "Zero logs all files. The default is -1 (turning this feature off)."
-msgstr "Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses Feature ausgeschaltet wird)."
+msgstr ""
+"Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses "
+"Feature ausgeschaltet wird)."
 
 #: utils/misc/guc.c:2375
 #, fuzzy
 msgid "Sets the size reserved for pg_stat_activity.query, in bytes."
-msgstr "Setzt die für pg_stat_activity.current_query reservierte Größe, in Bytes."
+msgstr ""
+"Setzt die für pg_stat_activity.current_query reservierte Größe, in Bytes."
 
 #: utils/misc/guc.c:2394
-msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page."
-msgstr "Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu lesen."
+msgid ""
+"Sets the planner's estimate of the cost of a sequentially fetched disk page."
+msgstr ""
+"Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu "
+"lesen."
 
 #: utils/misc/guc.c:2404
-msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page."
-msgstr "Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle Diskseite zu lesen."
+msgid ""
+"Sets the planner's estimate of the cost of a nonsequentially fetched disk "
+"page."
+msgstr ""
+"Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle "
+"Diskseite zu lesen."
 
 #: utils/misc/guc.c:2414
 msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
-msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile."
+msgstr ""
+"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile."
 
 #: utils/misc/guc.c:2424
-msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan."
-msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Indexeintrags während eines Index-Scans."
+msgid ""
+"Sets the planner's estimate of the cost of processing each index entry "
+"during an index scan."
+msgstr ""
+"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines "
+"Indexeintrags während eines Index-Scans."
 
 #: utils/misc/guc.c:2434
-msgid "Sets the planner's estimate of the cost of processing each operator or function call."
-msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Operators oder Funktionsaufrufs."
+msgid ""
+"Sets the planner's estimate of the cost of processing each operator or "
+"function call."
+msgstr ""
+"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines "
+"Operators oder Funktionsaufrufs."
 
 #: utils/misc/guc.c:2445
-msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved."
-msgstr "Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen werden werden."
+msgid ""
+"Sets the planner's estimate of the fraction of a cursor's rows that will be "
+"retrieved."
+msgstr ""
+"Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen "
+"werden werden."
 
 #: utils/misc/guc.c:2456
 msgid "GEQO: selective pressure within the population."
@@ -18055,28 +19410,43 @@ msgstr "GEQO: Ausgangswert für die zufällige Pfadauswahl."
 
 #: utils/misc/guc.c:2476
 msgid "Multiple of the average buffer usage to free per round."
-msgstr "Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde."
+msgstr ""
+"Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde."
 
 #: utils/misc/guc.c:2486
 msgid "Sets the seed for random-number generation."
 msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung."
 
 #: utils/misc/guc.c:2497
-msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples."
-msgstr "Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu reltuples."
+msgid ""
+"Number of tuple updates or deletes prior to vacuum as a fraction of "
+"reltuples."
+msgstr ""
+"Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu "
+"reltuples."
 
 #: utils/misc/guc.c:2506
 #, fuzzy
-msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples."
-msgstr "Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, relativ zu reltuples."
+msgid ""
+"Number of tuple inserts, updates, or deletes prior to analyze as a fraction "
+"of reltuples."
+msgstr ""
+"Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, "
+"relativ zu reltuples."
 
 #: utils/misc/guc.c:2516
-msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval."
-msgstr "Zeit, die damit verbracht wird, modifizierte Puffer während eines Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls."
+msgid ""
+"Time spent flushing dirty buffers during checkpoint, as fraction of "
+"checkpoint interval."
+msgstr ""
+"Zeit, die damit verbracht wird, modifizierte Puffer während eines "
+"Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls."
 
 #: utils/misc/guc.c:2535
 msgid "Sets the shell command that will be called to archive a WAL file."
-msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu archivieren."
+msgstr ""
+"Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu "
+"archivieren."
 
 #: utils/misc/guc.c:2545
 msgid "Sets the client's character set encoding."
@@ -18112,15 +19482,23 @@ msgstr "Eine leere Zeichenkette wählt den Standard-Tablespace der Datenbank."
 
 #: utils/misc/guc.c:2599
 msgid "Sets the tablespace(s) to use for temporary tables and sort files."
-msgstr "Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien."
+msgstr ""
+"Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien."
 
 #: utils/misc/guc.c:2610
 msgid "Sets the path for dynamically loadable modules."
 msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken."
 
 #: utils/misc/guc.c:2611
-msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file."
-msgstr "Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene Name keine Verzeichniskomponente hat (das heißt er enthält keinen Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen Datei."
+msgid ""
+"If a dynamically loadable module needs to be opened and the specified name "
+"does not have a directory component (i.e., the name does not contain a "
+"slash), the system will search this path for the specified file."
+msgstr ""
+"Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene "
+"Name keine Verzeichniskomponente hat (das heißt er enthält keinen "
+"Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen "
+"Datei."
 
 #: utils/misc/guc.c:2624
 msgid "Sets the location of the Kerberos server key file."
@@ -18160,11 +19538,14 @@ msgstr "Setzt die Locale für die Formatierung von Datums- und Zeitwerten."
 
 #: utils/misc/guc.c:2719
 msgid "Lists shared libraries to preload into server."
-msgstr "Listet dynamische Bibliotheken, die vorab in den Server geladen werden."
+msgstr ""
+"Listet dynamische Bibliotheken, die vorab in den Server geladen werden."
 
 #: utils/misc/guc.c:2730
 msgid "Lists shared libraries to preload into each backend."
-msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden."
+msgstr ""
+"Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen "
+"werden."
 
 #: utils/misc/guc.c:2741
 msgid "Sets the schema search order for names that are not schema-qualified."
@@ -18191,8 +19572,12 @@ msgid "Sets the destination for server log output."
 msgstr "Setzt das Ziel für die Serverlogausgabe."
 
 #: utils/misc/guc.c:2801
-msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform."
-msgstr "Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und »eventlog«, je nach Plattform."
+msgid ""
+"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and "
+"\"eventlog\", depending on the platform."
+msgstr ""
+"Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und "
+"»eventlog«, je nach Plattform."
 
 #: utils/misc/guc.c:2812
 msgid "Sets the destination directory for log files."
@@ -18200,7 +19585,8 @@ msgstr "Bestimmt das Zielverzeichnis für Logdateien."
 
 #: utils/misc/guc.c:2813
 msgid "Can be specified as relative to the data directory or as absolute path."
-msgstr "Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden."
+msgstr ""
+"Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden."
 
 #: utils/misc/guc.c:2823
 msgid "Sets the file name pattern for log files."
@@ -18208,16 +19594,23 @@ msgstr "Bestimmt das Dateinamenmuster für Logdateien."
 
 #: utils/misc/guc.c:2834
 msgid "Sets the program name used to identify PostgreSQL messages in syslog."
-msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden."
+msgstr ""
+"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog "
+"identifiziert werden."
 
 #: utils/misc/guc.c:2845
 #, fuzzy
-msgid "Sets the application name used to identifyPostgreSQL messages in the event log."
-msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden."
+msgid ""
+"Sets the application name used to identifyPostgreSQL messages in the event "
+"log."
+msgstr ""
+"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog "
+"identifiziert werden."
 
 #: utils/misc/guc.c:2856
 msgid "Sets the time zone for displaying and interpreting time stamps."
-msgstr "Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden."
+msgstr ""
+"Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden."
 
 #: utils/misc/guc.c:2866
 msgid "Selects a file of time zone abbreviations."
@@ -18232,16 +19625,20 @@ msgid "Sets the owning group of the Unix-domain socket."
 msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket."
 
 #: utils/misc/guc.c:2888
-msgid "The owning user of the socket is always the user that starts the server."
+msgid ""
+"The owning user of the socket is always the user that starts the server."
 msgstr "Der Eigentümer ist immer der Benutzer, der den Server startet."
 
 #: utils/misc/guc.c:2898
 msgid "Sets the directory where the Unix-domain socket will be created."
-msgstr "Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll."
+msgstr ""
+"Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll."
 
 #: utils/misc/guc.c:2909
 msgid "Sets the host name or IP address(es) to listen to."
-msgstr "Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen gewartet wird."
+msgstr ""
+"Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen "
+"gewartet wird."
 
 #: utils/misc/guc.c:2920
 msgid "Sets the server's data directory."
@@ -18300,7 +19697,8 @@ msgstr "Setzt die Liste der erlaubten SSL-Verschlüsselungsalgorithmen."
 
 #: utils/misc/guc.c:3062
 msgid "Sets the application name to be reported in statistics and logs."
-msgstr "Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird."
+msgstr ""
+"Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird."
 
 #: utils/misc/guc.c:3082
 msgid "Sets whether \"\\'\" is allowed in string literals."
@@ -18316,16 +19714,26 @@ msgstr "Setzt die Meldungstypen, die an den Client gesendet werden."
 
 #: utils/misc/guc.c:3103 utils/misc/guc.c:3156 utils/misc/guc.c:3167
 #: utils/misc/guc.c:3223
-msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent."
-msgstr "Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der Wert steht, desto weniger Meldungen werden gesendet werden."
+msgid ""
+"Each level includes all the levels that follow it. The later the level, the "
+"fewer messages are sent."
+msgstr ""
+"Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der "
+"Wert steht, desto weniger Meldungen werden gesendet werden."
 
 #: utils/misc/guc.c:3113
 msgid "Enables the planner to use constraints to optimize queries."
-msgstr "Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu optimieren."
+msgstr ""
+"Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu "
+"optimieren."
 
 #: utils/misc/guc.c:3114
-msgid "Table scans will be skipped if their constraints guarantee that no rows match the query."
-msgstr "Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass keine Zeile mit der Abfrage übereinstimmt."
+msgid ""
+"Table scans will be skipped if their constraints guarantee that no rows "
+"match the query."
+msgstr ""
+"Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass "
+"keine Zeile mit der Abfrage übereinstimmt."
 
 #: utils/misc/guc.c:3124
 msgid "Sets the transaction isolation level of each new transaction."
@@ -18344,8 +19752,11 @@ msgid "Sets the message levels that are logged."
 msgstr "Setzt die Meldungstypen, die geloggt werden."
 
 #: utils/misc/guc.c:3166
-msgid "Causes all statements generating error at or above this level to be logged."
-msgstr "Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher verursachen, in den Log."
+msgid ""
+"Causes all statements generating error at or above this level to be logged."
+msgstr ""
+"Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher "
+"verursachen, in den Log."
 
 #: utils/misc/guc.c:3177
 msgid "Sets the type of statements logged."
@@ -18353,7 +19764,8 @@ msgstr "Setzt die Anweisungsarten, die geloggt werden."
 
 #: utils/misc/guc.c:3187
 msgid "Sets the syslog \"facility\" to be used when syslog enabled."
-msgstr "Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist."
+msgstr ""
+"Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist."
 
 #: utils/misc/guc.c:3202
 msgid "Sets the session's behavior for triggers and rewrite rules."
@@ -18365,7 +19777,8 @@ msgstr "Setzt den Synchronisationsgrad der aktuellen Transaktion."
 
 #: utils/misc/guc.c:3222
 msgid "Enables logging of recovery-related debugging information."
-msgstr "Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung."
+msgstr ""
+"Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung."
 
 #: utils/misc/guc.c:3238
 msgid "Collects function-level statistics on database activity."
@@ -18377,21 +19790,28 @@ msgstr "Setzt den Umfang der in den WAL geschriebenen Informationen."
 
 #: utils/misc/guc.c:3258
 msgid "Selects the method used for forcing WAL updates to disk."
-msgstr "Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu erzwingen."
+msgstr ""
+"Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu "
+"erzwingen."
 
 #: utils/misc/guc.c:3268
 msgid "Sets how binary values are to be encoded in XML."
 msgstr "Setzt, wie binäre Werte in XML kodiert werden."
 
 #: utils/misc/guc.c:3278
-msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments."
-msgstr "Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als Dokument oder Fragment betrachtet werden sollen."
+msgid ""
+"Sets whether XML data in implicit parsing and serialization operations is to "
+"be considered as documents or content fragments."
+msgstr ""
+"Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als "
+"Dokument oder Fragment betrachtet werden sollen."
 
 #: utils/misc/guc.c:4086
 #, c-format
 msgid ""
 "%s does not know where to find the server configuration file.\n"
-"You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n"
+"You must specify the --config-file or -D invocation option or set the PGDATA "
+"environment variable.\n"
 msgstr ""
 "%s weiß nicht, wo die Serverkonfigurationsdatei zu finden ist.\n"
 "Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n"
@@ -18406,7 +19826,8 @@ msgstr "%s kann nicht auf die Serverkonfigurationsdatei »%s« zugreifen: %s\n"
 #, c-format
 msgid ""
 "%s does not know where to find the database system data.\n"
-"This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
+"This can be specified as \"data_directory\" in \"%s\", or by the -D "
+"invocation option, or by the PGDATA environment variable.\n"
 msgstr ""
 "%s weiß nicht, wo die Systemdaten für das Datenbanksystem\n"
 "zu finden sind.  Sie können dies mit »data_directory« in »%s«, mit der\n"
@@ -18416,7 +19837,8 @@ msgstr ""
 #, c-format
 msgid ""
 "%s does not know where to find the \"hba\" configuration file.\n"
-"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
+"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation "
+"option, or by the PGDATA environment variable.\n"
 msgstr ""
 "%s weiß nicht, wo die »hba«-Konfigurationsdatei zu finden ist.\n"
 "Sie können dies mit »hba_file« in »%s«, mit der\n"
@@ -18426,7 +19848,8 @@ msgstr ""
 #, c-format
 msgid ""
 "%s does not know where to find the \"ident\" configuration file.\n"
-"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
+"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation "
+"option, or by the PGDATA environment variable.\n"
 msgstr ""
 "%s weiß nicht, wo die »ident«-Konfigurationsdatei zu finden ist.\n"
 "Sie können dies mit »ident_file« in »%s«, mit der\n"
@@ -18441,8 +19864,10 @@ msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"."
 msgstr "Gültige Einheiten für diesen Parameter sind »kB«, »MB« und »GB«."
 
 #: utils/misc/guc.c:4859
-msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
-msgstr "Gültige Einheiten für diesen Parameter sind »ms«, »s«, »min«, »h« und »d«."
+msgid ""
+"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
+msgstr ""
+"Gültige Einheiten für diesen Parameter sind »ms«, »s«, »min«, »h« und »d«."
 
 #: utils/misc/guc.c:5152 utils/misc/guc.c:5934 utils/misc/guc.c:5986
 #: utils/misc/guc.c:6719 utils/misc/guc.c:6878 utils/misc/guc.c:8047
@@ -18455,6 +19880,14 @@ msgstr "unbekannter Konfigurationsparameter »%s«"
 msgid "parameter \"%s\" cannot be changed"
 msgstr "Parameter »%s« kann nicht geändert werden"
 
+#: utils/misc/guc.c:5190 utils/misc/guc.c:5366 utils/misc/guc.c:5470
+#: utils/misc/guc.c:5571 utils/misc/guc.c:5692 utils/misc/guc.c:5800
+#: guc-file.l:227
+#, c-format
+msgid "parameter \"%s\" cannot be changed without restarting the server"
+msgstr ""
+"Parameter »%s« kann nicht geändert werden, ohne den Server neu zu starten"
+
 #: utils/misc/guc.c:5200
 #, c-format
 msgid "parameter \"%s\" cannot be changed now"
@@ -18473,7 +19906,8 @@ msgstr "keine Berechtigung, um Parameter »%s« zu setzen"
 #: utils/misc/guc.c:5279
 #, c-format
 msgid "cannot set parameter \"%s\" within security-definer function"
-msgstr "Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden"
+msgstr ""
+"Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden"
 
 #: utils/misc/guc.c:5432 utils/misc/guc.c:5767 utils/misc/guc.c:8227
 #: utils/misc/guc.c:8261
@@ -18507,9 +19941,9 @@ msgid "SET %s takes only one argument"
 msgstr "SET %s darf nur ein Argument haben"
 
 #: utils/misc/guc.c:6227
-#, fuzzy, c-format
+#, c-format
 msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented"
-msgstr "CREATE ASSERTION ist noch nicht implementiert"
+msgstr "SET LOCAL TRANSACTION SNAPSHOT ist nicht implementiert"
 
 #: utils/misc/guc.c:6307
 #, c-format
@@ -18538,8 +19972,12 @@ msgstr "ungültiger Wert für Parameter »%s«: %g"
 
 #: utils/misc/guc.c:8383
 #, c-format
-msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session."
-msgstr "»temp_buffers« kann nicht geändert werden, nachdem in der Sitzung auf temporäre Tabellen zugriffen wurde."
+msgid ""
+"\"temp_buffers\" cannot be changed after any temporary tables have been "
+"accessed in the session."
+msgstr ""
+"»temp_buffers« kann nicht geändert werden, nachdem in der Sitzung auf "
+"temporäre Tabellen zugriffen wurde."
 
 #: utils/misc/guc.c:8395
 #, c-format
@@ -18556,188 +19994,637 @@ msgstr "Assert-Prüfungen werden von dieser Installation nicht unterstützt"
 msgid "Bonjour is not supported by this build"
 msgstr "Bonjour wird von dieser Installation nicht unterstützt"
 
-#: utils/misc/guc.c:8433
+#: utils/misc/guc.c:8433
+#, c-format
+msgid "SSL is not supported by this build"
+msgstr "SSL wird von dieser Installation nicht unterstützt"
+
+#: utils/misc/guc.c:8445
+#, c-format
+msgid "Cannot enable parameter when \"log_statement_stats\" is true."
+msgstr "Kann Parameter nicht einschalten, wenn »log_statement_stats« an ist."
+
+#: utils/misc/guc.c:8457
+#, c-format
+msgid ""
+"Cannot enable \"log_statement_stats\" when \"log_parser_stats\", "
+"\"log_planner_stats\", or \"log_executor_stats\" is true."
+msgstr ""
+"Kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, "
+"»log_planner_stats« oder »log_executor_stats« an ist."
+
+#: utils/misc/help_config.c:131
+#, c-format
+msgid "internal error: unrecognized run-time parameter type\n"
+msgstr "interner Fehler: unbekannter Parametertyp\n"
+
+#: utils/misc/tzparser.c:61
+#, c-format
+msgid ""
+"time zone abbreviation \"%s\" is too long (maximum %d characters) in time "
+"zone file \"%s\", line %d"
+msgstr ""
+"Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei "
+"»%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:68
+#, c-format
+msgid ""
+"time zone offset %d is not a multiple of 900 sec (15 min) in time zone file "
+"\"%s\", line %d"
+msgstr ""
+"Zeitzonenabstand %d ist kein Vielfaches von 900 s (15 min) in Zeitzonendatei "
+"»%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:80
+#, c-format
+msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
+msgstr ""
+"Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei "
+"»%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:115
+#, c-format
+msgid "missing time zone abbreviation in time zone file \"%s\", line %d"
+msgstr "fehlende Zeitzonenabkürzung in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:124
+#, c-format
+msgid "missing time zone offset in time zone file \"%s\", line %d"
+msgstr "fehlender Zeitzonenabstand in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:131
+#, c-format
+msgid "invalid number for time zone offset in time zone file \"%s\", line %d"
+msgstr "ungültige Zahl für Zeitzonenabstand in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:154
+#, c-format
+msgid "invalid syntax in time zone file \"%s\", line %d"
+msgstr "ungültige Syntax in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:218
+#, c-format
+msgid "time zone abbreviation \"%s\" is multiply defined"
+msgstr "Zeitzonenabkürzung »%s« ist mehrfach definiert"
+
+#: utils/misc/tzparser.c:220
+#, c-format
+msgid ""
+"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s"
+"\", line %d."
+msgstr ""
+"Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in "
+"Datei »%s«, Zeile %d."
+
+#: utils/misc/tzparser.c:285
+#, c-format
+msgid "invalid time zone file name \"%s\""
+msgstr "ungültiger Zeitzonen-Dateiname »%s«"
+
+#: utils/misc/tzparser.c:298
+#, c-format
+msgid "time zone file recursion limit exceeded in file \"%s\""
+msgstr "Rekursionsbeschränkung für Zeitzonendatei überschritten in Datei »%s«"
+
+#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350
+#, c-format
+msgid "could not read time zone file \"%s\": %m"
+msgstr "konnte Zeitzonendatei »%s« nicht lesen: %m"
+
+#: utils/misc/tzparser.c:360
+#, c-format
+msgid "line is too long in time zone file \"%s\", line %d"
+msgstr "Zeile ist zu lang in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/misc/tzparser.c:383
+#, c-format
+msgid "@INCLUDE without file name in time zone file \"%s\", line %d"
+msgstr "@INCLUDE ohne Dateiname in Zeitzonendatei »%s«, Zeile %d"
+
+#: utils/mmgr/aset.c:417
+#, c-format
+msgid "Failed while creating memory context \"%s\"."
+msgstr "Fehler während der Erzeugung des Speicherkontexts »%s«."
+
+#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967
+#, c-format
+msgid "Failed on request of size %lu."
+msgstr "Fehler bei Anfrage mit Größe %lu."
+
+#: utils/mmgr/portalmem.c:208
+#, c-format
+msgid "cursor \"%s\" already exists"
+msgstr "Cursor »%s« existiert bereits"
+
+#: utils/mmgr/portalmem.c:212
+#, c-format
+msgid "closing existing cursor \"%s\""
+msgstr "bestehender Cursor »%s« wird geschlossen"
+
+#: utils/mmgr/portalmem.c:479
+#, c-format
+msgid "cannot drop active portal \"%s\""
+msgstr "aktives Portal »%s« kann nicht gelöscht werden"
+
+#: utils/mmgr/portalmem.c:669
+#, c-format
+msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
+msgstr ""
+"PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor "
+"mit WITH HOLD erzeugt hat"
+
+#: utils/sort/logtape.c:215
+#, c-format
+msgid "Perhaps out of disk space?"
+msgstr "Vielleicht kein Platz mehr auf der Festplatte?"
+
+#: utils/sort/logtape.c:232
+#, c-format
+msgid "could not read block %ld of temporary file: %m"
+msgstr "konnte Block %ld von temporärer Datei nicht lesen: %m"
+
+#: utils/sort/tuplesort.c:3089
+#, c-format
+msgid "could not create unique index \"%s\""
+msgstr "konnte Unique Index »%s« nicht erstellen"
+
+#: utils/sort/tuplesort.c:3091
+#, c-format
+msgid "Key %s is duplicated."
+msgstr "Schlüssel %s ist doppelt vorhanden."
+
+#: utils/time/snapmgr.c:774
+#, c-format
+msgid "cannot export a snapshot from a subtransaction"
+msgstr "aus einer Subtransaktion kann kein Snapshot exportiert werden"
+
+#: utils/time/snapmgr.c:924 utils/time/snapmgr.c:929 utils/time/snapmgr.c:934
+#: utils/time/snapmgr.c:949 utils/time/snapmgr.c:954 utils/time/snapmgr.c:959
+#: utils/time/snapmgr.c:1058 utils/time/snapmgr.c:1074
+#: utils/time/snapmgr.c:1099
+#, c-format
+msgid "invalid snapshot data in file \"%s\""
+msgstr "ungültige Snapshot-Daten in Datei »%s«"
+
+#: utils/time/snapmgr.c:996
+#, c-format
+msgid "SET TRANSACTION SNAPSHOT must be called before any query"
+msgstr "SET TRANSACTION SNAPSHOT muss vor allen Anfragen aufgerufen werden"
+
+#: utils/time/snapmgr.c:1005
+#, c-format
+msgid ""
+"a snapshot-importing transaction must have isolation level SERIALIZABLE or "
+"REPEATABLE READ"
+msgstr ""
+
+#: utils/time/snapmgr.c:1014 utils/time/snapmgr.c:1023
+#, fuzzy, c-format
+msgid "invalid snapshot identifier \"%s\""
+msgstr "ungültige Daten in Datei »%s«"
+
+#: utils/time/snapmgr.c:1112
+#, c-format
+msgid ""
+"a serializable transaction cannot import a snapshot from a non-serializable "
+"transaction"
+msgstr ""
+
+#: utils/time/snapmgr.c:1116
+#, fuzzy, c-format
+msgid ""
+"a non-read-only serializable transaction cannot import a snapshot from a "
+"read-only transaction"
+msgstr ""
+"kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-"
+"Transaktion setzen"
+
+#: utils/time/snapmgr.c:1131
+#, c-format
+msgid "cannot import a snapshot from a different database"
+msgstr "kann keinen Snapshot aus einer anderen Datenbank importieren"
+
+#: gram.y:913
+#, c-format
+msgid "unrecognized role option \"%s\""
+msgstr "unbekannte Rollenoption »%s«"
+
+#: gram.y:1303
+#, c-format
+msgid "current database cannot be changed"
+msgstr "aktuelle Datenbank kann nicht geändert werden"
+
+#: gram.y:1430 gram.y:1445
+#, c-format
+msgid "time zone interval must be HOUR or HOUR TO MINUTE"
+msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein"
+
+#: gram.y:1450 gram.y:9640 gram.y:12144
+#, c-format
+msgid "interval precision specified twice"
+msgstr "Intervallpräzision doppelt angegeben"
+
+#: gram.y:2524 gram.y:2531 gram.y:8950 gram.y:8958
+#, c-format
+msgid "GLOBAL is deprecated in temporary table creation"
+msgstr ""
+
+#: gram.y:4142
+msgid "duplicate trigger events specified"
+msgstr "mehrere Trigger-Ereignisse angegeben"
+
+#: gram.y:4244
+#, c-format
+msgid "conflicting constraint properties"
+msgstr "widersprüchliche Constraint-Eigentschaften"
+
+#: gram.y:4307
+#, c-format
+msgid "CREATE ASSERTION is not yet implemented"
+msgstr "CREATE ASSERTION ist noch nicht implementiert"
+
+#: gram.y:4323
+#, c-format
+msgid "DROP ASSERTION is not yet implemented"
+msgstr "DROP ASSERTION ist noch nicht implementiert"
+
+#: gram.y:4666
+#, c-format
+msgid "RECHECK is no longer required"
+msgstr "RECHECK wird nicht mehr benötigt"
+
+#: gram.y:4667
+#, c-format
+msgid "Update your data type."
+msgstr "Aktualisieren Sie Ihren Datentyp."
+
+#: gram.y:7664 gram.y:7670 gram.y:7676
+#, c-format
+msgid "WITH CHECK OPTION is not implemented"
+msgstr "WITH CHECK OPTION ist nicht implementiert"
+
+#: gram.y:8597
+#, c-format
+msgid "number of columns does not match number of values"
+msgstr "Anzahl der Spalten stimmt nicht mit der Anzahl der Werte überein"
+
+#: gram.y:9054
+#, c-format
+msgid "LIMIT #,# syntax is not supported"
+msgstr "Syntax LIMIT x,y wird nicht unterstützt"
+
+#: gram.y:9055
+#, c-format
+msgid "Use separate LIMIT and OFFSET clauses."
+msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET."
+
+#: gram.y:9273
+#, c-format
+msgid "VALUES in FROM must have an alias"
+msgstr "VALUES in FROM muss Aliasnamen erhalten"
+
+#: gram.y:9274
+#, c-format
+msgid "For example, FROM (VALUES ...) [AS] foo."
+msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz."
+
+#: gram.y:9279
+#, c-format
+msgid "subquery in FROM must have an alias"
+msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
+
+#: gram.y:9280
+#, c-format
+msgid "For example, FROM (SELECT ...) [AS] foo."
+msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz."
+
+#: gram.y:9766
+#, c-format
+msgid "precision for type float must be at least 1 bit"
+msgstr "Präzision von Typ float muss mindestens 1 Bit sein"
+
+#: gram.y:9775
+#, c-format
+msgid "precision for type float must be less than 54 bits"
+msgstr "Präzision von Typ float muss weniger als 54 Bits sein"
+
+#: gram.y:10489
+#, c-format
+msgid "UNIQUE predicate is not yet implemented"
+msgstr "UNIQUE-Prädikat ist noch nicht implementiert"
+
+#: gram.y:11411
+#, c-format
+msgid "RANGE PRECEDING is only supported with UNBOUNDED"
+msgstr "RANGE PRECEDING wird nur mit UNBOUNDED unterstützt"
+
+#: gram.y:11417
+#, c-format
+msgid "RANGE FOLLOWING is only supported with UNBOUNDED"
+msgstr "RANGE FOLLOWING wird nur mit UNBOUNDED unterstützt"
+
+#: gram.y:11444 gram.y:11467
+#, c-format
+msgid "frame start cannot be UNBOUNDED FOLLOWING"
+msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein"
+
+#: gram.y:11449
+#, c-format
+msgid "frame starting from following row cannot end with current row"
+msgstr ""
+"Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile "
+"enden"
+
+#: gram.y:11472
+#, c-format
+msgid "frame end cannot be UNBOUNDED PRECEDING"
+msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING sein"
+
+#: gram.y:11478
+#, c-format
+msgid "frame starting from current row cannot have preceding rows"
+msgstr ""
+"Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen "
+"haben"
+
+#: gram.y:11485
+#, c-format
+msgid "frame starting from following row cannot have preceding rows"
+msgstr ""
+"Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen "
+"haben"
+
+#: gram.y:12119
+#, c-format
+msgid "type modifier cannot have parameter name"
+msgstr "Typmodifikator kann keinen Parameternamen haben"
+
+#: gram.y:12717 gram.y:12925
+msgid "improper use of \"*\""
+msgstr "unzulässige Verwendung von »*«"
+
+#: gram.y:12856
+#, c-format
+msgid "wrong number of parameters on left side of OVERLAPS expression"
+msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck"
+
+#: gram.y:12863
+#, c-format
+msgid "wrong number of parameters on right side of OVERLAPS expression"
+msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck"
+
+#: gram.y:12976
 #, c-format
-msgid "SSL is not supported by this build"
-msgstr "SSL wird von dieser Installation nicht unterstützt"
+msgid "multiple ORDER BY clauses not allowed"
+msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt"
 
-#: utils/misc/guc.c:8445
+#: gram.y:12987
 #, c-format
-msgid "Cannot enable parameter when \"log_statement_stats\" is true."
-msgstr "Kann Parameter nicht einschalten, wenn »log_statement_stats« an ist."
+msgid "multiple OFFSET clauses not allowed"
+msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt"
 
-#: utils/misc/guc.c:8457
+#: gram.y:12996
 #, c-format
-msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true."
-msgstr "Kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, »log_planner_stats« oder »log_executor_stats« an ist."
+msgid "multiple LIMIT clauses not allowed"
+msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt"
 
-#: utils/misc/help_config.c:131
+#: gram.y:13005
 #, c-format
-msgid "internal error: unrecognized run-time parameter type\n"
-msgstr "interner Fehler: unbekannter Parametertyp\n"
+msgid "multiple WITH clauses not allowed"
+msgstr "mehrere WITH-Klauseln sind nicht erlaubt"
 
-#: utils/misc/tzparser.c:61
+#: gram.y:13150
 #, c-format
-msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d"
-msgstr "Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei »%s«, Zeile %d"
+msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
+msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt"
 
-#: utils/misc/tzparser.c:68
+#: gram.y:13251
 #, c-format
-msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d"
-msgstr "Zeitzonenabstand %d ist kein Vielfaches von 900 s (15 min) in Zeitzonendatei »%s«, Zeile %d"
+msgid "multiple COLLATE clauses not allowed"
+msgstr "mehrere COLLATE-Klauseln sind nicht erlaubt"
 
-#: utils/misc/tzparser.c:80
+#. translator: %s is CHECK, UNIQUE, or similar
+#: gram.y:13289 gram.y:13302
 #, c-format
-msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
-msgstr "Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei »%s«, Zeile %d"
+msgid "%s constraints cannot be marked DEFERRABLE"
+msgstr "%s-Constraints können nicht als DEFERRABLE markiert werden"
 
-#: utils/misc/tzparser.c:115
+#. translator: %s is CHECK, UNIQUE, or similar
+#: gram.y:13315
 #, c-format
-msgid "missing time zone abbreviation in time zone file \"%s\", line %d"
-msgstr "fehlende Zeitzonenabkürzung in Zeitzonendatei »%s«, Zeile %d"
+msgid "%s constraints cannot be marked NOT VALID"
+msgstr "%s-Constraints können nicht als NOT VALID markiert werden"
 
-#: utils/misc/tzparser.c:124
+#: guc-file.l:192
 #, c-format
-msgid "missing time zone offset in time zone file \"%s\", line %d"
-msgstr "fehlender Zeitzonenabstand in Zeitzonendatei »%s«, Zeile %d"
+msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u"
+msgstr "unbekannter Konfigurationsparameter »%s« in Datei »%s« Zeile %u"
 
-#: utils/misc/tzparser.c:131
+#: guc-file.l:255
 #, c-format
-msgid "invalid number for time zone offset in time zone file \"%s\", line %d"
-msgstr "ungültige Zahl für Zeitzonenabstand in Zeitzonendatei »%s«, Zeile %d"
+msgid "parameter \"%s\" removed from configuration file, reset to default"
+msgstr ""
+"Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert "
+"zurückgesetzt"
 
-#: utils/misc/tzparser.c:154
+#: guc-file.l:317
 #, c-format
-msgid "invalid syntax in time zone file \"%s\", line %d"
-msgstr "ungültige Syntax in Zeitzonendatei »%s«, Zeile %d"
+msgid "parameter \"%s\" changed to \"%s\""
+msgstr "Parameter »%s« auf »%s« gesetzt"
 
-#: utils/misc/tzparser.c:218
+#: guc-file.l:351
 #, c-format
-msgid "time zone abbreviation \"%s\" is multiply defined"
-msgstr "Zeitzonenabkürzung »%s« ist mehrfach definiert"
+msgid "configuration file \"%s\" contains errors"
+msgstr "Konfigurationsdatei »%s« enthält Fehler"
 
-#: utils/misc/tzparser.c:220
+#: guc-file.l:356
 #, c-format
-msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d."
-msgstr "Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in Datei »%s«, Zeile %d."
+msgid ""
+"configuration file \"%s\" contains errors; unaffected changes were applied"
+msgstr ""
+"Konfigurationsdatei »%s« enthält Fehler; nicht betroffene Änderungen wurden "
+"durchgeführt"
 
-#: utils/misc/tzparser.c:285
+#: guc-file.l:361
 #, c-format
-msgid "invalid time zone file name \"%s\""
-msgstr "ungültiger Zeitzonen-Dateiname »%s«"
+msgid "configuration file \"%s\" contains errors; no changes were applied"
+msgstr ""
+"Konfigurationsdatei »%s« enthält Fehler; keine Änderungen wurden durchgeführt"
 
-#: utils/misc/tzparser.c:298
+#: guc-file.l:393
 #, c-format
-msgid "time zone file recursion limit exceeded in file \"%s\""
-msgstr "Rekursionsbeschränkung für Zeitzonendatei überschritten in Datei »%s«"
+msgid ""
+"could not open configuration file \"%s\": maximum nesting depth exceeded"
+msgstr ""
+"konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe "
+"überschritten"
 
-#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350
+#: guc-file.l:436
 #, c-format
-msgid "could not read time zone file \"%s\": %m"
-msgstr "konnte Zeitzonendatei »%s« nicht lesen: %m"
+msgid "skipping missing configuration file \"%s\""
+msgstr "fehlende Konfigurationsdatei »%s« wird übersprungen"
 
-#: utils/misc/tzparser.c:360
+#: guc-file.l:627
 #, c-format
-msgid "line is too long in time zone file \"%s\", line %d"
-msgstr "Zeile ist zu lang in Zeitzonendatei »%s«, Zeile %d"
+msgid "syntax error in file \"%s\" line %u, near end of line"
+msgstr "Syntaxfehler in Datei »%s«, Zeile %u, am Ende der Zeile"
 
-#: utils/misc/tzparser.c:383
+#: guc-file.l:632
 #, c-format
-msgid "@INCLUDE without file name in time zone file \"%s\", line %d"
-msgstr "@INCLUDE ohne Dateiname in Zeitzonendatei »%s«, Zeile %d"
+msgid "syntax error in file \"%s\" line %u, near token \"%s\""
+msgstr "Syntaxfehler in Datei »%s«, Zeile %u, bei »%s«"
 
-#: utils/mmgr/aset.c:417
+#: guc-file.l:648
 #, c-format
-msgid "Failed while creating memory context \"%s\"."
-msgstr "Fehler während der Erzeugung des Speicherkontexts »%s«."
+msgid "too many syntax errors found, abandoning file \"%s\""
+msgstr ""
 
-#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967
+#: repl_scanner.l:76
+msgid "invalid streaming start location"
+msgstr "ungültige Streaming-Startposition"
+
+#: repl_scanner.l:97 scan.l:630
+msgid "unterminated quoted string"
+msgstr "Zeichenkette nicht abgeschlossen"
+
+#: repl_scanner.l:107
 #, c-format
-msgid "Failed on request of size %lu."
-msgstr "Fehler bei Anfrage mit Größe %lu."
+msgid "syntax error: unexpected character \"%s\""
+msgstr "Syntaxfehler: unerwartetes Zeichen »%s«"
 
-#: utils/mmgr/portalmem.c:208
+#: scan.l:412
+msgid "unterminated /* comment"
+msgstr "/*-Kommentar nicht abgeschlossen"
+
+#: scan.l:441
+msgid "unterminated bit string literal"
+msgstr "Bitkettenkonstante nicht abgeschlossen"
+
+#: scan.l:462
+msgid "unterminated hexadecimal string literal"
+msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
+
+#: scan.l:512
 #, c-format
-msgid "cursor \"%s\" already exists"
-msgstr "Cursor »%s« existiert bereits"
+msgid "unsafe use of string constant with Unicode escapes"
+msgstr "unsichere Verwendung von Zeichenkette mit Unicode-Escapes"
 
-#: utils/mmgr/portalmem.c:212
+#: scan.l:513
 #, c-format
-msgid "closing existing cursor \"%s\""
-msgstr "bestehender Cursor »%s« wird geschlossen"
+msgid ""
+"String constants with Unicode escapes cannot be used when "
+"standard_conforming_strings is off."
+msgstr ""
+"Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn "
+"standard_conforming_strings aus ist."
 
-#: utils/mmgr/portalmem.c:479
+#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1239
+#: scan.l:1266 scan.l:1270 scan.l:1308 scan.l:1312 scan.l:1334
+msgid "invalid Unicode surrogate pair"
+msgstr "ungültiges Unicode-Surrogatpaar"
+
+#: scan.l:587
 #, c-format
-msgid "cannot drop active portal \"%s\""
-msgstr "aktives Portal »%s« kann nicht gelöscht werden"
+msgid "invalid Unicode escape"
+msgstr "ungültiges Unicode-Escape"
 
-#: utils/mmgr/portalmem.c:669
+#: scan.l:588
 #, c-format
-msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
-msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor mit WITH HOLD erzeugt hat"
+msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
+msgstr "Unicode-Escapes müssen \\uXXXX oder \\UXXXXXXXX sein."
 
-#: utils/sort/logtape.c:215
+#: scan.l:599
 #, c-format
-msgid "Perhaps out of disk space?"
-msgstr "Vielleicht kein Platz mehr auf der Festplatte?"
+msgid "unsafe use of \\' in a string literal"
+msgstr "unsichere Verwendung von \\' in Zeichenkettenkonstante"
 
-#: utils/sort/logtape.c:232
+#: scan.l:600
 #, c-format
-msgid "could not read block %ld of temporary file: %m"
-msgstr "konnte Block %ld von temporärer Datei nicht lesen: %m"
+msgid ""
+"Use '' to write quotes in strings. \\' is insecure in client-only encodings."
+msgstr ""
+"Verwenden Sie '', um Quotes in Zeichenketten zu schreiben. \\' ist in "
+"bestimmten Client-seitigen Kodierungen unsicher."
+
+#: scan.l:675
+msgid "unterminated dollar-quoted string"
+msgstr "Dollar-Quotes nicht abgeschlossen"
+
+#: scan.l:692 scan.l:704 scan.l:718
+msgid "zero-length delimited identifier"
+msgstr "Bezeichner in Anführungszeichen hat Länge null"
+
+#: scan.l:731
+msgid "unterminated quoted identifier"
+msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
+
+#: scan.l:835
+msgid "operator too long"
+msgstr "Operator zu lang"
 
-#: utils/sort/tuplesort.c:3088
+#. translator: %s is typically the translation of "syntax error"
+#: scan.l:993
 #, c-format
-msgid "could not create unique index \"%s\""
-msgstr "konnte Unique Index »%s« nicht erstellen"
+msgid "%s at end of input"
+msgstr "%s am Ende der Eingabe"
 
-#: utils/sort/tuplesort.c:3090
+#. translator: first %s is typically the translation of "syntax error"
+#: scan.l:1001
 #, c-format
-msgid "Key %s is duplicated."
-msgstr "Schlüssel %s ist doppelt vorhanden."
+msgid "%s at or near \"%s\""
+msgstr "%s bei »%s«"
 
-#: utils/time/snapmgr.c:774
-#, fuzzy, c-format
-msgid "cannot export a snapshot from a subtransaction"
-msgstr "%s kann nicht in einer Subtransaktion laufen"
+#: scan.l:1162 scan.l:1194
+msgid ""
+"Unicode escape values cannot be used for code point values above 007F when "
+"the server encoding is not UTF8"
+msgstr ""
+"Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet "
+"werden, wenn die Serverkodierung nicht UTF8 ist"
 
-#: utils/time/snapmgr.c:924 utils/time/snapmgr.c:929 utils/time/snapmgr.c:934
-#: utils/time/snapmgr.c:949 utils/time/snapmgr.c:954 utils/time/snapmgr.c:959
-#: utils/time/snapmgr.c:1058 utils/time/snapmgr.c:1074
-#: utils/time/snapmgr.c:1099
-#, fuzzy, c-format
-msgid "invalid snapshot data in file \"%s\""
-msgstr "ungültige Daten in Datei »%s«"
+#: scan.l:1190 scan.l:1326
+msgid "invalid Unicode escape value"
+msgstr "ungültiger Unicode-Escape-Wert"
 
-#: utils/time/snapmgr.c:996
+#: scan.l:1215
+msgid "invalid Unicode escape character"
+msgstr "ungültiges Unicode-Escape-Zeichen"
+
+#: scan.l:1382
 #, c-format
-msgid "SET TRANSACTION SNAPSHOT must be called before any query"
-msgstr "SET TRANSACTION SNAPSHOT muss vor allen Anfragen aufgerufen werden"
+msgid "nonstandard use of \\' in a string literal"
+msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante"
 
-#: utils/time/snapmgr.c:1005
+#: scan.l:1383
 #, c-format
-msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ"
+msgid ""
+"Use '' to write quotes in strings, or use the escape string syntax (E'...')."
 msgstr ""
+"Verwenden Sie '', um Quotes in Zeichenketten zu schreiben, oder verwenden "
+"Sie die Syntax für Escape-Zeichenketten (E'...')."
 
-#: utils/time/snapmgr.c:1014 utils/time/snapmgr.c:1023
-#, fuzzy, c-format
-msgid "invalid snapshot identifier \"%s\""
-msgstr "ungültige Daten in Datei »%s«"
+#: scan.l:1392
+#, c-format
+msgid "nonstandard use of \\\\ in a string literal"
+msgstr "nicht standardkonforme Verwendung  von \\\\ in Zeichenkettenkonstante"
 
-#: utils/time/snapmgr.c:1112
+#: scan.l:1393
 #, c-format
-msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction"
+msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
 msgstr ""
+"Verwenden Sie die Syntax für Escape-Zeichenketten für Backslashes, z.B. E'\\"
+"\\'."
 
-#: utils/time/snapmgr.c:1116
-#, fuzzy, c-format
-msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction"
-msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen"
+#: scan.l:1407
+#, c-format
+msgid "nonstandard use of escape in a string literal"
+msgstr "nicht standardkonforme Verwendung von Escape in Zeichenkettenkonstante"
 
-#: utils/time/snapmgr.c:1131
-#, fuzzy, c-format
-msgid "cannot import a snapshot from a different database"
-msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
+#: scan.l:1408
+#, c-format
+msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'."
+msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten, z.B. E'\\r\\n'."
 
 #~ msgid "poll() failed in statistics collector: %m"
 #~ msgstr "poll() im Statistiksammelprozess fehlgeschlagen: %m"
@@ -18754,29 +20641,28 @@ msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 #~ msgid "WAL sender sleep time between WAL replications."
 #~ msgstr "WAL-Sender-Schlafzeit zwischen WAL-Replikationen."
 
-#~ msgid "Sets the list of known custom variable classes."
-#~ msgstr "Bestimmt die Liste der bekannten benutzerdefinierten Variablenklassen."
-
 #~ msgid "could not obtain lock on relation with OID %u"
 #~ msgstr "konnte Sperre für Relation mit OID %u nicht setzen"
 
 #~ msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist"
 #~ msgstr "Fremdschlüssel-Constraint »%s« von Relation »%s« existiert nicht"
 
-#~ msgid "recovery is still in progress, can't accept WAL streaming connections"
-#~ msgstr "Wiederherstellung läuft noch, WAL-Streaming-Verbindungen können nicht akzeptiert werden"
+#~ msgid ""
+#~ "recovery is still in progress, can't accept WAL streaming connections"
+#~ msgstr ""
+#~ "Wiederherstellung läuft noch, WAL-Streaming-Verbindungen können nicht "
+#~ "akzeptiert werden"
 
 #~ msgid "standby connections not allowed because wal_level=minimal"
 #~ msgstr "Standby-Verbindungen sind nicht erlaubt, weil wal_level=minimal"
 
-#~ msgid "could not open directory \"pg_tblspc\": %m"
-#~ msgstr "konnte Verzeichnis »pg_tblspc« nicht öffnen: %m"
-
 #~ msgid "could not access root certificate file \"%s\": %m"
 #~ msgstr "konnte nicht auf Root-Zertifikat-Datei »%s« zugreifen: %m"
 
 #~ msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
-#~ msgstr "SSL-Certificate-Revocation-List-Datei »%s« nicht gefunden, wird übersprungen: %s"
+#~ msgstr ""
+#~ "SSL-Certificate-Revocation-List-Datei »%s« nicht gefunden, wird "
+#~ "übersprungen: %s"
 
 #~ msgid "Certificates will not be checked against revocation list."
 #~ msgstr "Zertifikate werden nicht gegen die Revocation-Liste geprüft."
@@ -18788,28 +20674,5 @@ msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich"
 #~ msgstr "Einzelheiten finden Sie im Serverlog."
 
 #~ msgid "Make sure the root.crt file is present and readable."
-#~ msgstr "Stellen Sie sicher, dass die Datei root.crt vorhanden und lesbar ist."
-
-#~ msgid "  --help          show this help, then exit\n"
-#~ msgstr "  --help          diese Hilfe anzeigen, dann beenden\n"
-
-#~ msgid "CREATE TABLE AS cannot specify INTO"
-#~ msgstr "CREATE TABLE AS kann INTO nicht verwenden"
-
-#~ msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
-#~ msgstr "Spaltennamenliste nicht erlaubt in CREATE TABLE / EXECUTE"
-
-#~ msgid "INSERT ... SELECT cannot specify INTO"
-#~ msgstr "INSERT ... SELECT kann INTO nicht verwenden"
-
-#~ msgid "DECLARE CURSOR cannot specify INTO"
-#~ msgstr "DECLARE CURSOR kann nicht INTO verwenden"
-
-#~ msgid "subquery in FROM cannot have SELECT INTO"
-#~ msgstr "Unteranfrage in FROM kann kein SELECT INTO enthalten"
-
-#~ msgid "subquery cannot have SELECT INTO"
-#~ msgstr "Unteranfrage kann kein SELECT INTO enthalten"
-
-#~ msgid "subquery in WITH cannot have SELECT INTO"
-#~ msgstr "Unteranfrage in WITH kann kein SELECT INTO enthalten"
+#~ msgstr ""
+#~ "Stellen Sie sicher, dass die Datei root.crt vorhanden und lesbar ist."
index 82ead07389272494a33777148b6ef088c84f0bda..31816163942e7cc8ba45d0edad87166d47a85991 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.2\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-06-05 21:45+0000\n"
-"PO-Revision-Date: 2012-06-17 21:38+0300\n"
+"POT-Creation-Date: 2012-06-14 23:12+0000\n"
+"PO-Revision-Date: 2012-06-17 21:26+0300\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
 "Language: de\n"
@@ -104,20 +104,28 @@ msgstr "Sie sind gegenwärtig nicht mit einer Datenbank verbunden.\n"
 
 #: command.c:312
 #, 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"
+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:315
 #, 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"
+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:509 command.c:579 command.c:1335
+#: command.c:509 command.c:579 command.c:1336
 #, c-format
 msgid "no query buffer\n"
 msgstr "kein Anfragepuffer\n"
 
-#: command.c:542 command.c:2616
+#: command.c:542 command.c:2617
 #, c-format
 msgid "invalid line number: %s\n"
 msgstr "ungültige Zeilennummer: %s\n"
@@ -125,7 +133,9 @@ msgstr "ungültige Zeilennummer: %s\n"
 #: command.c:573
 #, c-format
 msgid "The server (version %d.%d) does not support editing function source.\n"
-msgstr "Der Server (Version %d.%d) unterstützt das Bearbeiten des Funktionsquelltextes nicht.\n"
+msgstr ""
+"Der Server (Version %d.%d) unterstützt das Bearbeiten des "
+"Funktionsquelltextes nicht.\n"
 
 #: command.c:653
 msgid "No changes"
@@ -134,10 +144,11 @@ msgstr "keine Änderungen"
 #: command.c:707
 #, c-format
 msgid "%s: invalid encoding name or conversion procedure not found\n"
-msgstr "%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden\n"
+msgstr ""
+"%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden\n"
 
 #: command.c:787 command.c:825 command.c:839 command.c:856 command.c:963
-#: command.c:1013 command.c:1112 command.c:1315 command.c:1346
+#: command.c:1013 command.c:1112 command.c:1316 command.c:1347
 #, c-format
 msgid "\\%s: missing required argument\n"
 msgstr "\\%s: notwendiges Argument fehlt\n"
@@ -164,7 +175,7 @@ msgstr "Passwörter stimmten nicht überein.\n"
 msgid "Password encryption failed.\n"
 msgstr "Passwortverschlüsselung ist fehlgeschlagen.\n"
 
-#: command.c:992 command.c:1093 command.c:1320
+#: command.c:992 command.c:1093 command.c:1321
 #, fuzzy, c-format
 msgid "\\%s: error while setting variable\n"
 msgstr "%s: konnte Variable »%s« nicht setzen\n"
@@ -179,88 +190,98 @@ msgid "Wrote history to file \"%s/%s\".\n"
 msgstr "Befehlsgeschichte in Datei »%s/%s« geschrieben.\n"
 
 #: command.c:1084 common.c:52 common.c:66 common.c:90 input.c:204
-#: mainloop.c:72 mainloop.c:234 print.c:142 print.c:156 tab-complete.c:3492
+#: mainloop.c:72 mainloop.c:234 print.c:142 print.c:156 tab-complete.c:3505
 #, c-format
 msgid "out of memory\n"
 msgstr "Speicher aufgebraucht\n"
 
 #: command.c:1117
 #, c-format
-msgid "\\%s: environment variable name must not contain '='\n"
+msgid "\\%s: environment variable name must not contain \"=\"\n"
 msgstr "\\%s: Name der Umgebungsvariable darf kein »=« enthalten\n"
 
-#: command.c:1159
+#: command.c:1160
 #, c-format
 msgid "The server (version %d.%d) does not support showing function source.\n"
-msgstr "Der Server (Version %d.%d) unterstützt das Anzeigen des Funktionsquelltextes nicht.\n"
+msgstr ""
+"Der Server (Version %d.%d) unterstützt das Anzeigen des Funktionsquelltextes "
+"nicht.\n"
 
-#: command.c:1165
+#: command.c:1166
 #, c-format
 msgid "function name is required\n"
 msgstr "Funktionsname wird benötigt\n"
 
-#: command.c:1300
+#: command.c:1301
 msgid "Timing is on."
 msgstr "Zeitmessung ist an."
 
-#: command.c:1302
+#: command.c:1303
 msgid "Timing is off."
 msgstr "Zeitmessung ist aus."
 
-#: command.c:1363 command.c:1383 command.c:1945 command.c:1952 command.c:1961
-#: command.c:1971 command.c:1980 command.c:1994 command.c:2011 command.c:2068
+#: command.c:1364 command.c:1384 command.c:1946 command.c:1953 command.c:1962
+#: command.c:1972 command.c:1981 command.c:1995 command.c:2012 command.c:2069
 #: common.c:137 copy.c:288 copy.c:327 psqlscan.l:1652 psqlscan.l:1663
 #: psqlscan.l:1673
 #, c-format
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: command.c:1465 startup.c:167
+#: command.c:1466 startup.c:167
 msgid "Password: "
 msgstr "Passwort: "
 
-#: command.c:1472 startup.c:170 startup.c:172
+#: command.c:1473 startup.c:170 startup.c:172
 #, c-format
 msgid "Password for user %s: "
 msgstr "Passwort für Benutzer %s: "
 
-#: command.c:1591 command.c:2650 common.c:183 common.c:475 common.c:540
-#: common.c:897 common.c:922 common.c:1018 copy.c:420 copy.c:606
+#: command.c:1592 command.c:2651 common.c:183 common.c:475 common.c:540
+#: common.c:897 common.c:922 common.c:1019 copy.c:420 copy.c:607
 #: psqlscan.l:1924
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: command.c:1595
+#: command.c:1596
 msgid "Previous connection kept\n"
 msgstr "Vorherige Verbindung wurde behalten\n"
 
-#: command.c:1599
+#: command.c:1600
 #, c-format
 msgid "\\connect: %s"
 msgstr "\\connect: %s"
 
-#: command.c:1632
+#: command.c:1633
 #, 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"
+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:1635
+#: command.c:1636
 #, 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"
+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:1639
+#: command.c:1640
 #, 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:1673
+#: command.c:1674
 #, c-format
 msgid "%s (%s, server %s)\n"
 msgstr "%s (%s, Server %s)\n"
 
-#: command.c:1681
+#: command.c:1682
 #, c-format
 msgid ""
 "WARNING: %s version %d.%d, server version %d.%d.\n"
@@ -269,17 +290,17 @@ msgstr ""
 "WARNUNG: %s-Version %d.%d, Serverversion %d.%d.\n"
 "         Einige Features von psql werden eventuell nicht funktionieren.\n"
 
-#: command.c:1711
+#: command.c:1712
 #, c-format
 msgid "SSL connection (cipher: %s, bits: %d)\n"
 msgstr "SSL-Verbindung (Verschlüsselungsmethode: %s, Bits: %d)\n"
 
-#: command.c:1721
+#: command.c:1722
 #, c-format
 msgid "SSL connection (unknown cipher)\n"
 msgstr "SSL-Verbindung (unbekannte Verschlüsselungsmethode)\n"
 
-#: command.c:1742
+#: command.c:1743
 #, c-format
 msgid ""
 "WARNING: Console code page (%u) differs from Windows code page (%u)\n"
@@ -291,168 +312,176 @@ msgstr ""
 "         richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter\n"
 "         »Notes for Windows users«.\n"
 
-#: command.c:1826
+#: command.c:1827
 #, c-format
-msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n"
-msgstr "Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine Zeilennummer angeben zu können\n"
+msgid ""
+"environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a "
+"line number\n"
+msgstr ""
+"Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine "
+"Zeilennummer angeben zu können\n"
 
-#: command.c:1863
+#: command.c:1864
 #, c-format
 msgid "could not start editor \"%s\"\n"
 msgstr "konnte Editor »%s« nicht starten\n"
 
-#: command.c:1865
+#: command.c:1866
 #, c-format
 msgid "could not start /bin/sh\n"
 msgstr "konnte /bin/sh nicht starten\n"
 
-#: command.c:1903
+#: command.c:1904
 #, c-format
 msgid "could not locate temporary directory: %s\n"
 msgstr "konnte temporäres Verzeichnis nicht finden: %s\n"
 
-#: command.c:1930
+#: command.c:1931
 #, c-format
 msgid "could not open temporary file \"%s\": %s\n"
 msgstr "konnte temporäre Datei »%s« nicht öffnen: %s\n"
 
-#: command.c:2185
+#: command.c:2186
 #, c-format
-msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n"
-msgstr "\\pset: zulässige Formate sind unaligned, aligned, wrapped, html, latex, troff-ms\n"
+msgid ""
+"\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-"
+"ms\n"
+msgstr ""
+"\\pset: zulässige Formate sind unaligned, aligned, wrapped, html, latex, "
+"troff-ms\n"
 
-#: command.c:2190
+#: command.c:2191
 #, c-format
 msgid "Output format is %s.\n"
 msgstr "Ausgabeformat ist »%s«.\n"
 
-#: command.c:2206
+#: command.c:2207
 #, c-format
 msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n"
 msgstr "\\pset: zulässige Linienstile sind ascii, old-ascii, unicode\n"
 
-#: command.c:2211
+#: command.c:2212
 #, c-format
 msgid "Line style is %s.\n"
 msgstr "Linienstil ist %s.\n"
 
-#: command.c:2222
+#: command.c:2223
 #, c-format
 msgid "Border style is %d.\n"
 msgstr "Rahmenstil ist %d.\n"
 
-#: command.c:2237
+#: command.c:2238
 #, c-format
 msgid "Expanded display is on.\n"
 msgstr "Erweiterte Anzeige ist an.\n"
 
-#: command.c:2239
+#: command.c:2240
 #, c-format
 msgid "Expanded display is used automatically.\n"
 msgstr "Erweiterte Anzeige wird automatisch verwendet.\n"
 
-#: command.c:2241
+#: command.c:2242
 #, c-format
 msgid "Expanded display is off.\n"
 msgstr "Erweiterte Anzeige ist aus.\n"
 
-#: command.c:2255
+#: command.c:2256
 msgid "Showing locale-adjusted numeric output."
 msgstr "Zeige numerische Daten in lokalisiertem Format."
 
-#: command.c:2257
+#: command.c:2258
 msgid "Locale-adjusted numeric output is off."
 msgstr "Lokalisiertes Format für numerische Daten ist aus."
 
-#: command.c:2270
+#: command.c:2271
 #, c-format
 msgid "Null display is \"%s\".\n"
 msgstr "Null-Anzeige ist »%s«.\n"
 
-#: command.c:2285 command.c:2297
+#: command.c:2286 command.c:2298
 #, c-format
 msgid "Field separator is zero byte.\n"
 msgstr "Feldtrennzeichen ist ein Null-Byte.\n"
 
-#: command.c:2287
+#: command.c:2288
 #, c-format
 msgid "Field separator is \"%s\".\n"
 msgstr "Feldtrennzeichen ist »%s«.\n"
 
-#: command.c:2312 command.c:2326
+#: command.c:2313 command.c:2327
 #, c-format
 msgid "Record separator is zero byte.\n"
 msgstr "Satztrennzeichen ist ein Null-Byte.\n"
 
-#: command.c:2314
+#: command.c:2315
 #, c-format
 msgid "Record separator is <newline>."
 msgstr "Satztrennzeichen ist <newline>."
 
-#: command.c:2316
+#: command.c:2317
 #, c-format
 msgid "Record separator is \"%s\".\n"
 msgstr "Satztrennzeichen ist »%s«.\n"
 
-#: command.c:2339
+#: command.c:2340
 msgid "Showing only tuples."
 msgstr "Zeige nur Datenzeilen."
 
-#: command.c:2341
+#: command.c:2342
 msgid "Tuples only is off."
 msgstr "Nur Datenzeilen ist aus."
 
-#: command.c:2357
+#: command.c:2358
 #, c-format
 msgid "Title is \"%s\".\n"
 msgstr "Titel ist »%s«.\n"
 
-#: command.c:2359
+#: command.c:2360
 #, c-format
 msgid "Title is unset.\n"
 msgstr "Titel ist nicht gesetzt.\n"
 
-#: command.c:2375
+#: command.c:2376
 #, c-format
 msgid "Table attribute is \"%s\".\n"
 msgstr "Tabellenattribut ist »%s«.\n"
 
-#: command.c:2377
+#: command.c:2378
 #, c-format
 msgid "Table attributes unset.\n"
 msgstr "Tabellenattribute sind nicht gesetzt.\n"
 
-#: command.c:2398
+#: command.c:2399
 msgid "Pager is used for long output."
 msgstr "Pager wird für lange Ausgaben verwendet."
 
-#: command.c:2400
+#: command.c:2401
 msgid "Pager is always used."
 msgstr "Pager wird immer verwendet."
 
-#: command.c:2402
+#: command.c:2403
 msgid "Pager usage is off."
 msgstr "Pager-Verwendung ist aus."
 
-#: command.c:2416
+#: command.c:2417
 msgid "Default footer is on."
 msgstr "Standardfußzeile ist an."
 
-#: command.c:2418
+#: command.c:2419
 msgid "Default footer is off."
 msgstr "Standardfußzeile ist aus."
 
-#: command.c:2429
-#, fuzzy, c-format
+#: command.c:2430
+#, c-format
 msgid "Target width is %d.\n"
-msgstr "Zielbreite für Format »wrapped« ist %d.\n"
+msgstr "Zielbreite ist %d.\n"
 
-#: command.c:2434
+#: command.c:2435
 #, c-format
 msgid "\\pset: unknown option: %s\n"
 msgstr "\\pset: unbekannte Option: %s\n"
 
-#: command.c:2488
+#: command.c:2489
 #, c-format
 msgid "\\!: failed\n"
 msgstr "\\!: fehlgeschlagen\n"
@@ -499,36 +528,50 @@ msgstr ""
 
 #: common.c:575
 #, 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"
+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:578
 #, 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"
+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:862
 #, c-format
 msgid ""
-"***(Single step mode: verify command)*******************************************\n"
+"***(Single step mode: verify command)"
+"*******************************************\n"
 "%s\n"
-"***(press return to proceed or enter x and return to cancel)********************\n"
+"***(press return to proceed or enter x and return to cancel)"
+"********************\n"
 msgstr ""
-"***(Einzelschrittmodus: Anfrage bestätigen)*************************************\n"
+"***(Einzelschrittmodus: Anfrage bestätigen)"
+"*************************************\n"
 "%s\n"
-"***(Drücken Sie die Eingabetaste um fortzufahren oder »x« um abzubrechen)*******\n"
+"***(Drücken Sie die Eingabetaste um fortzufahren oder »x« um abzubrechen)"
+"*******\n"
 
 #: common.c:913
 #, c-format
-msgid "The server (version %d.%d) does not support savepoints for ON_ERROR_ROLLBACK.\n"
-msgstr "Der Server (Version %d.%d) unterstützt keine Sicherungspunkte für ON_ERROR_ROLLBACK.\n"
+msgid ""
+"The server (version %d.%d) does not support savepoints for "
+"ON_ERROR_ROLLBACK.\n"
+msgstr ""
+"Der Server (Version %d.%d) unterstützt keine Sicherungspunkte für "
+"ON_ERROR_ROLLBACK.\n"
 
-#: common.c:1006
+#: common.c:1007
 #, c-format
 msgid "unexpected transaction status (%d)\n"
 msgstr "unerwarteter Transaktionsstatus (%d)\n"
 
-#: common.c:1033
+#: common.c:1034
 #, c-format
 msgid "Time: %.3f ms\n"
 msgstr "Zeit: %.3f ms\n"
@@ -579,24 +622,24 @@ msgstr ""
 msgid "aborted because of read failure"
 msgstr "abgebrochen wegen Lesenfehlers"
 
-#: copy.c:602
+#: copy.c:603
 msgid "trying to exit copy mode"
 msgstr "versuche, den COPY-Modus zu verlassen"
 
 #: describe.c:69 describe.c:245 describe.c:472 describe.c:599 describe.c:720
-#: describe.c:802 describe.c:866 describe.c:2611 describe.c:2812
-#: describe.c:2901 describe.c:3078 describe.c:3214 describe.c:3441
-#: describe.c:3513 describe.c:3524 describe.c:3583 describe.c:3991
-#: describe.c:4070
+#: describe.c:802 describe.c:866 describe.c:2613 describe.c:2814
+#: describe.c:2903 describe.c:3080 describe.c:3216 describe.c:3443
+#: describe.c:3515 describe.c:3526 describe.c:3585 describe.c:3993
+#: describe.c:4072
 msgid "Schema"
 msgstr "Schema"
 
 #: describe.c:70 describe.c:147 describe.c:155 describe.c:246 describe.c:473
-#: describe.c:600 describe.c:650 describe.c:721 describe.c:867 describe.c:2612
-#: describe.c:2734 describe.c:2813 describe.c:2902 describe.c:3079
-#: describe.c:3142 describe.c:3215 describe.c:3442 describe.c:3514
-#: describe.c:3525 describe.c:3584 describe.c:3773 describe.c:3854
-#: describe.c:4068
+#: describe.c:600 describe.c:650 describe.c:721 describe.c:867 describe.c:2614
+#: describe.c:2736 describe.c:2815 describe.c:2904 describe.c:3081
+#: describe.c:3144 describe.c:3217 describe.c:3444 describe.c:3516
+#: describe.c:3527 describe.c:3586 describe.c:3775 describe.c:3856
+#: describe.c:4070
 msgid "Name"
 msgstr "Name"
 
@@ -609,12 +652,12 @@ msgid "Argument data types"
 msgstr "Argumentdatentypen"
 
 #: describe.c:96 describe.c:168 describe.c:347 describe.c:515 describe.c:604
-#: describe.c:675 describe.c:869 describe.c:1404 describe.c:2429
-#: describe.c:2644 describe.c:2765 describe.c:2839 describe.c:2911
-#: describe.c:2995 describe.c:3086 describe.c:3151 describe.c:3216
-#: describe.c:3352 describe.c:3391 describe.c:3458 describe.c:3517
-#: describe.c:3526 describe.c:3585 describe.c:3799 describe.c:3876
-#: describe.c:4005 describe.c:4071 large_obj.c:291 large_obj.c:301
+#: describe.c:675 describe.c:869 describe.c:1405 describe.c:2431
+#: describe.c:2646 describe.c:2767 describe.c:2841 describe.c:2913
+#: describe.c:2997 describe.c:3088 describe.c:3153 describe.c:3218
+#: describe.c:3354 describe.c:3393 describe.c:3460 describe.c:3519
+#: describe.c:3528 describe.c:3587 describe.c:3801 describe.c:3878
+#: describe.c:4007 describe.c:4073 large_obj.c:291 large_obj.c:301
 msgid "Description"
 msgstr "Beschreibung"
 
@@ -628,8 +671,8 @@ msgid "The server (version %d.%d) does not support tablespaces.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Tablespaces.\n"
 
 #: describe.c:148 describe.c:156 describe.c:344 describe.c:651 describe.c:801
-#: describe.c:2620 describe.c:2738 describe.c:3143 describe.c:3774
-#: describe.c:3855 large_obj.c:290
+#: describe.c:2622 describe.c:2740 describe.c:3145 describe.c:3776
+#: describe.c:3857 large_obj.c:290
 msgid "Owner"
 msgstr "Eigentümer"
 
@@ -669,7 +712,7 @@ msgid "normal"
 msgstr "normal"
 
 #: describe.c:265 describe.c:310 describe.c:327 describe.c:724 describe.c:806
-#: describe.c:1376 describe.c:2619 describe.c:2814 describe.c:3873
+#: describe.c:1377 describe.c:2621 describe.c:2816 describe.c:3875
 msgid "Type"
 msgstr "Typ"
 
@@ -705,7 +748,7 @@ msgstr "Liste der Funktionen"
 msgid "Internal name"
 msgstr "Interner Name"
 
-#: describe.c:484 describe.c:667 describe.c:2636 describe.c:2640
+#: describe.c:484 describe.c:667 describe.c:2638 describe.c:2642
 msgid "Size"
 msgstr "Größe"
 
@@ -737,11 +780,11 @@ msgstr "Liste der Operatoren"
 msgid "Encoding"
 msgstr "Kodierung"
 
-#: describe.c:657 describe.c:3080
+#: describe.c:657 describe.c:3082
 msgid "Collate"
 msgstr "Sortierfolge"
 
-#: describe.c:658 describe.c:3081
+#: describe.c:658 describe.c:3083
 msgid "Ctype"
 msgstr "Zeichentyp"
 
@@ -753,11 +796,11 @@ msgstr "Tablespace"
 msgid "List of databases"
 msgstr "Liste der Datenbanken"
 
-#: describe.c:722 describe.c:804 describe.c:2616
+#: describe.c:722 describe.c:804 describe.c:2618
 msgid "sequence"
 msgstr "Sequenz"
 
-#: describe.c:722 describe.c:803 describe.c:2613 sql_help.c:637 sql_help.c:892
+#: describe.c:722 describe.c:803 describe.c:2615 sql_help.c:637 sql_help.c:892
 #: sql_help.c:1026 sql_help.c:1491 sql_help.c:1621 sql_help.c:1655
 #: sql_help.c:1901 sql_help.c:2076 sql_help.c:2261 sql_help.c:2342
 #: sql_help.c:2562 sql_help.c:3219 sql_help.c:3239 sql_help.c:3241
@@ -765,11 +808,11 @@ msgstr "Sequenz"
 msgid "table"
 msgstr "Tabelle"
 
-#: describe.c:722 describe.c:2614
+#: describe.c:722 describe.c:2616
 msgid "view"
 msgstr "Sicht"
 
-#: describe.c:723 describe.c:2618
+#: describe.c:723 describe.c:2620
 msgid "foreign table"
 msgstr "Fremdtabelle"
 
@@ -777,14 +820,16 @@ msgstr "Fremdtabelle"
 msgid "Column access privileges"
 msgstr "Spalten-Zugriffsprivilegien"
 
-#: describe.c:761 describe.c:4215 describe.c:4219
+#: describe.c:761 describe.c:4217 describe.c:4221
 msgid "Access privileges"
 msgstr "Zugriffsprivilegien"
 
 #: describe.c:789
 #, c-format
-msgid "The server (version %d.%d) does not support altering default privileges.\n"
-msgstr "Der Server (Version %d.%d) unterstützt kein Ändern der Vorgabeprivilegien.\n"
+msgid ""
+"The server (version %d.%d) does not support altering default privileges.\n"
+msgstr ""
+"Der Server (Version %d.%d) unterstützt kein Ändern der Vorgabeprivilegien.\n"
 
 #: describe.c:805
 msgid "function"
@@ -828,538 +873,540 @@ msgstr "Keine Relationen namens »%s« gefunden\n"
 msgid "Did not find any relation with OID %s.\n"
 msgstr "Keine Relation mit OID %s gefunden.\n"
 
-#: describe.c:1328
+#: describe.c:1329
 #, c-format
 msgid "Unlogged table \"%s.%s\""
 msgstr "Ungeloggte Tabelle »%s.%s«"
 
-#: describe.c:1331
+#: describe.c:1332
 #, c-format
 msgid "Table \"%s.%s\""
 msgstr "Tabelle »%s.%s«"
 
-#: describe.c:1335
+#: describe.c:1336
 #, c-format
 msgid "View \"%s.%s\""
 msgstr "Sicht »%s.%s«"
 
-#: describe.c:1339
+#: describe.c:1340
 #, c-format
 msgid "Sequence \"%s.%s\""
 msgstr "Sequenz »%s.%s«"
 
-#: describe.c:1344
+#: describe.c:1345
 #, c-format
 msgid "Unlogged index \"%s.%s\""
 msgstr "Ungeloggter Index »%s.%s«"
 
-#: describe.c:1347
+#: describe.c:1348
 #, c-format
 msgid "Index \"%s.%s\""
 msgstr "Index »%s.%s«"
 
-#: describe.c:1352
+#: describe.c:1353
 #, c-format
 msgid "Special relation \"%s.%s\""
 msgstr "Spezielle Relation »%s.%s«"
 
-#: describe.c:1356
+#: describe.c:1357
 #, c-format
 msgid "TOAST table \"%s.%s\""
 msgstr "TOAST-Tabelle »%s.%s«"
 
-#: describe.c:1360
+#: describe.c:1361
 #, c-format
 msgid "Composite type \"%s.%s\""
 msgstr "Zusammengesetzter Typ »%s.%s«"
 
-#: describe.c:1364
+#: describe.c:1365
 #, c-format
 msgid "Foreign table \"%s.%s\""
 msgstr "Fremdtabelle »%s.%s«"
 
-#: describe.c:1375
+#: describe.c:1376
 msgid "Column"
 msgstr "Spalte"
 
-#: describe.c:1383
+#: describe.c:1384
 msgid "Modifiers"
 msgstr "Attribute"
 
-#: describe.c:1388
+#: describe.c:1389
 msgid "Value"
 msgstr "Wert"
 
-#: describe.c:1391
+#: describe.c:1392
 msgid "Definition"
 msgstr "Definition"
 
-#: describe.c:1394 describe.c:3794 describe.c:3875 describe.c:3943
-#: describe.c:4004
+#: describe.c:1395 describe.c:3796 describe.c:3877 describe.c:3945
+#: describe.c:4006
 msgid "FDW Options"
 msgstr "FDW-Optionen"
 
-#: describe.c:1398
+#: describe.c:1399
 msgid "Storage"
 msgstr "Speicherung"
 
-#: describe.c:1400
+#: describe.c:1401
 msgid "Stats target"
 msgstr ""
 
-#: describe.c:1449
+#: describe.c:1450
 #, c-format
 msgid "collate %s"
 msgstr "Sortierfolge %s"
 
-#: describe.c:1457
+#: describe.c:1458
 msgid "not null"
 msgstr "not null"
 
 #. translator: default values of column definitions
-#: describe.c:1467
+#: describe.c:1468
 #, c-format
 msgid "default %s"
 msgstr "Vorgabewert %s"
 
-#: describe.c:1573
+#: describe.c:1574
 msgid "primary key, "
 msgstr "Primärschlüssel, "
 
-#: describe.c:1575
+#: describe.c:1576
 msgid "unique, "
 msgstr "eindeutig, "
 
-#: describe.c:1581
+#: describe.c:1582
 #, c-format
 msgid "for table \"%s.%s\""
 msgstr "für Tabelle »%s.%s«"
 
-#: describe.c:1585
+#: describe.c:1586
 #, c-format
 msgid ", predicate (%s)"
 msgstr ", Prädikat (%s)"
 
-#: describe.c:1588
+#: describe.c:1589
 msgid ", clustered"
 msgstr ", geclustert"
 
-#: describe.c:1591
+#: describe.c:1592
 msgid ", invalid"
 msgstr ", ungültig"
 
-#: describe.c:1594
+#: describe.c:1595
 msgid ", deferrable"
 msgstr ", DEFERRABLE"
 
-#: describe.c:1597
+#: describe.c:1598
 msgid ", initially deferred"
 msgstr ", INITIALLY DEFERRED"
 
-#: describe.c:1611
+#: describe.c:1612
 msgid "View definition:"
 msgstr "Sichtdefinition:"
 
-#: describe.c:1628 describe.c:1949
+#: describe.c:1629 describe.c:1951
 msgid "Rules:"
 msgstr "Regeln:"
 
-#: describe.c:1670
+#: describe.c:1671
 #, c-format
 msgid "Owned by: %s"
 msgstr "Eigentümer: %s"
 
-#: describe.c:1724
+#: describe.c:1726
 msgid "Indexes:"
 msgstr "Indexe:"
 
-#: describe.c:1805
+#: describe.c:1807
 msgid "Check constraints:"
 msgstr "Check-Constraints:"
 
-#: describe.c:1836
+#: describe.c:1838
 msgid "Foreign-key constraints:"
 msgstr "Fremdschlüssel-Constraints:"
 
-#: describe.c:1867
+#: describe.c:1869
 msgid "Referenced by:"
 msgstr "Fremdschlüsselverweise von:"
 
-#: describe.c:1952
+#: describe.c:1954
 msgid "Disabled rules:"
 msgstr "Abgeschaltete Regeln:"
 
-#: describe.c:1955
+#: describe.c:1957
 msgid "Rules firing always:"
 msgstr "Regeln, die immer aktiv werden:"
 
-#: describe.c:1958
+#: describe.c:1960
 msgid "Rules firing on replica only:"
 msgstr "Regeln, die nur im Replikat aktiv werden:"
 
-#: describe.c:2066
+#: describe.c:2068
 msgid "Triggers:"
 msgstr "Trigger:"
 
-#: describe.c:2069
+#: describe.c:2071
 msgid "Disabled triggers:"
 msgstr "Abgeschaltete Trigger:"
 
-#: describe.c:2072
+#: describe.c:2074
 msgid "Triggers firing always:"
 msgstr "Trigger, die immer aktiv werden:"
 
-#: describe.c:2075
+#: describe.c:2077
 msgid "Triggers firing on replica only:"
 msgstr "Trigger, die nur im Replikat aktiv werden:"
 
-#: describe.c:2153
+#: describe.c:2155
 msgid "Inherits"
 msgstr "Erbt von"
 
-#: describe.c:2192
+#: describe.c:2194
 #, c-format
 msgid "Number of child tables: %d (Use \\d+ to list them.)"
 msgstr "Anzahl Kindtabellen: %d (Mit \\d+ alle anzeigen.)"
 
-#: describe.c:2199
+#: describe.c:2201
 msgid "Child tables"
 msgstr "Kindtabellen"
 
-#: describe.c:2221
+#: describe.c:2223
 #, c-format
 msgid "Typed table of type: %s"
 msgstr "Getypte Tabelle vom Typ: %s"
 
-#: describe.c:2228
+#: describe.c:2230
 msgid "Has OIDs"
 msgstr "Hat OIDs"
 
-#: describe.c:2231 describe.c:2905 describe.c:2987
+#: describe.c:2233 describe.c:2907 describe.c:2989
 msgid "no"
 msgstr "nein"
 
-#: describe.c:2231 describe.c:2905 describe.c:2989
+#: describe.c:2233 describe.c:2907 describe.c:2991
 msgid "yes"
 msgstr "ja"
 
-#: describe.c:2239
+#: describe.c:2241
 msgid "Options"
 msgstr "Optionen"
 
-#: describe.c:2324
+#: describe.c:2326
 #, c-format
 msgid "Tablespace: \"%s\""
 msgstr "Tablespace: »%s«"
 
-#: describe.c:2337
+#: describe.c:2339
 #, c-format
 msgid ", tablespace \"%s\""
 msgstr ", Tablespace »%s«"
 
-#: describe.c:2422
+#: describe.c:2424
 msgid "List of roles"
 msgstr "Liste der Rollen"
 
-#: describe.c:2424
+#: describe.c:2426
 msgid "Role name"
 msgstr "Rollenname"
 
-#: describe.c:2425
+#: describe.c:2427
 msgid "Attributes"
 msgstr "Attribute"
 
-#: describe.c:2426
+#: describe.c:2428
 msgid "Member of"
 msgstr "Mitglied von"
 
-#: describe.c:2437
+#: describe.c:2439
 msgid "Superuser"
 msgstr "Superuser"
 
-#: describe.c:2440
+#: describe.c:2442
 msgid "No inheritance"
 msgstr "keine Vererbung"
 
-#: describe.c:2443
+#: describe.c:2445
 msgid "Create role"
 msgstr "Rolle erzeugen"
 
-#: describe.c:2446
+#: describe.c:2448
 msgid "Create DB"
 msgstr "DB erzeugen"
 
-#: describe.c:2449
+#: describe.c:2451
 msgid "Cannot login"
 msgstr "kann nicht einloggen"
 
-#: describe.c:2453
+#: describe.c:2455
 msgid "Replication"
 msgstr "Replikation"
 
-#: describe.c:2462
+#: describe.c:2464
 msgid "No connections"
 msgstr "keine Verbindungen"
 
-#: describe.c:2464
+#: describe.c:2466
 #, c-format
 msgid "%d connection"
 msgid_plural "%d connections"
 msgstr[0] "%d Verbindung"
 msgstr[1] "%d Verbindungen"
 
-#: describe.c:2474
+#: describe.c:2476
 msgid "Password valid until "
 msgstr "Passwort gültig bis "
 
-#: describe.c:2539
+#: describe.c:2541
 #, c-format
 msgid "No per-database role settings support in this server version.\n"
-msgstr "Keine Unterstützung für Rolleneinstellungen pro Datenbank in dieser Serverversion.\n"
+msgstr ""
+"Keine Unterstützung für Rolleneinstellungen pro Datenbank in dieser "
+"Serverversion.\n"
 
-#: describe.c:2550
+#: describe.c:2552
 #, c-format
 msgid "No matching settings found.\n"
 msgstr "Keine passenden Einstellungen gefunden.\n"
 
-#: describe.c:2552
+#: describe.c:2554
 #, c-format
 msgid "No settings found.\n"
 msgstr "Keine Einstellungen gefunden.\n"
 
-#: describe.c:2557
+#: describe.c:2559
 msgid "List of settings"
 msgstr "Liste der Einstellungen"
 
-#: describe.c:2615
+#: describe.c:2617
 msgid "index"
 msgstr "Index"
 
-#: describe.c:2617
+#: describe.c:2619
 msgid "special"
 msgstr "speziell"
 
-#: describe.c:2625 describe.c:3992
+#: describe.c:2627 describe.c:3994
 msgid "Table"
 msgstr "Tabelle"
 
-#: describe.c:2699
+#: describe.c:2701
 #, c-format
 msgid "No matching relations found.\n"
 msgstr "Keine passenden Relationen gefunden.\n"
 
-#: describe.c:2701
+#: describe.c:2703
 #, c-format
 msgid "No relations found.\n"
 msgstr "Keine Relationen gefunden.\n"
 
-#: describe.c:2706
+#: describe.c:2708
 msgid "List of relations"
 msgstr "Liste der Relationen"
 
-#: describe.c:2742
+#: describe.c:2744
 msgid "Trusted"
 msgstr "Vertraut"
 
-#: describe.c:2750
+#: describe.c:2752
 msgid "Internal Language"
 msgstr "Interne Sprache"
 
-#: describe.c:2751
+#: describe.c:2753
 msgid "Call Handler"
 msgstr "Call-Handler"
 
-#: describe.c:2752 describe.c:3781
+#: describe.c:2754 describe.c:3783
 msgid "Validator"
 msgstr "Validator"
 
-#: describe.c:2755
+#: describe.c:2757
 msgid "Inline Handler"
 msgstr "Inline-Handler"
 
-#: describe.c:2783
+#: describe.c:2785
 msgid "List of languages"
 msgstr "Liste der Sprachen"
 
-#: describe.c:2827
+#: describe.c:2829
 msgid "Modifier"
 msgstr "Attribut"
 
-#: describe.c:2828
+#: describe.c:2830
 msgid "Check"
 msgstr "Check"
 
-#: describe.c:2870
+#: describe.c:2872
 msgid "List of domains"
 msgstr "Liste der Domänen"
 
-#: describe.c:2903
+#: describe.c:2905
 msgid "Source"
 msgstr "Quelle"
 
-#: describe.c:2904
+#: describe.c:2906
 msgid "Destination"
 msgstr "Ziel"
 
-#: describe.c:2906
+#: describe.c:2908
 msgid "Default?"
 msgstr "Standard?"
 
-#: describe.c:2943
+#: describe.c:2945
 msgid "List of conversions"
 msgstr "Liste der Konversionen"
 
-#: describe.c:2984
+#: describe.c:2986
 msgid "Source type"
 msgstr "Quelltyp"
 
-#: describe.c:2985
+#: describe.c:2987
 msgid "Target type"
 msgstr "Zieltyp"
 
-#: describe.c:2986 describe.c:3351
+#: describe.c:2988 describe.c:3353
 msgid "Function"
 msgstr "Funktion"
 
-#: describe.c:2988
+#: describe.c:2990
 msgid "in assignment"
 msgstr "in Zuweisung"
 
-#: describe.c:2990
+#: describe.c:2992
 msgid "Implicit?"
 msgstr "Implizit?"
 
-#: describe.c:3041
+#: describe.c:3043
 msgid "List of casts"
 msgstr "Liste der Typumwandlungen"
 
-#: describe.c:3066
+#: describe.c:3068
 #, c-format
 msgid "The server (version %d.%d) does not support collations.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Sortierfolgen.\n"
 
-#: describe.c:3116
+#: describe.c:3118
 msgid "List of collations"
 msgstr "Liste der Sortierfolgen"
 
-#: describe.c:3174
+#: describe.c:3176
 msgid "List of schemas"
 msgstr "Liste der Schemas"
 
-#: describe.c:3197 describe.c:3430 describe.c:3498 describe.c:3566
+#: describe.c:3199 describe.c:3432 describe.c:3500 describe.c:3568
 #, c-format
 msgid "The server (version %d.%d) does not support full text search.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Volltextsuche.\n"
 
-#: describe.c:3231
+#: describe.c:3233
 msgid "List of text search parsers"
 msgstr "Liste der Textsucheparser"
 
-#: describe.c:3274
+#: describe.c:3276
 #, c-format
 msgid "Did not find any text search parser named \"%s\".\n"
 msgstr "Kein Textsucheparser namens »%s« gefunden\n"
 
-#: describe.c:3349
+#: describe.c:3351
 msgid "Start parse"
 msgstr "Parsen starten"
 
-#: describe.c:3350
+#: describe.c:3352
 msgid "Method"
 msgstr "Methode"
 
-#: describe.c:3354
+#: describe.c:3356
 msgid "Get next token"
 msgstr "Nächstes Token lesen"
 
-#: describe.c:3356
+#: describe.c:3358
 msgid "End parse"
 msgstr "Parsen beenden"
 
-#: describe.c:3358
+#: describe.c:3360
 msgid "Get headline"
 msgstr "Überschrift ermitteln"
 
-#: describe.c:3360
+#: describe.c:3362
 msgid "Get token types"
 msgstr "Tokentypen ermitteln"
 
-#: describe.c:3370
+#: describe.c:3372
 #, c-format
 msgid "Text search parser \"%s.%s\""
 msgstr "Textsucheparser »%s.%s«"
 
-#: describe.c:3372
+#: describe.c:3374
 #, c-format
 msgid "Text search parser \"%s\""
 msgstr "Textsucheparser »%s«"
 
-#: describe.c:3390
+#: describe.c:3392
 msgid "Token name"
 msgstr "Tokenname"
 
-#: describe.c:3401
+#: describe.c:3403
 #, c-format
 msgid "Token types for parser \"%s.%s\""
 msgstr "Tokentypen für Parser »%s.%s«"
 
-#: describe.c:3403
+#: describe.c:3405
 #, c-format
 msgid "Token types for parser \"%s\""
 msgstr "Tokentypen für Parser »%s«"
 
-#: describe.c:3452
+#: describe.c:3454
 msgid "Template"
 msgstr "Vorlage"
 
-#: describe.c:3453
+#: describe.c:3455
 msgid "Init options"
 msgstr "Initialisierungsoptionen"
 
-#: describe.c:3475
+#: describe.c:3477
 msgid "List of text search dictionaries"
 msgstr "Liste der Textsuchewörterbücher"
 
-#: describe.c:3515
+#: describe.c:3517
 msgid "Init"
 msgstr "Init"
 
-#: describe.c:3516
+#: describe.c:3518
 msgid "Lexize"
 msgstr "Lexize"
 
-#: describe.c:3543
+#: describe.c:3545
 msgid "List of text search templates"
 msgstr "Liste der Textsuchevorlagen"
 
-#: describe.c:3600
+#: describe.c:3602
 msgid "List of text search configurations"
 msgstr "Liste der Textsuchekonfigurationen"
 
-#: describe.c:3644
+#: describe.c:3646
 #, c-format
 msgid "Did not find any text search configuration named \"%s\".\n"
 msgstr "Keine Textsuchekonfiguration namens »%s« gefunden\n"
 
-#: describe.c:3710
+#: describe.c:3712
 msgid "Token"
 msgstr "Token"
 
-#: describe.c:3711
+#: describe.c:3713
 msgid "Dictionaries"
 msgstr "Wörterbücher"
 
-#: describe.c:3722
+#: describe.c:3724
 #, c-format
 msgid "Text search configuration \"%s.%s\""
 msgstr "Textsuchekonfiguration »%s.%s«"
 
-#: describe.c:3725
+#: describe.c:3727
 #, c-format
 msgid "Text search configuration \"%s\""
 msgstr "Textsuchekonfiguration »%s«"
 
-#: describe.c:3729
+#: describe.c:3731
 #, c-format
 msgid ""
 "\n"
@@ -1368,7 +1415,7 @@ msgstr ""
 "\n"
 "Parser: »%s.%s«"
 
-#: describe.c:3732
+#: describe.c:3734
 #, c-format
 msgid ""
 "\n"
@@ -1377,86 +1424,86 @@ msgstr ""
 "\n"
 "Parser: »%s«"
 
-#: describe.c:3764
+#: describe.c:3766
 #, c-format
 msgid "The server (version %d.%d) does not support foreign-data wrappers.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Fremddaten-Wrapper.\n"
 
-#: describe.c:3778
+#: describe.c:3780
 msgid "Handler"
 msgstr "Handler"
 
-#: describe.c:3821
+#: describe.c:3823
 msgid "List of foreign-data wrappers"
 msgstr "Liste der Fremddaten-Wrapper"
 
-#: describe.c:3844
+#: describe.c:3846
 #, c-format
 msgid "The server (version %d.%d) does not support foreign servers.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Fremdserver.\n"
 
-#: describe.c:3856
+#: describe.c:3858
 msgid "Foreign-data wrapper"
 msgstr "Fremddaten-Wrapper"
 
-#: describe.c:3874 describe.c:4069
+#: describe.c:3876 describe.c:4071
 msgid "Version"
 msgstr "Version"
 
-#: describe.c:3900
+#: describe.c:3902
 msgid "List of foreign servers"
 msgstr "Liste der Fremdserver"
 
-#: describe.c:3923
+#: describe.c:3925
 #, c-format
 msgid "The server (version %d.%d) does not support user mappings.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Benutzerabbildungen.\n"
 
-#: describe.c:3932 describe.c:3993
+#: describe.c:3934 describe.c:3995
 msgid "Server"
 msgstr "Server"
 
-#: describe.c:3933
+#: describe.c:3935
 msgid "User name"
 msgstr "Benutzername"
 
-#: describe.c:3958
+#: describe.c:3960
 msgid "List of user mappings"
 msgstr "Liste der Benutzerabbildungen"
 
-#: describe.c:3981
+#: describe.c:3983
 #, c-format
 msgid "The server (version %d.%d) does not support foreign tables.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Fremdtabellen.\n"
 
-#: describe.c:4032
+#: describe.c:4034
 msgid "List of foreign tables"
 msgstr "Liste der Fremdtabellen"
 
-#: describe.c:4055 describe.c:4109
+#: describe.c:4057 describe.c:4111
 #, c-format
 msgid "The server (version %d.%d) does not support extensions.\n"
 msgstr "Der Server (Version %d.%d) unterstützt keine Erweiterungen.\n"
 
-#: describe.c:4086
+#: describe.c:4088
 msgid "List of installed extensions"
 msgstr "Liste der installierten Erweiterungen"
 
-#: describe.c:4136
+#: describe.c:4138
 #, c-format
 msgid "Did not find any extension named \"%s\".\n"
 msgstr "Keine Erweiterungen namens »%s« gefunden\n"
 
-#: describe.c:4139
+#: describe.c:4141
 #, c-format
 msgid "Did not find any extensions.\n"
 msgstr "Keine Erweiterungen gefunden\n"
 
-#: describe.c:4183
+#: describe.c:4185
 msgid "Object Description"
 msgstr "Objektbeschreibung"
 
-#: describe.c:4192
+#: describe.c:4194
 #, c-format
 msgid "Objects in extension \"%s\""
 msgstr "Objekte in Erweiterung »%s«"
@@ -1504,12 +1551,15 @@ msgstr "Allgemeine Optionen:\n"
 
 #: help.c:91
 #, c-format
-msgid "  -c, --command=COMMAND    run only single command (SQL or internal) and exit\n"
+msgid ""
+"  -c, --command=COMMAND    run only single command (SQL or internal) and "
+"exit\n"
 msgstr "  -c, --command=ANWEISUNG   einzelne Anweisung ausführen und beenden\n"
 
 #: help.c:92
 #, c-format
-msgid "  -d, --dbname=DBNAME      database name to connect to (default: \"%s\")\n"
+msgid ""
+"  -d, --dbname=DBNAME      database name to connect to (default: \"%s\")\n"
 msgstr ""
 "  -d, --dbname=DBNAME      Datenbank, zu der verbunden werden soll\n"
 "                           (Standard: »%s«)\n"
@@ -1517,12 +1567,15 @@ msgstr ""
 #: help.c:93
 #, c-format
 msgid "  -f, --file=FILENAME      execute commands from file, then exit\n"
-msgstr "  -f, --file=DATEINAME     Anweisungen aus Datei ausführen und danach beenden\n"
+msgstr ""
+"  -f, --file=DATEINAME     Anweisungen aus Datei ausführen und danach "
+"beenden\n"
 
 #: help.c:94
 #, c-format
 msgid "  -l, --list               list available databases, then exit\n"
-msgstr "  -l, --list               verfügbare Datenbanken auflisten und beenden\n"
+msgstr ""
+"  -l, --list               verfügbare Datenbanken auflisten und beenden\n"
 
 #: help.c:95
 #, c-format
@@ -1545,7 +1598,8 @@ msgid ""
 "                           execute command file as a single transaction\n"
 msgstr ""
 "  -1 (»eins«), --single-transaction\n"
-"                           Befehlsdatei als eine einzige Transaktion ausführen\n"
+"                           Befehlsdatei als eine einzige Transaktion "
+"ausführen\n"
 
 #: help.c:100
 #, c-format
@@ -1555,7 +1609,8 @@ msgstr "  --help                   diese Hilfe anzeigen, dann beenden\n"
 #: help.c:101
 #, c-format
 msgid "  --version                output version information, then exit\n"
-msgstr "  --version                Versionsinformationen anzeigen, dann beenden\n"
+msgstr ""
+"  --version                Versionsinformationen anzeigen, dann beenden\n"
 
 #: help.c:103
 #, c-format
@@ -1574,12 +1629,16 @@ msgstr "  -a, --echo-all           Skript-Inhalt wiedergeben\n"
 #: help.c:105
 #, c-format
 msgid "  -e, --echo-queries       echo commands sent to server\n"
-msgstr "  -e, --echo-queries       an den Server geschickte Anweisungen zeigen\n"
+msgstr ""
+"  -e, --echo-queries       an den Server geschickte Anweisungen zeigen\n"
 
 #: help.c:106
 #, c-format
-msgid "  -E, --echo-hidden        display queries that internal commands generate\n"
-msgstr "  -E, --echo-hidden        von internen Anweisungen erzeugte Anfragen zeigen\n"
+msgid ""
+"  -E, --echo-hidden        display queries that internal commands generate\n"
+msgstr ""
+"  -E, --echo-hidden        von internen Anweisungen erzeugte Anfragen "
+"zeigen\n"
 
 #: help.c:107
 #, c-format
@@ -1590,17 +1649,22 @@ msgstr ""
 
 #: help.c:108
 #, c-format
-msgid "  -n, --no-readline        disable enhanced command line editing (readline)\n"
-msgstr "  -n, --no-readline        erweiterte Zeilenbearbeitung (Readline) ausschalten\n"
+msgid ""
+"  -n, --no-readline        disable enhanced command line editing (readline)\n"
+msgstr ""
+"  -n, --no-readline        erweiterte Zeilenbearbeitung (Readline) "
+"ausschalten\n"
 
 #: help.c:109
 #, c-format
 msgid "  -o, --output=FILENAME    send query results to file (or |pipe)\n"
-msgstr "  -o, --output=DATEINAME   Anfrageergebnisse in Datei (oder |Pipe) senden\n"
+msgstr ""
+"  -o, --output=DATEINAME   Anfrageergebnisse in Datei (oder |Pipe) senden\n"
 
 #: help.c:110
 #, c-format
-msgid "  -q, --quiet              run quietly (no messages, only query output)\n"
+msgid ""
+"  -q, --quiet              run quietly (no messages, only query output)\n"
 msgstr ""
 "  -q, --quiet              stille Ausführung (keine Mitteilungen, nur\n"
 "                           Anfrageergebnisse)\n"
@@ -1608,12 +1672,17 @@ msgstr ""
 #: help.c:111
 #, c-format
 msgid "  -s, --single-step        single-step mode (confirm each query)\n"
-msgstr "  -s, --single-step        Einzelschrittmodus (jede Anfrage bestätigen)\n"
+msgstr ""
+"  -s, --single-step        Einzelschrittmodus (jede Anfrage bestätigen)\n"
 
 #: help.c:112
 #, c-format
-msgid "  -S, --single-line        single-line mode (end of line terminates SQL command)\n"
-msgstr "  -S, --single-line        Einzelzeilenmodus (Zeilenende beendet SQL-Anweisung)\n"
+msgid ""
+"  -S, --single-line        single-line mode (end of line terminates SQL "
+"command)\n"
+msgstr ""
+"  -S, --single-line        Einzelzeilenmodus (Zeilenende beendet SQL-"
+"Anweisung)\n"
 
 #: help.c:114
 #, c-format
@@ -1645,7 +1714,9 @@ msgstr "  -H, --html               HTML-Tabellenausgabemodus\n"
 
 #: help.c:120
 #, c-format
-msgid "  -P, --pset=VAR[=ARG]     set printing option VAR to ARG (see \\pset command)\n"
+msgid ""
+"  -P, --pset=VAR[=ARG]     set printing option VAR to ARG (see \\pset "
+"command)\n"
 msgstr ""
 "  -P, --pset=VAR[=ARG]     Ausgabeoption VAR auf ARG setzen (siehe\n"
 "                           \\pset-Anweisung)\n"
@@ -1666,8 +1737,11 @@ msgstr "  -t, --tuples-only        nur Datenzeilen ausgeben\n"
 
 #: help.c:124
 #, c-format
-msgid "  -T, --table-attr=TEXT    set HTML table tag attributes (e.g., width, border)\n"
-msgstr "  -T, --table-attr=TEXT    HTML »table«-Tag-Attribute setzen (z.B. width)\n"
+msgid ""
+"  -T, --table-attr=TEXT    set HTML table tag attributes (e.g., width, "
+"border)\n"
+msgstr ""
+"  -T, --table-attr=TEXT    HTML »table«-Tag-Attribute setzen (z.B. width)\n"
 
 #: help.c:125
 #, c-format
@@ -1703,7 +1777,9 @@ msgstr ""
 
 #: help.c:134
 #, c-format
-msgid "  -h, --host=HOSTNAME      database server host or socket directory (default: \"%s\")\n"
+msgid ""
+"  -h, --host=HOSTNAME      database server host or socket directory "
+"(default: \"%s\")\n"
 msgstr ""
 "  -h, --host=HOSTNAME      Hostname des Datenbankservers oder\n"
 "                           Socket-Verzeichnis (Standard: »%s«)\n"
@@ -1715,7 +1791,8 @@ msgstr "lokales Socket"
 #: help.c:138
 #, c-format
 msgid "  -p, --port=PORT          database server port (default: \"%s\")\n"
-msgstr "  -p, --port=PORT          Port des Datenbankservers (Standard: »%s«)\n"
+msgstr ""
+"  -p, --port=PORT          Port des Datenbankservers (Standard: »%s«)\n"
 
 #: help.c:144
 #, c-format
@@ -1729,14 +1806,19 @@ msgstr "  -w, --no-password        niemals nach Passwort fragen\n"
 
 #: help.c:146
 #, c-format
-msgid "  -W, --password           force password prompt (should happen automatically)\n"
-msgstr "  -W, --password           nach Passwort fragen (sollte automatisch geschehen)\n"
+msgid ""
+"  -W, --password           force password prompt (should happen "
+"automatically)\n"
+msgstr ""
+"  -W, --password           nach Passwort fragen (sollte automatisch "
+"geschehen)\n"
 
 #: help.c:148
 #, c-format
 msgid ""
 "\n"
-"For more information, type \"\\?\" (for internal commands) or \"\\help\" (for SQL\n"
+"For more information, type \"\\?\" (for internal commands) or \"\\help"
+"\" (for SQL\n"
 "commands) from within psql, or consult the psql section in the PostgreSQL\n"
 "documentation.\n"
 "\n"
@@ -1759,20 +1841,28 @@ msgstr "Allgemein\n"
 
 #: help.c:170
 #, c-format
-msgid "  \\copyright             show PostgreSQL usage and distribution terms\n"
-msgstr "  \\copyright             PostgreSQL-Urheberrechtsinformationen zeigen\n"
+msgid ""
+"  \\copyright             show PostgreSQL usage and distribution terms\n"
+msgstr ""
+"  \\copyright             PostgreSQL-Urheberrechtsinformationen zeigen\n"
 
 #: help.c:171
 #, c-format
-msgid "  \\g [FILE] or ;         execute query (and send results to file or |pipe)\n"
+msgid ""
+"  \\g [FILE] or ;         execute query (and send results to file or |pipe)\n"
 msgstr ""
-"  \\g [DATEI] oder ;      SQL-Anweisung ausführen (und Ergebnis in Datei oder\n"
+"  \\g [DATEI] oder ;      SQL-Anweisung ausführen (und Ergebnis in Datei "
+"oder\n"
 "                         |Pipe schreiben)\n"
 
 #: help.c:172
 #, c-format
-msgid "  \\h [NAME]              help on syntax of SQL commands, * for all commands\n"
-msgstr "  \\h [NAME]              Syntaxhilfe über SQL-Anweisung, * für alle Anweisungen\n"
+msgid ""
+"  \\h [NAME]              help on syntax of SQL commands, * for all "
+"commands\n"
+msgstr ""
+"  \\h [NAME]              Syntaxhilfe über SQL-Anweisung, * für alle "
+"Anweisungen\n"
 
 #: help.c:173
 #, c-format
@@ -1786,13 +1876,20 @@ msgstr "Anfragepuffer\n"
 
 #: help.c:177
 #, c-format
-msgid "  \\e [FILE] [LINE]       edit the query buffer (or file) with external editor\n"
-msgstr "  \\e [DATEI] [ZEILE]     Anfragepuffer (oder Datei) mit externem Editor bearbeiten\n"
+msgid ""
+"  \\e [FILE] [LINE]       edit the query buffer (or file) with external "
+"editor\n"
+msgstr ""
+"  \\e [DATEI] [ZEILE]     Anfragepuffer (oder Datei) mit externem Editor "
+"bearbeiten\n"
 
 #: help.c:178
 #, c-format
-msgid "  \\ef [FUNCNAME [LINE]]  edit function definition with external editor\n"
-msgstr "  \\ef [FUNKNAME [LINE]]  Funktionsdefinition mit externem Editor bearbeiten\n"
+msgid ""
+"  \\ef [FUNCNAME [LINE]]  edit function definition with external editor\n"
+msgstr ""
+"  \\ef [FUNKNAME [LINE]]  Funktionsdefinition mit externem Editor "
+"bearbeiten\n"
 
 #: help.c:179
 #, c-format
@@ -1807,7 +1904,9 @@ msgstr "  \\r                     Anfragepuffer löschen\n"
 #: help.c:182
 #, c-format
 msgid "  \\s [FILE]              display history or save it to file\n"
-msgstr "  \\s [DATEI]             Befehlsgeschichte ausgeben oder in Datei schreiben\n"
+msgstr ""
+"  \\s [DATEI]             Befehlsgeschichte ausgeben oder in Datei "
+"schreiben\n"
 
 #: help.c:184
 #, c-format
@@ -1821,8 +1920,11 @@ msgstr "Eingabe/Ausgabe\n"
 
 #: help.c:188
 #, c-format
-msgid "  \\copy ...              perform SQL COPY with data stream to the client host\n"
-msgstr "  \\copy ...              SQL COPY mit Datenstrom auf Client-Host ausführen\n"
+msgid ""
+"  \\copy ...              perform SQL COPY with data stream to the client "
+"host\n"
+msgstr ""
+"  \\copy ...              SQL COPY mit Datenstrom auf Client-Host ausführen\n"
 
 #: help.c:189
 #, c-format
@@ -1836,19 +1938,27 @@ msgstr "  \\i DATEI               Befehle aus Datei ausführen\n"
 
 #: help.c:191
 #, c-format
-msgid "  \\ir FILE               as \\i, but relative to location of current script\n"
-msgstr "  \\ir DATEI              wie \\i, aber relativ zum Ort des aktuellen Skripts\n"
+msgid ""
+"  \\ir FILE               as \\i, but relative to location of current "
+"script\n"
+msgstr ""
+"  \\ir DATEI              wie \\i, aber relativ zum Ort des aktuellen "
+"Skripts\n"
 
 #: help.c:192
 #, c-format
 msgid "  \\o [FILE]              send all query results to file or |pipe\n"
-msgstr "  \\o [DATEI]             alle Anfrageergebnisse in Datei oder |Pipe schreiben\n"
+msgstr ""
+"  \\o [DATEI]             alle Anfrageergebnisse in Datei oder |Pipe "
+"schreiben\n"
 
 #: help.c:193
 #, c-format
-msgid "  \\qecho [STRING]        write string to query output stream (see \\o)\n"
+msgid ""
+"  \\qecho [STRING]        write string to query output stream (see \\o)\n"
 msgstr ""
-"  \\qecho [TEXT]          Text auf Ausgabestrom für Anfrageergebnisse schreiben\n"
+"  \\qecho [TEXT]          Text auf Ausgabestrom für Anfrageergebnisse "
+"schreiben\n"
 "                         (siehe \\o)\n"
 
 #: help.c:196
@@ -1859,7 +1969,8 @@ msgstr "Informationen\n"
 #: help.c:197
 #, c-format
 msgid "  (options: S = show system objects, + = additional detail)\n"
-msgstr "  (Optionen: S = Systemobjekte zeigen, + = zusätzliche Details zeigen)\n"
+msgstr ""
+"  (Optionen: S = Systemobjekte zeigen, + = zusätzliche Details zeigen)\n"
 
 #: help.c:198
 #, c-format
@@ -1869,7 +1980,8 @@ msgstr "  \\d[S+]                 Tabellen, Sichten und Sequenzen auflisten\n"
 #: help.c:199
 #, c-format
 msgid "  \\d[S+]  NAME           describe table, view, sequence, or index\n"
-msgstr "  \\d[S+]  NAME           Tabelle, Sicht, Sequenz oder Index beschreiben\n"
+msgstr ""
+"  \\d[S+]  NAME           Tabelle, Sicht, Sequenz oder Index beschreiben\n"
 
 #: help.c:200
 #, c-format
@@ -1893,7 +2005,8 @@ msgstr "  \\dC[+]  [MUSTER]       Typumwandlungen (Casts) auflisten\n"
 
 #: help.c:204
 #, fuzzy, c-format
-msgid "  \\dd[S]  [PATTERN]      show object descriptions not displayed elsewhere\n"
+msgid ""
+"  \\dd[S]  [PATTERN]      show object descriptions not displayed elsewhere\n"
 msgstr "  \\dd[S]  [MUSTER]       Kommentar für Objekt zeigen\n"
 
 #: help.c:205
@@ -1928,8 +2041,11 @@ msgstr "  \\dew[+] [MUSTER]       Fremddaten-Wrapper auflisten\n"
 
 #: help.c:211
 #, c-format
-msgid "  \\df[antw][S+] [PATRN]  list [only agg/normal/trigger/window] functions\n"
-msgstr "  \\df[antw][S+] [MUSTR]  Funktionen [nur Agg/normale/Trigger/Fenster] auflisten\n"
+msgid ""
+"  \\df[antw][S+] [PATRN]  list [only agg/normal/trigger/window] functions\n"
+msgstr ""
+"  \\df[antw][S+] [MUSTR]  Funktionen [nur Agg/normale/Trigger/Fenster] "
+"auflisten\n"
 
 #: help.c:212
 #, c-format
@@ -1988,7 +2104,8 @@ msgstr "  \\dO[S+] [MUSTER]       Sortierfolgen auflisten\n"
 
 #: help.c:223
 #, c-format
-msgid "  \\dp     [PATTERN]      list table, view, and sequence access privileges\n"
+msgid ""
+"  \\dp     [PATTERN]      list table, view, and sequence access privileges\n"
 msgstr ""
 "  \\dp     [MUSTER]       Zugriffsprivilegien für Tabellen, Sichten und\n"
 "                         Sequenzen auflisten\n"
@@ -1996,7 +2113,9 @@ msgstr ""
 #: help.c:224
 #, c-format
 msgid "  \\drds [PATRN1 [PATRN2]] list per-database role settings\n"
-msgstr "  \\drds [MUSTER1 [MUSTER2]] datenbankspezifische Rolleneinstellungen auflisten\n"
+msgstr ""
+"  \\drds [MUSTER1 [MUSTER2]] datenbankspezifische Rolleneinstellungen "
+"auflisten\n"
 
 #: help.c:225
 #, c-format
@@ -2055,9 +2174,11 @@ msgstr "Formatierung\n"
 
 #: help.c:238
 #, c-format
-msgid "  \\a                     toggle between unaligned and aligned output mode\n"
+msgid ""
+"  \\a                     toggle between unaligned and aligned output mode\n"
 msgstr ""
-"  \\a                     zwischen unausgerichtetem und ausgerichtetem Ausgabemodus\n"
+"  \\a                     zwischen unausgerichtetem und ausgerichtetem "
+"Ausgabemodus\n"
 "                         umschalten\n"
 
 #: help.c:239
@@ -2067,24 +2188,31 @@ msgstr "  \\C [TEXT]              Tabellentitel setzen oder löschen\n"
 
 #: help.c:240
 #, c-format
-msgid "  \\f [STRING]            show or set field separator for unaligned query output\n"
+msgid ""
+"  \\f [STRING]            show or set field separator for unaligned query "
+"output\n"
 msgstr "  \\f [ZEICHEN]           Feldtrennzeichen zeigen oder setzen\n"
 
 #: help.c:241
 #, c-format
 msgid "  \\H                     toggle HTML output mode (currently %s)\n"
-msgstr "  \\H                     HTML-Ausgabemodus umschalten (gegenwärtig %s)\n"
+msgstr ""
+"  \\H                     HTML-Ausgabemodus umschalten (gegenwärtig %s)\n"
 
 #: help.c:243
 #, c-format
 msgid ""
 "  \\pset NAME [VALUE]     set table output option\n"
-"                         (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
-"                         numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"
+"                         (NAME := {format|border|expanded|fieldsep|"
+"fieldsep_zero|footer|null|\n"
+"                         numericlocale|recordsep|recordsep_zero|tuples_only|"
+"title|tableattr|pager})\n"
 msgstr ""
 "  \\pset NAME [WERT]      Tabellenausgabeoption setzen\n"
-"                         (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
-"                         numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"
+"                         (NAME := {format|border|expanded|fieldsep|"
+"fieldsep_zero|footer|null|\n"
+"                         numericlocale|recordsep|recordsep_zero|tuples_only|"
+"title|tableattr|pager})\n"
 
 #: help.c:246
 #, c-format
@@ -2093,13 +2221,16 @@ msgstr "  \\t [on|off]            nur Datenzeilen zeigen (gegenwärtig %s)\n"
 
 #: help.c:248
 #, c-format
-msgid "  \\T [STRING]            set HTML <table> tag attributes, or unset if none\n"
-msgstr "  \\T [TEXT]              HTML <table>-Tag-Attribute setzen oder löschen\n"
+msgid ""
+"  \\T [STRING]            set HTML <table> tag attributes, or unset if none\n"
+msgstr ""
+"  \\T [TEXT]              HTML <table>-Tag-Attribute setzen oder löschen\n"
 
 #: help.c:249
 #, c-format
 msgid "  \\x [on|off|auto]       toggle expanded output (currently %s)\n"
-msgstr "  \\x [on|off|auto]       erweiterte Ausgabe umschalten (gegenwärtig %s)\n"
+msgstr ""
+"  \\x [on|off|auto]       erweiterte Ausgabe umschalten (gegenwärtig %s)\n"
 
 #: help.c:253
 #, c-format
@@ -2129,8 +2260,10 @@ msgstr ""
 
 #: help.c:259
 #, c-format
-msgid "  \\conninfo              display information about current connection\n"
-msgstr "  \\conninfo              Informationen über aktuelle Verbindung anzeigen\n"
+msgid ""
+"  \\conninfo              display information about current connection\n"
+msgstr ""
+"  \\conninfo              Informationen über aktuelle Verbindung anzeigen\n"
 
 #: help.c:262
 #, c-format
@@ -2154,8 +2287,12 @@ msgstr "  \\timing [on|off]       Zeitmessung umschalten (gegenwärtig %s)\n"
 
 #: help.c:267
 #, c-format
-msgid "  \\! [COMMAND]           execute command in shell or start interactive shell\n"
-msgstr "  \\! [BEFEHL]            Befehl in Shell ausführen oder interaktive Shell starten\n"
+msgid ""
+"  \\! [COMMAND]           execute command in shell or start interactive "
+"shell\n"
+msgstr ""
+"  \\! [BEFEHL]            Befehl in Shell ausführen oder interaktive Shell "
+"starten\n"
 
 #: help.c:270
 #, c-format
@@ -2169,8 +2306,11 @@ msgstr "  \\prompt [TEXT] NAME    interne Variable vom Benutzer abfragen\n"
 
 #: help.c:272
 #, c-format
-msgid "  \\set [NAME [VALUE]]    set internal variable, or list all if no parameters\n"
-msgstr "  \\set [NAME [WERT]]     interne Variable setzen, oder alle anzeigen\n"
+msgid ""
+"  \\set [NAME [VALUE]]    set internal variable, or list all if no "
+"parameters\n"
+msgstr ""
+"  \\set [NAME [WERT]]     interne Variable setzen, oder alle anzeigen\n"
 
 #: help.c:273
 #, c-format
@@ -2228,12 +2368,12 @@ msgstr ""
 msgid "could not read from input file: %s\n"
 msgstr "konnte nicht aus Eingabedatei lesen: %s\n"
 
-#: input.c:406
+#: input.c:407
 #, c-format
 msgid "could not save history to file \"%s\": %s\n"
 msgstr "konnte Befehlsgeschichte nicht in »%s« speichern: %s\n"
 
-#: input.c:411
+#: input.c:412
 #, c-format
 msgid "history is not supported by this installation\n"
 msgstr "Befehlsgeschichte wird von dieser Installation nicht unterstützt\n"
@@ -2292,27 +2432,31 @@ msgid_plural "(%lu rows)"
 msgstr[0] "(%lu Zeile)"
 msgstr[1] "(%lu Zeilen)"
 
-#: print.c:1200
+#: print.c:1201
 #, c-format
 msgid "(No rows)\n"
 msgstr "(keine Zeilen)\n"
 
-#: print.c:2106
+#: print.c:2107
 #, c-format
 msgid "Interrupted\n"
 msgstr "Unterbrochen\n"
 
-#: print.c:2175
+#: print.c:2176
 #, c-format
 msgid "Cannot add header to table content: column count of %d exceeded.\n"
-msgstr "Kann keinen weiteren Spaltenkopf zur Tabelle hinzufügen: Spaltenzahl %d überschritten.\n"
+msgstr ""
+"Kann keinen weiteren Spaltenkopf zur Tabelle hinzufügen: Spaltenzahl %d "
+"überschritten.\n"
 
-#: print.c:2215
+#: print.c:2216
 #, c-format
 msgid "Cannot add cell to table content: total cell count of %d exceeded.\n"
-msgstr "Cann keine weitere Zelle zur Tabelle hinzufügen: Zellengesamtzahl %d überschritten.\n"
+msgstr ""
+"Cann keine weitere Zelle zur Tabelle hinzufügen: Zellengesamtzahl %d "
+"überschritten.\n"
 
-#: print.c:2435
+#: print.c:2436
 #, c-format
 msgid "invalid output format (internal error): %d"
 msgstr "ungültiges Ausgabeformat (interner Fehler): %d"
@@ -2829,14 +2973,12 @@ msgid "existing_enum_value"
 msgstr "existierender_Enum-Wert"
 
 #: sql_help.c:1015 sql_help.c:1018 sql_help.c:2043
-#, fuzzy
 msgid "view_option_name"
-msgstr "Relationsname"
+msgstr "Sichtoptionsname"
 
 #: sql_help.c:1016 sql_help.c:2044
-#, fuzzy
 msgid "view_option_value"
-msgstr "neuer_Enum-Wert"
+msgstr "Sichtoptionswert"
 
 #: sql_help.c:1041 sql_help.c:3076 sql_help.c:3078 sql_help.c:3102
 msgid "transaction_mode"
@@ -3227,24 +3369,20 @@ msgid "label"
 msgstr "Label"
 
 #: sql_help.c:1957
-#, fuzzy
 msgid "subtype"
-msgstr "Typ"
+msgstr "Untertyp"
 
 #: sql_help.c:1958
-#, fuzzy
 msgid "subtype_operator_class"
-msgstr "Sortieroperator"
+msgstr "Untertyp-Operatorklasse"
 
 #: sql_help.c:1960
-#, fuzzy
 msgid "canonical_function"
-msgstr "Analyze-Funktion"
+msgstr ""
 
 #: sql_help.c:1961
-#, fuzzy
 msgid "subtype_diff_function"
-msgstr "Sendefunktion"
+msgstr ""
 
 #: sql_help.c:1963
 msgid "input_function"
@@ -3376,9 +3514,8 @@ msgid "sequence_name"
 msgstr "Sequenzname"
 
 #: sql_help.c:2527 sql_help.c:2797
-#, fuzzy
 msgid "domain_name"
-msgstr "Spaltenname"
+msgstr "Domänenname"
 
 #: sql_help.c:2535 sql_help.c:2805
 msgid "arg_name"
@@ -3486,9 +3623,8 @@ msgid "and with_query is:"
 msgstr "und With-Anfrage ist:"
 
 #: sql_help.c:2977 sql_help.c:3183 sql_help.c:3340
-#, fuzzy
 msgid "values"
-msgstr "Wert"
+msgstr "values"
 
 #: sql_help.c:2978 sql_help.c:3184 sql_help.c:3341
 msgid "insert"
@@ -3680,7 +3816,9 @@ msgstr "schließt die aktuelle Transaktion ab"
 
 #: sql_help.h:382
 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"
+msgstr ""
+"schließt eine Transaktion ab, die vorher für Two-Phase-Commit vorbereitet "
+"worden war"
 
 #: sql_help.h:387
 msgid "copy data between a file and a table"
@@ -4024,7 +4162,9 @@ msgstr "entfernt Zugriffsprivilegien"
 
 #: sql_help.h:842
 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"
+msgstr ""
+"storniert eine Transaktion, die vorher für Two-Phase-Commit vorbereitet "
+"worden war"
 
 #: sql_help.h:847
 msgid "roll back to a savepoint"
@@ -4048,15 +4188,20 @@ msgstr "ändert einen Konfigurationsparameter"
 
 #: sql_help.h:877
 msgid "set constraint check timing for the current transaction"
-msgstr "setzt die Zeitsteuerung für Check-Constraints in der aktuellen Transaktion"
+msgstr ""
+"setzt die Zeitsteuerung für Check-Constraints in der aktuellen Transaktion"
 
 #: sql_help.h:882
 msgid "set the current user identifier of the current session"
 msgstr "setzt den aktuellen Benutzernamen der aktuellen Sitzung"
 
 #: sql_help.h:887
-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"
+msgid ""
+"set the session user identifier and the current user identifier of the "
+"current session"
+msgstr ""
+"setzt den Sitzungsbenutzernamen und den aktuellen Benutzernamen der "
+"aktuellen Sitzung"
 
 #: sql_help.h:892
 msgid "set the characteristics of the current transaction"
@@ -4125,7 +4270,7 @@ msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
 msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
 msgstr "%s: Warnung: überflüssiges Kommandozeilenargument »%s« ignoriert\n"
 
-#: tab-complete.c:3626
+#: tab-complete.c:3640
 #, c-format
 msgid ""
 "tab completion query failed: %s\n"