PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | conditionname |
char * | payload |
Definition at line 3028 of file parsenodes.h.
char* NotifyStmt::conditionname |
Definition at line 3031 of file parsenodes.h.
Referenced by get_utility_query_def(), and standard_ProcessUtility().
char* NotifyStmt::payload |
Definition at line 3032 of file parsenodes.h.
Referenced by get_utility_query_def(), and standard_ProcessUtility().
NodeTag NotifyStmt::type |
Definition at line 3030 of file parsenodes.h.