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