mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Implement IF NOT EXISTS for CREATE SEQUENCE.
Fabrízio de Royes Mello
This commit is contained in:
@@ -1979,6 +1979,7 @@ typedef struct CreateSeqStmt
|
||||
RangeVar *sequence; /* the sequence to create */
|
||||
List *options;
|
||||
Oid ownerId; /* ID of owner, or InvalidOid for default */
|
||||
bool if_not_exists; /* just do nothing if it already exists? */
|
||||
} CreateSeqStmt;
|
||||
|
||||
typedef struct AlterSeqStmt
|
||||
|
||||
Reference in New Issue
Block a user