From: Bruce Momjian Date: Tue, 10 Feb 2009 00:55:21 +0000 (+0000) Subject: Update wording of how to prevent pg_dump from affecting statistics X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=3db034600b5ec5e99b7c8f1d3925f37aa4a97f46;p=users%2Fsimon%2Fpostgres.git Update wording of how to prevent pg_dump from affecting statistics collection. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 5ed6d085ac..9cbff3c710 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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. -