Re: regarding user creation

Поиск
Список
Период
Сортировка
От Andrej
Тема Re: regarding user creation
Дата
Msg-id AANLkTi=5jM3xWnhwshyUyoQiw1x1=u2ssKiQ=vzcS-+Q@mail.gmail.com
обсуждение исходный текст
Ответ на regarding user creation  (Sivakiran Balijepalli <Sivakiran.Balijepalli@infor.com>)
Список pgsql-novice
On 18 February 2011 00:57, Sivakiran Balijepalli
<Sivakiran.Balijepalli@infor.com> wrote:

> So I tried to use “create user” command. but then it is not asking for
> password..User is created.
>
> But when I want to enter the db with that user it is prompting for password.
>
> So how do we create user with password

Just as it says in the fine manual
http://www.postgresql.org/docs/9.0/interactive/sql-createuser.html

CREATE USER user WITH ENCRYPTED PASSWORD 'password';


Cheers,
Andrej

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: (unknown)
Следующее
От: Lille Penguini
Дата:
Сообщение: even after laboriously following previous post, cannot cast from char to int