help with corrupted database

Поиск
Список
Период
Сортировка
От strk
Тема help with corrupted database
Дата
Msg-id 20050323133527.GE7498@freek.keybit.net
обсуждение исходный текст
Ответы Re: help with corrupted database  (Richard Huxton <dev@archonet.com>)
Список pgsql-hackers
Hello.
A memory fault in a trigger left my database
in a corrupted state:
- A temporary table listed in pg_class  was not accessible with a select
- I could not DROP it
- I deleted the record from pg_class
- I can't create temporary tables anymore  (restart/vacuum full don't help)  ERROR:  cache lookup failed for relation
1250714

Any hint?

--strk;


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: odd problem !
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: help with corrupted database