Re: pg_shadow?

From: "Ryan Williams" <shrewsbury(at)louisiana(dot)com>
To: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: pg_shadow?
Date: 2000-08-26 00:35:06
Message-ID: 00cb01c00ef5$7c1ff760$c330cc40@crusher
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)earthlink(dot)net>
To: "PostgreSQL novice mailing list" <pgsql-novice(at)postgresql(dot)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
>

In response to

  • pg_shadow? at 2000-08-25 20:43:58 from Fredrick Bartlett

Browse pgsql-novice by date

  From Date Subject
Next Message Dan Manczak 2000-08-26 01:05:34 Re: Postgres on NT
Previous Message Fredrick Bartlett 2000-08-25 20:43:58 pg_shadow?