Обсуждение: pgsql/src/backend/utils/adt ruleutils.c

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

pgsql/src/backend/utils/adt ruleutils.c

От
tgl@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/26 16:15:14

Modified files:
    src/backend/utils/adt: ruleutils.c

Log message:
    Change display of FieldSelect nodes from arg.field to field(arg),
    per bug report from Stefan Hadjistoytchev.  There are some cases
    where the dot notation works, but there are more where it doesn't.
    Eventually ought to consider fixing the parser to allow cases like
    func().field, but for now this is the simplest patch.