forked from huawei/openGauss-server
!1738 修复\h drop table 查看语法帮助显示语法错误
Merge pull request !1738 from 仲夏十三/helper
This commit is contained in:
commit
ae11cad2c3
|
|
@ -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>
|
||||
Loading…
Reference in New Issue