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

Field Documentation

◆ dacl

DumpableAcl _loInfo::dacl

Definition at line 627 of file pg_dump.h.

Referenced by dumpLO(), and getLOs().

◆ dobj

DumpableObject _loInfo::dobj

Definition at line 626 of file pg_dump.h.

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

◆ looids

Oid _loInfo::looids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 630 of file pg_dump.h.

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

◆ numlos

int _loInfo::numlos

Definition at line 629 of file pg_dump.h.

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

◆ rolname

const char* _loInfo::rolname

Definition at line 628 of file pg_dump.h.

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


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