Re: How to create "auto-increment" field WITHOUT a sequence object?

Поиск
Список
Период
Сортировка
От Vincent Veyron
Тема Re: How to create "auto-increment" field WITHOUT a sequence object?
Дата
Msg-id 1309701844.4502.18.camel@asus-1001PX.home
обсуждение исходный текст
Ответ на Re: How to create "auto-increment" field WITHOUT a sequence object?  (Dmitriy Igrishin <dmitigr@gmail.com>)
Ответы Re: How to create "auto-increment" field WITHOUT a sequence object?  (Dmitriy Igrishin <dmitigr@gmail.com>)
Список pgsql-general
Le vendredi 01 juillet 2011 à 12:28 +0400, Dmitriy Igrishin a écrit :


> Then I don't clearly understand the existence of locks (the LOCK
> command, SELECT FOR UPDATE clause and so on) if the usage
> of them gives only problems...
>

Chris already explained why twice :

"you MUST lock on insert to get gapless sequences"

Can't you just :
-create the records with a regular sequence, that will have gaps
-when you want to export, number an additional column from 1 to 10 000
and use that as key
?
--
Vincent Veyron
http://marica.fr/
Logiciel de gestion des sinistres et des contentieux pour le service juridique


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: out of memory error
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: How to create "auto-increment" field WITHOUT a sequence object?