pq_shadow

From: "webmaster" <webmaster(at)crescentart(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: pq_shadow
Date: 2001-03-28 06:37:31
Message-ID: 001001c0b751$95f85dd0$9865fea9@crescentartpublications.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I am writing you because I am new to Postgesql and I have encountered a problem that I have not been able to solve through your doc's or mailing list.
The problem is with the createuser utility. When I try to create a user I get the following error:

##################################################################
[root(at)crescent1 root]# createuser webmaster -P
Enter password for user "webmaster":
Enter it again:
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) y
psql: FATAL 1: SetUserId: user 'root' is not in 'pg_shadow'
createuser: creation of user "webmaster" failed
[root(at)crescent1 root]#
##################################################################

I would like to be able to use Postgresql (not just Mysql) but if I can not create a user I can not login to the Postgres data base. I advise me on how to fix this problem.

I am using Red Hat 6.2 on a Intel based x86 with a Pentium CPU.

Eric Williams

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcin Kowalski 2001-03-28 07:37:21 Re: pg_dump potential bug
Previous Message pgsql-bugs 2001-03-28 01:11:14 pg v7.1RC1: jdbc1 fails to compile