PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
const char * | rolname |
char | oprkind |
Oid | oprcode |
DumpableObject _oprInfo::dobj |
Definition at line 258 of file pg_dump.h.
Referenced by dumpOpr(), getFormattedOperatorName(), and getOperators().
Oid _oprInfo::oprcode |
Definition at line 261 of file pg_dump.h.
Referenced by dumpOpr(), and getOperators().
char _oprInfo::oprkind |
Definition at line 260 of file pg_dump.h.
Referenced by DOTypeNameCompare(), and getOperators().
const char* _oprInfo::rolname |
Definition at line 259 of file pg_dump.h.
Referenced by dumpOpr(), and getOperators().