PostgreSQL Source Code git master
AlterEventTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * trigname
 
char tgenabled
 

Detailed Description

Definition at line 3175 of file parsenodes.h.

Field Documentation

◆ tgenabled

char AlterEventTrigStmt::tgenabled

Definition at line 3179 of file parsenodes.h.

◆ trigname

char* AlterEventTrigStmt::trigname

Definition at line 3178 of file parsenodes.h.

◆ type

NodeTag AlterEventTrigStmt::type

Definition at line 3177 of file parsenodes.h.


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