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

Field Documentation

◆ dacl

DumpableAcl _defaultACLInfo::dacl

Definition at line 574 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ defaclobjtype

char _defaultACLInfo::defaclobjtype

Definition at line 576 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ defaclrole

const char* _defaultACLInfo::defaclrole

Definition at line 575 of file pg_dump.h.

Referenced by dumpDefaultACL(), and getDefaultACLs().

◆ dobj

DumpableObject _defaultACLInfo::dobj

Definition at line 573 of file pg_dump.h.

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


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