PostgreSQL Source Code git master
_oprInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
char oprkind
 
Oid oprleft
 
Oid oprright
 
Oid oprcode
 

Detailed Description

Definition at line 258 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _oprInfo::dobj

Definition at line 260 of file pg_dump.h.

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

◆ oprcode

Oid _oprInfo::oprcode

Definition at line 265 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().

◆ oprkind

char _oprInfo::oprkind

Definition at line 262 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getOperators().

◆ oprleft

Oid _oprInfo::oprleft

Definition at line 263 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getOperators().

◆ oprright

Oid _oprInfo::oprright

Definition at line 264 of file pg_dump.h.

Referenced by DOTypeNameCompare(), and getOperators().

◆ rolname

const char* _oprInfo::rolname

Definition at line 261 of file pg_dump.h.

Referenced by dumpOpr(), and getOperators().


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