Further improve documentation about --quote-all-identifiers switch.
authorTom Lane
Fri, 20 May 2016 19:51:57 +0000 (15:51 -0400)
committerTom Lane
Fri, 20 May 2016 19:52:12 +0000 (15:52 -0400)
Mention it in the Notes section too, per suggestion from David Johnston.

Discussion: <20160520165824[email protected]>

doc/src/sgml/ref/pg_dump.sgml

index 9147144f6f61a982d8b08af8467511eb8e5cdef3..dac073144ed1c3a320f334c1201e6a7fec4b35cb 100644 (file)
@@ -1123,6 +1123,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 is recommended
+   in cross-version cases, as it can prevent problems arising from varying
+   reserved-word lists in different PostgreSQL versions.