"Christo Romberg" <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match