|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | sequence |
| List * | options |
| Oid | ownerId |
| bool | for_identity |
| bool | if_not_exists |
Definition at line 3310 of file parsenodes.h.
| bool CreateSeqStmt::for_identity |
Definition at line 3316 of file parsenodes.h.
| bool CreateSeqStmt::if_not_exists |
Definition at line 3317 of file parsenodes.h.
| List* CreateSeqStmt::options |
Definition at line 3314 of file parsenodes.h.
| Oid CreateSeqStmt::ownerId |
Definition at line 3315 of file parsenodes.h.
| RangeVar* CreateSeqStmt::sequence |
Definition at line 3313 of file parsenodes.h.
| NodeTag CreateSeqStmt::type |
Definition at line 3312 of file parsenodes.h.