Again update of rule manual page.
authorBruce Momjian
Fri, 7 Apr 2000 17:37:24 +0000 (17:37 +0000)
committerBruce Momjian
Fri, 7 Apr 2000 17:37:24 +0000 (17:37 +0000)
doc/src/sgml/ref/create_rule.sgml

index cd89b739fbe58430e5ef3c8aca9cc9fc382c90fd..96ef1687f17de7d70764e7c507b9bee9f0ab29a6 100644 (file)
@@ -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.