reindex database

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: andreibancila(at)yahoo(dot)com
Subject: reindex database
Date: 2020-06-28 20:42:10
Message-ID: 159337693095.683.13638770130415272902@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/sql-reindex.html
Description:

Hello,
I am using this command to reindex the databases for a PostgreSQL 10
cluster.
What I can not find in the reindex explanation page is how is this affecting
the standby database. I tracked the log creation on the Primary cluster but
I saw nothing like this on the Standby cluster.
I was able to find the following statement on the hot-standby description
page (26.5. Hot Standby) from the documentation:
"As a result, you cannot create additional indexes that exist solely on the
standby, nor statistics that exist solely on the standby. If these
administration commands are needed, they should be executed on the primary,
and eventually those changes will propagate to the standby."
(https://www.postgresql.org/docs/10/hot-standby.html)
Can you please tell me more on this topic or point me to the documentation
page that explained more on this topic (database reindex - synching with the
standby cluster and impact on the standby cluster).
Thank you,
Andrei Bancila

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Geoghegan 2020-06-29 00:40:16 Re: Default setting for enable_hashagg_disk
Previous Message Bruce Momjian 2020-06-27 21:14:23 Re: INDEX with optional storage parameter value