From: Tom Lane Date: Fri, 20 May 2016 19:51:57 +0000 (-0400) Subject: Further improve documentation about --quote-all-identifiers switch. X-Git-Tag: REL9_3_14~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ac03429418c63eb0b9e8b40c0a20b014ef96f13;p=postgresql 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> --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 2c2a5cf832..6b6ad82c82 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1111,6 +1111,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.