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