Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit db42e32

Browse files
committed
Fix documentation misstatement: OLD is not valid in ON SELECT.
1 parent a45641d commit db42e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/create_rule.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.30 2001/12/08 03:24:35 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.31 2002/01/24 18:28:15 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -109,8 +109,8 @@ NOTHING
109109
<replaceable class="parameter">object</replaceable>).
110110
<literal>new</literal> is valid in ON INSERT and ON UPDATE rules
111111
to refer to the new row being inserted or updated.
112-
<literal>old</literal> is valid in ON SELECT, ON UPDATE, and ON DELETE
113-
rules to refer to the existing row being selected, updated, or deleted.
112+
<literal>old</literal> is valid in ON UPDATE and ON DELETE
113+
rules to refer to the existing row being updated or deleted.
114114
</para>
115115
</refsect2>
116116

0 commit comments

Comments
 (0)