Decorate WITH with literal markup tags
authorDaniel Gustafsson
Tue, 16 Jan 2024 12:51:15 +0000 (13:51 +0100)
committerDaniel Gustafsson
Tue, 16 Jan 2024 12:51:15 +0000 (13:51 +0100)
One instance of "WITH clause" was not using  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
Discussion: https://postgr.es/m/CACJufxGJKY9ZCPV2WDM6xFsXq9C8r7r3vU6AkScN+p9k6CEpMw@mail.gmail.com
Backpatch-through: v15

doc/src/sgml/ref/merge.sgml

index d66a0626b42aa597f0eef2f61d61dd71cd851da0..f643e6254d1d7bac8c5034550f3e735683965a37 100644 (file)
@@ -627,8 +627,8 @@ WHEN MATCHED THEN
     This command conforms to the SQL standard.
   
    
-    The WITH clause and DO NOTHING action are extensions to
-    the SQL standard.
+    The WITH clause and DO NOTHING
+    action are extensions to the SQL standard.