Re: [HACKERS] Transition tables for triggers on foreign tables and views - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: [HACKERS] Transition tables for triggers on foreign tables and views
Date
Msg-id CACjxUsOBbgFuPCiVNOfWczDZi_CLVRwP0B_ouDGYsA9j0TJ8eg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Transition tables for triggers on foreign tables and views  (Kevin Grittner <kgrittn@gmail.com>)
List pgsql-hackers
On Fri, Apr 28, 2017 at 3:54 PM, Kevin Grittner <kgrittn@gmail.com> wrote:

> Not firing a table's DML because it was fired off a view would be crazy,

should read:

Not firing a table's trigger because the trigger is on DML run from a
view's INSTEAD OF trigger would be crazy,

-- 
Kevin Grittner
VMware vCenter Server
https://www.vmware.com/



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Transition tables for triggers on foreign tables and views
Next
From: Douglas Doole
Date:
Subject: Re: [HACKERS] [PATCH] Push limit to sort through a subquery