Problem with createdb & case (7.1.3)

From: "Chr(dot) Rossmanith" <cr(at)neuro(dot)ma(dot)uni-heidelberg(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: Problem with createdb & case (7.1.3)
Date: 2001-10-19 14:54:20
Message-ID: 3BD03E9C.DA513F74@neuro.ma.uni-heidelberg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephane Pinel 2001-10-19 16:51:27 Connect to pg via tcpip
Previous Message Edward Pilipczuk 2001-10-19 13:48:49 ecpg and multiple connections