|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="triggers">
|
4 | 4 | <title>Triggers</title>
|
@@ -635,8 +635,8 @@ trigf(PG_FUNCTION_ARGS)
|
635 | 635 | </para>
|
636 | 636 |
|
637 | 637 | <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 andthe triggers: |
640 | 640 | <programlisting>
|
641 | 641 | CREATE FUNCTION trigf() RETURNS trigger
|
642 | 642 | AS '<replaceable>filename</>'
|
|