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

Commit d27a566

Browse files
committed
Remove mention of INSTANCE rule system, because it is gone.
1 parent a349733 commit d27a566

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/src/sgml/ref/create_rule.sgml

Lines changed: 1 addition & 7 deletions
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.10 1999/07/22 15:09:08 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.11 2000/04/07 17:23:11 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -191,12 +191,6 @@ ON UPDATE TO emp-1.salary WHERE emp-2.name = "Joe"
191191
<replaceable class="parameter">action</replaceable> can be the keyword
192192
<literal>NOTHING</literal>.
193193
</para>
194-
<para>
195-
When choosing between the rewrite and instance rule systems for a
196-
particular rule application, remember that in the rewrite system,
197-
<literal>current</literal> refers to a relation and some qualifiers
198-
whereas in the instance system it refers to an instance (tuple).
199-
</para>
200194
<para>
201195
It is very important to note that the rewrite rule system
202196
will neither detect nor process circular rules. For example, though each

0 commit comments

Comments
 (0)