|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| const char * | rolname |
| int | collencoding |
| int _collInfo::collencoding |
Definition at line 293 of file pg_dump.h.
Referenced by DOTypeNameCompare(), and getCollations().
| DumpableObject _collInfo::dobj |
Definition at line 291 of file pg_dump.h.
Referenced by dumpCollation(), and getCollations().
| const char* _collInfo::rolname |
Definition at line 292 of file pg_dump.h.
Referenced by dumpCollation(), and getCollations().