system catalog - Mailing list pgsql-jdbc

From Jean-Michel Zigna
Subject system catalog
Date
Msg-id 5.1.0.14.0.20031105175445.029cebf8@pop.cls.fr
Whole thread Raw
Responses Re: system catalog  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hello,

I'm tying to connect to an 7.3.4 postgres instance on a redhat 7.3 server
after the creation and start of the database server using the port 5433
(5432 is used by postgres 7.1).

The command is : psql test -p 5433 (where test is the name of the database
I have created)

The following error message  appears :

psql : FATAL : Database "test" does not exist in the system catalog.

Something is probably missing in my installation but I didn't find my
message in the documentation.

Thank you for your Help.

Regards.

Zigna Jean-Michel.


pgsql-jdbc by date:

Previous
From: "Jan Slivka"
Date:
Subject: ResultSetMetaData.isNullable() returns always unknown status
Next
From: "Gupta, Sahil"
Date:
Subject: Accessing PG DB using jdbc