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 606 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char _policyInfo::polcmd |
Definition at line 609 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polname |
Definition at line 608 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
bool _policyInfo::polpermissive |
Definition at line 610 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polqual |
Definition at line 612 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
char* _policyInfo::polroles |
Definition at line 611 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
TableInfo* _policyInfo::poltable |
Definition at line 607 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpPolicy(), and getPolicies().
char* _policyInfo::polwithcheck |
Definition at line 613 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().