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

Field Documentation

◆ concurrent

bool RefreshMatViewStmt::concurrent

Definition at line 4138 of file parsenodes.h.

◆ relation

RangeVar* RefreshMatViewStmt::relation

Definition at line 4140 of file parsenodes.h.

◆ skipData

bool RefreshMatViewStmt::skipData

Definition at line 4139 of file parsenodes.h.

◆ type

NodeTag RefreshMatViewStmt::type

Definition at line 4137 of file parsenodes.h.


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