diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 8f7fb6d3469..caf968ad06f 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 analyze threshold = analyze base threshold + analyze scale factor * number of tuples - 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 ANALYZE.