Doc: Improve clarity on partitioned table limitations

David Rowley <drowley@postgresql.org>

Commit: ab0c9c073563c61f9761d8d5fa02ea070a55cb85
Author: David Rowley <drowley@postgresql.org>
Date: 2020-09-30T00:05:18Z
Releases: 11.10
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

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +2 −2

Documentation touched

Discussion