Drop function if already exists and conflict
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE OR REPLACE FUNCTION test_function_duplicate (name text default 'plop') returns text
|
||||
LANGUAGE plpgsql
|
||||
AS
|
||||
$$
|
||||
BEGIN
|
||||
return name;
|
||||
END;
|
||||
$$
|
||||
Reference in New Issue
Block a user