Database does not exist in the system catalog - postgresql 7.2.1-5

From: "Rick Eicher II" <rick(at)pbol(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Database does not exist in the system catalog - postgresql 7.2.1-5
Date: 2002-07-18 16:56:23
Message-ID: 000001c22e7c$10519680$0a01a8c0@rick
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have moved one of our sites from one machine to another that uses
postgres for it database. When I use the web site I get this:

Warning: pg_connect() unable to connect to PostgreSQL server: FATAL 1:
Database "ecad" does not exist in the system catalog

In the logs I get this:

FATAL 1: Database "template0" is not currently accepting connections
FATAL 1: Database "template0" is not currently accepting connections
...

I can use PgAdmin to connect to 'ecad' with out any problems. The way I
read the docs is this might be a authentication problem. I have this in
my pg_hba

Host 0.0.0.0 0.0.0.0 trust

I want it to be 'password' but doing that means I am unable to connect
with PgAdmin.

Do you have any pointers on how to attack this problem? Can I provide
more information concurring this? Also is this the right list for this
sort thing?

Thanks,
Rick Eicher II

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2002-07-18 17:16:33 Re: Too many clients to Postgresql server
Previous Message Jeffrey Hood 2002-07-18 15:43:45 Re: Query Performance...