pganalyze / pg_query_go

Go library to parse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
663 stars 79 forks source link

feature request: export pg_query_split_with_scanner, pg_query_split_with_parser #51

Closed SKalt closed 1 year ago

SKalt commented 3 years ago

Since the split methods are included in pg_query.h, I'd like to add them to pg_query_go.

lfittl commented 1 year ago

Completed via #97