Обсуждение: pgsql/src/backend/parser parse_func.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/parser parse_func.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.