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

Skip to content

Commit e0ca9a4

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 800a102 commit e0ca9a4

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
@@ -1123,6 +1123,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
11231123
dump was taken from a server of that version. Loading a dump file
11241124
into an older server may require manual editing of the dump file
11251125
to remove syntax not understood by the older server.
1126+
Use of the <option>--quote-all-identifiers</option> option is recommended
1127+
in cross-version cases, as it can prevent problems arising from varying
1128+
reserved-word lists in different <productname>PostgreSQL</> versions.
11261129
</para>
11271130
</refsect1>
11281131

0 commit comments

Comments
 (0)
0