On 4/10/07, Peter Eisentraut <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend