]> granicus.if.org Git - postgresql/commit
Kris Jurka pointed out that the qualified_name production wasn't
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Nov 2004 04:02:20 +0000 (04:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Nov 2004 04:02:20 +0000 (04:02 +0000)
commit3a372d61d0799ea82124887262d18ca21e385f22
treebf31de187771f9e9a6f74b327f80cfce862f6228
parent0d1ca2a474dc0ff9595f6401dae50dd17e0100da
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.
src/backend/parser/gram.y