pgsql: doc: Fix XML formatting that psql cannot handle

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix XML formatting that psql cannot handle
Date: 2023-02-03 08:15:27
Message-ID: E1pNrEE-001M2g-EB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/89d28f928c402e9f1890ece4d787825a6c51c2ca

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

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2023-02-03 11:15:51 pgsql: Make int64_div_fast_to_numeric() more robust.
Previous Message Dean Rasheed 2023-02-03 08:12:39 Re: pgsql: Ensure that numeric.c compiles with other NBASE values.