PostgreSQL Source Code  git master
ReassignOwnedStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listroles
 
RoleSpecnewrole
 

Detailed Description

Definition at line 4097 of file parsenodes.h.

Field Documentation

◆ newrole

RoleSpec* ReassignOwnedStmt::newrole

Definition at line 4101 of file parsenodes.h.

◆ roles

List* ReassignOwnedStmt::roles

Definition at line 4100 of file parsenodes.h.

◆ type

NodeTag ReassignOwnedStmt::type

Definition at line 4099 of file parsenodes.h.


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