|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.38 2003/11/29 19:51:38 pgsql Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.39 2003/12/01 17:58:27 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -33,11 +33,11 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
|
33 | 33 | <command>CREATE TRIGGER</command> creates a new trigger. The
|
34 | 34 | trigger will be associated with the specified table and will
|
35 | 35 | execute the specified function <replaceable
|
36 |
| - class="parameter">func</replaceable> when certain events occur. |
| 36 | + class="parameter">funcname</replaceable> when certain events occur. |
37 | 37 | </para>
|
38 | 38 |
|
39 | 39 | <para>
|
40 |
| - The trigger can be specified to fire either beforebeforethe |
| 40 | + The trigger can be specified to fire either before the |
41 | 41 | operation is attempted on a row (before constraints are checked and
|
42 | 42 | the <command>INSERT</command>, <command>UPDATE</command>, or
|
43 | 43 | <command>DELETE</command> is attempted) or after the operation has
|
@@ -143,7 +143,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
|
143 | 143 | </varlistentry>
|
144 | 144 |
|
145 | 145 | <varlistentry>
|
146 |
| - <term><replaceable class="parameter">func</replaceable></term> |
| 146 | + <term><replaceable class="parameter">funcname</replaceable></term> |
147 | 147 | <listitem>
|
148 | 148 | <para>
|
149 | 149 | A user-supplied function that is declared as taking no arguments
|
|