PostgreSQL Source Code  git master
_defaultACLInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * defaclrole
 
char defaclobjtype
 

Detailed Description

Definition at line 577 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _defaultACLInfo::dacl

Definition at line 580 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ defaclobjtype

char _defaultACLInfo::defaclobjtype

Definition at line 582 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ defaclrole

const char* _defaultACLInfo::defaclrole

Definition at line 581 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ dobj

DumpableObject _defaultACLInfo::dobj

Definition at line 579 of file pg_dump.h.

Referenced by dumpDefaultACL(), getDefaultACLs(), and selectDumpableDefaultACL().


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