Обсуждение: pgsql/src/include/commands (sequence.h)

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

pgsql/src/include/commands (sequence.h)

От
Tom Lane
Дата:
  Date: Sunday, June 11, 2000 @ 16:07:42
Author: tgl

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

Modified Files:
    sequence.h

-----------------------------  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.