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

@ -633,6 +633,8 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
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.
<varname>log_autovacuum_min_duration</varname> can be used to monitor
autovacuum activity.
</para>
<para>