PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RefreshMatViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool concurrent
 
bool skipData
 
RangeVarrelation
 

Detailed Description

Definition at line 4156 of file parsenodes.h.

Field Documentation

◆ concurrent

bool RefreshMatViewStmt::concurrent

Definition at line 4159 of file parsenodes.h.

◆ relation

RangeVar* RefreshMatViewStmt::relation

Definition at line 4161 of file parsenodes.h.

◆ skipData

bool RefreshMatViewStmt::skipData

Definition at line 4160 of file parsenodes.h.

◆ type

NodeTag RefreshMatViewStmt::type

Definition at line 4158 of file parsenodes.h.


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