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 535 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::castfunc |
Definition at line 534 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
char _castInfo::castmethod |
Definition at line 536 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::castsource |
Definition at line 532 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::casttarget |
Definition at line 533 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
DumpableObject _castInfo::dobj |
Definition at line 531 of file pg_dump.h.
Referenced by dumpCast(), getCasts(), and selectDumpableCast().