From: Bruce Momjian Date: Fri, 7 Apr 2000 17:37:24 +0000 (+0000) Subject: Again update of rule manual page. X-Git-Tag: REL7_0~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0df916e0967ee39eeb82e7a6330f65eb7cf3c3be;p=postgresql Again update of rule manual page. --- 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.