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