Re: Question on Starting Postgres for the first time

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Question on Starting Postgres for the first time
Date: 2001-05-13 01:14:06
Message-ID: slrn9frnr0.m6.missive@h.frontiernet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 12 May 2001 13:00:35 -0300, David Stevenson <dstevenson(at)eastlink(dot)ca>
wrote:
> I am a new user of PostgreSQL and Linux. I have my Linux up and running and
> my PostgreSQl semi-configured. I can get into PostgreSQL using super user
> on root and then super user into postgres. The problem is when I try to run
> psql and createdb from my home directory. When I do that, I get the
> following messages

I think first you must, as the superuser

createuser david

and then:

>
> $ createdb david
> psql: FATAL 1: SetUserId: user 'david' is not in 'pg_shadow'
>
> $ psql
> psql: FATAL 1: Database "david" does not exist in the system catalog.
>
> Not sure what is going on here, but I think someone out there does. Can you
> help.
>
> Thanks
> Dave
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-05-13 02:10:19 Re: Oracle to pg update
Previous Message Bruce Momjian 2001-05-12 21:15:38 Re: DBD::Pg errstr method doesn't return full error messages