pgsql: doc: document the need to analyze partitioned tables

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: document the need to analyze partitioned tables
Date: 2023-10-10 19:14:46
Message-ID: E1qqIBp-0010BL-It@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: document the need to analyze partitioned tables

Autovacuum does not do it.

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20210913035409.GA10647@telsasoft.com

Backpatch-through: 11

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/63e7cac0199d0a5088c8ba2410656fabea44e5e3

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-10-10 19:27:52 pgsql: doc: clarify how the bootstrap user name is chosen
Previous Message Jeff Davis 2023-10-10 19:03:44 pgsql: Fix bug in GenericXLogFinish().