Fixed tests

This commit is contained in:
antoniocarlon
2018-09-06 12:32:48 +02:00
parent 7a7ccbbfcf
commit eca4b42a73
9 changed files with 59 additions and 59 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_geocode_street_point'
AND oidvectortypes(p.proargtypes) = 'text, text, text, text, text, text');
AND oidvectortypes(p.proargtypes) = 'text, text, text, text, text, text, text');