PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
int | stxstattarget |
bool | missing_ok |
Definition at line 3301 of file parsenodes.h.
List* AlterStatsStmt::defnames |
Definition at line 3304 of file parsenodes.h.
Referenced by AlterStatistics().
bool AlterStatsStmt::missing_ok |
Definition at line 3306 of file parsenodes.h.
Referenced by AlterStatistics().
int AlterStatsStmt::stxstattarget |
Definition at line 3305 of file parsenodes.h.
Referenced by AlterStatistics().
NodeTag AlterStatsStmt::type |
Definition at line 3303 of file parsenodes.h.