Re: Support TRUNCATE triggers on foreign tables

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Yugo NAGATA <nagata@sraoss.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2022-07-08T05:06:40Z
Lists: pgsql-hackers

On 2022/07/08 11:19, Yugo NAGATA wrote:
>> You added "foreign tables" for BEFORE statement-level trigger as the above, but ISTM that you also needs to do that for AFTER statement-level trigger. No?
> 
> Oops, I forgot it. I attached the updated patch.

Thanks for updating the patch! LGTM.
Barring any objection, I will commit the patch.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Commits

  1. Support TRUNCATE triggers on foreign tables.