PostgreSQL Source Code  git master
AlterEventTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * trigname
 
char tgenabled
 

Detailed Description

Definition at line 3053 of file parsenodes.h.

Field Documentation

◆ tgenabled

char AlterEventTrigStmt::tgenabled

Definition at line 3057 of file parsenodes.h.

◆ trigname

char* AlterEventTrigStmt::trigname

Definition at line 3056 of file parsenodes.h.

◆ type

NodeTag AlterEventTrigStmt::type

Definition at line 3055 of file parsenodes.h.


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