Skip to main content

Module postgres

Module postgres 

Source
Expand description

PostgreSQL CDC source connector.

Re-exports§

pub use config::PostgresCdcConfig;
pub use config::SnapshotMode;
pub use config::SslMode;
pub use lsn::Lsn;
pub use source::PostgresCdcSource;

Modules§

changelog
Z-set changelog integration for PostgreSQL CDC events.
config
PostgreSQL CDC source connector configuration.
decoder
PostgreSQL pgoutput logical replication protocol decoder.
lsn
PostgreSQL Log Sequence Number (LSN) type.
metrics
PostgreSQL CDC source connector metrics.
postgres_io
PostgreSQL logical replication I/O.
schema
PostgreSQL relation schema cache.
source
PostgreSQL CDC source connector implementation.
types
PostgreSQL type OID to Arrow DataType mapping.

Functions§

register_postgres_cdc_source
Registers the PostgreSQL CDC source connector with the given registry.