1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Document that autovacuum may run ANALYZE

This commit is contained in:
Alvaro Herrera
2009-08-07 20:54:31 +00:00
parent 7798147a76
commit 05f43650fc
6 changed files with 27 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.95 2009/06/17 13:59:28 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.96 2009/08/07 20:54:31 alvherre Exp $ -->
<chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title>
@@ -253,7 +253,7 @@
</sect2>
<sect2 id="vacuum-for-statistics">
<title>Updating Planner Statistics</title>
<title id="vacuum-for-statistics-title">Updating Planner Statistics</title>
<indexterm zone="vacuum-for-statistics">
<primary>statistics</primary>