|
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 407 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
| int _attrDefInfo::adnum |
Definition at line 406 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
| TableInfo* _attrDefInfo::adtable |
Definition at line 405 of file pg_dump.h.
Referenced by dumpAttrDef(), flagInhAttrs(), and getTableAttrs().
| DumpableObject _attrDefInfo::dobj |
Definition at line 404 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
| bool _attrDefInfo::separate |
Definition at line 408 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().