PostgreSQL Source Code git master
AlterObjectSchemaStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objectType
 
RangeVarrelation
 
Nodeobject
 
char * newschema
 
bool missing_ok
 

Detailed Description

Definition at line 3632 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool AlterObjectSchemaStmt::missing_ok

Definition at line 3639 of file parsenodes.h.

◆ newschema

char* AlterObjectSchemaStmt::newschema

Definition at line 3638 of file parsenodes.h.

◆ object

Node* AlterObjectSchemaStmt::object

Definition at line 3637 of file parsenodes.h.

◆ objectType

ObjectType AlterObjectSchemaStmt::objectType

Definition at line 3635 of file parsenodes.h.

◆ relation

RangeVar* AlterObjectSchemaStmt::relation

Definition at line 3636 of file parsenodes.h.

◆ type

NodeTag AlterObjectSchemaStmt::type

Definition at line 3634 of file parsenodes.h.


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