Re: pg_class corrupted ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_class corrupted ?
Дата
Msg-id 23337.1087583170@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_class corrupted ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
I wrote:
> Bruno THOMAS <bthomas@alea.fr> writes:
>> My problem is that when I tried to make a dump of the copied DB for a
>> new backup I've had the following error :
>> pg_dump: query to obtain list of tables failed: ERROR:  Relation
>> pg_class does not have attribute 1

> Reindexing pg_class might help.

On second thought, that symptom sounds more like a problem in the
pg_attribute indexes.  Probably what you want to do is REINDEX DATABASE
to force recreation of all the system-table indexes ...

            regards, tom lane

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

Предыдущее
От: "Lee Wu"
Дата:
Сообщение: Re: pg_restore patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore patch