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 3590 of file parsenodes.h.
List* ViewStmt::aliases |
Definition at line 3594 of file parsenodes.h.
List* ViewStmt::options |
Definition at line 3597 of file parsenodes.h.
Node* ViewStmt::query |
Definition at line 3595 of file parsenodes.h.
bool ViewStmt::replace |
Definition at line 3596 of file parsenodes.h.
NodeTag ViewStmt::type |
Definition at line 3592 of file parsenodes.h.
RangeVar* ViewStmt::view |
Definition at line 3593 of file parsenodes.h.
Referenced by transformCreateSchemaStmtElements().
ViewCheckOption ViewStmt::withCheckOption |
Definition at line 3598 of file parsenodes.h.