Re: Connection error, help..please

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christo Romberg" <coromberg(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection error, help..please
Date: 2006-05-03 19:21:36
Message-ID: 25111.1146684096@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Christo Romberg" <coromberg(at)gmail(dot)com> writes:
> When I try to connect to my database "dspace",
> the following error message occur:

> FATAL: database "dspace" does not exist

The error message seems perfectly clear to me ;-).

You might be getting bit by case sensitivity --- perhaps the
database is really named "DSpace" or some such? If you're
not sure, try "psql -l" to list the existing databases.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2006-05-03 19:36:40 Re: logfiles filling up
Previous Message Tom Lane 2006-05-03 19:17:21 Re: psql is slow and it does not take much resources