Обсуждение: pgsql-server/src/backend/parser gram.y

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

pgsql-server/src/backend/parser gram.y

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/09/05 18:52:49

Modified files:
    src/backend/parser: gram.y

Log message:
    Fix some operator-precedence problems.  New constructs IS DISTINCT FRM
    and IS [NOT] OF were not being parsed consistently with other IS forms.
    Also, make the world a little safer for functions named LEFT, RIGHT, etc.