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 382 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
int _attrDefInfo::adnum |
Definition at line 381 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
TableInfo* _attrDefInfo::adtable |
Definition at line 380 of file pg_dump.h.
Referenced by dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
DumpableObject _attrDefInfo::dobj |
Definition at line 379 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
bool _attrDefInfo::separate |
Definition at line 383 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().