From: Tom Lane Date: Tue, 21 Sep 2010 20:40:50 +0000 (-0400) Subject: Fix a missed explanation of auto-analyze threshold, per Joe Miller. X-Git-Tag: REL9_0_1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd9dcdeebe811d942648df07f864ade07383824;p=thirdparty%2Fpostgresql.git Fix a missed explanation of auto-analyze threshold, per Joe Miller. --- 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.