PostgreSQL Source Code
git master
|
Data Fields | |
AttrNumber | attnum |
Expr * | expr |
ExprState * | exprstate |
bool | is_generated |
Definition at line 223 of file tablecmds.c.
AttrNumber NewColumnValue::attnum |
Definition at line 225 of file tablecmds.c.
Referenced by ATRewriteTable().
Expr* NewColumnValue::expr |
Definition at line 226 of file tablecmds.c.
Referenced by ATRewriteTable().
ExprState* NewColumnValue::exprstate |
Definition at line 227 of file tablecmds.c.
Referenced by ATRewriteTable().
bool NewColumnValue::is_generated |
Definition at line 228 of file tablecmds.c.
Referenced by ATRewriteTable().