diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 1 | ||||
| -rw-r--r-- | doc/src/sgml/ref/move.sgml | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 1e3cbea08fd..b78fed267b9 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -25,6 +25,7 @@ PostgreSQL documentation </indexterm> <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> diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 209d5fd8231..231f537c860 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -25,8 +25,26 @@ PostgreSQL documentation </indexterm> <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> + +<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> </refsynopsisdiv> |
