Re: event trigger support for PL/Python

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Euler Taveira <euler@eulerto.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-08-21T07:46:16Z
Lists: pgsql-hackers
On 16.07.25 14:01, Euler Taveira wrote:
> 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.

Committed.

I altered the documentation a bit to have the event triggers description 
in its own sect1, next to normal triggers.  This is how it's done in the 
other PL chapters, so it made sense to keep it similar.




Commits

  1. PL/Python: Add event trigger support

  2. PL/Python: Refactor for event trigger support