PostgreSQL Source Code  git master
_statsExtInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
int stattarget
 

Detailed Description

Definition at line 423 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _statsExtInfo::dobj

Definition at line 425 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().

◆ rolname

const char* _statsExtInfo::rolname

Definition at line 426 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().

◆ stattarget

int _statsExtInfo::stattarget

Definition at line 427 of file pg_dump.h.

Referenced by dumpStatisticsExt(), and getExtendedStatistics().


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