|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | relation |
| char * | rulename |
| Node * | whereClause |
| CmdType | event |
| bool | instead |
| List * | actions |
| bool | replace |
Definition at line 3888 of file parsenodes.h.
| List* RuleStmt::actions |
Definition at line 3896 of file parsenodes.h.
| CmdType RuleStmt::event |
Definition at line 3894 of file parsenodes.h.
| bool RuleStmt::instead |
Definition at line 3895 of file parsenodes.h.
| RangeVar* RuleStmt::relation |
Definition at line 3891 of file parsenodes.h.
| bool RuleStmt::replace |
Definition at line 3897 of file parsenodes.h.
| char* RuleStmt::rulename |
Definition at line 3892 of file parsenodes.h.
| NodeTag RuleStmt::type |
Definition at line 3890 of file parsenodes.h.
| Node* RuleStmt::whereClause |
Definition at line 3893 of file parsenodes.h.