git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b6b587)
Minor wording improvement suggested by a comment in the interactive docs.
2003年11月15日 19:46:31 +0000 (19:46 +0000)
2003年11月15日 19:46:31 +0000 (19:46 +0000)

diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml
index fcf1c1753ee454cec2d4660cac77aa4121f62c3e..a1a59f17c979d825fbae2078a2c60474a1b7e801 100644 (file)
--- a/doc/src/sgml/trigger.sgml
+++ b/doc/src/sgml/trigger.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/trigger.sgml,v 1.31 2003年10月22日 22:28:10 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/trigger.sgml,v 1.32 2003年11月15日 19:46:31 tgl Exp $
-->
<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
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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /