PostgreSQL Source Code
git master
|
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 |
Definition at line 88 of file typecmds.c.
Oid AlterTypeRecurseParams::analyzeOid |
Definition at line 104 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
Oid AlterTypeRecurseParams::receiveOid |
Definition at line 100 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
Oid AlterTypeRecurseParams::sendOid |
Definition at line 101 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
char AlterTypeRecurseParams::storage |
Definition at line 99 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
Oid AlterTypeRecurseParams::subscriptOid |
Definition at line 105 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
Oid AlterTypeRecurseParams::typmodinOid |
Definition at line 102 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
Oid AlterTypeRecurseParams::typmodoutOid |
Definition at line 103 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateAnalyze |
Definition at line 96 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateReceive |
Definition at line 92 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateSend |
Definition at line 93 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateStorage |
Definition at line 91 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateSubscript |
Definition at line 97 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateTypmodin |
Definition at line 94 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().
bool AlterTypeRecurseParams::updateTypmodout |
Definition at line 95 of file typecmds.c.
Referenced by AlterType(), and AlterTypeRecurse().