is it possible to overload a function and have the same name but with different parameters? I am able to create both functions and pg_featureserv reads them both but when I check the functions in the UI they both accept the same parameters and when it gets called it only uses the function without the additional parameter.
is it possible to overload a function and have the same name but with different parameters? I am able to create both functions and pg_featureserv reads them both but when I check the functions in the UI they both accept the same parameters and when it gets called it only uses the function without the additional parameter.