PostgreSQL Source Code  git master
AlterTypeRecurseParams Struct Reference

Data Fields

bool updateStorage
 
bool updateReceive
 
bool updateSend
 
bool updateTypmodin
 
bool updateTypmodout
 
bool updateAnalyze
 
bool updateSubscript
 
char storage
 
Oid receiveOid
 
Oid sendOid
 
Oid typmodinOid
 
Oid typmodoutOid
 
Oid analyzeOid
 
Oid subscriptOid
 

Detailed Description

Definition at line 88 of file typecmds.c.

Field Documentation

◆ analyzeOid

Oid AlterTypeRecurseParams::analyzeOid

Definition at line 104 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ receiveOid

Oid AlterTypeRecurseParams::receiveOid

Definition at line 100 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ sendOid

Oid AlterTypeRecurseParams::sendOid

Definition at line 101 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ storage

char AlterTypeRecurseParams::storage

Definition at line 99 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ subscriptOid

Oid AlterTypeRecurseParams::subscriptOid

Definition at line 105 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ typmodinOid

Oid AlterTypeRecurseParams::typmodinOid

Definition at line 102 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ typmodoutOid

Oid AlterTypeRecurseParams::typmodoutOid

Definition at line 103 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateAnalyze

bool AlterTypeRecurseParams::updateAnalyze

Definition at line 96 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateReceive

bool AlterTypeRecurseParams::updateReceive

Definition at line 92 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateSend

bool AlterTypeRecurseParams::updateSend

Definition at line 93 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateStorage

bool AlterTypeRecurseParams::updateStorage

Definition at line 91 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateSubscript

bool AlterTypeRecurseParams::updateSubscript

Definition at line 97 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateTypmodin

bool AlterTypeRecurseParams::updateTypmodin

Definition at line 94 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().

◆ updateTypmodout

bool AlterTypeRecurseParams::updateTypmodout

Definition at line 95 of file typecmds.c.

Referenced by AlterType(), and AlterTypeRecurse().


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