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