Re: partitioned tables referenced by FKs

Amit Langote <langote_amit_f8@lab.ntt.co.jp>

From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-21T08:23:04Z
Lists: pgsql-hackers
Hi Alvaro,

On 2018/12/01 4:12, Alvaro Herrera wrote:
> Here's a more credible version of this patch series.

Are you going to post rebased patches soon?

Thanks,
Amit



Commits

  1. Support foreign keys that reference partitioned tables

  2. Fix partitioned index creation bug with dropped columns

  3. Improve psql's \d display of foreign key constraints

  4. Fix dependency recording bug for partitioned PKs

  5. Add index_get_partition convenience function

  6. Restore RI trigger sanity check

  7. Foreign keys on partitioned tables