Further improve documentation about --quote-all-identifiers switch.
authorTom Lane <[email protected]>
Fri, 20 May 2016 19:51:57 +0000 (15:51 -0400)
committerTom Lane <[email protected]>
Fri, 20 May 2016 19:52:20 +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 dbd36ab3fba367b9d2fd881963d2ae156bab2850..2f8871f1d30047b068d5172f4d1ab6ce73fad1cd 100644 (file)
@@ -1022,6 +1022,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>