From: | Ottavio Campana <ottavio(at)campana(dot)vi(dot)it> |
---|---|
To: | Alban Hertroys <alban(at)magproductions(dot)nl> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: database design questions |
Date: | 2006-04-04 08:57:54 |
Message-ID: | 44323512.4000207@campana.vi.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | venu gopal | 2006-04-04 08:59:26 | How can i import .backup file into the database |
Previous Message | patrick | 2006-04-04 07:45:48 | recover from base directory? |