aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-07 17:23:11 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-07 17:23:11 +0000
commitd27a566583fc512c18823f23ecefa3b7a8b693f9 (patch)
tree5f05cd2b65f32e305d27b9c7db7189b2a4659d10 /doc/src
parenta349733bbbeaca5aa5b0b3520963b01a455c9ff8 (diff)
downloadpostgresql-d27a566583fc512c18823f23ecefa3b7a8b693f9.tar.gz
postgresql-d27a566583fc512c18823f23ecefa3b7a8b693f9.zip
Remove mention of INSTANCE rule system, because it is gone.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_rule.sgml8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml
index e81de58afdb..05d2e668a9a 100644
--- a/doc/src/sgml/ref/create_rule.sgml
+++ b/doc/src/sgml/ref/create_rule.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.10 1999/07/22 15:09:08 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.11 2000/04/07 17:23:11 momjian Exp $
Postgres documentation
-->
@@ -192,12 +192,6 @@ ON UPDATE TO emp-1.salary WHERE emp-2.name = "Joe"
<literal>NOTHING</literal>.
</para>
<para>
- When choosing between the rewrite and instance rule systems for a
- particular rule application, remember that in the rewrite system,
- <literal>current</literal> refers to a relation and some qualifiers
- whereas in the instance system it refers to an instance (tuple).
- </para>
- <para>
It is very important to note that the rewrite rule system
will neither detect nor process circular rules. For example, though each
of the following two rule definitions are accepted by