Обсуждение: Please Help Can not connect to any database

Поиск
Список
Период
Сортировка

Please Help Can not connect to any database

От
"Natalya Pyalling"
Дата:
Hi, all!

I have a problem with connection to any database on my server.

$psql template1
psql: FATAL 1:  Database 'template1', OID 17216, has disappeared from
pg_database

Any ideas? What's going wrong?

Version of PostgreSQL is 7.0. The operation system is Red Hat 6.1.

Any help would be appreciated!
Thank you.

Natalya Pyalling.


Re: [ADMIN] Please Help Can not connect to any database

От
Tom Lane
Дата:
"Natalya Pyalling" <pyal@rtsoft.msk.ru> writes:
> $psql template1
> psql: FATAL 1:  Database 'template1', OID 17216, has disappeared from
> pg_database

Connect to any database you can get into (hopefully there's at least
one) and issue "VACUUM pg_database".  Should fix things up.

            regards, tom lane