Document that log_autovacuum_min_duration can be used to monitor

autovacuum activity.

Per report from Marc Mamin
This commit is contained in:
Bruce Momjian 2012-08-30 14:44:36 -04:00
parent 77387f0ac8
commit 83fbfec383

View file

@ -632,7 +632,9 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
<varname>autovacuum_max_workers</> databases to be processed,
the next database will be processed as soon as the first worker finishes.
Each worker process will check each table within its database and
execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
<varname>log_autovacuum_min_duration</varname> can be used to monitor
autovacuum activity.
</para>
<para>