Re: User can not more login

Поиск
Список
Период
Сортировка
От Chris
Тема Re: User can not more login
Дата
Msg-id 44E018E8.4070100@gmail.com
обсуждение исходный текст
Ответ на User can not more login  (Michelle Konzack <linux4michelle@freenet.de>)
Ответы Re: User can not more login
Список pgsql-general
Michelle Konzack wrote:
> Hello *,
>
> I am searching for a weired error...  Since all users are working fine,
> I was now root and done a 'su - postgresql' to create a new user with
>
> createuser --password devel.debian
> Shall the new user be allowed to create databases? (y/n) n
> Shall the new user be allowed to create more new users? (y/n) n
> Password:
> CREATE USER

--password asks for YOUR password not the new one.

You need to use:

-P or --pwprompt

see createuser --help for more info.

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: Best approach for a "gap-less" sequence
Следующее
От: "Philippe Lang"
Дата:
Сообщение: Re: Migrating PostgreSQL database to MySQL/MS Access