public interface CommonOptions
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getSlotName()
Replication slots provide an automated way to ensure that the master does not remove WAL
segments until they have been received by all standbys, and that the master does not remove
rows which could cause a recovery conflict even when the standby is disconnected.
|
LogSequenceNumber |
getStartLSNPosition() |
int |
getStatusInterval()
Specifies the number of millisecond between status packets sent back to the server.
|
@Nullable String getSlotName()
LogSequenceNumber getStartLSNPosition()
int getStatusInterval()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.