Re: SETOF

From: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Cc: gsstark(at)mit(dot)edu
Subject: Re: SETOF
Date: 2003-03-05 14:10:28
Message-ID: 3E660554.23D826D@rodos.fzk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2003-03-05 14:27:39 Re: DELETE FROM A BLACK LIST
Previous Message Greg Stark 2003-03-05 13:37:11 Re: SETOF