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

From Peter Eisentraut
Subject Re: Usage of UUID with 8.3 (Windows)
Date
Msg-id 200802171620.41949.peter_e@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
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Tom Lane wrote:
> >> Figure out how to build ossp-uuid on Windows ...
> >
> > 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 ...

Indeed.  Linux, for example, also has "its own" UUID generator, but I 
intentionally used the OSSP library, because it is platform independent.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-sql by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Backward compatibility psql 8.1 to 8.2
Next
From: Peter Eisentraut
Date:
Subject: Re: PostgreSQL does not support updateable cursors