pgsql: Doc: Fix the mistakes in the subscription's failover option.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix the mistakes in the subscription's failover option.
Date: 2024-07-24 10:13:19
Message-ID: E1sWYzn-000yot-Kq@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix the mistakes in the subscription's failover option.

The documentation incorrectly stated that users could not alter the
subscription's failover option when the two-phase commit is enabled.

The steps to confirm that the standby server is ready for failover were
incorrect.

Author: Shveta Malik, Hou Zhijie
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/OS0PR01MB571657B72F8D75BD858DCCE394AD2@OS0PR01MB5716.jpnprd01.prod.outlook.com
Discussion: https://postgr.es/m/CAJpy0uBBk+OZXXqQ00Gai09XR+mDi2=9sMBYY0F+BedoFivaMA@mail.gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/20aaa634f72ad9617e34546fafbbda3a3832ee45

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 61 ++++++++++++++++++++------------
doc/src/sgml/ref/alter_subscription.sgml | 7 +++-
2 files changed, 44 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-07-24 10:39:07 pgsql: Reset relhassubclass upon attaching table as a partition
Previous Message Amit Kapila 2024-07-24 09:59:10 Re: pgsql: Doc: Fix the mistakes in the subscription's failover option.