alter user log entry, too much information ;)

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: alter user log entry, too much information ;)
Date: 2007-04-06 19:35:59
Message-ID: 20070406193559.GA27920@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

8.2.3

I did an alter user:
template1=# alter user myadminuserid encrypted password 'myadminuseridpw';

which cut the this log entry:
template1,21579,myadminuserid,2007-04-06 15:11:19.575 EDT,46169b35.544b,3,2007-04-06 15:10:45 EDT,594,idle LOG: statement: alter user myadminuserid encrypted password 'myadminseridpw';

seems like the encrypted version of 'myadminseridpw' would be a good idea
in the log. Is there away to config that?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-06 22:08:27 Re: alter user log entry, too much information ;)
Previous Message Tom Lane 2007-04-06 17:45:28 Re: Setting sqlstate in plpgsql function