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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objectType
 
RangeVarrelation
 
Nodeobject
 
char * newschema
 
bool missing_ok
 

Detailed Description

Definition at line 3646 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool AlterObjectSchemaStmt::missing_ok

Definition at line 3653 of file parsenodes.h.

◆ newschema

char* AlterObjectSchemaStmt::newschema

Definition at line 3652 of file parsenodes.h.

◆ object

Node* AlterObjectSchemaStmt::object

Definition at line 3651 of file parsenodes.h.

◆ objectType

ObjectType AlterObjectSchemaStmt::objectType

Definition at line 3649 of file parsenodes.h.

◆ relation

RangeVar* AlterObjectSchemaStmt::relation

Definition at line 3650 of file parsenodes.h.

◆ type

NodeTag AlterObjectSchemaStmt::type

Definition at line 3648 of file parsenodes.h.


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