Properly wrap new pg_dump doc text.
authorBruce Momjian
Sat, 7 Feb 2009 15:25:51 +0000 (15:25 +0000)
committerBruce Momjian
Sat, 7 Feb 2009 15:25:51 +0000 (15:25 +0000)
doc/src/sgml/ref/pg_dump.sgml

index 71bab9681b7497ef1dd6027e9b72f7297f3a4ed2..fff53d6828607cf3b7bc8945a886ddcd9c3ee1d1 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -760,9 +760,12 @@ PostgreSQL documentation
    library will apply.
   
   
-   The database activity of pg_dump is normally collected by the statistics collector.
-   If this is undesirable, you can set parameters stats_block_level and stats_row_level to false
-   via the libpq PGOPTIONS environment variable, or via ALTER USER.
+   The database activity of pg_dump is
+   normally collected by the statistics collector.  If this is
+   undesirable, you can set parameters stats_block_level
+   and stats_row_level to false via the
+   libpq PGOPTIONS environment variable,
+   or via ALTER USER.