From 25e5663b8cd3a63008b9bea790d9a41e569103fe Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 16 Jan 2024 13:51:15 +0100 Subject: [PATCH] Decorate WITH with literal markup tags 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/merge.sgml b/doc/src/sgml/ref/merge.sgml index d66a0626b4..f643e6254d 100644 --- a/doc/src/sgml/ref/merge.sgml +++ b/doc/src/sgml/ref/merge.sgml @@ -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.