Re: wCTE: about the name of the feature - Mailing list pgsql-hackers

From Tom Lane
Subject Re: wCTE: about the name of the feature
Date
Msg-id 2113.1298688080@sss.pgh.pa.us
Whole thread Raw
In response to Re: wCTE: about the name of the feature  (Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>)
Responses Re: wCTE: about the name of the feature
List pgsql-hackers
Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi> writes:
> On 2011-02-26 2:00 AM, Tom Lane wrote:
>> I've gone ahead and applied the code portion of the patch, with
>> modifications as per discussion, and other editorialization.

> Thanks a lot!

> One thing bothers me though: what was the reason for requiring a 
> RETURNING clause for data-modifying statements in WITH?

That test was in your patch, no?  I moved the code to another place
but it's still enforcing the same thing, namely that you can't reference
the output of an INSERT/UPDATE/DELETE that hasn't got RETURNING.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: wCTE: about the name of the feature
Next
From: David Fetter
Date:
Subject: Re: wCTE: why not finish sub-updates at the end, not the beginning?