diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-06 02:58:40 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-06 02:58:40 +0000 |
commit | 869312e65e380d813c5eb43128074515949cecdf (patch) | |
tree | 52f460bbca41bb0d7d8669b1d3f824fda6941576 /src/backend/regex/regexec.c | |
parent | 9298d2ff3913de89b58065f7a444cba48e9c5d93 (diff) | |
download | postgresql-869312e65e380d813c5eb43128074515949cecdf.tar.gz postgresql-869312e65e380d813c5eb43128074515949cecdf.zip |
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.
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions