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 241 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _oprInfo::dobj

Definition at line 243 of file pg_dump.h.

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

◆ oprcode

Oid _oprInfo::oprcode

Definition at line 246 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().

◆ oprkind

char _oprInfo::oprkind

Definition at line 245 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getOperators().

◆ rolname

const char* _oprInfo::rolname

Definition at line 244 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().


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