PostgreSQL Source Code  git master
_typeInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
char * ftypname
 
const char * rolname
 
Oid typelem
 
Oid typrelid
 
char typrelkind
 
char typtype
 
bool isArray
 
bool isMultirange
 
bool isDefined
 
struct _shellTypeInfoshellType
 
int nDomChecks
 
struct _constraintInfodomChecks
 

Detailed Description

Definition at line 189 of file pg_dump.h.

Field Documentation

◆ dacl

◆ dobj

◆ domChecks

struct _constraintInfo* _typeInfo::domChecks

Definition at line 212 of file pg_dump.h.

Referenced by dumpDomain(), getDomainConstraints(), and getTypes().

◆ ftypname

char* _typeInfo::ftypname

Definition at line 199 of file pg_dump.h.

Referenced by getFormattedTypeName(), and getTypes().

◆ isArray

bool _typeInfo::isArray

Definition at line 205 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ isDefined

bool _typeInfo::isDefined

Definition at line 207 of file pg_dump.h.

Referenced by dumpType(), and getTypes().

◆ isMultirange

bool _typeInfo::isMultirange

Definition at line 206 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ nDomChecks

int _typeInfo::nDomChecks

Definition at line 211 of file pg_dump.h.

Referenced by dumpDomain(), getDomainConstraints(), and getTypes().

◆ rolname

◆ shellType

struct _shellTypeInfo* _typeInfo::shellType

Definition at line 209 of file pg_dump.h.

Referenced by getTypes(), and repairTypeFuncLoop().

◆ typelem

Oid _typeInfo::typelem

Definition at line 201 of file pg_dump.h.

Referenced by dumpBaseType(), and getTypes().

◆ typrelid

Oid _typeInfo::typrelid

◆ typrelkind

char _typeInfo::typrelkind

Definition at line 203 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ typtype

char _typeInfo::typtype

Definition at line 204 of file pg_dump.h.

Referenced by dumpType(), and getTypes().


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