PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_procLangInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
bool lanpltrusted
 
Oid lanplcallfoid
 
Oid laninline
 
Oid lanvalidator
 
const charlanowner
 

Detailed Description

Definition at line 531 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _procLangInfo::dacl

Definition at line 534 of file pg_dump.h.

◆ dobj

DumpableObject _procLangInfo::dobj

Definition at line 533 of file pg_dump.h.

◆ laninline

Oid _procLangInfo::laninline

Definition at line 537 of file pg_dump.h.

◆ lanowner

const char* _procLangInfo::lanowner

Definition at line 539 of file pg_dump.h.

◆ lanplcallfoid

Oid _procLangInfo::lanplcallfoid

Definition at line 536 of file pg_dump.h.

◆ lanpltrusted

bool _procLangInfo::lanpltrusted

Definition at line 535 of file pg_dump.h.

◆ lanvalidator

Oid _procLangInfo::lanvalidator

Definition at line 538 of file pg_dump.h.


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