pgsql: Doc: Improve clarity on partitioned table limitations

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve clarity on partitioned table limitations
Date: 2020-09-30 00:05:42
Message-ID: E1kNPcs-00070k-Ci@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-09-30 05:50:25 Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro)
Previous Message David Rowley 2020-09-30 00:04:48 pgsql: Doc: Improve clarity on partitioned table limitations