Re: Full GUID support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Full GUID support
Date
Msg-id 4081.1309726956@sss.pgh.pa.us
Whole thread Raw
In response to Re: Full GUID support  (Dave Page <dpage@pgadmin.org>)
Responses Re: Full GUID support
Re: Full GUID support
List pgsql-hackers
Dave Page <dpage@pgadmin.org> writes:
> Even If that weren't the case, integrating the type wouldn't fix the
> problem anyway, unless you're suggesting we implement our own UUID
> generator (which isn't nearly as straightforward as it might seem, as
> I understand it)..

Yeah.  If there were One True Way to create a UUID, I would probably
agree that we should push that functionality into core.  But there are
a lot of ways (and the reason for that is that they all suck in one
fashion or another :-().  Between that and the lack of portability of
many of the better ways, this is something I'm happy to keep at arm's
length.

Michael: this is something that was discussed before, when we agreed
to put the uuid type but not the generator functions in core.  See
the archives.  Nothing about the situation has changed since then.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Full GUID support
Next
From: Brar Piening
Date:
Subject: Re: %ENV warnings during builds