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 + FETCH [ direction [ FROM | IN ] ] cursor_name 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 + MOVE [ direction [ FROM | IN ] ] cursor_name + +where direction can be empty or one of: + + NEXT + PRIOR + FIRST + LAST + ABSOLUTE count + RELATIVE count + count + ALL + FORWARD + FORWARD count + FORWARD ALL + BACKWARD + BACKWARD count + BACKWARD ALL