Minor wording improvement suggested by a comment in the interactive docs.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 19:46:36 +0000 (19:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 19:46:36 +0000 (19:46 +0000)
doc/src/sgml/trigger.sgml

index 2d6b934b63e967dd579ec538da305fcec2a0a0ad..fd352aad57f2ff52dde9fa72382355f5acc16d49 100644 (file)
@@ -71,7 +71,9 @@ $Header$
 
     A before trigger that does not intend to cause either of these
     behaviors must be careful to return as its result the same row that was
-    passed in.
+    passed in (that is, the NEW row for <command>INSERT</command> and
+    <command>UPDATE</command> triggers, the OLD row for
+    <command>DELETE</command> triggers).
    </para>
 
    <para>