Wouldn't it be faster/better/easier if Postgres just had its own built in UUID generator? Last I tested generating a bunch of UUIDs, it was quite slow (well compared to MS SQL anyway)..
On Wed, Jun 15, 2011 at 10:23 PM, Tom Lane <[email protected]> wrote: > Mike Christensen <[email protected]> writes: >> Did anyone ever fix the annoying thing where uuid_generate_v4() >> doesn't work on Windows 64bit? > > AFAIR that was an issue with the uuid-ossp library, so it would be a > matter for that upstream group to deal with. > > regards, tom lane > -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
