|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| Oid | castsource |
| Oid | casttarget |
| Oid | castfunc |
| char | castcontext |
| char | castmethod |
| char _castInfo::castcontext |
Definition at line 548 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
| Oid _castInfo::castfunc |
Definition at line 547 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
| char _castInfo::castmethod |
Definition at line 549 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
| Oid _castInfo::castsource |
Definition at line 545 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
| Oid _castInfo::casttarget |
Definition at line 546 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
| DumpableObject _castInfo::dobj |
Definition at line 544 of file pg_dump.h.
Referenced by dumpCast(), getCasts(), and selectDumpableCast().