PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_namespaceInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
bool create
 
Oid nspowner
 
const charrolname
 

Detailed Description

Definition at line 184 of file pg_dump.h.

Field Documentation

◆ create

bool _namespaceInfo::create

Definition at line 188 of file pg_dump.h.

◆ dacl

DumpableAcl _namespaceInfo::dacl

Definition at line 187 of file pg_dump.h.

◆ dobj

DumpableObject _namespaceInfo::dobj

Definition at line 186 of file pg_dump.h.

◆ nspowner

Oid _namespaceInfo::nspowner

Definition at line 189 of file pg_dump.h.

◆ rolname

const char* _namespaceInfo::rolname

Definition at line 190 of file pg_dump.h.

Referenced by dumpDumpableObject().


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