PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
Node * | stxstattarget |
bool | missing_ok |
Definition at line 3503 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3506 of file parsenodes.h.
bool AlterStatsStmt::missing_ok |
Definition at line 3508 of file parsenodes.h.
Node* AlterStatsStmt::stxstattarget |
Definition at line 3507 of file parsenodes.h.
NodeTag AlterStatsStmt::type |
Definition at line 3505 of file parsenodes.h.