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 1399 of file parsenodes.h.

Field Documentation

◆ checkAsUser

Oid RTEPermissionInfo::checkAsUser

Definition at line 1406 of file parsenodes.h.

◆ inh

bool RTEPermissionInfo::inh

Definition at line 1404 of file parsenodes.h.

◆ insertedCols

Bitmapset* RTEPermissionInfo::insertedCols

Definition at line 1408 of file parsenodes.h.

◆ relid

Oid RTEPermissionInfo::relid

Definition at line 1403 of file parsenodes.h.

◆ requiredPerms

AclMode RTEPermissionInfo::requiredPerms

Definition at line 1405 of file parsenodes.h.

Referenced by setTargetTable().

◆ selectedCols

Bitmapset* RTEPermissionInfo::selectedCols

Definition at line 1407 of file parsenodes.h.

◆ type

NodeTag RTEPermissionInfo::type

Definition at line 1401 of file parsenodes.h.

◆ updatedCols

Bitmapset* RTEPermissionInfo::updatedCols

Definition at line 1409 of file parsenodes.h.


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