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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/commands (sequence.c)
Дата
Msg-id 200012082006.eB8K6wN13661@hub.org
обсуждение исходный текст
Список pgsql-committers
  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...

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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref (create_sequence.sgml)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/commands (sequence.c)