David Fetter <da...@fetter.org> writes: > On Tue, Jan 29, 2019 at 02:52:44PM -0500, Tom Lane wrote: >> I propose that we implement and document this as >> WITH ctename AS [ MATERIALIZE { ON | OFF } ] ( query )
> I think this would be better with parentheses like this: > WITH ctename [ ( MATERIALIZE { ON | OFF } ) ] AS ( query ) [, ... ] I take it you haven't actually been reading this thread. regards, tom lane