Re: Error on createuser

Поиск
Список
Период
Сортировка
От Klaus Ita
Тема Re: Error on createuser
Дата
Msg-id 20060622062306.GK26915@aipc54.ai.wu-wien.ac.at
обсуждение исходный текст
Ответ на Error on createuser  ("vinayak Desai" <vinayak.mdesai@gmail.com>)
Список pgsql-bugs
On Sun, Jun 18, 2006 at 07:38:13PM +0530, vinayak Desai wrote:
> [root@localhost ~]# createuser -a -d -e antonio
> createuser: could not connect to database template1: FATAL:  user "root"
> does not exist
> [root@localhost ~]#
>
> i logged in as root..
> I tried to create a new user i am getting this error message...
> Kindly look in to this matter.
>

root is not automatically permitted to do so. you might want to read up the
permission part of the manual. try as the user owning the cluster (on my
system that is postmaster)

su postmaster -- createuser ....


regs,
klaus

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

Предыдущее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: BUG #2490: '||' and type casting for user defined types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2490: '||' and type casting for user defined types