postgres-language-server icon indicating copy to clipboard operation
postgres-language-server copied to clipboard

A Language Server for Postgres

Results 67 postgres-language-server issues
Sort by recently updated
recently updated
newest added

use eg https://github.com/jimporter/mike to version our docs

documentation

also cannot repro manually: ![Screenshot 2025-04-04 at 11 33 01](https://github.com/user-attachments/assets/cf8bfb50-c829-4742-9c0e-2501f3007caf)

repro for #327 that is not crashing

we should publish `postgrestools` on nixpks. since our experience with nix is limited, we would love to accept a community contribution here. :)

good first issue
contributors wanted

### Discussed in https://github.com/supabase-community/postgres-language-server/discussions/292 and https://github.com/supabase-community/postgres-language-server/discussions/472 Originally posted by **remorses** April 1, 2025 I want to use the Supabase database directly instead of a local database, to do that you...

we should add a general purpose comment parsing solution: - a comment directly above a statement should be included in the statement: change in `statement_splitter` - add an "annotation" struct...

Writing every last variation of an SQL statement felt unmaintable, and it was annoying to work with the completions tests. The new suite can be used to write large statements,...

rewires the pgls_configuration crate alongside its codegen xtask as a preparation for new lint tools (`splinter` and `pglinter`). its all the same as before, I just moved things in the...