Re: Analogue to SQL Server UniqueIdentifier? - Mailing list pgsql-general

From jerry.evans@chordia
Subject Re: Analogue to SQL Server UniqueIdentifier?
Date
Msg-id 026101c87250$dce11db0$0565a8c0@p424
Whole thread Raw
In response to Analogue to SQL Server UniqueIdentifier?  ("jerry.evans@chordia" <jerry.evans@chordia.co.uk>)
List pgsql-general
Thanks Bill.

I discovered that 8.3 supports a UUID datatype. Thus a CREATE DOMAIN
uniqueidentifier AS uuid works fine for the aliasing. There are no SQL
Server style functions for UUID creation but I can handle this in the client
code. Works a treat.

Jerry



pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Analogue to SQL Server UniqueIdentifier?
Next
From: Enrico Sirola
Date:
Subject: Re: questions about very large table and partitioning