PostgreSQL Source Code  git master
AlterStatsStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdefnames
 
Nodestxstattarget
 
bool missing_ok
 

Detailed Description

Definition at line 3427 of file parsenodes.h.

Field Documentation

◆ defnames

List* AlterStatsStmt::defnames

Definition at line 3430 of file parsenodes.h.

◆ missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3432 of file parsenodes.h.

◆ stxstattarget

Node* AlterStatsStmt::stxstattarget

Definition at line 3431 of file parsenodes.h.

◆ type

NodeTag AlterStatsStmt::type

Definition at line 3429 of file parsenodes.h.


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