The attached patch allows 'select foo()' as well as 'select * from

Bruce Momjian <bruce@momjian.us>

Commit: 8d3517dc1f9383d606bd8e50a9b58e732322fffd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-07-21T20:45:54Z
Releases: 8.0.0
The attached patch allows 'select foo()' as well as 'select * from
foo()' where foo() is a plperl function that returns a single composite.

Andrew Dunstan

Files

PathChange+/−
src/pl/plperl/plperl.c modified +57 −13