Re: (unknown)

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: (unknown)
Дата
Msg-id ijj42k$gnu$1@dough.gmane.org
обсуждение исходный текст
Ответ на  (siva kiran balijepalli <b.sivakiran@gmail.com>)
Список pgsql-novice
siva kiran balijepalli, 17.02.2011 13:10:
> I want to create a user account
>
> 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
>
> Please guide me..

Check out the manual, it's all explained there.

The syntax is: CREATE USER newuser PASSWORD 'verysecret';

http://www.postgresql.org/docs/current/static/sql-createuser.html

Regards
Thomas

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

Предыдущее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re:
Следующее
От: Andrej
Дата:
Сообщение: Re: regarding user creation