Update wording of how to prevent pg_dump from affecting statistics
collection.
This commit is contained in:
parent
8205258fa6
commit
b79e374519
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.108 2009/02/07 15:25:51 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.109 2009/02/10 00:55:21 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -759,16 +759,15 @@ PostgreSQL documentation
|
|||||||
variables used by the <application>libpq</application> front-end
|
variables used by the <application>libpq</application> front-end
|
||||||
library will apply.
|
library will apply.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The database activity of <application>pg_dump</application> is
|
The database activity of <application>pg_dump</application> is
|
||||||
normally collected by the statistics collector. If this is
|
normally collected by the statistics collector. If this is
|
||||||
undesirable, you can set parameters <literal>stats_block_level</literal>
|
undesirable, you can set parameter <literal>track_counts</literal>
|
||||||
and <literal>stats_row_level</literal> to false via the
|
to false via <envar>PGOPTIONS</envar> or the <literal>ALTER
|
||||||
<application>libpq</> <envar>PGOPTIONS</envar> environment variable,
|
USER</literal> command.
|
||||||
or via <literal>ALTER USER</literal>.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user