Re: UUID datatype - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: UUID datatype
Date
Msg-id Pine.BSO.4.64.0802161113490.495@leary.csoft.net
Whole thread Raw
In response to Re: UUID datatype  (ntr <kfeezh@gmail.com>)
Responses Re: UUID datatype  (Andrew <archa@pacific.net.au>)
List pgsql-jdbc

On Sun, 17 Feb 2008, ntr wrote:

> java.util.UUID and UUID in PG they are different things.
> it's better to map THAT to a PGuuid class!
>

Could you be more clear on what the differences are?  While the
java.util.UUID class specifically mentions the Leach-Salz variant, it
seems like it supports other versions as well.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: UUID datatype
Next
From: Kris Jurka
Date:
Subject: Re: extra rowcopy in ResultSet allways needed ?.