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

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -