PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
TableInfo * | parentTbl |
TableInfo * | partitionTbl |
DumpableObject _tableAttachInfo::dobj |
Definition at line 387 of file pg_dump.h.
Referenced by dumpTableAttach(), and flagInhTables().
TableInfo* _tableAttachInfo::parentTbl |
Definition at line 388 of file pg_dump.h.
Referenced by dumpTableAttach(), and flagInhTables().
TableInfo* _tableAttachInfo::partitionTbl |
Definition at line 389 of file pg_dump.h.
Referenced by dumpTableAttach(), and flagInhTables().