Re: [pgadmin-support] Error Message: ERROR: CREATE USER: permission denied

2004-08-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ben Trewern > Sent: 22 August 2004 21:21 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Error Message: ERROR: CREATE > USER: permission denied &g

Re: [pgadmin-support] Error Message: ERROR: CREATE USER: permission denied

2004-08-22 Thread Ben Trewern
I don't think this is a pgAdmin problem. You need to log in as a superuser account to create a user. The superuser is usually called postgres in a standard PostgreSQL install although any user can be made a superuser (See ALTER USER CREATEUSER). Try CREATE USER ; via psql or the sql window i