aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/maintenance.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index fb705b2cbb6..ab01da166ac 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -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>