PostgreSQL Source Code git master
NotifyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * conditionname
 
char * payload
 

Detailed Description

Definition at line 3758 of file parsenodes.h.

Field Documentation

◆ conditionname

char* NotifyStmt::conditionname

Definition at line 3761 of file parsenodes.h.

◆ payload

char* NotifyStmt::payload

Definition at line 3762 of file parsenodes.h.

◆ type

NodeTag NotifyStmt::type

Definition at line 3760 of file parsenodes.h.


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