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
- Fix ALTER EXTENSION UPDATE TO deparsing: change defname check from 'to' to 'new_version' and output 'UPDATE TO' instead of just 'TO'
- Fix ALTER EXTENSION SET SCHEMA deparsing: output 'SET SCHEMA' instead of just 'SCHEMA'
- Add AlterExtensionContentsStmt handler for ALTER EXTENSION ADD/DROP statements
- All tests pass (285 test suites, 655 tests)
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments