Re: Amcheck extension query for tables (verify_heapam)

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Amcheck extension query for tables (verify_heapam)
Дата
Msg-id CAH2-WzkUbC1pmD_AU2j16jE-ApEaSKRMTzFm5o-=P-bCB-Kv9w@mail.gmail.com
обсуждение исходный текст
Ответ на Amcheck extension query for tables (verify_heapam)  (Raul Kaubi <raulkaubi@gmail.com>)
Список pgsql-admin
On Mon, May 30, 2022 at 1:00 AM Raul Kaubi <raulkaubi@gmail.com> wrote:
> PostgreSQL 14 has the built in function for amcheck extension called "verify_heapam".
> I was wondering, is there similar query for that function as well like there is for "bt_index_check" function..?

You should probably just use the higher level pg_amcheck utility,
which runs everything from amcheck including verify_heapam() under the
hood.

-- 
Peter Geoghegan



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

Предыдущее
От: MichaelDBA
Дата:
Сообщение: Re: Amcheck extension query for tables (verify_heapam)
Следующее
От: jian xu
Дата:
Сообщение: RE: how to calibrate the cost model parameters