|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | defnames |
| Node * | stxstattarget |
| bool | missing_ok |
Definition at line 3550 of file parsenodes.h.
| List* AlterStatsStmt::defnames |
Definition at line 3553 of file parsenodes.h.
| bool AlterStatsStmt::missing_ok |
Definition at line 3555 of file parsenodes.h.
| Node* AlterStatsStmt::stxstattarget |
Definition at line 3554 of file parsenodes.h.
| NodeTag AlterStatsStmt::type |
Definition at line 3552 of file parsenodes.h.