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 3768 of file parsenodes.h.
List* ViewStmt::aliases |
Definition at line 3772 of file parsenodes.h.
List* ViewStmt::options |
Definition at line 3775 of file parsenodes.h.
Node* ViewStmt::query |
Definition at line 3773 of file parsenodes.h.
bool ViewStmt::replace |
Definition at line 3774 of file parsenodes.h.
NodeTag ViewStmt::type |
Definition at line 3770 of file parsenodes.h.
RangeVar* ViewStmt::view |
Definition at line 3771 of file parsenodes.h.
Referenced by transformCreateSchemaStmtElements().
ViewCheckOption ViewStmt::withCheckOption |
Definition at line 3776 of file parsenodes.h.