TODO item: GUID

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO item: GUID
Date: 2006-09-05 09:29:40
Message-ID: 1157448580.28278.13.camel@voyager.truesoftware.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2006-09-05 09:30:25 Re: ECPG regression failures on OpenBSD
Previous Message Marko Kreen 2006-09-05 08:57:54 Gen_fmgrtab.sh fails with LANG=et_EE