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 499 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::castfunc |
Definition at line 498 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
char _castInfo::castmethod |
Definition at line 500 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::castsource |
Definition at line 496 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
Oid _castInfo::casttarget |
Definition at line 497 of file pg_dump.h.
Referenced by dumpCast(), and getCasts().
DumpableObject _castInfo::dobj |
Definition at line 495 of file pg_dump.h.
Referenced by dumpCast(), getCasts(), and selectDumpableCast().