Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Postgres v13 #912

Open
robins opened this issue Feb 24, 2024 · 0 comments
Open

Add support for Postgres v13 #912

robins opened this issue Feb 24, 2024 · 0 comments

Comments

@robins
Copy link
Contributor

robins commented Feb 24, 2024

Add support for Postgres v13.
These are the broad changes in v13, most base SQLs are not yet supported so NA for this task.

  1. ALTER NO DEPENDS ON - not yet supported
  2. ALTER STATISTICS SET STATISTICS - not yet supported
  3. ALTER TABLE ALTER COLUMN DROP EXPRESSION - generated identity not yet supported
  4. ALTER TABLE SET STORAGE - no change required
  5. ALTER TYPE - not yet supported
  6. ALTER VIEW RENAME COLUMN - not supported
  7. CREATE DATABASE WITH LOCALE - not supported
  8. CREATE INDEX - deduplication - no change required
  9. CREATE TABLE / ALTER TABLE - new attributes - PENDING
  10. CREATE TABLESPACE - not yet supported
  11. DROP DATABASE FORCE - not yet supported
  12. EXPLAIN ANALYSE - not yet supported
  13. INSERT - Remove "Cannot insert intocolumn"?? PENDING
  14. ROW - not yet supported
  15. SELECT WITH TIES - not yet supported
  16. VACUUM PARALLEL - PENDING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant