Merlin Moncure <[email protected]> writes: > I'm wondering if there are any technical/standards constraints that > are behind the fencing behavior. If there aren't any, maybe an opt-in
The fencing is per standard, and very useful when used in wCTEs. > keyword might do the trick -- WITH UNBOXED foo AS (..)? I would paint your proposal WITH VIEW foo AS (), which would make the behaviour obvious I think. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
