PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
List * | cmds |
ObjectType | objtype |
bool | missing_ok |
Definition at line 2393 of file parsenodes.h.
List* AlterTableStmt::cmds |
Definition at line 2397 of file parsenodes.h.
Referenced by ATParseTransformCmd(), expandTableLikeClause(), ProcessUtilitySlow(), and transformFKConstraints().
bool AlterTableStmt::missing_ok |
Definition at line 2399 of file parsenodes.h.
Referenced by ATParseTransformCmd(), and expandTableLikeClause().
ObjectType AlterTableStmt::objtype |
Definition at line 2398 of file parsenodes.h.
Referenced by ATParseTransformCmd(), expandTableLikeClause(), and transformFKConstraints().
RangeVar* AlterTableStmt::relation |
Definition at line 2396 of file parsenodes.h.
Referenced by ATParseTransformCmd(), expandTableLikeClause(), ProcessUtilitySlow(), and transformFKConstraints().
NodeTag AlterTableStmt::type |
Definition at line 2395 of file parsenodes.h.