From: Bruce Momjian Date: Fri, 11 Mar 2011 12:05:38 +0000 (-0500) Subject: Document that pg_dump --clean might generate some harmless errors on restore. X-Git-Tag: REL9_1_ALPHA5~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afaed3add89ffe3df422319c3a76761e186efe30;p=thirdparty%2Fpostgresql.git Document that pg_dump --clean might generate some harmless errors on restore. --- 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 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.)