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 ;