|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| const char * | rolname |
| Oid | dicttemplate |
| char * | dictinitoption |
| char* _dictInfo::dictinitoption |
Definition at line 583 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
| Oid _dictInfo::dicttemplate |
Definition at line 582 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
| DumpableObject _dictInfo::dobj |
Definition at line 580 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
| const char* _dictInfo::rolname |
Definition at line 581 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().