|
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 654 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| char _policyInfo::polcmd |
Definition at line 657 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| char* _policyInfo::polname |
Definition at line 656 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| bool _policyInfo::polpermissive |
Definition at line 658 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| char* _policyInfo::polqual |
Definition at line 660 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| char* _policyInfo::polroles |
Definition at line 659 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().
| TableInfo* _policyInfo::poltable |
Definition at line 655 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpPolicy(), and getPolicies().
| char* _policyInfo::polwithcheck |
Definition at line 661 of file pg_dump.h.
Referenced by dumpPolicy(), and getPolicies().