Re: guid/uuid datatype - Mailing list pgsql-patches

From Neil Conway
Subject Re: guid/uuid datatype
Date
Msg-id 1169743703.5447.33.camel@localhost.localdomain
Whole thread Raw
In response to Re: guid/uuid datatype  (Gevik Babakhani <pgdev@xs4all.nl>)
Responses Re: guid/uuid datatype  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-patches
On Sun, 2007-01-21 at 00:17 +0100, Gevik Babakhani wrote:
> So.. do we agree for uuid to be included in the core?

I'd be curious to know the degree to which the proposed patch is
consistent with RFC 4122, which AFAIK is the most recent relevant
standard.

With regard to functions for generating UUIDs, I think we should at
least include the methods specified by RFC 4122 that can be implemented
without too many unportable assumptions. I believe that means MD5 & SHA1
hashing of an arbitrary identifier, and UUIDs generated via a PSRNG.

-Neil



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting rid of warnings
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: guid/uuid datatype