]> granicus.if.org Git - pgbadger/commitdiff
Add log_autovacuum_min_duration into documentation in chapter about postgresql config...
authorDarold Gilles <gilles@darold.net>
Thu, 7 Nov 2013 22:16:40 +0000 (23:16 +0100)
committerDarold Gilles <gilles@darold.net>
Thu, 7 Nov 2013 22:16:40 +0000 (23:16 +0100)
README
doc/pgBadger.pod

diff --git a/README b/README
index b92ddd339a45ac5fb0f891c5872021e1009ef48f..e7825475c6e71551400e048a3e46b65d17708c9a 100644 (file)
--- a/README
+++ b/README
@@ -297,6 +297,7 @@ POSTGRESQL CONFIGURATION
             log_disconnections = on
             log_lock_waits = on
             log_temp_files = 0
+            log_autovacuum_min_duration = 0
 
     Do not enable log_statement as their log format will not be parsed by
     pgBadger.
index 36d6aeab1b30143b68cf15e1b5d13e8c700bbe20..0dd77dcc949aed581214b090081b72527a154153 100644 (file)
@@ -278,6 +278,7 @@ You need to enable other parameters in postgresql.conf to get more information f
         log_disconnections = on
         log_lock_waits = on
         log_temp_files = 0
+       log_autovacuum_min_duration = 0
 
 Do not enable log_statement as their log format will not be parsed by pgBadger.