From d54ae17b630bb579fae976bfc4dac1ce88b16165 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 7 Feb 2009 14:31:30 +0000 Subject: [PATCH] Document disabling the statistics collector pg_dump activity, and give a bit more visibility to the PGOPTIONS environment variable supported by libpq. Bryce Nesbitt --- doc/src/sgml/ref/pg_dump.sgml | 13 +++++++++++-- doc/src/sgml/ref/pg_dumpall.sgml | 3 ++- doc/src/sgml/ref/pg_restore.sgml | 3 ++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 34536bf18f..71bab9681b 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -726,14 +726,16 @@ PostgreSQL documentation PGDATABASE PGHOST + PGOPTIONS PGPORT - PGUSER + PGUSER Default connection parameters. + @@ -757,6 +759,13 @@ 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. + + + diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index e05e4f075d..dfb8d0dc6f 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -445,6 +445,7 @@ PostgreSQL documentation PGHOST + PGOPTIONS PGPORT PGUSER diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 92c9f4be93..787db5e884 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -559,6 +559,7 @@ PGHOST + PGOPTIONS PGPORT PGUSER