Re: Database consistency check.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Database consistency check.
Дата
Msg-id CAH2-Wzk5UXiX2JjtND2h3tzp4m0114QgYJLBSRfxwLGzxfQyVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Database consistency check.  (Asomba Djala <asombadjala8@gmail.com>)
Ответы Re: Database consistency check.  (Asomba Djala <asombadjala8@gmail.com>)
Список pgsql-admin
On Thu, Nov 7, 2019 at 11:18 AM Asomba Djala <asombadjala8@gmail.com> wrote:
> Thank you. What about already initialized clusters?

There is amcheck, which tests the consistency of B-Tree indexes:

https://www.postgresql.org/docs/current/amcheck.html

Recent versions have a "heapallindexed" option, too, which has the
tool test indexes against the table that they index. This is very
useful as a general purpose tool for detecting corruption.

-- 
Peter Geoghegan



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

Предыдущее
От: Asomba Djala
Дата:
Сообщение: Re: Database consistency check.
Следующее
От: Asomba Djala
Дата:
Сообщение: Re: Database consistency check.