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

时间:2024-09-05 10:32:04

语法格式

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-910-dws/dws_06_0285.html