|
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 3770 of file parsenodes.h.
| List* RuleStmt::actions |
Definition at line 3778 of file parsenodes.h.
| CmdType RuleStmt::event |
Definition at line 3776 of file parsenodes.h.
| bool RuleStmt::instead |
Definition at line 3777 of file parsenodes.h.
| RangeVar* RuleStmt::relation |
Definition at line 3773 of file parsenodes.h.
| bool RuleStmt::replace |
Definition at line 3779 of file parsenodes.h.
| char* RuleStmt::rulename |
Definition at line 3774 of file parsenodes.h.
| NodeTag RuleStmt::type |
Definition at line 3772 of file parsenodes.h.
| Node* RuleStmt::whereClause |
Definition at line 3775 of file parsenodes.h.