Re: function for creating random id

From: Moritz Sinn <moritz(at)freesources(dot)org>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: function for creating random id
Date: 2002-04-15 19:21:16
Message-ID: m3d6x0bwer.fsf@freesources.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruno Wolff III <bruno(at)wolff(dot)to> writes:

> Do the IDs really need to be random? Is the order that users were created
> in really secret information?
>
> If they don't, you can use a sequence to allocate IDs.

yes, i think it would be better if they're random.

--
Feel free to contact me (flames about my english and the useless of this
driver will be redirected to /dev/null, oh no, it's full...).
-- Michael Beck, describing the PC-speaker sound device

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-04-15 19:23:22 Re: psql and passwords
Previous Message Gunther Schadow 2002-04-15 19:21:10 Re: User-Defined Datatypes