On Tue, 2 Mar 2004, Terence Kearns wrote:
> Tom Lane wrote:
> > Terence Kearns <terencek(at)isd(dot)canberra(dot)edu(dot)au> writes:
> >
> >>I tried
> >>RETURNS SETOF RECORD
> >>but that doesn't work
> >
> >
> > Sure it does, if you use it correctly. Better show us what you did.
> >
> > regards, tom lane
>
> Well I haven't yet done anything because I couldn't get anything to
> compile which returned SETOF RECORD..
As a starting point, SETOF "RECORD" is different from SETOF RECORD given
PostgreSQL's fold case to lower case for unquoted names.