pgsql/doc/src/sgml/ref (create_sequence.sgml)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/doc/src/sgml/ref (create_sequence.sgml)
Дата
Msg-id 200012082006.eB8K6wp13653@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, December  8, 2000 @ 15:06:58
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
     from hub.org:/home/projects/pgsql/tmp/cvs-serv13649/doc/src/sgml/ref

Modified Files:
    create_sequence.sgml

-----------------------------  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 по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: [WEBMASTER] 'www/html mirrors.html'
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/commands (sequence.c)