New integration tests for data observatory functions

This commit is contained in:
Mario de Frutos
2016-05-12 11:32:59 +02:00
parent c7c9e6e284
commit f59217779e
4 changed files with 217 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ CREATE OR REPLACE FUNCTION cdb_dataservices_server._OBS_GetBoundaryId(
time_span TEXT DEFAULT NULL)
RETURNS TEXT AS $$
CONNECT cdb_dataservices_server._obs_server_conn_str(username, orgname);
SELECT cdb_observatory.OBS_OBS_GetBoundaryId(geom, boundary_id, time_span);
SELECT cdb_observatory.OBS_GetBoundaryId(geom, boundary_id, time_span);
$$ LANGUAGE plproxy;
CREATE OR REPLACE FUNCTION cdb_dataservices_server.OBS_GetBoundaryId(