On Sun, Jun 18, 2006 at 07:38:13PM +0530, vinayak Desai wrote:
> [EMAIL PROTECTED] ~]# 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

Attachment: signature.asc
Description: Digital signature

Reply via email to