Properly wrap new pg_dump doc text.
This commit is contained in:
parent
ec48770e0c
commit
952fe78a05
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.107 2009/02/07 14:31:30 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.108 2009/02/07 15:25:51 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -760,9 +760,12 @@ PostgreSQL documentation
|
|||||||
library will apply.
|
library will apply.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The database activity of <application>pg_dump</application> is normally collected by the statistics collector.
|
The database activity of <application>pg_dump</application> is
|
||||||
If this is undesirable, you can set parameters <literal>stats_block_level</literal> and <literal>stats_row_level</literal> to false
|
normally collected by the statistics collector. If this is
|
||||||
via the <application>libpq</> <envar>PGOPTIONS</envar> environment variable, or via <literal>ALTER USER</literal>.
|
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>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user