Re: SETOF - Mailing list pgsql-sql

From Christoph Haller
Subject Re: SETOF
Date
Msg-id 3E660554.23D826D@rodos.fzk.de
Whole thread Raw
In response to SETOF  (Fernando <fernando@icreativa.com.mx>)
List pgsql-sql
>
> That document describes using the function in the from list of the
select.
> That's equivalent to converting the query to a join, which isn't
always
> possible or convenient. I was talking about using a subquery or
function in
> the output column list to produce multiple output columns.
>
I see your point. But, why wouldn't this work in the output column list
too?
The new return form "return next" looks like it could be done.
I'm still hanging around on 7.2, so I can't figure out if it's working
now.

Regards, Christoph




pgsql-sql by date:

Previous
From: Greg Stark
Date:
Subject: Re: SETOF
Next
From: Christoph Haller
Date:
Subject: Re: DELETE FROM A BLACK LIST