PostgreSQL Source Code
git master
|
#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 _shellTypeInfo * | shellType |
int | nDomChecks |
struct _constraintInfo * | domChecks |
DumpableAcl _typeInfo::dacl |
Definition at line 191 of file pg_dump.h.
Referenced by dumpBaseType(), dumpCompositeType(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpUndefinedType(), and getTypes().
DumpableObject _typeInfo::dobj |
Definition at line 190 of file pg_dump.h.
Referenced by collectComments(), collectSecLabels(), DOTypeNameCompare(), dumpBaseType(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpShellType(), dumpType(), dumpUndefinedType(), getCasts(), getDomainConstraints(), getTransforms(), getTypes(), and selectDumpableType().
struct _constraintInfo* _typeInfo::domChecks |
Definition at line 211 of file pg_dump.h.
Referenced by dumpDomain(), getDomainConstraints(), and getTypes().
char* _typeInfo::ftypname |
Definition at line 198 of file pg_dump.h.
Referenced by getFormattedTypeName(), and getTypes().
bool _typeInfo::isArray |
Definition at line 204 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
bool _typeInfo::isDefined |
Definition at line 206 of file pg_dump.h.
Referenced by dumpType(), and getTypes().
bool _typeInfo::isMultirange |
Definition at line 205 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
int _typeInfo::nDomChecks |
Definition at line 210 of file pg_dump.h.
Referenced by dumpDomain(), getDomainConstraints(), and getTypes().
const char* _typeInfo::rolname |
Definition at line 199 of file pg_dump.h.
Referenced by dumpBaseType(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpShellType(), dumpUndefinedType(), and getTypes().
struct _shellTypeInfo* _typeInfo::shellType |
Definition at line 208 of file pg_dump.h.
Referenced by getTypes(), and repairTypeFuncLoop().
Oid _typeInfo::typelem |
Definition at line 200 of file pg_dump.h.
Referenced by dumpBaseType(), and getTypes().
Oid _typeInfo::typrelid |
Definition at line 201 of file pg_dump.h.
Referenced by dumpCompositeType(), dumpCompositeTypeColComments(), getTypes(), and selectDumpableType().
char _typeInfo::typrelkind |
Definition at line 202 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
char _typeInfo::typtype |
Definition at line 203 of file pg_dump.h.
Referenced by dumpType(), and getTypes().