Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

IndexStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
char * idxname
RangeVarrelation
char * accessMethod
char * tableSpace
ListindexParams
Listoptions
NodewhereClause
ListexcludeOpNames
char * idxcomment
Oid indexOid
Oid oldNode
bool unique
bool primary
bool isconstraint
bool deferrable
bool initdeferred
bool concurrent

Detailed Description

Definition at line 2072 of file parsenodes.h.


Field Documentation

Definition at line 2080 of file parsenodes.h.

Referenced by DefineIndex(), generateClonedIndexStmt(), and transformIndexConstraint().

Definition at line 2078 of file parsenodes.h.

Referenced by DefineIndex(), generateClonedIndexStmt(), and transformIndexConstraint().

Definition at line 2074 of file parsenodes.h.


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