Обсуждение: pgsql: docs: Rework sections on partition pruning/exclusion

Поиск
Список
Период
Сортировка

pgsql: docs: Rework sections on partition pruning/exclusion

От
Alvaro Herrera
Дата:
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(-)