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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charpriv_name
 
Listcols
 

Detailed Description

Definition at line 2653 of file parsenodes.h.

Field Documentation

◆ cols

List* AccessPriv::cols

Definition at line 2657 of file parsenodes.h.

Referenced by ExecGrant_Relation(), and GrantRole().

◆ priv_name

char* AccessPriv::priv_name

Definition at line 2656 of file parsenodes.h.

Referenced by ExecGrant_Relation(), and GrantRole().

◆ type

NodeTag AccessPriv::type

Definition at line 2655 of file parsenodes.h.


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