PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RefreshMatViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool concurrent
 
bool skipData
 
RangeVarrelation
 

Detailed Description

Definition at line 3977 of file parsenodes.h.

Field Documentation

◆ concurrent

bool RefreshMatViewStmt::concurrent

Definition at line 3980 of file parsenodes.h.

◆ relation

RangeVar* RefreshMatViewStmt::relation

Definition at line 3982 of file parsenodes.h.

◆ skipData

bool RefreshMatViewStmt::skipData

Definition at line 3981 of file parsenodes.h.

◆ type

NodeTag RefreshMatViewStmt::type

Definition at line 3979 of file parsenodes.h.


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