PostgreSQL Source Code git master
_oprInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
char oprkind
 
Oid oprcode
 

Detailed Description

Definition at line 256 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _oprInfo::dobj

Definition at line 258 of file pg_dump.h.

Referenced by dumpOpr(), getFormattedOperatorName(), and getOperators().

◆ oprcode

Oid _oprInfo::oprcode

Definition at line 261 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().

◆ oprkind

char _oprInfo::oprkind

Definition at line 260 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getOperators().

◆ rolname

const char* _oprInfo::rolname

Definition at line 259 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().


The documentation for this struct was generated from the following file: