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 3442 of file parsenodes.h.

Field Documentation

◆ defnames

List* AlterStatsStmt::defnames

Definition at line 3445 of file parsenodes.h.

◆ missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3447 of file parsenodes.h.

◆ stxstattarget

Node* AlterStatsStmt::stxstattarget

Definition at line 3446 of file parsenodes.h.

◆ type

NodeTag AlterStatsStmt::type

Definition at line 3444 of file parsenodes.h.


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