pgsql-server: Come to think of it, functions in FROM have the same

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Come to think of it, functions in FROM have the same
Дата
Msg-id 20040930002434.A693032A1FB@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Come to think of it, functions in FROM have the same syntactic restriction
as CREATE INDEX did, and can be fixed the same way, for another small
improvement in usability and reduction in grammar size.

Modified Files:
--------------
    pgsql-server/src/backend/parser:
        gram.y (r2.476 -> r2.477)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.476&r2=2.477)
        parse_clause.c (r1.136 -> r1.137)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/parse_clause.c.diff?r1=1.136&r2=1.137)
        parse_target.c (r1.125 -> r1.126)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/parse_target.c.diff?r1=1.125&r2=1.126)
    pgsql-server/src/include/parser:
        parse_target.h (r1.33 -> r1.34)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/parser/parse_target.h.diff?r1=1.33&r2=1.34)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Split out everything that looks like a function call from
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql-server: Add an index entry for tablespaces.