From 3db034600b5ec5e99b7c8f1d3925f37aa4a97f46 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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. - -- 2.39.5