PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Definition at line 3222 of file parsenodes.h.
char* IndexStmt::accessMethod |
Definition at line 3227 of file parsenodes.h.
Referenced by transformIndexConstraints().
bool IndexStmt::concurrent |
Definition at line 3248 of file parsenodes.h.
bool IndexStmt::deferrable |
Definition at line 3245 of file parsenodes.h.
Referenced by transformIndexConstraints().
List* IndexStmt::excludeOpNames |
Definition at line 3234 of file parsenodes.h.
Referenced by transformIndexConstraints().
char* IndexStmt::idxcomment |
Definition at line 3235 of file parsenodes.h.
Referenced by ATPostAlterTypeParse(), and expandTableLikeClause().
char* IndexStmt::idxname |
Definition at line 3225 of file parsenodes.h.
Referenced by ATPostAlterTypeParse(), DefineIndex(), and transformIndexConstraints().
bool IndexStmt::if_not_exists |
Definition at line 3249 of file parsenodes.h.
List* IndexStmt::indexIncludingParams |
Definition at line 3230 of file parsenodes.h.
Referenced by transformIndexConstraints().
Oid IndexStmt::indexOid |
Definition at line 3236 of file parsenodes.h.
Referenced by DefineIndex(), and transformAlterTableStmt().
List* IndexStmt::indexParams |
Definition at line 3229 of file parsenodes.h.
Referenced by ATPrepAddPrimaryKey(), DefineIndex(), expandTableLikeClause(), and transformIndexConstraints().
bool IndexStmt::initdeferred |
Definition at line 3246 of file parsenodes.h.
Referenced by transformIndexConstraints().
bool IndexStmt::isconstraint |
Definition at line 3244 of file parsenodes.h.
bool IndexStmt::nulls_not_distinct |
Definition at line 3242 of file parsenodes.h.
Referenced by transformIndexConstraints().
SubTransactionId IndexStmt::oldCreateSubid |
Definition at line 3238 of file parsenodes.h.
Referenced by DefineIndex().
SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid |
Definition at line 3239 of file parsenodes.h.
Referenced by DefineIndex().
RelFileNumber IndexStmt::oldNumber |
Definition at line 3237 of file parsenodes.h.
Referenced by DefineIndex().
List* IndexStmt::options |
Definition at line 3232 of file parsenodes.h.
bool IndexStmt::primary |
Definition at line 3243 of file parsenodes.h.
Referenced by ATPrepAddPrimaryKey(), and expandTableLikeClause().
RangeVar* IndexStmt::relation |
Definition at line 3226 of file parsenodes.h.
Referenced by DefineIndex(), and transformCreateSchemaStmtElements().
bool IndexStmt::reset_default_tblspc |
Definition at line 3250 of file parsenodes.h.
Referenced by ATPostAlterTypeParse().
char* IndexStmt::tableSpace |
Definition at line 3228 of file parsenodes.h.
bool IndexStmt::transformed |
Definition at line 3247 of file parsenodes.h.
NodeTag IndexStmt::type |
Definition at line 3224 of file parsenodes.h.
bool IndexStmt::unique |
Definition at line 3241 of file parsenodes.h.
Referenced by transformIndexConstraints().
Node* IndexStmt::whereClause |
Definition at line 3233 of file parsenodes.h.
Referenced by DefineIndex(), and transformIndexConstraints().