Skip to content

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

Open
@osiworx

Description

@osiworx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions