PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
int | stxstattarget |
bool | missing_ok |
Definition at line 3135 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3138 of file parsenodes.h.
Referenced by AlterStatistics().
bool AlterStatsStmt::missing_ok |
Definition at line 3140 of file parsenodes.h.
Referenced by AlterStatistics().
int AlterStatsStmt::stxstattarget |
Definition at line 3139 of file parsenodes.h.
Referenced by AlterStatistics().
NodeTag AlterStatsStmt::type |
Definition at line 3137 of file parsenodes.h.