Mention in postgresql.conf that autovacuum also needs

stats_start_collector and stats_row_level to also be on

David Wheeler
This commit is contained in:
Bruce Momjian 2006-10-03 00:39:26 +00:00
parent e020a5a6a9
commit e3f1607cf8
1 changed files with 2 additions and 0 deletions

View File

@ -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