Re: what are those 3 passwords for ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: what are those 3 passwords for ?
Дата
Msg-id 7813.1223900779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на what are those 3 passwords for ?  ("arnuld uttre" <arnuld.mizong@gmail.com>)
Список pgsql-general
"arnuld uttre" <arnuld.mizong@gmail.com> writes:
> I see postgres has 3 password mechanism:
>  'createuser -d -P arnuld'       -- which will ask for the password
> according to P flag used here.
>  'createuser -d -P -W arnuld' -- which will ask for the 2 passwords
> belonging to P and W flags.
>                                                  It does not matter
> whether both passwords are same or different.
>                                                  because it always
> creates the user successfuly.

-P is about the password you intend to give to the new user.  -W is
about the password of the user doing the creating.

I don't recommend using -W, because it will ask you for a password
whether or not the database is actually going to check that password.
This is more likely to be confusing than helpful.  It would appear that
you are using an authentication method that doesn't require a password,
which is why it doesn't matter what you put in for -W.

            regards, tom lane

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

Предыдущее
От: Vladimir Dzhuvinov
Дата:
Сообщение: multi recordset and data type check was: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?
Следующее
От: Bill Moran
Дата:
Сообщение: Re: what are those 3 passwords for ?