PostgreSQL Source Code  git master
_loInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * rolname
 
int numlos
 
Oid looids [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 593 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _loInfo::dacl

Definition at line 596 of file pg_dump.h.

Referenced by dumpLO(), and getLOs().

◆ dobj

DumpableObject _loInfo::dobj

Definition at line 595 of file pg_dump.h.

Referenced by dumpLO(), dumpLOs(), and getLOs().

◆ looids

Oid _loInfo::looids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 599 of file pg_dump.h.

Referenced by dumpLO(), dumpLOs(), and getLOs().

◆ numlos

int _loInfo::numlos

Definition at line 598 of file pg_dump.h.

Referenced by dumpDumpableObject(), dumpLO(), dumpLOs(), and getLOs().

◆ rolname

const char* _loInfo::rolname

Definition at line 597 of file pg_dump.h.

Referenced by dumpDumpableObject(), dumpLO(), and getLOs().


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