pgsql-server: Split out everything that looks like a function call from

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Split out everything that looks like a function call from
Дата
Msg-id 20040929233942.F23FC329F49@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Split out everything that looks like a function call from c_expr into
a separate production func_expr.  This allows us to accept all these
variants in the backwards-compatible syntax for creating a functional
index; which beats documenting exactly which things work and which don't.
Interestingly, it also seems to make the generated state machine a little
bit smaller.

Modified Files:
--------------
    pgsql-server/src/backend/parser:
        gram.y (r2.475 -> r2.476)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.475&r2=2.476)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Add Farsi version of FAQ.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Come to think of it, functions in FROM have the same