Hi Andrew,
Thanks for picking up this,
To have backward compatibility with my application (Specially queries)
We have used orafce plugin, it created multiple DECODE functions with different parameters.
While calling one of these DECODE functions from my existing select query,I am seeing an error saying
decode(numeric,integer,unknown,unknow) is not available
By the way, PostgreSQL is allowing me to do method overloading,So I am able to write multiple functions with the same name and different parameters
Thanks,
Praveen