Re: cannot connect to database - Mailing list pgsql-novice

From Einar Karttunen
Subject Re: cannot connect to database
Date
Msg-id Pine.LNX.4.30.0101291424080.31813-100000@melkinpaasi.cs.Helsinki.FI
Whole thread Raw
In response to cannot connect to database  (Laurent GALAIS <lg@4js.com>)
List pgsql-novice
On Mon, 29 Jan 2001, Laurent GALAIS wrote:
>
> psql problem_track :
> Connection to database 'problem_track' failed.
> FATAL 1:  Database problem_track does not exist in pg_database
>
> Can someone help me and point me to my mistake
>
Does the database exist? Have you created it with createdb?
createdb problem_track
psql problem_track

If you have created the database check whether the files from the
database exist.

- Einar Karttunen


pgsql-novice by date:

Previous
From: Laurent GALAIS
Date:
Subject: cannot connect to database
Next
From: Herb Pabst
Date:
Subject: Re: Still lockin up...