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

#include <pg_dump.h>

Data Fields

characl
 
characldefault
 
char privtype
 
charinitprivs
 

Detailed Description

Definition at line 168 of file pg_dump.h.

Field Documentation

◆ acl

char* _dumpableAcl::acl

Definition at line 170 of file pg_dump.h.

Referenced by dumpACL(), dumpTable(), getFuncs(), and getTables().

◆ acldefault

char* _dumpableAcl::acldefault

Definition at line 171 of file pg_dump.h.

Referenced by dumpACL(), getFuncs(), and getTables().

◆ initprivs

char* _dumpableAcl::initprivs

Definition at line 174 of file pg_dump.h.

Referenced by dumpACL(), getFuncs(), and getTables().

◆ privtype

char _dumpableAcl::privtype

Definition at line 173 of file pg_dump.h.

Referenced by dumpACL(), getFuncs(), and getTables().


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