PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | view |
List * | aliases |
Node * | query |
bool | replace |
List * | options |
ViewCheckOption | withCheckOption |
Definition at line 3836 of file parsenodes.h.
List* ViewStmt::aliases |
Definition at line 3840 of file parsenodes.h.
List* ViewStmt::options |
Definition at line 3843 of file parsenodes.h.
Node* ViewStmt::query |
Definition at line 3841 of file parsenodes.h.
bool ViewStmt::replace |
Definition at line 3842 of file parsenodes.h.
NodeTag ViewStmt::type |
Definition at line 3838 of file parsenodes.h.
RangeVar* ViewStmt::view |
Definition at line 3839 of file parsenodes.h.
Referenced by transformCreateSchemaStmtElements().
ViewCheckOption ViewStmt::withCheckOption |
Definition at line 3844 of file parsenodes.h.