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

Field Documentation

◆ cols

List* AccessPriv::cols

Definition at line 2737 of file parsenodes.h.

Referenced by ExecGrant_Relation(), and GrantRole().

◆ priv_name

char* AccessPriv::priv_name

Definition at line 2736 of file parsenodes.h.

Referenced by ExecGrant_Relation(), and GrantRole().

◆ type

NodeTag AccessPriv::type

Definition at line 2735 of file parsenodes.h.


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