mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
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
This commit is contained in:
parent
2b656cbd2f
commit
25e5663b8c
@ -627,8 +627,8 @@ WHEN MATCHED THEN
|
|||||||
This command conforms to the <acronym>SQL</acronym> standard.
|
This command conforms to the <acronym>SQL</acronym> standard.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The WITH clause and <literal>DO NOTHING</literal> action are extensions to
|
The <literal>WITH</literal> clause and <literal>DO NOTHING</literal>
|
||||||
the <acronym>SQL</acronym> standard.
|
action are extensions to the <acronym>SQL</acronym> standard.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user