RE: Fix an incorrect statement for failover option in alter_subscription.sgml

Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>

From: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
To: "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Cc: Amit Kapila <amit.kapila16@gmail.com>
Date: 2024-07-19T05:53:28Z
Lists: pgsql-docs

Attachments

On Friday, July 19, 2024 1:13 PM Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> wrote:
> 
> Hi,
> 
> The documentation incorrectly stated that users cannot alter subscription's
> failover option when two-phase commit is enabled.
> 
> When writing this doc, I only wanted to mention we cannot execute ALTER SUB
> SET
> (failover) in a transaction block, but I missed the following statement for
> two-phase commit which causes the incorrect understanding. Here is a small
> patch to fix it.

CC Amit who originally committed the doc change.

Best Regards,
Hou zj

Commits

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