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