Thread: pgsql: Support PL/Tcl functions that return composite types and/or sets

pgsql: Support PL/Tcl functions that return composite types and/or sets

From
Tom Lane
Date:
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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26abb50c490dee191df21282bc940b94118550aa

Modified Files
--------------
doc/src/sgml/pltcl.sgml               |  73 ++++--
src/pl/tcl/expected/pltcl_queries.out |  61 +++++
src/pl/tcl/expected/pltcl_setup.out   |  13 +
src/pl/tcl/pltcl.c                    | 430 +++++++++++++++++++++++++++++-----
src/pl/tcl/sql/pltcl_queries.sql      |  33 +++
src/pl/tcl/sql/pltcl_setup.sql        |  16 ++
6 files changed, 545 insertions(+), 81 deletions(-)