Doc: Warn about two_phase when altering a subscription's slot name.

Amit Kapila <akapila@postgresql.org>

Commit: 21e3a8bc3544a1cfcff85933bc9c0664af32a8b8
Author: Amit Kapila <akapila@postgresql.org>
Date: 2024-03-11T04:03:04Z
Releases: 17.0
Doc: Warn about two_phase when altering a subscription's slot name.

We expect the 'two_phase' and 'failover' properties to match between the
slot on the publisher and a subscription option on the subscriber.
Otherwise, the slot on the publisher may behave differently from what the
subscription's failover option says.

Author: Bertrand Drouvot
Reviewed-by: Peter Smith, Tristen Raab, Amit Kapila
Discussion: https://postgr.es/m/ZbkYrLPhH+RxpZlW@ip-10-97-1-34.eu-west-3.compute.internal

Files

PathChange+/−
doc/src/sgml/ref/alter_subscription.sgml modified +8 −8

Documentation touched

Discussion