PostgreSQL Source Code  git master
RTEPermissionInfo Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Oid relid
 
bool inh
 
AclMode requiredPerms
 
Oid checkAsUser
 
BitmapsetselectedCols
 
BitmapsetinsertedCols
 
BitmapsetupdatedCols
 

Detailed Description

Definition at line 1289 of file parsenodes.h.

Field Documentation

◆ checkAsUser

◆ inh

bool RTEPermissionInfo::inh

Definition at line 1294 of file parsenodes.h.

Referenced by addRTEPermissionInfo(), and sepgsql_dml_privileges().

◆ insertedCols

Bitmapset* RTEPermissionInfo::insertedCols

◆ relid

◆ requiredPerms

◆ selectedCols

◆ type

NodeTag RTEPermissionInfo::type

Definition at line 1291 of file parsenodes.h.

◆ updatedCols


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