pgsql: docs: Rework sections on partition pruning/exclusion - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: docs: Rework sections on partition pruning/exclusion
Date
Msg-id E1fHW8h-0004ta-Kf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Rework sections on partition pruning/exclusion

Explain partition pruning more thoroughly, in a section above the one
that explains constraint exclusion, since the new feature is the one
that will be used more extensively from now on.  Move some of the
material from the constraint exclusion subsection to the one on
partition pruning, so that we can explain the legacy method by
explaining the differences with the new one instead of repeating it.

Author: David Rowley, Álvaro Herrera
Reviewed-by: Amit Langote, David G. Johnston, Justin Pryzby
Discussion: https://postgr.es/m/CAKJS1f8PECxEi1YQ9nhVtshtfOMHUzAMm_Zp4gGCOCnMPjEKJA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bebc46931a1215567d4aabaebb406848f5a82340

Modified Files
--------------
doc/src/sgml/config.sgml |   1 +
doc/src/sgml/ddl.sgml    | 221 ++++++++++++++++++++++++++++++++++-------------
2 files changed, 163 insertions(+), 59 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Doc: fix overenthusiastic markup.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: update PG 11 rel. notes for ALTER TABLE's non-null default