PostgreSQL Source Code  git master
_policyInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfopoltable
 
char * polname
 
char polcmd
 
bool polpermissive
 
char * polroles
 
char * polqual
 
char * polwithcheck
 

Detailed Description

Definition at line 608 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _policyInfo::dobj

Definition at line 610 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ polcmd

char _policyInfo::polcmd

Definition at line 613 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ polname

char* _policyInfo::polname

Definition at line 612 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ polpermissive

bool _policyInfo::polpermissive

Definition at line 614 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ polqual

char* _policyInfo::polqual

Definition at line 616 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ polroles

char* _policyInfo::polroles

Definition at line 615 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().

◆ poltable

TableInfo* _policyInfo::poltable

Definition at line 611 of file pg_dump.h.

Referenced by DOTypeNameCompare(), dumpPolicy(), and getPolicies().

◆ polwithcheck

char* _policyInfo::polwithcheck

Definition at line 617 of file pg_dump.h.

Referenced by dumpPolicy(), and getPolicies().


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