pgsql: Decorate WITH with literal markup tags

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Decorate WITH with literal markup tags
Date: 2024-01-16 13:32:10
Message-ID: E1rPjY2-001gj4-VQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Decorate WITH with literal markup tags

One instance of "WITH clause" was not using <literal> tags around
WITH, while others were, so add markup to the last one to ensure
consistency. Backpatch to v15 where MERGE was added.

Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxGJKY9ZCPV2WDM6xFsXq9C8r7r3vU6AkScN+p9k6CEpMw@mail.gmail.com
Backpatch-through: v15

Branch
------
REL_16_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/merge.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-01-16 13:32:29 pgsql: Decorate WITH with literal markup tags
Previous Message Daniel Gustafsson 2024-01-16 13:30:49 pgsql: Decorate WITH with literal markup tags