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-PostgreSQL databases. Note that
the restore may fail altogether if you have rearranged column order.
The option is safer, though even slower.
+ Also, while this option generates errors for invalid data,
+ it allows other INSERTs to continue loading
+ data into the table.
***************
*** 190,195 ****
--- 193,201 ----
...). This will make restoration very slow; it is mainly
useful for making dumps that can be loaded into
non-PostgreSQL databases.
+ Also, while this option generates errors for invalid data,
+ it allows other INSERTs to continue loading
+ data into the table.