PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
Node * | stxstattarget |
bool | missing_ok |
Definition at line 3510 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3513 of file parsenodes.h.
bool AlterStatsStmt::missing_ok |
Definition at line 3515 of file parsenodes.h.
Node* AlterStatsStmt::stxstattarget |
Definition at line 3514 of file parsenodes.h.
NodeTag AlterStatsStmt::type |
Definition at line 3512 of file parsenodes.h.