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.
This commit is contained in:
@@ -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 $$
|
||||
|
||||
Reference in New Issue
Block a user