PostgreSQL Source Code git master
NotifyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * conditionname
 
char * payload
 

Detailed Description

Definition at line 3786 of file parsenodes.h.

Field Documentation

◆ conditionname

char* NotifyStmt::conditionname

Definition at line 3789 of file parsenodes.h.

◆ payload

char* NotifyStmt::payload

Definition at line 3790 of file parsenodes.h.

◆ type

NodeTag NotifyStmt::type

Definition at line 3788 of file parsenodes.h.


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