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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/adt ruleutils.c
Дата
Msg-id 200111262115.fAQLFE630059@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc TODO
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc/TODO.detail performance