Thread: pgsql: Doc: Improve clarity on partitioned table limitations

pgsql: Doc: Improve clarity on partitioned table limitations

From
David Rowley
Date:
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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5c7afb4a29aa0f75def751406b4004e7f047a7f3

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