public static interface ReplicationSlotRequest.PhysicalSlotRequestBuilderStep1 extends ReplicationSlotRequest.WithSlotName
| Modifier and Type | Method and Description |
|---|---|
ReplicationSlotRequest.PhysicalSlotRequestBuilder |
slotName(String slotName)
Replication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows
which could cause a recovery conflict even when the standby is disconnected.
|
ReplicationSlotRequest.PhysicalSlotRequestBuilder slotName(String slotName)
slotName in interface ReplicationSlotRequest.WithSlotNameslotName - replication slot name for create, must not be null or emptythis builderCopyright © 2023. All rights reserved.