summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-03-11 07:05:38 -0500
committerBruce Momjian <bruce@momjian.us>2011-03-11 07:05:38 -0500
commitafaed3add89ffe3df422319c3a76761e186efe30 (patch)
tree9e87dc911728a50dd529eef4597c9df4c675afba
parent7d23e0f803fc0af0ff7b317a504eba31a51ebade (diff)
Document that pg_dump --clean might generate some harmless errors on restore.
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index e78d275c0d3..7f124604269 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -142,7 +142,8 @@ PostgreSQL documentation
<listitem>
<para>
Output commands to clean (drop)
- database objects prior to (the commands for) creating them.
+ database objects prior to outputing the commands for creating them.
+ (Restore might generate some harmless errors.)
</para>
<para>