Add table_name and table_schema to plpython trigger data, plus docs and regression test.
Andrew Dunstan <andrew@dunslane.net>
Add table_name and table_schema to plpython trigger data, plus docs and regression test.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +4 −1 |
| src/pl/plpython/expected/plpython_function.out | modified | +55 −0 |
| src/pl/plpython/plpython.c | modified | +17 −2 |
| src/pl/plpython/sql/plpython_function.sql | modified | +31 −0 |