From: Daniel Gustafsson Date: Tue, 16 Jan 2024 12:51:15 +0000 (+0100) Subject: Decorate WITH with literal markup tags X-Git-Tag: REL_17_BETA1~1100 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7bcf57a0ca6601163c441270d031bb52e6abc9d2;p=postgresql.git 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 --- diff --git a/doc/src/sgml/ref/merge.sgml b/doc/src/sgml/ref/merge.sgml index d5ad930eef2..655f7dcc05c 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.