Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c35eb15

Browse files
committed
Add doc link to section about how to compile triggers.
1 parent 3870609 commit c35eb15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/trigger.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.54 2009/01/06 16:39:52 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.55 2009/04/07 04:02:41 momjian Exp $ -->
22

33
<chapter id="triggers">
44
<title>Triggers</title>
@@ -635,8 +635,8 @@ trigf(PG_FUNCTION_ARGS)
635635
</para>
636636

637637
<para>
638-
After you have compiled the source code, declare the function and
639-
the triggers:
638+
After you have compiled the source code (see <xref
639+
linkend="dfunc">), declare the function and the triggers:
640640
<programlisting>
641641
CREATE FUNCTION trigf() RETURNS trigger
642642
AS '<replaceable>filename</>'

0 commit comments

Comments
 (0)