PostgreSQL Source Code  git master
_namespaceInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
bool create
 
Oid nspowner
 
const char * rolname
 

Detailed Description

Definition at line 170 of file pg_dump.h.

Field Documentation

◆ create

bool _namespaceInfo::create

Definition at line 174 of file pg_dump.h.

Referenced by dumpNamespace(), and selectDumpableNamespace().

◆ dacl

DumpableAcl _namespaceInfo::dacl

Definition at line 173 of file pg_dump.h.

Referenced by dumpNamespace(), and getNamespaces().

◆ dobj

◆ nspowner

Oid _namespaceInfo::nspowner

Definition at line 175 of file pg_dump.h.

Referenced by getNamespaces(), and selectDumpableNamespace().

◆ rolname

const char* _namespaceInfo::rolname

Definition at line 176 of file pg_dump.h.

Referenced by dumpNamespace(), and getNamespaces().


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