| From: | Joe Conway <mail(at)joeconway(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Jan Wieck <JanWieck(at)Yahoo(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
| Subject: | Re: Open 7.3 issues |
| Date: | 2002-08-16 19:55:24 |
| Message-ID: | 3D5D58AC.10908@joeconway.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Jan Wieck <JanWieck(at)Yahoo(dot)com> writes:
>
>>Since PL/pgSQL is a loadable module still, we might be able to provide
>>an upgrade after 7.3 is out instead of waiting for 7.4.
>
>
> Maybe, but you'd have to get the core-code end of it in before beta.
> AFAIR Joe's patch doesn't yet cover any return style from a function
> except one-row-at-a-time.
>
Neil said he was working on this and expected to have it done for 7.3. I
think he's using the approach we discussed at OSCON, namely generating a
tuplestore within the plpgsql module and passing it back to FunctionNext.
Joe
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-08-16 19:58:27 | Re: Open 7.3 issues |
| Previous Message | Oliver Elphick | 2002-08-16 19:31:01 | Re: Open 7.3 items |