Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
This release comes with a few very important under-the-hood refactors that remove the reason why the server crashed sometimes entirely, and unblocks us to work on more advanced features!
Please open an issue if the server still crashes on you.
we also shipped a few features:
- linter suppression
-- pgt-ignore lint/safety/banDropTable
drop table users;
- plpgsql syntax errors

0.9.0
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
- Rule suppressions (#443)
⚙️ Miscellaneous Tasks
- (docs) Fix schema links (#451)
- Add Nix development environment (#441)
- Fix doc command (#450)
- Update git cliff version