parse_postgres_cdc_external_table_name

Function parse_postgres_cdc_external_table_name 

Source
fn parse_postgres_cdc_external_table_name(
    external_table_name: &str,
) -> Result<(String, String)>
Expand description

Parse the schema/table name from the CDC TABLE clause.

Column names do not need the same parsing here: wildcard schema derivation reads them from PostgreSQL catalogs after the exact table has been identified.