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 242 of file pg_dump.h.
Referenced by dumpOpr(), getFormattedOperatorName(), and getOperators().
Oid _oprInfo::oprcode |
Definition at line 245 of file pg_dump.h.
Referenced by dumpOpr(), and getOperators().
char _oprInfo::oprkind |
Definition at line 244 of file pg_dump.h.
Referenced by DOTypeNameCompare(), and getOperators().
const char* _oprInfo::rolname |
Definition at line 243 of file pg_dump.h.
Referenced by dumpOpr(), and getOperators().