Re: Re: 7.2 items
Gilles Darold <gilles@darold.net>
From: Gilles DAROLD <gilles@darold.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2001-05-14T15:03:18Z
Lists: pgsql-hackers
Franck Martin wrote: > I think OID should be truly unique in the world as to make it easier for > replication. If OID are real unique number (not in a table, not in a > database, but in the world) then replication can be easily built with > OIDs... The Apache server has a UNIQUE_ID implementation and it is really unique in the world, I use it for my web apps. Their implementation is really simple an works fine. It is 19 alphanumeric bytes long. Regards,