8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3870609 commit c35eb15Copy full SHA for c35eb15
doc/src/sgml/trigger.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="triggers">
4
<title>Triggers</title>
@@ -635,8 +635,8 @@ trigf(PG_FUNCTION_ARGS)
635
</para>
636
637
<para>
638
- After you have compiled the source code, declare the function and
639
- the triggers:
+ After you have compiled the source code (see <xref
+ linkend="dfunc">), declare the function and the triggers:
640
<programlisting>
641
CREATE FUNCTION trigf() RETURNS trigger
642
AS '<replaceable>filename</>'
0 commit comments