PostgreSQL Source Code  git master
RefreshMatViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool concurrent
 
bool skipData
 
RangeVarrelation
 

Detailed Description

Definition at line 3914 of file parsenodes.h.

Field Documentation

◆ concurrent

bool RefreshMatViewStmt::concurrent

Definition at line 3917 of file parsenodes.h.

◆ relation

RangeVar* RefreshMatViewStmt::relation

Definition at line 3919 of file parsenodes.h.

◆ skipData

bool RefreshMatViewStmt::skipData

Definition at line 3918 of file parsenodes.h.

◆ type

NodeTag RefreshMatViewStmt::type

Definition at line 3916 of file parsenodes.h.


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