MySQL PASSWORD('x') function workalike - Mailing list pgsql-general

From Nate Lawson
Subject MySQL PASSWORD('x') function workalike
Date
Msg-id Pine.BSF.4.21.0010181510130.51339-100000@rootlabs.com
Whole thread Raw
Responses Re: MySQL PASSWORD('x') function workalike
Re: MySQL PASSWORD('x') function workalike
List 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



pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: Any risk in increasing BLCKSZ to get larger tuples?
Next
From: Yohans Mendoza
Date:
Subject: to_char function