postgresql/doc/src
Tom Lane e3e3d2a789 Extend ExecMakeFunctionResult() to support set-returning functions that return
via a tuplestore instead of value-per-call.  Refactor a few things to reduce
ensuing code duplication with nodeFunctionscan.c.  This represents the
reasonably noncontroversial part of my proposed patch to switch SQL functions
over to returning tuplestores.  For the moment, SQL functions still do things
the old way.  However, this change enables PL SRFs to be called in targetlists
(observe changes in plperl regression results).
2008-10-28 22:02:06 +00:00
..
FAQ Update Japanese FAQ. 2008-10-07 21:26:41 +00:00
sgml Extend ExecMakeFunctionResult() to support set-returning functions that return 2008-10-28 22:02:06 +00:00
Makefile