From b79e37451947ee985653c6d8a85a3b0adfd04d0c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 10 Feb 2009 00:55:21 +0000 Subject: [PATCH] Update wording of how to prevent pg_dump from affecting statistics collection. --- doc/src/sgml/ref/pg_dump.sgml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index fff53d6828..8ba20ade3f 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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. -