pgsql: Doc: improve partitioning discussion in ddl.sgml.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve partitioning discussion in ddl.sgml.
Дата
Msg-id E1ke009-0004aD-Qr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: improve partitioning discussion in ddl.sgml.

This started with the intent to explain that range upper bounds
are exclusive, which previously you could only find out by reading
the CREATE TABLE man page.  But I soon found that section 5.11
really could stand a fair amount of editorial attention.  It's
apparently been revised several times without much concern for
overall flow, nor careful copy-editing.

Back-patch to v11, which is as far as the patch goes easily.

Per gripe from Edson Richter.  Thanks to David Johnston for review.

Discussion: https://postgr.es/m/DM6PR13MB3988736CF8F5DC5720440231CFE60@DM6PR13MB3988.namprd13.prod.outlook.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0e0e71abdcaeb8a3887094de078b77cb35bd03ba

Modified Files
--------------
doc/src/sgml/ddl.sgml | 371 +++++++++++++++++++++++++++-----------------------
1 file changed, 203 insertions(+), 168 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some typos
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Provide the OR REPLACE option for CREATE TRIGGER.