diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 998dc670c26..7ee043d9ef7 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1,5 +1,5 @@
@@ -173,6 +173,9 @@ PostgreSQL documentation
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,6 +193,9 @@ PostgreSQL documentation
...). 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.