PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
TableInfo * | poltable |
char * | polname |
char | polcmd |
bool | polpermissive |
char * | polroles |
char * | polqual |
char * | polwithcheck |
DumpableObject _policyInfo::dobj |
Definition at line 641 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char _policyInfo::polcmd |
Definition at line 644 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polname |
Definition at line 643 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
bool _policyInfo::polpermissive |
Definition at line 645 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polqual |
Definition at line 647 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polroles |
Definition at line 646 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
TableInfo* _policyInfo::poltable |
Definition at line 642 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpPolicy(), and getPolicies().
char* _policyInfo::polwithcheck |
Definition at line 648 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().