PostgreSQL Source Code  git master
_loInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * rolname
 

Detailed Description

Definition at line 585 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _loInfo::dacl

Definition at line 588 of file pg_dump.h.

Referenced by dumpLO(), and getLOs().

◆ dobj

DumpableObject _loInfo::dobj

Definition at line 587 of file pg_dump.h.

Referenced by dumpLO(), and getLOs().

◆ rolname

const char* _loInfo::rolname

Definition at line 589 of file pg_dump.h.

Referenced by dumpLO(), and getLOs().


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