Re: [DOCS] uuid type not documented - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: [DOCS] uuid type not documented
Date
Msg-id e51f66da0704102346i53064150o4c0f0108288fbacd@mail.gmail.com
Whole thread Raw
In response to Re: [DOCS] uuid type not documented  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 4/10/07, Peter Eisentraut <peter_e@gmx.net> wrote:
> The problem is that most of the standard methods are platform dependent, as
> they require MAC addresses or a "good" random source, for instance.

FYI: good random source is already available in pgcrypto,
it uses either OpenSSL RAND_bytes() or internal strong PRNG.

-- 
marko


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Question about SHM_QUEUE
Next
From: Tom Lane
Date:
Subject: Re: CIC and deadlocks