projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608e466
)
Further improve documentation about --quote-all-identifiers switch.
author
Tom Lane
<
[email protected]
>
Fri, 20 May 2016 19:51:57 +0000
(15:51 -0400)
committer
Tom Lane
<
[email protected]
>
Fri, 20 May 2016 19:52:24 +0000
(15:52 -0400)
Mention it in the Notes section too, per suggestion from David Johnston.
Discussion: <
20160520165824
[email protected]
>
doc/src/sgml/ref/pg_dump.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index d7a6d274ebeefc24f3be68b3f7fa9fbfe27e9382..954e2608566298c0273fab35faa68f13808ddf40 100644
(file)
--- a/
doc/src/sgml/ref/pg_dump.sgml
+++ b/
doc/src/sgml/ref/pg_dump.sgml
@@
-968,6
+968,9
@@
CREATE DATABASE foo WITH TEMPLATE template0;
dump was taken from a server of that version. Loading a dump file
into an older server may require manual editing of the dump file
to remove syntax not understood by the older server.
+ Use of the <option>--quote-all-identifiers</option> option is recommended
+ in cross-version cases, as it can prevent problems arising from varying
+ reserved-word lists in different <productname>PostgreSQL</> versions.
</para>
</refsect1>