pgsql: doc: Fix XML formatting that psql cannot handle - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix XML formatting that psql cannot handle
Date
Msg-id E1pNrEE-001M2p-FW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a28bf818eaaa4bc71f492071b5a8e6bb0919e4ed

Modified Files
--------------
doc/src/sgml/ref/fetch.sgml | 3 +--
doc/src/sgml/ref/move.sgml  | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: pgsql: Ensure that numeric.c compiles with other NBASE values.
Next
From: Dean Rasheed
Date:
Subject: pgsql: Make int64_div_fast_to_numeric() more robust.