Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
_statsExtInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
TableInfostattable
 
int stattarget
 

Detailed Description

Definition at line 466 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _statsExtInfo::dobj

◆ rolname

const char* _statsExtInfo::rolname

Definition at line 469 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().

◆ stattable

TableInfo* _statsExtInfo::stattable

Definition at line 470 of file pg_dump.h.

Referenced by getExtendedStatistics(), and selectDumpableStatisticsObject().

◆ stattarget

int _statsExtInfo::stattarget

Definition at line 471 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().


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