doc: Fix XML formatting that psql cannot handle
authorPeter Eisentraut <[email protected]>
Fri, 3 Feb 2023 08:04:35 +0000 (09:04 +0100)
committerPeter Eisentraut <[email protected]>
Fri, 3 Feb 2023 08:04:35 +0000 (09:04 +0100)
Breaking <phrase> 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
doc/src/sgml/ref/move.sgml

index 83d58e54b9d82c25abc09f63193f0db64ce3c833..f0f3ac2a02899b933fcc596db28eaaece76b51e7 100644 (file)
@@ -29,8 +29,7 @@ PostgreSQL documentation
 <synopsis>
 FETCH [ <replaceable class="parameter">direction</replaceable> ] [ FROM | IN ] <replaceable class="parameter">cursor_name</replaceable>
 
-<phrase>where <replaceable class="parameter">direction</replaceable> can
-be one of:</phrase>
+<phrase>where <replaceable class="parameter">direction</replaceable> can be one of:</phrase>
 
     NEXT
     PRIOR
index 8378439debbadb11ef7bcd078c37a01e92e2e13a..89b5a24101353ddb72366494012054f052b66957 100644 (file)
@@ -29,8 +29,7 @@ PostgreSQL documentation
 <synopsis>
 MOVE [ <replaceable class="parameter">direction</replaceable> ] [ FROM | IN ] <replaceable class="parameter">cursor_name</replaceable>
 
-<phrase>where <replaceable class="parameter">direction</replaceable> can
-be one of:</phrase>
+<phrase>where <replaceable class="parameter">direction</replaceable> can be one of:</phrase>
 
     NEXT
     PRIOR