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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ReindexObjectType kind
 
RangeVarrelation
 
const charname
 
Listparams
 

Detailed Description

Definition at line 4208 of file parsenodes.h.

Field Documentation

◆ kind

ReindexObjectType ReindexStmt::kind

Definition at line 4211 of file parsenodes.h.

◆ name

const char* ReindexStmt::name

Definition at line 4214 of file parsenodes.h.

◆ params

List* ReindexStmt::params

Definition at line 4215 of file parsenodes.h.

◆ relation

RangeVar* ReindexStmt::relation

Definition at line 4213 of file parsenodes.h.

◆ type

NodeTag ReindexStmt::type

Definition at line 4210 of file parsenodes.h.


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