Re: BUG #1139: Auto-increment and Rollback

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: BUG #1139: Auto-increment and Rollback
Дата
Msg-id 20040420005747.GA19205@wolff.to
обсуждение исходный текст
Ответ на BUG #1139: Auto-increment and Rollback  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
On Mon, Apr 19, 2004 at 20:16:15 -0300,
  PostgreSQL Bugs List <pgsql-bugs@postgresql.org> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      1139
> Logged by:          Emil Tarazi
>
> Email address:      emil@cmu.edu
>
> PostgreSQL version: 7.4
>
> Operating system:   Linux
>
> Description:        Auto-increment and Rollback
>
> Details:
>
> If a query is called within a BEGIN-COMMIT/ROLLBACK block that
> auto-increments some field, a ROLLBACK will not decrement that field.

Assuming you are refering to sequences, that's the way it is supposed
to work.
You really should only be using sequences to get unique values.
Within a single session expecting the values to be monotonically
increasing is also valid. Other than that you shouldn't be making
any assumptions about the relation between returned values.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1140: Auto-increment and Rollback
Следующее
От: dinar@yantel.ru
Дата:
Сообщение: Record type and ROW type in pl/pgsql functions