PostgreSQL Source Code  git master
NotifyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * conditionname
 
char * payload
 

Detailed Description

Definition at line 3634 of file parsenodes.h.

Field Documentation

◆ conditionname

char* NotifyStmt::conditionname

Definition at line 3637 of file parsenodes.h.

◆ payload

char* NotifyStmt::payload

Definition at line 3638 of file parsenodes.h.

◆ type

NodeTag NotifyStmt::type

Definition at line 3636 of file parsenodes.h.


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