Implement SQL-spec RETURNS TABLE syntax for functions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 69a785b8bfe076847f72317a41964821e85ccfd6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-07-18T03:32:53Z
Releases: 8.4.0
Implement SQL-spec RETURNS TABLE syntax for functions.

(Unlike the original submission, this patch treats TABLE output parameters
as being entirely equivalent to OUT parameters -- tgl)

Pavel Stehule

Files