Skip to content

Commit c76037a

Browse files
committed
Minor wording improvement suggested by a comment in the interactive docs.
1 parent 5b6b587 commit c76037a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/trigger.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<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
7171

7272
A before trigger that does not intend to cause either of these
7373
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).
7577
</para>
7678

7779
<para>

0 commit comments

Comments
 (0)