RE: Correction in doc of failover ready steps

2024-07-23 Thread Zhijie Hou (Fujitsu)
On Wednesday, July 24, 2024 10:56 AM shveta malik wrote: > > On Tue, Jul 23, 2024 at 5:10 PM Amit Kapila wrote: > > > > One minor comment: > > - if the table copy is finished (See > linkend="catalog-pg-subscription-rel"/>). > > + On the subscriber node, use the following SQL to identif

RE: Correction in doc of failover ready steps

2024-07-22 Thread Zhijie Hou (Fujitsu)
On Monday, July 22, 2024 7:13 PM Amit Kapila wrote: > > On Mon, Jul 22, 2024 at 10:59 AM shveta malik > wrote: > > > > On Mon, Jul 22, 2024 at 10:46 AM shveta malik > wrote: > > > > > > Hi, > > > > > > We have a query in failover-ready doc referring to > > > pg_subscription_rel. Unlike pg_subsc

Fix an incorrect statement for failover option in alter_subscription.sgml

2024-07-19 Thread Zhijie Hou (Fujitsu)
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 c

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

2024-07-18 Thread Zhijie Hou (Fujitsu)
On Friday, July 19, 2024 1:13 PM Zhijie Hou (Fujitsu) 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 cann