Re: SERIAL does not ROLLBACK

Поиск
Список
Период
Сортировка
От BERG Thomas
Тема Re: SERIAL does not ROLLBACK
Дата
Msg-id JLEALNIBJBBPKLKFGJNCMEHMCAAA.tberg@insight-system.co.jp
обсуждение исходный текст
Ответ на SERIAL does not ROLLBACK  (Muhammad Shariq Muzaffar <shariq77@yahoo.com>)
Ответы Re: SERIAL does not ROLLBACK  (Tim Pushor <timp@crossthread.com>)
Список pgsql-novice
I believe this is deliberate on the part of the postgresql programmers.  If
serial numbers could be rolled back, you'd have to block any other
transactions that wanted a new serial number until the first transaction had
committed.

I don't know how to get around this, but I'd think pretty carefully before I
decided to, unless I were an a single-user or extremely few-user scenario.

Berg

-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org]On Behalf Of Muhammad Shariq
Muzaffar
Sent: Wednesday, March 12, 2003 4:21 PM
To: pgsql-sql@postgresql.org
Cc: pgsql-novice@postgresql.org
Subject: [NOVICE] SERIAL does not ROLLBACK


hi
i have a table named 'mytable' with a column of type
serial. After inserting tuples in a transaction, when
i rollback the transaction the serial number does not
come back to its original value and next time when i
insert the data, it start with the incremented value.
WHY?? how can i make it to come back to its orignial
value in case of rollback.

thanx in advance...

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


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

Предыдущее
От: Muhammad Shariq Muzaffar
Дата:
Сообщение: SERIAL does not ROLLBACK
Следующее
От: "Jules Alberts"
Дата:
Сообщение: filtering out doubles with SELECT