PostgreSQL Source Code  git master
AlterEventTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * trigname
 
char tgenabled
 

Detailed Description

Definition at line 2967 of file parsenodes.h.

Field Documentation

◆ tgenabled

char AlterEventTrigStmt::tgenabled

Definition at line 2971 of file parsenodes.h.

◆ trigname

char* AlterEventTrigStmt::trigname

Definition at line 2970 of file parsenodes.h.

◆ type

NodeTag AlterEventTrigStmt::type

Definition at line 2969 of file parsenodes.h.


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