eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getTransforms (transform.c) error in query

rafaelsagastume opened this issue · comments

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.

PR #85 fixes it.