On workbench I connect to my Database, there I have defined some functions as superuser. Then I set up a readuser that have execute permissions on these functions. But I don't want readuser to be able to alter those funcs. When I connect using the readuser, he can list the functions in the schemas tree, he can also execute the function and see the results.
The problem is that he cannot right click on those functions and select on the menu
Copy to Clipboard>Function call
or
Send to SQL Editor>Function call
this is very unhandy since the readuser cannot see what are the parameters needed for the function to be executed.
Do you have any suggestion on how to workout on permissions (or else?) to resolve this?
Many thanks