Crate postgres_util[][src]

Expand description

Provides convenience functions for working with upstream Postgres sources from the sql package.

Structs

The schema of a single column

Information about a remote table

Enums

Constants

Mirror of PostgreSQL’s VARHDRSZ constant

Functions

Starts a replication connection to the upstream database

Creates a TLS connector for the given Config.

Fetches table schema information from an upstream Postgres source for all tables that are part of a publication, given a connection string and the publication name.