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:
2af1803
)
Fix documentation misstatement: OLD is not valid in ON SELECT.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 24 Jan 2002 18:28:15 +0000
(18:28 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 24 Jan 2002 18:28:15 +0000
(18:28 +0000)
doc/src/sgml/ref/create_rule.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_rule.sgml
b/doc/src/sgml/ref/create_rule.sgml
index a48d10bc6deb0baf2612f8625917201184ed2af5..0ccbb424d6ec6c877ed81b6b8dbb375b81b5da7a 100644
(file)
--- a/
doc/src/sgml/ref/create_rule.sgml
+++ b/
doc/src/sgml/ref/create_rule.sgml
@@
-109,8
+109,8
@@
NOTHING
<replaceable class="parameter">object</replaceable>).
<literal>new</literal> is valid in ON INSERT and ON UPDATE rules
to refer to the new row being inserted or updated.
- <literal>old</literal> is valid in ON
SELECT, ON UPDATE,
and ON DELETE
- rules to refer to the existing row being
selected, updated,
or deleted.
+ <literal>old</literal> is valid in ON
UPDATE
and ON DELETE
+ rules to refer to the existing row being
updated
or deleted.
</para>
</refsect2>