From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix markup in synopsis |
Date: | 2022-05-18 16:21:16 |
Message-ID: | E1nrMQG-001LHE-Jr@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix markup in synopsis
There is no need for a <literal> inside a <synopsis>, since the latter
is already all "literal" implicitly. Also, create_help.pl misparses
it. So just remove it.
Reported-by: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/20220517.174342.1884842412165214815.horikyota.ntt%40gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/81e3c83d988daa8fd763ec5104d540713832dd1a
Modified Files
--------------
doc/src/sgml/ref/copy.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2022-05-18 16:34:56 | pgsql: Make EXPLAIN MERGE output format more compact |
Previous Message | Michael Paquier | 2022-05-18 00:49:00 | pgsql: pgbench: Restore compatibility of --partitions=0 |