]> granicus.if.org Git - postgresql/commitdiff
Mention in postgresql.conf that autovacuum also needs
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 00:39:26 +0000 (00:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 00:39:26 +0000 (00:39 +0000)
stats_start_collector and stats_row_level to also be on

David Wheeler

src/backend/utils/misc/postgresql.conf.sample

index 13408899dc37c5fe11a35e5af56331d1005e73ba..83e7c254dcfbc2223edf16306e0860a5070e4903 100644 (file)
 #---------------------------------------------------------------------------
 
 #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