Document disabling the statistics collector pg_dump activity, and give a
authorBruce Momjian
Sat, 7 Feb 2009 14:31:30 +0000 (14:31 +0000)
committerBruce Momjian
Sat, 7 Feb 2009 14:31:30 +0000 (14:31 +0000)
bit more visibility to the PGOPTIONS environment variable supported by
libpq.

Bryce Nesbitt

doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_restore.sgml

index 34536bf18f35ed49edf6e0d5da379b72ac0f857d..71bab9681b7497ef1dd6027e9b72f7297f3a4ed2 100644 (file)
@@ -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.
+  
+
+
  
 
 
index e05e4f075d7a9aa01401e3127a90146d14e9bdc7..dfb8d0dc6f7f4440041d4a41e93531510a4b24df 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -445,6 +445,7 @@ PostgreSQL documentation
   
    
     PGHOST
+    PGOPTIONS
     PGPORT
     PGUSER
 
index 92c9f4be935d9767f228f6dfdf4096ee6786c0f6..787db5e884b50f747e6dfa469c551c89c2579309 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
   
    
     PGHOST
+    PGOPTIONS
     PGPORT
     PGUSER