Re: [GENERAL] UUID/GUID

2010-06-17 Thread Joshua D. Drake
On Thu, 2010-06-17 at 20:56 -0400, Ozz Nixon wrote: > I found a page: > > http://www.postgresql.org/docs/8.3/static/uuid-ossp.html > > Is that the only way to get UUID from postgresql? > > * We are in the midst of porting a replication product to support postgresql, > which relies on UUID

[GENERAL] UUID/GUID

2010-06-17 Thread Ozz Nixon
I found a page: http://www.postgresql.org/docs/8.3/static/uuid-ossp.html Is that the only way to get UUID from postgresql? * We are in the midst of porting a replication product to support postgresql, which relies on UUID/GUID for uniqueness instead of Sequences and Site ID's. Thanks,