Re: wCTE: why not finish sub-updates at the end, not the beginning? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: wCTE: why not finish sub-updates at the end, not the beginning?
Date
Msg-id 2681.1298689922@sss.pgh.pa.us
Whole thread Raw
In response to Re: wCTE: why not finish sub-updates at the end, not the beginning?  (David Fetter <david@fetter.org>)
Responses Re: wCTE: why not finish sub-updates at the end, not the beginning?  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> What's the effect, if any, on CTEs that depend on each other
> explicitly?

An error.  That would require mutual recursion, which we don't
support for the SELECT case let alone data-modifying statements.
        regards, tom lane


pgsql-hackers by date:

Previous
From: David Fetter
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?