Re: Open 7.3 issues - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Open 7.3 issues
Date
Msg-id 3D5D58AC.10908@joeconway.com
Whole thread Raw
In response to Re: Open 7.3 issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Open 7.3 issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Jan Wieck <JanWieck@Yahoo.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





pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Open 7.3 items
Next
From: Bruce Momjian
Date:
Subject: Re: Open 7.3 issues