From 8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Jul 2004 20:23:05 +0000 Subject: lease find enclosed a patch that matches the PL/Perl documentation (fairly closely, I hope) to the current PL/Perl implementation. David Fetter --- src/backend/utils/misc/postgresql.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/backend/utils/misc/postgresql.conf.sample') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 9dc1ec8d837..02c9abbcca3 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -237,6 +237,16 @@ #stats_reset_on_server_start = true +#--------------------------------------------------------------------------- +# VACUUM DAEMON +#--------------------------------------------------------------------------- + +#autovacuum = false # requires stats_row_level = true +#autovacuum_vacuum_threshold_base = 1000 +#autovacuum_vacuum_threshold_sf = 2 +#autovacuum_analyze_threshold_base = 500 +#autovacuum_analyze_threshold_sf = 1 + #--------------------------------------------------------------------------- # CLIENT CONNECTION DEFAULTS #--------------------------------------------------------------------------- -- cgit v1.2.3