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 800a102 commit e0ca9a4Copy full SHA for e0ca9a4
doc/src/sgml/ref/pg_dump.sgml
@@ -1123,6 +1123,9 @@ CREATE DATABASE foo WITH TEMPLATE template0;
1123
dump was taken from a server of that version. Loading a dump file
1124
into an older server may require manual editing of the dump file
1125
to remove syntax not understood by the older server.
1126
+ Use of the <option>--quote-all-identifiers</option> option is recommended
1127
+ in cross-version cases, as it can prevent problems arising from varying
1128
+ reserved-word lists in different <productname>PostgreSQL</> versions.
1129
</para>
1130
</refsect1>
1131
0 commit comments