PostgreSQL Source Code  git master
_funcInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * rolname
 
Oid lang
 
int nargs
 
Oidargtypes
 
Oid prorettype
 
bool postponed_def
 

Detailed Description

Definition at line 222 of file pg_dump.h.

Field Documentation

◆ argtypes

Oid* _funcInfo::argtypes

Definition at line 229 of file pg_dump.h.

Referenced by DOTypeNameCompare(), format_function_signature(), and getFuncs().

◆ dacl

DumpableAcl _funcInfo::dacl

Definition at line 225 of file pg_dump.h.

Referenced by dumpFunc(), and getFuncs().

◆ dobj

◆ lang

Oid _funcInfo::lang

Definition at line 227 of file pg_dump.h.

Referenced by getFuncs().

◆ nargs

int _funcInfo::nargs

◆ postponed_def

bool _funcInfo::postponed_def

Definition at line 231 of file pg_dump.h.

Referenced by dumpFunc(), getFuncs(), and repairFunctionBoundaryMultiLoop().

◆ prorettype

Oid _funcInfo::prorettype

Definition at line 230 of file pg_dump.h.

Referenced by dumpFunc(), and getFuncs().

◆ rolname

const char* _funcInfo::rolname

Definition at line 226 of file pg_dump.h.

Referenced by dumpFunc(), and getFuncs().


The documentation for this struct was generated from the following file: