Re: PostgreSQL 12 reindex

From: Joseph Kennedy <joseph(dot)kennedy(dot)486(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 12 reindex
Date: 2023-08-28 14:05:39
Message-ID: 5F41E4AC-317B-4563-9108-93FFABF3349D@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It’s good idea do that like this:

REINDEX TABLE CONCURRENTLY partitioned_table_1

REINDEX TABLE CONCURRENTLY partitioned_tab_2

REINDEX TABLE CONCURRENTLY partitioned_table_3

Regards,
JK

> Wiadomość napisana przez Joseph Kennedy <joseph(dot)kennedy(dot)486(at)gmail(dot)com> w dniu 28.08.2023, o godz. 15:51:
>
> How to safely perform a reindex partitioned tables (postgresql 12)
>
> Regards,
> Jk
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2023-08-28 14:44:09 Re: ident auth does not works as usual
Previous Message Joseph Kennedy 2023-08-28 13:51:22 PostgreSQL 12 reindex