|
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 246 of file pg_dump.h.
Referenced by DOTypeNameCompare(), format_function_signature(), and getFuncs().
| DumpableAcl _funcInfo::dacl |
Definition at line 242 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().
| DumpableObject _funcInfo::dobj |
Definition at line 241 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 244 of file pg_dump.h.
Referenced by getFuncs().
| int _funcInfo::nargs |
Definition at line 245 of file pg_dump.h.
Referenced by DOTypeNameCompare(), format_function_arguments(), format_function_signature(), and getFuncs().
| bool _funcInfo::postponed_def |
Definition at line 248 of file pg_dump.h.
Referenced by dumpFunc(), getFuncs(), and repairFunctionBoundaryMultiLoop().
| Oid _funcInfo::prorettype |
Definition at line 247 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().
| const char* _funcInfo::rolname |
Definition at line 243 of file pg_dump.h.
Referenced by dumpFunc(), and getFuncs().