Would you do this?

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org>
Subject: Would you do this?
Date: 2001-05-05 22:39:20
Message-ID: 000001c0d5b4$39febfc0$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Tomblin 2001-05-05 22:59:48 Re: Would you do this?
Previous Message Dave Cramer 2001-05-05 21:35:40 Re: Web-based Problem/Project tracking system ...