Support PL/Tcl functions that return composite types and/or sets. Jim Nasby, rather heavily editorialized by me
Patch: <[email protected]> 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
