pgsql: Describe (auto-)analyze behavior for partitioned tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Describe (auto-)analyze behavior for partitioned tables
Date: 2021-05-14 17:11:45
Message-ID: E1lhbLl-0008Bm-Cc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Describe (auto-)analyze behavior for partitioned tables

This explains the new behavior introduced by 0827e8af70f4 as well as
preexisting.

Author: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Author: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://postgr.es/m/20210423180152.GA17270@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b5617eb844cd2470a334c1d2eec66cf9b39c41a

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 6 ++++++
doc/src/sgml/perform.sgml | 3 ++-
doc/src/sgml/ref/analyze.sgml | 40 +++++++++++++++++++++++++++++-----------
doc/src/sgml/ref/pg_restore.sgml | 6 ++++--
4 files changed, 41 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-05-14 17:13:12 Re: pgsql: autovacuum: handle analyze for partitioned tables
Previous Message Bruce Momjian 2021-05-14 17:01:15 pgsql: doc: update PG 14 release notes with recent feedback