PostgreSQL Source Code  git master
ReassignOwnedStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listroles
 
RoleSpecnewrole
 

Detailed Description

Definition at line 4090 of file parsenodes.h.

Field Documentation

◆ newrole

RoleSpec* ReassignOwnedStmt::newrole

Definition at line 4094 of file parsenodes.h.

◆ roles

List* ReassignOwnedStmt::roles

Definition at line 4093 of file parsenodes.h.

◆ type

NodeTag ReassignOwnedStmt::type

Definition at line 4092 of file parsenodes.h.


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