pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
126 stars 12 forks source link

Find function calls in index expressions #4

Closed seanlinsley closed 2 years ago

seanlinsley commented 2 years ago

A companion PR for https://github.com/pganalyze/pg_query/pull/249