Re: Amcheck extension query for tables (verify_heapam)

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Raul Kaubi <raulkaubi(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Amcheck extension query for tables (verify_heapam)
Date: 2022-05-30 15:36:04
Message-ID: CAH2-WzkUbC1pmD_AU2j16jE-ApEaSKRMTzFm5o-=P-bCB-Kv9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, May 30, 2022 at 1:00 AM Raul Kaubi <raulkaubi(at)gmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jian xu 2022-05-30 19:40:01 RE: how to calibrate the cost model parameters
Previous Message MichaelDBA 2022-05-30 13:33:58 Re: Amcheck extension query for tables (verify_heapam)