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

Field Documentation

◆ defnames

List* AlterStatsStmt::defnames

Definition at line 3250 of file parsenodes.h.

◆ missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3252 of file parsenodes.h.

◆ stxstattarget

int AlterStatsStmt::stxstattarget

Definition at line 3251 of file parsenodes.h.

◆ type

NodeTag AlterStatsStmt::type

Definition at line 3249 of file parsenodes.h.


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