Usage of UUID with 8.3 (Windows) - Mailing list pgsql-sql

From Sven Sporer
Subject Usage of UUID with 8.3 (Windows)
Date
Msg-id 20080212090541.76470@gmx.net
Whole thread Raw
In response to Re: Usage of UUID with 8.3 (Windows)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
> > I think Windows has its own UUID generator, so the best bet would be to
> > make that work.
> 
> Only if it can be made to present the same SQL-level API as we have for
> OSSP.  Otherwise we'll be faced with boatloads of platform-dependent
> client code ...

I'm just curious, but why aren't those features included in the Windows version in order to prevent platform-dependent
developmentin that direction? The same Postgres version now essentially provides different features depending on the
platform.

I understand now that you just want to provide the facilities for UUID handling (datatype). You have to agree that a
functionto create a v4 UUID based on a randomly generated number (see MySQL: UUID()) would be useful though.
 



pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Backward compatibility psql 8.1 to 8.2
Next
From: "Shavonne Marietta Wijesinghe"
Date:
Subject: Re: Check before INSERT INTO