postgresql - How to replace function in postgress? -


i want change code of function. if use

create function take_proxy (varchar(255)) .... 

i function "take_proxy" exists same argument types

should firest try delete function or there syntaxis cases?

as usual, the fine manual place go:

create [ or replace ] function 

create or replace function either create new function, or replace existing definition.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -