doc: Fix XML formatting that psql cannot handle

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
9bdad1b515 to fix this for now.
This commit is contained in:
Peter Eisentraut 2023-02-03 09:04:35 +01:00
parent 98811323c8
commit 2010d8b75a
2 changed files with 2 additions and 4 deletions

View 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

View 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