PostgreSQL Source Code  git master
AlterSeqStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarsequence
 
Listoptions
 
bool for_identity
 
bool missing_ok
 

Detailed Description

Definition at line 3138 of file parsenodes.h.

Field Documentation

◆ for_identity

bool AlterSeqStmt::for_identity

Definition at line 3143 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ missing_ok

bool AlterSeqStmt::missing_ok

Definition at line 3144 of file parsenodes.h.

Referenced by transformAlterTableStmt().

◆ options

List* AlterSeqStmt::options

Definition at line 3142 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ sequence

RangeVar* AlterSeqStmt::sequence

Definition at line 3141 of file parsenodes.h.

Referenced by generateSerialExtraStmts(), and transformAlterTableStmt().

◆ type

NodeTag AlterSeqStmt::type

Definition at line 3140 of file parsenodes.h.


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