数据湖探索 DLI-Postgres CDC源表:语法格式

时间:2025-02-12 15:00:46

语法格式

create table postgresCdcSource (  attr_name attr_type   (',' attr_name attr_type)*   (','PRIMARY KEY (attr_name, ...) NOT ENFORCED))with (  'connector' = 'postgres-cdc',     'hostname' = 'PostgresHostname',  'username' = 'PostgresUsername',  'password' = 'PostgresPassword',  'database-name' = 'PostgresDatabaseName',  'schema-name' = 'PostgresSchemaName',  'table-name' = 'PostgresTableName');
support.huaweicloud.com/sqlref-flink-dli/dli_08_0388.html