pgsql/src/backend/parser parse_func.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser parse_func.c
Date: 2001-04-18 22:25:32
Message-ID: 200104182225.f3IMPW613043@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/18 18:25:32

Modified files:
src/backend/parser: parse_func.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-04-19 02:34:35 pgsql/src/backend/utils/mb wchar.c
Previous Message Peter Eisentraut - PostgreSQL 2001-04-18 20:53:09 pgsql/src/bin/psql command.c