Re: On Rollback my sequency does not back the initial value

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: On Rollback my sequency does not back the initial value
Дата
Msg-id 20061005191621.GA23352@a-kretschmer.de
обсуждение исходный текст
Ответ на On Rollback my sequency does not back the initial value  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Список pgsql-sql
am  Thu, dem 05.10.2006, um 15:50:58 -0300 mailte Ezequias Rodrigues da Rocha folgendes:
> Hi,
> 
> I am implementing a function that execute a rollback then some exception is
> throwed.
> 
> The problem is that my nextval('mysequency') does not return to the initial
> value when the rollback is executed.

Right, a sequence doesn't rollback.

-- cite:
Advance the sequence object to its next value and return that value.
This is done atomically: even if multiple sessions execute nextval
concurrently, each will safely receive a distinct sequence value.
--

Source:
http://www.postgresql.org/docs/8.1/interactive/functions-sequence.html


HTH, Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net


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

Предыдущее
От: "William Leite Araújo"
Дата:
Сообщение: Postgresql quey planner
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql quey planner