PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NotifyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * conditionname
 
char * payload
 

Detailed Description

Definition at line 3718 of file parsenodes.h.

Field Documentation

◆ conditionname

char* NotifyStmt::conditionname

Definition at line 3721 of file parsenodes.h.

◆ payload

char* NotifyStmt::payload

Definition at line 3722 of file parsenodes.h.

◆ type

NodeTag NotifyStmt::type

Definition at line 3720 of file parsenodes.h.


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