PL/Python: Add event trigger support
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-08-21T07:21:11Z
Releases:
19 (unreleased)
PL/Python: Add event trigger support Allow event triggers to be written in PL/Python. It provides a TD dictionary with some information about the event trigger. Author: Euler Taveira <euler@eulerto.com> Co-authored-by: Dimitri Fontaine <dimitri@2ndQuadrant.fr> Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/03f03515-2068-4f5b-b357-8fb540883c38%40app.fastmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +76 −0 |
| src/pl/plpython/expected/plpython_trigger.out | modified | +27 −0 |
| src/pl/plpython/plpy_exec.c | modified | +42 −0 |
| src/pl/plpython/plpy_exec.h | modified | +1 −0 |
| src/pl/plpython/plpy_main.c | modified | +11 −0 |
| src/pl/plpython/plpy_procedure.h | modified | +1 −0 |
| src/pl/plpython/sql/plpython_trigger.sql | modified | +24 −0 |
Discussion
- event trigger support for PL/Python 11 messages · 2025-07-16 → 2025-08-22