11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.82 2006/03/17 16:02:47 petere Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.83 2006/04/15 18:11:16 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -173,6 +173,9 @@ PostgreSQL documentation
173173 non-<productname>PostgreSQL</productname> databases. Note that
174174 the restore may fail altogether if you have rearranged column order.
175175 The <option>-D</option> option is safer, though even slower.
176+ Also, while this option generates errors for invalid data,
177+ it allows other <command>INSERT</command>s to continue loading
178+ data into the table.
176179 </para>
177180 </listitem>
178181 </varlistentry>
@@ -190,6 +193,9 @@ PostgreSQL documentation
190193 ...</literal>). This will make restoration very slow; it is mainly
191194 useful for making dumps that can be loaded into
192195 non-<productname>PostgreSQL</productname> databases.
196+ Also, while this option generates errors for invalid data,
197+ it allows other <command>INSERT</command>s to continue loading
198+ data into the table.
193199 </para>
194200 </listitem>
195201 </varlistentry>