Re: converting to MD5 - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: converting to MD5
Date
Msg-id 41755B69.1030408@hogranch.com
Whole thread Raw
In response to converting to MD5  (owenn panng <trilogy@gmail.com>)
List pgsql-jdbc
owenn panng wrote:
> Hi there, I was wondering what is needed to done on both the postgres
> & client side to connect via MD5.

with 7.4.x and 8, at least, you don't need to do anything special, the client
libraries take care of it transparently.   the pg_shadow file is created
automatically when you use
    ALTER USER username WITH ENCRYPTED PASSWORD 'password';

as a SQL statement.  (actually, it appears it uses $PGDATA/global/pg_pwd for
this if you don't specify anything else).


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: converting to MD5
Next
From: Oliver Jowett
Date:
Subject: Re: Avoiding explicit addDataType calls for PostGIS