diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml index cd89b739fbe..96ef1687f17 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.