|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.30 2001/12/08 03:24:35 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.31 2002/01/24 18:28:15 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -109,8 +109,8 @@ NOTHING
|
109 | 109 | <replaceable class="parameter">object</replaceable>).
|
110 | 110 | <literal>new</literal> is valid in ON INSERT and ON UPDATE rules
|
111 | 111 | to refer to the new row being inserted or updated.
|
112 |
| - <literal>old</literal> is valid in ONSELECT, ONUPDATE, and ON DELETE |
113 |
| - rules to refer to the existing row beingselected,updated, or deleted. |
| 112 | + <literal>old</literal> is valid in ON UPDATE and ON DELETE |
| 113 | + rules to refer to the existing row being updated or deleted. |
114 | 114 | </para>
|
115 | 115 | </refsect2>
|
116 | 116 |
|
|