### SQLDelight Version 2.0.0 ### SQLDelight Dialect Postgresql ### Describe the Bug There is no support for `CREATE SEQUENCE` in postgressql. This is probably a duplicate of this issue: https://github.com/AlecKazakova/sql-psi/issues/296 But found that the PostgreSQL.bnf has been moved to this project: https://github.com/cashapp/sqldelight/blob/master/dialects/postgresql/src/main/kotlin/app/cash/sqldelight/dialects/postgresql/grammar/PostgreSql.bnf ### Stacktrace _No response_