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 > [EMAIL PROTECTED] ~]# > > 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org