git.postgresql.org Git - postgresql.git/commit
Mon, 6 Jul 2009 02:58:40 +0000 (02:58 +0000)
Mon, 6 Jul 2009 02:58:40 +0000 (02:58 +0000)
commit 869312e65e380d813c5eb43128074515949cecdf
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.
This is the main PostgreSQL git repository.
RSS
Atom