1This Ruby extension uses the actual PostgreSQL server source
2to parse SQL queries and return the internal PostgreSQL parsetree.
3
4In addition the extension allows you to normalize queries (replacing constant
5values with ?) and parse these normalized queries into a parsetree again.
6