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
- v1-0001-PL-Python-refactor-for-trigger-support.patch (text/x-patch) patch v1-0001
- v1-0002-PL-Python-add-event-trigger-support.patch (text/x-patch) patch v1-0002
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
-
PL/Python: Add event trigger support
- 53eff471c69d 19 (unreleased) landed
-
PL/Python: Refactor for event trigger support
- 6e09c960ebb3 19 (unreleased) landed