projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3870609
)
Add doc link to section about how to compile triggers.
author
Bruce Momjian
Tue, 7 Apr 2009 04:02:41 +0000
(
04:02
+0000)
committer
Bruce Momjian
Tue, 7 Apr 2009 04:02:41 +0000
(
04:02
+0000)
doc/src/sgml/trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/trigger.sgml
b/doc/src/sgml/trigger.sgml
index ea368818069d339c270119d38c6ff33025c4988a..ac4812278e7dd060caee72472d5b353b92489270 100644
(file)
--- a/
doc/src/sgml/trigger.sgml
+++ b/
doc/src/sgml/trigger.sgml
@@
-1,4
+1,4
@@
-
+
Triggers
@@
-635,8
+635,8
@@
trigf(PG_FUNCTION_ARGS)
- After you have compiled the source code
, declare the function and
- the triggers:
+ After you have compiled the source code
(see
+
linkend="dfunc">), declare the function and
the triggers:
CREATE FUNCTION trigf() RETURNS trigger
AS '
filename>'