PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterStatsStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdefnames
 
Nodestxstattarget
 
bool missing_ok
 

Detailed Description

Definition at line 3503 of file parsenodes.h.

Field Documentation

◆ defnames

List* AlterStatsStmt::defnames

Definition at line 3506 of file parsenodes.h.

◆ missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3508 of file parsenodes.h.

◆ stxstattarget

Node* AlterStatsStmt::stxstattarget

Definition at line 3507 of file parsenodes.h.

◆ type

NodeTag AlterStatsStmt::type

Definition at line 3505 of file parsenodes.h.


The documentation for this struct was generated from the following file: