Re: create user xxx with md5 string?

Поиск
Список
Период
Сортировка
От Gerardo Herzig
Тема Re: create user xxx with md5 string?
Дата
Msg-id 4B180B62.6060907@fmed.uba.ar
обсуждение исходный текст
Ответ на Re: create user xxx with md5 string?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Tom Lane wrote:
> Gerardo Herzig <gherzig@fmed.uba.ar> writes:
>> Hi all. Im triyng, with no success, to create a user, and set the
>> password with a md5 string.
> 
> The correct method for computing the md5'd password includes the
> username.  I think it's 'md5' || md5sum(password || username)
> but look at the code or docs.
> 
>             regards, tom lane
> 
Perfect! I could not find that in the docs.
It works. Thanks!

Gerardo


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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: create user xxx with md5 string?
Следующее
От: Uwe Maiwald
Дата:
Сообщение: get sequence name from table name