aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-15 18:11:16 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-15 18:11:16 +0000
commit598dfee5526a6d70f870d9096cf4cfa82fc75446 (patch)
tree0a230515086c0bd44a903165d9ee74d7aa1a70e4 /doc/src
parent3651a3e6fb41121f2262577774382e84bf9a3177 (diff)
downloadpostgresql-598dfee5526a6d70f870d9096cf4cfa82fc75446.tar.gz
postgresql-598dfee5526a6d70f870d9096cf4cfa82fc75446.zip
Document that pg_dump -d/-D prevents invalid data from canceling the
entire table load.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 986a0d21afb..b29fe248dcf 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.82 2006/03/17 16:02:47 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.83 2006/04/15 18:11:16 momjian Exp $
PostgreSQL documentation
-->
@@ -173,6 +173,9 @@ PostgreSQL documentation
non-<productname>PostgreSQL</productname> databases. Note that
the restore may fail altogether if you have rearranged column order.
The <option>-D</option> option is safer, though even slower.
+ Also, while this option generates errors for invalid data,
+ it allows other <command>INSERT</command>s to continue loading
+ data into the table.
</para>
</listitem>
</varlistentry>
@@ -190,6 +193,9 @@ PostgreSQL documentation
...</literal>). This will make restoration very slow; it is mainly
useful for making dumps that can be loaded into
non-<productname>PostgreSQL</productname> databases.
+ Also, while this option generates errors for invalid data,
+ it allows other <command>INSERT</command>s to continue loading
+ data into the table.
</para>
</listitem>
</varlistentry>