Translation updates
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 6 Feb 2017 17:35:49 +0000 (12:35 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 6 Feb 2017 17:35:49 +0000 (12:35 -0500)
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 057c41b7234bc3fb44ea722f297167dbe4ea472c

37 files changed:
src/backend/po/de.po
src/backend/po/es.po
src/backend/po/fr.po
src/backend/po/pt_BR.po
src/backend/po/ru.po
src/bin/initdb/po/fr.po
src/bin/initdb/po/ru.po
src/bin/pg_basebackup/po/fr.po
src/bin/pg_config/po/fr.po
src/bin/pg_controldata/po/fr.po
src/bin/pg_controldata/po/ru.po
src/bin/pg_ctl/po/fr.po
src/bin/pg_ctl/po/ru.po
src/bin/pg_dump/po/de.po
src/bin/pg_dump/po/fr.po
src/bin/pg_dump/po/pt_BR.po
src/bin/pg_dump/po/ru.po
src/bin/pg_resetxlog/po/fr.po
src/bin/pg_resetxlog/po/ru.po
src/bin/psql/po/fr.po
src/bin/psql/po/ru.po
src/bin/scripts/po/fr.po
src/bin/scripts/po/ru.po
src/interfaces/ecpg/ecpglib/po/fr.po
src/interfaces/ecpg/preproc/po/fr.po
src/interfaces/ecpg/preproc/po/ru.po
src/interfaces/libpq/po/fr.po
src/interfaces/libpq/po/ru.po
src/pl/plperl/po/fr.po
src/pl/plpgsql/src/po/fr.po
src/pl/plpgsql/src/po/ru.po
src/pl/plpython/po/de.po
src/pl/plpython/po/fr.po
src/pl/plpython/po/pt_BR.po
src/pl/plpython/po/ru.po
src/pl/tcl/po/fr.po
src/pl/tcl/po/ru.po

index e17b0361b90f06c8463e6c670f57906d5074d11b..c6e810d70ec7188e6a0402689f33d459be7c4eff 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.3\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2016-10-24 08:00+0000\n"
+"POT-Creation-Date: 2017-02-06 15:29+0000\n"
 "PO-Revision-Date: 2016-10-24 09:19-0400\n"
 "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
 "Language-Team: German <peter_e@gmx.net>\n"
@@ -287,13 +287,13 @@ msgstr "Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut
 msgid "Attribute \"%s\" of type %s does not exist in type %s."
 msgstr "Attribut »%s« von Typ %s existiert nicht in Typ %s."
 
-#: access/common/tupdesc.c:594 parser/parse_relation.c:1289
+#: access/common/tupdesc.c:594 parser/parse_relation.c:1290
 #, c-format
 msgid "column \"%s\" cannot be declared SETOF"
 msgstr "Spalte »%s« kann nicht als SETOF deklariert werden"
 
 #: access/gin/ginentrypage.c:100 access/gist/gist.c:1281
-#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:485
+#: access/nbtree/nbtinsert.c:552 access/nbtree/nbtsort.c:485
 #: access/spgist/spgdoinsert.c:1886
 #, c-format
 msgid "index row size %lu exceeds maximum %lu for index \"%s\""
@@ -319,11 +319,11 @@ msgstr "Index »%s« enthält ein inneres Tupel, das als ungültig markiert ist"
 msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
 msgstr "Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor dem Upgrade auf PostgreSQL 9.1."
 
-#: access/gist/gist.c:627 access/gist/gistutil.c:693
-#: access/gist/gistutil.c:704 access/gist/gistvacuum.c:269
-#: access/hash/hashutil.c:172 access/hash/hashutil.c:183
-#: access/hash/hashutil.c:195 access/hash/hashutil.c:216
-#: access/nbtree/nbtpage.c:508 access/nbtree/nbtpage.c:519
+#: access/gist/gist.c:627 access/gist/gistutil.c:693 access/gist/gistutil.c:704
+#: access/gist/gistvacuum.c:269 access/hash/hashutil.c:172
+#: access/hash/hashutil.c:183 access/hash/hashutil.c:195
+#: access/hash/hashutil.c:216 access/nbtree/nbtpage.c:508
+#: access/nbtree/nbtpage.c:519
 #, c-format
 msgid "Please REINDEX it."
 msgstr "Bitte führen Sie REINDEX für den Index aus."
@@ -365,12 +365,12 @@ msgstr "Index »%s« enthält unerwartete Nullseite bei Block %u"
 msgid "index \"%s\" contains corrupted page at block %u"
 msgstr "Index »%s« enthält korrupte Seite bei Block %u"
 
-#: access/hash/hashinsert.c:68
+#: access/hash/hashinsert.c:70
 #, 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:71 access/spgist/spgdoinsert.c:1890
+#: access/hash/hashinsert.c:73 access/spgist/spgdoinsert.c:1890
 #: access/spgist/spgutils.c:667
 #, c-format
 msgid "Values larger than a buffer page cannot be indexed."
@@ -403,8 +403,8 @@ msgid "\"%s\" is an index"
 msgstr "»%s« ist ein Index"
 
 #: access/heap/heapam.c:1203 access/heap/heapam.c:1231
-#: access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8272
-#: commands/tablecmds.c:10654
+#: access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8290
+#: commands/tablecmds.c:10711
 #, c-format
 msgid "\"%s\" is a composite type"
 msgstr "»%s« ist ein zusammengesetzter Typ"
@@ -422,32 +422,32 @@ msgstr "Zeile ist zu groß: Größe ist %lu, Maximalgröße ist %lu"
 
 #: access/index/indexam.c:169 catalog/objectaddress.c:842
 #: commands/indexcmds.c:1744 commands/tablecmds.c:232
-#: commands/tablecmds.c:10645
+#: commands/tablecmds.c:10702
 #, c-format
 msgid "\"%s\" is not an index"
 msgstr "»%s« ist kein Index"
 
-#: access/nbtree/nbtinsert.c:397
+#: access/nbtree/nbtinsert.c:405
 #, c-format
 msgid "duplicate key value violates unique constraint \"%s\""
 msgstr "doppelter Schlüsselwert verletzt Unique-Constraint »%s«"
 
-#: access/nbtree/nbtinsert.c:399
+#: access/nbtree/nbtinsert.c:407
 #, c-format
 msgid "Key %s already exists."
 msgstr "Schlüssel »%s« existiert bereits."
 
-#: access/nbtree/nbtinsert.c:466
+#: access/nbtree/nbtinsert.c:474
 #, c-format
 msgid "failed to re-find tuple within index \"%s\""
 msgstr "konnte Tupel mit Index »%s« nicht erneut finden"
 
-#: access/nbtree/nbtinsert.c:468
+#: access/nbtree/nbtinsert.c:476
 #, c-format
 msgid "This may be because of a non-immutable index expression."
 msgstr "Das kann daran liegen, dass der Indexausdruck nicht »immutable« ist."
 
-#: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:489
+#: access/nbtree/nbtinsert.c:556 access/nbtree/nbtsort.c:489
 #, c-format
 msgid ""
 "Values larger than 1/3 of a buffer page cannot be indexed.\n"
@@ -648,9 +648,9 @@ msgid "removing file \"%s\""
 msgstr "entferne Datei »%s«"
 
 #: access/transam/timeline.c:111 access/transam/timeline.c:236
-#: access/transam/timeline.c:334 access/transam/xlog.c:2273
-#: access/transam/xlog.c:2380 access/transam/xlog.c:2417
-#: access/transam/xlog.c:2674 access/transam/xlog.c:2752
+#: access/transam/timeline.c:334 access/transam/xlog.c:2302
+#: access/transam/xlog.c:2409 access/transam/xlog.c:2446
+#: access/transam/xlog.c:2703 access/transam/xlog.c:2781
 #: replication/basebackup.c:391 replication/basebackup.c:1063
 #: replication/walsender.c:368 replication/walsender.c:1340
 #: storage/file/copydir.c:155 storage/file/fd.c:466 storage/file/fd.c:2766
@@ -697,17 +697,17 @@ msgid "Timeline IDs must be less than child timeline's ID."
 msgstr "Zeitleisten-IDs müssen kleiner als die Zeitleisten-ID des Kindes sein."
 
 #: access/transam/timeline.c:315 access/transam/timeline.c:461
-#: access/transam/xlog.c:2297 access/transam/xlog.c:2432
-#: access/transam/xlog.c:8866 access/transam/xlog.c:9181
-#: postmaster/postmaster.c:4277 storage/file/copydir.c:162
+#: access/transam/xlog.c:2326 access/transam/xlog.c:2461
+#: access/transam/xlog.c:8924 access/transam/xlog.c:9293
+#: postmaster/postmaster.c:4278 storage/file/copydir.c:162
 #: storage/smgr/md.c:305 utils/time/snapmgr.c:861
 #, c-format
 msgid "could not create file \"%s\": %m"
 msgstr "kann Datei »%s« nicht erstellen: %m"
 
-#: access/transam/timeline.c:346 access/transam/xlog.c:2445
-#: access/transam/xlog.c:9032 access/transam/xlog.c:9045
-#: access/transam/xlog.c:9413 access/transam/xlog.c:9456
+#: access/transam/timeline.c:346 access/transam/xlog.c:2474
+#: access/transam/xlog.c:9115 access/transam/xlog.c:9128
+#: access/transam/xlog.c:9525 access/transam/xlog.c:9568
 #: access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615
 #: replication/walsender.c:393 storage/file/copydir.c:176
 #: utils/adt/genfile.c:139
@@ -716,9 +716,9 @@ msgid "could not read file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht lesen: %m"
 
 #: access/transam/timeline.c:367 access/transam/timeline.c:401
-#: access/transam/timeline.c:477 access/transam/xlog.c:2332
-#: access/transam/xlog.c:2464 postmaster/postmaster.c:4287
-#: postmaster/postmaster.c:4297 storage/file/copydir.c:187
+#: access/transam/timeline.c:477 access/transam/xlog.c:2361
+#: access/transam/xlog.c:2493 postmaster/postmaster.c:4288
+#: postmaster/postmaster.c:4298 storage/file/copydir.c:187
 #: utils/init/miscinit.c:1132 utils/init/miscinit.c:1141
 #: utils/init/miscinit.c:1148 utils/misc/guc.c:7663 utils/misc/guc.c:7677
 #: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873
@@ -727,7 +727,7 @@ msgid "could not write to file \"%s\": %m"
 msgstr "konnte nicht in Datei »%s« schreiben: %m"
 
 #: access/transam/timeline.c:407 access/transam/timeline.c:483
-#: access/transam/xlog.c:2341 access/transam/xlog.c:2471 storage/file/fd.c:483
+#: access/transam/xlog.c:2370 access/transam/xlog.c:2500 storage/file/fd.c:483
 #: storage/file/fd.c:2853 storage/smgr/md.c:968 storage/smgr/md.c:1199
 #: storage/smgr/md.c:1372
 #, c-format
@@ -735,7 +735,7 @@ msgid "could not fsync file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht fsyncen: %m"
 
 #: access/transam/timeline.c:412 access/transam/timeline.c:488
-#: access/transam/xlog.c:2347 access/transam/xlog.c:2476
+#: access/transam/xlog.c:2376 access/transam/xlog.c:2505
 #: access/transam/xlogfuncs.c:621 commands/copy.c:1480
 #: storage/file/copydir.c:201
 #, c-format
@@ -1001,488 +1001,489 @@ msgstr "Savepoint existiert nicht"
 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:1617
+#: access/transam/xlog.c:1646
 #, c-format
 msgid "could not seek in log file %s to offset %u: %m"
 msgstr "konnte Positionszeiger in Logdatei %s nicht auf %u setzen: %m"
 
-#: access/transam/xlog.c:1634
+#: access/transam/xlog.c:1663
 #, c-format
 msgid "could not write to log file %s at offset %u, length %lu: %m"
 msgstr "konnte nicht in Logdatei %s bei Position %u, Länge %lu schreiben: %m"
 
-#: access/transam/xlog.c:1878
+#: access/transam/xlog.c:1907
 #, c-format
 msgid "updated min recovery point to %X/%X on timeline %u"
 msgstr "minimaler Recovery-Punkt auf %X/%X auf Zeitleiste %u aktualisiert"
 
-#: access/transam/xlog.c:2448
+#: access/transam/xlog.c:2477
 #, c-format
 msgid "not enough data in file \"%s\""
 msgstr "nicht genug Daten in Datei »%s«"
 
-#: access/transam/xlog.c:2589
+#: access/transam/xlog.c:2618
 #, c-format
 msgid "could not open transaction log file \"%s\": %m"
 msgstr "konnte Transaktionslogdatei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:2778
+#: access/transam/xlog.c:2807
 #, c-format
 msgid "could not close log file %s: %m"
 msgstr "konnte Logdatei %s nicht schließen: %m"
 
-#: access/transam/xlog.c:2837 replication/walsender.c:1335
+#: access/transam/xlog.c:2866 replication/walsender.c:1335
 #, c-format
 msgid "requested WAL segment %s has already been removed"
 msgstr "das angeforderte WAL-Segment %s wurde schon entfernt"
 
-#: access/transam/xlog.c:2879 access/transam/xlog.c:3079
-#: access/transam/xlog.c:4508
+#: access/transam/xlog.c:2908 access/transam/xlog.c:3108
+#: access/transam/xlog.c:4537
 #, c-format
 msgid "could not open transaction log directory \"%s\": %m"
 msgstr "konnte Transaktionslog-Verzeichnis »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:2961
+#: access/transam/xlog.c:2990
 #, c-format
 msgid "recycled transaction log file \"%s\""
 msgstr "Transaktionslogdatei »%s« wird wiederverwendet"
 
-#: access/transam/xlog.c:2976
+#: access/transam/xlog.c:3005
 #, c-format
 msgid "removing transaction log file \"%s\""
 msgstr "entferne Transaktionslogdatei »%s«"
 
-#: access/transam/xlog.c:2994
+#: access/transam/xlog.c:3023
 #, c-format
 msgid "could not rename old transaction log file \"%s\": %m"
 msgstr "konnte alte Transaktionslogdatei »%s« nicht umbenennen: %m"
 
-#: access/transam/xlog.c:3006
+#: access/transam/xlog.c:3035
 #, c-format
 msgid "could not remove old transaction log file \"%s\": %m"
 msgstr "konnte alte Transaktionslogdatei »%s« nicht löschen: %m"
 
-#: access/transam/xlog.c:3039 access/transam/xlog.c:3049
+#: access/transam/xlog.c:3068 access/transam/xlog.c:3078
 #, c-format
 msgid "required WAL directory \"%s\" does not exist"
 msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht"
 
-#: access/transam/xlog.c:3055
+#: access/transam/xlog.c:3084
 #, c-format
 msgid "creating missing WAL directory \"%s\""
 msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«"
 
-#: access/transam/xlog.c:3058
+#: access/transam/xlog.c:3087
 #, c-format
 msgid "could not create missing directory \"%s\": %m"
 msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m"
 
-#: access/transam/xlog.c:3092
+#: access/transam/xlog.c:3121
 #, c-format
 msgid "removing transaction log backup history file \"%s\""
 msgstr "entferne Transaktionslog-Backup-History-Datei »%s«"
 
-#: access/transam/xlog.c:3284
+#: access/transam/xlog.c:3313
 #, c-format
 msgid "unexpected timeline ID %u in log segment %s, offset %u"
 msgstr "unerwartete Zeitleisten-ID %u in Logsegment %s, Offset %u"
 
-#: access/transam/xlog.c:3406
+#: access/transam/xlog.c:3435
 #, c-format
 msgid "new timeline %u is not a child of database system timeline %u"
 msgstr "neue Zeitleiste %u ist kein Kind der Datenbanksystemzeitleiste %u"
 
-#: access/transam/xlog.c:3420
+#: access/transam/xlog.c:3449
 #, c-format
 msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X"
 msgstr "neue Zeitleiste %u zweigte von der aktuellen Datenbanksystemzeitleiste %u vor dem aktuellen Wiederherstellungspunkt %X/%X ab"
 
-#: access/transam/xlog.c:3439
+#: access/transam/xlog.c:3468
 #, c-format
 msgid "new target timeline is %u"
 msgstr "neue Zielzeitleiste ist %u"
 
-#: access/transam/xlog.c:3518
+#: access/transam/xlog.c:3547
 #, c-format
 msgid "could not create control file \"%s\": %m"
 msgstr "konnte Kontrolldatei »%s« nicht erzeugen: %m"
 
-#: access/transam/xlog.c:3529 access/transam/xlog.c:3758
+#: access/transam/xlog.c:3558 access/transam/xlog.c:3787
 #, c-format
 msgid "could not write to control file: %m"
 msgstr "konnte nicht in Kontrolldatei schreiben: %m"
 
-#: access/transam/xlog.c:3535 access/transam/xlog.c:3764
+#: access/transam/xlog.c:3564 access/transam/xlog.c:3793
 #, c-format
 msgid "could not fsync control file: %m"
 msgstr "konnte Kontrolldatei nicht fsyncen: %m"
 
-#: access/transam/xlog.c:3540 access/transam/xlog.c:3769
+#: access/transam/xlog.c:3569 access/transam/xlog.c:3798
 #, c-format
 msgid "could not close control file: %m"
 msgstr "konnte Kontrolldatei nicht schließen: %m"
 
-#: access/transam/xlog.c:3558 access/transam/xlog.c:3747
+#: access/transam/xlog.c:3587 access/transam/xlog.c:3776
 #, c-format
 msgid "could not open control file \"%s\": %m"
 msgstr "konnte Kontrolldatei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:3564
+#: access/transam/xlog.c:3593
 #, c-format
 msgid "could not read from control file: %m"
 msgstr "konnte nicht aus Kontrolldatei lesen: %m"
 
-#: access/transam/xlog.c:3577 access/transam/xlog.c:3586
-#: access/transam/xlog.c:3610 access/transam/xlog.c:3617
-#: access/transam/xlog.c:3624 access/transam/xlog.c:3629
-#: access/transam/xlog.c:3636 access/transam/xlog.c:3643
-#: access/transam/xlog.c:3650 access/transam/xlog.c:3657
-#: access/transam/xlog.c:3664 access/transam/xlog.c:3671
-#: access/transam/xlog.c:3680 access/transam/xlog.c:3687
-#: access/transam/xlog.c:3696 access/transam/xlog.c:3703
-#: access/transam/xlog.c:3712 access/transam/xlog.c:3719
+#: access/transam/xlog.c:3606 access/transam/xlog.c:3615
+#: access/transam/xlog.c:3639 access/transam/xlog.c:3646
+#: access/transam/xlog.c:3653 access/transam/xlog.c:3658
+#: access/transam/xlog.c:3665 access/transam/xlog.c:3672
+#: access/transam/xlog.c:3679 access/transam/xlog.c:3686
+#: access/transam/xlog.c:3693 access/transam/xlog.c:3700
+#: access/transam/xlog.c:3709 access/transam/xlog.c:3716
+#: access/transam/xlog.c:3725 access/transam/xlog.c:3732
+#: access/transam/xlog.c:3741 access/transam/xlog.c:3748
 #: utils/init/miscinit.c:1284
 #, c-format
 msgid "database files are incompatible with server"
 msgstr "Datenbankdateien sind inkompatibel mit Server"
 
-#: access/transam/xlog.c:3578
+#: access/transam/xlog.c:3607
 #, c-format
 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
 msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert."
 
-#: access/transam/xlog.c:3582
+#: access/transam/xlog.c:3611
 #, c-format
 msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
 msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen."
 
-#: access/transam/xlog.c:3587
+#: access/transam/xlog.c:3616
 #, c-format
 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
 msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d kompiliert."
 
-#: access/transam/xlog.c:3590 access/transam/xlog.c:3614
-#: access/transam/xlog.c:3621 access/transam/xlog.c:3626
+#: access/transam/xlog.c:3619 access/transam/xlog.c:3643
+#: access/transam/xlog.c:3650 access/transam/xlog.c:3655
 #, c-format
 msgid "It looks like you need to initdb."
 msgstr "Es sieht so aus, dass Sie initdb ausführen müssen."
 
-#: access/transam/xlog.c:3601
+#: access/transam/xlog.c:3630
 #, c-format
 msgid "incorrect checksum in control file"
 msgstr "falsche Prüfsumme in Kontrolldatei"
 
-#: access/transam/xlog.c:3611
+#: access/transam/xlog.c:3640
 #, c-format
 msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
 msgstr "Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber der Server wurde mit CATALOG_VERSION_NO %d kompiliert."
 
-#: access/transam/xlog.c:3618
+#: access/transam/xlog.c:3647
 #, c-format
 msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d."
 msgstr "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server wurde mit MAXALIGN %d kompiliert."
 
-#: access/transam/xlog.c:3625
+#: access/transam/xlog.c:3654
 #, c-format
 msgid "The database cluster appears to use a different floating-point number format than the server executable."
 msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm."
 
-#: access/transam/xlog.c:3630
+#: access/transam/xlog.c:3659
 #, c-format
 msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
 msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server wurde mit BLCKSZ %d kompiliert."
 
-#: access/transam/xlog.c:3633 access/transam/xlog.c:3640
-#: access/transam/xlog.c:3647 access/transam/xlog.c:3654
-#: access/transam/xlog.c:3661 access/transam/xlog.c:3668
-#: access/transam/xlog.c:3675 access/transam/xlog.c:3683
-#: access/transam/xlog.c:3690 access/transam/xlog.c:3699
-#: access/transam/xlog.c:3706 access/transam/xlog.c:3715
-#: access/transam/xlog.c:3722
+#: access/transam/xlog.c:3662 access/transam/xlog.c:3669
+#: access/transam/xlog.c:3676 access/transam/xlog.c:3683
+#: access/transam/xlog.c:3690 access/transam/xlog.c:3697
+#: access/transam/xlog.c:3704 access/transam/xlog.c:3712
+#: access/transam/xlog.c:3719 access/transam/xlog.c:3728
+#: access/transam/xlog.c:3735 access/transam/xlog.c:3744
+#: access/transam/xlog.c:3751
 #, c-format
 msgid "It looks like you need to recompile or initdb."
 msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen."
 
-#: access/transam/xlog.c:3637
+#: access/transam/xlog.c:3666
 #, c-format
 msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
 msgstr "Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der Server wurde mit RELSEGSIZE %d kompiliert."
 
-#: access/transam/xlog.c:3644
+#: access/transam/xlog.c:3673
 #, c-format
 msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d."
 msgstr "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der Server wurde mit XLOG_BLCKSZ %d kompiliert."
 
-#: access/transam/xlog.c:3651
+#: access/transam/xlog.c:3680
 #, c-format
 msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
 msgstr "Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der Server wurde mit XLOG_SEG_SIZE %d kompiliert."
 
-#: access/transam/xlog.c:3658
+#: access/transam/xlog.c:3687
 #, c-format
 msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
 msgstr "Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der Server wurde mit NAMEDATALEN %d kompiliert."
 
-#: access/transam/xlog.c:3665
+#: access/transam/xlog.c:3694
 #, c-format
 msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d."
 msgstr "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der Server wurde mit INDEX_MAX_KEYS %d kompiliert."
 
-#: access/transam/xlog.c:3672
+#: access/transam/xlog.c:3701
 #, c-format
 msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d."
 msgstr "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert."
 
-#: access/transam/xlog.c:3681
+#: access/transam/xlog.c:3710
 #, c-format
 msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP."
 msgstr "Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde mit HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/transam/xlog.c:3688
+#: access/transam/xlog.c:3717
 #, c-format
 msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP."
 msgstr "Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde ohne HAE_INT64_TIMESTAMP kompiliert."
 
-#: access/transam/xlog.c:3697
+#: access/transam/xlog.c:3726
 #, c-format
 msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL."
 msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT4_BYVAL kompiliert."
 
-#: access/transam/xlog.c:3704
+#: access/transam/xlog.c:3733
 #, c-format
 msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL."
 msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT4_BYVAL kompiliert."
 
-#: access/transam/xlog.c:3713
+#: access/transam/xlog.c:3742
 #, c-format
 msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
 msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert."
 
-#: access/transam/xlog.c:3720
+#: access/transam/xlog.c:3749
 #, c-format
 msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
 msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert."
 
-#: access/transam/xlog.c:4087
+#: access/transam/xlog.c:4116
 #, c-format
 msgid "could not write bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m"
 
-#: access/transam/xlog.c:4093
+#: access/transam/xlog.c:4122
 #, c-format
 msgid "could not fsync bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m"
 
-#: access/transam/xlog.c:4098
+#: access/transam/xlog.c:4127
 #, c-format
 msgid "could not close bootstrap transaction log file: %m"
 msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m"
 
-#: access/transam/xlog.c:4167
+#: access/transam/xlog.c:4196
 #, c-format
 msgid "could not open recovery command file \"%s\": %m"
 msgstr "konnte Recovery-Kommandodatei »%s« nicht öffnen: %m"
 
-#: access/transam/xlog.c:4207 access/transam/xlog.c:4300
-#: access/transam/xlog.c:4311 commands/extension.c:527
-#: commands/extension.c:535 utils/misc/guc.c:5431
+#: access/transam/xlog.c:4236 access/transam/xlog.c:4329
+#: access/transam/xlog.c:4340 commands/extension.c:527 commands/extension.c:535
+#: utils/misc/guc.c:5431
 #, c-format
 msgid "parameter \"%s\" requires a Boolean value"
 msgstr "Parameter »%s« erfordert einen Boole’schen Wert"
 
-#: access/transam/xlog.c:4224
+#: access/transam/xlog.c:4253
 #, 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:4241
+#: access/transam/xlog.c:4270
 #, 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:4285
+#: access/transam/xlog.c:4314
 #, c-format
 msgid "recovery_target_name is too long (maximum %d characters)"
 msgstr "recovery_target_name ist zu lang (maximal %d Zeichen)"
 
-#: access/transam/xlog.c:4333
+#: access/transam/xlog.c:4362
 #, c-format
 msgid "unrecognized recovery parameter \"%s\""
 msgstr "unbekannter Recovery-Parameter »%s«"
 
-#: access/transam/xlog.c:4344
+#: access/transam/xlog.c:4373
 #, c-format
 msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command"
 msgstr "Recovery-Kommandodatei »%s« hat weder primary_conninfo noch restore_command angegeben"
 
-#: access/transam/xlog.c:4346
+#: access/transam/xlog.c:4375
 #, c-format
 msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there."
 msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_xlog regelmäßig auf dort abgelegte Dateien."
 
-#: access/transam/xlog.c:4353
+#: access/transam/xlog.c:4382
 #, c-format
 msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled"
 msgstr "Recovery-Kommandodatei »%s« muss restore_command angeben, wenn der Standby-Modus nicht eingeschaltet ist"
 
-#: access/transam/xlog.c:4364
+#: access/transam/xlog.c:4393
 #, c-format
 msgid "standby mode is not supported by single-user servers"
 msgstr "Standby-Modus wird von Servern im Einzelbenutzermodus nicht unterstützt"
 
-#: access/transam/xlog.c:4383
+#: access/transam/xlog.c:4412
 #, c-format
 msgid "recovery target timeline %u does not exist"
 msgstr "recovery_target_timeline %u existiert nicht"
 
-#: access/transam/xlog.c:4476
+#: access/transam/xlog.c:4505
 #, c-format
 msgid "archive recovery complete"
 msgstr "Wiederherstellung aus Archiv abgeschlossen"
 
-#: access/transam/xlog.c:4693
+#: access/transam/xlog.c:4722
 #, 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:4698
+#: access/transam/xlog.c:4727
 #, 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:4707
+#: access/transam/xlog.c:4736
 #, 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:4712
+#: access/transam/xlog.c:4741
 #, 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:4721
+#: access/transam/xlog.c:4750
 #, c-format
 msgid "recovery stopping at restore point \"%s\", time %s"
 msgstr "Wiederherstellung beendet bei Restore-Punkt »%s«, Zeit %s"
 
-#: access/transam/xlog.c:4755
+#: access/transam/xlog.c:4784
 #, c-format
 msgid "recovery has paused"
 msgstr "Wiederherstellung wurde pausiert"
 
-#: access/transam/xlog.c:4756
+#: access/transam/xlog.c:4785
 #, c-format
 msgid "Execute pg_xlog_replay_resume() to continue."
 msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen."
 
-#: access/transam/xlog.c:4886
+#: access/transam/xlog.c:4915
 #, c-format
 msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)"
 msgstr "Hot Standby ist nicht möglich, weil %s = %d eine niedrigere Einstellung als auf dem Masterserver ist (Wert dort war %d)"
 
-#: access/transam/xlog.c:4908
+#: access/transam/xlog.c:4937
 #, c-format
 msgid "WAL was generated with wal_level=minimal, data may be missing"
 msgstr "WAL wurde mit wal_level=minimal erzeugt, eventuell fehlen Daten"
 
-#: access/transam/xlog.c:4909
+#: access/transam/xlog.c:4938
 #, c-format
 msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup."
 msgstr "Das passiert, wenn vorübergehend wal_level=minimal gesetzt wurde, ohne ein neues Base-Backup zu erzeugen."
 
-#: access/transam/xlog.c:4920
+#: access/transam/xlog.c:4949
 #, c-format
 msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server"
 msgstr "Hot Standby ist nicht möglich, weil wal_level auf dem Masterserver nicht auf »hot_standby« gesetzt wurde"
 
-#: access/transam/xlog.c:4921
+#: access/transam/xlog.c:4950
 #, c-format
 msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here."
 msgstr "Setzen Sie entweder wal_level auf »hot_standby« auf dem Master oder schalten Sie hot_standby hier aus."
 
-#: access/transam/xlog.c:4974
+#: access/transam/xlog.c:5003
 #, c-format
 msgid "control file contains invalid data"
 msgstr "Kontrolldatei enthält ungültige Daten"
 
-#: access/transam/xlog.c:4980
+#: access/transam/xlog.c:5009
 #, c-format
 msgid "database system was shut down at %s"
 msgstr "Datenbanksystem wurde am %s heruntergefahren"
 
-#: access/transam/xlog.c:4985
+#: access/transam/xlog.c:5014
 #, c-format
 msgid "database system was shut down in recovery at %s"
 msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren"
 
-#: access/transam/xlog.c:4989
+#: access/transam/xlog.c:5018
 #, 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:4993
+#: access/transam/xlog.c:5022
 #, 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:4995
+#: access/transam/xlog.c:5024
 #, c-format
 msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
 msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen."
 
-#: access/transam/xlog.c:4999
+#: access/transam/xlog.c:5028
 #, 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:5001
+#: access/transam/xlog.c:5030
 #, c-format
 msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
 msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen."
 
-#: access/transam/xlog.c:5005
+#: access/transam/xlog.c:5034
 #, 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:5071
+#: access/transam/xlog.c:5100
 #, c-format
 msgid "entering standby mode"
 msgstr "Standby-Modus eingeschaltet"
 
-#: access/transam/xlog.c:5074
+#: access/transam/xlog.c:5103
 #, c-format
 msgid "starting point-in-time recovery to XID %u"
 msgstr "starte Point-in-Time-Recovery bis XID %u"
 
-#: access/transam/xlog.c:5078
+#: access/transam/xlog.c:5107
 #, c-format
 msgid "starting point-in-time recovery to %s"
 msgstr "starte Point-in-Time-Recovery bis %s"
 
-#: access/transam/xlog.c:5082
+#: access/transam/xlog.c:5111
 #, c-format
 msgid "starting point-in-time recovery to \"%s\""
 msgstr "starte Point-in-Time-Recovery bis »%s«"
 
-#: access/transam/xlog.c:5086
+#: access/transam/xlog.c:5115
 #, c-format
 msgid "starting archive recovery"
 msgstr "starte Wiederherstellung aus Archiv"
 
-#: access/transam/xlog.c:5102 commands/sequence.c:1058 lib/stringinfo.c:266
+#: access/transam/xlog.c:5131 commands/sequence.c:1058 lib/stringinfo.c:266
 #: libpq/auth.c:1042 libpq/auth.c:1400 libpq/auth.c:1468 libpq/auth.c:1873
-#: postmaster/postmaster.c:2295 postmaster/postmaster.c:2326
-#: postmaster/postmaster.c:3793 postmaster/postmaster.c:4502
-#: postmaster/postmaster.c:4594 postmaster/postmaster.c:5262
-#: postmaster/postmaster.c:5438 postmaster/postmaster.c:5855
+#: postmaster/postmaster.c:2296 postmaster/postmaster.c:2327
+#: postmaster/postmaster.c:3794 postmaster/postmaster.c:4503
+#: postmaster/postmaster.c:4595 postmaster/postmaster.c:5263
+#: postmaster/postmaster.c:5439 postmaster/postmaster.c:5856
 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397
 #: storage/file/fd.c:588 storage/file/fd.c:985 storage/file/fd.c:1103
 #: storage/file/fd.c:1716 storage/ipc/procarray.c:901
 #: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348
 #: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155
 #: utils/adt/formatting.c:1527 utils/adt/formatting.c:1647
-#: utils/adt/formatting.c:1768 utils/adt/regexp.c:219 utils/adt/varlena.c:3653
+#: utils/adt/formatting.c:1768 utils/adt/pg_locale.c:441
+#: utils/adt/pg_locale.c:625 utils/adt/regexp.c:219 utils/adt/varlena.c:3653
 #: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:220 utils/hash/dynahash.c:379
 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970
 #: utils/init/miscinit.c:151 utils/init/miscinit.c:172
@@ -1494,333 +1495,333 @@ msgstr "starte Wiederherstellung aus Archiv"
 msgid "out of memory"
 msgstr "Speicher aufgebraucht"
 
-#: access/transam/xlog.c:5103
+#: access/transam/xlog.c:5132
 #, c-format
 msgid "Failed while allocating an XLog reading processor."
 msgstr "Fehlgeschlagen beim Anlegen eines XLog-Leseprozessors."
 
-#: access/transam/xlog.c:5128 access/transam/xlog.c:5195
+#: access/transam/xlog.c:5157 access/transam/xlog.c:5224
 #, c-format
 msgid "checkpoint record is at %X/%X"
 msgstr "Checkpoint-Eintrag ist bei %X/%X"
 
-#: access/transam/xlog.c:5142
+#: access/transam/xlog.c:5171
 #, c-format
 msgid "could not find redo location referenced by checkpoint record"
 msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden"
 
-#: access/transam/xlog.c:5143 access/transam/xlog.c:5150
+#: access/transam/xlog.c:5172 access/transam/xlog.c:5179
 #, c-format
 msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
 msgstr "Wenn Sie gerade keine Sicherung wiederherstellen, versuchen Sie, die Datei »%s/backup_label« zu löschen."
 
-#: access/transam/xlog.c:5149
+#: access/transam/xlog.c:5178
 #, c-format
 msgid "could not locate required checkpoint record"
 msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden"
 
-#: access/transam/xlog.c:5205 access/transam/xlog.c:5220
+#: access/transam/xlog.c:5234 access/transam/xlog.c:5249
 #, c-format
 msgid "could not locate a valid checkpoint record"
 msgstr "konnte keinen gültigen Checkpoint-Datensatz finden"
 
-#: access/transam/xlog.c:5214
+#: access/transam/xlog.c:5243
 #, c-format
 msgid "using previous checkpoint record at %X/%X"
 msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X"
 
-#: access/transam/xlog.c:5244
+#: access/transam/xlog.c:5273
 #, c-format
 msgid "requested timeline %u is not a child of this server's history"
 msgstr "angeforderte Zeitleiste %u ist kein Kind der History dieses Servers"
 
-#: access/transam/xlog.c:5246
+#: access/transam/xlog.c:5275
 #, c-format
 msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X."
 msgstr "Neuester Checkpoint ist bei %X/%X auf Zeitleiste %u, aber in der History der angeforderten Zeitleiste zweigte der Server von dieser Zeitleiste bei %X/%X ab."
 
-#: access/transam/xlog.c:5262
+#: access/transam/xlog.c:5291
 #, c-format
 msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u"
 msgstr "angeforderte Zeitleiste %u enthält nicht den minimalen Wiederherstellungspunkt %X/%X auf Zeitleiste %u"
 
-#: access/transam/xlog.c:5271
+#: access/transam/xlog.c:5300
 #, c-format
 msgid "redo record is at %X/%X; shutdown %s"
 msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s"
 
-#: access/transam/xlog.c:5275
+#: access/transam/xlog.c:5304
 #, 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:5279
+#: access/transam/xlog.c:5308
 #, c-format
 msgid "next MultiXactId: %u; next MultiXactOffset: %u"
 msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u"
 
-#: access/transam/xlog.c:5282
+#: access/transam/xlog.c:5311
 #, c-format
 msgid "oldest unfrozen transaction ID: %u, in database %u"
 msgstr "älteste nicht eingefrorene Transaktions-ID: %u, in Datenbank %u"
 
-#: access/transam/xlog.c:5285
+#: access/transam/xlog.c:5314
 #, c-format
 msgid "oldest MultiXactId: %u, in database %u"
 msgstr "älteste MultiXactId: %u, in Datenbank %u"
 
-#: access/transam/xlog.c:5289
+#: access/transam/xlog.c:5318
 #, c-format
 msgid "invalid next transaction ID"
 msgstr "ungültige nächste Transaktions-ID"
 
-#: access/transam/xlog.c:5347
+#: access/transam/xlog.c:5376
 #, c-format
 msgid "invalid redo in checkpoint record"
 msgstr "ungültiges Redo im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:5358
+#: access/transam/xlog.c:5387
 #, c-format
 msgid "invalid redo record in shutdown checkpoint"
 msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint"
 
-#: access/transam/xlog.c:5389
+#: access/transam/xlog.c:5418
 #, c-format
 msgid "database system was not properly shut down; automatic recovery in progress"
 msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft"
 
-#: access/transam/xlog.c:5393
+#: access/transam/xlog.c:5422
 #, c-format
 msgid "crash recovery starts in timeline %u and has target timeline %u"
 msgstr "Wiederherstellung nach Absturz beginnt in Zeitleiste %u und hat Zielzeitleiste %u"
 
-#: access/transam/xlog.c:5437
+#: access/transam/xlog.c:5466
 #, c-format
 msgid "backup_label contains data inconsistent with control file"
 msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein"
 
-#: access/transam/xlog.c:5438
+#: access/transam/xlog.c:5467
 #, c-format
 msgid "This means that the backup is corrupted and you will have to use another backup for recovery."
 msgstr "Das bedeutet, dass die Datensicherung verfälscht ist und Sie eine andere Datensicherung zur Wiederherstellung verwenden werden müssen."
 
-#: access/transam/xlog.c:5499
+#: access/transam/xlog.c:5528
 #, c-format
 msgid "initializing for hot standby"
 msgstr "initialisiere für Hot Standby"
 
-#: access/transam/xlog.c:5633
+#: access/transam/xlog.c:5662
 #, c-format
 msgid "redo starts at %X/%X"
 msgstr "Redo beginnt bei %X/%X"
 
-#: access/transam/xlog.c:5834
+#: access/transam/xlog.c:5863
 #, c-format
 msgid "redo done at %X/%X"
 msgstr "Redo fertig bei %X/%X"
 
-#: access/transam/xlog.c:5839 access/transam/xlog.c:7714
+#: access/transam/xlog.c:5868 access/transam/xlog.c:7767
 #, c-format
 msgid "last completed transaction was at log time %s"
 msgstr "letzte vollständige Transaktion war bei Logzeit %s"
 
-#: access/transam/xlog.c:5847
+#: access/transam/xlog.c:5876
 #, c-format
 msgid "redo is not required"
 msgstr "Redo nicht nötig"
 
-#: access/transam/xlog.c:5905
+#: access/transam/xlog.c:5934
 #, c-format
 msgid "requested recovery stop point is before consistent recovery point"
 msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt"
 
-#: access/transam/xlog.c:5921 access/transam/xlog.c:5925
+#: access/transam/xlog.c:5950 access/transam/xlog.c:5954
 #, c-format
 msgid "WAL ends before end of online backup"
 msgstr "WAL endet vor dem Ende der Online-Sicherung"
 
-#: access/transam/xlog.c:5922
+#: access/transam/xlog.c:5951
 #, c-format
 msgid "All WAL generated while online backup was taken must be available at recovery."
 msgstr "Der komplette WAL, der während der Online-Sicherung erzeugt wurde, muss bei der Wiederherstellung verfügbar sein."
 
-#: access/transam/xlog.c:5926
+#: access/transam/xlog.c:5955
 #, c-format
 msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery."
 msgstr "Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der Wiederherstellung verfügbar sein."
 
-#: access/transam/xlog.c:5929
+#: access/transam/xlog.c:5958
 #, c-format
 msgid "WAL ends before consistent recovery point"
 msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt"
 
-#: access/transam/xlog.c:5956
+#: access/transam/xlog.c:5985
 #, c-format
 msgid "selected new timeline ID: %u"
 msgstr "gewählte neue Zeitleisten-ID: %u"
 
-#: access/transam/xlog.c:6323
+#: access/transam/xlog.c:6352
 #, c-format
 msgid "consistent recovery state reached at %X/%X"
 msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X"
 
-#: access/transam/xlog.c:6506
+#: access/transam/xlog.c:6535
 #, c-format
 msgid "invalid primary checkpoint link in control file"
 msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: access/transam/xlog.c:6510
+#: access/transam/xlog.c:6539
 #, c-format
 msgid "invalid secondary checkpoint link in control file"
 msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei"
 
-#: access/transam/xlog.c:6514
+#: access/transam/xlog.c:6543
 #, c-format
 msgid "invalid checkpoint link in backup_label file"
 msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei"
 
-#: access/transam/xlog.c:6531
+#: access/transam/xlog.c:6560
 #, c-format
 msgid "invalid primary checkpoint record"
 msgstr "ungültiger primärer Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6535
+#: access/transam/xlog.c:6564
 #, c-format
 msgid "invalid secondary checkpoint record"
 msgstr "ungültiger sekundärer Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6539
+#: access/transam/xlog.c:6568
 #, c-format
 msgid "invalid checkpoint record"
 msgstr "ungültiger Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6550
+#: access/transam/xlog.c:6579
 #, c-format
 msgid "invalid resource manager ID in primary checkpoint record"
 msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6554
+#: access/transam/xlog.c:6583
 #, c-format
 msgid "invalid resource manager ID in secondary checkpoint record"
 msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6558
+#: access/transam/xlog.c:6587
 #, c-format
 msgid "invalid resource manager ID in checkpoint record"
 msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6570
+#: access/transam/xlog.c:6599
 #, c-format
 msgid "invalid xl_info in primary checkpoint record"
 msgstr "ungültige xl_info im primären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6574
+#: access/transam/xlog.c:6603
 #, c-format
 msgid "invalid xl_info in secondary checkpoint record"
 msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6578
+#: access/transam/xlog.c:6607
 #, c-format
 msgid "invalid xl_info in checkpoint record"
 msgstr "ungültige xl_info im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:6590
+#: access/transam/xlog.c:6619
 #, c-format
 msgid "invalid length of primary checkpoint record"
 msgstr "ungültige Länge des primären Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:6594
+#: access/transam/xlog.c:6623
 #, c-format
 msgid "invalid length of secondary checkpoint record"
 msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:6598
+#: access/transam/xlog.c:6627
 #, c-format
 msgid "invalid length of checkpoint record"
 msgstr "ungültige Länge des Checkpoint-Datensatzes"
 
-#: access/transam/xlog.c:6751
+#: access/transam/xlog.c:6780
 #, c-format
 msgid "shutting down"
 msgstr "fahre herunter"
 
-#: access/transam/xlog.c:6774
+#: access/transam/xlog.c:6803
 #, c-format
 msgid "database system is shut down"
 msgstr "Datenbanksystem ist heruntergefahren"
 
-#: access/transam/xlog.c:7240
+#: access/transam/xlog.c:7269
 #, c-format
 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:7528
+#: access/transam/xlog.c:7560
 #, c-format
 msgid "skipping restartpoint, recovery has already ended"
 msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet"
 
-#: access/transam/xlog.c:7551
+#: access/transam/xlog.c:7583
 #, c-format
 msgid "skipping restartpoint, already performed at %X/%X"
 msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt"
 
-#: access/transam/xlog.c:7712
+#: access/transam/xlog.c:7765
 #, c-format
 msgid "recovery restart point at %X/%X"
 msgstr "Recovery-Restart-Punkt bei %X/%X"
 
-#: access/transam/xlog.c:7838
+#: access/transam/xlog.c:7891
 #, c-format
 msgid "restore point \"%s\" created at %X/%X"
 msgstr "Restore-Punkt »%s« erzeugt bei %X/%X"
 
-#: access/transam/xlog.c:8055
+#: access/transam/xlog.c:8108
 #, c-format
 msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record"
 msgstr "unerwartete vorherige Zeitleisten-ID %u (aktuelle Zeitleisten-ID %u) im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:8064
+#: access/transam/xlog.c:8117
 #, c-format
 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
 msgstr "unerwartete Zeitleisten-ID %u (nach %u) im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:8080
+#: access/transam/xlog.c:8133
 #, c-format
 msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u"
 msgstr "unerwartete Zeitleisten-ID %u in Checkpoint-Datensatz, bevor der minimale Wiederherstellungspunkt %X/%X auf Zeitleiste %u erreicht wurde"
 
-#: access/transam/xlog.c:8148
+#: access/transam/xlog.c:8201
 #, c-format
 msgid "online backup was canceled, recovery cannot continue"
 msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden"
 
-#: access/transam/xlog.c:8209 access/transam/xlog.c:8258
-#: access/transam/xlog.c:8281
+#: access/transam/xlog.c:8262 access/transam/xlog.c:8311
+#: access/transam/xlog.c:8334
 #, c-format
 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
 msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Checkpoint-Datensatz"
 
-#: access/transam/xlog.c:8514
+#: access/transam/xlog.c:8567
 #, c-format
 msgid "could not fsync log segment %s: %m"
 msgstr "konnte Logsegment %s nicht fsyncen: %m"
 
-#: access/transam/xlog.c:8538
+#: access/transam/xlog.c:8591
 #, c-format
 msgid "could not fsync log file %s: %m"
 msgstr "konnte Logdatei %s nicht fsyncen: %m"
 
-#: access/transam/xlog.c:8546
+#: access/transam/xlog.c:8599
 #, c-format
 msgid "could not fsync write-through log file %s: %m"
 msgstr "konnte Write-Through-Logdatei %s nicht fsyncen: %m"
 
-#: access/transam/xlog.c:8555
+#: access/transam/xlog.c:8608
 #, c-format
 msgid "could not fdatasync log file %s: %m"
 msgstr "konnte Logdatei %s nicht fdatasyncen: %m"
 
-#: access/transam/xlog.c:8633 access/transam/xlog.c:8969
+#: access/transam/xlog.c:8686 access/transam/xlog.c:9055
 #: access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151
 #: access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217
 #: access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373
@@ -1828,50 +1829,50 @@ msgstr "konnte Logdatei %s nicht fdatasyncen: %m"
 msgid "recovery is in progress"
 msgstr "Wiederherstellung läuft"
 
-#: access/transam/xlog.c:8634 access/transam/xlog.c:8970
+#: access/transam/xlog.c:8687 access/transam/xlog.c:9056
 #: access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152
 #: access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218
 #, c-format
 msgid "WAL control functions cannot be executed during recovery."
 msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden."
 
-#: access/transam/xlog.c:8643 access/transam/xlog.c:8979
+#: access/transam/xlog.c:8696 access/transam/xlog.c:9065
 #, c-format
 msgid "WAL level not sufficient for making an online backup"
 msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen"
 
-#: access/transam/xlog.c:8644 access/transam/xlog.c:8980
+#: access/transam/xlog.c:8697 access/transam/xlog.c:9066
 #: access/transam/xlogfuncs.c:158
 #, c-format
 msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start."
 msgstr "wal_level muss beim Serverstart auf »archive« oder »hot_standby« gesetzt werden."
 
-#: access/transam/xlog.c:8649
+#: access/transam/xlog.c:8702
 #, c-format
 msgid "backup label too long (max %d bytes)"
 msgstr "Backup-Label zu lang (maximal %d Bytes)"
 
-#: access/transam/xlog.c:8680 access/transam/xlog.c:8857
+#: access/transam/xlog.c:8738 access/transam/xlog.c:8915
 #, c-format
 msgid "a backup is already in progress"
 msgstr "ein Backup läuft bereits"
 
-#: access/transam/xlog.c:8681
+#: access/transam/xlog.c:8739
 #, c-format
 msgid "Run pg_stop_backup() and try again."
 msgstr "Führen Sie pg_stop_backup() aus und versuchen Sie es nochmal."
 
-#: access/transam/xlog.c:8775
+#: access/transam/xlog.c:8833
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed since last restartpoint"
 msgstr "mit full_page_writes=off erzeugtes WAL wurde seit dem letzten Restart-Punkt zurückgespielt"
 
-#: access/transam/xlog.c:8777 access/transam/xlog.c:9130
+#: access/transam/xlog.c:8835 access/transam/xlog.c:9242
 #, c-format
 msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again."
 msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server verfälscht ist und nicht verwendet werden sollte. Schalten Sie full_page_writes ein, führen Sie CHECKPOINT aus und versuchen Sie dann die Online-Sicherung erneut."
 
-#: access/transam/xlog.c:8851 access/transam/xlog.c:9020
+#: access/transam/xlog.c:8909 access/transam/xlog.c:9103
 #: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265
 #: guc-file.l:775 replication/basebackup.c:397 replication/basebackup.c:463
 #: storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2632
@@ -1881,117 +1882,122 @@ msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server ve
 msgid "could not stat file \"%s\": %m"
 msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m"
 
-#: access/transam/xlog.c:8858
+#: access/transam/xlog.c:8916
 #, c-format
 msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
 msgstr "Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei »%s« und versuchen Sie es noch einmal."
 
-#: access/transam/xlog.c:8875 access/transam/xlog.c:9193
+#: access/transam/xlog.c:8933 access/transam/xlog.c:9305
 #, c-format
 msgid "could not write file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht schreiben: %m"
 
-#: access/transam/xlog.c:9024
+#: access/transam/xlog.c:9081
+#, c-format
+msgid "exclusive backup not in progress"
+msgstr "es läuft kein exklusives Backup"
+
+#: access/transam/xlog.c:9107
 #, c-format
 msgid "a backup is not in progress"
 msgstr "es läuft kein Backup"
 
-#: access/transam/xlog.c:9050 access/transam/xlogarchive.c:114
-#: access/transam/xlogarchive.c:466 storage/smgr/md.c:405
-#: storage/smgr/md.c:454 storage/smgr/md.c:1319
+#: access/transam/xlog.c:9133 access/transam/xlogarchive.c:114
+#: access/transam/xlogarchive.c:466 storage/smgr/md.c:405 storage/smgr/md.c:454
+#: storage/smgr/md.c:1319
 #, c-format
 msgid "could not remove file \"%s\": %m"
 msgstr "konnte Datei »%s« nicht löschen: %m"
 
-#: access/transam/xlog.c:9063 access/transam/xlog.c:9076
-#: access/transam/xlog.c:9427 access/transam/xlog.c:9433
+#: access/transam/xlog.c:9175 access/transam/xlog.c:9188
+#: access/transam/xlog.c:9539 access/transam/xlog.c:9545
 #: access/transam/xlogfuncs.c:626
 #, c-format
 msgid "invalid data in file \"%s\""
 msgstr "ungültige Daten in Datei »%s«"
 
-#: access/transam/xlog.c:9080 replication/basebackup.c:871
+#: access/transam/xlog.c:9192 replication/basebackup.c:871
 #, c-format
 msgid "the standby was promoted during online backup"
 msgstr "der Standby-Server wurde während der Online-Sicherung zum Primärserver befördert"
 
-#: access/transam/xlog.c:9081 replication/basebackup.c:872
+#: access/transam/xlog.c:9193 replication/basebackup.c:872
 #, c-format
 msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
 msgstr "Das bedeutet, dass die aktuelle Online-Sicherung verfälscht ist und nicht verwendet werden sollte. Versuchen Sie, eine neue Online-Sicherung durchzuführen."
 
-#: access/transam/xlog.c:9128
+#: access/transam/xlog.c:9240
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed during online backup"
 msgstr "mit full_page_writes=off erzeugtes WAL wurde während der Online-Sicherung zurückgespielt"
 
-#: access/transam/xlog.c:9242
+#: access/transam/xlog.c:9354
 #, c-format
 msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
 msgstr "Aufräumen nach pg_stop_backup beendet, warte bis die benötigten WAL-Segmente archiviert sind"
 
-#: access/transam/xlog.c:9252
+#: access/transam/xlog.c:9364
 #, c-format
 msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)"
 msgstr "pg_stop_backup wartet immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)"
 
-#: access/transam/xlog.c:9254
+#: access/transam/xlog.c:9366
 #, c-format
 msgid "Check that your archive_command is executing properly.  pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments."
 msgstr "Prüfen Sie, ob das archive_command korrekt ausgeführt wird. pg_stop_backup kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein."
 
-#: access/transam/xlog.c:9261
+#: access/transam/xlog.c:9373
 #, c-format
 msgid "pg_stop_backup complete, all required WAL segments have been archived"
 msgstr "pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert"
 
-#: access/transam/xlog.c:9265
+#: access/transam/xlog.c:9377
 #, c-format
 msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
 msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen"
 
-#: access/transam/xlog.c:9478
+#: access/transam/xlog.c:9590
 #, c-format
 msgid "xlog redo %s"
 msgstr "xlog redo %s"
 
-#: access/transam/xlog.c:9518
+#: access/transam/xlog.c:9630
 #, c-format
 msgid "online backup mode canceled"
 msgstr "Online-Sicherungsmodus storniert"
 
-#: access/transam/xlog.c:9519
+#: access/transam/xlog.c:9631
 #, c-format
 msgid "\"%s\" was renamed to \"%s\"."
 msgstr "»%s« wurde in »%s« umbenannt."
 
-#: access/transam/xlog.c:9526
+#: access/transam/xlog.c:9638
 #, c-format
 msgid "online backup mode was not canceled"
 msgstr "Online-Sicherungsmodus wurde nicht storniert"
 
-#: access/transam/xlog.c:9527
+#: access/transam/xlog.c:9639
 #, c-format
 msgid "Could not rename \"%s\" to \"%s\": %m."
 msgstr "Konnte »%s« nicht in »%s« umbenennen: %m."
 
-#: access/transam/xlog.c:9647 replication/walreceiver.c:934
+#: access/transam/xlog.c:9759 replication/walreceiver.c:934
 #: replication/walsender.c:1352
 #, c-format
 msgid "could not seek in log segment %s to offset %u: %m"
 msgstr "konnte Positionszeiger von Logsegment %s nicht auf %u setzen: %m"
 
-#: access/transam/xlog.c:9659
+#: access/transam/xlog.c:9771
 #, c-format
 msgid "could not read from log segment %s, offset %u: %m"
 msgstr "konnte nicht aus Logsegment %s, Position %u lesen: %m"
 
-#: access/transam/xlog.c:10121
+#: access/transam/xlog.c:10233
 #, c-format
 msgid "received promote request"
 msgstr "Anforderung zum Befördern empfangen"
 
-#: access/transam/xlog.c:10134
+#: access/transam/xlog.c:10246
 #, c-format
 msgid "trigger file found: %s"
 msgstr "Triggerdatei gefunden: %s"
@@ -2018,8 +2024,8 @@ msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: Rückgabecode %d"
 msgid "%s \"%s\": return code %d"
 msgstr "%s »%s«: Rückgabecode %d"
 
-#: access/transam/xlogarchive.c:457 storage/file/fd.c:494
-#: storage/file/fd.c:552 utils/time/snapmgr.c:884
+#: access/transam/xlogarchive.c:457 storage/file/fd.c:494 storage/file/fd.c:552
+#: utils/time/snapmgr.c:884
 #, c-format
 msgid "could not rename file \"%s\" to \"%s\": %m"
 msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m"
@@ -2384,17 +2390,17 @@ msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden"
 #: commands/tablecmds.c:4920 commands/tablecmds.c:4970
 #: commands/tablecmds.c:5074 commands/tablecmds.c:5121
 #: commands/tablecmds.c:5205 commands/tablecmds.c:5293
-#: commands/tablecmds.c:7236 commands/tablecmds.c:7455
-#: commands/tablecmds.c:7847 commands/trigger.c:616 parser/analyze.c:1994
-#: parser/parse_relation.c:2173 parser/parse_relation.c:2230
-#: parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840
-#: utils/adt/ruleutils.c:1810
+#: commands/tablecmds.c:7254 commands/tablecmds.c:7473
+#: commands/tablecmds.c:7865 commands/trigger.c:616 parser/analyze.c:1994
+#: parser/parse_relation.c:2259 parser/parse_relation.c:2316
+#: parser/parse_target.c:931 parser/parse_type.c:124 utils/adt/acl.c:2840
+#: utils/adt/ruleutils.c:1813
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist"
 msgstr "Spalte »%s« von Relation »%s« existiert nicht"
 
 #: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076
-#: commands/tablecmds.c:214 commands/tablecmds.c:10619 utils/adt/acl.c:2076
+#: commands/tablecmds.c:214 commands/tablecmds.c:10676 utils/adt/acl.c:2076
 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170
 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228
 #, c-format
@@ -2772,37 +2778,37 @@ msgstr "ungültiger Fork-Name"
 msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"."
 msgstr "Gültige Fork-Namen sind »main«, »fsm«, »vm« und »init«."
 
-#: catalog/dependency.c:626
+#: catalog/dependency.c:625
 #, c-format
 msgid "cannot drop %s because %s requires it"
 msgstr "kann %s nicht löschen, wird von %s benötigt"
 
-#: catalog/dependency.c:629
+#: catalog/dependency.c:628
 #, c-format
 msgid "You can drop %s instead."
 msgstr "Sie können stattdessen %s löschen."
 
-#: catalog/dependency.c:790 catalog/pg_shdepend.c:575
+#: catalog/dependency.c:789 catalog/pg_shdepend.c:575
 #, 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:906
+#: catalog/dependency.c:905
 #, c-format
 msgid "drop auto-cascades to %s"
 msgstr "Löschvorgang löscht automatisch %s"
 
-#: catalog/dependency.c:918 catalog/dependency.c:927
+#: catalog/dependency.c:917 catalog/dependency.c:926
 #, c-format
 msgid "%s depends on %s"
 msgstr "%s hängt von %s ab"
 
-#: catalog/dependency.c:939 catalog/dependency.c:948
+#: catalog/dependency.c:938 catalog/dependency.c:947
 #, c-format
 msgid "drop cascades to %s"
 msgstr "Löschvorgang löscht ebenfalls %s"
 
-#: catalog/dependency.c:956 catalog/pg_shdepend.c:686
+#: catalog/dependency.c:955 catalog/pg_shdepend.c:686
 #, c-format
 msgid ""
 "\n"
@@ -2817,13 +2823,13 @@ msgstr[1] ""
 "\n"
 "und %d weitere Objekte (Liste im Serverlog)"
 
-#: catalog/dependency.c:968
+#: catalog/dependency.c:967
 #, 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:970 catalog/dependency.c:971 catalog/dependency.c:977
-#: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990
+#: catalog/dependency.c:969 catalog/dependency.c:970 catalog/dependency.c:976
+#: catalog/dependency.c:977 catalog/dependency.c:988 catalog/dependency.c:989
 #: catalog/objectaddress.c:751 commands/tablecmds.c:739 commands/user.c:988
 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955
 #: storage/lmgr/proc.c:1190 utils/misc/guc.c:5528 utils/misc/guc.c:5863
@@ -2833,18 +2839,18 @@ msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen"
 msgid "%s"
 msgstr "%s"
 
-#: catalog/dependency.c:972 catalog/dependency.c:979
+#: catalog/dependency.c:971 catalog/dependency.c:978
 #, c-format
 msgid "Use DROP ... CASCADE to drop the dependent objects too."
 msgstr "Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu löschen."
 
-#: catalog/dependency.c:976
+#: catalog/dependency.c:975
 #, c-format
 msgid "cannot drop desired object(s) because other objects depend on them"
 msgstr "kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen"
 
 #. translator: %d always has a value larger than 1
-#: catalog/dependency.c:985
+#: catalog/dependency.c:984
 #, c-format
 msgid "drop cascades to %d other object"
 msgid_plural "drop cascades to %d other objects"
@@ -2906,8 +2912,8 @@ msgstr "für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abge
 #: commands/indexcmds.c:1091 commands/view.c:86 regex/regc_pg_locale.c:262
 #: utils/adt/formatting.c:1518 utils/adt/formatting.c:1570
 #: utils/adt/formatting.c:1638 utils/adt/formatting.c:1690
-#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823
-#: utils/adt/like.c:213 utils/adt/selfuncs.c:5225 utils/adt/varlena.c:1381
+#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 utils/adt/like.c:213
+#: utils/adt/selfuncs.c:5225 utils/adt/varlena.c:1381
 #, c-format
 msgid "Use the COLLATE clause to set the collation explicitly."
 msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen."
@@ -2929,84 +2935,84 @@ msgstr "Typ »%s« existiert bereits"
 msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type."
 msgstr "Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher müssen Sie einen Namen wählen, der nicht mit einem bestehenden Typ kollidiert."
 
-#: catalog/heap.c:2251
+#: catalog/heap.c:2252
 #, c-format
 msgid "check constraint \"%s\" already exists"
 msgstr "Check-Constraint »%s« existiert bereits"
 
-#: catalog/heap.c:2416 catalog/pg_constraint.c:650 commands/tablecmds.c:5620
+#: catalog/heap.c:2417 catalog/pg_constraint.c:650 commands/tablecmds.c:5620
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
 msgstr "Constraint »%s« existiert bereits für Relation »%s«"
 
-#: catalog/heap.c:2423
+#: catalog/heap.c:2424
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\""
 msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für Relation »%s«"
 
-#: catalog/heap.c:2434
+#: catalog/heap.c:2435
 #, c-format
 msgid "constraint \"%s\" conflicts with inherited constraint on relation \"%s\""
 msgstr "Constraint »%s« kollidiert mit vererbtem Constraint für Relation »%s«"
 
-#: catalog/heap.c:2444
+#: catalog/heap.c:2445
 #, c-format
 msgid "constraint \"%s\" conflicts with NOT VALID constraint on relation \"%s\""
 msgstr "Constraint »%s« kollidiert mit NOT-VALID-Constraint für Relation »%s«"
 
-#: catalog/heap.c:2449
+#: catalog/heap.c:2450
 #, c-format
 msgid "merging constraint \"%s\" with inherited definition"
 msgstr "Constraint »%s« wird mit geerbter Definition zusammengeführt"
 
-#: catalog/heap.c:2555
+#: catalog/heap.c:2556
 #, c-format
 msgid "cannot use column references in default expression"
 msgstr "Spaltenverweise können nicht in Vorgabeausdrücken verwendet werden"
 
-#: catalog/heap.c:2566
+#: catalog/heap.c:2567
 #, c-format
 msgid "default expression must not return a set"
 msgstr "Vorgabeausdruck kann keine Ergebnismenge zurückgeben"
 
-#: catalog/heap.c:2585 rewrite/rewriteHandler.c:1058
+#: catalog/heap.c:2586 rewrite/rewriteHandler.c:1058
 #, 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:2590 commands/prepare.c:374 parser/parse_node.c:411
-#: parser/parse_target.c:509 parser/parse_target.c:758
-#: parser/parse_target.c:768 rewrite/rewriteHandler.c:1063
+#: catalog/heap.c:2591 commands/prepare.c:374 parser/parse_node.c:411
+#: parser/parse_target.c:520 parser/parse_target.c:769
+#: parser/parse_target.c:779 rewrite/rewriteHandler.c:1063
 #, c-format
 msgid "You will need to rewrite or cast the expression."
 msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen."
 
-#: catalog/heap.c:2637
+#: catalog/heap.c:2638
 #, 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:2877
+#: catalog/heap.c:2878
 #, c-format
 msgid "unsupported ON COMMIT and foreign key combination"
 msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel"
 
-#: catalog/heap.c:2878
+#: catalog/heap.c:2879
 #, c-format
 msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
 msgstr "Tabelle »%s« verweist auf »%s«, aber sie haben nicht die gleiche ON-COMMIT-Einstellung."
 
-#: catalog/heap.c:2883
+#: catalog/heap.c:2884
 #, c-format
 msgid "cannot truncate a table referenced in a foreign key constraint"
 msgstr "kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, nicht leeren"
 
-#: catalog/heap.c:2884
+#: catalog/heap.c:2885
 #, c-format
 msgid "Table \"%s\" references \"%s\"."
 msgstr "Tabelle »%s« verweist auf »%s«."
 
-#: catalog/heap.c:2886
+#: catalog/heap.c:2887
 #, 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."
@@ -3072,13 +3078,13 @@ msgstr "konnte Sperre für Relation »%s.%s« nicht setzen"
 msgid "could not obtain lock on relation \"%s\""
 msgstr "konnte Sperre für Relation »%s« nicht setzen"
 
-#: catalog/namespace.c:412 parser/parse_relation.c:962
+#: catalog/namespace.c:412 parser/parse_relation.c:963
 #, c-format
 msgid "relation \"%s.%s\" does not exist"
 msgstr "Relation »%s.%s« existiert nicht"
 
-#: catalog/namespace.c:417 parser/parse_relation.c:975
-#: parser/parse_relation.c:983 utils/adt/regproc.c:853
+#: catalog/namespace.c:417 parser/parse_relation.c:976
+#: parser/parse_relation.c:984 utils/adt/regproc.c:853
 #, c-format
 msgid "relation \"%s\" does not exist"
 msgstr "Relation »%s« existiert nicht"
@@ -3125,13 +3131,13 @@ msgstr "Textsuchevorlage »%s« existiert nicht"
 msgid "text search configuration \"%s\" does not exist"
 msgstr "Textsuchekonfiguration »%s« existiert nicht"
 
-#: catalog/namespace.c:2628 parser/parse_expr.c:787 parser/parse_target.c:1110
+#: catalog/namespace.c:2628 parser/parse_expr.c:787 parser/parse_target.c:1121
 #, c-format
 msgid "cross-database references are not implemented: %s"
 msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s"
 
 #: catalog/namespace.c:2634 gram.y:12481 gram.y:13658 parser/parse_expr.c:794
-#: parser/parse_target.c:1117
+#: parser/parse_target.c:1128
 #, c-format
 msgid "improper qualified name (too many dotted names): %s"
 msgstr "falscher qualifizierter Name (zu viele Namensteile): %s"
@@ -3151,8 +3157,7 @@ msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden"
 msgid "cannot move objects into or out of TOAST schema"
 msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden"
 
-#: catalog/namespace.c:2855 commands/schemacmds.c:212
-#: commands/schemacmds.c:288
+#: catalog/namespace.c:2855 commands/schemacmds.c:212 commands/schemacmds.c:288
 #, c-format
 msgid "schema \"%s\" does not exist"
 msgstr "Schema »%s« existiert nicht"
@@ -3227,25 +3232,25 @@ msgstr "Ereignistriggername kann nicht qualifiziert werden"
 
 #: catalog/objectaddress.c:856 commands/lockcmds.c:94 commands/tablecmds.c:208
 #: commands/tablecmds.c:1239 commands/tablecmds.c:4017
-#: commands/tablecmds.c:7358
+#: commands/tablecmds.c:7376
 #, c-format
 msgid "\"%s\" is not a table"
 msgstr "»%s« ist keine Tabelle"
 
 #: catalog/objectaddress.c:863 commands/tablecmds.c:220
-#: commands/tablecmds.c:4041 commands/tablecmds.c:10624 commands/view.c:123
+#: commands/tablecmds.c:4041 commands/tablecmds.c:10681 commands/view.c:123
 #, c-format
 msgid "\"%s\" is not a view"
 msgstr "»%s« ist keine Sicht"
 
 #: catalog/objectaddress.c:870 commands/matview.c:144 commands/tablecmds.c:226
-#: commands/tablecmds.c:10629
+#: commands/tablecmds.c:10686
 #, c-format
 msgid "\"%s\" is not a materialized view"
 msgstr "»%s« ist keine materialisierte Sicht"
 
 #: catalog/objectaddress.c:877 commands/tablecmds.c:244
-#: commands/tablecmds.c:4044 commands/tablecmds.c:10634
+#: commands/tablecmds.c:4044 commands/tablecmds.c:10691
 #, c-format
 msgid "\"%s\" is not a foreign table"
 msgstr "»%s« ist keine Fremdtabelle"
@@ -3565,11 +3570,11 @@ msgstr "Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argumen
 msgid "sort operator can only be specified for single-argument aggregates"
 msgstr "Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben werden"
 
-#: catalog/pg_aggregate.c:356 commands/typecmds.c:1655
-#: commands/typecmds.c:1706 commands/typecmds.c:1737 commands/typecmds.c:1760
-#: commands/typecmds.c:1781 commands/typecmds.c:1808 commands/typecmds.c:1835
-#: commands/typecmds.c:1912 commands/typecmds.c:1954 parser/parse_func.c:290
-#: parser/parse_func.c:301 parser/parse_func.c:1559
+#: catalog/pg_aggregate.c:356 commands/typecmds.c:1655 commands/typecmds.c:1706
+#: commands/typecmds.c:1737 commands/typecmds.c:1760 commands/typecmds.c:1781
+#: commands/typecmds.c:1808 commands/typecmds.c:1835 commands/typecmds.c:1912
+#: commands/typecmds.c:1954 parser/parse_func.c:290 parser/parse_func.c:301
+#: parser/parse_func.c:1559
 #, c-format
 msgid "function %s does not exist"
 msgstr "Funktion %s existiert nicht"
@@ -3827,7 +3832,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:945 executor/functions.c:1418
+#: catalog/pg_proc.c:945 executor/functions.c:1427
 #, c-format
 msgid "SQL function \"%s\""
 msgstr "SQL-Funktion »%s«"
@@ -3922,7 +3927,7 @@ msgid "could not form array type name for type \"%s\""
 msgstr "konnte keinen Arraytypnamen für Datentyp »%s« erzeugen"
 
 #: catalog/toasting.c:91 commands/indexcmds.c:381 commands/tablecmds.c:4026
-#: commands/tablecmds.c:10512
+#: commands/tablecmds.c:10569
 #, c-format
 msgid "\"%s\" is not a table or materialized view"
 msgstr "»%s« ist keine Tabelle oder materialisierte Sicht"
@@ -4121,7 +4126,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:175 commands/tablecmds.c:8571
+#: commands/cluster.c:175 commands/tablecmds.c:8589
 #, c-format
 msgid "index \"%s\" for table \"%s\" does not exist"
 msgstr "Index »%s« für Tabelle »%s« existiert nicht"
@@ -4702,14 +4707,14 @@ msgid "incorrect binary data format"
 msgstr "falsches Binärdatenformat"
 
 #: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1403
-#: commands/tablecmds.c:2212 parser/parse_relation.c:2652
-#: utils/adt/tsvector_op.c:1417
+#: commands/tablecmds.c:2212 parser/parse_relation.c:2745
+#: utils/adt/tsvector_op.c:1418
 #, c-format
 msgid "column \"%s\" does not exist"
 msgstr "Spalte »%s« existiert nicht"
 
 #: commands/copy.c:4194 commands/tablecmds.c:1429 commands/trigger.c:625
-#: parser/parse_target.c:936 parser/parse_target.c:947
+#: parser/parse_target.c:947 parser/parse_target.c:958
 #, c-format
 msgid "column \"%s\" specified more than once"
 msgstr "Spalte »%s« mehrmals angegeben"
@@ -4955,7 +4960,7 @@ msgid "invalid argument for %s: \"%s\""
 msgstr "ungültiges Argument für %s: »%s«"
 
 #: commands/dropcmds.c:100 commands/functioncmds.c:1079
-#: utils/adt/ruleutils.c:1907
+#: utils/adt/ruleutils.c:1910
 #, c-format
 msgid "\"%s\" is an aggregate function"
 msgstr "»%s« ist eine Aggregatfunktion"
@@ -5135,7 +5140,7 @@ msgstr "%s kann nur in einer sql_drop-Ereignistriggerfunktion aufgerufen werden"
 #: commands/event_trigger.c:1226 commands/extension.c:1650
 #: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702
 #: executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143
-#: executor/execQual.c:5333 executor/functions.c:1018 foreign/foreign.c:421
+#: executor/execQual.c:5333 executor/functions.c:1027 foreign/foreign.c:421
 #: replication/walsender.c:1901 utils/adt/jsonfuncs.c:924
 #: utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601
 #: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:1052
@@ -5730,9 +5735,8 @@ msgstr "kein Inline-Code angegeben"
 msgid "language \"%s\" does not support inline code execution"
 msgstr "Sprache »%s« unterstützt das Ausführen von Inline-Code nicht"
 
-#: commands/indexcmds.c:159 commands/indexcmds.c:487
-#: commands/opclasscmds.c:364 commands/opclasscmds.c:784
-#: commands/opclasscmds.c:1743
+#: commands/indexcmds.c:159 commands/indexcmds.c:487 commands/opclasscmds.c:364
+#: commands/opclasscmds.c:784 commands/opclasscmds.c:1743
 #, c-format
 msgid "access method \"%s\" does not exist"
 msgstr "Zugriffsmethode »%s« existiert nicht"
@@ -5757,7 +5761,7 @@ msgstr "kann keinen Index für Fremdtabelle »%s« erzeugen"
 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:446 commands/tablecmds.c:522 commands/tablecmds.c:8841
+#: commands/indexcmds.c:446 commands/tablecmds.c:522 commands/tablecmds.c:8859
 #, c-format
 msgid "only shared relations can be placed in pg_global tablespace"
 msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden"
@@ -6091,8 +6095,7 @@ msgstr "Restriktionsschätzfunktion %s muss Typ »float8« zurückgeben"
 msgid "join estimator function %s must return type \"float8\""
 msgstr "Join-Schätzfunktion %s muss Typ »float8« zurückgeben"
 
-#: commands/portalcmds.c:61 commands/portalcmds.c:160
-#: commands/portalcmds.c:212
+#: commands/portalcmds.c:61 commands/portalcmds.c:160 commands/portalcmds.c:212
 #, c-format
 msgid "invalid cursor name: must not be empty"
 msgstr "ungültiger Cursorname: darf nicht leer sein"
@@ -6224,7 +6227,7 @@ msgid "unlogged sequences are not supported"
 msgstr "ungeloggte Sequenzen werden nicht unterstützt"
 
 #: commands/sequence.c:430 commands/tablecmds.c:2293 commands/tablecmds.c:2472
-#: commands/tablecmds.c:10000 tcop/utility.c:999
+#: commands/tablecmds.c:10057 tcop/utility.c:999
 #, c-format
 msgid "relation \"%s\" does not exist, skipping"
 msgstr "Relation »%s« existiert nicht, wird übersprungen"
@@ -6393,8 +6396,7 @@ 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:242 commands/tablecmds.c:7833
-#: commands/tablecmds.c:9932
+#: commands/tablecmds.c:242 commands/tablecmds.c:7851 commands/tablecmds.c:9983
 #, c-format
 msgid "foreign table \"%s\" does not exist"
 msgstr "Fremdtabelle »%s« existiert nicht"
@@ -6435,11 +6437,10 @@ msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten
 msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
 msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE"
 
-#: commands/tablecmds.c:914 commands/tablecmds.c:1252
-#: commands/tablecmds.c:2108 commands/tablecmds.c:3999
-#: commands/tablecmds.c:5819 commands/tablecmds.c:10545
-#: commands/tablecmds.c:10580 commands/trigger.c:213 commands/trigger.c:1098
-#: commands/trigger.c:1204 rewrite/rewriteDefine.c:274
+#: commands/tablecmds.c:914 commands/tablecmds.c:1252 commands/tablecmds.c:2108
+#: commands/tablecmds.c:3999 commands/tablecmds.c:5819
+#: commands/tablecmds.c:10602 commands/tablecmds.c:10637 commands/trigger.c:213
+#: commands/trigger.c:1098 commands/trigger.c:1204 rewrite/rewriteDefine.c:274
 #: rewrite/rewriteDefine.c:902
 #, c-format
 msgid "permission denied: \"%s\" is a system catalog"
@@ -6460,17 +6461,17 @@ msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren"
 msgid "inherited relation \"%s\" is not a table"
 msgstr "geerbte Relation »%s« ist keine Tabelle"
 
-#: commands/tablecmds.c:1474 commands/tablecmds.c:9106
+#: commands/tablecmds.c:1474 commands/tablecmds.c:9124
 #, c-format
 msgid "cannot inherit from temporary relation \"%s\""
 msgstr "von temporärer Relation »%s« kann nicht geerbt werden"
 
-#: commands/tablecmds.c:1482 commands/tablecmds.c:9114
+#: commands/tablecmds.c:1482 commands/tablecmds.c:9132
 #, c-format
 msgid "cannot inherit from temporary relation of another session"
 msgstr "von temporärer Relation einer anderen Sitzung kann nicht geerbt werden"
 
-#: commands/tablecmds.c:1498 commands/tablecmds.c:9148
+#: commands/tablecmds.c:1498 commands/tablecmds.c:9166
 #, c-format
 msgid "relation \"%s\" would be inherited from more than once"
 msgstr "von der Relation »%s« würde mehrmals geerbt werden"
@@ -6705,12 +6706,12 @@ msgstr "Typ %s ist kein zusammengesetzter Typ"
 msgid "cannot add column to typed table"
 msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden"
 
-#: commands/tablecmds.c:4415 commands/tablecmds.c:9302
+#: commands/tablecmds.c:4415 commands/tablecmds.c:9320
 #, 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:4421 commands/tablecmds.c:9309
+#: commands/tablecmds.c:4421 commands/tablecmds.c:9327
 #, c-format
 msgid "child table \"%s\" has different collation for column \"%s\""
 msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«"
@@ -6738,7 +6739,7 @@ msgstr "Spalte »%s« von Relation »%s« existiert bereits"
 #: commands/tablecmds.c:4834 commands/tablecmds.c:4929
 #: commands/tablecmds.c:4977 commands/tablecmds.c:5081
 #: commands/tablecmds.c:5128 commands/tablecmds.c:5212
-#: commands/tablecmds.c:7245 commands/tablecmds.c:7855
+#: commands/tablecmds.c:7263 commands/tablecmds.c:7873
 #, c-format
 msgid "cannot alter system column \"%s\""
 msgstr "Systemspalte »%s« kann nicht geändert werden"
@@ -6838,8 +6839,8 @@ msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden"
 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
 msgstr "Schlüsselspalten »%s« und »%s« haben inkompatible Typen: %s und %s."
 
-#: commands/tablecmds.c:6218 commands/tablecmds.c:7084
-#: commands/tablecmds.c:7140
+#: commands/tablecmds.c:6218 commands/tablecmds.c:7102
+#: commands/tablecmds.c:7158
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist"
 msgstr "Constraint »%s« von Relation »%s« existiert nicht"
@@ -6899,238 +6900,238 @@ msgstr "validiere Fremdschlüssel-Constraint »%s«"
 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
 msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden"
 
-#: commands/tablecmds.c:7090
+#: commands/tablecmds.c:7108
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "Constraint »%s« von Relation »%s« existiert nicht, wird übersprungen"
 
-#: commands/tablecmds.c:7229
+#: commands/tablecmds.c:7247
 #, c-format
 msgid "cannot alter column type of typed table"
 msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden"
 
-#: commands/tablecmds.c:7252
+#: commands/tablecmds.c:7270
 #, c-format
 msgid "cannot alter inherited column \"%s\""
 msgstr "kann vererbte Spalte »%s« nicht ändern"
 
-#: commands/tablecmds.c:7299
+#: commands/tablecmds.c:7317
 #, c-format
 msgid "transform expression must not return a set"
 msgstr "Umwandlungsausdruck kann keine Ergebnismenge zurückgeben"
 
-#: commands/tablecmds.c:7321
+#: commands/tablecmds.c:7339
 #, c-format
 msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s"
 msgstr "Ergebnis der USING-Klausel für Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"
 
-#: commands/tablecmds.c:7324
+#: commands/tablecmds.c:7342
 #, c-format
 msgid "You might need to add an explicit cast."
 msgstr "Sie müssen möglicherweise eine ausdrückliche Typumwandlung hinzufügen."
 
-#: commands/tablecmds.c:7328
+#: commands/tablecmds.c:7346
 #, c-format
 msgid "column \"%s\" cannot be cast automatically to type %s"
 msgstr "Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"
 
 #. translator: USING is SQL, don't translate it
-#: commands/tablecmds.c:7331
+#: commands/tablecmds.c:7349
 #, c-format
 msgid "You might need to specify \"USING %s::%s\"."
 msgstr "Sie müssen möglicherweise »USING %s::%s« angeben."
 
-#: commands/tablecmds.c:7384
+#: commands/tablecmds.c:7402
 #, 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:7465
+#: commands/tablecmds.c:7483
 #, c-format
 msgid "cannot alter type of column \"%s\" twice"
 msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden"
 
-#: commands/tablecmds.c:7501
+#: commands/tablecmds.c:7519
 #, c-format
 msgid "default for column \"%s\" cannot be cast automatically to type %s"
 msgstr "Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden"
 
-#: commands/tablecmds.c:7627
+#: commands/tablecmds.c:7645
 #, c-format
 msgid "cannot alter type of a column used by a view or rule"
 msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden"
 
-#: commands/tablecmds.c:7628 commands/tablecmds.c:7647
+#: commands/tablecmds.c:7646 commands/tablecmds.c:7665
 #, c-format
 msgid "%s depends on column \"%s\""
 msgstr "%s hängt von Spalte »%s« ab"
 
-#: commands/tablecmds.c:7646
+#: commands/tablecmds.c:7664
 #, c-format
 msgid "cannot alter type of a column used in a trigger definition"
 msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden"
 
-#: commands/tablecmds.c:8242
+#: commands/tablecmds.c:8260
 #, c-format
 msgid "cannot change owner of index \"%s\""
 msgstr "kann Eigentümer des Index »%s« nicht ändern"
 
-#: commands/tablecmds.c:8244
+#: commands/tablecmds.c:8262
 #, c-format
 msgid "Change the ownership of the index's table, instead."
 msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index."
 
-#: commands/tablecmds.c:8260
+#: commands/tablecmds.c:8278
 #, c-format
 msgid "cannot change owner of sequence \"%s\""
 msgstr "kann Eigentümer der Sequenz »%s« nicht ändern"
 
-#: commands/tablecmds.c:8262 commands/tablecmds.c:10019
+#: commands/tablecmds.c:8280 commands/tablecmds.c:10076
 #, c-format
 msgid "Sequence \"%s\" is linked to table \"%s\"."
 msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft."
 
-#: commands/tablecmds.c:8274 commands/tablecmds.c:10655
+#: commands/tablecmds.c:8292 commands/tablecmds.c:10712
 #, c-format
 msgid "Use ALTER TYPE instead."
 msgstr "Verwenden Sie stattdessen ALTER TYPE."
 
-#: commands/tablecmds.c:8283
+#: commands/tablecmds.c:8301
 #, c-format
 msgid "\"%s\" is not a table, view, sequence, or foreign table"
 msgstr "»%s« ist keine Tabelle, Sicht, Sequenz oder Fremdtabelle"
 
-#: commands/tablecmds.c:8618
+#: commands/tablecmds.c:8636
 #, c-format
 msgid "cannot have multiple SET TABLESPACE subcommands"
 msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig"
 
-#: commands/tablecmds.c:8689
+#: commands/tablecmds.c:8707
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table"
 msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, Index noch TOAST-Tabelle"
 
-#: commands/tablecmds.c:8834
+#: commands/tablecmds.c:8852
 #, c-format
 msgid "cannot move system relation \"%s\""
 msgstr "Systemrelation »%s« kann nicht verschoben werden"
 
-#: commands/tablecmds.c:8850
+#: commands/tablecmds.c:8868
 #, c-format
 msgid "cannot move temporary tables of other sessions"
 msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden"
 
-#: commands/tablecmds.c:8997 storage/buffer/bufmgr.c:502
+#: commands/tablecmds.c:9015 storage/buffer/bufmgr.c:502
 #, c-format
 msgid "invalid page in block %u of relation %s"
 msgstr "ungültige Seite in Block %u von Relation %s"
 
-#: commands/tablecmds.c:9075
+#: commands/tablecmds.c:9093
 #, c-format
 msgid "cannot change inheritance of typed table"
 msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden"
 
-#: commands/tablecmds.c:9121
+#: commands/tablecmds.c:9139
 #, c-format
 msgid "cannot inherit to temporary relation of another session"
 msgstr "an temporäre Relation einer anderen Sitzung kann nicht vererbt werden"
 
-#: commands/tablecmds.c:9175
+#: commands/tablecmds.c:9193
 #, c-format
 msgid "circular inheritance not allowed"
 msgstr "zirkuläre Vererbung ist nicht erlaubt"
 
-#: commands/tablecmds.c:9176
+#: commands/tablecmds.c:9194
 #, c-format
 msgid "\"%s\" is already a child of \"%s\"."
 msgstr "»%s« ist schon von »%s« abgeleitet."
 
-#: commands/tablecmds.c:9184
+#: commands/tablecmds.c:9202
 #, 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:9320
+#: commands/tablecmds.c:9338
 #, 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:9336
+#: commands/tablecmds.c:9354 commands/tablecmds.c:9387
 #, c-format
 msgid "child table is missing column \"%s\""
 msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle"
 
-#: commands/tablecmds.c:9419
+#: commands/tablecmds.c:9470
 #, 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:9427
+#: commands/tablecmds.c:9478
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
 msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für abgeleitete Tabelle »%s«"
 
-#: commands/tablecmds.c:9438
+#: commands/tablecmds.c:9489
 #, c-format
 msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\""
 msgstr "Constraint »%s« kollidiert mit NOT-VALID-Constraint für abgeleitete Tabelle »%s«"
 
-#: commands/tablecmds.c:9462
+#: commands/tablecmds.c:9513
 #, c-format
 msgid "child table is missing constraint \"%s\""
 msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle"
 
-#: commands/tablecmds.c:9542
+#: commands/tablecmds.c:9593
 #, c-format
 msgid "relation \"%s\" is not a parent of relation \"%s\""
 msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«"
 
-#: commands/tablecmds.c:9768
+#: commands/tablecmds.c:9819
 #, c-format
 msgid "typed tables cannot inherit"
 msgstr "getypte Tabellen können nicht erben"
 
-#: commands/tablecmds.c:9799
+#: commands/tablecmds.c:9850
 #, c-format
 msgid "table is missing column \"%s\""
 msgstr "Spalte »%s« fehlt in Tabelle"
 
-#: commands/tablecmds.c:9809
+#: commands/tablecmds.c:9860
 #, c-format
 msgid "table has column \"%s\" where type requires \"%s\""
 msgstr "Tabelle hat Spalte »%s«, aber Typ benötigt »%s«"
 
-#: commands/tablecmds.c:9818
+#: commands/tablecmds.c:9869
 #, c-format
 msgid "table \"%s\" has different type for column \"%s\""
 msgstr "Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«"
 
-#: commands/tablecmds.c:9831
+#: commands/tablecmds.c:9882
 #, c-format
 msgid "table has extra column \"%s\""
 msgstr "Tabelle hat zusätzliche Spalte »%s«"
 
-#: commands/tablecmds.c:9881
+#: commands/tablecmds.c:9932
 #, c-format
 msgid "\"%s\" is not a typed table"
 msgstr "»%s« ist keine getypte Tabelle"
 
-#: commands/tablecmds.c:10018
+#: commands/tablecmds.c:10075
 #, c-format
 msgid "cannot move an owned sequence into another schema"
 msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden"
 
-#: commands/tablecmds.c:10114
+#: commands/tablecmds.c:10171
 #, c-format
 msgid "relation \"%s\" already exists in schema \"%s\""
 msgstr "Relation »%s« existiert bereits in Schema »%s«"
 
-#: commands/tablecmds.c:10639
+#: commands/tablecmds.c:10696
 #, c-format
 msgid "\"%s\" is not a composite type"
 msgstr "»%s« ist kein zusammengesetzter Typ"
 
-#: commands/tablecmds.c:10669
+#: commands/tablecmds.c:10726
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table"
 msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, Sequenz noch Fremdtabelle"
@@ -7411,9 +7412,8 @@ msgstr "das zu aktualisierende Tupel wurde schon durch eine vom aktuellen Befehl
 msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows."
 msgstr "Verwenden Sie einen AFTER-Trigger anstelle eines BEFORE-Triggers, um Änderungen an andere Zeilen zu propagieren."
 
-#: commands/trigger.c:2680 executor/execMain.c:2101
-#: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441
-#: executor/nodeModifyTable.c:722
+#: commands/trigger.c:2680 executor/execMain.c:2101 executor/nodeLockRows.c:165
+#: executor/nodeModifyTable.c:441 executor/nodeModifyTable.c:722
 #, c-format
 msgid "could not serialize access due to concurrent update"
 msgstr "kann Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung"
@@ -8391,7 +8391,7 @@ msgstr "neue Zeile für Relation »%s« verletzt Check-Constraint »%s«"
 #: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3167
 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233
 #: utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247
-#: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945
+#: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4939
 #, c-format
 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
 msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)"
@@ -8510,8 +8510,7 @@ msgstr "kann inkompatible Arrays nicht verschmelzen"
 msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
 msgstr "Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s verwendet werden."
 
-#: executor/execQual.c:3187 executor/execQual.c:3214
-#: utils/adt/arrayfuncs.c:547
+#: executor/execQual.c:3187 executor/execQual.c:3214 utils/adt/arrayfuncs.c:547
 #, c-format
 msgid "multidimensional arrays must have array expressions with matching dimensions"
 msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben"
@@ -8536,14 +8535,12 @@ msgstr "Wert für Domäne %s verletzt Check-Constraint »%s«"
 msgid "WHERE CURRENT OF is not supported for this table type"
 msgstr "WHERE CURRENT OF wird für diesen Tabellentyp nicht unterstützt"
 
-#: executor/execQual.c:4505 optimizer/util/clauses.c:575
-#: parser/parse_agg.c:347
+#: executor/execQual.c:4505 optimizer/util/clauses.c:575 parser/parse_agg.c:347
 #, c-format
 msgid "aggregate function calls cannot be nested"
 msgstr "Aufrufe von Aggregatfunktionen können nicht geschachtelt werden"
 
-#: executor/execQual.c:4543 optimizer/util/clauses.c:649
-#: parser/parse_agg.c:443
+#: executor/execQual.c:4543 optimizer/util/clauses.c:649 parser/parse_agg.c:443
 #, c-format
 msgid "window function calls cannot be nested"
 msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden"
@@ -8609,71 +8606,76 @@ msgstr "Der Schlüssel kollidiert mit einem vorhandenen Schlüssel."
 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:509
+#, c-format
+msgid "cannot COPY to/from client in a SQL function"
+msgstr "COPY vom/zum Client funktioniert in einer SQL-Funktion nicht"
+
 #. translator: %s is a SQL statement name
-#: executor/functions.c:506
+#: executor/functions.c:515
 #, c-format
 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:513 executor/spi.c:1337 executor/spi.c:2124
+#: executor/functions.c:522 executor/spi.c:1337 executor/spi.c:2124
 #, c-format
 msgid "%s is not allowed in a non-volatile function"
 msgstr "%s ist in als nicht »volatile« markierten Funktionen nicht erlaubt"
 
-#: executor/functions.c:638
+#: executor/functions.c:647
 #, c-format
 msgid "could not determine actual result type for function declared to return type %s"
 msgstr "konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp %s nicht bestimmen"
 
-#: executor/functions.c:1402
+#: executor/functions.c:1411
 #, c-format
 msgid "SQL function \"%s\" statement %d"
 msgstr "SQL-Funktion »%s« Anweisung %d"
 
-#: executor/functions.c:1428
+#: executor/functions.c:1437
 #, c-format
 msgid "SQL function \"%s\" during startup"
 msgstr "SQL-Funktion »%s« beim Start"
 
-#: executor/functions.c:1587 executor/functions.c:1624
-#: executor/functions.c:1636 executor/functions.c:1749
-#: executor/functions.c:1782 executor/functions.c:1812
+#: executor/functions.c:1596 executor/functions.c:1633
+#: executor/functions.c:1645 executor/functions.c:1758
+#: executor/functions.c:1791 executor/functions.c:1821
 #, 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:1589
+#: executor/functions.c:1598
 #, c-format
 msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
 msgstr "Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE RETURNING sein."
 
-#: executor/functions.c:1626
+#: executor/functions.c:1635
 #, c-format
 msgid "Final statement must return exactly one column."
 msgstr "Die letzte Anweisung muss genau eine Spalte zurückgeben."
 
-#: executor/functions.c:1638
+#: executor/functions.c:1647
 #, c-format
 msgid "Actual return type is %s."
 msgstr "Eigentlicher Rückgabetyp ist %s."
 
-#: executor/functions.c:1751
+#: executor/functions.c:1760
 #, c-format
 msgid "Final statement returns too many columns."
 msgstr "Die letzte Anweisung gibt zu viele Spalten zurück."
 
-#: executor/functions.c:1784
+#: executor/functions.c:1793
 #, 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:1814
+#: executor/functions.c:1823
 #, c-format
 msgid "Final statement returns too few columns."
 msgstr "Die letzte Anweisung gibt zu wenige Spalten zurück."
 
-#: executor/functions.c:1863
+#: executor/functions.c:1872
 #, c-format
 msgid "return type %s is not supported for SQL functions"
 msgstr "Rückgabetyp %s wird von SQL-Funktionen nicht unterstützt"
@@ -11147,8 +11149,8 @@ msgid "Ordering operators must be \"<\" or \">\" members of btree operator famil
 msgstr "Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-Operatorfamilie sein."
 
 #: parser/parse_coerce.c:933 parser/parse_coerce.c:963
-#: parser/parse_coerce.c:981 parser/parse_coerce.c:996
-#: parser/parse_expr.c:1756 parser/parse_expr.c:2230 parser/parse_target.c:854
+#: parser/parse_coerce.c:981 parser/parse_coerce.c:996 parser/parse_expr.c:1756
+#: parser/parse_expr.c:2230 parser/parse_target.c:865
 #, c-format
 msgid "cannot cast type %s to %s"
 msgstr "kann Typ %s nicht in Typ %s umwandeln"
@@ -11370,7 +11372,7 @@ 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:388 parser/parse_relation.c:2638
+#: parser/parse_expr.c:388 parser/parse_relation.c:2731
 #, c-format
 msgid "column %s.%s does not exist"
 msgstr "Spalte %s.%s existiert nicht"
@@ -11390,13 +11392,13 @@ msgstr "konnte Spalte »%s« im Record-Datentyp nicht identifizieren"
 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:442 parser/parse_target.c:640
+#: parser/parse_expr.c:442 parser/parse_target.c:651
 #, c-format
 msgid "row expansion via \"*\" is not supported here"
 msgstr "Zeilenexpansion mit »*« wird hier nicht unterstützt"
 
-#: parser/parse_expr.c:765 parser/parse_relation.c:561
-#: parser/parse_relation.c:642 parser/parse_target.c:1089
+#: parser/parse_expr.c:765 parser/parse_relation.c:562
+#: parser/parse_relation.c:643 parser/parse_target.c:1100
 #, c-format
 msgid "column reference \"%s\" is ambiguous"
 msgstr "Spaltenverweis »%s« ist nicht eindeutig"
@@ -11667,7 +11669,7 @@ msgid "Use an explicit ordering operator or modify the query."
 msgstr "Verwenden Sie einen ausdrücklichen Sortieroperator oder ändern Sie die Anfrage."
 
 #: parser/parse_oper.c:225 utils/adt/arrayfuncs.c:3181
-#: utils/adt/arrayfuncs.c:3700 utils/adt/arrayfuncs.c:5253
+#: utils/adt/arrayfuncs.c:3700 utils/adt/arrayfuncs.c:5241
 #: utils/adt/rowtypes.c:1165
 #, c-format
 msgid "could not identify an equality operator for type %s"
@@ -11718,148 +11720,148 @@ msgstr "op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückg
 msgid "inconsistent types deduced for parameter $%d"
 msgstr "inkonsistente Typen für Parameter $%d ermittelt"
 
-#: parser/parse_relation.c:172
+#: parser/parse_relation.c:173
 #, c-format
 msgid "table reference \"%s\" is ambiguous"
 msgstr "Tabellenbezug »%s« ist nicht eindeutig"
 
-#: parser/parse_relation.c:216
+#: parser/parse_relation.c:217
 #, c-format
 msgid "table reference %u is ambiguous"
 msgstr "Tabellenbezug %u ist nicht eindeutig"
 
-#: parser/parse_relation.c:395
+#: parser/parse_relation.c:396
 #, c-format
 msgid "table name \"%s\" specified more than once"
 msgstr "Tabellenname »%s« mehrmals angegeben"
 
-#: parser/parse_relation.c:422 parser/parse_relation.c:2602
+#: parser/parse_relation.c:423 parser/parse_relation.c:2695
 #, 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:425 parser/parse_relation.c:2607
+#: parser/parse_relation.c:426 parser/parse_relation.c:2700
 #, c-format
 msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query."
 msgstr "Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil der Anfrage nicht verwiesen werden."
 
-#: parser/parse_relation.c:427
+#: parser/parse_relation.c:428
 #, c-format
 msgid "The combining JOIN type must be INNER or LEFT for a LATERAL reference."
 msgstr "Der JOIN-Typ für LATERAL muss INNER oder LEFT sein."
 
-#: parser/parse_relation.c:881 parser/parse_relation.c:1167
-#: parser/parse_relation.c:1544
+#: parser/parse_relation.c:882 parser/parse_relation.c:1168
+#: parser/parse_relation.c:1545
 #, 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:911
+#: parser/parse_relation.c:912
 #, c-format
 msgid "too many column aliases specified for function %s"
 msgstr "zu viele Spaltenaliasnamen für Funktion %s angegeben"
 
-#: parser/parse_relation.c:977
+#: parser/parse_relation.c:978
 #, c-format
 msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query."
 msgstr "Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der Anfrage kein Bezug genommen werden."
 
-#: parser/parse_relation.c:979
+#: parser/parse_relation.c:980
 #, c-format
 msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
 msgstr "Verwenden Sie WITH RECURSIVE oder sortieren Sie die WITH-Ausdrücke um, um Vorwärtsreferenzen zu entfernen."
 
-#: parser/parse_relation.c:1245
+#: parser/parse_relation.c:1246
 #, c-format
 msgid "a column definition list is only allowed for functions returning \"record\""
 msgstr "eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die »record« zurückgeben"
 
-#: parser/parse_relation.c:1253
+#: parser/parse_relation.c:1254
 #, c-format
 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:1304
+#: parser/parse_relation.c:1305
 #, 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:1376
+#: parser/parse_relation.c:1377
 #, 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:1429
+#: parser/parse_relation.c:1430
 #, c-format
 msgid "joins can have at most %d columns"
 msgstr "Verbunde können höchstens %d Spalten haben"
 
-#: parser/parse_relation.c:1517
+#: parser/parse_relation.c:1518
 #, c-format
 msgid "WITH query \"%s\" does not have a RETURNING clause"
 msgstr "WITH-Anfrage »%s« hat keine RETURNING-Klausel"
 
-#: parser/parse_relation.c:2217
+#: parser/parse_relation.c:2303
 #, c-format
 msgid "column %d of relation \"%s\" does not exist"
 msgstr "Spalte %d von Relation »%s« existiert nicht"
 
-#: parser/parse_relation.c:2605
+#: parser/parse_relation.c:2698
 #, 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:2613
+#: parser/parse_relation.c:2706
 #, c-format
 msgid "missing FROM-clause entry for table \"%s\""
 msgstr "fehlender Eintrag in FROM-Klausel für Tabelle »%s«"
 
-#: parser/parse_relation.c:2653
+#: parser/parse_relation.c:2746
 #, c-format
 msgid "There is a column named \"%s\" in table \"%s\", but it cannot be referenced from this part of the query."
 msgstr "Es gibt eine Spalte namens »%s« in Tabelle »%s«, aber auf sie kann aus diesem Teil der Anfrage nicht verwiesen werden."
 
-#: parser/parse_target.c:402 parser/parse_target.c:693
+#: parser/parse_target.c:413 parser/parse_target.c:704
 #, c-format
 msgid "cannot assign to system column \"%s\""
 msgstr "kann Systemspalte »%s« keinen Wert zuweisen"
 
-#: parser/parse_target.c:430
+#: parser/parse_target.c:441
 #, c-format
 msgid "cannot set an array element to DEFAULT"
 msgstr "kann Arrayelement nicht auf DEFAULT setzen"
 
-#: parser/parse_target.c:435
+#: parser/parse_target.c:446
 #, c-format
 msgid "cannot set a subfield to DEFAULT"
 msgstr "kann Subfeld nicht auf DEFAULT setzen"
 
-#: parser/parse_target.c:504
+#: parser/parse_target.c:515
 #, 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:677
+#: parser/parse_target.c:688
 #, c-format
 msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
 msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein zusammengesetzter Typ ist"
 
-#: parser/parse_target.c:686
+#: parser/parse_target.c:697
 #, c-format
 msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
 msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in Datentyp %s gibt"
 
-#: parser/parse_target.c:753
+#: parser/parse_target.c:764
 #, 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:763
+#: parser/parse_target.c:774
 #, 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:1179
+#: parser/parse_target.c:1190
 #, c-format
 msgid "SELECT * with no tables specified is not valid"
 msgstr "SELECT * ist nicht gültig, wenn keine Tabellen angegeben sind"
@@ -12320,32 +12322,32 @@ msgstr "konnte Autovacuum-Worker-Prozess nicht starten (fork-Fehler): %m"
 msgid "autovacuum: processing database \"%s\""
 msgstr "Autovacuum: bearbeite Datenbank »%s«"
 
-#: postmaster/autovacuum.c:2114
+#: postmaster/autovacuum.c:2116
 #, c-format
 msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
 msgstr "Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s«"
 
-#: postmaster/autovacuum.c:2126
+#: postmaster/autovacuum.c:2128
 #, c-format
 msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
 msgstr "Autovacuum: verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s« gefunden"
 
-#: postmaster/autovacuum.c:2395
+#: postmaster/autovacuum.c:2398
 #, c-format
 msgid "automatic vacuum of table \"%s.%s.%s\""
 msgstr "automatisches Vacuum der Tabelle »%s.%s.%s«"
 
-#: postmaster/autovacuum.c:2398
+#: postmaster/autovacuum.c:2401
 #, c-format
 msgid "automatic analyze of table \"%s.%s.%s\""
 msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«"
 
-#: postmaster/autovacuum.c:2948
+#: postmaster/autovacuum.c:2970
 #, c-format
 msgid "autovacuum not started because of misconfiguration"
 msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet"
 
-#: postmaster/autovacuum.c:2949
+#: postmaster/autovacuum.c:2971
 #, c-format
 msgid "Enable the \"track_counts\" option."
 msgstr "Schalten Sie die Option »track_counts« ein."
@@ -12413,7 +12415,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:620 postmaster/postmaster.c:3390
+#: postmaster/pgarch.c:620 postmaster/postmaster.c:3391
 #, c-format
 msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
 msgstr "Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei »ntstatus.h« nach."
@@ -12749,396 +12751,396 @@ msgstr ""
 msgid "select() failed in postmaster: %m"
 msgstr "select() fehlgeschlagen im Postmaster: %m"
 
-#: postmaster/postmaster.c:1805
+#: postmaster/postmaster.c:1806
 #, c-format
 msgid "performing immediate shutdown because data directory lock file is invalid"
 msgstr "führe sofortiges Herunterfahren durch, weil Sperrdatei im Datenverzeichnis ungültig ist"
 
-#: postmaster/postmaster.c:1883 postmaster/postmaster.c:1914
+#: postmaster/postmaster.c:1884 postmaster/postmaster.c:1915
 #, c-format
 msgid "incomplete startup packet"
 msgstr "unvollständiges Startpaket"
 
-#: postmaster/postmaster.c:1895
+#: postmaster/postmaster.c:1896
 #, c-format
 msgid "invalid length of startup packet"
 msgstr "ungültige Länge des Startpakets"
 
-#: postmaster/postmaster.c:1953
+#: postmaster/postmaster.c:1954
 #, c-format
 msgid "failed to send SSL negotiation response: %m"
 msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m"
 
-#: postmaster/postmaster.c:1982
+#: postmaster/postmaster.c:1983
 #, 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:2033
+#: postmaster/postmaster.c:2034
 #, c-format
 msgid "invalid value for boolean option \"replication\""
 msgstr "ungültiger Wert für Boole’sche Option »replication«"
 
-#: postmaster/postmaster.c:2053
+#: postmaster/postmaster.c:2054
 #, c-format
 msgid "invalid startup packet layout: expected terminator as last byte"
 msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet"
 
-#: postmaster/postmaster.c:2081
+#: postmaster/postmaster.c:2082
 #, c-format
 msgid "no PostgreSQL user name specified in startup packet"
 msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben"
 
-#: postmaster/postmaster.c:2138
+#: postmaster/postmaster.c:2139
 #, c-format
 msgid "the database system is starting up"
 msgstr "das Datenbanksystem startet"
 
-#: postmaster/postmaster.c:2143
+#: postmaster/postmaster.c:2144
 #, c-format
 msgid "the database system is shutting down"
 msgstr "das Datenbanksystem fährt herunter"
 
-#: postmaster/postmaster.c:2148
+#: postmaster/postmaster.c:2149
 #, c-format
 msgid "the database system is in recovery mode"
 msgstr "das Datenbanksystem ist im Wiederherstellungsmodus"
 
-#: postmaster/postmaster.c:2153 storage/ipc/procarray.c:278
+#: postmaster/postmaster.c:2154 storage/ipc/procarray.c:278
 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339
 #, c-format
 msgid "sorry, too many clients already"
 msgstr "tut mir leid, schon zu viele Verbindungen"
 
-#: postmaster/postmaster.c:2215
+#: postmaster/postmaster.c:2216
 #, c-format
 msgid "wrong key in cancel request for process %d"
 msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d"
 
-#: postmaster/postmaster.c:2223
+#: postmaster/postmaster.c:2224
 #, 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:2443
+#: postmaster/postmaster.c:2444
 #, c-format
 msgid "received SIGHUP, reloading configuration files"
 msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen"
 
-#: postmaster/postmaster.c:2469
+#: postmaster/postmaster.c:2470
 #, c-format
 msgid "pg_hba.conf not reloaded"
 msgstr "pg_hba.conf nicht neu geladen"
 
-#: postmaster/postmaster.c:2473
+#: postmaster/postmaster.c:2474
 #, c-format
 msgid "pg_ident.conf not reloaded"
 msgstr "pg_ident.conf nicht neu geladen"
 
-#: postmaster/postmaster.c:2514
+#: postmaster/postmaster.c:2515
 #, c-format
 msgid "received smart shutdown request"
 msgstr "intelligentes Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2567
+#: postmaster/postmaster.c:2568
 #, c-format
 msgid "received fast shutdown request"
 msgstr "schnelles Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2593
+#: postmaster/postmaster.c:2594
 #, c-format
 msgid "aborting any active transactions"
 msgstr "etwaige aktive Transaktionen werden abgebrochen"
 
-#: postmaster/postmaster.c:2623
+#: postmaster/postmaster.c:2624
 #, c-format
 msgid "received immediate shutdown request"
 msgstr "sofortiges Herunterfahren verlangt"
 
-#: postmaster/postmaster.c:2695 postmaster/postmaster.c:2718
+#: postmaster/postmaster.c:2696 postmaster/postmaster.c:2719
 msgid "startup process"
 msgstr "Startprozess"
 
-#: postmaster/postmaster.c:2698
+#: postmaster/postmaster.c:2699
 #, c-format
 msgid "aborting startup due to startup process failure"
 msgstr "Serverstart abgebrochen wegen Startprozessfehler"
 
-#: postmaster/postmaster.c:2758
+#: postmaster/postmaster.c:2759
 #, c-format
 msgid "database system is ready to accept connections"
 msgstr "Datenbanksystem ist bereit, um Verbindungen anzunehmen"
 
-#: postmaster/postmaster.c:2773
+#: postmaster/postmaster.c:2774
 msgid "background writer process"
 msgstr "Background-Writer-Prozess"
 
-#: postmaster/postmaster.c:2827
+#: postmaster/postmaster.c:2828
 msgid "checkpointer process"
 msgstr "Checkpointer-Prozess"
 
-#: postmaster/postmaster.c:2843
+#: postmaster/postmaster.c:2844
 msgid "WAL writer process"
 msgstr "WAL-Schreibprozess"
 
-#: postmaster/postmaster.c:2857
+#: postmaster/postmaster.c:2858
 msgid "WAL receiver process"
 msgstr "WAL-Receiver-Prozess"
 
-#: postmaster/postmaster.c:2872
+#: postmaster/postmaster.c:2873
 msgid "autovacuum launcher process"
 msgstr "Autovacuum-Launcher-Prozess"
 
-#: postmaster/postmaster.c:2887
+#: postmaster/postmaster.c:2888
 msgid "archiver process"
 msgstr "Archivierprozess"
 
-#: postmaster/postmaster.c:2903
+#: postmaster/postmaster.c:2904
 msgid "statistics collector process"
 msgstr "Statistiksammelprozess"
 
-#: postmaster/postmaster.c:2917
+#: postmaster/postmaster.c:2918
 msgid "system logger process"
 msgstr "Systemlogger-Prozess"
 
-#: postmaster/postmaster.c:2979
+#: postmaster/postmaster.c:2980
 msgid "worker process"
 msgstr "Worker-Prozess"
 
-#: postmaster/postmaster.c:3049 postmaster/postmaster.c:3068
-#: postmaster/postmaster.c:3075 postmaster/postmaster.c:3093
+#: postmaster/postmaster.c:3050 postmaster/postmaster.c:3069
+#: postmaster/postmaster.c:3076 postmaster/postmaster.c:3094
 msgid "server process"
 msgstr "Serverprozess"
 
-#: postmaster/postmaster.c:3129
+#: postmaster/postmaster.c:3130
 #, c-format
 msgid "terminating any other active server processes"
 msgstr "aktive Serverprozesse werden abgebrochen"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3378
+#: postmaster/postmaster.c:3379
 #, c-format
 msgid "%s (PID %d) exited with exit code %d"
 msgstr "%s (PID %d) beendete mit Status %d"
 
-#: postmaster/postmaster.c:3380 postmaster/postmaster.c:3391
-#: postmaster/postmaster.c:3402 postmaster/postmaster.c:3411
-#: postmaster/postmaster.c:3421
+#: postmaster/postmaster.c:3381 postmaster/postmaster.c:3392
+#: postmaster/postmaster.c:3403 postmaster/postmaster.c:3412
+#: postmaster/postmaster.c:3422
 #, c-format
 msgid "Failed process was running: %s"
 msgstr "Der fehlgeschlagene Prozess führte aus: %s"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3388
+#: postmaster/postmaster.c:3389
 #, 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:3398
+#: postmaster/postmaster.c:3399
 #, 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:3409
+#: postmaster/postmaster.c:3410
 #, 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:3419
+#: postmaster/postmaster.c:3420
 #, c-format
 msgid "%s (PID %d) exited with unrecognized status %d"
 msgstr "%s (PID %d) beendete mit unbekanntem Status %d"
 
-#: postmaster/postmaster.c:3604
+#: postmaster/postmaster.c:3605
 #, c-format
 msgid "abnormal database system shutdown"
 msgstr "abnormales Herunterfahren des Datenbanksystems"
 
-#: postmaster/postmaster.c:3644
+#: postmaster/postmaster.c:3645
 #, c-format
 msgid "all server processes terminated; reinitializing"
 msgstr "alle Serverprozesse beendet; initialisiere neu"
 
-#: postmaster/postmaster.c:3861
+#: postmaster/postmaster.c:3862
 #, 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:3903
+#: postmaster/postmaster.c:3904
 msgid "could not fork new process for connection: "
 msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): "
 
-#: postmaster/postmaster.c:4027
+#: postmaster/postmaster.c:4028
 #, c-format
 msgid "connection received: host=%s port=%s"
 msgstr "Verbindung empfangen: Host=%s Port=%s"
 
-#: postmaster/postmaster.c:4032
+#: postmaster/postmaster.c:4033
 #, c-format
 msgid "connection received: host=%s"
 msgstr "Verbindung empfangen: Host=%s"
 
-#: postmaster/postmaster.c:4316
+#: postmaster/postmaster.c:4317
 #, c-format
 msgid "could not execute server process \"%s\": %m"
 msgstr "konnte Serverprozess »%s« nicht ausführen: %m"
 
-#: postmaster/postmaster.c:4793
+#: postmaster/postmaster.c:4794
 #, c-format
 msgid "postmaster became multithreaded"
 msgstr "Postmaster ist multithreaded geworden"
 
-#: postmaster/postmaster.c:4851
+#: postmaster/postmaster.c:4852
 #, c-format
 msgid "database system is ready to accept read only connections"
 msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen"
 
-#: postmaster/postmaster.c:5162
+#: postmaster/postmaster.c:5163
 #, c-format
 msgid "could not fork startup process: %m"
 msgstr "konnte Startprozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5166
+#: postmaster/postmaster.c:5167
 #, c-format
 msgid "could not fork background writer process: %m"
 msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5170
+#: postmaster/postmaster.c:5171
 #, c-format
 msgid "could not fork checkpointer process: %m"
 msgstr "konnte Checkpointer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5174
+#: postmaster/postmaster.c:5175
 #, c-format
 msgid "could not fork WAL writer process: %m"
 msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5178
+#: postmaster/postmaster.c:5179
 #, c-format
 msgid "could not fork WAL receiver process: %m"
 msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5182
+#: postmaster/postmaster.c:5183
 #, c-format
 msgid "could not fork process: %m"
 msgstr "konnte Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:5361
+#: postmaster/postmaster.c:5362
 #, c-format
 msgid "registering background worker \"%s\""
 msgstr "registriere Background-Worker »%s«"
 
-#: postmaster/postmaster.c:5368
+#: postmaster/postmaster.c:5369
 #, c-format
 msgid "background worker \"%s\": must be registered in shared_preload_libraries"
 msgstr "Background-Worker »%s«: muss in shared_preload_libraries registriert sein"
 
-#: postmaster/postmaster.c:5381
+#: postmaster/postmaster.c:5382
 #, c-format
 msgid "background worker \"%s\": must attach to shared memory in order to be able to request a database connection"
 msgstr "Background-Worker »%s«: muss mit Shared Memory verbinden, um eine Datenbankverbindung anfordern zu können"
 
-#: postmaster/postmaster.c:5391
+#: postmaster/postmaster.c:5392
 #, c-format
 msgid "background worker \"%s\": cannot request database access if starting at postmaster start"
 msgstr "Background-Worker »%s«: kann kein Datenbankzugriff anfordern, wenn er nach Postmaster-Start gestartet hat"
 
-#: postmaster/postmaster.c:5406
+#: postmaster/postmaster.c:5407
 #, c-format
 msgid "background worker \"%s\": invalid restart interval"
 msgstr "Background-Worker »%s«: ungültiges Neustart-Intervall"
 
-#: postmaster/postmaster.c:5422
+#: postmaster/postmaster.c:5423
 #, c-format
 msgid "too many background workers"
 msgstr "zu viele Background-Worker"
 
-#: postmaster/postmaster.c:5423
+#: postmaster/postmaster.c:5424
 #, c-format
 msgid "Up to %d background worker can be registered with the current settings."
 msgid_plural "Up to %d background workers can be registered with the current settings."
 msgstr[0] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker registriert werden."
 msgstr[1] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker registriert werden."
 
-#: postmaster/postmaster.c:5466
+#: postmaster/postmaster.c:5467
 #, c-format
 msgid "database connection requirement not indicated during registration"
 msgstr "die Notwendigkeit, Datenbankverbindungen zu erzeugen, wurde bei der Registrierung nicht angezeigt"
 
-#: postmaster/postmaster.c:5473
+#: postmaster/postmaster.c:5474
 #, c-format
 msgid "invalid processing mode in background worker"
 msgstr "ungültiger Verarbeitungsmodus in Background-Worker"
 
-#: postmaster/postmaster.c:5547
+#: postmaster/postmaster.c:5548
 #, c-format
 msgid "terminating background worker \"%s\" due to administrator command"
 msgstr "breche Background-Worker »%s« ab aufgrund von Anweisung des Administrators"
 
-#: postmaster/postmaster.c:5764
+#: postmaster/postmaster.c:5765
 #, c-format
 msgid "starting background worker process \"%s\""
 msgstr "starte Background-Worker-Prozess »%s«"
 
-#: postmaster/postmaster.c:5775
+#: postmaster/postmaster.c:5776
 #, c-format
 msgid "could not fork worker process: %m"
 msgstr "konnte Worker-Prozess nicht starten (fork-Fehler): %m"
 
-#: postmaster/postmaster.c:6130
+#: postmaster/postmaster.c:6131
 #, 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:6162
+#: postmaster/postmaster.c:6163
 #, c-format
 msgid "could not create inherited socket: error code %d\n"
 msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n"
 
-#: postmaster/postmaster.c:6191
+#: postmaster/postmaster.c:6192
 #, c-format
 msgid "could not open backend variables file \"%s\": %s\n"
 msgstr "konnte Servervariablendatei »%s« nicht öffnen: %s\n"
 
-#: postmaster/postmaster.c:6198
+#: postmaster/postmaster.c:6199
 #, 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:6207
+#: postmaster/postmaster.c:6208
 #, c-format
 msgid "could not remove file \"%s\": %s\n"
 msgstr "konnte Datei »%s« nicht löschen: %s\n"
 
-#: postmaster/postmaster.c:6224
+#: postmaster/postmaster.c:6225
 #, c-format
 msgid "could not map view of backend variables: error code %lu\n"
 msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %lu\n"
 
-#: postmaster/postmaster.c:6233
+#: postmaster/postmaster.c:6234
 #, c-format
 msgid "could not unmap view of backend variables: error code %lu\n"
 msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %lu\n"
 
-#: postmaster/postmaster.c:6240
+#: postmaster/postmaster.c:6241
 #, c-format
 msgid "could not close handle to backend parameter variables: error code %lu\n"
 msgstr "konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %lu\n"
 
-#: postmaster/postmaster.c:6399
+#: postmaster/postmaster.c:6400
 #, c-format
 msgid "could not read exit code for process\n"
 msgstr "konnte Exitcode des Prozesses nicht lesen\n"
 
-#: postmaster/postmaster.c:6404
+#: postmaster/postmaster.c:6405
 #, c-format
 msgid "could not post child completion status\n"
 msgstr "konnte Child-Completion-Status nicht versenden\n"
@@ -13212,7 +13214,7 @@ msgstr "ungültige Zeitleiste %u"
 msgid "invalid streaming start location"
 msgstr "ungültige Streaming-Startposition"
 
-#: repl_scanner.l:116 scan.l:661
+#: repl_scanner.l:116 scan.l:662
 msgid "unterminated quoted string"
 msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen"
 
@@ -13844,119 +13846,119 @@ msgstr "es gibt mehrere Regeln namens »%s«"
 msgid "Specify a relation name as well as a rule name."
 msgstr "Geben Sie einen Relationsnamen und einen Regelnamen an."
 
-#: scan.l:426
+#: scan.l:427
 msgid "unterminated /* comment"
 msgstr "/*-Kommentar nicht abgeschlossen"
 
-#: scan.l:455
+#: scan.l:456
 msgid "unterminated bit string literal"
 msgstr "Bitkettenkonstante nicht abgeschlossen"
 
-#: scan.l:476
+#: scan.l:477
 msgid "unterminated hexadecimal string literal"
 msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
 
-#: scan.l:526
+#: scan.l:527
 #, c-format
 msgid "unsafe use of string constant with Unicode escapes"
 msgstr "unsichere Verwendung von Zeichenkette mit Unicode-Escapes"
 
-#: scan.l:527
+#: scan.l:528
 #, c-format
 msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off."
 msgstr "Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn standard_conforming_strings aus ist."
 
-#: scan.l:571 scan.l:767
+#: scan.l:572 scan.l:768
 msgid "invalid Unicode escape character"
 msgstr "ungültiges Unicode-Escape-Zeichen"
 
-#: scan.l:596 scan.l:604 scan.l:612 scan.l:613 scan.l:614 scan.l:1296
-#: scan.l:1323 scan.l:1327 scan.l:1365 scan.l:1369 scan.l:1391
+#: scan.l:597 scan.l:605 scan.l:613 scan.l:614 scan.l:615 scan.l:1297
+#: scan.l:1324 scan.l:1328 scan.l:1366 scan.l:1370 scan.l:1392 scan.l:1402
 msgid "invalid Unicode surrogate pair"
 msgstr "ungültiges Unicode-Surrogatpaar"
 
-#: scan.l:618
+#: scan.l:619
 #, c-format
 msgid "invalid Unicode escape"
 msgstr "ungültiges Unicode-Escape"
 
-#: scan.l:619
+#: scan.l:620
 #, c-format
 msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
 msgstr "Unicode-Escapes müssen \\uXXXX oder \\UXXXXXXXX sein."
 
-#: scan.l:630
+#: scan.l:631
 #, c-format
 msgid "unsafe use of \\' in a string literal"
 msgstr "unsichere Verwendung von \\' in Zeichenkettenkonstante"
 
-#: scan.l:631
+#: scan.l:632
 #, c-format
 msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings."
 msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben. \\' ist in bestimmten Client-seitigen Kodierungen unsicher."
 
-#: scan.l:706
+#: scan.l:707
 msgid "unterminated dollar-quoted string"
 msgstr "Dollar-Quotes nicht abgeschlossen"
 
-#: scan.l:723 scan.l:747 scan.l:762
+#: scan.l:724 scan.l:748 scan.l:763
 msgid "zero-length delimited identifier"
 msgstr "Bezeichner in Anführungszeichen hat Länge null"
 
-#: scan.l:782
+#: scan.l:783
 msgid "unterminated quoted identifier"
 msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
 
-#: scan.l:886
+#: scan.l:887
 msgid "operator too long"
 msgstr "Operator zu lang"
 
 #. translator: %s is typically the translation of "syntax error"
-#: scan.l:1043
+#: scan.l:1044
 #, 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:1051
+#: scan.l:1052
 #, c-format
 msgid "%s at or near \"%s\""
 msgstr "%s bei »%s«"
 
-#: scan.l:1212 scan.l:1244
+#: scan.l:1213 scan.l:1245
 msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8"
 msgstr "Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet werden, wenn die Serverkodierung nicht UTF8 ist"
 
-#: scan.l:1240 scan.l:1383
+#: scan.l:1241 scan.l:1384
 msgid "invalid Unicode escape value"
 msgstr "ungültiger Unicode-Escape-Wert"
 
-#: scan.l:1439
+#: scan.l:1448
 #, c-format
 msgid "nonstandard use of \\' in a string literal"
 msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante"
 
-#: scan.l:1440
+#: scan.l:1449
 #, c-format
 msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')."
 msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben, oder verwenden Sie die Syntax für Escape-Zeichenketten (E'...')."
 
-#: scan.l:1449
+#: scan.l:1458
 #, c-format
 msgid "nonstandard use of \\\\ in a string literal"
 msgstr "nicht standardkonforme Verwendung  von \\\\ in Zeichenkettenkonstante"
 
-#: scan.l:1450
+#: scan.l:1459
 #, c-format
 msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
 msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten für Backslashes, z.B. E'\\\\'."
 
-#: scan.l:1464
+#: scan.l:1473
 #, c-format
 msgid "nonstandard use of escape in a string literal"
 msgstr "nicht standardkonforme Verwendung von Escape in Zeichenkettenkonstante"
 
-#: scan.l:1465
+#: scan.l:1474
 #, c-format
 msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'."
 msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten, z.B. E'\\r\\n'."
@@ -14113,12 +14115,12 @@ msgstr "ShmemIndex-Eintraggröße ist falsch für Datenstruktur »%s«: erwartet
 msgid "requested shared memory size overflows size_t"
 msgstr "angeforderte Shared-Memory-Größe übersteigt Kapazität von size_t"
 
-#: storage/ipc/standby.c:499 tcop/postgres.c:3007
+#: storage/ipc/standby.c:501 tcop/postgres.c:3007
 #, c-format
 msgid "canceling statement due to conflict with recovery"
 msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung"
 
-#: storage/ipc/standby.c:500 tcop/postgres.c:2246
+#: storage/ipc/standby.c:502 tcop/postgres.c:2246
 #, c-format
 msgid "User transaction caused buffer deadlock with recovery."
 msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht."
@@ -15190,7 +15192,7 @@ msgid "Arrays with differing dimensions are not compatible for concatenation."
 msgstr "Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für Aneinanderhängen."
 
 #: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1243
-#: utils/adt/arrayfuncs.c:2916 utils/adt/arrayfuncs.c:4941
+#: utils/adt/arrayfuncs.c:2916 utils/adt/arrayfuncs.c:4935
 #, c-format
 msgid "invalid number of dimensions: %d"
 msgstr "ungültige Anzahl Dimensionen: %d"
@@ -15245,7 +15247,7 @@ msgstr "fehlerhafte Arraykonstante: »%s«"
 
 #: utils/adt/arrayfuncs.c:876 utils/adt/arrayfuncs.c:1478
 #: utils/adt/arrayfuncs.c:2800 utils/adt/arrayfuncs.c:2948
-#: utils/adt/arrayfuncs.c:5041 utils/adt/arrayfuncs.c:5373
+#: utils/adt/arrayfuncs.c:5029 utils/adt/arrayfuncs.c:5361
 #: utils/adt/arrayutils.c:93 utils/adt/arrayutils.c:102
 #: utils/adt/arrayutils.c:109
 #, c-format
@@ -15286,8 +15288,8 @@ msgstr "Auswählen von Stücken aus Arrays mit fester Länge ist nicht implement
 
 #: utils/adt/arrayfuncs.c:2081 utils/adt/arrayfuncs.c:2103
 #: utils/adt/arrayfuncs.c:2137 utils/adt/arrayfuncs.c:2423
-#: utils/adt/arrayfuncs.c:4921 utils/adt/arrayfuncs.c:4953
-#: utils/adt/arrayfuncs.c:4970
+#: utils/adt/arrayfuncs.c:4921 utils/adt/arrayfuncs.c:4947
+#: utils/adt/arrayfuncs.c:4958
 #, c-format
 msgid "wrong number of array subscripts"
 msgstr "falsche Anzahl Arrayindizes"
@@ -15334,32 +15336,22 @@ msgstr "konnte keine Hash-Funktion für Typ %s ermitteln"
 msgid "dimension array or low bound array cannot be null"
 msgstr "Dimensions-Array oder Untergrenzen-Array darf nicht NULL sein"
 
-#: utils/adt/arrayfuncs.c:4922 utils/adt/arrayfuncs.c:4954
+#: utils/adt/arrayfuncs.c:4922 utils/adt/arrayfuncs.c:4948
 #, c-format
 msgid "Dimension array must be one dimensional."
 msgstr "Dimensions-Array muss eindimensional sein."
 
-#: utils/adt/arrayfuncs.c:4927 utils/adt/arrayfuncs.c:4959
-#, c-format
-msgid "wrong range of array subscripts"
-msgstr "falscher Bereich der Arrayindizes"
-
-#: utils/adt/arrayfuncs.c:4928 utils/adt/arrayfuncs.c:4960
-#, c-format
-msgid "Lower bound of dimension array must be one."
-msgstr "Untergrenze des Dimensions-Arrays muss eins sein."
-
-#: utils/adt/arrayfuncs.c:4933 utils/adt/arrayfuncs.c:4965
+#: utils/adt/arrayfuncs.c:4927 utils/adt/arrayfuncs.c:4953
 #, c-format
 msgid "dimension values cannot be null"
 msgstr "Dimensionswerte dürfen nicht NULL sein"
 
-#: utils/adt/arrayfuncs.c:4971
+#: utils/adt/arrayfuncs.c:4959
 #, c-format
 msgid "Low bound array has different size than dimensions array."
 msgstr "Untergrenzen-Array hat andere Größe als Dimensions-Array."
 
-#: utils/adt/arrayfuncs.c:5238
+#: utils/adt/arrayfuncs.c:5226
 #, c-format
 msgid "removing elements from multidimensional arrays is not supported"
 msgstr "Entfernen von Elementen aus mehrdimensionalen Arrays wird nicht unterstützt"
@@ -15402,7 +15394,7 @@ msgstr "ungültige Eingabesyntax für Typ money: »%s«"
 #: utils/adt/int.c:1097 utils/adt/int.c:1125 utils/adt/int8.c:597
 #: utils/adt/int8.c:657 utils/adt/int8.c:846 utils/adt/int8.c:954
 #: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4535
-#: utils/adt/numeric.c:4818 utils/adt/timestamp.c:3021
+#: utils/adt/numeric.c:4818 utils/adt/timestamp.c:3074
 #, c-format
 msgid "division by zero"
 msgstr "Division durch Null"
@@ -15460,20 +15452,20 @@ msgstr "Datum ist außerhalb des gültigen Bereichs für Typ »timestamp«"
 #: utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 utils/adt/nabstime.c:597
 #: utils/adt/timestamp.c:226 utils/adt/timestamp.c:269
 #: utils/adt/timestamp.c:502 utils/adt/timestamp.c:541
-#: utils/adt/timestamp.c:2676 utils/adt/timestamp.c:2697
-#: utils/adt/timestamp.c:2710 utils/adt/timestamp.c:2719
-#: utils/adt/timestamp.c:2776 utils/adt/timestamp.c:2799
-#: utils/adt/timestamp.c:2812 utils/adt/timestamp.c:2823
-#: utils/adt/timestamp.c:3259 utils/adt/timestamp.c:3388
-#: utils/adt/timestamp.c:3429 utils/adt/timestamp.c:3517
-#: utils/adt/timestamp.c:3563 utils/adt/timestamp.c:3674
-#: utils/adt/timestamp.c:3998 utils/adt/timestamp.c:4114
-#: utils/adt/timestamp.c:4124 utils/adt/timestamp.c:4209
-#: utils/adt/timestamp.c:4328 utils/adt/timestamp.c:4338
-#: utils/adt/timestamp.c:4573 utils/adt/timestamp.c:4587
-#: utils/adt/timestamp.c:4666 utils/adt/timestamp.c:4673
-#: utils/adt/timestamp.c:4699 utils/adt/timestamp.c:4703
-#: utils/adt/timestamp.c:4772 utils/adt/xml.c:2056 utils/adt/xml.c:2063
+#: utils/adt/timestamp.c:2729 utils/adt/timestamp.c:2750
+#: utils/adt/timestamp.c:2763 utils/adt/timestamp.c:2772
+#: utils/adt/timestamp.c:2829 utils/adt/timestamp.c:2852
+#: utils/adt/timestamp.c:2865 utils/adt/timestamp.c:2876
+#: utils/adt/timestamp.c:3312 utils/adt/timestamp.c:3441
+#: utils/adt/timestamp.c:3482 utils/adt/timestamp.c:3570
+#: utils/adt/timestamp.c:3616 utils/adt/timestamp.c:3727
+#: utils/adt/timestamp.c:4051 utils/adt/timestamp.c:4167
+#: utils/adt/timestamp.c:4177 utils/adt/timestamp.c:4262
+#: utils/adt/timestamp.c:4381 utils/adt/timestamp.c:4391
+#: utils/adt/timestamp.c:4626 utils/adt/timestamp.c:4640
+#: utils/adt/timestamp.c:4719 utils/adt/timestamp.c:4726
+#: utils/adt/timestamp.c:4752 utils/adt/timestamp.c:4756
+#: utils/adt/timestamp.c:4825 utils/adt/xml.c:2056 utils/adt/xml.c:2063
 #: utils/adt/xml.c:2083 utils/adt/xml.c:2090
 #, c-format
 msgid "timestamp out of range"
@@ -15506,13 +15498,13 @@ msgid "\"time with time zone\" units \"%s\" not recognized"
 msgstr "»time with time zone«-Einheit »%s« nicht erkannt"
 
 #: utils/adt/date.c:2677 utils/adt/datetime.c:927 utils/adt/datetime.c:1838
-#: utils/adt/datetime.c:4601 utils/adt/timestamp.c:4599
-#: utils/adt/timestamp.c:4783
+#: utils/adt/datetime.c:4601 utils/adt/timestamp.c:4652
+#: utils/adt/timestamp.c:4836
 #, c-format
 msgid "time zone \"%s\" not recognized"
 msgstr "Zeitzone »%s« nicht erkannt"
 
-#: utils/adt/date.c:2717 utils/adt/timestamp.c:4624 utils/adt/timestamp.c:4809
+#: utils/adt/date.c:2717 utils/adt/timestamp.c:4677 utils/adt/timestamp.c:4862
 #, c-format
 msgid "interval time zone \"%s\" must not include months or days"
 msgstr "Intervall-Zeitzone »%s« darf keine Monate oder Tage enthalten"
@@ -16104,8 +16096,8 @@ msgstr "ungültige int2vector-Daten"
 msgid "oidvector has too many elements"
 msgstr "oidvector-Wert hat zu viele Elemente"
 
-#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4870
-#: utils/adt/timestamp.c:4951
+#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4923
+#: utils/adt/timestamp.c:5004
 #, c-format
 msgid "step size cannot equal zero"
 msgstr "Schrittgröße kann nicht gleich null sein"
@@ -16659,32 +16651,32 @@ msgstr "gewünschtes Zeichen ist zu groß für die Kodierung: %d"
 msgid "null character not permitted"
 msgstr "Null-Zeichen ist nicht erlaubt"
 
-#: utils/adt/pg_locale.c:1046
+#: utils/adt/pg_locale.c:1158
 #, c-format
 msgid "could not create locale \"%s\": %m"
 msgstr "konnte Locale »%s« nicht erzeugen: %m"
 
-#: utils/adt/pg_locale.c:1049
+#: utils/adt/pg_locale.c:1161
 #, c-format
 msgid "The operating system could not find any locale data for the locale name \"%s\"."
 msgstr "Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« finden."
 
-#: utils/adt/pg_locale.c:1136
+#: utils/adt/pg_locale.c:1248
 #, c-format
 msgid "collations with different collate and ctype values are not supported on this platform"
 msgstr "Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf dieser Plattform nicht unterstützt"
 
-#: utils/adt/pg_locale.c:1151
+#: utils/adt/pg_locale.c:1263
 #, c-format
 msgid "nondefault collations are not supported on this platform"
 msgstr "Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform nicht unterstützt"
 
-#: utils/adt/pg_locale.c:1322
+#: utils/adt/pg_locale.c:1434
 #, c-format
 msgid "invalid multibyte character for locale"
 msgstr "ungültiges Mehrbytezeichen für Locale"
 
-#: utils/adt/pg_locale.c:1323
+#: utils/adt/pg_locale.c:1435
 #, c-format
 msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
 msgstr "Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der Datenbank inkompatibel."
@@ -16905,8 +16897,8 @@ msgstr "es gibt mehrere Funktionen namens »%s«"
 msgid "more than one operator named %s"
 msgstr "es gibt mehrere Operatoren namens %s"
 
-#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7687
-#: utils/adt/ruleutils.c:7743 utils/adt/ruleutils.c:7782
+#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7690
+#: utils/adt/ruleutils.c:7746 utils/adt/ruleutils.c:7785
 #, c-format
 msgid "too many arguments"
 msgstr "zu viele Argumente"
@@ -17069,7 +17061,7 @@ msgstr "kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht ver
 msgid "cannot compare record types with different numbers of columns"
 msgstr "kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen"
 
-#: utils/adt/ruleutils.c:3956
+#: utils/adt/ruleutils.c:3959
 #, c-format
 msgid "rule \"%s\" has unsupported event type %d"
 msgstr "Regel »%s« hat nicht unterstützten Ereignistyp %d"
@@ -17120,8 +17112,8 @@ msgstr "timestamp kann nicht NaN sein"
 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:668 utils/adt/timestamp.c:3254
-#: utils/adt/timestamp.c:3383 utils/adt/timestamp.c:3774
+#: utils/adt/timestamp.c:668 utils/adt/timestamp.c:3307
+#: utils/adt/timestamp.c:3436 utils/adt/timestamp.c:3827
 #, c-format
 msgid "interval out of range"
 msgstr "interval-Wert ist außerhalb des gültigen Bereichs"
@@ -17141,54 +17133,54 @@ msgstr "INTERVAL(%d)-Präzision darf nicht negativ sein"
 msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
 msgstr "INTERVAL(%d)-Präzision auf erlaubtes Maximum %d reduziert"
 
-#: utils/adt/timestamp.c:1183
+#: utils/adt/timestamp.c:1236
 #, c-format
 msgid "interval(%d) precision must be between %d and %d"
 msgstr "Präzision von interval(%d) muss zwischen %d und %d sein"
 
-#: utils/adt/timestamp.c:2452
+#: utils/adt/timestamp.c:2505
 #, c-format
 msgid "cannot subtract infinite timestamps"
 msgstr "kann unendliche timestamp-Werte nicht subtrahieren"
 
-#: utils/adt/timestamp.c:3509 utils/adt/timestamp.c:4135
-#: utils/adt/timestamp.c:4155
+#: utils/adt/timestamp.c:3562 utils/adt/timestamp.c:4188
+#: utils/adt/timestamp.c:4208
 #, c-format
 msgid "timestamp units \"%s\" not supported"
 msgstr "»timestamp«-Einheit »%s« nicht unterstützt"
 
-#: utils/adt/timestamp.c:3523 utils/adt/timestamp.c:4165
+#: utils/adt/timestamp.c:3576 utils/adt/timestamp.c:4218
 #, c-format
 msgid "timestamp units \"%s\" not recognized"
 msgstr "»timestamp«-Einheit »%s« nicht erkannt"
 
-#: utils/adt/timestamp.c:3663 utils/adt/timestamp.c:4346
-#: utils/adt/timestamp.c:4367
+#: utils/adt/timestamp.c:3716 utils/adt/timestamp.c:4399
+#: utils/adt/timestamp.c:4420
 #, 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:3680 utils/adt/timestamp.c:4376
+#: utils/adt/timestamp.c:3733 utils/adt/timestamp.c:4429
 #, c-format
 msgid "timestamp with time zone units \"%s\" not recognized"
 msgstr "»timestamp with time zone«-Einheit »%s« nicht erkannt"
 
-#: utils/adt/timestamp.c:3761
+#: utils/adt/timestamp.c:3814
 #, c-format
 msgid "interval units \"%s\" not supported because months usually have fractional weeks"
 msgstr "»interval«-Einheit »%s« wird nicht unterstützt, weil Monate gewöhnlich partielle Wochen haben"
 
-#: utils/adt/timestamp.c:3767 utils/adt/timestamp.c:4482
+#: utils/adt/timestamp.c:3820 utils/adt/timestamp.c:4535
 #, c-format
 msgid "interval units \"%s\" not supported"
 msgstr "»interval«-Einheit »%s« nicht unterstützt"
 
-#: utils/adt/timestamp.c:3783 utils/adt/timestamp.c:4509
+#: utils/adt/timestamp.c:3836 utils/adt/timestamp.c:4562
 #, c-format
 msgid "interval units \"%s\" not recognized"
 msgstr "»interval«-Einheit »%s« nicht erkannt"
 
-#: utils/adt/timestamp.c:4592 utils/adt/timestamp.c:4776
+#: utils/adt/timestamp.c:4645 utils/adt/timestamp.c:4829
 #, c-format
 msgid "could not convert to time zone \"%s\""
 msgstr "konnte nicht in Zeitzone »%s« umwandeln"
@@ -17249,7 +17241,7 @@ msgstr "Wort ist zu lang in tsquery: »%s«"
 msgid "text-search query doesn't contain lexemes: \"%s\""
 msgstr "Textsucheanfrage enthält keine Lexeme: »%s«"
 
-#: utils/adt/tsquery.c:520 utils/adt/tsquery_util.c:340
+#: utils/adt/tsquery.c:520 utils/adt/tsquery_util.c:371
 #, c-format
 msgid "tsquery is too large"
 msgstr "tsquery ist zu groß"
@@ -17259,7 +17251,7 @@ msgstr "tsquery ist zu groß"
 msgid "text-search query contains only stop words or doesn't contain lexemes, ignored"
 msgstr "Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert"
 
-#: utils/adt/tsquery_rewrite.c:293
+#: utils/adt/tsquery_rewrite.c:322
 #, c-format
 msgid "ts_rewrite query must return two tsquery columns"
 msgstr "ts_rewrite-Anfrage muss zwei tsquery-Spalten zurückgeben"
@@ -17294,42 +17286,42 @@ msgstr "Wort ist zu lang (%ld Bytes, maximal %ld Bytes)"
 msgid "string is too long for tsvector (%ld bytes, max %ld bytes)"
 msgstr "Zeichenkette ist zu lang für tsvector (%ld Bytes, maximal %ld Bytes)"
 
-#: utils/adt/tsvector_op.c:1173
+#: utils/adt/tsvector_op.c:1174
 #, c-format
 msgid "ts_stat query must return one tsvector column"
 msgstr "ts_stat-Anfrage muss eine tsvector-Spalte zurückgeben"
 
-#: utils/adt/tsvector_op.c:1353
+#: utils/adt/tsvector_op.c:1354
 #, c-format
 msgid "tsvector column \"%s\" does not exist"
 msgstr "tsvector-Spalte »%s« existiert nicht"
 
-#: utils/adt/tsvector_op.c:1359
+#: utils/adt/tsvector_op.c:1360
 #, c-format
 msgid "column \"%s\" is not of tsvector type"
 msgstr "Spalte »%s« hat nicht Typ tsvector"
 
-#: utils/adt/tsvector_op.c:1371
+#: utils/adt/tsvector_op.c:1372
 #, c-format
 msgid "configuration column \"%s\" does not exist"
 msgstr "Konfigurationsspalte »%s« existiert nicht"
 
-#: utils/adt/tsvector_op.c:1377
+#: utils/adt/tsvector_op.c:1378
 #, c-format
 msgid "column \"%s\" is not of regconfig type"
 msgstr "Spalte »%s« hat nicht Typ regconfig"
 
-#: utils/adt/tsvector_op.c:1384
+#: utils/adt/tsvector_op.c:1385
 #, c-format
 msgid "configuration column \"%s\" must not be null"
 msgstr "Konfigurationsspalte »%s« darf nicht NULL sein"
 
-#: utils/adt/tsvector_op.c:1397
+#: utils/adt/tsvector_op.c:1398
 #, c-format
 msgid "text search configuration name \"%s\" must be schema-qualified"
 msgstr "Textsuchekonfigurationsname »%s« muss Schemaqualifikation haben"
 
-#: utils/adt/tsvector_op.c:1422
+#: utils/adt/tsvector_op.c:1423
 #, c-format
 msgid "column \"%s\" is not of a character type"
 msgstr "Spalte »%s« hat keinen Zeichentyp"
@@ -17667,7 +17659,7 @@ 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:698
+#: utils/cache/plancache.c:700
 #, c-format
 msgid "cached plan must not change result type"
 msgstr "gecachter Plan darf den Ergebnistyp nicht ändern"
index 2cb3a4925d58073c0c8d55cecf2cfd37852b9972..5900db676534dcee0cb6a29066ac728814ba6492 100644 (file)
@@ -59,7 +59,7 @@ msgstr ""
 "Project-Id-Version: PostgreSQL server 9.3\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
 "POT-Creation-Date: 2015-09-29 15:21+0000\n"
-"PO-Revision-Date: 2016-07-22 19:04-0400\n"
+"PO-Revision-Date: 2017-01-10 16:47-0300\n"
 "Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
 "Language-Team: PgSQL Español <pgsql-es-ayuda@postgresql.org>\n"
 "Language: es\n"
@@ -7466,7 +7466,7 @@ msgstr "el registro a ser actualizado ya fue modificado por una operación dispa
 #: executor/nodeModifyTable.c:710
 #, c-format
 msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows."
-msgstr "Considere usar un disparador ANTES en lugar de un disparador BEFORE para propagar cambios a otros registros."
+msgstr "Considere usar un disparador AFTER en lugar de un disparador BEFORE para propagar cambios a otros registros."
 
 #: commands/trigger.c:2680 executor/execMain.c:2101
 #: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441
index 7e6ef76e5c1d036070635183ac0aace2c6caa08c..872633ee7f7c21b70d05de31b9dfeb780946ec68 100644 (file)
@@ -1,28 +1,28 @@
 # translation of postgres.po to fr_fr
 # french message translation file for postgres
 #
-# Use these quotes: « %s »
+# Use these quotes: Â« %s Â»
 # Guillaume Lelarge <guillaume@lelarge.info>, 2003-2009.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.3\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2016-05-07 21:59+0000\n"
-"PO-Revision-Date: 2016-05-09 09:34+0200\n"
+"POT-Creation-Date: 2016-10-24 20:59+0000\n"
+"PO-Revision-Date: 2016-10-25 18:34+0200\n"
 "Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
 "Language-Team: French <guillaume@lelarge.info>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.8.8\n"
 
 #: ../common/fe_memutils.c:33 ../common/fe_memutils.c:60 ../common/fe_memutils.c:83
 #, c-format
 msgid "out of memory\n"
-msgstr "mémoire épuisée\n"
+msgstr "mémoire épuisée\n"
 
 #: ../common/fe_memutils.c:77
 #, c-format
@@ -32,99 +32,99 @@ msgstr "ne peut pas dupliquer un pointeur nul (erreur interne)\n"
 #: ../port/chklocale.c:352 ../port/chklocale.c:358
 #, c-format
 msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
-msgstr "n'a pas pu déterminer l'encodage pour la locale « %s » : le codeset vaut « %s »"
+msgstr "n'a pas pu déterminer l'encodage pour la locale Â« %s Â» : le codeset vaut Â« %s Â»"
 
 #: ../port/chklocale.c:360
 #, c-format
 msgid "Please report this to <pgsql-bugs@postgresql.org>."
-msgstr "Veuillez rapporter ceci à <pgsql-bugs@postgresql.org>."
+msgstr "Veuillez rapporter ceci à <pgsql-bugs@postgresql.org>."
 
 #: ../port/dirmod.c:219
 #, c-format
 msgid "could not set junction for \"%s\": %s"
-msgstr "n'a pas pu configurer la jonction pour « %s » : %s"
+msgstr "n'a pas pu configurer la jonction pour Â« %s Â» : %s"
 
 #: ../port/dirmod.c:222
 #, c-format
 msgid "could not set junction for \"%s\": %s\n"
-msgstr "n'a pas pu configurer la jonction pour « %s » : %s\n"
+msgstr "n'a pas pu configurer la jonction pour Â« %s Â» : %s\n"
 
 #: ../port/dirmod.c:296
 #, c-format
 msgid "could not get junction for \"%s\": %s"
-msgstr "n'a pas pu obtenir la jonction pour « %s » : %s"
+msgstr "n'a pas pu obtenir la jonction pour Â« %s Â» : %s"
 
 #: ../port/dirmod.c:299
 #, c-format
 msgid "could not get junction for \"%s\": %s\n"
-msgstr "n'a pas pu obtenir la jonction pour « %s » : %s\n"
+msgstr "n'a pas pu obtenir la jonction pour Â« %s Â» : %s\n"
 
 #: ../port/dirmod.c:381
 #, c-format
 msgid "could not open directory \"%s\": %s\n"
-msgstr "n'a pas pu ouvrir le répertoire « %s » : %s\n"
+msgstr "n'a pas pu ouvrir le répertoire Â« %s Â» : %s\n"
 
 #: ../port/dirmod.c:414
 #, c-format
 msgid "could not read directory \"%s\": %s\n"
-msgstr "n'a pas pu lire le répertoire « %s » : %s\n"
+msgstr "n'a pas pu lire le répertoire Â« %s Â» : %s\n"
 
 #: ../port/dirmod.c:426
 #, c-format
 msgid "could not close directory \"%s\": %s\n"
-msgstr "n'a pas pu fermer le répertoire « %s » : %s\n"
+msgstr "n'a pas pu fermer le répertoire Â« %s Â» : %s\n"
 
 #: ../port/dirmod.c:505
 #, c-format
 msgid "could not stat file or directory \"%s\": %s\n"
 msgstr ""
-"n'a pas pu récupérer les informations sur le fichier ou répertoire\n"
-"« %s » : %s\n"
+"n'a pas pu récupérer les informations sur le fichier ou répertoire\n"
+"« %s Â» : %s\n"
 
 #: ../port/dirmod.c:532 ../port/dirmod.c:549
 #, c-format
 msgid "could not remove file or directory \"%s\": %s\n"
-msgstr "n'a pas pu supprimer le fichier ou répertoire « %s » : %s\n"
+msgstr "n'a pas pu supprimer le fichier ou répertoire Â« %s Â» : %s\n"
 
 #: ../port/exec.c:127 ../port/exec.c:241 ../port/exec.c:284
 #, c-format
 msgid "could not identify current directory: %s"
-msgstr "n'a pas pu identifier le répertoire courant : %s"
+msgstr "n'a pas pu identifier le répertoire courant : %s"
 
 #: ../port/exec.c:146
 #, c-format
 msgid "invalid binary \"%s\""
-msgstr "binaire « %s » invalide"
+msgstr "binaire Â« %s Â» invalide"
 
 #: ../port/exec.c:195
 #, c-format
 msgid "could not read binary \"%s\""
-msgstr "n'a pas pu lire le binaire « %s »"
+msgstr "n'a pas pu lire le binaire Â« %s Â»"
 
 #: ../port/exec.c:202
 #, c-format
 msgid "could not find a \"%s\" to execute"
-msgstr "n'a pas pu trouver un « %s » à exécuter"
+msgstr "n'a pas pu trouver un « %s » à exécuter"
 
 #: ../port/exec.c:257 ../port/exec.c:293
 #, c-format
 msgid "could not change directory to \"%s\": %s"
-msgstr "n'a pas pu changer le répertoire par « %s » : %s"
+msgstr "n'a pas pu changer le répertoire par Â« %s Â» : %s"
 
 #: ../port/exec.c:272
 #, c-format
 msgid "could not read symbolic link \"%s\""
-msgstr "n'a pas pu lire le lien symbolique « %s »"
+msgstr "n'a pas pu lire le lien symbolique Â« %s Â»"
 
 #: ../port/exec.c:523
 #, c-format
 msgid "pclose failed: %s"
-msgstr "échec de pclose : %s"
+msgstr "échec de pclose : %s"
 
 #: ../port/open.c:112
 #, c-format
 msgid "could not open file \"%s\": %s"
-msgstr "n'a pas pu ouvrir le fichier « %s » : %s"
+msgstr "n'a pas pu ouvrir le fichier Â« %s Â» : %s"
 
 #: ../port/open.c:113
 msgid "lock violation"
@@ -137,14 +137,14 @@ msgstr "violation du partage"
 #: ../port/open.c:114
 #, c-format
 msgid "Continuing to retry for 30 seconds."
-msgstr "Continue à tenter pendant 30 secondes."
+msgstr "Continue à tenter pendant 30 secondes."
 
 #: ../port/open.c:115
 #, c-format
 msgid "You might have antivirus, backup, or similar software interfering with the database system."
 msgstr ""
 "Vous pouvez avoir un antivirus, un outil de sauvegarde ou un logiciel\n"
-"similaire interférant avec le système de bases de données."
+"similaire interférant avec le système de bases de données."
 
 #: ../port/strerror.c:25
 #, c-format
@@ -154,7 +154,7 @@ msgstr "erreur %d non reconnue"
 #: ../port/wait_error.c:47
 #, c-format
 msgid "command not executable"
-msgstr "commande non exécutable"
+msgstr "commande non exécutable"
 
 #: ../port/wait_error.c:51
 #, c-format
@@ -164,27 +164,27 @@ msgstr "commande introuvable"
 #: ../port/wait_error.c:56
 #, c-format
 msgid "child process exited with exit code %d"
-msgstr "le processus fils a quitté avec le code de sortie %d"
+msgstr "le processus fils a quitté avec le code de sortie %d"
 
 #: ../port/wait_error.c:63
 #, c-format
 msgid "child process was terminated by exception 0x%X"
-msgstr "le processus fils a été terminé par l'exception 0x%X"
+msgstr "le processus fils a été terminé par l'exception 0x%X"
 
 #: ../port/wait_error.c:73
 #, c-format
 msgid "child process was terminated by signal %s"
-msgstr "le processus fils a été terminé par le signal %s"
+msgstr "le processus fils a été terminé par le signal %s"
 
 #: ../port/wait_error.c:77
 #, c-format
 msgid "child process was terminated by signal %d"
-msgstr "le processus fils a été terminé par le signal %d"
+msgstr "le processus fils a été terminé par le signal %d"
 
 #: ../port/wait_error.c:82
 #, c-format
 msgid "child process exited with unrecognized status %d"
-msgstr "le processus fils a quitté avec un statut %d non reconnu"
+msgstr "le processus fils a quitté avec un statut %d non reconnu"
 
 #: ../port/win32error.c:189
 #, c-format
@@ -199,12 +199,12 @@ msgstr "code d'erreur win32 non reconnu : %lu"
 #: access/common/heaptuple.c:679 access/common/heaptuple.c:1419
 #, c-format
 msgid "number of columns (%d) exceeds limit (%d)"
-msgstr "le nombre de colonnes (%d) dépasse la limite (%d)"
+msgstr "le nombre de colonnes (%d) dépasse la limite (%d)"
 
 #: access/common/indextuple.c:57
 #, c-format
 msgid "number of index columns (%d) exceeds limit (%d)"
-msgstr "le nombre de colonnes indexées (%d) dépasse la limite (%d)"
+msgstr "le nombre de colonnes indexées (%d) dépasse la limite (%d)"
 
 #: access/common/indextuple.c:173 access/spgist/spgutils.c:605
 #, c-format
@@ -214,94 +214,94 @@ msgstr "la ligne index requiert %lu octets, la taille maximum est %lu"
 #: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:544 tcop/postgres.c:1702
 #, c-format
 msgid "unsupported format code: %d"
-msgstr "code de format non supporté : %d"
+msgstr "code de format non supporté : %d"
 
 #: access/common/reloptions.c:375
 #, c-format
 msgid "user-defined relation parameter types limit exceeded"
-msgstr "limite dépassée des types de paramètres de la relation définie par l'utilisateur"
+msgstr "limite dépassée des types de paramètres de la relation définie par l'utilisateur"
 
 #: access/common/reloptions.c:659
 #, c-format
 msgid "RESET must not include values for parameters"
-msgstr "RESET ne doit pas inclure de valeurs pour les paramètres"
+msgstr "RESET ne doit pas inclure de valeurs pour les paramètres"
 
 #: access/common/reloptions.c:692
 #, c-format
 msgid "unrecognized parameter namespace \"%s\""
-msgstr "espace de nom du paramètre « %s » non reconnu"
+msgstr "espace de nom du paramètre Â« %s Â» non reconnu"
 
 #: access/common/reloptions.c:936 parser/parse_clause.c:271
 #, c-format
 msgid "unrecognized parameter \"%s\""
-msgstr "paramètre « %s » non reconnu"
+msgstr "paramètre Â« %s Â» non reconnu"
 
 #: access/common/reloptions.c:961
 #, c-format
 msgid "parameter \"%s\" specified more than once"
-msgstr "le paramètre « %s » est spécifié plus d'une fois"
+msgstr "le paramètre « %s » est spécifié plus d'une fois"
 
 #: access/common/reloptions.c:976
 #, c-format
 msgid "invalid value for boolean option \"%s\": %s"
-msgstr "valeur invalide pour l'option booléenne « %s » : %s"
+msgstr "valeur invalide pour l'option booléenne Â« %s Â» : %s"
 
 #: access/common/reloptions.c:987
 #, c-format
 msgid "invalid value for integer option \"%s\": %s"
-msgstr "valeur invalide pour l'option de type integer « %s » : %s"
+msgstr "valeur invalide pour l'option de type integer Â« %s Â» : %s"
 
 #: access/common/reloptions.c:992 access/common/reloptions.c:1010
 #, c-format
 msgid "value %s out of bounds for option \"%s\""
-msgstr "valeur %s en dehors des limites pour l'option « %s »"
+msgstr "valeur %s en dehors des limites pour l'option Â« %s Â»"
 
 #: access/common/reloptions.c:994
 #, c-format
 msgid "Valid values are between \"%d\" and \"%d\"."
-msgstr "Les valeurs valides sont entre « %d » et « %d »."
+msgstr "Les valeurs valides sont entre Â« %d Â» et Â« %d Â»."
 
 #: access/common/reloptions.c:1005
 #, c-format
 msgid "invalid value for floating point option \"%s\": %s"
-msgstr "valeur invalide pour l'option de type float « %s » : %s"
+msgstr "valeur invalide pour l'option de type float Â« %s Â» : %s"
 
 #: access/common/reloptions.c:1012
 #, c-format
 msgid "Valid values are between \"%f\" and \"%f\"."
-msgstr "Les valeurs valides sont entre « %f » et « %f »."
+msgstr "Les valeurs valides sont entre Â« %f Â» et Â« %f Â»."
 
 #: access/common/tupconvert.c:108
 #, 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."
+msgstr "Le type %s renvoyé ne correspond pas au type %s attendu dans la colonne %d."
 
 #: access/common/tupconvert.c:136
 #, c-format
 msgid "Number of returned columns (%d) does not match expected column count (%d)."
 msgstr ""
-"Le nombre de colonnes renvoyées (%d) ne correspond pas au nombre de colonnes\n"
+"Le nombre de colonnes renvoyées (%d) ne correspond pas au nombre de colonnes\n"
 "attendues (%d)."
 
 #: access/common/tupconvert.c:241
 #, 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."
+msgstr "L'attribut « %s » du type %s ne correspond pas à l'attribut correspondant de type %s."
 
 #: access/common/tupconvert.c:253
 #, 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."
+msgstr "L'attribut Â« %s Â» du type %s n'existe pas dans le type %s."
 
 #: access/common/tupdesc.c:594 parser/parse_relation.c:1289
 #, c-format
 msgid "column \"%s\" cannot be declared SETOF"
-msgstr "la colonne « %s » ne peut pas être déclarée SETOF"
+msgstr "la colonne « %s » ne peut pas être déclarée SETOF"
 
 #: access/gin/ginentrypage.c:100 access/gist/gist.c:1281 access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:485 access/spgist/spgdoinsert.c:1886
 #, c-format
 msgid "index row size %lu exceeds maximum %lu for index \"%s\""
-msgstr "la taille de la ligne index, %lu, dépasse le maximum, %lu, pour l'index « %s »"
+msgstr "la taille de la ligne index, %lu, dépasse le maximum, %lu, pour l'index Â« %s Â»"
 
 #: access/gin/ginscan.c:400
 #, c-format
@@ -313,137 +313,137 @@ msgstr ""
 #: access/gin/ginscan.c:401
 #, c-format
 msgid "To fix this, do REINDEX INDEX \"%s\"."
-msgstr "Pour corriger ceci, faites un REINDEX INDEX « %s »."
+msgstr "Pour corriger ceci, faites un REINDEX INDEX Â« %s Â»."
 
 #: access/gist/gist.c:624 access/gist/gistvacuum.c:266
 #, c-format
 msgid "index \"%s\" contains an inner tuple marked as invalid"
-msgstr "l'index « %s » contient une ligne interne marquée comme invalide"
+msgstr "l'index « %s » contient une ligne interne marquée comme invalide"
 
 #: access/gist/gist.c:626 access/gist/gistvacuum.c:268
 #, c-format
 msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
 msgstr ""
-"Ceci est dû à la division d'une page incomplète à la restauration suite à un\n"
-"crash avant la mise à jour en 9.1."
+"Ceci est dû à la division d'une page incomplète à la restauration suite à un\n"
+"crash avant la mise à jour en 9.1."
 
 #: access/gist/gist.c:627 access/gist/gistutil.c:693 access/gist/gistutil.c:704 access/gist/gistvacuum.c:269 access/hash/hashutil.c:172 access/hash/hashutil.c:183 access/hash/hashutil.c:195 access/hash/hashutil.c:216 access/nbtree/nbtpage.c:508 access/nbtree/nbtpage.c:519
 #, c-format
 msgid "Please REINDEX it."
-msgstr "Merci d'exécuter REINDEX sur cet objet."
+msgstr "Merci d'exécuter REINDEX sur cet objet."
 
 #: access/gist/gistbuild.c:254
 #, c-format
 msgid "invalid value for \"buffering\" option"
-msgstr "valeur invalide pour l'option « buffering »"
+msgstr "valeur invalide pour l'option Â« buffering Â»"
 
 #: access/gist/gistbuild.c:255
 #, c-format
 msgid "Valid values are \"on\", \"off\", and \"auto\"."
-msgstr "Les valeurs valides sont entre « on », « off » et « auto »."
+msgstr "Les valeurs valides sont entre Â« on Â», Â« off Â» et Â« auto Â»."
 
 #: access/gist/gistbuildbuffers.c:780 utils/sort/logtape.c:213
 #, c-format
 msgid "could not write block %ld of temporary file: %m"
-msgstr "n'a pas pu écrire le bloc %ld du fichier temporaire : %m"
+msgstr "n'a pas pu écrire le bloc %ld du fichier temporaire : %m"
 
 #: access/gist/gistsplit.c:446
 #, c-format
 msgid "picksplit method for column %d of index \"%s\" failed"
-msgstr "échec de la méthode picksplit pour la colonne %d de l'index « %s »"
+msgstr "échec de la méthode picksplit pour la colonne %d de l'index Â« %s Â»"
 
 #: access/gist/gistsplit.c:448
 #, c-format
 msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command."
 msgstr ""
-"L'index n'est pas optimal. Pour l'optimiser, contactez un développeur\n"
+"L'index n'est pas optimal. Pour l'optimiser, contactez un développeur\n"
 "ou essayez d'utiliser la colonne comme second dans la commande\n"
 "CREATE INDEX."
 
 #: access/gist/gistutil.c:690 access/hash/hashutil.c:169 access/nbtree/nbtpage.c:505
 #, c-format
 msgid "index \"%s\" contains unexpected zero page at block %u"
-msgstr "l'index « %s » contient une page zéro inattendue au bloc %u"
+msgstr "l'index « %s » contient une page zéro inattendue au bloc %u"
 
 #: access/gist/gistutil.c:701 access/hash/hashutil.c:180 access/hash/hashutil.c:192 access/nbtree/nbtpage.c:516
 #, c-format
 msgid "index \"%s\" contains corrupted page at block %u"
-msgstr "l'index « %s » contient une page corrompue au bloc %u"
+msgstr "l'index Â« %s Â» contient une page corrompue au bloc %u"
 
 #: access/hash/hashinsert.c:68
 #, c-format
 msgid "index row size %lu exceeds hash maximum %lu"
-msgstr "la taille de la ligne index, %lu, dépasse le hachage maximum, %lu"
+msgstr "la taille de la ligne index, %lu, dépasse le hachage maximum, %lu"
 
 #: access/hash/hashinsert.c:71 access/spgist/spgdoinsert.c:1890 access/spgist/spgutils.c:667
 #, c-format
 msgid "Values larger than a buffer page cannot be indexed."
-msgstr "Les valeurs plus larges qu'une page de tampon ne peuvent pas être indexées."
+msgstr "Les valeurs plus larges qu'une page de tampon ne peuvent pas être indexées."
 
 #: access/hash/hashovfl.c:546
 #, c-format
 msgid "out of overflow pages in hash index \"%s\""
-msgstr "en dehors des pages surchargées dans l'index haché « %s »"
+msgstr "en dehors des pages surchargées dans l'index haché Â« %s Â»"
 
 #: access/hash/hashsearch.c:153
 #, c-format
 msgid "hash indexes do not support whole-index scans"
-msgstr "les index hâchés ne supportent pas les parcours complets d'index"
+msgstr "les index hâchés ne supportent pas les parcours complets d'index"
 
 #: access/hash/hashutil.c:208
 #, c-format
 msgid "index \"%s\" is not a hash index"
-msgstr "l'index « %s » n'est pas un index haché"
+msgstr "l'index « %s » n'est pas un index haché"
 
 #: access/hash/hashutil.c:214
 #, c-format
 msgid "index \"%s\" has wrong hash version"
-msgstr "l'index « %s » a la mauvaise version de hachage"
+msgstr "l'index Â« %s Â» a la mauvaise version de hachage"
 
 #: access/heap/heapam.c:1198 access/heap/heapam.c:1226 access/heap/heapam.c:1258 catalog/aclchk.c:1742
 #, c-format
 msgid "\"%s\" is an index"
-msgstr "« %s » est un index"
+msgstr "« %s Â» est un index"
 
-#: access/heap/heapam.c:1203 access/heap/heapam.c:1231 access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8272 commands/tablecmds.c:10643
+#: access/heap/heapam.c:1203 access/heap/heapam.c:1231 access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8272 commands/tablecmds.c:10654
 #, c-format
 msgid "\"%s\" is a composite type"
-msgstr "« %s » est un type composite"
+msgstr "« %s Â» est un type composite"
 
-#: access/heap/heapam.c:4244 access/heap/heapam.c:4299 access/heap/heapam.c:4543
+#: access/heap/heapam.c:4314 access/heap/heapam.c:4369 access/heap/heapam.c:4613
 #, c-format
 msgid "could not obtain lock on row in relation \"%s\""
-msgstr "n'a pas pu obtenir un verrou sur la relation « %s »"
+msgstr "n'a pas pu obtenir un verrou sur la relation Â« %s Â»"
 
 #: access/heap/hio.c:240 access/heap/rewriteheap.c:603
 #, c-format
 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:169 catalog/objectaddress.c:842 commands/indexcmds.c:1744 commands/tablecmds.c:232 commands/tablecmds.c:10634
+#: access/index/indexam.c:169 catalog/objectaddress.c:842 commands/indexcmds.c:1744 commands/tablecmds.c:232 commands/tablecmds.c:10645
 #, c-format
 msgid "\"%s\" is not an index"
-msgstr "« %s » n'est pas un index"
+msgstr "« %s Â» n'est pas un index"
 
 #: access/nbtree/nbtinsert.c:397
 #, c-format
 msgid "duplicate key value violates unique constraint \"%s\""
-msgstr "la valeur d'une clé dupliquée rompt la contrainte unique « %s »"
+msgstr "la valeur d'une clé dupliquée rompt la contrainte unique Â« %s Â»"
 
 #: access/nbtree/nbtinsert.c:399
 #, c-format
 msgid "Key %s already exists."
-msgstr "La clé « %s » existe déjà."
+msgstr "La clé « %s » existe déjà."
 
 #: access/nbtree/nbtinsert.c:466
 #, c-format
 msgid "failed to re-find tuple within index \"%s\""
-msgstr "échec pour retrouver la ligne dans l'index « %s »"
+msgstr "échec pour retrouver la ligne dans l'index Â« %s Â»"
 
 #: access/nbtree/nbtinsert.c:468
 #, c-format
 msgid "This may be because of a non-immutable index expression."
-msgstr "Ceci peut être dû à une expression d'index immutable."
+msgstr "Ceci peut être dû à une expression d'index immutable."
 
 #: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:489
 #, c-format
@@ -451,30 +451,30 @@ msgid ""
 "Values larger than 1/3 of a buffer page cannot be indexed.\n"
 "Consider a function index of an MD5 hash of the value, or use full text indexing."
 msgstr ""
-"Les valeurs plus larges qu'un tiers d'une page de tampon ne peuvent pas être\n"
-"indexées.\n"
-"Utilisez un index sur le hachage MD5 de la valeur ou passez à l'indexation\n"
+"Les valeurs plus larges qu'un tiers d'une page de tampon ne peuvent pas être\n"
+"indexées.\n"
+"Utilisez un index sur le hachage MD5 de la valeur ou passez à l'indexation\n"
 "de la recherche plein texte."
 
-#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:361 access/nbtree/nbtpage.c:448 parser/parse_utilcmd.c:1625
+#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:361 access/nbtree/nbtpage.c:448 parser/parse_utilcmd.c:1627
 #, c-format
 msgid "index \"%s\" is not a btree"
-msgstr "l'index « %s » n'est pas un btree"
+msgstr "l'index Â« %s Â» n'est pas un btree"
 
 #: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:367 access/nbtree/nbtpage.c:454
 #, c-format
 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"
+msgstr "la version ne correspond pas dans l'index Â« %s Â» : version du fichier %d, version du code %d"
 
 #: access/spgist/spgutils.c:664
 #, c-format
 msgid "SP-GiST inner tuple size %lu exceeds maximum %lu"
-msgstr "la taille de la ligne interne SP-GiST, %lu, dépasse le maximum, %lu"
+msgstr "la taille de la ligne interne SP-GiST, %lu, dépasse le maximum, %lu"
 
 #: access/transam/multixact.c:1018
 #, c-format
 msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database \"%s\""
-msgstr "la base de données n'accepte pas de commandes qui génèrent de nouveaux MultiXactId pour éviter les pertes de données suite à une réinitialisation de l'identifiant de transaction dans la base de données « %s »"
+msgstr "la base de données n'accepte pas de commandes qui génèrent de nouveaux MultiXactId pour Ã©viter les pertes de données suite Ã  une réinitialisation de l'identifiant de transaction dans la base de données Â« %s Â»"
 
 #: access/transam/multixact.c:1020 access/transam/multixact.c:1027 access/transam/multixact.c:1051 access/transam/multixact.c:1060
 #, c-format
@@ -482,115 +482,115 @@ msgid ""
 "Execute a database-wide VACUUM in that database.\n"
 "You might also need to commit or roll back old prepared transactions."
 msgstr ""
-"Exécutez un VACUUM sur toute cette base.\n"
-"Vous pouvez avoir besoin de valider ou d'annuler les anciennes transactions préparées."
+"Exécutez un VACUUM sur toute cette base.\n"
+"Vous pouvez avoir besoin de valider ou d'annuler les anciennes transactions préparées."
 
 #: access/transam/multixact.c:1025
 #, c-format
 msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database with OID %u"
 msgstr ""
-"la base de données n'accepte pas de commandes qui génèrent de nouveaux MultiXactId pour éviter des pertes de données à cause de la réinitialisation de l'identifiant de transaction dans\n"
-"la base de données d'OID %u"
+"la base de données n'accepte pas de commandes qui génèrent de nouveaux MultiXactId pour éviter des pertes de données à cause de la réinitialisation de l'identifiant de transaction dans\n"
+"la base de données d'OID %u"
 
-#: access/transam/multixact.c:1046 access/transam/multixact.c:2324
+#: access/transam/multixact.c:1046 access/transam/multixact.c:2323
 #, c-format
 msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used"
 msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used"
-msgstr[0] "un VACUUM doit être exécuté sur la base de données « %s » dans un maximum de %u MultiXactId"
-msgstr[1] "un VACUUM doit être exécuté sur la base de données « %s » dans un maximum de %u MultiXactId"
+msgstr[0] "un VACUUM doit Ãªtre exécuté sur la base de données Â« %s Â» dans un maximum de %u MultiXactId"
+msgstr[1] "un VACUUM doit Ãªtre exécuté sur la base de données Â« %s Â» dans un maximum de %u MultiXactId"
 
-#: access/transam/multixact.c:1055 access/transam/multixact.c:2333
+#: access/transam/multixact.c:1055 access/transam/multixact.c:2332
 #, c-format
 msgid "database with OID %u must be vacuumed before %u more MultiXactId is used"
 msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used"
-msgstr[0] "un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de %u MultiXactId"
-msgstr[1] "un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de %u MultiXactId"
+msgstr[0] "un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de %u MultiXactId"
+msgstr[1] "un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de %u MultiXactId"
 
 #: access/transam/multixact.c:1116
 #, c-format
 msgid "multixact \"members\" limit exceeded"
-msgstr "limite dépassée des « membres » multixact"
+msgstr "limite dépassée des Â« membres Â» multixact"
 
 #: access/transam/multixact.c:1117
 #, c-format
 msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member."
 msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members."
-msgstr[0] "Cette commande devait créer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membre."
-msgstr[1] "Cette commande devait créer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membres."
+msgstr[0] "Cette commande devait créer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membre."
+msgstr[1] "Cette commande devait créer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membres."
 
 #: access/transam/multixact.c:1122
 #, c-format
 msgid "Execute a database-wide VACUUM in database with OID %u with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings."
-msgstr "Exécutez un VACUUM sur toute la base d'OID %u avec des paramètres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age réduits."
+msgstr "Exécutez un VACUUM sur toute la base d'OID %u avec des paramètres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age réduits."
 
 #: access/transam/multixact.c:1153
 #, c-format
 msgid "database with OID %u must be vacuumed before %d more multixact members are used"
-msgstr "un VACUUM doit être exécuté sur la base de données d'OID %u avant que plus de %d membres MultiXact ne soient utilisés"
+msgstr "un VACUUM doit être exécuté sur la base de données d'OID %u avant que plus de %d membres MultiXact ne soient utilisés"
 
 #: access/transam/multixact.c:1156
 #, c-format
 msgid "Execute a database-wide VACUUM in that database with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings."
-msgstr "Exécutez un VACUUM sur cette base avec des paramètres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age réduits."
+msgstr "Exécutez un VACUUM sur cette base avec des paramètres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age réduits."
 
-#: access/transam/multixact.c:1276
+#: access/transam/multixact.c:1275
 #, c-format
 msgid "MultiXactId %u does no longer exist -- apparent wraparound"
 msgstr "le MultiXactId %u n'existe plus - wraparound apparent"
 
-#: access/transam/multixact.c:1284
+#: access/transam/multixact.c:1283
 #, c-format
 msgid "MultiXactId %u has not been created yet -- apparent wraparound"
-msgstr "le MultiXactId %u n'a pas encore été créer : wraparound apparent"
+msgstr "le MultiXactId %u n'a pas encore été créer : wraparound apparent"
 
-#: access/transam/multixact.c:2286
+#: access/transam/multixact.c:2285
 #, c-format
 msgid "MultiXactId wrap limit is %u, limited by database with OID %u"
-msgstr "La limite de réinitialisation MultiXactId est %u, limité par la base de données d'OID %u"
+msgstr "La limite de réinitialisation MultiXactId est %u, limité par la base de données d'OID %u"
 
-#: access/transam/multixact.c:2329 access/transam/multixact.c:2338 access/transam/varsup.c:137 access/transam/varsup.c:144 access/transam/varsup.c:374 access/transam/varsup.c:381
+#: access/transam/multixact.c:2328 access/transam/multixact.c:2337 access/transam/varsup.c:137 access/transam/varsup.c:144 access/transam/varsup.c:374 access/transam/varsup.c:381
 #, c-format
 msgid ""
 "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 arrêt de la base de données, exécutez un VACUUM sur toute cette\n"
+"Pour éviter un arrêt de la base de données, exécutez un VACUUM sur toute cette\n"
 "base. Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes\n"
-"transactions préparées."
+"transactions préparées."
 
-#: access/transam/multixact.c:2597
+#: access/transam/multixact.c:2596
 #, c-format
 msgid "MultiXact member wraparound protections are disabled because oldest checkpointed MultiXact %u does not exist on disk"
 msgstr ""
-"les protections contre la réutilisation d'un membre MultiXact sont désactivées\\n\n"
+"les protections contre la réutilisation d'un membre MultiXact sont désactivées\\n\n"
 "parce que le plus ancien MultiXact %u avec checkpoint n'existe plus sur disque"
 
-#: access/transam/multixact.c:2620
+#: access/transam/multixact.c:2619
 #, c-format
 msgid "MultiXact member wraparound protections are now enabled"
-msgstr "les protections contre la réutilisation d'un membre MultiXact sont maintenant activées"
+msgstr "les protections contre la réutilisation d'un membre MultiXact sont maintenant activées"
 
-#: access/transam/multixact.c:2622
+#: access/transam/multixact.c:2621
 #, c-format
 msgid "MultiXact member stop limit is now %u based on MultiXact %u"
-msgstr "la limite d'arrêt d'un membre MultiXact est maintenant %u basé sur le MultiXact %u"
+msgstr "la limite d'arrêt d'un membre MultiXact est maintenant %u basé sur le MultiXact %u"
 
-#: access/transam/multixact.c:2709
+#: access/transam/multixact.c:2708
 #, c-format
 msgid "oldest MultiXactId member is at offset %u"
-msgstr "le membre du plus ancien MultiXactId est au décalage %u"
+msgstr "le membre du plus ancien MultiXactId est au décalage %u"
 
-#: access/transam/multixact.c:2713
+#: access/transam/multixact.c:2712
 #, c-format
 msgid "oldest MultiXactId member offset unknown"
-msgstr "décalage inconnu du membre du plus ancien MultiXactId"
+msgstr "décalage inconnu du membre du plus ancien MultiXactId"
 
-#: access/transam/multixact.c:3062
+#: access/transam/multixact.c:3061
 #, c-format
 msgid "oldest MultiXact %u not found, earliest MultiXact %u, skipping truncation"
-msgstr "plus ancien MultiXact %u non trouvé, plus récent MultiXact %u, ignore le tronquage"
+msgstr "plus ancien MultiXact %u non trouvé, plus récent MultiXact %u, ignore le tronquage"
 
-#: access/transam/multixact.c:3298
+#: access/transam/multixact.c:3297
 #, c-format
 msgid "invalid MultiXactId: %u"
 msgstr "MultiXactId invalide : %u"
@@ -598,58 +598,58 @@ msgstr "MultiXactId invalide : %u"
 #: access/transam/slru.c:651
 #, c-format
 msgid "file \"%s\" doesn't exist, reading as zeroes"
-msgstr "le fichier « %s » n'existe pas, contenu lu comme des zéros"
+msgstr "le fichier « %s » n'existe pas, contenu lu comme des zéros"
 
 #: access/transam/slru.c:881 access/transam/slru.c:887 access/transam/slru.c:894 access/transam/slru.c:901 access/transam/slru.c:908 access/transam/slru.c:915
 #, c-format
 msgid "could not access status of transaction %u"
-msgstr "n'a pas pu accéder au statut de la transaction %u"
+msgstr "n'a pas pu accéder au statut de la transaction %u"
 
 #: access/transam/slru.c:882
 #, c-format
 msgid "Could not open file \"%s\": %m."
-msgstr "N'a pas pu ouvrir le fichier « %s » : %m"
+msgstr "N'a pas pu ouvrir le fichier Â« %s Â» : %m"
 
 #: access/transam/slru.c:888
 #, c-format
 msgid "Could not seek in file \"%s\" to offset %u: %m."
-msgstr "N'a pas pu se déplacer dans le fichier « %s » au décalage %u : %m"
+msgstr "N'a pas pu se déplacer dans le fichier « %s » au décalage %u : %m"
 
 #: access/transam/slru.c:895
 #, c-format
 msgid "Could not read from file \"%s\" at offset %u: %m."
-msgstr "N'a pas pu lire le fichier « %s » au décalage %u : %m"
+msgstr "N'a pas pu lire le fichier « %s » au décalage %u : %m"
 
 #: access/transam/slru.c:902
 #, c-format
 msgid "Could not write to file \"%s\" at offset %u: %m."
-msgstr "N'a pas pu écrire le fichier « %s » au décalage %u : %m"
+msgstr "N'a pas pu écrire le fichier « %s » au décalage %u : %m"
 
 #: access/transam/slru.c:909
 #, c-format
 msgid "Could not fsync file \"%s\": %m."
-msgstr "N'a pas pu synchroniser sur disque (fsync) le fichier « %s » : %m"
+msgstr "N'a pas pu synchroniser sur disque (fsync) le fichier Â« %s Â» : %m"
 
 #: access/transam/slru.c:916
 #, c-format
 msgid "Could not close file \"%s\": %m."
-msgstr "N'a pas pu fermer le fichier « %s » : %m"
+msgstr "N'a pas pu fermer le fichier Â« %s Â» : %m"
 
 #: access/transam/slru.c:1171
 #, c-format
 msgid "could not truncate directory \"%s\": apparent wraparound"
-msgstr "n'a pas pu tronquer le répertoire « %s » : contournement apparent"
+msgstr "n'a pas pu tronquer le répertoire Â« %s Â» : contournement apparent"
 
 #: access/transam/slru.c:1220
 #, c-format
 msgid "removing file \"%s\""
-msgstr "suppression du fichier « %s »"
+msgstr "suppression du fichier Â« %s Â»"
 
 #: access/transam/timeline.c:111 access/transam/timeline.c:236 access/transam/timeline.c:334 access/transam/xlog.c:2273 access/transam/xlog.c:2380 access/transam/xlog.c:2417 access/transam/xlog.c:2674 access/transam/xlog.c:2752 replication/basebackup.c:391 replication/basebackup.c:1063 replication/walsender.c:368 replication/walsender.c:1340 storage/file/copydir.c:155 storage/file/fd.c:466 storage/file/fd.c:2766 storage/file/fd.c:2832
 #: storage/smgr/md.c:587 storage/smgr/md.c:845 utils/error/elog.c:1698 utils/init/miscinit.c:1067 utils/init/miscinit.c:1188 utils/init/miscinit.c:1266
 #, c-format
 msgid "could not open file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier « %s » : %m"
+msgstr "n'a pas pu ouvrir le fichier Â« %s Â» : %m"
 
 #: access/transam/timeline.c:148 access/transam/timeline.c:153
 #, c-format
@@ -659,7 +659,7 @@ msgstr "erreur de syntaxe dans le fichier historique : %s"
 #: access/transam/timeline.c:149
 #, c-format
 msgid "Expected a numeric timeline ID."
-msgstr "Identifiant timeline numérique attendue"
+msgstr "Identifiant timeline numérique attendue"
 
 #: access/transam/timeline.c:154
 #, c-format
@@ -669,49 +669,49 @@ msgstr "Attendait un emplacement de bascule dans le journal de transactions."
 #: access/transam/timeline.c:158
 #, c-format
 msgid "invalid data in history file: %s"
-msgstr "données invalides dans le fichier historique : « %s »"
+msgstr "données invalides dans le fichier historique : Â« %s Â»"
 
 #: access/transam/timeline.c:159
 #, c-format
 msgid "Timeline IDs must be in increasing sequence."
-msgstr "Les identifiants timeline doivent être en ordre croissant."
+msgstr "Les identifiants timeline doivent être en ordre croissant."
 
 #: access/transam/timeline.c:179
 #, c-format
 msgid "invalid data in history file \"%s\""
-msgstr "données invalides dans le fichier historique « %s »"
+msgstr "données invalides dans le fichier historique Â« %s Â»"
 
 #: access/transam/timeline.c:180
 #, c-format
 msgid "Timeline IDs must be less than child timeline's ID."
 msgstr ""
-"Les identifiants timeline doivent être plus petits que les enfants des\n"
+"Les identifiants timeline doivent être plus petits que les enfants des\n"
 "identifiants timeline."
 
-#: access/transam/timeline.c:315 access/transam/timeline.c:461 access/transam/xlog.c:2297 access/transam/xlog.c:2432 access/transam/xlog.c:8852 access/transam/xlog.c:9167 postmaster/postmaster.c:4273 storage/file/copydir.c:162 storage/smgr/md.c:305 utils/time/snapmgr.c:861
+#: access/transam/timeline.c:315 access/transam/timeline.c:461 access/transam/xlog.c:2297 access/transam/xlog.c:2432 access/transam/xlog.c:8866 access/transam/xlog.c:9181 postmaster/postmaster.c:4277 storage/file/copydir.c:162 storage/smgr/md.c:305 utils/time/snapmgr.c:861
 #, c-format
 msgid "could not create file \"%s\": %m"
-msgstr "n'a pas pu créer le fichier « %s » : %m"
+msgstr "n'a pas pu créer le fichier Â« %s Â» : %m"
 
-#: access/transam/timeline.c:346 access/transam/xlog.c:2445 access/transam/xlog.c:9018 access/transam/xlog.c:9031 access/transam/xlog.c:9399 access/transam/xlog.c:9442 access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 replication/walsender.c:393 storage/file/copydir.c:176 utils/adt/genfile.c:139
+#: access/transam/timeline.c:346 access/transam/xlog.c:2445 access/transam/xlog.c:9032 access/transam/xlog.c:9045 access/transam/xlog.c:9413 access/transam/xlog.c:9456 access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 replication/walsender.c:393 storage/file/copydir.c:176 utils/adt/genfile.c:139
 #, c-format
 msgid "could not read file \"%s\": %m"
-msgstr "n'a pas pu lire le fichier « %s » : %m"
+msgstr "n'a pas pu lire le fichier Â« %s Â» : %m"
 
-#: access/transam/timeline.c:367 access/transam/timeline.c:401 access/transam/timeline.c:477 access/transam/xlog.c:2332 access/transam/xlog.c:2464 postmaster/postmaster.c:4283 postmaster/postmaster.c:4293 storage/file/copydir.c:187 utils/init/miscinit.c:1132 utils/init/miscinit.c:1141 utils/init/miscinit.c:1148 utils/misc/guc.c:7663 utils/misc/guc.c:7677 utils/time/snapmgr.c:866 utils/time/snapmgr.c:873
+#: access/transam/timeline.c:367 access/transam/timeline.c:401 access/transam/timeline.c:477 access/transam/xlog.c:2332 access/transam/xlog.c:2464 postmaster/postmaster.c:4287 postmaster/postmaster.c:4297 storage/file/copydir.c:187 utils/init/miscinit.c:1132 utils/init/miscinit.c:1141 utils/init/miscinit.c:1148 utils/misc/guc.c:7663 utils/misc/guc.c:7677 utils/time/snapmgr.c:866 utils/time/snapmgr.c:873
 #, c-format
 msgid "could not write to file \"%s\": %m"
-msgstr "n'a pas pu écrire dans le fichier « %s » : %m"
+msgstr "n'a pas pu Ã©crire dans le fichier Â« %s Â» : %m"
 
-#: access/transam/timeline.c:407 access/transam/timeline.c:483 access/transam/xlog.c:2341 access/transam/xlog.c:2471 storage/file/fd.c:483 storage/file/fd.c:2853 storage/smgr/md.c:967 storage/smgr/md.c:1198 storage/smgr/md.c:1371
+#: access/transam/timeline.c:407 access/transam/timeline.c:483 access/transam/xlog.c:2341 access/transam/xlog.c:2471 storage/file/fd.c:483 storage/file/fd.c:2853 storage/smgr/md.c:968 storage/smgr/md.c:1199 storage/smgr/md.c:1372
 #, c-format
 msgid "could not fsync file \"%s\": %m"
-msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier « %s » : %m"
+msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier Â« %s Â» : %m"
 
 #: access/transam/timeline.c:412 access/transam/timeline.c:488 access/transam/xlog.c:2347 access/transam/xlog.c:2476 access/transam/xlogfuncs.c:621 commands/copy.c:1480 storage/file/copydir.c:201
 #, c-format
 msgid "could not close file \"%s\": %m"
-msgstr "n'a pas pu fermer le fichier « %s » : %m"
+msgstr "n'a pas pu fermer le fichier Â« %s Â» : %m"
 
 #: access/transam/timeline.c:570
 #, c-format
@@ -721,27 +721,27 @@ msgstr "la timeline %u requise n'est pas dans l'historique de ce serveur"
 #: access/transam/twophase.c:329
 #, c-format
 msgid "transaction identifier \"%s\" is too long"
-msgstr "l'identifiant de la transaction « %s » est trop long"
+msgstr "l'identifiant de la transaction Â« %s Â» est trop long"
 
 #: access/transam/twophase.c:336
 #, c-format
 msgid "prepared transactions are disabled"
-msgstr "les transactions préparées sont désactivées"
+msgstr "les transactions préparées sont désactivées"
 
 #: access/transam/twophase.c:337
 #, c-format
 msgid "Set max_prepared_transactions to a nonzero value."
-msgstr "Configure max_prepared_transactions à une valeur différente de zéro."
+msgstr "Configure max_prepared_transactions à une valeur différente de zéro."
 
 #: access/transam/twophase.c:356
 #, c-format
 msgid "transaction identifier \"%s\" is already in use"
-msgstr "l'identifiant de la transaction « %s » est déjà utilisé"
+msgstr "l'identifiant de la transaction « %s » est déjà utilisé"
 
 #: access/transam/twophase.c:365
 #, c-format
 msgid "maximum number of prepared transactions reached"
-msgstr "nombre maximum de transactions préparées obtenu"
+msgstr "nombre maximum de transactions préparées obtenu"
 
 #: access/transam/twophase.c:366
 #, c-format
@@ -751,158 +751,158 @@ msgstr "Augmentez max_prepared_transactions (actuellement %d)."
 #: access/transam/twophase.c:504
 #, c-format
 msgid "prepared transaction with identifier \"%s\" is busy"
-msgstr "la transaction préparée d'identifiant « %s » est occupée"
+msgstr "la transaction préparée d'identifiant « %s » est occupée"
 
 #: access/transam/twophase.c:510
 #, c-format
 msgid "permission denied to finish prepared transaction"
-msgstr "droit refusé pour terminer la transaction préparée"
+msgstr "droit refusé pour terminer la transaction préparée"
 
 #: access/transam/twophase.c:511
 #, c-format
 msgid "Must be superuser or the user that prepared the transaction."
-msgstr "Doit être super-utilisateur ou l'utilisateur qui a préparé la transaction."
+msgstr "Doit être super-utilisateur ou l'utilisateur qui a préparé la transaction."
 
 #: access/transam/twophase.c:522
 #, c-format
 msgid "prepared transaction belongs to another database"
-msgstr "la transaction préparée appartient à une autre base de données"
+msgstr "la transaction préparée appartient à une autre base de données"
 
 #: access/transam/twophase.c:523
 #, c-format
 msgid "Connect to the database where the transaction was prepared to finish it."
 msgstr ""
-"Connectez-vous à la base de données où la transaction a été préparée pour\n"
+"Connectez-vous à la base de données où la transaction a été préparée pour\n"
 "la terminer."
 
 #: access/transam/twophase.c:538
 #, c-format
 msgid "prepared transaction with identifier \"%s\" does not exist"
-msgstr "la transaction préparée d'identifiant « %s » n'existe pas"
+msgstr "la transaction préparée d'identifiant Â« %s Â» n'existe pas"
 
 #: access/transam/twophase.c:1041
 #, c-format
 msgid "two-phase state file maximum length exceeded"
 msgstr ""
-"longueur maximale dépassée pour le fichier de statut de la validation en\n"
+"longueur maximale dépassée pour le fichier de statut de la validation en\n"
 "deux phase"
 
 #: access/transam/twophase.c:1054
 #, c-format
 msgid "could not create two-phase state file \"%s\": %m"
 msgstr ""
-"n'a pas pu créer le fichier de statut de la validation en deux phases nommé\n"
-"« %s » : %m"
+"n'a pas pu créer le fichier de statut de la validation en deux phases nommé\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1068 access/transam/twophase.c:1085 access/transam/twophase.c:1134 access/transam/twophase.c:1563 access/transam/twophase.c:1570
 #, 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"
+msgstr "n'a pas pu écrire dans le fichier d'état de la validation en deux phases : %m"
 
 #: access/transam/twophase.c:1094
 #, c-format
 msgid "could not seek in two-phase state file: %m"
 msgstr ""
-"n'a pas pu se déplacer dans le fichier de statut de la validation en deux\n"
+"n'a pas pu se déplacer dans le fichier de statut de la validation en deux\n"
 "phases : %m"
 
 #: access/transam/twophase.c:1140 access/transam/twophase.c:1588
 #, 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"
+msgstr "n'a pas pu fermer le fichier d'état de la validation en deux phases : %m"
 
 #: access/transam/twophase.c:1227 access/transam/twophase.c:1669
 #, 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"
+"n'a pas pu ouvrir le fichier d'état de la validation en deux phases nommé\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1244
 #, c-format
 msgid "could not stat two-phase state file \"%s\": %m"
 msgstr ""
-"n'a pas pu récupérer des informations sur le fichier d'état de la validation\n"
-"en deux phases nommé « %s » : %m"
+"n'a pas pu récupérer des informations sur le fichier d'état de la validation\n"
+"en deux phases nommé Â« %s Â» : %m"
 
 #: access/transam/twophase.c:1276
 #, 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"
+"n'a pas pu lire le fichier d'état de la validation en deux phases nommé\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1372
 #, 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"
+"le fichier d'état de la validation en deux phases est corrompu pour la\n"
 "transaction %u"
 
 #: access/transam/twophase.c:1525
 #, 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"
+"n'a pas pu supprimer le fichier d'état de la validation en deux phases\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1554
 #, c-format
 msgid "could not recreate two-phase state file \"%s\": %m"
 msgstr ""
-"n'a pas pu re-créer le fichier d'état de la validation en deux phases nommé\n"
-"« %s » : %m"
+"n'a pas pu re-créer le fichier d'état de la validation en deux phases nommé\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1582
 #, 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"
+"n'a pas pu synchroniser sur disque (fsync) le fichier d'état de la\n"
 "validation en deux phases : %m"
 
 #: access/transam/twophase.c:1678
 #, 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"
+"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:1685
 #, 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"
+"n'a pas pu fermer le fichier d'état de la validation en deux phases nommé\n"
+"« %s Â» : %m"
 
 #: access/transam/twophase.c:1750
 #, 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 »"
+msgstr "suppression du futur fichier d'état de la validation en deux phases nommé Â« %s Â»"
 
 #: access/transam/twophase.c:1766 access/transam/twophase.c:1777 access/transam/twophase.c:1896 access/transam/twophase.c:1907 access/transam/twophase.c:1980
 #, 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 »"
+"suppression du fichier d'état corrompu de la validation en deux phases nommé\n"
+"« %s Â»"
 
 #: access/transam/twophase.c:1885 access/transam/twophase.c:1969
 #, 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 »"
+msgstr "suppression du vieux fichier d'état de la validation en deux phases nommé Â« %s Â»"
 
 #: access/transam/twophase.c:1987
 #, c-format
 msgid "recovering prepared transaction %u"
-msgstr "récupération de la transaction préparée %u"
+msgstr "récupération de la transaction préparée %u"
 
 #: access/transam/varsup.c:115
 #, c-format
 msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\""
 msgstr ""
-"la base de données n'accepte plus de requêtes pour éviter des pertes de\n"
-"données à cause de la réinitialisation de l'identifiant de transaction dans\n"
-"la base de données « %s »"
+"la base de données n'accepte plus de requêtes pour éviter des pertes de\n"
+"données à cause de la réinitialisation de l'identifiant de transaction dans\n"
+"la base de données Â« %s Â»"
 
 #: access/transam/varsup.c:117 access/transam/varsup.c:124
 #, c-format
@@ -910,38 +910,38 @@ msgid ""
 "Stop the postmaster and use a standalone backend to vacuum that database.\n"
 "You might also need to commit or roll back old prepared transactions."
 msgstr ""
-"Arrêtez le postmaster et utilisez un moteur autonome pour exécuter VACUUM\n"
-"sur cette base de données.\n"
-"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes transactions préparées."
+"Arrêtez le postmaster et utilisez un moteur autonome pour exécuter VACUUM\n"
+"sur cette base de données.\n"
+"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes transactions préparées."
 
 #: access/transam/varsup.c:122
 #, c-format
 msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u"
 msgstr ""
-"la base de données n'accepte plus de requêtes pour éviter des pertes de\n"
-"données à cause de la réinitialisation de l'identifiant de transaction dans\n"
-"la base de données %u"
+"la base de données n'accepte plus de requêtes pour éviter des pertes de\n"
+"données à cause de la réinitialisation de l'identifiant de transaction dans\n"
+"la base de données %u"
 
 #: access/transam/varsup.c:134 access/transam/varsup.c:371
 #, c-format
 msgid "database \"%s\" must be vacuumed within %u transactions"
 msgstr ""
-"Un VACUUM doit être exécuté sur la base de données « %s » dans un maximum de\n"
+"Un VACUUM doit Ãªtre exécuté sur la base de données Â« %s Â» dans un maximum de\n"
 "%u transactions"
 
 #: access/transam/varsup.c:141 access/transam/varsup.c:378
 #, c-format
 msgid "database with OID %u must be vacuumed within %u transactions"
 msgstr ""
-"un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de\n"
+"un VACUUM doit être exécuté sur la base de données d'OID %u dans un maximum de\n"
 "%u transactions"
 
 #: access/transam/varsup.c:336
 #, c-format
 msgid "transaction ID wrap limit is %u, limited by database with OID %u"
 msgstr ""
-"la limite de réinitialisation de l'identifiant de transaction est %u,\n"
-"limité par la base de données d'OID %u"
+"la limite de réinitialisation de l'identifiant de transaction est %u,\n"
+"limité par la base de données d'OID %u"
 
 #: access/transam/xact.c:776
 #, c-format
@@ -951,50 +951,50 @@ msgstr "ne peux pas avoir plus de 2^32-1 commandes dans une transaction"
 #: access/transam/xact.c:1329
 #, c-format
 msgid "maximum number of committed subtransactions (%d) exceeded"
-msgstr "nombre maximum de sous-transactions validées (%d) dépassé"
+msgstr "nombre maximum de sous-transactions validées (%d) dépassé"
 
 #: access/transam/xact.c:2109
 #, c-format
 msgid "cannot PREPARE a transaction that has operated on temporary tables"
 msgstr ""
-"ne peut pas préparer (PREPARE) une transaction qui a travaillé sur des\n"
+"ne peut pas préparer (PREPARE) une transaction qui a travaillé sur des\n"
 "tables temporaires"
 
 #: access/transam/xact.c:2119
 #, c-format
 msgid "cannot PREPARE a transaction that has exported snapshots"
-msgstr "ne peut pas préparer (PREPARE) une transaction qui a exporté des snapshots"
+msgstr "ne peut pas préparer (PREPARE) une transaction qui a exporté des snapshots"
 
 #. translator: %s represents an SQL statement name
 #: access/transam/xact.c:2958
 #, c-format
 msgid "%s cannot run inside a transaction block"
-msgstr "%s ne peut pas être exécuté dans un bloc de transaction"
+msgstr "%s ne peut pas être exécuté dans un bloc de transaction"
 
 #. translator: %s represents an SQL statement name
 #: access/transam/xact.c:2968
 #, c-format
 msgid "%s cannot run inside a subtransaction"
-msgstr "%s ne peut pas être exécuté dans un sous-bloc de transaction"
+msgstr "%s ne peut pas être exécuté dans un sous-bloc de transaction"
 
 #. translator: %s represents an SQL statement name
 #: access/transam/xact.c:2978
 #, c-format
 msgid "%s cannot be executed from a function or multi-command string"
 msgstr ""
-"%s ne peut pas être exécuté à partir d'une fonction ou d'une chaîne\n"
+"%s ne peut pas être exécuté à partir d'une fonction ou d'une chaîne\n"
 "contenant plusieurs commandes"
 
 #. translator: %s represents an SQL statement name
 #: access/transam/xact.c:3029
 #, c-format
 msgid "%s can only be used in transaction blocks"
-msgstr "%s peut seulement être utilisé dans des blocs de transaction"
+msgstr "%s peut seulement être utilisé dans des blocs de transaction"
 
 #: access/transam/xact.c:3211
 #, c-format
 msgid "there is already a transaction in progress"
-msgstr "une transaction est déjà en cours"
+msgstr "une transaction est déjà en cours"
 
 #: access/transam/xact.c:3379 access/transam/xact.c:3472
 #, c-format
@@ -1014,100 +1014,100 @@ msgstr "ne peut pas avoir plus de 2^32-1 sous-transactions dans une transaction"
 #: access/transam/xlog.c:1617
 #, c-format
 msgid "could not seek in log file %s to offset %u: %m"
-msgstr "n'a pas pu se déplacer dans le fichier de transactions « %s » au décalage %u : %m"
+msgstr "n'a pas pu se déplacer dans le fichier de transactions « %s » au décalage %u : %m"
 
 #: access/transam/xlog.c:1634
 #, c-format
 msgid "could not write to log file %s at offset %u, length %lu: %m"
-msgstr "n'a pas pu écrire le fichier de transactions %s au décalage %u, longueur %lu : %m"
+msgstr "n'a pas pu écrire le fichier de transactions %s au décalage %u, longueur %lu : %m"
 
 #: access/transam/xlog.c:1878
 #, c-format
 msgid "updated min recovery point to %X/%X on timeline %u"
-msgstr "mise à jour du point minimum de restauration sur %X/%X pour la timeline %u"
+msgstr "mise à jour du point minimum de restauration sur %X/%X pour la timeline %u"
 
 #: access/transam/xlog.c:2448
 #, c-format
 msgid "not enough data in file \"%s\""
-msgstr "données insuffisantes dans le fichier « %s »"
+msgstr "données insuffisantes dans le fichier Â« %s Â»"
 
 #: access/transam/xlog.c:2589
 #, c-format
 msgid "could not open transaction log file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le journal des transactions « %s » : %m"
+msgstr "n'a pas pu ouvrir le journal des transactions Â« %s Â» : %m"
 
 #: access/transam/xlog.c:2778
 #, c-format
 msgid "could not close log file %s: %m"
-msgstr "n'a pas pu fermer le fichier de transactions « %s » : %m"
+msgstr "n'a pas pu fermer le fichier de transactions Â« %s Â» : %m"
 
 #: access/transam/xlog.c:2837 replication/walsender.c:1335
 #, c-format
 msgid "requested WAL segment %s has already been removed"
-msgstr "le segment demandé du journal de transaction, %s, a déjà été supprimé"
+msgstr "le segment demandé du journal de transaction, %s, a déjà été supprimé"
 
-#: access/transam/xlog.c:2879 access/transam/xlog.c:3079 access/transam/xlog.c:4494
+#: access/transam/xlog.c:2879 access/transam/xlog.c:3079 access/transam/xlog.c:4508
 #, c-format
 msgid "could not open transaction log directory \"%s\": %m"
-msgstr "n'a pas pu ouvrir le répertoire des journaux de transactions « %s » : %m"
+msgstr "n'a pas pu ouvrir le répertoire des journaux de transactions Â« %s Â» : %m"
 
 #: access/transam/xlog.c:2961
 #, c-format
 msgid "recycled transaction log file \"%s\""
-msgstr "recyclage du journal de transactions « %s »"
+msgstr "recyclage du journal de transactions Â« %s Â»"
 
 #: access/transam/xlog.c:2976
 #, c-format
 msgid "removing transaction log file \"%s\""
-msgstr "suppression du journal de transactions « %s »"
+msgstr "suppression du journal de transactions Â« %s Â»"
 
 #: access/transam/xlog.c:2994
 #, 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"
+msgstr "n'a pas pu renommer l'ancien journal de transactions Â« %s Â» : %m"
 
 #: access/transam/xlog.c:3006
 #, 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"
+msgstr "n'a pas pu supprimer l'ancien journal de transaction Â« %s Â» : %m"
 
 #: access/transam/xlog.c:3039 access/transam/xlog.c:3049
 #, c-format
 msgid "required WAL directory \"%s\" does not exist"
-msgstr "le répertoire « %s » requis pour les journaux de transactions n'existe pas"
+msgstr "le répertoire Â« %s Â» requis pour les journaux de transactions n'existe pas"
 
 #: access/transam/xlog.c:3055
 #, c-format
 msgid "creating missing WAL directory \"%s\""
-msgstr "création du répertoire manquant « %s » pour les journaux de transactions"
+msgstr "création du répertoire manquant Â« %s Â» pour les journaux de transactions"
 
 #: access/transam/xlog.c:3058
 #, c-format
 msgid "could not create missing directory \"%s\": %m"
-msgstr "n'a pas pu créer le répertoire « %s » manquant : %m"
+msgstr "n'a pas pu créer le répertoire Â« %s Â» manquant : %m"
 
 #: access/transam/xlog.c:3092
 #, c-format
 msgid "removing transaction log backup history file \"%s\""
-msgstr "suppression du fichier historique des journaux de transaction « %s »"
+msgstr "suppression du fichier historique des journaux de transaction Â« %s Â»"
 
 #: access/transam/xlog.c:3284
 #, c-format
 msgid "unexpected timeline ID %u in log segment %s, offset %u"
-msgstr "identifiant timeline %u inattendu dans le journal de transactions %s, décalage %u"
+msgstr "identifiant timeline %u inattendu dans le journal de transactions %s, décalage %u"
 
 #: access/transam/xlog.c:3406
 #, c-format
 msgid "new timeline %u is not a child of database system timeline %u"
 msgstr ""
-"le nouveau timeline %u n'est pas un fils du timeline %u du système de bases\n"
-"de données"
+"le nouveau timeline %u n'est pas un fils du timeline %u du système de bases\n"
+"de données"
 
 #: access/transam/xlog.c:3420
 #, c-format
 msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X"
 msgstr ""
-"la nouvelle timeline %u a été créée à partir de la timeline de la base de données système %u\n"
+"la nouvelle timeline %u a été créée à partir de la timeline de la base de données système %u\n"
 "avant le point de restauration courant %X/%X"
 
 #: access/transam/xlog.c:3439
@@ -1118,60 +1118,60 @@ msgstr "la nouvelle timeline cible est %u"
 #: access/transam/xlog.c:3518
 #, c-format
 msgid "could not create control file \"%s\": %m"
-msgstr "n'a pas pu créer le fichier de contrôle « %s » : %m"
+msgstr "n'a pas pu créer le fichier de contrôle Â« %s Â» : %m"
 
 #: access/transam/xlog.c:3529 access/transam/xlog.c:3758
 #, c-format
 msgid "could not write to control file: %m"
-msgstr "n'a pas pu écrire le fichier de contrôle : %m"
+msgstr "n'a pas pu écrire le fichier de contrôle : %m"
 
 #: access/transam/xlog.c:3535 access/transam/xlog.c:3764
 #, c-format
 msgid "could not fsync control file: %m"
-msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de contrôle : %m"
+msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de contrôle : %m"
 
 #: access/transam/xlog.c:3540 access/transam/xlog.c:3769
 #, c-format
 msgid "could not close control file: %m"
-msgstr "n'a pas pu fermer le fichier de contrôle : %m"
+msgstr "n'a pas pu fermer le fichier de contrôle : %m"
 
 #: access/transam/xlog.c:3558 access/transam/xlog.c:3747
 #, c-format
 msgid "could not open control file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier de contrôle « %s » : %m"
+msgstr "n'a pas pu ouvrir le fichier de contrôle Â« %s Â» : %m"
 
 #: access/transam/xlog.c:3564
 #, c-format
 msgid "could not read from control file: %m"
-msgstr "n'a pas pu lire le fichier de contrôle : %m"
+msgstr "n'a pas pu lire le fichier de contrôle : %m"
 
 #: access/transam/xlog.c:3577 access/transam/xlog.c:3586 access/transam/xlog.c:3610 access/transam/xlog.c:3617 access/transam/xlog.c:3624 access/transam/xlog.c:3629 access/transam/xlog.c:3636 access/transam/xlog.c:3643 access/transam/xlog.c:3650 access/transam/xlog.c:3657 access/transam/xlog.c:3664 access/transam/xlog.c:3671 access/transam/xlog.c:3680 access/transam/xlog.c:3687 access/transam/xlog.c:3696 access/transam/xlog.c:3703
 #: access/transam/xlog.c:3712 access/transam/xlog.c:3719 utils/init/miscinit.c:1284
 #, c-format
 msgid "database files are incompatible with server"
-msgstr "les fichiers de la base de données sont incompatibles avec le serveur"
+msgstr "les fichiers de la base de données sont incompatibles avec le serveur"
 
 #: access/transam/xlog.c:3578
 #, 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 ""
-"Le cluster de base de données a été initialisé avec un PG_CONTROL_VERSION à\n"
-"%d (0x%08x) alors que le serveur a été compilé avec un PG_CONTROL_VERSION à\n"
+"Le cluster de base de données a été initialisé avec un PG_CONTROL_VERSION à\n"
+"%d (0x%08x) alors que le serveur a été compilé avec un PG_CONTROL_VERSION à\n"
 "%d (0x%08x)."
 
 #: access/transam/xlog.c:3582
 #, c-format
 msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
 msgstr ""
-"Ceci peut être un problème d'incohérence dans l'ordre des octets.\n"
+"Ceci peut être un problème d'incohérence dans l'ordre des octets.\n"
 "Il se peut que vous ayez besoin d'initdb."
 
 #: access/transam/xlog.c:3587
 #, 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 données a été initialisé avec un PG_CONTROL_VERSION à\n"
-"%d alors que le serveur a été compilé avec un PG_CONTROL_VERSION à %d."
+"Le cluster de base de données 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:3590 access/transam/xlog.c:3614 access/transam/xlog.c:3621 access/transam/xlog.c:3626
 #, c-format
@@ -1181,35 +1181,35 @@ msgstr "Il semble que vous avez besoin d'initdb."
 #: access/transam/xlog.c:3601
 #, c-format
 msgid "incorrect checksum in control file"
-msgstr "somme de contrôle incorrecte dans le fichier de contrôle"
+msgstr "somme de contrôle incorrecte dans le fichier de contrôle"
 
 #: access/transam/xlog.c:3611
 #, 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 données a été initialisé avec un CATALOG_VERSION_NO à\n"
-"%d alors que le serveur a été compilé avec un CATALOG_VERSION_NO à %d."
+"Le cluster de base de données 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:3618
 #, 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 données a été initialisé avec un MAXALIGN à %d alors\n"
-"que le serveur a été compilé avec un MAXALIGN à %d."
+"Le cluster de bases de données a été initialisé avec un MAXALIGN à %d alors\n"
+"que le serveur a été compilé avec un MAXALIGN à %d."
 
 #: access/transam/xlog.c:3625
 #, c-format
 msgid "The database cluster appears to use a different floating-point number format than the server executable."
 msgstr ""
-"Le cluster de bases de données semble utiliser un format différent pour les\n"
-"nombres à virgule flottante de celui de l'exécutable serveur."
+"Le cluster de bases de données semble utiliser un format différent pour les\n"
+"nombres à virgule flottante de celui de l'exécutable serveur."
 
 #: access/transam/xlog.c:3630
 #, 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 données a été initialisé avec un BLCKSZ à %d alors que\n"
-"le serveur a été compilé avec un BLCKSZ à %d."
+"Le cluster de base de données a été initialisé avec un BLCKSZ à %d alors que\n"
+"le serveur a été compilé avec un BLCKSZ à %d."
 
 #: access/transam/xlog.c:3633 access/transam/xlog.c:3640 access/transam/xlog.c:3647 access/transam/xlog.c:3654 access/transam/xlog.c:3661 access/transam/xlog.c:3668 access/transam/xlog.c:3675 access/transam/xlog.c:3683 access/transam/xlog.c:3690 access/transam/xlog.c:3699 access/transam/xlog.c:3706 access/transam/xlog.c:3715 access/transam/xlog.c:3722
 #, c-format
@@ -1220,926 +1220,931 @@ msgstr "Il semble que vous avez besoin de recompiler ou de relancer initdb."
 #, 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 données a été initialisé avec un RELSEG_SIZE à %d\n"
-"alors que le serveur a été compilé avec un RELSEG_SIZE à %d."
+"Le cluster de bases de données 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:3644
 #, 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 données a été initialisé avec un XLOG_BLCKSZ à %d\n"
-"alors que le serveur a été compilé avec un XLOG_BLCKSZ à %d."
+"Le cluster de base de données 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:3651
 #, 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 données a été initialisé avec un XLOG_SEG_SIZE à %d\n"
-"alors que le serveur a été compilé avec un XLOG_SEG_SIZE à %d."
+"Le cluster de bases de données 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:3658
 #, 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 données a été initialisé avec un NAMEDATALEN à %d\n"
-"alors que le serveur a été compilé avec un NAMEDATALEN à %d."
+"Le cluster de bases de données a été initialisé avec un NAMEDATALEN à %d\n"
+"alors que le serveur a été compilé avec un NAMEDATALEN à %d."
 
 #: access/transam/xlog.c:3665
 #, 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 données a été initialisé avec un INDEX_MAX_KEYS à %d\n"
-"alors que le serveur a été compilé avec un INDEX_MAX_KEYS à %d."
+"Le groupe de bases de données 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:3672
 #, 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 données 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."
+"Le cluster de bases de données 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:3681
 #, c-format
 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 données a été initialisé sans HAVE_INT64_TIMESTAMPalors que le serveur a été compilé avec."
+msgstr "Le cluster de bases de données a été initialisé sans HAVE_INT64_TIMESTAMPalors que le serveur a été compilé avec."
 
 #: access/transam/xlog.c:3688
 #, c-format
 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 données a été initialisé avec HAVE_INT64_TIMESTAMP\n"
-"alors que le serveur a été compilé sans."
+"Le cluster de bases de données a été initialisé avec HAVE_INT64_TIMESTAMP\n"
+"alors que le serveur a été compilé sans."
 
 #: access/transam/xlog.c:3697
 #, c-format
 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 données a été initialisé sans USE_FLOAT4_BYVAL\n"
-"alors que le serveur a été compilé avec USE_FLOAT4_BYVAL."
+"Le cluster de base de données a été initialisé sans USE_FLOAT4_BYVAL\n"
+"alors que le serveur a été compilé avec USE_FLOAT4_BYVAL."
 
 #: access/transam/xlog.c:3704
 #, c-format
 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 données a été initialisé avec USE_FLOAT4_BYVAL\n"
-"alors que le serveur a été compilé sans USE_FLOAT4_BYVAL."
+"Le cluster de base de données a été initialisé avec USE_FLOAT4_BYVAL\n"
+"alors que le serveur a été compilé sans USE_FLOAT4_BYVAL."
 
 #: access/transam/xlog.c:3713
 #, c-format
 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 données a été initialisé sans USE_FLOAT8_BYVAL\n"
-"alors que le serveur a été compilé avec USE_FLOAT8_BYVAL."
+"Le cluster de base de données a été initialisé sans USE_FLOAT8_BYVAL\n"
+"alors que le serveur a été compilé avec USE_FLOAT8_BYVAL."
 
 #: access/transam/xlog.c:3720
 #, c-format
 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 données a été initialisé avec USE_FLOAT8_BYVAL\n"
-"alors que le serveur a été compilé sans USE_FLOAT8_BYVAL."
+"Le cluster de base de données a été initialisé avec USE_FLOAT8_BYVAL\n"
+"alors que le serveur a été compilé sans USE_FLOAT8_BYVAL."
 
 #: access/transam/xlog.c:4087
 #, c-format
 msgid "could not write bootstrap transaction log file: %m"
-msgstr "n'a pas pu écrire le « bootstrap » du journal des transactions : %m"
+msgstr "n'a pas pu Ã©crire le Â« bootstrap Â» du journal des transactions : %m"
 
 #: access/transam/xlog.c:4093
 #, 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"
+"n'a pas pu synchroniser sur disque (fsync) le Â« bootstrap Â» du journal des\n"
 "transactions : %m"
 
 #: access/transam/xlog.c:4098
 #, c-format
 msgid "could not close bootstrap transaction log file: %m"
-msgstr "n'a pas pu fermer le « bootstrap » du journal des transactions : %m"
+msgstr "n'a pas pu fermer le Â« bootstrap Â» du journal des transactions : %m"
 
 #: access/transam/xlog.c:4167
 #, c-format
 msgid "could not open recovery command file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier de restauration « %s » : %m"
+msgstr "n'a pas pu ouvrir le fichier de restauration Â« %s Â» : %m"
 
-#: access/transam/xlog.c:4207 access/transam/xlog.c:4298 access/transam/xlog.c:4309 commands/extension.c:527 commands/extension.c:535 utils/misc/guc.c:5431
+#: access/transam/xlog.c:4207 access/transam/xlog.c:4300 access/transam/xlog.c:4311 commands/extension.c:527 commands/extension.c:535 utils/misc/guc.c:5431
 #, c-format
 msgid "parameter \"%s\" requires a Boolean value"
-msgstr "le paramètre « %s » requiert une valeur booléenne"
+msgstr "le paramètre « %s » requiert une valeur booléenne"
 
-#: access/transam/xlog.c:4223
+#: access/transam/xlog.c:4224
 #, c-format
 msgid "recovery_target_timeline is not a valid number: \"%s\""
-msgstr "recovery_target_timeline n'est pas un nombre valide : « %s »"
+msgstr "recovery_target_timeline n'est pas un nombre valide : Â« %s Â»"
 
-#: access/transam/xlog.c:4239
+#: access/transam/xlog.c:4241
 #, c-format
 msgid "recovery_target_xid is not a valid number: \"%s\""
-msgstr "recovery_target_xid n'est pas un nombre valide : « %s »"
+msgstr "recovery_target_xid n'est pas un nombre valide : Â« %s Â»"
 
-#: access/transam/xlog.c:4283
+#: access/transam/xlog.c:4285
 #, c-format
 msgid "recovery_target_name is too long (maximum %d characters)"
-msgstr "recovery_target_name est trop long (%d caractères maximum)"
+msgstr "recovery_target_name est trop long (%d caractères maximum)"
 
-#: access/transam/xlog.c:4330
+#: access/transam/xlog.c:4333
 #, c-format
 msgid "unrecognized recovery parameter \"%s\""
-msgstr "paramètre de restauration « %s » non reconnu"
+msgstr "paramètre de restauration Â« %s Â» non reconnu"
 
-#: access/transam/xlog.c:4341
+#: access/transam/xlog.c:4344
 #, c-format
 msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command"
-msgstr "le fichier de restauration « %s » n'a spécifié ni primary_conninfo ni restore_command"
+msgstr "le fichier de restauration « %s » n'a spécifié ni primary_conninfo ni restore_command"
 
-#: access/transam/xlog.c:4343
+#: access/transam/xlog.c:4346
 #, c-format
 msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there."
 msgstr ""
-"Le serveur de la base de données va régulièrement interroger le sous-répertoire\n"
-"pg_xlog pour vérifier les fichiers placés ici."
+"Le serveur de la base de données va régulièrement interroger le sous-répertoire\n"
+"pg_xlog pour vérifier les fichiers placés ici."
 
-#: access/transam/xlog.c:4349
+#: access/transam/xlog.c:4353
 #, c-format
 msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled"
 msgstr ""
-"le fichier de restauration « %s » doit spécifier restore_command quand le mode\n"
-"de restauration n'est pas activé"
+"le fichier de restauration « %s » doit spécifier restore_command quand le mode\n"
+"de restauration n'est pas activé"
 
-#: access/transam/xlog.c:4369
+#: access/transam/xlog.c:4364
+#, c-format
+msgid "standby mode is not supported by single-user servers"
+msgstr "le mode standby n'est pas supporté par les serveurs en mode mono-utilisateur"
+
+#: access/transam/xlog.c:4383
 #, 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:4462
+#: access/transam/xlog.c:4476
 #, c-format
 msgid "archive recovery complete"
-msgstr "restauration terminée de l'archive"
+msgstr "restauration terminée de l'archive"
 
-#: access/transam/xlog.c:4679
+#: access/transam/xlog.c:4693
 #, c-format
 msgid "recovery stopping after commit of transaction %u, time %s"
-msgstr "arrêt de la restauration après validation de la transaction %u, %s"
+msgstr "arrêt de la restauration après validation de la transaction %u, %s"
 
-#: access/transam/xlog.c:4684
+#: access/transam/xlog.c:4698
 #, c-format
 msgid "recovery stopping before commit of transaction %u, time %s"
-msgstr "arrêt de la restauration avant validation de la transaction %u, %s"
+msgstr "arrêt de la restauration avant validation de la transaction %u, %s"
 
-#: access/transam/xlog.c:4693
+#: access/transam/xlog.c:4707
 #, c-format
 msgid "recovery stopping after abort of transaction %u, time %s"
-msgstr "arrêt de la restauration après annulation de la transaction %u, %s"
+msgstr "arrêt de la restauration après annulation de la transaction %u, %s"
 
-#: access/transam/xlog.c:4698
+#: access/transam/xlog.c:4712
 #, c-format
 msgid "recovery stopping before abort of transaction %u, time %s"
-msgstr "arrêt de la restauration avant annulation de la transaction %u, %s"
+msgstr "arrêt de la restauration avant annulation de la transaction %u, %s"
 
-#: access/transam/xlog.c:4707
+#: access/transam/xlog.c:4721
 #, c-format
 msgid "recovery stopping at restore point \"%s\", time %s"
-msgstr "restauration en arrêt au point de restauration « %s », heure %s"
+msgstr "restauration en arrêt au point de restauration Â« %s Â», heure %s"
 
-#: access/transam/xlog.c:4741
+#: access/transam/xlog.c:4755
 #, c-format
 msgid "recovery has paused"
 msgstr "restauration en pause"
 
-#: access/transam/xlog.c:4742
+#: access/transam/xlog.c:4756
 #, c-format
 msgid "Execute pg_xlog_replay_resume() to continue."
-msgstr "Exécuter pg_xlog_replay_resume() pour continuer."
+msgstr "Exécuter pg_xlog_replay_resume() pour continuer."
 
-#: access/transam/xlog.c:4872
+#: access/transam/xlog.c:4886
 #, c-format
 msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)"
 msgstr ""
 "les connexions en restauration ne sont pas possibles car %s = %d est un\n"
-"paramètrage plus bas que celui du serveur maître des journaux de transactions\n"
-"(la valeur était %d)"
+"paramètrage plus bas que celui du serveur maître des journaux de transactions\n"
+"(la valeur était %d)"
 
-#: access/transam/xlog.c:4894
+#: access/transam/xlog.c:4908
 #, c-format
 msgid "WAL was generated with wal_level=minimal, data may be missing"
 msgstr ""
-"le journal de transactions a été généré avec le paramètre wal_level configuré\n"
-"à « minimal », des données pourraient manquer"
+"le journal de transactions a été généré avec le paramètre wal_level configuré\n"
+"à « minimal », des données pourraient manquer"
 
-#: access/transam/xlog.c:4895
+#: access/transam/xlog.c:4909
 #, c-format
 msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup."
 msgstr ""
-"Ceci peut arriver si vous configurez temporairement wal_level à minimal sans avoir\n"
+"Ceci peut arriver si vous configurez temporairement wal_level à minimal sans avoir\n"
 "pris une nouvelle sauvegarde de base."
 
-#: access/transam/xlog.c:4906
+#: access/transam/xlog.c:4920
 #, c-format
 msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server"
 msgstr ""
-"les connexions en restauration ne sont pas possibles parce que le paramètre\n"
-"wal_level n'a pas été configuré à « hot_standby » sur le serveur maître"
+"les connexions en restauration ne sont pas possibles parce que le paramètre\n"
+"wal_level n'a pas été configuré à « hot_standby » sur le serveur maître"
 
-#: access/transam/xlog.c:4907
+#: access/transam/xlog.c:4921
 #, c-format
 msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here."
 msgstr ""
-"Soit vous initialisez wal_level à « hot_standby » sur le maître, soit vous\n"
-"désactivez hot_standby ici."
+"Soit vous initialisez wal_level à « hot_standby » sur le maître, soit vous\n"
+"désactivez hot_standby ici."
 
-#: access/transam/xlog.c:4960
+#: access/transam/xlog.c:4974
 #, c-format
 msgid "control file contains invalid data"
-msgstr "le fichier de contrôle contient des données invalides"
+msgstr "le fichier de contrôle contient des données invalides"
 
-#: access/transam/xlog.c:4966
+#: access/transam/xlog.c:4980
 #, c-format
 msgid "database system was shut down at %s"
-msgstr "le système de bases de données a été arrêté à %s"
+msgstr "le système de bases de données a été arrêté à %s"
 
-#: access/transam/xlog.c:4971
+#: access/transam/xlog.c:4985
 #, c-format
 msgid "database system was shut down in recovery at %s"
-msgstr "le système de bases de données a été arrêté pendant la restauration à %s"
+msgstr "le système de bases de données a été arrêté pendant la restauration à %s"
 
-#: access/transam/xlog.c:4975
+#: access/transam/xlog.c:4989
 #, c-format
 msgid "database system shutdown was interrupted; last known up at %s"
-msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s"
+msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s"
 
-#: access/transam/xlog.c:4979
+#: access/transam/xlog.c:4993
 #, c-format
 msgid "database system was interrupted while in recovery at %s"
-msgstr "le système de bases de données a été interrompu lors d'une restauration à %s"
+msgstr "le système de bases de données a été interrompu lors d'une restauration à %s"
 
-#: access/transam/xlog.c:4981
+#: access/transam/xlog.c:4995
 #, c-format
 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 données ont été corrompues et que vous\n"
-"devrez utiliser la dernière sauvegarde pour la restauration."
+"Ceci signifie probablement que des données ont été corrompues et que vous\n"
+"devrez utiliser la dernière sauvegarde pour la restauration."
 
-#: access/transam/xlog.c:4985
+#: access/transam/xlog.c:4999
 #, c-format
 msgid "database system was interrupted while in recovery at log time %s"
 msgstr ""
-"le système de bases de données a été interrompu lors d'une récupération à %s\n"
+"le système de bases de données a été interrompu lors d'une récupération à %s\n"
 "(moment de la journalisation)"
 
-#: access/transam/xlog.c:4987
+#: access/transam/xlog.c:5001
 #, c-format
 msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
 msgstr ""
-"Si c'est arrivé plus d'une fois, des données ont pu être corrompues et vous\n"
-"pourriez avoir besoin de choisir une cible de récupération antérieure."
+"Si c'est arrivé plus d'une fois, des données ont pu être corrompues et vous\n"
+"pourriez avoir besoin de choisir une cible de récupération antérieure."
 
-#: access/transam/xlog.c:4991
+#: access/transam/xlog.c:5005
 #, c-format
 msgid "database system was interrupted; last known up at %s"
-msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s"
+msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s"
 
-#: access/transam/xlog.c:5057
+#: access/transam/xlog.c:5071
 #, c-format
 msgid "entering standby mode"
 msgstr "entre en mode standby"
 
-#: access/transam/xlog.c:5060
+#: access/transam/xlog.c:5074
 #, c-format
 msgid "starting point-in-time recovery to XID %u"
-msgstr "début de la restauration de l'archive au XID %u"
+msgstr "début de la restauration de l'archive au XID %u"
 
-#: access/transam/xlog.c:5064
+#: access/transam/xlog.c:5078
 #, c-format
 msgid "starting point-in-time recovery to %s"
-msgstr "début de la restauration de l'archive à %s"
+msgstr "début de la restauration de l'archive à %s"
 
-#: access/transam/xlog.c:5068
+#: access/transam/xlog.c:5082
 #, c-format
 msgid "starting point-in-time recovery to \"%s\""
-msgstr "début de la restauration PITR à « %s »"
+msgstr "début de la restauration PITR Ã  Â« %s Â»"
 
-#: access/transam/xlog.c:5072
+#: access/transam/xlog.c:5086
 #, c-format
 msgid "starting archive recovery"
-msgstr "début de la restauration de l'archive"
+msgstr "début de la restauration de l'archive"
 
-#: access/transam/xlog.c:5088 commands/sequence.c:1058 lib/stringinfo.c:266 libpq/auth.c:1039 libpq/auth.c:1397 libpq/auth.c:1465 libpq/auth.c:1870 postmaster/postmaster.c:2291 postmaster/postmaster.c:2322 postmaster/postmaster.c:3789 postmaster/postmaster.c:4498 postmaster/postmaster.c:4583 postmaster/postmaster.c:5279 postmaster/postmaster.c:5455 postmaster/postmaster.c:5872 storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397
+#: access/transam/xlog.c:5102 commands/sequence.c:1058 lib/stringinfo.c:266 libpq/auth.c:1042 libpq/auth.c:1400 libpq/auth.c:1468 libpq/auth.c:1873 postmaster/postmaster.c:2295 postmaster/postmaster.c:2326 postmaster/postmaster.c:3793 postmaster/postmaster.c:4502 postmaster/postmaster.c:4594 postmaster/postmaster.c:5262 postmaster/postmaster.c:5438 postmaster/postmaster.c:5855 storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397
 #: storage/file/fd.c:588 storage/file/fd.c:985 storage/file/fd.c:1103 storage/file/fd.c:1716 storage/ipc/procarray.c:901 storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 utils/adt/formatting.c:1527 utils/adt/formatting.c:1647 utils/adt/formatting.c:1768 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:220 utils/hash/dynahash.c:379
 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 utils/init/miscinit.c:151 utils/init/miscinit.c:172 utils/init/miscinit.c:182 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 utils/misc/guc.c:3436 utils/misc/guc.c:3452 utils/misc/guc.c:3465 utils/misc/tzparser.c:470 utils/mmgr/aset.c:421 utils/mmgr/aset.c:592 utils/mmgr/aset.c:770 utils/mmgr/aset.c:971
 #, c-format
 msgid "out of memory"
-msgstr "mémoire épuisée"
+msgstr "mémoire épuisée"
 
-#: access/transam/xlog.c:5089
+#: access/transam/xlog.c:5103
 #, c-format
 msgid "Failed while allocating an XLog reading processor."
-msgstr "Échec lors de l'allocation d'un processeur de lecture XLog"
+msgstr "Échec lors de l'allocation d'un processeur de lecture XLog"
 
-#: access/transam/xlog.c:5114 access/transam/xlog.c:5181
+#: access/transam/xlog.c:5128 access/transam/xlog.c:5195
 #, c-format
 msgid "checkpoint record is at %X/%X"
-msgstr "l'enregistrement du point de vérification est à %X/%X"
+msgstr "l'enregistrement du point de vérification est à %X/%X"
 
-#: access/transam/xlog.c:5128
+#: access/transam/xlog.c:5142
 #, c-format
 msgid "could not find redo location referenced by checkpoint record"
-msgstr "n'a pas pu localiser l'enregistrement redo référencé par le point de vérification"
+msgstr "n'a pas pu localiser l'enregistrement redo référencé par le point de vérification"
 
-#: access/transam/xlog.c:5129 access/transam/xlog.c:5136
+#: access/transam/xlog.c:5143 access/transam/xlog.c:5150
 #, 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 »."
+"fichier Â« %s/backup_label Â»."
 
-#: access/transam/xlog.c:5135
+#: access/transam/xlog.c:5149
 #, c-format
 msgid "could not locate required checkpoint record"
-msgstr "n'a pas pu localiser l'enregistrement d'un point de vérification requis"
+msgstr "n'a pas pu localiser l'enregistrement d'un point de vérification requis"
 
-#: access/transam/xlog.c:5191 access/transam/xlog.c:5206
+#: access/transam/xlog.c:5205 access/transam/xlog.c:5220
 #, c-format
 msgid "could not locate a valid checkpoint record"
-msgstr "n'a pas pu localiser un enregistrement d'un point de vérification valide"
+msgstr "n'a pas pu localiser un enregistrement d'un point de vérification valide"
 
-#: access/transam/xlog.c:5200
+#: access/transam/xlog.c:5214
 #, c-format
 msgid "using previous checkpoint record at %X/%X"
-msgstr "utilisation du précédent enregistrement d'un point de vérification à %X/%X"
+msgstr "utilisation du précédent enregistrement d'un point de vérification à %X/%X"
 
-#: access/transam/xlog.c:5230
+#: access/transam/xlog.c:5244
 #, c-format
 msgid "requested timeline %u is not a child of this server's history"
 msgstr "la timeline requise %u n'est pas un fils de l'historique de ce serveur"
 
-#: access/transam/xlog.c:5232
+#: access/transam/xlog.c:5246
 #, c-format
 msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X."
-msgstr "Le dernier checkpoint est à %X/%X sur la timeline %u, mais dans l'historique de la timeline demandée, le serveur est sorti de cette timeline à %X/%X."
+msgstr "Le dernier checkpoint est à %X/%X sur la timeline %u, mais dans l'historique de la timeline demandée, le serveur est sorti de cette timeline à %X/%X."
 
-#: access/transam/xlog.c:5248
+#: access/transam/xlog.c:5262
 #, c-format
 msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u"
 msgstr "la timeline requise, %u, ne contient pas le point de restauration minimum (%X/%X) sur la timeline %u"
 
-#: access/transam/xlog.c:5257
+#: access/transam/xlog.c:5271
 #, c-format
 msgid "redo record is at %X/%X; shutdown %s"
-msgstr "l'enregistrement à ré-exécuter se trouve à %X/%X ; arrêt %s"
+msgstr "l'enregistrement à ré-exécuter se trouve à %X/%X ; arrêt %s"
 
-#: access/transam/xlog.c:5261
+#: access/transam/xlog.c:5275
 #, 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:5265
+#: access/transam/xlog.c:5279
 #, c-format
 msgid "next MultiXactId: %u; next MultiXactOffset: %u"
 msgstr "prochain MultiXactId : %u ; prochain MultiXactOffset : %u"
 
-#: access/transam/xlog.c:5268
+#: access/transam/xlog.c:5282
 #, 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"
-"données %u"
+"identifiant de transaction non gelé le plus ancien : %u, dans la base de\n"
+"données %u"
 
-#: access/transam/xlog.c:5271
+#: access/transam/xlog.c:5285
 #, c-format
 msgid "oldest MultiXactId: %u, in database %u"
-msgstr "plus ancien MultiXactId : %u, dans la base de données %u"
+msgstr "plus ancien MultiXactId : %u, dans la base de données %u"
 
-#: access/transam/xlog.c:5275
+#: access/transam/xlog.c:5289
 #, c-format
 msgid "invalid next transaction ID"
 msgstr "prochain ID de transaction invalide"
 
-#: access/transam/xlog.c:5333
+#: access/transam/xlog.c:5347
 #, c-format
 msgid "invalid redo in checkpoint record"
-msgstr "ré-exécution invalide dans l'enregistrement du point de vérification"
+msgstr "ré-exécution invalide dans l'enregistrement du point de vérification"
 
-#: access/transam/xlog.c:5344
+#: access/transam/xlog.c:5358
 #, c-format
 msgid "invalid redo record in shutdown checkpoint"
-msgstr "enregistrement de ré-exécution invalide dans le point de vérification d'arrêt"
+msgstr "enregistrement de ré-exécution invalide dans le point de vérification d'arrêt"
 
-#: access/transam/xlog.c:5375
+#: access/transam/xlog.c:5389
 #, c-format
 msgid "database system was not properly shut down; automatic recovery in progress"
 msgstr ""
-"le système de bases de données n'a pas été arrêté proprement ; restauration\n"
+"le système de bases de données n'a pas été arrêté proprement ; restauration\n"
 "automatique en cours"
 
-#: access/transam/xlog.c:5379
+#: access/transam/xlog.c:5393
 #, c-format
 msgid "crash recovery starts in timeline %u and has target timeline %u"
-msgstr "la restauration après crash commence avec la timeline %u et a la timeline %u en cible"
+msgstr "la restauration après crash commence avec la timeline %u et a la timeline %u en cible"
 
-#: access/transam/xlog.c:5423
+#: access/transam/xlog.c:5437
 #, c-format
 msgid "backup_label contains data inconsistent with control file"
-msgstr "backup_label contient des données incohérentes avec le fichier de contrôle"
+msgstr "backup_label contient des données incohérentes avec le fichier de contrôle"
 
-#: access/transam/xlog.c:5424
+#: access/transam/xlog.c:5438
 #, c-format
 msgid "This means that the backup is corrupted and you will have to use another backup for recovery."
 msgstr ""
-"Ceci signifie que la sauvegarde a été corrompue et que vous devrez utiliser\n"
-"la dernière sauvegarde pour la restauration."
+"Ceci signifie que la sauvegarde a été corrompue et que vous devrez utiliser\n"
+"la dernière sauvegarde pour la restauration."
 
-#: access/transam/xlog.c:5485
+#: access/transam/xlog.c:5499
 #, c-format
 msgid "initializing for hot standby"
-msgstr "initialisation pour « Hot Standby »"
+msgstr "initialisation pour Â« Hot Standby Â»"
 
-#: access/transam/xlog.c:5619
+#: access/transam/xlog.c:5633
 #, c-format
 msgid "redo starts at %X/%X"
-msgstr "la ré-exécution commence à %X/%X"
+msgstr "la ré-exécution commence à %X/%X"
 
-#: access/transam/xlog.c:5820
+#: access/transam/xlog.c:5834
 #, c-format
 msgid "redo done at %X/%X"
-msgstr "ré-exécution faite à %X/%X"
+msgstr "ré-exécution faite à %X/%X"
 
-#: access/transam/xlog.c:5825 access/transam/xlog.c:7700
+#: access/transam/xlog.c:5839 access/transam/xlog.c:7714
 #, c-format
 msgid "last completed transaction was at log time %s"
-msgstr "la dernière transaction a eu lieu à %s (moment de la journalisation)"
+msgstr "la dernière transaction a eu lieu à %s (moment de la journalisation)"
 
-#: access/transam/xlog.c:5833
+#: access/transam/xlog.c:5847
 #, c-format
 msgid "redo is not required"
-msgstr "la ré-exécution n'est pas nécessaire"
+msgstr "la ré-exécution n'est pas nécessaire"
 
-#: access/transam/xlog.c:5891
+#: access/transam/xlog.c:5905
 #, c-format
 msgid "requested recovery stop point is before consistent recovery point"
 msgstr ""
-"le point d'arrêt de la restauration demandée se trouve avant le point\n"
-"cohérent de restauration"
+"le point d'arrêt de la restauration demandée se trouve avant le point\n"
+"cohérent de restauration"
 
-#: access/transam/xlog.c:5907 access/transam/xlog.c:5911
+#: access/transam/xlog.c:5921 access/transam/xlog.c:5925
 #, c-format
 msgid "WAL ends before end of online backup"
 msgstr "le journal de transactions se termine avant la fin de la sauvegarde de base"
 
-#: access/transam/xlog.c:5908
+#: access/transam/xlog.c:5922
 #, c-format
 msgid "All WAL generated while online backup was taken must be available at recovery."
 msgstr ""
-"Tous les journaux de transactions générés pendant la sauvegarde en ligne\n"
-"doivent être disponibles pour la restauration."
+"Tous les journaux de transactions générés pendant la sauvegarde en ligne\n"
+"doivent être disponibles pour la restauration."
 
-#: access/transam/xlog.c:5912
+#: access/transam/xlog.c:5926
 #, c-format
 msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery."
 msgstr ""
-"Une sauvegarde en ligne commencée avec pg_start_backup() doit se terminer avec\n"
-"pg_stop_backup() et tous les journaux de transactions générés entre les deux\n"
-"doivent être disponibles pour la restauration."
+"Une sauvegarde en ligne commencée avec pg_start_backup() doit se terminer avec\n"
+"pg_stop_backup() et tous les journaux de transactions générés entre les deux\n"
+"doivent être disponibles pour la restauration."
 
-#: access/transam/xlog.c:5915
+#: access/transam/xlog.c:5929
 #, c-format
 msgid "WAL ends before consistent recovery point"
-msgstr "Le journal de transaction se termine avant un point de restauration cohérent"
+msgstr "Le journal de transaction se termine avant un point de restauration cohérent"
 
-#: access/transam/xlog.c:5942
+#: access/transam/xlog.c:5956
 #, c-format
 msgid "selected new timeline ID: %u"
-msgstr "identifiant d'un timeline nouvellement sélectionné : %u"
+msgstr "identifiant d'un timeline nouvellement sélectionné : %u"
 
-#: access/transam/xlog.c:6309
+#: access/transam/xlog.c:6323
 #, c-format
 msgid "consistent recovery state reached at %X/%X"
-msgstr "état de restauration cohérent atteint à %X/%X"
+msgstr "état de restauration cohérent atteint à %X/%X"
 
-#: access/transam/xlog.c:6492
+#: access/transam/xlog.c:6506
 #, c-format
 msgid "invalid primary checkpoint link in control file"
-msgstr "lien du point de vérification primaire invalide dans le fichier de contrôle"
+msgstr "lien du point de vérification primaire invalide dans le fichier de contrôle"
 
-#: access/transam/xlog.c:6496
+#: access/transam/xlog.c:6510
 #, c-format
 msgid "invalid secondary checkpoint link in control file"
-msgstr "lien du point de vérification secondaire invalide dans le fichier de contrôle"
+msgstr "lien du point de vérification secondaire invalide dans le fichier de contrôle"
 
-#: access/transam/xlog.c:6500
+#: access/transam/xlog.c:6514
 #, c-format
 msgid "invalid checkpoint link in backup_label file"
-msgstr "lien du point de vérification invalide dans le fichier backup_label"
+msgstr "lien du point de vérification invalide dans le fichier backup_label"
 
-#: access/transam/xlog.c:6517
+#: access/transam/xlog.c:6531
 #, c-format
 msgid "invalid primary checkpoint record"
-msgstr "enregistrement du point de vérification primaire invalide"
+msgstr "enregistrement du point de vérification primaire invalide"
 
-#: access/transam/xlog.c:6521
+#: access/transam/xlog.c:6535
 #, c-format
 msgid "invalid secondary checkpoint record"
-msgstr "enregistrement du point de vérification secondaire invalide"
+msgstr "enregistrement du point de vérification secondaire invalide"
 
-#: access/transam/xlog.c:6525
+#: access/transam/xlog.c:6539
 #, c-format
 msgid "invalid checkpoint record"
-msgstr "enregistrement du point de vérification invalide"
+msgstr "enregistrement du point de vérification invalide"
 
-#: access/transam/xlog.c:6536
+#: access/transam/xlog.c:6550
 #, c-format
 msgid "invalid resource manager ID in primary checkpoint record"
-msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement primaire du point de vérification"
+msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement primaire du point de vérification"
 
-#: access/transam/xlog.c:6540
+#: access/transam/xlog.c:6554
 #, c-format
 msgid "invalid resource manager ID in secondary checkpoint record"
-msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement secondaire du point de vérification"
+msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement secondaire du point de vérification"
 
-#: access/transam/xlog.c:6544
+#: access/transam/xlog.c:6558
 #, c-format
 msgid "invalid resource manager ID in checkpoint record"
-msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement du point de vérification"
+msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement du point de vérification"
 
-#: access/transam/xlog.c:6556
+#: access/transam/xlog.c:6570
 #, c-format
 msgid "invalid xl_info in primary checkpoint record"
-msgstr "xl_info invalide dans l'enregistrement du point de vérification primaire"
+msgstr "xl_info invalide dans l'enregistrement du point de vérification primaire"
 
-#: access/transam/xlog.c:6560
+#: access/transam/xlog.c:6574
 #, c-format
 msgid "invalid xl_info in secondary checkpoint record"
-msgstr "xl_info invalide  dans l'enregistrement du point de vérification secondaire"
+msgstr "xl_info invalide  dans l'enregistrement du point de vérification secondaire"
 
-#: access/transam/xlog.c:6564
+#: access/transam/xlog.c:6578
 #, c-format
 msgid "invalid xl_info in checkpoint record"
-msgstr "xl_info invalide dans l'enregistrement du point de vérification"
+msgstr "xl_info invalide dans l'enregistrement du point de vérification"
 
-#: access/transam/xlog.c:6576
+#: access/transam/xlog.c:6590
 #, c-format
 msgid "invalid length of primary checkpoint record"
-msgstr "longueur invalide de l'enregistrement primaire du point de vérification"
+msgstr "longueur invalide de l'enregistrement primaire du point de vérification"
 
-#: access/transam/xlog.c:6580
+#: access/transam/xlog.c:6594
 #, c-format
 msgid "invalid length of secondary checkpoint record"
-msgstr "longueur invalide de l'enregistrement secondaire du point de vérification"
+msgstr "longueur invalide de l'enregistrement secondaire du point de vérification"
 
-#: access/transam/xlog.c:6584
+#: access/transam/xlog.c:6598
 #, c-format
 msgid "invalid length of checkpoint record"
-msgstr "longueur invalide de l'enregistrement du point de vérification"
+msgstr "longueur invalide de l'enregistrement du point de vérification"
 
-#: access/transam/xlog.c:6737
+#: access/transam/xlog.c:6751
 #, c-format
 msgid "shutting down"
-msgstr "arrêt en cours"
+msgstr "arrêt en cours"
 
-#: access/transam/xlog.c:6760
+#: access/transam/xlog.c:6774
 #, c-format
 msgid "database system is shut down"
-msgstr "le système de base de données est arrêté"
+msgstr "le système de base de données est arrêté"
 
-#: access/transam/xlog.c:7226
+#: access/transam/xlog.c:7240
 #, c-format
 msgid "concurrent transaction log activity while database system is shutting down"
 msgstr ""
-"activité en cours du journal de transactions alors que le système de bases\n"
-"de données est en cours d'arrêt"
+"activité en cours du journal de transactions alors que le système de bases\n"
+"de données est en cours d'arrêt"
 
-#: access/transam/xlog.c:7514
+#: access/transam/xlog.c:7528
 #, c-format
 msgid "skipping restartpoint, recovery has already ended"
-msgstr "restartpoint ignoré, la récupération est déjà terminée"
+msgstr "restartpoint ignoré, la récupération est déjà terminée"
 
-#: access/transam/xlog.c:7537
+#: access/transam/xlog.c:7551
 #, c-format
 msgid "skipping restartpoint, already performed at %X/%X"
-msgstr "ignore le point de redémarrage, déjà réalisé à %X/%X"
+msgstr "ignore le point de redémarrage, déjà réalisé à %X/%X"
 
-#: access/transam/xlog.c:7698
+#: access/transam/xlog.c:7712
 #, c-format
 msgid "recovery restart point at %X/%X"
-msgstr "la ré-exécution en restauration commence à %X/%X"
+msgstr "la ré-exécution en restauration commence à %X/%X"
 
-#: access/transam/xlog.c:7824
+#: access/transam/xlog.c:7838
 #, c-format
 msgid "restore point \"%s\" created at %X/%X"
-msgstr "point de restauration « %s » créé à %X/%X"
+msgstr "point de restauration « %s » créé à %X/%X"
 
-#: access/transam/xlog.c:8041
+#: access/transam/xlog.c:8055
 #, c-format
 msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record"
-msgstr "identifiant de timeline précédent %u inattendu (identifiant de la timeline courante %u) dans l'enregistrement du point de vérification"
+msgstr "identifiant de timeline précédent %u inattendu (identifiant de la timeline courante %u) dans l'enregistrement du point de vérification"
 
-#: access/transam/xlog.c:8050
+#: access/transam/xlog.c:8064
 #, c-format
 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
 msgstr ""
-"identifiant timeline %u inattendu (après %u) dans l'enregistrement du point\n"
-"de vérification"
+"identifiant timeline %u inattendu (après %u) dans l'enregistrement du point\n"
+"de vérification"
 
-#: access/transam/xlog.c:8066
+#: access/transam/xlog.c:8080
 #, c-format
 msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u"
 msgstr "identifiant timeline %u inattendu dans l'enregistrement du checkpoint, avant d'atteindre le point de restauration minimum %X/%X sur la timeline %u"
 
-#: access/transam/xlog.c:8134
+#: access/transam/xlog.c:8148
 #, c-format
 msgid "online backup was canceled, recovery cannot continue"
-msgstr "la sauvegarde en ligne a été annulée, la restauration ne peut pas continuer"
+msgstr "la sauvegarde en ligne a été annulée, la restauration ne peut pas continuer"
 
-#: access/transam/xlog.c:8195 access/transam/xlog.c:8244 access/transam/xlog.c:8267
+#: access/transam/xlog.c:8209 access/transam/xlog.c:8258 access/transam/xlog.c:8281
 #, 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 vérification"
+"identifiant timeline %u inattendu (devrait être %u) dans l'enregistrement du\n"
+"point de vérification"
 
-#: access/transam/xlog.c:8500
+#: access/transam/xlog.c:8514
 #, c-format
 msgid "could not fsync log segment %s: %m"
 msgstr "n'a pas pu synchroniser sur disque (fsync) le segment du journal des transactions %s : %m"
 
-#: access/transam/xlog.c:8524
+#: access/transam/xlog.c:8538
 #, c-format
 msgid "could not fsync log file %s: %m"
-msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de transactions « %s » : %m"
+msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de transactions Â« %s Â» : %m"
 
-#: access/transam/xlog.c:8532
+#: access/transam/xlog.c:8546
 #, c-format
 msgid "could not fsync write-through log file %s: %m"
 msgstr "n'a pas pu synchroniser sur disque (fsync) le journal des transactions %s : %m"
 
-#: access/transam/xlog.c:8541
+#: access/transam/xlog.c:8555
 #, c-format
 msgid "could not fdatasync log file %s: %m"
 msgstr "n'a pas pu synchroniser sur disque (fdatasync) le journal de transactions %s : %m"
 
-#: access/transam/xlog.c:8619 access/transam/xlog.c:8955 access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373
+#: access/transam/xlog.c:8633 access/transam/xlog.c:8969 access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373
 #, c-format
 msgid "recovery is in progress"
 msgstr "restauration en cours"
 
-#: access/transam/xlog.c:8620 access/transam/xlog.c:8956 access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218
+#: access/transam/xlog.c:8634 access/transam/xlog.c:8970 access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218
 #, c-format
 msgid "WAL control functions cannot be executed during recovery."
 msgstr ""
-"les fonctions de contrôle des journaux de transactions ne peuvent pas\n"
-"être exécutées lors de la restauration."
+"les fonctions de contrôle des journaux de transactions ne peuvent pas\n"
+"être exécutées lors de la restauration."
 
-#: access/transam/xlog.c:8629 access/transam/xlog.c:8965
+#: access/transam/xlog.c:8643 access/transam/xlog.c:8979
 #, c-format
 msgid "WAL level not sufficient for making an online backup"
 msgstr ""
-"Le niveau de journalisation (configuré par wal_level) n'est pas suffisant pour\n"
+"Le niveau de journalisation (configuré par wal_level) n'est pas suffisant pour\n"
 "faire une sauvegarde en ligne."
 
-#: access/transam/xlog.c:8630 access/transam/xlog.c:8966 access/transam/xlogfuncs.c:158
+#: access/transam/xlog.c:8644 access/transam/xlog.c:8980 access/transam/xlogfuncs.c:158
 #, c-format
 msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start."
 msgstr ""
-"wal_level doit être configuré à « archive » ou « hot_standby » au démarrage\n"
+"wal_level doit être configuré à « archive » ou « hot_standby » au démarrage\n"
 "du serveur."
 
-#: access/transam/xlog.c:8635
+#: access/transam/xlog.c:8649
 #, c-format
 msgid "backup label too long (max %d bytes)"
 msgstr "label de sauvegarde trop long (%d octets maximum)"
 
-#: access/transam/xlog.c:8666 access/transam/xlog.c:8843
+#: access/transam/xlog.c:8680 access/transam/xlog.c:8857
 #, c-format
 msgid "a backup is already in progress"
-msgstr "une sauvegarde est déjà en cours"
+msgstr "une sauvegarde est déjà en cours"
 
-#: access/transam/xlog.c:8667
+#: access/transam/xlog.c:8681
 #, c-format
 msgid "Run pg_stop_backup() and try again."
-msgstr "Exécutez pg_stop_backup() et tentez de nouveau."
+msgstr "Exécutez pg_stop_backup() et tentez de nouveau."
 
-#: access/transam/xlog.c:8761
+#: access/transam/xlog.c:8775
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed since last restartpoint"
-msgstr "Les journaux générés avec full_page_writes=off ont été rejoués depuis le dernier restartpoint."
+msgstr "Les journaux générés avec full_page_writes=off ont été rejoués depuis le dernier restartpoint."
 
-#: access/transam/xlog.c:8763 access/transam/xlog.c:9116
+#: access/transam/xlog.c:8777 access/transam/xlog.c:9130
 #, c-format
 msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again."
 msgstr ""
-"Cela signifie que la sauvegarde en cours de réalisation sur l'esclave est\n"
-"corrompue et ne doit pas être utilisée. Activez full_page_writes et lancez\n"
-"CHECKPOINT sur le maître, puis recommencez la sauvegarde."
+"Cela signifie que la sauvegarde en cours de réalisation sur l'esclave est\n"
+"corrompue et ne doit pas être utilisée. Activez full_page_writes et lancez\n"
+"CHECKPOINT sur le maître, puis recommencez la sauvegarde."
 
-#: access/transam/xlog.c:8837 access/transam/xlog.c:9006 access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 guc-file.l:775 replication/basebackup.c:397 replication/basebackup.c:463 storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2632 storage/file/fd.c:2724 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280
+#: access/transam/xlog.c:8851 access/transam/xlog.c:9020 access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 guc-file.l:775 replication/basebackup.c:397 replication/basebackup.c:463 storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2632 storage/file/fd.c:2724 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280
 #, c-format
 msgid "could not stat file \"%s\": %m"
-msgstr "n'a pas pu tester le fichier « %s » : %m"
+msgstr "n'a pas pu tester le fichier Â« %s Â» : %m"
 
-#: access/transam/xlog.c:8844
+#: access/transam/xlog.c:8858
 #, 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."
+"Si vous êtes certain qu'aucune sauvegarde n'est en cours, supprimez le\n"
+"fichier Â« %s Â» et recommencez de nouveau."
 
-#: access/transam/xlog.c:8861 access/transam/xlog.c:9179
+#: access/transam/xlog.c:8875 access/transam/xlog.c:9193
 #, c-format
 msgid "could not write file \"%s\": %m"
-msgstr "impossible d'écrire le fichier « %s » : %m"
+msgstr "impossible d'écrire le fichier Â« %s Â» : %m"
 
-#: access/transam/xlog.c:9010
+#: access/transam/xlog.c:9024
 #, c-format
 msgid "a backup is not in progress"
 msgstr "une sauvegarde n'est pas en cours"
 
-#: access/transam/xlog.c:9036 access/transam/xlogarchive.c:114 access/transam/xlogarchive.c:466 storage/smgr/md.c:405 storage/smgr/md.c:454 storage/smgr/md.c:1318
+#: access/transam/xlog.c:9050 access/transam/xlogarchive.c:114 access/transam/xlogarchive.c:466 storage/smgr/md.c:405 storage/smgr/md.c:454 storage/smgr/md.c:1319
 #, c-format
 msgid "could not remove file \"%s\": %m"
-msgstr "n'a pas pu supprimer le fichier « %s » : %m"
+msgstr "n'a pas pu supprimer le fichier Â« %s Â» : %m"
 
-#: access/transam/xlog.c:9049 access/transam/xlog.c:9062 access/transam/xlog.c:9413 access/transam/xlog.c:9419 access/transam/xlogfuncs.c:626
+#: access/transam/xlog.c:9063 access/transam/xlog.c:9076 access/transam/xlog.c:9427 access/transam/xlog.c:9433 access/transam/xlogfuncs.c:626
 #, c-format
 msgid "invalid data in file \"%s\""
-msgstr "données invalides dans le fichier « %s »"
+msgstr "données invalides dans le fichier Â« %s Â»"
 
-#: access/transam/xlog.c:9066 replication/basebackup.c:871
+#: access/transam/xlog.c:9080 replication/basebackup.c:871
 #, c-format
 msgid "the standby was promoted during online backup"
-msgstr "le standby a été promu lors de la sauvegarde en ligne"
+msgstr "le standby a été promu lors de la sauvegarde en ligne"
 
-#: access/transam/xlog.c:9067 replication/basebackup.c:872
+#: access/transam/xlog.c:9081 replication/basebackup.c:872
 #, c-format
 msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
 msgstr ""
-"Cela signifie que la sauvegarde en cours de réalisation est corrompue et ne\n"
-"doit pas être utilisée. Recommencez la sauvegarde."
+"Cela signifie que la sauvegarde en cours de réalisation est corrompue et ne\n"
+"doit pas être utilisée. Recommencez la sauvegarde."
 
-#: access/transam/xlog.c:9114
+#: access/transam/xlog.c:9128
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed during online backup"
 msgstr ""
-"le journal de transactions généré avec full_page_writes=off a été rejoué lors\n"
+"le journal de transactions généré avec full_page_writes=off a été rejoué lors\n"
 "de la sauvegarde en ligne"
 
-#: access/transam/xlog.c:9228
+#: access/transam/xlog.c:9242
 #, c-format
 msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
-msgstr "nettoyage de pg_stop_backup terminé, en attente des journaux de transactions requis à archiver"
+msgstr "nettoyage de pg_stop_backup terminé, en attente des journaux de transactions requis à archiver"
 
-#: access/transam/xlog.c:9238
+#: access/transam/xlog.c:9252
 #, c-format
 msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)"
 msgstr ""
 "pg_stop_backup toujours en attente de la fin de l'archivage des segments de\n"
-"journaux de transactions requis (%d secondes passées)"
+"journaux de transactions requis (%d secondes passées)"
 
-#: access/transam/xlog.c:9240
+#: access/transam/xlog.c:9254
 #, c-format
 msgid "Check that your archive_command is executing properly.  pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments."
 msgstr ""
-"Vérifiez que votre archive_command s'exécute correctement. pg_stop_backup\n"
-"peut être annulé avec sûreté mais la sauvegarde de la base ne sera pas\n"
+"Vérifiez que votre archive_command s'exécute correctement. pg_stop_backup\n"
+"peut être annulé avec sûreté mais la sauvegarde de la base ne sera pas\n"
 "utilisable sans tous les segments WAL."
 
-#: access/transam/xlog.c:9247
+#: access/transam/xlog.c:9261
 #, c-format
 msgid "pg_stop_backup complete, all required WAL segments have been archived"
-msgstr "pg_stop_backup terminé, tous les journaux de transactions requis ont été archivés"
+msgstr "pg_stop_backup terminé, tous les journaux de transactions requis ont été archivés"
 
-#: access/transam/xlog.c:9251
+#: access/transam/xlog.c:9265
 #, c-format
 msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
 msgstr ""
-"L'archivage des journaux de transactions n'est pas activé ;\n"
+"L'archivage des journaux de transactions n'est pas activé ;\n"
 "vous devez vous assurer que tous les fichiers requis des journaux de\n"
-"transactions sont copiés par d'autre moyens pour terminer la sauvegarde."
+"transactions sont copiés par d'autre moyens pour terminer la sauvegarde."
 
-#: access/transam/xlog.c:9464
+#: access/transam/xlog.c:9478
 #, c-format
 msgid "xlog redo %s"
 msgstr "xlog redo %s"
 
-#: access/transam/xlog.c:9504
+#: access/transam/xlog.c:9518
 #, c-format
 msgid "online backup mode canceled"
-msgstr "mode de sauvegarde en ligne annulé"
+msgstr "mode de sauvegarde en ligne annulé"
 
-#: access/transam/xlog.c:9505
+#: access/transam/xlog.c:9519
 #, c-format
 msgid "\"%s\" was renamed to \"%s\"."
-msgstr "« %s » a été renommé en « %s »."
+msgstr "« %s Â» a Ã©té renommé en Â« %s Â»."
 
-#: access/transam/xlog.c:9512
+#: access/transam/xlog.c:9526
 #, c-format
 msgid "online backup mode was not canceled"
-msgstr "le mode de sauvegarde en ligne n'a pas été annulé"
+msgstr "le mode de sauvegarde en ligne n'a pas été annulé"
 
-#: access/transam/xlog.c:9513
+#: access/transam/xlog.c:9527
 #, c-format
 msgid "Could not rename \"%s\" to \"%s\": %m."
-msgstr "N'a pas pu renommer « %s » en « %s » : %m"
+msgstr "N'a pas pu renommer Â« %s Â» en Â« %s Â» : %m"
 
-#: access/transam/xlog.c:9633 replication/walreceiver.c:934 replication/walsender.c:1352
+#: access/transam/xlog.c:9647 replication/walreceiver.c:934 replication/walsender.c:1352
 #, c-format
 msgid "could not seek in log segment %s to offset %u: %m"
-msgstr "n'a pas pu se déplacer dans le journal de transactions %s au décalage %u : %m"
+msgstr "n'a pas pu se déplacer dans le journal de transactions %s au décalage %u : %m"
 
-#: access/transam/xlog.c:9645
+#: access/transam/xlog.c:9659
 #, c-format
 msgid "could not read from log segment %s, offset %u: %m"
-msgstr "n'a pas pu lire le journal de transactions %s, décalage %u : %m"
+msgstr "n'a pas pu lire le journal de transactions %s, décalage %u : %m"
 
-#: access/transam/xlog.c:10107
+#: access/transam/xlog.c:10121
 #, c-format
 msgid "received promote request"
-msgstr "a reçu une demande de promotion"
+msgstr "a reçu une demande de promotion"
 
-#: access/transam/xlog.c:10120
+#: access/transam/xlog.c:10134
 #, c-format
 msgid "trigger file found: %s"
-msgstr "fichier trigger trouvé : %s"
+msgstr "fichier trigger trouvé : %s"
 
 #: access/transam/xlogarchive.c:244
 #, 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"
+msgstr "le fichier d'archive Â« %s Â» a la mauvaise taille : %lu au lieu de %lu"
 
 #: access/transam/xlogarchive.c:253
 #, c-format
 msgid "restored log file \"%s\" from archive"
-msgstr "restauration du journal de transactions « %s » à partir de l'archive"
+msgstr "restauration du journal de transactions « %s » à partir de l'archive"
 
 #: access/transam/xlogarchive.c:303
 #, 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"
+msgstr "n'a pas pu restaurer le fichier « %s » à partir de l'archive : code de retour %d"
 
 #. translator: First %s represents a recovery.conf parameter name like
 #. "recovery_end_command", and the 2nd is the value of that parameter.
 #: access/transam/xlogarchive.c:414
 #, c-format
 msgid "%s \"%s\": return code %d"
-msgstr "%s « %s » : code de retour %d"
+msgstr "%s Â« %s Â» : code de retour %d"
 
 #: access/transam/xlogarchive.c:457 storage/file/fd.c:494 storage/file/fd.c:552 utils/time/snapmgr.c:884
 #, c-format
 msgid "could not rename file \"%s\" to \"%s\": %m"
-msgstr "n'a pas pu renommer le fichier « %s » en « %s » : %m"
+msgstr "n'a pas pu renommer le fichier Â« %s Â» en Â« %s Â» : %m"
 
 #: access/transam/xlogarchive.c:520 access/transam/xlogarchive.c:584
 #, c-format
 msgid "could not create archive status file \"%s\": %m"
-msgstr "n'a pas pu créer le fichier de statut d'archivage « %s » : %m"
+msgstr "n'a pas pu créer le fichier de statut d'archivage Â« %s Â» : %m"
 
 #: access/transam/xlogarchive.c:528 access/transam/xlogarchive.c:592
 #, c-format
 msgid "could not write archive status file \"%s\": %m"
-msgstr "n'a pas pu écrire le fichier de statut d'archivage « %s » : %m"
+msgstr "n'a pas pu Ã©crire le fichier de statut d'archivage Â« %s Â» : %m"
 
 #: access/transam/xlogfuncs.c:62 access/transam/xlogfuncs.c:93
 #, c-format
 msgid "must be superuser or replication role to run a backup"
-msgstr "doit être super-utilisateur ou avoir l'attribut de réplication pour exécuter une sauvegarde"
+msgstr "doit être super-utilisateur ou avoir l'attribut de réplication pour exécuter une sauvegarde"
 
 #: access/transam/xlogfuncs.c:114
 #, c-format
 msgid "must be superuser to switch transaction log files"
-msgstr "doit être super-utilisateur pour changer de journal de transactions"
+msgstr "doit être super-utilisateur pour changer de journal de transactions"
 
 #: access/transam/xlogfuncs.c:146
 #, c-format
 msgid "must be superuser to create a restore point"
-msgstr "doit être super-utilisateur pour créer un point de restauration"
+msgstr "doit être super-utilisateur pour créer un point de restauration"
 
 #: access/transam/xlogfuncs.c:157
 #, c-format
 msgid "WAL level not sufficient for creating a restore point"
 msgstr ""
-"le niveau de journalisation (configuré par wal_level) n'est pas suffisant pour\n"
-"créer un point de restauration"
+"le niveau de journalisation (configuré par wal_level) n'est pas suffisant pour\n"
+"créer un point de restauration"
 
 #: access/transam/xlogfuncs.c:165
 #, c-format
 msgid "value too long for restore point (maximum %d characters)"
-msgstr "valeur trop longue pour le point de restauration (%d caractères maximum)"
+msgstr "valeur trop longue pour le point de restauration (%d caractères maximum)"
 
 #: access/transam/xlogfuncs.c:300
 #, c-format
 msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
-msgstr "pg_xlogfile_name_offset() ne peut pas être exécuté lors de la restauration."
+msgstr "pg_xlogfile_name_offset() ne peut pas être exécuté lors de la restauration."
 
 #: access/transam/xlogfuncs.c:312 access/transam/xlogfuncs.c:383 access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:546
 #, c-format
 msgid "could not parse transaction log location \"%s\""
-msgstr "n'a pas pu analyser l'emplacement du journal des transactions « %s »"
+msgstr "n'a pas pu analyser l'emplacement du journal des transactions Â« %s Â»"
 
 #: access/transam/xlogfuncs.c:374
 #, c-format
 msgid "pg_xlogfile_name() cannot be executed during recovery."
-msgstr "pg_xlogfile_name() ne peut pas être exécuté lors de la restauration."
+msgstr "pg_xlogfile_name() ne peut pas être exécuté lors de la restauration."
 
 #: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 access/transam/xlogfuncs.c:446
 #, c-format
 msgid "must be superuser to control recovery"
-msgstr "doit être super-utilisateur pour contrôler la restauration"
+msgstr "doit être super-utilisateur pour contrôler la restauration"
 
 #: access/transam/xlogfuncs.c:407 access/transam/xlogfuncs.c:429 access/transam/xlogfuncs.c:451
 #, c-format
@@ -2150,136 +2155,136 @@ msgstr "la restauration n'est pas en cours"
 #, c-format
 msgid "Recovery control functions can only be executed during recovery."
 msgstr ""
-"Les fonctions de contrôle de la restauration peuvent seulement être exécutées\n"
+"Les fonctions de contrôle de la restauration peuvent seulement être exécutées\n"
 "lors de la restauration."
 
 #: access/transam/xlogfuncs.c:501 access/transam/xlogfuncs.c:507
 #, c-format
 msgid "invalid input syntax for transaction log location: \"%s\""
-msgstr "syntaxe invalide en entrée pour l'emplacement du journal de transactions : « %s »"
+msgstr "syntaxe invalide en entrée pour l'emplacement du journal de transactions : Â« %s Â»"
 
 #: access/transam/xlogreader.c:249
 #, c-format
 msgid "invalid record offset at %X/%X"
-msgstr "décalage invalide de l'enregistrement %X/%X"
+msgstr "décalage invalide de l'enregistrement %X/%X"
 
 #: access/transam/xlogreader.c:257
 #, c-format
 msgid "contrecord is requested by %X/%X"
-msgstr "« contrecord » est requis par %X/%X"
+msgstr "« contrecord Â» est requis par %X/%X"
 
 #: access/transam/xlogreader.c:297 access/transam/xlogreader.c:608 access/transam/xlogreader.c:682
 #, c-format
 msgid "invalid record length at %X/%X"
-msgstr "longueur invalide de l'enregistrement à %X/%X"
+msgstr "longueur invalide de l'enregistrement à %X/%X"
 
 #: access/transam/xlogreader.c:311
 #, c-format
 msgid "record length %u at %X/%X too long"
-msgstr "longueur trop importante de l'enregistrement %u à %X/%X"
+msgstr "longueur trop importante de l'enregistrement %u à %X/%X"
 
 #: access/transam/xlogreader.c:352
 #, c-format
 msgid "there is no contrecord flag at %X/%X"
-msgstr "il n'existe pas de drapeau contrecord à %X/%X"
+msgstr "il n'existe pas de drapeau contrecord à %X/%X"
 
 #: access/transam/xlogreader.c:365
 #, c-format
 msgid "invalid contrecord length %u at %X/%X"
-msgstr "longueur %u invalide du contrecord à %X/%X"
+msgstr "longueur %u invalide du contrecord à %X/%X"
 
 #: access/transam/xlogreader.c:591
 #, c-format
 msgid "invalid xlog switch record at %X/%X"
-msgstr "enregistrement de basculement du journal de transaction invalide à %X/%X"
+msgstr "enregistrement de basculement du journal de transaction invalide à %X/%X"
 
 #: access/transam/xlogreader.c:599
 #, c-format
 msgid "record with zero length at %X/%X"
-msgstr "enregistrement de longueur nulle à %X/%X"
+msgstr "enregistrement de longueur nulle à %X/%X"
 
 #: access/transam/xlogreader.c:615
 #, c-format
 msgid "invalid resource manager ID %u at %X/%X"
-msgstr "identifiant du gestionnaire de ressources invalide %u à %X/%X"
+msgstr "identifiant du gestionnaire de ressources invalide %u à %X/%X"
 
 #: access/transam/xlogreader.c:629 access/transam/xlogreader.c:646
 #, c-format
 msgid "record with incorrect prev-link %X/%X at %X/%X"
-msgstr "enregistrement avec prev-link %X/%X incorrect à %X/%X"
+msgstr "enregistrement avec prev-link %X/%X incorrect à %X/%X"
 
 #: access/transam/xlogreader.c:702 access/transam/xlogreader.c:720
 #, c-format
 msgid "invalid backup block size in record at %X/%X"
-msgstr "taille de bloc de sauvegarde invalide dans l'enregistrement à %X/%X"
+msgstr "taille de bloc de sauvegarde invalide dans l'enregistrement à %X/%X"
 
 #: access/transam/xlogreader.c:711
 #, c-format
 msgid "incorrect hole size in record at %X/%X"
-msgstr "taille du trou incorrect à l'enregistrement %X/%X"
+msgstr "taille du trou incorrect à l'enregistrement %X/%X"
 
 #: access/transam/xlogreader.c:733
 #, c-format
 msgid "incorrect total length in record at %X/%X"
-msgstr "longueur totale incorrecte à l'enregistrement %X/%X"
+msgstr "longueur totale incorrecte à l'enregistrement %X/%X"
 
 #: access/transam/xlogreader.c:745
 #, c-format
 msgid "incorrect resource manager data checksum in record at %X/%X"
 msgstr ""
-"somme de contrôle des données du gestionnaire de ressources incorrecte à\n"
+"somme de contrôle des données du gestionnaire de ressources incorrecte à\n"
 "l'enregistrement %X/%X"
 
 #: access/transam/xlogreader.c:778
 #, c-format
 msgid "invalid magic number %04X in log segment %s, offset %u"
-msgstr "numéro magique invalide %04X dans le journal de transactions %s, décalage %u"
+msgstr "numéro magique invalide %04X dans le journal de transactions %s, décalage %u"
 
 #: access/transam/xlogreader.c:792 access/transam/xlogreader.c:843
 #, c-format
 msgid "invalid info bits %04X in log segment %s, offset %u"
-msgstr "bits info %04X invalides dans le journal de transactions %s, décalage %u"
+msgstr "bits info %04X invalides dans le journal de transactions %s, décalage %u"
 
 #: access/transam/xlogreader.c:818
 #, c-format
 msgid "WAL file is from different database system: WAL file database system identifier is %s, pg_control database system identifier is %s."
 msgstr ""
-"Le journal de transactions provient d'un autre système de base de données :\n"
-"l'identifiant est %s, l'identifiant du système de base de données provenant de\n"
+"Le journal de transactions provient d'un autre système de base de données :\n"
+"l'identifiant est %s, l'identifiant du système de base de données provenant de\n"
 "pg_control est %s."
 
 #: access/transam/xlogreader.c:825
 #, c-format
 msgid "WAL file is from different database system: Incorrect XLOG_SEG_SIZE in page header."
 msgstr ""
-"le journal de transactions provient d'un autre système de base de données :\n"
-"XLOG_SEG_SIZE incorrecte dans l'en-tête de page."
+"le journal de transactions provient d'un autre système de base de données :\n"
+"XLOG_SEG_SIZE incorrecte dans l'en-tête de page."
 
 #: access/transam/xlogreader.c:831
 #, c-format
 msgid "WAL file is from different database system: Incorrect XLOG_BLCKSZ in page header."
 msgstr ""
-"Le journal de transactions provient d'un autre système de base de données :\n"
-"XLOG_BLCKSZ dans l'en-tête de page."
+"Le journal de transactions provient d'un autre système de base de données :\n"
+"XLOG_BLCKSZ dans l'en-tête de page."
 
 #: access/transam/xlogreader.c:857
 #, c-format
 msgid "unexpected pageaddr %X/%X in log segment %s, offset %u"
-msgstr "pageaddr %X/%X inattendue dans le journal de transactions %s, décalage %u"
+msgstr "pageaddr %X/%X inattendue dans le journal de transactions %s, décalage %u"
 
 #: access/transam/xlogreader.c:882
 #, c-format
 msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u"
 msgstr ""
-"identifiant timeline %u hors de la séquence (après %u) dans le journal de\n"
-"transactions %s, décalage %u"
+"identifiant timeline %u hors de la séquence (après %u) dans le journal de\n"
+"transactions %s, décalage %u"
 
-#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:805 tcop/postgres.c:3508
+#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:805 tcop/postgres.c:3523
 #, c-format
 msgid "--%s requires a value"
 msgstr "--%s requiert une valeur"
 
-#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:810 tcop/postgres.c:3513
+#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:810 tcop/postgres.c:3528
 #, c-format
 msgid "-c %s requires a value"
 msgstr "-c %s requiert une valeur"
@@ -2287,7 +2292,7 @@ msgstr "-c %s requiert une valeur"
 #: bootstrap/bootstrap.c:294 postmaster/postmaster.c:822 postmaster/postmaster.c:835
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
-msgstr "Essayez « %s --help » pour plus d'informations.\n"
+msgstr "Essayez Â« %s --help Â» pour plus d'informations.\n"
 
 #: bootstrap/bootstrap.c:303
 #, c-format
@@ -2297,47 +2302,47 @@ msgstr "%s : arguments invalides en ligne de commande\n"
 #: catalog/aclchk.c:206
 #, c-format
 msgid "grant options can only be granted to roles"
-msgstr "les options grant peuvent seulement être données aux rôles"
+msgstr "les options grant peuvent seulement être données aux rôles"
 
 #: catalog/aclchk.c:329
 #, c-format
 msgid "no privileges were granted for column \"%s\" of relation \"%s\""
-msgstr "aucun droit n'a pu être accordé pour la colonne « %s » de la relation « %s »"
+msgstr "aucun droit n'a pu Ãªtre accordé pour la colonne Â« %s Â» de la relation Â« %s Â»"
 
 #: catalog/aclchk.c:334
 #, c-format
 msgid "no privileges were granted for \"%s\""
-msgstr "aucun droit n'a été accordé pour « %s »"
+msgstr "aucun droit n'a Ã©té accordé pour Â« %s Â»"
 
 #: catalog/aclchk.c:342
 #, c-format
 msgid "not all privileges were granted for column \"%s\" of relation \"%s\""
-msgstr "certains droits n'ont pu être accordé pour la colonne « %s » de la relation « %s »"
+msgstr "certains droits n'ont pu Ãªtre accordé pour la colonne Â« %s Â» de la relation Â« %s Â»"
 
 #: catalog/aclchk.c:347
 #, c-format
 msgid "not all privileges were granted for \"%s\""
-msgstr "tous les droits n'ont pas été accordés pour « %s »"
+msgstr "tous les droits n'ont pas Ã©té accordés pour Â« %s Â»"
 
 #: catalog/aclchk.c:358
 #, c-format
 msgid "no privileges could be revoked for column \"%s\" of relation \"%s\""
-msgstr "aucun droit n'a pu être révoqué pour la colonne « %s » de la relation « %s »"
+msgstr "aucun droit n'a pu Ãªtre révoqué pour la colonne Â« %s Â» de la relation Â« %s Â»"
 
 #: catalog/aclchk.c:363
 #, c-format
 msgid "no privileges could be revoked for \"%s\""
-msgstr "aucun droit n'a pu être révoqué pour « %s »"
+msgstr "aucun droit n'a pu Ãªtre révoqué pour Â« %s Â»"
 
 #: catalog/aclchk.c:371
 #, c-format
 msgid "not all privileges could be revoked for column \"%s\" of relation \"%s\""
-msgstr "certains droits n'ont pu être révoqué pour la colonne « %s » de la relation « %s »"
+msgstr "certains droits n'ont pu Ãªtre révoqué pour la colonne Â« %s Â» de la relation Â« %s Â»"
 
 #: catalog/aclchk.c:376
 #, c-format
 msgid "not all privileges could be revoked for \"%s\""
-msgstr "certains droits n'ont pu être révoqué pour « %s »"
+msgstr "certains droits n'ont pu Ãªtre révoqué pour Â« %s Â»"
 
 #: catalog/aclchk.c:455 catalog/aclchk.c:933
 #, c-format
@@ -2347,12 +2352,12 @@ msgstr "droit %s invalide pour la relation"
 #: catalog/aclchk.c:459 catalog/aclchk.c:937
 #, c-format
 msgid "invalid privilege type %s for sequence"
-msgstr "droit %s invalide pour la séquence"
+msgstr "droit %s invalide pour la séquence"
 
 #: catalog/aclchk.c:463
 #, c-format
 msgid "invalid privilege type %s for database"
-msgstr "droit %s invalide pour la base de données"
+msgstr "droit %s invalide pour la base de données"
 
 #: catalog/aclchk.c:467
 #, c-format
@@ -2377,7 +2382,7 @@ msgstr "type de droit invalide, %s, pour le Large Object"
 #: catalog/aclchk.c:483
 #, c-format
 msgid "invalid privilege type %s for schema"
-msgstr "droit %s invalide pour le schéma"
+msgstr "droit %s invalide pour le schéma"
 
 #: catalog/aclchk.c:487
 #, c-format
@@ -2392,7 +2397,7 @@ msgstr "type de droit %s invalide pour le type"
 #: catalog/aclchk.c:495
 #, c-format
 msgid "invalid privilege type %s for foreign-data wrapper"
-msgstr "type de droit %s invalide pour le wrapper de données distantes"
+msgstr "type de droit %s invalide pour le wrapper de données distantes"
 
 #: catalog/aclchk.c:499
 #, c-format
@@ -2404,10 +2409,10 @@ msgstr "type de droit %s invalide pour le serveur distant"
 msgid "column privileges are only valid for relations"
 msgstr "les droits sur la colonne sont seulement valides pour les relations"
 
-#: catalog/aclchk.c:688 catalog/aclchk.c:3901 catalog/aclchk.c:4678 catalog/objectaddress.c:575 catalog/pg_largeobject.c:113 storage/large_object/inv_api.c:291
+#: catalog/aclchk.c:688 catalog/aclchk.c:3901 catalog/aclchk.c:4683 catalog/objectaddress.c:575 catalog/pg_largeobject.c:113 storage/large_object/inv_api.c:291
 #, c-format
 msgid "large object %u does not exist"
-msgstr "le « Large Object » %u n'existe pas"
+msgstr "le Â« Large Object Â» %u n'existe pas"
 
 #: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 commands/copy.c:934 commands/copy.c:952 commands/copy.c:960 commands/copy.c:968 commands/copy.c:976 commands/copy.c:984 commands/copy.c:992 commands/copy.c:1000 commands/copy.c:1008 commands/copy.c:1024 commands/copy.c:1043 commands/copy.c:1058 commands/dbcommands.c:148 commands/dbcommands.c:156 commands/dbcommands.c:164 commands/dbcommands.c:172
 #: commands/dbcommands.c:180 commands/dbcommands.c:188 commands/dbcommands.c:196 commands/dbcommands.c:1381 commands/dbcommands.c:1389 commands/extension.c:1250 commands/extension.c:1258 commands/extension.c:1266 commands/extension.c:2674 commands/foreigncmds.c:538 commands/foreigncmds.c:547 commands/functioncmds.c:496 commands/functioncmds.c:588 commands/functioncmds.c:596 commands/functioncmds.c:604 commands/functioncmds.c:1669
@@ -2420,23 +2425,23 @@ msgstr "options en conflit ou redondantes"
 #: catalog/aclchk.c:978
 #, c-format
 msgid "default privileges cannot be set for columns"
-msgstr "les droits par défaut ne peuvent pas être configurés pour les colonnes"
+msgstr "les droits par défaut ne peuvent pas être configurés pour les colonnes"
 
 #: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 commands/copy.c:4182 commands/sequence.c:1489 commands/tablecmds.c:4825 commands/tablecmds.c:4920 commands/tablecmds.c:4970 commands/tablecmds.c:5074 commands/tablecmds.c:5121 commands/tablecmds.c:5205 commands/tablecmds.c:5293 commands/tablecmds.c:7236 commands/tablecmds.c:7455 commands/tablecmds.c:7847 commands/trigger.c:616 parser/analyze.c:1994
 #: parser/parse_relation.c:2173 parser/parse_relation.c:2230 parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 utils/adt/ruleutils.c:1810
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist"
-msgstr "la colonne « %s » de la relation « %s » n'existe pas"
+msgstr "la colonne Â« %s Â» de la relation Â« %s Â» n'existe pas"
 
-#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 commands/tablecmds.c:214 commands/tablecmds.c:10608 utils/adt/acl.c:2076 utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 utils/adt/acl.c:2198 utils/adt/acl.c:2228
+#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 commands/tablecmds.c:214 commands/tablecmds.c:10619 utils/adt/acl.c:2076 utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 utils/adt/acl.c:2198 utils/adt/acl.c:2228
 #, c-format
 msgid "\"%s\" is not a sequence"
-msgstr "« %s » n'est pas une séquence"
+msgstr "« %s » n'est pas une séquence"
 
 #: catalog/aclchk.c:1795
 #, c-format
 msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
-msgstr "la séquence « %s » accepte seulement les droits USAGE, SELECT et UPDATE"
+msgstr "la séquence Â« %s Â» accepte seulement les droits USAGE, SELECT et UPDATE"
 
 #: catalog/aclchk.c:1812
 #, c-format
@@ -2451,12 +2456,12 @@ msgstr "type de droit %s invalide pour la colonne"
 #: catalog/aclchk.c:1990
 #, c-format
 msgid "sequence \"%s\" only supports SELECT column privileges"
-msgstr "la séquence « %s » accepte seulement le droit SELECT pour les colonnes"
+msgstr "la séquence Â« %s Â» accepte seulement le droit SELECT pour les colonnes"
 
 #: catalog/aclchk.c:2574
 #, c-format
 msgid "language \"%s\" is not trusted"
-msgstr "le langage « %s » n'est pas de confiance"
+msgstr "le langage Â« %s Â» n'est pas de confiance"
 
 #: catalog/aclchk.c:2576
 #, c-format
@@ -2473,324 +2478,324 @@ msgstr "ne peut pas configurer les droits des types tableau"
 #: catalog/aclchk.c:3093
 #, c-format
 msgid "Set the privileges of the element type instead."
-msgstr "Configurez les droits du type élément à la place."
+msgstr "Configurez les droits du type élément à la place."
 
 #: catalog/aclchk.c:3100 catalog/objectaddress.c:1072 commands/typecmds.c:3179
 #, c-format
 msgid "\"%s\" is not a domain"
-msgstr "« %s » n'est pas un domaine"
+msgstr "« %s Â» n'est pas un domaine"
 
 #: catalog/aclchk.c:3220
 #, c-format
 msgid "unrecognized privilege type \"%s\""
-msgstr "droit « %s » non reconnu"
+msgstr "droit Â« %s Â» non reconnu"
 
 #: catalog/aclchk.c:3269
 #, c-format
 msgid "permission denied for column %s"
-msgstr "droit refusé pour la colonne %s"
+msgstr "droit refusé pour la colonne %s"
 
 #: catalog/aclchk.c:3271
 #, c-format
 msgid "permission denied for relation %s"
-msgstr "droit refusé pour la relation %s"
+msgstr "droit refusé pour la relation %s"
 
 #: catalog/aclchk.c:3273 commands/sequence.c:569 commands/sequence.c:792 commands/sequence.c:834 commands/sequence.c:871 commands/sequence.c:1541
 #, c-format
 msgid "permission denied for sequence %s"
-msgstr "droit refusé pour la séquence %s"
+msgstr "droit refusé pour la séquence %s"
 
 #: catalog/aclchk.c:3275
 #, c-format
 msgid "permission denied for database %s"
-msgstr "droit refusé pour la base de données %s"
+msgstr "droit refusé pour la base de données %s"
 
 #: catalog/aclchk.c:3277
 #, c-format
 msgid "permission denied for function %s"
-msgstr "droit refusé pour la fonction %s"
+msgstr "droit refusé pour la fonction %s"
 
 #: catalog/aclchk.c:3279
 #, c-format
 msgid "permission denied for operator %s"
-msgstr "droit refusé pour l'opérateur %s"
+msgstr "droit refusé pour l'opérateur %s"
 
 #: catalog/aclchk.c:3281
 #, c-format
 msgid "permission denied for type %s"
-msgstr "droit refusé pour le type %s"
+msgstr "droit refusé pour le type %s"
 
 #: catalog/aclchk.c:3283
 #, c-format
 msgid "permission denied for language %s"
-msgstr "droit refusé pour le langage %s"
+msgstr "droit refusé pour le langage %s"
 
 #: catalog/aclchk.c:3285
 #, c-format
 msgid "permission denied for large object %s"
-msgstr "droit refusé pour le Large Object %s"
+msgstr "droit refusé pour le Large Object %s"
 
 #: catalog/aclchk.c:3287
 #, c-format
 msgid "permission denied for schema %s"
-msgstr "droit refusé pour le schéma %s"
+msgstr "droit refusé pour le schéma %s"
 
 #: catalog/aclchk.c:3289
 #, c-format
 msgid "permission denied for operator class %s"
-msgstr "droit refusé pour la classe d'opérateur %s"
+msgstr "droit refusé pour la classe d'opérateur %s"
 
 #: catalog/aclchk.c:3291
 #, c-format
 msgid "permission denied for operator family %s"
-msgstr "droit refusé pour la famille d'opérateur %s"
+msgstr "droit refusé pour la famille d'opérateur %s"
 
 #: catalog/aclchk.c:3293
 #, c-format
 msgid "permission denied for collation %s"
-msgstr "droit refusé pour le collationnement %s"
+msgstr "droit refusé pour le collationnement %s"
 
 #: catalog/aclchk.c:3295
 #, c-format
 msgid "permission denied for conversion %s"
-msgstr "droit refusé pour la conversion %s"
+msgstr "droit refusé pour la conversion %s"
 
 #: catalog/aclchk.c:3297
 #, c-format
 msgid "permission denied for tablespace %s"
-msgstr "droit refusé pour le tablespace %s"
+msgstr "droit refusé pour le tablespace %s"
 
 #: catalog/aclchk.c:3299
 #, c-format
 msgid "permission denied for text search dictionary %s"
-msgstr "droit refusé pour le dictionnaire de recherche plein texte %s"
+msgstr "droit refusé pour le dictionnaire de recherche plein texte %s"
 
 #: catalog/aclchk.c:3301
 #, c-format
 msgid "permission denied for text search configuration %s"
-msgstr "droit refusé pour la configuration de recherche plein texte %s"
+msgstr "droit refusé pour la configuration de recherche plein texte %s"
 
 #: catalog/aclchk.c:3303
 #, c-format
 msgid "permission denied for foreign-data wrapper %s"
-msgstr "droit refusé pour le wrapper de données distantes %s"
+msgstr "droit refusé pour le wrapper de données distantes %s"
 
 #: catalog/aclchk.c:3305
 #, c-format
 msgid "permission denied for foreign server %s"
-msgstr "droit refusé pour le serveur distant %s"
+msgstr "droit refusé pour le serveur distant %s"
 
 #: catalog/aclchk.c:3307
 #, c-format
 msgid "permission denied for event trigger %s"
-msgstr "droit refusé pour le trigger sur événement %s"
+msgstr "droit refusé pour le trigger sur événement %s"
 
 #: catalog/aclchk.c:3309
 #, c-format
 msgid "permission denied for extension %s"
-msgstr "droit refusé pour l'extension %s"
+msgstr "droit refusé pour l'extension %s"
 
 #: catalog/aclchk.c:3315 catalog/aclchk.c:3317
 #, c-format
 msgid "must be owner of relation %s"
-msgstr "doit être le propriétaire de la relation %s"
+msgstr "doit être le propriétaire de la relation %s"
 
 #: catalog/aclchk.c:3319
 #, c-format
 msgid "must be owner of sequence %s"
-msgstr "doit être le propriétaire de la séquence %s"
+msgstr "doit être le propriétaire de la séquence %s"
 
 #: catalog/aclchk.c:3321
 #, c-format
 msgid "must be owner of database %s"
-msgstr "doit être le propriétaire de la base de données %s"
+msgstr "doit être le propriétaire de la base de données %s"
 
 #: catalog/aclchk.c:3323
 #, c-format
 msgid "must be owner of function %s"
-msgstr "doit être le propriétaire de la fonction %s"
+msgstr "doit être le propriétaire de la fonction %s"
 
 #: catalog/aclchk.c:3325
 #, c-format
 msgid "must be owner of operator %s"
-msgstr "doit être le prorpriétaire de l'opérateur %s"
+msgstr "doit être le prorpriétaire de l'opérateur %s"
 
 #: catalog/aclchk.c:3327
 #, c-format
 msgid "must be owner of type %s"
-msgstr "doit être le propriétaire du type %s"
+msgstr "doit être le propriétaire du type %s"
 
 #: catalog/aclchk.c:3329
 #, c-format
 msgid "must be owner of language %s"
-msgstr "doit être le propriétaire du langage %s"
+msgstr "doit être le propriétaire du langage %s"
 
 #: catalog/aclchk.c:3331
 #, c-format
 msgid "must be owner of large object %s"
-msgstr "doit être le propriétaire du Large Object %s"
+msgstr "doit être le propriétaire du Large Object %s"
 
 #: catalog/aclchk.c:3333
 #, c-format
 msgid "must be owner of schema %s"
-msgstr "doit être le propriétaire du schéma %s"
+msgstr "doit être le propriétaire du schéma %s"
 
 #: catalog/aclchk.c:3335
 #, c-format
 msgid "must be owner of operator class %s"
-msgstr "doit être le propriétaire de la classe d'opérateur %s"
+msgstr "doit être le propriétaire de la classe d'opérateur %s"
 
 #: catalog/aclchk.c:3337
 #, c-format
 msgid "must be owner of operator family %s"
-msgstr "doit être le prorpriétaire de la famille d'opérateur %s"
+msgstr "doit être le prorpriétaire de la famille d'opérateur %s"
 
 #: catalog/aclchk.c:3339
 #, c-format
 msgid "must be owner of collation %s"
-msgstr "doit être le propriétaire du collationnement %s"
+msgstr "doit être le propriétaire du collationnement %s"
 
 #: catalog/aclchk.c:3341
 #, c-format
 msgid "must be owner of conversion %s"
-msgstr "doit être le propriétaire de la conversion %s"
+msgstr "doit être le propriétaire de la conversion %s"
 
 #: catalog/aclchk.c:3343
 #, c-format
 msgid "must be owner of tablespace %s"
-msgstr "doit être le propriétaire du tablespace %s"
+msgstr "doit être le propriétaire du tablespace %s"
 
 #: catalog/aclchk.c:3345
 #, c-format
 msgid "must be owner of text search dictionary %s"
-msgstr "doit être le propriétaire du dictionnaire de recherche plein texte %s"
+msgstr "doit être le propriétaire du dictionnaire de recherche plein texte %s"
 
 #: catalog/aclchk.c:3347
 #, c-format
 msgid "must be owner of text search configuration %s"
-msgstr "doit être le propriétaire de la configuration de recherche plein texte %s"
+msgstr "doit être le propriétaire de la configuration de recherche plein texte %s"
 
 #: catalog/aclchk.c:3349
 #, c-format
 msgid "must be owner of foreign-data wrapper %s"
-msgstr "doit être le propriétaire du wrapper de données distantes %s"
+msgstr "doit être le propriétaire du wrapper de données distantes %s"
 
 #: catalog/aclchk.c:3351
 #, c-format
 msgid "must be owner of foreign server %s"
-msgstr "doit être le propriétaire de serveur distant %s"
+msgstr "doit être le propriétaire de serveur distant %s"
 
 #: catalog/aclchk.c:3353
 #, c-format
 msgid "must be owner of event trigger %s"
-msgstr "doit être le propriétaire du trigger sur événement %s"
+msgstr "doit être le propriétaire du trigger sur événement %s"
 
 #: catalog/aclchk.c:3355
 #, c-format
 msgid "must be owner of extension %s"
-msgstr "doit être le propriétaire de l'extension %s"
+msgstr "doit être le propriétaire de l'extension %s"
 
 #: catalog/aclchk.c:3397
 #, c-format
 msgid "permission denied for column \"%s\" of relation \"%s\""
-msgstr "droit refusé pour la colonne « %s » de la relation « %s »"
+msgstr "droit refusé pour la colonne Â« %s Â» de la relation Â« %s Â»"
 
 #: catalog/aclchk.c:3437
 #, c-format
 msgid "role with OID %u does not exist"
-msgstr "le rôle d'OID %u n'existe pas"
+msgstr "le rôle d'OID %u n'existe pas"
 
 #: catalog/aclchk.c:3536 catalog/aclchk.c:3544
 #, 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:3617 catalog/aclchk.c:4529
+#: catalog/aclchk.c:3617 catalog/aclchk.c:4534
 #, c-format
 msgid "relation with OID %u does not exist"
 msgstr "la relation d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:3717 catalog/aclchk.c:4947
+#: catalog/aclchk.c:3717 catalog/aclchk.c:4952
 #, c-format
 msgid "database with OID %u does not exist"
-msgstr "la base de données d'OID %u n'existe pas"
+msgstr "la base de données d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:3771 catalog/aclchk.c:4607 tcop/fastpath.c:223
+#: catalog/aclchk.c:3771 catalog/aclchk.c:4612 tcop/fastpath.c:223
 #, c-format
 msgid "function with OID %u does not exist"
 msgstr "la fonction d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:3825 catalog/aclchk.c:4633
+#: catalog/aclchk.c:3825 catalog/aclchk.c:4638
 #, c-format
 msgid "language with OID %u does not exist"
 msgstr "le langage d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:3986 catalog/aclchk.c:4705
+#: catalog/aclchk.c:3986 catalog/aclchk.c:4710
 #, c-format
 msgid "schema with OID %u does not exist"
-msgstr "le schéma d'OID %u n'existe pas"
+msgstr "le schéma d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4040 catalog/aclchk.c:4732
+#: catalog/aclchk.c:4040 catalog/aclchk.c:4737
 #, c-format
 msgid "tablespace with OID %u does not exist"
 msgstr "le tablespace d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4098 catalog/aclchk.c:4866 commands/foreigncmds.c:328
+#: catalog/aclchk.c:4099 catalog/aclchk.c:4871 commands/foreigncmds.c:328
 #, c-format
 msgid "foreign-data wrapper with OID %u does not exist"
-msgstr "le wrapper de données distantes d'OID %u n'existe pas"
+msgstr "le wrapper de données distantes d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4159 catalog/aclchk.c:4893 commands/foreigncmds.c:461
+#: catalog/aclchk.c:4161 catalog/aclchk.c:4898 commands/foreigncmds.c:461
 #, c-format
 msgid "foreign server with OID %u does not exist"
 msgstr "le serveur distant d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4218 catalog/aclchk.c:4232 catalog/aclchk.c:4555
+#: catalog/aclchk.c:4221 catalog/aclchk.c:4560
 #, c-format
 msgid "type with OID %u does not exist"
 msgstr "le type d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4581
+#: catalog/aclchk.c:4586
 #, c-format
 msgid "operator with OID %u does not exist"
-msgstr "l'opérateur d'OID %u n'existe pas"
+msgstr "l'opérateur d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4758
+#: catalog/aclchk.c:4763
 #, c-format
 msgid "operator class with OID %u does not exist"
-msgstr "la classe d'opérateur d'OID %u n'existe pas"
+msgstr "la classe d'opérateur d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4785
+#: catalog/aclchk.c:4790
 #, c-format
 msgid "operator family with OID %u does not exist"
-msgstr "la famille d'opérateur d'OID %u n'existe pas"
+msgstr "la famille d'opérateur d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4812
+#: catalog/aclchk.c:4817
 #, 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:4839
+#: catalog/aclchk.c:4844
 #, 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:4920 commands/event_trigger.c:509
+#: catalog/aclchk.c:4925 commands/event_trigger.c:509
 #, c-format
 msgid "event trigger with OID %u does not exist"
-msgstr "le trigger sur événement d'OID %u n'existe pas"
+msgstr "le trigger sur événement d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4973
+#: catalog/aclchk.c:4978
 #, c-format
 msgid "collation with OID %u does not exist"
 msgstr "le collationnement d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:4999
+#: catalog/aclchk.c:5004
 #, c-format
 msgid "conversion with OID %u does not exist"
 msgstr "la conversion d'OID %u n'existe pas"
 
-#: catalog/aclchk.c:5040
+#: catalog/aclchk.c:5045
 #, c-format
 msgid "extension with OID %u does not exist"
 msgstr "l'extension d'OID %u n'existe pas"
@@ -2803,7 +2808,7 @@ msgstr "nom du fork invalide"
 #: catalog/catalog.c:64
 #, c-format
 msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"."
-msgstr "Les noms de fork valides sont « main », « fsm », « vm » et « init »."
+msgstr "Les noms de fork valides sont Â« main Â», Â« fsm Â», Â« vm Â» et Â« init Â»."
 
 #: catalog/dependency.c:626
 #, c-format
@@ -2813,12 +2818,12 @@ msgstr "n'a pas pu supprimer %s car il est requis par %s"
 #: catalog/dependency.c:629
 #, c-format
 msgid "You can drop %s instead."
-msgstr "Vous pouvez supprimer %s à la place."
+msgstr "Vous pouvez supprimer %s à la place."
 
 #: catalog/dependency.c:790 catalog/pg_shdepend.c:575
 #, 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 système de bases de données"
+msgstr "n'a pas pu supprimer %s car il est requis par le système de bases de données"
 
 #: catalog/dependency.c:906
 #, c-format
@@ -2828,7 +2833,7 @@ msgstr "DROP cascade automatiquement sur %s"
 #: catalog/dependency.c:918 catalog/dependency.c:927
 #, c-format
 msgid "%s depends on %s"
-msgstr "%s dépend de %s"
+msgstr "%s dépend de %s"
 
 #: catalog/dependency.c:939 catalog/dependency.c:948
 #, c-format
@@ -2853,7 +2858,7 @@ msgstr[1] ""
 #: catalog/dependency.c:968
 #, c-format
 msgid "cannot drop %s because other objects depend on it"
-msgstr "n'a pas pu supprimer %s car d'autres objets en dépendent"
+msgstr "n'a pas pu supprimer %s car d'autres objets en dépendent"
 
 #: catalog/dependency.c:970 catalog/dependency.c:971 catalog/dependency.c:977 catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 catalog/objectaddress.c:751 commands/tablecmds.c:739 commands/user.c:988 port/win32/security.c:51 storage/lmgr/deadlock.c:955 storage/lmgr/proc.c:1190 utils/misc/guc.c:5528 utils/misc/guc.c:5863 utils/misc/guc.c:8241 utils/misc/guc.c:8275 utils/misc/guc.c:8309 utils/misc/guc.c:8343
 #: utils/misc/guc.c:8378
@@ -2864,12 +2869,12 @@ msgstr "%s"
 #: catalog/dependency.c:972 catalog/dependency.c:979
 #, c-format
 msgid "Use DROP ... CASCADE to drop the dependent objects too."
-msgstr "Utilisez DROP ... CASCADE pour supprimer aussi les objets dépendants."
+msgstr "Utilisez DROP ... CASCADE pour supprimer aussi les objets dépendants."
 
 #: catalog/dependency.c:976
 #, c-format
 msgid "cannot drop desired object(s) because other objects depend on them"
-msgstr "ne peut pas supprimer les objets désirés car d'autres objets en dépendent"
+msgstr "ne peut pas supprimer les objets désirés car d'autres objets en dépendent"
 
 #. translator: %d always has a value larger than 1
 #: catalog/dependency.c:985
@@ -2879,266 +2884,276 @@ 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/heap.c:266
+#: catalog/heap.c:267
 #, c-format
 msgid "permission denied to create \"%s.%s\""
-msgstr "droit refusé pour créer « %s.%s »"
+msgstr "droit refusé pour créer Â« %s.%s Â»"
 
-#: catalog/heap.c:268
+#: catalog/heap.c:269
 #, c-format
 msgid "System catalog modifications are currently disallowed."
-msgstr "Les modifications du catalogue système sont actuellement interdites."
+msgstr "Les modifications du catalogue système sont actuellement interdites."
 
-#: catalog/heap.c:403 commands/tablecmds.c:1378 commands/tablecmds.c:1819 commands/tablecmds.c:4470
+#: catalog/heap.c:404 commands/tablecmds.c:1378 commands/tablecmds.c:1819 commands/tablecmds.c:4470
 #, c-format
 msgid "tables can have at most %d columns"
 msgstr "les tables peuvent avoir au plus %d colonnes"
 
-#: catalog/heap.c:420 commands/tablecmds.c:4726
+#: catalog/heap.c:421 commands/tablecmds.c:4726
 #, 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 système"
+msgstr "le nom de la colonne « %s » entre en conflit avec le nom d'une colonne système"
 
-#: catalog/heap.c:436
+#: catalog/heap.c:437
 #, c-format
 msgid "column name \"%s\" specified more than once"
-msgstr "colonne « %s » spécifiée plus d'une fois"
+msgstr "colonne « %s » spécifiée plus d'une fois"
 
-#: catalog/heap.c:486
+#: catalog/heap.c:487
 #, c-format
 msgid "column \"%s\" has type \"unknown\""
-msgstr "la colonne « %s » est de type « unknown »"
+msgstr "la colonne Â« %s Â» est de type Â« unknown Â»"
 
-#: catalog/heap.c:487
+#: catalog/heap.c:488
 #, c-format
 msgid "Proceeding with relation creation anyway."
-msgstr "Poursuit malgré tout la création de la relation."
+msgstr "Poursuit malgré tout la création de la relation."
 
-#: catalog/heap.c:500
+#: catalog/heap.c:501
 #, c-format
 msgid "column \"%s\" has pseudo-type %s"
-msgstr "la colonne « %s » a le pseudo type %s"
+msgstr "la colonne Â« %s Â» a le pseudo type %s"
 
-#: catalog/heap.c:530
+#: catalog/heap.c:531
 #, c-format
 msgid "composite type %s cannot be made a member of itself"
-msgstr "le type composite %s ne peut pas être membre de lui-même"
+msgstr "le type composite %s ne peut pas être membre de lui-même"
 
-#: catalog/heap.c:572 commands/createas.c:342
+#: catalog/heap.c:573 commands/createas.c:197 commands/createas.c:468
 #, c-format
 msgid "no collation was derived for column \"%s\" with collatable type %s"
-msgstr "aucun collationnement n'a été dérivé pour la colonne « %s » de type collationnable %s"
+msgstr "aucun collationnement n'a Ã©té dérivé pour la colonne Â« %s Â» de type collationnable %s"
 
-#: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 utils/adt/like.c:213 utils/adt/selfuncs.c:5221 utils/adt/varlena.c:1381
+#: catalog/heap.c:575 commands/createas.c:200 commands/createas.c:471 commands/indexcmds.c:1091 commands/view.c:86 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 utils/adt/like.c:213 utils/adt/selfuncs.c:5225 utils/adt/varlena.c:1381
 #, c-format
 msgid "Use the COLLATE clause to set the collation explicitly."
 msgstr "Utilisez la clause COLLARE pour configurer explicitement le collationnement."
 
-#: catalog/heap.c:1048 catalog/index.c:776 commands/tablecmds.c:2521
+#: catalog/heap.c:1049 catalog/index.c:776 commands/tablecmds.c:2521
 #, c-format
 msgid "relation \"%s\" already exists"
-msgstr "la relation « %s » existe déjà"
+msgstr "la relation « %s » existe déjà"
 
-#: catalog/heap.c:1064 catalog/pg_type.c:402 catalog/pg_type.c:705 commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 commands/typecmds.c:1306 commands/typecmds.c:2058
+#: catalog/heap.c:1065 catalog/pg_type.c:402 catalog/pg_type.c:705 commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 commands/typecmds.c:1306 commands/typecmds.c:2058
 #, c-format
 msgid "type \"%s\" already exists"
-msgstr "le type « %s » existe déjà"
+msgstr "le type « %s » existe déjà"
 
-#: catalog/heap.c:1065
+#: catalog/heap.c:1066
 #, c-format
 msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type."
 msgstr ""
-"Une relation a un type associé du même nom, donc vous devez utiliser un nom\n"
+"Une relation a un type associé du même nom, donc vous devez utiliser un nom\n"
 "qui n'entre pas en conflit avec un type existant."
 
-#: catalog/heap.c:2250
+#: catalog/heap.c:2251
 #, c-format
 msgid "check constraint \"%s\" already exists"
-msgstr "la contrainte de vérification « %s » existe déjà"
+msgstr "la contrainte de vérification « %s » existe déjà"
 
-#: catalog/heap.c:2403 catalog/pg_constraint.c:650 commands/tablecmds.c:5620
+#: catalog/heap.c:2416 catalog/pg_constraint.c:650 commands/tablecmds.c:5620
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
-msgstr "la contrainte « %s » de la relation « %s » existe déjà"
+msgstr "la contrainte « %s » de la relation « %s » existe déjà"
 
-#: catalog/heap.c:2413
+#: catalog/heap.c:2423
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\""
-msgstr "la contrainte « %s » entre en conflit avec la constrainte non héritée sur la relation « %s »"
+msgstr "la contrainte Â« %s Â» entre en conflit avec la constrainte non héritée sur la relation Â« %s Â»"
 
-#: catalog/heap.c:2427
+#: catalog/heap.c:2434
+#, c-format
+msgid "constraint \"%s\" conflicts with inherited constraint on relation \"%s\""
+msgstr "la contrainte « %s » entre en conflit avec une contrainte héritée sur la relation « %s »"
+
+#: catalog/heap.c:2444
+#, c-format
+msgid "constraint \"%s\" conflicts with NOT VALID constraint on relation \"%s\""
+msgstr "la contrainte « %s » entre en conflit avec une contrainte NOT VALID sur la relation « %s »"
+
+#: catalog/heap.c:2449
 #, c-format
 msgid "merging constraint \"%s\" with inherited definition"
-msgstr "assemblage de la contrainte « %s » avec une définition héritée"
+msgstr "assemblage de la contrainte « %s » avec une définition héritée"
 
-#: catalog/heap.c:2520
+#: catalog/heap.c:2555
 #, c-format
 msgid "cannot use column references in default expression"
-msgstr "ne peut pas utiliser les références de colonnes dans l'expression par défaut"
+msgstr "ne peut pas utiliser les références de colonnes dans l'expression par défaut"
 
-#: catalog/heap.c:2531
+#: catalog/heap.c:2566
 #, c-format
 msgid "default expression must not return a set"
-msgstr "l'expression par défaut ne doit pas renvoyer un ensemble"
+msgstr "l'expression par défaut ne doit pas renvoyer un ensemble"
 
-#: catalog/heap.c:2550 rewrite/rewriteHandler.c:1058
+#: catalog/heap.c:2585 rewrite/rewriteHandler.c:1058
 #, 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 défaut est de type %s"
+msgstr "la colonne « %s » est de type %s alors que l'expression par défaut est de type %s"
 
-#: catalog/heap.c:2555 commands/prepare.c:374 parser/parse_node.c:411 parser/parse_target.c:509 parser/parse_target.c:758 parser/parse_target.c:768 rewrite/rewriteHandler.c:1063
+#: catalog/heap.c:2590 commands/prepare.c:374 parser/parse_node.c:411 parser/parse_target.c:509 parser/parse_target.c:758 parser/parse_target.c:768 rewrite/rewriteHandler.c:1063
 #, c-format
 msgid "You will need to rewrite or cast the expression."
-msgstr "Vous devez réécrire l'expression ou lui appliquer une transformation de type."
+msgstr "Vous devez réécrire l'expression ou lui appliquer une transformation de type."
 
-#: catalog/heap.c:2602
+#: catalog/heap.c:2637
 #, c-format
 msgid "only table \"%s\" can be referenced in check constraint"
-msgstr "seule la table « %s » peut être référencée dans la contrainte de vérification"
+msgstr "seule la table « %s » peut être référencée dans la contrainte de vérification"
 
-#: catalog/heap.c:2842
+#: catalog/heap.c:2877
 #, c-format
 msgid "unsupported ON COMMIT and foreign key combination"
-msgstr "combinaison ON COMMIT et clé étrangère non supportée"
+msgstr "combinaison ON COMMIT et clé étrangère non supportée"
 
-#: catalog/heap.c:2843
+#: catalog/heap.c:2878
 #, c-format
 msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
 msgstr ""
-"La table « %s » référence « %s » mais elles n'ont pas la même valeur pour le\n"
-"paramètre ON COMMIT."
+"La table « %s » référence « %s » mais elles n'ont pas la même valeur pour le\n"
+"paramètre ON COMMIT."
 
-#: catalog/heap.c:2848
+#: catalog/heap.c:2883
 #, c-format
 msgid "cannot truncate a table referenced in a foreign key constraint"
-msgstr "ne peut pas tronquer une table référencée dans une contrainte de clé étrangère"
+msgstr "ne peut pas tronquer une table référencée dans une contrainte de clé étrangère"
 
-#: catalog/heap.c:2849
+#: catalog/heap.c:2884
 #, c-format
 msgid "Table \"%s\" references \"%s\"."
-msgstr "La table « %s » référence « %s »."
+msgstr "La table Â« %s Â» référence Â« %s Â»."
 
-#: catalog/heap.c:2851
+#: catalog/heap.c:2886
 #, c-format
 msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
-msgstr "Tronquez la table « %s » en même temps, ou utilisez TRUNCATE ... CASCADE."
+msgstr "Tronquez la table « %s » en même temps, ou utilisez TRUNCATE ... CASCADE."
 
-#: catalog/index.c:203 parser/parse_utilcmd.c:1398 parser/parse_utilcmd.c:1484
+#: catalog/index.c:203 parser/parse_utilcmd.c:1400 parser/parse_utilcmd.c:1486
 #, c-format
 msgid "multiple primary keys for table \"%s\" are not allowed"
-msgstr "les clés primaires multiples ne sont pas autorisées pour la table « %s »"
+msgstr "les clés primaires multiples ne sont pas autorisées pour la table Â« %s Â»"
 
 #: catalog/index.c:221
 #, c-format
 msgid "primary keys cannot be expressions"
-msgstr "les clés primaires ne peuvent pas être des expressions"
+msgstr "les clés primaires ne peuvent pas être des expressions"
 
 #: catalog/index.c:737 catalog/index.c:1142
 #, c-format
 msgid "user-defined indexes on system catalog tables are not supported"
-msgstr "les index définis par l'utilisateur sur les tables du catalogue système ne sont pas supportés"
+msgstr "les index définis par l'utilisateur sur les tables du catalogue système ne sont pas supportés"
 
 #: catalog/index.c:747
 #, c-format
 msgid "concurrent index creation on system catalog tables is not supported"
 msgstr ""
-"la création en parallèle d'un index sur les tables du catalogue système\n"
-"n'est pas supportée"
+"la création en parallèle d'un index sur les tables du catalogue système\n"
+"n'est pas supportée"
 
 #: catalog/index.c:765
 #, c-format
 msgid "shared indexes cannot be created after initdb"
-msgstr "les index partagés ne peuvent pas être créés après initdb"
+msgstr "les index partagés ne peuvent pas être créés après initdb"
 
 #: catalog/index.c:1406
 #, c-format
 msgid "DROP INDEX CONCURRENTLY must be first action in transaction"
-msgstr "DROP INDEX CONCURRENTLY doit être la première action dans une transaction"
+msgstr "DROP INDEX CONCURRENTLY doit être la première action dans une transaction"
 
 #: catalog/index.c:1974
 #, c-format
 msgid "building index \"%s\" on table \"%s\""
-msgstr "construction de l'index « %s » sur la table « %s »"
+msgstr "construction de l'index Â« %s Â» sur la table Â« %s Â»"
 
 #: catalog/index.c:3159
 #, c-format
 msgid "cannot reindex temporary tables of other sessions"
-msgstr "ne peut pas ré-indexer les tables temporaires des autres sessions"
+msgstr "ne peut pas ré-indexer les tables temporaires des autres sessions"
 
 #: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 commands/trigger.c:4257
 #, c-format
 msgid "cross-database references are not implemented: \"%s.%s.%s\""
-msgstr "les références entre bases de données ne sont pas implémentées : « %s.%s.%s »"
+msgstr "les références entre bases de données ne sont pas implémentées : Â« %s.%s.%s Â»"
 
 #: catalog/namespace.c:304
 #, c-format
 msgid "temporary tables cannot specify a schema name"
-msgstr "les tables temporaires ne peuvent pas spécifier un nom de schéma"
+msgstr "les tables temporaires ne peuvent pas spécifier un nom de schéma"
 
 #: catalog/namespace.c:383
 #, c-format
 msgid "could not obtain lock on relation \"%s.%s\""
-msgstr "n'a pas pu obtenir un verrou sur la relation « %s.%s »"
+msgstr "n'a pas pu obtenir un verrou sur la relation Â« %s.%s Â»"
 
 #: catalog/namespace.c:388 commands/lockcmds.c:146
 #, c-format
 msgid "could not obtain lock on relation \"%s\""
-msgstr "n'a pas pu obtenir un verrou sur la relation « %s »"
+msgstr "n'a pas pu obtenir un verrou sur la relation Â« %s Â»"
 
 #: catalog/namespace.c:412 parser/parse_relation.c:962
 #, c-format
 msgid "relation \"%s.%s\" does not exist"
-msgstr "la relation « %s.%s » n'existe pas"
+msgstr "la relation Â« %s.%s Â» n'existe pas"
 
 #: catalog/namespace.c:417 parser/parse_relation.c:975 parser/parse_relation.c:983 utils/adt/regproc.c:853
 #, c-format
 msgid "relation \"%s\" does not exist"
-msgstr "la relation « %s » n'existe pas"
+msgstr "la relation Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:485 catalog/namespace.c:2834 commands/extension.c:1400 commands/extension.c:1406
 #, c-format
 msgid "no schema has been selected to create in"
-msgstr "aucun schéma n'a été sélectionné pour cette création"
+msgstr "aucun schéma n'a été sélectionné pour cette création"
 
 #: catalog/namespace.c:637 catalog/namespace.c:650
 #, c-format
 msgid "cannot create relations in temporary schemas of other sessions"
-msgstr "ne peut pas créer les relations dans les schémas temporaires d'autres sessions"
+msgstr "ne peut pas créer les relations dans les schémas temporaires d'autres sessions"
 
 #: catalog/namespace.c:641
 #, c-format
 msgid "cannot create temporary relation in non-temporary schema"
-msgstr "ne peut pas créer une relation temporaire dans un schéma non temporaire"
+msgstr "ne peut pas créer une relation temporaire dans un schéma non temporaire"
 
 #: catalog/namespace.c:656
 #, c-format
 msgid "only temporary relations may be created in temporary schemas"
-msgstr "seules les relations temporaires peuvent être créées dans des schémas temporaires"
+msgstr "seules les relations temporaires peuvent être créées dans des schémas temporaires"
 
 #: catalog/namespace.c:2136
 #, c-format
 msgid "text search parser \"%s\" does not exist"
-msgstr "l'analyseur de recherche plein texte « %s » n'existe pas"
+msgstr "l'analyseur de recherche plein texte Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:2262
 #, c-format
 msgid "text search dictionary \"%s\" does not exist"
-msgstr "le dictionnaire de recherche plein texte « %s » n'existe pas"
+msgstr "le dictionnaire de recherche plein texte Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:2389
 #, c-format
 msgid "text search template \"%s\" does not exist"
-msgstr "le modèle de recherche plein texte « %s » n'existe pas"
+msgstr "le modèle de recherche plein texte Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:2515 commands/tsearchcmds.c:1168 utils/cache/ts_cache.c:619
 #, c-format
 msgid "text search configuration \"%s\" does not exist"
-msgstr "la configuration de recherche plein texte « %s » n'existe pas"
+msgstr "la configuration de recherche plein texte Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:2628 parser/parse_expr.c:787 parser/parse_target.c:1110
 #, c-format
 msgid "cross-database references are not implemented: %s"
-msgstr "les références entre bases de données ne sont pas implémentées : %s"
+msgstr "les références entre bases de données ne sont pas implémentées : %s"
 
 #: catalog/namespace.c:2634 gram.y:12481 gram.y:13658 parser/parse_expr.c:794 parser/parse_target.c:1117
 #, c-format
@@ -3148,22 +3163,22 @@ msgstr "mauvaise qualification du nom (trop de points entre les noms) : %s"
 #: catalog/namespace.c:2768
 #, c-format
 msgid "%s is already in schema \"%s\""
-msgstr "%s existe déjà dans le schéma « %s »"
+msgstr "%s existe déjà dans le schéma Â« %s Â»"
 
 #: catalog/namespace.c:2776
 #, c-format
 msgid "cannot move objects into or out of temporary schemas"
-msgstr "ne peut pas déplacer les objets dans ou à partir des schémas temporaires"
+msgstr "ne peut pas déplacer les objets dans ou à partir des schémas temporaires"
 
 #: catalog/namespace.c:2782
 #, c-format
 msgid "cannot move objects into or out of TOAST schema"
-msgstr "ne peut pas déplacer les objets dans ou à partir des schémas TOAST"
+msgstr "ne peut pas déplacer les objets dans ou à partir des schémas TOAST"
 
 #: catalog/namespace.c:2855 commands/schemacmds.c:212 commands/schemacmds.c:288
 #, c-format
 msgid "schema \"%s\" does not exist"
-msgstr "le schéma « %s » n'existe pas"
+msgstr "le schéma Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:2886
 #, c-format
@@ -3173,22 +3188,22 @@ msgstr "nom de relation incorrecte (trop de points entre les noms) : %s"
 #: catalog/namespace.c:3327
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" does not exist"
-msgstr "le collationnement « %s » pour l'encodage « %s » n'existe pas"
+msgstr "le collationnement Â« %s Â» pour l'encodage Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:3382
 #, c-format
 msgid "conversion \"%s\" does not exist"
-msgstr "la conversion « %s » n'existe pas"
+msgstr "la conversion Â« %s Â» n'existe pas"
 
 #: catalog/namespace.c:3590
 #, c-format
 msgid "permission denied to create temporary tables in database \"%s\""
-msgstr "droit refusé pour la création de tables temporaires dans la base de données « %s »"
+msgstr "droit refusé pour la création de tables temporaires dans la base de données Â« %s Â»"
 
 #: catalog/namespace.c:3606
 #, c-format
 msgid "cannot create temporary tables during recovery"
-msgstr "ne peut pas créer des tables temporaires lors de la restauration"
+msgstr "ne peut pas créer des tables temporaires lors de la restauration"
 
 #: catalog/namespace.c:3850 commands/tablespace.c:1101 commands/variable.c:61 replication/syncrep.c:677 utils/misc/guc.c:8408
 #, c-format
@@ -3197,85 +3212,85 @@ msgstr "La syntaxe de la liste est invalide."
 
 #: catalog/objectaddress.c:719
 msgid "database name cannot be qualified"
-msgstr "le nom de la base de donnée ne peut être qualifié"
+msgstr "le nom de la base de donnée ne peut être qualifié"
 
 #: catalog/objectaddress.c:722 commands/extension.c:2427
 #, c-format
 msgid "extension name cannot be qualified"
-msgstr "le nom de l'extension ne peut pas être qualifié"
+msgstr "le nom de l'extension ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:725
 msgid "tablespace name cannot be qualified"
-msgstr "le nom du tablespace ne peut pas être qualifié"
+msgstr "le nom du tablespace ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:728
 msgid "role name cannot be qualified"
-msgstr "le nom du rôle ne peut pas être qualifié"
+msgstr "le nom du rôle ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:731
 msgid "schema name cannot be qualified"
-msgstr "le nom du schéma ne peut pas être qualifié"
+msgstr "le nom du schéma ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:734
 msgid "language name cannot be qualified"
-msgstr "le nom du langage ne peut pas être qualifié"
+msgstr "le nom du langage ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:737
 msgid "foreign-data wrapper name cannot be qualified"
-msgstr "le nom du wrapper de données distantes ne peut pas être qualifié"
+msgstr "le nom du wrapper de données distantes ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:740
 msgid "server name cannot be qualified"
-msgstr "le nom du serveur ne peut pas être qualifié"
+msgstr "le nom du serveur ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:743
 msgid "event trigger name cannot be qualified"
-msgstr "le nom du trigger sur événement ne peut pas être qualifié"
+msgstr "le nom du trigger sur événement ne peut pas être qualifié"
 
 #: catalog/objectaddress.c:856 commands/lockcmds.c:94 commands/tablecmds.c:208 commands/tablecmds.c:1239 commands/tablecmds.c:4017 commands/tablecmds.c:7358
 #, c-format
 msgid "\"%s\" is not a table"
-msgstr "« %s » n'est pas une table"
+msgstr "« %s Â» n'est pas une table"
 
-#: catalog/objectaddress.c:863 commands/tablecmds.c:220 commands/tablecmds.c:4041 commands/tablecmds.c:10613 commands/view.c:134
+#: catalog/objectaddress.c:863 commands/tablecmds.c:220 commands/tablecmds.c:4041 commands/tablecmds.c:10624 commands/view.c:123
 #, c-format
 msgid "\"%s\" is not a view"
-msgstr "« %s » n'est pas une vue"
+msgstr "« %s Â» n'est pas une vue"
 
-#: catalog/objectaddress.c:870 commands/matview.c:144 commands/tablecmds.c:226 commands/tablecmds.c:10618
+#: catalog/objectaddress.c:870 commands/matview.c:144 commands/tablecmds.c:226 commands/tablecmds.c:10629
 #, c-format
 msgid "\"%s\" is not a materialized view"
-msgstr "« %s » n'est pas une vue matérialisée"
+msgstr "« %s » n'est pas une vue matérialisée"
 
-#: catalog/objectaddress.c:877 commands/tablecmds.c:244 commands/tablecmds.c:4044 commands/tablecmds.c:10623
+#: catalog/objectaddress.c:877 commands/tablecmds.c:244 commands/tablecmds.c:4044 commands/tablecmds.c:10634
 #, c-format
 msgid "\"%s\" is not a foreign table"
-msgstr "« %s » n'est pas une table distante"
+msgstr "« %s Â» n'est pas une table distante"
 
 #: catalog/objectaddress.c:1008
 #, c-format
 msgid "column name must be qualified"
-msgstr "le nom de la colonne doit être qualifié"
+msgstr "le nom de la colonne doit être qualifié"
 
 #: catalog/objectaddress.c:1061 commands/functioncmds.c:127 commands/tablecmds.c:236 commands/typecmds.c:3245 parser/parse_func.c:1580 parser/parse_type.c:203 utils/adt/acl.c:4374 utils/adt/regproc.c:1017
 #, c-format
 msgid "type \"%s\" does not exist"
-msgstr "le type « %s » n'existe pas"
+msgstr "le type Â« %s Â» n'existe pas"
 
 #: catalog/objectaddress.c:1217 libpq/be-fsstubs.c:352
 #, c-format
 msgid "must be owner of large object %u"
-msgstr "doit être le propriétaire du Large Object %u"
+msgstr "doit être le propriétaire du Large Object %u"
 
 #: catalog/objectaddress.c:1232 commands/functioncmds.c:1297
 #, c-format
 msgid "must be owner of type %s or type %s"
-msgstr "doit être le propriétaire du type %s ou du type %s"
+msgstr "doit être le propriétaire du type %s ou du type %s"
 
 #: catalog/objectaddress.c:1263 catalog/objectaddress.c:1279
 #, c-format
 msgid "must be superuser"
-msgstr "doit être super-utilisateur"
+msgstr "doit être super-utilisateur"
 
 #: catalog/objectaddress.c:1270
 #, c-format
@@ -3325,7 +3340,7 @@ msgstr "conversion %s"
 #: catalog/objectaddress.c:1661
 #, c-format
 msgid "default for %s"
-msgstr "valeur par défaut pour %s"
+msgstr "valeur par défaut pour %s"
 
 #: catalog/objectaddress.c:1678
 #, c-format
@@ -3335,17 +3350,17 @@ msgstr "langage %s"
 #: catalog/objectaddress.c:1684
 #, c-format
 msgid "large object %u"
-msgstr "« Large Object » %u"
+msgstr "« Large Object Â» %u"
 
 #: catalog/objectaddress.c:1689
 #, c-format
 msgid "operator %s"
-msgstr "opérateur %s"
+msgstr "opérateur %s"
 
 #: catalog/objectaddress.c:1721
 #, c-format
 msgid "operator class %s for access method %s"
-msgstr "classe d'opérateur %s pour la méthode d'accès %s"
+msgstr "classe d'opérateur %s pour la méthode d'accès %s"
 
 #. translator: %d is the operator strategy (a number), the
 #. first two %s's are data type names, the third %s is the
@@ -3354,7 +3369,7 @@ msgstr "classe d'op
 #: catalog/objectaddress.c:1771
 #, c-format
 msgid "operator %d (%s, %s) of %s: %s"
-msgstr "opérateur %d (%s, %s) de %s : %s"
+msgstr "opérateur %d (%s, %s) de %s : %s"
 
 #. translator: %d is the function number, the first two %s's
 #. are data type names, the third %s is the description of the
@@ -3368,7 +3383,7 @@ msgstr "fonction %d (%s, %s) de %s : %s"
 #: catalog/objectaddress.c:1861
 #, c-format
 msgid "rule %s on "
-msgstr "règle %s active "
+msgstr "règle %s active "
 
 #: catalog/objectaddress.c:1896
 #, c-format
@@ -3378,7 +3393,7 @@ msgstr "trigger %s actif "
 #: catalog/objectaddress.c:1913
 #, c-format
 msgid "schema %s"
-msgstr "schéma %s"
+msgstr "schéma %s"
 
 #: catalog/objectaddress.c:1926
 #, c-format
@@ -3393,7 +3408,7 @@ msgstr "dictionnaire %s de la recherche plein texte"
 #: catalog/objectaddress.c:1956
 #, c-format
 msgid "text search template %s"
-msgstr "modèle %s de la recherche plein texte"
+msgstr "modèle %s de la recherche plein texte"
 
 #: catalog/objectaddress.c:1971
 #, c-format
@@ -3403,12 +3418,12 @@ msgstr "configuration %s de recherche plein texte"
 #: catalog/objectaddress.c:1979
 #, c-format
 msgid "role %s"
-msgstr "rôle %s"
+msgstr "rôle %s"
 
 #: catalog/objectaddress.c:1992
 #, c-format
 msgid "database %s"
-msgstr "base de données %s"
+msgstr "base de données %s"
 
 #: catalog/objectaddress.c:2004
 #, c-format
@@ -3418,7 +3433,7 @@ msgstr "tablespace %s"
 #: catalog/objectaddress.c:2013
 #, c-format
 msgid "foreign-data wrapper %s"
-msgstr "wrapper de données distantes %s"
+msgstr "wrapper de données distantes %s"
 
 #: catalog/objectaddress.c:2022
 #, c-format
@@ -3433,32 +3448,32 @@ msgstr "correspondance utilisateur pour %s sur le serveur %s"
 #: catalog/objectaddress.c:2085
 #, c-format
 msgid "default privileges on new relations belonging to role %s"
-msgstr "droits par défaut pour les nouvelles relations appartenant au rôle %s"
+msgstr "droits par défaut pour les nouvelles relations appartenant au rôle %s"
 
 #: catalog/objectaddress.c:2090
 #, c-format
 msgid "default privileges on new sequences belonging to role %s"
-msgstr "droits par défaut pour les nouvelles séquences appartenant au rôle %s"
+msgstr "droits par défaut pour les nouvelles séquences appartenant au rôle %s"
 
 #: catalog/objectaddress.c:2095
 #, c-format
 msgid "default privileges on new functions belonging to role %s"
-msgstr "droits par défaut pour les nouvelles fonctions appartenant au rôle %s"
+msgstr "droits par défaut pour les nouvelles fonctions appartenant au rôle %s"
 
 #: catalog/objectaddress.c:2100
 #, c-format
 msgid "default privileges on new types belonging to role %s"
-msgstr "droits par défaut pour les nouveaux types appartenant au rôle %s"
+msgstr "droits par défaut pour les nouveaux types appartenant au rôle %s"
 
 #: catalog/objectaddress.c:2106
 #, c-format
 msgid "default privileges belonging to role %s"
-msgstr "droits par défaut appartenant au rôle %s"
+msgstr "droits par défaut appartenant au rôle %s"
 
 #: catalog/objectaddress.c:2114
 #, c-format
 msgid " in schema %s"
-msgstr " dans le schéma %s"
+msgstr " dans le schéma %s"
 
 #: catalog/objectaddress.c:2131
 #, c-format
@@ -3468,7 +3483,7 @@ msgstr "extension %s"
 #: catalog/objectaddress.c:2144
 #, c-format
 msgid "event trigger %s"
-msgstr "trigger sur événement %s"
+msgstr "trigger sur événement %s"
 
 #: catalog/objectaddress.c:2204
 #, c-format
@@ -3483,7 +3498,7 @@ msgstr "index %s"
 #: catalog/objectaddress.c:2212
 #, c-format
 msgid "sequence %s"
-msgstr "séquence %s"
+msgstr "séquence %s"
 
 #: catalog/objectaddress.c:2216
 #, c-format
@@ -3498,7 +3513,7 @@ msgstr "vue %s"
 #: catalog/objectaddress.c:2224
 #, c-format
 msgid "materialized view %s"
-msgstr "vue matérialisée %s"
+msgstr "vue matérialisée %s"
 
 #: catalog/objectaddress.c:2228
 #, c-format
@@ -3518,18 +3533,18 @@ msgstr "relation %s"
 #: catalog/objectaddress.c:2274
 #, c-format
 msgid "operator family %s for access method %s"
-msgstr "famille d'opérateur %s pour la méthode d'accès %s"
+msgstr "famille d'opérateur %s pour la méthode d'accès %s"
 
 #: catalog/pg_aggregate.c:102
 #, c-format
 msgid "cannot determine transition data type"
-msgstr "n'a pas pu déterminer le type de données de transition"
+msgstr "n'a pas pu déterminer le type de données de transition"
 
 #: catalog/pg_aggregate.c:103
 #, c-format
 msgid "An aggregate using a polymorphic transition type must have at least one polymorphic argument."
 msgstr ""
-"Un agrégat utilisant un type de transition polymorphique doit avoir au moins\n"
+"Un agrégat utilisant un type de transition polymorphique doit avoir au moins\n"
 "un argument polymorphique."
 
 #: catalog/pg_aggregate.c:126
@@ -3543,36 +3558,36 @@ msgid "must not omit initial value when transition function is strict and transi
 msgstr ""
 "ne doit pas omettre la valeur initiale lorsque la fonction de transition est\n"
 "stricte et que le type de transition n'est pas compatible avec le type en\n"
-"entrée"
+"entrée"
 
 #: catalog/pg_aggregate.c:177 catalog/pg_proc.c:241 catalog/pg_proc.c:248
 #, c-format
 msgid "cannot determine result data type"
-msgstr "n'a pas pu déterminer le type de données en résultat"
+msgstr "n'a pas pu déterminer le type de données en résultat"
 
 #: catalog/pg_aggregate.c:178
 #, c-format
 msgid "An aggregate returning a polymorphic type must have at least one polymorphic argument."
 msgstr ""
-"Un agrégat renvoyant un type polymorphique doit avoir au moins un argument\n"
+"Un agrégat renvoyant un type polymorphique doit avoir au moins un argument\n"
 "de type polymorphique."
 
 #: catalog/pg_aggregate.c:190 catalog/pg_proc.c:254
 #, c-format
 msgid "unsafe use of pseudo-type \"internal\""
-msgstr "utilisation non sûre des pseudo-types « INTERNAL »"
+msgstr "utilisation non sûre des pseudo-types Â« INTERNAL Â»"
 
 #: catalog/pg_aggregate.c:191 catalog/pg_proc.c:255
 #, c-format
 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"
-"« internal »."
+"Une fonction renvoyant Â« internal Â» doit avoir au moins un argument du type\n"
+"« internal Â»."
 
 #: catalog/pg_aggregate.c:199
 #, c-format
 msgid "sort operator can only be specified for single-argument aggregates"
-msgstr "l'opérateur de tri peut seulement être indiqué pour des agrégats à un seul argument"
+msgstr "l'opérateur de tri peut seulement être indiqué pour des agrégats à un seul argument"
 
 #: catalog/pg_aggregate.c:356 commands/typecmds.c:1655 commands/typecmds.c:1706 commands/typecmds.c:1737 commands/typecmds.c:1760 commands/typecmds.c:1781 commands/typecmds.c:1808 commands/typecmds.c:1835 commands/typecmds.c:1912 commands/typecmds.c:1954 parser/parse_func.c:290 parser/parse_func.c:301 parser/parse_func.c:1559
 #, c-format
@@ -3587,157 +3602,157 @@ msgstr "la fonction %s renvoie un ensemble"
 #: catalog/pg_aggregate.c:387
 #, c-format
 msgid "function %s requires run-time type coercion"
-msgstr "la fonction %s requiert une coercion sur le type à l'exécution"
+msgstr "la fonction %s requiert une coercion sur le type à l'exécution"
 
 #: catalog/pg_collation.c:77
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" already exists"
-msgstr "le collationnement « %s » pour l'encodage « %s » existe déjà"
+msgstr "le collationnement « %s » pour l'encodage « %s » existe déjà"
 
 #: catalog/pg_collation.c:91
 #, c-format
 msgid "collation \"%s\" already exists"
-msgstr "le collationnement « %s » existe déjà"
+msgstr "le collationnement « %s » existe déjà"
 
 #: catalog/pg_constraint.c:659
 #, c-format
 msgid "constraint \"%s\" for domain %s already exists"
-msgstr "la contrainte « %s » du domaine %s existe déjà"
+msgstr "la contrainte « %s » du domaine %s existe déjà"
 
 #: catalog/pg_constraint.c:811
 #, c-format
 msgid "table \"%s\" has multiple constraints named \"%s\""
-msgstr "la table « %s » a de nombreuses contraintes nommées « %s »"
+msgstr "la table Â« %s Â» a de nombreuses contraintes nommées Â« %s Â»"
 
 #: catalog/pg_constraint.c:823
 #, c-format
 msgid "constraint \"%s\" for table \"%s\" does not exist"
-msgstr "la contrainte « %s » de la table « %s » n'existe pas"
+msgstr "la contrainte Â« %s Â» de la table Â« %s Â» n'existe pas"
 
 #: catalog/pg_constraint.c:869
 #, c-format
 msgid "domain \"%s\" has multiple constraints named \"%s\""
-msgstr "le domaine « %s » a plusieurs contraintes nommées « %s »"
+msgstr "le domaine Â« %s Â» a plusieurs contraintes nommées Â« %s Â»"
 
 #: catalog/pg_constraint.c:881
 #, c-format
 msgid "constraint \"%s\" for domain \"%s\" does not exist"
-msgstr "la contrainte « %s » du domaine « %s » n'existe pas"
+msgstr "la contrainte Â« %s Â» du domaine Â« %s Â» n'existe pas"
 
 #: catalog/pg_conversion.c:67
 #, c-format
 msgid "conversion \"%s\" already exists"
-msgstr "la conversion « %s » existe déjà"
+msgstr "la conversion « %s » existe déjà"
 
 #: catalog/pg_conversion.c:80
 #, c-format
 msgid "default conversion for %s to %s already exists"
-msgstr "la conversion par défaut de %s vers %s existe déjà"
+msgstr "la conversion par défaut de %s vers %s existe déjà"
 
 #: catalog/pg_depend.c:165 commands/extension.c:2930
 #, c-format
 msgid "%s is already a member of extension \"%s\""
-msgstr "%s est déjà un membre de l'extension « %s »"
+msgstr "%s est déjà un membre de l'extension Â« %s Â»"
 
 #: catalog/pg_depend.c:324
 #, c-format
 msgid "cannot remove dependency on %s because it is a system object"
-msgstr "ne peut pas supprimer la dépendance sur %s car il s'agit d'un objet système"
+msgstr "ne peut pas supprimer la dépendance sur %s car il s'agit d'un objet système"
 
 #: catalog/pg_enum.c:114 catalog/pg_enum.c:201
 #, c-format
 msgid "invalid enum label \"%s\""
-msgstr "nom du label enum « %s » invalide"
+msgstr "nom du label enum Â« %s Â» invalide"
 
 #: catalog/pg_enum.c:115 catalog/pg_enum.c:202
 #, c-format
 msgid "Labels must be %d characters or less."
-msgstr "Les labels doivent avoir au plus %d caractères"
+msgstr "Les labels doivent avoir au plus %d caractères"
 
 #: catalog/pg_enum.c:230
 #, c-format
 msgid "enum label \"%s\" already exists, skipping"
-msgstr "le label « %s » existe déjà, poursuite du traitement"
+msgstr "le label « %s » existe déjà, poursuite du traitement"
 
 #: catalog/pg_enum.c:237
 #, c-format
 msgid "enum label \"%s\" already exists"
-msgstr "le label « %s » existe déjà"
+msgstr "le label « %s » existe déjà"
 
 #: catalog/pg_enum.c:292
 #, c-format
 msgid "\"%s\" is not an existing enum label"
-msgstr "« %s » n'est pas un label enum existant"
+msgstr "« %s Â» n'est pas un label enum existant"
 
 #: catalog/pg_enum.c:353
 #, c-format
 msgid "ALTER TYPE ADD BEFORE/AFTER is incompatible with binary upgrade"
-msgstr "ALTER TYPE ADD BEFORE/AFTER est incompatible avec la mise à jour binaire"
+msgstr "ALTER TYPE ADD BEFORE/AFTER est incompatible avec la mise à jour binaire"
 
 #: catalog/pg_namespace.c:61 commands/schemacmds.c:220
 #, c-format
 msgid "schema \"%s\" already exists"
-msgstr "le schéma « %s » existe déjà"
+msgstr "le schéma « %s » existe déjà"
 
 #: catalog/pg_operator.c:222 catalog/pg_operator.c:362
 #, c-format
 msgid "\"%s\" is not a valid operator name"
-msgstr "« %s » n'est pas un nom d'opérateur valide"
+msgstr "« %s » n'est pas un nom d'opérateur valide"
 
 #: catalog/pg_operator.c:371
 #, c-format
 msgid "only binary operators can have commutators"
-msgstr "seuls les opérateurs binaires peuvent avoir des commutateurs"
+msgstr "seuls les opérateurs binaires peuvent avoir des commutateurs"
 
 #: catalog/pg_operator.c:375
 #, c-format
 msgid "only binary operators can have join selectivity"
-msgstr "seuls les opérateurs binaires peuvent avoir une sélectivité des jointures"
+msgstr "seuls les opérateurs binaires peuvent avoir une sélectivité des jointures"
 
 #: catalog/pg_operator.c:379
 #, c-format
 msgid "only binary operators can merge join"
-msgstr "seuls les opérateurs binaires peuvent exécuter des jointures MERGE"
+msgstr "seuls les opérateurs binaires peuvent exécuter des jointures MERGE"
 
 #: catalog/pg_operator.c:383
 #, c-format
 msgid "only binary operators can hash"
-msgstr "seuls les opérateurs binaires ont du hachage"
+msgstr "seuls les opérateurs binaires ont du hachage"
 
 #: catalog/pg_operator.c:394
 #, c-format
 msgid "only boolean operators can have negators"
-msgstr "seuls les opérateurs booléens peuvent avoir des négations"
+msgstr "seuls les opérateurs booléens peuvent avoir des négations"
 
 #: catalog/pg_operator.c:398
 #, c-format
 msgid "only boolean operators can have restriction selectivity"
-msgstr "seuls les opérateurs booléens peuvent avoir une sélectivité des restrictions"
+msgstr "seuls les opérateurs booléens peuvent avoir une sélectivité des restrictions"
 
 #: catalog/pg_operator.c:402
 #, c-format
 msgid "only boolean operators can have join selectivity"
-msgstr "seuls les opérateurs booléens peuvent avoir une sélectivité des jointures"
+msgstr "seuls les opérateurs booléens peuvent avoir une sélectivité des jointures"
 
 #: catalog/pg_operator.c:406
 #, c-format
 msgid "only boolean operators can merge join"
-msgstr "seuls les opérateurs booléens peuvent exécuter des jointures MERGE"
+msgstr "seuls les opérateurs booléens peuvent exécuter des jointures MERGE"
 
 #: catalog/pg_operator.c:410
 #, c-format
 msgid "only boolean operators can hash"
-msgstr "seuls les opérateurs booléens peuvent hacher"
+msgstr "seuls les opérateurs booléens peuvent hacher"
 
 #: catalog/pg_operator.c:422
 #, c-format
 msgid "operator %s already exists"
-msgstr "l'opérateur %s existe déjà"
+msgstr "l'opérateur %s existe déjà"
 
 #: catalog/pg_operator.c:615
 #, c-format
 msgid "operator cannot be its own negator or sort operator"
-msgstr "l'opérateur ne peut pas être son propre opérateur de négation ou de tri"
+msgstr "l'opérateur ne peut pas être son propre opérateur de négation ou de tri"
 
 #: catalog/pg_proc.c:129 parser/parse_func.c:1604 parser/parse_func.c:1644
 #, c-format
@@ -3756,17 +3771,17 @@ msgstr ""
 #: catalog/pg_proc.c:249
 #, c-format
 msgid "A function returning \"anyrange\" must have at least one \"anyrange\" argument."
-msgstr "Une fonction renvoyant « anyrange » doit avoir au moins un argument du type « anyrange »."
+msgstr "Une fonction renvoyant Â« anyrange Â» doit avoir au moins un argument du type Â« anyrange Â»."
 
 #: catalog/pg_proc.c:267
 #, c-format
 msgid "\"%s\" is already an attribute of type %s"
-msgstr "« %s » est déjà un attribut du type %s"
+msgstr "« %s » est déjà un attribut du type %s"
 
 #: catalog/pg_proc.c:393
 #, c-format
 msgid "function \"%s\" already exists with same argument types"
-msgstr "la fonction « %s » existe déjà avec des types d'arguments identiques"
+msgstr "la fonction « %s » existe déjà avec des types d'arguments identiques"
 
 #: catalog/pg_proc.c:407 catalog/pg_proc.c:430
 #, c-format
@@ -3781,51 +3796,51 @@ msgstr "Utilisez tout d'abord DROP FUNCTION %s."
 #: catalog/pg_proc.c:431
 #, c-format
 msgid "Row type defined by OUT parameters is different."
-msgstr "Le type de ligne défini par les paramètres OUT est différent."
+msgstr "Le type de ligne défini par les paramètres OUT est différent."
 
 #: catalog/pg_proc.c:473
 #, c-format
 msgid "cannot change name of input parameter \"%s\""
-msgstr "ne peut pas modifier le nom du paramètre en entrée « %s »"
+msgstr "ne peut pas modifier le nom du paramètre en entrée Â« %s Â»"
 
 #: catalog/pg_proc.c:498
 #, c-format
 msgid "cannot remove parameter defaults from existing function"
 msgstr ""
-"ne peut pas supprimer les valeurs par défaut des paramètres de la\n"
+"ne peut pas supprimer les valeurs par défaut des paramètres de la\n"
 "fonction existante"
 
 #: catalog/pg_proc.c:525
 #, c-format
 msgid "cannot change data type of existing parameter default value"
 msgstr ""
-"ne peut pas modifier le type de données d'un paramètre avec une valeur\n"
-"par défaut"
+"ne peut pas modifier le type de données d'un paramètre avec une valeur\n"
+"par défaut"
 
 #: catalog/pg_proc.c:538
 #, c-format
 msgid "function \"%s\" is an aggregate function"
-msgstr "la fonction « %s » est une fonction d'agrégat"
+msgstr "la fonction « %s » est une fonction d'agrégat"
 
 #: catalog/pg_proc.c:543
 #, c-format
 msgid "function \"%s\" is not an aggregate function"
-msgstr "la fonction « %s » n'est pas une fonction d'agrégat"
+msgstr "la fonction « %s » n'est pas une fonction d'agrégat"
 
 #: catalog/pg_proc.c:551
 #, c-format
 msgid "function \"%s\" is a window function"
-msgstr "la fonction « %s » est une fonction window"
+msgstr "la fonction Â« %s Â» est une fonction window"
 
 #: catalog/pg_proc.c:556
 #, c-format
 msgid "function \"%s\" is not a window function"
-msgstr "la fonction « %s » n'est pas une fonction window"
+msgstr "la fonction Â« %s Â» n'est pas une fonction window"
 
 #: catalog/pg_proc.c:746
 #, c-format
 msgid "there is no built-in function named \"%s\""
-msgstr "il n'existe pas de fonction intégrée nommée « %s »"
+msgstr "il n'existe pas de fonction intégrée nommée Â« %s Â»"
 
 #: catalog/pg_proc.c:844
 #, c-format
@@ -3840,7 +3855,7 @@ msgstr "les fonctions SQL ne peuvent avoir d'arguments du type %s"
 #: catalog/pg_proc.c:945 executor/functions.c:1418
 #, c-format
 msgid "SQL function \"%s\""
-msgstr "Fonction SQL « %s »"
+msgstr "Fonction SQL Â« %s Â»"
 
 #: catalog/pg_shdepend.c:693
 #, c-format
@@ -3852,37 +3867,37 @@ msgid_plural ""
 "and objects in %d other databases (see server log for list)"
 msgstr[0] ""
 "\n"
-"et des objets dans %d autre base de données (voir le journal applicatif du\n"
+"et des objets dans %d autre base de données (voir le journal applicatif du\n"
 "serveur pour une liste)"
 msgstr[1] ""
 "\n"
-"et des objets dans %d autres bases de données (voir le journal applicatif du\n"
+"et des objets dans %d autres bases de données (voir le journal applicatif du\n"
 "serveur pour une liste)"
 
 #: catalog/pg_shdepend.c:1005
 #, c-format
 msgid "role %u was concurrently dropped"
-msgstr "le rôle %u a été supprimé simultanément"
+msgstr "le rôle %u a été supprimé simultanément"
 
 #: catalog/pg_shdepend.c:1024
 #, c-format
 msgid "tablespace %u was concurrently dropped"
-msgstr "le tablespace %u a été supprimé simultanément"
+msgstr "le tablespace %u a été supprimé simultanément"
 
 #: catalog/pg_shdepend.c:1039
 #, c-format
 msgid "database %u was concurrently dropped"
-msgstr "la base de données %u a été supprimé simultanément"
+msgstr "la base de données %u a été supprimé simultanément"
 
 #: catalog/pg_shdepend.c:1084
 #, c-format
 msgid "owner of %s"
-msgstr "propriétaire de %s"
+msgstr "propriétaire de %s"
 
 #: catalog/pg_shdepend.c:1086
 #, c-format
 msgid "privileges for %s"
-msgstr "droits pour « %s »"
+msgstr "droits pour Â« %s Â»"
 
 #. translator: %s will always be "database %s"
 #: catalog/pg_shdepend.c:1094
@@ -3896,15 +3911,15 @@ msgstr[1] "%d objets dans %s"
 #, c-format
 msgid "cannot drop objects owned by %s because they are required by the database system"
 msgstr ""
-"n'a pas pu supprimer les objets appartenant à %s car ils sont nécessaires au\n"
-"système de bases de données"
+"n'a pas pu supprimer les objets appartenant à %s car ils sont nécessaires au\n"
+"système de bases de données"
 
 #: catalog/pg_shdepend.c:1308
 #, c-format
 msgid "cannot reassign ownership of objects owned by %s because they are required by the database system"
 msgstr ""
-"ne peut pas réaffecter les objets appartenant à %s car ils sont nécessaires au\n"
-"système de bases de données"
+"ne peut pas réaffecter les objets appartenant à %s car ils sont nécessaires au\n"
+"système de bases de données"
 
 #: catalog/pg_type.c:243
 #, c-format
@@ -3914,17 +3929,17 @@ msgstr "taille interne de type invalide %d"
 #: catalog/pg_type.c:259 catalog/pg_type.c:267 catalog/pg_type.c:275 catalog/pg_type.c:284
 #, c-format
 msgid "alignment \"%c\" is invalid for passed-by-value type of size %d"
-msgstr "l'alignement « %c » est invalide pour le type passé par valeur de taille %d"
+msgstr "l'alignement « %c » est invalide pour le type passé par valeur de taille %d"
 
 #: catalog/pg_type.c:291
 #, c-format
 msgid "internal size %d is invalid for passed-by-value type"
-msgstr "la taille interne %d est invalide pour le type passé par valeur"
+msgstr "la taille interne %d est invalide pour le type passé par valeur"
 
 #: catalog/pg_type.c:300 catalog/pg_type.c:306
 #, c-format
 msgid "alignment \"%c\" is invalid for variable-length type"
-msgstr "l'alignement « %c » est invalide pour le type de longueur variable"
+msgstr "l'alignement Â« %c Â» est invalide pour le type de longueur variable"
 
 #: catalog/pg_type.c:314
 #, c-format
@@ -3934,171 +3949,171 @@ msgstr "les types de taille fixe doivent avoir un stockage de base"
 #: catalog/pg_type.c:772
 #, c-format
 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 données %s"
+msgstr "n'a pas pu former le nom du type array pour le type de données %s"
 
-#: catalog/toasting.c:91 commands/indexcmds.c:381 commands/tablecmds.c:4026 commands/tablecmds.c:10501
+#: catalog/toasting.c:91 commands/indexcmds.c:381 commands/tablecmds.c:4026 commands/tablecmds.c:10512
 #, c-format
 msgid "\"%s\" is not a table or materialized view"
-msgstr "« %s » n'est pas une table ou une vue matérialisée"
+msgstr "« %s » n'est pas une table ou une vue matérialisée"
 
 #: catalog/toasting.c:142
 #, c-format
 msgid "shared tables cannot be toasted after initdb"
 msgstr ""
-"les tables partagées ne peuvent pas avoir une table TOAST après la commande\n"
+"les tables partagées ne peuvent pas avoir une table TOAST après la commande\n"
 "initdb"
 
 #: commands/aggregatecmds.c:106
 #, c-format
 msgid "aggregate attribute \"%s\" not recognized"
-msgstr "l'attribut de l'agrégat « %s » n'est pas reconnu"
+msgstr "l'attribut de l'agrégat Â« %s Â» n'est pas reconnu"
 
 #: commands/aggregatecmds.c:116
 #, c-format
 msgid "aggregate stype must be specified"
-msgstr "le type source de l'agrégat doit être spécifié"
+msgstr "le type source de l'agrégat doit être spécifié"
 
 #: commands/aggregatecmds.c:120
 #, c-format
 msgid "aggregate sfunc must be specified"
-msgstr "la fonction source de l'agrégat doit être spécifiée"
+msgstr "la fonction source de l'agrégat doit être spécifiée"
 
 #: commands/aggregatecmds.c:137
 #, c-format
 msgid "aggregate input type must be specified"
-msgstr "le type de saisie de l'agrégat doit être précisé"
+msgstr "le type de saisie de l'agrégat doit être précisé"
 
 #: commands/aggregatecmds.c:162
 #, c-format
 msgid "basetype is redundant with aggregate input type specification"
-msgstr "le type de base est redondant avec la spécification du type en entrée de l'agrégat"
+msgstr "le type de base est redondant avec la spécification du type en entrée de l'agrégat"
 
 #: commands/aggregatecmds.c:195
 #, c-format
 msgid "aggregate transition data type cannot be %s"
-msgstr "Le type de données de transition de l'agrégat ne peut pas être %s"
+msgstr "Le type de données de transition de l'agrégat ne peut pas être %s"
 
 #: commands/alter.c:79 commands/event_trigger.c:194
 #, c-format
 msgid "event trigger \"%s\" already exists"
-msgstr "le trigger sur événement « %s » existe déjà"
+msgstr "le trigger sur événement « %s » existe déjà"
 
 #: commands/alter.c:82 commands/foreigncmds.c:596
 #, c-format
 msgid "foreign-data wrapper \"%s\" already exists"
-msgstr "le wrapper de données distantes « %s » existe déjà"
+msgstr "le wrapper de données distantes « %s » existe déjà"
 
 #: commands/alter.c:85 commands/foreigncmds.c:890
 #, c-format
 msgid "server \"%s\" already exists"
-msgstr "le serveur « %s » existe déjà"
+msgstr "le serveur « %s » existe déjà"
 
 #: commands/alter.c:88 commands/proclang.c:356
 #, c-format
 msgid "language \"%s\" already exists"
-msgstr "le langage « %s » existe déjà"
+msgstr "le langage « %s » existe déjà"
 
 #: commands/alter.c:111
 #, c-format
 msgid "conversion \"%s\" already exists in schema \"%s\""
-msgstr "la conversion « %s » existe déjà dans le schéma « %s »"
+msgstr "la conversion Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/alter.c:115
 #, c-format
 msgid "text search parser \"%s\" already exists in schema \"%s\""
-msgstr "l'analyseur de recherche plein texte « %s » existe déjà dans le schéma « %s »"
+msgstr "l'analyseur de recherche plein texte Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/alter.c:119
 #, c-format
 msgid "text search dictionary \"%s\" already exists in schema \"%s\""
-msgstr "le dictionnaire de recherche plein texte « %s » existe déjà dans le schéma « %s »"
+msgstr "le dictionnaire de recherche plein texte Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/alter.c:123
 #, c-format
 msgid "text search template \"%s\" already exists in schema \"%s\""
-msgstr "le modèle de recherche plein texte « %s » existe déjà dans le schéma « %s »"
+msgstr "le modèle de recherche plein texte Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/alter.c:127
 #, c-format
 msgid "text search configuration \"%s\" already exists in schema \"%s\""
-msgstr "la configuration de recherche plein texte « %s » existe déjà dans le schéma « %s »"
+msgstr "la configuration de recherche plein texte Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/alter.c:201
 #, c-format
 msgid "must be superuser to rename %s"
-msgstr "doit être super-utilisateur pour renommer « %s »"
+msgstr "doit Ãªtre super-utilisateur pour renommer Â« %s Â»"
 
 #: commands/alter.c:585
 #, c-format
 msgid "must be superuser to set schema of %s"
-msgstr "doit être super-utilisateur pour configurer le schéma de %s"
+msgstr "doit être super-utilisateur pour configurer le schéma de %s"
 
 #: commands/analyze.c:156
 #, c-format
 msgid "skipping analyze of \"%s\" --- lock not available"
-msgstr "ignore l'analyse de « %s » --- verrou non disponible"
+msgstr "ignore l'analyse de Â« %s Â» --- verrou non disponible"
 
 #: commands/analyze.c:173
 #, c-format
 msgid "skipping \"%s\" --- only superuser can analyze it"
-msgstr "ignore « %s » --- seul le super-utilisateur peut l'analyser"
+msgstr "ignore Â« %s Â» --- seul le super-utilisateur peut l'analyser"
 
 #: commands/analyze.c:177
 #, c-format
 msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
 msgstr ""
-"ignore « %s » --- seul le super-utilisateur ou le propriétaire de la base de\n"
-"données peut l'analyser"
+"ignore « %s » --- seul le super-utilisateur ou le propriétaire de la base de\n"
+"données peut l'analyser"
 
 #: commands/analyze.c:181
 #, c-format
 msgid "skipping \"%s\" --- only table or database owner can analyze it"
 msgstr ""
-"ignore « %s » --- seul le propriétaire de la table ou de la base de données\n"
+"ignore « %s » --- seul le propriétaire de la table ou de la base de données\n"
 "peut l'analyser"
 
 #: commands/analyze.c:241
 #, c-format
 msgid "skipping \"%s\" --- cannot analyze this foreign table"
-msgstr "ignore « %s » --- ne peut pas analyser cette table distante"
+msgstr "ignore Â« %s Â» --- ne peut pas analyser cette table distante"
 
 #: commands/analyze.c:252
 #, c-format
 msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
-msgstr "ignore « %s » --- ne peut pas analyser les objets autres que les tables et les tables système"
+msgstr "ignore « %s » --- ne peut pas analyser les objets autres que les tables et les tables système"
 
 #: commands/analyze.c:331
 #, c-format
 msgid "analyzing \"%s.%s\" inheritance tree"
-msgstr "analyse l'arbre d'héritage « %s.%s »"
+msgstr "analyse l'arbre d'héritage Â« %s.%s Â»"
 
 #: commands/analyze.c:336
 #, c-format
 msgid "analyzing \"%s.%s\""
-msgstr "analyse « %s.%s »"
+msgstr "analyse Â« %s.%s Â»"
 
-#: commands/analyze.c:656
+#: commands/analyze.c:659
 #, c-format
 msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
-msgstr "ANALYZE automatique de la table « %s.%s.%s » ; utilisation système : %s"
+msgstr "ANALYZE automatique de la table « %s.%s.%s » ; utilisation système : %s"
 
-#: commands/analyze.c:1300
+#: commands/analyze.c:1303
 #, c-format
 msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
 msgstr ""
-"« %s » : %d pages parcourues sur %u,\n"
-"  contenant %.0f lignes à conserver et %.0f lignes à supprimer,\n"
-"  %d lignes dans l'échantillon,\n"
-"  %.0f lignes totales estimées"
+"« %s Â» : %d pages parcourues sur %u,\n"
+"  contenant %.0f lignes à conserver et %.0f lignes à supprimer,\n"
+"  %d lignes dans l'échantillon,\n"
+"  %.0f lignes totales estimées"
 
-#: commands/analyze.c:1564 executor/execQual.c:2902
+#: commands/analyze.c:1567 executor/execQual.c:2902
 msgid "could not convert row type"
 msgstr "n'a pas pu convertir le type de ligne"
 
 #: commands/async.c:557
 #, c-format
 msgid "channel name cannot be empty"
-msgstr "le nom du canal ne peut pas être vide"
+msgstr "le nom du canal ne peut pas être vide"
 
 #: commands/async.c:562
 #, c-format
@@ -4108,13 +4123,13 @@ msgstr "nom du canal trop long"
 #: commands/async.c:569
 #, c-format
 msgid "payload string too long"
-msgstr "chaîne de charge trop longue"
+msgstr "chaîne de charge trop longue"
 
 #: commands/async.c:754
 #, c-format
 msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY"
 msgstr ""
-"ne peut pas exécuter PREPARE sur une transaction qui a exécuté LISTEN,\n"
+"ne peut pas exécuter PREPARE sur une transaction qui a exécuté LISTEN,\n"
 "UNLISTEN ou NOTIFY"
 
 #: commands/async.c:857
@@ -4125,7 +4140,7 @@ msgstr "trop de notifications dans la queue NOTIFY"
 #: commands/async.c:1460
 #, c-format
 msgid "NOTIFY queue is %.0f%% full"
-msgstr "la queue NOTIFY est pleine à %.0f%%"
+msgstr "la queue NOTIFY est pleine à %.0f%%"
 
 #: commands/async.c:1462
 #, c-format
@@ -4136,76 +4151,76 @@ msgstr "Le processus serveur de PID %d est parmi ceux qui ont les transactions l
 #, c-format
 msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction."
 msgstr ""
-"La queue NOTIFY ne peut pas être vidée jusqu'à ce que le processus finisse\n"
+"La queue NOTIFY ne peut pas être vidée jusqu'à ce que le processus finisse\n"
 "sa transaction en cours."
 
 #: commands/cluster.c:131 commands/cluster.c:374
 #, c-format
 msgid "cannot cluster temporary tables of other sessions"
-msgstr "ne peut pas exécuter CLUSTER sur les tables temporaires des autres sessions"
+msgstr "ne peut pas exécuter CLUSTER sur les tables temporaires des autres sessions"
 
 #: commands/cluster.c:161
 #, c-format
 msgid "there is no previously clustered index for table \"%s\""
-msgstr "Il n'existe pas d'index CLUSTER pour la table « %s »"
+msgstr "Il n'existe pas d'index CLUSTER pour la table Â« %s Â»"
 
 #: commands/cluster.c:175 commands/tablecmds.c:8571
 #, c-format
 msgid "index \"%s\" for table \"%s\" does not exist"
-msgstr "l'index « %s » pour la table « %s » n'existe pas"
+msgstr "l'index Â« %s Â» pour la table Â« %s Â» n'existe pas"
 
 #: commands/cluster.c:363
 #, c-format
 msgid "cannot cluster a shared catalog"
-msgstr "ne peut pas exécuter CLUSTER sur un catalogue partagé"
+msgstr "ne peut pas exécuter CLUSTER sur un catalogue partagé"
 
 #: commands/cluster.c:378
 #, c-format
 msgid "cannot vacuum temporary tables of other sessions"
-msgstr "ne peut pas exécuter VACUUM sur les tables temporaires des autres sessions"
+msgstr "ne peut pas exécuter VACUUM sur les tables temporaires des autres sessions"
 
 #: commands/cluster.c:443
 #, c-format
 msgid "\"%s\" is not an index for table \"%s\""
-msgstr "« %s » n'est pas un index de la table « %s »"
+msgstr "« %s Â» n'est pas un index de la table Â« %s Â»"
 
 #: commands/cluster.c:451
 #, c-format
 msgid "cannot cluster on index \"%s\" because access method does not support clustering"
 msgstr ""
-"ne peut pas exécuter CLUSTER sur l'index « %s » car la méthode d'accès de\n"
-"l'index ne gère pas cette commande"
+"ne peut pas exécuter CLUSTER sur l'index « %s » car la méthode d'accès de\n"
+"l'index ne gère pas cette commande"
 
 #: commands/cluster.c:463
 #, c-format
 msgid "cannot cluster on partial index \"%s\""
-msgstr "ne peut pas exécuter CLUSTER sur l'index partiel « %s »"
+msgstr "ne peut pas exécuter CLUSTER sur l'index partiel Â« %s Â»"
 
 #: commands/cluster.c:477
 #, c-format
 msgid "cannot cluster on invalid index \"%s\""
-msgstr "ne peut pas exécuter la commande CLUSTER sur l'index invalide « %s »"
+msgstr "ne peut pas exécuter la commande CLUSTER sur l'index invalide Â« %s Â»"
 
 #: commands/cluster.c:932
 #, c-format
 msgid "clustering \"%s.%s\" using index scan on \"%s\""
-msgstr "cluster sur « %s.%s » en utilisant un parcours d'index sur « %s »"
+msgstr "cluster sur Â« %s.%s Â» en utilisant un parcours d'index sur Â« %s Â»"
 
 #: commands/cluster.c:938
 #, c-format
 msgid "clustering \"%s.%s\" using sequential scan and sort"
-msgstr "cluster sur « %s.%s » en utilisant un parcours séquentiel puis un tri"
+msgstr "cluster sur « %s.%s » en utilisant un parcours séquentiel puis un tri"
 
 #: commands/cluster.c:943 commands/vacuumlazy.c:436
 #, c-format
 msgid "vacuuming \"%s.%s\""
-msgstr "exécution du VACUUM sur « %s.%s »"
+msgstr "exécution du VACUUM sur Â« %s.%s Â»"
 
 #: commands/cluster.c:1102
 #, 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"
+"« %s Â» : %.0f versions de ligne supprimables, %.0f non supprimables\n"
 "parmi %u pages"
 
 #: commands/cluster.c:1106
@@ -4214,93 +4229,93 @@ msgid ""
 "%.0f dead row versions cannot be removed yet.\n"
 "%s."
 msgstr ""
-"%.0f versions de lignes ne peuvent pas encore être supprimées.\n"
+"%.0f versions de lignes ne peuvent pas encore être supprimées.\n"
 "%s."
 
 #: commands/collationcmds.c:79
 #, c-format
 msgid "collation attribute \"%s\" not recognized"
-msgstr "attribut de collationnement « %s » non reconnu"
+msgstr "attribut de collationnement Â« %s Â» non reconnu"
 
 #: commands/collationcmds.c:124
 #, c-format
 msgid "parameter \"lc_collate\" must be specified"
-msgstr "le paramètre « lc_collate » doit être spécifié"
+msgstr "le paramètre « lc_collate » doit être spécifié"
 
 #: commands/collationcmds.c:129
 #, c-format
 msgid "parameter \"lc_ctype\" must be specified"
-msgstr "le paramètre « lc_ctype » doit être spécifié"
+msgstr "le paramètre « lc_ctype » doit être spécifié"
 
 #: commands/collationcmds.c:163
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\""
-msgstr "le collationnament « %s » pour l'encodage « %s » existe déjà dans le schéma « %s »"
+msgstr "le collationnament Â« %s Â» pour l'encodage Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/collationcmds.c:174
 #, c-format
 msgid "collation \"%s\" already exists in schema \"%s\""
-msgstr "le collationnement « %s » existe déjà dans le schéma « %s »"
+msgstr "le collationnement Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/comment.c:62 commands/dbcommands.c:799 commands/dbcommands.c:948 commands/dbcommands.c:1051 commands/dbcommands.c:1243 commands/dbcommands.c:1432 commands/dbcommands.c:1527 commands/dbcommands.c:1967 utils/init/postinit.c:775 utils/init/postinit.c:869 utils/init/postinit.c:886
 #, c-format
 msgid "database \"%s\" does not exist"
-msgstr "la base de données « %s » n'existe pas"
+msgstr "la base de données Â« %s Â» n'existe pas"
 
 #: commands/comment.c:101 commands/seclabel.c:114 parser/parse_utilcmd.c:693
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table"
-msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni une table distante"
+msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni une table distante"
 
-#: commands/constraint.c:60 utils/adt/ri_triggers.c:2704
+#: commands/constraint.c:60 utils/adt/ri_triggers.c:2702
 #, c-format
 msgid "function \"%s\" was not called by trigger manager"
-msgstr "la fonction « %s » n'a pas été appelée par le gestionnaire de triggers"
+msgstr "la fonction « %s » n'a pas été appelée par le gestionnaire de triggers"
 
-#: commands/constraint.c:67 utils/adt/ri_triggers.c:2713
+#: commands/constraint.c:67 utils/adt/ri_triggers.c:2711
 #, c-format
 msgid "function \"%s\" must be fired AFTER ROW"
-msgstr "la fonction « %s » doit être exécutée pour l'instruction AFTER ROW"
+msgstr "la fonction « %s » doit être exécutée pour l'instruction AFTER ROW"
 
 #: commands/constraint.c:81
 #, c-format
 msgid "function \"%s\" must be fired for INSERT or UPDATE"
-msgstr "la fonction « %s » doit être exécutée pour les instructions INSERT ou UPDATE"
+msgstr "la fonction « %s » doit être exécutée pour les instructions INSERT ou UPDATE"
 
 #: commands/conversioncmds.c:67
 #, c-format
 msgid "source encoding \"%s\" does not exist"
-msgstr "le codage source « %s » n'existe pas"
+msgstr "le codage source Â« %s Â» n'existe pas"
 
 #: commands/conversioncmds.c:74
 #, c-format
 msgid "destination encoding \"%s\" does not exist"
-msgstr "l'encodage de destination « %s » n'existe pas"
+msgstr "l'encodage de destination Â« %s Â» n'existe pas"
 
 #: commands/conversioncmds.c:88
 #, c-format
 msgid "encoding conversion function %s must return type \"void\""
-msgstr "la fonction de conversion d'encodage %s doit renvoyer le type « void »"
+msgstr "la fonction de conversion d'encodage %s doit renvoyer le type Â« void Â»"
 
 #: commands/copy.c:359 commands/copy.c:371 commands/copy.c:405 commands/copy.c:417
 #, c-format
 msgid "COPY BINARY is not supported to stdout or from stdin"
-msgstr "COPY BINARY n'est pas supporté vers stdout ou à partir de stdin"
+msgstr "COPY BINARY n'est pas supporté vers stdout ou à partir de stdin"
 
 #: commands/copy.c:517
 #, c-format
 msgid "could not write to COPY program: %m"
-msgstr "n'a pas pu écrire vers le programme COPY : %m"
+msgstr "n'a pas pu écrire vers le programme COPY : %m"
 
 #: commands/copy.c:522
 #, c-format
 msgid "could not write to COPY file: %m"
-msgstr "n'a pas pu écrire dans le fichier COPY : %m"
+msgstr "n'a pas pu écrire dans le fichier COPY : %m"
 
 #: commands/copy.c:535
 #, c-format
 msgid "connection lost during COPY to stdout"
-msgstr "connexion perdue lors de l'opération COPY vers stdout"
+msgstr "connexion perdue lors de l'opération COPY vers stdout"
 
 #: commands/copy.c:576
 #, c-format
@@ -4317,81 +4332,81 @@ msgstr ""
 #: commands/copy.c:630
 #, c-format
 msgid "COPY from stdin failed: %s"
-msgstr "échec de la commande COPY à partir de stdin : %s"
+msgstr "échec de la commande COPY à partir de stdin : %s"
 
 #: commands/copy.c:646
 #, c-format
 msgid "unexpected message type 0x%02X during COPY from stdin"
-msgstr "type 0x%02X du message, inattendu, lors d'une opération COPY à partir de stdin"
+msgstr "type 0x%02X du message, inattendu, lors d'une opération COPY à partir de stdin"
 
 #: commands/copy.c:801
 #, c-format
 msgid "must be superuser to COPY to or from an external program"
-msgstr "doit être super-utilisateur pour utiliser COPY avec un programme externe"
+msgstr "doit être super-utilisateur pour utiliser COPY avec un programme externe"
 
 #: commands/copy.c:802 commands/copy.c:808
 #, c-format
 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"
+"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:807
 #, c-format
 msgid "must be superuser to COPY to or from a file"
-msgstr "doit être super-utilisateur pour utiliser COPY à partir ou vers un fichier"
+msgstr "doit être super-utilisateur pour utiliser COPY à partir ou vers un fichier"
 
 #: commands/copy.c:945
 #, c-format
 msgid "COPY format \"%s\" not recognized"
-msgstr "format COPY « %s » non reconnu"
+msgstr "format COPY Â« %s Â» non reconnu"
 
 #: commands/copy.c:1016 commands/copy.c:1030 commands/copy.c:1050
 #, 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"
+msgstr "l'argument de l'option « %s » doit être une liste de noms de colonnes"
 
 #: commands/copy.c:1063
 #, c-format
 msgid "argument to option \"%s\" must be a valid encoding name"
-msgstr "l'argument de l'option « %s » doit être un nom d'encodage valide"
+msgstr "l'argument de l'option « %s » doit être un nom d'encodage valide"
 
 #: commands/copy.c:1069
 #, c-format
 msgid "option \"%s\" not recognized"
-msgstr "option « %s » non reconnu"
+msgstr "option Â« %s Â» non reconnu"
 
 #: commands/copy.c:1080
 #, c-format
 msgid "cannot specify DELIMITER in BINARY mode"
-msgstr "ne peut pas spécifier le délimiteur (DELIMITER) en mode binaire (BINARY)"
+msgstr "ne peut pas spécifier le délimiteur (DELIMITER) en mode binaire (BINARY)"
 
 #: commands/copy.c:1085
 #, c-format
 msgid "cannot specify NULL in BINARY mode"
-msgstr "ne peut pas spécifier NULL en mode binaire (BINARY)"
+msgstr "ne peut pas spécifier NULL en mode binaire (BINARY)"
 
 #: commands/copy.c:1107
 #, c-format
 msgid "COPY delimiter must be a single one-byte character"
-msgstr "le délimiteur COPY doit être sur un seul caractère sur un octet"
+msgstr "le délimiteur COPY doit être sur un seul caractère sur un octet"
 
 #: commands/copy.c:1114
 #, c-format
 msgid "COPY delimiter cannot be newline or carriage return"
-msgstr "le délimiteur de COPY ne peut pas être un retour à la ligne ou un retour chariot"
+msgstr "le délimiteur de COPY ne peut pas être un retour à la ligne ou un retour chariot"
 
 #: commands/copy.c:1120
 #, c-format
 msgid "COPY null representation cannot use newline or carriage return"
 msgstr ""
-"la représentation du NULL dans COPY ne peut pas utiliser le caractère du\n"
-"retour à la ligne ou du retour chariot"
+"la représentation du NULL dans COPY ne peut pas utiliser le caractère du\n"
+"retour à la ligne ou du retour chariot"
 
 #: commands/copy.c:1137
 #, c-format
 msgid "COPY delimiter cannot be \"%s\""
-msgstr "le délimiteur de COPY ne peut pas être « %s »"
+msgstr "le délimiteur de COPY ne peut pas Ãªtre Â« %s Â»"
 
 #: commands/copy.c:1143
 #, c-format
@@ -4406,77 +4421,77 @@ msgstr "le guillemet COPY n'est disponible que dans le mode CSV"
 #: commands/copy.c:1154
 #, c-format
 msgid "COPY quote must be a single one-byte character"
-msgstr "le guillemet COPY doit être sur un seul caractère sur un octet"
+msgstr "le guillemet COPY doit être sur un seul caractère sur un octet"
 
 #: commands/copy.c:1159
 #, c-format
 msgid "COPY delimiter and quote must be different"
-msgstr "le délimiteur de COPY ne doit pas être un guillemet"
+msgstr "le délimiteur de COPY ne doit pas être un guillemet"
 
 #: commands/copy.c:1165
 #, c-format
 msgid "COPY escape available only in CSV mode"
-msgstr "le caractère d'échappement COPY n'est disponible que dans le mode CSV"
+msgstr "le caractère d'échappement COPY n'est disponible que dans le mode CSV"
 
 #: commands/copy.c:1170
 #, c-format
 msgid "COPY escape must be a single one-byte character"
-msgstr "le caractère d'échappement COPY doit être sur un seul caractère sur un octet"
+msgstr "le caractère d'échappement COPY doit être sur un seul caractère sur un octet"
 
 #: commands/copy.c:1176
 #, c-format
 msgid "COPY force quote available only in CSV mode"
-msgstr "le guillemet forcé COPY n'est disponible que dans le mode CSV"
+msgstr "le guillemet forcé COPY n'est disponible que dans le mode CSV"
 
 #: commands/copy.c:1180
 #, c-format
 msgid "COPY force quote only available using COPY TO"
-msgstr "le guillemet forcé COPY n'est disponible qu'en utilisant COPY TO"
+msgstr "le guillemet forcé COPY n'est disponible qu'en utilisant COPY TO"
 
 #: commands/copy.c:1186
 #, c-format
 msgid "COPY force not null available only in CSV mode"
-msgstr "« COPY force not null » n'est disponible que dans la version CSV"
+msgstr "« COPY force not null Â» n'est disponible que dans la version CSV"
 
 #: commands/copy.c:1190
 #, c-format
 msgid "COPY force not null only available using COPY FROM"
-msgstr "« COPY force not null » n'est disponible qu'en utilisant COPY FROM"
+msgstr "« COPY force not null Â» n'est disponible qu'en utilisant COPY FROM"
 
 #: commands/copy.c:1196
 #, c-format
 msgid "COPY delimiter must not appear in the NULL specification"
-msgstr "le délimiteur COPY ne doit pas apparaître dans la spécification de NULL"
+msgstr "le délimiteur COPY ne doit pas apparaître dans la spécification de NULL"
 
 #: commands/copy.c:1203
 #, c-format
 msgid "CSV quote character must not appear in the NULL specification"
-msgstr "le caractère guillemet de CSV ne doit pas apparaître dans la spécification de NULL"
+msgstr "le caractère guillemet de CSV ne doit pas apparaître dans la spécification de NULL"
 
 #: commands/copy.c:1265
 #, c-format
 msgid "table \"%s\" does not have OIDs"
-msgstr "la table « %s » n'a pas d'OID"
+msgstr "la table Â« %s Â» n'a pas d'OID"
 
 #: commands/copy.c:1282
 #, c-format
 msgid "COPY (SELECT) WITH OIDS is not supported"
-msgstr "COPY (SELECT) WITH OIDS n'est pas supporté"
+msgstr "COPY (SELECT) WITH OIDS n'est pas supporté"
 
 #: commands/copy.c:1308
 #, c-format
 msgid "COPY (SELECT INTO) is not supported"
-msgstr "COPY (SELECT INTO) n'est pas supporté"
+msgstr "COPY (SELECT INTO) n'est pas supporté"
 
 #: commands/copy.c:1371
 #, c-format
 msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
-msgstr "la colonne « %s » FORCE QUOTE n'est pas référencée par COPY"
+msgstr "la colonne « %s » FORCE QUOTE n'est pas référencée par COPY"
 
 #: commands/copy.c:1393
 #, c-format
 msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
-msgstr "la colonne « %s » FORCE NOT NULL n'est pas référencée par COPY"
+msgstr "la colonne « %s » FORCE NOT NULL n'est pas référencée par COPY"
 
 #: commands/copy.c:1457
 #, c-format
@@ -4486,12 +4501,12 @@ msgstr "n'a pas pu fermer le fichier pipe vers la commande externe : %m"
 #: commands/copy.c:1460
 #, c-format
 msgid "program \"%s\" failed"
-msgstr "le programme « %s » a échoué"
+msgstr "le programme « %s » a échoué"
 
 #: commands/copy.c:1509
 #, c-format
 msgid "cannot copy from view \"%s\""
-msgstr "ne peut pas copier à partir de la vue « %s »"
+msgstr "ne peut pas copier Ã  partir de la vue Â« %s Â»"
 
 #: commands/copy.c:1511 commands/copy.c:1517 commands/copy.c:1523
 #, c-format
@@ -4501,42 +4516,42 @@ msgstr "Tentez la variante COPY (SELECT ...) TO."
 #: commands/copy.c:1515
 #, c-format
 msgid "cannot copy from materialized view \"%s\""
-msgstr "ne peut pas copier à partir de la vue matérialisée « %s »"
+msgstr "ne peut pas copier Ã  partir de la vue matérialisée Â« %s Â»"
 
 #: commands/copy.c:1521
 #, c-format
 msgid "cannot copy from foreign table \"%s\""
-msgstr "ne peut pas copier à partir de la table distante « %s »"
+msgstr "ne peut pas copier Ã  partir de la table distante Â« %s Â»"
 
 #: commands/copy.c:1527
 #, c-format
 msgid "cannot copy from sequence \"%s\""
-msgstr "ne peut pas copier à partir de la séquence « %s »"
+msgstr "ne peut pas copier Ã  partir de la séquence Â« %s Â»"
 
 #: commands/copy.c:1532
 #, 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"
+msgstr "ne peut pas copier Ã  partir de la relation Â« %s Â», qui n'est pas une table"
 
 #: commands/copy.c:1555 commands/copy.c:2568
 #, c-format
 msgid "could not execute command \"%s\": %m"
-msgstr "n'a pas pu exécuter la commande « %s » : %m"
+msgstr "n'a pas pu exécuter la commande Â« %s Â» : %m"
 
 #: commands/copy.c:1570
 #, c-format
 msgid "relative path not allowed for COPY to file"
-msgstr "un chemin relatif n'est pas autorisé à utiliser COPY vers un fichier"
+msgstr "un chemin relatif n'est pas autorisé à utiliser COPY vers un fichier"
 
 #: commands/copy.c:1578
 #, c-format
 msgid "could not open file \"%s\" for writing: %m"
-msgstr "n'a pas pu ouvrir le fichier « %s » en écriture : %m"
+msgstr "n'a pas pu ouvrir le fichier « %s » en écriture : %m"
 
 #: commands/copy.c:1585 commands/copy.c:2586
 #, c-format
 msgid "\"%s\" is a directory"
-msgstr "« %s » est un répertoire"
+msgstr "« %s » est un répertoire"
 
 #: commands/copy.c:1910
 #, c-format
@@ -4551,57 +4566,57 @@ msgstr "COPY %s, ligne %d"
 #: commands/copy.c:1925
 #, c-format
 msgid "COPY %s, line %d, column %s: \"%s\""
-msgstr "COPY %s, ligne %d, colonne %s : « %s »"
+msgstr "COPY %s, ligne %d, colonne %s : Â« %s Â»"
 
 #: commands/copy.c:1933
 #, c-format
 msgid "COPY %s, line %d, column %s: null input"
-msgstr "COPY %s, ligne %d, colonne %s : NULL en entrée"
+msgstr "COPY %s, ligne %d, colonne %s : NULL en entrée"
 
 #: commands/copy.c:1955
 #, c-format
 msgid "COPY %s, line %d: \"%s\""
-msgstr "COPY %s, ligne %d : « %s »"
+msgstr "COPY %s, ligne %d : Â« %s Â»"
 
 #: commands/copy.c:2039
 #, c-format
 msgid "cannot copy to view \"%s\""
-msgstr "ne peut pas copier vers la vue « %s »"
+msgstr "ne peut pas copier vers la vue Â« %s Â»"
 
 #: commands/copy.c:2044
 #, c-format
 msgid "cannot copy to materialized view \"%s\""
-msgstr "ne peut pas copier vers la vue matérialisée « %s »"
+msgstr "ne peut pas copier vers la vue matérialisée Â« %s Â»"
 
 #: commands/copy.c:2049
 #, c-format
 msgid "cannot copy to foreign table \"%s\""
-msgstr "ne peut pas copier vers la table distante « %s »"
+msgstr "ne peut pas copier vers la table distante Â« %s Â»"
 
 #: commands/copy.c:2054
 #, c-format
 msgid "cannot copy to sequence \"%s\""
-msgstr "ne peut pas copier vers la séquence « %s »"
+msgstr "ne peut pas copier vers la séquence Â« %s Â»"
 
 #: commands/copy.c:2059
 #, 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"
+msgstr "ne peut pas copier vers une relation Â« %s Â» qui n'est pas une table"
 
 #: commands/copy.c:2122
 #, c-format
 msgid "cannot perform FREEZE because of prior transaction activity"
-msgstr "n'a pas pu exécuter un FREEZE à cause d'une activité transactionnelle précédente"
+msgstr "n'a pas pu exécuter un FREEZE à cause d'une activité transactionnelle précédente"
 
 #: commands/copy.c:2128
 #, c-format
 msgid "cannot perform FREEZE because the table was not created or truncated in the current subtransaction"
-msgstr "n'a pas pu exécuter un FREEZE parce que la table n'était pas créée ou tronquée dans la transaction en cours"
+msgstr "n'a pas pu exécuter un FREEZE parce que la table n'était pas créée ou tronquée dans la transaction en cours"
 
 #: commands/copy.c:2579 utils/adt/genfile.c:123
 #, c-format
 msgid "could not open file \"%s\" for reading: %m"
-msgstr "n'a pas pu ouvrir le fichier « %s » pour une lecture : %m"
+msgstr "n'a pas pu ouvrir le fichier Â« %s Â» pour une lecture : %m"
 
 #: commands/copy.c:2606
 #, c-format
@@ -4611,52 +4626,52 @@ msgstr "la signature du fichier COPY n'est pas reconnue"
 #: commands/copy.c:2611
 #, c-format
 msgid "invalid COPY file header (missing flags)"
-msgstr "en-tête du fichier COPY invalide (options manquantes)"
+msgstr "en-tête du fichier COPY invalide (options manquantes)"
 
 #: commands/copy.c:2617
 #, c-format
 msgid "unrecognized critical flags in COPY file header"
-msgstr "options critiques non reconnues dans l'en-tête du fichier COPY"
+msgstr "options critiques non reconnues dans l'en-tête du fichier COPY"
 
 #: commands/copy.c:2623
 #, c-format
 msgid "invalid COPY file header (missing length)"
-msgstr "en-tête du fichier COPY invalide (longueur manquante)"
+msgstr "en-tête du fichier COPY invalide (longueur manquante)"
 
 #: commands/copy.c:2630
 #, c-format
 msgid "invalid COPY file header (wrong length)"
-msgstr "en-tête du fichier COPY invalide (mauvaise longueur)"
+msgstr "en-tête du fichier COPY invalide (mauvaise longueur)"
 
 #: commands/copy.c:2763 commands/copy.c:3453 commands/copy.c:3683
 #, c-format
 msgid "extra data after last expected column"
-msgstr "données supplémentaires après la dernière colonne attendue"
+msgstr "données supplémentaires après la dernière colonne attendue"
 
 #: commands/copy.c:2773
 #, c-format
 msgid "missing data for OID column"
-msgstr "données manquantes pour la colonne OID"
+msgstr "données manquantes pour la colonne OID"
 
 #: commands/copy.c:2779
 #, c-format
 msgid "null OID in COPY data"
-msgstr "OID NULL dans les données du COPY"
+msgstr "OID NULL dans les données du COPY"
 
 #: commands/copy.c:2789 commands/copy.c:2895
 #, c-format
 msgid "invalid OID in COPY data"
-msgstr "OID invalide dans les données du COPY"
+msgstr "OID invalide dans les données du COPY"
 
 #: commands/copy.c:2804
 #, c-format
 msgid "missing data for column \"%s\""
-msgstr "données manquantes pour la colonne « %s »"
+msgstr "données manquantes pour la colonne Â« %s Â»"
 
 #: commands/copy.c:2870
 #, c-format
 msgid "received copy data after EOF marker"
-msgstr "a reçu des données de COPY après le marqueur de fin"
+msgstr "a reçu des données de COPY après le marqueur de fin"
 
 #: commands/copy.c:2877
 #, c-format
@@ -4666,47 +4681,47 @@ msgstr "le nombre de champs de la ligne est %d, %d attendus"
 #: commands/copy.c:3217 commands/copy.c:3234
 #, c-format
 msgid "literal carriage return found in data"
-msgstr "retour chariot trouvé dans les données"
+msgstr "retour chariot trouvé dans les données"
 
 #: commands/copy.c:3218 commands/copy.c:3235
 #, c-format
 msgid "unquoted carriage return found in data"
-msgstr "retour chariot sans guillemet trouvé dans les données"
+msgstr "retour chariot sans guillemet trouvé dans les données"
 
 #: commands/copy.c:3220 commands/copy.c:3237
 #, c-format
 msgid "Use \"\\r\" to represent carriage return."
-msgstr "Utilisez « \\r » pour représenter un retour chariot."
+msgstr "Utilisez « \\r » pour représenter un retour chariot."
 
 #: commands/copy.c:3221 commands/copy.c:3238
 #, c-format
 msgid "Use quoted CSV field to represent carriage return."
-msgstr "Utiliser le champ CSV entre guillemets pour représenter un retour chariot."
+msgstr "Utiliser le champ CSV entre guillemets pour représenter un retour chariot."
 
 #: commands/copy.c:3250
 #, c-format
 msgid "literal newline found in data"
-msgstr "retour à la ligne trouvé dans les données"
+msgstr "retour à la ligne trouvé dans les données"
 
 #: commands/copy.c:3251
 #, c-format
 msgid "unquoted newline found in data"
-msgstr "retour à la ligne trouvé dans les données"
+msgstr "retour à la ligne trouvé dans les données"
 
 #: commands/copy.c:3253
 #, c-format
 msgid "Use \"\\n\" to represent newline."
-msgstr "Utilisez « \\n » pour représenter un retour à la ligne."
+msgstr "Utilisez « \\n » pour représenter un retour à la ligne."
 
 #: commands/copy.c:3254
 #, c-format
 msgid "Use quoted CSV field to represent newline."
-msgstr "Utiliser un champ CSV entre guillemets pour représenter un retour à la ligne."
+msgstr "Utiliser un champ CSV entre guillemets pour représenter un retour à la ligne."
 
 #: commands/copy.c:3300 commands/copy.c:3336
 #, c-format
 msgid "end-of-copy marker does not match previous newline style"
-msgstr "le marqueur fin-de-copie ne correspond pas à un précédent style de fin de ligne"
+msgstr "le marqueur fin-de-copie ne correspond pas à un précédent style de fin de ligne"
 
 #: commands/copy.c:3309 commands/copy.c:3325
 #, c-format
@@ -4716,12 +4731,12 @@ msgstr "marqueur fin-de-copie corrompu"
 #: commands/copy.c:3767
 #, c-format
 msgid "unterminated CSV quoted field"
-msgstr "champ CSV entre guillemets non terminé"
+msgstr "champ CSV entre guillemets non terminé"
 
 #: commands/copy.c:3844 commands/copy.c:3863
 #, c-format
 msgid "unexpected EOF in COPY data"
-msgstr "fin de fichier (EOF) inattendu dans les données du COPY"
+msgstr "fin de fichier (EOF) inattendu dans les données du COPY"
 
 #: commands/copy.c:3853
 #, c-format
@@ -4731,32 +4746,32 @@ msgstr "taille du champ invalide"
 #: commands/copy.c:3876
 #, c-format
 msgid "incorrect binary data format"
-msgstr "format de données binaires incorrect"
+msgstr "format de données binaires incorrect"
 
 #: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1403 commands/tablecmds.c:2212 parser/parse_relation.c:2652 utils/adt/tsvector_op.c:1417
 #, c-format
 msgid "column \"%s\" does not exist"
-msgstr "la colonne « %s » n'existe pas"
+msgstr "la colonne Â« %s Â» n'existe pas"
 
 #: commands/copy.c:4194 commands/tablecmds.c:1429 commands/trigger.c:625 parser/parse_target.c:936 parser/parse_target.c:947
 #, c-format
 msgid "column \"%s\" specified more than once"
-msgstr "la colonne « %s » est spécifiée plus d'une fois"
+msgstr "la colonne « %s » est spécifiée plus d'une fois"
 
-#: commands/createas.c:352
+#: commands/createas.c:209 commands/createas.c:479
 #, c-format
 msgid "too many column names were specified"
-msgstr "trop de noms de colonnes ont été spécifiés"
+msgstr "trop de noms de colonnes ont été spécifiés"
 
 #: commands/dbcommands.c:203
 #, c-format
 msgid "LOCATION is not supported anymore"
-msgstr "LOCATION n'est plus supporté"
+msgstr "LOCATION n'est plus supporté"
 
 #: commands/dbcommands.c:204
 #, c-format
 msgid "Consider using tablespaces instead."
-msgstr "Considérer l'utilisation de tablespaces."
+msgstr "Considérer l'utilisation de tablespaces."
 
 #: commands/dbcommands.c:227 utils/adt/ascii.c:144
 #, c-format
@@ -4776,17 +4791,17 @@ msgstr "limite de connexion invalide : %d"
 #: commands/dbcommands.c:274
 #, c-format
 msgid "permission denied to create database"
-msgstr "droit refusé pour créer une base de données"
+msgstr "droit refusé pour créer une base de données"
 
 #: commands/dbcommands.c:297
 #, c-format
 msgid "template database \"%s\" does not exist"
-msgstr "la base de données modèle « %s » n'existe pas"
+msgstr "la base de données modèle Â« %s Â» n'existe pas"
 
 #: commands/dbcommands.c:309
 #, c-format
 msgid "permission denied to copy database \"%s\""
-msgstr "droit refusé pour copier la base de données « %s »"
+msgstr "droit refusé pour copier la base de données Â« %s Â»"
 
 #: commands/dbcommands.c:325
 #, c-format
@@ -4796,267 +4811,267 @@ msgstr "encodage serveur %d invalide"
 #: commands/dbcommands.c:331 commands/dbcommands.c:336
 #, c-format
 msgid "invalid locale name: \"%s\""
-msgstr "nom de locale invalide : « %s »"
+msgstr "nom de locale invalide : Â« %s Â»"
 
 #: commands/dbcommands.c:356
 #, 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"
-"données modèle (%s)"
+"le nouvel encodage (%sà est incompatible avec l'encodage de la base de\n"
+"données modèle (%s)"
 
 #: commands/dbcommands.c:359
 #, c-format
 msgid "Use the same encoding as in the template database, or use template0 as template."
 msgstr ""
-"Utilisez le même encodage que celui de la base de données modèle,\n"
-"ou utilisez template0 comme modèle."
+"Utilisez le même encodage que celui de la base de données modèle,\n"
+"ou utilisez template0 comme modèle."
 
 #: commands/dbcommands.c:364
 #, 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"
-"données modèle (%s)"
+"données modèle (%s)"
 
 #: commands/dbcommands.c:366
 #, c-format
 msgid "Use the same collation as in the template database, or use template0 as template."
 msgstr ""
-"Utilisez le même tri que celui de la base de données modèle,\n"
-"ou utilisez template0 comme modèle."
+"Utilisez le même tri que celui de la base de données modèle,\n"
+"ou utilisez template0 comme modèle."
 
 #: commands/dbcommands.c:371
 #, 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"
-"données modèle (%s)"
+"données modèle (%s)"
 
 #: commands/dbcommands.c:373
 #, c-format
 msgid "Use the same LC_CTYPE as in the template database, or use template0 as template."
 msgstr ""
-"Utilisez le même LC_CTYPE que celui de la base de données modèle,\n"
-"ou utilisez template0 comme modèle."
+"Utilisez le même LC_CTYPE que celui de la base de données modèle,\n"
+"ou utilisez template0 comme modèle."
 
 #: commands/dbcommands.c:395 commands/dbcommands.c:1097
 #, c-format
 msgid "pg_global cannot be used as default tablespace"
-msgstr "pg_global ne peut pas être utilisé comme tablespace par défaut"
+msgstr "pg_global ne peut pas être utilisé comme tablespace par défaut"
 
 #: commands/dbcommands.c:421
 #, c-format
 msgid "cannot assign new default tablespace \"%s\""
-msgstr "ne peut pas affecter un nouveau tablespace par défaut « %s »"
+msgstr "ne peut pas affecter un nouveau tablespace par défaut Â« %s Â»"
 
 #: commands/dbcommands.c:423
 #, 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 données « %s » a déjà quelques tables\n"
+"Il existe un conflit car la base de données « %s » a déjà quelques tables\n"
 "dans son tablespace."
 
 #: commands/dbcommands.c:443 commands/dbcommands.c:968
 #, c-format
 msgid "database \"%s\" already exists"
-msgstr "la base de données « %s » existe déjà"
+msgstr "la base de données « %s » existe déjà"
 
 #: commands/dbcommands.c:457
 #, c-format
 msgid "source database \"%s\" is being accessed by other users"
-msgstr "la base de données source « %s » est accédée par d'autres utilisateurs"
+msgstr "la base de données source « %s » est accédée par d'autres utilisateurs"
 
 #: commands/dbcommands.c:730 commands/dbcommands.c:745
 #, c-format
 msgid "encoding \"%s\" does not match locale \"%s\""
-msgstr "l'encodage « %s » ne correspond pas à la locale « %s »"
+msgstr "l'encodage Â« %s Â» ne correspond pas Ã  la locale Â« %s Â»"
 
 #: commands/dbcommands.c:733
 #, c-format
 msgid "The chosen LC_CTYPE setting requires encoding \"%s\"."
-msgstr "Le paramètre LC_CTYPE choisi nécessite l'encodage « %s »."
+msgstr "Le paramètre LC_CTYPE choisi nécessite l'encodage Â« %s Â»."
 
 #: commands/dbcommands.c:748
 #, c-format
 msgid "The chosen LC_COLLATE setting requires encoding \"%s\"."
-msgstr "Le paramètre LC_COLLATE choisi nécessite l'encodage « %s »."
+msgstr "Le paramètre LC_COLLATE choisi nécessite l'encodage Â« %s Â»."
 
 #: commands/dbcommands.c:806
 #, c-format
 msgid "database \"%s\" does not exist, skipping"
-msgstr "la base de données « %s » n'existe pas, poursuite du traitement"
+msgstr "la base de données Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dbcommands.c:830
 #, c-format
 msgid "cannot drop a template database"
-msgstr "ne peut pas supprimer une base de données modèle"
+msgstr "ne peut pas supprimer une base de données modèle"
 
 #: commands/dbcommands.c:836
 #, c-format
 msgid "cannot drop the currently open database"
-msgstr "ne peut pas supprimer la base de données actuellement ouverte"
+msgstr "ne peut pas supprimer la base de données actuellement ouverte"
 
 #: commands/dbcommands.c:847 commands/dbcommands.c:990 commands/dbcommands.c:1119
 #, c-format
 msgid "database \"%s\" is being accessed by other users"
-msgstr "la base de données « %s » est en cours d'utilisation par d'autres utilisateurs"
+msgstr "la base de données Â« %s Â» est en cours d'utilisation par d'autres utilisateurs"
 
 #: commands/dbcommands.c:959
 #, c-format
 msgid "permission denied to rename database"
-msgstr "droit refusé pour le renommage de la base de données"
+msgstr "droit refusé pour le renommage de la base de données"
 
 #: commands/dbcommands.c:979
 #, c-format
 msgid "current database cannot be renamed"
-msgstr "la base de données actuelle ne peut pas être renommée"
+msgstr "la base de données actuelle ne peut pas être renommée"
 
 #: commands/dbcommands.c:1075
 #, c-format
 msgid "cannot change the tablespace of the currently open database"
-msgstr "ne peut pas modifier le tablespace de la base de données actuellement ouverte"
+msgstr "ne peut pas modifier le tablespace de la base de données actuellement ouverte"
 
 #: commands/dbcommands.c:1178
 #, c-format
 msgid "some relations of database \"%s\" are already in tablespace \"%s\""
 msgstr ""
-"certaines relations de la base de données « %s » sont déjà dans le\n"
-"tablespace « %s »"
+"certaines relations de la base de données « %s » sont déjà dans le\n"
+"tablespace Â« %s Â»"
 
 #: commands/dbcommands.c:1180
 #, c-format
 msgid "You must move them back to the database's default tablespace before using this command."
 msgstr ""
-"Vous devez d'abord les déplacer dans le tablespace par défaut de la base\n"
-"de données avant d'utiliser cette commande."
+"Vous devez d'abord les déplacer dans le tablespace par défaut de la base\n"
+"de données avant d'utiliser cette commande."
 
 #: commands/dbcommands.c:1311 commands/dbcommands.c:1810 commands/dbcommands.c:2028 commands/dbcommands.c:2076 commands/tablespace.c:585
 #, 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 répertoire\n"
-"de la base de données « %s »"
+"certains fichiers inutiles pourraient se trouver dans l'ancien répertoire\n"
+"de la base de données Â« %s Â»"
 
 #: commands/dbcommands.c:1567
 #, c-format
 msgid "permission denied to change owner of database"
-msgstr "droit refusé pour modifier le propriétaire de la base de données"
+msgstr "droit refusé pour modifier le propriétaire de la base de données"
 
 #: commands/dbcommands.c:1911
 #, c-format
 msgid "There are %d other session(s) and %d prepared transaction(s) using the database."
-msgstr "%d autres sessions et %d transactions préparées utilisent la base de données."
+msgstr "%d autres sessions et %d transactions préparées utilisent la base de données."
 
 #: commands/dbcommands.c:1914
 #, c-format
 msgid "There is %d other session using the database."
 msgid_plural "There are %d other sessions using the database."
-msgstr[0] "%d autre session utilise la base de données."
-msgstr[1] "%d autres sessions utilisent la base de données."
+msgstr[0] "%d autre session utilise la base de données."
+msgstr[1] "%d autres sessions utilisent la base de données."
 
 #: commands/dbcommands.c:1919
 #, c-format
 msgid "There is %d prepared transaction using the database."
 msgid_plural "There are %d prepared transactions using the database."
-msgstr[0] "%d transaction préparée utilise la base de données"
-msgstr[1] "%d transactions préparées utilisent la base de données"
+msgstr[0] "%d transaction préparée utilise la base de données"
+msgstr[1] "%d transactions préparées utilisent la base de données"
 
 #: commands/define.c:54 commands/define.c:209 commands/define.c:241 commands/define.c:269
 #, c-format
 msgid "%s requires a parameter"
-msgstr "%s requiert un paramètre"
+msgstr "%s requiert un paramètre"
 
 #: commands/define.c:95 commands/define.c:106 commands/define.c:176 commands/define.c:194
 #, c-format
 msgid "%s requires a numeric value"
-msgstr "%s requiert une valeur numérique"
+msgstr "%s requiert une valeur numérique"
 
 #: commands/define.c:162
 #, c-format
 msgid "%s requires a Boolean value"
-msgstr "%s requiert une valeur booléenne"
+msgstr "%s requiert une valeur booléenne"
 
 #: commands/define.c:223
 #, c-format
 msgid "argument of %s must be a name"
-msgstr "l'argument de %s doit être un nom"
+msgstr "l'argument de %s doit être un nom"
 
 #: commands/define.c:253
 #, c-format
 msgid "argument of %s must be a type name"
-msgstr "l'argument de %s doit être un nom de type"
+msgstr "l'argument de %s doit être un nom de type"
 
 #: commands/define.c:278
 #, c-format
 msgid "%s requires an integer value"
-msgstr "%s requiert une valeur entière"
+msgstr "%s requiert une valeur entière"
 
 #: commands/define.c:299
 #, c-format
 msgid "invalid argument for %s: \"%s\""
-msgstr "argument invalide pour %s : « %s »"
+msgstr "argument invalide pour %s : Â« %s Â»"
 
 #: commands/dropcmds.c:100 commands/functioncmds.c:1079 utils/adt/ruleutils.c:1907
 #, c-format
 msgid "\"%s\" is an aggregate function"
-msgstr "« %s » est une fonction d'agrégat"
+msgstr "« %s » est une fonction d'agrégat"
 
 #: commands/dropcmds.c:102
 #, c-format
 msgid "Use DROP AGGREGATE to drop aggregate functions."
-msgstr "Utiliser DROP AGGREGATE pour supprimer les fonctions d'agrégat."
+msgstr "Utiliser DROP AGGREGATE pour supprimer les fonctions d'agrégat."
 
 #: commands/dropcmds.c:143 commands/tablecmds.c:237
 #, c-format
 msgid "type \"%s\" does not exist, skipping"
-msgstr "le type « %s » n'existe pas, poursuite du traitement"
+msgstr "le type Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:147
 #, c-format
 msgid "collation \"%s\" does not exist, skipping"
-msgstr "le collationnement « %s » n'existe pas, poursuite du traitement"
+msgstr "le collationnement Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:151
 #, c-format
 msgid "conversion \"%s\" does not exist, skipping"
-msgstr "la conversion « %s » n'existe pas, poursuite du traitement"
+msgstr "la conversion Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:155
 #, c-format
 msgid "schema \"%s\" does not exist, skipping"
-msgstr "le schéma « %s » n'existe pas, poursuite du traitement"
+msgstr "le schéma Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:159
 #, c-format
 msgid "text search parser \"%s\" does not exist, skipping"
 msgstr ""
-"l'analyseur de recherche plein texte « %s » n'existe pas, poursuite du\n"
+"l'analyseur de recherche plein texte Â« %s Â» n'existe pas, poursuite du\n"
 "traitement"
 
 #: commands/dropcmds.c:163
 #, c-format
 msgid "text search dictionary \"%s\" does not exist, skipping"
 msgstr ""
-"le dictionnaire de recherche plein texte « %s » n'existe pas, poursuite du\n"
+"le dictionnaire de recherche plein texte Â« %s Â» n'existe pas, poursuite du\n"
 "traitement"
 
 #: commands/dropcmds.c:167
 #, c-format
 msgid "text search template \"%s\" does not exist, skipping"
-msgstr "le modèle de recherche plein texte « %s » n'existe pas, poursuite du traitement"
+msgstr "le modèle de recherche plein texte Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:171
 #, c-format
 msgid "text search configuration \"%s\" does not exist, skipping"
 msgstr ""
-"la configuration de recherche plein texte « %s » n'existe pas, poursuite du\n"
+"la configuration de recherche plein texte Â« %s Â» n'existe pas, poursuite du\n"
 "traitement"
 
 #: commands/dropcmds.c:175
 #, c-format
 msgid "extension \"%s\" does not exist, skipping"
-msgstr "l'extension « %s » n'existe pas, poursuite du traitement"
+msgstr "l'extension Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:179
 #, c-format
@@ -5066,17 +5081,17 @@ msgstr "la fonction %s(%s) n'existe pas, poursuite du traitement"
 #: commands/dropcmds.c:184
 #, c-format
 msgid "aggregate %s(%s) does not exist, skipping"
-msgstr "L'agrégat %s(%s) n'existe pas, poursuite du traitement"
+msgstr "L'agrégat %s(%s) n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:189
 #, c-format
 msgid "operator %s does not exist, skipping"
-msgstr "l'opérateur %s n'existe pas, poursuite du traitement"
+msgstr "l'opérateur %s n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:193
 #, c-format
 msgid "language \"%s\" does not exist, skipping"
-msgstr "le langage « %s » n'existe pas, poursuite du traitement"
+msgstr "le langage Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:197
 #, c-format
@@ -5086,175 +5101,175 @@ msgstr "la conversion du type %s vers le type %s n'existe pas, poursuite du trai
 #: commands/dropcmds.c:204
 #, 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"
+msgstr "le trigger Â« %s Â» pour la table Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:210
 #, c-format
 msgid "event trigger \"%s\" does not exist, skipping"
-msgstr "le trigger sur événement « %s » n'existe pas, poursuite du traitement"
+msgstr "le trigger sur Ã©vénement Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:214
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
-msgstr "la règle « %s » de la relation « %s » n'existe pas, poursuite du traitement"
+msgstr "la règle Â« %s Â» de la relation Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:220
 #, c-format
 msgid "foreign-data wrapper \"%s\" does not exist, skipping"
-msgstr "le wrapper de données distantes « %s » n'existe pas, poursuite du traitement"
+msgstr "le wrapper de données distantes Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:224
 #, c-format
 msgid "server \"%s\" does not exist, skipping"
-msgstr "le serveur « %s » n'existe pas, poursuite du traitement"
+msgstr "le serveur Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/dropcmds.c:228
 #, c-format
 msgid "operator class \"%s\" does not exist for access method \"%s\", skipping"
-msgstr "la classe d'opérateur « %s » n'existe pas pour la méthode d'accès « %s », ignoré"
+msgstr "la classe d'opérateur « %s » n'existe pas pour la méthode d'accès « %s », ignoré"
 
 #: commands/dropcmds.c:233
 #, c-format
 msgid "operator family \"%s\" does not exist for access method \"%s\", skipping"
-msgstr "la famille d'opérateur « %s » n'existe pas pour la méthode d'accès « %s », ignoré"
+msgstr "la famille d'opérateur « %s » n'existe pas pour la méthode d'accès « %s », ignoré"
 
 #: commands/event_trigger.c:149
 #, c-format
 msgid "permission denied to create event trigger \"%s\""
-msgstr "droit refusé pour créer le trigger sur événement « %s »"
+msgstr "droit refusé pour créer le trigger sur Ã©vénement Â« %s Â»"
 
 #: commands/event_trigger.c:151
 #, c-format
 msgid "Must be superuser to create an event trigger."
-msgstr "Doit être super-utilisateur pour créer un trigger sur événement."
+msgstr "Doit être super-utilisateur pour créer un trigger sur événement."
 
 #: commands/event_trigger.c:159
 #, c-format
 msgid "unrecognized event name \"%s\""
-msgstr "nom d'événement non reconnu : « %s »"
+msgstr "nom d'événement non reconnu : Â« %s Â»"
 
 #: commands/event_trigger.c:176
 #, c-format
 msgid "unrecognized filter variable \"%s\""
-msgstr "variable « %s » du filtre non reconnu"
+msgstr "variable Â« %s Â» du filtre non reconnu"
 
 #: commands/event_trigger.c:203
 #, c-format
 msgid "function \"%s\" must return type \"event_trigger\""
-msgstr "la fonction « %s » doit renvoyer le type « event_trigger »"
+msgstr "la fonction Â« %s Â» doit renvoyer le type Â« event_trigger Â»"
 
 #: commands/event_trigger.c:228
 #, c-format
 msgid "filter value \"%s\" not recognized for filter variable \"%s\""
-msgstr "valeur de filtre « %s » non reconnu pour la variable de filtre « %s »"
+msgstr "valeur de filtre Â« %s Â» non reconnu pour la variable de filtre Â« %s Â»"
 
 #. translator: %s represents an SQL statement name
 #: commands/event_trigger.c:234
 #, c-format
 msgid "event triggers are not supported for %s"
-msgstr "les triggers sur événemenr ne sont pas supportés pour %s"
+msgstr "les triggers sur événemenr ne sont pas supportés pour %s"
 
 #: commands/event_trigger.c:289
 #, c-format
 msgid "filter variable \"%s\" specified more than once"
-msgstr "variable « %s » du filtre spécifiée plus d'une fois"
+msgstr "variable « %s » du filtre spécifiée plus d'une fois"
 
 #: commands/event_trigger.c:437 commands/event_trigger.c:480 commands/event_trigger.c:571
 #, c-format
 msgid "event trigger \"%s\" does not exist"
-msgstr "le trigger sur événement « %s » n'existe pas"
+msgstr "le trigger sur Ã©vénement Â« %s Â» n'existe pas"
 
 #: commands/event_trigger.c:539
 #, c-format
 msgid "permission denied to change owner of event trigger \"%s\""
-msgstr "droit refusé pour modifier le propriétaire du trigger sur événement « %s »"
+msgstr "droit refusé pour modifier le propriétaire du trigger sur Ã©vénement Â« %s Â»"
 
 #: commands/event_trigger.c:541
 #, c-format
 msgid "The owner of an event trigger must be a superuser."
-msgstr "Le propriétaire du trigger sur événement doit être un super-utilisateur."
+msgstr "Le propriétaire du trigger sur événement doit être un super-utilisateur."
 
 #: commands/event_trigger.c:1219
 #, c-format
 msgid "%s can only be called in a sql_drop event trigger function"
-msgstr "%s peut seulement être appelé dans une fonction de trigger sur événement sql_drop"
+msgstr "%s peut seulement être appelé dans une fonction de trigger sur événement sql_drop"
 
-#: commands/event_trigger.c:1226 commands/extension.c:1650 commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 executor/execQual.c:5306 executor/functions.c:1018 foreign/foreign.c:421 replication/walsender.c:1901 utils/adt/jsonfuncs.c:924 utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:1052
+#: commands/event_trigger.c:1226 commands/extension.c:1650 commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 executor/execQual.c:5333 executor/functions.c:1018 foreign/foreign.c:421 replication/walsender.c:1901 utils/adt/jsonfuncs.c:924 utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:1052
 #, c-format
 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"
+"la fonction avec set-value a été appelé dans un contexte qui n'accepte pas\n"
 "un ensemble"
 
 #: commands/event_trigger.c:1230 commands/extension.c:1654 commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 foreign/foreign.c:426 replication/walsender.c:1905 utils/mmgr/portalmem.c:1056
 #, c-format
 msgid "materialize mode required, but it is not allowed in this context"
-msgstr "mode matérialisé requis mais interdit dans ce contexte"
+msgstr "mode matérialisé requis mais interdit dans ce contexte"
 
-#: commands/explain.c:167
+#: commands/explain.c:168
 #, c-format
 msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\""
-msgstr "valeur non reconnue pour l'option EXPLAIN « %s » : %s"
+msgstr "valeur non reconnue pour l'option EXPLAIN Â« %s Â» : %s"
 
-#: commands/explain.c:173
+#: commands/explain.c:174
 #, c-format
 msgid "unrecognized EXPLAIN option \"%s\""
-msgstr "option EXPLAIN « %s » non reconnu"
+msgstr "option EXPLAIN Â« %s Â» non reconnu"
 
-#: commands/explain.c:180
+#: commands/explain.c:181
 #, c-format
 msgid "EXPLAIN option BUFFERS requires ANALYZE"
-msgstr "l'option BUFFERS d'EXPLAIN nécessite ANALYZE"
+msgstr "l'option BUFFERS d'EXPLAIN nécessite ANALYZE"
 
-#: commands/explain.c:189
+#: commands/explain.c:190
 #, c-format
 msgid "EXPLAIN option TIMING requires ANALYZE"
-msgstr "l'option TIMING d'EXPLAIN nécessite ANALYZE"
+msgstr "l'option TIMING d'EXPLAIN nécessite ANALYZE"
 
 #: commands/extension.c:148 commands/extension.c:2632
 #, c-format
 msgid "extension \"%s\" does not exist"
-msgstr "l'extension « %s » n'existe pas"
+msgstr "l'extension Â« %s Â» n'existe pas"
 
 #: commands/extension.c:247 commands/extension.c:256 commands/extension.c:268 commands/extension.c:278
 #, c-format
 msgid "invalid extension name: \"%s\""
-msgstr "nom d'extension invalide : « %s »"
+msgstr "nom d'extension invalide : Â« %s Â»"
 
 #: commands/extension.c:248
 #, c-format
 msgid "Extension names must not be empty."
-msgstr "Les noms d'extension ne doivent pas être vides."
+msgstr "Les noms d'extension ne doivent pas être vides."
 
 #: commands/extension.c:257
 #, c-format
 msgid "Extension names must not contain \"--\"."
-msgstr "Les noms d'extension ne doivent pas contenir « -- »."
+msgstr "Les noms d'extension ne doivent pas contenir Â« -- Â»."
 
 #: commands/extension.c:269
 #, c-format
 msgid "Extension names must not begin or end with \"-\"."
-msgstr "Les noms des extensions ne doivent pas commencer ou finir avec un tiret (« - »)."
+msgstr "Les noms des extensions ne doivent pas commencer ou finir avec un tiret (« - Â»)."
 
 #: commands/extension.c:279
 #, c-format
 msgid "Extension names must not contain directory separator characters."
-msgstr "Les noms des extensions ne doivent pas contenir des caractères séparateurs de répertoire."
+msgstr "Les noms des extensions ne doivent pas contenir des caractères séparateurs de répertoire."
 
 #: commands/extension.c:294 commands/extension.c:303 commands/extension.c:312 commands/extension.c:322
 #, c-format
 msgid "invalid extension version name: \"%s\""
-msgstr "nom de version de l'extension invalide :  « %s »"
+msgstr "nom de version de l'extension invalide :  Â« %s Â»"
 
 #: commands/extension.c:295
 #, c-format
 msgid "Version names must not be empty."
-msgstr "Les noms de version ne doivent pas être vides."
+msgstr "Les noms de version ne doivent pas être vides."
 
 #: commands/extension.c:304
 #, c-format
 msgid "Version names must not contain \"--\"."
-msgstr "Les noms de version ne doivent pas contenir « -- »."
+msgstr "Les noms de version ne doivent pas contenir Â« -- Â»."
 
 #: commands/extension.c:313
 #, c-format
@@ -5265,254 +5280,254 @@ msgstr "Les noms de version ne doivent ni commencer ni se terminer avec un tiret
 #, c-format
 msgid "Version names must not contain directory separator characters."
 msgstr ""
-"Les noms de version ne doivent pas contenir de caractères séparateurs de\n"
-"répertoire."
+"Les noms de version ne doivent pas contenir de caractères séparateurs de\n"
+"répertoire."
 
 #: commands/extension.c:473
 #, c-format
 msgid "could not open extension control file \"%s\": %m"
-msgstr "n'a pas pu ouvrir le fichier de contrôle d'extension « %s » : %m"
+msgstr "n'a pas pu ouvrir le fichier de contrôle d'extension Â« %s Â» : %m"
 
 #: commands/extension.c:495 commands/extension.c:505
 #, c-format
 msgid "parameter \"%s\" cannot be set in a secondary extension control file"
 msgstr ""
-"le paramètre « %s » ne peut pas être configuré dans un fichier de contrôle\n"
+"le paramètre « %s » ne peut pas être configuré dans un fichier de contrôle\n"
 "secondaire de l'extension"
 
 #: commands/extension.c:544
 #, c-format
 msgid "\"%s\" is not a valid encoding name"
-msgstr "« %s » n'est pas un nom d'encodage valide"
+msgstr "« %s Â» n'est pas un nom d'encodage valide"
 
 #: commands/extension.c:558
 #, c-format
 msgid "parameter \"%s\" must be a list of extension names"
-msgstr "l'argument « %s » doit être une liste de noms d'extension"
+msgstr "l'argument « %s » doit être une liste de noms d'extension"
 
 #: commands/extension.c:565
 #, c-format
 msgid "unrecognized parameter \"%s\" in file \"%s\""
-msgstr "paramètre « %s » non reconnu dans le fichier « %s »"
+msgstr "paramètre Â« %s Â» non reconnu dans le fichier Â« %s Â»"
 
 #: commands/extension.c:574
 #, c-format
 msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
-msgstr "le paramètre « schema » ne peut pas être indiqué quand « relocatable » est vrai"
+msgstr "le paramètre Â« schema Â» ne peut pas Ãªtre indiqué quand Â« relocatable Â» est vrai"
 
 #: commands/extension.c:726
 #, c-format
 msgid "transaction control statements are not allowed within an extension script"
 msgstr ""
-"les instructions de contrôle des transactions ne sont pas autorisées dans un\n"
+"les instructions de contrôle des transactions ne sont pas autorisées dans un\n"
 "script d'extension"
 
 #: commands/extension.c:794
 #, c-format
 msgid "permission denied to create extension \"%s\""
-msgstr "droit refusé pour créer l'extension « %s »"
+msgstr "droit refusé pour créer l'extension Â« %s Â»"
 
 #: commands/extension.c:796
 #, c-format
 msgid "Must be superuser to create this extension."
-msgstr "Doit être super-utilisateur pour créer cette extension."
+msgstr "Doit être super-utilisateur pour créer cette extension."
 
 #: commands/extension.c:800
 #, c-format
 msgid "permission denied to update extension \"%s\""
-msgstr "droit refusé pour mettre à jour l'extension « %s »"
+msgstr "droit refusé pour mettre Ã  jour l'extension Â« %s Â»"
 
 #: commands/extension.c:802
 #, c-format
 msgid "Must be superuser to update this extension."
-msgstr "Doit être super-utilisateur pour mettre à jour cette extension."
+msgstr "Doit être super-utilisateur pour mettre à jour cette extension."
 
 #: commands/extension.c:1084
 #, c-format
 msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\""
-msgstr "l'extension « %s » n'a pas de chemin de mise à jour pour aller de la version « %s » à la version « %s »"
+msgstr "l'extension Â« %s Â» n'a pas de chemin de mise Ã  jour pour aller de la version Â« %s Â» Ã  la version Â« %s Â»"
 
 #: commands/extension.c:1211
 #, c-format
 msgid "extension \"%s\" already exists, skipping"
-msgstr "l'extension « %s » existe déjà, poursuite du traitement"
+msgstr "l'extension « %s » existe déjà, poursuite du traitement"
 
 #: commands/extension.c:1218
 #, c-format
 msgid "extension \"%s\" already exists"
-msgstr "l'extension « %s » existe déjà"
+msgstr "l'extension « %s » existe déjà"
 
 #: commands/extension.c:1229
 #, c-format
 msgid "nested CREATE EXTENSION is not supported"
-msgstr "CREATE EXTENSION imbriqué n'est pas supporté"
+msgstr "CREATE EXTENSION imbriqué n'est pas supporté"
 
 #: commands/extension.c:1284 commands/extension.c:2692
 #, c-format
 msgid "version to install must be specified"
-msgstr "la version à installer doit être précisée"
+msgstr "la version à installer doit être précisée"
 
 #: commands/extension.c:1301
 #, c-format
 msgid "FROM version must be different from installation target version \"%s\""
-msgstr "la version FROM doit être différente de la version cible d'installation « %s »"
+msgstr "la version FROM doit Ãªtre différente de la version cible d'installation Â« %s Â»"
 
 #: commands/extension.c:1356
 #, c-format
 msgid "extension \"%s\" must be installed in schema \"%s\""
-msgstr "l'extension « %s » doit être installée dans le schéma « %s »"
+msgstr "l'extension Â« %s Â» doit Ãªtre installée dans le schéma Â« %s Â»"
 
 #: commands/extension.c:1440 commands/extension.c:2835
 #, c-format
 msgid "required extension \"%s\" is not installed"
-msgstr "l'extension « %s » requise n'est pas installée"
+msgstr "l'extension « %s » requise n'est pas installée"
 
 #: commands/extension.c:1602
 #, c-format
 msgid "cannot drop extension \"%s\" because it is being modified"
-msgstr "ne peut pas supprimer l'extension « %s » car il est en cours de modification"
+msgstr "ne peut pas supprimer l'extension Â« %s Â» car il est en cours de modification"
 
 #: commands/extension.c:2073
 #, c-format
 msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION"
 msgstr ""
-"pg_extension_config_dump() peut seulement être appelé à partir d'un script SQL\n"
-"exécuté par CREATE EXTENSION"
+"pg_extension_config_dump() peut seulement être appelé à partir d'un script SQL\n"
+"exécuté par CREATE EXTENSION"
 
 #: commands/extension.c:2085
 #, c-format
 msgid "OID %u does not refer to a table"
-msgstr "l'OID %u ne fait pas référence à une table"
+msgstr "l'OID %u ne fait pas référence à une table"
 
 #: commands/extension.c:2090
 #, c-format
 msgid "table \"%s\" is not a member of the extension being created"
-msgstr "la table « %s » n'est pas un membre de l'extension en cours de création"
+msgstr "la table « %s » n'est pas un membre de l'extension en cours de création"
 
 #: commands/extension.c:2454
 #, c-format
 msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema"
 msgstr ""
-"ne peut pas déplacer l'extension « %s » dans le schéma « %s » car l'extension\n"
-"contient le schéma"
+"ne peut pas déplacer l'extension Â« %s Â» dans le schéma Â« %s Â» car l'extension\n"
+"contient le schéma"
 
 #: commands/extension.c:2494 commands/extension.c:2557
 #, c-format
 msgid "extension \"%s\" does not support SET SCHEMA"
-msgstr "l'extension « %s » ne supporte pas SET SCHEMA"
+msgstr "l'extension Â« %s Â» ne supporte pas SET SCHEMA"
 
 #: commands/extension.c:2559
 #, c-format
 msgid "%s is not in the extension's schema \"%s\""
-msgstr "%s n'est pas dans le schéma « %s » de l'extension"
+msgstr "%s n'est pas dans le schéma Â« %s Â» de l'extension"
 
 #: commands/extension.c:2612
 #, c-format
 msgid "nested ALTER EXTENSION is not supported"
-msgstr "un ALTER EXTENSION imbriqué n'est pas supporté"
+msgstr "un ALTER EXTENSION imbriqué n'est pas supporté"
 
 #: commands/extension.c:2703
 #, c-format
 msgid "version \"%s\" of extension \"%s\" is already installed"
-msgstr "la version « %s » de l'extension « %s » est déjà installée"
+msgstr "la version « %s » de l'extension « %s » est déjà installée"
 
 #: commands/extension.c:2942
 #, c-format
 msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension"
 msgstr ""
-"ne peut pas ajouter le schéma « %s » à l'extension « %s » car le schéma\n"
+"ne peut pas ajouter le schéma « %s » à l'extension « %s » car le schéma\n"
 "contient l'extension"
 
 #: commands/extension.c:2960
 #, c-format
 msgid "%s is not a member of extension \"%s\""
-msgstr "%s n'est pas un membre de l'extension « %s »"
+msgstr "%s n'est pas un membre de l'extension Â« %s Â»"
 
 #: commands/foreigncmds.c:138 commands/foreigncmds.c:147
 #, c-format
 msgid "option \"%s\" not found"
-msgstr "option « %s » non trouvé"
+msgstr "option « %s » non trouvé"
 
 #: commands/foreigncmds.c:157
 #, c-format
 msgid "option \"%s\" provided more than once"
-msgstr "option « %s » fournie plus d'une fois"
+msgstr "option Â« %s Â» fournie plus d'une fois"
 
 #: commands/foreigncmds.c:229 commands/foreigncmds.c:237
 #, c-format
 msgid "permission denied to change owner of foreign-data wrapper \"%s\""
-msgstr "droit refusé pour modifier le propriétaire du wrapper de données distantes « %s »"
+msgstr "droit refusé pour modifier le propriétaire du wrapper de données distantes Â« %s Â»"
 
 #: commands/foreigncmds.c:231
 #, c-format
 msgid "Must be superuser to change owner of a foreign-data wrapper."
 msgstr ""
-"Doit être super-utilisateur pour modifier le propriétaire du wrapper de\n"
-"données distantes."
+"Doit être super-utilisateur pour modifier le propriétaire du wrapper de\n"
+"données distantes."
 
 #: commands/foreigncmds.c:239
 #, c-format
 msgid "The owner of a foreign-data wrapper must be a superuser."
-msgstr "Le propriétaire du wrapper de données distantes doit être un super-utilisateur."
+msgstr "Le propriétaire du wrapper de données distantes doit être un super-utilisateur."
 
 #: commands/foreigncmds.c:297 commands/foreigncmds.c:707 foreign/foreign.c:600
 #, c-format
 msgid "foreign-data wrapper \"%s\" does not exist"
-msgstr "le wrapper de données distantes « %s » n'existe pas"
+msgstr "le wrapper de données distantes Â« %s Â» n'existe pas"
 
 #: commands/foreigncmds.c:432 commands/foreigncmds.c:996 commands/foreigncmds.c:1337 foreign/foreign.c:621
 #, c-format
 msgid "server \"%s\" does not exist"
-msgstr "le serveur « %s » n'existe pas"
+msgstr "le serveur Â« %s Â» n'existe pas"
 
 #: commands/foreigncmds.c:488
 #, c-format
 msgid "function %s must return type \"fdw_handler\""
-msgstr "la fonction %s doit renvoyer le type « fdw_handler »"
+msgstr "la fonction %s doit renvoyer le type Â« fdw_handler Â»"
 
 #: commands/foreigncmds.c:583
 #, c-format
 msgid "permission denied to create foreign-data wrapper \"%s\""
-msgstr "droit refusé pour la création du wrapper de données distantes « %s »"
+msgstr "droit refusé pour la création du wrapper de données distantes Â« %s Â»"
 
 #: commands/foreigncmds.c:585
 #, c-format
 msgid "Must be superuser to create a foreign-data wrapper."
-msgstr "Doit être super-utilisateur pour créer un wrapper de données distantes."
+msgstr "Doit être super-utilisateur pour créer un wrapper de données distantes."
 
 #: commands/foreigncmds.c:697
 #, c-format
 msgid "permission denied to alter foreign-data wrapper \"%s\""
-msgstr "droit refusé pour modifier le wrapper de données distantes « %s »"
+msgstr "droit refusé pour modifier le wrapper de données distantes Â« %s Â»"
 
 #: commands/foreigncmds.c:699
 #, c-format
 msgid "Must be superuser to alter a foreign-data wrapper."
-msgstr "Doit être super-utilisateur pour modifier un wrapper de données distantes"
+msgstr "Doit être super-utilisateur pour modifier un wrapper de données distantes"
 
 #: commands/foreigncmds.c:730
 #, c-format
 msgid "changing the foreign-data wrapper handler can change behavior of existing foreign tables"
 msgstr ""
-"la modification du validateur de wrapper de données distantes peut modifier\n"
+"la modification du validateur de wrapper de données distantes peut modifier\n"
 "le comportement des tables distantes existantes"
 
 #: commands/foreigncmds.c:745
 #, c-format
 msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid"
 msgstr ""
-"la modification du validateur du wrapper de données distantes peut faire en\n"
-"sorte que les options des objets dépendants deviennent invalides"
+"la modification du validateur du wrapper de données distantes peut faire en\n"
+"sorte que les options des objets dépendants deviennent invalides"
 
 #: commands/foreigncmds.c:1158
 #, c-format
 msgid "user mapping \"%s\" already exists for server %s"
-msgstr "la correspondance utilisateur « %s » existe déjà dans le serveur « %s »"
+msgstr "la correspondance utilisateur Â« %s Â» existe déjà dans le serveur Â« %s Â»"
 
 #: commands/foreigncmds.c:1246 commands/foreigncmds.c:1353
 #, c-format
 msgid "user mapping \"%s\" does not exist for the server"
-msgstr "la correspondance utilisateur « %s » n'existe pas pour le serveur"
+msgstr "la correspondance utilisateur Â« %s Â» n'existe pas pour le serveur"
 
 #: commands/foreigncmds.c:1340
 #, c-format
@@ -5523,7 +5538,7 @@ msgstr "le serveur n'existe pas, poursuite du traitement"
 #, c-format
 msgid "user mapping \"%s\" does not exist for the server, skipping"
 msgstr ""
-"la correspondance utilisateur « %s » n'existe pas pour le serveur, poursuite\n"
+"la correspondance utilisateur Â« %s Â» n'existe pas pour le serveur, poursuite\n"
 "du traitement"
 
 #: commands/functioncmds.c:99
@@ -5539,17 +5554,17 @@ msgstr "le type de retour %s est seulement un shell"
 #: commands/functioncmds.c:133 parser/parse_type.c:285
 #, c-format
 msgid "type modifier cannot be specified for shell type \"%s\""
-msgstr "le modificateur de type ne peut pas être précisé pour le type shell « %s »"
+msgstr "le modificateur de type ne peut pas Ãªtre précisé pour le type shell Â« %s Â»"
 
 #: commands/functioncmds.c:139
 #, c-format
 msgid "type \"%s\" is not yet defined"
-msgstr "le type « %s » n'est pas encore défini"
+msgstr "le type « %s » n'est pas encore défini"
 
 #: commands/functioncmds.c:140
 #, c-format
 msgid "Creating a shell type definition."
-msgstr "Création d'une définition d'un type shell."
+msgstr "Création d'une définition d'un type shell."
 
 #: commands/functioncmds.c:224
 #, c-format
@@ -5574,89 +5589,89 @@ msgstr "les fonctions ne peuvent pas accepter des arguments d'ensemble"
 #: commands/functioncmds.c:260
 #, c-format
 msgid "VARIADIC parameter must be the last input parameter"
-msgstr "le paramètre VARIADIC doit être le dernier paramètre en entrée"
+msgstr "le paramètre VARIADIC doit être le dernier paramètre en entrée"
 
 #: commands/functioncmds.c:287
 #, c-format
 msgid "VARIADIC parameter must be an array"
-msgstr "le paramètre VARIADIC doit être un tableau"
+msgstr "le paramètre VARIADIC doit être un tableau"
 
 #: commands/functioncmds.c:327
 #, c-format
 msgid "parameter name \"%s\" used more than once"
-msgstr "le nom du paramètre « %s » est utilisé plus d'une fois"
+msgstr "le nom du paramètre « %s » est utilisé plus d'une fois"
 
 #: commands/functioncmds.c:342
 #, c-format
 msgid "only input parameters can have default values"
-msgstr "seuls les paramètres en entrée peuvent avoir des valeurs par défaut"
+msgstr "seuls les paramètres en entrée peuvent avoir des valeurs par défaut"
 
 #: commands/functioncmds.c:357
 #, c-format
 msgid "cannot use table references in parameter default value"
 msgstr ""
-"ne peut pas utiliser les références de tables dans la valeur par défaut des\n"
-"paramètres"
+"ne peut pas utiliser les références de tables dans la valeur par défaut des\n"
+"paramètres"
 
 #: commands/functioncmds.c:381
 #, c-format
 msgid "input parameters after one with a default value must also have defaults"
-msgstr "les paramètres en entrée suivant un paramètre avec valeur par défaut doivent aussi avoir des valeurs par défaut"
+msgstr "les paramètres en entrée suivant un paramètre avec valeur par défaut doivent aussi avoir des valeurs par défaut"
 
 #: commands/functioncmds.c:631
 #, c-format
 msgid "no function body specified"
-msgstr "aucun corps de fonction spécifié"
+msgstr "aucun corps de fonction spécifié"
 
 #: commands/functioncmds.c:641
 #, c-format
 msgid "no language specified"
-msgstr "aucun langage spécifié"
+msgstr "aucun langage spécifié"
 
 #: commands/functioncmds.c:664 commands/functioncmds.c:1118
 #, c-format
 msgid "COST must be positive"
-msgstr "COST doit être positif"
+msgstr "COST doit être positif"
 
 #: commands/functioncmds.c:672 commands/functioncmds.c:1126
 #, c-format
 msgid "ROWS must be positive"
-msgstr "ROWS doit être positif"
+msgstr "ROWS doit être positif"
 
 #: commands/functioncmds.c:711
 #, c-format
 msgid "unrecognized function attribute \"%s\" ignored"
-msgstr "l'attribut « %s » non reconnu de la fonction a été ignoré"
+msgstr "l'attribut « %s » non reconnu de la fonction a été ignoré"
 
 #: commands/functioncmds.c:762
 #, c-format
 msgid "only one AS item needed for language \"%s\""
-msgstr "seul un élément AS est nécessaire pour le langage « %s »"
+msgstr "seul un Ã©lément AS est nécessaire pour le langage Â« %s Â»"
 
 #: commands/functioncmds.c:850 commands/functioncmds.c:1703 commands/proclang.c:553
 #, c-format
 msgid "language \"%s\" does not exist"
-msgstr "le langage « %s » n'existe pas"
+msgstr "le langage Â« %s Â» n'existe pas"
 
 #: commands/functioncmds.c:852 commands/functioncmds.c:1705
 #, c-format
 msgid "Use CREATE LANGUAGE to load the language into the database."
-msgstr "Utiliser CREATE LANGUAGE pour charger le langage dans la base de données."
+msgstr "Utiliser CREATE LANGUAGE pour charger le langage dans la base de données."
 
 #: commands/functioncmds.c:887 commands/functioncmds.c:1110
 #, c-format
 msgid "only superuser can define a leakproof function"
-msgstr "seul un superutilisateur peut définir une fonction leakproof"
+msgstr "seul un superutilisateur peut définir une fonction leakproof"
 
 #: commands/functioncmds.c:909
 #, c-format
 msgid "function result type must be %s because of OUT parameters"
-msgstr "le type de résultat de la fonction doit être %s à cause des paramètres OUT"
+msgstr "le type de résultat de la fonction doit être %s à cause des paramètres OUT"
 
 #: commands/functioncmds.c:922
 #, c-format
 msgid "function result type must be specified"
-msgstr "le type de résultat de la fonction doit être spécifié"
+msgstr "le type de résultat de la fonction doit être spécifié"
 
 #: commands/functioncmds.c:957 commands/functioncmds.c:1130
 #, c-format
@@ -5666,66 +5681,66 @@ msgstr "ROWS n'est pas applicable quand la fonction ne renvoie pas un ensemble"
 #: commands/functioncmds.c:1283
 #, c-format
 msgid "source data type %s is a pseudo-type"
-msgstr "le type de données source %s est un pseudo-type"
+msgstr "le type de données source %s est un pseudo-type"
 
 #: commands/functioncmds.c:1289
 #, c-format
 msgid "target data type %s is a pseudo-type"
-msgstr "le type de données cible %s est un pseudo-type"
+msgstr "le type de données cible %s est un pseudo-type"
 
 #: commands/functioncmds.c:1313
 #, c-format
 msgid "cast will be ignored because the source data type is a domain"
-msgstr "la conversion sera ignorée car le type de données source est un domaine"
+msgstr "la conversion sera ignorée car le type de données source est un domaine"
 
 #: commands/functioncmds.c:1318
 #, c-format
 msgid "cast will be ignored because the target data type is a domain"
-msgstr "la conversion sera ignorée car le type de données cible est un domaine"
+msgstr "la conversion sera ignorée car le type de données cible est un domaine"
 
 #: commands/functioncmds.c:1345
 #, c-format
 msgid "cast function must take one to three arguments"
-msgstr "la fonction de conversion doit prendre de un à trois arguments"
+msgstr "la fonction de conversion doit prendre de un à trois arguments"
 
 #: commands/functioncmds.c:1349
 #, c-format
 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 donnée source"
+"l'argument de la fonction de conversion doit correspondre ou être binary-coercible\n"
+"à partir du type de la donnée source"
 
 #: commands/functioncmds.c:1353
 #, c-format
 msgid "second argument of cast function must be type integer"
-msgstr "le second argument de la fonction de conversion doit être de type entier"
+msgstr "le second argument de la fonction de conversion doit être de type entier"
 
 #: commands/functioncmds.c:1357
 #, c-format
 msgid "third argument of cast function must be type boolean"
-msgstr "le troisième argument de la fonction de conversion doit être de type booléen"
+msgstr "le troisième argument de la fonction de conversion doit être de type booléen"
 
 #: commands/functioncmds.c:1361
 #, c-format
 msgid "return data type of cast function must match or be binary-coercible to target data type"
 msgstr ""
-"le type de donnée en retour de la fonction de conversion doit correspondre\n"
-"ou être coercible binairement au type de données cible"
+"le type de donnée en retour de la fonction de conversion doit correspondre\n"
+"ou être coercible binairement au type de données cible"
 
 #: commands/functioncmds.c:1372
 #, c-format
 msgid "cast function must not be volatile"
-msgstr "la fonction de conversion ne doit pas être volatile"
+msgstr "la fonction de conversion ne doit pas être volatile"
 
 #: commands/functioncmds.c:1377
 #, c-format
 msgid "cast function must not be an aggregate function"
-msgstr "la fonction de conversion ne doit pas être une fonction d'agrégat"
+msgstr "la fonction de conversion ne doit pas être une fonction d'agrégat"
 
 #: commands/functioncmds.c:1381
 #, c-format
 msgid "cast function must not be a window function"
-msgstr "la fonction de conversion ne doit pas être une fonction window"
+msgstr "la fonction de conversion ne doit pas être une fonction window"
 
 #: commands/functioncmds.c:1385
 #, c-format
@@ -5735,42 +5750,42 @@ msgstr "la fonction de conversion ne doit pas renvoyer un ensemble"
 #: commands/functioncmds.c:1411
 #, c-format
 msgid "must be superuser to create a cast WITHOUT FUNCTION"
-msgstr "doit être super-utilisateur pour créer une fonction de conversion SANS FONCTION"
+msgstr "doit être super-utilisateur pour créer une fonction de conversion SANS FONCTION"
 
 #: commands/functioncmds.c:1426
 #, c-format
 msgid "source and target data types are not physically compatible"
-msgstr "les types de données source et cible ne sont pas physiquement compatibles"
+msgstr "les types de données source et cible ne sont pas physiquement compatibles"
 
 #: commands/functioncmds.c:1441
 #, c-format
 msgid "composite data types are not binary-compatible"
-msgstr "les types de données composites ne sont pas compatibles binairement"
+msgstr "les types de données composites ne sont pas compatibles binairement"
 
 #: commands/functioncmds.c:1447
 #, c-format
 msgid "enum data types are not binary-compatible"
-msgstr "les types de données enum ne sont pas compatibles binairement"
+msgstr "les types de données enum ne sont pas compatibles binairement"
 
 #: commands/functioncmds.c:1453
 #, c-format
 msgid "array data types are not binary-compatible"
-msgstr "les types de données tableau ne sont pas compatibles binairement"
+msgstr "les types de données tableau ne sont pas compatibles binairement"
 
 #: commands/functioncmds.c:1470
 #, c-format
 msgid "domain data types must not be marked binary-compatible"
-msgstr "les types de données domaines ne sont pas compatibles binairement"
+msgstr "les types de données domaines ne sont pas compatibles binairement"
 
 #: commands/functioncmds.c:1480
 #, c-format
 msgid "source data type and target data type are the same"
-msgstr "les types de données source et cible sont identiques"
+msgstr "les types de données source et cible sont identiques"
 
 #: commands/functioncmds.c:1513
 #, c-format
 msgid "cast from type %s to type %s already exists"
-msgstr "la conversion du type %s vers le type %s existe déjà"
+msgstr "la conversion du type %s vers le type %s existe déjà"
 
 #: commands/functioncmds.c:1588
 #, c-format
@@ -5780,27 +5795,27 @@ msgstr "la conversion du type %s vers le type %s n'existe pas"
 #: commands/functioncmds.c:1637
 #, c-format
 msgid "function %s already exists in schema \"%s\""
-msgstr "la fonction %s existe déjà dans le schéma « %s »"
+msgstr "la fonction %s existe déjà dans le schéma Â« %s Â»"
 
 #: commands/functioncmds.c:1690
 #, c-format
 msgid "no inline code specified"
-msgstr "aucun code en ligne spécifié"
+msgstr "aucun code en ligne spécifié"
 
 #: commands/functioncmds.c:1735
 #, c-format
 msgid "language \"%s\" does not support inline code execution"
-msgstr "le langage « %s » ne supporte pas l'exécution de code en ligne"
+msgstr "le langage « %s » ne supporte pas l'exécution de code en ligne"
 
 #: commands/indexcmds.c:159 commands/indexcmds.c:487 commands/opclasscmds.c:364 commands/opclasscmds.c:784 commands/opclasscmds.c:1743
 #, c-format
 msgid "access method \"%s\" does not exist"
-msgstr "la méthode d'accès « %s » n'existe pas"
+msgstr "la méthode d'accès Â« %s Â» n'existe pas"
 
 #: commands/indexcmds.c:341
 #, c-format
 msgid "must specify at least one column"
-msgstr "doit spécifier au moins une colonne"
+msgstr "doit spécifier au moins une colonne"
 
 #: commands/indexcmds.c:345
 #, c-format
@@ -5810,569 +5825,569 @@ msgstr "ne peut pas utiliser plus de %d colonnes dans un index"
 #: commands/indexcmds.c:376
 #, c-format
 msgid "cannot create index on foreign table \"%s\""
-msgstr "ne peut pas créer un index sur la table distante « %s »"
+msgstr "ne peut pas créer un index sur la table distante Â« %s Â»"
 
 #: commands/indexcmds.c:391
 #, c-format
 msgid "cannot create indexes on temporary tables of other sessions"
-msgstr "ne peut pas créer les index sur les tables temporaires des autres sessions"
+msgstr "ne peut pas créer les index sur les tables temporaires des autres sessions"
 
 #: commands/indexcmds.c:446 commands/tablecmds.c:522 commands/tablecmds.c:8841
 #, c-format
 msgid "only shared relations can be placed in pg_global tablespace"
-msgstr "seules les relations partagées peuvent être placées dans le tablespace pg_global"
+msgstr "seules les relations partagées peuvent être placées dans le tablespace pg_global"
 
 #: commands/indexcmds.c:479
 #, c-format
 msgid "substituting access method \"gist\" for obsolete method \"rtree\""
-msgstr "substitution de la méthode d'accès obsolète « rtree » par « gist » "
+msgstr "substitution de la méthode d'accès obsolète Â« rtree Â» par Â« gist Â» "
 
 #: commands/indexcmds.c:496
 #, c-format
 msgid "access method \"%s\" does not support unique indexes"
-msgstr "la méthode d'accès « %s » ne supporte pas les index uniques"
+msgstr "la méthode d'accès Â« %s Â» ne supporte pas les index uniques"
 
 #: commands/indexcmds.c:501
 #, c-format
 msgid "access method \"%s\" does not support multicolumn indexes"
-msgstr "la méthode d'accès « %s » ne supporte pas les index multi-colonnes"
+msgstr "la méthode d'accès Â« %s Â» ne supporte pas les index multi-colonnes"
 
 #: commands/indexcmds.c:506
 #, c-format
 msgid "access method \"%s\" does not support exclusion constraints"
-msgstr "la méthode d'accès « %s » ne supporte pas les contraintes d'exclusion"
+msgstr "la méthode d'accès Â« %s Â» ne supporte pas les contraintes d'exclusion"
 
 #: commands/indexcmds.c:585
 #, c-format
 msgid "%s %s will create implicit index \"%s\" for table \"%s\""
-msgstr "%s %s créera un index implicite « %s » pour la table « %s »"
+msgstr "%s %s créera un index implicite Â« %s Â» pour la table Â« %s Â»"
 
 #: commands/indexcmds.c:941
 #, c-format
 msgid "functions in index predicate must be marked IMMUTABLE"
-msgstr "les fonctions dans un prédicat d'index doivent être marquées comme IMMUTABLE"
+msgstr "les fonctions dans un prédicat d'index doivent être marquées comme IMMUTABLE"
 
-#: commands/indexcmds.c:1007 parser/parse_utilcmd.c:1802
+#: commands/indexcmds.c:1007 parser/parse_utilcmd.c:1804
 #, c-format
 msgid "column \"%s\" named in key does not exist"
-msgstr "la colonne « %s » nommée dans la clé n'existe pas"
+msgstr "la colonne « %s » nommée dans la clé n'existe pas"
 
 #: commands/indexcmds.c:1067
 #, c-format
 msgid "functions in index expression must be marked IMMUTABLE"
 msgstr ""
-"les fonctions dans l'expression de l'index doivent être marquées comme\n"
+"les fonctions dans l'expression de l'index doivent être marquées comme\n"
 "IMMUTABLE"
 
 #: commands/indexcmds.c:1090
 #, c-format
 msgid "could not determine which collation to use for index expression"
-msgstr "n'a pas pu déterminer le collationnement à utiliser pour l'expression d'index"
+msgstr "n'a pas pu déterminer le collationnement à utiliser pour l'expression d'index"
 
-#: commands/indexcmds.c:1098 commands/typecmds.c:780 parser/parse_expr.c:2261 parser/parse_type.c:499 parser/parse_utilcmd.c:2653 utils/adt/misc.c:527
+#: commands/indexcmds.c:1098 commands/typecmds.c:780 parser/parse_expr.c:2261 parser/parse_type.c:499 parser/parse_utilcmd.c:2655 utils/adt/misc.c:527
 #, c-format
 msgid "collations are not supported by type %s"
-msgstr "les collationnements ne sont pas supportés par le type %s"
+msgstr "les collationnements ne sont pas supportés par le type %s"
 
 #: commands/indexcmds.c:1136
 #, c-format
 msgid "operator %s is not commutative"
-msgstr "l'opérateur %s n'est pas commutatif"
+msgstr "l'opérateur %s n'est pas commutatif"
 
 #: commands/indexcmds.c:1138
 #, c-format
 msgid "Only commutative operators can be used in exclusion constraints."
-msgstr "Seuls les opérateurs commutatifs peuvent être utilisés dans les contraintes d'exclusion."
+msgstr "Seuls les opérateurs commutatifs peuvent être utilisés dans les contraintes d'exclusion."
 
 #: commands/indexcmds.c:1164
 #, c-format
 msgid "operator %s is not a member of operator family \"%s\""
-msgstr "l'opérateur %s n'est pas un membre de la famille d'opérateur « %s »"
+msgstr "l'opérateur %s n'est pas un membre de la famille d'opérateur Â« %s Â»"
 
 #: commands/indexcmds.c:1167
 #, c-format
 msgid "The exclusion operator must be related to the index operator class for the constraint."
 msgstr ""
-"L'opérateur d'exclusion doit être en relation avec la classe d'opérateur de\n"
+"L'opérateur d'exclusion doit être en relation avec la classe d'opérateur de\n"
 "l'index pour la contrainte."
 
 #: commands/indexcmds.c:1202
 #, c-format
 msgid "access method \"%s\" does not support ASC/DESC options"
-msgstr "la méthode d'accès « %s » ne supporte pas les options ASC/DESC"
+msgstr "la méthode d'accès Â« %s Â» ne supporte pas les options ASC/DESC"
 
 #: commands/indexcmds.c:1207
 #, c-format
 msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
-msgstr "la méthode d'accès « %s » ne supporte pas les options NULLS FIRST/LAST"
+msgstr "la méthode d'accès Â« %s Â» ne supporte pas les options NULLS FIRST/LAST"
 
 #: commands/indexcmds.c:1263 commands/typecmds.c:1885
 #, c-format
 msgid "data type %s has no default operator class for access method \"%s\""
 msgstr ""
-"le type de données %s n'a pas de classe d'opérateurs par défaut pour la\n"
-"méthode d'accès « %s »"
+"le type de données %s n'a pas de classe d'opérateurs par défaut pour la\n"
+"méthode d'accès Â« %s Â»"
 
 #: commands/indexcmds.c:1265
 #, c-format
 msgid "You must specify an operator class for the index or define a default operator class for the data type."
 msgstr ""
-"Vous devez spécifier une classe d'opérateur pour l'index ou définir une\n"
-"classe d'opérateur par défaut pour le type de données."
+"Vous devez spécifier une classe d'opérateur pour l'index ou définir une\n"
+"classe d'opérateur par défaut pour le type de données."
 
 #: commands/indexcmds.c:1294 commands/indexcmds.c:1302 commands/opclasscmds.c:208
 #, c-format
 msgid "operator class \"%s\" does not exist for access method \"%s\""
-msgstr "la classe d'opérateur « %s » n'existe pas pour la méthode d'accès « %s »"
+msgstr "la classe d'opérateur Â« %s Â» n'existe pas pour la méthode d'accès Â« %s Â»"
 
 #: commands/indexcmds.c:1315 commands/typecmds.c:1873
 #, c-format
 msgid "operator class \"%s\" does not accept data type %s"
-msgstr "la classe d'opérateur « %s » n'accepte pas le type de données %s"
+msgstr "la classe d'opérateur « %s » n'accepte pas le type de données %s"
 
 #: commands/indexcmds.c:1405
 #, c-format
 msgid "there are multiple default operator classes for data type %s"
 msgstr ""
-"il existe de nombreuses classes d'opérateur par défaut pour le type de\n"
-"données %s"
+"il existe de nombreuses classes d'opérateur par défaut pour le type de\n"
+"données %s"
 
 #: commands/indexcmds.c:1781
 #, c-format
 msgid "table \"%s\" has no indexes"
-msgstr "la table « %s » n'a pas d'index"
+msgstr "la table Â« %s Â» n'a pas d'index"
 
 #: commands/indexcmds.c:1811
 #, c-format
 msgid "can only reindex the currently open database"
-msgstr "peut seulement réindexer la base de données en cours"
+msgstr "peut seulement réindexer la base de données en cours"
 
 #: commands/indexcmds.c:1899
 #, c-format
 msgid "table \"%s.%s\" was reindexed"
-msgstr "la table « %s.%s » a été réindexée"
+msgstr "la table « %s.%s » a été réindexée"
 
 #: commands/opclasscmds.c:132
 #, c-format
 msgid "operator family \"%s\" does not exist for access method \"%s\""
-msgstr "la famille d'opérateur « %s » n'existe pas pour la méthode d'accès « %s »"
+msgstr "la famille d'opérateur Â« %s Â» n'existe pas pour la méthode d'accès Â« %s Â»"
 
 #: commands/opclasscmds.c:267
 #, c-format
 msgid "operator family \"%s\" for access method \"%s\" already exists"
-msgstr "la famille d'opérateur « %s » existe déjà pour la méthode d'accès « %s »"
+msgstr "la famille d'opérateur Â« %s Â» existe déjà pour la méthode d'accès Â« %s Â»"
 
 #: commands/opclasscmds.c:403
 #, c-format
 msgid "must be superuser to create an operator class"
-msgstr "doit être super-utilisateur pour créer une classe d'opérateur"
+msgstr "doit être super-utilisateur pour créer une classe d'opérateur"
 
 #: commands/opclasscmds.c:474 commands/opclasscmds.c:860 commands/opclasscmds.c:990
 #, c-format
 msgid "invalid operator number %d, must be between 1 and %d"
-msgstr "numéro d'opérateur %d invalide, doit être compris entre 1 et %d"
+msgstr "numéro d'opérateur %d invalide, doit être compris entre 1 et %d"
 
 #: commands/opclasscmds.c:525 commands/opclasscmds.c:911 commands/opclasscmds.c:1005
 #, c-format
 msgid "invalid procedure number %d, must be between 1 and %d"
-msgstr "numéro de procédure %d invalide, doit être compris entre 1 et %d"
+msgstr "numéro de procédure %d invalide, doit être compris entre 1 et %d"
 
 #: commands/opclasscmds.c:555
 #, c-format
 msgid "storage type specified more than once"
-msgstr "type de stockage spécifié plus d'une fois"
+msgstr "type de stockage spécifié plus d'une fois"
 
 #: commands/opclasscmds.c:582
 #, c-format
 msgid "storage type cannot be different from data type for access method \"%s\""
 msgstr ""
-"le type de stockage ne peut pas être différent du type de données pour la\n"
-"méthode d'accès « %s »"
+"le type de stockage ne peut pas être différent du type de données pour la\n"
+"méthode d'accès Â« %s Â»"
 
 #: commands/opclasscmds.c:598
 #, c-format
 msgid "operator class \"%s\" for access method \"%s\" already exists"
-msgstr "la classe d'opérateur « %s » existe déjà pour la méthode d'accès « %s »"
+msgstr "la classe d'opérateur Â« %s Â» existe déjà pour la méthode d'accès Â« %s Â»"
 
 #: commands/opclasscmds.c:626
 #, c-format
 msgid "could not make operator class \"%s\" be default for type %s"
-msgstr "n'a pas pu rendre la classe d'opérateur « %s » par défaut pour le type %s"
+msgstr "n'a pas pu rendre la classe d'opérateur « %s » par défaut pour le type %s"
 
 #: commands/opclasscmds.c:629
 #, c-format
 msgid "Operator class \"%s\" already is the default."
-msgstr "La classe d'opérateur « %s » est déjà la classe par défaut."
+msgstr "La classe d'opérateur « %s » est déjà la classe par défaut."
 
 #: commands/opclasscmds.c:754
 #, c-format
 msgid "must be superuser to create an operator family"
-msgstr "doit être super-utilisateur pour créer une famille d'opérateur"
+msgstr "doit être super-utilisateur pour créer une famille d'opérateur"
 
 #: commands/opclasscmds.c:810
 #, c-format
 msgid "must be superuser to alter an operator family"
-msgstr "doit être super-utilisateur pour modifier une famille d'opérateur"
+msgstr "doit être super-utilisateur pour modifier une famille d'opérateur"
 
 #: commands/opclasscmds.c:876
 #, c-format
 msgid "operator argument types must be specified in ALTER OPERATOR FAMILY"
 msgstr ""
-"les types d'argument de l'opérateur doivent être indiqués dans ALTER\n"
+"les types d'argument de l'opérateur doivent être indiqués dans ALTER\n"
 "OPERATOR FAMILY"
 
 #: commands/opclasscmds.c:940
 #, c-format
 msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY"
-msgstr "STORAGE ne peut pas être spécifié dans ALTER OPERATOR FAMILY"
+msgstr "STORAGE ne peut pas être spécifié dans ALTER OPERATOR FAMILY"
 
 #: commands/opclasscmds.c:1056
 #, c-format
 msgid "one or two argument types must be specified"
-msgstr "un ou deux types d'argument doit être spécifié"
+msgstr "un ou deux types d'argument doit être spécifié"
 
 #: commands/opclasscmds.c:1082
 #, c-format
 msgid "index operators must be binary"
-msgstr "les opérateurs d'index doivent être binaires"
+msgstr "les opérateurs d'index doivent être binaires"
 
 #: commands/opclasscmds.c:1107
 #, c-format
 msgid "access method \"%s\" does not support ordering operators"
-msgstr "la méthode d'accès « %s » ne supporte pas les opérateurs de tri"
+msgstr "la méthode d'accès « %s » ne supporte pas les opérateurs de tri"
 
 #: commands/opclasscmds.c:1120
 #, c-format
 msgid "index search operators must return boolean"
-msgstr "les opérateurs de recherche d'index doivent renvoyer un booléen"
+msgstr "les opérateurs de recherche d'index doivent renvoyer un booléen"
 
 #: commands/opclasscmds.c:1162
 #, c-format
 msgid "btree comparison procedures must have two arguments"
-msgstr "les procédures de comparaison btree doivent avoir deux arguments"
+msgstr "les procédures de comparaison btree doivent avoir deux arguments"
 
 #: commands/opclasscmds.c:1166
 #, c-format
 msgid "btree comparison procedures must return integer"
-msgstr "les procédures de comparaison btree doivent renvoyer un entier"
+msgstr "les procédures de comparaison btree doivent renvoyer un entier"
 
 #: commands/opclasscmds.c:1183
 #, c-format
 msgid "btree sort support procedures must accept type \"internal\""
-msgstr "les procédures de support de tri btree doivent accepter le type « internal »"
+msgstr "les procédures de support de tri btree doivent accepter le type Â« internal Â»"
 
 #: commands/opclasscmds.c:1187
 #, c-format
 msgid "btree sort support procedures must return void"
-msgstr "les procédures de support de tri btree doivent renvoyer void"
+msgstr "les procédures de support de tri btree doivent renvoyer void"
 
 #: commands/opclasscmds.c:1199
 #, c-format
 msgid "hash procedures must have one argument"
-msgstr "les procédures de hachage doivent avoir un argument"
+msgstr "les procédures de hachage doivent avoir un argument"
 
 #: commands/opclasscmds.c:1203
 #, c-format
 msgid "hash procedures must return integer"
-msgstr "les procédures de hachage doivent renvoyer un entier"
+msgstr "les procédures de hachage doivent renvoyer un entier"
 
 #: commands/opclasscmds.c:1227
 #, c-format
 msgid "associated data types must be specified for index support procedure"
 msgstr ""
-"les types de données associés doivent être indiqués pour la procédure de\n"
+"les types de données associés doivent être indiqués pour la procédure de\n"
 "support de l'index"
 
 #: commands/opclasscmds.c:1252
 #, c-format
 msgid "procedure number %d for (%s,%s) appears more than once"
-msgstr "le numéro de procédure %d pour (%s, %s) apparaît plus d'une fois"
+msgstr "le numéro de procédure %d pour (%s, %s) apparaît plus d'une fois"
 
 #: commands/opclasscmds.c:1259
 #, c-format
 msgid "operator number %d for (%s,%s) appears more than once"
-msgstr "le numéro d'opérateur %d pour (%s, %s) apparaît plus d'une fois"
+msgstr "le numéro d'opérateur %d pour (%s, %s) apparaît plus d'une fois"
 
 #: commands/opclasscmds.c:1308
 #, c-format
 msgid "operator %d(%s,%s) already exists in operator family \"%s\""
-msgstr "l'opérateur %d(%s, %s) existe déjà dans la famille d'opérateur « %s »"
+msgstr "l'opérateur %d(%s, %s) existe déjà dans la famille d'opérateur Â« %s Â»"
 
 #: commands/opclasscmds.c:1424
 #, c-format
 msgid "function %d(%s,%s) already exists in operator family \"%s\""
-msgstr "la fonction %d(%s, %s) existe déjà dans la famille d'opérateur « %s »"
+msgstr "la fonction %d(%s, %s) existe déjà dans la famille d'opérateur Â« %s Â»"
 
 #: commands/opclasscmds.c:1514
 #, c-format
 msgid "operator %d(%s,%s) does not exist in operator family \"%s\""
-msgstr "l'opérateur %d(%s, %s) n'existe pas dans la famille d'opérateur « %s »"
+msgstr "l'opérateur %d(%s, %s) n'existe pas dans la famille d'opérateur Â« %s Â»"
 
 #: commands/opclasscmds.c:1554
 #, c-format
 msgid "function %d(%s,%s) does not exist in operator family \"%s\""
-msgstr "la fonction %d(%s, %s) n'existe pas dans la famille d'opérateur « %s »"
+msgstr "la fonction %d(%s, %s) n'existe pas dans la famille d'opérateur Â« %s Â»"
 
 #: commands/opclasscmds.c:1699
 #, c-format
 msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\""
 msgstr ""
-"la classe d'opérateur « %s » de la méthode d'accès « %s » existe déjà dans\n"
-"le schéma « %s »"
+"la classe d'opérateur « %s » de la méthode d'accès « %s » existe déjà dans\n"
+"le schéma Â« %s Â»"
 
 #: commands/opclasscmds.c:1722
 #, c-format
 msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\""
 msgstr ""
-"la famille d'opérateur « %s » de la méthode d'accès « %s » existe déjà dans\n"
-"le schéma « %s »"
+"la famille d'opérateur « %s » de la méthode d'accès « %s » existe déjà dans\n"
+"le schéma Â« %s Â»"
 
 #: commands/operatorcmds.c:97
 #, c-format
 msgid "=> is deprecated as an operator name"
-msgstr "=> est un nom d'opérateur obsolète"
+msgstr "=> est un nom d'opérateur obsolète"
 
 #: commands/operatorcmds.c:98
 #, c-format
 msgid "This name may be disallowed altogether in future versions of PostgreSQL."
-msgstr "Ce nom pourrait être interdit dans les prochaines versions de PostgreSQL."
+msgstr "Ce nom pourrait être interdit dans les prochaines versions de PostgreSQL."
 
 #: commands/operatorcmds.c:119 commands/operatorcmds.c:127
 #, c-format
 msgid "SETOF type not allowed for operator argument"
-msgstr "type SETOF non autorisé pour l'argument de l'opérateur"
+msgstr "type SETOF non autorisé pour l'argument de l'opérateur"
 
 #: commands/operatorcmds.c:155
 #, c-format
 msgid "operator attribute \"%s\" not recognized"
-msgstr "l'attribut « %s » de l'opérateur n'est pas reconnu"
+msgstr "l'attribut « %s » de l'opérateur n'est pas reconnu"
 
 #: commands/operatorcmds.c:165
 #, c-format
 msgid "operator procedure must be specified"
-msgstr "la procédure de l'opérateur doit être spécifiée"
+msgstr "la procédure de l'opérateur doit être spécifiée"
 
 #: commands/operatorcmds.c:176
 #, c-format
 msgid "at least one of leftarg or rightarg must be specified"
-msgstr "au moins un des arguments (le gauche ou le droit) doit être spécifié"
+msgstr "au moins un des arguments (le gauche ou le droit) doit être spécifié"
 
 #: commands/operatorcmds.c:244
 #, c-format
 msgid "restriction estimator function %s must return type \"float8\""
 msgstr ""
 "la fonction d'estimation de la restriction, de nom %s, doit renvoyer le type\n"
-"« float8 »"
+"« float8 Â»"
 
 #: commands/operatorcmds.c:283
 #, c-format
 msgid "join estimator function %s must return type \"float8\""
 msgstr ""
 "la fonction d'estimation de la jointure, de nom %s, doit renvoyer le type\n"
-"« float8 »"
+"« float8 Â»"
 
 #: commands/portalcmds.c:61 commands/portalcmds.c:160 commands/portalcmds.c:212
 #, c-format
 msgid "invalid cursor name: must not be empty"
-msgstr "nom de curseur invalide : il ne doit pas être vide"
+msgstr "nom de curseur invalide : il ne doit pas être vide"
 
 #: commands/portalcmds.c:168 commands/portalcmds.c:222 executor/execCurrent.c:67 utils/adt/xml.c:2396 utils/adt/xml.c:2563
 #, c-format
 msgid "cursor \"%s\" does not exist"
-msgstr "le curseur « %s » n'existe pas"
+msgstr "le curseur Â« %s Â» n'existe pas"
 
 #: commands/portalcmds.c:411
 #, c-format
 msgid "could not reposition held cursor"
-msgstr "n'a pas pu repositionner le curseur détenu"
+msgstr "n'a pas pu repositionner le curseur détenu"
 
 #: commands/prepare.c:71
 #, c-format
 msgid "invalid statement name: must not be empty"
-msgstr "nom de l'instruction invalide : ne doit pas être vide"
+msgstr "nom de l'instruction invalide : ne doit pas être vide"
 
 #: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1326
 #, c-format
 msgid "could not determine data type of parameter $%d"
-msgstr "n'a pas pu déterminer le type de données du paramètre $%d"
+msgstr "n'a pas pu déterminer le type de données du paramètre $%d"
 
 #: commands/prepare.c:147
 #, c-format
 msgid "utility statements cannot be prepared"
-msgstr "les instructions utilitaires ne peuvent pas être préparées"
+msgstr "les instructions utilitaires ne peuvent pas être préparées"
 
 #: commands/prepare.c:257 commands/prepare.c:264
 #, c-format
 msgid "prepared statement is not a SELECT"
-msgstr "l'instruction préparée n'est pas un SELECT"
+msgstr "l'instruction préparée n'est pas un SELECT"
 
 #: commands/prepare.c:332
 #, c-format
 msgid "wrong number of parameters for prepared statement \"%s\""
-msgstr "mauvais nombre de paramètres pour l'instruction préparée « %s »"
+msgstr "mauvais nombre de paramètres pour l'instruction préparée Â« %s Â»"
 
 #: commands/prepare.c:334
 #, c-format
 msgid "Expected %d parameters but got %d."
-msgstr "%d paramètres attendus mais %d reçus."
+msgstr "%d paramètres attendus mais %d reçus."
 
 #: commands/prepare.c:370
 #, c-format
 msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
 msgstr ""
-"le paramètre $%d de type %s ne peut être utilisé dans la coercion à cause du\n"
+"le paramètre $%d de type %s ne peut être utilisé dans la coercion à cause du\n"
 "type %s attendu"
 
 #: commands/prepare.c:465
 #, c-format
 msgid "prepared statement \"%s\" already exists"
-msgstr "l'instruction préparée « %s » existe déjà"
+msgstr "l'instruction préparée « %s » existe déjà"
 
 #: commands/prepare.c:504
 #, c-format
 msgid "prepared statement \"%s\" does not exist"
-msgstr "l'instruction préparée « %s » n'existe pas"
+msgstr "l'instruction préparée Â« %s Â» n'existe pas"
 
 #: commands/proclang.c:86
 #, c-format
 msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
 msgstr ""
-"utilisation des informations de pg_pltemplate au lieu des paramètres de\n"
+"utilisation des informations de pg_pltemplate au lieu des paramètres de\n"
 "CREATE LANGUAGE"
 
 #: commands/proclang.c:96
 #, c-format
 msgid "must be superuser to create procedural language \"%s\""
-msgstr "doit être super-utilisateur pour créer le langage de procédures « %s »"
+msgstr "doit Ãªtre super-utilisateur pour créer le langage de procédures Â« %s Â»"
 
 #: commands/proclang.c:116 commands/proclang.c:278
 #, c-format
 msgid "function %s must return type \"language_handler\""
-msgstr "la fonction %s doit renvoyer le type « language_handler »"
+msgstr "la fonction %s doit renvoyer le type Â« language_handler Â»"
 
 #: commands/proclang.c:242
 #, c-format
 msgid "unsupported language \"%s\""
-msgstr "langage non supporté « %s »"
+msgstr "langage non supporté Â« %s Â»"
 
 #: commands/proclang.c:244
 #, c-format
 msgid "The supported languages are listed in the pg_pltemplate system catalog."
-msgstr "Les langages supportés sont listés dans le catalogue système pg_pltemplate."
+msgstr "Les langages supportés sont listés dans le catalogue système pg_pltemplate."
 
 #: commands/proclang.c:252
 #, c-format
 msgid "must be superuser to create custom procedural language"
-msgstr "doit être super-utilisateur pour créer un langage de procédures personnalisé"
+msgstr "doit être super-utilisateur pour créer un langage de procédures personnalisé"
 
 #: commands/proclang.c:271
 #, 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 »"
+"changement du type du code retour de la fonction %s d'« opaque » à\n"
+"« language_handler Â»"
 
 #: commands/schemacmds.c:84 commands/schemacmds.c:236
 #, c-format
 msgid "unacceptable schema name \"%s\""
-msgstr "nom de schéma « %s » inacceptable"
+msgstr "nom de schéma Â« %s Â» inacceptable"
 
 #: commands/schemacmds.c:85 commands/schemacmds.c:237
 #, c-format
 msgid "The prefix \"pg_\" is reserved for system schemas."
-msgstr "Le préfixe « pg_ » est réservé pour les schémas système."
+msgstr "Le préfixe « pg_ » est réservé pour les schémas système."
 
 #: commands/schemacmds.c:99
 #, c-format
 msgid "schema \"%s\" already exists, skipping"
-msgstr "la schéma « %s » existe déjà, poursuite du traitement"
+msgstr "la schéma « %s » existe déjà, poursuite du traitement"
 
 #: commands/seclabel.c:58
 #, c-format
 msgid "no security label providers have been loaded"
-msgstr "aucun fournisseur de label de sécurité n'a été chargé"
+msgstr "aucun fournisseur de label de sécurité n'a été chargé"
 
 #: commands/seclabel.c:62
 #, c-format
 msgid "must specify provider when multiple security label providers have been loaded"
-msgstr "doit indiquer le fournisseur quand plusieurs fournisseurs de labels de sécurité sont chargés"
+msgstr "doit indiquer le fournisseur quand plusieurs fournisseurs de labels de sécurité sont chargés"
 
 #: commands/seclabel.c:80
 #, c-format
 msgid "security label provider \"%s\" is not loaded"
-msgstr "le fournisseur « %s » de label de sécurité n'est pas chargé"
+msgstr "le fournisseur « %s » de label de sécurité n'est pas chargé"
 
 #: commands/sequence.c:128
 #, c-format
 msgid "unlogged sequences are not supported"
-msgstr "les séquences non tracées ne sont pas supportées"
+msgstr "les séquences non tracées ne sont pas supportées"
 
-#: commands/sequence.c:430 commands/tablecmds.c:2293 commands/tablecmds.c:2472 commands/tablecmds.c:9989 tcop/utility.c:999
+#: commands/sequence.c:430 commands/tablecmds.c:2293 commands/tablecmds.c:2472 commands/tablecmds.c:10000 tcop/utility.c:999
 #, c-format
 msgid "relation \"%s\" does not exist, skipping"
-msgstr "la relation « %s » n'existe pas, poursuite du traitement"
+msgstr "la relation Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/sequence.c:652
 #, c-format
 msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
-msgstr "nextval : valeur maximale de la séquence « %s » (%s) atteinte"
+msgstr "nextval : valeur maximale de la séquence Â« %s Â» (%s) atteinte"
 
 #: commands/sequence.c:675
 #, c-format
 msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
-msgstr "nextval : valeur minimale de la séquence « %s » (%s) atteinte"
+msgstr "nextval : valeur minimale de la séquence Â« %s Â» (%s) atteinte"
 
 #: commands/sequence.c:798
 #, c-format
 msgid "currval of sequence \"%s\" is not yet defined in this session"
 msgstr ""
-"la valeur courante (currval) de la séquence « %s » n'est pas encore définie\n"
+"la valeur courante (currval) de la séquence « %s » n'est pas encore définie\n"
 "dans cette session"
 
 #: commands/sequence.c:817 commands/sequence.c:823
 #, c-format
 msgid "lastval is not yet defined in this session"
-msgstr "la dernière valeur (lastval) n'est pas encore définie dans cette session"
+msgstr "la dernière valeur (lastval) n'est pas encore définie dans cette session"
 
 #: commands/sequence.c:892
 #, 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 séquence « %s » (%s..%s)"
+msgstr "setval : la valeur %s est en dehors des limites de la séquence Â« %s Â» (%s..%s)"
 
 #: commands/sequence.c:1265
 #, c-format
 msgid "INCREMENT must not be zero"
-msgstr "la valeur INCREMENT ne doit pas être zéro"
+msgstr "la valeur INCREMENT ne doit pas être zéro"
 
 #: commands/sequence.c:1321
 #, c-format
 msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
-msgstr "la valeur MINVALUE (%s) doit être moindre que la valeur MAXVALUE (%s)"
+msgstr "la valeur MINVALUE (%s) doit être moindre que la valeur MAXVALUE (%s)"
 
 #: commands/sequence.c:1346
 #, 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)"
+msgstr "la valeur START (%s) ne peut pas être plus petite que celle de MINVALUE (%s)"
 
 #: commands/sequence.c:1358
 #, 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)"
+msgstr "la valeur START (%s) ne peut pas être plus grande que celle de MAXVALUE (%s)"
 
 #: commands/sequence.c:1388
 #, 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)"
+msgstr "la valeur RESTART (%s) ne peut pas être plus petite que celle de MINVALUE (%s)"
 
 #: commands/sequence.c:1400
 #, 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)"
+msgstr "la valeur RESTART (%s) ne peut pas être plus grande que celle de MAXVALUE (%s)"
 
 #: commands/sequence.c:1415
 #, c-format
 msgid "CACHE (%s) must be greater than zero"
-msgstr "la valeur CACHE (%s) doit être plus grande que zéro"
+msgstr "la valeur CACHE (%s) doit être plus grande que zéro"
 
 #: commands/sequence.c:1447
 #, c-format
@@ -6387,27 +6402,27 @@ msgstr "Indiquer OWNED BY table.colonne ou OWNED BY NONE."
 #: commands/sequence.c:1471
 #, c-format
 msgid "referenced relation \"%s\" is not a table or foreign table"
-msgstr "la relation référencée « %s » n'est ni une table ni une table distante"
+msgstr "la relation référencée Â« %s Â» n'est ni une table ni une table distante"
 
 #: commands/sequence.c:1478
 #, c-format
 msgid "sequence must have same owner as table it is linked to"
-msgstr "la séquence doit avoir le même propriétaire que la table avec laquelle elle est liée"
+msgstr "la séquence doit avoir le même propriétaire que la table avec laquelle elle est liée"
 
 #: commands/sequence.c:1482
 #, c-format
 msgid "sequence must be in same schema as table it is linked to"
-msgstr "la séquence doit être dans le même schéma que la table avec laquelle elle est liée"
+msgstr "la séquence doit être dans le même schéma que la table avec laquelle elle est liée"
 
 #: commands/tablecmds.c:206
 #, c-format
 msgid "table \"%s\" does not exist"
-msgstr "la table « %s » n'existe pas"
+msgstr "la table Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:207
 #, c-format
 msgid "table \"%s\" does not exist, skipping"
-msgstr "la table « %s » n'existe pas, poursuite du traitement"
+msgstr "la table Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:209
 msgid "Use DROP TABLE to remove a table."
@@ -6416,26 +6431,26 @@ msgstr "Utilisez DROP TABLE pour supprimer une table."
 #: commands/tablecmds.c:212
 #, c-format
 msgid "sequence \"%s\" does not exist"
-msgstr "la séquence « %s » n'existe pas"
+msgstr "la séquence Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:213
 #, c-format
 msgid "sequence \"%s\" does not exist, skipping"
-msgstr "la séquence « %s » n'existe pas, poursuite du traitement"
+msgstr "la séquence Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:215
 msgid "Use DROP SEQUENCE to remove a sequence."
-msgstr "Utilisez DROP SEQUENCE pour supprimer une séquence."
+msgstr "Utilisez DROP SEQUENCE pour supprimer une séquence."
 
 #: commands/tablecmds.c:218
 #, c-format
 msgid "view \"%s\" does not exist"
-msgstr "la vue « %s » n'existe pas"
+msgstr "la vue Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:219
 #, c-format
 msgid "view \"%s\" does not exist, skipping"
-msgstr "la vue « %s » n'existe pas, poursuite du traitement"
+msgstr "la vue Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:221
 msgid "Use DROP VIEW to remove a view."
@@ -6444,26 +6459,26 @@ msgstr "Utilisez DROP VIEW pour supprimer une vue."
 #: commands/tablecmds.c:224
 #, c-format
 msgid "materialized view \"%s\" does not exist"
-msgstr "la vue matérialisée « %s » n'existe pas"
+msgstr "la vue matérialisée Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:225
 #, c-format
 msgid "materialized view \"%s\" does not exist, skipping"
-msgstr "la vue matérialisée « %s » n'existe pas, poursuite du traitement"
+msgstr "la vue matérialisée Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:227
 msgid "Use DROP MATERIALIZED VIEW to remove a materialized view."
-msgstr "Utilisez DROP MATERIALIZED VIEW pour supprimer une vue matérialisée."
+msgstr "Utilisez DROP MATERIALIZED VIEW pour supprimer une vue matérialisée."
 
-#: commands/tablecmds.c:230 parser/parse_utilcmd.c:1553
+#: commands/tablecmds.c:230 parser/parse_utilcmd.c:1555
 #, c-format
 msgid "index \"%s\" does not exist"
-msgstr "l'index « %s » n'existe pas"
+msgstr "l'index Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:231
 #, c-format
 msgid "index \"%s\" does not exist, skipping"
-msgstr "l'index « %s » n'existe pas, poursuite du traitement"
+msgstr "l'index Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:233
 msgid "Use DROP INDEX to remove an index."
@@ -6472,21 +6487,21 @@ msgstr "Utilisez DROP INDEX pour supprimer un index."
 #: commands/tablecmds.c:238
 #, c-format
 msgid "\"%s\" is not a type"
-msgstr "« %s » n'est pas un type"
+msgstr "« %s Â» n'est pas un type"
 
 #: commands/tablecmds.c:239
 msgid "Use DROP TYPE to remove a type."
 msgstr "Utilisez DROP TYPE pour supprimer un type."
 
-#: commands/tablecmds.c:242 commands/tablecmds.c:7833 commands/tablecmds.c:9921
+#: commands/tablecmds.c:242 commands/tablecmds.c:7833 commands/tablecmds.c:9932
 #, c-format
 msgid "foreign table \"%s\" does not exist"
-msgstr "la table distante « %s » n'existe pas"
+msgstr "la table distante Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:243
 #, c-format
 msgid "foreign table \"%s\" does not exist, skipping"
-msgstr "la table distante « %s » n'existe pas, poursuite du traitement"
+msgstr "la table distante Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablecmds.c:245
 msgid "Use DROP FOREIGN TABLE to remove a foreign table."
@@ -6495,19 +6510,19 @@ msgstr "Utilisez DROP FOREIGN TABLE pour supprimer une table distante."
 #: commands/tablecmds.c:466
 #, c-format
 msgid "ON COMMIT can only be used on temporary tables"
-msgstr "ON COMMIT peut seulement être utilisé sur des tables temporaires"
+msgstr "ON COMMIT peut seulement être utilisé sur des tables temporaires"
 
 #: commands/tablecmds.c:470 parser/parse_utilcmd.c:528 parser/parse_utilcmd.c:539 parser/parse_utilcmd.c:556 parser/parse_utilcmd.c:618
 #, c-format
 msgid "constraints are not supported on foreign tables"
-msgstr "les contraintes ne sont pas supportés par les tables distantes"
+msgstr "les contraintes ne sont pas supportés par les tables distantes"
 
 #: commands/tablecmds.c:490
 #, c-format
 msgid "cannot create temporary table within security-restricted operation"
 msgstr ""
-"ne peut pas créer une table temporaire à l'intérieur d'une fonction\n"
-"restreinte pour sécurité"
+"ne peut pas créer une table temporaire à l'intérieur d'une fonction\n"
+"restreinte pour sécurité"
 
 #: commands/tablecmds.c:765
 #, c-format
@@ -6519,50 +6534,50 @@ msgstr "DROP INDEX CONCURRENTLY ne permet pas de supprimer plusieurs objets"
 msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
 msgstr "DROP INDEX CONCURRENTLY ne permet pas la CASCADE"
 
-#: commands/tablecmds.c:914 commands/tablecmds.c:1252 commands/tablecmds.c:2108 commands/tablecmds.c:3999 commands/tablecmds.c:5819 commands/tablecmds.c:10534 commands/tablecmds.c:10569 commands/trigger.c:213 commands/trigger.c:1098 commands/trigger.c:1204 rewrite/rewriteDefine.c:274 rewrite/rewriteDefine.c:902
+#: commands/tablecmds.c:914 commands/tablecmds.c:1252 commands/tablecmds.c:2108 commands/tablecmds.c:3999 commands/tablecmds.c:5819 commands/tablecmds.c:10545 commands/tablecmds.c:10580 commands/trigger.c:213 commands/trigger.c:1098 commands/trigger.c:1204 rewrite/rewriteDefine.c:274 rewrite/rewriteDefine.c:902
 #, c-format
 msgid "permission denied: \"%s\" is a system catalog"
-msgstr "droit refusé : « %s » est un catalogue système"
+msgstr "droit refusé : « %s » est un catalogue système"
 
 #: commands/tablecmds.c:1028
 #, c-format
 msgid "truncate cascades to table \"%s\""
-msgstr "TRUNCATE cascade sur la table « %s »"
+msgstr "TRUNCATE cascade sur la table Â« %s Â»"
 
 #: commands/tablecmds.c:1262
 #, c-format
 msgid "cannot truncate temporary tables of other sessions"
 msgstr "ne peut pas tronquer les tables temporaires des autres sessions"
 
-#: commands/tablecmds.c:1467 parser/parse_utilcmd.c:1765
+#: commands/tablecmds.c:1467 parser/parse_utilcmd.c:1767
 #, c-format
 msgid "inherited relation \"%s\" is not a table"
-msgstr "la relation héritée « %s » n'est pas une table"
+msgstr "la relation héritée Â« %s Â» n'est pas une table"
 
 #: commands/tablecmds.c:1474 commands/tablecmds.c:9106
 #, c-format
 msgid "cannot inherit from temporary relation \"%s\""
-msgstr "ine peut pas hériter à partir d'une relation temporaire « %s »"
+msgstr "ine peut pas hériter Ã  partir d'une relation temporaire Â« %s Â»"
 
 #: commands/tablecmds.c:1482 commands/tablecmds.c:9114
 #, c-format
 msgid "cannot inherit from temporary relation of another session"
-msgstr "ne peut pas hériter de la table temporaire d'une autre session"
+msgstr "ne peut pas hériter de la table temporaire d'une autre session"
 
 #: commands/tablecmds.c:1498 commands/tablecmds.c:9148
 #, c-format
 msgid "relation \"%s\" would be inherited from more than once"
-msgstr "la relation « %s » serait héritée plus d'une fois"
+msgstr "la relation « %s » serait héritée plus d'une fois"
 
 #: commands/tablecmds.c:1546
 #, c-format
 msgid "merging multiple inherited definitions of column \"%s\""
-msgstr "assemblage de plusieurs définitions d'héritage pour la colonne « %s »"
+msgstr "assemblage de plusieurs définitions d'héritage pour la colonne Â« %s Â»"
 
 #: commands/tablecmds.c:1554
 #, c-format
 msgid "inherited column \"%s\" has a type conflict"
-msgstr "la colonne héritée « %s » a un conflit de type"
+msgstr "la colonne héritée Â« %s Â» a un conflit de type"
 
 #: commands/tablecmds.c:1556 commands/tablecmds.c:1577 commands/tablecmds.c:1764 commands/tablecmds.c:1786 parser/parse_coerce.c:1592 parser/parse_coerce.c:1612 parser/parse_coerce.c:1632 parser/parse_coerce.c:1677 parser/parse_coerce.c:1714 parser/parse_param.c:218
 #, c-format
@@ -6572,202 +6587,202 @@ msgstr "%s versus %s"
 #: commands/tablecmds.c:1563
 #, c-format
 msgid "inherited column \"%s\" has a collation conflict"
-msgstr "la colonne héritée « %s » a un conflit sur le collationnement"
+msgstr "la colonne héritée Â« %s Â» a un conflit sur le collationnement"
 
 #: commands/tablecmds.c:1565 commands/tablecmds.c:1774 commands/tablecmds.c:4423
 #, c-format
 msgid "\"%s\" versus \"%s\""
-msgstr "« %s » versus « %s »"
+msgstr "« %s Â» versus Â« %s Â»"
 
 #: commands/tablecmds.c:1575
 #, c-format
 msgid "inherited column \"%s\" has a storage parameter conflict"
-msgstr "la colonne héritée « %s » a un conflit de paramètre de stockage"
+msgstr "la colonne héritée « %s » a un conflit de paramètre de stockage"
 
-#: commands/tablecmds.c:1687 parser/parse_utilcmd.c:859 parser/parse_utilcmd.c:1200 parser/parse_utilcmd.c:1276
+#: commands/tablecmds.c:1687 parser/parse_utilcmd.c:859 parser/parse_utilcmd.c:1202 parser/parse_utilcmd.c:1278
 #, c-format
 msgid "cannot convert whole-row table reference"
-msgstr "ne peut pas convertir une référence de ligne complète de table"
+msgstr "ne peut pas convertir une référence de ligne complète de table"
 
 #: commands/tablecmds.c:1688 parser/parse_utilcmd.c:860
 #, c-format
 msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
-msgstr "La constrainte « %s » contient une référence de ligne complète vers la table « %s »."
+msgstr "La constrainte Â« %s Â» contient une référence de ligne complète vers la table Â« %s Â»."
 
 #: commands/tablecmds.c:1754
 #, c-format
 msgid "merging column \"%s\" with inherited definition"
-msgstr "assemblage de la colonne « %s » avec une définition héritée"
+msgstr "assemblage de la colonne « %s » avec une définition héritée"
 
 #: commands/tablecmds.c:1762
 #, c-format
 msgid "column \"%s\" has a type conflict"
-msgstr "la colonne « %s » a un conflit de type"
+msgstr "la colonne Â« %s Â» a un conflit de type"
 
 #: commands/tablecmds.c:1772
 #, c-format
 msgid "column \"%s\" has a collation conflict"
-msgstr "la colonne « %s » a un conflit sur le collationnement"
+msgstr "la colonne Â« %s Â» a un conflit sur le collationnement"
 
 #: commands/tablecmds.c:1784
 #, c-format
 msgid "column \"%s\" has a storage parameter conflict"
-msgstr "la colonne « %s » a un conflit de paramètre de stockage"
+msgstr "la colonne « %s » a un conflit de paramètre de stockage"
 
 #: commands/tablecmds.c:1836
 #, c-format
 msgid "column \"%s\" inherits conflicting default values"
-msgstr "la colonne « %s » hérite de valeurs par défaut conflictuelles"
+msgstr "la colonne « %s » hérite de valeurs par défaut conflictuelles"
 
 #: commands/tablecmds.c:1838
 #, c-format
 msgid "To resolve the conflict, specify a default explicitly."
-msgstr "Pour résoudre le conflit, spécifiez explicitement une valeur par défaut."
+msgstr "Pour résoudre le conflit, spécifiez explicitement une valeur par défaut."
 
 #: commands/tablecmds.c:1885
 #, c-format
 msgid "check constraint name \"%s\" appears multiple times but with different expressions"
 msgstr ""
-"le nom de la contrainte de vérification, « %s », apparaît plusieurs fois\n"
-"mais avec des expressions différentes"
+"le nom de la contrainte de vérification, « %s », apparaît plusieurs fois\n"
+"mais avec des expressions différentes"
 
 #: commands/tablecmds.c:2079
 #, c-format
 msgid "cannot rename column of typed table"
-msgstr "ne peut pas renommer une colonne d'une table typée"
+msgstr "ne peut pas renommer une colonne d'une table typée"
 
 #: commands/tablecmds.c:2096
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table"
-msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni un index, ni une table distante"
+msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni un index, ni une table distante"
 
 #: commands/tablecmds.c:2188
 #, c-format
 msgid "inherited column \"%s\" must be renamed in child tables too"
-msgstr "la colonne héritée « %s » doit aussi être renommée pour les tables filles"
+msgstr "la colonne héritée « %s » doit aussi être renommée pour les tables filles"
 
 #: commands/tablecmds.c:2220
 #, c-format
 msgid "cannot rename system column \"%s\""
-msgstr "ne peut pas renommer la colonne système « %s »"
+msgstr "ne peut pas renommer la colonne système Â« %s Â»"
 
 #: commands/tablecmds.c:2235
 #, c-format
 msgid "cannot rename inherited column \"%s\""
-msgstr "ne peut pas renommer la colonne héritée « %s »"
+msgstr "ne peut pas renommer la colonne héritée Â« %s Â»"
 
 #: commands/tablecmds.c:2382
 #, c-format
 msgid "inherited constraint \"%s\" must be renamed in child tables too"
-msgstr "la contrainte héritée « %s » doit aussi être renommée pour les tables enfants"
+msgstr "la contrainte héritée « %s » doit aussi être renommée pour les tables enfants"
 
 #: commands/tablecmds.c:2389
 #, c-format
 msgid "cannot rename inherited constraint \"%s\""
-msgstr "ne peut pas renommer la colonne héritée « %s »"
+msgstr "ne peut pas renommer la colonne héritée Â« %s Â»"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
 #: commands/tablecmds.c:2600
 #, c-format
 msgid "cannot %s \"%s\" because it is being used by active queries in this session"
 msgstr ""
-"ne peut pas exécuter %s « %s » car cet objet est en cours d'utilisation par\n"
-"des requêtes actives dans cette session"
+"ne peut pas exécuter %s Â« %s Â» car cet objet est en cours d'utilisation par\n"
+"des requêtes actives dans cette session"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
 #: commands/tablecmds.c:2609
 #, c-format
 msgid "cannot %s \"%s\" because it has pending trigger events"
-msgstr "ne peut pas exécuter %s « %s » car il reste des événements sur les triggers"
+msgstr "ne peut pas exécuter %s « %s » car il reste des événements sur les triggers"
 
 #: commands/tablecmds.c:3510
 #, c-format
 msgid "cannot rewrite system relation \"%s\""
-msgstr "ne peut pas ré-écrire la relation système « %s »"
+msgstr "ne peut pas ré-écrire la relation système Â« %s Â»"
 
 #: commands/tablecmds.c:3520
 #, c-format
 msgid "cannot rewrite temporary tables of other sessions"
-msgstr "ne peut pas ré-écrire les tables temporaires des autres sessions"
+msgstr "ne peut pas ré-écrire les tables temporaires des autres sessions"
 
 #: commands/tablecmds.c:3749
 #, c-format
 msgid "rewriting table \"%s\""
-msgstr "ré-écriture de la table « %s »"
+msgstr "ré-écriture de la table Â« %s Â»"
 
 #: commands/tablecmds.c:3753
 #, c-format
 msgid "verifying table \"%s\""
-msgstr "vérification de la table « %s »"
+msgstr "vérification de la table Â« %s Â»"
 
 #: commands/tablecmds.c:3860
 #, c-format
 msgid "column \"%s\" contains null values"
-msgstr "la colonne « %s » contient des valeurs NULL"
+msgstr "la colonne Â« %s Â» contient des valeurs NULL"
 
 #: commands/tablecmds.c:3875 commands/tablecmds.c:6731
 #, c-format
 msgid "check constraint \"%s\" is violated by some row"
-msgstr "la contrainte de vérification « %s » est rompue par une ligne"
+msgstr "la contrainte de vérification Â« %s Â» est rompue par une ligne"
 
 #: commands/tablecmds.c:4020 commands/trigger.c:207 commands/trigger.c:1092 commands/trigger.c:1196 rewrite/rewriteDefine.c:268 rewrite/rewriteDefine.c:897
 #, c-format
 msgid "\"%s\" is not a table or view"
-msgstr "« %s » n'est pas une table ou une vue"
+msgstr "« %s Â» n'est pas une table ou une vue"
 
 #: commands/tablecmds.c:4023
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, or index"
-msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, une séquence ou une table distante"
+msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, une séquence ou une table distante"
 
 #: commands/tablecmds.c:4029
 #, c-format
 msgid "\"%s\" is not a table, materialized view, or index"
-msgstr "« %s » n'est pas une table, une vue matérialisée ou un index"
+msgstr "« %s » n'est pas une table, une vue matérialisée ou un index"
 
 #: commands/tablecmds.c:4032
 #, c-format
 msgid "\"%s\" is not a table or foreign table"
-msgstr "« %s » n'est pas une table ou une table distante"
+msgstr "« %s Â» n'est pas une table ou une table distante"
 
 #: commands/tablecmds.c:4035
 #, c-format
 msgid "\"%s\" is not a table, composite type, or foreign table"
-msgstr "« %s » n'est ni une table, ni un type composite, ni une table distante"
+msgstr "« %s Â» n'est ni une table, ni un type composite, ni une table distante"
 
 #: commands/tablecmds.c:4038 commands/tablecmds.c:5028
 #, c-format
 msgid "\"%s\" is not a table, materialized view, index, or foreign table"
-msgstr "« %s » n'est pas une table, une vue matérialisée, un index ou une table distante"
+msgstr "« %s » n'est pas une table, une vue matérialisée, un index ou une table distante"
 
 #: commands/tablecmds.c:4048
 #, c-format
 msgid "\"%s\" is of the wrong type"
-msgstr "« %s » est du mauvais type"
+msgstr "« %s Â» est du mauvais type"
 
 #: commands/tablecmds.c:4198 commands/tablecmds.c:4205
 #, 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"
+msgstr "ne peux pas modifier le type Â« %s Â» car la colonne Â« %s.%s Â» l'utilise"
 
 #: commands/tablecmds.c:4212
 #, c-format
 msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr ""
-"ne peut pas modifier la table distante « %s » car la colonne « %s.%s » utilise\n"
+"ne peut pas modifier la table distante Â« %s Â» car la colonne Â« %s.%s Â» utilise\n"
 "son type de ligne"
 
 #: commands/tablecmds.c:4219
 #, c-format
 msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr ""
-"ne peut pas modifier la table « %s » car la colonne « %s.%s » utilise\n"
+"ne peut pas modifier la table Â« %s Â» car la colonne Â« %s.%s Â» utilise\n"
 "son type de ligne"
 
 #: commands/tablecmds.c:4281
 #, c-format
 msgid "cannot alter type \"%s\" because it is the type of a typed table"
-msgstr "ne peut pas modifier le type « %s » car il s'agit du type d'une table de type"
+msgstr "ne peut pas modifier le type Â« %s Â» car il s'agit du type d'une table de type"
 
 #: commands/tablecmds.c:4283
 #, c-format
@@ -6782,47 +6797,47 @@ msgstr "le type %s n'est pas un type composite"
 #: commands/tablecmds.c:4353
 #, c-format
 msgid "cannot add column to typed table"
-msgstr "ne peut pas ajouter une colonne à une table typée"
+msgstr "ne peut pas ajouter une colonne à une table typée"
 
 #: commands/tablecmds.c:4415 commands/tablecmds.c:9302
 #, c-format
 msgid "child table \"%s\" has different type for column \"%s\""
-msgstr "la table fille « %s » a un type différent pour la colonne « %s »"
+msgstr "la table fille Â« %s Â» a un type différent pour la colonne Â« %s Â»"
 
 #: commands/tablecmds.c:4421 commands/tablecmds.c:9309
 #, c-format
 msgid "child table \"%s\" has different collation for column \"%s\""
-msgstr "la table fille « %s » a un collationnement différent pour la colonne « %s »"
+msgstr "la table fille Â« %s Â» a un collationnement différent pour la colonne Â« %s Â»"
 
 #: commands/tablecmds.c:4431
 #, c-format
 msgid "child table \"%s\" has a conflicting \"%s\" column"
-msgstr "la table fille « %s » a une colonne conflictuelle, « %s »"
+msgstr "la table fille Â« %s Â» a une colonne conflictuelle, Â« %s Â»"
 
 #: commands/tablecmds.c:4443
 #, c-format
 msgid "merging definition of column \"%s\" for child \"%s\""
-msgstr "assemblage de la définition de la colonne « %s » pour le fils « %s »"
+msgstr "assemblage de la définition de la colonne Â« %s Â» pour le fils Â« %s Â»"
 
 #: commands/tablecmds.c:4664
 #, c-format
 msgid "column must be added to child tables too"
-msgstr "la colonne doit aussi être ajoutée aux tables filles"
+msgstr "la colonne doit aussi être ajoutée aux tables filles"
 
 #: commands/tablecmds.c:4731
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already exists"
-msgstr "la colonne « %s » de la relation « %s » existe déjà"
+msgstr "la colonne « %s » de la relation « %s » existe déjà"
 
 #: commands/tablecmds.c:4834 commands/tablecmds.c:4929 commands/tablecmds.c:4977 commands/tablecmds.c:5081 commands/tablecmds.c:5128 commands/tablecmds.c:5212 commands/tablecmds.c:7245 commands/tablecmds.c:7855
 #, c-format
 msgid "cannot alter system column \"%s\""
-msgstr "n'a pas pu modifier la colonne système « %s »"
+msgstr "n'a pas pu modifier la colonne système Â« %s Â»"
 
 #: commands/tablecmds.c:4870
 #, c-format
 msgid "column \"%s\" is in a primary key"
-msgstr "la colonne « %s » est dans une clé primaire"
+msgstr "la colonne « %s » est dans une clé primaire"
 
 #: commands/tablecmds.c:5055
 #, c-format
@@ -6832,172 +6847,172 @@ msgstr "la cible statistique %d est trop basse"
 #: commands/tablecmds.c:5063
 #, c-format
 msgid "lowering statistics target to %d"
-msgstr "abaissement de la cible statistique à %d"
+msgstr "abaissement de la cible statistique à %d"
 
 #: commands/tablecmds.c:5193
 #, c-format
 msgid "invalid storage type \"%s\""
-msgstr "type « %s » de stockage invalide"
+msgstr "type Â« %s Â» de stockage invalide"
 
 #: commands/tablecmds.c:5224
 #, c-format
 msgid "column data type %s can only have storage PLAIN"
-msgstr "le type de données %s de la colonne peut seulement avoir un stockage PLAIN"
+msgstr "le type de données %s de la colonne peut seulement avoir un stockage PLAIN"
 
 #: commands/tablecmds.c:5258
 #, c-format
 msgid "cannot drop column from typed table"
-msgstr "ne peut pas supprimer une colonne à une table typée"
+msgstr "ne peut pas supprimer une colonne à une table typée"
 
 #: commands/tablecmds.c:5299
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
-msgstr "la colonne « %s » de la relation « %s » n'existe pas, ignore"
+msgstr "la colonne Â« %s Â» de la relation Â« %s Â» n'existe pas, ignore"
 
 #: commands/tablecmds.c:5312
 #, c-format
 msgid "cannot drop system column \"%s\""
-msgstr "ne peut pas supprimer la colonne système « %s »"
+msgstr "ne peut pas supprimer la colonne système Â« %s Â»"
 
 #: commands/tablecmds.c:5319
 #, c-format
 msgid "cannot drop inherited column \"%s\""
-msgstr "ne peut pas supprimer la colonne héritée « %s »"
+msgstr "ne peut pas supprimer la colonne héritée Â« %s Â»"
 
 #: commands/tablecmds.c:5549
 #, c-format
 msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
-msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renommera l'index « %s » en « %s »"
+msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renommera l'index Â« %s Â» en Â« %s Â»"
 
 #: commands/tablecmds.c:5743
 #, c-format
 msgid "constraint must be added to child tables too"
-msgstr "la contrainte doit aussi être ajoutée aux tables filles"
+msgstr "la contrainte doit aussi être ajoutée aux tables filles"
 
 #: commands/tablecmds.c:5813
 #, c-format
 msgid "referenced relation \"%s\" is not a table"
-msgstr "la relation référencée « %s » n'est pas une table"
+msgstr "la relation référencée Â« %s Â» n'est pas une table"
 
 #: commands/tablecmds.c:5836
 #, c-format
 msgid "constraints on permanent tables may reference only permanent tables"
-msgstr "les contraintes sur les tables permanentes peuvent seulement référencer des tables permanentes"
+msgstr "les contraintes sur les tables permanentes peuvent seulement référencer des tables permanentes"
 
 #: commands/tablecmds.c:5843
 #, c-format
 msgid "constraints on unlogged tables may reference only permanent or unlogged tables"
-msgstr "les contraintes sur les tables non tracées peuvent seulement référencer des tables permanentes ou non tracées"
+msgstr "les contraintes sur les tables non tracées peuvent seulement référencer des tables permanentes ou non tracées"
 
 #: commands/tablecmds.c:5849
 #, c-format
 msgid "constraints on temporary tables may reference only temporary tables"
 msgstr ""
-"les constraintes sur des tables temporaires ne peuvent référencer que des\n"
+"les constraintes sur des tables temporaires ne peuvent référencer que des\n"
 "tables temporaires"
 
 #: commands/tablecmds.c:5853
 #, c-format
 msgid "constraints on temporary tables must involve temporary tables of this session"
 msgstr ""
-"les contraintes sur des tables temporaires doivent référencer les tables\n"
+"les contraintes sur des tables temporaires doivent référencer les tables\n"
 "temporaires de cette session"
 
 #: commands/tablecmds.c:5914
 #, c-format
 msgid "number of referencing and referenced columns for foreign key disagree"
-msgstr "nombre de colonnes de référence et référencées pour la clé étrangère en désaccord"
+msgstr "nombre de colonnes de référence et référencées pour la clé étrangère en désaccord"
 
 #: commands/tablecmds.c:6021
 #, c-format
 msgid "foreign key constraint \"%s\" cannot be implemented"
-msgstr "la contrainte de clé étrangère « %s » ne peut pas être implémentée"
+msgstr "la contrainte de clé étrangère « %s » ne peut pas être implémentée"
 
 #: commands/tablecmds.c:6024
 #, c-format
 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
-msgstr "Les colonnes clés « %s » et « %s » sont de types incompatibles : %s et %s."
+msgstr "Les colonnes clés Â« %s Â» et Â« %s Â» sont de types incompatibles : %s et %s."
 
 #: commands/tablecmds.c:6218 commands/tablecmds.c:7084 commands/tablecmds.c:7140
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist"
-msgstr "la contrainte « %s » de la relation « %s » n'existe pas"
+msgstr "la contrainte Â« %s Â» de la relation Â« %s Â» n'existe pas"
 
 #: commands/tablecmds.c:6225
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint"
-msgstr "la contrainte « %s » de la relation « %s » n'est pas une clé étrangère ou une contrainte de vérification"
+msgstr "la contrainte « %s » de la relation « %s » n'est pas une clé étrangère ou une contrainte de vérification"
 
 #: commands/tablecmds.c:6294
 #, c-format
 msgid "constraint must be validated on child tables too"
-msgstr "la contrainte doit aussi être validées sur les tables enfants"
+msgstr "la contrainte doit aussi être validées sur les tables enfants"
 
 #: commands/tablecmds.c:6356
 #, c-format
 msgid "column \"%s\" referenced in foreign key constraint does not exist"
-msgstr "la colonne « %s » référencée dans la contrainte de clé étrangère n'existe pas"
+msgstr "la colonne « %s » référencée dans la contrainte de clé étrangère n'existe pas"
 
 #: commands/tablecmds.c:6361
 #, c-format
 msgid "cannot have more than %d keys in a foreign key"
-msgstr "ne peut pas avoir plus de %d clés dans une clé étrangère"
+msgstr "ne peut pas avoir plus de %d clés dans une clé étrangère"
 
 #: commands/tablecmds.c:6426
 #, c-format
 msgid "cannot use a deferrable primary key for referenced table \"%s\""
-msgstr "ne peut pas utiliser une clé primaire déferrable pour la table « %s » référencée"
+msgstr "ne peut pas utiliser une clé primaire déferrable pour la table « %s » référencée"
 
 #: commands/tablecmds.c:6443
 #, c-format
 msgid "there is no primary key for referenced table \"%s\""
-msgstr "il n'existe pas de clé étrangère pour la table « %s » référencée"
+msgstr "il n'existe pas de clé étrangère pour la table « %s » référencée"
 
 #: commands/tablecmds.c:6508
 #, c-format
 msgid "foreign key referenced-columns list must not contain duplicates"
 msgstr ""
-"la liste des colonnes référencées dans une clé étrangère ne doit pas contenir\n"
+"la liste des colonnes référencées dans une clé étrangère ne doit pas contenir\n"
 "des duplicats"
 
 #: commands/tablecmds.c:6602
 #, c-format
 msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
 msgstr ""
-"ne peut pas utiliser une contrainte unique déferrable pour la table\n"
-"référencée « %s »"
+"ne peut pas utiliser une contrainte unique déferrable pour la table\n"
+"référencée Â« %s Â»"
 
 #: commands/tablecmds.c:6607
 #, c-format
 msgid "there is no unique constraint matching given keys for referenced table \"%s\""
 msgstr ""
-"il n'existe aucune contrainte unique correspondant aux clés données pour la\n"
-"table « %s » référencée"
+"il n'existe aucune contrainte unique correspondant aux clés données pour la\n"
+"table « %s » référencée"
 
 #: commands/tablecmds.c:6762
 #, c-format
 msgid "validating foreign key constraint \"%s\""
-msgstr "validation de la contraintes de clé étrangère « %s »"
+msgstr "validation de la contraintes de clé Ã©trangère Â« %s Â»"
 
 #: commands/tablecmds.c:7056
 #, c-format
 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
-msgstr "ne peut pas supprimer la contrainte héritée « %s » de la relation « %s »"
+msgstr "ne peut pas supprimer la contrainte héritée Â« %s Â» de la relation Â« %s Â»"
 
 #: commands/tablecmds.c:7090
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
-msgstr "la contrainte « %s » de la relation « %s » n'existe pas, ignore"
+msgstr "la contrainte Â« %s Â» de la relation Â« %s Â» n'existe pas, ignore"
 
 #: commands/tablecmds.c:7229
 #, c-format
 msgid "cannot alter column type of typed table"
-msgstr "ne peut pas modifier le type d'une colonne appartenant à une table typée"
+msgstr "ne peut pas modifier le type d'une colonne appartenant à une table typée"
 
 #: commands/tablecmds.c:7252
 #, c-format
 msgid "cannot alter inherited column \"%s\""
-msgstr "ne peut pas modifier la colonne héritée « %s »"
+msgstr "ne peut pas modifier la colonne héritée Â« %s Â»"
 
 #: commands/tablecmds.c:7299
 #, c-format
@@ -7008,7 +7023,7 @@ msgstr "l'expression de transformation ne doit pas renvoyer un ensemble"
 #, c-format
 msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s"
 msgstr ""
-"le résultat de la clause USING pour la colonne « %s » ne peut pas être converti\n"
+"le résultat de la clause USING pour la colonne « %s » ne peut pas être converti\n"
 "automatiquement vers le type %s"
 
 #: commands/tablecmds.c:7324
@@ -7019,75 +7034,75 @@ msgstr "Vous pouvez avoir besoin d'ajouter une conversion explicite."
 #: commands/tablecmds.c:7328
 #, c-format
 msgid "column \"%s\" cannot be cast automatically to type %s"
-msgstr "la colonne « %s » ne peut pas être convertie vers le type %s"
+msgstr "la colonne « %s » ne peut pas être convertie vers le type %s"
 
 #. translator: USING is SQL, don't translate it
 #: commands/tablecmds.c:7331
 #, c-format
 msgid "You might need to specify \"USING %s::%s\"."
-msgstr "Vous pouvez avoir besoin de spécifier \"USING %s::%s\"."
+msgstr "Vous pouvez avoir besoin de spécifier \"USING %s::%s\"."
 
 #: commands/tablecmds.c:7384
 #, c-format
 msgid "type of inherited column \"%s\" must be changed in child tables too"
-msgstr "le type de colonne héritée « %s » doit aussi être renommée pour les tables filles"
+msgstr "le type de colonne héritée « %s » doit aussi être renommée pour les tables filles"
 
 #: commands/tablecmds.c:7465
 #, c-format
 msgid "cannot alter type of column \"%s\" twice"
-msgstr "ne peut pas modifier la colonne « %s » deux fois"
+msgstr "ne peut pas modifier la colonne Â« %s Â» deux fois"
 
 #: commands/tablecmds.c:7501
 #, c-format
 msgid "default for column \"%s\" cannot be cast automatically to type %s"
 msgstr ""
-"la valeur par défaut de la colonne « %s » ne peut pas être convertie vers le\n"
+"la valeur par défaut de la colonne « %s » ne peut pas être convertie vers le\n"
 "type %s automatiquement"
 
 #: commands/tablecmds.c:7627
 #, c-format
 msgid "cannot alter type of a column used by a view or rule"
-msgstr "ne peut pas modifier le type d'une colonne utilisée dans une vue ou une règle"
+msgstr "ne peut pas modifier le type d'une colonne utilisée dans une vue ou une règle"
 
 #: commands/tablecmds.c:7628 commands/tablecmds.c:7647
 #, c-format
 msgid "%s depends on column \"%s\""
-msgstr "%s dépend de la colonne « %s »"
+msgstr "%s dépend de la colonne Â« %s Â»"
 
 #: commands/tablecmds.c:7646
 #, c-format
 msgid "cannot alter type of a column used in a trigger definition"
-msgstr "ne peut pas modifier le type d'une colonne utilisée dans la définition d'un trigger"
+msgstr "ne peut pas modifier le type d'une colonne utilisée dans la définition d'un trigger"
 
 #: commands/tablecmds.c:8242
 #, c-format
 msgid "cannot change owner of index \"%s\""
-msgstr "ne peut pas modifier le propriétaire de l'index « %s »"
+msgstr "ne peut pas modifier le propriétaire de l'index Â« %s Â»"
 
 #: commands/tablecmds.c:8244
 #, c-format
 msgid "Change the ownership of the index's table, instead."
-msgstr "Modifier à la place le propriétaire de la table concernée par l'index."
+msgstr "Modifier à la place le propriétaire de la table concernée par l'index."
 
 #: commands/tablecmds.c:8260
 #, c-format
 msgid "cannot change owner of sequence \"%s\""
-msgstr "ne peut pas modifier le propriétaire de la séquence « %s »"
+msgstr "ne peut pas modifier le propriétaire de la séquence Â« %s Â»"
 
-#: commands/tablecmds.c:8262 commands/tablecmds.c:10008
+#: commands/tablecmds.c:8262 commands/tablecmds.c:10019
 #, c-format
 msgid "Sequence \"%s\" is linked to table \"%s\"."
-msgstr "La séquence « %s » est liée à la table « %s »."
+msgstr "La séquence Â« %s Â» est liée Ã  la table Â« %s Â»."
 
-#: commands/tablecmds.c:8274 commands/tablecmds.c:10644
+#: commands/tablecmds.c:8274 commands/tablecmds.c:10655
 #, c-format
 msgid "Use ALTER TYPE instead."
-msgstr "Utilisez ALTER TYPE à la place."
+msgstr "Utilisez ALTER TYPE à la place."
 
 #: commands/tablecmds.c:8283
 #, c-format
 msgid "\"%s\" is not a table, view, sequence, or foreign table"
-msgstr "« %s » n'est pas une table, une vue, une séquence ou une table distante"
+msgstr "« %s » n'est pas une table, une vue, une séquence ou une table distante"
 
 #: commands/tablecmds.c:8618
 #, c-format
@@ -7097,17 +7112,17 @@ msgstr "ne peut pas avoir de nombreuses sous-commandes SET TABLESPACE"
 #: commands/tablecmds.c:8689
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table"
-msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, un index ou une table TOAST"
+msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, un index ou une table TOAST"
 
 #: commands/tablecmds.c:8834
 #, c-format
 msgid "cannot move system relation \"%s\""
-msgstr "ne peut pas déplacer la colonne système « %s »"
+msgstr "ne peut pas déplacer la colonne système Â« %s Â»"
 
 #: commands/tablecmds.c:8850
 #, c-format
 msgid "cannot move temporary tables of other sessions"
-msgstr "ne peut pas déplacer les tables temporaires d'autres sessions"
+msgstr "ne peut pas déplacer les tables temporaires d'autres sessions"
 
 #: commands/tablecmds.c:8997 storage/buffer/bufmgr.c:502
 #, c-format
@@ -7117,132 +7132,137 @@ msgstr "page invalide dans le bloc %u de la relation %s"
 #: commands/tablecmds.c:9075
 #, c-format
 msgid "cannot change inheritance of typed table"
-msgstr "ne peut pas modifier l'héritage d'une table typée"
+msgstr "ne peut pas modifier l'héritage d'une table typée"
 
 #: commands/tablecmds.c:9121
 #, c-format
 msgid "cannot inherit to temporary relation of another session"
-msgstr "ne peut pas hériter à partir d'une relation temporaire d'une autre session"
+msgstr "ne peut pas hériter à partir d'une relation temporaire d'une autre session"
 
 #: commands/tablecmds.c:9175
 #, c-format
 msgid "circular inheritance not allowed"
-msgstr "héritage circulaire interdit"
+msgstr "héritage circulaire interdit"
 
 #: commands/tablecmds.c:9176
 #, c-format
 msgid "\"%s\" is already a child of \"%s\"."
-msgstr "« %s » est déjà un enfant de « %s »."
+msgstr "« %s Â» est déjà un enfant de Â« %s Â»."
 
 #: commands/tablecmds.c:9184
 #, 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 hériter de la table « %s » qui en a"
+msgstr "la table Â« %s Â» qui n'a pas d'OID ne peut pas hériter de la table Â« %s Â» qui en a"
 
 #: commands/tablecmds.c:9320
 #, c-format
 msgid "column \"%s\" in child table must be marked NOT NULL"
-msgstr "la colonne « %s » de la table enfant doit être marquée comme NOT NULL"
+msgstr "la colonne « %s » de la table enfant doit être marquée comme NOT NULL"
 
 #: commands/tablecmds.c:9336
 #, c-format
 msgid "child table is missing column \"%s\""
-msgstr "la colonne « %s » manque à la table enfant"
+msgstr "la colonne « %s » manque à la table enfant"
 
 #: commands/tablecmds.c:9419
 #, c-format
 msgid "child table \"%s\" has different definition for check constraint \"%s\""
-msgstr "la table fille « %s » a un type différent pour la contrainte de vérification « %s »"
+msgstr "la table fille Â« %s Â» a un type différent pour la contrainte de vérification Â« %s Â»"
 
 #: commands/tablecmds.c:9427
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
-msgstr "la contrainte « %s » entre en conflit avec une contrainte non héritée sur la table fille « %s »"
+msgstr "la contrainte Â« %s Â» entre en conflit avec une contrainte non héritée sur la table fille Â« %s Â»"
 
-#: commands/tablecmds.c:9451
+#: commands/tablecmds.c:9438
+#, c-format
+msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\""
+msgstr "la contrainte « %s » entre en conflit avec une contrainte NOT VALID sur la table fille « %s »"
+
+#: commands/tablecmds.c:9462
 #, c-format
 msgid "child table is missing constraint \"%s\""
-msgstr "la contrainte « %s » manque à la table enfant"
+msgstr "la contrainte « %s » manque à la table enfant"
 
-#: commands/tablecmds.c:9531
+#: commands/tablecmds.c:9542
 #, 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 »"
+msgstr "la relation Â« %s Â» n'est pas un parent de la relation Â« %s Â»"
 
-#: commands/tablecmds.c:9757
+#: commands/tablecmds.c:9768
 #, c-format
 msgid "typed tables cannot inherit"
-msgstr "les tables avec type ne peuvent pas hériter d'autres tables"
+msgstr "les tables avec type ne peuvent pas hériter d'autres tables"
 
-#: commands/tablecmds.c:9788
+#: commands/tablecmds.c:9799
 #, c-format
 msgid "table is missing column \"%s\""
-msgstr "la colonne « %s » manque à la table"
+msgstr "la colonne « %s » manque à la table"
 
-#: commands/tablecmds.c:9798
+#: commands/tablecmds.c:9809
 #, c-format
 msgid "table has column \"%s\" where type requires \"%s\""
-msgstr "la table a une colonne « %s » alors que le type impose « %s »."
+msgstr "la table a une colonne Â« %s Â» alors que le type impose Â« %s Â»."
 
-#: commands/tablecmds.c:9807
+#: commands/tablecmds.c:9818
 #, c-format
 msgid "table \"%s\" has different type for column \"%s\""
-msgstr "la table « %s » a un type différent pour la colonne « %s »"
+msgstr "la table Â« %s Â» a un type différent pour la colonne Â« %s Â»"
 
-#: commands/tablecmds.c:9820
+#: commands/tablecmds.c:9831
 #, c-format
 msgid "table has extra column \"%s\""
-msgstr "la table a une colonne supplémentaire « %s »"
+msgstr "la table a une colonne supplémentaire Â« %s Â»"
 
-#: commands/tablecmds.c:9870
+#: commands/tablecmds.c:9881
 #, c-format
 msgid "\"%s\" is not a typed table"
-msgstr "« %s » n'est pas une table typée"
+msgstr "« %s » n'est pas une table typée"
 
-#: commands/tablecmds.c:10007
+#: commands/tablecmds.c:10018
 #, c-format
 msgid "cannot move an owned sequence into another schema"
-msgstr "ne peut pas déplacer une séquence OWNED BY dans un autre schéma"
+msgstr "ne peut pas déplacer une séquence OWNED BY dans un autre schéma"
 
-#: commands/tablecmds.c:10103
+#: commands/tablecmds.c:10114
 #, c-format
 msgid "relation \"%s\" already exists in schema \"%s\""
-msgstr "la relation « %s » existe déjà dans le schéma « %s »"
+msgstr "la relation Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
-#: commands/tablecmds.c:10628
+#: commands/tablecmds.c:10639
 #, c-format
 msgid "\"%s\" is not a composite type"
-msgstr "« %s » n'est pas un type composite"
+msgstr "« %s Â» n'est pas un type composite"
 
-#: commands/tablecmds.c:10658
+#: commands/tablecmds.c:10669
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table"
-msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, une séquence ou une table distante"
+msgstr "« %s » n'est pas une table, une vue, une vue matérialisée, une séquence ou une table distante"
 
 #: commands/tablespace.c:156 commands/tablespace.c:173 commands/tablespace.c:184 commands/tablespace.c:192 commands/tablespace.c:604 storage/file/copydir.c:47
 #, c-format
 msgid "could not create directory \"%s\": %m"
-msgstr "n'a pas pu créer le répertoire « %s » : %m"
+msgstr "n'a pas pu créer le répertoire Â« %s Â» : %m"
 
 #: commands/tablespace.c:203
 #, c-format
 msgid "could not stat directory \"%s\": %m"
-msgstr "n'a pas pu lire les informations sur le répertoire « %s » : %m"
+msgstr "n'a pas pu lire les informations sur le répertoire Â« %s Â» : %m"
 
 #: commands/tablespace.c:212
 #, c-format
 msgid "\"%s\" exists but is not a directory"
-msgstr "« %s » existe mais n'est pas un répertoire"
+msgstr "« %s » existe mais n'est pas un répertoire"
 
 #: commands/tablespace.c:242
 #, c-format
 msgid "permission denied to create tablespace \"%s\""
-msgstr "droit refusé pour créer le tablespace « %s »"
+msgstr "droit refusé pour créer le tablespace Â« %s Â»"
 
 #: commands/tablespace.c:244
 #, c-format
 msgid "Must be superuser to create a tablespace."
-msgstr "Doit être super-utilisateur pour créer un tablespace."
+msgstr "Doit être super-utilisateur pour créer un tablespace."
 
 #: commands/tablespace.c:260
 #, c-format
@@ -7252,107 +7272,107 @@ msgstr "le chemin du tablespace ne peut pas contenir de guillemets simples"
 #: commands/tablespace.c:270
 #, c-format
 msgid "tablespace location must be an absolute path"
-msgstr "le chemin du tablespace doit être un chemin absolu"
+msgstr "le chemin du tablespace doit être un chemin absolu"
 
 #: commands/tablespace.c:281
 #, c-format
 msgid "tablespace location \"%s\" is too long"
-msgstr "le chemin du tablespace « %s » est trop long"
+msgstr "le chemin du tablespace Â« %s Â» est trop long"
 
 #: commands/tablespace.c:291 commands/tablespace.c:878
 #, c-format
 msgid "unacceptable tablespace name \"%s\""
-msgstr "nom inacceptable pour le tablespace « %s »"
+msgstr "nom inacceptable pour le tablespace Â« %s Â»"
 
 #: commands/tablespace.c:293 commands/tablespace.c:879
 #, c-format
 msgid "The prefix \"pg_\" is reserved for system tablespaces."
-msgstr "Le préfixe « pg_ » est réservé pour les tablespaces système."
+msgstr "Le préfixe « pg_ » est réservé pour les tablespaces système."
 
 #: commands/tablespace.c:303 commands/tablespace.c:891
 #, c-format
 msgid "tablespace \"%s\" already exists"
-msgstr "le tablespace « %s » existe déjà"
+msgstr "le tablespace « %s » existe déjà"
 
 #: commands/tablespace.c:374 commands/tablespace.c:531 replication/basebackup.c:179 replication/basebackup.c:967 utils/adt/misc.c:372
 #, c-format
 msgid "tablespaces are not supported on this platform"
-msgstr "les tablespaces ne sont pas supportés sur cette plateforme"
+msgstr "les tablespaces ne sont pas supportés sur cette plateforme"
 
 #: commands/tablespace.c:413 commands/tablespace.c:861 commands/tablespace.c:940 commands/tablespace.c:1013 commands/tablespace.c:1151 commands/tablespace.c:1351
 #, c-format
 msgid "tablespace \"%s\" does not exist"
-msgstr "le tablespace « %s » n'existe pas"
+msgstr "le tablespace Â« %s Â» n'existe pas"
 
 #: commands/tablespace.c:419
 #, c-format
 msgid "tablespace \"%s\" does not exist, skipping"
-msgstr "le tablespace « %s » n'existe pas, poursuite du traitement"
+msgstr "le tablespace Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/tablespace.c:488
 #, c-format
 msgid "tablespace \"%s\" is not empty"
-msgstr "le tablespace « %s » n'est pas vide"
+msgstr "le tablespace Â« %s Â» n'est pas vide"
 
 #: commands/tablespace.c:563
 #, c-format
 msgid "directory \"%s\" does not exist"
-msgstr "le répertoire « %s » n'existe pas"
+msgstr "le répertoire Â« %s Â» n'existe pas"
 
 #: commands/tablespace.c:564
 #, c-format
 msgid "Create this directory for the tablespace before restarting the server."
-msgstr "Créer le répertoire pour ce tablespace avant de redémarrer le serveur."
+msgstr "Créer le répertoire pour ce tablespace avant de redémarrer le serveur."
 
 #: commands/tablespace.c:569
 #, c-format
 msgid "could not set permissions on directory \"%s\": %m"
-msgstr "n'a pas pu configurer les droits du répertoire « %s » : %m"
+msgstr "n'a pas pu configurer les droits du répertoire Â« %s Â» : %m"
 
 #: commands/tablespace.c:599
 #, c-format
 msgid "directory \"%s\" already in use as a tablespace"
-msgstr "répertoire « %s » déjà en cours d'utilisation"
+msgstr "répertoire « %s » déjà en cours d'utilisation"
 
 #: commands/tablespace.c:623 commands/tablespace.c:748 commands/tablespace.c:761 commands/tablespace.c:785
 #, c-format
 msgid "could not remove directory \"%s\": %m"
-msgstr "n'a pas pu supprimer le répertoire « %s » : %m"
+msgstr "n'a pas pu supprimer le répertoire Â« %s Â» : %m"
 
 #: commands/tablespace.c:631 commands/tablespace.c:796
 #, c-format
 msgid "could not remove symbolic link \"%s\": %m"
-msgstr "n'a pas pu supprimer le lien symbolique « %s » : %m"
+msgstr "n'a pas pu supprimer le lien symbolique Â« %s Â» : %m"
 
 #: commands/tablespace.c:642
 #, c-format
 msgid "could not create symbolic link \"%s\": %m"
-msgstr "n'a pas pu créer le lien symbolique « %s » : %m"
+msgstr "n'a pas pu créer le lien symbolique Â« %s Â» : %m"
 
-#: commands/tablespace.c:708 commands/tablespace.c:718 postmaster/postmaster.c:1415 replication/basebackup.c:282 replication/basebackup.c:593 storage/file/copydir.c:53 storage/file/copydir.c:96 storage/file/fd.c:2092 storage/file/fd.c:2697 utils/adt/genfile.c:354 utils/adt/misc.c:272 utils/misc/tzparser.c:339
+#: commands/tablespace.c:708 commands/tablespace.c:718 postmaster/postmaster.c:1419 replication/basebackup.c:282 replication/basebackup.c:593 storage/file/copydir.c:53 storage/file/copydir.c:96 storage/file/fd.c:2092 storage/file/fd.c:2697 utils/adt/genfile.c:354 utils/adt/misc.c:272 utils/misc/tzparser.c:339
 #, c-format
 msgid "could not open directory \"%s\": %m"
-msgstr "n'a pas pu ouvrir le répertoire « %s » : %m"
+msgstr "n'a pas pu ouvrir le répertoire Â« %s Â» : %m"
 
 #: commands/tablespace.c:1018
 #, c-format
 msgid "Tablespace \"%s\" does not exist."
-msgstr "Le tablespace « %s » n'existe pas."
+msgstr "Le tablespace Â« %s Â» n'existe pas."
 
 #: commands/tablespace.c:1450
 #, c-format
 msgid "directories for tablespace %u could not be removed"
-msgstr "les répertoires du tablespace %u n'ont pas pu être supprimés"
+msgstr "les répertoires du tablespace %u n'ont pas pu être supprimés"
 
 #: commands/tablespace.c:1452
 #, c-format
 msgid "You can remove the directories manually if necessary."
-msgstr "Vous pouvez supprimer les répertoires manuellement si nécessaire."
+msgstr "Vous pouvez supprimer les répertoires manuellement si nécessaire."
 
 #: commands/trigger.c:180
 #, c-format
 msgid "\"%s\" is a table"
-msgstr "« %s » est une table"
+msgstr "« %s Â» est une table"
 
 #: commands/trigger.c:182
 #, c-format
@@ -7362,7 +7382,7 @@ msgstr "Les tables ne peuvent pas avoir de triggers INSTEAD OF."
 #: commands/trigger.c:193 commands/trigger.c:200
 #, c-format
 msgid "\"%s\" is a view"
-msgstr "« %s » est une vue"
+msgstr "« %s Â» est une vue"
 
 #: commands/trigger.c:195
 #, c-format
@@ -7377,12 +7397,12 @@ msgstr "Les vues ne peuvent pas avoir de triggers TRUNCATE."
 #: commands/trigger.c:265
 #, c-format
 msgid "TRUNCATE FOR EACH ROW triggers are not supported"
-msgstr "les triggers TRUNCATE FOR EACH ROW ne sont pas supportés"
+msgstr "les triggers TRUNCATE FOR EACH ROW ne sont pas supportés"
 
 #: commands/trigger.c:273
 #, c-format
 msgid "INSTEAD OF triggers must be FOR EACH ROW"
-msgstr "les triggers INSTEAD OF doivent être FOR EACH ROW"
+msgstr "les triggers INSTEAD OF doivent être FOR EACH ROW"
 
 #: commands/trigger.c:277
 #, c-format
@@ -7398,77 +7418,77 @@ msgstr "les triggers INSTEAD OF ne peuvent pas avoir de liste de colonnes"
 #, c-format
 msgid "statement trigger's WHEN condition cannot reference column values"
 msgstr ""
-"la condition WHEN de l'instruction du trigger ne peut pas référencer les valeurs\n"
+"la condition WHEN de l'instruction du trigger ne peut pas référencer les valeurs\n"
 "des colonnes"
 
 #: commands/trigger.c:345
 #, c-format
 msgid "INSERT trigger's WHEN condition cannot reference OLD values"
-msgstr "la condition WHEN du trigger INSERT ne peut pas référencer les valeurs OLD"
+msgstr "la condition WHEN du trigger INSERT ne peut pas référencer les valeurs OLD"
 
 #: commands/trigger.c:358
 #, c-format
 msgid "DELETE trigger's WHEN condition cannot reference NEW values"
-msgstr "la condition WHEN du trigger DELETE ne peut pas référencer les valeurs NEW"
+msgstr "la condition WHEN du trigger DELETE ne peut pas référencer les valeurs NEW"
 
 #: commands/trigger.c:363
 #, c-format
 msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
 msgstr ""
-"la condition WHEN d'un trigger BEFORE ne doit pas référencer les colonnes\n"
-"système avec NEW"
+"la condition WHEN d'un trigger BEFORE ne doit pas référencer les colonnes\n"
+"système avec NEW"
 
 #: commands/trigger.c:408
 #, 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 »"
+msgstr "changement du type de retour de la fonction %s de Â« opaque Â» vers Â« trigger Â»"
 
 #: commands/trigger.c:415
 #, c-format
 msgid "function %s must return type \"trigger\""
-msgstr "la fonction %s doit renvoyer le type « trigger »"
+msgstr "la fonction %s doit renvoyer le type Â« trigger Â»"
 
 #: commands/trigger.c:527 commands/trigger.c:1273
 #, c-format
 msgid "trigger \"%s\" for relation \"%s\" already exists"
-msgstr "le trigger « %s » de la relation « %s » existe déjà"
+msgstr "le trigger « %s » de la relation « %s » existe déjà"
 
 #: commands/trigger.c:812
 msgid "Found referenced table's UPDATE trigger."
-msgstr "Trigger UPDATE de la table référencée trouvé."
+msgstr "Trigger UPDATE de la table référencée trouvé."
 
 #: commands/trigger.c:813
 msgid "Found referenced table's DELETE trigger."
-msgstr "Trigger DELETE de la table référencée trouvé."
+msgstr "Trigger DELETE de la table référencée trouvé."
 
 #: commands/trigger.c:814
 msgid "Found referencing table's trigger."
-msgstr "Trigger de la table référencée trouvé."
+msgstr "Trigger de la table référencée trouvé."
 
 #: commands/trigger.c:923 commands/trigger.c:939
 #, c-format
 msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
-msgstr "ignore le groupe de trigger incomplet pour la contrainte « %s » %s"
+msgstr "ignore le groupe de trigger incomplet pour la contrainte Â« %s Â» %s"
 
 #: commands/trigger.c:951
 #, c-format
 msgid "converting trigger group into constraint \"%s\" %s"
-msgstr "conversion du groupe de trigger en une contrainte « %s » %s"
+msgstr "conversion du groupe de trigger en une contrainte Â« %s Â» %s"
 
 #: commands/trigger.c:1163 commands/trigger.c:1321 commands/trigger.c:1437
 #, c-format
 msgid "trigger \"%s\" for table \"%s\" does not exist"
-msgstr "le trigger « %s » de la table « %s » n'existe pas"
+msgstr "le trigger Â« %s Â» de la table Â« %s Â» n'existe pas"
 
 #: commands/trigger.c:1402
 #, c-format
 msgid "permission denied: \"%s\" is a system trigger"
-msgstr "droit refusé : « %s » est un trigger système"
+msgstr "droit refusé : « %s » est un trigger système"
 
 #: commands/trigger.c:1898
 #, c-format
 msgid "trigger function %u returned null value"
-msgstr "la fonction trigger %u a renvoyé la valeur NULL"
+msgstr "la fonction trigger %u a renvoyé la valeur NULL"
 
 #: commands/trigger.c:1957 commands/trigger.c:2156 commands/trigger.c:2344 commands/trigger.c:2603
 #, c-format
@@ -7478,27 +7498,27 @@ msgstr "le trigger BEFORE STATEMENT ne peut pas renvoyer une valeur"
 #: commands/trigger.c:2665 executor/nodeModifyTable.c:428 executor/nodeModifyTable.c:709
 #, c-format
 msgid "tuple to be updated was already modified by an operation triggered by the current command"
-msgstr "la ligne à mettre à jour était déjà modifiée par une opération déclenchée par la commande courante"
+msgstr "la ligne à mettre à jour était déjà modifiée par une opération déclenchée par la commande courante"
 
 #: commands/trigger.c:2666 executor/nodeModifyTable.c:429 executor/nodeModifyTable.c:710
 #, c-format
 msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows."
-msgstr "Considérez l'utilisation d'un trigger AFTER au lieu d'un trigger BEFORE pour propager les changements sur les autres lignes."
+msgstr "Considérez l'utilisation d'un trigger AFTER au lieu d'un trigger BEFORE pour propager les changements sur les autres lignes."
 
 #: commands/trigger.c:2680 executor/execMain.c:2101 executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 executor/nodeModifyTable.c:722
 #, c-format
 msgid "could not serialize access due to concurrent update"
-msgstr "n'a pas pu sérialiser un accès à cause d'une mise à jour en parallèle"
+msgstr "n'a pas pu sérialiser un accès à cause d'une mise à jour en parallèle"
 
 #: commands/trigger.c:4309
 #, c-format
 msgid "constraint \"%s\" is not deferrable"
-msgstr "la contrainte « %s » n'est pas DEFERRABLE"
+msgstr "la contrainte Â« %s Â» n'est pas DEFERRABLE"
 
 #: commands/trigger.c:4332
 #, c-format
 msgid "constraint \"%s\" does not exist"
-msgstr "la contrainte « %s » n'existe pas"
+msgstr "la contrainte Â« %s Â» n'existe pas"
 
 #: commands/tsearchcmds.c:114 commands/tsearchcmds.c:671
 #, c-format
@@ -7508,67 +7528,67 @@ msgstr "la fonction %s doit renvoyer le type %s"
 #: commands/tsearchcmds.c:186
 #, c-format
 msgid "must be superuser to create text search parsers"
-msgstr "doit être super-utilisateur pour créer des analyseurs de recherche plein texte"
+msgstr "doit être super-utilisateur pour créer des analyseurs de recherche plein texte"
 
 #: commands/tsearchcmds.c:234
 #, c-format
 msgid "text search parser parameter \"%s\" not recognized"
-msgstr "paramètre de l'analyseur de recherche plein texte « %s » non reconnu"
+msgstr "paramètre de l'analyseur de recherche plein texte Â« %s Â» non reconnu"
 
 #: commands/tsearchcmds.c:244
 #, c-format
 msgid "text search parser start method is required"
-msgstr "la méthode start de l'analyseur de recherche plein texte est requise"
+msgstr "la méthode start de l'analyseur de recherche plein texte est requise"
 
 #: commands/tsearchcmds.c:249
 #, c-format
 msgid "text search parser gettoken method is required"
-msgstr "la méthode gettoken de l'analyseur de recherche plein texte est requise"
+msgstr "la méthode gettoken de l'analyseur de recherche plein texte est requise"
 
 #: commands/tsearchcmds.c:254
 #, c-format
 msgid "text search parser end method is required"
-msgstr "la méthode end l'analyseur de recherche de texte est requise"
+msgstr "la méthode end l'analyseur de recherche de texte est requise"
 
 #: commands/tsearchcmds.c:259
 #, c-format
 msgid "text search parser lextypes method is required"
-msgstr "la méthode lextypes de l'analyseur de recherche plein texte est requise"
+msgstr "la méthode lextypes de l'analyseur de recherche plein texte est requise"
 
 #: commands/tsearchcmds.c:376
 #, c-format
 msgid "text search template \"%s\" does not accept options"
-msgstr "le modèle de recherche plein texte « %s » n'accepte pas d'options"
+msgstr "le modèle de recherche plein texte Â« %s Â» n'accepte pas d'options"
 
 #: commands/tsearchcmds.c:449
 #, c-format
 msgid "text search template is required"
-msgstr "le modèle de la recherche plein texte est requis"
+msgstr "le modèle de la recherche plein texte est requis"
 
 #: commands/tsearchcmds.c:735
 #, c-format
 msgid "must be superuser to create text search templates"
-msgstr "doit être super-utilisateur pour créer des modèles de recherche plein texte"
+msgstr "doit être super-utilisateur pour créer des modèles de recherche plein texte"
 
 #: commands/tsearchcmds.c:772
 #, c-format
 msgid "text search template parameter \"%s\" not recognized"
-msgstr "paramètre de modèle de recherche plein texte « %s » non reconnu"
+msgstr "paramètre de modèle de recherche plein texte Â« %s Â» non reconnu"
 
 #: commands/tsearchcmds.c:782
 #, c-format
 msgid "text search template lexize method is required"
-msgstr "la méthode lexize du modèle de recherche plein texte est requise"
+msgstr "la méthode lexize du modèle de recherche plein texte est requise"
 
 #: commands/tsearchcmds.c:988
 #, c-format
 msgid "text search configuration parameter \"%s\" not recognized"
-msgstr "paramètre de configuration de recherche plein texte « %s » non reconnu"
+msgstr "paramètre de configuration de recherche plein texte Â« %s Â» non reconnu"
 
 #: commands/tsearchcmds.c:995
 #, c-format
 msgid "cannot specify both PARSER and COPY options"
-msgstr "ne peut pas spécifier à la fois PARSER et COPY"
+msgstr "ne peut pas spécifier à la fois PARSER et COPY"
 
 #: commands/tsearchcmds.c:1023
 #, c-format
@@ -7578,91 +7598,91 @@ msgstr "l'analyseur de la recherche plein texte est requis"
 #: commands/tsearchcmds.c:1247
 #, c-format
 msgid "token type \"%s\" does not exist"
-msgstr "le type de jeton « %s » n'existe pas"
+msgstr "le type de jeton Â« %s Â» n'existe pas"
 
 #: commands/tsearchcmds.c:1469
 #, c-format
 msgid "mapping for token type \"%s\" does not exist"
-msgstr "la correspondance pour le type de jeton « %s » n'existe pas"
+msgstr "la correspondance pour le type de jeton Â« %s Â» n'existe pas"
 
 #: commands/tsearchcmds.c:1475
 #, c-format
 msgid "mapping for token type \"%s\" does not exist, skipping"
 msgstr ""
-"la correspondance pour le type de jeton « %s » n'existe pas, poursuite du\n"
+"la correspondance pour le type de jeton Â« %s Â» n'existe pas, poursuite du\n"
 "traitement"
 
 #: commands/tsearchcmds.c:1628 commands/tsearchcmds.c:1739
 #, c-format
 msgid "invalid parameter list format: \"%s\""
-msgstr "format de liste de paramètres invalide : « %s »"
+msgstr "format de liste de paramètres invalide : Â« %s Â»"
 
 #: commands/typecmds.c:182
 #, c-format
 msgid "must be superuser to create a base type"
-msgstr "doit être super-utilisateur pour créer un type de base"
+msgstr "doit être super-utilisateur pour créer un type de base"
 
 #: commands/typecmds.c:288 commands/typecmds.c:1369
 #, c-format
 msgid "type attribute \"%s\" not recognized"
-msgstr "attribut du type « %s » non reconnu"
+msgstr "attribut du type Â« %s Â» non reconnu"
 
 #: commands/typecmds.c:342
 #, c-format
 msgid "invalid type category \"%s\": must be simple ASCII"
-msgstr "catégorie de type « %s » invalide : doit être de l'ASCII pur"
+msgstr "catégorie de type « %s » invalide : doit être de l'ASCII pur"
 
 #: commands/typecmds.c:361
 #, c-format
 msgid "array element type cannot be %s"
-msgstr "le type d'élément tableau ne peut pas être %s"
+msgstr "le type d'élément tableau ne peut pas être %s"
 
 #: commands/typecmds.c:393
 #, c-format
 msgid "alignment \"%s\" not recognized"
-msgstr "alignement « %s » non reconnu"
+msgstr "alignement Â« %s Â» non reconnu"
 
 #: commands/typecmds.c:410
 #, c-format
 msgid "storage \"%s\" not recognized"
-msgstr "stockage « %s » non reconnu"
+msgstr "stockage Â« %s Â» non reconnu"
 
 #: commands/typecmds.c:421
 #, c-format
 msgid "type input function must be specified"
-msgstr "le type d'entrée de la fonction doit être spécifié"
+msgstr "le type d'entrée de la fonction doit être spécifié"
 
 #: commands/typecmds.c:425
 #, c-format
 msgid "type output function must be specified"
-msgstr "le type de sortie de la fonction doit être spécifié"
+msgstr "le type de sortie de la fonction doit être spécifié"
 
 #: commands/typecmds.c:430
 #, c-format
 msgid "type modifier output function is useless without a type modifier input function"
 msgstr ""
 "la fonction en sortie du modificateur de type est inutile sans une fonction\n"
-"en entrée du modificateur de type"
+"en entrée du modificateur de type"
 
 #: commands/typecmds.c:453
 #, c-format
 msgid "changing return type of function %s from \"opaque\" to %s"
-msgstr "changement du type de retour de la fonction %s d'« opaque » vers %s"
+msgstr "changement du type de retour de la fonction %s d'« opaque Â» vers %s"
 
 #: commands/typecmds.c:460
 #, c-format
 msgid "type input function %s must return type %s"
-msgstr "le type d'entrée de la fonction %s doit être %s"
+msgstr "le type d'entrée de la fonction %s doit être %s"
 
 #: commands/typecmds.c:470
 #, c-format
 msgid "changing return type of function %s from \"opaque\" to \"cstring\""
-msgstr "changement du type de retour de la fonction %s d'« opaque » vers « cstring »"
+msgstr "changement du type de retour de la fonction %s d'« opaque Â» vers Â« cstring Â»"
 
 #: commands/typecmds.c:477
 #, c-format
 msgid "type output function %s must return type \"cstring\""
-msgstr "le type de sortie de la fonction %s doit être « cstring »"
+msgstr "le type de sortie de la fonction %s doit Ãªtre Â« cstring Â»"
 
 #: commands/typecmds.c:486
 #, c-format
@@ -7672,17 +7692,17 @@ msgstr "la fonction receive du type %s doit renvoyer le type %s"
 #: commands/typecmds.c:495
 #, c-format
 msgid "type send function %s must return type \"bytea\""
-msgstr "la fonction send du type %s doit renvoyer le type « bytea »"
+msgstr "la fonction send du type %s doit renvoyer le type Â« bytea Â»"
 
 #: commands/typecmds.c:760
 #, c-format
 msgid "\"%s\" is not a valid base type for a domain"
-msgstr "« %s » n'est pas un type de base valide pour un domaine"
+msgstr "« %s Â» n'est pas un type de base valide pour un domaine"
 
 #: commands/typecmds.c:846
 #, c-format
 msgid "multiple default expressions"
-msgstr "multiples expressions par défaut"
+msgstr "multiples expressions par défaut"
 
 #: commands/typecmds.c:908 commands/typecmds.c:917
 #, c-format
@@ -7692,7 +7712,7 @@ msgstr "contraintes NULL/NOT NULL en conflit"
 #: commands/typecmds.c:933
 #, c-format
 msgid "check constraints for domains cannot be marked NO INHERIT"
-msgstr "les contraintes CHECK pour les domaines ne peuvent pas être marquées NO INHERIT"
+msgstr "les contraintes CHECK pour les domaines ne peuvent pas être marquées NO INHERIT"
 
 #: commands/typecmds.c:942 commands/typecmds.c:2448
 #, c-format
@@ -7702,7 +7722,7 @@ msgstr "contraintes uniques impossible pour les domaines"
 #: commands/typecmds.c:948 commands/typecmds.c:2454
 #, c-format
 msgid "primary key constraints not possible for domains"
-msgstr "contraintes de clé primaire impossible pour les domaines"
+msgstr "contraintes de clé primaire impossible pour les domaines"
 
 #: commands/typecmds.c:954 commands/typecmds.c:2460
 #, c-format
@@ -7712,12 +7732,12 @@ msgstr "contraintes d'exclusion impossible pour les domaines"
 #: commands/typecmds.c:960 commands/typecmds.c:2466
 #, c-format
 msgid "foreign key constraints not possible for domains"
-msgstr "contraintes de clé étrangère impossible pour les domaines"
+msgstr "contraintes de clé étrangère impossible pour les domaines"
 
 #: commands/typecmds.c:969 commands/typecmds.c:2475
 #, c-format
 msgid "specifying constraint deferrability not supported for domains"
-msgstr "spécifier des contraintes déferrantes n'est pas supporté par les domaines"
+msgstr "spécifier des contraintes déferrantes n'est pas supporté par les domaines"
 
 #: commands/typecmds.c:1241 utils/cache/typcache.c:1071
 #, c-format
@@ -7732,44 +7752,44 @@ msgstr "l'attribut du sous-type est requis"
 #: commands/typecmds.c:1382
 #, c-format
 msgid "range subtype cannot be %s"
-msgstr "le sous-type de l'intervalle ne peut pas être %s"
+msgstr "le sous-type de l'intervalle ne peut pas être %s"
 
 #: commands/typecmds.c:1401
 #, c-format
 msgid "range collation specified but subtype does not support collation"
-msgstr "collationnement spécifié pour l'intervalle mais le sous-type ne supporte pas les collationnements"
+msgstr "collationnement spécifié pour l'intervalle mais le sous-type ne supporte pas les collationnements"
 
 #: commands/typecmds.c:1637
 #, 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 »"
+msgstr "changement du type d'argument de la fonction %s d'« opaque Â» Ã  Â« cstring Â»"
 
 #: commands/typecmds.c:1688
 #, 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"
+msgstr "changement du type d'argument de la fonction %s d'« opaque » à %s"
 
 #: commands/typecmds.c:1787
 #, c-format
 msgid "typmod_in function %s must return type \"integer\""
-msgstr "la fonction typmod_in %s doit renvoyer le type « entier »"
+msgstr "la fonction typmod_in %s doit renvoyer le type Â« entier Â»"
 
 #: commands/typecmds.c:1814
 #, c-format
 msgid "typmod_out function %s must return type \"cstring\""
-msgstr "la fonction typmod_out %s doit renvoyer le type « cstring »"
+msgstr "la fonction typmod_out %s doit renvoyer le type Â« cstring Â»"
 
 #: commands/typecmds.c:1841
 #, c-format
 msgid "type analyze function %s must return type \"boolean\""
-msgstr "la fonction analyze du type %s doit renvoyer le type « boolean »"
+msgstr "la fonction analyze du type %s doit renvoyer le type Â« boolean Â»"
 
 #: commands/typecmds.c:1887
 #, c-format
 msgid "You must specify an operator class for the range type or define a default operator class for the subtype."
 msgstr ""
-"Vous devez spécifier une classe d'opérateur pour le type range ou définir une\n"
-"classe d'opérateur par défaut pour le sous-type."
+"Vous devez spécifier une classe d'opérateur pour le type range ou définir une\n"
+"classe d'opérateur par défaut pour le sous-type."
 
 #: commands/typecmds.c:1918
 #, c-format
@@ -7779,47 +7799,47 @@ msgstr "la fonction canonical %s du range doit renvoyer le type range"
 #: commands/typecmds.c:1924
 #, c-format
 msgid "range canonical function %s must be immutable"
-msgstr "la fonction canonical %s du range doit être immutable"
+msgstr "la fonction canonical %s du range doit être immutable"
 
 #: commands/typecmds.c:1960
 #, c-format
 msgid "range subtype diff function %s must return type double precision"
 msgstr ""
-"la fonction %s de calcul de différence pour le sous-type d'un intervalle de\n"
+"la fonction %s de calcul de différence pour le sous-type d'un intervalle de\n"
 "valeur doit renvoyer le type double precision"
 
 #: commands/typecmds.c:1966
 #, c-format
 msgid "range subtype diff function %s must be immutable"
 msgstr ""
-"la fonction %s de calcul de différence pour le sous-type d'un intervalle de\n"
-"valeur doit être immutable"
+"la fonction %s de calcul de différence pour le sous-type d'un intervalle de\n"
+"valeur doit être immutable"
 
 #: commands/typecmds.c:2283
 #, c-format
 msgid "column \"%s\" of table \"%s\" contains null values"
-msgstr "la colonne « %s » de la table « %s » contient des valeurs NULL"
+msgstr "la colonne Â« %s Â» de la table Â« %s Â» contient des valeurs NULL"
 
 #: commands/typecmds.c:2391 commands/typecmds.c:2569
 #, c-format
 msgid "constraint \"%s\" of domain \"%s\" does not exist"
-msgstr "la contrainte « %s » du domaine « %s » n'existe pas"
+msgstr "la contrainte Â« %s Â» du domaine Â« %s Â» n'existe pas"
 
 #: commands/typecmds.c:2395
 #, c-format
 msgid "constraint \"%s\" of domain \"%s\" does not exist, skipping"
-msgstr "la contrainte « %s » du domaine « %s » n'existe pas, ignore"
+msgstr "la contrainte Â« %s Â» du domaine Â« %s Â» n'existe pas, ignore"
 
 #: commands/typecmds.c:2575
 #, c-format
 msgid "constraint \"%s\" of domain \"%s\" is not a check constraint"
-msgstr "la contrainte « %s » du domaine « %s » n'est pas une contrainte de vérification"
+msgstr "la contrainte « %s » du domaine « %s » n'est pas une contrainte de vérification"
 
 #: commands/typecmds.c:2677
 #, 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"
+"la colonne Â« %s Â» de la table Â« %s Â» contient des valeurs violant la\n"
 "nouvelle contrainte"
 
 #: commands/typecmds.c:2889 commands/typecmds.c:3259 commands/typecmds.c:3443
@@ -7830,24 +7850,24 @@ msgstr "%s n'est pas un domaine"
 #: commands/typecmds.c:2922
 #, c-format
 msgid "constraint \"%s\" for domain \"%s\" already exists"
-msgstr "la contrainte « %s » du domaine « %s » existe déjà"
+msgstr "la contrainte « %s » du domaine « %s » existe déjà"
 
 #: commands/typecmds.c:2972
 #, c-format
 msgid "cannot use table references in domain check constraint"
 msgstr ""
-"ne peut pas utiliser les références de table dans la contrainte de\n"
-"vérification du domaine"
+"ne peut pas utiliser les références de table dans la contrainte de\n"
+"vérification du domaine"
 
 #: commands/typecmds.c:3191 commands/typecmds.c:3271 commands/typecmds.c:3551
 #, c-format
 msgid "%s is a table's row type"
-msgstr "« %s » est du type ligne de table"
+msgstr "« %s Â» est du type ligne de table"
 
 #: commands/typecmds.c:3193 commands/typecmds.c:3273 commands/typecmds.c:3553
 #, c-format
 msgid "Use ALTER TABLE instead."
-msgstr "Utilisez ALTER TABLE à la place."
+msgstr "Utilisez ALTER TABLE à la place."
 
 #: commands/typecmds.c:3200 commands/typecmds.c:3280 commands/typecmds.c:3470
 #, c-format
@@ -7862,226 +7882,226 @@ msgstr "Vous pouvez modifier le type %s, ce qui va modifier aussi le type tablea
 #: commands/typecmds.c:3537
 #, c-format
 msgid "type \"%s\" already exists in schema \"%s\""
-msgstr "le type « %s » existe déjà dans le schéma « %s »"
+msgstr "le type Â« %s Â» existe déjà dans le schéma Â« %s Â»"
 
 #: commands/user.c:145
 #, c-format
 msgid "SYSID can no longer be specified"
-msgstr "SYSID ne peut plus être spécifié"
+msgstr "SYSID ne peut plus être spécifié"
 
 #: commands/user.c:277
 #, c-format
 msgid "must be superuser to create superusers"
-msgstr "doit être super-utilisateur pour créer des super-utilisateurs"
+msgstr "doit être super-utilisateur pour créer des super-utilisateurs"
 
 #: commands/user.c:284
 #, c-format
 msgid "must be superuser to create replication users"
-msgstr "doit être super-utilisateur pour créer des utilisateurs avec l'attribut réplication"
+msgstr "doit être super-utilisateur pour créer des utilisateurs avec l'attribut réplication"
 
 #: commands/user.c:291
 #, c-format
 msgid "permission denied to create role"
-msgstr "droit refusé pour créer un rôle"
+msgstr "droit refusé pour créer un rôle"
 
 #: commands/user.c:298 commands/user.c:1119
 #, c-format
 msgid "role name \"%s\" is reserved"
-msgstr "le nom du rôle « %s » est réservé"
+msgstr "le nom du rôle « %s » est réservé"
 
 #: commands/user.c:311 commands/user.c:1113
 #, c-format
 msgid "role \"%s\" already exists"
-msgstr "le rôle « %s » existe déjà"
+msgstr "le rôle « %s » existe déjà"
 
 #: commands/user.c:618 commands/user.c:827 commands/user.c:933 commands/user.c:1088 commands/variable.c:865 commands/variable.c:937 utils/adt/acl.c:5120 utils/init/miscinit.c:433
 #, c-format
 msgid "role \"%s\" does not exist"
-msgstr "le rôle « %s » n'existe pas"
+msgstr "le rôle Â« %s Â» n'existe pas"
 
 #: commands/user.c:631 commands/user.c:846 commands/user.c:1357 commands/user.c:1503
 #, c-format
 msgid "must be superuser to alter superusers"
-msgstr "doit être super-utilisateur pour modifier des super-utilisateurs"
+msgstr "doit être super-utilisateur pour modifier des super-utilisateurs"
 
 #: commands/user.c:638
 #, c-format
 msgid "must be superuser to alter replication users"
-msgstr "doit être super-utilisateur pour modifier des utilisateurs ayant l'attribut réplication"
+msgstr "doit être super-utilisateur pour modifier des utilisateurs ayant l'attribut réplication"
 
 #: commands/user.c:654 commands/user.c:854
 #, c-format
 msgid "permission denied"
-msgstr "droit refusé"
+msgstr "droit refusé"
 
 #: commands/user.c:884
 #, c-format
 msgid "must be superuser to alter settings globally"
-msgstr "doit être super-utilisateur pour modifier globalement les configurations"
+msgstr "doit être super-utilisateur pour modifier globalement les configurations"
 
 #: commands/user.c:906
 #, c-format
 msgid "permission denied to drop role"
-msgstr "droit refusé pour supprimer le rôle"
+msgstr "droit refusé pour supprimer le rôle"
 
 #: commands/user.c:938
 #, c-format
 msgid "role \"%s\" does not exist, skipping"
-msgstr "le rôle « %s » n'existe pas, poursuite du traitement"
+msgstr "le rôle Â« %s Â» n'existe pas, poursuite du traitement"
 
 #: commands/user.c:950 commands/user.c:954
 #, c-format
 msgid "current user cannot be dropped"
-msgstr "l'utilisateur actuel ne peut pas être supprimé"
+msgstr "l'utilisateur actuel ne peut pas être supprimé"
 
 #: commands/user.c:958
 #, c-format
 msgid "session user cannot be dropped"
-msgstr "l'utilisateur de la session ne peut pas être supprimé"
+msgstr "l'utilisateur de la session ne peut pas être supprimé"
 
 #: commands/user.c:969
 #, c-format
 msgid "must be superuser to drop superusers"
-msgstr "doit être super-utilisateur pour supprimer des super-utilisateurs"
+msgstr "doit être super-utilisateur pour supprimer des super-utilisateurs"
 
 #: commands/user.c:985
 #, c-format
 msgid "role \"%s\" cannot be dropped because some objects depend on it"
-msgstr "le rôle « %s » ne peut pas être supprimé car d'autres objets en dépendent"
+msgstr "le rôle « %s » ne peut pas être supprimé car d'autres objets en dépendent"
 
 #: commands/user.c:1103
 #, c-format
 msgid "session user cannot be renamed"
-msgstr "l'utilisateur de la session ne peut pas être renommé"
+msgstr "l'utilisateur de la session ne peut pas être renommé"
 
 #: commands/user.c:1107
 #, c-format
 msgid "current user cannot be renamed"
-msgstr "l'utilisateur courant ne peut pas être renommé"
+msgstr "l'utilisateur courant ne peut pas être renommé"
 
 #: commands/user.c:1130
 #, c-format
 msgid "must be superuser to rename superusers"
-msgstr "doit être super-utilisateur pour renommer les super-utilisateurs"
+msgstr "doit être super-utilisateur pour renommer les super-utilisateurs"
 
 #: commands/user.c:1137
 #, c-format
 msgid "permission denied to rename role"
-msgstr "droit refusé pour renommer le rôle"
+msgstr "droit refusé pour renommer le rôle"
 
 #: commands/user.c:1158
 #, c-format
 msgid "MD5 password cleared because of role rename"
-msgstr "mot de passe MD5 effacé à cause du renommage du rôle"
+msgstr "mot de passe MD5 effacé à cause du renommage du rôle"
 
 #: commands/user.c:1218
 #, c-format
 msgid "column names cannot be included in GRANT/REVOKE ROLE"
-msgstr "les noms de colonne ne peuvent pas être inclus dans GRANT/REVOKE ROLE"
+msgstr "les noms de colonne ne peuvent pas être inclus dans GRANT/REVOKE ROLE"
 
 #: commands/user.c:1256
 #, c-format
 msgid "permission denied to drop objects"
-msgstr "droit refusé pour supprimer les objets"
+msgstr "droit refusé pour supprimer les objets"
 
 #: commands/user.c:1283 commands/user.c:1292
 #, c-format
 msgid "permission denied to reassign objects"
-msgstr "droit refusé pour ré-affecter les objets"
+msgstr "droit refusé pour ré-affecter les objets"
 
 #: commands/user.c:1365 commands/user.c:1511
 #, c-format
 msgid "must have admin option on role \"%s\""
-msgstr "doit avoir l'option admin sur le rôle « %s »"
+msgstr "doit avoir l'option admin sur le rôle Â« %s Â»"
 
 #: commands/user.c:1382
 #, c-format
 msgid "must be superuser to set grantor"
-msgstr "doit être super-utilisateur pour configurer le « donneur de droits »"
+msgstr "doit Ãªtre super-utilisateur pour configurer le Â« donneur de droits Â»"
 
 #: commands/user.c:1407
 #, c-format
 msgid "role \"%s\" is a member of role \"%s\""
-msgstr "le rôle « %s » est un membre du rôle « %s »"
+msgstr "le rôle Â« %s Â» est un membre du rôle Â« %s Â»"
 
 #: commands/user.c:1422
 #, c-format
 msgid "role \"%s\" is already a member of role \"%s\""
-msgstr "le rôle « %s » est déjà un membre du rôle « %s »"
+msgstr "le rôle Â« %s Â» est déjà un membre du rôle Â« %s Â»"
 
 #: commands/user.c:1533
 #, c-format
 msgid "role \"%s\" is not a member of role \"%s\""
-msgstr "le rôle « %s » n'est pas un membre du rôle « %s »"
+msgstr "le rôle Â« %s Â» n'est pas un membre du rôle Â« %s Â»"
 
 #: commands/vacuum.c:479
 #, c-format
 msgid "oldest xmin is far in the past"
-msgstr "le plus ancien xmin est loin dans le passé"
+msgstr "le plus ancien xmin est loin dans le passé"
 
 #: commands/vacuum.c:480
 #, c-format
 msgid "Close open transactions soon to avoid wraparound problems."
 msgstr ""
-"Fermez les transactions ouvertes rapidement pour éviter des problèmes de\n"
-"réinitialisation."
+"Fermez les transactions ouvertes rapidement pour éviter des problèmes de\n"
+"réinitialisation."
 
 #: commands/vacuum.c:519
 #, c-format
 msgid "oldest multixact is far in the past"
-msgstr "le plus ancien multixact est loin dans le passé"
+msgstr "le plus ancien multixact est loin dans le passé"
 
 #: commands/vacuum.c:520
 #, c-format
 msgid "Close open transactions with multixacts soon to avoid wraparound problems."
 msgstr ""
-"Fermez les transactions ouvertes avec multixacts rapidement pour éviter des problèmes de\n"
-"réinitialisation."
+"Fermez les transactions ouvertes avec multixacts rapidement pour éviter des problèmes de\n"
+"réinitialisation."
 
-#: commands/vacuum.c:1082
+#: commands/vacuum.c:1090
 #, c-format
 msgid "some databases have not been vacuumed in over 2 billion transactions"
 msgstr ""
-"certaines bases de données n'ont pas eu droit à l'opération de maintenance\n"
+"certaines bases de données n'ont pas eu droit à l'opération de maintenance\n"
 "VACUUM depuis plus de 2 milliards de transactions"
 
-#: commands/vacuum.c:1083
+#: commands/vacuum.c:1091
 #, c-format
 msgid "You might have already suffered transaction-wraparound data loss."
 msgstr ""
-"Vous pouvez avoir déjà souffert de pertes de données suite à une\n"
-"réinitialisation de l'identifiant des transactions."
+"Vous pouvez avoir déjà souffert de pertes de données suite à une\n"
+"réinitialisation de l'identifiant des transactions."
 
-#: commands/vacuum.c:1200
+#: commands/vacuum.c:1208
 #, c-format
 msgid "skipping vacuum of \"%s\" --- lock not available"
-msgstr "ignore le vacuum de « %s » --- verrou non disponible"
+msgstr "ignore le vacuum de Â« %s Â» --- verrou non disponible"
 
-#: commands/vacuum.c:1226
+#: commands/vacuum.c:1234
 #, c-format
 msgid "skipping \"%s\" --- only superuser can vacuum it"
-msgstr "ignore « %s » --- seul le super-utilisateur peut exécuter un VACUUM"
+msgstr "ignore « %s » --- seul le super-utilisateur peut exécuter un VACUUM"
 
-#: commands/vacuum.c:1230
+#: commands/vacuum.c:1238
 #, c-format
 msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
 msgstr ""
-"ignore « %s » --- seul le super-utilisateur ou le propriétaire de la base de données\n"
-"peuvent exécuter un VACUUM"
+"ignore « %s » --- seul le super-utilisateur ou le propriétaire de la base de données\n"
+"peuvent exécuter un VACUUM"
 
-#: commands/vacuum.c:1234
+#: commands/vacuum.c:1242
 #, c-format
 msgid "skipping \"%s\" --- only table or database owner can vacuum it"
 msgstr ""
-"ignore « %s » --- seul le propriétaire de la table ou de la base de données\n"
-"peut exécuter un VACUUM"
+"ignore « %s » --- seul le propriétaire de la table ou de la base de données\n"
+"peut exécuter un VACUUM"
 
-#: commands/vacuum.c:1252
+#: commands/vacuum.c:1260
 #, c-format
 msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
 msgstr ""
-"ignore « %s » --- n'a pas pu exécuter un VACUUM sur les objets autres que\n"
-"des tables et les tables systèmes"
+"ignore « %s » --- n'a pas pu exécuter un VACUUM sur les objets autres que\n"
+"des tables et les tables systèmes"
 
 #: commands/vacuumlazy.c:338
 #, c-format
@@ -8093,28 +8113,28 @@ msgid ""
 "avg read rate: %.3f MB/s, avg write rate: %.3f MB/s\n"
 "system usage: %s"
 msgstr ""
-"VACUUM automatique de la table « %s.%s.%s » : parcours d'index : %d\n"
-"pages : %d supprimées, %d restantes\n"
-"lignes : %.0f supprimés, %.0f restantes\n"
-"utilisation des tampons : %d lus dans le cache, %d lus hors du cache, %d modifiés\n"
-"taux moyen de lecture : %.3f Mo/s, taux moyen d'écriture : %.3f Mo/s\n"
-"utilisation système : %s"
+"VACUUM automatique de la table Â« %s.%s.%s Â» : parcours d'index : %d\n"
+"pages : %d supprimées, %d restantes\n"
+"lignes : %.0f supprimés, %.0f restantes\n"
+"utilisation des tampons : %d lus dans le cache, %d lus hors du cache, %d modifiés\n"
+"taux moyen de lecture : %.3f Mo/s, taux moyen d'écriture : %.3f Mo/s\n"
+"utilisation système : %s"
 
 #: commands/vacuumlazy.c:671
 #, c-format
 msgid "relation \"%s\" page %u is uninitialized --- fixing"
-msgstr "relation « %s » : la page %u n'est pas initialisée --- correction en cours"
+msgstr "relation « %s » : la page %u n'est pas initialisée --- correction en cours"
 
 #: commands/vacuumlazy.c:1085
 #, c-format
 msgid "\"%s\": removed %.0f row versions in %u pages"
-msgstr "« %s » : %.0f versions de ligne supprimées parmi %u pages"
+msgstr "« %s » : %.0f versions de ligne supprimées parmi %u pages"
 
 #: commands/vacuumlazy.c:1090
 #, 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"
+"« %s Â» : %.0f versions de ligne supprimables, %.0f non supprimables\n"
 "parmi %u pages sur %u"
 
 #: commands/vacuumlazy.c:1094
@@ -8125,15 +8145,15 @@ msgid ""
 "%u pages are entirely empty.\n"
 "%s."
 msgstr ""
-"%.0f versions de lignes mortes ne peuvent pas encore être supprimées.\n"
-"Il y avait %.0f pointeurs d'éléments inutilisés.\n"
-"%u pages sont entièrement vides.\n"
+"%.0f versions de lignes mortes ne peuvent pas encore être supprimées.\n"
+"Il y avait %.0f pointeurs d'éléments inutilisés.\n"
+"%u pages sont entièrement vides.\n"
 "%s."
 
 #: commands/vacuumlazy.c:1165
 #, c-format
 msgid "\"%s\": removed %d row versions in %d pages"
-msgstr "« %s »: %d versions de ligne supprimée parmi %d pages"
+msgstr "« %s »: %d versions de ligne supprimée parmi %d pages"
 
 #: commands/vacuumlazy.c:1168 commands/vacuumlazy.c:1335 commands/vacuumlazy.c:1507
 #, c-format
@@ -8143,12 +8163,12 @@ msgstr "%s."
 #: commands/vacuumlazy.c:1332
 #, c-format
 msgid "scanned index \"%s\" to remove %d row versions"
-msgstr "a parcouru l'index « %s » pour supprimer %d versions de lignes"
+msgstr "a parcouru l'index Â« %s Â» pour supprimer %d versions de lignes"
 
 #: commands/vacuumlazy.c:1378
 #, 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"
+msgstr "l'index Â« %s Â» contient maintenant %.0f versions de ligne dans %u pages"
 
 #: commands/vacuumlazy.c:1382
 #, c-format
@@ -8157,431 +8177,431 @@ msgid ""
 "%u index pages have been deleted, %u are currently reusable.\n"
 "%s."
 msgstr ""
-"%.0f versions de ligne d'index ont été supprimées.\n"
-"%u pages d'index ont été supprimées, %u sont actuellement réutilisables.\n"
+"%.0f versions de ligne d'index ont été supprimées.\n"
+"%u pages d'index ont été supprimées, %u sont actuellement réutilisables.\n"
 "%s."
 
 #: commands/vacuumlazy.c:1439
 #, c-format
 msgid "\"%s\": stopping truncate due to conflicting lock request"
-msgstr "« %s » : mis en suspens du tronquage à cause d'un conflit dans la demande de verrou"
+msgstr "« %s » : mis en suspens du tronquage à cause d'un conflit dans la demande de verrou"
 
 #: commands/vacuumlazy.c:1504
 #, c-format
 msgid "\"%s\": truncated %u to %u pages"
-msgstr "« %s » : %u pages tronqués en %u"
+msgstr "« %s » : %u pages tronqués en %u"
 
 #: commands/vacuumlazy.c:1560
 #, c-format
 msgid "\"%s\": suspending truncate due to conflicting lock request"
-msgstr "« %s » : mis en suspens du tronquage à cause d'un conflit dans la demande de verrou"
+msgstr "« %s » : mis en suspens du tronquage à cause d'un conflit dans la demande de verrou"
 
 #: commands/variable.c:162 utils/misc/guc.c:8432
 #, c-format
 msgid "Unrecognized key word: \"%s\"."
-msgstr "Mot clé non reconnu : « %s »"
+msgstr "Mot clé non reconnu : Â« %s Â»"
 
 #: commands/variable.c:174
 #, c-format
 msgid "Conflicting \"datestyle\" specifications."
-msgstr "Spécifications « datestyle » conflictuelles"
+msgstr "Spécifications Â« datestyle Â» conflictuelles"
 
 #: commands/variable.c:313
 #, c-format
 msgid "Cannot specify months in time zone interval."
-msgstr "Ne peut pas spécifier des mois dans un interval avec fuseau horaire."
+msgstr "Ne peut pas spécifier des mois dans un interval avec fuseau horaire."
 
 #: commands/variable.c:319
 #, c-format
 msgid "Cannot specify days in time zone interval."
-msgstr "Ne peut pas spécifier des jours dans un interval avec fuseau horaire."
+msgstr "Ne peut pas spécifier des jours dans un interval avec fuseau horaire."
 
 #: commands/variable.c:365 commands/variable.c:495
 #, c-format
 msgid "time zone \"%s\" appears to use leap seconds"
-msgstr "le fuseau horaire « %s » semble utiliser les secondes « leap »"
+msgstr "le fuseau horaire Â« %s Â» semble utiliser les secondes Â« leap Â»"
 
 #: commands/variable.c:367 commands/variable.c:497
 #, c-format
 msgid "PostgreSQL does not support leap seconds."
-msgstr "PostgreSQL ne supporte pas les secondes « leap »."
+msgstr "PostgreSQL ne supporte pas les secondes Â« leap Â»."
 
 #: commands/variable.c:379
 #, c-format
 msgid "UTC timezone offset is out of range."
-msgstr "Le décalage du fuseau horaire UTC est en dehors des limites."
+msgstr "Le décalage du fuseau horaire UTC est en dehors des limites."
 
 #: commands/variable.c:561
 #, c-format
 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"
-"l'intérieur d'une transaction en lecture seule"
+"ne peut pas initialiser le mode lecture-écriture de la transaction à\n"
+"l'intérieur d'une transaction en lecture seule"
 
 #: commands/variable.c:568
 #, c-format
 msgid "transaction read-write mode must be set before any query"
 msgstr ""
-"le mode de transaction lecture/écriture doit être configuré avant d'exécuter\n"
-"la première requête"
+"le mode de transaction lecture/écriture doit être configuré avant d'exécuter\n"
+"la première requête"
 
 #: commands/variable.c:575
 #, c-format
 msgid "cannot set transaction read-write mode during recovery"
 msgstr ""
-"ne peut pas initialiser le mode lecture-écriture des transactions lors de la\n"
+"ne peut pas initialiser le mode lecture-écriture des transactions lors de la\n"
 "restauration"
 
 #: commands/variable.c:624
 #, c-format
 msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
-msgstr "SET TRANSACTION ISOLATION LEVEL doit être appelé avant toute requête"
+msgstr "SET TRANSACTION ISOLATION LEVEL doit être appelé avant toute requête"
 
 #: commands/variable.c:631
 #, c-format
 msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
 msgstr ""
-"SET TRANSACTION ISOLATION LEVEL ne doit pas être appelé dans une\n"
+"SET TRANSACTION ISOLATION LEVEL ne doit pas être appelé dans une\n"
 "sous-transaction"
 
 #: commands/variable.c:638 storage/lmgr/predicate.c:1585
 #, c-format
 msgid "cannot use serializable mode in a hot standby"
-msgstr "ne peut pas utiliser le mode sérialisable sur un serveur en « Hot Standby »"
+msgstr "ne peut pas utiliser le mode sérialisable sur un serveur en Â« Hot Standby Â»"
 
 #: commands/variable.c:639
 #, c-format
 msgid "You can use REPEATABLE READ instead."
-msgstr "Vous pouvez utiliser REPEATABLE READ à la place."
+msgstr "Vous pouvez utiliser REPEATABLE READ à la place."
 
 #: commands/variable.c:687
 #, c-format
 msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
 msgstr ""
-"SET TRANSACTION [NOT] DEFERRABLE ne doit pas être appelé dans une\n"
+"SET TRANSACTION [NOT] DEFERRABLE ne doit pas être appelé dans une\n"
 "sous-transaction"
 
 #: commands/variable.c:693
 #, c-format
 msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
-msgstr "SET TRANSACTION [NOT] DEFERRABLE doit être appelé avant toute requête"
+msgstr "SET TRANSACTION [NOT] DEFERRABLE doit être appelé avant toute requête"
 
 #: commands/variable.c:775
 #, c-format
 msgid "Conversion between %s and %s is not supported."
-msgstr "La conversion entre %s et %s n'est pas supportée."
+msgstr "La conversion entre %s et %s n'est pas supportée."
 
 #: commands/variable.c:782
 #, c-format
 msgid "Cannot change \"client_encoding\" now."
-msgstr "Ne peut pas modifier « client_encoding » maintenant."
+msgstr "Ne peut pas modifier Â« client_encoding Â» maintenant."
 
 #: commands/variable.c:952
 #, c-format
 msgid "permission denied to set role \"%s\""
-msgstr "droit refusé pour configurer le rôle « %s »"
+msgstr "droit refusé pour configurer le rôle Â« %s Â»"
 
-#: commands/view.c:94
+#: commands/view.c:84
 #, c-format
 msgid "could not determine which collation to use for view column \"%s\""
 msgstr ""
-"n'a pas pu déterminer le collationnement à utiliser pour la colonne « %s »\n"
+"n'a pas pu déterminer le collationnement Ã  utiliser pour la colonne Â« %s Â»\n"
 "de la vue"
 
-#: commands/view.c:109
+#: commands/view.c:98
 #, c-format
 msgid "view must have at least one column"
 msgstr "la vue doit avoir au moins une colonne"
 
-#: commands/view.c:240 commands/view.c:252
+#: commands/view.c:229 commands/view.c:241
 #, c-format
 msgid "cannot drop columns from view"
 msgstr "ne peut pas supprimer les colonnes d'une vue"
 
-#: commands/view.c:257
+#: commands/view.c:246
 #, 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 »"
+msgstr "ne peut pas modifier le nom de la colonne Â« %s Â» de la vue en Â« %s Â»"
 
-#: commands/view.c:265
+#: commands/view.c:254
 #, c-format
 msgid "cannot change data type of view column \"%s\" from %s to %s"
-msgstr "ne peut pas modifier le type de données de la colonne « %s » de la vue de %s à %s"
+msgstr "ne peut pas modifier le type de données de la colonne « %s » de la vue de %s à %s"
 
-#: commands/view.c:398
+#: commands/view.c:387
 #, c-format
 msgid "views must not contain SELECT INTO"
 msgstr "les vues ne peuvent pas contenir SELECT INTO"
 
-#: commands/view.c:411
+#: commands/view.c:400
 #, c-format
 msgid "views must not contain data-modifying statements in WITH"
-msgstr "les vues ne peuvent pas contenir d'instructions de modifications de données avec WITH"
+msgstr "les vues ne peuvent pas contenir d'instructions de modifications de données avec WITH"
 
-#: commands/view.c:439
+#: commands/view.c:428
 #, c-format
 msgid "CREATE VIEW specifies more column names than columns"
-msgstr "CREATE VIEW spécifie plus de noms de colonnes que de colonnes"
+msgstr "CREATE VIEW spécifie plus de noms de colonnes que de colonnes"
 
-#: commands/view.c:447
+#: commands/view.c:436
 #, c-format
 msgid "views cannot be unlogged because they do not have storage"
-msgstr "les vues ne peuvent pas être non tracées car elles n'ont pas de stockage"
+msgstr "les vues ne peuvent pas être non tracées car elles n'ont pas de stockage"
 
-#: commands/view.c:461
+#: commands/view.c:450
 #, c-format
 msgid "view \"%s\" will be a temporary view"
-msgstr "la vue « %s » sera une vue temporaire"
+msgstr "la vue Â« %s Â» sera une vue temporaire"
 
 #: executor/execCurrent.c:76
 #, c-format
 msgid "cursor \"%s\" is not a SELECT query"
-msgstr "le curseur « %s » n'est pas une requête SELECT"
+msgstr "le curseur « %s » n'est pas une requête SELECT"
 
 #: executor/execCurrent.c:82
 #, c-format
 msgid "cursor \"%s\" is held from a previous transaction"
-msgstr "le curseur « %s » est détenu par une transaction précédente"
+msgstr "le curseur « %s » est détenu par une transaction précédente"
 
 #: executor/execCurrent.c:114
 #, c-format
 msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
-msgstr "le curseur « %s » a plusieurs références FOR UPDATE/SHARE pour la table « %s »"
+msgstr "le curseur Â« %s Â» a plusieurs références FOR UPDATE/SHARE pour la table Â« %s Â»"
 
 #: executor/execCurrent.c:123
 #, c-format
 msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
-msgstr "le curseur « %s » n'a pas de référence FOR UPDATE/SHARE pour la table « %s »"
+msgstr "le curseur Â« %s Â» n'a pas de référence FOR UPDATE/SHARE pour la table Â« %s Â»"
 
 #: executor/execCurrent.c:133 executor/execCurrent.c:179
 #, c-format
 msgid "cursor \"%s\" is not positioned on a row"
-msgstr "le curseur « %s » n'est pas positionné sur une ligne"
+msgstr "le curseur « %s » n'est pas positionné sur une ligne"
 
 #: executor/execCurrent.c:166
 #, 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 »"
+msgstr "le curseur Â« %s Â» n'est pas un parcours modifiable de la table Â« %s Â»"
 
 #: executor/execCurrent.c:231 executor/execQual.c:1164
 #, c-format
 msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
-msgstr "le type de paramètre %d (%s) ne correspond pas à ce qui est préparé dans le plan (%s)"
+msgstr "le type de paramètre %d (%s) ne correspond pas à ce qui est préparé dans le plan (%s)"
 
 #: executor/execCurrent.c:243 executor/execQual.c:1176
 #, c-format
 msgid "no value found for parameter %d"
-msgstr "aucune valeur trouvée pour le paramètre %d"
+msgstr "aucune valeur trouvée pour le paramètre %d"
 
 #: executor/execMain.c:969
 #, c-format
 msgid "cannot change sequence \"%s\""
-msgstr "ne peut pas modifier la séquence « %s »"
+msgstr "ne peut pas modifier la séquence Â« %s Â»"
 
 #: executor/execMain.c:975
 #, c-format
 msgid "cannot change TOAST relation \"%s\""
-msgstr "ne peut pas modifier la relation TOAST « %s »"
+msgstr "ne peut pas modifier la relation TOAST Â« %s Â»"
 
 #: executor/execMain.c:993 rewrite/rewriteHandler.c:2349
 #, c-format
 msgid "cannot insert into view \"%s\""
-msgstr "ne peut pas insérer dans la vue « %s »"
+msgstr "ne peut pas insérer dans la vue Â« %s Â»"
 
 #: executor/execMain.c:995 rewrite/rewriteHandler.c:2352
 #, c-format
 msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule."
-msgstr "Pour activer l'insertion dans la vue, fournissez un trigger INSTEAD OF INSERT ou une règle ON INSERT DO INSTEAD sans condition."
+msgstr "Pour activer l'insertion dans la vue, fournissez un trigger INSTEAD OF INSERT ou une règle ON INSERT DO INSTEAD sans condition."
 
 #: executor/execMain.c:1001 rewrite/rewriteHandler.c:2357
 #, c-format
 msgid "cannot update view \"%s\""
-msgstr "ne peut pas mettre à jour la vue « %s »"
+msgstr "ne peut pas mettre Ã  jour la vue Â« %s Â»"
 
 #: executor/execMain.c:1003 rewrite/rewriteHandler.c:2360
 #, c-format
 msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule."
-msgstr "Pour activer la mise à jour dans la vue, fournissez un trigger INSTEAD OF UPDATE ou une règle ON UPDATE DO INSTEAD sans condition."
+msgstr "Pour activer la mise à jour dans la vue, fournissez un trigger INSTEAD OF UPDATE ou une règle ON UPDATE DO INSTEAD sans condition."
 
 #: executor/execMain.c:1009 rewrite/rewriteHandler.c:2365
 #, c-format
 msgid "cannot delete from view \"%s\""
-msgstr "ne peut pas supprimer à partir de la vue « %s »"
+msgstr "ne peut pas supprimer Ã  partir de la vue Â« %s Â»"
 
 #: executor/execMain.c:1011 rewrite/rewriteHandler.c:2368
 #, c-format
 msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule."
-msgstr "Pour activer la suppression dans la vue, fournissez un trigger INSTEAD OF DELETE ou une règle ON DELETE DO INSTEAD sans condition."
+msgstr "Pour activer la suppression dans la vue, fournissez un trigger INSTEAD OF DELETE ou une règle ON DELETE DO INSTEAD sans condition."
 
 #: executor/execMain.c:1021
 #, c-format
 msgid "cannot change materialized view \"%s\""
-msgstr "ne peut pas modifier la vue matérialisée « %s »"
+msgstr "ne peut pas modifier la vue matérialisée Â« %s Â»"
 
 #: executor/execMain.c:1033
 #, c-format
 msgid "cannot insert into foreign table \"%s\""
-msgstr "ne peut pas insérer dans la table distante « %s »"
+msgstr "ne peut pas insérer dans la table distante Â« %s Â»"
 
 #: executor/execMain.c:1039
 #, c-format
 msgid "foreign table \"%s\" does not allow inserts"
-msgstr "la table distante « %s » n'autorise pas les insertions"
+msgstr "la table distante Â« %s Â» n'autorise pas les insertions"
 
 #: executor/execMain.c:1046
 #, c-format
 msgid "cannot update foreign table \"%s\""
-msgstr "ne peut pas modifier la table distante « %s »"
+msgstr "ne peut pas modifier la table distante Â« %s Â»"
 
 #: executor/execMain.c:1052
 #, c-format
 msgid "foreign table \"%s\" does not allow updates"
-msgstr "la table distante « %s » n'autorise pas les modifications"
+msgstr "la table distante Â« %s Â» n'autorise pas les modifications"
 
 #: executor/execMain.c:1059
 #, c-format
 msgid "cannot delete from foreign table \"%s\""
-msgstr "ne peut pas supprimer à partir de la table distante « %s »"
+msgstr "ne peut pas supprimer Ã  partir de la table distante Â« %s Â»"
 
 #: executor/execMain.c:1065
 #, c-format
 msgid "foreign table \"%s\" does not allow deletes"
-msgstr "la table distante « %s » n'autorise pas les suppressions"
+msgstr "la table distante Â« %s Â» n'autorise pas les suppressions"
 
 #: executor/execMain.c:1076
 #, c-format
 msgid "cannot change relation \"%s\""
-msgstr "ne peut pas modifier la relation « %s »"
+msgstr "ne peut pas modifier la relation Â« %s Â»"
 
 #: executor/execMain.c:1100
 #, c-format
 msgid "cannot lock rows in sequence \"%s\""
-msgstr "ne peut pas verrouiller les lignes dans la séquence « %s »"
+msgstr "ne peut pas verrouiller les lignes dans la séquence Â« %s Â»"
 
 #: executor/execMain.c:1107
 #, c-format
 msgid "cannot lock rows in TOAST relation \"%s\""
-msgstr "ne peut pas verrouiller les lignes dans la relation TOAST « %s »"
+msgstr "ne peut pas verrouiller les lignes dans la relation TOAST Â« %s Â»"
 
 #: executor/execMain.c:1114
 #, c-format
 msgid "cannot lock rows in view \"%s\""
-msgstr "ne peut pas verrouiller les lignes dans la vue « %s »"
+msgstr "ne peut pas verrouiller les lignes dans la vue Â« %s Â»"
 
 #: executor/execMain.c:1122
 #, c-format
 msgid "cannot lock rows in materialized view \"%s\""
-msgstr "ne peut pas verrouiller les lignes dans la vue matérialisée « %s »"
+msgstr "ne peut pas verrouiller les lignes dans la vue matérialisée Â« %s Â»"
 
 #: executor/execMain.c:1129
 #, c-format
 msgid "cannot lock rows in foreign table \"%s\""
-msgstr "ne peut pas verrouiller la table distante « %s »"
+msgstr "ne peut pas verrouiller la table distante Â« %s Â»"
 
 #: executor/execMain.c:1135
 #, c-format
 msgid "cannot lock rows in relation \"%s\""
-msgstr "n'a pas pu verrouiller les lignes dans la relation « %s »"
+msgstr "n'a pas pu verrouiller les lignes dans la relation Â« %s Â»"
 
 #: executor/execMain.c:1631
 #, 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 »"
+msgstr "une valeur NULL viole la contrainte NOT NULL de la colonne Â« %s Â»"
 
 #: executor/execMain.c:1633 executor/execMain.c:1658
 #, c-format
 msgid "Failing row contains %s."
-msgstr "La ligne en échec contient %s"
+msgstr "La ligne en échec contient %s"
 
 #: executor/execMain.c:1656
 #, c-format
 msgid "new row for relation \"%s\" violates check constraint \"%s\""
-msgstr "la nouvelle ligne viole la contrainte de vérification « %s » de la relation « %s »"
+msgstr "la nouvelle ligne viole la contrainte de vérification Â« %s Â» de la relation Â« %s Â»"
 
-#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3155 utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945
+#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3167 utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945
 #, c-format
 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
-msgstr "le nombre de dimensions du tableau (%d) dépasse le maximum autorisé (%d)"
+msgstr "le nombre de dimensions du tableau (%d) dépasse le maximum autorisé (%d)"
 
 #: executor/execQual.c:319 executor/execQual.c:347
 #, c-format
 msgid "array subscript in assignment must not be null"
-msgstr "l'indice du tableau dans l'affectation ne doit pas être NULL"
+msgstr "l'indice du tableau dans l'affectation ne doit pas être NULL"
 
-#: executor/execQual.c:642 executor/execQual.c:4076
+#: executor/execQual.c:642 executor/execQual.c:4103
 #, c-format
 msgid "attribute %d has wrong type"
 msgstr "l'attribut %d a un type invalide"
 
-#: executor/execQual.c:643 executor/execQual.c:4077
+#: executor/execQual.c:643 executor/execQual.c:4104
 #, c-format
 msgid "Table has type %s, but query expects %s."
-msgstr "La table a le type %s alors que la requête attend %s."
+msgstr "La table a le type %s alors que la requête attend %s."
 
 #: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1054 executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120
 #, c-format
 msgid "table row type and query-specified row type do not match"
-msgstr "Le type de ligne de la table et celui spécifié par la requête ne correspondent pas"
+msgstr "Le type de ligne de la table et celui spécifié par la requête ne correspondent pas"
 
 #: executor/execQual.c:837
 #, 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 requête en attend %d."
-msgstr[1] "La ligne de la table contient %d attributs alors que la requête en attend %d."
+msgstr[0] "La ligne de la table contient %d attribut alors que la requête en attend %d."
+msgstr[1] "La ligne de la table contient %d attributs alors que la requête en attend %d."
 
 #: executor/execQual.c:854 executor/nodeModifyTable.c:96
 #, 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 requête attend %s."
+msgstr "La table a le type %s à la position ordinale %d alors que la requête attend %s."
 
 #: executor/execQual.c:1055 executor/execQual.c:1651
 #, 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"
+"Le stockage physique ne correspond pas à l'attribut supprimé à la position\n"
 "ordinale %d."
 
 #: executor/execQual.c:1330 parser/parse_func.c:93 parser/parse_func.c:325 parser/parse_func.c:639
 #, 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"
+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:1519
 #, c-format
 msgid "functions and operators can take at most one set argument"
-msgstr "les fonctions et opérateurs peuvent prendre au plus un argument d'ensemble"
+msgstr "les fonctions et opérateurs peuvent prendre au plus un argument d'ensemble"
 
 #: executor/execQual.c:1569
 #, c-format
 msgid "function returning setof record called in context that cannot accept type record"
 msgstr ""
-"la fonction renvoyant des lignes a été appelée dans un contexte qui\n"
+"la fonction renvoyant des lignes a été appelée dans un contexte qui\n"
 "n'accepte pas un ensemble"
 
 #: executor/execQual.c:1624 executor/execQual.c:1640 executor/execQual.c:1650
 #, c-format
 msgid "function return row and query-specified return row do not match"
-msgstr "la ligne de retour spécifiée par la requête et la ligne de retour de la fonction ne correspondent pas"
+msgstr "la ligne de retour spécifiée par la requête et la ligne de retour de la fonction ne correspondent pas"
 
 #: executor/execQual.c:1625
 #, 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 renvoyée contient %d attribut mais la requête en attend %d."
-msgstr[1] "La ligne renvoyée contient %d attributs mais la requête en attend %d."
+msgstr[0] "La ligne renvoyée contient %d attribut mais la requête en attend %d."
+msgstr[1] "La ligne renvoyée contient %d attributs mais la requête en attend %d."
 
 #: executor/execQual.c:1641
 #, 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 requête attend %s."
+msgstr "A renvoyé le type %s à la position ordinale %d, mais la requête attend %s."
 
 #: executor/execQual.c:1883 executor/execQual.c:2314
 #, c-format
 msgid "table-function protocol for materialize mode was not followed"
-msgstr "le protocole de la fonction table pour le mode matérialisé n'a pas été respecté"
+msgstr "le protocole de la fonction table pour le mode matérialisé n'a pas été respecté"
 
 #: executor/execQual.c:1903 executor/execQual.c:2321
 #, c-format
@@ -8598,7 +8618,7 @@ msgstr ""
 #: executor/execQual.c:2288
 #, c-format
 msgid "rows returned by function are not all of the same row type"
-msgstr "les lignes renvoyées par la fonction ne sont pas toutes du même type ligne"
+msgstr "les lignes renvoyées par la fonction ne sont pas toutes du même type ligne"
 
 #: executor/execQual.c:2503
 #, c-format
@@ -8609,67 +8629,67 @@ msgstr "IS DISTINCT FROM ne supporte pas les arguments d'ensemble"
 #, c-format
 msgid "op ANY/ALL (array) does not support set arguments"
 msgstr ""
-"l'opérateur ANY/ALL (pour les types array) ne supporte pas les arguments\n"
+"l'opérateur ANY/ALL (pour les types array) ne supporte pas les arguments\n"
 "d'ensemble"
 
-#: executor/execQual.c:3133
+#: executor/execQual.c:3145
 #, c-format
 msgid "cannot merge incompatible arrays"
 msgstr "ne peut pas fusionner les tableaux incompatibles"
 
-#: executor/execQual.c:3134
+#: executor/execQual.c:3146
 #, 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'élément %s ne peut pas être inclus dans la construction ARRAY avec le type d'élément %s."
+msgstr "Le tableau avec le type d'élément %s ne peut pas être inclus dans la construction ARRAY avec le type d'élément %s."
 
-#: executor/execQual.c:3175 executor/execQual.c:3202 utils/adt/arrayfuncs.c:547
+#: executor/execQual.c:3187 executor/execQual.c:3214 utils/adt/arrayfuncs.c:547
 #, c-format
 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"
 
-#: executor/execQual.c:3717
+#: executor/execQual.c:3729
 #, c-format
 msgid "NULLIF does not support set arguments"
 msgstr "NULLIF ne supporte pas les arguments d'ensemble"
 
-#: executor/execQual.c:3947 utils/adt/domains.c:131
+#: executor/execQual.c:3974 utils/adt/domains.c:131
 #, c-format
 msgid "domain %s does not allow null values"
 msgstr "le domaine %s n'autorise pas les valeurs NULL"
 
-#: executor/execQual.c:3977 utils/adt/domains.c:168
+#: executor/execQual.c:4004 utils/adt/domains.c:168
 #, c-format
 msgid "value for domain %s violates check constraint \"%s\""
-msgstr "la valeur pour le domaine %s viole la contrainte de vérification « %s »"
+msgstr "la valeur pour le domaine %s viole la contrainte de vérification Â« %s Â»"
 
-#: executor/execQual.c:4335
+#: executor/execQual.c:4362
 #, c-format
 msgid "WHERE CURRENT OF is not supported for this table type"
-msgstr "WHERE CURRENT OF n'est pas supporté pour ce type de table"
+msgstr "WHERE CURRENT OF n'est pas supporté pour ce type de table"
 
-#: executor/execQual.c:4478 optimizer/util/clauses.c:573 parser/parse_agg.c:347
+#: executor/execQual.c:4505 optimizer/util/clauses.c:575 parser/parse_agg.c:347
 #, c-format
 msgid "aggregate function calls cannot be nested"
-msgstr "les appels à la fonction d'agrégat ne peuvent pas être imbriqués"
+msgstr "les appels à la fonction d'agrégat ne peuvent pas être imbriqués"
 
-#: executor/execQual.c:4516 optimizer/util/clauses.c:647 parser/parse_agg.c:443
+#: executor/execQual.c:4543 optimizer/util/clauses.c:649 parser/parse_agg.c:443
 #, c-format
 msgid "window function calls cannot be nested"
-msgstr "les appels à la fonction window ne peuvent pas être imbriqués"
+msgstr "les appels à la fonction window ne peuvent pas être imbriqués"
 
-#: executor/execQual.c:4728
+#: executor/execQual.c:4755
 #, c-format
 msgid "target type is not an array"
 msgstr "le type cible n'est pas un tableau"
 
-#: executor/execQual.c:4842
+#: executor/execQual.c:4869
 #, 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/execQual.c:4977 utils/adt/arrayfuncs.c:3383 utils/adt/rowtypes.c:928
+#: executor/execQual.c:5004 utils/adt/arrayfuncs.c:3383 utils/adt/rowtypes.c:928
 #, 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"
@@ -8677,7 +8697,7 @@ msgstr "n'a pas pu identifier une fonction de comparaison pour le type %s"
 #: executor/execUtils.c:846
 #, c-format
 msgid "materialized view \"%s\" has not been populated"
-msgstr "la vue matérialisée « %s » n'a pas été peuplée"
+msgstr "la vue matérialisée « %s » n'a pas été peuplée"
 
 #: executor/execUtils.c:848
 #, c-format
@@ -8687,77 +8707,77 @@ msgstr "Utilisez la commande REFRESH MATERIALIZED VIEW."
 #: executor/execUtils.c:1325
 #, c-format
 msgid "could not create exclusion constraint \"%s\""
-msgstr "n'a pas pu créer la contrainte d'exclusion « %s »"
+msgstr "n'a pas pu créer la contrainte d'exclusion Â« %s Â»"
 
 #: executor/execUtils.c:1328
 #, c-format
 msgid "Key %s conflicts with key %s."
-msgstr "La clé %s est en conflit avec la clé %s."
+msgstr "La clé %s est en conflit avec la clé %s."
 
 #: executor/execUtils.c:1330
 #, c-format
 msgid "Key conflicts exist."
-msgstr "Un conflit de clés est présent."
+msgstr "Un conflit de clés est présent."
 
 #: executor/execUtils.c:1336
 #, c-format
 msgid "conflicting key value violates exclusion constraint \"%s\""
-msgstr "la valeur d'une clé en conflit rompt la contrainte d'exclusion « %s »"
+msgstr "la valeur d'une clé en conflit rompt la contrainte d'exclusion Â« %s Â»"
 
 #: executor/execUtils.c:1339
 #, c-format
 msgid "Key %s conflicts with existing key %s."
-msgstr "La clé %s est en conflit avec la clé existante %s."
+msgstr "La clé %s est en conflit avec la clé existante %s."
 
 #: executor/execUtils.c:1341
 #, c-format
 msgid "Key conflicts with existing key."
-msgstr "La clé est en conflit avec une clé existante."
+msgstr "La clé est en conflit avec une clé existante."
 
 #: executor/functions.c:225
 #, c-format
 msgid "could not determine actual type of argument declared %s"
-msgstr "n'a pas pu déterminer le type actuel de l'argument déclaré %s"
+msgstr "n'a pas pu déterminer le type actuel de l'argument déclaré %s"
 
 #. translator: %s is a SQL statement name
 #: executor/functions.c:506
 #, c-format
 msgid "%s is not allowed in a SQL function"
-msgstr "%s n'est pas autorisé dans une fonction SQL"
+msgstr "%s n'est pas autorisé dans une fonction SQL"
 
 #. translator: %s is a SQL statement name
 #: executor/functions.c:513 executor/spi.c:1337 executor/spi.c:2124
 #, c-format
 msgid "%s is not allowed in a non-volatile function"
-msgstr "%s n'est pas autorisé dans une fonction non volatile"
+msgstr "%s n'est pas autorisé dans une fonction non volatile"
 
 #: executor/functions.c:638
 #, c-format
 msgid "could not determine actual result type for function declared to return type %s"
 msgstr ""
-"n'a pas pu déterminer le type du résultat actuel pour la fonction déclarant\n"
+"n'a pas pu déterminer le type du résultat actuel pour la fonction déclarant\n"
 "renvoyer le type %s"
 
 #: executor/functions.c:1402
 #, c-format
 msgid "SQL function \"%s\" statement %d"
-msgstr "fonction SQL « %s », instruction %d"
+msgstr "fonction SQL Â« %s Â», instruction %d"
 
 #: executor/functions.c:1428
 #, c-format
 msgid "SQL function \"%s\" during startup"
-msgstr "fonction SQL « %s » lors du lancement"
+msgstr "fonction SQL Â« %s Â» lors du lancement"
 
 #: executor/functions.c:1587 executor/functions.c:1624 executor/functions.c:1636 executor/functions.c:1749 executor/functions.c:1782 executor/functions.c:1812
 #, c-format
 msgid "return type mismatch in function declared to return %s"
-msgstr "le type de retour ne correspond pas à la fonction déclarant renvoyer %s"
+msgstr "le type de retour ne correspond pas à la fonction déclarant renvoyer %s"
 
 #: executor/functions.c:1589
 #, c-format
 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"
+"L'instruction finale de la fonction doit être un SELECT ou un\n"
 "INSERT/UPDATE/DELETE RETURNING."
 
 #: executor/functions.c:1626
@@ -8768,7 +8788,7 @@ msgstr "L'instruction finale doit renvoyer exactement une colonne."
 #: executor/functions.c:1638
 #, c-format
 msgid "Actual return type is %s."
-msgstr "Le code de retour réel est %s."
+msgstr "Le code de retour réel est %s."
 
 #: executor/functions.c:1751
 #, c-format
@@ -8788,91 +8808,91 @@ msgstr "L'instruction finale renvoie trop peu de colonnes."
 #: executor/functions.c:1863
 #, 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"
+msgstr "le type de retour %s n'est pas supporté pour les fonctions SQL"
 
 #: executor/nodeAgg.c:1739 executor/nodeWindowAgg.c:1856
 #, c-format
 msgid "aggregate %u needs to have compatible input type and transition type"
 msgstr ""
-"L'agrégat %u a besoin d'avoir un type en entrée compatible avec le type en\n"
+"L'agrégat %u a besoin d'avoir un type en entrée compatible avec le type en\n"
 "transition"
 
 #: executor/nodeHashjoin.c:823 executor/nodeHashjoin.c:853
 #, c-format
 msgid "could not rewind hash-join temporary file: %m"
-msgstr "n'a pas pu revenir au début du fichier temporaire de la jointure hâchée : %m"
+msgstr "n'a pas pu revenir au début du fichier temporaire de la jointure hâchée : %m"
 
 #: executor/nodeHashjoin.c:888 executor/nodeHashjoin.c:894
 #, c-format
 msgid "could not write to hash-join temporary file: %m"
-msgstr "n'a pas pu écrire le fichier temporaire de la jointure hâchée : %m"
+msgstr "n'a pas pu écrire le fichier temporaire de la jointure hâchée : %m"
 
 #: executor/nodeHashjoin.c:928 executor/nodeHashjoin.c:938
 #, c-format
 msgid "could not read from hash-join temporary file: %m"
-msgstr "n'a pas pu lire le fichier temporaire contenant la jointure hâchée : %m"
+msgstr "n'a pas pu lire le fichier temporaire contenant la jointure hâchée : %m"
 
 #: executor/nodeLimit.c:253
 #, c-format
 msgid "OFFSET must not be negative"
-msgstr "OFFSET ne doit pas être négatif"
+msgstr "OFFSET ne doit pas être négatif"
 
 #: executor/nodeLimit.c:280
 #, c-format
 msgid "LIMIT must not be negative"
-msgstr "LIMIT ne doit pas être négative"
+msgstr "LIMIT ne doit pas être négative"
 
 #: executor/nodeMergejoin.c:1576
 #, c-format
 msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
-msgstr "RIGHT JOIN est supporté seulement avec les conditions de jointures MERGE"
+msgstr "RIGHT JOIN est supporté seulement avec les conditions de jointures MERGE"
 
 #: executor/nodeMergejoin.c:1596
 #, c-format
 msgid "FULL JOIN is only supported with merge-joinable join conditions"
-msgstr "FULL JOIN est supporté seulement avec les conditions de jointures MERGE"
+msgstr "FULL JOIN est supporté seulement avec les conditions de jointures MERGE"
 
 #: executor/nodeModifyTable.c:86
 #, c-format
 msgid "Query has too many columns."
-msgstr "La requête a trop de colonnes."
+msgstr "La requête a trop de colonnes."
 
 #: executor/nodeModifyTable.c:113
 #, c-format
 msgid "Query provides a value for a dropped column at ordinal position %d."
 msgstr ""
-"La requête fournit une valeur pour une colonne supprimée à la position\n"
+"La requête fournit une valeur pour une colonne supprimée à la position\n"
 "ordinale %d."
 
 #: executor/nodeModifyTable.c:121
 #, c-format
 msgid "Query has too few columns."
-msgstr "La requête n'a pas assez de colonnes."
+msgstr "La requête n'a pas assez de colonnes."
 
 #: executor/nodeSubplan.c:304 executor/nodeSubplan.c:343 executor/nodeSubplan.c:970
 #, c-format
 msgid "more than one row returned by a subquery used as an expression"
-msgstr "plus d'une ligne renvoyée par une sous-requête utilisée comme une expression"
+msgstr "plus d'une ligne renvoyée par une sous-requête utilisée comme une expression"
 
 #: executor/nodeWindowAgg.c:1240
 #, c-format
 msgid "frame starting offset must not be null"
-msgstr "l'offset de début de frame ne doit pas être NULL"
+msgstr "l'offset de début de frame ne doit pas être NULL"
 
 #: executor/nodeWindowAgg.c:1253
 #, c-format
 msgid "frame starting offset must not be negative"
-msgstr "l'offset de début de frame ne doit pas être négatif"
+msgstr "l'offset de début de frame ne doit pas être négatif"
 
 #: executor/nodeWindowAgg.c:1266
 #, c-format
 msgid "frame ending offset must not be null"
-msgstr "l'offset de fin de frame ne doit pas être NULL"
+msgstr "l'offset de fin de frame ne doit pas être NULL"
 
 #: executor/nodeWindowAgg.c:1279
 #, c-format
 msgid "frame ending offset must not be negative"
-msgstr "l'offset de fin de frame ne doit pas être négatif"
+msgstr "l'offset de fin de frame ne doit pas être négatif"
 
 #: executor/spi.c:213
 #, c-format
@@ -8882,7 +8902,7 @@ msgstr "transaction gauche non vide dans la pile SPI"
 #: executor/spi.c:214 executor/spi.c:278
 #, c-format
 msgid "Check for missing \"SPI_finish\" calls."
-msgstr "Vérifiez les appels manquants à « SPI_finish »."
+msgstr "Vérifiez les appels manquants Ã  Â« SPI_finish Â»."
 
 #: executor/spi.c:277
 #, c-format
@@ -8892,43 +8912,43 @@ msgstr "sous-transaction gauche non vide dans la pile SPI"
 #: executor/spi.c:1201
 #, c-format
 msgid "cannot open multi-query plan as cursor"
-msgstr "ne peut pas ouvrir le plan à plusieurs requêtes comme curseur"
+msgstr "ne peut pas ouvrir le plan à plusieurs requêtes comme curseur"
 
 #. translator: %s is name of a SQL command, eg INSERT
 #: executor/spi.c:1206
 #, c-format
 msgid "cannot open %s query as cursor"
-msgstr "ne peut pas ouvrir la requête %s comme curseur"
+msgstr "ne peut pas ouvrir la requête %s comme curseur"
 
 #: executor/spi.c:1314
 #, c-format
 msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
-msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE n'est pas supporté"
+msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE n'est pas supporté"
 
 #: executor/spi.c:1315 parser/analyze.c:2115
 #, c-format
 msgid "Scrollable cursors must be READ ONLY."
-msgstr "Les curseurs déplaçables doivent être en lecture seule (READ ONLY)."
+msgstr "Les curseurs déplaçables doivent être en lecture seule (READ ONLY)."
 
-#: executor/spi.c:2414
+#: executor/spi.c:2422
 #, c-format
 msgid "SQL statement \"%s\""
-msgstr "instruction SQL « %s »"
+msgstr "instruction SQL Â« %s Â»"
 
 #: foreign/foreign.c:192
 #, c-format
 msgid "user mapping not found for \"%s\""
-msgstr "correspondance utilisateur non trouvée pour « %s »"
+msgstr "correspondance utilisateur non trouvée pour Â« %s Â»"
 
 #: foreign/foreign.c:348
 #, c-format
 msgid "foreign-data wrapper \"%s\" has no handler"
-msgstr "le wrapper de données distantes « %s » n'a pas de gestionnaire"
+msgstr "le wrapper de données distantes Â« %s Â» n'a pas de gestionnaire"
 
 #: foreign/foreign.c:573
 #, c-format
 msgid "invalid option \"%s\""
-msgstr "option « %s » invalide"
+msgstr "option Â« %s Â» invalide"
 
 #: foreign/foreign.c:574
 #, c-format
@@ -8938,76 +8958,76 @@ msgstr "Les options valides dans ce contexte sont %s"
 #: gram.y:942
 #, c-format
 msgid "unrecognized role option \"%s\""
-msgstr "option « %s » du rôle non reconnu"
+msgstr "option « %s » du rôle non reconnu"
 
 #: gram.y:1224 gram.y:1239
 #, c-format
 msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements"
-msgstr "CREATE SCHEMA IF NOT EXISTS n'inclut pas les éléments du schéma"
+msgstr "CREATE SCHEMA IF NOT EXISTS n'inclut pas les éléments du schéma"
 
 #: gram.y:1381
 #, c-format
 msgid "current database cannot be changed"
-msgstr "la base de données actuelle ne peut pas être changée"
+msgstr "la base de données actuelle ne peut pas être changée"
 
 #: gram.y:1508 gram.y:1523
 #, c-format
 msgid "time zone interval must be HOUR or HOUR TO MINUTE"
-msgstr "l'intervalle de fuseau horaire doit être HOUR ou HOUR TO MINUTE"
+msgstr "l'intervalle de fuseau horaire doit être HOUR ou HOUR TO MINUTE"
 
 #: gram.y:1528 gram.y:10055 gram.y:12606
 #, c-format
 msgid "interval precision specified twice"
-msgstr "précision d'intervalle spécifiée deux fois"
+msgstr "précision d'intervalle spécifiée deux fois"
 
 #: gram.y:2360 gram.y:2389
 #, c-format
 msgid "STDIN/STDOUT not allowed with PROGRAM"