mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05: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
9bdad1b515 to fix this for now.
This commit is contained in:
parent
8488babc7f
commit
e7c2e02a66
2 changed files with 2 additions and 4 deletions
|
|
@ -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…
Reference in a new issue