Correction in doc of failover ready steps - Mailing list pgsql-docs

From shveta malik
Subject Correction in doc of failover ready steps
Date
Msg-id CAJpy0uBBk+OZXXqQ00Gai09XR+mDi2=9sMBYY0F+BedoFivaMA@mail.gmail.com
Whole thread Raw
Responses Re: Correction in doc of failover ready steps
List pgsql-docs
Hi,

We have a query in failover-ready doc referring to
pg_subscription_rel. Unlike pg_subscription, pg_subscription_rel gives
results only when connected to the database having the
subscription(s). If we run the concerned query on any other database,
it will give incomplete results i.e. it will give info on main slots
leaving table sync slots (if any).
Thus the failover-ready steps which queries pg_subscription_rel need
to mention that the concerned query needs to be run on the database(s)
that includes the failover enabled subscription(s).  Corrected the doc
for the same.

thanks
Shveta

Attachment

pgsql-docs by date:

Previous
From: shveta malik
Date:
Subject: Re: Fix an incorrect statement for failover option in alter_subscription.sgml
Next
From: shveta malik
Date:
Subject: Re: Correction in doc of failover ready steps