#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
TableInfo * | indextable |
char * | indexdef |
char * | tablespace |
char * | options |
int | indnkeys |
Oid * | indkeys |
bool | indisclustered |
DumpId | indexconstraint |
int | relpages |
Definition at line 307 of file pg_dump.h.
Definition at line 309 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
Definition at line 318 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
char* _indxInfo::indexdef |
Definition at line 311 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
Definition at line 310 of file pg_dump.h.
Referenced by dumpIndex(), and getIndexes().
Definition at line 316 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().
Definition at line 315 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
Definition at line 314 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
char* _indxInfo::options |
Definition at line 313 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
Definition at line 319 of file pg_dump.h.
Referenced by getIndexes().
char* _indxInfo::tablespace |
Definition at line 312 of file pg_dump.h.
Referenced by dumpConstraint(), dumpIndex(), and getIndexes().