postgres-language-server
postgres-language-server copied to clipboard
Upstream pg_query extensions
The pg_query_ext crate is a small wrapper around pg_query that uses procedural macros to implement missing or incomplete functionality from pg_query. To improve performance and clean up our implementation, we should
- [ ] contribute the nodes iterators upstream
- [ ] (maybe) contribute the location getter upstream
- [ ] (maybe) contribute the properties getter upstream