pgsql: Doc: Improve clarity on partitioned table limitations - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: Improve clarity on partitioned table limitations
Date
Msg-id E1kNPa8-0006vD-Gj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Improve clarity on partitioned table limitations

Explicitly mention that primary key constraints are also included in the
limitation that the constraint columns must be a superset of the partition key
columns.

Wording suggestion from Tom Lane.

Discussion: https://postgr.es/m/64062533.78364.1601415362244@mail.yahoo.com
Backpatch-through: 11, where unique constraints on partitioned tables were added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b888647d864c5341fd0fb628c3773304282dc1d

Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix make_timestamp[tz] to accept negative years as meaning BC.
Next
From: David Rowley
Date:
Subject: pgsql: Doc: Improve clarity on partitioned table limitations