Re: how _not_ to log? - Mailing list pgsql-general

From Ray Stell
Subject Re: how _not_ to log?
Date
Msg-id 5D500121-9F17-49A0-9C1B-0BAF32DD754B@vt.edu
Whole thread Raw
In response to Re: how _not_ to log?  (Tim Spencer <tspencer@cloudpassage.com>)
List pgsql-general
On Jul 26, 2013, at 1:42 PM, Tim Spencer wrote:
> On Jul 25, 2013, at 11:45 PM, Joe Van Dyk <joe@tanga.com> wrote:
>> Have chef supply the password in encrypted format.
>>
>   I was hoping that somebody would be able to solve my logging issue instead of me having to rejigger my nice
centralizedpassword system.   

Another "rejigger" idea would be to use psql meta-command:
    \password fred
It logs a little more friendly:
    2013-07-26 13:59:58 EDT,0,idle LOG:  00000: statement: ALTER USER fred PASSWORD
'md5af0d89ddc522353ffe41de823a94c0e1'
http://www.postgresql.org/docs/9.2/interactive/app-psql.html

pgsql-general by date:

Previous
From: Tim Spencer
Date:
Subject: Re: how _not_ to log?
Next
From: Jeff Janes
Date:
Subject: Re: how _not_ to log?