PostgreSQL Source Code git master
_tableAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoparentTbl
 
TableInfopartitionTbl
 

Detailed Description

Definition at line 385 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _tableAttachInfo::dobj

Definition at line 387 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().

◆ parentTbl

TableInfo* _tableAttachInfo::parentTbl

Definition at line 388 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().

◆ partitionTbl

TableInfo* _tableAttachInfo::partitionTbl

Definition at line 389 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().


The documentation for this struct was generated from the following file: