projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592b690
)
Again update of rule manual page.
author
Bruce Momjian
Fri, 7 Apr 2000 17:37:24 +0000
(17:37 +0000)
committer
Bruce Momjian
Fri, 7 Apr 2000 17:37:24 +0000
(17:37 +0000)
doc/src/sgml/ref/create_rule.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_rule.sgml
b/doc/src/sgml/ref/create_rule.sgml
index cd89b739fbe58430e5ef3c8aca9cc9fc382c90fd..96ef1687f17de7d70764e7c507b9bee9f0ab29a6 100644
(file)
--- 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.