PostgreSQL Source Code  git master
_tableAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoparentTbl
 
TableInfopartitionTbl
 

Detailed Description

Definition at line 371 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _tableAttachInfo::dobj

Definition at line 373 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().

◆ parentTbl

TableInfo* _tableAttachInfo::parentTbl

Definition at line 374 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().

◆ partitionTbl

TableInfo* _tableAttachInfo::partitionTbl

Definition at line 375 of file pg_dump.h.

Referenced by dumpTableAttach(), and flagInhTables().


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