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

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

pgsql/src/backend/commands (sequence.c)

От
tgl@postgresql.org
Дата:
  Date: Friday, December  8, 2000 @ 15:06:58
Author: tgl

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

Modified Files:
    sequence.c

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

Remove error check that disallowed setval() on a sequence with cache
value greater than one.  The behavior this sought to disallow doesn't
seem any less confusing than the other behaviors of cached sequences.
Improve wording of some error messages, too.
Update documentation accordingly.  Also add an explanation that
aborted transactions do not roll back their nextval() calls; this
seems to be a FAQ, so it ought to be mentioned here...