pgdiff
pgdiff copied to clipboard
Problem with Function which have the same name but different input Parameters
In Postgres you can have the same Function with multiple different input Parameters. Example myFunction(id) and myFunction(id,date) In this case those functions always shown as different as you just care for the function Name while compare the data. If you could use also the Field proargnames as the identifier the Problem should be solved. With this you should be able to find the function for the param set corosponding function.
Confirmed here, makes using pgdiff super difficult when using extensions like postgis