Re: [PATCHES] plperl return single composite

2004-07-21 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > The attached patch allows 'select foo()' as well as 'select * from > foo()' where foo() is a plperl function that returns a single composite. > > cheers > > andrew >

[PATCHES] plperl return single composite

2004-07-20 Thread Andrew Dunstan
The attached patch allows 'select foo()' as well as 'select * from foo()' where foo() is a plperl function that returns a single composite. cheers andrew Index: plperl.c === RCS file: /projects/cvsroot/pgsql-server/src/pl/plperl/plp