Re: pgsql: Allow UNIQUE indexes on partitioned tables
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-17T04:57:36Z
Lists: pgsql-hackers
On 2018-Feb-19, David G. Johnston wrote: > As an aside, adding a link to "Data Definiton/Table Partitioning" from at > least CREATE TABLE ... PARTITION BY; and swapping "PARTITION BY" and > "PARTITION OF" in the Parameters section of that page - one must partition > by a table before one can partition it (and also the synopsis lists them in > the BY before OF order), would be helpful. A little late, I have done these two changes. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
doc: move PARTITION OF stanza to just below PARTITION BY
- 07f303ab6076 11.0 landed
- c6736ff76046 12.0 landed
-
doc: Reword restriction on partition keys in unique indexes
- 63cbee6a7860 11.0 landed
-
Adjust ALTER TABLE docs on partitioned constraints
- 9a89f6d85467 11.0 landed
-
Allow UNIQUE indexes on partitioned tables
- eb7ed3f30634 11.0 cited