Interface | Description |
---|---|
PGReplicationConnection |
Api available only if connection was create with required for replication properties:
PGProperty.REPLICATION and PGProperty.ASSUME_MIN_SERVER_VERSION . |
PGReplicationStream |
Not tread safe replication stream (though certain methods can be safely called by different
threads).
|
Class | Description |
---|---|
LogSequenceNumber |
LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.
|
PGReplicationConnectionImpl | |
ReplicationSlotInfo |
Information returned on replication slot creation.
|
Enum | Description |
---|---|
ReplicationType |
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.