Crate postgres_replication
source ·Expand description
Utilities for working with the PostgreSQL replication copy both format.
Modules§
Structs§
- A type which deserializes the postgres logical replication protocol. This type gives access to a high level representation of the changes in transaction commit order.
- A type which deserializes the postgres replication protocol. This type can be used with both physical and logical replication to get access to the byte content of each replication message.