From: Bruce Momjian Date: Tue, 3 Oct 2006 00:39:26 +0000 (+0000) Subject: Mention in postgresql.conf that autovacuum also needs X-Git-Tag: REL8_2_BETA2~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800;p=postgresql Mention in postgresql.conf that autovacuum also needs stats_start_collector and stats_row_level to also be on David Wheeler --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 13408899dc..83e7c254dc 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -362,6 +362,8 @@ #--------------------------------------------------------------------------- #autovacuum = off # enable autovacuum subprocess? + # 'on' requires stats_start_collector + # and stats_row_level to also be on #autovacuum_naptime = 1min # time between autovacuum runs #autovacuum_vacuum_threshold = 500 # min # of tuple updates before # vacuum