PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_tableAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoparentTbl
 
TableInfopartitionTbl
 

Detailed Description

Definition at line 395 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _tableAttachInfo::dobj

Definition at line 397 of file pg_dump.h.

◆ parentTbl

TableInfo* _tableAttachInfo::parentTbl

Definition at line 398 of file pg_dump.h.

◆ partitionTbl

TableInfo* _tableAttachInfo::partitionTbl

Definition at line 399 of file pg_dump.h.


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