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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfotdtable
 
charfiltercond
 

Detailed Description

Definition at line 411 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _tableDataInfo::dobj

Definition at line 413 of file pg_dump.h.

Referenced by makeTableDataInfo(), and processExtensionTables().

◆ filtercond

char* _tableDataInfo::filtercond

Definition at line 415 of file pg_dump.h.

◆ tdtable

TableInfo* _tableDataInfo::tdtable

Definition at line 414 of file pg_dump.h.


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