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

doc/src/sgml/ref/pg_dump.sgml

index fff53d6828607cf3b7bc8945a886ddcd9c3ee1d1..8ba20ade3ff21735e55a3e65113a93b86c4b3114 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -759,16 +759,15 @@ PostgreSQL documentation
    variables used by the libpq front-end
    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.
+   undesirable, you can set parameter track_counts
+   to false via PGOPTIONS or the ALTER
+   USER command.
   
 
-