diff options
-rw-r--r-- | doc/src/sgml/trigger.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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) </para> <para> - After you have compiled the source code, declare the function and - the triggers: + After you have compiled the source code (see <xref + linkend="dfunc">), declare the function and the triggers: <programlisting> CREATE FUNCTION trigf() RETURNS trigger AS '<replaceable>filename</>' |