"carter ck" <[EMAIL PROTECTED]> writes:
> I am wonderring if it is a good practice to use SERIAL index as primary key,
> as it is only available up to 9999999?
Where in the world did you get that idea?
SERIAL goes up to 2^31 (2 billion); if you need more use BIGSERIAL.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly