Re: [GENERAL] MySQL PASSWORD('x') function workalike

2000-10-19 Thread Marko Kreen
On Wed, Oct 18, 2000 at 03:11:12PM -0700, Nate Lawson wrote: > 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 c

Re: [GENERAL] MySQL PASSWORD('x') function workalike

2000-10-18 Thread Neil Conway
On Wed, Oct 18, 2000 at 03:11:12PM -0700, Nate Lawson wrote: > 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 c