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

From Stefan Kaltenbrunner
Subject Re: guid/uuid datatype
Date
Msg-id 45B8E187.7050507@kaltenbrunner.cc
Whole thread Raw
In response to Re: guid/uuid datatype  (Neil Conway <neilc@samurai.com>)
Responses Re: guid/uuid datatype  (Neil Conway <neilc@samurai.com>)
Re: guid/uuid datatype  (Gevik Babakhani <pgdev@xs4all.nl>)
List pgsql-patches
Neil Conway wrote:
> 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.

I thought the consensus was to provide the only atatype initially and
look into providing the generator functions later or via an external
project (pgfoundry or contrib/).


Stefan

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: guid/uuid datatype
Next
From: Peter Eisentraut
Date:
Subject: Re: guid/uuid datatype