Postgresql – Function overloading vs No Function Matches problem
I am needing to update several rows at a time through the Rest API for Postgres. The only way I have figured out how to do this is through a function call, where I pass the JSON to the function…