Update wording of how to prevent pg_dump from affecting statistics
authorBruce Momjian <[email protected]>
Tue, 10 Feb 2009 00:55:21 +0000 (00:55 +0000)
committerBruce Momjian <[email protected]>
Tue, 10 Feb 2009 00:55:21 +0000 (00:55 +0000)
collection.

doc/src/sgml/ref/pg_dump.sgml

index 5ed6d085ac0f0420db305d73b3d73b795d9a6385..9cbff3c7107732029fcad5b332910bb968a5b707 100644 (file)
@@ -759,16 +759,15 @@ PostgreSQL documentation
    variables used by the <application>libpq</application> front-end
    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>.
+   undesirable, you can set parameter <literal>track_counts</literal>
+   to false via <envar>PGOPTIONS</envar> or the <literal>ALTER
+   USER</literal> command.
   </para>
 
-
  </refsect1>