PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TriggerTransition Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charname
 
bool isNew
 
bool isTable
 

Detailed Description

Definition at line 1888 of file parsenodes.h.

Field Documentation

◆ isNew

bool TriggerTransition::isNew

Definition at line 1892 of file parsenodes.h.

◆ isTable

bool TriggerTransition::isTable

Definition at line 1893 of file parsenodes.h.

◆ name

char* TriggerTransition::name

Definition at line 1891 of file parsenodes.h.

◆ type

NodeTag TriggerTransition::type

Definition at line 1890 of file parsenodes.h.


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