Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7bcf57a

Browse files
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.universality@gmail.com> Discussion: https://postgr.es/m/CACJufxGJKY9ZCPV2WDM6xFsXq9C8r7r3vU6AkScN+p9k6CEpMw@mail.gmail.com Backpatch-through: v15
1 parent c6b86ea commit 7bcf57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/merge.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ WHEN MATCHED THEN
627627
This command conforms to the <acronym>SQL</acronym> standard.
628628
</para>
629629
<para>
630-
The WITH clause and <literal>DO NOTHING</literal> action are extensions to
631-
the <acronym>SQL</acronym> standard.
630+
The <literal>WITH</literal> clause and <literal>DO NOTHING</literal>
631+
action are extensions to the <acronym>SQL</acronym> standard.
632632
</para>
633633
</refsect1>
634634
</refentry>

0 commit comments

Comments
 (0)