Hi!
I'm on a project that deals with a users database... Every user gets a
id assigned. If he cancles his account, the next user to register will
get his id. Would you do this? Or just let there be gaps between user
ids?
I guess just using a serial data type and don't care about gaps is the
fastest way...
Cya Chris