doc: Update link
authorPeter Eisentraut
Fri, 21 Apr 2017 23:42:01 +0000 (19:42 -0400)
committerPeter Eisentraut
Fri, 21 Apr 2017 23:43:50 +0000 (19:43 -0400)
The reference "That is the topic of the next section." has been
incorrect since the materialized views documentation got inserted
between the section "rules-views" and "rules-update".

Author: Zertrin 

doc/src/sgml/rules.sgml

index ca1b767d69a86441bb6f889673fccac7b168d466..bcbc1703355384bdcb065f7392a00cefa3f3bf18 100644 (file)
@@ -862,7 +862,7 @@ SELECT t1.a, t2.b, t1.ctid FROM t1, t2 WHERE t1.a = t2.a;
     UPDATE, and DELETE commands on
     a view. These rules will rewrite the command, typically into a command
     that updates one or more tables, rather than views. That is the topic
-    of the next section.
+    of .