pgsql: Doc: improve partitioning discussion in ddl.sgml. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve partitioning discussion in ddl.sgml.
Date
Msg-id E1ke009-0004aC-QP@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix some typos
Next
From: Tom Lane
Date:
Subject: pgsql: Provide the OR REPLACE option for CREATE TRIGGER.