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 c09f1dc commit 7fc5064Copy full SHA for 7fc5064
doc/src/sgml/ref/pg_dump.sgml
@@ -1157,6 +1157,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
1157
dump was taken from a server of that version. Loading a dump file
1158
into an older server may require manual editing of the dump file
1159
to remove syntax not understood by the older server.
1160
+ Use of the <option>--quote-all-identifiers</option> option is recommended
1161
+ in cross-version cases, as it can prevent problems arising from varying
1162
+ reserved-word lists in different <productname>PostgreSQL</> versions.
1163
</para>
1164
</refsect1>
1165
0 commit comments