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
 
Oid typarray
 
char typrelkind
 
char typtype
 
bool isArray
 
bool isMultirange
 
bool isDefined
 
struct _shellTypeInfoshellType
 
int nDomChecks
 
struct _constraintInfodomChecks
 

Detailed Description

Definition at line 203 of file pg_dump.h.

Field Documentation

◆ dacl

◆ dobj

◆ domChecks

struct _constraintInfo* _typeInfo::domChecks

Definition at line 227 of file pg_dump.h.

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

◆ ftypname

char* _typeInfo::ftypname

Definition at line 213 of file pg_dump.h.

Referenced by getFormattedTypeName(), and getTypes().

◆ isArray

bool _typeInfo::isArray

Definition at line 220 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ isDefined

bool _typeInfo::isDefined

Definition at line 222 of file pg_dump.h.

Referenced by dumpType(), and getTypes().

◆ isMultirange

bool _typeInfo::isMultirange

Definition at line 221 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ nDomChecks

int _typeInfo::nDomChecks

Definition at line 226 of file pg_dump.h.

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

◆ rolname

◆ shellType

struct _shellTypeInfo* _typeInfo::shellType

Definition at line 224 of file pg_dump.h.

Referenced by getTypes(), and repairTypeFuncLoop().

◆ typarray

Oid _typeInfo::typarray

Definition at line 217 of file pg_dump.h.

Referenced by getTypes().

◆ typelem

Oid _typeInfo::typelem

Definition at line 215 of file pg_dump.h.

Referenced by dumpBaseType(), and getTypes().

◆ typrelid

Oid _typeInfo::typrelid

◆ typrelkind

char _typeInfo::typrelkind

Definition at line 218 of file pg_dump.h.

Referenced by getTypes(), and selectDumpableType().

◆ typtype

char _typeInfo::typtype

Definition at line 219 of file pg_dump.h.

Referenced by dumpType(), and getTypes().


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