diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index ea368818069..ac4812278e7 100644 --- 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 ), declare the function and the triggers: CREATE FUNCTION trigf() RETURNS trigger AS 'filename'