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

index 7714cf271b73a234e6a21d346664a6175a4b1208..5ed6d085ac0f0420db305d73b3d73b795d9a6385 100644 (file)
@@ -760,9 +760,12 @@ PostgreSQL documentation
    library will apply.
   </para>
   <para>
-   The database activity of <application>pg_dump</application> is normally collected by the statistics collector.
-   If this is undesirable, you can set parameters <literal>stats_block_level</literal> and <literal>stats_row_level</literal> to false
-   via the <application>libpq</> <envar>PGOPTIONS</envar> environment variable, or via <literal>ALTER USER</literal>.
+   The database activity of <application>pg_dump</application> is
+   normally collected by the statistics collector.  If this is
+   undesirable, you can set parameters <literal>stats_block_level</literal>
+   and <literal>stats_row_level</literal> to false via the
+   <application>libpq</> <envar>PGOPTIONS</envar> environment variable,
+   or via <literal>ALTER USER</literal>.
   </para>