| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
| Cc: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Listing triggers in partitions (was Re: Remove mention in docs that foreign keys on partitioned tables) |
| Date: | 2018-07-05 20:36:00 |
| Message-ID: | CA+TgmobXy=D16yVtEX51ycdWHWacEen6f+VuAZK_mW1dLr1R4w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Jun 29, 2018 at 12:06 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> Okay, pushed that way.
>
> We can redo this if/when we add support for cloning BEFORE row triggers,
> which are going to need the trigger link info, I suspect.
Yeah, having an explicit representation seems less likely to be
fragile. Following dependencies might not work if there's an extra
dependency that you aren't expecting for some reason.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2018-07-05 20:48:24 | Re: pgsql: Fix "base" snapshot handling in logical decoding |
| Previous Message | Peter Geoghegan | 2018-07-05 20:30:22 | Re: mxid_age() and age(xid) appear undocumented |