数据仓库服务 GAUSSDB(DWS)-CREATE PUBLICATION:语法格式

时间:2024-05-22 15:13:28

语法格式

1
2
3
4
CREATE PUBLICATION name
    [ FOR ALL TABLES
      | FOR publication_object [, ... ] ]
    [ WITH ( publication_parameter [=value] [, ... ] ) ];

其中发布对象publication_object为:

TABLE table_name [, ...]
| ALL TABLES IN SCHEMA schema_name [, ... ]
support.huaweicloud.com/sqlreference-830-dws/dws_06_0285.html