Re: How to mask password when using ALTER USER syntax in psql.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to mask password when using ALTER USER syntax in psql.
Дата
Msg-id 6517.1252609408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to mask password when using ALTER USER syntax in psql.  (Lewis Kapell <lkapell@setonhome.org>)
Список pgsql-admin
Lewis Kapell <lkapell@setonhome.org> writes:
> ... psql contains a command \password that can be used
> to safely change a role's password.

FWIW, all that's doing is pre-encrypting the password and sending
ALTER ROLE WITH ENCRYPTED PASSWORD '...';

            regards, tom lane

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

Предыдущее
От: Lewis Kapell
Дата:
Сообщение: Re: How to mask password when using ALTER USER syntax in psql.
Следующее
От: "Keller, Oliver"
Дата:
Сообщение: integer import problem