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