Re: PostgreSQL 12 reindex

2023-08-28 Thread Joseph Kennedy
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 w dniu > 28.08.2023, o godz. 15:51: > > How to safely perform

PostgreSQL 12 reindex

2023-08-28 Thread Joseph Kennedy
How to safely perform a reindex partitioned tables (postgresql 12) Regards, Jk