|
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,ordeleted |
| 536 | + is compared to the total number of tuples insertedorupdated |
537 | 537 | since the last <command>ANALYZE</command>.
|
538 | 538 | </para>
|
539 | 539 |
|
|