David Fetter <da...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to