Re: Column with recycled sequence value

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Column with recycled sequence value
Дата
Msg-id 1105649326.24795.99.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Column with recycled sequence value  (KÖPFERL Robert <robert.koepferl@sonorys.at>)
Ответы Re: Column with recycled sequence value  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-sql
On Thu, 2005-01-13 at 11:08, KÖPFERL Robert wrote:
> Hi,
>
> suppose I have a let's say heavy used table. There's a column containing
> UNIQUE in4
> values. The data type musn't exceed 32-Bit. Since however the table is heavy
> used 2^32 will be reached soon and then? There are far less than 4G-records
> saved thus these values may be reused. How can this be accomplished?
>
> I already defined a sequence but then?

Redefine it as a bigserial?


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Column with recycled sequence value
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Column with recycled sequence value