mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
doc: show direction is optional in FETCH/MOVE's FROM/IN syntax
It used to show direction was required for FROM/IN. Reported-by: Rob <rirans@comcast.net> Discussion: https://postgr.es/m/20211015165248.isqjceyilelhnu3k@localhost Author: Rob <rirans@comcast.net> Backpatch-through: 10
This commit is contained in:
parent
1083f94dac
commit
9bdad1b515
@ -27,9 +27,10 @@ PostgreSQL documentation
|
||||
<refsynopsisdiv>
|
||||
<!-- Note the "direction" bit is also in ref/move.sgml -->
|
||||
<synopsis>
|
||||
FETCH [ <replaceable class="parameter">direction</replaceable> [ FROM | IN ] ] <replaceable class="parameter">cursor_name</replaceable>
|
||||
FETCH [ <replaceable class="parameter">direction</replaceable> ] [ FROM | IN ] <replaceable class="parameter">cursor_name</replaceable>
|
||||
|
||||
<phrase>where <replaceable class="parameter">direction</replaceable> can be empty or one of:</phrase>
|
||||
<phrase>where <replaceable class="parameter">direction</replaceable> can
|
||||
be one of:</phrase>
|
||||
|
||||
NEXT
|
||||
PRIOR
|
||||
|
@ -27,9 +27,10 @@ PostgreSQL documentation
|
||||
<refsynopsisdiv>
|
||||
<!-- Note the "direction" bit is also in ref/fetch.sgml -->
|
||||
<synopsis>
|
||||
MOVE [ <replaceable class="parameter">direction</replaceable> [ FROM | IN ] ] <replaceable class="parameter">cursor_name</replaceable>
|
||||
MOVE [ <replaceable class="parameter">direction</replaceable> ] [ FROM | IN ] <replaceable class="parameter">cursor_name</replaceable>
|
||||
|
||||
<phrase>where <replaceable class="parameter">direction</replaceable> can be empty or one of:</phrase>
|
||||
<phrase>where <replaceable class="parameter">direction</replaceable> can
|
||||
be one of:</phrase>
|
||||
|
||||
NEXT
|
||||
PRIOR
|
||||
|
Loading…
Reference in New Issue
Block a user