mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
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
8488babc7f
commit
e7c2e02a66
@ -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