Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

Trigger Struct Reference

#include <reltrigger.h>

Data Fields

Oid tgoid
char * tgname
Oid tgfoid
int16 tgtype
char tgenabled
bool tgisinternal
Oid tgconstrrelid
Oid tgconstrindid
Oid tgconstraint
bool tgdeferrable
bool tginitdeferred
int16 tgnargs
int16 tgnattr
int16tgattr
char ** tgargs
char * tgqual

Detailed Description

Definition at line 23 of file reltrigger.h.


Field Documentation

Definition at line 28 of file reltrigger.h.

Referenced by AfterTriggerSaveEvent(), ExecCallTriggerFunc(), and RelationBuildTriggers().

Definition at line 31 of file reltrigger.h.

Referenced by RelationBuildTriggers(), and validateForeignKeyConstraint().


The documentation for this struct was generated from the following file: