:From a297377ad3b760f10e951cf67ad0cea704214f34 Mon Sep 17 00:00:00 2001 From: rir Date: Wed, 29 Sep 2021 19:06:01 -0400 Subject: [PATCH] "empty or" is unusual and redundant --- doc/src/sgml/ref/fetch.sgml | 4 ++-- doc/src/sgml/ref/move.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index ec843f5684..e76b6fc69d 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -25,11 +25,11 @@ PostgreSQL documentation - + FETCH [ direction [ FROM | IN ] ] cursor_name -where direction can be empty or one of: +where direction can one of: NEXT PRIOR diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 4c7d1dca39..1ed06e4c9a 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -25,11 +25,11 @@ PostgreSQL documentation - + MOVE [ direction [ FROM | IN ] ] cursor_name -where direction can be empty or one of: +where direction can one of: NEXT PRIOR -- 2.20.1