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

From Vijay Deval
Subject Re: Problem with createdb & case (7.1.3)
Date
Msg-id 3BD1577C.9F6DE171@giaspn01.vsnl.net.in
Whole thread Raw
In response to Problem with createdb & case (7.1.3)  ("Chr. Rossmanith" <cr@neuro.ma.uni-heidelberg.de>)
Responses Re: Problem with createdb & case (7.1.3)  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-novice
Hi

from the # prompt, it appears that you are already connected to some
database.

   #\c NEUROMR

should connect you to the new database.

Vijay

"Chr. Rossmanith" wrote:
>
> 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



pgsql-novice by date:

Previous
From: Jason Davis
Date:
Subject: Re: ecpg and multiple connections
Next
From: "Josh Berkus"
Date:
Subject: Re: [PHP] Can't postgres join tables on varchar fields ?