Removed appname parameter

This commit is contained in:
antoniocarlon
2018-09-10 14:26:53 +02:00
parent 3d42281d2a
commit 49bcf31832
5 changed files with 18 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ DELETE FROM available_services;
DELETE FROM admin0_synonyms;
-- Check that the public function is callable, even with no data
-- It should return NULL
SELECT cdb_dataservices_server.cdb_geocode_postalcode_point('test_user', 'test_org', 'test_app', '03204');
SELECT cdb_dataservices_server.cdb_geocode_postalcode_point('test_user', 'test_org', '03204');
cdb_geocode_postalcode_point
------------------------------