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 434 of file pg_dump.h.
Referenced by dumpStatisticsExt(), getExtendedStatistics(), and selectDumpableStatisticsObject().
const char* _statsExtInfo::rolname |
Definition at line 435 of file pg_dump.h.
Referenced by dumpStatisticsExt(), and getExtendedStatistics().
TableInfo* _statsExtInfo::stattable |
Definition at line 436 of file pg_dump.h.
Referenced by getExtendedStatistics(), and selectDumpableStatisticsObject().
int _statsExtInfo::stattarget |
Definition at line 437 of file pg_dump.h.
Referenced by dumpStatisticsExt(), and getExtendedStatistics().