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

From Igor Korot
Subject Re: Get info about the index
Date
Msg-id CA+FnnTz8--j9Jy-pUkb9w7aH5Jj4E4aREVKw7ZKSsb9VLc8RRw@mail.gmail.com
Whole thread Raw
In response to Re: Get info about the index  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Get info about the index
List pgsql-general
Adrian,

On Fri, Aug 1, 2025 at 8:13 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>
> On 8/1/25 17:06, Igor Korot wrote:
> > Hi, Laurenz,
>
> >
> > I'm looking at the pg_index table and I see it has:
> >
> > [quote]
> > indisexclusion bool
> >
> > If true, this index supports an exclusion constraint
> > [/quote]
> >
> > If I read the docs correctly, this field indicates whether the
> > WHERE condition is actually present.
> >
> > Am I right?
>
> No, it refers to:
>
> https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-EXCLUSION

Thx for clarification.

But is there a field that I'm referencing above?

Thank you.

>
> >
> > Thank you.
> >
> >>
> >> Yours,
> >> Laurenz Albe
>
>
> --
> Adrian Klaver
> adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Jon Zeppieri
Date:
Subject: Re: Get info about the index
Next
From: Adrian Klaver
Date:
Subject: Re: Get info about the index