You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always
live in database or schema's default tablespace, as per today's discussion.Also, remove some unused keywords from the grammar (PATH, PENDANT,VERSION), and fix ALSO, which was added as a keyword but not addedto the keyword classification lists, thus making it worse-than-reserved.