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 9bdad1b5153e5d6b77a8f9c6e32286d6bafcd76d to fix this for now.
This commit is contained in:
parent
20d9da1072
commit
c7b31ecc27
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user