|
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 3547 of file parsenodes.h.
| List* CreateStatsStmt::defnames |
Definition at line 3550 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| List* CreateStatsStmt::exprs |
Definition at line 3552 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| bool CreateStatsStmt::if_not_exists |
Definition at line 3556 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| List* CreateStatsStmt::relations |
Definition at line 3553 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| List* CreateStatsStmt::stat_types |
Definition at line 3551 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| char* CreateStatsStmt::stxcomment |
Definition at line 3554 of file parsenodes.h.
Referenced by expandTableLikeClause(), and generateClonedExtStatsStmt().
| bool CreateStatsStmt::transformed |
Definition at line 3555 of file parsenodes.h.
Referenced by generateClonedExtStatsStmt().
| NodeTag CreateStatsStmt::type |
Definition at line 3549 of file parsenodes.h.