From: Darold Gilles Date: Thu, 7 Nov 2013 22:16:40 +0000 (+0100) Subject: Add log_autovacuum_min_duration into documentation in chapter about postgresql config... X-Git-Tag: v4.1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=179f602c92007fab43b38d787b58bc0c1049c651;p=pgbadger Add log_autovacuum_min_duration into documentation in chapter about postgresql configuration directives. Thanks to Hervé Werner for the report. --- diff --git a/README b/README index b92ddd3..e782547 100644 --- 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. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 36d6aea..0dd77dc 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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.