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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const chardefaclrole
 
char defaclobjtype
 

Detailed Description

Definition at line 621 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _defaultACLInfo::dacl

Definition at line 624 of file pg_dump.h.

◆ defaclobjtype

char _defaultACLInfo::defaclobjtype

Definition at line 626 of file pg_dump.h.

◆ defaclrole

const char* _defaultACLInfo::defaclrole

Definition at line 625 of file pg_dump.h.

◆ dobj

DumpableObject _defaultACLInfo::dobj

Definition at line 623 of file pg_dump.h.


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