Re: could not open relation 1663/16525/2604: no such file or dir

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: could not open relation 1663/16525/2604: no such file or dir
Дата
Msg-id 4694B69E.3010701@theendofthetunnel.de
обсуждение исходный текст
Ответ на could not open relation 1663/16525/2604: no such file or dir  (giuseppe.derossi@email.it)
Ответы Re: could not open relation 1663/16525/2604: no such file or dir  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
On 11.07.2007 12:09, giuseppe.derossi@email.it wrote:
> Help,
> alfter my computer chrashing, when I try to read a table by using pgAdmin I
> get the following errors:
> could not open relation 1663/16525/2604
> could not open relation 1663/16525/2611
> could not open relation 1663/16525/2604
> after that if I push ok I can see the data in the tables
> I see in the proprieties window that the create definition miss the fields.
> The conseguencies consists on I can't perform the backUp.
>
> How can I solve the problem ?

Two things:

1.) Do backups
2.) Disable write caching in your I/O sub system unless it's battery backed.

Shutdown PG, backup $PGDATA directory, start PG, try REINDEX DATABASE
<you_db>;. If that doesn't help anything, there are some tools available
on pg foundry to inspect the raw files in $PGDATA. You might be able to
get some of your data back using them.


--
Regards,
Hannes Dorbath

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

Предыдущее
От: giuseppe.derossi@email.it
Дата:
Сообщение: could not open relation 1663/16525/2604: no such file or dir
Следующее
От: Ray Stell
Дата:
Сообщение: Re: 8.2.4 patches?