Index: doc/src/sgml/ref/pg_dump.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v
retrieving revision 1.82
diff -c -c -r1.82 pg_dump.sgml
*** doc/src/sgml/ref/pg_dump.sgml	17 Mar 2006 16:02:47 -0000	1.82
--- doc/src/sgml/ref/pg_dump.sgml	15 Apr 2006 17:59:33 -0000
***************
*** 173,178 ****
--- 173,181 ----
          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,195 ****
--- 193,201 ----
          ...</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>
