From 03273e99b3589aa05bc8956eadc1c9fb181cab00 Mon Sep 17 00:00:00 2001 From: Ruixiang Li <461834084@qq.com> Date: Mon, 18 Mar 2024 17:08:04 +0800 Subject: [PATCH] repair the syntax description returned by '/h cursor'. --- doc/src/sgml/ref/cursor.sgmlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/cursor.sgmlin b/doc/src/sgml/ref/cursor.sgmlin index b24e916bc..ffd0ebba9 100644 --- a/doc/src/sgml/ref/cursor.sgmlin +++ b/doc/src/sgml/ref/cursor.sgmlin @@ -11,7 +11,7 @@ CURSOR cursor_name - [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ] + [ BINARY ] [ NO SCROLL ] [ { WITH | WITHOUT } HOLD ] FOR query ;