diff options
author | Bruce Momjian | 2009-04-07 04:02:41 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-04-07 04:02:41 +0000 |
commit | f358e6131448a60c092acec2169858ac8d46349c (patch) | |
tree | 4ed8d20b0791c58d50a062aed3e89529ead76bc4 | |
parent | 40629f3ad3bd0d36fa94de9bfa2f9d220f27fbbc (diff) |
Add doc link to section about how to compile triggers.
-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</>' |