pgsql: docs: Rework sections on partition pruning/exclusion

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: docs: Rework sections on partition pruning/exclusion
Дата
Msg-id E1fHW8h-0004ta-Kf@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Doc: fix overenthusiastic markup.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: update PG 11 rel. notes for ALTER TABLE's non-null default