Re: pg_shadow? - Mailing list pgsql-novice

From Ryan Williams
Subject Re: pg_shadow?
Date
Msg-id 00cb01c00ef5$7c1ff760$c330cc40@crusher
Whole thread Raw
In response to pg_shadow?  (Fredrick Bartlett <palmtreefrb@earthlink.net>)
List pgsql-novice
My guess?  There is no DB user 'bartletr'.

Try connecting as 'postgres', and then adding the user 'bartletr' (use
"create user bartletr with password 'whatever' createdb createuser;" to
create "bartletr" with password "whatever" who can create more users and
dbs...).

----- Original Message -----
From: "Fredrick Bartlett" <palmtreefrb@earthlink.net>
To: "PostgreSQL novice mailing list" <pgsql-novice@postgresql.org>
Sent: Friday, August 25, 2000 1:43 PM
Subject: [NOVICE] pg_shadow?


> Started postmaster with -i.  Why do I get the following error?  What is
> pg_shadow?
>
> >psql -h 10.54.3.16 template1
> psql: FATAL 1:  SetUserId: user 'bartletr' is not in 'pg_shadow'
>
> Fredrick
>


pgsql-novice by date:

Previous
From: Fredrick Bartlett
Date:
Subject: pg_shadow?
Next
From: "Dan Manczak"
Date:
Subject: Re: Postgres on NT