pg_featureserv icon indicating copy to clipboard operation
pg_featureserv copied to clipboard

Function Overloading

Open jeff-bradley opened this issue 1 year ago • 1 comments

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.

jeff-bradley avatar Feb 28 '24 15:02 jeff-bradley

I don't think this would be easy to implement, since it would require disambiguation logic in the server logic (but happy to be shown wrong).

dr-jts avatar Mar 04 '24 22:03 dr-jts