public inbox for [email protected]
help / color / mirror / Atom feedFrom: Paul Foerster <[email protected]>
To: Tom Lane <[email protected]>
Cc: Pgsql-General List <[email protected]>
Subject: Re: Updating to PostgreSQL 17.5
Date: Sun, 11 May 2025 22:08:08 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
Hi Tom,
> On 11 May 2025, at 21:36, Tom Lane <[email protected]> wrote:
>
> Sorry --- it means BRIN indexes that use one of the "xxx_bloom_ops" opclasses.
>
> https://www.postgresql.org/docs/current/brin.html#BRIN-BUILTIN-OPCLASSES
Ah, so that'd reduce my monster query to:
select
concat ('reindex index "', schemaname, '"."', indexname, '";') as reindex_cmd
from
pg_indexes
where
indexdef ~ '_bloom_ops';
Thanks very much.
Paul
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Updating to PostgreSQL 17.5
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox