ERROR: catalog is missing 2 attribute(s) for relid 16584

Поиск
Список
Период
Сортировка
От Prakash Itnal
Тема ERROR: catalog is missing 2 attribute(s) for relid 16584
Дата
Msg-id CAHC5u78a1MGi3LNvke7diH_5MmvNd+bzrvo=iWyxJjLFROKShA@mail.gmail.com
обсуждение исходный текст
Ответы Re: ERROR: catalog is missing 2 attribute(s) for relid 16584  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

Recently we faced an issue with postgres server where it is throwing error:

ERROR:  catalog is missing 2 attribute(s) for relid 16584
CONTEXT:  automatic analyze of table "DBRNW.public.act_wsta"

I checked in the database and found that this table is not present but the entry for the same is present in 'pg_tables'. This error is occuring when auto analyze is executed.

I searched for the issue in postgres blogs and found that there is no way to recover from this situation except restore from last backup!! I wanted to confirm is there any way to recover at run time? because if we restore from last backup then we might loose some data that got updated after this error occurred.

Any help would be appreciated.

--
Thanks,
Prakash

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

Предыдущее
От: Qi Huang
Дата:
Сообщение: Re: Gsoc2012 idea, tablesample
Следующее
От: james
Дата:
Сообщение: Re: Bugs in our Windows socket code