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: [email protected]
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/[email protected]

Backpatch-through: 11

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4d966cc163f2cd1645eabdb95905320605b65f4e

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().