diff options
Diffstat (limited to 'doc/src/sgml/maintenance.sgml')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 122137ad2b9..dfa2e259ffc 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,10 +1,14 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.23 2003/06/18 12:19:11 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.24 2003/08/31 17:32:19 petere Exp $ --> <chapter id="maintenance"> <title>Routine Database Maintenance Tasks</title> + <indexterm zone="maintenance"> + <primary>maintenance</primary> + </indexterm> + <para> There are a few routine maintenance chores that must be performed on a regular basis to keep a <productname>PostgreSQL</productname> @@ -158,6 +162,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.23 2003/06/18 12:19:11 <sect2 id="vacuum-for-statistics"> <title>Updating planner statistics</title> + <indexterm zone="vacuum-for-statistics"> + <primary>statistics</primary> + <secondary>of the planner</secondary> + </indexterm> + + <indexterm zone="vacuum-for-statistics"> + <primary>ANALYZE</primary> + </indexterm> + <para> The <productname>PostgreSQL</productname> query planner relies on statistical information about the contents of tables in order to @@ -396,7 +409,8 @@ VACUUM <title>Log File Maintenance</title> <indexterm zone="logfile-maintenance"> - <primary>log files</primary> + <primary>server log</primary> + <secondary>log file maintenance</secondary> </indexterm> <para> |