!4404 完善/h create table as的语法使用限制

Merge pull request !4404 from Ruixiang Li/createtblas
This commit is contained in:
opengauss_bot
2023-11-09 03:48:37 +00:00
committed by Gitee

View File

@ -20,6 +20,8 @@ CREATE [ UNLOGGED ] TABLE table_name
AS query
[ WITH [ NO ] DATA ];
NOTICE: [data_type] is only available in CENTRALIZED mode and B-format database.
NOTICE: DISTRIBUTE BY is only avaliable in DISTRIBUTED mode.
NOTICE: TO {...} is only avaliable in DISTRIBUTED mode.
</synopsis>
</refsynopsisdiv>
</refentry>