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 438269e commit b251cf3Copy full SHA for b251cf3
doc/src/sgml/trigger.sgml
@@ -573,7 +573,7 @@ typedef struct TriggerData
573
<listitem>
574
<para>
575
A pointer to a structure of type <structname>Trigger</>,
576
- defined in <filename>utils/rel.h</>:
+ defined in <filename>utils/reltrigger.h</>:
577
578
<programlisting>
579
typedef struct Trigger
@@ -671,7 +671,8 @@ CREATE TABLE ttest (
671
<programlisting><![CDATA[
672
#include "postgres.h"
673
#include "executor/spi.h" /* this is what you need to work with SPI */
674
-#include "commands/trigger.h" /* ... and triggers */
+#include "commands/trigger.h" /* ... triggers ... */
675
+#include "utils/rel.h" /* ... and relations */
676
677
#ifdef PG_MODULE_MAGIC
678
PG_MODULE_MAGIC;
0 commit comments