Re: database design questions

Поиск
Список
Период
Сортировка
От Ottavio Campana
Тема Re: database design questions
Дата
Msg-id 44323512.4000207@campana.vi.it
обсуждение исходный текст
Ответ на Re: database design questions  (Alban Hertroys <alban@magproductions.nl>)
Список pgsql-general
Alban Hertroys wrote:
> Ottavio Campana wrote:
>
>>>   CREATE TABLE person (
>>>       id   SERIAL,
>>>       name TEXT
>>>   );
>
>
>> how can I do it with a INT8 instead of a INT4?
>
>
> Do you really expect that sequence to reach over 2 billion? Otherwise
> I'd stick with the SERIAL, nothing wrong with that unless you're selling
> electrons seperately or something like that (hmm... how much are they? I
> sure could use a few extra).

I agree wih you, but I think that in the feature the could be more than
2 billions. I don't want to alter in the future the database

--
Non c'è più forza nella normalità, c'è solo monotonia.


Вложения

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

Предыдущее
От: "patrick"
Дата:
Сообщение: recover from base directory?
Следующее
От: venu gopal
Дата:
Сообщение: How can i import .backup file into the database