Support TRUNCATE triggers on foreign tables - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Support TRUNCATE triggers on foreign tables
Date
Msg-id 20220630193848.5b02e0d6076b86617a915682@sraoss.co.jp
Whole thread Raw
Responses Re: Support TRUNCATE triggers on foreign tables  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
Hello,

I propose supporting TRUNCATE triggers on foreign tables
because some FDW now supports TRUNCATE. I think such triggers
are useful for audit logging or for preventing undesired
truncate.

Patch attached.

Regards,
Yugo Nagata

-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: some aspects of our qsort might not be ideal
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_walcleaner - new tool to detect, archive and delete the unneeded wal files (was Re: pg_archivecleanup - add the ability to detect, archive and delete the unneeded wal files on the primary)