On Jul 26, 2013, at 1:42 PM, Tim Spencer wrote:
> On Jul 25, 2013, at 11:45 PM, Joe Van Dyk <j...@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 centralized password 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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to