Fixed server tests

This commit is contained in:
antoniocarlon
2018-09-10 13:15:19 +02:00
parent 4b6b4e92e8
commit b4123625f7
16 changed files with 48 additions and 48 deletions

View File

@@ -14,7 +14,7 @@ SELECT exists(SELECT *
INNER JOIN pg_namespace ns ON (p.pronamespace = ns.oid)
WHERE ns.nspname = 'cdb_dataservices_server'
AND proname = 'cdb_geocode_ipaddress_point'
AND oidvectortypes(p.proargtypes) = 'text, text, text, text');
AND oidvectortypes(p.proargtypes) = 'text, text, text');
SELECT exists(SELECT *
FROM pg_proc p