Re: what happens when id overflows for db tables...

2006-08-09 Thread Malcolm Tredinnick
On Wed, 2006-08-09 at 10:11 +, a wrote: > in the db, id is an int4 and it is incremented everytime a new insert > is done, deleted ids arent used, so if id overflows its limit what > happens, how do we handle this Presumably the database raises an error. If you're going to do more than 2.1 b

what happens when id overflows for db tables...

2006-08-09 Thread a
in the db, id is an int4 and it is incremented everytime a new insert is done, deleted ids arent used, so if id overflows its limit what happens, how do we handle this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups