TODO item: GUID - Mailing list pgsql-hackers

From Gevik Babakhani
Subject TODO item: GUID
Date
Msg-id 1157448580.28278.13.camel@voyager.truesoftware.net
Whole thread Raw
Responses Re: TODO item: GUID  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
I have two questions regarding the GUID todo item...

1. Do we want to have a new datatype for that or just a macro like the
SERIAL type? 

create table bla
(  my_pk GUID  /* that is my_pk varchar(32) DEFAULT 'new_guid()' */
)

2. Didn't we have a contrib module doing the GUID?

Regards,
Gevik.





pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: pgcrypto deprecated functions?
Next
From: Chris Mair
Date:
Subject: Re: ECPG regression failures on OpenBSD