PostgreSQL Source Code
git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
TableInfo * | indextable |
char * | indexdef |
char * | tablespace |
char * | indreloptions |
char * | indstatcols |
char * | indstatvals |
int | indnkeyattrs |
int | indnattrs |
Oid * | indkeys |
bool | indisclustered |
bool | indisreplident |
bool | indnullsnotdistinct |
Oid | parentidx |
SimplePtrList | partattaches |
DumpId | indexconstraint |
DumpableObject _indxInfo::dobj |
Definition at line 392 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), dumpIndexAttach(), flagInhIndexes(), getConstraints(), and getIndexes().
DumpId _indxInfo::indexconstraint |
Definition at line 410 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
char* _indxInfo::indexdef |
Definition at line 394 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
TableInfo* _indxInfo::indextable |
Definition at line 393 of file pg_dump.h.
Referenced by dumpIndex(), dumpIndexAttach(), flagInhIndexes(), and getIndexes().
bool _indxInfo::indisclustered |
Definition at line 403 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
bool _indxInfo::indisreplident |
Definition at line 404 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
Oid* _indxInfo::indkeys |
Definition at line 401 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
int _indxInfo::indnattrs |
Definition at line 400 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
int _indxInfo::indnkeyattrs |
Definition at line 399 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
bool _indxInfo::indnullsnotdistinct |
Definition at line 405 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
char* _indxInfo::indreloptions |
Definition at line 396 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
char* _indxInfo::indstatcols |
Definition at line 397 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
char* _indxInfo::indstatvals |
Definition at line 398 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
Oid _indxInfo::parentidx |
Definition at line 406 of file pg_dump.h.
Referenced by getIndexes().
SimplePtrList _indxInfo::partattaches |
Definition at line 407 of file pg_dump.h.
Referenced by addConstrChildIdxDeps(), flagInhIndexes(), and getIndexes().
char* _indxInfo::tablespace |
Definition at line 395 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().