|
PostgreSQL Source Code git master
|
#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 _shellTypeInfo * | shellType |
| struct _constraintInfo * | notnull |
| int | nDomChecks |
| struct _constraintInfo * | domChecks |
| DumpableAcl _typeInfo::dacl |
| DumpableObject _typeInfo::dobj |
Definition at line 205 of file pg_dump.h.
Referenced by getCasts(), and getTransforms().
| struct _constraintInfo* _typeInfo::domChecks |
| struct _constraintInfo* _typeInfo::notnull |
| struct _shellTypeInfo* _typeInfo::shellType |