PostgreSQL Source Code: AlterStatsStmt Struct Reference (original) (raw)

Data Fields

AlterStatsStmt Struct Reference

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * defnames
Node * stxstattarget
bool missing_ok

Detailed Description

Definition at line 3510 of file parsenodes.h.

Field Documentation

defnames

List* AlterStatsStmt::defnames

Definition at line 3513 of file parsenodes.h.

missing_ok

bool AlterStatsStmt::missing_ok

Definition at line 3515 of file parsenodes.h.

stxstattarget

Node* AlterStatsStmt::stxstattarget

Definition at line 3514 of file parsenodes.h.

type

NodeTag AlterStatsStmt::type

Definition at line 3512 of file parsenodes.h.


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