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

#include <pg_dump.h>

Data Fields

DumpableObjectType objType
 
CatalogId catId
 
DumpId dumpId
 
charname
 
DumpComponents dump
 
DumpComponents dump_contains
 
DumpComponents components
 
bool ext_member
 
bool depends_on_ext
 
DumpIddependencies
 
int nDeps
 
int allocDeps
 

Detailed Description

Definition at line 147 of file pg_dump.h.

Field Documentation

◆ allocDeps

int _dumpableObject::allocDeps

Definition at line 161 of file pg_dump.h.

Referenced by addObjectDependency(), AssignDumpId(), and getRelationStatistics().

◆ catId

◆ components

DumpComponents _dumpableObject::components

◆ dependencies

◆ depends_on_ext

bool _dumpableObject::depends_on_ext

Definition at line 158 of file pg_dump.h.

Referenced by append_depends_on_extension(), AssignDumpId(), and getDependencies().

◆ dump

◆ dump_contains

DumpComponents _dumpableObject::dump_contains

Definition at line 155 of file pg_dump.h.

Referenced by AssignDumpId(), checkExtensionMembership(), and selectDumpableObject().

◆ dumpId

◆ ext_member

bool _dumpableObject::ext_member

◆ name

◆ nDeps

◆ objType


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