Skip to content
Snippets Groups Projects
Commit ae52f3bb authored by Tom Lane's avatar Tom Lane
Browse files

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>
parent b215c624
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment