diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-20 15:51:57 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-20 15:52:24 -0400 |
commit | 57a72661b4e56aab0df1f04d2bd9eaf7da111652 (patch) | |
tree | 7fc6f197c8ff9baab04db44ff7b1381f8d207808 | |
parent | 608e466141a3e55365c76b5e7667f272d3b9deb1 (diff) | |
download | postgresql-57a72661b4e56aab0df1f04d2bd9eaf7da111652.tar.gz postgresql-57a72661b4e56aab0df1f04d2bd9eaf7da111652.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.sgml | 3 |
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 d7a6d274ebe..954e2608566 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -968,6 +968,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> |