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 3407 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool AlterObjectSchemaStmt::missing_ok

Definition at line 3414 of file parsenodes.h.

◆ newschema

char* AlterObjectSchemaStmt::newschema

Definition at line 3413 of file parsenodes.h.

◆ object

Node* AlterObjectSchemaStmt::object

Definition at line 3412 of file parsenodes.h.

◆ objectType

ObjectType AlterObjectSchemaStmt::objectType

Definition at line 3410 of file parsenodes.h.

◆ relation

RangeVar* AlterObjectSchemaStmt::relation

Definition at line 3411 of file parsenodes.h.

◆ type

NodeTag AlterObjectSchemaStmt::type

Definition at line 3409 of file parsenodes.h.


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