PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterSeqStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarsequence
 
Listoptions
 
bool for_identity
 
bool missing_ok
 

Detailed Description

Definition at line 3221 of file parsenodes.h.

Field Documentation

◆ for_identity

bool AlterSeqStmt::for_identity

Definition at line 3226 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ missing_ok

bool AlterSeqStmt::missing_ok

Definition at line 3227 of file parsenodes.h.

Referenced by transformAlterTableStmt().

◆ options

List* AlterSeqStmt::options

Definition at line 3225 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ sequence

RangeVar* AlterSeqStmt::sequence

Definition at line 3224 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ type

NodeTag AlterSeqStmt::type

Definition at line 3223 of file parsenodes.h.


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