Header And Logo

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

Data Fields

CreateTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
char * trigname
RangeVar * relation
List * funcname
List * args
bool row
int16 timing
int16 events
List * columns
Node * whenClause
bool isconstraint
bool deferrable
bool initdeferred
RangeVar * constrrel

Detailed Description

Definition at line 1730 of file parsenodes.h.


Field Documentation

Definition at line 1732 of file parsenodes.h.


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