Expected (PG behavior): - `DROP SEQUENCE seq CASCADE` removes sequence-using `DEFAULT` expressions from tables using it - `DROP TABLE a` drops sequences table `a` is using, if no other tables are using them Current state: - `DROP SEQUENCE CASCADE` doesn't parse - `DROP TABLE` doesn't affect sequences
Expected (PG behavior):
DROP SEQUENCE seq CASCADEremoves sequence-usingDEFAULTexpressions from tables using itDROP TABLE adrops sequences tableais using, if no other tables are using themCurrent state:
DROP SEQUENCE CASCADEdoesn't parseDROP TABLEdoesn't affect sequences