8000 Further improve documentation about --quote-all-identifiers switch. · eldilibra/postgres@57a7266 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57a7266

Browse files
committed
Further improve documentation about --quote-all-identifiers switch.
Mention it in the Notes section too, per suggestion from David Johnston. Discussion: <20160520165824.22598.31426@wrigleys.postgresql.org>
1 parent 608e466 commit 57a7266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
968968
dump was taken from a server of that version. Loading a dump file
969969
into an older server may require manual editing of the dump file
970970
to remove syntax not understood by the older server.
971+
Use of the <option>--quote-all-identifiers</option> option is recommended
972+
in cross-version cases, as it can prevent problems arising from varying
973+
reserved-word lists in different <productname>PostgreSQL</> versions.
971974
</para>
972975
</refsect1>
973976

0 commit comments

Comments
 (0)
0