Re: how _not_ to log?

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: how _not_ to log?
Дата
Msg-id 5D500121-9F17-49A0-9C1B-0BAF32DD754B@vt.edu
обсуждение исходный текст
Ответ на Re: how _not_ to log?  (Tim Spencer <tspencer@cloudpassage.com>)
Список 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 по дате отправления:

Предыдущее
От: Tim Spencer
Дата:
Сообщение: Re: how _not_ to log?
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: how _not_ to log?