From: Bruce Momjian Date: Wed, 18 Jul 2007 03:39:01 +0000 (+0000) Subject: Document that 'deleted' is also tracked by autovacuum. X-Git-Tag: REL8_3_BETA1~421 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e19063abc6d545f610d104eb11ae5b650720f2d;p=thirdparty%2Fpostgresql.git Document that 'deleted' is also tracked by autovacuum. --- diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index d0e2ef57e68..bbe73198262 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,4 +1,4 @@ - + Routine Database Maintenance Tasks @@ -533,7 +533,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, updated, or deleted + is compared to the total number of tuples inserted or updated since the last ANALYZE.