pgdiff icon indicating copy to clipboard operation
pgdiff copied to clipboard

Problem with Function which have the same name but different input Parameters

Open osiworx opened this issue 6 years ago • 1 comments

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.

osiworx avatar Jan 30 '19 06:01 osiworx

Confirmed here, makes using pgdiff super difficult when using extensions like postgis

olivierdalang avatar Sep 16 '21 11:09 olivierdalang