PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
const char * | rolname |
TableInfo * | stattable |
int | stattarget |
DumpableObject _statsExtInfo::dobj |
Definition at line 457 of file pg_dump.h.
Referenced by dumpStatisticsExt(), getExtendedStatistics(), and selectDumpableStatisticsObject().
const char* _statsExtInfo::rolname |
Definition at line 458 of file pg_dump.h.
Referenced by dumpStatisticsExt(), and getExtendedStatistics().
TableInfo* _statsExtInfo::stattable |
Definition at line 459 of file pg_dump.h.
Referenced by getExtendedStatistics(), and selectDumpableStatisticsObject().
int _statsExtInfo::stattarget |
Definition at line 460 of file pg_dump.h.
Referenced by dumpStatisticsExt(), and getExtendedStatistics().