From 0ba57f436ad0b46122ddb5a080fdbefad99b68d6 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 31 Aug 2015 12:01:01 +0200 Subject: [PATCH] Do not remove old function #120 The `DROP FUNCTION IF EXISTS` was added as transient code and not needed anymore. See the ticket #120 for more information on this. --- scripts-available/CDB_UserTables.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts-available/CDB_UserTables.sql b/scripts-available/CDB_UserTables.sql index bfa5165..7d65965 100644 --- a/scripts-available/CDB_UserTables.sql +++ b/scripts-available/CDB_UserTables.sql @@ -5,7 +5,6 @@ -- -- Currently accepted permissions are: 'public', 'private' or 'all' -- -DROP FUNCTION IF EXISTS cdb_usertables(text); CREATE OR REPLACE FUNCTION CDB_UserTables(perm text DEFAULT 'all') RETURNS SETOF name AS $$