eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
389 stars 42 forks source link

getTransforms (transform.c) error in query #83

Closed rafaelsagastume closed 4 years ago

rafaelsagastume commented 4 years ago

In the getTransforms (transform.c) method there is an error in the query, the pg_get_function_args function must be pg_get_function_arguments because it does not exist.

eulerto commented 4 years ago

PR #85 fixes it.