Support specifying PRIMARY KEY for the SERIAL type.
Check for a constraint if is_sequence is set and omit making a UNIQUE index if so, since the primary key will cover that for us.
Showing
Please register or sign in to comment
Check for a constraint if is_sequence is set and omit making a UNIQUE index if so, since the primary key will cover that for us.