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 487 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _procLangInfo::dacl

Definition at line 490 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ dobj

DumpableObject _procLangInfo::dobj

Definition at line 489 of file pg_dump.h.

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

◆ laninline

Oid _procLangInfo::laninline

Definition at line 493 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanowner

const char* _procLangInfo::lanowner

Definition at line 495 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanplcallfoid

Oid _procLangInfo::lanplcallfoid

Definition at line 492 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanpltrusted

bool _procLangInfo::lanpltrusted

Definition at line 491 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().

◆ lanvalidator

Oid _procLangInfo::lanvalidator

Definition at line 494 of file pg_dump.h.

Referenced by dumpProcLang(), and getProcLangs().


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