mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42: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
98811323c8
commit
2010d8b75a
@ -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