|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/trigger.sgml,v 1.31 2003/10/22 22:28:10 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/trigger.sgml,v 1.32 2003/11/15 19:46:31 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="triggers"> |
@@ -71,7 +71,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/trigger.sgml,v 1.31 2003/10/22 22:28:10 tgl |
71 | 71 |
|
72 | 72 | A before trigger that does not intend to cause either of these |
73 | 73 | behaviors must be careful to return as its result the same row that was |
74 | | - passed in. |
| 74 | + passed in (that is, the NEW row for <command>INSERT</command> and |
| 75 | + <command>UPDATE</command> triggers, the OLD row for |
| 76 | + <command>DELETE</command> triggers). |
75 | 77 | </para> |
76 | 78 |
|
77 | 79 | <para> |
|