Skip to content
Snippets Groups Projects
Commit 869312e6 authored by Tom Lane's avatar Tom Lane
Browse files

Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow

parentheses around the <query expression body> that follows a WITH clause, eg
	with cte(foo) as ( values(0) ) ((select foo from cte));
This seems to be just an oversight/thinko in gram.y.  Noted while
experimenting with bug #4902.
parent 9298d2ff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment