Re: unique indexes on partitioned tables

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-11T21:04:12Z
Lists: pgsql-hackers

Attachments

Alvaro Herrera wrote:
> This is the patch series for UNIQUE / PRIMARY KEY indexes on partitioned
> tables.

Rebased.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Commits

  1. Avoid having two PKs in a partition

  2. Allow UNIQUE indexes on partitioned tables