Re: Get info about the index - Mailing list pgsql-general

From Tom Lane
Subject Re: Get info about the index
Date
Msg-id 2346254.1753543140@sss.pgh.pa.us
Whole thread Raw
In response to Re: Get info about the index  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 7/26/25 08:00, Igor Korot wrote:
>> Is there a better place to get the info about the index other than
>> https://www.postgresql.org/docs/current/view-pg-indexes.html

> pg_class:
> https://www.postgresql.org/docs/current/catalog-pg-class.html
> and pg_attribute:
> https://www.postgresql.org/docs/current/catalog-pg-attribute.html
> also have index information.

pg_index is the real source of truth here.

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Get info about the index
Next
From: Jon Zeppieri
Date:
Subject: Re: Possible causes of high_replay lag, given replication settings?