PostgreSQL Source Code git master
ViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarview
 
Listaliases
 
Nodequery
 
bool replace
 
Listoptions
 
ViewCheckOption withCheckOption
 

Detailed Description

Definition at line 3816 of file parsenodes.h.

Field Documentation

◆ aliases

List* ViewStmt::aliases

Definition at line 3820 of file parsenodes.h.

◆ options

List* ViewStmt::options

Definition at line 3823 of file parsenodes.h.

◆ query

Node* ViewStmt::query

Definition at line 3821 of file parsenodes.h.

◆ replace

bool ViewStmt::replace

Definition at line 3822 of file parsenodes.h.

◆ type

NodeTag ViewStmt::type

Definition at line 3818 of file parsenodes.h.

◆ view

RangeVar* ViewStmt::view

Definition at line 3819 of file parsenodes.h.

Referenced by transformCreateSchemaStmtElements().

◆ withCheckOption

ViewCheckOption ViewStmt::withCheckOption

Definition at line 3824 of file parsenodes.h.


The documentation for this struct was generated from the following file: