PL/Python DO handler
Peter Eisentraut <peter_e@gmx.net>
PL/Python DO handler Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +19 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_pltemplate.h | modified | +4 −4 |
| src/pl/plpython/expected/plpython_do.out | added | +6 −0 |
| src/pl/plpython/expected/plpython_error.out | modified | +1 −2 |
| src/pl/plpython/Makefile | modified | +2 −1 |
| src/pl/plpython/plpython.c | modified | +65 −6 |
| src/pl/plpython/sql/plpython_do.sql | added | +3 −0 |