Re: [GENERAL] UUID's as primary keys - Mailing list pgsql-hackers

From Sander Steffann
Subject Re: [GENERAL] UUID's as primary keys
Date
Msg-id 007c01c6a122$03dbe320$64c8a8c0@balefirehome
Whole thread Raw
In response to Re: [GENERAL] UUID's as primary keys  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Hi,

Just MHO:

> 1) The added 128-bit type should take the form of:
> 
>    c) UUID, with only encode/decode/indexable - generic except for the
>       name of the type, and the encoding format.
> 
> 2) According to your answer in 1), the added 128-bit type should be:
> 
>    a) In core first.

1c is what I would need. 1b or 1a would be nice to have.

- Sander




pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: [GENERAL] UUID's as primary keys
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Help with casting and comparing.