PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Definition at line 3074 of file parsenodes.h.
char* IndexStmt::accessMethod |
Definition at line 3079 of file parsenodes.h.
Referenced by transformIndexConstraints().
bool IndexStmt::concurrent |
Definition at line 3100 of file parsenodes.h.
bool IndexStmt::deferrable |
Definition at line 3097 of file parsenodes.h.
Referenced by transformIndexConstraints().
List* IndexStmt::excludeOpNames |
Definition at line 3086 of file parsenodes.h.
Referenced by transformIndexConstraints().
char* IndexStmt::idxcomment |
Definition at line 3087 of file parsenodes.h.
Referenced by ATPostAlterTypeParse(), and expandTableLikeClause().
char* IndexStmt::idxname |
Definition at line 3077 of file parsenodes.h.
Referenced by ATPostAlterTypeParse(), DefineIndex(), and transformIndexConstraints().
bool IndexStmt::if_not_exists |
Definition at line 3101 of file parsenodes.h.
List* IndexStmt::indexIncludingParams |
Definition at line 3082 of file parsenodes.h.
Referenced by transformIndexConstraints().
Oid IndexStmt::indexOid |
Definition at line 3088 of file parsenodes.h.
Referenced by DefineIndex(), and transformAlterTableStmt().
List* IndexStmt::indexParams |
Definition at line 3081 of file parsenodes.h.
Referenced by DefineIndex(), and transformIndexConstraints().
bool IndexStmt::initdeferred |
Definition at line 3098 of file parsenodes.h.
Referenced by transformIndexConstraints().
bool IndexStmt::isconstraint |
Definition at line 3096 of file parsenodes.h.
bool IndexStmt::nulls_not_distinct |
Definition at line 3094 of file parsenodes.h.
Referenced by transformIndexConstraints().
SubTransactionId IndexStmt::oldCreateSubid |
Definition at line 3090 of file parsenodes.h.
Referenced by DefineIndex().
SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid |
Definition at line 3091 of file parsenodes.h.
Referenced by DefineIndex().
RelFileNumber IndexStmt::oldNumber |
Definition at line 3089 of file parsenodes.h.
Referenced by DefineIndex().
List* IndexStmt::options |
Definition at line 3084 of file parsenodes.h.
bool IndexStmt::primary |
Definition at line 3095 of file parsenodes.h.
RangeVar* IndexStmt::relation |
Definition at line 3078 of file parsenodes.h.
Referenced by DefineIndex(), and transformCreateSchemaStmt().
bool IndexStmt::reset_default_tblspc |
Definition at line 3102 of file parsenodes.h.
Referenced by ATPostAlterTypeParse().
char* IndexStmt::tableSpace |
Definition at line 3080 of file parsenodes.h.
bool IndexStmt::transformed |
Definition at line 3099 of file parsenodes.h.
NodeTag IndexStmt::type |
Definition at line 3076 of file parsenodes.h.
bool IndexStmt::unique |
Definition at line 3093 of file parsenodes.h.
Referenced by transformIndexConstraints().
Node* IndexStmt::whereClause |
Definition at line 3085 of file parsenodes.h.
Referenced by DefineIndex(), and transformIndexConstraints().