Skip to content

Commit 8c250f3

Browse files
committed
Duplicate expansion of "direction" from FETCH's synopsis into MOVE
1 parent 6c57239 commit 8c250f3

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/src/sgml/ref/fetch.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ PostgreSQL documentation
2525
</indexterm>
2626

2727
<refsynopsisdiv>
28+
<!-- Note the "direction" bit is also in ref/move.sgml -->
2829
<synopsis>
2930
FETCH [ <replaceable class="PARAMETER">direction</replaceable> [ FROM | IN ] ] <replaceable class="PARAMETER">cursor_name</replaceable>
3031

doc/src/sgml/ref/move.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,26 @@ PostgreSQL documentation
2525
</indexterm>
2626

2727
<refsynopsisdiv>
28+
<!-- Note the "direction" bit is also in ref/fetch.sgml -->
2829
<synopsis>
2930
MOVE [ <replaceable class="PARAMETER">direction</replaceable> [ FROM | IN ] ] <replaceable class="PARAMETER">cursor_name</replaceable>
31+
32+
<phrase>where <replaceable class="PARAMETER">direction</replaceable> can be empty or one of:</phrase>
33+
34+
NEXT
35+
PRIOR
36+
FIRST
37+
LAST
38+
ABSOLUTE <replaceable class="PARAMETER">count</replaceable>
39+
RELATIVE <replaceable class="PARAMETER">count</replaceable>
40+
<replaceable class="PARAMETER">count</replaceable>
41+
ALL
42+
FORWARD
43+
FORWARD <replaceable class="PARAMETER">count</replaceable>
44+
FORWARD ALL
45+
BACKWARD
46+
BACKWARD <replaceable class="PARAMETER">count</replaceable>
47+
BACKWARD ALL
3048
</synopsis>
3149
</refsynopsisdiv>
3250

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy