PL/Python array support
Peter Eisentraut <peter_e@gmx.net>
PL/Python array support Support arrays as parameters and return values of PL/Python functions.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +38 −1 |
| src/pl/plpython/expected/plpython_types.out | modified | +110 −0 |
| src/pl/plpython/plpython.c | modified | +130 −3 |
| src/pl/plpython/sql/plpython_types.sql | modified | +65 −0 |