Fixed m04r tests

This commit is contained in:
antoniocarlon
2018-09-06 12:46:12 +02:00
parent eca4b42a73
commit 30e480e545
10 changed files with 46 additions and 46 deletions

View File

@@ -4,4 +4,4 @@ SELECT exists(SELECT *
INNER JOIN pg_namespace ns ON (p.pronamespace = ns.oid)
WHERE ns.nspname = 'cdb_dataservices_server'
AND proname = 'cdb_isochrone'
AND oidvectortypes(p.proargtypes) = 'text, text, geometry, text, integer[], text[]');
AND oidvectortypes(p.proargtypes) = 'text, text, text, geometry, text, integer[], text[]');