From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
Cc: | "A(dot) Van Hook" <hook(at)kcp(dot)com>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: (no subject) |
Date: | 2003-06-12 13:42:15 |
Message-ID: | 29382.1055425335@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Treat | 2003-06-12 14:13:47 | control structures in plpgsql |
Previous Message | David Pradier | 2003-06-12 12:49:17 | Re: How to make a IN without a table... ? |