Re: system catalog

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jean-Michel Zigna <jzigna(at)cls(dot)fr>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: system catalog
Date: 2003-11-09 04:45:11
Message-ID: Pine.LNX.4.33.0311082343270.27930-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 5 Nov 2003, Jean-Michel Zigna wrote:

> 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.
>

This is not a JDBC question and isn't really appropriate for this list,
but the obvious question is: did you create a database named "test" on the
7.3 server? Try connecting to template1 and listing the databases (\l).

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Washusen 2003-11-10 00:57:09
Previous Message Kris Jurka 2003-11-09 04:41:29 Re: Question