PostgreSQL Source Code git master
_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 496 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _procLangInfo::dacl

Definition at line 499 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ dobj

DumpableObject _procLangInfo::dobj

Definition at line 498 of file pg_dump.h.

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

◆ laninline

Oid _procLangInfo::laninline

Definition at line 502 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanowner

const char* _procLangInfo::lanowner

Definition at line 504 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanplcallfoid

Oid _procLangInfo::lanplcallfoid

Definition at line 501 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanpltrusted

bool _procLangInfo::lanpltrusted

Definition at line 500 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanvalidator

Oid _procLangInfo::lanvalidator

Definition at line 503 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().


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