|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -52,20 +52,20 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
|
52 | 52 | <para>
|
53 | 53 | The name of the constraint trigger. The actual name of the
|
54 | 54 | 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 |
56 | 56 | assigned by the server).
|
57 | 57 | Use this assigned name when dropping the trigger.
|
58 | 58 | </para>
|
59 | 59 | </listitem>
|
60 | 60 | </varlistentry>
|
61 | 61 |
|
62 | 62 | <varlistentry>
|
63 |
| - <term><replaceable class="PARAMETER">events</replaceable></term> |
| 63 | + <term><replaceable class="PARAMETER">event</replaceable></term> |
64 | 64 | <listitem>
|
65 | 65 | <para>
|
66 | 66 | One of <literal>INSERT</literal>, <literal>UPDATE</literal>, or
|
67 | 67 | <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>. |
69 | 69 | </para>
|
70 | 70 | </listitem>
|
71 | 71 | </varlistentry>
|
|