PostgreSQL Source Code  git master
ClusterStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
char * indexname
 
Listparams
 

Detailed Description

Definition at line 3834 of file parsenodes.h.

Field Documentation

◆ indexname

char* ClusterStmt::indexname

Definition at line 3838 of file parsenodes.h.

◆ params

List* ClusterStmt::params

Definition at line 3839 of file parsenodes.h.

◆ relation

RangeVar* ClusterStmt::relation

Definition at line 3837 of file parsenodes.h.

◆ type

NodeTag ClusterStmt::type

Definition at line 3836 of file parsenodes.h.


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