Table function support for PL/Python
Peter Eisentraut <peter_e@gmx.net>
Table function support for PL/Python This allows functions with multiple OUT parameters returning both one or multiple records (RECORD or SETOF RECORD). Jan Urbański, reviewed by Hitoshi Harada
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +24 −12 |
| src/pl/plpython/expected/plpython_composite.out | added | +361 −0 |
| src/pl/plpython/expected/plpython_record.out | modified | +6 −8 |
| src/pl/plpython/expected/plpython_trigger.out | modified | +18 −0 |
| src/pl/plpython/Makefile | modified | +1 −0 |
| src/pl/plpython/plpython.c | modified | +149 −28 |
| src/pl/plpython/sql/plpython_composite.sql | added | +168 −0 |
| src/pl/plpython/sql/plpython_record.sql | modified | +1 −3 |
| src/pl/plpython/sql/plpython_trigger.sql | modified | +20 −0 |