File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="maintenance">
4
4
<title>Routine Database Maintenance Tasks</title>
@@ -533,7 +533,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
533
533
<programlisting>
534
534
analyze threshold = analyze base threshold + analyze scale factor * number of tuples
535
535
</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
537
537
since the last <command>ANALYZE</command>.
538
538
</para>
539
539
You can’t perform that action at this time.
0 commit comments