Re: pgsql: Allow UNIQUE indexes on partitioned tables
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-committers <pgsql-committers@postgresql.org>
Date: 2018-02-21T22:56:18Z
Lists: pgsql-hackers
Attachments
- ddl.sgml_fix.patch (application/octet-stream) patch
On 20 February 2018 at 09:40, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > Modified Files > -------------- > doc/src/sgml/ddl.sgml | 9 +- Attached is a very small fix to a small error this patch created in the docs. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, 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