Thread: pgsql/src/backend/parser (parse_relation.c parse_agg.c)

pgsql/src/backend/parser (parse_relation.c parse_agg.c)

From
Tom Lane
Date:
  Date: Monday, September 25, 2000 @ 14:14:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv72180/backend/parser

Modified Files:
    parse_relation.c parse_agg.c

-----------------------------  Log Message  -----------------------------

Use variable aliases, if supplied, rather than real column names in
complaints about ungrouped variables.  This is for consistency with
behavior elsewhere, notably the fact that the relname is reported as
an alias in these same complaints.  Also, it'll work with subselect-
in-FROM where old code didn't.