|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.10 2000/04/07 19:20:48 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.11 2000/09/12 05:30:06 thomas Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -63,7 +63,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE |
63 | 63 | </listitem> |
64 | 64 | </varlistentry> |
65 | 65 | <varlistentry> |
66 | | - <term><replaceable class="parameter">funcname</replaceable></term> |
| 66 | + <term><replaceable class="parameter">func</replaceable></term> |
67 | 67 | <listitem> |
68 | 68 | <para> |
69 | 69 | A user-supplied function. |
@@ -110,8 +110,8 @@ CREATE |
110 | 110 | <para> |
111 | 111 | <command>CREATE TRIGGER</command> will enter a new trigger into the current |
112 | 112 | data base. The trigger will be associated with the relation |
113 | | - <replaceable class="parameter">relname</replaceable> and will execute |
114 | | - the specified function <replaceable class="parameter">funcname</replaceable>. |
| 113 | + <replaceable class="parameter">table</replaceable> and will execute |
| 114 | + the specified function <replaceable class="parameter">func</replaceable>. |
115 | 115 | </para> |
116 | 116 |
|
117 | 117 | <para> |
|