Crate mz_postgres_util
source ·Expand description
PostgreSQL utility library.
Modules
Descriptions of PostgreSQL objects.
Structs
Configuration for PostgreSQL connections.
Enums
An error representing pg, ssh, ssl, and other failures.
Configures an optional tunnel for use when connecting to a PostgreSQL
database.
Functions
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.