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 [email protected]
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/[email protected]
Backpatch-through: 11, where unique constraints on partitioned tables were added

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5610ffaf00a53877ec973881b9b0b7a1acad689a

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


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: Improve clarity on partitioned table limitations
Next
From: Tom Lane
Date:
Subject: pgsql: Remove obsolete replication settings within TAP tests.