event trigger support for PL/Python

Euler Taveira <euler@eulerto.com>

From: "Euler Taveira" <euler@eulerto.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-07-16T12:01:37Z
Lists: pgsql-hackers

Attachments

Hi,

There is an old thread [1] that proposed $SUBJECT. That patch was not committed and the thread died. I use the referred patch as base for the attached version. The key differences between them are: documentation, tests, refactor (0001) and a few cleanups.


[1] https://www.postgresql.org/message-id/m2ob7wihex.fsf%402ndQuadrant.fr

--
Euler Taveira
EDB   https://www.enterprisedb.com/

Commits

  1. PL/Python: Add event trigger support

  2. PL/Python: Refactor for event trigger support