PostgreSQL Source Code  git master
AlterStatsStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdefnames
 
int stxstattarget
 
bool missing_ok
 

Detailed Description

Definition at line 3265 of file parsenodes.h.

Field Documentation

◆ defnames

List* AlterStatsStmt::defnames

Definition at line 3268 of file parsenodes.h.

◆ missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3270 of file parsenodes.h.

◆ stxstattarget

int AlterStatsStmt::stxstattarget

Definition at line 3269 of file parsenodes.h.

◆ type

NodeTag AlterStatsStmt::type

Definition at line 3267 of file parsenodes.h.


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