projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebfaf7
)
Fix inconsistancies in field names. From Tom Samplonius
.
author
Thomas G. Lockhart
Tue, 12 Sep 2000 05:30:06 +0000
(
05:30
+0000)
committer
Thomas G. Lockhart
Tue, 12 Sep 2000 05:30:06 +0000
(
05:30
+0000)
doc/src/sgml/ref/create_trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_trigger.sgml
b/doc/src/sgml/ref/create_trigger.sgml
index 1b5d2329a112bb1d5ffff81cb88adce6afe674be..c1b6e3802986728de62d6b1b119b33055578e42b 100644
(file)
--- a/
doc/src/sgml/ref/create_trigger.sgml
+++ b/
doc/src/sgml/ref/create_trigger.sgml
@@
-1,5
+1,5
@@
@@
-63,7
+63,7
@@
CREATE TRIGGER
name
{ BEFORE | AFTE
-
func
name
+
func
A user-supplied function.
@@
-110,8
+110,8
@@
CREATE
CREATE TRIGGER
will enter a new trigger into the current
data base. The trigger will be associated with the relation
-
relnam
e
and will execute
- the specified function
func
name
.
+
tabl
e
and will execute
+ the specified function
func
.