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:29
Message-ID: E1rPjYL-001gjg-QU@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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/25e5663b8cd3a63008b9bea790d9a41e569103fe

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 Peter Eisentraut 2024-01-16 16:30:16 pgsql: Support identity columns in partitioned tables
Previous Message Daniel Gustafsson 2024-01-16 13:32:10 pgsql: Decorate WITH with literal markup tags