[ NOVICE ] Name of database under postgresSQL

From: valcauda Stéphane <valcauda(dot)aderis(at)wanadoo(dot)fr>
To: "PostgreSQL Mailing List" <pgsql-odbc(at)postgresql(dot)org>
Subject: [ NOVICE ] Name of database under postgresSQL
Date: 2002-10-01 13:39:17
Message-ID: 008501c2694f$f18c6cc0$bce280d9@POSTE1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I don't understand what is the name of database under postgresql.
With InitDB we put nothing else the directory.
THe first connection , I put psql -U <user> template1
which seem to create a default database template1.
Then, I create 2 database (CREATE DATABASE ) TEST and TEST2.

But with ODBC or directly in CYGWIN shell , if I try to connect to TEST or
TEST2
it says that it doesn't recognize these DB.

I don't understand.

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2002-10-01 14:02:40 Re: [ NOVICE ] Name of database under postgresSQL
Previous Message valcauda Stéphane 2002-10-01 13:01:10 ODBC Connection : IT WORKS :)