MySQL PASSWORD('x') function workalike

From: Nate Lawson <nate(at)rootlabs(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: MySQL PASSWORD('x') function workalike
Date: 2000-10-18 22:11:12
Message-ID: Pine.BSF.4.21.0010181510130.51339-100000@rootlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In MySQL, I can get a hash of a VARCHAR by using the PASSWORD('') call. I
know for DB admin there is pg_passwd, but is there a function interface so
that I can get password hashes of arbitrary strings in SQL? (Note that I
mean crypto hashes like MD5 and hopefully compatible with the hashes used
for pg_passwd).

Thanks,
Nate

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2000-10-18 22:24:28 Re: Any risk in increasing BLCKSZ to get larger tuples?
Previous Message Philip Hallstrom 2000-10-18 21:46:36 Any risk in increasing BLCKSZ to get larger tuples?