Re: [GENERAL] Database "template1" does not exist in the system catalog.

2005-01-10 Thread Aaron Mark
"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

Re: [GENERAL] Database "template1" does not exist in the system catalog.

2005-01-10 Thread Tom Lane
"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?

[GENERAL] Database "template1" does not exist in the system catalog

2005-01-10 Thread Aaron Mark
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

[GENERAL] Database "template1" does not exist in the system catalog.

2005-01-10 Thread Aaron Mark
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