Re: Writeable CTEs and side effects - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Writeable CTEs and side effects
Date
Msg-id 4ACD07D3.6020700@cs.helsinki.fi
Whole thread Raw
In response to Re: Writeable CTEs and side effects  (Jaime Casanova <jcasanov@systemguards.com.ec>)
List pgsql-hackers
Jaime Casanova wrote:
> On Wed, Oct 7, 2009 at 4:20 PM, Marko Tiikkaja
> <marko.tiikkaja@cs.helsinki.fi> wrote:
>> Right.  This is exactly what I'm trying to do, except I think we could
>> easily optimize this case and store only the first processed row inside
>> the CTE.
>>
> 
> why? we don't should be thinking in optimizations in this phase
> 

Maybe you're right.  This probably isn't a very common case any way.


Regards,
Marko Tiikkaja


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Writeable CTEs and side effects
Next
From: Pavel Stehule
Date:
Subject: Re: Issues for named/mixed function notation patch