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

Field Documentation

◆ for_identity

bool AlterSeqStmt::for_identity

Definition at line 3219 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ missing_ok

bool AlterSeqStmt::missing_ok

Definition at line 3220 of file parsenodes.h.

Referenced by transformAlterTableStmt().

◆ options

List* AlterSeqStmt::options

Definition at line 3218 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ sequence

RangeVar* AlterSeqStmt::sequence

Definition at line 3217 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ type

NodeTag AlterSeqStmt::type

Definition at line 3216 of file parsenodes.h.


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