The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/12/sql-analyze.html
Description:
https://www.postgresql.org/docs/12/sql-analyze.html does not have anything
about not being able to run ANALYZE on replicas.
I now understand that this is bec
PG Doc comments form writes:
> https://www.postgresql.org/docs/12/sql-analyze.html does not have anything
> about not being able to run ANALYZE on replicas.
> I now understand that this is because statistics are stored in a table, and
> that table is replicated from primary server to the replica,
On Sat, Oct 23, 2021 at 9:20 AM Alexander Lakhin wrote:
> Thanks for the fix! It works and looks correct to me.
Pushed. Thanks.