Add DROP FUNCTION back to allow migrations #160

This commit is contained in:
Rafa de la Torre
2015-09-24 17:54:47 +02:00
parent 255618f57d
commit 567e815fd0
3 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
--
-- 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 $$