PostgreSQL Source Code: InternalGrant Struct Reference (original) (raw)

#include <[aclchk_internal.h](aclchk%5F%5Finternal%5F8h%5Fsource.html)>

Data Fields
bool is_grant
ObjectType objtype
List * objects
bool all_privs
AclMode privileges
List * col_privs
List * grantees
bool grant_option
DropBehavior behavior

Definition at line 31 of file aclchk_internal.h.

all_privs

bool InternalGrant::all_privs

behavior

col_privs

List* InternalGrant::col_privs

grant_option

bool InternalGrant::grant_option

grantees

List* InternalGrant::grantees

is_grant

bool InternalGrant::is_grant

objects

List* InternalGrant::objects

objtype

privileges


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