Re: pgsql: Allow UNIQUE indexes on partitioned tables
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org
Date: 2018-03-12T16:02:06Z
Lists: pgsql-hackers
David Rowley wrote: > 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. Pushed, thanks. -- Á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