PostgreSQL Source Code  git master
RowSecurityPolicy Struct Reference

#include <rowsecurity.h>

Data Fields

char * policy_name
 
char polcmd
 
ArrayTyperoles
 
bool permissive
 
Exprqual
 
Exprwith_check_qual
 
bool hassublinks
 

Detailed Description

Definition at line 20 of file rowsecurity.h.

Field Documentation

◆ hassublinks

◆ permissive

bool RowSecurityPolicy::permissive

Definition at line 25 of file rowsecurity.h.

Referenced by get_policies_for_relation(), and RelationBuildRowSecurity().

◆ polcmd

◆ policy_name

◆ qual

◆ roles

◆ with_check_qual

Expr* RowSecurityPolicy::with_check_qual

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