PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
int | stxstattarget |
bool | missing_ok |
Definition at line 3265 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3268 of file parsenodes.h.
bool AlterStatsStmt::missing_ok |
Definition at line 3270 of file parsenodes.h.
int AlterStatsStmt::stxstattarget |
Definition at line 3269 of file parsenodes.h.
NodeTag AlterStatsStmt::type |
Definition at line 3267 of file parsenodes.h.