From c7b31ecc27f4056a40e17432dc17c1aeffe5d117 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 3 Feb 2023 09:04:35 +0100 Subject: [PATCH] doc: Fix XML formatting that psql cannot handle Breaking over two lines is not handled by psql's create_help.pl. (It creates faulty \help output.) Undo the formatting change introduced by 9bdad1b5153e5d6b77a8f9c6e32286d6bafcd76d to fix this for now. --- doc/src/sgml/ref/fetch.sgml | 3 +-- doc/src/sgml/ref/move.sgml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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