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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RepackCommand command
 
VacuumRelationrelation
 
charindexname
 
bool usingindex
 
Listparams
 

Detailed Description

Definition at line 4141 of file parsenodes.h.

Field Documentation

◆ command

RepackCommand RepackStmt::command

Definition at line 4144 of file parsenodes.h.

◆ indexname

char* RepackStmt::indexname

Definition at line 4146 of file parsenodes.h.

◆ params

List* RepackStmt::params

Definition at line 4148 of file parsenodes.h.

◆ relation

VacuumRelation* RepackStmt::relation

Definition at line 4145 of file parsenodes.h.

◆ type

NodeTag RepackStmt::type

Definition at line 4143 of file parsenodes.h.

◆ usingindex

bool RepackStmt::usingindex

Definition at line 4147 of file parsenodes.h.


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