From 2cdf6c155110cd068933e3be71f2af747e648fb0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 21 Sep 2010 16:40:41 -0400 Subject: [PATCH] Fix a missed explanation of auto-analyze threshold, per Joe Miller. --- doc/src/sgml/maintenance.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.