pgsql: doc: move PARTITION OF stanza to just below PARTITION BY

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: doc: move PARTITION OF stanza to just below PARTITION BY
Дата
Msg-id E1ffI1F-0007Ko-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: move PARTITION OF stanza to just below PARTITION BY

It's more logical this way, since the new ordering matches the way the
tables are created; but in any case, the previous location of PARTITION OF
did not appear carefully chosen anyway (since it didn't match the
location in which it appears in the synopsys either, which is what we
normally do.)

In the PARTITION BY stanza, add a link to the partitioning section in
the DDL chapter, too.

Suggested-by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwY4Ld7ecxL_KAmaxwt0FUu5VcPPN2L4dh+3BeYbrdBa5g@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/07f303ab6076c10e36ebcf46155e6ca66fcfe56e

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 273 +++++++++++++++++++------------------
1 file changed, 139 insertions(+), 134 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Revise BuildIndexValueDescription to simplify it
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rework error messages around file handling