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:12 -0400 |
commit | e0ca9a4ca6338107364d0dc47b0ce737e6c76d7c (patch) | |
tree | e38c5b5df637347d06f24faf2884c3d3a69b1597 | |
parent | 800a102c623fde5a7d213242d77da5d8009b1896 (diff) | |
download | postgresql-e0ca9a4ca6338107364d0dc47b0ce737e6c76d7c.tar.gz postgresql-e0ca9a4ca6338107364d0dc47b0ce737e6c76d7c.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 9147144f6f6..dac073144ed 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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>--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> |