Re: psql and md5

From: Simon Windsor <simon(dot)windsor(at)cornfield(dot)org(dot)uk>
To: pgsql List <pgsql-general(at)postgresql(dot)org>
Subject: Re: psql and md5
Date: 2004-08-02 17:21:17
Message-ID: 200408021821.17860.simon.windsor@cornfield.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

You can always generate the md5 password using perl/php and store the password
in database. I believe the next version of pgsql will have an internal md5
function.

Simon

On Monday 02 August 2004 15:43, John DeSoi wrote:
> Is there a way to provide a md5 password directly to psql? I'm aware of
> pgpass but I would like to store a md5 password in some other location
> and then use it to execute commands with psql.
>
> Thanks,
>
> John DeSoi, Ph.D.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Simon Windsor
Email: simon(dot)windsor(at)cornfield(dot)org(dot)uk
Tel: 01454 617689
Mob: 07960 321599

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Prabu Subroto 2004-08-02 17:30:33 one view for 2 different tables
Previous Message Janning Vygen 2004-08-02 16:55:19 Re: How to use as Functional Index to be used as Primary KEY