From 7bcf57a0ca6601163c441270d031bb52e6abc9d2 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 d5ad930eef..655f7dcc05 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.