PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | defnames |
List * | stat_types |
List * | exprs |
List * | relations |
char * | stxcomment |
bool | transformed |
bool | if_not_exists |
Definition at line 3104 of file parsenodes.h.
List* CreateStatsStmt::defnames |
Definition at line 3107 of file parsenodes.h.
Referenced by CreateStatistics(), and generateClonedExtStatsStmt().
List* CreateStatsStmt::exprs |
Definition at line 3109 of file parsenodes.h.
Referenced by CreateStatistics(), generateClonedExtStatsStmt(), and transformStatsStmt().
bool CreateStatsStmt::if_not_exists |
Definition at line 3113 of file parsenodes.h.
Referenced by CreateStatistics(), and generateClonedExtStatsStmt().
List* CreateStatsStmt::relations |
Definition at line 3110 of file parsenodes.h.
Referenced by CreateStatistics(), generateClonedExtStatsStmt(), and ProcessUtilitySlow().
List* CreateStatsStmt::stat_types |
Definition at line 3108 of file parsenodes.h.
Referenced by CreateStatistics(), and generateClonedExtStatsStmt().
char* CreateStatsStmt::stxcomment |
Definition at line 3111 of file parsenodes.h.
Referenced by ATPostAlterTypeParse(), CreateStatistics(), generateClonedExtStatsStmt(), and transformTableLikeClause().
bool CreateStatsStmt::transformed |
Definition at line 3112 of file parsenodes.h.
Referenced by ATExecAddStatistics(), generateClonedExtStatsStmt(), and transformStatsStmt().
NodeTag CreateStatsStmt::type |
Definition at line 3106 of file parsenodes.h.