Re: Log of CREATE USER statement

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Log of CREATE USER statement
Дата
Msg-id 200512091941.36056.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Log of CREATE USER statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Log of CREATE USER statement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Log of CREATE USER statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Log of CREATE USER statement  (Simon Riggs <simon@2ndquadrant.com>)
Re: Log of CREATE USER statement  (Marko Kreen <markokr@gmail.com>)
Список pgsql-hackers
Tom Lane wrote:
> As I said already, if the user wishes the password to be secure, he
> needs to encrypt it on the client side.

Maybe we should provide a backslash command in psql for secure password 
entry, say, \password [username].  This would then ask for the password 
through a somewhat secure, unlogged channel, encrypt it, and send an 
ALTER ROLE command to the server.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Log of CREATE USER statement
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Min Xid problem proposal