projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2985e16
)
doc: improve CREATE RULE event list
author
Bruce Momjian
Tue, 22 Apr 2014 21:54:42 +0000
(17:54 -0400)
committer
Bruce Momjian
Tue, 22 Apr 2014 21:54:42 +0000
(17:54 -0400)
Patch by Fujii Masao
Report by Emanuel Calvo
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 d3212b5e5a02e888517a02ec51adfa814161c3a5..677766a2d5e3659b15b122a02503f16f63c6c5b9 100644
(file)
--- a/
doc/src/sgml/ref/create_rule.sgml
+++ b/
doc/src/sgml/ref/create_rule.sgml
@@
-24,6
+24,10
@@
PostgreSQL documentation
CREATE [ OR REPLACE ] RULE
name
AS ON
event
TO
table_name
[ WHERE
condition
]
DO [ ALSO | INSTEAD ] { NOTHING |
command
| (
command
;
command
... ) }
+
+
where
event
can be one of:
+
+ SELECT | INSERT | UPDATE | DELETE