]> granicus.if.org Git - postgresql/commit
Further tweaking of error messages for cases involving attributes &
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Apr 2001 22:25:31 +0000 (22:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Apr 2001 22:25:31 +0000 (22:25 +0000)
commit23436bd530b296f8c56b8b73853b3f010898165f
treef81983cd64a3e055909969a2618788a009cbf4bc
parent645ebc0403936e97ab62e5302280aa8cf99aee08
Further tweaking of error messages for cases involving attributes &
functions of join or subselect aliases.  It'd be awfully nice if this
code knew for sure whether it was dealing with 'x.f' or 'f(x)' syntax;
maybe we can fix that in a future cycle.
src/backend/parser/parse_func.c