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 535 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
Oid _dictInfo::dicttemplate |
Definition at line 534 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
DumpableObject _dictInfo::dobj |
Definition at line 532 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().
const char* _dictInfo::rolname |
Definition at line 533 of file pg_dump.h.
Referenced by dumpTSDictionary(), and getTSDictionaries().