Re: Log of CREATE USER statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Log of CREATE USER statement
Дата
Msg-id 676.1134156427@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Log of CREATE USER statement  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> 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.

Not a bad idea.  It'd at least keep the cleartext password firmly on the
client side.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Min Xid problem proposal
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Foreign key trigger timing bug?