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

Add additional test for PL/pgSQL parsing #32

Closed seanlinsley closed 11 months ago

seanlinsley commented 11 months ago

The intention of this PR is to show that parse_plpgsql can be used to extract query text from a function.