Implement SQL-spec RETURNS TABLE syntax for functions.
Tom Lane <tgl@sss.pgh.pa.us>
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