PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_policyInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfopoltable
 
charpolname
 
char polcmd
 
bool polpermissive
 
charpolroles
 
charpolqual
 
charpolwithcheck
 

Detailed Description

Definition at line 652 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _policyInfo::dobj

Definition at line 654 of file pg_dump.h.

◆ polcmd

char _policyInfo::polcmd

Definition at line 657 of file pg_dump.h.

◆ polname

char* _policyInfo::polname

Definition at line 656 of file pg_dump.h.

◆ polpermissive

bool _policyInfo::polpermissive

Definition at line 658 of file pg_dump.h.

◆ polqual

char* _policyInfo::polqual

Definition at line 660 of file pg_dump.h.

◆ polroles

char* _policyInfo::polroles

Definition at line 659 of file pg_dump.h.

◆ poltable

TableInfo* _policyInfo::poltable

Definition at line 655 of file pg_dump.h.

◆ polwithcheck

char* _policyInfo::polwithcheck

Definition at line 661 of file pg_dump.h.


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