Re: createuser --password

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: createuser --password
Дата
Msg-id Pine.LNX.4.44.0207091002150.1604-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на createuser --password  (Stephane Schildknecht <sschildknecht@aurora-linux.com>)
Список pgsql-admin
Hi,

I am not sure about the command line option, but the password for any user
can be set using ALTER USER sql command.

ALTER USER my_user ENCRYPTED PASSWORD 'my_pass';

also refer the documentation for details.

regards,
bhuvaneswaran.

On 8 Jul 2002, Stephane Schildknecht wrote:

> Hi,
>
>     Is there a way to give the password of the user to be created on the
> command line ?
>
> S@S
>





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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: memory strangeness (fwd)
Следующее
От: "Michael A. Schulte"
Дата:
Сообщение: psql in Batch mode and passwords?