aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-12-19 20:23:26 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-12-19 20:23:26 +0000
commitbaab7a0427a05c2726c39c130693f6a7147ea565 (patch)
tree281722f5970882458b184895d9455a25db24e155
parent7ba1f8fcb50e6c61ad87ee9723f32049f75d1a05 (diff)
downloadpostgresql-baab7a0427a05c2726c39c130693f6a7147ea565.tar.gz
postgresql-baab7a0427a05c2726c39c130693f6a7147ea565.zip
Translation updates
-rw-r--r--src/backend/po/de.po4847
-rw-r--r--src/backend/po/fr.po9483
-rw-r--r--src/bin/initdb/po/de.po433
-rw-r--r--src/bin/initdb/po/fr.po297
-rw-r--r--src/bin/pg_controldata/po/es.po49
-rw-r--r--src/bin/pg_controldata/po/fr.po54
-rw-r--r--src/bin/pg_ctl/po/fr.po269
-rw-r--r--src/bin/pg_dump/nls.mk4
-rw-r--r--src/bin/pg_dump/po/es.po781
-rw-r--r--src/bin/pg_dump/po/fr.po794
-rw-r--r--src/bin/pg_dump/po/it.po2161
-rw-r--r--src/bin/pg_dump/po/tr.po22
-rw-r--r--src/bin/pg_resetxlog/po/es.po168
-rw-r--r--src/bin/pg_resetxlog/po/fr.po207
-rw-r--r--src/bin/psql/po/fr.po6734
-rw-r--r--src/interfaces/ecpg/preproc/po/fr.po303
-rw-r--r--src/interfaces/libpq/po/de.po127
-rw-r--r--src/interfaces/libpq/po/fr.po238
-rw-r--r--src/pl/plperl/po/es.po61
-rw-r--r--src/pl/plperl/po/fr.po77
-rw-r--r--src/pl/plpgsql/src/po/es.po349
-rw-r--r--src/pl/plpgsql/src/po/fr.po649
-rw-r--r--src/pl/plpython/po/es.po203
-rw-r--r--src/pl/plpython/po/fr.po228
24 files changed, 16668 insertions, 11870 deletions
diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index cb5a6a0eb41..8cb1706667d 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for PostgreSQL server
# Peter Eisentraut <peter_e@gmx.net>, 2001 - 2009.
#
-# pgtranslation Id: postgres.po,v 1.59 2009/10/14 21:20:22 petere Exp $
+# pgtranslation Id: postgres.po,v 1.60 2009/12/19 11:16:00 petere Exp $
#
# Use these quotes: »%s«
#
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-10-14 08:41+0000\n"
-"PO-Revision-Date: 2009-10-15 00:19+0300\n"
+"POT-Creation-Date: 2009-12-19 06:41+0000\n"
+"PO-Revision-Date: 2009-12-19 13:04+0200\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"MIME-Version: 1.0\n"
@@ -112,253 +112,293 @@ msgstr ""
"MD5-Authentifizierung wird nicht unterstützt, wenn »db_user_namespace« "
"angeschaltet ist"
-#: libpq/auth.c:563
+#: libpq/auth.c:562
#, c-format
msgid "expected password response, got message type %d"
msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen"
-#: libpq/auth.c:591
+#: libpq/auth.c:590
msgid "invalid password packet size"
msgstr "ungültige Größe des Passwortpakets"
-#: libpq/auth.c:595
+#: libpq/auth.c:594
msgid "received password packet"
msgstr "Passwortpaket empfangen"
-#: libpq/auth.c:653
+#: libpq/auth.c:652
#, c-format
msgid "Kerberos initialization returned error %d"
msgstr "Kerberos-Initialisierung ergab Fehler %d"
-#: libpq/auth.c:663
+#: libpq/auth.c:662
#, c-format
msgid "Kerberos keytab resolving returned error %d"
msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d"
-#: libpq/auth.c:687
+#: libpq/auth.c:686
#, 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:732
+#: libpq/auth.c:731
#, c-format
msgid "Kerberos recvauth returned error %d"
msgstr "Kerberos recvauth ergab Fehler %d"
-#: libpq/auth.c:755
+#: libpq/auth.c:754
#, c-format
msgid "Kerberos unparse_name returned error %d"
msgstr "Kerberos unparse_name ergab Fehler %d"
-#: libpq/auth.c:878
+#: libpq/auth.c:877
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: libpq/auth.c:904
+#: libpq/auth.c:903
msgid "GSSAPI is not supported in protocol version 2"
msgstr "GSSAPI wird in Protokollversion 2 nicht unterstützt"
-#: libpq/auth.c:923 libpq/auth.c:1277 libpq/auth.c:1345 libpq/auth.c:1949
+#: libpq/auth.c:922 libpq/auth.c:1276 libpq/auth.c:1344 libpq/auth.c:1918
#: utils/mmgr/aset.c:408 utils/mmgr/aset.c:587 utils/mmgr/aset.c:770
#: utils/mmgr/aset.c:976 utils/adt/formatting.c:1490
#: utils/adt/formatting.c:1546 utils/adt/formatting.c:1603
-#: utils/adt/regexp.c:209 utils/adt/varlena.c:3073 utils/adt/varlena.c:3094
-#: utils/mb/mbutils.c:335 utils/mb/mbutils.c:607 utils/hash/dynahash.c:363
-#: utils/hash/dynahash.c:435 utils/hash/dynahash.c:929 utils/misc/guc.c:2792
-#: utils/misc/guc.c:2805 utils/misc/guc.c:2818 utils/init/miscinit.c:205
+#: utils/adt/regexp.c:205 utils/adt/varlena.c:3073 utils/adt/varlena.c:3094
+#: utils/mb/mbutils.c:336 utils/mb/mbutils.c:608 utils/hash/dynahash.c:363
+#: utils/hash/dynahash.c:435 utils/hash/dynahash.c:929 utils/misc/guc.c:2840
+#: utils/misc/guc.c:2853 utils/misc/guc.c:2866 utils/init/miscinit.c:205
#: utils/init/miscinit.c:226 utils/init/miscinit.c:236 utils/fmgr/dfmgr.c:224
-#: commands/sequence.c:929 lib/stringinfo.c:265 storage/buffer/buf_init.c:164
-#: storage/buffer/localbuf.c:347 storage/file/fd.c:336 storage/file/fd.c:719
-#: storage/file/fd.c:837 storage/ipc/procarray.c:392
-#: storage/ipc/procarray.c:708 storage/ipc/procarray.c:715
-#: postmaster/postmaster.c:1922 postmaster/postmaster.c:1955
-#: postmaster/postmaster.c:3019 postmaster/postmaster.c:3676
-#: postmaster/postmaster.c:3757 postmaster/postmaster.c:4324
+#: commands/sequence.c:932 lib/stringinfo.c:265 storage/buffer/buf_init.c:154
+#: storage/buffer/localbuf.c:348 storage/file/fd.c:337 storage/file/fd.c:720
+#: storage/file/fd.c:838 storage/ipc/procarray.c:689
+#: storage/ipc/procarray.c:1041 storage/ipc/procarray.c:1048
+#: storage/ipc/procarray.c:1263 storage/ipc/procarray.c:1648
+#: postmaster/postmaster.c:1925 postmaster/postmaster.c:1958
+#: postmaster/postmaster.c:3022 postmaster/postmaster.c:3679
+#: postmaster/postmaster.c:3760 postmaster/postmaster.c:4326
msgid "out of memory"
msgstr "Speicher aufgebraucht"
-#: libpq/auth.c:959
+#: libpq/auth.c:958
#, c-format
msgid "expected GSS response, got message type %d"
msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen"
-#: libpq/auth.c:1022
+#: libpq/auth.c:1021
msgid "accepting GSS security context failed"
msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen"
-#: libpq/auth.c:1048
+#: libpq/auth.c:1047
msgid "retrieving GSS user name failed"
msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen"
-#: libpq/auth.c:1121
+#: libpq/auth.c:1120
#, c-format
msgid "SSPI error %x"
msgstr "SSPI-Fehler %x"
-#: libpq/auth.c:1125
+#: libpq/auth.c:1124
#, c-format
msgid "%s (%x)"
msgstr "%s (%x)"
-#: libpq/auth.c:1165
+#: libpq/auth.c:1164
msgid "SSPI is not supported in protocol version 2"
msgstr "SSL wird in Protokollversion 2 nicht unterstützt"
-#: libpq/auth.c:1180
+#: libpq/auth.c:1179
msgid "could not acquire SSPI credentials"
msgstr "konnte SSPI-Credentials nicht erhalten"
-#: libpq/auth.c:1197
+#: libpq/auth.c:1196
#, c-format
msgid "expected SSPI response, got message type %d"
msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen"
-#: libpq/auth.c:1269
+#: libpq/auth.c:1268
msgid "could not accept SSPI security context"
msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren"
-#: libpq/auth.c:1325
+#: libpq/auth.c:1324
msgid "could not get token from SSPI security context"
msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten"
-#: libpq/auth.c:1568
+#: libpq/auth.c:1567
#, c-format
msgid "could not create socket for Ident connection: %m"
msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m"
-#: libpq/auth.c:1583
+#: libpq/auth.c:1582
#, c-format
msgid "could not bind to local address \"%s\": %m"
msgstr "konnte nicht mit lokaler Adresse »%s« verbinden: %m"
-#: libpq/auth.c:1595
+#: libpq/auth.c:1594
#, 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:1615
+#: libpq/auth.c:1614
#, 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:1630
+#: libpq/auth.c:1629
#, 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:1640
+#: libpq/auth.c:1639
#, c-format
msgid "invalidly formatted response from Ident server: \"%s\""
msgstr "ungültig formatierte Antwort vom Ident-Server: »%s«"
-#: libpq/auth.c:1675 libpq/auth.c:1705 libpq/auth.c:1733 libpq/auth.c:1809
+#: libpq/auth.c:1674 libpq/auth.c:1704 libpq/auth.c:1732 libpq/auth.c:1808
#, c-format
msgid "could not get peer credentials: %m"
msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m"
-#: libpq/auth.c:1684 libpq/auth.c:1714 libpq/auth.c:1751 libpq/auth.c:1820
+#: libpq/auth.c:1683 libpq/auth.c:1713 libpq/auth.c:1750 libpq/auth.c:1819
#, c-format
msgid "local user with ID %d does not exist"
msgstr "lokaler Benutzer mit ID %d existiert nicht"
-#: libpq/auth.c:1741
+#: libpq/auth.c:1740
#, c-format
msgid "could not get effective UID from peer credentials: %m"
msgstr "konnte effektive UID nicht aus Peer-Credentials ermitteln: %m"
-#: libpq/auth.c:1831
+#: libpq/auth.c:1830
msgid ""
"Ident authentication is not supported on local connections on this platform"
msgstr ""
"Ident-Authentifizierung auf lokalen Verbindungen wird auf dieser Plattform "
"nicht unterstützt"
-#: libpq/auth.c:1897
+#: libpq/auth.c:1947 libpq/auth.c:2219
+msgid "empty password returned by client"
+msgstr "Client gab leeres Passwort zurück"
+
+#: libpq/auth.c:1957
#, c-format
msgid "error from underlying PAM layer: %s"
msgstr "Fehler von der unteren PAM-Ebene: %s"
-#: libpq/auth.c:1902
-#, c-format
-msgid "unsupported PAM conversation %d/%s"
-msgstr "nicht unterstütze PAM-Konversation %d/%s"
-
-#: libpq/auth.c:1934 libpq/auth.c:2095
-msgid "empty password returned by client"
-msgstr "Client gab leeres Passwort zurück"
-
-#: libpq/auth.c:1994
+#: libpq/auth.c:2026
#, c-format
msgid "could not create PAM authenticator: %s"
msgstr "konnte PAM-Authenticator nicht erzeugen: %s"
-#: libpq/auth.c:2005
+#: libpq/auth.c:2037
#, c-format
msgid "pam_set_item(PAM_USER) failed: %s"
msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s"
-#: libpq/auth.c:2016
+#: libpq/auth.c:2048
#, c-format
msgid "pam_set_item(PAM_CONV) failed: %s"
msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s"
-#: libpq/auth.c:2027
+#: libpq/auth.c:2059
#, c-format
msgid "pam_authenticate failed: %s"
msgstr "pam_authenticate fehlgeschlagen: %s"
-#: libpq/auth.c:2038
+#: libpq/auth.c:2070
#, c-format
msgid "pam_acct_mgmt failed: %s"
msgstr "pam_acct_mgmt fehlgeschlagen: %s"
-#: libpq/auth.c:2049
+#: libpq/auth.c:2081
#, c-format
msgid "could not release PAM authenticator: %s"
msgstr "konnte PAM-Authenticator nicht freigeben: %s"
-#: libpq/auth.c:2079
-msgid "LDAP server not specified"
-msgstr "LDAP-Server nicht angegeben"
-
-#: libpq/auth.c:2104 libpq/auth.c:2108
+#: libpq/auth.c:2114 libpq/auth.c:2118
#, c-format
msgid "could not initialize LDAP: error code %d"
msgstr "konnte LDAP nicht initialisieren: Fehlercode %d"
-#: libpq/auth.c:2118
+#: libpq/auth.c:2128
#, c-format
msgid "could not set LDAP protocol version: error code %d"
msgstr "konnte LDAP-Protokollversion nicht setzen: Fehlercode %d"
-#: libpq/auth.c:2147
+#: libpq/auth.c:2157
msgid "could not load wldap32.dll"
msgstr "konnte wldap32.dll nicht laden"
-#: libpq/auth.c:2155
+#: libpq/auth.c:2165
msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
msgstr "konnte Funktion _ldap_start_tls_sA in wldap32.dll nicht laden"
-#: libpq/auth.c:2156
+#: libpq/auth.c:2166
msgid "LDAP over SSL is not supported on this platform."
msgstr "LDAP über SSL wird auf dieser Plattform nicht unterstützt"
-#: libpq/auth.c:2171
+#: libpq/auth.c:2181
#, c-format
msgid "could not start LDAP TLS session: error code %d"
msgstr "konnte LDAP-TLS-Sitzung nicht öffnen: Fehlercode %d"
-#: libpq/auth.c:2188
+#: libpq/auth.c:2203
+msgid "LDAP server not specified"
+msgstr "LDAP-Server nicht angegeben"
+
+#: libpq/auth.c:2254
+msgid "invalid character in username for LDAP authentication"
+msgstr ""
+
+#: libpq/auth.c:2269
+#, fuzzy, c-format
+msgid ""
+"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": "
+"error code %d"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+
+#: libpq/auth.c:2294
+#, fuzzy, c-format
+msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+
+#: libpq/auth.c:2304
+#, fuzzy, c-format
+msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+
+#: libpq/auth.c:2308
+#, fuzzy, c-format
+msgid ""
+"LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%"
+"d matches)"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+
+#: libpq/auth.c:2323
+#, fuzzy, c-format
+msgid ""
+"could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
+msgstr "konnte privaten SSL-Schlüssel »%s« nicht von Engine »%s« lesen: %s\n"
+
+#: libpq/auth.c:2342
+#, fuzzy, c-format
+msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
+msgstr ""
+"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d"
+
+#: libpq/auth.c:2379
#, 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"
-#: libpq/auth.c:2213
+#: libpq/auth.c:2407
#, c-format
msgid ""
"Certificate login failed for user \"%s\": client certificate contains no "
@@ -367,49 +407,59 @@ msgstr ""
"Login mit Zertifikat für Benutzer »%s« fehlgeschlagen: Client-Zertifikat "
"enthält keinen Benutzernamen"
-#: libpq/be-fsstubs.c:127 libpq/be-fsstubs.c:157 libpq/be-fsstubs.c:172
-#: libpq/be-fsstubs.c:197 libpq/be-fsstubs.c:244 libpq/be-fsstubs.c:483
+#: libpq/be-fsstubs.c:133 libpq/be-fsstubs.c:163 libpq/be-fsstubs.c:189
+#: libpq/be-fsstubs.c:225 libpq/be-fsstubs.c:272 libpq/be-fsstubs.c:518
#, c-format
msgid "invalid large-object descriptor: %d"
msgstr "ungültiger Large-Object-Deskriptor: %d"
-#: libpq/be-fsstubs.c:177
+#: libpq/be-fsstubs.c:173 libpq/be-fsstubs.c:205 libpq/be-fsstubs.c:528
+#, fuzzy, c-format
+msgid "permission denied for large object %u"
+msgstr "keine Berechtigung für Sprache %s"
+
+#: libpq/be-fsstubs.c:194
#, c-format
msgid "large object descriptor %d was not opened for writing"
msgstr "Large-Objekt-Deskriptor %d wurde nicht zum Schreiben geöffnet"
-#: libpq/be-fsstubs.c:357
+#: libpq/be-fsstubs.c:287 catalog/pg_largeobject.c:204 commands/comment.c:1445
+#, fuzzy, c-format
+msgid "must be owner of large object %u"
+msgstr "Berechtigung nur für Eigentümer der Sprache %s"
+
+#: libpq/be-fsstubs.c:392
msgid "must be superuser to use server-side lo_import()"
msgstr "nur Superuser können das serverseitige lo_import() verwenden"
-#: libpq/be-fsstubs.c:358
+#: libpq/be-fsstubs.c:393
msgid "Anyone can use the client-side lo_import() provided by libpq."
msgstr "Jeder kann das clientseitige lo_import() von libpq verwenden."
-#: libpq/be-fsstubs.c:371
+#: libpq/be-fsstubs.c:406
#, c-format
msgid "could not open server file \"%s\": %m"
msgstr "konnte Serverdatei »%s« nicht öffnen: %m"
-#: libpq/be-fsstubs.c:393
+#: libpq/be-fsstubs.c:428
#, c-format
msgid "could not read server file \"%s\": %m"
msgstr "konnte Serverdatei »%s« nicht lesen: %m"
-#: libpq/be-fsstubs.c:423
+#: libpq/be-fsstubs.c:458
msgid "must be superuser to use server-side lo_export()"
msgstr "nur Superuser können das serverseitige lo_export() verwenden"
-#: libpq/be-fsstubs.c:424
+#: libpq/be-fsstubs.c:459
msgid "Anyone can use the client-side lo_export() provided by libpq."
msgstr "Jeder kann das clientseitige lo_export() von libpq verwenden."
-#: libpq/be-fsstubs.c:448
+#: libpq/be-fsstubs.c:483
#, c-format
msgid "could not create server file \"%s\": %m"
msgstr "konnte Serverdatei »%s« nicht erstellen: %m"
-#: libpq/be-fsstubs.c:460
+#: libpq/be-fsstubs.c:495
#, c-format
msgid "could not write server file \"%s\": %m"
msgstr "konnte Serverdatei »%s« nicht schreiben: %m"
@@ -520,16 +570,20 @@ msgstr "konnte SSL-Verbindung nicht annehmen: EOF entdeckt"
msgid "could not accept SSL connection: %s"
msgstr "konnte SSL-Verbindung nicht annehmen: %s"
-#: libpq/be-secure.c:961
+#: libpq/be-secure.c:974
+msgid "SSL certificate's common name contains embedded null"
+msgstr "Common-Name im SSL-Zertifikat enthält Null-Byte"
+
+#: libpq/be-secure.c:981
#, c-format
msgid "SSL connection from \"%s\""
msgstr "SSL-Verbindung von »%s«"
-#: libpq/be-secure.c:1005
+#: libpq/be-secure.c:1025
msgid "no SSL error reported"
msgstr "kein SSL-Fehler berichtet"
-#: libpq/be-secure.c:1009
+#: libpq/be-secure.c:1029
#, c-format
msgid "SSL error code %lu"
msgstr "SSL-Fehlercode %lu"
@@ -557,7 +611,8 @@ msgstr ""
#: libpq/hba.c:828 libpq/hba.c:845 libpq/hba.c:858 libpq/hba.c:888
#: libpq/hba.c:956 libpq/hba.c:967 libpq/hba.c:979 libpq/hba.c:990
#: libpq/hba.c:1013 libpq/hba.c:1042 libpq/hba.c:1054 libpq/hba.c:1067
-#: libpq/hba.c:1101 libpq/hba.c:1145 tsearch/ts_locale.c:173
+#: libpq/hba.c:1101 libpq/hba.c:1165 libpq/hba.c:1196 libpq/hba.c:1206
+#: tsearch/ts_locale.c:173
#, c-format
msgid "line %d of configuration file \"%s\""
msgstr "Zeile %d in Konfigurationsdatei »%s«"
@@ -676,31 +731,44 @@ msgstr ""
msgid "invalid LDAP port number: \"%s\""
msgstr "ungültige LDAP-Portnummer: »%s«"
-#: libpq/hba.c:1126 libpq/hba.c:1134
+#: libpq/hba.c:1146 libpq/hba.c:1154
msgid "krb5, gssapi and sspi"
msgstr "krb5, gssapi und sspi"
-#: libpq/hba.c:1144
+#: libpq/hba.c:1164
#, c-format
msgid "unknown authentication option name: \"%s\""
msgstr "unbekannter Authentifizierungsoptionsname: »%s«"
-#: libpq/hba.c:1336 guc-file.l:421
+#: libpq/hba.c:1195
+msgid ""
+"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd or ldapsearchattribute "
+"together with ldapprefix"
+msgstr ""
+
+#: libpq/hba.c:1205
+#, fuzzy
+msgid ""
+"authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix"
+"\" or \"ldapsuffix\" to be set"
+msgstr "Authentifizierungsmethode »%s« benötigt Argument »%s«"
+
+#: libpq/hba.c:1387 guc-file.l:436
#, c-format
msgid "could not open configuration file \"%s\": %m"
msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: %m"
-#: libpq/hba.c:1468
+#: libpq/hba.c:1519
#, c-format
msgid "invalid regular expression \"%s\": %s"
msgstr "ungültiger regulärer Ausdruck »%s«: %s"
-#: libpq/hba.c:1490
+#: libpq/hba.c:1541
#, c-format
msgid "regular expression match for \"%s\" failed: %s"
msgstr "Suche nach regulärem Ausdruck für »%s« fehlgeschlagen: %s"
-#: libpq/hba.c:1507
+#: libpq/hba.c:1558
#, c-format
msgid ""
"regular expression \"%s\" has no subexpressions as requested by "
@@ -709,30 +777,30 @@ msgstr ""
"regulärer Ausdruck »%s« hat keine Teilausdrücke wie von der Backreference in "
"»%s« verlangt"
-#: libpq/hba.c:1573
+#: libpq/hba.c:1624
#, 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:1614
+#: libpq/hba.c:1665
#, c-format
msgid "provided username (%s) and authenticated username (%s) don't match"
msgstr ""
"angegebener Benutzername (%s) und authentifizierter Benutzername (%s) "
"stimmen nicht überein"
-#: libpq/hba.c:1635
+#: libpq/hba.c:1686
#, c-format
msgid "no match in usermap for user \"%s\" authenticated as \"%s\""
msgstr ""
"kein passender Eintrag in Usermap für Benutzer »%s«, authentifiziert als »%s«"
-#: libpq/hba.c:1637
+#: libpq/hba.c:1688
#, c-format
msgid "usermap \"%s\""
msgstr "Usermap »%s«"
-#: libpq/hba.c:1660
+#: libpq/hba.c:1711
#, c-format
msgid "could not open Ident usermap file \"%s\": %m"
msgstr "konnte Ident-Usermap-Datei »%s« nicht öffnen: %m"
@@ -867,7 +935,7 @@ msgid "binary value is out of range for type bigint"
msgstr "binärer Wert ist außerhalb des gültigen Bereichs für Typ bigint"
#: libpq/pqformat.c:611 libpq/pqformat.c:629 libpq/pqformat.c:650
-#: utils/adt/arrayfuncs.c:1354 utils/adt/rowtypes.c:551
+#: utils/adt/arrayfuncs.c:1359 utils/adt/rowtypes.c:556
msgid "insufficient data left in message"
msgstr "nicht genug Daten in Message übrig"
@@ -926,14 +994,14 @@ msgstr ""
"Index »%s« benötigt VACUUM FULL oder REINDEX um Wiederherstellung nach "
"Absturz abzuschließen"
-#: access/gist/gistxlog.c:794
+#: access/gist/gistxlog.c:800
#, c-format
msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery"
msgstr ""
"Index %u/%u/%u benötigt VACUUM FULL oder REINDEX um Wiederherstellung nach "
"Absturz abzuschließen"
-#: access/gist/gistxlog.c:796
+#: access/gist/gistxlog.c:802
msgid "Incomplete insertion detected during crash replay."
msgstr "Unvollständige Einfügeoperation beim Crash-Replay entdeckt."
@@ -952,7 +1020,7 @@ msgstr "Anzahl der Indexspalten (%d) überschreitet Maximum (%d)"
msgid "index row requires %lu bytes, maximum size is %lu"
msgstr "Indexzeile benötigt %lu Bytes, Maximalgröße ist %lu"
-#: access/common/printtup.c:278 tcop/postgres.c:1639 tcop/fastpath.c:180
+#: access/common/printtup.c:278 tcop/postgres.c:1691 tcop/fastpath.c:180
#: tcop/fastpath.c:552
#, c-format
msgid "unsupported format code: %d"
@@ -1012,7 +1080,7 @@ msgstr "ungültiger Wert für Gleitkommaoption »%s«: »%s«"
msgid "Valid values are between \"%f\" and \"%f\"."
msgstr "Gültige Werte sind zwischen »%f« und »%f«."
-#: access/common/tupdesc.c:550 parser/parse_relation.c:1194
+#: access/common/tupdesc.c:550 parser/parse_relation.c:1166
#, c-format
msgid "column \"%s\" cannot be declared SETOF"
msgstr "Spalte »%s« kann nicht als SETOF deklariert werden"
@@ -1093,152 +1161,152 @@ msgstr "konnte Verzeichnis »%s« nicht leeren: anscheinender Überlauf"
msgid "removing file \"%s\""
msgstr "entferne Datei »%s«"
-#: access/transam/twophase.c:228
+#: access/transam/twophase.c:247
#, c-format
msgid "transaction identifier \"%s\" is too long"
msgstr "Transaktionsbezeichner »%s« ist zu lang"
-#: access/transam/twophase.c:235
+#: access/transam/twophase.c:254
msgid "prepared transactions are disabled"
msgstr "vorbereitete Transaktionen sind abgeschaltet"
-#: access/transam/twophase.c:236
+#: access/transam/twophase.c:255
msgid "Set max_prepared_transactions to a nonzero value."
msgstr "Setzen Sie max_prepared_transactions auf einen Wert höher als null."
-#: access/transam/twophase.c:269
+#: access/transam/twophase.c:288
#, c-format
msgid "transaction identifier \"%s\" is already in use"
msgstr "Transaktionsbezeichner »%s« wird bereits verwendet"
-#: access/transam/twophase.c:278
+#: access/transam/twophase.c:297
msgid "maximum number of prepared transactions reached"
msgstr "maximale Anzahl vorbereiteter Transaktionen erreicht"
-#: access/transam/twophase.c:279
+#: access/transam/twophase.c:298
#, c-format
msgid "Increase max_prepared_transactions (currently %d)."
msgstr "Erhöhen Sie max_prepared_transactions (aktuell %d)."
-#: access/transam/twophase.c:399
+#: access/transam/twophase.c:418
#, c-format
msgid "prepared transaction with identifier \"%s\" is busy"
msgstr "vorbereitete Transaktion mit Bezeichner »%s« ist beschäftigt"
-#: access/transam/twophase.c:407
+#: access/transam/twophase.c:426
msgid "permission denied to finish prepared transaction"
msgstr "keine Berechtigung um vorbereitete Transaktion abzuschließen"
-#: access/transam/twophase.c:408
+#: access/transam/twophase.c:427
msgid "Must be superuser or the user that prepared the transaction."
msgstr ""
"Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet "
"hat."
-#: access/transam/twophase.c:419
+#: access/transam/twophase.c:438
msgid "prepared transaction belongs to another database"
msgstr "vorbereitete Transaktion gehört zu einer anderen Datenbank"
-#: access/transam/twophase.c:420
+#: access/transam/twophase.c:439
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:434
+#: access/transam/twophase.c:453
#, c-format
msgid "prepared transaction with identifier \"%s\" does not exist"
msgstr "vorbereitete Transaktion mit Bezeichner »%s« existiert nicht"
-#: access/transam/twophase.c:886
+#: access/transam/twophase.c:936
msgid "two-phase state file maximum length exceeded"
msgstr "maximale Länge der Zweiphasen-Statusdatei überschritten"
-#: access/transam/twophase.c:904
+#: access/transam/twophase.c:954
#, c-format
msgid "could not create two-phase state file \"%s\": %m"
msgstr "konnte Zweiphasen-Statusdatei »%s« nicht erstellen: %m"
-#: access/transam/twophase.c:918 access/transam/twophase.c:935
-#: access/transam/twophase.c:984 access/transam/twophase.c:1348
-#: access/transam/twophase.c:1355
+#: access/transam/twophase.c:968 access/transam/twophase.c:985
+#: access/transam/twophase.c:1034 access/transam/twophase.c:1442
+#: access/transam/twophase.c:1449
#, c-format
msgid "could not write two-phase state file: %m"
msgstr "konnte Zweiphasen-Statusdatei nicht schreiben: %m"
-#: access/transam/twophase.c:944
+#: access/transam/twophase.c:994
#, 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:990 access/transam/twophase.c:1373
+#: access/transam/twophase.c:1040 access/transam/twophase.c:1467
#, c-format
msgid "could not close two-phase state file: %m"
msgstr "konnte Zweiphasen-Statusdatei nicht schließen: %m"
-#: access/transam/twophase.c:1061 access/transam/twophase.c:1453
+#: access/transam/twophase.c:1112 access/transam/twophase.c:1547
#, c-format
msgid "could not open two-phase state file \"%s\": %m"
msgstr "konnte Zweiphasen-Statusdatei »%s« nicht öffnen: %m"
-#: access/transam/twophase.c:1077
+#: access/transam/twophase.c:1129
#, 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:1108
+#: access/transam/twophase.c:1161
#, c-format
msgid "could not read two-phase state file \"%s\": %m"
msgstr "konnte Zweiphasen-Statusdatei »%s« nicht lesen: %m"
-#: access/transam/twophase.c:1172
+#: access/transam/twophase.c:1250
#, 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:1310
+#: access/transam/twophase.c:1404
#, 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:1339
+#: access/transam/twophase.c:1433
#, 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:1367
+#: access/transam/twophase.c:1461
#, c-format
msgid "could not fsync two-phase state file: %m"
msgstr "konnte Zweiphasen-Statusdatei nicht fsyncen: %m"
-#: access/transam/twophase.c:1462
+#: access/transam/twophase.c:1556
#, c-format
msgid "could not fsync two-phase state file \"%s\": %m"
msgstr "konnte Zweiphasen-Statusdatei »%s« nicht fsyncen: %m"
-#: access/transam/twophase.c:1469
+#: access/transam/twophase.c:1563
#, 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:1527
+#: access/transam/twophase.c:1628
#, c-format
msgid "removing future two-phase state file \"%s\""
msgstr "entferne Zweiphasen-Statusdatei aus der Zukunft »%s«"
-#: access/transam/twophase.c:1543 access/transam/twophase.c:1554
-#: access/transam/twophase.c:1642
+#: access/transam/twophase.c:1644 access/transam/twophase.c:1655
+#: access/transam/twophase.c:1769
#, c-format
msgid "removing corrupt two-phase state file \"%s\""
msgstr "entferne verfälschte Zweiphasen-Statusdatei »%s«"
-#: access/transam/twophase.c:1631
+#: access/transam/twophase.c:1758
#, c-format
msgid "removing stale two-phase state file \"%s\""
msgstr "entferne abgelaufene Zweiphasen-Statusdatei »%s«"
-#: access/transam/twophase.c:1649
+#: access/transam/twophase.c:1776
#, c-format
msgid "recovering prepared transaction %u"
msgstr "Wiederherstellung der vorbereiteten Transaktion %u"
@@ -1301,35 +1369,35 @@ msgid "transaction ID wrap limit is %u, limited by database with OID %u"
msgstr ""
"Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank »%s«"
-#: access/transam/xact.c:620
+#: access/transam/xact.c:694
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:1102
+#: access/transam/xact.c:1201
#, c-format
msgid "maximum number of committed subtransactions (%d) exceeded"
msgstr "maximale Anzahl committeter Subtransaktionen (%d) erreicht"
-#: access/transam/xact.c:1813
+#: access/transam/xact.c:1938
msgid "cannot PREPARE a transaction that has operated on temporary tables"
msgstr ""
"PREPARE kann nicht in einer Transaktion ausgeführt werden, die temporäre "
"Tabellen bearbeitet hat"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2597
+#: access/transam/xact.c:2722
#, 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:2607
+#: access/transam/xact.c:2732
#, 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:2617
+#: access/transam/xact.c:2742
#, c-format
msgid "%s cannot be executed from a function or multi-command string"
msgstr ""
@@ -1337,118 +1405,118 @@ msgstr ""
"heraus ausgeführt werden"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2668
+#: access/transam/xact.c:2793
#, c-format
msgid "%s can only be used in transaction blocks"
msgstr "%s kann nur in Transaktionsblöcken verwendet werden"
-#: access/transam/xact.c:2850
+#: access/transam/xact.c:2975
msgid "there is already a transaction in progress"
msgstr "eine Transaktion ist bereits begonnen"
-#: access/transam/xact.c:3017 access/transam/xact.c:3109
+#: access/transam/xact.c:3142 access/transam/xact.c:3234
msgid "there is no transaction in progress"
msgstr "keine Transaktion offen"
-#: access/transam/xact.c:3203 access/transam/xact.c:3253
-#: access/transam/xact.c:3259 access/transam/xact.c:3303
-#: access/transam/xact.c:3351 access/transam/xact.c:3357
+#: access/transam/xact.c:3328 access/transam/xact.c:3378
+#: access/transam/xact.c:3384 access/transam/xact.c:3428
+#: access/transam/xact.c:3476 access/transam/xact.c:3482
msgid "no such savepoint"
msgstr "Savepoint existiert nicht"
-#: access/transam/xact.c:3987
+#: access/transam/xact.c:4112
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:1174
+#: access/transam/xlog.c:1185
#, c-format
msgid "could not create archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht erstellen: %m"
-#: access/transam/xlog.c:1182
+#: access/transam/xlog.c:1193
#, c-format
msgid "could not write archive status file \"%s\": %m"
msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m"
-#: access/transam/xlog.c:1637 access/transam/xlog.c:3507
+#: access/transam/xlog.c:1648 access/transam/xlog.c:3550
#, 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"
-#: access/transam/xlog.c:1654
+#: access/transam/xlog.c:1665
#, 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"
-#: access/transam/xlog.c:1856
+#: access/transam/xlog.c:1867
#, c-format
msgid "updated min recovery point to %X/%X"
msgstr "minimaler Recovery-Punkt auf %X/%X aktualisiert"
-#: access/transam/xlog.c:2178 access/transam/xlog.c:2282
-#: access/transam/xlog.c:2511 access/transam/xlog.c:2578
-#: access/transam/xlog.c:2587
+#: access/transam/xlog.c:2220 access/transam/xlog.c:2324
+#: access/transam/xlog.c:2553 access/transam/xlog.c:2620
+#: access/transam/xlog.c:2629
#, 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:2203 access/transam/xlog.c:2336
-#: access/transam/xlog.c:4090 access/transam/xlog.c:7432
-#: access/transam/xlog.c:7567 storage/smgr/md.c:278
-#: postmaster/postmaster.c:3456 ../port/copydir.c:126
+#: access/transam/xlog.c:2245 access/transam/xlog.c:2378
+#: access/transam/xlog.c:4133 access/transam/xlog.c:7652
+#: access/transam/xlog.c:7793 storage/smgr/md.c:278
+#: postmaster/postmaster.c:3459 ../port/copydir.c:126
#, c-format
msgid "could not create file \"%s\": %m"
msgstr "kann Datei »%s« nicht erstellen: %m"
-#: access/transam/xlog.c:2235 access/transam/xlog.c:2368
-#: access/transam/xlog.c:4142 access/transam/xlog.c:4180 utils/misc/guc.c:6851
-#: utils/misc/guc.c:6876 utils/init/miscinit.c:1039 utils/init/miscinit.c:1048
-#: commands/copy.c:1318 commands/tablespace.c:717 commands/tablespace.c:723
-#: postmaster/postmaster.c:3466 postmaster/postmaster.c:3476
+#: access/transam/xlog.c:2277 access/transam/xlog.c:2410
+#: access/transam/xlog.c:4185 access/transam/xlog.c:4223 utils/misc/guc.c:6915
+#: utils/misc/guc.c:6940 utils/init/miscinit.c:1098 utils/init/miscinit.c:1107
+#: commands/copy.c:1318 commands/tablespace.c:709 commands/tablespace.c:715
+#: postmaster/postmaster.c:3469 postmaster/postmaster.c:3479
#: ../port/copydir.c:148
#, c-format
msgid "could not write to file \"%s\": %m"
msgstr "konnte nicht in Datei »%s« schreiben: %m"
-#: access/transam/xlog.c:2243 access/transam/xlog.c:2375
-#: access/transam/xlog.c:4186 storage/smgr/md.c:909 storage/smgr/md.c:1083
+#: access/transam/xlog.c:2285 access/transam/xlog.c:2417
+#: access/transam/xlog.c:4229 storage/smgr/md.c:909 storage/smgr/md.c:1083
#: storage/smgr/md.c:1226 ../port/copydir.c:158
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "konnte Datei »%s« nicht fsyncen: %m"
-#: access/transam/xlog.c:2248 access/transam/xlog.c:2380
-#: access/transam/xlog.c:4191 ../port/copydir.c:163
+#: access/transam/xlog.c:2290 access/transam/xlog.c:2422
+#: access/transam/xlog.c:4234 ../port/copydir.c:163
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schließen: %m"
-#: access/transam/xlog.c:2321 access/transam/xlog.c:3921
-#: access/transam/xlog.c:4011 access/transam/xlog.c:4109
-#: utils/init/miscinit.c:990 utils/init/miscinit.c:1096
-#: utils/error/elog.c:1399 storage/smgr/md.c:532 storage/smgr/md.c:785
+#: access/transam/xlog.c:2363 access/transam/xlog.c:3964
+#: access/transam/xlog.c:4054 access/transam/xlog.c:4152
+#: utils/init/miscinit.c:1049 utils/init/miscinit.c:1155
+#: utils/error/elog.c:1402 storage/smgr/md.c:532 storage/smgr/md.c:785
#: ../port/copydir.c:119
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "konnte Datei »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:2349 access/transam/xlog.c:4121
-#: access/transam/xlog.c:7539 access/transam/xlog.c:7589
-#: access/transam/xlog.c:7881 access/transam/xlog.c:7906
-#: access/transam/xlog.c:7944 utils/adt/genfile.c:132 ../port/copydir.c:137
+#: access/transam/xlog.c:2391 access/transam/xlog.c:4164
+#: access/transam/xlog.c:7765 access/transam/xlog.c:7815
+#: access/transam/xlog.c:8125 access/transam/xlog.c:8150
+#: access/transam/xlog.c:8188 utils/adt/genfile.c:132 ../port/copydir.c:137
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "konnte Datei »%s« nicht lesen: %m"
-#: access/transam/xlog.c:2352
+#: access/transam/xlog.c:2394
#, c-format
msgid "not enough data in file \"%s\""
msgstr "nicht genug Daten in Datei »%s«"
-#: access/transam/xlog.c:2471
+#: access/transam/xlog.c:2513
#, c-format
msgid ""
"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
@@ -1457,7 +1525,7 @@ msgstr ""
"konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, "
"Segment %u): %m"
-#: access/transam/xlog.c:2483
+#: access/transam/xlog.c:2525
#, c-format
msgid ""
"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
@@ -1466,200 +1534,200 @@ msgstr ""
"konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, "
"Segment %u): %m"
-#: access/transam/xlog.c:2616
+#: access/transam/xlog.c:2658
#, 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:2684 access/transam/xlog.c:2834
-#: access/transam/xlog.c:7415 utils/adt/dbsize.c:62 utils/adt/dbsize.c:209
+#: access/transam/xlog.c:2726 access/transam/xlog.c:2876
+#: access/transam/xlog.c:7635 utils/adt/dbsize.c:62 utils/adt/dbsize.c:209
#: utils/adt/dbsize.c:278 utils/adt/genfile.c:166 ../port/copydir.c:81
#, c-format
msgid "could not stat file \"%s\": %m"
msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m"
-#: access/transam/xlog.c:2692 access/transam/xlog.c:7594
-#: commands/tablespace.c:642 storage/smgr/md.c:348 storage/smgr/md.c:395
+#: access/transam/xlog.c:2734 access/transam/xlog.c:7820
+#: commands/tablespace.c:634 storage/smgr/md.c:348 storage/smgr/md.c:395
#: storage/smgr/md.c:1192
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "konnte Datei »%s« nicht löschen: %m"
-#: access/transam/xlog.c:2815
+#: access/transam/xlog.c:2857
#, 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:2822
+#: access/transam/xlog.c:2864
#, c-format
msgid "restored log file \"%s\" from archive"
msgstr "Logdatei »%s« aus Archiv wiederhergestellt"
-#: access/transam/xlog.c:2872
+#: access/transam/xlog.c:2914
#, c-format
msgid "could not restore file \"%s\" from archive: return code %d"
msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: Rückgabecode %d"
-#: access/transam/xlog.c:2989
+#: access/transam/xlog.c:3031
#, c-format
msgid "recovery_end_command \"%s\": return code %d"
msgstr "recovery_end_command »%s«: Rückgabecode %d"
-#: access/transam/xlog.c:3057 access/transam/xlog.c:3222
+#: access/transam/xlog.c:3099 access/transam/xlog.c:3264
#, c-format
msgid "could not open transaction log directory \"%s\": %m"
msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:3094
+#: access/transam/xlog.c:3136
#, c-format
msgid "recycled transaction log file \"%s\""
msgstr "Transaktionslogdatei »%s« wird wiederverwendet"
-#: access/transam/xlog.c:3110
+#: access/transam/xlog.c:3152
#, c-format
msgid "removing transaction log file \"%s\""
msgstr "entferne Transaktionslogdatei »%s«"
-#: access/transam/xlog.c:3132
+#: access/transam/xlog.c:3174
#, fuzzy, c-format
msgid "could not rename old transaction log file \"%s\": %m"
msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:3144
+#: access/transam/xlog.c:3186
#, fuzzy, c-format
msgid "could not remove old transaction log file \"%s\": %m"
msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m"
-#: access/transam/xlog.c:3182 access/transam/xlog.c:3192
+#: access/transam/xlog.c:3224 access/transam/xlog.c:3234
#, c-format
msgid "required WAL directory \"%s\" does not exist"
msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht"
-#: access/transam/xlog.c:3198
+#: access/transam/xlog.c:3240
#, c-format
msgid "creating missing WAL directory \"%s\""
msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«"
-#: access/transam/xlog.c:3201
+#: access/transam/xlog.c:3243
#, c-format
msgid "could not create missing directory \"%s\": %m"
msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m"
-#: access/transam/xlog.c:3235
+#: access/transam/xlog.c:3277
#, c-format
msgid "removing transaction log backup history file \"%s\""
msgstr "entferne Transaktionslog-Backup-History-Datei »%s«"
-#: access/transam/xlog.c:3354
+#: access/transam/xlog.c:3397
#, c-format
msgid "incorrect hole size in record at %X/%X"
msgstr "falsche Lochgröße im Datensatz bei %X/%X"
-#: access/transam/xlog.c:3367
+#: access/transam/xlog.c:3410
#, c-format
msgid "incorrect total length in record at %X/%X"
msgstr "falsche Gesamtlänge im Datensatz bei %X/%X"
-#: access/transam/xlog.c:3380
+#: access/transam/xlog.c:3423
#, 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:3449 access/transam/xlog.c:3537
+#: access/transam/xlog.c:3492 access/transam/xlog.c:3580
#, c-format
msgid "invalid record offset at %X/%X"
msgstr "ungültiger Datensatz-Offset bei %X/%X"
-#: access/transam/xlog.c:3491 access/transam/xlog.c:3515
-#: access/transam/xlog.c:3680
+#: access/transam/xlog.c:3534 access/transam/xlog.c:3558
+#: access/transam/xlog.c:3723
#, c-format
msgid "could not read from log file %u, segment %u, offset %u: %m"
msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u lesen: %m"
-#: access/transam/xlog.c:3545
+#: access/transam/xlog.c:3588
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "Contrecord-Eintrag ist bei %X/%X"
-#: access/transam/xlog.c:3562
+#: access/transam/xlog.c:3605
#, c-format
msgid "invalid xlog switch record at %X/%X"
msgstr "ungültiger Xlog-Switch-Datensatz bei %X/%X"
-#: access/transam/xlog.c:3570
+#: access/transam/xlog.c:3613
#, c-format
msgid "record with zero length at %X/%X"
msgstr "Datensatz mit Länge null bei %X/%X"
-#: access/transam/xlog.c:3579
+#: access/transam/xlog.c:3622
#, c-format
msgid "invalid record length at %X/%X"
msgstr "ungültige Datensatzlänge bei %X/%X"
-#: access/transam/xlog.c:3586
+#: access/transam/xlog.c:3629
#, 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:3599 access/transam/xlog.c:3615
+#: access/transam/xlog.c:3642 access/transam/xlog.c:3658
#, 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:3644
+#: access/transam/xlog.c:3687
#, c-format
msgid "record length %u at %X/%X too long"
msgstr "Datensatzlänge %u bei %X/%X zu groß"
-#: access/transam/xlog.c:3689
+#: access/transam/xlog.c:3732
#, 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:3699
+#: access/transam/xlog.c:3742
#, 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:3788
+#: access/transam/xlog.c:3831
#, 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:3795 access/transam/xlog.c:3841
+#: access/transam/xlog.c:3838 access/transam/xlog.c:3884
#, 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:3817 access/transam/xlog.c:3825
-#: access/transam/xlog.c:3832
+#: access/transam/xlog.c:3860 access/transam/xlog.c:3868
+#: access/transam/xlog.c:3875
msgid "WAL file is from different system"
msgstr "WAL-Datei stammt von einem anderen System"
-#: access/transam/xlog.c:3818
+#: access/transam/xlog.c:3861
#, c-format
msgid "WAL file SYSID is %s, pg_control SYSID is %s"
msgstr "SYSID in WAL-Datei ist %s, SYSID in pg_control ist %s"
-#: access/transam/xlog.c:3826
+#: access/transam/xlog.c:3869
msgid "Incorrect XLOG_SEG_SIZE in page header."
msgstr "Falscher XLOG_SEG_SIZE-Wert in Page-Header."
-#: access/transam/xlog.c:3833
+#: access/transam/xlog.c:3876
msgid "Incorrect XLOG_BLCKSZ in page header."
msgstr "Falscher XLOG_BLCKSZ-Wert in Page-Header."
-#: access/transam/xlog.c:3851
+#: access/transam/xlog.c:3894
#, 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:3863
+#: access/transam/xlog.c:3906
#, 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:3881
+#: access/transam/xlog.c:3924
#, c-format
msgid ""
"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset "
@@ -1668,89 +1736,89 @@ msgstr ""
"Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, "
"Segment %u, Offset %u"
-#: access/transam/xlog.c:3950
+#: access/transam/xlog.c:3993
#, c-format
msgid "syntax error in history file: %s"
msgstr "Syntaxfehler in History-Datei: %s"
-#: access/transam/xlog.c:3951
+#: access/transam/xlog.c:3994
msgid "Expected a numeric timeline ID."
msgstr "Eine numerische Timeline-ID wurde erwartet."
-#: access/transam/xlog.c:3956
+#: access/transam/xlog.c:3999
#, c-format
msgid "invalid data in history file: %s"
msgstr "ungültige Daten in History-Datei: %s"
-#: access/transam/xlog.c:3957
+#: access/transam/xlog.c:4000
msgid "Timeline IDs must be in increasing sequence."
msgstr "Timeline-IDs müssen in aufsteigender Folge sein."
-#: access/transam/xlog.c:3970
+#: access/transam/xlog.c:4013
#, c-format
msgid "invalid data in history file \"%s\""
msgstr "ungültige Daten in History-Datei »%s«"
-#: access/transam/xlog.c:3971
+#: access/transam/xlog.c:4014
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:4208
+#: access/transam/xlog.c:4251
#, c-format
msgid "could not link file \"%s\" to \"%s\": %m"
msgstr "konnte Datei »%s« nicht nach »%s« linken: %m"
-#: access/transam/xlog.c:4215 access/transam/xlog.c:5040
-#: access/transam/xlog.c:5093 access/transam/xlog.c:5505
+#: access/transam/xlog.c:4258 access/transam/xlog.c:5084
+#: access/transam/xlog.c:5137 access/transam/xlog.c:5631
#: postmaster/pgarch.c:704
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"
-#: access/transam/xlog.c:4297
+#: access/transam/xlog.c:4340
#, c-format
msgid "could not create control file \"%s\": %m"
msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
-#: access/transam/xlog.c:4308 access/transam/xlog.c:4533
+#: access/transam/xlog.c:4351 access/transam/xlog.c:4576
#, c-format
msgid "could not write to control file: %m"
msgstr "konnte nicht in Kontrolldatei schreiben: %m"
-#: access/transam/xlog.c:4314 access/transam/xlog.c:4539
+#: access/transam/xlog.c:4357 access/transam/xlog.c:4582
#, c-format
msgid "could not fsync control file: %m"
msgstr "konnte Kontrolldatei nicht fsyncen: %m"
-#: access/transam/xlog.c:4319 access/transam/xlog.c:4544
+#: access/transam/xlog.c:4362 access/transam/xlog.c:4587
#, c-format
msgid "could not close control file: %m"
msgstr "konnte Kontrolldatei nicht schließen: %m"
-#: access/transam/xlog.c:4337 access/transam/xlog.c:4522
+#: access/transam/xlog.c:4380 access/transam/xlog.c:4565
#, c-format
msgid "could not open control file \"%s\": %m"
msgstr "konnte Kontrolldatei »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:4343
+#: access/transam/xlog.c:4386
#, c-format
msgid "could not read from control file: %m"
msgstr "konnte nicht aus Kontrolldatei lesen: %m"
-#: access/transam/xlog.c:4356 access/transam/xlog.c:4365
-#: access/transam/xlog.c:4389 access/transam/xlog.c:4396
-#: access/transam/xlog.c:4403 access/transam/xlog.c:4408
-#: access/transam/xlog.c:4415 access/transam/xlog.c:4422
-#: access/transam/xlog.c:4429 access/transam/xlog.c:4436
-#: access/transam/xlog.c:4443 access/transam/xlog.c:4450
-#: access/transam/xlog.c:4459 access/transam/xlog.c:4466
-#: access/transam/xlog.c:4475 access/transam/xlog.c:4482
-#: access/transam/xlog.c:4491 access/transam/xlog.c:4498
-#: utils/init/miscinit.c:1114
+#: access/transam/xlog.c:4399 access/transam/xlog.c:4408
+#: access/transam/xlog.c:4432 access/transam/xlog.c:4439
+#: access/transam/xlog.c:4446 access/transam/xlog.c:4451
+#: access/transam/xlog.c:4458 access/transam/xlog.c:4465
+#: access/transam/xlog.c:4472 access/transam/xlog.c:4479
+#: access/transam/xlog.c:4486 access/transam/xlog.c:4493
+#: access/transam/xlog.c:4502 access/transam/xlog.c:4509
+#: access/transam/xlog.c:4518 access/transam/xlog.c:4525
+#: access/transam/xlog.c:4534 access/transam/xlog.c:4541
+#: utils/init/miscinit.c:1173
msgid "database files are incompatible with server"
msgstr "Datenbankdateien sind inkompatibel mit Server"
-#: access/transam/xlog.c:4357
+#: access/transam/xlog.c:4400
#, c-format
msgid ""
"The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), "
@@ -1760,7 +1828,7 @@ msgstr ""
"initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) "
"kompiliert."
-#: access/transam/xlog.c:4361
+#: access/transam/xlog.c:4404
msgid ""
"This could be a problem of mismatched byte ordering. It looks like you need "
"to initdb."
@@ -1768,7 +1836,7 @@ 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:4366
+#: access/transam/xlog.c:4409
#, c-format
msgid ""
"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
@@ -1777,16 +1845,16 @@ 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:4369 access/transam/xlog.c:4393
-#: access/transam/xlog.c:4400 access/transam/xlog.c:4405
+#: access/transam/xlog.c:4412 access/transam/xlog.c:4436
+#: access/transam/xlog.c:4443 access/transam/xlog.c:4448
msgid "It looks like you need to initdb."
msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."
-#: access/transam/xlog.c:4380
+#: access/transam/xlog.c:4423
msgid "incorrect checksum in control file"
msgstr "falsche Prüfsumme in Kontrolldatei"
-#: access/transam/xlog.c:4390
+#: access/transam/xlog.c:4433
#, c-format
msgid ""
"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
@@ -1795,7 +1863,7 @@ 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:4397
+#: access/transam/xlog.c:4440
#, c-format
msgid ""
"The database cluster was initialized with MAXALIGN %d, but the server was "
@@ -1804,7 +1872,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server "
"wurde mit MAXALIGN %d kompiliert."
-#: access/transam/xlog.c:4404
+#: access/transam/xlog.c:4447
msgid ""
"The database cluster appears to use a different floating-point number format "
"than the server executable."
@@ -1812,7 +1880,7 @@ msgstr ""
"Der Datenbank-Cluster verwendet anscheinend ein anderes "
"Fließkommazahlenformat als das Serverprogramm."
-#: access/transam/xlog.c:4409
+#: access/transam/xlog.c:4452
#, c-format
msgid ""
"The database cluster was initialized with BLCKSZ %d, but the server was "
@@ -1821,18 +1889,18 @@ msgstr ""
"Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server "
"wurde mit BLCKSZ %d kompiliert."
-#: access/transam/xlog.c:4412 access/transam/xlog.c:4419
-#: access/transam/xlog.c:4426 access/transam/xlog.c:4433
-#: access/transam/xlog.c:4440 access/transam/xlog.c:4447
-#: access/transam/xlog.c:4454 access/transam/xlog.c:4462
-#: access/transam/xlog.c:4469 access/transam/xlog.c:4478
-#: access/transam/xlog.c:4485 access/transam/xlog.c:4494
-#: access/transam/xlog.c:4501
+#: access/transam/xlog.c:4455 access/transam/xlog.c:4462
+#: access/transam/xlog.c:4469 access/transam/xlog.c:4476
+#: access/transam/xlog.c:4483 access/transam/xlog.c:4490
+#: access/transam/xlog.c:4497 access/transam/xlog.c:4505
+#: access/transam/xlog.c:4512 access/transam/xlog.c:4521
+#: access/transam/xlog.c:4528 access/transam/xlog.c:4537
+#: access/transam/xlog.c:4544
msgid "It looks like you need to recompile or initdb."
msgstr ""
"Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
-#: access/transam/xlog.c:4416
+#: access/transam/xlog.c:4459
#, c-format
msgid ""
"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
@@ -1841,7 +1909,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der "
"Server wurde mit RELSEGSIZE %d kompiliert."
-#: access/transam/xlog.c:4423
+#: access/transam/xlog.c:4466
#, c-format
msgid ""
"The database cluster was initialized with XLOG_BLCKSZ %d, but the server was "
@@ -1850,7 +1918,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der "
"Server wurde mit XLOG_BLCKSZ %d kompiliert."
-#: access/transam/xlog.c:4430
+#: access/transam/xlog.c:4473
#, c-format
msgid ""
"The database cluster was initialized with XLOG_SEG_SIZE %d, but the server "
@@ -1859,7 +1927,7 @@ 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:4437
+#: access/transam/xlog.c:4480
#, c-format
msgid ""
"The database cluster was initialized with NAMEDATALEN %d, but the server was "
@@ -1868,7 +1936,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der "
"Server wurde mit NAMEDATALEN %d kompiliert."
-#: access/transam/xlog.c:4444
+#: access/transam/xlog.c:4487
#, c-format
msgid ""
"The database cluster was initialized with INDEX_MAX_KEYS %d, but the server "
@@ -1877,7 +1945,7 @@ 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:4451
+#: access/transam/xlog.c:4494
#, c-format
msgid ""
"The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the "
@@ -1886,7 +1954,7 @@ 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:4460
+#: access/transam/xlog.c:4503
msgid ""
"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
"server was compiled with HAVE_INT64_TIMESTAMP."
@@ -1894,7 +1962,7 @@ msgstr ""
"Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber "
"der Server wurde mit HAE_INT64_TIMESTAMP kompiliert."
-#: access/transam/xlog.c:4467
+#: access/transam/xlog.c:4510
msgid ""
"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
"server was compiled without HAVE_INT64_TIMESTAMP."
@@ -1902,7 +1970,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der "
"Server wurde ohne HAE_INT64_TIMESTAMP kompiliert."
-#: access/transam/xlog.c:4476
+#: access/transam/xlog.c:4519
msgid ""
"The database cluster was initialized without USE_FLOAT4_BYVAL but the server "
"was compiled with USE_FLOAT4_BYVAL."
@@ -1910,7 +1978,7 @@ msgstr ""
"Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der "
"Server wurde mit USE_FLOAT4_BYVAL kompiliert."
-#: access/transam/xlog.c:4483
+#: access/transam/xlog.c:4526
msgid ""
"The database cluster was initialized with USE_FLOAT4_BYVAL but the server "
"was compiled without USE_FLOAT4_BYVAL."
@@ -1918,7 +1986,7 @@ msgstr ""
"Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der "
"Server wurde ohne USE_FLOAT4_BYVAL kompiliert."
-#: access/transam/xlog.c:4492
+#: access/transam/xlog.c:4535
msgid ""
"The database cluster was initialized without USE_FLOAT8_BYVAL but the server "
"was compiled with USE_FLOAT8_BYVAL."
@@ -1926,7 +1994,7 @@ msgstr ""
"Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der "
"Server wurde mit USE_FLOAT8_BYVAL kompiliert."
-#: access/transam/xlog.c:4499
+#: access/transam/xlog.c:4542
msgid ""
"The database cluster was initialized with USE_FLOAT8_BYVAL but the server "
"was compiled without USE_FLOAT8_BYVAL."
@@ -1934,148 +2002,161 @@ msgstr ""
"Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der "
"Server wurde ohne USE_FLOAT8_BYVAL kompiliert."
-#: access/transam/xlog.c:4732
+#: access/transam/xlog.c:4776
#, c-format
msgid "could not write bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m"
-#: access/transam/xlog.c:4738
+#: access/transam/xlog.c:4782
#, c-format
msgid "could not fsync bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m"
-#: access/transam/xlog.c:4743
+#: access/transam/xlog.c:4787
#, c-format
msgid "could not close bootstrap transaction log file: %m"
msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m"
-#: access/transam/xlog.c:4804
+#: access/transam/xlog.c:4848
#, c-format
msgid "could not open recovery command file \"%s\": %m"
msgstr "konnte Recovery-Kommandodatei »%s« nicht öffnen: %m"
-#: access/transam/xlog.c:4809
+#: access/transam/xlog.c:4853
msgid "starting archive recovery"
msgstr "starte Wiederherstellung aus Archiv"
-#: access/transam/xlog.c:4854
+#: access/transam/xlog.c:4898
#, c-format
msgid "restore_command = '%s'"
msgstr "restore_command = '%s'"
-#: access/transam/xlog.c:4861
+#: access/transam/xlog.c:4905
#, c-format
msgid "recovery_end_command = '%s'"
msgstr "recovery_end_command = '%s'"
-#: access/transam/xlog.c:4875
+#: access/transam/xlog.c:4919
#, 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:4880
+#: access/transam/xlog.c:4924
#, c-format
msgid "recovery_target_timeline = %u"
msgstr "recovery_target_timeline = %u"
-#: access/transam/xlog.c:4883
+#: access/transam/xlog.c:4927
msgid "recovery_target_timeline = latest"
msgstr "recovery_target_timeline = latest"
-#: access/transam/xlog.c:4891
+#: access/transam/xlog.c:4935
#, 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:4894
+#: access/transam/xlog.c:4938
#, c-format
msgid "recovery_target_xid = %u"
msgstr "recovery_target_xid = %u"
-#: access/transam/xlog.c:4919
+#: access/transam/xlog.c:4963
#, c-format
msgid "recovery_target_time = '%s'"
msgstr "recovery_target_time = '%s'"
-#: access/transam/xlog.c:4930
+#: access/transam/xlog.c:4974
msgid "parameter \"recovery_target_inclusive\" requires a Boolean value"
msgstr "Parameter »recovery_target_inclusive« erfordert einen Boole'schen Wert"
-#: access/transam/xlog.c:4932
+#: access/transam/xlog.c:4976
#, c-format
msgid "recovery_target_inclusive = %s"
msgstr "recovery_target_inclusive = %s"
-#: access/transam/xlog.c:4936
+#: access/transam/xlog.c:4980
#, c-format
msgid "unrecognized recovery parameter \"%s\""
msgstr "unbekannter Recovery-Parameter »%s«"
-#: access/transam/xlog.c:4944
+#: access/transam/xlog.c:4988
#, c-format
msgid "syntax error in recovery command file: %s"
msgstr "Syntaxfehler in Recovery-Kommandodatei: %s"
-#: access/transam/xlog.c:4946
+#: access/transam/xlog.c:4990
msgid "Lines should have the format parameter = 'value'."
msgstr "Die Zeilen müssen das Format parameter = 'wert' haben."
-#: access/transam/xlog.c:4951
+#: access/transam/xlog.c:4995
#, c-format
msgid "recovery command file \"%s\" did not specify restore_command"
msgstr "Recovery-Kommandodatei »%s« hat kein restore_command angegeben"
-#: access/transam/xlog.c:4970
+#: access/transam/xlog.c:5014
#, c-format
msgid "recovery target timeline %u does not exist"
msgstr "recovery_target_timeline %u existiert nicht"
-#: access/transam/xlog.c:5097
+#: access/transam/xlog.c:5141
msgid "archive recovery complete"
msgstr "Wiederherstellung aus Archiv abgeschlossen"
-#: access/transam/xlog.c:5187
+#: access/transam/xlog.c:5252
#, 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:5192
+#: access/transam/xlog.c:5257
#, 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:5200
+#: access/transam/xlog.c:5265
#, 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:5205
+#: access/transam/xlog.c:5270
#, 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:5254
+#: access/transam/xlog.c:5316
+#, c-format
+msgid ""
+"recovery connections cannot continue because %s = %u is a lower setting than "
+"on WAL source server (value was %u)"
+msgstr ""
+
+#: access/transam/xlog.c:5341
+msgid ""
+"recovery connections cannot start because the recovery_connections parameter "
+"is disabled on the WAL source server"
+msgstr ""
+
+#: access/transam/xlog.c:5380
msgid "control file contains invalid data"
msgstr "Kontrolldatei enthält ungültige Daten"
-#: access/transam/xlog.c:5258
+#: access/transam/xlog.c:5384
#, c-format
msgid "database system was shut down at %s"
msgstr "Datenbanksystem wurde am %s heruntergefahren"
-#: access/transam/xlog.c:5262
+#: access/transam/xlog.c:5388
#, c-format
msgid "database system shutdown was interrupted; last known up at %s"
msgstr ""
"Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte "
"Aktion am %s"
-#: access/transam/xlog.c:5266
+#: access/transam/xlog.c:5392
#, 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:5268
+#: access/transam/xlog.c:5394
msgid ""
"This probably means that some data is corrupted and you will have to use the "
"last backup for recovery."
@@ -2083,14 +2164,14 @@ msgstr ""
"Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die "
"letzte Datensicherung zur Wiederherstellung verwenden müssen."
-#: access/transam/xlog.c:5272
+#: access/transam/xlog.c:5398
#, c-format
msgid "database system was interrupted while in recovery at log time %s"
msgstr ""
"Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s "
"unterbrochen"
-#: access/transam/xlog.c:5274
+#: access/transam/xlog.c:5400
msgid ""
"If this has occurred more than once some data might be corrupted and you "
"might need to choose an earlier recovery target."
@@ -2099,26 +2180,26 @@ msgstr ""
"möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel "
"wählen."
-#: access/transam/xlog.c:5278
+#: access/transam/xlog.c:5404
#, 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:5327
+#: access/transam/xlog.c:5453
#, 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:5341 access/transam/xlog.c:5365
+#: access/transam/xlog.c:5467 access/transam/xlog.c:5491
#, c-format
msgid "checkpoint record is at %X/%X"
msgstr "Checkpoint-Eintrag ist bei %X/%X"
-#: access/transam/xlog.c:5348
+#: access/transam/xlog.c:5474
msgid "could not locate required checkpoint record"
msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden"
-#: access/transam/xlog.c:5349
+#: access/transam/xlog.c:5475
#, c-format
msgid ""
"If you are not restoring from a backup, try removing the file \"%s/"
@@ -2127,242 +2208,262 @@ msgstr ""
"Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/"
"backup_label« zu löschen."
-#: access/transam/xlog.c:5375
+#: access/transam/xlog.c:5501
#, c-format
msgid "using previous checkpoint record at %X/%X"
msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X"
-#: access/transam/xlog.c:5381
+#: access/transam/xlog.c:5507
msgid "could not locate a valid checkpoint record"
msgstr "konnte keinen gültigen Checkpoint-Datensatz finden"
-#: access/transam/xlog.c:5390
+#: access/transam/xlog.c:5516
#, c-format
msgid "redo record is at %X/%X; shutdown %s"
msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s"
-#: access/transam/xlog.c:5394
+#: access/transam/xlog.c:5520
#, 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:5398
+#: access/transam/xlog.c:5524
#, c-format
msgid "next MultiXactId: %u; next MultiXactOffset: %u"
msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u"
-#: access/transam/xlog.c:5401
+#: access/transam/xlog.c:5527
#, fuzzy, c-format
msgid "oldest unfrozen transaction ID: %u, in database %u"
msgstr "Erweiterung von Relation %u in Datenbank %u"
-#: access/transam/xlog.c:5405
+#: access/transam/xlog.c:5531
msgid "invalid next transaction ID"
msgstr "ungültige nächste Transaktions-ID"
-#: access/transam/xlog.c:5425
+#: access/transam/xlog.c:5551
msgid "invalid redo in checkpoint record"
msgstr "ungültiges Redo im Checkpoint-Datensatz"
-#: access/transam/xlog.c:5436
+#: access/transam/xlog.c:5562
msgid "invalid redo record in shutdown checkpoint"
msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint"
-#: access/transam/xlog.c:5461
+#: access/transam/xlog.c:5587
msgid "automatic recovery in progress"
msgstr "automatische Wiederherstellung läuft"
-#: access/transam/xlog.c:5467
+#: access/transam/xlog.c:5593
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:5550
+#: access/transam/xlog.c:5649
+#, fuzzy
+msgid "initializing recovery connections"
+msgstr "initialisiere Abhängigkeiten ... "
+
+#: access/transam/xlog.c:5708
#, c-format
msgid "redo starts at %X/%X"
msgstr "Redo beginnt bei %X/%X"
-#: access/transam/xlog.c:5554
+#: access/transam/xlog.c:5712
#, c-format
msgid "redo starts at %X/%X, consistency will be reached at %X/%X"
msgstr "Redo beginnt bei %X/%X, Konsistenz wird bei %X/%X erreicht werden"
-#: access/transam/xlog.c:5628
-msgid "consistent recovery state reached"
+#: access/transam/xlog.c:5778
+#, fuzzy, c-format
+msgid "consistent recovery state reached at %X/%X"
msgstr "konsistenter Wiederherstellungszustand erreicht"
-#: access/transam/xlog.c:5682
+#: access/transam/xlog.c:5849
#, c-format
msgid "redo done at %X/%X"
msgstr "Redo fertig bei %X/%X"
-#: access/transam/xlog.c:5686 access/transam/xlog.c:6932
+#: access/transam/xlog.c:5853
#, c-format
msgid "last completed transaction was at log time %s"
msgstr "letzte vollständige Transaktion war bei Logzeit %s"
-#: access/transam/xlog.c:5694
+#: access/transam/xlog.c:5861
msgid "redo is not required"
msgstr "Redo nicht nötig"
-#: access/transam/xlog.c:5717
+#: access/transam/xlog.c:5884
msgid "requested recovery stop point is before consistent recovery point"
msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt"
-#: access/transam/xlog.c:5720
+#: access/transam/xlog.c:5887
msgid "WAL ends before consistent recovery point"
msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt"
-#: access/transam/xlog.c:5741
+#: access/transam/xlog.c:5908
#, c-format
msgid "selected new timeline ID: %u"
msgstr "gewählte neue Timeline-ID: %u"
-#: access/transam/xlog.c:6042
+#: access/transam/xlog.c:6223
msgid "invalid primary checkpoint link in control file"
msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei"
-#: access/transam/xlog.c:6046
+#: access/transam/xlog.c:6227
msgid "invalid secondary checkpoint link in control file"
msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei"
-#: access/transam/xlog.c:6050
+#: access/transam/xlog.c:6231
msgid "invalid checkpoint link in backup_label file"
msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei"
-#: access/transam/xlog.c:6064
+#: access/transam/xlog.c:6245
msgid "invalid primary checkpoint record"
msgstr "ungültiger primärer Checkpoint-Datensatz"
-#: access/transam/xlog.c:6068
+#: access/transam/xlog.c:6249
msgid "invalid secondary checkpoint record"
msgstr "ungültiger sekundärer Checkpoint-Datensatz"
-#: access/transam/xlog.c:6072
+#: access/transam/xlog.c:6253
msgid "invalid checkpoint record"
msgstr "ungültiger Checkpoint-Datensatz"
-#: access/transam/xlog.c:6083
+#: access/transam/xlog.c:6264
msgid "invalid resource manager ID in primary checkpoint record"
msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz"
-#: access/transam/xlog.c:6087
+#: access/transam/xlog.c:6268
msgid "invalid resource manager ID in secondary checkpoint record"
msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz"
-#: access/transam/xlog.c:6091
+#: access/transam/xlog.c:6272
msgid "invalid resource manager ID in checkpoint record"
msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz"
-#: access/transam/xlog.c:6103
+#: access/transam/xlog.c:6284
msgid "invalid xl_info in primary checkpoint record"
msgstr "ungültige xl_info im primären Checkpoint-Datensatz"
-#: access/transam/xlog.c:6107
+#: access/transam/xlog.c:6288
msgid "invalid xl_info in secondary checkpoint record"
msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz"
-#: access/transam/xlog.c:6111
+#: access/transam/xlog.c:6292
msgid "invalid xl_info in checkpoint record"
msgstr "ungültige xl_info im Checkpoint-Datensatz"
-#: access/transam/xlog.c:6123
+#: access/transam/xlog.c:6304
msgid "invalid length of primary checkpoint record"
msgstr "ungültige Länge des primären Checkpoint-Datensatzes"
-#: access/transam/xlog.c:6127
+#: access/transam/xlog.c:6308
msgid "invalid length of secondary checkpoint record"
msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes"
-#: access/transam/xlog.c:6131
+#: access/transam/xlog.c:6312
msgid "invalid length of checkpoint record"
msgstr "ungültige Länge des Checkpoint-Datensatzes"
-#: access/transam/xlog.c:6265
+#: access/transam/xlog.c:6446
msgid "shutting down"
msgstr "fahre herunter"
-#: access/transam/xlog.c:6287
+#: access/transam/xlog.c:6468
msgid "database system is shut down"
msgstr "Datenbanksystem ist heruntergefahren"
-#: access/transam/xlog.c:6665
+#: access/transam/xlog.c:6867
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:6851
+#: access/transam/xlog.c:7053
msgid "skipping restartpoint, recovery has already ended"
msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet"
-#: access/transam/xlog.c:6876
+#: access/transam/xlog.c:7078
#, c-format
msgid "skipping restartpoint, already performed at %X/%X"
msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt"
-#: access/transam/xlog.c:6926
-#, c-format
-msgid "recovery restart point at %X/%X"
+#: access/transam/xlog.c:7128
+#, fuzzy, c-format
+msgid "recovery restart point at %X/%X with latest known log time %s"
msgstr "Recovery-Restart-Punkt bei %X/%X"
-#: access/transam/xlog.c:7052
+#: access/transam/xlog.c:7262
#, 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:7090
+#: access/transam/xlog.c:7300
#, 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:7229 access/transam/xlog.c:7252
+#: access/transam/xlog.c:7443 access/transam/xlog.c:7466
#, 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:7260
+#: access/transam/xlog.c:7474
#, 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:7269
+#: access/transam/xlog.c:7483
#, 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:7312 access/transam/xlog.c:7499
+#: access/transam/xlog.c:7526 access/transam/xlog.c:7719
msgid "must be superuser to run a backup"
msgstr "nur Superuser können ein Backup ausführen"
-#: access/transam/xlog.c:7317 access/transam/xlog.c:7323
-#: access/transam/xlog.c:7504
+#: access/transam/xlog.c:7531 access/transam/xlog.c:7724
+#: access/transam/xlog.c:7891 access/transam/xlog.c:7919
+#: access/transam/xlog.c:7952
+#, fuzzy
+msgid "recovery is in progress"
+msgstr "automatische Wiederherstellung läuft"
+
+#: access/transam/xlog.c:7532 access/transam/xlog.c:7725
+#: access/transam/xlog.c:7892 access/transam/xlog.c:7920
+#: access/transam/xlog.c:7953
+#, fuzzy
+msgid "WAL control functions cannot be executed during recovery."
+msgstr "PL/Tcl-Funktion können keine zusammengesetzten Typen zurückgeben"
+
+#: access/transam/xlog.c:7537 access/transam/xlog.c:7543
+#: access/transam/xlog.c:7730
msgid "WAL archiving is not active"
msgstr "WAL-Archivierung ist nicht aktiv"
-#: access/transam/xlog.c:7318 access/transam/xlog.c:7505
+#: access/transam/xlog.c:7538 access/transam/xlog.c:7731
msgid "archive_mode must be enabled at server start."
msgstr "archive_mode muss beim Start des Servers eingeschaltet sein."
-#: access/transam/xlog.c:7324
+#: access/transam/xlog.c:7544
msgid ""
"archive_command must be defined before online backups can be made safely."
msgstr ""
"archive_command muss definiert werden, bevor sichere Online-Backups gemacht "
"werden können."
-#: access/transam/xlog.c:7352 access/transam/xlog.c:7421
+#: access/transam/xlog.c:7572 access/transam/xlog.c:7641
msgid "a backup is already in progress"
msgstr "ein Backup läuft bereits"
-#: access/transam/xlog.c:7353
+#: access/transam/xlog.c:7573
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:7422
+#: access/transam/xlog.c:7642
#, c-format
msgid ""
"If you're sure there is no backup in progress, remove file \"%s\" and try "
@@ -2371,23 +2472,23 @@ 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:7443 access/transam/xlog.c:7580
+#: access/transam/xlog.c:7663 access/transam/xlog.c:7806
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "konnte Datei »%s« nicht schreiben: %m"
-#: access/transam/xlog.c:7543
+#: access/transam/xlog.c:7769
msgid "a backup is not in progress"
msgstr "es läuft kein Backup"
-#: access/transam/xlog.c:7555 access/transam/xlog.c:7896
-#: access/transam/xlog.c:7902 access/transam/xlog.c:7933
-#: access/transam/xlog.c:7939
+#: access/transam/xlog.c:7781 access/transam/xlog.c:8140
+#: access/transam/xlog.c:8146 access/transam/xlog.c:8177
+#: access/transam/xlog.c:8183
#, c-format
msgid "invalid data in file \"%s\""
msgstr "ungültige Daten in Datei »%s«"
-#: access/transam/xlog.c:7635
+#: access/transam/xlog.c:7861
#, c-format
msgid ""
"pg_stop_backup still waiting for archive to complete (%d seconds elapsed)"
@@ -2395,34 +2496,34 @@ msgstr ""
"pg_stop_backup wartet immer noch, dass die Archivierung abschließt (%d "
"Sekunden abgelaufen)"
-#: access/transam/xlog.c:7660
+#: access/transam/xlog.c:7886
msgid "must be superuser to switch transaction log files"
msgstr "nur Superuser können Transaktionslogdateien umschalten"
-#: access/transam/xlog.c:7757 access/transam/xlog.c:7823
+#: access/transam/xlog.c:8001 access/transam/xlog.c:8067
#, c-format
msgid "could not parse transaction log location \"%s\""
msgstr "konnte Transaktionslogposition »%s« nicht interpretieren"
-#: access/transam/xlog.c:7967
+#: access/transam/xlog.c:8211
#, c-format
msgid "xlog redo %s"
msgstr "xlog redo %s"
-#: access/transam/xlog.c:8007
+#: access/transam/xlog.c:8251
msgid "online backup mode cancelled"
msgstr "Online-Sicherungsmodus storniert"
-#: access/transam/xlog.c:8008
+#: access/transam/xlog.c:8252
#, c-format
msgid "\"%s\" was renamed to \"%s\"."
msgstr "»%s« wurde in »%s« umbenannt."
-#: access/transam/xlog.c:8015
+#: access/transam/xlog.c:8259
msgid "online backup mode was not cancelled"
msgstr "Online-Sicherungsmodus wurde nicht storniert"
-#: access/transam/xlog.c:8016
+#: access/transam/xlog.c:8260
#, c-format
msgid "Could not rename \"%s\" to \"%s\": %m."
msgstr "Konnte »%s« nicht in »%s« umbenennen: %m."
@@ -2451,12 +2552,12 @@ msgstr "doppelter Schlüsselwert verletzt Unique-Constraint »%s«"
msgid "Key %s already exists."
msgstr "Schlüssel »%s« existiert bereits"
-#: access/nbtree/nbtinsert.c:448
+#: access/nbtree/nbtinsert.c:448 executor/execUtils.c:1310
#, c-format
msgid "failed to re-find tuple within index \"%s\""
msgstr ""
-#: access/nbtree/nbtinsert.c:450
+#: access/nbtree/nbtinsert.c:450 executor/execUtils.c:1312
msgid "This may be because of a non-immutable index expression."
msgstr ""
@@ -2482,21 +2583,21 @@ msgid "version mismatch in index \"%s\": file version %d, code version %d"
msgstr ""
"keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d"
-#: access/heap/heapam.c:1074 access/heap/heapam.c:1102
-#: access/heap/heapam.c:1132 catalog/aclchk.c:1607
+#: access/heap/heapam.c:1078 access/heap/heapam.c:1106
+#: access/heap/heapam.c:1136 catalog/aclchk.c:1637
#, c-format
msgid "\"%s\" is an index"
msgstr "»%s« ist ein Index"
-#: access/heap/heapam.c:1079 access/heap/heapam.c:1107
-#: access/heap/heapam.c:1137 catalog/aclchk.c:1614 commands/tablecmds.c:2144
-#: commands/tablecmds.c:6501 commands/tablecmds.c:7792
+#: access/heap/heapam.c:1083 access/heap/heapam.c:1111
+#: access/heap/heapam.c:1141 catalog/aclchk.c:1644 commands/tablecmds.c:2154
+#: commands/tablecmds.c:6554 commands/tablecmds.c:7845
#, c-format
msgid "\"%s\" is a composite type"
msgstr "»%s« ist ein zusammengesetzter Typ"
-#: access/heap/heapam.c:3147 access/heap/heapam.c:3178
-#: access/heap/heapam.c:3213
+#: access/heap/heapam.c:3151 access/heap/heapam.c:3182
+#: access/heap/heapam.c:3217
#, c-format
msgid "could not obtain lock on row in relation \"%s\""
msgstr "konnte Sperre für Zeile in Relation »%s« nicht setzen"
@@ -2506,18 +2607,18 @@ msgstr "konnte Sperre für Zeile in Relation »%s« nicht setzen"
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:149 commands/comment.c:557 commands/indexcmds.c:1330
-#: commands/tablecmds.c:212 commands/tablecmds.c:2341
+#: access/index/indexam.c:149 commands/comment.c:559 commands/indexcmds.c:1454
+#: commands/tablecmds.c:212 commands/tablecmds.c:2351
#, c-format
msgid "\"%s\" is not an index"
msgstr "»%s« ist kein Index"
-#: access/hash/hashinsert.c:77
+#: access/hash/hashinsert.c:73
#, c-format
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:80
+#: access/hash/hashinsert.c:76
msgid "Values larger than a buffer page cannot be indexed."
msgstr ""
"Werte, die größer sind als eine Pufferseite, können nicht indiziert werden."
@@ -2567,170 +2668,171 @@ msgstr ""
"PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor "
"mit WITH HOLD erzeugt hat"
-#: utils/mmgr/portalmem.c:889 utils/fmgr/funcapi.c:60 commands/prepare.c:742
-#: executor/execQual.c:1474 executor/execQual.c:1499 executor/execQual.c:1860
-#: executor/execQual.c:4951 executor/functions.c:644 foreign/foreign.c:281
+#: utils/mmgr/portalmem.c:889 utils/fmgr/funcapi.c:60 commands/prepare.c:747
+#: executor/execQual.c:1512 executor/execQual.c:1537 executor/execQual.c:1898
+#: executor/execQual.c:4989 executor/functions.c:649 foreign/foreign.c:281
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"
-#: utils/mmgr/portalmem.c:893 commands/prepare.c:746 foreign/foreign.c:286
+#: utils/mmgr/portalmem.c:893 commands/prepare.c:751 foreign/foreign.c:286
msgid "materialize mode required, but it is not allowed in this context"
msgstr ""
"Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht "
"erlaubt"
-#: utils/adt/acl.c:163 utils/adt/name.c:87
+#: utils/adt/acl.c:164 utils/adt/name.c:87
msgid "identifier too long"
msgstr "Bezeichner zu lang"
-#: utils/adt/acl.c:164 utils/adt/name.c:88
+#: utils/adt/acl.c:165 utils/adt/name.c:88
#, c-format
msgid "Identifier must be less than %d characters."
msgstr "Bezeichner muss weniger als %d Zeichen haben."
-#: utils/adt/acl.c:250
+#: utils/adt/acl.c:251
#, c-format
msgid "unrecognized key word: \"%s\""
msgstr "unbekanntes Schlüsselwort: »%s«"
-#: utils/adt/acl.c:251
+#: utils/adt/acl.c:252
msgid "ACL key word must be \"group\" or \"user\"."
msgstr "ACL-Schlüsselwort muss »group« oder »user« sein."
-#: utils/adt/acl.c:256
+#: utils/adt/acl.c:257
msgid "missing name"
msgstr "Name fehlt"
-#: utils/adt/acl.c:257
+#: utils/adt/acl.c:258
msgid "A name must follow the \"group\" or \"user\" key word."
msgstr "Auf das Schlüsselwort »group« oder »user« muss ein Name folgen."
-#: utils/adt/acl.c:263
+#: utils/adt/acl.c:264
msgid "missing \"=\" sign"
msgstr "»=«-Zeichen fehlt"
-#: utils/adt/acl.c:316
+#: utils/adt/acl.c:317
#, c-format
msgid "invalid mode character: must be one of \"%s\""
msgstr "ungültiges Moduszeichen: muss eines aus »%s« sein"
-#: utils/adt/acl.c:338
+#: utils/adt/acl.c:339
msgid "a name must follow the \"/\" sign"
msgstr "auf das »/«-Zeichen muss ein Name folgen"
-#: utils/adt/acl.c:346
+#: utils/adt/acl.c:347
#, c-format
msgid "defaulting grantor to user ID %u"
msgstr "nicht angegebener Grantor wird auf user ID %u gesetzt"
-#: utils/adt/acl.c:537
+#: utils/adt/acl.c:538
msgid "ACL array contains wrong data type"
msgstr "ACL-Array enthält falschen Datentyp"
-#: utils/adt/acl.c:541
+#: utils/adt/acl.c:542
msgid "ACL arrays must be one-dimensional"
msgstr "ACL-Arrays müssen eindimensional sein"
-#: utils/adt/acl.c:545
+#: utils/adt/acl.c:546
msgid "ACL arrays must not contain null values"
msgstr "ACL-Array darf keine NULL-Werte enthalten"
-#: utils/adt/acl.c:569
+#: utils/adt/acl.c:570
msgid "extra garbage at the end of the ACL specification"
msgstr "überflüssiger Müll am Ende der ACL-Angabe"
-#: utils/adt/acl.c:1126
+#: utils/adt/acl.c:1132
msgid "grant options cannot be granted back to your own grantor"
msgstr "Grant-Optionen können nicht an den eigenen Grantor gegeben werden"
-#: utils/adt/acl.c:1187
+#: utils/adt/acl.c:1193
msgid "dependent privileges exist"
msgstr "abhängige Privilegien existieren"
-#: utils/adt/acl.c:1188
+#: utils/adt/acl.c:1194
msgid "Use CASCADE to revoke them too."
msgstr "Verwenden Sie CASCADE um diese auch zu entziehen."
-#: utils/adt/acl.c:1467
+#: utils/adt/acl.c:1473
msgid "aclinsert is no longer supported"
msgstr "aclinsert wird nicht mehr unterstützt"
-#: utils/adt/acl.c:1477
+#: utils/adt/acl.c:1483
msgid "aclremove is no longer supported"
msgstr "aclremove wird nicht mehr unterstützt"
-#: utils/adt/acl.c:1563 utils/adt/acl.c:1617
+#: utils/adt/acl.c:1569 utils/adt/acl.c:1623
#, c-format
msgid "unrecognized privilege type: \"%s\""
msgstr "unbekannter Privilegtyp: »%s«"
-#: utils/adt/acl.c:1872 utils/adt/acl.c:1902 utils/adt/acl.c:1934
-#: utils/adt/acl.c:1966 utils/adt/acl.c:1994 utils/adt/acl.c:2024
-#: catalog/aclchk.c:1622 commands/comment.c:564 commands/sequence.c:946
-#: commands/tablecmds.c:200 commands/tablecmds.c:2128
-#: commands/tablecmds.c:2349 commands/tablecmds.c:7751
+#: utils/adt/acl.c:2015 utils/adt/acl.c:2045 utils/adt/acl.c:2077
+#: utils/adt/acl.c:2109 utils/adt/acl.c:2137 utils/adt/acl.c:2167
+#: catalog/aclchk.c:1652 commands/comment.c:566 commands/sequence.c:949
+#: commands/tablecmds.c:200 commands/tablecmds.c:2138
+#: commands/tablecmds.c:2359 commands/tablecmds.c:7804
#, c-format
msgid "\"%s\" is not a sequence"
msgstr "»%s« ist keine Sequenz"
-#: utils/adt/acl.c:2645 utils/adt/ruleutils.c:1393 catalog/aclchk.c:1363
-#: commands/analyze.c:276 commands/comment.c:634 commands/copy.c:3436
-#: commands/sequence.c:1302 commands/tablecmds.c:3924
-#: commands/tablecmds.c:4016 commands/tablecmds.c:4063
-#: commands/tablecmds.c:4159 commands/tablecmds.c:4247
-#: commands/tablecmds.c:4308 commands/tablecmds.c:4374
-#: commands/tablecmds.c:5809 commands/tablecmds.c:5947 parser/analyze.c:1801
-#: parser/parse_relation.c:2056 parser/parse_relation.c:2111
-#: parser/parse_target.c:804 parser/parse_type.c:117
+#: utils/adt/acl.c:2788 utils/adt/ruleutils.c:1530 catalog/aclchk.c:1393
+#: commands/analyze.c:281 commands/comment.c:636 commands/copy.c:3441
+#: commands/sequence.c:1305 commands/tablecmds.c:3968
+#: commands/tablecmds.c:4060 commands/tablecmds.c:4107
+#: commands/tablecmds.c:4203 commands/tablecmds.c:4291
+#: commands/tablecmds.c:4352 commands/tablecmds.c:4418
+#: commands/tablecmds.c:5861 commands/tablecmds.c:5999 commands/trigger.c:498
+#: parser/analyze.c:1818 parser/parse_relation.c:1998
+#: parser/parse_relation.c:2053 parser/parse_target.c:808
+#: parser/parse_type.c:117
#, c-format
msgid "column \"%s\" of relation \"%s\" does not exist"
msgstr "Spalte »%s« von Relation »%s« existiert nicht"
-#: utils/adt/acl.c:2856 utils/adt/dbsize.c:144 utils/init/postinit.c:577
-#: utils/init/postinit.c:645 utils/init/postinit.c:662 catalog/aclchk.c:564
-#: commands/comment.c:681 commands/dbcommands.c:754 commands/dbcommands.c:901
-#: commands/dbcommands.c:1002 commands/dbcommands.c:1179
-#: commands/dbcommands.c:1364 commands/dbcommands.c:1408
-#: commands/dbcommands.c:1454
+#: utils/adt/acl.c:2999 utils/adt/dbsize.c:144 utils/init/postinit.c:577
+#: utils/init/postinit.c:645 utils/init/postinit.c:662 catalog/aclchk.c:577
+#: commands/comment.c:683 commands/dbcommands.c:760 commands/dbcommands.c:907
+#: commands/dbcommands.c:1008 commands/dbcommands.c:1185
+#: commands/dbcommands.c:1370 commands/dbcommands.c:1414
+#: commands/dbcommands.c:1460
#, c-format
msgid "database \"%s\" does not exist"
msgstr "Datenbank »%s« existiert nicht"
-#: utils/adt/acl.c:3251 utils/adt/regproc.c:118 utils/adt/regproc.c:139
+#: utils/adt/acl.c:3394 utils/adt/regproc.c:118 utils/adt/regproc.c:139
#: utils/adt/regproc.c:291
#, c-format
msgid "function \"%s\" does not exist"
msgstr "Funktion »%s« existiert nicht"
-#: utils/adt/acl.c:3457 catalog/aclchk.c:592 commands/comment.c:1208
+#: utils/adt/acl.c:3600 catalog/aclchk.c:605 commands/comment.c:1210
#: commands/functioncmds.c:838 commands/functioncmds.c:2020
#: commands/proclang.c:500 commands/proclang.c:573 commands/proclang.c:617
#, c-format
msgid "language \"%s\" does not exist"
msgstr "Sprache »%s« existiert nicht"
-#: utils/adt/acl.c:3663 catalog/aclchk.c:612 catalog/aclchk.c:991
-#: catalog/namespace.c:341 catalog/namespace.c:2325 catalog/namespace.c:2366
-#: catalog/namespace.c:2414 catalog/namespace.c:3321 commands/comment.c:791
-#: commands/schemacmds.c:190 commands/schemacmds.c:267
-#: commands/schemacmds.c:343
+#: utils/adt/acl.c:3806 catalog/aclchk.c:639 catalog/aclchk.c:1018
+#: catalog/namespace.c:341 catalog/namespace.c:2357 catalog/namespace.c:2398
+#: catalog/namespace.c:2446 catalog/namespace.c:3353 commands/comment.c:793
+#: commands/schemacmds.c:191 commands/schemacmds.c:268
+#: commands/schemacmds.c:344
#, c-format
msgid "schema \"%s\" does not exist"
msgstr "Schema »%s« existiert nicht"
-#: utils/adt/acl.c:4037 utils/adt/dbsize.c:240 catalog/aclchk.c:641
-#: commands/comment.c:720 commands/dbcommands.c:430 commands/dbcommands.c:1035
-#: commands/indexcmds.c:216 commands/tablecmds.c:409 commands/tablecmds.c:6760
-#: commands/tablespace.c:415 commands/tablespace.c:781
-#: commands/tablespace.c:848 commands/tablespace.c:942
-#: commands/tablespace.c:1066 executor/execMain.c:2044
+#: utils/adt/acl.c:4180 utils/adt/dbsize.c:240 catalog/aclchk.c:668
+#: commands/comment.c:722 commands/dbcommands.c:436 commands/dbcommands.c:1041
+#: commands/indexcmds.c:222 commands/tablecmds.c:419 commands/tablecmds.c:6813
+#: commands/tablespace.c:418 commands/tablespace.c:773
+#: commands/tablespace.c:840 commands/tablespace.c:934
+#: commands/tablespace.c:1058 executor/execMain.c:2123
#, c-format
msgid "tablespace \"%s\" does not exist"
msgstr "Tablespace »%s« existiert nicht"
-#: utils/adt/acl.c:4542
+#: utils/adt/acl.c:4685
#, c-format
msgid "must be member of role \"%s\""
msgstr "Berechtigung nur für Mitglied von Rolle »%s«"
@@ -2744,7 +2846,7 @@ msgid "neither input type is an array"
msgstr "keiner der Eingabedatentypen ist ein Array"
#: utils/adt/array_userfuncs.c:104 utils/adt/array_userfuncs.c:114
-#: utils/adt/arrayfuncs.c:1220 utils/adt/float.c:1100 utils/adt/float.c:1159
+#: utils/adt/arrayfuncs.c:1225 utils/adt/float.c:1100 utils/adt/float.c:1159
#: utils/adt/float.c:2716 utils/adt/float.c:2732 utils/adt/int.c:621
#: utils/adt/int.c:650 utils/adt/int.c:671 utils/adt/int.c:691
#: utils/adt/int.c:713 utils/adt/int.c:738 utils/adt/int.c:752
@@ -2752,7 +2854,7 @@ msgstr "keiner der Eingabedatentypen ist ein Array"
#: utils/adt/int.c:950 utils/adt/int.c:990 utils/adt/int.c:1011
#: utils/adt/int.c:1038 utils/adt/int.c:1065 utils/adt/int.c:1119
#: utils/adt/int8.c:1205 utils/adt/numeric.c:2062 utils/adt/numeric.c:2071
-#: utils/adt/varbit.c:1377
+#: utils/adt/varbit.c:1382
msgid "integer out of range"
msgstr "integer ist außerhalb des gültigen Bereichs"
@@ -2793,16 +2895,16 @@ msgstr ""
"Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für "
"Aneinanderhängen."
-#: utils/adt/array_userfuncs.c:425 utils/adt/arrayfuncs.c:1186
-#: utils/adt/arrayfuncs.c:2850 utils/adt/arrayfuncs.c:4530
+#: utils/adt/array_userfuncs.c:425 utils/adt/arrayfuncs.c:1191
+#: utils/adt/arrayfuncs.c:2855 utils/adt/arrayfuncs.c:4535
#, c-format
msgid "invalid number of dimensions: %d"
msgstr "ungültige Anzahl Dimensionen: %d"
#: utils/adt/array_userfuncs.c:429 utils/adt/arrayfuncs.c:203
-#: utils/adt/arrayfuncs.c:455 utils/adt/arrayfuncs.c:1190
-#: utils/adt/arrayfuncs.c:2854 utils/adt/arrayfuncs.c:4534
-#: executor/execQual.c:294 executor/execQual.c:322 executor/execQual.c:2842
+#: utils/adt/arrayfuncs.c:460 utils/adt/arrayfuncs.c:1195
+#: utils/adt/arrayfuncs.c:2859 utils/adt/arrayfuncs.c:4539
+#: executor/execQual.c:295 executor/execQual.c:323 executor/execQual.c:2880
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)"
@@ -2819,8 +2921,8 @@ msgstr "Dimensionswert fehlt"
msgid "missing \"]\" in array dimensions"
msgstr "»]« in Arraydimensionen fehlt"
-#: utils/adt/arrayfuncs.c:240 utils/adt/arrayfuncs.c:2379
-#: utils/adt/arrayfuncs.c:2407 utils/adt/arrayfuncs.c:2422
+#: utils/adt/arrayfuncs.c:240 utils/adt/arrayfuncs.c:2384
+#: utils/adt/arrayfuncs.c:2412 utils/adt/arrayfuncs.c:2427
msgid "upper bound cannot be less than lower bound"
msgstr "Obergrenze kann nicht kleiner als Untergrenze sein"
@@ -2836,129 +2938,129 @@ msgstr "fehlender Zuweisungsoperator"
msgid "array dimensions incompatible with array literal"
msgstr "Arraydimensionen sind inkompatibel mit Arraykonstante"
-#: utils/adt/arrayfuncs.c:392 utils/adt/arrayfuncs.c:407
-#: utils/adt/arrayfuncs.c:416 utils/adt/arrayfuncs.c:430
-#: utils/adt/arrayfuncs.c:450 utils/adt/arrayfuncs.c:478
-#: utils/adt/arrayfuncs.c:483 utils/adt/arrayfuncs.c:523
-#: utils/adt/arrayfuncs.c:544 utils/adt/arrayfuncs.c:563
-#: utils/adt/arrayfuncs.c:673 utils/adt/arrayfuncs.c:682
-#: utils/adt/arrayfuncs.c:712 utils/adt/arrayfuncs.c:727
-#: utils/adt/arrayfuncs.c:780
+#: utils/adt/arrayfuncs.c:397 utils/adt/arrayfuncs.c:412
+#: utils/adt/arrayfuncs.c:421 utils/adt/arrayfuncs.c:435
+#: utils/adt/arrayfuncs.c:455 utils/adt/arrayfuncs.c:483
+#: utils/adt/arrayfuncs.c:488 utils/adt/arrayfuncs.c:528
+#: utils/adt/arrayfuncs.c:549 utils/adt/arrayfuncs.c:568
+#: utils/adt/arrayfuncs.c:678 utils/adt/arrayfuncs.c:687
+#: utils/adt/arrayfuncs.c:717 utils/adt/arrayfuncs.c:732
+#: utils/adt/arrayfuncs.c:785
#, c-format
msgid "malformed array literal: \"%s\""
msgstr "fehlerhafte Arraykonstante: »%s«"
-#: utils/adt/arrayfuncs.c:490 executor/execQual.c:2862
-#: executor/execQual.c:2889
+#: utils/adt/arrayfuncs.c:495 executor/execQual.c:2900
+#: executor/execQual.c:2927
msgid ""
"multidimensional arrays must have array expressions with matching dimensions"
msgstr ""
"mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl "
"Dimensionen haben"
-#: utils/adt/arrayfuncs.c:819 utils/adt/arrayfuncs.c:1416
-#: utils/adt/arrayfuncs.c:2734 utils/adt/arrayfuncs.c:2882
-#: utils/adt/arrayfuncs.c:4630 utils/adt/arrayutils.c:93
+#: utils/adt/arrayfuncs.c:824 utils/adt/arrayfuncs.c:1421
+#: utils/adt/arrayfuncs.c:2739 utils/adt/arrayfuncs.c:2887
+#: utils/adt/arrayfuncs.c:4635 utils/adt/arrayutils.c:93
#: utils/adt/arrayutils.c:102 utils/adt/arrayutils.c:109
#, c-format
msgid "array size exceeds the maximum allowed (%d)"
msgstr "Arraygröße überschreitet erlaubtes Maximum (%d)"
-#: utils/adt/arrayfuncs.c:1197
+#: utils/adt/arrayfuncs.c:1202
msgid "invalid array flags"
msgstr "ungültige Array-Flags"
-#: utils/adt/arrayfuncs.c:1205
+#: utils/adt/arrayfuncs.c:1210
msgid "wrong element type"
msgstr "falscher Elementtyp"
-#: utils/adt/arrayfuncs.c:1250 utils/cache/lsyscache.c:2420
+#: utils/adt/arrayfuncs.c:1255 utils/cache/lsyscache.c:2420
#, c-format
msgid "no binary input function available for type %s"
msgstr "keine binäre Eingabefunktion verfügbar für Typ %s"
-#: utils/adt/arrayfuncs.c:1390
+#: utils/adt/arrayfuncs.c:1395
#, c-format
msgid "improper binary format in array element %d"
msgstr "falsches Binärformat in Arrayelement %d"
-#: utils/adt/arrayfuncs.c:1472 utils/cache/lsyscache.c:2455
+#: utils/adt/arrayfuncs.c:1477 utils/cache/lsyscache.c:2455
#, c-format
msgid "no binary output function available for type %s"
msgstr "keine binäre Ausgabefunktion verfügbar für Typ %s"
-#: utils/adt/arrayfuncs.c:1846
+#: utils/adt/arrayfuncs.c:1851
msgid "slices of fixed-length arrays not implemented"
msgstr ""
"Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert"
-#: utils/adt/arrayfuncs.c:2019 utils/adt/arrayfuncs.c:2041
-#: utils/adt/arrayfuncs.c:2075 utils/adt/arrayfuncs.c:2361
-#: utils/adt/arrayfuncs.c:4510 utils/adt/arrayfuncs.c:4542
-#: utils/adt/arrayfuncs.c:4559
+#: utils/adt/arrayfuncs.c:2024 utils/adt/arrayfuncs.c:2046
+#: utils/adt/arrayfuncs.c:2080 utils/adt/arrayfuncs.c:2366
+#: utils/adt/arrayfuncs.c:4515 utils/adt/arrayfuncs.c:4547
+#: utils/adt/arrayfuncs.c:4564
msgid "wrong number of array subscripts"
msgstr "falsche Anzahl Arrayindizes"
-#: utils/adt/arrayfuncs.c:2024 utils/adt/arrayfuncs.c:2117
-#: utils/adt/arrayfuncs.c:2412
+#: utils/adt/arrayfuncs.c:2029 utils/adt/arrayfuncs.c:2122
+#: utils/adt/arrayfuncs.c:2417
msgid "array subscript out of range"
msgstr "Arrayindex außerhalb des gültigen Bereichs"
-#: utils/adt/arrayfuncs.c:2029
+#: utils/adt/arrayfuncs.c:2034
msgid "cannot assign null value to an element of a fixed-length array"
msgstr "Array mit fester Länge kann keinen NULL-Wert enthalten"
-#: utils/adt/arrayfuncs.c:2315
+#: utils/adt/arrayfuncs.c:2320
msgid "updates on slices of fixed-length arrays not implemented"
msgstr ""
"Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert"
-#: utils/adt/arrayfuncs.c:2351 utils/adt/arrayfuncs.c:2438
+#: utils/adt/arrayfuncs.c:2356 utils/adt/arrayfuncs.c:2443
msgid "source array too small"
msgstr "Quellarray ist zu klein"
-#: utils/adt/arrayfuncs.c:2989
+#: utils/adt/arrayfuncs.c:2994
msgid "null array element not allowed in this context"
msgstr "NULL-Werte im Array sind in diesem Zusammenhang nicht erlaubt"
-#: utils/adt/arrayfuncs.c:3050 utils/adt/arrayfuncs.c:3257
-#: utils/adt/arrayfuncs.c:3457
+#: utils/adt/arrayfuncs.c:3055 utils/adt/arrayfuncs.c:3262
+#: utils/adt/arrayfuncs.c:3462
msgid "cannot compare arrays of different element types"
msgstr "kann Arrays mit verschiedenen Elementtypen nicht vergleichen"
-#: utils/adt/arrayfuncs.c:3073 utils/adt/arrayfuncs.c:3474
-#: utils/adt/rowtypes.c:1133 parser/parse_oper.c:259
+#: utils/adt/arrayfuncs.c:3078 utils/adt/arrayfuncs.c:3479
+#: utils/adt/rowtypes.c:1138 parser/parse_oper.c:259
#, c-format
msgid "could not identify an equality operator for type %s"
msgstr "konnte keinen Ist-Gleich-Operator für Typ %s ermitteln"
-#: utils/adt/arrayfuncs.c:3274 utils/adt/rowtypes.c:907
-#: executor/execQual.c:4609
+#: utils/adt/arrayfuncs.c:3279 utils/adt/rowtypes.c:912
+#: executor/execQual.c:4647
#, c-format
msgid "could not identify a comparison function for type %s"
msgstr "konnte keine Vergleichsfunktion für Typ %s ermitteln"
-#: utils/adt/arrayfuncs.c:4408 utils/adt/arrayfuncs.c:4448
+#: utils/adt/arrayfuncs.c:4413 utils/adt/arrayfuncs.c:4453
msgid "dimension array or low bound array cannot be NULL"
msgstr "Dimensions-Array oder Untergrenzen-Array kann nicht NULL sein"
-#: utils/adt/arrayfuncs.c:4511 utils/adt/arrayfuncs.c:4543
+#: utils/adt/arrayfuncs.c:4516 utils/adt/arrayfuncs.c:4548
msgid "Dimension array must be one dimensional."
msgstr "Dimensions-Array muss eindimensional sein."
-#: utils/adt/arrayfuncs.c:4516 utils/adt/arrayfuncs.c:4548
+#: utils/adt/arrayfuncs.c:4521 utils/adt/arrayfuncs.c:4553
msgid "wrong range of array subscripts"
msgstr "falscher Bereich der Arrayindizes"
-#: utils/adt/arrayfuncs.c:4517 utils/adt/arrayfuncs.c:4549
+#: utils/adt/arrayfuncs.c:4522 utils/adt/arrayfuncs.c:4554
msgid "Lower bound of dimension array must be one."
msgstr "Untergrenze des Dimensions-Arrays muss eins sein."
-#: utils/adt/arrayfuncs.c:4522 utils/adt/arrayfuncs.c:4554
+#: utils/adt/arrayfuncs.c:4527 utils/adt/arrayfuncs.c:4559
msgid "dimension values cannot be null"
msgstr "Dimensionswerte dürfen nicht NULL sein"
-#: utils/adt/arrayfuncs.c:4560
+#: utils/adt/arrayfuncs.c:4565
msgid "Low bound array has different size than dimensions array."
msgstr "Untergrenzen-Array hat andere Größe als Dimensions-Array."
@@ -2979,12 +3081,12 @@ msgstr "Typmod-Array darf keine NULL-Werte enthalten"
msgid "encoding conversion from %s to ASCII not supported"
msgstr "Kodierungsumwandlung zwischen %s und ASCII wird nicht unterstützt"
-#: utils/adt/ascii.c:126 commands/dbcommands.c:233
+#: utils/adt/ascii.c:126 commands/dbcommands.c:235
#, c-format
msgid "%s is not a valid encoding name"
msgstr "%s ist kein gültiger Kodierungsname"
-#: utils/adt/ascii.c:144 commands/dbcommands.c:223
+#: utils/adt/ascii.c:144 commands/dbcommands.c:225
#, c-format
msgid "%d is not a valid encoding code"
msgstr "%d ist kein gültiger Kodierungscode"
@@ -3007,7 +3109,7 @@ msgstr "ungültige Eingabesyntax für Typ money: »%s«"
#: utils/adt/int.c:1098 utils/adt/int8.c:604 utils/adt/int8.c:651
#: utils/adt/int8.c:829 utils/adt/int8.c:925 utils/adt/int8.c:1013
#: utils/adt/int8.c:1109 utils/adt/numeric.c:4314 utils/adt/numeric.c:4597
-#: utils/adt/timestamp.c:2870
+#: utils/adt/timestamp.c:2876
msgid "division by zero"
msgstr "Division durch Null"
@@ -3039,20 +3141,20 @@ msgstr "Datum/Zeitwert »current« wird nicht mehr unterstützt"
msgid "date out of range: \"%s\""
msgstr "date ist außerhalb des gültigen Bereichs: »%s«"
-#: utils/adt/date.c:214 utils/adt/xml.c:1671
+#: utils/adt/date.c:215 utils/adt/xml.c:1671
msgid "date out of range"
msgstr "date ist außerhalb des gültigen Bereichs"
-#: utils/adt/date.c:356
+#: utils/adt/date.c:357
msgid "cannot subtract infinite dates"
msgstr "kann unendliche date-Werte nicht subtrahieren"
-#: utils/adt/date.c:413 utils/adt/date.c:450
+#: utils/adt/date.c:414 utils/adt/date.c:451
msgid "date out of range for timestamp"
msgstr "Datum ist außerhalb des gültigen Bereichs für Typ »timestamp«"
-#: utils/adt/date.c:877 utils/adt/date.c:924 utils/adt/date.c:1480
-#: utils/adt/date.c:1517 utils/adt/date.c:2391 utils/adt/formatting.c:2958
+#: utils/adt/date.c:878 utils/adt/date.c:925 utils/adt/date.c:1481
+#: utils/adt/date.c:1518 utils/adt/date.c:2392 utils/adt/formatting.c:2958
#: utils/adt/formatting.c:2990 utils/adt/formatting.c:3058
#: utils/adt/nabstime.c:480 utils/adt/nabstime.c:523 utils/adt/nabstime.c:553
#: utils/adt/nabstime.c:596 utils/adt/timestamp.c:226
@@ -3061,51 +3163,51 @@ msgstr "Datum ist außerhalb des gültigen Bereichs für Typ »timestamp«"
#: utils/adt/timestamp.c:2551 utils/adt/timestamp.c:2564
#: utils/adt/timestamp.c:2573 utils/adt/timestamp.c:2631
#: utils/adt/timestamp.c:2654 utils/adt/timestamp.c:2667
-#: utils/adt/timestamp.c:2678 utils/adt/timestamp.c:3108
-#: utils/adt/timestamp.c:3238 utils/adt/timestamp.c:3279
-#: utils/adt/timestamp.c:3367 utils/adt/timestamp.c:3414
-#: utils/adt/timestamp.c:3525 utils/adt/timestamp.c:3838
-#: utils/adt/timestamp.c:3975 utils/adt/timestamp.c:3982
-#: utils/adt/timestamp.c:3996 utils/adt/timestamp.c:4006
-#: utils/adt/timestamp.c:4069 utils/adt/timestamp.c:4209
-#: utils/adt/timestamp.c:4219 utils/adt/timestamp.c:4434
-#: utils/adt/timestamp.c:4513 utils/adt/timestamp.c:4520
-#: utils/adt/timestamp.c:4547 utils/adt/timestamp.c:4551
-#: utils/adt/timestamp.c:4608 utils/adt/xml.c:1694 utils/adt/xml.c:1701
+#: utils/adt/timestamp.c:2678 utils/adt/timestamp.c:3114
+#: utils/adt/timestamp.c:3244 utils/adt/timestamp.c:3285
+#: utils/adt/timestamp.c:3373 utils/adt/timestamp.c:3420
+#: utils/adt/timestamp.c:3531 utils/adt/timestamp.c:3844
+#: utils/adt/timestamp.c:3981 utils/adt/timestamp.c:3988
+#: utils/adt/timestamp.c:4002 utils/adt/timestamp.c:4012
+#: utils/adt/timestamp.c:4075 utils/adt/timestamp.c:4215
+#: utils/adt/timestamp.c:4225 utils/adt/timestamp.c:4440
+#: utils/adt/timestamp.c:4519 utils/adt/timestamp.c:4526
+#: utils/adt/timestamp.c:4553 utils/adt/timestamp.c:4557
+#: utils/adt/timestamp.c:4614 utils/adt/xml.c:1694 utils/adt/xml.c:1701
#: utils/adt/xml.c:1721 utils/adt/xml.c:1728
msgid "timestamp out of range"
msgstr "timestamp ist außerhalb des gültigen Bereichs"
-#: utils/adt/date.c:950
+#: utils/adt/date.c:951
msgid "cannot convert reserved abstime value to date"
msgstr "kann reservierten »abstime«-Wert nicht in »date« umwandeln"
-#: utils/adt/date.c:1104 utils/adt/date.c:1111 utils/adt/date.c:1879
-#: utils/adt/date.c:1886
+#: utils/adt/date.c:1105 utils/adt/date.c:1112 utils/adt/date.c:1880
+#: utils/adt/date.c:1887
msgid "time out of range"
msgstr "time ist außerhalb des gültigen Bereichs"
-#: utils/adt/date.c:1757 utils/adt/date.c:1774
+#: utils/adt/date.c:1758 utils/adt/date.c:1775
#, c-format
msgid "\"time\" units \"%s\" not recognized"
msgstr "»time«-Einheit »%s« nicht erkannt"
-#: utils/adt/date.c:1896
+#: utils/adt/date.c:1897
msgid "time zone displacement out of range"
msgstr "Zeitzonenunterschied ist außerhalb des gültigen Bereichs"
-#: utils/adt/date.c:2521 utils/adt/date.c:2538
+#: utils/adt/date.c:2522 utils/adt/date.c:2539
#, c-format
msgid "\"time with time zone\" units \"%s\" not recognized"
msgstr "»time with time zone«-Einheit »%s« nicht erkannt"
-#: utils/adt/date.c:2596 utils/adt/datetime.c:925 utils/adt/datetime.c:1657
-#: utils/adt/timestamp.c:4446 utils/adt/timestamp.c:4619
+#: utils/adt/date.c:2597 utils/adt/datetime.c:925 utils/adt/datetime.c:1657
+#: utils/adt/timestamp.c:4452 utils/adt/timestamp.c:4625
#, c-format
msgid "time zone \"%s\" not recognized"
msgstr "Zeitzone »%s« nicht erkannt"
-#: utils/adt/date.c:2636
+#: utils/adt/date.c:2637
#, c-format
msgid "\"interval\" time zone \"%s\" not valid"
msgstr "»interval«-Zeitzone »%s« nicht gültig"
@@ -3144,7 +3246,7 @@ msgstr "ungültiger »Datum«-Zeiger"
msgid "could not open tablespace directory \"%s\": %m"
msgstr "konnte Tablespace-Verzeichnis »%s« nicht öffnen: %m"
-#: utils/adt/dbsize.c:122 catalog/aclchk.c:3213 catalog/aclchk.c:4226
+#: utils/adt/dbsize.c:122 catalog/aclchk.c:3382 catalog/aclchk.c:4540
#, c-format
msgid "database with OID %u does not exist"
msgstr "Datenbank mit OID %u existiert nicht"
@@ -3154,12 +3256,12 @@ msgstr "Datenbank mit OID %u existiert nicht"
msgid "type %s is not a domain"
msgstr "Typ %s ist keine Domäne"
-#: utils/adt/domains.c:128 executor/execQual.c:3634
+#: utils/adt/domains.c:128 executor/execQual.c:3672
#, c-format
msgid "domain %s does not allow null values"
msgstr "Domäne %s erlaubt keine NULL-Werte"
-#: utils/adt/domains.c:164 executor/execQual.c:3663
+#: utils/adt/domains.c:164 executor/execQual.c:3701
#, c-format
msgid "value for domain %s violates check constraint \"%s\""
msgstr "Wert für Domäne %s verletzt Check-Constraint »%s«"
@@ -3195,19 +3297,19 @@ msgstr "ungültige Endsequenz"
msgid "invalid input syntax for type bytea"
msgstr "ungültige Eingabesyntax für Typ bytea"
-#: utils/adt/enum.c:44 utils/adt/enum.c:55 utils/adt/enum.c:108
-#: utils/adt/enum.c:119
+#: utils/adt/enum.c:44 utils/adt/enum.c:55 utils/adt/enum.c:112
+#: utils/adt/enum.c:123
#, c-format
msgid "invalid input value for enum %s: \"%s\""
msgstr "ungültiger Eingabewert für Enum %s: »%s«"
-#: utils/adt/enum.c:80 utils/adt/enum.c:146
+#: utils/adt/enum.c:84 utils/adt/enum.c:150
#, c-format
msgid "invalid internal value for enum: %u"
msgstr "ungültiger interner Wert für Enum: %u"
-#: utils/adt/enum.c:266 utils/adt/enum.c:307 utils/adt/enum.c:356
-#: utils/adt/enum.c:376
+#: utils/adt/enum.c:270 utils/adt/enum.c:311 utils/adt/enum.c:360
+#: utils/adt/enum.c:380
msgid "could not determine actual enum type"
msgstr "konnte tatsächlichen Enum-Typen nicht bestimmen"
@@ -3509,8 +3611,8 @@ msgid "must be superuser to get directory listings"
msgstr "nur Superuser können Verzeichnislisten lesen"
#: utils/adt/genfile.c:240 utils/adt/misc.c:210 utils/misc/tzparser.c:345
-#: commands/tablespace.c:581 storage/file/fd.c:1544
-#: postmaster/postmaster.c:1114 ../port/copydir.c:65
+#: commands/tablespace.c:584 storage/file/fd.c:1554
+#: postmaster/postmaster.c:1115 ../port/copydir.c:65
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht öffnen: %m"
@@ -3628,8 +3730,8 @@ msgstr "ungültige int2vector-Daten"
msgid "oidvector has too many elements"
msgstr "oidvector-Wert hat zu viele Elemente"
-#: utils/adt/int.c:1322 utils/adt/int8.c:1367 utils/adt/timestamp.c:4706
-#: utils/adt/timestamp.c:4787
+#: utils/adt/int.c:1322 utils/adt/int8.c:1367 utils/adt/timestamp.c:4712
+#: utils/adt/timestamp.c:4793
msgid "step size cannot equal zero"
msgstr "Schrittgröße kann nicht gleich null sein"
@@ -3652,7 +3754,7 @@ msgstr "Wert »%s« ist außerhalb des gültigen Bereichs für Typ bigint"
#: utils/adt/int8.c:951 utils/adt/int8.c:972 utils/adt/int8.c:999
#: utils/adt/int8.c:1026 utils/adt/int8.c:1047 utils/adt/int8.c:1068
#: utils/adt/int8.c:1095 utils/adt/int8.c:1268 utils/adt/int8.c:1307
-#: utils/adt/numeric.c:2115 utils/adt/varbit.c:1456
+#: utils/adt/numeric.c:2115 utils/adt/varbit.c:1466
msgid "bigint out of range"
msgstr "bigint ist außerhalb des gültigen Bereichs"
@@ -3664,11 +3766,11 @@ msgstr "OID ist außerhalb des gültigen Bereichs"
msgid "LIKE pattern must not end with escape character"
msgstr "LIKE-Muster darf nicht mit Escape-Zeichen enden"
-#: utils/adt/like_match.c:289 utils/adt/regexp.c:681
+#: utils/adt/like_match.c:289 utils/adt/regexp.c:667
msgid "invalid escape string"
msgstr "ungültige ESCAPE-Zeichenkette"
-#: utils/adt/like_match.c:290 utils/adt/regexp.c:682
+#: utils/adt/like_match.c:290 utils/adt/regexp.c:668
msgid "Escape string must be empty or one character."
msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein"
@@ -3691,7 +3793,7 @@ msgstr "nur Superuser können Signale an andere Serverprozesse senden"
msgid "PID %d is not a PostgreSQL server process"
msgstr "PID %d ist kein PostgreSQL-Serverprozess"
-#: utils/adt/misc.c:101 storage/lmgr/proc.c:934
+#: utils/adt/misc.c:101 storage/lmgr/proc.c:958
#, c-format
msgid "could not send signal to process %d: %m"
msgstr "konnte Signal nicht an Prozess %d senden: %m"
@@ -4002,22 +4104,22 @@ msgstr "kann keinen Wert eines Hüllentyps annehmen"
msgid "cannot display a value of a shell type"
msgstr "kann keinen Wert eines Hüllentyps anzeigen"
-#: utils/adt/regexp.c:194 tsearch/spell.c:365
+#: utils/adt/regexp.c:190 tsearch/spell.c:365
#, c-format
msgid "invalid regular expression: %s"
msgstr "ungültiger regulärer Ausdruck: %s"
-#: utils/adt/regexp.c:273 utils/adt/varlena.c:2624
+#: utils/adt/regexp.c:269 utils/adt/varlena.c:2624
#, c-format
msgid "regular expression failed: %s"
msgstr "regulärer Ausdruck fehlgeschlagen: %s"
-#: utils/adt/regexp.c:408
+#: utils/adt/regexp.c:404
#, c-format
msgid "invalid regexp option: \"%c\""
msgstr "ungültige Option für regulären Ausdruck: »%c«"
-#: utils/adt/regexp.c:864
+#: utils/adt/regexp.c:844
msgid "regexp_split does not support the global option"
msgstr "regexp_split unterstützt die »Global«-Option nicht"
@@ -4037,17 +4139,17 @@ msgstr "Operator existiert nicht: %s"
msgid "more than one operator named %s"
msgstr "es gibt mehrere Operatoren namens %s"
-#: utils/adt/regproc.c:636 gram.y:5277
+#: utils/adt/regproc.c:636 gram.y:5365
msgid "missing argument"
msgstr "Argument fehlt"
-#: utils/adt/regproc.c:637 gram.y:5278
+#: utils/adt/regproc.c:637 gram.y:5366
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:641 utils/adt/regproc.c:1501 utils/adt/ruleutils.c:5266
-#: utils/adt/ruleutils.c:5309 utils/adt/ruleutils.c:5346
+#: utils/adt/regproc.c:641 utils/adt/regproc.c:1501 utils/adt/ruleutils.c:5408
+#: utils/adt/ruleutils.c:5463 utils/adt/ruleutils.c:5500
msgid "too many arguments"
msgstr "zu viele Argumente"
@@ -4055,15 +4157,15 @@ msgstr "zu viele Argumente"
msgid "Provide two argument types for operator."
msgstr "Geben Sie zwei Argumente für den Operator an."
-#: utils/adt/regproc.c:818 catalog/namespace.c:278 commands/lockcmds.c:118
-#: parser/parse_relation.c:877 parser/parse_relation.c:885
+#: utils/adt/regproc.c:818 catalog/namespace.c:278 commands/lockcmds.c:128
+#: parser/parse_relation.c:849 parser/parse_relation.c:857
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "Relation »%s« existiert nicht"
#: utils/adt/regproc.c:983 commands/functioncmds.c:126
-#: commands/tablecmds.c:216 commands/typecmds.c:648 commands/typecmds.c:2529
-#: parser/parse_func.c:1501 parser/parse_type.c:199
+#: commands/tablecmds.c:216 commands/typecmds.c:654 commands/typecmds.c:2548
+#: parser/parse_func.c:1468 parser/parse_type.c:199
#, c-format
msgid "type \"%s\" does not exist"
msgstr "Typ »%s« existiert nicht"
@@ -4096,12 +4198,12 @@ msgstr "falscher Typname"
#: utils/adt/ri_triggers.c:1728 utils/adt/ri_triggers.c:1899
#: utils/adt/ri_triggers.c:2115 utils/adt/ri_triggers.c:2297
#: utils/adt/ri_triggers.c:2500 utils/adt/ri_triggers.c:2548
-#: utils/adt/ri_triggers.c:2593 utils/adt/ri_triggers.c:2721 gram.y:2535
+#: utils/adt/ri_triggers.c:2593 utils/adt/ri_triggers.c:2721 gram.y:2560
msgid "MATCH PARTIAL not yet implemented"
msgstr "MATCH PARTIAL ist noch nicht implementiert"
#: utils/adt/ri_triggers.c:407 utils/adt/ri_triggers.c:2803
-#: utils/adt/ri_triggers.c:3458 utils/adt/ri_triggers.c:3490
+#: utils/adt/ri_triggers.c:3460 utils/adt/ri_triggers.c:3492
#, c-format
msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
msgstr ""
@@ -4114,12 +4216,12 @@ msgstr ""
"MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, "
"nicht"
-#: utils/adt/ri_triggers.c:3003 commands/constraint.c:56
+#: utils/adt/ri_triggers.c:3003 commands/constraint.c:59
#, c-format
msgid "function \"%s\" was not called by trigger manager"
msgstr "Funktion »%s« wurde nicht von Triggermanager aufgerufen"
-#: utils/adt/ri_triggers.c:3012 commands/constraint.c:63
+#: utils/adt/ri_triggers.c:3012 commands/constraint.c:66
#, c-format
msgid "function \"%s\" must be fired AFTER ROW"
msgstr "Funktion »%s« muss AFTER ROW ausgelöst werden"
@@ -4134,7 +4236,7 @@ msgstr "Funktion »%s« muss von INSERT ausgelöst werden"
msgid "function \"%s\" must be fired for UPDATE"
msgstr "Funktion »%s« muss von UPDATE ausgelöst werden"
-#: utils/adt/ri_triggers.c:3033 commands/constraint.c:77
+#: utils/adt/ri_triggers.c:3033 commands/constraint.c:80
#, c-format
msgid "function \"%s\" must be fired for INSERT or UPDATE"
msgstr "Funktion »%s« muss von INSERT oder UPDATE ausgelöst werden"
@@ -4157,7 +4259,7 @@ 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:3425
+#: utils/adt/ri_triggers.c:3427
#, c-format
msgid ""
"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
@@ -4166,23 +4268,23 @@ msgstr ""
"RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab "
"unerwartetes Ergebnis"
-#: utils/adt/ri_triggers.c:3429
+#: utils/adt/ri_triggers.c:3431
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."
-#: utils/adt/ri_triggers.c:3460
+#: utils/adt/ri_triggers.c:3462
#, c-format
msgid "No rows were found in \"%s\"."
msgstr "In »%s« wurden keine Zeilen gefunden."
-#: utils/adt/ri_triggers.c:3492
+#: utils/adt/ri_triggers.c:3494
#, c-format
msgid "Key (%s)=(%s) is not present in table \"%s\"."
msgstr "Schlüssel (%s)=(%s) ist nicht in Tabelle »%s« vorhanden."
-#: utils/adt/ri_triggers.c:3498
+#: utils/adt/ri_triggers.c:3500
#, c-format
msgid ""
"update or delete on table \"%s\" violates foreign key constraint \"%s\" on "
@@ -4191,87 +4293,87 @@ msgstr ""
"Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-Constraint "
"»%s« von Tabelle »%s«"
-#: utils/adt/ri_triggers.c:3501
+#: utils/adt/ri_triggers.c:3503
#, c-format
msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
msgstr "Auf Schlüssel (%s)=(%s) wird noch aus Tabelle »%s« verwiesen."
-#: utils/adt/rowtypes.c:98 utils/adt/rowtypes.c:467
+#: utils/adt/rowtypes.c:98 utils/adt/rowtypes.c:472
msgid "input of anonymous composite types is not implemented"
msgstr "Eingabe anonymer zusammengesetzter Typen ist nicht implementiert"
-#: utils/adt/rowtypes.c:145 utils/adt/rowtypes.c:173 utils/adt/rowtypes.c:196
-#: utils/adt/rowtypes.c:204 utils/adt/rowtypes.c:256 utils/adt/rowtypes.c:264
+#: utils/adt/rowtypes.c:150 utils/adt/rowtypes.c:178 utils/adt/rowtypes.c:201
+#: utils/adt/rowtypes.c:209 utils/adt/rowtypes.c:261 utils/adt/rowtypes.c:269
#, c-format
msgid "malformed record literal: \"%s\""
msgstr "fehlerhafte Record-Konstante: »%s«"
-#: utils/adt/rowtypes.c:146
+#: utils/adt/rowtypes.c:151
msgid "Missing left parenthesis."
msgstr "Linke Klammer fehlt."
-#: utils/adt/rowtypes.c:174
+#: utils/adt/rowtypes.c:179
msgid "Too few columns."
msgstr "Zu wenige Spalten."
-#: utils/adt/rowtypes.c:198 utils/adt/rowtypes.c:206
+#: utils/adt/rowtypes.c:203 utils/adt/rowtypes.c:211
msgid "Unexpected end of input."
msgstr "Unerwartetes Ende der Eingabe."
-#: utils/adt/rowtypes.c:257
+#: utils/adt/rowtypes.c:262
msgid "Too many columns."
msgstr "Zu viele Spalten."
-#: utils/adt/rowtypes.c:265
+#: utils/adt/rowtypes.c:270
msgid "Junk after right parenthesis."
msgstr "Müll nach rechter Klammer."
-#: utils/adt/rowtypes.c:516
+#: utils/adt/rowtypes.c:521
#, c-format
msgid "wrong number of columns: %d, expected %d"
msgstr "falsche Anzahl der Spalten: %d, erwartet wurden %d"
-#: utils/adt/rowtypes.c:543
+#: utils/adt/rowtypes.c:548
#, c-format
msgid "wrong data type: %u, expected %u"
msgstr "falscher Datentyp: %u, erwartet wurde %u"
-#: utils/adt/rowtypes.c:604
+#: utils/adt/rowtypes.c:609
#, c-format
msgid "improper binary format in record column %d"
msgstr "falsches Binärformat in Record-Spalte %d"
-#: utils/adt/rowtypes.c:890 utils/adt/rowtypes.c:1116
+#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1121
#, 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"
-#: utils/adt/rowtypes.c:968 utils/adt/rowtypes.c:1179
+#: utils/adt/rowtypes.c:973 utils/adt/rowtypes.c:1184
msgid "cannot compare record types with different numbers of columns"
msgstr ""
"kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
-#: utils/adt/ruleutils.c:1508 commands/functioncmds.c:1009
+#: utils/adt/ruleutils.c:1645 commands/functioncmds.c:1009
#: commands/functioncmds.c:1115 commands/functioncmds.c:1181
#: commands/functioncmds.c:1336
#, c-format
msgid "\"%s\" is an aggregate function"
msgstr "»%s« ist eine Aggregatfunktion"
-#: utils/adt/ruleutils.c:2118
+#: utils/adt/ruleutils.c:2255
#, c-format
msgid "rule \"%s\" has unsupported event type %d"
msgstr "Regel »%s« hat nicht unterstützten Ereignistyp %d"
-#: utils/adt/selfuncs.c:4488 utils/adt/selfuncs.c:4929
+#: utils/adt/selfuncs.c:4488 utils/adt/selfuncs.c:4917
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"
-#: utils/adt/selfuncs.c:4594 utils/adt/selfuncs.c:5089
+#: utils/adt/selfuncs.c:4593 utils/adt/selfuncs.c:5077
msgid "regular-expression matching not supported on type bytea"
msgstr ""
"Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt"
@@ -4312,8 +4414,8 @@ msgstr "timestamp ist außerhalb des gültigen Bereichs"
msgid "timestamp(%d) precision must be between %d and %d"
msgstr "Präzision von timestamp(%d) muss zwischen %d und %d sein"
-#: utils/adt/timestamp.c:658 utils/adt/timestamp.c:3103
-#: utils/adt/timestamp.c:3233 utils/adt/timestamp.c:3618
+#: utils/adt/timestamp.c:658 utils/adt/timestamp.c:3109
+#: utils/adt/timestamp.c:3239 utils/adt/timestamp.c:3624
msgid "interval out of range"
msgstr "interval-Wert ist außerhalb des gültigen Bereichs"
@@ -4340,44 +4442,44 @@ msgstr "Präzision von interval(%d) muss zwischen %d und %d sein"
msgid "cannot subtract infinite timestamps"
msgstr "kann unendliche timestamp-Werte nicht subtrahieren"
-#: utils/adt/timestamp.c:3359 utils/adt/timestamp.c:3955
-#: utils/adt/timestamp.c:4014
+#: utils/adt/timestamp.c:3365 utils/adt/timestamp.c:3961
+#: utils/adt/timestamp.c:4020
#, c-format
msgid "timestamp units \"%s\" not supported"
msgstr "»timestamp«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3373 utils/adt/timestamp.c:4024
+#: utils/adt/timestamp.c:3379 utils/adt/timestamp.c:4030
#, c-format
msgid "timestamp units \"%s\" not recognized"
msgstr "»timestamp«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:3514 utils/adt/timestamp.c:4186
-#: utils/adt/timestamp.c:4227
+#: utils/adt/timestamp.c:3520 utils/adt/timestamp.c:4192
+#: utils/adt/timestamp.c:4233
#, c-format
msgid "timestamp with time zone units \"%s\" not supported"
msgstr "»timestamp with time zone«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3531 utils/adt/timestamp.c:4236
+#: utils/adt/timestamp.c:3537 utils/adt/timestamp.c:4242
#, c-format
msgid "timestamp with time zone units \"%s\" not recognized"
msgstr "»timestamp with time zone«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:3611 utils/adt/timestamp.c:4342
+#: utils/adt/timestamp.c:3617 utils/adt/timestamp.c:4348
#, c-format
msgid "interval units \"%s\" not supported"
msgstr "»interval«-Einheit »%s« nicht unterstützt"
-#: utils/adt/timestamp.c:3627 utils/adt/timestamp.c:4369
+#: utils/adt/timestamp.c:3633 utils/adt/timestamp.c:4375
#, c-format
msgid "interval units \"%s\" not recognized"
msgstr "»interval«-Einheit »%s« nicht erkannt"
-#: utils/adt/timestamp.c:4439 utils/adt/timestamp.c:4612
+#: utils/adt/timestamp.c:4445 utils/adt/timestamp.c:4618
#, c-format
msgid "could not convert to time zone \"%s\""
msgstr "konnte nicht in Zeitzone »%s« umwandeln"
-#: utils/adt/timestamp.c:4471 utils/adt/timestamp.c:4645
+#: utils/adt/timestamp.c:4477 utils/adt/timestamp.c:4651
#, c-format
msgid "interval time zone \"%s\" must not specify month"
msgstr "Intervall-Zeitzone »%s« darf keinen Monat angeben"
@@ -4511,8 +4613,8 @@ msgstr "Konfigurationsspalte »%s« darf nicht NULL sein"
msgid "text search configuration name \"%s\" must be schema-qualified"
msgstr "Textsuchekonfigurationsname »%s« muss Schemaqualifikation haben"
-#: utils/adt/tsvector_op.c:1347 commands/copy.c:3441 commands/indexcmds.c:841
-#: commands/tablecmds.c:1996 parser/parse_expr.c:475
+#: utils/adt/tsvector_op.c:1347 commands/copy.c:3446 commands/indexcmds.c:900
+#: commands/tablecmds.c:2006 parser/parse_expr.c:756
#, c-format
msgid "column \"%s\" does not exist"
msgstr "Spalte »%s« existiert nicht"
@@ -4649,7 +4751,7 @@ msgstr ""
msgid "You need to rebuild PostgreSQL using --with-libxml."
msgstr "Sie müssen PostgreSQL mit --with-libxml neu bauen."
-#: utils/adt/xml.c:158 utils/mb/mbutils.c:477
+#: utils/adt/xml.c:158 utils/mb/mbutils.c:478
#, c-format
msgid "invalid encoding name \"%s\""
msgstr "ungültiger Kodierungsname »%s«"
@@ -4691,12 +4793,12 @@ msgstr ""
"libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u."
#: utils/adt/xml.c:1346 utils/adt/xml.c:1347 utils/adt/xml.c:1353
-#: utils/adt/xml.c:1424 utils/misc/guc.c:4821 utils/misc/guc.c:5089
-#: utils/fmgr/dfmgr.c:381 tcop/postgres.c:3948 catalog/dependency.c:910
-#: catalog/dependency.c:911 catalog/dependency.c:917 catalog/dependency.c:918
-#: catalog/dependency.c:929 catalog/dependency.c:930 commands/tablecmds.c:620
-#: commands/trigger.c:589 commands/trigger.c:605 commands/trigger.c:617
-#: commands/user.c:865 commands/user.c:866 storage/lmgr/deadlock.c:942
+#: utils/adt/xml.c:1424 utils/misc/guc.c:4885 utils/misc/guc.c:5153
+#: utils/fmgr/dfmgr.c:381 tcop/postgres.c:4040 catalog/dependency.c:912
+#: catalog/dependency.c:913 catalog/dependency.c:919 catalog/dependency.c:920
+#: catalog/dependency.c:931 catalog/dependency.c:932 commands/tablecmds.c:630
+#: commands/trigger.c:791 commands/trigger.c:807 commands/trigger.c:819
+#: commands/user.c:912 commands/user.c:913 storage/lmgr/deadlock.c:942
#: storage/lmgr/deadlock.c:943 nodes/print.c:85
#, c-format
msgid "%s"
@@ -4790,46 +4892,46 @@ msgstr "unerwartete Kodierungs-ID %d für ISO-8859-Zeichensatz"
msgid "invalid encoding number: %d"
msgstr "ungültige Kodierungsnummer: %d"
-#: utils/mb/encnames.c:564
+#: utils/mb/encnames.c:485
msgid "encoding name too long"
msgstr "Kodierungsname zu lang"
-#: utils/mb/mbutils.c:240 commands/variable.c:665
+#: utils/mb/mbutils.c:241 commands/variable.c:665
#, c-format
msgid "conversion between %s and %s is not supported"
msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt"
-#: utils/mb/mbutils.c:310
+#: utils/mb/mbutils.c:311
#, c-format
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:336 utils/mb/mbutils.c:608
+#: utils/mb/mbutils.c:337 utils/mb/mbutils.c:609
#, c-format
msgid "String of %d bytes is too long for encoding conversion."
msgstr "Zeichenkette mit %d Bytes ist zu lang für Kodierungsumwandlung."
-#: utils/mb/mbutils.c:423
+#: utils/mb/mbutils.c:424
#, c-format
msgid "invalid source encoding name \"%s\""
msgstr "ungültiger Quellkodierungsname »%s«"
-#: utils/mb/mbutils.c:428
+#: utils/mb/mbutils.c:429
#, c-format
msgid "invalid destination encoding name \"%s\""
msgstr "ungültiger Zielkodierungsname »%s«"
-#: utils/mb/mbutils.c:540
+#: utils/mb/mbutils.c:541
#, c-format
msgid "invalid byte value for encoding \"%s\": 0x%02x"
msgstr "ungültiger Byte-Wert für Kodierung »%s«: 0x%02x"
-#: utils/mb/mbutils.c:735
+#: utils/mb/mbutils.c:736
msgid "invalid multibyte character for locale"
msgstr "ungültiges Mehrbytezeichen für Locale"
-#: utils/mb/mbutils.c:736
+#: utils/mb/mbutils.c:737
msgid ""
"The server's LC_CTYPE locale is probably incompatible with the database "
"encoding."
@@ -4880,215 +4982,216 @@ msgstr "konnte Unique Index »%s« nicht erstellen"
msgid "Key %s is duplicated."
msgstr ""
-#: utils/hash/dynahash.c:925 storage/lmgr/lock.c:583 storage/lmgr/lock.c:649
-#: storage/lmgr/lock.c:2051 storage/lmgr/lock.c:2339 storage/lmgr/lock.c:2404
-#: storage/lmgr/proc.c:186 storage/lmgr/proc.c:204 storage/ipc/shmem.c:190
+#: utils/hash/dynahash.c:925 storage/lmgr/lock.c:614 storage/lmgr/lock.c:683
+#: storage/lmgr/lock.c:2127 storage/lmgr/lock.c:2506 storage/lmgr/lock.c:2571
+#: storage/lmgr/proc.c:186 storage/lmgr/proc.c:204
+#: storage/ipc/procarray.c:2324 storage/ipc/shmem.c:190
#: storage/ipc/shmem.c:359
msgid "out of shared memory"
msgstr "Shared Memory aufgebraucht"
-#: utils/misc/guc.c:477
+#: utils/misc/guc.c:475
msgid "Ungrouped"
msgstr "Ungruppiert"
-#: utils/misc/guc.c:479
+#: utils/misc/guc.c:477
msgid "File Locations"
msgstr "Dateipfade"
-#: utils/misc/guc.c:481
+#: utils/misc/guc.c:479
msgid "Connections and Authentication"
msgstr "Verbindungen und Authentifizierung"
-#: utils/misc/guc.c:483
+#: utils/misc/guc.c:481
msgid "Connections and Authentication / Connection Settings"
msgstr "Verbindungen und Authentifizierung / Verbindungseinstellungen"
-#: utils/misc/guc.c:485
+#: utils/misc/guc.c:483
msgid "Connections and Authentication / Security and Authentication"
msgstr "Verbindungen und Authentifizierung / Sicherheit und Authentifizierung"
-#: utils/misc/guc.c:487
+#: utils/misc/guc.c:485
msgid "Resource Usage"
msgstr "Resourcenbenutzung"
-#: utils/misc/guc.c:489
+#: utils/misc/guc.c:487
msgid "Resource Usage / Memory"
msgstr "Resourcenbenutzung / Speicher"
-#: utils/misc/guc.c:491
+#: utils/misc/guc.c:489
msgid "Resource Usage / Kernel Resources"
msgstr "Resourcenbenutzung / Kernelresourcen"
-#: utils/misc/guc.c:493
+#: utils/misc/guc.c:491
msgid "Write-Ahead Log"
msgstr "Write-Ahead Log"
-#: utils/misc/guc.c:495
+#: utils/misc/guc.c:493
msgid "Write-Ahead Log / Settings"
msgstr "Write-Ahead Log / Einstellungen"
-#: utils/misc/guc.c:497
+#: utils/misc/guc.c:495
msgid "Write-Ahead Log / Checkpoints"
msgstr "Write-Ahead Log / Checkpoints"
-#: utils/misc/guc.c:499
+#: utils/misc/guc.c:497
msgid "Query Tuning"
msgstr "Anfragetuning"
-#: utils/misc/guc.c:501
+#: utils/misc/guc.c:499
msgid "Query Tuning / Planner Method Configuration"
msgstr "Anfragetuning / Planermethoden"
-#: utils/misc/guc.c:503
+#: utils/misc/guc.c:501
msgid "Query Tuning / Planner Cost Constants"
msgstr "Anfragetuning / Planerkosten"
-#: utils/misc/guc.c:505
+#: utils/misc/guc.c:503
msgid "Query Tuning / Genetic Query Optimizer"
msgstr "Anfragetuning / Genetischer Anfrageoptimierer"
-#: utils/misc/guc.c:507
+#: utils/misc/guc.c:505
msgid "Query Tuning / Other Planner Options"
msgstr "Anfragetuning / Andere Planeroptionen"
-#: utils/misc/guc.c:509
+#: utils/misc/guc.c:507
msgid "Reporting and Logging"
msgstr "Berichte und Logging"
-#: utils/misc/guc.c:511
+#: utils/misc/guc.c:509
msgid "Reporting and Logging / Where to Log"
msgstr "Berichte und Logging / Wohin geloggt wird"
-#: utils/misc/guc.c:513
+#: utils/misc/guc.c:511
msgid "Reporting and Logging / When to Log"
msgstr "Berichte und Logging / Wann geloggt wird"
-#: utils/misc/guc.c:515
+#: utils/misc/guc.c:513
msgid "Reporting and Logging / What to Log"
msgstr "Berichte und Logging / Was geloggt wird"
-#: utils/misc/guc.c:517
+#: utils/misc/guc.c:515
msgid "Statistics"
msgstr "Statistiken"
-#: utils/misc/guc.c:519
+#: utils/misc/guc.c:517
msgid "Statistics / Monitoring"
msgstr "Statistiken / Überwachung"
-#: utils/misc/guc.c:521
+#: utils/misc/guc.c:519
msgid "Statistics / Query and Index Statistics Collector"
msgstr "Statistiken / Statistiksammler für Anfragen und Indexe"
-#: utils/misc/guc.c:523
+#: utils/misc/guc.c:521
msgid "Autovacuum"
msgstr "Autovacuum"
-#: utils/misc/guc.c:525
+#: utils/misc/guc.c:523
msgid "Client Connection Defaults"
msgstr "Standardeinstellungen für Clientverbindungen"
-#: utils/misc/guc.c:527
+#: utils/misc/guc.c:525
msgid "Client Connection Defaults / Statement Behavior"
msgstr "Standardeinstellungen für Clientverbindungen / Anweisungsverhalten"
-#: utils/misc/guc.c:529
+#: utils/misc/guc.c:527
msgid "Client Connection Defaults / Locale and Formatting"
msgstr "Standardeinstellungen für Clientverbindungen / Locale und Formatierung"
-#: utils/misc/guc.c:531
+#: utils/misc/guc.c:529
msgid "Client Connection Defaults / Other Defaults"
msgstr "Standardeinstellungen für Clientverbindungen / Andere"
-#: utils/misc/guc.c:533
+#: utils/misc/guc.c:531
msgid "Lock Management"
msgstr "Sperrenverwaltung"
-#: utils/misc/guc.c:535
+#: utils/misc/guc.c:533
msgid "Version and Platform Compatibility"
msgstr "Versions- und Plattformkompatibilität"
-#: utils/misc/guc.c:537
+#: utils/misc/guc.c:535
msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
msgstr "Versions- und Plattformkompatibilität / Frühere PostgreSQL-Versionen"
-#: utils/misc/guc.c:539
+#: utils/misc/guc.c:537
msgid "Version and Platform Compatibility / Other Platforms and Clients"
msgstr "Versions- und Plattformkompatibilität / Andere Plattformen und Clients"
-#: utils/misc/guc.c:541
+#: utils/misc/guc.c:539
msgid "Preset Options"
msgstr "Voreingestellte Optionen"
-#: utils/misc/guc.c:543
+#: utils/misc/guc.c:541
msgid "Customized Options"
msgstr "Angepasste Optionen"
-#: utils/misc/guc.c:545
+#: utils/misc/guc.c:543
msgid "Developer Options"
msgstr "Entwickleroptionen"
-#: utils/misc/guc.c:599
+#: utils/misc/guc.c:597
msgid "Enables the planner's use of sequential-scan plans."
msgstr "Ermöglicht sequenzielle Scans in Planer."
-#: utils/misc/guc.c:607
+#: utils/misc/guc.c:605
msgid "Enables the planner's use of index-scan plans."
msgstr "Ermöglicht Index-Scans im Planer."
-#: utils/misc/guc.c:615
+#: utils/misc/guc.c:613
msgid "Enables the planner's use of bitmap-scan plans."
msgstr "Ermöglicht Bitmap-Scans im Planer."
-#: utils/misc/guc.c:623
+#: utils/misc/guc.c:621
msgid "Enables the planner's use of TID scan plans."
msgstr "Ermöglicht TID-Scans im Planer."
-#: utils/misc/guc.c:631
+#: utils/misc/guc.c:629
msgid "Enables the planner's use of explicit sort steps."
msgstr "Ermöglicht Sortierschritte im Planer."
-#: utils/misc/guc.c:639
+#: utils/misc/guc.c:637
msgid "Enables the planner's use of hashed aggregation plans."
msgstr "Ermöglicht Hash-Aggregierung im Planer."
-#: utils/misc/guc.c:647
+#: utils/misc/guc.c:645
msgid "Enables the planner's use of nested-loop join plans."
msgstr "Ermöglicht Nested-Loop-Verbunde im Planer."
-#: utils/misc/guc.c:655
+#: utils/misc/guc.c:653
msgid "Enables the planner's use of merge join plans."
msgstr "Ermöglicht Merge-Verbunde im Planer."
-#: utils/misc/guc.c:663
+#: utils/misc/guc.c:661
msgid "Enables the planner's use of hash join plans."
msgstr "Ermöglicht Hash-Verbunde im Planer."
-#: utils/misc/guc.c:671
+#: utils/misc/guc.c:669
msgid "Enables genetic query optimization."
msgstr "Ermöglicht genetische Anfrageoptimierung."
-#: utils/misc/guc.c:672
+#: utils/misc/guc.c:670
msgid "This algorithm attempts to do planning without exhaustive searching."
msgstr ""
"Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen."
-#: utils/misc/guc.c:681
+#: utils/misc/guc.c:679
msgid "Shows whether the current user is a superuser."
msgstr "Zeigt, ob der aktuelle Benutzer ein Superuser ist."
-#: utils/misc/guc.c:690
+#: utils/misc/guc.c:688
msgid "Enables advertising the server via Bonjour."
msgstr ""
-#: utils/misc/guc.c:698
+#: utils/misc/guc.c:696
msgid "Enables SSL connections."
msgstr "Ermöglicht SSL-Verbindungen."
-#: utils/misc/guc.c:706
+#: utils/misc/guc.c:704
msgid "Forces synchronization of updates to disk."
msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte."
-#: utils/misc/guc.c:707
+#: utils/misc/guc.c:705
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 "
@@ -5101,15 +5204,15 @@ msgstr ""
"Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand "
"wiederhergestellt werden kann."
-#: utils/misc/guc.c:717
+#: utils/misc/guc.c:715
msgid "Sets immediate fsync at commit."
msgstr "Setzt sofortiges Fsync beim Committen."
-#: utils/misc/guc.c:725
+#: utils/misc/guc.c:723
msgid "Continues processing past damaged page headers."
msgstr "Setzt die Verarbeitung trotz kaputter Seitenköpfe fort."
-#: utils/misc/guc.c:726
+#: utils/misc/guc.c:724
msgid ""
"Detection of a damaged page header normally causes PostgreSQL to report an "
"error, aborting the current transaction. Setting zero_damaged_pages to true "
@@ -5123,13 +5226,13 @@ msgstr ""
"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:738
+#: utils/misc/guc.c:736
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."
-#: utils/misc/guc.c:739
+#: utils/misc/guc.c:737
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 "
@@ -5142,11 +5245,11 @@ msgstr ""
"Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden "
"sind, damit eine volle Wiederherstellung möglich ist."
-#: utils/misc/guc.c:750
+#: utils/misc/guc.c:748
msgid "Runs the server silently."
msgstr "Startet den Server ohne Ausgabe."
-#: utils/misc/guc.c:751
+#: utils/misc/guc.c:749
msgid ""
"If this parameter is set, the server will automatically run in the "
"background and any controlling terminals are dissociated."
@@ -5154,73 +5257,73 @@ msgstr ""
"Wenn dieser Parameter gesetzt ist, dann wird der Server automatisch im "
"Hintergrund gestartet und alle kontrollierenden Terminals werden abgetrennt."
-#: utils/misc/guc.c:759
+#: utils/misc/guc.c:757
msgid "Logs each checkpoint."
msgstr "Schreibt jeden Checkpoint in den Log."
-#: utils/misc/guc.c:767
+#: utils/misc/guc.c:765
msgid "Logs each successful connection."
msgstr "Schreibt jede erfolgreiche Verbindung in den Log."
-#: utils/misc/guc.c:775
+#: utils/misc/guc.c:773
msgid "Logs end of a session, including duration."
msgstr "Schreibt jedes Verbindungsende mit Sitzungszeit in den Log."
-#: utils/misc/guc.c:783
+#: utils/misc/guc.c:781
msgid "Turns on various assertion checks."
msgstr "Schaltet diverse Assertion-Prüfungen ein."
-#: utils/misc/guc.c:784
+#: utils/misc/guc.c:782
msgid "This is a debugging aid."
msgstr "Das ist eine Debug-Hilfe."
-#: utils/misc/guc.c:798 utils/misc/guc.c:880 utils/misc/guc.c:939
-#: utils/misc/guc.c:948 utils/misc/guc.c:957 utils/misc/guc.c:966
-#: utils/misc/guc.c:1532 utils/misc/guc.c:1541
+#: utils/misc/guc.c:796 utils/misc/guc.c:878 utils/misc/guc.c:937
+#: utils/misc/guc.c:946 utils/misc/guc.c:955 utils/misc/guc.c:964
+#: utils/misc/guc.c:1557 utils/misc/guc.c:1566
msgid "No description available."
msgstr "Keine Beschreibung verfügbar."
-#: utils/misc/guc.c:807
+#: utils/misc/guc.c:805
msgid "Logs the duration of each completed SQL statement."
msgstr "Loggt die Dauer jeder abgeschlossenen SQL-Anweisung."
-#: utils/misc/guc.c:815
+#: utils/misc/guc.c:813
msgid "Logs each query's parse tree."
msgstr "Scheibt den Parsebaum jeder Anfrage in den Log."
-#: utils/misc/guc.c:823
+#: utils/misc/guc.c:821
msgid "Logs each query's rewritten parse tree."
msgstr "Schreibt den umgeschriebenen Parsebaum jeder Anfrage in den Log."
-#: utils/misc/guc.c:831
+#: utils/misc/guc.c:829
msgid "Logs each query's execution plan."
msgstr "Schreibt der Ausführungsplan jeder Anfrage in den Log."
-#: utils/misc/guc.c:839
+#: utils/misc/guc.c:837
msgid "Indents parse and plan tree displays."
msgstr "Rückt die Anzeige von Parse- und Planbäumen ein."
-#: utils/misc/guc.c:847
+#: utils/misc/guc.c:845
msgid "Writes parser performance statistics to the server log."
msgstr "Schreibt Parser-Leistungsstatistiken in den Serverlog."
-#: utils/misc/guc.c:855
+#: utils/misc/guc.c:853
msgid "Writes planner performance statistics to the server log."
msgstr "Schreibt Planer-Leistungsstatistiken in den Serverlog."
-#: utils/misc/guc.c:863
+#: utils/misc/guc.c:861
msgid "Writes executor performance statistics to the server log."
msgstr "Schreibt Executor-Leistungsstatistiken in den Serverlog."
-#: utils/misc/guc.c:871
+#: utils/misc/guc.c:869
msgid "Writes cumulative performance statistics to the server log."
msgstr "Schreibt Gesamtleistungsstatistiken in den Serverlog."
-#: utils/misc/guc.c:891
+#: utils/misc/guc.c:889
msgid "Collects information about executing commands."
msgstr "Sammelt Informationen über ausgeführte Befehle."
-#: utils/misc/guc.c:892
+#: utils/misc/guc.c:890
msgid ""
"Enables the collection of information on the currently executing command of "
"each session, along with the time at which that command began execution."
@@ -5229,16 +5332,16 @@ msgstr ""
"jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung "
"begann."
-#: utils/misc/guc.c:901
+#: utils/misc/guc.c:899
msgid "Collects statistics on database activity."
msgstr "Sammelt Statistiken über Datenbankaktivität."
-#: utils/misc/guc.c:910
+#: utils/misc/guc.c:908
msgid "Updates the process title to show the active SQL command."
msgstr ""
"Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen."
-#: utils/misc/guc.c:911
+#: utils/misc/guc.c:909
msgid ""
"Enables updating of the process title every time a new SQL command is "
"received by the server."
@@ -5246,23 +5349,23 @@ msgstr ""
"Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server "
"empfangenen neuen SQL-Befehl."
-#: utils/misc/guc.c:919
+#: utils/misc/guc.c:917
msgid "Starts the autovacuum subprocess."
msgstr "Startet den Autovacuum-Prozess."
-#: utils/misc/guc.c:928
+#: utils/misc/guc.c:926
msgid "Generates debugging output for LISTEN and NOTIFY."
msgstr "Erzeugt Debug-Ausgabe für LISTEN und NOTIFY."
-#: utils/misc/guc.c:977
+#: utils/misc/guc.c:975
msgid "Logs long lock waits."
msgstr "Schreibt Meldungen über langes Warten auf Sperren in den Log."
-#: utils/misc/guc.c:986
+#: utils/misc/guc.c:984
msgid "Logs the host name in the connection logs."
msgstr "Schreibt den Hostnamen jeder Verbindung in den Log."
-#: utils/misc/guc.c:987
+#: utils/misc/guc.c:985
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 "
@@ -5274,15 +5377,15 @@ msgstr ""
"diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann "
"das die Leistung nicht unerheblich beeinträchtigen."
-#: utils/misc/guc.c:997
+#: utils/misc/guc.c:995
msgid "Causes subtables to be included by default in various commands."
msgstr "Schließt abgeleitete Tabellen in diverse Befehle automatisch ein."
-#: utils/misc/guc.c:1005
+#: utils/misc/guc.c:1003
msgid "Encrypt passwords."
msgstr "Verschlüsselt Passwörter."
-#: utils/misc/guc.c:1006
+#: utils/misc/guc.c:1004
msgid ""
"When a password is specified in CREATE USER or ALTER USER without writing "
"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the "
@@ -5292,11 +5395,11 @@ msgstr ""
"UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort "
"verschlüsselt wird."
-#: utils/misc/guc.c:1015
+#: utils/misc/guc.c:1013
msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
msgstr "Behandelt »ausdruck=NULL« als »ausdruck IS NULL«."
-#: utils/misc/guc.c:1016
+#: utils/misc/guc.c:1014
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 "
@@ -5309,15 +5412,15 @@ msgstr ""
"korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für "
"unbekannt) zurückzugeben."
-#: utils/misc/guc.c:1027
+#: utils/misc/guc.c:1025
msgid "Enables per-database user names."
msgstr "Ermöglicht Datenbank-lokale Benutzernamen."
-#: utils/misc/guc.c:1036
+#: utils/misc/guc.c:1034
msgid "This parameter doesn't do anything."
msgstr "Dieser Parameter macht nichts."
-#: utils/misc/guc.c:1037
+#: utils/misc/guc.c:1035
msgid ""
"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-"
"vintage clients."
@@ -5325,28 +5428,24 @@ 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:1045
+#: utils/misc/guc.c:1043
msgid "Sets the default read-only status of new transactions."
msgstr ""
"Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion."
-#: utils/misc/guc.c:1053
+#: utils/misc/guc.c:1051
msgid "Sets the current transaction's read-only status."
msgstr "Setzt die Read-Only-Einstellung der aktuellen Transaktion."
-#: utils/misc/guc.c:1062
-msgid "Automatically adds missing table references to FROM clauses."
-msgstr "Fügt automatisch fehlende Tabellenverweise in die FROM-Klausel ein."
-
-#: utils/misc/guc.c:1070
+#: utils/misc/guc.c:1060
msgid "Check function bodies during CREATE FUNCTION."
msgstr "Prüft Funktionskörper bei der Ausführung von CREATE FUNCTION."
-#: utils/misc/guc.c:1078
+#: utils/misc/guc.c:1068
msgid "Enable input of NULL elements in arrays."
msgstr "Ermöglicht die Eingabe von NULL-Elementen in Arrays."
-#: utils/misc/guc.c:1079
+#: utils/misc/guc.c:1069
msgid ""
"When turned on, unquoted NULL in an array input value means a null value; "
"otherwise it is taken literally."
@@ -5354,42 +5453,42 @@ 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:1088
+#: utils/misc/guc.c:1078
msgid "Create new tables with OIDs by default."
msgstr "Erzeugt neue Tabellen standardmäßig mit OIDs."
-#: utils/misc/guc.c:1096
+#: utils/misc/guc.c:1086
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:1104
+#: utils/misc/guc.c:1094
msgid "Truncate existing log files of same name during log rotation."
msgstr "Kürzt existierende Logdateien mit dem selben Namen beim Rotieren."
-#: utils/misc/guc.c:1114
+#: utils/misc/guc.c:1104
msgid "Emit information about resource usage in sorting."
msgstr "Gibt Informationen über die Ressourcenverwendung beim Sortieren aus."
-#: utils/misc/guc.c:1127
+#: utils/misc/guc.c:1117
msgid "Generate debugging output for synchronized scanning."
msgstr "Erzeugt Debug-Ausgabe für synchronisiertes Scannen."
-#: utils/misc/guc.c:1141
+#: utils/misc/guc.c:1131
msgid "Enable bounded sorting using heap sort."
msgstr "Ermöglicht Bounded Sorting mittels Heap-Sort."
-#: utils/misc/guc.c:1153
+#: utils/misc/guc.c:1143
msgid "Emit WAL-related debugging output."
msgstr "Gibt diverse Debug-Meldungen über WAL aus."
-#: utils/misc/guc.c:1164
+#: utils/misc/guc.c:1154
msgid "Datetimes are integer based."
msgstr "Datum/Zeit verwendet intern ganze Zahlen."
-#: utils/misc/guc.c:1178
+#: utils/misc/guc.c:1168
msgid ""
"Sets whether Kerberos and GSSAPI user names should be treated as case-"
"insensitive."
@@ -5397,33 +5496,40 @@ msgstr ""
"Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen "
"ignoriert werden soll."
-#: utils/misc/guc.c:1187
+#: utils/misc/guc.c:1177
msgid "Warn about backslash escapes in ordinary string literals."
msgstr "Warnt bei Backslash-Escapes in normalen Zeichenkettenkonstanten."
-#: utils/misc/guc.c:1196
+#: utils/misc/guc.c:1186
msgid "Causes '...' strings to treat backslashes literally."
msgstr ""
"Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen "
"behandeln."
-#: utils/misc/guc.c:1206
+#: utils/misc/guc.c:1196
msgid "Enable synchronized sequential scans."
msgstr "Ermöglicht synchronisierte sequenzielle Scans."
-#: utils/misc/guc.c:1215
+#: utils/misc/guc.c:1205
msgid "Allows archiving of WAL files using archive_command."
msgstr "Erlaubt die Archivierung von WAL-Dateien mittels archive_command."
-#: utils/misc/guc.c:1224
+#: utils/misc/guc.c:1214
+msgid ""
+"During recovery, allows connections and queries. During normal running, "
+"causes additional info to be written to WAL to enable hot standby mode on "
+"WAL standby nodes."
+msgstr ""
+
+#: utils/misc/guc.c:1225
msgid "Allows modifications of the structure of system tables."
msgstr "Erlaubt Änderungen an der Struktur von Systemtabellen."
-#: utils/misc/guc.c:1234
+#: utils/misc/guc.c:1235
msgid "Disables reading from system indexes."
msgstr "Schaltet das Lesen aus Systemindexen ab."
-#: utils/misc/guc.c:1235
+#: utils/misc/guc.c:1236
msgid ""
"It does not prevent updating the indexes, so it is safe to use. The worst "
"consequence is slowness."
@@ -5431,7 +5537,17 @@ msgstr ""
"Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung "
"unbedenklich. Schlimmstenfalls wird alles langsamer."
-#: utils/misc/guc.c:1254
+#: utils/misc/guc.c:1246
+msgid "Enables backward compatibility in privilege checks on large objects"
+msgstr ""
+
+#: utils/misc/guc.c:1247
+msgid ""
+"When turned on, privilege checks on large objects perform with backward "
+"compatibility as 8.4.x or earlier releases."
+msgstr ""
+
+#: utils/misc/guc.c:1265
msgid ""
"Forces a switch to the next xlog file if a new file has not been started "
"within N seconds."
@@ -5439,20 +5555,20 @@ msgstr ""
"Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N "
"Sekunden keine neue Datei begonnen worden ist."
-#: utils/misc/guc.c:1264
+#: utils/misc/guc.c:1275
msgid "Waits N seconds on connection startup after authentication."
msgstr ""
"Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung."
-#: utils/misc/guc.c:1265 utils/misc/guc.c:1603
+#: utils/misc/guc.c:1276 utils/misc/guc.c:1640
msgid "This allows attaching a debugger to the process."
msgstr "Das ermöglicht es, einen Debugger in den Prozess einzuhängen."
-#: utils/misc/guc.c:1273
+#: utils/misc/guc.c:1284
msgid "Sets the default statistics target."
msgstr "Setzt das voreingestellte Statistikziel."
-#: utils/misc/guc.c:1274
+#: utils/misc/guc.c:1285
msgid ""
"This applies to table columns that have not had a column-specific target set "
"via ALTER TABLE SET STATISTICS."
@@ -5460,12 +5576,12 @@ 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:1282
+#: utils/misc/guc.c:1293
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."
-#: utils/misc/guc.c:1284
+#: utils/misc/guc.c:1295
msgid ""
"The planner will merge subqueries into upper queries if the resulting FROM "
"list would have no more than this many items."
@@ -5473,13 +5589,13 @@ 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:1293
+#: utils/misc/guc.c:1304
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."
-#: utils/misc/guc.c:1295
+#: utils/misc/guc.c:1306
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."
@@ -5487,60 +5603,65 @@ 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:1304
+#: utils/misc/guc.c:1315
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."
-#: utils/misc/guc.c:1312
+#: utils/misc/guc.c:1323
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."
-#: utils/misc/guc.c:1320
+#: utils/misc/guc.c:1331
msgid "GEQO: number of individuals in the population."
msgstr "GEQO: Anzahl der Individien in der Bevölkerung."
-#: utils/misc/guc.c:1321 utils/misc/guc.c:1329
+#: utils/misc/guc.c:1332 utils/misc/guc.c:1340
msgid "Zero selects a suitable default value."
msgstr "Null wählt einen passenden Vorgabewert."
-#: utils/misc/guc.c:1328
+#: utils/misc/guc.c:1339
msgid "GEQO: number of iterations of the algorithm."
msgstr "GEQO: Anzahl der Iterationen im Algorithmus."
-#: utils/misc/guc.c:1338
+#: utils/misc/guc.c:1349
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:1356
+#: utils/misc/guc.c:1369
msgid "Sets the maximum number of concurrent connections."
msgstr "Setzt die maximale Anzahl gleichzeitiger Verbindungen."
-#: utils/misc/guc.c:1365
+#: utils/misc/guc.c:1378
+msgid ""
+"Sets the maximum delay to avoid conflict processing on Hot Standby servers."
+msgstr ""
+
+#: utils/misc/guc.c:1387
msgid "Sets the number of connection slots reserved for superusers."
msgstr "Setzt die Anzahl der für Superuser reservierten Verbindungen."
-#: utils/misc/guc.c:1374
+#: utils/misc/guc.c:1396
msgid "Sets the number of shared memory buffers used by the server."
msgstr "Setzt die Anzahl der vom Server verwendeten Shared-Memory-Puffer."
-#: utils/misc/guc.c:1384
+#: utils/misc/guc.c:1406
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."
-#: utils/misc/guc.c:1394
+#: utils/misc/guc.c:1416
msgid "Sets the TCP port the server listens on."
msgstr "Setzt den TCP-Port, auf dem der Server auf Verbindungen wartet."
-#: utils/misc/guc.c:1403
+#: utils/misc/guc.c:1425
msgid "Sets the access permissions of the Unix-domain socket."
msgstr "Setzt die Zugriffsrechte für die Unix-Domain-Socket."
-#: utils/misc/guc.c:1404
+#: utils/misc/guc.c:1426
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 "
@@ -5553,11 +5674,11 @@ msgstr ""
"gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) "
"anfangen.)"
-#: utils/misc/guc.c:1416
+#: utils/misc/guc.c:1438
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:1417
+#: utils/misc/guc.c:1439
msgid ""
"This much memory can be used by each internal sort operation and hash table "
"before switching to temporary disk files."
@@ -5565,81 +5686,85 @@ 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:1428
+#: utils/misc/guc.c:1450
msgid "Sets the maximum memory to be used for maintenance operations."
msgstr "Setzt die maximale Speichergröße für Wartungsoperationen."
-#: utils/misc/guc.c:1429
+#: utils/misc/guc.c:1451
msgid "This includes operations such as VACUUM and CREATE INDEX."
msgstr "Das schließt Operationen wie VACUUM und CREATE INDEX ein."
-#: utils/misc/guc.c:1438
+#: utils/misc/guc.c:1460
msgid "Sets the maximum stack depth, in kilobytes."
msgstr "Setzt die maximale Stackgröße, in Kilobytes."
-#: utils/misc/guc.c:1448
+#: utils/misc/guc.c:1470
msgid "Vacuum cost for a page found in the buffer cache."
msgstr "Vacuum-Kosten für eine im Puffer-Cache gefundene Seite."
-#: utils/misc/guc.c:1457
+#: utils/misc/guc.c:1479
msgid "Vacuum cost for a page not found in the buffer cache."
msgstr "Vacuum-Kosten für eine nicht im Puffer-Cache gefundene Seite."
-#: utils/misc/guc.c:1466
+#: utils/misc/guc.c:1488
msgid "Vacuum cost for a page dirtied by vacuum."
msgstr "Vacuum-Kosten für eine durch Vacuum schmutzig gemachte Seite."
-#: utils/misc/guc.c:1475
+#: utils/misc/guc.c:1497
msgid "Vacuum cost amount available before napping."
msgstr "Verfügbare Vacuum-Kosten vor Nickerchen."
-#: utils/misc/guc.c:1484
+#: utils/misc/guc.c:1506
msgid "Vacuum cost delay in milliseconds."
msgstr "Vacuum-Kosten-Verzögerung in Millisekunden."
-#: utils/misc/guc.c:1494
+#: utils/misc/guc.c:1516
msgid "Vacuum cost delay in milliseconds, for autovacuum."
msgstr "Vacuum-Kosten-Verzögerung in Millisekunden, für Autovacuum."
-#: utils/misc/guc.c:1504
+#: utils/misc/guc.c:1526
msgid "Vacuum cost amount available before napping, for autovacuum."
msgstr "Verfügbare Vacuum-Kosten vor Nickerchen, für Autovacuum."
-#: utils/misc/guc.c:1513
+#: utils/misc/guc.c:1535
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:1522
+#: utils/misc/guc.c:1547
msgid "Sets the maximum number of simultaneously prepared transactions."
msgstr ""
"Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen."
-#: utils/misc/guc.c:1552
+#: utils/misc/guc.c:1577
msgid "Sets the maximum allowed duration of any statement."
msgstr "Setzt die maximal erlaubte Dauer jeder Anweisung."
-#: utils/misc/guc.c:1553
+#: utils/misc/guc.c:1578
msgid "A value of 0 turns off the timeout."
msgstr "Der Wert 0 schaltet die Zeitprüfung aus."
-#: utils/misc/guc.c:1562
+#: utils/misc/guc.c:1587
msgid "Minimum age at which VACUUM should freeze a table row."
msgstr "Mindestalter, bei dem VACUUM eine Tabellenzeile einfrieren soll."
-#: utils/misc/guc.c:1571
+#: utils/misc/guc.c:1596
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."
-#: utils/misc/guc.c:1580
+#: utils/misc/guc.c:1605
+msgid "Age by which VACUUM and HOT cleanup should be deferred, if any."
+msgstr ""
+
+#: utils/misc/guc.c:1617
msgid "Sets the maximum number of locks per transaction."
msgstr "Setzt die maximale Anzahl Sperren pro Transaktion."
-#: utils/misc/guc.c:1581
+#: utils/misc/guc.c:1618
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 "
@@ -5649,33 +5774,33 @@ msgstr ""
"max_locks_per_transaction * max_connections verschiedene Objekte "
"gleichzeitig gesperrt werden müssen."
-#: utils/misc/guc.c:1591
+#: utils/misc/guc.c:1628
msgid "Sets the maximum allowed time to complete client authentication."
msgstr "Setzt die maximale Zeit um die Client-Authentifizierung zu beenden."
-#: utils/misc/guc.c:1602
+#: utils/misc/guc.c:1639
msgid "Waits N seconds on connection startup before authentication."
msgstr ""
"Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung."
-#: utils/misc/guc.c:1612
+#: utils/misc/guc.c:1649
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:1621
+#: utils/misc/guc.c:1658
msgid "Sets the maximum time between automatic WAL checkpoints."
msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints."
-#: utils/misc/guc.c:1631
+#: utils/misc/guc.c:1668
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:1633
+#: utils/misc/guc.c:1670
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 "
@@ -5685,15 +5810,15 @@ msgstr ""
"Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden "
"passieren. Null schaltet die Warnung ab."
-#: utils/misc/guc.c:1644
+#: utils/misc/guc.c:1681
msgid "Sets the number of disk-page buffers in shared memory for WAL."
msgstr "Setzt die Anzahl Diskseitenpuffer für WAL im Shared Memory."
-#: utils/misc/guc.c:1654
+#: utils/misc/guc.c:1691
msgid "WAL writer sleep time between WAL flushes."
msgstr "Schlafzeit zwischen WAL-Flush-Operationen des WAL-Writers."
-#: utils/misc/guc.c:1664
+#: utils/misc/guc.c:1701
msgid ""
"Sets the delay in microseconds between transaction commit and flushing WAL "
"to disk."
@@ -5701,18 +5826,18 @@ msgstr ""
"Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und "
"dem Schreiben von WAL auf die Festplatte."
-#: utils/misc/guc.c:1674
+#: utils/misc/guc.c:1711
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:1684
+#: utils/misc/guc.c:1721
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:1685
+#: utils/misc/guc.c:1722
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 "
@@ -5722,16 +5847,16 @@ msgstr ""
"Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. "
"DBL_DIG) hinzuaddiert."
-#: utils/misc/guc.c:1695
+#: utils/misc/guc.c:1732
msgid "Sets the minimum execution time above which statements will be logged."
msgstr ""
"Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden."
-#: utils/misc/guc.c:1697
+#: utils/misc/guc.c:1734
msgid "Zero prints all queries. -1 turns this feature off."
msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus."
-#: utils/misc/guc.c:1706
+#: utils/misc/guc.c:1743
msgid ""
"Sets the minimum execution time above which autovacuum actions will be "
"logged."
@@ -5739,23 +5864,23 @@ msgstr ""
"Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt "
"werden."
-#: utils/misc/guc.c:1708
+#: utils/misc/guc.c:1745
msgid "Zero prints all actions. -1 turns autovacuum logging off."
msgstr ""
"Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über "
"Autovacuum aus."
-#: utils/misc/guc.c:1717
+#: utils/misc/guc.c:1754
msgid "Background writer sleep time between rounds."
msgstr "Schlafzeit zwischen Durchläufen des Background-Writers."
-#: utils/misc/guc.c:1727
+#: utils/misc/guc.c:1764
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."
-#: utils/misc/guc.c:1742
+#: utils/misc/guc.c:1779
msgid ""
"Number of simultaneous requests that can be handled efficiently by the disk "
"subsystem."
@@ -5763,94 +5888,94 @@ msgstr ""
"Anzahl simultaner Anfragen, die das Festplattensubsystem effizient "
"bearbeiten kann."
-#: utils/misc/guc.c:1743
+#: utils/misc/guc.c:1780
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:1756
+#: utils/misc/guc.c:1793
msgid "Automatic log file rotation will occur after N minutes."
msgstr "Automatische Rotation der Logdateien geschieht nach N Minuten."
-#: utils/misc/guc.c:1766
+#: utils/misc/guc.c:1803
msgid "Automatic log file rotation will occur after N kilobytes."
msgstr "Automatische Rotation der Logdateien geschieht nach N Kilobytes."
-#: utils/misc/guc.c:1776
+#: utils/misc/guc.c:1813
msgid "Shows the maximum number of function arguments."
msgstr "Setzt die maximale Anzahl von Funktionsargumenten."
-#: utils/misc/guc.c:1786
+#: utils/misc/guc.c:1823
msgid "Shows the maximum number of index keys."
msgstr "Zeigt die maximale Anzahl von Indexschlüsseln."
-#: utils/misc/guc.c:1796
+#: utils/misc/guc.c:1833
msgid "Shows the maximum identifier length."
msgstr "Zeigt die maximale Länge von Bezeichnern."
-#: utils/misc/guc.c:1806
+#: utils/misc/guc.c:1843
msgid "Shows the size of a disk block."
msgstr "Zeigt die Größe eines Diskblocks."
-#: utils/misc/guc.c:1816
+#: utils/misc/guc.c:1853
msgid "Shows the number of pages per disk file."
msgstr "Zeigt die Anzahl Seiten pro Diskdatei."
-#: utils/misc/guc.c:1826
+#: utils/misc/guc.c:1863
msgid "Shows the block size in the write ahead log."
msgstr "Zeigt die Blockgröße im Write-Ahead-Log."
-#: utils/misc/guc.c:1836
+#: utils/misc/guc.c:1873
msgid "Shows the number of pages per write ahead log segment."
msgstr "Zeit die Anzahl Seiten pro Write-Ahead-Log-Segment."
-#: utils/misc/guc.c:1849
+#: utils/misc/guc.c:1886
msgid "Time to sleep between autovacuum runs."
msgstr "Wartezeit zwischen Autovacuum-Durchläufen."
-#: utils/misc/guc.c:1858
+#: utils/misc/guc.c:1895
msgid "Minimum number of tuple updates or deletes prior to vacuum."
msgstr "Mindestanzahl an geänderten oder gelöschten Tupeln vor einem Vacuum."
-#: utils/misc/guc.c:1866
+#: utils/misc/guc.c:1903
msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
msgstr ""
"Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem "
"Analyze."
-#: utils/misc/guc.c:1875
+#: utils/misc/guc.c:1912
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:1885
+#: utils/misc/guc.c:1922
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:1894
+#: utils/misc/guc.c:1931
msgid "Time between issuing TCP keepalives."
msgstr "Zeit zwischen TCP-Keepalive-Sendungen."
-#: utils/misc/guc.c:1895 utils/misc/guc.c:1905
+#: utils/misc/guc.c:1932 utils/misc/guc.c:1942
msgid "A value of 0 uses the system default."
msgstr "Der Wert 0 verwendet die Systemvoreinstellung."
-#: utils/misc/guc.c:1904
+#: utils/misc/guc.c:1941
msgid "Time between TCP keepalive retransmits."
msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen."
-#: utils/misc/guc.c:1914
+#: utils/misc/guc.c:1951
msgid "Maximum number of TCP keepalive retransmits."
msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen."
-#: utils/misc/guc.c:1915
+#: utils/misc/guc.c:1952
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 "
@@ -5860,16 +5985,16 @@ msgstr ""
"Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot "
"betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung."
-#: utils/misc/guc.c:1925
+#: utils/misc/guc.c:1962
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."
-#: utils/misc/guc.c:1935
+#: utils/misc/guc.c:1972
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:1936
+#: utils/misc/guc.c:1973
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 "
@@ -5880,35 +6005,35 @@ msgstr ""
"PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche "
"normalerweise 8 kB groß sind."
-#: utils/misc/guc.c:1948
+#: utils/misc/guc.c:1985
msgid "Shows the server version as an integer."
msgstr "Zeigt die Serverversion als Zahl."
-#: utils/misc/guc.c:1958
+#: utils/misc/guc.c:1995
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."
-#: utils/misc/guc.c:1959
+#: utils/misc/guc.c:1996
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)."
-#: utils/misc/guc.c:1968
+#: utils/misc/guc.c:2005
msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
msgstr ""
"Setzt die für pg_stat_activity.current_query reservierte Größe, in Bytes."
-#: utils/misc/guc.c:1986
+#: utils/misc/guc.c:2023
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:1995
+#: utils/misc/guc.c:2032
msgid ""
"Sets the planner's estimate of the cost of a nonsequentially fetched disk "
"page."
@@ -5916,12 +6041,12 @@ msgstr ""
"Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle "
"Diskseite zu lesen."
-#: utils/misc/guc.c:2004
+#: utils/misc/guc.c:2041
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."
-#: utils/misc/guc.c:2013
+#: utils/misc/guc.c:2050
msgid ""
"Sets the planner's estimate of the cost of processing each index entry "
"during an index scan."
@@ -5929,7 +6054,7 @@ msgstr ""
"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines "
"Indexeintrags während eines Index-Scans."
-#: utils/misc/guc.c:2022
+#: utils/misc/guc.c:2059
msgid ""
"Sets the planner's estimate of the cost of processing each operator or "
"function call."
@@ -5937,7 +6062,7 @@ msgstr ""
"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines "
"Operators oder Funktionsaufrufs."
-#: utils/misc/guc.c:2032
+#: utils/misc/guc.c:2069
msgid ""
"Sets the planner's estimate of the fraction of a cursor's rows that will be "
"retrieved."
@@ -5945,25 +6070,25 @@ msgstr ""
"Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen "
"werden werden."
-#: utils/misc/guc.c:2042
+#: utils/misc/guc.c:2079
msgid "GEQO: selective pressure within the population."
msgstr "GEQO: selektiver Auswahldruck in der Bevölkerung."
-#: utils/misc/guc.c:2051
+#: utils/misc/guc.c:2088
#, fuzzy
msgid "GEQO: seed for random path selection."
msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung."
-#: utils/misc/guc.c:2060
+#: utils/misc/guc.c:2097
msgid "Multiple of the average buffer usage to free per round."
msgstr ""
"Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde."
-#: utils/misc/guc.c:2069
+#: utils/misc/guc.c:2106
msgid "Sets the seed for random-number generation."
msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung."
-#: utils/misc/guc.c:2079
+#: utils/misc/guc.c:2116
msgid ""
"Number of tuple updates or deletes prior to vacuum as a fraction of "
"reltuples."
@@ -5971,7 +6096,7 @@ msgstr ""
"Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu "
"reltuples."
-#: utils/misc/guc.c:2087
+#: utils/misc/guc.c:2124
msgid ""
"Number of tuple inserts, updates or deletes prior to analyze as a fraction "
"of reltuples."
@@ -5979,7 +6104,7 @@ msgstr ""
"Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, "
"relativ zu reltuples."
-#: utils/misc/guc.c:2096
+#: utils/misc/guc.c:2133
msgid ""
"Time spent flushing dirty buffers during checkpoint, as fraction of "
"checkpoint interval."
@@ -5987,54 +6112,54 @@ msgstr ""
"Zeit, die damit verbracht wird, modifizierte Puffer während eines "
"Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls."
-#: utils/misc/guc.c:2114
+#: utils/misc/guc.c:2151
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."
-#: utils/misc/guc.c:2123
+#: utils/misc/guc.c:2160
msgid "Sets the client's character set encoding."
msgstr "Setzt die Zeichensatzkodierung des Clients."
-#: utils/misc/guc.c:2133
+#: utils/misc/guc.c:2170
msgid "Controls information prefixed to each log line."
msgstr "Bestimmt die Informationen, die vor jede Logzeile geschrieben werden."
-#: utils/misc/guc.c:2134
+#: utils/misc/guc.c:2171
msgid "If blank, no prefix is used."
msgstr "Wenn leer, dann wird kein Präfix verwendet."
-#: utils/misc/guc.c:2142
+#: utils/misc/guc.c:2179
msgid "Sets the time zone to use in log messages."
msgstr "Setzt die in Logmeldungen verwendete Zeitzone."
-#: utils/misc/guc.c:2151
+#: utils/misc/guc.c:2188
msgid "Sets the display format for date and time values."
msgstr "Setzt das Ausgabeformat für Datums- und Zeitwerte."
-#: utils/misc/guc.c:2152
+#: utils/misc/guc.c:2189
msgid "Also controls interpretation of ambiguous date inputs."
msgstr "Kontrolliert auch die Interpretation von zweideutigen Datumseingaben."
-#: utils/misc/guc.c:2162
+#: utils/misc/guc.c:2199
msgid "Sets the default tablespace to create tables and indexes in."
msgstr "Setzt den Standard-Tablespace für Tabellen und Indexe."
-#: utils/misc/guc.c:2163
+#: utils/misc/guc.c:2200
msgid "An empty string selects the database's default tablespace."
msgstr "Eine leere Zeichenkette wählt den Standard-Tablespace der Datenbank."
-#: utils/misc/guc.c:2172
+#: utils/misc/guc.c:2209
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."
-#: utils/misc/guc.c:2182
+#: utils/misc/guc.c:2219
msgid "Sets the path for dynamically loadable modules."
msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken."
-#: utils/misc/guc.c:2183
+#: utils/misc/guc.c:2220
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 "
@@ -6045,79 +6170,79 @@ msgstr ""
"Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen "
"Datei."
-#: utils/misc/guc.c:2195
+#: utils/misc/guc.c:2232
msgid "Sets the location of the Kerberos server key file."
msgstr "Setzt den Ort der Kerberos-Server-Schlüsseldatei."
-#: utils/misc/guc.c:2205
+#: utils/misc/guc.c:2242
msgid "Sets the name of the Kerberos service."
msgstr "Setzt den Namen des Kerberos-Service."
-#: utils/misc/guc.c:2214
+#: utils/misc/guc.c:2251
#, fuzzy
msgid "Sets the Bonjour service name."
msgstr "Setzt den Servicenamen für den Bonjour-Broadcast-Dienst."
-#: utils/misc/guc.c:2225
+#: utils/misc/guc.c:2262
msgid "Shows the collation order locale."
msgstr "Zeigt die Locale für die Sortierreihenfolge."
-#: utils/misc/guc.c:2235
+#: utils/misc/guc.c:2272
msgid "Shows the character classification and case conversion locale."
msgstr "Zeigt die Locale für Zeichenklassifizierung und Groß-/Kleinschreibung."
-#: utils/misc/guc.c:2245
+#: utils/misc/guc.c:2282
msgid "Sets the language in which messages are displayed."
msgstr "Setzt die Sprache, in der Mitteilungen ausgegeben werden."
-#: utils/misc/guc.c:2254
+#: utils/misc/guc.c:2291
msgid "Sets the locale for formatting monetary amounts."
msgstr "Setzt die Locale für die Formatierung von Geldbeträgen."
-#: utils/misc/guc.c:2263
+#: utils/misc/guc.c:2300
msgid "Sets the locale for formatting numbers."
msgstr "Setzt die Locale für die Formatierung von Zahlen."
-#: utils/misc/guc.c:2272
+#: utils/misc/guc.c:2309
msgid "Sets the locale for formatting date and time values."
msgstr "Setzt die Locale für die Formatierung von Datums- und Zeitwerten."
-#: utils/misc/guc.c:2281
+#: utils/misc/guc.c:2318
msgid "Lists shared libraries to preload into server."
msgstr ""
"Listet dynamische Bibliotheken, die vorab in den Server geladen werden."
-#: utils/misc/guc.c:2291
+#: utils/misc/guc.c:2328
msgid "Lists shared libraries to preload into each backend."
msgstr ""
"Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen "
"werden."
-#: utils/misc/guc.c:2301
+#: utils/misc/guc.c:2338
msgid "Sets the schema search order for names that are not schema-qualified."
msgstr "Setzt die Schemasuchreihenfolge für Namen ohne Schemaqualifikation."
-#: utils/misc/guc.c:2312
+#: utils/misc/guc.c:2349
msgid "Sets the server (database) character set encoding."
msgstr "Setzt die Zeichensatzkodierung des Servers (der Datenbank)."
-#: utils/misc/guc.c:2323
+#: utils/misc/guc.c:2360
msgid "Shows the server version."
msgstr "Zeigt die Serverversion."
-#: utils/misc/guc.c:2334
+#: utils/misc/guc.c:2371
msgid "Sets the current role."
msgstr "Setzt die aktuelle Rolle."
-#: utils/misc/guc.c:2345
+#: utils/misc/guc.c:2382
msgid "Sets the session user name."
msgstr "Setzt den Sitzungsbenutzernamen."
-#: utils/misc/guc.c:2355
+#: utils/misc/guc.c:2392
msgid "Sets the destination for server log output."
msgstr "Setzt das Ziel für die Serverlogausgabe."
-#: utils/misc/guc.c:2356
+#: utils/misc/guc.c:2393
msgid ""
"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and "
"\"eventlog\", depending on the platform."
@@ -6125,112 +6250,117 @@ msgstr ""
"Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und "
"»eventlog«, je nach Plattform."
-#: utils/misc/guc.c:2366
+#: utils/misc/guc.c:2403
msgid "Sets the destination directory for log files."
msgstr "Bestimmt das Zielverzeichnis für Logdateien."
-#: utils/misc/guc.c:2367
+#: utils/misc/guc.c:2404
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."
-#: utils/misc/guc.c:2376
+#: utils/misc/guc.c:2413
msgid "Sets the file name pattern for log files."
msgstr "Bestimmt das Dateinamenmuster für Logdateien."
-#: utils/misc/guc.c:2387
+#: utils/misc/guc.c:2424
msgid "Sets the program name used to identify PostgreSQL messages in syslog."
msgstr ""
"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog "
"identifiziert werden."
-#: utils/misc/guc.c:2398
+#: utils/misc/guc.c:2435
msgid "Sets the time zone for displaying and interpreting time stamps."
msgstr ""
"Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden."
-#: utils/misc/guc.c:2407
+#: utils/misc/guc.c:2444
msgid "Selects a file of time zone abbreviations."
msgstr "Wählt eine Datei mit Zeitzonenabkürzungen."
-#: utils/misc/guc.c:2416
+#: utils/misc/guc.c:2453
msgid "Sets the current transaction's isolation level."
msgstr "Zeigt den Isolationsgrad der aktuellen Transaktion."
-#: utils/misc/guc.c:2426
+#: utils/misc/guc.c:2463
msgid "Sets the owning group of the Unix-domain socket."
msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket."
-#: utils/misc/guc.c:2427
+#: utils/misc/guc.c:2464
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:2436
+#: utils/misc/guc.c:2473
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."
-#: utils/misc/guc.c:2446
+#: utils/misc/guc.c:2483
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."
-#: utils/misc/guc.c:2456
+#: utils/misc/guc.c:2493
msgid "Sets the list of known custom variable classes."
msgstr "Bestimmt die Liste der bekannten benutzerdefinierten Variablenklassen."
-#: utils/misc/guc.c:2466
+#: utils/misc/guc.c:2503
msgid "Sets the server's data directory."
msgstr "Setzt das Datenverzeichnis des Servers."
-#: utils/misc/guc.c:2476
+#: utils/misc/guc.c:2513
msgid "Sets the server's main configuration file."
msgstr "Setzt die Hauptkonfigurationsdatei des Servers."
-#: utils/misc/guc.c:2486
+#: utils/misc/guc.c:2523
msgid "Sets the server's \"hba\" configuration file."
msgstr "Setzt die »hba«-Konfigurationsdatei des Servers."
-#: utils/misc/guc.c:2496
+#: utils/misc/guc.c:2533
msgid "Sets the server's \"ident\" configuration file."
msgstr "Setzt die »ident«-Konfigurationsdatei des Servers."
-#: utils/misc/guc.c:2506
+#: utils/misc/guc.c:2543
msgid "Writes the postmaster PID to the specified file."
msgstr "Schreibt die Postmaster-PID in die angegebene Datei."
-#: utils/misc/guc.c:2516
+#: utils/misc/guc.c:2553
msgid "Writes temporary statistics files to the specified directory."
msgstr "Schreibt temporäre Statistikdateien in das angegebene Verzeichnis."
-#: utils/misc/guc.c:2526
+#: utils/misc/guc.c:2563
msgid "Sets default text search configuration."
msgstr "Setzt die vorgegebene Textsuchekonfiguration."
-#: utils/misc/guc.c:2536
+#: utils/misc/guc.c:2573
msgid "Sets the list of allowed SSL ciphers."
msgstr "Setzt die Liste der erlaubten SSL-Verschlüsselungsalgorithmen."
-#: utils/misc/guc.c:2547
+#: utils/misc/guc.c:2584
msgid "Sets the language used in DO statement if LANGUAGE is not specified."
msgstr ""
-#: utils/misc/guc.c:2565
+#: utils/misc/guc.c:2593
+msgid "Sets the application name to be reported in statistics and logs."
+msgstr ""
+
+#: utils/misc/guc.c:2612
msgid "Sets whether \"\\'\" is allowed in string literals."
msgstr "Bestimmt, ob »\\'« in Zeichenkettenkonstanten erlaubt ist."
-#: utils/misc/guc.c:2574
+#: utils/misc/guc.c:2621
#, fuzzy
msgid "Sets the output format for bytea."
msgstr "Setzt das Ausgabeformat für Intervallwerte."
-#: utils/misc/guc.c:2583
+#: utils/misc/guc.c:2630
msgid "Sets the message levels that are sent to the client."
msgstr "Setzt die Meldungstypen, die an den Client gesendet werden."
-#: utils/misc/guc.c:2584 utils/misc/guc.c:2633 utils/misc/guc.c:2643
+#: utils/misc/guc.c:2631 utils/misc/guc.c:2680 utils/misc/guc.c:2690
+#: utils/misc/guc.c:2730
msgid ""
"Each level includes all the levels that follow it. The later the level, the "
"fewer messages are sent."
@@ -6238,13 +6368,13 @@ 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:2593
+#: utils/misc/guc.c:2640
msgid "Enables the planner to use constraints to optimize queries."
msgstr ""
"Ermöglicht dem Planer die Verwendung von Constraints um Anfragen zu "
"optimieren."
-#: utils/misc/guc.c:2594
+#: utils/misc/guc.c:2641
msgid ""
"Table scans will be skipped if their constraints guarantee that no rows "
"match the query."
@@ -6252,61 +6382,62 @@ msgstr ""
"Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass "
"keine Zeile mit der Abfrage übereinstimmt."
-#: utils/misc/guc.c:2604
+#: utils/misc/guc.c:2651
msgid "Sets the transaction isolation level of each new transaction."
msgstr "Setzt den Transaktionsisolationsgrad neuer Transaktionen."
-#: utils/misc/guc.c:2613
+#: utils/misc/guc.c:2660
msgid "Sets the display format for interval values."
msgstr "Setzt das Ausgabeformat für Intervallwerte."
-#: utils/misc/guc.c:2623
+#: utils/misc/guc.c:2670
msgid "Sets the verbosity of logged messages."
msgstr "Setzt den Detailgrad von geloggten Meldungen."
-#: utils/misc/guc.c:2632
+#: utils/misc/guc.c:2679
msgid "Sets the message levels that are logged."
msgstr "Setzt die Meldungstypen, die geloggt werden."
-#: utils/misc/guc.c:2642
+#: utils/misc/guc.c:2689
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:2652
+#: utils/misc/guc.c:2699
msgid "Sets the type of statements logged."
msgstr "Setzt die Anweisungsarten, die geloggt werden."
-#: utils/misc/guc.c:2662
+#: utils/misc/guc.c:2709
msgid "Sets the syslog \"facility\" to be used when syslog enabled."
msgstr ""
"Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist."
-#: utils/misc/guc.c:2672
-msgid "Sets the regular expression \"flavor\"."
-msgstr "Setzt den Stil der regulären Ausdrücke."
-
-#: utils/misc/guc.c:2681
+#: utils/misc/guc.c:2719
msgid "Sets the session's behavior for triggers and rewrite rules."
msgstr "Setzt das Sitzungsverhalten für Trigger und Regeln."
-#: utils/misc/guc.c:2691
+#: utils/misc/guc.c:2729
+#, fuzzy
+msgid "Sets the message levels that are logged during recovery."
+msgstr "Setzt die Meldungstypen, die geloggt werden."
+
+#: utils/misc/guc.c:2739
msgid "Collects function-level statistics on database activity."
msgstr "Sammelt Statistiken auf Funktionsebene über Datenbankaktivität."
-#: utils/misc/guc.c:2700
+#: utils/misc/guc.c:2748
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."
-#: utils/misc/guc.c:2710
+#: utils/misc/guc.c:2758
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:2719
+#: utils/misc/guc.c:2767
msgid ""
"Sets whether XML data in implicit parsing and serialization operations is to "
"be considered as documents or content fragments."
@@ -6314,7 +6445,7 @@ msgstr ""
"Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als "
"Dokument oder Fragment betrachtet werden sollen."
-#: utils/misc/guc.c:3489
+#: utils/misc/guc.c:3537
#, c-format
msgid ""
"%s does not know where to find the server configuration file.\n"
@@ -6325,12 +6456,12 @@ msgstr ""
"Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n"
"die Umgebungsvariable PGDATA setzen.\n"
-#: utils/misc/guc.c:3508
+#: utils/misc/guc.c:3556
#, c-format
msgid "%s cannot access the server configuration file \"%s\": %s\n"
msgstr "%s kann nicht auf die Serverkonfigurationsdatei »%s« zugreifen: %s\n"
-#: utils/misc/guc.c:3528
+#: utils/misc/guc.c:3576
#, c-format
msgid ""
"%s does not know where to find the database system data.\n"
@@ -6341,7 +6472,7 @@ msgstr ""
"zu finden sind. Sie können dies mit »data_directory« in »%s«, mit der\n"
"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n"
-#: utils/misc/guc.c:3559
+#: utils/misc/guc.c:3607
#, c-format
msgid ""
"%s does not know where to find the \"hba\" configuration file.\n"
@@ -6352,7 +6483,7 @@ msgstr ""
"Sie können dies mit »hba_file« in »%s«, mit der\n"
"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n"
-#: utils/misc/guc.c:3582
+#: utils/misc/guc.c:3630
#, c-format
msgid ""
"%s does not know where to find the \"ident\" configuration file.\n"
@@ -6363,152 +6494,157 @@ msgstr ""
"Sie können dies mit »ident_file« in »%s«, mit der\n"
"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n"
-#: utils/misc/guc.c:4180 utils/misc/guc.c:4348
+#: utils/misc/guc.c:4228 utils/misc/guc.c:4396
msgid "Value exceeds integer range."
msgstr "Wert überschreitet Bereich für ganze Zahlen."
-#: utils/misc/guc.c:4203
+#: utils/misc/guc.c:4251
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:4262
+#: utils/misc/guc.c:4310
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:4571 utils/misc/guc.c:5219 utils/misc/guc.c:5269
-#: utils/misc/guc.c:5374 utils/misc/guc.c:5955 utils/misc/guc.c:6114
+#: utils/misc/guc.c:4619 utils/misc/guc.c:5283 utils/misc/guc.c:5333
+#: utils/misc/guc.c:5438 utils/misc/guc.c:6019 utils/misc/guc.c:6178
#: guc-file.l:217
#, c-format
msgid "unrecognized configuration parameter \"%s\""
msgstr "unbekannter Konfigurationsparameter »%s«"
-#: utils/misc/guc.c:4598
+#: utils/misc/guc.c:4646
#, c-format
msgid "parameter \"%s\" cannot be changed"
msgstr "Parameter »%s« kann nicht geändert werden"
-#: utils/misc/guc.c:4615 utils/misc/guc.c:4623 guc-file.l:264
+#: utils/misc/guc.c:4663 utils/misc/guc.c:4671 guc-file.l:264
#, fuzzy, c-format
msgid "parameter \"%s\" cannot be changed without restarting the server"
msgstr "Parameter »%s« kann jetzt nicht geändert werden"
-#: utils/misc/guc.c:4633
+#: utils/misc/guc.c:4681
#, c-format
msgid "parameter \"%s\" cannot be changed now"
msgstr "Parameter »%s« kann jetzt nicht geändert werden"
-#: utils/misc/guc.c:4664
+#: utils/misc/guc.c:4712
#, c-format
msgid "parameter \"%s\" cannot be set after connection start"
msgstr "Parameter »%s« kann nach Start der Verbindung nicht geändert werden"
-#: utils/misc/guc.c:4674
+#: utils/misc/guc.c:4722
#, c-format
msgid "permission denied to set parameter \"%s\""
msgstr "keine Berechtigung um Parameter »%s« zu setzen"
-#: utils/misc/guc.c:4705
+#: utils/misc/guc.c:4760
#, fuzzy, c-format
msgid "cannot set parameter \"%s\" within security-definer function"
msgstr "Rolle kann nicht in einer Security-Definer-Funktion gesetzt werden"
-#: utils/misc/guc.c:4753
+#: utils/misc/guc.c:4768 utils/init/miscinit.c:436
+#, c-format
+msgid "cannot set parameter \"%s\" within security-restricted operation"
+msgstr "kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen"
+
+#: utils/misc/guc.c:4817
#, c-format
msgid "parameter \"%s\" requires a Boolean value"
msgstr "Parameter »%s« erfordert einen Boole'schen Wert"
-#: utils/misc/guc.c:4775 utils/misc/guc.c:4850
+#: utils/misc/guc.c:4839 utils/misc/guc.c:4914
#, c-format
msgid "invalid value for parameter \"%s\": %d"
msgstr "ungültiger Wert für Parameter »%s«: %d"
-#: utils/misc/guc.c:4819 utils/misc/guc.c:5021 utils/misc/guc.c:5087
-#: utils/misc/guc.c:5113 guc-file.l:178
+#: utils/misc/guc.c:4883 utils/misc/guc.c:5085 utils/misc/guc.c:5151
+#: utils/misc/guc.c:5177 guc-file.l:178
#, c-format
msgid "invalid value for parameter \"%s\": \"%s\""
msgstr "ungültiger Wert für Parameter »%s«: »%s«"
-#: utils/misc/guc.c:4828
+#: utils/misc/guc.c:4892
#, c-format
msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
msgstr "%d ist außerhalb des gültigen Bereichs für Parameter »%s« (%d ... %d)"
-#: utils/misc/guc.c:4892
+#: utils/misc/guc.c:4956
#, c-format
msgid "parameter \"%s\" requires a numeric value"
msgstr "Parameter »%s« erfordert einen numerischen Wert"
-#: utils/misc/guc.c:4900
+#: utils/misc/guc.c:4964
#, c-format
msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
msgstr "%g ist außerhalb des gültigen Bereichs für Parameter »%s« (%g ... %g)"
-#: utils/misc/guc.c:4922
+#: utils/misc/guc.c:4986
#, c-format
msgid "invalid value for parameter \"%s\": %g"
msgstr "ungültiger Wert für Parameter »%s«: %g"
-#: utils/misc/guc.c:5225 utils/misc/guc.c:5273 utils/misc/guc.c:6118
+#: utils/misc/guc.c:5289 utils/misc/guc.c:5337 utils/misc/guc.c:6182
#, c-format
msgid "must be superuser to examine \"%s\""
msgstr "nur Superuser können »%s« ansehen"
-#: utils/misc/guc.c:5383
+#: utils/misc/guc.c:5447
#, c-format
msgid "SET %s takes only one argument"
msgstr "SET %s darf nur ein Argument haben"
-#: utils/misc/guc.c:5610
+#: utils/misc/guc.c:5674
msgid "SET requires parameter name"
msgstr "SET benötigt Parameternamen"
-#: utils/misc/guc.c:5725
+#: utils/misc/guc.c:5789
#, c-format
msgid "attempt to redefine parameter \"%s\""
msgstr "Versuch, den Parameter »%s« zu redefinieren"
-#: utils/misc/guc.c:6944 utils/init/miscinit.c:999 commands/copy.c:2212
+#: utils/misc/guc.c:7008 utils/init/miscinit.c:1058 commands/copy.c:2217
#, c-format
msgid "could not read from file \"%s\": %m"
msgstr "konnte nicht aus Datei »%s« lesen: %m"
-#: utils/misc/guc.c:7055
+#: utils/misc/guc.c:7119
#, c-format
msgid "could not parse setting for parameter \"%s\""
msgstr "konnte Wert von Parameter »%s« nicht lesen"
-#: utils/misc/guc.c:7246
+#: utils/misc/guc.c:7310
msgid "invalid list syntax for parameter \"log_destination\""
msgstr "ungültige Listensyntax für Parameter »log_destination«"
-#: utils/misc/guc.c:7270
+#: utils/misc/guc.c:7334
#, c-format
msgid "unrecognized \"log_destination\" key word: \"%s\""
msgstr "unbekanntes »log_destination«-Schlüsselwort: »%s«"
-#: utils/misc/guc.c:7345
+#: utils/misc/guc.c:7409
msgid "SET AUTOCOMMIT TO OFF is no longer supported"
msgstr "SET AUTOCOMMIT TO OFF wird nicht mehr unterstützt"
-#: utils/misc/guc.c:7417
+#: utils/misc/guc.c:7481
msgid "assertion checking is not supported by this build"
msgstr "Assert-Prüfungen werden von dieser Installation nicht unterstützt"
-#: utils/misc/guc.c:7432
+#: utils/misc/guc.c:7496
#, fuzzy
msgid "Bonjour is not supported by this build"
msgstr "SSL wird von dieser Installation nicht unterstützt"
-#: utils/misc/guc.c:7447
+#: utils/misc/guc.c:7511
msgid "SSL is not supported by this build"
msgstr "SSL wird von dieser Installation nicht unterstützt"
-#: utils/misc/guc.c:7461
+#: utils/misc/guc.c:7525
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:7477
+#: utils/misc/guc.c:7541
msgid ""
"cannot enable \"log_statement_stats\" when \"log_parser_stats\", "
"\"log_planner_stats\", or \"log_executor_stats\" is true"
@@ -6516,12 +6652,19 @@ msgstr ""
"kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, "
"»log_planner_stats« oder »log_executor_stats« an ist"
-#: utils/misc/guc.c:7495
+#: utils/misc/guc.c:7559
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"
+#: utils/misc/guc.c:7570
+#, fuzzy
+msgid "cannot set transaction read-write mode during recovery"
+msgstr ""
+"kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-"
+"Transaktion setzen"
+
#: utils/misc/help_config.c:131
msgid "internal error: unrecognized run-time parameter type\n"
msgstr "interner Fehler: unbekannter Parametertyp\n"
@@ -6595,7 +6738,7 @@ msgstr "ungültiger Zeitzonen-Dateiname »%s«"
msgid "time zone file recursion limit exceeded in file \"%s\""
msgstr "Rekursionsbeschränkung für Zeitzonendatei überschritten in Datei »%s«"
-#: utils/misc/tzparser.c:347 postmaster/postmaster.c:1116
+#: utils/misc/tzparser.c:347 postmaster/postmaster.c:1117
#, c-format
msgid ""
"This may indicate an incomplete PostgreSQL installation, or that the file \"%"
@@ -6622,14 +6765,14 @@ msgstr "@INCLUDE ohne Dateiname in Zeitzonendatei »%s«, Zeile %d"
#: guc-file.l:288
#, c-format
msgid "parameter \"%s\" removed from configuration file, reset to default"
-msgstr ""
+msgstr "Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt"
-#: guc-file.l:330
-#, fuzzy, c-format
+#: guc-file.l:344
+#, c-format
msgid "parameter \"%s\" changed to \"%s\""
-msgstr "Parameter »%s« kann jetzt nicht geändert werden"
+msgstr "Parameter »%s« auf »%s« gesetzt"
-#: guc-file.l:397
+#: guc-file.l:412
#, c-format
msgid ""
"could not open configuration file \"%s\": maximum nesting depth exceeded"
@@ -6637,12 +6780,12 @@ msgstr ""
"konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe "
"überschritten"
-#: guc-file.l:560
+#: guc-file.l:575
#, 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"
-#: guc-file.l:565
+#: guc-file.l:580
#, c-format
msgid "syntax error in file \"%s\" line %u, near token \"%s\""
msgstr "Syntaxfehler in Datei »%s«, Zeile %u, bei »%s«"
@@ -6652,86 +6795,86 @@ msgstr "Syntaxfehler in Datei »%s«, Zeile %u, bei »%s«"
msgid "could not change directory to \"%s\": %m"
msgstr "konnte nicht in Verzeichnis »%s« wechseln: %m"
-#: utils/init/miscinit.c:412 utils/cache/lsyscache.c:2776 commands/user.c:559
-#: commands/user.c:728 commands/user.c:814 commands/user.c:967
+#: utils/init/miscinit.c:471 utils/cache/lsyscache.c:2776 commands/user.c:585
+#: commands/user.c:775 commands/user.c:861 commands/user.c:1014
#: commands/variable.c:737 commands/variable.c:849
#, c-format
msgid "role \"%s\" does not exist"
msgstr "Rolle »%s« existiert nicht"
-#: utils/init/miscinit.c:442
+#: utils/init/miscinit.c:501
#, c-format
msgid "role \"%s\" is not permitted to log in"
msgstr "Rolle »%s« hat keine Berechtigung zum Einloggen"
-#: utils/init/miscinit.c:460
+#: utils/init/miscinit.c:519
#, c-format
msgid "too many connections for role \"%s\""
msgstr "zu viele Verbindungen von Rolle »%s«"
-#: utils/init/miscinit.c:517
+#: utils/init/miscinit.c:576
msgid "permission denied to set session authorization"
msgstr "keine Berechtigung um Sitzungsauthorisierung zu setzen"
-#: utils/init/miscinit.c:599
+#: utils/init/miscinit.c:658
#, c-format
msgid "invalid role OID: %u"
msgstr "ungültige Rollen-OID: %u"
-#: utils/init/miscinit.c:730
+#: utils/init/miscinit.c:789
#, c-format
msgid "could not create lock file \"%s\": %m"
msgstr "konnte Sperrdatei »%s« nicht erstellen: %m"
-#: utils/init/miscinit.c:744
+#: utils/init/miscinit.c:803
#, c-format
msgid "could not open lock file \"%s\": %m"
msgstr "konnte Sperrdatei »%s« nicht öffnen: %m"
-#: utils/init/miscinit.c:750
+#: utils/init/miscinit.c:809
#, c-format
msgid "could not read lock file \"%s\": %m"
msgstr "konnte Sperrdatei »%s« nicht lesen: %m"
-#: utils/init/miscinit.c:798
+#: utils/init/miscinit.c:857
#, c-format
msgid "lock file \"%s\" already exists"
msgstr "Sperrdatei »%s« existiert bereits"
-#: utils/init/miscinit.c:802
+#: utils/init/miscinit.c:861
#, 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«?"
-#: utils/init/miscinit.c:804
+#: utils/init/miscinit.c:863
#, 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«?"
-#: utils/init/miscinit.c:807
+#: utils/init/miscinit.c:866
#, c-format
msgid "Is another postgres (PID %d) using socket file \"%s\"?"
msgstr ""
"Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?"
-#: utils/init/miscinit.c:809
+#: utils/init/miscinit.c:868
#, c-format
msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
msgstr ""
"Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei »%"
"s«?"
-#: utils/init/miscinit.c:837
+#: utils/init/miscinit.c:896
#, 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"
-#: utils/init/miscinit.c:840
+#: utils/init/miscinit.c:899
#, c-format
msgid ""
"If you're sure there are no old server processes still running, remove the "
@@ -6740,12 +6883,12 @@ 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:857
+#: utils/init/miscinit.c:916
#, c-format
msgid "could not remove old lock file \"%s\": %m"
msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m"
-#: utils/init/miscinit.c:859
+#: utils/init/miscinit.c:918
msgid ""
"The file seems accidentally left over, but it could not be removed. Please "
"remove the file by hand and try again."
@@ -6754,31 +6897,31 @@ msgstr ""
"gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es "
"erneut."
-#: utils/init/miscinit.c:881 utils/init/miscinit.c:891
+#: utils/init/miscinit.c:940 utils/init/miscinit.c:950
#, c-format
msgid "could not write lock file \"%s\": %m"
msgstr "konnte Sperrdatei »%s« nicht schreiben: %m"
-#: utils/init/miscinit.c:1090 utils/init/miscinit.c:1103
+#: utils/init/miscinit.c:1149 utils/init/miscinit.c:1162
#, c-format
msgid "\"%s\" is not a valid data directory"
msgstr "»%s« ist kein gültiges Datenverzeichnis"
-#: utils/init/miscinit.c:1092
+#: utils/init/miscinit.c:1151
#, c-format
msgid "File \"%s\" is missing."
msgstr "Die Datei »%s« fehlt."
-#: utils/init/miscinit.c:1105
+#: utils/init/miscinit.c:1164
#, c-format
msgid "File \"%s\" does not contain valid data."
msgstr "Die Datei »%s« enthält keine gültigen Daten."
-#: utils/init/miscinit.c:1107
+#: utils/init/miscinit.c:1166
msgid "You might need to initdb."
msgstr "Sie müssen möglicherweise initdb ausführen."
-#: utils/init/miscinit.c:1115
+#: utils/init/miscinit.c:1174
#, c-format
msgid ""
"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
@@ -6787,17 +6930,17 @@ msgstr ""
"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, "
"welche nicht mit dieser Version %s kompatibel ist."
-#: utils/init/miscinit.c:1163
+#: utils/init/miscinit.c:1222
#, c-format
msgid "invalid list syntax in parameter \"%s\""
msgstr "ungültige Listensyntax für Parameter »%s«"
-#: utils/init/miscinit.c:1200
+#: utils/init/miscinit.c:1259
#, c-format
msgid "loaded library \"%s\""
msgstr "Bibliothek »%s« geladen"
-#: utils/init/postinit.c:195 postmaster/postmaster.c:1046
+#: utils/init/postinit.c:195 postmaster/postmaster.c:1047
msgid "could not load pg_hba.conf"
msgstr "konnte pg_hba.conf nicht laden"
@@ -6910,100 +7053,100 @@ msgstr "TRAP: ExceptionalCondition: fehlerhafte Argumente\n"
msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
msgstr "TRAP: %s(»%s«, Datei: »%s«, Zeile: %d)\n"
-#: utils/error/elog.c:1409
+#: utils/error/elog.c:1412
#, c-format
msgid "could not reopen file \"%s\" as stderr: %m"
msgstr "konnte Datei »%s« nicht als stderr neu öffnen: %m"
-#: utils/error/elog.c:1422
+#: utils/error/elog.c:1425
#, c-format
msgid "could not reopen file \"%s\" as stdout: %m"
msgstr "konnte Datei »%s« nicht als stdou neu öffnen: %m"
-#: utils/error/elog.c:1732 utils/error/elog.c:1742
+#: utils/error/elog.c:1808 utils/error/elog.c:1818 utils/error/elog.c:1828
msgid "[unknown]"
msgstr "[unbekannt]"
-#: utils/error/elog.c:2085 utils/error/elog.c:2367 utils/error/elog.c:2445
+#: utils/error/elog.c:2176 utils/error/elog.c:2458 utils/error/elog.c:2536
msgid "missing error text"
msgstr "fehlender Fehlertext"
-#: utils/error/elog.c:2088 utils/error/elog.c:2091 utils/error/elog.c:2448
-#: utils/error/elog.c:2451
+#: utils/error/elog.c:2179 utils/error/elog.c:2182 utils/error/elog.c:2539
+#: utils/error/elog.c:2542
#, c-format
msgid " at character %d"
msgstr " bei Zeichen %d"
-#: utils/error/elog.c:2101 utils/error/elog.c:2108
+#: utils/error/elog.c:2192 utils/error/elog.c:2199
msgid "DETAIL: "
msgstr "DETAIL: "
-#: utils/error/elog.c:2115
+#: utils/error/elog.c:2206
msgid "HINT: "
msgstr "TIPP: "
-#: utils/error/elog.c:2122
+#: utils/error/elog.c:2213
msgid "QUERY: "
msgstr "ANFRAGE: "
-#: utils/error/elog.c:2129
+#: utils/error/elog.c:2220
msgid "CONTEXT: "
msgstr "ZUSAMMENHANG: "
-#: utils/error/elog.c:2139
+#: utils/error/elog.c:2230
#, c-format
msgid "LOCATION: %s, %s:%d\n"
msgstr "ORT: %s, %s:%d\n"
-#: utils/error/elog.c:2146
+#: utils/error/elog.c:2237
#, c-format
msgid "LOCATION: %s:%d\n"
msgstr "ORT: %s:%d\n"
-#: utils/error/elog.c:2160
+#: utils/error/elog.c:2251
msgid "STATEMENT: "
msgstr "ANWEISUNG: "
-#: utils/error/elog.c:2257
+#: utils/error/elog.c:2348
msgid "Not safe to send CSV data\n"
msgstr "Senden von CSV-Daten ist nicht sicher\n"
#. translator: This string will be truncated at 47
#. characters expanded.
-#: utils/error/elog.c:2560
+#: utils/error/elog.c:2651
#, c-format
msgid "operating system error %d"
msgstr "Betriebssystemfehler %d"
-#: utils/error/elog.c:2583
+#: utils/error/elog.c:2674
msgid "DEBUG"
msgstr "DEBUG"
-#: utils/error/elog.c:2587
+#: utils/error/elog.c:2678
msgid "LOG"
msgstr "LOG"
-#: utils/error/elog.c:2590
+#: utils/error/elog.c:2681
msgid "INFO"
msgstr "INFO"
-#: utils/error/elog.c:2593
+#: utils/error/elog.c:2684
msgid "NOTICE"
msgstr "HINWEIS"
-#: utils/error/elog.c:2596
+#: utils/error/elog.c:2687
msgid "WARNING"
msgstr "WARNUNG"
-#: utils/error/elog.c:2599
+#: utils/error/elog.c:2690
msgid "ERROR"
msgstr "FEHLER"
-#: utils/error/elog.c:2602
+#: utils/error/elog.c:2693
msgid "FATAL"
msgstr "FATAL"
-#: utils/error/elog.c:2605
+#: utils/error/elog.c:2696
msgid "PANIC"
msgstr "PANIK"
@@ -7104,7 +7247,7 @@ msgstr "interne Funktion »%s« ist nicht in der internen Suchtabelle"
msgid "unrecognized API version %d reported by info function \"%s\""
msgstr "Info-Funktion »%2$s« berichtete unbekannte API-Version %1$d"
-#: utils/fmgr/fmgr.c:843 utils/fmgr/fmgr.c:2075
+#: utils/fmgr/fmgr.c:843 utils/fmgr/fmgr.c:2076
#, c-format
msgid "function %u has too many arguments (%d, maximum is %d)"
msgstr "Funktion %u hat zu viele Argumente (%d, Maximum ist %d)"
@@ -7148,16 +7291,16 @@ msgstr "keine Eingabefunktion verfügbar für Typ %s"
msgid "no output function available for type %s"
msgstr "keine Ausgabefunktion verfügbar für Typ %s"
-#: utils/cache/plancache.c:539
+#: utils/cache/plancache.c:573
msgid "cached plan must not change result type"
msgstr "gecachter Plan darf den Ergebnistyp nicht ändern"
-#: utils/cache/relcache.c:3908
+#: utils/cache/relcache.c:4040
#, c-format
msgid "could not create relation-cache initialization file \"%s\": %m"
msgstr "konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m"
-#: utils/cache/relcache.c:3910
+#: utils/cache/relcache.c:4042
msgid "Continuing anyway, but there's something wrong."
msgstr "Setze trotzdem fort, aber irgendwas stimmt nicht."
@@ -7241,19 +7384,19 @@ msgstr "unerwartetes Ende der Zeile oder des Lexems"
msgid "unexpected end of line"
msgstr "unerwartetes Ende der Zeile"
-#: tsearch/dict_thesaurus.c:413
+#: tsearch/dict_thesaurus.c:412
#, 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)"
-#: tsearch/dict_thesaurus.c:419
+#: tsearch/dict_thesaurus.c:418
#, c-format
msgid "thesaurus sample word \"%s\" is a stop word (rule %d)"
msgstr "Thesaurus-Beispielwort »%s« ist ein Stoppwort (Regel %d)"
-#: tsearch/dict_thesaurus.c:422
+#: tsearch/dict_thesaurus.c:421
msgid "Use \"?\" to represent a stop word within a sample phrase."
msgstr "Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen."
@@ -7293,7 +7436,7 @@ msgid "could not open dictionary file \"%s\": %m"
msgstr "konnte Wörterbuchdatei »%s« nicht öffnen: %m"
#: tsearch/spell.c:444 tsearch/spell.c:461 tsearch/spell.c:478
-#: tsearch/spell.c:495 tsearch/spell.c:517 gram.y:11178 gram.y:11195
+#: tsearch/spell.c:495 tsearch/spell.c:517 gram.y:11322 gram.y:11339
msgid "syntax error"
msgstr "Syntaxfehler"
@@ -7349,45 +7492,45 @@ msgstr "konnte Stoppwortdatei »%s« nicht öffnen: %m"
msgid "text search parser does not support headline creation"
msgstr "Textsucheparser unterstützt die Erzeugung von Headlines nicht"
-#: tsearch/wparser_def.c:2435
+#: tsearch/wparser_def.c:2500
#, c-format
msgid "unrecognized headline parameter: \"%s\""
msgstr "unbekannter Headline-Parameter: »%s«"
-#: tsearch/wparser_def.c:2444
+#: tsearch/wparser_def.c:2509
msgid "MinWords should be less than MaxWords"
msgstr "»MinWords« sollte kleiner als »MaxWords« sein"
-#: tsearch/wparser_def.c:2448
+#: tsearch/wparser_def.c:2513
msgid "MinWords should be positive"
msgstr "»MinWords« sollte positiv sein"
-#: tsearch/wparser_def.c:2452
+#: tsearch/wparser_def.c:2517
msgid "ShortWord should be >= 0"
msgstr "»ShortWord« sollte >= 0 sein"
-#: tsearch/wparser_def.c:2456
+#: tsearch/wparser_def.c:2521
msgid "MaxFragments should be >= 0"
msgstr "»MaxFragments« sollte >= 0 sein"
-#: tcop/postgres.c:335 tcop/postgres.c:358 tcop/fastpath.c:292
+#: tcop/postgres.c:336 tcop/postgres.c:359 tcop/fastpath.c:292
#: commands/copy.c:515 commands/copy.c:534 commands/copy.c:538
msgid "unexpected EOF on client connection"
msgstr "unerwartetes EOF auf Client-Verbindung"
-#: tcop/postgres.c:385 tcop/postgres.c:397 tcop/postgres.c:408
-#: tcop/postgres.c:420 tcop/postgres.c:3798
+#: tcop/postgres.c:386 tcop/postgres.c:398 tcop/postgres.c:409
+#: tcop/postgres.c:421 tcop/postgres.c:3896
#, c-format
msgid "invalid frontend message type %d"
msgstr "ungültiger Frontend-Message-Typ %d"
-#: tcop/postgres.c:841
+#: tcop/postgres.c:888
#, c-format
msgid "statement: %s"
msgstr "Anweisung: %s"
-#: tcop/postgres.c:900 tcop/postgres.c:1209 tcop/postgres.c:1489
-#: tcop/postgres.c:1925 tcop/postgres.c:2242 tcop/postgres.c:2322
+#: tcop/postgres.c:947 tcop/postgres.c:1256 tcop/postgres.c:1536
+#: tcop/postgres.c:1977 tcop/postgres.c:2294 tcop/postgres.c:2374
#: tcop/fastpath.c:305
msgid ""
"current transaction is aborted, commands ignored until end of transaction "
@@ -7396,51 +7539,51 @@ msgstr ""
"aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der "
"Transaktion ignoriert"
-#: tcop/postgres.c:1069 tcop/postgres.c:1355 tcop/postgres.c:1766
-#: tcop/postgres.c:1982 tcop/fastpath.c:409
+#: tcop/postgres.c:1116 tcop/postgres.c:1402 tcop/postgres.c:1818
+#: tcop/postgres.c:2034 tcop/fastpath.c:409
#, c-format
msgid "duration: %s ms"
msgstr "Dauer: %s ms"
-#: tcop/postgres.c:1074
+#: tcop/postgres.c:1121
#, c-format
msgid "duration: %s ms statement: %s"
msgstr "Dauer: %s ms Anweisung: %s"
-#: tcop/postgres.c:1124
+#: tcop/postgres.c:1171
#, c-format
msgid "parse %s: %s"
msgstr "Parsen %s: %s"
-#: tcop/postgres.c:1182
+#: tcop/postgres.c:1229
msgid "cannot insert multiple commands into a prepared statement"
msgstr "kann nicht mehrere Befehle in vorbereitete Anweisung einfügen"
-#: tcop/postgres.c:1248 commands/prepare.c:121 parser/analyze.c:2291
+#: tcop/postgres.c:1295 commands/prepare.c:121 parser/parse_param.c:292
#, c-format
msgid "could not determine data type of parameter $%d"
msgstr "konnte Datentyp von Parameter $%d nicht ermitteln"
-#: tcop/postgres.c:1360
+#: tcop/postgres.c:1407
#, c-format
msgid "duration: %s ms parse %s: %s"
msgstr "Dauer: %s ms Parsen %s: %s"
-#: tcop/postgres.c:1406
+#: tcop/postgres.c:1453
#, c-format
msgid "bind %s to %s"
msgstr "Binden %s an %s"
-#: tcop/postgres.c:1425 tcop/postgres.c:2222
+#: tcop/postgres.c:1472 tcop/postgres.c:2274
msgid "unnamed prepared statement does not exist"
msgstr "unbenannte vorbereitete Anweisung existiert nicht"
-#: tcop/postgres.c:1467
+#: tcop/postgres.c:1514
#, c-format
msgid "bind message has %d parameter formats but %d parameters"
msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter"
-#: tcop/postgres.c:1473
+#: tcop/postgres.c:1520
#, c-format
msgid ""
"bind message supplies %d parameters, but prepared statement \"%s\" requires %"
@@ -7449,54 +7592,54 @@ msgstr ""
"Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« "
"erfordert %d"
-#: tcop/postgres.c:1632
+#: tcop/postgres.c:1684
#, c-format
msgid "incorrect binary data format in bind parameter %d"
msgstr "falsches Binärdatenformat in Binden-Parameter %d"
-#: tcop/postgres.c:1771
+#: tcop/postgres.c:1823
#, c-format
msgid "duration: %s ms bind %s%s%s: %s"
msgstr "Dauer: %s ms Binden %s%s%s: %s"
-#: tcop/postgres.c:1819 tcop/postgres.c:2308
+#: tcop/postgres.c:1871 tcop/postgres.c:2360
#, c-format
msgid "portal \"%s\" does not exist"
msgstr "Portal »%s« existiert nicht"
-#: tcop/postgres.c:1906 tcop/postgres.c:1990
+#: tcop/postgres.c:1958 tcop/postgres.c:2042
msgid "execute fetch from"
msgstr "Ausführen Fetch von"
-#: tcop/postgres.c:1907 tcop/postgres.c:1991
+#: tcop/postgres.c:1959 tcop/postgres.c:2043
msgid "execute"
msgstr "Ausführen"
-#: tcop/postgres.c:1904
+#: tcop/postgres.c:1956
#, c-format
msgid "%s %s%s%s: %s"
msgstr "%s %s%s%s: %s"
-#: tcop/postgres.c:1987
+#: tcop/postgres.c:2039
#, c-format
msgid "duration: %s ms %s %s%s%s: %s"
msgstr "Dauer: %s ms %s %s%s%s: %s"
-#: tcop/postgres.c:2113
+#: tcop/postgres.c:2165
#, c-format
msgid "prepare: %s"
msgstr "Vorbereiten: %s"
-#: tcop/postgres.c:2176
+#: tcop/postgres.c:2228
#, c-format
msgid "parameters: %s"
msgstr "Parameter: %s"
-#: tcop/postgres.c:2507
+#: tcop/postgres.c:2560
msgid "terminating connection because of crash of another server process"
msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses"
-#: tcop/postgres.c:2508
+#: tcop/postgres.c:2561
msgid ""
"The postmaster has commanded this server process to roll back the current "
"transaction and exit, because another server process exited abnormally and "
@@ -7506,7 +7649,7 @@ msgstr ""
"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:2512
+#: tcop/postgres.c:2565
msgid ""
"In a moment you should be able to reconnect to the database and repeat your "
"command."
@@ -7514,11 +7657,11 @@ msgstr ""
"In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren "
"Befehl wiederholen können."
-#: tcop/postgres.c:2617
+#: tcop/postgres.c:2670
msgid "floating-point exception"
msgstr "Fließkommafehler"
-#: tcop/postgres.c:2618
+#: tcop/postgres.c:2671
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."
@@ -7527,36 +7670,46 @@ msgstr ""
"wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine "
"ungültige Operation, zum Beispiel Division durch null."
-#: tcop/postgres.c:2658
+#: tcop/postgres.c:2711
msgid "terminating autovacuum process due to administrator command"
msgstr "breche Autovacuum-Prozess ab aufgrund von Anweisung des Administrators"
-#: tcop/postgres.c:2662
+#: tcop/postgres.c:2715
msgid "terminating connection due to administrator command"
msgstr "breche Verbindung ab aufgrund von Anweisung des Administrators"
-#: tcop/postgres.c:2676
+#: tcop/postgres.c:2729
#, fuzzy
msgid "canceling authentication due to timeout"
msgstr "storniere Anfrage wegen Zeitüberschreitung"
-#: tcop/postgres.c:2680
+#: tcop/postgres.c:2733
msgid "canceling statement due to statement timeout"
msgstr "storniere Anfrage wegen Zeitüberschreitung"
-#: tcop/postgres.c:2684
+#: tcop/postgres.c:2737
msgid "canceling autovacuum task"
msgstr "storniere Autovacuum-Aufgabe"
-#: tcop/postgres.c:2688
+#: tcop/postgres.c:2762
+#, fuzzy
+msgid "canceling session due to conflict with recovery"
+msgstr "storniere Anfrage wegen Zeitüberschreitung"
+
+#: tcop/postgres.c:2779
+#, fuzzy
+msgid "canceling statement due to conflict with recovery"
+msgstr "storniere Anfrage wegen Zeitüberschreitung"
+
+#: tcop/postgres.c:2789
msgid "canceling statement due to user request"
msgstr "storniere Anfrage wegen Benutzeraufforderung"
-#: tcop/postgres.c:2732
+#: tcop/postgres.c:2834
msgid "stack depth limit exceeded"
msgstr "Grenze für Stacktiefe überschritten"
-#: tcop/postgres.c:2733
+#: tcop/postgres.c:2835
msgid ""
"Increase the configuration parameter \"max_stack_depth\", after ensuring the "
"platform's stack depth limit is adequate."
@@ -7565,12 +7718,12 @@ msgstr ""
"sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform "
"ausreichend ist."
-#: tcop/postgres.c:2749
+#: tcop/postgres.c:2851
#, c-format
msgid "\"max_stack_depth\" must not exceed %ldkB"
msgstr "»max_stack_depth« darf %ldkB nicht überschreiten"
-#: tcop/postgres.c:2751
+#: tcop/postgres.c:2853
msgid ""
"Increase the platform's stack depth limit via \"ulimit -s\" or local "
"equivalent."
@@ -7578,46 +7731,46 @@ msgstr ""
"Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder "
"der lokalen Entsprechung."
-#: tcop/postgres.c:3042 bootstrap/bootstrap.c:270 postmaster/postmaster.c:654
+#: tcop/postgres.c:3144 bootstrap/bootstrap.c:270 postmaster/postmaster.c:655
#, c-format
msgid "--%s requires a value"
msgstr "--%s benötigt einen Wert"
-#: tcop/postgres.c:3047 bootstrap/bootstrap.c:275 postmaster/postmaster.c:659
+#: tcop/postgres.c:3149 bootstrap/bootstrap.c:275 postmaster/postmaster.c:660
#, c-format
msgid "-c %s requires a value"
msgstr "-c %s benötigt einen Wert"
-#: tcop/postgres.c:3073
+#: tcop/postgres.c:3175
msgid "invalid command-line arguments for server process"
msgstr "ungültige Kommandozeilenargumente für Serverprozess"
-#: tcop/postgres.c:3074 tcop/postgres.c:3080
+#: tcop/postgres.c:3176 tcop/postgres.c:3182
#, c-format
msgid "Try \"%s --help\" for more information."
msgstr "Versuchen Sie »%s --help« für weitere Informationen."
-#: tcop/postgres.c:3078
+#: tcop/postgres.c:3180
#, c-format
msgid "%s: invalid command-line arguments"
msgstr "%s: ungültige Kommandozeilenargumente"
-#: tcop/postgres.c:3174
+#: tcop/postgres.c:3276
#, c-format
msgid "%s: no database nor user name specified"
msgstr "%s: weder Datenbankname noch Benutzername angegeben"
-#: tcop/postgres.c:3708
+#: tcop/postgres.c:3806
#, c-format
msgid "invalid CLOSE message subtype %d"
msgstr "ungültiger Subtyp %d von CLOSE-Message"
-#: tcop/postgres.c:3741
+#: tcop/postgres.c:3839
#, c-format
msgid "invalid DESCRIBE message subtype %d"
msgstr "ungültiger Subtyp %d von DESCRIBE-Message"
-#: tcop/postgres.c:3978
+#: tcop/postgres.c:4070
#, c-format
msgid ""
"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%"
@@ -7645,28 +7798,39 @@ 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."
-#: tcop/utility.c:90 commands/tablecmds.c:743 commands/tablecmds.c:1076
-#: commands/tablecmds.c:1943 commands/tablecmds.c:3342
-#: commands/tablecmds.c:3371 commands/tablecmds.c:4792 commands/trigger.c:133
-#: commands/trigger.c:826 rewrite/rewriteDefine.c:259
+#: tcop/utility.c:94 commands/tablecmds.c:753 commands/tablecmds.c:1086
+#: commands/tablecmds.c:1953 commands/tablecmds.c:3386
+#: commands/tablecmds.c:3415 commands/tablecmds.c:4837 commands/trigger.c:156
+#: commands/trigger.c:1028 rewrite/rewriteDefine.c:259
#, c-format
msgid "permission denied: \"%s\" is a system catalog"
msgstr "keine Berechtigung: »%s« ist ein Systemkatalog"
-#: tcop/utility.c:219 commands/copy.c:1028 executor/execMain.c:618
+#: tcop/utility.c:223 commands/copy.c:1028 executor/execMain.c:606
msgid "transaction is read-only"
msgstr "Transaktion ist Read-Only"
-#: tcop/utility.c:1033
+#. translator: %s is name of a SQL command, eg PREPARE
+#: tcop/utility.c:246
+#, c-format
+msgid "cannot execute %s within security-restricted operation"
+msgstr "kann %s nicht in einer sicherheitsbeschränkten Operation ausführen"
+
+#: tcop/utility.c:1094
msgid "must be superuser to do CHECKPOINT"
msgstr "nur Superuser können CHECKPOINT ausführen"
+#: tcop/utility.c:2632
+#, fuzzy
+msgid "cannot be executed during recovery"
+msgstr "%s: kann nicht von »root« ausgeführt werden\n"
+
#: tcop/fastpath.c:109 tcop/fastpath.c:483 tcop/fastpath.c:613
#, c-format
msgid "invalid argument size %d in function call message"
msgstr "ungültige Argumentgröße %d in Funktionsaufruf-Message"
-#: tcop/fastpath.c:223 catalog/aclchk.c:3269 catalog/aclchk.c:3957
+#: tcop/fastpath.c:223 catalog/aclchk.c:3438 catalog/aclchk.c:4224
#, c-format
msgid "function with OID %u does not exist"
msgstr "Funktion mit OID %u existiert nicht"
@@ -7697,8 +7861,8 @@ msgstr "Funktionsaufruf-Message enthält %d Argumentformate aber %d Argumente"
msgid "incorrect binary data format in function argument %d"
msgstr "falsches Binärdatenformat in Funktionsargument %d"
-#: bootstrap/bootstrap.c:286 postmaster/postmaster.c:671
-#: postmaster/postmaster.c:684
+#: bootstrap/bootstrap.c:286 postmaster/postmaster.c:672
+#: postmaster/postmaster.c:685
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
@@ -7708,383 +7872,405 @@ msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
msgid "%s: invalid command-line arguments\n"
msgstr "%s: ungültige Kommandozeilenargumente\n"
-#: catalog/aclchk.c:192
+#: catalog/aclchk.c:195
msgid "grant options can only be granted to roles"
msgstr "Grant-Optionen können nur Rollen gewährt werden"
-#: catalog/aclchk.c:303
+#: catalog/aclchk.c:309
#, c-format
msgid "no privileges were granted for \"%s\""
msgstr "es wurden keine Privilegien für »%s« gewährt"
-#: catalog/aclchk.c:307
+#: catalog/aclchk.c:313
#, c-format
msgid "not all privileges were granted for \"%s\""
msgstr "es wurden nicht alle Priviligien für »%s« gewährt"
-#: catalog/aclchk.c:314
+#: catalog/aclchk.c:320
#, c-format
msgid "no privileges could be revoked for \"%s\""
msgstr "es konnten keine Privilegien für »%s« entzogen werden"
-#: catalog/aclchk.c:318
+#: catalog/aclchk.c:324
#, c-format
msgid "not all privileges could be revoked for \"%s\""
msgstr "es konnten nicht alle Privilegien für »%s« entzogen werden"
-#: catalog/aclchk.c:395 catalog/aclchk.c:866
+#: catalog/aclchk.c:401 catalog/aclchk.c:893
#, c-format
msgid "invalid privilege type %s for relation"
msgstr "ungültiger Privilegtyp %s für Relation"
-#: catalog/aclchk.c:399 catalog/aclchk.c:870
+#: catalog/aclchk.c:405 catalog/aclchk.c:897
#, c-format
msgid "invalid privilege type %s for sequence"
msgstr "ungültiger Privilegtyp %s für Sequenz"
-#: catalog/aclchk.c:403
+#: catalog/aclchk.c:409
#, c-format
msgid "invalid privilege type %s for database"
msgstr "ungültiger Privilegtyp %s für Datenbank"
-#: catalog/aclchk.c:407 catalog/aclchk.c:874
+#: catalog/aclchk.c:413 catalog/aclchk.c:901
#, c-format
msgid "invalid privilege type %s for function"
msgstr "ungültiger Privilegtyp %s für Funktion"
-#: catalog/aclchk.c:411
+#: catalog/aclchk.c:417
#, c-format
msgid "invalid privilege type %s for language"
msgstr "ungültiger Privilegtyp %s für Sprache"
-#: catalog/aclchk.c:415
+#: catalog/aclchk.c:421
+#, fuzzy, c-format
+msgid "invalid privilege type %s for large object"
+msgstr "ungültiger Privilegtyp %s für Sprache"
+
+#: catalog/aclchk.c:425
#, c-format
msgid "invalid privilege type %s for schema"
msgstr "ungültiger Privilegtyp %s für Schema"
-#: catalog/aclchk.c:419
+#: catalog/aclchk.c:429
#, c-format
msgid "invalid privilege type %s for tablespace"
msgstr "ungültiger Privilegtyp %s für Tablespace"
-#: catalog/aclchk.c:423
+#: catalog/aclchk.c:433
#, c-format
msgid "invalid privilege type %s for foreign-data wrapper"
msgstr "ungültiger Privilegtyp %s für Fremddaten-Wrapper"
-#: catalog/aclchk.c:427
+#: catalog/aclchk.c:437
#, c-format
msgid "invalid privilege type %s for foreign server"
msgstr "ungültiger Privilegtyp %s für Fremdserver"
-#: catalog/aclchk.c:466
+#: catalog/aclchk.c:476
msgid "column privileges are only valid for relations"
msgstr "Spaltenprivilegien sind nur für Relation gültig"
-#: catalog/aclchk.c:808 catalog/aclchk.c:816 commands/copy.c:751
+#: catalog/aclchk.c:621 catalog/aclchk.c:3575 catalog/aclchk.c:4298
+#: catalog/pg_largeobject.c:118 catalog/pg_largeobject.c:178
+#: commands/comment.c:1438 storage/large_object/inv_api.c:272
+#, c-format
+msgid "large object %u does not exist"
+msgstr "Large Object %u existiert nicht"
+
+#: catalog/aclchk.c:835 catalog/aclchk.c:843 commands/copy.c:751
#: commands/copy.c:769 commands/copy.c:777 commands/copy.c:785
#: commands/copy.c:793 commands/copy.c:801 commands/copy.c:809
-#: commands/copy.c:817 commands/copy.c:833 commands/dbcommands.c:144
-#: commands/dbcommands.c:152 commands/dbcommands.c:160
-#: commands/dbcommands.c:168 commands/dbcommands.c:176
-#: commands/dbcommands.c:184 commands/dbcommands.c:192
-#: commands/dbcommands.c:1313 commands/dbcommands.c:1321
+#: commands/copy.c:817 commands/copy.c:833 commands/dbcommands.c:146
+#: commands/dbcommands.c:154 commands/dbcommands.c:162
+#: commands/dbcommands.c:170 commands/dbcommands.c:178
+#: commands/dbcommands.c:186 commands/dbcommands.c:194
+#: commands/dbcommands.c:1319 commands/dbcommands.c:1327
#: commands/functioncmds.c:485 commands/functioncmds.c:575
#: commands/functioncmds.c:583 commands/functioncmds.c:591
#: commands/functioncmds.c:1981 commands/functioncmds.c:1989
-#: commands/sequence.c:1018 commands/sequence.c:1026 commands/sequence.c:1034
-#: commands/sequence.c:1042 commands/sequence.c:1050 commands/sequence.c:1058
-#: commands/sequence.c:1066 commands/sequence.c:1074 commands/typecmds.c:275
-#: commands/user.c:136 commands/user.c:153 commands/user.c:161
-#: commands/user.c:169 commands/user.c:177 commands/user.c:185
-#: commands/user.c:193 commands/user.c:201 commands/user.c:209
-#: commands/user.c:217 commands/user.c:225 commands/user.c:445
-#: commands/user.c:457 commands/user.c:465 commands/user.c:473
-#: commands/user.c:481 commands/user.c:489 commands/user.c:497
-#: commands/user.c:506 commands/user.c:514
+#: commands/sequence.c:1021 commands/sequence.c:1029 commands/sequence.c:1037
+#: commands/sequence.c:1045 commands/sequence.c:1053 commands/sequence.c:1061
+#: commands/sequence.c:1069 commands/sequence.c:1077 commands/typecmds.c:275
+#: commands/user.c:142 commands/user.c:159 commands/user.c:167
+#: commands/user.c:175 commands/user.c:183 commands/user.c:191
+#: commands/user.c:199 commands/user.c:207 commands/user.c:215
+#: commands/user.c:223 commands/user.c:231 commands/user.c:471
+#: commands/user.c:483 commands/user.c:491 commands/user.c:499
+#: commands/user.c:507 commands/user.c:515 commands/user.c:523
+#: commands/user.c:532 commands/user.c:540
msgid "conflicting or redundant options"
msgstr "widersprüchliche oder überflüssige Optionen"
-#: catalog/aclchk.c:907
+#: catalog/aclchk.c:934
#, fuzzy
msgid "default privileges cannot be set for columns"
msgstr "ungültiger Privilegtyp %s für Spalte"
-#: catalog/aclchk.c:1660
+#: catalog/aclchk.c:1690
#, c-format
msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
msgstr "Sequenz »%s« unterstützt nur die Privilegien USAGE, SELECT und UPDATE"
-#: catalog/aclchk.c:1677
+#: catalog/aclchk.c:1707
msgid "invalid privilege type USAGE for table"
msgstr "ungültiger Privilegtyp USAGE für Tabelle"
-#: catalog/aclchk.c:1821
+#: catalog/aclchk.c:1851
#, c-format
msgid "invalid privilege type %s for column"
msgstr "ungültiger Privilegtyp %s für Spalte"
-#: catalog/aclchk.c:1834
+#: catalog/aclchk.c:1864
#, c-format
msgid "sequence \"%s\" only supports SELECT column privileges"
msgstr "Sequenz »%s« unterstützt nur den Spaltenprivilegientyp SELECT"
-#: catalog/aclchk.c:2395
+#: catalog/aclchk.c:2425
#, c-format
msgid "language \"%s\" is not trusted"
msgstr "Sprache »%s« ist nicht »trusted«"
-#: catalog/aclchk.c:2397
+#: catalog/aclchk.c:2427
msgid "Only superusers can use untrusted languages."
msgstr "Nur Superuser können nicht vertrauenswürdige Sprachen verwenden."
-#: catalog/aclchk.c:2751
+#: catalog/aclchk.c:2913
#, c-format
msgid "unrecognized privilege type \"%s\""
msgstr "unbekannter Privilegtyp »%s«"
-#: catalog/aclchk.c:2800
+#: catalog/aclchk.c:2962
#, c-format
msgid "permission denied for column %s"
msgstr "keine Berechtigung für Spalte %s"
-#: catalog/aclchk.c:2802
+#: catalog/aclchk.c:2964
#, c-format
msgid "permission denied for relation %s"
msgstr "keine Berechtigung für Relation %s"
-#: catalog/aclchk.c:2804 commands/sequence.c:468 commands/sequence.c:663
-#: commands/sequence.c:707 commands/sequence.c:743
+#: catalog/aclchk.c:2966 commands/sequence.c:471 commands/sequence.c:666
+#: commands/sequence.c:710 commands/sequence.c:746
#, c-format
msgid "permission denied for sequence %s"
msgstr "keine Berechtigung für Sequenz %s"
-#: catalog/aclchk.c:2806
+#: catalog/aclchk.c:2968
#, c-format
msgid "permission denied for database %s"
msgstr "keine Berechtigung für Datenbank %s"
-#: catalog/aclchk.c:2808
+#: catalog/aclchk.c:2970
#, c-format
msgid "permission denied for function %s"
msgstr "keine Berechtigung für Funktion %s"
-#: catalog/aclchk.c:2810
+#: catalog/aclchk.c:2972
#, c-format
msgid "permission denied for operator %s"
msgstr "keine Berechtigung für Operator %s"
-#: catalog/aclchk.c:2812
+#: catalog/aclchk.c:2974
#, c-format
msgid "permission denied for type %s"
msgstr "keine Berechtigung für Typ %s"
-#: catalog/aclchk.c:2814
+#: catalog/aclchk.c:2976
#, c-format
msgid "permission denied for language %s"
msgstr "keine Berechtigung für Sprache %s"
-#: catalog/aclchk.c:2816
+#: catalog/aclchk.c:2978
+#, fuzzy, c-format
+msgid "permission denied for large object %s"
+msgstr "keine Berechtigung für Sprache %s"
+
+#: catalog/aclchk.c:2980
#, c-format
msgid "permission denied for schema %s"
msgstr "keine Berechtigung für Schema %s"
-#: catalog/aclchk.c:2818
+#: catalog/aclchk.c:2982
#, c-format
msgid "permission denied for operator class %s"
msgstr "keine Berechtigung für Operatorklasse %s"
-#: catalog/aclchk.c:2820
+#: catalog/aclchk.c:2984
#, c-format
msgid "permission denied for operator family %s"
msgstr "keine Berechtigung für Operatorfamilie %s"
-#: catalog/aclchk.c:2822
+#: catalog/aclchk.c:2986
#, c-format
msgid "permission denied for conversion %s"
msgstr "keine Berechtigung für Konversion %s"
-#: catalog/aclchk.c:2824
+#: catalog/aclchk.c:2988
#, c-format
msgid "permission denied for tablespace %s"
msgstr "keine Berechtigung für Tablespace %s"
-#: catalog/aclchk.c:2826
+#: catalog/aclchk.c:2990
#, c-format
msgid "permission denied for text search dictionary %s"
msgstr "keine Berechtigung für Textsuchewörterbuch %s"
-#: catalog/aclchk.c:2828
+#: catalog/aclchk.c:2992
#, c-format
msgid "permission denied for text search configuration %s"
msgstr "keine Berechtigung für Textsuchekonfiguration %s"
-#: catalog/aclchk.c:2830
+#: catalog/aclchk.c:2994
#, c-format
msgid "permission denied for foreign-data wrapper %s"
msgstr "keine Berechtigung für Fremddaten-Wrapper %s"
-#: catalog/aclchk.c:2832
+#: catalog/aclchk.c:2996
#, c-format
msgid "permission denied for foreign server %s"
msgstr "keine Berechtigung für Fremdserver %s"
-#: catalog/aclchk.c:2838 catalog/aclchk.c:2840
+#: catalog/aclchk.c:3002 catalog/aclchk.c:3004
#, c-format
msgid "must be owner of relation %s"
msgstr "Berechtigung nur für Eigentümer der Relation %s"
-#: catalog/aclchk.c:2842
+#: catalog/aclchk.c:3006
#, c-format
msgid "must be owner of sequence %s"
msgstr "Berechtigung nur für Eigentümer der Sequenz %s"
-#: catalog/aclchk.c:2844
+#: catalog/aclchk.c:3008
#, c-format
msgid "must be owner of database %s"
msgstr "Berechtigung nur für Eigentümer der Datenbank %s"
-#: catalog/aclchk.c:2846
+#: catalog/aclchk.c:3010
#, c-format
msgid "must be owner of function %s"
msgstr "Berechtigung nur für Eigentümer der Funktion %s"
-#: catalog/aclchk.c:2848
+#: catalog/aclchk.c:3012
#, c-format
msgid "must be owner of operator %s"
msgstr "Berechtigung nur für Eigentümer des Operators %s"
-#: catalog/aclchk.c:2850
+#: catalog/aclchk.c:3014
#, c-format
msgid "must be owner of type %s"
msgstr "Berechtigung nur für Eigentümer des Typs %s"
-#: catalog/aclchk.c:2852
+#: catalog/aclchk.c:3016
#, c-format
msgid "must be owner of language %s"
msgstr "Berechtigung nur für Eigentümer der Sprache %s"
-#: catalog/aclchk.c:2854
+#: catalog/aclchk.c:3018
+#, fuzzy, c-format
+msgid "must be owner of large object %s"
+msgstr "Berechtigung nur für Eigentümer der Sprache %s"
+
+#: catalog/aclchk.c:3020
#, c-format
msgid "must be owner of schema %s"
msgstr "Berechtigung nur für Eigentümer des Schemas %s"
-#: catalog/aclchk.c:2856
+#: catalog/aclchk.c:3022
#, c-format
msgid "must be owner of operator class %s"
msgstr "Berechtigung nur für Eigentümer der Operatorklasse %s"
-#: catalog/aclchk.c:2858
+#: catalog/aclchk.c:3024
#, c-format
msgid "must be owner of operator family %s"
msgstr "Berechtigung nur für Eigentümer der Operatorfamilie %s"
-#: catalog/aclchk.c:2860
+#: catalog/aclchk.c:3026
#, c-format
msgid "must be owner of conversion %s"
msgstr "Berechtigung nur für Eigentümer der Konversion %s"
-#: catalog/aclchk.c:2862
+#: catalog/aclchk.c:3028
#, c-format
msgid "must be owner of tablespace %s"
msgstr "Berechtigung nur für Eigentümer des Tablespace %s"
-#: catalog/aclchk.c:2864
+#: catalog/aclchk.c:3030
#, c-format
msgid "must be owner of text search dictionary %s"
msgstr "Berechtigung nur für Eigentümer des Textsuchewörterbuches %s"
-#: catalog/aclchk.c:2866
+#: catalog/aclchk.c:3032
#, c-format
msgid "must be owner of text search configuration %s"
msgstr "Berechtigung nur für Eigentümer der Textsuchekonfiguration %s"
-#: catalog/aclchk.c:2868
+#: catalog/aclchk.c:3034
#, c-format
msgid "must be owner of foreign-data wrapper %s"
msgstr "Berechtigung nur für Eigentümer des Fremddaten-Wrappers %s"
-#: catalog/aclchk.c:2870
+#: catalog/aclchk.c:3036
#, c-format
msgid "must be owner of foreign server %s"
msgstr "Berechtigung nur für Eigentümer des Fremdservers %s"
-#: catalog/aclchk.c:2912
+#: catalog/aclchk.c:3078
#, c-format
msgid "permission denied for column %s of relation %s"
msgstr "keine Berechtigung für Spalte %s von Relation %s"
-#: catalog/aclchk.c:2941
+#: catalog/aclchk.c:3107
#, c-format
msgid "role with OID %u does not exist"
msgstr "Rolle mit OID %u existiert nicht"
-#: catalog/aclchk.c:3032 catalog/aclchk.c:3040
+#: catalog/aclchk.c:3201 catalog/aclchk.c:3209
#, c-format
msgid "attribute %d of relation with OID %u does not exist"
msgstr "Attribut %d der Relation mit OID %u existiert nicht"
-#: catalog/aclchk.c:3117 catalog/aclchk.c:3873
+#: catalog/aclchk.c:3286 catalog/aclchk.c:4140
#, c-format
msgid "relation with OID %u does not exist"
msgstr "Relation mit OID %u existiert nicht"
-#: catalog/aclchk.c:3325 catalog/aclchk.c:3985
+#: catalog/aclchk.c:3494 catalog/aclchk.c:4252
#, c-format
msgid "language with OID %u does not exist"
msgstr "Sprache mit OID %u existiert nicht"
-#: catalog/aclchk.c:3409 catalog/aclchk.c:4013
+#: catalog/aclchk.c:3662 catalog/aclchk.c:4327
#, c-format
msgid "schema with OID %u does not exist"
msgstr "Schema mit OID %u existiert nicht"
-#: catalog/aclchk.c:3475 catalog/aclchk.c:4052
+#: catalog/aclchk.c:3728 catalog/aclchk.c:4366
#, c-format
msgid "tablespace with OID %u does not exist"
msgstr "Tablespace mit OID %u existiert nicht"
-#: catalog/aclchk.c:3535
+#: catalog/aclchk.c:3788
#, c-format
msgid "foreign-data wrapper with OID %u does not exist"
msgstr "Fremddaten-Wrapper mit OID %u existiert nicht"
-#: catalog/aclchk.c:3598 catalog/aclchk.c:4197
+#: catalog/aclchk.c:3851 catalog/aclchk.c:4511
#, c-format
msgid "foreign server with OID %u does not exist"
msgstr "Fremdserver mit OID %u existiert nicht"
-#: catalog/aclchk.c:3901
+#: catalog/aclchk.c:4168
#, c-format
msgid "type with OID %u does not exist"
msgstr "Typ mit OID %u existiert nicht"
-#: catalog/aclchk.c:3929
+#: catalog/aclchk.c:4196
#, c-format
msgid "operator with OID %u does not exist"
msgstr "Operator mit OID %u existiert nicht"
-#: catalog/aclchk.c:4081
+#: catalog/aclchk.c:4395
#, c-format
msgid "operator class with OID %u does not exist"
msgstr "Operatorklasse mit OID %u existiert nicht"
-#: catalog/aclchk.c:4110
+#: catalog/aclchk.c:4424
#, c-format
msgid "operator family with OID %u does not exist"
msgstr "Operatorfamilie mit OID %u existiert nicht"
-#: catalog/aclchk.c:4139
+#: catalog/aclchk.c:4453
#, c-format
msgid "text search dictionary with OID %u does not exist"
msgstr "Textsuchewörterbuch mit OID %u existiert nicht"
-#: catalog/aclchk.c:4168
+#: catalog/aclchk.c:4482
#, c-format
msgid "text search configuration with OID %u does not exist"
msgstr "Textsuchekonfiguration mit OID %u existiert nicht"
-#: catalog/aclchk.c:4254
+#: catalog/aclchk.c:4568
#, c-format
msgid "conversion with OID %u does not exist"
msgstr "Konversion mit OID %u existiert nicht"
@@ -8097,37 +8283,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:576
+#: catalog/dependency.c:578
#, c-format
msgid "cannot drop %s because %s requires it"
msgstr "kann %s nicht löschen, wird von %s benötigt"
-#: catalog/dependency.c:579
+#: catalog/dependency.c:581
#, c-format
msgid "You can drop %s instead."
msgstr "Sie können stattdessen %s löschen."
-#: catalog/dependency.c:732 catalog/pg_shdepend.c:548
+#: catalog/dependency.c:734 catalog/pg_shdepend.c:549
#, 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:846
+#: catalog/dependency.c:848
#, c-format
msgid "drop auto-cascades to %s"
msgstr "Löschvorgang löscht automatisch %s"
-#: catalog/dependency.c:858 catalog/dependency.c:867
+#: catalog/dependency.c:860 catalog/dependency.c:869
#, c-format
msgid "%s depends on %s"
msgstr "%s hängt von %s ab"
-#: catalog/dependency.c:879 catalog/dependency.c:888
+#: catalog/dependency.c:881 catalog/dependency.c:890
#, c-format
msgid "drop cascades to %s"
msgstr "Löschvorgang löscht ebenfalls %s"
-#: catalog/dependency.c:896 catalog/pg_shdepend.c:659
+#: catalog/dependency.c:898 catalog/pg_shdepend.c:660
#, c-format
msgid ""
"\n"
@@ -8142,226 +8328,231 @@ msgstr[1] ""
"\n"
"und %d weitere Objekte (Liste im Serverlog)"
-#: catalog/dependency.c:908
+#: catalog/dependency.c:910
#, 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:912 catalog/dependency.c:919
+#: catalog/dependency.c:914 catalog/dependency.c:921
msgid "Use DROP ... CASCADE to drop the dependent objects too."
msgstr ""
"Verwenden Sie DROP ... CASCADE um die abhängigen Objekte ebenfalls zu "
"löschen."
-#: catalog/dependency.c:916
+#: catalog/dependency.c:918
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"
#. translator: %d always has a value larger than 1
-#: catalog/dependency.c:925
+#: catalog/dependency.c:927
#, 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:2093
+#: catalog/dependency.c:2103
#, c-format
msgid " column %s"
msgstr " Spalte %s"
-#: catalog/dependency.c:2099
+#: catalog/dependency.c:2109
#, c-format
msgid "function %s"
msgstr "Funktion %s"
-#: catalog/dependency.c:2104
+#: catalog/dependency.c:2114
#, c-format
msgid "type %s"
msgstr "Typ %s"
-#: catalog/dependency.c:2134
+#: catalog/dependency.c:2144
#, c-format
msgid "cast from %s to %s"
msgstr "Typumwandlung von %s in %s"
-#: catalog/dependency.c:2162
+#: catalog/dependency.c:2172
#, c-format
msgid "constraint %s on %s"
msgstr "Constraint %s für %s"
-#: catalog/dependency.c:2168
+#: catalog/dependency.c:2178
#, c-format
msgid "constraint %s"
msgstr "Constraint %s"
-#: catalog/dependency.c:2186
+#: catalog/dependency.c:2196
#, c-format
msgid "conversion %s"
msgstr "Konversion %s"
-#: catalog/dependency.c:2223
+#: catalog/dependency.c:2233
#, c-format
msgid "default for %s"
msgstr "Vorgabewert für %s"
-#: catalog/dependency.c:2241
+#: catalog/dependency.c:2251
#, c-format
msgid "language %s"
msgstr "Sprache %s"
-#: catalog/dependency.c:2248
+#: catalog/dependency.c:2257
+#, fuzzy, c-format
+msgid "large object %u"
+msgstr "Large Objects"
+
+#: catalog/dependency.c:2262
#, c-format
msgid "operator %s"
msgstr "Operator %s"
-#: catalog/dependency.c:2282
+#: catalog/dependency.c:2296
#, c-format
msgid "operator class %s for access method %s"
msgstr "Operatorklasse %s für Zugriffsmethode %s"
-#: catalog/dependency.c:2332
+#: catalog/dependency.c:2346
#, c-format
msgid "operator %d %s of %s"
msgstr "Operator %d %s von %s"
-#: catalog/dependency.c:2379
+#: catalog/dependency.c:2393
#, c-format
msgid "function %d %s of %s"
msgstr "Funktion %d %s von %s"
-#: catalog/dependency.c:2416
+#: catalog/dependency.c:2430
#, c-format
msgid "rule %s on "
msgstr "Regel %s für "
-#: catalog/dependency.c:2451
+#: catalog/dependency.c:2465
#, c-format
msgid "trigger %s on "
msgstr "Trigger %s für "
-#: catalog/dependency.c:2468
+#: catalog/dependency.c:2482
#, c-format
msgid "schema %s"
msgstr "Schema %s"
-#: catalog/dependency.c:2482
+#: catalog/dependency.c:2496
#, c-format
msgid "text search parser %s"
msgstr "Textsucheparser %s"
-#: catalog/dependency.c:2498
+#: catalog/dependency.c:2512
#, c-format
msgid "text search dictionary %s"
msgstr "Textsuchewörterbuch %s"
-#: catalog/dependency.c:2514
+#: catalog/dependency.c:2528
#, c-format
msgid "text search template %s"
msgstr "Textsuchevorlage %s"
-#: catalog/dependency.c:2530
+#: catalog/dependency.c:2544
#, c-format
msgid "text search configuration %s"
msgstr "Textsuchekonfiguration %s"
-#: catalog/dependency.c:2538
+#: catalog/dependency.c:2552
#, c-format
msgid "role %s"
msgstr "Rolle %s"
-#: catalog/dependency.c:2551
+#: catalog/dependency.c:2565
#, c-format
msgid "database %s"
msgstr "Datenbank %s"
-#: catalog/dependency.c:2563
+#: catalog/dependency.c:2577
#, c-format
msgid "tablespace %s"
msgstr "Tablespace %s"
-#: catalog/dependency.c:2572
+#: catalog/dependency.c:2586
#, c-format
msgid "foreign-data wrapper %s"
msgstr "Fremddaten-Wrapper %s"
-#: catalog/dependency.c:2581
+#: catalog/dependency.c:2595
#, c-format
msgid "server %s"
msgstr "Server %s"
-#: catalog/dependency.c:2607
+#: catalog/dependency.c:2621
#, c-format
msgid "user mapping for %s"
msgstr "Benutzerabbildung für %s"
-#: catalog/dependency.c:2641
+#: catalog/dependency.c:2655
#, c-format
msgid "default privileges on new relations belonging to role %s"
msgstr ""
-#: catalog/dependency.c:2646
+#: catalog/dependency.c:2660
#, c-format
msgid "default privileges on new sequences belonging to role %s"
msgstr ""
-#: catalog/dependency.c:2651
+#: catalog/dependency.c:2665
#, c-format
msgid "default privileges on new functions belonging to role %s"
msgstr ""
-#: catalog/dependency.c:2657
+#: catalog/dependency.c:2671
#, c-format
msgid "default privileges belonging to role %s"
msgstr ""
-#: catalog/dependency.c:2665
+#: catalog/dependency.c:2679
#, fuzzy, c-format
msgid " in schema %s"
msgstr "Schema %s"
-#: catalog/dependency.c:2714
+#: catalog/dependency.c:2728
#, c-format
msgid "table %s"
msgstr "Tabelle %s"
-#: catalog/dependency.c:2718
+#: catalog/dependency.c:2732
#, c-format
msgid "index %s"
msgstr "Index %s"
-#: catalog/dependency.c:2722
+#: catalog/dependency.c:2736
#, c-format
msgid "sequence %s"
msgstr "Sequenz %s"
-#: catalog/dependency.c:2726
+#: catalog/dependency.c:2740
#, c-format
msgid "uncataloged table %s"
msgstr "nicht katalogisierte Tabelle %s"
-#: catalog/dependency.c:2730
+#: catalog/dependency.c:2744
#, c-format
msgid "toast table %s"
msgstr "TOAST-Tabelle %s"
-#: catalog/dependency.c:2734
+#: catalog/dependency.c:2748
#, c-format
msgid "view %s"
msgstr "Sicht %s"
-#: catalog/dependency.c:2738
+#: catalog/dependency.c:2752
#, c-format
msgid "composite type %s"
msgstr "zusammengesetzter Typ %s"
-#: catalog/dependency.c:2743
+#: catalog/dependency.c:2757
#, c-format
msgid "relation %s"
msgstr "Relation %s"
-#: catalog/dependency.c:2784
+#: catalog/dependency.c:2798
#, c-format
msgid "operator family %s for access method %s"
msgstr "Operatorfamilie %s für Zugriffsmethode %s"
@@ -8375,8 +8566,8 @@ msgstr "keine Berechtigung um »%s.%s« zu erzeugen"
msgid "System catalog modifications are currently disallowed."
msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt."
-#: catalog/heap.c:365 commands/tablecmds.c:1212 commands/tablecmds.c:1564
-#: commands/tablecmds.c:3696
+#: catalog/heap.c:365 commands/tablecmds.c:1222 commands/tablecmds.c:1574
+#: commands/tablecmds.c:3740
#, c-format
msgid "tables can have at most %d columns"
msgstr "Tabellen können höchstens %d Spalten haben"
@@ -8405,18 +8596,18 @@ msgstr "Relation wird trotzdem erzeugt."
msgid "column \"%s\" has pseudo-type %s"
msgstr "Spalte »%s« hat Pseudotyp %s"
-#: catalog/heap.c:902 catalog/index.c:607 commands/tablecmds.c:2195
+#: catalog/heap.c:903 catalog/index.c:624 commands/tablecmds.c:2205
#, c-format
msgid "relation \"%s\" already exists"
msgstr "Relation »%s« existiert bereits"
-#: catalog/heap.c:919 catalog/pg_type.c:379 catalog/pg_type.c:656
-#: commands/typecmds.c:219 commands/typecmds.c:796 commands/typecmds.c:1117
+#: catalog/heap.c:920 catalog/pg_type.c:379 catalog/pg_type.c:656
+#: commands/typecmds.c:219 commands/typecmds.c:802 commands/typecmds.c:1129
#, c-format
msgid "type \"%s\" already exists"
msgstr "Typ »%s« existiert bereits"
-#: catalog/heap.c:920
+#: catalog/heap.c:921
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."
@@ -8424,12 +8615,12 @@ 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:941 catalog/index.c:601 commands/tablecmds.c:6944
+#: catalog/heap.c:942 catalog/index.c:618 commands/tablecmds.c:6997
msgid "only shared relations can be placed in pg_global tablespace"
msgstr ""
"nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
-#: catalog/heap.c:1513
+#: catalog/heap.c:1514
#, c-format
msgid ""
"cannot drop \"%s\" because it is being used by active queries in this session"
@@ -8437,74 +8628,74 @@ msgstr ""
"kann »%s« nicht löschen, weil sie von aktiven Anfragen in dieser Sitzung "
"verwendet wird"
-#: catalog/heap.c:1964
+#: catalog/heap.c:1966
#, c-format
msgid "check constraint \"%s\" already exists"
msgstr "Check-Constraint »%s« existiert bereits"
-#: catalog/heap.c:2108 catalog/pg_constraint.c:616 commands/tablecmds.c:4620
+#: catalog/heap.c:2110 catalog/pg_constraint.c:644 commands/tablecmds.c:4665
#, c-format
msgid "constraint \"%s\" for relation \"%s\" already exists"
msgstr "Constraint »%s« existiert bereits für Relation »%s«"
-#: catalog/heap.c:2112
+#: catalog/heap.c:2114
#, c-format
msgid "merging constraint \"%s\" with inherited definition"
msgstr "Constraint »%s« wird mit geerbter Definition zusammengeführt"
-#: catalog/heap.c:2211
+#: catalog/heap.c:2213
msgid "cannot use column references in default expression"
msgstr "Spaltenverweise können nicht in Vorgabeausdrücken verwendet werden"
-#: catalog/heap.c:2219
+#: catalog/heap.c:2221
msgid "default expression must not return a set"
msgstr "Vorgabeausdruck kann keine Ergebnismenge zurückgeben"
-#: catalog/heap.c:2227
+#: catalog/heap.c:2229
msgid "cannot use subquery in default expression"
msgstr "Unteranfragen können nicht in Vorgabeausdrücken verwendet werden"
-#: catalog/heap.c:2231
+#: catalog/heap.c:2233
msgid "cannot use aggregate function in default expression"
msgstr "Aggregatfunktionen können nicht in Vorgabeausdrücken verwendet werden"
-#: catalog/heap.c:2235
+#: catalog/heap.c:2237
msgid "cannot use window function in default expression"
msgstr "Fensterfunktionen können nicht in Vorgabeausdrücken verwendet werden"
-#: catalog/heap.c:2254 rewrite/rewriteHandler.c:944
+#: catalog/heap.c:2256 rewrite/rewriteHandler.c:952
#, c-format
msgid "column \"%s\" is of type %s but default expression is of type %s"
msgstr "Spalte »%s« hat Typ %s, aber der Vorgabeausdruck hat Typ %s"
-#: catalog/heap.c:2259 commands/prepare.c:369 parser/parse_node.c:367
-#: parser/parse_target.c:471 parser/parse_target.c:730
-#: parser/parse_target.c:740 rewrite/rewriteHandler.c:949
+#: catalog/heap.c:2261 commands/prepare.c:369 parser/parse_node.c:372
+#: parser/parse_target.c:475 parser/parse_target.c:734
+#: parser/parse_target.c:744 rewrite/rewriteHandler.c:957
msgid "You will need to rewrite or cast the expression."
msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen."
-#: catalog/heap.c:2295
+#: catalog/heap.c:2297
#, c-format
msgid "only table \"%s\" can be referenced in check constraint"
msgstr "nur Verweise auf Tabelle »%s« sind im Check-Constraint zugelassen"
-#: catalog/heap.c:2304 commands/typecmds.c:2252
+#: catalog/heap.c:2306 commands/typecmds.c:2270
msgid "cannot use subquery in check constraint"
msgstr "Unteranfragen können nicht in Check-Constraints verwendet werden"
-#: catalog/heap.c:2308 commands/typecmds.c:2256
+#: catalog/heap.c:2310 commands/typecmds.c:2274
msgid "cannot use aggregate function in check constraint"
msgstr "Aggregatfunktionen können nicht in Check-Constraints verwendet werden"
-#: catalog/heap.c:2312 commands/typecmds.c:2260
+#: catalog/heap.c:2314 commands/typecmds.c:2278
msgid "cannot use window function in check constraint"
msgstr "Fensterfunktionen können nicht in Check-Constraints verwendet werden"
-#: catalog/heap.c:2550
+#: catalog/heap.c:2552
msgid "unsupported ON COMMIT and foreign key combination"
msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel"
-#: catalog/heap.c:2551
+#: catalog/heap.c:2553
#, c-format
msgid ""
"Table \"%s\" references \"%s\", but they do not have the same ON COMMIT "
@@ -8513,49 +8704,49 @@ msgstr ""
"Tabelle »%s« verweist auf »%s«, aber sie haben nicht die gleiche ON-COMMIT-"
"Einstellung"
-#: catalog/heap.c:2556
+#: catalog/heap.c:2558
msgid "cannot truncate a table referenced in a foreign key constraint"
msgstr ""
"kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, "
"nicht leeren"
-#: catalog/heap.c:2557
+#: catalog/heap.c:2559
#, c-format
msgid "Table \"%s\" references \"%s\"."
msgstr "Tabelle »%s« verweist auf »%s«."
-#: catalog/heap.c:2559
+#: catalog/heap.c:2561
#, c-format
msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
msgstr ""
"Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... "
"CASCADE."
-#: catalog/index.c:564
+#: catalog/index.c:572
msgid "user-defined indexes on system catalog tables are not supported"
msgstr ""
"benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt"
-#: catalog/index.c:574
+#: catalog/index.c:582
msgid "concurrent index creation on system catalog tables is not supported"
msgstr ""
"nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt"
-#: catalog/index.c:583
+#: catalog/index.c:600
msgid "shared indexes cannot be created after initdb"
msgstr "Cluster-globale Indexe können nicht nach initdb erzeugt werden"
-#: catalog/index.c:2331
+#: catalog/index.c:2504
msgid "cannot reindex temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht reindizieren"
-#: catalog/index.c:2353
+#: catalog/index.c:2526
#, c-format
msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
msgstr ""
"Cluster-globaler Index »%s« kann nur im Einzelbenutzermodus reindiziert werden"
-#: catalog/namespace.c:232 catalog/namespace.c:306 commands/trigger.c:3546
+#: catalog/namespace.c:232 catalog/namespace.c:306 commands/trigger.c:3867
#, c-format
msgid "cross-database references are not implemented: \"%s.%s.%s\""
msgstr "Verweise auf andere Datenbanken sind nicht implementiert: »%s.%s.%s«"
@@ -8564,12 +8755,12 @@ msgstr "Verweise auf andere Datenbanken sind nicht implementiert: »%s.%s.%s«"
msgid "temporary tables cannot specify a schema name"
msgstr "temporäre Tabellen können keinen Schemanamen angeben"
-#: catalog/namespace.c:273 commands/lockcmds.c:113 parser/parse_relation.c:864
+#: catalog/namespace.c:273 commands/lockcmds.c:123 parser/parse_relation.c:836
#, c-format
msgid "relation \"%s.%s\" does not exist"
msgstr "Relation »%s.%s« existiert nicht"
-#: catalog/namespace.c:359 catalog/namespace.c:2431
+#: catalog/namespace.c:359 catalog/namespace.c:2463
msgid "no schema has been selected to create in"
msgstr "kein Schema für die Objekterzeugung ausgewählt"
@@ -8594,23 +8785,23 @@ msgstr "Textsuchevorlage »%s« existiert nicht"
msgid "text search configuration \"%s\" does not exist"
msgstr "Textsuchekonfiguration »%s« existiert nicht"
-#: catalog/namespace.c:2277 parser/parse_expr.c:587 parser/parse_target.c:909
+#: catalog/namespace.c:2277 parser/parse_expr.c:767 parser/parse_target.c:997
#, c-format
msgid "cross-database references are not implemented: %s"
msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s"
-#: catalog/namespace.c:2283 parser/parse_expr.c:621 parser/parse_target.c:919
-#: gram.y:3541 gram.y:10285
+#: catalog/namespace.c:2283 parser/parse_expr.c:774 parser/parse_target.c:1004
+#: gram.y:3615 gram.y:10449
#, c-format
msgid "improper qualified name (too many dotted names): %s"
msgstr "falscher qualifizierter Name (zu viele Namensteile): %s"
-#: catalog/namespace.c:2463
+#: catalog/namespace.c:2495
#, c-format
msgid "improper relation name (too many dotted names): %s"
msgstr "falscher Relationsname (zu viele Namensteile): %s"
-#: catalog/namespace.c:3037
+#: catalog/namespace.c:3069
#, c-format
msgid "permission denied to create temporary tables in database \"%s\""
msgstr "keine Berechtigung um temporäre Tabellen in Datenbank »%s« zu erzeugen"
@@ -8670,10 +8861,10 @@ msgstr ""
"Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben "
"werden"
-#: catalog/pg_aggregate.c:333 commands/typecmds.c:1269
-#: commands/typecmds.c:1320 commands/typecmds.c:1351 commands/typecmds.c:1374
-#: commands/typecmds.c:1395 commands/typecmds.c:1422 commands/typecmds.c:1449
-#: parser/parse_func.c:282 parser/parse_func.c:1480
+#: catalog/pg_aggregate.c:333 commands/typecmds.c:1281
+#: commands/typecmds.c:1332 commands/typecmds.c:1363 commands/typecmds.c:1386
+#: commands/typecmds.c:1407 commands/typecmds.c:1434 commands/typecmds.c:1461
+#: parser/parse_func.c:286 parser/parse_func.c:1447
#, c-format
msgid "function %s does not exist"
msgstr "Funktion %s existiert nicht"
@@ -8688,17 +8879,17 @@ msgstr "Funktion %s gibt eine Ergebnismenge zurück"
msgid "function %s requires run-time type coercion"
msgstr "Funktion %s erfordert Typumwandlung zur Laufzeit"
-#: catalog/pg_constraint.c:625 commands/typecmds.c:2193
+#: catalog/pg_constraint.c:653 commands/typecmds.c:2211
#, c-format
msgid "constraint \"%s\" for domain \"%s\" already exists"
msgstr "Constraint »%s« für Domäne »%s« existiert bereits"
-#: catalog/pg_constraint.c:744
+#: catalog/pg_constraint.c:772
#, c-format
msgid "table \"%s\" has multiple constraints named \"%s\""
msgstr "Tabelle »%s« hat mehrere Constraints namens »%s«"
-#: catalog/pg_constraint.c:756
+#: catalog/pg_constraint.c:784
#, c-format
msgid "constraint \"%s\" for table \"%s\" does not exist"
msgstr "Constraint »%s« für Tabelle »%s« existiert nicht"
@@ -8718,23 +8909,17 @@ msgstr "Standardumwandlung von %s nach %s existiert bereits"
msgid "cannot remove dependency on %s because it is a system object"
msgstr "kann Abhängigkeit von %s nicht entfernen, weil es ein Systemobjekt ist"
-#: catalog/pg_enum.c:91
+#: catalog/pg_enum.c:95
#, c-format
msgid "invalid enum label \"%s\""
msgstr "ungültiges Enum-Label »%s«"
-#: catalog/pg_enum.c:92
+#: catalog/pg_enum.c:96
#, c-format
msgid "Labels must be %d characters or less."
msgstr "Labels müssen %d oder weniger Zeichen haben."
-#: catalog/pg_largeobject.c:107 commands/comment.c:1436
-#: storage/large_object/inv_api.c:266 storage/large_object/inv_api.c:371
-#, c-format
-msgid "large object %u does not exist"
-msgstr "Large Object %u existiert nicht"
-
-#: catalog/pg_namespace.c:52 commands/schemacmds.c:276
+#: catalog/pg_namespace.c:52 commands/schemacmds.c:277
#, c-format
msgid "schema \"%s\" already exists"
msgstr "Schema »%s« existiert bereits"
@@ -8789,7 +8974,7 @@ msgstr "Operator %s existiert bereits"
msgid "operator cannot be its own negator or sort operator"
msgstr "Operator kann nicht sein eigener Negator oder Sortierungsoperator sein"
-#: catalog/pg_proc.c:117 parser/parse_func.c:1525 parser/parse_func.c:1565
+#: catalog/pg_proc.c:117 parser/parse_func.c:1492 parser/parse_func.c:1532
#, c-format
msgid "functions cannot have more than %d argument"
msgid_plural "functions cannot have more than %d arguments"
@@ -8875,7 +9060,7 @@ msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben"
msgid "SQL functions cannot have arguments of type %s"
msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben"
-#: catalog/pg_proc.c:847 executor/functions.c:943
+#: catalog/pg_proc.c:847 executor/functions.c:948
#, c-format
msgid "SQL function \"%s\""
msgstr "SQL-Funktion »%s«"
@@ -8910,7 +9095,7 @@ msgstr "Typen mit fester Größe müssen Storage-Typ PLAIN haben"
msgid "could not form array type name for type \"%s\""
msgstr "konnte keinen Arraytypnamen für Datentyp »%s« erzeugen"
-#: catalog/pg_shdepend.c:666
+#: catalog/pg_shdepend.c:667
#, c-format
msgid ""
"\n"
@@ -8925,40 +9110,40 @@ msgstr[1] ""
"\n"
"und Objekte in %d anderen Datenbanken (Liste im Serverlog)"
-#: catalog/pg_shdepend.c:980
+#: catalog/pg_shdepend.c:981
#, c-format
msgid "role %u was concurrently dropped"
msgstr "Rolle %u wurde gleichzeitig gelöscht"
-#: catalog/pg_shdepend.c:999
+#: catalog/pg_shdepend.c:1000
#, c-format
msgid "tablespace %u was concurrently dropped"
msgstr "Tablespace %u wurde gleichzeitig gelöscht"
-#: catalog/pg_shdepend.c:1014
+#: catalog/pg_shdepend.c:1015
#, fuzzy, c-format
msgid "database %u was concurrently dropped"
msgstr "Tablespace %u wurde gleichzeitig gelöscht"
-#: catalog/pg_shdepend.c:1058
+#: catalog/pg_shdepend.c:1059
#, c-format
msgid "owner of %s"
msgstr "Eigentümer von %s"
-#: catalog/pg_shdepend.c:1060
+#: catalog/pg_shdepend.c:1061
#, c-format
msgid "access to %s"
msgstr "Zugriff auf %s"
#. translator: %s will always be "database %s"
-#: catalog/pg_shdepend.c:1068
+#: catalog/pg_shdepend.c:1069
#, c-format
msgid "%d object in %s"
msgid_plural "%d objects in %s"
msgstr[0] "%d Objekt in %s"
msgstr[1] "%d Objekte in %s"
-#: catalog/pg_shdepend.c:1179 catalog/pg_shdepend.c:1275
+#: catalog/pg_shdepend.c:1180 catalog/pg_shdepend.c:1276
#, c-format
msgid ""
"cannot drop objects owned by %s because they are required by the database "
@@ -8967,10 +9152,10 @@ msgstr ""
"kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem "
"benötigt werden"
-#: catalog/toasting.c:94 commands/comment.c:571 commands/indexcmds.c:178
-#: commands/indexcmds.c:1364 commands/lockcmds.c:140 commands/tablecmds.c:194
-#: commands/tablecmds.c:1063 commands/tablecmds.c:3330 commands/trigger.c:127
-#: commands/trigger.c:820
+#: catalog/toasting.c:94 commands/comment.c:573 commands/indexcmds.c:184
+#: commands/indexcmds.c:1488 commands/lockcmds.c:150 commands/tablecmds.c:194
+#: commands/tablecmds.c:1073 commands/tablecmds.c:3374 commands/trigger.c:150
+#: commands/trigger.c:1022
#, c-format
msgid "\"%s\" is not a table"
msgstr "»%s« ist keine Tabelle"
@@ -9018,26 +9203,26 @@ msgstr "Aggregatfunktion %s(%s) existiert nicht, wird übersprungen"
msgid "function %s already exists in schema \"%s\""
msgstr "Funktion %s existiert bereits in Schema »%s«"
-#: commands/analyze.c:180
+#: commands/analyze.c:182
#, c-format
msgid "skipping \"%s\" --- only superuser can analyze it"
msgstr "überspringe »%s« --- nur Superuser kann sie analysieren"
-#: commands/analyze.c:184
+#: commands/analyze.c:186
#, 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"
-#: commands/analyze.c:188
+#: commands/analyze.c:190
#, 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"
-#: commands/analyze.c:204
+#: commands/analyze.c:206
#, c-format
msgid ""
"skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
@@ -9045,17 +9230,17 @@ msgstr ""
"überspringe »%s« --- kann Indexe, Sichten oder spezielle Systemtabellen nicht "
"analysieren"
-#: commands/analyze.c:232
+#: commands/analyze.c:234
#, c-format
msgid "analyzing \"%s.%s\""
msgstr "analysiere »%s.%s«"
-#: commands/analyze.c:528
+#: commands/analyze.c:533
#, c-format
msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
msgstr "automatisches Analysieren von Tabelle »%s.%s.%s« Systembenutzung: %s"
-#: commands/analyze.c:1125
+#: commands/analyze.c:1133
#, c-format
msgid ""
"\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead "
@@ -9079,7 +9264,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:6724
+#: commands/cluster.c:168 commands/tablecmds.c:6777
#, c-format
msgid "index \"%s\" for table \"%s\" does not exist"
msgstr "Index »%s« für Tabelle »%s« existiert nicht"
@@ -9155,75 +9340,75 @@ msgstr "kann nicht anhand des ungültigen Index »%s« clustern"
msgid "\"%s\" is a system catalog"
msgstr "»%s« ist ein Systemkatalog"
-#: commands/comment.c:578 commands/tablecmds.c:206 commands/tablecmds.c:2134
-#: commands/tablecmds.c:2357 commands/tablecmds.c:7759 commands/view.c:163
+#: commands/comment.c:580 commands/tablecmds.c:206 commands/tablecmds.c:2144
+#: commands/tablecmds.c:2367 commands/tablecmds.c:7812 commands/view.c:163
#, c-format
msgid "\"%s\" is not a view"
msgstr "»%s« ist keine Sicht"
-#: commands/comment.c:664
+#: commands/comment.c:666
msgid "database name cannot be qualified"
msgstr "Datenbankname kann nicht qualifiziert werden"
-#: commands/comment.c:712
+#: commands/comment.c:714
msgid "tablespace name cannot be qualified"
msgstr "Tablespace-Name kann nicht qualifiziert werden"
-#: commands/comment.c:749
+#: commands/comment.c:751
msgid "role name cannot be qualified"
msgstr "Rollenname kann nicht qualifiziert werden"
-#: commands/comment.c:758
+#: commands/comment.c:760
#, c-format
msgid "must be member of role \"%s\" to comment upon it"
msgstr ""
"nur für Mitglieder der Rolle »%s« können einen Kommentar für sie erstellen"
-#: commands/comment.c:782 commands/schemacmds.c:177
+#: commands/comment.c:784 commands/schemacmds.c:178
msgid "schema name cannot be qualified"
msgstr "Schemaname kann nicht qualifiziert werden"
-#: commands/comment.c:859
+#: commands/comment.c:861
#, c-format
msgid "rule \"%s\" does not exist"
msgstr "Regel »%s« existiert nicht"
-#: commands/comment.c:867
+#: commands/comment.c:869
#, c-format
msgid "there are multiple rules named \"%s\""
msgstr "es gibt mehrere Regeln namens »%s«"
-#: commands/comment.c:868
+#: commands/comment.c:870
msgid "Specify a relation name as well as a rule name."
msgstr "Geben Sie einen Relationsnamen und einen Regelnamen an."
-#: commands/comment.c:896 rewrite/rewriteDefine.c:689
+#: commands/comment.c:898 rewrite/rewriteDefine.c:689
#: rewrite/rewriteDefine.c:752 rewrite/rewriteRemove.c:63
#, c-format
msgid "rule \"%s\" for relation \"%s\" does not exist"
msgstr "Regel »%s« für Relation »%s« existiert nicht"
-#: commands/comment.c:1091 commands/trigger.c:751 commands/trigger.c:951
-#: commands/trigger.c:1062
+#: commands/comment.c:1093 commands/trigger.c:953 commands/trigger.c:1153
+#: commands/trigger.c:1264
#, c-format
msgid "trigger \"%s\" for table \"%s\" does not exist"
msgstr "Trigger »%s« für Tabelle »%s« existiert nicht"
-#: commands/comment.c:1169 commands/conversioncmds.c:153
+#: commands/comment.c:1171 commands/conversioncmds.c:153
#: commands/conversioncmds.c:211 commands/conversioncmds.c:267
#, c-format
msgid "conversion \"%s\" does not exist"
msgstr "Konversion »%s« existiert nicht"
-#: commands/comment.c:1199
+#: commands/comment.c:1201
msgid "language name cannot be qualified"
msgstr "Sprachname kann nicht qualifiziert werden"
-#: commands/comment.c:1214
+#: commands/comment.c:1216
msgid "must be superuser to comment on procedural language"
msgstr "nur Superuser können Kommentare für prozedurale Sprachen erzeugen"
-#: commands/comment.c:1251 commands/comment.c:1337 commands/indexcmds.c:290
+#: commands/comment.c:1253 commands/comment.c:1339 commands/indexcmds.c:307
#: commands/opclasscmds.c:290 commands/opclasscmds.c:682
#: commands/opclasscmds.c:785 commands/opclasscmds.c:1517
#: commands/opclasscmds.c:1580 commands/opclasscmds.c:1748
@@ -9233,8 +9418,8 @@ msgstr "nur Superuser können Kommentare für prozedurale Sprachen erzeugen"
msgid "access method \"%s\" does not exist"
msgstr "Zugriffsmethode »%s« existiert nicht"
-#: commands/comment.c:1280 commands/comment.c:1290 commands/indexcmds.c:1019
-#: commands/indexcmds.c:1029 commands/opclasscmds.c:1529
+#: commands/comment.c:1282 commands/comment.c:1292 commands/indexcmds.c:1143
+#: commands/indexcmds.c:1153 commands/opclasscmds.c:1529
#: commands/opclasscmds.c:1533 commands/opclasscmds.c:1770
#: commands/opclasscmds.c:1781 commands/opclasscmds.c:1969
#: commands/opclasscmds.c:1980
@@ -9242,7 +9427,7 @@ msgstr "Zugriffsmethode »%s« existiert nicht"
msgid "operator class \"%s\" does not exist for access method \"%s\""
msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«"
-#: commands/comment.c:1366 commands/comment.c:1376 commands/opclasscmds.c:352
+#: commands/comment.c:1368 commands/comment.c:1378 commands/opclasscmds.c:352
#: commands/opclasscmds.c:805 commands/opclasscmds.c:1592
#: commands/opclasscmds.c:1596 commands/opclasscmds.c:1870
#: commands/opclasscmds.c:1881 commands/opclasscmds.c:2096
@@ -9251,22 +9436,22 @@ msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«"
msgid "operator family \"%s\" does not exist for access method \"%s\""
msgstr "Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«"
-#: commands/comment.c:1479 commands/functioncmds.c:1802
+#: commands/comment.c:1494 commands/functioncmds.c:1802
#, c-format
msgid "cast from type %s to type %s does not exist"
msgstr "Typumwandlung von Typ %s in Typ %s existiert nicht"
-#: commands/comment.c:1491 commands/functioncmds.c:1543
+#: commands/comment.c:1506 commands/functioncmds.c:1543
#: commands/functioncmds.c:1819
#, 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"
-#: commands/comment.c:1511
+#: commands/comment.c:1526
msgid "must be superuser to comment on text search parser"
msgstr "nur Superuser können Kommentare für Textsucheparser erzeugen"
-#: commands/comment.c:1540
+#: commands/comment.c:1555
msgid "must be superuser to comment on text search template"
msgstr "nur Superuser können Kommentare für Textsuchevorlagen erzeugen"
@@ -9325,9 +9510,9 @@ msgid "unexpected message type 0x%02X during COPY from stdin"
msgstr "unerwarteter Messagetyp 0x%02X während COPY FROM STDIN"
#: commands/copy.c:762
-#, fuzzy, c-format
+#, c-format
msgid "COPY format \"%s\" not recognized"
-msgstr "Storage-Typ »%s« nicht erkannt"
+msgstr "COPY-Format »%s« nicht erkannt"
#: commands/copy.c:825 commands/copy.c:839
#, fuzzy, c-format
@@ -9335,9 +9520,9 @@ msgid "argument to option \"%s\" must be a list of column names"
msgstr "Argument von %s muss ein Typname sein"
#: commands/copy.c:845
-#, fuzzy, c-format
+#, c-format
msgid "option \"%s\" not recognized"
-msgstr "Zeitzone »%s« nicht erkannt"
+msgstr "Option »%s« nicht erkannt"
#: commands/copy.c:856
msgid "cannot specify DELIMITER in BINARY mode"
@@ -9521,172 +9706,172 @@ msgstr "kann nicht in Sequenz »%s« kopieren"
msgid "cannot copy to non-table relation \"%s\""
msgstr "kann nicht in Relation »%s« kopieren, die keine Tabelle ist"
-#: commands/copy.c:1884
+#: commands/copy.c:1889
msgid "COPY file signature not recognized"
msgstr "COPY-Datei-Signatur nicht erkannt"
-#: commands/copy.c:1889
+#: commands/copy.c:1894
msgid "invalid COPY file header (missing flags)"
msgstr "ungültiger COPY-Dateikopf (Flags fehlen)"
-#: commands/copy.c:1895
+#: commands/copy.c:1900
msgid "unrecognized critical flags in COPY file header"
msgstr "unbekannte kritische Flags im COPY-Dateikopf"
-#: commands/copy.c:1901
+#: commands/copy.c:1906
msgid "invalid COPY file header (missing length)"
msgstr "ungültiger COPY-Dateikopf (Länge fehlt)"
-#: commands/copy.c:1908
+#: commands/copy.c:1913
msgid "invalid COPY file header (wrong length)"
msgstr "ungültiger COPY-Dateikopf (falsche Länge)"
-#: commands/copy.c:1999
+#: commands/copy.c:2004
msgid "missing data for OID column"
msgstr "fehlende Daten für OID-Spalte"
-#: commands/copy.c:2005
+#: commands/copy.c:2010
msgid "null OID in COPY data"
msgstr "OID ist NULL in COPY-Daten"
-#: commands/copy.c:2015 commands/copy.c:2087
+#: commands/copy.c:2020 commands/copy.c:2092
msgid "invalid OID in COPY data"
msgstr "ungültige OID in COPY-Daten"
-#: commands/copy.c:2030
+#: commands/copy.c:2035
#, c-format
msgid "missing data for column \"%s\""
msgstr "fehlende Daten für Spalte »%s«"
-#: commands/copy.c:2071
+#: commands/copy.c:2076
#, c-format
msgid "row field count is %d, expected %d"
msgstr "Feldanzahl in Zeile ist %d, erwartet wurden %d"
-#: commands/copy.c:2489 commands/copy.c:2506
+#: commands/copy.c:2494 commands/copy.c:2511
msgid "literal carriage return found in data"
msgstr "Carriage-Return-Zeichen in Daten gefunden"
-#: commands/copy.c:2490 commands/copy.c:2507
+#: commands/copy.c:2495 commands/copy.c:2512
msgid "unquoted carriage return found in data"
msgstr "ungequotetes Carriage-Return-Zeichen in Daten gefunden"
-#: commands/copy.c:2492 commands/copy.c:2509
+#: commands/copy.c:2497 commands/copy.c:2514
msgid "Use \"\\r\" to represent carriage return."
msgstr "Verwenden Sie »\\r« um ein Carriage-Return-Zeichen darzustellen."
-#: commands/copy.c:2493 commands/copy.c:2510
+#: commands/copy.c:2498 commands/copy.c:2515
msgid "Use quoted CSV field to represent carriage return."
msgstr ""
"Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen "
"darzustellen."
-#: commands/copy.c:2522
+#: commands/copy.c:2527
msgid "literal newline found in data"
msgstr "Newline-Zeichen in Daten gefunden"
-#: commands/copy.c:2523
+#: commands/copy.c:2528
msgid "unquoted newline found in data"
msgstr "ungequotetes Newline-Zeichen in Daten gefunden"
-#: commands/copy.c:2525
+#: commands/copy.c:2530
msgid "Use \"\\n\" to represent newline."
msgstr "Verwenden Sie »\\n« um ein Newline-Zeichen darzustellen."
-#: commands/copy.c:2526
+#: commands/copy.c:2531
msgid "Use quoted CSV field to represent newline."
msgstr ""
"Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen."
-#: commands/copy.c:2572 commands/copy.c:2608
+#: commands/copy.c:2577 commands/copy.c:2613
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:2581 commands/copy.c:2597
+#: commands/copy.c:2586 commands/copy.c:2602
msgid "end-of-copy marker corrupt"
msgstr "COPY-Ende-Markierung verfälscht"
-#: commands/copy.c:2724 commands/copy.c:2759 commands/copy.c:2939
-#: commands/copy.c:2974
+#: commands/copy.c:2729 commands/copy.c:2764 commands/copy.c:2944
+#: commands/copy.c:2979
msgid "extra data after last expected column"
msgstr "zusätzliche Daten nach letzter erwarteter Spalte"
-#: commands/copy.c:3021
+#: commands/copy.c:3026
msgid "unterminated CSV quoted field"
msgstr "Quotes in CSV-Feld nicht abgeschlossen"
-#: commands/copy.c:3098 commands/copy.c:3117
+#: commands/copy.c:3103 commands/copy.c:3122
msgid "unexpected EOF in COPY data"
msgstr "unerwartetes EOF in COPY-Daten"
-#: commands/copy.c:3107
+#: commands/copy.c:3112
msgid "invalid field size"
msgstr "ungültige Feldgröße"
-#: commands/copy.c:3130
+#: commands/copy.c:3135
msgid "incorrect binary data format"
msgstr "falsches Binärdatenformat"
-#: commands/copy.c:3448 commands/tablecmds.c:1234 parser/parse_target.c:820
-#: parser/parse_target.c:831
+#: commands/copy.c:3453 commands/tablecmds.c:1244 commands/trigger.c:507
+#: parser/parse_target.c:824 parser/parse_target.c:835
#, c-format
msgid "column \"%s\" specified more than once"
msgstr "Spalte »%s« mehrmals angegeben"
-#: commands/dbcommands.c:199
+#: commands/dbcommands.c:201
msgid "LOCATION is not supported anymore"
msgstr "LOCATION wird nicht mehr unterstützt"
-#: commands/dbcommands.c:200
+#: commands/dbcommands.c:202
msgid "Consider using tablespaces instead."
msgstr "Verwenden Sie stattdessen Tablespaces."
-#: commands/dbcommands.c:251 commands/dbcommands.c:1345 commands/user.c:251
-#: commands/user.c:540
+#: commands/dbcommands.c:253 commands/dbcommands.c:1351 commands/user.c:257
+#: commands/user.c:566
#, c-format
msgid "invalid connection limit: %d"
msgstr "ungültige Verbindungshöchstgrenze: %d"
-#: commands/dbcommands.c:270
+#: commands/dbcommands.c:272
msgid "permission denied to create database"
msgstr "keine Berechtigung um Datenbank zu erzeugen"
-#: commands/dbcommands.c:293
+#: commands/dbcommands.c:295
#, c-format
msgid "template database \"%s\" does not exist"
msgstr "Template-Datenbank »%s« existiert nicht"
-#: commands/dbcommands.c:305
+#: commands/dbcommands.c:307
#, c-format
msgid "permission denied to copy database \"%s\""
msgstr "keine Berechtigung um Datenbank »%s« zu kopieren"
-#: commands/dbcommands.c:321
+#: commands/dbcommands.c:323
#, c-format
msgid "invalid server encoding %d"
msgstr "ungültige Serverkodierung %d"
-#: commands/dbcommands.c:327 commands/dbcommands.c:331
+#: commands/dbcommands.c:329 commands/dbcommands.c:333
#, c-format
msgid "invalid locale name %s"
msgstr "ungültiger Locale-Name %s"
-#: commands/dbcommands.c:364 commands/dbcommands.c:378
+#: commands/dbcommands.c:369 commands/dbcommands.c:384
#, c-format
msgid "encoding %s does not match locale %s"
msgstr "Kodierung %s stimmt nicht mit Locale %s überein"
-#: commands/dbcommands.c:367
+#: commands/dbcommands.c:372
#, c-format
msgid "The chosen LC_CTYPE setting requires encoding %s."
msgstr "Die gewählte LC_CTYPE-Einstellung verlangt die Kodierung %s."
-#: commands/dbcommands.c:381
+#: commands/dbcommands.c:387
#, c-format
msgid "The chosen LC_COLLATE setting requires encoding %s."
msgstr "Die gewählte LC_COLLATE-Einstellung verlangt die Kodierung %s."
-#: commands/dbcommands.c:399
+#: commands/dbcommands.c:405
#, c-format
msgid ""
"new encoding (%s) is incompatible with the encoding of the template database "
@@ -9695,7 +9880,7 @@ msgstr ""
"neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-"
"Datenbank (%s)"
-#: commands/dbcommands.c:402
+#: commands/dbcommands.c:408
msgid ""
"Use the same encoding as in the template database, or use template0 as "
"template."
@@ -9703,7 +9888,7 @@ msgstr ""
"Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder "
"verwenden Sie template0 als Template."
-#: commands/dbcommands.c:407
+#: commands/dbcommands.c:413
#, c-format
msgid ""
"new collation (%s) is incompatible with the collation of the template "
@@ -9712,7 +9897,7 @@ msgstr ""
"neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der "
"Template-Datenbank (%s)"
-#: commands/dbcommands.c:409
+#: commands/dbcommands.c:415
msgid ""
"Use the same collation as in the template database, or use template0 as "
"template."
@@ -9720,7 +9905,7 @@ msgstr ""
"Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder "
"verwenden Sie template0 als Template."
-#: commands/dbcommands.c:414
+#: commands/dbcommands.c:420
#, c-format
msgid ""
"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database "
@@ -9729,7 +9914,7 @@ msgstr ""
"neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank "
"(%s)"
-#: commands/dbcommands.c:416
+#: commands/dbcommands.c:422
msgid ""
"Use the same LC_CTYPE as in the template database, or use template0 as "
"template."
@@ -9737,16 +9922,16 @@ msgstr ""
"Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden "
"Sie template0 als Template."
-#: commands/dbcommands.c:443 commands/dbcommands.c:1052
+#: commands/dbcommands.c:449 commands/dbcommands.c:1058
msgid "pg_global cannot be used as default tablespace"
msgstr "pg_global kann nicht als Standard-Tablespace verwendet werden"
-#: commands/dbcommands.c:469
+#: commands/dbcommands.c:475
#, c-format
msgid "cannot assign new default tablespace \"%s\""
msgstr "kann neuen Standard-Tablespace »%s« nicht setzen"
-#: commands/dbcommands.c:471
+#: commands/dbcommands.c:477
#, c-format
msgid ""
"There is a conflict because database \"%s\" already has some tables in this "
@@ -9755,53 +9940,53 @@ msgstr ""
"Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem "
"Tablespace hat."
-#: commands/dbcommands.c:491 commands/dbcommands.c:921
+#: commands/dbcommands.c:497 commands/dbcommands.c:927
#, c-format
msgid "database \"%s\" already exists"
msgstr "Datenbank »%s« existiert bereits"
-#: commands/dbcommands.c:505
+#: commands/dbcommands.c:511
#, c-format
msgid "source database \"%s\" is being accessed by other users"
msgstr "auf Quelldatenbank »%s« wird gerade von anderen Benutzern zugegriffen"
-#: commands/dbcommands.c:761
+#: commands/dbcommands.c:767
#, c-format
msgid "database \"%s\" does not exist, skipping"
msgstr "Datenbank »%s« existiert nicht, wird übersprungen"
-#: commands/dbcommands.c:782
+#: commands/dbcommands.c:788
msgid "cannot drop a template database"
msgstr "Template-Datenbank kann nicht gelöscht werden"
-#: commands/dbcommands.c:788
+#: commands/dbcommands.c:794
msgid "cannot drop the currently open database"
msgstr "kann aktuell geöffnete Datenbank nicht löschen"
-#: commands/dbcommands.c:799 commands/dbcommands.c:943
-#: commands/dbcommands.c:1074
+#: commands/dbcommands.c:805 commands/dbcommands.c:949
+#: commands/dbcommands.c:1080
#, c-format
msgid "database \"%s\" is being accessed by other users"
msgstr "auf Datenbank »%s« wird von anderen Benutzern zugegriffen"
-#: commands/dbcommands.c:912
+#: commands/dbcommands.c:918
msgid "permission denied to rename database"
msgstr "keine Berechtigung um Datenbank umzubenennen"
-#: commands/dbcommands.c:932
+#: commands/dbcommands.c:938
msgid "current database cannot be renamed"
msgstr "aktuelle Datenbank kann nicht umbenannt werden"
-#: commands/dbcommands.c:1026
+#: commands/dbcommands.c:1032
msgid "cannot change the tablespace of the currently open database"
msgstr "kann den Tablespace der aktuell geöffneten Datenbank nicht ändern"
-#: commands/dbcommands.c:1114
+#: commands/dbcommands.c:1120
#, c-format
msgid "some relations of database \"%s\" are already in tablespace \"%s\""
msgstr "einige Relationen von Datenbank »%s« ist bereits in Tablespace »%s«"
-#: commands/dbcommands.c:1116
+#: commands/dbcommands.c:1122
msgid ""
"You must move them back to the database's default tablespace before using "
"this command."
@@ -9809,19 +9994,19 @@ msgstr ""
"Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, "
"bevor Sie diesen Befehl verwenden können."
-#: commands/dbcommands.c:1244 commands/dbcommands.c:1721
-#: commands/dbcommands.c:1916 commands/dbcommands.c:1952
+#: commands/dbcommands.c:1250 commands/dbcommands.c:1727
+#: commands/dbcommands.c:1922 commands/dbcommands.c:1978
#, c-format
msgid "some useless files may be left behind in old database directory \"%s\""
msgstr ""
"einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »%"
"s« zurückgelassen"
-#: commands/dbcommands.c:1493
+#: commands/dbcommands.c:1499
msgid "permission denied to change owner of database"
msgstr "keine Berechtigung um Eigentümer der Datenbank zu ändern"
-#: commands/dbcommands.c:1809
+#: commands/dbcommands.c:1815
#, c-format
msgid ""
"There are %d other session(s) and %d prepared transaction(s) using the "
@@ -9830,12 +10015,12 @@ msgstr ""
"%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die "
"Datenbank."
-#: commands/dbcommands.c:1812
+#: commands/dbcommands.c:1818
#, c-format
msgid "There are %d other session(s) using the database."
msgstr "%d andere Sitzung(en) verwenden die Datenbank."
-#: commands/dbcommands.c:1815
+#: commands/dbcommands.c:1821
#, c-format
msgid "There are %d prepared transaction(s) using the database."
msgstr "%d vorbereitete Transaktion(en) verwenden die Datenbank."
@@ -9877,15 +10062,19 @@ msgstr "%s erfordert einen ganzzahligen Wert"
msgid "invalid argument for %s: \"%s\""
msgstr "ungültiges Argument für %s: »%s«"
-#: commands/explain.c:143
-#, fuzzy, c-format
+#: commands/explain.c:145
+#, c-format
msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\""
-msgstr "ungültiger Wert für Boole'sche Option »%s«: »%s«"
+msgstr "unbekannter Wert für EXPLAIN-Option »%s«: »%s«"
-#: commands/explain.c:149
-#, fuzzy, c-format
+#: commands/explain.c:151
+#, c-format
msgid "unrecognized EXPLAIN option \"%s\""
-msgstr "nicht erkanntes Token »%s«"
+msgstr "unbekannte EXPLAIN-Option »%s«"
+
+#: commands/explain.c:158
+msgid "EXPLAIN option BUFFERS requires ANALYZE"
+msgstr ""
#: commands/foreigncmds.c:131 commands/foreigncmds.c:140
#, c-format
@@ -10050,9 +10239,9 @@ msgid "VARIADIC parameter must be an array"
msgstr "VARIADIC-Parameter muss ein Array sein"
#: commands/functioncmds.c:317
-#, fuzzy, c-format
+#, c-format
msgid "parameter name \"%s\" used more than once"
-msgstr "Parameter »%s« mehrmals angegeben"
+msgstr "Parametername »%s« mehrmals angegeben"
#: commands/functioncmds.c:332
msgid "only input parameters can have default values"
@@ -10246,13 +10435,13 @@ msgstr "Typumwandlung von Typ %s in Typ %s existiert nicht, wird übersprungen"
msgid "function \"%s\" is already in schema \"%s\""
msgstr "Funktion »%s« ist bereits in Schema »%s«"
-#: commands/functioncmds.c:1914 commands/tablecmds.c:7820
-#: commands/typecmds.c:2755
+#: commands/functioncmds.c:1914 commands/tablecmds.c:7873
+#: commands/typecmds.c:2774
msgid "cannot move objects into or out of temporary schemas"
msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden"
-#: commands/functioncmds.c:1920 commands/tablecmds.c:7826
-#: commands/typecmds.c:2761
+#: commands/functioncmds.c:1920 commands/tablecmds.c:7879
+#: commands/typecmds.c:2780
msgid "cannot move objects into or out of TOAST schema"
msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden"
@@ -10266,99 +10455,128 @@ msgstr "Funktion »%s« existiert bereits in Schema »%s«"
msgid "no inline code specified"
msgstr "kein Funktionskörper angegeben"
-#: commands/functioncmds.c:2051
+#: commands/functioncmds.c:2052
#, fuzzy, c-format
msgid "language \"%s\" does not support inline code execution"
msgstr "Sprache »%s« existiert nicht"
-#: commands/indexcmds.c:153
+#: commands/indexcmds.c:159
msgid "must specify at least one column"
msgstr "mindestens eine Spalte muss angegeben werden"
-#: commands/indexcmds.c:157
+#: commands/indexcmds.c:163
#, c-format
msgid "cannot use more than %d columns in an index"
msgstr "Index kann nicht mehr als %d Spalten enthalten"
-#: commands/indexcmds.c:187
+#: commands/indexcmds.c:193
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:280
+#: commands/indexcmds.c:297
msgid "substituting access method \"gist\" for obsolete method \"rtree\""
msgstr "ersetze Zugriffsmethode »gist« für obsolete Methode »rtree«"
-#: commands/indexcmds.c:299
+#: commands/indexcmds.c:316
#, c-format
msgid "access method \"%s\" does not support unique indexes"
msgstr "Zugriffsmethode »%s« unterstützt keine Unique Indexe"
-#: commands/indexcmds.c:304
+#: commands/indexcmds.c:321
#, c-format
msgid "access method \"%s\" does not support multicolumn indexes"
msgstr "Zugriffsmethode »%s« unterstützt keine mehrspaltigen Indexe"
-#: commands/indexcmds.c:337 parser/parse_utilcmd.c:1125
-#: parser/parse_utilcmd.c:1211
+#: commands/indexcmds.c:326
+#, fuzzy, c-format
+msgid "access method \"%s\" does not support exclusion constraints"
+msgstr "Zugriffsmethode »%s« unterstützt keine mehrspaltigen Indexe"
+
+#: commands/indexcmds.c:359 parser/parse_utilcmd.c:1193
+#: parser/parse_utilcmd.c:1279
#, c-format
msgid "multiple primary keys for table \"%s\" are not allowed"
msgstr "mehrere Primärschlüssel für Tabelle »%s« nicht erlaubt"
-#: commands/indexcmds.c:354
+#: commands/indexcmds.c:376
msgid "primary keys cannot be expressions"
msgstr "Primärschlüssel können keine Ausdrücke sein"
-#: commands/indexcmds.c:384 commands/indexcmds.c:836
-#: parser/parse_utilcmd.c:1328
+#: commands/indexcmds.c:406 commands/indexcmds.c:895
+#: parser/parse_utilcmd.c:1426
#, 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:439
+#: commands/indexcmds.c:480
#, 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:777
+#: commands/indexcmds.c:819
msgid "cannot use subquery in index predicate"
msgstr "Unteranfragen können nicht im Indexprädikat verwendet werden"
-#: commands/indexcmds.c:781
+#: commands/indexcmds.c:823
msgid "cannot use aggregate in index predicate"
msgstr "Aggregatfunktionen können nicht im Indexprädikat verwendet werden"
-#: commands/indexcmds.c:790
+#: commands/indexcmds.c:832
msgid "functions in index predicate must be marked IMMUTABLE"
msgstr "Funktionen im Indexprädikat müssen als IMMUTABLE markiert sein"
-#: commands/indexcmds.c:875
+#: commands/indexcmds.c:934
msgid "cannot use subquery in index expression"
msgstr "Unteranfragen können nicht in Indexausdrücken verwendet werden"
-#: commands/indexcmds.c:879
+#: commands/indexcmds.c:938
msgid "cannot use aggregate function in index expression"
msgstr "Aggregatfunktionen können nicht in Indexausdrücken verwendet werden"
-#: commands/indexcmds.c:889
+#: commands/indexcmds.c:948
msgid "functions in index expression must be marked IMMUTABLE"
msgstr "Funktionen im Indexausdruck müssen als IMMUTABLE markiert sein"
-#: commands/indexcmds.c:926
+#: commands/indexcmds.c:983
+#, c-format
+msgid "operator %s is not commutative"
+msgstr "Operator %s ist nicht kommutativ"
+
+#: commands/indexcmds.c:985
+#, fuzzy
+msgid "Only commutative operators can be used in exclusion constraints."
+msgstr "nur Verweise auf Tabelle »%s« sind im Check-Constraint zugelassen"
+
+#: commands/indexcmds.c:1012
+#, fuzzy, c-format
+msgid "operator %s is not a member of operator family \"%s\""
+msgstr "Operator %d(%s,%s) existiert nicht in Operatorfamilie »%s«"
+
+#: commands/indexcmds.c:1015
+#, fuzzy
+msgid ""
+"The exclusion operator must be related to the index operator class for the "
+"constraint."
+msgstr ""
+"Sie müssen für den Index eine Operatorklasse angeben oder eine "
+"Standardoperatorklasse für den Datentyp definieren."
+
+#: commands/indexcmds.c:1050
#, 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:931
+#: commands/indexcmds.c:1055
#, 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:987
+#: commands/indexcmds.c:1111
#, 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:989
+#: commands/indexcmds.c:1113
msgid ""
"You must specify an operator class for the index or define a default "
"operator class for the data type."
@@ -10366,43 +10584,43 @@ msgstr ""
"Sie müssen für den Index eine Operatorklasse angeben oder eine "
"Standardoperatorklasse für den Datentyp definieren."
-#: commands/indexcmds.c:1042
+#: commands/indexcmds.c:1166
#, c-format
msgid "operator class \"%s\" does not accept data type %s"
msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht"
-#: commands/indexcmds.c:1132
+#: commands/indexcmds.c:1256
#, 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:1376
+#: commands/indexcmds.c:1500
#, c-format
msgid "shared table \"%s\" can only be reindexed in stand-alone mode"
msgstr ""
"Cluster-globale Tabelle »%s« kann nur im Einzelbenutzermodus reindiziert "
"werden"
-#: commands/indexcmds.c:1383
+#: commands/indexcmds.c:1507
#, c-format
msgid "table \"%s\" has no indexes"
msgstr "Tabelle »%s« hat keine Indexe"
-#: commands/indexcmds.c:1411
+#: commands/indexcmds.c:1535
msgid "can only reindex the currently open database"
msgstr "aktuell geöffnete Datenbank kann nicht reindiziert werden"
-#: commands/indexcmds.c:1502
+#: commands/indexcmds.c:1626
#, c-format
msgid "table \"%s\" was reindexed"
msgstr "Tabelle »%s« wurde neu indiziert"
-#: commands/lockcmds.c:84
+#: commands/lockcmds.c:94
#, c-format
msgid "could not obtain lock on relation \"%s\""
msgstr "konnte Sperre für Relation »%s« nicht setzen"
-#: commands/lockcmds.c:89
+#: commands/lockcmds.c:99
#, c-format
msgid "could not obtain lock on relation with OID %u"
msgstr "konnte Sperre für Relation mit OID %u nicht setzen"
@@ -10598,7 +10816,7 @@ msgstr "ungültiger Anweisungsname: darf nicht leer sein"
msgid "utility statements cannot be prepared"
msgstr "Utility-Anweisungen können nicht vorbereitet werden"
-#: commands/prepare.c:239 commands/prepare.c:246 commands/prepare.c:697
+#: commands/prepare.c:239 commands/prepare.c:246 commands/prepare.c:702
msgid "prepared statement is not a SELECT"
msgstr "vorbereitete Anweisung ist kein SELECT"
@@ -10630,12 +10848,12 @@ msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
msgstr ""
"Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden"
-#: commands/prepare.c:458
+#: commands/prepare.c:463
#, c-format
msgid "prepared statement \"%s\" already exists"
msgstr "vorbereitete Anweisung »%s« existiert bereits"
-#: commands/prepare.c:516
+#: commands/prepare.c:521
#, c-format
msgid "prepared statement \"%s\" does not exist"
msgstr "vorbereitete Anweisung »%s« existiert nicht"
@@ -10684,97 +10902,97 @@ msgstr "ändere Rückgabetyp von Funktion %s von »opaque« in »language_handle
msgid "language \"%s\" does not exist, skipping"
msgstr "Sprache »%s« existiert nicht, wird übersprungen"
-#: commands/schemacmds.c:82 commands/schemacmds.c:292
+#: commands/schemacmds.c:82 commands/schemacmds.c:293
#, c-format
msgid "unacceptable schema name \"%s\""
msgstr "inakzeptabler Schemaname »%s«"
-#: commands/schemacmds.c:83 commands/schemacmds.c:293
+#: commands/schemacmds.c:83 commands/schemacmds.c:294
msgid "The prefix \"pg_\" is reserved for system schemas."
msgstr "Der Präfix »pg_« ist für Systemschemas reserviert."
-#: commands/schemacmds.c:196
+#: commands/schemacmds.c:197
#, c-format
msgid "schema \"%s\" does not exist, skipping"
msgstr "Schema »%s« existiert nicht, wird übersprungen"
-#: commands/sequence.c:548
+#: commands/sequence.c:551
#, c-format
msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
msgstr "nextval: Maximalwert von Sequenz »%s« erreicht (%s)"
-#: commands/sequence.c:571
+#: commands/sequence.c:574
#, c-format
msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
msgstr "nextval: Minimalwert von Sequenz »%s« erreicht (%s)"
-#: commands/sequence.c:669
+#: commands/sequence.c:672
#, c-format
msgid "currval of sequence \"%s\" is not yet defined in this session"
msgstr "currval von Sequenz »%s« ist in dieser Sitzung noch nicht definiert"
-#: commands/sequence.c:688 commands/sequence.c:696
+#: commands/sequence.c:691 commands/sequence.c:699
msgid "lastval is not yet defined in this session"
msgstr "lastval ist in dieser Sitzung noch nicht definiert"
-#: commands/sequence.c:760
+#: commands/sequence.c:763
#, 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)"
-#: commands/sequence.c:1089
+#: commands/sequence.c:1092
msgid "INCREMENT must not be zero"
msgstr "INCREMENT darf nicht null sein"
-#: commands/sequence.c:1135
+#: commands/sequence.c:1138
#, c-format
msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
msgstr "MINVALUE (%s) muss kleiner als MAXVALUE (%s) sein"
-#: commands/sequence.c:1160
+#: commands/sequence.c:1163
#, c-format
msgid "START value (%s) cannot be less than MINVALUE (%s)"
msgstr "START-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein"
-#: commands/sequence.c:1172
+#: commands/sequence.c:1175
#, c-format
msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
msgstr "START-Wert (%s) kann nicht größer als MAXVALUE (%s) sein"
-#: commands/sequence.c:1203
+#: commands/sequence.c:1206
#, c-format
msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
msgstr "RESTART-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein"
-#: commands/sequence.c:1215
+#: commands/sequence.c:1218
#, c-format
msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
msgstr "RESTART-Wert (%s) kann nicht größer als MAXVALUE (%s) sein"
-#: commands/sequence.c:1230
+#: commands/sequence.c:1233
#, c-format
msgid "CACHE (%s) must be greater than zero"
msgstr "CACHE (%s) muss größer als null sein"
-#: commands/sequence.c:1261
+#: commands/sequence.c:1264
msgid "invalid OWNED BY option"
msgstr "ungültige OWNED BY Option"
-#: commands/sequence.c:1262
+#: commands/sequence.c:1265
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:1284 commands/tablecmds.c:4786
+#: commands/sequence.c:1287 commands/tablecmds.c:4831
#, c-format
msgid "referenced relation \"%s\" is not a table"
msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle"
-#: commands/sequence.c:1291
+#: commands/sequence.c:1294
msgid "sequence must have same owner as table it is linked to"
msgstr "Sequenz muss selben Eigentümer wie die verknüpfte Tabelle haben"
-#: commands/sequence.c:1295
+#: commands/sequence.c:1298
msgid "sequence must be in same schema as table it is linked to"
msgstr "Sequenz muss im selben Schema wie die verknüpfte Tabelle sein"
@@ -10834,7 +11052,7 @@ msgstr "Index »%s« existiert nicht, wird übersprungen"
msgid "Use DROP INDEX to remove an index."
msgstr "Verwenden Sie DROP INDEX um einen Index zu löschen."
-#: commands/tablecmds.c:217 commands/typecmds.c:654
+#: commands/tablecmds.c:217 commands/typecmds.c:660
#, c-format
msgid "type \"%s\" does not exist, skipping"
msgstr "Typ »%s« existiert nicht, wird übersprungen"
@@ -10848,89 +11066,92 @@ 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:379 executor/execMain.c:2020
+#: commands/tablecmds.c:379 executor/execMain.c:2089
msgid "ON COMMIT can only be used on temporary tables"
msgstr "ON COMMIT kann nur mit temporären Tabellen verwendet werden"
-#: commands/tablecmds.c:855
+#: commands/tablecmds.c:389 executor/execMain.c:2099
+msgid "cannot create temporary table within security-restricted operation"
+msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen"
+
+#: commands/tablecmds.c:865
#, c-format
msgid "truncate cascades to table \"%s\""
msgstr "Truncate-Vorgang leert ebenfalls Tabelle »%s«"
-#: commands/tablecmds.c:1086
+#: commands/tablecmds.c:1096
#, c-format
msgid "cannot truncate system relation \"%s\""
msgstr "Systemrelation »%s« kann nicht geleert werden"
-#: commands/tablecmds.c:1096
+#: commands/tablecmds.c:1106
msgid "cannot truncate temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren"
-#: commands/tablecmds.c:1259 parser/parse_utilcmd.c:558
-#: parser/parse_utilcmd.c:1291
+#: commands/tablecmds.c:1269 parser/parse_utilcmd.c:566
+#: parser/parse_utilcmd.c:1389
#, c-format
msgid "inherited relation \"%s\" is not a table"
msgstr "geerbte Relation »%s« ist keine Tabelle"
-#: commands/tablecmds.c:1265 commands/tablecmds.c:7164
+#: commands/tablecmds.c:1275 commands/tablecmds.c:7217
#, c-format
msgid "cannot inherit from temporary relation \"%s\""
msgstr "von temporärer Relation »%s« kann nicht geerbt werden"
-#: commands/tablecmds.c:1282 commands/tablecmds.c:7192
+#: commands/tablecmds.c:1292 commands/tablecmds.c:7245
#, c-format
msgid "relation \"%s\" would be inherited from more than once"
msgstr "von der Relation »%s« würde mehrmals geerbt werden"
-#: commands/tablecmds.c:1337
+#: commands/tablecmds.c:1347
#, c-format
msgid "merging multiple inherited definitions of column \"%s\""
msgstr "geerbte Definitionen von Spalte »%s« werden zusammengeführt"
-#: commands/tablecmds.c:1345
+#: commands/tablecmds.c:1355
#, c-format
msgid "inherited column \"%s\" has a type conflict"
msgstr "geerbte Spalte »%s« hat Typkonflikt"
-#: commands/tablecmds.c:1347 commands/tablecmds.c:1359
-#: commands/tablecmds.c:1519 commands/tablecmds.c:1531
-#: parser/parse_coerce.c:302 parser/parse_coerce.c:1488
-#: parser/parse_coerce.c:1507 parser/parse_coerce.c:1552
-#: parser/parse_expr.c:1881
+#: commands/tablecmds.c:1357 commands/tablecmds.c:1369
+#: commands/tablecmds.c:1529 commands/tablecmds.c:1541
+#: parser/parse_coerce.c:1440 parser/parse_coerce.c:1459
+#: parser/parse_coerce.c:1504 parser/parse_param.c:213
#, c-format
msgid "%s versus %s"
msgstr "%s gegen %s"
-#: commands/tablecmds.c:1357
+#: commands/tablecmds.c:1367
#, fuzzy, c-format
msgid "inherited column \"%s\" has a storage parameter conflict"
msgstr "geerbte Spalte »%s« hat Typkonflikt"
-#: commands/tablecmds.c:1509
+#: commands/tablecmds.c:1519
#, c-format
msgid "merging column \"%s\" with inherited definition"
msgstr "Spalte »%s« wird mit geerbter Definition zusammengeführt"
-#: commands/tablecmds.c:1517
+#: commands/tablecmds.c:1527
#, c-format
msgid "column \"%s\" has a type conflict"
msgstr "für Spalte »%s« besteht ein Typkonflikt"
-#: commands/tablecmds.c:1529
+#: commands/tablecmds.c:1539
#, fuzzy, c-format
msgid "column \"%s\" has a storage parameter conflict"
msgstr "für Spalte »%s« besteht ein Typkonflikt"
-#: commands/tablecmds.c:1581
+#: commands/tablecmds.c:1591
#, c-format
msgid "column \"%s\" inherits conflicting default values"
msgstr "Spalte »%s« erbt widersprüchliche Vorgabewerte"
-#: commands/tablecmds.c:1583
+#: commands/tablecmds.c:1593
msgid "To resolve the conflict, specify a default explicitly."
msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an."
-#: commands/tablecmds.c:1630
+#: commands/tablecmds.c:1640
#, c-format
msgid ""
"check constraint name \"%s\" appears multiple times but with different "
@@ -10939,34 +11160,34 @@ msgstr ""
"Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen "
"Ausdrücken"
-#: commands/tablecmds.c:1986
+#: commands/tablecmds.c:1996
#, c-format
msgid "inherited column \"%s\" must be renamed in child tables too"
msgstr ""
"vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden"
-#: commands/tablecmds.c:2004
+#: commands/tablecmds.c:2014
#, c-format
msgid "cannot rename system column \"%s\""
msgstr "Systemspalte »%s« kann nicht umbenannt werden"
-#: commands/tablecmds.c:2014
+#: commands/tablecmds.c:2024
#, c-format
msgid "cannot rename inherited column \"%s\""
msgstr "kann vererbte Spalte »%s« nicht umbenennen"
-#: commands/tablecmds.c:2025 commands/tablecmds.c:3684
+#: commands/tablecmds.c:2035 commands/tablecmds.c:3728
#, c-format
msgid "column \"%s\" of relation \"%s\" already exists"
msgstr "Spalte »%s« von Relation »%s« existiert bereits"
-#: commands/tablecmds.c:2146 commands/tablecmds.c:6503
-#: commands/tablecmds.c:7794
+#: commands/tablecmds.c:2156 commands/tablecmds.c:6556
+#: commands/tablecmds.c:7847
msgid "Use ALTER TYPE instead."
msgstr "Verwenden Sie stattdessen ALTER TYPE."
#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2271
+#: commands/tablecmds.c:2281
#, c-format
msgid ""
"cannot %s \"%s\" because it is being used by active queries in this session"
@@ -10975,186 +11196,186 @@ msgstr ""
"Sitzung verwendet wird"
#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2280
+#: commands/tablecmds.c:2290
#, c-format
msgid "cannot %s \"%s\" because it has pending trigger events"
msgstr ""
"%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse "
"dafür gibt"
-#: commands/tablecmds.c:2890
+#: commands/tablecmds.c:2900
#, c-format
msgid "cannot rewrite system relation \"%s\""
msgstr "Systemrelation »%s« kann nicht neu geschrieben werden"
-#: commands/tablecmds.c:2900
+#: commands/tablecmds.c:2910
msgid "cannot rewrite temporary tables of other sessions"
msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben"
-#: commands/tablecmds.c:3227
+#: commands/tablecmds.c:3263
#, c-format
msgid "column \"%s\" contains null values"
msgstr "Spalte »%s« enthält NULL-Werte"
-#: commands/tablecmds.c:3241
+#: commands/tablecmds.c:3277
#, c-format
msgid "check constraint \"%s\" is violated by some row"
msgstr "Check-Constraint »%s« wird von irgendeiner Zeile verletzt"
-#: commands/tablecmds.c:3324 rewrite/rewriteDefine.c:253
+#: commands/tablecmds.c:3368 rewrite/rewriteDefine.c:253
#, c-format
msgid "\"%s\" is not a table or view"
msgstr "»%s« ist keine Tabelle oder Sicht"
-#: commands/tablecmds.c:3360 commands/tablecmds.c:4113
-#: commands/tablecmds.c:4197
+#: commands/tablecmds.c:3404 commands/tablecmds.c:4157
+#: commands/tablecmds.c:4241
#, c-format
msgid "\"%s\" is not a table or index"
msgstr "»%s« ist keine Tabelle und kein Index"
-#: commands/tablecmds.c:3515
+#: commands/tablecmds.c:3559
#, c-format
msgid "cannot alter table \"%s\" because column \"%s\".\"%s\" uses its rowtype"
msgstr ""
"kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet"
-#: commands/tablecmds.c:3522
+#: commands/tablecmds.c:3566
#, 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:3593
+#: commands/tablecmds.c:3637
msgid "column must be added to child tables too"
msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"
-#: commands/tablecmds.c:3638 commands/tablecmds.c:7348
+#: commands/tablecmds.c:3682 commands/tablecmds.c:7401
#, 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:3645
+#: commands/tablecmds.c:3689
#, c-format
msgid "child table \"%s\" has a conflicting \"%s\" column"
msgstr "abgeleitete Tabelle »%s« hat eine widersprüchliche Spalte »%s«"
-#: commands/tablecmds.c:3657
+#: commands/tablecmds.c:3701
#, c-format
msgid "merging definition of column \"%s\" for child \"%s\""
msgstr ""
"Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt"
-#: commands/tablecmds.c:3933 commands/tablecmds.c:4025
-#: commands/tablecmds.c:4070 commands/tablecmds.c:4166
-#: commands/tablecmds.c:4254 commands/tablecmds.c:4315
-#: commands/tablecmds.c:5818
+#: commands/tablecmds.c:3977 commands/tablecmds.c:4069
+#: commands/tablecmds.c:4114 commands/tablecmds.c:4210
+#: commands/tablecmds.c:4298 commands/tablecmds.c:4359
+#: commands/tablecmds.c:5870
#, c-format
msgid "cannot alter system column \"%s\""
msgstr "Systemspalte »%s« kann nicht geändert werden"
-#: commands/tablecmds.c:3969
+#: commands/tablecmds.c:4013
#, c-format
msgid "column \"%s\" is in a primary key"
msgstr "Spalte »%s« ist in einem Primärschlüssel"
-#: commands/tablecmds.c:4140
+#: commands/tablecmds.c:4184
#, c-format
msgid "statistics target %d is too low"
msgstr "Statistikziel %d ist zu niedrig"
-#: commands/tablecmds.c:4148
+#: commands/tablecmds.c:4192
#, c-format
msgid "lowering statistics target to %d"
msgstr "setze Statistikziel auf %d herab"
-#: commands/tablecmds.c:4236
+#: commands/tablecmds.c:4280
#, fuzzy, c-format
msgid "number of distinct values %g is too low"
msgstr "Statistikziel %d ist zu niedrig"
-#: commands/tablecmds.c:4296
+#: commands/tablecmds.c:4340
#, c-format
msgid "invalid storage type \"%s\""
msgstr "ungültiger Storage-Typ »%s«"
-#: commands/tablecmds.c:4327
+#: commands/tablecmds.c:4371
#, c-format
msgid "column data type %s can only have storage PLAIN"
msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN"
-#: commands/tablecmds.c:4380
+#: commands/tablecmds.c:4424
#, fuzzy, c-format
msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
msgstr "Spalte »%s« von Relation »%s« existiert nicht"
-#: commands/tablecmds.c:4393
+#: commands/tablecmds.c:4437
#, c-format
msgid "cannot drop system column \"%s\""
msgstr "Systemspalte »%s« kann nicht gelöscht werden"
-#: commands/tablecmds.c:4400
+#: commands/tablecmds.c:4444
#, c-format
msgid "cannot drop inherited column \"%s\""
msgstr "geerbte Spalte »%s« kann nicht gelöscht werden"
-#: commands/tablecmds.c:4721
+#: commands/tablecmds.c:4766
msgid "constraint must be added to child tables too"
msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden"
-#: commands/tablecmds.c:4808
+#: commands/tablecmds.c:4853
msgid "cannot reference temporary table from permanent table constraint"
msgstr ""
"temporäre Tabelle kann nicht in permanentem Tabellen-Constraint benutzt "
"werden"
-#: commands/tablecmds.c:4815
+#: commands/tablecmds.c:4860
msgid "cannot reference permanent table from temporary table constraint"
msgstr ""
"permanente Tabelle kann nicht in temporären Tabellen-Constraint benutzt "
"werden"
-#: commands/tablecmds.c:4875
+#: commands/tablecmds.c:4920
msgid "number of referencing and referenced columns for foreign key disagree"
msgstr ""
"Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein"
-#: commands/tablecmds.c:4966
+#: commands/tablecmds.c:5011
#, c-format
msgid "foreign key constraint \"%s\" cannot be implemented"
msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden"
-#: commands/tablecmds.c:4969
+#: commands/tablecmds.c:5014
#, 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:5063
+#: commands/tablecmds.c:5109
#, 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:5068
+#: commands/tablecmds.c:5114
#, 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:5135
+#: commands/tablecmds.c:5181
#, fuzzy, c-format
msgid "cannot use a deferrable primary key for referenced table \"%s\""
msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"
-#: commands/tablecmds.c:5152
+#: commands/tablecmds.c:5198
#, c-format
msgid "there is no primary key for referenced table \"%s\""
msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel"
-#: commands/tablecmds.c:5304
+#: commands/tablecmds.c:5350
#, fuzzy, c-format
msgid "cannot use a deferrable unique constraint 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:5309
+#: commands/tablecmds.c:5355
#, c-format
msgid ""
"there is no unique constraint matching given keys for referenced table \"%s\""
@@ -11162,344 +11383,383 @@ msgstr ""
"in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique Constraint, "
"der auf die angegebenen Schlüssel passt"
-#: commands/tablecmds.c:5636
+#: commands/tablecmds.c:5688
#, 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:5661 commands/tablecmds.c:5774
+#: commands/tablecmds.c:5713 commands/tablecmds.c:5826
#, c-format
msgid "constraint \"%s\" of relation \"%s\" does not exist"
msgstr "Constraint »%s« von Relation »%s« existiert nicht"
-#: commands/tablecmds.c:5667
+#: commands/tablecmds.c:5719
#, fuzzy, c-format
msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
msgstr "Constraint »%s« von Relation »%s« existiert nicht"
-#: commands/tablecmds.c:5825
+#: commands/tablecmds.c:5877
#, c-format
msgid "cannot alter inherited column \"%s\""
msgstr "kann vererbte Spalte »%s« nicht ändern"
-#: commands/tablecmds.c:5860
+#: commands/tablecmds.c:5912
msgid "transform expression must not return a set"
msgstr "Umwandlungsausdruck kann keine Ergebnismenge zurückgeben"
-#: commands/tablecmds.c:5866
+#: commands/tablecmds.c:5918
msgid "cannot use subquery in transform expression"
msgstr "Unteranfragen können in Umwandlungsausdrücken nicht verwendet werden"
-#: commands/tablecmds.c:5870
+#: commands/tablecmds.c:5922
msgid "cannot use aggregate function in transform expression"
msgstr ""
"Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
-#: commands/tablecmds.c:5874
+#: commands/tablecmds.c:5926
msgid "cannot use window function in transform expression"
msgstr ""
"Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden"
-#: commands/tablecmds.c:5892
+#: commands/tablecmds.c:5944
#, c-format
msgid "column \"%s\" cannot be cast to type %s"
msgstr "Spalte »%s« kann nicht in Typ %s umgewandelt werden"
-#: commands/tablecmds.c:5918
+#: commands/tablecmds.c:5970
#, c-format
msgid "type of inherited column \"%s\" must be changed in child tables too"
msgstr ""
"Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen "
"geändert werden"
-#: commands/tablecmds.c:5957
+#: commands/tablecmds.c:6009
#, c-format
msgid "cannot alter type of column \"%s\" twice"
msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden"
-#: commands/tablecmds.c:5991
+#: commands/tablecmds.c:6043
#, c-format
msgid "default for column \"%s\" cannot be cast to type %s"
msgstr "Vorgabewert der Spalte »%s« kann nicht in Typ %s umgewandelt werden"
-#: commands/tablecmds.c:6117
+#: commands/tablecmds.c:6169
msgid "cannot alter type of a column used by a view or rule"
msgstr ""
"Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht "
"geändert werden"
-#: commands/tablecmds.c:6118
+#: commands/tablecmds.c:6170
#, c-format
msgid "%s depends on column \"%s\""
msgstr "%s hängt von Spalte »%s« ab"
-#: commands/tablecmds.c:6471
+#: commands/tablecmds.c:6524
#, c-format
msgid "cannot change owner of index \"%s\""
msgstr "kann Eigentümer des Index »%s« nicht ändern"
-#: commands/tablecmds.c:6473
+#: commands/tablecmds.c:6526
msgid "Change the ownership of the index's table, instead."
msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index."
-#: commands/tablecmds.c:6489
+#: commands/tablecmds.c:6542
#, c-format
msgid "cannot change owner of sequence \"%s\""
msgstr "kann Eigentümer der Sequenz »%s« nicht ändern"
-#: commands/tablecmds.c:6491 commands/tablecmds.c:7784
+#: commands/tablecmds.c:6544 commands/tablecmds.c:7837
#, c-format
msgid "Sequence \"%s\" is linked to table \"%s\"."
msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft."
-#: commands/tablecmds.c:6512 commands/tablecmds.c:7802
+#: commands/tablecmds.c:6565 commands/tablecmds.c:7855
#, c-format
msgid "\"%s\" is not a table, view, or sequence"
msgstr "»%s« ist keine Tabelle, Sicht oder Sequenz"
-#: commands/tablecmds.c:6771
+#: commands/tablecmds.c:6824
msgid "cannot have multiple SET TABLESPACE subcommands"
msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig"
-#: commands/tablecmds.c:6825
+#: commands/tablecmds.c:6878
#, c-format
msgid "\"%s\" is not a table, index, or TOAST table"
msgstr "»%s« ist weder Tabelle, Index noch TOAST-Tabelle"
-#: commands/tablecmds.c:6937
+#: commands/tablecmds.c:6990
#, c-format
msgid "cannot move system relation \"%s\""
msgstr "Systemrelation »%s« kann nicht verschoben werden"
-#: commands/tablecmds.c:6953
+#: commands/tablecmds.c:7006
msgid "cannot move temporary tables of other sessions"
msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden"
-#: commands/tablecmds.c:7219
+#: commands/tablecmds.c:7272
msgid "circular inheritance not allowed"
msgstr "zirkuläre Vererbung ist nicht erlaubt"
-#: commands/tablecmds.c:7220
+#: commands/tablecmds.c:7273
#, c-format
msgid "\"%s\" is already a child of \"%s\"."
msgstr "»%s« ist schon von »%s« abgeleitet."
-#: commands/tablecmds.c:7228
+#: commands/tablecmds.c:7281
#, 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:7355
+#: commands/tablecmds.c:7408
#, 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:7371
+#: commands/tablecmds.c:7424
#, c-format
msgid "child table is missing column \"%s\""
msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle"
-#: commands/tablecmds.c:7450
+#: commands/tablecmds.c:7503
#, c-format
msgid "child table \"%s\" has different definition for check constraint \"%s\""
msgstr ""
"abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint "
"»%s«"
-#: commands/tablecmds.c:7474
+#: commands/tablecmds.c:7527
#, c-format
msgid "child table is missing constraint \"%s\""
msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle"
-#: commands/tablecmds.c:7555
+#: commands/tablecmds.c:7608
#, c-format
msgid "relation \"%s\" is not a parent of relation \"%s\""
msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«"
-#: commands/tablecmds.c:7783
+#: commands/tablecmds.c:7836
msgid "cannot move an owned sequence into another schema"
msgstr ""
"einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema "
"verschoben werden"
-#: commands/tablecmds.c:7812
+#: commands/tablecmds.c:7865
#, c-format
msgid "relation \"%s\" is already in schema \"%s\""
msgstr "Relation »%s« ist bereits in Schema »%s«"
-#: commands/tablecmds.c:7877
+#: commands/tablecmds.c:7930
#, c-format
msgid "relation \"%s\" already exists in schema \"%s\""
msgstr "Relation »%s« existiert bereits in Schema »%s«"
-#: commands/tablespace.c:146 commands/tablespace.c:154
-#: commands/tablespace.c:160 ../port/copydir.c:59
+#: commands/tablespace.c:149 commands/tablespace.c:157
+#: commands/tablespace.c:163 ../port/copydir.c:59
#, c-format
msgid "could not create directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m"
-#: commands/tablespace.c:171
+#: commands/tablespace.c:174
#, c-format
msgid "could not stat directory \"%s\": %m"
msgstr "konnte »stat« für Verzeichnis »%s« nicht ausführen: %m"
-#: commands/tablespace.c:180
+#: commands/tablespace.c:183
#, c-format
msgid "\"%s\" exists but is not a directory"
msgstr "»%s« existiert, ist aber kein Verzeichnis"
-#: commands/tablespace.c:211
+#: commands/tablespace.c:214
#, c-format
msgid "permission denied to create tablespace \"%s\""
msgstr "keine Berechtigung um Tablespace »%s« zu erzeugen"
-#: commands/tablespace.c:213
+#: commands/tablespace.c:216
msgid "Must be superuser to create a tablespace."
msgstr "Nur Superuser können Tablespaces anlegen."
-#: commands/tablespace.c:229
+#: commands/tablespace.c:232
msgid "tablespace location cannot contain single quotes"
msgstr "Tablespace-Pfad darf keine Apostrophe enthalten"
-#: commands/tablespace.c:239
+#: commands/tablespace.c:242
msgid "tablespace location must be an absolute path"
msgstr "Tablespace-Pfad muss ein absoluter Pfad sein"
-#: commands/tablespace.c:249
+#: commands/tablespace.c:252
#, c-format
msgid "tablespace location \"%s\" is too long"
msgstr "Tablespace-Pfad »%s« ist zu lang"
-#: commands/tablespace.c:259 commands/tablespace.c:797
+#: commands/tablespace.c:262 commands/tablespace.c:789
#, c-format
msgid "unacceptable tablespace name \"%s\""
msgstr "inakzeptabler Tablespace-Name »%s«"
-#: commands/tablespace.c:261 commands/tablespace.c:798
+#: commands/tablespace.c:264 commands/tablespace.c:790
msgid "The prefix \"pg_\" is reserved for system tablespaces."
msgstr "Der Präfix »pg_« ist für System-Tablespaces reserviert."
-#: commands/tablespace.c:271 commands/tablespace.c:810
+#: commands/tablespace.c:274 commands/tablespace.c:802
#, c-format
msgid "tablespace \"%s\" already exists"
msgstr "Tablespace »%s« existiert bereits"
-#: commands/tablespace.c:309 commands/tablespace.c:1306
+#: commands/tablespace.c:312 commands/tablespace.c:1298
#, c-format
msgid "could not set permissions on directory \"%s\": %m"
msgstr "konnte Zugriffsrechte für Verzeichnis »%s« nicht setzen: %m"
-#: commands/tablespace.c:318
+#: commands/tablespace.c:321
#, c-format
msgid "directory \"%s\" is not empty"
msgstr "Verzeichnis »%s« ist nicht leer"
-#: commands/tablespace.c:339 commands/tablespace.c:1321
+#: commands/tablespace.c:342 commands/tablespace.c:1313
#, c-format
msgid "could not create symbolic link \"%s\": %m"
msgstr "konnte symbolische Verknüpfung »%s« nicht erstellen: %m"
-#: commands/tablespace.c:377 commands/tablespace.c:529
+#: commands/tablespace.c:380 commands/tablespace.c:532
msgid "tablespaces are not supported on this platform"
msgstr "Tablespaces werden auf dieser Plattform nicht unterstützt"
-#: commands/tablespace.c:421
+#: commands/tablespace.c:424
#, c-format
msgid "tablespace \"%s\" does not exist, skipping"
msgstr "Tablespace »%s« existiert nicht, wird übersprungen"
-#: commands/tablespace.c:486
+#: commands/tablespace.c:489
#, c-format
msgid "tablespace \"%s\" is not empty"
msgstr "Tablespace »%s« ist nicht leer"
-#: commands/tablespace.c:611 commands/tablespace.c:659
+#: commands/tablespace.c:614 commands/tablespace.c:651
#, c-format
msgid "could not remove directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht löschen: %m"
-#: commands/tablespace.c:667
+#: commands/tablespace.c:659
#, c-format
msgid "could not remove symbolic link \"%s\": %m"
msgstr "konnte symbolische Verknüpfung »%s« nicht löschen: %m"
-#: commands/tablespace.c:1334
+#: commands/tablespace.c:1372
#, c-format
msgid "tablespace %u is not empty"
msgstr "Tablespace %u ist nicht leer"
-#: commands/trigger.c:170
+#: commands/trigger.c:193
msgid "TRUNCATE FOR EACH ROW triggers are not supported"
msgstr "TRUNCATE FOR EACH ROW-Trigger werden nicht unterstützt"
-#: commands/trigger.c:186
+#: commands/trigger.c:234
+#, fuzzy
+msgid "cannot use subquery in trigger WHEN condition"
+msgstr "Unteranfragen können nicht in Check-Constraints verwendet werden"
+
+#: commands/trigger.c:238
+#, fuzzy
+msgid "cannot use aggregate function in trigger WHEN condition"
+msgstr ""
+"Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
+"werden"
+
+#: commands/trigger.c:242
+#, fuzzy
+msgid "cannot use window function in trigger WHEN condition"
+msgstr ""
+"Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
+"werden"
+
+#: commands/trigger.c:262 commands/trigger.c:275
+msgid "statement trigger's WHEN condition cannot reference column values"
+msgstr ""
+
+#: commands/trigger.c:267
+msgid "INSERT trigger's WHEN condition cannot reference OLD values"
+msgstr ""
+
+#: commands/trigger.c:280
+msgid "DELETE trigger's WHEN condition cannot reference NEW values"
+msgstr ""
+
+#: commands/trigger.c:285
+#, fuzzy
+msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
+msgstr ""
+"WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen "
+"enthalten"
+
+#: commands/trigger.c:323
#, c-format
msgid "changing return type of function %s from \"opaque\" to \"trigger\""
msgstr "ändere Rückgabetyp von Funktion %s von »opaque« in »trigger«"
-#: commands/trigger.c:193
+#: commands/trigger.c:330
#, c-format
msgid "function %s must return type \"trigger\""
msgstr "Funktion %s muss Typ »trigger« zurückgeben"
-#: commands/trigger.c:271 commands/trigger.c:909
+#: commands/trigger.c:408 commands/trigger.c:1111
#, c-format
msgid "trigger \"%s\" for relation \"%s\" already exists"
msgstr "Trigger »%s« für Relation »%s« existiert bereits"
-#: commands/trigger.c:476
+#: commands/trigger.c:678
msgid "Found referenced table's UPDATE trigger."
msgstr "UPDATE-Trigger der Zieltabelle wurde gefunden."
-#: commands/trigger.c:477
+#: commands/trigger.c:679
msgid "Found referenced table's DELETE trigger."
msgstr "DELETE-Trigger der Zieltabelle wurde gefunden."
-#: commands/trigger.c:478
+#: commands/trigger.c:680
msgid "Found referencing table's trigger."
msgstr "Trigger der Quelltabelle wurde gefunden."
-#: commands/trigger.c:587 commands/trigger.c:603
+#: commands/trigger.c:789 commands/trigger.c:805
#, c-format
msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
msgstr "unvollständige Triggergruppe für Constraint \"%s\" %s ignoriert"
-#: commands/trigger.c:615
+#: commands/trigger.c:817
#, c-format
msgid "converting trigger group into constraint \"%s\" %s"
msgstr "Triggergruppe wird in Constraint \"%s\" %s umgewandelt"
-#: commands/trigger.c:755
+#: commands/trigger.c:957
#, c-format
msgid "trigger \"%s\" for table \"%s\" does not exist, skipping"
msgstr "Trigger »%s« für Tabelle »%s« existiert nicht, wird übersprungen"
-#: commands/trigger.c:1030
+#: commands/trigger.c:1232
#, c-format
msgid "permission denied: \"%s\" is a system trigger"
msgstr "keine Berechtigung: »%s« ist ein Systemtrigger"
-#: commands/trigger.c:1583
+#: commands/trigger.c:1807
#, c-format
msgid "trigger function %u returned null value"
msgstr "Triggerfunktion %u gab NULL-Wert zurück"
-#: commands/trigger.c:1651 commands/trigger.c:1782 commands/trigger.c:1932
-#: commands/trigger.c:2087
+#: commands/trigger.c:1867 commands/trigger.c:1982 commands/trigger.c:2119
+#: commands/trigger.c:2263
msgid "BEFORE STATEMENT trigger cannot return a value"
msgstr "Trigger für BEFORE STATEMENT kann keinen Wert zurückgeben"
-#: commands/trigger.c:2149 executor/nodeModifyTable.c:331
-#: executor/nodeModifyTable.c:517 executor/nodeLockRows.c:144
+#: commands/trigger.c:2325 executor/execMain.c:1544
+#: executor/nodeModifyTable.c:332 executor/nodeModifyTable.c:520
+#: executor/nodeLockRows.c:136
msgid "could not serialize access due to concurrent update"
msgstr "kann Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung"
-#: commands/trigger.c:3640
+#: commands/trigger.c:3961
#, c-format
msgid "constraint \"%s\" is not deferrable"
msgstr "Constraint »%s« ist nicht verschiebbar"
-#: commands/trigger.c:3666
+#: commands/trigger.c:3987
#, c-format
msgid "constraint \"%s\" does not exist"
msgstr "Constraint »%s« existiert nicht"
@@ -11719,276 +11979,281 @@ msgstr "Typempfangsfunktion %s muss Typ %s zurückgeben"
msgid "type send function %s must return type \"bytea\""
msgstr "Typsendefunktion %s muss Typ »bytea« zurückgeben"
-#: commands/typecmds.c:675 commands/typecmds.c:2159
+#: commands/typecmds.c:681 commands/typecmds.c:2177
#, c-format
msgid "\"%s\" is not a domain"
msgstr "»%s« ist keine Domäne"
-#: commands/typecmds.c:817
+#: commands/typecmds.c:823
#, c-format
msgid "\"%s\" is not a valid base type for a domain"
msgstr "»%s« ist kein gültiger Basistyp für eine Domäne"
-#: commands/typecmds.c:886
+#: commands/typecmds.c:892
msgid "multiple default expressions"
msgstr "mehrere Vorgabeausdrücke"
-#: commands/typecmds.c:950 commands/typecmds.c:959
+#: commands/typecmds.c:956 commands/typecmds.c:965
msgid "conflicting NULL/NOT NULL constraints"
msgstr "wiedersprüchliche NULL/NOT NULL-Constraints"
-#: commands/typecmds.c:978 commands/typecmds.c:1862
+#: commands/typecmds.c:984 commands/typecmds.c:1874
msgid "unique constraints not possible for domains"
msgstr "Unique Constraints sind für Domänen nicht möglich"
-#: commands/typecmds.c:984 commands/typecmds.c:1868
+#: commands/typecmds.c:990 commands/typecmds.c:1880
msgid "primary key constraints not possible for domains"
msgstr "Primärschlüssel-Constraints sind für Domänen nicht möglich"
-#: commands/typecmds.c:990 commands/typecmds.c:1874
+#: commands/typecmds.c:996 commands/typecmds.c:1886
+#, fuzzy
+msgid "exclusion constraints not possible for domains"
+msgstr "Unique Constraints sind für Domänen nicht möglich"
+
+#: commands/typecmds.c:1002 commands/typecmds.c:1892
msgid "foreign key constraints not possible for domains"
msgstr "Fremdschlüssel-Constraints sind für Domänen nicht möglich"
-#: commands/typecmds.c:999 commands/typecmds.c:1883
+#: commands/typecmds.c:1011 commands/typecmds.c:1901
msgid "specifying constraint deferrability not supported for domains"
msgstr "Setzen des Constraint-Modus wird für Domänen nicht unterstützt"
-#: commands/typecmds.c:1251
+#: commands/typecmds.c:1263
#, c-format
msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
msgstr "ändere Argumenttyp von Funktion %s von »opaque« in »cstring«"
-#: commands/typecmds.c:1302
+#: commands/typecmds.c:1314
#, c-format
msgid "changing argument type of function %s from \"opaque\" to %s"
msgstr "ändere Argumenttyp von Funktion %s von »opaque« in %s"
-#: commands/typecmds.c:1401
+#: commands/typecmds.c:1413
#, c-format
msgid "typmod_in function %s must return type \"integer\""
msgstr "typmod_in-Funktion %s muss Typ »integer« zurückgeben"
-#: commands/typecmds.c:1428
+#: commands/typecmds.c:1440
#, c-format
msgid "typmod_out function %s must return type \"cstring\""
msgstr "typmod_out-Funktion %s muss Typ »cstring« zurückgeben"
-#: commands/typecmds.c:1455
+#: commands/typecmds.c:1467
#, c-format
msgid "type analyze function %s must return type \"boolean\""
msgstr "Typanalysefunktion %s muss Typ »boolean« zurückgeben"
-#: commands/typecmds.c:1484
+#: commands/typecmds.c:1496
msgid "composite type must have at least one attribute"
msgstr "zusammengesetzter Typ muss mindestens ein Attribut haben"
-#: commands/typecmds.c:1710
+#: commands/typecmds.c:1722
#, c-format
msgid "column \"%s\" of table \"%s\" contains null values"
msgstr "Spalte »%s« von Tabelle »%s« enthält NULL-Werte"
-#: commands/typecmds.c:1954
+#: commands/typecmds.c:1972
#, c-format
msgid ""
"column \"%s\" of table \"%s\" contains values that violate the new constraint"
msgstr ""
"Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint verletzen"
-#: commands/typecmds.c:2235 commands/typecmds.c:2244
+#: commands/typecmds.c:2253 commands/typecmds.c:2262
msgid "cannot use table references in domain check constraint"
msgstr ""
"Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden"
-#: commands/typecmds.c:2476 commands/typecmds.c:2548 commands/typecmds.c:2784
+#: commands/typecmds.c:2495 commands/typecmds.c:2567 commands/typecmds.c:2803
#, c-format
msgid "%s is a table's row type"
msgstr "%s ist der Zeilentyp einer Tabelle"
-#: commands/typecmds.c:2478 commands/typecmds.c:2550 commands/typecmds.c:2786
+#: commands/typecmds.c:2497 commands/typecmds.c:2569 commands/typecmds.c:2805
msgid "Use ALTER TABLE instead."
msgstr "Verwenden Sie stattdessen ALTER TABLE."
-#: commands/typecmds.c:2485 commands/typecmds.c:2557 commands/typecmds.c:2698
+#: commands/typecmds.c:2504 commands/typecmds.c:2576 commands/typecmds.c:2717
#, c-format
msgid "cannot alter array type %s"
msgstr "Array-Typ %s kann nicht verändert werden"
-#: commands/typecmds.c:2487 commands/typecmds.c:2559 commands/typecmds.c:2700
+#: commands/typecmds.c:2506 commands/typecmds.c:2578 commands/typecmds.c:2719
#, c-format
msgid "You can alter type %s, which will alter the array type as well."
msgstr ""
"Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird."
-#: commands/typecmds.c:2747
+#: commands/typecmds.c:2766
#, c-format
msgid "type %s is already in schema \"%s\""
msgstr "Typ %s ist bereits in Schema »%s«"
-#: commands/typecmds.c:2770
+#: commands/typecmds.c:2789
#, c-format
msgid "type \"%s\" already exists in schema \"%s\""
msgstr "Typ %s existiert bereits in Schema »%s«"
-#: commands/user.c:146
+#: commands/user.c:152
msgid "SYSID can no longer be specified"
msgstr "SYSID kann nicht mehr angegeben werden"
-#: commands/user.c:268
+#: commands/user.c:274
msgid "must be superuser to create superusers"
msgstr "nur Superuser können Superuser anlegen"
-#: commands/user.c:275
+#: commands/user.c:281
msgid "permission denied to create role"
msgstr "keine Berechtigung um Rolle zu erzeugen"
-#: commands/user.c:282 commands/user.c:1000
+#: commands/user.c:288 commands/user.c:1047
#, c-format
msgid "role name \"%s\" is reserved"
msgstr "Rollenname »%s« ist reserviert"
-#: commands/user.c:298 commands/user.c:994
+#: commands/user.c:304 commands/user.c:1041
#, c-format
msgid "role \"%s\" already exists"
msgstr "Rolle »%s« existiert bereits"
-#: commands/user.c:572 commands/user.c:745 commands/user.c:1234
-#: commands/user.c:1372
+#: commands/user.c:598 commands/user.c:792 commands/user.c:1281
+#: commands/user.c:1419
msgid "must be superuser to alter superusers"
msgstr "nur Superuser können Superuser ändern"
-#: commands/user.c:587 commands/user.c:753
+#: commands/user.c:613 commands/user.c:800
msgid "permission denied"
msgstr "keine Berechtigung"
-#: commands/user.c:763
+#: commands/user.c:810
#, fuzzy, c-format
msgid "database \"%s\" not found"
msgstr "Option »%s« nicht gefunden"
-#: commands/user.c:785
+#: commands/user.c:832
msgid "permission denied to drop role"
msgstr "keine Berechtigung um Rolle zu entfernen"
-#: commands/user.c:819
+#: commands/user.c:866
#, c-format
msgid "role \"%s\" does not exist, skipping"
msgstr "Rolle »%s« existiert nicht, wird übersprungen"
-#: commands/user.c:831 commands/user.c:835
+#: commands/user.c:878 commands/user.c:882
msgid "current user cannot be dropped"
msgstr "aktueller Benutzer kann nicht entfernt werden"
-#: commands/user.c:839
+#: commands/user.c:886
msgid "session user cannot be dropped"
msgstr "aktueller Sitzungsbenutzer kann nicht entfernt werden"
-#: commands/user.c:850
+#: commands/user.c:897
msgid "must be superuser to drop superusers"
msgstr "nur Superuser können Superuser löschen"
-#: commands/user.c:863
+#: commands/user.c:910
#, 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:982
+#: commands/user.c:1029
msgid "session user cannot be renamed"
msgstr "aktueller Sitzungsbenutzer kann nicht umbenannt werden"
-#: commands/user.c:986
+#: commands/user.c:1033
msgid "current user cannot be renamed"
msgstr "aktueller Benutzer kann nicht umbenannt werden"
-#: commands/user.c:1011
+#: commands/user.c:1058
msgid "must be superuser to rename superusers"
msgstr "nur Superuser können Superuser umbenennen"
-#: commands/user.c:1018
+#: commands/user.c:1065
msgid "permission denied to rename role"
msgstr "keine Berechtigung um Rolle umzubenennen"
-#: commands/user.c:1039
+#: commands/user.c:1086
msgid "MD5 password cleared because of role rename"
msgstr "MD5-Passwort wegen Rollenumbenennung gelöscht"
-#: commands/user.c:1095
+#: commands/user.c:1142
msgid "column names cannot be included in GRANT/REVOKE ROLE"
msgstr "bei GRANT/REVOKE ROLE können keine Spaltennamen angegeben werden"
-#: commands/user.c:1133
+#: commands/user.c:1180
msgid "permission denied to drop objects"
msgstr "keine Berechtigung um Objekte zu löschen"
-#: commands/user.c:1160 commands/user.c:1169
+#: commands/user.c:1207 commands/user.c:1216
msgid "permission denied to reassign objects"
msgstr "keine Berechtigung um Objekte neu zuzuordnen"
-#: commands/user.c:1242 commands/user.c:1380
+#: commands/user.c:1289 commands/user.c:1427
#, c-format
msgid "must have admin option on role \"%s\""
msgstr "Admin-Option für Rolle »%s« wird benötigt"
-#: commands/user.c:1250
+#: commands/user.c:1297
msgid "must be superuser to set grantor"
msgstr "nur Superuser können Grantor setzen"
-#: commands/user.c:1275
+#: commands/user.c:1322
#, c-format
msgid "role \"%s\" is a member of role \"%s\""
msgstr "Rolle »%s« ist ein Mitglied der Rolle »%s«"
-#: commands/user.c:1291
+#: commands/user.c:1338
#, c-format
msgid "role \"%s\" is already a member of role \"%s\""
msgstr "Rolle »%s« ist schon Mitglied der Rolle »%s«"
-#: commands/user.c:1403
+#: commands/user.c:1450
#, c-format
msgid "role \"%s\" is not a member of role \"%s\""
msgstr "Rolle »%s« ist kein Mitglied der Rolle »%s«"
-#: commands/vacuum.c:648
+#: commands/vacuum.c:658
msgid "oldest xmin is far in the past"
msgstr "älteste xmin ist weit in der Vergangenheit"
-#: commands/vacuum.c:649
+#: commands/vacuum.c:659
msgid "Close open transactions soon to avoid wraparound problems."
msgstr ""
"Schließen Sie bald alle offenen Transaktionen um Überlaufprobleme zu "
"vermeiden."
-#: commands/vacuum.c:975
+#: commands/vacuum.c:991
msgid "some databases have not been vacuumed in over 2 billion transactions"
msgstr ""
"einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt "
"worden"
-#: commands/vacuum.c:976
+#: commands/vacuum.c:992
msgid "You might have already suffered transaction-wraparound data loss."
msgstr ""
"Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf "
"verloren."
-#: commands/vacuum.c:1108
+#: commands/vacuum.c:1126
#, c-format
msgid "skipping \"%s\" --- only superuser can vacuum it"
msgstr "überspringe »%s« --- nur Superuser kann sie vacuumen"
-#: commands/vacuum.c:1112
+#: commands/vacuum.c:1130
#, 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"
-#: commands/vacuum.c:1116
+#: commands/vacuum.c:1134
#, 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"
-#: commands/vacuum.c:1133
+#: commands/vacuum.c:1151
#, c-format
msgid ""
"skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
@@ -11996,18 +12261,18 @@ msgstr ""
"überspringe »%s« --- kann Indexe, Sichten oder spezielle Systemtabellen nicht "
"vacuumen"
-#: commands/vacuum.c:1368 commands/vacuumlazy.c:288
+#: commands/vacuum.c:1407 commands/vacuumlazy.c:334
#, c-format
msgid "vacuuming \"%s.%s\""
msgstr "vacuume »%s.%s«"
-#: commands/vacuum.c:1427 commands/vacuumlazy.c:408
+#: commands/vacuum.c:1466 commands/vacuumlazy.c:459
#, c-format
msgid "relation \"%s\" page %u is uninitialized --- fixing"
msgstr ""
"Seite %2$u in Relation »%1$s« ist nicht initialisiert --- wird repariert"
-#: commands/vacuum.c:1539 commands/vacuum.c:1604
+#: commands/vacuum.c:1578 commands/vacuum.c:1643
#, c-format
msgid ""
"relation \"%s\" TID %u/%u: XMIN_COMMITTED not set for transaction %u --- "
@@ -12016,7 +12281,7 @@ msgstr ""
"Relation »%s« TID %u/%u: XMIN_COMMMITTED nicht gesetzt für Transaktion %u --- "
"kann Relation nicht verkleinern"
-#: commands/vacuum.c:1572
+#: commands/vacuum.c:1611
#, c-format
msgid ""
"relation \"%s\" TID %u/%u: dead HOT-updated tuple --- cannot shrink relation"
@@ -12024,7 +12289,7 @@ msgstr ""
"Relation »%s« TID %u/%u: totes HOT-aktualisiertes Tupel --- kann Relation "
"nicht verkleinern"
-#: commands/vacuum.c:1643
+#: commands/vacuum.c:1682
#, c-format
msgid ""
"relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- cannot shrink "
@@ -12033,7 +12298,7 @@ msgstr ""
"Relation »%s« TID %u/%u: InsertTransactionInProgress %u --- kann Relation "
"nicht verkleinern"
-#: commands/vacuum.c:1660
+#: commands/vacuum.c:1699
#, c-format
msgid ""
"relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- cannot shrink "
@@ -12042,7 +12307,7 @@ msgstr ""
"Relation »%s« TID %u/%u: DeleteTransactionInProgress %u --- kann Relation "
"nicht verkleinern"
-#: commands/vacuum.c:1848
+#: commands/vacuum.c:1890
#, c-format
msgid ""
"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
@@ -12050,7 +12315,7 @@ msgstr ""
"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten "
"gefunden"
-#: commands/vacuum.c:1851
+#: commands/vacuum.c:1893
#, c-format
msgid ""
"%.0f dead row versions cannot be removed yet.\n"
@@ -12071,28 +12336,28 @@ msgstr ""
"%u Seiten mit %.0f freien Bytes sind mögliche Ziele zum Verschieben.\n"
"%s."
-#: commands/vacuum.c:2759
+#: commands/vacuum.c:2809
#, c-format
msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
msgstr "»%s«: %u Zeilenversionen verschoben, von %u auf %u Seiten verkürzt"
-#: commands/vacuum.c:2762 commands/vacuumlazy.c:803 commands/vacuumlazy.c:896
-#: commands/vacuumlazy.c:1023
+#: commands/vacuum.c:2812 commands/vacuumlazy.c:860 commands/vacuumlazy.c:953
+#: commands/vacuumlazy.c:1080
#, c-format
msgid "%s."
msgstr "%s."
-#: commands/vacuum.c:3334 commands/vacuumlazy.c:1020
+#: commands/vacuum.c:3386 commands/vacuumlazy.c:1077
#, c-format
msgid "\"%s\": truncated %u to %u pages"
msgstr "»%s«: von %u auf %u Seiten verkürzt"
-#: commands/vacuum.c:3427 commands/vacuum.c:3504 commands/vacuumlazy.c:936
+#: commands/vacuum.c:3479 commands/vacuum.c:3556 commands/vacuumlazy.c:993
#, c-format
msgid "index \"%s\" now contains %.0f row versions in %u pages"
msgstr "Index »%s« enthält %.0f Zeilenversionen in %u Seiten"
-#: commands/vacuum.c:3431
+#: commands/vacuum.c:3483
#, c-format
msgid ""
"%u index pages have been deleted, %u are currently reusable.\n"
@@ -12101,7 +12366,7 @@ msgstr ""
"%u Indexseiten wurden gelöscht, %u sind gegenwärtig wiederverwendbar.\n"
"%s."
-#: commands/vacuum.c:3446 commands/vacuum.c:3525
+#: commands/vacuum.c:3498 commands/vacuum.c:3577
#, c-format
msgid ""
"index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
@@ -12109,11 +12374,11 @@ msgstr ""
"Index »%s« enthält %.0f Zeilenversionen, aber Tabelle enthält %.0f "
"Zeilenversionen"
-#: commands/vacuum.c:3449 commands/vacuum.c:3528
+#: commands/vacuum.c:3501 commands/vacuum.c:3580
msgid "Rebuild the index with REINDEX."
msgstr "Bauen Sie den Index mit REINDEX neu."
-#: commands/vacuum.c:3508 commands/vacuumlazy.c:940
+#: commands/vacuum.c:3560 commands/vacuumlazy.c:997
#, c-format
msgid ""
"%.0f index row versions were removed.\n"
@@ -12124,7 +12389,7 @@ msgstr ""
"%u Indexseiten wurden gelöscht, %u sind gegenwärtig wiederverwendbar.\n"
"%s."
-#: commands/vacuumlazy.c:234
+#: commands/vacuumlazy.c:250
#, c-format
msgid ""
"automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
@@ -12137,12 +12402,12 @@ msgstr ""
"Tuple: %.0f entfernt, %.0f noch vorhanden\n"
"Systembenutzung: %s"
-#: commands/vacuumlazy.c:734
+#: commands/vacuumlazy.c:791
#, c-format
msgid "\"%s\": removed %.0f row versions in %u pages"
msgstr "»%s«: %.0f Zeilenversionen in %u Seiten entfernt"
-#: commands/vacuumlazy.c:739
+#: commands/vacuumlazy.c:796
#, c-format
msgid ""
"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u "
@@ -12151,7 +12416,7 @@ msgstr ""
"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u "
"Seiten gefunden"
-#: commands/vacuumlazy.c:742
+#: commands/vacuumlazy.c:799
#, c-format
msgid ""
"%.0f dead row versions cannot be removed yet.\n"
@@ -12164,12 +12429,12 @@ msgstr ""
"%u Seiten sind vollkommen leer.\n"
"%s."
-#: commands/vacuumlazy.c:800
+#: commands/vacuumlazy.c:857
#, c-format
msgid "\"%s\": removed %d row versions in %d pages"
msgstr "»%s«: %d Zeilenversionen in %d Seiten entfernt"
-#: commands/vacuumlazy.c:893
+#: commands/vacuumlazy.c:950
#, c-format
msgid "scanned index \"%s\" to remove %d row versions"
msgstr "Index »%s« gelesen und %d Zeilenversionen entfernt"
@@ -12262,77 +12527,84 @@ msgstr "Cursor »%s« ist keine SELECT-Anfrage"
msgid "cursor \"%s\" is held from a previous transaction"
msgstr "Cursor »%s« wurde aus einer vorherigen Transaktion beibehalten"
-#: executor/execCurrent.c:110
+#: executor/execCurrent.c:113
#, c-format
msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
msgstr "Cursor »%s« hat mehrere FOR UPDATE/SHARE-Verweise auf Tabelle »%s«"
-#: executor/execCurrent.c:119
+#: executor/execCurrent.c:122
#, c-format
msgid ""
"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
msgstr "Cursor »%s« hat keinen FOR UPDATE/SHARE-Verweis auf Tabelle »%s«"
-#: executor/execCurrent.c:129 executor/execCurrent.c:175
+#: executor/execCurrent.c:132 executor/execCurrent.c:178
#, c-format
msgid "cursor \"%s\" is not positioned on a row"
msgstr "Cursor »%s« ist nicht auf eine Zeile positioniert"
-#: executor/execCurrent.c:162
+#: executor/execCurrent.c:165
#, c-format
msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
msgstr "Cursor »%s« ist kein einfach aktualisierbarer Scan der Tabelle »%s«"
-#: executor/execCurrent.c:227 executor/execQual.c:894
+#: executor/execCurrent.c:230 executor/execQual.c:921
+#, fuzzy, c-format
+msgid ""
+"type of parameter %d (%s) does not match that when preparing the plan (%s)"
+msgstr ""
+"Typ von »%s« stimt nicht mit dem überein, als der Plan vorbereitet worden ist"
+
+#: executor/execCurrent.c:242 executor/execQual.c:932
#, c-format
msgid "no value found for parameter %d"
msgstr "kein Wert für Parameter %d gefunden"
-#: executor/execMain.c:869
+#: executor/execMain.c:876
#, c-format
msgid "cannot change sequence \"%s\""
msgstr "kann Sequenz »%s« nicht ändern"
-#: executor/execMain.c:875
+#: executor/execMain.c:882
#, c-format
msgid "cannot change TOAST relation \"%s\""
msgstr "kann TOAST-Relation »%s« nicht ändern"
-#: executor/execMain.c:881
+#: executor/execMain.c:888
#, c-format
msgid "cannot change view \"%s\""
msgstr "kann Sicht »%s« nicht ändern"
-#: executor/execMain.c:887
+#: executor/execMain.c:894
#, c-format
msgid "cannot change relation \"%s\""
msgstr "kann Relation »%s« nicht ändern"
-#: executor/execMain.c:1316
+#: executor/execMain.c:1319
#, c-format
msgid "null value in column \"%s\" violates not-null constraint"
msgstr "NULL-Wert in Spalte »%s« verletzt Not-Null-Constraint"
-#: executor/execMain.c:1328
+#: executor/execMain.c:1331
#, c-format
msgid "new row for relation \"%s\" violates check constraint \"%s\""
msgstr "neue Zeile für Relation »%s« verletzt Check-Constraint »%s«"
-#: executor/execQual.c:307 executor/execQual.c:335
+#: executor/execQual.c:308 executor/execQual.c:336
msgid "array subscript in assignment must not be null"
msgstr "Arrayindex in Zuweisung darf nicht NULL sein"
-#: executor/execQual.c:560 executor/execQual.c:3752
+#: executor/execQual.c:552 executor/execQual.c:3790
#, c-format
msgid "attribute %d has wrong type"
msgstr "Attribut %d hat falschen Typ"
-#: executor/execQual.c:561 executor/execQual.c:3753
+#: executor/execQual.c:553 executor/execQual.c:3791
#, c-format
msgid "Table has type %s, but query expects %s."
msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s."
-#: executor/execQual.c:619 executor/execQual.c:638 executor/execQual.c:648
+#: executor/execQual.c:611 executor/execQual.c:630 executor/execQual.c:640
#: executor/nodeModifyTable.c:82 executor/nodeModifyTable.c:92
#: executor/nodeModifyTable.c:109 executor/nodeModifyTable.c:117
msgid "table row type and query-specified row type do not match"
@@ -12340,38 +12612,38 @@ msgstr ""
"Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen "
"nicht überein"
-#: executor/execQual.c:620
+#: executor/execQual.c:612
#, c-format
msgid "Table row contains %d attribute, but query expects %d."
msgid_plural "Table row contains %d attributes, but query expects %d."
msgstr[0] "Tabellenzeile enthält %d Attribut, aber Anfrage erwartet %d."
msgstr[1] "Tabellenzeile enthält %d Attribute, aber Anfrage erwartet %d."
-#: executor/execQual.c:639 executor/nodeModifyTable.c:93
+#: executor/execQual.c:631 executor/nodeModifyTable.c:93
#, c-format
msgid "Table has type %s at ordinal position %d, but query expects %s."
msgstr "Tabelle hat Typ %s auf Position %d, aber Anfrage erwartet %s."
-#: executor/execQual.c:649 executor/execQual.c:1364
+#: executor/execQual.c:641 executor/execQual.c:1402
#, c-format
msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
msgstr ""
"Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf "
"Position %d."
-#: executor/execQual.c:1048 parser/parse_func.c:89 parser/parse_func.c:306
-#: parser/parse_func.c:610
+#: executor/execQual.c:1086 parser/parse_func.c:91 parser/parse_func.c:310
+#: parser/parse_func.c:626
#, c-format
msgid "cannot pass more than %d argument to a function"
msgid_plural "cannot pass more than %d arguments to a function"
msgstr[0] "kann nicht mehr als %d Argument an Funktion übergeben"
msgstr[1] "kann nicht mehr als %d Argumente an Funktion übergeben"
-#: executor/execQual.c:1232
+#: executor/execQual.c:1270
msgid "functions and operators can take at most one set argument"
msgstr "Funktionen und Operatoren können höchstens ein Mengenargument haben"
-#: executor/execQual.c:1282
+#: executor/execQual.c:1320
msgid ""
"function returning setof record called in context that cannot accept type "
"record"
@@ -12379,13 +12651,13 @@ msgstr ""
"Funktion mit Ergebnis SETOF RECORD in einem Zusammenhang aufgerufen, der den "
"Typ RECORD nicht verarbeiten kann"
-#: executor/execQual.c:1337 executor/execQual.c:1353 executor/execQual.c:1363
+#: executor/execQual.c:1375 executor/execQual.c:1391 executor/execQual.c:1401
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"
-#: executor/execQual.c:1338
+#: executor/execQual.c:1376
#, c-format
msgid "Returned row contains %d attribute, but query expects %d."
msgid_plural "Returned row contains %d attributes, but query expects %d."
@@ -12393,44 +12665,44 @@ 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."
-#: executor/execQual.c:1354
+#: executor/execQual.c:1392
#, c-format
msgid "Returned type %s at ordinal position %d, but query expects %s."
msgstr "Rückgabetyp war %s auf Position %d, aber Anfrage erwartet %s."
-#: executor/execQual.c:1607 executor/execQual.c:2025
+#: executor/execQual.c:1645 executor/execQual.c:2063
msgid "table-function protocol for materialize mode was not followed"
msgstr ""
"Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt"
-#: executor/execQual.c:1627 executor/execQual.c:2032
+#: executor/execQual.c:1665 executor/execQual.c:2070
#, c-format
msgid "unrecognized table-function returnMode: %d"
msgstr "unbekannter returnMode von Tabellenfunktion: %d"
-#: executor/execQual.c:1947
+#: executor/execQual.c:1985
msgid "function returning set of rows cannot return null value"
msgstr ""
"Funktion, die eine Zeilenmenge zurückgibt, kann keinen NULL-Wert zurückgeben"
-#: executor/execQual.c:2192
+#: executor/execQual.c:2230
msgid "IS DISTINCT FROM does not support set arguments"
msgstr "IS DISTINCT FROM unterstützt keine Mengenargumente"
-#: executor/execQual.c:2267
+#: executor/execQual.c:2305
msgid "op ANY/ALL (array) does not support set arguments"
msgstr "op ANY/ALL (array) unterstützt keine Mengenargumente"
-#: executor/execQual.c:2589
+#: executor/execQual.c:2627
#, fuzzy
msgid "could not convert row type"
msgstr "%s konnte Typ %s nicht in %s umwandeln"
-#: executor/execQual.c:2820
+#: executor/execQual.c:2858
msgid "cannot merge incompatible arrays"
msgstr "kann inkompatible Arrays nicht verschmelzen"
-#: executor/execQual.c:2821
+#: executor/execQual.c:2859
#, c-format
msgid ""
"Array with element type %s cannot be included in ARRAY construct with "
@@ -12439,28 +12711,49 @@ msgstr ""
"Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s "
"verwendet werden."
-#: executor/execQual.c:3404
+#: executor/execQual.c:3442
msgid "NULLIF does not support set arguments"
msgstr "NULLIF unterstützt keine Mengenargumente"
-#: executor/execQual.c:4127 optimizer/util/clauses.c:554 parser/parse_agg.c:74
+#: executor/execQual.c:4165 optimizer/util/clauses.c:555
+#: parser/parse_agg.c:158
msgid "aggregate function calls cannot be nested"
msgstr "Aufrufe von Aggregatfunktionen können nicht geschachtelt werden"
-#: executor/execQual.c:4165 optimizer/util/clauses.c:628
-#: parser/parse_agg.c:121
+#: executor/execQual.c:4203 optimizer/util/clauses.c:629
+#: parser/parse_agg.c:205
msgid "window function calls cannot be nested"
msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden"
-#: executor/execQual.c:4365
+#: executor/execQual.c:4403
msgid "target type is not an array"
msgstr "Zieltyp ist kein Array"
-#: executor/execQual.c:4478
+#: executor/execQual.c:4516
#, c-format
msgid "ROW() column has type %s instead of type %s"
msgstr "ROW()-Spalte hat Typ %s statt Typ %s"
+#: executor/execUtils.c:1288
+#, fuzzy, c-format
+msgid "could not create exclusion constraint \"%s\""
+msgstr "konnte Listen-Socket für »%s« nicht erzeugen"
+
+#: executor/execUtils.c:1290
+#, c-format
+msgid "Key %s conflicts with key %s."
+msgstr ""
+
+#: executor/execUtils.c:1295
+#, fuzzy, c-format
+msgid "conflicting key value violates exclusion constraint \"%s\""
+msgstr "doppelter Schlüsselwert verletzt Unique-Constraint »%s«"
+
+#: executor/execUtils.c:1297
+#, c-format
+msgid "Key %s conflicts with existing key %s."
+msgstr ""
+
#. translator: %s is a SQL statement name
#: executor/functions.c:153
#, c-format
@@ -12468,7 +12761,7 @@ msgid "%s is not allowed in a SQL function"
msgstr "%s ist in SQL-Funktionen nicht erlaubt"
#. translator: %s is a SQL statement name
-#: executor/functions.c:160 executor/spi.c:1209 executor/spi.c:1768
+#: executor/functions.c:160 executor/spi.c:1258 executor/spi.c:1849
#, c-format
msgid "%s is not allowed in a non-volatile function"
msgstr "%s ist in als nicht »volatile« markierten Funktionen nicht erlaubt"
@@ -12488,67 +12781,62 @@ msgid "could not determine actual type of argument declared %s"
msgstr ""
"konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen"
-#: executor/functions.c:930
+#: executor/functions.c:935
#, c-format
msgid "SQL function \"%s\" statement %d"
msgstr "SQL-Funktion »%s« Anweisung %d"
-#: executor/functions.c:949
+#: executor/functions.c:954
#, c-format
msgid "SQL function \"%s\" during startup"
msgstr "SQL-Funktion »%s« beim Start"
-#: executor/functions.c:1078 executor/functions.c:1114
-#: executor/functions.c:1126 executor/functions.c:1213
-#: executor/functions.c:1225 executor/functions.c:1250
+#: executor/functions.c:1101 executor/functions.c:1137
+#: executor/functions.c:1149 executor/functions.c:1255
+#: executor/functions.c:1287 executor/functions.c:1316
#, c-format
msgid "return type mismatch in function declared to return %s"
msgstr "Rückgabetyp von Funktion stimmt nicht überein; deklariert als %s"
-#: executor/functions.c:1080
+#: executor/functions.c:1103
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:1116
+#: executor/functions.c:1139
msgid "Final statement must return exactly one column."
msgstr "Die letzte Anweisung muss genau eine Spalte zurückgeben."
-#: executor/functions.c:1128
+#: executor/functions.c:1151
#, c-format
msgid "Actual return type is %s."
msgstr "Eigentlicher Rückgabetyp ist %s."
-#: executor/functions.c:1215
+#: executor/functions.c:1257
msgid "Final statement returns too many columns."
msgstr "Die letzte Anweisung gibt zu viele Spalten zurück."
-#: executor/functions.c:1227
+#: executor/functions.c:1289
#, c-format
msgid "Final statement returns %s instead of %s at column %d."
msgstr "Die letzte Anweisung ergibt %s statt %s in Spalte %d."
-#: executor/functions.c:1252
+#: executor/functions.c:1318
msgid "Final statement returns too few columns."
msgstr "Die letzte Anweisung gibt zu wenige Spalten zurück."
-#: executor/functions.c:1266
+#: executor/functions.c:1366
#, c-format
msgid "return type %s is not supported for SQL functions"
msgstr "Rückgabetyp %s wird nicht von SQL-Funktionen unterstützt"
-#: executor/nodeAgg.c:1537 executor/nodeWindowAgg.c:1488
+#: executor/nodeAgg.c:1715 executor/nodeWindowAgg.c:1488
#, c-format
msgid "aggregate %u needs to have compatible input type and transition type"
msgstr "Aggregatfunktion %u muss kompatiblen Eingabe- und Übergangstyp haben"
-#: executor/nodeAgg.c:1558
-msgid "DISTINCT is supported only for single-argument aggregates"
-msgstr ""
-"DISTINCT wird nur für Aggregatfunktionen mit einem Argument unterstützt"
-
#: executor/nodeHashjoin.c:721 executor/nodeHashjoin.c:755
#, c-format
msgid "could not rewind hash-join temporary file: %m"
@@ -12589,37 +12877,37 @@ msgstr ""
msgid "more than one row returned by a subquery used as an expression"
msgstr "als Ausdruck verwendete Unteranfrage ergab mehr als eine Zeile"
-#: executor/spi.c:211
+#: executor/spi.c:210
msgid "transaction left non-empty SPI stack"
msgstr "Transaktion ließ nicht-leeren SPI-Stack zurück"
-#: executor/spi.c:212 executor/spi.c:276
+#: executor/spi.c:211 executor/spi.c:275
msgid "Check for missing \"SPI_finish\" calls."
msgstr "Prüfen Sie, ob Aufrufe von »SPI_finish« fehlen."
-#: executor/spi.c:275
+#: executor/spi.c:274
msgid "subtransaction left non-empty SPI stack"
msgstr "Subtransaktion ließ nicht-leeren SPI-Stack zurück"
-#: executor/spi.c:1051
+#: executor/spi.c:1139
msgid "cannot open multi-query plan as cursor"
msgstr "Plan mit mehreren Anfragen kann nicht als Cursor geöffnet werden"
#. translator: %s is name of a SQL command, eg INSERT
-#: executor/spi.c:1056
+#: executor/spi.c:1144
#, c-format
msgid "cannot open %s query as cursor"
msgstr "%s kann nicht als Cursor geöffnet werden"
-#: executor/spi.c:1186 parser/analyze.c:1956
+#: executor/spi.c:1235 parser/analyze.c:1973
msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE wird nicht unterstützt"
-#: executor/spi.c:1187 parser/analyze.c:1957
+#: executor/spi.c:1236 parser/analyze.c:1974
msgid "Scrollable cursors must be READ ONLY."
msgstr "Scrollbare Cursor müssen READ ONLY sein."
-#: executor/spi.c:2059
+#: executor/spi.c:2145
#, c-format
msgid "SQL statement \"%s\""
msgstr "SQL-Anweisung »%s«"
@@ -12657,16 +12945,16 @@ msgstr "Gültige Optionen in diesem Zusammenhang sind: %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."
-#: storage/buffer/bufmgr.c:129 storage/buffer/bufmgr.c:233
+#: storage/buffer/bufmgr.c:130 storage/buffer/bufmgr.c:234
msgid "cannot access temporary tables of other sessions"
msgstr "auf temporäre Tabellen anderer Sitzungen kann nicht zugegriffen werden"
-#: storage/buffer/bufmgr.c:361
+#: storage/buffer/bufmgr.c:363
#, c-format
msgid "unexpected data beyond EOF in block %u of relation %s"
msgstr "unerwartete Daten hinter Dateiende in Block %u von Relation %s"
-#: storage/buffer/bufmgr.c:363
+#: storage/buffer/bufmgr.c:365
msgid ""
"This has been seen to occur with buggy kernels; consider updating your "
"system."
@@ -12674,32 +12962,32 @@ msgstr ""
"Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine "
"Systemaktualisierung in Betracht ziehen."
-#: storage/buffer/bufmgr.c:435
+#: storage/buffer/bufmgr.c:437
#, 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"
-#: storage/buffer/bufmgr.c:443
+#: storage/buffer/bufmgr.c:445
#, 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:2716
+#: storage/buffer/bufmgr.c:2670
#, c-format
msgid "could not write block %u of %s"
msgstr "konnte Block %u von %s nicht schreiben"
-#: storage/buffer/bufmgr.c:2718
+#: storage/buffer/bufmgr.c:2672
msgid "Multiple failures --- write error might be permanent."
msgstr "Mehrere Fehlschläge --- Schreibfehler ist möglicherweise dauerhaft."
-#: storage/buffer/bufmgr.c:2739
+#: storage/buffer/bufmgr.c:2693
#, c-format
msgid "writing block %u of relation %s"
msgstr "schreibe Block %u von Relation %s"
-#: storage/buffer/localbuf.c:188
+#: storage/buffer/localbuf.c:189
msgid "no empty local buffer available"
msgstr "kein leerer lokaler Puffer verfügbar"
@@ -12784,31 +13072,31 @@ msgstr "konnte Segment %u der Relation %s nicht öffnen (Zielblock %u): %m"
msgid "could not seek to end of file \"%s\": %m"
msgstr "konnte Positionszeiger in Datei »%s« nicht setzen: %m"
-#: storage/file/fd.c:383
+#: storage/file/fd.c:384
#, c-format
msgid "getrlimit failed: %m"
msgstr "getrlimit fehlgeschlagen: %m"
-#: storage/file/fd.c:473
+#: storage/file/fd.c:474
msgid "insufficient file descriptors available to start server process"
msgstr "nicht genug Dateideskriptoren verfügbar um Serverprozess zu starten"
-#: storage/file/fd.c:474
+#: storage/file/fd.c:475
#, c-format
msgid "System allows %d, we need at least %d."
msgstr "System erlaubt %d, wir benötigen mindestens %d."
-#: storage/file/fd.c:515 storage/file/fd.c:1390 storage/file/fd.c:1505
+#: storage/file/fd.c:516 storage/file/fd.c:1400 storage/file/fd.c:1515
#, c-format
msgid "out of file descriptors: %m; release and retry"
msgstr "keine Dateideskriptoren mehr: %m; freigeben und nochmal versuchen"
-#: storage/file/fd.c:1043
+#: storage/file/fd.c:1049
#, c-format
msgid "temporary file: path \"%s\", size %lu"
msgstr "temporäre Datei: Pfad »%s«, Größe %lu"
-#: storage/file/fd.c:1564
+#: storage/file/fd.c:1574
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "konnte Verzeichnis »%s« nicht lesen: %m"
@@ -12834,11 +13122,16 @@ 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/large_object/inv_api.c:545 storage/large_object/inv_api.c:736
+#: storage/large_object/inv_api.c:550 storage/large_object/inv_api.c:747
#, c-format
msgid "large object %u was not opened for writing"
msgstr "Large Object %u wurde nicht zum Schreiben geöffnet"
+#: storage/large_object/inv_api.c:557 storage/large_object/inv_api.c:754
+#, fuzzy, c-format
+msgid "large object %u was already dropped"
+msgstr "Rolle %u wurde gleichzeitig gelöscht"
+
#: storage/lmgr/deadlock.c:915
#, c-format
msgid "Process %d waits for %s on %s; blocked by process %d."
@@ -12907,23 +13200,48 @@ msgstr "Benutzersperre [%u,%u,%u,%u]"
msgid "unrecognized locktag type %d"
msgstr "unbekannter Locktag-Typ %d"
-#: storage/lmgr/lock.c:584 storage/lmgr/lock.c:650 storage/lmgr/lock.c:2340
-#: storage/lmgr/lock.c:2405
+#: storage/lmgr/lock.c:519
+#, c-format
+msgid ""
+"cannot acquire lockmode %s on database objects while recovery is in progress"
+msgstr ""
+
+#: storage/lmgr/lock.c:521
+msgid ""
+"Only RowExclusiveLock or less can be acquired on database objects during "
+"recovery."
+msgstr ""
+
+#: storage/lmgr/lock.c:615 storage/lmgr/lock.c:684 storage/lmgr/lock.c:2507
+#: storage/lmgr/lock.c:2572
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:2052
+#: storage/lmgr/lock.c:831
+#, fuzzy
+msgid "possible deadlock detected"
+msgstr "Verklemmung (Deadlock) entdeckt"
+
+#: storage/lmgr/lock.c:832
+msgid "process conflicts with recovery - please resubmit query later"
+msgstr ""
+
+#: storage/lmgr/lock.c:833
+msgid "process conflicts with recovery"
+msgstr ""
+
+#: storage/lmgr/lock.c:2128
msgid "Not enough memory for reassigning the prepared transaction's locks."
msgstr ""
"Nicht genug Speicher, um die Sperren der vorbereiteten Transaktion zu "
"übergeben."
-#: storage/lmgr/proc.c:283 storage/ipc/procarray.c:151
-#: storage/ipc/sinvaladt.c:294 postmaster/postmaster.c:1790
+#: storage/lmgr/proc.c:283 storage/ipc/procarray.c:226
+#: storage/ipc/sinvaladt.c:301 postmaster/postmaster.c:1791
msgid "sorry, too many clients already"
msgstr "tut mir leid, schon zu viele Verbindungen"
-#: storage/lmgr/proc.c:968
+#: storage/lmgr/proc.c:992
#, c-format
msgid ""
"process %d avoided deadlock for %s on %s by rearranging queue order after %"
@@ -12932,7 +13250,7 @@ msgstr ""
"Prozess %d vermied Verklemmung wegen %s für %s durch Umordnen der Queue nach "
"%ld.%03d ms"
-#: storage/lmgr/proc.c:980
+#: storage/lmgr/proc.c:1004
#, c-format
msgid ""
"process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
@@ -12940,21 +13258,39 @@ msgstr ""
"Prozess %d hat Verklemmung festgestellt beim Warten auf %s für %s nach %ld.%"
"03d ms"
-#: storage/lmgr/proc.c:986
+#: storage/lmgr/proc.c:1010
#, c-format
msgid "process %d still waiting for %s on %s after %ld.%03d ms"
msgstr "Prozess %d wartet immer noch auf %s-Sperre auf %s nach %ld.%03d ms."
-#: storage/lmgr/proc.c:990
+#: storage/lmgr/proc.c:1014
#, c-format
msgid "process %d acquired %s on %s after %ld.%03d ms"
msgstr "Prozess %d erlangte %s für %s nach %ld.%03d ms"
-#: storage/lmgr/proc.c:1006
+#: storage/lmgr/proc.c:1030
#, c-format
msgid "process %d failed to acquire %s on %s after %ld.%03d ms"
msgstr "Prozess %d konnte %s für %s nach %ld.%03d ms nicht erlangen"
+#: storage/ipc/procarray.c:480
+msgid "consistent state delayed because recovery snapshot incomplete"
+msgstr ""
+
+#: storage/ipc/procarray.c:2129
+#, c-format
+msgid "record known xact %u latestObservedXid %u"
+msgstr ""
+
+#: storage/ipc/procarray.c:2161
+#, c-format
+msgid "recording unobserved xid %u (latestObservedXid %u)"
+msgstr ""
+
+#: storage/ipc/procarray.c:2313
+msgid "too many KnownAssignedXids"
+msgstr ""
+
#: storage/ipc/shmem.c:392
#, c-format
msgid "could not allocate shared memory segment \"%s\""
@@ -12964,6 +13300,24 @@ msgstr "konnte Shared-Memory-Segment »%s« nicht anlegen"
msgid "requested shared memory size overflows size_t"
msgstr "angeforderte Shared-Memory-Größe übersteigt Kapazität von size_t"
+#: storage/ipc/standby.c:207
+#, fuzzy, c-format
+msgid "virtual transaction %u/%u is blocking %s"
+msgstr "virtuelle Transaktion %d/%u"
+
+#: storage/ipc/standby.c:650
+#, c-format
+msgid ""
+"snapshot of %u running transactions overflowed (lsn %X/%X oldest xid %u next "
+"xid %u)"
+msgstr ""
+
+#: storage/ipc/standby.c:657
+#, c-format
+msgid ""
+"snapshot of %u running transaction ids (lsn %X/%X oldest xid %u next xid %u)"
+msgstr ""
+
#: main/main.c:230
#, c-format
msgid "%s: setsysinfo failed: %s\n"
@@ -13275,7 +13629,7 @@ msgstr "%s: ungültige effektive UID: %d\n"
msgid "%s: could not determine user name (GetUserName failed)\n"
msgstr "%s: konnte Benutzername nicht ermitteln (GetUserName fehlgeschlagen)\n"
-#: optimizer/plan/initsplan.c:571
+#: optimizer/plan/initsplan.c:574
msgid ""
"SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer "
"join"
@@ -13283,16 +13637,16 @@ msgstr ""
"SELECT FOR UPDATE/SHARE kann nicht auf die nullbare Seite eines äußeren "
"Verbundes angewendet werden"
-#: optimizer/plan/planner.c:903 parser/analyze.c:1194 parser/analyze.c:1388
-#: parser/analyze.c:2017
+#: optimizer/plan/planner.c:924 parser/analyze.c:1193 parser/analyze.c:1388
+#: parser/analyze.c:2038
msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
msgstr "SELECT FOR UPDATE/SHARE ist nicht in UNION/INTERSECT/EXCEPT erlaubt"
-#: optimizer/plan/planner.c:1101
+#: optimizer/plan/planner.c:1123
msgid "could not implement GROUP BY"
msgstr "konnte GROUP BY nicht implementieren"
-#: optimizer/plan/planner.c:1102 optimizer/plan/planner.c:1533
+#: optimizer/plan/planner.c:1124 optimizer/plan/planner.c:1555
#: optimizer/prep/prepunion.c:769
msgid ""
"Some of the datatypes only support hashing, while others only support "
@@ -13301,27 +13655,27 @@ msgstr ""
"Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren "
"unterstützen."
-#: optimizer/plan/planner.c:1532
+#: optimizer/plan/planner.c:1554
msgid "could not implement DISTINCT"
msgstr "konnte DISTINCT nicht implementieren"
-#: optimizer/plan/planner.c:2570
+#: optimizer/plan/planner.c:2765
msgid "could not implement window PARTITION BY"
msgstr "konnte PARTITION BY für Fenster nicht implementieren"
-#: optimizer/plan/planner.c:2571
+#: optimizer/plan/planner.c:2766
msgid "Window partitioning columns must be of sortable datatypes."
msgstr "Fensterpartitionierungsspalten müssen sortierbare Datentypen haben."
-#: optimizer/plan/planner.c:2575
+#: optimizer/plan/planner.c:2770
msgid "could not implement window ORDER BY"
msgstr "konnte ORDER BY für Fenster nicht implementieren"
-#: optimizer/plan/planner.c:2576
+#: optimizer/plan/planner.c:2771
msgid "Window ordering columns must be of sortable datatypes."
msgstr "Fenstersortierspalten müssen sortierbare Datentypen haben."
-#: optimizer/util/clauses.c:3985
+#: optimizer/util/clauses.c:3989
#, c-format
msgid "SQL function \"%s\" during inlining"
msgstr "SQL-Funktion »%s« beim Inlining"
@@ -13340,61 +13694,61 @@ msgstr "Alle Spaltendatentypen müssen hashbar sein."
msgid "could not implement %s"
msgstr "konnte %s nicht implementieren"
-#: parser/analyze.c:448
+#: parser/analyze.c:445
msgid "INSERT ... SELECT cannot specify INTO"
msgstr "INSERT ... SELECT kann INTO nicht verwenden"
-#: parser/analyze.c:550 parser/analyze.c:973
+#: parser/analyze.c:547 parser/analyze.c:972
msgid "VALUES lists must all be the same length"
msgstr "VALUES-Listen müssen alle die gleiche Länge haben"
-#: parser/analyze.c:571 parser/analyze.c:1078
+#: parser/analyze.c:568 parser/analyze.c:1077
msgid "VALUES must not contain table references"
msgstr "VALUES darf keine Tabellenverweise enthalten"
-#: parser/analyze.c:585 parser/analyze.c:1092
+#: parser/analyze.c:582 parser/analyze.c:1091
msgid "VALUES must not contain OLD or NEW references"
msgstr "VALUES darf keine Verweise auf OLD oder NEW enthalten"
-#: parser/analyze.c:586 parser/analyze.c:1093
+#: parser/analyze.c:583 parser/analyze.c:1092
msgid "Use SELECT ... UNION ALL ... instead."
msgstr "Verwenden Sie stattdessen SELECT ... UNION ALL ..."
-#: parser/analyze.c:696 parser/analyze.c:1105
+#: parser/analyze.c:693 parser/analyze.c:1104
msgid "cannot use aggregate function in VALUES"
msgstr "Aggregatfunktionen können nicht in VALUES verwendet werden"
-#: parser/analyze.c:702 parser/analyze.c:1111
+#: parser/analyze.c:699 parser/analyze.c:1110
msgid "cannot use window function in VALUES"
msgstr "Fensterfunktionen können nicht in VALUES verwendet werden"
-#: parser/analyze.c:734
+#: parser/analyze.c:731
msgid "INSERT has more expressions than target columns"
msgstr "INSERT hat mehr Ausdrücke als Zielspalten"
-#: parser/analyze.c:742
+#: parser/analyze.c:739
msgid "INSERT has more target columns than expressions"
msgstr "INSERT hat mehr Zielspalten als Ausdrücke"
-#: parser/analyze.c:989
+#: parser/analyze.c:988
msgid "DEFAULT can only appear in a VALUES list within INSERT"
msgstr "DEFAULT kann nur in VALUES-Liste innerhalb von INSERT auftreten"
-#: parser/analyze.c:1059 parser/analyze.c:2176
+#: parser/analyze.c:1058 parser/analyze.c:2185
msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES"
msgstr "SELECT FOR UPDATE/SHARE kann nicht auf VALUES angewendet werden"
-#: parser/analyze.c:1312
+#: parser/analyze.c:1311
msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause"
msgstr "ungültige ORDER-BY-Klausel mit UNION/INTERSECT/EXCEPT"
-#: parser/analyze.c:1313
+#: parser/analyze.c:1312
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."
-#: parser/analyze.c:1314
+#: parser/analyze.c:1313
msgid ""
"Add the expression/function to every SELECT, or move the UNION into a FROM "
"clause."
@@ -13419,157 +13773,168 @@ msgstr ""
msgid "each %s query must have the same number of columns"
msgstr "jede %s-Anfrage muss die gleiche Anzahl Spalten haben"
-#: parser/analyze.c:1700
+#: parser/analyze.c:1717
msgid "CREATE TABLE AS specifies too many column names"
msgstr "CREATE TABLE AS gibt zu viele Spaltennamen an"
-#: parser/analyze.c:1750
+#: parser/analyze.c:1767
msgid "cannot use aggregate function in UPDATE"
msgstr "Aggregatfunktionen können nicht in UPDATE verwendet werden"
-#: parser/analyze.c:1756
+#: parser/analyze.c:1773
msgid "cannot use window function in UPDATE"
msgstr "Fensterfunktionen können nicht in UPDATE verwendet werden"
-#: parser/analyze.c:1863
+#: parser/analyze.c:1880
msgid "cannot use aggregate function in RETURNING"
msgstr "Aggregatfunktionen können nicht in RETURNING verwendet werden"
-#: parser/analyze.c:1869
+#: parser/analyze.c:1886
msgid "cannot use window function in RETURNING"
msgstr "Fensterfunktionen können nicht in RETURNING verwendet werden"
-#: parser/analyze.c:1888
+#: parser/analyze.c:1905
msgid "RETURNING cannot contain references to other relations"
msgstr "RETURNING kann keine Verweise auf andere Relationen enthalten"
-#: parser/analyze.c:1927
+#: parser/analyze.c:1944
msgid "cannot specify both SCROLL and NO SCROLL"
msgstr "SCROLL und NO SCROLL können nicht beide angegeben werden"
-#: parser/analyze.c:1941
+#: parser/analyze.c:1958
msgid "DECLARE CURSOR cannot specify INTO"
msgstr "DECLARE CURSOR kann nicht INTO verwenden"
-#: parser/analyze.c:1949
+#: parser/analyze.c:1966
msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE wird nicht unterstützt"
-#: parser/analyze.c:1950
+#: parser/analyze.c:1967
msgid "Holdable cursors must be READ ONLY."
msgstr "Haltbare Cursor müssen READ ONLY sein."
-#: parser/analyze.c:1963
+#: parser/analyze.c:1980
msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE wird nicht unterstützt"
-#: parser/analyze.c:1964
+#: parser/analyze.c:1981
msgid "Insensitive cursors must be READ ONLY."
msgstr "Insensitive Cursor müssen READ ONLY sein."
-#: parser/analyze.c:2021
+#: parser/analyze.c:2042
msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause"
msgstr "SELECT FOR UPDATE/SHARE ist nicht mit DISTINCT-Klausel erlaubt"
-#: parser/analyze.c:2025
+#: parser/analyze.c:2046
msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause"
msgstr "SELECT FOR UPDATE/SHARE ist nicht mit GROUP-BY-Klausel erlaubt"
-#: parser/analyze.c:2029
+#: parser/analyze.c:2050
msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause"
msgstr "SELECT FOR UPDATE/SHARE ist nicht mit HAVING-Klausel erlaubt"
-#: parser/analyze.c:2033
+#: parser/analyze.c:2054
msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions"
msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Aggregatfunktionen erlaubt"
-#: parser/analyze.c:2037
+#: parser/analyze.c:2058
msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions"
msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Fensterfunktionen erlaubt"
-#: parser/analyze.c:2103 parser/analyze.c:2195 rewrite/rewriteHandler.c:1259
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to an outer-level WITH query"
-msgstr ""
-"SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage der äußeren Ebene "
-"angewendet werden"
+#: parser/analyze.c:2062
+#, fuzzy
+msgid ""
+"SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the "
+"target list"
+msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Fensterfunktionen erlaubt"
-#: parser/analyze.c:2129
+#: parser/analyze.c:2137
msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names"
msgstr "SELECT FOR UPDATE/SHARE muss unqualifizierte Relationsnamen angeben"
-#: parser/analyze.c:2158
+#: parser/analyze.c:2167
msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join"
msgstr "SELECT FOR UPDATE/SHARE kann nicht auf einen Verbund angewendet werden"
-#: parser/analyze.c:2164
+#: parser/analyze.c:2173
msgid "SELECT FOR UPDATE/SHARE cannot be applied to NEW or OLD"
msgstr "SELECT FOR UPDATE/SHARE kann nicht auf NEW oder OLD angewendet werden"
-#: parser/analyze.c:2170
+#: parser/analyze.c:2179
msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function"
msgstr "SELECT FOR UPDATE/SHARE kann nicht auf eine Funktion angewendet werden"
-#: parser/analyze.c:2216
+#: parser/analyze.c:2191
+#, fuzzy
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query"
+msgstr ""
+"SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage der äußeren Ebene "
+"angewendet werden"
+
+#: parser/analyze.c:2205
#, c-format
msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause"
msgstr "Relation »%s« in FOR UPDATE/SHARE nicht in der FROM-Klausel gefunden"
-#: parser/analyze.c:2285 parser/parse_coerce.c:283 parser/parse_expr.c:650
-#: parser/parse_expr.c:657
+#: parser/parse_agg.c:125 parser/parse_oper.c:253
#, c-format
-msgid "there is no parameter $%d"
-msgstr "es gibt keinen Parameter $%d"
+msgid "could not identify an ordering operator for type %s"
+msgstr "konnte keine Sortieroperator für Typ %s ermitteln"
+
+#: parser/parse_agg.c:127
+msgid "Aggregates with DISTINCT must be able to sort their inputs."
+msgstr ""
-#: parser/parse_agg.c:84
+#: parser/parse_agg.c:168
msgid "aggregate function calls cannot contain window function calls"
msgstr ""
"Aufrufe von Aggregatfunktionen können keine Aufrufe von Fensterfunktionen "
"enthalten"
-#: parser/parse_agg.c:155 parser/parse_clause.c:1586
+#: parser/parse_agg.c:239 parser/parse_clause.c:1587
#, c-format
msgid "window \"%s\" does not exist"
msgstr "Fenster »%s« existiert nicht"
-#: parser/parse_agg.c:243
+#: parser/parse_agg.c:327
msgid "aggregates not allowed in WHERE clause"
msgstr "Aggregatfunktionen sind nicht in der WHERE-Klausel erlaubt"
-#: parser/parse_agg.c:249
+#: parser/parse_agg.c:333
msgid "aggregates not allowed in JOIN conditions"
msgstr "Aggregatfunktionen sind nicht in JOIN-Bedingungen erlaubt"
-#: parser/parse_agg.c:270
+#: parser/parse_agg.c:354
msgid "aggregates not allowed in GROUP BY clause"
msgstr "Aggregatfunktionen sind nicht in der GROUP-BY-Klausel erlaubt"
-#: parser/parse_agg.c:338
+#: parser/parse_agg.c:422
msgid "aggregate functions not allowed in a recursive query's recursive term"
msgstr ""
"Aggregatfunktionen sind nicht im rekursiven Ausdruck einer rekursiven "
"Anfrage erlaubt"
-#: parser/parse_agg.c:363
+#: parser/parse_agg.c:447
msgid "window functions not allowed in WHERE clause"
msgstr "Fensterfunktionen sind nicht in der WHERE-Klausel erlaubt"
-#: parser/parse_agg.c:369
+#: parser/parse_agg.c:453
msgid "window functions not allowed in JOIN conditions"
msgstr "Fensterfunktionen sind nicht in JOIN-Bedingungen erlaubt"
-#: parser/parse_agg.c:375
+#: parser/parse_agg.c:459
msgid "window functions not allowed in HAVING clause"
msgstr "Fensterfunktionen sind nicht in der HAVING-Klausel erlaubt"
-#: parser/parse_agg.c:388
+#: parser/parse_agg.c:472
msgid "window functions not allowed in GROUP BY clause"
msgstr "Fensterfunktionen sind nicht in der GROUP-BY-Klausel erlaubt"
-#: parser/parse_agg.c:407 parser/parse_agg.c:420
+#: parser/parse_agg.c:491 parser/parse_agg.c:504
msgid "window functions not allowed in window definition"
msgstr "Fensterfunktionen sind nicht in der Fensterdefinition erlaubt"
-#: parser/parse_agg.c:541
+#: parser/parse_agg.c:625
#, c-format
msgid ""
"column \"%s.%s\" must appear in the GROUP BY clause or be used in an "
@@ -13578,7 +13943,7 @@ msgstr ""
"Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer "
"Aggregatfunktion verwendet werden"
-#: parser/parse_agg.c:547
+#: parser/parse_agg.c:631
#, c-format
msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
msgstr ""
@@ -13589,17 +13954,17 @@ msgstr ""
msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
msgstr "JOIN/ON-Klausel verweist auf »%s«, was nicht Teil des JOIN ist"
-#: parser/parse_clause.c:495
+#: parser/parse_clause.c:496
msgid "subquery in FROM cannot have SELECT INTO"
msgstr "Unteranfrage in FROM kann kein SELECT INTO enthalten"
-#: parser/parse_clause.c:517
+#: parser/parse_clause.c:518
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"
-#: parser/parse_clause.c:568
+#: parser/parse_clause.c:569
msgid ""
"function expression in FROM cannot refer to other relations of same query "
"level"
@@ -13607,199 +13972,202 @@ msgstr ""
"Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben "
"Anfrageebene verweisen"
-#: parser/parse_clause.c:581
+#: parser/parse_clause.c:582
msgid "cannot use aggregate function in function expression in FROM"
msgstr ""
"Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet "
"werden"
-#: parser/parse_clause.c:588
+#: parser/parse_clause.c:589
msgid "cannot use window function in function expression in FROM"
msgstr ""
"Fensterfunktionen können nicht in Funktionsausdrücken in FROM verwendet "
"werden"
-#: parser/parse_clause.c:864
+#: parser/parse_clause.c:865
#, c-format
msgid "column name \"%s\" appears more than once in USING clause"
msgstr "Spaltenname »%s« erscheint mehrmals in der USING-Klausel"
-#: parser/parse_clause.c:879
+#: parser/parse_clause.c:880
#, c-format
msgid "common column name \"%s\" appears more than once in left table"
msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der linken Tabelle"
-#: parser/parse_clause.c:888
+#: parser/parse_clause.c:889
#, 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"
-#: parser/parse_clause.c:902
+#: parser/parse_clause.c:903
#, c-format
msgid "common column name \"%s\" appears more than once in right table"
msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der rechten Tabelle"
-#: parser/parse_clause.c:911
+#: parser/parse_clause.c:912
#, 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"
-#: parser/parse_clause.c:968
+#: parser/parse_clause.c:969
#, c-format
msgid "column alias list for \"%s\" has too many entries"
msgstr "Spaltenaliasliste für »%s« hat zu viele Einträge"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1187
+#: parser/parse_clause.c:1188
#, c-format
msgid "argument of %s must not contain variables"
msgstr "Argument von %s darf keine Variablen enthalten"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1198
+#: parser/parse_clause.c:1199
#, c-format
msgid "argument of %s must not contain aggregate functions"
msgstr "Argument von %s darf keine Aggregatfunktionen enthalten"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1209
+#: parser/parse_clause.c:1210
#, c-format
msgid "argument of %s must not contain window functions"
msgstr "Argument von %s darf keine Fensterfunktionen enthalten"
#. translator: first %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1328
+#: parser/parse_clause.c:1329
#, c-format
msgid "%s \"%s\" is ambiguous"
msgstr "%s »%s« ist nicht eindeutig"
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1352
+#: parser/parse_clause.c:1353
#, c-format
msgid "non-integer constant in %s"
msgstr "Konstante in %s ist keine ganze Zahl"
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1370
+#: parser/parse_clause.c:1371
#, c-format
msgid "%s position %d is not in select list"
msgstr "%s Position %d ist nicht in der Select-Liste"
-#: parser/parse_clause.c:1574
+#: parser/parse_clause.c:1575
#, c-format
msgid "window \"%s\" is already defined"
msgstr "Fenster »%s« ist bereits definiert"
-#: parser/parse_clause.c:1628
+#: parser/parse_clause.c:1629
#, c-format
msgid "cannot override PARTITION BY clause of window \"%s\""
msgstr "PARTITION-BY-Klausel von Fenster »%s« kann nicht aufgehoben werden"
-#: parser/parse_clause.c:1640
+#: parser/parse_clause.c:1641
#, c-format
msgid "cannot override ORDER BY clause of window \"%s\""
msgstr "ORDER-BY-Klausel von Fenster »%s« kann nicht aufgehoben werden"
-#: parser/parse_clause.c:1662
+#: parser/parse_clause.c:1663
#, c-format
msgid "cannot override frame clause of window \"%s\""
msgstr "Frame-Klausel von Fenster »%s« kann nicht aufgehoben werden"
-#: parser/parse_clause.c:1718
+#: parser/parse_clause.c:1724
+#, fuzzy
+msgid ""
+"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument "
+"list"
+msgstr ""
+"bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen"
+
+#: parser/parse_clause.c:1725
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"
-#: parser/parse_clause.c:1804 parser/parse_clause.c:1836
+#: parser/parse_clause.c:1811 parser/parse_clause.c:1843
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"
-#: parser/parse_clause.c:1955
+#: parser/parse_clause.c:1962
#, c-format
msgid "operator %s is not a valid ordering operator"
msgstr "Operator %s ist kein gültiger Sortieroperator"
-#: parser/parse_clause.c:1957
+#: parser/parse_clause.c:1964
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:300 parser/parse_expr.c:1879
-#, c-format
-msgid "inconsistent types deduced for parameter $%d"
-msgstr "inkonsistente Typen für Parameter $%d ermittelt"
-
-#: parser/parse_coerce.c:891 parser/parse_coerce.c:920
-#: parser/parse_coerce.c:938 parser/parse_coerce.c:953
-#: parser/parse_expr.c:1531 parser/parse_expr.c:2034
+#: parser/parse_coerce.c:843 parser/parse_coerce.c:872
+#: parser/parse_coerce.c:890 parser/parse_coerce.c:905
+#: parser/parse_expr.c:1638 parser/parse_expr.c:2149
#, c-format
msgid "cannot cast type %s to %s"
msgstr "kann Typ %s nicht in Typ %s umwandeln"
-#: parser/parse_coerce.c:923
+#: parser/parse_coerce.c:875
msgid "Input has too few columns."
msgstr "Eingabe hat zu wenige Spalten."
-#: parser/parse_coerce.c:941
+#: parser/parse_coerce.c:893
#, c-format
msgid "Cannot cast type %s to %s in column %d."
msgstr "Kann in Spalte %3$d Typ %1$s nicht in Typ %2$s umwandeln."
-#: parser/parse_coerce.c:956
+#: parser/parse_coerce.c:908
msgid "Input has too many columns."
msgstr "Eingabe hat zu viele Spalten."
#. translator: first %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:999
+#: parser/parse_coerce.c:951
#, c-format
msgid "argument of %s must be type boolean, not type %s"
msgstr "Argument von %s muss Typ boolean haben, nicht Typ %s"
#. translator: %s is name of a SQL construct, eg WHERE
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1009 parser/parse_coerce.c:1058
+#: parser/parse_coerce.c:961 parser/parse_coerce.c:1010
#, c-format
msgid "argument of %s must not return a set"
msgstr "Argument von %s darf keine Ergebnismenge zurückgeben"
#. translator: first %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1046
+#: parser/parse_coerce.c:998
#, c-format
msgid "argument of %s must be type %s, not type %s"
msgstr "Argument von %s muss Typ %s haben, nicht Typ %s"
#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1179
+#: parser/parse_coerce.c:1131
#, c-format
msgid "%s types %s and %s cannot be matched"
msgstr "%s-Typen %s und %s passen nicht zusammen"
#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1246
+#: parser/parse_coerce.c:1198
#, c-format
msgid "%s could not convert type %s to %s"
msgstr "%s konnte Typ %s nicht in %s umwandeln"
-#: parser/parse_coerce.c:1487
+#: parser/parse_coerce.c:1439
msgid "arguments declared \"anyelement\" are not all alike"
msgstr "als »anyelement« deklariert Argumente sind nicht alle gleich"
-#: parser/parse_coerce.c:1506
+#: parser/parse_coerce.c:1458
msgid "arguments declared \"anyarray\" are not all alike"
msgstr "als »anyarray« deklarierte Argumente sind nicht alle gleich"
-#: parser/parse_coerce.c:1535 parser/parse_coerce.c:1679
-#: parser/parse_coerce.c:1710
+#: parser/parse_coerce.c:1487 parser/parse_coerce.c:1631
+#: parser/parse_coerce.c:1662
#, c-format
msgid "argument declared \"anyarray\" is not an array but type %s"
msgstr "als »anyarray« deklariertes Argument ist kein Array sondern Typ %s"
-#: parser/parse_coerce.c:1551
+#: parser/parse_coerce.c:1503
msgid ""
"argument declared \"anyarray\" is not consistent with argument declared "
"\"anyelement\""
@@ -13807,23 +14175,23 @@ msgstr ""
"als »anyarray« deklariertes Argument ist nicht mit als »anyelement« "
"deklariertem Argument konsistent"
-#: parser/parse_coerce.c:1569
+#: parser/parse_coerce.c:1521
msgid "could not determine polymorphic type because input has type \"unknown\""
msgstr ""
"konnte polymorphischen Typ nicht bestimmen, weil Eingabe Typ »unknown« hat"
-#: parser/parse_coerce.c:1579
+#: parser/parse_coerce.c:1531
#, c-format
msgid "type matched to anynonarray is an array type: %s"
msgstr "mit »anynonarray« gepaarter Typ ist ein Array-Typ: %s"
-#: parser/parse_coerce.c:1589
+#: parser/parse_coerce.c:1541
#, c-format
msgid "type matched to anyenum is not an enum type: %s"
msgstr "mit »anyenum« gepaarter Typ ist kein Enum-Typ: %s"
-#: parser/parse_coerce.c:1618 parser/parse_coerce.c:1635
-#: parser/parse_coerce.c:1693 parser/parse_expr.c:1497 parser/parse_func.c:350
+#: parser/parse_coerce.c:1570 parser/parse_coerce.c:1587
+#: parser/parse_coerce.c:1645 parser/parse_expr.c:1604 parser/parse_func.c:354
#: parser/parse_oper.c:991 nodes/nodeFuncs.c:110 nodes/nodeFuncs.c:136
#, c-format
msgid "could not find array type for data type %s"
@@ -13927,141 +14295,180 @@ msgstr "FOR UPDATE/SHARE in einer rekursiven Anfrage ist nicht implementiert"
msgid "recursive reference to query \"%s\" must not appear more than once"
msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht mehrmals erscheinen"
-#: parser/parse_expr.c:352 parser/parse_target.c:596
+#: parser/parse_expr.c:357 parser/parse_expr.c:749
+#, c-format
+msgid "column %s.%s does not exist"
+msgstr "Spalte %s.%s existiert nicht"
+
+#: parser/parse_expr.c:369
+#, c-format
+msgid "column \"%s\" not found in data type %s"
+msgstr "Spalte »%s« nicht gefunden im Datentyp %s"
+
+#: parser/parse_expr.c:375
+#, c-format
+msgid "could not identify column \"%s\" in record data type"
+msgstr "konnte Spalte »%s« im Record-Datentyp nicht identifizieren"
+
+#: parser/parse_expr.c:381
+#, 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"
+
+#: parser/parse_expr.c:411 parser/parse_target.c:600
msgid "row expansion via \"*\" is not supported here"
msgstr "Zeilenexpansion mit »*« wird hier nicht unterstützt"
-#: parser/parse_expr.c:900
+#: parser/parse_expr.c:733 parser/parse_relation.c:478
+#: parser/parse_relation.c:552 parser/parse_target.c:976
+#, c-format
+msgid "column reference \"%s\" is ambiguous"
+msgstr "Spaltenverweis »%s« ist nicht eindeutig"
+
+#: parser/parse_expr.c:801 parser/parse_param.c:107 parser/parse_param.c:138
+#: parser/parse_param.c:194 parser/parse_param.c:286
+#, c-format
+msgid "there is no parameter $%d"
+msgstr "es gibt keinen Parameter $%d"
+
+#: parser/parse_expr.c:1006
msgid "NULLIF requires = operator to yield boolean"
msgstr "NULLIF erfordert, dass Operator = boolean ergibt"
-#: parser/parse_expr.c:1073
+#: parser/parse_expr.c:1179
msgid "arguments of row IN must all be row expressions"
msgstr "Argumente von Zeilen-IN müssen alle Zeilenausdrücke sein"
-#: parser/parse_expr.c:1276
+#: parser/parse_expr.c:1383
msgid "subquery cannot have SELECT INTO"
msgstr "Unteranfrage kann kein SELECT INTO enthalten"
-#: parser/parse_expr.c:1304
+#: parser/parse_expr.c:1411
msgid "subquery must return a column"
msgstr "Unteranfrage muss eine Spalte zurückgeben"
-#: parser/parse_expr.c:1311
+#: parser/parse_expr.c:1418
msgid "subquery must return only one column"
msgstr "Unteranfrage darf nur eine Spalte zurückgeben"
-#: parser/parse_expr.c:1370
+#: parser/parse_expr.c:1477
msgid "subquery has too many columns"
msgstr "Unteranfrage hat zu viele Spalten"
-#: parser/parse_expr.c:1375
+#: parser/parse_expr.c:1482
msgid "subquery has too few columns"
msgstr "Unteranfrage hat zu wenige Spalten"
-#: parser/parse_expr.c:1471
+#: parser/parse_expr.c:1578
msgid "cannot determine type of empty array"
msgstr "kann Typ eines leeren Arrays nicht bestimmen"
-#: parser/parse_expr.c:1472
+#: parser/parse_expr.c:1579
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[]."
-#: parser/parse_expr.c:1486
+#: parser/parse_expr.c:1593
#, c-format
msgid "could not find element type for data type %s"
msgstr "konnte Elementtyp für Datentyp %s nicht finden"
-#: parser/parse_expr.c:1684
+#: parser/parse_expr.c:1791
msgid "unnamed XML attribute value must be a column reference"
msgstr "unbenannter XML-Attributwert muss ein Spaltenverweis sein"
-#: parser/parse_expr.c:1685
+#: parser/parse_expr.c:1792
msgid "unnamed XML element value must be a column reference"
msgstr "unbenannter XML-Elementwert muss ein Spaltenverweis sein"
-#: parser/parse_expr.c:1700
+#: parser/parse_expr.c:1807
#, c-format
msgid "XML attribute name \"%s\" appears more than once"
msgstr "XML-Attributname »%s« einscheint mehrmals"
-#: parser/parse_expr.c:1807
+#: parser/parse_expr.c:1914
#, c-format
msgid "cannot cast XMLSERIALIZE result to %s"
msgstr "kann das Ergebnis von XMLSERIALIZE nicht in Typ %s umwandeln"
-#: parser/parse_expr.c:2075 parser/parse_expr.c:2273
+#: parser/parse_expr.c:2190 parser/parse_expr.c:2388
msgid "unequal number of entries in row expressions"
msgstr "ungleiche Anzahl Einträge in Zeilenausdrücken"
-#: parser/parse_expr.c:2085
+#: parser/parse_expr.c:2200
msgid "cannot compare rows of zero length"
msgstr "kann Zeilen mit Länge null nicht vergleichen"
-#: parser/parse_expr.c:2110
+#: parser/parse_expr.c:2225
#, c-format
msgid "row comparison operator must yield type boolean, not type %s"
msgstr "Zeilenvergleichsoperator muss Typ boolean zurückgeben, nicht Typ %s"
-#: parser/parse_expr.c:2117
+#: parser/parse_expr.c:2232
msgid "row comparison operator must not return a set"
msgstr "Zeilenvergleichsoperator darf keine Ergebnismenge zurückgeben"
-#: parser/parse_expr.c:2176 parser/parse_expr.c:2220
+#: parser/parse_expr.c:2291 parser/parse_expr.c:2335
#, c-format
msgid "could not determine interpretation of row comparison operator %s"
msgstr ""
"konnte Interpretation des Zeilenvergleichsoperators %s nicht bestimmten"
-#: parser/parse_expr.c:2178
+#: parser/parse_expr.c:2293
msgid ""
"Row comparison operators must be associated with btree operator families."
msgstr ""
"Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet "
"sein."
-#: parser/parse_expr.c:2222
+#: parser/parse_expr.c:2337
msgid "There are multiple equally-plausible candidates."
msgstr "Es gibt mehrere gleichermaßen plausible Kandidaten."
-#: parser/parse_expr.c:2313
+#: parser/parse_expr.c:2428
msgid "IS DISTINCT FROM requires = operator to yield boolean"
msgstr "IS DISTINCT FROM erfordert, dass Operator = boolean ergibt"
-#: parser/parse_func.c:145
+#: parser/parse_func.c:147
#, fuzzy, c-format
msgid "argument name \"%s\" used more than once"
msgstr "Spaltenname »%s« mehrmals angegeben"
-#: parser/parse_func.c:156
+#: parser/parse_func.c:158
msgid "positional argument cannot follow named argument"
msgstr ""
-#: parser/parse_func.c:233
+#: parser/parse_func.c:236
#, c-format
msgid "%s(*) specified, but %s is not an aggregate function"
msgstr "%s(*) angegeben, aber %s ist keine Aggregatfunktion"
-#: parser/parse_func.c:240
+#: parser/parse_func.c:243
#, c-format
msgid "DISTINCT specified, but %s is not an aggregate function"
msgstr "DISTINCT wurde angegeben, aber %s ist keine Aggregatfunktion"
-#: parser/parse_func.c:246
+#: parser/parse_func.c:249
+#, fuzzy, c-format
+msgid "ORDER BY specified, but %s is not an aggregate function"
+msgstr "%s(*) 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"
-#: parser/parse_func.c:273
+#: parser/parse_func.c:277
#, c-format
msgid "function %s is not unique"
msgstr "Funktion %s ist nicht eindeutig"
-#: parser/parse_func.c:276
+#: parser/parse_func.c:280
msgid ""
"Could not choose a best candidate function. You might need to add explicit "
"type casts."
@@ -14069,7 +14476,7 @@ msgstr ""
"Konnte keine beste Kandidatfunktion auswählen. Sie müssen möglicherweise "
"ausdrückliche Typumwandlungen hinzufügen."
-#: parser/parse_func.c:285
+#: parser/parse_func.c:289
msgid ""
"No function matches the given name and argument types. You might need to add "
"explicit type casts."
@@ -14077,99 +14484,77 @@ 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:392 parser/parse_func.c:457
+#: parser/parse_func.c:399 parser/parse_func.c:464
#, c-format
msgid "%s(*) must be used to call a parameterless aggregate function"
msgstr ""
"beim Aufruf einer parameterlosen Aggregatfunktion muss %s(*) angegeben werden"
-#: parser/parse_func.c:399
+#: parser/parse_func.c:406
msgid "aggregates cannot return sets"
msgstr "Aggregatfunktionen können keine Ergebnismengen zurückgeben"
-#: parser/parse_func.c:411
+#: parser/parse_func.c:418
#, fuzzy
msgid "aggregates cannot use named arguments"
msgstr "Aggregatfunktionen können keine Ergebnismengen zurückgeben"
-#: parser/parse_func.c:430
+#: parser/parse_func.c:437
msgid "window function call requires an OVER clause"
msgstr "Aufruf einer Fensterfunktion erfordert eine OVER-Klausel"
-#: parser/parse_func.c:447
+#: parser/parse_func.c:454
msgid "DISTINCT is not implemented for window functions"
msgstr "DISTINCT ist für Fensterfunktionen nicht implementiert"
-#: parser/parse_func.c:464
+#: parser/parse_func.c:474
+#, fuzzy
+msgid "aggregate ORDER BY is not implemented for window functions"
+msgstr "DISTINCT ist für Fensterfunktionen nicht implementiert"
+
+#: parser/parse_func.c:480
msgid "window functions cannot return sets"
msgstr "Fensterfunktionen können keine Ergebnismengen zurückgeben"
-#: parser/parse_func.c:475
+#: parser/parse_func.c:491
#, fuzzy
msgid "window functions cannot use named arguments"
msgstr "Fensterfunktionen können keine Ergebnismengen zurückgeben"
-#: parser/parse_func.c:1364
-#, c-format
-msgid "column %s.%s does not exist"
-msgstr "Spalte %s.%s existiert nicht"
-
-#: parser/parse_func.c:1376
-#, c-format
-msgid "column \"%s\" not found in data type %s"
-msgstr "Spalte »%s« nicht gefunden im Datentyp %s"
-
-#: parser/parse_func.c:1382
-#, c-format
-msgid "could not identify column \"%s\" in record data type"
-msgstr "konnte Spalte »%s« im Record-Datentyp nicht identifizieren"
-
-#: parser/parse_func.c:1388
-#, 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"
-
-#: parser/parse_func.c:1588
+#: parser/parse_func.c:1555
#, c-format
msgid "aggregate %s(*) does not exist"
msgstr "Aggregatfunktion %s(*) existiert nicht"
-#: parser/parse_func.c:1593
+#: parser/parse_func.c:1560
#, c-format
msgid "aggregate %s does not exist"
msgstr "Aggregatfunktion %s existiert nicht"
-#: parser/parse_func.c:1614
+#: parser/parse_func.c:1581
#, c-format
msgid "function %s is not an aggregate"
msgstr "Funktion %s ist keine Aggregatfunktion"
-#: parser/parse_node.c:77
+#: parser/parse_node.c:82
#, c-format
msgid "target lists can have at most %d entries"
msgstr "Targetlisten können höchstens %d Einträge haben"
-#: parser/parse_node.c:219
+#: parser/parse_node.c:224
#, c-format
msgid "cannot subscript type %s because it is not an array"
msgstr "kann aus Typ %s kein Element auswählen, weil er kein Array ist"
-#: parser/parse_node.c:313 parser/parse_node.c:339
+#: parser/parse_node.c:318 parser/parse_node.c:344
msgid "array subscript must have type integer"
msgstr "Arrayindex muss Typ integer haben"
-#: parser/parse_node.c:363
+#: parser/parse_node.c:368
#, c-format
msgid "array assignment requires type %s but expression is of type %s"
msgstr "Arrayzuweisung erfordert Typ %s, aber Ausdruck hat Typ %s"
-#: parser/parse_oper.c:253
-#, c-format
-msgid "could not identify an ordering operator for type %s"
-msgstr "konnte keine Sortieroperator für Typ %s ermitteln"
-
#: parser/parse_oper.c:255
msgid "Use an explicit ordering operator or modify the query."
msgstr ""
@@ -14220,38 +14605,33 @@ msgid "op ANY/ALL (array) requires operator not to return a set"
msgstr ""
"op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückgibt"
-#: parser/parse_relation.c:142
+#: parser/parse_relation.c:147
#, c-format
msgid "table reference \"%s\" is ambiguous"
msgstr "Tabellenbezug »%s« ist nicht eindeutig"
-#: parser/parse_relation.c:178
+#: parser/parse_relation.c:183
#, c-format
msgid "table reference %u is ambiguous"
msgstr "Tabellenbezug %u ist nicht eindeutig"
-#: parser/parse_relation.c:338
+#: parser/parse_relation.c:343
#, c-format
msgid "table name \"%s\" specified more than once"
msgstr "Tabellenname »%s« mehrmals angegeben"
-#: parser/parse_relation.c:473 parser/parse_relation.c:547
-#, c-format
-msgid "column reference \"%s\" is ambiguous"
-msgstr "Spaltenverweis »%s« ist nicht eindeutig"
-
-#: parser/parse_relation.c:783 parser/parse_relation.c:1072
-#: parser/parse_relation.c:1432
+#: parser/parse_relation.c:755 parser/parse_relation.c:1044
+#: parser/parse_relation.c:1404
#, 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:813
+#: parser/parse_relation.c:785
#, c-format
msgid "too many column aliases specified for function %s"
msgstr "zu viele Spaltenaliasnamen für Funktion %s angegeben"
-#: parser/parse_relation.c:879
+#: parser/parse_relation.c:851
#, c-format
msgid ""
"There is a WITH item named \"%s\", but it cannot be referenced from this "
@@ -14260,58 +14640,58 @@ msgstr ""
"Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der "
"Anfrage kein Bezug genommen werden."
-#: parser/parse_relation.c:881
+#: parser/parse_relation.c:853
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:1151
+#: parser/parse_relation.c:1123
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:1159
+#: parser/parse_relation.c:1131
msgid "a column definition list is required for functions returning \"record\""
msgstr ""
"eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« "
"zurückgeben"
-#: parser/parse_relation.c:1206
+#: parser/parse_relation.c:1178
#, 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:1278
+#: parser/parse_relation.c:1250
#, 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"
-#: parser/parse_relation.c:1334
+#: parser/parse_relation.c:1306
#, c-format
msgid "joins can have at most %d columns"
msgstr "Verbunde können höchstens %d Spalten haben"
-#: parser/parse_relation.c:2098
+#: parser/parse_relation.c:2040
#, c-format
msgid "column %d of relation \"%s\" does not exist"
msgstr "Spalte %d von Relation »%s« existiert nicht"
-#: parser/parse_relation.c:2460
+#: parser/parse_relation.c:2401
#, 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:2463 parser/parse_relation.c:2483
+#: parser/parse_relation.c:2404
#, c-format
msgid "Perhaps you meant to reference the table alias \"%s\"."
msgstr "Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen."
-#: parser/parse_relation.c:2465 parser/parse_relation.c:2486
+#: parser/parse_relation.c:2406
#, c-format
msgid ""
"There is an entry for table \"%s\", but it cannot be referenced from this "
@@ -14320,35 +14700,30 @@ 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:2471
+#: parser/parse_relation.c:2412
#, c-format
msgid "missing FROM-clause entry for table \"%s\""
msgstr "fehlender Eintrag in FROM-Klausel für Tabelle »%s«"
-#: parser/parse_relation.c:2480
-#, c-format
-msgid "adding missing FROM-clause entry for table \"%s\""
-msgstr "fehlender Eintrag in FROM-Klausel für Tabelle »%s« wird hinzugefügt"
-
-#: parser/parse_target.c:369 parser/parse_target.c:657
+#: parser/parse_target.c:373 parser/parse_target.c:661
#, c-format
msgid "cannot assign to system column \"%s\""
msgstr "kann Systemspalte »%s« keinen Wert zuweisen"
-#: parser/parse_target.c:394
+#: parser/parse_target.c:398
msgid "cannot set an array element to DEFAULT"
msgstr "kann Arrayelement nicht auf DEFAULT setzen"
-#: parser/parse_target.c:399
+#: parser/parse_target.c:403
msgid "cannot set a subfield to DEFAULT"
msgstr "kann Subfeld nicht auf DEFAULT setzen"
-#: parser/parse_target.c:466
+#: parser/parse_target.c:470
#, c-format
msgid "column \"%s\" is of type %s but expression is of type %s"
msgstr "Spalte »%s« hat Typ %s, aber der Ausdruck hat Typ %s"
-#: parser/parse_target.c:641
+#: parser/parse_target.c:645
#, c-format
msgid ""
"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a "
@@ -14357,7 +14732,7 @@ msgstr ""
"kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein "
"zusammengesetzter Typ ist"
-#: parser/parse_target.c:650
+#: parser/parse_target.c:654
#, c-format
msgid ""
"cannot assign to field \"%s\" of column \"%s\" because there is no such "
@@ -14366,18 +14741,18 @@ msgstr ""
"kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in "
"Datentyp %s gibt"
-#: parser/parse_target.c:725
+#: parser/parse_target.c:729
#, c-format
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:735
+#: parser/parse_target.c:739
#, c-format
msgid "subfield \"%s\" is of type %s but expression is of type %s"
msgstr "Subfeld »%s« hat Typ %s, aber der Ausdruck hat Typ %s"
-#: parser/parse_target.c:991
+#: parser/parse_target.c:1038
msgid "SELECT * with no tables specified is not valid"
msgstr "SELECT * ist nicht gültig, wenn keine Tabellen angegeben sind"
@@ -14410,67 +14785,67 @@ msgstr "Typmodifikatoren müssen einfache Konstanten oder Bezeichner sein"
msgid "invalid type name \"%s\""
msgstr "ungültiger Typname: »%s«"
-#: parser/parse_utilcmd.c:295
+#: parser/parse_utilcmd.c:296
msgid "array of serial is not implemented"
msgstr "Array aus Typ serial ist nicht implementiert"
-#: parser/parse_utilcmd.c:338
+#: parser/parse_utilcmd.c:339
#, c-format
msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
msgstr "%s erstellt implizit eine Sequenz »%s« für die »serial«-Spalte »%s.%s«"
-#: parser/parse_utilcmd.c:426 parser/parse_utilcmd.c:438
+#: parser/parse_utilcmd.c:428 parser/parse_utilcmd.c:440
#, 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«"
-#: parser/parse_utilcmd.c:450
+#: parser/parse_utilcmd.c:452
#, c-format
msgid "multiple default values specified for column \"%s\" of table \"%s\""
msgstr "mehrere Vorgabewerte angegeben für Spalte »%s« von Tabelle »%s«"
-#: parser/parse_utilcmd.c:1340
+#: parser/parse_utilcmd.c:1438
#, c-format
msgid "column \"%s\" appears twice in primary key constraint"
msgstr "Spalte »%s« erscheint zweimal im Primärschlüssel-Constraint"
-#: parser/parse_utilcmd.c:1345
+#: parser/parse_utilcmd.c:1443
#, c-format
msgid "column \"%s\" appears twice in unique constraint"
msgstr "Spalte »%s« erscheint zweimal im Unique Constraint"
-#: parser/parse_utilcmd.c:1492
+#: parser/parse_utilcmd.c:1590
msgid "index expression cannot return a set"
msgstr "Indexausdruck kann keine Ergebnismenge zurückgeben"
-#: parser/parse_utilcmd.c:1502
+#: parser/parse_utilcmd.c:1600
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:1597
+#: parser/parse_utilcmd.c:1695
msgid "rule WHERE condition cannot contain references to other relations"
msgstr ""
"WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen "
"enthalten"
-#: parser/parse_utilcmd.c:1603
+#: parser/parse_utilcmd.c:1701
msgid "cannot use aggregate function in rule WHERE condition"
msgstr ""
"Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
"werden"
-#: parser/parse_utilcmd.c:1607
+#: parser/parse_utilcmd.c:1705
msgid "cannot use window function in rule WHERE condition"
msgstr ""
"Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet "
"werden"
-#: parser/parse_utilcmd.c:1679
+#: parser/parse_utilcmd.c:1777
msgid ""
"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE "
"actions"
@@ -14478,58 +14853,58 @@ msgstr ""
"Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE "
"oder DELETE haben"
-#: parser/parse_utilcmd.c:1697 parser/parse_utilcmd.c:1767
-#: rewrite/rewriteManip.c:1024 rewrite/rewriteHandler.c:424
+#: parser/parse_utilcmd.c:1795 parser/parse_utilcmd.c:1865
+#: rewrite/rewriteManip.c:1021 rewrite/rewriteHandler.c:432
msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
msgstr "UNION/INTERSECTION/EXCEPT mit Bedingung sind nicht implementiert"
-#: parser/parse_utilcmd.c:1715
+#: parser/parse_utilcmd.c:1813
msgid "ON SELECT rule cannot use OLD"
msgstr "ON-SELECT-Regel kann nicht OLD verwenden"
-#: parser/parse_utilcmd.c:1719
+#: parser/parse_utilcmd.c:1817
msgid "ON SELECT rule cannot use NEW"
msgstr "ON-SELECT-Regel kann nicht NEW verwenden"
-#: parser/parse_utilcmd.c:1728
+#: parser/parse_utilcmd.c:1826
msgid "ON INSERT rule cannot use OLD"
msgstr "ON-INSERT-Regel kann nicht OLD verwenden"
-#: parser/parse_utilcmd.c:1734
+#: parser/parse_utilcmd.c:1832
msgid "ON DELETE rule cannot use NEW"
msgstr "ON-DELETE-Regel kann nicht NEW verwenden"
-#: parser/parse_utilcmd.c:2014
+#: parser/parse_utilcmd.c:2113
msgid "misplaced DEFERRABLE clause"
msgstr "falsch platzierte DEFERRABLE-Klausel"
-#: parser/parse_utilcmd.c:2019 parser/parse_utilcmd.c:2034
+#: parser/parse_utilcmd.c:2118 parser/parse_utilcmd.c:2133
msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
msgstr "mehrere DEFERRABLE/NOT DEFERRABLE-Klauseln sind nicht erlaubt"
-#: parser/parse_utilcmd.c:2029
+#: parser/parse_utilcmd.c:2128
msgid "misplaced NOT DEFERRABLE clause"
msgstr "falsch platzierte NOT DEFERRABLE-Klausel"
-#: parser/parse_utilcmd.c:2042 parser/parse_utilcmd.c:2068 gram.y:3353
-#: gram.y:3369
+#: parser/parse_utilcmd.c:2141 parser/parse_utilcmd.c:2167 gram.y:3427
+#: gram.y:3443
msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
msgstr ""
"Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein"
-#: parser/parse_utilcmd.c:2050
+#: parser/parse_utilcmd.c:2149
msgid "misplaced INITIALLY DEFERRED clause"
msgstr "falsch platzierte INITIALLY DEFERRED-Klausel"
-#: parser/parse_utilcmd.c:2055 parser/parse_utilcmd.c:2081
+#: parser/parse_utilcmd.c:2154 parser/parse_utilcmd.c:2180
msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
msgstr "mehrere INITIALLY IMMEDIATE/DEFERRED-Klauseln sind nicht erlaubt"
-#: parser/parse_utilcmd.c:2076
+#: parser/parse_utilcmd.c:2175
msgid "misplaced INITIALLY IMMEDIATE clause"
msgstr "falsch platzierte INITIALLY IMMEDIATE-Klausel"
-#: parser/parse_utilcmd.c:2249
+#: parser/parse_utilcmd.c:2348
#, c-format
msgid ""
"CREATE specifies a schema (%s) different from the one being created (%s)"
@@ -14542,169 +14917,166 @@ msgstr ""
msgid "identifier \"%s\" will be truncated to \"%.*s\""
msgstr "Bezeichner »%s« wird auf »%.*s« gekürzt"
-#: gram.y:1242
+#: parser/parse_param.c:211
+#, c-format
+msgid "inconsistent types deduced for parameter $%d"
+msgstr "inkonsistente Typen für Parameter $%d ermittelt"
+
+#: gram.y:1243
msgid "current database cannot be changed"
msgstr "aktuelle Datenbank kann nicht geändert werden"
-#: gram.y:1357 gram.y:1372
+#: gram.y:1358 gram.y:1373
msgid "time zone interval must be HOUR or HOUR TO MINUTE"
msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein"
-#: gram.y:1377 gram.y:8071 gram.y:10411
+#: gram.y:1378 gram.y:8200 gram.y:10575
msgid "interval precision specified twice"
msgstr "Intervallpräzision doppelt angegeben"
-#: gram.y:2462
+#: gram.y:2471
#, fuzzy
msgid "CHECK constraints cannot be deferred"
msgstr "Constraint »%s« ist nicht verschiebbar"
-#: gram.y:2628
+#: gram.y:2675
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS kann INTO nicht verwenden"
-#: gram.y:3283
+#: gram.y:3338
msgid "duplicate trigger events specified"
msgstr "mehrere Trigger-Ereignisse angegeben"
-#: gram.y:3433
+#: gram.y:3507
msgid "CREATE ASSERTION is not yet implemented"
msgstr "CREATE ASSERTION ist noch nicht implementiert"
-#: gram.y:3449
+#: gram.y:3523
msgid "DROP ASSERTION is not yet implemented"
msgstr "DROP ASSERTION ist noch nicht implementiert"
-#: gram.y:3745
+#: gram.y:3819
msgid "RECHECK is no longer required"
msgstr "RECHECK wird nicht mehr benötigt"
-#: gram.y:3746
+#: gram.y:3820
msgid "Update your data type."
msgstr "Aktualisieren Sie Ihren Datentyp."
-#: gram.y:6183 gram.y:6189 gram.y:6195
+#: gram.y:6277 gram.y:6283 gram.y:6289
msgid "WITH CHECK OPTION is not implemented"
msgstr "WITH CHECK OPTION ist nicht implementiert"
-#: gram.y:6832
+#: gram.y:6966
msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
msgstr "Spaltennamenliste nicht erlaubt in CREATE TABLE / EXECUTE"
-#: gram.y:7053
+#: gram.y:7187
msgid "number of columns does not match number of values"
msgstr "Anzahl der Spalten stimmt nicht mit der Anzahl der Werte überein"
-#: gram.y:7490
+#: gram.y:7627
msgid "LIMIT #,# syntax is not supported"
msgstr "Syntax LIMIT x,y wird nicht unterstützt"
-#: gram.y:7491
+#: gram.y:7628
msgid "Use separate LIMIT and OFFSET clauses."
msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET."
-#: gram.y:7709
+#: gram.y:7846
msgid "VALUES in FROM must have an alias"
msgstr "VALUES in FROM muss Aliasnamen erhalten"
-#: gram.y:7710
+#: gram.y:7847
msgid "For example, FROM (VALUES ...) [AS] foo."
msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz."
-#: gram.y:7715
+#: gram.y:7852
msgid "subquery in FROM must have an alias"
msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
-#: gram.y:7716
+#: gram.y:7853
msgid "For example, FROM (SELECT ...) [AS] foo."
msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz."
-#: gram.y:8197
+#: gram.y:8326
msgid "precision for type float must be at least 1 bit"
msgstr "Präzision von Typ float muss mindestens 1 Bit sein"
-#: gram.y:8206
+#: gram.y:8335
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:8903
+#: gram.y:9041
msgid "UNIQUE predicate is not yet implemented"
msgstr "UNIQUE-Prädikat ist noch nicht implementiert"
-#: gram.y:9742 gram.y:9757
+#: gram.y:9916 gram.y:9931
msgid "frame start cannot be UNBOUNDED FOLLOWING"
msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein"
-#: gram.y:9747 gram.y:9762
+#: gram.y:9921 gram.y:9936
msgid "frame start at CURRENT ROW is not implemented"
msgstr "Frame-Beginn bei CURRENT ROW ist nicht implementiert"
-#: gram.y:9767
+#: gram.y:9941
msgid "frame end cannot be UNBOUNDED PRECEDING"
msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING"
-#: gram.y:10386
+#: gram.y:10550
#, fuzzy
msgid "type modifier cannot have AS name"
msgstr "Typmodifikator ist für Typ »%s« nicht erlaubt"
-#: gram.y:10937
-msgid "OLD used in query that is not in a rule"
-msgstr "OLD in einer Anfrage verwendet, die nicht Teil einer Regel ist"
-
-#: gram.y:10947
-msgid "NEW used in query that is not in a rule"
-msgstr "NEW in einer Anfrage verwendet, die nicht Teil einer Regel ist"
-
-#: gram.y:11008 gram.y:11215
+#: gram.y:11151 gram.y:11359
msgid "improper use of \"*\""
msgstr "unzulässige Verwendung von »*«"
-#: gram.y:11147
+#: gram.y:11290
msgid "wrong number of parameters on left side of OVERLAPS expression"
msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck"
-#: gram.y:11154
+#: gram.y:11297
msgid "wrong number of parameters on right side of OVERLAPS expression"
msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck"
-#: gram.y:11278
+#: gram.y:11422
msgid "multiple ORDER BY clauses not allowed"
msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt"
-#: gram.y:11289
+#: gram.y:11433
msgid "multiple OFFSET clauses not allowed"
msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt"
-#: gram.y:11298
+#: gram.y:11442
msgid "multiple LIMIT clauses not allowed"
msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt"
-#: gram.y:11307
+#: gram.y:11451
msgid "multiple WITH clauses not allowed"
msgstr "mehrere WITH-Klauseln sind nicht erlaubt"
-#: gram.y:11462
+#: gram.y:11605
msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt"
-#: scan.l:405
+#: scan.l:413
msgid "unterminated /* comment"
msgstr "/*-Kommentar nicht abgeschlossen"
-#: scan.l:434
+#: scan.l:442
msgid "unterminated bit string literal"
msgstr "Bitkettenkonstante nicht abgeschlossen"
-#: scan.l:455
+#: scan.l:463
msgid "unterminated hexadecimal string literal"
msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
-#: scan.l:505
+#: scan.l:513
msgid "unsafe use of string constant with Unicode escapes"
msgstr "unsichere Verwendung von Zeichenkette mit Unicode-Escapes"
-#: scan.l:506
+#: scan.l:514
msgid ""
"String constants with Unicode escapes cannot be used when "
"standard_conforming_strings is off."
@@ -14712,65 +15084,65 @@ msgstr ""
"Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn "
"standard_conforming_strings aus ist."
-#: scan.l:558 scan.l:566 scan.l:574 scan.l:575 scan.l:576 scan.l:1203
-#: scan.l:1222 scan.l:1226 scan.l:1255 scan.l:1259 scan.l:1281
+#: scan.l:566 scan.l:574 scan.l:582 scan.l:583 scan.l:584 scan.l:1240
+#: scan.l:1259 scan.l:1263 scan.l:1292 scan.l:1296 scan.l:1318
#, fuzzy
msgid "invalid Unicode surrogate pair"
msgstr "ungültiger Unicode-Escape-Wert"
-#: scan.l:580
+#: scan.l:588
#, fuzzy
msgid "invalid Unicode escape"
msgstr "ungültiger Unicode-Escape-Wert"
-#: scan.l:581
+#: scan.l:589
msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
msgstr ""
-#: scan.l:592
+#: scan.l:600
msgid "unsafe use of \\' in a string literal"
msgstr "unsichere Verwendung von \\' in Zeichenkettenkonstante"
-#: scan.l:593
+#: scan.l:601
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:623
+#: scan.l:631
msgid "unterminated quoted string"
msgstr "Zeichenkette nicht abgeschlossen"
-#: scan.l:668
+#: scan.l:676
msgid "unterminated dollar-quoted string"
msgstr "Dollar-Quotes nicht abgeschlossen"
-#: scan.l:685 scan.l:697 scan.l:711
+#: scan.l:693 scan.l:705 scan.l:719
msgid "zero-length delimited identifier"
msgstr "Bezeichner in Anführungszeichen hat Länge null"
-#: scan.l:724
+#: scan.l:732
msgid "unterminated quoted identifier"
msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
-#: scan.l:828
+#: scan.l:836
msgid "operator too long"
msgstr "Operator zu lang"
#. translator: %s is typically the translation of "syntax error"
-#: scan.l:997
+#: scan.l:994
#, 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:1005
+#: scan.l:1002
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s bei »%s«"
-#: scan.l:1143 scan.l:1397
+#: scan.l:1163 scan.l:1195
msgid ""
"Unicode escape values cannot be used for code point values above 007F when "
"the server encoding is not UTF8"
@@ -14778,40 +15150,40 @@ msgstr ""
"Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet "
"werden, wenn die Serverkodierung nicht UTF8 ist"
-#: scan.l:1179
-msgid "invalid Unicode escape character"
-msgstr "ungültiges Unicode-Escape-Zeichen"
-
-#: scan.l:1273 scan.l:1393
+#: scan.l:1191 scan.l:1310
msgid "invalid Unicode escape value"
msgstr "ungültiger Unicode-Escape-Wert"
-#: scan.l:1329
+#: scan.l:1216
+msgid "invalid Unicode escape character"
+msgstr "ungültiges Unicode-Escape-Zeichen"
+
+#: scan.l:1366
msgid "nonstandard use of \\' in a string literal"
msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante"
-#: scan.l:1330
+#: scan.l:1367
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:1339
+#: scan.l:1376
msgid "nonstandard use of \\\\ in a string literal"
msgstr "nicht standardkonforme Verwendung von \\\\ in Zeichenkettenkonstante"
-#: scan.l:1340
+#: scan.l:1377
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:1354
+#: scan.l:1391
msgid "nonstandard use of escape in a string literal"
msgstr "nicht standardkonforme Verwendung von Escape in Zeichenkettenkonstante"
-#: scan.l:1355
+#: scan.l:1392
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'."
@@ -15069,45 +15441,45 @@ msgstr "automatisches Vacuum der Tabelle »%s.%s.%s«"
msgid "automatic analyze of table \"%s.%s.%s\""
msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«"
-#: postmaster/autovacuum.c:2724
+#: postmaster/autovacuum.c:2725
msgid "autovacuum not started because of misconfiguration"
msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet"
-#: postmaster/autovacuum.c:2725
+#: postmaster/autovacuum.c:2726
msgid "Enable the \"track_counts\" option."
msgstr "Schalten Sie die Option »track_counts« ein."
-#: postmaster/autovacuum.c:2781
+#: postmaster/autovacuum.c:2782
msgid "not enough shared memory for autovacuum"
msgstr "nicht genug Shared-Memory für Autovacuum"
-#: postmaster/bgwriter.c:470
+#: postmaster/bgwriter.c:466
#, 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/bgwriter.c:474
+#: postmaster/bgwriter.c:470
msgid ""
"Consider increasing the configuration parameter \"checkpoint_segments\"."
msgstr ""
"Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«."
-#: postmaster/bgwriter.c:583
+#: postmaster/bgwriter.c:579
#, c-format
msgid "transaction log switch forced (archive_timeout=%d)"
msgstr "Umschalten des Transaktionslogs erzwungen (archive_timeout=%d)"
-#: postmaster/bgwriter.c:891
+#: postmaster/bgwriter.c:887
msgid "not enough shared memory for background writer"
msgstr "nicht genug Shared-Memory für Background-Writer"
-#: postmaster/bgwriter.c:1041
+#: postmaster/bgwriter.c:1037
msgid "checkpoint request failed"
msgstr "Checkpoint-Anforderung fehlgeschlagen"
-#: postmaster/bgwriter.c:1042
+#: postmaster/bgwriter.c:1038
msgid "Consult recent messages in the server log for details."
msgstr "Einzelheiten finden Sie in den letzten Meldungen im Serverlog."
@@ -15142,7 +15514,7 @@ 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:568 postmaster/postmaster.c:2727
+#: postmaster/pgarch.c:568 postmaster/postmaster.c:2730
msgid ""
"See C include file \"ntstatus.h\" for a description of the hexadecimal value."
msgstr ""
@@ -15210,7 +15582,7 @@ msgid "could not send test message on socket for statistics collector: %m"
msgstr ""
"konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m"
-#: postmaster/pgstat.c:443 postmaster/pgstat.c:2755
+#: postmaster/pgstat.c:443 postmaster/pgstat.c:2823
#, c-format
msgid "select() failed in statistics collector: %m"
msgstr "select() im Statistiksammelprozess fehlgeschlagen: %m"
@@ -15252,143 +15624,143 @@ msgstr "konnte Statistiksammelprozess nicht starten (fork-Fehler): %m"
msgid "must be superuser to reset statistics counters"
msgstr "nur Superuser können Statistikzähler zurücksetzen"
-#: postmaster/pgstat.c:2734
+#: postmaster/pgstat.c:2802
#, c-format
msgid "poll() failed in statistics collector: %m"
msgstr "poll() im Statistiksammelprozess fehlgeschlagen: %m"
-#: postmaster/pgstat.c:2779
+#: postmaster/pgstat.c:2847
#, c-format
msgid "could not read statistics message: %m"
msgstr "konnte Statistiknachricht nicht lesen: %m"
-#: postmaster/pgstat.c:3024
+#: postmaster/pgstat.c:3092
#, c-format
msgid "could not open temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht öffnen: %m"
-#: postmaster/pgstat.c:3096
+#: postmaster/pgstat.c:3164
#, c-format
msgid "could not write temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht schreiben: %m"
-#: postmaster/pgstat.c:3105
+#: postmaster/pgstat.c:3173
#, c-format
msgid "could not close temporary statistics file \"%s\": %m"
msgstr "konnte temporäre Statistikdatei »%s« nicht schließen: %m"
-#: postmaster/pgstat.c:3113
+#: postmaster/pgstat.c:3181
#, 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:3201 postmaster/pgstat.c:3211 postmaster/pgstat.c:3233
-#: postmaster/pgstat.c:3247 postmaster/pgstat.c:3309 postmaster/pgstat.c:3326
-#: postmaster/pgstat.c:3341 postmaster/pgstat.c:3358 postmaster/pgstat.c:3373
+#: postmaster/pgstat.c:3269 postmaster/pgstat.c:3279 postmaster/pgstat.c:3301
+#: postmaster/pgstat.c:3315 postmaster/pgstat.c:3377 postmaster/pgstat.c:3394
+#: postmaster/pgstat.c:3409 postmaster/pgstat.c:3426 postmaster/pgstat.c:3441
msgid "corrupted pgstat.stat file"
msgstr "verfälschte Datei pgstat.stat"
-#: postmaster/pgstat.c:3714
+#: postmaster/pgstat.c:3782
msgid "database hash table corrupted during cleanup --- abort"
msgstr "Datenbank-Hash-Tabelle beim Aufräumen verfälscht --- Abbruch"
-#: postmaster/postmaster.c:545
+#: postmaster/postmaster.c:546
#, 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:631
+#: postmaster/postmaster.c:632
#, 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:682
+#: postmaster/postmaster.c:683
#, c-format
msgid "%s: invalid argument: \"%s\"\n"
msgstr "%s: ungültiges Argument: »%s«\n"
-#: postmaster/postmaster.c:707
+#: postmaster/postmaster.c:708
#, 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"
-#: postmaster/postmaster.c:717
+#: postmaster/postmaster.c:718
#, c-format
msgid "%s: invalid datetoken tables, please fix\n"
msgstr "%s: ungültige datetoken-Tabellen, bitte reparieren\n"
-#: postmaster/postmaster.c:823
+#: postmaster/postmaster.c:824
msgid "invalid list syntax for \"listen_addresses\""
msgstr "ungültige Listensyntax für Parameter »listen_addresses«"
-#: postmaster/postmaster.c:844
+#: postmaster/postmaster.c:845
#, c-format
msgid "could not create listen socket for \"%s\""
msgstr "konnte Listen-Socket für »%s« nicht erzeugen"
-#: postmaster/postmaster.c:850
+#: postmaster/postmaster.c:851
msgid "could not create any TCP/IP sockets"
msgstr "konnte keine TCP/IP-Sockets erstellen"
-#: postmaster/postmaster.c:900
+#: postmaster/postmaster.c:901
msgid "could not create Unix-domain socket"
msgstr "konnte Unix-Domain-Socket nicht erstellen"
-#: postmaster/postmaster.c:908
+#: postmaster/postmaster.c:909
msgid "no socket created for listening"
msgstr "keine Listen-Socket erzeugt"
-#: postmaster/postmaster.c:934
+#: postmaster/postmaster.c:935
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:978
+#: postmaster/postmaster.c:979
#, 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:1093
+#: postmaster/postmaster.c:1094
#, c-format
msgid "%s: could not locate matching postgres executable"
msgstr "%s: konnte kein passendes Programm »postgres« finden"
-#: postmaster/postmaster.c:1144
+#: postmaster/postmaster.c:1145
#, c-format
msgid "data directory \"%s\" does not exist"
msgstr "Datenverzeichnis »%s« existiert nicht"
-#: postmaster/postmaster.c:1149
+#: postmaster/postmaster.c:1150
#, c-format
msgid "could not read permissions of directory \"%s\": %m"
msgstr "konnte Zugriffsrechte von Verzeichnis »%s« nicht lesen: %m"
-#: postmaster/postmaster.c:1157
+#: postmaster/postmaster.c:1158
#, c-format
msgid "specified data directory \"%s\" is not a directory"
msgstr "angegebenes Datenverzeichnis »%s« ist kein Verzeichnis"
-#: postmaster/postmaster.c:1173
+#: postmaster/postmaster.c:1174
#, c-format
msgid "data directory \"%s\" has wrong ownership"
msgstr "Datenverzeichnis »%s« hat falschen Eigentümer"
-#: postmaster/postmaster.c:1175
+#: postmaster/postmaster.c:1176
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."
-#: postmaster/postmaster.c:1195
+#: postmaster/postmaster.c:1196
#, c-format
msgid "data directory \"%s\" has group or world access"
msgstr "Datenverzeichnis »%s« erlaubt Zugriff von Gruppe oder Welt"
-#: postmaster/postmaster.c:1197
+#: postmaster/postmaster.c:1198
msgid "Permissions should be u=rwx (0700)."
msgstr "Rechte sollten u=rwx (0700) sein."
-#: postmaster/postmaster.c:1208
+#: postmaster/postmaster.c:1209
#, c-format
msgid ""
"%s: could not find the database system\n"
@@ -15399,278 +15771,279 @@ msgstr ""
"Es wurde im Verzeichnis »%s« erwartet,\n"
"aber die Datei »%s« konnte nicht geöffnet werden: %s\n"
-#: postmaster/postmaster.c:1244
+#: postmaster/postmaster.c:1245
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n"
-#: postmaster/postmaster.c:1251
+#: postmaster/postmaster.c:1252
#, c-format
msgid "%s: could not open log file \"%s/%s\": %s\n"
msgstr "%s: konnte Logdatei »%s/%s« nicht öffnen: %s\n"
-#: postmaster/postmaster.c:1262
+#: postmaster/postmaster.c:1263
#, c-format
msgid "%s: could not fork background process: %s\n"
msgstr "%s: konnte Hintergrundprozess nicht starten (fork-Fehler): %s\n"
-#: postmaster/postmaster.c:1283
+#: postmaster/postmaster.c:1284
#, c-format
msgid "%s: could not dissociate from controlling TTY: %s\n"
msgstr "%s: konnte nicht vom kontrollierenden TTY abtrennen: %s\n"
-#: postmaster/postmaster.c:1375
+#: postmaster/postmaster.c:1376
#, c-format
msgid "select() failed in postmaster: %m"
msgstr "select() fehlgeschlagen im Postmaster: %m"
-#: postmaster/postmaster.c:1532 postmaster/postmaster.c:1563
+#: postmaster/postmaster.c:1533 postmaster/postmaster.c:1564
msgid "incomplete startup packet"
msgstr "unvollständiges Startpaket"
-#: postmaster/postmaster.c:1544
+#: postmaster/postmaster.c:1545
msgid "invalid length of startup packet"
msgstr "ungültige Länge des Startpakets"
-#: postmaster/postmaster.c:1601
+#: postmaster/postmaster.c:1602
#, c-format
msgid "failed to send SSL negotiation response: %m"
msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
-#: postmaster/postmaster.c:1630
+#: postmaster/postmaster.c:1631
#, 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"
-#: postmaster/postmaster.c:1694
+#: postmaster/postmaster.c:1695
msgid "invalid startup packet layout: expected terminator as last byte"
msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet"
-#: postmaster/postmaster.c:1722
+#: postmaster/postmaster.c:1723
msgid "no PostgreSQL user name specified in startup packet"
msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
-#: postmaster/postmaster.c:1775
+#: postmaster/postmaster.c:1776
msgid "the database system is starting up"
msgstr "das Datenbanksystem startet"
-#: postmaster/postmaster.c:1780
+#: postmaster/postmaster.c:1781
msgid "the database system is shutting down"
msgstr "das Datenbanksystem fährt herunter"
-#: postmaster/postmaster.c:1785
+#: postmaster/postmaster.c:1786
msgid "the database system is in recovery mode"
msgstr "das Datenbanksystem ist im Wiederherstellungsmodus"
-#: postmaster/postmaster.c:1852
+#: postmaster/postmaster.c:1853
#, c-format
msgid "wrong key in cancel request for process %d"
msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d"
-#: postmaster/postmaster.c:1860
+#: postmaster/postmaster.c:1861
#, 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:2058
+#: postmaster/postmaster.c:2061
msgid "received SIGHUP, reloading configuration files"
msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen"
-#: postmaster/postmaster.c:2079
+#: postmaster/postmaster.c:2082
msgid "pg_hba.conf not reloaded"
msgstr "pg_hba.conf nicht neu geladen"
-#: postmaster/postmaster.c:2122
+#: postmaster/postmaster.c:2125
msgid "received smart shutdown request"
msgstr "intelligentes Herunterfahren verlangt"
-#: postmaster/postmaster.c:2158
+#: postmaster/postmaster.c:2161
msgid "received fast shutdown request"
msgstr "schnelles Herunterfahren verlangt"
-#: postmaster/postmaster.c:2173
+#: postmaster/postmaster.c:2176
msgid "aborting any active transactions"
msgstr "etwaige aktive Transaktionen werden abgebrochen"
-#: postmaster/postmaster.c:2201
+#: postmaster/postmaster.c:2204
msgid "received immediate shutdown request"
msgstr "sofortiges Herunterfahren verlangt"
-#: postmaster/postmaster.c:2275 postmaster/postmaster.c:2303
+#: postmaster/postmaster.c:2278 postmaster/postmaster.c:2306
msgid "startup process"
msgstr "Startprozess"
-#: postmaster/postmaster.c:2278
+#: postmaster/postmaster.c:2281
msgid "aborting startup due to startup process failure"
msgstr "Serverstart abgebrochen wegen Startprozessfehler"
-#: postmaster/postmaster.c:2336
+#: postmaster/postmaster.c:2339
msgid "database system is ready to accept connections"
msgstr "Datenbanksystem ist bereit um Verbindungen anzunehmen"
-#: postmaster/postmaster.c:2388
+#: postmaster/postmaster.c:2391
msgid "background writer process"
msgstr "Background-Writer-Prozess"
-#: postmaster/postmaster.c:2404
+#: postmaster/postmaster.c:2407
msgid "WAL writer process"
msgstr "WAL-Schreibprozess"
-#: postmaster/postmaster.c:2419
+#: postmaster/postmaster.c:2422
msgid "autovacuum launcher process"
msgstr "Autovacuum-Launcher-Prozess"
-#: postmaster/postmaster.c:2433
+#: postmaster/postmaster.c:2436
msgid "archiver process"
msgstr "Archivierprozess"
-#: postmaster/postmaster.c:2451
+#: postmaster/postmaster.c:2454
msgid "statistics collector process"
msgstr "Statistiksammelprozess"
-#: postmaster/postmaster.c:2465
+#: postmaster/postmaster.c:2468
msgid "system logger process"
msgstr "Systemlogger-Prozess"
-#: postmaster/postmaster.c:2500 postmaster/postmaster.c:2510
-#: postmaster/postmaster.c:2528
+#: postmaster/postmaster.c:2503 postmaster/postmaster.c:2513
+#: postmaster/postmaster.c:2531
msgid "server process"
msgstr "Serverprozess"
-#: postmaster/postmaster.c:2564
+#: postmaster/postmaster.c:2567
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:2716
+#: postmaster/postmaster.c:2719
#, c-format
msgid "%s (PID %d) exited with exit code %d"
msgstr "%s (PID %d) beendete mit Status %d"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2725
+#: postmaster/postmaster.c:2728
#, 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:2734
+#: postmaster/postmaster.c:2737
#, 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:2744
+#: postmaster/postmaster.c:2747
#, 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:2753
+#: postmaster/postmaster.c:2756
#, c-format
msgid "%s (PID %d) exited with unrecognized status %d"
msgstr "%s (PID %d) beendete mit unbekanntem Status %d"
-#: postmaster/postmaster.c:2890
+#: postmaster/postmaster.c:2893
msgid "abnormal database system shutdown"
msgstr "abnormales Herunterfahren des Datenbanksystems"
-#: postmaster/postmaster.c:2922
+#: postmaster/postmaster.c:2925
msgid "all server processes terminated; reinitializing"
msgstr "alle Serverprozesse beendet; initialisiere neu"
-#: postmaster/postmaster.c:3087
+#: postmaster/postmaster.c:3090
#, 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:3129
+#: postmaster/postmaster.c:3132
msgid "could not fork new process for connection: "
msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): "
-#: postmaster/postmaster.c:3240
+#: postmaster/postmaster.c:3243
#, c-format
msgid "connection received: host=%s%s%s"
msgstr "Verbindung empfangen: Host=%s%s%s"
-#: postmaster/postmaster.c:3495
+#: postmaster/postmaster.c:3498
#, c-format
msgid "could not execute server process \"%s\": %m"
msgstr "konnte Serverprozess »%s« nicht ausführen: %m"
-#: postmaster/postmaster.c:4008
-msgid "database system is in consistent recovery mode"
-msgstr "das Datenbanksystem ist im konsistenten Wiederherstellungsmodus"
+#: postmaster/postmaster.c:4010
+#, fuzzy
+msgid "database system is ready to accept read only connections"
+msgstr "Datenbanksystem ist bereit um Verbindungen anzunehmen"
-#: postmaster/postmaster.c:4231
+#: postmaster/postmaster.c:4233
#, c-format
msgid "could not fork startup process: %m"
msgstr "konnte Startprozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4235
+#: postmaster/postmaster.c:4237
#, c-format
msgid "could not fork background writer process: %m"
msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4239
+#: postmaster/postmaster.c:4241
#, c-format
msgid "could not fork WAL writer process: %m"
msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4243
+#: postmaster/postmaster.c:4245
#, c-format
msgid "could not fork process: %m"
msgstr "konnte Prozess nicht starten (fork-Fehler): %m"
-#: postmaster/postmaster.c:4525
+#: postmaster/postmaster.c:4527
#, 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"
-#: postmaster/postmaster.c:4557
+#: postmaster/postmaster.c:4559
#, c-format
msgid "could not create inherited socket: error code %d\n"
msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4586 postmaster/postmaster.c:4593
+#: postmaster/postmaster.c:4588 postmaster/postmaster.c:4595
#, 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:4602
+#: postmaster/postmaster.c:4604
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "konnte Datei »%s« nicht löschen: %s\n"
-#: postmaster/postmaster.c:4615
+#: postmaster/postmaster.c:4617
#, c-format
msgid "could not map view of backend variables: error code %d\n"
msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4624
+#: postmaster/postmaster.c:4626
#, c-format
msgid "could not unmap view of backend variables: error code %d\n"
msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4631
+#: postmaster/postmaster.c:4633
#, c-format
msgid "could not close handle to backend parameter variables: error code %d\n"
msgstr ""
"konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %d\n"
-#: postmaster/postmaster.c:4774
+#: postmaster/postmaster.c:4776
msgid "could not read exit code for process\n"
msgstr "konnte Exitcode des Prozesses nicht lesen\n"
-#: postmaster/postmaster.c:4779
+#: postmaster/postmaster.c:4781
msgid "could not post child completion status\n"
msgstr "konnte Child-Completion-Status nicht versenden\n"
@@ -15718,13 +16091,14 @@ msgstr "konnte Standardfehlerausgabe nicht umleiten: %m"
msgid "could not write to log file: %s\n"
msgstr "konnte nicht in Logdatei schreiben: %s\n"
-#: postmaster/syslogger.c:1071 postmaster/syslogger.c:1133
+#: postmaster/syslogger.c:1067 postmaster/syslogger.c:1134
#, c-format
msgid "could not open new log file \"%s\": %m"
msgstr "konnte neue Logdatei »%s« nicht öffnen: %m"
-#: postmaster/syslogger.c:1083 postmaster/syslogger.c:1145
-msgid "disabling automatic rotation (use SIGHUP to reenable)"
+#: postmaster/syslogger.c:1079 postmaster/syslogger.c:1146
+#, fuzzy
+msgid "disabling automatic rotation (use SIGHUP to re-enable)"
msgstr "automatische Rotation abgeschaltet (SIGHUP zum Anschalten verwenden)"
#: rewrite/rewriteDefine.c:109 rewrite/rewriteDefine.c:759
@@ -15868,11 +16242,11 @@ msgstr "Targetliste von SELECT-Regeln hat zu wenige Einträge"
msgid "RETURNING list has too few entries"
msgstr "RETURNING-Liste hat zu wenige Einträge"
-#: rewrite/rewriteManip.c:1012
+#: rewrite/rewriteManip.c:1009
msgid "conditional utility statements are not implemented"
msgstr "Utility-Anweisungen mit Bedingung sind nicht implementiert"
-#: rewrite/rewriteManip.c:1177
+#: rewrite/rewriteManip.c:1174
msgid "WHERE CURRENT OF on a view is not implemented"
msgstr "WHERE CURRENT OF mit einer Sicht ist nicht implementiert"
@@ -15881,77 +16255,77 @@ msgstr "WHERE CURRENT OF mit einer Sicht ist nicht implementiert"
msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
msgstr "Regel »%s« für Relation »%s« existiert nicht, wird übersprungen"
-#: rewrite/rewriteHandler.c:487
+#: rewrite/rewriteHandler.c:495
msgid "cannot have RETURNING lists in multiple rules"
msgstr "RETURNING-Listen können nicht in mehreren Regeln auftreten"
-#: rewrite/rewriteHandler.c:788 rewrite/rewriteHandler.c:806
+#: rewrite/rewriteHandler.c:796 rewrite/rewriteHandler.c:814
#, c-format
msgid "multiple assignments to same column \"%s\""
msgstr "mehrere Zuweisungen zur selben Spalte »%s«"
-#: rewrite/rewriteHandler.c:1432 rewrite/rewriteHandler.c:1754
+#: rewrite/rewriteHandler.c:1417 rewrite/rewriteHandler.c:1740
#, c-format
msgid "infinite recursion detected in rules for relation \"%s\""
msgstr "unendliche Rekursion entdeckt in Regeln für Relation »%s«"
-#: rewrite/rewriteHandler.c:1792
+#: rewrite/rewriteHandler.c:1778
#, c-format
msgid "cannot perform INSERT RETURNING on relation \"%s\""
msgstr "INSERT RETURNING kann in Relation »%s« nicht ausgeführt werden"
-#: rewrite/rewriteHandler.c:1794
+#: rewrite/rewriteHandler.c:1780
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:1799
+#: rewrite/rewriteHandler.c:1785
#, c-format
msgid "cannot perform UPDATE RETURNING on relation \"%s\""
msgstr "UPDATE RETURNING kann in Relation »%s« nicht ausgeführt werden"
-#: rewrite/rewriteHandler.c:1801
+#: rewrite/rewriteHandler.c:1787
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:1806
+#: rewrite/rewriteHandler.c:1792
#, c-format
msgid "cannot perform DELETE RETURNING on relation \"%s\""
msgstr "DELETE RETURNING kann in Relation »%s« nicht ausgeführt werden"
-#: rewrite/rewriteHandler.c:1808
+#: rewrite/rewriteHandler.c:1794
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:1906
+#: rewrite/rewriteHandler.c:1892
msgid "cannot insert into a view"
msgstr "kann nicht in eine Sicht einfügen"
-#: rewrite/rewriteHandler.c:1907
+#: rewrite/rewriteHandler.c:1893
msgid "You need an unconditional ON INSERT DO INSTEAD rule."
msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung."
-#: rewrite/rewriteHandler.c:1912
+#: rewrite/rewriteHandler.c:1898
msgid "cannot update a view"
msgstr "kann eine Sicht nicht aktualisieren"
-#: rewrite/rewriteHandler.c:1913
+#: rewrite/rewriteHandler.c:1899
msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung."
-#: rewrite/rewriteHandler.c:1918
+#: rewrite/rewriteHandler.c:1904
msgid "cannot delete from a view"
msgstr "kann nicht in einer Sicht löschen"
-#: rewrite/rewriteHandler.c:1919
+#: rewrite/rewriteHandler.c:1905
msgid "You need an unconditional ON DELETE DO INSTEAD rule."
msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung."
@@ -15973,12 +16347,12 @@ msgstr "unbekannter Snowball-Parameter: »%s«"
msgid "missing Language parameter"
msgstr "Parameter »Language« fehlt"
-#: ../port/chklocale.c:319 ../port/chklocale.c:325
+#: ../port/chklocale.c:325 ../port/chklocale.c:331
#, c-format
msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
msgstr "konnte Kodierung für Locale »%s« nicht bestimmen: Codeset ist »%s«"
-#: ../port/chklocale.c:327
+#: ../port/chklocale.c:333
msgid "Please report this to <pgsql-bugs@postgresql.org>."
msgstr "Bitte berichten Sie das an <pgsql-bugs@postgresql.org>."
@@ -16112,6 +16486,9 @@ msgstr "win32-Fehlercode %lu nach %d abgebildet"
msgid "unrecognized win32 error code: %lu"
msgstr "unbekannter win32-Fehlercode: %lu"
+#~ msgid "database system is in consistent recovery mode"
+#~ msgstr "das Datenbanksystem ist im konsistenten Wiederherstellungsmodus"
+
#~ msgid "index row size %lu exceeds btree maximum, %lu"
#~ msgstr "Indexzeilengröße %lu überschreitet Maximalgröße für B-Tree, %lu"
diff --git a/src/backend/po/fr.po b/src/backend/po/fr.po
index ef4d024221d..f1cbe41cb4b 100644
--- a/src/backend/po/fr.po
+++ b/src/backend/po/fr.po
@@ -1,7 +1,7 @@
# translation of postgres.po to fr_fr
# french message translation file for postgres
#
-# $PostgreSQL: pgsql/src/backend/po/fr.po,v 1.23 2009/10/20 18:23:18 petere Exp $
+# $PostgreSQL: pgsql/src/backend/po/fr.po,v 1.24 2009/12/19 20:23:23 petere Exp $
#
# Use these quotes: %s
# Guillaume Lelarge <guillaume@lelarge.info>, 2003-2009.
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-08-30 20:42+0000\n"
-"PO-Revision-Date: 2009-09-01 13:43+0100\n"
+"POT-Creation-Date: 2009-12-17 16:42+0000\n"
+"PO-Revision-Date: 2009-12-17 23:28+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,1059 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+#: libpq/auth.c:241
+#, c-format
+msgid "authentication failed for user \"%s\": host rejected"
+msgstr "authentification choue pour l'utilisateur %s : hte rejet"
+
+#: libpq/auth.c:244
+#, c-format
+msgid "Kerberos 5 authentication failed for user \"%s\""
+msgstr "authentification Kerberos 5 choue pour l'utilisateur %s "
+
+#: libpq/auth.c:247
+#, c-format
+msgid "GSSAPI authentication failed for user \"%s\""
+msgstr "authentification GSSAPI choue pour l'utilisateur %s "
+
+#: libpq/auth.c:250
+#, c-format
+msgid "SSPI authentication failed for user \"%s\""
+msgstr "authentification SSPI choue pour l'utilisateur %s "
+
+#: libpq/auth.c:253
+#, c-format
+msgid "\"trust\" authentication failed for user \"%s\""
+msgstr "authentification trust choue pour l'utilisateur %s "
+
+#: libpq/auth.c:256
+#, c-format
+msgid "Ident authentication failed for user \"%s\""
+msgstr "authentification Ident choue pour l'utilisateur %s "
+
+#: libpq/auth.c:260
+#, c-format
+msgid "password authentication failed for user \"%s\""
+msgstr "authentification par mot de passe choue pour l'utilisateur %s "
+
+#: libpq/auth.c:263
+#, c-format
+msgid "PAM authentication failed for user \"%s\""
+msgstr "authentification PAM choue pour l'utilisateur %s "
+
+#: libpq/auth.c:266
+#, c-format
+msgid "LDAP authentication failed for user \"%s\""
+msgstr "authentification LDAP choue pour l'utilisateur %s "
+
+#: libpq/auth.c:269
+#, c-format
+msgid "authentication failed for user \"%s\": invalid authentication method"
+msgstr ""
+"authentification choue pour l'utilisateur %s :\n"
+"mthode d'authentification invalide"
+
+#: libpq/auth.c:298
+msgid "missing or erroneous pg_hba.conf file"
+msgstr "fichier pg_hba.conf manquant ou erron"
+
+#: libpq/auth.c:299
+msgid "See server log for details."
+msgstr "Voir les journaux applicatifs du serveur pour plus de dtails."
+
+#: libpq/auth.c:329
+msgid "connection requires a valid client certificate"
+msgstr "la connexion requiert un certificat client valide"
+
+#: libpq/auth.c:370
+msgid "SSL on"
+msgstr "SSL actif"
+
+#: libpq/auth.c:370
+msgid "SSL off"
+msgstr "SSL inactif"
+
+#: libpq/auth.c:368
+#, c-format
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
+msgstr ""
+"aucune entre dans pg_hba.conf pour l'hte %s , utilisateur %s ,\n"
+"base de donnes %s , %s"
+
+#: libpq/auth.c:374
+#, c-format
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
+msgstr ""
+"aucune entre dans pg_hba.conf pour l'hte %s , utilisateur %s ,\n"
+"base de donnes %s "
+
+#: libpq/auth.c:430
+#, c-format
+msgid "could not enable credential reception: %m"
+msgstr "n'a pas pu activer la rception de lettres de crance : %m"
+
+#: libpq/auth.c:443
+#: libpq/hba.c:927
+msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled"
+msgstr "l'authentification MD5 n'est pas supporte quand db_user_namespace est activ"
+
+#: libpq/auth.c:562
+#, c-format
+msgid "expected password response, got message type %d"
+msgstr "en attente du mot de passe, a reu un type de message %d"
+
+#: libpq/auth.c:590
+msgid "invalid password packet size"
+msgstr "taille du paquet du mot de passe invalide"
+
+#: libpq/auth.c:594
+msgid "received password packet"
+msgstr "paquet du mot de passe reu"
+
+#: libpq/auth.c:652
+#, c-format
+msgid "Kerberos initialization returned error %d"
+msgstr "l'initialisation de Kerberos a retourn l'erreur %d"
+
+#: libpq/auth.c:662
+#, c-format
+msgid "Kerberos keytab resolving returned error %d"
+msgstr "la rsolution keytab de Kerberos a renvoy l'erreur %d"
+
+#: libpq/auth.c:686
+#, c-format
+msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
+msgstr "sname_to_principal( %s , %s ) de Kerberos a renvoy l'erreur %d"
+
+#: libpq/auth.c:731
+#, c-format
+msgid "Kerberos recvauth returned error %d"
+msgstr "recvauth de Kerberos a renvoy l'erreur %d"
+
+#: libpq/auth.c:754
+#, c-format
+msgid "Kerberos unparse_name returned error %d"
+msgstr "unparse_name de Kerberos a renvoy l'erreur %d"
+
+#: libpq/auth.c:877
+#, c-format
+msgid "%s: %s"
+msgstr "%s : %s"
+
+#: libpq/auth.c:903
+msgid "GSSAPI is not supported in protocol version 2"
+msgstr "GSSAPI n'est pas support dans le protocole de version 2"
+
+#: libpq/auth.c:922
+#: libpq/auth.c:1276
+#: libpq/auth.c:1344
+#: libpq/auth.c:1918
+#: utils/mmgr/aset.c:408
+#: utils/mmgr/aset.c:587
+#: utils/mmgr/aset.c:770
+#: utils/mmgr/aset.c:976
+#: utils/adt/formatting.c:1490
+#: utils/adt/formatting.c:1546
+#: utils/adt/formatting.c:1603
+#: utils/adt/regexp.c:205
+#: utils/adt/varlena.c:3073
+#: utils/adt/varlena.c:3094
+#: utils/mb/mbutils.c:336
+#: utils/mb/mbutils.c:608
+#: utils/hash/dynahash.c:363
+#: utils/hash/dynahash.c:435
+#: utils/hash/dynahash.c:929
+#: utils/misc/guc.c:2790
+#: utils/misc/guc.c:2803
+#: utils/misc/guc.c:2816
+#: utils/init/miscinit.c:205
+#: utils/init/miscinit.c:226
+#: utils/init/miscinit.c:236
+#: utils/fmgr/dfmgr.c:224
+#: commands/sequence.c:929
+#: lib/stringinfo.c:265
+#: storage/buffer/buf_init.c:154
+#: storage/buffer/localbuf.c:348
+#: storage/file/fd.c:337
+#: storage/file/fd.c:720
+#: storage/file/fd.c:838
+#: storage/ipc/procarray.c:392
+#: storage/ipc/procarray.c:708
+#: storage/ipc/procarray.c:715
+#: postmaster/postmaster.c:1922
+#: postmaster/postmaster.c:1955
+#: postmaster/postmaster.c:3019
+#: postmaster/postmaster.c:3676
+#: postmaster/postmaster.c:3757
+#: postmaster/postmaster.c:4324
+msgid "out of memory"
+msgstr "mmoire puise"
+
+#: libpq/auth.c:958
+#, c-format
+msgid "expected GSS response, got message type %d"
+msgstr "en attente d'une rponse GSS, a reu un message de type %d"
+
+#: libpq/auth.c:1021
+msgid "accepting GSS security context failed"
+msgstr "chec de l'acceptation du contexte de scurit GSS"
+
+#: libpq/auth.c:1047
+msgid "retrieving GSS user name failed"
+msgstr "chec lors de la rcupration du nom de l'utilisateur avec GSS"
+
+#: libpq/auth.c:1120
+#, c-format
+msgid "SSPI error %x"
+msgstr "erreur SSPI : %x"
+
+#: libpq/auth.c:1124
+#, c-format
+msgid "%s (%x)"
+msgstr "%s (%x)"
+
+#: libpq/auth.c:1164
+msgid "SSPI is not supported in protocol version 2"
+msgstr "SSPI n'est pas support dans le protocole de version 2"
+
+#: libpq/auth.c:1179
+msgid "could not acquire SSPI credentials"
+msgstr "n'a pas pu obtenir les pices d'identit SSPI"
+
+#: libpq/auth.c:1196
+#, c-format
+msgid "expected SSPI response, got message type %d"
+msgstr "en attente d'une rponse SSPI, a reu un message de type %d"
+
+#: libpq/auth.c:1268
+msgid "could not accept SSPI security context"
+msgstr "n'a pas pu accepter le contexte de scurit SSPI"
+
+#: libpq/auth.c:1324
+msgid "could not get token from SSPI security context"
+msgstr "n'a pas pu obtenir le jeton du contexte de scurit SSPI"
+
+#: libpq/auth.c:1567
+#, c-format
+msgid "could not create socket for Ident connection: %m"
+msgstr "n'a pas pu crer le socket pour la connexion Ident : %m"
+
+#: libpq/auth.c:1582
+#, c-format
+msgid "could not bind to local address \"%s\": %m"
+msgstr "n'a pas pu se lier l'adresse locale %s : %m"
+
+#: libpq/auth.c:1594
+#, c-format
+msgid "could not connect to Ident server at address \"%s\", port %s: %m"
+msgstr "n'a pas pu se connecter au serveur Ident l'adresse %s , port %s : %m"
+
+#: libpq/auth.c:1614
+#, c-format
+msgid "could not send query to Ident server at address \"%s\", port %s: %m"
+msgstr "n'a pas pu envoyer la requte au serveur Ident l'adresse %s , port %s : %m"
+
+#: libpq/auth.c:1629
+#, c-format
+msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
+msgstr ""
+"n'a pas pu recevoir la rponse du serveur Ident l'adresse %s , port %s :\n"
+"%m"
+
+#: libpq/auth.c:1639
+#, c-format
+msgid "invalidly formatted response from Ident server: \"%s\""
+msgstr "rponse mal formate du serveur Ident : %s "
+
+#: libpq/auth.c:1674
+#: libpq/auth.c:1704
+#: libpq/auth.c:1732
+#: libpq/auth.c:1808
+#, c-format
+msgid "could not get peer credentials: %m"
+msgstr "n'a pas pu obtenir l'authentification de l'autre : %m"
+
+#: libpq/auth.c:1683
+#: libpq/auth.c:1713
+#: libpq/auth.c:1750
+#: libpq/auth.c:1819
+#, c-format
+msgid "local user with ID %d does not exist"
+msgstr "l'utilisateur local dont l'identifiant est %d n'existe pas"
+
+#: libpq/auth.c:1740
+#, c-format
+msgid "could not get effective UID from peer credentials: %m"
+msgstr "n'a pas pu obtenir l'UID rel partir des pices d'identit de l'autre : %m"
+
+#: libpq/auth.c:1830
+msgid "Ident authentication is not supported on local connections on this platform"
+msgstr "l'authentification Ident n'est pas supporte sur les connexions locales sur cette plateforme"
+
+#: libpq/auth.c:1947
+#: libpq/auth.c:2219
+msgid "empty password returned by client"
+msgstr "mot de passe vide renvoy par le client"
+
+#: libpq/auth.c:1957
+#, c-format
+msgid "error from underlying PAM layer: %s"
+msgstr "erreur provenant de la couche PAM : %s"
+
+#: libpq/auth.c:2026
+#, c-format
+msgid "could not create PAM authenticator: %s"
+msgstr "n'a pas pu crer l'authenticateur PAM : %s"
+
+#: libpq/auth.c:2037
+#, c-format
+msgid "pam_set_item(PAM_USER) failed: %s"
+msgstr "pam_set_item(PAM_USER) a chou : %s"
+
+#: libpq/auth.c:2048
+#, c-format
+msgid "pam_set_item(PAM_CONV) failed: %s"
+msgstr "pam_set_item(PAM_CONV) a chou : %s"
+
+#: libpq/auth.c:2059
+#, c-format
+msgid "pam_authenticate failed: %s"
+msgstr "pam_authenticate a chou : %s"
+
+#: libpq/auth.c:2070
+#, c-format
+msgid "pam_acct_mgmt failed: %s"
+msgstr "pam_acct_mgmt a chou : %s"
+
+#: libpq/auth.c:2081
+#, c-format
+msgid "could not release PAM authenticator: %s"
+msgstr "n'a pas pu fermer l'authenticateur PAM : %s"
+
+#: libpq/auth.c:2114
+#: libpq/auth.c:2118
+#, c-format
+msgid "could not initialize LDAP: error code %d"
+msgstr "n'a pas pu initialiser LDAP : code d'erreur %d"
+
+#: libpq/auth.c:2128
+#, c-format
+msgid "could not set LDAP protocol version: error code %d"
+msgstr "n'a pas pu initialiser la version du protocole LDAP : code d'erreur %d"
+
+#: libpq/auth.c:2157
+msgid "could not load wldap32.dll"
+msgstr "n'a pas pu charger wldap32.dll"
+
+#: libpq/auth.c:2165
+msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
+msgstr "n'a pas pu charger la fonction _ldap_start_tls_sA de wldap32.dll"
+
+#: libpq/auth.c:2166
+msgid "LDAP over SSL is not supported on this platform."
+msgstr "LDAP via SSL n'est pas support sur cette plateforme."
+
+#: libpq/auth.c:2181
+#, c-format
+msgid "could not start LDAP TLS session: error code %d"
+msgstr "n'a pas pu dmarrer la session TLS LDAP : code d'erreur %d"
+
+#: libpq/auth.c:2203
+msgid "LDAP server not specified"
+msgstr "serveur LDAP non prcis"
+
+#: libpq/auth.c:2254
+msgid "invalid character in username for LDAP authentication"
+msgstr "caractre invalide dans le nom de l'utilisateur pour l'authentification LDAP"
+
+#: libpq/auth.c:2269
+#, fuzzy, c-format
+msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2294
+#, fuzzy, c-format
+msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2304
+#, fuzzy, c-format
+msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2308
+#, fuzzy, c-format
+msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%d matches)"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2323
+#, fuzzy, c-format
+msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
+msgstr "n'a pas pu lire la cl prive SSL %s partir du moteur %s : %s\n"
+
+#: libpq/auth.c:2342
+#, fuzzy, c-format
+msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2379
+#, c-format
+msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
+"code d'erreur %d"
+
+#: libpq/auth.c:2407
+#, c-format
+msgid "Certificate login failed for user \"%s\": client certificate contains no username"
+msgstr ""
+"La connexion par certificat a chou pour l'utilisateur %s :\n"
+"le certificat du client ne contient aucun nom d'utilisateur"
+
+#: libpq/be-fsstubs.c:133
+#: libpq/be-fsstubs.c:163
+#: libpq/be-fsstubs.c:189
+#: libpq/be-fsstubs.c:225
+#: libpq/be-fsstubs.c:272
+#: libpq/be-fsstubs.c:518
+#, c-format
+msgid "invalid large-object descriptor: %d"
+msgstr "descripteur invalide de Large Object : %d"
+
+#: libpq/be-fsstubs.c:173
+#: libpq/be-fsstubs.c:205
+#: libpq/be-fsstubs.c:528
+#, c-format
+msgid "permission denied for large object %u"
+msgstr "droit refus pour le Large Object %u"
+
+#: libpq/be-fsstubs.c:194
+#, c-format
+msgid "large object descriptor %d was not opened for writing"
+msgstr "le descripteur %d du Large Object n'a pas t ouvert pour l'criture"
+
+#: libpq/be-fsstubs.c:287
+#: catalog/pg_largeobject.c:204
+#: commands/comment.c:1445
+#, c-format
+msgid "must be owner of large object %u"
+msgstr "doit tre le propritaire du Large Object %u"
+
+#: libpq/be-fsstubs.c:392
+msgid "must be superuser to use server-side lo_import()"
+msgstr "doit tre super-utilisateur pour utiliser lo_import() du ct serveur"
+
+#: libpq/be-fsstubs.c:393
+msgid "Anyone can use the client-side lo_import() provided by libpq."
+msgstr "Tout le monde peut utiliser lo_import(), fourni par libpq, du ct client."
+
+#: libpq/be-fsstubs.c:406
+#, c-format
+msgid "could not open server file \"%s\": %m"
+msgstr "n'a pas pu ouvrir le fichier serveur %s : %m"
+
+#: libpq/be-fsstubs.c:428
+#, c-format
+msgid "could not read server file \"%s\": %m"
+msgstr "n'a pas pu lire le fichier serveur %s : %m"
+
+#: libpq/be-fsstubs.c:458
+msgid "must be superuser to use server-side lo_export()"
+msgstr "doit tre super-utilisateur pour utiliser lo_export() du ct serveur"
+
+#: libpq/be-fsstubs.c:459
+msgid "Anyone can use the client-side lo_export() provided by libpq."
+msgstr "Tout le monde peut utiliser lo_export(), fournie par libpq, du ct client."
+
+#: libpq/be-fsstubs.c:483
+#, c-format
+msgid "could not create server file \"%s\": %m"
+msgstr "n'a pas pu crer le fichier serveur %s : %m"
+
+#: libpq/be-fsstubs.c:495
+#, c-format
+msgid "could not write server file \"%s\": %m"
+msgstr "n'a pas pu crire le fichier serveur %s : %m"
+
+#: libpq/be-secure.c:275
+#: libpq/be-secure.c:369
+#, c-format
+msgid "SSL error: %s"
+msgstr "erreur SSL : %s"
+
+#: libpq/be-secure.c:284
+#: libpq/be-secure.c:378
+#: libpq/be-secure.c:934
+#, c-format
+msgid "unrecognized SSL error code: %d"
+msgstr "code d'erreur SSL inconnu : %d"
+
+#: libpq/be-secure.c:323
+#: libpq/be-secure.c:327
+#: libpq/be-secure.c:337
+msgid "SSL renegotiation failure"
+msgstr "chec lors de la re-ngotiation SSL"
+
+#: libpq/be-secure.c:331
+msgid "SSL failed to send renegotiation request"
+msgstr "SSL a chou lors de l'envoi de la requte de re-ngotiation"
+
+#: libpq/be-secure.c:726
+#, c-format
+msgid "could not create SSL context: %s"
+msgstr "n'a pas pu crer le contexte SSL : %s"
+
+#: libpq/be-secure.c:736
+#, c-format
+msgid "could not load server certificate file \"%s\": %s"
+msgstr "n'a pas pu charger le fichier du certificat serveur %s : %s"
+
+#: libpq/be-secure.c:742
+#, c-format
+msgid "could not access private key file \"%s\": %m"
+msgstr "n'a pas pu accder au fichier de la cl prive %s : %m"
+
+#: libpq/be-secure.c:757
+#, c-format
+msgid "private key file \"%s\" has group or world access"
+msgstr ""
+"le fichier de cl priv %s est accessible par le groupe et/ou par les\n"
+"autres"
+
+#: libpq/be-secure.c:759
+msgid "Permissions should be u=rw (0600) or less."
+msgstr "Les droits devraient tre u=rwx (0600) ou infrieures."
+
+#: libpq/be-secure.c:766
+#, c-format
+msgid "could not load private key file \"%s\": %s"
+msgstr "n'a pas pu charger le fichier de cl prive %s : %s"
+
+#: libpq/be-secure.c:771
+#, c-format
+msgid "check of private key failed: %s"
+msgstr "chec de la vrification de la cl prive : %s"
+
+#: libpq/be-secure.c:800
+#, c-format
+msgid "could not access root certificate file \"%s\": %m"
+msgstr "n'a pas pu accder au fichier du certificat racine %s : %m"
+
+#: libpq/be-secure.c:813
+#, c-format
+msgid "could not load root certificate file \"%s\": %s"
+msgstr "n'a pas pu charger le fichier du certificat racine %s : %s"
+
+#: libpq/be-secure.c:835
+#, c-format
+msgid "SSL certificate revocation list file \"%s\" ignored"
+msgstr "liste de rvocation des certificats SSL %s ignore"
+
+#: libpq/be-secure.c:837
+msgid "SSL library does not support certificate revocation lists."
+msgstr "La bibliothque SSL ne supporte pas les listes de rvocation des certificats."
+
+#: libpq/be-secure.c:843
+#, c-format
+msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
+msgstr "liste de rvocation des certificats SSL %s introuvable, continue : %s"
+
+#: libpq/be-secure.c:845
+msgid "Certificates will not be checked against revocation list."
+msgstr "Les certificats ne seront pas vrifis avec la liste de rvocation."
+
+#: libpq/be-secure.c:879
+#, c-format
+msgid "could not initialize SSL connection: %s"
+msgstr "n'a pas pu initialiser la connexion SSL : %s"
+
+#: libpq/be-secure.c:888
+#, c-format
+msgid "could not set SSL socket: %s"
+msgstr "n'a pas pu crer le socket SSL : %s"
+
+#: libpq/be-secure.c:914
+#, c-format
+msgid "could not accept SSL connection: %m"
+msgstr "n'a pas pu accepter la connexion SSL : %m"
+
+#: libpq/be-secure.c:918
+#: libpq/be-secure.c:929
+msgid "could not accept SSL connection: EOF detected"
+msgstr "n'a pas pu accepter la connexion SSL : fin de fichier dtect"
+
+#: libpq/be-secure.c:923
+#, c-format
+msgid "could not accept SSL connection: %s"
+msgstr "n'a pas pu accepter la connexion SSL : %s"
+
+#: libpq/be-secure.c:974
+#, fuzzy
+msgid "SSL certificate's common name contains embedded null"
+msgstr "le nom commun du certificat SSL contient des NULL\n"
+
+#: libpq/be-secure.c:981
+#, c-format
+msgid "SSL connection from \"%s\""
+msgstr "connexion SSL de %s "
+
+#: libpq/be-secure.c:1025
+msgid "no SSL error reported"
+msgstr "aucune erreur SSL reporte"
+
+#: libpq/be-secure.c:1029
+#, c-format
+msgid "SSL error code %lu"
+msgstr "erreur SSL %lu"
+
+#: libpq/hba.c:150
+#, c-format
+msgid "authentication file token too long, skipping: \"%s\""
+msgstr "jeton du fichier d'authentification trop long, ignore : %s "
+
+#: libpq/hba.c:339
+#, c-format
+msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
+msgstr ""
+"n'a pas pu ouvrir le fichier d'authentification secondaire @%s comme\n"
+" %s : %m"
+
+#. translator: the second %s is a list of auth methods
+#: libpq/hba.c:631
+#, c-format
+msgid "authentication option \"%s\" is only valid for authentication methods %s"
+msgstr ""
+"l'option d'authentification %s est seulement valide pour les mthodes\n"
+"d'authentification %s "
+
+#: libpq/hba.c:633
+#: libpq/hba.c:649
+#: libpq/hba.c:695
+#: libpq/hba.c:718
+#: libpq/hba.c:730
+#: libpq/hba.c:743
+#: libpq/hba.c:758
+#: libpq/hba.c:805
+#: libpq/hba.c:828
+#: libpq/hba.c:845
+#: libpq/hba.c:858
+#: libpq/hba.c:888
+#: libpq/hba.c:956
+#: libpq/hba.c:967
+#: libpq/hba.c:979
+#: libpq/hba.c:990
+#: libpq/hba.c:1013
+#: libpq/hba.c:1042
+#: libpq/hba.c:1054
+#: libpq/hba.c:1067
+#: libpq/hba.c:1101
+#: libpq/hba.c:1165
+#: libpq/hba.c:1196
+#: libpq/hba.c:1206
+#: tsearch/ts_locale.c:173
+#, c-format
+msgid "line %d of configuration file \"%s\""
+msgstr "ligne %d du fichier de configuration %s "
+
+#: libpq/hba.c:647
+#, c-format
+msgid "authentication method \"%s\" requires argument \"%s\" to be set"
+msgstr "la mthode d'authentification %s requiert un argument %s pour tremise en place"
+
+#: libpq/hba.c:693
+msgid "hostssl not supported on this platform"
+msgstr "hostssl non support sur cette plateforme"
+
+#: libpq/hba.c:694
+msgid "compile with --enable-ssl to use SSL connections"
+msgstr "compilez avec --enable-ssl pour utiliser les connexions SSL"
+
+#: libpq/hba.c:716
+#, c-format
+msgid "invalid connection type \"%s\""
+msgstr "type de connexion %s invalide"
+
+#: libpq/hba.c:729
+msgid "end-of-line before database specification"
+msgstr "fin de ligne avant la spcification de la base de donnes"
+
+#: libpq/hba.c:742
+msgid "end-of-line before role specification"
+msgstr "fin de ligne avant la spcification du rle"
+
+#: libpq/hba.c:757
+msgid "end-of-line before IP address specification"
+msgstr "fin de ligne avant la spcification de l'adresse IP"
+
+#: libpq/hba.c:803
+#, c-format
+msgid "invalid IP address \"%s\": %s"
+msgstr "adresse IP %s invalide : %s"
+
+#: libpq/hba.c:826
+#, c-format
+msgid "invalid CIDR mask in address \"%s\""
+msgstr "masque CIDR invalide dans l'adresse %s "
+
+#: libpq/hba.c:844
+msgid "end-of-line before netmask specification"
+msgstr "fin de ligne avant la spcification du masque rseau"
+
+#: libpq/hba.c:856
+#, c-format
+msgid "invalid IP mask \"%s\": %s"
+msgstr "masque IP %s invalide : %s"
+
+#: libpq/hba.c:873
+#, c-format
+msgid "IP address and mask do not match in file \"%s\" line %d"
+msgstr "l'adresse IP et le masque ne correspondent pas dans le fichier %s , ligne %d"
+
+#: libpq/hba.c:887
+msgid "end-of-line before authentication method"
+msgstr "fin de ligne avant la mthode d'authentification"
+
+#: libpq/hba.c:954
+#, c-format
+msgid "invalid authentication method \"%s\""
+msgstr "mthode d'authentification %s invalide"
+
+#: libpq/hba.c:965
+#, c-format
+msgid "invalid authentication method \"%s\": not supported on this platform"
+msgstr ""
+"mthode d'authentification %s invalide : non supporte sur cette\n"
+"plateforme"
+
+#: libpq/hba.c:978
+msgid "krb5 authentication is not supported on local sockets"
+msgstr ""
+"l'authentification krb5 n'est pas supporte sur les connexions locales par\n"
+"socket"
+
+#: libpq/hba.c:989
+msgid "cert authentication is only supported on hostssl connections"
+msgstr "l'authentification cert est seulement supporte sur les connexions hostssl"
+
+#: libpq/hba.c:1012
+#, c-format
+msgid "authentication option not in name=value format: %s"
+msgstr "l'option d'authentification n'est pas dans le format nom=valeur : %s"
+
+#: libpq/hba.c:1027
+msgid "ident, krb5, gssapi, sspi and cert"
+msgstr "ident, krb5, gssapi, sspi et cert"
+
+#: libpq/hba.c:1041
+msgid "clientcert can only be configured for \"hostssl\" rows"
+msgstr "clientcert peut seulement tre configur pour les lignes hostssl "
+
+#: libpq/hba.c:1052
+msgid "client certificates can only be checked if a root certificate store is available"
+msgstr ""
+"les certificats cert peuvent seulement tre vrifis si un emplacement de\n"
+"certificat racine est disponible"
+
+#: libpq/hba.c:1053
+msgid "make sure the root certificate store is present and readable"
+msgstr "assurez-vous que le certificat racine est prsent et lisible"
+
+#: libpq/hba.c:1066
+msgid "clientcert can not be set to 0 when using \"cert\" authentication"
+msgstr "clientcert ne peut pas tre initialis 0 si vous utilisez l'authentification cert "
+
+#: libpq/hba.c:1100
+#, c-format
+msgid "invalid LDAP port number: \"%s\""
+msgstr "numro de port LDAP invalide : %s "
+
+#: libpq/hba.c:1146
+#: libpq/hba.c:1154
+msgid "krb5, gssapi and sspi"
+msgstr "krb5, gssapi et sspi"
+
+#: libpq/hba.c:1164
+#, c-format
+msgid "unknown authentication option name: \"%s\""
+msgstr "nom d'option de l'authentification inconnu : %s "
+
+#: libpq/hba.c:1195
+msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd or ldapsearchattribute together with ldapprefix"
+msgstr ""
+"ne peut pas utiliser ldapbasedn, ldapbinddn, ldapbindpasswd\n"
+"ou ldapsearchattribute avec ldapprefix"
+
+#: libpq/hba.c:1205
+#, fuzzy
+msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\" or \"ldapsuffix\" to be set"
+msgstr "la mthode d'authentification %s requiert un argument %s pour tremise en place"
+
+#: libpq/hba.c:1387
+#: guc-file.l:436
+#, c-format
+msgid "could not open configuration file \"%s\": %m"
+msgstr "n'a pas pu ouvrir le fichier de configuration %s : %m"
+
+#: libpq/hba.c:1519
+#, c-format
+msgid "invalid regular expression \"%s\": %s"
+msgstr "expression rationnelle invalide %s : %s"
+
+#: libpq/hba.c:1541
+#, c-format
+msgid "regular expression match for \"%s\" failed: %s"
+msgstr "la correspondance de l'expression rationnelle pour %s a chou : %s"
+
+#: libpq/hba.c:1558
+#, c-format
+msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\""
+msgstr ""
+"l'expression rationnelle %s n'a pas de sous-expressions comme celle\n"
+"demande par la rfrence dans %s "
+
+#: libpq/hba.c:1624
+#, c-format
+msgid "missing entry in file \"%s\" at end of line %d"
+msgstr "entre manquante dans le fichier %s la fin de la ligne %d"
+
+#: libpq/hba.c:1665
+#, c-format
+msgid "provided username (%s) and authenticated username (%s) don't match"
+msgstr ""
+"le nom d'utilisateur (%s) et le nom d'utilisateur authentifi (%s) ne\n"
+"correspondent pas"
+
+#: libpq/hba.c:1686
+#, c-format
+msgid "no match in usermap for user \"%s\" authenticated as \"%s\""
+msgstr ""
+"pas de correspondance dans la carte utilisateur pour l'utilisateur %s \n"
+"authentifi comme %s "
+
+#: libpq/hba.c:1688
+#, c-format
+msgid "usermap \"%s\""
+msgstr "correspondance utilisateur %s "
+
+#: libpq/hba.c:1711
+#, c-format
+msgid "could not open Ident usermap file \"%s\": %m"
+msgstr "n'a pas pu ouvrir le fichier usermap %s d'Ident : %m"
+
+#: libpq/pqcomm.c:289
+#, c-format
+msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
+msgstr "n'a pas pu rsoudre le nom de l'hte %s , service %s par l'adresse : %s"
+
+#: libpq/pqcomm.c:293
+#, c-format
+msgid "could not translate service \"%s\" to address: %s"
+msgstr "n'a pas pu rsoudre le service %s par l'adresse : %s"
+
+#: libpq/pqcomm.c:320
+#, c-format
+msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
+msgstr "n'a pas pu se lier toutes les adresses requises : MAXLISTEN (%d) dpass"
+
+#: libpq/pqcomm.c:329
+msgid "IPv4"
+msgstr "IPv4"
+
+#: libpq/pqcomm.c:333
+msgid "IPv6"
+msgstr "IPv6"
+
+#: libpq/pqcomm.c:338
+msgid "Unix"
+msgstr "Unix"
+
+#: libpq/pqcomm.c:343
+#, c-format
+msgid "unrecognized address family %d"
+msgstr "famille d'adresse %d non reconnue"
+
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:354
+#, c-format
+msgid "could not create %s socket: %m"
+msgstr "n'a pas pu crer le socket %s : %m"
+
+#: libpq/pqcomm.c:379
+#, c-format
+msgid "setsockopt(SO_REUSEADDR) failed: %m"
+msgstr "setsockopt(SO_REUSEADDR) a chou : %m"
+
+#: libpq/pqcomm.c:394
+#, c-format
+msgid "setsockopt(IPV6_V6ONLY) failed: %m"
+msgstr "setsockopt(IPV6_V6ONLY) a chou : %m"
+
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:413
+#, c-format
+msgid "could not bind %s socket: %m"
+msgstr "n'a pas pu se lier la socket %s : %m"
+
+#: libpq/pqcomm.c:416
+#, c-format
+msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
+msgstr "Un autre postmaster fonctionne-t'il dj sur le port %d ?Sinon, supprimez le fichier socket %s et ressayez."
+
+#: libpq/pqcomm.c:419
+#, c-format
+msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
+msgstr ""
+"Un autre postmaster fonctionne-t'il dj sur le port %d ?\n"
+"Sinon, attendez quelques secondes et ressayez."
+
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:452
+#, c-format
+msgid "could not listen on %s socket: %m"
+msgstr "n'a pas pu couter sur le socket %s : %m"
+
+#: libpq/pqcomm.c:532
+#, c-format
+msgid "group \"%s\" does not exist"
+msgstr "le groupe %s n'existe pas"
+
+#: libpq/pqcomm.c:542
+#, c-format
+msgid "could not set group of file \"%s\": %m"
+msgstr "n'a pas pu initialiser le groupe du fichier %s : %m"
+
+#: libpq/pqcomm.c:553
+#, c-format
+msgid "could not set permissions of file \"%s\": %m"
+msgstr "n'a pas pu initialiser les droits du fichier %s : %m"
+
+#: libpq/pqcomm.c:583
+#, c-format
+msgid "could not accept new connection: %m"
+msgstr "n'a pas pu accepter la nouvelle connexion : %m"
+
+#: libpq/pqcomm.c:769
+#, c-format
+msgid "could not receive data from client: %m"
+msgstr "n'a pas pu recevoir les donnes du client : %m"
+
+#: libpq/pqcomm.c:956
+msgid "unexpected EOF within message length word"
+msgstr "fin de fichier (EOF) inattendue l'intrieur de la longueur du message"
+
+#: libpq/pqcomm.c:967
+msgid "invalid message length"
+msgstr "longueur du message invalide"
+
+#: libpq/pqcomm.c:989
+#: libpq/pqcomm.c:999
+msgid "incomplete message from client"
+msgstr "message incomplet du client"
+
+#: libpq/pqcomm.c:1108
+#, c-format
+msgid "could not send data to client: %m"
+msgstr "n'a pas pu envoyer les donnes au client : %m"
+
+#: libpq/pqformat.c:463
+msgid "no data left in message"
+msgstr "pas de donnes dans le message"
+
+#: libpq/pqformat.c:529
+msgid "binary value is out of range for type bigint"
+msgstr "la valeur binaire est en dehors des limites du type bigint"
+
+#: libpq/pqformat.c:611
+#: libpq/pqformat.c:629
+#: libpq/pqformat.c:650
+#: utils/adt/arrayfuncs.c:1354
+#: utils/adt/rowtypes.c:551
+msgid "insufficient data left in message"
+msgstr "donnes insuffisantes laisses dans le message"
+
+#: libpq/pqformat.c:691
+msgid "invalid string in message"
+msgstr "chane invalide dans le message"
+
+#: libpq/pqformat.c:707
+msgid "invalid message format"
+msgstr "format du message invalide"
+
+#: access/gist/gistsplit.c:372
+#, c-format
+msgid "picksplit method for column %d of index \"%s\" failed"
+msgstr "chec de la mthode picksplit pour la colonne %d de l'index %s "
+
+#: access/gist/gistsplit.c:374
+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 ""
+"L'index n'est pas optimal. Pour l'optimiser, contactez un dveloppeur\n"
+"ou essayez d'utiliser la colonne comme second dans la commande\n"
+"CREATE INDEX."
+
+#: access/gist/gistutil.c:407
+#, c-format
+msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery"
+msgstr ""
+"l'index %s a besoin d'un VACUUM ou d'un REINDEX pour terminer la\n"
+"rcupration suite un arrt brutal"
+
+#: access/gist/gistutil.c:588
+#: access/nbtree/nbtpage.c:432
+#: access/hash/hashutil.c:165
+#, c-format
+msgid "index \"%s\" contains unexpected zero page at block %u"
+msgstr "l'index %s contient une page zro inattendue au bloc %u"
+
+#: access/gist/gistutil.c:591
+#: access/gist/gistutil.c:602
+#: access/nbtree/nbtpage.c:435
+#: access/nbtree/nbtpage.c:446
+#: access/hash/hashutil.c:168
+#: access/hash/hashutil.c:179
+#: access/hash/hashutil.c:191
+#: access/hash/hashutil.c:212
+msgid "Please REINDEX it."
+msgstr "Merci d'excuter REINDEX sur cet objet."
+
+#: access/gist/gistutil.c:599
+#: access/nbtree/nbtpage.c:443
+#: access/hash/hashutil.c:176
+#: access/hash/hashutil.c:188
+#, c-format
+msgid "index \"%s\" contains corrupted page at block %u"
+msgstr "l'index %s contient une page corrompue au bloc %u"
+
+#: access/gist/gistvacuum.c:566
+#, c-format
+msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery"
+msgstr ""
+"l'index %s a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n"
+"rcupration suite un arrt brutal"
+
+#: access/gist/gistxlog.c:794
+#, c-format
+msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery"
+msgstr ""
+"l'index %u/%u/%u a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n"
+"rcupration suite un arrt brutal"
+
+#: access/gist/gistxlog.c:796
+msgid "Incomplete insertion detected during crash replay."
+msgstr ""
+"Insertion incomplte dtecte lors de la r-excution des requtes suite \n"
+"l'arrt brutal."
+
#: access/common/heaptuple.c:686
#: access/common/heaptuple.c:1438
#, c-format
@@ -36,9 +1089,9 @@ msgid "index row requires %lu bytes, maximum size is %lu"
msgstr "la ligne index requiert %lu octets, la taille maximum est %lu"
#: access/common/printtup.c:278
+#: tcop/postgres.c:1690
#: tcop/fastpath.c:180
#: tcop/fastpath.c:552
-#: tcop/postgres.c:1630
#, c-format
msgid "unsupported format code: %d"
msgstr "code de format non support : %d"
@@ -97,12 +1150,34 @@ msgstr "valeur invalide pour l'option de type float %s : %s"
msgid "Valid values are between \"%f\" and \"%f\"."
msgstr "Les valeurs valides sont entre %f et %f ."
-#: access/common/tupdesc.c:547
-#: parser/parse_relation.c:1194
+#: access/common/tupdesc.c:550
+#: parser/parse_relation.c:1166
#, c-format
msgid "column \"%s\" cannot be declared SETOF"
msgstr "la colonne %s ne peut pas tre dclare SETOF"
+#: access/common/tupconvert.c:107
+#, c-format
+msgid "Returned type %s does not match expected type %s in column %d."
+msgstr "Le type %s renvoy ne correspond pas au type %s attendu dans la colonne %d."
+
+#: access/common/tupconvert.c:135
+#, c-format
+msgid "Number of returned columns (%d) does not match expected column count (%d)."
+msgstr ""
+"Le nombre de colonnes renvoyes (%d) ne correspond pas au nombre de colonnes\n"
+"attendues (%d)."
+
+#: access/common/tupconvert.c:240
+#, c-format
+msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s."
+msgstr "L'attribut %s du type %s ne correspond pas l'attribut correspondant de type %s."
+
+#: access/common/tupconvert.c:252
+#, c-format
+msgid "Attribute \"%s\" of type %s does not exist in type %s."
+msgstr "L'attribut %s du type %s n'existe pas dans le type %s."
+
#: access/transam/slru.c:614
#, c-format
msgid "file \"%s\" doesn't exist, reading as zeroes"
@@ -158,185 +1233,185 @@ msgstr "n'a pas pu tronquer le rpertoire %s : contournement apparent"
msgid "removing file \"%s\""
msgstr "suppression du fichier %s "
-#: access/transam/twophase.c:228
+#: access/transam/twophase.c:243
#, c-format
msgid "transaction identifier \"%s\" is too long"
msgstr "l'identifiant de la transaction %s est trop long"
-#: access/transam/twophase.c:235
+#: access/transam/twophase.c:250
msgid "prepared transactions are disabled"
msgstr "les transactions prpares sont dsactives"
-#: access/transam/twophase.c:236
+#: access/transam/twophase.c:251
msgid "Set max_prepared_transactions to a nonzero value."
msgstr "Configure max_prepared_transactions une valeur diffrente de zro."
-#: access/transam/twophase.c:269
+#: access/transam/twophase.c:284
#, c-format
msgid "transaction identifier \"%s\" is already in use"
msgstr "l'identifiant de la transaction %s est dj utilis"
-#: access/transam/twophase.c:278
+#: access/transam/twophase.c:293
msgid "maximum number of prepared transactions reached"
msgstr "nombre maximum de transactions prpares obtenu"
-#: access/transam/twophase.c:279
+#: access/transam/twophase.c:294
#, c-format
msgid "Increase max_prepared_transactions (currently %d)."
msgstr "Augmentez max_prepared_transactions (actuellement %d)."
-#: access/transam/twophase.c:399
+#: access/transam/twophase.c:414
#, c-format
msgid "prepared transaction with identifier \"%s\" is busy"
msgstr "la transaction prpare d'identifiant %s est occupe"
-#: access/transam/twophase.c:407
+#: access/transam/twophase.c:422
msgid "permission denied to finish prepared transaction"
msgstr "droit refus pour terminer la transaction prpare"
-#: access/transam/twophase.c:408
+#: access/transam/twophase.c:423
msgid "Must be superuser or the user that prepared the transaction."
msgstr "Doit tre super-utilisateur ou l'utilisateur qui a prpar la transaction."
-#: access/transam/twophase.c:419
+#: access/transam/twophase.c:434
msgid "prepared transaction belongs to another database"
msgstr "la transaction prpare appartient une autre base de donnes"
-#: access/transam/twophase.c:420
+#: access/transam/twophase.c:435
msgid "Connect to the database where the transaction was prepared to finish it."
msgstr ""
"Connectez-vous la base de donnes o la transaction a t prpare pour\n"
"la terminer."
-#: access/transam/twophase.c:434
+#: access/transam/twophase.c:449
#, c-format
msgid "prepared transaction with identifier \"%s\" does not exist"
msgstr "la transaction prpare d'identifiant %s n'existe pas"
-#: access/transam/twophase.c:886
+#: access/transam/twophase.c:917
msgid "two-phase state file maximum length exceeded"
msgstr ""
"longueur maximale dpasse pour le fichier de statut de la validation en\n"
"deux phase"
-#: access/transam/twophase.c:904
+#: access/transam/twophase.c:935
#, c-format
msgid "could not create two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu crer le fichier de statut de la validation en deux phases nomm\n"
" %s : %m"
-#: access/transam/twophase.c:918
-#: access/transam/twophase.c:935
-#: access/transam/twophase.c:984
-#: access/transam/twophase.c:1348
-#: access/transam/twophase.c:1355
+#: access/transam/twophase.c:949
+#: access/transam/twophase.c:966
+#: access/transam/twophase.c:1015
+#: access/transam/twophase.c:1379
+#: access/transam/twophase.c:1386
#, c-format
msgid "could not write two-phase state file: %m"
msgstr "n'a pas pu crire dans le fichier d'tat de la validation en deux phases : %m"
-#: access/transam/twophase.c:944
+#: access/transam/twophase.c:975
#, c-format
msgid "could not seek in two-phase state file: %m"
msgstr ""
"n'a pas pu se dplacer dans le fichier de statut de la validation en deux\n"
"phases : %m"
-#: access/transam/twophase.c:990
-#: access/transam/twophase.c:1373
+#: access/transam/twophase.c:1021
+#: access/transam/twophase.c:1404
#, c-format
msgid "could not close two-phase state file: %m"
msgstr "n'a pas pu fermer le fichier d'tat de la validation en deux phases : %m"
-#: access/transam/twophase.c:1061
-#: access/transam/twophase.c:1453
+#: access/transam/twophase.c:1092
+#: access/transam/twophase.c:1484
#, c-format
msgid "could not open two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu ouvrir le fichier d'tat de la validation en deux phases nomm\n"
" %s : %m"
-#: access/transam/twophase.c:1077
+#: access/transam/twophase.c:1108
#, c-format
msgid "could not stat two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu rcuprer des informations sur le fichier d'tat de la validation\n"
"en deux phases nomm %s : %m"
-#: access/transam/twophase.c:1108
+#: access/transam/twophase.c:1139
#, c-format
msgid "could not read two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu lire le fichier d'tat de la validation en deux phases nomm\n"
" %s : %m"
-#: access/transam/twophase.c:1172
+#: access/transam/twophase.c:1203
#, c-format
msgid "two-phase state file for transaction %u is corrupt"
msgstr ""
"le fichier d'tat de la validation en deux phases est corrompu pour la\n"
"transaction %u"
-#: access/transam/twophase.c:1310
+#: access/transam/twophase.c:1341
#, c-format
msgid "could not remove two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu supprimer le fichier d'tat de la validation en deux phases\n"
" %s : %m"
-#: access/transam/twophase.c:1339
+#: access/transam/twophase.c:1370
#, c-format
msgid "could not recreate two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu re-crer le fichier d'tat de la validation en deux phases nomm\n"
" %s : %m"
-#: access/transam/twophase.c:1367
+#: access/transam/twophase.c:1398
#, c-format
msgid "could not fsync two-phase state file: %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fsync) le fichier d'tat de la\n"
"validation en deux phases : %m"
-#: access/transam/twophase.c:1462
+#: access/transam/twophase.c:1493
#, c-format
msgid "could not fsync two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fsync) le fichier d'tat de la\n"
"validation en deux phases nomm %s : %m"
-#: access/transam/twophase.c:1469
+#: access/transam/twophase.c:1500
#, c-format
msgid "could not close two-phase state file \"%s\": %m"
msgstr ""
"n'a pas pu fermer le fichier d'tat de la validation en deux phases nomm\n"
" %s : %m"
-#: access/transam/twophase.c:1527
+#: access/transam/twophase.c:1558
#, c-format
msgid "removing future two-phase state file \"%s\""
msgstr "suppression du futur fichier d'tat de la validation en deux phases nomm %s "
-#: access/transam/twophase.c:1543
-#: access/transam/twophase.c:1554
-#: access/transam/twophase.c:1642
+#: access/transam/twophase.c:1574
+#: access/transam/twophase.c:1585
+#: access/transam/twophase.c:1673
#, c-format
msgid "removing corrupt two-phase state file \"%s\""
msgstr ""
"suppression du fichier d'tat corrompu de la validation en deux phases nomm\n"
" %s "
-#: access/transam/twophase.c:1631
+#: access/transam/twophase.c:1662
#, c-format
msgid "removing stale two-phase state file \"%s\""
msgstr "suppression du vieux fichier d'tat de la validation en deux phases nomm %s "
-#: access/transam/twophase.c:1649
+#: access/transam/twophase.c:1680
#, c-format
msgid "recovering prepared transaction %u"
msgstr "rcupration de la transaction prpare %u"
-#: access/transam/varsup.c:87
+#: access/transam/varsup.c:113
#, c-format
msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\""
msgstr ""
@@ -344,71 +1419,88 @@ msgstr ""
"donnes cause de la rinitialisation de l'identifiant de transaction dans\n"
"la base de donnes %s "
-#: access/transam/varsup.c:89
-#, c-format
+#: access/transam/varsup.c:115
+#: access/transam/varsup.c:122
msgid ""
-"Stop the postmaster and use a standalone backend to vacuum database \"%s\".\n"
+"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 ""
"Arrtez le postmaster et utilisez un moteur autonome pour excuter VACUUM\n"
"sur la base de donnes %s .\n"
"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes transactions prpares."
-#: access/transam/varsup.c:94
-#: access/transam/varsup.c:301
+#: access/transam/varsup.c:120
+#, c-format
+msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u"
+msgstr ""
+"la base de donnes n'accepte plus de requtes pour viter des pertes de\n"
+"donnes cause de la rinitialisation de l'identifiant de transaction dans\n"
+"la base de donnes %u"
+
+#: access/transam/varsup.c:132
+#: access/transam/varsup.c:358
#, c-format
msgid "database \"%s\" must be vacuumed within %u transactions"
msgstr ""
"Un VACUUM doit tre excut sur la base de donnes %s dans un maximum de\n"
"%u transactions"
-#: access/transam/varsup.c:97
-#: access/transam/varsup.c:304
-#, c-format
+#: access/transam/varsup.c:135
+#: access/transam/varsup.c:142
+#: access/transam/varsup.c:361
+#: access/transam/varsup.c:368
msgid ""
-"To avoid a database shutdown, execute a database-wide VACUUM in \"%s\".\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 ""
-"Pour viter un arrt de la base de donnes, excutez un VACUUM complet dans\n"
-" %s .\n"
-"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes transactions prpares."
+"Pour viter un arrt de la base de donnes, excutez un VACUUM sur toute la\n"
+"base %s . Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes\n"
+"transactions prpares."
-#: access/transam/varsup.c:284
+#: access/transam/varsup.c:139
+#: access/transam/varsup.c:365
#, c-format
-msgid "transaction ID wrap limit is %u, limited by database \"%s\""
+msgid "database with OID %u must be vacuumed within %u transactions"
msgstr ""
-"La limite de rinitialisation de l'identifiant de transaction est %u,\n"
-"limit par la base de donnes %s "
+"un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum de\n"
+"%u transactions"
-#: access/transam/xact.c:621
+#: access/transam/varsup.c:332
+#, c-format
+msgid "transaction ID wrap limit is %u, limited by database with OID %u"
+msgstr ""
+"la limite de rinitialisation de l'identifiant de transaction est %u,\n"
+"limit par la base de donnes d'OID %u"
+
+#: access/transam/xact.c:620
msgid "cannot have more than 2^32-1 commands in a transaction"
msgstr "ne peux pas avoir plus de 2^32-1 commandes dans une transaction"
-#: access/transam/xact.c:1103
+#: access/transam/xact.c:1102
#, c-format
msgid "maximum number of committed subtransactions (%d) exceeded"
msgstr "nombre maximum de sous-transactions valides (%d) dpass"
-#: access/transam/xact.c:1820
+#: access/transam/xact.c:1813
msgid "cannot PREPARE a transaction that has operated on temporary tables"
msgstr ""
"ne peut pas prparer (PREPARE) une transaction qui a travaill sur des\n"
"tables temporaires"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2606
+#: access/transam/xact.c:2598
#, c-format
msgid "%s cannot run inside a transaction block"
msgstr "%s ne peut pas tre excut dans un bloc de transaction"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2616
+#: access/transam/xact.c:2608
#, c-format
msgid "%s cannot run inside a subtransaction"
msgstr "%s ne peut pas tre excut dans un sous-bloc de transaction"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2626
+#: access/transam/xact.c:2618
#, c-format
msgid "%s cannot be executed from a function or multi-command string"
msgstr ""
@@ -416,30 +1508,30 @@ msgstr ""
"contenant plusieurs commandes"
#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2677
+#: access/transam/xact.c:2669
#, c-format
msgid "%s can only be used in transaction blocks"
msgstr "%s peut seulement tre utilis dans des blocs de transaction"
-#: access/transam/xact.c:2859
+#: access/transam/xact.c:2851
msgid "there is already a transaction in progress"
msgstr "une transaction est dj en cours"
-#: access/transam/xact.c:3026
-#: access/transam/xact.c:3118
+#: access/transam/xact.c:3018
+#: access/transam/xact.c:3110
msgid "there is no transaction in progress"
msgstr "aucune transaction en cours"
-#: access/transam/xact.c:3212
-#: access/transam/xact.c:3262
-#: access/transam/xact.c:3268
-#: access/transam/xact.c:3312
-#: access/transam/xact.c:3360
-#: access/transam/xact.c:3366
+#: access/transam/xact.c:3204
+#: access/transam/xact.c:3254
+#: access/transam/xact.c:3260
+#: access/transam/xact.c:3304
+#: access/transam/xact.c:3352
+#: access/transam/xact.c:3358
msgid "no such savepoint"
msgstr "aucun point de sauvegarde"
-#: access/transam/xact.c:4000
+#: access/transam/xact.c:3988
msgid "cannot have more than 2^32-1 subtransactions in a transaction"
msgstr "ne peut pas avoir plus de 2^32-1 sous-transactions dans une transaction"
@@ -454,7 +1546,7 @@ msgid "could not write archive status file \"%s\": %m"
msgstr "n'a pas pu crire le fichier de statut d'archivage %s : %m"
#: access/transam/xlog.c:1637
-#: access/transam/xlog.c:3469
+#: access/transam/xlog.c:3507
#, c-format
msgid "could not seek in log file %u, segment %u to offset %u: %m"
msgstr ""
@@ -474,115 +1566,117 @@ msgid "updated min recovery point to %X/%X"
msgstr "mise jour du point minimum de restauration sur %X/%X"
#: access/transam/xlog.c:2178
-#: access/transam/xlog.c:2280
-#: access/transam/xlog.c:2513
-#: access/transam/xlog.c:2580
-#: access/transam/xlog.c:2589
+#: access/transam/xlog.c:2282
+#: access/transam/xlog.c:2511
+#: access/transam/xlog.c:2578
+#: access/transam/xlog.c:2587
#, c-format
msgid "could not open file \"%s\" (log file %u, segment %u): %m"
msgstr "n'a pas pu ouvrir le fichier %s (journal de transactions %u, segment %u) : %m"
#: access/transam/xlog.c:2203
-#: access/transam/xlog.c:2332
-#: access/transam/xlog.c:4052
-#: access/transam/xlog.c:7362
-#: access/transam/xlog.c:7497
-#: postmaster/postmaster.c:3537
+#: access/transam/xlog.c:2336
+#: access/transam/xlog.c:4090
+#: access/transam/xlog.c:7432
+#: access/transam/xlog.c:7567
+#: storage/smgr/md.c:278
+#: postmaster/postmaster.c:3456
#: ../port/copydir.c:126
#, c-format
msgid "could not create file \"%s\": %m"
msgstr "n'a pas pu crer le fichier %s : %m"
#: access/transam/xlog.c:2235
-#: access/transam/xlog.c:2364
-#: access/transam/xlog.c:4104
+#: access/transam/xlog.c:2368
#: access/transam/xlog.c:4142
-#: utils/misc/guc.c:6770
-#: utils/misc/guc.c:6795
-#: utils/init/miscinit.c:1042
-#: utils/init/miscinit.c:1051
-#: commands/copy.c:1290
+#: access/transam/xlog.c:4180
+#: utils/misc/guc.c:6865
+#: utils/misc/guc.c:6890
+#: utils/init/miscinit.c:1098
+#: utils/init/miscinit.c:1107
+#: commands/copy.c:1318
#: commands/tablespace.c:706
#: commands/tablespace.c:712
-#: postmaster/postmaster.c:3547
-#: postmaster/postmaster.c:3557
+#: postmaster/postmaster.c:3466
+#: postmaster/postmaster.c:3476
#: ../port/copydir.c:148
#, c-format
msgid "could not write to file \"%s\": %m"
msgstr "n'a pas pu crire dans le fichier %s : %m"
#: access/transam/xlog.c:2243
-#: access/transam/xlog.c:2371
-#: access/transam/xlog.c:4148
+#: access/transam/xlog.c:2375
+#: access/transam/xlog.c:4186
+#: storage/smgr/md.c:909
+#: storage/smgr/md.c:1083
+#: storage/smgr/md.c:1226
#: ../port/copydir.c:158
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier %s : %m"
#: access/transam/xlog.c:2248
-#: access/transam/xlog.c:2376
-#: access/transam/xlog.c:4153
+#: access/transam/xlog.c:2380
+#: access/transam/xlog.c:4191
#: ../port/copydir.c:163
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "n'a pas pu fermer le fichier %s : %m"
-#: access/transam/xlog.c:2317
-#: access/transam/xlog.c:3883
-#: access/transam/xlog.c:3973
-#: access/transam/xlog.c:4071
-#: utils/init/miscinit.c:993
-#: utils/init/miscinit.c:1099
-#: utils/init/postinit.c:95
-#: utils/init/postinit.c:135
-#: utils/error/elog.c:1399
-#: libpq/hba.c:1231
-#: postmaster/autovacuum.c:1808
+#: access/transam/xlog.c:2321
+#: access/transam/xlog.c:3921
+#: access/transam/xlog.c:4011
+#: access/transam/xlog.c:4109
+#: utils/init/miscinit.c:1049
+#: utils/init/miscinit.c:1155
+#: utils/error/elog.c:1402
+#: storage/smgr/md.c:532
+#: storage/smgr/md.c:785
#: ../port/copydir.c:119
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier %s : %m"
-#: access/transam/xlog.c:2345
-#: access/transam/xlog.c:4083
-#: access/transam/xlog.c:7469
-#: access/transam/xlog.c:7519
-#: access/transam/xlog.c:7811
-#: access/transam/xlog.c:7836
-#: access/transam/xlog.c:7874
+#: access/transam/xlog.c:2349
+#: access/transam/xlog.c:4121
+#: access/transam/xlog.c:7539
+#: access/transam/xlog.c:7589
+#: access/transam/xlog.c:7881
+#: access/transam/xlog.c:7906
+#: access/transam/xlog.c:7944
#: utils/adt/genfile.c:132
#: ../port/copydir.c:137
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "n'a pas pu lire le fichier %s : %m"
-#: access/transam/xlog.c:2348
+#: access/transam/xlog.c:2352
#, c-format
msgid "not enough data in file \"%s\""
msgstr "donnes insuffisantes dans le fichier %s "
-#: access/transam/xlog.c:2465
+#: access/transam/xlog.c:2471
#, c-format
msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
msgstr ""
"n'a pas pu lier le fichier %s %s (initialisation du journal de\n"
"transactions %u, segment %u) : %m"
-#: access/transam/xlog.c:2486
+#: access/transam/xlog.c:2483
#, c-format
msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
msgstr ""
"n'a pas pu renommer le fichier %s en %s (initialisation du journal\n"
"de transactions %u, segment %u) : %m"
-#: access/transam/xlog.c:2618
+#: access/transam/xlog.c:2616
#, c-format
msgid "could not close log file %u, segment %u: %m"
msgstr "n'a pas pu fermer le journal de transactions %u, segment %u : %m"
-#: access/transam/xlog.c:2686
-#: access/transam/xlog.c:2836
-#: access/transam/xlog.c:7345
+#: access/transam/xlog.c:2684
+#: access/transam/xlog.c:2834
+#: access/transam/xlog.c:7415
#: utils/adt/dbsize.c:62
#: utils/adt/dbsize.c:209
#: utils/adt/dbsize.c:278
@@ -592,307 +1686,318 @@ msgstr "n'a pas pu fermer le journal de transactions %u, segment %u : %m"
msgid "could not stat file \"%s\": %m"
msgstr "n'a pas pu tester le fichier %s : %m"
-#: access/transam/xlog.c:2694
-#: access/transam/xlog.c:7524
+#: access/transam/xlog.c:2692
+#: access/transam/xlog.c:7594
#: commands/tablespace.c:631
+#: storage/smgr/md.c:348
+#: storage/smgr/md.c:395
+#: storage/smgr/md.c:1192
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "n'a pas pu supprimer le fichier %s : %m"
-#: access/transam/xlog.c:2817
+#: access/transam/xlog.c:2815
#, c-format
msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
msgstr "le fichier d'archive %s a la mauvaise taille : %lu au lieu de %lu"
-#: access/transam/xlog.c:2824
+#: access/transam/xlog.c:2822
#, c-format
msgid "restored log file \"%s\" from archive"
msgstr "restauration du journal de transactions %s partir de l'archive"
-#: access/transam/xlog.c:2874
+#: access/transam/xlog.c:2872
#, c-format
msgid "could not restore file \"%s\" from archive: return code %d"
msgstr "n'a pas pu restaurer le fichier %s partir de l'archive : code de retour %d"
-#: access/transam/xlog.c:2991
+#: access/transam/xlog.c:2989
#, c-format
msgid "recovery_end_command \"%s\": return code %d"
msgstr "recovery_end_command %s : code de retour %d"
-#: access/transam/xlog.c:3056
-#: access/transam/xlog.c:3184
+#: access/transam/xlog.c:3057
+#: access/transam/xlog.c:3222
#, c-format
msgid "could not open transaction log directory \"%s\": %m"
msgstr "n'a pas pu ouvrir le rpertoire des journaux de transactions %s : %m"
-#: access/transam/xlog.c:3093
+#: access/transam/xlog.c:3094
#, c-format
msgid "recycled transaction log file \"%s\""
msgstr "recyclage du journal de transactions %s "
-#: access/transam/xlog.c:3107
+#: access/transam/xlog.c:3110
#, c-format
msgid "removing transaction log file \"%s\""
msgstr "suppression du journal de transactions %s "
+#: access/transam/xlog.c:3132
+#, c-format
+msgid "could not rename old transaction log file \"%s\": %m"
+msgstr "n'a pas pu renommer l'ancien journal de transactions %s : %m"
+
#: access/transam/xlog.c:3144
-#: access/transam/xlog.c:3154
+#, c-format
+msgid "could not remove old transaction log file \"%s\": %m"
+msgstr "n'a pas pu supprimer l'ancien journal de transaction %s : %m"
+
+#: access/transam/xlog.c:3182
+#: access/transam/xlog.c:3192
#, c-format
msgid "required WAL directory \"%s\" does not exist"
msgstr "le rpertoire %s requis pour les journaux de transactions n'existe pas"
-#: access/transam/xlog.c:3160
+#: access/transam/xlog.c:3198
#, c-format
msgid "creating missing WAL directory \"%s\""
msgstr "cration du rpertoire manquant %s pour les journaux de transactions"
-#: access/transam/xlog.c:3163
+#: access/transam/xlog.c:3201
#, c-format
msgid "could not create missing directory \"%s\": %m"
msgstr "n'a pas pu crer le rpertoire %s manquant : %m"
-#: access/transam/xlog.c:3197
+#: access/transam/xlog.c:3235
#, c-format
msgid "removing transaction log backup history file \"%s\""
msgstr "suppression du fichier historique des journaux de transaction %s "
-#: access/transam/xlog.c:3316
+#: access/transam/xlog.c:3354
#, c-format
msgid "incorrect hole size in record at %X/%X"
msgstr "taille du trou incorrect l'enregistrement %X/%X"
-#: access/transam/xlog.c:3329
+#: access/transam/xlog.c:3367
#, c-format
msgid "incorrect total length in record at %X/%X"
msgstr "longueur totale incorrecte l'enregistrement %X/%X"
-#: access/transam/xlog.c:3342
+#: access/transam/xlog.c:3380
#, c-format
msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr ""
"somme de contrle des donnes du gestionnaire de ressources incorrecte \n"
"l'enregistrement %X/%X"
-#: access/transam/xlog.c:3411
-#: access/transam/xlog.c:3499
+#: access/transam/xlog.c:3449
+#: access/transam/xlog.c:3537
#, c-format
msgid "invalid record offset at %X/%X"
msgstr "dcalage invalide de l'enregistrement %X/%X"
-#: access/transam/xlog.c:3453
-#: access/transam/xlog.c:3477
-#: access/transam/xlog.c:3642
+#: access/transam/xlog.c:3491
+#: access/transam/xlog.c:3515
+#: access/transam/xlog.c:3680
#, c-format
msgid "could not read from log file %u, segment %u, offset %u: %m"
msgstr "n'a pas pu lire le journal de transactions %u, segment %u, dcalage %u : %m"
-#: access/transam/xlog.c:3507
+#: access/transam/xlog.c:3545
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr " contrecord est requis par %X/%X"
-#: access/transam/xlog.c:3524
+#: access/transam/xlog.c:3562
#, c-format
msgid "invalid xlog switch record at %X/%X"
msgstr "enregistrement de basculement du journal de transaction invalide %X/%X"
-#: access/transam/xlog.c:3532
+#: access/transam/xlog.c:3570
#, c-format
msgid "record with zero length at %X/%X"
msgstr "enregistrement de longueur nulle %X/%X"
-#: access/transam/xlog.c:3541
+#: access/transam/xlog.c:3579
#, c-format
msgid "invalid record length at %X/%X"
msgstr "longueur invalide de l'enregistrement %X/%X"
-#: access/transam/xlog.c:3548
+#: access/transam/xlog.c:3586
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "identifiant du gestionnaire de ressources invalide %u %X/%X"
-#: access/transam/xlog.c:3561
-#: access/transam/xlog.c:3577
+#: access/transam/xlog.c:3599
+#: access/transam/xlog.c:3615
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "enregistrement avec prev-link %X/%X incorrect %X/%X"
-#: access/transam/xlog.c:3606
+#: access/transam/xlog.c:3644
#, c-format
msgid "record length %u at %X/%X too long"
msgstr "longueur trop importante de l'enregistrement %u %X/%X"
-#: access/transam/xlog.c:3651
+#: access/transam/xlog.c:3689
#, c-format
msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
msgstr ""
"il n'y a pas de drapeaux contrecord dans le journal de transactions %u,\n"
"segment %u, dcalage %u"
-#: access/transam/xlog.c:3661
+#: access/transam/xlog.c:3699
#, c-format
msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
msgstr ""
"longueur invalide du contrecord %u dans le journal de tranasctions %u,\n"
"segment %u, dcalage %u"
-#: access/transam/xlog.c:3750
+#: access/transam/xlog.c:3788
#, c-format
msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
msgstr ""
"numro magique invalide %04X dans le journal de transactions %u, segment %u,\n"
"dcalage %u"
-#: access/transam/xlog.c:3757
-#: access/transam/xlog.c:3803
+#: access/transam/xlog.c:3795
+#: access/transam/xlog.c:3841
#, c-format
msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
msgstr ""
"bits info %04X invalides dans le journal de transactions %u, segment %u,\n"
"dcalage %u"
-#: access/transam/xlog.c:3779
-#: access/transam/xlog.c:3787
-#: access/transam/xlog.c:3794
+#: access/transam/xlog.c:3817
+#: access/transam/xlog.c:3825
+#: access/transam/xlog.c:3832
msgid "WAL file is from different system"
msgstr "le journal de transactions provient d'un systme diffrent"
-#: access/transam/xlog.c:3780
+#: access/transam/xlog.c:3818
#, c-format
msgid "WAL file SYSID is %s, pg_control SYSID is %s"
msgstr "le SYSID du journal de transactions WAL est %s, celui de pg_control est %s"
-#: access/transam/xlog.c:3788
+#: access/transam/xlog.c:3826
msgid "Incorrect XLOG_SEG_SIZE in page header."
msgstr "XLOG_SEG_SIZE incorrecte dans l'en-tte de page."
-#: access/transam/xlog.c:3795
+#: access/transam/xlog.c:3833
msgid "Incorrect XLOG_BLCKSZ in page header."
msgstr "XLOG_BLCKSZ incorrect dans l'en-tte de page."
-#: access/transam/xlog.c:3813
+#: access/transam/xlog.c:3851
#, c-format
msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
msgstr ""
"pageaddr %X/%X inattendue dans le journal de transactions %u, segment %u,\n"
"dcalage %u"
-#: access/transam/xlog.c:3825
+#: access/transam/xlog.c:3863
#, c-format
msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
msgstr ""
"identifiant timeline %u inattendu dans le journal de transactions %u,\n"
"segment %u, dcalage %u"
-#: access/transam/xlog.c:3843
+#: access/transam/xlog.c:3881
#, c-format
msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u"
msgstr ""
"identifiant timeline %u hors de la squence (aprs %u) dans le journal de\n"
"transactions %u, segment %u, dcalage %u"
-#: access/transam/xlog.c:3912
+#: access/transam/xlog.c:3950
#, c-format
msgid "syntax error in history file: %s"
msgstr "erreur de syntaxe dans le fichier historique : %s"
-#: access/transam/xlog.c:3913
+#: access/transam/xlog.c:3951
msgid "Expected a numeric timeline ID."
msgstr "Identifiant timeline numrique attendue"
-#: access/transam/xlog.c:3918
+#: access/transam/xlog.c:3956
#, c-format
msgid "invalid data in history file: %s"
msgstr "donnes invalides dans le fichier historique : %s "
-#: access/transam/xlog.c:3919
+#: access/transam/xlog.c:3957
msgid "Timeline IDs must be in increasing sequence."
msgstr "Les identifiants timeline doivent tre en ordre croissant."
-#: access/transam/xlog.c:3932
+#: access/transam/xlog.c:3970
#, c-format
msgid "invalid data in history file \"%s\""
msgstr "donnes invalides dans le fichier historique %s "
-#: access/transam/xlog.c:3933
+#: access/transam/xlog.c:3971
msgid "Timeline IDs must be less than child timeline's ID."
msgstr ""
"Les identifiants timeline doivent tre plus petits que les enfants des\n"
"identifiants timeline."
-#: access/transam/xlog.c:4170
+#: access/transam/xlog.c:4208
#, c-format
msgid "could not link file \"%s\" to \"%s\": %m"
msgstr "n'a pas pu lier le fichier %s %s : %m"
-#: access/transam/xlog.c:4177
-#: access/transam/xlog.c:4998
-#: access/transam/xlog.c:5051
-#: access/transam/xlog.c:5448
-#: utils/init/flatfiles.c:289
-#: utils/init/flatfiles.c:673
+#: access/transam/xlog.c:4215
+#: access/transam/xlog.c:5040
+#: access/transam/xlog.c:5093
+#: access/transam/xlog.c:5505
#: postmaster/pgarch.c:704
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "n'a pas pu renommer le fichier %s en %s : %m"
-#: access/transam/xlog.c:4259
+#: access/transam/xlog.c:4297
#, c-format
msgid "could not create control file \"%s\": %m"
msgstr "n'a pas pu crer le fichier de contrle %s : %m"
-#: access/transam/xlog.c:4270
-#: access/transam/xlog.c:4495
+#: access/transam/xlog.c:4308
+#: access/transam/xlog.c:4533
#, c-format
msgid "could not write to control file: %m"
msgstr "n'a pas pu crire le fichier de contrle : %m"
-#: access/transam/xlog.c:4276
-#: access/transam/xlog.c:4501
+#: access/transam/xlog.c:4314
+#: access/transam/xlog.c:4539
#, c-format
msgid "could not fsync control file: %m"
msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de contrle : %m"
-#: access/transam/xlog.c:4281
-#: access/transam/xlog.c:4506
+#: access/transam/xlog.c:4319
+#: access/transam/xlog.c:4544
#, c-format
msgid "could not close control file: %m"
msgstr "n'a pas pu fermer le fichier de contrle : %m"
-#: access/transam/xlog.c:4299
-#: access/transam/xlog.c:4484
+#: access/transam/xlog.c:4337
+#: access/transam/xlog.c:4522
#, c-format
msgid "could not open control file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier de contrle %s : %m"
-#: access/transam/xlog.c:4305
+#: access/transam/xlog.c:4343
#, c-format
msgid "could not read from control file: %m"
msgstr "n'a pas pu lire le fichier de contrle : %m"
-#: access/transam/xlog.c:4318
-#: access/transam/xlog.c:4327
-#: access/transam/xlog.c:4351
-#: access/transam/xlog.c:4358
+#: access/transam/xlog.c:4356
#: access/transam/xlog.c:4365
-#: access/transam/xlog.c:4370
-#: access/transam/xlog.c:4377
-#: access/transam/xlog.c:4384
-#: access/transam/xlog.c:4391
-#: access/transam/xlog.c:4398
-#: access/transam/xlog.c:4405
-#: access/transam/xlog.c:4412
-#: access/transam/xlog.c:4421
-#: access/transam/xlog.c:4428
-#: access/transam/xlog.c:4437
-#: access/transam/xlog.c:4444
-#: access/transam/xlog.c:4453
-#: access/transam/xlog.c:4460
-#: utils/init/miscinit.c:1117
+#: access/transam/xlog.c:4389
+#: access/transam/xlog.c:4396
+#: access/transam/xlog.c:4403
+#: access/transam/xlog.c:4408
+#: access/transam/xlog.c:4415
+#: access/transam/xlog.c:4422
+#: access/transam/xlog.c:4429
+#: access/transam/xlog.c:4436
+#: access/transam/xlog.c:4443
+#: access/transam/xlog.c:4450
+#: access/transam/xlog.c:4459
+#: access/transam/xlog.c:4466
+#: access/transam/xlog.c:4475
+#: access/transam/xlog.c:4482
+#: access/transam/xlog.c:4491
+#: access/transam/xlog.c:4498
+#: utils/init/miscinit.c:1173
msgid "database files are incompatible with server"
msgstr "les fichiers de la base de donnes sont incompatibles avec le serveur"
-#: access/transam/xlog.c:4319
+#: access/transam/xlog.c:4357
#, 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 ""
@@ -900,645 +2005,652 @@ msgstr ""
"%d (0x%08x) alors que le serveur a t compil avec un PG_CONTROL_VERSION \n"
"%d (0x%08x)."
-#: access/transam/xlog.c:4323
+#: access/transam/xlog.c:4361
msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb."
msgstr ""
"Ceci peut tre un problme d'incohrence dans l'ordre des octets.\n"
"Il se peut que vous ayez besoin d'initdb."
-#: access/transam/xlog.c:4328
+#: access/transam/xlog.c:4366
#, c-format
msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
msgstr ""
"Le cluster de base de donnes a t initialis avec un PG_CONTROL_VERSION \n"
"%d alors que le serveur a t compil avec un PG_CONTROL_VERSION %d."
-#: access/transam/xlog.c:4331
-#: access/transam/xlog.c:4355
-#: access/transam/xlog.c:4362
-#: access/transam/xlog.c:4367
+#: access/transam/xlog.c:4369
+#: access/transam/xlog.c:4393
+#: access/transam/xlog.c:4400
+#: access/transam/xlog.c:4405
msgid "It looks like you need to initdb."
msgstr "Il semble que vous avez besoin d'initdb."
-#: access/transam/xlog.c:4342
+#: access/transam/xlog.c:4380
msgid "incorrect checksum in control file"
msgstr "somme de contrle incorrecte dans le fichier de contrle"
-#: access/transam/xlog.c:4352
+#: access/transam/xlog.c:4390
#, c-format
msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
msgstr ""
"Le cluster de base de donnes a t initialis avec un CATALOG_VERSION_NO \n"
"%d alors que le serveur a t compil avec un CATALOG_VERSION_NO %d."
-#: access/transam/xlog.c:4359
+#: access/transam/xlog.c:4397
#, c-format
msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d."
msgstr ""
"Le cluster de bases de donnes a t initialis avec un MAXALIGN %d alors\n"
"que le serveur a t compil avec un MAXALIGN %d."
-#: access/transam/xlog.c:4366
+#: access/transam/xlog.c:4404
msgid "The database cluster appears to use a different floating-point number format than the server executable."
msgstr ""
"Le cluster de bases de donnes semble utiliser un format diffrent pour les\n"
"nombres virgule flottante de celui de l'excutable serveur."
-#: access/transam/xlog.c:4371
+#: access/transam/xlog.c:4409
#, c-format
msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
msgstr ""
"Le cluster de base de donnes a t initialis avec un BLCKSZ %d alors que\n"
"le serveur a t compil avec un BLCKSZ %d."
-#: access/transam/xlog.c:4374
-#: access/transam/xlog.c:4381
-#: access/transam/xlog.c:4388
-#: access/transam/xlog.c:4395
-#: access/transam/xlog.c:4402
-#: access/transam/xlog.c:4409
-#: access/transam/xlog.c:4416
-#: access/transam/xlog.c:4424
-#: access/transam/xlog.c:4431
+#: access/transam/xlog.c:4412
+#: access/transam/xlog.c:4419
+#: access/transam/xlog.c:4426
+#: access/transam/xlog.c:4433
#: access/transam/xlog.c:4440
#: access/transam/xlog.c:4447
-#: access/transam/xlog.c:4456
-#: access/transam/xlog.c:4463
+#: access/transam/xlog.c:4454
+#: access/transam/xlog.c:4462
+#: access/transam/xlog.c:4469
+#: access/transam/xlog.c:4478
+#: access/transam/xlog.c:4485
+#: access/transam/xlog.c:4494
+#: access/transam/xlog.c:4501
msgid "It looks like you need to recompile or initdb."
msgstr "Il semble que vous avez besoin de recompiler ou de relancer initdb."
-#: access/transam/xlog.c:4378
+#: access/transam/xlog.c:4416
#, c-format
msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
msgstr ""
"Le cluster de bases de donnes a t initialis avec un RELSEG_SIZE %d\n"
"alors que le serveur a t compil avec un RELSEG_SIZE %d."
-#: access/transam/xlog.c:4385
+#: access/transam/xlog.c:4423
#, c-format
msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d."
msgstr ""
"Le cluster de base de donnes a t initialis avec un XLOG_BLCKSZ %d\n"
"alors que le serveur a t compil avec un XLOG_BLCKSZ %d."
-#: access/transam/xlog.c:4392
+#: access/transam/xlog.c:4430
#, c-format
msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
msgstr ""
"Le cluster de bases de donnes a t initialis avec un XLOG_SEG_SIZE %d\n"
"alors que le serveur a t compil avec un XLOG_SEG_SIZE %d."
-#: access/transam/xlog.c:4399
+#: access/transam/xlog.c:4437
#, c-format
msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
msgstr ""
"Le cluster de bases de donnes a t initialis avec un NAMEDATALEN %d\n"
"alors que le serveur a t compil avec un NAMEDATALEN %d."
-#: access/transam/xlog.c:4406
+#: access/transam/xlog.c:4444
#, c-format
msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d."
msgstr ""
"Le groupe de bases de donnes a t initialis avec un INDEX_MAX_KEYS %d\n"
"alors que le serveur a t compil avec un INDEX_MAX_KEYS %d."
-#: access/transam/xlog.c:4413
+#: access/transam/xlog.c:4451
#, 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 ""
"Le cluster de bases de donnes a t initialis avec un TOAST_MAX_CHUNK_SIZE\n"
" %d alors que le serveur a t compil avec un TOAST_MAX_CHUNK_SIZE %d."
-#: access/transam/xlog.c:4422
+#: access/transam/xlog.c:4460
msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP."
msgstr "Le cluster de bases de donnes a t initialis sans HAVE_INT64_TIMESTAMPalors que le serveur a t compil avec."
-#: access/transam/xlog.c:4429
+#: access/transam/xlog.c:4467
msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP."
msgstr ""
"Le cluster de bases de donnes a t initialis avec HAVE_INT64_TIMESTAMP\n"
"alors que le serveur a t compil sans."
-#: access/transam/xlog.c:4438
+#: access/transam/xlog.c:4476
msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL."
msgstr ""
"Le cluster de base de donnes a t initialis sans USE_FLOAT4_BYVAL\n"
"alors que le serveur a t compil avec USE_FLOAT4_BYVAL."
-#: access/transam/xlog.c:4445
+#: access/transam/xlog.c:4483
msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL."
msgstr ""
"Le cluster de base de donnes a t initialis avec USE_FLOAT4_BYVAL\n"
"alors que le serveur a t compil sans USE_FLOAT4_BYVAL."
-#: access/transam/xlog.c:4454
+#: access/transam/xlog.c:4492
msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
msgstr ""
"Le cluster de base de donnes a t initialis sans USE_FLOAT8_BYVAL\n"
"alors que le serveur a t compil avec USE_FLOAT8_BYVAL."
-#: access/transam/xlog.c:4461
+#: access/transam/xlog.c:4499
msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
msgstr ""
"Le cluster de base de donnes a t initialis avec USE_FLOAT8_BYVAL\n"
"alors que le serveur a t compil sans USE_FLOAT8_BYVAL."
-#: access/transam/xlog.c:4690
+#: access/transam/xlog.c:4732
#, c-format
msgid "could not write bootstrap transaction log file: %m"
msgstr "n'a pas pu crire le bootstrap du journal des transactions : %m"
-#: access/transam/xlog.c:4696
+#: access/transam/xlog.c:4738
#, c-format
msgid "could not fsync bootstrap transaction log file: %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fsync) le bootstrap du journal des\n"
"transactions : %m"
-#: access/transam/xlog.c:4701
+#: access/transam/xlog.c:4743
#, c-format
msgid "could not close bootstrap transaction log file: %m"
msgstr "n'a pas pu fermer le bootstrap du journal des transactions : %m"
-#: access/transam/xlog.c:4762
+#: access/transam/xlog.c:4804
#, c-format
msgid "could not open recovery command file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier de restauration %s : %m"
-#: access/transam/xlog.c:4767
+#: access/transam/xlog.c:4809
msgid "starting archive recovery"
msgstr "dbut de la restauration de l'archive"
-#: access/transam/xlog.c:4812
+#: access/transam/xlog.c:4854
#, c-format
msgid "restore_command = '%s'"
msgstr "restore_command = '%s'"
-#: access/transam/xlog.c:4819
+#: access/transam/xlog.c:4861
#, c-format
msgid "recovery_end_command = '%s'"
msgstr "recovery_end_command = '%s'"
-#: access/transam/xlog.c:4833
+#: access/transam/xlog.c:4875
#, c-format
msgid "recovery_target_timeline is not a valid number: \"%s\""
msgstr "recovery_target_timeline n'est pas un nombre valide : %s "
-#: access/transam/xlog.c:4838
+#: access/transam/xlog.c:4880
#, c-format
msgid "recovery_target_timeline = %u"
msgstr "recovery_target_timeline = %u"
-#: access/transam/xlog.c:4841
+#: access/transam/xlog.c:4883
msgid "recovery_target_timeline = latest"
msgstr "recovery_target_timeline = latest"
-#: access/transam/xlog.c:4849
+#: access/transam/xlog.c:4891
#, c-format
msgid "recovery_target_xid is not a valid number: \"%s\""
msgstr "recovery_target_xid n'est pas un nombre valide : %s "
-#: access/transam/xlog.c:4852
+#: access/transam/xlog.c:4894
#, c-format
msgid "recovery_target_xid = %u"
msgstr "recovery_target_xid = %u"
-#: access/transam/xlog.c:4877
+#: access/transam/xlog.c:4919
#, c-format
msgid "recovery_target_time = '%s'"
msgstr "recovery_target_time = '%s'"
-#: access/transam/xlog.c:4888
+#: access/transam/xlog.c:4930
msgid "parameter \"recovery_target_inclusive\" requires a Boolean value"
msgstr "le paramtre recovery_target_inclusive requiert une valeur boolenne"
-#: access/transam/xlog.c:4890
+#: access/transam/xlog.c:4932
#, c-format
msgid "recovery_target_inclusive = %s"
msgstr "recovery_target_inclusive = %s"
-#: access/transam/xlog.c:4894
+#: access/transam/xlog.c:4936
#, c-format
msgid "unrecognized recovery parameter \"%s\""
msgstr "paramtre de restauration %s non reconnu"
-#: access/transam/xlog.c:4902
+#: access/transam/xlog.c:4944
#, c-format
msgid "syntax error in recovery command file: %s"
msgstr "erreur de syntaxe dans le fichier de restauration : %s"
-#: access/transam/xlog.c:4904
+#: access/transam/xlog.c:4946
msgid "Lines should have the format parameter = 'value'."
msgstr "Les lignes devraient avoir le format paramtre = 'valeur'"
-#: access/transam/xlog.c:4909
+#: access/transam/xlog.c:4951
#, c-format
msgid "recovery command file \"%s\" did not specify restore_command"
msgstr "le fichier de restauration %s n'a pas spcifi restore_command"
-#: access/transam/xlog.c:4928
+#: access/transam/xlog.c:4970
#, c-format
msgid "recovery target timeline %u does not exist"
msgstr "le timeline cible, %u, de la restauration n'existe pas"
-#: access/transam/xlog.c:5055
+#: access/transam/xlog.c:5097
msgid "archive recovery complete"
msgstr "restauration termine de l'archive"
-#: access/transam/xlog.c:5145
+#: access/transam/xlog.c:5187
#, c-format
msgid "recovery stopping after commit of transaction %u, time %s"
msgstr "arrt de la restauration aprs validation de la transaction %u, %s"
-#: access/transam/xlog.c:5150
+#: access/transam/xlog.c:5192
#, c-format
msgid "recovery stopping before commit of transaction %u, time %s"
msgstr "arrt de la restauration avant validation de la transaction %u, %s"
-#: access/transam/xlog.c:5158
+#: access/transam/xlog.c:5200
#, c-format
msgid "recovery stopping after abort of transaction %u, time %s"
msgstr "arrt de la restauration aprs annulation de la transaction %u, %s"
-#: access/transam/xlog.c:5163
+#: access/transam/xlog.c:5205
#, c-format
msgid "recovery stopping before abort of transaction %u, time %s"
msgstr "arrt de la restauration avant annulation de la transaction %u, %s"
-#: access/transam/xlog.c:5212
+#: access/transam/xlog.c:5254
msgid "control file contains invalid data"
msgstr "le fichier de contrle contient des donnes invalides"
-#: access/transam/xlog.c:5216
+#: access/transam/xlog.c:5258
#, c-format
msgid "database system was shut down at %s"
msgstr "le systme de bases de donnes a t arrt %s"
-#: access/transam/xlog.c:5220
+#: access/transam/xlog.c:5262
#, c-format
msgid "database system shutdown was interrupted; last known up at %s"
msgstr "le systme de bases de donnes a t interrompu ; dernier lancement connu %s"
-#: access/transam/xlog.c:5224
+#: access/transam/xlog.c:5266
#, c-format
msgid "database system was interrupted while in recovery at %s"
msgstr "le systme de bases de donnes a t interrompu lors d'une restauration %s"
-#: access/transam/xlog.c:5226
+#: access/transam/xlog.c:5268
msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
msgstr ""
"Ceci signifie probablement que des donnes ont t corrompues et que vous\n"
"devrez utiliser la dernire sauvegarde pour la restauration."
-#: access/transam/xlog.c:5230
+#: access/transam/xlog.c:5272
#, c-format
msgid "database system was interrupted while in recovery at log time %s"
msgstr ""
"le systme de bases de donnes a t interrompu lors d'une rcupration %s\n"
"(moment de la journalisation)"
-#: access/transam/xlog.c:5232
+#: access/transam/xlog.c:5274
msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
msgstr ""
"Si c'est arriv plus d'une fois, des donnes ont pu tre corrompues et vous\n"
"pourriez avoir besoin de choisir une cible de rcupration antrieure."
-#: access/transam/xlog.c:5236
+#: access/transam/xlog.c:5278
#, c-format
msgid "database system was interrupted; last known up at %s"
msgstr "le systme de bases de donnes a t interrompu ; dernier lancement connu %s"
-#: access/transam/xlog.c:5275
+#: access/transam/xlog.c:5327
#, c-format
msgid "requested timeline %u is not a child of database system timeline %u"
msgstr ""
"le timeline requis %u n'est pas un fils du timeline %u du systme de bases\n"
"de donnes"
-#: access/transam/xlog.c:5289
-#: access/transam/xlog.c:5313
+#: access/transam/xlog.c:5341
+#: access/transam/xlog.c:5365
#, c-format
msgid "checkpoint record is at %X/%X"
msgstr "l'enregistrement du point de vrification est %X/%X"
-#: access/transam/xlog.c:5296
+#: access/transam/xlog.c:5348
msgid "could not locate required checkpoint record"
msgstr "n'a pas pu localiser l'enregistrement d'un point de vrification requis"
-#: access/transam/xlog.c:5297
+#: access/transam/xlog.c:5349
#, c-format
msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
msgstr ""
"Si vous n'avez pas pu restaurer une sauvegarde, essayez de supprimer le\n"
"fichier %s/backup_label ."
-#: access/transam/xlog.c:5323
+#: access/transam/xlog.c:5375
#, c-format
msgid "using previous checkpoint record at %X/%X"
msgstr "utilisation du prcdent enregistrement d'un point de vrification %X/%X"
-#: access/transam/xlog.c:5329
+#: access/transam/xlog.c:5381
msgid "could not locate a valid checkpoint record"
msgstr "n'a pas pu localiser un enregistrement d'un point de vrification valide"
-#: access/transam/xlog.c:5338
+#: access/transam/xlog.c:5390
#, c-format
msgid "redo record is at %X/%X; shutdown %s"
msgstr "l'enregistrement r-excuter se trouve %X/%X ; arrt %s"
-#: access/transam/xlog.c:5342
+#: access/transam/xlog.c:5394
#, c-format
msgid "next transaction ID: %u/%u; next OID: %u"
msgstr "prochain identifiant de transaction : %u/%u ; prochain OID : %u"
-#: access/transam/xlog.c:5346
+#: access/transam/xlog.c:5398
#, c-format
msgid "next MultiXactId: %u; next MultiXactOffset: %u"
msgstr "prochain MultiXactId : %u ; prochain MultiXactOffset : %u"
-#: access/transam/xlog.c:5350
+#: access/transam/xlog.c:5401
+#, c-format
+msgid "oldest unfrozen transaction ID: %u, in database %u"
+msgstr ""
+"identifiant de transaction non gel le plus ancien : %u, dans la base de\n"
+"donnes %u"
+
+#: access/transam/xlog.c:5405
msgid "invalid next transaction ID"
msgstr "prochain ID de transaction invalide"
-#: access/transam/xlog.c:5368
+#: access/transam/xlog.c:5425
msgid "invalid redo in checkpoint record"
msgstr "r-excution invalide dans l'enregistrement du point de vrification"
-#: access/transam/xlog.c:5379
+#: access/transam/xlog.c:5436
msgid "invalid redo record in shutdown checkpoint"
msgstr "enregistrement de r-excution invalide dans le point de vrification d'arrt"
-#: access/transam/xlog.c:5404
+#: access/transam/xlog.c:5461
msgid "automatic recovery in progress"
msgstr "restauration automatique en cours"
-#: access/transam/xlog.c:5410
+#: access/transam/xlog.c:5467
msgid "database system was not properly shut down; automatic recovery in progress"
msgstr ""
"le systme de bases de donnes n'a pas t arrt proprement ; restauration\n"
"automatique en cours"
-#: access/transam/xlog.c:5493
+#: access/transam/xlog.c:5550
#, c-format
msgid "redo starts at %X/%X"
msgstr "la r-excution commence %X/%X"
-#: access/transam/xlog.c:5497
+#: access/transam/xlog.c:5554
#, c-format
msgid "redo starts at %X/%X, consistency will be reached at %X/%X"
msgstr "la restauration comme %X/%X, la cohrence sera atteinte %X/%X"
-#: access/transam/xlog.c:5571
+#: access/transam/xlog.c:5628
msgid "consistent recovery state reached"
msgstr "tat de restauration cohrent atteint"
-#: access/transam/xlog.c:5625
+#: access/transam/xlog.c:5682
#, c-format
msgid "redo done at %X/%X"
msgstr "r-excution faite %X/%X"
-#: access/transam/xlog.c:5629
-#: access/transam/xlog.c:6873
+#: access/transam/xlog.c:5686
+#: access/transam/xlog.c:6932
#, c-format
msgid "last completed transaction was at log time %s"
msgstr "la dernire transaction a eu lieu %s (moment de la journalisation)"
-#: access/transam/xlog.c:5637
+#: access/transam/xlog.c:5694
msgid "redo is not required"
msgstr "la r-excution n'est pas ncessaire"
-#: access/transam/xlog.c:5660
+#: access/transam/xlog.c:5717
msgid "requested recovery stop point is before consistent recovery point"
msgstr ""
"le point d'arrt de la restauration demande se trouve avant le point\n"
"cohrent de restauration"
-#: access/transam/xlog.c:5663
+#: access/transam/xlog.c:5720
msgid "WAL ends before consistent recovery point"
msgstr "Le journal de transaction se termine avant un point de restauration cohrent"
-#: access/transam/xlog.c:5684
+#: access/transam/xlog.c:5741
#, c-format
msgid "selected new timeline ID: %u"
msgstr "identifiant d'un timeline nouvellement slectionn : %u"
-#: access/transam/xlog.c:5985
+#: access/transam/xlog.c:6042
msgid "invalid primary checkpoint link in control file"
msgstr "lien du point de vrification primaire invalide dans le fichier de contrle"
-#: access/transam/xlog.c:5989
+#: access/transam/xlog.c:6046
msgid "invalid secondary checkpoint link in control file"
msgstr "lien du point de vrification secondaire invalide dans le fichier de contrle"
-#: access/transam/xlog.c:5993
+#: access/transam/xlog.c:6050
msgid "invalid checkpoint link in backup_label file"
msgstr "lien du point de vrification invalide dans le fichier backup_label"
-#: access/transam/xlog.c:6007
+#: access/transam/xlog.c:6064
msgid "invalid primary checkpoint record"
msgstr "enregistrement du point de vrification primaire invalide"
-#: access/transam/xlog.c:6011
+#: access/transam/xlog.c:6068
msgid "invalid secondary checkpoint record"
msgstr "enregistrement du point de vrification secondaire invalide"
-#: access/transam/xlog.c:6015
+#: access/transam/xlog.c:6072
msgid "invalid checkpoint record"
msgstr "enregistrement du point de vrification invalide"
-#: access/transam/xlog.c:6026
+#: access/transam/xlog.c:6083
msgid "invalid resource manager ID in primary checkpoint record"
msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement primaire du point de vrification"
-#: access/transam/xlog.c:6030
+#: access/transam/xlog.c:6087
msgid "invalid resource manager ID in secondary checkpoint record"
msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement secondaire du point de vrification"
-#: access/transam/xlog.c:6034
+#: access/transam/xlog.c:6091
msgid "invalid resource manager ID in checkpoint record"
msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement du point de vrification"
-#: access/transam/xlog.c:6046
+#: access/transam/xlog.c:6103
msgid "invalid xl_info in primary checkpoint record"
msgstr "xl_info invalide dans l'enregistrement du point de vrification primaire"
-#: access/transam/xlog.c:6050
+#: access/transam/xlog.c:6107
msgid "invalid xl_info in secondary checkpoint record"
msgstr "xl_info invalide dans l'enregistrement du point de vrification secondaire"
-#: access/transam/xlog.c:6054
+#: access/transam/xlog.c:6111
msgid "invalid xl_info in checkpoint record"
msgstr "xl_info invalide dans l'enregistrement du point de vrification"
-#: access/transam/xlog.c:6066
+#: access/transam/xlog.c:6123
msgid "invalid length of primary checkpoint record"
msgstr "longueur invalide de l'enregistrement primaire du point de vrification"
-#: access/transam/xlog.c:6070
+#: access/transam/xlog.c:6127
msgid "invalid length of secondary checkpoint record"
msgstr "longueur invalide de l'enregistrement secondaire du point de vrification"
-#: access/transam/xlog.c:6074
+#: access/transam/xlog.c:6131
msgid "invalid length of checkpoint record"
msgstr "longueur invalide de l'enregistrement du point de vrification"
-#: access/transam/xlog.c:6208
+#: access/transam/xlog.c:6265
msgid "shutting down"
msgstr "arrt en cours"
-#: access/transam/xlog.c:6230
+#: access/transam/xlog.c:6287
msgid "database system is shut down"
msgstr "le systme de base de donnes est arrt"
-#: access/transam/xlog.c:6606
+#: access/transam/xlog.c:6665
msgid "concurrent transaction log activity while database system is shutting down"
msgstr ""
"activit en cours du journal de transactions alors que le systme de bases\n"
"de donnes est en cours d'arrt"
-#: access/transam/xlog.c:6792
+#: access/transam/xlog.c:6851
msgid "skipping restartpoint, recovery has already ended"
msgstr "restartpoint ignor, la rcupration est dj termine"
-#: access/transam/xlog.c:6817
+#: access/transam/xlog.c:6876
#, c-format
msgid "skipping restartpoint, already performed at %X/%X"
msgstr "ignore le point de redmarrage, dj ralis %X/%X"
-#: access/transam/xlog.c:6867
+#: access/transam/xlog.c:6926
#, c-format
msgid "recovery restart point at %X/%X"
msgstr "la nouvelle excution de la restauration commence %X/%X"
-#: access/transam/xlog.c:6991
+#: access/transam/xlog.c:7052
#, c-format
msgid "unexpected timeline ID %u (after %u) in checkpoint record"
msgstr ""
"identifiant timeline %u inattendu (aprs %u) dans l'enregistrement du point\n"
"de vrification"
-#: access/transam/xlog.c:7023
+#: access/transam/xlog.c:7090
#, c-format
msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
msgstr ""
"identifiant timeline %u inattendu (devrait tre %u) dans l'enregistrement du\n"
"point de vrification"
-#: access/transam/xlog.c:7159
-#: access/transam/xlog.c:7182
+#: access/transam/xlog.c:7229
+#: access/transam/xlog.c:7252
#, c-format
msgid "could not fsync log file %u, segment %u: %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fsync) le journal des transactions %u,\n"
"segment %u : %m"
-#: access/transam/xlog.c:7190
+#: access/transam/xlog.c:7260
#, c-format
msgid "could not fsync write-through log file %u, segment %u: %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fsync) le journal des transactions %u,\n"
"segment %u : %m"
-#: access/transam/xlog.c:7199
+#: access/transam/xlog.c:7269
#, c-format
msgid "could not fdatasync log file %u, segment %u: %m"
msgstr ""
"n'a pas pu synchroniser sur disque (fdatasync) le journal de transactions\n"
"%u, segment %u : %m"
-#: access/transam/xlog.c:7242
-#: access/transam/xlog.c:7429
+#: access/transam/xlog.c:7312
+#: access/transam/xlog.c:7499
msgid "must be superuser to run a backup"
msgstr "doit tre super-utilisateur pour excuter une sauvegarde"
-#: access/transam/xlog.c:7247
-#: access/transam/xlog.c:7253
-#: access/transam/xlog.c:7434
+#: access/transam/xlog.c:7317
+#: access/transam/xlog.c:7323
+#: access/transam/xlog.c:7504
msgid "WAL archiving is not active"
msgstr "l'archivage des journaux de transactions n'est pas actif"
-#: access/transam/xlog.c:7248
-#: access/transam/xlog.c:7435
+#: access/transam/xlog.c:7318
+#: access/transam/xlog.c:7505
msgid "archive_mode must be enabled at server start."
msgstr "archive_mode doit tre activ au lancement du serveur."
-#: access/transam/xlog.c:7254
+#: access/transam/xlog.c:7324
msgid "archive_command must be defined before online backups can be made safely."
msgstr ""
"archive_command doit tre dfini avant que les sauvegardes chaud puissent\n"
"s'effectuer correctement."
-#: access/transam/xlog.c:7282
-#: access/transam/xlog.c:7351
+#: access/transam/xlog.c:7352
+#: access/transam/xlog.c:7421
msgid "a backup is already in progress"
msgstr "une sauvegarde est dj en cours"
-#: access/transam/xlog.c:7283
+#: access/transam/xlog.c:7353
msgid "Run pg_stop_backup() and try again."
msgstr "Excutez pg_stop_backup() et tentez de nouveau."
-#: access/transam/xlog.c:7352
+#: access/transam/xlog.c:7422
#, c-format
msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
msgstr ""
"Si vous tes certain qu'aucune sauvegarde n'est en cours, supprimez le\n"
"fichier %s et recommencez de nouveau."
-#: access/transam/xlog.c:7373
-#: access/transam/xlog.c:7510
+#: access/transam/xlog.c:7443
+#: access/transam/xlog.c:7580
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "impossible d'crire le fichier %s : %m"
-#: access/transam/xlog.c:7473
+#: access/transam/xlog.c:7543
msgid "a backup is not in progress"
msgstr "une sauvegarde n'est pas en cours"
-#: access/transam/xlog.c:7485
-#: access/transam/xlog.c:7826
-#: access/transam/xlog.c:7832
-#: access/transam/xlog.c:7863
-#: access/transam/xlog.c:7869
+#: access/transam/xlog.c:7555
+#: access/transam/xlog.c:7896
+#: access/transam/xlog.c:7902
+#: access/transam/xlog.c:7933
+#: access/transam/xlog.c:7939
#, c-format
msgid "invalid data in file \"%s\""
msgstr "donnes invalides dans le fichier %s "
-#: access/transam/xlog.c:7565
+#: access/transam/xlog.c:7635
#, c-format
msgid "pg_stop_backup still waiting for archive to complete (%d seconds elapsed)"
msgstr "pg_stop_backup toujours en attente de la fin de l'archive (%d secondes passes)"
-#: access/transam/xlog.c:7590
+#: access/transam/xlog.c:7660
msgid "must be superuser to switch transaction log files"
msgstr "doit tre super-utilisateur pour changer de journal de transactions"
-#: access/transam/xlog.c:7687
-#: access/transam/xlog.c:7753
+#: access/transam/xlog.c:7757
+#: access/transam/xlog.c:7823
#, c-format
msgid "could not parse transaction log location \"%s\""
msgstr ""
"n'a pas pu analyser l'emplacement du journal des transactions nomm %s :\n"
"%m"
-#: access/transam/xlog.c:7897
+#: access/transam/xlog.c:7967
#, c-format
msgid "xlog redo %s"
msgstr "xlog redo %s"
-#: access/transam/xlog.c:7937
+#: access/transam/xlog.c:8007
msgid "online backup mode cancelled"
msgstr "mode de sauvegarde en ligne annul"
-#: access/transam/xlog.c:7938
+#: access/transam/xlog.c:8008
#, c-format
msgid "\"%s\" was renamed to \"%s\"."
msgstr " %s a t renomm en %s ."
-#: access/transam/xlog.c:7945
+#: access/transam/xlog.c:8015
msgid "online backup mode was not cancelled"
msgstr "le mode de sauvegarde en ligne n'a pas t annul"
-#: access/transam/xlog.c:7946
+#: access/transam/xlog.c:8016
#, c-format
msgid "Could not rename \"%s\" to \"%s\": %m."
msgstr "N'a pas pu renommer %s en %s : %m"
@@ -1547,24 +2659,42 @@ msgstr "N'a pas pu renommer %s en %s : %m"
msgid "array must not contain null values"
msgstr "le tableau ne doit pas contenir de valeurs NULL"
+#: access/gin/ginentrypage.c:83
+#: access/gin/ginentrypage.c:118
+#: access/nbtree/nbtinsert.c:521
+#: access/nbtree/nbtsort.c:483
+#, c-format
+msgid "index row size %lu exceeds maximum %lu for index \"%s\""
+msgstr "la taille de la ligne index, %lu, dpasse le maximum, %lu, pour l'index %s "
+
#: access/gin/ginscan.c:164
#: access/gin/ginscan.c:227
msgid "GIN indexes do not support whole-index scans"
msgstr "les index GIN ne supportent pas les parcours complets d'index"
-#: access/nbtree/nbtinsert.c:300
+#: access/nbtree/nbtinsert.c:384
#, c-format
msgid "duplicate key value violates unique constraint \"%s\""
msgstr "la valeur d'une cl duplique rompt la contrainte unique %s "
-#: access/nbtree/nbtinsert.c:421
-#: access/nbtree/nbtsort.c:483
+#: access/nbtree/nbtinsert.c:386
#, c-format
-msgid "index row size %lu exceeds btree maximum, %lu"
-msgstr "la taille de la ligne index %lu dpasse le maximum de btree, %lu"
+msgid "Key %s already exists."
+msgstr "La cl %s existe dj."
-#: access/nbtree/nbtinsert.c:424
-#: access/nbtree/nbtsort.c:486
+#: access/nbtree/nbtinsert.c:448
+#: executor/execUtils.c:1310
+#, c-format
+msgid "failed to re-find tuple within index \"%s\""
+msgstr "chec pour retrouver la ligne dans l'index %s "
+
+#: access/nbtree/nbtinsert.c:450
+#: executor/execUtils.c:1312
+msgid "This may be because of a non-immutable index expression."
+msgstr "Ceci peut tre d une expression d'index immutable."
+
+#: access/nbtree/nbtinsert.c:525
+#: access/nbtree/nbtsort.c:487
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."
@@ -1586,75 +2716,10 @@ msgstr "l'index %s n'est pas un btree"
msgid "version mismatch in index \"%s\": file version %d, code version %d"
msgstr "la version ne correspond pas dans l'index %s : version du fichier %d, version du code %d"
-#: access/nbtree/nbtpage.c:432
-#: access/gist/gistutil.c:588
-#: access/hash/hashutil.c:169
-#, c-format
-msgid "index \"%s\" contains unexpected zero page at block %u"
-msgstr "l'index %s contient une page zro inattendue au bloc %u"
-
-#: access/nbtree/nbtpage.c:435
-#: access/nbtree/nbtpage.c:446
-#: access/gist/gistutil.c:591
-#: access/gist/gistutil.c:602
-#: access/hash/hashutil.c:172
-#: access/hash/hashutil.c:183
-#: access/hash/hashutil.c:195
-#: access/hash/hashutil.c:216
-msgid "Please REINDEX it."
-msgstr "Merci d'excuter REINDEX sur cet objet."
-
-#: access/nbtree/nbtpage.c:443
-#: access/gist/gistutil.c:599
-#: access/hash/hashutil.c:180
-#: access/hash/hashutil.c:192
-#, c-format
-msgid "index \"%s\" contains corrupted page at block %u"
-msgstr "l'index %s contient une page corrompue au bloc %u"
-
-#: access/gist/gistsplit.c:372
-#, c-format
-msgid "picksplit method for column %d of index \"%s\" failed"
-msgstr "chec de la mthode picksplit pour la colonne %d de l'index %s "
-
-#: access/gist/gistsplit.c:374
-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 ""
-"L'index n'est pas optimal. Pour l'optimiser, contactez un dveloppeur\n"
-"ou essayez d'utiliser la colonne comme second dans la commande\n"
-"CREATE INDEX."
-
-#: access/gist/gistutil.c:407
-#, c-format
-msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery"
-msgstr ""
-"l'index %s a besoin d'un VACUUM ou d'un REINDEX pour terminer la\n"
-"rcupration suite un arrt brutal"
-
-#: access/gist/gistvacuum.c:566
-#, c-format
-msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery"
-msgstr ""
-"l'index %s a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n"
-"rcupration suite un arrt brutal"
-
-#: access/gist/gistxlog.c:794
-#, c-format
-msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery"
-msgstr ""
-"l'index %u/%u/%u a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n"
-"rcupration suite un arrt brutal"
-
-#: access/gist/gistxlog.c:796
-msgid "Incomplete insertion detected during crash replay."
-msgstr ""
-"Insertion incomplte dtecte lors de la r-excution des requtes suite \n"
-"l'arrt brutal."
-
#: access/heap/heapam.c:1074
#: access/heap/heapam.c:1102
#: access/heap/heapam.c:1132
-#: catalog/aclchk.c:880
+#: catalog/aclchk.c:1637
#, c-format
msgid "\"%s\" is an index"
msgstr " %s est un index"
@@ -1662,10 +2727,10 @@ msgstr " %s est un index"
#: access/heap/heapam.c:1079
#: access/heap/heapam.c:1107
#: access/heap/heapam.c:1137
-#: catalog/aclchk.c:887
-#: commands/tablecmds.c:2061
-#: commands/tablecmds.c:6258
-#: commands/tablecmds.c:7549
+#: catalog/aclchk.c:1644
+#: commands/tablecmds.c:2154
+#: commands/tablecmds.c:6554
+#: commands/tablecmds.c:7845
#, c-format
msgid "\"%s\" is a composite type"
msgstr " %s est un type composite"
@@ -1684,20 +2749,20 @@ msgid "row is too big: size %lu, maximum size %lu"
msgstr "la ligne est trop grande : taille %lu, taille maximale %lu"
#: access/index/indexam.c:149
-#: commands/comment.c:502
-#: commands/indexcmds.c:1324
-#: commands/tablecmds.c:211
-#: commands/tablecmds.c:2258
+#: commands/comment.c:559
+#: commands/indexcmds.c:1454
+#: commands/tablecmds.c:212
+#: commands/tablecmds.c:2351
#, c-format
msgid "\"%s\" is not an index"
msgstr " %s n'est pas un index"
-#: access/hash/hashinsert.c:77
+#: access/hash/hashinsert.c:73
#, c-format
msgid "index row size %lu exceeds hash maximum %lu"
msgstr "la taille de la ligne index, %lu, dpasse le hachage maximum, %lu"
-#: access/hash/hashinsert.c:80
+#: access/hash/hashinsert.c:76
msgid "Values larger than a buffer page cannot be indexed."
msgstr "Les valeurs plus larges qu'une page de tampon ne peuvent pas tre indexes."
@@ -1710,147 +2775,212 @@ msgstr "en dehors des pages surcharges dans l'index hach %s "
msgid "hash indexes do not support whole-index scans"
msgstr "les index hchs ne supportent pas les parcours complets d'index"
-#: access/hash/hashutil.c:208
+#: access/hash/hashutil.c:204
#, c-format
msgid "index \"%s\" is not a hash index"
msgstr "l'index %s n'est pas un index hach"
-#: access/hash/hashutil.c:214
+#: access/hash/hashutil.c:210
#, c-format
msgid "index \"%s\" has wrong hash version"
msgstr "l'index %s a la mauvaise version de hachage"
-#: utils/adt/acl.c:160
+#: utils/mmgr/aset.c:409
+#, c-format
+msgid "Failed while creating memory context \"%s\"."
+msgstr "chec lors de la cration du contexte mmoire %s ."
+
+#: utils/mmgr/aset.c:588
+#: utils/mmgr/aset.c:771
+#: utils/mmgr/aset.c:977
+#, c-format
+msgid "Failed on request of size %lu."
+msgstr "chec d'une requte de taille %lu."
+
+#: utils/mmgr/portalmem.c:207
+#, c-format
+msgid "cursor \"%s\" already exists"
+msgstr "le curseur %s existe dj"
+
+#: utils/mmgr/portalmem.c:211
+#, c-format
+msgid "closing existing cursor \"%s\""
+msgstr "fermeture du curseur existant %s "
+
+#: utils/mmgr/portalmem.c:590
+msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
+msgstr "ne peut pas prparer une transaction qui a cr un curseur WITH HOLD"
+
+#: utils/mmgr/portalmem.c:889
+#: utils/fmgr/funcapi.c:60
+#: commands/prepare.c:747
+#: executor/execQual.c:1512
+#: executor/execQual.c:1537
+#: executor/execQual.c:1898
+#: executor/execQual.c:4989
+#: executor/functions.c:649
+#: foreign/foreign.c:281
+msgid "set-valued function called in context that cannot accept a set"
+msgstr ""
+"la fonction avec set-value a t appel dans un contexte qui n'accepte pas\n"
+"un ensemble"
+
+#: utils/mmgr/portalmem.c:893
+#: commands/prepare.c:751
+#: foreign/foreign.c:286
+msgid "materialize mode required, but it is not allowed in this context"
+msgstr "mode matrialis requis mais interdit dans ce contexte"
+
+#: utils/adt/acl.c:164
#: utils/adt/name.c:87
msgid "identifier too long"
msgstr "identifiant trop long"
-#: utils/adt/acl.c:161
+#: utils/adt/acl.c:165
#: utils/adt/name.c:88
#, c-format
msgid "Identifier must be less than %d characters."
msgstr "L'identifiant doit faire moins de %d caractres."
-#: utils/adt/acl.c:247
+#: utils/adt/acl.c:251
#, c-format
msgid "unrecognized key word: \"%s\""
msgstr "mot cl non reconnu : %s "
-#: utils/adt/acl.c:248
+#: utils/adt/acl.c:252
msgid "ACL key word must be \"group\" or \"user\"."
msgstr "le mot cl ACL doit tre soit group soit user ."
-#: utils/adt/acl.c:253
+#: utils/adt/acl.c:257
msgid "missing name"
msgstr "nom manquant"
-#: utils/adt/acl.c:254
+#: utils/adt/acl.c:258
msgid "A name must follow the \"group\" or \"user\" key word."
msgstr "Un nom doit suivre le mot cl group ou user ."
-#: utils/adt/acl.c:260
+#: utils/adt/acl.c:264
msgid "missing \"=\" sign"
msgstr "signe = manquant"
-#: utils/adt/acl.c:313
+#: utils/adt/acl.c:317
#, c-format
msgid "invalid mode character: must be one of \"%s\""
msgstr "mode caractre invalide : doit faire partie de %s "
-#: utils/adt/acl.c:335
+#: utils/adt/acl.c:339
msgid "a name must follow the \"/\" sign"
msgstr "un nom doit suivre le signe / "
-#: utils/adt/acl.c:343
+#: utils/adt/acl.c:347
#, c-format
msgid "defaulting grantor to user ID %u"
msgstr "par dfaut, le donneur de droits devient l'utilisateur d'identifiant %u"
-#: utils/adt/acl.c:433
+#: utils/adt/acl.c:538
msgid "ACL array contains wrong data type"
msgstr "le tableau ACL contient un type de donnes incorrect"
-#: utils/adt/acl.c:437
+#: utils/adt/acl.c:542
msgid "ACL arrays must be one-dimensional"
msgstr "les tableaux d'ACL doivent avoir une dimension"
-#: utils/adt/acl.c:441
+#: utils/adt/acl.c:546
msgid "ACL arrays must not contain null values"
msgstr "les tableaux d'ACL ne doivent pas contenir de valeurs NULL"
-#: utils/adt/acl.c:465
+#: utils/adt/acl.c:570
msgid "extra garbage at the end of the ACL specification"
msgstr "donnes superflues la fin de la spcification de l'ACL"
-#: utils/adt/acl.c:994
+#: utils/adt/acl.c:1132
msgid "grant options cannot be granted back to your own grantor"
msgstr "les options grant ne peuvent pas tre rendues votre propre donateur"
-#: utils/adt/acl.c:1055
+#: utils/adt/acl.c:1193
msgid "dependent privileges exist"
msgstr "des privilges dpendants existent"
-#: utils/adt/acl.c:1056
+#: utils/adt/acl.c:1194
msgid "Use CASCADE to revoke them too."
msgstr "Utilisez CASCADE pour les rvoquer aussi."
-#: utils/adt/acl.c:1335
+#: utils/adt/acl.c:1473
msgid "aclinsert is no longer supported"
msgstr "aclinsert n'est plus support"
-#: utils/adt/acl.c:1345
+#: utils/adt/acl.c:1483
msgid "aclremove is no longer supported"
msgstr "aclremove n'est plus support"
-#: utils/adt/acl.c:1431
-#: utils/adt/acl.c:1485
+#: utils/adt/acl.c:1569
+#: utils/adt/acl.c:1623
#, c-format
msgid "unrecognized privilege type: \"%s\""
msgstr "type de droit non reconnu : %s "
-#: utils/adt/acl.c:2303
-#: utils/adt/ruleutils.c:1358
-#: catalog/aclchk.c:636
-#: commands/analyze.c:276
-#: commands/comment.c:579
-#: commands/copy.c:3404
-#: commands/sequence.c:1301
-#: commands/tablecmds.c:3823
-#: commands/tablecmds.c:3915
-#: commands/tablecmds.c:3962
-#: commands/tablecmds.c:4058
-#: commands/tablecmds.c:4119
-#: commands/tablecmds.c:4183
-#: commands/tablecmds.c:5567
-#: commands/tablecmds.c:5705
-#: parser/analyze.c:1723
-#: parser/parse_relation.c:2056
-#: parser/parse_relation.c:2111
-#: parser/parse_target.c:804
+#: utils/adt/acl.c:2015
+#: utils/adt/acl.c:2045
+#: utils/adt/acl.c:2077
+#: utils/adt/acl.c:2109
+#: utils/adt/acl.c:2137
+#: utils/adt/acl.c:2167
+#: catalog/aclchk.c:1652
+#: commands/comment.c:566
+#: commands/sequence.c:946
+#: commands/tablecmds.c:200
+#: commands/tablecmds.c:2138
+#: commands/tablecmds.c:2359
+#: commands/tablecmds.c:7804
+#, c-format
+msgid "\"%s\" is not a sequence"
+msgstr " %s n'est pas une squence"
+
+#: utils/adt/acl.c:2788
+#: utils/adt/ruleutils.c:1530
+#: catalog/aclchk.c:1393
+#: commands/analyze.c:281
+#: commands/comment.c:636
+#: commands/copy.c:3441
+#: commands/sequence.c:1302
+#: commands/tablecmds.c:3968
+#: commands/tablecmds.c:4060
+#: commands/tablecmds.c:4107
+#: commands/tablecmds.c:4203
+#: commands/tablecmds.c:4291
+#: commands/tablecmds.c:4352
+#: commands/tablecmds.c:4418
+#: commands/tablecmds.c:5861
+#: commands/tablecmds.c:5999
+#: commands/trigger.c:498
+#: parser/analyze.c:1818
+#: parser/parse_relation.c:1998
+#: parser/parse_relation.c:2053
+#: parser/parse_target.c:808
#: parser/parse_type.c:117
#, c-format
msgid "column \"%s\" of relation \"%s\" does not exist"
msgstr "la colonne %s de la relation %s n'existe pas"
-#: utils/adt/acl.c:2514
+#: utils/adt/acl.c:2999
#: utils/adt/dbsize.c:144
-#: utils/init/postinit.c:421
-#: utils/init/postinit.c:540
-#: utils/init/postinit.c:556
-#: catalog/aclchk.c:500
-#: commands/comment.c:626
-#: commands/dbcommands.c:759
-#: commands/dbcommands.c:903
-#: commands/dbcommands.c:1010
-#: commands/dbcommands.c:1187
-#: commands/dbcommands.c:1374
-#: commands/dbcommands.c:1446
-#: commands/dbcommands.c:1533
+#: utils/init/postinit.c:577
+#: utils/init/postinit.c:645
+#: utils/init/postinit.c:662
+#: catalog/aclchk.c:577
+#: commands/comment.c:683
+#: commands/dbcommands.c:758
+#: commands/dbcommands.c:905
+#: commands/dbcommands.c:1006
+#: commands/dbcommands.c:1183
+#: commands/dbcommands.c:1368
+#: commands/dbcommands.c:1412
+#: commands/dbcommands.c:1458
#, c-format
msgid "database \"%s\" does not exist"
msgstr "la base de donnes %s n'existe pas"
-#: utils/adt/acl.c:2909
+#: utils/adt/acl.c:3394
#: utils/adt/regproc.c:118
#: utils/adt/regproc.c:139
#: utils/adt/regproc.c:291
@@ -1858,52 +2988,54 @@ msgstr "la base de donnes %s n'existe pas"
msgid "function \"%s\" does not exist"
msgstr "la fonction %s n'existe pas"
-#: utils/adt/acl.c:3115
-#: catalog/aclchk.c:528
-#: commands/comment.c:1195
-#: commands/functioncmds.c:805
-#: commands/proclang.c:433
-#: commands/proclang.c:506
-#: commands/proclang.c:550
+#: utils/adt/acl.c:3600
+#: catalog/aclchk.c:605
+#: commands/comment.c:1210
+#: commands/functioncmds.c:838
+#: commands/functioncmds.c:2020
+#: commands/proclang.c:500
+#: commands/proclang.c:573
+#: commands/proclang.c:617
#, c-format
msgid "language \"%s\" does not exist"
msgstr "le langage %s n'existe pas"
-#: utils/adt/acl.c:3321
-#: catalog/aclchk.c:548
-#: catalog/namespace.c:338
-#: catalog/namespace.c:2124
-#: catalog/namespace.c:2165
-#: catalog/namespace.c:2213
-#: catalog/namespace.c:3120
-#: commands/comment.c:736
-#: commands/schemacmds.c:190
-#: commands/schemacmds.c:267
-#: commands/schemacmds.c:343
+#: utils/adt/acl.c:3806
+#: catalog/aclchk.c:639
+#: catalog/aclchk.c:1018
+#: catalog/namespace.c:341
+#: catalog/namespace.c:2357
+#: catalog/namespace.c:2398
+#: catalog/namespace.c:2446
+#: catalog/namespace.c:3353
+#: commands/comment.c:793
+#: commands/schemacmds.c:191
+#: commands/schemacmds.c:268
+#: commands/schemacmds.c:344
#, c-format
msgid "schema \"%s\" does not exist"
msgstr "le schma %s n'existe pas"
-#: utils/adt/acl.c:3695
+#: utils/adt/acl.c:4180
#: utils/adt/dbsize.c:240
-#: catalog/aclchk.c:577
-#: commands/comment.c:665
-#: commands/dbcommands.c:431
-#: commands/dbcommands.c:1043
-#: commands/indexcmds.c:212
-#: commands/tablecmds.c:400
-#: commands/tablecmds.c:6517
+#: catalog/aclchk.c:668
+#: commands/comment.c:722
+#: commands/dbcommands.c:434
+#: commands/dbcommands.c:1039
+#: commands/indexcmds.c:222
+#: commands/tablecmds.c:419
+#: commands/tablecmds.c:6813
#: commands/tablespace.c:415
#: commands/tablespace.c:770
#: commands/tablespace.c:837
#: commands/tablespace.c:931
#: commands/tablespace.c:1055
-#: executor/execMain.c:2884
+#: executor/execMain.c:2123
#, c-format
msgid "tablespace \"%s\" does not exist"
msgstr "le tablespace %s n'existe pas"
-#: utils/adt/acl.c:4200
+#: utils/adt/acl.c:4685
#, c-format
msgid "must be member of role \"%s\""
msgstr "doit tre un membre du rle %s "
@@ -1918,30 +3050,31 @@ msgstr "aucun type de donnes n'est un tableau"
#: utils/adt/array_userfuncs.c:104
#: utils/adt/array_userfuncs.c:114
+#: utils/adt/arrayfuncs.c:1220
#: utils/adt/float.c:1100
#: utils/adt/float.c:1159
#: utils/adt/float.c:2716
#: utils/adt/float.c:2732
-#: utils/adt/int.c:613
-#: utils/adt/int.c:642
-#: utils/adt/int.c:663
-#: utils/adt/int.c:683
-#: utils/adt/int.c:705
-#: utils/adt/int.c:730
-#: utils/adt/int.c:744
-#: utils/adt/int.c:759
-#: utils/adt/int.c:894
-#: utils/adt/int.c:915
-#: utils/adt/int.c:942
-#: utils/adt/int.c:977
-#: utils/adt/int.c:998
-#: utils/adt/int.c:1025
-#: utils/adt/int.c:1052
-#: utils/adt/int.c:1106
-#: utils/adt/int8.c:1195
-#: utils/adt/numeric.c:2035
-#: utils/adt/numeric.c:2044
-#: utils/adt/varbit.c:1377
+#: utils/adt/int.c:621
+#: utils/adt/int.c:650
+#: utils/adt/int.c:671
+#: utils/adt/int.c:691
+#: utils/adt/int.c:713
+#: utils/adt/int.c:738
+#: utils/adt/int.c:752
+#: utils/adt/int.c:767
+#: utils/adt/int.c:902
+#: utils/adt/int.c:923
+#: utils/adt/int.c:950
+#: utils/adt/int.c:990
+#: utils/adt/int.c:1011
+#: utils/adt/int.c:1038
+#: utils/adt/int.c:1065
+#: utils/adt/int.c:1119
+#: utils/adt/int8.c:1205
+#: utils/adt/numeric.c:2062
+#: utils/adt/numeric.c:2071
+#: utils/adt/varbit.c:1382
msgid "integer out of range"
msgstr "entier en dehors des limites"
@@ -1986,8 +3119,8 @@ msgstr ""
#: utils/adt/array_userfuncs.c:425
#: utils/adt/arrayfuncs.c:1186
-#: utils/adt/arrayfuncs.c:2841
-#: utils/adt/arrayfuncs.c:4521
+#: utils/adt/arrayfuncs.c:2850
+#: utils/adt/arrayfuncs.c:4530
#, c-format
msgid "invalid number of dimensions: %d"
msgstr "nombre de dimensions invalides : %d"
@@ -1996,11 +3129,11 @@ msgstr "nombre de dimensions invalides : %d"
#: utils/adt/arrayfuncs.c:203
#: utils/adt/arrayfuncs.c:455
#: utils/adt/arrayfuncs.c:1190
-#: utils/adt/arrayfuncs.c:2845
-#: utils/adt/arrayfuncs.c:4525
-#: executor/execQual.c:293
-#: executor/execQual.c:321
-#: executor/execQual.c:2907
+#: utils/adt/arrayfuncs.c:2854
+#: utils/adt/arrayfuncs.c:4534
+#: executor/execQual.c:295
+#: executor/execQual.c:323
+#: executor/execQual.c:2880
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "le nombre de dimensions du tableau (%d) dpasse le maximum autoris (%d)"
@@ -2019,9 +3152,9 @@ msgid "missing \"]\" in array dimensions"
msgstr " ] dans les dimensions manquant"
#: utils/adt/arrayfuncs.c:240
-#: utils/adt/arrayfuncs.c:2370
-#: utils/adt/arrayfuncs.c:2398
-#: utils/adt/arrayfuncs.c:2413
+#: utils/adt/arrayfuncs.c:2379
+#: utils/adt/arrayfuncs.c:2407
+#: utils/adt/arrayfuncs.c:2422
msgid "upper bound cannot be less than lower bound"
msgstr "la limite suprieure ne peut pas tre plus petite que la limite infrieure"
@@ -2061,18 +3194,18 @@ msgid "malformed array literal: \"%s\""
msgstr "tableau litral mal form : %s "
#: utils/adt/arrayfuncs.c:490
+#: executor/execQual.c:2900
#: executor/execQual.c:2927
-#: executor/execQual.c:2954
msgid "multidimensional arrays must have array expressions with matching dimensions"
msgstr ""
"les tableaux multidimensionnels doivent avoir des expressions de tableaux\n"
"avec les dimensions correspondantes"
#: utils/adt/arrayfuncs.c:819
-#: utils/adt/arrayfuncs.c:1407
-#: utils/adt/arrayfuncs.c:2725
-#: utils/adt/arrayfuncs.c:2873
-#: utils/adt/arrayfuncs.c:4621
+#: utils/adt/arrayfuncs.c:1416
+#: utils/adt/arrayfuncs.c:2734
+#: utils/adt/arrayfuncs.c:2882
+#: utils/adt/arrayfuncs.c:4630
#: utils/adt/arrayutils.c:93
#: utils/adt/arrayutils.c:102
#: utils/adt/arrayutils.c:109
@@ -2088,117 +3221,109 @@ msgstr "drapeaux de tableau invalides"
msgid "wrong element type"
msgstr "mauvais type d'lment"
-#: utils/adt/arrayfuncs.c:1241
-#: utils/cache/lsyscache.c:2394
+#: utils/adt/arrayfuncs.c:1250
+#: utils/cache/lsyscache.c:2420
#, c-format
msgid "no binary input function available for type %s"
msgstr "aucune fonction d'entre binaire disponible pour le type %s"
-#: utils/adt/arrayfuncs.c:1345
-#: utils/adt/rowtypes.c:551
-#: libpq/pqformat.c:611
-#: libpq/pqformat.c:629
-#: libpq/pqformat.c:650
-msgid "insufficient data left in message"
-msgstr "donnes insuffisantes laisses dans le message"
-
-#: utils/adt/arrayfuncs.c:1381
+#: utils/adt/arrayfuncs.c:1390
#, c-format
msgid "improper binary format in array element %d"
msgstr "format binaire mal conu dans l'lment du tableau %d"
-#: utils/adt/arrayfuncs.c:1463
-#: utils/cache/lsyscache.c:2429
+#: utils/adt/arrayfuncs.c:1472
+#: utils/cache/lsyscache.c:2455
#, c-format
msgid "no binary output function available for type %s"
msgstr "aucune fonction de sortie binaire disponible pour le type %s"
-#: utils/adt/arrayfuncs.c:1837
+#: utils/adt/arrayfuncs.c:1846
msgid "slices of fixed-length arrays not implemented"
msgstr "les morceaux des tableaux longueur fixe ne sont pas implments"
-#: utils/adt/arrayfuncs.c:2010
-#: utils/adt/arrayfuncs.c:2032
-#: utils/adt/arrayfuncs.c:2066
-#: utils/adt/arrayfuncs.c:2352
-#: utils/adt/arrayfuncs.c:4501
-#: utils/adt/arrayfuncs.c:4533
-#: utils/adt/arrayfuncs.c:4550
+#: utils/adt/arrayfuncs.c:2019
+#: utils/adt/arrayfuncs.c:2041
+#: utils/adt/arrayfuncs.c:2075
+#: utils/adt/arrayfuncs.c:2361
+#: utils/adt/arrayfuncs.c:4510
+#: utils/adt/arrayfuncs.c:4542
+#: utils/adt/arrayfuncs.c:4559
msgid "wrong number of array subscripts"
msgstr "mauvais nombre d'indices du tableau"
-#: utils/adt/arrayfuncs.c:2015
-#: utils/adt/arrayfuncs.c:2108
-#: utils/adt/arrayfuncs.c:2403
+#: utils/adt/arrayfuncs.c:2024
+#: utils/adt/arrayfuncs.c:2117
+#: utils/adt/arrayfuncs.c:2412
msgid "array subscript out of range"
msgstr "indice du tableau en dehors de l'chelle"
-#: utils/adt/arrayfuncs.c:2020
+#: utils/adt/arrayfuncs.c:2029
msgid "cannot assign null value to an element of a fixed-length array"
msgstr "ne peut pas affecter une valeur NULL un lment d'un tableau longueur fixe"
-#: utils/adt/arrayfuncs.c:2306
+#: utils/adt/arrayfuncs.c:2315
msgid "updates on slices of fixed-length arrays not implemented"
msgstr ""
"les mises jour de morceaux des tableaux longueur fixe ne sont pas\n"
"implmentes"
-#: utils/adt/arrayfuncs.c:2342
-#: utils/adt/arrayfuncs.c:2429
+#: utils/adt/arrayfuncs.c:2351
+#: utils/adt/arrayfuncs.c:2438
msgid "source array too small"
msgstr "tableau source trop petit"
-#: utils/adt/arrayfuncs.c:2980
+#: utils/adt/arrayfuncs.c:2989
msgid "null array element not allowed in this context"
msgstr "lment NULL de tableau interdit dans ce contexte"
-#: utils/adt/arrayfuncs.c:3041
-#: utils/adt/arrayfuncs.c:3248
-#: utils/adt/arrayfuncs.c:3448
+#: utils/adt/arrayfuncs.c:3050
+#: utils/adt/arrayfuncs.c:3257
+#: utils/adt/arrayfuncs.c:3457
msgid "cannot compare arrays of different element types"
msgstr "ne peut pas comparer des tableaux ayant des types d'lments diffrents"
-#: utils/adt/arrayfuncs.c:3064
-#: utils/adt/arrayfuncs.c:3465
+#: utils/adt/arrayfuncs.c:3073
+#: utils/adt/arrayfuncs.c:3474
#: utils/adt/rowtypes.c:1133
#: parser/parse_oper.c:259
#, c-format
msgid "could not identify an equality operator for type %s"
msgstr "n'a pas pu identifier un oprateur d'galit pour le type %s"
-#: utils/adt/arrayfuncs.c:3265
+#: utils/adt/arrayfuncs.c:3274
#: utils/adt/rowtypes.c:907
-#: executor/execQual.c:4674
+#: executor/execQual.c:4647
#, c-format
msgid "could not identify a comparison function for type %s"
msgstr "n'a pas pu identifier une fonction de comparaison pour le type %s"
-#: utils/adt/arrayfuncs.c:4399
-#: utils/adt/arrayfuncs.c:4439
+#: utils/adt/arrayfuncs.c:4408
+#: utils/adt/arrayfuncs.c:4448
msgid "dimension array or low bound array cannot be NULL"
msgstr "la dimension ou la limite basse du tableau ne peut pas tre NULL"
-#: utils/adt/arrayfuncs.c:4502
-#: utils/adt/arrayfuncs.c:4534
+#: utils/adt/arrayfuncs.c:4511
+#: utils/adt/arrayfuncs.c:4543
msgid "Dimension array must be one dimensional."
msgstr "le tableau doit avoir une seule dimension"
-#: utils/adt/arrayfuncs.c:4507
-#: utils/adt/arrayfuncs.c:4539
+#: utils/adt/arrayfuncs.c:4516
+#: utils/adt/arrayfuncs.c:4548
msgid "wrong range of array subscripts"
msgstr "mauvais chelle des indices du tableau"
-#: utils/adt/arrayfuncs.c:4508
-#: utils/adt/arrayfuncs.c:4540
+#: utils/adt/arrayfuncs.c:4517
+#: utils/adt/arrayfuncs.c:4549
msgid "Lower bound of dimension array must be one."
msgstr "La limite infrieure du tableau doit valoir un."
-#: utils/adt/arrayfuncs.c:4513
-#: utils/adt/arrayfuncs.c:4545
+#: utils/adt/arrayfuncs.c:4522
+#: utils/adt/arrayfuncs.c:4554
msgid "dimension values cannot be null"
msgstr "les valeurs de dimension ne peuvent pas tre NULL"
-#: utils/adt/arrayfuncs.c:4551
+#: utils/adt/arrayfuncs.c:4560
msgid "Low bound array has different size than dimensions array."
msgstr "La limite basse du tableau a une taille diffrentes des dimensions du tableau."
@@ -2220,13 +3345,13 @@ msgid "encoding conversion from %s to ASCII not supported"
msgstr "la conversion de l'encodage de %s vers l'ASCII n'est pas supporte"
#: utils/adt/ascii.c:126
-#: commands/dbcommands.c:234
+#: commands/dbcommands.c:233
#, c-format
msgid "%s is not a valid encoding name"
msgstr "%s n'est pas un nom d'encodage valide"
#: utils/adt/ascii.c:144
-#: commands/dbcommands.c:224
+#: commands/dbcommands.c:223
#, c-format
msgid "%d is not a valid encoding code"
msgstr "%d n'est pas un code d'encodage valide"
@@ -2250,22 +3375,22 @@ msgstr "syntaxe en entre invalide pour le type money : %s "
#: utils/adt/float.c:827
#: utils/adt/float.c:2475
#: utils/adt/float.c:2538
-#: utils/adt/geo_ops.c:3958
-#: utils/adt/int.c:719
-#: utils/adt/int.c:860
-#: utils/adt/int.c:955
-#: utils/adt/int.c:1039
-#: utils/adt/int.c:1065
-#: utils/adt/int.c:1085
+#: utils/adt/geo_ops.c:4112
+#: utils/adt/int.c:727
+#: utils/adt/int.c:868
+#: utils/adt/int.c:964
+#: utils/adt/int.c:1052
+#: utils/adt/int.c:1078
+#: utils/adt/int.c:1098
#: utils/adt/int8.c:604
#: utils/adt/int8.c:651
#: utils/adt/int8.c:829
-#: utils/adt/int8.c:924
-#: utils/adt/int8.c:1008
-#: utils/adt/int8.c:1103
-#: utils/adt/numeric.c:4183
-#: utils/adt/numeric.c:4466
-#: utils/adt/timestamp.c:2865
+#: utils/adt/int8.c:925
+#: utils/adt/int8.c:1013
+#: utils/adt/int8.c:1109
+#: utils/adt/numeric.c:4314
+#: utils/adt/numeric.c:4597
+#: utils/adt/timestamp.c:2876
msgid "division by zero"
msgstr "division par zro"
@@ -2301,103 +3426,108 @@ msgstr "la valeur current pour la date et heure n'est plus supporte"
msgid "date out of range: \"%s\""
msgstr "date en dehors des limites : %s "
-#: utils/adt/date.c:347
+#: utils/adt/date.c:215
+#: utils/adt/xml.c:1671
+msgid "date out of range"
+msgstr "date en dehors des limites"
+
+#: utils/adt/date.c:357
msgid "cannot subtract infinite dates"
msgstr "ne peut pas soustraire les valeurs dates infinies"
-#: utils/adt/date.c:404
-#: utils/adt/date.c:441
+#: utils/adt/date.c:414
+#: utils/adt/date.c:451
msgid "date out of range for timestamp"
msgstr "date en dehors des limites pour un timestamp"
-#: utils/adt/date.c:868
-#: utils/adt/date.c:915
-#: utils/adt/date.c:1471
-#: utils/adt/date.c:1508
-#: utils/adt/date.c:2382
-#: utils/adt/formatting.c:2961
-#: utils/adt/formatting.c:2993
-#: utils/adt/formatting.c:3061
+#: utils/adt/date.c:878
+#: utils/adt/date.c:925
+#: utils/adt/date.c:1481
+#: utils/adt/date.c:1518
+#: utils/adt/date.c:2392
+#: utils/adt/formatting.c:2958
+#: utils/adt/formatting.c:2990
+#: utils/adt/formatting.c:3058
#: utils/adt/nabstime.c:480
#: utils/adt/nabstime.c:523
#: utils/adt/nabstime.c:553
#: utils/adt/nabstime.c:596
#: utils/adt/timestamp.c:226
-#: utils/adt/timestamp.c:264
-#: utils/adt/timestamp.c:486
-#: utils/adt/timestamp.c:526
-#: utils/adt/timestamp.c:2525
-#: utils/adt/timestamp.c:2546
-#: utils/adt/timestamp.c:2559
-#: utils/adt/timestamp.c:2568
-#: utils/adt/timestamp.c:2626
-#: utils/adt/timestamp.c:2649
-#: utils/adt/timestamp.c:2662
-#: utils/adt/timestamp.c:2673
-#: utils/adt/timestamp.c:3103
-#: utils/adt/timestamp.c:3233
-#: utils/adt/timestamp.c:3274
-#: utils/adt/timestamp.c:3362
-#: utils/adt/timestamp.c:3409
-#: utils/adt/timestamp.c:3520
-#: utils/adt/timestamp.c:3833
-#: utils/adt/timestamp.c:3970
-#: utils/adt/timestamp.c:3977
-#: utils/adt/timestamp.c:3991
-#: utils/adt/timestamp.c:4001
-#: utils/adt/timestamp.c:4064
-#: utils/adt/timestamp.c:4204
-#: utils/adt/timestamp.c:4214
-#: utils/adt/timestamp.c:4429
-#: utils/adt/timestamp.c:4508
-#: utils/adt/timestamp.c:4515
-#: utils/adt/timestamp.c:4542
-#: utils/adt/timestamp.c:4546
-#: utils/adt/timestamp.c:4603
-#: utils/adt/xml.c:1689
-#: utils/adt/xml.c:1696
-#: utils/adt/xml.c:1716
-#: utils/adt/xml.c:1723
+#: utils/adt/timestamp.c:269
+#: utils/adt/timestamp.c:491
+#: utils/adt/timestamp.c:531
+#: utils/adt/timestamp.c:2530
+#: utils/adt/timestamp.c:2551
+#: utils/adt/timestamp.c:2564
+#: utils/adt/timestamp.c:2573
+#: utils/adt/timestamp.c:2631
+#: utils/adt/timestamp.c:2654
+#: utils/adt/timestamp.c:2667
+#: utils/adt/timestamp.c:2678
+#: utils/adt/timestamp.c:3114
+#: utils/adt/timestamp.c:3244
+#: utils/adt/timestamp.c:3285
+#: utils/adt/timestamp.c:3373
+#: utils/adt/timestamp.c:3420
+#: utils/adt/timestamp.c:3531
+#: utils/adt/timestamp.c:3844
+#: utils/adt/timestamp.c:3981
+#: utils/adt/timestamp.c:3988
+#: utils/adt/timestamp.c:4002
+#: utils/adt/timestamp.c:4012
+#: utils/adt/timestamp.c:4075
+#: utils/adt/timestamp.c:4215
+#: utils/adt/timestamp.c:4225
+#: utils/adt/timestamp.c:4440
+#: utils/adt/timestamp.c:4519
+#: utils/adt/timestamp.c:4526
+#: utils/adt/timestamp.c:4553
+#: utils/adt/timestamp.c:4557
+#: utils/adt/timestamp.c:4614
+#: utils/adt/xml.c:1694
+#: utils/adt/xml.c:1701
+#: utils/adt/xml.c:1721
+#: utils/adt/xml.c:1728
msgid "timestamp out of range"
msgstr "timestamp en dehors des limites"
-#: utils/adt/date.c:941
+#: utils/adt/date.c:951
msgid "cannot convert reserved abstime value to date"
msgstr "ne peut pas convertir la valeur rserve abstime en date"
-#: utils/adt/date.c:1095
-#: utils/adt/date.c:1102
-#: utils/adt/date.c:1870
-#: utils/adt/date.c:1877
+#: utils/adt/date.c:1105
+#: utils/adt/date.c:1112
+#: utils/adt/date.c:1880
+#: utils/adt/date.c:1887
msgid "time out of range"
msgstr "heure en dehors des limites"
-#: utils/adt/date.c:1748
-#: utils/adt/date.c:1765
+#: utils/adt/date.c:1758
+#: utils/adt/date.c:1775
#, c-format
msgid "\"time\" units \"%s\" not recognized"
msgstr "l'unit %s n'est pas reconnu pour le type time "
-#: utils/adt/date.c:1887
+#: utils/adt/date.c:1897
msgid "time zone displacement out of range"
msgstr "dplacement du fuseau horaire en dehors des limites"
-#: utils/adt/date.c:2512
-#: utils/adt/date.c:2529
+#: utils/adt/date.c:2522
+#: utils/adt/date.c:2539
#, c-format
msgid "\"time with time zone\" units \"%s\" not recognized"
msgstr "L'unit %s n'est pas reconnu pour le type time with time zone "
-#: utils/adt/date.c:2587
+#: utils/adt/date.c:2597
#: utils/adt/datetime.c:925
#: utils/adt/datetime.c:1657
-#: utils/adt/timestamp.c:4441
-#: utils/adt/timestamp.c:4614
+#: utils/adt/timestamp.c:4452
+#: utils/adt/timestamp.c:4625
#, c-format
msgid "time zone \"%s\" not recognized"
msgstr "le fuseau horaire %s n'est pas reconnu"
-#: utils/adt/date.c:2627
+#: utils/adt/date.c:2637
#, c-format
msgid "\"interval\" time zone \"%s\" not valid"
msgstr "le fuseau horaire %s n'est pas valide pour le type interval "
@@ -2441,8 +3571,8 @@ msgid "could not open tablespace directory \"%s\": %m"
msgstr "n'a pas pu ouvrir le rpertoire du tablespace %s : %m"
#: utils/adt/dbsize.c:122
-#: catalog/aclchk.c:2486
-#: catalog/aclchk.c:3499
+#: catalog/aclchk.c:3382
+#: catalog/aclchk.c:4540
#, c-format
msgid "database with OID %u does not exist"
msgstr "la base de donnes d'OID %u n'existe pas"
@@ -2453,13 +3583,13 @@ msgid "type %s is not a domain"
msgstr "le type %s n'est pas un domaine"
#: utils/adt/domains.c:128
-#: executor/execQual.c:3699
+#: executor/execQual.c:3672
#, c-format
msgid "domain %s does not allow null values"
msgstr "le domaine %s n'autorise pas les valeurs NULL"
#: utils/adt/domains.c:164
-#: executor/execQual.c:3728
+#: executor/execQual.c:3701
#, c-format
msgid "value for domain %s violates check constraint \"%s\""
msgstr "la valeur pour le domaine %s viole la contrainte de vrification %s "
@@ -2493,8 +3623,8 @@ msgstr "fin de squence invalide"
#: utils/adt/encode.c:441
#: utils/adt/encode.c:506
-#: utils/adt/varlena.c:211
-#: utils/adt/varlena.c:252
+#: utils/adt/varlena.c:229
+#: utils/adt/varlena.c:270
msgid "invalid input syntax for type bytea"
msgstr "syntaxe en entre invalide pour le type bytea"
@@ -2542,8 +3672,8 @@ msgstr " %s est hors des limites du type real"
#: utils/adt/float.c:398
#: utils/adt/float.c:439
#: utils/adt/float.c:490
-#: utils/adt/numeric.c:3645
-#: utils/adt/numeric.c:3671
+#: utils/adt/numeric.c:3776
+#: utils/adt/numeric.c:3802
#, c-format
msgid "invalid input syntax for type double precision: \"%s\""
msgstr "syntaxe en entre invalide pour le type double precision : %s "
@@ -2555,43 +3685,43 @@ msgstr " %s est en dehors des limites du type double precision"
#: utils/adt/float.c:1118
#: utils/adt/float.c:1176
-#: utils/adt/int.c:339
-#: utils/adt/int.c:775
-#: utils/adt/int.c:804
-#: utils/adt/int.c:825
-#: utils/adt/int.c:845
-#: utils/adt/int.c:873
-#: utils/adt/int.c:1121
-#: utils/adt/int8.c:1220
-#: utils/adt/numeric.c:2136
-#: utils/adt/numeric.c:2147
+#: utils/adt/int.c:347
+#: utils/adt/int.c:783
+#: utils/adt/int.c:812
+#: utils/adt/int.c:833
+#: utils/adt/int.c:853
+#: utils/adt/int.c:881
+#: utils/adt/int.c:1134
+#: utils/adt/int8.c:1230
+#: utils/adt/numeric.c:2163
+#: utils/adt/numeric.c:2174
msgid "smallint out of range"
msgstr "smallint en dehors des limites"
#: utils/adt/float.c:1302
-#: utils/adt/numeric.c:4859
+#: utils/adt/numeric.c:4990
msgid "cannot take square root of a negative number"
msgstr "ne peut pas calculer la racine carr d'un nombre ngatif"
#: utils/adt/float.c:1344
-#: utils/adt/numeric.c:1948
+#: utils/adt/numeric.c:1975
msgid "zero raised to a negative power is undefined"
msgstr "zro une puissance ngative est indfini"
#: utils/adt/float.c:1348
-#: utils/adt/numeric.c:1954
+#: utils/adt/numeric.c:1981
msgid "a negative number raised to a non-integer power yields a complex result"
msgstr "un nombre ngatif lev une puissance non entire donne un rsultat complexe"
#: utils/adt/float.c:1414
#: utils/adt/float.c:1444
-#: utils/adt/numeric.c:5077
+#: utils/adt/numeric.c:5208
msgid "cannot take logarithm of zero"
msgstr "ne peut pas calculer le logarithme de zro"
#: utils/adt/float.c:1418
#: utils/adt/float.c:1448
-#: utils/adt/numeric.c:5081
+#: utils/adt/numeric.c:5212
msgid "cannot take logarithm of a negative number"
msgstr "ne peut pas calculer le logarithme sur un nombre ngatif"
@@ -2607,12 +3737,12 @@ msgid "input is out of range"
msgstr "l'entre est en dehors des limites"
#: utils/adt/float.c:2692
-#: utils/adt/numeric.c:955
+#: utils/adt/numeric.c:982
msgid "count must be greater than zero"
msgstr "le total doit tre suprieur zro"
#: utils/adt/float.c:2697
-#: utils/adt/numeric.c:962
+#: utils/adt/numeric.c:989
msgid "operand, lower bound and upper bound cannot be NaN"
msgstr "la limite infrieure et suprieure de l'oprande ne peuvent pas tre NaN"
@@ -2621,208 +3751,179 @@ msgid "lower and upper bounds must be finite"
msgstr "les limites basse et haute doivent tre finies"
#: utils/adt/float.c:2741
-#: utils/adt/numeric.c:975
+#: utils/adt/numeric.c:1002
msgid "lower bound cannot equal upper bound"
msgstr "la limite infrieure ne peut pas tre plus gale la limite suprieure"
-#: utils/adt/formatting.c:489
+#: utils/adt/formatting.c:491
msgid "invalid format specification for an interval value"
msgstr "format de spcification invalide pour une valeur intervalle"
-#: utils/adt/formatting.c:490
+#: utils/adt/formatting.c:492
msgid "Intervals are not tied to specific calendar dates."
msgstr "Les intervalles ne sont pas lis aux dates de calendriers spcifiques."
-#: utils/adt/formatting.c:1055
+#: utils/adt/formatting.c:1058
+msgid "\"EEEE\" must be the last pattern used"
+msgstr " EEEE doit tre le dernier motif utilis"
+
+#: utils/adt/formatting.c:1066
msgid "\"9\" must be ahead of \"PR\""
msgstr " 9 doit tre avant PR "
-#: utils/adt/formatting.c:1074
+#: utils/adt/formatting.c:1082
msgid "\"0\" must be ahead of \"PR\""
msgstr " 0 doit tre avant PR "
-#: utils/adt/formatting.c:1103
+#: utils/adt/formatting.c:1108
msgid "multiple decimal points"
msgstr "multiples points dcimaux"
-#: utils/adt/formatting.c:1110
-#: utils/adt/formatting.c:1214
+#: utils/adt/formatting.c:1112
+#: utils/adt/formatting.c:1195
msgid "cannot use \"V\" and decimal point together"
msgstr "ne peut pas utiliser V et le point dcimal ensemble"
-#: utils/adt/formatting.c:1125
+#: utils/adt/formatting.c:1124
msgid "cannot use \"S\" twice"
msgstr "ne peut pas utiliser S deux fois"
-#: utils/adt/formatting.c:1132
+#: utils/adt/formatting.c:1128
msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
msgstr "ne peut pas utiliser S et PL / MI / SG / PR ensemble"
-#: utils/adt/formatting.c:1155
+#: utils/adt/formatting.c:1148
msgid "cannot use \"S\" and \"MI\" together"
msgstr "ne peut pas utiliser S et MI ensemble"
-#: utils/adt/formatting.c:1168
+#: utils/adt/formatting.c:1158
msgid "cannot use \"S\" and \"PL\" together"
msgstr "ne peut pas utiliser S et PL ensemble"
-#: utils/adt/formatting.c:1181
+#: utils/adt/formatting.c:1168
msgid "cannot use \"S\" and \"SG\" together"
msgstr "ne peut pas utiliser S et SG ensemble"
-#: utils/adt/formatting.c:1193
+#: utils/adt/formatting.c:1177
msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
msgstr "ne peut pas utiliser PR et S / PL / MI / SG ensemble"
-#: utils/adt/formatting.c:1223
-msgid "\"E\" is not supported"
-msgstr " E n'est pas support"
+#: utils/adt/formatting.c:1203
+msgid "cannot use \"EEEE\" twice"
+msgstr "ne peut pas utiliser EEEE deux fois"
+
+#: utils/adt/formatting.c:1209
+msgid "\"EEEE\" is incompatible with other formats"
+msgstr " EEEE est incompatible avec les autres formats"
-#: utils/adt/formatting.c:1413
+#: utils/adt/formatting.c:1210
+msgid "\"EEEE\" may only be used together with digit and decimal point patterns."
+msgstr " EEEE peut seulement tre utilis avec les motifs de chiffres et de points dcimaux."
+
+#: utils/adt/formatting.c:1410
#, c-format
msgid "\"%s\" is not a number"
msgstr " %s n'est pas un nombre"
-#: utils/adt/formatting.c:1493
-#: utils/adt/formatting.c:1549
-#: utils/adt/formatting.c:1606
-#: utils/adt/regexp.c:209
-#: utils/adt/varlena.c:3037
-#: utils/adt/varlena.c:3058
-#: utils/mb/mbutils.c:335
-#: utils/mb/mbutils.c:596
-#: utils/hash/dynahash.c:363
-#: utils/hash/dynahash.c:435
-#: utils/hash/dynahash.c:929
-#: utils/misc/guc.c:2746
-#: utils/misc/guc.c:2759
-#: utils/misc/guc.c:2772
-#: utils/init/miscinit.c:212
-#: utils/init/miscinit.c:233
-#: utils/init/miscinit.c:243
-#: utils/mmgr/aset.c:385
-#: utils/mmgr/aset.c:564
-#: utils/mmgr/aset.c:747
-#: utils/mmgr/aset.c:953
-#: utils/fmgr/dfmgr.c:224
-#: commands/sequence.c:928
-#: lib/stringinfo.c:245
-#: storage/buffer/buf_init.c:164
-#: storage/buffer/localbuf.c:347
-#: storage/file/fd.c:336
-#: storage/file/fd.c:719
-#: storage/file/fd.c:837
-#: storage/ipc/procarray.c:392
-#: storage/ipc/procarray.c:708
-#: storage/ipc/procarray.c:715
-#: libpq/auth.c:897
-#: libpq/auth.c:1251
-#: libpq/auth.c:1319
-#: libpq/auth.c:1926
-#: postmaster/postmaster.c:1909
-#: postmaster/postmaster.c:1942
-#: postmaster/postmaster.c:3007
-#: postmaster/postmaster.c:3757
-#: postmaster/postmaster.c:3838
-#: postmaster/postmaster.c:4407
-msgid "out of memory"
-msgstr "mmoire puise"
-
-#: utils/adt/formatting.c:1790
+#: utils/adt/formatting.c:1787
msgid "invalid combination of date conventions"
msgstr "combinaison invalide des conventions de date"
-#: utils/adt/formatting.c:1791
+#: utils/adt/formatting.c:1788
msgid "Do not mix Gregorian and ISO week date conventions in a formatting template."
msgstr ""
"Ne pas mixer les conventions de jour de semaine grgorien et ISO dans un\n"
"modle de formatage."
-#: utils/adt/formatting.c:1808
+#: utils/adt/formatting.c:1805
#, c-format
msgid "conflicting values for \"%s\" field in formatting string"
msgstr "valeur conflictuelle pour le champ %s dans la chane de formatage"
-#: utils/adt/formatting.c:1810
+#: utils/adt/formatting.c:1807
msgid "This value contradicts a previous setting for the same field type."
msgstr "Cette valeur contredit une configuration prcdente pour le mme type de champ."
-#: utils/adt/formatting.c:1871
+#: utils/adt/formatting.c:1868
#, c-format
msgid "source string too short for \"%s\" formatting field"
msgstr "chane source trop petite pour le champ de formatage %s "
-#: utils/adt/formatting.c:1873
+#: utils/adt/formatting.c:1870
#, c-format
msgid "Field requires %d characters, but only %d remain."
msgstr "Le champ requiert %d caractres, mais seuls %d restent."
-#: utils/adt/formatting.c:1876
-#: utils/adt/formatting.c:1890
+#: utils/adt/formatting.c:1873
+#: utils/adt/formatting.c:1887
msgid "If your source string is not fixed-width, try using the \"FM\" modifier."
msgstr ""
"Si votre chane source n'a pas une taille fixe, essayez d'utiliser le\n"
"modifieur FM ."
-#: utils/adt/formatting.c:1886
-#: utils/adt/formatting.c:1899
-#: utils/adt/formatting.c:2029
+#: utils/adt/formatting.c:1883
+#: utils/adt/formatting.c:1896
+#: utils/adt/formatting.c:2026
#, c-format
msgid "invalid value \"%s\" for \"%s\""
msgstr "valeur %s invalide pour %s "
-#: utils/adt/formatting.c:1888
+#: utils/adt/formatting.c:1885
#, c-format
msgid "Field requires %d characters, but only %d could be parsed."
msgstr "Le champ ncessite %d caractres, mais seulement %d ont pu tre analyss."
-#: utils/adt/formatting.c:1901
+#: utils/adt/formatting.c:1898
msgid "Value must be an integer."
msgstr "La valeur doit tre un entier"
-#: utils/adt/formatting.c:1906
+#: utils/adt/formatting.c:1903
#, c-format
msgid "value for \"%s\" in source string is out of range"
msgstr "la valeur pour %s dans la chane source est en dehors des limites"
-#: utils/adt/formatting.c:1908
+#: utils/adt/formatting.c:1905
#, c-format
msgid "Value must be in the range %d to %d."
msgstr "La valeur doit tre compris entre %d et %d"
-#: utils/adt/formatting.c:2031
+#: utils/adt/formatting.c:2028
msgid "The given value did not match any of the allowed values for this field."
msgstr "La valeur donne ne correspond pas aux valeurs autorises pour ce champ."
-#: utils/adt/formatting.c:2593
+#: utils/adt/formatting.c:2590
msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date"
msgstr "les motifs de format TZ / tz ne sont pas supports dans to_date"
-#: utils/adt/formatting.c:2694
+#: utils/adt/formatting.c:2691
msgid "invalid input string for \"Y,YYY\""
msgstr "chane invalide en entre pour Y,YYY "
-#: utils/adt/formatting.c:3208
+#: utils/adt/formatting.c:3205
#, c-format
msgid "hour \"%d\" is invalid for the 12-hour clock"
msgstr "l'heure %d est invalide pour une horloge sur 12 heures"
-#: utils/adt/formatting.c:3210
+#: utils/adt/formatting.c:3207
msgid "Use the 24-hour clock, or give an hour between 1 and 12."
msgstr "Utilisez une horloge sur 24 heures ou donnez une heure entre 1 et 12."
-#: utils/adt/formatting.c:3248
+#: utils/adt/formatting.c:3245
#, c-format
msgid "inconsistent use of year %04d and \"BC\""
msgstr "utilisation non cohrente de l'anne %04d et de BC "
-#: utils/adt/formatting.c:3295
+#: utils/adt/formatting.c:3292
msgid "cannot calculate day of year without year information"
msgstr "ne peut pas calculer le jour de l'anne sans information sur l'anne"
-#: utils/adt/formatting.c:4156
-msgid "\"RN\" not supported"
-msgstr " RN non support"
+#: utils/adt/formatting.c:4150
+msgid "\"EEEE\" not supported for input"
+msgstr " EEEE non support en entre"
+
+#: utils/adt/formatting.c:4162
+msgid "\"RN\" not supported for input"
+msgstr " RN non support en entre"
#: utils/adt/genfile.c:57
msgid "reference to parent directory (\"..\") not allowed"
@@ -2837,7 +3938,7 @@ msgid "must be superuser to read files"
msgstr "doit tre super-utilisateur pour lire des fichiers"
#: utils/adt/genfile.c:105
-#: commands/copy.c:1748
+#: commands/copy.c:1776
#, c-format
msgid "could not open file \"%s\" for reading: %m"
msgstr "n'a pas pu ouvrir le fichier %s pour une lecture : %m"
@@ -2871,121 +3972,121 @@ msgstr "doit tre super-utilisateur pour obtenir le contenu du rpertoire"
#: utils/adt/misc.c:210
#: utils/misc/tzparser.c:345
#: commands/tablespace.c:581
-#: storage/file/fd.c:1530
-#: postmaster/postmaster.c:1090
+#: storage/file/fd.c:1554
+#: postmaster/postmaster.c:1114
#: ../port/copydir.c:65
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "n'a pas pu ouvrir le rpertoire %s : %m"
-#: utils/adt/geo_ops.c:292
-#: utils/adt/geo_ops.c:4079
-#: utils/adt/geo_ops.c:4996
+#: utils/adt/geo_ops.c:294
+#: utils/adt/geo_ops.c:4233
+#: utils/adt/geo_ops.c:5150
msgid "too many points requested"
msgstr "trop de points demand"
-#: utils/adt/geo_ops.c:315
+#: utils/adt/geo_ops.c:317
msgid "could not format \"path\" value"
msgstr "n'a pas pu formater la valeur path "
-#: utils/adt/geo_ops.c:390
+#: utils/adt/geo_ops.c:392
#, c-format
msgid "invalid input syntax for type box: \"%s\""
msgstr "syntaxe en entre invalide pour le type box : %s "
-#: utils/adt/geo_ops.c:954
+#: utils/adt/geo_ops.c:956
#, c-format
msgid "invalid input syntax for type line: \"%s\""
msgstr "syntaxe en entre invalide pour le type line: %s "
-#: utils/adt/geo_ops.c:961
-#: utils/adt/geo_ops.c:1028
-#: utils/adt/geo_ops.c:1043
-#: utils/adt/geo_ops.c:1055
+#: utils/adt/geo_ops.c:963
+#: utils/adt/geo_ops.c:1030
+#: utils/adt/geo_ops.c:1045
+#: utils/adt/geo_ops.c:1057
msgid "type \"line\" not yet implemented"
msgstr "le type line n'est pas encore implment"
-#: utils/adt/geo_ops.c:1402
-#: utils/adt/geo_ops.c:1425
+#: utils/adt/geo_ops.c:1404
+#: utils/adt/geo_ops.c:1427
#, c-format
msgid "invalid input syntax for type path: \"%s\""
msgstr "syntaxe en entre invalide pour le type path : %s "
-#: utils/adt/geo_ops.c:1464
+#: utils/adt/geo_ops.c:1466
msgid "invalid number of points in external \"path\" value"
msgstr "nombre de points invalide dans la valeur externe de path "
-#: utils/adt/geo_ops.c:1805
+#: utils/adt/geo_ops.c:1807
#, c-format
msgid "invalid input syntax for type point: \"%s\""
msgstr "syntaxe en entre invalide pour le type point : %s "
-#: utils/adt/geo_ops.c:2033
+#: utils/adt/geo_ops.c:2035
#, c-format
msgid "invalid input syntax for type lseg: \"%s\""
msgstr "syntaxe en entre invalide pour le type lseg : %s "
-#: utils/adt/geo_ops.c:2623
+#: utils/adt/geo_ops.c:2639
msgid "function \"dist_lb\" not implemented"
msgstr "la fonction dist_lb n'est pas implmente"
-#: utils/adt/geo_ops.c:3136
+#: utils/adt/geo_ops.c:3152
msgid "function \"close_lb\" not implemented"
msgstr "la fonction close_lb n'est pas implmente"
-#: utils/adt/geo_ops.c:3415
+#: utils/adt/geo_ops.c:3431
msgid "cannot create bounding box for empty polygon"
msgstr "ne peut pas crer une bote entoure pour un polygne vide"
-#: utils/adt/geo_ops.c:3439
-#: utils/adt/geo_ops.c:3451
+#: utils/adt/geo_ops.c:3455
+#: utils/adt/geo_ops.c:3467
#, c-format
msgid "invalid input syntax for type polygon: \"%s\""
msgstr "syntaxe en entre invalide pour le type polygon : %s "
-#: utils/adt/geo_ops.c:3491
+#: utils/adt/geo_ops.c:3507
msgid "invalid number of points in external \"polygon\" value"
msgstr "nombre de points invalide dans la valeur externe de polygon "
-#: utils/adt/geo_ops.c:3877
+#: utils/adt/geo_ops.c:4031
msgid "function \"poly_distance\" not implemented"
msgstr "la fonction poly_distance n'est pas implmente"
-#: utils/adt/geo_ops.c:4189
+#: utils/adt/geo_ops.c:4343
msgid "function \"path_center\" not implemented"
msgstr "la fonction path_center n'est pas implmente"
-#: utils/adt/geo_ops.c:4206
+#: utils/adt/geo_ops.c:4360
msgid "open path cannot be converted to polygon"
msgstr "le chemin ouvert ne peut tre converti en polygne"
-#: utils/adt/geo_ops.c:4373
-#: utils/adt/geo_ops.c:4383
-#: utils/adt/geo_ops.c:4398
-#: utils/adt/geo_ops.c:4404
+#: utils/adt/geo_ops.c:4527
+#: utils/adt/geo_ops.c:4537
+#: utils/adt/geo_ops.c:4552
+#: utils/adt/geo_ops.c:4558
#, c-format
msgid "invalid input syntax for type circle: \"%s\""
msgstr "syntaxe en entre invalide pour le type circle : %s "
-#: utils/adt/geo_ops.c:4426
-#: utils/adt/geo_ops.c:4434
+#: utils/adt/geo_ops.c:4580
+#: utils/adt/geo_ops.c:4588
msgid "could not format \"circle\" value"
msgstr "n'a pas pu formater la valeur circle "
-#: utils/adt/geo_ops.c:4461
+#: utils/adt/geo_ops.c:4615
msgid "invalid radius in external \"circle\" value"
msgstr "diamtre invalide pour la valeur externe de circle "
-#: utils/adt/geo_ops.c:4982
+#: utils/adt/geo_ops.c:5136
msgid "cannot convert circle with radius zero to polygon"
msgstr "ne peut pas convertir le cercle avec un diamtre zro en un polygne"
-#: utils/adt/geo_ops.c:4987
+#: utils/adt/geo_ops.c:5141
msgid "must request at least 2 points"
msgstr "doit demander au moins deux points"
-#: utils/adt/geo_ops.c:5031
-#: utils/adt/geo_ops.c:5054
+#: utils/adt/geo_ops.c:5185
+#: utils/adt/geo_ops.c:5208
msgid "cannot convert empty polygon to circle"
msgstr "ne peut pas convertir un polygne vide en cercle"
@@ -2993,14 +4094,20 @@ msgstr "ne peut pas convertir un polygne vide en cercle"
msgid "int2vector has too many elements"
msgstr "int2vector a trop d'lments"
-#: utils/adt/int.c:234
+#: utils/adt/int.c:235
msgid "invalid int2vector data"
msgstr "donnes int2vector invalide"
-#: utils/adt/int.c:1309
-#: utils/adt/int8.c:1357
-#: utils/adt/timestamp.c:4701
-#: utils/adt/timestamp.c:4782
+#: utils/adt/int.c:241
+#: utils/adt/oid.c:212
+#: utils/adt/oid.c:292
+msgid "oidvector has too many elements"
+msgstr "oidvector a trop d'lments"
+
+#: utils/adt/int.c:1322
+#: utils/adt/int8.c:1367
+#: utils/adt/timestamp.c:4712
+#: utils/adt/timestamp.c:4793
msgid "step size cannot equal zero"
msgstr "la taille du pas ne peut pas valoir zro"
@@ -3033,21 +4140,21 @@ msgstr "la valeur %s est en dehors des limites du type bigint"
#: utils/adt/int8.c:863
#: utils/adt/int8.c:884
#: utils/adt/int8.c:911
-#: utils/adt/int8.c:946
-#: utils/adt/int8.c:967
-#: utils/adt/int8.c:994
-#: utils/adt/int8.c:1021
-#: utils/adt/int8.c:1042
-#: utils/adt/int8.c:1063
-#: utils/adt/int8.c:1090
-#: utils/adt/int8.c:1258
-#: utils/adt/int8.c:1297
-#: utils/adt/numeric.c:2088
-#: utils/adt/varbit.c:1456
+#: utils/adt/int8.c:951
+#: utils/adt/int8.c:972
+#: utils/adt/int8.c:999
+#: utils/adt/int8.c:1026
+#: utils/adt/int8.c:1047
+#: utils/adt/int8.c:1068
+#: utils/adt/int8.c:1095
+#: utils/adt/int8.c:1268
+#: utils/adt/int8.c:1307
+#: utils/adt/numeric.c:2115
+#: utils/adt/varbit.c:1466
msgid "bigint out of range"
msgstr "bigint en dehors des limites"
-#: utils/adt/int8.c:1314
+#: utils/adt/int8.c:1324
msgid "OID out of range"
msgstr "OID en dehors des limites"
@@ -3056,12 +4163,12 @@ msgid "LIKE pattern must not end with escape character"
msgstr "le motif LIKE ne se termine pas de caractres d'chappement"
#: utils/adt/like_match.c:289
-#: utils/adt/regexp.c:681
+#: utils/adt/regexp.c:667
msgid "invalid escape string"
msgstr "chane d'chappement invalide"
#: utils/adt/like_match.c:290
-#: utils/adt/regexp.c:682
+#: utils/adt/regexp.c:668
msgid "Escape string must be empty or one character."
msgstr "La chane d'chappement doit tre vide ou ne contenir qu'un caractre."
@@ -3085,7 +4192,7 @@ msgid "PID %d is not a PostgreSQL server process"
msgstr "le PID %d n'est pas un processus du serveur PostgreSQL"
#: utils/adt/misc.c:101
-#: storage/lmgr/proc.c:932
+#: storage/lmgr/proc.c:934
#, c-format
msgid "could not send signal to process %d: %m"
msgstr "n'a pas pu envoyer le signal au processus %d : %m"
@@ -3142,15 +4249,15 @@ msgstr "nom du fuseau horaire invalide : %s "
msgid "cannot convert abstime \"invalid\" to timestamp"
msgstr "ne peut pas convertir un abstime invalid en timestamp"
-#: utils/adt/nabstime.c:798
+#: utils/adt/nabstime.c:806
msgid "invalid status in external \"tinterval\" value"
msgstr "statut invalide dans la valeur externe tinterval "
-#: utils/adt/nabstime.c:875
+#: utils/adt/nabstime.c:880
msgid "cannot convert reltime \"invalid\" to interval"
msgstr "ne peut pas convertir reltime invalid en interval"
-#: utils/adt/nabstime.c:1557
+#: utils/adt/nabstime.c:1562
#, c-format
msgid "invalid input syntax for type tinterval: \"%s\""
msgstr "syntaxe en entre invalide pour le type tinterval : %s "
@@ -3227,72 +4334,72 @@ msgstr "le rsultat est en dehors des limites"
msgid "cannot subtract inet values of different sizes"
msgstr "ne peut pas soustraire des valeurs inet de tailles diffrentes"
-#: utils/adt/numeric.c:351
-#: utils/adt/numeric.c:378
-#: utils/adt/numeric.c:3072
-#: utils/adt/numeric.c:3095
-#: utils/adt/numeric.c:3119
-#: utils/adt/numeric.c:3126
+#: utils/adt/numeric.c:352
+#: utils/adt/numeric.c:379
+#: utils/adt/numeric.c:3099
+#: utils/adt/numeric.c:3122
+#: utils/adt/numeric.c:3146
+#: utils/adt/numeric.c:3153
#, c-format
msgid "invalid input syntax for type numeric: \"%s\""
msgstr "syntaxe en entre invalide pour le type numeric : %s "
-#: utils/adt/numeric.c:455
+#: utils/adt/numeric.c:482
msgid "invalid length in external \"numeric\" value"
msgstr "longueur invalide dans la valeur externe numeric "
-#: utils/adt/numeric.c:466
+#: utils/adt/numeric.c:493
msgid "invalid sign in external \"numeric\" value"
msgstr "signe invalide dans la valeur externe numeric "
-#: utils/adt/numeric.c:476
+#: utils/adt/numeric.c:503
msgid "invalid digit in external \"numeric\" value"
msgstr "chiffre invalide dans la valeur externe numeric "
-#: utils/adt/numeric.c:607
-#: utils/adt/numeric.c:621
+#: utils/adt/numeric.c:634
+#: utils/adt/numeric.c:648
#, c-format
msgid "NUMERIC precision %d must be between 1 and %d"
msgstr "la prcision NUMERIC %d doit tre comprise entre 1 et %d"
-#: utils/adt/numeric.c:612
+#: utils/adt/numeric.c:639
#, c-format
msgid "NUMERIC scale %d must be between 0 and precision %d"
msgstr "l'chelle NUMERIC %d doit tre comprise entre 0 et %d"
-#: utils/adt/numeric.c:630
+#: utils/adt/numeric.c:657
msgid "invalid NUMERIC type modifier"
msgstr "modificateur de type NUMERIC invalide"
-#: utils/adt/numeric.c:1663
-#: utils/adt/numeric.c:3430
+#: utils/adt/numeric.c:1690
+#: utils/adt/numeric.c:3561
msgid "value overflows numeric format"
msgstr "la valeur dpasse le format numeric"
-#: utils/adt/numeric.c:2011
+#: utils/adt/numeric.c:2038
msgid "cannot convert NaN to integer"
msgstr "ne peut pas convertir NaN en un entier"
-#: utils/adt/numeric.c:2079
+#: utils/adt/numeric.c:2106
msgid "cannot convert NaN to bigint"
msgstr "ne peut pas convertir NaN en un entier de type bigint"
-#: utils/adt/numeric.c:2127
+#: utils/adt/numeric.c:2154
msgid "cannot convert NaN to smallint"
msgstr "ne peut pas convertir NaN en un entier de type smallint"
-#: utils/adt/numeric.c:3500
+#: utils/adt/numeric.c:3631
msgid "numeric field overflow"
msgstr "champ numrique en dehors des limites"
-#: utils/adt/numeric.c:3501
+#: utils/adt/numeric.c:3632
#, c-format
msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d."
msgstr ""
"Un champ de prcision %d et d'chelle %d doit tre arrondi une valeur\n"
"absolue infrieure %s%d."
-#: utils/adt/numeric.c:4949
+#: utils/adt/numeric.c:5080
msgid "argument for function \"exp\" too big"
msgstr "l'argument de la fonction exp est trop gros"
@@ -3325,11 +4432,7 @@ msgstr "syntaxe invalide en entre pour le type oid : %s "
msgid "value \"%s\" is out of range for type oid"
msgstr "la valeur %s est en dehors des limites pour le type oid"
-#: utils/adt/oid.c:212
-msgid "oidvector has too many elements"
-msgstr "oidvector a trop d'lments"
-
-#: utils/adt/oid.c:285
+#: utils/adt/oid.c:286
msgid "invalid oidvector data"
msgstr "donne oidvector invalide"
@@ -3420,24 +4523,24 @@ msgstr "ne peut pas accepter une valeur de type shell"
msgid "cannot display a value of a shell type"
msgstr "ne peut pas afficher une valeur de type shell"
-#: utils/adt/regexp.c:194
+#: utils/adt/regexp.c:190
#: tsearch/spell.c:365
#, c-format
msgid "invalid regular expression: %s"
msgstr "expression rationnelle invalide : %s"
-#: utils/adt/regexp.c:273
-#: utils/adt/varlena.c:2588
+#: utils/adt/regexp.c:269
+#: utils/adt/varlena.c:2624
#, c-format
msgid "regular expression failed: %s"
msgstr "l'expression rationnelle a chou : %s"
-#: utils/adt/regexp.c:408
+#: utils/adt/regexp.c:404
#, c-format
msgid "invalid regexp option: \"%c\""
msgstr "option invalide de l'expression rationnelle : %c "
-#: utils/adt/regexp.c:864
+#: utils/adt/regexp.c:844
msgid "regexp_split does not support the global option"
msgstr "regexp_split ne supporte pas l'option globale"
@@ -3463,20 +4566,20 @@ msgid "more than one operator named %s"
msgstr "il existe plus d'un oprateur nomm%s"
#: utils/adt/regproc.c:636
-#: gram.y:5043
+#: gram.y:5365
msgid "missing argument"
msgstr "argument manquant"
#: utils/adt/regproc.c:637
-#: gram.y:5044
+#: gram.y:5366
msgid "Use NONE to denote the missing argument of a unary operator."
msgstr "Utilisez NONE pour dnoter l'argument manquant d'un oprateur unitaire."
#: utils/adt/regproc.c:641
#: utils/adt/regproc.c:1501
-#: utils/adt/ruleutils.c:5230
-#: utils/adt/ruleutils.c:5267
-#: utils/adt/ruleutils.c:5301
+#: utils/adt/ruleutils.c:5408
+#: utils/adt/ruleutils.c:5463
+#: utils/adt/ruleutils.c:5500
msgid "too many arguments"
msgstr "trop d'arguments"
@@ -3485,20 +4588,20 @@ msgid "Provide two argument types for operator."
msgstr "Fournit deux types d'argument pour l'oprateur."
#: utils/adt/regproc.c:818
-#: catalog/namespace.c:275
+#: catalog/namespace.c:278
#: commands/lockcmds.c:118
-#: parser/parse_relation.c:877
-#: parser/parse_relation.c:885
+#: parser/parse_relation.c:849
+#: parser/parse_relation.c:857
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "la relation %s n'existe pas"
#: utils/adt/regproc.c:983
#: commands/functioncmds.c:126
-#: commands/tablecmds.c:215
+#: commands/tablecmds.c:216
#: commands/typecmds.c:648
-#: commands/typecmds.c:2535
-#: parser/parse_func.c:1311
+#: commands/typecmds.c:2542
+#: parser/parse_func.c:1468
#: parser/parse_type.c:199
#, c-format
msgid "type \"%s\" does not exist"
@@ -3506,8 +4609,8 @@ msgstr "le type %s n'existe pas"
#: utils/adt/regproc.c:1336
#: utils/adt/regproc.c:1341
-#: utils/adt/varlena.c:1989
-#: utils/adt/varlena.c:1994
+#: utils/adt/varlena.c:2025
+#: utils/adt/varlena.c:2030
msgid "invalid name syntax"
msgstr "syntaxe du nom invalide"
@@ -3543,14 +4646,14 @@ msgstr "nom du type invalide"
#: utils/adt/ri_triggers.c:2548
#: utils/adt/ri_triggers.c:2593
#: utils/adt/ri_triggers.c:2721
-#: gram.y:2429
+#: gram.y:2560
msgid "MATCH PARTIAL not yet implemented"
msgstr "MATCH PARTIAL non implment"
#: utils/adt/ri_triggers.c:407
#: utils/adt/ri_triggers.c:2803
-#: utils/adt/ri_triggers.c:3461
-#: utils/adt/ri_triggers.c:3498
+#: utils/adt/ri_triggers.c:3460
+#: utils/adt/ri_triggers.c:3492
#, c-format
msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
msgstr ""
@@ -3563,11 +4666,13 @@ msgid "MATCH FULL does not allow mixing of null and nonnull key values."
msgstr "MATCH FULL n'autorise pas le mixage de valeurs cls NULL et non NULL."
#: utils/adt/ri_triggers.c:3003
+#: commands/constraint.c:59
#, c-format
msgid "function \"%s\" was not called by trigger manager"
msgstr "la fonction %s n'a pas t appele par le gestionnaire de triggers"
#: utils/adt/ri_triggers.c:3012
+#: commands/constraint.c:66
#, c-format
msgid "function \"%s\" must be fired AFTER ROW"
msgstr "la fonction %s doit tre excute pour l'instruction AFTER ROW"
@@ -3583,6 +4688,7 @@ msgid "function \"%s\" must be fired for UPDATE"
msgstr "la fonction %s doit tre excute pour l'instruction UPDATE"
#: utils/adt/ri_triggers.c:3033
+#: commands/constraint.c:80
#, c-format
msgid "function \"%s\" must be fired for INSERT or UPDATE"
msgstr "la fonction %s doit tre excute pour les instructions INSERT ou UPDATE"
@@ -3603,35 +4709,35 @@ msgstr ""
"Supprimez ce trigger sur une intgrit rfrentielle et ses enfants,\n"
"puis faites un ALTER TABLE ADD CONSTRAINT."
-#: utils/adt/ri_triggers.c:3428
+#: utils/adt/ri_triggers.c:3427
#, c-format
msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
msgstr ""
"la requte d'intgrit rfrentielle sur %s partir de la contrainte %s \n"
"sur %s donne des rsultats inattendus"
-#: utils/adt/ri_triggers.c:3432
+#: utils/adt/ri_triggers.c:3431
msgid "This is most likely due to a rule having rewritten the query."
msgstr "Ceci est certainement d une rgle qui a r-crit la requte."
-#: utils/adt/ri_triggers.c:3463
+#: utils/adt/ri_triggers.c:3462
#, c-format
msgid "No rows were found in \"%s\"."
msgstr "Aucune ligne trouve dans %s ."
-#: utils/adt/ri_triggers.c:3500
+#: utils/adt/ri_triggers.c:3494
#, c-format
msgid "Key (%s)=(%s) is not present in table \"%s\"."
msgstr "La cl (%s)=(%s) n'est pas prsente dans la table %s ."
-#: utils/adt/ri_triggers.c:3506
+#: utils/adt/ri_triggers.c:3500
#, c-format
msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\""
msgstr ""
"UPDATE ou DELETE sur la table %s viole la contrainte de cl trangre\n"
" %s de la table %s "
-#: utils/adt/ri_triggers.c:3509
+#: utils/adt/ri_triggers.c:3503
#, c-format
msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
msgstr "La cl (%s)=(%s) est toujours rfrence partir de la table %s ."
@@ -3702,27 +4808,27 @@ msgstr ""
"ne peut pas comparer les types d'enregistrement avec des numros diffrents\n"
"des colonnes"
-#: utils/adt/ruleutils.c:1473
-#: commands/functioncmds.c:976
-#: commands/functioncmds.c:1082
-#: commands/functioncmds.c:1147
-#: commands/functioncmds.c:1302
+#: utils/adt/ruleutils.c:1645
+#: commands/functioncmds.c:1009
+#: commands/functioncmds.c:1115
+#: commands/functioncmds.c:1181
+#: commands/functioncmds.c:1336
#, c-format
msgid "\"%s\" is an aggregate function"
msgstr " %s est une fonction d'agrgat"
-#: utils/adt/ruleutils.c:2083
+#: utils/adt/ruleutils.c:2255
#, c-format
msgid "rule \"%s\" has unsupported event type %d"
msgstr "la rgle %s a un type d'vnement %d non support"
-#: utils/adt/selfuncs.c:4487
-#: utils/adt/selfuncs.c:4928
+#: utils/adt/selfuncs.c:4488
+#: utils/adt/selfuncs.c:4917
msgid "case insensitive matching not supported on type bytea"
msgstr "la recherche insensible la casse n'est pas supporte avec le type bytea"
#: utils/adt/selfuncs.c:4593
-#: utils/adt/selfuncs.c:5088
+#: utils/adt/selfuncs.c:5077
msgid "regular-expression matching not supported on type bytea"
msgstr "la recherche par expression rationnelle n'est pas supporte sur le type bytea"
@@ -3744,104 +4850,108 @@ msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
msgstr "la prcision de TIMESTAMP(%d)%s est rduit au maximum autoris, %d"
#: utils/adt/timestamp.c:171
-#: utils/adt/timestamp.c:430
+#: utils/adt/timestamp.c:435
#, c-format
msgid "timestamp out of range: \"%s\""
msgstr "timestamp en dehors de limites : %s "
#: utils/adt/timestamp.c:189
-#: utils/adt/timestamp.c:448
-#: utils/adt/timestamp.c:659
+#: utils/adt/timestamp.c:453
+#: utils/adt/timestamp.c:664
#, c-format
msgid "date/time value \"%s\" is no longer supported"
msgstr "la valeur date/time %s n'est plus supporte"
-#: utils/adt/timestamp.c:365
+#: utils/adt/timestamp.c:260
+msgid "timestamp cannot be NaN"
+msgstr "timestamp ne peut pas valoir NaN"
+
+#: utils/adt/timestamp.c:370
#, c-format
msgid "timestamp(%d) precision must be between %d and %d"
msgstr "la prcision de timestamp(%d) doit tre comprise entre %d et %d"
-#: utils/adt/timestamp.c:653
-#: utils/adt/timestamp.c:3098
-#: utils/adt/timestamp.c:3228
-#: utils/adt/timestamp.c:3613
+#: utils/adt/timestamp.c:658
+#: utils/adt/timestamp.c:3109
+#: utils/adt/timestamp.c:3239
+#: utils/adt/timestamp.c:3624
msgid "interval out of range"
msgstr "intervalle en dehors des limites"
-#: utils/adt/timestamp.c:782
-#: utils/adt/timestamp.c:815
+#: utils/adt/timestamp.c:787
+#: utils/adt/timestamp.c:820
msgid "invalid INTERVAL type modifier"
msgstr "modificateur de type INTERVAL invalide"
-#: utils/adt/timestamp.c:798
+#: utils/adt/timestamp.c:803
#, c-format
msgid "INTERVAL(%d) precision must not be negative"
msgstr "la prcision de l'intervalle INTERVAL(%d) ne doit pas tre ngative"
-#: utils/adt/timestamp.c:804
+#: utils/adt/timestamp.c:809
#, c-format
msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
msgstr "La prcision de l'intervalle INTERVAL(%d) doit tre rduit au maximum permis, %d"
-#: utils/adt/timestamp.c:1096
+#: utils/adt/timestamp.c:1101
#, c-format
msgid "interval(%d) precision must be between %d and %d"
msgstr "La prcision de interval(%d) doit tre comprise entre %d et %d"
-#: utils/adt/timestamp.c:2301
+#: utils/adt/timestamp.c:2306
msgid "cannot subtract infinite timestamps"
msgstr "ne peut pas soustraire les valeurs timestamps infinies"
-#: utils/adt/timestamp.c:3354
-#: utils/adt/timestamp.c:3950
-#: utils/adt/timestamp.c:4009
+#: utils/adt/timestamp.c:3365
+#: utils/adt/timestamp.c:3961
+#: utils/adt/timestamp.c:4020
#, c-format
msgid "timestamp units \"%s\" not supported"
msgstr "les units timestamp %s ne sont pas supportes"
-#: utils/adt/timestamp.c:3368
-#: utils/adt/timestamp.c:4019
+#: utils/adt/timestamp.c:3379
+#: utils/adt/timestamp.c:4030
#, c-format
msgid "timestamp units \"%s\" not recognized"
msgstr "les unit %s ne sont pas reconnues pour le type timestamp"
-#: utils/adt/timestamp.c:3509
-#: utils/adt/timestamp.c:4181
-#: utils/adt/timestamp.c:4222
+#: utils/adt/timestamp.c:3520
+#: utils/adt/timestamp.c:4192
+#: utils/adt/timestamp.c:4233
#, c-format
msgid "timestamp with time zone units \"%s\" not supported"
msgstr ""
"les units %s ne sont pas supportes pour le type timestamp with time\n"
"zone "
-#: utils/adt/timestamp.c:3526
-#: utils/adt/timestamp.c:4231
+#: utils/adt/timestamp.c:3537
+#: utils/adt/timestamp.c:4242
#, c-format
msgid "timestamp with time zone units \"%s\" not recognized"
msgstr ""
"Les units %s ne sont pas reconnues pour le type timestamp with time\n"
"zone "
-#: utils/adt/timestamp.c:3606
-#: utils/adt/timestamp.c:4337
+#: utils/adt/timestamp.c:3617
+#: utils/adt/timestamp.c:4348
#, c-format
msgid "interval units \"%s\" not supported"
msgstr "Les units %s ne sont pas supportes pour le type interval"
-#: utils/adt/timestamp.c:3622
-#: utils/adt/timestamp.c:4364
+#: utils/adt/timestamp.c:3633
+#: utils/adt/timestamp.c:4375
#, c-format
msgid "interval units \"%s\" not recognized"
msgstr "Les units %s ne sont pas reconnues pour le type interval"
-#: utils/adt/timestamp.c:4434
-#: utils/adt/timestamp.c:4607
+#: utils/adt/timestamp.c:4445
+#: utils/adt/timestamp.c:4618
#, c-format
msgid "could not convert to time zone \"%s\""
msgstr "n'a pas pu convertir vers le fuseau horaire %s "
-#: utils/adt/timestamp.c:4466
-#: utils/adt/timestamp.c:4640
+#: utils/adt/timestamp.c:4477
+#: utils/adt/timestamp.c:4651
#, c-format
msgid "interval time zone \"%s\" must not specify month"
msgstr "l'intervalle de fuseau horaire %s ne doit pas spcifier le mois"
@@ -3942,52 +5052,52 @@ msgstr "la chane est trop longue pour tsvector (%ld octets, max %ld octets)"
msgid "string is too long for tsvector (%d bytes, max %d bytes)"
msgstr "la chane est trop longue (%d octets, max %d octets)"
-#: utils/adt/tsvector_op.c:1098
+#: utils/adt/tsvector_op.c:1103
msgid "ts_stat query must return one tsvector column"
msgstr "la requte ts_stat doit renvoyer une colonne tsvector"
-#: utils/adt/tsvector_op.c:1278
+#: utils/adt/tsvector_op.c:1283
#, c-format
msgid "tsvector column \"%s\" does not exist"
msgstr "la colonne tsvector %s n'existe pas"
-#: utils/adt/tsvector_op.c:1284
+#: utils/adt/tsvector_op.c:1289
#, c-format
msgid "column \"%s\" is not of tsvector type"
msgstr "la colonne %s n'est pas de type tsvector"
-#: utils/adt/tsvector_op.c:1296
+#: utils/adt/tsvector_op.c:1301
#, c-format
msgid "configuration column \"%s\" does not exist"
msgstr "la colonne de configuration %s n'existe pas"
-#: utils/adt/tsvector_op.c:1302
+#: utils/adt/tsvector_op.c:1307
#, c-format
msgid "column \"%s\" is not of regconfig type"
msgstr "la colonne %s n'est pas de type regconfig"
-#: utils/adt/tsvector_op.c:1309
+#: utils/adt/tsvector_op.c:1314
#, c-format
msgid "configuration column \"%s\" must not be null"
msgstr "la colonne de configuration %s ne doit pas tre NULL"
-#: utils/adt/tsvector_op.c:1322
+#: utils/adt/tsvector_op.c:1327
#, c-format
msgid "text search configuration name \"%s\" must be schema-qualified"
msgstr ""
"le nom de la configuration de la recherche plein texte %s doit tre\n"
"qualifi par son schma"
-#: utils/adt/tsvector_op.c:1342
-#: commands/copy.c:3409
-#: commands/indexcmds.c:835
-#: commands/tablecmds.c:1913
-#: parser/parse_expr.c:466
+#: utils/adt/tsvector_op.c:1347
+#: commands/copy.c:3446
+#: commands/indexcmds.c:900
+#: commands/tablecmds.c:2006
+#: parser/parse_expr.c:756
#, c-format
msgid "column \"%s\" does not exist"
msgstr "la colonne %s n'existe pas"
-#: utils/adt/tsvector_op.c:1347
+#: utils/adt/tsvector_op.c:1352
#, c-format
msgid "column \"%s\" is not of a character type"
msgstr "la colonne %s n'est pas de type caractre"
@@ -4079,36 +5189,36 @@ msgstr "valeur trop longue pour le type character(%d)"
msgid "value too long for type character varying(%d)"
msgstr "valeur trop longue pour le type character varying(%d)"
-#: utils/adt/varlena.c:670
-#: utils/adt/varlena.c:734
-#: utils/adt/varlena.c:1684
+#: utils/adt/varlena.c:706
+#: utils/adt/varlena.c:770
+#: utils/adt/varlena.c:1720
msgid "negative substring length not allowed"
msgstr "longueur de sous-chane ngative non autorise"
-#: utils/adt/varlena.c:1213
-#: utils/adt/varlena.c:1226
+#: utils/adt/varlena.c:1249
+#: utils/adt/varlena.c:1262
#, c-format
msgid "could not convert string to UTF-16: error %lu"
msgstr "n'a pas pu convertir la chane en UTF16 : erreur %lu"
-#: utils/adt/varlena.c:1236
+#: utils/adt/varlena.c:1272
#, c-format
msgid "could not compare Unicode strings: %m"
msgstr "n'a pas pu comparer les chanes unicode : %m"
-#: utils/adt/varlena.c:1779
-#: utils/adt/varlena.c:1810
+#: utils/adt/varlena.c:1815
#: utils/adt/varlena.c:1846
-#: utils/adt/varlena.c:1889
+#: utils/adt/varlena.c:1882
+#: utils/adt/varlena.c:1925
#, c-format
msgid "index %d out of valid range, 0..%d"
msgstr "index %d en dehors des limites valides, 0..%d"
-#: utils/adt/varlena.c:1901
+#: utils/adt/varlena.c:1937
msgid "new bit must be 0 or 1"
msgstr "le nouveau bit doit valoir soit 0 soit 1"
-#: utils/adt/varlena.c:2681
+#: utils/adt/varlena.c:2717
msgid "field position must be greater than zero"
msgstr "la position du champ doit tre plus grand que zro"
@@ -4133,69 +5243,69 @@ msgid "You need to rebuild PostgreSQL using --with-libxml."
msgstr "Vous devez recompiler PostgreSQL en utilisant --with-libxml."
#: utils/adt/xml.c:158
-#: utils/mb/mbutils.c:477
+#: utils/mb/mbutils.c:478
#, c-format
msgid "invalid encoding name \"%s\""
msgstr "nom d'encodage %s invalide"
-#: utils/adt/xml.c:397
-#: utils/adt/xml.c:402
+#: utils/adt/xml.c:404
+#: utils/adt/xml.c:409
msgid "invalid XML comment"
msgstr "commentaire XML invalide"
-#: utils/adt/xml.c:531
+#: utils/adt/xml.c:538
msgid "not an XML document"
msgstr "pas un document XML"
-#: utils/adt/xml.c:683
-#: utils/adt/xml.c:706
+#: utils/adt/xml.c:691
+#: utils/adt/xml.c:714
msgid "invalid XML processing instruction"
msgstr "instruction de traitement XML invalide"
-#: utils/adt/xml.c:684
+#: utils/adt/xml.c:692
#, c-format
msgid "XML processing instruction target name cannot be \"%s\"."
msgstr "le nom de cible de l'instruction de traitement XML ne peut pas tre %s ."
-#: utils/adt/xml.c:707
+#: utils/adt/xml.c:715
msgid "XML processing instruction cannot contain \"?>\"."
msgstr "l'instruction de traitement XML ne peut pas contenir ?> ."
-#: utils/adt/xml.c:786
+#: utils/adt/xml.c:794
msgid "xmlvalidate is not implemented"
msgstr "xmlvalidate n'est pas implment"
-#: utils/adt/xml.c:861
+#: utils/adt/xml.c:870
msgid "could not initialize XML library"
msgstr "n'a pas pu initialiser la bibliothque XML"
-#: utils/adt/xml.c:862
+#: utils/adt/xml.c:871
#, c-format
msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
msgstr ""
"libxml2 a un type de caractre incompatible : sizeof(char)=%u,\n"
"sizeof(xmlChar)=%u."
-#: utils/adt/xml.c:1339
-#: utils/adt/xml.c:1340
#: utils/adt/xml.c:1346
-#: utils/adt/xml.c:1417
-#: utils/misc/guc.c:4749
-#: utils/misc/guc.c:5017
+#: utils/adt/xml.c:1347
+#: utils/adt/xml.c:1353
+#: utils/adt/xml.c:1424
+#: utils/misc/guc.c:4835
+#: utils/misc/guc.c:5103
#: utils/fmgr/dfmgr.c:381
#: tcop/postgres.c:3990
-#: catalog/dependency.c:906
-#: catalog/dependency.c:907
+#: catalog/dependency.c:912
#: catalog/dependency.c:913
-#: catalog/dependency.c:914
-#: catalog/dependency.c:925
-#: catalog/dependency.c:926
-#: commands/tablecmds.c:609
-#: commands/trigger.c:574
-#: commands/trigger.c:590
-#: commands/trigger.c:602
-#: commands/user.c:909
-#: commands/user.c:910
+#: catalog/dependency.c:919
+#: catalog/dependency.c:920
+#: catalog/dependency.c:931
+#: catalog/dependency.c:932
+#: commands/tablecmds.c:630
+#: commands/trigger.c:791
+#: commands/trigger.c:807
+#: commands/trigger.c:819
+#: commands/user.c:912
+#: commands/user.c:913
#: storage/lmgr/deadlock.c:942
#: storage/lmgr/deadlock.c:943
#: nodes/print.c:85
@@ -4203,50 +5313,46 @@ msgstr ""
msgid "%s"
msgstr "%s"
-#: utils/adt/xml.c:1393
+#: utils/adt/xml.c:1400
msgid "Invalid character value."
msgstr "Valeur invalide pour le caractre."
-#: utils/adt/xml.c:1396
+#: utils/adt/xml.c:1403
msgid "Space required."
msgstr "Espace requis."
-#: utils/adt/xml.c:1399
+#: utils/adt/xml.c:1406
msgid "standalone accepts only 'yes' or 'no'."
msgstr "la version autonome accepte seulement 'yes' et 'no'."
-#: utils/adt/xml.c:1402
+#: utils/adt/xml.c:1409
msgid "Malformed declaration: missing version."
msgstr "Dclaration mal forme : version manquante."
-#: utils/adt/xml.c:1405
+#: utils/adt/xml.c:1412
msgid "Missing encoding in text declaration."
msgstr "Encodage manquant dans la dclaration du texte."
-#: utils/adt/xml.c:1408
+#: utils/adt/xml.c:1415
msgid "Parsing XML declaration: '?>' expected."
msgstr "Analyse de la dclaration XML : ?> attendu."
-#: utils/adt/xml.c:1411
+#: utils/adt/xml.c:1418
#, c-format
msgid "Unrecognized libxml error code: %d."
msgstr "code d'erreur libxml inconnu : %d"
-#: utils/adt/xml.c:1666
-msgid "date out of range"
-msgstr "date en dehors des limites"
-
-#: utils/adt/xml.c:1667
+#: utils/adt/xml.c:1672
msgid "XML does not support infinite date values."
msgstr "XML ne supporte pas les valeurs infinies de date."
-#: utils/adt/xml.c:1690
-#: utils/adt/xml.c:1717
+#: utils/adt/xml.c:1695
+#: utils/adt/xml.c:1722
msgid "XML does not support infinite timestamp values."
msgstr "XML ne supporte pas les valeurs infinies de timestamp."
-#: utils/adt/xml.c:2007
-#: utils/adt/xml.c:2171
+#: utils/adt/xml.c:2027
+#: utils/adt/xml.c:2191
#: commands/portalcmds.c:168
#: commands/portalcmds.c:222
#: executor/execCurrent.c:66
@@ -4254,29 +5360,29 @@ msgstr "XML ne supporte pas les valeurs infinies de timestamp."
msgid "cursor \"%s\" does not exist"
msgstr "le curseur %s n'existe pas"
-#: utils/adt/xml.c:2086
+#: utils/adt/xml.c:2106
msgid "invalid query"
msgstr "requte invalide"
-#: utils/adt/xml.c:3319
+#: utils/adt/xml.c:3339
msgid "invalid array for XML namespace mapping"
msgstr "tableau invalide pour la correspondance de l'espace de nom XML"
-#: utils/adt/xml.c:3320
+#: utils/adt/xml.c:3340
msgid "The array must be two-dimensional with length of the second axis equal to 2."
msgstr ""
"Le tableau doit avoir deux dimensions avec une longueur de 2 pour le\n"
"deuxime axe."
-#: utils/adt/xml.c:3344
+#: utils/adt/xml.c:3364
msgid "empty XPath expression"
msgstr "expression XPath vide"
-#: utils/adt/xml.c:3392
+#: utils/adt/xml.c:3412
msgid "neither namespace name nor URI may be null"
msgstr "ni le nom de l'espace de noms ni l'URI ne peuvent tre NULL"
-#: utils/adt/xml.c:3399
+#: utils/adt/xml.c:3419
#, c-format
msgid "could not register XML namespace with name \"%s\" and URI \"%s\""
msgstr "n'a pas pu enregistrer l'espace de noms XML de nom %s et d'URI %s "
@@ -4293,49 +5399,54 @@ msgstr "identifiant d'encodage %d inattendu pour les jeux de caractres WIN"
msgid "unexpected encoding ID %d for ISO 8859 character sets"
msgstr "identifiant d'encodage %d inattendu pour les jeux de caractres ISO-8859"
-#: utils/mb/encnames.c:564
+#: utils/mb/conv.c:509
+#, c-format
+msgid "invalid encoding number: %d"
+msgstr "numro d'encodage invalide : %d"
+
+#: utils/mb/encnames.c:485
msgid "encoding name too long"
msgstr "nom d'encodage trop long"
-#: utils/mb/mbutils.c:240
+#: utils/mb/mbutils.c:241
#: commands/variable.c:665
#, c-format
msgid "conversion between %s and %s is not supported"
msgstr "la conversion entre %s et %s n'est pas supporte"
-#: utils/mb/mbutils.c:310
+#: utils/mb/mbutils.c:311
#, c-format
msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
msgstr ""
"la fonction de conversion par dfaut pour l'encodage de %s en %s \n"
"n'existe pas"
-#: utils/mb/mbutils.c:336
-#: utils/mb/mbutils.c:597
+#: utils/mb/mbutils.c:337
+#: utils/mb/mbutils.c:609
#, c-format
msgid "String of %d bytes is too long for encoding conversion."
msgstr "Une chane de %d octets est trop longue pour la conversion d'encodage."
-#: utils/mb/mbutils.c:423
+#: utils/mb/mbutils.c:424
#, c-format
msgid "invalid source encoding name \"%s\""
msgstr "nom de l'encodage source %s invalide"
-#: utils/mb/mbutils.c:428
+#: utils/mb/mbutils.c:429
#, c-format
msgid "invalid destination encoding name \"%s\""
msgstr "nom de l'encodage destination %s invalide"
-#: utils/mb/mbutils.c:529
+#: utils/mb/mbutils.c:541
#, c-format
msgid "invalid byte value for encoding \"%s\": 0x%02x"
msgstr "valeur d'octet invalide pour l'encodage %s : 0x%02x"
-#: utils/mb/mbutils.c:724
+#: utils/mb/mbutils.c:736
msgid "invalid multibyte character for locale"
msgstr "caractre multi-octets invalide pour la locale"
-#: utils/mb/mbutils.c:725
+#: utils/mb/mbutils.c:737
msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
msgstr ""
"La locale LC_CTYPE du serveur est probablement incompatible avec l'encodage\n"
@@ -4358,11 +5469,6 @@ msgstr ""
msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\""
msgstr "le caractre 0x%s du codage %s n'a pas d'quivalent dans %s "
-#: utils/mb/conv.c:509
-#, c-format
-msgid "invalid encoding number: %d"
-msgstr "numro d'encodage invalide : %d"
-
#: utils/sort/logtape.c:213
#, c-format
msgid "could not write block %ld of temporary file: %m"
@@ -4383,8 +5489,9 @@ msgid "could not create unique index \"%s\""
msgstr "n'a pas pu crer l'index unique %s "
#: utils/sort/tuplesort.c:2808
-msgid "Table contains duplicated values."
-msgstr "La table contient des valeurs dupliques."
+#, c-format
+msgid "Key %s is duplicated."
+msgstr "La cl %s est duplique."
#: utils/hash/dynahash.c:925
#: storage/lmgr/lock.c:583
@@ -4393,209 +5500,213 @@ msgstr "La table contient des valeurs dupliques."
#: storage/lmgr/lock.c:2339
#: storage/lmgr/lock.c:2404
#: storage/lmgr/proc.c:186
-#: storage/lmgr/proc.c:199
+#: storage/lmgr/proc.c:204
#: storage/ipc/shmem.c:190
#: storage/ipc/shmem.c:359
msgid "out of shared memory"
msgstr "mmoire partage puise"
-#: utils/misc/guc.c:466
+#: utils/misc/guc.c:472
msgid "Ungrouped"
msgstr "Dgroup"
-#: utils/misc/guc.c:468
+#: utils/misc/guc.c:474
msgid "File Locations"
msgstr "Emplacement des fichiers"
-#: utils/misc/guc.c:470
+#: utils/misc/guc.c:476
msgid "Connections and Authentication"
msgstr "Connexions et authentification"
-#: utils/misc/guc.c:472
+#: utils/misc/guc.c:478
msgid "Connections and Authentication / Connection Settings"
msgstr "Connexions et authentification / Paramtrages de connexion"
-#: utils/misc/guc.c:474
+#: utils/misc/guc.c:480
msgid "Connections and Authentication / Security and Authentication"
msgstr "Connexions et authentification / Scurit et authentification"
-#: utils/misc/guc.c:476
+#: utils/misc/guc.c:482
msgid "Resource Usage"
msgstr "Utilisation des ressources"
-#: utils/misc/guc.c:478
+#: utils/misc/guc.c:484
msgid "Resource Usage / Memory"
msgstr "Utilisation des ressources / Mmoire"
-#: utils/misc/guc.c:480
+#: utils/misc/guc.c:486
msgid "Resource Usage / Kernel Resources"
msgstr "Utilisation des ressources / Ressources noyau"
-#: utils/misc/guc.c:482
+#: utils/misc/guc.c:488
msgid "Write-Ahead Log"
msgstr "Write-Ahead Log"
-#: utils/misc/guc.c:484
+#: utils/misc/guc.c:490
msgid "Write-Ahead Log / Settings"
msgstr "Write-Ahead Log / Paramtrages"
-#: utils/misc/guc.c:486
+#: utils/misc/guc.c:492
msgid "Write-Ahead Log / Checkpoints"
msgstr "Write-Ahead Log / Points de vrification (Checkpoints)"
-#: utils/misc/guc.c:488
+#: utils/misc/guc.c:494
msgid "Query Tuning"
msgstr "Optimisation des requtes"
-#: utils/misc/guc.c:490
+#: utils/misc/guc.c:496
msgid "Query Tuning / Planner Method Configuration"
msgstr "Optimisation des requtes / Configuration de la mthode du planificateur"
-#: utils/misc/guc.c:492
+#: utils/misc/guc.c:498
msgid "Query Tuning / Planner Cost Constants"
msgstr "Optimisation des requtes / Constantes des cots du planificateur"
-#: utils/misc/guc.c:494
+#: utils/misc/guc.c:500
msgid "Query Tuning / Genetic Query Optimizer"
msgstr "Optimisation des requtes / Optimiseur gntique de requtes"
-#: utils/misc/guc.c:496
+#: utils/misc/guc.c:502
msgid "Query Tuning / Other Planner Options"
msgstr "Optimisation des requtes / Autres options du planificateur"
-#: utils/misc/guc.c:498
+#: utils/misc/guc.c:504
msgid "Reporting and Logging"
msgstr "Rapports et traces"
-#: utils/misc/guc.c:500
+#: utils/misc/guc.c:506
msgid "Reporting and Logging / Where to Log"
msgstr "Rapports et traces / O tracer"
-#: utils/misc/guc.c:502
+#: utils/misc/guc.c:508
msgid "Reporting and Logging / When to Log"
msgstr "Rapports et traces / Quand tracer"
-#: utils/misc/guc.c:504
+#: utils/misc/guc.c:510
msgid "Reporting and Logging / What to Log"
msgstr "Rapports et traces / Que tracer"
-#: utils/misc/guc.c:506
+#: utils/misc/guc.c:512
msgid "Statistics"
msgstr "Statistiques"
-#: utils/misc/guc.c:508
+#: utils/misc/guc.c:514
msgid "Statistics / Monitoring"
msgstr "Statistiques / Surveillance"
-#: utils/misc/guc.c:510
+#: utils/misc/guc.c:516
msgid "Statistics / Query and Index Statistics Collector"
msgstr "Statistiques / Rcuprateur des statistiques sur les requtes et sur les index"
-#: utils/misc/guc.c:512
+#: utils/misc/guc.c:518
msgid "Autovacuum"
msgstr "Autovacuum"
-#: utils/misc/guc.c:514
+#: utils/misc/guc.c:520
msgid "Client Connection Defaults"
msgstr "Valeurs par dfaut pour les connexions client"
-#: utils/misc/guc.c:516
+#: utils/misc/guc.c:522
msgid "Client Connection Defaults / Statement Behavior"
msgstr "Valeurs par dfaut pour les connexions client / Comportement des instructions"
-#: utils/misc/guc.c:518
+#: utils/misc/guc.c:524
msgid "Client Connection Defaults / Locale and Formatting"
msgstr "Valeurs par dfaut pour les connexions client / Locale et formattage"
-#: utils/misc/guc.c:520
+#: utils/misc/guc.c:526
msgid "Client Connection Defaults / Other Defaults"
msgstr "Valeurs par dfaut pour les connexions client / Autres valeurs par dfaut"
-#: utils/misc/guc.c:522
+#: utils/misc/guc.c:528
msgid "Lock Management"
msgstr "Gestion des verrous"
-#: utils/misc/guc.c:524
+#: utils/misc/guc.c:530
msgid "Version and Platform Compatibility"
msgstr "Compatibilit des versions et des plateformes"
-#: utils/misc/guc.c:526
+#: utils/misc/guc.c:532
msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
msgstr "Compatibilit des versions et des plateformes / Anciennes versions de PostgreSQL"
-#: utils/misc/guc.c:528
+#: utils/misc/guc.c:534
msgid "Version and Platform Compatibility / Other Platforms and Clients"
msgstr "Compatibilit des versions et des plateformes / Anciennes plateformes et anciens clients"
-#: utils/misc/guc.c:530
+#: utils/misc/guc.c:536
msgid "Preset Options"
msgstr "Options pr-configures"
-#: utils/misc/guc.c:532
+#: utils/misc/guc.c:538
msgid "Customized Options"
msgstr "Options personnalises"
-#: utils/misc/guc.c:534
+#: utils/misc/guc.c:540
msgid "Developer Options"
msgstr "Options pour le dveloppeur"
-#: utils/misc/guc.c:588
+#: utils/misc/guc.c:594
msgid "Enables the planner's use of sequential-scan plans."
msgstr "Active l'utilisation des parcours squentiels par le planificateur."
-#: utils/misc/guc.c:596
+#: utils/misc/guc.c:602
msgid "Enables the planner's use of index-scan plans."
msgstr "Active l'utilisation des parcours d'index par le planificateur."
-#: utils/misc/guc.c:604
+#: utils/misc/guc.c:610
msgid "Enables the planner's use of bitmap-scan plans."
msgstr "Active l'utilisation des parcours de bitmap par le planificateur."
-#: utils/misc/guc.c:612
+#: utils/misc/guc.c:618
msgid "Enables the planner's use of TID scan plans."
msgstr "Active l'utilisation de plans de parcours TID par le planificateur."
-#: utils/misc/guc.c:620
+#: utils/misc/guc.c:626
msgid "Enables the planner's use of explicit sort steps."
msgstr "Active l'utilisation des tapes de tris explicites par le planificateur."
-#: utils/misc/guc.c:628
+#: utils/misc/guc.c:634
msgid "Enables the planner's use of hashed aggregation plans."
msgstr "Active l'utilisation de plans d'agrgats hchs par le planificateur."
-#: utils/misc/guc.c:636
+#: utils/misc/guc.c:642
msgid "Enables the planner's use of nested-loop join plans."
msgstr "Active l'utilisation de plans avec des jointures imbriques par le planificateur."
-#: utils/misc/guc.c:644
+#: utils/misc/guc.c:650
msgid "Enables the planner's use of merge join plans."
msgstr "Active l'utilisation de plans de jointures MERGE par le planificateur."
-#: utils/misc/guc.c:652
+#: utils/misc/guc.c:658
msgid "Enables the planner's use of hash join plans."
msgstr "Active l'utilisation de plans de jointures hches par le planificateur."
-#: utils/misc/guc.c:660
+#: utils/misc/guc.c:666
msgid "Enables genetic query optimization."
msgstr "Active l'optimisation gntique des requtes."
-#: utils/misc/guc.c:661
+#: utils/misc/guc.c:667
msgid "This algorithm attempts to do planning without exhaustive searching."
msgstr "Cet algorithme essaie de faire une planification sans recherche exhaustive."
-#: utils/misc/guc.c:670
+#: utils/misc/guc.c:676
msgid "Shows whether the current user is a superuser."
msgstr "Affiche si l'utilisateur actuel est un super-utilisateur."
-#: utils/misc/guc.c:679
+#: utils/misc/guc.c:685
+msgid "Enables advertising the server via Bonjour."
+msgstr "Active la publication du serveur via Bonjour."
+
+#: utils/misc/guc.c:693
msgid "Enables SSL connections."
msgstr "Active les connexions SSL."
-#: utils/misc/guc.c:687
+#: utils/misc/guc.c:701
msgid "Forces synchronization of updates to disk."
msgstr "Force la synchronisation des mises jour sur le disque."
-#: utils/misc/guc.c:688
+#: utils/misc/guc.c:702
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 ""
"Le serveur utilisera l'appel systme fsync() diffrents endroits pour\n"
@@ -4603,15 +5714,15 @@ msgstr ""
"nous assure qu'un groupe de bases de donnes se retrouvera dans un tat\n"
"cohrent aprs un arrt brutal d au systme d'exploitation ou au matriel."
-#: utils/misc/guc.c:698
+#: utils/misc/guc.c:712
msgid "Sets immediate fsync at commit."
msgstr "Configure un fsync immdiat lors du commit."
-#: utils/misc/guc.c:706
+#: utils/misc/guc.c:720
msgid "Continues processing past damaged page headers."
msgstr "Continue le travail aprs les en-ttes de page endommags."
-#: utils/misc/guc.c:707
+#: utils/misc/guc.c:721
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 ""
"La dtection d'une en-tte de page endommage cause normalement le rapport\n"
@@ -4620,13 +5731,13 @@ msgstr ""
"message d'attention et continue travailler. Ce comportement dtruira des\n"
"donnes, notamment toutes les lignes de la page endommage."
-#: utils/misc/guc.c:719
+#: utils/misc/guc.c:733
msgid "Writes full pages to WAL when first modified after a checkpoint."
msgstr ""
"crit des pages compltes dans les WAL lors d'une premire modification aprs\n"
"un point de vrification."
-#: utils/misc/guc.c:720
+#: utils/misc/guc.c:734
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 ""
"Une page crite au moment d'un arrt brutal du systme d'exploitation\n"
@@ -4637,134 +5748,134 @@ msgstr ""
"vrification des journaux de transaction pour que la rcupration complte\n"
"soit possible."
-#: utils/misc/guc.c:731
+#: utils/misc/guc.c:745
msgid "Runs the server silently."
msgstr "Lance le serveur de manire silencieuse."
-#: utils/misc/guc.c:732
+#: utils/misc/guc.c:746
msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated."
msgstr ""
"Si ce paramtre est initialis, le serveur sera excut automatiquement en\n"
"tche de fond et les terminaux de contrles seront ds-associs."
-#: utils/misc/guc.c:740
+#: utils/misc/guc.c:754
msgid "Logs each checkpoint."
msgstr "Trace tous les points de vrification."
-#: utils/misc/guc.c:748
+#: utils/misc/guc.c:762
msgid "Logs each successful connection."
msgstr "Trace toutes les connexions russies."
-#: utils/misc/guc.c:756
+#: utils/misc/guc.c:770
msgid "Logs end of a session, including duration."
msgstr "Trace la fin d'une session, avec sa dure."
-#: utils/misc/guc.c:764
+#: utils/misc/guc.c:778
msgid "Turns on various assertion checks."
msgstr "Active les diffrentes vrifications des assertions."
-#: utils/misc/guc.c:765
+#: utils/misc/guc.c:779
msgid "This is a debugging aid."
msgstr "C'est une aide de dbogage."
-#: utils/misc/guc.c:779
-#: utils/misc/guc.c:861
-#: utils/misc/guc.c:920
-#: utils/misc/guc.c:929
-#: utils/misc/guc.c:938
-#: utils/misc/guc.c:947
-#: utils/misc/guc.c:1513
-#: utils/misc/guc.c:1522
+#: utils/misc/guc.c:793
+#: utils/misc/guc.c:875
+#: utils/misc/guc.c:934
+#: utils/misc/guc.c:943
+#: utils/misc/guc.c:952
+#: utils/misc/guc.c:961
+#: utils/misc/guc.c:1529
+#: utils/misc/guc.c:1538
msgid "No description available."
msgstr "Aucune description disponible."
-#: utils/misc/guc.c:788
+#: utils/misc/guc.c:802
msgid "Logs the duration of each completed SQL statement."
msgstr "Trace la dure de chaque instruction SQL termine."
-#: utils/misc/guc.c:796
+#: utils/misc/guc.c:810
msgid "Logs each query's parse tree."
msgstr "Trace l'arbre d'analyse de chaque requte."
-#: utils/misc/guc.c:804
+#: utils/misc/guc.c:818
msgid "Logs each query's rewritten parse tree."
msgstr "Trace l'arbre d'analyse rcrit de chaque requte."
-#: utils/misc/guc.c:812
+#: utils/misc/guc.c:826
msgid "Logs each query's execution plan."
msgstr "Trace le plan d'excution de chaque requte."
-#: utils/misc/guc.c:820
+#: utils/misc/guc.c:834
msgid "Indents parse and plan tree displays."
msgstr "Indente l'affichage des arbres d'analyse et de planification."
-#: utils/misc/guc.c:828
+#: utils/misc/guc.c:842
msgid "Writes parser performance statistics to the server log."
msgstr ""
"crit les statistiques de performance de l'analyseur dans les journaux applicatifs\n"
"du serveur."
-#: utils/misc/guc.c:836
+#: utils/misc/guc.c:850
msgid "Writes planner performance statistics to the server log."
msgstr ""
"crit les statistiques de performance de planification dans les journaux\n"
"applicatifs du serveur."
-#: utils/misc/guc.c:844
+#: utils/misc/guc.c:858
msgid "Writes executor performance statistics to the server log."
msgstr ""
"crit les statistiques de performance de l'excuteur dans les journaux applicatifs\n"
"du serveur."
-#: utils/misc/guc.c:852
+#: utils/misc/guc.c:866
msgid "Writes cumulative performance statistics to the server log."
msgstr ""
"crit les statistiques de performance cumulatives dans les journaux applicatifs\n"
"du serveur."
-#: utils/misc/guc.c:872
+#: utils/misc/guc.c:886
msgid "Collects information about executing commands."
msgstr "Rcupre les statistiques sur les commandes en excution."
-#: utils/misc/guc.c:873
+#: utils/misc/guc.c:887
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 ""
"Active la rcupration d'informations sur la commande en cours d'excution\n"
"pour chaque session, avec l'heure de dbut de l'excution de la commande."
-#: utils/misc/guc.c:882
+#: utils/misc/guc.c:896
msgid "Collects statistics on database activity."
msgstr "Rcupre les statistiques sur l'activit de la base de donnes."
-#: utils/misc/guc.c:891
+#: utils/misc/guc.c:905
msgid "Updates the process title to show the active SQL command."
msgstr ""
"Met jour le titre du processus pour indiquer la commande SQL en cours\n"
"d'excution."
-#: utils/misc/guc.c:892
+#: utils/misc/guc.c:906
msgid "Enables updating of the process title every time a new SQL command is received by the server."
msgstr ""
"Active la mise jour du titre du processus chaque fois qu'une nouvelle\n"
"commande SQL est reue par le serveur."
-#: utils/misc/guc.c:900
+#: utils/misc/guc.c:914
msgid "Starts the autovacuum subprocess."
msgstr "Excute le sous-processus de l'autovacuum."
-#: utils/misc/guc.c:909
+#: utils/misc/guc.c:923
msgid "Generates debugging output for LISTEN and NOTIFY."
msgstr "Gnre une sortie de dbogage pour LISTEN et NOTIFY."
-#: utils/misc/guc.c:958
+#: utils/misc/guc.c:972
msgid "Logs long lock waits."
msgstr "Trace les attentes longues de verrou."
-#: utils/misc/guc.c:967
+#: utils/misc/guc.c:981
msgid "Logs the host name in the connection logs."
msgstr "Trace le nom d'hte dans les traces de connexion."
-#: utils/misc/guc.c:968
+#: utils/misc/guc.c:982
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 ""
"Par dfaut, les traces de connexion n'affichent que l'adresse IP de l'hte\n"
@@ -4773,28 +5884,28 @@ msgstr ""
"pour votre hte, cela pourrait imposer des dgradations de performances non\n"
"ngligeables."
-#: utils/misc/guc.c:978
+#: utils/misc/guc.c:992
msgid "Causes subtables to be included by default in various commands."
msgstr ""
"Fait que les sous-tables soient incluses par dfaut dans les diffrentes\n"
"commandes."
-#: utils/misc/guc.c:986
+#: utils/misc/guc.c:1000
msgid "Encrypt passwords."
msgstr "Chiffre les mots de passe."
-#: utils/misc/guc.c:987
+#: utils/misc/guc.c:1001
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 ""
"Lorsqu'un mot de passe est spcifi dans CREATE USER ou ALTER USER sans\n"
"indiquer ENCRYPTED ou UNENCRYPTED, ce paramtre dtermine si le mot de passe\n"
"doit tre chiffr."
-#: utils/misc/guc.c:996
+#: utils/misc/guc.c:1010
msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
msgstr "Traite expr=NULL comme expr IS NULL ."
-#: utils/misc/guc.c:997
+#: utils/misc/guc.c:1011
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 ""
"Une fois activ, les expressions de la forme expr = NULL (ou NULL = expr)\n"
@@ -4802,222 +5913,226 @@ msgstr ""
"l'expression est value comme tant NULL et false sinon. Le comportement\n"
"correct de expr = NULL est de toujours renvoyer NULL (inconnu)."
-#: utils/misc/guc.c:1008
+#: utils/misc/guc.c:1022
msgid "Enables per-database user names."
msgstr "Active les noms d'utilisateur par base de donnes."
-#: utils/misc/guc.c:1017
+#: utils/misc/guc.c:1031
msgid "This parameter doesn't do anything."
msgstr "Ce paramtre ne fait rien."
-#: utils/misc/guc.c:1018
+#: utils/misc/guc.c:1032
msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients."
msgstr ""
"C'est ici uniquement pour ne pas avoir de problmes avec le SET AUTOCOMMIT\n"
"TO ON des clients 7.3."
-#: utils/misc/guc.c:1026
+#: utils/misc/guc.c:1040
msgid "Sets the default read-only status of new transactions."
msgstr "Initialise le statut de lecture seule par dfaut des nouvelles transactions."
-#: utils/misc/guc.c:1034
+#: utils/misc/guc.c:1048
msgid "Sets the current transaction's read-only status."
msgstr "Affiche le statut de lecture seule de la transaction actuelle."
-#: utils/misc/guc.c:1043
-msgid "Automatically adds missing table references to FROM clauses."
-msgstr ""
-"Ajoute automatiquement les rfrences la table manquant dans les clauses\n"
-"FROM."
-
-#: utils/misc/guc.c:1051
+#: utils/misc/guc.c:1057
msgid "Check function bodies during CREATE FUNCTION."
msgstr "Vrifie les corps de fonction lors du CREATE FUNCTION."
-#: utils/misc/guc.c:1059
+#: utils/misc/guc.c:1065
msgid "Enable input of NULL elements in arrays."
msgstr "Active la saisie d'lments NULL dans les tableaux."
-#: utils/misc/guc.c:1060
+#: utils/misc/guc.c:1066
msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally."
msgstr ""
"Si activ, un NULL sans guillemets en tant que valeur d'entre dans un\n"
"tableau signifie une valeur NULL ; sinon, il sera pris littralement."
-#: utils/misc/guc.c:1069
+#: utils/misc/guc.c:1075
msgid "Create new tables with OIDs by default."
msgstr "Cre des nouvelles tables avec des OID par dfaut."
-#: utils/misc/guc.c:1077
+#: utils/misc/guc.c:1083
msgid "Start a subprocess to capture stderr output and/or csvlogs into log files."
msgstr ""
"Lance un sous-processus pour capturer la sortie d'erreurs (stderr) et/ou\n"
"csvlogs dans des journaux applicatifs."
-#: utils/misc/guc.c:1085
+#: utils/misc/guc.c:1091
msgid "Truncate existing log files of same name during log rotation."
msgstr ""
"Tronque les journaux applicatifs existants du mme nom lors de la rotation\n"
"des journaux applicatifs."
-#: utils/misc/guc.c:1095
+#: utils/misc/guc.c:1101
msgid "Emit information about resource usage in sorting."
msgstr "met des informations sur l'utilisation des ressources lors d'un tri."
-#: utils/misc/guc.c:1108
+#: utils/misc/guc.c:1114
msgid "Generate debugging output for synchronized scanning."
msgstr "Gnre une sortie de dbogage pour les parcours synchroniss."
-#: utils/misc/guc.c:1122
+#: utils/misc/guc.c:1128
msgid "Enable bounded sorting using heap sort."
msgstr "Active le tri limit en utilisant le tri de heap."
-#: utils/misc/guc.c:1134
+#: utils/misc/guc.c:1140
msgid "Emit WAL-related debugging output."
msgstr "met une sortie de dbogage concernant les journaux de transactions."
-#: utils/misc/guc.c:1145
+#: utils/misc/guc.c:1151
msgid "Datetimes are integer based."
msgstr "Les types datetime sont bass sur des entiers"
-#: utils/misc/guc.c:1159
+#: utils/misc/guc.c:1165
msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive."
msgstr ""
"Indique si les noms d'utilisateurs Kerberos et GSSAPI devraient tre traits\n"
"sans se soucier de la casse."
-#: utils/misc/guc.c:1168
+#: utils/misc/guc.c:1174
msgid "Warn about backslash escapes in ordinary string literals."
msgstr "Avertie sur les chappements par antislash dans les chanes ordinaires."
-#: utils/misc/guc.c:1177
+#: utils/misc/guc.c:1183
msgid "Causes '...' strings to treat backslashes literally."
msgstr "Fait que les chanes '...' traitent les antislashs littralement."
-#: utils/misc/guc.c:1187
+#: utils/misc/guc.c:1193
msgid "Enable synchronized sequential scans."
msgstr "Active l'utilisation des parcours squentiels synchroniss."
-#: utils/misc/guc.c:1196
+#: utils/misc/guc.c:1202
msgid "Allows archiving of WAL files using archive_command."
msgstr "Autorise l'archivage des journaux de transactions en utilisant archive_command."
-#: utils/misc/guc.c:1205
+#: utils/misc/guc.c:1211
msgid "Allows modifications of the structure of system tables."
msgstr "Permet les modifications de la structure des tables systmes."
-#: utils/misc/guc.c:1215
+#: utils/misc/guc.c:1221
msgid "Disables reading from system indexes."
msgstr "Dsactive la lecture des index systme."
-#: utils/misc/guc.c:1216
+#: utils/misc/guc.c:1222
msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness."
msgstr ""
"Cela n'empche pas la mise jour des index, donc vous pouvez l'utiliser en\n"
"toute scurit. La pire consquence est la lenteur."
-#: utils/misc/guc.c:1235
+#: utils/misc/guc.c:1232
+msgid "Enables backward compatibility in privilege checks on large objects"
+msgstr ""
+"Active la compatibilit ascendante pour la vrification des droits sur les\n"
+"Large Objects"
+
+#: utils/misc/guc.c:1233
+msgid "When turned on, privilege checks on large objects perform with backward compatibility as 8.4.x or earlier releases."
+msgstr ""
+
+#: utils/misc/guc.c:1251
msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds."
msgstr ""
"Force un changement du journal de transaction si un nouveau fichier n'a pas\n"
"t cr depuis N secondes."
-#: utils/misc/guc.c:1245
+#: utils/misc/guc.c:1261
msgid "Waits N seconds on connection startup after authentication."
msgstr "Attends N secondes aprs l'authentification."
-#: utils/misc/guc.c:1246
-#: utils/misc/guc.c:1584
+#: utils/misc/guc.c:1262
+#: utils/misc/guc.c:1600
msgid "This allows attaching a debugger to the process."
msgstr "Ceci permet d'attacher un dbogueur au processus."
-#: utils/misc/guc.c:1254
+#: utils/misc/guc.c:1270
msgid "Sets the default statistics target."
msgstr "Initialise la cible par dfaut des statistiques."
-#: utils/misc/guc.c:1255
+#: utils/misc/guc.c:1271
msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS."
msgstr ""
"Ceci s'applique aux colonnes de tables qui n'ont pas de cible spcifique\n"
"pour la colonne initialise via ALTER TABLE SET STATISTICS."
-#: utils/misc/guc.c:1263
+#: utils/misc/guc.c:1279
msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
msgstr ""
"Initialise la taille de la liste FROM en dehors de laquelle les\n"
"sous-requtes ne sont pas rassembles."
-#: utils/misc/guc.c:1265
+#: utils/misc/guc.c:1281
msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items."
msgstr ""
"Le planificateur fusionne les sous-requtes dans des requtes suprieures\n"
"si la liste FROM rsultante n'a pas plus de ce nombre d'lments."
-#: utils/misc/guc.c:1274
+#: utils/misc/guc.c:1290
msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
msgstr ""
"Initialise la taille de la liste FROM en dehors de laquelle les contructions\n"
"JOIN ne sont pas aplanies."
-#: utils/misc/guc.c:1276
+#: utils/misc/guc.c:1292
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 ""
"La planificateur applanira les constructions JOIN explicites dans des listes\n"
"d'lments FROM lorsqu'une liste d'au plus ce nombre d'lments en\n"
"rsulterait."
-#: utils/misc/guc.c:1285
+#: utils/misc/guc.c:1301
msgid "Sets the threshold of FROM items beyond which GEQO is used."
msgstr "Initialise la limite des lments FROM en dehors de laquelle GEQO est utilis."
-#: utils/misc/guc.c:1293
+#: utils/misc/guc.c:1309
msgid "GEQO: effort is used to set the default for other GEQO parameters."
msgstr ""
"GEQO : l'effort est utilis pour initialiser une valeur par dfaut pour les\n"
"autres paramtres GEQO."
-#: utils/misc/guc.c:1301
+#: utils/misc/guc.c:1317
msgid "GEQO: number of individuals in the population."
msgstr "GEQO : nombre d'individus dans une population."
-#: utils/misc/guc.c:1302
-#: utils/misc/guc.c:1310
+#: utils/misc/guc.c:1318
+#: utils/misc/guc.c:1326
msgid "Zero selects a suitable default value."
msgstr "Zro slectionne une valeur par dfaut convenable."
-#: utils/misc/guc.c:1309
+#: utils/misc/guc.c:1325
msgid "GEQO: number of iterations of the algorithm."
msgstr "GEQO : nombre d'itrations dans l'algorithme."
-#: utils/misc/guc.c:1319
+#: utils/misc/guc.c:1335
msgid "Sets the time to wait on a lock before checking for deadlock."
msgstr "Temps d'attente du verrou avant de vrifier les verrous bloqus."
-#: utils/misc/guc.c:1337
+#: utils/misc/guc.c:1353
msgid "Sets the maximum number of concurrent connections."
msgstr "Nombre maximum de connexions simultanes."
-#: utils/misc/guc.c:1346
+#: utils/misc/guc.c:1362
msgid "Sets the number of connection slots reserved for superusers."
msgstr "Vombre de connexions rserves aux super-utilisateurs."
-#: utils/misc/guc.c:1355
+#: utils/misc/guc.c:1371
msgid "Sets the number of shared memory buffers used by the server."
msgstr "Nombre de tampons en mmoire partage utilis par le serveur."
-#: utils/misc/guc.c:1365
+#: utils/misc/guc.c:1381
msgid "Sets the maximum number of temporary buffers used by each session."
msgstr "Nombre maximum de tampons en mmoire partage utiliss par chaque session."
-#: utils/misc/guc.c:1375
+#: utils/misc/guc.c:1391
msgid "Sets the TCP port the server listens on."
msgstr "Port TCP sur lequel le serveur coutera."
-#: utils/misc/guc.c:1384
+#: utils/misc/guc.c:1400
msgid "Sets the access permissions of the Unix-domain socket."
msgstr "Droits d'accs au socket domaine Unix."
-#: utils/misc/guc.c:1385
+#: utils/misc/guc.c:1401
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 ""
"Les sockets de domaine Unix utilise l'ensemble des droits habituels du systme\n"
@@ -5025,124 +6140,124 @@ msgstr ""
"mode numrique de la forme accepte par les appels systme chmod et umask\n"
"(pour utiliser le format octal, le nombre doit commencer avec un zro)."
-#: utils/misc/guc.c:1397
+#: utils/misc/guc.c:1413
msgid "Sets the maximum memory to be used for query workspaces."
msgstr "Initialise la mmoire maximum utilise pour les espaces de travail des requtes."
-#: utils/misc/guc.c:1398
+#: utils/misc/guc.c:1414
msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files."
msgstr ""
"Spcifie la mmoire utiliser par les oprations de tris internes et par\n"
"les tables de hachage avant de passer sur des fichiers temporaires sur disque."
-#: utils/misc/guc.c:1409
+#: utils/misc/guc.c:1425
msgid "Sets the maximum memory to be used for maintenance operations."
msgstr "Initialise la mmoire maximum utilise pour les oprations de maintenance."
-#: utils/misc/guc.c:1410
+#: utils/misc/guc.c:1426
msgid "This includes operations such as VACUUM and CREATE INDEX."
msgstr "Ceci inclut les oprations comme VACUUM et CREATE INDEX."
-#: utils/misc/guc.c:1419
+#: utils/misc/guc.c:1435
msgid "Sets the maximum stack depth, in kilobytes."
msgstr "Initialise la profondeur maximale de la pile, en Ko."
-#: utils/misc/guc.c:1429
+#: utils/misc/guc.c:1445
msgid "Vacuum cost for a page found in the buffer cache."
msgstr "Cot d'un VACUUM pour une page trouve dans le cache du tampon."
-#: utils/misc/guc.c:1438
+#: utils/misc/guc.c:1454
msgid "Vacuum cost for a page not found in the buffer cache."
msgstr "Cot d'un VACUUM pour une page introuvable dans le cache du tampon."
-#: utils/misc/guc.c:1447
+#: utils/misc/guc.c:1463
msgid "Vacuum cost for a page dirtied by vacuum."
msgstr "Cot d'un VACUUM pour une page modifie par VACUUM."
-#: utils/misc/guc.c:1456
+#: utils/misc/guc.c:1472
msgid "Vacuum cost amount available before napping."
msgstr "Cot du VACUUM disponible avant un repos."
-#: utils/misc/guc.c:1465
+#: utils/misc/guc.c:1481
msgid "Vacuum cost delay in milliseconds."
msgstr "Dlai d'un cot de VACUUM en millisecondes."
-#: utils/misc/guc.c:1475
+#: utils/misc/guc.c:1491
msgid "Vacuum cost delay in milliseconds, for autovacuum."
msgstr "Dlai d'un cot de VACUUM en millisecondes, pour autovacuum."
-#: utils/misc/guc.c:1485
+#: utils/misc/guc.c:1501
msgid "Vacuum cost amount available before napping, for autovacuum."
msgstr "Cot du VACUUM disponible avant un repos, pour autovacuum."
-#: utils/misc/guc.c:1494
+#: utils/misc/guc.c:1510
msgid "Sets the maximum number of simultaneously open files for each server process."
msgstr ""
"Initialise le nombre maximum de fichiers ouverts simultanment pour chaque\n"
"processus serveur."
-#: utils/misc/guc.c:1503
+#: utils/misc/guc.c:1519
msgid "Sets the maximum number of simultaneously prepared transactions."
msgstr "Initialise le nombre maximum de transactions prpares simultanment."
-#: utils/misc/guc.c:1533
+#: utils/misc/guc.c:1549
msgid "Sets the maximum allowed duration of any statement."
msgstr "Initialise la dure maximum permise pour toute instruction."
-#: utils/misc/guc.c:1534
+#: utils/misc/guc.c:1550
msgid "A value of 0 turns off the timeout."
msgstr "Une valeur de 0 dsactive le timeout."
-#: utils/misc/guc.c:1543
+#: utils/misc/guc.c:1559
msgid "Minimum age at which VACUUM should freeze a table row."
msgstr "ge minimum partir duquel VACUUM devra geler une ligne de table."
-#: utils/misc/guc.c:1552
+#: utils/misc/guc.c:1568
msgid "Age at which VACUUM should scan whole table to freeze tuples."
msgstr ""
"ge partir duquel VACUUM devra parcourir une table complte pour geler les\n"
"lignes."
-#: utils/misc/guc.c:1561
+#: utils/misc/guc.c:1577
msgid "Sets the maximum number of locks per transaction."
msgstr "Initialise le nombre maximum de verrous par transaction."
-#: utils/misc/guc.c:1562
+#: utils/misc/guc.c:1578
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 ""
"La table des verrous partags est dimensionne sur l'ide qu'au plus\n"
"max_locks_per_transaction * max_connections objets distincts auront besoin\n"
"d'tre verrouills tout moment."
-#: utils/misc/guc.c:1572
+#: utils/misc/guc.c:1588
msgid "Sets the maximum allowed time to complete client authentication."
msgstr ""
"Initialise le temps maximum en secondes pour terminer l'authentification du\n"
"client."
-#: utils/misc/guc.c:1583
+#: utils/misc/guc.c:1599
msgid "Waits N seconds on connection startup before authentication."
msgstr "Attends N secondes au lancement de la connexion avant l'authentification."
-#: utils/misc/guc.c:1593
+#: utils/misc/guc.c:1609
msgid "Sets the maximum distance in log segments between automatic WAL checkpoints."
msgstr ""
"Initialise la distance maximale dans les journaux de transaction entre chaque\n"
"point de vrification (checkpoints) des journaux."
-#: utils/misc/guc.c:1602
+#: utils/misc/guc.c:1618
msgid "Sets the maximum time between automatic WAL checkpoints."
msgstr ""
"Initialise le temps maximum entre des points de vrification (checkpoints)\n"
"pour les journaux de transactions."
-#: utils/misc/guc.c:1612
+#: utils/misc/guc.c:1628
msgid "Enables warnings if checkpoint segments are filled more frequently than this."
msgstr ""
"Active des messages d'avertissement si les segments des points de\n"
"vrifications se remplissent plus frquemment que cette dure."
-#: utils/misc/guc.c:1614
+#: utils/misc/guc.c:1630
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 ""
"crit un message dans les journaux applicatifs du serveur si les points de\n"
@@ -5150,567 +6265,581 @@ msgstr ""
"des points de vrification qui arrivent plus frquemment que ce nombre de\n"
"secondes. Une valeur 0 dsactive l'avertissement."
-#: utils/misc/guc.c:1625
+#: utils/misc/guc.c:1641
msgid "Sets the number of disk-page buffers in shared memory for WAL."
msgstr ""
"Initialise le nombre de tampons de pages disque dans la mmoire partage\n"
"pour les journaux de transactions."
-#: utils/misc/guc.c:1635
+#: utils/misc/guc.c:1651
msgid "WAL writer sleep time between WAL flushes."
msgstr ""
"Temps d'endormissement du processus d'criture pendant le vidage des\n"
"journaux de transactions en millisecondes."
-#: utils/misc/guc.c:1645
+#: utils/misc/guc.c:1661
msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk."
msgstr ""
"Initialise le dlai en microsecondes entre l'acceptation de la transaction\n"
"et le vidage du journal de transaction sur disque."
-#: utils/misc/guc.c:1655
+#: utils/misc/guc.c:1671
msgid "Sets the minimum concurrent open transactions before performing commit_delay."
msgstr ""
"Initialise le nombre minimum de transactions ouvertes simultanment avant le\n"
"commit_delay."
-#: utils/misc/guc.c:1665
+#: utils/misc/guc.c:1681
msgid "Sets the number of digits displayed for floating-point values."
msgstr "Initialise le nombre de chiffres affichs pour les valeurs virgule flottante."
-#: utils/misc/guc.c:1666
+#: utils/misc/guc.c:1682
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 ""
"Ceci affecte les types de donnes real, double precision et gomtriques.\n"
"La valeur du paramtre est ajoute au nombre standard de chiffres (FLT_DIG\n"
"ou DBL_DIG comme appropri)."
-#: utils/misc/guc.c:1676
+#: utils/misc/guc.c:1692
msgid "Sets the minimum execution time above which statements will be logged."
msgstr ""
"Initialise le temps d'excution minimum au-dessus de lequel les instructions\n"
"seront traces."
-#: utils/misc/guc.c:1678
+#: utils/misc/guc.c:1694
msgid "Zero prints all queries. -1 turns this feature off."
msgstr "Zro affiche toutes les requtes. -1 dsactive cette fonctionnalit."
-#: utils/misc/guc.c:1687
+#: utils/misc/guc.c:1703
msgid "Sets the minimum execution time above which autovacuum actions will be logged."
msgstr ""
"Initialise le temps d'excution minimum au-dessus duquel les actions\n"
"autovacuum seront traces."
-#: utils/misc/guc.c:1689
+#: utils/misc/guc.c:1705
msgid "Zero prints all actions. -1 turns autovacuum logging off."
msgstr "Zro affiche toutes les requtes. -1 dsactive cette fonctionnalit."
-#: utils/misc/guc.c:1698
+#: utils/misc/guc.c:1714
msgid "Background writer sleep time between rounds."
msgstr ""
"Temps d'endormissement du processus d'criture en tche de fond en\n"
"millisecondes."
-#: utils/misc/guc.c:1708
+#: utils/misc/guc.c:1724
msgid "Background writer maximum number of LRU pages to flush per round."
msgstr ""
"Nombre de pages LRU maximum nettoyer par le processus d'criture en\n"
"tche de fond."
-#: utils/misc/guc.c:1723
+#: utils/misc/guc.c:1739
msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem."
msgstr "Nombre de requtes simultanes pouvant tre gres efficacement par le sous-systme disque."
-#: utils/misc/guc.c:1724
+#: utils/misc/guc.c:1740
msgid "For RAID arrays, this should be approximately the number of drive spindles in the array."
msgstr ""
"Pour les systmes RAID, cela devrait tre approximativement le nombre de\n"
"ttes de lecture du systme."
-#: utils/misc/guc.c:1737
+#: utils/misc/guc.c:1753
msgid "Automatic log file rotation will occur after N minutes."
msgstr ""
"La rotation automatique des journaux applicatifs s'effectue toutes les N\n"
"minutes."
-#: utils/misc/guc.c:1747
+#: utils/misc/guc.c:1763
msgid "Automatic log file rotation will occur after N kilobytes."
msgstr "La rotation automatique des journaux applicatifs s'effectue aprs N Ko."
-#: utils/misc/guc.c:1757
+#: utils/misc/guc.c:1773
msgid "Shows the maximum number of function arguments."
msgstr "Affiche le nombre maximum d'arguments de fonction."
-#: utils/misc/guc.c:1767
+#: utils/misc/guc.c:1783
msgid "Shows the maximum number of index keys."
msgstr "Affiche le nombre maximum de cls d'index."
-#: utils/misc/guc.c:1777
+#: utils/misc/guc.c:1793
msgid "Shows the maximum identifier length."
msgstr "Affiche la longueur maximum d'un identifiant"
-#: utils/misc/guc.c:1787
+#: utils/misc/guc.c:1803
msgid "Shows the size of a disk block."
msgstr "Affiche la taille d'un bloc de disque."
-#: utils/misc/guc.c:1797
+#: utils/misc/guc.c:1813
msgid "Shows the number of pages per disk file."
msgstr "Affiche le nombre de pages par fichier."
-#: utils/misc/guc.c:1807
+#: utils/misc/guc.c:1823
msgid "Shows the block size in the write ahead log."
msgstr "Affiche la taille du bloc dans les journaux de transactions."
-#: utils/misc/guc.c:1817
+#: utils/misc/guc.c:1833
msgid "Shows the number of pages per write ahead log segment."
msgstr "Affiche le nombre de pages par journal de transactions."
-#: utils/misc/guc.c:1830
+#: utils/misc/guc.c:1846
msgid "Time to sleep between autovacuum runs."
msgstr "Dure d'endormissement entre deux excutions d'autovacuum."
-#: utils/misc/guc.c:1839
+#: utils/misc/guc.c:1855
msgid "Minimum number of tuple updates or deletes prior to vacuum."
msgstr "Nombre minimum de lignes mises jour ou supprimes avant le VACUUM."
-#: utils/misc/guc.c:1847
+#: utils/misc/guc.c:1863
msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
msgstr "Nombre minimum de lignes insres, mises jour ou supprimes avant un ANALYZE."
-#: utils/misc/guc.c:1856
+#: utils/misc/guc.c:1872
msgid "Age at which to autovacuum a table to prevent transaction ID wraparound."
msgstr ""
"ge partir duquel l'autovacuum se dclenche sur une table pour empcher la\n"
"rinitialisation de l'identifiant de transaction"
-#: utils/misc/guc.c:1865
+#: utils/misc/guc.c:1882
msgid "Sets the maximum number of simultaneously running autovacuum worker processes."
msgstr "Initialise le nombre maximum de processus autovacuum excuts simultanment."
-#: utils/misc/guc.c:1874
+#: utils/misc/guc.c:1891
msgid "Time between issuing TCP keepalives."
msgstr "Secondes entre l'excution de TCP keepalives ."
-#: utils/misc/guc.c:1875
-#: utils/misc/guc.c:1885
+#: utils/misc/guc.c:1892
+#: utils/misc/guc.c:1902
msgid "A value of 0 uses the system default."
msgstr "Une valeur de 0 dsactive la valeur systme par dfaut."
-#: utils/misc/guc.c:1884
+#: utils/misc/guc.c:1901
msgid "Time between TCP keepalive retransmits."
msgstr "Secondes entre les retransmissions de TCP keepalive ."
-#: utils/misc/guc.c:1894
+#: utils/misc/guc.c:1911
msgid "Maximum number of TCP keepalive retransmits."
msgstr "Nombre maximum de retransmissions de TCP keepalive ."
-#: utils/misc/guc.c:1895
+#: utils/misc/guc.c:1912
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 ""
"Ceci contrle le nombre de retransmissions keepalive conscutives qui\n"
"peuvent tre perdues avant qu'une connexion ne soit considre morte. Une\n"
"valeur de 0 utilise la valeur par dfaut du systme."
-#: utils/misc/guc.c:1905
+#: utils/misc/guc.c:1922
msgid "Sets the maximum allowed result for exact search by GIN."
msgstr "Configure le nombre maximum de rsultats lors d'une recherche par GIN."
-#: utils/misc/guc.c:1915
+#: utils/misc/guc.c:1932
msgid "Sets the planner's assumption about the size of the disk cache."
msgstr "Initialise le sentiment du planificateur sur la taille du cache disque."
-#: utils/misc/guc.c:1916
+#: utils/misc/guc.c:1933
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 ""
"C'est--dire, la portion du cache disque du noyau qui sera utilis pour les\n"
"fichiers de donnes de PostgreSQL. C'est mesur en pages disque, qui font\n"
"normalement 8 Ko chaque."
-#: utils/misc/guc.c:1928
+#: utils/misc/guc.c:1945
msgid "Shows the server version as an integer."
msgstr "Affiche la version du serveur sous la forme d'un entier."
-#: utils/misc/guc.c:1938
+#: utils/misc/guc.c:1955
msgid "Log the use of temporary files larger than this number of kilobytes."
msgstr ""
"Trace l'utilisation de fichiers temporaires plus gros que ce nombre de\n"
"kilooctets."
-#: utils/misc/guc.c:1939
+#: utils/misc/guc.c:1956
msgid "Zero logs all files. The default is -1 (turning this feature off)."
msgstr ""
"Zro trace toutes les requtes. La valeur par dfaut est -1 (dsactivant\n"
"cette fonctionnalit)."
-#: utils/misc/guc.c:1948
+#: utils/misc/guc.c:1965
msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
msgstr "Configure la taille rserve pour pg_stat_activity.current_query, en octets."
-#: utils/misc/guc.c:1966
+#: utils/misc/guc.c:1983
msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page."
msgstr ""
"Initialise l'estimation du planificateur pour le cot d'une page disque\n"
"rcupre squentiellement."
-#: utils/misc/guc.c:1975
+#: utils/misc/guc.c:1992
msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page."
msgstr ""
"Initialise l'estimation du plnnificateur pour le cot d'une page disque\n"
"rcupre non squentiellement."
-#: utils/misc/guc.c:1984
+#: utils/misc/guc.c:2001
msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
msgstr ""
"Initialise l'estimation du planificateur pour le cot d'excution sur chaque\n"
"ligne."
-#: utils/misc/guc.c:1993
+#: utils/misc/guc.c:2010
msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan."
msgstr ""
"Initialise l'estimation du planificateur pour le cot de traitement de\n"
"chaque ligne indexe lors d'un parcours d'index."
-#: utils/misc/guc.c:2002
+#: utils/misc/guc.c:2019
msgid "Sets the planner's estimate of the cost of processing each operator or function call."
msgstr ""
"Initialise l'estimation du planificateur pour le cot de traitement de\n"
"chaque oprateur ou appel de fonction."
-#: utils/misc/guc.c:2012
+#: utils/misc/guc.c:2029
msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved."
msgstr "Initialise l'estimation du planificateur de la fraction des lignes d'un curseur rcuprer."
-#: utils/misc/guc.c:2022
+#: utils/misc/guc.c:2039
msgid "GEQO: selective pressure within the population."
msgstr "GEQO : pression slective dans la population."
-#: utils/misc/guc.c:2032
+#: utils/misc/guc.c:2048
+msgid "GEQO: seed for random path selection."
+msgstr "GEQO : graine pour la slection du chemin alatoire."
+
+#: utils/misc/guc.c:2057
msgid "Multiple of the average buffer usage to free per round."
msgstr "Multiplede l'utilisation moyenne des tampons librer chaque tour."
-#: utils/misc/guc.c:2041
+#: utils/misc/guc.c:2066
msgid "Sets the seed for random-number generation."
msgstr "Initialise la cl pour la gnration de nombres alatoires."
-#: utils/misc/guc.c:2051
+#: utils/misc/guc.c:2076
msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples."
msgstr ""
"Nombre de lignes modifies ou supprimes avant d'excuter un VACUUM\n"
"(fraction de reltuples)."
-#: utils/misc/guc.c:2059
+#: utils/misc/guc.c:2084
msgid "Number of tuple inserts, updates or deletes prior to analyze as a fraction of reltuples."
msgstr ""
"Nombre de lignes insres, mises jour ou supprimes avant d'analyser\n"
"(fraction de reltuples)."
-#: utils/misc/guc.c:2068
+#: utils/misc/guc.c:2093
msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval."
msgstr ""
"Temps pass vider les tampons lors du point de vrification, en tant que\n"
"fraction de l'intervalle du point de vrification."
-#: utils/misc/guc.c:2086
+#: utils/misc/guc.c:2111
msgid "Sets the shell command that will be called to archive a WAL file."
msgstr "La commande shell qui sera appele pour archiver un journal de transaction."
-#: utils/misc/guc.c:2095
+#: utils/misc/guc.c:2120
msgid "Sets the client's character set encoding."
msgstr "Initialise l'encodage du client."
-#: utils/misc/guc.c:2105
+#: utils/misc/guc.c:2130
msgid "Controls information prefixed to each log line."
msgstr "Contrle l'information prfixe sur chaque ligne de trace."
-#: utils/misc/guc.c:2106
+#: utils/misc/guc.c:2131
msgid "If blank, no prefix is used."
msgstr "Si vide, aucun prfixe n'est utilis."
-#: utils/misc/guc.c:2114
+#: utils/misc/guc.c:2139
msgid "Sets the time zone to use in log messages."
msgstr "Initialise le fuseau horaire utiliser pour les journaux applicatifs."
-#: utils/misc/guc.c:2123
+#: utils/misc/guc.c:2148
msgid "Sets the display format for date and time values."
msgstr "Initialise le format d'affichage des valeurs date et time."
-#: utils/misc/guc.c:2124
+#: utils/misc/guc.c:2149
msgid "Also controls interpretation of ambiguous date inputs."
msgstr "Contrle aussi l'interprtation des dates ambigues en entre."
-#: utils/misc/guc.c:2134
+#: utils/misc/guc.c:2159
msgid "Sets the default tablespace to create tables and indexes in."
msgstr "Initialise le tablespace par dfaut pour crer les tables et index."
-#: utils/misc/guc.c:2135
+#: utils/misc/guc.c:2160
msgid "An empty string selects the database's default tablespace."
msgstr "Une chane vide slectionne le tablespace par dfaut de la base de donnes."
-#: utils/misc/guc.c:2144
+#: utils/misc/guc.c:2169
msgid "Sets the tablespace(s) to use for temporary tables and sort files."
msgstr ""
"Initialise le(s) tablespace(s) utiliser pour les tables temporaires et les\n"
"fichiers de tri."
-#: utils/misc/guc.c:2154
+#: utils/misc/guc.c:2179
msgid "Sets the path for dynamically loadable modules."
msgstr "Initialise le chemin des modules chargeables dynamiquement."
-#: utils/misc/guc.c:2155
+#: utils/misc/guc.c:2180
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 ""
"Si un module chargeable dynamiquement a besoin d'tre ouvert et que le nom\n"
"spcifi n'a pas une composante rpertoire (c'est--dire que le nom ne\n"
"contient pas un '/'), le systme cherche le fichier spcifi sur ce chemin."
-#: utils/misc/guc.c:2167
+#: utils/misc/guc.c:2192
msgid "Sets the location of the Kerberos server key file."
msgstr "Initalise l'emplacement du fichier de la cl serveur pour Kerberos."
-#: utils/misc/guc.c:2177
+#: utils/misc/guc.c:2202
msgid "Sets the name of the Kerberos service."
msgstr "Initialise le nom du service Kerberos."
-#: utils/misc/guc.c:2186
-msgid "Sets the Bonjour broadcast service name."
-msgstr "Initialise le nom du service broadcast Bonjour."
+#: utils/misc/guc.c:2211
+msgid "Sets the Bonjour service name."
+msgstr "Initialise le nom du service Bonjour."
-#: utils/misc/guc.c:2197
+#: utils/misc/guc.c:2222
msgid "Shows the collation order locale."
msgstr "Affiche la locale de tri et de groupement."
-#: utils/misc/guc.c:2207
+#: utils/misc/guc.c:2232
msgid "Shows the character classification and case conversion locale."
msgstr "Affiche la classification des caractres et la locale de conversions."
-#: utils/misc/guc.c:2217
+#: utils/misc/guc.c:2242
msgid "Sets the language in which messages are displayed."
msgstr "Initialise le langage dans lequel les messages sont affichs."
-#: utils/misc/guc.c:2226
+#: utils/misc/guc.c:2251
msgid "Sets the locale for formatting monetary amounts."
msgstr "Initialise la locale pour le formattage des montants montaires."
-#: utils/misc/guc.c:2235
+#: utils/misc/guc.c:2260
msgid "Sets the locale for formatting numbers."
msgstr "Initialise la locale pour formater les nombres."
-#: utils/misc/guc.c:2244
+#: utils/misc/guc.c:2269
msgid "Sets the locale for formatting date and time values."
msgstr "Initialise la locale pour formater les valeurs date et time."
-#: utils/misc/guc.c:2253
+#: utils/misc/guc.c:2278
msgid "Lists shared libraries to preload into server."
msgstr "Liste les bibliothques partages prcharger dans le serveur."
-#: utils/misc/guc.c:2263
+#: utils/misc/guc.c:2288
msgid "Lists shared libraries to preload into each backend."
msgstr "Liste les bibliothques partages prcharger dans chaque processus serveur."
-#: utils/misc/guc.c:2273
+#: utils/misc/guc.c:2298
msgid "Sets the schema search order for names that are not schema-qualified."
msgstr ""
"Initialise l'ordre de recherche des schmas pour les noms qui ne prcisent\n"
"pas le schma."
-#: utils/misc/guc.c:2284
+#: utils/misc/guc.c:2309
msgid "Sets the server (database) character set encoding."
msgstr "Initialise le codage des caractres pour le serveur (base de donnes)."
-#: utils/misc/guc.c:2295
+#: utils/misc/guc.c:2320
msgid "Shows the server version."
msgstr "Affiche la version du serveur."
-#: utils/misc/guc.c:2306
+#: utils/misc/guc.c:2331
msgid "Sets the current role."
msgstr "Initialise le rle courant."
-#: utils/misc/guc.c:2317
+#: utils/misc/guc.c:2342
msgid "Sets the session user name."
msgstr "Initialise le nom de l'utilisateur de la session."
-#: utils/misc/guc.c:2327
+#: utils/misc/guc.c:2352
msgid "Sets the destination for server log output."
msgstr "Initialise la destination des journaux applicatifs du serveur."
-#: utils/misc/guc.c:2328
+#: utils/misc/guc.c:2353
msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform."
msgstr ""
"Les valeurs valides sont une combinaison de stderr , syslog ,\n"
" csvlog et eventlog , suivant la plateforme."
-#: utils/misc/guc.c:2338
+#: utils/misc/guc.c:2363
msgid "Sets the destination directory for log files."
msgstr "Initialise le rpertoire de destination pour les journaux applicatifs."
-#: utils/misc/guc.c:2339
+#: utils/misc/guc.c:2364
msgid "Can be specified as relative to the data directory or as absolute path."
msgstr "Accepte un chemin relatif ou absolu pour le rpertoire des donnes."
-#: utils/misc/guc.c:2348
+#: utils/misc/guc.c:2373
msgid "Sets the file name pattern for log files."
msgstr "Initialise le modle de nom de fichiers pour les journaux applicatifs."
-#: utils/misc/guc.c:2359
+#: utils/misc/guc.c:2384
msgid "Sets the program name used to identify PostgreSQL messages in syslog."
msgstr ""
"Initialise le nom du programme utilis pour identifier les messages de\n"
"PostgreSQL dans syslog."
-#: utils/misc/guc.c:2370
+#: utils/misc/guc.c:2395
msgid "Sets the time zone for displaying and interpreting time stamps."
msgstr "Initialise la zone horaire pour afficher et interprter les dates/heures."
-#: utils/misc/guc.c:2379
+#: utils/misc/guc.c:2404
msgid "Selects a file of time zone abbreviations."
msgstr "Slectionne un fichier contenant les abrviations des fuseaux horaires."
-#: utils/misc/guc.c:2388
+#: utils/misc/guc.c:2413
msgid "Sets the current transaction's isolation level."
msgstr "Initialise le niveau d'isolation de la transaction courante."
-#: utils/misc/guc.c:2398
+#: utils/misc/guc.c:2423
msgid "Sets the owning group of the Unix-domain socket."
msgstr "Initialise le groupe d'appartenance du socket domaine Unix."
-#: utils/misc/guc.c:2399
+#: utils/misc/guc.c:2424
msgid "The owning user of the socket is always the user that starts the server."
msgstr "Le propritaire du socket est toujours l'utilisateur qui a lanc le serveur."
-#: utils/misc/guc.c:2408
+#: utils/misc/guc.c:2433
msgid "Sets the directory where the Unix-domain socket will be created."
msgstr "Initialise le rpertoire o le socket domaine Unix sera cr."
-#: utils/misc/guc.c:2418
+#: utils/misc/guc.c:2443
msgid "Sets the host name or IP address(es) to listen to."
msgstr "Initialise le nom de l'hte ou l'adresse IP couter."
-#: utils/misc/guc.c:2428
+#: utils/misc/guc.c:2453
msgid "Sets the list of known custom variable classes."
msgstr "Initialise la liste des classes variables personnalises connues."
-#: utils/misc/guc.c:2438
+#: utils/misc/guc.c:2463
msgid "Sets the server's data directory."
msgstr "Initialise le rpertoire des donnes du serveur."
-#: utils/misc/guc.c:2448
+#: utils/misc/guc.c:2473
msgid "Sets the server's main configuration file."
msgstr "Voir le fichier de configuration principal du serveur."
-#: utils/misc/guc.c:2458
+#: utils/misc/guc.c:2483
msgid "Sets the server's \"hba\" configuration file."
msgstr "Initialise le fichier de configuration hba du serveur."
-#: utils/misc/guc.c:2468
+#: utils/misc/guc.c:2493
msgid "Sets the server's \"ident\" configuration file."
msgstr "Initialise le fichier de configuration ident du serveur."
-#: utils/misc/guc.c:2478
+#: utils/misc/guc.c:2503
msgid "Writes the postmaster PID to the specified file."
msgstr "crit le PID du postmaster PID dans le fichier spcifi."
-#: utils/misc/guc.c:2488
+#: utils/misc/guc.c:2513
msgid "Writes temporary statistics files to the specified directory."
msgstr "crit les fichiers statistiques temporaires dans le rpertoire indiqu."
-#: utils/misc/guc.c:2498
+#: utils/misc/guc.c:2523
msgid "Sets default text search configuration."
msgstr "Initialise le configuration par dfaut de la recherche plein texte"
-#: utils/misc/guc.c:2508
+#: utils/misc/guc.c:2533
msgid "Sets the list of allowed SSL ciphers."
msgstr "Initialise la liste des chiffrements SSL autoriss."
-#: utils/misc/guc.c:2528
+#: utils/misc/guc.c:2544
+msgid "Sets the language used in DO statement if LANGUAGE is not specified."
+msgstr ""
+"Configure le langage utilis dans une instruction DO si la clause LANGUAGE n'est\n"
+"pas spcifie."
+
+#: utils/misc/guc.c:2553
+msgid "Sets the application name to be reported in statistics and logs."
+msgstr "Configure le nom de l'application indiquer dans les statistiques et les journaux."
+
+#: utils/misc/guc.c:2572
msgid "Sets whether \"\\'\" is allowed in string literals."
msgstr "Indique si \\' est autoris dans une constante de chane."
-#: utils/misc/guc.c:2537
+#: utils/misc/guc.c:2581
+msgid "Sets the output format for bytea."
+msgstr "Initialise le format de sortie pour bytea."
+
+#: utils/misc/guc.c:2590
msgid "Sets the message levels that are sent to the client."
msgstr "Initialise les niveaux de message envoys au client."
-#: utils/misc/guc.c:2538
-#: utils/misc/guc.c:2587
-#: utils/misc/guc.c:2597
+#: utils/misc/guc.c:2591
+#: utils/misc/guc.c:2640
+#: utils/misc/guc.c:2650
msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent."
msgstr ""
"Chaque niveau inclut les niveaux qui suivent. Plus loin sera le niveau,\n"
"moindre sera le nombre de messages envoys."
-#: utils/misc/guc.c:2547
+#: utils/misc/guc.c:2600
msgid "Enables the planner to use constraints to optimize queries."
msgstr "Active l'utilisation des contraintes par le planificateur pour optimiser les requtes."
-#: utils/misc/guc.c:2548
+#: utils/misc/guc.c:2601
msgid "Table scans will be skipped if their constraints guarantee that no rows match the query."
msgstr ""
"Les parcours de tables seront ignors si leur contraintes garantissent\n"
"qu'aucune ligne ne correspond la requte."
-#: utils/misc/guc.c:2558
+#: utils/misc/guc.c:2611
msgid "Sets the transaction isolation level of each new transaction."
msgstr "Initialise le niveau d'isolation des transactions pour chaque nouvelle transaction."
-#: utils/misc/guc.c:2567
+#: utils/misc/guc.c:2620
msgid "Sets the display format for interval values."
msgstr "Initialise le format d'affichage des valeurs interval."
-#: utils/misc/guc.c:2577
+#: utils/misc/guc.c:2630
msgid "Sets the verbosity of logged messages."
msgstr "Initialise la verbosit des messages tracs."
-#: utils/misc/guc.c:2586
+#: utils/misc/guc.c:2639
msgid "Sets the message levels that are logged."
msgstr "Initialise les niveaux de messages tracs."
-#: utils/misc/guc.c:2596
+#: utils/misc/guc.c:2649
msgid "Causes all statements generating error at or above this level to be logged."
msgstr ""
"Gnre une trace pour toutes les instructions qui produisent une erreur de\n"
"ce niveau ou de niveaux plus importants."
-#: utils/misc/guc.c:2606
+#: utils/misc/guc.c:2659
msgid "Sets the type of statements logged."
msgstr "Initialise le type d'instructions traces."
-#: utils/misc/guc.c:2616
+#: utils/misc/guc.c:2669
msgid "Sets the syslog \"facility\" to be used when syslog enabled."
msgstr ""
"Initialise le niveau ( facility ) de syslog utilis lors de l'activation\n"
"de syslog."
-#: utils/misc/guc.c:2626
-msgid "Sets the regular expression \"flavor\"."
-msgstr "Initialise l'expression rationnelle flavor ."
-
-#: utils/misc/guc.c:2635
+#: utils/misc/guc.c:2679
msgid "Sets the session's behavior for triggers and rewrite rules."
msgstr ""
"Configure le comportement des sessions pour les triggers et les rgles de\n"
"r-criture."
-#: utils/misc/guc.c:2645
+#: utils/misc/guc.c:2689
msgid "Collects function-level statistics on database activity."
msgstr "Rcupre les statistiques niveau fonction sur l'activit de la base de donnes."
-#: utils/misc/guc.c:2654
+#: utils/misc/guc.c:2698
msgid "Selects the method used for forcing WAL updates to disk."
msgstr ""
"Slectionne la mthode utilise pour forcer la mise jour des journaux de\n"
"transactions sur le disque."
-#: utils/misc/guc.c:2664
+#: utils/misc/guc.c:2708
msgid "Sets how binary values are to be encoded in XML."
msgstr "Configure comment les valeurs binaires seront codes en XML."
-#: utils/misc/guc.c:2673
+#: utils/misc/guc.c:2717
msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments."
msgstr ""
"Configure si les donnes XML dans des oprations d'analyse et de\n"
"srialisation implicite doivent tre considres comme des documents\n"
"ou des fragments de contenu."
-#: utils/misc/guc.c:3443
+#: utils/misc/guc.c:3487
#, c-format
msgid ""
"%s does not know where to find the server configuration file.\n"
@@ -5720,12 +6849,12 @@ msgstr ""
"Vous devez soit spcifier l'option --config-file soit spcifier l'option -D\n"
"soit initialiser la variable d'environnement.\n"
-#: utils/misc/guc.c:3462
+#: utils/misc/guc.c:3506
#, c-format
msgid "%s cannot access the server configuration file \"%s\": %s\n"
msgstr "%s ne peut pas accder au fichier de configuration %s : %s\n"
-#: utils/misc/guc.c:3482
+#: utils/misc/guc.c:3526
#, c-format
msgid ""
"%s does not know where to find the database system data.\n"
@@ -5735,7 +6864,7 @@ msgstr ""
"Il est configurable avec data_directory dans %s ou avec l'option -D\n"
"ou encore avec la variable d'environnement PGDATA.\n"
-#: utils/misc/guc.c:3513
+#: utils/misc/guc.c:3557
#, c-format
msgid ""
"%s does not know where to find the \"hba\" configuration file.\n"
@@ -5745,7 +6874,7 @@ msgstr ""
"Il est configurable avec hba_file dans %s ou avec l'option -D ou\n"
"encore avec la variable d'environnement PGDATA.\n"
-#: utils/misc/guc.c:3536
+#: utils/misc/guc.c:3580
#, c-format
msgid ""
"%s does not know where to find the \"ident\" configuration file.\n"
@@ -5755,170 +6884,183 @@ msgstr ""
"Il est configurable avec ident_file dans %s ou avec l'option -D ou\n"
"encore avec la variable d'environnement PGDATA.\n"
-#: utils/misc/guc.c:4134
-#: utils/misc/guc.c:4302
+#: utils/misc/guc.c:4178
+#: utils/misc/guc.c:4346
msgid "Value exceeds integer range."
msgstr "La valeur dpasse l'chelle des entiers."
-#: utils/misc/guc.c:4157
+#: utils/misc/guc.c:4201
msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"."
msgstr "Les units valides pour ce paramtre sont kB , MB et GB ."
-#: utils/misc/guc.c:4216
+#: utils/misc/guc.c:4260
msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
msgstr ""
"Les units valides pour ce paramtre sont ms , s , min , h et\n"
" d ."
-#: utils/misc/guc.c:4524
-#: utils/misc/guc.c:5143
-#: utils/misc/guc.c:5191
-#: utils/misc/guc.c:5312
-#: utils/misc/guc.c:5892
-#: utils/misc/guc.c:6033
-#: guc-file.l:216
+#: utils/misc/guc.c:4569
+#: utils/misc/guc.c:5233
+#: utils/misc/guc.c:5283
+#: utils/misc/guc.c:5388
+#: utils/misc/guc.c:5969
+#: utils/misc/guc.c:6128
+#: guc-file.l:217
#, c-format
msgid "unrecognized configuration parameter \"%s\""
msgstr "paramtre de configuration %s non reconnu"
-#: utils/misc/guc.c:4551
+#: utils/misc/guc.c:4596
#, c-format
msgid "parameter \"%s\" cannot be changed"
msgstr "le paramtre %s ne peut pas tre chang"
-#: utils/misc/guc.c:4568
-#: utils/misc/guc.c:4577
-#: guc-file.l:263
+#: utils/misc/guc.c:4613
+#: utils/misc/guc.c:4621
+#: guc-file.l:264
#, c-format
-msgid "attempted change of parameter \"%s\" ignored"
-msgstr "tentative de modification du paramtre %s ignor"
-
-#: utils/misc/guc.c:4570
-#: utils/misc/guc.c:4579
-#: guc-file.l:265
-msgid "This parameter cannot be changed after server start."
-msgstr "Ce paramtre ne peut pas tre modifi aprs le lancement du serveur"
+msgid "parameter \"%s\" cannot be changed without restarting the server"
+msgstr "le paramtre %s ne peut pas tre modifi sans redmarrer le serveur"
-#: utils/misc/guc.c:4588
+#: utils/misc/guc.c:4631
#, c-format
msgid "parameter \"%s\" cannot be changed now"
msgstr "le paramtre %s ne peut pas tre modifi maintenant"
-#: utils/misc/guc.c:4618
+#: utils/misc/guc.c:4662
#, c-format
msgid "parameter \"%s\" cannot be set after connection start"
msgstr "le paramtre %s ne peut pas tre initialis aprs le lancement du serveur"
-#: utils/misc/guc.c:4628
+#: utils/misc/guc.c:4672
#, c-format
msgid "permission denied to set parameter \"%s\""
msgstr "droit refus pour initialiser le paramtre %s "
-#: utils/misc/guc.c:4681
+#: utils/misc/guc.c:4710
+#, c-format
+msgid "cannot set parameter \"%s\" within security-definer function"
+msgstr ""
+"ne peut pas configurer le paramtre %s l'intrieur d'une fonction\n"
+"SECURITY DEFINER"
+
+#: utils/misc/guc.c:4718
+#: utils/init/miscinit.c:436
+#, c-format
+msgid "cannot set parameter \"%s\" within security-restricted operation"
+msgstr ""
+"ne peut pas configurer le paramtre %s l'intrieur d'une fonction\n"
+"restreinte pour scurit"
+
+#: utils/misc/guc.c:4767
#, c-format
msgid "parameter \"%s\" requires a Boolean value"
msgstr "le paramtre %s requiert une valeur boolenne"
-#: utils/misc/guc.c:4703
-#: utils/misc/guc.c:4778
+#: utils/misc/guc.c:4789
+#: utils/misc/guc.c:4864
#, c-format
msgid "invalid value for parameter \"%s\": %d"
msgstr "valeur invalide pour le paramtre %s : %d"
-#: utils/misc/guc.c:4747
-#: utils/misc/guc.c:4949
-#: utils/misc/guc.c:5015
-#: utils/misc/guc.c:5041
-#: guc-file.l:177
+#: utils/misc/guc.c:4833
+#: utils/misc/guc.c:5035
+#: utils/misc/guc.c:5101
+#: utils/misc/guc.c:5127
+#: guc-file.l:178
#, c-format
msgid "invalid value for parameter \"%s\": \"%s\""
msgstr "valeur invalide pour le paramtre %s : %s "
-#: utils/misc/guc.c:4756
+#: utils/misc/guc.c:4842
#, c-format
msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
msgstr "%d est en dehors des limites valides pour le paramtre %s (%d .. %d)"
-#: utils/misc/guc.c:4820
+#: utils/misc/guc.c:4906
#, c-format
msgid "parameter \"%s\" requires a numeric value"
msgstr "le paramtre %s requiert une valeur numrique"
-#: utils/misc/guc.c:4828
+#: utils/misc/guc.c:4914
#, c-format
msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
msgstr "%g est en dehors des limites valides pour le paramtre %s (%g .. %g)"
-#: utils/misc/guc.c:4850
+#: utils/misc/guc.c:4936
#, c-format
msgid "invalid value for parameter \"%s\": %g"
msgstr "valeur invalide pour le paramtre %s : %g"
-#: utils/misc/guc.c:5147
-#: utils/misc/guc.c:5195
-#: utils/misc/guc.c:6037
+#: utils/misc/guc.c:5239
+#: utils/misc/guc.c:5287
+#: utils/misc/guc.c:6132
#, c-format
msgid "must be superuser to examine \"%s\""
msgstr "doit tre super-utilisateur pour examiner %s "
-#: utils/misc/guc.c:5321
+#: utils/misc/guc.c:5397
#, c-format
msgid "SET %s takes only one argument"
msgstr "SET %s prend un seul argument"
-#: utils/misc/guc.c:5548
+#: utils/misc/guc.c:5624
msgid "SET requires parameter name"
msgstr "SET requiert le nom du paramtre"
-#: utils/misc/guc.c:5663
+#: utils/misc/guc.c:5739
#, c-format
msgid "attempt to redefine parameter \"%s\""
msgstr "tentative de redfinition du paramtre %s "
-#: utils/misc/guc.c:6863
-#: utils/init/miscinit.c:1002
-#: commands/copy.c:2180
+#: utils/misc/guc.c:6958
+#: utils/init/miscinit.c:1058
+#: commands/copy.c:2217
#, c-format
msgid "could not read from file \"%s\": %m"
msgstr "n'a pas pu lire partir du fichier %s : %m"
-#: utils/misc/guc.c:6974
+#: utils/misc/guc.c:7069
#, c-format
msgid "could not parse setting for parameter \"%s\""
msgstr "n'a pas pu analyser la configuration du paramtre %s "
-#: utils/misc/guc.c:7165
+#: utils/misc/guc.c:7260
msgid "invalid list syntax for parameter \"log_destination\""
msgstr "syntaxe de liste invalide pour le paramtre log_destination "
-#: utils/misc/guc.c:7189
+#: utils/misc/guc.c:7284
#, c-format
msgid "unrecognized \"log_destination\" key word: \"%s\""
msgstr "mot cl log_destination non reconnu : %s "
-#: utils/misc/guc.c:7264
+#: utils/misc/guc.c:7359
msgid "SET AUTOCOMMIT TO OFF is no longer supported"
msgstr "SET AUTOCOMMIT TO OFF n'est plus support"
-#: utils/misc/guc.c:7336
+#: utils/misc/guc.c:7431
msgid "assertion checking is not supported by this build"
msgstr "la vrification de l'assertion n'a pas t intgre lors de la compilation"
-#: utils/misc/guc.c:7351
+#: utils/misc/guc.c:7446
+msgid "Bonjour is not supported by this build"
+msgstr "Bonjour n'est pas support dans cette installation"
+
+#: utils/misc/guc.c:7461
msgid "SSL is not supported by this build"
msgstr "SSL n'est pas support dans cette installation"
-#: utils/misc/guc.c:7365
+#: utils/misc/guc.c:7475
msgid "cannot enable parameter when \"log_statement_stats\" is true"
msgstr "ne peut pas activer le paramtre avec log_statement_stats true"
-#: utils/misc/guc.c:7381
+#: utils/misc/guc.c:7491
msgid "cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true"
msgstr ""
"ne peut pas activer log_statement_stats lorsque log_parser_stats ,\n"
" log_planner_stats ou log_executor_stats est true"
-#: utils/misc/guc.c:7399
+#: utils/misc/guc.c:7509
msgid "cannot set transaction read-write mode inside a read-only transaction"
msgstr ""
"ne peut pas initialiser le mode lecture-criture de la transaction \n"
@@ -5996,7 +7138,7 @@ msgstr ""
"horaires)"
#: utils/misc/tzparser.c:347
-#: postmaster/postmaster.c:1092
+#: postmaster/postmaster.c:1116
#, c-format
msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location."
msgstr "Ceci peut indiquer une installation PostgreSQL incomplte, ou que le fichier %s a t dplac."
@@ -6021,140 +7163,123 @@ msgstr ""
"@INCLUDE sans nom de fichier dans le fichier des fuseaux horaires %s ,\n"
"ligne %d"
-#: guc-file.l:379
+#: guc-file.l:288
+#, c-format
+msgid "parameter \"%s\" removed from configuration file, reset to default"
+msgstr ""
+"paramtre %s supprim du fichier de configuration ;\n"
+"rinitialisation la valeur par dfaut"
+
+#: guc-file.l:344
+#, c-format
+msgid "parameter \"%s\" changed to \"%s\""
+msgstr "paramtre %s modifi par %s "
+
+#: guc-file.l:412
#, c-format
msgid "could not open configuration file \"%s\": maximum nesting depth exceeded"
msgstr ""
"n'a pas pu ouvrir le fichier de configuration %s : profondeur\n"
"d'imbrication dpass"
-#: guc-file.l:403
-#: libpq/hba.c:1320
-#, c-format
-msgid "could not open configuration file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier de configuration %s : %m"
-
-#: guc-file.l:542
+#: guc-file.l:575
#, c-format
msgid "syntax error in file \"%s\" line %u, near end of line"
msgstr "erreur de syntaxe dans le fichier %s , ligne %u, prs de la fin de ligne"
-#: guc-file.l:547
+#: guc-file.l:580
#, c-format
msgid "syntax error in file \"%s\" line %u, near token \"%s\""
msgstr "erreur de syntaxe dans le fichier %s , ligne %u, prs du mot cl %s "
-#: utils/init/flatfiles.c:209
-#: utils/init/flatfiles.c:279
-#: utils/init/flatfiles.c:408
-#: utils/init/flatfiles.c:663
-#, c-format
-msgid "could not write to temporary file \"%s\": %m"
-msgstr "n'a pas pu crire le fichier temporaire %s : %m"
-
-#: utils/init/flatfiles.c:249
-#, c-format
-msgid "invalid database name \"%s\""
-msgstr "nom de base de donnes %s invalide"
-
-#: utils/init/flatfiles.c:505
-#, c-format
-msgid "invalid role name \"%s\""
-msgstr "nom de rle %s invalide"
-
-#: utils/init/flatfiles.c:512
-#, c-format
-msgid "invalid role password \"%s\""
-msgstr "mot de passe %s de l'utilisateur invalide"
-
-#: utils/init/miscinit.c:177
+#: utils/init/miscinit.c:170
#, c-format
msgid "could not change directory to \"%s\": %m"
msgstr "n'a pas pu modifier le rpertoire par %s : %m"
-#: utils/init/miscinit.c:421
-#: utils/cache/lsyscache.c:2750
-#: commands/user.c:566
-#: commands/user.c:748
-#: commands/user.c:858
-#: commands/user.c:1012
-#: commands/variable.c:752
-#: commands/variable.c:882
+#: utils/init/miscinit.c:471
+#: utils/cache/lsyscache.c:2776
+#: commands/user.c:585
+#: commands/user.c:775
+#: commands/user.c:861
+#: commands/user.c:1014
+#: commands/variable.c:737
+#: commands/variable.c:849
#, c-format
msgid "role \"%s\" does not exist"
msgstr "le rle %s n'existe pas"
-#: utils/init/miscinit.c:451
+#: utils/init/miscinit.c:501
#, c-format
msgid "role \"%s\" is not permitted to log in"
msgstr "le rle %s n'est pas autoris se connecter"
-#: utils/init/miscinit.c:469
+#: utils/init/miscinit.c:519
#, c-format
msgid "too many connections for role \"%s\""
msgstr "trop de connexions pour le rle %s "
-#: utils/init/miscinit.c:544
+#: utils/init/miscinit.c:576
msgid "permission denied to set session authorization"
msgstr "droit refus pour initialiser une autorisation de session"
-#: utils/init/miscinit.c:626
+#: utils/init/miscinit.c:658
#, c-format
msgid "invalid role OID: %u"
msgstr "OID du rle invalide : %u"
-#: utils/init/miscinit.c:718
+#: utils/init/miscinit.c:789
#, c-format
msgid "could not create lock file \"%s\": %m"
msgstr "n'a pas pu crer le fichier verrou %s : %m"
-#: utils/init/miscinit.c:732
+#: utils/init/miscinit.c:803
#, c-format
msgid "could not open lock file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier verrou %s : %m"
-#: utils/init/miscinit.c:738
+#: utils/init/miscinit.c:809
#, c-format
msgid "could not read lock file \"%s\": %m"
msgstr "n'a pas pu lire le fichier verrou %s : %m"
-#: utils/init/miscinit.c:801
+#: utils/init/miscinit.c:857
#, c-format
msgid "lock file \"%s\" already exists"
msgstr "le fichier verrou %s existe dj"
-#: utils/init/miscinit.c:805
+#: utils/init/miscinit.c:861
#, c-format
msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
msgstr ""
"Un autre postgres (de PID %d) est-il dj lanc avec comme rpertoire de\n"
"donnes %s ?"
-#: utils/init/miscinit.c:807
+#: utils/init/miscinit.c:863
#, c-format
msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
msgstr ""
"Un autre postmaster (de PID %d) est-il dj lanc avec comme rpertoire de\n"
"donnes %s ?"
-#: utils/init/miscinit.c:810
+#: utils/init/miscinit.c:866
#, c-format
msgid "Is another postgres (PID %d) using socket file \"%s\"?"
msgstr "Un autre postgres (de PID %d) est-il dj lanc en utilisant la socket %s ?"
-#: utils/init/miscinit.c:812
+#: utils/init/miscinit.c:868
#, c-format
msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
msgstr "Un autre postmaster (de PID %d) est-il dj lanc en utilisant la socket %s ?"
-#: utils/init/miscinit.c:840
+#: utils/init/miscinit.c:896
#, c-format
msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
msgstr ""
"le bloc de mmoire partag pr-existant (cl %lu, ID %lu) est en cours\n"
"d'utilisation"
-#: utils/init/miscinit.c:843
+#: utils/init/miscinit.c:899
#, 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 ""
@@ -6162,199 +7287,163 @@ msgstr ""
"d'excution, supprimez le bloc de mmoire partage\n"
"ou supprimez simplement le fichier %s ."
-#: utils/init/miscinit.c:860
+#: utils/init/miscinit.c:916
#, c-format
msgid "could not remove old lock file \"%s\": %m"
msgstr "n'a pas pu supprimer le vieux fichier verrou %s : %m"
-#: utils/init/miscinit.c:862
+#: utils/init/miscinit.c:918
msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
msgstr ""
"Le fichier semble avoir t oubli accidentellement mais il ne peut pas tre\n"
"supprim. Merci de supprimer ce fichier manuellement et de r-essayer."
-#: utils/init/miscinit.c:884
-#: utils/init/miscinit.c:894
+#: utils/init/miscinit.c:940
+#: utils/init/miscinit.c:950
#, c-format
msgid "could not write lock file \"%s\": %m"
msgstr "n'a pas pu crire le fichier verrou %s : %m"
-#: utils/init/miscinit.c:1093
-#: utils/init/miscinit.c:1106
+#: utils/init/miscinit.c:1149
+#: utils/init/miscinit.c:1162
#, c-format
msgid "\"%s\" is not a valid data directory"
msgstr " %s n'est pas un rpertoire de donnes valide"
-#: utils/init/miscinit.c:1095
+#: utils/init/miscinit.c:1151
#, c-format
msgid "File \"%s\" is missing."
msgstr "le fichier %s est manquant."
-#: utils/init/miscinit.c:1108
+#: utils/init/miscinit.c:1164
#, c-format
msgid "File \"%s\" does not contain valid data."
msgstr "le fichier %s ne contient aucune donnes valides."
-#: utils/init/miscinit.c:1110
+#: utils/init/miscinit.c:1166
msgid "You might need to initdb."
msgstr "Vous pouvez avoir besoin d'excuter initdb."
-#: utils/init/miscinit.c:1118
+#: utils/init/miscinit.c:1174
#, c-format
msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
msgstr ""
"Le rpertoire des donnes a t initialis avec PostgreSQL version %ld.%ld,\n"
"qui est non compatible avec cette version %s."
-#: utils/init/miscinit.c:1166
+#: utils/init/miscinit.c:1222
#, c-format
msgid "invalid list syntax in parameter \"%s\""
msgstr "syntaxe de liste invalide pour le paramtre %s "
-#: utils/init/miscinit.c:1203
+#: utils/init/miscinit.c:1259
#, c-format
msgid "loaded library \"%s\""
msgstr "bibliothque %s charge"
-#: utils/init/postinit.c:178
+#: utils/init/postinit.c:195
+#: postmaster/postmaster.c:1046
+msgid "could not load pg_hba.conf"
+msgstr "n'a pas pu charger pg_hba.conf"
+
+#: utils/init/postinit.c:221
+#, c-format
+msgid "connection authorized: user=%s database=%s"
+msgstr "connexion autorise : utilisateur=%s, base de donnes=%s"
+
+#: utils/init/postinit.c:253
#, c-format
msgid "database \"%s\" has disappeared from pg_database"
msgstr "la base de donnes %s a disparu de pg_database"
-#: utils/init/postinit.c:180
+#: utils/init/postinit.c:255
#, c-format
msgid "Database OID %u now seems to belong to \"%s\"."
msgstr "La base de donnes d'OID %u semble maintenant appartenir %s ."
-#: utils/init/postinit.c:200
+#: utils/init/postinit.c:275
#, c-format
msgid "database \"%s\" is not currently accepting connections"
msgstr "la base de donnes %s n'accepte plus les connexions"
-#: utils/init/postinit.c:213
+#: utils/init/postinit.c:288
#, c-format
msgid "permission denied for database \"%s\""
msgstr "droit refus pour la base de donnes %s "
-#: utils/init/postinit.c:214
+#: utils/init/postinit.c:289
msgid "User does not have CONNECT privilege."
msgstr "L'utilisateur n'a pas le droit CONNECT."
-#: utils/init/postinit.c:231
+#: utils/init/postinit.c:306
#, c-format
msgid "too many connections for database \"%s\""
msgstr "trop de connexions pour la base de donnes %s "
-#: utils/init/postinit.c:253
-#: utils/init/postinit.c:260
+#: utils/init/postinit.c:328
+#: utils/init/postinit.c:335
msgid "database locale is incompatible with operating system"
msgstr "la locale de la base de donnes est incompatible avec le systme d'exploitation"
-#: utils/init/postinit.c:254
+#: utils/init/postinit.c:329
#, c-format
msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()."
msgstr ""
"La base de donnes a t initialise avec un LC_COLLATE %s ,\n"
"qui n'est pas reconnu par setlocale()."
-#: utils/init/postinit.c:256
-#: utils/init/postinit.c:263
+#: utils/init/postinit.c:331
+#: utils/init/postinit.c:338
msgid "Recreate the database with another locale or install the missing locale."
msgstr ""
"Recrez la base de donnes avec une autre locale ou installez la locale\n"
"manquante."
-#: utils/init/postinit.c:261
+#: utils/init/postinit.c:336
#, c-format
msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()."
msgstr ""
"La base de donnes a t initialise avec un LC_CTYPE %s ,\n"
"qui n'est pas reconnu par setlocale()."
-#: utils/init/postinit.c:411
+#: utils/init/postinit.c:594
#, c-format
msgid "database %u does not exist"
msgstr "la base de donnes %u n'existe pas"
-#: utils/init/postinit.c:542
+#: utils/init/postinit.c:646
msgid "It seems to have just been dropped or renamed."
msgstr "Cet objet semble avoir t tout juste supprim ou renomm."
-#: utils/init/postinit.c:558
+#: utils/init/postinit.c:664
#, c-format
msgid "The database subdirectory \"%s\" is missing."
msgstr "Le sous-rpertoire de la base de donnes %s est manquant."
-#: utils/init/postinit.c:563
+#: utils/init/postinit.c:669
#, c-format
msgid "could not access directory \"%s\": %m"
msgstr "n'a pas pu accder au rpertoire %s : %m"
-#: utils/init/postinit.c:596
+#: utils/init/postinit.c:705
msgid "no roles are defined in this database system"
msgstr "aucun rle n'est dfini dans le systme de bases de donnes"
-#: utils/init/postinit.c:597
+#: utils/init/postinit.c:706
#, c-format
-msgid "You should immediately run CREATE USER \"%s\" CREATEUSER;."
+msgid "You should immediately run CREATE USER \"%s\" SUPERUSER;."
msgstr "Vous devez immdiatement excuter CREATE USER \"%s\" CREATEUSER; ."
-#: utils/init/postinit.c:627
+#: utils/init/postinit.c:741
msgid "must be superuser to connect during database shutdown"
msgstr ""
"doit tre super-utilisateur pour se connecter pendant un arrt de la base de\n"
"donnes"
-#: utils/init/postinit.c:637
+#: utils/init/postinit.c:751
msgid "connection limit exceeded for non-superusers"
msgstr "limite de connexions dpasse pour les utilisateurs standards"
-#: utils/mmgr/aset.c:386
-#, c-format
-msgid "Failed while creating memory context \"%s\"."
-msgstr "chec lors de la cration du contexte mmoire %s ."
-
-#: utils/mmgr/aset.c:565
-#: utils/mmgr/aset.c:748
-#: utils/mmgr/aset.c:954
-#, c-format
-msgid "Failed on request of size %lu."
-msgstr "chec d'une requte de taille %lu."
-
-#: utils/mmgr/portalmem.c:207
-#, c-format
-msgid "cursor \"%s\" already exists"
-msgstr "le curseur %s existe dj"
-
-#: utils/mmgr/portalmem.c:211
-#, c-format
-msgid "closing existing cursor \"%s\""
-msgstr "fermeture du curseur existant %s "
-
-#: utils/mmgr/portalmem.c:590
-msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
-msgstr "ne peut pas prparer une transaction qui a cr un curseur WITH HOLD"
-
-#: utils/mmgr/portalmem.c:889
-#: utils/fmgr/funcapi.c:60
-#: commands/prepare.c:749
-#: executor/execQual.c:1473
-#: executor/execQual.c:1498
-#: executor/execQual.c:1859
-#: executor/execQual.c:5018
-#: executor/functions.c:644
-#: foreign/foreign.c:281
-msgid "set-valued function called in context that cannot accept a set"
-msgstr ""
-"la fonction avec set-value a t appel dans un contexte qui n'accepte pas\n"
-"un ensemble"
-
-#: utils/mmgr/portalmem.c:893
-#: commands/prepare.c:753
-#: foreign/foreign.c:286
-msgid "materialize mode required, but it is not allowed in this context"
-msgstr "mode matrialis requis mais interdit dans ce contexte"
-
#: utils/error/assert.c:37
msgid "TRAP: ExceptionalCondition: bad arguments\n"
msgstr "TRAP : ExceptionalCondition : mauvais arguments\n"
@@ -6364,106 +7453,107 @@ msgstr "TRAP : ExceptionalCondition : mauvais arguments\n"
msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
msgstr "TRAP : %s( %s , fichier : %s , ligne : %d)\n"
-#: utils/error/elog.c:1409
+#: utils/error/elog.c:1412
#, c-format
msgid "could not reopen file \"%s\" as stderr: %m"
msgstr "n'a pas pu r-ouvrir le fichier %s comme stderr : %m"
-#: utils/error/elog.c:1422
+#: utils/error/elog.c:1425
#, c-format
msgid "could not reopen file \"%s\" as stdout: %m"
msgstr "n'a pas pu r-ouvrir le fichier %s comme stdout : %m"
-#: utils/error/elog.c:1732
-#: utils/error/elog.c:1742
+#: utils/error/elog.c:1808
+#: utils/error/elog.c:1818
+#: utils/error/elog.c:1828
msgid "[unknown]"
msgstr "[inconnu]"
-#: utils/error/elog.c:2082
-#: utils/error/elog.c:2364
-#: utils/error/elog.c:2442
+#: utils/error/elog.c:2176
+#: utils/error/elog.c:2458
+#: utils/error/elog.c:2536
msgid "missing error text"
msgstr "texte d'erreur manquant"
-#: utils/error/elog.c:2085
-#: utils/error/elog.c:2088
-#: utils/error/elog.c:2445
-#: utils/error/elog.c:2448
+#: utils/error/elog.c:2179
+#: utils/error/elog.c:2182
+#: utils/error/elog.c:2539
+#: utils/error/elog.c:2542
#, c-format
msgid " at character %d"
msgstr " au caractre %d"
-#: utils/error/elog.c:2098
-#: utils/error/elog.c:2105
+#: utils/error/elog.c:2192
+#: utils/error/elog.c:2199
msgid "DETAIL: "
msgstr "DTAIL: "
-#: utils/error/elog.c:2112
+#: utils/error/elog.c:2206
msgid "HINT: "
msgstr "ASTUCE : "
-#: utils/error/elog.c:2119
+#: utils/error/elog.c:2213
msgid "QUERY: "
msgstr "REQUTE : "
-#: utils/error/elog.c:2126
+#: utils/error/elog.c:2220
msgid "CONTEXT: "
msgstr "CONTEXTE : "
-#: utils/error/elog.c:2136
+#: utils/error/elog.c:2230
#, c-format
msgid "LOCATION: %s, %s:%d\n"
msgstr "EMPLACEMENT : %s, %s:%d\n"
-#: utils/error/elog.c:2143
+#: utils/error/elog.c:2237
#, c-format
msgid "LOCATION: %s:%d\n"
msgstr "EMPLACEMENT : %s:%d\n"
-#: utils/error/elog.c:2157
+#: utils/error/elog.c:2251
msgid "STATEMENT: "
msgstr "INSTRUCTION : "
-#: utils/error/elog.c:2254
+#: utils/error/elog.c:2348
msgid "Not safe to send CSV data\n"
msgstr "Envoi non sr des donnes CSV\n"
#. translator: This string will be truncated at 47
#. characters expanded.
-#: utils/error/elog.c:2557
+#: utils/error/elog.c:2651
#, c-format
msgid "operating system error %d"
msgstr "erreur %d du systme d'exploitation"
-#: utils/error/elog.c:2580
+#: utils/error/elog.c:2674
msgid "DEBUG"
msgstr "DEBUG"
-#: utils/error/elog.c:2584
+#: utils/error/elog.c:2678
msgid "LOG"
msgstr "LOG"
-#: utils/error/elog.c:2587
+#: utils/error/elog.c:2681
msgid "INFO"
msgstr "INFO"
-#: utils/error/elog.c:2590
+#: utils/error/elog.c:2684
msgid "NOTICE"
msgstr "NOTICE"
-#: utils/error/elog.c:2593
+#: utils/error/elog.c:2687
msgid "WARNING"
msgstr "ATTENTION"
-#: utils/error/elog.c:2596
+#: utils/error/elog.c:2690
msgid "ERROR"
msgstr "ERREUR"
-#: utils/error/elog.c:2599
+#: utils/error/elog.c:2693
msgid "FATAL"
msgstr "FATAL"
-#: utils/error/elog.c:2602
+#: utils/error/elog.c:2696
msgid "PANIC"
msgstr "PANIC"
@@ -6473,8 +7563,8 @@ msgid "could not find function \"%s\" in file \"%s\""
msgstr "n'a pas pu trouver la fonction %s dans le fichier %s "
#: utils/fmgr/dfmgr.c:204
-#: utils/fmgr/dfmgr.c:406
-#: utils/fmgr/dfmgr.c:453
+#: utils/fmgr/dfmgr.c:413
+#: utils/fmgr/dfmgr.c:461
#, c-format
msgid "could not access file \"%s\": %m"
msgstr "n'a pas pu accder au fichier %s : %m"
@@ -6539,21 +7629,21 @@ msgstr "Le bloc magique a une longueur inattendue ou une diffrence de padding."
msgid "incompatible library \"%s\": magic block mismatch"
msgstr "bibliothque %s incompatible : diffrences dans le bloc magique"
-#: utils/fmgr/dfmgr.c:537
+#: utils/fmgr/dfmgr.c:545
#, c-format
msgid "access to library \"%s\" is not allowed"
msgstr "l'accs la bibliothque %s n'est pas autoris"
-#: utils/fmgr/dfmgr.c:564
+#: utils/fmgr/dfmgr.c:572
#, c-format
msgid "invalid macro name in dynamic library path: %s"
msgstr "nom de macro invalide dans le chemin des bibliothques partages : %s"
-#: utils/fmgr/dfmgr.c:609
+#: utils/fmgr/dfmgr.c:617
msgid "zero-length component in parameter \"dynamic_library_path\""
msgstr "composant de longueur zro dans le paramtre dynamic_library_path "
-#: utils/fmgr/dfmgr.c:628
+#: utils/fmgr/dfmgr.c:636
msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
msgstr "Un composant du paramtre dynamic_library_path n'est pas un chemin absolu"
@@ -6568,7 +7658,7 @@ msgid "unrecognized API version %d reported by info function \"%s\""
msgstr "version API %d non reconnue mais rapporte par la fonction info %s "
#: utils/fmgr/fmgr.c:843
-#: utils/fmgr/fmgr.c:2075
+#: utils/fmgr/fmgr.c:2076
#, c-format
msgid "function %u has too many arguments (%d, maximum is %d)"
msgstr "la fonction %u a trop d'arguments (%d, le maximum tant %d)"
@@ -6580,49 +7670,49 @@ msgstr ""
"n'a pas pu dterminer le type du rsultat actuel pour la fonction %s \n"
"dclarant retourner le type %s"
-#: utils/fmgr/funcapi.c:1105
-#: utils/fmgr/funcapi.c:1136
+#: utils/fmgr/funcapi.c:1191
+#: utils/fmgr/funcapi.c:1222
msgid "number of aliases does not match number of columns"
msgstr "le nombre d'alias ne correspond pas au nombre de colonnes"
-#: utils/fmgr/funcapi.c:1130
+#: utils/fmgr/funcapi.c:1216
msgid "no column alias was provided"
msgstr "aucun alias de colonne n'a t fourni"
-#: utils/fmgr/funcapi.c:1154
+#: utils/fmgr/funcapi.c:1240
msgid "could not determine row description for function returning record"
msgstr ""
"n'a pas pu dterminer la description de la ligne pour la fonction renvoyant\n"
"l'enregistrement"
-#: utils/cache/lsyscache.c:2319
-#: utils/cache/lsyscache.c:2354
-#: utils/cache/lsyscache.c:2389
-#: utils/cache/lsyscache.c:2424
+#: utils/cache/lsyscache.c:2345
+#: utils/cache/lsyscache.c:2380
+#: utils/cache/lsyscache.c:2415
+#: utils/cache/lsyscache.c:2450
#, c-format
msgid "type %s is only a shell"
msgstr "le type %s est seulement un shell"
-#: utils/cache/lsyscache.c:2324
+#: utils/cache/lsyscache.c:2350
#, c-format
msgid "no input function available for type %s"
msgstr "aucune fonction en entre disponible pour le type %s"
-#: utils/cache/lsyscache.c:2359
+#: utils/cache/lsyscache.c:2385
#, c-format
msgid "no output function available for type %s"
msgstr "aucune fonction en sortie disponible pour le type %s"
-#: utils/cache/plancache.c:539
+#: utils/cache/plancache.c:573
msgid "cached plan must not change result type"
msgstr "le plan en cache ne doit pas modifier le type en rsultat"
-#: utils/cache/relcache.c:3707
+#: utils/cache/relcache.c:4040
#, c-format
msgid "could not create relation-cache initialization file \"%s\": %m"
msgstr "n'a pas pu crer le fichier d'initialisation relation-cache %s : %m"
-#: utils/cache/relcache.c:3709
+#: utils/cache/relcache.c:4042
msgid "Continuing anyway, but there's something wrong."
msgstr "Continue malgr tout, mais quelque chose s'est mal pass."
@@ -6679,16 +7769,16 @@ msgstr "multiples paramtres Accept"
msgid "unrecognized simple dictionary parameter: \"%s\""
msgstr "paramtre de dictionnaire simple non reconnu : %s "
-#: tsearch/dict_synonym.c:99
+#: tsearch/dict_synonym.c:119
#, c-format
msgid "unrecognized synonym parameter: \"%s\""
msgstr "paramtre synonyme non reconnu : %s "
-#: tsearch/dict_synonym.c:106
+#: tsearch/dict_synonym.c:126
msgid "missing Synonyms parameter"
msgstr "paramtre Synonyms manquant"
-#: tsearch/dict_synonym.c:113
+#: tsearch/dict_synonym.c:133
#, c-format
msgid "could not open synonym file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier synonyme %s : %m"
@@ -6711,19 +7801,19 @@ msgstr "fin de ligne ou lexeme inattendu"
msgid "unexpected end of line"
msgstr "fin de ligne inattendue"
-#: tsearch/dict_thesaurus.c:413
+#: tsearch/dict_thesaurus.c:412
#, c-format
msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
msgstr ""
"le mot d'exemple %s du thsaurus n'est pas reconnu par le\n"
"sous-dictionnaire (rgle %d)"
-#: tsearch/dict_thesaurus.c:419
+#: tsearch/dict_thesaurus.c:418
#, c-format
msgid "thesaurus sample word \"%s\" is a stop word (rule %d)"
msgstr "le mot d'exemple %s du thsaurus est un terme courant (rgle %d)"
-#: tsearch/dict_thesaurus.c:422
+#: tsearch/dict_thesaurus.c:421
msgid "Use \"?\" to represent a stop word within a sample phrase."
msgstr "Utilisez ? pour reprsenter un terme courant dans une phrase."
@@ -6767,8 +7857,8 @@ msgstr "n'a pas pu ouvrir le fichier dictionnaire %s : %m"
#: tsearch/spell.c:478
#: tsearch/spell.c:495
#: tsearch/spell.c:517
-#: gram.y:10787
-#: gram.y:10804
+#: gram.y:11322
+#: gram.y:11339
msgid "syntax error"
msgstr "erreur de syntaxe"
@@ -6798,49 +7888,22 @@ msgstr "mauvais format de fichier affixe pour le drapeau"
msgid "line %d of configuration file \"%s\": \"%s\""
msgstr "ligne %d du fichier de configuration %s : %s "
-#: tsearch/ts_locale.c:173
-#: libpq/hba.c:584
-#: libpq/hba.c:600
-#: libpq/hba.c:646
-#: libpq/hba.c:669
-#: libpq/hba.c:681
-#: libpq/hba.c:694
-#: libpq/hba.c:709
-#: libpq/hba.c:737
-#: libpq/hba.c:762
-#: libpq/hba.c:776
-#: libpq/hba.c:789
-#: libpq/hba.c:817
-#: libpq/hba.c:885
-#: libpq/hba.c:896
-#: libpq/hba.c:908
-#: libpq/hba.c:919
-#: libpq/hba.c:942
-#: libpq/hba.c:971
-#: libpq/hba.c:983
-#: libpq/hba.c:996
-#: libpq/hba.c:1030
-#: libpq/hba.c:1074
-#, c-format
-msgid "line %d of configuration file \"%s\""
-msgstr "ligne %d du fichier de configuration %s "
-
#: tsearch/ts_locale.c:288
#, c-format
msgid "conversion from wchar_t to server encoding failed: %m"
msgstr "chec de l'encodage de wchar_t vers l'encodage du serveur : %m"
-#: tsearch/ts_parse.c:383
-#: tsearch/ts_parse.c:390
-#: tsearch/ts_parse.c:553
-#: tsearch/ts_parse.c:560
+#: tsearch/ts_parse.c:391
+#: tsearch/ts_parse.c:398
+#: tsearch/ts_parse.c:561
+#: tsearch/ts_parse.c:568
msgid "word is too long to be indexed"
msgstr "le mot est trop long pour tre index"
-#: tsearch/ts_parse.c:384
-#: tsearch/ts_parse.c:391
-#: tsearch/ts_parse.c:554
-#: tsearch/ts_parse.c:561
+#: tsearch/ts_parse.c:392
+#: tsearch/ts_parse.c:399
+#: tsearch/ts_parse.c:562
+#: tsearch/ts_parse.c:569
#, c-format
msgid "Words longer than %d characters are ignored."
msgstr "Les mots de plus de %d caractres sont ignors."
@@ -6859,363 +7922,278 @@ msgstr "n'a pas pu ouvrir le fichier des termes courants %s : %m"
msgid "text search parser does not support headline creation"
msgstr "l'analyseur de recherche plein texte ne supporte pas headline"
-#: tsearch/wparser_def.c:2435
+#: tsearch/wparser_def.c:2500
#, c-format
msgid "unrecognized headline parameter: \"%s\""
msgstr "paramtre headline %s non reconnu"
-#: tsearch/wparser_def.c:2444
+#: tsearch/wparser_def.c:2509
msgid "MinWords should be less than MaxWords"
msgstr "MinWords doit avoir une valeur plus petite que celle de MaxWords"
-#: tsearch/wparser_def.c:2448
+#: tsearch/wparser_def.c:2513
msgid "MinWords should be positive"
msgstr "MinWords doit tre positif"
-#: tsearch/wparser_def.c:2452
+#: tsearch/wparser_def.c:2517
msgid "ShortWord should be >= 0"
msgstr "ShortWord devrait tre positif ou nul"
-#: tsearch/wparser_def.c:2456
+#: tsearch/wparser_def.c:2521
msgid "MaxFragments should be >= 0"
msgstr "MaxFragments devrait tre positif ou nul"
-#: tcop/pquery.c:668
-#, c-format
-msgid "bind message has %d result formats but query has %d columns"
-msgstr "le message bind a %d formats de rsultat mais la requte a %d colonnes"
-
-#: tcop/pquery.c:745
-#: tcop/pquery.c:1366
-#: commands/portalcmds.c:329
-#, c-format
-msgid "portal \"%s\" cannot be run"
-msgstr "le portail %s ne peut pas tre excut de nouveau"
-
-#: tcop/pquery.c:979
-msgid "cursor can only scan forward"
-msgstr "le curseur peut seulement parcourir en avant"
-
-#: tcop/pquery.c:980
-msgid "Declare it with SCROLL option to enable backward scan."
-msgstr "Dclarez-le avec l'option SCROLL pour activer le parcours inverse."
-
-#: tcop/utility.c:90
-#: commands/tablecmds.c:732
-#: commands/tablecmds.c:1042
-#: commands/tablecmds.c:1860
-#: commands/tablecmds.c:3243
-#: commands/tablecmds.c:3272
-#: commands/tablecmds.c:4603
-#: commands/trigger.c:121
-#: commands/trigger.c:809
-#: rewrite/rewriteDefine.c:259
-#, c-format
-msgid "permission denied: \"%s\" is a system catalog"
-msgstr "droit refus : %s est un catalogue systme"
-
-#: tcop/utility.c:218
-#: commands/copy.c:1007
-#: executor/execMain.c:636
-msgid "transaction is read-only"
-msgstr "la transaction est en lecture seule"
-
-#: tcop/utility.c:1021
-msgid "must be superuser to do CHECKPOINT"
-msgstr "doit tre super-utilisateur pour excuter un point de vrification (CHECKPOINT)"
+#: tcop/postgres.c:335
+#: tcop/postgres.c:358
+#: tcop/fastpath.c:292
+#: commands/copy.c:515
+#: commands/copy.c:534
+#: commands/copy.c:538
+msgid "unexpected EOF on client connection"
+msgstr "fin de fichier (EOF) inattendue de la connexion du client"
-#: tcop/fastpath.c:109
-#: tcop/fastpath.c:483
-#: tcop/fastpath.c:613
+#: tcop/postgres.c:385
+#: tcop/postgres.c:397
+#: tcop/postgres.c:408
+#: tcop/postgres.c:420
+#: tcop/postgres.c:3846
#, c-format
-msgid "invalid argument size %d in function call message"
-msgstr "taille de l'argument %d invalide dans le message d'appel de la fonction"
+msgid "invalid frontend message type %d"
+msgstr "type %d du message de l'interface invalide"
-#: tcop/fastpath.c:223
-#: catalog/aclchk.c:2542
-#: catalog/aclchk.c:3230
+#: tcop/postgres.c:887
#, c-format
-msgid "function with OID %u does not exist"
-msgstr "la fonction d'OID %u n'existe pas"
-
-#: tcop/fastpath.c:292
-#: tcop/postgres.c:326
-#: tcop/postgres.c:349
-#: commands/copy.c:514
-#: commands/copy.c:533
-#: commands/copy.c:537
-msgid "unexpected EOF on client connection"
-msgstr "fin de fichier (EOF) inattendue de la connexion du client"
+msgid "statement: %s"
+msgstr "instruction : %s"
+#: tcop/postgres.c:946
+#: tcop/postgres.c:1255
+#: tcop/postgres.c:1535
+#: tcop/postgres.c:1976
+#: tcop/postgres.c:2293
+#: tcop/postgres.c:2373
#: tcop/fastpath.c:305
-#: tcop/postgres.c:891
-#: tcop/postgres.c:1200
-#: tcop/postgres.c:1480
-#: tcop/postgres.c:1916
-#: tcop/postgres.c:2233
-#: tcop/postgres.c:2313
msgid "current transaction is aborted, commands ignored until end of transaction block"
msgstr ""
"la transaction est annule, les commandes sont ignores jusqu' la fin du bloc\n"
"de la transaction"
-#: tcop/fastpath.c:333
-#, c-format
-msgid "fastpath function call: \"%s\" (OID %u)"
-msgstr "appel de fonction fastpath : %s (OID %u)"
-
+#: tcop/postgres.c:1115
+#: tcop/postgres.c:1401
+#: tcop/postgres.c:1817
+#: tcop/postgres.c:2033
#: tcop/fastpath.c:409
-#: tcop/postgres.c:1060
-#: tcop/postgres.c:1346
-#: tcop/postgres.c:1757
-#: tcop/postgres.c:1973
#, c-format
msgid "duration: %s ms"
msgstr "dure : %s ms"
-#: tcop/fastpath.c:413
-#, c-format
-msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)"
-msgstr "dure : %s ms, appel de fonction fastpath : %s (OID %u)"
-
-#: tcop/fastpath.c:451
-#: tcop/fastpath.c:578
-#, c-format
-msgid "function call message contains %d arguments but function requires %d"
-msgstr ""
-"le message d'appel de la fonction contient %d arguments mais la fonction en\n"
-"requiert %d"
-
-#: tcop/fastpath.c:459
-#, c-format
-msgid "function call message contains %d argument formats but %d arguments"
-msgstr ""
-"le message d'appel de la fonction contient %d formats d'argument mais %d\n"
-" arguments"
-
-#: tcop/fastpath.c:546
-#: tcop/fastpath.c:629
-#, c-format
-msgid "incorrect binary data format in function argument %d"
-msgstr "format des donnes binaires incorrect dans l'argument de la fonction %d"
-
-#: tcop/postgres.c:376
-#: tcop/postgres.c:388
-#: tcop/postgres.c:399
-#: tcop/postgres.c:411
-#: tcop/postgres.c:3839
-#, c-format
-msgid "invalid frontend message type %d"
-msgstr "type %d du message de l'interface invalide"
-
-#: tcop/postgres.c:832
-#, c-format
-msgid "statement: %s"
-msgstr "instruction : %s"
-
-#: tcop/postgres.c:1065
+#: tcop/postgres.c:1120
#, c-format
msgid "duration: %s ms statement: %s"
msgstr "dure : %s ms, instruction : %s"
-#: tcop/postgres.c:1115
+#: tcop/postgres.c:1170
#, c-format
msgid "parse %s: %s"
msgstr "analyse %s : %s"
-#: tcop/postgres.c:1173
+#: tcop/postgres.c:1228
msgid "cannot insert multiple commands into a prepared statement"
msgstr "ne peut pas insrer les commandes multiples dans une instruction prpare"
-#: tcop/postgres.c:1239
-#: commands/prepare.c:122
-#: parser/analyze.c:2212
+#: tcop/postgres.c:1294
+#: commands/prepare.c:121
+#: parser/parse_param.c:292
#, c-format
msgid "could not determine data type of parameter $%d"
msgstr "n'a pas pu dterminer le type de donnes du paramtres $%d"
-#: tcop/postgres.c:1351
+#: tcop/postgres.c:1406
#, c-format
msgid "duration: %s ms parse %s: %s"
msgstr "dure : %s ms, analyse %s : %s"
-#: tcop/postgres.c:1397
+#: tcop/postgres.c:1452
#, c-format
msgid "bind %s to %s"
msgstr "lie %s %s"
-#: tcop/postgres.c:1416
-#: tcop/postgres.c:2213
+#: tcop/postgres.c:1471
+#: tcop/postgres.c:2273
msgid "unnamed prepared statement does not exist"
msgstr "l'instruction prpare non nomme n'existe pas"
-#: tcop/postgres.c:1458
+#: tcop/postgres.c:1513
#, c-format
msgid "bind message has %d parameter formats but %d parameters"
msgstr "le message bind a %d formats de paramtres mais %d paramtres"
-#: tcop/postgres.c:1464
+#: tcop/postgres.c:1519
#, c-format
msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
msgstr ""
"le message bind fournit %d paramtres, mais l'instruction prpare %s en\n"
"requiert %d"
-#: tcop/postgres.c:1623
+#: tcop/postgres.c:1683
#, c-format
msgid "incorrect binary data format in bind parameter %d"
msgstr "format des donnes binaires incorrect dans le paramtre bind %d"
-#: tcop/postgres.c:1762
+#: tcop/postgres.c:1822
#, c-format
msgid "duration: %s ms bind %s%s%s: %s"
msgstr "dure : %s ms, lien %s%s%s : %s"
-#: tcop/postgres.c:1810
-#: tcop/postgres.c:2299
+#: tcop/postgres.c:1870
+#: tcop/postgres.c:2359
#, c-format
msgid "portal \"%s\" does not exist"
msgstr "le portail %s n'existe pas"
-#: tcop/postgres.c:1897
-#: tcop/postgres.c:1981
+#: tcop/postgres.c:1957
+#: tcop/postgres.c:2041
msgid "execute fetch from"
msgstr "excute fetch partir de"
-#: tcop/postgres.c:1898
-#: tcop/postgres.c:1982
+#: tcop/postgres.c:1958
+#: tcop/postgres.c:2042
msgid "execute"
msgstr "excute"
-#: tcop/postgres.c:1895
+#: tcop/postgres.c:1955
#, c-format
msgid "%s %s%s%s: %s"
msgstr "%s %s%s%s: %s"
-#: tcop/postgres.c:1978
+#: tcop/postgres.c:2038
#, c-format
msgid "duration: %s ms %s %s%s%s: %s"
msgstr "dure : %s ms %s %s%s%s: %s"
-#: tcop/postgres.c:2104
+#: tcop/postgres.c:2164
#, c-format
msgid "prepare: %s"
msgstr "prparation : %s"
-#: tcop/postgres.c:2167
+#: tcop/postgres.c:2227
#, c-format
msgid "parameters: %s"
msgstr "paramtres : %s"
-#: tcop/postgres.c:2489
+#: tcop/postgres.c:2559
msgid "terminating connection because of crash of another server process"
msgstr "arrt de la connexion cause de l'arrt brutal d'un autre processus serveur"
-#: tcop/postgres.c:2490
+#: tcop/postgres.c:2560
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 ""
"Le postmaster a command ce processus serveur d'annuler la transaction\n"
"courante et de quitter car un autre processus serveur a quitt anormalement\n"
"et qu'il existe probablement de la mmoire partage corrompue."
-#: tcop/postgres.c:2494
+#: tcop/postgres.c:2564
msgid "In a moment you should be able to reconnect to the database and repeat your command."
msgstr ""
"Dans un moment, vous devriez tre capable de vous reconnecter la base de\n"
"donnes et de relancer votre commande."
-#: tcop/postgres.c:2613
+#: tcop/postgres.c:2669
msgid "floating-point exception"
msgstr "exception d une virgule flottante"
-#: tcop/postgres.c:2614
+#: tcop/postgres.c:2670
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 ""
"Une opration invalide sur les virgules flottantes a t signale.\n"
"Ceci signifie probablement un rsultat en dehors de l'chelle ou une\n"
"opration invalide telle qu'une division par zro."
-#: tcop/postgres.c:2651
+#: tcop/postgres.c:2710
msgid "terminating autovacuum process due to administrator command"
msgstr "arrt du processus autovacuum suite la demande de l'administrateur"
-#: tcop/postgres.c:2655
+#: tcop/postgres.c:2714
msgid "terminating connection due to administrator command"
msgstr "arrt des connexions suite la demande de l'administrateur"
-#: tcop/postgres.c:2666
+#: tcop/postgres.c:2728
+msgid "canceling authentication due to timeout"
+msgstr "annulation de l'authentification cause du dlai coul"
+
+#: tcop/postgres.c:2732
msgid "canceling statement due to statement timeout"
msgstr "annulation de la requte cause du dlai coul pour l'excution de l'instruction"
-#: tcop/postgres.c:2670
+#: tcop/postgres.c:2736
msgid "canceling autovacuum task"
msgstr "annulation de la tche d'autovacuum"
-#: tcop/postgres.c:2674
+#: tcop/postgres.c:2740
msgid "canceling statement due to user request"
msgstr "annulation de la requte la demande de l'utilisateur"
-#: tcop/postgres.c:2718
+#: tcop/postgres.c:2784
msgid "stack depth limit exceeded"
msgstr "dpassement de limite (en profondeur) de la pile"
-#: tcop/postgres.c:2719
+#: tcop/postgres.c:2785
msgid "Increase the configuration parameter \"max_stack_depth\", after ensuring the platform's stack depth limit is adequate."
msgstr ""
"Augmenter le paramtre max_stack_depth aprs vous tre assur que la\n"
"limite de profondeur de la pile de la plateforme est adquate."
-#: tcop/postgres.c:2735
+#: tcop/postgres.c:2801
#, c-format
msgid "\"max_stack_depth\" must not exceed %ldkB"
msgstr " max_stack_depth ne doit pas dpasser %ld Ko"
-#: tcop/postgres.c:2737
+#: tcop/postgres.c:2803
msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
msgstr ""
"Augmenter la limite de profondeur de la pile sur votre plateforme via\n"
" ulimit -s ou l'quivalent local."
-#: tcop/postgres.c:3114
-#: bootstrap/bootstrap.c:294
-#: postmaster/postmaster.c:653
+#: tcop/postgres.c:3094
+#: bootstrap/bootstrap.c:270
+#: postmaster/postmaster.c:654
#, c-format
msgid "--%s requires a value"
msgstr "--%s requiert une valeur"
-#: tcop/postgres.c:3119
-#: bootstrap/bootstrap.c:299
-#: postmaster/postmaster.c:658
+#: tcop/postgres.c:3099
+#: bootstrap/bootstrap.c:275
+#: postmaster/postmaster.c:659
#, c-format
msgid "-c %s requires a value"
msgstr "-c %s requiert une valeur"
-#: tcop/postgres.c:3254
+#: tcop/postgres.c:3125
msgid "invalid command-line arguments for server process"
msgstr "arguments invalides en ligne de commande pour le processus serveur"
-#: tcop/postgres.c:3255
-#: tcop/postgres.c:3269
+#: tcop/postgres.c:3126
+#: tcop/postgres.c:3132
#, c-format
msgid "Try \"%s --help\" for more information."
msgstr "Essayez %s --help pour plus d'informations."
-#: tcop/postgres.c:3267
+#: tcop/postgres.c:3130
#, c-format
msgid "%s: invalid command-line arguments"
msgstr "%s : arguments invalides en ligne de commande"
-#: tcop/postgres.c:3277
+#: tcop/postgres.c:3226
#, c-format
msgid "%s: no database nor user name specified"
msgstr "%s : aucune base de donnes et aucun utilisateur spcifis"
-#: tcop/postgres.c:3749
+#: tcop/postgres.c:3756
#, c-format
msgid "invalid CLOSE message subtype %d"
msgstr "sous-type %d du message CLOSE invalide"
-#: tcop/postgres.c:3782
+#: tcop/postgres.c:3789
#, c-format
msgid "invalid DESCRIBE message subtype %d"
msgstr "sous-type %d du message DESCRIBE invalide"
@@ -7227,436 +8205,613 @@ msgstr ""
"dconnexion : dure de la session : %d:%02d:%02d.%03d\n"
"utilisateur=%s base=%s hte=%s%s%s"
-#: bootstrap/bootstrap.c:310
-#: postmaster/postmaster.c:670
-#: postmaster/postmaster.c:683
+#: tcop/pquery.c:668
+#, c-format
+msgid "bind message has %d result formats but query has %d columns"
+msgstr "le message bind a %d formats de rsultat mais la requte a %d colonnes"
+
+#: tcop/pquery.c:745
+#: tcop/pquery.c:1366
+#: commands/portalcmds.c:329
+#, c-format
+msgid "portal \"%s\" cannot be run"
+msgstr "le portail %s ne peut pas tre excut de nouveau"
+
+#: tcop/pquery.c:979
+msgid "cursor can only scan forward"
+msgstr "le curseur peut seulement parcourir en avant"
+
+#: tcop/pquery.c:980
+msgid "Declare it with SCROLL option to enable backward scan."
+msgstr "Dclarez-le avec l'option SCROLL pour activer le parcours inverse."
+
+#: tcop/utility.c:94
+#: commands/tablecmds.c:753
+#: commands/tablecmds.c:1086
+#: commands/tablecmds.c:1953
+#: commands/tablecmds.c:3386
+#: commands/tablecmds.c:3415
+#: commands/tablecmds.c:4837
+#: commands/trigger.c:156
+#: commands/trigger.c:1028
+#: rewrite/rewriteDefine.c:259
+#, c-format
+msgid "permission denied: \"%s\" is a system catalog"
+msgstr "droit refus : %s est un catalogue systme"
+
+#: tcop/utility.c:223
+#: commands/copy.c:1028
+#: executor/execMain.c:606
+msgid "transaction is read-only"
+msgstr "la transaction est en lecture seule"
+
+#. translator: %s is name of a SQL command, eg PREPARE
+#: tcop/utility.c:246
+#, c-format
+msgid "cannot execute %s within security-restricted operation"
+msgstr ""
+"ne peut pas excuter %s l'intrieur d'une fonction restreinte\n"
+"pour scurit"
+
+#: tcop/utility.c:1085
+msgid "must be superuser to do CHECKPOINT"
+msgstr "doit tre super-utilisateur pour excuter un point de vrification (CHECKPOINT)"
+
+#: tcop/fastpath.c:109
+#: tcop/fastpath.c:483
+#: tcop/fastpath.c:613
+#, c-format
+msgid "invalid argument size %d in function call message"
+msgstr "taille de l'argument %d invalide dans le message d'appel de la fonction"
+
+#: tcop/fastpath.c:223
+#: catalog/aclchk.c:3438
+#: catalog/aclchk.c:4224
+#, c-format
+msgid "function with OID %u does not exist"
+msgstr "la fonction d'OID %u n'existe pas"
+
+#: tcop/fastpath.c:333
+#, c-format
+msgid "fastpath function call: \"%s\" (OID %u)"
+msgstr "appel de fonction fastpath : %s (OID %u)"
+
+#: tcop/fastpath.c:413
+#, c-format
+msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)"
+msgstr "dure : %s ms, appel de fonction fastpath : %s (OID %u)"
+
+#: tcop/fastpath.c:451
+#: tcop/fastpath.c:578
+#, c-format
+msgid "function call message contains %d arguments but function requires %d"
+msgstr ""
+"le message d'appel de la fonction contient %d arguments mais la fonction en\n"
+"requiert %d"
+
+#: tcop/fastpath.c:459
+#, c-format
+msgid "function call message contains %d argument formats but %d arguments"
+msgstr ""
+"le message d'appel de la fonction contient %d formats d'argument mais %d\n"
+" arguments"
+
+#: tcop/fastpath.c:546
+#: tcop/fastpath.c:629
+#, c-format
+msgid "incorrect binary data format in function argument %d"
+msgstr "format des donnes binaires incorrect dans l'argument de la fonction %d"
+
+#: bootstrap/bootstrap.c:286
+#: postmaster/postmaster.c:671
+#: postmaster/postmaster.c:684
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayez %s --help pour plus d'informations.\n"
-#: bootstrap/bootstrap.c:319
+#: bootstrap/bootstrap.c:295
#, c-format
msgid "%s: invalid command-line arguments\n"
msgstr "%s : arguments invalides en ligne de commande\n"
-#: catalog/aclchk.c:141
+#: catalog/aclchk.c:195
msgid "grant options can only be granted to roles"
msgstr "les options grant peuvent seulement tre donnes aux rles"
-#: catalog/aclchk.c:252
+#: catalog/aclchk.c:309
#, c-format
msgid "no privileges were granted for \"%s\""
msgstr "aucun droit n'a t accord pour %s "
-#: catalog/aclchk.c:256
+#: catalog/aclchk.c:313
#, c-format
msgid "not all privileges were granted for \"%s\""
msgstr "tous les droits n'ont pas t accords pour %s "
-#: catalog/aclchk.c:263
+#: catalog/aclchk.c:320
#, c-format
msgid "no privileges could be revoked for \"%s\""
msgstr "aucun droit n'a pu tre rvoqu pour %s "
-#: catalog/aclchk.c:267
+#: catalog/aclchk.c:324
#, c-format
msgid "not all privileges could be revoked for \"%s\""
msgstr "certains droits n'ont pu tre rvoqu pour %s "
-#: catalog/aclchk.c:329
+#: catalog/aclchk.c:401
+#: catalog/aclchk.c:893
#, c-format
msgid "invalid privilege type %s for relation"
msgstr "droit %s invalide pour la relation"
-#: catalog/aclchk.c:333
+#: catalog/aclchk.c:405
+#: catalog/aclchk.c:897
#, c-format
msgid "invalid privilege type %s for sequence"
msgstr "droit %s invalide pour la squence"
-#: catalog/aclchk.c:337
+#: catalog/aclchk.c:409
#, c-format
msgid "invalid privilege type %s for database"
msgstr "droit %s invalide pour la base de donnes"
-#: catalog/aclchk.c:341
+#: catalog/aclchk.c:413
+#: catalog/aclchk.c:901
#, c-format
msgid "invalid privilege type %s for function"
msgstr "droit %s invalide pour la fonction"
-#: catalog/aclchk.c:345
+#: catalog/aclchk.c:417
#, c-format
msgid "invalid privilege type %s for language"
msgstr "droit %s invalide pour le langage"
-#: catalog/aclchk.c:349
+#: catalog/aclchk.c:421
+#, c-format
+msgid "invalid privilege type %s for large object"
+msgstr "type de droit invalide, %s, pour le Large Object"
+
+#: catalog/aclchk.c:425
#, c-format
msgid "invalid privilege type %s for schema"
msgstr "droit %s invalide pour le schma"
-#: catalog/aclchk.c:353
+#: catalog/aclchk.c:429
#, c-format
msgid "invalid privilege type %s for tablespace"
msgstr "droit %s invalide pour le tablespace"
-#: catalog/aclchk.c:357
+#: catalog/aclchk.c:433
#, c-format
msgid "invalid privilege type %s for foreign-data wrapper"
msgstr "type de droit %s invalide pour le wrapper de donnes distantes"
-#: catalog/aclchk.c:361
+#: catalog/aclchk.c:437
#, c-format
msgid "invalid privilege type %s for foreign server"
msgstr "type de droit %s invalide pour le serveur distant"
-#: catalog/aclchk.c:400
+#: catalog/aclchk.c:476
msgid "column privileges are only valid for relations"
msgstr "les droits sur la colonne sont seulement valides pour les relations"
-#: catalog/aclchk.c:895
-#: commands/comment.c:509
-#: commands/sequence.c:945
-#: commands/tablecmds.c:199
-#: commands/tablecmds.c:2045
-#: commands/tablecmds.c:2266
-#: commands/tablecmds.c:7508
+#: catalog/aclchk.c:621
+#: catalog/aclchk.c:3575
+#: catalog/aclchk.c:4298
+#: catalog/pg_largeobject.c:118
+#: catalog/pg_largeobject.c:178
+#: commands/comment.c:1438
+#: storage/large_object/inv_api.c:272
#, c-format
-msgid "\"%s\" is not a sequence"
-msgstr " %s n'est pas une squence"
+msgid "large object %u does not exist"
+msgstr "le Large Object %u n'existe pas"
+
+#: catalog/aclchk.c:835
+#: catalog/aclchk.c:843
+#: commands/copy.c:751
+#: commands/copy.c:769
+#: commands/copy.c:777
+#: commands/copy.c:785
+#: commands/copy.c:793
+#: commands/copy.c:801
+#: commands/copy.c:809
+#: commands/copy.c:817
+#: commands/copy.c:833
+#: commands/dbcommands.c:144
+#: commands/dbcommands.c:152
+#: commands/dbcommands.c:160
+#: commands/dbcommands.c:168
+#: commands/dbcommands.c:176
+#: commands/dbcommands.c:184
+#: commands/dbcommands.c:192
+#: commands/dbcommands.c:1317
+#: commands/dbcommands.c:1325
+#: commands/functioncmds.c:485
+#: commands/functioncmds.c:575
+#: commands/functioncmds.c:583
+#: commands/functioncmds.c:591
+#: commands/functioncmds.c:1981
+#: commands/functioncmds.c:1989
+#: commands/sequence.c:1018
+#: commands/sequence.c:1026
+#: commands/sequence.c:1034
+#: commands/sequence.c:1042
+#: commands/sequence.c:1050
+#: commands/sequence.c:1058
+#: commands/sequence.c:1066
+#: commands/sequence.c:1074
+#: commands/typecmds.c:275
+#: commands/user.c:142
+#: commands/user.c:159
+#: commands/user.c:167
+#: commands/user.c:175
+#: commands/user.c:183
+#: commands/user.c:191
+#: commands/user.c:199
+#: commands/user.c:207
+#: commands/user.c:215
+#: commands/user.c:223
+#: commands/user.c:231
+#: commands/user.c:471
+#: commands/user.c:483
+#: commands/user.c:491
+#: commands/user.c:499
+#: commands/user.c:507
+#: commands/user.c:515
+#: commands/user.c:523
+#: commands/user.c:532
+#: commands/user.c:540
+msgid "conflicting or redundant options"
+msgstr "options en conflit ou redondantes"
+
+#: catalog/aclchk.c:934
+msgid "default privileges cannot be set for columns"
+msgstr "les droits par dfaut ne peuvent pas tre configurs pour les colonnes"
-#: catalog/aclchk.c:933
+#: catalog/aclchk.c:1690
#, c-format
msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
msgstr "la squence %s accepte seulement les droits USAGE, SELECT et UPDATE"
-#: catalog/aclchk.c:950
+#: catalog/aclchk.c:1707
msgid "invalid privilege type USAGE for table"
msgstr "droit USAGE invalide pour la table"
-#: catalog/aclchk.c:1094
+#: catalog/aclchk.c:1851
#, c-format
msgid "invalid privilege type %s for column"
msgstr "type de droit %s invalide pour la colonne"
-#: catalog/aclchk.c:1107
+#: catalog/aclchk.c:1864
#, c-format
msgid "sequence \"%s\" only supports SELECT column privileges"
msgstr "la squence %s accepte seulement le droit SELECT pour les colonnes"
-#: catalog/aclchk.c:1668
+#: catalog/aclchk.c:2425
#, c-format
msgid "language \"%s\" is not trusted"
msgstr "le langage %s n'est pas de confiance"
-#: catalog/aclchk.c:1670
+#: catalog/aclchk.c:2427
msgid "Only superusers can use untrusted languages."
msgstr ""
"Seuls les super-utilisateurs peuvent utiliser des langages qui ne sont pas\n"
"de confiance."
-#: catalog/aclchk.c:2024
+#: catalog/aclchk.c:2913
#, c-format
msgid "unrecognized privilege type \"%s\""
msgstr "droit %s non reconnu"
-#: catalog/aclchk.c:2073
+#: catalog/aclchk.c:2962
#, c-format
msgid "permission denied for column %s"
msgstr "droit refus pour la colonne %s"
-#: catalog/aclchk.c:2075
+#: catalog/aclchk.c:2964
#, c-format
msgid "permission denied for relation %s"
msgstr "droit refus pour la relation %s"
-#: catalog/aclchk.c:2077
-#: commands/sequence.c:467
-#: commands/sequence.c:662
-#: commands/sequence.c:706
-#: commands/sequence.c:742
+#: catalog/aclchk.c:2966
+#: commands/sequence.c:468
+#: commands/sequence.c:663
+#: commands/sequence.c:707
+#: commands/sequence.c:743
#, c-format
msgid "permission denied for sequence %s"
msgstr "droit refus pour la squence %s"
-#: catalog/aclchk.c:2079
+#: catalog/aclchk.c:2968
#, c-format
msgid "permission denied for database %s"
msgstr "droit refus pour la base de donnes %s"
-#: catalog/aclchk.c:2081
+#: catalog/aclchk.c:2970
#, c-format
msgid "permission denied for function %s"
msgstr "droit refus pour la fonction %s"
-#: catalog/aclchk.c:2083
+#: catalog/aclchk.c:2972
#, c-format
msgid "permission denied for operator %s"
msgstr "droit refus pour l'oprateur %s"
-#: catalog/aclchk.c:2085
+#: catalog/aclchk.c:2974
#, c-format
msgid "permission denied for type %s"
msgstr "droit refus pour le type %s"
-#: catalog/aclchk.c:2087
+#: catalog/aclchk.c:2976
#, c-format
msgid "permission denied for language %s"
msgstr "droit refus pour le langage %s"
-#: catalog/aclchk.c:2089
+#: catalog/aclchk.c:2978
+#, c-format
+msgid "permission denied for large object %s"
+msgstr "droit refus pour le Large Object %s"
+
+#: catalog/aclchk.c:2980
#, c-format
msgid "permission denied for schema %s"
msgstr "droit refus pour le schma %s"
-#: catalog/aclchk.c:2091
+#: catalog/aclchk.c:2982
#, c-format
msgid "permission denied for operator class %s"
msgstr "droit refus pour la classe d'oprateur %s"
-#: catalog/aclchk.c:2093
+#: catalog/aclchk.c:2984
#, c-format
msgid "permission denied for operator family %s"
msgstr "droit refus pour la famille d'oprateur %s"
-#: catalog/aclchk.c:2095
+#: catalog/aclchk.c:2986
#, c-format
msgid "permission denied for conversion %s"
msgstr "droit refus pour la conversion %s"
-#: catalog/aclchk.c:2097
+#: catalog/aclchk.c:2988
#, c-format
msgid "permission denied for tablespace %s"
msgstr "droit refus pour le tablespace %s"
-#: catalog/aclchk.c:2099
+#: catalog/aclchk.c:2990
#, c-format
msgid "permission denied for text search dictionary %s"
msgstr "droit refus pour le dictionnaire de recherche plein texte %s"
-#: catalog/aclchk.c:2101
+#: catalog/aclchk.c:2992
#, c-format
msgid "permission denied for text search configuration %s"
msgstr "droit refus pour la configuration de recherche plein texte %s"
-#: catalog/aclchk.c:2103
+#: catalog/aclchk.c:2994
#, c-format
msgid "permission denied for foreign-data wrapper %s"
msgstr "droit refus pour le wrapper de donnes distantes %s"
-#: catalog/aclchk.c:2105
+#: catalog/aclchk.c:2996
#, c-format
msgid "permission denied for foreign server %s"
msgstr "droit refus pour le serveur distant %s"
-#: catalog/aclchk.c:2111
-#: catalog/aclchk.c:2113
+#: catalog/aclchk.c:3002
+#: catalog/aclchk.c:3004
#, c-format
msgid "must be owner of relation %s"
msgstr "doit tre le propritaire de la relation %s"
-#: catalog/aclchk.c:2115
+#: catalog/aclchk.c:3006
#, c-format
msgid "must be owner of sequence %s"
msgstr "doit tre le propritaire de la squence %s"
-#: catalog/aclchk.c:2117
+#: catalog/aclchk.c:3008
#, c-format
msgid "must be owner of database %s"
msgstr "doit tre le propritaire de la base de donnes %s"
-#: catalog/aclchk.c:2119
+#: catalog/aclchk.c:3010
#, c-format
msgid "must be owner of function %s"
msgstr "doit tre le propritaire de la fonction %s"
-#: catalog/aclchk.c:2121
+#: catalog/aclchk.c:3012
#, c-format
msgid "must be owner of operator %s"
msgstr "doit tre le prorpritaire de l'oprateur %s"
-#: catalog/aclchk.c:2123
+#: catalog/aclchk.c:3014
#, c-format
msgid "must be owner of type %s"
msgstr "doit tre le propritaire du type %s"
-#: catalog/aclchk.c:2125
+#: catalog/aclchk.c:3016
#, c-format
msgid "must be owner of language %s"
msgstr "doit tre le propritaire du langage %s"
-#: catalog/aclchk.c:2127
+#: catalog/aclchk.c:3018
+#, c-format
+msgid "must be owner of large object %s"
+msgstr "doit tre le propritaire du Large Object %s"
+
+#: catalog/aclchk.c:3020
#, c-format
msgid "must be owner of schema %s"
msgstr "doit tre le propritaire du schma %s"
-#: catalog/aclchk.c:2129
+#: catalog/aclchk.c:3022
#, c-format
msgid "must be owner of operator class %s"
msgstr "doit tre le propritaire de la classe d'oprateur %s"
-#: catalog/aclchk.c:2131
+#: catalog/aclchk.c:3024
#, c-format
msgid "must be owner of operator family %s"
msgstr "doit tre le prorpritaire de la famille d'oprateur %s"
-#: catalog/aclchk.c:2133
+#: catalog/aclchk.c:3026
#, c-format
msgid "must be owner of conversion %s"
msgstr "doit tre le propritaire de la conversion %s"
-#: catalog/aclchk.c:2135
+#: catalog/aclchk.c:3028
#, c-format
msgid "must be owner of tablespace %s"
msgstr "doit tre le propritaire du tablespace %s"
-#: catalog/aclchk.c:2137
+#: catalog/aclchk.c:3030
#, c-format
msgid "must be owner of text search dictionary %s"
msgstr "doit tre le propritaire du dictionnaire de recherche plein texte %s"
-#: catalog/aclchk.c:2139
+#: catalog/aclchk.c:3032
#, c-format
msgid "must be owner of text search configuration %s"
msgstr "doit tre le propritaire de la configuration de recherche plein texte %s"
-#: catalog/aclchk.c:2141
+#: catalog/aclchk.c:3034
#, c-format
msgid "must be owner of foreign-data wrapper %s"
msgstr "doit tre le propritaire du wrapper de donnes distantes %s"
-#: catalog/aclchk.c:2143
+#: catalog/aclchk.c:3036
#, c-format
msgid "must be owner of foreign server %s"
msgstr "doit tre le propritaire de serveur distant %s"
-#: catalog/aclchk.c:2185
+#: catalog/aclchk.c:3078
#, c-format
msgid "permission denied for column %s of relation %s"
msgstr "droit refus pour la colonne %s de la relation %s"
-#: catalog/aclchk.c:2214
+#: catalog/aclchk.c:3107
#, c-format
msgid "role with OID %u does not exist"
msgstr "le rle d'OID %u n'existe pas"
-#: catalog/aclchk.c:2305
-#: catalog/aclchk.c:2313
+#: catalog/aclchk.c:3201
+#: catalog/aclchk.c:3209
#, c-format
msgid "attribute %d of relation with OID %u does not exist"
msgstr "l'attribut %d de la relation d'OID %u n'existe pas"
-#: catalog/aclchk.c:2390
-#: catalog/aclchk.c:3146
+#: catalog/aclchk.c:3286
+#: catalog/aclchk.c:4140
#, c-format
msgid "relation with OID %u does not exist"
msgstr "la relation d'OID %u n'existe pas"
-#: catalog/aclchk.c:2598
-#: catalog/aclchk.c:3258
+#: catalog/aclchk.c:3494
+#: catalog/aclchk.c:4252
#, c-format
msgid "language with OID %u does not exist"
msgstr "le langage d'OID %u n'existe pas"
-#: catalog/aclchk.c:2682
-#: catalog/aclchk.c:3286
+#: catalog/aclchk.c:3662
+#: catalog/aclchk.c:4327
#, c-format
msgid "schema with OID %u does not exist"
msgstr "le schma d'OID %u n'existe pas"
-#: catalog/aclchk.c:2748
-#: catalog/aclchk.c:3325
+#: catalog/aclchk.c:3728
+#: catalog/aclchk.c:4366
#, c-format
msgid "tablespace with OID %u does not exist"
msgstr "le tablespace d'OID %u n'existe pas"
-#: catalog/aclchk.c:2808
+#: catalog/aclchk.c:3788
#, c-format
msgid "foreign-data wrapper with OID %u does not exist"
msgstr "le wrapper de donnes distantes d'OID %u n'existe pas"
-#: catalog/aclchk.c:2871
-#: catalog/aclchk.c:3470
+#: catalog/aclchk.c:3851
+#: catalog/aclchk.c:4511
#, c-format
msgid "foreign server with OID %u does not exist"
msgstr "le serveur distant d'OID %u n'existe pas"
-#: catalog/aclchk.c:3174
+#: catalog/aclchk.c:4168
#, c-format
msgid "type with OID %u does not exist"
msgstr "le type d'OID %u n'existe pas"
-#: catalog/aclchk.c:3202
+#: catalog/aclchk.c:4196
#, c-format
msgid "operator with OID %u does not exist"
msgstr "l'oprateur d'OID %u n'existe pas"
-#: catalog/aclchk.c:3354
+#: catalog/aclchk.c:4395
#, c-format
msgid "operator class with OID %u does not exist"
msgstr "la classe d'oprateur d'OID %u n'existe pas"
-#: catalog/aclchk.c:3383
+#: catalog/aclchk.c:4424
#, c-format
msgid "operator family with OID %u does not exist"
msgstr "la famille d'oprateur d'OID %u n'existe pas"
-#: catalog/aclchk.c:3412
+#: catalog/aclchk.c:4453
#, c-format
msgid "text search dictionary with OID %u does not exist"
msgstr "le dictionnaire de recherche plein texte d'OID %u n'existe pas"
-#: catalog/aclchk.c:3441
+#: catalog/aclchk.c:4482
#, c-format
msgid "text search configuration with OID %u does not exist"
msgstr "la configuration de recherche plein texte d'OID %u n'existe pas"
-#: catalog/aclchk.c:3527
+#: catalog/aclchk.c:4568
#, c-format
msgid "conversion with OID %u does not exist"
msgstr "la conversion d'OID %u n'existe pas"
-#: catalog/catalog.c:75
+#: catalog/catalog.c:76
msgid "invalid fork name"
msgstr "nom du fork invalide"
-#: catalog/catalog.c:76
+#: catalog/catalog.c:77
msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"."
msgstr "Les noms de fork valides sont main , fsm et vm ."
-#: catalog/dependency.c:572
+#: catalog/dependency.c:578
#, c-format
msgid "cannot drop %s because %s requires it"
msgstr "n'a pas pu supprimer %s car il est requis par %s"
-#: catalog/dependency.c:575
+#: catalog/dependency.c:581
#, c-format
msgid "You can drop %s instead."
msgstr "Vous pouvez supprimer %s la place."
-#: catalog/dependency.c:728
-#: catalog/pg_shdepend.c:547
+#: catalog/dependency.c:734
+#: catalog/pg_shdepend.c:549
#, c-format
msgid "cannot drop %s because it is required by the database system"
msgstr "n'a pas pu supprimer %s car il est requis par le systme de bases de donnes"
-#: catalog/dependency.c:842
+#: catalog/dependency.c:848
#, c-format
msgid "drop auto-cascades to %s"
msgstr "DROP cascade automatiquement sur %s"
-#: catalog/dependency.c:854
-#: catalog/dependency.c:863
+#: catalog/dependency.c:860
+#: catalog/dependency.c:869
#, c-format
msgid "%s depends on %s"
msgstr "%s dpend de %s"
-#: catalog/dependency.c:875
-#: catalog/dependency.c:884
+#: catalog/dependency.c:881
+#: catalog/dependency.c:890
#, c-format
msgid "drop cascades to %s"
msgstr "DROP cascade sur %s"
-#: catalog/dependency.c:892
-#: catalog/pg_shdepend.c:658
+#: catalog/dependency.c:898
+#: catalog/pg_shdepend.c:660
#, c-format
msgid ""
"\n"
@@ -7671,472 +8826,502 @@ msgstr[1] ""
"\n"
"et %d autres objets (voir le journal applicatif du serveur pour une liste)"
-#: catalog/dependency.c:904
+#: catalog/dependency.c:910
#, c-format
msgid "cannot drop %s because other objects depend on it"
msgstr "n'a pas pu supprimer %s car d'autres objets en dpendent"
-#: catalog/dependency.c:908
-#: catalog/dependency.c:915
+#: catalog/dependency.c:914
+#: catalog/dependency.c:921
msgid "Use DROP ... CASCADE to drop the dependent objects too."
msgstr "Utilisez DROP ... CASCADE pour supprimer aussi les objets dpendants."
-#: catalog/dependency.c:912
+#: catalog/dependency.c:918
msgid "cannot drop desired object(s) because other objects depend on them"
msgstr "ne peut pas supprimer les objets dsirs car d'autres objets en dpendent"
#. translator: %d always has a value larger than 1
-#: catalog/dependency.c:921
+#: catalog/dependency.c:927
#, c-format
msgid "drop cascades to %d other object"
msgid_plural "drop cascades to %d other objects"
msgstr[0] "DROP cascade sur %d autre objet"
msgstr[1] "DROP cascade sur %d autres objets"
-#: catalog/dependency.c:2081
+#: catalog/dependency.c:2103
#, c-format
msgid " column %s"
msgstr " colonne %s"
-#: catalog/dependency.c:2087
+#: catalog/dependency.c:2109
#, c-format
msgid "function %s"
msgstr "fonction %s"
-#: catalog/dependency.c:2092
+#: catalog/dependency.c:2114
#, c-format
msgid "type %s"
msgstr "type %s"
-#: catalog/dependency.c:2122
+#: catalog/dependency.c:2144
#, c-format
msgid "cast from %s to %s"
msgstr "conversion de %s en %s"
-#: catalog/dependency.c:2150
+#: catalog/dependency.c:2172
#, c-format
msgid "constraint %s on %s"
msgstr "contrainte %s sur %s"
-#: catalog/dependency.c:2156
+#: catalog/dependency.c:2178
#, c-format
msgid "constraint %s"
msgstr "contrainte %s"
-#: catalog/dependency.c:2174
+#: catalog/dependency.c:2196
#, c-format
msgid "conversion %s"
msgstr "conversion %s"
-#: catalog/dependency.c:2211
+#: catalog/dependency.c:2233
#, c-format
msgid "default for %s"
msgstr "valeur par dfaut pour %s"
-#: catalog/dependency.c:2229
+#: catalog/dependency.c:2251
#, c-format
msgid "language %s"
msgstr "langage %s"
-#: catalog/dependency.c:2236
+#: catalog/dependency.c:2257
+#, c-format
+msgid "large object %u"
+msgstr " Large Object %u"
+
+#: catalog/dependency.c:2262
#, c-format
msgid "operator %s"
msgstr "oprateur %s"
-#: catalog/dependency.c:2270
+#: catalog/dependency.c:2296
#, c-format
msgid "operator class %s for access method %s"
msgstr "classe d'oprateur %s pour la mthode d'accs %s"
-#: catalog/dependency.c:2320
+#: catalog/dependency.c:2346
#, c-format
msgid "operator %d %s of %s"
msgstr "oprateur %d %s de %s"
-#: catalog/dependency.c:2367
+#: catalog/dependency.c:2393
#, c-format
msgid "function %d %s of %s"
msgstr "fonction %d %s de %s"
-#: catalog/dependency.c:2404
+#: catalog/dependency.c:2430
#, c-format
msgid "rule %s on "
msgstr "rgle %s active"
-#: catalog/dependency.c:2439
+#: catalog/dependency.c:2465
#, c-format
msgid "trigger %s on "
msgstr "trigger %s actif "
-#: catalog/dependency.c:2456
+#: catalog/dependency.c:2482
#, c-format
msgid "schema %s"
msgstr "schma %s"
-#: catalog/dependency.c:2470
+#: catalog/dependency.c:2496
#, c-format
msgid "text search parser %s"
msgstr "analyseur %s de la recherche plein texte"
-#: catalog/dependency.c:2486
+#: catalog/dependency.c:2512
#, c-format
msgid "text search dictionary %s"
msgstr "dictionnaire %s de la recherche plein texte"
-#: catalog/dependency.c:2502
+#: catalog/dependency.c:2528
#, c-format
msgid "text search template %s"
msgstr "modle %s de la recherche plein texte"
-#: catalog/dependency.c:2518
+#: catalog/dependency.c:2544
#, c-format
msgid "text search configuration %s"
msgstr "configuration %s de recherche plein texte"
-#: catalog/dependency.c:2526
+#: catalog/dependency.c:2552
#, c-format
msgid "role %s"
msgstr "rle %s"
-#: catalog/dependency.c:2539
+#: catalog/dependency.c:2565
#, c-format
msgid "database %s"
msgstr "base de donnes %s"
-#: catalog/dependency.c:2551
+#: catalog/dependency.c:2577
#, c-format
msgid "tablespace %s"
msgstr "tablespace %s"
-#: catalog/dependency.c:2560
+#: catalog/dependency.c:2586
#, c-format
msgid "foreign-data wrapper %s"
msgstr "wrapper de donnes distantes %s"
-#: catalog/dependency.c:2569
+#: catalog/dependency.c:2595
#, c-format
msgid "server %s"
msgstr "serveur %s"
-#: catalog/dependency.c:2595
+#: catalog/dependency.c:2621
#, c-format
msgid "user mapping for %s"
msgstr "correspondance utilisateur pour %s"
-#: catalog/dependency.c:2639
+#: catalog/dependency.c:2655
+#, c-format
+msgid "default privileges on new relations belonging to role %s"
+msgstr "droits par dfaut pour les nouvelles relations appartenant au rle %s"
+
+#: catalog/dependency.c:2660
+#, c-format
+msgid "default privileges on new sequences belonging to role %s"
+msgstr "droits par dfaut pour les nouvelles squences appartenant au rle %s"
+
+#: catalog/dependency.c:2665
+#, c-format
+msgid "default privileges on new functions belonging to role %s"
+msgstr "droits par dfaut pour les nouvelles fonctions appartenant au rle %s"
+
+#: catalog/dependency.c:2671
+#, c-format
+msgid "default privileges belonging to role %s"
+msgstr "droits par dfaut appartenant au rle %s"
+
+#: catalog/dependency.c:2679
+#, c-format
+msgid " in schema %s"
+msgstr " dans le schma %s"
+
+#: catalog/dependency.c:2728
#, c-format
msgid "table %s"
msgstr "table %s"
-#: catalog/dependency.c:2643
+#: catalog/dependency.c:2732
#, c-format
msgid "index %s"
msgstr "index %s"
-#: catalog/dependency.c:2647
+#: catalog/dependency.c:2736
#, c-format
msgid "sequence %s"
msgstr "squence %s"
-#: catalog/dependency.c:2651
+#: catalog/dependency.c:2740
#, c-format
msgid "uncataloged table %s"
msgstr "table %s sans catalogue"
-#: catalog/dependency.c:2655
+#: catalog/dependency.c:2744
#, c-format
msgid "toast table %s"
msgstr "table TOAST %s"
-#: catalog/dependency.c:2659
+#: catalog/dependency.c:2748
#, c-format
msgid "view %s"
msgstr "vue %s"
-#: catalog/dependency.c:2663
+#: catalog/dependency.c:2752
#, c-format
msgid "composite type %s"
msgstr "type composite %s"
-#: catalog/dependency.c:2668
+#: catalog/dependency.c:2757
#, c-format
msgid "relation %s"
msgstr "relation %s"
-#: catalog/dependency.c:2709
+#: catalog/dependency.c:2798
#, c-format
msgid "operator family %s for access method %s"
msgstr "famille d'oprateur %s pour la mthode d'accs %s"
-#: catalog/heap.c:241
+#: catalog/heap.c:244
#, c-format
msgid "permission denied to create \"%s.%s\""
msgstr "droit refus pour crer %s.%s "
-#: catalog/heap.c:243
+#: catalog/heap.c:246
msgid "System catalog modifications are currently disallowed."
msgstr "Les modifications du catalogue systme sont actuellement interdites."
-#: catalog/heap.c:362
-#: commands/tablecmds.c:1156
-#: commands/tablecmds.c:1481
-#: commands/tablecmds.c:3597
+#: catalog/heap.c:365
+#: commands/tablecmds.c:1222
+#: commands/tablecmds.c:1574
+#: commands/tablecmds.c:3740
#, c-format
msgid "tables can have at most %d columns"
msgstr "les tables peuvent avoir au plus %d colonnes"
-#: catalog/heap.c:379
+#: catalog/heap.c:382
#, c-format
msgid "column name \"%s\" conflicts with a system column name"
msgstr "le nom de la colonne %s entre en conflit avec le nom d'une colonne systme"
-#: catalog/heap.c:395
+#: catalog/heap.c:398
#, c-format
msgid "column name \"%s\" specified more than once"
msgstr "colonne %s spcifie plus d'une fois"
-#: catalog/heap.c:431
+#: catalog/heap.c:434
#, c-format
msgid "column \"%s\" has type \"unknown\""
msgstr "la colonne %s est de type unknown "
-#: catalog/heap.c:432
+#: catalog/heap.c:435
msgid "Proceeding with relation creation anyway."
msgstr "Poursuit malgr tout la cration de la relation."
-#: catalog/heap.c:443
+#: catalog/heap.c:446
#, c-format
msgid "column \"%s\" has pseudo-type %s"
msgstr "la colonne %s a le pseudo type %s"
-#: catalog/heap.c:866
-#: catalog/index.c:595
-#: commands/tablecmds.c:2112
+#: catalog/heap.c:903
+#: catalog/index.c:624
+#: commands/tablecmds.c:2205
#, c-format
msgid "relation \"%s\" already exists"
msgstr "la relation %s existe dj"
-#: catalog/heap.c:883
+#: catalog/heap.c:920
#: catalog/pg_type.c:379
#: catalog/pg_type.c:656
#: commands/typecmds.c:219
#: commands/typecmds.c:796
-#: commands/typecmds.c:1122
+#: commands/typecmds.c:1123
#, c-format
msgid "type \"%s\" already exists"
msgstr "le type %s existe dj"
-#: catalog/heap.c:884
+#: catalog/heap.c:921
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 ""
"Une relation a un type associ du mme nom, donc vous devez utiliser un nom\n"
"qui n'entre pas en conflit avec un type existant."
-#: catalog/heap.c:905
-#: catalog/index.c:589
-#: commands/tablecmds.c:6701
+#: catalog/heap.c:942
+#: catalog/index.c:618
+#: commands/tablecmds.c:6997
msgid "only shared relations can be placed in pg_global tablespace"
msgstr "seules les relations partages peuvent tre places dans le tablespace pg_global"
-#: catalog/heap.c:1434
+#: catalog/heap.c:1514
#, c-format
msgid "cannot drop \"%s\" because it is being used by active queries in this session"
msgstr ""
"ne peut pas supprimer %s car cet objet est en cours d'utilisation par\n"
"des requtes actives dans cette session"
-#: catalog/heap.c:1885
+#: catalog/heap.c:1966
#, c-format
msgid "check constraint \"%s\" already exists"
msgstr "la contrainte de vrification %s existe dj"
-#: catalog/heap.c:2029
-#: catalog/pg_constraint.c:613
-#: commands/tablecmds.c:4430
+#: catalog/heap.c:2110
+#: catalog/pg_constraint.c:644
+#: commands/tablecmds.c:4665
#, c-format
msgid "constraint \"%s\" for relation \"%s\" already exists"
msgstr "la contrainte %s de la relation %s existe dj"
-#: catalog/heap.c:2033
+#: catalog/heap.c:2114
#, c-format
msgid "merging constraint \"%s\" with inherited definition"
msgstr "assemblage de la contrainte %s avec une dfinition hrite"
-#: catalog/heap.c:2132
+#: catalog/heap.c:2213
msgid "cannot use column references in default expression"
msgstr "ne peut pas utiliser les rfrences de colonnes dans l'expression par dfaut"
-#: catalog/heap.c:2140
+#: catalog/heap.c:2221
msgid "default expression must not return a set"
msgstr "l'expression par dfaut ne doit pas renvoyer un ensemble"
-#: catalog/heap.c:2148
+#: catalog/heap.c:2229
msgid "cannot use subquery in default expression"
msgstr "ne peut pas utiliser une sous-requte dans l'expression par dfaut"
-#: catalog/heap.c:2152
+#: catalog/heap.c:2233
msgid "cannot use aggregate function in default expression"
msgstr "ne peut pas utiliser une fonction d'agrgat dans une expression par dfaut"
-#: catalog/heap.c:2156
+#: catalog/heap.c:2237
msgid "cannot use window function in default expression"
msgstr "ne peut pas utiliser une fonction window dans une expression par dfaut"
-#: catalog/heap.c:2175
-#: rewrite/rewriteHandler.c:942
+#: catalog/heap.c:2256
+#: rewrite/rewriteHandler.c:952
#, c-format
msgid "column \"%s\" is of type %s but default expression is of type %s"
msgstr "la colonne %s est de type %s alors que l'expression par dfaut est de type %s"
-#: catalog/heap.c:2180
-#: commands/prepare.c:370
-#: parser/parse_node.c:367
-#: parser/parse_target.c:471
-#: parser/parse_target.c:730
-#: parser/parse_target.c:740
-#: rewrite/rewriteHandler.c:947
+#: catalog/heap.c:2261
+#: commands/prepare.c:369
+#: parser/parse_node.c:372
+#: parser/parse_target.c:475
+#: parser/parse_target.c:734
+#: parser/parse_target.c:744
+#: rewrite/rewriteHandler.c:957
msgid "You will need to rewrite or cast the expression."
msgstr "Vous devez rcrire l'expression ou lui appliquer une transformation de type."
-#: catalog/heap.c:2216
+#: catalog/heap.c:2297
#, c-format
msgid "only table \"%s\" can be referenced in check constraint"
msgstr "seule la table %s peut tre rfrence dans la contrainte de vrification"
-#: catalog/heap.c:2225
-#: commands/typecmds.c:2258
+#: catalog/heap.c:2306
+#: commands/typecmds.c:2264
msgid "cannot use subquery in check constraint"
msgstr "ne peut pas utiliser une sous-requte dans la contrainte de vrification"
-#: catalog/heap.c:2229
-#: commands/typecmds.c:2262
+#: catalog/heap.c:2310
+#: commands/typecmds.c:2268
msgid "cannot use aggregate function in check constraint"
msgstr "ne peut pas utiliser une fonction d'aggrgat dans une contrainte de vrification"
-#: catalog/heap.c:2233
-#: commands/typecmds.c:2266
+#: catalog/heap.c:2314
+#: commands/typecmds.c:2272
msgid "cannot use window function in check constraint"
msgstr "ne peut pas utiliser une fonction window dans une contrainte de vrification"
-#: catalog/heap.c:2452
+#: catalog/heap.c:2552
msgid "unsupported ON COMMIT and foreign key combination"
msgstr "combinaison ON COMMIT et cl trangre non supporte"
-#: catalog/heap.c:2453
+#: catalog/heap.c:2553
#, c-format
msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
msgstr ""
"La table %s rfrence %s mais elles n'ont pas la mme valeur pour le\n"
"paramtre ON COMMIT."
-#: catalog/heap.c:2458
+#: catalog/heap.c:2558
msgid "cannot truncate a table referenced in a foreign key constraint"
msgstr "ne peut pas tronquer une table rfrence dans une contrainte de cl trangre"
-#: catalog/heap.c:2459
+#: catalog/heap.c:2559
#, c-format
msgid "Table \"%s\" references \"%s\"."
msgstr "La table %s rfrence %s ."
-#: catalog/heap.c:2461
+#: catalog/heap.c:2561
#, c-format
msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
msgstr "Tronquez la table %s en mme temps, ou utilisez TRUNCATE ... CASCADE."
-#: catalog/index.c:552
+#: catalog/index.c:572
msgid "user-defined indexes on system catalog tables are not supported"
msgstr "les index dfinis par l'utilisateur sur les tables du catalogue systme ne sont pas supports"
-#: catalog/index.c:562
+#: catalog/index.c:582
msgid "concurrent index creation on system catalog tables is not supported"
msgstr ""
"la cration en parallle d'un index sur les tables du catalogue systme\n"
"n'est pas supporte"
-#: catalog/index.c:571
+#: catalog/index.c:600
msgid "shared indexes cannot be created after initdb"
msgstr "les index partags ne peuvent pas tre crs aprs initdb"
-#: catalog/index.c:2270
+#: catalog/index.c:2504
msgid "cannot reindex temporary tables of other sessions"
msgstr "ne peut pas r-indexer les tables temporaires des autres sessions"
-#: catalog/index.c:2292
+#: catalog/index.c:2526
#, c-format
msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
msgstr "un index partag %s peut seulement tre rindex en mode autonome"
-#: catalog/namespace.c:229
-#: catalog/namespace.c:303
-#: commands/trigger.c:3514
+#: catalog/namespace.c:232
+#: catalog/namespace.c:306
+#: commands/trigger.c:3867
#, c-format
msgid "cross-database references are not implemented: \"%s.%s.%s\""
msgstr "les rfrences entre bases de donnes ne sont pas implmentes : %s.%s.%s "
-#: catalog/namespace.c:247
-#: catalog/namespace.c:314
+#: catalog/namespace.c:250
+#: catalog/namespace.c:317
msgid "temporary tables cannot specify a schema name"
msgstr "les tables temporaires ne peuvent pas spcifier un nom de schma"
-#: catalog/namespace.c:270
+#: catalog/namespace.c:273
#: commands/lockcmds.c:113
-#: parser/parse_relation.c:864
+#: parser/parse_relation.c:836
#, c-format
msgid "relation \"%s.%s\" does not exist"
msgstr "la relation %s.%s n'existe pas"
-#: catalog/namespace.c:356
-#: catalog/namespace.c:2230
+#: catalog/namespace.c:359
+#: catalog/namespace.c:2463
msgid "no schema has been selected to create in"
msgstr "aucun schma n'a t slectionn pour cette cration"
-#: catalog/namespace.c:1575
+#: catalog/namespace.c:1776
#: commands/tsearchcmds.c:306
#, c-format
msgid "text search parser \"%s\" does not exist"
msgstr "l'analyseur de recherche plein texte %s n'existe pas"
-#: catalog/namespace.c:1703
+#: catalog/namespace.c:1904
#: commands/tsearchcmds.c:664
#, c-format
msgid "text search dictionary \"%s\" does not exist"
msgstr "le dictionnaire de recherche plein texte %s n'existe pas"
-#: catalog/namespace.c:1832
+#: catalog/namespace.c:2033
#: commands/tsearchcmds.c:1158
#, c-format
msgid "text search template \"%s\" does not exist"
msgstr "le modle de recherche plein texte %s n'existe pas"
-#: catalog/namespace.c:1960
+#: catalog/namespace.c:2161
#: commands/tsearchcmds.c:1562
#: commands/tsearchcmds.c:1722
#, c-format
msgid "text search configuration \"%s\" does not exist"
msgstr "la configuration de recherche plein texte %s n'existe pas"
-#: catalog/namespace.c:2076
-#: parser/parse_expr.c:578
-#: parser/parse_target.c:909
+#: catalog/namespace.c:2277
+#: parser/parse_expr.c:767
+#: parser/parse_target.c:997
#, c-format
msgid "cross-database references are not implemented: %s"
msgstr "les rfrences entre bases de donnes ne sont pas implmentes : %s"
-#: catalog/namespace.c:2082
-#: parser/parse_expr.c:612
-#: parser/parse_target.c:919
-#: gram.y:3434
-#: gram.y:9931
+#: catalog/namespace.c:2283
+#: parser/parse_expr.c:774
+#: parser/parse_target.c:1004
+#: gram.y:3615
+#: gram.y:10449
#, c-format
msgid "improper qualified name (too many dotted names): %s"
msgstr "mauvaise qualification du nom (trop de points entre les noms) : %s"
-#: catalog/namespace.c:2262
+#: catalog/namespace.c:2495
#, c-format
msgid "improper relation name (too many dotted names): %s"
msgstr "nom de relation incorrecte (trop de points entre les noms) : %s"
-#: catalog/namespace.c:2836
+#: catalog/namespace.c:3069
#, c-format
msgid "permission denied to create temporary tables in database \"%s\""
msgstr "droit refus pour la cration de tables temporaires dans la base de donnes %s "
@@ -8164,7 +9349,7 @@ msgstr ""
"entre"
#: catalog/pg_aggregate.c:177
-#: catalog/pg_proc.c:196
+#: catalog/pg_proc.c:198
msgid "cannot determine result data type"
msgstr "n'a pas pu dterminer le type de donnes en rsultat"
@@ -8175,12 +9360,12 @@ msgstr ""
"de type polymorphique."
#: catalog/pg_aggregate.c:190
-#: catalog/pg_proc.c:202
+#: catalog/pg_proc.c:204
msgid "unsafe use of pseudo-type \"internal\""
msgstr "utilisation non sre des pseudo-types INTERNAL "
#: catalog/pg_aggregate.c:191
-#: catalog/pg_proc.c:203
+#: catalog/pg_proc.c:205
msgid "A function returning \"internal\" must have at least one \"internal\" argument."
msgstr ""
"Une fonction renvoyant internal doit avoir au moins un argument du type\n"
@@ -8190,36 +9375,46 @@ msgstr ""
msgid "sort operator can only be specified for single-argument aggregates"
msgstr "l'oprateur de tri peut seulement tre indiqu pour des agrgats un seul argument"
-#: catalog/pg_aggregate.c:332
-#: commands/typecmds.c:1274
-#: commands/typecmds.c:1325
-#: commands/typecmds.c:1356
-#: commands/typecmds.c:1379
-#: commands/typecmds.c:1400
-#: commands/typecmds.c:1427
-#: commands/typecmds.c:1454
-#: parser/parse_func.c:236
-#: parser/parse_func.c:1291
+#: catalog/pg_aggregate.c:333
+#: commands/typecmds.c:1275
+#: commands/typecmds.c:1326
+#: commands/typecmds.c:1357
+#: commands/typecmds.c:1380
+#: commands/typecmds.c:1401
+#: commands/typecmds.c:1428
+#: commands/typecmds.c:1455
+#: parser/parse_func.c:286
+#: parser/parse_func.c:1447
#, c-format
msgid "function %s does not exist"
msgstr "la fonction %s n'existe pas"
-#: catalog/pg_aggregate.c:337
+#: catalog/pg_aggregate.c:339
#, c-format
msgid "function %s returns a set"
msgstr "la fonction %s renvoie un ensemble"
-#: catalog/pg_aggregate.c:361
+#: catalog/pg_aggregate.c:364
#, c-format
msgid "function %s requires run-time type coercion"
msgstr "la fonction %s requiert une coercion sur le type l'excution"
-#: catalog/pg_constraint.c:622
-#: commands/typecmds.c:2199
+#: catalog/pg_constraint.c:653
+#: commands/typecmds.c:2205
#, c-format
msgid "constraint \"%s\" for domain \"%s\" already exists"
msgstr "la contrainte %s du domaine %s existe dj"
+#: catalog/pg_constraint.c:772
+#, c-format
+msgid "table \"%s\" has multiple constraints named \"%s\""
+msgstr "la table %s a de nombreuses contraintes nommes %s "
+
+#: catalog/pg_constraint.c:784
+#, c-format
+msgid "constraint \"%s\" for table \"%s\" does not exist"
+msgstr "la contrainte %s de la table %s n'existe pas"
+
#: catalog/pg_conversion.c:67
#, c-format
msgid "conversion \"%s\" already exists"
@@ -8245,16 +9440,8 @@ msgstr "nom du label enum %s invalide"
msgid "Labels must be %d characters or less."
msgstr "Les labels doivent avoir au plus %d caractres"
-#: catalog/pg_largeobject.c:107
-#: commands/comment.c:1423
-#: storage/large_object/inv_api.c:266
-#: storage/large_object/inv_api.c:371
-#, c-format
-msgid "large object %u does not exist"
-msgstr "le Large Object %u n'existe pas"
-
#: catalog/pg_namespace.c:52
-#: commands/schemacmds.c:276
+#: commands/schemacmds.c:277
#, c-format
msgid "schema \"%s\" already exists"
msgstr "le schma %s existe dj"
@@ -8310,96 +9497,102 @@ msgstr "l'oprateur %s existe dj"
msgid "operator cannot be its own negator or sort operator"
msgstr "l'oprateur ne peut pas tre son propre oprateur de ngation ou de tri"
-#: catalog/pg_proc.c:115
-#: parser/parse_func.c:1335
-#: parser/parse_func.c:1375
+#: catalog/pg_proc.c:117
+#: parser/parse_func.c:1492
+#: parser/parse_func.c:1532
#, c-format
msgid "functions cannot have more than %d argument"
msgid_plural "functions cannot have more than %d arguments"
msgstr[0] "les fonctions ne peuvent avoir plus de %d argument"
msgstr[1] "les fonctions ne peuvent avoir plus de %d arguments"
-#: catalog/pg_proc.c:197
+#: catalog/pg_proc.c:199
msgid "A function returning a polymorphic type must have at least one polymorphic argument."
msgstr ""
"Une fonction renvoyant un type polymorphique doit avoir au moins un argument\n"
"de type polymorphique."
-#: catalog/pg_proc.c:215
+#: catalog/pg_proc.c:217
#, c-format
msgid "\"%s\" is already an attribute of type %s"
msgstr " %s est dj un attribut du type %s"
-#: catalog/pg_proc.c:354
+#: catalog/pg_proc.c:357
#, c-format
msgid "function \"%s\" already exists with same argument types"
msgstr "la fonction %s existe dj avec des types d'arguments identiques"
-#: catalog/pg_proc.c:368
-#: catalog/pg_proc.c:390
+#: catalog/pg_proc.c:371
+#: catalog/pg_proc.c:393
msgid "cannot change return type of existing function"
msgstr "ne peut pas modifier le type de retour d'une fonction existante"
-#: catalog/pg_proc.c:369
-#: catalog/pg_proc.c:392
-#: catalog/pg_proc.c:415
-#: catalog/pg_proc.c:441
+#: catalog/pg_proc.c:372
+#: catalog/pg_proc.c:395
+#: catalog/pg_proc.c:437
+#: catalog/pg_proc.c:460
+#: catalog/pg_proc.c:486
msgid "Use DROP FUNCTION first."
msgstr "Utilisez tout d'abord DROP FUNCTION."
-#: catalog/pg_proc.c:391
+#: catalog/pg_proc.c:394
msgid "Row type defined by OUT parameters is different."
msgstr "Le type de ligne dfini par les paramtres OUT est diffrent."
-#: catalog/pg_proc.c:414
+#: catalog/pg_proc.c:435
+#, c-format
+msgid "cannot change name of input parameter \"%s\""
+msgstr "ne peut pas modifier le nom du paramtre en entre %s "
+
+#: catalog/pg_proc.c:459
msgid "cannot remove parameter defaults from existing function"
msgstr ""
"ne peut pas supprimer les valeurs par dfaut des paramtres de la\n"
"fonction existante"
-#: catalog/pg_proc.c:440
+#: catalog/pg_proc.c:485
msgid "cannot change data type of existing parameter default value"
msgstr ""
"ne peut pas modifier le type de donnes d'un paramtre avec une valeur\n"
"par dfaut"
-#: catalog/pg_proc.c:452
+#: catalog/pg_proc.c:497
#, c-format
msgid "function \"%s\" is an aggregate function"
msgstr "la fonction %s est une fonction d'agrgat"
-#: catalog/pg_proc.c:457
+#: catalog/pg_proc.c:502
#, c-format
msgid "function \"%s\" is not an aggregate function"
msgstr "la fonction %s n'est pas une fonction d'agrgat"
-#: catalog/pg_proc.c:465
+#: catalog/pg_proc.c:510
#, c-format
msgid "function \"%s\" is a window function"
msgstr "la fonction %s est une fonction window"
-#: catalog/pg_proc.c:470
+#: catalog/pg_proc.c:515
#, c-format
msgid "function \"%s\" is not a window function"
msgstr "la fonction %s n'est pas une fonction window"
-#: catalog/pg_proc.c:595
+#: catalog/pg_proc.c:665
#, c-format
msgid "there is no built-in function named \"%s\""
msgstr "il n'existe pas de fonction intgre nomme %s "
-#: catalog/pg_proc.c:690
+#: catalog/pg_proc.c:760
#, c-format
msgid "SQL functions cannot return type %s"
msgstr "les fonctions SQL ne peuvent pas renvoyer un type %s"
-#: catalog/pg_proc.c:705
+#: catalog/pg_proc.c:775
#, c-format
msgid "SQL functions cannot have arguments of type %s"
msgstr "les fonctions SQL ne peuvent avoir d'arguments du type %s"
-#: catalog/pg_proc.c:777
-#: executor/functions.c:943
+#: catalog/pg_proc.c:847
+#: executor/functions.c:948
#, c-format
msgid "SQL function \"%s\""
msgstr "Fonction SQL %s "
@@ -8437,7 +9630,7 @@ msgstr "les types de taille fixe doivent avoir un stockage de base"
msgid "could not form array type name for type \"%s\""
msgstr "n'a pas pu former le nom du type array pour le type de donnes %s"
-#: catalog/pg_shdepend.c:665
+#: catalog/pg_shdepend.c:667
#, c-format
msgid ""
"\n"
@@ -8454,36 +9647,41 @@ msgstr[1] ""
"et des objets dans %d autres bases de donnes (voir le journal applicatif du\n"
"serveur pour une liste)"
-#: catalog/pg_shdepend.c:979
+#: catalog/pg_shdepend.c:981
#, c-format
msgid "role %u was concurrently dropped"
msgstr "le rle %u a t supprim simultanment"
-#: catalog/pg_shdepend.c:998
+#: catalog/pg_shdepend.c:1000
#, c-format
msgid "tablespace %u was concurrently dropped"
msgstr "le tablespace %u a t supprim simultanment"
-#: catalog/pg_shdepend.c:1042
+#: catalog/pg_shdepend.c:1015
+#, c-format
+msgid "database %u was concurrently dropped"
+msgstr "la base de donnes %u a t supprim simultanment"
+
+#: catalog/pg_shdepend.c:1059
#, c-format
msgid "owner of %s"
msgstr "propritaire de %s"
-#: catalog/pg_shdepend.c:1044
+#: catalog/pg_shdepend.c:1061
#, c-format
msgid "access to %s"
msgstr "accs %s"
#. translator: %s will always be "database %s"
-#: catalog/pg_shdepend.c:1052
+#: catalog/pg_shdepend.c:1069
#, c-format
msgid "%d object in %s"
msgid_plural "%d objects in %s"
msgstr[0] "%d objet dans %s"
msgstr[1] "%d objets dans %s"
-#: catalog/pg_shdepend.c:1163
-#: catalog/pg_shdepend.c:1293
+#: catalog/pg_shdepend.c:1180
+#: catalog/pg_shdepend.c:1276
#, c-format
msgid "cannot drop objects owned by %s because they are required by the database system"
msgstr ""
@@ -8491,15 +9689,15 @@ msgstr ""
"systme de bases de donnes"
#: catalog/toasting.c:94
-#: commands/comment.c:516
-#: commands/indexcmds.c:174
-#: commands/indexcmds.c:1358
+#: commands/comment.c:573
+#: commands/indexcmds.c:184
+#: commands/indexcmds.c:1488
#: commands/lockcmds.c:140
-#: commands/tablecmds.c:193
-#: commands/tablecmds.c:1029
-#: commands/tablecmds.c:3231
-#: commands/trigger.c:115
-#: commands/trigger.c:803
+#: commands/tablecmds.c:194
+#: commands/tablecmds.c:1073
+#: commands/tablecmds.c:3374
+#: commands/trigger.c:150
+#: commands/trigger.c:1022
#, c-format
msgid "\"%s\" is not a table"
msgstr " %s n'est pas une table"
@@ -8542,46 +9740,46 @@ msgid "aggregate %s(%s) does not exist, skipping"
msgstr "L'agrgat %s(%s) n'existe pas, poursuite du traitement"
#: commands/aggregatecmds.c:297
-#: commands/functioncmds.c:1097
+#: commands/functioncmds.c:1130
#, c-format
msgid "function %s already exists in schema \"%s\""
msgstr "la fonction %s existe dj dans le schma %s "
-#: commands/analyze.c:180
+#: commands/analyze.c:182
#, c-format
msgid "skipping \"%s\" --- only superuser can analyze it"
msgstr "ignore %s --- seul le super-utilisateur peut l'analyser"
-#: commands/analyze.c:184
+#: commands/analyze.c:186
#, c-format
msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
msgstr ""
"ignore %s --- seul le super-utilisateur ou le propritaire de la base de\n"
"donnes peut l'analyser"
-#: commands/analyze.c:188
+#: commands/analyze.c:190
#, c-format
msgid "skipping \"%s\" --- only table or database owner can analyze it"
msgstr ""
"ignore %s --- seul le propritaire de la table ou de la base de donnes\n"
"peut l'analyser"
-#: commands/analyze.c:204
+#: commands/analyze.c:206
#, c-format
msgid "skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
msgstr "ignore %s --- ne peut pas analyser les index, vues ou tables systme"
-#: commands/analyze.c:232
+#: commands/analyze.c:234
#, c-format
msgid "analyzing \"%s.%s\""
msgstr "analyse %s.%s "
-#: commands/analyze.c:523
+#: commands/analyze.c:533
#, c-format
msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
msgstr "ANALYZE automatique de la table %s.%s.%s ; utilisation systme : %s"
-#: commands/analyze.c:1117
+#: commands/analyze.c:1133
#, 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 ""
@@ -8590,7 +9788,7 @@ msgstr ""
" %d lignes dans l'chantillon,\n"
" %.0f lignes totales estimes"
-#: commands/async.c:344
+#: commands/async.c:346
msgid "cannot PREPARE a transaction that has executed LISTEN or UNLISTEN"
msgstr ""
"ne peut pas excuter PREPARE sur une transaction qui a excut LISTEN ou\n"
@@ -8607,7 +9805,7 @@ msgid "there is no previously clustered index for table \"%s\""
msgstr "Il n'existe pas d'index CLUSTER pour la table %s "
#: commands/cluster.c:168
-#: commands/tablecmds.c:6481
+#: commands/tablecmds.c:6777
#, c-format
msgid "index \"%s\" for table \"%s\" does not exist"
msgstr "l'index %s pour la table %s n'existe pas"
@@ -8671,53 +9869,53 @@ msgstr "ne peut pas excuter la commande CLUSTER sur l'index invalide %s "
msgid "\"%s\" is a system catalog"
msgstr " %s est un catalogue systme"
-#: commands/comment.c:523
-#: commands/tablecmds.c:205
-#: commands/tablecmds.c:2051
-#: commands/tablecmds.c:2274
-#: commands/tablecmds.c:7516
-#: commands/view.c:162
+#: commands/comment.c:580
+#: commands/tablecmds.c:206
+#: commands/tablecmds.c:2144
+#: commands/tablecmds.c:2367
+#: commands/tablecmds.c:7812
+#: commands/view.c:163
#, c-format
msgid "\"%s\" is not a view"
msgstr " %s n'est pas une vue"
-#: commands/comment.c:609
+#: commands/comment.c:666
msgid "database name cannot be qualified"
msgstr "le nom de la base de donne ne peut tre qualifi"
-#: commands/comment.c:657
+#: commands/comment.c:714
msgid "tablespace name cannot be qualified"
msgstr "le nom du tablespace ne peut pas tre qualifi"
-#: commands/comment.c:694
+#: commands/comment.c:751
msgid "role name cannot be qualified"
msgstr "le nom du rle ne peut pas tre qualifi"
-#: commands/comment.c:703
+#: commands/comment.c:760
#, c-format
msgid "must be member of role \"%s\" to comment upon it"
msgstr "doit tre un membre du rle %s pour le commenter"
-#: commands/comment.c:727
-#: commands/schemacmds.c:177
+#: commands/comment.c:784
+#: commands/schemacmds.c:178
msgid "schema name cannot be qualified"
msgstr "le nom du schma ne peut pas tre qualifi"
-#: commands/comment.c:804
+#: commands/comment.c:861
#, c-format
msgid "rule \"%s\" does not exist"
msgstr "la rgle %s n'existe pas"
-#: commands/comment.c:812
+#: commands/comment.c:869
#, c-format
msgid "there are multiple rules named \"%s\""
msgstr "il existe de nombreuses rgles nommes %s "
-#: commands/comment.c:813
+#: commands/comment.c:870
msgid "Specify a relation name as well as a rule name."
msgstr "Spcifier un nom de relation ainsi qu'un nom de rgle."
-#: commands/comment.c:841
+#: commands/comment.c:898
#: rewrite/rewriteDefine.c:689
#: rewrite/rewriteDefine.c:752
#: rewrite/rewriteRemove.c:63
@@ -8725,25 +9923,15 @@ msgstr "Spcifier un nom de relation ainsi qu'un nom de rgle."
msgid "rule \"%s\" for relation \"%s\" does not exist"
msgstr "la rgle %s de la relation %s n'existe pas"
-#: commands/comment.c:1036
-#: commands/trigger.c:734
-#: commands/trigger.c:934
-#: commands/trigger.c:1045
+#: commands/comment.c:1093
+#: commands/trigger.c:953
+#: commands/trigger.c:1153
+#: commands/trigger.c:1264
#, c-format
msgid "trigger \"%s\" for table \"%s\" does not exist"
msgstr "le trigger %s de la table %s n'existe pas"
-#: commands/comment.c:1115
-#, c-format
-msgid "table \"%s\" has multiple constraints named \"%s\""
-msgstr "la table %s a de nombreuses contraintes nommes %s "
-
-#: commands/comment.c:1127
-#, c-format
-msgid "constraint \"%s\" for table \"%s\" does not exist"
-msgstr "la contrainte %s de la table %s n'existe pas"
-
-#: commands/comment.c:1156
+#: commands/comment.c:1171
#: commands/conversioncmds.c:153
#: commands/conversioncmds.c:211
#: commands/conversioncmds.c:267
@@ -8751,19 +9939,19 @@ msgstr "la contrainte %s de la table %s n'existe pas"
msgid "conversion \"%s\" does not exist"
msgstr "la conversion %s n'existe pas"
-#: commands/comment.c:1186
+#: commands/comment.c:1201
msgid "language name cannot be qualified"
msgstr "le nom du langage ne peut pas tre qualifi"
-#: commands/comment.c:1201
+#: commands/comment.c:1216
msgid "must be superuser to comment on procedural language"
msgstr ""
"doit tre super-utilisateur pour ajouter un commentaire sur un langage de\n"
"procdures"
-#: commands/comment.c:1238
-#: commands/comment.c:1324
-#: commands/indexcmds.c:286
+#: commands/comment.c:1253
+#: commands/comment.c:1339
+#: commands/indexcmds.c:307
#: commands/opclasscmds.c:290
#: commands/opclasscmds.c:682
#: commands/opclasscmds.c:785
@@ -8777,10 +9965,10 @@ msgstr ""
msgid "access method \"%s\" does not exist"
msgstr "la mthode d'accs %s n'existe pas"
-#: commands/comment.c:1267
-#: commands/comment.c:1277
-#: commands/indexcmds.c:1013
-#: commands/indexcmds.c:1023
+#: commands/comment.c:1282
+#: commands/comment.c:1292
+#: commands/indexcmds.c:1143
+#: commands/indexcmds.c:1153
#: commands/opclasscmds.c:1529
#: commands/opclasscmds.c:1533
#: commands/opclasscmds.c:1770
@@ -8791,8 +9979,8 @@ msgstr "la mthode d'accs %s n'existe pas"
msgid "operator class \"%s\" does not exist for access method \"%s\""
msgstr "la classe d'oprateur %s n'existe pas pour la mthode d'accs %s "
-#: commands/comment.c:1353
-#: commands/comment.c:1363
+#: commands/comment.c:1368
+#: commands/comment.c:1378
#: commands/opclasscmds.c:352
#: commands/opclasscmds.c:805
#: commands/opclasscmds.c:1592
@@ -8805,26 +9993,26 @@ msgstr "la classe d'oprateur %s n'existe pas pour la mthode d'accs %s
msgid "operator family \"%s\" does not exist for access method \"%s\""
msgstr "la famille d'oprateur %s n'existe pas pour la mthode d'accs %s "
-#: commands/comment.c:1466
-#: commands/functioncmds.c:1768
+#: commands/comment.c:1494
+#: commands/functioncmds.c:1802
#, c-format
msgid "cast from type %s to type %s does not exist"
msgstr "la conversion du type %s vers le type %s n'existe pas"
-#: commands/comment.c:1478
-#: commands/functioncmds.c:1509
-#: commands/functioncmds.c:1785
+#: commands/comment.c:1506
+#: commands/functioncmds.c:1543
+#: commands/functioncmds.c:1819
#, c-format
msgid "must be owner of type %s or type %s"
msgstr "doit tre le propritaire du type %s ou du type %s"
-#: commands/comment.c:1498
+#: commands/comment.c:1526
msgid "must be superuser to comment on text search parser"
msgstr ""
"doit tre super-utilisateur pour ajouter un commentaire sur l'analyseur de\n"
"recherche plein texte"
-#: commands/comment.c:1527
+#: commands/comment.c:1555
msgid "must be superuser to comment on text search template"
msgstr ""
"doit tre super-utilisateur pour ajouter un commentaire sur un modle de\n"
@@ -8855,351 +10043,308 @@ msgstr "la conversion %s n'existe pas, poursuite du traitement"
msgid "conversion \"%s\" already exists in schema \"%s\""
msgstr "la conversion %s existe dj dans le schma %s "
-#: commands/copy.c:311
-#: commands/copy.c:323
-#: commands/copy.c:357
-#: commands/copy.c:367
+#: commands/copy.c:312
+#: commands/copy.c:324
+#: commands/copy.c:358
+#: commands/copy.c:368
msgid "COPY BINARY is not supported to stdout or from stdin"
msgstr "COPY BINARY n'est pas support vers stdout ou partir de stdin"
-#: commands/copy.c:445
+#: commands/copy.c:446
#, c-format
msgid "could not write to COPY file: %m"
msgstr "n'a pas pu crire dans le fichier COPY : %m"
-#: commands/copy.c:457
+#: commands/copy.c:458
msgid "connection lost during COPY to stdout"
msgstr "connexion perdue lors de l'opration COPY vers stdout"
-#: commands/copy.c:498
+#: commands/copy.c:499
#, c-format
msgid "could not read from COPY file: %m"
msgstr "n'a pas pu lire le fichier COPY : %m"
-#: commands/copy.c:549
+#: commands/copy.c:550
#, c-format
msgid "COPY from stdin failed: %s"
msgstr "chec de la commande COPY partir de stdin : %s"
-#: commands/copy.c:565
+#: commands/copy.c:566
#, c-format
msgid "unexpected message type 0x%02X during COPY from stdin"
msgstr "type 0x%02X du message, inattendu, lors d'une opration COPY partir de stdin"
-#: commands/copy.c:746
-#: commands/copy.c:754
#: commands/copy.c:762
-#: commands/copy.c:770
-#: commands/copy.c:778
-#: commands/copy.c:786
-#: commands/copy.c:794
-#: commands/copy.c:802
-#: commands/copy.c:810
-#: commands/copy.c:818
-#: commands/dbcommands.c:145
-#: commands/dbcommands.c:153
-#: commands/dbcommands.c:161
-#: commands/dbcommands.c:169
-#: commands/dbcommands.c:177
-#: commands/dbcommands.c:185
-#: commands/dbcommands.c:193
-#: commands/dbcommands.c:1323
-#: commands/dbcommands.c:1331
-#: commands/functioncmds.c:452
-#: commands/functioncmds.c:542
-#: commands/functioncmds.c:550
-#: commands/functioncmds.c:558
-#: commands/sequence.c:1017
-#: commands/sequence.c:1025
-#: commands/sequence.c:1033
-#: commands/sequence.c:1041
-#: commands/sequence.c:1049
-#: commands/sequence.c:1057
-#: commands/sequence.c:1065
-#: commands/sequence.c:1073
-#: commands/typecmds.c:275
-#: commands/user.c:135
-#: commands/user.c:152
-#: commands/user.c:160
-#: commands/user.c:168
-#: commands/user.c:176
-#: commands/user.c:184
-#: commands/user.c:192
-#: commands/user.c:200
-#: commands/user.c:208
-#: commands/user.c:216
-#: commands/user.c:224
-#: commands/user.c:452
-#: commands/user.c:464
-#: commands/user.c:472
-#: commands/user.c:480
-#: commands/user.c:488
-#: commands/user.c:496
-#: commands/user.c:504
-#: commands/user.c:513
-#: commands/user.c:521
-msgid "conflicting or redundant options"
-msgstr "options en conflit ou redondantes"
+#, c-format
+msgid "COPY format \"%s\" not recognized"
+msgstr "format COPY %s non reconnu"
-#: commands/copy.c:830
+#: commands/copy.c:825
+#: commands/copy.c:839
+#, c-format
+msgid "argument to option \"%s\" must be a list of column names"
+msgstr "l'argument de l'option %s doit tre une liste de noms de colonnes"
+
+#: commands/copy.c:845
+#, c-format
+msgid "option \"%s\" not recognized"
+msgstr "option %s non reconnu"
+
+#: commands/copy.c:856
msgid "cannot specify DELIMITER in BINARY mode"
msgstr "ne peut pas spcifier le dlimiteur (DELIMITER) en mode binaire (BINARY)"
-#: commands/copy.c:835
-msgid "cannot specify CSV in BINARY mode"
-msgstr "ne peut pas spcifier CSV en mode binaire (BINARY)"
-
-#: commands/copy.c:840
+#: commands/copy.c:861
msgid "cannot specify NULL in BINARY mode"
msgstr "ne peut pas spcifier NULL en mode binaire (BINARY)"
-#: commands/copy.c:862
+#: commands/copy.c:883
msgid "COPY delimiter must be a single one-byte character"
msgstr "le dlimiteur COPY doit tre sur un seul caractre sur un octet"
-#: commands/copy.c:869
+#: commands/copy.c:890
msgid "COPY delimiter cannot be newline or carriage return"
msgstr "le dlimiteur de COPY ne peut pas tre un retour la ligne ou un retour chariot"
-#: commands/copy.c:875
+#: commands/copy.c:896
msgid "COPY null representation cannot use newline or carriage return"
msgstr ""
"la reprsentation du NULL dans COPY ne peut pas utiliser le caractre du\n"
"retour la ligne ou du retour chariot"
-#: commands/copy.c:892
+#: commands/copy.c:913
#, c-format
msgid "COPY delimiter cannot be \"%s\""
msgstr "le dlimiteur de COPY ne peut pas tre %s "
-#: commands/copy.c:898
+#: commands/copy.c:919
msgid "COPY HEADER available only in CSV mode"
msgstr "COPY HEADER disponible uniquement en mode CSV"
-#: commands/copy.c:904
+#: commands/copy.c:925
msgid "COPY quote available only in CSV mode"
msgstr "le guillemet COPY n'est disponible que dans le mode CSV"
-#: commands/copy.c:909
+#: commands/copy.c:930
msgid "COPY quote must be a single one-byte character"
msgstr "le guillemet COPY doit tre sur un seul caractre sur un octet"
-#: commands/copy.c:914
+#: commands/copy.c:935
msgid "COPY delimiter and quote must be different"
msgstr "le dlimiteur de COPY ne doit pas tre un guillemet"
-#: commands/copy.c:920
+#: commands/copy.c:941
msgid "COPY escape available only in CSV mode"
msgstr "le caractre d'chappement COPY n'est disponible que dans le mode CSV"
-#: commands/copy.c:925
+#: commands/copy.c:946
msgid "COPY escape must be a single one-byte character"
msgstr "le caractre d'chappement COPY doit tre sur un seul caractre sur un octet"
-#: commands/copy.c:931
+#: commands/copy.c:952
msgid "COPY force quote available only in CSV mode"
msgstr "le guillemet forc COPY n'est disponible que dans le mode CSV"
-#: commands/copy.c:935
+#: commands/copy.c:956
msgid "COPY force quote only available using COPY TO"
msgstr "le guillemet forc COPY n'est disponible qu'en utilisant COPY TO"
-#: commands/copy.c:941
+#: commands/copy.c:962
msgid "COPY force not null available only in CSV mode"
msgstr " COPY force not null n'est disponible que dans la version CSV"
-#: commands/copy.c:945
+#: commands/copy.c:966
msgid "COPY force not null only available using COPY FROM"
msgstr " COPY force not null n'est disponible qu'en utilisant COPY FROM"
-#: commands/copy.c:951
+#: commands/copy.c:972
msgid "COPY delimiter must not appear in the NULL specification"
msgstr "le dlimiteur COPY ne doit pas apparatre dans la spcification de NULL"
-#: commands/copy.c:958
+#: commands/copy.c:979
msgid "CSV quote character must not appear in the NULL specification"
msgstr "le caractre guillemet de CSV ne doit pas apparatre dans la spcification de NULL"
-#: commands/copy.c:964
+#: commands/copy.c:985
msgid "must be superuser to COPY to or from a file"
msgstr "doit tre super-utilisateur pour utiliser COPY partir ou vers un fichier"
-#: commands/copy.c:965
+#: commands/copy.c:986
msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
msgstr ""
"Tout le monde peut utiliser COPY vers stdout ou partir de stdin.\n"
"La commande \\copy de psql fonctionne aussi pour tout le monde."
-#: commands/copy.c:1013
+#: commands/copy.c:1034
#, c-format
msgid "table \"%s\" does not have OIDs"
msgstr "la table %s n'a pas d'OID"
-#: commands/copy.c:1030
+#: commands/copy.c:1051
msgid "COPY (SELECT) WITH OIDS is not supported"
msgstr "COPY (SELECT) WITH OIDS n'est pas support"
-#: commands/copy.c:1057
+#: commands/copy.c:1078
msgid "COPY (SELECT INTO) is not supported"
msgstr "COPY (SELECT INTO) n'est pas support"
-#: commands/copy.c:1109
+#: commands/copy.c:1137
#, c-format
msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
msgstr "la colonne %s FORCE QUOTE n'est pas rfrence par COPY"
-#: commands/copy.c:1131
+#: commands/copy.c:1159
#, c-format
msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
msgstr "la colonne %s FORCE NOT NULL n'est pas rfrence par COPY"
-#: commands/copy.c:1209
+#: commands/copy.c:1237
#, c-format
msgid "cannot copy from view \"%s\""
msgstr "ne peut pas copier partir de la vue %s "
-#: commands/copy.c:1211
+#: commands/copy.c:1239
msgid "Try the COPY (SELECT ...) TO variant."
msgstr "Tentez la variante COPY (SELECT ...) TO."
-#: commands/copy.c:1215
+#: commands/copy.c:1243
#, c-format
msgid "cannot copy from sequence \"%s\""
msgstr "ne peut pas copier partir de la squence %s "
-#: commands/copy.c:1220
+#: commands/copy.c:1248
#, c-format
msgid "cannot copy from non-table relation \"%s\""
msgstr "ne peut pas copier partir de la relation %s , qui n'est pas une table"
-#: commands/copy.c:1244
+#: commands/copy.c:1272
msgid "relative path not allowed for COPY to file"
msgstr "un chemin relatif n'est pas autoris utiliser COPY vers un fichier"
-#: commands/copy.c:1253
+#: commands/copy.c:1281
#, c-format
msgid "could not open file \"%s\" for writing: %m"
msgstr "n'a pas pu ouvrir le fichier %s en criture : %m"
-#: commands/copy.c:1260
-#: commands/copy.c:1755
+#: commands/copy.c:1288
+#: commands/copy.c:1783
#, c-format
msgid "\"%s\" is a directory"
msgstr " %s est un rpertoire"
-#: commands/copy.c:1546
+#: commands/copy.c:1574
#, c-format
msgid "COPY %s, line %d, column %s"
msgstr "COPY %s, ligne %d, colonne %s"
-#: commands/copy.c:1550
-#: commands/copy.c:1595
+#: commands/copy.c:1578
+#: commands/copy.c:1623
#, c-format
msgid "COPY %s, line %d"
msgstr "COPY %s, ligne %d"
-#: commands/copy.c:1561
+#: commands/copy.c:1589
#, c-format
msgid "COPY %s, line %d, column %s: \"%s\""
msgstr "COPY %s, ligne %d, colonne %s : %s "
-#: commands/copy.c:1569
+#: commands/copy.c:1597
#, c-format
msgid "COPY %s, line %d, column %s: null input"
msgstr "COPY %s, ligne %d, colonne %s : NULL en entre"
-#: commands/copy.c:1581
+#: commands/copy.c:1609
#, c-format
msgid "COPY %s, line %d: \"%s\""
msgstr "COPY %s, ligne %d : %s "
-#: commands/copy.c:1683
+#: commands/copy.c:1711
#, c-format
msgid "cannot copy to view \"%s\""
msgstr "ne peut pas copier vers la vue %s "
-#: commands/copy.c:1688
+#: commands/copy.c:1716
#, c-format
msgid "cannot copy to sequence \"%s\""
msgstr "ne peut pas copier vers la squence %s "
-#: commands/copy.c:1693
+#: commands/copy.c:1721
#, c-format
msgid "cannot copy to non-table relation \"%s\""
msgstr "ne peut pas copier vers une relation %s qui n'est pas une table"
-#: commands/copy.c:1856
+#: commands/copy.c:1889
msgid "COPY file signature not recognized"
msgstr "la signature du fichier COPY n'est pas reconnue"
-#: commands/copy.c:1861
+#: commands/copy.c:1894
msgid "invalid COPY file header (missing flags)"
msgstr "en-tte du fichier COPY invalide (options manquantes)"
-#: commands/copy.c:1867
+#: commands/copy.c:1900
msgid "unrecognized critical flags in COPY file header"
msgstr "options critiques non reconnues dans l'en-tte du fichier COPY"
-#: commands/copy.c:1873
+#: commands/copy.c:1906
msgid "invalid COPY file header (missing length)"
msgstr "en-tte du fichier COPY invalide (longueur manquante)"
-#: commands/copy.c:1880
+#: commands/copy.c:1913
msgid "invalid COPY file header (wrong length)"
msgstr "en-tte du fichier COPY invalide (mauvaise longueur)"
-#: commands/copy.c:1971
+#: commands/copy.c:2004
msgid "missing data for OID column"
msgstr "donnes manquantes pour la colonne OID"
-#: commands/copy.c:1977
+#: commands/copy.c:2010
msgid "null OID in COPY data"
msgstr "OID NULL dans les donnes du COPY"
-#: commands/copy.c:1987
-#: commands/copy.c:2059
+#: commands/copy.c:2020
+#: commands/copy.c:2092
msgid "invalid OID in COPY data"
msgstr "OID invalide dans les donnes du COPY"
-#: commands/copy.c:2002
+#: commands/copy.c:2035
#, c-format
msgid "missing data for column \"%s\""
msgstr "donnes manquantes pour la colonne %s "
-#: commands/copy.c:2043
+#: commands/copy.c:2076
#, c-format
msgid "row field count is %d, expected %d"
msgstr "le nombre de champs de la ligne est %d, %d attendus"
-#: commands/copy.c:2457
-#: commands/copy.c:2474
+#: commands/copy.c:2494
+#: commands/copy.c:2511
msgid "literal carriage return found in data"
msgstr "retour chariot trouv dans les donnes"
-#: commands/copy.c:2458
-#: commands/copy.c:2475
+#: commands/copy.c:2495
+#: commands/copy.c:2512
msgid "unquoted carriage return found in data"
msgstr "retour chariot sans guillemet trouv dans les donnes"
-#: commands/copy.c:2460
-#: commands/copy.c:2477
+#: commands/copy.c:2497
+#: commands/copy.c:2514
msgid "Use \"\\r\" to represent carriage return."
msgstr "Utilisez \\r pour reprsenter un retour chariot."
-#: commands/copy.c:2461
-#: commands/copy.c:2478
+#: commands/copy.c:2498
+#: commands/copy.c:2515
msgid "Use quoted CSV field to represent carriage return."
msgstr "Utiliser le champ CSV entre guillemets pour reprsenter un retour chariot."
-#: commands/copy.c:2490
+#: commands/copy.c:2527
msgid "literal newline found in data"
msgstr "retour la ligne trouv dans les donnes"
-#: commands/copy.c:2491
+#: commands/copy.c:2528
msgid "unquoted newline found in data"
msgstr "retour la ligne trouv dans les donnes"
-#: commands/copy.c:2493
+#: commands/copy.c:2530
msgid ""
"Use \"\\n"
"\" to represent newline."
@@ -9207,291 +10352,306 @@ msgstr ""
"Utilisez \\n"
" pour reprsenter un retour la ligne."
-#: commands/copy.c:2494
+#: commands/copy.c:2531
msgid "Use quoted CSV field to represent newline."
msgstr "Utiliser un champ CSV entre guillemets pour reprsenter un retour la ligne."
-#: commands/copy.c:2540
-#: commands/copy.c:2576
+#: commands/copy.c:2577
+#: commands/copy.c:2613
msgid "end-of-copy marker does not match previous newline style"
msgstr "le marqueur fin-de-copie ne correspond pas un prcdent style de fin de ligne"
-#: commands/copy.c:2549
-#: commands/copy.c:2565
+#: commands/copy.c:2586
+#: commands/copy.c:2602
msgid "end-of-copy marker corrupt"
msgstr "marqueur fin-de-copie corrompu"
-#: commands/copy.c:2692
-#: commands/copy.c:2727
-#: commands/copy.c:2907
-#: commands/copy.c:2942
+#: commands/copy.c:2729
+#: commands/copy.c:2764
+#: commands/copy.c:2944
+#: commands/copy.c:2979
msgid "extra data after last expected column"
msgstr "donnes supplmentaires aprs la dernire colonne attendue"
-#: commands/copy.c:2989
+#: commands/copy.c:3026
msgid "unterminated CSV quoted field"
msgstr "champ CSV entre guillemets non termin"
-#: commands/copy.c:3066
-#: commands/copy.c:3085
+#: commands/copy.c:3103
+#: commands/copy.c:3122
msgid "unexpected EOF in COPY data"
msgstr "fin de fichier (EOF) inattendu dans les donnes du COPY"
-#: commands/copy.c:3075
+#: commands/copy.c:3112
msgid "invalid field size"
msgstr "taille du champ invalide"
-#: commands/copy.c:3098
+#: commands/copy.c:3135
msgid "incorrect binary data format"
msgstr "format de donnes binaires incorrect"
-#: commands/copy.c:3416
-#: commands/tablecmds.c:1178
-#: parser/parse_target.c:820
-#: parser/parse_target.c:831
+#: commands/copy.c:3453
+#: commands/tablecmds.c:1244
+#: commands/trigger.c:507
+#: parser/parse_target.c:824
+#: parser/parse_target.c:835
#, c-format
msgid "column \"%s\" specified more than once"
msgstr "la colonne %s est spcifie plus d'une fois"
-#: commands/dbcommands.c:200
+#: commands/dbcommands.c:199
msgid "LOCATION is not supported anymore"
msgstr "LOCATION n'est plus support"
-#: commands/dbcommands.c:201
+#: commands/dbcommands.c:200
msgid "Consider using tablespaces instead."
msgstr "Considrer l'utilisation de tablespaces."
-#: commands/dbcommands.c:252
-#: commands/dbcommands.c:1355
-#: commands/user.c:250
-#: commands/user.c:547
+#: commands/dbcommands.c:251
+#: commands/dbcommands.c:1349
+#: commands/user.c:257
+#: commands/user.c:566
#, c-format
msgid "invalid connection limit: %d"
msgstr "limite de connexion invalide : %d"
-#: commands/dbcommands.c:271
+#: commands/dbcommands.c:270
msgid "permission denied to create database"
msgstr "droit refus pour crer une base de donnes"
-#: commands/dbcommands.c:294
+#: commands/dbcommands.c:293
#, c-format
msgid "template database \"%s\" does not exist"
msgstr "la base de donnes modle %s n'existe pas"
-#: commands/dbcommands.c:306
+#: commands/dbcommands.c:305
#, c-format
msgid "permission denied to copy database \"%s\""
msgstr "droit refus pour copier la base de donnes %s "
-#: commands/dbcommands.c:322
+#: commands/dbcommands.c:321
#, c-format
msgid "invalid server encoding %d"
msgstr "encodage serveur %d invalide"
-#: commands/dbcommands.c:328
-#: commands/dbcommands.c:332
+#: commands/dbcommands.c:327
+#: commands/dbcommands.c:331
#, c-format
msgid "invalid locale name %s"
msgstr "nom de locale %s invalide"
-#: commands/dbcommands.c:365
-#: commands/dbcommands.c:379
+#: commands/dbcommands.c:367
+#: commands/dbcommands.c:382
#, c-format
msgid "encoding %s does not match locale %s"
msgstr "l'encodage %s ne correspond pas la locale %s"
-#: commands/dbcommands.c:368
+#: commands/dbcommands.c:370
#, c-format
msgid "The chosen LC_CTYPE setting requires encoding %s."
msgstr "Le paramtre LC_CTYPE choisi ncessite l'encodage %s."
-#: commands/dbcommands.c:382
+#: commands/dbcommands.c:385
#, c-format
msgid "The chosen LC_COLLATE setting requires encoding %s."
msgstr "Le paramtre LC_COLLATE choisi ncessite l'encodage %s."
-#: commands/dbcommands.c:400
+#: commands/dbcommands.c:403
#, c-format
msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)"
msgstr ""
"le nouvel encodage (%s est incompatible avec l'encodage de la base de\n"
"donnes modle (%s)"
-#: commands/dbcommands.c:403
+#: commands/dbcommands.c:406
msgid "Use the same encoding as in the template database, or use template0 as template."
msgstr ""
"Utilisez le mme encodage que celui de la base de donnes modle,\n"
"ou utilisez template0 comme modle."
-#: commands/dbcommands.c:408
+#: commands/dbcommands.c:411
#, c-format
msgid "new collation (%s) is incompatible with the collation of the template database (%s)"
msgstr ""
"le nouveau tri (%s) est incompatible avec le tri de la base de\n"
"donnes modle (%s)"
-#: commands/dbcommands.c:410
+#: commands/dbcommands.c:413
msgid "Use the same collation as in the template database, or use template0 as template."
msgstr ""
"Utilisez le mme tri que celui de la base de donnes modle,\n"
"ou utilisez template0 comme modle."
-#: commands/dbcommands.c:415
+#: commands/dbcommands.c:418
#, c-format
msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)"
msgstr ""
"le nouveau LC_CTYPE (%s) est incompatible avec le LC_CTYPE de la base de\n"
"donnes modle (%s)"
-#: commands/dbcommands.c:417
+#: commands/dbcommands.c:420
msgid "Use the same LC_CTYPE as in the template database, or use template0 as template."
msgstr ""
"Utilisez le mme LC_CTYPE que celui de la base de donnes modle,\n"
"ou utilisez template0 comme modle."
-#: commands/dbcommands.c:444
-#: commands/dbcommands.c:1060
+#: commands/dbcommands.c:447
+#: commands/dbcommands.c:1056
msgid "pg_global cannot be used as default tablespace"
msgstr "pg_global ne peut pas tre utilis comme tablespace par dfaut"
-#: commands/dbcommands.c:470
+#: commands/dbcommands.c:473
#, c-format
msgid "cannot assign new default tablespace \"%s\""
msgstr "ne peut pas affecter un nouveau tablespace par dfaut %s "
-#: commands/dbcommands.c:472
+#: commands/dbcommands.c:475
#, c-format
msgid "There is a conflict because database \"%s\" already has some tables in this tablespace."
msgstr ""
"Il existe un conflit car la base de donnes %s a dj quelques tables\n"
"dans son tablespace."
-#: commands/dbcommands.c:492
-#: commands/dbcommands.c:923
+#: commands/dbcommands.c:495
+#: commands/dbcommands.c:925
#, c-format
msgid "database \"%s\" already exists"
msgstr "la base de donnes %s existe dj"
-#: commands/dbcommands.c:506
+#: commands/dbcommands.c:509
#, c-format
msgid "source database \"%s\" is being accessed by other users"
msgstr "la base de donnes source %s est accde par d'autres utilisateurs"
-#: commands/dbcommands.c:766
+#: commands/dbcommands.c:765
#, c-format
msgid "database \"%s\" does not exist, skipping"
msgstr "la base de donnes %s n'existe pas, poursuite du traitement"
-#: commands/dbcommands.c:787
+#: commands/dbcommands.c:786
msgid "cannot drop a template database"
msgstr "ne peut pas supprimer une base de donnes modle"
-#: commands/dbcommands.c:793
+#: commands/dbcommands.c:792
msgid "cannot drop the currently open database"
msgstr "ne peut pas supprimer la base de donnes actuellement ouverte"
-#: commands/dbcommands.c:804
-#: commands/dbcommands.c:945
-#: commands/dbcommands.c:1082
+#: commands/dbcommands.c:803
+#: commands/dbcommands.c:947
+#: commands/dbcommands.c:1078
#, c-format
msgid "database \"%s\" is being accessed by other users"
msgstr "la base de donnes %s est en cours d'utilisation par d'autres utilisateurs"
-#: commands/dbcommands.c:914
+#: commands/dbcommands.c:916
msgid "permission denied to rename database"
msgstr "droit refus pour le renommage de la base de donnes"
-#: commands/dbcommands.c:934
+#: commands/dbcommands.c:936
msgid "current database cannot be renamed"
msgstr "la base de donnes actuelle ne peut pas tre renomme"
-#: commands/dbcommands.c:1034
+#: commands/dbcommands.c:1030
msgid "cannot change the tablespace of the currently open database"
msgstr "ne peut pas modifier le tablespace de la base de donnes actuellement ouverte"
-#: commands/dbcommands.c:1122
+#: commands/dbcommands.c:1118
#, c-format
msgid "some relations of database \"%s\" are already in tablespace \"%s\""
msgstr ""
"certaines relations de la base de donnes %s sont dj dans le\n"
"tablespace %s "
-#: commands/dbcommands.c:1124
+#: commands/dbcommands.c:1120
msgid "You must move them back to the database's default tablespace before using this command."
msgstr ""
"Vous devez d'abord les dplacer dans le tablespace par dfaut de la base\n"
"de donnes avant d'utiliser cette commande."
-#: commands/dbcommands.c:1254
-#: commands/dbcommands.c:1805
-#: commands/dbcommands.c:2000
-#: commands/dbcommands.c:2036
+#: commands/dbcommands.c:1248
+#: commands/dbcommands.c:1725
+#: commands/dbcommands.c:1920
+#: commands/dbcommands.c:1956
#, c-format
msgid "some useless files may be left behind in old database directory \"%s\""
msgstr ""
"certains fichiers inutiles pourraient se trouver dans l'ancien rpertoire\n"
"de la base de donnes %s "
-#: commands/dbcommands.c:1572
+#: commands/dbcommands.c:1497
msgid "permission denied to change owner of database"
msgstr "droit refus pour modifier le propritaire de la base de donnes"
-#: commands/dbcommands.c:1893
+#: commands/dbcommands.c:1813
#, c-format
msgid "There are %d other session(s) and %d prepared transaction(s) using the database."
msgstr "%d autres sessions et %d transactions prpares utilisent la base de donnes."
-#: commands/dbcommands.c:1896
+#: commands/dbcommands.c:1816
#, c-format
msgid "There are %d other session(s) using the database."
msgstr "%d autres sessions utilisent la base de donnes."
-#: commands/dbcommands.c:1899
+#: commands/dbcommands.c:1819
#, c-format
msgid "There are %d prepared transaction(s) using the database."
msgstr "%d transaction(s) prpare(s) utilisent la base de donnes"
#: commands/define.c:67
-#: commands/define.c:213
-#: commands/define.c:245
-#: commands/define.c:273
+#: commands/define.c:222
+#: commands/define.c:254
+#: commands/define.c:282
#, c-format
msgid "%s requires a parameter"
msgstr "%s requiert un paramtre"
-#: commands/define.c:106
-#: commands/define.c:117
-#: commands/define.c:180
-#: commands/define.c:198
+#: commands/define.c:108
+#: commands/define.c:119
+#: commands/define.c:189
+#: commands/define.c:207
#, c-format
msgid "%s requires a numeric value"
msgstr "%s requiert une valeur numrique"
-#: commands/define.c:166
+#: commands/define.c:175
#, c-format
msgid "%s requires a Boolean value"
msgstr "%s requiert une valeur boolenne"
-#: commands/define.c:227
+#: commands/define.c:236
#, c-format
msgid "argument of %s must be a name"
msgstr "l'argument de %s doit tre un nom"
-#: commands/define.c:257
+#: commands/define.c:266
#, c-format
msgid "argument of %s must be a type name"
msgstr "l'argument de %s doit tre un nom de type"
-#: commands/define.c:282
+#: commands/define.c:291
#, c-format
msgid "%s requires an integer value"
msgstr "%s requiert une valeur entire"
-#: commands/define.c:303
+#: commands/define.c:312
#, c-format
msgid "invalid argument for %s: \"%s\""
msgstr "argument invalide pour %s : %s "
+#: commands/explain.c:145
+#, c-format
+msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\""
+msgstr "valeur non reconnue pour l'option EXPLAIN %s : %s"
+
+#: commands/explain.c:151
+#, c-format
+msgid "unrecognized EXPLAIN option \"%s\""
+msgstr "option EXPLAIN %s non reconnu"
+
+#: commands/explain.c:158
+msgid "EXPLAIN option BUFFERS requires ANALYZE"
+msgstr "l'option BUFFERS d'EXPLAIN ncessite ANALYZE"
+
#: commands/foreigncmds.c:131
#: commands/foreigncmds.c:140
#, c-format
@@ -9663,334 +10823,376 @@ msgstr "le paramtre VARIADIC doit tre le dernier paramtre en entre"
msgid "VARIADIC parameter must be an array"
msgstr "le paramtre VARIADIC doit tre un tableau"
-#: commands/functioncmds.c:299
+#: commands/functioncmds.c:317
+#, c-format
+msgid "parameter name \"%s\" used more than once"
+msgstr "le nom du paramtre %s est utilis plus d'une fois"
+
+#: commands/functioncmds.c:332
msgid "only input parameters can have default values"
msgstr "seuls les paramtres en entre peuvent avoir des valeurs par dfaut"
-#: commands/functioncmds.c:311
+#: commands/functioncmds.c:344
msgid "cannot use table references in parameter default value"
msgstr ""
"ne peut pas utiliser les rfrences de tables dans la valeur par dfaut des\n"
"paramtres"
-#: commands/functioncmds.c:327
+#: commands/functioncmds.c:360
msgid "cannot use subquery in parameter default value"
msgstr "ne peut pas utiliser une sous-requte dans une valeur par dfaut d'un paramtre"
-#: commands/functioncmds.c:331
+#: commands/functioncmds.c:364
msgid "cannot use aggregate function in parameter default value"
msgstr ""
"ne peut pas utiliser une fonction d'agrgat dans la valeur par dfaut d'un\n"
"paramtre"
-#: commands/functioncmds.c:335
+#: commands/functioncmds.c:368
msgid "cannot use window function in parameter default value"
msgstr "ne peut pas utiliser la fonction window dans la valeur par dfaut d'un paramtre"
-#: commands/functioncmds.c:345
+#: commands/functioncmds.c:378
msgid "input parameters after one with a default value must also have defaults"
msgstr "les paramtres en entre suivant un paramtre avec valeur par dfaut doivent aussi avoir des valeurs par dfaut"
-#: commands/functioncmds.c:584
+#: commands/functioncmds.c:617
msgid "no function body specified"
msgstr "aucun corps de fonction spcifi"
-#: commands/functioncmds.c:594
+#: commands/functioncmds.c:627
msgid "no language specified"
msgstr "aucun langage spcifi"
-#: commands/functioncmds.c:615
-#: commands/functioncmds.c:1332
+#: commands/functioncmds.c:648
+#: commands/functioncmds.c:1366
msgid "COST must be positive"
msgstr "COST doit tre positif"
-#: commands/functioncmds.c:623
-#: commands/functioncmds.c:1340
+#: commands/functioncmds.c:656
+#: commands/functioncmds.c:1374
msgid "ROWS must be positive"
msgstr "ROWS doit tre positif"
-#: commands/functioncmds.c:662
+#: commands/functioncmds.c:695
#, c-format
msgid "unrecognized function attribute \"%s\" ignored"
msgstr "l'attribut %s non reconnu de la fonction a t ignor"
-#: commands/functioncmds.c:713
+#: commands/functioncmds.c:746
#, c-format
msgid "only one AS item needed for language \"%s\""
msgstr "seul un lment AS est ncessaire pour le langage %s "
-#: commands/functioncmds.c:807
+#: commands/functioncmds.c:840
+#: commands/functioncmds.c:2022
msgid "Use CREATE LANGUAGE to load the language into the database."
msgstr "Utiliser CREATE LANGUAGE pour charger le langage dans la base de donnes."
-#: commands/functioncmds.c:854
+#: commands/functioncmds.c:887
#, c-format
msgid "function result type must be %s because of OUT parameters"
msgstr "le type de rsultat de la fonction doit tre %s cause des paramtres OUT"
-#: commands/functioncmds.c:867
+#: commands/functioncmds.c:900
msgid "function result type must be specified"
msgstr "le type de rsultat de la fonction doit tre spcifi"
-#: commands/functioncmds.c:902
-#: commands/functioncmds.c:1344
+#: commands/functioncmds.c:935
+#: commands/functioncmds.c:1378
msgid "ROWS is not applicable when function does not return a set"
msgstr "ROWS n'est pas applicable quand la fonction ne renvoie pas un ensemble"
-#: commands/functioncmds.c:954
+#: commands/functioncmds.c:987
#, c-format
msgid "function %s(%s) does not exist, skipping"
msgstr "la fonction %s(%s) n'existe pas, poursuite du traitement"
-#: commands/functioncmds.c:978
+#: commands/functioncmds.c:1011
msgid "Use DROP AGGREGATE to drop aggregate functions."
msgstr "Utiliser DROP AGGREGATE pour supprimer les fonctions d'agrgat."
-#: commands/functioncmds.c:985
+#: commands/functioncmds.c:1018
#, c-format
msgid "removing built-in function \"%s\""
msgstr "suppression de la fonction interne %s "
-#: commands/functioncmds.c:1084
+#: commands/functioncmds.c:1117
msgid "Use ALTER AGGREGATE to rename aggregate functions."
msgstr "Utiliser ALTER AGGREGATE pour renommer les fonctions d'agrgat."
-#: commands/functioncmds.c:1149
+#: commands/functioncmds.c:1183
msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
msgstr "Utiliser ALTER AGGREGATE pour changer le propritaire des fonctions d'agrgat."
-#: commands/functioncmds.c:1495
+#: commands/functioncmds.c:1529
#, c-format
msgid "source data type %s is a pseudo-type"
msgstr "le type de donnes source %s est un pseudo-type"
-#: commands/functioncmds.c:1501
+#: commands/functioncmds.c:1535
#, c-format
msgid "target data type %s is a pseudo-type"
msgstr "le type de donnes cible %s est un pseudo-type"
-#: commands/functioncmds.c:1540
+#: commands/functioncmds.c:1574
msgid "cast function must take one to three arguments"
msgstr "la fonction de conversion doit prendre de un trois arguments"
-#: commands/functioncmds.c:1544
+#: commands/functioncmds.c:1578
msgid "argument of cast function must match or be binary-coercible from source data type"
msgstr ""
"l'argument de la fonction de conversion doit correspondre ou tre binary-coercible\n"
" partir du type de la donne source"
-#: commands/functioncmds.c:1548
+#: commands/functioncmds.c:1582
msgid "second argument of cast function must be type integer"
msgstr "le second argument de la fonction de conversion doit tre de type entier"
-#: commands/functioncmds.c:1552
+#: commands/functioncmds.c:1586
msgid "third argument of cast function must be type boolean"
msgstr "le troisime argument de la fonction de conversion doit tre de type boolen"
-#: commands/functioncmds.c:1556
+#: commands/functioncmds.c:1590
msgid "return data type of cast function must match or be binary-coercible to target data type"
msgstr ""
"le type de donne en retour de la fonction de conversion doit correspondre\n"
"ou tre coercible binairement au type de donnes cible"
-#: commands/functioncmds.c:1567
+#: commands/functioncmds.c:1601
msgid "cast function must not be volatile"
msgstr "la fonction de conversion ne doit pas tre volatile"
-#: commands/functioncmds.c:1572
+#: commands/functioncmds.c:1606
msgid "cast function must not be an aggregate function"
msgstr "la fonction de conversion ne doit pas tre une fonction d'agrgat"
-#: commands/functioncmds.c:1576
+#: commands/functioncmds.c:1610
msgid "cast function must not be a window function"
msgstr "la fonction de conversion ne doit pas tre une fonction window"
-#: commands/functioncmds.c:1580
+#: commands/functioncmds.c:1614
msgid "cast function must not return a set"
msgstr "la fonction de conversion ne doit pas renvoyer un ensemble"
-#: commands/functioncmds.c:1606
+#: commands/functioncmds.c:1640
msgid "must be superuser to create a cast WITHOUT FUNCTION"
msgstr "doit tre super-utilisateur pour crer une fonction de conversion SANS FONCTION"
-#: commands/functioncmds.c:1621
+#: commands/functioncmds.c:1655
msgid "source and target data types are not physically compatible"
msgstr "les types de donnes source et cible ne sont pas physiquement compatibles"
-#: commands/functioncmds.c:1636
+#: commands/functioncmds.c:1670
msgid "composite data types are not binary-compatible"
msgstr "les types de donnes composites ne sont pas compatibles binairement"
-#: commands/functioncmds.c:1642
+#: commands/functioncmds.c:1676
msgid "enum data types are not binary-compatible"
msgstr "les types de donnes enum ne sont pas compatibles binairement"
-#: commands/functioncmds.c:1648
+#: commands/functioncmds.c:1682
msgid "array data types are not binary-compatible"
msgstr "les types de donnes tableau ne sont pas compatibles binairement"
-#: commands/functioncmds.c:1658
+#: commands/functioncmds.c:1692
msgid "source data type and target data type are the same"
msgstr "les types de donnes source et cible sont identiques"
-#: commands/functioncmds.c:1692
+#: commands/functioncmds.c:1726
#, c-format
msgid "cast from type %s to type %s already exists"
msgstr "la conversion du type %s vers le type %s existe dj"
-#: commands/functioncmds.c:1773
+#: commands/functioncmds.c:1807
#, c-format
msgid "cast from type %s to type %s does not exist, skipping"
msgstr "la conversion du type %s vers le type %s n'existe pas, poursuite du traitement"
-#: commands/functioncmds.c:1872
+#: commands/functioncmds.c:1906
#, c-format
msgid "function \"%s\" is already in schema \"%s\""
msgstr "la fonction %s existe dj dans le schma %s "
-#: commands/functioncmds.c:1880
-#: commands/tablecmds.c:7577
-#: commands/typecmds.c:2761
+#: commands/functioncmds.c:1914
+#: commands/tablecmds.c:7873
+#: commands/typecmds.c:2768
msgid "cannot move objects into or out of temporary schemas"
msgstr "ne peut pas dplacer les objets dans ou partir des schmas temporaires"
-#: commands/functioncmds.c:1886
-#: commands/tablecmds.c:7583
-#: commands/typecmds.c:2767
+#: commands/functioncmds.c:1920
+#: commands/tablecmds.c:7879
+#: commands/typecmds.c:2774
msgid "cannot move objects into or out of TOAST schema"
msgstr "ne peut pas dplacer les objets dans ou partir des schmas TOAST"
-#: commands/functioncmds.c:1896
+#: commands/functioncmds.c:1930
#, c-format
msgid "function \"%s\" already exists in schema \"%s\""
msgstr "la fonction %s existe dj dans le schma %s "
-#: commands/indexcmds.c:149
+#: commands/functioncmds.c:2002
+msgid "no inline code specified"
+msgstr "aucun code en ligne spcifi"
+
+#: commands/functioncmds.c:2052
+#, c-format
+msgid "language \"%s\" does not support inline code execution"
+msgstr "le langage %s ne supporte pas l'excution de code en ligne"
+
+#: commands/indexcmds.c:159
msgid "must specify at least one column"
msgstr "doit spcifier au moins une colonne"
-#: commands/indexcmds.c:153
+#: commands/indexcmds.c:163
#, c-format
msgid "cannot use more than %d columns in an index"
msgstr "ne peut pas utiliser plus de %d colonnes dans un index"
-#: commands/indexcmds.c:183
+#: commands/indexcmds.c:193
msgid "cannot create indexes on temporary tables of other sessions"
msgstr "ne peut pas crer les index sur les tables temporaires des autres sessions"
-#: commands/indexcmds.c:276
+#: commands/indexcmds.c:297
msgid "substituting access method \"gist\" for obsolete method \"rtree\""
msgstr "substitution de la mthode d'accs obsolte rtree par gist "
-#: commands/indexcmds.c:295
+#: commands/indexcmds.c:316
#, c-format
msgid "access method \"%s\" does not support unique indexes"
msgstr "la mthode d'accs %s ne supporte pas les index uniques"
-#: commands/indexcmds.c:300
+#: commands/indexcmds.c:321
#, c-format
msgid "access method \"%s\" does not support multicolumn indexes"
msgstr "la mthode d'accs %s ne supporte pas les index multi-colonnes"
-#: commands/indexcmds.c:333
-#: parser/parse_utilcmd.c:1001
-#: parser/parse_utilcmd.c:1085
+#: commands/indexcmds.c:326
+#, fuzzy, c-format
+msgid "access method \"%s\" does not support exclusion constraints"
+msgstr "la mthode d'accs %s ne supporte pas les index multi-colonnes"
+
+#: commands/indexcmds.c:359
+#: parser/parse_utilcmd.c:1193
+#: parser/parse_utilcmd.c:1279
#, c-format
msgid "multiple primary keys for table \"%s\" are not allowed"
msgstr "les cls primaires multiples ne sont pas autorises pour la table %s "
-#: commands/indexcmds.c:350
+#: commands/indexcmds.c:376
msgid "primary keys cannot be expressions"
msgstr "les cls primaires ne peuvent pas tre des expressions"
-#: commands/indexcmds.c:380
-#: commands/indexcmds.c:830
-#: parser/parse_utilcmd.c:1200
+#: commands/indexcmds.c:406
+#: commands/indexcmds.c:895
+#: parser/parse_utilcmd.c:1426
#, c-format
msgid "column \"%s\" named in key does not exist"
msgstr "la colonne %s nomme dans la cl n'existe pas"
-#: commands/indexcmds.c:435
+#: commands/indexcmds.c:480
#, c-format
msgid "%s %s will create implicit index \"%s\" for table \"%s\""
msgstr "%s %s crera un index implicite %s pour la table %s "
-#: commands/indexcmds.c:771
+#: commands/indexcmds.c:819
msgid "cannot use subquery in index predicate"
msgstr "ne peut pas utiliser une sous-requte dans un prdicat d'index"
-#: commands/indexcmds.c:775
+#: commands/indexcmds.c:823
msgid "cannot use aggregate in index predicate"
msgstr "ne peut pas utiliser un agrgat dans un prdicat d'index"
-#: commands/indexcmds.c:784
+#: commands/indexcmds.c:832
msgid "functions in index predicate must be marked IMMUTABLE"
msgstr "les fonctions dans un prdicat d'index doivent tre marques comme IMMUTABLE"
-#: commands/indexcmds.c:869
+#: commands/indexcmds.c:934
msgid "cannot use subquery in index expression"
msgstr "ne peut pas utiliser la sous-requte dans l'expression de l'index"
-#: commands/indexcmds.c:873
+#: commands/indexcmds.c:938
msgid "cannot use aggregate function in index expression"
msgstr "ne peut pas utiliser la fonction d'agrgat dans l'expression de l'index"
-#: commands/indexcmds.c:883
+#: commands/indexcmds.c:948
msgid "functions in index expression must be marked IMMUTABLE"
msgstr ""
"les fonctions dans l'expression de l'index doivent tre marques comme\n"
"IMMUTABLE"
-#: commands/indexcmds.c:920
+#: commands/indexcmds.c:983
+#, c-format
+msgid "operator %s is not commutative"
+msgstr "l'oprateur %s n'est pas commutatif"
+
+#: commands/indexcmds.c:985
+#, fuzzy
+msgid "Only commutative operators can be used in exclusion constraints."
+msgstr "seule la table %s peut tre rfrence dans la contrainte de vrification"
+
+#: commands/indexcmds.c:1012
+#, fuzzy, c-format
+msgid "operator %s is not a member of operator family \"%s\""
+msgstr "l'oprateur %d(%s, %s) n'existe pas dans la famille d'oprateur %s "
+
+#: commands/indexcmds.c:1015
+#, fuzzy
+msgid "The exclusion operator must be related to the index operator class for the constraint."
+msgstr ""
+"Vous devez spcifier une classe d'oprateur pour l'index ou dfinir une\n"
+"classe d'oprateur par dfaut pour le type de donnes."
+
+#: commands/indexcmds.c:1050
#, c-format
msgid "access method \"%s\" does not support ASC/DESC options"
msgstr "la mthode d'accs %s ne supporte pas les options ASC/DESC"
-#: commands/indexcmds.c:925
+#: commands/indexcmds.c:1055
#, c-format
msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
msgstr "la mthode d'accs %s ne supporte pas les options NULLS FIRST/LAST"
-#: commands/indexcmds.c:981
+#: commands/indexcmds.c:1111
#, c-format
msgid "data type %s has no default operator class for access method \"%s\""
msgstr ""
"le type de donnes %s n'a pas de classe d'oprateurs par dfaut pour la\n"
"mthode d'accs %s "
-#: commands/indexcmds.c:983
+#: commands/indexcmds.c:1113
msgid "You must specify an operator class for the index or define a default operator class for the data type."
msgstr ""
"Vous devez spcifier une classe d'oprateur pour l'index ou dfinir une\n"
"classe d'oprateur par dfaut pour le type de donnes."
-#: commands/indexcmds.c:1036
+#: commands/indexcmds.c:1166
#, c-format
msgid "operator class \"%s\" does not accept data type %s"
msgstr "la classe d'oprateur %s n'accepte pas le type de donnes %s"
-#: commands/indexcmds.c:1126
+#: commands/indexcmds.c:1256
#, c-format
msgid "there are multiple default operator classes for data type %s"
msgstr ""
"il existe de nombreuses classes d'oprateur par dfaut pour le type de\n"
"donnes %s"
-#: commands/indexcmds.c:1370
+#: commands/indexcmds.c:1500
#, c-format
msgid "shared table \"%s\" can only be reindexed in stand-alone mode"
msgstr "la table partage %s peut seulement tre rindex en mode autonome"
-#: commands/indexcmds.c:1377
+#: commands/indexcmds.c:1507
#, c-format
msgid "table \"%s\" has no indexes"
msgstr "la table %s n'a pas d'index"
-#: commands/indexcmds.c:1405
+#: commands/indexcmds.c:1535
msgid "can only reindex the currently open database"
msgstr "peut seulement rindexer la base de donnes en cours"
-#: commands/indexcmds.c:1496
+#: commands/indexcmds.c:1626
#, c-format
msgid "table \"%s\" was reindexed"
msgstr "la table %s a t rindexe"
@@ -10198,391 +11400,409 @@ msgstr "nom de curseur invalide : il ne doit pas tre vide"
msgid "could not reposition held cursor"
msgstr "n'a pas pu repositionner le curseur dtenu"
-#: commands/prepare.c:71
+#: commands/prepare.c:70
msgid "invalid statement name: must not be empty"
msgstr "nom de l'instruction invalide : ne doit pas tre vide"
-#: commands/prepare.c:140
+#: commands/prepare.c:139
msgid "utility statements cannot be prepared"
msgstr "les instructions utilitaires ne peuvent pas tre prpares"
-#: commands/prepare.c:240
-#: commands/prepare.c:247
+#: commands/prepare.c:239
+#: commands/prepare.c:246
#: commands/prepare.c:702
msgid "prepared statement is not a SELECT"
msgstr "l'instruction prpare n'est pas un SELECT"
-#: commands/prepare.c:314
+#: commands/prepare.c:313
#, c-format
msgid "wrong number of parameters for prepared statement \"%s\""
msgstr "mauvais nombre de paramtres pour l'instruction prpare %s "
-#: commands/prepare.c:316
+#: commands/prepare.c:315
#, c-format
msgid "Expected %d parameters but got %d."
msgstr "%d paramtres attendus mais %d reus."
-#: commands/prepare.c:345
+#: commands/prepare.c:344
msgid "cannot use subquery in EXECUTE parameter"
msgstr "ne peut pas utiliser les sous-requtes dans le paramtre EXECUTE"
-#: commands/prepare.c:349
+#: commands/prepare.c:348
msgid "cannot use aggregate function in EXECUTE parameter"
msgstr "ne peut pas utiliser la fonction d'agrgat dans le paramtre EXECUTE"
-#: commands/prepare.c:353
+#: commands/prepare.c:352
msgid "cannot use window function in EXECUTE parameter"
msgstr "ne peut pas utiliser une fonction window dans le paramtre EXECUTE"
-#: commands/prepare.c:366
+#: commands/prepare.c:365
#, c-format
msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
msgstr ""
"le paramtre $%d de type %s ne peut tre utilis dans la coercion cause du\n"
"type %s attendu"
-#: commands/prepare.c:459
+#: commands/prepare.c:463
#, c-format
msgid "prepared statement \"%s\" already exists"
msgstr "l'instruction prpare %s existe dj"
-#: commands/prepare.c:517
+#: commands/prepare.c:521
#, c-format
msgid "prepared statement \"%s\" does not exist"
msgstr "l'instruction prpare %s n'existe pas"
-#: commands/proclang.c:83
-#: commands/proclang.c:514
+#: commands/proclang.c:86
+#: commands/proclang.c:581
#, c-format
msgid "language \"%s\" already exists"
msgstr "le langage %s existe dj"
-#: commands/proclang.c:98
+#: commands/proclang.c:101
msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
msgstr ""
"utilisation des informations de pg_pltemplate au lieu des paramtres de\n"
"CREATE LANGUAGE"
-#: commands/proclang.c:108
+#: commands/proclang.c:111
#, c-format
msgid "must be superuser to create procedural language \"%s\""
msgstr "doit tre super-utilisateur pour crer le langage de procdures %s "
-#: commands/proclang.c:128
-#: commands/proclang.c:245
+#: commands/proclang.c:131
+#: commands/proclang.c:286
#, c-format
msgid "function %s must return type \"language_handler\""
msgstr "la fonction %s doit renvoyer le type language_handler "
-#: commands/proclang.c:209
+#: commands/proclang.c:250
#, c-format
msgid "unsupported language \"%s\""
msgstr "langage non support %s "
-#: commands/proclang.c:211
+#: commands/proclang.c:252
msgid "The supported languages are listed in the pg_pltemplate system catalog."
msgstr "Les langages supports sont lists dans le catalogue systme pg_pltemplate."
-#: commands/proclang.c:219
+#: commands/proclang.c:260
msgid "must be superuser to create custom procedural language"
msgstr "doit tre super-utilisateur pour crer un langage de procdures personnalis"
-#: commands/proclang.c:238
+#: commands/proclang.c:279
#, c-format
msgid "changing return type of function %s from \"opaque\" to \"language_handler\""
msgstr ""
"changement du type du code retour de la fonction %s d' opaque \n"
" language_handler "
-#: commands/proclang.c:436
+#: commands/proclang.c:503
#, c-format
msgid "language \"%s\" does not exist, skipping"
msgstr "le langage %s n'existe pas, poursuite du traitement"
#: commands/schemacmds.c:82
-#: commands/schemacmds.c:292
+#: commands/schemacmds.c:293
#, c-format
msgid "unacceptable schema name \"%s\""
msgstr "nom de schma %s inacceptable"
#: commands/schemacmds.c:83
-#: commands/schemacmds.c:293
+#: commands/schemacmds.c:294
msgid "The prefix \"pg_\" is reserved for system schemas."
msgstr "Le prfixe pg_ est rserv pour les schmas systme."
-#: commands/schemacmds.c:196
+#: commands/schemacmds.c:197
#, c-format
msgid "schema \"%s\" does not exist, skipping"
msgstr "le schma %s n'existe pas, poursuite du traitement"
-#: commands/sequence.c:547
+#: commands/sequence.c:548
#, c-format
msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
msgstr "nextval : valeur maximale de la squence %s (%s) atteinte"
-#: commands/sequence.c:570
+#: commands/sequence.c:571
#, c-format
msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
msgstr "nextval : valeur minimale de la squence %s (%s) atteinte"
-#: commands/sequence.c:668
+#: commands/sequence.c:669
#, c-format
msgid "currval of sequence \"%s\" is not yet defined in this session"
msgstr ""
"la valeur courante (currval) de la squence %s n'est pas encore dfinie\n"
"dans cette session"
-#: commands/sequence.c:687
-#: commands/sequence.c:695
+#: commands/sequence.c:688
+#: commands/sequence.c:696
msgid "lastval is not yet defined in this session"
msgstr "la dernire valeur (lastval) n'est pas encore dfinie dans cette session"
-#: commands/sequence.c:759
+#: commands/sequence.c:760
#, c-format
msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
msgstr "setval : la valeur %s est en dehors des limites de la squence %s (%s..%s)"
-#: commands/sequence.c:1088
+#: commands/sequence.c:1089
msgid "INCREMENT must not be zero"
msgstr "la valeur INCREMENT ne doit pas tre zro"
-#: commands/sequence.c:1134
+#: commands/sequence.c:1135
#, c-format
msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
msgstr "la valeur MINVALUE (%s) doit tre moindre que la valeur MAXVALUE (%s)"
-#: commands/sequence.c:1159
+#: commands/sequence.c:1160
#, c-format
msgid "START value (%s) cannot be less than MINVALUE (%s)"
msgstr "la valeur START (%s) ne peut pas tre plus petite que celle de MINVALUE (%s)"
-#: commands/sequence.c:1171
+#: commands/sequence.c:1172
#, c-format
msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
msgstr "la valeur START (%s) ne peut pas tre plus grande que celle de MAXVALUE (%s)"
-#: commands/sequence.c:1202
+#: commands/sequence.c:1203
#, c-format
msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
msgstr "la valeur RESTART (%s) ne peut pas tre plus petite que celle de MINVALUE (%s)"
-#: commands/sequence.c:1214
+#: commands/sequence.c:1215
#, c-format
msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
msgstr "la valeur RESTART (%s) ne peut pas tre plus grande que celle de MAXVALUE (%s)"
-#: commands/sequence.c:1229
+#: commands/sequence.c:1230
#, c-format
msgid "CACHE (%s) must be greater than zero"
msgstr "la valeur CACHE (%s) doit tre plus grande que zro"
-#: commands/sequence.c:1260
+#: commands/sequence.c:1261
msgid "invalid OWNED BY option"
msgstr "option OWNED BY invalide"
-#: commands/sequence.c:1261
+#: commands/sequence.c:1262
msgid "Specify OWNED BY table.column or OWNED BY NONE."
msgstr "Indiquer OWNED BY table.colonne ou OWNED BY NONE."
-#: commands/sequence.c:1283
-#: commands/tablecmds.c:4597
+#: commands/sequence.c:1284
+#: commands/tablecmds.c:4831
#, c-format
msgid "referenced relation \"%s\" is not a table"
msgstr "la relation rfrence %s n'est pas une table"
-#: commands/sequence.c:1290
+#: commands/sequence.c:1291
msgid "sequence must have same owner as table it is linked to"
msgstr "la squence doit avoir le mme propritaire que la table avec laquelle elle est lie"
-#: commands/sequence.c:1294
+#: commands/sequence.c:1295
msgid "sequence must be in same schema as table it is linked to"
msgstr "la squence doit tre dans le mme schma que la table avec laquelle elle est lie"
-#: commands/tablecmds.c:191
+#: commands/tablecmds.c:192
#, c-format
msgid "table \"%s\" does not exist"
msgstr "la table %s n'existe pas"
-#: commands/tablecmds.c:192
+#: commands/tablecmds.c:193
#, c-format
msgid "table \"%s\" does not exist, skipping"
msgstr "la table %s n'existe pas, poursuite du traitement"
-#: commands/tablecmds.c:194
+#: commands/tablecmds.c:195
msgid "Use DROP TABLE to remove a table."
msgstr "Utilisez DROP TABLE pour supprimer une table."
-#: commands/tablecmds.c:197
+#: commands/tablecmds.c:198
#, c-format
msgid "sequence \"%s\" does not exist"
msgstr "la squence %s n'existe pas"
-#: commands/tablecmds.c:198
+#: commands/tablecmds.c:199
#, c-format
msgid "sequence \"%s\" does not exist, skipping"
msgstr "la squence %s n'existe pas, poursuite du traitement"
-#: commands/tablecmds.c:200
+#: commands/tablecmds.c:201
msgid "Use DROP SEQUENCE to remove a sequence."
msgstr "Utilisez DROP SEQUENCE pour supprimer une squence."
-#: commands/tablecmds.c:203
+#: commands/tablecmds.c:204
#, c-format
msgid "view \"%s\" does not exist"
msgstr "la vue %s n'existe pas"
-#: commands/tablecmds.c:204
+#: commands/tablecmds.c:205
#, c-format
msgid "view \"%s\" does not exist, skipping"
msgstr "la vue %s n'existe pas, poursuite du traitement"
-#: commands/tablecmds.c:206
+#: commands/tablecmds.c:207
msgid "Use DROP VIEW to remove a view."
msgstr "Utilisez DROP VIEW pour supprimer une vue."
-#: commands/tablecmds.c:209
+#: commands/tablecmds.c:210
#, c-format
msgid "index \"%s\" does not exist"
msgstr "l'index %s n'existe pas"
-#: commands/tablecmds.c:210
+#: commands/tablecmds.c:211
#, c-format
msgid "index \"%s\" does not exist, skipping"
msgstr "l'index %s n'existe pas, poursuite du traitement"
-#: commands/tablecmds.c:212
+#: commands/tablecmds.c:213
msgid "Use DROP INDEX to remove an index."
msgstr "Utilisez DROP INDEX pour supprimer un index."
-#: commands/tablecmds.c:216
+#: commands/tablecmds.c:217
#: commands/typecmds.c:654
#, c-format
msgid "type \"%s\" does not exist, skipping"
msgstr "le type %s n'existe pas, poursuite du traitement"
-#: commands/tablecmds.c:217
+#: commands/tablecmds.c:218
#, c-format
msgid "\"%s\" is not a type"
msgstr " %s n'est pas un type"
-#: commands/tablecmds.c:218
+#: commands/tablecmds.c:219
msgid "Use DROP TYPE to remove a type."
msgstr "Utilisez DROP TYPE pour supprimer un type."
-#: commands/tablecmds.c:370
-#: executor/execMain.c:2860
+#: commands/tablecmds.c:379
+#: executor/execMain.c:2089
msgid "ON COMMIT can only be used on temporary tables"
msgstr "ON COMMIT peut seulement tre utilis sur des tables temporaires"
-#: commands/tablecmds.c:843
+#: commands/tablecmds.c:389
+#: executor/execMain.c:2099
+msgid "cannot create temporary table within security-restricted operation"
+msgstr ""
+"ne peut pas crer une table temporaire l'intrieur d'une fonction\n"
+"restreinte pour scurit"
+
+#: commands/tablecmds.c:865
#, c-format
msgid "truncate cascades to table \"%s\""
msgstr "TRUNCATE cascade sur la table %s "
-#: commands/tablecmds.c:1052
+#: commands/tablecmds.c:1096
#, c-format
msgid "cannot truncate system relation \"%s\""
msgstr "ne peut pas tronquer la relation systme %s "
-#: commands/tablecmds.c:1062
+#: commands/tablecmds.c:1106
msgid "cannot truncate temporary tables of other sessions"
msgstr "ne peut pas tronquer les tables temporaires des autres sessions"
-#: commands/tablecmds.c:1203
-#: parser/parse_utilcmd.c:557
-#: parser/parse_utilcmd.c:1163
+#: commands/tablecmds.c:1269
+#: parser/parse_utilcmd.c:566
+#: parser/parse_utilcmd.c:1389
#, c-format
msgid "inherited relation \"%s\" is not a table"
msgstr "la relation hrite %s n'est pas une table"
-#: commands/tablecmds.c:1209
-#: commands/tablecmds.c:6921
+#: commands/tablecmds.c:1275
+#: commands/tablecmds.c:7217
#, c-format
msgid "cannot inherit from temporary relation \"%s\""
msgstr "ine peut pas hriter partir d'une relation temporaire %s "
-#: commands/tablecmds.c:1226
-#: commands/tablecmds.c:6949
+#: commands/tablecmds.c:1292
+#: commands/tablecmds.c:7245
#, c-format
msgid "relation \"%s\" would be inherited from more than once"
msgstr "la relation %s serait hrite plus d'une fois"
-#: commands/tablecmds.c:1281
+#: commands/tablecmds.c:1347
#, c-format
msgid "merging multiple inherited definitions of column \"%s\""
msgstr "assemblage de plusieurs dfinitions d'hritage pour la colonne %s "
-#: commands/tablecmds.c:1289
+#: commands/tablecmds.c:1355
#, c-format
msgid "inherited column \"%s\" has a type conflict"
msgstr "la colonne hrite %s a un conflit de type"
-#: commands/tablecmds.c:1291
-#: commands/tablecmds.c:1449
-#: parser/parse_coerce.c:302
-#: parser/parse_coerce.c:1488
-#: parser/parse_coerce.c:1507
-#: parser/parse_coerce.c:1552
-#: parser/parse_expr.c:1872
+#: commands/tablecmds.c:1357
+#: commands/tablecmds.c:1369
+#: commands/tablecmds.c:1529
+#: commands/tablecmds.c:1541
+#: parser/parse_coerce.c:1440
+#: parser/parse_coerce.c:1459
+#: parser/parse_coerce.c:1504
+#: parser/parse_param.c:213
#, c-format
msgid "%s versus %s"
msgstr "%s versus %s"
-#: commands/tablecmds.c:1439
+#: commands/tablecmds.c:1367
+#, c-format
+msgid "inherited column \"%s\" has a storage parameter conflict"
+msgstr "la colonne hrite %s a un conflit de paramtre de stockage"
+
+#: commands/tablecmds.c:1519
#, c-format
msgid "merging column \"%s\" with inherited definition"
msgstr "assemblage de la colonne %s avec une dfinition hrite"
-#: commands/tablecmds.c:1447
+#: commands/tablecmds.c:1527
#, c-format
msgid "column \"%s\" has a type conflict"
msgstr "la colonne %s a un conflit de type"
-#: commands/tablecmds.c:1498
+#: commands/tablecmds.c:1539
+#, c-format
+msgid "column \"%s\" has a storage parameter conflict"
+msgstr "la colonne %s a un conflit de paramtre de stockage"
+
+#: commands/tablecmds.c:1591
#, c-format
msgid "column \"%s\" inherits conflicting default values"
msgstr "la colonne %s hrite de valeurs par dfaut conflictuelles"
-#: commands/tablecmds.c:1500
+#: commands/tablecmds.c:1593
msgid "To resolve the conflict, specify a default explicitly."
msgstr "Pour rsoudre le conflit, spcifiez explicitement une valeur par dfaut."
-#: commands/tablecmds.c:1547
+#: commands/tablecmds.c:1640
#, c-format
msgid "check constraint name \"%s\" appears multiple times but with different expressions"
msgstr ""
"le nom de la contrainte de vrification, %s , apparat plusieurs fois\n"
"mais avec des expressions diffrentes"
-#: commands/tablecmds.c:1903
+#: commands/tablecmds.c:1996
#, c-format
msgid "inherited column \"%s\" must be renamed in child tables too"
msgstr "la colonne hrite %s doit aussi tre renomme pour les tables filles"
-#: commands/tablecmds.c:1921
+#: commands/tablecmds.c:2014
#, c-format
msgid "cannot rename system column \"%s\""
msgstr "ne peut pas renommer la colonne systme %s "
-#: commands/tablecmds.c:1931
+#: commands/tablecmds.c:2024
#, c-format
msgid "cannot rename inherited column \"%s\""
msgstr "ne peut pas renommer la colonne hrite %s "
-#: commands/tablecmds.c:1942
-#: commands/tablecmds.c:3585
+#: commands/tablecmds.c:2035
+#: commands/tablecmds.c:3728
#, c-format
msgid "column \"%s\" of relation \"%s\" already exists"
msgstr "la colonne %s de la relation %s existe dj"
-#: commands/tablecmds.c:2063
-#: commands/tablecmds.c:6260
-#: commands/tablecmds.c:7551
+#: commands/tablecmds.c:2156
+#: commands/tablecmds.c:6556
+#: commands/tablecmds.c:7847
msgid "Use ALTER TYPE instead."
msgstr "Utilisez ALTER TYPE la place."
#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2188
+#: commands/tablecmds.c:2281
#, c-format
msgid "cannot %s \"%s\" because it is being used by active queries in this session"
msgstr ""
@@ -10590,329 +11810,358 @@ msgstr ""
"des requtes actives dans cette session"
#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2197
+#: commands/tablecmds.c:2290
#, c-format
msgid "cannot %s \"%s\" because it has pending trigger events"
msgstr "ne peut pas excuter %s %s car il reste des vnements sur les triggers"
-#: commands/tablecmds.c:2792
+#: commands/tablecmds.c:2900
#, c-format
msgid "cannot rewrite system relation \"%s\""
msgstr "ne peut pas r-crire la relation systme %s "
-#: commands/tablecmds.c:2802
+#: commands/tablecmds.c:2910
msgid "cannot rewrite temporary tables of other sessions"
msgstr "ne peut pas r-crire les tables temporaires des autres sessions"
-#: commands/tablecmds.c:3128
+#: commands/tablecmds.c:3263
#, c-format
msgid "column \"%s\" contains null values"
msgstr "la colonne %s contient des valeurs NULL"
-#: commands/tablecmds.c:3142
+#: commands/tablecmds.c:3277
#, c-format
msgid "check constraint \"%s\" is violated by some row"
msgstr "la contrainte de vrification %s est rompue par une ligne"
-#: commands/tablecmds.c:3225
+#: commands/tablecmds.c:3368
#: rewrite/rewriteDefine.c:253
#, c-format
msgid "\"%s\" is not a table or view"
msgstr " %s n'est pas une table ou une vue"
-#: commands/tablecmds.c:3261
-#: commands/tablecmds.c:4012
+#: commands/tablecmds.c:3404
+#: commands/tablecmds.c:4157
+#: commands/tablecmds.c:4241
#, c-format
msgid "\"%s\" is not a table or index"
msgstr " %s n'est pas une table ou un index"
-#: commands/tablecmds.c:3416
+#: commands/tablecmds.c:3559
#, c-format
msgid "cannot alter table \"%s\" because column \"%s\".\"%s\" uses its rowtype"
msgstr ""
"ne peut pas modifier la table %s car la colonne %s . %s utilise\n"
"son type de ligne"
-#: commands/tablecmds.c:3423
+#: commands/tablecmds.c:3566
#, c-format
msgid "cannot alter type \"%s\" because column \"%s\".\"%s\" uses it"
msgstr "ne peux pas modifier le type %s car la colonne %s . %s l'utilise"
-#: commands/tablecmds.c:3494
+#: commands/tablecmds.c:3637
msgid "column must be added to child tables too"
msgstr "la colonne doit aussi tre ajoute aux tables filles"
-#: commands/tablecmds.c:3539
-#: commands/tablecmds.c:7105
+#: commands/tablecmds.c:3682
+#: commands/tablecmds.c:7401
#, c-format
msgid "child table \"%s\" has different type for column \"%s\""
msgstr "la table fille %s a un type diffrent pour la colonne %s "
-#: commands/tablecmds.c:3546
+#: commands/tablecmds.c:3689
#, c-format
msgid "child table \"%s\" has a conflicting \"%s\" column"
msgstr "la table fille %s a une colonne conflictuelle, %s "
-#: commands/tablecmds.c:3558
+#: commands/tablecmds.c:3701
#, c-format
msgid "merging definition of column \"%s\" for child \"%s\""
msgstr "assemblage de la dfinition de la colonne %s pour le fils %s "
-#: commands/tablecmds.c:3832
-#: commands/tablecmds.c:3924
-#: commands/tablecmds.c:3969
-#: commands/tablecmds.c:4065
-#: commands/tablecmds.c:4126
-#: commands/tablecmds.c:5576
+#: commands/tablecmds.c:3977
+#: commands/tablecmds.c:4069
+#: commands/tablecmds.c:4114
+#: commands/tablecmds.c:4210
+#: commands/tablecmds.c:4298
+#: commands/tablecmds.c:4359
+#: commands/tablecmds.c:5870
#, c-format
msgid "cannot alter system column \"%s\""
msgstr "n'a pas pu modifier la colonne systme %s "
-#: commands/tablecmds.c:3868
+#: commands/tablecmds.c:4013
#, c-format
msgid "column \"%s\" is in a primary key"
msgstr "la colonne %s est dans une cl primaire"
-#: commands/tablecmds.c:4039
+#: commands/tablecmds.c:4184
#, c-format
msgid "statistics target %d is too low"
msgstr "la cible statistique %d est trop basse"
-#: commands/tablecmds.c:4047
+#: commands/tablecmds.c:4192
#, c-format
msgid "lowering statistics target to %d"
msgstr "abaissement de la cible statistique %d"
-#: commands/tablecmds.c:4107
+#: commands/tablecmds.c:4280
+#, c-format
+msgid "number of distinct values %g is too low"
+msgstr "le nombre de valeurs distinctes %g est trop basse"
+
+#: commands/tablecmds.c:4340
#, c-format
msgid "invalid storage type \"%s\""
msgstr "type %s de stockage invalide"
-#: commands/tablecmds.c:4138
+#: commands/tablecmds.c:4371
#, c-format
msgid "column data type %s can only have storage PLAIN"
msgstr ""
"le type de donnes %s de la colonne peut seulement avoir un stockage texte\n"
"(PLAIN)"
-#: commands/tablecmds.c:4193
+#: commands/tablecmds.c:4424
+#, c-format
+msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
+msgstr "la colonne %s de la relation %s n'existe pas, ignore"
+
+#: commands/tablecmds.c:4437
#, c-format
msgid "cannot drop system column \"%s\""
msgstr "ne peut pas supprimer la colonne systme %s "
-#: commands/tablecmds.c:4200
+#: commands/tablecmds.c:4444
#, c-format
msgid "cannot drop inherited column \"%s\""
msgstr "ne peut pas supprimer la colonne hrite %s "
-#: commands/tablecmds.c:4532
+#: commands/tablecmds.c:4766
msgid "constraint must be added to child tables too"
msgstr "la contrainte doit aussi tre ajoute aux tables filles"
-#: commands/tablecmds.c:4619
+#: commands/tablecmds.c:4853
msgid "cannot reference temporary table from permanent table constraint"
msgstr ""
"ne peut pas rfrencer une table temporaire partir d'une contrainte de\n"
"table permanente"
-#: commands/tablecmds.c:4626
+#: commands/tablecmds.c:4860
msgid "cannot reference permanent table from temporary table constraint"
msgstr ""
"ne peut pas rfrencer une table permanente partir de la contrainte de\n"
"table temporaire"
-#: commands/tablecmds.c:4686
+#: commands/tablecmds.c:4920
msgid "number of referencing and referenced columns for foreign key disagree"
msgstr "nombre de colonnes de rfrence et rfrences pour la cl trangre en dsaccord"
-#: commands/tablecmds.c:4777
+#: commands/tablecmds.c:5011
#, c-format
msgid "foreign key constraint \"%s\" cannot be implemented"
msgstr "la contrainte de cl trangre %s ne peut pas tre implmente"
-#: commands/tablecmds.c:4780
+#: commands/tablecmds.c:5014
#, c-format
msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
msgstr "Les colonnes cls %s et %s sont de types incompatibles : %s et %s."
-#: commands/tablecmds.c:4873
+#: commands/tablecmds.c:5109
#, c-format
msgid "column \"%s\" referenced in foreign key constraint does not exist"
msgstr "la colonne %s rfrence dans la contrainte de cl trangre n'existe pas"
-#: commands/tablecmds.c:4878
+#: commands/tablecmds.c:5114
#, c-format
msgid "cannot have more than %d keys in a foreign key"
msgstr "ne peut pas avoir plus de %d cls dans une cl trangre"
-#: commands/tablecmds.c:4951
+#: commands/tablecmds.c:5181
+#, c-format
+msgid "cannot use a deferrable primary key for referenced table \"%s\""
+msgstr "ne peut pas utiliser une cl primaire dferrable pour la table %s rfrence"
+
+#: commands/tablecmds.c:5198
#, c-format
msgid "there is no primary key for referenced table \"%s\""
msgstr "il n'existe pas de cl trangre pour la table %s rfrence"
-#: commands/tablecmds.c:5085
+#: commands/tablecmds.c:5350
+#, c-format
+msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
+msgstr ""
+"ne peut pas utiliser une contrainte unique dferrable pour la table\n"
+"rfrence %s "
+
+#: commands/tablecmds.c:5355
#, c-format
msgid "there is no unique constraint matching given keys for referenced table \"%s\""
msgstr ""
"il n'existe aucune contrainte unique correspondant aux cls donnes pour la\n"
"table %s rfrence"
-#: commands/tablecmds.c:5405
+#: commands/tablecmds.c:5688
#, c-format
msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
msgstr "ne peut pas supprimer la contrainte hrite %s de la relation %s "
-#: commands/tablecmds.c:5429
-#: commands/tablecmds.c:5532
+#: commands/tablecmds.c:5713
+#: commands/tablecmds.c:5826
#, c-format
msgid "constraint \"%s\" of relation \"%s\" does not exist"
msgstr "la contrainte %s de la relation %s n'existe pas"
-#: commands/tablecmds.c:5583
+#: commands/tablecmds.c:5719
+#, c-format
+msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
+msgstr "la contrainte %s de la relation %s n'existe pas, ignore"
+
+#: commands/tablecmds.c:5877
#, c-format
msgid "cannot alter inherited column \"%s\""
msgstr "ne peut pas modifier la colonne hrite %s "
-#: commands/tablecmds.c:5618
+#: commands/tablecmds.c:5912
msgid "transform expression must not return a set"
msgstr "l'expression de transformation ne doit pas renvoyer un ensemble"
-#: commands/tablecmds.c:5624
+#: commands/tablecmds.c:5918
msgid "cannot use subquery in transform expression"
msgstr "ne peut pas utiliser une sous-requte dans l'expression de transformation"
-#: commands/tablecmds.c:5628
+#: commands/tablecmds.c:5922
msgid "cannot use aggregate function in transform expression"
msgstr "ne peut pas utiliser la fonction d'agrgat dans l'expression de la transformation"
-#: commands/tablecmds.c:5632
+#: commands/tablecmds.c:5926
msgid "cannot use window function in transform expression"
msgstr "ne peut pas utiliser la fonction window dans l'expression de la transformation"
-#: commands/tablecmds.c:5650
+#: commands/tablecmds.c:5944
#, c-format
msgid "column \"%s\" cannot be cast to type %s"
msgstr "la colonne %s ne peut pas tre convertie vers le type %s"
-#: commands/tablecmds.c:5676
+#: commands/tablecmds.c:5970
#, c-format
msgid "type of inherited column \"%s\" must be changed in child tables too"
msgstr "le type de colonne hrite %s doit aussi tre renomme pour les tables filles"
-#: commands/tablecmds.c:5715
+#: commands/tablecmds.c:6009
#, c-format
msgid "cannot alter type of column \"%s\" twice"
msgstr "ne peut pas modifier la colonne %s deux fois"
-#: commands/tablecmds.c:5749
+#: commands/tablecmds.c:6043
#, c-format
msgid "default for column \"%s\" cannot be cast to type %s"
msgstr ""
"la valeur par dfaut de la colonne %s ne peut pas tre convertie vers le\n"
"type %s"
-#: commands/tablecmds.c:5875
+#: commands/tablecmds.c:6169
msgid "cannot alter type of a column used by a view or rule"
msgstr "ne peut pas modifier le type d'une colonne utilise dans une vue ou une rgle"
-#: commands/tablecmds.c:5876
+#: commands/tablecmds.c:6170
#, c-format
msgid "%s depends on column \"%s\""
msgstr "%s dpend de la colonne %s "
-#: commands/tablecmds.c:6228
+#: commands/tablecmds.c:6524
#, c-format
msgid "cannot change owner of index \"%s\""
msgstr "ne peut pas modifier le propritaire de l'index %s "
-#: commands/tablecmds.c:6230
+#: commands/tablecmds.c:6526
msgid "Change the ownership of the index's table, instead."
msgstr "Modifier la place le propritaire de la table concerne par l'index."
-#: commands/tablecmds.c:6246
+#: commands/tablecmds.c:6542
#, c-format
msgid "cannot change owner of sequence \"%s\""
msgstr "ne peut pas modifier le propritaire de la squence %s "
-#: commands/tablecmds.c:6248
-#: commands/tablecmds.c:7541
+#: commands/tablecmds.c:6544
+#: commands/tablecmds.c:7837
#, c-format
msgid "Sequence \"%s\" is linked to table \"%s\"."
msgstr "La squence %s est lie la table %s ."
-#: commands/tablecmds.c:6269
-#: commands/tablecmds.c:7559
+#: commands/tablecmds.c:6565
+#: commands/tablecmds.c:7855
#, c-format
msgid "\"%s\" is not a table, view, or sequence"
msgstr " %s n'est pas une table, une vue ou une squence"
-#: commands/tablecmds.c:6528
+#: commands/tablecmds.c:6824
msgid "cannot have multiple SET TABLESPACE subcommands"
msgstr "ne peut pas avoir de nombreuses sous-commandes SET TABLESPACE"
-#: commands/tablecmds.c:6582
+#: commands/tablecmds.c:6878
#, c-format
msgid "\"%s\" is not a table, index, or TOAST table"
msgstr " %s n'est pas une table, un index ou une table TOAST"
-#: commands/tablecmds.c:6694
+#: commands/tablecmds.c:6990
#, c-format
msgid "cannot move system relation \"%s\""
msgstr "ne peut pas dplacer la colonne systme %s "
-#: commands/tablecmds.c:6710
+#: commands/tablecmds.c:7006
msgid "cannot move temporary tables of other sessions"
msgstr "ne peut pas dplacer les tables temporaires d'autres sessions"
-#: commands/tablecmds.c:6976
+#: commands/tablecmds.c:7272
msgid "circular inheritance not allowed"
msgstr "hritage circulaire interdit"
-#: commands/tablecmds.c:6977
+#: commands/tablecmds.c:7273
#, c-format
msgid "\"%s\" is already a child of \"%s\"."
msgstr " %s est dj un enfant de %s ."
-#: commands/tablecmds.c:6985
+#: commands/tablecmds.c:7281
#, c-format
msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs"
msgstr "la table %s qui n'a pas d'OID ne peut pas hriter de la table %s qui en a"
-#: commands/tablecmds.c:7112
+#: commands/tablecmds.c:7408
#, c-format
msgid "column \"%s\" in child table must be marked NOT NULL"
msgstr "la colonne %s de la table enfant doit tre marque comme NOT NULL"
-#: commands/tablecmds.c:7128
+#: commands/tablecmds.c:7424
#, c-format
msgid "child table is missing column \"%s\""
msgstr "la colonne %s manque la table enfant"
-#: commands/tablecmds.c:7207
+#: commands/tablecmds.c:7503
#, c-format
msgid "child table \"%s\" has different definition for check constraint \"%s\""
msgstr "la table fille %s a un type diffrent pour la contrainte de vrification %s "
-#: commands/tablecmds.c:7231
+#: commands/tablecmds.c:7527
#, c-format
msgid "child table is missing constraint \"%s\""
msgstr "la contrainte %s manque la table enfant"
-#: commands/tablecmds.c:7312
+#: commands/tablecmds.c:7608
#, c-format
msgid "relation \"%s\" is not a parent of relation \"%s\""
msgstr "la relation %s n'est pas un parent de la relation %s "
-#: commands/tablecmds.c:7540
+#: commands/tablecmds.c:7836
msgid "cannot move an owned sequence into another schema"
msgstr "ne peut pas dplacer une squence OWNED BY dans un autre schma"
-#: commands/tablecmds.c:7569
+#: commands/tablecmds.c:7865
#, c-format
msgid "relation \"%s\" is already in schema \"%s\""
msgstr "la relation %s existe dj dans le schma %s "
-#: commands/tablecmds.c:7634
+#: commands/tablecmds.c:7930
#, c-format
msgid "relation \"%s\" already exists in schema \"%s\""
msgstr "la relation %s existe dj dans le schma %s "
@@ -11022,84 +12271,118 @@ msgstr "n'a pas pu supprimer le lien symbolique %s : %m"
msgid "tablespace %u is not empty"
msgstr "le tablespace %u n'est pas vide"
-#: commands/trigger.c:158
+#: commands/trigger.c:193
msgid "TRUNCATE FOR EACH ROW triggers are not supported"
msgstr "les triggers TRUNCATE FOR EACH ROW ne sont pas supports"
-#: commands/trigger.c:174
+#: commands/trigger.c:234
+msgid "cannot use subquery in trigger WHEN condition"
+msgstr "ne peut pas utiliser une sous-requte dans la condition WHEN d'un trigger"
+
+#: commands/trigger.c:238
+msgid "cannot use aggregate function in trigger WHEN condition"
+msgstr "ne peut pas utiliser la fonction d'agrgat dans la condition WHEN d'un trigger"
+
+#: commands/trigger.c:242
+msgid "cannot use window function in trigger WHEN condition"
+msgstr "ne peut pas utiliser la fonction window dans la condition WHEN d'un trigger"
+
+#: commands/trigger.c:262
+#: commands/trigger.c:275
+msgid "statement trigger's WHEN condition cannot reference column values"
+msgstr ""
+"la condition WHEN de l'instruction du trigger ne peut pas rfrencer les valeurs\n"
+"des colonnes"
+
+#: commands/trigger.c:267
+msgid "INSERT trigger's WHEN condition cannot reference OLD values"
+msgstr "la condition WHEN du trigger INSERT ne peut pas rfrencer les valeurs OLD"
+
+#: commands/trigger.c:280
+msgid "DELETE trigger's WHEN condition cannot reference NEW values"
+msgstr "la condition WHEN du trigger DELETE ne peut pas rfrencer les valeurs NEW"
+
+#: commands/trigger.c:285
+msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
+msgstr ""
+"la condition WHEN d'un trigger BEFORE ne doit pas rfrencer les colonnes\n"
+"systme avec NEW"
+
+#: commands/trigger.c:323
#, c-format
msgid "changing return type of function %s from \"opaque\" to \"trigger\""
msgstr "changement du type de retour de la fonction %s de opaque vers trigger "
-#: commands/trigger.c:181
+#: commands/trigger.c:330
#, c-format
msgid "function %s must return type \"trigger\""
msgstr "la fonction %s doit renvoyer le type trigger "
-#: commands/trigger.c:259
-#: commands/trigger.c:892
+#: commands/trigger.c:408
+#: commands/trigger.c:1111
#, c-format
msgid "trigger \"%s\" for relation \"%s\" already exists"
msgstr "le trigger %s de la relation %s existe dj"
-#: commands/trigger.c:461
+#: commands/trigger.c:678
msgid "Found referenced table's UPDATE trigger."
msgstr "Trigger UPDATE de la table rfrence trouv."
-#: commands/trigger.c:462
+#: commands/trigger.c:679
msgid "Found referenced table's DELETE trigger."
msgstr "Trigger DELETE de la table rfrence trouv."
-#: commands/trigger.c:463
+#: commands/trigger.c:680
msgid "Found referencing table's trigger."
msgstr "Trigger de la table rfrence trouv."
-#: commands/trigger.c:572
-#: commands/trigger.c:588
+#: commands/trigger.c:789
+#: commands/trigger.c:805
#, c-format
msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
msgstr "ignore le groupe de trigger incomplet pour la contrainte %s %s"
-#: commands/trigger.c:600
+#: commands/trigger.c:817
#, c-format
msgid "converting trigger group into constraint \"%s\" %s"
msgstr "conversion du groupe de trigger en une contrainte %s %s"
-#: commands/trigger.c:738
+#: commands/trigger.c:957
#, c-format
msgid "trigger \"%s\" for table \"%s\" does not exist, skipping"
msgstr "le trigger %s pour la table %s n'existe pas, poursuite du traitement"
-#: commands/trigger.c:1013
+#: commands/trigger.c:1232
#, c-format
msgid "permission denied: \"%s\" is a system trigger"
msgstr "droit refus : %s est un trigger systme"
-#: commands/trigger.c:1563
+#: commands/trigger.c:1807
#, c-format
msgid "trigger function %u returned null value"
msgstr "la fonction trigger %u a renvoy la valeur NULL"
-#: commands/trigger.c:1631
-#: commands/trigger.c:1762
-#: commands/trigger.c:1910
-#: commands/trigger.c:2061
+#: commands/trigger.c:1867
+#: commands/trigger.c:1982
+#: commands/trigger.c:2119
+#: commands/trigger.c:2263
msgid "BEFORE STATEMENT trigger cannot return a value"
msgstr "le trigger BEFORE STATEMENT ne peut pas renvoyer une valeur"
-#: commands/trigger.c:2118
-#: executor/execMain.c:1600
-#: executor/execMain.c:1912
-#: executor/execMain.c:2090
+#: commands/trigger.c:2325
+#: executor/execMain.c:1544
+#: executor/nodeModifyTable.c:332
+#: executor/nodeModifyTable.c:520
+#: executor/nodeLockRows.c:136
msgid "could not serialize access due to concurrent update"
msgstr "n'a pas pu srialiser un accs cause d'une mise jour en parallle"
-#: commands/trigger.c:3608
+#: commands/trigger.c:3961
#, c-format
msgid "constraint \"%s\" is not deferrable"
msgstr "la contrainte %s n'est pas DEFERRABLE"
-#: commands/trigger.c:3634
+#: commands/trigger.c:3987
#, c-format
msgid "constraint \"%s\" does not exist"
msgstr "la contrainte %s n'existe pas"
@@ -11333,7 +12616,7 @@ msgid "type send function %s must return type \"bytea\""
msgstr "la fonction send du type %s doit renvoyer le type bytea "
#: commands/typecmds.c:675
-#: commands/typecmds.c:2165
+#: commands/typecmds.c:2171
#, c-format
msgid "\"%s\" is not a domain"
msgstr " %s n'est pas un domaine"
@@ -11343,338 +12626,348 @@ msgstr " %s n'est pas un domaine"
msgid "\"%s\" is not a valid base type for a domain"
msgstr " %s n'est pas un type de base valide pour un domaine"
-#: commands/typecmds.c:877
-#: commands/typecmds.c:1856
-msgid "foreign key constraints not possible for domains"
-msgstr "contraintes de cl trangre impossible pour les domaines"
-
-#: commands/typecmds.c:897
+#: commands/typecmds.c:886
msgid "multiple default expressions"
msgstr "multiples expressions par dfaut"
-#: commands/typecmds.c:961
-#: commands/typecmds.c:970
+#: commands/typecmds.c:950
+#: commands/typecmds.c:959
msgid "conflicting NULL/NOT NULL constraints"
msgstr "contraintes NULL/NOT NULL en conflit"
-#: commands/typecmds.c:989
-#: commands/typecmds.c:1874
+#: commands/typecmds.c:978
+#: commands/typecmds.c:1868
msgid "unique constraints not possible for domains"
msgstr "contraintes uniques impossible pour les domaines"
-#: commands/typecmds.c:995
-#: commands/typecmds.c:1880
+#: commands/typecmds.c:984
+#: commands/typecmds.c:1874
msgid "primary key constraints not possible for domains"
msgstr "contraintes de cl primaire impossible pour les domaines"
-#: commands/typecmds.c:1004
-#: commands/typecmds.c:1889
+#: commands/typecmds.c:990
+#: commands/typecmds.c:1880
+msgid "exclusion constraints not possible for domains"
+msgstr "contraintes d'exclusion impossible pour les domaines"
+
+#: commands/typecmds.c:996
+#: commands/typecmds.c:1886
+msgid "foreign key constraints not possible for domains"
+msgstr "contraintes de cl trangre impossible pour les domaines"
+
+#: commands/typecmds.c:1005
+#: commands/typecmds.c:1895
msgid "specifying constraint deferrability not supported for domains"
msgstr "spcifier des contraintes dferrantes n'est pas support par les domaines"
-#: commands/typecmds.c:1256
+#: commands/typecmds.c:1257
#, c-format
msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
msgstr "changement du type d'argument de la fonction %s d' opaque cstring "
-#: commands/typecmds.c:1307
+#: commands/typecmds.c:1308
#, c-format
msgid "changing argument type of function %s from \"opaque\" to %s"
msgstr "changement du type d'argument de la fonction %s d' opaque %s"
-#: commands/typecmds.c:1406
+#: commands/typecmds.c:1407
#, c-format
msgid "typmod_in function %s must return type \"integer\""
msgstr "la fonction typmod_in %s doit renvoyer le type entier "
-#: commands/typecmds.c:1433
+#: commands/typecmds.c:1434
#, c-format
msgid "typmod_out function %s must return type \"cstring\""
msgstr "la fonction typmod_out %s doit renvoyer le type cstring "
-#: commands/typecmds.c:1460
+#: commands/typecmds.c:1461
#, c-format
msgid "type analyze function %s must return type \"boolean\""
msgstr "la fonction analyze du type %s doit renvoyer le type boolean "
-#: commands/typecmds.c:1489
+#: commands/typecmds.c:1490
msgid "composite type must have at least one attribute"
msgstr "le type composite doit avoir au moins un attribut"
-#: commands/typecmds.c:1715
+#: commands/typecmds.c:1716
#, c-format
msgid "column \"%s\" of table \"%s\" contains null values"
msgstr "la colonne %s de la table %s contient des valeurs NULL"
-#: commands/typecmds.c:1960
+#: commands/typecmds.c:1966
#, c-format
msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
msgstr ""
"la colonne %s de la table %s contient des valeurs violant la\n"
"nouvelle contrainte"
-#: commands/typecmds.c:2241
-#: commands/typecmds.c:2250
+#: commands/typecmds.c:2247
+#: commands/typecmds.c:2256
msgid "cannot use table references in domain check constraint"
msgstr ""
"ne peut pas utiliser les rfrences de table dans la contrainte de\n"
"vrification du domaine"
-#: commands/typecmds.c:2482
-#: commands/typecmds.c:2554
-#: commands/typecmds.c:2790
+#: commands/typecmds.c:2489
+#: commands/typecmds.c:2561
+#: commands/typecmds.c:2797
#, c-format
msgid "%s is a table's row type"
msgstr " %s est du type ligne de table"
-#: commands/typecmds.c:2484
-#: commands/typecmds.c:2556
-#: commands/typecmds.c:2792
+#: commands/typecmds.c:2491
+#: commands/typecmds.c:2563
+#: commands/typecmds.c:2799
msgid "Use ALTER TABLE instead."
msgstr "Utilisez ALTER TABLE la place."
-#: commands/typecmds.c:2491
-#: commands/typecmds.c:2563
-#: commands/typecmds.c:2704
+#: commands/typecmds.c:2498
+#: commands/typecmds.c:2570
+#: commands/typecmds.c:2711
#, c-format
msgid "cannot alter array type %s"
msgstr "ne peut pas modifier le type array %s"
-#: commands/typecmds.c:2493
-#: commands/typecmds.c:2565
-#: commands/typecmds.c:2706
+#: commands/typecmds.c:2500
+#: commands/typecmds.c:2572
+#: commands/typecmds.c:2713
#, c-format
msgid "You can alter type %s, which will alter the array type as well."
msgstr "Vous pouvez modifier le type %s, ce qui va modifier aussi le type tableau."
-#: commands/typecmds.c:2753
+#: commands/typecmds.c:2760
#, c-format
msgid "type %s is already in schema \"%s\""
msgstr "le type %s existe dj dans le schma %s "
-#: commands/typecmds.c:2776
+#: commands/typecmds.c:2783
#, c-format
msgid "type \"%s\" already exists in schema \"%s\""
msgstr "le type %s existe dj dans le schma %s "
-#: commands/user.c:145
+#: commands/user.c:152
msgid "SYSID can no longer be specified"
msgstr "SYSID ne peut plus tre spcifi"
-#: commands/user.c:267
+#: commands/user.c:274
msgid "must be superuser to create superusers"
msgstr "doit tre super-utilisateur pour crer des super-utilisateurs"
-#: commands/user.c:274
+#: commands/user.c:281
msgid "permission denied to create role"
msgstr "droit refus pour crer un rle"
-#: commands/user.c:281
-#: commands/user.c:1045
+#: commands/user.c:288
+#: commands/user.c:1047
#, c-format
msgid "role name \"%s\" is reserved"
msgstr "le nom du rle %s est rserv"
-#: commands/user.c:297
-#: commands/user.c:1039
+#: commands/user.c:304
+#: commands/user.c:1041
#, c-format
msgid "role \"%s\" already exists"
msgstr "le rle %s existe dj"
-#: commands/user.c:579
-#: commands/user.c:759
-#: commands/user.c:1291
-#: commands/user.c:1430
+#: commands/user.c:598
+#: commands/user.c:792
+#: commands/user.c:1281
+#: commands/user.c:1419
msgid "must be superuser to alter superusers"
msgstr "doit tre super-utilisateur pour modifier des super-utilisateurs"
-#: commands/user.c:594
-#: commands/user.c:767
+#: commands/user.c:613
+#: commands/user.c:800
msgid "permission denied"
msgstr "droit refus"
-#: commands/user.c:829
+#: commands/user.c:810
+#, c-format
+msgid "database \"%s\" not found"
+msgstr "base de donnes %s non trouve"
+
+#: commands/user.c:832
msgid "permission denied to drop role"
msgstr "droit refus pour supprimer le rle"
-#: commands/user.c:863
+#: commands/user.c:866
#, c-format
msgid "role \"%s\" does not exist, skipping"
msgstr "le rle %s n'existe pas, poursuite du traitement"
-#: commands/user.c:875
-#: commands/user.c:879
+#: commands/user.c:878
+#: commands/user.c:882
msgid "current user cannot be dropped"
msgstr "l'utilisateur actuel ne peut pas tre supprim"
-#: commands/user.c:883
+#: commands/user.c:886
msgid "session user cannot be dropped"
msgstr "l'utilisateur de la session ne peut pas tre supprim"
-#: commands/user.c:894
+#: commands/user.c:897
msgid "must be superuser to drop superusers"
msgstr "doit tre super-utilisateur pour supprimer des super-utilisateurs"
-#: commands/user.c:907
+#: commands/user.c:910
#, c-format
msgid "role \"%s\" cannot be dropped because some objects depend on it"
msgstr "le rle %s ne peut pas tre supprim car d'autres objets en dpendent"
-#: commands/user.c:1027
+#: commands/user.c:1029
msgid "session user cannot be renamed"
msgstr "l'utilisateur de la session ne peut pas tre renomm"
-#: commands/user.c:1031
+#: commands/user.c:1033
msgid "current user cannot be renamed"
msgstr "l'utilisateur courant ne peut pas tre renomm"
-#: commands/user.c:1056
+#: commands/user.c:1058
msgid "must be superuser to rename superusers"
msgstr "doit tre super-utilisateur pour renommer les super-utilisateurs"
-#: commands/user.c:1063
+#: commands/user.c:1065
msgid "permission denied to rename role"
msgstr "droit refus pour renommer le rle"
-#: commands/user.c:1084
+#: commands/user.c:1086
msgid "MD5 password cleared because of role rename"
msgstr "mot de passe MD5 effac cause du renommage du rle"
-#: commands/user.c:1146
+#: commands/user.c:1142
msgid "column names cannot be included in GRANT/REVOKE ROLE"
msgstr "les noms de colonne ne peuvent pas tre inclus dans GRANT/REVOKE ROLE"
-#: commands/user.c:1190
+#: commands/user.c:1180
msgid "permission denied to drop objects"
msgstr "droit refus pour supprimer les objets"
-#: commands/user.c:1217
-#: commands/user.c:1226
+#: commands/user.c:1207
+#: commands/user.c:1216
msgid "permission denied to reassign objects"
msgstr "droit refus pour r-affecter les objets"
-#: commands/user.c:1299
-#: commands/user.c:1438
+#: commands/user.c:1289
+#: commands/user.c:1427
#, c-format
msgid "must have admin option on role \"%s\""
msgstr "doit avoir l'option admin sur le rle %s "
-#: commands/user.c:1307
+#: commands/user.c:1297
msgid "must be superuser to set grantor"
msgstr "doit tre super-utilisateur pour configurer le donneur de droits "
-#: commands/user.c:1332
+#: commands/user.c:1322
#, c-format
msgid "role \"%s\" is a member of role \"%s\""
msgstr "le rle %s est un membre du rle %s "
-#: commands/user.c:1348
+#: commands/user.c:1338
#, c-format
msgid "role \"%s\" is already a member of role \"%s\""
msgstr "le rle %s est dj un membre du rle %s "
-#: commands/user.c:1461
+#: commands/user.c:1450
#, c-format
msgid "role \"%s\" is not a member of role \"%s\""
msgstr "le rle %s n'est pas un membre du rle %s "
-#: commands/vacuum.c:649
+#: commands/vacuum.c:657
msgid "oldest xmin is far in the past"
msgstr "le plus ancien xmin est loin dans le pass"
-#: commands/vacuum.c:650
+#: commands/vacuum.c:658
msgid "Close open transactions soon to avoid wraparound problems."
msgstr ""
"Fermez les transactions ouvertes rapidement pour viter des problmes de\n"
"rinitialisation."
-#: commands/vacuum.c:978
+#: commands/vacuum.c:990
msgid "some databases have not been vacuumed in over 2 billion transactions"
msgstr ""
"certaines bases de donnes n'ont pas eu droit l'opration de maintenance\n"
"VACUUM depuis plus de 2 milliards de transactions"
-#: commands/vacuum.c:979
+#: commands/vacuum.c:991
msgid "You might have already suffered transaction-wraparound data loss."
msgstr ""
"Vous pouvez avoir dj souffert de pertes de donnes suite une\n"
"rinitialisation de l'identifiant des transactions."
-#: commands/vacuum.c:1111
+#: commands/vacuum.c:1125
#, c-format
msgid "skipping \"%s\" --- only superuser can vacuum it"
msgstr "ignore %s --- seul le super-utilisateur peut excuter un VACUUM"
-#: commands/vacuum.c:1115
+#: commands/vacuum.c:1129
#, c-format
msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
msgstr ""
"ignore %s --- seul le super-utilisateur ou le propritaire de la base de donnes\n"
"peuvent excuter un VACUUM"
-#: commands/vacuum.c:1119
+#: commands/vacuum.c:1133
#, c-format
msgid "skipping \"%s\" --- only table or database owner can vacuum it"
msgstr ""
"ignore %s --- seul le propritaire de la table ou de la base de donnes\n"
"peut excuter un VACUUM"
-#: commands/vacuum.c:1136
+#: commands/vacuum.c:1150
#, c-format
msgid "skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
msgstr ""
"ignore %s --- n'a pas pu excuter un VACUUM sur les index, vues ou\n"
"tables systme"
-#: commands/vacuum.c:1371
-#: commands/vacuumlazy.c:288
+#: commands/vacuum.c:1405
+#: commands/vacuumlazy.c:305
#, c-format
msgid "vacuuming \"%s.%s\""
msgstr "excution du VACUUM sur %s.%s "
-#: commands/vacuum.c:1430
-#: commands/vacuumlazy.c:408
+#: commands/vacuum.c:1464
+#: commands/vacuumlazy.c:425
#, c-format
msgid "relation \"%s\" page %u is uninitialized --- fixing"
msgstr "relation %s : la page %u n'est pas initialise --- correction en cours"
-#: commands/vacuum.c:1542
-#: commands/vacuum.c:1607
+#: commands/vacuum.c:1576
+#: commands/vacuum.c:1641
#, c-format
msgid "relation \"%s\" TID %u/%u: XMIN_COMMITTED not set for transaction %u --- cannot shrink relation"
msgstr ""
"relation %s , TID %u/%u : XMIN_COMMITTED non configur pour la\n"
"transaction %u --- n'a pas pu diminuer la taille de la relation"
-#: commands/vacuum.c:1575
+#: commands/vacuum.c:1609
#, c-format
msgid "relation \"%s\" TID %u/%u: dead HOT-updated tuple --- cannot shrink relation"
msgstr ""
"relation %s , TID %u/%u : ligne morte mise jour par HOT --- n'a pas pu\n"
"diminuer la taille de la relation"
-#: commands/vacuum.c:1646
+#: commands/vacuum.c:1680
#, c-format
msgid "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- cannot shrink relation"
msgstr ""
"relation %s , TID %u/%u : InsertTransactionInProgress %u --- n'a pas pu\n"
"diminuer la taille de la relation"
-#: commands/vacuum.c:1663
+#: commands/vacuum.c:1697
#, c-format
msgid "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- cannot shrink relation"
msgstr ""
"relation %s , TID %u/%u : DeleteTransactionInProgress %u --- n'a pas pu\n"
"diminuer la taille de la relation"
-#: commands/vacuum.c:1851
+#: commands/vacuum.c:1885
#, c-format
msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
msgstr ""
" %s : %.0f versions de ligne supprimables, %.0f non supprimables\n"
"parmi %u pages"
-#: commands/vacuum.c:1854
+#: commands/vacuum.c:1888
#, c-format
msgid ""
"%.0f dead row versions cannot be removed yet.\n"
@@ -11696,33 +12989,33 @@ msgstr ""
"disponibles.\n"
"%s."
-#: commands/vacuum.c:2762
+#: commands/vacuum.c:2804
#, c-format
msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
msgstr " %s : %u versions de ligne dplaces, %u pages tronques sur %u"
-#: commands/vacuum.c:2765
-#: commands/vacuumlazy.c:803
-#: commands/vacuumlazy.c:896
-#: commands/vacuumlazy.c:1023
+#: commands/vacuum.c:2807
+#: commands/vacuumlazy.c:820
+#: commands/vacuumlazy.c:913
+#: commands/vacuumlazy.c:1040
#, c-format
msgid "%s."
msgstr "%s."
-#: commands/vacuum.c:3337
-#: commands/vacuumlazy.c:1020
+#: commands/vacuum.c:3381
+#: commands/vacuumlazy.c:1037
#, c-format
msgid "\"%s\": truncated %u to %u pages"
msgstr " %s : %u pages tronqus en %u"
-#: commands/vacuum.c:3430
-#: commands/vacuum.c:3507
-#: commands/vacuumlazy.c:936
+#: commands/vacuum.c:3474
+#: commands/vacuum.c:3551
+#: commands/vacuumlazy.c:953
#, c-format
msgid "index \"%s\" now contains %.0f row versions in %u pages"
msgstr "l'index %s contient maintenant %.0f versions de ligne dans %u pages"
-#: commands/vacuum.c:3434
+#: commands/vacuum.c:3478
#, c-format
msgid ""
"%u index pages have been deleted, %u are currently reusable.\n"
@@ -11731,21 +13024,21 @@ msgstr ""
"%u pages d'index ont t supprimes, %u sont actuellement rutilisables.\n"
"%s."
-#: commands/vacuum.c:3449
-#: commands/vacuum.c:3528
+#: commands/vacuum.c:3493
+#: commands/vacuum.c:3572
#, c-format
msgid "index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
msgstr ""
"l'index %s contient %.0f versions de ligne, mais la table contient %.0f\n"
"versions de ligne"
-#: commands/vacuum.c:3452
-#: commands/vacuum.c:3531
+#: commands/vacuum.c:3496
+#: commands/vacuum.c:3575
msgid "Rebuild the index with REINDEX."
msgstr "Reconstruisez l'index avec REINDEX."
-#: commands/vacuum.c:3511
-#: commands/vacuumlazy.c:940
+#: commands/vacuum.c:3555
+#: commands/vacuumlazy.c:957
#, c-format
msgid ""
"%.0f index row versions were removed.\n"
@@ -11756,7 +13049,7 @@ msgstr ""
"%u pages d'index ont t supprimes, %u sont actuellement rutilisables.\n"
"%s."
-#: commands/vacuumlazy.c:234
+#: commands/vacuumlazy.c:249
#, c-format
msgid ""
"automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
@@ -11769,19 +13062,19 @@ msgstr ""
"lignes : %.0f supprims, %.0f restantes\n"
"utilisation systme : %s"
-#: commands/vacuumlazy.c:734
+#: commands/vacuumlazy.c:751
#, c-format
msgid "\"%s\": removed %.0f row versions in %u pages"
msgstr " %s : %.0f versions de ligne supprimes parmi %u pages"
-#: commands/vacuumlazy.c:739
+#: commands/vacuumlazy.c:756
#, c-format
msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages"
msgstr ""
" %s : %.0f versions de ligne supprimables, %.0f non supprimables\n"
"parmi %u pages sur %u"
-#: commands/vacuumlazy.c:742
+#: commands/vacuumlazy.c:759
#, c-format
msgid ""
"%.0f dead row versions cannot be removed yet.\n"
@@ -11794,12 +13087,12 @@ msgstr ""
"%u pages sont entirement vides.\n"
"%s."
-#: commands/vacuumlazy.c:800
+#: commands/vacuumlazy.c:817
#, c-format
msgid "\"%s\": removed %d row versions in %d pages"
msgstr " %s : %d versions de ligne supprime parmi %d pages"
-#: commands/vacuumlazy.c:893
+#: commands/vacuumlazy.c:910
#, c-format
msgid "scanned index \"%s\" to remove %d row versions"
msgstr "a parcouru l'index %s pour supprimer %d versions de lignes"
@@ -11852,43 +13145,35 @@ msgstr ""
"SET TRANSACTION ISOLATION LEVEL ne doit pas tre appel dans une\n"
"sous-transaction"
-#: commands/variable.c:731
-msgid "cannot set session authorization within security-definer function"
-msgstr "ne peut pas excuter SESSION AUTHORIZATION sur la fonction SECURITY DEFINER"
-
-#: commands/variable.c:855
-msgid "cannot set role within security-definer function"
-msgstr "ne peut pas modifier le rle avec une fonction SECURITY DEFINER"
-
-#: commands/variable.c:898
+#: commands/variable.c:865
#, c-format
msgid "permission denied to set role \"%s\""
msgstr "droit refus pour configurer le rle %s "
-#: commands/view.c:138
+#: commands/view.c:139
msgid "view must have at least one column"
msgstr "la vue doit avoir au moins une colonne"
-#: commands/view.c:259
-#: commands/view.c:271
+#: commands/view.c:260
+#: commands/view.c:272
msgid "cannot drop columns from view"
msgstr "ne peut pas supprimer les colonnes d'une vue"
-#: commands/view.c:276
+#: commands/view.c:277
#, c-format
msgid "cannot change name of view column \"%s\" to \"%s\""
msgstr "ne peut pas modifier le nom de la colonne %s de la vue en %s "
-#: commands/view.c:284
+#: commands/view.c:285
#, c-format
msgid "cannot change data type of view column \"%s\" from %s to %s"
msgstr "ne peut pas modifier le type de donnes de la colonne %s de la vue de %s %s"
-#: commands/view.c:440
+#: commands/view.c:441
msgid "CREATE VIEW specifies more column names than columns"
msgstr "CREATE VIEW spcifie plus de noms de colonnes que de colonnes"
-#: commands/view.c:456
+#: commands/view.c:457
#, c-format
msgid "view \"%s\" will be a temporary view"
msgstr "la vue %s sera une vue temporaire"
@@ -11903,231 +13188,240 @@ msgstr "le curseur %s n'est pas une requte SELECT"
msgid "cursor \"%s\" is held from a previous transaction"
msgstr "le curseur %s est dtenu par une transaction prcdente"
-#: executor/execCurrent.c:110
+#: executor/execCurrent.c:113
#, c-format
msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
msgstr "le curseur %s a plusieurs rfrences FOR UPDATE/SHARE pour la table %s "
-#: executor/execCurrent.c:119
+#: executor/execCurrent.c:122
#, c-format
msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
msgstr "le curseur %s n'a pas de rfrence FOR UPDATE/SHARE pour la table %s "
-#: executor/execCurrent.c:129
-#: executor/execCurrent.c:176
+#: executor/execCurrent.c:132
+#: executor/execCurrent.c:178
#, c-format
msgid "cursor \"%s\" is not positioned on a row"
msgstr "le curseur %s n'est pas positionn sur une ligne"
-#: executor/execCurrent.c:163
+#: executor/execCurrent.c:165
#, c-format
msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
msgstr "le curseur %s n'est pas un parcours modifiable de la table %s "
-#: executor/execCurrent.c:228
-#: executor/execQual.c:893
+#: executor/execCurrent.c:230
+#: executor/execQual.c:921
+#, c-format
+msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
+msgstr "le type de paramtre %d (%s) ne correspond pas ce qui est prpar dans le plan (%s)"
+
+#: executor/execCurrent.c:242
+#: executor/execQual.c:932
#, c-format
msgid "no value found for parameter %d"
msgstr "aucune valeur trouve pour le paramtre %d"
-#: executor/execMain.c:943
-msgid "SELECT FOR UPDATE/SHARE is not supported within a query with multiple result relations"
-msgstr ""
-"SELECT FOR UPDATE/SHARE n'est pas support dans une requte avec plusieurs\n"
-"relations"
-
-#: executor/execMain.c:1089
+#: executor/execMain.c:876
#, c-format
msgid "cannot change sequence \"%s\""
msgstr "ne peut pas modifier la squence %s "
-#: executor/execMain.c:1095
+#: executor/execMain.c:882
#, c-format
msgid "cannot change TOAST relation \"%s\""
msgstr "ne peut pas modifier la relation TOAST %s "
-#: executor/execMain.c:1101
+#: executor/execMain.c:888
#, c-format
msgid "cannot change view \"%s\""
msgstr "ne peut pas modifier la vue %s "
-#: executor/execMain.c:1107
+#: executor/execMain.c:894
#, c-format
msgid "cannot change relation \"%s\""
msgstr "ne peut pas modifier la relation %s "
-#: executor/execMain.c:1183
-#: executor/execMain.c:1193
-#: executor/execMain.c:1210
-#: executor/execMain.c:1218
-#: executor/execQual.c:618
-#: executor/execQual.c:637
-#: executor/execQual.c:647
-msgid "table row type and query-specified row type do not match"
-msgstr "Le type de ligne de la table et celui spcifi par la requte ne correspondent pas"
-
-#: executor/execMain.c:1184
-msgid "Query has too many columns."
-msgstr "La requte a trop de colonnes."
-
-#: executor/execMain.c:1194
-#: executor/execQual.c:638
-#, c-format
-msgid "Table has type %s at ordinal position %d, but query expects %s."
-msgstr "La table a le type %s la position ordinale %d alors que la requte attend %s."
-
-#: executor/execMain.c:1211
-#, c-format
-msgid "Query provides a value for a dropped column at ordinal position %d."
-msgstr ""
-"La requte fournit une valeur pour une colonne supprime la position\n"
-"ordinale %d."
-
-#: executor/execMain.c:1219
-msgid "Query has too few columns."
-msgstr "La requte n'a pas assez de colonnes."
-
-#: executor/execMain.c:2228
+#: executor/execMain.c:1319
#, c-format
msgid "null value in column \"%s\" violates not-null constraint"
msgstr "une valeur NULL viole la contrainte NOT NULL de la colonne %s "
-#: executor/execMain.c:2240
+#: executor/execMain.c:1331
#, c-format
msgid "new row for relation \"%s\" violates check constraint \"%s\""
msgstr "la nouvelle ligne viole la contrainte de vrification %s de la relation %s "
-#: executor/execQual.c:306
-#: executor/execQual.c:334
+#: executor/execQual.c:308
+#: executor/execQual.c:336
msgid "array subscript in assignment must not be null"
msgstr "l'indice du tableau dans l'affectation ne doit pas tre NULL"
-#: executor/execQual.c:559
-#: executor/execQual.c:3817
+#: executor/execQual.c:552
+#: executor/execQual.c:3790
#, c-format
msgid "attribute %d has wrong type"
msgstr "l'attribut %d a un type invalide"
-#: executor/execQual.c:560
-#: executor/execQual.c:3818
+#: executor/execQual.c:553
+#: executor/execQual.c:3791
#, c-format
msgid "Table has type %s, but query expects %s."
msgstr "La table a le type %s alors que la requte attend %s."
-#: executor/execQual.c:619
+#: executor/execQual.c:611
+#: executor/execQual.c:630
+#: executor/execQual.c:640
+#: executor/nodeModifyTable.c:82
+#: executor/nodeModifyTable.c:92
+#: executor/nodeModifyTable.c:109
+#: executor/nodeModifyTable.c:117
+msgid "table row type and query-specified row type do not match"
+msgstr "Le type de ligne de la table et celui spcifi par la requte ne correspondent pas"
+
+#: executor/execQual.c:612
#, c-format
msgid "Table row contains %d attribute, but query expects %d."
msgid_plural "Table row contains %d attributes, but query expects %d."
msgstr[0] "La ligne de la table contient %d attribut alors que la requte en attend %d."
msgstr[1] "La ligne de la table contient %d attributs alors que la requte en attend %d."
-#: executor/execQual.c:648
-#: executor/execQual.c:1363
+#: executor/execQual.c:631
+#: executor/nodeModifyTable.c:93
+#, c-format
+msgid "Table has type %s at ordinal position %d, but query expects %s."
+msgstr "La table a le type %s la position ordinale %d alors que la requte attend %s."
+
+#: executor/execQual.c:641
+#: executor/execQual.c:1402
#, c-format
msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
msgstr ""
"Le stockage physique ne correspond pas l'attribut supprim la position\n"
"ordinale %d."
-#: executor/execQual.c:1047
-#: parser/parse_func.c:88
-#: parser/parse_func.c:260
-#: parser/parse_func.c:541
+#: executor/execQual.c:1086
+#: parser/parse_func.c:91
+#: parser/parse_func.c:310
+#: parser/parse_func.c:626
#, c-format
msgid "cannot pass more than %d argument to a function"
msgid_plural "cannot pass more than %d arguments to a function"
msgstr[0] "ne peut pas passer plus de %d argument une fonction"
msgstr[1] "ne peut pas passer plus de %d arguments une fonction"
-#: executor/execQual.c:1231
+#: executor/execQual.c:1270
msgid "functions and operators can take at most one set argument"
msgstr "les fonctions et oprateurs peuvent prendre au plus un argument d'ensemble"
-#: executor/execQual.c:1281
+#: executor/execQual.c:1320
msgid "function returning setof record called in context that cannot accept type record"
msgstr ""
"la fonction renvoyant des lignes a t appele dans un contexte qui\n"
"n'accepte pas un ensemble"
-#: executor/execQual.c:1336
-#: executor/execQual.c:1352
-#: executor/execQual.c:1362
+#: executor/execQual.c:1375
+#: executor/execQual.c:1391
+#: executor/execQual.c:1401
msgid "function return row and query-specified return row do not match"
msgstr "la ligne de retour spcifie par la requte et la ligne de retour de la fonction ne correspondent pas"
-#: executor/execQual.c:1337
+#: executor/execQual.c:1376
#, 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] "La ligne renvoye contient %d attribut mais la requte en attend %d."
msgstr[1] "La ligne renvoye contient %d attributs mais la requte en attend %d."
-#: executor/execQual.c:1353
+#: executor/execQual.c:1392
#, c-format
msgid "Returned type %s at ordinal position %d, but query expects %s."
msgstr "A renvoy le type %s la position ordinale %d, mais la requte attend %s."
-#: executor/execQual.c:1606
-#: executor/execQual.c:2024
+#: executor/execQual.c:1645
+#: executor/execQual.c:2063
msgid "table-function protocol for materialize mode was not followed"
msgstr "le protocole de la fonction table pour le mode matrialis n'a pas t respect"
-#: executor/execQual.c:1626
-#: executor/execQual.c:2031
+#: executor/execQual.c:1665
+#: executor/execQual.c:2070
#, c-format
msgid "unrecognized table-function returnMode: %d"
msgstr "returnMode de la fonction table non reconnu : %d"
-#: executor/execQual.c:1946
+#: executor/execQual.c:1985
msgid "function returning set of rows cannot return null value"
msgstr ""
"la fonction renvoyant un ensemble de lignes ne peut pas renvoyer une valeur\n"
"NULL"
-#: executor/execQual.c:2191
+#: executor/execQual.c:2230
msgid "IS DISTINCT FROM does not support set arguments"
msgstr "IS DISTINCT FROM ne supporte pas les arguments d'ensemble"
-#: executor/execQual.c:2266
+#: executor/execQual.c:2305
msgid "op ANY/ALL (array) does not support set arguments"
msgstr ""
"l'oprateur ANY/ALL (pour les types array) ne supporte pas les arguments\n"
"d'ensemble"
-#: executor/execQual.c:2885
+#: executor/execQual.c:2627
+msgid "could not convert row type"
+msgstr "n'a pas pu convertir le type de ligne"
+
+#: executor/execQual.c:2858
msgid "cannot merge incompatible arrays"
msgstr "ne peut pas fusionner les tableaux incompatibles"
-#: executor/execQual.c:2886
+#: executor/execQual.c:2859
#, c-format
msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
msgstr "Le tableau avec le type d'lment %s ne peut pas tre inclus dans la construction ARRAY avec le type d'lment %s."
-#: executor/execQual.c:3469
+#: executor/execQual.c:3442
msgid "NULLIF does not support set arguments"
msgstr "NULLIF ne supporte pas les arguments d'ensemble"
-#: executor/execQual.c:4192
-#: optimizer/util/clauses.c:547
-#: parser/parse_agg.c:74
+#: executor/execQual.c:4165
+#: optimizer/util/clauses.c:555
+#: parser/parse_agg.c:158
msgid "aggregate function calls cannot be nested"
msgstr "les appels la fonction d'agrgat ne peuvent pas tre imbriqus"
-#: executor/execQual.c:4230
-#: optimizer/util/clauses.c:621
-#: parser/parse_agg.c:121
+#: executor/execQual.c:4203
+#: optimizer/util/clauses.c:629
+#: parser/parse_agg.c:205
msgid "window function calls cannot be nested"
msgstr "les appels la fonction window ne peuvent pas tre imbriqus"
-#: executor/execQual.c:4430
+#: executor/execQual.c:4403
msgid "target type is not an array"
msgstr "le type cible n'est pas un tableau"
-#: executor/execQual.c:4543
+#: executor/execQual.c:4516
#, c-format
msgid "ROW() column has type %s instead of type %s"
msgstr "une colonne ROW() a le type %s au lieu du type %s"
+#: executor/execUtils.c:1288
+#, c-format
+msgid "could not create exclusion constraint \"%s\""
+msgstr "n'a pas pu crer la contrainte d'exclusion %s "
+
+#: executor/execUtils.c:1290
+#, c-format
+msgid "Key %s conflicts with key %s."
+msgstr "La cl %s est en conflit avec la cl %s."
+
+#: executor/execUtils.c:1295
+#, fuzzy, c-format
+msgid "conflicting key value violates exclusion constraint \"%s\""
+msgstr "la valeur d'une cl duplique rompt la contrainte unique %s "
+
+#: executor/execUtils.c:1297
+#, c-format
+msgid "Key %s conflicts with existing key %s."
+msgstr "La cl %s est en conflit avec la cl existante %s."
+
#. translator: %s is a SQL statement name
#: executor/functions.c:153
#, c-format
@@ -12136,8 +13430,8 @@ msgstr "%s n'est pas autoris dans une fonction SQL"
#. translator: %s is a SQL statement name
#: executor/functions.c:160
-#: executor/spi.c:1209
-#: executor/spi.c:1771
+#: executor/spi.c:1258
+#: executor/spi.c:1849
#, c-format
msgid "%s is not allowed in a non-volatile function"
msgstr "%s n'est pas autoris dans une fonction non volatile"
@@ -12154,85 +13448,81 @@ msgstr ""
msgid "could not determine actual type of argument declared %s"
msgstr "n'a pas pu dterminer le type actuel de l'argument dclar %s"
-#: executor/functions.c:930
+#: executor/functions.c:935
#, c-format
msgid "SQL function \"%s\" statement %d"
msgstr "fonction SQL %s , instruction %d"
-#: executor/functions.c:949
+#: executor/functions.c:954
#, c-format
msgid "SQL function \"%s\" during startup"
msgstr "fonction SQL %s lors du lancement"
-#: executor/functions.c:1078
-#: executor/functions.c:1114
-#: executor/functions.c:1126
-#: executor/functions.c:1213
-#: executor/functions.c:1225
-#: executor/functions.c:1250
+#: executor/functions.c:1101
+#: executor/functions.c:1137
+#: executor/functions.c:1149
+#: executor/functions.c:1255
+#: executor/functions.c:1287
+#: executor/functions.c:1316
#, c-format
msgid "return type mismatch in function declared to return %s"
msgstr "le type de retour ne correspond pas la fonction dclarant renvoyer %s"
-#: executor/functions.c:1080
+#: executor/functions.c:1103
msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
msgstr ""
"L'instruction finale de la fonction doit tre un SELECT ou un\n"
"INSERT/UPDATE/DELETE RETURNING."
-#: executor/functions.c:1116
+#: executor/functions.c:1139
msgid "Final statement must return exactly one column."
msgstr "L'instruction finale doit renvoyer exactement une colonne."
-#: executor/functions.c:1128
+#: executor/functions.c:1151
#, c-format
msgid "Actual return type is %s."
msgstr "Le code de retour rel est %s."
-#: executor/functions.c:1215
+#: executor/functions.c:1257
msgid "Final statement returns too many columns."
msgstr "L'instruction finale renvoie beaucoup trop de colonnes."
-#: executor/functions.c:1227
+#: executor/functions.c:1289
#, c-format
msgid "Final statement returns %s instead of %s at column %d."
msgstr "L'instruction finale renvoie %s au lieu de %s pour la colonne %d."
-#: executor/functions.c:1252
+#: executor/functions.c:1318
msgid "Final statement returns too few columns."
msgstr "L'instruction finale renvoie trop peu de colonnes."
-#: executor/functions.c:1266
+#: executor/functions.c:1366
#, c-format
msgid "return type %s is not supported for SQL functions"
msgstr "le type de retour %s n'est pas support pour les fonctions SQL"
-#: executor/nodeAgg.c:1539
-#: executor/nodeWindowAgg.c:1502
+#: executor/nodeAgg.c:1715
+#: executor/nodeWindowAgg.c:1488
#, c-format
msgid "aggregate %u needs to have compatible input type and transition type"
msgstr ""
"L'agrgat %u a besoin d'avoir un type en entre compatible avec le type en\n"
"transition"
-#: executor/nodeAgg.c:1560
-msgid "DISTINCT is supported only for single-argument aggregates"
-msgstr "DISTINCT est seulement support pour les agrgats un seul argument"
-
-#: executor/nodeHashjoin.c:731
-#: executor/nodeHashjoin.c:765
+#: executor/nodeHashjoin.c:721
+#: executor/nodeHashjoin.c:755
#, c-format
msgid "could not rewind hash-join temporary file: %m"
msgstr "n'a pas pu revenir au dbut du fichier temporaire de la jointure hche : %m"
-#: executor/nodeHashjoin.c:799
-#: executor/nodeHashjoin.c:805
+#: executor/nodeHashjoin.c:789
+#: executor/nodeHashjoin.c:795
#, c-format
msgid "could not write to hash-join temporary file: %m"
msgstr "n'a pas pu crire le fichier temporaire de la jointure hche : %m"
+#: executor/nodeHashjoin.c:829
#: executor/nodeHashjoin.c:839
-#: executor/nodeHashjoin.c:849
#, c-format
msgid "could not read from hash-join temporary file: %m"
msgstr "n'a pas pu lire le fichier temporaire contenant la jointure hche : %m"
@@ -12245,59 +13535,74 @@ msgstr "OFFSET ne doit pas tre ngatif"
msgid "LIMIT must not be negative"
msgstr "LIMIT ne doit pas tre ngative"
-#: executor/nodeMergejoin.c:1509
+#: executor/nodeMergejoin.c:1507
msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
msgstr "RIGHT JOIN est support seulement avec les conditions de jointures MERGE"
-#: executor/nodeMergejoin.c:1527
-#: optimizer/path/joinpath.c:1062
+#: executor/nodeMergejoin.c:1525
+#: optimizer/path/joinpath.c:1243
msgid "FULL JOIN is only supported with merge-joinable join conditions"
msgstr "FULL JOIN est support seulement avec les conditions de jointures MERGE"
#: executor/nodeSubplan.c:308
#: executor/nodeSubplan.c:347
-#: executor/nodeSubplan.c:972
+#: executor/nodeSubplan.c:962
msgid "more than one row returned by a subquery used as an expression"
msgstr "plus d'une ligne renvoye par une sous-requte utilise comme une expression"
-#: executor/spi.c:211
+#: executor/spi.c:210
msgid "transaction left non-empty SPI stack"
msgstr "transaction gauche non vide dans la pile SPI"
-#: executor/spi.c:212
-#: executor/spi.c:276
+#: executor/spi.c:211
+#: executor/spi.c:275
msgid "Check for missing \"SPI_finish\" calls."
msgstr "Vrifiez les appels manquants SPI_finish ."
-#: executor/spi.c:275
+#: executor/spi.c:274
msgid "subtransaction left non-empty SPI stack"
msgstr "sous-transaction gauche non vide dans la pile SPI"
-#: executor/spi.c:1051
+#: executor/spi.c:1139
msgid "cannot open multi-query plan as cursor"
msgstr "ne peut pas ouvrir le plan plusieurs requtes comme curseur"
#. translator: %s is name of a SQL command, eg INSERT
-#: executor/spi.c:1056
+#: executor/spi.c:1144
#, c-format
msgid "cannot open %s query as cursor"
msgstr "ne peut pas ouvrir la requte %s comme curseur"
-#: executor/spi.c:1186
-#: parser/analyze.c:1878
+#: executor/spi.c:1235
+#: parser/analyze.c:1973
msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE n'est pas support"
-#: executor/spi.c:1187
-#: parser/analyze.c:1879
+#: executor/spi.c:1236
+#: parser/analyze.c:1974
msgid "Scrollable cursors must be READ ONLY."
msgstr "Les curseurs dplaables doivent tre en lecture seule (READ ONLY)."
-#: executor/spi.c:2062
+#: executor/spi.c:2145
#, c-format
msgid "SQL statement \"%s\""
msgstr "instruction SQL %s "
+#: executor/nodeModifyTable.c:83
+msgid "Query has too many columns."
+msgstr "La requte a trop de colonnes."
+
+#: executor/nodeModifyTable.c:110
+#, c-format
+msgid "Query provides a value for a dropped column at ordinal position %d."
+msgstr ""
+"La requte fournit une valeur pour une colonne supprime la position\n"
+"ordinale %d."
+
+#: executor/nodeModifyTable.c:118
+msgid "Query has too few columns."
+msgstr "La requte n'a pas assez de colonnes."
+
#: foreign/foreign.c:240
#, c-format
msgid "user mapping not found for \"%s\""
@@ -12313,203 +13618,173 @@ msgstr "option %s invalide"
msgid "Valid options in this context are: %s"
msgstr "Les options valides dans ce contexte sont %s"
-#: lib/stringinfo.c:246
+#: lib/stringinfo.c:266
#, c-format
msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
msgstr "Ne peut pas agrandir de %d octets le tampon de chane contenant dj %d octets"
-#: storage/buffer/bufmgr.c:129
-#: storage/buffer/bufmgr.c:233
+#: storage/buffer/bufmgr.c:130
+#: storage/buffer/bufmgr.c:234
msgid "cannot access temporary tables of other sessions"
msgstr "ne peut pas accder aux tables temporaires d'autres sessions"
-#: storage/buffer/bufmgr.c:361
+#: storage/buffer/bufmgr.c:363
#, c-format
msgid "unexpected data beyond EOF in block %u of relation %s"
msgstr ""
"donnes inattendues aprs la fin de fichier dans le bloc %u de la relation\n"
"%s"
-#: storage/buffer/bufmgr.c:363
+#: storage/buffer/bufmgr.c:365
msgid "This has been seen to occur with buggy kernels; consider updating your system."
msgstr ""
"Ceci s'est dj vu avec des noyaux buggs ; pensez mettre jour votre\n"
"systme."
-#: storage/buffer/bufmgr.c:435
+#: storage/buffer/bufmgr.c:437
#, c-format
msgid "invalid page header in block %u of relation %s; zeroing out page"
msgstr ""
"en-tte de page invalide dans le bloc %u de la relation %s ; remplacement\n"
"de la page par des zros"
-#: storage/buffer/bufmgr.c:443
+#: storage/buffer/bufmgr.c:445
#, c-format
msgid "invalid page header in block %u of relation %s"
msgstr "en-tte de page invalide dans le bloc %u de la relation %s"
-#: storage/buffer/bufmgr.c:2716
+#: storage/buffer/bufmgr.c:2670
#, c-format
msgid "could not write block %u of %s"
msgstr "n'a pas pu crire le bloc %u de %s"
-#: storage/buffer/bufmgr.c:2718
+#: storage/buffer/bufmgr.c:2672
msgid "Multiple failures --- write error might be permanent."
msgstr "checs multiples --- l'erreur d'criture pourrait tre permanent."
-#: storage/buffer/bufmgr.c:2739
+#: storage/buffer/bufmgr.c:2693
#, c-format
msgid "writing block %u of relation %s"
msgstr "criture du bloc %u de la relation %s"
-#: storage/buffer/localbuf.c:188
+#: storage/buffer/localbuf.c:189
msgid "no empty local buffer available"
msgstr "aucun tampon local vide disponible"
-#: storage/smgr/md.c:276
+#: storage/smgr/md.c:371
+#: storage/smgr/md.c:839
#, c-format
-msgid "could not create relation %s: %m"
-msgstr "n'a pas pu crer la relation %s : %m"
+msgid "could not truncate file \"%s\": %m"
+msgstr "n'a pas pu tronquer le fichier %s : %m"
-#: storage/smgr/md.c:363
-#: storage/smgr/md.c:1188
+#: storage/smgr/md.c:439
#, c-format
-msgid "could not remove relation %s: %m"
-msgstr "n'a pas pu supprimer la relation %s : %m"
+msgid "cannot extend file \"%s\" beyond %u blocks"
+msgstr "ne peut pas tendre le fichier %s de plus de %u blocs"
-#: storage/smgr/md.c:387
+#: storage/smgr/md.c:461
+#: storage/smgr/md.c:621
+#: storage/smgr/md.c:694
#, c-format
-msgid "could not remove segment %u of relation %s: %m"
-msgstr "n'a pas pu supprimer le segment %u de la relation %s : %m"
+msgid "could not seek to block %u in file \"%s\": %m"
+msgstr "n'a pas pu trouver le bloc %u dans le fichier %s : %m"
-#: storage/smgr/md.c:432
-#, c-format
-msgid "cannot extend relation %s beyond %u blocks"
-msgstr "ne peut pas tendre la relation %s de plus de %u blocs"
-
-#: storage/smgr/md.c:454
-#: storage/smgr/md.c:615
-#: storage/smgr/md.c:688
-#, c-format
-msgid "could not seek to block %u of relation %s: %m"
-msgstr "n'a pas pu se positionner sur le bloc %u de la relation %s : %m"
-
-#: storage/smgr/md.c:463
+#: storage/smgr/md.c:469
#, c-format
-msgid "could not extend relation %s: %m"
-msgstr "n'a pas pu tendre la relation %s : %m"
+msgid "could not extend file \"%s\": %m"
+msgstr "n'a pas pu tendre le fichier %s : %m"
-#: storage/smgr/md.c:465
-#: storage/smgr/md.c:472
-#: storage/smgr/md.c:714
+#: storage/smgr/md.c:471
+#: storage/smgr/md.c:478
+#: storage/smgr/md.c:720
msgid "Check free disk space."
msgstr "Vrifiez l'espace disque disponible."
-#: storage/smgr/md.c:469
+#: storage/smgr/md.c:475
#, c-format
-msgid "could not extend relation %s: wrote only %d of %d bytes at block %u"
+msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u"
msgstr ""
-"n'a pas pu tendre la relation %s : a crit seulement %d octets sur %d\n"
+"n'a pas pu tendre le fichier %s : a crit seulement %d octets sur %d\n"
"au bloc %u"
-#: storage/smgr/md.c:526
-#, c-format
-msgid "could not open relation %s: %m"
-msgstr "n'a pas pu ouvrir la relation %s : %m"
-
-#: storage/smgr/md.c:632
+#: storage/smgr/md.c:638
#, c-format
-msgid "could not read block %u of relation %s: %m"
-msgstr "n'a pas pu lire le bloc %u de la relation %s : %m"
+msgid "could not read block %u in file \"%s\": %m"
+msgstr "n'a pas pu lire le bloc %u dans le fichier %s : %m"
-#: storage/smgr/md.c:648
+#: storage/smgr/md.c:654
#, c-format
-msgid "could not read block %u of relation %s: read only %d of %d bytes"
+msgid "could not read block %u in file \"%s\": read only %d of %d bytes"
msgstr ""
-"n'a pas pu lire le bloc %u de la relation %s : a lu seulement %d octets\n"
+"n'a pas pu lire le bloc %u du fichier %s : a lu seulement %d octets\n"
"sur %d"
-#: storage/smgr/md.c:705
+#: storage/smgr/md.c:711
#, c-format
-msgid "could not write block %u of relation %s: %m"
-msgstr "n'a pas pu crire le bloc %u de la relation %s : %m"
+msgid "could not write block %u in file \"%s\": %m"
+msgstr "n'a pas pu crire le bloc %u dans le fichier %s : %m"
-#: storage/smgr/md.c:710
+#: storage/smgr/md.c:716
#, c-format
-msgid "could not write block %u of relation %s: wrote only %d of %d bytes"
+msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes"
msgstr ""
-"n'a pas pu crire le bloc %u de la relation %s : a seulement crit %d\n"
+"n'a pas pu crire le bloc %u du fichier %s : a seulement crit %d\n"
"octets sur %d"
-#: storage/smgr/md.c:779
+#: storage/smgr/md.c:815
#, c-format
-msgid "could not open segment %u of relation %s: %m"
-msgstr "n'a pas pu ouvrir le segment %u de la relation %s : %m"
+msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now"
+msgstr "n'a pas pu tronquer le fichier %s en %u blocs : il y a seulement %u blocs"
-#: storage/smgr/md.c:810
+#: storage/smgr/md.c:864
#, c-format
-msgid "could not truncate relation %s to %u blocks: it's only %u blocks now"
-msgstr "n'a pas pu tronquer la relation %s en %u blocs : il y a seulement %u blocs"
+msgid "could not truncate file \"%s\" to %u blocks: %m"
+msgstr "n'a pas pu tronquer le fichier %s en %u blocs : %m"
-#: storage/smgr/md.c:834
-#: storage/smgr/md.c:859
+#: storage/smgr/md.c:1087
#, c-format
-msgid "could not truncate relation %s to %u blocks: %m"
-msgstr "n'a pas pu tronquer la relation %s en %u blocs : %m"
-
-#: storage/smgr/md.c:904
-#: storage/smgr/md.c:1078
-#: storage/smgr/md.c:1222
-#, c-format
-msgid "could not fsync segment %u of relation %s: %m"
-msgstr ""
-"n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n"
-"%s : %m"
-
-#: storage/smgr/md.c:1083
-#, c-format
-msgid "could not fsync segment %u of relation %s but retrying: %m"
+msgid "could not fsync file \"%s\" but retrying: %m"
msgstr ""
-"n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n"
-"%s, nouvelle tentative : %m"
+"n'a pas pu synchroniser sur disque (fsync) le fichier %s , nouvelle\n"
+"tentative : %m"
-#: storage/smgr/md.c:1569
+#: storage/smgr/md.c:1586
#, c-format
-msgid "could not open segment %u of relation %s (target block %u): %m"
-msgstr "n'a pas pu ouvrir le segment %u de la relation %s (bloc cible %u) : %m"
+msgid "could not open file \"%s\" (target block %u): %m"
+msgstr "n'a pas pu ouvrir le fichier %s (bloc cible %u) : %m"
-#: storage/smgr/md.c:1592
+#: storage/smgr/md.c:1608
#, c-format
-msgid "could not seek to end of segment %u of relation %s: %m"
-msgstr "n'a pas pu se dplacer la fin du segment %u de la relation %s : %m"
+msgid "could not seek to end of file \"%s\": %m"
+msgstr "n'a pas pu trouver la fin du fichier %s : %m"
-#: storage/file/fd.c:383
+#: storage/file/fd.c:384
#, c-format
msgid "getrlimit failed: %m"
msgstr "chec de getrlimit : %m"
-#: storage/file/fd.c:473
+#: storage/file/fd.c:474
msgid "insufficient file descriptors available to start server process"
msgstr "nombre de descripteurs de fichier insuffisants pour lancer le processus serveur"
-#: storage/file/fd.c:474
+#: storage/file/fd.c:475
#, c-format
msgid "System allows %d, we need at least %d."
msgstr "Le systme autorise %d, nous avons besoin d'au moins %d."
-#: storage/file/fd.c:515
-#: storage/file/fd.c:1376
-#: storage/file/fd.c:1491
+#: storage/file/fd.c:516
+#: storage/file/fd.c:1400
+#: storage/file/fd.c:1515
#, c-format
msgid "out of file descriptors: %m; release and retry"
msgstr "plus de descripteurs de fichiers : %m; quittez et r-essayez"
-#: storage/file/fd.c:1043
+#: storage/file/fd.c:1049
#, c-format
msgid "temporary file: path \"%s\", size %lu"
msgstr "fichier temporaire : chemin %s , taille %lu"
-#: storage/file/fd.c:1550
+#: storage/file/fd.c:1574
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "n'a pas pu lire le rpertoire %s : %m"
@@ -12539,12 +13814,18 @@ msgstr "longueurs d'lment corrompus : total %u, espace disponible %u"
msgid "corrupted item pointer: offset = %u, size = %u"
msgstr "pointeur d'lment corrompu : dcalage = %u, taille = %u"
-#: storage/large_object/inv_api.c:545
-#: storage/large_object/inv_api.c:736
+#: storage/large_object/inv_api.c:550
+#: storage/large_object/inv_api.c:747
#, c-format
msgid "large object %u was not opened for writing"
msgstr "le Large Object %u n'a pas t ouvert en criture"
+#: storage/large_object/inv_api.c:557
+#: storage/large_object/inv_api.c:754
+#, c-format
+msgid "large object %u was already dropped"
+msgstr "le Large Object %u a dj t supprim"
+
#: storage/lmgr/deadlock.c:915
#, c-format
msgid "Process %d waits for %s on %s; blocked by process %d."
@@ -12624,38 +13905,38 @@ msgstr "Vous pourriez avoir besoin d'augmenter max_locks_per_transaction."
msgid "Not enough memory for reassigning the prepared transaction's locks."
msgstr "Pas assez de mmoire pour raffecter les verrous des transactions prpares."
-#: storage/lmgr/proc.c:275
+#: storage/lmgr/proc.c:283
#: storage/ipc/procarray.c:151
-#: storage/ipc/sinvaladt.c:293
-#: postmaster/postmaster.c:1777
+#: storage/ipc/sinvaladt.c:294
+#: postmaster/postmaster.c:1790
msgid "sorry, too many clients already"
msgstr "dsol, trop de clients sont dj connects"
-#: storage/lmgr/proc.c:966
+#: storage/lmgr/proc.c:968
#, c-format
msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms"
msgstr ""
"le processus %d a vit un verrou mortel pour %s sur %s en modifiant l'ordre\n"
"de la queue aprs %ld.%03d ms"
-#: storage/lmgr/proc.c:978
+#: storage/lmgr/proc.c:980
#, c-format
msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
msgstr ""
"le processus %d a dtect un verrou mortel alors qu'il tait en attente de\n"
"%s sur %s aprs %ld.%03d ms"
-#: storage/lmgr/proc.c:984
+#: storage/lmgr/proc.c:986
#, c-format
msgid "process %d still waiting for %s on %s after %ld.%03d ms"
msgstr "le processus %d est toujours en attente de %s sur %s aprs %ld.%03d ms"
-#: storage/lmgr/proc.c:988
+#: storage/lmgr/proc.c:990
#, c-format
msgid "process %d acquired %s on %s after %ld.%03d ms"
msgstr "le processus %d a acquis %s sur %s aprs %ld.%03d ms"
-#: storage/lmgr/proc.c:1004
+#: storage/lmgr/proc.c:1006
#, c-format
msgid "process %d failed to acquire %s on %s after %ld.%03d ms"
msgstr "le processus %d a chou pour l'acquisition de %s sur %s aprs %ld.%03d ms"
@@ -12987,1149 +14268,320 @@ msgstr "%s : UID effectif invalide : %d\n"
msgid "%s: could not determine user name (GetUserName failed)\n"
msgstr "%s : n'a pas pu dterminer le nom de l'utilisateur (GetUserName a chou)\n"
-#: libpq/auth.c:224
-#, c-format
-msgid "authentication failed for user \"%s\": host rejected"
-msgstr "authentification choue pour l'utilisateur %s : hte rejet"
-
-#: libpq/auth.c:227
-#, c-format
-msgid "Kerberos 5 authentication failed for user \"%s\""
-msgstr "authentification Kerberos 5 choue pour l'utilisateur %s "
-
-#: libpq/auth.c:230
-#, c-format
-msgid "GSSAPI authentication failed for user \"%s\""
-msgstr "authentification GSSAPI choue pour l'utilisateur %s "
-
-#: libpq/auth.c:233
-#, c-format
-msgid "SSPI authentication failed for user \"%s\""
-msgstr "authentification SSPI choue pour l'utilisateur %s "
-
-#: libpq/auth.c:236
-#, c-format
-msgid "\"trust\" authentication failed for user \"%s\""
-msgstr "authentification trust choue pour l'utilisateur %s "
-
-#: libpq/auth.c:239
-#, c-format
-msgid "Ident authentication failed for user \"%s\""
-msgstr "authentification Ident choue pour l'utilisateur %s "
-
-#: libpq/auth.c:243
-#, c-format
-msgid "password authentication failed for user \"%s\""
-msgstr "authentification par mot de passe choue pour l'utilisateur %s "
-
-#: libpq/auth.c:246
-#, c-format
-msgid "PAM authentication failed for user \"%s\""
-msgstr "authentification PAM choue pour l'utilisateur %s "
-
-#: libpq/auth.c:249
-#, c-format
-msgid "LDAP authentication failed for user \"%s\""
-msgstr "authentification LDAP choue pour l'utilisateur %s "
-
-#: libpq/auth.c:252
-#, c-format
-msgid "authentication failed for user \"%s\": invalid authentication method"
-msgstr ""
-"authentification choue pour l'utilisateur %s :\n"
-"mthode d'authentification invalide"
-
-#: libpq/auth.c:281
-msgid "missing or erroneous pg_hba.conf file"
-msgstr "fichier pg_hba.conf manquant ou erron"
-
-#: libpq/auth.c:282
-msgid "See server log for details."
-msgstr "Voir les journaux applicatifs du serveur pour plus de dtails."
-
-#: libpq/auth.c:303
-msgid "connection requires a valid client certificate"
-msgstr "la connexion requiert un certificat client valide"
-
-#: libpq/auth.c:344
-msgid "SSL on"
-msgstr "SSL actif"
-
-#: libpq/auth.c:344
-msgid "SSL off"
-msgstr "SSL inactif"
-
-#: libpq/auth.c:342
-#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
-msgstr ""
-"aucune entre dans pg_hba.conf pour l'hte %s , utilisateur %s ,\n"
-"base de donnes %s , %s"
-
-#: libpq/auth.c:348
-#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
-msgstr ""
-"aucune entre dans pg_hba.conf pour l'hte %s , utilisateur %s ,\n"
-"base de donnes %s "
-
-#: libpq/auth.c:404
-#, c-format
-msgid "could not enable credential reception: %m"
-msgstr "n'a pas pu activer la rception de lettres de crance : %m"
-
-#: libpq/auth.c:417
-#: libpq/hba.c:856
-msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled"
-msgstr "l'authentification MD5 n'est pas supporte quand db_user_namespace est activ"
-
-#: libpq/auth.c:534
-#, c-format
-msgid "expected password response, got message type %d"
-msgstr "en attente du mot de passe, a reu un type de message %d"
-
-#: libpq/auth.c:562
-msgid "invalid password packet size"
-msgstr "taille du paquet du mot de passe invalide"
-
-#: libpq/auth.c:566
-msgid "received password packet"
-msgstr "paquet du mot de passe reu"
-
-#: libpq/auth.c:624
-#, c-format
-msgid "Kerberos initialization returned error %d"
-msgstr "l'initialisation de Kerberos a retourn l'erreur %d"
-
-#: libpq/auth.c:634
-#, c-format
-msgid "Kerberos keytab resolving returned error %d"
-msgstr "la rsolution keytab de Kerberos a renvoy l'erreur %d"
-
-#: libpq/auth.c:658
-#, c-format
-msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
-msgstr "sname_to_principal( %s , %s ) de Kerberos a renvoy l'erreur %d"
-
-#: libpq/auth.c:706
-#, c-format
-msgid "Kerberos recvauth returned error %d"
-msgstr "recvauth de Kerberos a renvoy l'erreur %d"
-
-#: libpq/auth.c:729
-#, c-format
-msgid "Kerberos unparse_name returned error %d"
-msgstr "unparse_name de Kerberos a renvoy l'erreur %d"
-
-#: libpq/auth.c:852
-#, c-format
-msgid "%s: %s"
-msgstr "%s : %s"
-
-#: libpq/auth.c:878
-msgid "GSSAPI is not supported in protocol version 2"
-msgstr "GSSAPI n'est pas support dans le protocole de version 2"
-
-#: libpq/auth.c:933
-#, c-format
-msgid "expected GSS response, got message type %d"
-msgstr "en attente d'une rponse GSS, a reu un message de type %d"
-
-#: libpq/auth.c:996
-msgid "accepting GSS security context failed"
-msgstr "chec de l'acceptation du contexte de scurit GSS"
-
-#: libpq/auth.c:1022
-msgid "retrieving GSS user name failed"
-msgstr "chec lors de la rcupration du nom de l'utilisateur avec GSS"
-
-#: libpq/auth.c:1095
-#, c-format
-msgid "SSPI error %x"
-msgstr "erreur SSPI : %x"
-
-#: libpq/auth.c:1099
-#, c-format
-msgid "%s (%x)"
-msgstr "%s (%x)"
-
-#: libpq/auth.c:1139
-msgid "SSPI is not supported in protocol version 2"
-msgstr "SSPI n'est pas support dans le protocole de version 2"
-
-#: libpq/auth.c:1154
-msgid "could not acquire SSPI credentials"
-msgstr "n'a pas pu obtenir les pices d'identit SSPI"
-
-#: libpq/auth.c:1171
-#, c-format
-msgid "expected SSPI response, got message type %d"
-msgstr "en attente d'une rponse SSPI, a reu un message de type %d"
-
-#: libpq/auth.c:1243
-msgid "could not accept SSPI security context"
-msgstr "n'a pas pu accepter le contexte de scurit SSPI"
-
-#: libpq/auth.c:1299
-msgid "could not get token from SSPI security context"
-msgstr "n'a pas pu obtenir le jeton du contexte de scurit SSPI"
-
-#: libpq/auth.c:1542
-#, c-format
-msgid "could not create socket for Ident connection: %m"
-msgstr "n'a pas pu crer le socket pour la connexion Ident : %m"
-
-#: libpq/auth.c:1557
-#, c-format
-msgid "could not bind to local address \"%s\": %m"
-msgstr "n'a pas pu se lier l'adresse locale %s : %m"
-
-#: libpq/auth.c:1569
-#, c-format
-msgid "could not connect to Ident server at address \"%s\", port %s: %m"
-msgstr "n'a pas pu se connecter au serveur Ident l'adresse %s , port %s : %m"
-
-#: libpq/auth.c:1589
-#, c-format
-msgid "could not send query to Ident server at address \"%s\", port %s: %m"
-msgstr "n'a pas pu envoyer la requte au serveur Ident l'adresse %s , port %s : %m"
-
-#: libpq/auth.c:1604
-#, c-format
-msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
-msgstr ""
-"n'a pas pu recevoir la rponse du serveur Ident l'adresse %s , port %s :\n"
-"%m"
-
-#: libpq/auth.c:1614
-#, c-format
-msgid "invalidly formatted response from Ident server: \"%s\""
-msgstr "rponse mal formate du serveur Ident : %s "
-
-#: libpq/auth.c:1649
-#: libpq/auth.c:1679
-#: libpq/auth.c:1707
-#: libpq/auth.c:1783
-#, c-format
-msgid "could not get peer credentials: %m"
-msgstr "n'a pas pu obtenir l'authentification de l'autre : %m"
-
-#: libpq/auth.c:1658
-#: libpq/auth.c:1688
-#: libpq/auth.c:1725
-#: libpq/auth.c:1794
-#, c-format
-msgid "local user with ID %d does not exist"
-msgstr "l'utilisateur local dont l'identifiant est %d n'existe pas"
-
-#: libpq/auth.c:1715
-#, c-format
-msgid "could not get effective UID from peer credentials: %m"
-msgstr "n'a pas pu obtenir l'UID rel partir des pices d'identit de l'autre : %m"
-
-#: libpq/auth.c:1805
-msgid "Ident authentication is not supported on local connections on this platform"
-msgstr "l'authentification Ident n'est pas supporte sur les connexions locales sur cette plateforme"
-
-#: libpq/auth.c:1874
-#, c-format
-msgid "error from underlying PAM layer: %s"
-msgstr "erreur provenant de la couche PAM : %s"
-
-#: libpq/auth.c:1879
-#, c-format
-msgid "unsupported PAM conversation %d/%s"
-msgstr "conversation PAM %d/%s non supporte"
-
-#: libpq/auth.c:1911
-#: libpq/auth.c:2072
-msgid "empty password returned by client"
-msgstr "mot de passe vide renvoy par le client"
-
-#: libpq/auth.c:1971
-#, c-format
-msgid "could not create PAM authenticator: %s"
-msgstr "n'a pas pu crer l'authenticateur PAM : %s"
-
-#: libpq/auth.c:1982
-#, c-format
-msgid "pam_set_item(PAM_USER) failed: %s"
-msgstr "pam_set_item(PAM_USER) a chou : %s"
-
-#: libpq/auth.c:1993
-#, c-format
-msgid "pam_set_item(PAM_CONV) failed: %s"
-msgstr "pam_set_item(PAM_CONV) a chou : %s"
-
-#: libpq/auth.c:2004
-#, c-format
-msgid "pam_authenticate failed: %s"
-msgstr "pam_authenticate a chou : %s"
-
-#: libpq/auth.c:2015
-#, c-format
-msgid "pam_acct_mgmt failed: %s"
-msgstr "pam_acct_mgmt a chou : %s"
-
-#: libpq/auth.c:2026
-#, c-format
-msgid "could not release PAM authenticator: %s"
-msgstr "n'a pas pu fermer l'authenticateur PAM : %s"
-
-#: libpq/auth.c:2056
-msgid "LDAP server not specified"
-msgstr "serveur LDAP non prcis"
-
-#: libpq/auth.c:2081
-#: libpq/auth.c:2085
-#, c-format
-msgid "could not initialize LDAP: error code %d"
-msgstr "n'a pas pu initialiser LDAP : code d'erreur %d"
-
-#: libpq/auth.c:2095
-#, c-format
-msgid "could not set LDAP protocol version: error code %d"
-msgstr "n'a pas pu initialiser la version du protocole LDAP : code d'erreur %d"
-
-#: libpq/auth.c:2124
-msgid "could not load wldap32.dll"
-msgstr "n'a pas pu charger wldap32.dll"
-
-#: libpq/auth.c:2132
-msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
-msgstr "n'a pas pu charger la fonction _ldap_start_tls_sA de wldap32.dll"
-
-#: libpq/auth.c:2133
-msgid "LDAP over SSL is not supported on this platform."
-msgstr "LDAP via SSL n'est pas support sur cette plateforme."
-
-#: libpq/auth.c:2148
-#, c-format
-msgid "could not start LDAP TLS session: error code %d"
-msgstr "n'a pas pu dmarrer la session TLS LDAP : code d'erreur %d"
-
-#: libpq/auth.c:2165
-#, c-format
-msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
-msgstr ""
-"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s :\n"
-"code d'erreur %d"
-
-#: libpq/auth.c:2190
-#, c-format
-msgid "Certificate login failed for user \"%s\": client certificate contains no username"
-msgstr ""
-"La connexion par certificat a chou pour l'utilisateur %s :\n"
-"le certificat du client ne contient aucun nom d'utilisateur"
-
-#: libpq/be-fsstubs.c:127
-#: libpq/be-fsstubs.c:157
-#: libpq/be-fsstubs.c:172
-#: libpq/be-fsstubs.c:197
-#: libpq/be-fsstubs.c:244
-#: libpq/be-fsstubs.c:483
-#, c-format
-msgid "invalid large-object descriptor: %d"
-msgstr "descripteur invalide de Large Object : %d"
-
-#: libpq/be-fsstubs.c:177
-#, c-format
-msgid "large object descriptor %d was not opened for writing"
-msgstr "le descripteur %d du Large Object n'a pas t ouvert pour l'criture"
-
-#: libpq/be-fsstubs.c:357
-msgid "must be superuser to use server-side lo_import()"
-msgstr "doit tre super-utilisateur pour utiliser lo_import() du ct serveur"
-
-#: libpq/be-fsstubs.c:358
-msgid "Anyone can use the client-side lo_import() provided by libpq."
-msgstr "Tout le monde peut utiliser lo_import(), fourni par libpq, du ct client."
-
-#: libpq/be-fsstubs.c:371
-#, c-format
-msgid "could not open server file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier serveur %s : %m"
-
-#: libpq/be-fsstubs.c:393
-#, c-format
-msgid "could not read server file \"%s\": %m"
-msgstr "n'a pas pu lire le fichier serveur %s : %m"
-
-#: libpq/be-fsstubs.c:423
-msgid "must be superuser to use server-side lo_export()"
-msgstr "doit tre super-utilisateur pour utiliser lo_export() du ct serveur"
-
-#: libpq/be-fsstubs.c:424
-msgid "Anyone can use the client-side lo_export() provided by libpq."
-msgstr "Tout le monde peut utiliser lo_export(), fournie par libpq, du ct client."
-
-#: libpq/be-fsstubs.c:448
-#, c-format
-msgid "could not create server file \"%s\": %m"
-msgstr "n'a pas pu crer le fichier serveur %s : %m"
-
-#: libpq/be-fsstubs.c:460
-#, c-format
-msgid "could not write server file \"%s\": %m"
-msgstr "n'a pas pu crire le fichier serveur %s : %m"
-
-#: libpq/be-secure.c:275
-#: libpq/be-secure.c:369
-#, c-format
-msgid "SSL error: %s"
-msgstr "erreur SSL : %s"
-
-#: libpq/be-secure.c:284
-#: libpq/be-secure.c:378
-#: libpq/be-secure.c:934
-#, c-format
-msgid "unrecognized SSL error code: %d"
-msgstr "code d'erreur SSL inconnu : %d"
-
-#: libpq/be-secure.c:323
-#: libpq/be-secure.c:327
-#: libpq/be-secure.c:337
-msgid "SSL renegotiation failure"
-msgstr "chec lors de la re-ngotiation SSL"
-
-#: libpq/be-secure.c:331
-msgid "SSL failed to send renegotiation request"
-msgstr "SSL a chou lors de l'envoi de la requte de re-ngotiation"
-
-#: libpq/be-secure.c:726
-#, c-format
-msgid "could not create SSL context: %s"
-msgstr "n'a pas pu crer le contexte SSL : %s"
-
-#: libpq/be-secure.c:736
-#, c-format
-msgid "could not load server certificate file \"%s\": %s"
-msgstr "n'a pas pu charger le fichier du certificat serveur %s : %s"
-
-#: libpq/be-secure.c:742
-#, c-format
-msgid "could not access private key file \"%s\": %m"
-msgstr "n'a pas pu accder au fichier de la cl prive %s : %m"
-
-#: libpq/be-secure.c:757
-#, c-format
-msgid "private key file \"%s\" has group or world access"
-msgstr ""
-"le fichier de cl priv %s est accessible par le groupe et/ou par les\n"
-"autres"
-
-#: libpq/be-secure.c:759
-msgid "Permissions should be u=rw (0600) or less."
-msgstr "Les droits devraient tre u=rwx (0600) ou infrieures."
-
-#: libpq/be-secure.c:766
-#, c-format
-msgid "could not load private key file \"%s\": %s"
-msgstr "n'a pas pu charger le fichier de cl prive %s : %s"
-
-#: libpq/be-secure.c:771
-#, c-format
-msgid "check of private key failed: %s"
-msgstr "chec de la vrification de la cl prive : %s"
-
-#: libpq/be-secure.c:800
-#, c-format
-msgid "could not access root certificate file \"%s\": %m"
-msgstr "n'a pas pu accder au fichier du certificat racine %s : %m"
-
-#: libpq/be-secure.c:813
-#, c-format
-msgid "could not load root certificate file \"%s\": %s"
-msgstr "n'a pas pu charger le fichier du certificat racine %s : %s"
-
-#: libpq/be-secure.c:835
-#, c-format
-msgid "SSL certificate revocation list file \"%s\" ignored"
-msgstr "liste de rvocation des certificats SSL %s ignore"
-
-#: libpq/be-secure.c:837
-msgid "SSL library does not support certificate revocation lists."
-msgstr "La bibliothque SSL ne supporte pas les listes de rvocation des certificats."
-
-#: libpq/be-secure.c:843
-#, c-format
-msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
-msgstr "liste de rvocation des certificats SSL %s introuvable, continue : %s"
-
-#: libpq/be-secure.c:845
-msgid "Certificates will not be checked against revocation list."
-msgstr "Les certificats ne seront pas vrifis avec la liste de rvocation."
-
-#: libpq/be-secure.c:879
-#, c-format
-msgid "could not initialize SSL connection: %s"
-msgstr "n'a pas pu initialiser la connexion SSL : %s"
-
-#: libpq/be-secure.c:888
-#, c-format
-msgid "could not set SSL socket: %s"
-msgstr "n'a pas pu crer le socket SSL : %s"
-
-#: libpq/be-secure.c:914
-#, c-format
-msgid "could not accept SSL connection: %m"
-msgstr "n'a pas pu accepter la connexion SSL : %m"
-
-#: libpq/be-secure.c:918
-#: libpq/be-secure.c:929
-msgid "could not accept SSL connection: EOF detected"
-msgstr "n'a pas pu accepter la connexion SSL : fin de fichier dtect"
-
-#: libpq/be-secure.c:923
-#, c-format
-msgid "could not accept SSL connection: %s"
-msgstr "n'a pas pu accepter la connexion SSL : %s"
-
-#: libpq/be-secure.c:961
-#, c-format
-msgid "SSL connection from \"%s\""
-msgstr "connexion SSL de %s "
-
-#: libpq/be-secure.c:1005
-msgid "no SSL error reported"
-msgstr "aucune erreur SSL reporte"
-
-#: libpq/be-secure.c:1009
-#, c-format
-msgid "SSL error code %lu"
-msgstr "erreur SSL %lu"
-
-#: libpq/hba.c:152
-#, c-format
-msgid "authentication file token too long, skipping: \"%s\""
-msgstr "jeton du fichier d'authentification trop long, ignore : %s "
-
-#: libpq/hba.c:341
-#, c-format
-msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
-msgstr ""
-"n'a pas pu ouvrir le fichier d'authentification secondaire @%s comme\n"
-" %s : %m"
-
-#. translator: the second %s is a list of auth methods
-#: libpq/hba.c:582
-#, c-format
-msgid "authentication option \"%s\" is only valid for authentication methods %s"
-msgstr ""
-"l'option d'authentification %s est seulement valide pour les mthodes\n"
-"d'authentification %s "
-
-#: libpq/hba.c:598
-#, c-format
-msgid "authentication method \"%s\" requires argument \"%s\" to be set"
-msgstr "la mthode d'authentification %s requiert un argument %s pour tremise en place"
-
-#: libpq/hba.c:644
-msgid "hostssl not supported on this platform"
-msgstr "hostssl non support sur cette plateforme"
-
-#: libpq/hba.c:645
-msgid "compile with --enable-ssl to use SSL connections"
-msgstr "compilez avec --enable-ssl pour utiliser les connexions SSL"
-
-#: libpq/hba.c:667
-#, c-format
-msgid "invalid connection type \"%s\""
-msgstr "type de connexion %s invalide"
-
-#: libpq/hba.c:680
-msgid "end-of-line before database specification"
-msgstr "fin de ligne avant la spcification de la base de donnes"
-
-#: libpq/hba.c:693
-msgid "end-of-line before role specification"
-msgstr "fin de ligne avant la spcification du rle"
-
-#: libpq/hba.c:708
-msgid "end-of-line before IP address specification"
-msgstr "fin de ligne avant la spcification de l'adresse IP"
-
-#: libpq/hba.c:735
-#, c-format
-msgid "invalid IP address \"%s\": %s"
-msgstr "adresse IP %s invalide : %s"
-
-#: libpq/hba.c:760
-#, c-format
-msgid "invalid CIDR mask in address \"%s\""
-msgstr "masque CIDR invalide dans l'adresse %s "
-
-#: libpq/hba.c:775
-msgid "end-of-line before netmask specification"
-msgstr "fin de ligne avant la spcification du masque rseau"
-
-#: libpq/hba.c:787
-#, c-format
-msgid "invalid IP mask \"%s\": %s"
-msgstr "masque IP %s invalide : %s"
-
-#: libpq/hba.c:803
-#, c-format
-msgid "IP address and mask do not match in file \"%s\" line %d"
-msgstr "l'adresse IP et le masque ne correspondent pas dans le fichier %s , ligne %d"
-
-#: libpq/hba.c:816
-msgid "end-of-line before authentication method"
-msgstr "fin de ligne avant la mthode d'authentification"
-
-#: libpq/hba.c:883
-#, c-format
-msgid "invalid authentication method \"%s\""
-msgstr "mthode d'authentification %s invalide"
-
-#: libpq/hba.c:894
-#, c-format
-msgid "invalid authentication method \"%s\": not supported on this platform"
-msgstr ""
-"mthode d'authentification %s invalide : non supporte sur cette\n"
-"plateforme"
-
-#: libpq/hba.c:907
-msgid "krb5 authentication is not supported on local sockets"
-msgstr ""
-"l'authentification krb5 n'est pas supporte sur les connexions locales par\n"
-"socket"
-
-#: libpq/hba.c:918
-msgid "cert authentication is only supported on hostssl connections"
-msgstr "l'authentification cert est seulement supporte sur les connexions hostssl"
-
-#: libpq/hba.c:941
-#, c-format
-msgid "authentication option not in name=value format: %s"
-msgstr "l'option d'authentification n'est pas dans le format nom=valeur : %s"
-
-#: libpq/hba.c:956
-msgid "ident, krb5, gssapi, sspi and cert"
-msgstr "ident, krb5, gssapi, sspi et cert"
-
-#: libpq/hba.c:970
-msgid "clientcert can only be configured for \"hostssl\" rows"
-msgstr "clientcert peut seulement tre configur pour les lignes hostssl "
-
-#: libpq/hba.c:981
-msgid "client certificates can only be checked if a root certificate store is available"
-msgstr ""
-"les certificats cert peuvent seulement tre vrifis si un emplacement de\n"
-"certificat racine est disponible"
-
-#: libpq/hba.c:982
-msgid "make sure the root certificate store is present and readable"
-msgstr "assurez-vous que le certificat racine est prsent et lisible"
-
-#: libpq/hba.c:995
-msgid "clientcert can not be set to 0 when using \"cert\" authentication"
-msgstr "clientcert ne peut pas tre initialis 0 si vous utilisez l'authentification cert "
-
-#: libpq/hba.c:1029
-#, c-format
-msgid "invalid LDAP port number: \"%s\""
-msgstr "numro de port LDAP invalide : %s "
-
-#: libpq/hba.c:1055
-#: libpq/hba.c:1063
-msgid "krb5, gssapi and sspi"
-msgstr "krb5, gssapi et sspi"
-
-#: libpq/hba.c:1073
-#, c-format
-msgid "unknown authentication option name: \"%s\""
-msgstr "nom d'option de l'authentification inconnu : %s "
-
-#: libpq/hba.c:1498
-#, c-format
-msgid "invalid regular expression \"%s\": %s"
-msgstr "expression rationnelle invalide %s : %s"
-
-#: libpq/hba.c:1520
-#, c-format
-msgid "regular expression match for \"%s\" failed: %s"
-msgstr "la correspondance de l'expression rationnelle pour %s a chou : %s"
-
-#: libpq/hba.c:1537
-#, c-format
-msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\""
-msgstr ""
-"l'expression rationnelle %s n'a pas de sous-expressions comme celle\n"
-"demande par la rfrence dans %s "
-
-#: libpq/hba.c:1603
-#, c-format
-msgid "missing entry in file \"%s\" at end of line %d"
-msgstr "entre manquante dans le fichier %s la fin de la ligne %d"
-
-#: libpq/hba.c:1644
-#, c-format
-msgid "provided username (%s) and authenticated username (%s) don't match"
-msgstr ""
-"le nom d'utilisateur (%s) et le nom d'utilisateur authentifi (%s) ne\n"
-"correspondent pas"
-
-#: libpq/hba.c:1665
-#, c-format
-msgid "no match in usermap for user \"%s\" authenticated as \"%s\""
-msgstr ""
-"pas de correspondance dans la carte utilisateur pour l'utilisateur %s \n"
-"authentifi comme %s "
-
-#: libpq/hba.c:1667
-#, c-format
-msgid "usermap \"%s\""
-msgstr "correspondance utilisateur %s "
-
-#: libpq/hba.c:1690
-#, c-format
-msgid "could not open Ident usermap file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier usermap %s d'Ident : %m"
-
-#: libpq/pqcomm.c:289
-#, c-format
-msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
-msgstr "n'a pas pu rsoudre le nom de l'hte %s , service %s par l'adresse : %s"
-
-#: libpq/pqcomm.c:293
-#, c-format
-msgid "could not translate service \"%s\" to address: %s"
-msgstr "n'a pas pu rsoudre le service %s par l'adresse : %s"
-
-#: libpq/pqcomm.c:320
-#, c-format
-msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
-msgstr "n'a pas pu se lier toutes les adresses requises : MAXLISTEN (%d) dpass"
-
-#: libpq/pqcomm.c:329
-msgid "IPv4"
-msgstr "IPv4"
-
-#: libpq/pqcomm.c:333
-msgid "IPv6"
-msgstr "IPv6"
-
-#: libpq/pqcomm.c:338
-msgid "Unix"
-msgstr "Unix"
-
-#: libpq/pqcomm.c:343
-#, c-format
-msgid "unrecognized address family %d"
-msgstr "famille d'adresse %d non reconnue"
-
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:354
-#, c-format
-msgid "could not create %s socket: %m"
-msgstr "n'a pas pu crer le socket %s : %m"
-
-#: libpq/pqcomm.c:379
-#, c-format
-msgid "setsockopt(SO_REUSEADDR) failed: %m"
-msgstr "setsockopt(SO_REUSEADDR) a chou : %m"
-
-#: libpq/pqcomm.c:394
-#, c-format
-msgid "setsockopt(IPV6_V6ONLY) failed: %m"
-msgstr "setsockopt(IPV6_V6ONLY) a chou : %m"
-
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:413
-#, c-format
-msgid "could not bind %s socket: %m"
-msgstr "n'a pas pu se lier la socket %s : %m"
-
-#: libpq/pqcomm.c:416
-#, c-format
-msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
-msgstr "Un autre postmaster fonctionne-t'il dj sur le port %d ?Sinon, supprimez le fichier socket %s et ressayez."
-
-#: libpq/pqcomm.c:419
-#, c-format
-msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
-msgstr ""
-"Un autre postmaster fonctionne-t'il dj sur le port %d ?\n"
-"Sinon, attendez quelques secondes et ressayez."
-
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:452
-#, c-format
-msgid "could not listen on %s socket: %m"
-msgstr "n'a pas pu couter sur le socket %s : %m"
-
-#: libpq/pqcomm.c:532
-#, c-format
-msgid "group \"%s\" does not exist"
-msgstr "le groupe %s n'existe pas"
-
-#: libpq/pqcomm.c:542
-#, c-format
-msgid "could not set group of file \"%s\": %m"
-msgstr "n'a pas pu initialiser le groupe du fichier %s : %m"
-
-#: libpq/pqcomm.c:553
-#, c-format
-msgid "could not set permissions of file \"%s\": %m"
-msgstr "n'a pas pu initialiser les droits du fichier %s : %m"
-
-#: libpq/pqcomm.c:583
-#, c-format
-msgid "could not accept new connection: %m"
-msgstr "n'a pas pu accepter la nouvelle connexion : %m"
-
-#: libpq/pqcomm.c:769
-#, c-format
-msgid "could not receive data from client: %m"
-msgstr "n'a pas pu recevoir les donnes du client : %m"
-
-#: libpq/pqcomm.c:956
-msgid "unexpected EOF within message length word"
-msgstr "fin de fichier (EOF) inattendue l'intrieur de la longueur du message"
-
-#: libpq/pqcomm.c:967
-msgid "invalid message length"
-msgstr "longueur du message invalide"
-
-#: libpq/pqcomm.c:989
-#: libpq/pqcomm.c:999
-msgid "incomplete message from client"
-msgstr "message incomplet du client"
-
-#: libpq/pqcomm.c:1108
-#, c-format
-msgid "could not send data to client: %m"
-msgstr "n'a pas pu envoyer les donnes au client : %m"
-
-#: libpq/pqformat.c:463
-msgid "no data left in message"
-msgstr "pas de donnes dans le message"
-
-#: libpq/pqformat.c:529
-msgid "binary value is out of range for type bigint"
-msgstr "la valeur binaire est en dehors des limites du type bigint"
-
-#: libpq/pqformat.c:691
-msgid "invalid string in message"
-msgstr "chane invalide dans le message"
-
-#: libpq/pqformat.c:707
-msgid "invalid message format"
-msgstr "format du message invalide"
-
-#: optimizer/util/clauses.c:3796
-#, c-format
-msgid "SQL function \"%s\" during inlining"
-msgstr "fonction SQL %s durant inlining "
-
-#: optimizer/prep/preptlist.c:132
-msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries"
-msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris dans les sous-requtes"
-
-#: optimizer/prep/prepunion.c:373
-msgid "could not implement recursive UNION"
-msgstr "n'a pas pu implant le UNION rcursif"
-
-#: optimizer/prep/prepunion.c:374
-msgid "All column datatypes must be hashable."
-msgstr "Tous les types de donnes colonnes doivent tre hachables."
-
-#. translator: %s is UNION, INTERSECT, or EXCEPT
-#: optimizer/prep/prepunion.c:767
-#, c-format
-msgid "could not implement %s"
-msgstr "n'a pas pu implant %s"
-
-#: optimizer/prep/prepunion.c:768
-#: optimizer/plan/planner.c:1042
-#: optimizer/plan/planner.c:1473
-msgid "Some of the datatypes only support hashing, while others only support sorting."
-msgstr ""
-"Certains des types de donnes supportent seulement le hachage,\n"
-"alors que les autres supportent seulement le tri."
-
-#: optimizer/plan/initsplan.c:571
+#: optimizer/plan/initsplan.c:574
msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join"
msgstr ""
"SELECT FOR UPDATE/SHARE ne peut tre appliqu sur le ct possiblement NULL\n"
"d'une jointure externe"
-#: optimizer/plan/planner.c:843
-#: parser/analyze.c:1189
-#: parser/analyze.c:1382
-#: parser/analyze.c:1939
+#: optimizer/plan/planner.c:924
+#: parser/analyze.c:1193
+#: parser/analyze.c:1388
+#: parser/analyze.c:2038
msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec UNION/INTERSECT/EXCEPT"
-#: optimizer/plan/planner.c:1041
+#: optimizer/plan/planner.c:1123
msgid "could not implement GROUP BY"
msgstr "n'a pas pu implant GROUP BY"
-#: optimizer/plan/planner.c:1472
+#: optimizer/plan/planner.c:1124
+#: optimizer/plan/planner.c:1555
+#: optimizer/prep/prepunion.c:769
+msgid "Some of the datatypes only support hashing, while others only support sorting."
+msgstr ""
+"Certains des types de donnes supportent seulement le hachage,\n"
+"alors que les autres supportent seulement le tri."
+
+#: optimizer/plan/planner.c:1554
msgid "could not implement DISTINCT"
msgstr "n'a pas pu implant DISTINCT"
-#: optimizer/plan/planner.c:2520
+#: optimizer/plan/planner.c:2765
msgid "could not implement window PARTITION BY"
msgstr "n'a pas pu implanter PARTITION BY de window"
-#: optimizer/plan/planner.c:2521
+#: optimizer/plan/planner.c:2766
msgid "Window partitioning columns must be of sortable datatypes."
msgstr ""
"Les colonnes de partitionnement de window doivent tre d'un type de donnes\n"
"triables."
-#: optimizer/plan/planner.c:2525
+#: optimizer/plan/planner.c:2770
msgid "could not implement window ORDER BY"
msgstr "n'a pas pu implanter ORDER BY dans le window"
-#: optimizer/plan/planner.c:2526
+#: optimizer/plan/planner.c:2771
msgid "Window ordering columns must be of sortable datatypes."
msgstr "Les colonnes de tri de la window doivent tre d'un type de donnes triable."
-#: parser/analyze.c:443
+#: optimizer/util/clauses.c:3989
+#, c-format
+msgid "SQL function \"%s\" during inlining"
+msgstr "fonction SQL %s durant inlining "
+
+#: optimizer/prep/prepunion.c:374
+msgid "could not implement recursive UNION"
+msgstr "n'a pas pu implant le UNION rcursif"
+
+#: optimizer/prep/prepunion.c:375
+msgid "All column datatypes must be hashable."
+msgstr "Tous les types de donnes colonnes doivent tre hachables."
+
+#. translator: %s is UNION, INTERSECT, or EXCEPT
+#: optimizer/prep/prepunion.c:768
+#, c-format
+msgid "could not implement %s"
+msgstr "n'a pas pu implant %s"
+
+#: parser/analyze.c:445
msgid "INSERT ... SELECT cannot specify INTO"
msgstr "INSERT ... SELECT ne peut pas avoir INTO"
-#: parser/analyze.c:545
-#: parser/analyze.c:968
+#: parser/analyze.c:547
+#: parser/analyze.c:972
msgid "VALUES lists must all be the same length"
msgstr "les listes VALUES doivent toutes tre de la mme longueur"
-#: parser/analyze.c:566
-#: parser/analyze.c:1073
+#: parser/analyze.c:568
+#: parser/analyze.c:1077
msgid "VALUES must not contain table references"
msgstr "VALUES ne doit pas contenir de rfrences de table"
-#: parser/analyze.c:580
-#: parser/analyze.c:1087
+#: parser/analyze.c:582
+#: parser/analyze.c:1091
msgid "VALUES must not contain OLD or NEW references"
msgstr "VALUES ne doit pas contenir des rfrences OLD et NEW"
-#: parser/analyze.c:581
-#: parser/analyze.c:1088
+#: parser/analyze.c:583
+#: parser/analyze.c:1092
msgid "Use SELECT ... UNION ALL ... instead."
msgstr "Utilisez la place SELECT ... UNION ALL ..."
-#: parser/analyze.c:691
-#: parser/analyze.c:1100
+#: parser/analyze.c:693
+#: parser/analyze.c:1104
msgid "cannot use aggregate function in VALUES"
msgstr "ne peut pas utiliser la fonction d'agrgat dans un VALUES"
-#: parser/analyze.c:697
-#: parser/analyze.c:1106
+#: parser/analyze.c:699
+#: parser/analyze.c:1110
msgid "cannot use window function in VALUES"
msgstr "ne peut pas utiliser la fonction window dans un VALUES"
-#: parser/analyze.c:729
+#: parser/analyze.c:731
msgid "INSERT has more expressions than target columns"
msgstr "INSERT a plus d'expressions que les colonnes cibles"
-#: parser/analyze.c:737
+#: parser/analyze.c:739
msgid "INSERT has more target columns than expressions"
msgstr "INSERT a plus de colonnes cibles que d'expressions"
-#: parser/analyze.c:984
+#: parser/analyze.c:988
msgid "DEFAULT can only appear in a VALUES list within INSERT"
msgstr "DEFAULT peut seulement apparatre dans la liste VALUES comprise dans un INSERT"
-#: parser/analyze.c:1054
-#: parser/analyze.c:2098
+#: parser/analyze.c:1058
+#: parser/analyze.c:2185
msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES"
msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu VALUES"
-#: parser/analyze.c:1306
+#: parser/analyze.c:1311
msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause"
msgstr "clause UNION/INTERSECT/EXCEPT ORDER BY invalide"
-#: parser/analyze.c:1307
+#: parser/analyze.c:1312
msgid "Only result column names can be used, not expressions or functions."
msgstr ""
"Seuls les noms de colonnes rsultats peuvent tre utiliss, pas les\n"
"expressions et les fonctions."
-#: parser/analyze.c:1308
+#: parser/analyze.c:1313
msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause."
msgstr "Ajouter l'expression/fonction chaque SELECT, ou dplacer l'UNION dans une clause FROM."
-#: parser/analyze.c:1374
+#: parser/analyze.c:1380
msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
msgstr "INTO est autoris uniquement sur le premier SELECT d'un UNION/INTERSECT/EXCEPT"
-#: parser/analyze.c:1434
+#: parser/analyze.c:1440
msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level"
msgstr ""
"L'instruction membre UNION/INTERSECT/EXCEPT ne peut pas faire rfrence \n"
"d'autres relations que celles de la requte de mme niveau"
-#: parser/analyze.c:1502
+#: parser/analyze.c:1525
#, c-format
msgid "each %s query must have the same number of columns"
msgstr "chaque requte %s doit avoir le mme nombre de colonnes"
-#: parser/analyze.c:1622
+#: parser/analyze.c:1717
msgid "CREATE TABLE AS specifies too many column names"
msgstr "CREATE TABLE AS spcifie trop de noms de colonnes"
-#: parser/analyze.c:1672
+#: parser/analyze.c:1767
msgid "cannot use aggregate function in UPDATE"
msgstr "ne peut pas utiliser une fonction d'agrgat dans un UPDATE"
-#: parser/analyze.c:1678
+#: parser/analyze.c:1773
msgid "cannot use window function in UPDATE"
msgstr "ne peut pas utiliser une fonction window dans un UPDATE"
-#: parser/analyze.c:1785
+#: parser/analyze.c:1880
msgid "cannot use aggregate function in RETURNING"
msgstr "ne peut pas utiliser une fonction d'agrgat dans RETURNING"
-#: parser/analyze.c:1791
+#: parser/analyze.c:1886
msgid "cannot use window function in RETURNING"
msgstr "ne peut pas utiliser une fonction window dans RETURNING"
-#: parser/analyze.c:1810
+#: parser/analyze.c:1905
msgid "RETURNING cannot contain references to other relations"
msgstr "RETURNING ne doit pas contenir de rfrences d'autres relations"
-#: parser/analyze.c:1849
+#: parser/analyze.c:1944
msgid "cannot specify both SCROLL and NO SCROLL"
msgstr "ne peut pas spcifier la fois SCROLL et NO SCROLL"
-#: parser/analyze.c:1863
+#: parser/analyze.c:1958
msgid "DECLARE CURSOR cannot specify INTO"
msgstr "DECLARE CURSOR ne peut pas spcifier INTO"
-#: parser/analyze.c:1871
+#: parser/analyze.c:1966
msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE n'est pas support"
-#: parser/analyze.c:1872
+#: parser/analyze.c:1967
msgid "Holdable cursors must be READ ONLY."
msgstr "Les curseurs dtenables doivent tre en lecture seule (READ ONLY)."
-#: parser/analyze.c:1885
+#: parser/analyze.c:1980
msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported"
msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE n'est pas support"
-#: parser/analyze.c:1886
+#: parser/analyze.c:1981
msgid "Insensitive cursors must be READ ONLY."
msgstr "Les curseurs insensibles doivent tre en lecture seule (READ ONLY)."
-#: parser/analyze.c:1943
+#: parser/analyze.c:2042
msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause DISTINCT"
-#: parser/analyze.c:1947
+#: parser/analyze.c:2046
msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause GROUP BY"
-#: parser/analyze.c:1951
+#: parser/analyze.c:2050
msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause HAVING"
-#: parser/analyze.c:1955
+#: parser/analyze.c:2054
msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions d'agrgats"
-#: parser/analyze.c:1959
+#: parser/analyze.c:2058
msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions"
msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions window"
-#: parser/analyze.c:2025
-#: parser/analyze.c:2117
-#: rewrite/rewriteHandler.c:1257
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to an outer-level WITH query"
+#: parser/analyze.c:2062
+msgid "SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the target list"
msgstr ""
-"SELECT FOR UPDATE/SHARE ne peut pas tre appliqu une requte\n"
-"WITH de niveau externe"
+"SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions renvoyant plusieurs lignes\n"
+"dans la liste cible"
-#: parser/analyze.c:2051
+#: parser/analyze.c:2137
msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names"
msgstr "SELECT FOR UPDATE/SHARE doit indiqu les noms de relation non qualifis"
-#: parser/analyze.c:2080
+#: parser/analyze.c:2167
msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join"
msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu une jointure"
-#: parser/analyze.c:2086
+#: parser/analyze.c:2173
msgid "SELECT FOR UPDATE/SHARE cannot be applied to NEW or OLD"
msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu NEW et OLD"
-#: parser/analyze.c:2092
+#: parser/analyze.c:2179
msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function"
msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu une fonction"
-#: parser/analyze.c:2138
+#: parser/analyze.c:2191
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query"
+msgstr ""
+"SELECT FOR UPDATE/SHARE ne peut pas tre appliqu une requte\n"
+"WITH"
+
+#: parser/analyze.c:2205
#, c-format
msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause"
msgstr "la relation %s d'une clause FOR UPDATE/SHARE introuvable dans la clause FROM"
-#: parser/analyze.c:2206
-#: parser/parse_coerce.c:283
-#: parser/parse_expr.c:641
-#: parser/parse_expr.c:648
+#: parser/parse_agg.c:125
+#: parser/parse_oper.c:253
#, c-format
-msgid "there is no parameter $%d"
-msgstr "Il n'existe pas de paramtres $%d"
+msgid "could not identify an ordering operator for type %s"
+msgstr "n'a pas pu identifier un oprateur de tri pour le type %s"
-#: parser/parse_agg.c:84
+#: parser/parse_agg.c:127
+msgid "Aggregates with DISTINCT must be able to sort their inputs."
+msgstr ""
+
+#: parser/parse_agg.c:168
msgid "aggregate function calls cannot contain window function calls"
msgstr ""
"les appels la fonction d'agrgat ne peuvent pas contenir des appels la\n"
"fonction window"
-#: parser/parse_agg.c:155
-#: parser/parse_clause.c:1586
+#: parser/parse_agg.c:239
+#: parser/parse_clause.c:1587
#, c-format
msgid "window \"%s\" does not exist"
msgstr "le window %s n'existe pas"
-#: parser/parse_agg.c:243
+#: parser/parse_agg.c:327
msgid "aggregates not allowed in WHERE clause"
msgstr "agrgats non autoriss dans une clause WHERE"
-#: parser/parse_agg.c:249
+#: parser/parse_agg.c:333
msgid "aggregates not allowed in JOIN conditions"
msgstr "agrgats non autoriss dans une condition JOIN"
-#: parser/parse_agg.c:270
+#: parser/parse_agg.c:354
msgid "aggregates not allowed in GROUP BY clause"
msgstr "agrgats non autoriss dans une clause GROUP BY"
-#: parser/parse_agg.c:338
+#: parser/parse_agg.c:422
msgid "aggregate functions not allowed in a recursive query's recursive term"
msgstr ""
"fonctions d'agrgat non autorises dans le terme rcursif de la requte\n"
"rcursive"
-#: parser/parse_agg.c:363
+#: parser/parse_agg.c:447
msgid "window functions not allowed in WHERE clause"
msgstr "fonctions window non autorises dans une clause WHERE"
-#: parser/parse_agg.c:369
+#: parser/parse_agg.c:453
msgid "window functions not allowed in JOIN conditions"
msgstr "fonctions window non autorises dans une condition JOIN"
-#: parser/parse_agg.c:375
+#: parser/parse_agg.c:459
msgid "window functions not allowed in HAVING clause"
msgstr "fonctions window non autorises dans une clause WHERE"
-#: parser/parse_agg.c:388
+#: parser/parse_agg.c:472
msgid "window functions not allowed in GROUP BY clause"
msgstr "fonctions window non autorises dans une clause GROUP BY"
-#: parser/parse_agg.c:407
-#: parser/parse_agg.c:420
+#: parser/parse_agg.c:491
+#: parser/parse_agg.c:504
msgid "window functions not allowed in window definition"
msgstr "fonctions window non autorises dans une dfinition window"
-#: parser/parse_agg.c:541
+#: parser/parse_agg.c:625
#, c-format
msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function"
msgstr "la colonne %s.%s doit apparatre dans la clause GROUP BY ou doit tre utilis dans une fonction d'agrgat"
-#: parser/parse_agg.c:547
+#: parser/parse_agg.c:631
#, c-format
msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
msgstr ""
@@ -14141,258 +14593,258 @@ msgstr ""
msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
msgstr "la clause JOIN/ON se rfre %s , qui ne fait pas partie du JOIN"
-#: parser/parse_clause.c:495
+#: parser/parse_clause.c:496
msgid "subquery in FROM cannot have SELECT INTO"
msgstr "la sous-requte du FROM ne peut pas avoir de SELECT INTO"
-#: parser/parse_clause.c:517
+#: parser/parse_clause.c:518
msgid "subquery in FROM cannot refer to other relations of same query level"
msgstr ""
"la sous-requte du FROM ne peut pas faire rfrence d'autres relations\n"
"dans le mme niveau de la requte"
-#: parser/parse_clause.c:568
+#: parser/parse_clause.c:569
msgid "function expression in FROM cannot refer to other relations of same query level"
msgstr ""
"l'expression de la fonction du FROM ne peut pas faire rfrence d'autres\n"
"relations sur le mme niveau de la requte"
-#: parser/parse_clause.c:581
+#: parser/parse_clause.c:582
msgid "cannot use aggregate function in function expression in FROM"
msgstr ""
"ne peut pas utiliser la fonction d'agrgat dans l'expression de la fonction\n"
"du FROM"
-#: parser/parse_clause.c:588
+#: parser/parse_clause.c:589
msgid "cannot use window function in function expression in FROM"
msgstr ""
"ne peut pas utiliser la fonction window dans l'expression de la fonction\n"
"du FROM"
-#: parser/parse_clause.c:864
+#: parser/parse_clause.c:865
#, c-format
msgid "column name \"%s\" appears more than once in USING clause"
msgstr "le nom de la colonne %s apparat plus d'une fois dans la clause USING"
-#: parser/parse_clause.c:879
+#: parser/parse_clause.c:880
#, c-format
msgid "common column name \"%s\" appears more than once in left table"
msgstr ""
"le nom commun de la colonne %s apparat plus d'une fois dans la table de\n"
"gauche"
-#: parser/parse_clause.c:888
+#: parser/parse_clause.c:889
#, c-format
msgid "column \"%s\" specified in USING clause does not exist in left table"
msgstr ""
"la colonne %s spcifie dans la clause USING n'existe pas dans la table\n"
"de gauche"
-#: parser/parse_clause.c:902
+#: parser/parse_clause.c:903
#, c-format
msgid "common column name \"%s\" appears more than once in right table"
msgstr ""
"le nom commun de la colonne %s apparat plus d'une fois dans la table de\n"
" droite"
-#: parser/parse_clause.c:911
+#: parser/parse_clause.c:912
#, c-format
msgid "column \"%s\" specified in USING clause does not exist in right table"
msgstr ""
"la colonne %s spcifie dans la clause USING n'existe pas dans la table\n"
"de droite"
-#: parser/parse_clause.c:968
+#: parser/parse_clause.c:969
#, c-format
msgid "column alias list for \"%s\" has too many entries"
msgstr "la liste d'alias de colonnes pour %s a beaucoup trop d'entres"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1187
+#: parser/parse_clause.c:1188
#, c-format
msgid "argument of %s must not contain variables"
msgstr "l'argument de %s ne doit pas contenir de variables"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1198
+#: parser/parse_clause.c:1199
#, c-format
msgid "argument of %s must not contain aggregate functions"
msgstr "l'argument de %s ne doit pas contenir de fonctions d'agrgats"
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1209
+#: parser/parse_clause.c:1210
#, c-format
msgid "argument of %s must not contain window functions"
msgstr "l'argument de %s ne doit pas contenir des fonctions window"
#. translator: first %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1328
+#: parser/parse_clause.c:1329
#, c-format
msgid "%s \"%s\" is ambiguous"
msgstr "%s %s est ambigu"
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1352
+#: parser/parse_clause.c:1353
#, c-format
msgid "non-integer constant in %s"
msgstr "constante non entire dans %s"
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1370
+#: parser/parse_clause.c:1371
#, c-format
msgid "%s position %d is not in select list"
msgstr "%s, la position %d, n'est pas dans la liste SELECT"
-#: parser/parse_clause.c:1574
+#: parser/parse_clause.c:1575
#, c-format
msgid "window \"%s\" is already defined"
msgstr "le window %s est dj dfinie"
-#: parser/parse_clause.c:1628
+#: parser/parse_clause.c:1629
#, c-format
msgid "cannot override PARTITION BY clause of window \"%s\""
msgstr "n'a pas pu surcharger la clause PARTITION BY de window %s "
-#: parser/parse_clause.c:1640
+#: parser/parse_clause.c:1641
#, c-format
msgid "cannot override ORDER BY clause of window \"%s\""
msgstr "n'a pas pu surcharger la clause ORDER BY de window %s "
-#: parser/parse_clause.c:1662
+#: parser/parse_clause.c:1663
#, c-format
msgid "cannot override frame clause of window \"%s\""
msgstr "ne peut pas surcharger la frame clause du window %s "
-#: parser/parse_clause.c:1718
+#: parser/parse_clause.c:1724
+msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list"
+msgstr ""
+"dans un agrgat avec DISTINCT, les expressions ORDER BY doivent apparatre\n"
+"dans la liste d'argument"
+
+#: parser/parse_clause.c:1725
msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
msgstr ""
"pour SELECT DISTINCT, ORDER BY, les expressions doivent apparatre dans la\n"
"liste SELECT"
-#: parser/parse_clause.c:1804
-#: parser/parse_clause.c:1836
+#: parser/parse_clause.c:1811
+#: parser/parse_clause.c:1843
msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
msgstr ""
"les expressions SELECT DISTINCT ON doivent correspondre aux expressions\n"
"ORDER BY initiales"
-#: parser/parse_clause.c:1955
+#: parser/parse_clause.c:1962
#, c-format
msgid "operator %s is not a valid ordering operator"
msgstr "l'oprateur %s n'est pas un oprateur de tri valide"
-#: parser/parse_clause.c:1957
+#: parser/parse_clause.c:1964
msgid "Ordering operators must be \"<\" or \">\" members of btree operator families."
msgstr ""
"Les oprateurs de tri doivent tre les membres < ou > des familles\n"
"d'oprateurs btree."
-#: parser/parse_coerce.c:300
-#: parser/parse_expr.c:1870
-#, c-format
-msgid "inconsistent types deduced for parameter $%d"
-msgstr "types incohrents dduit pour le paramtre $%d"
-
-#: parser/parse_coerce.c:891
-#: parser/parse_coerce.c:920
-#: parser/parse_coerce.c:938
-#: parser/parse_coerce.c:953
-#: parser/parse_expr.c:1522
-#: parser/parse_expr.c:2025
+#: parser/parse_coerce.c:843
+#: parser/parse_coerce.c:872
+#: parser/parse_coerce.c:890
+#: parser/parse_coerce.c:905
+#: parser/parse_expr.c:1638
+#: parser/parse_expr.c:2149
#, c-format
msgid "cannot cast type %s to %s"
msgstr "ne peut pas convertir le type %s en %s"
-#: parser/parse_coerce.c:923
+#: parser/parse_coerce.c:875
msgid "Input has too few columns."
msgstr "L'entre n'a pas assez de colonnes."
-#: parser/parse_coerce.c:941
+#: parser/parse_coerce.c:893
#, c-format
msgid "Cannot cast type %s to %s in column %d."
msgstr "ne peut pas convertir le type %s en %s dans la colonne %d"
-#: parser/parse_coerce.c:956
+#: parser/parse_coerce.c:908
msgid "Input has too many columns."
msgstr "L'entre a trop de colonnes."
#. translator: first %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:999
+#: parser/parse_coerce.c:951
#, c-format
msgid "argument of %s must be type boolean, not type %s"
msgstr "l'argument de %s doit tre de type boolen, et non du type %s"
#. translator: %s is name of a SQL construct, eg WHERE
#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1009
-#: parser/parse_coerce.c:1058
+#: parser/parse_coerce.c:961
+#: parser/parse_coerce.c:1010
#, c-format
msgid "argument of %s must not return a set"
msgstr "l'argument de %s ne doit pas renvoyer un ensemble"
#. translator: first %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1046
+#: parser/parse_coerce.c:998
#, c-format
msgid "argument of %s must be type %s, not type %s"
msgstr "l'argument de %s doit tre de type %s, et non du type %s"
#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1179
+#: parser/parse_coerce.c:1131
#, c-format
msgid "%s types %s and %s cannot be matched"
msgstr "les %s types %s et %s ne peuvent pas correspondre"
#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1246
+#: parser/parse_coerce.c:1198
#, c-format
msgid "%s could not convert type %s to %s"
msgstr "%s n'a pas pu convertir le type %s en %s"
-#: parser/parse_coerce.c:1487
+#: parser/parse_coerce.c:1439
msgid "arguments declared \"anyelement\" are not all alike"
msgstr "les arguments dclars anyelement ne sont pas tous identiques"
-#: parser/parse_coerce.c:1506
+#: parser/parse_coerce.c:1458
msgid "arguments declared \"anyarray\" are not all alike"
msgstr "les arguments dclars anyarray ne sont pas tous identiques"
-#: parser/parse_coerce.c:1535
-#: parser/parse_coerce.c:1679
-#: parser/parse_coerce.c:1710
+#: parser/parse_coerce.c:1487
+#: parser/parse_coerce.c:1631
+#: parser/parse_coerce.c:1662
#, c-format
msgid "argument declared \"anyarray\" is not an array but type %s"
msgstr "l'argument dclar anyarray n'est pas un tableau mais est du type %s"
-#: parser/parse_coerce.c:1551
+#: parser/parse_coerce.c:1503
msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\""
msgstr ""
"l'argument dclar anyarray n'est pas cohrent avec l'argument dclar\n"
" anyelement "
-#: parser/parse_coerce.c:1569
+#: parser/parse_coerce.c:1521
msgid "could not determine polymorphic type because input has type \"unknown\""
msgstr ""
"n'a pas pu dterminer le type polymorphique car l'entre dispose du type\n"
" unknown "
-#: parser/parse_coerce.c:1579
+#: parser/parse_coerce.c:1531
#, c-format
msgid "type matched to anynonarray is an array type: %s"
msgstr "le type dclar anynonarray est un type tableau : %s"
-#: parser/parse_coerce.c:1589
+#: parser/parse_coerce.c:1541
#, c-format
msgid "type matched to anyenum is not an enum type: %s"
msgstr "le type dclar anyenum n'est pas un type enum : %s"
-#: parser/parse_coerce.c:1618
-#: parser/parse_coerce.c:1635
-#: parser/parse_coerce.c:1693
-#: parser/parse_expr.c:1488
-#: parser/parse_func.c:304
+#: parser/parse_coerce.c:1570
+#: parser/parse_coerce.c:1587
+#: parser/parse_coerce.c:1645
+#: parser/parse_expr.c:1604
+#: parser/parse_func.c:354
#: parser/parse_oper.c:991
-#: nodes/nodeFuncs.c:107
-#: nodes/nodeFuncs.c:133
+#: nodes/nodeFuncs.c:110
+#: nodes/nodeFuncs.c:136
#, c-format
msgid "could not find array type for data type %s"
msgstr "n'a pas pu trouver le type array pour le type de donnes %s"
@@ -14432,281 +14884,321 @@ msgstr ""
"la rfrence rcursive la requte %s ne doit pas apparatre \n"
"l'intrieur d'EXCEPT"
-#: parser/parse_cte.c:133
+#: parser/parse_cte.c:130
#, c-format
msgid "WITH query name \"%s\" specified more than once"
msgstr "le nom de la requte WITH %s est spcifi plus d'une fois"
-#: parser/parse_cte.c:269
+#: parser/parse_cte.c:247
msgid "subquery in WITH cannot have SELECT INTO"
msgstr "la sous-requte du WITH ne peut pas avoir de SELECT INTO"
-#: parser/parse_cte.c:310
+#: parser/parse_cte.c:288
#, c-format
msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall"
msgstr ""
"dans la requte rcursive %s , la colonne %d a le type %s dans le terme non\n"
"rcursif mais le type global %s"
-#: parser/parse_cte.c:316
+#: parser/parse_cte.c:294
msgid "Cast the output of the non-recursive term to the correct type."
msgstr "Convertit la sortie du terme non rcursif dans le bon type."
-#: parser/parse_cte.c:386
+#: parser/parse_cte.c:376
#, c-format
msgid "WITH query \"%s\" has %d columns available but %d columns specified"
msgstr "la requte WITH %s a %d colonnes disponibles mais %d colonnes spcifies"
-#: parser/parse_cte.c:566
+#: parser/parse_cte.c:556
msgid "mutual recursion between WITH items is not implemented"
msgstr "la rcursion mutuelle entre des lments WITH n'est pas implante"
-#: parser/parse_cte.c:618
+#: parser/parse_cte.c:608
#, c-format
msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term"
msgstr ""
"la requte rcursive %s n'a pas la forme terme-non-rcursive UNION [ALL]\n"
"terme-rcursive"
-#: parser/parse_cte.c:650
+#: parser/parse_cte.c:640
msgid "ORDER BY in a recursive query is not implemented"
msgstr "ORDER BY dans une requte rcursive n'est pas implant"
-#: parser/parse_cte.c:656
+#: parser/parse_cte.c:646
msgid "OFFSET in a recursive query is not implemented"
msgstr "OFFSET dans une requte rcursive n'est pas implment"
-#: parser/parse_cte.c:662
+#: parser/parse_cte.c:652
msgid "LIMIT in a recursive query is not implemented"
msgstr "LIMIT dans une requte rcursive n'est pas implment"
-#: parser/parse_cte.c:668
+#: parser/parse_cte.c:658
msgid "FOR UPDATE/SHARE in a recursive query is not implemented"
msgstr "FOR UPDATE/SHARE dans une requte rcursive n'est pas implment"
-#: parser/parse_cte.c:730
+#: parser/parse_cte.c:715
#, c-format
msgid "recursive reference to query \"%s\" must not appear more than once"
msgstr "la rfrence rcursive la requte %s ne doit pas apparatre plus d'une fois"
-#: parser/parse_expr.c:343
-#: parser/parse_target.c:596
+#: parser/parse_expr.c:357
+#: parser/parse_expr.c:749
+#, c-format
+msgid "column %s.%s does not exist"
+msgstr "la colonne %s.%s n'existe pas"
+
+#: parser/parse_expr.c:369
+#, c-format
+msgid "column \"%s\" not found in data type %s"
+msgstr "colonne %s introuvable pour le type de donnes %s"
+
+#: parser/parse_expr.c:375
+#, c-format
+msgid "could not identify column \"%s\" in record data type"
+msgstr "n'a pas pu identifier la colonne %s dans le type de donnes de l'enregistrement"
+
+#: parser/parse_expr.c:381
+#, c-format
+msgid "column notation .%s applied to type %s, which is not a composite type"
+msgstr "notation d'attribut .%s appliqu au type %s, qui n'est pas un type compos"
+
+#: parser/parse_expr.c:411
+#: parser/parse_target.c:600
msgid "row expansion via \"*\" is not supported here"
msgstr "l'expansion de ligne via * n'est pas support ici"
-#: parser/parse_expr.c:891
+#: parser/parse_expr.c:733
+#: parser/parse_relation.c:478
+#: parser/parse_relation.c:552
+#: parser/parse_target.c:976
+#, c-format
+msgid "column reference \"%s\" is ambiguous"
+msgstr "la rfrence la colonne %s est ambigu"
+
+#: parser/parse_expr.c:801
+#: parser/parse_param.c:107
+#: parser/parse_param.c:138
+#: parser/parse_param.c:194
+#: parser/parse_param.c:286
+#, c-format
+msgid "there is no parameter $%d"
+msgstr "Il n'existe pas de paramtres $%d"
+
+#: parser/parse_expr.c:1006
msgid "NULLIF requires = operator to yield boolean"
msgstr "NULLIF requiert l'oprateur = pour comparer des boolens"
-#: parser/parse_expr.c:1064
+#: parser/parse_expr.c:1179
msgid "arguments of row IN must all be row expressions"
msgstr "les arguments de la ligne IN doivent tous tre des expressions de ligne"
-#: parser/parse_expr.c:1267
+#: parser/parse_expr.c:1383
msgid "subquery cannot have SELECT INTO"
msgstr "la sous-requte ne peut pas avoir de SELECT INTO"
-#: parser/parse_expr.c:1295
+#: parser/parse_expr.c:1411
msgid "subquery must return a column"
msgstr "la sous-requte doit renvoyer une colonne"
-#: parser/parse_expr.c:1302
+#: parser/parse_expr.c:1418
msgid "subquery must return only one column"
msgstr "la sous-requte doit renvoyer une seule colonne"
-#: parser/parse_expr.c:1361
+#: parser/parse_expr.c:1477
msgid "subquery has too many columns"
msgstr "la sous-requte a trop de colonnes"
-#: parser/parse_expr.c:1366
+#: parser/parse_expr.c:1482
msgid "subquery has too few columns"
msgstr "la sous-requte n'a pas assez de colonnes"
-#: parser/parse_expr.c:1462
+#: parser/parse_expr.c:1578
msgid "cannot determine type of empty array"
msgstr "ne peut pas dterminer le type d'un tableau vide"
-#: parser/parse_expr.c:1463
+#: parser/parse_expr.c:1579
msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
msgstr "Convertit explicitement vers le type dsir, par exemple ARRAY[]::integer[]."
-#: parser/parse_expr.c:1477
+#: parser/parse_expr.c:1593
#, c-format
msgid "could not find element type for data type %s"
msgstr "n'a pas pu trouver le type d'lment pour le type de donnes %s"
-#: parser/parse_expr.c:1675
+#: parser/parse_expr.c:1791
msgid "unnamed XML attribute value must be a column reference"
msgstr "la valeur d'un attribut XML sans nom doit tre une rfrence de colonne"
-#: parser/parse_expr.c:1676
+#: parser/parse_expr.c:1792
msgid "unnamed XML element value must be a column reference"
msgstr "la valeur d'un lment XML sans nom doit tre une rfrence de colonne"
-#: parser/parse_expr.c:1691
+#: parser/parse_expr.c:1807
#, c-format
msgid "XML attribute name \"%s\" appears more than once"
msgstr "le nom de l'attribut XML %s apparat plus d'une fois"
-#: parser/parse_expr.c:1798
+#: parser/parse_expr.c:1914
#, c-format
msgid "cannot cast XMLSERIALIZE result to %s"
msgstr "ne peut pas convertir le rsultat XMLSERIALIZE en %s"
-#: parser/parse_expr.c:2066
-#: parser/parse_expr.c:2264
+#: parser/parse_expr.c:2190
+#: parser/parse_expr.c:2388
msgid "unequal number of entries in row expressions"
msgstr "nombre diffrent d'entres dans les expressions de ligne"
-#: parser/parse_expr.c:2076
+#: parser/parse_expr.c:2200
msgid "cannot compare rows of zero length"
msgstr "n'a pas pu comparer des lignes de taille zro"
-#: parser/parse_expr.c:2101
+#: parser/parse_expr.c:2225
#, c-format
msgid "row comparison operator must yield type boolean, not type %s"
msgstr ""
"l'oprateur de comparaison de ligne doit renvoyer le type boolen, et non le\n"
"type %s"
-#: parser/parse_expr.c:2108
+#: parser/parse_expr.c:2232
msgid "row comparison operator must not return a set"
msgstr "l'oprateur de comparaison de ligne ne doit pas renvoyer un ensemble"
-#: parser/parse_expr.c:2167
-#: parser/parse_expr.c:2211
+#: parser/parse_expr.c:2291
+#: parser/parse_expr.c:2335
#, c-format
msgid "could not determine interpretation of row comparison operator %s"
msgstr "n'a pas pu dterminer l'interprtation de l'oprateur de comparaison de ligne %s"
-#: parser/parse_expr.c:2169
+#: parser/parse_expr.c:2293
msgid "Row comparison operators must be associated with btree operator families."
msgstr ""
"Les oprateurs de comparaison de lignes doivent tre associs des familles\n"
"d'oprateurs btree."
-#: parser/parse_expr.c:2213
+#: parser/parse_expr.c:2337
msgid "There are multiple equally-plausible candidates."
msgstr "Il existe de nombreus candidats galement plausibles."
-#: parser/parse_expr.c:2304
+#: parser/parse_expr.c:2428
msgid "IS DISTINCT FROM requires = operator to yield boolean"
msgstr "IS DISTINCT FROM requiert l'oprateur = pour comparer des boolens"
-#: parser/parse_func.c:187
+#: parser/parse_func.c:147
+#, c-format
+msgid "argument name \"%s\" used more than once"
+msgstr "nom %s de l'argument spcifi plus d'une fois"
+
+#: parser/parse_func.c:158
+msgid "positional argument cannot follow named argument"
+msgstr "l'argument positionn ne doit pas suivre l'argument nomm"
+
+#: parser/parse_func.c:236
#, c-format
msgid "%s(*) specified, but %s is not an aggregate function"
msgstr "%s(*) spcifi, mais %s n'est pas une fonction d'agrgat"
-#: parser/parse_func.c:194
+#: parser/parse_func.c:243
#, c-format
msgid "DISTINCT specified, but %s is not an aggregate function"
msgstr "DISTINCT spcifi mais %s n'est pas une fonction d'agrgat"
-#: parser/parse_func.c:200
+#: parser/parse_func.c:249
+#, c-format
+msgid "ORDER BY specified, but %s is not an aggregate function"
+msgstr "ORDER BY spcifi, mais %s n'est pas une fonction d'agrgat"
+
+#: parser/parse_func.c:255
#, c-format
msgid "OVER specified, but %s is not a window function nor an aggregate function"
msgstr "OVER spcifi, mais %s n'est pas une fonction window ou une fonction d'agrgat"
-#: parser/parse_func.c:227
+#: parser/parse_func.c:277
#, c-format
msgid "function %s is not unique"
msgstr "la fonction %s n'est pas unique"
-#: parser/parse_func.c:230
+#: parser/parse_func.c:280
msgid "Could not choose a best candidate function. You might need to add explicit type casts."
msgstr ""
"N'a pas pu choisir un meilleur candidat dans les fonctions. Vous pourriez\n"
"avoir besoin d'ajouter des conversions explicites de type."
-#: parser/parse_func.c:239
+#: parser/parse_func.c:289
msgid "No function matches the given name and argument types. You might need to add explicit type casts."
msgstr ""
"Aucune fonction ne correspond au nom donn et aux types d'arguments.\n"
"Vous devez ajouter des conversions explicites de type."
-#: parser/parse_func.c:346
#: parser/parse_func.c:399
+#: parser/parse_func.c:464
#, c-format
msgid "%s(*) must be used to call a parameterless aggregate function"
msgstr "%s(*) doit tre utilis pour appeler une fonction d'agrgat sans paramtre"
-#: parser/parse_func.c:353
+#: parser/parse_func.c:406
msgid "aggregates cannot return sets"
msgstr "les agrgats ne peuvent pas renvoyer des ensembles"
-#: parser/parse_func.c:372
+#: parser/parse_func.c:418
+msgid "aggregates cannot use named arguments"
+msgstr "les agrgats ne peuvent pas utiliser des aguments nomms"
+
+#: parser/parse_func.c:437
msgid "window function call requires an OVER clause"
msgstr "l'appel la fonction window ncessite une clause OVER"
-#: parser/parse_func.c:389
+#: parser/parse_func.c:454
msgid "DISTINCT is not implemented for window functions"
msgstr "DISTINCT n'est pas implment pour des fonctions window"
-#: parser/parse_func.c:406
+#: parser/parse_func.c:474
+#, fuzzy
+msgid "aggregate ORDER BY is not implemented for window functions"
+msgstr "DISTINCT n'est pas implment pour des fonctions window"
+
+#: parser/parse_func.c:480
msgid "window functions cannot return sets"
msgstr "les fonctions window ne peuvent pas renvoyer des ensembles"
-#: parser/parse_func.c:1190
-#, c-format
-msgid "column %s.%s does not exist"
-msgstr "la colonne %s.%s n'existe pas"
-
-#: parser/parse_func.c:1202
-#, c-format
-msgid "column \"%s\" not found in data type %s"
-msgstr "colonne %s introuvable pour le type de donnes %s"
+#: parser/parse_func.c:491
+msgid "window functions cannot use named arguments"
+msgstr "les fonctions window ne peuvent pas renvoyer des arguments nomms"
-#: parser/parse_func.c:1208
-#, c-format
-msgid "could not identify column \"%s\" in record data type"
-msgstr "n'a pas pu identifier la colonne %s dans le type de donnes de l'enregistrement"
-
-#: parser/parse_func.c:1214
-#, c-format
-msgid "column notation .%s applied to type %s, which is not a composite type"
-msgstr "notation d'attribut .%s appliqu au type %s, qui n'est pas un type compos"
-
-#: parser/parse_func.c:1398
+#: parser/parse_func.c:1555
#, c-format
msgid "aggregate %s(*) does not exist"
msgstr "l'agrgat %s(*) n'existe pas"
-#: parser/parse_func.c:1403
+#: parser/parse_func.c:1560
#, c-format
msgid "aggregate %s does not exist"
msgstr "l'agrgat %s n'existe pas"
-#: parser/parse_func.c:1424
+#: parser/parse_func.c:1581
#, c-format
msgid "function %s is not an aggregate"
msgstr "la fonction %s n'est pas un agrgat"
-#: parser/parse_node.c:77
+#: parser/parse_node.c:82
#, c-format
msgid "target lists can have at most %d entries"
msgstr "les listes cibles peuvent avoir au plus %d colonnes"
-#: parser/parse_node.c:219
+#: parser/parse_node.c:224
#, c-format
msgid "cannot subscript type %s because it is not an array"
msgstr "ne peut pas indicer le type %s car il ne s'agit pas d'un tableau"
-#: parser/parse_node.c:313
-#: parser/parse_node.c:339
+#: parser/parse_node.c:318
+#: parser/parse_node.c:344
msgid "array subscript must have type integer"
msgstr "l'indice d'un tableau doit tre de type entier"
-#: parser/parse_node.c:363
+#: parser/parse_node.c:368
#, c-format
msgid "array assignment requires type %s but expression is of type %s"
msgstr "l'affectation de tableaux requiert le type %s mais l'expression est de type %s"
-#: parser/parse_oper.c:253
-#, c-format
-msgid "could not identify an ordering operator for type %s"
-msgstr "n'a pas pu identifier un oprateur de tri pour le type %s"
-
#: parser/parse_oper.c:255
msgid "Use an explicit ordering operator or modify the query."
msgstr "Utilisez un oprateur explicite de tri ou modifiez la requte."
@@ -14751,161 +15243,148 @@ msgstr "op ANY/ALL (tableau) requiert un oprateur pour comparer des boolens"
msgid "op ANY/ALL (array) requires operator not to return a set"
msgstr "op ANY/ALL (tableau) requiert que l'oprateur ne renvoie pas un ensemble"
-#: parser/parse_relation.c:142
+#: parser/parse_relation.c:147
#, c-format
msgid "table reference \"%s\" is ambiguous"
msgstr "la rfrence la table %s est ambigu"
-#: parser/parse_relation.c:178
+#: parser/parse_relation.c:183
#, c-format
msgid "table reference %u is ambiguous"
msgstr "la rfrence la table %u est ambigu"
-#: parser/parse_relation.c:338
+#: parser/parse_relation.c:343
#, c-format
msgid "table name \"%s\" specified more than once"
msgstr "le nom de la table %s est spcifi plus d'une fois"
-#: parser/parse_relation.c:473
-#: parser/parse_relation.c:547
-#, c-format
-msgid "column reference \"%s\" is ambiguous"
-msgstr "la rfrence la colonne %s est ambigu"
-
-#: parser/parse_relation.c:783
-#: parser/parse_relation.c:1072
-#: parser/parse_relation.c:1432
+#: parser/parse_relation.c:755
+#: parser/parse_relation.c:1044
+#: parser/parse_relation.c:1404
#, c-format
msgid "table \"%s\" has %d columns available but %d columns specified"
msgstr "la table %s a %d colonnes disponibles mais %d colonnes spcifies"
-#: parser/parse_relation.c:813
+#: parser/parse_relation.c:785
#, c-format
msgid "too many column aliases specified for function %s"
msgstr "trop d'alias de colonnes spcifies pour la fonction %s"
-#: parser/parse_relation.c:879
+#: parser/parse_relation.c:851
#, c-format
msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query."
msgstr ""
"Il existe un lment WITH nomm %s mais il ne peut pas tre\n"
"rfrence de cette partie de la requte."
-#: parser/parse_relation.c:881
+#: parser/parse_relation.c:853
msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
msgstr ""
"Utilisez WITH RECURSIVE ou r-ordonnez les lments WITH pour supprimer\n"
"les rfrences en avant."
-#: parser/parse_relation.c:1151
+#: parser/parse_relation.c:1123
msgid "a column definition list is only allowed for functions returning \"record\""
msgstr ""
"une liste de dfinition de colonnes est uniquement autorise pour les fonctions\n"
"renvoyant un record "
-#: parser/parse_relation.c:1159
+#: parser/parse_relation.c:1131
msgid "a column definition list is required for functions returning \"record\""
msgstr ""
"une liste de dfinition de colonnes est requise pour les fonctions renvoyant\n"
"un record "
-#: parser/parse_relation.c:1206
+#: parser/parse_relation.c:1178
#, c-format
msgid "function \"%s\" in FROM has unsupported return type %s"
msgstr "la fonction %s dans la clause FROM a un type de retour %s non support"
-#: parser/parse_relation.c:1278
+#: parser/parse_relation.c:1250
#, c-format
msgid "VALUES lists \"%s\" have %d columns available but %d columns specified"
msgstr ""
"les listes %s de VALUES ont %d colonnes disponibles mais %d colonnes\n"
"spcifies"
-#: parser/parse_relation.c:1334
+#: parser/parse_relation.c:1306
#, c-format
msgid "joins can have at most %d columns"
msgstr "les jointures peuvent avoir au plus %d colonnes"
-#: parser/parse_relation.c:2098
+#: parser/parse_relation.c:2040
#, c-format
msgid "column %d of relation \"%s\" does not exist"
msgstr "la colonne %d de la relation %s n'existe pas"
-#: parser/parse_relation.c:2460
+#: parser/parse_relation.c:2401
#, c-format
msgid "invalid reference to FROM-clause entry for table \"%s\""
msgstr "rfrence invalide d'une entre de la clause FROM pour la table %s "
-#: parser/parse_relation.c:2463
-#: parser/parse_relation.c:2483
+#: parser/parse_relation.c:2404
#, c-format
msgid "Perhaps you meant to reference the table alias \"%s\"."
msgstr "Peut-tre que vous souhaitiez rfrencer l'alias de la table %s ."
-#: parser/parse_relation.c:2465
-#: parser/parse_relation.c:2486
+#: parser/parse_relation.c:2406
#, c-format
msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query."
msgstr ""
"Il existe une entre pour la table %s mais elle ne peut pas tre\n"
"rfrence de cette partie de la requte."
-#: parser/parse_relation.c:2471
+#: parser/parse_relation.c:2412
#, c-format
msgid "missing FROM-clause entry for table \"%s\""
msgstr "entre manquante de la clause FROM pour la table %s "
-#: parser/parse_relation.c:2480
-#, c-format
-msgid "adding missing FROM-clause entry for table \"%s\""
-msgstr "ajout d'une entre manquante dans FROM (table %s )"
-
-#: parser/parse_target.c:369
-#: parser/parse_target.c:657
+#: parser/parse_target.c:373
+#: parser/parse_target.c:661
#, c-format
msgid "cannot assign to system column \"%s\""
msgstr "ne peut pas affecter une colonne systme %s "
-#: parser/parse_target.c:394
+#: parser/parse_target.c:398
msgid "cannot set an array element to DEFAULT"
msgstr "ne peut pas initialiser un lment d'un tableau avec DEFAULT"
-#: parser/parse_target.c:399
+#: parser/parse_target.c:403
msgid "cannot set a subfield to DEFAULT"
msgstr "ne peut pas initialiser un sous-champ avec DEFAULT"
-#: parser/parse_target.c:466
+#: parser/parse_target.c:470
#, c-format
msgid "column \"%s\" is of type %s but expression is of type %s"
msgstr "la colonne %s est de type %s mais l'expression est de type %s"
-#: parser/parse_target.c:641
+#: parser/parse_target.c:645
#, c-format
msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
msgstr ""
"ne peut pas l'affecter au champ %s de la colonne %s parce que son\n"
"type %s n'est pas un type compos"
-#: parser/parse_target.c:650
+#: parser/parse_target.c:654
#, c-format
msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
msgstr ""
"ne peut pas l'affecter au champ %s de la colonne %s parce qu'il n'existe\n"
"pas une telle colonne dans le type de donnes %s"
-#: parser/parse_target.c:725
+#: parser/parse_target.c:729
#, c-format
msgid "array assignment to \"%s\" requires type %s but expression is of type %s"
msgstr ""
"l'affectation d'un tableau avec %s requiert le type %s mais l'expression est\n"
"de type %s"
-#: parser/parse_target.c:735
+#: parser/parse_target.c:739
#, c-format
msgid "subfield \"%s\" is of type %s but expression is of type %s"
msgstr "le sous-champ %s est de type %s mais l'expression est de type %s"
-#: parser/parse_target.c:991
+#: parser/parse_target.c:1038
msgid "SELECT * with no tables specified is not valid"
msgstr "Un SELECT * sans table spcifie n'est pas valide"
@@ -14939,7 +15418,7 @@ msgstr "les modificateurs de type doivent tre des constantes ou des identifiant
msgid "invalid type name \"%s\""
msgstr "nom de type %s invalide"
-#: parser/parse_utilcmd.c:297
+#: parser/parse_utilcmd.c:296
msgid "array of serial is not implemented"
msgstr "le tableau de type serial n'est pas implant"
@@ -14948,116 +15427,116 @@ msgstr "le tableau de type serial n'est pas implant"
msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
msgstr "%s crera des squences implicites %s pour la colonne serial %s.%s "
-#: parser/parse_utilcmd.c:441
-#: parser/parse_utilcmd.c:451
+#: parser/parse_utilcmd.c:428
+#: parser/parse_utilcmd.c:440
#, c-format
msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
msgstr "dclarations NULL/NOT NULL en conflit pour la colonne %s de la table %s "
-#: parser/parse_utilcmd.c:461
+#: parser/parse_utilcmd.c:452
#, c-format
msgid "multiple default values specified for column \"%s\" of table \"%s\""
msgstr ""
"plusieurs valeurs par dfaut sont spcifies pour la colonne %s de la table\n"
" %s "
-#: parser/parse_utilcmd.c:1212
+#: parser/parse_utilcmd.c:1438
#, c-format
msgid "column \"%s\" appears twice in primary key constraint"
msgstr "la colonne %s apparat deux fois dans la contrainte de la cl primaire"
-#: parser/parse_utilcmd.c:1217
+#: parser/parse_utilcmd.c:1443
#, c-format
msgid "column \"%s\" appears twice in unique constraint"
msgstr "la colonne %s apparat deux fois sur une contrainte unique"
-#: parser/parse_utilcmd.c:1364
+#: parser/parse_utilcmd.c:1590
msgid "index expression cannot return a set"
msgstr "l'expression de l'index ne peut pas renvoyer un ensemble"
-#: parser/parse_utilcmd.c:1374
+#: parser/parse_utilcmd.c:1600
msgid "index expressions and predicates can refer only to the table being indexed"
msgstr "les expressions et prdicats d'index peuvent seulement faire rfrence la table en cours d'indexage"
-#: parser/parse_utilcmd.c:1469
+#: parser/parse_utilcmd.c:1695
msgid "rule WHERE condition cannot contain references to other relations"
msgstr ""
"la condition WHERE d'une rgle ne devrait pas contenir de rfrences d'autres\n"
"relations"
-#: parser/parse_utilcmd.c:1475
+#: parser/parse_utilcmd.c:1701
msgid "cannot use aggregate function in rule WHERE condition"
msgstr "ne peut pas utiliser la fonction d'agrgat dans la condition d'une rgle WHERE"
-#: parser/parse_utilcmd.c:1479
+#: parser/parse_utilcmd.c:1705
msgid "cannot use window function in rule WHERE condition"
msgstr "ne peut pas utiliser la fonction window dans la condition d'une rgle WHERE"
-#: parser/parse_utilcmd.c:1551
+#: parser/parse_utilcmd.c:1777
msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions"
msgstr ""
"les rgles avec des conditions WHERE ne peuvent contenir que des actions\n"
"SELECT, INSERT, UPDATE ou DELETE "
-#: parser/parse_utilcmd.c:1569
-#: parser/parse_utilcmd.c:1639
-#: rewrite/rewriteHandler.c:424
-#: rewrite/rewriteManip.c:1024
+#: parser/parse_utilcmd.c:1795
+#: parser/parse_utilcmd.c:1865
+#: rewrite/rewriteManip.c:1021
+#: rewrite/rewriteHandler.c:432
msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
msgstr ""
"les instructions conditionnelles UNION/INTERSECT/EXCEPT ne sont pas\n"
"implmentes"
-#: parser/parse_utilcmd.c:1587
+#: parser/parse_utilcmd.c:1813
msgid "ON SELECT rule cannot use OLD"
msgstr "la rgle ON SELECT ne peut pas utiliser OLD"
-#: parser/parse_utilcmd.c:1591
+#: parser/parse_utilcmd.c:1817
msgid "ON SELECT rule cannot use NEW"
msgstr "la rgle ON SELECT ne peut pas utiliser NEW"
-#: parser/parse_utilcmd.c:1600
+#: parser/parse_utilcmd.c:1826
msgid "ON INSERT rule cannot use OLD"
msgstr "la rgle ON INSERT ne peut pas utiliser OLD"
-#: parser/parse_utilcmd.c:1606
+#: parser/parse_utilcmd.c:1832
msgid "ON DELETE rule cannot use NEW"
msgstr "la rgle ON INSERT ne peut pas utiliser NEW"
-#: parser/parse_utilcmd.c:1889
+#: parser/parse_utilcmd.c:2113
msgid "misplaced DEFERRABLE clause"
msgstr "clause DEFERRABLE mal place"
-#: parser/parse_utilcmd.c:1893
-#: parser/parse_utilcmd.c:1906
+#: parser/parse_utilcmd.c:2118
+#: parser/parse_utilcmd.c:2133
msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
msgstr "clauses DEFERRABLE/NOT DEFERRABLE multiples non autorises"
-#: parser/parse_utilcmd.c:1902
+#: parser/parse_utilcmd.c:2128
msgid "misplaced NOT DEFERRABLE clause"
msgstr "clause NOT DEFERRABLE mal place"
-#: parser/parse_utilcmd.c:1913
-#: parser/parse_utilcmd.c:1936
-#: gram.y:3246
-#: gram.y:3262
+#: parser/parse_utilcmd.c:2141
+#: parser/parse_utilcmd.c:2167
+#: gram.y:3427
+#: gram.y:3443
msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
msgstr "la contrainte dclare INITIALLY DEFERRED doit tre DEFERRABLE"
-#: parser/parse_utilcmd.c:1920
+#: parser/parse_utilcmd.c:2149
msgid "misplaced INITIALLY DEFERRED clause"
msgstr "clause INITIALLY DEFERRED mal place"
-#: parser/parse_utilcmd.c:1924
-#: parser/parse_utilcmd.c:1947
+#: parser/parse_utilcmd.c:2154
+#: parser/parse_utilcmd.c:2180
msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
msgstr "clauses INITIALLY IMMEDIATE/DEFERRED multiples non autorises"
-#: parser/parse_utilcmd.c:1943
+#: parser/parse_utilcmd.c:2175
msgid "misplaced INITIALLY IMMEDIATE clause"
msgstr "clause INITIALLY IMMEDIATE mal place"
-#: parser/parse_utilcmd.c:2114
+#: parser/parse_utilcmd.c:2348
#, c-format
msgid "CREATE specifies a schema (%s) different from the one being created (%s)"
msgstr "CREATE spcifie un schma (%s) diffrent de celui tout juste cr (%s)"
@@ -15067,254 +15546,283 @@ msgstr "CREATE spcifie un schma (%s) diffrent de celui tout juste cr (%s)"
msgid "identifier \"%s\" will be truncated to \"%.*s\""
msgstr "l'identifiant %s sera tronqu en %.*s "
-#: gram.y:1191
+#: parser/parse_param.c:211
+#, c-format
+msgid "inconsistent types deduced for parameter $%d"
+msgstr "types incohrents dduit pour le paramtre $%d"
+
+#: gram.y:1243
msgid "current database cannot be changed"
msgstr "la base de donnes actuelle ne peut pas tre change"
-#: gram.y:1306
-#: gram.y:1321
+#: gram.y:1358
+#: gram.y:1373
msgid "time zone interval must be HOUR or HOUR TO MINUTE"
msgstr "l'intervalle de fuseau horaire doit tre HOUR ou HOUR TO MINUTE"
-#: gram.y:1326
-#: gram.y:7744
-#: gram.y:10037
+#: gram.y:1378
+#: gram.y:8200
+#: gram.y:10575
msgid "interval precision specified twice"
msgstr "prcision d'intervalle spcifie deux fois"
-#: gram.y:2522
+#: gram.y:2471
+msgid "CHECK constraints cannot be deferred"
+msgstr "les contraintes CHECK ne sont pas DEFERRABLE"
+
+#: gram.y:2675
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS ne peut pas spcifier INTO"
-#: gram.y:3176
+#: gram.y:3338
msgid "duplicate trigger events specified"
msgstr "vnements de trigger dupliqus spcifis"
-#: gram.y:3326
+#: gram.y:3507
msgid "CREATE ASSERTION is not yet implemented"
msgstr "CREATE ASSERTION n'est pas encore implment"
-#: gram.y:3342
+#: gram.y:3523
msgid "DROP ASSERTION is not yet implemented"
msgstr "DROP ASSERTION n'est pas encore implment"
-#: gram.y:3638
+#: gram.y:3819
msgid "RECHECK is no longer required"
msgstr "RECHECK n'est plus ncessaire"
-#: gram.y:3639
+#: gram.y:3820
msgid "Update your data type."
msgstr "Mettez jour votre type de donnes."
-#: gram.y:5917
-#: gram.y:5923
-#: gram.y:5929
+#: gram.y:6277
+#: gram.y:6283
+#: gram.y:6289
msgid "WITH CHECK OPTION is not implemented"
msgstr "WITH CHECK OPTION n'est pas implment"
-#: gram.y:6515
+#: gram.y:6966
msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
msgstr "la liste de noms de colonnes n'est pas autorise dans CREATE TABLE / AS EXECUTE"
-#: gram.y:6736
+#: gram.y:7187
msgid "number of columns does not match number of values"
msgstr "le nombre de colonnes ne correspond pas au nombre de valeurs"
-#: gram.y:7160
+#: gram.y:7627
msgid "LIMIT #,# syntax is not supported"
msgstr "la syntaxe LIMIT #,# n'est pas supporte"
-#: gram.y:7161
+#: gram.y:7628
msgid "Use separate LIMIT and OFFSET clauses."
msgstr "Utilisez les clauses spares LIMIT et OFFSET."
-#: gram.y:7382
+#: gram.y:7846
msgid "VALUES in FROM must have an alias"
msgstr "VALUES dans FROM doit avoir un alias"
-#: gram.y:7383
+#: gram.y:7847
msgid "For example, FROM (VALUES ...) [AS] foo."
msgstr "Par exemple, FROM (VALUES ...) [AS] quelquechose."
-#: gram.y:7388
+#: gram.y:7852
msgid "subquery in FROM must have an alias"
msgstr "la sous-requte du FROM doit avoir un alias"
-#: gram.y:7389
+#: gram.y:7853
msgid "For example, FROM (SELECT ...) [AS] foo."
msgstr "Par exemple, FROM (SELECT...) [AS] quelquechose."
-#: gram.y:7870
+#: gram.y:8326
msgid "precision for type float must be at least 1 bit"
msgstr "la prcision du type float doit tre d'au moins un bit"
-#: gram.y:7879
+#: gram.y:8335
msgid "precision for type float must be less than 54 bits"
msgstr "la prcision du type float doit tre infrieur 54 bits"
-#: gram.y:8575
+#: gram.y:9041
msgid "UNIQUE predicate is not yet implemented"
msgstr "prdicat UNIQUE non implment"
-#: gram.y:9414
-#: gram.y:9429
+#: gram.y:9916
+#: gram.y:9931
msgid "frame start cannot be UNBOUNDED FOLLOWING"
msgstr "la fin du frame ne peut pas tre UNBOUNDED FOLLOWING"
-#: gram.y:9419
-#: gram.y:9434
+#: gram.y:9921
+#: gram.y:9936
msgid "frame start at CURRENT ROW is not implemented"
msgstr "dbut du frame CURRENT ROW n'est pas implment"
-#: gram.y:9439
+#: gram.y:9941
msgid "frame end cannot be UNBOUNDED PRECEDING"
msgstr "la fin du frame ne peut pas tre UNBOUNDED PRECEDING"
-#: gram.y:10559
-msgid "OLD used in query that is not in a rule"
-msgstr "OLD utilis dans une requte qui n'est pas une rgle"
-
-#: gram.y:10569
-msgid "NEW used in query that is not in a rule"
-msgstr "NEW utilis dans une requte qui ne fait pas partie d'une rgle"
+#: gram.y:10550
+msgid "type modifier cannot have AS name"
+msgstr "le modificateur de type ne peut pas avoir le nom AS"
-#: gram.y:10617
-#: gram.y:10824
+#: gram.y:11151
+#: gram.y:11359
msgid "improper use of \"*\""
msgstr "mauvaise utilisation de * "
-#: gram.y:10756
+#: gram.y:11290
msgid "wrong number of parameters on left side of OVERLAPS expression"
msgstr "mauvais nombre de paramtres sur le ct gauche de l'expression OVERLAPS"
-#: gram.y:10763
+#: gram.y:11297
msgid "wrong number of parameters on right side of OVERLAPS expression"
msgstr "mauvais nombre de paramtres sur le ct droit de l'expression OVERLAPS"
-#: gram.y:10886
+#: gram.y:11422
msgid "multiple ORDER BY clauses not allowed"
msgstr "clauses ORDER BY multiples non autorises"
-#: gram.y:10897
+#: gram.y:11433
msgid "multiple OFFSET clauses not allowed"
msgstr "clauses OFFSET multiples non autorises"
-#: gram.y:10906
+#: gram.y:11442
msgid "multiple LIMIT clauses not allowed"
msgstr "clauses LIMIT multiples non autorises"
-#: gram.y:10915
+#: gram.y:11451
msgid "multiple WITH clauses not allowed"
msgstr "clauses WITH multiples non autorises"
-#: gram.y:11069
+#: gram.y:11605
msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
msgstr "les arguments OUT et INOUT ne sont pas autoriss dans des fonctions TABLE"
-#: scan.l:386
+#: scan.l:413
msgid "unterminated /* comment"
msgstr "commentaire /* non termin"
-#: scan.l:415
+#: scan.l:442
msgid "unterminated bit string literal"
msgstr "chane littrale bit non termine"
-#: scan.l:436
+#: scan.l:463
msgid "unterminated hexadecimal string literal"
msgstr "chane littrale hexadcimale non termine"
-#: scan.l:476
+#: scan.l:513
msgid "unsafe use of string constant with Unicode escapes"
msgstr "utilisation non sre de la constante de chane avec des chappements Unicode"
-#: scan.l:477
+#: scan.l:514
msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off."
msgstr ""
"Les constantes de chane avec des chappements Unicode ne peuvent pas tre\n"
"utilises quand standard_conforming_strings est dsactiv."
-#: scan.l:524
+#: scan.l:566
+#: scan.l:574
+#: scan.l:582
+#: scan.l:583
+#: scan.l:584
+#: scan.l:1240
+#: scan.l:1259
+#: scan.l:1263
+#: scan.l:1292
+#: scan.l:1296
+#: scan.l:1318
+msgid "invalid Unicode surrogate pair"
+msgstr "paire surrogate Unicode invalide"
+
+#: scan.l:588
+msgid "invalid Unicode escape"
+msgstr "chappement Unicode invalide"
+
+#: scan.l:589
+msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
+msgstr "Les chappements Unicode doivent tre de la forme \\uXXXX ou \\UXXXXXXXX."
+
+#: scan.l:600
msgid "unsafe use of \\' in a string literal"
msgstr "utilisation non sre de \\' dans une chane littrale"
-#: scan.l:525
+#: scan.l:601
msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings."
msgstr ""
"Utilisez '' pour crire des guillemets dans une chane. \\' n'est pas scuris\n"
"pour les encodages clients."
-#: scan.l:554
+#: scan.l:631
msgid "unterminated quoted string"
msgstr "chane entre guillemets non termine"
-#: scan.l:598
+#: scan.l:676
msgid "unterminated dollar-quoted string"
msgstr "chane entre guillemets dollars non termine"
-#: scan.l:615
-#: scan.l:627
-#: scan.l:641
+#: scan.l:693
+#: scan.l:705
+#: scan.l:719
msgid "zero-length delimited identifier"
msgstr "identifiant dlimit de longueur nulle"
-#: scan.l:654
+#: scan.l:732
msgid "unterminated quoted identifier"
msgstr "identifiant entre guillemets non termin"
-#: scan.l:748
+#: scan.l:836
msgid "operator too long"
msgstr "oprateur trop long"
#. translator: %s is typically the translation of "syntax error"
-#: scan.l:897
+#: scan.l:994
#, c-format
msgid "%s at end of input"
msgstr "%s la fin de l'entre"
#. translator: first %s is typically the translation of "syntax error"
-#: scan.l:905
+#: scan.l:1002
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s sur ou prs de %s "
-#: scan.l:1025
+#: scan.l:1163
+#: scan.l:1195
msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8"
msgstr ""
"Les valeurs d'chappement unicode ne peuvent pas tre utilises pour les\n"
"valeurs de point de code au-dessus de 007F quand l'encodage serveur n'est\n"
"pas UTF8"
-#: scan.l:1042
-msgid "invalid Unicode escape character"
-msgstr "chane d'chappement Unicode invalide"
-
-#: scan.l:1085
+#: scan.l:1191
+#: scan.l:1310
msgid "invalid Unicode escape value"
msgstr "valeur d'chappement Unicode invalide"
-#: scan.l:1134
+#: scan.l:1216
+msgid "invalid Unicode escape character"
+msgstr "chane d'chappement Unicode invalide"
+
+#: scan.l:1366
msgid "nonstandard use of \\' in a string literal"
msgstr "utilisation non standard de \\' dans une chane littrale"
-#: scan.l:1135
+#: scan.l:1367
msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')."
msgstr ""
"Utilisez '' pour crire des guillemets dans une chane ou utilisez la syntaxe de\n"
"chane d'chappement (E'...')."
-#: scan.l:1144
+#: scan.l:1376
msgid "nonstandard use of \\\\ in a string literal"
msgstr "utilisation non standard de \\\\ dans une chane littrale"
-#: scan.l:1145
+#: scan.l:1377
msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
msgstr "Utilisez la syntaxe de chane d'chappement pour les antislashs, c'est--dire E'\\\\'."
-#: scan.l:1159
+#: scan.l:1391
msgid "nonstandard use of escape in a string literal"
msgstr "utilisation non standard d'un chappement dans une chane littrale"
-#: scan.l:1160
+#: scan.l:1392
msgid ""
"Use the escape string syntax for escapes, e.g., E'\\r\\n"
"'."
@@ -15323,23 +15831,6 @@ msgstr ""
"c'est--dire E'\\r\\n"
"'."
-#: port/win32/security.c:43
-#, c-format
-msgid "could not open process token: error code %d\n"
-msgstr "n'a pas pu ouvrir le jeton du processus : code d'erreur %d\n"
-
-#: port/win32/security.c:63
-#, c-format
-msgid "could not get SID for Administrators group: error code %d\n"
-msgstr "n'a pas pu obtenir le SID du groupe d'administrateurs : code d'erreur %d\n"
-
-#: port/win32/security.c:72
-#, c-format
-msgid "could not get SID for PowerUsers group: error code %d\n"
-msgstr ""
-"n'a pas pu obtenir le SID du groupe des utilisateurs avec pouvoir :\n"
-"code d'erreur %d\n"
-
#: port/win32/signal.c:189
#, c-format
msgid "could not create signal listener pipe for pid %d: error code %d"
@@ -15357,6 +15848,23 @@ msgstr "n'a pas pu crer le tube d'coute de signal : code d'erreur %d ; nouvell
msgid "could not create signal dispatch thread: error code %d\n"
msgstr "n'a pas pu crer le thread de rpartition des signaux : code d'erreur %d\n"
+#: port/win32/security.c:43
+#, c-format
+msgid "could not open process token: error code %d\n"
+msgstr "n'a pas pu ouvrir le jeton du processus : code d'erreur %d\n"
+
+#: port/win32/security.c:63
+#, c-format
+msgid "could not get SID for Administrators group: error code %d\n"
+msgstr "n'a pas pu obtenir le SID du groupe d'administrateurs : code d'erreur %d\n"
+
+#: port/win32/security.c:72
+#, c-format
+msgid "could not get SID for PowerUsers group: error code %d\n"
+msgstr ""
+"n'a pas pu obtenir le SID du groupe des utilisateurs avec pouvoir :\n"
+"code d'erreur %d\n"
+
#: port/sysv_sema.c:114
#: port/pg_sema.c:114
#, c-format
@@ -15516,12 +16024,12 @@ msgstr "L'appel systme qui a chou tait DuplicateHandle."
msgid "Failed system call was MapViewOfFileEx."
msgstr "L'appel systme qui a chou tait MapViewOfFileEx."
-#: postmaster/autovacuum.c:365
+#: postmaster/autovacuum.c:359
#, c-format
msgid "could not fork autovacuum launcher process: %m"
msgstr "n'a pas pu excuter le processus autovacuum matre : %m"
-#: postmaster/autovacuum.c:529
+#: postmaster/autovacuum.c:404
msgid "autovacuum launcher started"
msgstr "lancement du processus autovacuum"
@@ -15529,53 +16037,53 @@ msgstr "lancement du processus autovacuum"
msgid "autovacuum launcher shutting down"
msgstr "arrt du processus autovacuum"
-#: postmaster/autovacuum.c:1426
+#: postmaster/autovacuum.c:1394
#, c-format
msgid "could not fork autovacuum worker process: %m"
msgstr "n'a pas pu excuter le processus autovacuum worker : %m"
-#: postmaster/autovacuum.c:1628
+#: postmaster/autovacuum.c:1595
#, c-format
msgid "autovacuum: processing database \"%s\""
msgstr "autovacuum : traitement de la base de donnes %s "
-#: postmaster/autovacuum.c:2000
+#: postmaster/autovacuum.c:1978
#, c-format
msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
msgstr ""
"autovacuum : suppression de la table temporaire orpheline %s.%s dans la\n"
"base de donnes %s "
-#: postmaster/autovacuum.c:2012
+#: postmaster/autovacuum.c:1990
#, c-format
msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
msgstr ""
"autovacuum : a trouv la table temporaire orpheline %s.%s dans la base de\n"
"donnes %s "
-#: postmaster/autovacuum.c:2273
+#: postmaster/autovacuum.c:2251
#, c-format
msgid "automatic vacuum of table \"%s.%s.%s\""
msgstr "VACUUM automatique de la table %s.%s.%s "
-#: postmaster/autovacuum.c:2276
+#: postmaster/autovacuum.c:2254
#, c-format
msgid "automatic analyze of table \"%s.%s.%s\""
msgstr "ANALYZE automatique de la table %s.%s.%s "
-#: postmaster/autovacuum.c:2746
+#: postmaster/autovacuum.c:2725
msgid "autovacuum not started because of misconfiguration"
msgstr "autovacuum non excut cause d'une mauvaise configuration"
-#: postmaster/autovacuum.c:2747
+#: postmaster/autovacuum.c:2726
msgid "Enable the \"track_counts\" option."
msgstr "Activez l'option track_counts ."
-#: postmaster/autovacuum.c:2803
+#: postmaster/autovacuum.c:2782
msgid "not enough shared memory for autovacuum"
msgstr "pas assez de mmoire partage pour le processus autovacuum"
-#: postmaster/bgwriter.c:470
+#: postmaster/bgwriter.c:466
#, c-format
msgid "checkpoints are occurring too frequently (%d second apart)"
msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
@@ -15586,24 +16094,24 @@ msgstr[1] ""
"les points de vrification (checkpoints) arrivent trop frquemment\n"
"(toutes les %d secondes)"
-#: postmaster/bgwriter.c:474
+#: postmaster/bgwriter.c:470
msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
msgstr "Considrez l'augmentation du paramtre checkpoint_segments ."
-#: postmaster/bgwriter.c:583
+#: postmaster/bgwriter.c:579
#, c-format
msgid "transaction log switch forced (archive_timeout=%d)"
msgstr "changement forc du journal de transaction (archive_timeout=%d)"
-#: postmaster/bgwriter.c:891
+#: postmaster/bgwriter.c:887
msgid "not enough shared memory for background writer"
msgstr "pas assez de mmoire partage pour le processus d'criture en tche de fond"
-#: postmaster/bgwriter.c:1041
+#: postmaster/bgwriter.c:1037
msgid "checkpoint request failed"
msgstr "chec de la demande de point de vrification"
-#: postmaster/bgwriter.c:1042
+#: postmaster/bgwriter.c:1038
msgid "Consult recent messages in the server log for details."
msgstr ""
"Consultez les messages rcents du serveur dans les journaux applicatifs pour\n"
@@ -15643,7 +16151,7 @@ msgid "archive command was terminated by exception 0x%X"
msgstr "la commande d'archivage a t termine par l'exception 0x%X"
#: postmaster/pgarch.c:568
-#: postmaster/postmaster.c:2715
+#: postmaster/postmaster.c:2727
msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
msgstr ""
"Voir le fichier d'en-tte C ntstatus.h pour une description de la valeur\n"
@@ -15674,244 +16182,239 @@ msgstr "journal des transactions archiv %s "
msgid "could not open archive status directory \"%s\": %m"
msgstr "n'a pas pu accder au rpertoire du statut des archives %s : %m"
-#: postmaster/pgstat.c:323
+#: postmaster/pgstat.c:325
#, c-format
msgid "could not resolve \"localhost\": %s"
msgstr "n'a pas pu rsoudre localhost : %s"
-#: postmaster/pgstat.c:346
+#: postmaster/pgstat.c:348
msgid "trying another address for the statistics collector"
msgstr "nouvelle tentative avec une autre adresse pour le rcuprateur de statistiques"
-#: postmaster/pgstat.c:355
+#: postmaster/pgstat.c:357
#, c-format
msgid "could not create socket for statistics collector: %m"
msgstr "n'a pas pu crer la socket pour le rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:367
+#: postmaster/pgstat.c:369
#, c-format
msgid "could not bind socket for statistics collector: %m"
msgstr "n'a pas pu lier la socket au rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:378
+#: postmaster/pgstat.c:380
#, c-format
msgid "could not get address of socket for statistics collector: %m"
msgstr "n'a pas pu obtenir l'adresse de la socket du rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:394
+#: postmaster/pgstat.c:396
#, c-format
msgid "could not connect socket for statistics collector: %m"
msgstr "n'a pas pu connecter la socket au rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:415
+#: postmaster/pgstat.c:417
#, c-format
msgid "could not send test message on socket for statistics collector: %m"
msgstr ""
"n'a pas pu envoyer le message de tests sur la socket du rcuprateur de\n"
"statistiques : %m"
-#: postmaster/pgstat.c:441
-#: postmaster/pgstat.c:2744
+#: postmaster/pgstat.c:443
+#: postmaster/pgstat.c:2823
#, c-format
msgid "select() failed in statistics collector: %m"
msgstr "chec du select() dans le rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:456
+#: postmaster/pgstat.c:458
msgid "test message did not get through on socket for statistics collector"
msgstr ""
"le message de test n'a pas pu arriver sur la socket du rcuprateur de\n"
"statistiques : %m"
-#: postmaster/pgstat.c:471
+#: postmaster/pgstat.c:473
#, c-format
msgid "could not receive test message on socket for statistics collector: %m"
msgstr ""
"n'a pas pu recevoir le message de tests sur la socket du rcuprateur de\n"
"statistiques : %m"
-#: postmaster/pgstat.c:481
+#: postmaster/pgstat.c:483
msgid "incorrect test message transmission on socket for statistics collector"
msgstr ""
"transmission incorrecte du message de tests sur la socket du rcuprateur de\n"
"statistiques"
-#: postmaster/pgstat.c:504
+#: postmaster/pgstat.c:506
#, c-format
msgid "could not set statistics collector socket to nonblocking mode: %m"
msgstr ""
"n'a pas pu initialiser la socket du rcuprateur de statistiques dans le mode\n"
"non bloquant : %m"
-#: postmaster/pgstat.c:514
+#: postmaster/pgstat.c:516
msgid "disabling statistics collector for lack of working socket"
msgstr ""
"dsactivation du rcuprateur de statistiques cause du manque de socket\n"
"fonctionnel"
-#: postmaster/pgstat.c:616
+#: postmaster/pgstat.c:618
#, c-format
msgid "could not fork statistics collector: %m"
msgstr ""
"n'a pas pu lancer le processus fils correspondant au rcuprateur de\n"
"statistiques : %m"
-#: postmaster/pgstat.c:1144
+#: postmaster/pgstat.c:1146
msgid "must be superuser to reset statistics counters"
msgstr "doit tre super-utilisateur pour rinitialiser les compteurs statistiques"
-#: postmaster/pgstat.c:2723
+#: postmaster/pgstat.c:2802
#, c-format
msgid "poll() failed in statistics collector: %m"
msgstr "chec du poll() dans le rcuprateur de statistiques : %m"
-#: postmaster/pgstat.c:2768
+#: postmaster/pgstat.c:2847
#, c-format
msgid "could not read statistics message: %m"
msgstr "n'a pas pu lire le message des statistiques : %m"
-#: postmaster/pgstat.c:2967
+#: postmaster/pgstat.c:3092
#, c-format
msgid "could not open temporary statistics file \"%s\": %m"
msgstr "n'a pas pu ouvrir le fichier temporaire des statistiques %s : %m"
-#: postmaster/pgstat.c:3039
+#: postmaster/pgstat.c:3164
#, c-format
msgid "could not write temporary statistics file \"%s\": %m"
msgstr "n'a pas pu crire le fichier temporaire des statistiques %s : %m"
-#: postmaster/pgstat.c:3048
+#: postmaster/pgstat.c:3173
#, c-format
msgid "could not close temporary statistics file \"%s\": %m"
msgstr "n'a pas pu fermer le fichier temporaire des statistiques %s : %m"
-#: postmaster/pgstat.c:3056
+#: postmaster/pgstat.c:3181
#, c-format
msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
msgstr ""
"n'a pas pu renommer le fichier temporaire des statistiques %s en\n"
" %s : %m"
-#: postmaster/pgstat.c:3144
-#: postmaster/pgstat.c:3154
-#: postmaster/pgstat.c:3176
-#: postmaster/pgstat.c:3190
-#: postmaster/pgstat.c:3252
#: postmaster/pgstat.c:3269
-#: postmaster/pgstat.c:3284
+#: postmaster/pgstat.c:3279
#: postmaster/pgstat.c:3301
-#: postmaster/pgstat.c:3316
+#: postmaster/pgstat.c:3315
+#: postmaster/pgstat.c:3377
+#: postmaster/pgstat.c:3394
+#: postmaster/pgstat.c:3409
+#: postmaster/pgstat.c:3426
+#: postmaster/pgstat.c:3441
msgid "corrupted pgstat.stat file"
msgstr "fichier pgstat.stat corrompu"
-#: postmaster/pgstat.c:3657
+#: postmaster/pgstat.c:3782
msgid "database hash table corrupted during cleanup --- abort"
msgstr ""
"corruption de la table hache de la base de donnes lors du lancement\n"
"--- annulation"
-#: postmaster/postmaster.c:544
+#: postmaster/postmaster.c:545
#, c-format
msgid "%s: invalid argument for option -f: \"%s\"\n"
msgstr "%s : argument invalide pour l'option -f : %s \n"
-#: postmaster/postmaster.c:630
+#: postmaster/postmaster.c:631
#, c-format
msgid "%s: invalid argument for option -t: \"%s\"\n"
msgstr "%s : argument invalide pour l'option -t : %s \n"
-#: postmaster/postmaster.c:681
+#: postmaster/postmaster.c:682
#, c-format
msgid "%s: invalid argument: \"%s\"\n"
msgstr "%s : argument invalide : %s \n"
-#: postmaster/postmaster.c:706
+#: postmaster/postmaster.c:707
#, c-format
msgid "%s: superuser_reserved_connections must be less than max_connections\n"
msgstr "%s : superuser_reserved_connections doit tre infrieur max_connections\n"
-#: postmaster/postmaster.c:716
+#: postmaster/postmaster.c:717
#, c-format
msgid "%s: invalid datetoken tables, please fix\n"
msgstr "%s : tables datetoken invalide, merci de corriger\n"
-#: postmaster/postmaster.c:822
+#: postmaster/postmaster.c:823
msgid "invalid list syntax for \"listen_addresses\""
msgstr "syntaxe de liste invalide pour le paramtre listen_addresses "
-#: postmaster/postmaster.c:843
+#: postmaster/postmaster.c:844
#, c-format
msgid "could not create listen socket for \"%s\""
msgstr "n'a pas pu crer le socket d'coute pour %s "
-#: postmaster/postmaster.c:849
+#: postmaster/postmaster.c:850
msgid "could not create any TCP/IP sockets"
msgstr "n'a pas pu crer de socket TCP/IP"
-#: postmaster/postmaster.c:876
+#: postmaster/postmaster.c:900
msgid "could not create Unix-domain socket"
msgstr "n'a pas pu crer le socket domaine Unix"
-#: postmaster/postmaster.c:884
+#: postmaster/postmaster.c:908
msgid "no socket created for listening"
msgstr "pas de socket cr pour l'coute"
-#: postmaster/postmaster.c:910
+#: postmaster/postmaster.c:934
msgid "could not create I/O completion port for child queue"
msgstr "n'a pas pu crer un port de terminaison I/O pour la queue"
-#: postmaster/postmaster.c:954
+#: postmaster/postmaster.c:978
#, c-format
msgid "%s: could not write external PID file \"%s\": %s\n"
msgstr "%s : n'a pas pu crire le fichier PID externe %s : %s\n"
-#: postmaster/postmaster.c:1022
-#: postmaster/postmaster.c:3291
-msgid "could not load pg_hba.conf"
-msgstr "n'a pas pu charger pg_hba.conf"
-
-#: postmaster/postmaster.c:1069
+#: postmaster/postmaster.c:1093
#, c-format
msgid "%s: could not locate matching postgres executable"
msgstr "%s : n'a pas pu localiser l'excutable postgres correspondant"
-#: postmaster/postmaster.c:1120
+#: postmaster/postmaster.c:1144
#, c-format
msgid "data directory \"%s\" does not exist"
msgstr "le rpertoire des donnes %s n'existe pas"
-#: postmaster/postmaster.c:1125
+#: postmaster/postmaster.c:1149
#, c-format
msgid "could not read permissions of directory \"%s\": %m"
msgstr "n'a pas pu lire les droits du rpertoire %s : %m"
-#: postmaster/postmaster.c:1133
+#: postmaster/postmaster.c:1157
#, c-format
msgid "specified data directory \"%s\" is not a directory"
msgstr "le rpertoire des donnes %s n'est pas un rpertoire"
-#: postmaster/postmaster.c:1149
+#: postmaster/postmaster.c:1173
#, c-format
msgid "data directory \"%s\" has wrong ownership"
msgstr "le rpertoire des donnes %s a un mauvais propritaire"
-#: postmaster/postmaster.c:1151
+#: postmaster/postmaster.c:1175
msgid "The server must be started by the user that owns the data directory."
msgstr ""
"Le serveur doit tre en cours d'excution par l'utilisateur qui possde le\n"
"rpertoire des donnes."
-#: postmaster/postmaster.c:1171
+#: postmaster/postmaster.c:1195
#, c-format
msgid "data directory \"%s\" has group or world access"
msgstr ""
"le rpertoire des donnes %s est accessible par le groupe et/ou par les\n"
"autres"
-#: postmaster/postmaster.c:1173
+#: postmaster/postmaster.c:1197
msgid "Permissions should be u=rwx (0700)."
msgstr "Les droits devraient tre u=rwx (0700)."
-#: postmaster/postmaster.c:1184
+#: postmaster/postmaster.c:1208
#, c-format
msgid ""
"%s: could not find the database system\n"
@@ -15922,297 +16425,292 @@ msgstr ""
"S'attendait le trouver dans le rpertoire %s ,\n"
"mais n'a pas russi ouvrir le fichier %s : %s\n"
-#: postmaster/postmaster.c:1232
+#: postmaster/postmaster.c:1244
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n"
-#: postmaster/postmaster.c:1239
+#: postmaster/postmaster.c:1251
#, c-format
msgid "%s: could not open log file \"%s/%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le journal applicatif %s/%s : %s\n"
-#: postmaster/postmaster.c:1250
+#: postmaster/postmaster.c:1262
#, c-format
msgid "%s: could not fork background process: %s\n"
msgstr "%s : n'a pas pu crer un processus fils : %s\n"
-#: postmaster/postmaster.c:1271
+#: postmaster/postmaster.c:1283
#, c-format
msgid "%s: could not dissociate from controlling TTY: %s\n"
msgstr "%s : n'a pas pu se dissocier du TTY contrlant : %s\n"
-#: postmaster/postmaster.c:1363
+#: postmaster/postmaster.c:1375
#, c-format
msgid "select() failed in postmaster: %m"
msgstr "chec de select() dans postmaster : %m"
-#: postmaster/postmaster.c:1520
-#: postmaster/postmaster.c:1551
+#: postmaster/postmaster.c:1532
+#: postmaster/postmaster.c:1563
msgid "incomplete startup packet"
msgstr "paquet de dmarrage incomplet"
-#: postmaster/postmaster.c:1532
+#: postmaster/postmaster.c:1544
msgid "invalid length of startup packet"
msgstr "longueur invalide du paquet de dmarrage"
-#: postmaster/postmaster.c:1588
+#: postmaster/postmaster.c:1601
#, c-format
msgid "failed to send SSL negotiation response: %m"
msgstr "chec lors de l'envoi de la rponse de ngotiation SSL : %m"
-#: postmaster/postmaster.c:1617
+#: postmaster/postmaster.c:1630
#, c-format
msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
msgstr ""
"Protocole non supporte de l'interface %u.%u : le serveur supporte de %u.0 \n"
"%u.%u"
-#: postmaster/postmaster.c:1681
+#: postmaster/postmaster.c:1694
msgid "invalid startup packet layout: expected terminator as last byte"
msgstr ""
"configuration invalide du paquet de dmarrage : terminaison attendue comme\n"
"dernier octet"
-#: postmaster/postmaster.c:1709
+#: postmaster/postmaster.c:1722
msgid "no PostgreSQL user name specified in startup packet"
msgstr "aucun nom d'utilisateur PostgreSQL n'a t spcifi dans le paquet de dmarrage"
-#: postmaster/postmaster.c:1762
+#: postmaster/postmaster.c:1775
msgid "the database system is starting up"
msgstr "le systme de bases de donnes se lance"
-#: postmaster/postmaster.c:1767
+#: postmaster/postmaster.c:1780
msgid "the database system is shutting down"
msgstr "le systme de base de donnes s'arrte"
-#: postmaster/postmaster.c:1772
+#: postmaster/postmaster.c:1785
msgid "the database system is in recovery mode"
msgstr "le systme de bases de donnes est en cours de restauration"
-#: postmaster/postmaster.c:1839
+#: postmaster/postmaster.c:1852
#, c-format
msgid "wrong key in cancel request for process %d"
msgstr "mauvaise cl dans la demande d'annulation pour le processus %d"
-#: postmaster/postmaster.c:1847
+#: postmaster/postmaster.c:1860
#, c-format
msgid "PID %d in cancel request did not match any process"
msgstr "le PID %d dans la demande d'annulation ne correspond aucun processus"
-#: postmaster/postmaster.c:2039
+#: postmaster/postmaster.c:2058
msgid "received SIGHUP, reloading configuration files"
msgstr "a reu SIGHUP, rechargement des fichiers de configuration"
-#: postmaster/postmaster.c:2060
+#: postmaster/postmaster.c:2079
msgid "pg_hba.conf not reloaded"
msgstr "pg_hba.conf non lu"
-#: postmaster/postmaster.c:2103
+#: postmaster/postmaster.c:2122
msgid "received smart shutdown request"
msgstr "a reu une demande d'arrt intelligent"
-#: postmaster/postmaster.c:2139
+#: postmaster/postmaster.c:2158
msgid "received fast shutdown request"
msgstr "a reu une demande d'arrt rapide"
-#: postmaster/postmaster.c:2154
+#: postmaster/postmaster.c:2173
msgid "aborting any active transactions"
msgstr "annulation des transactions actives"
-#: postmaster/postmaster.c:2182
+#: postmaster/postmaster.c:2201
msgid "received immediate shutdown request"
msgstr "a reu une demande d'arrt immdiat"
-#: postmaster/postmaster.c:2256
-#: postmaster/postmaster.c:2284
+#: postmaster/postmaster.c:2275
+#: postmaster/postmaster.c:2303
msgid "startup process"
msgstr "processus de lancement"
-#: postmaster/postmaster.c:2259
+#: postmaster/postmaster.c:2278
msgid "aborting startup due to startup process failure"
msgstr "annulation du dmarrage cause d'un chec dans le processus de lancement"
-#: postmaster/postmaster.c:2324
+#: postmaster/postmaster.c:2336
msgid "database system is ready to accept connections"
msgstr "le systme de bases de donnes est prt pour accepter les connexions"
-#: postmaster/postmaster.c:2376
+#: postmaster/postmaster.c:2388
msgid "background writer process"
msgstr "processus d'criture en tche de fond"
-#: postmaster/postmaster.c:2392
+#: postmaster/postmaster.c:2404
msgid "WAL writer process"
msgstr "processus d'criture des journaux de transaction"
-#: postmaster/postmaster.c:2407
+#: postmaster/postmaster.c:2419
msgid "autovacuum launcher process"
msgstr "processus de l'autovacuum"
-#: postmaster/postmaster.c:2421
+#: postmaster/postmaster.c:2433
msgid "archiver process"
msgstr "processus d'archivage"
-#: postmaster/postmaster.c:2439
+#: postmaster/postmaster.c:2451
msgid "statistics collector process"
msgstr "processus de rcupration des statistiques"
-#: postmaster/postmaster.c:2453
+#: postmaster/postmaster.c:2465
msgid "system logger process"
msgstr "processus des journaux applicatifs"
-#: postmaster/postmaster.c:2488
-#: postmaster/postmaster.c:2498
-#: postmaster/postmaster.c:2516
+#: postmaster/postmaster.c:2500
+#: postmaster/postmaster.c:2510
+#: postmaster/postmaster.c:2528
msgid "server process"
msgstr "processus serveur"
-#: postmaster/postmaster.c:2552
+#: postmaster/postmaster.c:2564
msgid "terminating any other active server processes"
msgstr "arrt des autres processus serveur actifs"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2704
+#: postmaster/postmaster.c:2716
#, c-format
msgid "%s (PID %d) exited with exit code %d"
msgstr "%s (PID %d) quitte avec le code de sortie %d"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2713
+#: postmaster/postmaster.c:2725
#, c-format
msgid "%s (PID %d) was terminated by exception 0x%X"
msgstr "%s (PID %d) a t arrt par l'exception 0x%X"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2722
+#: postmaster/postmaster.c:2734
#, c-format
msgid "%s (PID %d) was terminated by signal %d: %s"
msgstr "%s (PID %d) a t arrt par le signal %d : %s"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2732
+#: postmaster/postmaster.c:2744
#, c-format
msgid "%s (PID %d) was terminated by signal %d"
msgstr "%s (PID %d) a t arrt par le signal %d"
#. translator: %s is a noun phrase describing a child process, such as
#. "server process"
-#: postmaster/postmaster.c:2741
+#: postmaster/postmaster.c:2753
#, c-format
msgid "%s (PID %d) exited with unrecognized status %d"
msgstr "%s (PID %d) a quitt avec le statut inattendu %d"
-#: postmaster/postmaster.c:2878
+#: postmaster/postmaster.c:2890
msgid "abnormal database system shutdown"
msgstr "le systme de base de donnes a t arrt anormalement"
-#: postmaster/postmaster.c:2910
+#: postmaster/postmaster.c:2922
msgid "all server processes terminated; reinitializing"
msgstr "tous les processus serveur se sont arrts, rinitialisation"
-#: postmaster/postmaster.c:3075
+#: postmaster/postmaster.c:3087
#, c-format
msgid "could not fork new process for connection: %m"
msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : %m"
-#: postmaster/postmaster.c:3117
+#: postmaster/postmaster.c:3129
msgid "could not fork new process for connection: "
msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : "
-#: postmaster/postmaster.c:3257
+#: postmaster/postmaster.c:3240
#, c-format
msgid "connection received: host=%s%s%s"
msgstr "connexion reue : hte=%s%s%s"
-#: postmaster/postmaster.c:3336
-#, c-format
-msgid "connection authorized: user=%s database=%s"
-msgstr "connexion autorise : utilisateur=%s, base de donnes=%s"
-
-#: postmaster/postmaster.c:3576
+#: postmaster/postmaster.c:3495
#, c-format
msgid "could not execute server process \"%s\": %m"
msgstr "n'a pas pu excuter le processus serveur %s : %m"
-#: postmaster/postmaster.c:4097
+#: postmaster/postmaster.c:4008
msgid "database system is in consistent recovery mode"
msgstr "le systme de bases de donnes est dans un mode de restauration cohrent"
-#: postmaster/postmaster.c:4314
+#: postmaster/postmaster.c:4231
#, c-format
msgid "could not fork startup process: %m"
msgstr "n'a pas pu lancer le processus fils de dmarrage : %m"
-#: postmaster/postmaster.c:4318
+#: postmaster/postmaster.c:4235
#, c-format
msgid "could not fork background writer process: %m"
msgstr ""
"n'a pas pu crer un processus fils du processus d'criture en tche de\n"
"fond : %m"
-#: postmaster/postmaster.c:4322
+#: postmaster/postmaster.c:4239
#, c-format
msgid "could not fork WAL writer process: %m"
msgstr ""
"n'a pas pu crer un processus fils du processus d'criture des journaux de\n"
"transaction : %m"
-#: postmaster/postmaster.c:4326
+#: postmaster/postmaster.c:4243
#, c-format
msgid "could not fork process: %m"
msgstr "n'a pas pu lancer le processus fils : %m"
-#: postmaster/postmaster.c:4600
+#: postmaster/postmaster.c:4525
#, c-format
msgid "could not duplicate socket %d for use in backend: error code %d"
msgstr "n'a pas pu dupliquer la socket %d pour le serveur : code d'erreur %d"
-#: postmaster/postmaster.c:4629
+#: postmaster/postmaster.c:4557
#, c-format
msgid "could not create inherited socket: error code %d\n"
msgstr "n'a pas pu crer la socket hrite : code d'erreur %d\n"
-#: postmaster/postmaster.c:4658
-#: postmaster/postmaster.c:4665
+#: postmaster/postmaster.c:4586
+#: postmaster/postmaster.c:4593
#, c-format
msgid "could not read from backend variables file \"%s\": %s\n"
msgstr "n'a pas pu lire le fichier de configuration serveur %s : %s\n"
-#: postmaster/postmaster.c:4674
+#: postmaster/postmaster.c:4602
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "n'a pas pu supprimer le fichier %s : %s\n"
-#: postmaster/postmaster.c:4687
+#: postmaster/postmaster.c:4615
#, c-format
msgid "could not map view of backend variables: error code %d\n"
msgstr ""
"n'a pas pu excuter MapViewOfFile sur les variables de configuration : code\n"
"d'erreur %d\n"
-#: postmaster/postmaster.c:4696
+#: postmaster/postmaster.c:4624
#, c-format
msgid "could not unmap view of backend variables: error code %d\n"
msgstr ""
"n'a pas pu excuter UnmapViewOfFile sur les variables de configuration : code\n"
"d'erreur %d\n"
-#: postmaster/postmaster.c:4703
+#: postmaster/postmaster.c:4631
#, c-format
msgid "could not close handle to backend parameter variables: error code %d\n"
msgstr ""
"n'a pas pu fermer le lien vers les variables des paramtres du serveur :\n"
"code d'erreur %d\n"
-#: postmaster/postmaster.c:4846
+#: postmaster/postmaster.c:4774
msgid "could not read exit code for process\n"
msgstr "n'a pas pu lire le code de sortie du processus\n"
-#: postmaster/postmaster.c:4851
+#: postmaster/postmaster.c:4779
msgid "could not post child completion status\n"
msgstr "n'a pas pu poster le statut de fin de l'enfant\n"
@@ -16264,15 +16762,15 @@ msgstr "n'a pas pu rediriger la sortie des erreurs (stderr) : %m"
msgid "could not write to log file: %s\n"
msgstr "n'a pas pu crire dans le journal applicatif : %s\n"
-#: postmaster/syslogger.c:1071
-#: postmaster/syslogger.c:1133
+#: postmaster/syslogger.c:1067
+#: postmaster/syslogger.c:1134
#, c-format
msgid "could not open new log file \"%s\": %m"
msgstr "n'a pas pu ouvrir le nouveau journal applicatif %s : %m"
-#: postmaster/syslogger.c:1083
-#: postmaster/syslogger.c:1145
-msgid "disabling automatic rotation (use SIGHUP to reenable)"
+#: postmaster/syslogger.c:1079
+#: postmaster/syslogger.c:1146
+msgid "disabling automatic rotation (use SIGHUP to re-enable)"
msgstr "dsactivation de la rotation automatique (utilisez SIGHUP pour la ractiver)"
#: rewrite/rewriteDefine.c:109
@@ -16414,92 +16912,92 @@ msgstr "l'entre cible de la rgle SELECT n'a pas assez d'entres"
msgid "RETURNING list has too few entries"
msgstr "la liste RETURNING n'a pas assez d'entres"
+#: rewrite/rewriteManip.c:1009
+msgid "conditional utility statements are not implemented"
+msgstr "les instructions conditionnelles ne sont pas implmentes"
+
+#: rewrite/rewriteManip.c:1174
+msgid "WHERE CURRENT OF on a view is not implemented"
+msgstr "WHERE CURRENT OF n'est pas implment sur une vue"
+
#: rewrite/rewriteRemove.c:67
#, c-format
msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
msgstr "la rgle %s de la relation %s n'existe pas, poursuite du traitement"
-#: rewrite/rewriteHandler.c:486
+#: rewrite/rewriteHandler.c:495
msgid "cannot have RETURNING lists in multiple rules"
msgstr "ne peut pas avoir des listes RETURNING dans plusieurs rgles"
-#: rewrite/rewriteHandler.c:786
-#: rewrite/rewriteHandler.c:804
+#: rewrite/rewriteHandler.c:796
+#: rewrite/rewriteHandler.c:814
#, c-format
msgid "multiple assignments to same column \"%s\""
msgstr "affectations multiples pour la mme colonne %s "
-#: rewrite/rewriteHandler.c:1430
-#: rewrite/rewriteHandler.c:1751
+#: rewrite/rewriteHandler.c:1417
+#: rewrite/rewriteHandler.c:1740
#, c-format
msgid "infinite recursion detected in rules for relation \"%s\""
msgstr "rcursion infinie dtecte dans les rgles de la relation %s "
-#: rewrite/rewriteHandler.c:1789
+#: rewrite/rewriteHandler.c:1778
#, c-format
msgid "cannot perform INSERT RETURNING on relation \"%s\""
msgstr "ne peut pas excuter INSERT RETURNING sur la relation %s "
-#: rewrite/rewriteHandler.c:1791
+#: rewrite/rewriteHandler.c:1780
msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
msgstr ""
"Vous avez besoin d'une rgle ON INSERT DO INSTEAD sans condition avec une\n"
"clause RETURNING."
-#: rewrite/rewriteHandler.c:1796
+#: rewrite/rewriteHandler.c:1785
#, c-format
msgid "cannot perform UPDATE RETURNING on relation \"%s\""
msgstr "ne peut pas excuter UPDATE RETURNING sur la relation %s "
-#: rewrite/rewriteHandler.c:1798
+#: rewrite/rewriteHandler.c:1787
msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
msgstr ""
"Vous avez besoin d'une rgle ON UPDATE DO INSTEAD sans condition avec une\n"
"clause RETURNING."
-#: rewrite/rewriteHandler.c:1803
+#: rewrite/rewriteHandler.c:1792
#, c-format
msgid "cannot perform DELETE RETURNING on relation \"%s\""
msgstr "ne peut pas excuter DELETE RETURNING sur la relation %s "
-#: rewrite/rewriteHandler.c:1805
+#: rewrite/rewriteHandler.c:1794
msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
msgstr ""
"Vous avez besoin d'une rgle ON DELETE DO INSTEAD sans condition avec une\n"
"clause RETURNING."
-#: rewrite/rewriteHandler.c:1903
+#: rewrite/rewriteHandler.c:1892
msgid "cannot insert into a view"
msgstr "ne peut pas insrer dans une vue"
-#: rewrite/rewriteHandler.c:1904
+#: rewrite/rewriteHandler.c:1893
msgid "You need an unconditional ON INSERT DO INSTEAD rule."
msgstr "Vous avez besoin d'une rgle ON INSERT DO INSTEAD."
-#: rewrite/rewriteHandler.c:1909
+#: rewrite/rewriteHandler.c:1898
msgid "cannot update a view"
msgstr "ne peut pas mettre jour une vue"
-#: rewrite/rewriteHandler.c:1910
+#: rewrite/rewriteHandler.c:1899
msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
msgstr "Vous avez besoin d'une rgle non conditionnelle ON UPDATE DO INSTEAD."
-#: rewrite/rewriteHandler.c:1915
+#: rewrite/rewriteHandler.c:1904
msgid "cannot delete from a view"
msgstr "ne peut pas supprimer partir d'une vue"
-#: rewrite/rewriteHandler.c:1916
+#: rewrite/rewriteHandler.c:1905
msgid "You need an unconditional ON DELETE DO INSTEAD rule."
msgstr "Vous avez besoin d'une rgle inconditionnelle ON DELETE DO INSTEAD."
-#: rewrite/rewriteManip.c:1012
-msgid "conditional utility statements are not implemented"
-msgstr "les instructions conditionnelles ne sont pas implmentes"
-
-#: rewrite/rewriteManip.c:1213
-msgid "WHERE CURRENT OF on a view is not implemented"
-msgstr "WHERE CURRENT OF n'est pas implment sur une vue"
-
#: snowball/dict_snowball.c:183
#, c-format
msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\""
@@ -16518,13 +17016,13 @@ msgstr "paramtre Snowball non reconnu : %s "
msgid "missing Language parameter"
msgstr "paramtre Language manquant"
-#: ../port/chklocale.c:319
#: ../port/chklocale.c:325
+#: ../port/chklocale.c:331
#, c-format
msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
msgstr "n'a pas pu dterminer l'encodage pour la locale %s : le codeset vaut %s "
-#: ../port/chklocale.c:327
+#: ../port/chklocale.c:333
msgid "Please report this to <pgsql-bugs@postgresql.org>."
msgstr "Veuillez rapporter ceci <pgsql-bugs@postgresql.org>."
@@ -16535,35 +17033,35 @@ msgstr "Veuillez rapporter ceci <pgsql-bugs@postgresql.org>."
msgid "out of memory\n"
msgstr "mmoire puise\n"
-#: ../port/dirmod.c:267
+#: ../port/dirmod.c:283
#, c-format
msgid "could not set junction for \"%s\": %s"
msgstr "n'a pas pu configurer la jonction pour %s : %s"
-#: ../port/dirmod.c:270
+#: ../port/dirmod.c:286
#, c-format
msgid "could not set junction for \"%s\": %s\n"
msgstr "n'a pas pu configurer la jonction pour %s : %s\n"
-#: ../port/dirmod.c:309
+#: ../port/dirmod.c:325
#, c-format
msgid "could not open directory \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le rpertoire %s : %s\n"
-#: ../port/dirmod.c:346
+#: ../port/dirmod.c:362
#, c-format
msgid "could not read directory \"%s\": %s\n"
msgstr "n'a pas pu lire le rpertoire %s : %s\n"
-#: ../port/dirmod.c:429
+#: ../port/dirmod.c:445
#, c-format
msgid "could not stat file or directory \"%s\": %s\n"
msgstr ""
"n'a pas pu rcuprer les informations sur le fichier ou rpertoire\n"
" %s : %s\n"
-#: ../port/dirmod.c:456
-#: ../port/dirmod.c:473
+#: ../port/dirmod.c:472
+#: ../port/dirmod.c:489
#, c-format
msgid "could not remove file or directory \"%s\": %s\n"
msgstr "n'a pas pu supprimer le fichier ou rpertoire %s : %s\n"
@@ -16664,6 +17162,84 @@ msgstr "correspondance du code d'erreur win32 %lu en %d"
msgid "unrecognized win32 error code: %lu"
msgstr "code d'erreur win32 non reconnu : %lu"
+#~ msgid "DISTINCT is supported only for single-argument aggregates"
+#~ msgstr ""
+#~ "DISTINCT est seulement support pour les agrgats un seul argument"
+#~ msgid "index row size %lu exceeds btree maximum, %lu"
+#~ msgstr "la taille de la ligne index %lu dpasse le maximum de btree, %lu"
+#~ msgid "Table contains duplicated values."
+#~ msgstr "La table contient des valeurs dupliques."
+#~ msgid "Automatically adds missing table references to FROM clauses."
+#~ msgstr ""
+#~ "Ajoute automatiquement les rfrences la table manquant dans les "
+#~ "clauses\n"
+#~ "FROM."
+#~ msgid "Sets the regular expression \"flavor\"."
+#~ msgstr "Initialise l'expression rationnelle flavor ."
+#~ msgid "attempted change of parameter \"%s\" ignored"
+#~ msgstr "tentative de modification du paramtre %s ignor"
+#~ msgid "This parameter cannot be changed after server start."
+#~ msgstr "Ce paramtre ne peut pas tre modifi aprs le lancement du serveur"
+#~ msgid "could not write to temporary file \"%s\": %m"
+#~ msgstr "n'a pas pu crire le fichier temporaire %s : %m"
+#~ msgid "invalid database name \"%s\""
+#~ msgstr "nom de base de donnes %s invalide"
+#~ msgid "invalid role name \"%s\""
+#~ msgstr "nom de rle %s invalide"
+#~ msgid "invalid role password \"%s\""
+#~ msgstr "mot de passe %s de l'utilisateur invalide"
+#~ msgid "cannot specify CSV in BINARY mode"
+#~ msgstr "ne peut pas spcifier CSV en mode binaire (BINARY)"
+#~ msgid "cannot set session authorization within security-definer function"
+#~ msgstr ""
+#~ "ne peut pas excuter SESSION AUTHORIZATION sur la fonction SECURITY "
+#~ "DEFINER"
+#~ msgid ""
+#~ "SELECT FOR UPDATE/SHARE is not supported within a query with multiple "
+#~ "result relations"
+#~ msgstr ""
+#~ "SELECT FOR UPDATE/SHARE n'est pas support dans une requte avec "
+#~ "plusieurs\n"
+#~ "relations"
+#~ msgid "could not create relation %s: %m"
+#~ msgstr "n'a pas pu crer la relation %s : %m"
+#~ msgid "could not remove relation %s: %m"
+#~ msgstr "n'a pas pu supprimer la relation %s : %m"
+#~ msgid "could not remove segment %u of relation %s: %m"
+#~ msgstr "n'a pas pu supprimer le segment %u de la relation %s : %m"
+#~ msgid "could not seek to block %u of relation %s: %m"
+#~ msgstr "n'a pas pu se positionner sur le bloc %u de la relation %s : %m"
+#~ msgid "could not extend relation %s: %m"
+#~ msgstr "n'a pas pu tendre la relation %s : %m"
+#~ msgid "could not open relation %s: %m"
+#~ msgstr "n'a pas pu ouvrir la relation %s : %m"
+#~ msgid "could not read block %u of relation %s: %m"
+#~ msgstr "n'a pas pu lire le bloc %u de la relation %s : %m"
+#~ msgid "could not write block %u of relation %s: %m"
+#~ msgstr "n'a pas pu crire le bloc %u de la relation %s : %m"
+#~ msgid "could not open segment %u of relation %s: %m"
+#~ msgstr "n'a pas pu ouvrir le segment %u de la relation %s : %m"
+#~ msgid "could not fsync segment %u of relation %s: %m"
+#~ msgstr ""
+#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n"
+#~ "%s : %m"
+#~ msgid "could not fsync segment %u of relation %s but retrying: %m"
+#~ msgstr ""
+#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n"
+#~ "%s, nouvelle tentative : %m"
+#~ msgid "could not seek to end of segment %u of relation %s: %m"
+#~ msgstr ""
+#~ "n'a pas pu se dplacer la fin du segment %u de la relation %s : %m"
+#~ msgid "unsupported PAM conversation %d/%s"
+#~ msgstr "conversation PAM %d/%s non supporte"
+#~ msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries"
+#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris dans les sous-requtes"
+#~ msgid "adding missing FROM-clause entry for table \"%s\""
+#~ msgstr "ajout d'une entre manquante dans FROM (table %s )"
+#~ msgid "OLD used in query that is not in a rule"
+#~ msgstr "OLD utilis dans une requte qui n'est pas une rgle"
+#~ msgid "NEW used in query that is not in a rule"
+#~ msgstr "NEW utilis dans une requte qui ne fait pas partie d'une rgle"
#~ msgid "hurrying in-progress restartpoint"
#~ msgstr "acclration du restartpoint en cours"
#~ msgid "multiple DELETE events specified"
@@ -16909,13 +17485,6 @@ msgstr "code d'erreur win32 non reconnu : %lu"
#~ msgstr "Les valeurs valides sont BASE64 et HEX."
#~ msgid "Valid values are DOCUMENT and CONTENT."
#~ msgstr "Les valeurs valides sont DOCUMENT et CONTENT."
-#~ msgid ""
-#~ "parameter \"%s\" cannot be changed after server start; configuration file "
-#~ "change ignored"
-#~ msgstr ""
-#~ "le paramtre %s ne peut pas tre modifi aprs le lancement du "
-#~ "serveur ;\n"
-#~ "changement du fichier de configuration ignor"
#~ msgid "invalid argument for power function"
#~ msgstr "argument invalide pour la fonction puissance (power)"
#~ msgid "not unique \"S\""
diff --git a/src/bin/initdb/po/de.po b/src/bin/initdb/po/de.po
index df7b141256d..bb75b777f44 100644
--- a/src/bin/initdb/po/de.po
+++ b/src/bin/initdb/po/de.po
@@ -1,283 +1,280 @@
# German message translation file for initdb.
# Peter Eisentraut <peter_e@gmx.net>, 2003 - 2009.
#
-# Use these quotes: %s
+# Use these quotes: »%s«
#
-# pgtranslation Id: initdb.po,v 1.14 2009/04/10 21:26:27 petere Exp $
+# pgtranslation Id: initdb.po,v 1.15 2009/12/19 11:16:00 petere Exp $
#
msgid ""
msgstr ""
-"Project-Id-Version: PostgreSQL 8.4\n"
+"Project-Id-Version: PostgreSQL 8.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-10 19:10+0000\n"
-"PO-Revision-Date: 2009-03-02 11:13+0200\n"
+"POT-Creation-Date: 2009-12-19 07:13+0000\n"
+"PO-Revision-Date: 2009-12-19 13:12+0200\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: Peter Eisentraut <peter_e@gmx.net>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: initdb.c:254 initdb.c:268
+#: initdb.c:255 initdb.c:269
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: Speicher aufgebraucht\n"
-#: initdb.c:377 initdb.c:1490
+#: initdb.c:378 initdb.c:1469
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
-msgstr "%s: konnte Datei %s nicht zum Lesen ffnen: %s\n"
+msgstr "%s: konnte Datei »%s« nicht zum Lesen öffnen: %s\n"
-#: initdb.c:439 initdb.c:998 initdb.c:1027
+#: initdb.c:434 initdb.c:993 initdb.c:1022
#, c-format
msgid "%s: could not open file \"%s\" for writing: %s\n"
-msgstr "%s: konnte Datei %s nicht zum Schreiben ffnen: %s\n"
+msgstr "%s: konnte Datei »%s« nicht zum Schreiben öffnen: %s\n"
-#: initdb.c:447 initdb.c:455 initdb.c:1005 initdb.c:1033
+#: initdb.c:442 initdb.c:450 initdb.c:1000 initdb.c:1028
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
-msgstr "%s: konnte Datei %s nicht schreiben: %s\n"
+msgstr "%s: konnte Datei »%s« nicht schreiben: %s\n"
-#: initdb.c:474
+#: initdb.c:469
#, c-format
msgid "%s: could not execute command \"%s\": %s\n"
-msgstr "%s: konnte Befehl %s nicht ausfhren: %s\n"
+msgstr "%s: konnte Befehl »%s« nicht ausführen: %s\n"
-#: initdb.c:594
+#: initdb.c:589
#, c-format
msgid "%s: removing data directory \"%s\"\n"
-msgstr "%s: entferne Datenverzeichnis %s\n"
+msgstr "%s: entferne Datenverzeichnis »%s«\n"
-#: initdb.c:597
+#: initdb.c:592
#, c-format
msgid "%s: failed to remove data directory\n"
msgstr "%s: konnte Datenverzeichnis nicht entfernen\n"
-#: initdb.c:603
+#: initdb.c:598
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
-msgstr "%s: entferne Inhalt des Datenverzeichnisses %s\n"
+msgstr "%s: entferne Inhalt des Datenverzeichnisses »%s«\n"
-#: initdb.c:606
+#: initdb.c:601
#, c-format
msgid "%s: failed to remove contents of data directory\n"
msgstr "%s: konnte Inhalt des Datenverzeichnisses nicht entfernen\n"
-#: initdb.c:612
+#: initdb.c:607
#, c-format
msgid "%s: removing transaction log directory \"%s\"\n"
-msgstr "%s: entferne Transaktionslogverzeichnis %s\n"
+msgstr "%s: entferne Transaktionslogverzeichnis »%s«\n"
-#: initdb.c:615
+#: initdb.c:610
#, c-format
msgid "%s: failed to remove transaction log directory\n"
msgstr "%s: konnte Transaktionslogverzeichnis nicht entfernen\n"
-#: initdb.c:621
+#: initdb.c:616
#, c-format
msgid "%s: removing contents of transaction log directory \"%s\"\n"
-msgstr "%s: entferne Inhalt des Transaktionslogverzeichnisses %s\n"
+msgstr "%s: entferne Inhalt des Transaktionslogverzeichnisses »%s«\n"
-#: initdb.c:624
+#: initdb.c:619
#, c-format
msgid "%s: failed to remove contents of transaction log directory\n"
msgstr "%s: konnte Inhalt des Transaktionslogverzeichnisses nicht entfernen\n"
-#: initdb.c:633
+#: initdb.c:628
#, c-format
msgid "%s: data directory \"%s\" not removed at user's request\n"
-msgstr "%s: Datenverzeichnis %s wurde auf Anwenderwunsch nicht entfernt\n"
+msgstr "%s: Datenverzeichnis »%s« wurde auf Anwenderwunsch nicht entfernt\n"
-#: initdb.c:638
+#: initdb.c:633
#, c-format
msgid "%s: transaction log directory \"%s\" not removed at user's request\n"
msgstr ""
-"%s: Transaktionslogverzeichnis %s wurde auf Anwenderwunsch nicht entfernt\n"
+"%s: Transaktionslogverzeichnis »%s« wurde auf Anwenderwunsch nicht entfernt\n"
-#: initdb.c:662
+#: initdb.c:655
#, c-format
msgid ""
"%s: cannot be run as root\n"
"Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n"
"own the server process.\n"
msgstr ""
-"%s: kann nicht als root ausgefhrt werden\n"
-"Bitte loggen Sie sich (z.B. mit su) als der (unprivilegierte) Benutzer\n"
-"ein, der Eigentmer des Serverprozesses sein soll.\n"
+"%s: kann nicht als root ausgeführt werden\n"
+"Bitte loggen Sie sich (z.B. mit »su«) als der (unprivilegierte) Benutzer\n"
+"ein, der Eigentümer des Serverprozesses sein soll.\n"
-#: initdb.c:672
+#: initdb.c:667
#, c-format
msgid "%s: could not obtain information about current user: %s\n"
-msgstr "%s: konnte Informationen ber aktuellen Benutzer nicht ermitteln: %s\n"
+msgstr "%s: konnte Informationen über aktuellen Benutzer nicht ermitteln: %s\n"
-#: initdb.c:689
+#: initdb.c:684
#, c-format
msgid "%s: could not get current user name: %s\n"
msgstr "%s: konnte aktuellen Benutzernamen nicht ermitteln: %s\n"
-#: initdb.c:720
+#: initdb.c:715
#, c-format
msgid "%s: \"%s\" is not a valid server encoding name\n"
-msgstr "%s: %s ist keine gltige Serverkodierung\n"
+msgstr "%s: »%s« ist keine gültige Serverkodierung\n"
-#: initdb.c:918 initdb.c:3058
+#: initdb.c:913 initdb.c:3052
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
-msgstr "%s: konnte Verzeichnis %s nicht erzeugen: %s\n"
+msgstr "%s: konnte Verzeichnis »%s« nicht erzeugen: %s\n"
-#: initdb.c:948
+#: initdb.c:943
#, c-format
msgid "%s: file \"%s\" does not exist\n"
-msgstr "%s: Datei %s existiert nicht\n"
+msgstr "%s: Datei »%s« existiert nicht\n"
-#: initdb.c:950 initdb.c:959 initdb.c:969
+#: initdb.c:945 initdb.c:954 initdb.c:964
#, c-format
msgid ""
"This might mean you have a corrupted installation or identified\n"
"the wrong directory with the invocation option -L.\n"
msgstr ""
-"Das knnte bedeuten, dass Ihre Installation fehlerhaft ist oder dass Sie "
+"Das könnte bedeuten, dass Ihre Installation fehlerhaft ist oder dass Sie "
"das\n"
"falsche Verzeichnis mit der Kommandozeilenoption -L angegeben haben.\n"
-#: initdb.c:956
+#: initdb.c:951
#, c-format
msgid "%s: could not access file \"%s\": %s\n"
-msgstr "%s: konnte nicht auf Datei %s zugreifen: %s\n"
+msgstr "%s: konnte nicht auf Datei »%s« zugreifen: %s\n"
-#: initdb.c:967
+#: initdb.c:962
#, c-format
msgid "%s: file \"%s\" is not a regular file\n"
-msgstr "%s: Datei %s ist keine normale Datei\n"
+msgstr "%s: Datei »%s« ist keine normale Datei\n"
-#: initdb.c:1075
+#: initdb.c:1070
#, c-format
msgid "selecting default max_connections ... "
-msgstr "whle Vorgabewert fr max_connections ... "
+msgstr "wähle Vorgabewert für max_connections ... "
-#: initdb.c:1104
+#: initdb.c:1099
#, c-format
msgid "selecting default shared_buffers ... "
-msgstr "whle Vorgabewert fr shared_buffers ... "
+msgstr "wähle Vorgabewert für shared_buffers ... "
-#: initdb.c:1147
+#: initdb.c:1142
msgid "creating configuration files ... "
msgstr "erzeuge Konfigurationsdateien ... "
-#: initdb.c:1314
+#: initdb.c:1309
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr "erzeuge Datenbank template1 in %s/base/1 ... "
-#: initdb.c:1330
+#: initdb.c:1325
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
"Check your installation or specify the correct path using the option -L.\n"
msgstr ""
-"%s: Eingabedatei %s gehrt nicht zu PostgreSQL %s\n"
-"Prfen Sie Ihre Installation oder geben Sie den korrekten Pfad mit der\n"
+"%s: Eingabedatei »%s« gehört nicht zu PostgreSQL %s\n"
+"Prüfen Sie Ihre Installation oder geben Sie den korrekten Pfad mit der\n"
"Option -L an.\n"
-#: initdb.c:1429
+#: initdb.c:1410
msgid "initializing pg_authid ... "
msgstr "initialisiere pg_authid ... "
-#: initdb.c:1465
+#: initdb.c:1444
msgid "Enter new superuser password: "
msgstr "Geben Sie das neue Superuser-Passwort ein: "
-#: initdb.c:1466
+#: initdb.c:1445
msgid "Enter it again: "
msgstr "Geben Sie es noch einmal ein: "
-#: initdb.c:1469
+#: initdb.c:1448
#, c-format
msgid "Passwords didn't match.\n"
-msgstr "Passwrter stimmten nicht berein.\n"
+msgstr "Passwörter stimmten nicht überein.\n"
-#: initdb.c:1496
+#: initdb.c:1475
#, c-format
msgid "%s: could not read password from file \"%s\": %s\n"
-msgstr "%s: konnte Passwort nicht aus Datei %s lesen: %s\n"
+msgstr "%s: konnte Passwort nicht aus Datei »%s« lesen: %s\n"
-#: initdb.c:1509
+#: initdb.c:1488
#, c-format
msgid "setting password ... "
msgstr "setze das Passwort ... "
-#: initdb.c:1533
-#, c-format
-msgid "%s: The password file was not generated. Please report this problem.\n"
-msgstr ""
-"%s: Die Passwortdatei wurde nicht erzeugt. Bitte teilen Sie dieses Problem "
-"mit.\n"
-
-#: initdb.c:1617
+#: initdb.c:1586
msgid "initializing dependencies ... "
-msgstr "initialisiere Abhngigkeiten ... "
+msgstr "initialisiere Abhängigkeiten ... "
-#: initdb.c:1645
+#: initdb.c:1614
msgid "creating system views ... "
msgstr "erzeuge Systemsichten ... "
-#: initdb.c:1681
+#: initdb.c:1650
msgid "loading system objects' descriptions ... "
msgstr "lade Systemobjektbeschreibungen ... "
-#: initdb.c:1733
+#: initdb.c:1702
msgid "creating conversions ... "
msgstr "erzeuge Konversionen ... "
-#: initdb.c:1768
+#: initdb.c:1737
msgid "creating dictionaries ... "
-msgstr "erzeuge Wrterbcher ... "
+msgstr "erzeuge Wörterbücher ... "
-#: initdb.c:1821
+#: initdb.c:1791
msgid "setting privileges on built-in objects ... "
msgstr "setze Privilegien der eingebauten Objekte ... "
-#: initdb.c:1879
+#: initdb.c:1849
msgid "creating information schema ... "
msgstr "erzeuge Informationsschema ... "
-#: initdb.c:1935
+#: initdb.c:1905
+msgid "loading PL/pgSQL server-side language ... "
+msgstr "lade Serversprache PL/pgSQL ..."
+
+#: initdb.c:1930
msgid "vacuuming database template1 ... "
-msgstr "fhre Vacuum in Datenbank template1 durch ..."
+msgstr "führe Vacuum in Datenbank template1 durch ..."
-#: initdb.c:1989
+#: initdb.c:1984
msgid "copying template1 to template0 ... "
msgstr "kopiere template1 nach template0 ... "
-#: initdb.c:2020
+#: initdb.c:2015
msgid "copying template1 to postgres ... "
msgstr "kopiere template1 nach postgres ... "
-#: initdb.c:2077
+#: initdb.c:2072
#, c-format
msgid "caught signal\n"
msgstr "Signal abgefangen\n"
-#: initdb.c:2083
+#: initdb.c:2078
#, c-format
msgid "could not write to child process: %s\n"
msgstr "konnte nicht an Kindprozess schreiben: %s\n"
-#: initdb.c:2091
+#: initdb.c:2086
#, c-format
msgid "ok\n"
msgstr "ok\n"
-#: initdb.c:2211
+#: initdb.c:2206
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
-msgstr "%s: ungltiger Locale-Name %s\n"
+msgstr "%s: ungültiger Locale-Name »%s«\n"
-#: initdb.c:2244
+#: initdb.c:2232
#, c-format
msgid "%s: encoding mismatch\n"
msgstr "%s: unpassende Kodierungen\n"
-#: initdb.c:2246
+#: initdb.c:2234
#, c-format
msgid ""
"The encoding you selected (%s) and the encoding that the\n"
@@ -286,13 +283,13 @@ msgid ""
"Rerun %s and either do not specify an encoding explicitly,\n"
"or choose a matching combination.\n"
msgstr ""
-"Die von Ihnen gewhlte Kodierung (%s) und die von der gewhlten\n"
+"Die von Ihnen gewählte Kodierung (%s) und die von der gewählten\n"
"Locale verwendete Kodierung (%s) passen nicht zu einander. Das\n"
-"wrde in verschiedenen Zeichenkettenfunktionen zu Fehlverhalten\n"
-"fhren. Starten Sie %s erneut und geben Sie entweder keine\n"
-"Kodierung explizit an oder whlen Sie eine passende Kombination.\n"
+"würde in verschiedenen Zeichenkettenfunktionen zu Fehlverhalten\n"
+"führen. Starten Sie %s erneut und geben Sie entweder keine\n"
+"Kodierung explizit an oder wählen Sie eine passende Kombination.\n"
-#: initdb.c:2427
+#: initdb.c:2415
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
@@ -301,17 +298,17 @@ msgstr ""
"%s initialisiert einen PostgreSQL-Datenbankcluster.\n"
"\n"
-#: initdb.c:2428
+#: initdb.c:2416
#, c-format
msgid "Usage:\n"
msgstr "Aufruf:\n"
-#: initdb.c:2429
+#: initdb.c:2417
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr " %s [OPTION]... [DATENVERZEICHNIS]\n"
-#: initdb.c:2430
+#: initdb.c:2418
#, c-format
msgid ""
"\n"
@@ -320,34 +317,34 @@ msgstr ""
"\n"
"Optionen:\n"
-#: initdb.c:2431
+#: initdb.c:2419
#, c-format
msgid ""
" -A, --auth=METHOD default authentication method for local "
"connections\n"
msgstr ""
-" -A, --auth=METHODE vorgegebene Authentifizierungsmethode fr lokale "
+" -A, --auth=METHODE vorgegebene Authentifizierungsmethode für lokale "
"Verbindungen\n"
-#: initdb.c:2432
+#: initdb.c:2420
#, c-format
msgid " [-D, --pgdata=]DATADIR location for this database cluster\n"
msgstr ""
-" [-D, --pgdata=]DATENVERZ Datenverzeichnis fr diesen Datenbankcluster\n"
+" [-D, --pgdata=]DATENVERZ Datenverzeichnis für diesen Datenbankcluster\n"
-#: initdb.c:2433
+#: initdb.c:2421
#, c-format
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr ""
-" -E, --encoding=KODIERUNG setze Standardkodierung fr neue Datenbanken\n"
+" -E, --encoding=KODIERUNG setze Standardkodierung für neue Datenbanken\n"
-#: initdb.c:2434
+#: initdb.c:2422
#, c-format
msgid " --locale=LOCALE set default locale for new databases\n"
msgstr ""
-" --locale=LOCALE setze Standardlocale fr neue Datenbanken\n"
+" --locale=LOCALE setze Standardlocale für neue Datenbanken\n"
-#: initdb.c:2435
+#: initdb.c:2423
#, c-format
msgid ""
" --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
@@ -360,22 +357,22 @@ msgstr ""
" --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n"
" setze Standardlocale in der jeweiligen "
"Kategorie\n"
-" fr neue Datenbanken (Voreinstellung aus der\n"
+" für neue Datenbanken (Voreinstellung aus der\n"
" Umgebung entnommen)\n"
-#: initdb.c:2439
+#: initdb.c:2427
#, c-format
msgid " --no-locale equivalent to --locale=C\n"
msgstr " --no-locale entspricht --locale=C\n"
-#: initdb.c:2440
+#: initdb.c:2428
#, c-format
msgid ""
" --pwfile=FILE read password for the new superuser from file\n"
msgstr ""
" --pwfile=DATEI lese Passwort des neuen Superusers aus Datei\n"
-#: initdb.c:2441
+#: initdb.c:2429
#, c-format
msgid ""
" -T, --text-search-config=CFG\n"
@@ -384,53 +381,53 @@ msgstr ""
" -T, --text-search-config=KFG\n"
" Standardtextsuchekonfiguration\n"
-#: initdb.c:2443
+#: initdb.c:2431
#, c-format
msgid " -U, --username=NAME database superuser name\n"
msgstr " -U, --username=NAME Datenbank-Superusername\n"
-#: initdb.c:2444
+#: initdb.c:2432
#, c-format
msgid ""
" -W, --pwprompt prompt for a password for the new superuser\n"
-msgstr " -W, --pwprompt frage nach Passwort fr neuen Superuser\n"
+msgstr " -W, --pwprompt frage nach Passwort für neuen Superuser\n"
-#: initdb.c:2445
+#: initdb.c:2433
#, c-format
msgid ""
" -X, --xlogdir=XLOGDIR location for the transaction log directory\n"
-msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis fr den Transaktionslog\n"
+msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis für den Transaktionslog\n"
-#: initdb.c:2446
+#: initdb.c:2434
#, c-format
msgid ""
"\n"
"Less commonly used options:\n"
msgstr ""
"\n"
-"Weniger hufig verwendete Optionen:\n"
+"Weniger häufig verwendete Optionen:\n"
-#: initdb.c:2447
+#: initdb.c:2435
#, c-format
msgid " -d, --debug generate lots of debugging output\n"
msgstr " -d, --debug erzeuge eine Menge Debug-Ausgaben\n"
-#: initdb.c:2448
+#: initdb.c:2436
#, c-format
msgid " -L DIRECTORY where to find the input files\n"
msgstr " -L VERZEICHNIS wo sind die Eingabedateien zu finden\n"
-#: initdb.c:2449
+#: initdb.c:2437
#, c-format
msgid " -n, --noclean do not clean up after errors\n"
-msgstr " -n, --noclean nach Fehlern nicht aufrumen\n"
+msgstr " -n, --noclean nach Fehlern nicht aufräumen\n"
-#: initdb.c:2450
+#: initdb.c:2438
#, c-format
msgid " -s, --show show internal settings\n"
msgstr " -s, --show zeige interne Einstellungen\n"
-#: initdb.c:2451
+#: initdb.c:2439
#, c-format
msgid ""
"\n"
@@ -439,18 +436,18 @@ msgstr ""
"\n"
"Weitere Optionen:\n"
-#: initdb.c:2452
+#: initdb.c:2440
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n"
-#: initdb.c:2453
+#: initdb.c:2441
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr ""
" -V, --version Versionsinformationen anzeigen, dann beenden\n"
-#: initdb.c:2454
+#: initdb.c:2442
#, c-format
msgid ""
"\n"
@@ -461,7 +458,7 @@ msgstr ""
"Wenn kein Datenverzeichnis angegeben ist, dann wird die Umgebungsvariable\n"
"PGDATA verwendet.\n"
-#: initdb.c:2456
+#: initdb.c:2444
#, c-format
msgid ""
"\n"
@@ -470,33 +467,33 @@ msgstr ""
"\n"
"Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
-#: initdb.c:2561
+#: initdb.c:2549
#, c-format
msgid "Running in debug mode.\n"
msgstr "Debug-Modus ist an.\n"
-#: initdb.c:2565
+#: initdb.c:2553
#, c-format
msgid "Running in noclean mode. Mistakes will not be cleaned up.\n"
-msgstr "Noclean-Modus ist an. Bei Fehlern wird nicht aufgerumt.\n"
+msgstr "Noclean-Modus ist an. Bei Fehlern wird nicht aufgeräumt.\n"
-#: initdb.c:2608 initdb.c:2626 initdb.c:2894
+#: initdb.c:2596 initdb.c:2614 initdb.c:2888
#, c-format
msgid "Try \"%s --help\" for more information.\n"
-msgstr "Versuchen Sie %s --help fr weitere Informationen.\n"
+msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
-#: initdb.c:2624
+#: initdb.c:2612
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
-msgstr "%s: zu viele Kommandozeilenargumente (das erste ist %s)\n"
+msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n"
-#: initdb.c:2633
+#: initdb.c:2621
#, c-format
msgid "%s: password prompt and password file cannot be specified together\n"
msgstr ""
-"%s: Passwortprompt und Passwortdatei knnen nicht zusammen angegeben werden\n"
+"%s: Passwortprompt und Passwortdatei können nicht zusammen angegeben werden\n"
-#: initdb.c:2639
+#: initdb.c:2627
msgid ""
"\n"
"WARNING: enabling \"trust\" authentication for local connections\n"
@@ -504,16 +501,16 @@ msgid ""
"next time you run initdb.\n"
msgstr ""
"\n"
-"WARNUNG: Authentifizierung fr lokale Verbindungen auf trust gesetzt\n"
-"Sie knnen dies ndern, indem Sie pg_hba.conf bearbeiten oder beim\n"
-"nchsten Aufruf von initdb die Option -A verwenden.\n"
+"WARNUNG: Authentifizierung für lokale Verbindungen auf »trust« gesetzt\n"
+"Sie können dies ändern, indem Sie pg_hba.conf bearbeiten oder beim\n"
+"nächsten Aufruf von initdb die Option -A verwenden.\n"
-#: initdb.c:2662
+#: initdb.c:2650
#, c-format
msgid "%s: unrecognized authentication method \"%s\"\n"
-msgstr "%s: unbekannte Authentifizierungsmethode %s\n"
+msgstr "%s: unbekannte Authentifizierungsmethode »%s«\n"
-#: initdb.c:2672
+#: initdb.c:2660
#, c-format
msgid ""
"%s: must specify a password for the superuser to enable %s authentication\n"
@@ -521,7 +518,7 @@ msgstr ""
"%s: Superuser-Passwort muss angegeben werden um %s-Authentifizierung "
"einzuschalten\n"
-#: initdb.c:2687
+#: initdb.c:2675
#, c-format
msgid ""
"%s: no data directory specified\n"
@@ -530,59 +527,59 @@ msgid ""
"environment variable PGDATA.\n"
msgstr ""
"%s: kein Datenverzeichnis angegeben\n"
-"Sie mssen das Verzeichnis angeben, wo dieses Datenbanksystem abgelegt\n"
+"Sie müssen das Verzeichnis angeben, wo dieses Datenbanksystem abgelegt\n"
"werden soll. Machen Sie dies entweder mit der Kommandozeilenoption -D\n"
"oder mit der Umgebungsvariable PGDATA.\n"
-#: initdb.c:2763
+#: initdb.c:2759
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
-"Das Programm postgres wird von %s bentigt, aber wurde nicht im\n"
-"selben Verzeichnis wie %s gefunden.\n"
-"Prfen Sie Ihre Installation.\n"
+"Das Programm »postgres« wird von %s benötigt, aber wurde nicht im\n"
+"selben Verzeichnis wie »%s« gefunden.\n"
+"Prüfen Sie Ihre Installation.\n"
-#: initdb.c:2770
+#: initdb.c:2766
#, c-format
msgid ""
"The program \"postgres\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
-"Das Programm postgres wurde von %s gefunden,\n"
+"Das Programm »postgres« wurde von %s gefunden,\n"
"aber es hatte nicht die gleiche Version wie %s.\n"
-"Prfen Sie Ihre Installation.\n"
+"Prüfen Sie Ihre Installation.\n"
-#: initdb.c:2789
+#: initdb.c:2785
#, c-format
msgid "%s: input file location must be an absolute path\n"
msgstr "%s: Eingabedatei muss absoluten Pfad haben\n"
-#: initdb.c:2797
+#: initdb.c:2793
#, c-format
msgid "%s: could not determine valid short version string\n"
-msgstr "%s: konnte keine gltige kurze Versionszeichenkette ermitteln\n"
+msgstr "%s: konnte keine gültige kurze Versionszeichenkette ermitteln\n"
-#: initdb.c:2852
+#: initdb.c:2848
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
"This user must also own the server process.\n"
"\n"
msgstr ""
-"Die Dateien, die zu diesem Datenbanksystem gehren, werden dem Benutzer\n"
-"%s gehren. Diesem Benutzer muss auch der Serverprozess gehren.\n"
+"Die Dateien, die zu diesem Datenbanksystem gehören, werden dem Benutzer\n"
+"»%s« gehören. Diesem Benutzer muss auch der Serverprozess gehören.\n"
"\n"
-#: initdb.c:2862
+#: initdb.c:2858
#, c-format
msgid "The database cluster will be initialized with locale %s.\n"
msgstr "Der Datenbankcluster wird mit der Locale %s initialisiert werden.\n"
-#: initdb.c:2865
+#: initdb.c:2861
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
@@ -601,22 +598,22 @@ msgstr ""
" NUMERIC: %s\n"
" TIME: %s\n"
-#: initdb.c:2891
+#: initdb.c:2885
#, c-format
msgid "%s: could not find suitable encoding for locale %s\n"
-msgstr "%s: konnte keine passende Kodierung fr Locale %s finden\n"
+msgstr "%s: konnte keine passende Kodierung für Locale »%s« finden\n"
-#: initdb.c:2893
+#: initdb.c:2887
#, c-format
msgid "Rerun %s with the -E option.\n"
-msgstr "Fhren Sie %s erneut mit der Option -E aus.\n"
+msgstr "Führen Sie %s erneut mit der Option -E aus.\n"
-#: initdb.c:2902
+#: initdb.c:2896
#, c-format
msgid "%s: locale %s requires unsupported encoding %s\n"
-msgstr "%s: Locale %s bentigt nicht untersttzte Kodierung %s\n"
+msgstr "%s: Locale %s benötigt nicht unterstützte Kodierung %s\n"
-#: initdb.c:2905
+#: initdb.c:2899
#, c-format
msgid ""
"Encoding %s is not allowed as a server-side encoding.\n"
@@ -625,59 +622,59 @@ msgstr ""
"Kodierung %s ist nicht als serverseitige Kodierung erlaubt.\n"
"Starten Sie %s erneut mit einer anderen Locale-Wahl.\n"
-#: initdb.c:2913
+#: initdb.c:2907
#, c-format
msgid "The default database encoding has accordingly been set to %s.\n"
msgstr "Die Standarddatenbankkodierung wurde entsprechend auf %s gesetzt.\n"
-#: initdb.c:2930
+#: initdb.c:2924
#, c-format
msgid "%s: could not find suitable text search configuration for locale %s\n"
msgstr ""
-"%s: konnte keine passende Textsuchekonfiguration fr Locale %s finden\n"
+"%s: konnte keine passende Textsuchekonfiguration für Locale »%s« finden\n"
-#: initdb.c:2941
+#: initdb.c:2935
#, c-format
msgid ""
"%s: warning: suitable text search configuration for locale %s is unknown\n"
msgstr ""
-"%s: Warnung: passende Textsuchekonfiguration fr Locale %s ist unbekannt\n"
+"%s: Warnung: passende Textsuchekonfiguration für Locale »%s« ist unbekannt\n"
-#: initdb.c:2946
+#: initdb.c:2940
#, c-format
msgid ""
"%s: warning: specified text search configuration \"%s\" might not match "
"locale %s\n"
msgstr ""
-"%s: Warnung: angegebene Textsuchekonfiguration %s passt mglicherweise "
-"nicht zur Locale %s\n"
+"%s: Warnung: angegebene Textsuchekonfiguration »%s« passt möglicherweise "
+"nicht zur Locale »%s«\n"
-#: initdb.c:2951
+#: initdb.c:2945
#, c-format
msgid "The default text search configuration will be set to \"%s\".\n"
-msgstr "Die Standardtextsuchekonfiguration wird auf %s gesetzt.\n"
+msgstr "Die Standardtextsuchekonfiguration wird auf »%s« gesetzt.\n"
-#: initdb.c:2985 initdb.c:3052
+#: initdb.c:2979 initdb.c:3046
#, c-format
msgid "creating directory %s ... "
msgstr "erzeuge Verzeichnis %s ... "
-#: initdb.c:2999 initdb.c:3069
+#: initdb.c:2993 initdb.c:3063
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr "berichtige Zugriffsrechte des bestehenden Verzeichnisses %s ... "
-#: initdb.c:3005 initdb.c:3075
+#: initdb.c:2999 initdb.c:3069
#, c-format
msgid "%s: could not change permissions of directory \"%s\": %s\n"
-msgstr "%s: konnte Rechte des Verzeichnisses %s nicht ndern: %s\n"
+msgstr "%s: konnte Rechte des Verzeichnisses »%s« nicht ändern: %s\n"
-#: initdb.c:3018 initdb.c:3087
+#: initdb.c:3012 initdb.c:3081
#, c-format
msgid "%s: directory \"%s\" exists but is not empty\n"
-msgstr "%s: Verzeichnis %s existiert aber ist nicht leer\n"
+msgstr "%s: Verzeichnis »%s« existiert aber ist nicht leer\n"
-#: initdb.c:3021
+#: initdb.c:3015
#, c-format
msgid ""
"If you want to create a new database system, either remove or empty\n"
@@ -685,45 +682,45 @@ msgid ""
"with an argument other than \"%s\".\n"
msgstr ""
"Wenn Sie ein neues Datenbanksystem erzeugen wollen, entfernen oder leeren\n"
-"Sie das Verzeichnis %s or fhren Sie %s\n"
-"mit einem anderen Argument als %s aus.\n"
+"Sie das Verzeichnis »%s« or führen Sie %s\n"
+"mit einem anderen Argument als »%s« aus.\n"
-#: initdb.c:3029 initdb.c:3097
+#: initdb.c:3023 initdb.c:3091
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
-msgstr "%s: konnte nicht auf Verzeichnis %s zugreifen: %s\n"
+msgstr "%s: konnte nicht auf Verzeichnis »%s« zugreifen: %s\n"
-#: initdb.c:3043
+#: initdb.c:3037
#, c-format
msgid "%s: transaction log directory location must be an absolute path\n"
msgstr "%s: Transaktionslogverzeichnis muss absoluten Pfad haben\n"
-#: initdb.c:3090
+#: initdb.c:3084
#, c-format
msgid ""
"If you want to store the transaction log there, either\n"
"remove or empty the directory \"%s\".\n"
msgstr ""
"Wenn Sie dort den Transaktionslog ablegen wollen, entfernen oder leeren\n"
-"Sie das Verzeichnis %s.\n"
+"Sie das Verzeichnis »%s«.\n"
-#: initdb.c:3109
+#: initdb.c:3103
#, c-format
msgid "%s: could not create symbolic link \"%s\": %s\n"
-msgstr "%s: konnte symbolische Verknpfung %s nicht erzeugen: %s\n"
+msgstr "%s: konnte symbolische Verknüpfung »%s« nicht erzeugen: %s\n"
-#: initdb.c:3114
+#: initdb.c:3108
#, c-format
msgid "%s: symlinks are not supported on this platform"
msgstr ""
-"%s: symbolische Verknpfungen werden auf dieser Plattform nicht untersttzt"
+"%s: symbolische Verknüpfungen werden auf dieser Plattform nicht unterstützt"
-#: initdb.c:3120
+#: initdb.c:3114
#, c-format
msgid "creating subdirectories ... "
msgstr "erzeuge Unterverzeichnisse ... "
-#: initdb.c:3182
+#: initdb.c:3178
#, c-format
msgid ""
"\n"
@@ -735,7 +732,7 @@ msgid ""
"\n"
msgstr ""
"\n"
-"Erfolg. Sie knnen den Datenbankserver jetzt mit\n"
+"Erfolg. Sie können den Datenbankserver jetzt mit\n"
"\n"
" %s%s%spostgres%s -D %s%s%s\n"
"oder\n"
@@ -749,30 +746,30 @@ msgstr ""
msgid "out of memory\n"
msgstr "Speicher aufgebraucht\n"
-#: ../../port/dirmod.c:270
+#: ../../port/dirmod.c:286
#, c-format
msgid "could not set junction for \"%s\": %s\n"
-msgstr "konnte Junction fr %s nicht erzeugen: %s\n"
+msgstr "konnte Junction für »%s« nicht erzeugen: %s\n"
-#: ../../port/dirmod.c:309
+#: ../../port/dirmod.c:325
#, c-format
msgid "could not open directory \"%s\": %s\n"
-msgstr "konnte Verzeichnis %s nicht ffnen: %s\n"
+msgstr "konnte Verzeichnis »%s« nicht öffnen: %s\n"
-#: ../../port/dirmod.c:346
+#: ../../port/dirmod.c:362
#, c-format
msgid "could not read directory \"%s\": %s\n"
-msgstr "konnte Verzeichnis %s nicht lesen: %s\n"
+msgstr "konnte Verzeichnis »%s« nicht lesen: %s\n"
-#: ../../port/dirmod.c:429
+#: ../../port/dirmod.c:445
#, c-format
msgid "could not stat file or directory \"%s\": %s\n"
-msgstr "konnte stat fr Datei oder Verzeichnis %s nicht ausfhren: %s\n"
+msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %s\n"
-#: ../../port/dirmod.c:456 ../../port/dirmod.c:473
+#: ../../port/dirmod.c:472 ../../port/dirmod.c:489
#, c-format
msgid "could not remove file or directory \"%s\": %s\n"
-msgstr "konnte Datei oder Verzeichnis %s nicht entfernen: %s\n"
+msgstr "konnte Datei oder Verzeichnis »%s« nicht entfernen: %s\n"
#: ../../port/exec.c:195 ../../port/exec.c:309 ../../port/exec.c:352
#, c-format
@@ -782,27 +779,27 @@ msgstr "konnte aktuelles Verzeichnis nicht ermitteln: %s"
#: ../../port/exec.c:214
#, c-format
msgid "invalid binary \"%s\""
-msgstr "ungltige Programmdatei %s"
+msgstr "ungültige Programmdatei »%s«"
#: ../../port/exec.c:263
#, c-format
msgid "could not read binary \"%s\""
-msgstr "konnte Programmdatei %s nicht lesen"
+msgstr "konnte Programmdatei »%s« nicht lesen"
#: ../../port/exec.c:270
#, c-format
msgid "could not find a \"%s\" to execute"
-msgstr "konnte kein %s zum Ausfhren finden"
+msgstr "konnte kein »%s« zum Ausführen finden"
#: ../../port/exec.c:325 ../../port/exec.c:361
#, c-format
msgid "could not change directory to \"%s\""
-msgstr "konnte nicht in Verzeichnis %s wechseln"
+msgstr "konnte nicht in Verzeichnis »%s« wechseln"
#: ../../port/exec.c:340
#, c-format
msgid "could not read symbolic link \"%s\""
-msgstr "konnte symbolische Verknpfung %s nicht lesen"
+msgstr "konnte symbolische Verknüpfung »%s« nicht lesen"
#: ../../port/exec.c:586
#, c-format
diff --git a/src/bin/initdb/po/fr.po b/src/bin/initdb/po/fr.po
index 026d651e271..1952eaf5dd0 100644
--- a/src/bin/initdb/po/fr.po
+++ b/src/bin/initdb/po/fr.po
@@ -1,7 +1,7 @@
# translation of initdb.po to fr_fr
# french message translation file for initdb
#
-# $PostgreSQL: pgsql/src/bin/initdb/po/fr.po,v 1.16 2009/05/14 21:41:51 alvherre Exp $
+# $PostgreSQL: pgsql/src/bin/initdb/po/fr.po,v 1.17 2009/12/19 20:23:25 petere Exp $
#
# Use these quotes: %s
#
@@ -11,99 +11,99 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-15 15:09+0000\n"
-"PO-Revision-Date: 2009-04-15 22:41+0200\n"
-"Last-Translator: Stphane Schildknecht <stephane.schildknecht@dalibo.com>\n"
+"POT-Creation-Date: 2009-12-19 01:11+0000\n"
+"PO-Revision-Date: 2009-12-19 02:26+0100\n"
+"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: initdb.c:254
-#: initdb.c:268
+#: initdb.c:255
+#: initdb.c:269
#, c-format
msgid "%s: out of memory\n"
msgstr "%s : mmoire puise\n"
-#: initdb.c:377
-#: initdb.c:1490
+#: initdb.c:378
+#: initdb.c:1469
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s en lecture : %s\n"
-#: initdb.c:439
-#: initdb.c:998
-#: initdb.c:1027
+#: initdb.c:434
+#: initdb.c:993
+#: initdb.c:1022
#, c-format
msgid "%s: could not open file \"%s\" for writing: %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s en criture : %s\n"
-#: initdb.c:447
-#: initdb.c:455
-#: initdb.c:1005
-#: initdb.c:1033
+#: initdb.c:442
+#: initdb.c:450
+#: initdb.c:1000
+#: initdb.c:1028
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s : n'a pas pu crire le fichier %s : %s\n"
-#: initdb.c:474
+#: initdb.c:469
#, c-format
msgid "%s: could not execute command \"%s\": %s\n"
msgstr "%s : n'a pas pu excuter la commande %s : %s\n"
-#: initdb.c:594
+#: initdb.c:589
#, c-format
msgid "%s: removing data directory \"%s\"\n"
msgstr "%s : suppression du rpertoire des donnes %s \n"
-#: initdb.c:597
+#: initdb.c:592
#, c-format
msgid "%s: failed to remove data directory\n"
msgstr "%s : chec de la suppression du rpertoire des donnes\n"
-#: initdb.c:603
+#: initdb.c:598
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
msgstr "%s : suppression du contenu du rpertoire des donnes %s \n"
-#: initdb.c:606
+#: initdb.c:601
#, c-format
msgid "%s: failed to remove contents of data directory\n"
msgstr "%s : chec de la suppression du contenu du rpertoire des donnes\n"
-#: initdb.c:612
+#: initdb.c:607
#, c-format
msgid "%s: removing transaction log directory \"%s\"\n"
msgstr "%s : suppression du rpertoire des journaux de transaction %s \n"
-#: initdb.c:615
+#: initdb.c:610
#, c-format
msgid "%s: failed to remove transaction log directory\n"
msgstr "%s : chec de la suppression du rpertoire des journaux de transaction\n"
-#: initdb.c:621
+#: initdb.c:616
#, c-format
msgid "%s: removing contents of transaction log directory \"%s\"\n"
msgstr "%s : suppression du contenu du rpertoire des journaux de transaction %s \n"
-#: initdb.c:624
+#: initdb.c:619
#, c-format
msgid "%s: failed to remove contents of transaction log directory\n"
msgstr "%s : chec de la suppression du contenu du rpertoire des journaux de transaction\n"
-#: initdb.c:633
+#: initdb.c:628
#, c-format
msgid "%s: data directory \"%s\" not removed at user's request\n"
msgstr "%s : rpertoire des donnes %s non supprim la demande de l'utilisateur\n"
-#: initdb.c:638
+#: initdb.c:633
#, c-format
msgid "%s: transaction log directory \"%s\" not removed at user's request\n"
msgstr ""
"%s : rpertoire des journaux de transaction %s non supprim la demande\n"
"de l'utilisateur\n"
-#: initdb.c:662
+#: initdb.c:655
#, c-format
msgid ""
"%s: cannot be run as root\n"
@@ -114,35 +114,35 @@ msgstr ""
"Connectez-vous (par exemple en utilisant su ) sous l'utilisateur (non\n"
" privilgi) qui sera propritaire du processus serveur.\n"
-#: initdb.c:672
+#: initdb.c:667
#, c-format
msgid "%s: could not obtain information about current user: %s\n"
msgstr "%s : n'a pas pu obtenir d'informations sur l'utilisateur courant : %s\n"
-#: initdb.c:689
+#: initdb.c:684
#, c-format
msgid "%s: could not get current user name: %s\n"
msgstr "%s : n'a pas pu obtenir le nom de l'utilisateur courant : %s\n"
-#: initdb.c:720
+#: initdb.c:715
#, c-format
msgid "%s: \"%s\" is not a valid server encoding name\n"
msgstr "%s : %s n'est pas un nom d'encodage serveur valide\n"
-#: initdb.c:918
-#: initdb.c:3058
+#: initdb.c:913
+#: initdb.c:3052
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s : n'a pas pu crer le rpertoire %s : %s\n"
-#: initdb.c:948
+#: initdb.c:943
#, c-format
msgid "%s: file \"%s\" does not exist\n"
msgstr "%s : le fichier %s n'existe pas\n"
-#: initdb.c:950
-#: initdb.c:959
-#: initdb.c:969
+#: initdb.c:945
+#: initdb.c:954
+#: initdb.c:964
#, c-format
msgid ""
"This might mean you have a corrupted installation or identified\n"
@@ -151,36 +151,36 @@ msgstr ""
"Cela peut signifier que votre installation est corrompue ou que vous avez\n"
"identifi le mauvais rpertoire avec l'option -L.\n"
-#: initdb.c:956
+#: initdb.c:951
#, c-format
msgid "%s: could not access file \"%s\": %s\n"
msgstr "%s : n'a pas pu accder au fichier %s : %s\n"
-#: initdb.c:967
+#: initdb.c:962
#, c-format
msgid "%s: file \"%s\" is not a regular file\n"
msgstr "%s : %s n'est pas un fichier\n"
-#: initdb.c:1075
+#: initdb.c:1070
#, c-format
msgid "selecting default max_connections ... "
msgstr "slection de la valeur par dfaut de max_connections... "
-#: initdb.c:1104
+#: initdb.c:1099
#, c-format
msgid "selecting default shared_buffers ... "
msgstr "slection de la valeur par dfaut pour shared_buffers... "
-#: initdb.c:1147
+#: initdb.c:1142
msgid "creating configuration files ... "
msgstr "cration des fichiers de configuration... "
-#: initdb.c:1314
+#: initdb.c:1309
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr "cration de la base de donnes template1 dans %s/base/1... "
-#: initdb.c:1330
+#: initdb.c:1325
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@@ -189,106 +189,103 @@ msgstr ""
"%s : le fichier %s n'appartient pas PostgreSQL %s\n"
"Vrifiez votre installation ou indiquez le bon chemin avec l'option -L.\n"
-#: initdb.c:1429
+#: initdb.c:1410
msgid "initializing pg_authid ... "
msgstr "initialisation de pg_authid... "
-#: initdb.c:1465
+#: initdb.c:1444
msgid "Enter new superuser password: "
msgstr "Saisissez le nouveau mot de passe du super-utilisateur : "
-#: initdb.c:1466
+#: initdb.c:1445
msgid "Enter it again: "
msgstr "Saisissez-le nouveau : "
-#: initdb.c:1469
+#: initdb.c:1448
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Les mots de passe ne sont pas identiques.\n"
-#: initdb.c:1496
+#: initdb.c:1475
#, c-format
msgid "%s: could not read password from file \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le mot de passe partir du fichier %s : %s\n"
-#: initdb.c:1509
+#: initdb.c:1488
#, c-format
msgid "setting password ... "
msgstr "initialisation du mot de passe... "
-#: initdb.c:1533
-#, c-format
-msgid "%s: The password file was not generated. Please report this problem.\n"
-msgstr ""
-"%s : le fichier de mots de passe n'a pas t cr.\n"
-"Merci de rapporter ce problme.\n"
-
-#: initdb.c:1617
+#: initdb.c:1586
msgid "initializing dependencies ... "
msgstr "initialisation des dpendances... "
-#: initdb.c:1645
+#: initdb.c:1614
msgid "creating system views ... "
msgstr "cration des vues systme... "
-#: initdb.c:1681
+#: initdb.c:1650
msgid "loading system objects' descriptions ... "
msgstr "chargement de la description des objets systme... "
-#: initdb.c:1733
+#: initdb.c:1702
msgid "creating conversions ... "
msgstr "cration des conversions... "
-#: initdb.c:1768
+#: initdb.c:1737
msgid "creating dictionaries ... "
msgstr "cration des dictionnaires... "
-#: initdb.c:1821
+#: initdb.c:1791
msgid "setting privileges on built-in objects ... "
msgstr "initialisation des droits sur les objets internes... "
-#: initdb.c:1879
+#: initdb.c:1849
msgid "creating information schema ... "
msgstr "cration du schma d'informations... "
-#: initdb.c:1935
+#: initdb.c:1905
+msgid "loading PL/pgSQL server-side language ... "
+msgstr "chargement du langage PL/pgSQL..."
+
+#: initdb.c:1930
msgid "vacuuming database template1 ... "
msgstr "lancement du vacuum sur la base de donnes template1... "
-#: initdb.c:1989
+#: initdb.c:1984
msgid "copying template1 to template0 ... "
msgstr "copie de template1 vers template0... "
-#: initdb.c:2020
+#: initdb.c:2015
msgid "copying template1 to postgres ... "
msgstr "copie de template1 vers postgres... "
-#: initdb.c:2077
+#: initdb.c:2072
#, c-format
msgid "caught signal\n"
msgstr "signal reu\n"
-#: initdb.c:2083
+#: initdb.c:2078
#, c-format
msgid "could not write to child process: %s\n"
msgstr "n'a pas pu crire au processus fils : %s\n"
-#: initdb.c:2091
+#: initdb.c:2086
#, c-format
msgid "ok\n"
msgstr "ok\n"
-#: initdb.c:2211
+#: initdb.c:2206
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
msgstr "%s : nom de locale invalide ( %s )\n"
-#: initdb.c:2244
+#: initdb.c:2232
#, c-format
msgid "%s: encoding mismatch\n"
msgstr "%s : diffrence d'encodage\n"
-#: initdb.c:2246
+#: initdb.c:2234
#, c-format
msgid ""
"The encoding you selected (%s) and the encoding that the\n"
@@ -303,7 +300,7 @@ msgstr ""
"R-excutez %s sans prciser d'encodage, ou en choisissant une combinaison\n"
"compatible.\n"
-#: initdb.c:2427
+#: initdb.c:2415
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
@@ -312,17 +309,17 @@ msgstr ""
"%s initialise un cluster PostgreSQL.\n"
"\n"
-#: initdb.c:2428
+#: initdb.c:2416
#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"
-#: initdb.c:2429
+#: initdb.c:2417
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr " %s [OPTION]... [RP_DONNES]\n"
-#: initdb.c:2430
+#: initdb.c:2418
#, c-format
msgid ""
"\n"
@@ -331,33 +328,33 @@ msgstr ""
"\n"
"Options :\n"
-#: initdb.c:2431
+#: initdb.c:2419
#, c-format
msgid " -A, --auth=METHOD default authentication method for local connections\n"
msgstr ""
" -A, --auth=MTHODE mthode d'authentification par dfaut pour les\n"
" connexions locales\n"
-#: initdb.c:2432
+#: initdb.c:2420
#, c-format
msgid " [-D, --pgdata=]DATADIR location for this database cluster\n"
msgstr " [-D, --pgdata=]RP_DONNES emplacement du cluster\n"
-#: initdb.c:2433
+#: initdb.c:2421
#, c-format
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr ""
" -E, --encoding=ENCODAGE initialise l'encodage par dfaut des nouvelles\n"
" bases de donnes\n"
-#: initdb.c:2434
+#: initdb.c:2422
#, c-format
msgid " --locale=LOCALE set default locale for new databases\n"
msgstr ""
" --locale=LOCALE initialise la locale par dfaut pour les\n"
" nouvelles bases de donnes\n"
-#: initdb.c:2435
+#: initdb.c:2423
#, c-format
msgid ""
" --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
@@ -372,19 +369,19 @@ msgstr ""
" de donnes (les valeurs par dfaut sont prises\n"
" dans l'environnement)\n"
-#: initdb.c:2439
+#: initdb.c:2427
#, c-format
msgid " --no-locale equivalent to --locale=C\n"
msgstr " --no-locale quivalent --locale=C\n"
-#: initdb.c:2440
+#: initdb.c:2428
#, c-format
msgid " --pwfile=FILE read password for the new superuser from file\n"
msgstr ""
" --pwfile=NOMFICHIER lit le mot de passe du nouveau\n"
" super-utilisateur partir de ce fichier\n"
-#: initdb.c:2441
+#: initdb.c:2429
#, c-format
msgid ""
" -T, --text-search-config=CFG\n"
@@ -394,24 +391,24 @@ msgstr ""
" configuration par dfaut de la recherche plein\n"
" texte\n"
-#: initdb.c:2443
+#: initdb.c:2431
#, c-format
msgid " -U, --username=NAME database superuser name\n"
msgstr " -U, --username=NOM nom du super-utilisateur de la base de donnes\n"
-#: initdb.c:2444
+#: initdb.c:2432
#, c-format
msgid " -W, --pwprompt prompt for a password for the new superuser\n"
msgstr ""
" -W, --pwprompt demande un mot de passe pour le nouveau\n"
" super-utilisateur\n"
-#: initdb.c:2445
+#: initdb.c:2433
#, c-format
msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n"
msgstr " -X, --xlogdir=RP_XLOG emplacement du rpertoire des transactions\n"
-#: initdb.c:2446
+#: initdb.c:2434
#, c-format
msgid ""
"\n"
@@ -420,29 +417,29 @@ msgstr ""
"\n"
"Options moins utilises :\n"
-#: initdb.c:2447
+#: initdb.c:2435
#, c-format
msgid " -d, --debug generate lots of debugging output\n"
msgstr " -d, --debug engendre un grand nombre de traces de dbogage\n"
-#: initdb.c:2448
+#: initdb.c:2436
#, c-format
msgid " -L DIRECTORY where to find the input files\n"
msgstr ""
" -L RPERTOIRE indique o trouver les fichiers servant la\n"
" cration du cluster\n"
-#: initdb.c:2449
+#: initdb.c:2437
#, c-format
msgid " -n, --noclean do not clean up after errors\n"
msgstr " -n, --noclean ne nettoie pas en cas d'erreur\n"
-#: initdb.c:2450
+#: initdb.c:2438
#, c-format
msgid " -s, --show show internal settings\n"
msgstr " -s, --show affiche la configuration interne\n"
-#: initdb.c:2451
+#: initdb.c:2439
#, c-format
msgid ""
"\n"
@@ -451,17 +448,17 @@ msgstr ""
"\n"
"Autres options :\n"
-#: initdb.c:2452
+#: initdb.c:2440
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help affiche cette aide puis quitte\n"
-#: initdb.c:2453
+#: initdb.c:2441
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version affiche la version puis quitte\n"
-#: initdb.c:2454
+#: initdb.c:2442
#, c-format
msgid ""
"\n"
@@ -472,7 +469,7 @@ msgstr ""
"Si le rpertoire des donnes n'est pas indiqu, la variable d'environnement\n"
"PGDATA est utilise.\n"
-#: initdb.c:2456
+#: initdb.c:2444
#, c-format
msgid ""
"\n"
@@ -481,36 +478,36 @@ msgstr ""
"\n"
"Rapporter les bogues <pgsql-bugs@postgresql.org>.\n"
-#: initdb.c:2561
+#: initdb.c:2549
#, c-format
msgid "Running in debug mode.\n"
msgstr "Lanc en mode dbogage.\n"
-#: initdb.c:2565
+#: initdb.c:2553
#, c-format
msgid "Running in noclean mode. Mistakes will not be cleaned up.\n"
msgstr "Lanc en mode sans nettoyage . Les erreurs ne seront pas supprimes.\n"
-#: initdb.c:2608
-#: initdb.c:2626
-#: initdb.c:2894
+#: initdb.c:2596
+#: initdb.c:2614
+#: initdb.c:2888
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer %s --help pour plus d'informations.\n"
-#: initdb.c:2624
+#: initdb.c:2612
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier tant %s )\n"
-#: initdb.c:2633
+#: initdb.c:2621
#, c-format
msgid "%s: password prompt and password file cannot be specified together\n"
msgstr ""
"%s : les options d'invite du mot de passe et le fichier de mots de passe ne\n"
" peuvent pas tre indiques simultanment\n"
-#: initdb.c:2639
+#: initdb.c:2627
msgid ""
"\n"
"WARNING: enabling \"trust\" authentication for local connections\n"
@@ -523,19 +520,19 @@ msgstr ""
"Cela peut tre modifi par l'dition de pg_hba.conf ou en utilisant l'option\n"
"-A au prochain lancement d'initdb.\n"
-#: initdb.c:2662
+#: initdb.c:2650
#, c-format
msgid "%s: unrecognized authentication method \"%s\"\n"
msgstr "%s : mthode d'authentification %s inconnue.\n"
-#: initdb.c:2672
+#: initdb.c:2660
#, c-format
msgid "%s: must specify a password for the superuser to enable %s authentication\n"
msgstr ""
"%s : vous devez indiquer un mot de passe pour le super-utilisateur pour\n"
"activer l'authentification %s\n"
-#: initdb.c:2687
+#: initdb.c:2675
#, c-format
msgid ""
"%s: no data directory specified\n"
@@ -548,7 +545,7 @@ msgstr ""
"systme de bases de donnes. Faites-le soit avec l'option -D soit en\n"
"initialisant la variable d'environnement PGDATA.\n"
-#: initdb.c:2763
+#: initdb.c:2759
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in the\n"
@@ -559,7 +556,7 @@ msgstr ""
"le mme rpertoire que %s .\n"
"Vrifiez votre installation.\n"
-#: initdb.c:2770
+#: initdb.c:2766
#, c-format
msgid ""
"The program \"postgres\" was found by \"%s\"\n"
@@ -570,19 +567,19 @@ msgstr ""
"version que %s .\n"
"Vrifiez votre installation.\n"
-#: initdb.c:2789
+#: initdb.c:2785
#, c-format
msgid "%s: input file location must be an absolute path\n"
msgstr ""
"%s : l'emplacement du fichier d'entres doit tre indiqu avec un chemin\n"
"absolu\n"
-#: initdb.c:2797
+#: initdb.c:2793
#, c-format
msgid "%s: could not determine valid short version string\n"
msgstr "%s : n'a pas pu dterminer une chane de version courte valide\n"
-#: initdb.c:2852
+#: initdb.c:2848
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
@@ -593,12 +590,12 @@ msgstr ""
"Le processus serveur doit galement lui appartenir.\n"
"\n"
-#: initdb.c:2862
+#: initdb.c:2858
#, c-format
msgid "The database cluster will be initialized with locale %s.\n"
msgstr "Le cluster sera initialis avec la locale %s.\n"
-#: initdb.c:2865
+#: initdb.c:2861
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
@@ -617,22 +614,22 @@ msgstr ""
" NUMERIC: %s\n"
" TIME: %s\n"
-#: initdb.c:2891
+#: initdb.c:2885
#, c-format
msgid "%s: could not find suitable encoding for locale %s\n"
msgstr "%s : n'a pas pu trouver un encodage adquat pour la locale %s \n"
-#: initdb.c:2893
+#: initdb.c:2887
#, c-format
msgid "Rerun %s with the -E option.\n"
msgstr "Relancez %s avec l'option -E.\n"
-#: initdb.c:2902
+#: initdb.c:2896
#, c-format
msgid "%s: locale %s requires unsupported encoding %s\n"
msgstr "%s : la locale %s ncessite l'encodage non support %s\n"
-#: initdb.c:2905
+#: initdb.c:2899
#, c-format
msgid ""
"Encoding %s is not allowed as a server-side encoding.\n"
@@ -641,64 +638,64 @@ msgstr ""
"L'encodage %s n'est pas autoris en tant qu'encodage serveur.\n"
"R-excuter %s avec une locale diffrente.\n"
-#: initdb.c:2913
+#: initdb.c:2907
#, c-format
msgid "The default database encoding has accordingly been set to %s.\n"
msgstr ""
"L'encodage par dfaut des bases de donnes a t configur en consquence\n"
"avec %s.\n"
-#: initdb.c:2930
+#: initdb.c:2924
#, c-format
msgid "%s: could not find suitable text search configuration for locale %s\n"
msgstr ""
"%s : n'a pas pu trouver la configuration de la recherche plein texte en\n"
" adquation avec la locale %s \n"
-#: initdb.c:2941
+#: initdb.c:2935
#, c-format
msgid "%s: warning: suitable text search configuration for locale %s is unknown\n"
msgstr ""
"%s : attention : pas de configuration de la recherche plein texte connue\n"
"pour la locale %s \n"
-#: initdb.c:2946
+#: initdb.c:2940
#, c-format
msgid "%s: warning: specified text search configuration \"%s\" might not match locale %s\n"
msgstr ""
"%s : attention : la configuration indique pour la recherche plein texte,\n"
" %s , pourrait ne pas correspondre la locale %s \n"
-#: initdb.c:2951
+#: initdb.c:2945
#, c-format
msgid "The default text search configuration will be set to \"%s\".\n"
msgstr "La configuration de la recherche plein texte a t initialise %s .\n"
-#: initdb.c:2985
-#: initdb.c:3052
+#: initdb.c:2979
+#: initdb.c:3046
#, c-format
msgid "creating directory %s ... "
msgstr "cration du rpertoire %s... "
-#: initdb.c:2999
-#: initdb.c:3069
+#: initdb.c:2993
+#: initdb.c:3063
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr "correction des droits sur le rpertoire existant %s... "
-#: initdb.c:3005
-#: initdb.c:3075
+#: initdb.c:2999
+#: initdb.c:3069
#, c-format
msgid "%s: could not change permissions of directory \"%s\": %s\n"
msgstr "%s : n'a pas pu modifier les droits du rpertoire %s : %s\n"
-#: initdb.c:3018
-#: initdb.c:3087
+#: initdb.c:3012
+#: initdb.c:3081
#, c-format
msgid "%s: directory \"%s\" exists but is not empty\n"
msgstr "%s : le rpertoire %s existe mais n'est pas vide\n"
-#: initdb.c:3021
+#: initdb.c:3015
#, c-format
msgid ""
"If you want to create a new database system, either remove or empty\n"
@@ -709,20 +706,20 @@ msgstr ""
"videz le rpertoire %s .\n"
"Vous pouvez aussi excuter %s avec un argument autre que %s .\n"
-#: initdb.c:3029
-#: initdb.c:3097
+#: initdb.c:3023
+#: initdb.c:3091
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s : n'a pas pu accder au rpertoire %s : %s\n"
-#: initdb.c:3043
+#: initdb.c:3037
#, c-format
msgid "%s: transaction log directory location must be an absolute path\n"
msgstr ""
"%s : l'emplacement du rpertoire des journaux de transactions doit tre\n"
"indiqu avec un chemin absolu\n"
-#: initdb.c:3090
+#: initdb.c:3084
#, c-format
msgid ""
"If you want to store the transaction log there, either\n"
@@ -731,22 +728,22 @@ msgstr ""
"Si vous voulez enregistrer ici le journal des transactions, supprimez ou\n"
"videz le rpertoire %s .\n"
-#: initdb.c:3109
+#: initdb.c:3103
#, c-format
msgid "%s: could not create symbolic link \"%s\": %s\n"
msgstr "%s : n'a pas pu crer le lien symbolique %s : %s\n"
-#: initdb.c:3114
+#: initdb.c:3108
#, c-format
msgid "%s: symlinks are not supported on this platform"
msgstr "%s : les liens symboliques ne sont pas supports sur cette plateforme"
-#: initdb.c:3120
+#: initdb.c:3114
#, c-format
msgid "creating subdirectories ... "
msgstr "cration des sous-rpertoires... "
-#: initdb.c:3182
+#: initdb.c:3178
#, c-format
msgid ""
"\n"
@@ -772,30 +769,30 @@ msgstr ""
msgid "out of memory\n"
msgstr "mmoire puise\n"
-#: ../../port/dirmod.c:270
+#: ../../port/dirmod.c:286
#, c-format
msgid "could not set junction for \"%s\": %s\n"
msgstr "n'a pas pu configurer la jonction pour %s : %s\n"
-#: ../../port/dirmod.c:309
+#: ../../port/dirmod.c:325
#, c-format
msgid "could not open directory \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le rpertoire %s : %s\n"
-#: ../../port/dirmod.c:346
+#: ../../port/dirmod.c:362
#, c-format
msgid "could not read directory \"%s\": %s\n"
msgstr "n'a pas pu lire le rpertoire %s : %s\n"
-#: ../../port/dirmod.c:429
+#: ../../port/dirmod.c:445
#, c-format
msgid "could not stat file or directory \"%s\": %s\n"
msgstr ""
"n'a pas pu rcuprer les informations sur le fichier ou rpertoire\n"
" %s : %s\n"
-#: ../../port/dirmod.c:456
-#: ../../port/dirmod.c:473
+#: ../../port/dirmod.c:472
+#: ../../port/dirmod.c:489
#, c-format
msgid "could not remove file or directory \"%s\": %s\n"
msgstr "n'a pas pu supprimer le fichier ou rpertoire %s : %s\n"
@@ -858,3 +855,9 @@ msgstr "le processus fils a t termin par le signal %d"
msgid "child process exited with unrecognized status %d"
msgstr "le processus fils a quitt avec un statut %d non reconnu"
+#~ msgid ""
+#~ "%s: The password file was not generated. Please report this problem.\n"
+#~ msgstr ""
+#~ "%s : le fichier de mots de passe n'a pas t cr.\n"
+#~ "Merci de rapporter ce problme.\n"
+
diff --git a/src/bin/pg_controldata/po/es.po b/src/bin/pg_controldata/po/es.po
index bc49bf51309..76ad4ad4b39 100644
--- a/src/bin/pg_controldata/po/es.po
+++ b/src/bin/pg_controldata/po/es.po
@@ -2,15 +2,14 @@
# Karim Mribti <karim@mribti.com>, 2002.
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2003-2008
#
-# pgtranslation Id: pg_controldata.po,v 1.6 2009/04/13 21:42:14 alvherre Exp $
-# $PostgreSQL: pgsql/src/bin/pg_controldata/po/es.po,v 1.11 2009/05/14 21:41:51 alvherre Exp $
+# pgtranslation Id: pg_controldata.po,v 1.8 2009/11/03 20:00:02 alvherre Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: pg_controldata (PostgreSQL 8.3)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-13 15:11+0000\n"
-"PO-Revision-Date: 2009-04-13 17:41-0400\n"
+"POT-Creation-Date: 2009-11-03 17:09+0000\n"
+"PO-Revision-Date: 2009-11-03 16:59-0300\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -206,81 +205,91 @@ msgstr "NextMultiOffset de ltimo checkpoint: %u\n"
#: pg_controldata.c:195
#, c-format
+msgid "Latest checkpoint's oldestXID: %u\n"
+msgstr "oldestXID del ltimo checkpoint: %u\n"
+
+#: pg_controldata.c:197
+#, c-format
+msgid "Latest checkpoint's oldestXID's DB: %u\n"
+msgstr "DB del oldestXID del ltimo checkpoint: %u\n"
+
+#: pg_controldata.c:199
+#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Instante de ltimo checkpoint: %s\n"
-#: pg_controldata.c:197
+#: pg_controldata.c:201
#, c-format
msgid "Minimum recovery ending location: %X/%X\n"
msgstr "Punto final mnimo de recuperacin: %X/%X\n"
-#: pg_controldata.c:200
+#: pg_controldata.c:204
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Alineamiento mximo de datos: %u\n"
-#: pg_controldata.c:203
+#: pg_controldata.c:207
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamao de bloque de la base de datos: %u\n"
-#: pg_controldata.c:205
+#: pg_controldata.c:209
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento en relacin grande: %u\n"
-#: pg_controldata.c:207
+#: pg_controldata.c:211
#, c-format
msgid "WAL block size: %u\n"
msgstr "Tamao del bloque de WAL: %u\n"
-#: pg_controldata.c:209
+#: pg_controldata.c:213
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes por segmento WAL: %u\n"
-#: pg_controldata.c:211
+#: pg_controldata.c:215
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Mxima longitud de identificadores: %u\n"
-#: pg_controldata.c:213
+#: pg_controldata.c:217
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Mximo nmero de columnas de un ndice: %u\n"
-#: pg_controldata.c:215
+#: pg_controldata.c:219
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Longitud mxima de un trozo TOAST: %u\n"
-#: pg_controldata.c:217
+#: pg_controldata.c:221
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento de horas y fechas: %s\n"
-#: pg_controldata.c:218
+#: pg_controldata.c:222
msgid "64-bit integers"
msgstr "enteros de 64 bits"
-#: pg_controldata.c:218
+#: pg_controldata.c:222
msgid "floating-point numbers"
msgstr "nmeros de punto flotante"
-#: pg_controldata.c:219
+#: pg_controldata.c:223
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Paso de parmetros float4: %s\n"
-#: pg_controldata.c:220 pg_controldata.c:222
+#: pg_controldata.c:224 pg_controldata.c:226
msgid "by value"
msgstr "por valor"
-#: pg_controldata.c:220 pg_controldata.c:222
+#: pg_controldata.c:224 pg_controldata.c:226
msgid "by reference"
msgstr "por referencia"
-#: pg_controldata.c:221
+#: pg_controldata.c:225
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Paso de parmetros float8: %s\n"
diff --git a/src/bin/pg_controldata/po/fr.po b/src/bin/pg_controldata/po/fr.po
index 8d36ed9a7bc..8ad7077c64c 100644
--- a/src/bin/pg_controldata/po/fr.po
+++ b/src/bin/pg_controldata/po/fr.po
@@ -1,7 +1,7 @@
# translation of pg_controldata.po to fr_fr
# french message translation file for pg_controldata
#
-# $PostgreSQL: pgsql/src/bin/pg_controldata/po/fr.po,v 1.17 2009/05/14 21:41:51 alvherre Exp $
+# $PostgreSQL: pgsql/src/bin/pg_controldata/po/fr.po,v 1.18 2009/12/19 20:23:25 petere Exp $
#
# Use these quotes: %s
#
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-16 03:08+0000\n"
-"PO-Revision-Date: 2009-04-16 09:06+0200\n"
-"Last-Translator: Stphane Schildknecht <stephane.schildknecht@dalibo.com>\n"
+"POT-Creation-Date: 2009-11-24 21:09+0000\n"
+"PO-Revision-Date: 2009-11-24 23:01+0100\n"
+"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
@@ -209,83 +209,93 @@ msgstr "Dernier NextMultiOffset du point de contrle : %u\n"
#: pg_controldata.c:195
#, c-format
+msgid "Latest checkpoint's oldestXID: %u\n"
+msgstr "Dernier oldestXID du point de contrle : %u\n"
+
+#: pg_controldata.c:197
+#, c-format
+msgid "Latest checkpoint's oldestXID's DB: %u\n"
+msgstr "Dernier oldestXID du point de contrle de la base : %u\n"
+
+#: pg_controldata.c:199
+#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Heure du dernier point de contrle : %s\n"
-#: pg_controldata.c:197
+#: pg_controldata.c:201
#, c-format
msgid "Minimum recovery ending location: %X/%X\n"
msgstr "Emplacement de fin de la rcupration minimale : %X/%X\n"
-#: pg_controldata.c:200
+#: pg_controldata.c:204
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Alignement maximal des donnes : %u\n"
-#: pg_controldata.c:203
+#: pg_controldata.c:207
#, c-format
msgid "Database block size: %u\n"
msgstr "Taille du bloc de la base de donnes : %u\n"
-#: pg_controldata.c:205
+#: pg_controldata.c:209
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blocs par segment des relations volumineuses : %u\n"
-#: pg_controldata.c:207
+#: pg_controldata.c:211
#, c-format
msgid "WAL block size: %u\n"
msgstr "Taille de bloc du journal de transaction : %u\n"
-#: pg_controldata.c:209
+#: pg_controldata.c:213
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Octets par segment du journal de transaction : %u\n"
-#: pg_controldata.c:211
+#: pg_controldata.c:215
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longueur maximale des identifiants : %u\n"
-#: pg_controldata.c:213
+#: pg_controldata.c:217
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Nombre maximum de colonnes d'un index: %u\n"
-#: pg_controldata.c:215
+#: pg_controldata.c:219
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Longueur maximale d'un morceau TOAST : %u\n"
-#: pg_controldata.c:217
+#: pg_controldata.c:221
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Stockage du type date/heure : %s\n"
-#: pg_controldata.c:218
+#: pg_controldata.c:222
msgid "64-bit integers"
msgstr "entiers 64-bits"
-#: pg_controldata.c:218
+#: pg_controldata.c:222
msgid "floating-point numbers"
msgstr "nombres virgule flottante"
-#: pg_controldata.c:219
+#: pg_controldata.c:223
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Passage d'argument float4 : %s\n"
-#: pg_controldata.c:220
-#: pg_controldata.c:222
+#: pg_controldata.c:224
+#: pg_controldata.c:226
msgid "by value"
msgstr "par valeur"
-#: pg_controldata.c:220
-#: pg_controldata.c:222
+#: pg_controldata.c:224
+#: pg_controldata.c:226
msgid "by reference"
msgstr "par rfrence"
-#: pg_controldata.c:221
+#: pg_controldata.c:225
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Passage d'argument float8 : %s\n"
diff --git a/src/bin/pg_ctl/po/fr.po b/src/bin/pg_ctl/po/fr.po
index 02c4fbfa1fa..5b171e81038 100644
--- a/src/bin/pg_ctl/po/fr.po
+++ b/src/bin/pg_ctl/po/fr.po
@@ -1,7 +1,7 @@
# translation of pg_ctl.po to fr_fr
# french message translation file for pg_ctl
#
-# $PostgreSQL: pgsql/src/bin/pg_ctl/po/fr.po,v 1.14 2009/05/14 21:41:52 alvherre Exp $
+# $PostgreSQL: pgsql/src/bin/pg_ctl/po/fr.po,v 1.15 2009/12/19 20:23:25 petere Exp $
#
# Use these quotes: %s
#
@@ -11,83 +11,88 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-16 03:18+0000\n"
-"PO-Revision-Date: 2009-04-16 16:19+0200\n"
-"Last-Translator: Stphane Schildknecht <stephane.schildknecht@dalibo.com>\n"
+"POT-Creation-Date: 2009-12-15 21:17+0000\n"
+"PO-Revision-Date: 2009-12-15 22:45+0100\n"
+"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: pg_ctl.c:223
-#: pg_ctl.c:238
-#: pg_ctl.c:1774
+#: pg_ctl.c:225
+#: pg_ctl.c:240
+#: pg_ctl.c:1828
#, c-format
msgid "%s: out of memory\n"
msgstr "%s : mmoire puise\n"
-#: pg_ctl.c:272
+#: pg_ctl.c:274
#, c-format
msgid "%s: could not open PID file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier de PID %s : %s\n"
-#: pg_ctl.c:279
+#: pg_ctl.c:281
#, c-format
msgid "%s: invalid data in PID file \"%s\"\n"
msgstr "%s : donnes invalides dans le fichier de PID %s \n"
-#: pg_ctl.c:555
+#: pg_ctl.c:557
#, c-format
msgid "%s: cannot set core file size limit; disallowed by hard limit\n"
msgstr ""
"%s : n'a pas pu initialiser la taille des fichiers core, ceci est interdit\n"
"par une limite dure\n"
-#: pg_ctl.c:580
+#: pg_ctl.c:582
#, c-format
msgid "%s: could not read file \"%s\"\n"
msgstr "%s : n'a pas pu lire le fichier %s \n"
-#: pg_ctl.c:585
+#: pg_ctl.c:587
#, c-format
msgid "%s: option file \"%s\" must have exactly one line\n"
msgstr "%s : le fichier d'options %s ne doit comporter qu'une seule ligne\n"
-#: pg_ctl.c:627
-#, c-format
-msgid "%s: another server might be running; trying to start server anyway\n"
-msgstr ""
-"%s : un autre serveur semble en cours d'excution ; le dmarrage du serveur\n"
-"va toutefois tre tent\n"
-
-#: pg_ctl.c:654
+#: pg_ctl.c:635
#, c-format
msgid ""
-"The program \"postgres\" is needed by %s but was not found in the\n"
+"The program \"%s\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
-"%s a besoin du programme postgres , mais celui-ci n'a pas t trouv\n"
+"Le programme %s est ncessaire pour %s, mais n'a pas t trouv\n"
"dans le mme rpertoire que %s .\n"
"Vrifiez votre installation.\n"
-#: pg_ctl.c:660
+#: pg_ctl.c:641
#, c-format
msgid ""
-"The program \"postgres\" was found by \"%s\"\n"
+"The program \"%s\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
-"Le programme postgres , trouv par %s , n'est pas de la mme version\n"
-"que %s .\n"
+"Le programme %s , trouv par %s , n'est pas de la mme version\n"
+"que %s.\n"
"Vrifiez votre installation.\n"
-#: pg_ctl.c:677
+#: pg_ctl.c:674
+#, c-format
+msgid "%s: database system initialization failed\n"
+msgstr "%s : l'initialisation du systme a chou\n"
+
+#: pg_ctl.c:690
+#, c-format
+msgid "%s: another server might be running; trying to start server anyway\n"
+msgstr ""
+"%s : un autre serveur semble en cours d'excution ; le dmarrage du serveur\n"
+"va toutefois tre tent\n"
+
+#: pg_ctl.c:727
#, c-format
msgid "%s: could not start server: exit code was %d\n"
msgstr "%s : n'a pas pu dmarrer le serveur : le code de sortie est %d\n"
-#: pg_ctl.c:688
+#: pg_ctl.c:738
#, c-format
msgid ""
"%s: could not start server\n"
@@ -96,61 +101,61 @@ msgstr ""
"%s : n'a pas pu dmarrer le serveur\n"
"Examinez le journal applicatif.\n"
-#: pg_ctl.c:697
+#: pg_ctl.c:747
msgid "waiting for server to start..."
msgstr "en attente du dmarrage du serveur..."
-#: pg_ctl.c:701
+#: pg_ctl.c:751
#, c-format
msgid "could not start server\n"
msgstr "n'a pas pu dmarrer le serveur\n"
-#: pg_ctl.c:706
-#: pg_ctl.c:779
-#: pg_ctl.c:859
+#: pg_ctl.c:756
+#: pg_ctl.c:829
+#: pg_ctl.c:909
msgid " done\n"
msgstr " effectu\n"
-#: pg_ctl.c:707
+#: pg_ctl.c:757
msgid "server started\n"
msgstr "serveur dmarr\n"
-#: pg_ctl.c:711
+#: pg_ctl.c:761
msgid "server starting\n"
msgstr "serveur en cours de dmarrage\n"
-#: pg_ctl.c:726
-#: pg_ctl.c:801
-#: pg_ctl.c:881
+#: pg_ctl.c:776
+#: pg_ctl.c:851
+#: pg_ctl.c:931
#, c-format
msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s : le fichier de PID %s n'existe pas\n"
-#: pg_ctl.c:727
-#: pg_ctl.c:803
-#: pg_ctl.c:882
+#: pg_ctl.c:777
+#: pg_ctl.c:853
+#: pg_ctl.c:932
msgid "Is server running?\n"
msgstr "Le serveur est-il en cours d'excution ?\n"
-#: pg_ctl.c:733
+#: pg_ctl.c:783
#, c-format
msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s : ne peut pas arrter le serveur ; le serveur mono-utilisateur est en\n"
"cours d'excution (PID : %ld)\n"
-#: pg_ctl.c:741
-#: pg_ctl.c:825
+#: pg_ctl.c:791
+#: pg_ctl.c:875
#, c-format
msgid "%s: could not send stop signal (PID: %ld): %s\n"
msgstr "%s : n'a pas pu envoyer le signal d'arrt (PID : %ld) : %s\n"
-#: pg_ctl.c:748
+#: pg_ctl.c:798
msgid "server shutting down\n"
msgstr "serveur en cours d'arrt\n"
-#: pg_ctl.c:755
-#: pg_ctl.c:832
+#: pg_ctl.c:805
+#: pg_ctl.c:882
msgid ""
"WARNING: online backup mode is active\n"
"Shutdown will not complete until pg_stop_backup() is called.\n"
@@ -160,150 +165,150 @@ msgstr ""
"L'arrt ne surviendra qu'au moment o pg_stop_backup() sera appel.\n"
"\n"
-#: pg_ctl.c:759
-#: pg_ctl.c:836
+#: pg_ctl.c:809
+#: pg_ctl.c:886
msgid "waiting for server to shut down..."
msgstr "en attente de l'arrt du serveur..."
-#: pg_ctl.c:774
-#: pg_ctl.c:853
+#: pg_ctl.c:824
+#: pg_ctl.c:903
msgid " failed\n"
msgstr " a chou\n"
-#: pg_ctl.c:776
-#: pg_ctl.c:855
+#: pg_ctl.c:826
+#: pg_ctl.c:905
#, c-format
msgid "%s: server does not shut down\n"
msgstr "%s : le serveur ne s'est pas arrt\n"
-#: pg_ctl.c:781
-#: pg_ctl.c:860
+#: pg_ctl.c:831
+#: pg_ctl.c:910
#, c-format
msgid "server stopped\n"
msgstr "serveur arrt\n"
-#: pg_ctl.c:804
-#: pg_ctl.c:866
+#: pg_ctl.c:854
+#: pg_ctl.c:916
msgid "starting server anyway\n"
msgstr "lancement du serveur malgr tout\n"
-#: pg_ctl.c:813
+#: pg_ctl.c:863
#, c-format
msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s : ne peut pas relancer le serveur ; le serveur mono-utilisateur est en\n"
"cours d'excution (PID : %ld)\n"
-#: pg_ctl.c:816
-#: pg_ctl.c:891
+#: pg_ctl.c:866
+#: pg_ctl.c:941
msgid "Please terminate the single-user server and try again.\n"
msgstr "Merci d'arrter le serveur mono-utilisateur et de ressayer.\n"
-#: pg_ctl.c:864
+#: pg_ctl.c:914
#, c-format
msgid "%s: old server process (PID: %ld) seems to be gone\n"
msgstr "%s : l'ancien processus serveur (PID : %ld) semble tre parti\n"
-#: pg_ctl.c:888
+#: pg_ctl.c:938
#, c-format
msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s : ne peut pas recharger le serveur ; le serveur mono-utilisateur est en\n"
"cours d'excution (PID : %ld)\n"
-#: pg_ctl.c:897
+#: pg_ctl.c:947
#, c-format
msgid "%s: could not send reload signal (PID: %ld): %s\n"
msgstr "%s : n'a pas pu envoyer le signal de rechargement (PID : %ld) : %s\n"
-#: pg_ctl.c:902
+#: pg_ctl.c:952
msgid "server signaled\n"
msgstr "envoi d'un signal au serveur\n"
-#: pg_ctl.c:946
+#: pg_ctl.c:996
#, c-format
msgid "%s: single-user server is running (PID: %ld)\n"
msgstr "%s : le serveur mono-utilisateur est en cours d'excution (PID : %ld)\n"
-#: pg_ctl.c:958
+#: pg_ctl.c:1008
#, c-format
msgid "%s: server is running (PID: %ld)\n"
msgstr "%s : le serveur est en cours d'excution (PID : %ld)\n"
-#: pg_ctl.c:969
+#: pg_ctl.c:1019
#, c-format
msgid "%s: no server running\n"
msgstr "%s : aucun serveur en cours d'excution\n"
-#: pg_ctl.c:980
+#: pg_ctl.c:1030
#, c-format
msgid "%s: could not send signal %d (PID: %ld): %s\n"
msgstr "%s : n'a pas pu envoyer le signal %d (PID : %ld) : %s\n"
-#: pg_ctl.c:1014
+#: pg_ctl.c:1064
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s : n'a pas pu trouver l'excutable du programme\n"
-#: pg_ctl.c:1024
+#: pg_ctl.c:1074
#, c-format
msgid "%s: could not find postgres program executable\n"
msgstr "%s : n'a pas pu trouver l'excutable postgres\n"
-#: pg_ctl.c:1082
-#: pg_ctl.c:1114
+#: pg_ctl.c:1132
+#: pg_ctl.c:1164
#, c-format
msgid "%s: could not open service manager\n"
msgstr "%s : n'a pas pu ouvrir le gestionnaire de services\n"
-#: pg_ctl.c:1088
+#: pg_ctl.c:1138
#, c-format
msgid "%s: service \"%s\" already registered\n"
msgstr "%s : le service %s est dj enregistr\n"
-#: pg_ctl.c:1099
+#: pg_ctl.c:1149
#, c-format
msgid "%s: could not register service \"%s\": error code %d\n"
msgstr "%s : n'a pas pu enregistrer le service %s : code d'erreur %d\n"
-#: pg_ctl.c:1120
+#: pg_ctl.c:1170
#, c-format
msgid "%s: service \"%s\" not registered\n"
msgstr "%s : le service %s n'est pas enregistr\n"
-#: pg_ctl.c:1127
+#: pg_ctl.c:1177
#, c-format
msgid "%s: could not open service \"%s\": error code %d\n"
msgstr "%s : n'a pas pu ouvrir le service %s : code d'erreur %d\n"
-#: pg_ctl.c:1134
+#: pg_ctl.c:1184
#, c-format
msgid "%s: could not unregister service \"%s\": error code %d\n"
msgstr "%s : n'a pas pu supprimer le service %s : code d'erreur %d\n"
-#: pg_ctl.c:1220
+#: pg_ctl.c:1270
msgid "Waiting for server startup...\n"
msgstr "En attente du dmarrage du serveur...\n"
-#: pg_ctl.c:1223
+#: pg_ctl.c:1273
msgid "Timed out waiting for server startup\n"
msgstr "Dpassement du dlai pour le dmarrage du serveur\n"
-#: pg_ctl.c:1227
+#: pg_ctl.c:1277
msgid "Server started and accepting connections\n"
msgstr "Serveur lanc et acceptant les connexions\n"
-#: pg_ctl.c:1277
+#: pg_ctl.c:1327
#, c-format
msgid "%s: could not start service \"%s\": error code %d\n"
msgstr "%s : n'a pas pu dmarrer le service %s : code d'erreur %d\n"
-#: pg_ctl.c:1509
+#: pg_ctl.c:1562
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer %s --help pour plus d'informations.\n"
-#: pg_ctl.c:1517
+#: pg_ctl.c:1570
#, c-format
msgid ""
"%s is a utility to start, stop, restart, reload configuration files,\n"
@@ -315,24 +320,29 @@ msgstr ""
"ou d'envoyer un signal un processus PostgreSQL\n"
"\n"
-#: pg_ctl.c:1519
+#: pg_ctl.c:1572
#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"
-#: pg_ctl.c:1520
+#: pg_ctl.c:1573
+#, c-format
+msgid " %s init[db] [-D DATADIR] [-s] [-o \"OPTIONS\"]\n"
+msgstr " %s init[db] [-D RP_DONNES] [-s] [-o \"OPTIONS\"]\n"
+
+#: pg_ctl.c:1574
#, c-format
msgid " %s start [-w] [-t SECS] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"
msgstr ""
" %s start [-w] [-t SECS] [-D RP_DONNES] [-s] [-l NOM_FICHIER]\n"
" [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1521
+#: pg_ctl.c:1575
#, c-format
msgid " %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-t SECS] [-D RP_DONNES] [-s] [-m MODE_ARRET]\n"
-#: pg_ctl.c:1522
+#: pg_ctl.c:1576
#, c-format
msgid ""
" %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
@@ -341,22 +351,22 @@ msgstr ""
" %s restart [-w] [-t SECS] [-D RP_DONNES] [-s] [-m MODE_ARRET]\n"
" [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1524
+#: pg_ctl.c:1578
#, c-format
msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D RP_DONNES] [-s]\n"
-#: pg_ctl.c:1525
+#: pg_ctl.c:1579
#, c-format
msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D RP_DONNES]\n"
-#: pg_ctl.c:1526
+#: pg_ctl.c:1580
#, c-format
msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill SIGNAL ID_PROCESSUS\n"
-#: pg_ctl.c:1528
+#: pg_ctl.c:1582
#, c-format
msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
@@ -365,12 +375,12 @@ msgstr ""
" %s register [-N NOM_SERVICE] [-U NOM_UTILISATEUR] [-P MOTDEPASSE]\n"
" [-D RP_DONNES] [-w] [-t SECS] [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1530
+#: pg_ctl.c:1584
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N NOM_SERVICE]\n"
-#: pg_ctl.c:1533
+#: pg_ctl.c:1587
#, c-format
msgid ""
"\n"
@@ -379,46 +389,46 @@ msgstr ""
"\n"
"Options gnrales :\n"
-#: pg_ctl.c:1534
+#: pg_ctl.c:1588
#, c-format
msgid " -D, --pgdata DATADIR location of the database storage area\n"
msgstr " -D, --pgdata RP_DONNES emplacement de stockage du cluster\n"
-#: pg_ctl.c:1535
+#: pg_ctl.c:1589
#, c-format
msgid " -s, --silent only print errors, no informational messages\n"
msgstr ""
" -s, --silent affiche uniquement les erreurs, aucun message\n"
" d'informations\n"
-#: pg_ctl.c:1536
+#: pg_ctl.c:1590
#, c-format
msgid " -t SECS seconds to wait when using -w option\n"
msgstr ""
" -t SECS dure en secondes attendre lors de\n"
" l'utilisation de l'option -w\n"
-#: pg_ctl.c:1537
+#: pg_ctl.c:1591
#, c-format
msgid " -w wait until operation completes\n"
msgstr " -w attend la fin de l'opration\n"
-#: pg_ctl.c:1538
+#: pg_ctl.c:1592
#, c-format
msgid " -W do not wait until operation completes\n"
msgstr " -W n'attend pas la fin de l'opration\n"
-#: pg_ctl.c:1539
+#: pg_ctl.c:1593
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help affiche cette aide et quitte\n"
-#: pg_ctl.c:1540
+#: pg_ctl.c:1594
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version affiche la version et quitte\n"
-#: pg_ctl.c:1541
+#: pg_ctl.c:1595
#, c-format
msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n"
@@ -428,12 +438,12 @@ msgstr ""
"redmarrage.)\n"
"\n"
-#: pg_ctl.c:1542
+#: pg_ctl.c:1596
#, c-format
msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
msgstr "Si l'option -D est omise, la variable d'environnement PGDATA est utilise.\n"
-#: pg_ctl.c:1544
+#: pg_ctl.c:1598
#, c-format
msgid ""
"\n"
@@ -442,38 +452,39 @@ msgstr ""
"\n"
"Options pour le dmarrage ou le redmarrage :\n"
-#: pg_ctl.c:1546
+#: pg_ctl.c:1600
#, c-format
msgid " -c, --core-files allow postgres to produce core files\n"
msgstr " -c, --core-files autorise postgres produire des fichiers core\n"
-#: pg_ctl.c:1548
+#: pg_ctl.c:1602
#, c-format
msgid " -c, --core-files not applicable on this platform\n"
msgstr " -c, --core-files non applicable cette plateforme\n"
-#: pg_ctl.c:1550
+#: pg_ctl.c:1604
#, c-format
msgid " -l, --log FILENAME write (or append) server log to FILENAME\n"
msgstr ""
" -l, --log NOM_FICHIER crit (ou ajoute) le journal du serveur dans\n"
" NOM_FICHIER\n"
-#: pg_ctl.c:1551
+#: pg_ctl.c:1605
#, c-format
msgid ""
" -o OPTIONS command line options to pass to postgres\n"
-" (PostgreSQL server executable)\n"
+" (PostgreSQL server executable) or initdb\n"
msgstr ""
" -o OPTIONS options de la ligne de commande passer \n"
" postgres (excutable du serveur PostgreSQL)\n"
+" ou initdb\n"
-#: pg_ctl.c:1553
+#: pg_ctl.c:1607
#, c-format
msgid " -p PATH-TO-POSTGRES normally not necessary\n"
msgstr " -p CHEMIN_POSTGRES normalement pas ncessaire\n"
-#: pg_ctl.c:1554
+#: pg_ctl.c:1608
#, c-format
msgid ""
"\n"
@@ -482,12 +493,12 @@ msgstr ""
"\n"
"Options pour l'arrt ou le redmarrage :\n"
-#: pg_ctl.c:1555
+#: pg_ctl.c:1609
#, c-format
msgid " -m SHUTDOWN-MODE can be \"smart\", \"fast\", or \"immediate\"\n"
msgstr " -m MODE_ARRET smart , fast ou immediate \n"
-#: pg_ctl.c:1557
+#: pg_ctl.c:1611
#, c-format
msgid ""
"\n"
@@ -496,24 +507,24 @@ msgstr ""
"\n"
"Les modes d'arrt sont :\n"
-#: pg_ctl.c:1558
+#: pg_ctl.c:1612
#, c-format
msgid " smart quit after all clients have disconnected\n"
msgstr " smart quitte aprs dconnexion de tous les clients\n"
-#: pg_ctl.c:1559
+#: pg_ctl.c:1613
#, c-format
msgid " fast quit directly, with proper shutdown\n"
msgstr " fast quitte directement, et arrte correctement\n"
-#: pg_ctl.c:1560
+#: pg_ctl.c:1614
#, c-format
msgid " immediate quit without complete shutdown; will lead to recovery on restart\n"
msgstr ""
" immediate quitte sans arrt complet ; entrane une\n"
" restauration au dmarrage suivant\n"
-#: pg_ctl.c:1562
+#: pg_ctl.c:1616
#, c-format
msgid ""
"\n"
@@ -522,7 +533,7 @@ msgstr ""
"\n"
"Signaux autoriss pour kill :\n"
-#: pg_ctl.c:1566
+#: pg_ctl.c:1620
#, c-format
msgid ""
"\n"
@@ -531,28 +542,28 @@ msgstr ""
"\n"
"Options d'enregistrement ou de ds-enregistrement :\n"
-#: pg_ctl.c:1567
+#: pg_ctl.c:1621
#, c-format
msgid " -N SERVICENAME service name with which to register PostgreSQL server\n"
msgstr ""
" -N NOM_SERVICE nom du service utilis pour l'enregistrement du\n"
" serveur PostgreSQL\n"
-#: pg_ctl.c:1568
+#: pg_ctl.c:1622
#, c-format
msgid " -P PASSWORD password of account to register PostgreSQL server\n"
msgstr ""
" -P MOT_DE_PASSE mot de passe du compte utilis pour\n"
" l'enregistrement du serveur PostgreSQL\n"
-#: pg_ctl.c:1569
+#: pg_ctl.c:1623
#, c-format
msgid " -U USERNAME user name of account to register PostgreSQL server\n"
msgstr ""
" -U NOM_UTILISATEUR nom de l'utilisateur du compte utilis pour\n"
" l'enregistrement du serveur PostgreSQL\n"
-#: pg_ctl.c:1572
+#: pg_ctl.c:1626
#, c-format
msgid ""
"\n"
@@ -561,17 +572,17 @@ msgstr ""
"\n"
"Rapporter les bogues <pgsql-bugs@postgresql.org>.\n"
-#: pg_ctl.c:1597
+#: pg_ctl.c:1651
#, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s : mode d'arrt non reconnu %s \n"
-#: pg_ctl.c:1630
+#: pg_ctl.c:1684
#, c-format
msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s : signal non reconnu %s \n"
-#: pg_ctl.c:1695
+#: pg_ctl.c:1749
#, c-format
msgid ""
"%s: cannot be run as root\n"
@@ -582,27 +593,27 @@ msgstr ""
"Connectez-vous (par exemple en utilisant su ) sous l'utilisateur (non\n"
" privilgi) qui sera propritaire du processus serveur.\n"
-#: pg_ctl.c:1804
+#: pg_ctl.c:1858
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier tant %s )\n"
-#: pg_ctl.c:1823
+#: pg_ctl.c:1880
#, c-format
msgid "%s: missing arguments for kill mode\n"
msgstr "%s : arguments manquant pour le mode kill\n"
-#: pg_ctl.c:1841
+#: pg_ctl.c:1898
#, c-format
msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s : mode d'opration %s non reconnu\n"
-#: pg_ctl.c:1851
+#: pg_ctl.c:1908
#, c-format
msgid "%s: no operation specified\n"
msgstr "%s : aucune opration indique\n"
-#: pg_ctl.c:1867
+#: pg_ctl.c:1924
#, c-format
msgid "%s: no database directory specified and environment variable PGDATA unset\n"
msgstr ""
diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk
index 0486e943abb..ded048606be 100644
--- a/src/bin/pg_dump/nls.mk
+++ b/src/bin/pg_dump/nls.mk
@@ -1,6 +1,6 @@
-# $PostgreSQL: pgsql/src/bin/pg_dump/nls.mk,v 1.21 2009/06/26 19:33:50 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/nls.mk,v 1.22 2009/12/19 20:23:25 petere Exp $
CATALOG_NAME := pg_dump
-AVAIL_LANGUAGES := de es fr ja pt_BR sv tr
+AVAIL_LANGUAGES := de es fr it ja pt_BR sv tr
GETTEXT_FILES := pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
pg_backup_db.c pg_backup_files.c pg_backup_null.c \
pg_backup_tar.c pg_restore.c pg_dumpall.c \
diff --git a/src/bin/pg_dump/po/es.po b/src/bin/pg_dump/po/es.po
index 6f1f2e074fc..8b2092c6221 100644
--- a/src/bin/pg_dump/po/es.po
+++ b/src/bin/pg_dump/po/es.po
@@ -2,15 +2,15 @@
# Manuel Sugawara <masm@fciencias.unam.mx>, 2003.
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2004-2007, 2009
#
-# pgtranslation Id: pg_dump.po,v 1.6 2009/04/16 17:21:58 alvherre Exp $
-# $PostgreSQL: pgsql/src/bin/pg_dump/po/es.po,v 1.10 2009/05/14 21:41:52 alvherre Exp $
+# pgtranslation Id: pg_dump.po,v 1.7 2009/11/03 20:03:13 alvherre Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/po/es.po,v 1.11 2009/12/19 20:23:26 petere Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: pg_dump (PostgreSQL 8.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-16 17:16+0000\n"
-"PO-Revision-Date: 2009-04-16 13:21-0400\n"
+"POT-Creation-Date: 2009-11-03 17:14+0000\n"
+"PO-Revision-Date: 2009-11-03 17:02-0300\n"
"Last-Translator: lvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL Espaol <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -18,76 +18,76 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: pg_dump.c:430 pg_restore.c:268 pg_dumpall.c:289
+#: pg_dump.c:434 pg_restore.c:268 pg_dumpall.c:291
#, c-format
msgid "%s: invalid -X option -- %s\n"
msgstr "%s: opcin -X no vlida -- %s\n"
-#: pg_dump.c:432 pg_dump.c:454 pg_dump.c:463 pg_restore.c:270 pg_restore.c:292
-#: pg_restore.c:309 pg_dumpall.c:291 pg_dumpall.c:311 pg_dumpall.c:336
-#: pg_dumpall.c:346 pg_dumpall.c:355 pg_dumpall.c:364 pg_dumpall.c:400
+#: pg_dump.c:436 pg_dump.c:458 pg_dump.c:467 pg_restore.c:270 pg_restore.c:293
+#: pg_restore.c:310 pg_dumpall.c:293 pg_dumpall.c:313 pg_dumpall.c:338
+#: pg_dumpall.c:348 pg_dumpall.c:357 pg_dumpall.c:366 pg_dumpall.c:402
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prueba %s --help para ms informacin.\n"
-#: pg_dump.c:461 pg_dumpall.c:334
+#: pg_dump.c:465 pg_dumpall.c:336
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos en la lnea de rdenes (el primero es %s)\n"
-#: pg_dump.c:478
+#: pg_dump.c:482
msgid "options -s/--schema-only and -a/--data-only cannot be used together\n"
msgstr ""
"las opciones -s/--schema-only y -a/--data-only no pueden usarse juntas\n"
-#: pg_dump.c:484
+#: pg_dump.c:488
msgid "options -c/--clean and -a/--data-only cannot be used together\n"
msgstr "las opciones -c/--clean y -a/--data-only no pueden usarse juntas\n"
-#: pg_dump.c:490
+#: pg_dump.c:494
msgid ""
"options --inserts/--column-inserts and -o/--oids cannot be used together\n"
msgstr ""
"las opciones --inserts/--column-inserts y -o/--oids no pueden usarse juntas\n"
-#: pg_dump.c:491
+#: pg_dump.c:495
msgid "(The INSERT command cannot set OIDs.)\n"
msgstr "(La orden INSERT no puede establecer los OIDs).\n"
-#: pg_dump.c:521
+#: pg_dump.c:525
#, c-format
msgid "invalid output format \"%s\" specified\n"
msgstr "el formato de salida especificado %s no es vlido\n"
-#: pg_dump.c:527
+#: pg_dump.c:531
#, c-format
msgid "could not open output file \"%s\" for writing\n"
msgstr "no se pudo abrir el archivo de salida %s para escritura\n"
-#: pg_dump.c:537 pg_backup_db.c:45
+#: pg_dump.c:541 pg_backup_db.c:45
#, c-format
msgid "could not parse version string \"%s\"\n"
msgstr "no se pudo interpretar la cadena de versin %s\n"
-#: pg_dump.c:560
+#: pg_dump.c:564
#, c-format
msgid "invalid client encoding \"%s\" specified\n"
msgstr "la codificacin de cliente especificada %s no es vlida\n"
-#: pg_dump.c:635
+#: pg_dump.c:641
#, c-format
msgid "last built-in OID is %u\n"
msgstr "el ltimo OID interno es %u\n"
-#: pg_dump.c:645
+#: pg_dump.c:651
msgid "No matching schemas were found\n"
msgstr "No se encontraron esquemas coincidentes\n"
-#: pg_dump.c:660
+#: pg_dump.c:666
msgid "No matching tables were found\n"
msgstr "No se encontraron tablas coincidentes\n"
-#: pg_dump.c:789
+#: pg_dump.c:795
#, c-format
msgid ""
"%s dumps a database as a text file or to other formats.\n"
@@ -96,17 +96,17 @@ msgstr ""
"%s extrae una base de datos en formato de texto o en otros formatos.\n"
"\n"
-#: pg_dump.c:790 pg_restore.c:398 pg_dumpall.c:526
+#: pg_dump.c:796 pg_restore.c:399 pg_dumpall.c:535
#, c-format
msgid "Usage:\n"
msgstr "Uso:\n"
-#: pg_dump.c:791
+#: pg_dump.c:797
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [OPCIN]... [NOMBREDB]\n"
-#: pg_dump.c:793 pg_restore.c:401 pg_dumpall.c:529
+#: pg_dump.c:799 pg_restore.c:402 pg_dumpall.c:538
#, c-format
msgid ""
"\n"
@@ -115,12 +115,12 @@ msgstr ""
"\n"
"Opciones generales:\n"
-#: pg_dump.c:794 pg_dumpall.c:530
+#: pg_dump.c:800 pg_dumpall.c:539
#, c-format
msgid " -f, --file=FILENAME output file name\n"
msgstr " -f, --file=ARCHIVO nombre del archivo de salida\n"
-#: pg_dump.c:795
+#: pg_dump.c:801
#, c-format
msgid ""
" -F, --format=c|t|p output file format (custom, tar, plain text)\n"
@@ -128,36 +128,36 @@ msgstr ""
" -F, --format=c|t|p Formato del archivo de salida\n"
" (c=personalizado, t=tar, p=texto)\n"
-#: pg_dump.c:796
+#: pg_dump.c:802
#, c-format
msgid " -v, --verbose verbose mode\n"
msgstr " -v, --verbose modo verboso\n"
-#: pg_dump.c:797
+#: pg_dump.c:803
#, c-format
msgid ""
" -Z, --compress=0-9 compression level for compressed formats\n"
msgstr ""
" -Z, --compress=0-9 nivel de compresin para formatos comprimidos\n"
-#: pg_dump.c:798 pg_dumpall.c:531
+#: pg_dump.c:804 pg_dumpall.c:540
#, c-format
msgid ""
" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"
msgstr ""
" --lock-wait-timeout=SEGS espera a lo ms SEGS segundos obtener un lock\n"
-#: pg_dump.c:799 pg_dumpall.c:532
+#: pg_dump.c:805 pg_dumpall.c:541
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y termina\n"
-#: pg_dump.c:800 pg_dumpall.c:533
+#: pg_dump.c:806 pg_dumpall.c:542
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version muestra el nmero de versin y termina\n"
-#: pg_dump.c:802 pg_dumpall.c:534
+#: pg_dump.c:808 pg_dumpall.c:543
#, c-format
msgid ""
"\n"
@@ -166,17 +166,17 @@ msgstr ""
"\n"
"Opciones que controlan el contenido de la salida:\n"
-#: pg_dump.c:803 pg_dumpall.c:535
+#: pg_dump.c:809 pg_dumpall.c:544
#, c-format
msgid " -a, --data-only dump only the data, not the schema\n"
msgstr " -a, --data-only extrae slo los datos, no el esquema\n"
-#: pg_dump.c:804
+#: pg_dump.c:810
#, c-format
msgid " -b, --blobs include large objects in dump\n"
msgstr " -b, --blobs incluye objetos grandes en la extraccin\n"
-#: pg_dump.c:805
+#: pg_dump.c:811
#, c-format
msgid ""
" -c, --clean clean (drop) database objects before "
@@ -184,7 +184,7 @@ msgid ""
msgstr ""
" -c, --clean tira (drop) la base de datos antes de crearla\n"
-#: pg_dump.c:806
+#: pg_dump.c:812
#, c-format
msgid ""
" -C, --create include commands to create database in dump\n"
@@ -192,30 +192,30 @@ msgstr ""
" -C, --create incluye rdenes para crear la base de datos\n"
" en la extraccin\n"
-#: pg_dump.c:807
+#: pg_dump.c:813
#, c-format
msgid " -E, --encoding=ENCODING dump the data in encoding ENCODING\n"
msgstr ""
" -E, --encoding=CODIF extrae los datos con la codificacin CODIF\n"
-#: pg_dump.c:808
+#: pg_dump.c:814
#, c-format
msgid " -n, --schema=SCHEMA dump the named schema(s) only\n"
msgstr " -n, --schema=ESQUEMA extrae slo el esquema nombrado\n"
-#: pg_dump.c:809
+#: pg_dump.c:815
#, c-format
msgid " -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)\n"
msgstr ""
" -N, --exclude-schema=ESQUEMA\n"
" NO extrae el o los esquemas listados\n"
-#: pg_dump.c:810 pg_dumpall.c:538
+#: pg_dump.c:816 pg_dumpall.c:547
#, c-format
msgid " -o, --oids include OIDs in dump\n"
msgstr " -o, --oids incluye OIDs en la extraccin\n"
-#: pg_dump.c:811
+#: pg_dump.c:817
#, c-format
msgid ""
" -O, --no-owner skip restoration of object ownership in\n"
@@ -224,12 +224,12 @@ msgstr ""
" -O, --no-owner en formato de slo texto, no reestablece\n"
" los dueos de los objetos\n"
-#: pg_dump.c:813 pg_dumpall.c:541
+#: pg_dump.c:819 pg_dumpall.c:550
#, c-format
msgid " -s, --schema-only dump only the schema, no data\n"
msgstr " -s, --schema-only extrae slo el esquema, no los datos\n"
-#: pg_dump.c:814
+#: pg_dump.c:820
#, c-format
msgid ""
" -S, --superuser=NAME superuser user name to use in plain-text "
@@ -237,29 +237,29 @@ msgid ""
msgstr ""
" -S, --superuser=NAME superusuario a utilizar en el volcado de texto\n"
-#: pg_dump.c:815
+#: pg_dump.c:821
#, c-format
msgid " -t, --table=TABLE dump the named table(s) only\n"
msgstr " -t, --table=TABLE extrae slo la tabla nombrada\n"
-#: pg_dump.c:816
+#: pg_dump.c:822
#, c-format
msgid " -T, --exclude-table=TABLE do NOT dump the named table(s)\n"
msgstr ""
" -T, --exclude-table=TABLA\n"
" NO extrae la o las tablas nombradas\n"
-#: pg_dump.c:817 pg_dumpall.c:544
+#: pg_dump.c:823 pg_dumpall.c:553
#, c-format
msgid " -x, --no-privileges do not dump privileges (grant/revoke)\n"
msgstr " -x, --no-privileges no extrae los privilegios (grant/revoke)\n"
-#: pg_dump.c:818 pg_dumpall.c:545
+#: pg_dump.c:824 pg_dumpall.c:554
#, c-format
msgid " --binary-upgrade for use by upgrade utilities only\n"
msgstr " --binary-upgrade slo para uso de utilidades de upgrade\n"
-#: pg_dump.c:819 pg_dumpall.c:546
+#: pg_dump.c:825 pg_dumpall.c:555
#, c-format
msgid ""
" --inserts dump data as INSERT commands, rather than "
@@ -267,7 +267,7 @@ msgid ""
msgstr ""
" --inserts extrae los datos usando INSERT, en vez de COPY\n"
-#: pg_dump.c:820 pg_dumpall.c:547
+#: pg_dump.c:826 pg_dumpall.c:556
#, c-format
msgid ""
" --column-inserts dump data as INSERT commands with column "
@@ -276,7 +276,7 @@ msgstr ""
" --column-inserts extrae los datos usando INSERT con nombres\n"
" de columnas\n"
-#: pg_dump.c:821 pg_dumpall.c:548
+#: pg_dump.c:827 pg_dumpall.c:557
#, c-format
msgid ""
" --disable-dollar-quoting disable dollar quoting, use SQL standard "
@@ -285,7 +285,7 @@ msgstr ""
" --disable-dollar-quoting deshabilita el uso de delimitadores de dlar,\n"
" usa delimitadores de cadena estndares\n"
-#: pg_dump.c:822 pg_dumpall.c:549
+#: pg_dump.c:828 pg_dumpall.c:558
#, c-format
msgid ""
" --disable-triggers disable triggers during data-only restore\n"
@@ -294,17 +294,17 @@ msgstr ""
"el\n"
" restablecimiento de la extraccin de slo-datos\n"
-#: pg_dump.c:823 pg_dumpall.c:550
+#: pg_dump.c:829 pg_dumpall.c:559
#, c-format
msgid " --no-tablespaces do not dump tablespace assignments\n"
msgstr " -no-tablespaces no volcar asignaciones de tablespace\n"
-#: pg_dump.c:824 pg_dumpall.c:551
+#: pg_dump.c:830 pg_dumpall.c:560
#, c-format
msgid " --role=ROLENAME do SET ROLE before dump\n"
msgstr " --role=ROL ejecuta SET ROLE antes del volcado\n"
-#: pg_dump.c:825 pg_dumpall.c:552
+#: pg_dump.c:831 pg_dumpall.c:561
#, c-format
msgid ""
" --use-set-session-authorization\n"
@@ -317,7 +317,7 @@ msgstr ""
" ALTER OWNER para cambiar los dueo de los "
"objetos\n"
-#: pg_dump.c:829 pg_restore.c:440 pg_dumpall.c:556
+#: pg_dump.c:835 pg_restore.c:441 pg_dumpall.c:565
#, c-format
msgid ""
"\n"
@@ -326,29 +326,29 @@ msgstr ""
"\n"
"Opciones de la conexin:\n"
-#: pg_dump.c:830 pg_restore.c:441 pg_dumpall.c:557
+#: pg_dump.c:836 pg_restore.c:442 pg_dumpall.c:566
#, c-format
msgid " -h, --host=HOSTNAME database server host or socket directory\n"
msgstr ""
" -h, --host=ANFITRIN anfitrin de la base de datos o\n"
" directorio del enchufe (socket)\n"
-#: pg_dump.c:831 pg_restore.c:442 pg_dumpall.c:559
+#: pg_dump.c:837 pg_restore.c:443 pg_dumpall.c:568
#, c-format
msgid " -p, --port=PORT database server port number\n"
msgstr " -p, --port=PUERTO nmero del puerto de la base de datos\n"
-#: pg_dump.c:832 pg_restore.c:443 pg_dumpall.c:560
+#: pg_dump.c:838 pg_restore.c:444 pg_dumpall.c:569
#, c-format
msgid " -U, --username=NAME connect as specified database user\n"
msgstr " -U, --username=USUARIO nombre de usuario con el cual conectarse\n"
-#: pg_dump.c:833 pg_restore.c:444 pg_dumpall.c:561
+#: pg_dump.c:839 pg_restore.c:445 pg_dumpall.c:570
#, c-format
msgid " -w, --no-password never prompt for password\n"
msgstr " -w, --no-password nunca pedir una contrasea\n"
-#: pg_dump.c:834 pg_restore.c:445 pg_dumpall.c:562
+#: pg_dump.c:840 pg_restore.c:446 pg_dumpall.c:571
#, c-format
msgid ""
" -W, --password force password prompt (should happen "
@@ -357,7 +357,7 @@ msgstr ""
" -W, --password fuerza un prompt para la contrasea\n"
" (debera ser automtico)\n"
-#: pg_dump.c:836
+#: pg_dump.c:842
#, c-format
msgid ""
"\n"
@@ -370,52 +370,52 @@ msgstr ""
"de la variable de ambiente PGDATABASE.\n"
"\n"
-#: pg_dump.c:838 pg_restore.c:448 pg_dumpall.c:566
+#: pg_dump.c:844 pg_restore.c:449 pg_dumpall.c:575
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Reporta errores a <pgsql-bugs@postgresql.org>.\n"
-#: pg_dump.c:846 pg_backup_archiver.c:1362
+#: pg_dump.c:852 pg_backup_archiver.c:1372
msgid "*** aborted because of error\n"
msgstr "*** se abort a causa de un error\n"
-#: pg_dump.c:867
+#: pg_dump.c:873
msgid "server version must be at least 7.3 to use schema selection switches\n"
msgstr ""
"la versin del servidor debe ser al menos 7.3 para usar los parmetros de\n"
"seleccin de esquema\n"
-#: pg_dump.c:1088
+#: pg_dump.c:1111
#, c-format
msgid "dumping contents of table %s\n"
msgstr "extrayendo el contenido de la tabla %s\n"
-#: pg_dump.c:1191
+#: pg_dump.c:1214
#, c-format
msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n"
msgstr ""
"Fall la extraccin del contenido de la tabla %s: PQgetCopyData() fall.\n"
-#: pg_dump.c:1192 pg_dump.c:11439
+#: pg_dump.c:1215 pg_dump.c:11976
#, c-format
msgid "Error message from server: %s"
msgstr "Mensaje de error del servidor: %s"
-#: pg_dump.c:1193 pg_dump.c:11440
+#: pg_dump.c:1216 pg_dump.c:11977
#, c-format
msgid "The command was: %s\n"
msgstr "La orden era: %s\n"
-#: pg_dump.c:1598
+#: pg_dump.c:1622
msgid "saving database definition\n"
msgstr "salvando las definiciones de la base de datos\n"
-#: pg_dump.c:1680
+#: pg_dump.c:1704
#, c-format
msgid "missing pg_database entry for database \"%s\"\n"
msgstr "falta la entrada para la base de datos %s en pg_database\n"
-#: pg_dump.c:1687
+#: pg_dump.c:1711
#, c-format
msgid ""
"query returned more than one (%d) pg_database entry for database \"%s\"\n"
@@ -423,93 +423,97 @@ msgstr ""
"la consulta regres ms de un (%d) registro en pg_database\n"
"para la base de datos %s\n"
-#: pg_dump.c:1815
+#: pg_dump.c:1812
+msgid "dumpDatabase(): could not find pg_largeobject.relfrozenxid\n"
+msgstr "dumpDatabase(): no se pudo encontrar pg_largeobject.relfrozenxid\n"
+
+#: pg_dump.c:1889
#, c-format
msgid "saving encoding = %s\n"
msgstr "salvando codificaciones = %s\n"
-#: pg_dump.c:1842
+#: pg_dump.c:1916
#, c-format
msgid "saving standard_conforming_strings = %s\n"
msgstr "salvando standard_conforming_strings = %s\n"
-#: pg_dump.c:1904
+#: pg_dump.c:1978
msgid "saving large objects\n"
msgstr "salvando objetos grandes\n"
-#: pg_dump.c:1940
+#: pg_dump.c:2014
#, c-format
msgid "dumpBlobs(): could not open large object: %s"
msgstr "dumpBlobs(): no se pudo abrir el objeto grande: %s"
-#: pg_dump.c:1953
+#: pg_dump.c:2027
#, c-format
msgid "dumpBlobs(): error reading large object: %s"
msgstr "dumpBlobs(): error al leer el objeto grande: %s"
-#: pg_dump.c:1990
+#: pg_dump.c:2064
msgid "saving large object comments\n"
msgstr "salvando comentarios de objetos grandes\n"
-#: pg_dump.c:2160
+#: pg_dump.c:2234
#, c-format
msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
msgstr "PRECAUCIN: el dueo del esquema %s parece no ser vlido\n"
-#: pg_dump.c:2195
+#: pg_dump.c:2269
#, c-format
msgid "schema with OID %u does not exist\n"
msgstr "el esquema con OID %u no existe\n"
-#: pg_dump.c:2452
+#: pg_dump.c:2526
#, c-format
msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
msgstr "PRECAUCIN: el dueo del tipo %s parece no ser vlido\n"
-#: pg_dump.c:2556
+#: pg_dump.c:2630
#, c-format
msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
msgstr "PRECAUCIN: el dueo del operador %s parece no ser vlido\n"
-#: pg_dump.c:2730
+#: pg_dump.c:2804
#, c-format
msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
msgstr ""
"PRECAUCIN: el dueo de la clase de operadores %s parece no ser vlido\n"
-#: pg_dump.c:2817
+#: pg_dump.c:2891
#, c-format
msgid "WARNING: owner of operator family \"%s\" appears to be invalid\n"
msgstr ""
"PRECAUCIN: el dueo de la familia de operadores %s parece no ser vlido\n"
-#: pg_dump.c:2942
+#: pg_dump.c:3016
#, c-format
msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
msgstr ""
"PRECAUCIN: el dueo de la funcin de agregacin %s parece no ser vlido\n"
-#: pg_dump.c:3097
+#: pg_dump.c:3171
#, c-format
msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
msgstr "PRECAUCIN: el dueo de la funcin %s parece no ser vlido\n"
-#: pg_dump.c:3484
+#: pg_dump.c:3558
#, c-format
msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
msgstr "PRECAUCIN: el dueo de la tabla %s parece no ser vlido\n"
-#: pg_dump.c:3624
+#: pg_dump.c:3700
#, c-format
msgid "reading indexes for table \"%s\"\n"
msgstr "extrayendo los ndices para la tabla %s\n"
-#: pg_dump.c:3894
+#: pg_dump.c:3981
#, c-format
msgid "reading foreign key constraints for table \"%s\"\n"
msgstr "extrayendo restricciones de llave fornea para la tabla %s\n"
-#: pg_dump.c:4122
+#: pg_dump.c:4213
#, c-format
msgid ""
"failed sanity check, parent table OID %u of pg_rewrite entry OID %u not "
@@ -518,12 +522,12 @@ msgstr ""
"fall la revisin de integridad: no se encontr la tabla padre OID %u del "
"elemento con OID %u de pg_rewrite\n"
-#: pg_dump.c:4205
+#: pg_dump.c:4297
#, c-format
msgid "reading triggers for table \"%s\"\n"
msgstr "extrayendo los disparadores (triggers) para la tabla %s\n"
-#: pg_dump.c:4330
+#: pg_dump.c:4455
#, c-format
msgid ""
"query produced null referenced table name for foreign key trigger \"%s\" on "
@@ -532,32 +536,32 @@ msgstr ""
"la consulta produjo un nombre de tabla nulo para la llave fornea del \n"
"disparador \"%s\" en la tabla %s (OID de la tabla: %u)\n"
-#: pg_dump.c:4680
+#: pg_dump.c:4825
#, c-format
msgid "finding the columns and types of table \"%s\"\n"
msgstr "buscando las columnas y tipos de la tabla %s\n"
-#: pg_dump.c:4778
+#: pg_dump.c:4943
#, c-format
msgid "invalid column numbering in table \"%s\"\n"
msgstr "numeracin de columnas no vlida en la tabla %s\n"
-#: pg_dump.c:4828
+#: pg_dump.c:4980
#, c-format
msgid "finding default expressions of table \"%s\"\n"
msgstr "buscando expresiones por omisin de la tabla %s\n"
-#: pg_dump.c:4913
+#: pg_dump.c:5065
#, c-format
msgid "invalid adnum value %d for table \"%s\"\n"
msgstr "el valor de adnum %d para la tabla %s no es vlido\n"
-#: pg_dump.c:4931
+#: pg_dump.c:5083
#, c-format
msgid "finding check constraints for table \"%s\"\n"
msgstr "buscando restricciones de revisin (check) para la tabla %s\n"
-#: pg_dump.c:5011
+#: pg_dump.c:5163
#, c-format
msgid "expected %d check constraint on table \"%s\" but found %d\n"
msgid_plural "expected %d check constraints on table \"%s\" but found %d\n"
@@ -566,69 +570,65 @@ msgstr[0] ""
msgstr[1] ""
"se esperaban %d restricciones CHECK en la tabla %s pero se encontraron %d\n"
-#: pg_dump.c:5015
+#: pg_dump.c:5167
msgid "(The system catalogs might be corrupted.)\n"
msgstr "(Los catlogos del sistema podran estar corruptos)\n"
-#: pg_dump.c:6086
+#: pg_dump.c:6331
#, c-format
msgid "no label definitions found for enum ID %u\n"
msgstr "no se encontraron definiciones de etiquetas para el enum con ID %u\n"
-#: pg_dump.c:6344 pg_dump.c:6543 pg_dump.c:7194
+#: pg_dump.c:6590 pg_dump.c:6789 pg_dump.c:7573 pg_dump.c:8111 pg_dump.c:8361
+#: pg_dump.c:8467 pg_dump.c:8852 pg_dump.c:9028 pg_dump.c:9225 pg_dump.c:9452
+#: pg_dump.c:9607 pg_dump.c:9793 pg_dump.c:11782
#, c-format
msgid "query returned %d row instead of one: %s\n"
msgid_plural "query returned %d rows instead of one: %s\n"
msgstr[0] "la consulta regres %d fila en lugar de una: %s\n"
msgstr[1] "la consulta regres %d filas en lugar de una: %s\n"
-#: pg_dump.c:6665
+#: pg_dump.c:6911 pg_dump.c:7009
#, c-format
msgid "query returned no rows: %s\n"
msgstr "la consulta no regres renglones: %s\n"
-#: pg_dump.c:6962
+#: pg_dump.c:7341
msgid "WARNING: bogus value in proargmodes array\n"
msgstr "PRECAUCIN: valor no vlido en el arreglo proargmodes\n"
-#: pg_dump.c:7274
+#: pg_dump.c:7653
msgid "WARNING: could not parse proallargtypes array\n"
msgstr "PRECAUCIN: no se pudo interpretar el arreglo proallargtypes\n"
-#: pg_dump.c:7290
+#: pg_dump.c:7669
msgid "WARNING: could not parse proargmodes array\n"
msgstr "PRECAUCIN: no se pudo interpretar el arreglo proargmodes\n"
-#: pg_dump.c:7304
+#: pg_dump.c:7683
msgid "WARNING: could not parse proargnames array\n"
msgstr "PRECAUCIN: no se pudo interpretar el arreglo proargnames\n"
-#: pg_dump.c:7315
+#: pg_dump.c:7694
msgid "WARNING: could not parse proconfig array\n"
msgstr "PRECAUCIN: no se pudo interpretar el arreglo proconfig\n"
-#: pg_dump.c:7371
+#: pg_dump.c:7750
#, c-format
msgid "unrecognized provolatile value for function \"%s\"\n"
msgstr ""
"el valor del atributo provolatile para la funcin %s es desconocido\n"
-#: pg_dump.c:7573
+#: pg_dump.c:7953
msgid "WARNING: bogus value in pg_cast.castmethod field\n"
msgstr "PRECAUCIN: valor no vlido en el campo pg_cast.castmethod\n"
-#: pg_dump.c:7731 pg_dump.c:7979 pg_dump.c:8083 pg_dump.c:8462 pg_dump.c:8636
-#: pg_dump.c:8831 pg_dump.c:9056 pg_dump.c:9209 pg_dump.c:9393 pg_dump.c:11247
-#, c-format
-msgid "query returned %d rows instead of one: %s\n"
-msgstr "la consulta regres %d renglones en lugar de uno: %s\n"
-
-#: pg_dump.c:7948
+#: pg_dump.c:8330
#, c-format
msgid "WARNING: could not find operator with OID %s\n"
msgstr "PRECAUCIN: no se pudo encontrar el operador con OID %s\n"
-#: pg_dump.c:8855
+#: pg_dump.c:9251
#, c-format
msgid ""
"WARNING: aggregate function %s could not be dumped correctly for this "
@@ -637,18 +637,28 @@ msgstr ""
"PRECAUCIN: la funcin de agregacin %s no se pudo extraer correctamente\n"
"para esta versin de la base de datos; ignorada\n"
-#: pg_dump.c:9568
+#: pg_dump.c:9969
+#, c-format
+msgid "unknown object type (%d) in default privileges\n"
+msgstr "tipo de objeto desconocido (%d) en privilegios por omisin\n"
+
+#: pg_dump.c:9986
+#, c-format
+msgid "could not parse default ACL list (%s)\n"
+msgstr "no se pudo interpretar la lista de ACL (%s)\n"
+
+#: pg_dump.c:10037
#, c-format
msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
msgstr "no se pudo interpretar la lista de ACL (%s) para el objeto %s (%s)\n"
-#: pg_dump.c:9706
+#: pg_dump.c:10175
#, c-format
msgid "query to obtain definition of view \"%s\" returned no data\n"
msgstr ""
"la consulta para obtener la definicin de la vista %s no regres datos\n"
-#: pg_dump.c:9709
+#: pg_dump.c:10178
#, c-format
msgid ""
"query to obtain definition of view \"%s\" returned more than one definition\n"
@@ -656,44 +666,44 @@ msgstr ""
"la consulta para obtener la definicin de la vista %s regres ms de una "
"definicin\n"
-#: pg_dump.c:9718
+#: pg_dump.c:10187
#, c-format
msgid "definition of view \"%s\" appears to be empty (length zero)\n"
msgstr "la definicin de la vista %s parece estar vaca (tamao cero)\n"
-#: pg_dump.c:10091
+#: pg_dump.c:10633
#, c-format
msgid "invalid column number %d for table \"%s\"\n"
msgstr "el nmero de columna %d no es vlido para la tabla %s\n"
-#: pg_dump.c:10194
+#: pg_dump.c:10736
#, c-format
msgid "missing index for constraint \"%s\"\n"
msgstr "falta un ndice para restriccin %s\n"
-#: pg_dump.c:10363
+#: pg_dump.c:10912
#, c-format
msgid "unrecognized constraint type: %c\n"
msgstr "tipo de restriccin inesperado: %c\n"
-#: pg_dump.c:10426
+#: pg_dump.c:10975
msgid "missing pg_database entry for this database\n"
msgstr "falta la entrada en pg_database para esta base de datos\n"
-#: pg_dump.c:10431
+#: pg_dump.c:10980
msgid "found more than one pg_database entry for this database\n"
msgstr ""
"se encontr ms de una entrada en pg_database para esta base de datos\n"
-#: pg_dump.c:10463
+#: pg_dump.c:11012
msgid "could not find entry for pg_indexes in pg_class\n"
msgstr "no se pudo encontrar una entrada para pg_indexes en pg_class\n"
-#: pg_dump.c:10468
+#: pg_dump.c:11017
msgid "found more than one entry for pg_indexes in pg_class\n"
msgstr "se encontro ms de una entrada para pg_indexes en la tabla pg_class\n"
-#: pg_dump.c:10539
+#: pg_dump.c:11088
#, c-format
msgid "query to get data of sequence \"%s\" returned %d row (expected 1)\n"
msgid_plural ""
@@ -705,21 +715,21 @@ msgstr[1] ""
"la consulta para obtener los datos de la secuencia %s regres %d entradas, "
"pero se esperaba 1\n"
-#: pg_dump.c:10550
+#: pg_dump.c:11099
#, c-format
msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
msgstr ""
"la consulta para obtener los datos de la secuencia %s regres el nombre %"
"s\n"
-#: pg_dump.c:10825
+#: pg_dump.c:11382
#, c-format
msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
msgstr ""
"argumento de cadena (%s) no vlido para el disparador (trigger) %s en la "
"tabla %s\n"
-#: pg_dump.c:10963
+#: pg_dump.c:11498
#, c-format
msgid ""
"query to get rule \"%s\" for table \"%s\" failed: wrong number of rows "
@@ -728,172 +738,176 @@ msgstr ""
"la consulta para obtener la regla %s asociada con la tabla %s fall: "
"retorn un nmero incorrecto de renglones\n"
-#: pg_dump.c:11058
+#: pg_dump.c:11593
msgid "reading dependency data\n"
msgstr "obteniendo datos de dependencias\n"
-#: pg_dump.c:11434
+#: pg_dump.c:11971
msgid "SQL command failed\n"
msgstr "la orden SQL fall\n"
-#: common.c:113
+#: common.c:115
msgid "reading schemas\n"
msgstr "leyendo esquemas\n"
-#: common.c:117
+#: common.c:119
msgid "reading user-defined functions\n"
msgstr "leyendo las funciones definidas por el usuario\n"
-#: common.c:123
+#: common.c:125
msgid "reading user-defined types\n"
msgstr "leyendo los tipos definidos por el usuario\n"
-#: common.c:129
+#: common.c:131
msgid "reading procedural languages\n"
msgstr "leyendo los lenguajes procedurales\n"
-#: common.c:133
+#: common.c:135
msgid "reading user-defined aggregate functions\n"
msgstr "leyendo las funciones de agregacin definidas por el usuario\n"
-#: common.c:137
+#: common.c:139
msgid "reading user-defined operators\n"
msgstr "leyendo los operadores definidos por el usuario\n"
-#: common.c:142
+#: common.c:144
msgid "reading user-defined operator classes\n"
msgstr "leyendo las clases de operadores definidos por el usuario\n"
-#: common.c:146
+#: common.c:148
msgid "reading user-defined text search parsers\n"
msgstr ""
"leyendo los procesadores (parsers) de bsqueda en texto definidos\n"
"por el usuario\n"
-#: common.c:150
+#: common.c:152
msgid "reading user-defined text search templates\n"
msgstr "leyendo las plantillas de bsqueda en texto definidas por el usuario\n"
-#: common.c:154
+#: common.c:156
msgid "reading user-defined text search dictionaries\n"
msgstr ""
"leyendo los diccionarios de bsqueda en texto definidos por el usuario\n"
-#: common.c:158
+#: common.c:160
msgid "reading user-defined text search configurations\n"
msgstr ""
"leyendo las configuraciones de bsqueda en texto definidas por el usuario\n"
-#: common.c:162
+#: common.c:164
msgid "reading user-defined foreign-data wrappers\n"
msgstr "leyendo los conectores de datos externos definidos por el usuario\n"
-#: common.c:166
+#: common.c:168
msgid "reading user-defined foreign servers\n"
msgstr "leyendo los servidores forneos definidas por el usuario\n"
-#: common.c:170
+#: common.c:172
+msgid "reading default privileges\n"
+msgstr "leyendo los privilegios por omisin\n"
+
+#: common.c:176
msgid "reading user-defined operator families\n"
msgstr "leyendo las familias de operadores definidas por el usuario\n"
-#: common.c:174
+#: common.c:180
msgid "reading user-defined conversions\n"
msgstr "leyendo las conversiones definidas por el usuario\n"
-#: common.c:178
+#: common.c:184
msgid "reading user-defined tables\n"
msgstr "leyendo las tablas definidas por el usuario\n"
-#: common.c:183
+#: common.c:189
msgid "reading table inheritance information\n"
msgstr "leyendo la informacin de herencia de las tablas\n"
-#: common.c:187
+#: common.c:193
msgid "reading rewrite rules\n"
msgstr "leyendo las reglas de reescritura\n"
-#: common.c:191
+#: common.c:197
msgid "reading type casts\n"
msgstr "leyendo conversiones de tipo\n"
-#: common.c:196
+#: common.c:202
msgid "finding inheritance relationships\n"
msgstr "buscando relaciones de herencia\n"
-#: common.c:200
+#: common.c:206
msgid "reading column info for interesting tables\n"
msgstr "leyendo la informacin de columnas para las tablas interesantes\n"
-#: common.c:204
+#: common.c:210
msgid "flagging inherited columns in subtables\n"
msgstr "marcando las columnas heredadas en las subtablas\n"
-#: common.c:208
+#: common.c:214
msgid "reading indexes\n"
msgstr "leyendo los ndices\n"
-#: common.c:212
+#: common.c:218
msgid "reading constraints\n"
msgstr "leyendo las restricciones\n"
-#: common.c:216
+#: common.c:222
msgid "reading triggers\n"
msgstr "leyendo los disparadores (triggers)\n"
-#: common.c:796
+#: common.c:802
#, c-format
msgid "failed sanity check, parent OID %u of table \"%s\" (OID %u) not found\n"
msgstr ""
"fall la revisin de integridad, el OID %u del padre de la tabla %s\n"
"(OID %u) no se encontr\n"
-#: common.c:838
+#: common.c:844
#, c-format
msgid "could not parse numeric array \"%s\": too many numbers\n"
msgstr "no se pudo interpretar el arreglo numrico %s: demasiados nmeros\n"
-#: common.c:853
+#: common.c:859
#, c-format
msgid "could not parse numeric array \"%s\": invalid character in number\n"
msgstr ""
"no se pudo interpretar el arreglo numrico %s: carcter no vlido en "
"nmero\n"
-#: common.c:966
+#: common.c:972
msgid "cannot duplicate null pointer\n"
msgstr "no se puede duplicar un puntero nulo\n"
-#: common.c:969 common.c:980 common.c:991 common.c:1002
-#: pg_backup_archiver.c:710 pg_backup_archiver.c:1063
-#: pg_backup_archiver.c:1194 pg_backup_archiver.c:1254
-#: pg_backup_archiver.c:1662 pg_backup_archiver.c:1821
-#: pg_backup_archiver.c:1862 pg_backup_archiver.c:3882 pg_backup_custom.c:144
-#: pg_backup_custom.c:149 pg_backup_custom.c:155 pg_backup_custom.c:170
-#: pg_backup_custom.c:555 pg_backup_custom.c:1076 pg_backup_custom.c:1085
-#: pg_backup_db.c:152 pg_backup_db.c:186 pg_backup_db.c:230 pg_backup_db.c:255
-#: pg_backup_files.c:114 pg_backup_null.c:71 pg_backup_null.c:109
-#: pg_backup_tar.c:171 pg_backup_tar.c:1019
+#: common.c:975 common.c:986 common.c:997 common.c:1008
+#: pg_backup_archiver.c:716 pg_backup_archiver.c:1074
+#: pg_backup_archiver.c:1205 pg_backup_archiver.c:1672
+#: pg_backup_archiver.c:1824 pg_backup_archiver.c:1865
+#: pg_backup_archiver.c:3939 pg_backup_custom.c:144 pg_backup_custom.c:149
+#: pg_backup_custom.c:155 pg_backup_custom.c:170 pg_backup_custom.c:552
+#: pg_backup_custom.c:1073 pg_backup_custom.c:1082 pg_backup_db.c:152
+#: pg_backup_db.c:186 pg_backup_db.c:230 pg_backup_db.c:255
+#: pg_backup_files.c:114 pg_backup_null.c:72 pg_backup_tar.c:171
+#: pg_backup_tar.c:1012
msgid "out of memory\n"
msgstr "memoria agotada\n"
-#: pg_backup_archiver.c:78
+#: pg_backup_archiver.c:80
msgid "archiver"
msgstr "archivador"
-#: pg_backup_archiver.c:186 pg_backup_archiver.c:1158
+#: pg_backup_archiver.c:193 pg_backup_archiver.c:1169
#, c-format
msgid "could not close output file: %s\n"
msgstr "no se pudo cerrar el archivo de salida: %s\n"
-#: pg_backup_archiver.c:211
+#: pg_backup_archiver.c:218
msgid "-C and -c are incompatible options\n"
msgstr "-C y -c son opciones incompatibles\n"
-#: pg_backup_archiver.c:218
+#: pg_backup_archiver.c:225
msgid "-C and -1 are incompatible options\n"
msgstr "-C y -1 son opciones incompatibles\n"
-#: pg_backup_archiver.c:230
+#: pg_backup_archiver.c:237
msgid ""
"cannot restore from compressed archive (compression not supported in this "
"installation)\n"
@@ -901,71 +915,71 @@ msgstr ""
"no se puede reestablecer desde un archivo comprimido (la compresin no est "
"soportada en esta instalacin)\n"
-#: pg_backup_archiver.c:240
+#: pg_backup_archiver.c:247
msgid "connecting to database for restore\n"
msgstr "conectando a la base de datos para reestablecimiento\n"
-#: pg_backup_archiver.c:242
+#: pg_backup_archiver.c:249
msgid "direct database connections are not supported in pre-1.3 archives\n"
msgstr ""
"las conexiones directas a la base de datos no estn soportadas en\n"
"archivadores pre-1.3\n"
-#: pg_backup_archiver.c:284
+#: pg_backup_archiver.c:291
msgid "implied data-only restore\n"
msgstr "asumiendo reestablecimiento de slo datos\n"
-#: pg_backup_archiver.c:327
+#: pg_backup_archiver.c:334
#, c-format
msgid "dropping %s %s\n"
msgstr "eliminando %s %s\n"
-#: pg_backup_archiver.c:378
+#: pg_backup_archiver.c:385
#, c-format
msgid "setting owner and privileges for %s %s\n"
msgstr "estableciendo dueo y privilegios para %s %s\n"
-#: pg_backup_archiver.c:436 pg_backup_archiver.c:438
+#: pg_backup_archiver.c:443 pg_backup_archiver.c:445
#, c-format
msgid "warning from original dump file: %s\n"
msgstr "precaucin desde el archivo original: %s\n"
-#: pg_backup_archiver.c:445
+#: pg_backup_archiver.c:452
#, c-format
msgid "creating %s %s\n"
msgstr "creando %s %s\n"
-#: pg_backup_archiver.c:489
+#: pg_backup_archiver.c:496
#, c-format
msgid "connecting to new database \"%s\"\n"
msgstr "conectando a nueva base de datos %s\n"
-#: pg_backup_archiver.c:517
+#: pg_backup_archiver.c:524
#, c-format
msgid "restoring %s\n"
msgstr "reestableciendo %s\n"
-#: pg_backup_archiver.c:531
+#: pg_backup_archiver.c:538
#, c-format
msgid "restoring data for table \"%s\"\n"
msgstr "reestableciendo datos de la tabla %s\n"
-#: pg_backup_archiver.c:592
+#: pg_backup_archiver.c:598
#, c-format
msgid "executing %s %s\n"
msgstr "ejecutando %s %s\n"
-#: pg_backup_archiver.c:625
+#: pg_backup_archiver.c:631
#, c-format
msgid "disabling triggers for %s\n"
msgstr "deshabilitando disparadores (triggers) para %s\n"
-#: pg_backup_archiver.c:651
+#: pg_backup_archiver.c:657
#, c-format
msgid "enabling triggers for %s\n"
msgstr "habilitando disparadores (triggers) para %s\n"
-#: pg_backup_archiver.c:681
+#: pg_backup_archiver.c:687
msgid ""
"internal error -- WriteData cannot be called outside the context of a "
"DataDumper routine\n"
@@ -973,65 +987,65 @@ msgstr ""
"error interno -- WriteData no puede ser llamada fuera del contexto\n"
"de una rutina DataDumper\n"
-#: pg_backup_archiver.c:834
+#: pg_backup_archiver.c:840
msgid "large-object output not supported in chosen format\n"
msgstr ""
"la extraccin de objetos grandes no est soportada en el formato\n"
"seleccionado\n"
-#: pg_backup_archiver.c:888
+#: pg_backup_archiver.c:894
#, c-format
msgid "restored %d large object\n"
msgid_plural "restored %d large objects\n"
msgstr[0] "se reestableci %d objeto grande\n"
msgstr[1] "se reestablecieron %d objetos grandes\n"
-#: pg_backup_archiver.c:908
+#: pg_backup_archiver.c:914
#, c-format
msgid "restoring large object with OID %u\n"
msgstr "reestableciendo objeto grande con OID %u\n"
-#: pg_backup_archiver.c:914
+#: pg_backup_archiver.c:924
#, c-format
msgid "could not create large object %u\n"
msgstr "no se pudo crear el objeto grande %u\n"
-#: pg_backup_archiver.c:919
+#: pg_backup_archiver.c:929
msgid "could not open large object\n"
msgstr "no se pudo abrir el objeto grande\n"
-#: pg_backup_archiver.c:977
+#: pg_backup_archiver.c:988
#, c-format
msgid "could not open TOC file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo TOC %s: %s\n"
-#: pg_backup_archiver.c:996
+#: pg_backup_archiver.c:1007
#, c-format
msgid "WARNING: line ignored: %s\n"
msgstr "PRECAUCIN: lnea ignorada: %s\n"
-#: pg_backup_archiver.c:1003
+#: pg_backup_archiver.c:1014
#, c-format
msgid "could not find entry for ID %d\n"
msgstr "no se pudo encontrar una entrada para el ID %d\n"
-#: pg_backup_archiver.c:1013 pg_backup_files.c:172 pg_backup_files.c:457
+#: pg_backup_archiver.c:1024 pg_backup_files.c:172 pg_backup_files.c:457
#, c-format
msgid "could not close TOC file: %s\n"
msgstr "no se pudo cerrar el archivo TOC: %s\n"
-#: pg_backup_archiver.c:1137 pg_backup_custom.c:181 pg_backup_files.c:130
+#: pg_backup_archiver.c:1148 pg_backup_custom.c:181 pg_backup_files.c:130
#: pg_backup_files.c:262
#, c-format
msgid "could not open output file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo de salida %s: %s\n"
-#: pg_backup_archiver.c:1140 pg_backup_custom.c:188 pg_backup_files.c:137
+#: pg_backup_archiver.c:1151 pg_backup_custom.c:188 pg_backup_files.c:137
#, c-format
msgid "could not open output file: %s\n"
msgstr "no se pudo abrir el archivo de salida: %s\n"
-#: pg_backup_archiver.c:1237
+#: pg_backup_archiver.c:1248
#, c-format
msgid "wrote %lu byte of large object data (result = %lu)\n"
msgid_plural "wrote %lu bytes of large object data (result = %lu)\n"
@@ -1040,150 +1054,143 @@ msgstr[0] ""
msgstr[1] ""
"se escribieron %lu bytes de los datos del objeto grande (resultado = %lu)\n"
-#: pg_backup_archiver.c:1243
+#: pg_backup_archiver.c:1254
#, c-format
msgid "could not write to large object (result: %lu, expected: %lu)\n"
msgstr ""
"no se pudo escribir al objecto grande (resultado: %lu, esperado: %lu)\n"
-#: pg_backup_archiver.c:1302 pg_backup_archiver.c:1325 pg_backup_custom.c:766
-#: pg_backup_custom.c:998 pg_backup_custom.c:1012 pg_backup_files.c:432
-#: pg_backup_tar.c:594 pg_backup_tar.c:1097 pg_backup_tar.c:1392
+#: pg_backup_archiver.c:1312 pg_backup_archiver.c:1335 pg_backup_custom.c:763
+#: pg_backup_custom.c:995 pg_backup_custom.c:1009 pg_backup_files.c:432
+#: pg_backup_tar.c:587 pg_backup_tar.c:1090 pg_backup_tar.c:1385
#, c-format
msgid "could not write to output file: %s\n"
msgstr "no se pudo escribir al archivo de salida: %s\n"
-#: pg_backup_archiver.c:1310
+#: pg_backup_archiver.c:1320
msgid "could not write to custom output routine\n"
msgstr "no se pudo escribir a la rutina de salida personalizada\n"
-#: pg_backup_archiver.c:1408
+#: pg_backup_archiver.c:1418
msgid "Error while INITIALIZING:\n"
msgstr "Error durante INICIALIZACIN:\n"
-#: pg_backup_archiver.c:1413
+#: pg_backup_archiver.c:1423
msgid "Error while PROCESSING TOC:\n"
msgstr "Error durante PROCESAMIENTO DE TABLA DE CONTENIDOS:\n"
-#: pg_backup_archiver.c:1418
+#: pg_backup_archiver.c:1428
msgid "Error while FINALIZING:\n"
msgstr "Error durante FINALIZACIN:\n"
-#: pg_backup_archiver.c:1423
+#: pg_backup_archiver.c:1433
#, c-format
msgid "Error from TOC entry %d; %u %u %s %s %s\n"
msgstr "Error en entrada de la tabla de contenidos %d; %u %u %s %s %s\n"
-#: pg_backup_archiver.c:1555
+#: pg_backup_archiver.c:1565
#, c-format
msgid "unexpected data offset flag %d\n"
msgstr "bandera de posicin inesperada %d\n"
-#: pg_backup_archiver.c:1568
+#: pg_backup_archiver.c:1578
msgid "file offset in dump file is too large\n"
msgstr "el posicin en el archivo es demasiado grande\n"
-#: pg_backup_archiver.c:1665 pg_backup_archiver.c:2924 pg_backup_custom.c:742
-#: pg_backup_files.c:419 pg_backup_tar.c:793
+#: pg_backup_archiver.c:1675 pg_backup_archiver.c:2931 pg_backup_custom.c:739
+#: pg_backup_files.c:419 pg_backup_tar.c:786
msgid "unexpected end of file\n"
msgstr "fin inesperado de la entrada\n"
-#: pg_backup_archiver.c:1682
+#: pg_backup_archiver.c:1692
msgid "attempting to ascertain archive format\n"
msgstr "intentando comprobar el formato del archivador\n"
-#: pg_backup_archiver.c:1698 pg_backup_custom.c:200 pg_backup_custom.c:872
+#: pg_backup_archiver.c:1708 pg_backup_custom.c:200 pg_backup_custom.c:869
#: pg_backup_files.c:155 pg_backup_files.c:307
#, c-format
msgid "could not open input file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo de entrada %s: %s\n"
-#: pg_backup_archiver.c:1705 pg_backup_custom.c:207 pg_backup_files.c:162
+#: pg_backup_archiver.c:1715 pg_backup_custom.c:207 pg_backup_files.c:162
#, c-format
msgid "could not open input file: %s\n"
msgstr "no se pudo abrir el archivo de entrada: %s\n"
-#: pg_backup_archiver.c:1714
+#: pg_backup_archiver.c:1724
#, c-format
msgid "could not read input file: %s\n"
msgstr "no se pudo leer el archivo de entrada: %s\n"
-#: pg_backup_archiver.c:1716
+#: pg_backup_archiver.c:1726
#, c-format
msgid "input file is too short (read %lu, expected 5)\n"
msgstr "el archivo de entrada es demasiado corto (leidos %lu, esperados 5)\n"
-#: pg_backup_archiver.c:1769
+#: pg_backup_archiver.c:1779
msgid "input file does not appear to be a valid archive (too short?)\n"
msgstr ""
"el archivo de entrada no parece ser un archivador vlido (demasiado "
"corto?)\n"
-#: pg_backup_archiver.c:1772
+#: pg_backup_archiver.c:1782
msgid "input file does not appear to be a valid archive\n"
msgstr "el archivo de entrada no parece ser un archivador vlido\n"
-#: pg_backup_archiver.c:1790
-#, c-format
-msgid "read %lu byte into lookahead buffer\n"
-msgid_plural "read %lu bytes into lookahead buffer\n"
-msgstr[0] "leido %lu byte en el bfer de lectura adelantada\n"
-msgstr[1] "leidos %lu bytes en el bfer de lectura adelantada\n"
-
-#: pg_backup_archiver.c:1799
+#: pg_backup_archiver.c:1802
#, c-format
msgid "could not close input file: %s\n"
msgstr "no se pudo cerrar el archivo de entrada: %s\n"
-#: pg_backup_archiver.c:1816
+#: pg_backup_archiver.c:1819
#, c-format
msgid "allocating AH for %s, format %d\n"
msgstr "reservando AH para %s, formato %d\n"
-#: pg_backup_archiver.c:1919
+#: pg_backup_archiver.c:1922
#, c-format
msgid "unrecognized file format \"%d\"\n"
msgstr "formato de archivo no reconocido %d\n"
-#: pg_backup_archiver.c:2041
+#: pg_backup_archiver.c:2044
#, c-format
msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
msgstr ""
"la entrada con ID %d est fuera de rango -- tal vez\n"
"la tabla de contenido est corrupta\n"
-#: pg_backup_archiver.c:2155
+#: pg_backup_archiver.c:2159
#, c-format
msgid "read TOC entry %d (ID %d) for %s %s\n"
msgstr "leyendo entrada de la tabla de contenidos %d (ID %d) para %s %s\n"
-#: pg_backup_archiver.c:2189
+#: pg_backup_archiver.c:2193
#, c-format
msgid "unrecognized encoding \"%s\"\n"
msgstr "no se reconoce la codificacin: %s\n"
-#: pg_backup_archiver.c:2194
+#: pg_backup_archiver.c:2198
#, c-format
msgid "invalid ENCODING item: %s\n"
msgstr "elemento ENCODING no vlido: %s\n"
-#: pg_backup_archiver.c:2212
+#: pg_backup_archiver.c:2216
#, c-format
msgid "invalid STDSTRINGS item: %s\n"
msgstr "elemento STDSTRINGS no vlido: %s\n"
-#: pg_backup_archiver.c:2380
+#: pg_backup_archiver.c:2385
#, c-format
msgid "could not set session user to \"%s\": %s"
msgstr "no se pudo establecer el usuario de sesin a %s: %s"
-#: pg_backup_archiver.c:2711 pg_backup_archiver.c:2860
+#: pg_backup_archiver.c:2716 pg_backup_archiver.c:2867
#, c-format
msgid "WARNING: don't know how to set owner for object type %s\n"
msgstr ""
"PRECAUCIN: no se sabe cmo establecer el dueo para el objeto de tipo %s\n"
-#: pg_backup_archiver.c:2892
+#: pg_backup_archiver.c:2899
msgid ""
"WARNING: requested compression not available in this installation -- archive "
"will be uncompressed\n"
@@ -1191,21 +1198,21 @@ msgstr ""
"PRECAUCIN: la compresin solicitada no est soportada en esta\n"
"instalacin -- el archivador no ser comprimido\n"
-#: pg_backup_archiver.c:2927
+#: pg_backup_archiver.c:2934
msgid "did not find magic string in file header\n"
msgstr "no se encontr la cadena mgica en el encabezado del archivo\n"
-#: pg_backup_archiver.c:2941
+#: pg_backup_archiver.c:2948
#, c-format
msgid "unsupported version (%d.%d) in file header\n"
msgstr "versin no soportada (%d.%d) en el encabezado del archivo\n"
-#: pg_backup_archiver.c:2946
+#: pg_backup_archiver.c:2953
#, c-format
msgid "sanity check on integer size (%lu) failed\n"
msgstr "revisin de integridad en el tamao del entero (%lu) fall\n"
-#: pg_backup_archiver.c:2950
+#: pg_backup_archiver.c:2957
msgid ""
"WARNING: archive was made on a machine with larger integers, some operations "
"might fail\n"
@@ -1213,13 +1220,13 @@ msgstr ""
"PRECAUCIN: el archivador fue hecho en una mquina con enteros ms \n"
"grandes, algunas operaciones podran fallar\n"
-#: pg_backup_archiver.c:2960
+#: pg_backup_archiver.c:2967
#, c-format
msgid "expected format (%d) differs from format found in file (%d)\n"
msgstr ""
"el formato esperado (%d) difiere del formato encontrado en el archivo (%d)\n"
-#: pg_backup_archiver.c:2976
+#: pg_backup_archiver.c:2983
msgid ""
"WARNING: archive is compressed, but this installation does not support "
"compression -- no data will be available\n"
@@ -1227,95 +1234,95 @@ msgstr ""
"PRECAUCIN: el archivador est comprimido, pero esta instalacin no soporta\n"
"compresin -- no habr datos disponibles\n"
-#: pg_backup_archiver.c:2994
+#: pg_backup_archiver.c:3001
msgid "WARNING: invalid creation date in header\n"
msgstr "PRECAUCIN: la fecha de creacin en el encabezado no es vlida\n"
-#: pg_backup_archiver.c:3081
+#: pg_backup_archiver.c:3089
msgid "entering restore_toc_entries_parallel\n"
msgstr "ingresando restore_toc_entries_parallel\n"
-#: pg_backup_archiver.c:3085
+#: pg_backup_archiver.c:3093
msgid "parallel restore is not supported with this archive file format\n"
msgstr ""
"la restauracin en paralelo no est soportada con este formato de archivo\n"
-#: pg_backup_archiver.c:3105
+#: pg_backup_archiver.c:3112
#, c-format
msgid "processing item %d %s %s\n"
msgstr "procesando el elemento %d %s %s\n"
-#: pg_backup_archiver.c:3142
+#: pg_backup_archiver.c:3168
msgid "entering main parallel loop\n"
msgstr "ingresando al bucle paralelo principal\n"
-#: pg_backup_archiver.c:3156
+#: pg_backup_archiver.c:3182
#, c-format
msgid "skipping item %d %s %s\n"
msgstr "saltando el elemento %d %s %s\n"
-#: pg_backup_archiver.c:3172
+#: pg_backup_archiver.c:3198
#, c-format
msgid "launching item %d %s %s\n"
msgstr "lanzando el elemento %d %s %s\n"
-#: pg_backup_archiver.c:3208
+#: pg_backup_archiver.c:3235
#, c-format
msgid "worker process crashed: status %d\n"
msgstr "un proceso hijo muri: estado %d\n"
-#: pg_backup_archiver.c:3213
+#: pg_backup_archiver.c:3240
msgid "finished main parallel loop\n"
msgstr "termin el bucle paralelo principal\n"
-#: pg_backup_archiver.c:3233
+#: pg_backup_archiver.c:3258
#, c-format
msgid "processing missed item %d %s %s\n"
msgstr "procesando el elemento saltado %d %s %s\n"
-#: pg_backup_archiver.c:3260
+#: pg_backup_archiver.c:3284
msgid "parallel_restore should not return\n"
msgstr "parallel_restore should not return\n"
-#: pg_backup_archiver.c:3266
+#: pg_backup_archiver.c:3290
#, c-format
msgid "could not create worker process: %s\n"
msgstr "no se pudo crear el proceso hijo: %s\n"
-#: pg_backup_archiver.c:3274
+#: pg_backup_archiver.c:3298
#, c-format
msgid "could not create worker thread: %s\n"
msgstr "no se pudo crear el hilo: %s\n"
-#: pg_backup_archiver.c:3476
+#: pg_backup_archiver.c:3522
msgid "no item ready\n"
msgstr "ningn elemento listo\n"
-#: pg_backup_archiver.c:3571
+#: pg_backup_archiver.c:3617
msgid "could not find slot of finished worker\n"
msgstr "no se pudo localizar la entrada del proceso o hilo que termin\n"
-#: pg_backup_archiver.c:3573
+#: pg_backup_archiver.c:3619
#, c-format
msgid "finished item %d %s %s\n"
msgstr "termin el elemento %d %s %s\n"
-#: pg_backup_archiver.c:3586
+#: pg_backup_archiver.c:3632
#, c-format
msgid "worker process failed: exit code %d\n"
msgstr "el proceso hijo fall: cdigo de salida %d\n"
-#: pg_backup_archiver.c:3728
+#: pg_backup_archiver.c:3775
#, c-format
msgid "transferring dependency %d -> %d to %d\n"
msgstr "transferiendo la dependencia %d -> %d a %d\n"
-#: pg_backup_archiver.c:3799
+#: pg_backup_archiver.c:3847
#, c-format
msgid "reducing dependencies for %d\n"
msgstr "reduciendo las dependencias para %d\n"
-#: pg_backup_archiver.c:3848
+#: pg_backup_archiver.c:3905
#, c-format
msgid "table \"%s\" could not be created, will not restore its data\n"
msgstr "la tabla %s no pudo ser creada, no se recuperarn sus datos\n"
@@ -1324,11 +1331,11 @@ msgstr "la tabla %s no pudo ser creada, no se recuperarn sus datos\n"
msgid "custom archiver"
msgstr "archivador personalizado"
-#: pg_backup_custom.c:405 pg_backup_null.c:150
+#: pg_backup_custom.c:405 pg_backup_null.c:151
msgid "invalid OID for large object\n"
msgstr "OID no vlido para objeto grande\n"
-#: pg_backup_custom.c:461
+#: pg_backup_custom.c:458
msgid ""
"dumping a specific TOC data block out of order is not supported without ID "
"on this input stream (fseek required)\n"
@@ -1336,96 +1343,96 @@ msgstr ""
"la extraccin de un bloque especfico de la tabla de contenido fuera de "
"orden no est soportado sin ID en este flujo de entrada (se requiere fseek)\n"
-#: pg_backup_custom.c:476
+#: pg_backup_custom.c:473
#, c-format
msgid "unrecognized data block type (%d) while searching archive\n"
msgstr "tipo de bloque de datos (%d) no conocido al buscar en el archivador\n"
-#: pg_backup_custom.c:487
+#: pg_backup_custom.c:484
#, c-format
msgid "error during file seek: %s\n"
msgstr "error durante el posicionamiento (seek) en el archivo: %s\n"
-#: pg_backup_custom.c:494
+#: pg_backup_custom.c:491
#, c-format
msgid "found unexpected block ID (%d) when reading data -- expected %d\n"
msgstr ""
"se encontr un bloque no esperado ID (%d) mientras se lean los\n"
"datos -- se esperaba %d\n"
-#: pg_backup_custom.c:508
+#: pg_backup_custom.c:505
#, c-format
msgid "unrecognized data block type %d while restoring archive\n"
msgstr ""
"se encontr un bloque tipo %d no reconocido al restablecer el archivador\n"
-#: pg_backup_custom.c:542 pg_backup_custom.c:948
+#: pg_backup_custom.c:539 pg_backup_custom.c:945
#, c-format
msgid "could not initialize compression library: %s\n"
msgstr "no se pudo inicializar la biblioteca de compresin: %s\n"
-#: pg_backup_custom.c:566 pg_backup_custom.c:690
+#: pg_backup_custom.c:563 pg_backup_custom.c:687
msgid "could not read from input file: end of file\n"
msgstr "no se pudo leer desde el archivo de entrada: fin de archivo\n"
-#: pg_backup_custom.c:569 pg_backup_custom.c:693
+#: pg_backup_custom.c:566 pg_backup_custom.c:690
#, c-format
msgid "could not read from input file: %s\n"
msgstr "no se pudo leer el archivo de entrada: %s\n"
-#: pg_backup_custom.c:586 pg_backup_custom.c:613
+#: pg_backup_custom.c:583 pg_backup_custom.c:610
#, c-format
msgid "could not uncompress data: %s\n"
msgstr "no se pudo descomprimir datos: %s\n"
-#: pg_backup_custom.c:619
+#: pg_backup_custom.c:616
#, c-format
msgid "could not close compression library: %s\n"
msgstr "no se pudo cerrar la biblioteca de compresin: %s\n"
-#: pg_backup_custom.c:721
+#: pg_backup_custom.c:718
#, c-format
msgid "could not write byte: %s\n"
msgstr "no se pudo escribir byte: %s\n"
-#: pg_backup_custom.c:833 pg_backup_custom.c:866
+#: pg_backup_custom.c:830 pg_backup_custom.c:863
#, c-format
msgid "could not close archive file: %s\n"
msgstr "no se pudo cerrar el archivo del archivador: %s\n"
-#: pg_backup_custom.c:852
+#: pg_backup_custom.c:849
msgid "can only reopen input archives\n"
msgstr "slo se pueden reabrir archivos de entrada\n"
-#: pg_backup_custom.c:854
+#: pg_backup_custom.c:851
msgid "cannot reopen stdin\n"
msgstr "no se puede reabrir stdin\n"
-#: pg_backup_custom.c:856
+#: pg_backup_custom.c:853
msgid "cannot reopen non-seekable file\n"
msgstr "no se puede reabrir un archivo no posicionable (seekable)\n"
-#: pg_backup_custom.c:861
+#: pg_backup_custom.c:858
#, c-format
msgid "could not determine seek position in archive file: %s\n"
msgstr ""
"no se pudo determinar la posicin (seek) en el archivo del archivador: %s\n"
-#: pg_backup_custom.c:876
+#: pg_backup_custom.c:873
#, c-format
msgid "could not set seek position in archive file: %s\n"
msgstr "no se pudo posicionar (seek) en el archivo del archivador: %s\n"
-#: pg_backup_custom.c:898
+#: pg_backup_custom.c:895
msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
msgstr "ATENCIN: ftell no coincide con la posicin esperada -- se us ftell\n"
-#: pg_backup_custom.c:979
+#: pg_backup_custom.c:976
#, c-format
msgid "could not compress data: %s\n"
msgstr "no se pudo comprimir los datos: %s\n"
-#: pg_backup_custom.c:1057
+#: pg_backup_custom.c:1054
#, c-format
msgid "could not close compression stream: %s\n"
msgstr "no se pudo cerrar el flujo de compresin: %s\n"
@@ -1438,12 +1445,12 @@ msgstr "archivador (bd)"
msgid "could not get server_version from libpq\n"
msgstr "no se pudo obtener server_version desde libpq\n"
-#: pg_backup_db.c:72 pg_dumpall.c:1564
+#: pg_backup_db.c:72 pg_dumpall.c:1675
#, c-format
msgid "server version: %s; %s version: %s\n"
msgstr "versin del servidor: %s; versin de %s: %s\n"
-#: pg_backup_db.c:74 pg_dumpall.c:1566
+#: pg_backup_db.c:74 pg_dumpall.c:1677
#, c-format
msgid "aborting because of server version mismatch\n"
msgstr "abortando debido a que no coincide la versin del servidor\n"
@@ -1454,7 +1461,7 @@ msgid "connecting to database \"%s\" as user \"%s\"\n"
msgstr "conectandose a la base de datos \"%s\" como el usuario %s\n"
#: pg_backup_db.c:150 pg_backup_db.c:181 pg_backup_db.c:228 pg_backup_db.c:253
-#: pg_dumpall.c:1488 pg_dumpall.c:1512
+#: pg_dumpall.c:1599 pg_dumpall.c:1623
msgid "Password: "
msgstr "Contrasea: "
@@ -1557,7 +1564,7 @@ msgstr ""
"no se pudo abrir la tabla de contenido de los objetos grandes\n"
"para su escritura: %s\n"
-#: pg_backup_files.c:510 pg_backup_tar.c:943
+#: pg_backup_files.c:510 pg_backup_tar.c:936
#, c-format
msgid "invalid OID for large object (%u)\n"
msgstr "el OID del objeto grande no es vlido (%u)\n"
@@ -1572,7 +1579,7 @@ msgstr ""
msgid "could not close large object file\n"
msgstr "no se pudo cerrar el archivo del objeto grande\n"
-#: pg_backup_null.c:77
+#: pg_backup_null.c:78
msgid "this format cannot be read\n"
msgstr "no se puede leer este formato\n"
@@ -1631,23 +1638,13 @@ msgstr "no se pudo cerrar miembro del archivo tar\n"
msgid "internal error -- neither th nor fh specified in tarReadRaw()\n"
msgstr "error interno --- no se especific th ni fh en tarReadRaw()\n"
-#: pg_backup_tar.c:553
-#, c-format
-msgid "requested %d byte, got %d from lookahead and %d from file\n"
-msgid_plural "requested %d bytes, got %d from lookahead and %d from file\n"
-msgstr[0] ""
-"se solicit %d byte, se obtuvo %d de la lectura adelantada y %d del archivo\n"
-msgstr[1] ""
-"se solicitaron %d bytes, se obtuvo %d de la lectura adelantada y %d del "
-"archivo\n"
-
-#: pg_backup_tar.c:682
+#: pg_backup_tar.c:675
#, c-format
msgid "invalid COPY statement -- could not find \"copy\" in string \"%s\"\n"
msgstr ""
"sentencia COPY no vlida -- no se pudo encontrar copy en la cadena %s\n"
-#: pg_backup_tar.c:700
+#: pg_backup_tar.c:693
#, c-format
msgid ""
"invalid COPY statement -- could not find \"from stdin\" in string \"%s\" "
@@ -1656,55 +1653,55 @@ msgstr ""
"sentencia COPY no vlida -- no se pudo encontrar from stdin en la cadena %"
"s empezando en la posicin %lu\n"
-#: pg_backup_tar.c:737
+#: pg_backup_tar.c:730
#, c-format
msgid "restoring large object OID %u\n"
msgstr "reestableciendo objeto grande con OID %u\n"
-#: pg_backup_tar.c:888
+#: pg_backup_tar.c:881
msgid "could not write null block at end of tar archive\n"
msgstr "no se pudo escribir un bloque nulo al final del archivo tar\n"
-#: pg_backup_tar.c:1088
+#: pg_backup_tar.c:1081
msgid "archive member too large for tar format\n"
msgstr "el miembro de archivador es demasiado grande para el formato tar\n"
-#: pg_backup_tar.c:1103
+#: pg_backup_tar.c:1096
#, c-format
msgid "could not close temporary file: %s\n"
msgstr "no se pudo abrir archivo temporal: %s\n"
-#: pg_backup_tar.c:1113
+#: pg_backup_tar.c:1106
#, c-format
msgid "actual file length (%s) does not match expected (%s)\n"
msgstr "el tamao real del archivo (%s) no coincide con el esperado (%s)\n"
-#: pg_backup_tar.c:1121
+#: pg_backup_tar.c:1114
msgid "could not output padding at end of tar member\n"
msgstr "no se pudo rellenar la salida al final del miembro del archivo tar\n"
-#: pg_backup_tar.c:1150
+#: pg_backup_tar.c:1143
#, c-format
msgid "moving from position %s to next member at file position %s\n"
msgstr "moviendo desde la posicin %s a la posicin del siguiente miembro %s\n"
-#: pg_backup_tar.c:1161
+#: pg_backup_tar.c:1154
#, c-format
msgid "now at file position %s\n"
msgstr "ahora en la posicin del archivo %s\n"
-#: pg_backup_tar.c:1170 pg_backup_tar.c:1201
+#: pg_backup_tar.c:1163 pg_backup_tar.c:1194
#, c-format
msgid "could not find header for file %s in tar archive\n"
msgstr ""
"no se pudo encontrar el encabezado para el archivo %s en el archivo tar\n"
-#: pg_backup_tar.c:1185
+#: pg_backup_tar.c:1178
#, c-format
msgid "skipping tar member %s\n"
msgstr "saltando miembro del archivo tar %s\n"
-#: pg_backup_tar.c:1189
+#: pg_backup_tar.c:1182
#, c-format
msgid ""
"dumping data out of order is not supported in this archive format: %s is "
@@ -1713,26 +1710,26 @@ msgstr ""
"la extraccin de datos fuera de orden no est soportada en este formato:\n"
"se requiere %s, pero viene antes de %s en el archivador.\n"
-#: pg_backup_tar.c:1236
+#: pg_backup_tar.c:1229
#, c-format
msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
msgstr ""
"no hay coincidencia en la posicin real del archivo con la que se predijo (%"
"s vs %s)\n"
-#: pg_backup_tar.c:1251
+#: pg_backup_tar.c:1244
#, c-format
msgid "incomplete tar header found (%lu byte)\n"
msgid_plural "incomplete tar header found (%lu bytes)\n"
msgstr[0] "se encontr un encabezado incompleto (%lu byte)\n"
msgstr[1] "se encontr un encabezado incompleto (%lu bytes)\n"
-#: pg_backup_tar.c:1289
+#: pg_backup_tar.c:1282
#, c-format
msgid "TOC Entry %s at %s (length %lu, checksum %d)\n"
msgstr "entrada TOC %s en %s (tamao %lu, suma de integridad %d)\n"
-#: pg_backup_tar.c:1299
+#: pg_backup_tar.c:1292
#, c-format
msgid ""
"corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
@@ -1740,27 +1737,28 @@ msgstr ""
"se encontr un encabezado corrupto en %s (esperado %d, calculado %d)\n"
"en la posicin %s\n"
-#: pg_restore.c:307
+#: pg_restore.c:308
#, c-format
msgid "%s: options -d/--dbname and -f/--file cannot be used together\n"
msgstr "%s: las opciones -d/--dbname y -f/--file no pueden usarse juntas\n"
-#: pg_restore.c:319
+#: pg_restore.c:320
#, c-format
msgid "%s: cannot specify both --single-transaction and multiple jobs\n"
-msgstr "%s: no se puede especificar --single-transaction junto con mltiples tareas\n"
+msgstr ""
+"%s: no se puede especificar --single-transaction junto con mltiples tareas\n"
-#: pg_restore.c:349
+#: pg_restore.c:350
#, c-format
msgid "unrecognized archive format \"%s\"; please specify \"c\" or \"t\"\n"
msgstr "formato de archivo %s no reconocido; por favor especifique c o t\n"
-#: pg_restore.c:383
+#: pg_restore.c:384
#, c-format
msgid "WARNING: errors ignored on restore: %d\n"
msgstr "PRECAUCIN: errores ignorados durante la recuperacin: %d\n"
-#: pg_restore.c:397
+#: pg_restore.c:398
#, c-format
msgid ""
"%s restores a PostgreSQL database from an archive created by pg_dump.\n"
@@ -1769,52 +1767,52 @@ msgstr ""
"%s reestablece una base de datos de PostgreSQL usando un archivo\n"
"creado por pg_dump.\n"
-#: pg_restore.c:399
+#: pg_restore.c:400
#, c-format
msgid " %s [OPTION]... [FILE]\n"
msgstr " %s [OPCIN]... [ARCHIVO]\n"
-#: pg_restore.c:402
+#: pg_restore.c:403
#, c-format
msgid " -d, --dbname=NAME connect to database name\n"
msgstr ""
" -d, --dbname=NOMBRE nombre de la base de datos a la que conectarse\n"
-#: pg_restore.c:403
+#: pg_restore.c:404
#, c-format
msgid " -f, --file=FILENAME output file name\n"
msgstr " -f, --file=ARCHIVO nombre del archivo de salida\n"
-#: pg_restore.c:404
+#: pg_restore.c:405
#, c-format
msgid " -F, --format=c|t backup file format (should be automatic)\n"
msgstr ""
" -F, --format=c|t formato del volcado (debera ser automtico)\n"
-#: pg_restore.c:405
+#: pg_restore.c:406
#, c-format
msgid " -l, --list print summarized TOC of the archive\n"
msgstr ""
" -l, --list imprime una tabla resumida de contenidos\n"
" del archivador\n"
-#: pg_restore.c:406
+#: pg_restore.c:407
#, c-format
msgid " -v, --verbose verbose mode\n"
msgstr " -v, --verbose modo verboso\n"
-#: pg_restore.c:407
+#: pg_restore.c:408
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y termina\n"
-#: pg_restore.c:408
+#: pg_restore.c:409
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version muestra informacin de la versin y termina\n"
-#: pg_restore.c:410
+#: pg_restore.c:411
#, c-format
msgid ""
"\n"
@@ -1823,42 +1821,42 @@ msgstr ""
"\n"
"Opciones que controlan la recuperacin:\n"
-#: pg_restore.c:411
+#: pg_restore.c:412
#, c-format
msgid " -a, --data-only restore only the data, no schema\n"
msgstr " -a, --data-only reestablece slo los datos, no el esquema\n"
-#: pg_restore.c:412
+#: pg_restore.c:413
#, c-format
msgid ""
" -c, --clean clean (drop) database objects before recreating\n"
msgstr ""
" -c, --clean tira (drop) la base de datos antes de recrearla\n"
-#: pg_restore.c:413
+#: pg_restore.c:414
#, c-format
msgid " -C, --create create the target database\n"
msgstr " -C, --create crea la base de datos de destino\n"
-#: pg_restore.c:414
+#: pg_restore.c:415
#, c-format
msgid " -e, --exit-on-error exit on error, default is to continue\n"
msgstr ""
" -e, --exit-on-error abandonar al encontrar un error\n"
" por omisin, se contina la restauracin\n"
-#: pg_restore.c:415
+#: pg_restore.c:416
#, c-format
msgid " -I, --index=NAME restore named index\n"
msgstr " -I, --index=NOMBRE reestablece el ndice nombrado\n"
-#: pg_restore.c:416
+#: pg_restore.c:417
#, c-format
msgid " -j, --jobs=NUM use this many parallel jobs to restore\n"
msgstr ""
" -j, --jobs=NUM mximo de procesos paralelos para restaurar\n"
-#: pg_restore.c:417
+#: pg_restore.c:418
#, c-format
msgid ""
" -L, --use-list=FILENAME use table of contents from this file for\n"
@@ -1868,18 +1866,18 @@ msgstr ""
"ordenar\n"
" la salida de este archivo\n"
-#: pg_restore.c:419
+#: pg_restore.c:420
#, c-format
msgid " -n, --schema=NAME restore only objects in this schema\n"
msgstr ""
" -n, --schema=NAME reestablece slo los objetos en este esquema\n"
-#: pg_restore.c:420
+#: pg_restore.c:421
#, c-format
msgid " -O, --no-owner skip restoration of object ownership\n"
msgstr " -O, --no-owner no reestablece los dueos de los objetos\n"
-#: pg_restore.c:421
+#: pg_restore.c:422
#, c-format
msgid ""
" -P, --function=NAME(args)\n"
@@ -1888,13 +1886,13 @@ msgstr ""
" -P, --function=NOMBRE(args)\n"
" reestablece la funcin nombrada\n"
-#: pg_restore.c:423
+#: pg_restore.c:424
#, c-format
msgid " -s, --schema-only restore only the schema, no data\n"
msgstr ""
" -s, --schema-only reestablece el esquema nicamente, no los datos\n"
-#: pg_restore.c:424
+#: pg_restore.c:425
#, c-format
msgid ""
" -S, --superuser=NAME superuser user name to use for disabling "
@@ -1903,18 +1901,18 @@ msgstr ""
" -S, --superuser=NOMBRE especifica el nombre del superusuario que se usa\n"
" para deshabilitar los disparadores (triggers)\n"
-#: pg_restore.c:425
+#: pg_restore.c:426
#, c-format
msgid " -t, --table=NAME restore named table\n"
msgstr " -t, --table=NOMBRE reestablece la tabla nombrada\n"
-#: pg_restore.c:426
+#: pg_restore.c:427
#, c-format
msgid " -T, --trigger=NAME restore named trigger\n"
msgstr ""
" -T, --trigger=NOMBRE reestablece el disparador (trigger) nombrado\n"
-#: pg_restore.c:427
+#: pg_restore.c:428
#, c-format
msgid ""
" -x, --no-privileges skip restoration of access privileges (grant/"
@@ -1922,7 +1920,7 @@ msgid ""
msgstr ""
" -x, --no-privileges no reestablece los privilegios (grant/revoke)\n"
-#: pg_restore.c:428
+#: pg_restore.c:429
#, c-format
msgid " --disable-triggers disable triggers during data-only restore\n"
msgstr ""
@@ -1930,7 +1928,7 @@ msgstr ""
"el\n"
" restablecimiento slo de datos\n"
-#: pg_restore.c:429
+#: pg_restore.c:430
#, c-format
msgid ""
" --no-data-for-failed-tables\n"
@@ -1941,17 +1939,17 @@ msgstr ""
" no reestablece datos de tablas que no pudieron\n"
" ser creadas\n"
-#: pg_restore.c:432
+#: pg_restore.c:433
#, c-format
msgid " --no-tablespaces do not dump tablespace assignments\n"
msgstr " --no-tablespaces no vuelca asignaciones de tablespace\n"
-#: pg_restore.c:433
+#: pg_restore.c:434
#, c-format
msgid " --role=ROLENAME do SET ROLE before restore\n"
msgstr " --role=ROLENAME hace SET ROLE antes de restaurar\n"
-#: pg_restore.c:434
+#: pg_restore.c:435
#, c-format
msgid ""
" --use-set-session-authorization\n"
@@ -1964,14 +1962,14 @@ msgstr ""
"de\n"
" ALTER OWNER para reestablecer dueos\n"
-#: pg_restore.c:437
+#: pg_restore.c:438
#, c-format
msgid ""
" -1, --single-transaction\n"
" restore as a single transaction\n"
msgstr " -1, --single-transaction reestablece en una nica transaccin\n"
-#: pg_restore.c:447
+#: pg_restore.c:448
#, c-format
msgid ""
"\n"
@@ -1983,7 +1981,7 @@ msgstr ""
"se usa la salida estndar.\n"
"\n"
-#: pg_dumpall.c:165
+#: pg_dumpall.c:167
#, c-format
msgid ""
"The program \"pg_dump\" is needed by %s but was not found in the\n"
@@ -1994,7 +1992,7 @@ msgstr ""
"directorio que %s.\n"
"Verifique su instalacin.\n"
-#: pg_dumpall.c:172
+#: pg_dumpall.c:174
#, c-format
msgid ""
"The program \"pg_dump\" was found by \"%s\"\n"
@@ -2005,7 +2003,7 @@ msgstr ""
"pero no es de la misma versin que %s.\n"
"Verifique su instalacin.\n"
-#: pg_dumpall.c:344
+#: pg_dumpall.c:346
#, c-format
msgid ""
"%s: options -g/--globals-only and -r/--roles-only cannot be used together\n"
@@ -2013,7 +2011,7 @@ msgstr ""
"%s: las opciones -g/--globals-only y -r/--roles-only no pueden usarse "
"juntas\n"
-#: pg_dumpall.c:353
+#: pg_dumpall.c:355
#, c-format
msgid ""
"%s: options -g/--globals-only and -t/--tablespaces-only cannot be used "
@@ -2022,7 +2020,7 @@ msgstr ""
"%s: las opciones -g/--globals-only y -t/--tablespaces-only no pueden usarse "
"juntas\n"
-#: pg_dumpall.c:362
+#: pg_dumpall.c:364
#, c-format
msgid ""
"%s: options -r/--roles-only and -t/--tablespaces-only cannot be used "
@@ -2031,12 +2029,12 @@ msgstr ""
"%s: las opciones -r/--roles-only y -t/--tablespaces-only no pueden usarse "
"juntas\n"
-#: pg_dumpall.c:382 pg_dumpall.c:1501
+#: pg_dumpall.c:384 pg_dumpall.c:1612
#, c-format
msgid "%s: could not connect to database \"%s\"\n"
msgstr "%s: no se pudo establecer la conexin a la base de datos %s\n"
-#: pg_dumpall.c:397
+#: pg_dumpall.c:399
#, c-format
msgid ""
"%s: could not connect to databases \"postgres\" or \"template1\"\n"
@@ -2045,12 +2043,12 @@ msgstr ""
"%s: no se pudo establecer la conexin a las bases de datos postgres o\n"
"template1. Por favor especifique una base de datos para conectarse.\n"
-#: pg_dumpall.c:414
+#: pg_dumpall.c:416
#, c-format
msgid "%s: could not open the output file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo de salida %s: %s\n"
-#: pg_dumpall.c:525
+#: pg_dumpall.c:534
#, c-format
msgid ""
"%s extracts a PostgreSQL database cluster into an SQL script file.\n"
@@ -2059,31 +2057,31 @@ msgstr ""
"%s extrae un cluster de bases de datos de PostgreSQL en un archivo\n"
"guin (script) SQL.\n"
-#: pg_dumpall.c:527
+#: pg_dumpall.c:536
#, c-format
msgid " %s [OPTION]...\n"
msgstr " %s [OPCIN]...\n"
-#: pg_dumpall.c:536
+#: pg_dumpall.c:545
#, c-format
msgid ""
" -c, --clean clean (drop) databases before recreating\n"
msgstr ""
" -c, --clean tira (drop) la base de datos antes de crearla\n"
-#: pg_dumpall.c:537
+#: pg_dumpall.c:546
#, c-format
msgid " -g, --globals-only dump only global objects, no databases\n"
msgstr ""
" -g, --globals-only extrae slo los objetos globales, no bases de "
"datos\n"
-#: pg_dumpall.c:539
+#: pg_dumpall.c:548
#, c-format
msgid " -O, --no-owner skip restoration of object ownership\n"
msgstr " -O, --no-owner no reestablece los dueos de los objetos\n"
-#: pg_dumpall.c:540
+#: pg_dumpall.c:549
#, c-format
msgid ""
" -r, --roles-only dump only roles, no databases or tablespaces\n"
@@ -2091,14 +2089,14 @@ msgstr ""
" -r, --roles-only extrae slo los roles, no bases de datos\n"
" ni tablespaces\n"
-#: pg_dumpall.c:542
+#: pg_dumpall.c:551
#, c-format
msgid " -S, --superuser=NAME superuser user name to use in the dump\n"
msgstr ""
" -S, --superuser=NAME especifica el nombre del superusuario a usar en\n"
" el volcado\n"
-#: pg_dumpall.c:543
+#: pg_dumpall.c:552
#, c-format
msgid ""
" -t, --tablespaces-only dump only tablespaces, no databases or roles\n"
@@ -2106,13 +2104,13 @@ msgstr ""
" -t, --tablespaces-only extrae slo los tablespaces, no bases de datos\n"
" ni roles\n"
-#: pg_dumpall.c:558
+#: pg_dumpall.c:567
#, c-format
msgid " -l, --database=DBNAME alternative default database\n"
msgstr ""
" -l, --database=NOMBRE especifica la base de datos a la cual conectarse\n"
-#: pg_dumpall.c:564
+#: pg_dumpall.c:573
#, c-format
msgid ""
"\n"
@@ -2126,71 +2124,71 @@ msgstr ""
"estndar.\n"
"\n"
-#: pg_dumpall.c:994
+#: pg_dumpall.c:1003
#, c-format
msgid "%s: could not parse ACL list (%s) for tablespace \"%s\"\n"
msgstr ""
"%s: no se pudo interpretar la lista de control de acceso (%s) del tablespace "
"%s\n"
-#: pg_dumpall.c:1243
+#: pg_dumpall.c:1303
#, c-format
msgid "%s: could not parse ACL list (%s) for database \"%s\"\n"
msgstr ""
"%s: no se pudo interpretar la lista de control de acceso (%s) de la base de "
"datos %s\n"
-#: pg_dumpall.c:1399
+#: pg_dumpall.c:1510
#, c-format
msgid "%s: dumping database \"%s\"...\n"
msgstr "%s: extrayendo base de datos %s...\n"
-#: pg_dumpall.c:1409
+#: pg_dumpall.c:1520
#, c-format
msgid "%s: pg_dump failed on database \"%s\", exiting\n"
msgstr "%s: pg_dump fall en la base de datos %s, saliendo\n"
-#: pg_dumpall.c:1418
+#: pg_dumpall.c:1529
#, c-format
msgid "%s: could not re-open the output file \"%s\": %s\n"
msgstr "%s: no se pudo reabrir el archivo de salida %s: %s\n"
-#: pg_dumpall.c:1457
+#: pg_dumpall.c:1568
#, c-format
msgid "%s: running \"%s\"\n"
msgstr "%s: ejecutando %s\n"
-#: pg_dumpall.c:1523
+#: pg_dumpall.c:1634
#, c-format
msgid "%s: could not connect to database \"%s\": %s\n"
msgstr "%s: no se pudo establecer la conexin a la base de datos %s: %s\n"
-#: pg_dumpall.c:1537
+#: pg_dumpall.c:1648
#, c-format
msgid "%s: could not get server version\n"
msgstr "%s: no se pudo obtener la versin del servidor\n"
-#: pg_dumpall.c:1543
+#: pg_dumpall.c:1654
#, c-format
msgid "%s: could not parse server version \"%s\"\n"
msgstr "%s: no se pudo interpretar la versin del servidor %s\n"
-#: pg_dumpall.c:1551
+#: pg_dumpall.c:1662
#, c-format
msgid "%s: could not parse version \"%s\"\n"
msgstr "%s: no se pudo interpretar la versin %s\n"
-#: pg_dumpall.c:1590 pg_dumpall.c:1616
+#: pg_dumpall.c:1701 pg_dumpall.c:1727
#, c-format
msgid "%s: executing %s\n"
msgstr "%s: ejecutando %s\n"
-#: pg_dumpall.c:1596 pg_dumpall.c:1622
+#: pg_dumpall.c:1707 pg_dumpall.c:1733
#, c-format
msgid "%s: query failed: %s"
msgstr "%s: fall la consulta: %s"
-#: pg_dumpall.c:1598 pg_dumpall.c:1624
+#: pg_dumpall.c:1709 pg_dumpall.c:1735
#, c-format
msgid "%s: query was: %s\n"
msgstr "%s: la consulta fue: %s\n"
@@ -2249,10 +2247,3 @@ msgstr "el proceso hijo fue terminado por una seal %d"
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo termin con cdigo no reconocido %d"
-
-#~ msgid ""
-#~ "%s: options -1/--single-transaction and -j/--jobs cannot be used "
-#~ "together\n"
-#~ msgstr ""
-#~ "%s: las opciones -1/--single-transaction y -j/--jobs no pueden usarse "
-#~ "juntas\n"
diff --git a/src/bin/pg_dump/po/fr.po b/src/bin/pg_dump/po/fr.po
index 4e2ea5e37da..6907f3794e0 100644
--- a/src/bin/pg_dump/po/fr.po
+++ b/src/bin/pg_dump/po/fr.po
@@ -1,7 +1,7 @@
# translation of pg_dump.po to fr_fr
# french message translation file for pg_dump
#
-# $PostgreSQL: pgsql/src/bin/pg_dump/po/fr.po,v 1.19 2009/10/20 18:23:24 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/po/fr.po,v 1.20 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
#
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-08-30 21:14+0000\n"
-"PO-Revision-Date: 2009-09-01 13:44+0100\n"
+"POT-Creation-Date: 2009-12-15 21:15+0000\n"
+"PO-Revision-Date: 2009-12-15 22:41+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -20,93 +20,93 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: pg_dump.c:431
+#: pg_dump.c:434
#: pg_restore.c:268
-#: pg_dumpall.c:289
+#: pg_dumpall.c:291
#, c-format
msgid "%s: invalid -X option -- %s\n"
msgstr "%s : option -X invalide -- %s\n"
-#: pg_dump.c:433
-#: pg_dump.c:455
-#: pg_dump.c:464
+#: pg_dump.c:436
+#: pg_dump.c:458
+#: pg_dump.c:467
#: pg_restore.c:270
#: pg_restore.c:293
#: pg_restore.c:310
-#: pg_dumpall.c:291
-#: pg_dumpall.c:311
-#: pg_dumpall.c:336
-#: pg_dumpall.c:346
-#: pg_dumpall.c:355
-#: pg_dumpall.c:364
-#: pg_dumpall.c:400
+#: pg_dumpall.c:293
+#: pg_dumpall.c:313
+#: pg_dumpall.c:338
+#: pg_dumpall.c:348
+#: pg_dumpall.c:357
+#: pg_dumpall.c:366
+#: pg_dumpall.c:402
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer %s --help pour plus d'informations.\n"
-#: pg_dump.c:462
-#: pg_dumpall.c:334
+#: pg_dump.c:465
+#: pg_dumpall.c:336
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier tant %s )\n"
-#: pg_dump.c:479
+#: pg_dump.c:482
msgid "options -s/--schema-only and -a/--data-only cannot be used together\n"
msgstr ""
"les options -s/--schema-only et -a/--data-only ne peuvent pas tre\n"
"utilises conjointement\n"
-#: pg_dump.c:485
+#: pg_dump.c:488
msgid "options -c/--clean and -a/--data-only cannot be used together\n"
msgstr ""
"les options -c/--clean et -a/--data-only ne peuvent pas tre\n"
"utilises conjointement\n"
-#: pg_dump.c:491
+#: pg_dump.c:494
msgid "options --inserts/--column-inserts and -o/--oids cannot be used together\n"
msgstr ""
"les options --inserts/--column-inserts et -o/--oids ne\n"
"peuvent pas tre utilises conjointement\n"
-#: pg_dump.c:492
+#: pg_dump.c:495
msgid "(The INSERT command cannot set OIDs.)\n"
msgstr "(La commande INSERT ne peut pas positionner les OID.)\n"
-#: pg_dump.c:522
+#: pg_dump.c:525
#, c-format
msgid "invalid output format \"%s\" specified\n"
msgstr "format de sortie %s invalide\n"
-#: pg_dump.c:528
+#: pg_dump.c:531
#, c-format
msgid "could not open output file \"%s\" for writing\n"
msgstr "n'a pas pu ouvrir le fichier de sauvegarde %s en criture\n"
-#: pg_dump.c:538
+#: pg_dump.c:541
#: pg_backup_db.c:45
#, c-format
msgid "could not parse version string \"%s\"\n"
msgstr "n'a pas pu analyser la chane de version %s \n"
-#: pg_dump.c:561
+#: pg_dump.c:564
#, c-format
msgid "invalid client encoding \"%s\" specified\n"
msgstr "encodage client indiqu ( %s ) invalide\n"
-#: pg_dump.c:636
+#: pg_dump.c:641
#, c-format
msgid "last built-in OID is %u\n"
msgstr "le dernier OID interne est %u\n"
-#: pg_dump.c:646
+#: pg_dump.c:651
msgid "No matching schemas were found\n"
msgstr "Aucun schma correspondant n'a t trouv\n"
-#: pg_dump.c:661
+#: pg_dump.c:666
msgid "No matching tables were found\n"
msgstr "Aucune table correspondante n'a t trouve\n"
-#: pg_dump.c:790
+#: pg_dump.c:795
#, c-format
msgid ""
"%s dumps a database as a text file or to other formats.\n"
@@ -116,21 +116,21 @@ msgstr ""
"formats.\n"
"\n"
-#: pg_dump.c:791
+#: pg_dump.c:796
#: pg_restore.c:399
-#: pg_dumpall.c:526
+#: pg_dumpall.c:535
#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"
-#: pg_dump.c:792
+#: pg_dump.c:797
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [OPTION]... [NOMBASE]\n"
-#: pg_dump.c:794
+#: pg_dump.c:799
#: pg_restore.c:402
-#: pg_dumpall.c:529
+#: pg_dumpall.c:538
#, c-format
msgid ""
"\n"
@@ -139,53 +139,53 @@ msgstr ""
"\n"
"Options gnrales :\n"
-#: pg_dump.c:795
-#: pg_dumpall.c:530
+#: pg_dump.c:800
+#: pg_dumpall.c:539
#, c-format
msgid " -f, --file=FILENAME output file name\n"
msgstr " -f, --file=NOMFICHIER nom du fichier de sortie\n"
-#: pg_dump.c:796
+#: pg_dump.c:801
#, c-format
msgid " -F, --format=c|t|p output file format (custom, tar, plain text)\n"
msgstr ""
" -F, --format=c|t|p format du fichier de sortie (personnalis,\n"
" tar, texte)\n"
-#: pg_dump.c:797
+#: pg_dump.c:802
#, c-format
msgid " -v, --verbose verbose mode\n"
msgstr " -v, --verbose mode verbeux\n"
-#: pg_dump.c:798
+#: pg_dump.c:803
#, c-format
msgid " -Z, --compress=0-9 compression level for compressed formats\n"
msgstr ""
" -Z, --compress=0-9 niveau de compression pour les formats\n"
" compresss\n"
-#: pg_dump.c:799
-#: pg_dumpall.c:531
+#: pg_dump.c:804
+#: pg_dumpall.c:540
#, c-format
msgid " --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"
msgstr ""
" --lock-wait-timeout=DLAI chec aprs l'attente du DLAI pour un verrou\n"
" de table\n"
-#: pg_dump.c:800
-#: pg_dumpall.c:532
+#: pg_dump.c:805
+#: pg_dumpall.c:541
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help affiche cette aide puis quitte\n"
-#: pg_dump.c:801
-#: pg_dumpall.c:533
+#: pg_dump.c:806
+#: pg_dumpall.c:542
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version affiche la version puis quitte\n"
-#: pg_dump.c:803
-#: pg_dumpall.c:534
+#: pg_dump.c:808
+#: pg_dumpall.c:543
#, c-format
msgid ""
"\n"
@@ -194,59 +194,59 @@ msgstr ""
"\n"
"Options contrlant le contenu en sortie :\n"
-#: pg_dump.c:804
-#: pg_dumpall.c:535
+#: pg_dump.c:809
+#: pg_dumpall.c:544
#, c-format
msgid " -a, --data-only dump only the data, not the schema\n"
msgstr ""
" -a, --data-only sauvegarde uniquement les donnes, pas le\n"
" schma\n"
-#: pg_dump.c:805
+#: pg_dump.c:810
#, c-format
msgid " -b, --blobs include large objects in dump\n"
msgstr ""
" -b, --blobs inclut les Large Objects dans la\n"
" sauvegarde\n"
-#: pg_dump.c:806
+#: pg_dump.c:811
#, c-format
msgid " -c, --clean clean (drop) database objects before recreating\n"
msgstr ""
" -c, --clean nettoie/supprime les bases de donnes avant de\n"
" les crer\n"
-#: pg_dump.c:807
+#: pg_dump.c:812
#, c-format
msgid " -C, --create include commands to create database in dump\n"
msgstr ""
" -C, --create inclut les commandes de cration de la base\n"
" dans la sauvegarde\n"
-#: pg_dump.c:808
+#: pg_dump.c:813
#, c-format
msgid " -E, --encoding=ENCODING dump the data in encoding ENCODING\n"
msgstr ""
" -E, --encoding=ENCODAGE sauvegarde les donnes dans l'encodage\n"
" ENCODAGE\n"
-#: pg_dump.c:809
+#: pg_dump.c:814
#, c-format
msgid " -n, --schema=SCHEMA dump the named schema(s) only\n"
msgstr " -n, --schema=SCHMA sauvegarde uniquement le schma indiqu\n"
-#: pg_dump.c:810
+#: pg_dump.c:815
#, c-format
msgid " -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)\n"
msgstr " -N, --exclude-schema=SCHMA ne sauvegarde pas le schma indiqu\n"
-#: pg_dump.c:811
-#: pg_dumpall.c:538
+#: pg_dump.c:816
+#: pg_dumpall.c:547
#, c-format
msgid " -o, --oids include OIDs in dump\n"
msgstr " -o, --oids inclut les OID dans la sauvegarde\n"
-#: pg_dump.c:812
+#: pg_dump.c:817
#, c-format
msgid ""
" -O, --no-owner skip restoration of object ownership in\n"
@@ -255,63 +255,63 @@ msgstr ""
" -O, --no-owner ne sauvegarde pas les propritaires des\n"
" objets lors de l'utilisation du format texte\n"
-#: pg_dump.c:814
-#: pg_dumpall.c:541
+#: pg_dump.c:819
+#: pg_dumpall.c:550
#, c-format
msgid " -s, --schema-only dump only the schema, no data\n"
msgstr ""
" -s, --schema-only sauvegarde uniquement la structure, pas les\n"
" donnes\n"
-#: pg_dump.c:815
+#: pg_dump.c:820
#, c-format
msgid " -S, --superuser=NAME superuser user name to use in plain-text format\n"
msgstr ""
" -S, --superuser=NOM indique le nom du super-utilisateur utiliser\n"
" avec le format texte\n"
-#: pg_dump.c:816
+#: pg_dump.c:821
#, c-format
msgid " -t, --table=TABLE dump the named table(s) only\n"
msgstr " -t, --table=TABLE sauvegarde uniquement la table indique\n"
-#: pg_dump.c:817
+#: pg_dump.c:822
#, c-format
msgid " -T, --exclude-table=TABLE do NOT dump the named table(s)\n"
msgstr " -T, --exclude-table=TABLE ne sauvegarde pas la table indique\n"
-#: pg_dump.c:818
-#: pg_dumpall.c:544
+#: pg_dump.c:823
+#: pg_dumpall.c:553
#, c-format
msgid " -x, --no-privileges do not dump privileges (grant/revoke)\n"
msgstr " -x, --no-privileges ne sauvegarde pas les droits sur les objets\n"
-#: pg_dump.c:819
-#: pg_dumpall.c:545
+#: pg_dump.c:824
+#: pg_dumpall.c:554
#, c-format
msgid " --binary-upgrade for use by upgrade utilities only\n"
msgstr ""
" --binary-upgrade n'utiliser que par les outils de mise \n"
" jour seulement\n"
-#: pg_dump.c:820
-#: pg_dumpall.c:546
+#: pg_dump.c:825
+#: pg_dumpall.c:555
#, c-format
msgid " --inserts dump data as INSERT commands, rather than COPY\n"
msgstr ""
" -d, --inserts sauvegarde les donnes avec des instructions\n"
" INSERT plutt que COPY\n"
-#: pg_dump.c:821
-#: pg_dumpall.c:547
+#: pg_dump.c:826
+#: pg_dumpall.c:556
#, c-format
msgid " --column-inserts dump data as INSERT commands with column names\n"
msgstr ""
" -D, --column-inserts sauvegarde les donnes avec des commandes\n"
" INSERT prcisant les noms des colonnes\n"
-#: pg_dump.c:822
-#: pg_dumpall.c:548
+#: pg_dump.c:827
+#: pg_dumpall.c:557
#, c-format
msgid " --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n"
msgstr ""
@@ -319,28 +319,28 @@ msgstr ""
" dollar dans le but de respecter le standard\n"
" SQL en matire de guillemets\n"
-#: pg_dump.c:823
-#: pg_dumpall.c:549
+#: pg_dump.c:828
+#: pg_dumpall.c:558
#, c-format
msgid " --disable-triggers disable triggers during data-only restore\n"
msgstr ""
" --disable-triggers dsactive les triggers en mode de\n"
" restauration des donnes seulement\n"
-#: pg_dump.c:824
-#: pg_dumpall.c:550
+#: pg_dump.c:829
+#: pg_dumpall.c:559
#, c-format
msgid " --no-tablespaces do not dump tablespace assignments\n"
msgstr " --no-tablespaces ne sauvegarde pas les affectations de tablespaces\n"
-#: pg_dump.c:825
-#: pg_dumpall.c:551
+#: pg_dump.c:830
+#: pg_dumpall.c:560
#, c-format
msgid " --role=ROLENAME do SET ROLE before dump\n"
msgstr " --role=NOMROLE excute SET ROLE avant la sauvegarde\n"
-#: pg_dump.c:826
-#: pg_dumpall.c:552
+#: pg_dump.c:831
+#: pg_dumpall.c:561
#, c-format
msgid ""
" --use-set-session-authorization\n"
@@ -352,9 +352,9 @@ msgstr ""
" au lieu des commandes ALTER OWNER pour les\n"
" modifier les propritaires\n"
-#: pg_dump.c:830
+#: pg_dump.c:835
#: pg_restore.c:441
-#: pg_dumpall.c:556
+#: pg_dumpall.c:565
#, c-format
msgid ""
"\n"
@@ -363,48 +363,48 @@ msgstr ""
"\n"
"Options de connexion :\n"
-#: pg_dump.c:831
+#: pg_dump.c:836
#: pg_restore.c:442
-#: pg_dumpall.c:557
+#: pg_dumpall.c:566
#, c-format
msgid " -h, --host=HOSTNAME database server host or socket directory\n"
msgstr ""
" -h, --host=NOMHTE hte du serveur de bases de donnes ou\n"
" rpertoire des sockets\n"
-#: pg_dump.c:832
+#: pg_dump.c:837
#: pg_restore.c:443
-#: pg_dumpall.c:559
+#: pg_dumpall.c:568
#, c-format
msgid " -p, --port=PORT database server port number\n"
msgstr ""
" -p, --port=PORT numro de port du serveur de bases de\n"
" donnes\n"
-#: pg_dump.c:833
+#: pg_dump.c:838
#: pg_restore.c:444
-#: pg_dumpall.c:560
+#: pg_dumpall.c:569
#, c-format
msgid " -U, --username=NAME connect as specified database user\n"
msgstr " -U, --username=NOM se connecter avec cet utilisateur\n"
-#: pg_dump.c:834
+#: pg_dump.c:839
#: pg_restore.c:445
-#: pg_dumpall.c:561
+#: pg_dumpall.c:570
#, c-format
msgid " -w, --no-password never prompt for password\n"
msgstr " -w, --no-password ne demande jamais le mot de passe\n"
-#: pg_dump.c:835
+#: pg_dump.c:840
#: pg_restore.c:446
-#: pg_dumpall.c:562
+#: pg_dumpall.c:571
#, c-format
msgid " -W, --password force password prompt (should happen automatically)\n"
msgstr ""
" -W, --password force la demande du mot de passe (par\n"
" dfaut)\n"
-#: pg_dump.c:837
+#: pg_dump.c:842
#, c-format
msgid ""
"\n"
@@ -417,202 +417,207 @@ msgstr ""
"d'environnement PGDATABASE est alors utilise.\n"
"\n"
-#: pg_dump.c:839
+#: pg_dump.c:844
#: pg_restore.c:449
-#: pg_dumpall.c:566
+#: pg_dumpall.c:575
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Rapporter les bogues <pgsql-bugs@postgresql.org>.\n"
-#: pg_dump.c:847
-#: pg_backup_archiver.c:1361
+#: pg_dump.c:852
+#: pg_backup_archiver.c:1371
msgid "*** aborted because of error\n"
msgstr "*** interrompu du fait d'erreurs\n"
-#: pg_dump.c:868
+#: pg_dump.c:873
msgid "server version must be at least 7.3 to use schema selection switches\n"
msgstr ""
"le serveur doit tre de version 7.3 ou suprieure pour utiliser les options\n"
"de slection du schma\n"
-#: pg_dump.c:1089
+#: pg_dump.c:1111
#, c-format
msgid "dumping contents of table %s\n"
msgstr "sauvegarde du contenu de la table %s\n"
-#: pg_dump.c:1192
+#: pg_dump.c:1214
#, c-format
msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n"
msgstr ""
"La sauvegarde du contenu de la table %s a chou : chec de\n"
"PQgetCopyData().\n"
-#: pg_dump.c:1193
-#: pg_dump.c:11560
+#: pg_dump.c:1215
+#: pg_dump.c:12072
#, c-format
msgid "Error message from server: %s"
msgstr "Message d'erreur du serveur : %s"
-#: pg_dump.c:1194
-#: pg_dump.c:11561
+#: pg_dump.c:1216
+#: pg_dump.c:12073
#, c-format
msgid "The command was: %s\n"
msgstr "La commande tait : %s\n"
-#: pg_dump.c:1600
+#: pg_dump.c:1622
msgid "saving database definition\n"
msgstr "sauvegarde de la dfinition de la base de donnes\n"
-#: pg_dump.c:1682
+#: pg_dump.c:1704
#, c-format
msgid "missing pg_database entry for database \"%s\"\n"
msgstr "entre manquante dans pg_database pour la base de donnes %s \n"
-#: pg_dump.c:1689
+#: pg_dump.c:1711
#, c-format
msgid "query returned more than one (%d) pg_database entry for database \"%s\"\n"
msgstr ""
"la requte a renvoy plusieurs (%d) entres pg_database pour la base de\n"
"donnes %s \n"
-#: pg_dump.c:1790
+#: pg_dump.c:1812
msgid "dumpDatabase(): could not find pg_largeobject.relfrozenxid\n"
msgstr "dumpDatabase() : n'a pas pu trouver pg_largeobject.relfrozenxid\n"
-#: pg_dump.c:1867
+#: pg_dump.c:1889
#, c-format
msgid "saving encoding = %s\n"
msgstr "encodage de la sauvegarde = %s\n"
-#: pg_dump.c:1894
+#: pg_dump.c:1916
#, c-format
msgid "saving standard_conforming_strings = %s\n"
msgstr "standard_conforming_strings de la sauvegarde = %s\n"
-#: pg_dump.c:1956
+#: pg_dump.c:1980
msgid "saving large objects\n"
msgstr "sauvegarde des Large Objects \n"
-#: pg_dump.c:1992
+#: pg_dump.c:2018
#, c-format
msgid "dumpBlobs(): could not open large object: %s"
msgstr "dumpBlobs() : n'a pas pu ouvrir le Large Object : %s"
-#: pg_dump.c:2005
+#: pg_dump.c:2031
#, c-format
msgid "dumpBlobs(): error reading large object: %s"
msgstr "dumpBlobs() : n'a pas pu lire le Large Object : %s"
-#: pg_dump.c:2042
-msgid "saving large object comments\n"
-msgstr "sauvegarde des commentaires des Large Objects \n"
+#: pg_dump.c:2070
+msgid "saving large object properties\n"
+msgstr "sauvegarde des proprits des Large Objects \n"
-#: pg_dump.c:2212
+#: pg_dump.c:2155
+#, c-format
+msgid "could not parse ACL (%s) for large object %u"
+msgstr "n'a pas pu analyser la liste ACL (%s) du Large Object %u"
+
+#: pg_dump.c:2274
#, c-format
msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
msgstr "ATTENTION : le propritaire du schma %s semble tre invalide\n"
-#: pg_dump.c:2247
+#: pg_dump.c:2309
#, c-format
msgid "schema with OID %u does not exist\n"
msgstr "le schma d'OID %u n'existe pas\n"
-#: pg_dump.c:2504
+#: pg_dump.c:2566
#, c-format
msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
msgstr "ATTENTION : le propritaire du type de donnes %s semble tre invalide\n"
-#: pg_dump.c:2608
+#: pg_dump.c:2670
#, c-format
msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
msgstr "ATTENTION : le propritaire de l'oprateur %s semble tre invalide\n"
-#: pg_dump.c:2782
+#: pg_dump.c:2844
#, c-format
msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
msgstr ""
"ATTENTION : le propritaire de la classe d'oprateur %s semble tre\n"
"invalide\n"
-#: pg_dump.c:2869
+#: pg_dump.c:2931
#, c-format
msgid "WARNING: owner of operator family \"%s\" appears to be invalid\n"
msgstr ""
"ATTENTION : le propritaire de la famille d'oprateur %s semble tre\n"
"invalide\n"
-#: pg_dump.c:2994
+#: pg_dump.c:3056
#, c-format
msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
msgstr ""
"ATTENTION : le propritaire de la fonction d'aggrgat %s semble tre\n"
"invalide\n"
-#: pg_dump.c:3149
+#: pg_dump.c:3211
#, c-format
msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
msgstr "ATTENTION : le propritaire de la fonction %s semble tre invalide\n"
-#: pg_dump.c:3536
+#: pg_dump.c:3598
#, c-format
msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
msgstr "ATTENTION : le propritaire de la table %s semble tre invalide\n"
-#: pg_dump.c:3676
+#: pg_dump.c:3741
#, c-format
msgid "reading indexes for table \"%s\"\n"
msgstr "lecture des index de la table %s \n"
-#: pg_dump.c:3946
+#: pg_dump.c:4059
#, c-format
msgid "reading foreign key constraints for table \"%s\"\n"
msgstr "lecture des contraintes de cls trangres pour la table %s \n"
-#: pg_dump.c:4174
+#: pg_dump.c:4291
#, c-format
msgid "failed sanity check, parent table OID %u of pg_rewrite entry OID %u not found\n"
msgstr ""
"vrification choue, OID %u de la table parent de l'OID %u de l'entre de\n"
"pg_rewrite introuvable\n"
-#: pg_dump.c:4257
+#: pg_dump.c:4375
#, c-format
msgid "reading triggers for table \"%s\"\n"
msgstr "lecture des triggers pour la table %s \n"
-#: pg_dump.c:4382
+#: pg_dump.c:4538
#, c-format
msgid "query produced null referenced table name for foreign key trigger \"%s\" on table \"%s\" (OID of table: %u)\n"
msgstr ""
"la requte a produit une rference de nom de table null pour le trigger de\n"
"cl trangre %s sur la table %s (OID de la table : %u)\n"
-#: pg_dump.c:4732
+#: pg_dump.c:4908
#, c-format
msgid "finding the columns and types of table \"%s\"\n"
msgstr "recherche des colonnes et types de la table %s \n"
-#: pg_dump.c:4830
+#: pg_dump.c:5026
#, c-format
msgid "invalid column numbering in table \"%s\"\n"
msgstr "numrotation des colonnes invalide pour la table %s \n"
-#: pg_dump.c:4865
+#: pg_dump.c:5063
#, c-format
msgid "finding default expressions of table \"%s\"\n"
msgstr "recherche des expressions par dfaut de la table %s \n"
-#: pg_dump.c:4950
+#: pg_dump.c:5148
#, c-format
msgid "invalid adnum value %d for table \"%s\"\n"
msgstr "valeur adnum %d invalide pour la table %s \n"
-#: pg_dump.c:4968
+#: pg_dump.c:5166
#, c-format
msgid "finding check constraints for table \"%s\"\n"
msgstr "recherche des contraintes de vrification pour la table %s \n"
-#: pg_dump.c:5048
+#: pg_dump.c:5246
#, c-format
msgid "expected %d check constraint on table \"%s\" but found %d\n"
msgid_plural "expected %d check constraints on table \"%s\" but found %d\n"
@@ -623,136 +628,147 @@ msgstr[1] ""
"%d contraintes de vrification attendues pour la table %s mais %d\n"
"trouves\n"
-#: pg_dump.c:5052
+#: pg_dump.c:5250
msgid "(The system catalogs might be corrupted.)\n"
msgstr "(Les catalogues systme sont peut-tre corrompus.)\n"
-#: pg_dump.c:6123
+#: pg_dump.c:6414
#, c-format
msgid "no label definitions found for enum ID %u\n"
msgstr "aucune dfinition de label trouve pour l'ID enum %u\n"
-#: pg_dump.c:6382
-#: pg_dump.c:6581
-#: pg_dump.c:7233
-#: pg_dump.c:7771
-#: pg_dump.c:8021
-#: pg_dump.c:8127
-#: pg_dump.c:8512
-#: pg_dump.c:8688
-#: pg_dump.c:8885
-#: pg_dump.c:9112
-#: pg_dump.c:9267
-#: pg_dump.c:9453
-#: pg_dump.c:11366
+#: pg_dump.c:6673
+#: pg_dump.c:6872
+#: pg_dump.c:7656
+#: pg_dump.c:8194
+#: pg_dump.c:8444
+#: pg_dump.c:8550
+#: pg_dump.c:8935
+#: pg_dump.c:9111
+#: pg_dump.c:9308
+#: pg_dump.c:9535
+#: pg_dump.c:9690
+#: pg_dump.c:9876
+#: pg_dump.c:11878
#, c-format
msgid "query returned %d row instead of one: %s\n"
msgid_plural "query returned %d rows instead of one: %s\n"
msgstr[0] "la requte a renvoy %d ligne au lieu d'une seule : %s\n"
msgstr[1] "la requte a renvoy %d lignes au lieu d'une seule : %s\n"
-#: pg_dump.c:6703
+#: pg_dump.c:6994
+#: pg_dump.c:7092
#, c-format
msgid "query returned no rows: %s\n"
msgstr "la requte n'a renvoy aucune ligne : %s\n"
-#: pg_dump.c:7001
+#: pg_dump.c:7424
msgid "WARNING: bogus value in proargmodes array\n"
msgstr "ATTENTION : valeur errone dans le tableau proargmodes\n"
-#: pg_dump.c:7313
+#: pg_dump.c:7736
msgid "WARNING: could not parse proallargtypes array\n"
msgstr "ATTENTION : n'a pas pu analyser le tableau proallargtypes\n"
-#: pg_dump.c:7329
+#: pg_dump.c:7752
msgid "WARNING: could not parse proargmodes array\n"
msgstr "ATTENTION : n'a pas pu analyser le tableau proargmodes\n"
-#: pg_dump.c:7343
+#: pg_dump.c:7766
msgid "WARNING: could not parse proargnames array\n"
msgstr "ATTENTION : n'a pas pu analyser le tableau proargnames\n"
-#: pg_dump.c:7354
+#: pg_dump.c:7777
msgid "WARNING: could not parse proconfig array\n"
msgstr "ATTENTION : n'a pas pu analyser le tableau proconfig\n"
-#: pg_dump.c:7410
+#: pg_dump.c:7833
#, c-format
msgid "unrecognized provolatile value for function \"%s\"\n"
msgstr "valeur provolatile non reconnue pour la fonction %s \n"
-#: pg_dump.c:7613
+#: pg_dump.c:8036
msgid "WARNING: bogus value in pg_cast.castmethod field\n"
msgstr "ATTENTION : valeur errone dans pg_cast.castmethod\n"
-#: pg_dump.c:7990
+#: pg_dump.c:8413
#, c-format
msgid "WARNING: could not find operator with OID %s\n"
msgstr "ATTENTION : n'a pas pu trouver l'oprateur d'OID %s\n"
-#: pg_dump.c:8911
+#: pg_dump.c:9334
#, c-format
msgid "WARNING: aggregate function %s could not be dumped correctly for this database version; ignored\n"
msgstr ""
"ATTENTION : la fonction d'aggrgat %s n'a pas pu tre sauvegarde\n"
" correctement avec cette version de la base de donnes ; ignore\n"
-#: pg_dump.c:9630
+#: pg_dump.c:10052
+#, c-format
+msgid "unknown object type (%d) in default privileges\n"
+msgstr "type d'objet inconnu (%d) dans les droits par dfaut\n"
+
+#: pg_dump.c:10069
+#, c-format
+msgid "could not parse default ACL list (%s)\n"
+msgstr "n'a pas pu analyser la liste ACL par dfaut (%s)\n"
+
+#: pg_dump.c:10120
#, c-format
msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
msgstr "n'a pas pu analyser la liste ACL (%s) de l'objet %s (%s)\n"
-#: pg_dump.c:9768
+#: pg_dump.c:10258
#, c-format
msgid "query to obtain definition of view \"%s\" returned no data\n"
msgstr ""
"la requte permettant d'obtenir la dfinition de la vue %s n'a renvoy\n"
"aucune donne\n"
-#: pg_dump.c:9771
+#: pg_dump.c:10261
#, c-format
msgid "query to obtain definition of view \"%s\" returned more than one definition\n"
msgstr ""
"la requte permettant d'obtenir la dfinition de la vue %s a renvoy\n"
" plusieurs dfinitions\n"
-#: pg_dump.c:9780
+#: pg_dump.c:10270
#, c-format
msgid "definition of view \"%s\" appears to be empty (length zero)\n"
msgstr "la dfinition de la vue %s semble tre vide (longueur nulle)\n"
-#: pg_dump.c:10210
+#: pg_dump.c:10716
#, c-format
msgid "invalid column number %d for table \"%s\"\n"
msgstr "numro de colonne %d invalide pour la table %s \n"
-#: pg_dump.c:10313
+#: pg_dump.c:10821
#, c-format
msgid "missing index for constraint \"%s\"\n"
msgstr "index manquant pour la contrainte %s \n"
-#: pg_dump.c:10482
+#: pg_dump.c:11006
#, c-format
msgid "unrecognized constraint type: %c\n"
msgstr "type de contrainte inconnu : %c\n"
-#: pg_dump.c:10545
+#: pg_dump.c:11069
msgid "missing pg_database entry for this database\n"
msgstr "entre pg_database manquante pour cette base de donnes\n"
-#: pg_dump.c:10550
+#: pg_dump.c:11074
msgid "found more than one pg_database entry for this database\n"
msgstr "a trouv plusieurs entres dans pg_database pour cette base de donnes\n"
-#: pg_dump.c:10582
+#: pg_dump.c:11106
msgid "could not find entry for pg_indexes in pg_class\n"
msgstr "n'a pas pu trouver l'entre de pg_indexes dans pg_class\n"
-#: pg_dump.c:10587
+#: pg_dump.c:11111
msgid "found more than one entry for pg_indexes in pg_class\n"
msgstr "a trouv plusieurs entres pour pg_indexes dans la table pg_class\n"
-#: pg_dump.c:10658
+#: pg_dump.c:11182
#, c-format
msgid "query to get data of sequence \"%s\" returned %d row (expected 1)\n"
msgid_plural "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
@@ -763,328 +779,330 @@ msgstr[1] ""
"la requte permettant d'obtenir les donnes de la squence %s a renvoy\n"
"%d lignes (une seule attendue)\n"
-#: pg_dump.c:10669
+#: pg_dump.c:11193
#, c-format
msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
msgstr ""
"la requte permettant d'obtenir les donnes de la squence %s a renvoy\n"
"le nom %s \n"
-#: pg_dump.c:10944
+#: pg_dump.c:11478
#, c-format
msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
msgstr "chane argument invalide (%s) pour le trigger %s sur la table %s \n"
-#: pg_dump.c:11082
+#: pg_dump.c:11594
#, c-format
msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned\n"
msgstr ""
"la requte permettant d'obtenir la rgle %s associe la table %s \n"
"a chou : mauvais nombre de lignes renvoyes\n"
-#: pg_dump.c:11177
+#: pg_dump.c:11689
msgid "reading dependency data\n"
msgstr "lecture des donnes de dpendance\n"
-#: pg_dump.c:11555
+#: pg_dump.c:12067
msgid "SQL command failed\n"
msgstr "la commande SQL a chou\n"
-#: common.c:113
+#: common.c:115
msgid "reading schemas\n"
msgstr "lecture des schmas\n"
-#: common.c:117
+#: common.c:119
msgid "reading user-defined functions\n"
msgstr "lecture des fonctions utilisateur\n"
-#: common.c:123
+#: common.c:125
msgid "reading user-defined types\n"
msgstr "lecture des types utilisateur\n"
-#: common.c:129
+#: common.c:131
msgid "reading procedural languages\n"
msgstr "lecture des langages procduraux\n"
-#: common.c:133
+#: common.c:135
msgid "reading user-defined aggregate functions\n"
msgstr "lecture des fonctions d'aggrgats utilisateur\n"
-#: common.c:137
+#: common.c:139
msgid "reading user-defined operators\n"
msgstr "lecture des oprateurs utilisateur\n"
-#: common.c:142
+#: common.c:144
msgid "reading user-defined operator classes\n"
msgstr "lecture des classes d'oprateurs utilisateur\n"
-#: common.c:146
+#: common.c:148
msgid "reading user-defined text search parsers\n"
msgstr "lecture des analyseurs utilisateur pour la recherche plein texte\n"
-#: common.c:150
+#: common.c:152
msgid "reading user-defined text search templates\n"
msgstr "lecture des modles utilisateur pour la recherche plein texte\n"
-#: common.c:154
+#: common.c:156
msgid "reading user-defined text search dictionaries\n"
msgstr "lecture des dictionnaires utilisateur pour la recherche plein texte\n"
-#: common.c:158
+#: common.c:160
msgid "reading user-defined text search configurations\n"
msgstr "lecture des configurations utilisateur pour la recherche plein texte\n"
-#: common.c:162
+#: common.c:164
msgid "reading user-defined foreign-data wrappers\n"
msgstr "lecture des wrappers de donnes distantes utilisateur\n"
-#: common.c:166
+#: common.c:168
msgid "reading user-defined foreign servers\n"
msgstr "lecture des serveurs distants utilisateur\n"
-#: common.c:170
+#: common.c:172
+msgid "reading default privileges\n"
+msgstr "lecture des droits par dfaut\n"
+
+#: common.c:176
msgid "reading user-defined operator families\n"
msgstr "lecture des familles d'oprateurs utilisateur\n"
-#: common.c:174
+#: common.c:180
msgid "reading user-defined conversions\n"
msgstr "lecture des conversions utilisateur\n"
-#: common.c:178
+#: common.c:184
msgid "reading user-defined tables\n"
msgstr "lecture des tables utilisateur\n"
-#: common.c:183
+#: common.c:189
msgid "reading table inheritance information\n"
msgstr "lecture des informations d'hritage des tables\n"
-#: common.c:187
+#: common.c:193
msgid "reading rewrite rules\n"
msgstr "lecture des rgles de rcriture\n"
-#: common.c:191
+#: common.c:197
msgid "reading type casts\n"
msgstr "lecture des transtypages\n"
-#: common.c:196
+#: common.c:202
msgid "finding inheritance relationships\n"
msgstr "recherche des relations d'hritage\n"
-#: common.c:200
+#: common.c:206
msgid "reading column info for interesting tables\n"
msgstr "lecture des informations de colonnes des tables intressantes\n"
-#: common.c:204
+#: common.c:210
msgid "flagging inherited columns in subtables\n"
msgstr "marquage des colonnes hrites dans les sous-tables\n"
-#: common.c:208
+#: common.c:214
msgid "reading indexes\n"
msgstr "lecture des index\n"
-#: common.c:212
+#: common.c:218
msgid "reading constraints\n"
msgstr "lecture des contraintes\n"
-#: common.c:216
+#: common.c:222
msgid "reading triggers\n"
msgstr "lecture des dclencheurs\n"
-#: common.c:796
+#: common.c:802
#, c-format
msgid "failed sanity check, parent OID %u of table \"%s\" (OID %u) not found\n"
msgstr "vrification choue, OID %u parent de la table %s (OID %u) introuvable\n"
-#: common.c:838
+#: common.c:844
#, c-format
msgid "could not parse numeric array \"%s\": too many numbers\n"
msgstr "n'a pas pu analyser le tableau numrique %s : trop de nombres\n"
-#: common.c:853
+#: common.c:859
#, c-format
msgid "could not parse numeric array \"%s\": invalid character in number\n"
msgstr ""
"n'a pas pu analyser le tableau numrique %s : caractre invalide dans\n"
"le nombre\n"
-#: common.c:966
+#: common.c:972
msgid "cannot duplicate null pointer\n"
msgstr "ne peut pas dupliquer un pointeur nul\n"
-#: common.c:969
-#: common.c:980
-#: common.c:991
-#: common.c:1002
-#: pg_backup_archiver.c:709
-#: pg_backup_archiver.c:1062
-#: pg_backup_archiver.c:1193
-#: pg_backup_archiver.c:1253
-#: pg_backup_archiver.c:1661
-#: pg_backup_archiver.c:1813
-#: pg_backup_archiver.c:1854
-#: pg_backup_archiver.c:3875
+#: common.c:975
+#: common.c:986
+#: common.c:997
+#: common.c:1008
+#: pg_backup_archiver.c:716
+#: pg_backup_archiver.c:1073
+#: pg_backup_archiver.c:1204
+#: pg_backup_archiver.c:1671
+#: pg_backup_archiver.c:1823
+#: pg_backup_archiver.c:1864
+#: pg_backup_archiver.c:3938
#: pg_backup_custom.c:144
#: pg_backup_custom.c:149
#: pg_backup_custom.c:155
#: pg_backup_custom.c:170
-#: pg_backup_custom.c:555
-#: pg_backup_custom.c:1076
-#: pg_backup_custom.c:1085
+#: pg_backup_custom.c:552
+#: pg_backup_custom.c:1073
+#: pg_backup_custom.c:1082
#: pg_backup_db.c:152
#: pg_backup_db.c:186
#: pg_backup_db.c:230
#: pg_backup_db.c:255
#: pg_backup_files.c:114
-#: pg_backup_null.c:71
-#: pg_backup_null.c:109
+#: pg_backup_null.c:72
#: pg_backup_tar.c:171
#: pg_backup_tar.c:1012
msgid "out of memory\n"
msgstr "mmoire puise\n"
-#: pg_backup_archiver.c:78
+#: pg_backup_archiver.c:80
msgid "archiver"
msgstr "archiveur"
-#: pg_backup_archiver.c:186
-#: pg_backup_archiver.c:1157
+#: pg_backup_archiver.c:193
+#: pg_backup_archiver.c:1168
#, c-format
msgid "could not close output file: %s\n"
msgstr "n'a pas pu fermer le fichier de sortie : %s\n"
-#: pg_backup_archiver.c:211
+#: pg_backup_archiver.c:218
msgid "-C and -c are incompatible options\n"
msgstr "-C et -c sont des options incompatibles\n"
-#: pg_backup_archiver.c:218
+#: pg_backup_archiver.c:225
msgid "-C and -1 are incompatible options\n"
msgstr "-C et -1 sont des options incompatibles\n"
-#: pg_backup_archiver.c:230
+#: pg_backup_archiver.c:237
msgid "cannot restore from compressed archive (compression not supported in this installation)\n"
msgstr ""
"ne peut pas restaurer partir de l'archive compresse (compression non\n"
"disponible dans cette installation)\n"
-#: pg_backup_archiver.c:240
+#: pg_backup_archiver.c:247
msgid "connecting to database for restore\n"
msgstr "connexion la base de donnes pour la restauration\n"
-#: pg_backup_archiver.c:242
+#: pg_backup_archiver.c:249
msgid "direct database connections are not supported in pre-1.3 archives\n"
msgstr ""
"les connexions directes la base de donnes ne sont pas supportes dans\n"
"les archives pre-1.3\n"
-#: pg_backup_archiver.c:284
+#: pg_backup_archiver.c:291
msgid "implied data-only restore\n"
msgstr "a impliqu une restauration des donnes uniquement\n"
-#: pg_backup_archiver.c:327
+#: pg_backup_archiver.c:334
#, c-format
msgid "dropping %s %s\n"
msgstr "suppression de %s %s\n"
-#: pg_backup_archiver.c:378
+#: pg_backup_archiver.c:385
#, c-format
msgid "setting owner and privileges for %s %s\n"
msgstr "rglage du propritaire et des droits pour %s %s\n"
-#: pg_backup_archiver.c:436
-#: pg_backup_archiver.c:438
+#: pg_backup_archiver.c:443
+#: pg_backup_archiver.c:445
#, c-format
msgid "warning from original dump file: %s\n"
msgstr "message d'avertissement du fichier de sauvegarde original : %s\n"
-#: pg_backup_archiver.c:445
+#: pg_backup_archiver.c:452
#, c-format
msgid "creating %s %s\n"
msgstr "cration de %s %s\n"
-#: pg_backup_archiver.c:489
+#: pg_backup_archiver.c:496
#, c-format
msgid "connecting to new database \"%s\"\n"
msgstr "connexion la nouvelle base de donnes %s \n"
-#: pg_backup_archiver.c:517
+#: pg_backup_archiver.c:524
#, c-format
msgid "restoring %s\n"
msgstr "restauration de %s\n"
-#: pg_backup_archiver.c:531
+#: pg_backup_archiver.c:538
#, c-format
msgid "restoring data for table \"%s\"\n"
msgstr "restauration des donnes de la table %s \n"
-#: pg_backup_archiver.c:591
+#: pg_backup_archiver.c:598
#, c-format
msgid "executing %s %s\n"
msgstr "excution de %s %s\n"
-#: pg_backup_archiver.c:624
+#: pg_backup_archiver.c:631
#, c-format
msgid "disabling triggers for %s\n"
msgstr "dsactivation des dclencheurs pour %s\n"
-#: pg_backup_archiver.c:650
+#: pg_backup_archiver.c:657
#, c-format
msgid "enabling triggers for %s\n"
msgstr "activation des triggers pour %s\n"
-#: pg_backup_archiver.c:680
+#: pg_backup_archiver.c:687
msgid "internal error -- WriteData cannot be called outside the context of a DataDumper routine\n"
msgstr ""
"erreur interne -- WriteData ne peut pas tre appel en dehors du contexte\n"
"de la routine DataDumper\n"
-#: pg_backup_archiver.c:833
+#: pg_backup_archiver.c:840
msgid "large-object output not supported in chosen format\n"
msgstr "la sauvegarde des Large Objects n'est pas supporte dans le format choisi\n"
-#: pg_backup_archiver.c:887
+#: pg_backup_archiver.c:894
#, c-format
msgid "restored %d large object\n"
msgid_plural "restored %d large objects\n"
msgstr[0] "restauration de %d Large Object \n"
msgstr[1] "restauration de %d Large Objects \n"
-#: pg_backup_archiver.c:907
+#: pg_backup_archiver.c:914
#, c-format
msgid "restoring large object with OID %u\n"
msgstr "restauration du Large Object d'OID %u\n"
-#: pg_backup_archiver.c:913
+#: pg_backup_archiver.c:923
#, c-format
msgid "could not create large object %u\n"
msgstr "n'a pas pu crer le Large Object %u\n"
-#: pg_backup_archiver.c:918
+#: pg_backup_archiver.c:928
msgid "could not open large object\n"
msgstr "n'a pas pu ouvrir le Large Object \n"
-#: pg_backup_archiver.c:976
+#: pg_backup_archiver.c:987
#, c-format
msgid "could not open TOC file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier TOC %s : %s\n"
-#: pg_backup_archiver.c:995
+#: pg_backup_archiver.c:1006
#, c-format
msgid "WARNING: line ignored: %s\n"
msgstr "ATTENTION : ligne ignore : %s\n"
-#: pg_backup_archiver.c:1002
+#: pg_backup_archiver.c:1013
#, c-format
msgid "could not find entry for ID %d\n"
msgstr "n'a pas pu trouver l'entre pour l'ID %d\n"
-#: pg_backup_archiver.c:1012
+#: pg_backup_archiver.c:1023
#: pg_backup_files.c:172
#: pg_backup_files.c:457
#, c-format
msgid "could not close TOC file: %s\n"
msgstr "n'a pas pu fermer le fichier TOC : %s\n"
-#: pg_backup_archiver.c:1136
+#: pg_backup_archiver.c:1147
#: pg_backup_custom.c:181
#: pg_backup_files.c:130
#: pg_backup_files.c:262
@@ -1092,30 +1110,30 @@ msgstr "n'a pas pu fermer le fichier TOC : %s\n"
msgid "could not open output file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier de sauvegarde %s : %s\n"
-#: pg_backup_archiver.c:1139
+#: pg_backup_archiver.c:1150
#: pg_backup_custom.c:188
#: pg_backup_files.c:137
#, c-format
msgid "could not open output file: %s\n"
msgstr "n'a pas pu ouvrir le fichier de sauvegarde : %s\n"
-#: pg_backup_archiver.c:1236
+#: pg_backup_archiver.c:1247
#, c-format
msgid "wrote %lu byte of large object data (result = %lu)\n"
msgid_plural "wrote %lu bytes of large object data (result = %lu)\n"
msgstr[0] "a crit %lu octet de donnes d'un Large Object (rsultat = %lu)\n"
msgstr[1] "a crit %lu octets de donnes d'un Large Object (rsultat = %lu)\n"
-#: pg_backup_archiver.c:1242
+#: pg_backup_archiver.c:1253
#, c-format
msgid "could not write to large object (result: %lu, expected: %lu)\n"
msgstr "n'a pas pu crire le Large Object (rsultat : %lu, attendu : %lu)\n"
-#: pg_backup_archiver.c:1301
-#: pg_backup_archiver.c:1324
-#: pg_backup_custom.c:766
-#: pg_backup_custom.c:998
-#: pg_backup_custom.c:1012
+#: pg_backup_archiver.c:1311
+#: pg_backup_archiver.c:1334
+#: pg_backup_custom.c:763
+#: pg_backup_custom.c:995
+#: pg_backup_custom.c:1009
#: pg_backup_files.c:432
#: pg_backup_tar.c:587
#: pg_backup_tar.c:1090
@@ -1124,260 +1142,260 @@ msgstr "n'a pas pu crire le Large Object (rsultat : %lu, attendu : %lu)\n"
msgid "could not write to output file: %s\n"
msgstr "n'a pas pu crire dans le fichier de sauvegarde : %s\n"
-#: pg_backup_archiver.c:1309
+#: pg_backup_archiver.c:1319
msgid "could not write to custom output routine\n"
msgstr "n'a pas pu crire vers la routine de sauvegarde personnalise\n"
-#: pg_backup_archiver.c:1407
+#: pg_backup_archiver.c:1417
msgid "Error while INITIALIZING:\n"
msgstr "Erreur pendant l'initialisation ( INITIALIZING ) :\n"
-#: pg_backup_archiver.c:1412
+#: pg_backup_archiver.c:1422
msgid "Error while PROCESSING TOC:\n"
msgstr "Erreur pendant le traitement de la TOC ( PROCESSING TOC ) :\n"
-#: pg_backup_archiver.c:1417
+#: pg_backup_archiver.c:1427
msgid "Error while FINALIZING:\n"
msgstr "Erreur pendant la finalisation ( FINALIZING ) :\n"
-#: pg_backup_archiver.c:1422
+#: pg_backup_archiver.c:1432
#, c-format
msgid "Error from TOC entry %d; %u %u %s %s %s\n"
msgstr "Erreur partir de l'entre TOC %d ; %u %u %s %s %s\n"
-#: pg_backup_archiver.c:1554
+#: pg_backup_archiver.c:1564
#, c-format
msgid "unexpected data offset flag %d\n"
msgstr "drapeau de dcalage de donnes inattendu %d\n"
-#: pg_backup_archiver.c:1567
+#: pg_backup_archiver.c:1577
msgid "file offset in dump file is too large\n"
msgstr "le dcalage dans le fichier de sauvegarde est trop important\n"
-#: pg_backup_archiver.c:1664
-#: pg_backup_archiver.c:2916
-#: pg_backup_custom.c:742
+#: pg_backup_archiver.c:1674
+#: pg_backup_archiver.c:2930
+#: pg_backup_custom.c:739
#: pg_backup_files.c:419
#: pg_backup_tar.c:786
msgid "unexpected end of file\n"
msgstr "fin de fichier inattendu\n"
-#: pg_backup_archiver.c:1681
+#: pg_backup_archiver.c:1691
msgid "attempting to ascertain archive format\n"
msgstr "tentative d'identification du format de l'archive\n"
-#: pg_backup_archiver.c:1697
+#: pg_backup_archiver.c:1707
#: pg_backup_custom.c:200
-#: pg_backup_custom.c:872
+#: pg_backup_custom.c:869
#: pg_backup_files.c:155
#: pg_backup_files.c:307
#, c-format
msgid "could not open input file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier en entre %s : %s\n"
-#: pg_backup_archiver.c:1704
+#: pg_backup_archiver.c:1714
#: pg_backup_custom.c:207
#: pg_backup_files.c:162
#, c-format
msgid "could not open input file: %s\n"
msgstr "n'a pas pu ouvrir le fichier en entre : %s\n"
-#: pg_backup_archiver.c:1713
+#: pg_backup_archiver.c:1723
#, c-format
msgid "could not read input file: %s\n"
msgstr "n'a pas pu lire le fichier en entre : %s\n"
-#: pg_backup_archiver.c:1715
+#: pg_backup_archiver.c:1725
#, c-format
msgid "input file is too short (read %lu, expected 5)\n"
msgstr "le fichier en entre est trop petit (%lu lus, 5 attendus)\n"
-#: pg_backup_archiver.c:1768
+#: pg_backup_archiver.c:1778
msgid "input file does not appear to be a valid archive (too short?)\n"
msgstr "le fichier en entre ne semble pas tre une archive valide (trop petit ?)\n"
-#: pg_backup_archiver.c:1771
+#: pg_backup_archiver.c:1781
msgid "input file does not appear to be a valid archive\n"
msgstr "le fichier en entre ne semble pas tre une archive valide\n"
-#: pg_backup_archiver.c:1791
+#: pg_backup_archiver.c:1801
#, c-format
msgid "could not close input file: %s\n"
msgstr "n'a pas pu fermer le fichier en entre : %s\n"
-#: pg_backup_archiver.c:1808
+#: pg_backup_archiver.c:1818
#, c-format
msgid "allocating AH for %s, format %d\n"
msgstr "allocation d'AH pour %s, format %d\n"
-#: pg_backup_archiver.c:1911
+#: pg_backup_archiver.c:1921
#, c-format
msgid "unrecognized file format \"%d\"\n"
msgstr "format de fichier %d non reconnu\n"
-#: pg_backup_archiver.c:2033
+#: pg_backup_archiver.c:2043
#, c-format
msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
msgstr "ID %d de l'entre en dehors de la plage -- peut-tre un TOC corrompu\n"
-#: pg_backup_archiver.c:2147
+#: pg_backup_archiver.c:2158
#, c-format
msgid "read TOC entry %d (ID %d) for %s %s\n"
msgstr "lecture de l'entre %d de la TOC (ID %d) pour %s %s\n"
-#: pg_backup_archiver.c:2181
+#: pg_backup_archiver.c:2192
#, c-format
msgid "unrecognized encoding \"%s\"\n"
msgstr "encodage %s non reconnu\n"
-#: pg_backup_archiver.c:2186
+#: pg_backup_archiver.c:2197
#, c-format
msgid "invalid ENCODING item: %s\n"
msgstr "lment ENCODING invalide : %s\n"
-#: pg_backup_archiver.c:2204
+#: pg_backup_archiver.c:2215
#, c-format
msgid "invalid STDSTRINGS item: %s\n"
msgstr "lment STDSTRINGS invalide : %s\n"
-#: pg_backup_archiver.c:2372
+#: pg_backup_archiver.c:2384
#, c-format
msgid "could not set session user to \"%s\": %s"
msgstr "n'a pas pu initialiser la session utilisateur %s : %s"
-#: pg_backup_archiver.c:2703
-#: pg_backup_archiver.c:2852
+#: pg_backup_archiver.c:2715
+#: pg_backup_archiver.c:2866
#, c-format
msgid "WARNING: don't know how to set owner for object type %s\n"
msgstr "ATTENTION : ne sait pas comment initialiser le propritaire du type d'objet %s\n"
-#: pg_backup_archiver.c:2884
+#: pg_backup_archiver.c:2898
msgid "WARNING: requested compression not available in this installation -- archive will be uncompressed\n"
msgstr ""
"ATTENTION : la compression requise n'est pas disponible avec cette\n"
"installation -- l'archive ne sera pas compresse\n"
-#: pg_backup_archiver.c:2919
+#: pg_backup_archiver.c:2933
msgid "did not find magic string in file header\n"
msgstr "n'a pas trouver la chane magique dans le fichier d'en-tte\n"
-#: pg_backup_archiver.c:2933
+#: pg_backup_archiver.c:2947
#, c-format
msgid "unsupported version (%d.%d) in file header\n"
msgstr "version non supporte (%d.%d) dans le fichier d'en-tte\n"
-#: pg_backup_archiver.c:2938
+#: pg_backup_archiver.c:2952
#, c-format
msgid "sanity check on integer size (%lu) failed\n"
msgstr "chec de la vrification sur la taille de l'entier (%lu)\n"
-#: pg_backup_archiver.c:2942
+#: pg_backup_archiver.c:2956
msgid "WARNING: archive was made on a machine with larger integers, some operations might fail\n"
msgstr ""
"ATTENTION : l'archive a t cre sur une machine disposant d'entiers plus\n"
"larges, certaines oprations peuvent chouer\n"
-#: pg_backup_archiver.c:2952
+#: pg_backup_archiver.c:2966
#, c-format
msgid "expected format (%d) differs from format found in file (%d)\n"
msgstr "le format attendu (%d) diffre du format du fichier (%d)\n"
-#: pg_backup_archiver.c:2968
+#: pg_backup_archiver.c:2982
msgid "WARNING: archive is compressed, but this installation does not support compression -- no data will be available\n"
msgstr ""
"ATTENTION : l'archive est compresse mais cette installation ne supporte\n"
"pas la compression -- aucune donne ne sera disponible\n"
-#: pg_backup_archiver.c:2986
+#: pg_backup_archiver.c:3000
msgid "WARNING: invalid creation date in header\n"
msgstr "ATTENTION : date de cration invalide dans l'en-tte\n"
-#: pg_backup_archiver.c:3073
+#: pg_backup_archiver.c:3088
msgid "entering restore_toc_entries_parallel\n"
msgstr "entre dans restore_toc_entries_parallel\n"
-#: pg_backup_archiver.c:3077
+#: pg_backup_archiver.c:3092
msgid "parallel restore is not supported with this archive file format\n"
msgstr ""
"la restauration parallle n'est pas supporte avec ce format de fichier\n"
"d'archive\n"
-#: pg_backup_archiver.c:3097
+#: pg_backup_archiver.c:3111
#, c-format
msgid "processing item %d %s %s\n"
msgstr "traitement de l'lment %d %s %s\n"
-#: pg_backup_archiver.c:3134
+#: pg_backup_archiver.c:3167
msgid "entering main parallel loop\n"
msgstr "entre dans la boucle parallle principale\n"
-#: pg_backup_archiver.c:3148
+#: pg_backup_archiver.c:3181
#, c-format
msgid "skipping item %d %s %s\n"
msgstr "omission de l'lment %d %s %s\n"
-#: pg_backup_archiver.c:3164
+#: pg_backup_archiver.c:3197
#, c-format
msgid "launching item %d %s %s\n"
msgstr "lment de lancement %d %s %s\n"
-#: pg_backup_archiver.c:3200
+#: pg_backup_archiver.c:3234
#, c-format
msgid "worker process crashed: status %d\n"
msgstr "crash du processus worker : statut %d\n"
-#: pg_backup_archiver.c:3205
+#: pg_backup_archiver.c:3239
msgid "finished main parallel loop\n"
msgstr "fin de la boucle parallle principale\n"
-#: pg_backup_archiver.c:3225
+#: pg_backup_archiver.c:3257
#, c-format
msgid "processing missed item %d %s %s\n"
msgstr "traitement de l'lment manquant %d %s %s\n"
-#: pg_backup_archiver.c:3252
+#: pg_backup_archiver.c:3283
msgid "parallel_restore should not return\n"
msgstr "parallel_restore ne devrait pas retourner\n"
-#: pg_backup_archiver.c:3258
+#: pg_backup_archiver.c:3289
#, c-format
msgid "could not create worker process: %s\n"
msgstr "n'a pas pu crer le processus de travail : %s\n"
-#: pg_backup_archiver.c:3266
+#: pg_backup_archiver.c:3297
#, c-format
msgid "could not create worker thread: %s\n"
msgstr "n'a pas pu crer le fil de travail: %s\n"
-#: pg_backup_archiver.c:3472
+#: pg_backup_archiver.c:3521
msgid "no item ready\n"
msgstr "aucun lment prt\n"
-#: pg_backup_archiver.c:3566
+#: pg_backup_archiver.c:3616
msgid "could not find slot of finished worker\n"
msgstr "n'a pas pu trouver l'emplacement du worker qui vient de terminer\n"
-#: pg_backup_archiver.c:3568
+#: pg_backup_archiver.c:3618
#, c-format
msgid "finished item %d %s %s\n"
msgstr "lment termin %d %s %s\n"
-#: pg_backup_archiver.c:3581
+#: pg_backup_archiver.c:3631
#, c-format
msgid "worker process failed: exit code %d\n"
msgstr "chec du processus de travail : code de sortie %d\n"
-#: pg_backup_archiver.c:3721
+#: pg_backup_archiver.c:3774
#, c-format
msgid "transferring dependency %d -> %d to %d\n"
msgstr "transfert de la dpendance %d -> %d vers %d\n"
-#: pg_backup_archiver.c:3792
+#: pg_backup_archiver.c:3846
#, c-format
msgid "reducing dependencies for %d\n"
msgstr "rduction des dpendances pour %d\n"
-#: pg_backup_archiver.c:3841
+#: pg_backup_archiver.c:3904
#, c-format
msgid "table \"%s\" could not be created, will not restore its data\n"
msgstr "la table %s n'a pas pu tre cre, ses donnes ne seront pas restaures\n"
@@ -1387,109 +1405,109 @@ msgid "custom archiver"
msgstr "programme d'archivage personnalis"
#: pg_backup_custom.c:405
-#: pg_backup_null.c:150
+#: pg_backup_null.c:151
msgid "invalid OID for large object\n"
msgstr "OID invalide pour le Large Object \n"
-#: pg_backup_custom.c:461
+#: pg_backup_custom.c:458
msgid "dumping a specific TOC data block out of order is not supported without ID on this input stream (fseek required)\n"
msgstr ""
"la sauvegarde d'un bloc de donnes spcifique du TOC dans le dsordre n'est\n"
"pas support sans identifiant sur ce flux d'entre (fseek requis)\n"
-#: pg_backup_custom.c:476
+#: pg_backup_custom.c:473
#, c-format
msgid "unrecognized data block type (%d) while searching archive\n"
msgstr ""
"type de bloc de donnes non reconnu (%d) lors de la recherche dans\n"
"l'archive\n"
-#: pg_backup_custom.c:487
+#: pg_backup_custom.c:484
#, c-format
msgid "error during file seek: %s\n"
msgstr "erreur lors du parcours du fichier : %s\n"
-#: pg_backup_custom.c:494
+#: pg_backup_custom.c:491
#, c-format
msgid "found unexpected block ID (%d) when reading data -- expected %d\n"
msgstr "ID de bloc inattendu (%d) lors de la lecture des donnes -- %d attendu\n"
-#: pg_backup_custom.c:508
+#: pg_backup_custom.c:505
#, c-format
msgid "unrecognized data block type %d while restoring archive\n"
msgstr "type de bloc de donnes %d non reconnu lors de la restauration de l'archive\n"
-#: pg_backup_custom.c:542
-#: pg_backup_custom.c:948
+#: pg_backup_custom.c:539
+#: pg_backup_custom.c:945
#, c-format
msgid "could not initialize compression library: %s\n"
msgstr "n'a pas pu initialiser la bibliothque de compression : %s\n"
-#: pg_backup_custom.c:566
-#: pg_backup_custom.c:690
+#: pg_backup_custom.c:563
+#: pg_backup_custom.c:687
msgid "could not read from input file: end of file\n"
msgstr "n'a pas pu lire partir du fichier en entre : fin du fichier\n"
-#: pg_backup_custom.c:569
-#: pg_backup_custom.c:693
+#: pg_backup_custom.c:566
+#: pg_backup_custom.c:690
#, c-format
msgid "could not read from input file: %s\n"
msgstr "n'a pas pu lire partir du fichier en entre : %s\n"
-#: pg_backup_custom.c:586
-#: pg_backup_custom.c:613
+#: pg_backup_custom.c:583
+#: pg_backup_custom.c:610
#, c-format
msgid "could not uncompress data: %s\n"
msgstr "n'a pas pu dcompresser les donnes : %s\n"
-#: pg_backup_custom.c:619
+#: pg_backup_custom.c:616
#, c-format
msgid "could not close compression library: %s\n"
msgstr "n'a pas pu fermer la bibliothque de compression : %s\n"
-#: pg_backup_custom.c:721
+#: pg_backup_custom.c:718
#, c-format
msgid "could not write byte: %s\n"
msgstr "n'a pas pu crire un octet : %s\n"
-#: pg_backup_custom.c:833
-#: pg_backup_custom.c:866
+#: pg_backup_custom.c:830
+#: pg_backup_custom.c:863
#, c-format
msgid "could not close archive file: %s\n"
msgstr "n'a pas pu fermer le fichier d'archive : %s\n"
-#: pg_backup_custom.c:852
+#: pg_backup_custom.c:849
msgid "can only reopen input archives\n"
msgstr "peut seulement rouvrir l'archive en entre\n"
-#: pg_backup_custom.c:854
+#: pg_backup_custom.c:851
msgid "cannot reopen stdin\n"
msgstr "ne peut pas rouvrir stdin\n"
-#: pg_backup_custom.c:856
+#: pg_backup_custom.c:853
msgid "cannot reopen non-seekable file\n"
msgstr "ne peut pas rouvrir le fichier non cherchable\n"
-#: pg_backup_custom.c:861
+#: pg_backup_custom.c:858
#, c-format
msgid "could not determine seek position in archive file: %s\n"
msgstr "n'a pas pu dterminer la position de recherche dans le fichier d'archive : %s\n"
-#: pg_backup_custom.c:876
+#: pg_backup_custom.c:873
#, c-format
msgid "could not set seek position in archive file: %s\n"
msgstr "n'a pas pu initialiser la recherche de position dans le fichier d'archive : %s\n"
-#: pg_backup_custom.c:898
+#: pg_backup_custom.c:895
msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
msgstr "ATTENTION : ftell ne correspond pas la position attendue -- ftell utilis\n"
-#: pg_backup_custom.c:979
+#: pg_backup_custom.c:976
#, c-format
msgid "could not compress data: %s\n"
msgstr "n'a pas pu compresser les donnes : %s\n"
-#: pg_backup_custom.c:1057
+#: pg_backup_custom.c:1054
#, c-format
msgid "could not close compression stream: %s\n"
msgstr "n'a pas pu fermer le flux de compression : %s\n"
@@ -1503,13 +1521,13 @@ msgid "could not get server_version from libpq\n"
msgstr "n'a pas pu obtenir server_version de libpq\n"
#: pg_backup_db.c:72
-#: pg_dumpall.c:1615
+#: pg_dumpall.c:1675
#, c-format
msgid "server version: %s; %s version: %s\n"
msgstr "version du serveur : %s ; %s version : %s\n"
#: pg_backup_db.c:74
-#: pg_dumpall.c:1617
+#: pg_dumpall.c:1677
#, c-format
msgid "aborting because of server version mismatch\n"
msgstr "annulation cause de la diffrence des versions\n"
@@ -1523,8 +1541,8 @@ msgstr "connexion la base de donnes %s en tant qu'utilisateur %s \n"
#: pg_backup_db.c:181
#: pg_backup_db.c:228
#: pg_backup_db.c:253
-#: pg_dumpall.c:1539
-#: pg_dumpall.c:1563
+#: pg_dumpall.c:1599
+#: pg_dumpall.c:1623
msgid "Password: "
msgstr "Mot de passe : "
@@ -1639,7 +1657,7 @@ msgstr "n'a pas pu ouvrir le fichier Large Object %s en entre : %s\n"
msgid "could not close large object file\n"
msgstr "n'a pas pu fermer le fichier du Large Object \n"
-#: pg_backup_null.c:77
+#: pg_backup_null.c:78
msgid "this format cannot be read\n"
msgstr "ce format ne peut pas tre lu\n"
@@ -1992,9 +2010,9 @@ msgstr ""
#: pg_restore.c:433
#, c-format
-msgid " --no-tablespaces do not dump tablespace assignments\n"
+msgid " --no-tablespaces do not restore tablespace assignments\n"
msgstr ""
-" --no-tablespaces ne sauvegarde pas les dfinitions de\n"
+" --no-tablespaces ne restaure pas les dfinitions de\n"
" tablespaces\n"
#: pg_restore.c:434
@@ -2033,7 +2051,7 @@ msgstr ""
"utilise.\n"
"\n"
-#: pg_dumpall.c:165
+#: pg_dumpall.c:167
#, c-format
msgid ""
"The program \"pg_dump\" is needed by %s but was not found in the\n"
@@ -2044,7 +2062,7 @@ msgstr ""
"mme rpertoire que %s .\n"
"Vrifiez votre installation.\n"
-#: pg_dumpall.c:172
+#: pg_dumpall.c:174
#, c-format
msgid ""
"The program \"pg_dump\" was found by \"%s\"\n"
@@ -2055,34 +2073,34 @@ msgstr ""
"version que %s.\n"
"Vrifiez votre installation.\n"
-#: pg_dumpall.c:344
+#: pg_dumpall.c:346
#, c-format
msgid "%s: options -g/--globals-only and -r/--roles-only cannot be used together\n"
msgstr ""
"%s : les options -g/--globals-only et -r/--roles-only ne peuvent pas\n"
"tre utilises conjointement\n"
-#: pg_dumpall.c:353
+#: pg_dumpall.c:355
#, c-format
msgid "%s: options -g/--globals-only and -t/--tablespaces-only cannot be used together\n"
msgstr ""
"%s : les options -g/--globals-only et -t/--tablespaces-only ne\n"
"peuvent pas tre utilises conjointement\n"
-#: pg_dumpall.c:362
+#: pg_dumpall.c:364
#, c-format
msgid "%s: options -r/--roles-only and -t/--tablespaces-only cannot be used together\n"
msgstr ""
"%s : les options -r/--roles-only et -t/--tablespaces-only ne peuvent\n"
"pas tre utilises conjointement\n"
-#: pg_dumpall.c:382
-#: pg_dumpall.c:1552
+#: pg_dumpall.c:384
+#: pg_dumpall.c:1612
#, c-format
msgid "%s: could not connect to database \"%s\"\n"
msgstr "%s : n'a pas pu se connecter la base de donnes %s \n"
-#: pg_dumpall.c:397
+#: pg_dumpall.c:399
#, c-format
msgid ""
"%s: could not connect to databases \"postgres\" or \"template1\"\n"
@@ -2091,12 +2109,12 @@ msgstr ""
"%s : n'a pas pu se connecter aux bases postgres et template1 .\n"
"Merci de prciser une autre base de donnes.\n"
-#: pg_dumpall.c:414
+#: pg_dumpall.c:416
#, c-format
msgid "%s: could not open the output file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier de sauvegarde %s : %s\n"
-#: pg_dumpall.c:525
+#: pg_dumpall.c:534
#, c-format
msgid ""
"%s extracts a PostgreSQL database cluster into an SQL script file.\n"
@@ -2106,59 +2124,59 @@ msgstr ""
"commandes SQL.\n"
"\n"
-#: pg_dumpall.c:527
+#: pg_dumpall.c:536
#, c-format
msgid " %s [OPTION]...\n"
msgstr " %s [OPTION]...\n"
-#: pg_dumpall.c:536
+#: pg_dumpall.c:545
#, c-format
msgid " -c, --clean clean (drop) databases before recreating\n"
msgstr ""
" -c, --clean nettoie (supprime) les bases de donnes avant de\n"
" les crer\n"
-#: pg_dumpall.c:537
+#: pg_dumpall.c:546
#, c-format
msgid " -g, --globals-only dump only global objects, no databases\n"
msgstr ""
" -g, --globals-only sauvegarde uniquement les objets systme, pas\n"
" les bases de donnes\n"
-#: pg_dumpall.c:539
+#: pg_dumpall.c:548
#, c-format
msgid " -O, --no-owner skip restoration of object ownership\n"
msgstr ""
" -O, --no-owner omettre la restauration des possessions des\n"
" objets\n"
-#: pg_dumpall.c:540
+#: pg_dumpall.c:549
#, c-format
msgid " -r, --roles-only dump only roles, no databases or tablespaces\n"
msgstr ""
" -r, --roles-only sauvegarde uniquement les rles, pas les bases\n"
" de donnes ni les tablespaces\n"
-#: pg_dumpall.c:542
+#: pg_dumpall.c:551
#, c-format
msgid " -S, --superuser=NAME superuser user name to use in the dump\n"
msgstr ""
" -S, --superuser=NOM indique le nom du super-utilisateur utiliser\n"
" avec le format texte\n"
-#: pg_dumpall.c:543
+#: pg_dumpall.c:552
#, c-format
msgid " -t, --tablespaces-only dump only tablespaces, no databases or roles\n"
msgstr ""
" -t, --tablespaces-only sauvegarde uniquement les tablespaces, pas les\n"
" bases de donnes ni les rles\n"
-#: pg_dumpall.c:558
+#: pg_dumpall.c:567
#, c-format
msgid " -l, --database=DBNAME alternative default database\n"
msgstr " -l, --database=NOM_BASE indique une autre base par dfaut\n"
-#: pg_dumpall.c:564
+#: pg_dumpall.c:573
#, c-format
msgid ""
"\n"
@@ -2171,70 +2189,70 @@ msgstr ""
"standard.\n"
"\n"
-#: pg_dumpall.c:994
+#: pg_dumpall.c:1003
#, c-format
msgid "%s: could not parse ACL list (%s) for tablespace \"%s\"\n"
msgstr "%s : n'a pas pu analyser la liste d'ACL (%s) pour le tablespace %s \n"
-#: pg_dumpall.c:1294
+#: pg_dumpall.c:1303
#, c-format
msgid "%s: could not parse ACL list (%s) for database \"%s\"\n"
msgstr "%s : n'a pas pu analyser la liste d'ACL (%s) pour la base de donnes %s \n"
-#: pg_dumpall.c:1450
+#: pg_dumpall.c:1510
#, c-format
msgid "%s: dumping database \"%s\"...\n"
msgstr "%s : sauvegarde de la base de donnes %s ...\n"
-#: pg_dumpall.c:1460
+#: pg_dumpall.c:1520
#, c-format
msgid "%s: pg_dump failed on database \"%s\", exiting\n"
msgstr "%s : chec de pg_dump sur la base de donnes %s , quitte\n"
-#: pg_dumpall.c:1469
+#: pg_dumpall.c:1529
#, c-format
msgid "%s: could not re-open the output file \"%s\": %s\n"
msgstr "%s : n'a pas pu rouvrir le fichier de sortie %s : %s\n"
-#: pg_dumpall.c:1508
+#: pg_dumpall.c:1568
#, c-format
msgid "%s: running \"%s\"\n"
msgstr "%s : excute %s \n"
-#: pg_dumpall.c:1574
+#: pg_dumpall.c:1634
#, c-format
msgid "%s: could not connect to database \"%s\": %s\n"
msgstr "%s : n'a pas pu se connecter la base de donnes %s : %s\n"
-#: pg_dumpall.c:1588
+#: pg_dumpall.c:1648
#, c-format
msgid "%s: could not get server version\n"
msgstr "%s : n'a pas pu obtenir la version du serveur\n"
-#: pg_dumpall.c:1594
+#: pg_dumpall.c:1654
#, c-format
msgid "%s: could not parse server version \"%s\"\n"
msgstr "%s : n'a pas pu analyser la version du serveur %s \n"
-#: pg_dumpall.c:1602
+#: pg_dumpall.c:1662
#, c-format
msgid "%s: could not parse version \"%s\"\n"
msgstr "%s : n'a pas pu analyser la version %s \n"
-#: pg_dumpall.c:1641
-#: pg_dumpall.c:1667
+#: pg_dumpall.c:1701
+#: pg_dumpall.c:1727
#, c-format
msgid "%s: executing %s\n"
msgstr "%s : excute %s\n"
-#: pg_dumpall.c:1647
-#: pg_dumpall.c:1673
+#: pg_dumpall.c:1707
+#: pg_dumpall.c:1733
#, c-format
msgid "%s: query failed: %s"
msgstr "%s : chec de la requte : %s"
-#: pg_dumpall.c:1649
-#: pg_dumpall.c:1675
+#: pg_dumpall.c:1709
+#: pg_dumpall.c:1735
#, c-format
msgid "%s: query was: %s\n"
msgstr "%s : la requte tait : %s\n"
diff --git a/src/bin/pg_dump/po/it.po b/src/bin/pg_dump/po/it.po
new file mode 100644
index 00000000000..ad3bf0e7a6d
--- /dev/null
+++ b/src/bin/pg_dump/po/it.po
@@ -0,0 +1,2161 @@
+#
+# Translation of pg_dump to Italian
+# PostgreSQL Project
+#
+# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
+# http://www.itpug.org/ - info@itpug.org
+#
+# Traduttori:
+# * Cosimo D'Arcangelo <cosimo.darcangelo@itpug.org>
+#
+# Revisori:
+# * Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
+#
+# Traduttori precedenti:
+# * Fabrizio Mazzoni <veramente@libero.it>, 2003.
+# * Mirko Tebaldi <mirko.tebaldi@libero.it>, 2004.
+#
+#
+# Copyright (c) 2009, Associazione Culturale ITPUG
+# Distributed under the same license of the PostgreSQL project
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Postgresql 8.4\n"
+"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
+"POT-Creation-Date: 2009-10-16 23:52+0000\n"
+"PO-Revision-Date: 2009-10-23 23:12:16+0200\n"
+"Last-Translator: Gabriele Bartolini <gabriele.bartolini@2ndquadrant.it>\n"
+"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Poedit-Language: Italian\n"
+"X-Poedit-Country: ITALY\n"
+
+#: pg_dump.c:431
+#: pg_restore.c:268
+#: pg_dumpall.c:289
+#, c-format
+msgid "%s: invalid -X option -- %s\n"
+msgstr "%s: opzione -X errata -- %s\n"
+
+#: pg_dump.c:433
+#: pg_dump.c:455
+#: pg_dump.c:464
+#: pg_restore.c:270
+#: pg_restore.c:293
+#: pg_restore.c:310
+#: pg_dumpall.c:291
+#: pg_dumpall.c:311
+#: pg_dumpall.c:336
+#: pg_dumpall.c:346
+#: pg_dumpall.c:355
+#: pg_dumpall.c:364
+#: pg_dumpall.c:400
+#, c-format
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Consultare \"%s --help\" per maggiori informazioni.\n"
+
+#: pg_dump.c:462
+#: pg_dumpall.c:334
+#, c-format
+msgid "%s: too many command-line arguments (first is \"%s\")\n"
+msgstr "%s: troppi argomenti nella linea di comando (il primo è \"%s\")\n"
+
+#: pg_dump.c:479
+msgid "options -s/--schema-only and -a/--data-only cannot be used together\n"
+msgstr "le opzioni -s/--schema-only e -a/--data-only non possono essere usate insieme\n"
+
+#: pg_dump.c:485
+msgid "options -c/--clean and -a/--data-only cannot be used together\n"
+msgstr "le opzioni -c/--clean e -a/--data-only non possono essere usate insieme\n"
+
+#: pg_dump.c:491
+msgid "options --inserts/--column-inserts and -o/--oids cannot be used together\n"
+msgstr "le opzioni --inserts/--column-inserts e -o/--oids non possono essere usate insieme\n"
+
+#: pg_dump.c:492
+msgid "(The INSERT command cannot set OIDs.)\n"
+msgstr "(Il comando INSERT non può essere impostato a OID.)\n"
+
+#: pg_dump.c:522
+#, c-format
+msgid "invalid output format \"%s\" specified\n"
+msgstr "invalido formato di output \"%s\" specificato\n"
+
+#: pg_dump.c:528
+#, c-format
+msgid "could not open output file \"%s\" for writing\n"
+msgstr "non è possibile aprire il file di output \"%s\" per la scrittura\n"
+
+#: pg_dump.c:538
+#: pg_backup_db.c:45
+#, c-format
+msgid "could not parse version string \"%s\"\n"
+msgstr "non è possibile analizzare la stringa di versione \"%s\"\n"
+
+#: pg_dump.c:561
+#, c-format
+msgid "invalid client encoding \"%s\" specified\n"
+msgstr "invalida codificazione client \"%s\" specificata\n"
+
+#: pg_dump.c:636
+#, c-format
+msgid "last built-in OID is %u\n"
+msgstr "l'ultimo OID incorporato è %u\n"
+
+#: pg_dump.c:646
+msgid "No matching schemas were found\n"
+msgstr "Non è stato trovato nessuno schema corrispondente\n"
+
+#: pg_dump.c:661
+msgid "No matching tables were found\n"
+msgstr "non è stata trovata nessuna tabella\n"
+
+#: pg_dump.c:790
+#, c-format
+msgid ""
+"%s dumps a database as a text file or to other formats.\n"
+"\n"
+msgstr ""
+"%s scarica un database in formato testo o in altri formati.\n"
+"\n"
+
+#: pg_dump.c:791
+#: pg_restore.c:399
+#: pg_dumpall.c:526
+#, c-format
+msgid "Usage:\n"
+msgstr "Utilizzo:\n"
+
+#: pg_dump.c:792
+#, c-format
+msgid " %s [OPTION]... [DBNAME]\n"
+msgstr " %s [OPZIONE]... [NOMEDB]\n"
+
+#: pg_dump.c:794
+#: pg_restore.c:402
+#: pg_dumpall.c:529
+#, c-format
+msgid ""
+"\n"
+"General options:\n"
+msgstr ""
+"\n"
+"Opzioni generali:\n"
+
+#: pg_dump.c:795
+#: pg_dumpall.c:530
+#, c-format
+msgid " -f, --file=FILENAME output file name\n"
+msgstr " -f, --file=NOMEFILE nome file di output\n"
+
+#: pg_dump.c:796
+#, c-format
+msgid " -F, --format=c|t|p output file format (custom, tar, plain text)\n"
+msgstr " -F, --format=c|t|p formato file di output (custom, tar, plain text)\n"
+
+#: pg_dump.c:797
+#, c-format
+msgid " -v, --verbose verbose mode\n"
+msgstr " -v, --verbose modo verbose\n"
+
+#: pg_dump.c:798
+#, c-format
+msgid " -Z, --compress=0-9 compression level for compressed formats\n"
+msgstr " -Z, --compress=0-9 livello di compressione per formati compressi\n"
+
+#: pg_dump.c:799
+#: pg_dumpall.c:531
+#, c-format
+msgid " --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"
+msgstr " --lock-wait-timeout=TIMEOUT errore dopo attesa di TIMEOUT per un lock di tabella\n"
+
+#: pg_dump.c:800
+#: pg_dumpall.c:532
+#, c-format
+msgid " --help show this help, then exit\n"
+msgstr " --help mostra questo aiuto ed esce\n"
+
+#: pg_dump.c:801
+#: pg_dumpall.c:533
+#, c-format
+msgid " --version output version information, then exit\n"
+msgstr " --version fornisce informazioni sulla versione ed esce\n"
+
+#: pg_dump.c:803
+#: pg_dumpall.c:534
+#, c-format
+msgid ""
+"\n"
+"Options controlling the output content:\n"
+msgstr ""
+"\n"
+"Opzioni per il controllo del contenuto dell'output:\n"
+
+#: pg_dump.c:804
+#: pg_dumpall.c:535
+#, c-format
+msgid " -a, --data-only dump only the data, not the schema\n"
+msgstr " -a, --data-only scarica solamente i dati, non lo schema\n"
+
+#: pg_dump.c:805
+#, c-format
+msgid " -b, --blobs include large objects in dump\n"
+msgstr " -b, --blobs include nel dump i large objects\n"
+
+#: pg_dump.c:806
+#, c-format
+msgid " -c, --clean clean (drop) database objects before recreating\n"
+msgstr " -c, --clean svuota (drop) gli oggetti database prima di ricrearli\n"
+
+#: pg_dump.c:807
+#, c-format
+msgid " -C, --create include commands to create database in dump\n"
+msgstr " -C, --create include nel dump i comandi per creare database\n"
+
+#: pg_dump.c:808
+#, c-format
+msgid " -E, --encoding=ENCODING dump the data in encoding ENCODING\n"
+msgstr " -E, --encoding=CODIFICA scarica i dati nella codifica indicata in CODIFICA\n"
+
+#: pg_dump.c:809
+#, c-format
+msgid " -n, --schema=SCHEMA dump the named schema(s) only\n"
+msgstr " -n, --schema=SCHEMA scarica solo lo schema o gli schemi nominati in SCHEMA\n"
+
+#: pg_dump.c:810
+#, c-format
+msgid " -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)\n"
+msgstr " -N, --exclude-schema=SCHEMA non scarica lo schema o gli schemi nominati in SCHEMA\n"
+
+#: pg_dump.c:811
+#: pg_dumpall.c:538
+#, c-format
+msgid " -o, --oids include OIDs in dump\n"
+msgstr " -o, --oids nel dump include gli OID\n"
+
+#: pg_dump.c:812
+#, c-format
+msgid ""
+" -O, --no-owner skip restoration of object ownership in\n"
+" plain-text format\n"
+msgstr ""
+" -O, --no-owner salta il ripristino della proprietà dell'oggetto nel\n"
+" formato plain-text\n"
+
+#: pg_dump.c:814
+#: pg_dumpall.c:541
+#, c-format
+msgid " -s, --schema-only dump only the schema, no data\n"
+msgstr " -s, --schema-only scarica solo lo schema, non i dati\n"
+
+#: pg_dump.c:815
+#, c-format
+msgid " -S, --superuser=NAME superuser user name to use in plain-text format\n"
+msgstr " -S, --superuser=NOME nome dell'utente superuser da usare nel formato plain-text\n"
+
+#: pg_dump.c:816
+#, c-format
+msgid " -t, --table=TABLE dump the named table(s) only\n"
+msgstr " -t, --table=TABELLA scarica solo la tabella o le tabelle nominate\n"
+
+#: pg_dump.c:817
+#, c-format
+msgid " -T, --exclude-table=TABLE do NOT dump the named table(s)\n"
+msgstr " -T, --exclude-table=TABELLA non scarica la tabella o le tabelle nominate\n"
+
+#: pg_dump.c:818
+#: pg_dumpall.c:544
+#, c-format
+msgid " -x, --no-privileges do not dump privileges (grant/revoke)\n"
+msgstr " -x, --no-privileges non scarica i privilegi (grant/revoke)\n"
+
+#: pg_dump.c:819
+#: pg_dumpall.c:545
+#, c-format
+msgid " --binary-upgrade for use by upgrade utilities only\n"
+msgstr " --binary-upgrade da utilizzare solo con utilità di aggiornamento\n"
+
+#: pg_dump.c:820
+#: pg_dumpall.c:546
+#, c-format
+msgid " --inserts dump data as INSERT commands, rather than COPY\n"
+msgstr " --inserts scarica dati come comandi INSERT, anzichè COPY\n"
+
+#: pg_dump.c:821
+#: pg_dumpall.c:547
+#, c-format
+msgid " --column-inserts dump data as INSERT commands with column names\n"
+msgstr " --column-inserts scarica dati come comandi INSERT con nomi di colonna\n"
+
+#: pg_dump.c:822
+#: pg_dumpall.c:548
+#, c-format
+msgid " --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n"
+msgstr " --disable-dollar-quoting disabilita la quotazione con dollaro, utilizzando la quotazione standard SQL\n"
+
+#: pg_dump.c:823
+#: pg_dumpall.c:549
+#, c-format
+msgid " --disable-triggers disable triggers during data-only restore\n"
+msgstr " --disable-triggers disabilita i trigger durante il ripristino dei soli dati\n"
+
+#: pg_dump.c:824
+#: pg_dumpall.c:550
+#, c-format
+msgid " --no-tablespaces do not dump tablespace assignments\n"
+msgstr " --no-tablespaces non scarica le assegnazioni di tablespace\n"
+
+#: pg_dump.c:825
+#: pg_dumpall.c:551
+#, c-format
+msgid " --role=ROLENAME do SET ROLE before dump\n"
+msgstr " --role=NOMERUOLO esegue SET ROLE prima del dump\n"
+
+#: pg_dump.c:826
+#: pg_dumpall.c:552
+#, c-format
+msgid ""
+" --use-set-session-authorization\n"
+" use SET SESSION AUTHORIZATION commands instead of\n"
+" ALTER OWNER commands to set ownership\n"
+msgstr ""
+" --use-set-session-authorization\n"
+" usa i comandi SET SESSION AUTHORIZATION invece dei\n"
+" comandi ALTER OWNER per impostare le proprietà\n"
+
+#: pg_dump.c:830
+#: pg_restore.c:441
+#: pg_dumpall.c:556
+#, c-format
+msgid ""
+"\n"
+"Connection options:\n"
+msgstr ""
+"\n"
+"Opzioni di connessione:\n"
+
+#: pg_dump.c:831
+#: pg_restore.c:442
+#: pg_dumpall.c:557
+#, c-format
+msgid " -h, --host=HOSTNAME database server host or socket directory\n"
+msgstr " -h, --host=NOMEHOST host server di database o directory socket\n"
+
+#: pg_dump.c:832
+#: pg_restore.c:443
+#: pg_dumpall.c:559
+#, c-format
+msgid " -p, --port=PORT database server port number\n"
+msgstr "p, --port=PORTA numero porta del server di database\n"
+
+#: pg_dump.c:833
+#: pg_restore.c:444
+#: pg_dumpall.c:560
+#, c-format
+msgid " -U, --username=NAME connect as specified database user\n"
+msgstr "U, --username=NOME connessione come utente di database specificato\n"
+
+#: pg_dump.c:834
+#: pg_restore.c:445
+#: pg_dumpall.c:561
+#, c-format
+msgid " -w, --no-password never prompt for password\n"
+msgstr " -w, --no-password nessun richiesta di password\n"
+
+#: pg_dump.c:835
+#: pg_restore.c:446
+#: pg_dumpall.c:562
+#, c-format
+msgid " -W, --password force password prompt (should happen automatically)\n"
+msgstr " -W, --password forza la richiesta della password (dovrebbe avvenire automaticamente)\n"
+
+#: pg_dump.c:837
+#, c-format
+msgid ""
+"\n"
+"If no database name is supplied, then the PGDATABASE environment\n"
+"variable value is used.\n"
+"\n"
+msgstr ""
+"\n"
+"Se non è stato fornito il nome del database, viene utilizzato il valore\n"
+"della variabile di ambiente PGDATABASE.\n"
+"\n"
+
+#: pg_dump.c:839
+#: pg_restore.c:449
+#: pg_dumpall.c:566
+#, c-format
+msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
+msgstr "Segnalare errori a <pgsql-bugs@postgresql.org>.\n"
+
+#: pg_dump.c:847
+#: pg_backup_archiver.c:1361
+msgid "*** aborted because of error\n"
+msgstr "*** abortito a causa di errore\n"
+
+#: pg_dump.c:868
+msgid "server version must be at least 7.3 to use schema selection switches\n"
+msgstr "per usare gli switch di selezione schema la versione del server deve essere almeno 7.3\n"
+
+#: pg_dump.c:1089
+#, c-format
+msgid "dumping contents of table %s\n"
+msgstr "scarico dei contenuti della tabella %s\n"
+
+#: pg_dump.c:1192
+#, c-format
+msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n"
+msgstr "Lo scarico dei contenuti della tabella \"%s\" è fallito: PQgetCopyData() fallito.\n"
+
+#: pg_dump.c:1193
+#: pg_dump.c:11560
+#, c-format
+msgid "Error message from server: %s"
+msgstr "Messaggio di errore dal server: %s"
+
+#: pg_dump.c:1194
+#: pg_dump.c:11561
+#, c-format
+msgid "The command was: %s\n"
+msgstr "Il comando è: %s\n"
+
+#: pg_dump.c:1600
+msgid "saving database definition\n"
+msgstr "salvataggio definizione del database\n"
+
+#: pg_dump.c:1682
+#, c-format
+msgid "missing pg_database entry for database \"%s\"\n"
+msgstr "Voci per pg_database mancanti per il database \"%s\"\n"
+
+#: pg_dump.c:1689
+#, c-format
+msgid "query returned more than one (%d) pg_database entry for database \"%s\"\n"
+msgstr "la query ha restituito più di una voce (%d) per il database \"%s\"\n"
+
+#: pg_dump.c:1790
+msgid "dumpDatabase(): could not find pg_largeobject.relfrozenxid\n"
+msgstr "dumpDatabase(): impossibile trovare pg_largeobject.relfrozenxid\n"
+
+#: pg_dump.c:1867
+#, c-format
+msgid "saving encoding = %s\n"
+msgstr "salvataggio codifica = %s\n"
+
+#: pg_dump.c:1894
+#, c-format
+msgid "saving standard_conforming_strings = %s\n"
+msgstr "salvataggio standard_conforming_strings = %s\n"
+
+#: pg_dump.c:1956
+msgid "saving large objects\n"
+msgstr "salvataggio dei large object\n"
+
+#: pg_dump.c:1992
+#, c-format
+msgid "dumpBlobs(): could not open large object: %s"
+msgstr "dumpBlobs(): impossibile aprire il large object: %s"
+
+#: pg_dump.c:2005
+#, c-format
+msgid "dumpBlobs(): error reading large object: %s"
+msgstr "dumpBlobs(): errore leggendo il large object: %s"
+
+#: pg_dump.c:2042
+msgid "saving large object comments\n"
+msgstr "salvataggio dei commenti del large object\n"
+
+#: pg_dump.c:2212
+#, c-format
+msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario dello schema \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:2247
+#, c-format
+msgid "schema with OID %u does not exist\n"
+msgstr "lo schema con OID %u non esiste\n"
+
+#: pg_dump.c:2504
+#, c-format
+msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario del tipo dato \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:2608
+#, c-format
+msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario dell'operatore \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:2782
+#, c-format
+msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario della classe operatore \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:2869
+#, c-format
+msgid "WARNING: owner of operator family \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario della famiglia di operatori \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:2994
+#, c-format
+msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario della funzione aggregata \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:3149
+#, c-format
+msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario della funzione \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:3536
+#, c-format
+msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
+msgstr "ATTENZIONE: il proprietario della tabella \"%s\" sembra non essere valido\n"
+
+#: pg_dump.c:3676
+#, c-format
+msgid "reading indexes for table \"%s\"\n"
+msgstr "lettura degli indici per la tabella \"%s\"\n"
+
+#: pg_dump.c:3946
+#, c-format
+msgid "reading foreign key constraints for table \"%s\"\n"
+msgstr "lettura dei vincoli di chiave esterna per la tabella \"%s\"\n"
+
+#: pg_dump.c:4174
+#, c-format
+msgid "failed sanity check, parent table OID %u of pg_rewrite entry OID %u not found\n"
+msgstr "controllo integrità fallito, l'OID %u della tabella padre della voce OID %u di pg_rewrite non è stato trovato\n"
+
+#: pg_dump.c:4257
+#, c-format
+msgid "reading triggers for table \"%s\"\n"
+msgstr "lettura dei trigger per la tabella \"%s\"\n"
+
+#: pg_dump.c:4382
+#, c-format
+msgid "query produced null referenced table name for foreign key trigger \"%s\" on table \"%s\" (OID of table: %u)\n"
+msgstr "la query non ha prodotto nessun nome di tabella referenziato per il trigger di chiave esterna \"%s\" sulla tabella \"%s\" (OID della tabella: %u)\n"
+
+#: pg_dump.c:4732
+#, c-format
+msgid "finding the columns and types of table \"%s\"\n"
+msgstr "ricerca le colonne e i tipi della tabella \"%s\"\n"
+
+#: pg_dump.c:4830
+#, c-format
+msgid "invalid column numbering in table \"%s\"\n"
+msgstr "numerazione delle colonne non valida nella tabella \"%s\"\n"
+
+#: pg_dump.c:4865
+#, c-format
+msgid "finding default expressions of table \"%s\"\n"
+msgstr "ricerca delle espressioni predefinite della tabella \"%s\"\n"
+
+#: pg_dump.c:4950
+#, c-format
+msgid "invalid adnum value %d for table \"%s\"\n"
+msgstr "valore adnum %d non valido per la tabella \"%s\"\n"
+
+#: pg_dump.c:4968
+#, c-format
+msgid "finding check constraints for table \"%s\"\n"
+msgstr "ricerca dei vincoli di controllo per la tabella \"%s\"\n"
+
+#: pg_dump.c:5048
+#, c-format
+msgid "expected %d check constraint on table \"%s\" but found %d\n"
+msgid_plural "expected %d check constraints on table \"%s\" but found %d\n"
+msgstr[0] "previsto %d vincolo di controllo sulla tabella \"%s\" ma trovato %d\n"
+msgstr[1] "previsti %d vincoli di controllo sulla tabella \"%s\" ma trovati %d\n"
+
+#: pg_dump.c:5052
+msgid "(The system catalogs might be corrupted.)\n"
+msgstr "(I cataloghi di sistema potrebbero essere corrotti.)\n"
+
+#: pg_dump.c:6123
+#, c-format
+msgid "no label definitions found for enum ID %u\n"
+msgstr "non trovate etichette di definizione per l' enum ID %u\n"
+
+#: pg_dump.c:6382
+#: pg_dump.c:6581
+#: pg_dump.c:7233
+#: pg_dump.c:7771
+#: pg_dump.c:8021
+#: pg_dump.c:8127
+#: pg_dump.c:8512
+#: pg_dump.c:8688
+#: pg_dump.c:8885
+#: pg_dump.c:9112
+#: pg_dump.c:9267
+#: pg_dump.c:9453
+#: pg_dump.c:11366
+#, c-format
+msgid "query returned %d row instead of one: %s\n"
+msgid_plural "query returned %d rows instead of one: %s\n"
+msgstr[0] "la query restituisce %d riga invece di una: %s\n"
+msgstr[1] "la query restituisce %d righe invece di una: %s\n"
+
+#: pg_dump.c:6703
+#, c-format
+msgid "query returned no rows: %s\n"
+msgstr "la query non restituisce righe: %s\n"
+
+#: pg_dump.c:7001
+msgid "WARNING: bogus value in proargmodes array\n"
+msgstr "ATTENZIONE: valore fasullo in array proargmode\n"
+
+#: pg_dump.c:7313
+msgid "WARNING: could not parse proallargtypes array\n"
+msgstr "ATTENZIONE: impossibile analizzare array proallargtype\n"
+
+#: pg_dump.c:7329
+msgid "WARNING: could not parse proargmodes array\n"
+msgstr "ATTENZIONE: impossibile analizzare array proargmode\n"
+
+#: pg_dump.c:7343
+msgid "WARNING: could not parse proargnames array\n"
+msgstr "ATTENZIONE: impossibile analizzare array proargname\n"
+
+#: pg_dump.c:7354
+msgid "WARNING: could not parse proconfig array\n"
+msgstr "ATTENZIONE: impossibile analizzare array preconfig\n"
+
+#: pg_dump.c:7410
+#, c-format
+msgid "unrecognized provolatile value for function \"%s\"\n"
+msgstr "valore provolatile non riconosciuto per la funzione \"%s\"\n"
+
+#: pg_dump.c:7613
+msgid "WARNING: bogus value in pg_cast.castmethod field\n"
+msgstr "ATTENZIONE: valore fasullo nel campo pg_cast.castmethod\n"
+
+#: pg_dump.c:7990
+#, c-format
+msgid "WARNING: could not find operator with OID %s\n"
+msgstr "ATTENZIONE: could not find operator with OID %s\n"
+
+#: pg_dump.c:8911
+#, c-format
+msgid "WARNING: aggregate function %s could not be dumped correctly for this database version; ignored\n"
+msgstr "ATTENZIONE: la funzione aggregata %s non può essere scaricata correttamente per questa versione database; ignorata\n"
+
+#: pg_dump.c:9630
+#, c-format
+msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
+msgstr "non è possibile analizzare la lista ACL (%s) per l'oggetto \"%s\" (%s)\n"
+
+#: pg_dump.c:9768
+#, c-format
+msgid "query to obtain definition of view \"%s\" returned no data\n"
+msgstr "la query per ottenere la definizione della vista \"%s\" non restituisce dati\n"
+
+#: pg_dump.c:9771
+#, c-format
+msgid "query to obtain definition of view \"%s\" returned more than one definition\n"
+msgstr "la query per ottenere la definizione della vista \"%s\" restituisce più di una definizione\n"
+
+#: pg_dump.c:9780
+#, c-format
+msgid "definition of view \"%s\" appears to be empty (length zero)\n"
+msgstr "la definizione della vista \"%s\" sembra essere vuota (lunghezza zero)\n"
+
+#: pg_dump.c:10210
+#, c-format
+msgid "invalid column number %d for table \"%s\"\n"
+msgstr "il numero di colonne %d non è valido per la tabella \"%s\"\n"
+
+#: pg_dump.c:10313
+#, c-format
+msgid "missing index for constraint \"%s\"\n"
+msgstr "omesso indice per vincolo \"%s\"\n"
+
+#: pg_dump.c:10482
+#, c-format
+msgid "unrecognized constraint type: %c\n"
+msgstr "tipo di vincolo non riconosciuto: %c\n"
+
+#: pg_dump.c:10545
+msgid "missing pg_database entry for this database\n"
+msgstr "voce relativa a pg_database omessa per questo database\n"
+
+#: pg_dump.c:10550
+msgid "found more than one pg_database entry for this database\n"
+msgstr "trovata più di una voce relativa a pg_database per questo database\n"
+
+#: pg_dump.c:10582
+msgid "could not find entry for pg_indexes in pg_class\n"
+msgstr "non trovata voce relativa a pg_indexes in pg_class\n"
+
+#: pg_dump.c:10587
+msgid "found more than one entry for pg_indexes in pg_class\n"
+msgstr "trovata più di una voce relativa a pg_indexes in pg_class\n"
+
+#: pg_dump.c:10658
+#, c-format
+msgid "query to get data of sequence \"%s\" returned %d row (expected 1)\n"
+msgid_plural "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
+msgstr[0] "la query per ottenere i dati della sequenza \"%s\" restituisce %d riga (prevista 1)\n"
+msgstr[1] "la query per ottenere i dati della sequenza \"%s\" restituisce %d righe (prevista 1)\n"
+
+#: pg_dump.c:10669
+#, c-format
+msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
+msgstr "la query per ottenere dati della sequenza \"%s\" restituisce il nome \"%s\"\n"
+
+#: pg_dump.c:10944
+#, c-format
+msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
+msgstr "la stringa argomento (%s) non è valida per il trigger \"%s\" sulla tabella \"%s\"\n"
+
+#: pg_dump.c:11082
+#, c-format
+msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned\n"
+msgstr "la query per ottenere regole \"%s\" per la tabella \"%s\" ha fallito: ha restituito un numero errato di righe\n"
+
+#: pg_dump.c:11177
+msgid "reading dependency data\n"
+msgstr "lettura dati di dipendenza\n"
+
+#: pg_dump.c:11555
+msgid "SQL command failed\n"
+msgstr "il comando SQL ha fallito\n"
+
+#: common.c:113
+msgid "reading schemas\n"
+msgstr "lettura schemi\n"
+
+#: common.c:117
+msgid "reading user-defined functions\n"
+msgstr "lettura funzioni definite dall'utente\n"
+
+#: common.c:123
+msgid "reading user-defined types\n"
+msgstr "lettura tipi definiti dall'utente\n"
+
+#: common.c:129
+msgid "reading procedural languages\n"
+msgstr "lettura linguaggi procedurali\n"
+
+#: common.c:133
+msgid "reading user-defined aggregate functions\n"
+msgstr "lettura funzioni aggregate definite dall'utente\n"
+
+#: common.c:137
+msgid "reading user-defined operators\n"
+msgstr "lettura operatori definiti dall'utente\n"
+
+#: common.c:142
+msgid "reading user-defined operator classes\n"
+msgstr "lettura classi operatore definite dall'utente\n"
+
+#: common.c:146
+msgid "reading user-defined text search parsers\n"
+msgstr "lettura funzioni definite dall'utente\n"
+
+#: common.c:150
+msgid "reading user-defined text search templates\n"
+msgstr "lettura delle maschere di ricerca testo definite dall'operatore\n"
+
+#: common.c:154
+msgid "reading user-defined text search dictionaries\n"
+msgstr "lettura dei dizionari di ricerca testo definiti dall'operatore\n"
+
+#: common.c:158
+msgid "reading user-defined text search configurations\n"
+msgstr "lettura delle configurazioni di ricerca testo definite dall'operatore\n"
+
+#: common.c:162
+msgid "reading user-defined foreign-data wrappers\n"
+msgstr "lettura dei wrapper(adattatori) per dati esterni definiti dall'utente\n"
+
+#: common.c:166
+msgid "reading user-defined foreign servers\n"
+msgstr "lettura dei server esterni definiti dall'utente\n"
+
+#: common.c:170
+msgid "reading user-defined operator families\n"
+msgstr "lettura delle famiglie di operatori definiti dall'utente\n"
+
+#: common.c:174
+msgid "reading user-defined conversions\n"
+msgstr "lettura dele conversioni definite dall'utente\n"
+
+#: common.c:178
+msgid "reading user-defined tables\n"
+msgstr "lettura delle tabelle definite dall'utente\n"
+
+#: common.c:183
+msgid "reading table inheritance information\n"
+msgstr "lettura informazioni di ereditarietà della tabella\n"
+
+#: common.c:187
+msgid "reading rewrite rules\n"
+msgstr "lettura regole di riscrittura\n"
+
+#: common.c:191
+msgid "reading type casts\n"
+msgstr "lettura dei tipi cast\n"
+
+#: common.c:196
+msgid "finding inheritance relationships\n"
+msgstr "ricerca delle relazioni di ereditarietà\n"
+
+#: common.c:200
+msgid "reading column info for interesting tables\n"
+msgstr "lettura informazioni di colonna per le tabelle interessate\n"
+
+#: common.c:204
+msgid "flagging inherited columns in subtables\n"
+msgstr "marcatura colonne ereditate nelle sottotabelle\n"
+
+#: common.c:208
+msgid "reading indexes\n"
+msgstr "lettura degli indici\n"
+
+#: common.c:212
+msgid "reading constraints\n"
+msgstr "lettura dei vincoli\n"
+
+#: common.c:216
+msgid "reading triggers\n"
+msgstr "lettura dei trigger\n"
+
+#: common.c:796
+#, c-format
+msgid "failed sanity check, parent OID %u of table \"%s\" (OID %u) not found\n"
+msgstr "controllo di integrità fallito, l'OID padre %u della tabella \"%s\" (OID %u) non trovato\n"
+
+#: common.c:838
+#, c-format
+msgid "could not parse numeric array \"%s\": too many numbers\n"
+msgstr "non è possibile analizzare l'array numerico \"%s\": troppi numeri\n"
+
+#: common.c:853
+#, c-format
+msgid "could not parse numeric array \"%s\": invalid character in number\n"
+msgstr "non è possibile analizzare l'array numerico \"%s\": caratteri non validi nel numero\n"
+
+#: common.c:966
+msgid "cannot duplicate null pointer\n"
+msgstr "puntatore null non duplicabile\n"
+
+#: common.c:969
+#: common.c:980
+#: common.c:991
+#: common.c:1002
+#: pg_backup_archiver.c:709
+#: pg_backup_archiver.c:1062
+#: pg_backup_archiver.c:1193
+#: pg_backup_archiver.c:1253
+#: pg_backup_archiver.c:1661
+#: pg_backup_archiver.c:1813
+#: pg_backup_archiver.c:1854
+#: pg_backup_archiver.c:3875
+#: pg_backup_custom.c:144
+#: pg_backup_custom.c:149
+#: pg_backup_custom.c:155
+#: pg_backup_custom.c:170
+#: pg_backup_custom.c:555
+#: pg_backup_custom.c:1076
+#: pg_backup_custom.c:1085
+#: pg_backup_db.c:152
+#: pg_backup_db.c:186
+#: pg_backup_db.c:230
+#: pg_backup_db.c:255
+#: pg_backup_files.c:114
+#: pg_backup_null.c:71
+#: pg_backup_null.c:109
+#: pg_backup_tar.c:171
+#: pg_backup_tar.c:1012
+msgid "out of memory\n"
+msgstr "memoria esaurita\n"
+
+#: pg_backup_archiver.c:78
+msgid "archiver"
+msgstr "archiviatore"
+
+#: pg_backup_archiver.c:186
+#: pg_backup_archiver.c:1157
+#, c-format
+msgid "could not close output file: %s\n"
+msgstr "non è possibile chiudere il file di output: %s\n"
+
+#: pg_backup_archiver.c:211
+msgid "-C and -c are incompatible options\n"
+msgstr "-C e -c sono opzioni incompatibili\n"
+
+#: pg_backup_archiver.c:218
+msgid "-C and -1 are incompatible options\n"
+msgstr "-C e -1 sono opzioni incompatibili\n"
+
+#: pg_backup_archiver.c:230
+msgid "cannot restore from compressed archive (compression not supported in this installation)\n"
+msgstr "impossibile ripristinare da archivio compresso (compressione non supportata in questa installazione)\n"
+
+#: pg_backup_archiver.c:240
+msgid "connecting to database for restore\n"
+msgstr "connessione al database per ripristino\n"
+
+#: pg_backup_archiver.c:242
+msgid "direct database connections are not supported in pre-1.3 archives\n"
+msgstr "connessioni dirette al database non sono supportate negli archivi pre-1.3\n"
+
+#: pg_backup_archiver.c:284
+msgid "implied data-only restore\n"
+msgstr "ripristino implicito dei soli dati\n"
+
+#: pg_backup_archiver.c:327
+#, c-format
+msgid "dropping %s %s\n"
+msgstr "cancellazione di %s %s\n"
+
+#: pg_backup_archiver.c:378
+#, c-format
+msgid "setting owner and privileges for %s %s\n"
+msgstr "impostazione proprietario e privilegi per %s %s\n"
+
+#: pg_backup_archiver.c:436
+#: pg_backup_archiver.c:438
+#, c-format
+msgid "warning from original dump file: %s\n"
+msgstr "avvertimento dal file originale scaricato: %s\n"
+
+#: pg_backup_archiver.c:445
+#, c-format
+msgid "creating %s %s\n"
+msgstr "creazione di %s %s\n"
+
+#: pg_backup_archiver.c:489
+#, c-format
+msgid "connecting to new database \"%s\"\n"
+msgstr "connessione al nuovo database \"%s\"\n"
+
+#: pg_backup_archiver.c:517
+#, c-format
+msgid "restoring %s\n"
+msgstr "ripristino di %s\n"
+
+#: pg_backup_archiver.c:531
+#, c-format
+msgid "restoring data for table \"%s\"\n"
+msgstr "ripristino dati della tabella \"%s\"\n"
+
+#: pg_backup_archiver.c:591
+#, c-format
+msgid "executing %s %s\n"
+msgstr "execuzione di %s %s\n"
+
+#: pg_backup_archiver.c:624
+#, c-format
+msgid "disabling triggers for %s\n"
+msgstr "disabilitazione trigger per %s\n"
+
+#: pg_backup_archiver.c:650
+#, c-format
+msgid "enabling triggers for %s\n"
+msgstr "abilitazione triggers per %s\n"
+
+#: pg_backup_archiver.c:680
+msgid "internal error -- WriteData cannot be called outside the context of a DataDumper routine\n"
+msgstr "errore interno -- WriteData non può essere chiamata al di fuori del contesto di una routine DataDumper\n"
+
+#: pg_backup_archiver.c:833
+msgid "large-object output not supported in chosen format\n"
+msgstr "uscita di large-object non supportata nel formato scelto\n"
+
+#: pg_backup_archiver.c:887
+#, c-format
+msgid "restored %d large object\n"
+msgid_plural "restored %d large objects\n"
+msgstr[0] "%d large object ripristinato\n"
+msgstr[1] "ripristinati %d large objects\n"
+
+#: pg_backup_archiver.c:907
+#, c-format
+msgid "restoring large object with OID %u\n"
+msgstr "ripristino large object con OID %u\n"
+
+#: pg_backup_archiver.c:913
+#, c-format
+msgid "could not create large object %u\n"
+msgstr "non è possibile creare il large object %u\n"
+
+#: pg_backup_archiver.c:918
+msgid "could not open large object\n"
+msgstr "non è possibile aprire large object\n"
+
+#: pg_backup_archiver.c:976
+#, c-format
+msgid "could not open TOC file \"%s\": %s\n"
+msgstr "non è possibile aprire il file TOC \"%s\": %s\n"
+
+#: pg_backup_archiver.c:995
+#, c-format
+msgid "WARNING: line ignored: %s\n"
+msgstr "ATTENZIONE: la linea è stata ignorata: %s\n"
+
+#: pg_backup_archiver.c:1002
+#, c-format
+msgid "could not find entry for ID %d\n"
+msgstr "non sono state trovate voci per l'ID %d\n"
+
+#: pg_backup_archiver.c:1012
+#: pg_backup_files.c:172
+#: pg_backup_files.c:457
+#, c-format
+msgid "could not close TOC file: %s\n"
+msgstr "non è possibile chiudere il file TOC: %s\n"
+
+#: pg_backup_archiver.c:1136
+#: pg_backup_custom.c:181
+#: pg_backup_files.c:130
+#: pg_backup_files.c:262
+#, c-format
+msgid "could not open output file \"%s\": %s\n"
+msgstr "non è possibile aprire il file di output \"%s\": %s\n"
+
+#: pg_backup_archiver.c:1139
+#: pg_backup_custom.c:188
+#: pg_backup_files.c:137
+#, c-format
+msgid "could not open output file: %s\n"
+msgstr "non è possibile aprire il file di output: %s\n"
+
+#: pg_backup_archiver.c:1236
+#, c-format
+msgid "wrote %lu byte of large object data (result = %lu)\n"
+msgid_plural "wrote %lu bytes of large object data (result = %lu)\n"
+msgstr[0] "scritto %lu byte di dati large object (risultato = %lu)\n"
+msgstr[1] "scritti %lu byte di dati large object (risultato = %lu)\n"
+
+#: pg_backup_archiver.c:1242
+#, c-format
+msgid "could not write to large object (result: %lu, expected: %lu)\n"
+msgstr "non è possibile scrivere in oggetti large object (risultato: %lu, previsto: %lu)\n"
+
+#: pg_backup_archiver.c:1301
+#: pg_backup_archiver.c:1324
+#: pg_backup_custom.c:766
+#: pg_backup_custom.c:998
+#: pg_backup_custom.c:1012
+#: pg_backup_files.c:432
+#: pg_backup_tar.c:587
+#: pg_backup_tar.c:1090
+#: pg_backup_tar.c:1385
+#, c-format
+msgid "could not write to output file: %s\n"
+msgstr "non è possibile scrivere sul file di output: %s\n"
+
+#: pg_backup_archiver.c:1309
+msgid "could not write to custom output routine\n"
+msgstr "non è possibile scrivere sulla routine di output personalizzata\n"
+
+#: pg_backup_archiver.c:1407
+msgid "Error while INITIALIZING:\n"
+msgstr "Errore durante INITIALIZING:\n"
+
+#: pg_backup_archiver.c:1412
+msgid "Error while PROCESSING TOC:\n"
+msgstr "Errore durante PROCESSING TOC:\n"
+
+#: pg_backup_archiver.c:1417
+msgid "Error while FINALIZING:\n"
+msgstr "Errore durante FINALIZING:\n"
+
+#: pg_backup_archiver.c:1422
+#, c-format
+msgid "Error from TOC entry %d; %u %u %s %s %s\n"
+msgstr "Errore nalla voce TOC %d; %u %u %s %s %s\n"
+
+#: pg_backup_archiver.c:1554
+#, c-format
+msgid "unexpected data offset flag %d\n"
+msgstr "flag di offset dati non previsto %d\n"
+
+#: pg_backup_archiver.c:1567
+msgid "file offset in dump file is too large\n"
+msgstr "loffset del file scaricato è troppo grande\n"
+
+#: pg_backup_archiver.c:1664
+#: pg_backup_archiver.c:2916
+#: pg_backup_custom.c:742
+#: pg_backup_files.c:419
+#: pg_backup_tar.c:786
+msgid "unexpected end of file\n"
+msgstr "fine del file non prevista\n"
+
+#: pg_backup_archiver.c:1681
+msgid "attempting to ascertain archive format\n"
+msgstr "tentativo di accertamento del formato dell'archivio\n"
+
+#: pg_backup_archiver.c:1697
+#: pg_backup_custom.c:200
+#: pg_backup_custom.c:872
+#: pg_backup_files.c:155
+#: pg_backup_files.c:307
+#, c-format
+msgid "could not open input file \"%s\": %s\n"
+msgstr "non è possibile aprire il file di input \"%s\": %s\n"
+
+#: pg_backup_archiver.c:1704
+#: pg_backup_custom.c:207
+#: pg_backup_files.c:162
+#, c-format
+msgid "could not open input file: %s\n"
+msgstr "non è possibile aprire il file di input: %s\n"
+
+#: pg_backup_archiver.c:1713
+#, c-format
+msgid "could not read input file: %s\n"
+msgstr "non è possibile leggere il file di input: %s\n"
+
+#: pg_backup_archiver.c:1715
+#, c-format
+msgid "input file is too short (read %lu, expected 5)\n"
+msgstr "il file di input è troppo corto (letti %lu, previsti 5)\n"
+
+#: pg_backup_archiver.c:1768
+msgid "input file does not appear to be a valid archive (too short?)\n"
+msgstr "il file di input non sembre essere un archivio valido (è troppo corto?)\n"
+
+#: pg_backup_archiver.c:1771
+msgid "input file does not appear to be a valid archive\n"
+msgstr "il file di input non sembra essere un archivio valido\n"
+
+#: pg_backup_archiver.c:1791
+#, c-format
+msgid "could not close input file: %s\n"
+msgstr "non è possibile chiudere il file di input: %s\n"
+
+#: pg_backup_archiver.c:1808
+#, c-format
+msgid "allocating AH for %s, format %d\n"
+msgstr "allocazione AH per %s, formato %d\n"
+
+#: pg_backup_archiver.c:1911
+#, c-format
+msgid "unrecognized file format \"%d\"\n"
+msgstr "formato del file \"%d\" non riconosciuto\n"
+
+#: pg_backup_archiver.c:2033
+#, c-format
+msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
+msgstr "la voce ID %d è fuori scala -- possibile corruzione del TOC\n"
+
+#: pg_backup_archiver.c:2147
+#, c-format
+msgid "read TOC entry %d (ID %d) for %s %s\n"
+msgstr "letta voce TOC %d (ID %d) per %s %s\n"
+
+#: pg_backup_archiver.c:2181
+#, c-format
+msgid "unrecognized encoding \"%s\"\n"
+msgstr "codifica non riconosciuta \"%s\"\n"
+
+#: pg_backup_archiver.c:2186
+#, c-format
+msgid "invalid ENCODING item: %s\n"
+msgstr "l'elemento ENCODING: %s è invalido\n"
+
+#: pg_backup_archiver.c:2204
+#, c-format
+msgid "invalid STDSTRINGS item: %s\n"
+msgstr "l'elemento STDSTRINGS: %s è invalido\n"
+
+#: pg_backup_archiver.c:2372
+#, c-format
+msgid "could not set session user to \"%s\": %s"
+msgstr "non è possibile impostare la sessione utente a \"%s\": %s"
+
+#: pg_backup_archiver.c:2703
+#: pg_backup_archiver.c:2852
+#, c-format
+msgid "WARNING: don't know how to set owner for object type %s\n"
+msgstr "ATTENZIONE: non si sa come impostare il proprietario per il tipo di oggetto %s\n"
+
+#: pg_backup_archiver.c:2884
+msgid "WARNING: requested compression not available in this installation -- archive will be uncompressed\n"
+msgstr "ATTENZIONE: la compressione richiesta non è disponibile in questa installazione -- archive non sarà decompresso\n"
+
+#: pg_backup_archiver.c:2919
+msgid "did not find magic string in file header\n"
+msgstr "non trovata la magic string nell'header del file\n"
+
+#: pg_backup_archiver.c:2933
+#, c-format
+msgid "unsupported version (%d.%d) in file header\n"
+msgstr "versione (%d.%d) non supportata nell' header del file\n"
+
+#: pg_backup_archiver.c:2938
+#, c-format
+msgid "sanity check on integer size (%lu) failed\n"
+msgstr "verifica sulla dimensione dell'intero (%lu) fallita\n"
+
+#: pg_backup_archiver.c:2942
+msgid "WARNING: archive was made on a machine with larger integers, some operations might fail\n"
+msgstr "ATTENZIONE: L'archivio è stato costruito su una macchina con interi lunghi, alcuni operazioni potrebbero non funzionare\n"
+
+#: pg_backup_archiver.c:2952
+#, c-format
+msgid "expected format (%d) differs from format found in file (%d)\n"
+msgstr "il formato previsto (%d) differisce dal formato trovato nel file (%d)\n"
+
+#: pg_backup_archiver.c:2968
+msgid "WARNING: archive is compressed, but this installation does not support compression -- no data will be available\n"
+msgstr "ATTENZIONE: l'archivio è compresso, ma questa installazione non supporta la comressione -- nessun dato sarà disponibile\n"
+
+#: pg_backup_archiver.c:2986
+msgid "WARNING: invalid creation date in header\n"
+msgstr "ATTENZIONE: la data di creazione dell'header non è valida\n"
+
+#: pg_backup_archiver.c:3073
+msgid "entering restore_toc_entries_parallel\n"
+msgstr "ripristino parallelo voci toc in scrittura\n"
+
+#: pg_backup_archiver.c:3077
+msgid "parallel restore is not supported with this archive file format\n"
+msgstr "il ripristino parallelo non è supportato con questo formato di archiviazione file\n"
+
+#: pg_backup_archiver.c:3097
+#, c-format
+msgid "processing item %d %s %s\n"
+msgstr "elaborazione elemento %d %s %s\n"
+
+#: pg_backup_archiver.c:3134
+msgid "entering main parallel loop\n"
+msgstr "loop parallelo principale in scrittura\n"
+
+#: pg_backup_archiver.c:3148
+#, c-format
+msgid "skipping item %d %s %s\n"
+msgstr "saltato l'elemento %d %s %s\n"
+
+#: pg_backup_archiver.c:3164
+#, c-format
+msgid "launching item %d %s %s\n"
+msgstr "avvio dell'elemento %d %s %s\n"
+
+#: pg_backup_archiver.c:3200
+#, c-format
+msgid "worker process crashed: status %d\n"
+msgstr "il worker process si è bloccato: stato %d\n"
+
+#: pg_backup_archiver.c:3205
+msgid "finished main parallel loop\n"
+msgstr "loop parallelo principale terminato\n"
+
+#: pg_backup_archiver.c:3225
+#, c-format
+msgid "processing missed item %d %s %s\n"
+msgstr "elemento in eleborazione %d %s %s perduto\n"
+
+#: pg_backup_archiver.c:3252
+msgid "parallel_restore should not return\n"
+msgstr "il ripristino parallelo non dovrebbe tornare\n"
+
+#: pg_backup_archiver.c:3258
+#, c-format
+msgid "could not create worker process: %s\n"
+msgstr "non è possibile creare il worker process: %s\n"
+
+#: pg_backup_archiver.c:3266
+#, c-format
+msgid "could not create worker thread: %s\n"
+msgstr "non è possibile creare il worker thread: %s\n"
+
+#: pg_backup_archiver.c:3472
+msgid "no item ready\n"
+msgstr "nessun elemento pronto\n"
+
+#: pg_backup_archiver.c:3566
+msgid "could not find slot of finished worker\n"
+msgstr "non è possibile trovare slot di worker finiti\n"
+
+#: pg_backup_archiver.c:3568
+#, c-format
+msgid "finished item %d %s %s\n"
+msgstr "elemento %d %s %s terminato \n"
+
+#: pg_backup_archiver.c:3581
+#, c-format
+msgid "worker process failed: exit code %d\n"
+msgstr "worker process fallito: codice d'uscita %d\n"
+
+#: pg_backup_archiver.c:3721
+#, c-format
+msgid "transferring dependency %d -> %d to %d\n"
+msgstr "trasferimento di dipendenza %d -> %d a %d\n"
+
+#: pg_backup_archiver.c:3792
+#, c-format
+msgid "reducing dependencies for %d\n"
+msgstr "reduzione dipendenze per %d\n"
+
+#: pg_backup_archiver.c:3841
+#, c-format
+msgid "table \"%s\" could not be created, will not restore its data\n"
+msgstr "la tabella \"%s\"non può essere creata, non è possibili ripristinare i suoi dati\n"
+
+#: pg_backup_custom.c:97
+msgid "custom archiver"
+msgstr "archiviatore personalizzato"
+
+#: pg_backup_custom.c:405
+#: pg_backup_null.c:150
+msgid "invalid OID for large object\n"
+msgstr "OID non valido per large object\n"
+
+#: pg_backup_custom.c:461
+msgid "dumping a specific TOC data block out of order is not supported without ID on this input stream (fseek required)\n"
+msgstr "lo scarico di uno specifico blocco di dati TOC fuori ordine non è supportato senza ID in questo flusso di input (è richiesto fseek)\n"
+
+#: pg_backup_custom.c:476
+#, c-format
+msgid "unrecognized data block type (%d) while searching archive\n"
+msgstr "blocco di tipo dato non riconosciuto (%d) durante la ricerca in archivio\n"
+
+#: pg_backup_custom.c:487
+#, c-format
+msgid "error during file seek: %s\n"
+msgstr "errore durante la ricerca nel file: %s\n"
+
+#: pg_backup_custom.c:494
+#, c-format
+msgid "found unexpected block ID (%d) when reading data -- expected %d\n"
+msgstr "trovato il blocco ID (%d) inatteso leggendo i dati -- previsto %d\n"
+
+#: pg_backup_custom.c:508
+#, c-format
+msgid "unrecognized data block type %d while restoring archive\n"
+msgstr "blocco di tipo dato non riconosciuto %d durante il ripristino dell'archivio\n"
+
+#: pg_backup_custom.c:542
+#: pg_backup_custom.c:948
+#, c-format
+msgid "could not initialize compression library: %s\n"
+msgstr "non è possibile inizializzare la libreria di compressione: %s\n"
+
+#: pg_backup_custom.c:566
+#: pg_backup_custom.c:690
+msgid "could not read from input file: end of file\n"
+msgstr "non è possibile leggere dal file in input: fine del file\n"
+
+#: pg_backup_custom.c:569
+#: pg_backup_custom.c:693
+#, c-format
+msgid "could not read from input file: %s\n"
+msgstr "non è possibile leggere dal file di input: %s\n"
+
+#: pg_backup_custom.c:586
+#: pg_backup_custom.c:613
+#, c-format
+msgid "could not uncompress data: %s\n"
+msgstr "non è possibile decomprimere i dati: %s\n"
+
+#: pg_backup_custom.c:619
+#, c-format
+msgid "could not close compression library: %s\n"
+msgstr "non è possibile chiudere la libreria compressa: %s\n"
+
+#: pg_backup_custom.c:721
+#, c-format
+msgid "could not write byte: %s\n"
+msgstr "non è possibile scrivere il byte: %s\n"
+
+#: pg_backup_custom.c:833
+#: pg_backup_custom.c:866
+#, c-format
+msgid "could not close archive file: %s\n"
+msgstr "non è possibile chiudere il file d'archivio: %s\n"
+
+#: pg_backup_custom.c:852
+msgid "can only reopen input archives\n"
+msgstr "gli archivi in input possono solo essere riaperti\n"
+
+#: pg_backup_custom.c:854
+msgid "cannot reopen stdin\n"
+msgstr "non si può riaprire stdin\n"
+
+#: pg_backup_custom.c:856
+msgid "cannot reopen non-seekable file\n"
+msgstr "non si può riaprire un file non-seekable\n"
+
+#: pg_backup_custom.c:861
+#, c-format
+msgid "could not determine seek position in archive file: %s\n"
+msgstr "non è possibile determinare la posizione di ricerca nel file d'archivio: %s\n"
+
+#: pg_backup_custom.c:876
+#, c-format
+msgid "could not set seek position in archive file: %s\n"
+msgstr "non è possibile impostare la posizione di ricerca nel file d'archivio: %s\n"
+
+#: pg_backup_custom.c:898
+msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
+msgstr "ATTENZIONE: ftell non corrisponde alla posizione prevista -- si usa ftell\n"
+
+#: pg_backup_custom.c:979
+#, c-format
+msgid "could not compress data: %s\n"
+msgstr "non è possibile comprimere i dati: %s\n"
+
+#: pg_backup_custom.c:1057
+#, c-format
+msgid "could not close compression stream: %s\n"
+msgstr "non è possibile chiudere il flusso di compressione: %s\n"
+
+#: pg_backup_db.c:25
+msgid "archiver (db)"
+msgstr "archiviatore (db)"
+
+#: pg_backup_db.c:61
+msgid "could not get server_version from libpq\n"
+msgstr "non è possibile ottenere la versione del server da libpq\n"
+
+#: pg_backup_db.c:72
+#: pg_dumpall.c:1615
+#, c-format
+msgid "server version: %s; %s version: %s\n"
+msgstr "versione del server: %s; %s versione: %s\n"
+
+#: pg_backup_db.c:74
+#: pg_dumpall.c:1617
+#, c-format
+msgid "aborting because of server version mismatch\n"
+msgstr "abortito perchè la versione del server non corrisponde\n"
+
+#: pg_backup_db.c:145
+#, c-format
+msgid "connecting to database \"%s\" as user \"%s\"\n"
+msgstr "connessione al database \"%s\" come utente \"%s\"\n"
+
+#: pg_backup_db.c:150
+#: pg_backup_db.c:181
+#: pg_backup_db.c:228
+#: pg_backup_db.c:253
+#: pg_dumpall.c:1539
+#: pg_dumpall.c:1563
+msgid "Password: "
+msgstr "Password: "
+
+#: pg_backup_db.c:162
+msgid "failed to reconnect to database\n"
+msgstr "riconnessione al database fallita\n"
+
+#: pg_backup_db.c:167
+#, c-format
+msgid "could not reconnect to database: %s"
+msgstr "non è possibile riconnettersi al database: %s"
+
+#: pg_backup_db.c:183
+msgid "connection needs password\n"
+msgstr "la connessione richiede la password\n"
+
+#: pg_backup_db.c:224
+msgid "already connected to a database\n"
+msgstr "già connesso ad un database\n"
+
+#: pg_backup_db.c:245
+msgid "failed to connect to database\n"
+msgstr "connessione a database fallita\n"
+
+#: pg_backup_db.c:264
+#, c-format
+msgid "connection to database \"%s\" failed: %s"
+msgstr "connessione al database \"%s\" fallita: %s"
+
+#: pg_backup_db.c:279
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: pg_backup_db.c:391
+#, c-format
+msgid "error returned by PQputCopyData: %s"
+msgstr "errore restituito da PQputCopyData: %s"
+
+#: pg_backup_db.c:401
+#, c-format
+msgid "error returned by PQputCopyEnd: %s"
+msgstr "errore restituito da PQputCopyEnd: %s"
+
+#: pg_backup_db.c:448
+msgid "could not execute query"
+msgstr "non è possibile eseguire la query"
+
+#: pg_backup_db.c:646
+msgid "could not start database transaction"
+msgstr "non è possibile avviare la transazione database"
+
+#: pg_backup_db.c:652
+msgid "could not commit database transaction"
+msgstr "non è possibile effettuare il commit della transazione database"
+
+#: pg_backup_files.c:68
+msgid "file archiver"
+msgstr "archiviatore file"
+
+#: pg_backup_files.c:122
+msgid ""
+"WARNING:\n"
+" This format is for demonstration purposes; it is not intended for\n"
+" normal use. Files will be written in the current working directory.\n"
+msgstr ""
+"ATTENZIONE:\n"
+" Questo formato è solo per uso dimostrativo; non è destinato ad un\n"
+" normale utilizzo. I file saranno scritti nella directory di lavoro corrente.\n"
+
+#: pg_backup_files.c:283
+msgid "could not close data file\n"
+msgstr "non è possibile chiudere il file dati\n"
+
+#: pg_backup_files.c:317
+msgid "could not close data file after reading\n"
+msgstr "non è possibile chiudere il file dati dopo la lettura\n"
+
+#: pg_backup_files.c:379
+#, c-format
+msgid "could not open large object TOC for input: %s\n"
+msgstr "non è possibile aprire la TOC del large object per l'input: %s\n"
+
+#: pg_backup_files.c:392
+#: pg_backup_files.c:561
+#, c-format
+msgid "could not close large object TOC file: %s\n"
+msgstr "non è possibile chiudere la TOC del file large object: %s\n"
+
+#: pg_backup_files.c:404
+msgid "could not write byte\n"
+msgstr "non è possibile scrivere il byte\n"
+
+#: pg_backup_files.c:490
+#, c-format
+msgid "could not open large object TOC for output: %s\n"
+msgstr "non è possibile aprire la TOC del large object per l'output: %s\n"
+
+#: pg_backup_files.c:510
+#: pg_backup_tar.c:936
+#, c-format
+msgid "invalid OID for large object (%u)\n"
+msgstr "OID non valida per il large object (%u)\n"
+
+#: pg_backup_files.c:529
+#, c-format
+msgid "could not open large object file \"%s\" for input: %s\n"
+msgstr "non è possibile aprire il file large object \"%s\" per l'input: %s\n"
+
+#: pg_backup_files.c:544
+msgid "could not close large object file\n"
+msgstr "non è possibile chiudere il file large object\n"
+
+#: pg_backup_null.c:77
+msgid "this format cannot be read\n"
+msgstr "questo formato non può essere letto\n"
+
+#: pg_backup_tar.c:105
+msgid "tar archiver"
+msgstr "archiviatore tar"
+
+#: pg_backup_tar.c:183
+#, c-format
+msgid "could not open TOC file \"%s\" for output: %s\n"
+msgstr "non è possibile aprire la TOC del file \"%s\" per l'output: %s\n"
+
+#: pg_backup_tar.c:191
+#, c-format
+msgid "could not open TOC file for output: %s\n"
+msgstr "non è possibile aprire la TOC del file per l'output: %s\n"
+
+#: pg_backup_tar.c:218
+msgid "compression not supported by tar output format\n"
+msgstr "compressione non supportata dal formato tar di output\n"
+
+#: pg_backup_tar.c:227
+#, c-format
+msgid "could not open TOC file \"%s\" for input: %s\n"
+msgstr "non è possibile aprire la TOC del file \"%s\" per l'input: %s\n"
+
+#: pg_backup_tar.c:234
+#, c-format
+msgid "could not open TOC file for input: %s\n"
+msgstr "non è possibile aprire la TOC del file per l'input: %s\n"
+
+#: pg_backup_tar.c:357
+#, c-format
+msgid "could not find file %s in archive\n"
+msgstr "non è possibile trovare il file %s in archivio\n"
+
+#: pg_backup_tar.c:368
+msgid "compression support is disabled in this format\n"
+msgstr "il supporto di compressione è disabilitato in questo formato\n"
+
+#: pg_backup_tar.c:411
+#, c-format
+msgid "could not generate temporary file name: %s\n"
+msgstr "non è possibile generare il file temporaneo con nome: %s\n"
+
+#: pg_backup_tar.c:420
+msgid "could not open temporary file\n"
+msgstr "non è possibile aprire il file temporaneo\n"
+
+#: pg_backup_tar.c:449
+msgid "could not close tar member\n"
+msgstr "non è possibile chiudere il membro tar\n"
+
+#: pg_backup_tar.c:549
+msgid "internal error -- neither th nor fh specified in tarReadRaw()\n"
+msgstr "errore interno -- nessun th o fh specificato in tarReadRaw()\n"
+
+#: pg_backup_tar.c:675
+#, c-format
+msgid "invalid COPY statement -- could not find \"copy\" in string \"%s\"\n"
+msgstr "istruzione per la COPY non valida -- non è possibile trovare \"copy\" nella stringa \"%s\"\n"
+
+#: pg_backup_tar.c:693
+#, c-format
+msgid "invalid COPY statement -- could not find \"from stdin\" in string \"%s\" starting at position %lu\n"
+msgstr "istruzione per la COPY non valida -- non è possibile trovare \"from stdin\" nella stringa \"%s\" partendo dalla posizione%lu\n"
+
+#: pg_backup_tar.c:730
+#, c-format
+msgid "restoring large object OID %u\n"
+msgstr "ripristino della OID del large object %u\n"
+
+#: pg_backup_tar.c:881
+msgid "could not write null block at end of tar archive\n"
+msgstr "non è possibile scrivere un blocco null alla fine dell'archivio tar\n"
+
+#: pg_backup_tar.c:1081
+msgid "archive member too large for tar format\n"
+msgstr "membro dell'archivio troppo grande per il formato tar\n"
+
+#: pg_backup_tar.c:1096
+#, c-format
+msgid "could not close temporary file: %s\n"
+msgstr "non è possibile chiudere il file temporaneo: %s\n"
+
+#: pg_backup_tar.c:1106
+#, c-format
+msgid "actual file length (%s) does not match expected (%s)\n"
+msgstr "la lunghezza del file (%s) non corrisponde con quella prevista (%s)\n"
+
+#: pg_backup_tar.c:1114
+msgid "could not output padding at end of tar member\n"
+msgstr "non è possibile effetture il riempimento in output alla fine del membro tar\n"
+
+#: pg_backup_tar.c:1143
+#, c-format
+msgid "moving from position %s to next member at file position %s\n"
+msgstr "spostamento dalla posizione %s al membro successivo alla posizione nel file %s\n"
+
+#: pg_backup_tar.c:1154
+#, c-format
+msgid "now at file position %s\n"
+msgstr "attuale posizione nel file %s\n"
+
+#: pg_backup_tar.c:1163
+#: pg_backup_tar.c:1194
+#, c-format
+msgid "could not find header for file %s in tar archive\n"
+msgstr "non è possibile trovare l'header per il file %s nell'archivio tar\n"
+
+#: pg_backup_tar.c:1178
+#, c-format
+msgid "skipping tar member %s\n"
+msgstr "salto del membro tar %s\n"
+
+#: pg_backup_tar.c:1182
+#, c-format
+msgid "dumping data out of order is not supported in this archive format: %s is required, but comes before %s in the archive file.\n"
+msgstr "lo scarico dei dati fuori ordine non è supportato in questo formato d'archivio: è richiesto %s, ma nel file d'archivio viene prima %s.\n"
+
+#: pg_backup_tar.c:1229
+#, c-format
+msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
+msgstr "disallineamento nel file tra la posizione reale e quella prevista (reale %s prevista %s)\n"
+
+#: pg_backup_tar.c:1244
+#, c-format
+msgid "incomplete tar header found (%lu byte)\n"
+msgid_plural "incomplete tar header found (%lu bytes)\n"
+msgstr[0] "trovato l'header del file tar incompleta (%lu byte)\n"
+msgstr[1] "trovato l'header del file tar incompleta (%lu byte)\n"
+
+#: pg_backup_tar.c:1282
+#, c-format
+msgid "TOC Entry %s at %s (length %lu, checksum %d)\n"
+msgstr "voce TOC %s in %s (lunghezza %lu, checksum %d)\n"
+
+#: pg_backup_tar.c:1292
+#, c-format
+msgid "corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
+msgstr "trovata header tar corrotta in %s (previsti %d, calcolati %d) alla posizione file %s\n"
+
+#: pg_restore.c:308
+#, c-format
+msgid "%s: options -d/--dbname and -f/--file cannot be used together\n"
+msgstr "%s: le opzioni -d/--dbname e -f/--file non possono essere usate insieme\n"
+
+#: pg_restore.c:320
+#, c-format
+msgid "%s: cannot specify both --single-transaction and multiple jobs\n"
+msgstr "%s: non si può specificare insieme --single-transaction e job multipli\n"
+
+#: pg_restore.c:350
+#, c-format
+msgid "unrecognized archive format \"%s\"; please specify \"c\" or \"t\"\n"
+msgstr "formato d'archivio \"%s\" non riconosciuto; specificare \"c\" oppure \"t\"\n"
+
+#: pg_restore.c:384
+#, c-format
+msgid "WARNING: errors ignored on restore: %d\n"
+msgstr "ATTENZIONE: nel ripristino è stato ignorato l'errore: %d\n"
+
+#: pg_restore.c:398
+#, c-format
+msgid ""
+"%s restores a PostgreSQL database from an archive created by pg_dump.\n"
+"\n"
+msgstr ""
+"%s ripristino di un database PostgreSQL da un archivio creato con pg_dump.\n"
+"\n"
+
+#: pg_restore.c:400
+#, c-format
+msgid " %s [OPTION]... [FILE]\n"
+msgstr " %s [OPTIONE]... [FILE]\n"
+
+#: pg_restore.c:403
+#, c-format
+msgid " -d, --dbname=NAME connect to database name\n"
+msgstr " -d, --dbname=NOME nome del database da connettere\n"
+
+#: pg_restore.c:404
+#, c-format
+msgid " -f, --file=FILENAME output file name\n"
+msgstr " -f, --file=NOMEFILE nome del file di output\n"
+
+#: pg_restore.c:405
+#, c-format
+msgid " -F, --format=c|t backup file format (should be automatic)\n"
+msgstr " -F, --format=c|t formato del file di backup (dovrebbe essere automatico)\n"
+
+#: pg_restore.c:406
+#, c-format
+msgid " -l, --list print summarized TOC of the archive\n"
+msgstr " -l, --list stampa un riassunto della TOC dell'archivio\n"
+
+#: pg_restore.c:407
+#, c-format
+msgid " -v, --verbose verbose mode\n"
+msgstr " -v, --verbose modo verbose\n"
+
+#: pg_restore.c:408
+#, c-format
+msgid " --help show this help, then exit\n"
+msgstr " --help mostra questo aiuto ed esce\n"
+
+#: pg_restore.c:409
+#, c-format
+msgid " --version output version information, then exit\n"
+msgstr " --version fornisce informazioni sulla versione ed esce\n"
+
+#: pg_restore.c:411
+#, c-format
+msgid ""
+"\n"
+"Options controlling the restore:\n"
+msgstr ""
+"\n"
+"Opzioni per il controllo del ripristino:\n"
+
+#: pg_restore.c:412
+#, c-format
+msgid " -a, --data-only restore only the data, no schema\n"
+msgstr " -a, --data-only ripristino dei soli dati e non dello schema\n"
+
+#: pg_restore.c:413
+#, c-format
+msgid " -c, --clean clean (drop) database objects before recreating\n"
+msgstr " -c, --clean pulisce (drop) gli oggetti database prima di ricrearli\n"
+
+#: pg_restore.c:414
+#, c-format
+msgid " -C, --create create the target database\n"
+msgstr " -C, --create crea il database in oggetto\n"
+
+#: pg_restore.c:415
+#, c-format
+msgid " -e, --exit-on-error exit on error, default is to continue\n"
+msgstr " -e, --exit-on-error uscita su errore, preimpostato a continua\n"
+
+#: pg_restore.c:416
+#, c-format
+msgid " -I, --index=NAME restore named index\n"
+msgstr " -I, --index=NOME nome indice per ripristino\n"
+
+#: pg_restore.c:417
+#, c-format
+msgid " -j, --jobs=NUM use this many parallel jobs to restore\n"
+msgstr " -j, --jobs=NUM per il ripristino utilizza questi job paralleli\n"
+
+#: pg_restore.c:418
+#, c-format
+msgid ""
+" -L, --use-list=FILENAME use table of contents from this file for\n"
+" selecting/ordering output\n"
+msgstr ""
+" -L, --use-list=NOMEFILE utilizza la tabella dei contenuti di questo file per\n"
+" selezionare/ordinare l'output\n"
+
+#: pg_restore.c:420
+#, c-format
+msgid " -n, --schema=NAME restore only objects in this schema\n"
+msgstr " -n, --schema=NAME ripristina solo gli oggetti in questo schema\n"
+
+#: pg_restore.c:421
+#, c-format
+msgid " -O, --no-owner skip restoration of object ownership\n"
+msgstr " -O, --no-owner salta il ripristino della proprietà dell'oggetto\n"
+
+#: pg_restore.c:422
+#, c-format
+msgid ""
+" -P, --function=NAME(args)\n"
+" restore named function\n"
+msgstr ""
+" -P, --function=NOME(argomenti)\n"
+" ripristina la funzione nominata\n"
+
+#: pg_restore.c:424
+#, c-format
+msgid " -s, --schema-only restore only the schema, no data\n"
+msgstr " -s, --schema-only ripristina solo lo schema e non i dati\n"
+
+#: pg_restore.c:425
+#, c-format
+msgid " -S, --superuser=NAME superuser user name to use for disabling triggers\n"
+msgstr " -S, --superuser=NOME nome dell'utente superuser da usare per la disabilitazione dei trigger\n"
+
+#: pg_restore.c:426
+#, c-format
+msgid " -t, --table=NAME restore named table\n"
+msgstr " -t, --table=NOME ripristina la tabella nominata\n"
+
+#: pg_restore.c:427
+#, c-format
+msgid " -T, --trigger=NAME restore named trigger\n"
+msgstr " -T, --trigger=NOME ripristina il trigger nominato\n"
+
+#: pg_restore.c:428
+#, c-format
+msgid " -x, --no-privileges skip restoration of access privileges (grant/revoke)\n"
+msgstr " -x, --no-privileges salta il ripristino dei privilegi di accesso (grant/revoke)\n"
+
+#: pg_restore.c:429
+#, c-format
+msgid " --disable-triggers disable triggers during data-only restore\n"
+msgstr " --disable-triggers disabilita i trigger durante il ripristino dei soli dati\n"
+
+#: pg_restore.c:430
+#, c-format
+msgid ""
+" --no-data-for-failed-tables\n"
+" do not restore data of tables that could not be\n"
+" created\n"
+msgstr ""
+" --no-data-for-failed-tables\n"
+" non ripristina i dati delle tabelle che non possono essere\n"
+" create\n"
+
+#: pg_restore.c:433
+#, c-format
+msgid " --no-tablespaces do not dump tablespace assignments\n"
+msgstr " --no-tablespaces non scarica le assegnazioni dei tablespace\n"
+
+#: pg_restore.c:434
+#, c-format
+msgid " --role=ROLENAME do SET ROLE before restore\n"
+msgstr " --role=NOMERUOLO esegue SET ROLE prima del ripristino\n"
+
+#: pg_restore.c:435
+#, c-format
+msgid ""
+" --use-set-session-authorization\n"
+" use SET SESSION AUTHORIZATION commands instead of\n"
+" ALTER OWNER commands to set ownership\n"
+msgstr ""
+" --use-set-session-authorization\n"
+" usa i comandi SET SESSION AUTHORIZATION invece dei\n"
+" comandi ALTER OWNER per impostare la proprietà\n"
+
+#: pg_restore.c:438
+#, c-format
+msgid ""
+" -1, --single-transaction\n"
+" restore as a single transaction\n"
+msgstr ""
+" -1, --single-transaction\n"
+" ripristina come transazione singola\n"
+
+#: pg_restore.c:448
+#, c-format
+msgid ""
+"\n"
+"If no input file name is supplied, then standard input is used.\n"
+"\n"
+msgstr ""
+"\n"
+"Ise non è stato fornito un nome in input, viene utilizzato lo standard input.\n"
+"\n"
+
+#: pg_dumpall.c:165
+#, c-format
+msgid ""
+"The program \"pg_dump\" is needed by %s but was not found in the\n"
+"same directory as \"%s\".\n"
+"Check your installation.\n"
+msgstr ""
+"Il programma \"pg_dump\" ha avuto bisogno di %s ma non l'ha trovato nella\n"
+"stessa directory come \"%s\".\n"
+"Controllare la vostra installazione.\n"
+
+#: pg_dumpall.c:172
+#, c-format
+msgid ""
+"The program \"pg_dump\" was found by \"%s\"\n"
+"but was not the same version as %s.\n"
+"Check your installation.\n"
+msgstr ""
+"Il programma \"pg_dump\" è stato trovato da \"%s\"\n"
+"ma non è la stessa versione della %s.\n"
+"Controllate la vostra installazione.\n"
+
+#: pg_dumpall.c:344
+#, c-format
+msgid "%s: options -g/--globals-only and -r/--roles-only cannot be used together\n"
+msgstr "%s: le opzioni -g/--globals-only e -r/--roles-only non possono essere usate insieme\n"
+
+#: pg_dumpall.c:353
+#, c-format
+msgid "%s: options -g/--globals-only and -t/--tablespaces-only cannot be used together\n"
+msgstr "%s: le opzioni -g/--globals-only e -t/--tablespaces-only non possono essere usate insieme\n"
+
+#: pg_dumpall.c:362
+#, c-format
+msgid "%s: options -r/--roles-only and -t/--tablespaces-only cannot be used together\n"
+msgstr "%s: la opzioni -r/--roles-only e -t/--tablespaces-only non possono essere usate insieme\n"
+
+#: pg_dumpall.c:382
+#: pg_dumpall.c:1552
+#, c-format
+msgid "%s: could not connect to database \"%s\"\n"
+msgstr "%s: non è possibile connettersi al database \"%s\"\n"
+
+#: pg_dumpall.c:397
+#, c-format
+msgid ""
+"%s: could not connect to databases \"postgres\" or \"template1\"\n"
+"Please specify an alternative database.\n"
+msgstr ""
+"%s: non è possibile connettersi ai database \"postgres\" o \"template1\"\n"
+"Specificare un database alternativo.\n"
+
+#: pg_dumpall.c:414
+#, c-format
+msgid "%s: could not open the output file \"%s\": %s\n"
+msgstr "%s: non è possibile aprire il file di output \"%s\": %s\n"
+
+#: pg_dumpall.c:525
+#, c-format
+msgid ""
+"%s extracts a PostgreSQL database cluster into an SQL script file.\n"
+"\n"
+msgstr ""
+"%s estrae un cluster di database PostgreSQL in un file script SQL.\n"
+"\n"
+
+#: pg_dumpall.c:527
+#, c-format
+msgid " %s [OPTION]...\n"
+msgstr " %s [OPZIONE]...\n"
+
+#: pg_dumpall.c:536
+#, c-format
+msgid " -c, --clean clean (drop) databases before recreating\n"
+msgstr " -c, --clean pulisce (drop) i database prima di ricrearli\n"
+
+#: pg_dumpall.c:537
+#, c-format
+msgid " -g, --globals-only dump only global objects, no databases\n"
+msgstr " -g, --globals-only scarica solo gli oggetti global e non i database\n"
+
+#: pg_dumpall.c:539
+#, c-format
+msgid " -O, --no-owner skip restoration of object ownership\n"
+msgstr " -O, --no-owner salta il ripristino degli oggetti con proprietarioskip restoration of object ownership\n"
+
+#: pg_dumpall.c:540
+#, c-format
+msgid " -r, --roles-only dump only roles, no databases or tablespaces\n"
+msgstr " -r, --roles-only scarica solo i ruoli e non i database o le tablespaces\n"
+
+#: pg_dumpall.c:542
+#, c-format
+msgid " -S, --superuser=NAME superuser user name to use in the dump\n"
+msgstr " -S, --superuser=NOME nome dell'utente superuser da usare nel dump\n"
+
+#: pg_dumpall.c:543
+#, c-format
+msgid " -t, --tablespaces-only dump only tablespaces, no databases or roles\n"
+msgstr " -t, --tablespaces-only scarica solo i tablespaces e non i datatbase o i ruoli\n"
+
+#: pg_dumpall.c:558
+#, c-format
+msgid " -l, --database=DBNAME alternative default database\n"
+msgstr " -l, --database=NOMEDB preimpostazione database alternativo\n"
+
+#: pg_dumpall.c:564
+#, c-format
+msgid ""
+"\n"
+"If -f/--file is not used, then the SQL script will be written to the standard\n"
+"output.\n"
+"\n"
+msgstr ""
+"\n"
+"Se -f/--file non viene usato, lo script SQL verrà scritto nello standard\n"
+"output.\n"
+"\n"
+
+#: pg_dumpall.c:994
+#, c-format
+msgid "%s: could not parse ACL list (%s) for tablespace \"%s\"\n"
+msgstr "%s: non è possibile analizzare la lista ACL (%s) per il tablespace \"%s\"\n"
+
+#: pg_dumpall.c:1294
+#, c-format
+msgid "%s: could not parse ACL list (%s) for database \"%s\"\n"
+msgstr "%s: non è possibile enalizzare la lista ACL (%s) per il database \"%s\"\n"
+
+#: pg_dumpall.c:1450
+#, c-format
+msgid "%s: dumping database \"%s\"...\n"
+msgstr "%s: scarico del database \"%s\"...\n"
+
+#: pg_dumpall.c:1460
+#, c-format
+msgid "%s: pg_dump failed on database \"%s\", exiting\n"
+msgstr "%s: pg_dump fallito per il database \"%s\", uscita\n"
+
+#: pg_dumpall.c:1469
+#, c-format
+msgid "%s: could not re-open the output file \"%s\": %s\n"
+msgstr "%s: non è possibile riaprire il file di output \"%s\": %s\n"
+
+#: pg_dumpall.c:1508
+#, c-format
+msgid "%s: running \"%s\"\n"
+msgstr "%s: in eleborazione \"%s\"\n"
+
+#: pg_dumpall.c:1574
+#, c-format
+msgid "%s: could not connect to database \"%s\": %s\n"
+msgstr "%s: non è possibile connettersi al database \"%s\": %s\n"
+
+#: pg_dumpall.c:1588
+#, c-format
+msgid "%s: could not get server version\n"
+msgstr "%s: non è possibile ottenere la versione del server\n"
+
+#: pg_dumpall.c:1594
+#, c-format
+msgid "%s: could not parse server version \"%s\"\n"
+msgstr "%s: non è possibile analizzare la versione del server \"%s\"\n"
+
+#: pg_dumpall.c:1602
+#, c-format
+msgid "%s: could not parse version \"%s\"\n"
+msgstr "%s: non è possibile analizzare la versione \"%s\"\n"
+
+#: pg_dumpall.c:1641
+#: pg_dumpall.c:1667
+#, c-format
+msgid "%s: executing %s\n"
+msgstr "%s: esecuzione di %s\n"
+
+#: pg_dumpall.c:1647
+#: pg_dumpall.c:1673
+#, c-format
+msgid "%s: query failed: %s"
+msgstr "%s: query fallita: %s"
+
+#: pg_dumpall.c:1649
+#: pg_dumpall.c:1675
+#, c-format
+msgid "%s: query was: %s\n"
+msgstr "%s: la query era: %s\n"
+
+#: ../../port/exec.c:195
+#: ../../port/exec.c:309
+#: ../../port/exec.c:352
+#, c-format
+msgid "could not identify current directory: %s"
+msgstr "non è possibile identificare la directory corrente: %s"
+
+#: ../../port/exec.c:214
+#, c-format
+msgid "invalid binary \"%s\""
+msgstr "binario invalido \"%s\""
+
+#: ../../port/exec.c:263
+#, c-format
+msgid "could not read binary \"%s\""
+msgstr "non è possibile leggere il binario \"%s\""
+
+#: ../../port/exec.c:270
+#, c-format
+msgid "could not find a \"%s\" to execute"
+msgstr "non è possibile trovare un \"%s\" da eseguire"
+
+#: ../../port/exec.c:325
+#: ../../port/exec.c:361
+#, c-format
+msgid "could not change directory to \"%s\""
+msgstr "non è possibile cambiare la directory in \"%s\""
+
+#: ../../port/exec.c:340
+#, c-format
+msgid "could not read symbolic link \"%s\""
+msgstr "non è possibile leggere il link simbolico \"%s\""
+
+#: ../../port/exec.c:586
+#, c-format
+msgid "child process exited with exit code %d"
+msgstr "il processo figlio è uscito con codice d'uscita %d"
+
+#: ../../port/exec.c:590
+#, c-format
+msgid "child process was terminated by exception 0x%X"
+msgstr "il processo figlio terminato dall'eccezione 0x%X"
+
+#: ../../port/exec.c:599
+#, c-format
+msgid "child process was terminated by signal %s"
+msgstr "il processo figlio terminato dal segnale %s"
+
+#: ../../port/exec.c:602
+#, c-format
+msgid "child process was terminated by signal %d"
+msgstr "il processo figlio terminato dal segnale %d"
+
+#: ../../port/exec.c:606
+#, c-format
+msgid "child process exited with unrecognized status %d"
+msgstr "il processo figlio uscito con stato non riconosciuto %d"
+
diff --git a/src/bin/pg_dump/po/tr.po b/src/bin/pg_dump/po/tr.po
index f55d4b6ab45..3e6a5322f2f 100644
--- a/src/bin/pg_dump/po/tr.po
+++ b/src/bin/pg_dump/po/tr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_dump-tr\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-08-15 21:14+0000\n"
-"PO-Revision-Date: 2009-08-17 01:30+0200\n"
+"POT-Creation-Date: 2009-12-04 09:13+0000\n"
+"PO-Revision-Date: 2009-12-07 18:04+0200\n"
"Last-Translator: Devrim GÜNDÜZ <devrim@gunduz.org>\n"
"Language-Team: Turkish <devrim@gunduz.org>\n"
"MIME-Version: 1.0\n"
@@ -401,13 +401,13 @@ msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n"
msgstr "\"%s\" tablosunu içeriğinin aktarımı başarısız: PQgetCopyData() başarısız.\n"
#: pg_dump.c:1193
-#: pg_dump.c:11560
+#: pg_dump.c:11562
#, c-format
msgid "Error message from server: %s"
msgstr "Sunucudan hata mesajı alındı: %s"
#: pg_dump.c:1194
-#: pg_dump.c:11561
+#: pg_dump.c:11563
#, c-format
msgid "The command was: %s\n"
msgstr "O sırada yürütülen komut: %s\n"
@@ -581,7 +581,7 @@ msgstr "%u enum ID'si için etiket tanımları bulunamadı \n"
#: pg_dump.c:9112
#: pg_dump.c:9267
#: pg_dump.c:9453
-#: pg_dump.c:11366
+#: pg_dump.c:11368
#, c-format
msgid "query returned %d row instead of one: %s\n"
msgid_plural "query returned %d rows instead of one: %s\n"
@@ -695,21 +695,21 @@ msgstr[1] "\"%s\" sequence verisini getirecek sorgu %d satır döndürdü (bir s
msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
msgstr "\"%s\" sequence verisini getirecek sorgu \"%s\" adını getirdi\n"
-#: pg_dump.c:10944
+#: pg_dump.c:10946
#, c-format
msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
msgstr "\"%3$s\" tablosunun \"%2$s\" tetikleyicisi için geçersiz satır argümanı (%1$s)\n"
-#: pg_dump.c:11082
+#: pg_dump.c:11084
#, c-format
msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned\n"
msgstr "\"%s\" tablosundan \"%s\" rule'unu getiren sorgu başarısız: yanlış satır sayısı döndürüldü\n"
-#: pg_dump.c:11177
+#: pg_dump.c:11179
msgid "reading dependency data\n"
msgstr "bağımlılık verileri okunuyor\n"
-#: pg_dump.c:11555
+#: pg_dump.c:11557
msgid "SQL command failed\n"
msgstr "SQL komutu başarısız\n"
@@ -1863,8 +1863,8 @@ msgstr ""
#: pg_restore.c:433
#, c-format
-msgid " --no-tablespaces do not dump tablespace assignments\n"
-msgstr " --no-tablespaces tablespace atamalarını yedekleme\n"
+msgid " --no-tablespaces do not restore tablespace assignments\n"
+msgstr " --no-tablespaces tablespace atamalarını geri yükleme\n"
#: pg_restore.c:434
#, c-format
diff --git a/src/bin/pg_resetxlog/po/es.po b/src/bin/pg_resetxlog/po/es.po
index 282738705ed..51476796912 100644
--- a/src/bin/pg_resetxlog/po/es.po
+++ b/src/bin/pg_resetxlog/po/es.po
@@ -7,102 +7,102 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_resetxlog (PostgreSQL 8.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-13 15:20+0000\n"
-"PO-Revision-Date: 2009-04-13 17:56-0400\n"
+"POT-Creation-Date: 2009-11-03 17:15+0000\n"
+"PO-Revision-Date: 2009-11-03 17:04-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: Español <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: pg_resetxlog.c:134
+#: pg_resetxlog.c:135
#, c-format
msgid "%s: invalid argument for option -e\n"
msgstr "%s: argumento no válido para la opción -e\n"
-#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180
-#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224
-#: pg_resetxlog.c:230 pg_resetxlog.c:238
+#: pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:166 pg_resetxlog.c:181
+#: pg_resetxlog.c:196 pg_resetxlog.c:211 pg_resetxlog.c:218 pg_resetxlog.c:225
+#: pg_resetxlog.c:231 pg_resetxlog.c:239
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prueba con «%s --help» para más información\n"
-#: pg_resetxlog.c:140
+#: pg_resetxlog.c:141
#, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr "%s: el «epoch» de ID de transacción (-e) no debe ser -1\n"
-#: pg_resetxlog.c:149
+#: pg_resetxlog.c:150
#, c-format
msgid "%s: invalid argument for option -x\n"
msgstr "%s: argumento no válido para la opción -x\n"
-#: pg_resetxlog.c:155
+#: pg_resetxlog.c:156
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: el ID de transacción (-x) no debe ser cero\n"
-#: pg_resetxlog.c:164
+#: pg_resetxlog.c:165
#, c-format
msgid "%s: invalid argument for option -o\n"
msgstr "%s: argumento no válido para la opción -o\n"
-#: pg_resetxlog.c:170
+#: pg_resetxlog.c:171
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) no debe ser cero\n"
-#: pg_resetxlog.c:179
+#: pg_resetxlog.c:180
#, c-format
msgid "%s: invalid argument for option -m\n"
msgstr "%s: argumento no válido para la opción -m\n"
-#: pg_resetxlog.c:185
+#: pg_resetxlog.c:186
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s: el ID de multitransacción (-m) no debe ser cero\n"
-#: pg_resetxlog.c:194
+#: pg_resetxlog.c:195
#, c-format
msgid "%s: invalid argument for option -O\n"
msgstr "%s: argumento no válido para la opción -O\n"
-#: pg_resetxlog.c:200
+#: pg_resetxlog.c:201
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s: la posición de multitransacción (-O) no debe ser -1\n"
-#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223
+#: pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224
#, c-format
msgid "%s: invalid argument for option -l\n"
msgstr "%s: argumento no válido para la opción -l\n"
-#: pg_resetxlog.c:237
+#: pg_resetxlog.c:238
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: directorio de datos no especificado\n"
-#: pg_resetxlog.c:251
+#: pg_resetxlog.c:252
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s: no puede ser ejecutado con el usuario «root»\n"
-#: pg_resetxlog.c:253
+#: pg_resetxlog.c:254
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Debe ejecutar %s con el superusuario de PostgreSQL.\n"
-#: pg_resetxlog.c:263
+#: pg_resetxlog.c:264
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s: no se pudo cambiar al directorio «%s»: %s\n"
-#: pg_resetxlog.c:278 pg_resetxlog.c:391
+#: pg_resetxlog.c:279 pg_resetxlog.c:407
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: no se pudo abrir el archivo «%s» para lectura: %s\n"
-#: pg_resetxlog.c:284
+#: pg_resetxlog.c:285
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@@ -112,7 +112,7 @@ msgstr ""
"¿Hay un servidor corriendo? Si no, borre el archivo candado e inténtelo de "
"nuevo\n"
-#: pg_resetxlog.c:340
+#: pg_resetxlog.c:355
#, c-format
msgid ""
"\n"
@@ -121,7 +121,7 @@ msgstr ""
"\n"
"Si estos valores parecen aceptables, use -f para forzar reinicio.\n"
-#: pg_resetxlog.c:352
+#: pg_resetxlog.c:367
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@@ -132,12 +132,12 @@ msgstr ""
"Reiniciar la bitácora de transacciones puede causar pérdida de datos.\n"
"Si de todas formas quiere proceder, use -f para forzar su reinicio.\n"
-#: pg_resetxlog.c:365
+#: pg_resetxlog.c:381
#, c-format
msgid "Transaction log reset\n"
msgstr "Bitácora de transacciones reiniciada\n"
-#: pg_resetxlog.c:394
+#: pg_resetxlog.c:410
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@@ -148,24 +148,24 @@ msgstr ""
" touch %s\n"
"y pruebe de nuevo.\n"
-#: pg_resetxlog.c:407
+#: pg_resetxlog.c:423
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: no se pudo leer el archivo «%s»: %s\n"
-#: pg_resetxlog.c:430
+#: pg_resetxlog.c:446
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr ""
"%s: existe pg_control pero tiene un CRC no válido, proceda con precaución\n"
-#: pg_resetxlog.c:439
+#: pg_resetxlog.c:455
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr ""
"%s: existe pg_control pero está roto o se desconoce su versión; ignorándolo\n"
-#: pg_resetxlog.c:523
+#: pg_resetxlog.c:541
#, c-format
msgid ""
"Guessed pg_control values:\n"
@@ -174,7 +174,7 @@ msgstr ""
"Valores de pg_control asumidos:\n"
"\n"
-#: pg_resetxlog.c:525
+#: pg_resetxlog.c:543
#, c-format
msgid ""
"pg_control values:\n"
@@ -183,132 +183,142 @@ msgstr ""
"Valores de pg_control:\n"
"\n"
-#: pg_resetxlog.c:534
+#: pg_resetxlog.c:552
#, c-format
msgid "First log file ID after reset: %u\n"
msgstr ""
"ID de primer archivo de bitácora después del reinicio:\n"
" %u\n"
-#: pg_resetxlog.c:536
+#: pg_resetxlog.c:554
#, c-format
msgid "First log file segment after reset: %u\n"
msgstr ""
"Primer segmento de archivo de bitácora después del reinicio:\n"
" %u\n"
-#: pg_resetxlog.c:538
+#: pg_resetxlog.c:556
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Número de versión de pg_control: %u\n"
-#: pg_resetxlog.c:540
+#: pg_resetxlog.c:558
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Número de versión de catálogo: %u\n"
-#: pg_resetxlog.c:542
+#: pg_resetxlog.c:560
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador de sistema: %s\n"
-#: pg_resetxlog.c:544
+#: pg_resetxlog.c:562
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID del checkpoint más reciente: %u\n"
-#: pg_resetxlog.c:546
+#: pg_resetxlog.c:564
#, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "NextXID del checkpoint más reciente: %u/%u\n"
-#: pg_resetxlog.c:549
+#: pg_resetxlog.c:567
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID del checkpoint más reciente: %u\n"
-#: pg_resetxlog.c:551
+#: pg_resetxlog.c:569
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId del checkpoint más reciente: %u\n"
-#: pg_resetxlog.c:553
+#: pg_resetxlog.c:571
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset del checkpoint más reciente: %u\n"
-#: pg_resetxlog.c:555
+#: pg_resetxlog.c:573
+#, c-format
+msgid "Latest checkpoint's oldestXID: %u\n"
+msgstr "oldestXID del checkpoint más reciente: %u\n"
+
+#: pg_resetxlog.c:575
+#, c-format
+msgid "Latest checkpoint's oldestXID's DB: %u\n"
+msgstr "BD del oldestXID del checkpoint más reciente: %u\n"
+
+#: pg_resetxlog.c:577
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Máximo alineamiento de datos: %u\n"
-#: pg_resetxlog.c:558
+#: pg_resetxlog.c:580
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamaño del bloque de la base de datos: %u\n"
-#: pg_resetxlog.c:560
+#: pg_resetxlog.c:582
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento de relación grande: %u\n"
-#: pg_resetxlog.c:562
+#: pg_resetxlog.c:584
#, c-format
msgid "WAL block size: %u\n"
msgstr "Tamaño del bloque de WAL: %u\n"
-#: pg_resetxlog.c:564
+#: pg_resetxlog.c:586
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes por segmento WAL: %u\n"
-#: pg_resetxlog.c:566
+#: pg_resetxlog.c:588
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longitud máxima de identificadores: %u\n"
-#: pg_resetxlog.c:568
+#: pg_resetxlog.c:590
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Máximo número de columnas en un índice: %u\n"
-#: pg_resetxlog.c:570
+#: pg_resetxlog.c:592
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Longitud máxima de un trozo TOAST: %u\n"
-#: pg_resetxlog.c:572
+#: pg_resetxlog.c:594
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento hora/fecha: %s\n"
-#: pg_resetxlog.c:573
+#: pg_resetxlog.c:595
msgid "64-bit integers"
msgstr "enteros de 64 bits"
-#: pg_resetxlog.c:573
+#: pg_resetxlog.c:595
msgid "floating-point numbers"
msgstr "números de punto flotante"
-#: pg_resetxlog.c:574
+#: pg_resetxlog.c:596
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Paso de parámetros float4: %s\n"
-#: pg_resetxlog.c:575 pg_resetxlog.c:577
+#: pg_resetxlog.c:597 pg_resetxlog.c:599
msgid "by value"
msgstr "por valor"
-#: pg_resetxlog.c:575 pg_resetxlog.c:577
+#: pg_resetxlog.c:597 pg_resetxlog.c:599
msgid "by reference"
msgstr "por referencia"
-#: pg_resetxlog.c:576
+#: pg_resetxlog.c:598
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Paso de parámetros float8: %s\n"
-#: pg_resetxlog.c:627
+#: pg_resetxlog.c:649
#, c-format
msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix "
@@ -317,47 +327,47 @@ msgstr ""
"%s: error interno -- sizeof(ControlFileData) es demasiado grande ... corrija "
"PG_CONTROL_SIZE\n"
-#: pg_resetxlog.c:642
+#: pg_resetxlog.c:664
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: no se pudo crear el archivo pg_control: %s\n"
-#: pg_resetxlog.c:653
+#: pg_resetxlog.c:675
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: no se pudo escribir el archivo pg_control: %s\n"
-#: pg_resetxlog.c:660 pg_resetxlog.c:910
+#: pg_resetxlog.c:682 pg_resetxlog.c:989
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: Error de fsync: %s\n"
-#: pg_resetxlog.c:698 pg_resetxlog.c:773
+#: pg_resetxlog.c:720 pg_resetxlog.c:795 pg_resetxlog.c:851
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: no se pudo abrir el directorio «%s»: %s\n"
-#: pg_resetxlog.c:742 pg_resetxlog.c:806
+#: pg_resetxlog.c:764 pg_resetxlog.c:828 pg_resetxlog.c:885
#, c-format
msgid "%s: could not read from directory \"%s\": %s\n"
msgstr "%s: no se pudo leer del directorio «%s»: %s\n"
-#: pg_resetxlog.c:787
+#: pg_resetxlog.c:809 pg_resetxlog.c:866
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s: no se pudo borrar el archivo «%s»: %s\n"
-#: pg_resetxlog.c:877
+#: pg_resetxlog.c:956
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
-#: pg_resetxlog.c:888 pg_resetxlog.c:902
+#: pg_resetxlog.c:967 pg_resetxlog.c:981
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: no se pudo escribir en el archivo «%s»: %s\n"
-#: pg_resetxlog.c:921
+#: pg_resetxlog.c:1000
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@@ -366,7 +376,7 @@ msgstr ""
"%s reinicia la bitácora de transacciones de PostgreSQL\n"
"\n"
-#: pg_resetxlog.c:922
+#: pg_resetxlog.c:1001
#, c-format
msgid ""
"Usage:\n"
@@ -377,22 +387,22 @@ msgstr ""
" %s [OPCION]... DATADIR\n"
"\n"
-#: pg_resetxlog.c:923
+#: pg_resetxlog.c:1002
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
-#: pg_resetxlog.c:924
+#: pg_resetxlog.c:1003
#, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr " -e XIDEPOCH asigna el siguiente «epoch» de ID de transacción\n"
-#: pg_resetxlog.c:925
+#: pg_resetxlog.c:1004
#, c-format
msgid " -f force update to be done\n"
msgstr " -f fuerza que la actualización sea hecha\n"
-#: pg_resetxlog.c:926
+#: pg_resetxlog.c:1005
#, c-format
msgid ""
" -l TLI,FILE,SEG force minimum WAL starting location for new transaction "
@@ -401,12 +411,12 @@ msgstr ""
" -l TLI,FILE,SEG fuerza una posición mínima de inicio de WAL para una\n"
" nueva transacción\n"
-#: pg_resetxlog.c:927
+#: pg_resetxlog.c:1006
#, c-format
msgid " -m XID set next multitransaction ID\n"
msgstr " -m XID asigna el siguiente ID de multitransacción\n"
-#: pg_resetxlog.c:928
+#: pg_resetxlog.c:1007
#, c-format
msgid ""
" -n no update, just show extracted control values (for "
@@ -416,33 +426,33 @@ msgstr ""
"extraídos\n"
" (para prueba)\n"
-#: pg_resetxlog.c:929
+#: pg_resetxlog.c:1008
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID asigna el siguiente OID\n"
-#: pg_resetxlog.c:930
+#: pg_resetxlog.c:1009
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O OFFSET asigna la siguiente posición de multitransacción\n"
-#: pg_resetxlog.c:931
+#: pg_resetxlog.c:1010
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID asigna el siguiente ID de transacción\n"
-#: pg_resetxlog.c:932
+#: pg_resetxlog.c:1011
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y sale del programa\n"
-#: pg_resetxlog.c:933
+#: pg_resetxlog.c:1012
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version despliega la información de versión y sale del programa\n"
-#: pg_resetxlog.c:934
+#: pg_resetxlog.c:1013
#, c-format
msgid ""
"\n"
diff --git a/src/bin/pg_resetxlog/po/fr.po b/src/bin/pg_resetxlog/po/fr.po
index 124fec74835..21091a10f85 100644
--- a/src/bin/pg_resetxlog/po/fr.po
+++ b/src/bin/pg_resetxlog/po/fr.po
@@ -1,7 +1,7 @@
# translation of pg_resetxlog.po to fr_fr
# french message translation file for pg_resetxlog
#
-# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/fr.po,v 1.13 2009/05/14 21:41:52 alvherre Exp $
+# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/fr.po,v 1.14 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
#
@@ -11,114 +11,114 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-16 23:18+0000\n"
-"PO-Revision-Date: 2009-04-17 08:57+0200\n"
-"Last-Translator: Stphane Schildknecht <stephane.schildknecht@dalibo.com>\n"
+"POT-Creation-Date: 2009-11-24 21:15+0000\n"
+"PO-Revision-Date: 2009-11-24 23:01+0100\n"
+"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: pg_resetxlog.c:134
+#: pg_resetxlog.c:135
#, c-format
msgid "%s: invalid argument for option -e\n"
msgstr "%s : argument invalide pour l'option -e\n"
-#: pg_resetxlog.c:135
-#: pg_resetxlog.c:150
-#: pg_resetxlog.c:165
-#: pg_resetxlog.c:180
-#: pg_resetxlog.c:195
-#: pg_resetxlog.c:210
-#: pg_resetxlog.c:217
-#: pg_resetxlog.c:224
-#: pg_resetxlog.c:230
-#: pg_resetxlog.c:238
+#: pg_resetxlog.c:136
+#: pg_resetxlog.c:151
+#: pg_resetxlog.c:166
+#: pg_resetxlog.c:181
+#: pg_resetxlog.c:196
+#: pg_resetxlog.c:211
+#: pg_resetxlog.c:218
+#: pg_resetxlog.c:225
+#: pg_resetxlog.c:231
+#: pg_resetxlog.c:239
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer %s --help pour plus d'informations.\n"
-#: pg_resetxlog.c:140
+#: pg_resetxlog.c:141
#, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr ""
"%s : la valeur epoch de l'identifiant de transaction (-e) ne doit pas tre\n"
"-1\n"
-#: pg_resetxlog.c:149
+#: pg_resetxlog.c:150
#, c-format
msgid "%s: invalid argument for option -x\n"
msgstr "%s : argument invalide pour l'option -x\n"
-#: pg_resetxlog.c:155
+#: pg_resetxlog.c:156
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s : l'identifiant de la transaction (-x) ne doit pas tre 0\n"
-#: pg_resetxlog.c:164
+#: pg_resetxlog.c:165
#, c-format
msgid "%s: invalid argument for option -o\n"
msgstr "%s : argument invalide pour l'option -o\n"
-#: pg_resetxlog.c:170
+#: pg_resetxlog.c:171
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s : l'OID (-o) ne doit pas tre 0\n"
-#: pg_resetxlog.c:179
+#: pg_resetxlog.c:180
#, c-format
msgid "%s: invalid argument for option -m\n"
msgstr "%s : argument invalide pour l'option -m\n"
-#: pg_resetxlog.c:185
+#: pg_resetxlog.c:186
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s : l'identifiant de multi-transaction (-m) ne doit pas tre 0\n"
-#: pg_resetxlog.c:194
+#: pg_resetxlog.c:195
#, c-format
msgid "%s: invalid argument for option -O\n"
msgstr "%s : argument invalide pour l'option -O\n"
-#: pg_resetxlog.c:200
+#: pg_resetxlog.c:201
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s : le dcalage de multi-transaction (-O) ne doit pas tre -1\n"
-#: pg_resetxlog.c:209
-#: pg_resetxlog.c:216
-#: pg_resetxlog.c:223
+#: pg_resetxlog.c:210
+#: pg_resetxlog.c:217
+#: pg_resetxlog.c:224
#, c-format
msgid "%s: invalid argument for option -l\n"
msgstr "%s : argument invalide pour l'option -l\n"
-#: pg_resetxlog.c:237
+#: pg_resetxlog.c:238
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s : aucun rpertoire de donnes indiqu\n"
-#: pg_resetxlog.c:251
+#: pg_resetxlog.c:252
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s : ne peut pas tre excut par root \n"
-#: pg_resetxlog.c:253
+#: pg_resetxlog.c:254
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Vous devez excuter %s en tant que super-utilisateur PostgreSQL.\n"
-#: pg_resetxlog.c:263
+#: pg_resetxlog.c:264
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s : n'a pas pu accder au rpertoire %s : %s\n"
-#: pg_resetxlog.c:278
-#: pg_resetxlog.c:391
+#: pg_resetxlog.c:279
+#: pg_resetxlog.c:407
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s en lecture : %s\n"
-#: pg_resetxlog.c:284
+#: pg_resetxlog.c:285
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@@ -127,7 +127,7 @@ msgstr ""
"%s : le verrou %s existe\n"
"Le serveur est-il dmarr ? Sinon, supprimer le fichier verrou et ressayer.\n"
-#: pg_resetxlog.c:340
+#: pg_resetxlog.c:355
#, c-format
msgid ""
"\n"
@@ -137,7 +137,7 @@ msgstr ""
"Si ces valeurs semblent acceptables, utiliser -f pour forcer la\n"
"rinitialisation.\n"
-#: pg_resetxlog.c:352
+#: pg_resetxlog.c:367
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@@ -150,12 +150,12 @@ msgstr ""
"Pour continuer malgr tout, utiliser -f pour forcer la\n"
"rinitialisation.\n"
-#: pg_resetxlog.c:365
+#: pg_resetxlog.c:381
#, c-format
msgid "Transaction log reset\n"
msgstr "Rinitialisation du journal des transactions\n"
-#: pg_resetxlog.c:394
+#: pg_resetxlog.c:410
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@@ -166,22 +166,22 @@ msgstr ""
" touch %s\n"
"et ressayer.\n"
-#: pg_resetxlog.c:407
+#: pg_resetxlog.c:423
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le fichier %s : %s\n"
-#: pg_resetxlog.c:430
+#: pg_resetxlog.c:446
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s : pg_control existe mais son CRC est invalide ; agir avec prcaution\n"
-#: pg_resetxlog.c:439
+#: pg_resetxlog.c:455
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s : pg_control existe mais est corrompu ou de version inconnue ; ignor\n"
-#: pg_resetxlog.c:523
+#: pg_resetxlog.c:541
#, c-format
msgid ""
"Guessed pg_control values:\n"
@@ -190,7 +190,7 @@ msgstr ""
"Valeurs de pg_control devines :\n"
"\n"
-#: pg_resetxlog.c:525
+#: pg_resetxlog.c:543
#, c-format
msgid ""
"pg_control values:\n"
@@ -199,181 +199,194 @@ msgstr ""
"Valeurs de pg_control : \n"
"\n"
-#: pg_resetxlog.c:534
+#: pg_resetxlog.c:552
#, c-format
msgid "First log file ID after reset: %u\n"
msgstr "Premier identifiant du journal aprs rinitialisation : %u\n"
-#: pg_resetxlog.c:536
+#: pg_resetxlog.c:554
#, c-format
msgid "First log file segment after reset: %u\n"
msgstr "Premier segment du journal aprs rinitialisation : %u\n"
-#: pg_resetxlog.c:538
+#: pg_resetxlog.c:556
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Numro de version de pg_control : %u\n"
-#: pg_resetxlog.c:540
+#: pg_resetxlog.c:558
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Numro de version du catalogue : %u\n"
-#: pg_resetxlog.c:542
+#: pg_resetxlog.c:560
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identifiant du systme de base de donnes : %s\n"
-#: pg_resetxlog.c:544
+#: pg_resetxlog.c:562
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "Dernier TimeLineID du point de contrle : %u\n"
-#: pg_resetxlog.c:546
+#: pg_resetxlog.c:564
#, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "Dernier NextXID du point de contrle : %u/%u\n"
-#: pg_resetxlog.c:549
+#: pg_resetxlog.c:567
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Dernier NextOID du point de contrle : %u\n"
-#: pg_resetxlog.c:551
+#: pg_resetxlog.c:569
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "Dernier NextMultiXactId du point de contrle : %u\n"
-#: pg_resetxlog.c:553
+#: pg_resetxlog.c:571
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "Dernier NextMultiOffset du point de contrle : %u\n"
-#: pg_resetxlog.c:555
+#: pg_resetxlog.c:573
+#, c-format
+msgid "Latest checkpoint's oldestXID: %u\n"
+msgstr "Dernier oldestXID du point de contrle : %u\n"
+
+#: pg_resetxlog.c:575
+#, c-format
+msgid "Latest checkpoint's oldestXID's DB: %u\n"
+msgstr "Dernier oldestXID du point de contrle de la base : %u\n"
+
+#: pg_resetxlog.c:577
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Alignement maximal des donnes : %u\n"
-#: pg_resetxlog.c:558
+#: pg_resetxlog.c:580
#, c-format
msgid "Database block size: %u\n"
msgstr "Taille du bloc de la base de donnes : %u\n"
-#: pg_resetxlog.c:560
+#: pg_resetxlog.c:582
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blocs par segment des relations volumineuses : %u\n"
-#: pg_resetxlog.c:562
+#: pg_resetxlog.c:584
#, c-format
msgid "WAL block size: %u\n"
msgstr "Taille de bloc du journal de transaction : %u\n"
-#: pg_resetxlog.c:564
+#: pg_resetxlog.c:586
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Octets par segment du journal de transaction : %u\n"
-#: pg_resetxlog.c:566
+#: pg_resetxlog.c:588
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longueur maximale des identifiants : %u\n"
-#: pg_resetxlog.c:568
+#: pg_resetxlog.c:590
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Nombre maximal de colonnes d'un index: %u\n"
-#: pg_resetxlog.c:570
+#: pg_resetxlog.c:592
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Longueur maximale d'un morceau TOAST : %u\n"
-#: pg_resetxlog.c:572
+#: pg_resetxlog.c:594
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Stockage du type date/heure : %s\n"
-#: pg_resetxlog.c:573
+#: pg_resetxlog.c:595
msgid "64-bit integers"
msgstr "entiers 64-bits"
-#: pg_resetxlog.c:573
+#: pg_resetxlog.c:595
msgid "floating-point numbers"
msgstr "nombres virgule flottante"
-#: pg_resetxlog.c:574
+#: pg_resetxlog.c:596
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Passage d'argument float4 : %s\n"
-#: pg_resetxlog.c:575
-#: pg_resetxlog.c:577
+#: pg_resetxlog.c:597
+#: pg_resetxlog.c:599
msgid "by value"
msgstr "par valeur"
-#: pg_resetxlog.c:575
-#: pg_resetxlog.c:577
+#: pg_resetxlog.c:597
+#: pg_resetxlog.c:599
msgid "by reference"
msgstr "par rfrence"
-#: pg_resetxlog.c:576
+#: pg_resetxlog.c:598
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Passage d'argument float8 : %s\n"
-#: pg_resetxlog.c:627
+#: pg_resetxlog.c:649
#, c-format
msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
msgstr ""
"%s : erreur interne -- sizeof(ControlFileData) est trop important...\n"
"corrigez PG_CONTROL_SIZE\n"
-#: pg_resetxlog.c:642
+#: pg_resetxlog.c:664
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s : n'a pas pu crer le fichier pg_control : %s\n"
-#: pg_resetxlog.c:653
+#: pg_resetxlog.c:675
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s : n'a pas pu crire le fichier pg_control : %s\n"
-#: pg_resetxlog.c:660
-#: pg_resetxlog.c:910
+#: pg_resetxlog.c:682
+#: pg_resetxlog.c:989
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s : erreur fsync : %s\n"
-#: pg_resetxlog.c:698
-#: pg_resetxlog.c:773
+#: pg_resetxlog.c:720
+#: pg_resetxlog.c:795
+#: pg_resetxlog.c:851
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le rpertoire %s : %s\n"
-#: pg_resetxlog.c:742
-#: pg_resetxlog.c:806
+#: pg_resetxlog.c:764
+#: pg_resetxlog.c:828
+#: pg_resetxlog.c:885
#, c-format
msgid "%s: could not read from directory \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le rpertoire %s : %s\n"
-#: pg_resetxlog.c:787
+#: pg_resetxlog.c:809
+#: pg_resetxlog.c:866
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s : n'a pas pu supprimer le fichier %s : %s\n"
-#: pg_resetxlog.c:877
+#: pg_resetxlog.c:956
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n"
-#: pg_resetxlog.c:888
-#: pg_resetxlog.c:902
+#: pg_resetxlog.c:967
+#: pg_resetxlog.c:981
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s : n'a pas pu crire le fichier %s : %s\n"
-#: pg_resetxlog.c:921
+#: pg_resetxlog.c:1000
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@@ -382,7 +395,7 @@ msgstr ""
"%s rinitialise le journal des transactions PostgreSQL.\n"
"\n"
-#: pg_resetxlog.c:922
+#: pg_resetxlog.c:1001
#, c-format
msgid ""
"Usage:\n"
@@ -393,68 +406,68 @@ msgstr ""
" %s [OPTION]... RP_DONNES\n"
"\n"
-#: pg_resetxlog.c:923
+#: pg_resetxlog.c:1002
#, c-format
msgid "Options:\n"
msgstr "Options :\n"
-#: pg_resetxlog.c:924
+#: pg_resetxlog.c:1003
#, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr ""
" -x XIDEPOCH fixe la valeur epoch du prochain identifiant de\n"
" transaction\n"
-#: pg_resetxlog.c:925
+#: pg_resetxlog.c:1004
#, c-format
msgid " -f force update to be done\n"
msgstr " -f force la mise jour\n"
-#: pg_resetxlog.c:926
+#: pg_resetxlog.c:1005
#, c-format
msgid " -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n"
msgstr ""
" -l TLI,FILE,SEG force l'emplacement minimal de dbut des WAL du nouveau\n"
" journal de transactions\n"
-#: pg_resetxlog.c:927
+#: pg_resetxlog.c:1006
#, c-format
msgid " -m XID set next multitransaction ID\n"
msgstr " -m XID fixe le prochain identifiant multi-transaction\n"
-#: pg_resetxlog.c:928
+#: pg_resetxlog.c:1007
#, c-format
msgid " -n no update, just show extracted control values (for testing)\n"
msgstr ""
" -n pas de mise jour, affiche simplement les valeurs de\n"
" contrle extraites (pour test)\n"
-#: pg_resetxlog.c:929
+#: pg_resetxlog.c:1008
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID fixe le prochain OID\n"
-#: pg_resetxlog.c:930
+#: pg_resetxlog.c:1009
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O DCALAGE fixe le dcalage de la prochaine multi-transaction\n"
-#: pg_resetxlog.c:931
+#: pg_resetxlog.c:1010
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID fixe le prochain identifiant de transaction\n"
-#: pg_resetxlog.c:932
+#: pg_resetxlog.c:1011
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help affiche cette aide et quitte\n"
-#: pg_resetxlog.c:933
+#: pg_resetxlog.c:1012
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version afficherla version et quitte\n"
-#: pg_resetxlog.c:934
+#: pg_resetxlog.c:1013
#, c-format
msgid ""
"\n"
diff --git a/src/bin/psql/po/fr.po b/src/bin/psql/po/fr.po
index a704bd04bae..f93d1c934ec 100644
--- a/src/bin/psql/po/fr.po
+++ b/src/bin/psql/po/fr.po
@@ -1,7 +1,7 @@
# translation of psql.po to fr_fr
# french message translation file for psql
#
-# $PostgreSQL: pgsql/src/bin/psql/po/fr.po,v 1.26 2009/06/26 19:33:50 petere Exp $
+# $PostgreSQL: pgsql/src/bin/psql/po/fr.po,v 1.27 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
# Peter Eisentraut <peter_e@gmx.net>, 2001.
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-06-22 07:08+0000\n"
-"PO-Revision-Date: 2009-06-24 21:51+0100\n"
+"POT-Creation-Date: 2009-12-17 17:12+0000\n"
+"PO-Revision-Date: 2009-12-17 23:03+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"MIME-Version: 1.0\n"
@@ -51,170 +51,170 @@ msgstr "\\%s : n'a pas pu accder au rpertoire %s : %s\n"
msgid "Time: %.3f ms\n"
msgstr "Temps : %.3f ms\n"
-#: command.c:469
-#: command.c:497
-#: command.c:1037
+#: command.c:485
+#: command.c:513
+#: command.c:1053
msgid "no query buffer\n"
msgstr "aucun tampon de requte\n"
-#: command.c:539
+#: command.c:555
msgid "No changes"
msgstr "Aucun changement"
-#: command.c:593
+#: command.c:609
#, c-format
msgid "%s: invalid encoding name or conversion procedure not found\n"
msgstr "%s : nom d'encodage invalide ou procdure de conversion introuvable\n"
-#: command.c:661
-#: command.c:695
-#: command.c:709
-#: command.c:726
-#: command.c:830
-#: command.c:880
-#: command.c:1017
-#: command.c:1048
+#: command.c:677
+#: command.c:711
+#: command.c:725
+#: command.c:742
+#: command.c:846
+#: command.c:896
+#: command.c:1033
+#: command.c:1064
#, c-format
msgid "\\%s: missing required argument\n"
msgstr "\\%s : argument requis manquant\n"
-#: command.c:758
+#: command.c:774
msgid "Query buffer is empty."
msgstr "Le tampon de requte est vide."
-#: command.c:768
+#: command.c:784
msgid "Enter new password: "
msgstr "Saisissez le nouveau mot de passe :"
-#: command.c:769
+#: command.c:785
msgid "Enter it again: "
msgstr "Saisissez-le nouveau :"
-#: command.c:773
+#: command.c:789
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Les mots de passe ne sont pas identiques.\n"
-#: command.c:791
+#: command.c:807
#, c-format
msgid "Password encryption failed.\n"
msgstr "chec du chiffrement du mot de passe.\n"
-#: command.c:859
-#: command.c:960
-#: command.c:1022
+#: command.c:875
+#: command.c:976
+#: command.c:1038
#, c-format
msgid "\\%s: error\n"
msgstr "\\%s : erreur\n"
-#: command.c:900
+#: command.c:916
msgid "Query buffer reset (cleared)."
msgstr "Le tampon de requte a t effac."
-#: command.c:913
+#: command.c:929
#, c-format
msgid "Wrote history to file \"%s/%s\".\n"
msgstr "Historique sauvegard dans le fichier %s/%s .\n"
-#: command.c:951
+#: command.c:967
#: common.c:52
#: common.c:66
-#: input.c:198
-#: mainloop.c:70
-#: mainloop.c:228
-#: print.c:61
-#: print.c:75
+#: input.c:209
+#: mainloop.c:72
+#: mainloop.c:234
+#: print.c:137
+#: print.c:151
#, c-format
msgid "out of memory\n"
msgstr "mmoire puise\n"
-#: command.c:1002
+#: command.c:1018
msgid "Timing is on."
msgstr "Chronomtrage activ."
-#: command.c:1004
+#: command.c:1020
msgid "Timing is off."
msgstr "Chronomtrage dsactiv."
-#: command.c:1065
-#: command.c:1085
-#: command.c:1584
-#: command.c:1591
+#: command.c:1081
+#: command.c:1101
#: command.c:1600
-#: command.c:1610
-#: command.c:1619
-#: command.c:1633
-#: command.c:1650
-#: command.c:1683
+#: command.c:1607
+#: command.c:1616
+#: command.c:1626
+#: command.c:1635
+#: command.c:1649
+#: command.c:1666
+#: command.c:1704
#: common.c:137
-#: copy.c:517
-#: copy.c:581
+#: copy.c:283
+#: copy.c:361
#, c-format
msgid "%s: %s\n"
msgstr "%s : %s\n"
-#: command.c:1167
+#: command.c:1183
#: startup.c:159
msgid "Password: "
msgstr "Mot de passe : "
-#: command.c:1174
+#: command.c:1190
#: startup.c:162
#: startup.c:164
#, c-format
msgid "Password for user %s: "
msgstr "Mot de passe pour l'utilisateur %s : "
-#: command.c:1270
-#: command.c:2113
+#: command.c:1286
+#: command.c:2156
#: common.c:183
#: common.c:460
#: common.c:525
#: common.c:811
#: common.c:836
#: common.c:920
-#: copy.c:652
-#: copy.c:697
-#: copy.c:826
+#: copy.c:432
+#: copy.c:477
+#: copy.c:606
#, c-format
msgid "%s"
msgstr "%s"
-#: command.c:1274
+#: command.c:1290
msgid "Previous connection kept\n"
msgstr "Connexion prcdente conserve\n"
-#: command.c:1278
+#: command.c:1294
#, c-format
msgid "\\connect: %s"
msgstr "\\connect : %s"
-#: command.c:1302
+#: command.c:1318
#, c-format
msgid "You are now connected to database \"%s\""
msgstr "Vous tes maintenant connect la base de donnes %s "
-#: command.c:1305
+#: command.c:1321
#, c-format
msgid " on host \"%s\""
msgstr " sur l'hte %s "
-#: command.c:1308
+#: command.c:1324
#, c-format
msgid " at port \"%s\""
msgstr " sur le port %s "
-#: command.c:1311
+#: command.c:1327
#, c-format
msgid " as user \"%s\""
msgstr " comme utilisateur %s "
-#: command.c:1346
+#: command.c:1362
#, c-format
msgid "%s (%s, server %s)\n"
msgstr "%s (%s, serveur %s)\n"
-#: command.c:1353
+#: command.c:1369
#, c-format
msgid ""
"WARNING: %s version %d.%d, server version %d.%d.\n"
@@ -223,17 +223,17 @@ msgstr ""
"ATTENTION : %s version %d.%d, version du serveur %d.%d.\n"
" Certaines fonctionnalits de psql pourraient ne pas fonctionner.\n"
-#: command.c:1383
+#: command.c:1399
#, c-format
msgid "SSL connection (cipher: %s, bits: %i)\n"
msgstr "Connexion SSL (chiffrement : %s, bits : %i)\n"
-#: command.c:1393
+#: command.c:1409
#, c-format
msgid "SSL connection (unknown cipher)\n"
msgstr "Connexion SSL (chiffrement inconnu)\n"
-#: command.c:1414
+#: command.c:1430
#, c-format
msgid ""
"WARNING: Console code page (%u) differs from Windows code page (%u)\n"
@@ -245,138 +245,147 @@ msgstr ""
" Voir la section Notes aux utilisateurs de Windows de la page\n"
" rfrence de psql pour les dtails.\n"
-#: command.c:1503
+#: command.c:1519
#, c-format
msgid "could not start editor \"%s\"\n"
msgstr "n'a pas pu excuter l'diteur %s \n"
-#: command.c:1505
+#: command.c:1521
msgid "could not start /bin/sh\n"
msgstr "n'a pas pu excuter /bin/sh\n"
-#: command.c:1542
+#: command.c:1558
#, c-format
msgid "cannot locate temporary directory: %s"
msgstr "n'a pas pu localiser le rpertoire temporaire : %s"
-#: command.c:1569
+#: command.c:1585
#, c-format
msgid "could not open temporary file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier temporaire %s : %s\n"
-#: command.c:1767
+#: command.c:1788
msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n"
msgstr ""
"\\pset : les formats autoriss sont unaligned, aligned, wrapped, html, latex,\n"
"troff-ms\n"
-#: command.c:1772
+#: command.c:1793
#, c-format
msgid "Output format is %s.\n"
msgstr "Le format de sortie est %s.\n"
-#: command.c:1782
+#: command.c:1809
+msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n"
+msgstr "\\pset: les styles de lignes autoriss sont ascii, old-ascii, unicode\n"
+
+#: command.c:1814
+#, c-format
+msgid "Line style is %s.\n"
+msgstr "Le style de ligne est %s.\n"
+
+#: command.c:1825
#, c-format
msgid "Border style is %d.\n"
msgstr "Le style de bordure est %d.\n"
-#: command.c:1794
+#: command.c:1837
#, c-format
msgid "Expanded display is on.\n"
msgstr "Affichage tendu activ.\n"
-#: command.c:1795
+#: command.c:1838
#, c-format
msgid "Expanded display is off.\n"
msgstr "Affichage tendu dsactiv.\n"
-#: command.c:1808
+#: command.c:1851
msgid "Showing locale-adjusted numeric output."
msgstr "Affichage de la sortie numrique adapte la locale."
-#: command.c:1810
+#: command.c:1853
msgid "Locale-adjusted numeric output is off."
msgstr "L'affichage de la sortie numrique adapte la locale est dsactiv."
-#: command.c:1823
+#: command.c:1866
#, c-format
msgid "Null display is \"%s\".\n"
msgstr "L'affichage de null est %s .\n"
-#: command.c:1835
+#: command.c:1878
#, c-format
msgid "Field separator is \"%s\".\n"
msgstr "Le sparateur de champs est %s .\n"
-#: command.c:1849
+#: command.c:1892
#, c-format
msgid "Record separator is <newline>."
msgstr "Le sparateur d'enregistrements est <saut de ligne>."
-#: command.c:1851
+#: command.c:1894
#, c-format
msgid "Record separator is \"%s\".\n"
msgstr "Le sparateur d'enregistrements est %s .\n"
-#: command.c:1865
+#: command.c:1908
msgid "Showing only tuples."
msgstr "Affichage des tuples seuls."
-#: command.c:1867
+#: command.c:1910
msgid "Tuples only is off."
msgstr "L'affichage des tuples seuls est dsactiv."
-#: command.c:1883
+#: command.c:1926
#, c-format
msgid "Title is \"%s\".\n"
msgstr "Le titre est %s .\n"
-#: command.c:1885
+#: command.c:1928
#, c-format
msgid "Title is unset.\n"
msgstr "Le titre n'est pas dfini.\n"
-#: command.c:1901
+#: command.c:1944
#, c-format
msgid "Table attribute is \"%s\".\n"
msgstr "L'attribut de la table est %s .\n"
-#: command.c:1903
+#: command.c:1946
#, c-format
msgid "Table attributes unset.\n"
msgstr "Les attributs de la table ne sont pas dfinis.\n"
-#: command.c:1924
+#: command.c:1967
msgid "Pager is used for long output."
msgstr "Le pagineur est utilis pour les affichages importants."
-#: command.c:1926
+#: command.c:1969
msgid "Pager is always used."
msgstr "Le pagineur est toujours utilis."
-#: command.c:1928
+#: command.c:1971
msgid "Pager usage is off."
msgstr "Le pagineur n'est pas utilis."
-#: command.c:1942
+#: command.c:1985
msgid "Default footer is on."
msgstr "Le bas de page pas dfaut est activ."
-#: command.c:1944
+#: command.c:1987
msgid "Default footer is off."
msgstr "Le bas de page par dfaut est dsactiv."
-#: command.c:1955
+#: command.c:1998
#, c-format
msgid "Target width for \"wrapped\" format is %d.\n"
msgstr "La largeur cible pour le format wrapped est %d.\n"
-#: command.c:1960
+#: command.c:2003
#, c-format
msgid "\\pset: unknown option: %s\n"
msgstr "\\pset : option inconnue : %s\n"
-#: command.c:2014
+#: command.c:2057
msgid "\\!: failed\n"
msgstr "\\! : chec\n"
@@ -450,51 +459,55 @@ msgstr ""
"Le serveur (version %d.%d) ne supporte pas les points de sauvegarde pour\n"
"ON_ERROR_ROLLBACK.\n"
-#: copy.c:120
+#: copy.c:96
msgid "\\copy: arguments required\n"
msgstr "\\copy : arguments requis\n"
-#: copy.c:399
+#: copy.c:228
#, c-format
msgid "\\copy: parse error at \"%s\"\n"
msgstr "\\copy : erreur d'analyse sur %s \n"
-#: copy.c:401
+#: copy.c:230
msgid "\\copy: parse error at end of line\n"
msgstr "\\copy : erreur d'analyse la fin de la ligne\n"
-#: copy.c:528
+#: copy.c:294
#, c-format
msgid "%s: cannot copy from/to a directory\n"
msgstr "%s : ne peut pas copier partir de/vers un rpertoire\n"
-#: copy.c:554
+#: copy.c:331
#, c-format
msgid "\\copy: %s"
msgstr "\\copy : %s"
-#: copy.c:558
-#: copy.c:572
+#: copy.c:335
+#: copy.c:349
#, c-format
msgid "\\copy: unexpected response (%d)\n"
msgstr "\\copy : rponse inattendue (%d)\n"
-#: copy.c:627
-#: copy.c:637
+#: copy.c:353
+msgid "trying to exit copy mode"
+msgstr "tente de sortir du mode copy"
+
+#: copy.c:407
+#: copy.c:417
#, c-format
msgid "could not write COPY data: %s\n"
msgstr "n'a pas pu crire les donnes du COPY : %s\n"
-#: copy.c:644
+#: copy.c:424
#, c-format
msgid "COPY data transfer failed: %s"
msgstr "chec du transfert de donnes COPY : %s"
-#: copy.c:692
+#: copy.c:472
msgid "canceled by user"
msgstr "annul par l'utilisateur"
-#: copy.c:707
+#: copy.c:487
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
@@ -502,7 +515,7 @@ msgstr ""
"Saisissez les donnes copier suivies d'un saut de ligne.\n"
"Terminez avec un antislash et un point seuls sur une ligne."
-#: copy.c:819
+#: copy.c:599
msgid "aborted because of read failure"
msgstr "annul du fait d'une erreur de lecture"
@@ -978,160 +991,170 @@ msgstr " \\dd[S] [MODLE] affiche les commentaires de l'objet\n"
#: help.c:204
#, c-format
+msgid " \\ddp [PATTERN] list default privileges\n"
+msgstr " \\ddp [MODLE] affiche les droits par dfaut\n"
+
+#: help.c:205
+#, c-format
msgid " \\dD[S] [PATTERN] list domains\n"
msgstr " \\dD[S] [MODLE] affiche la liste des domaines\n"
-#: help.c:205
+#: help.c:206
#, c-format
msgid " \\des[+] [PATTERN] list foreign servers\n"
msgstr " \\des[+] [MODLE] affiche la liste des utilisateurs\n"
-#: help.c:206
+#: help.c:207
#, c-format
msgid " \\deu[+] [PATTERN] list user mappings\n"
msgstr " \\deu[+] [MODLE] affiche la liste des utilisateurs\n"
-#: help.c:207
+#: help.c:208
#, c-format
msgid " \\dew[+] [PATTERN] list foreign-data wrappers\n"
msgstr " \\dew[+] [MODLE] affiche la liste des groupes\n"
-#: help.c:208
+#: help.c:209
#, c-format
msgid " \\df[antw][S+] [PATRN] list [only agg/normal/trigger/window] functions\n"
msgstr ""
" \\df[antw][S+] [PATRN] affiche la liste des fonctions\n"
" [seulement agg/normal/trigger/window]\n"
-#: help.c:209
+#: help.c:210
#, c-format
msgid " \\dF[+] [PATTERN] list text search configurations\n"
msgstr ""
" \\dF[+] [MODLE] affiche la liste des configurations de la recherche\n"
" plein texte\n"
-#: help.c:210
+#: help.c:211
#, c-format
msgid " \\dFd[+] [PATTERN] list text search dictionaries\n"
msgstr ""
" \\dFd[+] [MODLE] affiche la liste des dictionnaires de la recherche de\n"
" texte\n"
-#: help.c:211
+#: help.c:212
#, c-format
msgid " \\dFp[+] [PATTERN] list text search parsers\n"
msgstr ""
" \\dFp[+] [MODLE] affiche la liste des analyseurs de la recherche de\n"
" texte\n"
-#: help.c:212
+#: help.c:213
#, c-format
msgid " \\dFt[+] [PATTERN] list text search templates\n"
msgstr ""
" \\dFt[+] [MODLE] affiche la liste des modles de la recherche de\n"
" texte\n"
-#: help.c:213
+#: help.c:214
#, c-format
-msgid " \\dg [PATTERN] list roles (groups)\n"
-msgstr " \\dg [MODLE] affiche la liste des groupes\n"
+msgid " \\dg[+] [PATTERN] list roles (groups)\n"
+msgstr " \\dg[+] [MODLE] affiche la liste des groupes\n"
-#: help.c:214
+#: help.c:215
#, c-format
msgid " \\di[S+] [PATTERN] list indexes\n"
msgstr " \\di[S+] [MODLE] affiche la liste des index\n"
-#: help.c:215
+#: help.c:216
#, c-format
msgid " \\dl list large objects, same as \\lo_list\n"
msgstr ""
" \\dl affiche la liste des Large Objects , identique \n"
" \\lo_list\n"
-#: help.c:216
+#: help.c:217
#, c-format
msgid " \\dn[+] [PATTERN] list schemas\n"
msgstr " \\dn[+] [MODLE] affiche la liste des schmas\n"
-#: help.c:217
+#: help.c:218
#, c-format
msgid " \\do[S] [PATTERN] list operators\n"
msgstr " \\do[S] [MODLE] affiche la liste des oprateurs\n"
-#: help.c:218
+#: help.c:219
#, c-format
msgid " \\dp [PATTERN] list table, view, and sequence access privileges\n"
msgstr ""
" \\dp [MODLE] affiche la liste des droits d'accs aux tables,\n"
" vues, squences\n"
-#: help.c:219
+#: help.c:220
+#, c-format
+msgid " \\drds [PATRN1 [PATRN2]] list per-database role settings\n"
+msgstr " \\drds [MODEL1 [MODEL2]] liste la configuration utilisateur par base de donnes\n"
+
+#: help.c:221
#, c-format
msgid " \\ds[S+] [PATTERN] list sequences\n"
msgstr " \\ds[S+] [MODLE] affiche la liste des squences\n"
-#: help.c:220
+#: help.c:222
#, c-format
msgid " \\dt[S+] [PATTERN] list tables\n"
msgstr " \\dt[S+] [MODLE] affiche la liste des tables\n"
-#: help.c:221
+#: help.c:223
#, c-format
msgid " \\dT[S+] [PATTERN] list data types\n"
msgstr " \\dT[S+] [MODLE] affiche la liste des types de donnes\n"
-#: help.c:222
+#: help.c:224
#, c-format
-msgid " \\du [PATTERN] list roles (users)\n"
-msgstr " \\dp [MODLE] affiche la liste des rles (utilisateurs)\n"
+msgid " \\du[+] [PATTERN] list roles (users)\n"
+msgstr " \\du[+] [MODLE] affiche la liste des rles (utilisateurs)\n"
-#: help.c:223
+#: help.c:225
#, c-format
msgid " \\dv[S+] [PATTERN] list views\n"
msgstr " \\dv[S+] [MODLE] affiche la liste des vues\n"
-#: help.c:224
+#: help.c:226
#, c-format
msgid " \\l[+] list all databases\n"
msgstr " \\l[+] affiche la liste des bases de donnes\n"
-#: help.c:225
+#: help.c:227
#, c-format
msgid " \\z [PATTERN] same as \\dp\n"
msgstr " \\z [MODLE] identique \\dp\n"
-#: help.c:228
+#: help.c:230
#, c-format
msgid "Formatting\n"
msgstr "Formatage\n"
-#: help.c:229
+#: help.c:231
#, c-format
msgid " \\a toggle between unaligned and aligned output mode\n"
msgstr ""
" \\a bascule entre les modes de sortie aligne et non\n"
" aligne\n"
-#: help.c:230
+#: help.c:232
#, c-format
msgid " \\C [STRING] set table title, or unset if none\n"
msgstr ""
" \\C [CHANE] initialise le titre d'une table, ou le dsactive en\n"
" l'absence d'argument\n"
-#: help.c:231
+#: help.c:233
#, c-format
msgid " \\f [STRING] show or set field separator for unaligned query output\n"
msgstr ""
" \\f [CHANE] affiche ou initialise le sparateur de champ pour\n"
" une sortie non aligne des requtes\n"
-#: help.c:232
+#: help.c:234
#, c-format
msgid " \\H toggle HTML output mode (currently %s)\n"
msgstr " \\H bascule le mode de sortie HTML (actuellement %s)\n"
-#: help.c:234
+#: help.c:236
#, c-format
msgid ""
" \\pset NAME [VALUE] set table output option\n"
@@ -1143,29 +1166,29 @@ msgstr ""
" null|numericlocale|recordsep|tuples_only|\n"
" title|tableattr|pager})\n"
-#: help.c:237
+#: help.c:239
#, c-format
msgid " \\t [on|off] show only rows (currently %s)\n"
msgstr " \\t affiche uniquement les lignes (actuellement %s)\n"
-#: help.c:239
+#: help.c:241
#, c-format
msgid " \\T [STRING] set HTML <table> tag attributes, or unset if none\n"
msgstr ""
" \\T [CHANE] initialise les attributs HTML de la balise <table>,\n"
" ou l'annule en l'absence d'argument\n"
-#: help.c:240
+#: help.c:242
#, c-format
msgid " \\x [on|off] toggle expanded output (currently %s)\n"
msgstr " \\x bascule l'affichage tendu (actuellement %s)\n"
-#: help.c:244
+#: help.c:246
#, c-format
msgid "Connection\n"
msgstr "Connexions\n"
-#: help.c:245
+#: help.c:247
#, c-format
msgid ""
" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n"
@@ -1175,12 +1198,12 @@ msgstr ""
" se connecte une autre base de donnes\n"
" (actuellement %s )\n"
-#: help.c:248
+#: help.c:250
#, c-format
msgid " \\encoding [ENCODING] show or set client encoding\n"
msgstr " \\encoding [ENCODAGE] affiche ou initialise l'encodage du client\n"
-#: help.c:249
+#: help.c:251
#, c-format
msgid " \\password [USERNAME] securely change the password for a user\n"
msgstr ""
@@ -1188,60 +1211,60 @@ msgstr ""
" modifie de faon scuris le mot de passe d'un\n"
" utilisateur\n"
-#: help.c:252
+#: help.c:254
#, c-format
msgid "Operating System\n"
msgstr "Systme d'exploitation\n"
-#: help.c:253
+#: help.c:255
#, c-format
msgid " \\cd [DIR] change the current working directory\n"
msgstr " \\cd [RPERTOIRE] change de rpertoire de travail\n"
-#: help.c:254
+#: help.c:256
#, c-format
msgid " \\timing [on|off] toggle timing of commands (currently %s)\n"
msgstr ""
" \\timing [on|off] bascule l'activation du chronomtrage des commandes\n"
" (actuellement %s)\n"
-#: help.c:256
+#: help.c:258
#, c-format
msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
msgstr ""
" \\! [COMMANDE] excute la commande dans un shell ou excute un\n"
" shell interactif\n"
-#: help.c:259
+#: help.c:261
#, c-format
msgid "Variables\n"
msgstr "Variables\n"
-#: help.c:260
+#: help.c:262
#, c-format
msgid " \\prompt [TEXT] NAME prompt user to set internal variable\n"
msgstr ""
" \\prompt [TEXTE] NOM demande l'utilisateur de configurer la variable\n"
" interne\n"
-#: help.c:261
+#: help.c:263
#, c-format
msgid " \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n"
msgstr ""
" \\set [NOM [VALEUR]] initialise une variable interne ou les affiche\n"
" toutes en l'absence de paramtre\n"
-#: help.c:262
+#: help.c:264
#, c-format
msgid " \\unset NAME unset (delete) internal variable\n"
msgstr " \\unset NOM dsactive (supprime) la variable interne\n"
-#: help.c:265
+#: help.c:267
#, c-format
msgid "Large Objects\n"
msgstr " Large objects \n"
-#: help.c:266
+#: help.c:268
#, c-format
msgid ""
" \\lo_export LOBOID FILE\n"
@@ -1255,11 +1278,11 @@ msgstr ""
" \\lo_unlink OIDLOB\n"
" oprations sur les Large Objects \n"
-#: help.c:318
+#: help.c:320
msgid "Available help:\n"
msgstr "Aide-mmoire disponible :\n"
-#: help.c:407
+#: help.c:410
#, c-format
msgid ""
"Command: %s\n"
@@ -1274,7 +1297,7 @@ msgstr ""
"%s\n"
"\n"
-#: help.c:423
+#: help.c:426
#, c-format
msgid ""
"No help available for \"%-.*s\".\n"
@@ -1283,17 +1306,17 @@ msgstr ""
"Aucun aide-mmoire disponible pour %-.*s .\n"
"Essayez \\h sans arguments pour afficher les aide-mmoires disponibles.\n"
-#: input.c:187
+#: input.c:198
#, c-format
msgid "could not read from input file: %s\n"
msgstr "n'a pas pu lire partir du fichier en entre : %s\n"
-#: input.c:347
+#: input.c:406
#, c-format
msgid "could not save history to file \"%s\": %s\n"
msgstr "n'a pas pu sauvegarder l'historique dans le fichier %s : %s\n"
-#: input.c:352
+#: input.c:411
msgid "history is not supported by this installation\n"
msgstr "l'historique n'est pas supporte par cette installation\n"
@@ -1312,46 +1335,60 @@ msgstr "%s : la transaction en cours est abandonne\n"
msgid "%s: unknown transaction status\n"
msgstr "%s : tat de la transaction inconnu\n"
-#: large_obj.c:286
+#: large_obj.c:289
+#: large_obj.c:300
msgid "ID"
msgstr "ID"
-#: large_obj.c:287
+#: large_obj.c:290
+#: describe.c:146
+#: describe.c:334
+#: describe.c:613
+#: describe.c:762
+#: describe.c:2404
+#: describe.c:2704
+#: describe.c:3333
+#: describe.c:3392
+msgid "Owner"
+msgstr "Propritaire"
+
+#: large_obj.c:291
+#: large_obj.c:301
#: describe.c:95
#: describe.c:158
#: describe.c:337
#: describe.c:490
#: describe.c:566
#: describe.c:637
-#: describe.c:760
-#: describe.c:1238
-#: describe.c:2013
-#: describe.c:2144
-#: describe.c:2438
-#: describe.c:2500
-#: describe.c:2636
-#: describe.c:2675
-#: describe.c:2742
-#: describe.c:2801
-#: describe.c:2810
-#: describe.c:2869
+#: describe.c:827
+#: describe.c:1317
+#: describe.c:2228
+#: describe.c:2418
+#: describe.c:2712
+#: describe.c:2774
+#: describe.c:2910
+#: describe.c:2949
+#: describe.c:3016
+#: describe.c:3075
+#: describe.c:3084
+#: describe.c:3143
msgid "Description"
msgstr "Description"
-#: large_obj.c:295
+#: large_obj.c:310
msgid "Large objects"
msgstr " Large objects "
-#: mainloop.c:157
+#: mainloop.c:159
#, c-format
msgid "Use \"\\q\" to leave %s.\n"
msgstr "Saisissez \\q pour quitter %s.\n"
-#: mainloop.c:183
+#: mainloop.c:189
msgid "You are using psql, the command-line interface to PostgreSQL."
msgstr "Vous utilisez psql, l'interface en ligne de commande de PostgreSQL."
-#: mainloop.c:184
+#: mainloop.c:190
#, c-format
msgid ""
"Type: \\copyright for distribution terms\n"
@@ -1367,36 +1404,36 @@ msgstr ""
" \\g ou point-virgule en fin d'instruction pour excuter la requte\n"
" \\q pour quitter\n"
-#: print.c:974
+#: print.c:1156
#, c-format
msgid "(No rows)\n"
msgstr "(Aucune ligne)\n"
-#: print.c:1961
+#: print.c:2120
#, c-format
msgid "Interrupted\n"
msgstr "Interrompu\n"
-#: print.c:2028
+#: print.c:2187
#, c-format
msgid "Cannot add header to table content: column count of %d exceeded.\n"
msgstr ""
"Ne peut pas ajouter l'en-tte au contenu de la table : le nombre de colonnes\n"
"%d est dpass.\n"
-#: print.c:2065
+#: print.c:2224
#, c-format
msgid "Cannot add cell to table content: total cell count of %d exceeded.\n"
msgstr ""
"Ne peut pas ajouter une cellule au contenu de la table : le nombre total des\n"
"cellules %d est dpass.\n"
-#: print.c:2264
+#: print.c:2423
#, c-format
msgid "invalid output format (internal error): %d"
msgstr "format de sortie invalide (erreur interne) : %d"
-#: print.c:2353
+#: print.c:2512
#, c-format
msgid "(%lu row)"
msgid_plural "(%lu rows)"
@@ -1452,15 +1489,16 @@ msgstr "contient une gestion avance de la ligne de commande"
#: describe.c:462
#: describe.c:561
#: describe.c:682
-#: describe.c:757
-#: describe.c:2122
-#: describe.c:2243
-#: describe.c:2298
-#: describe.c:2498
-#: describe.c:2725
-#: describe.c:2797
-#: describe.c:2808
-#: describe.c:2867
+#: describe.c:763
+#: describe.c:824
+#: describe.c:2396
+#: describe.c:2517
+#: describe.c:2572
+#: describe.c:2772
+#: describe.c:2999
+#: describe.c:3071
+#: describe.c:3082
+#: describe.c:3141
msgid "Schema"
msgstr "Schma"
@@ -1471,18 +1509,18 @@ msgstr "Schma"
#: describe.c:562
#: describe.c:612
#: describe.c:683
-#: describe.c:758
-#: describe.c:2123
-#: describe.c:2244
-#: describe.c:2299
-#: describe.c:2429
-#: describe.c:2499
-#: describe.c:2726
-#: describe.c:2798
-#: describe.c:2809
-#: describe.c:2868
-#: describe.c:3058
-#: describe.c:3117
+#: describe.c:825
+#: describe.c:2397
+#: describe.c:2518
+#: describe.c:2573
+#: describe.c:2703
+#: describe.c:2773
+#: describe.c:3000
+#: describe.c:3072
+#: describe.c:3083
+#: describe.c:3142
+#: describe.c:3332
+#: describe.c:3391
msgid "Name"
msgstr "Nom"
@@ -1510,16 +1548,6 @@ msgstr "Liste des fonctions d'agrgation"
msgid "The server (version %d.%d) does not support tablespaces.\n"
msgstr "Le serveur (version %d.%d) ne supporte pas les tablespaces.\n"
-#: describe.c:146
-#: describe.c:334
-#: describe.c:613
-#: describe.c:2130
-#: describe.c:2430
-#: describe.c:3059
-#: describe.c:3118
-msgid "Owner"
-msgstr "Propritaire"
-
#: describe.c:147
msgid "Location"
msgstr "Emplacement"
@@ -1552,7 +1580,7 @@ msgstr "window"
#: describe.c:253
#: describe.c:298
#: describe.c:315
-#: describe.c:897
+#: describe.c:964
msgid "trigger"
msgstr "trigger"
@@ -1566,10 +1594,11 @@ msgstr "normal"
#: describe.c:300
#: describe.c:317
#: describe.c:685
-#: describe.c:1223
-#: describe.c:2129
-#: describe.c:2245
-#: describe.c:3130
+#: describe.c:767
+#: describe.c:1298
+#: describe.c:2403
+#: describe.c:2519
+#: describe.c:3404
msgid "Type"
msgstr "Type"
@@ -1607,7 +1636,7 @@ msgstr "Nom interne"
#: describe.c:474
#: describe.c:629
-#: describe.c:2140
+#: describe.c:2414
msgid "Size"
msgstr "Taille"
@@ -1656,20 +1685,37 @@ msgid "List of databases"
msgstr "Liste des bases de donnes"
#: describe.c:684
-#: describe.c:852
-#: describe.c:2124
+#: describe.c:764
+#: describe.c:919
+#: describe.c:2398
+#: sql_help.c:443
+#: sql_help.c:649
+#: sql_help.c:750
+#: sql_help.c:1166
+#: sql_help.c:1293
+#: sql_help.c:1327
+#: sql_help.c:1543
+#: sql_help.c:1692
+#: sql_help.c:1853
+#: sql_help.c:1934
+#: sql_help.c:2128
+#: sql_help.c:2687
+#: sql_help.c:2707
+#: sql_help.c:2709
+#: sql_help.c:2710
msgid "table"
msgstr "table"
#: describe.c:684
-#: describe.c:853
-#: describe.c:2125
+#: describe.c:920
+#: describe.c:2399
msgid "view"
msgstr "vue"
#: describe.c:684
-#: describe.c:855
-#: describe.c:2127
+#: describe.c:765
+#: describe.c:922
+#: describe.c:2401
msgid "sequence"
msgstr "squence"
@@ -1678,474 +1724,534 @@ msgid "Column access privileges"
msgstr "Droits d'accs la colonne"
#: describe.c:722
-#: describe.c:3225
-#: describe.c:3229
+#: describe.c:3499
+#: describe.c:3503
msgid "Access privileges"
msgstr "Droits d'accs"
-#: describe.c:759
+#: describe.c:750
+#, c-format
+msgid "The server (version %d.%d) does not support altering default privileges.\n"
+msgstr "Le serveur (version %d.%d) ne supporte pas la modification des droits par dfaut.\n"
+
+#: describe.c:766
+#: describe.c:858
+msgid "function"
+msgstr "fonction"
+
+#: describe.c:790
+msgid "Default access privileges"
+msgstr "Droits d'accs par dfaut"
+
+#: describe.c:826
msgid "Object"
msgstr "Objet"
-#: describe.c:771
+#: describe.c:838
msgid "aggregate"
msgstr "agrgation"
-#: describe.c:791
-msgid "function"
-msgstr "fonction"
-
-#: describe.c:810
+#: describe.c:877
+#: sql_help.c:1426
+#: sql_help.c:2425
+#: sql_help.c:2493
+#: sql_help.c:2624
+#: sql_help.c:2725
+#: sql_help.c:2776
msgid "operator"
msgstr "oprateur"
-#: describe.c:829
+#: describe.c:896
msgid "data type"
msgstr "type de donnes"
-#: describe.c:854
-#: describe.c:2126
+#: describe.c:921
+#: describe.c:2400
msgid "index"
msgstr "index"
-#: describe.c:876
+#: describe.c:943
msgid "rule"
msgstr "rgle"
-#: describe.c:920
+#: describe.c:987
msgid "Object descriptions"
msgstr "Descriptions des objets"
-#: describe.c:973
+#: describe.c:1040
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr "Aucune relation nomme %s n'a t trouve.\n"
-#: describe.c:1110
+#: describe.c:1193
#, c-format
msgid "Did not find any relation with OID %s.\n"
msgstr "Aucune relation avec l'OID %s n'a t trouve.\n"
-#: describe.c:1185
+#: describe.c:1261
#, c-format
msgid "Table \"%s.%s\""
msgstr "Table %s.%s "
-#: describe.c:1189
+#: describe.c:1265
#, c-format
msgid "View \"%s.%s\""
msgstr "Vue %s.%s "
-#: describe.c:1193
+#: describe.c:1269
#, c-format
msgid "Sequence \"%s.%s\""
msgstr "Squence %s.%s "
-#: describe.c:1197
+#: describe.c:1273
#, c-format
msgid "Index \"%s.%s\""
msgstr "Index %s.%s "
-#: describe.c:1202
+#: describe.c:1278
#, c-format
msgid "Special relation \"%s.%s\""
msgstr "Relation spciale %s.%s "
-#: describe.c:1206
+#: describe.c:1282
#, c-format
msgid "TOAST table \"%s.%s\""
msgstr "Table TOAST %s.%s "
-#: describe.c:1210
+#: describe.c:1286
#, c-format
msgid "Composite type \"%s.%s\""
msgstr "Type compos %s.%s "
-#: describe.c:1222
+#: describe.c:1297
msgid "Column"
msgstr "Colonne"
-#: describe.c:1228
+#: describe.c:1304
msgid "Modifiers"
msgstr "Modificateurs"
-#: describe.c:1233
+#: describe.c:1309
msgid "Value"
msgstr "Valeur"
-#: describe.c:1237
+#: describe.c:1312
+msgid "Definition"
+msgstr "Dfinition"
+
+#: describe.c:1316
msgid "Storage"
msgstr "Stockage"
-#: describe.c:1279
+#: describe.c:1358
msgid "not null"
msgstr "non NULL"
#. translator: default values of column definitions
-#: describe.c:1288
+#: describe.c:1367
#, c-format
msgid "default %s"
msgstr "Par dfaut, %s"
-#: describe.c:1354
+#: describe.c:1461
msgid "primary key, "
msgstr "cl primaire, "
-#: describe.c:1356
+#: describe.c:1463
msgid "unique, "
msgstr "unique, "
-#: describe.c:1362
+#: describe.c:1469
#, c-format
msgid "for table \"%s.%s\""
msgstr "pour la table %s.%s "
-#: describe.c:1366
+#: describe.c:1473
#, c-format
msgid ", predicate (%s)"
msgstr ", prdicat (%s)"
-#: describe.c:1369
+#: describe.c:1476
msgid ", clustered"
msgstr ", en cluster"
-#: describe.c:1372
+#: describe.c:1479
msgid ", invalid"
msgstr ", invalide"
-#: describe.c:1386
+#: describe.c:1482
+msgid ", deferrable"
+msgstr ", dferrable"
+
+#: describe.c:1485
+msgid ", initially deferred"
+msgstr ", initialement dferr"
+
+#: describe.c:1499
msgid "View definition:"
msgstr "Dfinition de la vue :"
-#: describe.c:1403
-#: describe.c:1654
+#: describe.c:1516
+#: describe.c:1825
msgid "Rules:"
msgstr "Rgles :"
-#: describe.c:1450
+#: describe.c:1583
msgid "Indexes:"
msgstr "Index :"
-#: describe.c:1510
+#: describe.c:1649
msgid "Check constraints:"
msgstr "Contraintes de vrification :"
-#: describe.c:1541
+#: describe.c:1681
+msgid "Exclusion constraints:"
+msgstr "Contraintes d'exclusion :"
+
+#: describe.c:1712
msgid "Foreign-key constraints:"
msgstr "Contraintes de cls trangres :"
-#: describe.c:1572
+#: describe.c:1743
msgid "Referenced by:"
msgstr "Rfrenc par :"
-#: describe.c:1657
+#: describe.c:1828
msgid "Disabled rules:"
msgstr "Rgles dsactives :"
-#: describe.c:1660
+#: describe.c:1831
msgid "Rules firing always:"
msgstr "Rgles toujous actives :"
-#: describe.c:1663
+#: describe.c:1834
msgid "Rules firing on replica only:"
msgstr "Rgles actives uniquement sur le rplica :"
-#: describe.c:1762
+#: describe.c:1933
msgid "Triggers:"
msgstr "Triggers :"
-#: describe.c:1765
+#: describe.c:1936
msgid "Disabled triggers:"
msgstr "Triggers dsactivs :"
-#: describe.c:1768
+#: describe.c:1939
msgid "Triggers firing always:"
msgstr "Triggers toujours activs :"
-#: describe.c:1771
+#: describe.c:1942
msgid "Triggers firing on replica only:"
msgstr "Triggers activs uniquement sur le rplica :"
-#: describe.c:1804
+#: describe.c:1975
msgid "Inherits"
msgstr "Hrite de"
-#: describe.c:1819
+#: describe.c:2005
+#, c-format
+msgid "Number of child tables: %d (Use \\d+ to list them.)"
+msgstr "Nombre de tables enfants : %d (utilisez \\d+ pour les lister)"
+
+#: describe.c:2012
+msgid "Child tables"
+msgstr "Tables enfant :"
+
+#: describe.c:2034
msgid "Has OIDs"
msgstr "Contient des OID"
-#: describe.c:1822
-#: describe.c:2302
-#: describe.c:2376
+#: describe.c:2037
+#: describe.c:2576
+#: describe.c:2650
msgid "yes"
msgstr "oui"
-#: describe.c:1822
-#: describe.c:2302
-#: describe.c:2376
+#: describe.c:2037
+#: describe.c:2576
+#: describe.c:2650
msgid "no"
msgstr "non"
-#: describe.c:1830
-#: describe.c:3068
-#: describe.c:3132
-#: describe.c:3188
+#: describe.c:2045
+#: describe.c:3342
+#: describe.c:3406
+#: describe.c:3462
msgid "Options"
msgstr "Options"
-#: describe.c:1915
+#: describe.c:2130
#, c-format
msgid "Tablespace: \"%s\""
msgstr "Tablespace : %s "
-#: describe.c:1928
+#: describe.c:2143
#, c-format
msgid ", tablespace \"%s\""
msgstr ", tablespace %s "
-#: describe.c:2006
+#: describe.c:2221
msgid "List of roles"
msgstr "Liste des rles"
-#: describe.c:2008
+#: describe.c:2223
msgid "Role name"
msgstr "Nom du rle"
-#: describe.c:2009
+#: describe.c:2224
msgid "Attributes"
msgstr "Attributs"
-#: describe.c:2010
+#: describe.c:2225
msgid "Member of"
msgstr "Membre de"
-#: describe.c:2021
+#: describe.c:2236
msgid "Superuser"
msgstr "Superutilisateur"
-#: describe.c:2024
+#: describe.c:2239
msgid "No inheritance"
msgstr "Pas d'hritage"
-#: describe.c:2027
+#: describe.c:2242
msgid "Create role"
msgstr "Crer un rle"
-#: describe.c:2030
+#: describe.c:2245
msgid "Create DB"
msgstr "Crer une base"
-#: describe.c:2033
+#: describe.c:2248
msgid "Cannot login"
msgstr "Ne peut pas se connecter"
-#: describe.c:2042
+#: describe.c:2257
msgid "No connections"
msgstr "Sans connexions"
-#: describe.c:2044
+#: describe.c:2259
#, c-format
msgid "%d connection"
msgid_plural "%d connections"
msgstr[0] "%d connexion"
msgstr[1] "%d connexions"
-#: describe.c:2128
+#: describe.c:2326
+#, c-format
+msgid "No per-database role settings support in this server version.\n"
+msgstr "Pas de supprot des paramtres rle par base de donnes pour la version de ce serveur.\n"
+
+#: describe.c:2337
+#, c-format
+msgid "No matching settings found.\n"
+msgstr "Aucun paramtre correspondant trouv.\n"
+
+#: describe.c:2339
+#, c-format
+msgid "No settings found.\n"
+msgstr "Aucun paramtre trouv.\n"
+
+#: describe.c:2344
+msgid "List of settings"
+msgstr "Liste des paramtres"
+
+#: describe.c:2402
msgid "special"
msgstr "spcial"
-#: describe.c:2135
+#: describe.c:2409
msgid "Table"
msgstr "Table"
-#: describe.c:2195
+#: describe.c:2469
#, c-format
msgid "No matching relations found.\n"
msgstr "Aucune relation correspondante trouve.\n"
-#: describe.c:2197
+#: describe.c:2471
#, c-format
msgid "No relations found.\n"
msgstr "Aucune relation trouve.\n"
-#: describe.c:2202
+#: describe.c:2476
msgid "List of relations"
msgstr "Liste des relations"
-#: describe.c:2246
+#: describe.c:2520
msgid "Modifier"
msgstr "Modificateur"
-#: describe.c:2247
+#: describe.c:2521
msgid "Check"
msgstr "Vrification"
-#: describe.c:2265
+#: describe.c:2539
msgid "List of domains"
msgstr "Liste des domaines"
-#: describe.c:2300
+#: describe.c:2574
msgid "Source"
msgstr "Source"
-#: describe.c:2301
+#: describe.c:2575
msgid "Destination"
msgstr "Destination"
-#: describe.c:2303
+#: describe.c:2577
msgid "Default?"
msgstr "Par dfaut ?"
-#: describe.c:2321
+#: describe.c:2595
msgid "List of conversions"
msgstr "Liste des conversions"
-#: describe.c:2373
+#: describe.c:2647
msgid "Source type"
msgstr "Type source"
-#: describe.c:2374
+#: describe.c:2648
msgid "Target type"
msgstr "Type cible"
-#: describe.c:2375
-#: describe.c:2635
+#: describe.c:2649
+#: describe.c:2909
msgid "Function"
msgstr "Fonction"
-#: describe.c:2376
+#: describe.c:2650
msgid "in assignment"
msgstr "assign"
-#: describe.c:2377
+#: describe.c:2651
msgid "Implicit?"
msgstr "Implicite ?"
-#: describe.c:2403
+#: describe.c:2677
msgid "List of casts"
msgstr "Liste des conversions explicites"
-#: describe.c:2458
+#: describe.c:2732
msgid "List of schemas"
msgstr "Liste des schmas"
-#: describe.c:2481
-#: describe.c:2714
-#: describe.c:2782
-#: describe.c:2850
+#: describe.c:2755
+#: describe.c:2988
+#: describe.c:3056
+#: describe.c:3124
#, c-format
msgid "The server (version %d.%d) does not support full text search.\n"
msgstr "Le serveur (version %d.%d) ne supporte pas la recherche plein texte.\n"
-#: describe.c:2515
+#: describe.c:2789
msgid "List of text search parsers"
msgstr "Liste des analyseurs de la recherche de texte"
-#: describe.c:2558
+#: describe.c:2832
#, c-format
msgid "Did not find any text search parser named \"%s\".\n"
msgstr "Aucun analyseur de la recherche de texte nomm %s n'a t trouv.\n"
-#: describe.c:2633
+#: describe.c:2907
msgid "Start parse"
msgstr "Dbut de l'analyse"
-#: describe.c:2634
+#: describe.c:2908
msgid "Method"
msgstr "Mthode"
-#: describe.c:2638
+#: describe.c:2912
msgid "Get next token"
msgstr "Obtenir le prochain jeton"
-#: describe.c:2640
+#: describe.c:2914
msgid "End parse"
msgstr "Fin de l'analyse"
-#: describe.c:2642
+#: describe.c:2916
msgid "Get headline"
msgstr "Obtenir l'en-tte"
-#: describe.c:2644
+#: describe.c:2918
msgid "Get token types"
msgstr "Obtenir les types de jeton"
-#: describe.c:2654
+#: describe.c:2928
#, c-format
msgid "Text search parser \"%s.%s\""
msgstr "Analyseur %s.%s de la recherche de texte"
-#: describe.c:2656
+#: describe.c:2930
#, c-format
msgid "Text search parser \"%s\""
msgstr "Analyseur %s de la recherche de texte"
-#: describe.c:2674
+#: describe.c:2948
msgid "Token name"
msgstr "Nom du jeton"
-#: describe.c:2685
+#: describe.c:2959
#, c-format
msgid "Token types for parser \"%s.%s\""
msgstr "Types de jeton pour l'analyseur %s.%s "
-#: describe.c:2687
+#: describe.c:2961
#, c-format
msgid "Token types for parser \"%s\""
msgstr "Types de jeton pour l'analyseur %s "
-#: describe.c:2736
+#: describe.c:3010
msgid "Template"
msgstr "Modle"
-#: describe.c:2737
+#: describe.c:3011
msgid "Init options"
msgstr "Options d'initialisation :"
-#: describe.c:2759
+#: describe.c:3033
msgid "List of text search dictionaries"
msgstr "Liste des dictionnaires de la recherche de texte"
-#: describe.c:2799
+#: describe.c:3073
msgid "Init"
msgstr "Initialisation"
-#: describe.c:2800
+#: describe.c:3074
msgid "Lexize"
msgstr "Lexize"
-#: describe.c:2827
+#: describe.c:3101
msgid "List of text search templates"
msgstr "Liste des modles de la recherche de texte"
-#: describe.c:2884
+#: describe.c:3158
msgid "List of text search configurations"
msgstr "Liste des configurations de la recherche de texte"
-#: describe.c:2928
+#: describe.c:3202
#, c-format
msgid "Did not find any text search configuration named \"%s\".\n"
msgstr "Aucune configuration de la recherche de texte nomme %s n'a t trouve.\n"
-#: describe.c:2994
+#: describe.c:3268
msgid "Token"
msgstr "Jeton"
-#: describe.c:2995
+#: describe.c:3269
msgid "Dictionaries"
msgstr "Dictionnaires"
-#: describe.c:3006
+#: describe.c:3280
#, c-format
msgid "Text search configuration \"%s.%s\""
msgstr "Configuration %s.%s de la recherche de texte"
-#: describe.c:3009
+#: describe.c:3283
#, c-format
msgid "Text search configuration \"%s\""
msgstr "Configuration %s de la recherche de texte"
-#: describe.c:3013
+#: describe.c:3287
#, c-format
msgid ""
"\n"
@@ -2154,7 +2260,7 @@ msgstr ""
"\n"
"Analyseur : %s.%s "
-#: describe.c:3016
+#: describe.c:3290
#, c-format
msgid ""
"\n"
@@ -2163,2679 +2269,2209 @@ msgstr ""
"\n"
"Analyseur : %s "
-#: describe.c:3048
+#: describe.c:3322
#, c-format
msgid "The server (version %d.%d) does not support foreign-data wrappers.\n"
msgstr "Le serveur (version %d.%d) ne supporte pas les wrappers de donnes distantes.\n"
-#: describe.c:3060
+#: describe.c:3334
msgid "Validator"
msgstr "Validateur"
-#: describe.c:3084
+#: describe.c:3358
msgid "List of foreign-data wrappers"
msgstr "Liste des wrappers de donnes distantes"
-#: describe.c:3107
+#: describe.c:3381
#, c-format
msgid "The server (version %d.%d) does not support foreign servers.\n"
msgstr "Le serveur (version %d.%d) ne supporte pas les serveurs distants.\n"
-#: describe.c:3119
+#: describe.c:3393
msgid "Foreign-data wrapper"
msgstr "Wrapper des donnes distantes"
-#: describe.c:3131
+#: describe.c:3405
msgid "Version"
msgstr "Version"
-#: describe.c:3150
+#: describe.c:3424
msgid "List of foreign servers"
msgstr "Liste des serveurs distants"
-#: describe.c:3173
+#: describe.c:3447
#, c-format
msgid "The server (version %d.%d) does not support user mappings.\n"
msgstr "Le serveur (version %d.%d) ne supporte pas les correspondances d'utilisateurs.\n"
-#: describe.c:3182
+#: describe.c:3456
msgid "Server"
msgstr "Serveur"
-#: describe.c:3183
+#: describe.c:3457
msgid "User name"
msgstr "Nom de l'utilisateur"
-#: describe.c:3203
+#: describe.c:3477
msgid "List of user mappings"
msgstr "Liste des correspondances utilisateurs"
-#: sql_help.h:25
-#: sql_help.h:505
+#: sql_help.h:173
+#: sql_help.h:788
msgid "abort the current transaction"
msgstr "abandonner la transaction en cours"
-#: sql_help.h:26
-msgid "ABORT [ WORK | TRANSACTION ]"
-msgstr "ABORT [ WORK | TRANSACTION ]"
-
-#: sql_help.h:29
+#: sql_help.h:178
msgid "change the definition of an aggregate function"
msgstr "modifier la dfinition d'une fonction d'agrgation"
-#: sql_help.h:30
-msgid ""
-"ALTER AGGREGATE name ( type [ , ... ] ) RENAME TO new_name\n"
-"ALTER AGGREGATE name ( type [ , ... ] ) OWNER TO new_owner\n"
-"ALTER AGGREGATE name ( type [ , ... ] ) SET SCHEMA new_schema"
-msgstr ""
-"ALTER AGGREGATE nom ( type [ , ... ] ) RENAME TO nouveau_nom\n"
-"ALTER AGGREGATE nom ( type [ , ... ] ) OWNER TO nouveau_propritaire\n"
-"ALTER AGGREGATE nom ( type [ , ... ] ) SET SCHEMA nouveau_schma"
-
-#: sql_help.h:33
+#: sql_help.h:183
msgid "change the definition of a conversion"
msgstr "modifier la dfinition d'une conversion"
-#: sql_help.h:34
-msgid ""
-"ALTER CONVERSION name RENAME TO newname\n"
-"ALTER CONVERSION name OWNER TO newowner"
-msgstr ""
-"ALTER CONVERSION nom RENAME TO nouveau_nom\n"
-"ALTER CONVERSION nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:37
+#: sql_help.h:188
msgid "change a database"
msgstr "modifier une base de donnes"
-#: sql_help.h:38
-msgid ""
-"ALTER DATABASE name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-"\n"
-" CONNECTION LIMIT connlimit\n"
-"\n"
-"ALTER DATABASE name RENAME TO newname\n"
-"\n"
-"ALTER DATABASE name OWNER TO new_owner\n"
-"\n"
-"ALTER DATABASE name SET TABLESPACE new_tablespace\n"
-"\n"
-"ALTER DATABASE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-"ALTER DATABASE name SET configuration_parameter FROM CURRENT\n"
-"ALTER DATABASE name RESET configuration_parameter\n"
-"ALTER DATABASE name RESET ALL"
-msgstr ""
-"ALTER DATABASE nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre:\n"
-"\n"
-" CONNECTION LIMIT limite_connexion\n"
-"\n"
-"ALTER DATABASE nom RENAME TO nouveau_nom\n"
-"\n"
-"ALTER DATABASE nom OWNER TO nouveau_propritaire\n"
-"\n"
-"ALTER DATABASE nom SET TABLESPACE nouveau_tablespace\n"
-"\n"
-"ALTER DATABASE nom SET paramtre_configuration { TO | = } { valeur | DEFAULT }\n"
-"ALTER DATABASE nom SET paramtre_configuration FROM CURRENT\n"
-"ALTER DATABASE nom RESET paramtre_configuration\n"
-"ALTER DATABASE nom RESET ALL"
+#: sql_help.h:193
+msgid "define default access privileges"
+msgstr "dfinir les droits d'accs par dfaut"
-#: sql_help.h:41
+#: sql_help.h:198
msgid "change the definition of a domain"
msgstr "modifier la dfinition d'un domaine"
-#: sql_help.h:42
-msgid ""
-"ALTER DOMAIN name\n"
-" { SET DEFAULT expression | DROP DEFAULT }\n"
-"ALTER DOMAIN name\n"
-" { SET | DROP } NOT NULL\n"
-"ALTER DOMAIN name\n"
-" ADD domain_constraint\n"
-"ALTER DOMAIN name\n"
-" DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
-"ALTER DOMAIN name\n"
-" OWNER TO new_owner \n"
-"ALTER DOMAIN name\n"
-" SET SCHEMA new_schema"
-msgstr ""
-"ALTER DOMAIN nom\n"
-" { SET DEFAULT expression | DROP DEFAULT }\n"
-"ALTER DOMAIN nom\n"
-" { SET | DROP } NOT NULL\n"
-"ALTER DOMAIN nom\n"
-" ADD contrainte_domaine\n"
-"ALTER DOMAIN nom\n"
-" DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
-"ALTER DOMAIN nom\n"
-" OWNER TO nouveau_propritaire \n"
-"ALTER DOMAIN nom\n"
-" SET SCHEMA nouveau_schma"
-
-#: sql_help.h:45
+#: sql_help.h:203
msgid "change the definition of a foreign-data wrapper"
msgstr "modifier la dfinition d'un wrapper de donnes distantes"
-#: sql_help.h:46
-msgid ""
-"ALTER FOREIGN DATA WRAPPER name\n"
-" [ VALIDATOR valfunction | NO VALIDATOR ]\n"
-" [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ]) ]\n"
-"ALTER FOREIGN DATA WRAPPER name OWNER TO new_owner"
-msgstr ""
-"ALTER FOREIGN DATA WRAPPER nom\n"
-" [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
-" [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ]) ]\n"
-"ALTER FOREIGN DATA WRAPPER nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:49
+#: sql_help.h:208
msgid "change the definition of a function"
msgstr "modifier la dfinition d'une fonction"
-#: sql_help.h:50
-msgid ""
-"ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-" action [ ... ] [ RESTRICT ]\n"
-"ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-" RENAME TO new_name\n"
-"ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-" OWNER TO new_owner\n"
-"ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-" SET SCHEMA new_schema\n"
-"\n"
-"where action is one of:\n"
-"\n"
-" CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-" IMMUTABLE | STABLE | VOLATILE\n"
-" [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-" COST execution_cost\n"
-" ROWS result_rows\n"
-" SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-" SET configuration_parameter FROM CURRENT\n"
-" RESET configuration_parameter\n"
-" RESET ALL"
-msgstr ""
-"ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-" action [, ... ] [ RESTRICT ]\n"
-"ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-" RENAME TO nouveau_nom\n"
-"ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-" OWNER TO nouveau_proprietaire\n"
-"ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-" SET SCHEMA nouveau_schema\n"
-"\n"
-"o action peut tre :\n"
-"\n"
-" CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-" IMMUTABLE | STABLE | VOLATILE\n"
-" [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-" COST cout_execution\n"
-" ROWS lignes_resultats\n"
-" SET paramtre { TO | = } { valeur | DEFAULT }\n"
-" SET paramtre FROM CURRENT\n"
-" RESET paramtre\n"
-" RESET ALL"
-
-#: sql_help.h:53
+#: sql_help.h:213
msgid "change role name or membership"
msgstr "modifier le nom d'un groupe ou la liste des ses membres"
-#: sql_help.h:54
-msgid ""
-"ALTER GROUP groupname ADD USER username [, ... ]\n"
-"ALTER GROUP groupname DROP USER username [, ... ]\n"
-"\n"
-"ALTER GROUP groupname RENAME TO newname"
-msgstr ""
-"ALTER GROUP nom_groupe ADD USER nom_utilisateur [, ... ]\n"
-"ALTER GROUP nom_groupe DROP USER nom_utilisateur [, ... ]\n"
-"\n"
-"ALTER GROUP nom_groupe RENAME TO nouveau_nom"
-
-#: sql_help.h:57
+#: sql_help.h:218
msgid "change the definition of an index"
msgstr "modifier la dfinition d'un index"
-#: sql_help.h:58
-msgid ""
-"ALTER INDEX name RENAME TO new_name\n"
-"ALTER INDEX name SET TABLESPACE tablespace_name\n"
-"ALTER INDEX name SET ( storage_parameter = value [, ... ] )\n"
-"ALTER INDEX name RESET ( storage_parameter [, ... ] )"
-msgstr ""
-"ALTER INDEX nom RENAME TO nouveau_nom\n"
-"ALTER INDEX nom SET TABLESPACE nom_tablespace\n"
-"ALTER INDEX nom SET ( paramtre_stockage = valeur [, ... ] )\n"
-"ALTER INDEX nom RESET ( paramtre_stockage [, ... ] )"
-
-#: sql_help.h:61
+#: sql_help.h:223
msgid "change the definition of a procedural language"
msgstr "modifier la dfinition d'un langage procdural"
-#: sql_help.h:62
-msgid ""
-"ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO newname\n"
-"ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO new_owner"
-msgstr ""
-"ALTER [ PROCEDURAL ] LANGUAGE nom RENAME TO nouveau_nom\n"
-"ALTER [ PROCEDURAL ] LANGUAGE nom OWNER TO nouveau_propritaire"
+#: sql_help.h:228
+msgid "change the definition of a large object"
+msgstr "modifier la dfinition d'un Large Object "
-#: sql_help.h:65
+#: sql_help.h:233
msgid "change the definition of an operator"
msgstr "modifier la dfinition d'un oprateur"
-#: sql_help.h:66
-msgid "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER TO newowner"
-msgstr ""
-"ALTER OPERATOR nom ( { lefttype | NONE } , { righttype | NONE } )\n"
-" OWNER TO nouveau_propritaire"
-
-#: sql_help.h:69
+#: sql_help.h:238
msgid "change the definition of an operator class"
msgstr "modifier la dfinition d'une classe d'oprateurs"
-#: sql_help.h:70
-msgid ""
-"ALTER OPERATOR CLASS name USING index_method RENAME TO newname\n"
-"ALTER OPERATOR CLASS name USING index_method OWNER TO newowner"
-msgstr ""
-"ALTER OPERATOR CLASS nom USING mthode_indexation\n"
-" RENAME TO nouveau_nom\n"
-"ALTER OPERATOR CLASS nom USING mthode_indexation\n"
-" OWNER TO nouveau_propritaire"
-
-#: sql_help.h:73
+#: sql_help.h:243
msgid "change the definition of an operator family"
msgstr "modifier la dfinition d'une famille d'oprateur"
-#: sql_help.h:74
-msgid ""
-"ALTER OPERATOR FAMILY name USING index_method ADD\n"
-" { OPERATOR strategy_number operator_name ( op_type, op_type )\n"
-" | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
-" } [, ... ]\n"
-"ALTER OPERATOR FAMILY name USING index_method DROP\n"
-" { OPERATOR strategy_number ( op_type [ , op_type ] )\n"
-" | FUNCTION support_number ( op_type [ , op_type ] )\n"
-" } [, ... ]\n"
-"ALTER OPERATOR FAMILY name USING index_method RENAME TO newname\n"
-"ALTER OPERATOR FAMILY name USING index_method OWNER TO newowner"
-msgstr ""
-"ALTER OPERATOR FAMILY nom USING mthode_indexage ADD\n"
-" { OPERATOR numro_stratgie nom_oprateur ( type_op, type_op ) \n"
-" | FUNCTION numro_support [ ( type_op [ , type_op ] ) ]\n"
-" nom_fonction ( type_argument [, ...] )\n"
-" } [, ... ]\n"
-"ALTER OPERATOR FAMILY nom USING mthode_indexage DROP\n"
-" { OPERATOR numro_stratgie ( type_op [ , type_op ] )\n"
-" | FUNCTION numro_support ( type_op [ , type_op ] )\n"
-" } [, ... ]\n"
-"ALTER OPERATOR FAMILY nom USING mthode_indexage\n"
-" RENAME TO nouveau_nom\n"
-"ALTER OPERATOR FAMILY nom USING mthode_indexage\n"
-" OWNER TO nouveau_propritaire"
-
-#: sql_help.h:77
-#: sql_help.h:125
+#: sql_help.h:248
+#: sql_help.h:308
msgid "change a database role"
msgstr "modifier un rle"
-#: sql_help.h:78
-msgid ""
-"ALTER ROLE name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT connlimit\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-" | VALID UNTIL 'timestamp' \n"
-"\n"
-"ALTER ROLE name RENAME TO newname\n"
-"\n"
-"ALTER ROLE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-"ALTER ROLE name SET configuration_parameter FROM CURRENT\n"
-"ALTER ROLE name RESET configuration_parameter\n"
-"ALTER ROLE name RESET ALL"
-msgstr ""
-"ALTER ROLE nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre :\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT limite_connexions\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'mot de passe'\n"
-" | VALID UNTIL 'timestamp' \n"
-"\n"
-"ALTER ROLE nom RENAME TO nouveau_nom\n"
-"\n"
-"ALTER ROLE nom SET paramtre { TO | = } { valeur | DEFAULT }\n"
-"ALTER ROLE name SET paramtre FROM CURRENT\n"
-"ALTER ROLE nom RESET paramtre\n"
-"ALTER ROLE name RESET ALL"
-
-#: sql_help.h:81
+#: sql_help.h:253
msgid "change the definition of a schema"
msgstr "modifier la dfinition d'un schma"
-#: sql_help.h:82
-msgid ""
-"ALTER SCHEMA name RENAME TO newname\n"
-"ALTER SCHEMA name OWNER TO newowner"
-msgstr ""
-"ALTER SCHEMA nom RENAME TO nouveau_nom\n"
-"ALTER SCHEMA nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:85
+#: sql_help.h:258
msgid "change the definition of a sequence generator"
msgstr "modifier la dfinition d'un gnrateur de squence"
-#: sql_help.h:86
-msgid ""
-"ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
-" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
-" [ START [ WITH ] start ]\n"
-" [ RESTART [ [ WITH ] restart ] ]\n"
-" [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-" [ OWNED BY { table.column | NONE } ]\n"
-"ALTER SEQUENCE name OWNER TO new_owner\n"
-"ALTER SEQUENCE name RENAME TO new_name\n"
-"ALTER SEQUENCE name SET SCHEMA new_schema"
-msgstr ""
-"ALTER SEQUENCE nom [ INCREMENT [ BY ] incrment ]\n"
-" [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO MAXVALUE ]\n"
-" [ START [ WITH ] valeur_dbut ]\n"
-" [ RESTART [ [ WITH ] valeur_redmarrage ] ]\n"
-" [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-" [ OWNED BY { table.colonne | NONE } ]\n"
-"ALTER SEQUENCE nom OWNER TO new_propritaire\n"
-"ALTER SEQUENCE nom RENAME TO new_nom\n"
-"ALTER SEQUENCE nom SET SCHEMA new_schma"
-
-#: sql_help.h:89
+#: sql_help.h:263
msgid "change the definition of a foreign server"
msgstr "modifier la dfinition d'un serveur distant"
-#: sql_help.h:90
-msgid ""
-"ALTER SERVER servername [ VERSION 'newversion' ]\n"
-" [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]\n"
-"ALTER SERVER servername OWNER TO new_owner"
-msgstr ""
-"ALTER SERVER nom [ VERSION 'nouvelleversion' ]\n"
-" [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] ) ]\n"
-"ALTER SERVER nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:93
+#: sql_help.h:268
msgid "change the definition of a table"
msgstr "modifier la dfinition d'une table"
-#: sql_help.h:94
-msgid ""
-"ALTER TABLE [ ONLY ] name [ * ]\n"
-" action [, ... ]\n"
-"ALTER TABLE [ ONLY ] name [ * ]\n"
-" RENAME [ COLUMN ] column TO new_column\n"
-"ALTER TABLE name\n"
-" RENAME TO new_name\n"
-"ALTER TABLE name\n"
-" SET SCHEMA new_schema\n"
-"\n"
-"where action is one of:\n"
-"\n"
-" ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
-" DROP [ COLUMN ] column [ RESTRICT | CASCADE ]\n"
-" ALTER [ COLUMN ] column [ SET DATA ] TYPE type [ USING expression ]\n"
-" ALTER [ COLUMN ] column SET DEFAULT expression\n"
-" ALTER [ COLUMN ] column DROP DEFAULT\n"
-" ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n"
-" ALTER [ COLUMN ] column SET STATISTICS integer\n"
-" ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
-" ADD table_constraint\n"
-" DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
-" DISABLE TRIGGER [ trigger_name | ALL | USER ]\n"
-" ENABLE TRIGGER [ trigger_name | ALL | USER ]\n"
-" ENABLE REPLICA TRIGGER trigger_name\n"
-" ENABLE ALWAYS TRIGGER trigger_name\n"
-" DISABLE RULE rewrite_rule_name\n"
-" ENABLE RULE rewrite_rule_name\n"
-" ENABLE REPLICA RULE rewrite_rule_name\n"
-" ENABLE ALWAYS RULE rewrite_rule_name\n"
-" CLUSTER ON index_name\n"
-" SET WITHOUT CLUSTER\n"
-" SET WITH OIDS\n"
-" SET WITHOUT OIDS\n"
-" SET ( storage_parameter = value [, ... ] )\n"
-" RESET ( storage_parameter [, ... ] )\n"
-" INHERIT parent_table\n"
-" NO INHERIT parent_table\n"
-" OWNER TO new_owner\n"
-" SET TABLESPACE new_tablespace"
-msgstr ""
-"ALTER TABLE [ ONLY ] nom [ * ]\n"
-" action [, ... ]\n"
-"ALTER TABLE [ ONLY ] nom [ * ]\n"
-" RENAME [ COLUMN ] colonne TO nouvelle_colonne\n"
-"ALTER TABLE nom\n"
-" RENAME TO nouveau_nom\n"
-"ALTER TABLE nom\n"
-" SET SCHEMA nouveau_schema\n"
-"\n"
-"o action peut tre :\n"
-"\n"
-" ADD [ COLUMN ] colonne type [ contrainte_colonne [ ... ] ]\n"
-" DROP [ COLUMN ] colonne [ RESTRICT | CASCADE ]\n"
-" ALTER [ COLUMN ] colonne [ SET DATA ] TYPE type [ USING expression ]\n"
-" ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
-" ALTER [ COLUMN ] colonne DROP DEFAULT\n"
-" ALTER [ COLUMN ] colonne { SET | DROP } NOT NULL\n"
-" ALTER [ COLUMN ] colonne SET STATISTICS entier\n"
-" ALTER [ COLUMN ] colonne SET STORAGE\n"
-" { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
-" ADD contrainte_table\n"
-" DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
-" DISABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
-" ENABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
-" ENABLE REPLICA TRIGGER nom_trigger\n"
-" ENABLE ALWAYS TRIGGER nom_trigger\n"
-" DISABLE RULE nom_rgle_rcriture\n"
-" ENABLE RULE nom_rgle_rcriture\n"
-" ENABLE REPLICA RULE nom_rgle_rcriture\n"
-" ENABLE ALWAYS RULE nom_rgle_rcriture\n"
-" CLUSTER ON nom_index\n"
-" SET WITHOUT CLUSTER\n"
-" SET WITH OIDS\n"
-" SET WITHOUT OIDS\n"
-" SET ( paramtre_stockage = valeur [, ... ] )\n"
-" RESET ( paramtre_stockage [, ... ] )\n"
-" INHERIT table_parent\n"
-" NO INHERIT table_parent\n"
-" OWNER TO nouveau_propritaire\n"
-" SET TABLESPACE nouveau_tablespace"
-
-#: sql_help.h:97
+#: sql_help.h:273
msgid "change the definition of a tablespace"
msgstr "modifier la dfinition d'un tablespace"
-#: sql_help.h:98
-msgid ""
-"ALTER TABLESPACE name RENAME TO newname\n"
-"ALTER TABLESPACE name OWNER TO newowner"
-msgstr ""
-"ALTER TABLESPACE nom RENAME TO nouveau_nom\n"
-"ALTER TABLESPACE nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:101
+#: sql_help.h:278
msgid "change the definition of a text search configuration"
msgstr "modifier la dfinition d'une configuration de la recherche de texte"
-#: sql_help.h:102
-msgid ""
-"ALTER TEXT SEARCH CONFIGURATION name\n"
-" ADD MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION name\n"
-" ALTER MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION name\n"
-" ALTER MAPPING REPLACE old_dictionary WITH new_dictionary\n"
-"ALTER TEXT SEARCH CONFIGURATION name\n"
-" ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH new_dictionary\n"
-"ALTER TEXT SEARCH CONFIGURATION name\n"
-" DROP MAPPING [ IF EXISTS ] FOR token_type [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION name RENAME TO newname\n"
-"ALTER TEXT SEARCH CONFIGURATION name OWNER TO newowner"
-msgstr ""
-"ALTER TEXT SEARCH CONFIGURATION nom\n"
-" ADD MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION nom\n"
-" ALTER MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION nom\n"
-" ALTER MAPPING REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
-"ALTER TEXT SEARCH CONFIGURATION nom\n"
-" ALTER MAPPING FOR type_jeton [, ... ]\n"
-" REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
-"ALTER TEXT SEARCH CONFIGURATION nom\n"
-" DROP MAPPING [ IF EXISTS ] FOR type_jeton [, ... ]\n"
-"ALTER TEXT SEARCH CONFIGURATION nom RENAME TO nouveau_nom\n"
-"ALTER TEXT SEARCH CONFIGURATION nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:105
+#: sql_help.h:283
msgid "change the definition of a text search dictionary"
msgstr "modifier la dfinition d'un dictionnaire de la recherche de texte"
-#: sql_help.h:106
-msgid ""
-"ALTER TEXT SEARCH DICTIONARY name (\n"
-" option [ = value ] [, ... ]\n"
-")\n"
-"ALTER TEXT SEARCH DICTIONARY name RENAME TO newname\n"
-"ALTER TEXT SEARCH DICTIONARY name OWNER TO newowner"
-msgstr ""
-"ALTER TEXT SEARCH DICTIONARY nom (\n"
-" option [ = valeur ] [, ... ]\n"
-")\n"
-"ALTER TEXT SEARCH DICTIONARY nom RENAME TO nouveau_nom\n"
-"ALTER TEXT SEARCH DICTIONARY nom OWNER TO nouveau_propritaire"
-
-#: sql_help.h:109
+#: sql_help.h:288
msgid "change the definition of a text search parser"
msgstr "modifier la dfinition d'un analyseur de la recherche de texte"
-#: sql_help.h:110
-msgid "ALTER TEXT SEARCH PARSER name RENAME TO newname"
-msgstr "ALTER TEXT SEARCH PARSER nom RENAME TO nouveau_nom"
-
-#: sql_help.h:113
+#: sql_help.h:293
msgid "change the definition of a text search template"
msgstr "modifier la dfinition d'un modle de la recherche de texte"
-#: sql_help.h:114
-msgid "ALTER TEXT SEARCH TEMPLATE name RENAME TO newname"
-msgstr "ALTER TEXT SEARCH TEMPLATE nom RENAME TO nouveau_nom"
-
-#: sql_help.h:117
+#: sql_help.h:298
msgid "change the definition of a trigger"
msgstr "modifier la dfinition d'un trigger"
-#: sql_help.h:118
-msgid "ALTER TRIGGER name ON table RENAME TO newname"
-msgstr "ALTER TRIGGER nom ON table RENAME TO nouveau_nom"
-
-#: sql_help.h:121
+#: sql_help.h:303
msgid "change the definition of a type"
msgstr "modifier la dfinition d'un type"
-#: sql_help.h:122
-msgid ""
-"ALTER TYPE name RENAME TO new_name\n"
-"ALTER TYPE name OWNER TO new_owner \n"
-"ALTER TYPE name SET SCHEMA new_schema"
-msgstr ""
-"ALTER TYPE nom RENAME TO nouveau_nom\n"
-"ALTER TYPE nom OWNER TO nouveau_propritaire\n"
-"ALTER TYPE nom SET SCHEMA nouveau_schma"
-
-#: sql_help.h:126
-msgid ""
-"ALTER USER name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT connlimit\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-" | VALID UNTIL 'timestamp' \n"
-"\n"
-"ALTER USER name RENAME TO newname\n"
-"\n"
-"ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-"ALTER USER name SET configuration_parameter FROM CURRENT\n"
-"ALTER USER name RESET configuration_parameter\n"
-"ALTER USER name RESET ALL"
-msgstr ""
-"ALTER USER nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre :\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT limite_connexion\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-" | VALID UNTIL 'timestamp' \n"
-"\n"
-"ALTER USER nom RENAME TO nouveau_nom\n"
-"\n"
-"ALTER USER nom SET paramtre { TO | = } { valeur | DEFAULT }\n"
-"ALTER USER name SET paramtre FROM CURRENT\n"
-"ALTER USER nom RESET paramtre\n"
-"ALTER USER name RESET ALL"
-
-#: sql_help.h:129
+#: sql_help.h:313
msgid "change the definition of a user mapping"
msgstr "modifier la dfinition d'une correspondance d'utilisateur"
-#: sql_help.h:130
-msgid ""
-"ALTER USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
-" SERVER servername\n"
-" OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )"
-msgstr ""
-"ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | PUBLIC }\n"
-" SERVER nom_serveur\n"
-" OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] )"
-
-#: sql_help.h:133
+#: sql_help.h:318
msgid "change the definition of a view"
msgstr "modifier la dfinition d'une vue"
-#: sql_help.h:134
-msgid ""
-"ALTER VIEW name ALTER [ COLUMN ] column SET DEFAULT expression\n"
-"ALTER VIEW name ALTER [ COLUMN ] column DROP DEFAULT\n"
-"ALTER VIEW name OWNER TO new_owner\n"
-"ALTER VIEW name RENAME TO new_name\n"
-"ALTER VIEW name SET SCHEMA new_schema"
-msgstr ""
-"ALTER VIEW nom ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
-"ALTER VIEW nom ALTER [ COLUMN ] colonne DROP DEFAULT\n"
-"ALTER VIEW nom OWNER TO nouveau_propritaire\n"
-"ALTER VIEW nom RENAME TO nouveau_nom\n"
-"ALTER VIEW nom SET SCHEMA nouveau_schma"
-
-#: sql_help.h:137
+#: sql_help.h:323
msgid "collect statistics about a database"
msgstr "acqurir des statistiques concernant la base de donnes"
-#: sql_help.h:138
-msgid "ANALYZE [ VERBOSE ] [ table [ ( column [, ...] ) ] ]"
-msgstr "ANALYZE [ VERBOSE ] [ table [ ( colonne [, ...] ) ] ]"
-
-#: sql_help.h:141
-#: sql_help.h:553
+#: sql_help.h:328
+#: sql_help.h:848
msgid "start a transaction block"
msgstr "dbuter un bloc de transaction"
-#: sql_help.h:142
-msgid ""
-"BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
-"\n"
-"where transaction_mode is one of:\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-msgstr ""
-"BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
-"\n"
-"o transaction_mode peut tre :\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-" READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-
-#: sql_help.h:145
+#: sql_help.h:333
msgid "force a transaction log checkpoint"
msgstr "forcer un point de vrification des journaux de transaction"
-#: sql_help.h:146
-msgid "CHECKPOINT"
-msgstr "CHECKPOINT"
-
-#: sql_help.h:149
+#: sql_help.h:338
msgid "close a cursor"
msgstr "fermer un curseur"
-#: sql_help.h:150
-msgid "CLOSE { name | ALL }"
-msgstr "CLOSE { nom | ALL }"
-
-#: sql_help.h:153
+#: sql_help.h:343
msgid "cluster a table according to an index"
msgstr "rorganiser (cluster) une table en fonction d'un index"
-#: sql_help.h:154
-msgid ""
-"CLUSTER [VERBOSE] tablename [ USING indexname ]\n"
-"CLUSTER [VERBOSE]"
-msgstr ""
-"CLUSTER [VERBOSE] nom_table [ USING nom_index ]\n"
-"CLUSTER [VERBOSE]"
-
-#: sql_help.h:157
+#: sql_help.h:348
msgid "define or change the comment of an object"
msgstr "dfinir ou modifier les commentaires d'un objet"
-#: sql_help.h:158
-msgid ""
-"COMMENT ON\n"
-"{\n"
-" TABLE object_name |\n"
-" COLUMN table_name.column_name |\n"
-" AGGREGATE agg_name (agg_type [, ...] ) |\n"
-" CAST (sourcetype AS targettype) |\n"
-" CONSTRAINT constraint_name ON table_name |\n"
-" CONVERSION object_name |\n"
-" DATABASE object_name |\n"
-" DOMAIN object_name |\n"
-" FUNCTION func_name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) |\n"
-" INDEX object_name |\n"
-" LARGE OBJECT large_object_oid |\n"
-" OPERATOR op (leftoperand_type, rightoperand_type) |\n"
-" OPERATOR CLASS object_name USING index_method |\n"
-" OPERATOR FAMILY object_name USING index_method |\n"
-" [ PROCEDURAL ] LANGUAGE object_name |\n"
-" ROLE object_name |\n"
-" RULE rule_name ON table_name |\n"
-" SCHEMA object_name |\n"
-" SEQUENCE object_name |\n"
-" TABLESPACE object_name |\n"
-" TEXT SEARCH CONFIGURATION object_name |\n"
-" TEXT SEARCH DICTIONARY object_name |\n"
-" TEXT SEARCH PARSER object_name |\n"
-" TEXT SEARCH TEMPLATE object_name |\n"
-" TRIGGER trigger_name ON table_name |\n"
-" TYPE object_name |\n"
-" VIEW object_name\n"
-"} IS 'text'"
-msgstr ""
-"COMMENT ON\n"
-"{\n"
-" TABLE nom_objet |\n"
-" COLUMN nom_table.nom_colonne |\n"
-" AGGREGATE nom_agg (type_agg [, ...] ) |\n"
-" CAST (type_source AS type_cible) |\n"
-" CONSTRAINT nom_contrainte ON nom_table |\n"
-" CONVERSION nom_objet |\n"
-" DATABASE nom_objet |\n"
-" DOMAIN nom_objet |\n"
-" FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) |\n"
-" INDEX nom_objet |\n"
-" LARGE OBJECT oid_LO |\n"
-" OPERATOR op (type_operande_gauche, type_operande_droit) |\n"
-" OPERATOR CLASS nom_objet USING methode_indexage |\n"
-" OPERATOR FAMILY nom_objet USING methode_indexage |\n"
-" [ PROCEDURAL ] LANGUAGE nom_objet |\n"
-" ROLE nom_objet |\n"
-" RULE nom_regle ON nom_table |\n"
-" SCHEMA nom_objet |\n"
-" SEQUENCE nom_objet |\n"
-" TABLESPACE nom_objet |\n"
-" TEXT SEARCH CONFIGURATION nom_objet |\n"
-" TEXT SEARCH DICTIONARY nom_objet |\n"
-" TEXT SEARCH PARSER nom_objet |\n"
-" TEXT SEARCH TEMPLATE nom_objet |\n"
-" TRIGGER nom_trigger ON nom_objet |\n"
-" TYPE nom_objet |\n"
-" VIEW nom_objet\n"
-"} IS 'text'"
-
-#: sql_help.h:161
-#: sql_help.h:433
+#: sql_help.h:353
+#: sql_help.h:698
msgid "commit the current transaction"
msgstr "valider la transaction en cours"
-#: sql_help.h:162
-msgid "COMMIT [ WORK | TRANSACTION ]"
-msgstr "COMMIT [ WORK | TRANSACTION ]"
-
-#: sql_help.h:165
+#: sql_help.h:358
msgid "commit a transaction that was earlier prepared for two-phase commit"
msgstr ""
"valider une transaction prcdemment prpare pour une validation en deux\n"
"phases"
-#: sql_help.h:166
-msgid "COMMIT PREPARED transaction_id"
-msgstr "COMMIT PREPARED id_transaction"
-
-#: sql_help.h:169
+#: sql_help.h:363
msgid "copy data between a file and a table"
msgstr "copier des donnes entre un fichier et une table"
-#: sql_help.h:170
-msgid ""
-"COPY tablename [ ( column [, ...] ) ]\n"
-" FROM { 'filename' | STDIN }\n"
-" [ [ WITH ] \n"
-" [ BINARY ]\n"
-" [ OIDS ]\n"
-" [ DELIMITER [ AS ] 'delimiter' ]\n"
-" [ NULL [ AS ] 'null string' ]\n"
-" [ CSV [ HEADER ]\n"
-" [ QUOTE [ AS ] 'quote' ] \n"
-" [ ESCAPE [ AS ] 'escape' ]\n"
-" [ FORCE NOT NULL column [, ...] ]\n"
-"\n"
-"COPY { tablename [ ( column [, ...] ) ] | ( query ) }\n"
-" TO { 'filename' | STDOUT }\n"
-" [ [ WITH ] \n"
-" [ BINARY ]\n"
-" [ OIDS ]\n"
-" [ DELIMITER [ AS ] 'delimiter' ]\n"
-" [ NULL [ AS ] 'null string' ]\n"
-" [ CSV [ HEADER ]\n"
-" [ QUOTE [ AS ] 'quote' ] \n"
-" [ ESCAPE [ AS ] 'escape' ]\n"
-" [ FORCE QUOTE column [, ...] ]"
-msgstr ""
-"COPY nom_table [ ( colonne [, ...] ) ]\n"
-" FROM { 'nom_fichier' | STDIN }\n"
-" [ [ WITH ] \n"
-" [ BINARY ]\n"
-" [ OIDS ]\n"
-" [ DELIMITER [ AS ] 'dlimiteur' ]\n"
-" [ NULL [ AS ] 'chane null' ]\n"
-" [ CSV [ HEADER ]\n"
-" [ QUOTE [ AS ] 'guillemet' ] \n"
-" [ ESCAPE [ AS ] 'chappement' ]\n"
-" [ FORCE NOT NULL colonne [, ...] ]\n"
-"\n"
-"COPY { nom_table [ ( colonne [, ...] ) ] | ( requte ) }\n"
-" TO { 'nom_fichier' | STDOUT }\n"
-" [ [ WITH ] \n"
-" [ BINARY ]\n"
-" [ OIDS ]\n"
-" [ DELIMITER [ AS ] 'dlimiteur' ]\n"
-" [ NULL [ AS ] 'chane null' ]\n"
-" [ CSV [ HEADER ]\n"
-" [ QUOTE [ AS ] 'guillemet' ] \n"
-" [ ESCAPE [ AS ] 'chappement' ]\n"
-" [ FORCE QUOTE colonne [, ...] ]"
-
-#: sql_help.h:173
+#: sql_help.h:368
msgid "define a new aggregate function"
msgstr "dfinir une nouvelle fonction d'agrgation"
-#: sql_help.h:174
-msgid ""
-"CREATE AGGREGATE name ( input_data_type [ , ... ] ) (\n"
-" SFUNC = sfunc,\n"
-" STYPE = state_data_type\n"
-" [ , FINALFUNC = ffunc ]\n"
-" [ , INITCOND = initial_condition ]\n"
-" [ , SORTOP = sort_operator ]\n"
-")\n"
-"\n"
-"or the old syntax\n"
-"\n"
-"CREATE AGGREGATE name (\n"
-" BASETYPE = base_type,\n"
-" SFUNC = sfunc,\n"
-" STYPE = state_data_type\n"
-" [ , FINALFUNC = ffunc ]\n"
-" [ , INITCOND = initial_condition ]\n"
-" [ , SORTOP = sort_operator ]\n"
-")"
-msgstr ""
-"CREATE AGGREGATE nom ( type_donnes_en_entre [ , ... ] ) (\n"
-" SFUNC = sfonction,\n"
-" STYPE = type_donnes_tat\n"
-" [ , FINALFUNC = fonction_f ]\n"
-" [ , INITCOND = condition_initiale ]\n"
-" [ , SORTOP = oprateur_tri ]\n"
-")\n"
-"\n"
-"ou l'ancienne syntaxe\n"
-"\n"
-"CREATE AGGREGATE nom (\n"
-" BASETYPE = type_base,\n"
-" SFUNC = fonction_s,\n"
-" STYPE = type_donnes_tat\n"
-" [ , FINALFUNC = fonction_f ]\n"
-" [ , INITCOND = condition_initiale ]\n"
-" [ , SORTOP = oprateur_tri ]\n"
-")"
-
-#: sql_help.h:177
+#: sql_help.h:373
msgid "define a new cast"
msgstr "dfinir un nouveau transtypage"
-#: sql_help.h:178
-msgid ""
-"CREATE CAST (sourcetype AS targettype)\n"
-" WITH FUNCTION funcname (argtypes)\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-"\n"
-"CREATE CAST (sourcetype AS targettype)\n"
-" WITHOUT FUNCTION\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-"\n"
-"CREATE CAST (sourcetype AS targettype)\n"
-" WITH INOUT\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]"
-msgstr ""
-"CREATE CAST (type_source AS type_cible)\n"
-" WITH FUNCTION nom_fonction (type_argument)\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-"\n"
-"CREATE CAST (type_source AS type_cible)\n"
-" WITHOUT FUNCTION\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-"\n"
-"CREATE CAST (type_source AS type_cible)\n"
-" WITH INOUT\n"
-" [ AS ASSIGNMENT | AS IMPLICIT ]"
-
-#: sql_help.h:181
+#: sql_help.h:378
msgid "define a new constraint trigger"
msgstr "dfinir une nouvelle contrainte de dclenchement"
-#: sql_help.h:182
-msgid ""
-"CREATE CONSTRAINT TRIGGER name\n"
-" AFTER event [ OR ... ]\n"
-" ON table_name\n"
-" [ FROM referenced_table_name ]\n"
-" { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
-" FOR EACH ROW\n"
-" EXECUTE PROCEDURE funcname ( arguments )"
-msgstr ""
-"CREATE CONSTRAINT TRIGGER nom\n"
-" AFTER vnement [ OR ... ]\n"
-" ON table\n"
-" [ FROM table_rfrence ]\n"
-" { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
-" FOR EACH ROW\n"
-" EXECUTE PROCEDURE nom_fonction ( arguments )"
-
-#: sql_help.h:185
+#: sql_help.h:383
msgid "define a new encoding conversion"
msgstr "dfinir une nouvelle conversion d'encodage"
-#: sql_help.h:186
-msgid ""
-"CREATE [ DEFAULT ] CONVERSION name\n"
-" FOR source_encoding TO dest_encoding FROM funcname"
-msgstr ""
-"CREATE [DEFAULT] CONVERSION nom\n"
-" FOR codage_source TO codage_cible FROM nom_fonction"
-
-#: sql_help.h:189
+#: sql_help.h:388
msgid "create a new database"
msgstr "crer une nouvelle base de donnes"
-#: sql_help.h:190
-msgid ""
-"CREATE DATABASE name\n"
-" [ [ WITH ] [ OWNER [=] dbowner ]\n"
-" [ TEMPLATE [=] template ]\n"
-" [ ENCODING [=] encoding ]\n"
-" [ LC_COLLATE [=] lc_collate ]\n"
-" [ LC_CTYPE [=] lc_ctype ]\n"
-" [ TABLESPACE [=] tablespace ]\n"
-" [ CONNECTION LIMIT [=] connlimit ] ]"
-msgstr ""
-"CREATE DATABASE nom\n"
-" [ [ WITH ] [ OWNER [=] nom_propritaire ]\n"
-" [ TEMPLATE [=] modle ]\n"
-" [ ENCODING [=] encodage ]\n"
-" [ LC_COLLATE [=] tri_caract ]\n"
-" [ LC_CTYPE [=] type_caract ]\n"
-" [ TABLESPACE [=] tablespace ]\n"
-" [ CONNECTION LIMIT [=] limite_connexion ] ]"
-
-#: sql_help.h:193
+#: sql_help.h:393
msgid "define a new domain"
msgstr "dfinir un nouveau domaine"
-#: sql_help.h:194
-msgid ""
-"CREATE DOMAIN name [ AS ] data_type\n"
-" [ DEFAULT expression ]\n"
-" [ constraint [ ... ] ]\n"
-"\n"
-"where constraint is:\n"
-"\n"
-"[ CONSTRAINT constraint_name ]\n"
-"{ NOT NULL | NULL | CHECK (expression) }"
-msgstr ""
-"CREATE DOMAIN nom [AS] type_donnes\n"
-" [ DEFAULT expression ]\n"
-" [ contrainte [ ... ] ]\n"
-"\n"
-"avec comme contrainte :\n"
-"\n"
-"[ CONSTRAINT nom_contrainte ]\n"
-"{ NOT NULL | NULL | CHECK (expression) }"
-
-#: sql_help.h:197
+#: sql_help.h:398
msgid "define a new foreign-data wrapper"
msgstr "dfinir un nouveau wrapper de donnes distantes"
-#: sql_help.h:198
-msgid ""
-"CREATE FOREIGN DATA WRAPPER name\n"
-" [ VALIDATOR valfunction | NO VALIDATOR ]\n"
-" [ OPTIONS ( option 'value' [, ... ] ) ]"
-msgstr ""
-"CREATE FOREIGN DATA WRAPPER nom\n"
-" [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
-" [ OPTIONS ( option 'valeur' [, ... ] ) ]"
-
-#: sql_help.h:201
+#: sql_help.h:403
msgid "define a new function"
msgstr "dfinir une nouvelle fonction"
-#: sql_help.h:202
-msgid ""
-"CREATE [ OR REPLACE ] FUNCTION\n"
-" name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] [, ...] ] )\n"
-" [ RETURNS rettype\n"
-" | RETURNS TABLE ( colname coltype [, ...] ) ]\n"
-" { LANGUAGE langname\n"
-" | WINDOW\n"
-" | IMMUTABLE | STABLE | VOLATILE\n"
-" | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-" | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-" | COST execution_cost\n"
-" | ROWS result_rows\n"
-" | SET configuration_parameter { TO value | = value | FROM CURRENT }\n"
-" | AS 'definition'\n"
-" | AS 'obj_file', 'link_symbol'\n"
-" } ...\n"
-" [ WITH ( attribute [, ...] ) ]"
-msgstr ""
-"CREATE [ OR REPLACE ] FUNCTION\n"
-" nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } expr_par_dfaut ] [, ...] ] )\n"
-" [ RETURNS type_ret\n"
-" | RETURNS TABLE ( nom_colonne type_colonne [, ...] ) ]\n"
-" { LANGUAGE nom_lang\n"
-" | WINDOW\n"
-" | IMMUTABLE | STABLE | VOLATILE\n"
-" | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-" | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-" | COST cot_excution\n"
-" | ROWS lignes_rsultats\n"
-" | SET paramtre_configuration { TO valeur | = valeur | FROM CURRENT }\n"
-" | AS 'dfinition'\n"
-" | AS 'fichier_obj', 'symble_lien'\n"
-" } ...\n"
-" [ WITH ( attribut [, ...] ) ]"
-
-#: sql_help.h:205
-#: sql_help.h:229
-#: sql_help.h:285
+#: sql_help.h:408
+#: sql_help.h:438
+#: sql_help.h:508
msgid "define a new database role"
msgstr "dfinir un nouveau rle"
-#: sql_help.h:206
-msgid ""
-"CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE rolename [, ...]\n"
-" | IN GROUP rolename [, ...]\n"
-" | ROLE rolename [, ...]\n"
-" | ADMIN rolename [, ...]\n"
-" | USER rolename [, ...]\n"
-" | SYSID uid"
-msgstr ""
-"CREATE GROUP nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre :\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE nom_rle [, ...]\n"
-" | IN GROUP nom_rle [, ...]\n"
-" | ROLE nom_rle [, ...]\n"
-" | ADMIN nom_rle [, ...]\n"
-" | USER nom_rle [, ...]\n"
-" | SYSID uid"
-
-#: sql_help.h:209
+#: sql_help.h:413
msgid "define a new index"
msgstr "dfinir un nouvel index"
-#: sql_help.h:210
-msgid ""
-"CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name ON table [ USING method ]\n"
-" ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )\n"
-" [ WITH ( storage_parameter = value [, ... ] ) ]\n"
-" [ TABLESPACE tablespace ]\n"
-" [ WHERE predicate ]"
-msgstr ""
-"CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] nom ON table [ USING methode ]\n"
-" ( { colonne | ( expression ) } [ classe_operateur ]\n"
-" [ ASC | DESC ]\n"
-" [ NULLS { FIRST | LAST } ] [, ...] )\n"
-" [ WITH ( parametre_stockage = valeur [, ... ] ) ]\n"
-" [ TABLESPACE tablespace ]\n"
-" [ WHERE predicat ]"
-
-#: sql_help.h:213
+#: sql_help.h:418
msgid "define a new procedural language"
msgstr "dfinir un nouveau langage de procdures"
-#: sql_help.h:214
-msgid ""
-"CREATE [ PROCEDURAL ] LANGUAGE name\n"
-"CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
-" HANDLER call_handler [ VALIDATOR valfunction ]"
-msgstr ""
-"CREATE [ PROCEDURAL ] LANGUAGE nom\n"
-"CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE nom\n"
-" HANDLER gestionnaire_appels [ VALIDATOR fonction_val ]"
-
-#: sql_help.h:217
+#: sql_help.h:423
msgid "define a new operator"
msgstr "dfinir un nouvel oprateur"
-#: sql_help.h:218
-msgid ""
-"CREATE OPERATOR name (\n"
-" PROCEDURE = funcname\n"
-" [, LEFTARG = lefttype ] [, RIGHTARG = righttype ]\n"
-" [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ]\n"
-" [, RESTRICT = res_proc ] [, JOIN = join_proc ]\n"
-" [, HASHES ] [, MERGES ]\n"
-")"
-msgstr ""
-"CREATE OPERATOR nom (\n"
-" PROCEDURE = nom_fonction\n"
-" [, LEFTARG = type_gauche ] [, RIGHTARG = type_droit ]\n"
-" [, COMMUTATOR = op_com ] [, NEGATOR = op_neg ]\n"
-" [, RESTRICT = proc_res ] [, JOIN = proc_join ]\n"
-" [, HASHES ] [, MERGES ]\n"
-")"
-
-#: sql_help.h:221
+#: sql_help.h:428
msgid "define a new operator class"
msgstr "dfinir une nouvelle classe d'oprateur"
-#: sql_help.h:222
-msgid ""
-"CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type\n"
-" USING index_method [ FAMILY family_name ] AS\n"
-" { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ]\n"
-" | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
-" | STORAGE storage_type\n"
-" } [, ... ]"
-msgstr ""
-"CREATE OPERATOR CLASS nom [ DEFAULT ] FOR TYPE type_donne\n"
-" USING mthode_indexage [ FAMILY nom_famille ] AS\n"
-" { OPERATOR numro_stratgie nom_operateur [ ( op_type, op_type ) ]\n"
-" | FUNCTION numro_support [ ( type_op [ , type_op ] ) ]\n"
-" nom_fonction ( type_argument [, ...] )\n"
-" | STORAGE type_stockage\n"
-" } [, ... ]"
-
-#: sql_help.h:225
+#: sql_help.h:433
msgid "define a new operator family"
msgstr "dfinir une nouvelle famille d'oprateur"
-#: sql_help.h:226
-msgid "CREATE OPERATOR FAMILY name USING index_method"
-msgstr "CREATE OPERATOR FAMILY nom USING methode_indexage"
-
-#: sql_help.h:230
-msgid ""
-"CREATE ROLE name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT connlimit\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE rolename [, ...]\n"
-" | IN GROUP rolename [, ...]\n"
-" | ROLE rolename [, ...]\n"
-" | ADMIN rolename [, ...]\n"
-" | USER rolename [, ...]\n"
-" | SYSID uid"
-msgstr ""
-"CREATE ROLE nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre :\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT limite_connexion\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE nom_rle [, ...]\n"
-" | IN GROUP nom_rle [, ...]\n"
-" | ROLE nom_rle [, ...]\n"
-" | ADMIN nom_rle [, ...]\n"
-" | USER nom_rle [, ...]\n"
-" | SYSID uid"
-
-#: sql_help.h:233
+#: sql_help.h:443
msgid "define a new rewrite rule"
msgstr "dfinir une nouvelle rgle de rcriture"
-#: sql_help.h:234
-msgid ""
-"CREATE [ OR REPLACE ] RULE name AS ON event\n"
-" TO table [ WHERE condition ]\n"
-" DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
-msgstr ""
-"CREATE [ OR REPLACE ] RULE nom AS ON vnement\n"
-" TO table [ WHERE condition ]\n"
-" DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; commande ... ) }"
-
-#: sql_help.h:237
+#: sql_help.h:448
msgid "define a new schema"
msgstr "dfinir un nouveau schma"
-#: sql_help.h:238
-msgid ""
-"CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element [ ... ] ]\n"
-"CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
-msgstr ""
-"CREATE SCHEMA nom_schema [ AUTHORIZATION nom_utilisateur ]\n"
-" [ element_schema [ ... ] ]\n"
-"CREATE SCHEMA AUTHORIZATION nom_utilisateur [ element_schema [ ... ] ]"
-
-#: sql_help.h:241
+#: sql_help.h:453
msgid "define a new sequence generator"
msgstr "dfinir un nouveau gnrateur de squence"
-#: sql_help.h:242
-msgid ""
-"CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
-" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
-" [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-" [ OWNED BY { table.column | NONE } ]"
-msgstr ""
-"CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] incrmentation ]\n"
-" [ MINVALUE valeur_mini | NO MINVALUE ]\n"
-" [ MAXVALUE valeur_maxi | NO MAXVALUE ]\n"
-" [ START [ WITH ] valeur_dpart ]\n"
-" [ CACHE en_cache ]\n"
-" [ [ NO ] CYCLE ]\n"
-" [ OWNED BY { table.colonne | NONE } ]"
-
-#: sql_help.h:245
+#: sql_help.h:458
msgid "define a new foreign server"
msgstr "dfinir un nouveau serveur distant"
-#: sql_help.h:246
-msgid ""
-"CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION 'serverversion' ]\n"
-" FOREIGN DATA WRAPPER fdwname\n"
-" [ OPTIONS ( option 'value' [, ... ] ) ]"
-msgstr ""
-"CREATE SERVER nom [ TYPE 'typeserveur' ] [ VERSION 'versionserveur' ]\n"
-" FOREIGN DATA WRAPPER nomfdw\n"
-" [ OPTIONS ( option 'valeur' [, ... ] ) ]"
-
-#: sql_help.h:249
+#: sql_help.h:463
msgid "define a new table"
msgstr "dfinir une nouvelle table"
-#: sql_help.h:250
-msgid ""
-"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( [\n"
-" { column_name data_type [ DEFAULT default_expr ] [ column_constraint [ ... ] ]\n"
-" | table_constraint\n"
-" | LIKE parent_table [ { INCLUDING | EXCLUDING } { DEFAULTS | CONSTRAINTS | INDEXES } ] ... }\n"
-" [, ... ]\n"
-"] )\n"
-"[ INHERITS ( parent_table [, ... ] ) ]\n"
-"[ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-"[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-"[ TABLESPACE tablespace ]\n"
-"\n"
-"where column_constraint is:\n"
-"\n"
-"[ CONSTRAINT constraint_name ]\n"
-"{ NOT NULL | \n"
-" NULL | \n"
-" UNIQUE index_parameters |\n"
-" PRIMARY KEY index_parameters |\n"
-" CHECK ( expression ) |\n"
-" REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n"
-" [ ON DELETE action ] [ ON UPDATE action ] }\n"
-"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
-"\n"
-"and table_constraint is:\n"
-"\n"
-"[ CONSTRAINT constraint_name ]\n"
-"{ UNIQUE ( column_name [, ... ] ) index_parameters |\n"
-" PRIMARY KEY ( column_name [, ... ] ) index_parameters |\n"
-" CHECK ( expression ) |\n"
-" FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn [, ... ] ) ]\n"
-" [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE action ] [ ON UPDATE action ] }\n"
-"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
-"\n"
-"index_parameters in UNIQUE and PRIMARY KEY constraints are:\n"
-"\n"
-"[ WITH ( storage_parameter [= value] [, ... ] ) ]\n"
-"[ USING INDEX TABLESPACE tablespace ]"
-msgstr ""
-"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table ( [\n"
-" { nom_colonne type_donnes [ DEFAULT expr_par_dfaut ]\n"
-" [ contrainte_colonne [ ... ] ]\n"
-" | contrainte_table\n"
-" | LIKE table_parent [ { INCLUDING | EXCLUDING }\n"
-" { DEFAULTS | CONSTRAINTS | INDEXES } ] ... }\n"
-" [, ... ]\n"
-"] )\n"
-"[ INHERITS ( table_parent [, ... ] ) ]\n"
-"[ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-"[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-"[ TABLESPACE tablespace ]\n"
-"\n"
-"o colonne_contrainte peut tre :\n"
-"\n"
-"[ CONSTRAINT nom_contrainte ]\n"
-"{ NOT NULL | \n"
-" NULL | \n"
-" UNIQUE paramtres_index |\n"
-" PRIMARY KEY paramtres_index |\n"
-" CHECK (expression) |\n"
-" REFERENCES table_rfre [ ( colonne_referre ) ]\n"
-" [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n"
-" [ ON DELETE action ] [ ON UPDATE action ] }\n"
-"[ DEFERRABLE | NOT DEFERRABLE ]\n"
-"[ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
-"\n"
-"et contrainte_table peut tre :\n"
-"\n"
-"[ CONSTRAINT nom_contrainte ]\n"
-"{ UNIQUE ( nom_colonne [, ... ] ) paramtres_index |\n"
-" PRIMARY KEY ( nom_colonne [, ... ] ) paramtres_index |\n"
-" CHECK ( expression ) |\n"
-" FOREIGN KEY ( nom_colonne [, ... ] ) REFERENCES\n"
-" table_rfre [ ( colonne_rfre [, ... ] ) ]\n"
-" [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n"
-" [ ON DELETE action ] [ ON UPDATE action ] }\n"
-"[ DEFERRABLE | NOT DEFERRABLE ]\n"
-"[ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
-"\n"
-"les paramtres_index dans les contraintes UNIQUE et PRIMARY KEY sont :\n"
-"\n"
-"[ WITH ( paramtre_stockage [= valeur] [, ... ] ) ]\n"
-"[ USING INDEX TABLESPACE espace_logique ]"
-
-#: sql_help.h:253
-#: sql_help.h:525
+#: sql_help.h:468
+#: sql_help.h:813
msgid "define a new table from the results of a query"
msgstr "dfinir une nouvelle table partir des rsultats d'une requte"
-#: sql_help.h:254
-msgid ""
-"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name\n"
-" [ (column_name [, ...] ) ]\n"
-" [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-" [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-" [ TABLESPACE tablespace ]\n"
-" AS query\n"
-" [ WITH [ NO ] DATA ]"
-msgstr ""
-"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table\n"
-" [ (nom_colonne [, ...] ) ]\n"
-" [ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-" [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-" [ TABLESPACE tablespace ]\n"
-" AS requte [ WITH [ NO ] DATA ]"
-
-#: sql_help.h:257
+#: sql_help.h:473
msgid "define a new tablespace"
msgstr "dfinir un nouveau tablespace"
-#: sql_help.h:258
-msgid "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'"
-msgstr ""
-"CREATE TABLESPACE nom_tablespace [ OWNER nom_utilisateur ]\n"
-" LOCATION 'rpertoire'"
-
-#: sql_help.h:261
+#: sql_help.h:478
msgid "define a new text search configuration"
msgstr "dfinir une nouvelle configuration de la recherche de texte"
-#: sql_help.h:262
-msgid ""
-"CREATE TEXT SEARCH CONFIGURATION name (\n"
-" PARSER = parser_name |\n"
-" COPY = source_config\n"
-")"
-msgstr ""
-"CREATE TEXT SEARCH CONFIGURATION nom (\n"
-" PARSER = nom_analyseur |\n"
-" COPY = config_source\n"
-")"
-
-#: sql_help.h:265
+#: sql_help.h:483
msgid "define a new text search dictionary"
msgstr "dfinir un nouveau dictionnaire de la recherche de texte"
-#: sql_help.h:266
-msgid ""
-"CREATE TEXT SEARCH DICTIONARY name (\n"
-" TEMPLATE = template\n"
-" [, option = value [, ... ]]\n"
-")"
-msgstr ""
-"CREATE TEXT SEARCH DICTIONARY nom (\n"
-" TEMPLATE = modle\n"
-" [, option = valeur [, ... ]]\n"
-")"
-
-#: sql_help.h:269
+#: sql_help.h:488
msgid "define a new text search parser"
msgstr "dfinir un nouvel analyseur de la recherche de texte"
-#: sql_help.h:270
-msgid ""
-"CREATE TEXT SEARCH PARSER name (\n"
-" START = start_function ,\n"
-" GETTOKEN = gettoken_function ,\n"
-" END = end_function ,\n"
-" LEXTYPES = lextypes_function\n"
-" [, HEADLINE = headline_function ]\n"
-")"
-msgstr ""
-"CREATE TEXT SEARCH PARSER nom (\n"
-" START = fonction_debut ,\n"
-" GETTOKEN = fonction_jeton ,\n"
-" END = fonction_fin ,\n"
-" LEXTYPES = fonction_typeslexem\n"
-" [, HEADLINE = fonction_entete ]\n"
-")"
-
-#: sql_help.h:273
+#: sql_help.h:493
msgid "define a new text search template"
msgstr "dfinir un nouveau modle de la recherche de texte"
-#: sql_help.h:274
-msgid ""
-"CREATE TEXT SEARCH TEMPLATE name (\n"
-" [ INIT = init_function , ]\n"
-" LEXIZE = lexize_function\n"
-")"
-msgstr ""
-"CREATE TEXT SEARCH TEMPLATE nom (\n"
-" [ INIT = fonction_init , ]\n"
-" LEXIZE = fonction_lexize\n"
-")"
-
-#: sql_help.h:277
+#: sql_help.h:498
msgid "define a new trigger"
msgstr "dfinir un nouveau trigger"
-#: sql_help.h:278
-msgid ""
-"CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
-" ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
-" EXECUTE PROCEDURE funcname ( arguments )"
-msgstr ""
-"CREATE TRIGGER nom { BEFORE | AFTER } { vnement [ OR ... ] }\n"
-" ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
-" EXECUTE PROCEDURE nom_fonction ( arguments )"
-
-#: sql_help.h:281
+#: sql_help.h:503
msgid "define a new data type"
msgstr "dfinir un nouveau type de donnes"
-#: sql_help.h:282
-msgid ""
-"CREATE TYPE name AS\n"
-" ( attribute_name data_type [, ... ] )\n"
-"\n"
-"CREATE TYPE name AS ENUM\n"
-" ( 'label' [, ... ] )\n"
-"\n"
-"CREATE TYPE name (\n"
-" INPUT = input_function,\n"
-" OUTPUT = output_function\n"
-" [ , RECEIVE = receive_function ]\n"
-" [ , SEND = send_function ]\n"
-" [ , TYPMOD_IN = type_modifier_input_function ]\n"
-" [ , TYPMOD_OUT = type_modifier_output_function ]\n"
-" [ , ANALYZE = analyze_function ]\n"
-" [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
-" [ , PASSEDBYVALUE ]\n"
-" [ , ALIGNMENT = alignment ]\n"
-" [ , STORAGE = storage ]\n"
-" [ , LIKE = like_type ]\n"
-" [ , CATEGORY = category ]\n"
-" [ , PREFERRED = preferred ]\n"
-" [ , DEFAULT = default ]\n"
-" [ , ELEMENT = element ]\n"
-" [ , DELIMITER = delimiter ]\n"
-")\n"
-"\n"
-"CREATE TYPE name"
-msgstr ""
-"CREATE TYPE nom AS\n"
-" ( nom_attribut type_donnee [, ... ] )\n"
-"\n"
-"CREATE TYPE nom AS ENUM\n"
-" ( 'label' [, ... ] )\n"
-"\n"
-"CREATE TYPE nom (\n"
-" INPUT = fonction_entre,\n"
-" OUTPUT = fonction_sortie\n"
-" [ , RECEIVE = fonction_rception ]\n"
-" [ , SEND = fonction_envoi ]\n"
-" [ , TYPMOD_IN = fonction_entre_modif_type ]\n"
-" [ , TYPMOD_OUT = fonction_sortie_modif_type ]\n"
-" [ , ANALYZE = fonction_analyse ]\n"
-" [ , INTERNALLENGTH = { longueur_interne | VARIABLE } ]\n"
-" [ , PASSEDBYVALUE ]\n"
-" [ , ALIGNMENT = alignement ]\n"
-" [ , STORAGE = stockage ]\n"
-" [ , LIKE = type_like ]\n"
-" [ , CATEGORY = catgorie ]\n"
-" [ , PREFERRED = prfr ]\n"
-" [ , DEFAULT = valeur_par_dfaut ]\n"
-" [ , ELEMENT = lment ]\n"
-" [ , DELIMITER = dlimiteur ]\n"
-")\n"
-"\n"
-"CREATE TYPE nom"
-
-#: sql_help.h:286
-msgid ""
-"CREATE USER name [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"where option can be:\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT connlimit\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE rolename [, ...]\n"
-" | IN GROUP rolename [, ...]\n"
-" | ROLE rolename [, ...]\n"
-" | ADMIN rolename [, ...]\n"
-" | USER rolename [, ...]\n"
-" | SYSID uid"
-msgstr ""
-"CREATE USER nom [ [ WITH ] option [ ... ] ]\n"
-"\n"
-"o option peut tre :\n"
-" \n"
-" SUPERUSER | NOSUPERUSER\n"
-" | CREATEDB | NOCREATEDB\n"
-" | CREATEROLE | NOCREATEROLE\n"
-" | CREATEUSER | NOCREATEUSER\n"
-" | INHERIT | NOINHERIT\n"
-" | LOGIN | NOLOGIN\n"
-" | CONNECTION LIMIT limite_connexion\n"
-" | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-" | VALID UNTIL 'timestamp' \n"
-" | IN ROLE nom_rle [, ...]\n"
-" | IN GROUP nom_rle [, ...]\n"
-" | ROLE nom_rle [, ...]\n"
-" | ADMIN nom_rle [, ...]\n"
-" | USER nom_rle [, ...]\n"
-" | SYSID uid"
-
-#: sql_help.h:289
+#: sql_help.h:513
msgid "define a new mapping of a user to a foreign server"
msgstr "dfinit une nouvelle correspondance d'un utilisateur vers un serveur distant"
-#: sql_help.h:290
-msgid ""
-"CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
-" SERVER servername\n"
-" [ OPTIONS ( option 'value' [ , ... ] ) ]"
-msgstr ""
-"CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC }\n"
-" SERVER nomserveur\n"
-" [ OPTIONS ( option 'valeur' [ , ... ] ) ]"
-
-#: sql_help.h:293
+#: sql_help.h:518
msgid "define a new view"
msgstr "dfinir une nouvelle vue"
-#: sql_help.h:294
-msgid ""
-"CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name [, ...] ) ]\n"
-" AS query"
-msgstr ""
-"CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW nom\n"
-" [ ( nom_colonne [, ...] ) ]\n"
-" AS requte"
-
-#: sql_help.h:297
+#: sql_help.h:523
msgid "deallocate a prepared statement"
msgstr "dsallouer une instruction prpare"
-#: sql_help.h:298
-msgid "DEALLOCATE [ PREPARE ] { name | ALL }"
-msgstr "DEALLOCATE [ PREPARE ] { nom_plan | ALL }"
-
-#: sql_help.h:301
+#: sql_help.h:528
msgid "define a cursor"
msgstr "dfinir un curseur"
-#: sql_help.h:302
-msgid ""
-"DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
-" CURSOR [ { WITH | WITHOUT } HOLD ] FOR query"
-msgstr ""
-"DECLARE nom [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
-" CURSOR [ { WITH | WITHOUT } HOLD ] FOR requte"
-
-#: sql_help.h:305
+#: sql_help.h:533
msgid "delete rows of a table"
msgstr "supprimer des lignes d'une table"
-#: sql_help.h:306
-msgid ""
-"DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
-" [ USING usinglist ]\n"
-" [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
-" [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
-msgstr ""
-"DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
-" [ USING liste_using ]\n"
-" [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
-" [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-
-#: sql_help.h:309
+#: sql_help.h:538
msgid "discard session state"
msgstr "annuler l'tat de la session"
-#: sql_help.h:310
-msgid "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
-msgstr "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
+#: sql_help.h:543
+msgid "execute an anonymous code block"
+msgstr "excute un bloc de code anonyme"
-#: sql_help.h:313
+#: sql_help.h:548
msgid "remove an aggregate function"
msgstr "supprimer une fonction d'agrgation"
-#: sql_help.h:314
-msgid "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
-msgstr "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:317
+#: sql_help.h:553
msgid "remove a cast"
msgstr "supprimer un transtypage"
-#: sql_help.h:318
-msgid "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
-msgstr "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:321
+#: sql_help.h:558
msgid "remove a conversion"
msgstr "supprimer une conversion"
-#: sql_help.h:322
-msgid "DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP CONVERSION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:325
+#: sql_help.h:563
msgid "remove a database"
msgstr "supprimer une base de donnes"
-#: sql_help.h:326
-msgid "DROP DATABASE [ IF EXISTS ] name"
-msgstr "DROP DATABASE [ IF EXISTS ] nom"
-
-#: sql_help.h:329
+#: sql_help.h:568
msgid "remove a domain"
msgstr "supprimer un domaine"
-#: sql_help.h:330
-msgid "DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP DOMAIN [ IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:333
+#: sql_help.h:573
msgid "remove a foreign-data wrapper"
msgstr "supprimer un wrapper de donnes distantes"
-#: sql_help.h:334
-msgid "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:337
+#: sql_help.h:578
msgid "remove a function"
msgstr "supprimer une fonction"
-#: sql_help.h:338
-msgid ""
-"DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-" [ CASCADE | RESTRICT ]"
-msgstr ""
-"DROP FUNCTION [IF EXISTS ] nom\n"
-" ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-" [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:341
-#: sql_help.h:369
-#: sql_help.h:421
+#: sql_help.h:583
+#: sql_help.h:618
+#: sql_help.h:683
msgid "remove a database role"
msgstr "supprimer un rle de la base de donnes"
-#: sql_help.h:342
-msgid "DROP GROUP [ IF EXISTS ] name [, ...]"
-msgstr "DROP GROUP [IF EXISTS ] nom [, ...]"
-
-#: sql_help.h:345
+#: sql_help.h:588
msgid "remove an index"
msgstr "supprimer un index"
-#: sql_help.h:346
-msgid "DROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP INDEX [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:349
+#: sql_help.h:593
msgid "remove a procedural language"
msgstr "supprimer un langage procdural"
-#: sql_help.h:350
-msgid "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:353
+#: sql_help.h:598
msgid "remove an operator"
msgstr "supprimer un oprateur"
-#: sql_help.h:354
-msgid "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | NONE } ) [ CASCADE | RESTRICT ]"
-msgstr ""
-"DROP OPERATOR [IF EXISTS ] nom\n"
-" ( { type_gauche | NONE } , { type_droit | NONE } )\n"
-" [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:357
+#: sql_help.h:603
msgid "remove an operator class"
msgstr "supprimer une classe d'oprateur"
-#: sql_help.h:358
-msgid "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
-msgstr ""
-"DROP OPERATOR CLASS [IF EXISTS ] nom\n"
-" USING mthode_indexage [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:361
+#: sql_help.h:608
msgid "remove an operator family"
msgstr "supprimer une famille d'oprateur"
-#: sql_help.h:362
-msgid "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
-msgstr ""
-"DROP OPERATOR FAMILY [IF EXISTS ] nom\n"
-" USING mthode_indexage [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:365
+#: sql_help.h:613
msgid "remove database objects owned by a database role"
msgstr "supprimer les objets appartenant un rle"
-#: sql_help.h:366
-msgid "DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP OWNED BY nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:370
-msgid "DROP ROLE [ IF EXISTS ] name [, ...]"
-msgstr "DROP ROLE [IF EXISTS ] nom [, ...]"
-
-#: sql_help.h:373
+#: sql_help.h:623
msgid "remove a rewrite rule"
msgstr "supprimer une rgle de rcriture"
-#: sql_help.h:374
-msgid "DROP RULE [ IF EXISTS ] name ON relation [ CASCADE | RESTRICT ]"
-msgstr "DROP RULE [IF EXISTS ] nom ON relation [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:377
+#: sql_help.h:628
msgid "remove a schema"
msgstr "supprimer un schma"
-#: sql_help.h:378
-msgid "DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP SCHEMA [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:381
+#: sql_help.h:633
msgid "remove a sequence"
msgstr "supprimer une squence"
-#: sql_help.h:382
-msgid "DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP SEQUENCE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:385
+#: sql_help.h:638
msgid "remove a foreign server descriptor"
msgstr "supprimer un descripteur de serveur distant"
-#: sql_help.h:386
-msgid "DROP SERVER [ IF EXISTS ] servername [ CASCADE | RESTRICT ]"
-msgstr "DROP SERVER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:389
+#: sql_help.h:643
msgid "remove a table"
msgstr "supprimer une table"
-#: sql_help.h:390
-msgid "DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP TABLE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:393
+#: sql_help.h:648
msgid "remove a tablespace"
msgstr "supprimer un tablespace"
-#: sql_help.h:394
-msgid "DROP TABLESPACE [ IF EXISTS ] tablespacename"
-msgstr "DROP TABLESPACE [IF EXISTS ] nom_tablespace"
-
-#: sql_help.h:397
+#: sql_help.h:653
msgid "remove a text search configuration"
msgstr "supprimer une configuration de la recherche de texte"
-#: sql_help.h:398
-msgid "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:401
+#: sql_help.h:658
msgid "remove a text search dictionary"
msgstr "supprimer un dictionnaire de la recherche de texte"
-#: sql_help.h:402
-msgid "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:405
+#: sql_help.h:663
msgid "remove a text search parser"
msgstr "supprimer un analyseur de la recherche de texte"
-#: sql_help.h:406
-msgid "DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP TEXT SEARCH PARSER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:409
+#: sql_help.h:668
msgid "remove a text search template"
msgstr "supprimer un modle de la recherche de texte"
-#: sql_help.h:410
-msgid "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-msgstr "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:413
+#: sql_help.h:673
msgid "remove a trigger"
msgstr "supprimer un trigger"
-#: sql_help.h:414
-msgid "DROP TRIGGER [ IF EXISTS ] name ON table [ CASCADE | RESTRICT ]"
-msgstr "DROP TRIGGER [IF EXISTS ] nom ON table [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:417
+#: sql_help.h:678
msgid "remove a data type"
msgstr "supprimer un type de donnes"
-#: sql_help.h:418
-msgid "DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP TYPE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:422
-msgid "DROP USER [ IF EXISTS ] name [, ...]"
-msgstr "DROP USER [IF EXISTS ] nom [, ...]"
-
-#: sql_help.h:425
+#: sql_help.h:688
msgid "remove a user mapping for a foreign server"
msgstr "supprime une correspondance utilisateur pour un serveur distant"
-#: sql_help.h:426
-msgid "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | PUBLIC } SERVER servername"
-msgstr "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC } SERVER nomserveur"
-
-#: sql_help.h:429
+#: sql_help.h:693
msgid "remove a view"
msgstr "supprimer une vue"
-#: sql_help.h:430
-msgid "DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-msgstr "DROP VIEW [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:434
-msgid "END [ WORK | TRANSACTION ]"
-msgstr "END [ WORK | TRANSACTION ]"
-
-#: sql_help.h:437
+#: sql_help.h:703
msgid "execute a prepared statement"
msgstr "excuter une instruction prpare"
-#: sql_help.h:438
-msgid "EXECUTE name [ ( parameter [, ...] ) ]"
-msgstr "EXECUTE nom_plan [ ( paramtre [, ...] ) ]"
-
-#: sql_help.h:441
+#: sql_help.h:708
msgid "show the execution plan of a statement"
msgstr "afficher le plan d'excution d'une instruction"
-#: sql_help.h:442
-msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
-msgstr "EXPLAIN [ ANALYZE ] [ VERBOSE ] instruction"
-
-#: sql_help.h:445
+#: sql_help.h:713
msgid "retrieve rows from a query using a cursor"
msgstr "extraire certaines lignes d'une requte l'aide d'un curseur"
-#: sql_help.h:446
-msgid ""
-"FETCH [ direction { FROM | IN } ] cursorname\n"
-"\n"
-"where direction can be empty or one of:\n"
-"\n"
-" NEXT\n"
-" PRIOR\n"
-" FIRST\n"
-" LAST\n"
-" ABSOLUTE count\n"
-" RELATIVE count\n"
-" count\n"
-" ALL\n"
-" FORWARD\n"
-" FORWARD count\n"
-" FORWARD ALL\n"
-" BACKWARD\n"
-" BACKWARD count\n"
-" BACKWARD ALL"
-msgstr ""
-"FETCH [ direction { FROM | IN } ] nom_curseur\n"
-"\n"
-"sans prciser de direction ou en choissant une des directions suivantes :\n"
-"\n"
-" NEXT\n"
-" PRIOR\n"
-" FIRST\n"
-" LAST\n"
-" ABSOLUTE nombre\n"
-" RELATIVE nombre\n"
-" count\n"
-" ALL\n"
-" FORWARD\n"
-" FORWARD nombre\n"
-" FORWARD ALL\n"
-" BACKWARD\n"
-" BACKWARD nombre\n"
-" BACKWARD ALL"
-
-#: sql_help.h:449
+#: sql_help.h:718
msgid "define access privileges"
msgstr "dfinir des privilges d'accs"
-#: sql_help.h:450
-msgid ""
-"GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON [ TABLE ] tablename [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
-" [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
-" ON [ TABLE ] tablename [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { USAGE | SELECT | UPDATE }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SEQUENCE sequencename [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON DATABASE dbname [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN SERVER servername [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
-" ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON LANGUAGE langname [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SCHEMA schemaname [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
-" ON TABLESPACE tablespacename [, ...]\n"
-" TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT role [, ...] TO rolename [, ...] [ WITH ADMIN OPTION ]"
-msgstr ""
-"GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON [ TABLE ] nom_table [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
-" [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
-" ON [ TABLE ] nom_table [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { USAGE | SELECT | UPDATE }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SEQUENCE nom_squence [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON DATABASE nom_base [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN DATA WRAPPER nomfdw [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN SERVER nom_serveur [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
-" ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON LANGUAGE nom_langage [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SCHEMA nom_schma [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
-" ON TABLESPACE nom_tablespace [, ...]\n"
-" TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-"\n"
-"GRANT rle [, ...] TO nom_rle [, ...] [ WITH ADMIN OPTION ]"
-
-#: sql_help.h:453
+#: sql_help.h:723
msgid "create new rows in a table"
msgstr "crer de nouvelles lignes dans une table"
-#: sql_help.h:454
-msgid ""
-"INSERT INTO table [ ( column [, ...] ) ]\n"
-" { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | query }\n"
-" [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
-msgstr ""
-"INSERT INTO table [ ( colonne [, ...] ) ]\n"
-" { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | requte }\n"
-" [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-
-#: sql_help.h:457
+#: sql_help.h:728
msgid "listen for a notification"
msgstr "se mettre l'coute d'une notification"
-#: sql_help.h:458
-msgid "LISTEN name"
-msgstr "LISTEN nom"
-
-#: sql_help.h:461
-msgid "load or reload a shared library file"
-msgstr "charger ou recharger un fichier de bibliothque partage"
-
-#: sql_help.h:462
-msgid "LOAD 'filename'"
-msgstr "LOAD 'nom_de_fichier'"
+#: sql_help.h:733
+msgid "load a shared library file"
+msgstr "charger un fichier de bibliothque partage"
-#: sql_help.h:465
+#: sql_help.h:738
msgid "lock a table"
msgstr "verrouiller une table"
-#: sql_help.h:466
-msgid ""
-"LOCK [ TABLE ] [ ONLY ] name [, ...] [ IN lockmode MODE ] [ NOWAIT ]\n"
-"\n"
-"where lockmode is one of:\n"
-"\n"
-" ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
-" | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
-msgstr ""
-"LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] [ NOWAIT ]\n"
-"\n"
-"avec mode_verrouillage parmi :\n"
-"\n"
-" ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
-" | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
-
-#: sql_help.h:469
+#: sql_help.h:743
msgid "position a cursor"
msgstr "positionner un curseur"
-#: sql_help.h:470
-msgid "MOVE [ direction { FROM | IN } ] cursorname"
-msgstr "MOVE [ direction { FROM | IN } ] nom_de_curseur"
-
-#: sql_help.h:473
+#: sql_help.h:748
msgid "generate a notification"
msgstr "engendrer une notification"
-#: sql_help.h:474
-msgid "NOTIFY name"
-msgstr "NOTIFY nom"
-
-#: sql_help.h:477
+#: sql_help.h:753
msgid "prepare a statement for execution"
msgstr "prparer une instruction pour excution"
-#: sql_help.h:478
-msgid "PREPARE name [ ( datatype [, ...] ) ] AS statement"
-msgstr "PREPARE nom_plan [ ( type_donnes [, ...] ) ] AS instruction"
-
-#: sql_help.h:481
+#: sql_help.h:758
msgid "prepare the current transaction for two-phase commit"
msgstr "prparer la transaction en cours pour une validation en deux phases"
-#: sql_help.h:482
-msgid "PREPARE TRANSACTION transaction_id"
-msgstr "PREPARE TRANSACTION id_transaction"
-
-#: sql_help.h:485
+#: sql_help.h:763
msgid "change the ownership of database objects owned by a database role"
msgstr "changer le propritaire des objets d'un rle"
-#: sql_help.h:486
-msgid "REASSIGN OWNED BY old_role [, ...] TO new_role"
-msgstr "REASSIGN OWNED BY ancien_role [, ...] TO nouveau_role"
-
-#: sql_help.h:489
+#: sql_help.h:768
msgid "rebuild indexes"
msgstr "reconstruire des index"
-#: sql_help.h:490
-msgid "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } name [ FORCE ]"
-msgstr "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nom [ FORCE ]"
-
-#: sql_help.h:493
+#: sql_help.h:773
msgid "destroy a previously defined savepoint"
msgstr "dtruire un point de retournement prcdemment dfini"
-#: sql_help.h:494
-msgid "RELEASE [ SAVEPOINT ] savepoint_name"
-msgstr "RELEASE [ SAVEPOINT ] nom_retour"
-
-#: sql_help.h:497
+#: sql_help.h:778
msgid "restore the value of a run-time parameter to the default value"
msgstr "rinitialiser un paramtre d'excution sa valeur par dfaut"
-#: sql_help.h:498
-msgid ""
-"RESET configuration_parameter\n"
-"RESET ALL"
-msgstr ""
-"RESET paramtre\n"
-"RESET ALL"
-
-#: sql_help.h:501
+#: sql_help.h:783
msgid "remove access privileges"
msgstr "supprimer des privilges d'accs"
-#: sql_help.h:502
-msgid ""
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON [ TABLE ] tablename [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
-" [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
-" ON [ TABLE ] tablename [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { USAGE | SELECT | UPDATE }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SEQUENCE sequencename [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON DATABASE dbname [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN SERVER servername [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { EXECUTE | ALL [ PRIVILEGES ] }\n"
-" ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON LANGUAGE langname [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SCHEMA schemaname [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { CREATE | ALL [ PRIVILEGES ] }\n"
-" ON TABLESPACE tablespacename [, ...]\n"
-" FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ ADMIN OPTION FOR ]\n"
-" role [, ...] FROM rolename [, ...]\n"
-" [ CASCADE | RESTRICT ]"
-msgstr ""
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON [ TABLE ] nom_table [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
-" [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
-" ON [ TABLE ] nom_table [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { USAGE | SELECT | UPDATE }\n"
-" [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SEQUENCE nom_squence [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON DATABASE nom_base [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN DATA WRAPPER nom_fdw [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON FOREIGN SERVER nom_serveur [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { EXECUTE | ALL [ PRIVILEGES ] }\n"
-" ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { USAGE | ALL [ PRIVILEGES ] }\n"
-" ON LANGUAGE nom_langage [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-" ON SCHEMA nom_schma [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ GRANT OPTION FOR ]\n"
-" { CREATE | ALL [ PRIVILEGES ] }\n"
-" ON TABLESPACE nom_tablespace [, ...]\n"
-" FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
-" [ CASCADE | RESTRICT ]\n"
-"\n"
-"REVOKE [ ADMIN OPTION FOR ]\n"
-" role [, ...] FROM nom_rle [, ...]\n"
-" [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:506
-msgid "ROLLBACK [ WORK | TRANSACTION ]"
-msgstr "ROLLBACK [ WORK | TRANSACTION ]"
-
-#: sql_help.h:509
+#: sql_help.h:793
msgid "cancel a transaction that was earlier prepared for two-phase commit"
msgstr ""
"annuler une transaction prcdemment prpare pour une validation en deux\n"
"phases"
-#: sql_help.h:510
-msgid "ROLLBACK PREPARED transaction_id"
-msgstr "ROLLBACK PREPARED id_transaction"
-
-#: sql_help.h:513
+#: sql_help.h:798
msgid "roll back to a savepoint"
msgstr "annuler jusqu'au point de retournement"
-#: sql_help.h:514
-msgid "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name"
-msgstr "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] nom_retour"
-
-#: sql_help.h:517
+#: sql_help.h:803
msgid "define a new savepoint within the current transaction"
msgstr "dfinir un nouveau point de retournement pour la transaction en cours"
-#: sql_help.h:518
-msgid "SAVEPOINT savepoint_name"
-msgstr "SAVEPOINT nom_retour"
-
-#: sql_help.h:521
-#: sql_help.h:557
-#: sql_help.h:581
+#: sql_help.h:808
+#: sql_help.h:853
+#: sql_help.h:883
msgid "retrieve rows from a table or view"
msgstr "extraire des lignes d'une table ou d'une vue"
-#: sql_help.h:522
-#: sql_help.h:558
-#: sql_help.h:582
-msgid ""
-"[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
-"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-" * | expression [ [ AS ] output_name ] [, ...]\n"
-" [ FROM from_item [, ...] ]\n"
-" [ WHERE condition ]\n"
-" [ GROUP BY expression [, ...] ]\n"
-" [ HAVING condition [, ...] ]\n"
-" [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
-" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-" [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-" [ LIMIT { count | ALL } ]\n"
-" [ OFFSET start [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
-" [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]\n"
-"\n"
-"where from_item can be one of:\n"
-"\n"
-" [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
-" ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n"
-" with_query_name [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
-" function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias [, ...] | column_definition [, ...] ) ]\n"
-" function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n"
-" from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) ]\n"
-"\n"
-"and with_query is:\n"
-"\n"
-" with_query_name [ ( column_name [, ...] ) ] AS ( select )\n"
-"\n"
-"TABLE { [ ONLY ] table_name [ * ] | with_query_name }"
-msgstr ""
-"[ WITH [ RECURSIVE ] requte_with [, ...] ]\n"
-"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-" * | expression [ [ AS ] nom_sortie ] [, ...]\n"
-" [ FROM lment_from [, ...] ]\n"
-" [ WHERE condition ]\n"
-" [ GROUP BY expression [, ...] ]\n"
-" [ HAVING condition [, ...] ]\n"
-" [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n"
-" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-" [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-" [ LIMIT { total | ALL } ]\n"
-" [ OFFSET dbut [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
-" [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]\n"
-"\n"
-"avec lment_from faisant parti de :\n"
-"\n"
-" [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
-" ( select ) [ AS ] alias [ ( alias_colonne [, ...] ) ]\n"
-" nom_requte_with [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
-" nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne [, ...] | dfinition_colonne [, ...] ) ]\n"
-" nom_fonction ( [ argument [, ...] ] ) AS ( dfinition_colonne [, ...] )\n"
-" lment_from [ NATURAL ] type_jointure lment_from [ ON condition_jointure | USING ( colonne_jointure [, ...] ) ]\n"
-"\n"
-"et requte_with est:\n"
-"\n"
-" nom_requte_with [ ( nom_colonne [, ...] ) ] AS ( select )\n"
-"\n"
-"TABLE { [ ONLY ] nom_table [ * ] | nom_requte_with }"
-
-#: sql_help.h:526
-msgid ""
-"[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
-"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-" * | expression [ [ AS ] output_name ] [, ...]\n"
-" INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n"
-" [ FROM from_item [, ...] ]\n"
-" [ WHERE condition ]\n"
-" [ GROUP BY expression [, ...] ]\n"
-" [ HAVING condition [, ...] ]\n"
-" [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
-" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-" [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-" [ LIMIT { count | ALL } ]\n"
-" [ OFFSET start [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
-" [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]"
-msgstr ""
-"[ WITH [ RECURSIVE ] requte_with [, ...] ]\n"
-"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-" * | expression [ [ AS ] nom_sortie ] [, ...]\n"
-" INTO [ TEMPORARY | TEMP ] [ TABLE ] nouvelle_table\n"
-" [ FROM lment_from [, ...] ]\n"
-" [ WHERE condition ]\n"
-" [ GROUP BY expression [, ...] ]\n"
-" [ HAVING condition [, ...] ]\n"
-" [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n"
-" [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-" [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-" [ LIMIT { total | ALL } ]\n"
-" [ OFFSET dbut [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
-" [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]"
-
-#: sql_help.h:529
+#: sql_help.h:818
msgid "change a run-time parameter"
msgstr "modifier un paramtre d'excution"
-#: sql_help.h:530
-msgid ""
-"SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }\n"
-"SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
-msgstr ""
-"SET [ SESSION | LOCAL ] paramtre { TO | = } { valeur | 'valeur' | DEFAULT }\n"
-"SET [ SESSION | LOCAL ] TIME ZONE { zone_horaire | LOCAL | DEFAULT }"
-
-#: sql_help.h:533
+#: sql_help.h:823
msgid "set constraint checking modes for the current transaction"
msgstr "dfinir les modes de vrification de contrainte pour la transaction en cours"
-#: sql_help.h:534
-msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
-msgstr "SET CONSTRAINTS { ALL | nom [, ...] } { DEFERRED | IMMEDIATE }"
-
-#: sql_help.h:537
+#: sql_help.h:828
msgid "set the current user identifier of the current session"
msgstr "dfinir l'identifiant actuel de l'utilisateur de la session courante"
-#: sql_help.h:538
-msgid ""
-"SET [ SESSION | LOCAL ] ROLE rolename\n"
-"SET [ SESSION | LOCAL ] ROLE NONE\n"
-"RESET ROLE"
-msgstr ""
-"SET [ SESSION | LOCAL ] ROLE nom_rle\n"
-"SET [ SESSION | LOCAL ] ROLE NONE\n"
-"RESET ROLE"
-
-#: sql_help.h:541
+#: sql_help.h:833
msgid "set the session user identifier and the current user identifier of the current session"
msgstr ""
"dfinir l'identifiant de l'utilisateur de session et l'identifiant actuel de\n"
"l'utilisateur de la session courante"
-#: sql_help.h:542
-msgid ""
-"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
-"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
-"RESET SESSION AUTHORIZATION"
-msgstr ""
-"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION nom_utilisateur\n"
-"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
-"RESET SESSION AUTHORIZATION"
-
-#: sql_help.h:545
+#: sql_help.h:838
msgid "set the characteristics of the current transaction"
msgstr "dfinir les caractristiques de la transaction en cours"
-#: sql_help.h:546
-msgid ""
-"SET TRANSACTION transaction_mode [, ...]\n"
-"SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]\n"
-"\n"
-"where transaction_mode is one of:\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-msgstr ""
-"SET TRANSACTION mode_transaction [, ...]\n"
-"SET SESSION CHARACTERISTICS AS TRANSACTION mode_transaction [, ...]\n"
-"\n"
-"o mode_transaction peut tre :\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-" READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-
-#: sql_help.h:549
+#: sql_help.h:843
msgid "show the value of a run-time parameter"
msgstr "afficher la valeur d'un paramtre d'excution"
-#: sql_help.h:550
-msgid ""
-"SHOW name\n"
-"SHOW ALL"
-msgstr ""
-"SHOW nom\n"
-"SHOW ALL"
-
-#: sql_help.h:554
-msgid ""
-"START TRANSACTION [ transaction_mode [, ...] ]\n"
-"\n"
-"where transaction_mode is one of:\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-msgstr ""
-"START TRANSACTION [ mode_transaction [, ...] ]\n"
-"\n"
-"o mode_transaction peut tre :\n"
-"\n"
-" ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-" READ COMMITTED | READ UNCOMMITTED }\n"
-" READ WRITE | READ ONLY"
-
-#: sql_help.h:561
+#: sql_help.h:858
msgid "empty a table or set of tables"
msgstr "vider une table ou un ensemble de tables"
-#: sql_help.h:562
-msgid ""
-"TRUNCATE [ TABLE ] [ ONLY ] name [, ... ]\n"
-" [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
-msgstr ""
-"TRUNCATE [ TABLE ] [ ONLY ] nom [, ... ]\n"
-" [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
-
-#: sql_help.h:565
+#: sql_help.h:863
msgid "stop listening for a notification"
msgstr "arrter l'coute d'une notification"
-#: sql_help.h:566
-msgid "UNLISTEN { name | * }"
-msgstr "UNLISTEN { nom | * }"
-
-#: sql_help.h:569
+#: sql_help.h:868
msgid "update rows of a table"
msgstr "actualiser les lignes d'une table"
-#: sql_help.h:570
-msgid ""
-"UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
-" SET { column = { expression | DEFAULT } |\n"
-" ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
-" [ FROM fromlist ]\n"
-" [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
-" [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
-msgstr ""
-"UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
-" SET { colonne = { expression | DEFAULT } |\n"
-" ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
-" [ FROM liste_from ]\n"
-" [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
-" [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-
-#: sql_help.h:573
+#: sql_help.h:873
msgid "garbage-collect and optionally analyze a database"
msgstr "compacter et optionnellement analyser une base de donnes"
-#: sql_help.h:574
-msgid ""
-"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
-"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]"
-msgstr ""
-"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
-"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne [, ...] ) ] ]"
-
-#: sql_help.h:577
+#: sql_help.h:878
msgid "compute a set of rows"
msgstr "calculer un ensemble de lignes"
-#: sql_help.h:578
-msgid ""
-"VALUES ( expression [, ...] ) [, ...]\n"
-" [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]\n"
-" [ LIMIT { count | ALL } ]\n"
-" [ OFFSET start [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]"
-msgstr ""
-"VALUES ( expression [, ...] ) [, ...]\n"
-" [ ORDER BY expression_tri [ ASC | DESC | USING oprateur ] [, ...] ]\n"
-" [ LIMIT { total | ALL } ]\n"
-" [ OFFSET dbut [ ROW | ROWS ] ]\n"
-" [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]"
+#: sql_help.c:26
+#: sql_help.c:29
+#: sql_help.c:32
+#: sql_help.c:43
+#: sql_help.c:45
+#: sql_help.c:69
+#: sql_help.c:73
+#: sql_help.c:75
+#: sql_help.c:77
+#: sql_help.c:79
+#: sql_help.c:82
+#: sql_help.c:84
+#: sql_help.c:86
+#: sql_help.c:161
+#: sql_help.c:163
+#: sql_help.c:164
+#: sql_help.c:166
+#: sql_help.c:168
+#: sql_help.c:170
+#: sql_help.c:182
+#: sql_help.c:186
+#: sql_help.c:214
+#: sql_help.c:219
+#: sql_help.c:224
+#: sql_help.c:229
+#: sql_help.c:267
+#: sql_help.c:269
+#: sql_help.c:271
+#: sql_help.c:274
+#: sql_help.c:284
+#: sql_help.c:286
+#: sql_help.c:304
+#: sql_help.c:316
+#: sql_help.c:319
+#: sql_help.c:338
+#: sql_help.c:349
+#: sql_help.c:357
+#: sql_help.c:360
+#: sql_help.c:389
+#: sql_help.c:395
+#: sql_help.c:397
+#: sql_help.c:401
+#: sql_help.c:404
+#: sql_help.c:407
+#: sql_help.c:417
+#: sql_help.c:419
+#: sql_help.c:436
+#: sql_help.c:445
+#: sql_help.c:447
+#: sql_help.c:449
+#: sql_help.c:512
+#: sql_help.c:514
+#: sql_help.c:517
+#: sql_help.c:519
+#: sql_help.c:564
+#: sql_help.c:566
+#: sql_help.c:586
+#: sql_help.c:589
+#: sql_help.c:592
+#: sql_help.c:595
+#: sql_help.c:599
+#: sql_help.c:601
+#: sql_help.c:603
+#: sql_help.c:616
+#: sql_help.c:619
+#: sql_help.c:621
+#: sql_help.c:630
+#: sql_help.c:639
+#: sql_help.c:648
+#: sql_help.c:660
+#: sql_help.c:662
+#: sql_help.c:664
+#: sql_help.c:692
+#: sql_help.c:698
+#: sql_help.c:700
+#: sql_help.c:703
+#: sql_help.c:705
+#: sql_help.c:707
+#: sql_help.c:732
+#: sql_help.c:735
+#: sql_help.c:737
+#: sql_help.c:739
+#: sql_help.c:741
+#: sql_help.c:780
+#: sql_help.c:951
+#: sql_help.c:958
+#: sql_help.c:1004
+#: sql_help.c:1019
+#: sql_help.c:1037
+#: sql_help.c:1059
+#: sql_help.c:1075
+#: sql_help.c:1101
+#: sql_help.c:1143
+#: sql_help.c:1165
+#: sql_help.c:1184
+#: sql_help.c:1185
+#: sql_help.c:1202
+#: sql_help.c:1222
+#: sql_help.c:1243
+#: sql_help.c:1270
+#: sql_help.c:1291
+#: sql_help.c:1321
+#: sql_help.c:1482
+#: sql_help.c:1495
+#: sql_help.c:1512
+#: sql_help.c:1528
+#: sql_help.c:1541
+#: sql_help.c:1580
+#: sql_help.c:1583
+#: sql_help.c:1585
+#: sql_help.c:1602
+#: sql_help.c:1628
+#: sql_help.c:1661
+#: sql_help.c:1671
+#: sql_help.c:1680
+#: sql_help.c:1722
+#: sql_help.c:1740
+#: sql_help.c:1748
+#: sql_help.c:1756
+#: sql_help.c:1764
+#: sql_help.c:1773
+#: sql_help.c:1784
+#: sql_help.c:1792
+#: sql_help.c:1800
+#: sql_help.c:1808
+#: sql_help.c:1818
+#: sql_help.c:1827
+#: sql_help.c:1836
+#: sql_help.c:1844
+#: sql_help.c:1852
+#: sql_help.c:1861
+#: sql_help.c:1869
+#: sql_help.c:1885
+#: sql_help.c:1901
+#: sql_help.c:1909
+#: sql_help.c:1917
+#: sql_help.c:1925
+#: sql_help.c:1933
+#: sql_help.c:1942
+#: sql_help.c:1950
+#: sql_help.c:1967
+#: sql_help.c:1982
+#: sql_help.c:2141
+#: sql_help.c:2162
+#: sql_help.c:2181
+#: sql_help.c:2189
+#: sql_help.c:2216
+#: sql_help.c:2517
+#: sql_help.c:2562
+#: sql_help.c:2666
+#: sql_help.c:2674
+msgid "name"
+msgstr "nom"
+
+#: sql_help.c:27
+#: sql_help.c:30
+#: sql_help.c:33
+#: sql_help.c:523
+#: sql_help.c:527
+#: sql_help.c:1723
+msgid "type"
+msgstr "type"
+
+#: sql_help.c:28
+#: sql_help.c:44
+#: sql_help.c:74
+#: sql_help.c:223
+#: sql_help.c:256
+#: sql_help.c:268
+#: sql_help.c:285
+#: sql_help.c:318
+#: sql_help.c:359
+#: sql_help.c:396
+#: sql_help.c:418
+#: sql_help.c:448
+#: sql_help.c:518
+#: sql_help.c:565
+#: sql_help.c:602
+#: sql_help.c:620
+#: sql_help.c:631
+#: sql_help.c:640
+#: sql_help.c:650
+#: sql_help.c:661
+#: sql_help.c:699
+#: sql_help.c:740
+msgid "new_name"
+msgstr "nouveau_nom"
+
+#: sql_help.c:31
+#: sql_help.c:46
+#: sql_help.c:76
+#: sql_help.c:169
+#: sql_help.c:187
+#: sql_help.c:228
+#: sql_help.c:287
+#: sql_help.c:296
+#: sql_help.c:307
+#: sql_help.c:321
+#: sql_help.c:362
+#: sql_help.c:420
+#: sql_help.c:446
+#: sql_help.c:465
+#: sql_help.c:554
+#: sql_help.c:567
+#: sql_help.c:604
+#: sql_help.c:622
+#: sql_help.c:663
+#: sql_help.c:738
+msgid "new_owner"
+msgstr "nouveau_propritaire"
+
+#: sql_help.c:34
+#: sql_help.c:171
+#: sql_help.c:233
+#: sql_help.c:450
+#: sql_help.c:520
+#: sql_help.c:665
+#: sql_help.c:742
+msgid "new_schema"
+msgstr "nouveau_schma"
+
+#: sql_help.c:70
+#: sql_help.c:184
+#: sql_help.c:390
+#: sql_help.c:462
+#: sql_help.c:617
+#: sql_help.c:693
+#: sql_help.c:719
+#: sql_help.c:911
+#: sql_help.c:916
+#: sql_help.c:1077
+#: sql_help.c:1144
+#: sql_help.c:1271
+#: sql_help.c:1342
+#: sql_help.c:1497
+#: sql_help.c:1629
+#: sql_help.c:1651
+msgid "option"
+msgstr "option"
+
+#: sql_help.c:71
+#: sql_help.c:391
+#: sql_help.c:694
+#: sql_help.c:1145
+#: sql_help.c:1272
+#: sql_help.c:1630
+msgid "where option can be:"
+msgstr "o option peut tre :"
+
+#: sql_help.c:72
+#: sql_help.c:392
+#: sql_help.c:695
+#: sql_help.c:1044
+#: sql_help.c:1273
+#: sql_help.c:1631
+msgid "connlimit"
+msgstr "limite_de_connexion"
+
+#: sql_help.c:78
+#: sql_help.c:555
+msgid "new_tablespace"
+msgstr "nouveau_tablespace"
+
+#: sql_help.c:80
+#: sql_help.c:83
+#: sql_help.c:85
+#: sql_help.c:237
+#: sql_help.c:239
+#: sql_help.c:240
+#: sql_help.c:399
+#: sql_help.c:403
+#: sql_help.c:406
+#: sql_help.c:701
+#: sql_help.c:704
+#: sql_help.c:706
+#: sql_help.c:1112
+#: sql_help.c:2233
+#: sql_help.c:2506
+msgid "configuration_parameter"
+msgstr "paramtre_configurationRESET ALL"
+
+#: sql_help.c:81
+#: sql_help.c:185
+#: sql_help.c:238
+#: sql_help.c:273
+#: sql_help.c:400
+#: sql_help.c:463
+#: sql_help.c:550
+#: sql_help.c:618
+#: sql_help.c:702
+#: sql_help.c:720
+#: sql_help.c:1078
+#: sql_help.c:1113
+#: sql_help.c:1114
+#: sql_help.c:1172
+#: sql_help.c:1343
+#: sql_help.c:1406
+#: sql_help.c:1437
+#: sql_help.c:1459
+#: sql_help.c:1498
+#: sql_help.c:1652
+#: sql_help.c:2507
+#: sql_help.c:2508
+msgid "value"
+msgstr "valeur"
+
+#: sql_help.c:133
+msgid "target_role"
+msgstr "rle_cible"
+
+#: sql_help.c:134
+#: sql_help.c:1306
+#: sql_help.c:2088
+#: sql_help.c:2095
+#: sql_help.c:2107
+#: sql_help.c:2113
+#: sql_help.c:2316
+#: sql_help.c:2323
+#: sql_help.c:2335
+#: sql_help.c:2341
+msgid "schema_name"
+msgstr "nom_schma"
+
+#: sql_help.c:135
+msgid "abbreviated_grant_or_revoke"
+msgstr "grant_ou_revoke_raccourci"
+
+#: sql_help.c:136
+msgid "where abbreviated_grant_or_revoke is one of:"
+msgstr "o abbreviated_grant_or_revoke fait partie de :"
+
+#: sql_help.c:137
+#: sql_help.c:138
+#: sql_help.c:139
+#: sql_help.c:140
+#: sql_help.c:141
+#: sql_help.c:142
+#: sql_help.c:1148
+#: sql_help.c:1149
+#: sql_help.c:1150
+#: sql_help.c:1151
+#: sql_help.c:1152
+#: sql_help.c:1276
+#: sql_help.c:1277
+#: sql_help.c:1278
+#: sql_help.c:1279
+#: sql_help.c:1280
+#: sql_help.c:1634
+#: sql_help.c:1635
+#: sql_help.c:1636
+#: sql_help.c:1637
+#: sql_help.c:1638
+#: sql_help.c:2089
+#: sql_help.c:2093
+#: sql_help.c:2096
+#: sql_help.c:2098
+#: sql_help.c:2100
+#: sql_help.c:2102
+#: sql_help.c:2108
+#: sql_help.c:2110
+#: sql_help.c:2114
+#: sql_help.c:2116
+#: sql_help.c:2117
+#: sql_help.c:2118
+#: sql_help.c:2317
+#: sql_help.c:2321
+#: sql_help.c:2324
+#: sql_help.c:2326
+#: sql_help.c:2328
+#: sql_help.c:2330
+#: sql_help.c:2336
+#: sql_help.c:2338
+#: sql_help.c:2342
+#: sql_help.c:2344
+#: sql_help.c:2345
+#: sql_help.c:2346
+#: sql_help.c:2527
+msgid "role_name"
+msgstr "nom_rle"
+
+#: sql_help.c:162
+#: sql_help.c:528
+#: sql_help.c:530
+#: sql_help.c:734
+#: sql_help.c:1061
+#: sql_help.c:1065
+#: sql_help.c:1169
+#: sql_help.c:1410
+#: sql_help.c:1419
+#: sql_help.c:1441
+#: sql_help.c:2130
+#: sql_help.c:2414
+#: sql_help.c:2415
+#: sql_help.c:2419
+#: sql_help.c:2424
+#: sql_help.c:2481
+#: sql_help.c:2482
+#: sql_help.c:2487
+#: sql_help.c:2492
+#: sql_help.c:2613
+#: sql_help.c:2614
+#: sql_help.c:2618
+#: sql_help.c:2623
+#: sql_help.c:2690
+#: sql_help.c:2692
+#: sql_help.c:2723
+#: sql_help.c:2765
+#: sql_help.c:2766
+#: sql_help.c:2770
+#: sql_help.c:2775
+msgid "expression"
+msgstr "expression"
+
+#: sql_help.c:165
+msgid "domain_constraint"
+msgstr "contrainte_domaine"
+
+#: sql_help.c:167
+#: sql_help.c:539
+#: sql_help.c:834
+#: sql_help.c:1064
+#: sql_help.c:1409
+#: sql_help.c:1418
+msgid "constraint_name"
+msgstr "nom_contrainte"
+
+#: sql_help.c:183
+#: sql_help.c:1076
+#: sql_help.c:1188
+msgid "valfunction"
+msgstr "fonction_val"
+
+#: sql_help.c:215
+#: sql_help.c:220
+#: sql_help.c:225
+#: sql_help.c:230
+#: sql_help.c:840
+#: sql_help.c:1102
+#: sql_help.c:1774
+#: sql_help.c:2104
+#: sql_help.c:2332
+msgid "argmode"
+msgstr "mode_argument"
+
+#: sql_help.c:216
+#: sql_help.c:221
+#: sql_help.c:226
+#: sql_help.c:231
+#: sql_help.c:841
+#: sql_help.c:1103
+#: sql_help.c:1775
+msgid "argname"
+msgstr "nom_agrgat"
+
+#: sql_help.c:217
+#: sql_help.c:222
+#: sql_help.c:227
+#: sql_help.c:232
+#: sql_help.c:842
+#: sql_help.c:1104
+#: sql_help.c:1776
+msgid "argtype"
+msgstr "type_argument"
+
+#: sql_help.c:218
+#: sql_help.c:513
+#: sql_help.c:1415
+#: sql_help.c:1416
+#: sql_help.c:1432
+#: sql_help.c:1433
+msgid "action"
+msgstr "action"
+
+#: sql_help.c:234
+#: sql_help.c:521
+msgid "where action is one of:"
+msgstr "o action fait partie de :"
+
+#: sql_help.c:235
+#: sql_help.c:1110
+msgid "execution_cost"
+msgstr "cot_excution"
+
+#: sql_help.c:236
+#: sql_help.c:1111
+msgid "result_rows"
+msgstr "lignes_de_rsultat"
+
+#: sql_help.c:251
+#: sql_help.c:253
+#: sql_help.c:255
+msgid "group_name"
+msgstr "nom_groupe"
+
+#: sql_help.c:252
+#: sql_help.c:254
+#: sql_help.c:717
+#: sql_help.c:1038
+#: sql_help.c:1307
+#: sql_help.c:1309
+#: sql_help.c:1470
+#: sql_help.c:1649
+#: sql_help.c:1958
+#: sql_help.c:2537
+msgid "user_name"
+msgstr "nom_utilisateur"
+
+#: sql_help.c:270
+#: sql_help.c:1469
+#: sql_help.c:1893
+#: sql_help.c:2115
+#: sql_help.c:2343
+msgid "tablespace_name"
+msgstr "nom_tablespace"
+
+#: sql_help.c:272
+#: sql_help.c:275
+#: sql_help.c:549
+#: sql_help.c:551
+#: sql_help.c:1171
+#: sql_help.c:1405
+#: sql_help.c:1436
+#: sql_help.c:1458
+msgid "storage_parameter"
+msgstr "paramtre_stockage"
+
+#: sql_help.c:295
+#: sql_help.c:844
+msgid "large_object_oid"
+msgstr "oid_large_object"
+
+#: sql_help.c:305
+#: sql_help.c:846
+#: sql_help.c:1204
+#: sql_help.c:1809
+msgid "left_type"
+msgstr "type_argument_gauche"
+
+#: sql_help.c:306
+#: sql_help.c:847
+#: sql_help.c:1205
+#: sql_help.c:1810
+msgid "right_type"
+msgstr "type_argument_droit"
+
+#: sql_help.c:317
+#: sql_help.c:320
+#: sql_help.c:339
+#: sql_help.c:350
+#: sql_help.c:358
+#: sql_help.c:361
+#: sql_help.c:849
+#: sql_help.c:851
+#: sql_help.c:1224
+#: sql_help.c:1244
+#: sql_help.c:1424
+#: sql_help.c:1819
+#: sql_help.c:1828
+msgid "index_method"
+msgstr "mthode_indexage"
+
+#: sql_help.c:340
+#: sql_help.c:351
+#: sql_help.c:1226
+msgid "strategy_number"
+msgstr "numro_de_stratgie"
+
+#: sql_help.c:341
+#: sql_help.c:845
+#: sql_help.c:1227
+msgid "operator_name"
+msgstr "nom_oprateur"
+
+#: sql_help.c:342
+#: sql_help.c:343
+#: sql_help.c:345
+#: sql_help.c:346
+#: sql_help.c:352
+#: sql_help.c:353
+#: sql_help.c:355
+#: sql_help.c:356
+#: sql_help.c:1228
+#: sql_help.c:1229
+#: sql_help.c:1231
+#: sql_help.c:1232
+msgid "op_type"
+msgstr "type_op"
+
+#: sql_help.c:344
+#: sql_help.c:354
+#: sql_help.c:1230
+msgid "support_number"
+msgstr "numro_de_support"
+
+#: sql_help.c:347
+#: sql_help.c:839
+#: sql_help.c:984
+#: sql_help.c:1009
+#: sql_help.c:1022
+#: sql_help.c:1203
+#: sql_help.c:1233
+#: sql_help.c:1545
+#: sql_help.c:2103
+#: sql_help.c:2331
+#: sql_help.c:2440
+#: sql_help.c:2445
+#: sql_help.c:2639
+#: sql_help.c:2644
+#: sql_help.c:2791
+#: sql_help.c:2796
+msgid "function_name"
+msgstr "nom_fonction"
+
+#: sql_help.c:348
+#: sql_help.c:985
+#: sql_help.c:1234
+msgid "argument_type"
+msgstr "type_argument"
+
+#: sql_help.c:393
+#: sql_help.c:696
+#: sql_help.c:1146
+#: sql_help.c:1274
+#: sql_help.c:1632
+msgid "password"
+msgstr "mot_de_passe"
+
+#: sql_help.c:394
+#: sql_help.c:697
+#: sql_help.c:1147
+#: sql_help.c:1275
+#: sql_help.c:1633
+msgid "timestamp"
+msgstr "horodatage"
+
+#: sql_help.c:398
+#: sql_help.c:402
+#: sql_help.c:405
+#: sql_help.c:408
+#: sql_help.c:2097
+#: sql_help.c:2325
+msgid "database_name"
+msgstr "nom_base_de_donne"
+
+#: sql_help.c:437
+#: sql_help.c:1322
+msgid "increment"
+msgstr "incrment"
+
+#: sql_help.c:438
+#: sql_help.c:1323
+msgid "minvalue"
+msgstr "valeur_min"
+
+#: sql_help.c:439
+#: sql_help.c:1324
+msgid "maxvalue"
+msgstr "valeur_max"
+
+#: sql_help.c:440
+#: sql_help.c:1325
+#: sql_help.c:2427
+#: sql_help.c:2495
+#: sql_help.c:2626
+#: sql_help.c:2727
+#: sql_help.c:2778
+msgid "start"
+msgstr "dbut"
+
+#: sql_help.c:441
+msgid "restart"
+msgstr "nouveau_dbut"
+
+#: sql_help.c:442
+#: sql_help.c:1326
+msgid "cache"
+msgstr "cache"
+
+#: sql_help.c:444
+#: sql_help.c:515
+#: sql_help.c:522
+#: sql_help.c:525
+#: sql_help.c:526
+#: sql_help.c:529
+#: sql_help.c:531
+#: sql_help.c:532
+#: sql_help.c:533
+#: sql_help.c:535
+#: sql_help.c:537
+#: sql_help.c:733
+#: sql_help.c:736
+#: sql_help.c:751
+#: sql_help.c:909
+#: sql_help.c:913
+#: sql_help.c:925
+#: sql_help.c:926
+#: sql_help.c:1168
+#: sql_help.c:1328
+#: sql_help.c:1440
+#: sql_help.c:2090
+#: sql_help.c:2091
+#: sql_help.c:2129
+#: sql_help.c:2318
+#: sql_help.c:2319
+#: sql_help.c:2689
+#: sql_help.c:2691
+#: sql_help.c:2708
+#: sql_help.c:2711
+msgid "column"
+msgstr "colonne"
+
+#: sql_help.c:460
+#: sql_help.c:464
+#: sql_help.c:718
+#: sql_help.c:1338
+#: sql_help.c:1650
+#: sql_help.c:1877
+#: sql_help.c:1959
+#: sql_help.c:2101
+#: sql_help.c:2329
+msgid "server_name"
+msgstr "nom_serveur"
+
+#: sql_help.c:461
+msgid "new_version"
+msgstr "nouvelle_version"
+
+#: sql_help.c:516
+msgid "new_column"
+msgstr "nouvelle_colonne"
+
+#: sql_help.c:524
+#: sql_help.c:1400
+msgid "column_constraint"
+msgstr "contrainte_colonne"
+
+#: sql_help.c:534
+msgid "integer"
+msgstr "entier"
+
+#: sql_help.c:536
+msgid "number"
+msgstr "numro"
+
+#: sql_help.c:538
+#: sql_help.c:1401
+msgid "table_constraint"
+msgstr "contrainte_table"
+
+#: sql_help.c:540
+#: sql_help.c:541
+#: sql_help.c:542
+#: sql_help.c:543
+#: sql_help.c:863
+msgid "trigger_name"
+msgstr "nom_trigger"
+
+#: sql_help.c:544
+#: sql_help.c:545
+#: sql_help.c:546
+#: sql_help.c:547
+msgid "rewrite_rule_name"
+msgstr "nom_rgle_rcriture"
+
+#: sql_help.c:548
+#: sql_help.c:790
+msgid "index_name"
+msgstr "nom_index"
+
+#: sql_help.c:552
+#: sql_help.c:553
+#: sql_help.c:1402
+#: sql_help.c:1404
+msgid "parent_table"
+msgstr "table_parent"
+
+#: sql_help.c:587
+#: sql_help.c:590
+#: sql_help.c:596
+#: sql_help.c:600
+msgid "token_type"
+msgstr "type_jeton"
+
+#: sql_help.c:588
+#: sql_help.c:591
+msgid "dictionary_name"
+msgstr "nom_dictionnaire"
+
+#: sql_help.c:593
+#: sql_help.c:597
+msgid "old_dictionary"
+msgstr "ancien_dictionnaire"
+
+#: sql_help.c:594
+#: sql_help.c:598
+msgid "new_dictionary"
+msgstr "nouveau_dictionnaire"
+
+#: sql_help.c:764
+#: sql_help.c:2551
+#: sql_help.c:2552
+#: sql_help.c:2575
+msgid "transaction_mode"
+msgstr "mode_transaction"
+
+#: sql_help.c:765
+#: sql_help.c:2553
+#: sql_help.c:2576
+msgid "where transaction_mode is one of:"
+msgstr "o mode_transaction fait partie de :"
+
+#: sql_help.c:789
+#: sql_help.c:828
+#: sql_help.c:835
+#: sql_help.c:855
+#: sql_help.c:864
+#: sql_help.c:908
+#: sql_help.c:912
+#: sql_help.c:1006
+#: sql_help.c:1396
+#: sql_help.c:1456
+#: sql_help.c:2087
+#: sql_help.c:2092
+#: sql_help.c:2315
+#: sql_help.c:2320
+#: sql_help.c:2429
+#: sql_help.c:2431
+#: sql_help.c:2457
+#: sql_help.c:2497
+#: sql_help.c:2628
+#: sql_help.c:2630
+#: sql_help.c:2656
+#: sql_help.c:2780
+#: sql_help.c:2782
+#: sql_help.c:2808
+msgid "table_name"
+msgstr "nom_table"
+
+#: sql_help.c:827
+#: sql_help.c:836
+#: sql_help.c:837
+#: sql_help.c:838
+#: sql_help.c:843
+#: sql_help.c:848
+#: sql_help.c:850
+#: sql_help.c:852
+#: sql_help.c:853
+#: sql_help.c:856
+#: sql_help.c:857
+#: sql_help.c:858
+#: sql_help.c:859
+#: sql_help.c:860
+#: sql_help.c:861
+#: sql_help.c:862
+#: sql_help.c:865
+#: sql_help.c:866
+msgid "object_name"
+msgstr "nom_objet"
+
+#: sql_help.c:829
+#: sql_help.c:1107
+#: sql_help.c:1397
+#: sql_help.c:1420
+#: sql_help.c:1422
+#: sql_help.c:1429
+#: sql_help.c:1457
+#: sql_help.c:1662
+#: sql_help.c:2455
+#: sql_help.c:2654
+#: sql_help.c:2806
+msgid "column_name"
+msgstr "nom_colonne"
+
+#: sql_help.c:830
+msgid "agg_name"
+msgstr "nom_d_agrgat"
+
+#: sql_help.c:831
+msgid "agg_type"
+msgstr "type_aggrgat"
+
+#: sql_help.c:832
+#: sql_help.c:982
+#: sql_help.c:986
+#: sql_help.c:988
+#: sql_help.c:1731
+msgid "source_type"
+msgstr "type_source"
+
+#: sql_help.c:833
+#: sql_help.c:983
+#: sql_help.c:987
+#: sql_help.c:989
+#: sql_help.c:1732
+msgid "target_type"
+msgstr "type_cible"
+
+#: sql_help.c:854
+msgid "rule_name"
+msgstr "nom_rgle"
+
+#: sql_help.c:867
+msgid "text"
+msgstr "texte"
+
+#: sql_help.c:882
+#: sql_help.c:2199
+#: sql_help.c:2361
+msgid "transaction_id"
+msgstr "id_transaction"
+
+#: sql_help.c:910
+#: sql_help.c:915
+#: sql_help.c:2149
+msgid "filename"
+msgstr "nom_fichier"
+
+#: sql_help.c:914
+#: sql_help.c:1461
+#: sql_help.c:1663
+#: sql_help.c:1681
+#: sql_help.c:2131
+msgid "query"
+msgstr "requte"
+
+#: sql_help.c:917
+msgid "where option can be one of:"
+msgstr "o option fait partie de :"
+
+#: sql_help.c:918
+msgid "format_name"
+msgstr "nom_format"
+
+#: sql_help.c:919
+#: sql_help.c:922
+#: sql_help.c:1992
+#: sql_help.c:1993
+#: sql_help.c:1994
+#: sql_help.c:1995
+msgid "boolean"
+msgstr "boolean"
+
+#: sql_help.c:920
+msgid "delimiter_character"
+msgstr "caractre_dlimiteur"
+
+#: sql_help.c:921
+msgid "null_string"
+msgstr "chane_null"
+
+#: sql_help.c:923
+msgid "quote_character"
+msgstr "caractre_guillemet"
+
+#: sql_help.c:924
+msgid "escape_character"
+msgstr "chane_d_chappement"
+
+#: sql_help.c:952
+msgid "input_data_type"
+msgstr "type_de_donnes_en_entre"
+
+#: sql_help.c:953
+#: sql_help.c:960
+msgid "sfunc"
+msgstr "sfunc"
+
+#: sql_help.c:954
+#: sql_help.c:961
+msgid "state_data_type"
+msgstr "type_de_donnes_statut"
+
+#: sql_help.c:955
+#: sql_help.c:962
+msgid "ffunc"
+msgstr "ffunc"
+
+#: sql_help.c:956
+#: sql_help.c:963
+msgid "initial_condition"
+msgstr "condition_initiale"
+
+#: sql_help.c:957
+#: sql_help.c:964
+msgid "sort_operator"
+msgstr "oprateur_de_tri"
+
+#: sql_help.c:959
+msgid "base_type"
+msgstr "type_base"
+
+#: sql_help.c:1005
+#: sql_help.c:1292
+#: sql_help.c:1542
+msgid "event"
+msgstr "vnement"
+
+#: sql_help.c:1007
+msgid "referenced_table_name"
+msgstr "nom_table_rfrence"
+
+#: sql_help.c:1008
+#: sql_help.c:1294
+#: sql_help.c:1544
+#: sql_help.c:1695
+#: sql_help.c:2418
+#: sql_help.c:2420
+#: sql_help.c:2486
+#: sql_help.c:2488
+#: sql_help.c:2617
+#: sql_help.c:2619
+#: sql_help.c:2694
+#: sql_help.c:2769
+#: sql_help.c:2771
+msgid "condition"
+msgstr "condition"
+
+#: sql_help.c:1010
+#: sql_help.c:1546
+msgid "arguments"
+msgstr "arguments"
+
+#: sql_help.c:1020
+msgid "source_encoding"
+msgstr "encodage_source"
+
+#: sql_help.c:1021
+msgid "dest_encoding"
+msgstr "encodage_destination"
+
+#: sql_help.c:1039
+#: sql_help.c:1496
+msgid "template"
+msgstr "modle"
+
+#: sql_help.c:1040
+msgid "encoding"
+msgstr "encodage"
+
+#: sql_help.c:1041
+msgid "lc_collate"
+msgstr "lc_collate"
+
+#: sql_help.c:1042
+msgid "lc_ctype"
+msgstr "lc_ctype"
+
+#: sql_help.c:1043
+#: sql_help.c:1173
+#: sql_help.c:1407
+#: sql_help.c:1438
+#: sql_help.c:1460
+msgid "tablespace"
+msgstr "tablespace"
+
+#: sql_help.c:1060
+#: sql_help.c:1223
+#: sql_help.c:1398
+#: sql_help.c:1582
+#: sql_help.c:2190
+msgid "data_type"
+msgstr "type_donnes"
+
+#: sql_help.c:1062
+msgid "constraint"
+msgstr "contrainte"
+
+#: sql_help.c:1063
+msgid "where constraint is:"
+msgstr "o la contrainte est :"
+
+#: sql_help.c:1105
+#: sql_help.c:1399
+msgid "default_expr"
+msgstr "expression_par_dfaut"
+
+#: sql_help.c:1106
+msgid "rettype"
+msgstr "type_en_retour"
+
+#: sql_help.c:1108
+msgid "column_type"
+msgstr "type_colonne"
+
+#: sql_help.c:1109
+#: sql_help.c:1714
+#: sql_help.c:2109
+#: sql_help.c:2337
+msgid "lang_name"
+msgstr "nom_langage"
+
+#: sql_help.c:1115
+msgid "definition"
+msgstr "dfinition"
+
+#: sql_help.c:1116
+msgid "obj_file"
+msgstr "fichier_objet"
+
+#: sql_help.c:1117
+msgid "link_symbol"
+msgstr "symbole_link"
+
+#: sql_help.c:1118
+msgid "attribute"
+msgstr "attribut"
+
+#: sql_help.c:1153
+#: sql_help.c:1281
+#: sql_help.c:1639
+msgid "uid"
+msgstr "uid"
+
+#: sql_help.c:1167
+msgid "method"
+msgstr "mthode"
+
+#: sql_help.c:1170
+#: sql_help.c:1442
+msgid "opclass"
+msgstr "classe_d_oprateur"
+
+#: sql_help.c:1174
+#: sql_help.c:1428
+msgid "predicate"
+msgstr "prdicat"
+
+#: sql_help.c:1186
+msgid "call_handler"
+msgstr "gestionnaire_d_appel"
+
+#: sql_help.c:1187
+msgid "inline_handler"
+msgstr "gestionnaire_en_ligne"
+
+#: sql_help.c:1206
+msgid "com_op"
+msgstr "com_op"
+
+#: sql_help.c:1207
+msgid "neg_op"
+msgstr "neg_op"
+
+#: sql_help.c:1208
+msgid "res_proc"
+msgstr "res_proc"
+
+#: sql_help.c:1209
+msgid "join_proc"
+msgstr "join_proc"
+
+#: sql_help.c:1225
+msgid "family_name"
+msgstr "nom_famille"
+
+#: sql_help.c:1235
+msgid "storage_type"
+msgstr "type_stockage"
+
+#: sql_help.c:1295
+#: sql_help.c:1296
+#: sql_help.c:1297
+msgid "command"
+msgstr "commande"
+
+#: sql_help.c:1308
+#: sql_help.c:1310
+msgid "schema_element"
+msgstr "lment_schma"
+
+#: sql_help.c:1339
+msgid "server_type"
+msgstr "type_serveur"
+
+#: sql_help.c:1340
+msgid "server_version"
+msgstr "version_serveur"
+
+#: sql_help.c:1341
+#: sql_help.c:2099
+#: sql_help.c:2327
+msgid "fdw_name"
+msgstr "nom_fdw"
+
+#: sql_help.c:1403
+msgid "like_option"
+msgstr "option_like"
+
+#: sql_help.c:1408
+msgid "where column_constraint is:"
+msgstr "o contrainte_colonne est :"
+
+#: sql_help.c:1411
+#: sql_help.c:1412
+#: sql_help.c:1421
+#: sql_help.c:1423
+#: sql_help.c:1427
+msgid "index_parameters"
+msgstr "paramtres_index"
+
+#: sql_help.c:1413
+#: sql_help.c:1430
+msgid "reftable"
+msgstr "table_rfrence"
+
+#: sql_help.c:1414
+#: sql_help.c:1431
+msgid "refcolumn"
+msgstr "colonne_rfrence"
+
+#: sql_help.c:1417
+msgid "and table_constraint is:"
+msgstr "et contrainte_table est :"
+
+#: sql_help.c:1425
+msgid "exclude_element"
+msgstr "lment_exclusion"
+
+#: sql_help.c:1434
+msgid "and like_option is:"
+msgstr "et option_like est :"
+
+#: sql_help.c:1435
+msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
+msgstr "dans les contraintes UNIQUE, PRIMARY KEY et EXCLUDE, les paramtres_index sont :"
+
+#: sql_help.c:1439
+msgid "exclude_element in an EXCLUDE constraint is:"
+msgstr "lment_exclusion dans une contrainte EXCLUDE est :"
+
+#: sql_help.c:1471
+msgid "directory"
+msgstr "rpertoire"
+
+#: sql_help.c:1483
+msgid "parser_name"
+msgstr "nom_analyseur"
+
+#: sql_help.c:1484
+msgid "source_config"
+msgstr "configuration_source"
+
+#: sql_help.c:1513
+msgid "start_function"
+msgstr "fonction_start"
+
+#: sql_help.c:1514
+msgid "gettoken_function"
+msgstr "fonction_gettoken"
+
+#: sql_help.c:1515
+msgid "end_function"
+msgstr "fonction_end"
+
+#: sql_help.c:1516
+msgid "lextypes_function"
+msgstr "fonction_lextypes"
+
+#: sql_help.c:1517
+msgid "headline_function"
+msgstr "fonction_headline"
+
+#: sql_help.c:1529
+msgid "init_function"
+msgstr "fonction_init"
+
+#: sql_help.c:1530
+msgid "lexize_function"
+msgstr "fonction_lexize"
+
+#: sql_help.c:1581
+msgid "attribute_name"
+msgstr "nom_attribut"
+
+#: sql_help.c:1584
+msgid "label"
+msgstr "label"
+
+#: sql_help.c:1586
+msgid "input_function"
+msgstr "fonction_en_sortie"
+
+#: sql_help.c:1587
+msgid "output_function"
+msgstr "fonction_en_sortie"
+
+#: sql_help.c:1588
+msgid "receive_function"
+msgstr "fonction_receive"
+
+#: sql_help.c:1589
+msgid "send_function"
+msgstr "fonction_send"
+
+#: sql_help.c:1590
+msgid "type_modifier_input_function"
+msgstr ""
+
+#: sql_help.c:1591
+msgid "type_modifier_output_function"
+msgstr ""
+
+#: sql_help.c:1592
+msgid "analyze_function"
+msgstr "fonction_analyze"
+
+#: sql_help.c:1593
+msgid "internallength"
+msgstr "longueur_interne"
+
+#: sql_help.c:1594
+msgid "alignment"
+msgstr "alignement"
+
+#: sql_help.c:1595
+msgid "storage"
+msgstr "stockage"
+
+#: sql_help.c:1596
+msgid "like_type"
+msgstr "type_like"
+
+#: sql_help.c:1597
+msgid "category"
+msgstr "catgorie"
+
+#: sql_help.c:1598
+msgid "preferred"
+msgstr "prfr"
+
+#: sql_help.c:1599
+msgid "default"
+msgstr "par dfaut"
+
+#: sql_help.c:1600
+msgid "element"
+msgstr "lment"
+
+#: sql_help.c:1601
+msgid "delimiter"
+msgstr "dlimiteur"
+
+#: sql_help.c:1693
+#: sql_help.c:2432
+#: sql_help.c:2435
+#: sql_help.c:2438
+#: sql_help.c:2442
+#: sql_help.c:2631
+#: sql_help.c:2634
+#: sql_help.c:2637
+#: sql_help.c:2641
+#: sql_help.c:2688
+#: sql_help.c:2783
+#: sql_help.c:2786
+#: sql_help.c:2789
+#: sql_help.c:2793
+msgid "alias"
+msgstr "alias"
+
+#: sql_help.c:1694
+msgid "using_list"
+msgstr "liste_using"
+
+#: sql_help.c:1696
+#: sql_help.c:2023
+#: sql_help.c:2173
+#: sql_help.c:2695
+msgid "cursor_name"
+msgstr "nom_curseur"
+
+#: sql_help.c:1697
+#: sql_help.c:2132
+#: sql_help.c:2696
+msgid "output_expression"
+msgstr "expression_en_sortie"
+
+#: sql_help.c:1698
+#: sql_help.c:2133
+#: sql_help.c:2416
+#: sql_help.c:2483
+#: sql_help.c:2615
+#: sql_help.c:2697
+#: sql_help.c:2767
+msgid "output_name"
+msgstr "nom_en_sortie"
+
+#: sql_help.c:1713
+msgid "code"
+msgstr "code"
+
+#: sql_help.c:1983
+msgid "parameter"
+msgstr "paramtre"
+
+#: sql_help.c:1996
+#: sql_help.c:1997
+#: sql_help.c:2191
+msgid "statement"
+msgstr "instruction"
+
+#: sql_help.c:2022
+#: sql_help.c:2172
+msgid "direction"
+msgstr "direction"
+
+#: sql_help.c:2024
+msgid "where direction can be empty or one of:"
+msgstr "o direction peut tre vide ou faire partie de :"
+
+#: sql_help.c:2025
+#: sql_help.c:2026
+#: sql_help.c:2027
+#: sql_help.c:2028
+#: sql_help.c:2029
+#: sql_help.c:2426
+#: sql_help.c:2428
+#: sql_help.c:2494
+#: sql_help.c:2496
+#: sql_help.c:2625
+#: sql_help.c:2627
+#: sql_help.c:2726
+#: sql_help.c:2728
+#: sql_help.c:2777
+#: sql_help.c:2779
+msgid "count"
+msgstr "nombre"
+
+#: sql_help.c:2094
+#: sql_help.c:2322
+msgid "sequence_name"
+msgstr "nom_squence"
+
+#: sql_help.c:2105
+#: sql_help.c:2333
+msgid "arg_name"
+msgstr "nom_argument"
+
+#: sql_help.c:2106
+#: sql_help.c:2334
+msgid "arg_type"
+msgstr "type_arg"
+
+#: sql_help.c:2111
+#: sql_help.c:2339
+msgid "loid"
+msgstr "loid"
+
+#: sql_help.c:2112
+#: sql_help.c:2340
+msgid "rolename"
+msgstr "nom_rle"
+
+#: sql_help.c:2163
+msgid "lockmode"
+msgstr "mode_de_verrou"
+
+#: sql_help.c:2164
+msgid "where lockmode is one of:"
+msgstr "o mode_de_verrou fait partie de :"
+
+#: sql_help.c:2207
+msgid "old_role"
+msgstr "ancien_rle"
+
+#: sql_help.c:2208
+msgid "new_role"
+msgstr "nouveau_rle"
+
+#: sql_help.c:2224
+#: sql_help.c:2369
+#: sql_help.c:2377
+msgid "savepoint_name"
+msgstr "nom_savepoint"
+
+#: sql_help.c:2413
+#: sql_help.c:2480
+#: sql_help.c:2612
+#: sql_help.c:2764
+msgid "with_query"
+msgstr "requte_with"
+
+#: sql_help.c:2417
+#: sql_help.c:2448
+#: sql_help.c:2450
+#: sql_help.c:2485
+#: sql_help.c:2616
+#: sql_help.c:2647
+#: sql_help.c:2649
+#: sql_help.c:2768
+#: sql_help.c:2799
+#: sql_help.c:2801
+msgid "from_item"
+msgstr "lment_from"
+
+#: sql_help.c:2421
+#: sql_help.c:2489
+#: sql_help.c:2620
+#: sql_help.c:2772
+msgid "window_name"
+msgstr "nom_window"
+
+#: sql_help.c:2422
+#: sql_help.c:2490
+#: sql_help.c:2621
+#: sql_help.c:2773
+msgid "window_definition"
+msgstr "dfinition_window"
+
+#: sql_help.c:2423
+#: sql_help.c:2434
+#: sql_help.c:2456
+#: sql_help.c:2491
+#: sql_help.c:2622
+#: sql_help.c:2633
+#: sql_help.c:2655
+#: sql_help.c:2774
+#: sql_help.c:2785
+#: sql_help.c:2807
+msgid "select"
+msgstr "slection"
+
+#: sql_help.c:2430
+#: sql_help.c:2629
+#: sql_help.c:2781
+msgid "where from_item can be one of:"
+msgstr "o lment_from fait partie de :"
+
+#: sql_help.c:2433
+#: sql_help.c:2436
+#: sql_help.c:2439
+#: sql_help.c:2443
+#: sql_help.c:2632
+#: sql_help.c:2635
+#: sql_help.c:2638
+#: sql_help.c:2642
+#: sql_help.c:2784
+#: sql_help.c:2787
+#: sql_help.c:2790
+#: sql_help.c:2794
+msgid "column_alias"
+msgstr "alias_colonne"
+
+#: sql_help.c:2437
+#: sql_help.c:2454
+#: sql_help.c:2458
+#: sql_help.c:2636
+#: sql_help.c:2653
+#: sql_help.c:2657
+#: sql_help.c:2788
+#: sql_help.c:2805
+#: sql_help.c:2809
+msgid "with_query_name"
+msgstr "nom_requte_with"
+
+#: sql_help.c:2441
+#: sql_help.c:2446
+#: sql_help.c:2640
+#: sql_help.c:2645
+#: sql_help.c:2792
+#: sql_help.c:2797
+msgid "argument"
+msgstr "argument"
+
+#: sql_help.c:2444
+#: sql_help.c:2447
+#: sql_help.c:2643
+#: sql_help.c:2646
+#: sql_help.c:2795
+#: sql_help.c:2798
+msgid "column_definition"
+msgstr "dfinition_colonne"
+
+#: sql_help.c:2449
+#: sql_help.c:2648
+#: sql_help.c:2800
+msgid "join_type"
+msgstr "type_de_jointure"
+
+#: sql_help.c:2451
+#: sql_help.c:2650
+#: sql_help.c:2802
+msgid "join_condition"
+msgstr "condition_de_jointure"
+
+#: sql_help.c:2452
+#: sql_help.c:2651
+#: sql_help.c:2803
+msgid "join_column"
+msgstr "colonne_de_jointure"
+
+#: sql_help.c:2453
+#: sql_help.c:2652
+#: sql_help.c:2804
+msgid "and with_query is:"
+msgstr "et requte_with est :"
+
+#: sql_help.c:2484
+msgid "new_table"
+msgstr "nouvelle_table"
+
+#: sql_help.c:2509
+msgid "timezone"
+msgstr "fuseau_horaire"
+
+#: sql_help.c:2693
+msgid "from_list"
+msgstr "liste_from"
+
+#: sql_help.c:2724
+msgid "sort_expression"
+msgstr "expression_de_tri"
#: ../../port/exec.c:195
#: ../../port/exec.c:309
@@ -4895,6 +4531,1914 @@ msgstr "le processus fils a t termin par le signal %d"
msgid "child process exited with unrecognized status %d"
msgstr "le processus fils a quitt avec un statut %d non reconnu"
+#~ msgid "ABORT [ WORK | TRANSACTION ]"
+#~ msgstr "ABORT [ WORK | TRANSACTION ]"
+#~ msgid ""
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) RENAME TO new_name\n"
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) OWNER TO new_owner\n"
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) RENAME TO nouveau_nom\n"
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) OWNER TO nouveau_propritaire\n"
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) SET SCHEMA nouveau_schma"
+#~ msgid ""
+#~ "ALTER CONVERSION name RENAME TO newname\n"
+#~ "ALTER CONVERSION name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER CONVERSION nom RENAME TO nouveau_nom\n"
+#~ "ALTER CONVERSION nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER DATABASE name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ "\n"
+#~ " CONNECTION LIMIT connlimit\n"
+#~ "\n"
+#~ "ALTER DATABASE name RENAME TO newname\n"
+#~ "\n"
+#~ "ALTER DATABASE name OWNER TO new_owner\n"
+#~ "\n"
+#~ "ALTER DATABASE name SET TABLESPACE new_tablespace\n"
+#~ "\n"
+#~ "ALTER DATABASE name SET configuration_parameter { TO | = } { value | "
+#~ "DEFAULT }\n"
+#~ "ALTER DATABASE name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER DATABASE name RESET configuration_parameter\n"
+#~ "ALTER DATABASE name RESET ALL"
+#~ msgstr ""
+#~ "ALTER DATABASE nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre:\n"
+#~ "\n"
+#~ " CONNECTION LIMIT limite_connexion\n"
+#~ "\n"
+#~ "ALTER DATABASE nom RENAME TO nouveau_nom\n"
+#~ "\n"
+#~ "ALTER DATABASE nom OWNER TO nouveau_propritaire\n"
+#~ "\n"
+#~ "ALTER DATABASE nom SET TABLESPACE nouveau_tablespace\n"
+#~ "\n"
+#~ "ALTER DATABASE nom SET paramtre_configuration { TO | = } { valeur | "
+#~ "DEFAULT }\n"
+#~ "ALTER DATABASE nom SET paramtre_configuration FROM CURRENT\n"
+#~ "ALTER DATABASE nom RESET paramtre_configuration\n"
+#~ "ALTER DATABASE nom RESET ALL"
+#~ msgid ""
+#~ "ALTER DOMAIN name\n"
+#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
+#~ "ALTER DOMAIN name\n"
+#~ " { SET | DROP } NOT NULL\n"
+#~ "ALTER DOMAIN name\n"
+#~ " ADD domain_constraint\n"
+#~ "ALTER DOMAIN name\n"
+#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+#~ "ALTER DOMAIN name\n"
+#~ " OWNER TO new_owner \n"
+#~ "ALTER DOMAIN name\n"
+#~ " SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER DOMAIN nom\n"
+#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " { SET | DROP } NOT NULL\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " ADD contrainte_domaine\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " OWNER TO nouveau_propritaire \n"
+#~ "ALTER DOMAIN nom\n"
+#~ " SET SCHEMA nouveau_schma"
+#~ msgid ""
+#~ "ALTER FOREIGN DATA WRAPPER name\n"
+#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ]) ]\n"
+#~ "ALTER FOREIGN DATA WRAPPER name OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER FOREIGN DATA WRAPPER nom\n"
+#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ]) ]\n"
+#~ "ALTER FOREIGN DATA WRAPPER nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " action [ ... ] [ RESTRICT ]\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " RENAME TO new_name\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " OWNER TO new_owner\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " SET SCHEMA new_schema\n"
+#~ "\n"
+#~ "where action is one of:\n"
+#~ "\n"
+#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " IMMUTABLE | STABLE | VOLATILE\n"
+#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " COST execution_cost\n"
+#~ " ROWS result_rows\n"
+#~ " SET configuration_parameter { TO | = } { value | DEFAULT }\n"
+#~ " SET configuration_parameter FROM CURRENT\n"
+#~ " RESET configuration_parameter\n"
+#~ " RESET ALL"
+#~ msgstr ""
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " action [, ... ] [ RESTRICT ]\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " OWNER TO nouveau_proprietaire\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " SET SCHEMA nouveau_schema\n"
+#~ "\n"
+#~ "o action peut tre :\n"
+#~ "\n"
+#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " IMMUTABLE | STABLE | VOLATILE\n"
+#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " COST cout_execution\n"
+#~ " ROWS lignes_resultats\n"
+#~ " SET paramtre { TO | = } { valeur | DEFAULT }\n"
+#~ " SET paramtre FROM CURRENT\n"
+#~ " RESET paramtre\n"
+#~ " RESET ALL"
+#~ msgid ""
+#~ "ALTER GROUP groupname ADD USER username [, ... ]\n"
+#~ "ALTER GROUP groupname DROP USER username [, ... ]\n"
+#~ "\n"
+#~ "ALTER GROUP groupname RENAME TO newname"
+#~ msgstr ""
+#~ "ALTER GROUP nom_groupe ADD USER nom_utilisateur [, ... ]\n"
+#~ "ALTER GROUP nom_groupe DROP USER nom_utilisateur [, ... ]\n"
+#~ "\n"
+#~ "ALTER GROUP nom_groupe RENAME TO nouveau_nom"
+#~ msgid ""
+#~ "ALTER INDEX name RENAME TO new_name\n"
+#~ "ALTER INDEX name SET TABLESPACE tablespace_name\n"
+#~ "ALTER INDEX name SET ( storage_parameter = value [, ... ] )\n"
+#~ "ALTER INDEX name RESET ( storage_parameter [, ... ] )"
+#~ msgstr ""
+#~ "ALTER INDEX nom RENAME TO nouveau_nom\n"
+#~ "ALTER INDEX nom SET TABLESPACE nom_tablespace\n"
+#~ "ALTER INDEX nom SET ( paramtre_stockage = valeur [, ... ] )\n"
+#~ "ALTER INDEX nom RESET ( paramtre_stockage [, ... ] )"
+#~ msgid ""
+#~ "ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO newname\n"
+#~ "ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER [ PROCEDURAL ] LANGUAGE nom RENAME TO nouveau_nom\n"
+#~ "ALTER [ PROCEDURAL ] LANGUAGE nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER "
+#~ "TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR nom ( { lefttype | NONE } , { righttype | NONE } )\n"
+#~ " OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER OPERATOR CLASS name USING index_method RENAME TO newname\n"
+#~ "ALTER OPERATOR CLASS name USING index_method OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR CLASS nom USING mthode_indexation\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER OPERATOR CLASS nom USING mthode_indexation\n"
+#~ " OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER OPERATOR FAMILY name USING index_method ADD\n"
+#~ " { OPERATOR strategy_number operator_name ( op_type, op_type )\n"
+#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname "
+#~ "( argument_type [, ...] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method DROP\n"
+#~ " { OPERATOR strategy_number ( op_type [ , op_type ] )\n"
+#~ " | FUNCTION support_number ( op_type [ , op_type ] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method RENAME TO newname\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR FAMILY nom USING mthode_indexage ADD\n"
+#~ " { OPERATOR numro_stratgie nom_oprateur ( type_op, type_op ) \n"
+#~ " | FUNCTION numro_support [ ( type_op [ , type_op ] ) ]\n"
+#~ " nom_fonction ( type_argument [, ...] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY nom USING mthode_indexage DROP\n"
+#~ " { OPERATOR numro_stratgie ( type_op [ , type_op ] )\n"
+#~ " | FUNCTION numro_support ( type_op [ , type_op ] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY nom USING mthode_indexage\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER OPERATOR FAMILY nom USING mthode_indexage\n"
+#~ " OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER ROLE name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ "\n"
+#~ "ALTER ROLE name RENAME TO newname\n"
+#~ "\n"
+#~ "ALTER ROLE name SET configuration_parameter { TO | = } { value | "
+#~ "DEFAULT }\n"
+#~ "ALTER ROLE name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER ROLE name RESET configuration_parameter\n"
+#~ "ALTER ROLE name RESET ALL"
+#~ msgstr ""
+#~ "ALTER ROLE nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexions\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'mot de passe'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ "\n"
+#~ "ALTER ROLE nom RENAME TO nouveau_nom\n"
+#~ "\n"
+#~ "ALTER ROLE nom SET paramtre { TO | = } { valeur | DEFAULT }\n"
+#~ "ALTER ROLE name SET paramtre FROM CURRENT\n"
+#~ "ALTER ROLE nom RESET paramtre\n"
+#~ "ALTER ROLE name RESET ALL"
+#~ msgid ""
+#~ "ALTER SCHEMA name RENAME TO newname\n"
+#~ "ALTER SCHEMA name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER SCHEMA nom RENAME TO nouveau_nom\n"
+#~ "ALTER SCHEMA nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO "
+#~ "MAXVALUE ]\n"
+#~ " [ START [ WITH ] start ]\n"
+#~ " [ RESTART [ [ WITH ] restart ] ]\n"
+#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.column | NONE } ]\n"
+#~ "ALTER SEQUENCE name OWNER TO new_owner\n"
+#~ "ALTER SEQUENCE name RENAME TO new_name\n"
+#~ "ALTER SEQUENCE name SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER SEQUENCE nom [ INCREMENT [ BY ] incrment ]\n"
+#~ " [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO "
+#~ "MAXVALUE ]\n"
+#~ " [ START [ WITH ] valeur_dbut ]\n"
+#~ " [ RESTART [ [ WITH ] valeur_redmarrage ] ]\n"
+#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.colonne | NONE } ]\n"
+#~ "ALTER SEQUENCE nom OWNER TO new_propritaire\n"
+#~ "ALTER SEQUENCE nom RENAME TO new_nom\n"
+#~ "ALTER SEQUENCE nom SET SCHEMA new_schma"
+#~ msgid ""
+#~ "ALTER SERVER servername [ VERSION 'newversion' ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]\n"
+#~ "ALTER SERVER servername OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER SERVER nom [ VERSION 'nouvelleversion' ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] ) ]\n"
+#~ "ALTER SERVER nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
+#~ " action [, ... ]\n"
+#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
+#~ " RENAME [ COLUMN ] column TO new_column\n"
+#~ "ALTER TABLE name\n"
+#~ " RENAME TO new_name\n"
+#~ "ALTER TABLE name\n"
+#~ " SET SCHEMA new_schema\n"
+#~ "\n"
+#~ "where action is one of:\n"
+#~ "\n"
+#~ " ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
+#~ " DROP [ COLUMN ] column [ RESTRICT | CASCADE ]\n"
+#~ " ALTER [ COLUMN ] column [ SET DATA ] TYPE type [ USING expression ]\n"
+#~ " ALTER [ COLUMN ] column SET DEFAULT expression\n"
+#~ " ALTER [ COLUMN ] column DROP DEFAULT\n"
+#~ " ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n"
+#~ " ALTER [ COLUMN ] column SET STATISTICS integer\n"
+#~ " ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | "
+#~ "MAIN }\n"
+#~ " ADD table_constraint\n"
+#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+#~ " DISABLE TRIGGER [ trigger_name | ALL | USER ]\n"
+#~ " ENABLE TRIGGER [ trigger_name | ALL | USER ]\n"
+#~ " ENABLE REPLICA TRIGGER trigger_name\n"
+#~ " ENABLE ALWAYS TRIGGER trigger_name\n"
+#~ " DISABLE RULE rewrite_rule_name\n"
+#~ " ENABLE RULE rewrite_rule_name\n"
+#~ " ENABLE REPLICA RULE rewrite_rule_name\n"
+#~ " ENABLE ALWAYS RULE rewrite_rule_name\n"
+#~ " CLUSTER ON index_name\n"
+#~ " SET WITHOUT CLUSTER\n"
+#~ " SET WITH OIDS\n"
+#~ " SET WITHOUT OIDS\n"
+#~ " SET ( storage_parameter = value [, ... ] )\n"
+#~ " RESET ( storage_parameter [, ... ] )\n"
+#~ " INHERIT parent_table\n"
+#~ " NO INHERIT parent_table\n"
+#~ " OWNER TO new_owner\n"
+#~ " SET TABLESPACE new_tablespace"
+#~ msgstr ""
+#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
+#~ " action [, ... ]\n"
+#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
+#~ " RENAME [ COLUMN ] colonne TO nouvelle_colonne\n"
+#~ "ALTER TABLE nom\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER TABLE nom\n"
+#~ " SET SCHEMA nouveau_schema\n"
+#~ "\n"
+#~ "o action peut tre :\n"
+#~ "\n"
+#~ " ADD [ COLUMN ] colonne type [ contrainte_colonne [ ... ] ]\n"
+#~ " DROP [ COLUMN ] colonne [ RESTRICT | CASCADE ]\n"
+#~ " ALTER [ COLUMN ] colonne [ SET DATA ] TYPE type [ USING expression ]\n"
+#~ " ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
+#~ " ALTER [ COLUMN ] colonne DROP DEFAULT\n"
+#~ " ALTER [ COLUMN ] colonne { SET | DROP } NOT NULL\n"
+#~ " ALTER [ COLUMN ] colonne SET STATISTICS entier\n"
+#~ " ALTER [ COLUMN ] colonne SET STORAGE\n"
+#~ " { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
+#~ " ADD contrainte_table\n"
+#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
+#~ " DISABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
+#~ " ENABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
+#~ " ENABLE REPLICA TRIGGER nom_trigger\n"
+#~ " ENABLE ALWAYS TRIGGER nom_trigger\n"
+#~ " DISABLE RULE nom_rgle_rcriture\n"
+#~ " ENABLE RULE nom_rgle_rcriture\n"
+#~ " ENABLE REPLICA RULE nom_rgle_rcriture\n"
+#~ " ENABLE ALWAYS RULE nom_rgle_rcriture\n"
+#~ " CLUSTER ON nom_index\n"
+#~ " SET WITHOUT CLUSTER\n"
+#~ " SET WITH OIDS\n"
+#~ " SET WITHOUT OIDS\n"
+#~ " SET ( paramtre_stockage = valeur [, ... ] )\n"
+#~ " RESET ( paramtre_stockage [, ... ] )\n"
+#~ " INHERIT table_parent\n"
+#~ " NO INHERIT table_parent\n"
+#~ " OWNER TO nouveau_propritaire\n"
+#~ " SET TABLESPACE nouveau_tablespace"
+#~ msgid ""
+#~ "ALTER TABLESPACE name RENAME TO newname\n"
+#~ "ALTER TABLESPACE name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TABLESPACE nom RENAME TO nouveau_nom\n"
+#~ "ALTER TABLESPACE nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ADD MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING REPLACE old_dictionary WITH new_dictionary\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH "
+#~ "new_dictionary\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " DROP MAPPING [ IF EXISTS ] FOR token_type [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name RENAME TO newname\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ADD MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING FOR type_jeton [, ... ]\n"
+#~ " REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " DROP MAPPING [ IF EXISTS ] FOR type_jeton [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom RENAME TO nouveau_nom\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom OWNER TO nouveau_propritaire"
+#~ msgid ""
+#~ "ALTER TEXT SEARCH DICTIONARY name (\n"
+#~ " option [ = value ] [, ... ]\n"
+#~ ")\n"
+#~ "ALTER TEXT SEARCH DICTIONARY name RENAME TO newname\n"
+#~ "ALTER TEXT SEARCH DICTIONARY name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TEXT SEARCH DICTIONARY nom (\n"
+#~ " option [ = valeur ] [, ... ]\n"
+#~ ")\n"
+#~ "ALTER TEXT SEARCH DICTIONARY nom RENAME TO nouveau_nom\n"
+#~ "ALTER TEXT SEARCH DICTIONARY nom OWNER TO nouveau_propritaire"
+#~ msgid "ALTER TEXT SEARCH PARSER name RENAME TO newname"
+#~ msgstr "ALTER TEXT SEARCH PARSER nom RENAME TO nouveau_nom"
+#~ msgid "ALTER TEXT SEARCH TEMPLATE name RENAME TO newname"
+#~ msgstr "ALTER TEXT SEARCH TEMPLATE nom RENAME TO nouveau_nom"
+#~ msgid "ALTER TRIGGER name ON table RENAME TO newname"
+#~ msgstr "ALTER TRIGGER nom ON table RENAME TO nouveau_nom"
+#~ msgid ""
+#~ "ALTER TYPE name RENAME TO new_name\n"
+#~ "ALTER TYPE name OWNER TO new_owner \n"
+#~ "ALTER TYPE name SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER TYPE nom RENAME TO nouveau_nom\n"
+#~ "ALTER TYPE nom OWNER TO nouveau_propritaire\n"
+#~ "ALTER TYPE nom SET SCHEMA nouveau_schma"
+#~ msgid ""
+#~ "ALTER USER name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ "\n"
+#~ "ALTER USER name RENAME TO newname\n"
+#~ "\n"
+#~ "ALTER USER name SET configuration_parameter { TO | = } { value | "
+#~ "DEFAULT }\n"
+#~ "ALTER USER name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER USER name RESET configuration_parameter\n"
+#~ "ALTER USER name RESET ALL"
+#~ msgstr ""
+#~ "ALTER USER nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexion\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ "\n"
+#~ "ALTER USER nom RENAME TO nouveau_nom\n"
+#~ "\n"
+#~ "ALTER USER nom SET paramtre { TO | = } { valeur | DEFAULT }\n"
+#~ "ALTER USER name SET paramtre FROM CURRENT\n"
+#~ "ALTER USER nom RESET paramtre\n"
+#~ "ALTER USER name RESET ALL"
+#~ msgid ""
+#~ "ALTER USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER servername\n"
+#~ " OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )"
+#~ msgstr ""
+#~ "ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | "
+#~ "PUBLIC }\n"
+#~ " SERVER nom_serveur\n"
+#~ " OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] )"
+#~ msgid ""
+#~ "ALTER VIEW name ALTER [ COLUMN ] column SET DEFAULT expression\n"
+#~ "ALTER VIEW name ALTER [ COLUMN ] column DROP DEFAULT\n"
+#~ "ALTER VIEW name OWNER TO new_owner\n"
+#~ "ALTER VIEW name RENAME TO new_name\n"
+#~ "ALTER VIEW name SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
+#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne DROP DEFAULT\n"
+#~ "ALTER VIEW nom OWNER TO nouveau_propritaire\n"
+#~ "ALTER VIEW nom RENAME TO nouveau_nom\n"
+#~ "ALTER VIEW nom SET SCHEMA nouveau_schma"
+#~ msgid "ANALYZE [ VERBOSE ] [ table [ ( column [, ...] ) ] ]"
+#~ msgstr "ANALYZE [ VERBOSE ] [ table [ ( colonne [, ...] ) ] ]"
+#~ msgid ""
+#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
+#~ "\n"
+#~ "where transaction_mode is one of:\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | "
+#~ "READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
+#~ "\n"
+#~ "o transaction_mode peut tre :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgid "CHECKPOINT"
+#~ msgstr "CHECKPOINT"
+#~ msgid "CLOSE { name | ALL }"
+#~ msgstr "CLOSE { nom | ALL }"
+#~ msgid ""
+#~ "CLUSTER [VERBOSE] tablename [ USING indexname ]\n"
+#~ "CLUSTER [VERBOSE]"
+#~ msgstr ""
+#~ "CLUSTER [VERBOSE] nom_table [ USING nom_index ]\n"
+#~ "CLUSTER [VERBOSE]"
+#~ msgid ""
+#~ "COMMENT ON\n"
+#~ "{\n"
+#~ " TABLE object_name |\n"
+#~ " COLUMN table_name.column_name |\n"
+#~ " AGGREGATE agg_name (agg_type [, ...] ) |\n"
+#~ " CAST (sourcetype AS targettype) |\n"
+#~ " CONSTRAINT constraint_name ON table_name |\n"
+#~ " CONVERSION object_name |\n"
+#~ " DATABASE object_name |\n"
+#~ " DOMAIN object_name |\n"
+#~ " FUNCTION func_name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) |\n"
+#~ " INDEX object_name |\n"
+#~ " LARGE OBJECT large_object_oid |\n"
+#~ " OPERATOR op (leftoperand_type, rightoperand_type) |\n"
+#~ " OPERATOR CLASS object_name USING index_method |\n"
+#~ " OPERATOR FAMILY object_name USING index_method |\n"
+#~ " [ PROCEDURAL ] LANGUAGE object_name |\n"
+#~ " ROLE object_name |\n"
+#~ " RULE rule_name ON table_name |\n"
+#~ " SCHEMA object_name |\n"
+#~ " SEQUENCE object_name |\n"
+#~ " TABLESPACE object_name |\n"
+#~ " TEXT SEARCH CONFIGURATION object_name |\n"
+#~ " TEXT SEARCH DICTIONARY object_name |\n"
+#~ " TEXT SEARCH PARSER object_name |\n"
+#~ " TEXT SEARCH TEMPLATE object_name |\n"
+#~ " TRIGGER trigger_name ON table_name |\n"
+#~ " TYPE object_name |\n"
+#~ " VIEW object_name\n"
+#~ "} IS 'text'"
+#~ msgstr ""
+#~ "COMMENT ON\n"
+#~ "{\n"
+#~ " TABLE nom_objet |\n"
+#~ " COLUMN nom_table.nom_colonne |\n"
+#~ " AGGREGATE nom_agg (type_agg [, ...] ) |\n"
+#~ " CAST (type_source AS type_cible) |\n"
+#~ " CONSTRAINT nom_contrainte ON nom_table |\n"
+#~ " CONVERSION nom_objet |\n"
+#~ " DATABASE nom_objet |\n"
+#~ " DOMAIN nom_objet |\n"
+#~ " FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) "
+#~ "|\n"
+#~ " INDEX nom_objet |\n"
+#~ " LARGE OBJECT oid_LO |\n"
+#~ " OPERATOR op (type_operande_gauche, type_operande_droit) |\n"
+#~ " OPERATOR CLASS nom_objet USING methode_indexage |\n"
+#~ " OPERATOR FAMILY nom_objet USING methode_indexage |\n"
+#~ " [ PROCEDURAL ] LANGUAGE nom_objet |\n"
+#~ " ROLE nom_objet |\n"
+#~ " RULE nom_regle ON nom_table |\n"
+#~ " SCHEMA nom_objet |\n"
+#~ " SEQUENCE nom_objet |\n"
+#~ " TABLESPACE nom_objet |\n"
+#~ " TEXT SEARCH CONFIGURATION nom_objet |\n"
+#~ " TEXT SEARCH DICTIONARY nom_objet |\n"
+#~ " TEXT SEARCH PARSER nom_objet |\n"
+#~ " TEXT SEARCH TEMPLATE nom_objet |\n"
+#~ " TRIGGER nom_trigger ON nom_objet |\n"
+#~ " TYPE nom_objet |\n"
+#~ " VIEW nom_objet\n"
+#~ "} IS 'text'"
+#~ msgid "COMMIT [ WORK | TRANSACTION ]"
+#~ msgstr "COMMIT [ WORK | TRANSACTION ]"
+#~ msgid "COMMIT PREPARED transaction_id"
+#~ msgstr "COMMIT PREPARED id_transaction"
+#~ msgid ""
+#~ "COPY tablename [ ( column [, ...] ) ]\n"
+#~ " FROM { 'filename' | STDIN }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
+#~ " [ NULL [ AS ] 'null string' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'quote' ] \n"
+#~ " [ ESCAPE [ AS ] 'escape' ]\n"
+#~ " [ FORCE NOT NULL column [, ...] ]\n"
+#~ "\n"
+#~ "COPY { tablename [ ( column [, ...] ) ] | ( query ) }\n"
+#~ " TO { 'filename' | STDOUT }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
+#~ " [ NULL [ AS ] 'null string' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'quote' ] \n"
+#~ " [ ESCAPE [ AS ] 'escape' ]\n"
+#~ " [ FORCE QUOTE column [, ...] ]"
+#~ msgstr ""
+#~ "COPY nom_table [ ( colonne [, ...] ) ]\n"
+#~ " FROM { 'nom_fichier' | STDIN }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'dlimiteur' ]\n"
+#~ " [ NULL [ AS ] 'chane null' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
+#~ " [ ESCAPE [ AS ] 'chappement' ]\n"
+#~ " [ FORCE NOT NULL colonne [, ...] ]\n"
+#~ "\n"
+#~ "COPY { nom_table [ ( colonne [, ...] ) ] | ( requte ) }\n"
+#~ " TO { 'nom_fichier' | STDOUT }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'dlimiteur' ]\n"
+#~ " [ NULL [ AS ] 'chane null' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
+#~ " [ ESCAPE [ AS ] 'chappement' ]\n"
+#~ " [ FORCE QUOTE colonne [, ...] ]"
+#~ msgid ""
+#~ "CREATE AGGREGATE name ( input_data_type [ , ... ] ) (\n"
+#~ " SFUNC = sfunc,\n"
+#~ " STYPE = state_data_type\n"
+#~ " [ , FINALFUNC = ffunc ]\n"
+#~ " [ , INITCOND = initial_condition ]\n"
+#~ " [ , SORTOP = sort_operator ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "or the old syntax\n"
+#~ "\n"
+#~ "CREATE AGGREGATE name (\n"
+#~ " BASETYPE = base_type,\n"
+#~ " SFUNC = sfunc,\n"
+#~ " STYPE = state_data_type\n"
+#~ " [ , FINALFUNC = ffunc ]\n"
+#~ " [ , INITCOND = initial_condition ]\n"
+#~ " [ , SORTOP = sort_operator ]\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE AGGREGATE nom ( type_donnes_en_entre [ , ... ] ) (\n"
+#~ " SFUNC = sfonction,\n"
+#~ " STYPE = type_donnes_tat\n"
+#~ " [ , FINALFUNC = fonction_f ]\n"
+#~ " [ , INITCOND = condition_initiale ]\n"
+#~ " [ , SORTOP = oprateur_tri ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "ou l'ancienne syntaxe\n"
+#~ "\n"
+#~ "CREATE AGGREGATE nom (\n"
+#~ " BASETYPE = type_base,\n"
+#~ " SFUNC = fonction_s,\n"
+#~ " STYPE = type_donnes_tat\n"
+#~ " [ , FINALFUNC = fonction_f ]\n"
+#~ " [ , INITCOND = condition_initiale ]\n"
+#~ " [ , SORTOP = oprateur_tri ]\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITH FUNCTION funcname (argtypes)\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
+#~ "\n"
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITHOUT FUNCTION\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
+#~ "\n"
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITH INOUT\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
+#~ msgstr ""
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITH FUNCTION nom_fonction (type_argument)\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
+#~ "\n"
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITHOUT FUNCTION\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
+#~ "\n"
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITH INOUT\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
+#~ msgid ""
+#~ "CREATE CONSTRAINT TRIGGER name\n"
+#~ " AFTER event [ OR ... ]\n"
+#~ " ON table_name\n"
+#~ " [ FROM referenced_table_name ]\n"
+#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY "
+#~ "DEFERRED } }\n"
+#~ " FOR EACH ROW\n"
+#~ " EXECUTE PROCEDURE funcname ( arguments )"
+#~ msgstr ""
+#~ "CREATE CONSTRAINT TRIGGER nom\n"
+#~ " AFTER vnement [ OR ... ]\n"
+#~ " ON table\n"
+#~ " [ FROM table_rfrence ]\n"
+#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | "
+#~ "INITIALLY DEFERRED } }\n"
+#~ " FOR EACH ROW\n"
+#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
+#~ msgid ""
+#~ "CREATE [ DEFAULT ] CONVERSION name\n"
+#~ " FOR source_encoding TO dest_encoding FROM funcname"
+#~ msgstr ""
+#~ "CREATE [DEFAULT] CONVERSION nom\n"
+#~ " FOR codage_source TO codage_cible FROM nom_fonction"
+#~ msgid ""
+#~ "CREATE DATABASE name\n"
+#~ " [ [ WITH ] [ OWNER [=] dbowner ]\n"
+#~ " [ TEMPLATE [=] template ]\n"
+#~ " [ ENCODING [=] encoding ]\n"
+#~ " [ LC_COLLATE [=] lc_collate ]\n"
+#~ " [ LC_CTYPE [=] lc_ctype ]\n"
+#~ " [ TABLESPACE [=] tablespace ]\n"
+#~ " [ CONNECTION LIMIT [=] connlimit ] ]"
+#~ msgstr ""
+#~ "CREATE DATABASE nom\n"
+#~ " [ [ WITH ] [ OWNER [=] nom_propritaire ]\n"
+#~ " [ TEMPLATE [=] modle ]\n"
+#~ " [ ENCODING [=] encodage ]\n"
+#~ " [ LC_COLLATE [=] tri_caract ]\n"
+#~ " [ LC_CTYPE [=] type_caract ]\n"
+#~ " [ TABLESPACE [=] tablespace ]\n"
+#~ " [ CONNECTION LIMIT [=] limite_connexion ] ]"
+#~ msgid ""
+#~ "CREATE DOMAIN name [ AS ] data_type\n"
+#~ " [ DEFAULT expression ]\n"
+#~ " [ constraint [ ... ] ]\n"
+#~ "\n"
+#~ "where constraint is:\n"
+#~ "\n"
+#~ "[ CONSTRAINT constraint_name ]\n"
+#~ "{ NOT NULL | NULL | CHECK (expression) }"
+#~ msgstr ""
+#~ "CREATE DOMAIN nom [AS] type_donnes\n"
+#~ " [ DEFAULT expression ]\n"
+#~ " [ contrainte [ ... ] ]\n"
+#~ "\n"
+#~ "avec comme contrainte :\n"
+#~ "\n"
+#~ "[ CONSTRAINT nom_contrainte ]\n"
+#~ "{ NOT NULL | NULL | CHECK (expression) }"
+#~ msgid ""
+#~ "CREATE FOREIGN DATA WRAPPER name\n"
+#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
+#~ msgstr ""
+#~ "CREATE FOREIGN DATA WRAPPER nom\n"
+#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
+#~ msgid ""
+#~ "CREATE [ OR REPLACE ] FUNCTION\n"
+#~ " name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] "
+#~ "[, ...] ] )\n"
+#~ " [ RETURNS rettype\n"
+#~ " | RETURNS TABLE ( colname coltype [, ...] ) ]\n"
+#~ " { LANGUAGE langname\n"
+#~ " | WINDOW\n"
+#~ " | IMMUTABLE | STABLE | VOLATILE\n"
+#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " | COST execution_cost\n"
+#~ " | ROWS result_rows\n"
+#~ " | SET configuration_parameter { TO value | = value | FROM CURRENT }\n"
+#~ " | AS 'definition'\n"
+#~ " | AS 'obj_file', 'link_symbol'\n"
+#~ " } ...\n"
+#~ " [ WITH ( attribute [, ...] ) ]"
+#~ msgstr ""
+#~ "CREATE [ OR REPLACE ] FUNCTION\n"
+#~ " nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } "
+#~ "expr_par_dfaut ] [, ...] ] )\n"
+#~ " [ RETURNS type_ret\n"
+#~ " | RETURNS TABLE ( nom_colonne type_colonne [, ...] ) ]\n"
+#~ " { LANGUAGE nom_lang\n"
+#~ " | WINDOW\n"
+#~ " | IMMUTABLE | STABLE | VOLATILE\n"
+#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " | COST cot_excution\n"
+#~ " | ROWS lignes_rsultats\n"
+#~ " | SET paramtre_configuration { TO valeur | = valeur | FROM "
+#~ "CURRENT }\n"
+#~ " | AS 'dfinition'\n"
+#~ " | AS 'fichier_obj', 'symble_lien'\n"
+#~ " } ...\n"
+#~ " [ WITH ( attribut [, ...] ) ]"
+#~ msgid ""
+#~ "CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE rolename [, ...]\n"
+#~ " | IN GROUP rolename [, ...]\n"
+#~ " | ROLE rolename [, ...]\n"
+#~ " | ADMIN rolename [, ...]\n"
+#~ " | USER rolename [, ...]\n"
+#~ " | SYSID uid"
+#~ msgstr ""
+#~ "CREATE GROUP nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE nom_rle [, ...]\n"
+#~ " | IN GROUP nom_rle [, ...]\n"
+#~ " | ROLE nom_rle [, ...]\n"
+#~ " | ADMIN nom_rle [, ...]\n"
+#~ " | USER nom_rle [, ...]\n"
+#~ " | SYSID uid"
+#~ msgid ""
+#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name ON table [ USING method ]\n"
+#~ " ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS "
+#~ "{ FIRST | LAST } ] [, ...] )\n"
+#~ " [ WITH ( storage_parameter = value [, ... ] ) ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " [ WHERE predicate ]"
+#~ msgstr ""
+#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] nom ON table [ USING methode ]\n"
+#~ " ( { colonne | ( expression ) } [ classe_operateur ]\n"
+#~ " [ ASC | DESC ]\n"
+#~ " [ NULLS { FIRST | LAST } ] [, ...] )\n"
+#~ " [ WITH ( parametre_stockage = valeur [, ... ] ) ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " [ WHERE predicat ]"
+#~ msgid ""
+#~ "CREATE [ PROCEDURAL ] LANGUAGE name\n"
+#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
+#~ " HANDLER call_handler [ VALIDATOR valfunction ]"
+#~ msgstr ""
+#~ "CREATE [ PROCEDURAL ] LANGUAGE nom\n"
+#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE nom\n"
+#~ " HANDLER gestionnaire_appels [ VALIDATOR fonction_val ]"
+#~ msgid ""
+#~ "CREATE OPERATOR name (\n"
+#~ " PROCEDURE = funcname\n"
+#~ " [, LEFTARG = lefttype ] [, RIGHTARG = righttype ]\n"
+#~ " [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ]\n"
+#~ " [, RESTRICT = res_proc ] [, JOIN = join_proc ]\n"
+#~ " [, HASHES ] [, MERGES ]\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE OPERATOR nom (\n"
+#~ " PROCEDURE = nom_fonction\n"
+#~ " [, LEFTARG = type_gauche ] [, RIGHTARG = type_droit ]\n"
+#~ " [, COMMUTATOR = op_com ] [, NEGATOR = op_neg ]\n"
+#~ " [, RESTRICT = proc_res ] [, JOIN = proc_join ]\n"
+#~ " [, HASHES ] [, MERGES ]\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type\n"
+#~ " USING index_method [ FAMILY family_name ] AS\n"
+#~ " { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ]\n"
+#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname "
+#~ "( argument_type [, ...] )\n"
+#~ " | STORAGE storage_type\n"
+#~ " } [, ... ]"
+#~ msgstr ""
+#~ "CREATE OPERATOR CLASS nom [ DEFAULT ] FOR TYPE type_donne\n"
+#~ " USING mthode_indexage [ FAMILY nom_famille ] AS\n"
+#~ " { OPERATOR numro_stratgie nom_operateur [ ( op_type, op_type ) ]\n"
+#~ " | FUNCTION numro_support [ ( type_op [ , type_op ] ) ]\n"
+#~ " nom_fonction ( type_argument [, ...] )\n"
+#~ " | STORAGE type_stockage\n"
+#~ " } [, ... ]"
+#~ msgid "CREATE OPERATOR FAMILY name USING index_method"
+#~ msgstr "CREATE OPERATOR FAMILY nom USING methode_indexage"
+#~ msgid ""
+#~ "CREATE ROLE name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE rolename [, ...]\n"
+#~ " | IN GROUP rolename [, ...]\n"
+#~ " | ROLE rolename [, ...]\n"
+#~ " | ADMIN rolename [, ...]\n"
+#~ " | USER rolename [, ...]\n"
+#~ " | SYSID uid"
+#~ msgstr ""
+#~ "CREATE ROLE nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexion\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE nom_rle [, ...]\n"
+#~ " | IN GROUP nom_rle [, ...]\n"
+#~ " | ROLE nom_rle [, ...]\n"
+#~ " | ADMIN nom_rle [, ...]\n"
+#~ " | USER nom_rle [, ...]\n"
+#~ " | SYSID uid"
+#~ msgid ""
+#~ "CREATE [ OR REPLACE ] RULE name AS ON event\n"
+#~ " TO table [ WHERE condition ]\n"
+#~ " DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; "
+#~ "command ... ) }"
+#~ msgstr ""
+#~ "CREATE [ OR REPLACE ] RULE nom AS ON vnement\n"
+#~ " TO table [ WHERE condition ]\n"
+#~ " DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; "
+#~ "commande ... ) }"
+#~ msgid ""
+#~ "CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element "
+#~ "[ ... ] ]\n"
+#~ "CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
+#~ msgstr ""
+#~ "CREATE SCHEMA nom_schema [ AUTHORIZATION nom_utilisateur ]\n"
+#~ " [ element_schema [ ... ] ]\n"
+#~ "CREATE SCHEMA AUTHORIZATION nom_utilisateur [ element_schema [ ... ] ]"
+#~ msgid ""
+#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO "
+#~ "MAXVALUE ]\n"
+#~ " [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.column | NONE } ]"
+#~ msgstr ""
+#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] "
+#~ "incrmentation ]\n"
+#~ " [ MINVALUE valeur_mini | NO MINVALUE ]\n"
+#~ " [ MAXVALUE valeur_maxi | NO MAXVALUE ]\n"
+#~ " [ START [ WITH ] valeur_dpart ]\n"
+#~ " [ CACHE en_cache ]\n"
+#~ " [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.colonne | NONE } ]"
+#~ msgid ""
+#~ "CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION "
+#~ "'serverversion' ]\n"
+#~ " FOREIGN DATA WRAPPER fdwname\n"
+#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
+#~ msgstr ""
+#~ "CREATE SERVER nom [ TYPE 'typeserveur' ] [ VERSION 'versionserveur' ]\n"
+#~ " FOREIGN DATA WRAPPER nomfdw\n"
+#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
+#~ msgid ""
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( [\n"
+#~ " { column_name data_type [ DEFAULT default_expr ] [ column_constraint "
+#~ "[ ... ] ]\n"
+#~ " | table_constraint\n"
+#~ " | LIKE parent_table [ { INCLUDING | EXCLUDING } { DEFAULTS | "
+#~ "CONSTRAINTS | INDEXES } ] ... }\n"
+#~ " [, ... ]\n"
+#~ "] )\n"
+#~ "[ INHERITS ( parent_table [, ... ] ) ]\n"
+#~ "[ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT "
+#~ "OIDS ]\n"
+#~ "[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ "[ TABLESPACE tablespace ]\n"
+#~ "\n"
+#~ "where column_constraint is:\n"
+#~ "\n"
+#~ "[ CONSTRAINT constraint_name ]\n"
+#~ "{ NOT NULL | \n"
+#~ " NULL | \n"
+#~ " UNIQUE index_parameters |\n"
+#~ " PRIMARY KEY index_parameters |\n"
+#~ " CHECK ( expression ) |\n"
+#~ " REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL | "
+#~ "MATCH SIMPLE ]\n"
+#~ " [ ON DELETE action ] [ ON UPDATE action ] }\n"
+#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY "
+#~ "IMMEDIATE ]\n"
+#~ "\n"
+#~ "and table_constraint is:\n"
+#~ "\n"
+#~ "[ CONSTRAINT constraint_name ]\n"
+#~ "{ UNIQUE ( column_name [, ... ] ) index_parameters |\n"
+#~ " PRIMARY KEY ( column_name [, ... ] ) index_parameters |\n"
+#~ " CHECK ( expression ) |\n"
+#~ " FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn "
+#~ "[, ... ] ) ]\n"
+#~ " [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE action ] "
+#~ "[ ON UPDATE action ] }\n"
+#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY "
+#~ "IMMEDIATE ]\n"
+#~ "\n"
+#~ "index_parameters in UNIQUE and PRIMARY KEY constraints are:\n"
+#~ "\n"
+#~ "[ WITH ( storage_parameter [= value] [, ... ] ) ]\n"
+#~ "[ USING INDEX TABLESPACE tablespace ]"
+#~ msgstr ""
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table ( [\n"
+#~ " { nom_colonne type_donnes [ DEFAULT expr_par_dfaut ]\n"
+#~ " [ contrainte_colonne [ ... ] ]\n"
+#~ " | contrainte_table\n"
+#~ " | LIKE table_parent [ { INCLUDING | EXCLUDING }\n"
+#~ " { DEFAULTS | CONSTRAINTS | INDEXES } ] ... }\n"
+#~ " [, ... ]\n"
+#~ "] )\n"
+#~ "[ INHERITS ( table_parent [, ... ] ) ]\n"
+#~ "[ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT "
+#~ "OIDS ]\n"
+#~ "[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ "[ TABLESPACE tablespace ]\n"
+#~ "\n"
+#~ "o colonne_contrainte peut tre :\n"
+#~ "\n"
+#~ "[ CONSTRAINT nom_contrainte ]\n"
+#~ "{ NOT NULL | \n"
+#~ " NULL | \n"
+#~ " UNIQUE paramtres_index |\n"
+#~ " PRIMARY KEY paramtres_index |\n"
+#~ " CHECK (expression) |\n"
+#~ " REFERENCES table_rfre [ ( colonne_referre ) ]\n"
+#~ " [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n"
+#~ " [ ON DELETE action ] [ ON UPDATE action ] }\n"
+#~ "[ DEFERRABLE | NOT DEFERRABLE ]\n"
+#~ "[ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
+#~ "\n"
+#~ "et contrainte_table peut tre :\n"
+#~ "\n"
+#~ "[ CONSTRAINT nom_contrainte ]\n"
+#~ "{ UNIQUE ( nom_colonne [, ... ] ) paramtres_index |\n"
+#~ " PRIMARY KEY ( nom_colonne [, ... ] ) paramtres_index |\n"
+#~ " CHECK ( expression ) |\n"
+#~ " FOREIGN KEY ( nom_colonne [, ... ] ) REFERENCES\n"
+#~ " table_rfre [ ( colonne_rfre [, ... ] ) ]\n"
+#~ " [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n"
+#~ " [ ON DELETE action ] [ ON UPDATE action ] }\n"
+#~ "[ DEFERRABLE | NOT DEFERRABLE ]\n"
+#~ "[ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n"
+#~ "\n"
+#~ "les paramtres_index dans les contraintes UNIQUE et PRIMARY KEY sont :\n"
+#~ "\n"
+#~ "[ WITH ( paramtre_stockage [= valeur] [, ... ] ) ]\n"
+#~ "[ USING INDEX TABLESPACE espace_logique ]"
+#~ msgid ""
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name\n"
+#~ " [ (column_name [, ...] ) ]\n"
+#~ " [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT "
+#~ "OIDS ]\n"
+#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " AS query\n"
+#~ " [ WITH [ NO ] DATA ]"
+#~ msgstr ""
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table\n"
+#~ " [ (nom_colonne [, ...] ) ]\n"
+#~ " [ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | "
+#~ "WITHOUT OIDS ]\n"
+#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " AS requte [ WITH [ NO ] DATA ]"
+#~ msgid ""
+#~ "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'"
+#~ msgstr ""
+#~ "CREATE TABLESPACE nom_tablespace [ OWNER nom_utilisateur ]\n"
+#~ " LOCATION 'rpertoire'"
+#~ msgid ""
+#~ "CREATE TEXT SEARCH CONFIGURATION name (\n"
+#~ " PARSER = parser_name |\n"
+#~ " COPY = source_config\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE TEXT SEARCH CONFIGURATION nom (\n"
+#~ " PARSER = nom_analyseur |\n"
+#~ " COPY = config_source\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE TEXT SEARCH DICTIONARY name (\n"
+#~ " TEMPLATE = template\n"
+#~ " [, option = value [, ... ]]\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE TEXT SEARCH DICTIONARY nom (\n"
+#~ " TEMPLATE = modle\n"
+#~ " [, option = valeur [, ... ]]\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE TEXT SEARCH PARSER name (\n"
+#~ " START = start_function ,\n"
+#~ " GETTOKEN = gettoken_function ,\n"
+#~ " END = end_function ,\n"
+#~ " LEXTYPES = lextypes_function\n"
+#~ " [, HEADLINE = headline_function ]\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE TEXT SEARCH PARSER nom (\n"
+#~ " START = fonction_debut ,\n"
+#~ " GETTOKEN = fonction_jeton ,\n"
+#~ " END = fonction_fin ,\n"
+#~ " LEXTYPES = fonction_typeslexem\n"
+#~ " [, HEADLINE = fonction_entete ]\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE TEXT SEARCH TEMPLATE name (\n"
+#~ " [ INIT = init_function , ]\n"
+#~ " LEXIZE = lexize_function\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE TEXT SEARCH TEMPLATE nom (\n"
+#~ " [ INIT = fonction_init , ]\n"
+#~ " LEXIZE = fonction_lexize\n"
+#~ ")"
+#~ msgid ""
+#~ "CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
+#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
+#~ " EXECUTE PROCEDURE funcname ( arguments )"
+#~ msgstr ""
+#~ "CREATE TRIGGER nom { BEFORE | AFTER } { vnement [ OR ... ] }\n"
+#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
+#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
+#~ msgid ""
+#~ "CREATE TYPE name AS\n"
+#~ " ( attribute_name data_type [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE name AS ENUM\n"
+#~ " ( 'label' [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE name (\n"
+#~ " INPUT = input_function,\n"
+#~ " OUTPUT = output_function\n"
+#~ " [ , RECEIVE = receive_function ]\n"
+#~ " [ , SEND = send_function ]\n"
+#~ " [ , TYPMOD_IN = type_modifier_input_function ]\n"
+#~ " [ , TYPMOD_OUT = type_modifier_output_function ]\n"
+#~ " [ , ANALYZE = analyze_function ]\n"
+#~ " [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
+#~ " [ , PASSEDBYVALUE ]\n"
+#~ " [ , ALIGNMENT = alignment ]\n"
+#~ " [ , STORAGE = storage ]\n"
+#~ " [ , LIKE = like_type ]\n"
+#~ " [ , CATEGORY = category ]\n"
+#~ " [ , PREFERRED = preferred ]\n"
+#~ " [ , DEFAULT = default ]\n"
+#~ " [ , ELEMENT = element ]\n"
+#~ " [ , DELIMITER = delimiter ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "CREATE TYPE name"
+#~ msgstr ""
+#~ "CREATE TYPE nom AS\n"
+#~ " ( nom_attribut type_donnee [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE nom AS ENUM\n"
+#~ " ( 'label' [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE nom (\n"
+#~ " INPUT = fonction_entre,\n"
+#~ " OUTPUT = fonction_sortie\n"
+#~ " [ , RECEIVE = fonction_rception ]\n"
+#~ " [ , SEND = fonction_envoi ]\n"
+#~ " [ , TYPMOD_IN = fonction_entre_modif_type ]\n"
+#~ " [ , TYPMOD_OUT = fonction_sortie_modif_type ]\n"
+#~ " [ , ANALYZE = fonction_analyse ]\n"
+#~ " [ , INTERNALLENGTH = { longueur_interne | VARIABLE } ]\n"
+#~ " [ , PASSEDBYVALUE ]\n"
+#~ " [ , ALIGNMENT = alignement ]\n"
+#~ " [ , STORAGE = stockage ]\n"
+#~ " [ , LIKE = type_like ]\n"
+#~ " [ , CATEGORY = catgorie ]\n"
+#~ " [ , PREFERRED = prfr ]\n"
+#~ " [ , DEFAULT = valeur_par_dfaut ]\n"
+#~ " [ , ELEMENT = lment ]\n"
+#~ " [ , DELIMITER = dlimiteur ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "CREATE TYPE nom"
+#~ msgid ""
+#~ "CREATE USER name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE rolename [, ...]\n"
+#~ " | IN GROUP rolename [, ...]\n"
+#~ " | ROLE rolename [, ...]\n"
+#~ " | ADMIN rolename [, ...]\n"
+#~ " | USER rolename [, ...]\n"
+#~ " | SYSID uid"
+#~ msgstr ""
+#~ "CREATE USER nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "o option peut tre :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexion\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE nom_rle [, ...]\n"
+#~ " | IN GROUP nom_rle [, ...]\n"
+#~ " | ROLE nom_rle [, ...]\n"
+#~ " | ADMIN nom_rle [, ...]\n"
+#~ " | USER nom_rle [, ...]\n"
+#~ " | SYSID uid"
+#~ msgid ""
+#~ "CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER servername\n"
+#~ " [ OPTIONS ( option 'value' [ , ... ] ) ]"
+#~ msgstr ""
+#~ "CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | "
+#~ "PUBLIC }\n"
+#~ " SERVER nomserveur\n"
+#~ " [ OPTIONS ( option 'valeur' [ , ... ] ) ]"
+#~ msgid ""
+#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name "
+#~ "[, ...] ) ]\n"
+#~ " AS query"
+#~ msgstr ""
+#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW nom\n"
+#~ " [ ( nom_colonne [, ...] ) ]\n"
+#~ " AS requte"
+#~ msgid "DEALLOCATE [ PREPARE ] { name | ALL }"
+#~ msgstr "DEALLOCATE [ PREPARE ] { nom_plan | ALL }"
+#~ msgid ""
+#~ "DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
+#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR query"
+#~ msgstr ""
+#~ "DECLARE nom [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
+#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR requte"
+#~ msgid ""
+#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " [ USING usinglist ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ msgstr ""
+#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " [ USING liste_using ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
+#~ msgid "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
+#~ msgstr "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
+#~ msgid ""
+#~ "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | "
+#~ "RESTRICT ]"
+#~ msgstr ""
+#~ "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]"
+#~ msgid "DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP CONVERSION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid "DROP DATABASE [ IF EXISTS ] name"
+#~ msgstr "DROP DATABASE [ IF EXISTS ] nom"
+#~ msgid "DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP DOMAIN [ IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype "
+#~ "[, ...] ] )\n"
+#~ " [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP FUNCTION [IF EXISTS ] nom\n"
+#~ " ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " [ CASCADE | RESTRICT ]"
+#~ msgid "DROP GROUP [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP GROUP [IF EXISTS ] nom [, ...]"
+#~ msgid "DROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP INDEX [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | "
+#~ "NONE } ) [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP OPERATOR [IF EXISTS ] nom\n"
+#~ " ( { type_gauche | NONE } , { type_droit | NONE } )\n"
+#~ " [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | "
+#~ "RESTRICT ]"
+#~ msgstr ""
+#~ "DROP OPERATOR CLASS [IF EXISTS ] nom\n"
+#~ " USING mthode_indexage [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | "
+#~ "RESTRICT ]"
+#~ msgstr ""
+#~ "DROP OPERATOR FAMILY [IF EXISTS ] nom\n"
+#~ " USING mthode_indexage [ CASCADE | RESTRICT ]"
+#~ msgid "DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP OWNED BY nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP ROLE [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP ROLE [IF EXISTS ] nom [, ...]"
+#~ msgid "DROP RULE [ IF EXISTS ] name ON relation [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP RULE [IF EXISTS ] nom ON relation [ CASCADE | RESTRICT ]"
+#~ msgid "DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SCHEMA [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SEQUENCE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP SERVER [ IF EXISTS ] servername [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SERVER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TABLE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TABLESPACE [ IF EXISTS ] tablespacename"
+#~ msgstr "DROP TABLESPACE [IF EXISTS ] nom_tablespace"
+#~ msgid ""
+#~ "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH PARSER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TRIGGER [ IF EXISTS ] name ON table [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TRIGGER [IF EXISTS ] nom ON table [ CASCADE | RESTRICT ]"
+#~ msgid "DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TYPE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "DROP USER [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP USER [IF EXISTS ] nom [, ...]"
+#~ msgid ""
+#~ "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | "
+#~ "PUBLIC } SERVER servername"
+#~ msgstr ""
+#~ "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | "
+#~ "CURRENT_USER | PUBLIC } SERVER nomserveur"
+#~ msgid "DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP VIEW [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid "END [ WORK | TRANSACTION ]"
+#~ msgstr "END [ WORK | TRANSACTION ]"
+#~ msgid "EXECUTE name [ ( parameter [, ...] ) ]"
+#~ msgstr "EXECUTE nom_plan [ ( paramtre [, ...] ) ]"
+#~ msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
+#~ msgstr "EXPLAIN [ ANALYZE ] [ VERBOSE ] instruction"
+#~ msgid ""
+#~ "FETCH [ direction { FROM | IN } ] cursorname\n"
+#~ "\n"
+#~ "where direction can be empty or one of:\n"
+#~ "\n"
+#~ " NEXT\n"
+#~ " PRIOR\n"
+#~ " FIRST\n"
+#~ " LAST\n"
+#~ " ABSOLUTE count\n"
+#~ " RELATIVE count\n"
+#~ " count\n"
+#~ " ALL\n"
+#~ " FORWARD\n"
+#~ " FORWARD count\n"
+#~ " FORWARD ALL\n"
+#~ " BACKWARD\n"
+#~ " BACKWARD count\n"
+#~ " BACKWARD ALL"
+#~ msgstr ""
+#~ "FETCH [ direction { FROM | IN } ] nom_curseur\n"
+#~ "\n"
+#~ "sans prciser de direction ou en choissant une des directions "
+#~ "suivantes :\n"
+#~ "\n"
+#~ " NEXT\n"
+#~ " PRIOR\n"
+#~ " FIRST\n"
+#~ " LAST\n"
+#~ " ABSOLUTE nombre\n"
+#~ " RELATIVE nombre\n"
+#~ " count\n"
+#~ " ALL\n"
+#~ " FORWARD\n"
+#~ " FORWARD nombre\n"
+#~ " FORWARD ALL\n"
+#~ " BACKWARD\n"
+#~ " BACKWARD nombre\n"
+#~ " BACKWARD ALL"
+#~ msgid ""
+#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | "
+#~ "TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE sequencename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL "
+#~ "[ PRIVILEGES ] }\n"
+#~ " ON DATABASE dbname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER servername [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) "
+#~ "[, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE langname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA schemaname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE tablespacename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT role [, ...] TO rolename [, ...] [ WITH ADMIN OPTION ]"
+#~ msgstr ""
+#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | "
+#~ "TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE nom_squence [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL "
+#~ "[ PRIVILEGES ] }\n"
+#~ " ON DATABASE nom_base [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER nomfdw [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg "
+#~ "[, ...] ] ) [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE nom_langage [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA nom_schma [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE nom_tablespace [, ...]\n"
+#~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT rle [, ...] TO nom_rle [, ...] [ WITH ADMIN OPTION ]"
+#~ msgid ""
+#~ "INSERT INTO table [ ( column [, ...] ) ]\n"
+#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) "
+#~ "[, ...] | query }\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ msgstr ""
+#~ "INSERT INTO table [ ( colonne [, ...] ) ]\n"
+#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) "
+#~ "[, ...] | requte }\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
+#~ msgid "LISTEN name"
+#~ msgstr "LISTEN nom"
+#~ msgid "LOAD 'filename'"
+#~ msgstr "LOAD 'nom_de_fichier'"
+#~ msgid ""
+#~ "LOCK [ TABLE ] [ ONLY ] name [, ...] [ IN lockmode MODE ] [ NOWAIT ]\n"
+#~ "\n"
+#~ "where lockmode is one of:\n"
+#~ "\n"
+#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
+#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
+#~ msgstr ""
+#~ "LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] "
+#~ "[ NOWAIT ]\n"
+#~ "\n"
+#~ "avec mode_verrouillage parmi :\n"
+#~ "\n"
+#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
+#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
+#~ msgid "MOVE [ direction { FROM | IN } ] cursorname"
+#~ msgstr "MOVE [ direction { FROM | IN } ] nom_de_curseur"
+#~ msgid "NOTIFY name"
+#~ msgstr "NOTIFY nom"
+#~ msgid "PREPARE name [ ( datatype [, ...] ) ] AS statement"
+#~ msgstr "PREPARE nom_plan [ ( type_donnes [, ...] ) ] AS instruction"
+#~ msgid "PREPARE TRANSACTION transaction_id"
+#~ msgstr "PREPARE TRANSACTION id_transaction"
+#~ msgid "REASSIGN OWNED BY old_role [, ...] TO new_role"
+#~ msgstr "REASSIGN OWNED BY ancien_role [, ...] TO nouveau_role"
+#~ msgid "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } name [ FORCE ]"
+#~ msgstr "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nom [ FORCE ]"
+#~ msgid "RELEASE [ SAVEPOINT ] savepoint_name"
+#~ msgstr "RELEASE [ SAVEPOINT ] nom_retour"
+#~ msgid ""
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | "
+#~ "TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE sequencename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL "
+#~ "[ PRIVILEGES ] }\n"
+#~ " ON DATABASE dbname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER servername [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) "
+#~ "[, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE langname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA schemaname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE tablespacename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ ADMIN OPTION FOR ]\n"
+#~ " role [, ...] FROM rolename [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | "
+#~ "TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE nom_squence [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL "
+#~ "[ PRIVILEGES ] }\n"
+#~ " ON DATABASE nom_base [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER nom_fdw [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg "
+#~ "[, ...] ] ) [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE nom_langage [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA nom_schma [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE nom_tablespace [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ ADMIN OPTION FOR ]\n"
+#~ " role [, ...] FROM nom_rle [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]"
+#~ msgid "ROLLBACK [ WORK | TRANSACTION ]"
+#~ msgstr "ROLLBACK [ WORK | TRANSACTION ]"
+#~ msgid "ROLLBACK PREPARED transaction_id"
+#~ msgstr "ROLLBACK PREPARED id_transaction"
+#~ msgid "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name"
+#~ msgstr "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] nom_retour"
+#~ msgid ""
+#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
+#~ " [ FROM from_item [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST "
+#~ "| LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] "
+#~ "[...] ]\n"
+#~ "\n"
+#~ "where from_item can be one of:\n"
+#~ "\n"
+#~ " [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias "
+#~ "[, ...] ) ] ]\n"
+#~ " ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n"
+#~ " with_query_name [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
+#~ " function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias "
+#~ "[, ...] | column_definition [, ...] ) ]\n"
+#~ " function_name ( [ argument [, ...] ] ) AS ( column_definition "
+#~ "[, ...] )\n"
+#~ " from_item [ NATURAL ] join_type from_item [ ON join_condition | USING "
+#~ "( join_column [, ...] ) ]\n"
+#~ "\n"
+#~ "and with_query is:\n"
+#~ "\n"
+#~ " with_query_name [ ( column_name [, ...] ) ] AS ( select )\n"
+#~ "\n"
+#~ "TABLE { [ ONLY ] table_name [ * ] | with_query_name }"
+#~ msgstr ""
+#~ "[ WITH [ RECURSIVE ] requte_with [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
+#~ " [ FROM lment_from [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS "
+#~ "{ FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET dbut [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]\n"
+#~ "\n"
+#~ "avec lment_from faisant parti de :\n"
+#~ "\n"
+#~ " [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne "
+#~ "[, ...] ) ] ]\n"
+#~ " ( select ) [ AS ] alias [ ( alias_colonne [, ...] ) ]\n"
+#~ " nom_requte_with [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
+#~ " nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne "
+#~ "[, ...] | dfinition_colonne [, ...] ) ]\n"
+#~ " nom_fonction ( [ argument [, ...] ] ) AS ( dfinition_colonne "
+#~ "[, ...] )\n"
+#~ " lment_from [ NATURAL ] type_jointure lment_from [ ON "
+#~ "condition_jointure | USING ( colonne_jointure [, ...] ) ]\n"
+#~ "\n"
+#~ "et requte_with est:\n"
+#~ "\n"
+#~ " nom_requte_with [ ( nom_colonne [, ...] ) ] AS ( select )\n"
+#~ "\n"
+#~ "TABLE { [ ONLY ] nom_table [ * ] | nom_requte_with }"
+#~ msgid ""
+#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
+#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n"
+#~ " [ FROM from_item [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST "
+#~ "| LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]"
+#~ msgstr ""
+#~ "[ WITH [ RECURSIVE ] requte_with [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
+#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] nouvelle_table\n"
+#~ " [ FROM lment_from [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS "
+#~ "{ FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET dbut [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]"
+#~ msgid ""
+#~ "SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | "
+#~ "'value' | DEFAULT }\n"
+#~ "SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
+#~ msgstr ""
+#~ "SET [ SESSION | LOCAL ] paramtre { TO | = } { valeur | 'valeur' | "
+#~ "DEFAULT }\n"
+#~ "SET [ SESSION | LOCAL ] TIME ZONE { zone_horaire | LOCAL | DEFAULT }"
+#~ msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
+#~ msgstr "SET CONSTRAINTS { ALL | nom [, ...] } { DEFERRED | IMMEDIATE }"
+#~ msgid ""
+#~ "SET [ SESSION | LOCAL ] ROLE rolename\n"
+#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
+#~ "RESET ROLE"
+#~ msgstr ""
+#~ "SET [ SESSION | LOCAL ] ROLE nom_rle\n"
+#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
+#~ "RESET ROLE"
+#~ msgid ""
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
+#~ "RESET SESSION AUTHORIZATION"
+#~ msgstr ""
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION nom_utilisateur\n"
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
+#~ "RESET SESSION AUTHORIZATION"
+#~ msgid ""
+#~ "SET TRANSACTION transaction_mode [, ...]\n"
+#~ "SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]\n"
+#~ "\n"
+#~ "where transaction_mode is one of:\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | "
+#~ "READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "SET TRANSACTION mode_transaction [, ...]\n"
+#~ "SET SESSION CHARACTERISTICS AS TRANSACTION mode_transaction [, ...]\n"
+#~ "\n"
+#~ "o mode_transaction peut tre :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgid ""
+#~ "SHOW name\n"
+#~ "SHOW ALL"
+#~ msgstr ""
+#~ "SHOW nom\n"
+#~ "SHOW ALL"
+#~ msgid ""
+#~ "START TRANSACTION [ transaction_mode [, ...] ]\n"
+#~ "\n"
+#~ "where transaction_mode is one of:\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | "
+#~ "READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "START TRANSACTION [ mode_transaction [, ...] ]\n"
+#~ "\n"
+#~ "o mode_transaction peut tre :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgid ""
+#~ "TRUNCATE [ TABLE ] [ ONLY ] name [, ... ]\n"
+#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "TRUNCATE [ TABLE ] [ ONLY ] nom [, ... ]\n"
+#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
+#~ msgid "UNLISTEN { name | * }"
+#~ msgstr "UNLISTEN { nom | * }"
+#~ msgid ""
+#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " SET { column = { expression | DEFAULT } |\n"
+#~ " ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } "
+#~ "[, ...]\n"
+#~ " [ FROM fromlist ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ msgstr ""
+#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " SET { colonne = { expression | DEFAULT } |\n"
+#~ " ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } "
+#~ "[, ...]\n"
+#~ " [ FROM liste_from ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
+#~ msgid ""
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column "
+#~ "[, ...] ) ] ]"
+#~ msgstr ""
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne "
+#~ "[, ...] ) ] ]"
+#~ msgid ""
+#~ "VALUES ( expression [, ...] ) [, ...]\n"
+#~ " [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]"
+#~ msgstr ""
+#~ "VALUES ( expression [, ...] ) [, ...]\n"
+#~ " [ ORDER BY expression_tri [ ASC | DESC | USING oprateur ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET dbut [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]"
#~ msgid " \"%s\" IN %s %s"
#~ msgstr " \"%s\" DANS %s %s"
#~ msgid "(1 row)"
@@ -4987,8 +6531,6 @@ msgstr "le processus fils a quitt avec un statut %d non reconnu"
#~ msgstr "?%c? %s.%s "
#~ msgid " \"%s\""
#~ msgstr " %s "
-#~ msgid "no limit"
-#~ msgstr "sans limite"
#~ msgid "ALTER VIEW name RENAME TO newname"
#~ msgstr "ALTER VIEW nom RENAME TO nouveau_nom"
diff --git a/src/interfaces/ecpg/preproc/po/fr.po b/src/interfaces/ecpg/preproc/po/fr.po
index 2812574c9cb..4ef6bc2df81 100644
--- a/src/interfaces/ecpg/preproc/po/fr.po
+++ b/src/interfaces/ecpg/preproc/po/fr.po
@@ -1,7 +1,7 @@
# translation of ecpg.po to fr_fr
# french message translation file for ecpg
#
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/po/fr.po,v 1.3 2009/06/26 19:33:51 petere Exp $
+# pgtranslation Id: ecpg.po,v 1.7 2009/11/24 22:10:52 gleu Exp $
#
# Use these quotes: %s
#
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-06-12 21:16+0000\n"
-"PO-Revision-Date: 2009-04-15 22:21+0200\n"
-"Last-Translator: Stphane Schildknecht <stephane.schildknecht@dalibo.com>\n"
+"POT-Creation-Date: 2009-11-24 21:16+0000\n"
+"PO-Revision-Date: 2009-11-24 22:56+0100\n"
+"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
@@ -25,12 +25,14 @@ msgstr ""
msgid "variable \"%s\" must have a numeric type"
msgstr "la variable %s doit avoir un type numeric"
-#: descriptor.c:124 descriptor.c:146
+#: descriptor.c:124
+#: descriptor.c:146
#, c-format
msgid "descriptor \"%s\" does not exist"
msgstr "le descripteur %s n'existe pas"
-#: descriptor.c:161 descriptor.c:210
+#: descriptor.c:161
+#: descriptor.c:210
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "l'lment d'en-tte du descripteur %d n'existe pas"
@@ -53,7 +55,7 @@ msgstr "l'lment du descripteur %s n'est pas implant"
msgid "descriptor item \"%s\" cannot be set"
msgstr "l'lment du descripteur %s ne peut pas tre initialis"
-#: ecpg.c:36
+#: ecpg.c:35
#, c-format
msgid ""
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
@@ -62,7 +64,7 @@ msgstr ""
"%s est le prprocesseur SQL embarqu de PostgreSQL pour les programmes C.\n"
"\n"
-#: ecpg.c:38
+#: ecpg.c:37
#, c-format
msgid ""
"Usage:\n"
@@ -73,22 +75,21 @@ msgstr ""
" %s [OPTION]... FICHIER...\n"
"\n"
-#: ecpg.c:41
+#: ecpg.c:40
#, c-format
msgid "Options:\n"
msgstr "Options:\n"
-#: ecpg.c:42
+#: ecpg.c:41
#, c-format
msgid ""
" -c automatically generate C code from embedded SQL code;\n"
" this affects EXEC SQL TYPE\n"
msgstr ""
-" -c produit automatiquement le code C partir du code SQL "
-"embarqu ;\n"
+" -c produit automatiquement le code C partir du code SQL embarqu ;\n"
" ceci affecte EXEC SQL TYPE\n"
-#: ecpg.c:44
+#: ecpg.c:43
#, c-format
msgid ""
" -C MODE set compatibility mode; MODE can be one of\n"
@@ -97,70 +98,66 @@ msgstr ""
" -C MODE configure le mode de compatibilit ; MODE peut tre\n"
" INFORMIX ou INFORMIX_SE \n"
-#: ecpg.c:47
+#: ecpg.c:46
#, c-format
msgid " -d generate parser debug output\n"
msgstr " -d produit la sortie de dbogage de l'analyseur\n"
-#: ecpg.c:49
+#: ecpg.c:48
#, c-format
msgid " -D SYMBOL define SYMBOL\n"
msgstr " -D SYMBOLE dfinit SYMBOLE\n"
-#: ecpg.c:50
+#: ecpg.c:49
#, c-format
-msgid ""
-" -h parse a header file, this option includes option \"-c\"\n"
-msgstr ""
-" -h analyse un fichier d'en-tte, cette option inclut l'option "
-"-c \n"
+msgid " -h parse a header file, this option includes option \"-c\"\n"
+msgstr " -h analyse un fichier d'en-tte, cette option inclut l'option -c \n"
-#: ecpg.c:51
+#: ecpg.c:50
#, c-format
msgid " -i parse system include files as well\n"
msgstr " -i analyse en plus les fichiers d'en-tte systmes\n"
-#: ecpg.c:52
+#: ecpg.c:51
#, c-format
msgid " -I DIRECTORY search DIRECTORY for include files\n"
msgstr " -I RPERTOIRE recherche les fichiers d'en-ttes dans RPERTOIRE\n"
-#: ecpg.c:53
+#: ecpg.c:52
#, c-format
msgid " -o OUTFILE write result to OUTFILE\n"
msgstr " -o FICHIER crit le rsultat dans FICHIER\n"
-#: ecpg.c:54
+#: ecpg.c:53
#, c-format
msgid ""
" -r OPTION specify run-time behavior; OPTION can be:\n"
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
msgstr ""
-" -r OPTION indique le comportement l'excution ; OPTION peut "
-"valoir :\n"
+" -r OPTION indique le comportement l'excution ; OPTION peut valoir :\n"
" no_indicator , prepare , questionmarks \n"
-#: ecpg.c:56
+#: ecpg.c:55
#, c-format
msgid " --regression run in regression testing mode\n"
msgstr " --regression s'excute en mode de tests des rgressions\n"
-#: ecpg.c:57
+#: ecpg.c:56
#, c-format
msgid " -t turn on autocommit of transactions\n"
msgstr " -t active la validation automatique des transactions\n"
-#: ecpg.c:58
+#: ecpg.c:57
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help affiche cette aide et quitte\n"
-#: ecpg.c:59
+#: ecpg.c:58
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version affiche la version et quitte\n"
-#: ecpg.c:60
+#: ecpg.c:59
#, c-format
msgid ""
"\n"
@@ -172,7 +169,7 @@ msgstr ""
"ajoutant le suffixe .c au nom du fichier en entre aprs avoir supprim le\n"
"suffixe .pgc s'il est prsent\n"
-#: ecpg.c:62
+#: ecpg.c:61
#, c-format
msgid ""
"\n"
@@ -181,42 +178,47 @@ msgstr ""
"\n"
"Rapporter les bogues <pgsql-bugs@postgresql.org>.\n"
-#: ecpg.c:183 ecpg.c:334 ecpg.c:344
+#: ecpg.c:182
+#: ecpg.c:333
+#: ecpg.c:343
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n"
-#: ecpg.c:222 ecpg.c:235 ecpg.c:251 ecpg.c:276
+#: ecpg.c:221
+#: ecpg.c:234
+#: ecpg.c:250
+#: ecpg.c:275
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer %s --help pour plus d'informations.\n"
-#: ecpg.c:246
+#: ecpg.c:245
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s : support de dbogage de l'analyseur (-d) non disponible\n"
-#: ecpg.c:264
+#: ecpg.c:263
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, le prprocesseur C embarqu de PostgreSQL, version %d.%d.%d\n"
-#: ecpg.c:266
+#: ecpg.c:265
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "la recherche EXEC SQL INCLUDE ... commence ici :\n"
-#: ecpg.c:269
+#: ecpg.c:268
#, c-format
msgid "end of search list\n"
msgstr "fin de la liste de recherche\n"
-#: ecpg.c:275
+#: ecpg.c:274
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s : aucun fichier prcis en entre\n"
-#: ecpg.c:464
+#: ecpg.c:463
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "le curseur %s est dclar mais non ouvert"
@@ -241,7 +243,8 @@ msgstr "chane hexadcimale litralle non termine"
msgid "unterminated quoted string"
msgstr "chane entre guillemets non termine"
-#: pgc.l:556 pgc.l:569
+#: pgc.l:556
+#: pgc.l:569
msgid "zero-length delimited identifier"
msgstr "identifiant dlimit de taille zro"
@@ -253,19 +256,24 @@ msgstr "identifiant entre guillemet non termin"
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identifiant manquant dans la commande EXEC SQL UNDEF"
-#: pgc.l:944 pgc.l:958
+#: pgc.l:944
+#: pgc.l:958
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "correspondance manquante EXEC SQL IFDEF / EXEC SQL IFNDEF "
-#: pgc.l:947 pgc.l:960 pgc.l:1136
+#: pgc.l:947
+#: pgc.l:960
+#: pgc.l:1136
msgid "missing \"EXEC SQL ENDIF;\""
msgstr " EXEC SQL ENDIF; manquant"
-#: pgc.l:976 pgc.l:995
+#: pgc.l:976
+#: pgc.l:995
msgid "more than one EXEC SQL ELSE"
msgstr "plusieurs EXEC SQL ELSE"
-#: pgc.l:1017 pgc.l:1031
+#: pgc.l:1017
+#: pgc.l:1031
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF diffrent"
@@ -286,21 +294,19 @@ msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erreur de syntaxe dans la commande EXEC SQL INCLUDE"
#: pgc.l:1175
-msgid ""
-"internal error: unreachable state; please report this to <pgsql-"
-"bugs@postgresql.org>"
+msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr ""
"erreur interne : l'tat ne peut tre atteint ; merci de rapporter ceci \n"
"<pgsql-bugs@postgresql.org>"
-#: pgc.l:1297
+#: pgc.l:1298
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Erreur : le chemin d'en-tte %s/%s est trop long sur la ligne %d,\n"
"ignor\n"
-#: pgc.l:1313
+#: pgc.l:1314
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "n'a pas pu ouvrir le fichier d'en-tte %s sur la ligne %d"
@@ -324,232 +330,234 @@ msgstr "ERREUR : "
msgid "could not remove output file \"%s\"\n"
msgstr "n'a pas pu supprimer le fichier %s en sortie\n"
-#: preproc.y:318
+#: preproc.y:314
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "le curseur %s n'existe pas"
-#: preproc.y:346
+#: preproc.y:342
msgid "initializer not allowed in type definition"
msgstr "initialiseur non autoris dans la dfinition du type"
-#: preproc.y:353 preproc.y:10620
+#: preproc.y:344
+msgid "type name \"string\" is reserved in Informix mode"
+msgstr "le nom du type string est rserv dans le mode Informix"
+
+#: preproc.y:351
+#: preproc.y:11959
#, c-format
msgid "type \"%s\" is already defined"
msgstr "le type %s est dj dfini"
-#: preproc.y:376 preproc.y:11219 preproc.y:11734 variable.c:584
+#: preproc.y:375
+#: preproc.y:12560
+#: preproc.y:12870
+#: variable.c:585
msgid "multidimensional arrays for simple data types are not supported"
msgstr ""
"les tableaux multi-dimensionnels pour les types de donnes simples ne sont\n"
"pas supports"
-#: preproc.y:1243
+#: preproc.y:1281
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "option AT non autorise dans une instruction CLOSE DATABASE"
-#: preproc.y:1309 preproc.y:1449
+#: preproc.y:1347
+#: preproc.y:1489
msgid "AT option not allowed in DEALLOCATE statement"
msgstr "option AT non autorise dans une instruction DEALLOCATE"
-#: preproc.y:1435
+#: preproc.y:1475
msgid "AT option not allowed in CONNECT statement"
msgstr "option AT non autorise dans une instruction CONNECT"
-#: preproc.y:1471
+#: preproc.y:1511
msgid "AT option not allowed in DISCONNECT statement"
msgstr "option AT non autorise dans une instruction DISCONNECT"
-#: preproc.y:1523
+#: preproc.y:1563
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "option AT non autorise dans une instruction SET CONNECTION"
-#: preproc.y:1545
+#: preproc.y:1585
msgid "AT option not allowed in TYPE statement"
msgstr "option AT non autorise dans une instruction TYPE"
-#: preproc.y:1554
+#: preproc.y:1594
msgid "AT option not allowed in VAR statement"
msgstr "option AT non autorise dans une instruction VAR"
-#: preproc.y:1561
+#: preproc.y:1601
msgid "AT option not allowed in WHENEVER statement"
msgstr "option AT non autorise dans une instruction WHENEVER"
-#: preproc.y:1917 preproc.y:2913 preproc.y:3811 preproc.y:3820 preproc.y:4051
-#: preproc.y:5860 preproc.y:5865 preproc.y:5870 preproc.y:8035 preproc.y:8565
-#: preproc.y:8570
+#: preproc.y:1987
+#: preproc.y:3021
+#: preproc.y:3077
+#: preproc.y:3983
+#: preproc.y:3992
+#: preproc.y:4223
+#: preproc.y:6161
+#: preproc.y:6166
+#: preproc.y:6171
+#: preproc.y:8457
+#: preproc.y:8987
+#: preproc.y:8992
msgid "unsupported feature will be passed to server"
msgstr "la fonctionnalit non supporte sera passe au serveur"
-#: preproc.y:2147
+#: preproc.y:2217
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL n'est pas implant"
-#: preproc.y:2482 preproc.y:2493
-msgid "COPY TO STDIN is not possible"
-msgstr "COPY TO STDIN n'est pas possible"
-
-#: preproc.y:2484
-msgid "COPY FROM STDOUT is not possible"
-msgstr "COPY FROM STDOUT n'est pas possible"
-
-#: preproc.y:2486
-msgid "COPY FROM STDIN is not implemented"
-msgstr "COPY FROM STDIN n'est pas implant"
-
-#: preproc.y:3751 preproc.y:3762
+#: preproc.y:3923
+#: preproc.y:3934
msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
msgstr "une contrainte dclare INITIALLY DEFERRED doit tre DEFERRABLE"
-#: preproc.y:6569 preproc.y:10236
+#: preproc.y:6967
+#: preproc.y:11564
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "le curseur %s est dj dfini"
-#: preproc.y:6922
-msgid "no longer supported LIMIT #,# syntax passed to server"
-msgstr "la syntaxe obsolte LIMIT #,# a t passe au serveur"
-
-#: preproc.y:7164
+#: preproc.y:7590
msgid "subquery in FROM must have an alias"
msgstr "la sous-requte du FROM doit avoir un alias"
-#: preproc.y:9925
-msgid "OLD used in query that is not in a rule"
-msgstr "OLD utilis dans une requte qui n'est pas dans une rgle"
-
-#: preproc.y:9932
-msgid "NEW used in query that is not in a rule"
-msgstr "NEW utilis dans une requte qui n'est pas dans une rgle"
-
-#: preproc.y:9964
+#: preproc.y:11301
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
-#: preproc.y:10011
+#: preproc.y:11338
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr " @ attendu, %s trouv"
-#: preproc.y:10023
-msgid ""
-"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
-"supported"
+#: preproc.y:11350
+msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr ""
"seuls les protocoles tcp et unix et les types de base de donnes\n"
" postgresql sont supports"
-#: preproc.y:10026
+#: preproc.y:11353
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr " :// attendu, %s trouv"
-#: preproc.y:10031
+#: preproc.y:11358
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
-msgstr ""
-"les sockets de domaine Unix fonctionnent seulement sur localhost , mais "
-"pas sur %s "
+msgstr "les sockets de domaine Unix fonctionnent seulement sur localhost , mais pas sur %s "
-#: preproc.y:10057
+#: preproc.y:11384
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr " postgresql attendu, %s trouv"
-#: preproc.y:10060
+#: preproc.y:11387
#, c-format
msgid "invalid connection type: %s"
msgstr "type de connexion invalide : %s"
-#: preproc.y:10069
+#: preproc.y:11396
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr " @ ou :// attendu, %s trouv"
-#: preproc.y:10144 preproc.y:10161
+#: preproc.y:11471
+#: preproc.y:11489
msgid "invalid data type"
msgstr "type de donnes invalide"
-#: preproc.y:10172 preproc.y:10187
+#: preproc.y:11500
+#: preproc.y:11515
msgid "incomplete statement"
msgstr "instruction incomplte"
-#: preproc.y:10175 preproc.y:10190
+#: preproc.y:11503
+#: preproc.y:11518
#, c-format
msgid "unrecognized token \"%s\""
msgstr "jeton %s non reconnu"
-#: preproc.y:10439
+#: preproc.y:11770
msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
"seuls les types de donnes numeric et decimal ont des arguments de\n"
"prcision et d'chelle"
-#: preproc.y:10451
+#: preproc.y:11782
msgid "interval specification not allowed here"
msgstr "interval de spcification non autoris ici"
-#: preproc.y:10595 preproc.y:10647
+#: preproc.y:11934
+#: preproc.y:11986
msgid "too many levels in nested structure/union definition"
msgstr "trop de niveaux dans la dfinition de structure/union imbrique"
-#: preproc.y:10778
+#: preproc.y:12117
msgid "pointers to varchar are not implemented"
-msgstr ""
-"les pointeurs sur des chanes de caractres (varchar) ne sont pas implants"
+msgstr "les pointeurs sur des chanes de caractres (varchar) ne sont pas implants"
-#: preproc.y:10942 preproc.y:10949 preproc.y:10956
+#: preproc.y:12282
+#: preproc.y:12289
+#: preproc.y:12296
msgid "using unsupported DESCRIBE statement"
msgstr "utilisation de l'instruction DESCRIBE non support"
-#: preproc.y:11187
+#: preproc.y:12527
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initialiseur non autoris dans la commande EXEC SQL VAR"
-#: preproc.y:11703
+#: preproc.y:12839
msgid "arrays of indicators are not allowed on input"
msgstr "les tableaux d'indicateurs ne sont pas autoriss en entre"
#. translator: %s is typically the translation of "syntax error"
-#: preproc.y:11930
+#: preproc.y:13066
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s sur ou prs de %s "
-#: type.c:18 type.c:30
+#: type.c:18
+#: type.c:30
msgid "out of memory"
msgstr "mmoire puise"
-#: type.c:204 type.c:556
+#: type.c:207
+#: type.c:550
#, c-format
msgid "unrecognized variable type code %d"
msgstr "code %d du type de variable non reconnu"
-#: type.c:241
+#: type.c:244
msgid "indicator for array/pointer has to be array/pointer"
msgstr "l'indicateur pour le tableau/pointeur doit tre tableau/pointeur"
-#: type.c:245
+#: type.c:248
msgid "nested arrays are not supported (except strings)"
msgstr ""
"les tableaux imbriqus ne sont pas supports (sauf les chanes de\n"
"caractres)"
-#: type.c:278
+#: type.c:281
msgid "indicator for struct has to be a struct"
msgstr "l'indicateur d'un struct doit tre un struct"
-#: type.c:287 type.c:295 type.c:303
+#: type.c:290
+#: type.c:298
+#: type.c:306
msgid "indicator for simple data type has to be simple"
msgstr "l'indicateur d'un type de donnes simple doit tre simple"
-#: type.c:615
+#: type.c:609
#, c-format
msgid "unrecognized descriptor item code %d"
msgstr "code %d de l'lment du descripteur non reconnu"
-#: variable.c:89 variable.c:112
+#: variable.c:89
+#: variable.c:112
#, c-format
msgid "incorrectly formed variable \"%s\""
msgstr "variable %s mal forme"
@@ -559,11 +567,11 @@ msgstr "variable %s mal forme"
msgid "variable \"%s\" is not a pointer"
msgstr "la variable %s n'est pas un pointeur"
-#: variable.c:138 variable.c:163
+#: variable.c:138
+#: variable.c:163
#, c-format
msgid "variable \"%s\" is not a pointer to a structure or a union"
-msgstr ""
-"la variable %s n'est pas un pointeur vers une structure ou une union"
+msgstr "la variable %s n'est pas un pointeur vers une structure ou une union"
#: variable.c:150
#, c-format
@@ -575,7 +583,8 @@ msgstr "la variable %s n'est ni une structure ni une union"
msgid "variable \"%s\" is not an array"
msgstr "la variable %s n'est pas un tableau"
-#: variable.c:229 variable.c:251
+#: variable.c:229
+#: variable.c:251
#, c-format
msgid "variable \"%s\" is not declared"
msgstr "la variable %s n'est pas dclare"
@@ -589,16 +598,17 @@ msgstr "la variable d'indicateur doit avoir un type integer"
msgid "unrecognized data type name \"%s\""
msgstr "nom %s non reconnu pour un type de donnes"
-#: variable.c:482 variable.c:490 variable.c:507 variable.c:510
+#: variable.c:482
+#: variable.c:490
+#: variable.c:507
+#: variable.c:510
msgid "multidimensional arrays are not supported"
msgstr "les tableaux multidimensionnels ne sont pas supports"
#: variable.c:499
#, c-format
-msgid ""
-"multilevel pointers (more than 2 levels) are not supported; found %d level"
-msgid_plural ""
-"multilevel pointers (more than 2 levels) are not supported; found %d levels"
+msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
+msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
msgstr[0] ""
"les pointeurs multi-niveaux (plus de deux) ne sont pas supports :\n"
"%d niveau trouv"
@@ -612,5 +622,18 @@ msgstr "ce type de donnes ne supporte pas les pointeurs de pointeur"
#: variable.c:524
msgid "multidimensional arrays for structures are not supported"
-msgstr ""
-"les tableaux multidimensionnels ne sont pas supports pour les structures"
+msgstr "les tableaux multidimensionnels ne sont pas supports pour les structures"
+
+#~ msgid "COPY TO STDIN is not possible"
+#~ msgstr "COPY TO STDIN n'est pas possible"
+#~ msgid "COPY FROM STDOUT is not possible"
+#~ msgstr "COPY FROM STDOUT n'est pas possible"
+#~ msgid "COPY FROM STDIN is not implemented"
+#~ msgstr "COPY FROM STDIN n'est pas implant"
+#~ msgid "no longer supported LIMIT #,# syntax passed to server"
+#~ msgstr "la syntaxe obsolte LIMIT #,# a t passe au serveur"
+#~ msgid "OLD used in query that is not in a rule"
+#~ msgstr "OLD utilis dans une requte qui n'est pas dans une rgle"
+#~ msgid "NEW used in query that is not in a rule"
+#~ msgstr "NEW utilis dans une requte qui n'est pas dans une rgle"
+
diff --git a/src/interfaces/libpq/po/de.po b/src/interfaces/libpq/po/de.po
index 15545cdb53b..4217d51c3ba 100644
--- a/src/interfaces/libpq/po/de.po
+++ b/src/interfaces/libpq/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for libpq
# Peter Eisentraut <peter_e@gmx.net>, 2001 - 2009.
#
-# pgtranslation Id: libpq.po,v 1.14 2009/10/04 20:58:40 petere Exp $
+# pgtranslation Id: libpq.po,v 1.15 2009/12/19 11:16:00 petere Exp $
#
# Use these quotes: »%s«
#
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-10-04 01:15+0000\n"
-"PO-Revision-Date: 2009-10-04 23:56+0300\n"
+"POT-Creation-Date: 2009-12-19 07:19+0000\n"
+"PO-Revision-Date: 2009-12-19 12:52+0200\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"MIME-Version: 1.0\n"
@@ -50,9 +50,9 @@ msgstr "GSSAPI-Namensimportfehler"
msgid "SSPI continuation error"
msgstr "SSPI-Fortsetzungsfehler"
-#: fe-auth.c:549 fe-auth.c:623 fe-auth.c:657 fe-auth.c:754 fe-connect.c:1391
-#: fe-connect.c:2674 fe-connect.c:2891 fe-connect.c:3257 fe-connect.c:3266
-#: fe-connect.c:3403 fe-connect.c:3449 fe-connect.c:3467 fe-exec.c:3146
+#: fe-auth.c:549 fe-auth.c:623 fe-auth.c:657 fe-auth.c:754 fe-connect.c:1412
+#: fe-connect.c:2726 fe-connect.c:2943 fe-connect.c:3316 fe-connect.c:3325
+#: fe-connect.c:3462 fe-connect.c:3508 fe-connect.c:3526 fe-exec.c:3146
#: fe-lobj.c:696 fe-protocol2.c:1027 fe-protocol3.c:1421
msgid "out of memory\n"
msgstr "Speicher aufgebraucht\n"
@@ -94,24 +94,24 @@ msgstr "Authentifizierung mit Crypt nicht unterstützt\n"
msgid "authentication method %u not supported\n"
msgstr "Authentifizierungsmethode %u nicht unterstützt\n"
-#: fe-connect.c:524
+#: fe-connect.c:544
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "ungültiger sslmode-Wert: »%s«\n"
-#: fe-connect.c:545
+#: fe-connect.c:565
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr ""
"sslmode-Wert »%s« ist ungültig, wenn SSL-Unterstützung nicht einkompiliert "
"worden ist\n"
-#: fe-connect.c:728
+#: fe-connect.c:748
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "konnte Socket nicht auf TCP »No Delay«-Modus umstellen: %s\n"
-#: fe-connect.c:758
+#: fe-connect.c:778
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -122,7 +122,7 @@ msgstr ""
"\tLäuft der Server lokal und akzeptiert er Verbindungen\n"
"\tauf dem Unix-Domain-Socket »%s«?\n"
-#: fe-connect.c:768
+#: fe-connect.c:788
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -133,187 +133,192 @@ msgstr ""
"\tLäuft der Server auf dem Host »%s« und akzeptiert er\n"
"\tTCP/IP-Verbindungen auf Port %s?\n"
-#: fe-connect.c:825
+#: fe-connect.c:845
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "ungültige Portnummer: »%s«\n"
-#: fe-connect.c:867
+#: fe-connect.c:887
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "konnte Hostname »%s« nicht in Adresse übersetzen: %s\n"
-#: fe-connect.c:871
+#: fe-connect.c:891
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr "konnte Unix-Domain-Socket-Pfad »%s« nicht in Adresse übersetzen: %s\n"
-#: fe-connect.c:1079
+#: fe-connect.c:1100
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "ungültiger Verbindungszustand, möglicherweise ein Speicherproblem\n"
-#: fe-connect.c:1122
+#: fe-connect.c:1143
#, c-format
msgid "could not create socket: %s\n"
msgstr "konnte Socket nicht erzeugen: %s\n"
-#: fe-connect.c:1145
+#: fe-connect.c:1166
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %s\n"
-#: fe-connect.c:1157
+#: fe-connect.c:1178
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "konnte Socket nicht auf »Close on exec«-Modus umstellen: %s\n"
-#: fe-connect.c:1283
+#: fe-connect.c:1304
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "konnte Socket-Fehlerstatus nicht ermitteln: %s\n"
-#: fe-connect.c:1321
+#: fe-connect.c:1342
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "konnte Client-Adresse vom Socket nicht ermitteln: %s\n"
-#: fe-connect.c:1365
+#: fe-connect.c:1386
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "konnte Paket zur SSL-Verhandlung nicht senden: %s\n"
-#: fe-connect.c:1404
+#: fe-connect.c:1425
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "konnte Startpaket nicht senden: %s\n"
-#: fe-connect.c:1471 fe-connect.c:1490
+#: fe-connect.c:1492 fe-connect.c:1511
msgid "server does not support SSL, but SSL was required\n"
msgstr "Server unterstützt kein SSL, aber SSL wurde verlangt\n"
-#: fe-connect.c:1506
+#: fe-connect.c:1527
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "ungültige Antwort auf SSL-Verhandlungspaket empfangen: %c\n"
-#: fe-connect.c:1582 fe-connect.c:1615
+#: fe-connect.c:1603 fe-connect.c:1636
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr ""
"Authentifizierungsanfrage wurde vom Server erwartet, aber %c wurde "
"empfangen\n"
-#: fe-connect.c:1786
+#: fe-connect.c:1807
#, c-format
msgid "out of memory allocating GSSAPI buffer (%i)"
msgstr "Speicher aufgebraucht beim Anlegen des GSSAPI-Puffers (%i)"
-#: fe-connect.c:1871
+#: fe-connect.c:1892
msgid "unexpected message from server during startup\n"
msgstr "unerwartete Nachricht vom Server beim Start\n"
-#: fe-connect.c:1939
+#: fe-connect.c:1988
#, c-format
-msgid "invalid connection state %c, probably indicative of memory corruption\n"
-msgstr "ungültiger Verbindungszustand %c, möglicherweise ein Speicherproblem\n"
+msgid "invalid connection state %d, probably indicative of memory corruption\n"
+msgstr "ungültiger Verbindungszustand %d, möglicherweise ein Speicherproblem\n"
-#: fe-connect.c:2282 fe-connect.c:2342
+#: fe-connect.c:2334 fe-connect.c:2394
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "PGEventProc »%s« während PGEVT_CONNRESET-Ereignis fehlgeschlagen\n"
-#: fe-connect.c:2687
+#: fe-connect.c:2739
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "ungÜltige LDAP-URL »%s«: Schema muss ldap:// sein\n"
-#: fe-connect.c:2702
+#: fe-connect.c:2754
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "ungültige LDAP-URL »%s«: Distinguished Name fehlt\n"
-#: fe-connect.c:2713 fe-connect.c:2766
+#: fe-connect.c:2765 fe-connect.c:2818
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "ungültige LDAP-URL »%s«: muss genau ein Attribut haben\n"
-#: fe-connect.c:2723 fe-connect.c:2780
+#: fe-connect.c:2775 fe-connect.c:2832
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr "ungültige LDAP-URL »%s«: Suchbereich fehlt (base/one/sub)\n"
-#: fe-connect.c:2734
+#: fe-connect.c:2786
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "ungültige LDAP-URL »%s«: kein Filter\n"
-#: fe-connect.c:2755
+#: fe-connect.c:2807
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "ungültige LDAP-URL »%s«: ungültige Portnummer\n"
-#: fe-connect.c:2789
+#: fe-connect.c:2841
msgid "could not create LDAP structure\n"
msgstr "konnte LDAP-Struktur nicht erzeugen\n"
-#: fe-connect.c:2831
+#: fe-connect.c:2883
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "Suche auf LDAP-Server fehlgeschlagen: %s\n"
-#: fe-connect.c:2842
+#: fe-connect.c:2894
msgid "more than one entry found on LDAP lookup\n"
msgstr "LDAP-Suche ergab mehr als einen Eintrag\n"
-#: fe-connect.c:2843 fe-connect.c:2855
+#: fe-connect.c:2895 fe-connect.c:2907
msgid "no entry found on LDAP lookup\n"
msgstr "kein Eintrag gefunden bei LDAP-Suche\n"
-#: fe-connect.c:2866 fe-connect.c:2879
+#: fe-connect.c:2918 fe-connect.c:2931
msgid "attribute has no values on LDAP lookup\n"
msgstr "Attribut hat keine Werte bei LDAP-Suche\n"
-#: fe-connect.c:2930 fe-connect.c:2948 fe-connect.c:3305
+#: fe-connect.c:2982 fe-connect.c:3000 fe-connect.c:3364
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "fehlendes »=« nach »%s« in der Zeichenkette der Verbindungsdaten\n"
-#: fe-connect.c:3011 fe-connect.c:3387
+#: fe-connect.c:3063 fe-connect.c:3446
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "ungültige Verbindungsoption »%s«\n"
-#: fe-connect.c:3024 fe-connect.c:3354
+#: fe-connect.c:3076 fe-connect.c:3413
msgid "unterminated quoted string in connection info string\n"
msgstr ""
"fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der "
"Verbindugsdaten\n"
-#: fe-connect.c:3067
+#: fe-connect.c:3119
#, c-format
-msgid "ERROR: service file \"%s\" not found\n"
-msgstr "FEHLER: Servicedatei »%s« nicht gefunden\n"
+msgid "service file \"%s\" not found\n"
+msgstr "Servicedatei »%s« nicht gefunden\n"
-#: fe-connect.c:3080
+#: fe-connect.c:3132
#, c-format
-msgid "ERROR: line %d too long in service file \"%s\"\n"
-msgstr "FEHLER: Zeile %d zu lang in Servicedatei »%s«\n"
+msgid "line %d too long in service file \"%s\"\n"
+msgstr "Zeile %d zu lang in Servicedatei »%s«\n"
-#: fe-connect.c:3152 fe-connect.c:3179
+#: fe-connect.c:3204 fe-connect.c:3231
#, c-format
-msgid "ERROR: syntax error in service file \"%s\", line %d\n"
-msgstr "FEHLER: Syntaxfehler in Servicedatei »%s«, Zeile %d\n"
+msgid "syntax error in service file \"%s\", line %d\n"
+msgstr "Syntaxfehler in Servicedatei »%s«, Zeile %d\n"
-#: fe-connect.c:3635
+#: fe-connect.c:3246
+#, c-format
+msgid "definition of service \"%s\" not found\n"
+msgstr "Definition von Service »%s« nicht gefunden\n"
+
+#: fe-connect.c:3694
msgid "connection pointer is NULL\n"
msgstr "Verbindung ist ein NULL-Zeiger\n"
-#: fe-connect.c:3918
+#: fe-connect.c:3977
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "WARNUNG: Passwortdatei »%s« ist keine normale Datei\n"
-#: fe-connect.c:3927
+#: fe-connect.c:3986
#, c-format
msgid ""
"WARNING: password file \"%s\" has group or world access; permissions should "
@@ -786,11 +791,15 @@ msgstr ""
msgid "certificate could not be obtained: %s\n"
msgstr "Zertifikat konnte nicht ermittelt werden: %s\n"
-#: fe-secure.c:1342
+#: fe-secure.c:1285
+msgid "SSL certificate's common name contains embedded null\n"
+msgstr "Common-Name im SSL-Zertifikat enthält Null-Byte\n"
+
+#: fe-secure.c:1361
msgid "no SSL error reported"
msgstr "kein SSL-Fehler berichtet"
-#: fe-secure.c:1351
+#: fe-secure.c:1370
#, c-format
msgid "SSL error code %lu"
msgstr "SSL-Fehlercode %lu"
diff --git a/src/interfaces/libpq/po/fr.po b/src/interfaces/libpq/po/fr.po
index 5c325bb1b43..5ac3323b0f0 100644
--- a/src/interfaces/libpq/po/fr.po
+++ b/src/interfaces/libpq/po/fr.po
@@ -1,7 +1,7 @@
# translation of libpq.po to fr_fr
# french message translation file for libpq
#
-# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.21 2009/06/26 19:33:52 petere Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.22 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
#
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-06-24 01:16+0000\n"
-"PO-Revision-Date: 2009-06-24 07:55+0100\n"
+"POT-Creation-Date: 2009-12-15 21:18+0000\n"
+"PO-Revision-Date: 2009-12-15 22:39+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -55,15 +55,15 @@ msgstr "erreur de suite SSPI"
#: fe-auth.c:623
#: fe-auth.c:657
#: fe-auth.c:754
-#: fe-connect.c:1342
-#: fe-connect.c:2625
-#: fe-connect.c:2842
-#: fe-connect.c:3208
-#: fe-connect.c:3217
-#: fe-connect.c:3354
-#: fe-connect.c:3400
-#: fe-connect.c:3418
-#: fe-exec.c:3110
+#: fe-connect.c:1412
+#: fe-connect.c:2726
+#: fe-connect.c:2943
+#: fe-connect.c:3316
+#: fe-connect.c:3325
+#: fe-connect.c:3462
+#: fe-connect.c:3508
+#: fe-connect.c:3526
+#: fe-exec.c:3146
#: fe-lobj.c:696
#: fe-protocol2.c:1027
#: fe-protocol3.c:1421
@@ -107,22 +107,22 @@ msgstr "authentification crypt non supporte\n"
msgid "authentication method %u not supported\n"
msgstr "mthode d'authentification %u non supporte\n"
-#: fe-connect.c:524
+#: fe-connect.c:544
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "valeur sslmode invalide : %s \n"
-#: fe-connect.c:545
+#: fe-connect.c:565
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr "valeur sslmode %s invalide si le support SSL n'est pas compil initialement\n"
-#: fe-connect.c:728
+#: fe-connect.c:748
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "n'a pas pu activer le mode TCP sans dlai pour la socket : %s\n"
-#: fe-connect.c:758
+#: fe-connect.c:778
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -133,7 +133,7 @@ msgstr ""
"\tLe serveur est-il actif localement et accepte-t-il les connexions sur la\n"
" \tsocket Unix %s ?\n"
-#: fe-connect.c:768
+#: fe-connect.c:788
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -144,196 +144,206 @@ msgstr ""
"\tLe serveur est-il actif sur l'hte %s et accepte-t-il les connexions\n"
"\tTCP/IP sur le port %s ?\n"
-#: fe-connect.c:858
+#: fe-connect.c:845
+#, c-format
+msgid "invalid port number: \"%s\"\n"
+msgstr "numro de port invalide : %s \n"
+
+#: fe-connect.c:887
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "n'a pas pu traduire le nom d'hte %s en adresse : %s\n"
-#: fe-connect.c:862
+#: fe-connect.c:891
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr ""
"n'a pas pu traduire le chemin de la socket du domaine Unix %s en adresse :\n"
"%s\n"
-#: fe-connect.c:1069
+#: fe-connect.c:1100
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "tat de connexion invalide, indique probablement une corruption de mmoire\n"
-#: fe-connect.c:1112
+#: fe-connect.c:1143
#, c-format
msgid "could not create socket: %s\n"
msgstr "n'a pas pu crer la socket : %s\n"
-#: fe-connect.c:1135
+#: fe-connect.c:1166
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %s\n"
-#: fe-connect.c:1147
+#: fe-connect.c:1178
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "n'a pas pu paramtrer la socket en mode close-on-exec : %s\n"
-#: fe-connect.c:1234
+#: fe-connect.c:1304
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "n'a pas pu dterminer le statut d'erreur de la socket : %s\n"
-#: fe-connect.c:1272
+#: fe-connect.c:1342
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "n'a pas pu obtenir l'adresse du client depuis la socket : %s\n"
-#: fe-connect.c:1316
+#: fe-connect.c:1386
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "n'a pas pu transmettre le paquet de ngociation SSL : %s\n"
-#: fe-connect.c:1355
+#: fe-connect.c:1425
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "n'a pas pu transmettre le paquet de dmarrage : %s\n"
-#: fe-connect.c:1422
-#: fe-connect.c:1441
+#: fe-connect.c:1492
+#: fe-connect.c:1511
msgid "server does not support SSL, but SSL was required\n"
msgstr "le serveur ne supporte pas SSL alors que SSL tait rclam\n"
-#: fe-connect.c:1457
+#: fe-connect.c:1527
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "a reu une rponse invalide la ngociation SSL : %c\n"
-#: fe-connect.c:1533
-#: fe-connect.c:1566
+#: fe-connect.c:1603
+#: fe-connect.c:1636
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr ""
"attendait une requte d'authentification en provenance du serveur, mais a\n"
" reu %c\n"
-#: fe-connect.c:1737
+#: fe-connect.c:1807
#, c-format
msgid "out of memory allocating GSSAPI buffer (%i)"
msgstr "mmoire puise lors de l'allocation du tampon GSSAPI (%i)"
-#: fe-connect.c:1822
+#: fe-connect.c:1892
msgid "unexpected message from server during startup\n"
msgstr "message inattendu du serveur lors du dmarrage\n"
-#: fe-connect.c:1890
+#: fe-connect.c:1988
#, c-format
-msgid "invalid connection state %c, probably indicative of memory corruption\n"
+msgid "invalid connection state %d, probably indicative of memory corruption\n"
msgstr ""
-"tat de connexion invalide (%c), indique probablement une corruption de\n"
+"tat de connexion invalide (%d), indiquant probablement une corruption de\n"
" mmoire\n"
-#: fe-connect.c:2233
-#: fe-connect.c:2293
+#: fe-connect.c:2334
+#: fe-connect.c:2394
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "chec de PGEventProc %s lors de l'vnement PGEVT_CONNRESET\n"
-#: fe-connect.c:2638
+#: fe-connect.c:2739
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "URL LDAP %s invalide : le schma doit tre ldap://\n"
-#: fe-connect.c:2653
+#: fe-connect.c:2754
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "URL LDAP %s invalide : le distinguished name manque\n"
-#: fe-connect.c:2664
-#: fe-connect.c:2717
+#: fe-connect.c:2765
+#: fe-connect.c:2818
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "URL LDAP %s invalide : doit avoir exactement un attribut\n"
-#: fe-connect.c:2674
-#: fe-connect.c:2731
+#: fe-connect.c:2775
+#: fe-connect.c:2832
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr "URL LDAP %s invalide : doit avoir une chelle de recherche (base/un/sous)\n"
-#: fe-connect.c:2685
+#: fe-connect.c:2786
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "URL LDAP %s invalide : aucun filtre\n"
-#: fe-connect.c:2706
+#: fe-connect.c:2807
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "URL LDAP %s invalide : numro de port invalide\n"
-#: fe-connect.c:2740
+#: fe-connect.c:2841
msgid "could not create LDAP structure\n"
msgstr "n'a pas pu crer la structure LDAP\n"
-#: fe-connect.c:2782
+#: fe-connect.c:2883
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "chec de la recherche sur le serveur LDAP : %s\n"
-#: fe-connect.c:2793
+#: fe-connect.c:2894
msgid "more than one entry found on LDAP lookup\n"
msgstr "plusieurs entres trouves pendant la recherche LDAP\n"
-#: fe-connect.c:2794
-#: fe-connect.c:2806
+#: fe-connect.c:2895
+#: fe-connect.c:2907
msgid "no entry found on LDAP lookup\n"
msgstr "aucune entre trouve pendant la recherche LDAP\n"
-#: fe-connect.c:2817
-#: fe-connect.c:2830
+#: fe-connect.c:2918
+#: fe-connect.c:2931
msgid "attribute has no values on LDAP lookup\n"
msgstr "l'attribut n'a pas de valeur aprs la recherche LDAP\n"
-#: fe-connect.c:2881
-#: fe-connect.c:2899
-#: fe-connect.c:3256
+#: fe-connect.c:2982
+#: fe-connect.c:3000
+#: fe-connect.c:3364
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr " = manquant aprs %s dans la chane des paramtres de connexion\n"
-#: fe-connect.c:2962
-#: fe-connect.c:3338
+#: fe-connect.c:3063
+#: fe-connect.c:3446
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "option de connexion %s invalide\n"
-#: fe-connect.c:2975
-#: fe-connect.c:3305
+#: fe-connect.c:3076
+#: fe-connect.c:3413
msgid "unterminated quoted string in connection info string\n"
msgstr "guillemets non referms dans la chane des paramtres de connexion\n"
-#: fe-connect.c:3018
+#: fe-connect.c:3119
#, c-format
-msgid "ERROR: service file \"%s\" not found\n"
-msgstr "ERREUR : fichier de service %s introuvable\n"
+msgid "service file \"%s\" not found\n"
+msgstr "fichier de service %s introuvable\n"
-#: fe-connect.c:3031
+#: fe-connect.c:3132
#, c-format
-msgid "ERROR: line %d too long in service file \"%s\"\n"
-msgstr "ERREUR : ligne %d trop longue dans le fichier service %s \n"
+msgid "line %d too long in service file \"%s\"\n"
+msgstr "ligne %d trop longue dans le fichier service %s \n"
-#: fe-connect.c:3103
-#: fe-connect.c:3130
+#: fe-connect.c:3204
+#: fe-connect.c:3231
#, c-format
-msgid "ERROR: syntax error in service file \"%s\", line %d\n"
-msgstr "ERREUR : erreur de syntaxe dans le fichier service %s , ligne %d\n"
+msgid "syntax error in service file \"%s\", line %d\n"
+msgstr "erreur de syntaxe dans le fichier service %s , ligne %d\n"
-#: fe-connect.c:3586
+#: fe-connect.c:3246
+#, c-format
+msgid "definition of service \"%s\" not found\n"
+msgstr "dfinition du service %s introuvable\n"
+
+#: fe-connect.c:3694
msgid "connection pointer is NULL\n"
msgstr "le pointeur de connexion est NULL\n"
-#: fe-connect.c:3869
+#: fe-connect.c:3977
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ATTENTION : le fichier de mots de passe %s n'est pas un fichier texte\n"
-#: fe-connect.c:3878
+#: fe-connect.c:3986
#, c-format
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
@@ -688,87 +698,87 @@ msgstr "LIGNE %d : "
msgid "PQgetline: not doing text COPY OUT\n"
msgstr "PQgetline : ne va pas raliser un COPY OUT au format texte\n"
-#: fe-secure.c:241
+#: fe-secure.c:276
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "n'a pas pu tablir la connexion SSL : %s\n"
-#: fe-secure.c:317
-#: fe-secure.c:401
-#: fe-secure.c:1138
+#: fe-secure.c:353
+#: fe-secure.c:438
+#: fe-secure.c:1205
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "erreur SYSCALL SSL : %s\n"
-#: fe-secure.c:323
-#: fe-secure.c:407
-#: fe-secure.c:1142
+#: fe-secure.c:359
+#: fe-secure.c:444
+#: fe-secure.c:1209
msgid "SSL SYSCALL error: EOF detected\n"
msgstr "erreur SYSCALL SSL : EOF dtect\n"
-#: fe-secure.c:335
-#: fe-secure.c:418
-#: fe-secure.c:1161
+#: fe-secure.c:371
+#: fe-secure.c:455
+#: fe-secure.c:1228
#, c-format
msgid "SSL error: %s\n"
msgstr "erreur SSL : %s\n"
-#: fe-secure.c:345
-#: fe-secure.c:428
-#: fe-secure.c:1171
+#: fe-secure.c:381
+#: fe-secure.c:465
+#: fe-secure.c:1238
#, c-format
msgid "unrecognized SSL error code: %d\n"
msgstr "code d'erreur SSL inconnu : %d\n"
-#: fe-secure.c:537
+#: fe-secure.c:604
msgid "verified SSL connections are only supported when connecting to a host name"
msgstr ""
"les connexions SSL vrifies ne sont supportes que lors de la connexion\n"
" un alias hte"
-#: fe-secure.c:556
+#: fe-secure.c:623
#, c-format
msgid "server common name \"%s\" does not match host name \"%s\""
msgstr "le nom courant du serveur %s ne correspond pas au nom d'hte %s "
-#: fe-secure.c:598
+#: fe-secure.c:665
msgid "could not get home directory to locate client certificate files"
msgstr ""
"n'a pas pu rcuprer le rpertoire personnel pour trouver les certificats\n"
"du client"
-#: fe-secure.c:622
-#: fe-secure.c:636
+#: fe-secure.c:689
+#: fe-secure.c:703
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le certificat %s : %s\n"
-#: fe-secure.c:647
+#: fe-secure.c:714
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "n'a pas pu lire le certificat %s : %s\n"
-#: fe-secure.c:685
+#: fe-secure.c:752
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "n'a pas pu charger le moteur SSL %s : %s\n"
-#: fe-secure.c:698
+#: fe-secure.c:765
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "n'a pas pu initialiser le moteur SSL %s : %s\n"
-#: fe-secure.c:715
+#: fe-secure.c:782
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "n'a pas pu lire la cl prive SSL %s partir du moteur %s : %s\n"
-#: fe-secure.c:750
+#: fe-secure.c:817
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "le certificat est prsent, mais la cl prive %s est absente\n"
-#: fe-secure.c:759
+#: fe-secure.c:826
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
@@ -776,46 +786,46 @@ msgstr ""
"pour le groupe ou universel ; les droits devraient tre u=rw (0600)\n"
"ou infrieur\n"
-#: fe-secure.c:769
+#: fe-secure.c:836
#, c-format
msgid "could not open private key file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier de cl prive %s : %s\n"
-#: fe-secure.c:780
+#: fe-secure.c:847
#, c-format
msgid "private key file \"%s\" changed during execution\n"
msgstr "la cl prive %s a t modifie durant l'excution\n"
-#: fe-secure.c:791
+#: fe-secure.c:858
#, c-format
msgid "could not read private key file \"%s\": %s\n"
msgstr "n'a pas pu lire la cl prive %s : %s\n"
-#: fe-secure.c:809
+#: fe-secure.c:876
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "le certificat ne correspond pas la cl prive %s : %s\n"
-#: fe-secure.c:940
+#: fe-secure.c:1007
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "n'a pas pu crer le contexte SSL : %s\n"
-#: fe-secure.c:1028
+#: fe-secure.c:1095
msgid "could not get home directory to locate root certificate file"
msgstr "n'a pas pu rcuprer le rpertoire personnel pour trouver le certificat racine"
-#: fe-secure.c:1052
+#: fe-secure.c:1119
#, c-format
msgid "could not read root certificate file \"%s\": %s\n"
msgstr "n'a pas pu lire le certificat racine %s : %s\n"
-#: fe-secure.c:1077
+#: fe-secure.c:1144
#, c-format
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
msgstr "la bibliothque SSL ne supporte pas les certificats CRL (fichier %s )\n"
-#: fe-secure.c:1093
+#: fe-secure.c:1160
#, c-format
msgid ""
"root certificate file \"%s\" does not exist\n"
@@ -825,20 +835,28 @@ msgstr ""
"Fournissez le fichier ou modifiez sslmode pour dsactiver la vrification du\n"
"certificat par le serveur.\n"
-#: fe-secure.c:1190
+#: fe-secure.c:1257
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "le certificat n'a pas pu tre obtenu : %s\n"
-#: fe-secure.c:1273
+#: fe-secure.c:1285
+msgid "SSL certificate's common name contains embedded null\n"
+msgstr "le nom commun du certificat SSL contient des NULL\n"
+
+#: fe-secure.c:1361
msgid "no SSL error reported"
msgstr "aucune erreur SSL reporte"
-#: fe-secure.c:1282
+#: fe-secure.c:1370
#, c-format
msgid "SSL error code %lu"
msgstr "erreur SSL %lu"
+#~ msgid "invalid appname state %d, probably indicative of memory corruption\n"
+#~ msgstr ""
+#~ "tat appname %d invalide, indiquant probablement une corruption de la "
+#~ "mmoire\n"
#~ msgid "invalid sslverify value: \"%s\"\n"
#~ msgstr "valeur sslverify invalide : %s \n"
diff --git a/src/pl/plperl/po/es.po b/src/pl/plperl/po/es.po
index 53c1af28f87..1055ef8be1f 100644
--- a/src/pl/plperl/po/es.po
+++ b/src/pl/plperl/po/es.po
@@ -8,108 +8,113 @@ msgid ""
msgstr ""
"Project-Id-Version: 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-09 19:21+0000\n"
-"PO-Revision-Date: 2009-04-09 17:25-0400\n"
+"POT-Creation-Date: 2009-11-03 17:08+0000\n"
+"PO-Revision-Date: 2009-11-03 16:48-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: plperl.c:202
+#: plperl.c:204
msgid ""
"If true, trusted and untrusted Perl code will be compiled in strict mode."
msgstr ""
"Si es verdadero, se compilará código Perl confiable y no confiable en modo "
"«strict»."
-#: plperl.c:606 plperl.c:799
+#: plperl.c:628 plperl.c:821
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "el hash de Perl contiene el columna inexistente «%s»"
-#: plperl.c:775
+#: plperl.c:797
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} no existe"
-#: plperl.c:779
+#: plperl.c:801
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} no es una referencia a un hash"
-#: plperl.c:916 plperl.c:1615
+#: plperl.c:940 plperl.c:1653
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "las funciones en PL/Perl no pueden retornar el tipo %s"
-#: plperl.c:928 plperl.c:1662
+#: plperl.c:952 plperl.c:1700
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "funciones de PL/Perl no pueden aceptar el tipo %s"
-#: plperl.c:1004
+#: plperl.c:1028 plperl.c:1156 plperl.c:1212
#, c-format
-msgid "creation of Perl function \"%s\" failed: %s"
-msgstr "la creación de la función Perl «%s» falló: %s"
+msgid "%s"
+msgstr "%s"
-#: plperl.c:1134 plperl.c:1192
-#, c-format
-msgid "error from Perl function \"%s\": %s"
-msgstr "error en la función de Perl «%s»: %s"
-
-#: plperl.c:1240
+#: plperl.c:1264
msgid "set-valued function called in context that cannot accept a set"
msgstr ""
"se llamó a una función que retorna un conjunto en un contexto que no puede "
"aceptarlo"
-#: plperl.c:1283
+#: plperl.c:1307
msgid ""
"set-returning PL/Perl function must return reference to array or use "
"return_next"
msgstr ""
-"una función PL/Perl que retorna un conjunto debe retornar una referencia a un "
-"array o usar return_next"
+"una función PL/Perl que retorna un conjunto debe retornar una referencia a "
+"un array o usar return_next"
-#: plperl.c:1316
+#: plperl.c:1340
msgid "composite-returning PL/Perl function must return reference to hash"
msgstr ""
"una función Perl que retorna un tipo compuesto debe retornar una referencia "
"a un hash"
-#: plperl.c:1325
+#: plperl.c:1349
msgid ""
"function returning record called in context that cannot accept type record"
msgstr ""
"se llamó una función que retorna un registro en un contexto que no puede "
"aceptarlo"
-#: plperl.c:1441
+#: plperl.c:1471
msgid "ignoring modified row in DELETE trigger"
msgstr "ignorando la tupla modificada en el disparador DELETE"
-#: plperl.c:1449
+#: plperl.c:1479
msgid ""
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
msgstr ""
"el resultado de la función disparadora en PL/Perl debe ser undef, «SKIP» o "
"«MODIFY»"
-#: plperl.c:1549
+#: plperl.c:1587
msgid "out of memory"
msgstr "memoria agotada"
-#: plperl.c:1606
+#: plperl.c:1644
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
-#: plperl.c:1899
+#: plperl.c:1940
msgid "cannot use return_next in a non-SETOF function"
msgstr "no se puede utilizar return_next en una función sin SETOF"
-#: plperl.c:1905
+#: plperl.c:1946
msgid ""
"SETOF-composite-returning PL/Perl function must call return_next with "
"reference to hash"
msgstr ""
"una función Perl que retorna SETOF de un tipo compuesto debe invocar "
"return_next con una referencia a un hash"
+
+#: plperl.c:2726
+#, c-format
+msgid "PL/Perl function \"%s\""
+msgstr "función PL/Perl «%s»"
+
+#: plperl.c:2737
+#, c-format
+msgid "compilation of PL/Perl function \"%s\""
+msgstr "compilación de la función PL/Perl «%s»"
diff --git a/src/pl/plperl/po/fr.po b/src/pl/plperl/po/fr.po
index 36542836d07..50a1eef4763 100644
--- a/src/pl/plperl/po/fr.po
+++ b/src/pl/plperl/po/fr.po
@@ -1,7 +1,7 @@
# translation of plperl.po to fr_fr
# french message translation file for plperl
#
-# $PostgreSQL: pgsql/src/pl/plperl/po/fr.po,v 1.1 2009/04/09 19:38:53 petere Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/po/fr.po,v 1.2 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
# Guillaume Lelarge <guillaume@lelarge.info>, 2009.
@@ -10,106 +10,121 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-05 05:22+0000\n"
-"PO-Revision-Date: 2009-04-05 13:39+0100\n"
+"POT-Creation-Date: 2009-11-29 21:08+0000\n"
+"PO-Revision-Date: 2009-11-29 23:44+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: plperl.c:202
+#: plperl.c:206
msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
msgstr ""
"Si true, le code Perl de confiance et sans confiance sera compil en mode\n"
"strict."
-#: plperl.c:606
-#: plperl.c:799
+#: plperl.c:630
+#: plperl.c:823
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "Le hachage Perl contient la colonne %s inexistante"
-#: plperl.c:775
+#: plperl.c:799
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} n'existe pas"
-#: plperl.c:779
+#: plperl.c:803
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} n'est pas une rfrence de hachage"
-#: plperl.c:916
-#: plperl.c:1615
+#: plperl.c:1040
+#: plperl.c:1753
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "Les fonctions PL/perl ne peuvent pas renvoyer le type %s"
-#: plperl.c:928
-#: plperl.c:1662
+#: plperl.c:1052
+#: plperl.c:1800
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "Les fonctions PL/perl ne peuvent pas accepter le type %s"
-#: plperl.c:1004
-#, c-format
-msgid "creation of Perl function \"%s\" failed: %s"
-msgstr "chec de la cration de la fonction Perl %s : %s"
-
-#: plperl.c:1134
-#: plperl.c:1192
+#: plperl.c:1128
+#: plperl.c:1256
+#: plperl.c:1312
#, c-format
-msgid "error from Perl function \"%s\": %s"
-msgstr "chec dans la fonction Perl %s : %s"
+msgid "%s"
+msgstr "%s"
-#: plperl.c:1240
+#: plperl.c:1364
msgid "set-valued function called in context that cannot accept a set"
msgstr ""
"fonction renvoyant un ensemble appele dans un contexte qui ne peut pas\n"
"accepter un ensemble"
-#: plperl.c:1283
+#: plperl.c:1407
msgid "set-returning PL/Perl function must return reference to array or use return_next"
msgstr ""
"la fonction PL/perl renvoyant des ensembles doit renvoyer la rfrence \n"
"un tableau ou utiliser return_next"
-#: plperl.c:1316
+#: plperl.c:1440
msgid "composite-returning PL/Perl function must return reference to hash"
msgstr ""
"la fonction PL/perl renvoyant des valeurs composites doit renvoyer la\n"
"rfrence un hachage"
-#: plperl.c:1325
+#: plperl.c:1449
msgid "function returning record called in context that cannot accept type record"
msgstr ""
"fonction renvoyant le type record appele dans un contexte qui ne peut pas\n"
"accepter le type record"
-#: plperl.c:1441
+#: plperl.c:1571
msgid "ignoring modified row in DELETE trigger"
msgstr "ignore la ligne modifie dans le trigger DELETE"
-#: plperl.c:1449
+#: plperl.c:1579
msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
msgstr ""
"le rsultat de la fonction trigger PL/perl doit tre undef, SKIP ou\n"
" MODIFY "
-#: plperl.c:1549
+#: plperl.c:1687
msgid "out of memory"
msgstr "mmoire puise"
-#: plperl.c:1606
+#: plperl.c:1744
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions trigger peuvent seulement tre appeles par des triggers"
-#: plperl.c:1899
+#: plperl.c:2040
msgid "cannot use return_next in a non-SETOF function"
msgstr "ne peut pas utiliser return_next dans une fonction non SETOF"
-#: plperl.c:1905
+#: plperl.c:2046
msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
msgstr ""
"une fonction PL/perl renvoyant des lignes composites doit appeler\n"
"return_next avec la rfrence un hachage"
+#: plperl.c:2826
+#, c-format
+msgid "PL/Perl function \"%s\""
+msgstr "fonction PL/Perl %s "
+
+#: plperl.c:2837
+#, c-format
+msgid "compilation of PL/Perl function \"%s\""
+msgstr "compilation de la fonction PL/Perl %s "
+
+#: plperl.c:2846
+msgid "PL/Perl anonymous code block"
+msgstr "bloc de code PL/Perl anonyme"
+
+#~ msgid "creation of Perl function \"%s\" failed: %s"
+#~ msgstr "chec de la cration de la fonction Perl %s : %s"
+#~ msgid "error from Perl function \"%s\": %s"
+#~ msgstr "chec dans la fonction Perl %s : %s"
+
diff --git a/src/pl/plpgsql/src/po/es.po b/src/pl/plpgsql/src/po/es.po
index 34f565e1b4b..55bc7ca69f7 100644
--- a/src/pl/plpgsql/src/po/es.po
+++ b/src/pl/plpgsql/src/po/es.po
@@ -3,13 +3,13 @@
# Álvaro Herrera <alvherre@alvh.no-ip.org> 2008-2009
# Emanuel Calvo Franco <postgres.arg@gmail.com> 2008
#
-# pgtranslation Id: plpgsql.po,v 1.7 2009/06/25 15:11:27 alvherre Exp $
+# pgtranslation Id: plpgsql.po,v 1.8 2009/11/03 19:53:02 alvherre Exp $
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-06-21 21:07+0000\n"
-"PO-Revision-Date: 2009-06-25 11:11-0400\n"
+"POT-Creation-Date: 2009-11-03 17:08+0000\n"
+"PO-Revision-Date: 2009-11-03 16:52-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -17,89 +17,89 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: pl_comp.c:418 pl_handler.c:177
+#: pl_comp.c:418 pl_handler.c:229
#, c-format
msgid "PL/pgSQL functions cannot accept type %s"
msgstr "las funciones PL/pgSQL no pueden aceptar el tipo %s"
-#: pl_comp.c:501
+#: pl_comp.c:497
#, c-format
msgid "could not determine actual return type for polymorphic function \"%s\""
msgstr ""
"no se pudo determinar el tipo verdadero de resultado para la función "
"polimórfica «%s»"
-#: pl_comp.c:533
+#: pl_comp.c:529
msgid "trigger functions can only be called as triggers"
msgstr ""
"las funciones de disparador sólo pueden ser invocadas como disparadores"
-#: pl_comp.c:537 pl_handler.c:162
+#: pl_comp.c:533 pl_handler.c:214
#, c-format
msgid "PL/pgSQL functions cannot return type %s"
msgstr "las funciones PL/pgSQL no pueden retornar el tipo %s"
-#: pl_comp.c:578
+#: pl_comp.c:574
msgid "trigger functions cannot have declared arguments"
msgstr "las funciones de disparador no pueden tener argumentos declarados"
-#: pl_comp.c:579
+#: pl_comp.c:575
msgid ""
"The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV "
"instead."
msgstr ""
"Los argumentos del disparador puede accederse usando TG_NARGS y TG_ARGV."
-#: pl_comp.c:769
+#: pl_comp.c:878
#, c-format
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
-msgstr "compilación de la función PL/pgSQL \"%s\" cerca de la línea %d"
+msgstr "compilación de la función PL/pgSQL «%s» cerca de la línea %d"
-#: pl_comp.c:804
+#: pl_comp.c:949
msgid "expected \"[\""
msgstr "se esperaba «[»"
-#: pl_comp.c:942
+#: pl_comp.c:1087
#, c-format
msgid "row \"%s\" has no field \"%s\""
-msgstr "la fila «%s» no tiene un campo llamado \"%s\""
+msgstr "la fila «%s» no tiene un campo llamado «%s»"
-#: pl_comp.c:1044
+#: pl_comp.c:1189
#, c-format
msgid "row \"%s.%s\" has no field \"%s\""
-msgstr "la fila «%s.%s» no tiene un campo llamado \"%s\""
+msgstr "la fila «%s.%s» no tiene un campo llamado «%s»"
-#: pl_comp.c:1356
+#: pl_comp.c:1501
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "no existe la relación «%s»"
-#: pl_comp.c:1401
+#: pl_comp.c:1546
#, c-format
msgid "relation \"%s.%s\" does not exist"
msgstr "no existe la relación «%s.%s»"
-#: pl_comp.c:1484
+#: pl_comp.c:1629
#, c-format
msgid "variable \"%s\" has pseudo-type %s"
msgstr "la variable «%s» tiene pseudotipo %s"
-#: pl_comp.c:1545
+#: pl_comp.c:1690
#, c-format
msgid "relation \"%s\" is not a table"
msgstr "la relación «%s» no es una tabla"
-#: pl_comp.c:1718
+#: pl_comp.c:1863
#, c-format
msgid "type \"%s\" is only a shell"
msgstr "el tipo «%s» está inconcluso"
-#: pl_comp.c:1788 pl_comp.c:1841
+#: pl_comp.c:1933 pl_comp.c:1986
#, c-format
msgid "unrecognized exception condition \"%s\""
msgstr "no se reconoce la condición de excepción «%s»"
-#: pl_comp.c:1996
+#: pl_comp.c:2141
#, c-format
msgid ""
"could not determine actual argument type for polymorphic function \"%s\""
@@ -107,381 +107,365 @@ msgstr ""
"no se pudo determinar el tipo verdadero de resultado para la función "
"polimórfica «%s»"
-#: pl_exec.c:235 pl_exec.c:505
+#: pl_exec.c:236 pl_exec.c:511
msgid "during initialization of execution state"
msgstr "durante la inicialización del estado de ejecución"
-#: pl_exec.c:242 pl_exec.c:632
+#: pl_exec.c:243 pl_exec.c:638
msgid "while storing call arguments into local variables"
msgstr ""
"mientras se almacenaban los argumentos de invocación en variables locales"
-#: pl_exec.c:297 pl_exec.c:643
+#: pl_exec.c:298 pl_exec.c:649
msgid "during function entry"
msgstr "durante el ingreso a la función"
-#: pl_exec.c:328 pl_exec.c:674
+#: pl_exec.c:329 pl_exec.c:680
msgid "CONTINUE cannot be used outside a loop"
msgstr "CONTINUE no puede usarse fuera de un bucle"
-#: pl_exec.c:332 pl_exec.c:678
+#: pl_exec.c:333 pl_exec.c:684
msgid "RAISE without parameters cannot be used outside an exception handler"
msgstr ""
"RAISE sin parámetros no puede ser usado fuera de un manejador de excepción"
-#: pl_exec.c:336
+#: pl_exec.c:337
msgid "control reached end of function without RETURN"
msgstr "la ejecución alcanzó el fin de la función sin encontrar RETURN"
-#: pl_exec.c:343
+#: pl_exec.c:344
msgid "while casting return value to function's return type"
msgstr ""
"mientras se hacía conversión del valor de retorno al tipo de retorno de la "
"función"
-#: pl_exec.c:356 pl_exec.c:2357
+#: pl_exec.c:357 pl_exec.c:2389
msgid "set-valued function called in context that cannot accept a set"
msgstr ""
"se llamó una función que retorna un conjunto en un contexto que no puede "
"aceptarlo"
-#: pl_exec.c:391
+#: pl_exec.c:395
msgid "returned record type does not match expected record type"
msgstr ""
"el tipo de registro retornado no coincide con el tipo de registro esperado"
-#: pl_exec.c:447 pl_exec.c:686
+#: pl_exec.c:453 pl_exec.c:692
msgid "during function exit"
msgstr "durante la salida de la función"
-#: pl_exec.c:682
+#: pl_exec.c:688
msgid "control reached end of trigger procedure without RETURN"
msgstr ""
"la ejecución alcanzó el fin del procedimiento disparador sin encontrar RETURN"
-#: pl_exec.c:691
+#: pl_exec.c:697
msgid "trigger procedure cannot return a set"
msgstr "los procedimientos disparadores no pueden retornar conjuntos"
-#: pl_exec.c:709
+#: pl_exec.c:719
msgid ""
"returned row structure does not match the structure of the triggering table"
msgstr ""
"la estructura de fila retornada no coincide con la estructura de la tabla "
"que generó el evento de disparador"
-#: pl_exec.c:771
+#: pl_exec.c:786
#, c-format
msgid "PL/pgSQL function \"%s\" line %d %s"
msgstr "función PL/pgSQL «%s» en la línea %d %s"
-#: pl_exec.c:782
+#: pl_exec.c:797
#, c-format
msgid "PL/pgSQL function \"%s\" %s"
msgstr "función PL/pgSQL «%s» %s"
#. translator: last %s is a plpgsql statement type name
-#: pl_exec.c:790
+#: pl_exec.c:805
#, c-format
msgid "PL/pgSQL function \"%s\" line %d at %s"
msgstr "función PL/pgSQL «%s» en la línea %d en %s"
-#: pl_exec.c:796
+#: pl_exec.c:811
#, c-format
msgid "PL/pgSQL function \"%s\""
msgstr "función PL/pgSQL «%s»"
-#: pl_exec.c:905
+#: pl_exec.c:920
msgid "during statement block local variable initialization"
msgstr "durante inicialización de variables locales en el bloque de sentencias"
-#: pl_exec.c:947
+#: pl_exec.c:962
#, c-format
msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
msgstr ""
"la variable «%s» declarada NOT NULL no puede tener un valor por omisión NULL"
-#: pl_exec.c:993
+#: pl_exec.c:1008
msgid "during statement block entry"
msgstr "durante la entrada al bloque de sentencias"
-#: pl_exec.c:1014
+#: pl_exec.c:1029
msgid "during statement block exit"
msgstr "durante la salida del bloque de sentencias"
-#: pl_exec.c:1057
+#: pl_exec.c:1072
msgid "during exception cleanup"
msgstr "durante la finalización por excepción"
-#: pl_exec.c:1523
+#: pl_exec.c:1538
msgid "case not found"
msgstr "caso no encontrado"
-#: pl_exec.c:1524
+#: pl_exec.c:1539
msgid "CASE statement is missing ELSE part."
msgstr "A la sentencia CASE le falta la parte ELSE."
-#: pl_exec.c:1680
+#: pl_exec.c:1695
msgid "lower bound of FOR loop cannot be null"
msgstr "el límite inferior de un ciclo FOR no puede ser null"
-#: pl_exec.c:1695
+#: pl_exec.c:1710
msgid "upper bound of FOR loop cannot be null"
msgstr "el límite superior de un ciclo FOR no puede ser null"
-#: pl_exec.c:1712
+#: pl_exec.c:1727
msgid "BY value of FOR loop cannot be null"
msgstr "el valor BY de un ciclo FOR no puede ser null"
-#: pl_exec.c:1718
+#: pl_exec.c:1733
msgid "BY value of FOR loop must be greater than zero"
msgstr "el valor BY de un ciclo FOR debe ser mayor que cero"
-#: pl_exec.c:1890 pl_exec.c:3129
+#: pl_exec.c:1905 pl_exec.c:3161
#, c-format
msgid "cursor \"%s\" already in use"
msgstr "el cursor «%s» ya está en uso"
-#: pl_exec.c:1913 pl_exec.c:3223
+#: pl_exec.c:1928 pl_exec.c:3255
msgid "arguments given for cursor without arguments"
msgstr "se dieron argumentos a un cursor sin argumentos"
-#: pl_exec.c:1932 pl_exec.c:3242
+#: pl_exec.c:1947 pl_exec.c:3274
msgid "arguments required for cursor"
msgstr "se requieren argumentos para el cursor"
-#: pl_exec.c:2150 gram.y:2419
+#: pl_exec.c:2165 gram.y:2493
msgid "cannot use RETURN NEXT in a non-SETOF function"
msgstr "no se puede usar RETURN NEXT en una función que no es SETOF"
-#: pl_exec.c:2174 pl_exec.c:2234
+#: pl_exec.c:2189 pl_exec.c:2257
msgid "wrong result type supplied in RETURN NEXT"
msgstr "se pasó un tipo incorrecto de resultado a RETURN NEXT"
-#: pl_exec.c:2197 pl_exec.c:3608 pl_exec.c:3900 pl_exec.c:3939
+#: pl_exec.c:2213 pl_exec.c:3640 pl_exec.c:3932 pl_exec.c:3971
#, c-format
msgid "record \"%s\" is not assigned yet"
msgstr "el registro «%s» no ha sido asignado aún"
-#: pl_exec.c:2199 pl_exec.c:3610 pl_exec.c:3902 pl_exec.c:3941
+#: pl_exec.c:2215 pl_exec.c:3642 pl_exec.c:3934 pl_exec.c:3973
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
msgstr ""
"La estructura de fila de un registro aún no asignado no está determinado."
-#: pl_exec.c:2202 pl_exec.c:2215
+#: pl_exec.c:2219 pl_exec.c:2238
msgid "wrong record type supplied in RETURN NEXT"
msgstr "tipo de registro incorrecto suplantado en RETURN NEXT"
-#: pl_exec.c:2259
+#: pl_exec.c:2282
msgid "RETURN NEXT must have a parameter"
msgstr "RETURN NEXT debe tener un parámetro"
-#: pl_exec.c:2291 gram.y:2466
+#: pl_exec.c:2315 gram.y:2540
msgid "cannot use RETURN QUERY in a non-SETOF function"
msgstr ""
"no se puede usar RETURN QUERY en una función que no ha sido declarada SETOF"
-#: pl_exec.c:2310
+#: pl_exec.c:2335
msgid "structure of query does not match function result type"
msgstr ""
"la estructura de la consulta no coincide con el tipo del resultado de la "
"función"
-#: pl_exec.c:2427
+#: pl_exec.c:2459
msgid "too few parameters specified for RAISE"
msgstr "se especificaron muy pocos parámetros a RAISE"
-#: pl_exec.c:2453
+#: pl_exec.c:2485
msgid "too many parameters specified for RAISE"
msgstr "se especificaron demasiados parámetros a RAISE"
-#: pl_exec.c:2473
+#: pl_exec.c:2505
msgid "RAISE statement option cannot be null"
msgstr "la opción de sentencia en RAISE no puede ser null"
-#: pl_exec.c:2483 pl_exec.c:2492 pl_exec.c:2500 pl_exec.c:2508
+#: pl_exec.c:2515 pl_exec.c:2524 pl_exec.c:2532 pl_exec.c:2540
#, c-format
msgid "RAISE option already specified: %s"
msgstr "la opción de RAISE ya se especificó: %s"
-#: pl_exec.c:2543 pl_exec.c:2544 pl_exec.c:5135 pl_exec.c:5140 pl_exec.c:5149
+#: pl_exec.c:2575 pl_exec.c:2576
#, c-format
msgid "%s"
msgstr "%s"
-#: pl_exec.c:2686 pl_exec.c:2993
+#: pl_exec.c:2718 pl_exec.c:3025
msgid "cannot COPY to/from client in PL/pgSQL"
msgstr "no se puede ejecutar COPY desde/a un cliente en PL/pgSQL"
-#: pl_exec.c:2690 pl_exec.c:2997
+#: pl_exec.c:2722 pl_exec.c:3029
msgid "cannot begin/end transactions in PL/pgSQL"
msgstr "no se puede terminar/iniciar transacciones en PL/pgSQL"
-#: pl_exec.c:2691 pl_exec.c:2998
+#: pl_exec.c:2723 pl_exec.c:3030
msgid "Use a BEGIN block with an EXCEPTION clause instead."
msgstr "Utilice un bloque BEGIN con una cláusula EXCEPTION."
-#: pl_exec.c:2843 pl_exec.c:3022
+#: pl_exec.c:2875 pl_exec.c:3054
msgid "INTO used with a command that cannot return data"
msgstr "INTO es utilizado con un comando uqe no puede retornar datos"
-#: pl_exec.c:2863 pl_exec.c:3042
+#: pl_exec.c:2895 pl_exec.c:3074
msgid "query returned no rows"
msgstr "la consulta no regresó renglones"
-#: pl_exec.c:2872 pl_exec.c:3051
+#: pl_exec.c:2904 pl_exec.c:3083
msgid "query returned more than one row"
msgstr "la consulta regresó más de un renglón"
-#: pl_exec.c:2886
+#: pl_exec.c:2918
msgid "query has no destination for result data"
msgstr "la consulta no tiene un destino para los datos de resultado"
-#: pl_exec.c:2887
+#: pl_exec.c:2919
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
msgstr "Si quiere descartar los resultados de un SELECT, utilice PERFORM."
-#: pl_exec.c:2920 pl_exec.c:3170 pl_exec.c:5427
+#: pl_exec.c:2952 pl_exec.c:3202 pl_exec.c:5421
msgid "query string argument of EXECUTE is null"
msgstr "el argumento de consulta a ejecutar en EXECUTE es null"
-#: pl_exec.c:2985
+#: pl_exec.c:3017
msgid "EXECUTE of SELECT ... INTO is not implemented"
msgstr "no está implementado EXECUTE de un SELECT ... INTO"
-#: pl_exec.c:3304 pl_exec.c:3395
+#: pl_exec.c:3336 pl_exec.c:3427
#, c-format
msgid "cursor variable \"%s\" is null"
msgstr "variable cursor «%s» es null"
-#: pl_exec.c:3311 pl_exec.c:3402
+#: pl_exec.c:3343 pl_exec.c:3434
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "no existe el cursor «%s»"
-#: pl_exec.c:3325
+#: pl_exec.c:3357
msgid "relative or absolute cursor position is null"
msgstr "la posición relativa o absoluta del cursor es null"
-#: pl_exec.c:3462
+#: pl_exec.c:3494
#, c-format
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
msgstr ""
"no puede asignarse un valor null a la variable «%s» que fue declarada NOT "
"NULLNULL"
-#: pl_exec.c:3507
+#: pl_exec.c:3539
msgid "cannot assign non-composite value to a row variable"
msgstr "no se puede asignar un valor no compuesto a una variable de tipo fila"
-#: pl_exec.c:3549
+#: pl_exec.c:3581
msgid "cannot assign non-composite value to a record variable"
msgstr "no se puede asignar un valor no compuesto a un registro variable"
-#: pl_exec.c:3621 pl_exec.c:3946
+#: pl_exec.c:3653 pl_exec.c:3978
#, c-format
msgid "record \"%s\" has no field \"%s\""
msgstr "el registro «%s» no tiene un campo «%s»"
-#: pl_exec.c:3719
+#: pl_exec.c:3751
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr ""
"el número de dimensiones del array (%d) excede el máximo permitido (%d)"
-#: pl_exec.c:3733
+#: pl_exec.c:3765
msgid "subscripted object is not an array"
msgstr "el objeto al que se le puso un subíndice no es un array"
-#: pl_exec.c:3756
+#: pl_exec.c:3788
msgid "array subscript in assignment must not be null"
msgstr "subíndice de array en asignación no puede ser nulo"
-#: pl_exec.c:3862 pl_exec.c:3887 pl_exec.c:3924
+#: pl_exec.c:3894 pl_exec.c:3919 pl_exec.c:3956
#, c-format
msgid "type of \"%s\" does not match that when preparing the plan"
msgstr "tipo de «%s» no coincide con aquel con el cual fue preparado el plan"
-#: pl_exec.c:3953
+#: pl_exec.c:3985
#, c-format
msgid "type of \"%s.%s\" does not match that when preparing the plan"
msgstr "tipo de «%s.%s» no coincide con aquel con el cual fue preparado el plan"
-#: pl_exec.c:3978
+#: pl_exec.c:4010
#, c-format
msgid "type of tg_argv[%d] does not match that when preparing the plan"
-msgstr "tipo de tg_argv[%d] no coincide con aquel con el cual cuando fue preparado el plan"
+msgstr ""
+"tipo de tg_argv[%d] no coincide con aquel con el cual cuando fue preparado "
+"el plan"
-#: pl_exec.c:4071
+#: pl_exec.c:4103
#, c-format
msgid "query \"%s\" did not return data"
msgstr "la consulta «%s» no retornó datos"
-#: pl_exec.c:4088
+#: pl_exec.c:4120
#, c-format
msgid "query \"%s\" returned more than one row"
msgstr "la consulta «%s» retornó más de un registro"
-#: pl_exec.c:4093
+#: pl_exec.c:4125
#, c-format
msgid "query \"%s\" returned %d column"
msgid_plural "query \"%s\" returned %d columns"
msgstr[0] "la consulta «%s» retornó una columna"
msgstr[1] "la consulta «%s» retornó %d columnas"
-#: pl_exec.c:4154
+#: pl_exec.c:4186
#, c-format
msgid "query \"%s\" is not a SELECT"
msgstr "la consulta «%s» no es una orden SELECT"
-#: pl_exec.c:5130
-msgid "N/A (dropped column)"
-msgstr "N/A (columna eliminada)"
-
-#: pl_exec.c:5141
-#, c-format
-msgid ""
-"Number of returned columns (%d) does not match expected column count (%d)."
-msgstr ""
-"El número de columnas retornadas (%d) no coincide con la cantidad esperada "
-"de columnas (%d)."
-
-#: pl_exec.c:5150
-#, c-format
-msgid "Returned type %s does not match expected type %s in column \"%s\"."
-msgstr ""
-"El tipo retornado %s no coincide con el tipo esperado %s en la columna «%s»."
-
-#: gram.y:355
+#: gram.y:359
msgid "row or record variable cannot be CONSTANT"
msgstr "fila o registro variable no puede ser CONSTANT"
-#: gram.y:364
+#: gram.y:368
msgid "row or record variable cannot be NOT NULL"
msgstr "fila o registro variable no peude ser NOT NULL"
-#: gram.y:373
+#: gram.y:377
msgid "default value for row or record variable is not supported"
msgstr "valor por defecto de la fila o registro variable no soportado"
-#: gram.y:522
+#: gram.y:526
msgid "only positional parameters can be aliased"
msgstr "solo ls parámetros posicionados pueden tener alias"
-#: gram.y:532
+#: gram.y:536
#, c-format
msgid "function has no parameter \"%s\""
msgstr "la función no tiene un parámetro «%s»"
-#: gram.y:560 gram.y:564 gram.y:568
+#: gram.y:564 gram.y:568 gram.y:572
msgid "duplicate declaration"
msgstr "declaración duplicada"
-#: gram.y:761 gram.y:765 gram.y:769
+#: gram.y:765 gram.y:769 gram.y:773
msgid "expected an integer variable"
msgstr "se esperaba una variable entera"
-#: gram.y:1024 gram.y:1213
+#: gram.y:1028 gram.y:1217
msgid ""
"loop variable of loop over rows must be a record or row variable or list of "
"scalar variables"
@@ -489,98 +473,105 @@ msgstr ""
"variable de bucle de un bucle sobre filas debe ser un registro o una "
"variable de tipo registro o una lista de variables escalares"
-#: gram.y:1061
+#: gram.y:1065
msgid "cursor FOR loop must have only one target variable"
msgstr "un bucle FOR de un cursor debe tener sólo una variable de destino"
-#: gram.y:1073
+#: gram.y:1077
msgid "cursor FOR loop must use a bound cursor variable"
msgstr "un bucle FOR en torno a un cursor debe usar un cursor enlazado (bound)"
-#: gram.y:1149
+#: gram.y:1153
msgid "integer FOR loop must have only one target variable"
msgstr ""
"un bucle FOR de un número entero debe tener sólo una variable de destino"
-#: gram.y:1182
+#: gram.y:1186
msgid "cannot specify REVERSE in query FOR loop"
msgstr "no se puede especificar REVERSE en un bucle FOR de una consulta"
-#: gram.y:1273 gram.y:2631
+#: gram.y:1277 gram.y:2705
#, c-format
msgid "\"%s\" is not a scalar variable"
msgstr "«%s» no es una variable escalar"
-#: gram.y:1326 gram.y:1366 gram.y:1410 gram.y:2187 gram.y:2278 gram.y:2938
+#: gram.y:1330 gram.y:1370 gram.y:1414 gram.y:2200 gram.y:2295 gram.y:2397
+#: gram.y:3012
msgid "unexpected end of function definition"
msgstr "fin inesperado de la definición de la función"
-#: gram.y:1430 gram.y:1452 gram.y:1466 gram.y:1474 gram.y:1535 gram.y:1622
-#: gram.y:1787
+#: gram.y:1434 gram.y:1456 gram.y:1470 gram.y:1478 gram.y:1539 gram.y:1626
+#: gram.y:1800
msgid "syntax error"
msgstr "error de sintaxis"
-#: gram.y:1456 gram.y:1458 gram.y:1791 gram.y:1793
+#: gram.y:1460 gram.y:1462 gram.y:1804 gram.y:1806
msgid "invalid SQLSTATE code"
msgstr "código SQLSTATE no válido"
-#: gram.y:1586 gram.y:2580 gram.y:2867
+#: gram.y:1590 gram.y:2654 gram.y:2941
#, c-format
msgid "syntax error at \"%s\""
msgstr "error de sintaxis en «%s»"
-#: gram.y:1588
+#: gram.y:1592
msgid "Expected \"FOR\", to open a cursor for an unbound cursor variable."
-msgstr "Se esperaba «FOR», para abrir un cursor para una variable de cursor sin enlazar (unbound)"
+msgstr ""
+"Se esperaba «FOR», para abrir un cursor para una variable de cursor sin "
+"enlazar (unbound)"
-#: gram.y:1675
+#: gram.y:1635
+msgid "FETCH statement cannot return multiple rows"
+msgstr "la sentencia FETCH no puede retornar múltiples filas"
+
+#: gram.y:1688
msgid "cursor variable must be a simple variable"
msgstr "variable de cursor debe ser una variable simple"
-#: gram.y:1682
+#: gram.y:1695
#, c-format
msgid "variable \"%s\" must be of type cursor or refcursor"
msgstr "la variable «%s» debe ser de tipo cursor o refcursor"
-#: gram.y:1689 gram.y:1693 gram.y:1697
+#: gram.y:1702 gram.y:1706 gram.y:1710
msgid "expected a cursor or refcursor variable"
msgstr "se espera un cursor o una variable de referencia a cursor"
-#: gram.y:1922 gram.y:3035
+#: gram.y:1935 gram.y:3108
msgid "too many variables specified in SQL statement"
msgstr "se especificaron demasiadas variables en la sentencia SQL"
-#: gram.y:2007 gram.y:2017 gram.y:2110
+#: gram.y:2020 gram.y:2030 gram.y:2123
msgid "mismatched parentheses"
msgstr "no coinciden los paréntesis"
-#: gram.y:2022
+#: gram.y:2035
#, c-format
msgid "missing \"%s\" at end of SQL expression"
msgstr "falta «%s» al final de la expresión SQL"
-#: gram.y:2027
+#: gram.y:2040
#, c-format
msgid "missing \"%s\" at end of SQL statement"
msgstr "falta «%s» al final de la sentencia SQL"
-#: gram.y:2112
+#: gram.y:2125
msgid "incomplete data type declaration"
msgstr "declaración de tipo de dato incompleta"
-#: gram.y:2137
+#: gram.y:2150
msgid "missing data type declaration"
msgstr "declaración de tipo de dato faltante"
-#: gram.y:2192
+#: gram.y:2205
msgid "INTO specified more than once"
msgstr "INTO fue especificado más de una vez"
-#: gram.y:2341
+#: gram.y:2378
msgid "expected FROM or IN"
msgstr "se espera FROM o IN"
-#: gram.y:2362
+#: gram.y:2436
msgid ""
"RETURN cannot have a parameter in function returning set; use RETURN NEXT or "
"RETURN QUERY"
@@ -588,43 +579,43 @@ msgstr ""
"RETURN no puede tener un parámetro en una función que retorna un conjunto; "
"use RETURN NEXT o RETURN QUERY"
-#: gram.y:2368
+#: gram.y:2442
msgid "RETURN cannot have a parameter in function with OUT parameters"
msgstr "RETURN no puede tener parámetros en una función con parámetros OUT"
-#: gram.y:2374
+#: gram.y:2448
msgid "RETURN cannot have a parameter in function returning void"
msgstr ""
"RETURN no puede tener un parámetro en una función returnando valor vacío"
-#: gram.y:2393 gram.y:2397
+#: gram.y:2467 gram.y:2471
msgid "RETURN must specify a record or row variable in function returning row"
msgstr ""
"RETURN debe especificar una variable de tipo record o registro en una "
"función que retorna una fila"
-#: gram.y:2430
+#: gram.y:2504
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
msgstr ""
"RETURN NEXT no puede tener parámetros en una función con parámetros OUT"
-#: gram.y:2446 gram.y:2450
+#: gram.y:2520 gram.y:2524
msgid ""
"RETURN NEXT must specify a record or row variable in function returning row"
msgstr ""
"RETURN NEXT debe especificar una variable tipo record o registro en una "
"función que retorna una fila"
-#: gram.y:2513
+#: gram.y:2587
#, c-format
msgid "\"%s\" is declared CONSTANT"
msgstr "«%s» esta declarada como CONSTANT"
-#: gram.y:2530
+#: gram.y:2604
msgid "cannot assign to tg_argv"
msgstr "no se puede asignar a tg_argv"
-#: gram.y:2581
+#: gram.y:2655
msgid ""
"Expected record variable, row variable, or list of scalar variables "
"following INTO."
@@ -632,117 +623,117 @@ msgstr ""
"Se espera una variable registro, variable de tipo fila, o una lista de "
"variables escalares seguido de INTO."
-#: gram.y:2615
+#: gram.y:2689
msgid "too many INTO variables specified"
msgstr "se especificaron demasiadas variables INTO"
-#: gram.y:2749
+#: gram.y:2823
#, c-format
msgid "SQL statement in PL/PgSQL function \"%s\" near line %d"
msgstr "sentencia SQL en la función PL/PgSQL «%s» cerca de la línea %d"
-#: gram.y:2792
+#: gram.y:2866
#, c-format
msgid "string literal in PL/PgSQL function \"%s\" near line %d"
msgstr "literal de cadena en la función PL/PgSQL «%s» cerca de la línea %d"
-#: gram.y:2805
+#: gram.y:2879
msgid "label does not exist"
msgstr "la etiqueta no existe"
-#: gram.y:2819
+#: gram.y:2893
#, c-format
msgid "end label \"%s\" specified for unlabelled block"
msgstr "etiqueta de término «%s» especificada para un bloque sin etiqueta"
-#: gram.y:2828
+#: gram.y:2902
#, c-format
msgid "end label \"%s\" differs from block's label \"%s\""
msgstr "el nombre de la tabla «%s» difiere del nombre de bloque «%s»"
-#: gram.y:2858
+#: gram.y:2932
#, c-format
msgid "cursor \"%s\" has no arguments"
msgstr "el cursor «%s» no tiene argumentos"
-#: gram.y:2880
+#: gram.y:2954
#, c-format
msgid "cursor \"%s\" has arguments"
msgstr "el cursor «%s» tiene argumentos"
-#: gram.y:2918
+#: gram.y:2992
msgid "expected \")\""
msgstr "se esperaba «)»"
-#: gram.y:2955
+#: gram.y:3029
#, c-format
msgid "unrecognized RAISE statement option \"%s\""
msgstr "no se reconoce la opción «%s» de sentencia RAISE"
-#: gram.y:2960
+#: gram.y:3034
msgid "syntax error, expected \"=\""
msgstr "error de sintaxis, se esperaba «=»"
-#: pl_funcs.c:359
+#: pl_funcs.c:275
#, c-format
msgid "variable \"%s\" does not exist in the current block"
msgstr "la variable «%s» no existe en el bloque actual"
-#: pl_funcs.c:415
+#: pl_funcs.c:331
#, c-format
msgid "unterminated \" in identifier: %s"
msgstr "hay una comilla doble \" sin terminar en un identificador: %s"
-#: pl_funcs.c:439
+#: pl_funcs.c:355
#, c-format
msgid "qualified identifier cannot be used here: %s"
msgstr "identificador calificado no puede utilizarse aquí: %s"
-#: pl_funcs.c:471
+#: pl_funcs.c:387
msgid "statement block"
msgstr "bloque de sentencias"
-#: pl_funcs.c:473
+#: pl_funcs.c:389
msgid "assignment"
msgstr "asignación"
-#: pl_funcs.c:483
+#: pl_funcs.c:399
msgid "FOR with integer loop variable"
msgstr "bucle FOR con variable entera"
-#: pl_funcs.c:485
+#: pl_funcs.c:401
msgid "FOR over SELECT rows"
msgstr "bucle FOR en torno a registros de un SELECT"
-#: pl_funcs.c:487
+#: pl_funcs.c:403
msgid "FOR over cursor"
msgstr "bucle FOR en torno a un cursor"
-#: pl_funcs.c:499
+#: pl_funcs.c:415
msgid "SQL statement"
msgstr "sentencia SQL"
-#: pl_funcs.c:501
+#: pl_funcs.c:417
msgid "EXECUTE statement"
msgstr "sentencia EXECUTE"
-#: pl_funcs.c:503
+#: pl_funcs.c:419
msgid "FOR over EXECUTE statement"
msgstr "bucle FOR en torno a una sentencia EXECUTE"
-#: scan.l:263
+#: scan.l:262
msgid "unterminated quoted identifier"
msgstr "un identificador entre comillas está inconcluso"
-#: scan.l:306
+#: scan.l:305
msgid "unterminated /* comment"
msgstr "un comentario /* está inconcluso"
-#: scan.l:342
+#: scan.l:341
msgid "unterminated quoted string"
msgstr "una cadena de caracteres entre comillas está inconclusa"
-#: scan.l:382
+#: scan.l:381
msgid "unterminated dollar-quoted string"
msgstr "cadena separada por $ inconclusa"
diff --git a/src/pl/plpgsql/src/po/fr.po b/src/pl/plpgsql/src/po/fr.po
index 148c7e01e0a..7ee4009bc6c 100644
--- a/src/pl/plpgsql/src/po/fr.po
+++ b/src/pl/plpgsql/src/po/fr.po
@@ -1,7 +1,7 @@
# translation of plpgsql.po to fr_fr
# french message translation file for plpgsql
#
-# $PostgreSQL: pgsql/src/pl/plpgsql/src/po/fr.po,v 1.4 2009/06/26 19:33:52 petere Exp $
+# $PostgreSQL: pgsql/src/pl/plpgsql/src/po/fr.po,v 1.5 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
# Guillaume Lelarge <guillaume@lelarge.info>, 2009.
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-06-22 07:07+0000\n"
-"PO-Revision-Date: 2009-06-22 09:37+0100\n"
+"POT-Creation-Date: 2009-11-24 21:08+0000\n"
+"PO-Revision-Date: 2009-11-24 23:06+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"MIME-Version: 1.0\n"
@@ -19,90 +19,98 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: pl_comp.c:418
-#: pl_handler.c:177
+#: pl_comp.c:424
+#: pl_handler.c:258
#, c-format
msgid "PL/pgSQL functions cannot accept type %s"
msgstr "les fonctions PL/pgsql ne peuvent pas accepter le type %s"
-#: pl_comp.c:501
+#: pl_comp.c:503
#, c-format
msgid "could not determine actual return type for polymorphic function \"%s\""
msgstr ""
"n'a pas pu dterminer le type de retour actuel pour la fonction\n"
"polymorphique %s "
-#: pl_comp.c:533
+#: pl_comp.c:535
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions triggers peuvent seulement tre appeles par des triggers"
-#: pl_comp.c:537
-#: pl_handler.c:162
+#: pl_comp.c:539
+#: pl_handler.c:243
#, c-format
msgid "PL/pgSQL functions cannot return type %s"
msgstr "les fonctions PL/pgsql ne peuvent pas renvoyer le type %s"
-#: pl_comp.c:578
+#: pl_comp.c:580
msgid "trigger functions cannot have declared arguments"
msgstr "les fonctions triggers ne peuvent pas avoir des arguments dclars"
-#: pl_comp.c:579
+#: pl_comp.c:581
msgid "The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV instead."
msgstr ""
"Les arguments du trigger peuvent tre accds via TG_NARGS et TG_ARGV \n"
"la place."
-#: pl_comp.c:769
+#: pl_comp.c:884
#, c-format
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
msgstr "compilation de la fonction PL/pgsql %s prs de la ligne %d"
-#: pl_comp.c:804
-msgid "expected \"[\""
-msgstr " [ attendu"
+#: pl_comp.c:982
+#, c-format
+msgid "column reference \"%s\" is ambiguous"
+msgstr "la rfrence la colonne %s est ambigu"
+
+#: pl_comp.c:984
+msgid "It could refer to either a PL/pgSQL variable or a table column."
+msgstr ""
+"Cela pourrait faire rfrence une variable PL/pgsql ou la colonne d'une\n"
+"table."
-#: pl_comp.c:942
+#: pl_comp.c:1192
+#: pl_comp.c:1390
#, c-format
msgid "row \"%s\" has no field \"%s\""
msgstr "la ligne %s n'a aucun champ %s "
-#: pl_comp.c:1044
+#: pl_comp.c:1492
#, c-format
msgid "row \"%s.%s\" has no field \"%s\""
msgstr "la ligne %s.%s n'a aucun champ %s "
-#: pl_comp.c:1356
+#: pl_comp.c:1701
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "la relation %s n'existe pas"
-#: pl_comp.c:1401
+#: pl_comp.c:1733
#, c-format
msgid "relation \"%s.%s\" does not exist"
msgstr "la relation %s.%s n'existe pas"
-#: pl_comp.c:1484
+#: pl_comp.c:1815
#, c-format
msgid "variable \"%s\" has pseudo-type %s"
msgstr "la variable %s a le pseudo-type %s"
-#: pl_comp.c:1545
+#: pl_comp.c:1876
#, c-format
msgid "relation \"%s\" is not a table"
msgstr "la relation %s n'est pas une table"
-#: pl_comp.c:1718
+#: pl_comp.c:2030
#, c-format
msgid "type \"%s\" is only a shell"
msgstr "le type %s est seulement un shell"
-#: pl_comp.c:1788
-#: pl_comp.c:1841
+#: pl_comp.c:2100
+#: pl_comp.c:2153
#, c-format
msgid "unrecognized exception condition \"%s\""
msgstr "condition d'exception non reconnue %s "
-#: pl_comp.c:1996
+#: pl_comp.c:2308
#, c-format
msgid "could not determine actual argument type for polymorphic function \"%s\""
msgstr ""
@@ -110,27 +118,26 @@ msgstr ""
"polymorphique %s "
#: pl_exec.c:235
-#: pl_exec.c:505
+#: pl_exec.c:510
msgid "during initialization of execution state"
msgstr "durant l'initialisation de l'tat de la fonction"
#: pl_exec.c:242
-#: pl_exec.c:632
msgid "while storing call arguments into local variables"
msgstr "lors du stockage des arguments dans les variables locales"
#: pl_exec.c:297
-#: pl_exec.c:643
+#: pl_exec.c:665
msgid "during function entry"
msgstr "durant l'entre d'une fonction"
#: pl_exec.c:328
-#: pl_exec.c:674
+#: pl_exec.c:696
msgid "CONTINUE cannot be used outside a loop"
msgstr "CONTINUE ne peut pas tre utilis l'extrieur d'une boucle"
#: pl_exec.c:332
-#: pl_exec.c:678
+#: pl_exec.c:700
msgid "RAISE without parameters cannot be used outside an exception handler"
msgstr ""
"RAISE sans paramtre ne peut pas tre utilis sans un gestionnaire\n"
@@ -145,667 +152,665 @@ msgid "while casting return value to function's return type"
msgstr "lors de la conversion de la valeur de retour au type de retour de la fonction"
#: pl_exec.c:356
-#: pl_exec.c:2357
+#: pl_exec.c:2406
msgid "set-valued function called in context that cannot accept a set"
msgstr ""
"fonction renvoyant un ensemble appele dans un contexte qui ne peut pas\n"
"accepter un ensemble"
-#: pl_exec.c:391
+#: pl_exec.c:394
msgid "returned record type does not match expected record type"
msgstr ""
"le type d'enregistrement renvoy ne correspond pas au type d'enregistrement\n"
"attendu"
-#: pl_exec.c:447
-#: pl_exec.c:686
+#: pl_exec.c:452
+#: pl_exec.c:708
msgid "during function exit"
msgstr "lors de la sortie de la fonction"
-#: pl_exec.c:682
+#: pl_exec.c:704
msgid "control reached end of trigger procedure without RETURN"
msgstr "le contrle a atteint la fin de la procdure trigger sans RETURN"
-#: pl_exec.c:691
+#: pl_exec.c:713
msgid "trigger procedure cannot return a set"
msgstr "la procdure trigger ne peut pas renvoyer un ensemble"
-#: pl_exec.c:709
+#: pl_exec.c:735
msgid "returned row structure does not match the structure of the triggering table"
msgstr ""
"la structure de ligne renvoye ne correspond pas la structure de la table\n"
"du trigger"
-#: pl_exec.c:771
+#: pl_exec.c:798
#, c-format
msgid "PL/pgSQL function \"%s\" line %d %s"
msgstr "fonction PL/pgsql %s , ligne %d, %s"
-#: pl_exec.c:782
+#: pl_exec.c:809
#, c-format
msgid "PL/pgSQL function \"%s\" %s"
msgstr "fonction PL/pgsql %s , %s"
#. translator: last %s is a plpgsql statement type name
-#: pl_exec.c:790
+#: pl_exec.c:817
#, c-format
msgid "PL/pgSQL function \"%s\" line %d at %s"
msgstr "fonction PL/pgsql %s , ligne %d %s"
-#: pl_exec.c:796
+#: pl_exec.c:823
#, c-format
msgid "PL/pgSQL function \"%s\""
msgstr "fonction PL/pgsql %s "
-#: pl_exec.c:905
+#: pl_exec.c:931
msgid "during statement block local variable initialization"
msgstr "lors de l'initialisation de variables locales du bloc d'instructions"
-#: pl_exec.c:947
+#: pl_exec.c:973
#, c-format
msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
msgstr "la variable %s dclare NOT NULL ne peut pas valoir NULL par dfaut"
-#: pl_exec.c:993
+#: pl_exec.c:1022
msgid "during statement block entry"
msgstr "lors de l'entre dans le bloc d'instructions"
-#: pl_exec.c:1014
+#: pl_exec.c:1043
msgid "during statement block exit"
msgstr "lors de la sortie du bloc d'instructions"
-#: pl_exec.c:1057
+#: pl_exec.c:1086
msgid "during exception cleanup"
msgstr "lors du nettoyage de l'exception"
-#: pl_exec.c:1523
+#: pl_exec.c:1552
msgid "case not found"
msgstr "case introuvable"
-#: pl_exec.c:1524
+#: pl_exec.c:1553
msgid "CASE statement is missing ELSE part."
msgstr "l'instruction CASE n'a pas la partie ELSE."
-#: pl_exec.c:1680
+#: pl_exec.c:1709
msgid "lower bound of FOR loop cannot be null"
msgstr "la limite infrieure de la boucle FOR ne peut pas tre NULL"
-#: pl_exec.c:1695
+#: pl_exec.c:1724
msgid "upper bound of FOR loop cannot be null"
msgstr "la limite suprieure de la boucle FOR ne peut pas tre NULL"
-#: pl_exec.c:1712
+#: pl_exec.c:1741
msgid "BY value of FOR loop cannot be null"
msgstr "la valeur BY d'une boucle FOR ne peut pas tre NULL"
-#: pl_exec.c:1718
+#: pl_exec.c:1747
msgid "BY value of FOR loop must be greater than zero"
msgstr "la valeur BY d'une boucle FOR doit tre plus grande que zro"
-#: pl_exec.c:1890
-#: pl_exec.c:3129
+#: pl_exec.c:1918
+#: pl_exec.c:3168
#, c-format
msgid "cursor \"%s\" already in use"
msgstr "curseur %s dj en cours d'utilisation"
-#: pl_exec.c:1913
-#: pl_exec.c:3223
+#: pl_exec.c:1941
+#: pl_exec.c:3262
msgid "arguments given for cursor without arguments"
msgstr "arguments donns pour le curseur sans arguments"
-#: pl_exec.c:1932
-#: pl_exec.c:3242
+#: pl_exec.c:1960
+#: pl_exec.c:3281
msgid "arguments required for cursor"
msgstr "arguments requis pour le curseur"
-#: pl_exec.c:2150
-#: gram.y:2419
+#: pl_exec.c:2182
+#: gram.y:2670
msgid "cannot use RETURN NEXT in a non-SETOF function"
msgstr "ne peut pas utiliser RETURN NEXT dans une fonction non SETOF"
-#: pl_exec.c:2174
-#: pl_exec.c:2234
+#: pl_exec.c:2206
+#: pl_exec.c:2274
msgid "wrong result type supplied in RETURN NEXT"
msgstr "mauvais type de rsultat fourni dans RETURN NEXT"
-#: pl_exec.c:2197
-#: pl_exec.c:3608
-#: pl_exec.c:3900
-#: pl_exec.c:3939
+#: pl_exec.c:2230
+#: pl_exec.c:3649
+#: pl_exec.c:3928
+#: pl_exec.c:3962
+#: pl_exec.c:4024
+#: pl_exec.c:4043
+#: pl_exec.c:4080
#, c-format
msgid "record \"%s\" is not assigned yet"
msgstr "l'enregistrement %s n'est pas encore affecte"
-#: pl_exec.c:2199
-#: pl_exec.c:3610
-#: pl_exec.c:3902
-#: pl_exec.c:3941
+#: pl_exec.c:2232
+#: pl_exec.c:3651
+#: pl_exec.c:3930
+#: pl_exec.c:3964
+#: pl_exec.c:4026
+#: pl_exec.c:4045
+#: pl_exec.c:4082
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
msgstr "La structure de ligne d'un enregistrement pas encore affect est indtermine."
-#: pl_exec.c:2202
-#: pl_exec.c:2215
+#: pl_exec.c:2236
+#: pl_exec.c:2255
msgid "wrong record type supplied in RETURN NEXT"
msgstr "mauvais type d'enregistrement fourni RETURN NEXT"
-#: pl_exec.c:2259
+#: pl_exec.c:2299
msgid "RETURN NEXT must have a parameter"
msgstr "RETURN NEXT doit avoir un paramtre"
-#: pl_exec.c:2291
-#: gram.y:2466
+#: pl_exec.c:2332
+#: gram.y:2729
msgid "cannot use RETURN QUERY in a non-SETOF function"
msgstr "ne peut pas utiliser RETURN QUERY dans une fonction non SETOF"
-#: pl_exec.c:2310
+#: pl_exec.c:2352
msgid "structure of query does not match function result type"
msgstr "la structure de la requte ne correspond pas au type de rsultat de la fonction"
-#: pl_exec.c:2427
+#: pl_exec.c:2476
msgid "too few parameters specified for RAISE"
msgstr "trop peu de paramtres pour RAISE"
-#: pl_exec.c:2453
+#: pl_exec.c:2502
msgid "too many parameters specified for RAISE"
msgstr "trop de paramtres pour RAISE"
-#: pl_exec.c:2473
+#: pl_exec.c:2522
msgid "RAISE statement option cannot be null"
msgstr "l'option de l'instruction RAISE ne peut pas tre NULL"
-#: pl_exec.c:2483
-#: pl_exec.c:2492
-#: pl_exec.c:2500
-#: pl_exec.c:2508
+#: pl_exec.c:2532
+#: pl_exec.c:2541
+#: pl_exec.c:2549
+#: pl_exec.c:2557
#, c-format
msgid "RAISE option already specified: %s"
msgstr "option RAISE dj spcifie : %s"
-#: pl_exec.c:2543
-#: pl_exec.c:2544
-#: pl_exec.c:5135
-#: pl_exec.c:5140
-#: pl_exec.c:5149
+#: pl_exec.c:2592
+#: pl_exec.c:2593
#, c-format
msgid "%s"
msgstr "%s"
-#: pl_exec.c:2686
-#: pl_exec.c:2993
+#: pl_exec.c:2730
+#: pl_exec.c:3033
msgid "cannot COPY to/from client in PL/pgSQL"
msgstr "ne peut pas utiliser COPY TO/FROM dans PL/pgsql"
-#: pl_exec.c:2690
-#: pl_exec.c:2997
+#: pl_exec.c:2734
+#: pl_exec.c:3037
msgid "cannot begin/end transactions in PL/pgSQL"
msgstr "ne peut pas utiliser les instructions BEGIN/END de transactions dans PL/pgsql"
-#: pl_exec.c:2691
-#: pl_exec.c:2998
+#: pl_exec.c:2735
+#: pl_exec.c:3038
msgid "Use a BEGIN block with an EXCEPTION clause instead."
msgstr "Utiliser un bloc BEGIN dans une clause EXCEPTION la place."
-#: pl_exec.c:2843
-#: pl_exec.c:3022
+#: pl_exec.c:2883
+#: pl_exec.c:3062
msgid "INTO used with a command that cannot return data"
msgstr "INTO utilis dans une commande qui ne peut pas envoyer de donnes"
-#: pl_exec.c:2863
-#: pl_exec.c:3042
+#: pl_exec.c:2903
+#: pl_exec.c:3082
msgid "query returned no rows"
msgstr "la requte n'a renvoy aucune ligne"
-#: pl_exec.c:2872
-#: pl_exec.c:3051
+#: pl_exec.c:2912
+#: pl_exec.c:3091
msgid "query returned more than one row"
msgstr "la requte a renvoy plus d'une ligne"
-#: pl_exec.c:2886
+#: pl_exec.c:2926
msgid "query has no destination for result data"
msgstr "la requte n'a pas de destination pour les donnes rsultantes"
-#: pl_exec.c:2887
+#: pl_exec.c:2927
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
msgstr "Si vous voulez annuler les rsultats d'un SELECT, utilisez PERFORM la place."
-#: pl_exec.c:2920
-#: pl_exec.c:3170
-#: pl_exec.c:5427
+#: pl_exec.c:2960
+#: pl_exec.c:3209
+#: pl_exec.c:5540
msgid "query string argument of EXECUTE is null"
msgstr "l'argument de la requte de EXECUTE est NULL"
-#: pl_exec.c:2985
+#: pl_exec.c:3025
msgid "EXECUTE of SELECT ... INTO is not implemented"
msgstr "EXECUTE de SELECT ... INTO n'est pas implant"
-#: pl_exec.c:3304
-#: pl_exec.c:3395
+#: pl_exec.c:3345
+#: pl_exec.c:3436
#, c-format
msgid "cursor variable \"%s\" is null"
msgstr "la variable du curseur %s est NULL"
-#: pl_exec.c:3311
-#: pl_exec.c:3402
+#: pl_exec.c:3352
+#: pl_exec.c:3443
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "le curseur %s n'existe pas"
-#: pl_exec.c:3325
+#: pl_exec.c:3366
msgid "relative or absolute cursor position is null"
msgstr "la position relative ou absolue du curseur est NULL"
-#: pl_exec.c:3462
+#: pl_exec.c:3503
#, c-format
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
msgstr ""
"une valeur NULL ne peut pas tre affecte la variable %s dclare\n"
"non NULL"
-#: pl_exec.c:3507
+#: pl_exec.c:3548
msgid "cannot assign non-composite value to a row variable"
msgstr "ne peut pas affecter une valeur non composite une variable de type ROW"
-#: pl_exec.c:3549
+#: pl_exec.c:3590
msgid "cannot assign non-composite value to a record variable"
msgstr "ne peut pas affecter une valeur non composite une variable RECORD"
-#: pl_exec.c:3621
-#: pl_exec.c:3946
+#: pl_exec.c:3662
+#: pl_exec.c:3969
+#: pl_exec.c:4050
+#: pl_exec.c:4087
#, c-format
msgid "record \"%s\" has no field \"%s\""
msgstr "l'enregistrement %s n'a pas de champs %s "
-#: pl_exec.c:3719
+#: pl_exec.c:3760
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "le nombre de dimensions du tableau (%d) dpasse la maximum autoris (%d)"
-#: pl_exec.c:3733
+#: pl_exec.c:3774
msgid "subscripted object is not an array"
msgstr "l'objet souscrit n'est pas un tableau"
-#: pl_exec.c:3756
+#: pl_exec.c:3797
msgid "array subscript in assignment must not be null"
msgstr "un indice de tableau dans une affectation ne peut pas tre NULL"
-#: pl_exec.c:3862
-#: pl_exec.c:3887
-#: pl_exec.c:3924
-#, c-format
-msgid "type of \"%s\" does not match that when preparing the plan"
-msgstr "le type de %s ne correspond pas ce qui est prpar dans le plan"
-
-#: pl_exec.c:3953
-#, c-format
-msgid "type of \"%s.%s\" does not match that when preparing the plan"
-msgstr "le type de %s.%s ne correspond pas ce qui est prpar dans le plan"
-
-#: pl_exec.c:3978
-#, c-format
-msgid "type of tg_argv[%d] does not match that when preparing the plan"
-msgstr "le type de tg_argv[%d] ne correspond pas ce qui est prpar dans le plan"
-
-#: pl_exec.c:4071
+#: pl_exec.c:4178
#, c-format
msgid "query \"%s\" did not return data"
msgstr "la requte %s ne renvoie pas de donnes"
-#: pl_exec.c:4088
+#: pl_exec.c:4195
#, c-format
msgid "query \"%s\" returned more than one row"
msgstr "la requte %s a renvoy plus d'une ligne"
-#: pl_exec.c:4093
+#: pl_exec.c:4200
#, c-format
msgid "query \"%s\" returned %d column"
msgid_plural "query \"%s\" returned %d columns"
msgstr[0] "la requte %s a renvoy %d colonne"
msgstr[1] "la requte %s a renvoy %d colonnes"
-#: pl_exec.c:4154
+#: pl_exec.c:4262
#, c-format
msgid "query \"%s\" is not a SELECT"
msgstr "la requte %s n'est pas un SELECT"
-#: pl_exec.c:5130
-msgid "N/A (dropped column)"
-msgstr "N/A (colonne supprime)"
-
-#: pl_exec.c:5141
-#, c-format
-msgid "Number of returned columns (%d) does not match expected column count (%d)."
-msgstr ""
-"Le nombre de colonnes renvoyes (%d) ne correspond pas au nombre de colonnes\n"
-"attendues (%d)."
-
-#: pl_exec.c:5150
-#, c-format
-msgid "Returned type %s does not match expected type %s in column \"%s\"."
-msgstr "Le type %s renvoy ne correspond pas au type %s attendu dans la colonne %s ."
-
-#: gram.y:355
+#: gram.y:435
msgid "row or record variable cannot be CONSTANT"
msgstr "la variable ROW ou RECORD ne peut pas tre CONSTANT"
-#: gram.y:364
+#: gram.y:445
msgid "row or record variable cannot be NOT NULL"
msgstr "la variable ROW ou RECORD ne peut pas tre NOT NULL"
-#: gram.y:373
+#: gram.y:456
msgid "default value for row or record variable is not supported"
msgstr "la valeur par dfaut de variable ROW ou RECORD n'est pas supporte"
-#: gram.y:522
-msgid "only positional parameters can be aliased"
-msgstr "seuls les paramtres de position peuvent avoir un alias"
-
-#: gram.y:532
+#: gram.y:600
+#: gram.y:626
#, c-format
-msgid "function has no parameter \"%s\""
-msgstr "la fonction n'a pas de paramtre %s "
+msgid "variable \"%s\" does not exist"
+msgstr "la variable %s n'existe pas"
-#: gram.y:560
-#: gram.y:564
-#: gram.y:568
+#: gram.y:644
+#: gram.y:657
msgid "duplicate declaration"
msgstr "dclaration duplique"
-#: gram.y:761
-#: gram.y:765
-#: gram.y:769
-msgid "expected an integer variable"
-msgstr "attend une variable entire"
+#: gram.y:835
+msgid "unrecognized GET DIAGNOSTICS item"
+msgstr "lment GET DIAGNOSTICS non reconnu"
-#: gram.y:1024
-#: gram.y:1213
+#: gram.y:846
+#: gram.y:2895
+#, c-format
+msgid "\"%s\" is not a scalar variable"
+msgstr " %s n'est pas une variable scalaire"
+
+#: gram.y:1108
+#: gram.y:1300
msgid "loop variable of loop over rows must be a record or row variable or list of scalar variables"
msgstr ""
"la variable d'une boucle sur des lignes doit tre une variable de type\n"
"RECORD ou ROW, ou encore une liste de variables scalaires"
-#: gram.y:1061
+#: gram.y:1142
msgid "cursor FOR loop must have only one target variable"
msgstr "le curseur de la boucle FOR doit avoir seulement une variable cible"
-#: gram.y:1073
+#: gram.y:1149
msgid "cursor FOR loop must use a bound cursor variable"
msgstr "le curseur de la boucle FOR doit utiliser une variable curseur limit"
-#: gram.y:1149
+#: gram.y:1232
msgid "integer FOR loop must have only one target variable"
msgstr "la boucle FOR de type entier doit avoir une seule variable cible"
-#: gram.y:1182
+#: gram.y:1267
msgid "cannot specify REVERSE in query FOR loop"
msgstr "ne peut pas spcifier REVERSE dans la requte de la boucle FOR"
-#: gram.y:1273
-#: gram.y:2631
+#: gram.y:1378
+#: gram.y:2059
+#: gram.y:2065
#, c-format
-msgid "\"%s\" is not a scalar variable"
-msgstr " %s n'est pas une variable scalaire"
+msgid "\"%s\" is not a known variable"
+msgstr " %s n'est pas une variable connue"
-#: gram.y:1326
-#: gram.y:1366
-#: gram.y:1410
-#: gram.y:2187
-#: gram.y:2278
-#: gram.y:2938
+#: gram.y:1421
+#: gram.y:1458
+#: gram.y:1506
+#: gram.y:2366
+#: gram.y:2447
+#: gram.y:2558
+#: gram.y:3169
msgid "unexpected end of function definition"
msgstr "dfinition inattendue de la fin de fonction"
-#: gram.y:1430
-#: gram.y:1452
-#: gram.y:1466
-#: gram.y:1474
-#: gram.y:1535
-#: gram.y:1622
-#: gram.y:1787
+#: gram.y:1526
+#: gram.y:1550
+#: gram.y:1562
+#: gram.y:1569
+#: gram.y:1630
+#: gram.y:1717
+#: gram.y:1894
+#: gram.y:1973
+#: gram.y:2069
+#: gram.y:2647
+#: gram.y:2711
+#: gram.y:3129
+#: gram.y:3150
msgid "syntax error"
msgstr "erreur de syntaxe"
-#: gram.y:1456
-#: gram.y:1458
-#: gram.y:1791
-#: gram.y:1793
+#: gram.y:1554
+#: gram.y:1556
+#: gram.y:1898
+#: gram.y:1900
msgid "invalid SQLSTATE code"
msgstr "code SQLSTATE invalide"
-#: gram.y:1586
-#: gram.y:2580
-#: gram.y:2867
-#, c-format
-msgid "syntax error at \"%s\""
-msgstr "erreur de syntaxe %s "
+#: gram.y:1684
+msgid "syntax error, expected \"FOR\""
+msgstr "erreur de syntaxe, FOR attendu"
-#: gram.y:1588
-msgid "Expected \"FOR\", to open a cursor for an unbound cursor variable."
-msgstr "Attendait FOR pour ouvrir un curseur pour une variable sans limite."
+#: gram.y:1726
+msgid "FETCH statement cannot return multiple rows"
+msgstr "l'instruction FETCH ne peut pas renvoyer plusieurs lignes"
-#: gram.y:1675
+#: gram.y:1782
msgid "cursor variable must be a simple variable"
msgstr "la variable de curseur doit tre une variable simple"
-#: gram.y:1682
+#: gram.y:1788
#, c-format
msgid "variable \"%s\" must be of type cursor or refcursor"
msgstr "la variable %s doit tre de type cursor ou refcursor"
-#: gram.y:1689
-#: gram.y:1693
-#: gram.y:1697
-msgid "expected a cursor or refcursor variable"
-msgstr "attendait une variable de type cursor ou refcursor"
-
-#: gram.y:1922
-#: gram.y:3035
-msgid "too many variables specified in SQL statement"
-msgstr "trop de variables spcifies dans l'instruction SQL"
+#: gram.y:1952
+msgid "label does not exist"
+msgstr "le label n'existe pas"
-#: gram.y:2007
-#: gram.y:2017
-#: gram.y:2110
+#: gram.y:2153
+#: gram.y:2163
+#: gram.y:2291
msgid "mismatched parentheses"
msgstr "parenthses non correspondantes"
-#: gram.y:2022
+#: gram.y:2167
#, c-format
msgid "missing \"%s\" at end of SQL expression"
msgstr " %s manquant la fin de l'expression SQL"
-#: gram.y:2027
+#: gram.y:2173
#, c-format
msgid "missing \"%s\" at end of SQL statement"
msgstr " %s manquant la fin de l'instruction SQL"
-#: gram.y:2112
+#: gram.y:2190
+msgid "missing expression"
+msgstr "expression manquante"
+
+#: gram.y:2192
+msgid "missing SQL statement"
+msgstr "instruction SQL manquante"
+
+#: gram.y:2293
msgid "incomplete data type declaration"
msgstr "dclaration incomplte d'un type de donnes"
-#: gram.y:2137
+#: gram.y:2315
msgid "missing data type declaration"
msgstr "dclaration manquante d'un type de donnes"
-#: gram.y:2192
+#: gram.y:2371
msgid "INTO specified more than once"
msgstr "INTO spcifi plus d'une fois"
-#: gram.y:2341
+#: gram.y:2539
msgid "expected FROM or IN"
msgstr "attendait FROM ou IN"
-#: gram.y:2362
-msgid "RETURN cannot have a parameter in function returning set; use RETURN NEXT or RETURN QUERY"
-msgstr ""
-"RETURN ne peut pas avoir un paramtre dans une fonction renvoyant des\n"
-"lignes ; utilisez RETURN NEXT ou RETURN QUERY"
+#: gram.y:2599
+msgid "RETURN cannot have a parameter in function returning set"
+msgstr "RETURN ne peut pas avoir un paramtre dans une fonction renvoyant un ensemble"
-#: gram.y:2368
+#: gram.y:2600
+msgid "Use RETURN NEXT or RETURN QUERY."
+msgstr "Utilisez RETURN NEXT ou RETURN QUERY."
+
+#: gram.y:2608
msgid "RETURN cannot have a parameter in function with OUT parameters"
msgstr "RETURN ne peut pas avoir un paramtre dans une fonction avec des paramtres OUT"
-#: gram.y:2374
+#: gram.y:2617
msgid "RETURN cannot have a parameter in function returning void"
msgstr "RETURN ne peut pas avoir un paramtre dans une fonction renvoyant void"
-#: gram.y:2393
-#: gram.y:2397
+#: gram.y:2635
+#: gram.y:2642
msgid "RETURN must specify a record or row variable in function returning row"
msgstr ""
"RETURN ne peut pas indiquer une variable RECORD ou ROW dans une fonction\n"
"renvoyant une ligne"
-#: gram.y:2430
+#: gram.y:2684
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
msgstr ""
"RETURN NEXT ne peut pas avoir un paramtre dans une fonction avec des\n"
"paramtres OUT"
-#: gram.y:2446
-#: gram.y:2450
+#: gram.y:2699
+#: gram.y:2706
msgid "RETURN NEXT must specify a record or row variable in function returning row"
msgstr ""
"RETURN NEXT doit indiquer une variable RECORD ou ROW dans une fonction\n"
"renvoyant une ligne"
-#: gram.y:2513
+#: gram.y:2785
#, c-format
msgid "\"%s\" is declared CONSTANT"
msgstr " %s est dclar CONSTANT"
-#: gram.y:2530
-msgid "cannot assign to tg_argv"
-msgstr "ne peut pas affecter tg_argv"
-
-#: gram.y:2581
-msgid "Expected record variable, row variable, or list of scalar variables following INTO."
-msgstr ""
-"Attendait une variable RECORD, ROW ou une liste de variables scalaires\n"
-"suivant INTO."
-
-#: gram.y:2615
+#: gram.y:2883
msgid "too many INTO variables specified"
msgstr "trop de variables INTO indiques"
-#: gram.y:2749
-#, c-format
-msgid "SQL statement in PL/PgSQL function \"%s\" near line %d"
-msgstr "instruction SQL dans la fonction PL/pgsql %s prs de la ligne %d"
-
-#: gram.y:2792
-#, c-format
-msgid "string literal in PL/PgSQL function \"%s\" near line %d"
-msgstr "chane littrale dans la fonction PL/pgsql %s prs de la ligne %d"
-
-#: gram.y:2805
-msgid "label does not exist"
-msgstr "le label n'existe pas"
-
-#: gram.y:2819
+#: gram.y:3090
#, c-format
msgid "end label \"%s\" specified for unlabelled block"
msgstr "label de fin %s spcifi pour un bloc sans label"
-#: gram.y:2828
+#: gram.y:3097
#, c-format
msgid "end label \"%s\" differs from block's label \"%s\""
msgstr "label de fin %s diffrent du label %s du bloc"
-#: gram.y:2858
+#: gram.y:3124
#, c-format
msgid "cursor \"%s\" has no arguments"
msgstr "le curseur %s n'a pas d'arguments"
-#: gram.y:2880
+#: gram.y:3138
#, c-format
msgid "cursor \"%s\" has arguments"
msgstr "le curseur %s a des arguments"
-#: gram.y:2918
-msgid "expected \")\""
-msgstr " ) attendu"
-
-#: gram.y:2955
-#, c-format
-msgid "unrecognized RAISE statement option \"%s\""
-msgstr "option %s de l'instruction RAISE inconnue"
+#: gram.y:3186
+msgid "unrecognized RAISE statement option"
+msgstr "option de l'instruction RAISE inconnue"
-#: gram.y:2960
+#: gram.y:3190
msgid "syntax error, expected \"=\""
msgstr "erreur de syntaxe, = attendu"
-#: pl_funcs.c:359
-#, c-format
-msgid "variable \"%s\" does not exist in the current block"
-msgstr "la variable %s n'existe pas dans le bloc actuel"
-
-#: pl_funcs.c:415
-#, c-format
-msgid "unterminated \" in identifier: %s"
-msgstr "\" non termin dans l'identifiant : %s"
-
-#: pl_funcs.c:439
-#, c-format
-msgid "qualified identifier cannot be used here: %s"
-msgstr "l'identifiant qualifi ne peut pas tre utilis ici : %s"
-
-#: pl_funcs.c:471
+#: pl_funcs.c:216
msgid "statement block"
msgstr "bloc d'instructions"
-#: pl_funcs.c:473
+#: pl_funcs.c:218
msgid "assignment"
msgstr "affectation"
-#: pl_funcs.c:483
+#: pl_funcs.c:228
msgid "FOR with integer loop variable"
msgstr "variable entire de boucle FOR"
-#: pl_funcs.c:485
+#: pl_funcs.c:230
msgid "FOR over SELECT rows"
msgstr "FOR sur des lignes de SELECT"
-#: pl_funcs.c:487
+#: pl_funcs.c:232
msgid "FOR over cursor"
msgstr "FOR sur un curseur"
-#: pl_funcs.c:499
+#: pl_funcs.c:244
msgid "SQL statement"
msgstr "instruction SQL"
-#: pl_funcs.c:501
+#: pl_funcs.c:246
msgid "EXECUTE statement"
msgstr "instruction EXECUTE"
-#: pl_funcs.c:503
+#: pl_funcs.c:248
msgid "FOR over EXECUTE statement"
msgstr "FOR sur une instruction EXECUTE"
-#: scan.l:263
-msgid "unterminated quoted identifier"
-msgstr "identifiant entre guillemets non termin"
-
-#: scan.l:306
-msgid "unterminated /* comment"
-msgstr "commentaire /* non termin"
-
-#: scan.l:342
-msgid "unterminated quoted string"
-msgstr "chane entre guillemets non termine"
-
-#: scan.l:382
-msgid "unterminated dollar-quoted string"
-msgstr "chane entre dollars non termine"
+#: pl_handler.c:60
+msgid "Sets handling of conflicts between PL/pgSQL variable names and table column names."
+msgstr "Configure la gestion des conflits entre les noms de variables PL/pgsql et les noms des colonnes des tables."
#. translator: %s is typically the translation of "syntax error"
-#: scan.l:445
+#: pl_scanner.c:464
#, c-format
msgid "%s at end of input"
msgstr "%s la fin de l'entre"
#. translator: first %s is typically the translation of "syntax error"
-#: scan.l:454
+#: pl_scanner.c:480
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s sur ou prs de %s "
+#~ msgid "expected \"[\""
+#~ msgstr " [ attendu"
+#~ msgid "type of \"%s\" does not match that when preparing the plan"
+#~ msgstr ""
+#~ "le type de %s ne correspond pas ce qui est prpar dans le plan"
+#~ msgid "type of \"%s.%s\" does not match that when preparing the plan"
+#~ msgstr ""
+#~ "le type de %s.%s ne correspond pas ce qui est prpar dans le plan"
+#~ msgid "type of tg_argv[%d] does not match that when preparing the plan"
+#~ msgstr ""
+#~ "le type de tg_argv[%d] ne correspond pas ce qui est prpar dans le plan"
+#~ msgid "N/A (dropped column)"
+#~ msgstr "N/A (colonne supprime)"
+#~ msgid ""
+#~ "Number of returned columns (%d) does not match expected column count (%d)."
+#~ msgstr ""
+#~ "Le nombre de colonnes renvoyes (%d) ne correspond pas au nombre de "
+#~ "colonnes\n"
+#~ "attendues (%d)."
+#~ msgid "Returned type %s does not match expected type %s in column \"%s\"."
+#~ msgstr ""
+#~ "Le type %s renvoy ne correspond pas au type %s attendu dans la colonne %"
+#~ "s ."
+#~ msgid "only positional parameters can be aliased"
+#~ msgstr "seuls les paramtres de position peuvent avoir un alias"
+#~ msgid "function has no parameter \"%s\""
+#~ msgstr "la fonction n'a pas de paramtre %s "
+#~ msgid "expected an integer variable"
+#~ msgstr "attend une variable entire"
+#~ msgid "syntax error at \"%s\""
+#~ msgstr "erreur de syntaxe %s "
+#~ msgid "Expected \"FOR\", to open a cursor for an unbound cursor variable."
+#~ msgstr ""
+#~ "Attendait FOR pour ouvrir un curseur pour une variable sans limite."
+#~ msgid "expected a cursor or refcursor variable"
+#~ msgstr "attendait une variable de type cursor ou refcursor"
+#~ msgid "too many variables specified in SQL statement"
+#~ msgstr "trop de variables spcifies dans l'instruction SQL"
+#~ msgid ""
+#~ "RETURN cannot have a parameter in function returning set; use RETURN NEXT "
+#~ "or RETURN QUERY"
+#~ msgstr ""
+#~ "RETURN ne peut pas avoir un paramtre dans une fonction renvoyant des\n"
+#~ "lignes ; utilisez RETURN NEXT ou RETURN QUERY"
+#~ msgid "cannot assign to tg_argv"
+#~ msgstr "ne peut pas affecter tg_argv"
+#~ msgid ""
+#~ "Expected record variable, row variable, or list of scalar variables "
+#~ "following INTO."
+#~ msgstr ""
+#~ "Attendait une variable RECORD, ROW ou une liste de variables scalaires\n"
+#~ "suivant INTO."
+#~ msgid "SQL statement in PL/PgSQL function \"%s\" near line %d"
+#~ msgstr "instruction SQL dans la fonction PL/pgsql %s prs de la ligne %d"
+#~ msgid "string literal in PL/PgSQL function \"%s\" near line %d"
+#~ msgstr ""
+#~ "chane littrale dans la fonction PL/pgsql %s prs de la ligne %d"
+#~ msgid "expected \")\""
+#~ msgstr " ) attendu"
+#~ msgid "variable \"%s\" does not exist in the current block"
+#~ msgstr "la variable %s n'existe pas dans le bloc actuel"
+#~ msgid "unterminated \" in identifier: %s"
+#~ msgstr "\" non termin dans l'identifiant : %s"
+#~ msgid "qualified identifier cannot be used here: %s"
+#~ msgstr "l'identifiant qualifi ne peut pas tre utilis ici : %s"
+#~ msgid "unterminated quoted identifier"
+#~ msgstr "identifiant entre guillemets non termin"
+#~ msgid "unterminated /* comment"
+#~ msgstr "commentaire /* non termin"
+#~ msgid "unterminated quoted string"
+#~ msgstr "chane entre guillemets non termine"
+#~ msgid "unterminated dollar-quoted string"
+#~ msgstr "chane entre dollars non termine"
+
diff --git a/src/pl/plpython/po/es.po b/src/pl/plpython/po/es.po
index a54bedb2fac..b447c41ab1b 100644
--- a/src/pl/plpython/po/es.po
+++ b/src/pl/plpython/po/es.po
@@ -8,164 +8,160 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-11 19:22+0000\n"
-"PO-Revision-Date: 2009-04-11 16:28-0400\n"
+"POT-Creation-Date: 2009-11-03 17:08+0000\n"
+"PO-Revision-Date: 2009-11-03 16:57-0300\n"
"Last-Translator: Emanuel Calvo Franco <postgres.arg@gmail.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: plpython.c:420 plpython.c:445
+#: plpython.c:363
+#, c-format
+msgid "PL/Python function \"%s\""
+msgstr "función PL/Python «%s»"
+
+#: plpython.c:370
+msgid "while modifying trigger row"
+msgstr "mientras se modificaba la fila de disparador"
+
+#: plpython.c:377
+msgid "while creating return value"
+msgstr "mientras se creaba el valor de retorno"
+
+#: plpython.c:489 plpython.c:515
msgid "unexpected return value from trigger procedure"
msgstr "valor de retorno no esperado desde el procedimiento disparador"
-#: plpython.c:421
+#: plpython.c:490
msgid "Expected None or a string."
msgstr "Se esperaba None o una cadena."
-#: plpython.c:435
+#: plpython.c:505
msgid ""
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgstr ""
"función de disparador de PL/Python retorno «MODIFY» en un disparador de tipo "
"DELETE -- ignorado"
-#: plpython.c:446
+#: plpython.c:516
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
msgstr "Se esperaba None, «OK», «SKIP» o «MODIFY»."
-#: plpython.c:493
+#: plpython.c:568
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] borrado, no se puede modicar el registro"
-#: plpython.c:496
+#: plpython.c:571
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] no es un diccionario"
-#: plpython.c:515
+#: plpython.c:595
#, c-format
-msgid "name of TD[\"new\"] attribute at ordinal position %d is not a string"
+msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr ""
"el nombre del atributo de TD[\"new\"] en la posición %d no es una cadena"
-#: plpython.c:519
+#: plpython.c:601
#, c-format
msgid ""
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
"row"
msgstr ""
-"la llave «%s» en TD[\"new\"] no existe como columna en la "
-"fila disparadora"
-
-#: plpython.c:540
-#, c-format
-msgid ""
-"could not compute string representation of Python object in PL/Python "
-"function \"%s\" while modifying trigger row"
-msgstr ""
-"no se pudo calcular la representación de la cadena del objeto Python en "
-"la función de PL/Python «%s» mientras se modificaba la fila del disparador"
+"la llave «%s» en TD[\"new\"] no existe como columna en la fila disparadora"
-#: plpython.c:622
+#: plpython.c:694
msgid "could not create new dictionary while building trigger arguments"
msgstr ""
"no se pudo crear un nuevo diccionario mientras se construían los argumentos "
"de disparador"
-#: plpython.c:830
+#: plpython.c:901
msgid "unsupported set function return mode"
msgstr "modo de retorno de conjunto de función no soportado"
-#: plpython.c:831
+#: plpython.c:902
msgid ""
"PL/Python set-returning functions only support returning only value per call."
msgstr ""
-"Las funciones PL/Python que retornan conjuntos sólo permiten retornar un valor por invocación."
+"Las funciones PL/Python que retornan conjuntos sólo permiten retornar un "
+"valor por invocación."
-#: plpython.c:843
+#: plpython.c:914
msgid "returned object cannot be iterated"
msgstr "objeto retornado no puede ser iterado"
-#: plpython.c:844
+#: plpython.c:915
msgid "PL/Python set-returning functions must return an iterable object."
msgstr ""
-"Los funciones PL/Python que retornan conjuntos deben retornar un objeto iterable."
+"Los funciones PL/Python que retornan conjuntos deben retornar un objeto "
+"iterable."
-#: plpython.c:872
+#: plpython.c:942
msgid "error fetching next item from iterator"
msgstr "error extrayendo el próximo elemento del iterador"
-#: plpython.c:890
+#: plpython.c:964
msgid "PL/Python function with return type \"void\" did not return None"
msgstr "función PL/Python con tipo de retorno «void» no retorna None"
-#: plpython.c:937
-#, c-format
-msgid ""
-"could not create string representation of Python object in PL/Python "
-"function \"%s\" while creating return value"
-msgstr ""
-"no se pudo crear la representación de cadena del objeto Python en la "
-"función PL/Python «%s» mientras creaba el valor de retorno"
-
-#: plpython.c:986
+#: plpython.c:1055
#, c-format
msgid "PL/Python function \"%s\" failed"
msgstr "la función PL/Python «%s» ha fallado"
-#: plpython.c:1056
-#, c-format
-msgid ""
-"PyList_SetItem() failed for PL/Python function \"%s\" while setting up "
-"arguments"
+#: plpython.c:1121
+msgid "PyList_SetItem() failed, while setting up arguments"
msgstr ""
-"PyDict_SetItem() falló para la función PL/Python «%s» mientras se "
-"inicializaban los argumentos"
+"PyList_SetItem() falló, mientras se inicializaban los argumentos"
-#: plpython.c:1060
-#, c-format
-msgid ""
-"PyDict_SetItemString() failed for PL/Python function \"%s\" while setting up "
-"arguments"
+#: plpython.c:1125
+msgid "PyDict_SetItemString() failed, while setting up arguments"
msgstr ""
-"PyDict_SetItemString() falló para la función PL/Python «%s» mientras se "
-"inicializaban los argumentos"
+"PyDict_SetItemString() falló, mientras se inicializaban los argumentos"
-#: plpython.c:1238
+#: plpython.c:1303
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
-#: plpython.c:1242
+#: plpython.c:1307
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "las funciones PL/Python no pueden retornar el tipo %s"
-#: plpython.c:1321
+#: plpython.c:1386
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "la funciones PL/Python no pueden aceptar el tipo %s"
-#: plpython.c:1415
+#: plpython.c:1480
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "no se pudo compilar la función PL/Python «%s»"
-#: plpython.c:1727
+#: plpython.c:1846
msgid "could not create new dictionary"
msgstr "no se pudo crear un nuevo diccionario"
-#: plpython.c:1814 plpython.c:1903 plpython.c:1974
-msgid "could not compute string representation of Python object"
-msgstr "no se pudo calcular la representación de cadema del objeto de Python"
+#: plpython.c:1922 plpython.c:1969
+msgid "could not create string representation of Python object"
+msgstr "no se pudo crear la representación de cadema del objeto de Python"
+
+#: plpython.c:1980
+msgid ""
+"could not convert Python object into cstring: Python string representation "
+"appears to contain null bytes"
+msgstr ""
+"no se pudo convertir el objeto Python a un cstring: la representación de cadena Python "
+"parece tener bytes nulos (\\0)"
-#: plpython.c:1828
+#: plpython.c:2041
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "la llave «%s» no fue encontrada en el mapa"
-#: plpython.c:1829
+#: plpython.c:2042
msgid ""
"To return null in a column, add the value None to the mapping with the key "
"named after the column."
@@ -173,18 +169,18 @@ msgstr ""
"Para retornar null en una columna, agregue el valor None al mapa, con llave "
"llamada igual que la columna."
-#: plpython.c:1873
+#: plpython.c:2085
msgid "length of returned sequence did not match number of columns in row"
msgstr ""
-"el tamaño de la secuencia retornada no concuerda con el número de columnas de "
-"la fila"
+"el tamaño de la secuencia retornada no concuerda con el número de columnas "
+"de la fila"
-#: plpython.c:1987
+#: plpython.c:2178
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "el atributo «%s» no existe en el objeto Python"
-#: plpython.c:1988
+#: plpython.c:2179
msgid ""
"To return null in a column, let the returned object have an attribute named "
"after column with value None."
@@ -192,113 +188,110 @@ msgstr ""
"Para retornar null en una columna, haga que el objeto retornado tenga un "
"atributo llamado igual que la columna, con valor None."
-#: plpython.c:2210
+#: plpython.c:2406
msgid "plan.status takes no arguments"
msgstr "plan.status no lleva argumentos"
-#: plpython.c:2340 plpython.c:2479
+#: plpython.c:2530 plpython.c:2673
msgid "transaction aborted"
msgstr "transacción abortada"
-#: plpython.c:2347
+#: plpython.c:2537
msgid "invalid arguments for plpy.prepare"
msgstr "argumentos no válidos para plpy.prepare"
-#: plpython.c:2354
+#: plpython.c:2544
msgid "second argument of plpy.prepare must be a sequence"
msgstr "el segundo argumento de plpy.prepare debe ser una secuencia"
-#: plpython.c:2399
+#: plpython.c:2594
#, c-format
msgid "plpy.prepare: type name at ordinal position %d is not a string"
-msgstr ""
-"plpy.prepare: el nombre de tipo en la posición %d no es una cadena"
+msgstr "plpy.prepare: el nombre de tipo en la posición %d no es una cadena"
-#: plpython.c:2426
+#: plpython.c:2622
msgid "plpy.prepare does not support composite types"
msgstr "plpy.prepare no soporta tipos compuestos"
-#: plpython.c:2454
+#: plpython.c:2650
msgid "unrecognized error in PLy_spi_prepare"
msgstr "error no reconocido en PLy_spi_prepare"
-#: plpython.c:2456 plpython.c:2618 plpython.c:2665
-#, c-format
-msgid "in PL/Python function \"%s\""
-msgstr "en función PL/Python «%s»"
-
-#: plpython.c:2492
+#: plpython.c:2686
msgid "plpy.execute expected a query or a plan"
msgstr "plpy.execute espera una consulta o un plan"
-#: plpython.c:2509
+#: plpython.c:2703
msgid "plpy.execute takes a sequence as its second argument"
msgstr "plpy.execute lleva una secuencia como segundo argumento"
-#: plpython.c:2525 plpython.c:2552
-#, c-format
-msgid "PL/Python function \"%s\" could not execute plan"
-msgstr "la función PL/Python «%s» no pudo ejecutar el plan"
+#: plpython.c:2719 plpython.c:2750
+msgid "could not execute plan"
+msgstr "no se pudo ejecutar el plan"
-#: plpython.c:2529
+#: plpython.c:2722
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
msgstr[0] "Se esperaba una secuencia de %d argumento, se obtuvo %d: %s"
msgstr[1] "Se esperaba una secuencia de %d argumentos, se obtuvo %d: %s"
-#: plpython.c:2616
+#: plpython.c:2813
msgid "unrecognized error in PLy_spi_execute_plan"
msgstr "error no reconocido en PLy_spi_execute_plan"
-#: plpython.c:2637
+#: plpython.c:2832
#, c-format
msgid "SPI_execute_plan failed: %s"
msgstr "falló SPI_execute_plan: %s"
-#: plpython.c:2663
+#: plpython.c:2858
msgid "unrecognized error in PLy_spi_execute_query"
msgstr "error no reconocido en PLy_spi_execute_query"
-#: plpython.c:2674
+#: plpython.c:2867
#, c-format
msgid "SPI_execute failed: %s"
msgstr "falló SPI_execute: %s"
-#: plpython.c:2734
+#: plpython.c:2927
msgid "unrecognized error in PLy_spi_execute_fetch_result"
msgstr "error desconocido en PLy_spi_execute_fetch_result"
-#: plpython.c:2770
+#: plpython.c:2963
msgid "untrapped error in initialization"
msgstr "error no capturado en la inicialización"
-#: plpython.c:2773
+#: plpython.c:2966
msgid "could not create procedure cache"
msgstr "no se pudo crear el cache de procedimientos"
-#: plpython.c:2785
+#: plpython.c:2978
msgid "could not import \"__main__\" module"
msgstr "no se pudo importar el módulo «__main__»"
-#: plpython.c:2792
+#: plpython.c:2985
msgid "could not initialize globals"
msgstr "no se pudo inicializar las globales"
-#: plpython.c:2894
+#: plpython.c:3096
msgid "could not parse error message in plpy.elog"
msgstr "no se pudo analizar el mensaje de error de plpy.elog"
-#: plpython.c:2990
+#: plpython.c:3221 plpython.c:3225
#, c-format
msgid "PL/Python: %s"
msgstr "PL/Python: %s"
-#: plpython.c:2991
+#: plpython.c:3222
#, c-format
msgid "%s"
msgstr "%s"
-#: plpython.c:3081
+#: plpython.c:3317
msgid "out of memory"
msgstr "memoria agotada"
+
+#: plpython.c:3371
+msgid "could not convert Python Unicode object to PostgreSQL server encoding"
+msgstr "no se pudo convertir el objeto Unicode de Python a la codificación de servidor de PostgreSQL"
diff --git a/src/pl/plpython/po/fr.po b/src/pl/plpython/po/fr.po
index d5ace2ef50c..980484460fe 100644
--- a/src/pl/plpython/po/fr.po
+++ b/src/pl/plpython/po/fr.po
@@ -1,7 +1,7 @@
# translation of plpython.po to fr_fr
# french message translation file for plpython
#
-# $PostgreSQL: pgsql/src/pl/plpython/po/fr.po,v 1.1 2009/04/09 19:38:53 petere Exp $
+# $PostgreSQL: pgsql/src/pl/plpython/po/fr.po,v 1.2 2009/12/19 20:23:26 petere Exp $
#
# Use these quotes: %s
# Guillaume Lelarge <guillaume@lelarge.info>, 2009.
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-04-05 05:22+0000\n"
-"PO-Revision-Date: 2009-04-05 19:28+0100\n"
+"POT-Creation-Date: 2009-12-17 17:10+0000\n"
+"PO-Revision-Date: 2009-12-17 22:41+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"MIME-Version: 1.0\n"
@@ -19,281 +19,309 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: plpython.c:420
-#: plpython.c:445
+#: plpython.c:418
+#, c-format
+msgid "PL/Python function \"%s\""
+msgstr "fonction PL/python %s "
+
+#: plpython.c:425
+msgid "while modifying trigger row"
+msgstr "lors de la modification de la ligne du trigger"
+
+#: plpython.c:432
+msgid "while creating return value"
+msgstr "lors de la cration de la valeur de retour"
+
+#: plpython.c:544
+#: plpython.c:570
msgid "unexpected return value from trigger procedure"
msgstr "valeur de retour inattendue de la procdure trigger"
-#: plpython.c:421
+#: plpython.c:545
msgid "Expected None or a string."
msgstr "Attendait None ou une chane de caractres."
-#: plpython.c:435
+#: plpython.c:560
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgstr ""
"la fonction trigger PL/python a renvoy MODIFY dans un trigger DELETE\n"
"-- ignor"
-#: plpython.c:446
+#: plpython.c:571
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
msgstr "Attendait None, OK , SKIP ou MODIFY ."
-#: plpython.c:493
+#: plpython.c:623
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] supprim, ne peut pas modifier la ligne"
-#: plpython.c:496
+#: plpython.c:626
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] n'est pas un dictionnaire"
-#: plpython.c:515
+#: plpython.c:650
#, c-format
-msgid "name of TD[\"new\"] attribute at ordinal position %d is not a string"
-msgstr "le nom de l'attribut TD[\"new\"] la position ordinale %d n'est pas une chane"
+msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
+msgstr "la cl TD[\"new\"] la position ordinale %d n'est pas une chane"
-#: plpython.c:519
+#: plpython.c:656
#, c-format
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
msgstr ""
"la cl %s trouve dans TD[\"new\"] n'existe pas comme colonne\n"
"de la ligne impacte par le trigger"
-#: plpython.c:540
-#, c-format
-msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
-msgstr ""
-"n'a pas pu traiter la reprsentation de la chane d'un objet Python dans\n"
-"la fonction PL/Python %s lors de la modification de la ligne du trigger"
-
-#: plpython.c:622
+#: plpython.c:749
msgid "could not create new dictionary while building trigger arguments"
msgstr ""
"n'a pas pu crer un nouveau dictionnaire lors de la construction des\n"
"arguments du trigger"
-#: plpython.c:830
+#: plpython.c:956
msgid "unsupported set function return mode"
msgstr "mode de retour non support pour la fonction SET"
-#: plpython.c:831
+#: plpython.c:957
msgid "PL/Python set-returning functions only support returning only value per call."
msgstr ""
"les fonctions PL/python renvoyant des ensembles supportent seulement une\n"
"valeur renvoye par appel"
-#: plpython.c:843
+#: plpython.c:969
msgid "returned object cannot be iterated"
msgstr "l'objet renvoy ne supporte pas les itrations"
-#: plpython.c:844
+#: plpython.c:970
msgid "PL/Python set-returning functions must return an iterable object."
msgstr ""
"les fonctions PL/python renvoyant des ensembles doivent renvoyer un objet\n"
"itrable"
-#: plpython.c:872
+#: plpython.c:997
msgid "error fetching next item from iterator"
msgstr "erreur lors de la rcupration du prochain lment de l'itrateur"
-#: plpython.c:890
+#: plpython.c:1019
msgid "PL/Python function with return type \"void\" did not return None"
msgstr "la fonction PL/python avec un code de retour void ne renvoyait pas None"
-#: plpython.c:937
-#, c-format
-msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
-msgstr ""
-"n'a pas pu crer la reprsentation en chane de caractre de l'objet\n"
-"Python dans la fonction PL/python %s lors de la cration de la valeur\n"
-"de retour"
-
-#: plpython.c:986
+#: plpython.c:1110
#, c-format
msgid "PL/Python function \"%s\" failed"
msgstr "chec de la fonction PL/python %s "
-#: plpython.c:1056
-#, c-format
-msgid "PyList_SetItem() failed for PL/Python function \"%s\" while setting up arguments"
-msgstr ""
-"chec de PyList_SetItem() pour la fonction PL/python %s lors de\n"
-"l'initialisation des arguments"
+#: plpython.c:1176
+msgid "PyList_SetItem() failed, while setting up arguments"
+msgstr "chec de PyList_SetItem() lors de l'initialisation des arguments"
-#: plpython.c:1060
-#, c-format
-msgid "PyDict_SetItemString() failed for PL/Python function \"%s\" while setting up arguments"
-msgstr ""
-"chec de PyList_SetItemString() pour la fonction PL/python %s lors de\n"
-"l'initialisation des arguments"
+#: plpython.c:1180
+msgid "PyDict_SetItemString() failed, while setting up arguments"
+msgstr "chec de PyDict_SetItemString() lors de l'initialisation des arguments"
-#: plpython.c:1238
+#: plpython.c:1358
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions trigger peuvent seulement tre appeles par des triggers"
-#: plpython.c:1242
+#: plpython.c:1362
+#: plpython.c:1746
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "les fonctions PL/python ne peuvent pas renvoyer le type %s"
-#: plpython.c:1321
+#: plpython.c:1441
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "les fonctions PL/python ne peuvent pas accepter le type %s"
-#: plpython.c:1415
+#: plpython.c:1535
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "n'a pas pu compiler la fonction PL/python %s "
-#: plpython.c:1727
+#: plpython.c:1748
+msgid "PL/Python does not support conversion to arrays of row types."
+msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row."
+
+#: plpython.c:1941
+msgid "cannot convert multidimensional array to Python list"
+msgstr "ne peut pas convertir un tableau multidimensionnel en liste Python"
+
+#: plpython.c:1942
+msgid "PL/Python only supports one-dimensional arrays."
+msgstr "PL/Python supporte seulement les tableaux uni-dimensionnels."
+
+#: plpython.c:1976
msgid "could not create new dictionary"
msgstr "n'a pas pu crer le nouveau dictionnaire"
-#: plpython.c:1814
-#: plpython.c:1903
-#: plpython.c:1974
-msgid "could not compute string representation of Python object"
-msgstr "n'a pas pu traiter la reprsentation chane de caractres de l'objet Python"
+#: plpython.c:2052
+msgid "could not create bytes representation of Python object"
+msgstr "n'a pas pu crer une reprsentation octets de l'objet Python"
+
+#: plpython.c:2107
+msgid "could not create string representation of Python object"
+msgstr "n'a pas pu crer une reprsentation chane de caractres de l'objet Python"
-#: plpython.c:1828
+#: plpython.c:2118
+msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
+msgstr "n'a pas pu convertir l'objet Python en csting : la reprsentation de la chane Python contient des octets nuls"
+
+#: plpython.c:2150
+msgid "return value of function with array return type is not a Python sequence"
+msgstr "la valeur de retour de la fonction de type tableau n'est pas une squence Python"
+
+#: plpython.c:2222
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "la cl %s introuvable dans la correspondance"
-#: plpython.c:1829
+#: plpython.c:2223
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
msgstr ""
"Pour renvoyer NULL dans une colonne, ajoutez la valeur None la\n"
"correspondance de la cl nomme d'aprs la colonne."
-#: plpython.c:1873
+#: plpython.c:2266
msgid "length of returned sequence did not match number of columns in row"
msgstr ""
"la longueur de la squence renvoye ne correspondait pas au nombre de\n"
"colonnes dans la ligne"
-#: plpython.c:1987
+#: plpython.c:2359
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "l'attribut %s n'existe pas dans l'objet Python"
-#: plpython.c:1988
+#: plpython.c:2360
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
msgstr ""
"Pour renvoyer NULL dans une colonne, faites en sorte que l'objet renvoy ait\n"
"un attribut nomm suivant la colonne de valeur None."
-#: plpython.c:2210
+#: plpython.c:2594
msgid "plan.status takes no arguments"
msgstr "plan.status ne prends pas d'arguments"
-#: plpython.c:2340
-#: plpython.c:2479
+#: plpython.c:2718
+#: plpython.c:2861
msgid "transaction aborted"
msgstr "transaction annule"
-#: plpython.c:2347
+#: plpython.c:2725
msgid "invalid arguments for plpy.prepare"
msgstr "arguments invalides pour plpy.prepare"
-#: plpython.c:2354
+#: plpython.c:2732
msgid "second argument of plpy.prepare must be a sequence"
msgstr "le second argument de plpy.prepare doit tre une squence"
-#: plpython.c:2399
+#: plpython.c:2782
#, c-format
msgid "plpy.prepare: type name at ordinal position %d is not a string"
msgstr "plpy.prepare : le nom du type sur la position ordinale %d n'est pas une chane"
-#: plpython.c:2426
+#: plpython.c:2810
msgid "plpy.prepare does not support composite types"
msgstr "plpy.prepare ne supporte pas les types composites"
-#: plpython.c:2454
+#: plpython.c:2838
msgid "unrecognized error in PLy_spi_prepare"
msgstr "erreur inconnue dans PLy_spi_prepare"
-#: plpython.c:2456
-#: plpython.c:2618
-#: plpython.c:2665
-#, c-format
-msgid "in PL/Python function \"%s\""
-msgstr "dans la fonction PL/python %s "
-
-#: plpython.c:2492
+#: plpython.c:2874
msgid "plpy.execute expected a query or a plan"
msgstr "plpy.prepare attendait une requte ou un plan"
-#: plpython.c:2509
+#: plpython.c:2891
msgid "plpy.execute takes a sequence as its second argument"
msgstr "plpy.execute prends une squence dans son second argument"
-#: plpython.c:2525
-#: plpython.c:2552
-#, c-format
-msgid "PL/Python function \"%s\" could not execute plan"
-msgstr "la fonction PL/python %s n'a pas pu excuter un plan"
+#: plpython.c:2907
+#: plpython.c:2938
+msgid "could not execute plan"
+msgstr "n'a pas pu excuter le plan"
-#: plpython.c:2529
+#: plpython.c:2910
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
msgstr[0] "Squence attendue de %d argument, %d obtenu : %s"
msgstr[1] "Squence attendue de %d arguments, %d obtenus : %s"
-#: plpython.c:2616
+#: plpython.c:3001
msgid "unrecognized error in PLy_spi_execute_plan"
msgstr "erreur inconnue dans PLy_spi_execute_plan"
-#: plpython.c:2637
+#: plpython.c:3020
#, c-format
msgid "SPI_execute_plan failed: %s"
msgstr "chec de SPI_execute_plan : %s"
-#: plpython.c:2663
+#: plpython.c:3046
msgid "unrecognized error in PLy_spi_execute_query"
msgstr "erreur inconnue dans PLy_spi_execute_query"
-#: plpython.c:2674
+#: plpython.c:3055
#, c-format
msgid "SPI_execute failed: %s"
msgstr "chec de SPI_execute : %s"
-#: plpython.c:2734
+#: plpython.c:3115
msgid "unrecognized error in PLy_spi_execute_fetch_result"
msgstr "erreur inconnue dans PLy_spi_execute_fetch_result"
-#: plpython.c:2770
+#: plpython.c:3166
msgid "untrapped error in initialization"
msgstr "erreur non rcupre dans l'initialisation"
-#: plpython.c:2773
+#: plpython.c:3169
msgid "could not create procedure cache"
msgstr "n'a pas pu crer le cache de procdure"
-#: plpython.c:2785
+#: plpython.c:3181
msgid "could not import \"__main__\" module"
msgstr "n'a pas pu importer le module __main__ "
-#: plpython.c:2792
+#: plpython.c:3188
msgid "could not initialize globals"
msgstr "n'a pas pu initialiser les variables globales"
-#: plpython.c:2894
+#: plpython.c:3303
msgid "could not parse error message in plpy.elog"
msgstr "n'a pas pu analyser le message d'erreur dans plpy.elog"
-#: plpython.c:2990
+#: plpython.c:3428
+#: plpython.c:3432
#, c-format
msgid "PL/Python: %s"
msgstr "PL/python : %s"
-#: plpython.c:2991
+#: plpython.c:3429
#, c-format
msgid "%s"
msgstr "%s"
-#: plpython.c:3081
+#: plpython.c:3524
msgid "out of memory"
msgstr "mmoire puise"
+#: plpython.c:3595
+msgid "could not convert Python Unicode object to PostgreSQL server encoding"
+msgstr "n'a pas pu convertir l'objet Unicode Python en encodage serveur PostgreSQL"
+
+#~ msgid ""
+#~ "could not compute string representation of Python object in PL/Python "
+#~ "function \"%s\" while modifying trigger row"
+#~ msgstr ""
+#~ "n'a pas pu traiter la reprsentation de la chane d'un objet Python dans\n"
+#~ "la fonction PL/Python %s lors de la modification de la ligne du trigger"
+#~ msgid ""
+#~ "could not create string representation of Python object in PL/Python "
+#~ "function \"%s\" while creating return value"
+#~ msgstr ""
+#~ "n'a pas pu crer la reprsentation en chane de caractre de l'objet\n"
+#~ "Python dans la fonction PL/python %s lors de la cration de la valeur\n"
+#~ "de retour"
+#~ msgid "PL/Python function \"%s\" could not execute plan"
+#~ msgstr "la fonction PL/python %s n'a pas pu excuter un plan"
+