Re: [SQL] Correction - not crash

Поиск
Список
Период
Сортировка
От G. Anthony Reina
Тема Re: [SQL] Correction - not crash
Дата
Msg-id 36DEA2BE.D604D9C8@nsi.edu
обсуждение исходный текст
Ответ на Correction - not crash  ("Tim Perdue" <perdue@raccoon.com>)
Список pgsql-sql
Tim,

    It sounds like one of your table indicies became corrupted. I had a
similar thing happen to me before. To test this, try vacuuming each
table separately (i.e. 'vacuum verbose analyze tablename'). If each
table vacuums separately, then it is a problem with the main index (the
table of tables). In this case, you'll probably have to pg_dump and
restore the database (or possibly first try to drop the indicies and
re-create them).

-Tony



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

Предыдущее
От: "Tim Perdue"
Дата:
Сообщение: Correction - not crash
Следующее
От: "Pavel PaJaSoft Janousek"
Дата:
Сообщение: Minimal rights