mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Duplicate expansion of "direction" from FETCH's synopsis into MOVE
This commit is contained in:
@@ -25,6 +25,7 @@ PostgreSQL documentation
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
|
<!-- Note the "direction" bit is also in ref/move.sgml -->
|
||||||
<synopsis>
|
<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>
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,26 @@ PostgreSQL documentation
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
|
<!-- Note the "direction" bit is also in ref/fetch.sgml -->
|
||||||
<synopsis>
|
<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>
|
||||||
|
|
||||||
|
NEXT
|
||||||
|
PRIOR
|
||||||
|
FIRST
|
||||||
|
LAST
|
||||||
|
ABSOLUTE <replaceable class="PARAMETER">count</replaceable>
|
||||||
|
RELATIVE <replaceable class="PARAMETER">count</replaceable>
|
||||||
|
<replaceable class="PARAMETER">count</replaceable>
|
||||||
|
ALL
|
||||||
|
FORWARD
|
||||||
|
FORWARD <replaceable class="PARAMETER">count</replaceable>
|
||||||
|
FORWARD ALL
|
||||||
|
BACKWARD
|
||||||
|
BACKWARD <replaceable class="PARAMETER">count</replaceable>
|
||||||
|
BACKWARD ALL
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user