Re: Auto incrementing primary keys

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Auto incrementing primary keys
Дата
Msg-id 47B9C6B7.5020609@iol.ie
обсуждение исходный текст
Ответ на Re: Auto incrementing primary keys  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: Auto incrementing primary keys
Список pgsql-general
On 18/02/2008 17:46, Raymond O'Donnell wrote:

> Well, that depends on your usage, so only you can answer that. According
> to the docs, "serial" creates an integer column,  which will give you
> 2147483647 values - how quickly will you use that lot up? If you think
> you will run out, by all means use bigserial.

Actually, that isn't quite right - just looked at the docs for CREATE
SEQUENCE, and the default maximum value is 2^63-1.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Initdb failed in PostgreSQL 7.3.21
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Auto incrementing primary keys