Re: event trigger support for PL/Python

Euler Taveira <euler@eulerto.com>

From: "Euler Taveira" <euler@eulerto.com>
To: "Peter Eisentraut" <peter@eisentraut.org>, pgsql-hackers@lists.postgresql.org
Date: 2025-08-22T01:59:14Z
Lists: pgsql-hackers
On Thu, Aug 21, 2025, at 4:46 AM, Peter Eisentraut wrote:
> 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.
>

Thanks.

> 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.

LGTM.


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



Commits

  1. PL/Python: Add event trigger support

  2. PL/Python: Refactor for event trigger support