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

#include <rowsecurity.h>

Data Fields

charpolicy_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

bool RowSecurityPolicy::hassublinks

Definition at line 28 of file rowsecurity.h.

◆ permissive

bool RowSecurityPolicy::permissive

Definition at line 25 of file rowsecurity.h.

◆ polcmd

char RowSecurityPolicy::polcmd

Definition at line 23 of file rowsecurity.h.

◆ policy_name

char* RowSecurityPolicy::policy_name

Definition at line 22 of file rowsecurity.h.

Referenced by row_security_policy_cmp().

◆ qual

Expr* RowSecurityPolicy::qual

Definition at line 26 of file rowsecurity.h.

◆ roles

ArrayType* RowSecurityPolicy::roles

Definition at line 24 of file rowsecurity.h.

◆ with_check_qual

Expr* RowSecurityPolicy::with_check_qual

Definition at line 27 of file rowsecurity.h.


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