Re: PASSWORD() function for postgresql?

From: Philip Hallstrom <philip(at)adhesivemedia(dot)com>
To: Jason DiCioccio <geniusj(at)bluenugget(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PASSWORD() function for postgresql?
Date: 2001-07-23 18:13:27
Message-ID: 20010723111237.C6856-100000@oddjob.adhesivemedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 postgresql PASSWORD() function that
> produces hashes compatible with MySQL's implementation.
>
> I am converting from MySQL and I know of no other way to
> use the passwords I have in the old database other than
> having a compatible PASSWORD() function.
>
> I have searched around for one quite a bit but could not find
> one. Does anyone know if someone has written something
> to do this already? If so, where I can get it from?
>
> I am off the list so please include me in CC, etc.
>
> Thanks in advance,
> Jason DiCioccio
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-07-23 18:19:23 Re: [SQL] What's wrong with this syntax?
Previous Message Keith Irwin 2001-07-23 18:04:00 Re: Does dropping a column from a table mess up foreign keys?