8000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960be4a commit 50e5315Copy full SHA for 50e5315
doc/src/sgml/ref/pg_dump.sgml
@@ -1176,6 +1176,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
1176
dump was taken from a server of that version. Loading a dump file
1177
into an older server may require manual editing of the dump file
1178
to remove syntax not understood by the older server.
1179
+ Use of the <option>--quote-all-identifiers</option> option is recommended
1180
+ in cross-version cases, as it can prevent problems arising from varying
1181
+ reserved-word lists in different <productname>PostgreSQL</> versions.
1182
</para>
1183
</refsect1>
1184
0 commit comments