PostgreSQL Source Code
git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
DumpableAcl | dacl |
const char * | rolname |
Oid | lang |
int | nargs |
Oid * | argtypes |
Oid | prorettype |
bool | postponed_def |
Oid* _funcInfo::argtypes |
Definition at line 230 of file pg_dump.h.
Referenced by DOTypeNameCompare(), format_function_signature(), and getFuncs().
DumpableAcl _funcInfo::dacl |
Definition at line 226 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().
DumpableObject _funcInfo::dobj |
Definition at line 225 of file pg_dump.h.
Referenced by dumpCast(), dumpFunc(), dumpProcLang(), dumpTransform(), format_function_arguments(), format_function_signature(), and getFuncs().
Oid _funcInfo::lang |
Definition at line 228 of file pg_dump.h.
Referenced by getFuncs().
int _funcInfo::nargs |
Definition at line 229 of file pg_dump.h.
Referenced by DOTypeNameCompare(), format_function_arguments(), format_function_signature(), and getFuncs().
bool _funcInfo::postponed_def |
Definition at line 232 of file pg_dump.h.
Referenced by dumpFunc(), getFuncs(), and repairFunctionBoundaryMultiLoop().
Oid _funcInfo::prorettype |
Definition at line 231 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().
const char* _funcInfo::rolname |
Definition at line 227 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().