> > The RESTART clause in the CREATE SEQUENCE doesn't make sense > to me, it should be restricted, IMO.
+1
Thanks! Attaching a patch that throws an error if the RESTART option is specified with CREATE SEQUENCE. Please have a look and let me know if the error message wording is fine or not. Is it better to include the reason as to why we disallow something like "Because it may override the START option." in err_detail along with the error message?
Patch looks good to me. Current error message looks ok to me.
Do we need to add double quotes for RESTART word in the error message since it is an option?