|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.58 2006/08/01 19:17:17 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.59 2006/08/04 04:07:38 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="maintenance">
|
4 | 4 | <title>Routine Database Maintenance Tasks</title>
|
|
34 | 34 | <para>
|
35 | 35 | The other main category of maintenance task is periodic <quote>vacuuming</>
|
36 | 36 | of the database. This activity is discussed in
|
37 |
| - <xref linkend="routine-vacuuming">. Closely related to thisis to update |
| 37 | + <xref linkend="routine-vacuuming">. Closely related to thisupdating |
38 | 38 | the statistics that will be used by the query planner, as discussed in
|
39 | 39 | <xref linkend="vacuum-for-statistics">.
|
40 | 40 | </para>
|
|