Removes unused functions

This commit is contained in:
Guido Fioravantti
2015-11-06 18:28:29 +01:00
parent 38e84201cb
commit 97af24c2e0
5 changed files with 0 additions and 57 deletions

View File

@@ -1,14 +0,0 @@
-- Check that check_host is working
select cdb_geocoder_server._check_host('cartodb.com');
_check_host
-------------
t
(1 row)
-- Check that check_pwd is working
select cdb_geocoder_server._pwd();
_pwd
------------------------------
/var/lib/postgresql/9.3/main
(1 row)