Skip to content

Commit 9e19063

Browse files
committed
Document that 'deleted' is also tracked by autovacuum.
1 parent b6ed78b commit 9e19063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/maintenance.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.75 2007/05/30 19:45:00 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.76 2007/07/18 03:39:01 momjian Exp $ -->
22

33
<chapter id="maintenance">
44
<title>Routine Database Maintenance Tasks</title>
@@ -533,7 +533,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
533533
<programlisting>
534534
analyze threshold = analyze base threshold + analyze scale factor * number of tuples
535535
</programlisting>
536-
is compared to the total number of tuples inserted, updated, or deleted
536+
is compared to the total number of tuples inserted or updated
537537
since the last <command>ANALYZE</command>.
538538
</para>
539539

0 commit comments

Comments
 (0)