PostgreSQL Source Code
git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
DumpableAcl | dacl |
bool | create |
Oid | nspowner |
const char * | rolname |
bool _namespaceInfo::create |
Definition at line 174 of file pg_dump.h.
Referenced by dumpNamespace(), and selectDumpableNamespace().
DumpableAcl _namespaceInfo::dacl |
Definition at line 173 of file pg_dump.h.
Referenced by dumpNamespace(), and getNamespaces().
DumpableObject _namespaceInfo::dobj |
Definition at line 172 of file pg_dump.h.
Referenced by dumpNamespace(), dumpPublicationNamespace(), getNamespaces(), getPublicationNamespaces(), and selectDumpableNamespace().
Oid _namespaceInfo::nspowner |
Definition at line 175 of file pg_dump.h.
Referenced by getNamespaces(), and selectDumpableNamespace().
const char* _namespaceInfo::rolname |
Definition at line 176 of file pg_dump.h.
Referenced by dumpNamespace(), and getNamespaces().