PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ClusterStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
char * indexname
 
Listparams
 

Detailed Description

Definition at line 3897 of file parsenodes.h.

Field Documentation

◆ indexname

char* ClusterStmt::indexname

Definition at line 3901 of file parsenodes.h.

◆ params

List* ClusterStmt::params

Definition at line 3902 of file parsenodes.h.

◆ relation

RangeVar* ClusterStmt::relation

Definition at line 3900 of file parsenodes.h.

◆ type

NodeTag ClusterStmt::type

Definition at line 3899 of file parsenodes.h.


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