Skip to main content

Module schemas

Module schemas 

Source
Expand description

Utilities to fetch schema information for Postgres sources.

Functionsยง

get_pg_major_version
Get the major version of the PostgreSQL server.
get_schemas
publication_info
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.