8000
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 608e466 commit 57a7266Copy full SHA for 57a7266
doc/src/sgml/ref/pg_dump.sgml
@@ -968,6 +968,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
968
dump was taken from a server of that version. Loading a dump file
969
into an older server may require manual editing of the dump file
970
to remove syntax not understood by the older server.
971
+ Use of the <option>--quote-all-identifiers</option> option is recommended
972
+ in cross-version cases, as it can prevent problems arising from varying
973
+ reserved-word lists in different <productname>PostgreSQL</> versions.
974
</para>
975
</refsect1>
976
0 commit comments