Re: functions which return tuples - Mailing list pgsql-general

From Tom Lane
Subject Re: functions which return tuples
Date
Msg-id 29238.972659067@sss.pgh.pa.us
Whole thread Raw
In response to functions which return tuples  (Igor Roboul <igor@raduga.dyndns.org>)
Responses Increasing Table Column Size in 7.0 Syntax  ("J. Atwood" <jatwood@bwanazulia.com>)
List pgsql-general
Igor Roboul <igor@raduga.dyndns.org> writes:
> Is it possible write stored procedure (sorry, function) which will
> return tuples one by one. Like:
>     select * from my_func(1,2,3);

Doesn't work at the moment, but there's been talk of making it work
for 7.2.  See my much longer post about functions returning tuples,
a few days back (either here or in pgsql-sql, I forget...).  The
executive summary: it's kind of a mess at the moment.

            regards, tom lane

pgsql-general by date:

Previous
From: Ian Lance Taylor
Date:
Subject: Re: What is the listserver at hub.org doing?
Next
From: "Steve Wolfe"
Date:
Subject: Re: Postgres 7.0.2-2 on Red Hat 7.0?