!1738 修复\h drop table 查看语法帮助显示语法错误

Merge pull request !1738 from 仲夏十三/helper
This commit is contained in:
opengauss-bot
2022-05-17 09:50:24 +00:00
committed by Gitee

View File

@ -11,7 +11,7 @@
<refsynopsisdiv>
<synopsis>
DROP TABLE [ IF EXISTS ]
{[schema.]table_name} [, ...] [ CASCADE | RESTRICT ] [ PURGE ]};
{[schema.]table_name} [, ...] [ CASCADE | RESTRICT ] [ PURGE ];
</synopsis>
</refsynopsisdiv>
</refentry>