password encryption - Mailing list pgsql-sql

From Silesky Marketing Inc, Support
Subject password encryption
Date
Msg-id 00d001bff32d$dd5b0170$8d742440@admin
Whole thread Raw
Responses Re: password encryption
List pgsql-sql
Hello,

I want to encrypt passwords with Postgresql the way mySQL does it with :

UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';

How can I do that ?

Thanks a lot,

Laurent



pgsql-sql by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Timestamp indexes
Next
From: Tom Lane
Date:
Subject: Re: Timestamp indexes