Rollback sequence reset on TRUNCATE rollback patch

Поиск
Список
Период
Сортировка
От Steve Singer
Тема Rollback sequence reset on TRUNCATE rollback patch
Дата
Msg-id 4CC6E006.7020403@ca.afilias.info
обсуждение исходный текст
Ответы Re: Rollback sequence reset on TRUNCATE rollback patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The attached patch modifies TRUNCATE ... RESTART IDENTITY so that if the
transaction rolls back the restart of the sequence will also be rolled back.

It follows the general outline discussed at
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00550.php of
assigning a new reffilenode to the sequence.


I will add this to the next commitfest.


Steve

Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: add label to enum syntax
Следующее
От: Robert Haas
Дата:
Сообщение: Re: add label to enum syntax