Commit c35eb150 authored by Bruce Momjian's avatar Bruce Momjian

Add doc link to section about how to compile triggers.

parent 38706095
<!-- $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"> <chapter id="triggers">
<title>Triggers</title> <title>Triggers</title>
...@@ -635,8 +635,8 @@ trigf(PG_FUNCTION_ARGS) ...@@ -635,8 +635,8 @@ trigf(PG_FUNCTION_ARGS)
</para> </para>
<para> <para>
After you have compiled the source code, declare the function and After you have compiled the source code (see <xref
the triggers: linkend="dfunc">), declare the function and the triggers:
<programlisting> <programlisting>
CREATE FUNCTION trigf() RETURNS trigger CREATE FUNCTION trigf() RETURNS trigger
AS '<replaceable>filename</>' AS '<replaceable>filename</>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment