[GENERAL] Re: PASSWORD() function for postgresql?

2001-07-23 Thread Philip Hallstrom
You could take the password hashing routine out of client/password.c (in the mysql source) and write your own C function... I know just enough C to think that it shouldn't be that hard, but not enough to do it :) -philip On Sun, 15 Jul 2001, Jason DiCioccio wrote: I am looking for a

Re: [GENERAL] Re: PASSWORD() function for postgresql?

2001-07-23 Thread wsheldah
: [EMAIL PROTECTED] (bcc: Wesley Sheldahl/Lex/Lexmark) Subject: [GENERAL] Re: PASSWORD() function for postgresql? You could take the password hashing routine out of client/password.c (in the mysql source) and write your own C function... I know just enough C to think that it shouldn't