"Aaron Mark" <[EMAIL PROTECTED]>
CC: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Database "template1" does not exist in the system
catalog. Date: Tue, 11 Jan 2005 00:33:09 -0500
"Aaron Mark" <[EMAIL PROTECTED]> writes:
> When I try to connect to
"Aaron Mark" <[EMAIL PROTECTED]> writes:
> When I try to connect to template1 via psql, I get the following error
> message:
> psql: FATAL: Database "template1" does not exist in the system catalog.
Hm, can you connect to any other databases? If so, what does "select *
from pg_database" show?
I apologize if this is a duplicate of a message I just sent. The message
didn't appear to go through. I seem to have encountered a major corruption
error. I am currently running PostgreSQL 7.3.6. Here is an example of an
error I received:
# psql -h 127.0.0.1 -p 5432 -U postgres template1
ps
When I try to connect to template1 via psql, I get the following error
message:
psql: FATAL: Database "template1" does not exist in the system catalog.
I get a similar error when trying to do a pg_dumpall.
In searching the list and trying to find a good place to start, I downloaded
pgfsck and I