Module protocol

Source

Structs§

BeginBody
A BEGIN statement
Column
A column as it appears in the replication stream
CommitBody
A COMMIT statement
DeleteBody
A DELETE statement
InsertBody
An INSERT statement
OriginBody
An Origin replication message
PrimaryKeepAliveBody
RelationBody
A Relation replication message
TruncateBody
A TRUNCATE statement
Tuple
A row as it appears in the replication stream
TypeBody
A Type replication message
UpdateBody
An UPDATE statement
XLogDataBody

Enums§

LogicalReplicationMessage
A message of the logical replication stream
ReplicaIdentity
Describes the REPLICA IDENTITY setting of a table
ReplicationMessage
An enum representing Postgres backend replication messages.
TupleData
The data of an individual column as it appears in the replication stream

Constants§

PRIMARY_KEEPALIVE_TAG
XLOG_DATA_TAG