Re: functions which return tuples

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: igorr(at)crosswinds(dot)net
Cc: pgsql-general(at)hub(dot)org
Subject: Re: functions which return tuples
Date: 2000-10-27 15:04:27
Message-ID: 29238.972659067@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor Roboul <igor(at)raduga(dot)dyndns(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Lance Taylor 2000-10-27 15:13:37 Re: What is the listserver at hub.org doing?
Previous Message Tom Lane 2000-10-27 15:01:00 Re: What is the listserver at hub.org doing?