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 410 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), dumpIndexAttach(), flagInhIndexes(), getConstraints(), and getIndexes().
DumpId _indxInfo::indexconstraint |
Definition at line 428 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
char* _indxInfo::indexdef |
Definition at line 412 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
TableInfo* _indxInfo::indextable |
Definition at line 411 of file pg_dump.h.
Referenced by dumpIndex(), dumpIndexAttach(), flagInhIndexes(), and getIndexes().
bool _indxInfo::indisclustered |
Definition at line 421 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
bool _indxInfo::indisreplident |
Definition at line 422 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
Oid* _indxInfo::indkeys |
Definition at line 419 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
int _indxInfo::indnattrs |
Definition at line 418 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
int _indxInfo::indnkeyattrs |
Definition at line 417 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
bool _indxInfo::indnullsnotdistinct |
Definition at line 423 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
char* _indxInfo::indreloptions |
Definition at line 414 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
char* _indxInfo::indstatcols |
Definition at line 415 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
char* _indxInfo::indstatvals |
Definition at line 416 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
Oid _indxInfo::parentidx |
Definition at line 424 of file pg_dump.h.
Referenced by getIndexes().
SimplePtrList _indxInfo::partattaches |
Definition at line 425 of file pg_dump.h.
Referenced by addConstrChildIdxDeps(), flagInhIndexes(), and getIndexes().
char* _indxInfo::tablespace |
Definition at line 413 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().