PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_procLangInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
bool lanpltrusted
 
Oid lanplcallfoid
 
Oid laninline
 
Oid lanvalidator
 
const char * lanowner
 

Detailed Description

Definition at line 523 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _procLangInfo::dacl

Definition at line 526 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ dobj

DumpableObject _procLangInfo::dobj

Definition at line 525 of file pg_dump.h.

Referenced by dumpProcLang(), getProcLangs(), and selectDumpableProcLang().

◆ laninline

Oid _procLangInfo::laninline

Definition at line 529 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanowner

const char* _procLangInfo::lanowner

Definition at line 531 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanplcallfoid

Oid _procLangInfo::lanplcallfoid

Definition at line 528 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanpltrusted

bool _procLangInfo::lanpltrusted

Definition at line 527 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanvalidator

Oid _procLangInfo::lanvalidator

Definition at line 530 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().


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