Re: (no subject) - Mailing list pgsql-sql

From Tom Lane
Subject Re: (no subject)
Date
Msg-id 29382.1055425335@sss.pgh.pa.us
Whole thread Raw
In response to Re: (no subject)  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-sql
Achilleus Mantzios <achill@matrix.gatewaynet.com> writes:
> On Thu, 12 Jun 2003, A. Van Hook wrote:
>> When updating from 7.2.3 to 7.3.3 we have lost the ability to see the 
>> passwords in pg_shadow. Is there a way to decrypt the passwords?

> But you still can do
>  ALTER USER foo UNENCRYPTED password 'bar';  

Also, there is a postgresql.conf setting that will make UNENCRYPTED
the default, same as before (although I fail to understand why anyone
would think that's a good idea ;-))
        regards, tom lane


pgsql-sql by date:

Previous
From: David Pradier
Date:
Subject: Re: How to make a IN without a table... ?
Next
From: Robert Treat
Date:
Subject: control structures in plpgsql