PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 1343 of file parsenodes.h.

Field Documentation

◆ checkAsUser

Oid RTEPermissionInfo::checkAsUser

Definition at line 1350 of file parsenodes.h.

◆ inh

bool RTEPermissionInfo::inh

Definition at line 1348 of file parsenodes.h.

◆ insertedCols

Bitmapset* RTEPermissionInfo::insertedCols

Definition at line 1352 of file parsenodes.h.

◆ relid

Oid RTEPermissionInfo::relid

Definition at line 1347 of file parsenodes.h.

◆ requiredPerms

AclMode RTEPermissionInfo::requiredPerms

Definition at line 1349 of file parsenodes.h.

Referenced by setTargetTable().

◆ selectedCols

Bitmapset* RTEPermissionInfo::selectedCols

Definition at line 1351 of file parsenodes.h.

◆ type

NodeTag RTEPermissionInfo::type

Definition at line 1345 of file parsenodes.h.

◆ updatedCols

Bitmapset* RTEPermissionInfo::updatedCols

Definition at line 1353 of file parsenodes.h.


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