PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterSeqStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarsequence
 
Listoptions
 
bool for_identity
 
bool missing_ok
 

Detailed Description

Definition at line 3320 of file parsenodes.h.

Field Documentation

◆ for_identity

bool AlterSeqStmt::for_identity

Definition at line 3325 of file parsenodes.h.

◆ missing_ok

bool AlterSeqStmt::missing_ok

Definition at line 3326 of file parsenodes.h.

◆ options

List* AlterSeqStmt::options

Definition at line 3324 of file parsenodes.h.

◆ sequence

RangeVar* AlterSeqStmt::sequence

Definition at line 3323 of file parsenodes.h.

◆ type

NodeTag AlterSeqStmt::type

Definition at line 3322 of file parsenodes.h.


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