Re: GUID in postgres

From: John Hasler <john(at)dhh(dot)gt(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: GUID in postgres
Date: 2001-10-24 17:41:11
Message-ID: 87adyhx7ew.fsf@toncho.dhh.gt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Josh writes:
> I'm sure you could make your own GUID, whatever one is.

Globally Unique IDentifier, probably. Just hash a 128 bit random number
with the current date.
--
John Hasler
john(at)dhh(dot)gt(dot)org
Dancing Horse Hill
Elmwood, Wisconsin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-10-24 17:49:21 Re: [GENERAL] Using an SMP machine to make multiple indices on the same
Previous Message Bruce Momjian 2001-10-24 17:35:31 Re: Getting OID after Insert

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-10-24 18:43:48 Cross-posting (was Re: GUID in postgres)
Previous Message Josh Berkus 2001-10-24 15:31:51 Re: GUID in postgres