pgsql/src/backend/parser (parse_func.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/parser (parse_func.c)
Дата
Msg-id 200006112008.e5BK80317731@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, June 11, 2000 @ 16:08:00
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv17194/src/backend/parser

Modified Files:
    parse_func.c

-----------------------------  Log Message  -----------------------------

Update sequence-related functions to new fmgr style.  Remove downcasing,
quote-stripping, and acl-checking tasks for these functions from the
parser, and do them at function execution time instead.  This fixes
the failure of pg_dump to produce correct output for nextval(Foo)
used in a rule, and also eliminates the restriction that the argument
of these functions must be a parse-time constant.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/catalog (pg_proc.h)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/contrib/spi (autoinc.c)