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 424 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _statsExtInfo::dobj

◆ rolname

const char* _statsExtInfo::rolname

Definition at line 427 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().

◆ stattable

TableInfo* _statsExtInfo::stattable

Definition at line 428 of file pg_dump.h.

Referenced by getExtendedStatistics(), and selectDumpableStatisticsObject().

◆ stattarget

int _statsExtInfo::stattarget

Definition at line 429 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().


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