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).
---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly