Re: [HACKERS] Re: sequences vs. transactions

Поиск
Список
Период
Сортировка
От Vazsonyi Peter
Тема Re: [HACKERS] Re: sequences vs. transactions
Дата
Msg-id Pine.LNX.4.04.9905161510250.3625-100000@sp1.szif.hu
обсуждение исходный текст
Ответ на Re: sequences vs. transactions  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 11 May 1999, Bruce Momjian wrote:
> Sequence numbers are not re-used like normal transactions.  The reason
> for this is that we would have to lock the sequence table for the entire
> duration of the transaction until it was committed if we wanted to do
> that.
> 
> 
> -- 
>   Bruce Momjian                        |  http://www.op.net/~candle
>   maillist@candle.pha.pa.us            |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> 
Correct. ;-/. Thanx.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] select + order by
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Syntax of LOCK TABLE ...