We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2727f5 commit 7ac0342Copy full SHA for 7ac0342
doc/src/sgml/ref/pg_dump.sgml
@@ -1111,6 +1111,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
1111
dump was taken from a server of that version. Loading a dump file
1112
into an older server may require manual editing of the dump file
1113
to remove syntax not understood by the older server.
1114
+ Use of the <option>--quote-all-identifiers</option> option is recommended
1115
+ in cross-version cases, as it can prevent problems arising from varying
1116
+ reserved-word lists in different <productname>PostgreSQL</> versions.
1117
</para>
1118
</refsect1>
1119
0 commit comments