| From: | Laurent GALAIS <lg(at)4js(dot)com> |
|---|---|
| To: | Einar Karttunen <ekarttun(at)cs(dot)Helsinki(dot)FI> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: cannot connect to database |
| Date: | 2001-01-29 13:37:54 |
| Message-ID: | 3A757232.6070703@4js.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Einar Karttunen wrote:
> 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
Thanks for your reply,
In fact the database problem_track comes with a software.
I have done a createdb, because I though the createdb was already done
because in data/base there is a directory problem_track with a lot of
files - one of these is staff for example :
file staff : staff: data
I have tried a createdb problem_track : now psql problem_track exists
for pl_sql but no tables are inside whereas they are in
data/base/problem_track.
Any ideas ?
Thank you
Laurent
>
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Herb Pabst | 2001-01-29 15:09:06 | Re: Still lockin up... |
| Previous Message | Herb Pabst | 2001-01-29 13:23:05 | Re: Still lockin up... |