Problem with createdb & case (7.1.3) - Mailing list pgsql-novice

From Chr. Rossmanith
Subject Problem with createdb & case (7.1.3)
Date
Msg-id 3BD03E9C.DA513F74@neuro.ma.uni-heidelberg.de
Whole thread Raw
Responses Re: Problem with createdb & case (7.1.3)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi,

I'd like to create a database named "NEUROMR". The
command "createdb
NEUROMR" succeeds. But, connecting to this DB fails:

# psql "NEUROMR"
Connection to database 'neuromr' failed.
FATAL 1:  Database "neuromr" does not exist in the
system catalog.


Just to assure the DB exists I've executed "createdb
NEUROMR" a second
time and (as expected) got the message:

ERROR:  CREATE DATABASE: database "NEUROMR" already
exists
createdb: database creation failed


Does anybody out there have an explanation for this
behaviour? I'm using
PostgreSQL 7.1.3.


Thank you,

Christina Rossmanith




pgsql-novice by date:

Previous
From: Edward Pilipczuk
Date:
Subject: ecpg and multiple connections
Next
From: "Michael D. Klatt"
Date:
Subject: Non-atomic structures instead of arrays