PostgreSQL Source Code
git master
|
Data Fields | |
AttrNumber | attnum |
Expr * | expr |
ExprState * | exprstate |
bool | is_generated |
Definition at line 234 of file tablecmds.c.
AttrNumber NewColumnValue::attnum |
Definition at line 236 of file tablecmds.c.
Referenced by ATRewriteTable().
Expr* NewColumnValue::expr |
Definition at line 237 of file tablecmds.c.
Referenced by ATRewriteTable().
ExprState* NewColumnValue::exprstate |
Definition at line 238 of file tablecmds.c.
Referenced by ATRewriteTable().
bool NewColumnValue::is_generated |
Definition at line 239 of file tablecmds.c.
Referenced by ATRewriteTable().