!4989 修复 '\h cursor' 返回的语法描述和官网中介绍不一致的问题

Merge pull request !4989 from Ruixiang Li/cursor
This commit is contained in:
opengauss_bot
2024-03-20 08:47:16 +00:00
committed by Gitee

View File

@ -11,7 +11,7 @@
<refsynopsisdiv>
<synopsis>
CURSOR cursor_name
[ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
[ BINARY ] [ NO SCROLL ] [ { WITH | WITHOUT } HOLD ]
FOR query ;
</synopsis>
</refsynopsisdiv>