Re: GUID in postgres - Mailing list pgsql-sql

From Dmitry G. Mastrukov" Дмитрий Геннадьевич Мастрюков
Subject Re: GUID in postgres
Date
Msg-id 1004139094.781.21.camel@flame-in-night
Whole thread Raw
In response to Re: GUID in postgres  (<postgresql_sql@kaiserdigital.com>)
List pgsql-sql
On Птн, 2001-10-26 at 21:14, postgresql_sql@kaiserdigital.com wrote:
> Hi
> 
> I think most of you are missing the point here.
> 
I'm missing nothing :)
"uniqueidentifier" (128-bit unique value) data type fot PostgresSQL
exists and is used at least by me. It utilizes functionality of uuid
library from widely used in Linux e2fsprogs package. Uuid library itself
can generate UUIDs with MAC/time but if /dev/urandom was detected the
true random 16 bytes will be used by default.
And yes, this type is great for primary keys.

Regards,
Dmitry 



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: GUID in postgres
Next
From: "postgresql"
Date:
Subject: serial data type