-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
Description
Add support for Postgres v13.
These are the broad changes in v13, most base SQLs are not yet supported so NA for this task.
- ALTER NO DEPENDS ON - not yet supported
- ALTER STATISTICS SET STATISTICS - not yet supported
- ALTER TABLE ALTER COLUMN DROP EXPRESSION - generated identity not yet supported
- ALTER TABLE SET STORAGE - no change required
- ALTER TYPE - not yet supported
- ALTER VIEW RENAME COLUMN - not supported
- CREATE DATABASE WITH LOCALE - not supported
- CREATE INDEX - deduplication - no change required
- CREATE TABLE / ALTER TABLE - new attributes - PENDING
- CREATE TABLESPACE - not yet supported
- DROP DATABASE FORCE - not yet supported
- EXPLAIN ANALYSE - not yet supported
- INSERT - Remove "Cannot insert intocolumn"?? PENDING
- ROW - not yet supported
- SELECT WITH TIES - not yet supported
- VACUUM PARALLEL - PENDING
Reactions are currently unavailable