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 4038 of file parsenodes.h.

Field Documentation

◆ concurrent

bool RefreshMatViewStmt::concurrent

Definition at line 4041 of file parsenodes.h.

◆ relation

RangeVar* RefreshMatViewStmt::relation

Definition at line 4043 of file parsenodes.h.

◆ skipData

bool RefreshMatViewStmt::skipData

Definition at line 4042 of file parsenodes.h.

◆ type

NodeTag RefreshMatViewStmt::type

Definition at line 4040 of file parsenodes.h.


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