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

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

  1. doc: move PARTITION OF stanza to just below PARTITION BY

  2. doc: Reword restriction on partition keys in unique indexes

  3. Adjust ALTER TABLE docs on partitioned constraints

  4. Allow UNIQUE indexes on partitioned tables