pganalyze / pg_query

Ruby extension to parse, deparse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
790 stars 85 forks source link

Return relpersistence in #tables_with_details when parsing #275

Closed Tassosb closed 1 year ago

Tassosb commented 1 year ago

It would be very helpful for us to know when the parsed SQL is creating a temp table vs a permanent one.