Re: PostgreSQL 12 reindex - Mailing list pgsql-general

From Joseph Kennedy
Subject Re: PostgreSQL 12 reindex
Date
Msg-id 5F41E4AC-317B-4563-9108-93FFABF3349D@gmail.com
Whole thread Raw
In response to PostgreSQL 12 reindex  (Joseph Kennedy <joseph.kennedy.486@gmail.com>)
List 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.kennedy.486@gmail.com> w dniu 28.08.2023, o godz. 15:51:

How to safely perform a reindex  partitioned tables (postgresql 12)

Regards,
Jk


pgsql-general by date:

Previous
From: Joseph Kennedy
Date:
Subject: PostgreSQL 12 reindex
Next
From: "David G. Johnston"
Date:
Subject: Re: ident auth does not works as usual