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

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