diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 70b99e87329..f3d1669f3a2 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -638,7 +638,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple <programlisting> analyze threshold = analyze base threshold + analyze scale factor * number of tuples </programlisting> - is compared to the total number of tuples inserted or updated + is compared to the total number of tuples inserted, updated, or deleted since the last <command>ANALYZE</command>. </para> |