PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterOwnerStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objectType
 
RangeVarrelation
 
Nodeobject
 
RoleSpecnewowner
 

Detailed Description

Definition at line 3667 of file parsenodes.h.

Field Documentation

◆ newowner

RoleSpec* AlterOwnerStmt::newowner

Definition at line 3673 of file parsenodes.h.

◆ object

Node* AlterOwnerStmt::object

Definition at line 3672 of file parsenodes.h.

◆ objectType

ObjectType AlterOwnerStmt::objectType

Definition at line 3670 of file parsenodes.h.

◆ relation

RangeVar* AlterOwnerStmt::relation

Definition at line 3671 of file parsenodes.h.

◆ type

NodeTag AlterOwnerStmt::type

Definition at line 3669 of file parsenodes.h.


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