RE: BEFORE UPDATE trigger on postgres_fdw table not work

shohei.mochizuki@toshiba.co.jp

From: <shohei.mochizuki@toshiba.co.jp>
To: <etsuro.fujita@gmail.com>, <Langote_Amit_f8@lab.ntt.co.jp>
Cc: <tgl@sss.pgh.pa.us>, <pgsql-hackers@postgresql.org>
Date: 2019-06-12T09:08:50Z
Lists: pgsql-hackers
Fujita-san,
> On Mon, Jun 10, 2019 at 9:04 PM Etsuro Fujita <etsuro.fujita@gmail.com>
> wrote:
> > I'll look into the patch more closely tomorrow.
> 
> I did that, but couldn't find any issue about the patch.  Here is an updated
> version of the patch.  Changes are:
> 
> * Reworded the comments a bit in postgresPlanFoereignModify the original
> patch modified
> * Added the commit message

Thanks for the update.

I think your wording is more understandable than my original patch.

Regards,

-- 
Shohei Mochizuki
TOSHIBA CORPORATION

Commits

  1. postgres_fdw: Account for triggers in non-direct remote UPDATE planning.

  2. Offer triggers on foreign tables.