# Postgres Language Server: Initial Release

DevFeed: [Postgres Language Server: Initial Release](<https://devfeed.tech/articles/postgres-language-server-initial-release-504.md>)

Original publisher: [Read original article](<https://supabase.com/blog/postgres-language-server>)

Author: Philipp Steinrötter; Julian Domke

Published: 2025-03-29T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [SQL](<https://devfeed.tech/topics/sql.md>), [Database](<https://devfeed.tech/topics/database.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [npm](<https://devfeed.tech/tags/npm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [vscode](<https://devfeed.tech/tags/vscode.md>)

## AI overview

Supabase announces the initial release of Postgres Language Server, an LSP implementation and collection of SQL tools. It provides autocompletion, syntax error highlighting, type-checking through EXPLAIN error insights, and a Squawk-inspired linter, with availability through a VSCode Extension, Neovim, CLI, GitHub Releases, and npm.

## Source excerpt

Language Server Protocol and collection of language tools for Postgres