Support PL/Tcl functions that return composite types and/or sets.
Tom Lane <tgl@sss.pgh.pa.us>
Support PL/Tcl functions that return composite types and/or sets. Jim Nasby, rather heavily editorialized by me Patch: <f2134651-14b3-efeb-f274-c69f3c084031@BlueTreble.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/pltcl.sgml | modified | +56 −17 |
| src/pl/tcl/expected/pltcl_queries.out | modified | +61 −0 |
| src/pl/tcl/expected/pltcl_setup.out | modified | +13 −0 |
| src/pl/tcl/pltcl.c | modified | +366 −64 |
| src/pl/tcl/sql/pltcl_queries.sql | modified | +33 −0 |
| src/pl/tcl/sql/pltcl_setup.sql | modified | +16 −0 |