diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-06 02:58:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-06 02:58:48 +0000 |
commit | d0f6725090e8c65434666ec8d848b19ac6024292 (patch) | |
tree | b462374f5fb5da204a76765b0f7c1487e2999ddd /src/backend/utils/adt/tsquery_gist.c | |
parent | 7b99b2aede7f177e7186b8dc71822586a2d513a9 (diff) | |
download | postgresql-d0f6725090e8c65434666ec8d848b19ac6024292.tar.gz postgresql-d0f6725090e8c65434666ec8d848b19ac6024292.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/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions