Re: Foreign keys and partitioned tables

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Foreign keys and partitioned tables
Date: 2018-03-12 02:40:23
Message-ID: 20180312024023.w2t37viip5wejz4y@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ Resending an email from yesterday. Something is going very wrong with
my outgoing mail provider :-( ]

Rebase of the prior code, on top of the improved row triggers posted
elsewhere. I added some more tests too, and fixed a couple of small
bugs.

(This includes the patches I just posted in the row triggers patch)

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

Attachment Content-Type Size
v3-0001-add-missing-CommandCounterIncrement-in-StoreParti.patch text/plain 878 bytes
v3-0002-Add-missing-CommandCounterIncrement-in-partitione.patch text/plain 2.2 KB
v3-0003-Allow-FOR-EACH-ROW-triggers-on-partitioned-tables.patch text/plain 59.5 KB
v3-0004-WIP-Allow-foreign-key-triggers-on-partitioned-tab.patch text/plain 45.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-03-12 02:59:44 Re: Fixes for missing schema qualifications
Previous Message Thomas Munro 2018-03-12 02:13:13 Re: FOR EACH ROW triggers on partitioned tables