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

index b6d66215a97fb693eb3cf67ecd7450490a33936f..68cf660e7ed5ff03cdba4936919c86f573307efd 100644 (file)
@@ -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
index 8378439debbadb11ef7bcd078c37a01e92e2e13a..89b5a24101353ddb72366494012054f052b66957 100644 (file)
@@ -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