|
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 3341 of file parsenodes.h.
| bool AlterSeqStmt::for_identity |
Definition at line 3346 of file parsenodes.h.
| bool AlterSeqStmt::missing_ok |
Definition at line 3347 of file parsenodes.h.
| List* AlterSeqStmt::options |
Definition at line 3345 of file parsenodes.h.
| RangeVar* AlterSeqStmt::sequence |
Definition at line 3344 of file parsenodes.h.
| NodeTag AlterSeqStmt::type |
Definition at line 3343 of file parsenodes.h.