Skip to content

support plpgsql function bodies #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
psteinroe opened this issue Jan 28, 2025 · 1 comment
Open

support plpgsql function bodies #179

psteinroe opened this issue Jan 28, 2025 · 1 comment

Comments

@psteinroe
Copy link
Collaborator

once we have #178, we can start looking into this too. pg_query.rs already exposes a basic binding for parsing plpgsql. we should first improve that binding upstream and then start adding language features like autocompletion.

@mpayette-3rdeyecam
Copy link

Very much looking forward to this. Given that most of our non-trivial sql code is functions rather than regular schema tables and whatnot, not having the language server parse those means we lose a lot of error checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants