aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2007-01-16 18:26:02 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2007-01-16 18:26:02 +0000
commit10a5e3348eabc651fe89e93ec37bdbaefeba7a12 (patch)
tree5a71ee0356fc23feca2f564be6e90a5219da64f0 /src/backend/utils/misc/postgresql.conf.sample
parenteb63cc3da82cec03c54a9534a6c91d287078abd1 (diff)
downloadpostgresql-10a5e3348eabc651fe89e93ec37bdbaefeba7a12.tar.gz
postgresql-10a5e3348eabc651fe89e93ec37bdbaefeba7a12.zip
Enable autovacuum in the default configuration, per discussion.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 3f546f10c40..50a02a62a50 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -349,7 +349,7 @@
#stats_start_collector = on # needed for block or row stats
# (change requires restart)
#stats_block_level = off
-#stats_row_level = off
+#stats_row_level = on
#stats_reset_on_server_start = off # (change requires restart)
@@ -365,7 +365,7 @@
# AUTOVACUUM PARAMETERS
#---------------------------------------------------------------------------
-#autovacuum = off # enable autovacuum subprocess?
+#autovacuum = on # enable autovacuum subprocess?
# 'on' requires stats_start_collector
# and stats_row_level to also be on
#autovacuum_naptime = 1min # time between autovacuum runs