Re: Transition tables for triggers on foreign tables and views

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Transition tables for triggers on foreign tables and views
Date: 2017-04-28 20:57:40
Message-ID: CACjxUsOBbgFuPCiVNOfWczDZi_CLVRwP0B_ouDGYsA9j0TJ8eg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 28, 2017 at 3:54 PM, Kevin Grittner <kgrittn(at)gmail(dot)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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Douglas Doole 2017-04-28 21:13:23 Re: [PATCH] Push limit to sort through a subquery
Previous Message Kevin Grittner 2017-04-28 20:54:04 Re: Transition tables for triggers on foreign tables and views