We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020a5a commit e3f1607Copy full SHA for e3f1607
src/backend/utils/misc/postgresql.conf.sample
@@ -362,6 +362,8 @@
362
#---------------------------------------------------------------------------
363
364
#autovacuum = off # enable autovacuum subprocess?
365
+ # 'on' requires stats_start_collector
366
+ # and stats_row_level to also be on
367
#autovacuum_naptime = 1min # time between autovacuum runs
368
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
369
# vacuum
0 commit comments