projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cded0a9
)
Minor wording improvement suggested by a comment in the interactive docs.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 19:46:36 +0000
(19:46 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 19:46:36 +0000
(19:46 +0000)
doc/src/sgml/trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/trigger.sgml
b/doc/src/sgml/trigger.sgml
index 2d6b934b63e967dd579ec538da305fcec2a0a0ad..fd352aad57f2ff52dde9fa72382355f5acc16d49 100644
(file)
--- a/
doc/src/sgml/trigger.sgml
+++ b/
doc/src/sgml/trigger.sgml
@@
-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>