PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
Node * | stxstattarget |
bool | missing_ok |
Definition at line 3442 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3445 of file parsenodes.h.
bool AlterStatsStmt::missing_ok |
Definition at line 3447 of file parsenodes.h.
Node* AlterStatsStmt::stxstattarget |
Definition at line 3446 of file parsenodes.h.
NodeTag AlterStatsStmt::type |
Definition at line 3444 of file parsenodes.h.