From: Bruce Momjian Date: Tue, 7 Apr 2009 04:02:41 +0000 (+0000) Subject: Add doc link to section about how to compile triggers. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f358e6131448a60c092acec2169858ac8d46349c;p=users%2Fsimon%2Fpostgres.git Add doc link to section about how to compile triggers. --- diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index 1fe6f38ba5..2af98be5eb 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -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 ), declare the function and the triggers: CREATE FUNCTION trigf() RETURNS trigger AS 'filename'