pgsql: Document new 9.0 behavior of ANALYZE on inheritance hierarchies.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document new 9.0 behavior of ANALYZE on inheritance hierarchies.
Date: 2010-06-15 18:43:35
Message-ID: 20100615184335.E74827541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document new 9.0 behavior of ANALYZE on inheritance hierarchies.

In particular, note that autovacuum does not yet understand that it might
need to vacuum inheritance parents as a result of changes to the child
tables.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
analyze.sgml (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/analyze.sgml?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-06-15 19:04:15 pgsql: Fix dblink_build_sql_insert() and related functions to handle
Previous Message Tom Lane 2010-06-15 16:22:58 pgsql: Consolidate and improve checking of key-column-attnum arguments