aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-05-20 15:51:57 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-05-20 15:52:08 -0400
commit7fc5064df41529d57dd63be09a7dee1df8693b5c (patch)
tree48325c958fc20504c7b2e36ff3e96bd174252841
parentc09f1dcef3ed4f8a50fb6391d1894fa1d5634c03 (diff)
downloadpostgresql-7fc5064df41529d57dd63be09a7dee1df8693b5c.tar.gz
postgresql-7fc5064df41529d57dd63be09a7dee1df8693b5c.zip
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>
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 7763f58b0b9..7ea480adc10 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1157,6 +1157,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
dump was taken from a server of that version. Loading a dump file
into an older server may require manual editing of the dump file
to remove syntax not understood by the older server.
+ Use of the <option>--quote-all-identifiers</option> option is recommended
+ in cross-version cases, as it can prevent problems arising from varying
+ reserved-word lists in different <productname>PostgreSQL</> versions.
</para>
</refsect1>