|
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 420 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), dumpIndexAttach(), flagInhIndexes(), getConstraints(), and getIndexes().
| DumpId _indxInfo::indexconstraint |
Definition at line 438 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
| char* _indxInfo::indexdef |
Definition at line 422 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
| TableInfo* _indxInfo::indextable |
Definition at line 421 of file pg_dump.h.
Referenced by dumpIndex(), dumpIndexAttach(), flagInhIndexes(), and getIndexes().
| bool _indxInfo::indisclustered |
Definition at line 431 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
| bool _indxInfo::indisreplident |
Definition at line 432 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
| Oid* _indxInfo::indkeys |
Definition at line 429 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
| int _indxInfo::indnattrs |
Definition at line 428 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
| int _indxInfo::indnkeyattrs |
Definition at line 427 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
| bool _indxInfo::indnullsnotdistinct |
Definition at line 433 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
| char* _indxInfo::indreloptions |
Definition at line 424 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
| char* _indxInfo::indstatcols |
Definition at line 425 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
| char* _indxInfo::indstatvals |
Definition at line 426 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
| Oid _indxInfo::parentidx |
Definition at line 434 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
| SimplePtrList _indxInfo::partattaches |
Definition at line 435 of file pg_dump.h.
Referenced by addConstrChildIdxDeps(), flagInhIndexes(), and getIndexes().
| char* _indxInfo::tablespace |
Definition at line 423 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().