mz_postgres_util

Module schemas

Source
Expand description

Utilities to fetch schema information for Postgres sources.

Functions§

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