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

Field Documentation

◆ missing_ok

bool AlterObjectSchemaStmt::missing_ok

Definition at line 3576 of file parsenodes.h.

◆ newschema

char* AlterObjectSchemaStmt::newschema

Definition at line 3575 of file parsenodes.h.

◆ object

Node* AlterObjectSchemaStmt::object

Definition at line 3574 of file parsenodes.h.

◆ objectType

ObjectType AlterObjectSchemaStmt::objectType

Definition at line 3572 of file parsenodes.h.

◆ relation

RangeVar* AlterObjectSchemaStmt::relation

Definition at line 3573 of file parsenodes.h.

◆ type

NodeTag AlterObjectSchemaStmt::type

Definition at line 3571 of file parsenodes.h.


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