diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index b6d66215a9..68cf660e7e 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -29,8 +29,7 @@ PostgreSQL documentation FETCH [ direction ] [ FROM | IN ] cursor_name -where direction can -be one of: +where direction can be one of: NEXT PRIOR diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 8378439deb..89b5a24101 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -29,8 +29,7 @@ PostgreSQL documentation MOVE [ direction ] [ FROM | IN ] cursor_name -where direction can -be one of: +where direction can be one of: NEXT PRIOR