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

Upstream pg_query extensions

Open psteinroe opened this issue 1 year ago • 0 comments

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

psteinroe avatar Aug 01 '24 09:08 psteinroe