summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2016-05-20 19:51:57 +0000
committerTom Lane2016-05-20 19:51:57 +0000
commit50e5315a58554735096f7530cb766fae2dd3b0c7 (patch)
tree92fb870d532091942fd364d6d96e457436ef30c2 /doc/src
parent960be4a9986d5c4fde585c531e726c85e2aa787a (diff)
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>
Diffstat (limited to 'doc/src')
-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 b354ba8add0..bc286841e17 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1176,6 +1176,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>