#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
char * | rolname |
Oid | lang |
int | nargs |
Oid * | argtypes |
Oid | prorettype |
char * | proacl |
char * | proiargs |
Definition at line 178 of file pg_dump.h.
Definition at line 184 of file pg_dump.h.
Referenced by format_aggregate_signature(), format_function_arguments_old(), format_function_signature(), getAggregates(), and getFuncs().
Definition at line 180 of file pg_dump.h.
Referenced by dumpAgg(), dumpCast(), dumpFunc(), dumpProcLang(), format_aggregate_signature(), format_function_arguments(), format_function_arguments_old(), format_function_signature(), getAggregates(), getCasts(), getFuncs(), getProcLangs(), and getTypes().
Definition at line 182 of file pg_dump.h.
Referenced by getAggregates(), and getFuncs().
int _funcInfo::nargs |
Definition at line 183 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpFunc(), format_aggregate_signature(), format_function_signature(), getAggregates(), and getFuncs().
char* _funcInfo::proacl |
Definition at line 186 of file pg_dump.h.
Referenced by dumpAgg(), dumpFunc(), getAggregates(), and getFuncs().
char* _funcInfo::proiargs |
Definition at line 187 of file pg_dump.h.
Referenced by DOTypeNameCompare(), getAggregates(), and getFuncs().
Definition at line 185 of file pg_dump.h.
Referenced by dumpFunc(), getAggregates(), and getFuncs().
char* _funcInfo::rolname |
Definition at line 181 of file pg_dump.h.
Referenced by dumpAgg(), dumpFunc(), getAggregates(), and getFuncs().