Re: WITH RECUSIVE patches 0723 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: WITH RECUSIVE patches 0723
Date
Msg-id 488E5194.9060908@dunslane.net
Whole thread Raw
In response to Re: WITH RECUSIVE patches 0723  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WITH RECUSIVE patches 0723  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> My thought is that we could optimize away materialization in cases where
> we can tell it's not needed (no volatile functions and/or no multiple
> scans of the subquery).  But not being able to do it means we've
> implemented the feature incorrectly.
>
>             
>   

I'm not sure how much work that would involve, but none of this means we 
can't have the feature for 8.4, right? Just that there is more work to do.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WITH RECUSIVE patches 0723
Next
From: Tom Lane
Date:
Subject: Re: [RFC] Unsigned integer support.