Re: Error on createuser

Поиск
Список
Период
Сортировка
От tomas@tuxteam.de
Тема Re: Error on createuser
Дата
Msg-id 20060622102431.GA1684@www.trapp.net
обсуждение исходный текст
Ответ на 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

This is not a bug. It's just that root is not a known database user.
Typically there is an user postgres with full admin rights, so as root,
do

  su - postgres

and then try crateuser, etc.

HTH
-- toms

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

Предыдущее
От: "James A Cole"
Дата:
Сообщение: BUG #2489: Metadata dosen't match tables
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #2489: Metadata dosen't match tables