diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-08 04:02:20 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-08 04:02:20 +0000 |
commit | 3a372d61d0799ea82124887262d18ca21e385f22 (patch) | |
tree | bf31de187771f9e9a6f74b327f80cfce862f6228 /src/tutorial/basics.source | |
parent | 0d1ca2a474dc0ff9595f6401dae50dd17e0100da (diff) | |
download | postgresql-3a372d61d0799ea82124887262d18ca21e385f22.tar.gz postgresql-3a372d61d0799ea82124887262d18ca21e385f22.zip |
Kris Jurka pointed out that the qualified_name production wasn't
working as intended --- for some reason, FROM a.b.c was getting
parsed as if it were a function name and not a qualified name.
I think there must be a bug in bison, because it should have
complained that the grammar was ambiguous. Anyway, fix it along
the same lines previously used for func_name vs columnref, and get
rid of the right-recursion in attrs that seems to have confused
bison.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions