|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | sequence |
| List * | options |
| bool | for_identity |
| bool | missing_ok |
Definition at line 3320 of file parsenodes.h.
| bool AlterSeqStmt::for_identity |
Definition at line 3325 of file parsenodes.h.
| bool AlterSeqStmt::missing_ok |
Definition at line 3326 of file parsenodes.h.
| List* AlterSeqStmt::options |
Definition at line 3324 of file parsenodes.h.
| RangeVar* AlterSeqStmt::sequence |
Definition at line 3323 of file parsenodes.h.
| NodeTag AlterSeqStmt::type |
Definition at line 3322 of file parsenodes.h.