aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-04-07 04:02:41 +0000
committerBruce Momjian <bruce@momjian.us>2009-04-07 04:02:41 +0000
commitc35eb1504a7984754d734e20ed1e4732be6fabc4 (patch)
tree0a9dc099757207564e4829c95728f7b486848f91
parent387060951e40d550d37fe0457521e900d8c60feb (diff)
downloadpostgresql-c35eb1504a7984754d734e20ed1e4732be6fabc4.tar.gz
postgresql-c35eb1504a7984754d734e20ed1e4732be6fabc4.zip
Add doc link to section about how to compile triggers.
-rw-r--r--doc/src/sgml/trigger.sgml6
1 files changed, 3 insertions, 3 deletions
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 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.54 2009/01/06 16:39:52 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.55 2009/04/07 04:02:41 momjian Exp $ -->
<chapter id="triggers">
<title>Triggers</title>
@@ -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</>'