My users and I do not use function overloading in PL/pgSQL. We always have one function per (schema, name) tuple. As such, we\'d like to drop a function by name only, change
There are plenty of in built functions that are overloaded, so it simply would not work if you turned off function overloading.