File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.16 2006/10/16 19:33:12 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.17 2006/10/17 12:53:03 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -52,20 +52,20 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
5252 <para>
5353 The name of the constraint trigger. The actual name of the
5454 created trigger will be of the form
55- <literal>RI_ConstraintTrigger_0000<literal> (where 0000 is some number
55+ <literal>RI_ConstraintTrigger_0000</ literal> (where 0000 is some number
5656 assigned by the server).
5757 Use this assigned name when dropping the trigger.
5858 </para>
5959 </listitem>
6060 </varlistentry>
6161
6262 <varlistentry>
63- <term><replaceable class="PARAMETER">events </replaceable></term>
63+ <term><replaceable class="PARAMETER">event </replaceable></term>
6464 <listitem>
6565 <para>
6666 One of <literal>INSERT</literal>, <literal>UPDATE</literal>, or
6767 <literal>DELETE</literal>; this specifies the event that will fire the
68- trigger. Multiple events can be specified using <literal>OR<literal>.
68+ trigger. Multiple events can be specified using <literal>OR</ literal>.
6969 </para>
7070 </listitem>
7171 </varlistentry>
You can’t perform that action at this time.
0 commit comments