Re: WITH RECUSIVE patches 0723

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: WITH RECUSIVE patches 0723
Date: 2008-07-28 23:09:08
Message-ID: 488E5194.9060908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-07-28 23:13:20 Re: [RFC] Unsigned integer support.
Previous Message Tom Lane 2008-07-28 23:04:14 Re: WITH RECUSIVE patches 0723

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-07-28 23:18:14 Re: WITH RECUSIVE patches 0723
Previous Message Tom Lane 2008-07-28 23:04:14 Re: WITH RECUSIVE patches 0723