|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| char * | acl |
| char * | acldefault |
| char | privtype |
| char * | initprivs |
| char* _dumpableAcl::acl |
Definition at line 170 of file pg_dump.h.
Referenced by dumpACL(), dumpTable(), getFuncs(), and getTables().
| char* _dumpableAcl::acldefault |
Definition at line 171 of file pg_dump.h.
Referenced by dumpACL(), getFuncs(), and getTables().
| char* _dumpableAcl::initprivs |
Definition at line 174 of file pg_dump.h.
Referenced by dumpACL(), getFuncs(), and getTables().
| char _dumpableAcl::privtype |
Definition at line 173 of file pg_dump.h.
Referenced by dumpACL(), getFuncs(), and getTables().