mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Fix broken XML
I messed this up in commit 87251e1149
.
Per buildfarm member alabio, via Daniel Gustafsson.
Discussion: https://postgr.es/m/B94D82D1-7AF4-4412-AC02-82EAA6154957@yesql.se
This commit is contained in:
@ -324,9 +324,11 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>ENFORCED</literal></term>
|
<term><literal>ENFORCED</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
This is a noise word. Constraint triggers are always enforced.
|
<para>
|
||||||
|
This is a noise word. Constraint triggers are always enforced.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistitem>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>REFERENCING</literal></term>
|
<term><literal>REFERENCING</literal></term>
|
||||||
|
Reference in New Issue
Block a user