how can i remove function. I want update function
# help
f
how can i remove function. I want update function
s
CREATE OR REPLACE FUNCTION
can be used if you've not changed any of the parameters the function accepts or the returned data type.
DROP FUNCTION
can be used to remove the function completelt.
f
i try but didn't work
error message: cannot drop function handle_new_user() because other objects depend on it
s
f
Okey, I got it done with your help. thanks a lot