PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
TableInfo * | adtable |
int | adnum |
char * | adef_expr |
bool | separate |
char* _attrDefInfo::adef_expr |
Definition at line 397 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
int _attrDefInfo::adnum |
Definition at line 396 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
TableInfo* _attrDefInfo::adtable |
Definition at line 395 of file pg_dump.h.
Referenced by dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
DumpableObject _attrDefInfo::dobj |
Definition at line 394 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
bool _attrDefInfo::separate |
Definition at line 398 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().