Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix XML formatting that psql cannot handle
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 3 Feb 2023 08:04:35 +0000 (09:04 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 3 Feb 2023 08:08:22 +0000 (09:08 +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 b6d66215a97fb693eb3cf67ecd7450490a33936f..68cf660e7ed5ff03cdba4936919c86f573307efd 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