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

Field Documentation

◆ command

RepackCommand RepackStmt::command

Definition at line 4086 of file parsenodes.h.

◆ indexname

char* RepackStmt::indexname

Definition at line 4088 of file parsenodes.h.

◆ params

List* RepackStmt::params

Definition at line 4090 of file parsenodes.h.

◆ relation

VacuumRelation* RepackStmt::relation

Definition at line 4087 of file parsenodes.h.

◆ type

NodeTag RepackStmt::type

Definition at line 4085 of file parsenodes.h.

◆ usingindex

bool RepackStmt::usingindex

Definition at line 4089 of file parsenodes.h.


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