From 0df916e0967ee39eeb82e7a6330f65eb7cf3c3be Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 7 Apr 2000 17:37:24 +0000 Subject: [PATCH] Again update of rule manual page. --- doc/src/sgml/ref/create_rule.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml index cd89b739fb..96ef1687f1 100644 --- a/doc/src/sgml/ref/create_rule.sgml +++ b/doc/src/sgml/ref/create_rule.sgml @@ -1,5 +1,5 @@ @@ -70,7 +70,7 @@ CREATE RULE name AS ON condition - Any SQL WHERE clause. new or + Any SQL WHERE clause, new or current can appear instead of an instance variable whenever an instance variable is permissible in SQL. @@ -80,7 +80,7 @@ CREATE RULE name AS ON action - Any SQL statement. new or + Any SQL statement, new or current can appear instead of an instance variable whenever an instance variable is permissible in SQL. -- 2.40.0