Re: Full GUID support

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Full GUID support
Date: 2011-07-12 18:56:03
Message-ID: 4E1C98C3.2050109@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thom,

> The functions to produce UUIDs are in contrib, but the UUID data type
> itself is in core. You get the type uuid whether you install the
> contrib module or not.
>
> http://www.postgresql.org/docs/current/static/datatype-uuid.html

Oh!

I guess that shows you how much I use the type then.

Well, in that case, this whole discussion is moot unless someone is
offering to write us a UUID generator from scratch. Is someone doing so?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2011-07-12 18:57:44 Re: Deferred partial/expression unique constraints
Previous Message David E. Wheeler 2011-07-12 18:45:19 Arrays of Records in PL/Perl