On Tue, 19 Oct 2004, owenn panng wrote:
> I can generate the same password that matches the one stored in
> pg_shadow. So how do I specify that the password I am sending is in
> MD5? Any help would be appreciated.
You don't. The JDBC driver sends the database and user name it wants to
connect to to the server. The server sends back the password format to
use (if any) and the driver responds with the password in that format. So
there's nothing you need to do, you just specify the password in plain
text as normal.
Kris Jurka