|
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 3380 of file parsenodes.h.
| bool AlterSeqStmt::for_identity |
Definition at line 3385 of file parsenodes.h.
| bool AlterSeqStmt::missing_ok |
Definition at line 3386 of file parsenodes.h.
| List* AlterSeqStmt::options |
Definition at line 3384 of file parsenodes.h.
| RangeVar* AlterSeqStmt::sequence |
Definition at line 3383 of file parsenodes.h.
| NodeTag AlterSeqStmt::type |
Definition at line 3382 of file parsenodes.h.